/*
Theme Name: Pet Business
Theme URI: https://themepalace.com/downloads/pet-business
Author: Theme Palace
Author URI: https://themepalace.com
Description: Pet Business is a WordPress pet theme developed by Theme Palace. It is very code-light, making it quick to load, and has a pleasingly clean look that is ideal for pet shop or pet services websites.  This theme is suitable for pet shops, veterinary practices, zoos, blogs about animals, pet caretakers, dog walkers, animal breeders, animal rescue centers and just about any other type of animal website you can think of. It comes with many editing options so that you can customize them to your specific requirements by changing colors, logos, backgrounds and of course adding photos of your favorite animals!
Version: 1.2.6
Requires PHP: 5.6
Requires at least: 5.0
Tested up to: 6.7
License: GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Text Domain: pet-business
Tags: translation-ready, custom-background, theme-options, custom-menu, threaded-comments, featured-images, footer-widgets, left-sidebar, editor-style, right-sidebar, full-width-template, two-columns, three-columns, four-columns, grid-layout, custom-colors, custom-header, custom-logo, featured-image-header, blog, portfolio, education

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Pet Business is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Preloader
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Layouts and Titles
# Media
	## Captions
	## Galleries
# Social Icons
# Breadcrumb List
# Homepage Sections
	## Featured Slider Section
	## Our Services Section
	## About Us Section
	## Latest Projects Section
	## Client Testimonal Section
	## Shop Section
	## Pricing Section
	## Call To Action Section
	## Our Team Section
	## Counter Section
	## Latest Posts Section
# Blog/Archive/Single
# Footer
# Font Family Options
# Responsive

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#loader {
	overflow-x: hidden;
	overflow-y: hidden;
	vertical-align: middle;
	background-color: #fff;
	position:fixed;
	display: table;
	width: 100%;
	top:0;
	height: 100%;
	min-height: 100%;
	z-index:9999;
}

.loader-container {
	position: relative;
	display: table-cell;
	vertical-align: middle;
	z-index: 12;
	text-align:center;
	text-transform: uppercase;
}

#preloader {
	position:relative;
	margin:auto;
	width:100px;
}

#preloader span {
	display:block;
	bottom:0px;
	width: 9px;
	height: 5px;
	background:#fff;
	position:absolute;
	animation: preloader 1.5s  infinite ease-in-out;
}
 
#preloader span:nth-child(2) {
	left:11px;
	animation-delay: .2s;
}
#preloader span:nth-child(3) {
	left:22px;
	animation-delay: .4s;
}
#preloader span:nth-child(4) {
	left:33px;
	animation-delay: .6s;
}
#preloader span:nth-child(5) {
	left:44px;
	animation-delay: .8s;
}

.loader-container .icon,
.blog-loader .icon {
	-webkit-animation: rotating 2s linear infinite;
	-moz-animation: rotating 2s linear infinite;
	-ms-animation: rotating 2s linear infinite;
	-o-animation: rotating 2s linear infinite;
	animation: rotating 2s linear infinite;
	width: 40px;
    height: 40px;
}
.blog-loader {
    text-align: center;
    margin: 50px auto 0;
}

@keyframes preloader {
    0% {height:5px;transform:translateY(0px);background: #ff8737;}
    25% {height:30px;transform:translateY(15px);background: #ff8737;}
    50% {height:5px;transform:translateY(0px);background: #ff8737;}
    100% {height:5px;transform:translateY(0px);background: #ff8737;}
}

@keyframes rotating {
	from {
		-ms-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	to {
		-ms-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-webkit-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

.backtotop {
    background-color: #ff8737;
    z-index: 300;
    width: 40px;
    height: 40px;
    line-height: 36px;
    font-size: 18px;
    text-align: center;
    position: fixed;
    bottom: -100px;
    right: 25px;
    cursor: pointer;
    -webkit-transition: all .7s ease-in-out;
    -moz-transition: all .7s ease-in-out;
    -o-transition: all .7s ease-in-out;
    -ms-transition: all .7s ease-in-out;
    transition: all .7s ease-in-out;
    color: #fff;
}
.backtotop:hover {
	background-color: #2f3633;
}
.backtotop svg {
    display: inline-block;
    vertical-align: middle;
    fill: #fff;
}

@-webkit-keyframes colorchange {
	0%   {border-color: #e30048;}
	25%  {border-color: #ff8737;}
	50%  {border-color: #9acf0b;}
	75%  {border-color: #a93d7b;}
	100% {border-color: #f1ad02;}
}

@keyframes colorchange {
	0%   {border-color: #e30048;}
	25%  {border-color: #ff8737;}
	50%  {border-color: #9acf0b;}
	75%  {border-color: #a93d7b;}
	100% {border-color: #f1ad02;}
}
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body {
	margin: 0;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
}

#page {
    max-width: 1920px;
    margin: 0 auto;
    position: relative;
    box-shadow: 0 0 15px #aaa;
}

.boxed-layout,
.frame-layout {
    background-image: url('assets/uploads/pattern.png');
}

.boxed-layout #page,
.frame-layout #page {
    background-color: #fff;
}

#content {
    position: relative;
    overflow: hidden;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 52px;
}

h2 {
	font-size: 42px;
}

h3 {
	font-size: 26px;
}

h4 {
	font-size: 20px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 14px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	color: #2f3633;
	margin: 16px 0;
	line-height: 1.4;
	font-weight: 400;
	font-family: 'Raleway', sans-serif;
}

h1 {
	margin: 0 0 16px;
}

mark {
	background: #ff0;
	color: #2f3633;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}
tbody {
    text-align: left;
}
tr {
    border: 1px solid #e4e4e4;
}
td,
th {
	padding: 10px;
    font-weight: 400;
}

th {
	color: #2f3633;
}

td#next {
    text-align: right;
}
/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #82868b;
	font-size: 16px;
	font-size: 1rem;
	line-height: 28px;
    word-wrap: break-word;
}
p {
	margin: 0 0 1em;
	color: #82868b;
}
p:last-child {
	margin-bottom: 0;
}
dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff; /* Fallback for when there is no custom background color defined. */
}

blockquote {
    padding: 0 15px;
    font-size: 18px;
    line-height: 35px;
    font-weight: 300;
    position: relative;
    margin: 0 0 21px;
}
blockquote.alignright {
    padding-right: 0;
    margin-bottom: 14px;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 21px;
    padding-left: 1.5em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 0.5em;
}

dt {
	font-weight: bold;
    margin-bottom: 1em;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
	vertical-align: middle;
}

figure {
	margin: 0; /* Extra wide images within figure tags don't overflow the content area. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
	display: table;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, .8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 0;
	padding: 3px;
}

select {
	border: 1px solid #ccc;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

textarea {
	width: 100%;
	background-color: #f2f2f2;
    border: 1px solid #f2f2f2;
    border-radius: 4px;
    padding: 15px;
}
#respond input,
.wpcf7 input {
    width: 100%;
    background-color: #f2f2f2;
    border: 1px solid #f2f2f2;
    border-radius: 4px;
    height: 50px;
    padding: 0 15px;
}
.wpcf7 textarea {
    height: 180px;
}
#respond input {
	border: none;
    min-height: 50px;
}
#respond textarea {
    height: 200px;
    padding: 10px 15px;
    border: none;
    background-color: #f4f4f4;
}
.comment-form-cookies-consent {
    clear: both;
    margin-top: 15px;
    display: inline-block;
    width: 100%;
}
#respond .comment-form-cookies-consent input[type="checkbox"] {
    width: auto;
    float: left;
    height: auto;
    min-height: auto;
    margin-right: 15px;
}
#respond .comment-form-cookies-consent label {
    display: table;
    margin: 0;
    line-height: 1;
}
#respond input[type="text"],
#respond input[type="email"],
#respond input[type="url"] {
    background-color: #f4f4f4;
}
#respond input[type="submit"] {
    padding: 8px 38px;
    font-size: 16px;
    line-height: 30px;
    border: 2px solid;
    display: inline-block;
    margin-top: 0;
    text-transform: capitalize;
    position: relative;
    text-align: center;
    background-color: #ff8737;
    border-color: #ff8737;
    color: #fff;
    border-radius: 5px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
#respond input[type="submit"]:hover,
#respond input[type="submit"]:focus {
    background-color: #000;
    border-color: #000;
    color: #fff;
}
p.form-submit {
    clear: both;
    display: inline-block;
    position: relative;
}
.comment-notes {
    margin-top: 0;
    margin-bottom: 20px;
}
#respond label {
    color: #273238;
    margin-bottom: 5px;
    display: inline-block;
}
#commentform p {    
    margin-bottom: 21px;
}
#commentform p.comment-form-comment {
    margin-bottom: 0;
}
#commentform p.form-submit {
	margin: 21px 0 0;
}
#comments {
    margin: 60px 0 0;
}
#respond {
    margin-top: 50px;
}
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #ff8737;
}

a:hover,
a:focus,
a:active {
	color: #2f3633;
}

a:focus {
	outline: thin dotted;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
#masthead {
    position: relative;
    width: 100%;
    z-index: 3000;
    background-color: #fff;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
#masthead a,
.entry-title a {
	text-decoration: none;
}
.menu-sticky #masthead {
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	box-shadow: 0 1px 10px rgba(0, 0, 0, 0.15);
}
#masthead .wrapper {
	position: relative;
}
.menu-sticky #masthead .wrapper {
    border-bottom: none;
}
.site-branding {
    float: left;
    padding: 15px 0;
    display: flex;
    align-items: center;
    min-height: 100px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.site-title {
    font-size: 32px;
    margin: 0;
    line-height: 1.3;
}
.site-title a {
    color: #2f3633;
}
.site-title a:hover,
.site-title a:focus {
	color: #ff8737;
}
.site-description {
    margin: 5px 0 0;
    line-height: 1.5;
}
.site-logo img {
    max-height: 65px;
    width: auto;
    margin-right: 15px;
}
.main-navigation {
	display: block;
    position: relative;
    float: right;
}
.main-navigation ul#primary-menu li.current-menu-item > a,
.main-navigation ul#primary-menu li:hover > a,
.main-navigation ul#primary-menu li:focus > a {
    color: #ff8737;
}
.main-navigation ul#primary-menu li:hover > svg,
.main-navigation ul#primary-menu li:focus > svg,
.main-navigation li.menu-item-has-children:hover > a > svg,
.main-navigation li.menu-item-has-children > a:hover > svg,
.main-navigation li.menu-item-has-children > a:focus > svg,
.main-navigation ul#primary-menu > li.current-menu-item > a > svg {
    fill: #ff8737;
}
.main-navigation ul ul {
    background-color: #fff;
    text-align: left;
    padding: 0;
}
.main-navigation ul.sub-menu li a {
    padding: 8px 15px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}
.main-navigation ul.sub-menu a:after {
	float: right;
}
.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation li {
	position: relative;
}

.main-navigation ul.nav-menu > li > a {
    padding: 36px 10px;
}
.main-navigation form.search-form input {
    background-color: #2f3633;
    border-color: #2f3633;
    color: #2f3633;
    font-weight: 400;
}
.main-navigation ul.nav-menu > li > a.search:hover svg.icon-search,
.main-navigation ul.nav-menu > li > a.search:focus svg.icon-search,
.main-navigation li.search-menu a:hover svg,
.main-navigation li.search-menu a:focus svg,
.main-navigation li.search-menu a.search-active svg {
	fill: #ff8737;
}
.main-navigation a:hover,
.main-navigation a:focus,
.main-navigation ul.nav-menu > li > a:hover,
.main-navigation ul.nav-menu > li > a:focus {
    color: #ff8737;
}
.main-navigation ul.nav-menu {
    margin-right: -15px;
}
.main-navigation a {
	display: block;
    text-decoration: none;
    color: #2f3633;
    text-transform: uppercase;
}
.site-title a {
    text-decoration: none;
}
.main-navigation li.adopt-pet {
    margin-left: 28px;
}
.main-navigation li.adopt-pet a {
    text-transform: none;
    color: #ff8737;
    position: relative;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.main-navigation li.adopt-pet a:before {
    content: "";
    background-color: #fff;
    display: inline-block;
    width: 100%;
    min-height: 50px;
    position: absolute;
    top: 50%;
    border: 1px solid #ff8737;
    z-index: -1;
    border-radius: 5px;
    left: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
#masthead .main-navigation li.adopt-pet a:hover,
#masthead .main-navigation li.adopt-pet a:focus {
	color: #fff;
}
.main-navigation li.adopt-pet a:hover:before,
.main-navigation li.adopt-pet a:focus:before {
	background-color: #ff8737;
}
.main-navigation li.adopt-pet a svg {
    margin-right: 15px;
    fill: #ff8737;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.main-navigation li.adopt-pet a:hover svg,
.main-navigation li.adopt-pet a:focus svg {
	fill: #fff;
}
#sidr-left-top li.sidr-class-adopt-pet svg {
    display: inline-block;
    fill: #fff;
    margin-right: 15px;
}
#sidr-left-top {
    right: -260px;
}
.main-navigation ul ul {
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}
.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}
.main-navigation ul ul a {
	width: 225px;
}
.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {
	color: #2f3633;
}
form.search-form {
    width: 100%;
    max-width: 100%;
    position: relative;
}
.main-navigation form.search-form {
    min-width: 320px;
}
input.search-field {
    height: 45px;
    border-radius: 0;
    padding: 0 50px 0 15px;
    width: 100%;
}
.menu-toggle svg.icon-close {
    display: none;
}
svg {
    width: 16px;
    height: 16px;
    display: inline-block;
    vertical-align: middle;
}
svg.icon-search,
svg.icon-close {
    width: 15px;
    height: 15px;
    fill: #2f3633;
}
.search-menu svg.icon-close {
    display: none;
}
.main-navigation svg.icon-down {
    width: 12px;
    height: 12px;
    margin-left: 5px;
    fill: #2f3633;
}
.main-navigation .sub-menu svg {
    width: 12px;
    height: 12px;
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(-180deg);
    -moz-transform: translateY(-50%) rotate(-180deg);
    -ms-transform: translateY(-50%) rotate(-180deg);
    -o-transform: translateY(-50%) rotate(-180deg);
    transform: translateY(-50%) rotate(-180deg);
}
#sidr-left-top button.sidr-class-dropdown-toggle {
    display: none;
}
#sidr-left-top svg {
    display: none;
}
.sidr ul li span.sidr-class-screen-reader-text {
    display: none;
}
.menu-toggle {
    font-size: 16px;
    margin: auto;
    display: block;
    width: 64px;
    border: none;
    height: 50px;
    position: absolute;
    top: 50%;
    right: -10px;
    z-index: 3000;
    text-align: center;
    float: right;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.sidr input.sidr-class-search-field {
    padding: 6px 15px;
    background-color: transparent;
    border: 1px solid rgba(255, 255, 255, 0.20);
    color: #fff;
}
.sidr ul li.sidr-class-adopt-pet {
    background-color: #ff8737;
    margin-top: 5px;
    display: inline-block;
    width: 100%;
}
button.sidr-class-search-submit {
    display: none;
}
.sidr ul li.sidr-class-adopt-pet:hover > a, 
.sidr ul li.sidr-class-adopt-pet:hover > span, 
.sidr ul li.sidr-class-adopt-pet.active > a, 
.sidr ul li.sidr-class-adopt-pet.active > span, 
.sidr ul li.sidr-class-adopt-pet.sidr-class-active > a, 
.sidr ul li.sidr-class-adopt-pet.sidr-class-active > span {
	box-shadow: none;
	background-color: #111;
    line-height: 48px;
}
.menu-label {
    float: right;
    color: #2f3633;
    padding: 7px 0 0 10px;
    display: none;
}
.menu-open .menu-label {
    padding-top: 2px;
}
.menu-open .menu-toggle {
    padding-top: 10px;
}
svg.icon-menu {
    width: 30px;
    height: 30px;
}
.menu-toggle svg.icon-menu,
.menu-toggle svg.icon-close {
	fill: #333;
	margin-top: 5px;
}
.menu-toggle svg.icon-close {
	width: 20px;
	height: 20px;
	margin: 15px auto 0;
}
.menu-toggle.active svg.icon-menu {
    display: none;
}
.menu-toggle.active svg.icon-close {
    display: block;
}
.main-navigation .dropdown-toggle.active > svg {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}
.menu-overlay {
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -ms-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}
.menu-overlay.active {
    background-color: #000;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.8;
    z-index: 3;
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 50px 0 0;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
	position: relative;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
	position: relative;
}
.post-navigation a, 
.posts-navigation a {
    font-weight: 400;
    color: #ff8737;
    display: block;
    text-decoration: none;
}
.navigation.pagination a {
    text-decoration: none;
}
.post-navigation a:hover, 
.posts-navigation a:hover,
.post-navigation a:focus, 
.posts-navigation a:focus {
	color: #2f3633;
}
.post-navigation, 
.posts-navigation {
    padding: 0;
    position: relative;
    clear: both;
}
.pagination .page-numbers,
.pagination .page-numbers.dots:hover,
.pagination .page-numbers.dots:focus,
.pagination .page-numbers.prev,
.pagination .page-numbers.next {
    text-align: center;
    line-height: 28px;
    width: 30px;
    height: 30px;
    display: inline-block;
    margin-bottom: 5px;
    color: #82868b;
}
.pagination .page-numbers.current,
.pagination .page-numbers:hover,
.pagination .page-numbers:focus {
    color: #ff8737;
    border-color: #ff8737;
}
.pagination .prev.page-numbers, 
.pagination .next.page-numbers {
	background-color: #cfcfcf;
    border: none;
    border-radius: 4px;
} 
.pagination .prev.page-numbers:hover, 
.pagination .next.page-numbers:hover,
.pagination .prev.page-numbers:focus, 
.pagination .next.page-numbers:focus {
	background-color: #ff8737;
}
.pagination .prev.page-numbers {
    margin-right: 10px;
}
.pagination .next.page-numbers {
    margin-left: 10px;
}
.pagination .prev.page-numbers img,
.pagination .next.page-numbers img {
	max-width: 8px;
    -webkit-transform-origin: 50% 45%;
    -moz-transform-origin: 50% 45%;
    -ms-transform-origin: 50% 45%;
    -o-transform-origin: 50% 45%;
    transform-origin: 50% 45%;
}
.pagination .next.page-numbers img {
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg);
    max-width: 8px;
}
.nav-previous span {
    padding-left: 20px;
    float: left;
    text-align: left;
}
.nav-next span {
    padding-right: 20px;
    float: right;
    text-align: right;
}
.navigation .nav-previous svg {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    position: absolute;
    top: 35px;
    left: 20px;
}
.navigation .nav-next svg {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    position: absolute;
    top: 35px;
    right: 20px;
}
.post-navigation span,
.posts-navigation span {
    display: table;
}
.navigation.post-navigation, 
.navigation.posts-navigation {
    background-color: #f4f4f4;
}
.navigation.post-navigation .nav-previous, 
.navigation.posts-navigation .nav-previous,
.navigation.post-navigation .nav-next, 
.navigation.posts-navigation .nav-next {
	padding: 26px;
}
.navigation.post-navigation a,
.navigation.posts-navigation a {
	font-size: 20px;
    color: #2f3633;
}
.navigation.post-navigation a:hover,
.navigation.posts-navigation a:hover,
.navigation.post-navigation a:focus,
.navigation.posts-navigation a:focus {
	color: #ff8737;
}
.navigation.post-navigation a:hover svg,
.navigation.posts-navigation a:hover svg,
.navigation.post-navigation a:focus svg,
.navigation.posts-navigation a:focus svg {
	fill: #ff8737;
}
/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after,
.footer-widgets-area:before,
.footer-widgets-area:after,
.wrapper:before,
.wrapper:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after,
.footer-widgets-area:before,
.footer-widgets-area:after,
.wrapper:before,
.wrapper:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.3em;
}
.widget:last-child {
    margin-bottom: 0;
}

#colophon .widget {
	margin: 0 0 40px;
}

#colophon .widget.widget_text {
	margin-bottom: 20px;
}

#colophon .widget:last-child {
    margin-bottom: 0;
}

#secondary .widget {
    margin-bottom: 43px;
}

#secondary .widget:last-child {
    margin-bottom: 0;
}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
    background-color: #f6f6f6;
    padding: 10px;
    border: none;
    width: 100%;
    max-width: 300px;
}

.widget input {
    height: 40px;
    border-radius: 0;
    padding: 0 15px;
}

form.search-form button.search-submit {
    height: 45px;
    line-height: 30px;
    position: absolute;
    right: 0;
    top: 0;
    background-color: transparent;
    border: none;
    width: 45px;
    border-radius: 0;
}
.widget_search form.search-form button.search-submit {
    width: 50px;
    height: 50px;
    color: #fff;
}
.widget_search form.search-form button.search-submit svg {
	fill: #b9b9b9;
	width: 16px;
    height: 16px;
}
.widget_search form.search-form button.search-submit:hover svg,
.widget_search form.search-form button.search-submit:focus svg {
	fill: #ff8737;
}
.widget_search form.search-form input {
	border: none;
}
.widget_search form.search-form input {
    padding: 0 40px 0 15px;
    height: 50px;
    background-color: #f4f4f4;
}
form.search-form {
    position: relative;
}

form.search-form input {
    width: 100%;
    padding: 0 40px 0 15px;
    font-weight: 300;
}

#wp-calendar tbody td {
    text-align: center;
}

#wp-calendar caption {
    margin-bottom: 15px;
}

.widget-title {
    font-size: 16px;
    margin: 0 0 35px;
}

.widget li:not(:last-child) {
    margin-bottom: 20px;
}

.widget_instagram ul {
    list-style: none;
    margin: -5px;
    padding: 0;
}
.widget.widget_instagram li {
	margin: 0;
	padding: 5px;
}
.widget_instagram .col-1 li {
	width: 100%;
	float: none;
}
.widget_instagram .col-2 li {
	width: 50%;
	float: left;
}
.widget_instagram .col-3 li {
	width: 33.33%;
	float: left;
}
.widget_instagram .col-4 li {
	width: 25%;
	float: left;
}
.widget_instagram .col-5 li {
	width: 20%;
	float: left;
}
.widget_instagram li img {
	width: 100%;
}
.widget_instagram .col-2 li:nth-child(2n+1) {
	clear: left;
}
.widget_instagram .col-3 li:nth-child(3n+1) {
	clear: left;
}
.widget_instagram .col-4 li:nth-child(4n+1) {
	clear: left;
}
.widget_instagram .col-5 li:nth-child(5n+1) {
	clear: left;
}
.right-sidebar #secondary, 
.left-sidebar #secondary {
	margin-top: 50px;
}
#secondary {
    position: relative;
    overflow: hidden;
}
#secondary .widget_search form.search-form input {
	background-color: #f4f4f4;
}
#secondary .widget-title,
#secondary .widgettitle {
	font-size: 18px;
    margin-bottom: 13px;
    position: relative;
    text-transform: uppercase;
    font-weight: bold;
}
input[type="submit"] {
    padding: 9px 30px;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    border: 1px solid;
    display: inline-block;
    margin-top: 7px;
    text-transform: capitalize;
    position: relative;
    text-align: center;
    background-color: #ff8737;
    border-color: #ff8737;
    color: #fff;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
input[type="submit"]:hover,
input[type="submit"]:focus {
	background-color: #000;
    border-color: #000;
    color: #fff;
}
.widget_popular_post ul,
.widget_latest_post ul {
    padding: 0;
    margin: 0;
    list-style: none;
    clear: both;
    display: table;
    width: 100%;
}
.widget.widget_popular_post ul li,
.widget.widget_latest_post ul li {
    clear: both;
    margin-bottom: 20px;
    display: inline-block;
    width: 100%;
}
.widget.widget_popular_post ul li:last-child,
.widget.widget_latest_post ul li:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}
.widget_popular_post h3,
.widget_latest_post h3 {
    display: table-row;
    margin: 0;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 600;
}
#secondary .widget_popular_post li:nth-child(1n) a {
	color: #2c7dfa;
}
#secondary .widget_popular_post li:nth-child(2n) a {
	color: #07d79c;
}
#secondary .widget_popular_post li:nth-child(3n) a {
	color: #ff9041;
}
#secondary .widget_popular_post li:nth-child(1n) h3 a,
#secondary .widget_popular_post li:nth-child(2n) h3 a,
#secondary .widget_popular_post li:nth-child(3n) h3 a,
#secondary .widget_popular_post li:nth-child(1n) a:hover,
#secondary .widget_popular_post li:nth-child(1n) a:focus,
#secondary .widget_popular_post li:nth-child(2n) a:hover,
#secondary .widget_popular_post li:nth-child(2n) a:focus,
#secondary .widget_popular_post li:nth-child(3n) a:hover,
#secondary .widget_popular_post li:nth-child(3n) a:focus {
	color: #2f3633;
}
#secondary .widget_popular_post li:nth-child(1n) h3 a:hover,
#secondary .widget_popular_post li:nth-child(2n) h3 a:hover,
#secondary .widget_popular_post li:nth-child(3n) h3 a:hover,
#secondary .widget_popular_post li:nth-child(1n) h3 a:focus,
#secondary .widget_popular_post li:nth-child(2n) h3 a:focus,
#secondary .widget_popular_post li:nth-child(3n) h3 a:focus {
    color: #ff8737;
}
.widget_popular_post img,
.widget_latest_post img {
    width: 100px;
    height: 80px;
    object-fit: cover;
    margin-right: 20px;
    float: left;
}
.textwidget img,
.aboutwidget img {
    margin-bottom: 21px;
    display: block;
}
.widget.widget_text .btn {
	margin-top: 20px;
}
.widget_featured_courses .image-wrapper img,
.widget_popular_courses .image-wrapper img {
    width: 80px;
    height: 80px;
    object-fit: cover;
    margin-right: 20px;
    border-radius: 5px;
    float: left;
}
.widget_featured_courses .course-wrapper,
.widget_popular_courses .course-wrapper {
    display: table;
}
.widget_featured_courses .course-wrapper h5,
.widget_popular_courses .course-wrapper h5 {
	margin: 0 0 4px;
    font-size: 18px;
}
.widget_featured_courses .course-wrapper h5 a,
.widget_popular_courses .course-wrapper h5 a {
	color: #72757a;
}
.widget_featured_courses .course-wrapper h5 a:hover,
.widget_featured_courses .course-wrapper h5 a:focus,
.widget_featured_courses .tp-course-price,
.widget_popular_courses .course-wrapper h5 a:hover,
.widget_popular_courses .course-wrapper h5 a:focus,
.widget_popular_courses .tp-course-price {
	color: #ff8737;
}
.widget_featured_courses .tp-course-price-label,
.widget_popular_courses .tp-course-price-label {
	display: none;
}
.widget_featured_courses .tp-course-price,
.widget_popular_courses .tp-course-price {
	font-size: 18px;
}
.widget_featured_courses ul li,
.widget_popular_courses ul li {
    clear: both;
    display: table;
    width: 100%;
}
#secondary .jetpack_subscription_widget input[type="email"] {
    height: 50px;
    min-height: auto;
    background-color: #fff;
    border-color: #fff;
    padding: 15px 18px;
}
.site-footer .jetpack_subscription_widget #subscribe-submit:after {
	border-bottom-color: #fff;
}
#secondary .jetpack_subscription_widget input[type="submit"]:hover,
#secondary .jetpack_subscription_widget input[type="submit"]:focus {
	background-color: #ff8737;
}
#secondary p#subscribe-email {
    margin-top: 0;
}
#secondary ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
#secondary .widget .social-icons {
    margin-left: -10px;
}
#colophon .widget .social-icons li a:hover svg,
#colophon .widget .social-icons li a:focus svg {
	fill: #fff;
}
.widget_contact_info ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.widget_categories li {
    position: relative;
}
.widget_categories .has-post-thumbnail a {
    position: absolute;
    background-color: #fff;
    top: 50%;
    left: 50%;
    color: #2f3633;
    padding: 6px 19px;
    border-radius: 4px;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.widget_categories .has-post-thumbnail img {
	border-radius: 4px;
}
#secondary .widget_categories li.has-post-thumbnail:not(:last-child) {
    margin-bottom: 20px;
}
#secondary .cat-links a,
#secondary a:hover,
#secondary a:focus {
	color: #ff8737;
}
#secondary a,
#secondary .cat-links a:hover,
#secondary .cat-links a:focus {
	color: #2f3633;
}
#secondary a {
	text-decoration: none;
}
#secondary .textwidget a {
	text-decoration: underline;
}
#secondary .widget li:not(:last-child) {
    margin-bottom: 12px;
}
#secondary .widget.widget_popular_post li:not(:last-child) {
    margin-bottom: 20px;
}
#secondary .widget.widget_about .aboutwidget {
    text-align: center;
}
#secondary .widget.widget_about .aboutwidget img {
	margin-left: auto;
	margin-right: auto;
}
#secondary .widget_social_icons ul {
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
}
#secondary .widget_social_icons {
    margin-bottom: 30px;
}
#secondary .widget ul li a:hover {
    text-decoration: underline;
}
.widget_tag_cloud .tagcloud a {
    font-size: 14px !important;
    border: 1px solid #ccc;
    display: inline-block;
    line-height: 1;
    padding: 5px 10px;
    margin: 0 3px 3px 0;
}
/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}
.hentry {
	margin: 0;
}

.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 0;
}

.author img {
    border-radius: 50%;
    display: block;
    text-align: center;
    margin: 20px auto;
}
.page-header span.posted-on {
    margin-bottom: 12px;
    display: inline-block;
    width: 100%;
}
.page-links {
	clear: both;
	margin: 0 0 1.5em;
}
.page-header span.author-name {
    display: block;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    color: #2f3633;
}
.page-header small {
    font-size: 12px;
    color: #ff8737;
}
nav.navigation.pagination {
    margin-top: 50px;
    clear: both;
    display: inline-block;
    width: 100%;
    margin-left: -10px;
}
.no-sidebar nav.navigation.pagination {
	text-align: center;
}
.navigation.pagination svg {
    fill: #cecece;
    width: 16px;
    height: 16px;
    position: relative;
    top: -2px;
}
.navigation.posts-navigation svg, 
.navigation.post-navigation svg {
    width: 13px;
    height: 13px;
    fill: #2f3633;
    display: inline-block;
    vertical-align: middle;
}
.navigation.posts-navigation svg.icon-left, 
.navigation.post-navigation svg.icon-left {
	margin-right: 20px;
}
.navigation.posts-navigation svg.icon-right, 
.navigation.post-navigation svg.icon-right {
	margin-left: 20px;
}
.tags-links {
    display: inline-block;
}
.post-navigation .previous-article span span,
.posts-navigation .previous-article span span,
.post-navigation .next-article span span,
.posts-navigation .next-article span span {
    display: block;
}
.post-navigation span.previous-article b,
.post-navigations span.previous-article b,
.post-navigation span.next-article b,
.post-navigations span.next-article b {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 10px;
    display: inline-block;
    width: 100%;
}
.post-navigation span.previous-article,
.post-navigations span.previous-article {
    display: table;
}
span.next-article {
    padding-right: 65px;
    display: inline-block;
}
#author-section {
    border-top: 1px solid #e4e4e4;
    border-bottom: 1px solid #e4e4e4;
    padding: 35px 0;
    margin-bottom: 35px;
}
.author-image {
    float: left;
    margin-right: 30px;
}
.author-content {
    display: table;
}
.author-name {
    font-size: 18px;
    margin-top: 0;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 30px;
}
.author-name:after {
    content: "";
    background-color: #ff8737;
    width: 29px;
    height: 3px;
    display: block;
    margin-top: 30px;
}
.author-name span {
    color: #5e5e5e;
    padding-left: 5px;
    font-weight: 400;
}
.author-content .social-icons li a {
	background-color: #171717;
}
.author-content .social-icons li a svg {
	fill: #fff;
}
/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

#reply-title,
.comments-title {
    font-size: 42px;
    margin: 0;
}
.comments-title,
#reply-title {
	color: #2f3633;
    margin-bottom: 15px;
    font-size: 32px;
    font-weight: 600;
}
ul.post-categories li:after {
    content: ",";
}
ul.post-categories li:last-child:after {
    display: none;
}
ol.comment-list {
    padding: 0;
    margin: 0 0 15px;
    list-style: none;
}
#comments ol {
    list-style: none;
    margin-left: 0;
    padding: 0;
}
#comments ol.comment-list {
	padding-top: 35px;
	position: relative;
    overflow: hidden;
}
#comments ol.children .reply {
	padding-right: 0;
    padding-left: 12px;
}
.says {
    display: none;
}
.comment-meta img {
    width: 65px;
    height: 65px;
    float: left;
    border-radius: 50%;
    margin-right: 35px;
    margin-top: -20px;
}
#comments time:before {
    display: none;
}
.comment-body {
    position: relative;
}
.reply {
    padding-bottom: 25px;
    text-align: right;
    padding-right: 10px;
}
#comments article {
    margin-bottom: 30px;
    clear: both;
}
#comments ol.comment-list > li:last-child article:last-child,
#comments ol.comment-list > li:last-child {
	border-bottom: none;
}
#comments ol.comment-list > li {
    padding-top: 18px;
}
#comments ol.comment-list > li:first-child {
    padding-top: 0;
}
#comments ol.comment-list > li article:last-child .reply {
	border-bottom: none;
    padding-bottom: 0;
}
.reply a {
    padding: 3px 20px;
    font-size: 16px;
    line-height: 30px;
    border: 2px solid;
    display: inline-block;
    margin-top: 10px;
    text-transform: capitalize;
    position: relative;
    text-align: center;
    background-color: #ff8737;
    border-color: #ff8737;
    color: #fff;
    border-radius: 5px;
    text-decoration: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.reply a:hover,
.reply a:focus {
	background-color: #000;
	border-color: #000;
    color: #fff;
}
.reply a:hover:before,
.reply a:focus:before {
	background-color: #ff8737;
}
.comment-meta .url,
.comment-meta .fn {
    display: inline-block;
    color: #ff8737;
    text-decoration: none;
}
.comment-meta .url:hover,
.comment-meta .url:focus {
	color: #2f3633;
}
.comment-metadata a,
.comment-metadata a time {
	color: #82868b;
	text-decoration: none;
}
.comment-metadata a:hover,
.comment-metadata a:focus {
	color: #2f3633;
}
.comment-metadata .comment-edit-link:hover, 
.comment-metadata .comment-edit-link:focus {
    color: #ff8737;
}
.comment-metadata a:hover time,
.comment-metadata a:focus time {
	color: #ff8737;
}
.comment-metadata {
    float: right;
    padding-right: 35px;
    position: relative;
    z-index: 1;
}
.comment-content {
    margin-bottom: 13px;
    padding: 57px 25px 7px;
    margin-top: -50px;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    margin-left: 120px;
    position: relative;
    right: 10px;
    clear: both;
    border-radius: 5px;
}
.comment-content:before {
    content: "";
    border: 9px solid transparent;
    border-right-color: #fff;
    position: absolute;
    left: -18px;
    top: 30px;
}
.comment-content p {
    margin-bottom: 1em;
}
.comment-meta {
    margin-bottom: -100px;
    display: inline-block;
    width: 100%;
}
.comment-meta .fn {
    padding-left: 35px;
    position: relative;
    z-index: 1;
    font-weight: 400;
}
/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Layouts and titles
--------------------------------------------------------------*/
section {
	position: relative;
}
.relative {
	display: block;
	position: relative;
}
.relative:before,
.relative:after {
	content: "";
	display: table;
	clear: both;
}
.entry-content {
	margin-top: 0;
}
.wrapper {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
    padding-left: 10px;
    padding-right: 10px;
}
.page-section {
    padding: 60px 0;
}
.section-header {
    margin-bottom: 63px;
    text-align: center;
}
.section-title {
    font-size: 42px;
    margin: 0;
    word-wrap: break-word;
    position: relative;
    color: #2f3633;
    font-weight: bold;
}
.section-subtitle {
    margin-top: 8px;
    max-width: 775px;
    margin-left: auto;
    margin-right: auto;
}
.overlay {
    background-color: #000;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.5;
}
.align-left {
    text-align: left;
}
.align-center {
    text-align: center;
}
.align-right {
    text-align: right;
}
.btn {
    padding: 8px 38px;
    font-size: 16px;
    line-height: 30px;
    border: 2px solid;
    display: inline-block;
    margin-top: 23px;
    text-transform: capitalize;
    position: relative;
    text-align: center;
    background-color: #ff8737;
	border-color: #ff8737;
    color: #fff;
    border-radius: 5px;
    text-decoration: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    
}
.btn.btn-default {
    background-color: transparent;
    border-color: #fff;
}
.btn.btn-default:hover,
.btn.btn-default:focus {
    background-color: #fff;
    border-color: #fff;
    color: #ff8737;
}
.btn:hover,
.btn:focus {
	background-color: #000;
	border-color: #000;
    color: #fff;
}
/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
    margin: -5px;
    clear: both;
    display: table;
    width: 100%;
}

.gallery-item {
	display: inline-block;
	vertical-align: top;
	width: 100%;
    float: left;
    padding: 5px;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}
/*--------------------------------------------------------------
## Social Icons
--------------------------------------------------------------*/
.social-icons li {
    display: inline-block;
    margin-right: 5px;
    height: auto;
    text-align: center;
    position: relative;
    list-style: none;
}
.social-icons li:last-child {
	margin-right: 0;
}
.footer-widgets-area .widget .social-icons li {
	display: inline-block;
    width: auto;
}
.social-icons,
.social-icons ul {
    margin: 0;
    padding: 0;
}
.social-icons li a {
    background-color: transparent;
    width: 35px;
    height: 35px;
    line-height: 30px;
    display: block;
    border-radius: 50%;
}
.social-icons li a:hover svg,
.social-icons li a:focus svg {
	fill: #fff;
}
.social-icons li a:hover svg,
.social-icons li a:focus svg {
	fill: #fff;
}
.social-icons li a svg {
    fill: #B2B2B2;
}
/*--------------------------------------------------------------
## Social Icons Hover Color
--------------------------------------------------------------*/
.social-icons li a[href*="facebook.com"]:hover,
.social-icons li a[href*="fb.com"]:hover,
.social-icons li a[href*="facebook.com"]:focus,
.social-icons li a[href*="fb.com"]:focus {
 	background-color: #3c5798 !important;
}
.social-icons li a[href*="twitter.com"]:hover,
.social-icons li a[href*="twitter.com"]:focus {
 	background-color: #1ea0f1 !important;
}
.social-icons li a[href*="linkedin.com"]:hover,
.social-icons li a[href*="linkedin.com"]:focus {
 	background-color: #0077B5 !important;
}
.social-icons li a[href*="plus.google.com"]:hover,
.social-icons li a[href*="plus.google.com"]:focus {
 	background-color: #ec7161 !important;
}
.social-icons li a[href*="slack.com"]:hover,
.social-icons li a[href*="slack.com"]:focus {
	background-color: #E60264;
}
.social-icons li a[href*="youtube.com"]:hover,
.social-icons li a[href*="youtube.com"]:focus {
 	background-color: #cc181e !important;
}

.social-icons li a[href*="dribbble.com"]:hover,
.social-icons li a[href*="dribbble.com"]:focus {
 	background-color: #f4a09c !important;
}

.social-icons li a[href*="pinterest.com"]:hover,
.social-icons li a[href*="pinterest.com"]:focus {
 	background-color: #bd081b !important;
}

.social-icons li a[href*="bitbucket.org"]:hover,
.social-icons li a[href*="bitbucket.org"]:focus {
 	background-color: #205081 !important;
}

.social-icons li a[href*="github.com"]:hover,
.social-icons li a[href*="github.com"]:focus {
 	background-color: #323131 !important;
}

.social-icons li a[href*="codepen.io"]:hover,
.social-icons li a[href*="codepen.io"]:focus {
 	background-color: #2f3633 !important;
}

.social-icons li a[href*="flickr.com"]:hover,
.social-icons li a[href*="flickr.com"]:focus {
 	background-color: #025FDF !important;
}

.social-icons li a[href$="/feed/"]:hover,
.social-icons li a[href$="/feed/"]:focus {
 	background-color: #089DE3 !important;
}

.social-icons li a[href*="foursquare.com"]:hover,
.social-icons li a[href*="foursquare.com"]:focus {
 	background-color: #F94877 !important;
}

.social-icons li a[href*="instagram.com"]:hover,
.social-icons li a[href*="instagram.com"]:focus {
 	background-color: #cd42e7 !important;
}

.social-icons li a[href*="tumblr.com"]:hover,
.social-icons li a[href*="tumblr.com"]:focus {
 	background-color: #56BC8A !important;
}

.social-icons li a[href*="reddit.com"]:hover,
.social-icons li a[href*="reddit.com"]:focus {
 	background-color: #FF4500 !important;
}

.social-icons li a[href*="vimeo.com"]:hover,
.social-icons li a[href*="vimeo.com"]:focus {
 	background-color: #00ADEF !important;
}

.social-icons li a[href*="digg.com"]:hover,
.social-icons li a[href*="digg.com"]:focus {
 	background-color: #00ADEF !important;
}

.social-icons li a[href*="twitch.tv"]:hover,
.social-icons li a[href*="twitch.tv"]:focus {
 	background-color: #0E9DD9 !important;
}

.social-icons li a[href*="stumbleupon.com"]:hover,
.social-icons li a[href*="stumbleupon.com"]:focus {
 	background-color: #EB4924 !important;
}

.social-icons li a[href*="delicious.com"]:hover,
.social-icons li a[href*="delicious.com"]:focus {
 	background-color: #0076E8 !important;
}

.social-icons li a[href*="mailto:"]:hover,
.social-icons li a[href*="mailto:"]:focus {
 	background-color: #4169E1 !important;
}
.social-icons li a[href*="soundcloud.com"]:hover,
.social-icons li a[href*="soundcloud.com"]:focus {
 	background-color: #FF5500 !important;
}
.social-icons li a[href*="wordpress.org"]:hover,
.social-icons li a[href*="wordpress.org"]:focus {
 	background-color: #0073AA !important;
}
.social-icons li a[href*="wordpress.com"]:hover {
 	background-color: #00AADC !important;
}

.social-icons li a[href*="jsfiddle.net"]:hover,
.social-icons li a[href*="jsfiddle.net"]:focus {
 	background-color: #396AB1 !important;
}

.social-icons li a[href*="tripadvisor.com"]:hover,
.social-icons li a[href*="tripadvisor.com"]:focus {
 	background-color: #FFE090 !important;
}

.social-icons li a[href*="angel.co"]:hover,
.social-icons li a[href*="angel.co"]:focus {
 	background-color: #2f3633 !important;
}

#our-team .social-icons li a:hover,
#our-team .social-icons li a:focus {
	background-color: transparent !important;
}
#our-team .social-icons li a:hover svg,
#our-team .social-icons li a:focus svg {
	fill: #ff8737;
	background-color: transparent !important;
}
#our-team .social-icons li a[href*="facebook.com"] svg,
#our-team .social-icons li a[href*="fb.com"] svg {
 	fill: #3c5798;
}
#our-team .social-icons li a[href*="twitter.com"] svg {
 	fill: #1ea0f1;
}
#our-team .social-icons li a[href*="linkedin.com"] svg {
 	fill: #0077B5;
}
#our-team .social-icons li a[href*="plus.google.com"] svg {
 	fill: #ec7161;
}
#our-team .social-icons li a[href*="slack.com"] svg {
	fill: #E60264;
}
#our-team .social-icons li a[href*="youtube.com"] svg {
 	fill: #cc181e;
}

#our-team .social-icons li a[href*="dribbble.com"] svg {
 	fill: #f4a09c;
}

#our-team .social-icons li a[href*="pinterest.com"] svg {
 	fill: #bd081b;
}

#our-team .social-icons li a[href*="bitbucket.org"] svg {
 	fill: #205081;
}

#our-team .social-icons li a[href*="github.com"] svg {
 	fill: #323131;
}

#our-team .social-icons li a[href*="codepen.io"] svg {
 	fill: #2f3633;
}

#our-team .social-icons li a[href*="flickr.com"] svg {
 	fill: #025FDF;
}

#our-team .social-icons li a[href$="/feed/"] svg {
 	fill: #089DE3;
}

#our-team .social-icons li a[href*="foursquare.com"] svg {
 	fill: #F94877;
}

#our-team .social-icons li a[href*="instagram.com"] svg {
 	fill: #cd42e7;
}

#our-team .social-icons li a[href*="tumblr.com"] svg {
 	fill: #56BC8A;
}

#our-team .social-icons li a[href*="reddit.com"] svg {
 	fill: #FF4500;
}

#our-team .social-icons li a[href*="vimeo.com"] svg {
 	fill: #00ADEF;
}

#our-team .social-icons li a[href*="digg.com"] svg {
 	fill: #00ADEF;
}

#our-team .social-icons li a[href*="twitch.tv"] svg {
 	fill: #0E9DD9;
}

#our-team .social-icons li a[href*="stumbleupon.com"] svg {
 	fill: #EB4924;
}

#our-team .social-icons li a[href*="delicious.com"] svg {
 	fill: #0076E8;
}

#our-team .social-icons li a[href*="mailto:"] svg {
 	fill: #4169E1;
}
#our-team .social-icons li a[href*="soundcloud.com"] svg {
 	fill: #FF5500;
}
#our-team .social-icons li a[href*="wordpress.org"] svg {
 	fill: #0073AA;
}
#our-team .social-icons li a[href*="wordpress.com"] svg {
 	fill: #00AADC;
}

#our-team .social-icons li a[href*="jsfiddle.net"] svg {
 	fill: #396AB1;
}

#our-team .social-icons li a[href*="tripadvisor.com"] svg {
 	fill: #FFE090;
}

#our-team .social-icons li a[href*="angel.co"] svg {
 	fill: #2f3633;
}

#contact-us .social-icons li a,
#secondary .widget_social_icons li a {
 	background-color: transparent !important;
    margin-right: 20px;
}
#contact-us .social-icons li:last-child a,
#secondary .widget_social_icons li:last-child a {
	margin-right: 0;
}
#secondary .widget_social_icons li a svg {
 	fill: #3c5798;
 	width: 22px;
    height: 22px;
}
#contact-us .social-icons li a svg {
	fill: #fff;
	width: 32px;
	height: 32px;
}
#contact-us .social-icons li a[href*="facebook.com"]:hover svg,
#contact-us .social-icons li a[href*="fb.com"]:hover svg,
#secondary .widget_social_icons li a[href*="facebook.com"] svg,
#secondary .widget_social_icons li a[href*="fb.com"] svg {
 	fill: #3c5798;
}
#contact-us .social-icons li a[href*="twitter.com"]:hover svg,
#secondary .widget_social_icons li a[href*="twitter.com"] svg {
 	fill: #1ea0f1;
}
#contact-us .social-icons li a[href*="linkedin.com"]:hover svg,
#secondary .widget_social_icons li a[href*="linkedin.com"] svg {
 	fill: #0077B5;
}
#contact-us .social-icons li a[href*="plus.google.com"]:hover svg,
#secondary .widget_social_icons li a[href*="plus.google.com"] svg {
 	fill: #ec7161;
}
#contact-us .social-icons li a[href*="slack.com"]:hover svg,
#secondary .widget_social_icons li a[href*="slack.com"] svg {
	background-color: #E60264;
}
#contact-us .social-icons li a[href*="youtube.com"]:hover svg,
#secondary .widget_social_icons li a[href*="youtube.com"] svg {
 	fill: #cc181e;
}

#contact-us .social-icons li a[href*="dribbble.com"]:hover svg,
#secondary .widget_social_icons li a[href*="dribbble.com"] svg {
 	fill: #f4a09c;
}

#contact-us .social-icons li a[href*="pinterest.com"]:hover svg,
#secondary .widget_social_icons li a[href*="pinterest.com"] svg {
 	fill: #bd081b;
}

#contact-us .social-icons li a[href*="bitbucket.org"]:hover svg,
#secondary .widget_social_icons li a[href*="bitbucket.org"] svg {
 	fill: #205081;
}

#contact-us .social-icons li a[href*="github.com"]:hover svg,
#secondary .widget_social_icons li a[href*="github.com"] svg {
 	fill: #323131;
}

#contact-us .social-icons li a[href*="codepen.io"]:hover svg,
#secondary .widget_social_icons li a[href*="codepen.io"] svg {
 	fill: #2f3633;
}

#contact-us .social-icons li a[href*="flickr.com"]:hover svg,
#secondary .widget_social_icons li a[href*="flickr.com"] svg {
 	fill: #025FDF;
}

#contact-us .social-icons li a[href$="/feed/"]:hover svg,
#secondary .widget_social_icons li a[href$="/feed/"] svg {
 	fill: #089DE3;
}

#contact-us .social-icons li a[href*="foursquare.com"]:hover svg,
#secondary .widget_social_icons li a[href*="foursquare.com"] svg {
 	fill: #F94877;
}

#contact-us .social-icons li a[href*="instagram.com"]:hover svg,
#secondary .widget_social_icons li a[href*="instagram.com"] svg {
 	fill: #cd42e7;
}

#contact-us .social-icons li a[href*="tumblr.com"]:hover svg,
#secondary .widget_social_icons li a[href*="tumblr.com"] svg {
 	fill: #56BC8A;
}

#contact-us .social-icons li a[href*="reddit.com"]:hover svg,
#secondary .widget_social_icons li a[href*="reddit.com"] svg {
 	fill: #FF4500;
}

#contact-us .social-icons li a[href*="vimeo.com"]:hover svg,
#secondary .widget_social_icons li a[href*="vimeo.com"] svg {
 	fill: #00ADEF;
}

#contact-us .social-icons li a[href*="digg.com"]:hover svg,
#secondary .widget_social_icons li a[href*="digg.com"] svg {
 	fill: #00ADEF;
}

#contact-us .social-icons li a[href*="twitch.tv"]:hover svg,
#secondary .widget_social_icons li a[href*="twitch.tv"] svg {
 	fill: #0E9DD9;
}

#contact-us .social-icons li a[href*="stumbleupon.com"]:hover svg,
#secondary .widget_social_icons li a[href*="stumbleupon.com"] svg {
 	fill: #EB4924;
}

#contact-us .social-icons li a[href*="delicious.com"]:hover svg,
#secondary .widget_social_icons li a[href*="delicious.com"] svg {
 	fill: #0076E8;
}

#contact-us .social-icons li a[href*="mailto:"]:hover svg,
#secondary .widget_social_icons li a[href*="mailto:"] svg {
 	fill: #4169E1;
}
#contact-us .social-icons li a[href*="soundcloud.com"]:hover svg,
#secondary .widget_social_icons li a[href*="soundcloud.com"] svg {
 	fill: #FF5500;
}
#contact-us .social-icons li a[href*="wordpress.org"]:hover svg,
#secondary .widget_social_icons li a[href*="wordpress.org"] svg {
 	fill: #0073AA;
}

#contact-us .social-icons li a[href*="jsfiddle.net"]:hover svg,
#secondary .widget_social_icons li a[href*="jsfiddle.net"] svg {
 	fill: #396AB1;
}

#contact-us .social-icons li a[href*="tripadvisor.com"]:hover svg,
#secondary .widget_social_icons li a[href*="tripadvisor.com"] svg {
 	fill: #FFE090;
}

#contact-us .social-icons li a[href*="angel.co"]:hover svg,
#secondary .widget_social_icons li a[href*="angel.co"] svg {
 	fill: #2f3633;
}
/*--------------------------------------------------------------
#  Page Site Header
--------------------------------------------------------------*/
#page-site-header {
    padding: 200px 0;
    text-align: center;
    position: relative;
    background-color: #000;
    background-size: cover;
    background-position: 50%;
    position: relative;
}
#page-header-wrapper {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    text-align: center;
    max-width: 900px;
    width: 90%;
    margin: 0 auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
#page-site-header .page-title {
	font-size: 52px;
	color: #fff;
    margin: 0;
    line-height: 1.4;
    text-transform: uppercase;
}
/*--------------------------------------------------------------
#  Breadcrumb List
--------------------------------------------------------------*/
#breadcrumb-list {
    margin-top: 5px;
}
.trail-items {
    margin: 0;
    padding: 0;
    list-style: none;
}
.trail-items li {
    display: inline-block;
    vertical-align: middle;
    font-weight: 400;
    color: #fff;
    margin-right: -2px;
}
.trail-items li:not(:last-child):after {
	content: "/";
}
.trail-items li a {
    color: #fff;
    text-decoration: none;
}
.trail-items li a:hover,
.trail-items li a:focus {
    color: #ff8737;
}
/*--------------------------------------------------------------
#  Featured Slider Section
--------------------------------------------------------------*/
#featured-slider article {
    padding: 280px 0;
    position: relative;
    background-size: cover;
    background-position: 50%;
    vertical-align: middle;
}
#featured-slider .overlay {
	opacity: 0.5;
}
#featured-slider article .entry-container {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    text-align: center;
    max-width: 90%;
    margin: 0 auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
#featured-slider article .entry-container .entry-title {
    color: #fff;
    text-transform: uppercase;
    font-size: 72px;
    margin: 0 0 7px;
}
#featured-slider article .entry-container .entry-content,
#featured-slider article .entry-container .entry-content p {
	color: #fff;
}
#featured-slider article .entry-container .entry-content {
    max-width: 560px;
    margin: 0 auto 21px;
}
.buttons .btn:not(:last-child) {
    margin-right: 27px;
}
.slick-prev,
.slick-next {
	width: 50px;
	height: 100px;
	background-color: rgba(255, 255, 255, 0.80);
	border-radius: 0;
	z-index: 1;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.slick-prev:hover,
.slick-next:hover,
.slick-prev:focus,
.slick-next:focus {
	background-color: #ff8737;
}
.slick-prev.slick-disabled:before, 
.slick-next.slick-disabled:before {
	opacity: 1;
}
.slick-prev:before,
.slick-next:before {
	content: "";
	background-image: url('assets/uploads/arrow-prev.png');
	background-size: contain;
    background-repeat: no-repeat;
	background-position: 50%;
	display: inline-block;
	width: 15px;
    height: 15px;
}
.slick-next:before {
	transform: rotate(-180deg);
}
.slick-prev {
    left: -75px;
}
.slick-next {
    right: -75px;
}
#featured-slider:hover .slick-prev {
	left: 0;
}
#featured-slider:hover .slick-next {
	right: 0;
}
.slick-dots {
	bottom: 20px;
}
.slick-dots li button:before {
	content: "";
	display: none;
}
.slick-dots li button {
	width: 10px;
	height: 10px;
	background-color: #fff;
	opacity: 0.5;
	border-radius: 10px;
}
.slick-dots li {
	margin: 0;
}
.slick-dots li.slick-active button {
	background-color: #ff8737;
	opacity: 1;
}
.slick-dotted.slick-slider {
	margin-bottom: 0;
}
/*--------------------------------------------------------------
#  Featured Services Section
--------------------------------------------------------------*/
#our-services .section-content {
	margin: 0 -30px;
}
#our-services article {
	text-align: center;
	padding: 0 30px;
	margin-bottom: 50px;
}
#our-services article .entry-title {
    font-size: 24px;
    font-weight: bold;
}
#our-services article .entry-title a {
	color: #2f3633;
}
#our-services article .entry-title a:hover,
#our-services article .entry-title a:focus {
	color: #ff8737;
}
#our-services .featured-image {
    margin-bottom: 7px;
    display: inline-block;
    width: 100%;
}
#our-services .section-content.col-1 article {
	max-width: 400px;
	margin-left: auto;
	margin-right: auto;
}
#our-services .col-2 article {
    width: 50%;
    float: left;
}
#our-services .col-3 article {
    width: 33.33%;
    float: left;
}
#our-services .col-4 article {
    width: 25%;
    float: left;
}
#our-services .col-2 article:nth-child(2n+1),
#our-services .col-3 article:nth-child(3n+1),
#our-services .col-4 article:nth-child(4n+1) {
	clear: left;
}
#our-services article:last-child,
#our-services .col-2 article:nth-last-child(-n+2),
#our-services .col-3 article:nth-last-child(-n+3),
#our-services .col-4 article:nth-last-child(-n+4) {
	margin-bottom: 0;
}
/*--------------------------------------------------------------
#  About Us Section
--------------------------------------------------------------*/
#about-us {
    background-color: #f7f7f7;
    padding-bottom: 0;
}
#about-us .wrapper + .wrapper {
    max-width: 1044px;
}
#about-us .section-header {
	margin-bottom: 33px;
}
#about-us .read-more {
    text-align: center;
    margin-bottom: 70px;
}
#about-us .read-more .btn {
    margin-top: 0;
}
.video-wrapper {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
}
.video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/*--------------------------------------------------------------
#  Latest Projects Section
--------------------------------------------------------------*/
#latest-projects {
    padding-bottom: 0;
}
#latest-projects .wrapper {
    width: 100%;
    max-width: 100%;
    padding: 0;
}
.project-slider article {
	background-size: cover;
	background-position: 50%;
	position: relative;
    padding: 175px 0;
    background-color: #000;
    vertical-align: middle;
}
.project-slider .overlay {
    background-color: #ff8737;
}
.project-slider .overlay,
.project-slider .entry-container {
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.project-slider article:hover .overlay,
.project-slider article:hover .entry-container {
	opacity: 1;
	visibility: visible;
}
.project-slider article:hover .overlay {
	opacity: 0.8;
}
#latest-projects .wrapper .section-header {
    width: 90%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px;
}
.project-slider .entry-container {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    padding: 15px;
    z-index: 1;
    text-align: center;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.project-slider .slick-prev {
	left: 0;
}
.project-slider .slick-next {
	right: 0;
}
.project-slider .entry-container .entry-title {
    margin: 0 0 6px;
	font-weight: 600;
}
.project-slider .entry-container .entry-title,
.project-slider .entry-container .cat-links,
.project-slider .entry-container .cat-links a {
	color: #fff;
	font-size: 18px;
	text-transform: uppercase;
}
.project-slider .entry-container .cat-links a {
	font-weight: 300;
}
.project-slider .entry-container .entry-title a,
.project-slider .entry-container .cat-links a {
	color: #fff;
}
.project-slider .entry-container .entry-title a:hover,
.project-slider .entry-container .entry-title a:focus,
.project-slider .entry-container .cat-links a:hover,
.project-slider .entry-container .cat-links a:focus {
	opacity: 0.8;
}
.project-slider .entry-container .cat-links,
.project-slider .entry-container .cat-links a {
	font-size: 16px;
}
/*--------------------------------------------------------------
#  Client Testimonial Section
--------------------------------------------------------------*/
#client-testimonial {
    background-size: cover;
    background-attachment: fixed;
    background-position: 50%;
}
#client-testimonial .overlay {
	opacity: 0.5;
}
#client-testimonial .section-title {
    color: #fff;
}
#client-testimonial article {
	text-align: center;
}
#client-testimonial article .featured-image img {
	width: 120px;
	height: 120px;
	border-radius: 50%;
	object-fit: cover;
	margin: 0 auto 30px;
}
#client-testimonial article .entry-content {
    background-color: #fff;
    max-width: 979px;
    margin: 0 auto;
    padding: 43px 70px;
    border-radius: 5px;
    color: #6e6e6e;
    position: relative;
}
#client-testimonial article .entry-content p {
	color: #6e6e6e;
}
#client-testimonial article .entry-content:after {
    content: "";
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 12px solid #fff;
    width: 12px;
    position: absolute;
    bottom: -12px;
    left: 0;
    right: 0;
    margin: auto;
    display: block;
}
#client-testimonial article .entry-title {
    font-size: 24px;
    color: #fff;
    margin: 18px auto 0;
    font-weight: 600;
}
#client-testimonial article .entry-title a {
	color: #fff;
}
.position {
	text-transform: uppercase;
	color: #fff;
	font-family: 'Raleway', sans-serif;
}
#client-testimonial .slick-prev, 
#client-testimonial .slick-next {
	height: 50px;
}
#client-testimonial .slick-prev {
	left: 0;
}
#client-testimonial .slick-next {
	right: 0;
}
#client-testimonial .slick-dots {
	position: relative;
    bottom: -50px;
}
/*--------------------------------------------------------------
#  Shop Section
--------------------------------------------------------------*/
ul.products {
    margin: 0 -10px;
    list-style: none;
    padding: 0;
}
ul.products li {
	padding: 0 10px;
    text-align: center;
	margin-bottom: 50px;
}
ul.products .post-thumbnail {
    margin-bottom: 23px;
}
ul.products .post-thumbnail img {
    border-radius: 4px;
}
.product-meta .cat-links a {
    text-transform: uppercase;
    color: #6e6e6e;
    font-size: 14px;
}
.woocommerce-loop-product__title {
	margin: 0 0 6px;
}
.woocommerce-loop-product__title,
.woocommerce-loop-product__title a {
    font-size: 18px;
    color: #2f3633;
    font-weight: bold;
}
.product-meta .cat-links a:hover,
.product-meta .cat-links a:focus,
.woocommerce-loop-product__title a:hover,
.woocommerce-loop-product__title a:focus {
	color: #ff8737;
}
.price,
.woocommerce-Price-amount.amount {
	font-size: 18px;
	font-weight: bold;
}
.price ins,
.woocommerce-Price-amount.amount {
    color: #ff8737;
}
del .woocommerce-Price-amount.amount {
	color: #6e6e6e;
	font-weight: 400;
}
.price del + ins {
    margin-left: 10px;
}
.button.product_type_simple.add_to_cart_button {
    background-color: #ff8737;
    display: inline-block;
    min-width: 63px;
    height: 40px;
    line-height: 36px;
    border-radius: 5px;
    margin-top: 10px;
}
.button.product_type_simple.add_to_cart_button:hover,
.button.product_type_simple.add_to_cart_button:focus {
	background-color: #000;
}
.button.product_type_simple.add_to_cart_button svg {
	fill: #fff;
	width: 18px;
	height: 18px;
}
#shop-products .button.product_type_simple.add_to_cart_button {
    line-height: 36px;
    padding: 10px;
}
#shop-products del {
    color: #6e6e6e;
    opacity: 0.5;
    margin-right: 10px;
}
#shop-products del .woocommerce-Price-amount.amount {
	font-weight: bold;
}
ul.products.col-2 li {
    width: 50%;
    float: left;
}
ul.products.col-3 li {
    width: 33.33%;
    float: left;
}
ul.products.col-4 li {
    width: 25%;
    float: left;
}
ul.products.col-2 li:nth-child(2n+1),
ul.products.col-3 li:nth-child(3n+1),
ul.products.col-4 li:nth-child(4n+1) {
    clear: left;
}
ul.products.col-2 li:nth-last-child(-n+2),
ul.products.col-3 li:nth-last-child(-n+3),
ul.products.col-4 li:nth-last-child(-n+4) {
    margin-bottom: 0;
}
/*--------------------------------------------------------------
#  Pricing Section
--------------------------------------------------------------*/
#pricing-table {
    background-size: cover;
    background-position: 50%;
    background-attachment: fixed;
}
#pricing-table .overlay {
    opacity: 0.5;
}
#pricing-table .section-header,
#pricing-table .section-content {
	position: relative;
	z-index: 1;
}
#pricing-table .section-title,
#pricing-table .section-subtitle {
    color: #fff;
}
#pricing-table .section-content {
	margin: 0 -18px;
}
#pricing-table article {
	padding: 0 18px;
	margin-bottom: 50px;
}
.price-table-wrapper {
    background-color: #fff;
    padding: 63px 25px 70px;
    border-radius: 5px;
    text-align: center;
    margin-top: 30px;
}
#pricing-table .entry-title {
    margin: 0 0 32px;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: bold;
}
#pricing-table article .price {
	color: #2c7dfa;
	font-size: 42px;
	font-weight: 400;
    margin-bottom: 26px;
}
#pricing-table article:nth-child(1n) .price {
	color: #2c7dfa;
}
#pricing-table article:nth-child(2n) .price {
	color: #fff;
}
#pricing-table article:nth-child(3n) .price {
	color: #ff9041;
}
.price-table-wrapper ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.price-table-wrapper ul li:not(:last-child) {
	margin-bottom: 26px;
}
.price-table-wrapper .read-more .btn {
	margin-top: 43px;
}
#pricing-table article:nth-child(1n) .btn {
	background-color: #2c7dfa;
	border-color: #2c7dfa;
}
#pricing-table article:nth-child(2n) .btn {
	background-color: #fff;
	border-color: #fff;
	color: #07d79c;
}
#pricing-table article:nth-child(3n) .btn {
	background-color: #ff9041;
	border-color: #ff9041;
}
#pricing-table article:nth-child(2n) .price-table-wrapper {
	background-color: #07d79c;
	margin-top: 0;
}
#pricing-table article:nth-child(2n) .price-table-wrapper ul li,
#pricing-table article:nth-child(2n) .price-table-wrapper .entry-title {
	color: #fff;
}
#pricing-table article:nth-child(1n) .btn:hover,
#pricing-table article:nth-child(2n) .btn:hover,
#pricing-table article:nth-child(3n) .btn:hover,
.price-table-wrapper .read-more .btn:hover {
	background-color: #000;
	border-color: #000;
	color: #fff;
}
#pricing-table .col-2 article {
	width: 50%;
	float: left;
}
#pricing-table .col-3 article {
	width: 33.33%;
	float: left;
}
#pricing-table .col-2 article:nth-child(2n+1),
#pricing-table .col-3 article:nth-child(3n+1) {
	clear: left;
}
#pricing-table .col-2 article:nth-last-child(-n+1),
#pricing-table .col-3 article:nth-last-child(-n+3) {
	margin-bottom: 0;
}
#pricing-table .col-2 article .price-table-wrapper {
	margin-top: 0;
}
#pricing-table .section-content.col-1 article {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
}
#pricing-table .section-content.col-1 article:last-child {
	margin-bottom: 0;
}
/*--------------------------------------------------------------
#  Call To Action Section
--------------------------------------------------------------*/
#call-to-action article {
    position: relative;
}
#call-to-action article + article {
	margin-top: 80px;
}
#call-to-action article.no-post-thumbnail .entry-container {
	width: 100%;
	text-align: center;
}
#call-to-action .btn {
    margin-top: 34px;
}
#call-to-action article.has-post-thumbnail {
	display: table;
	width: 100%;
}
#call-to-action article.has-post-thumbnail .featured-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 42.4%;
    display: table-cell;
    padding-bottom: 0;
    height: 100%;
    background-size: cover;
    background-position: 50%;
    border-radius: 5px;
    background-color: #000;
}
#call-to-action article.has-post-thumbnail .entry-container {
    display: table-cell;
    width: 57.6%;
    float: right;
    padding: 122px 100px;
}
#call-to-action article.has-post-thumbnail:nth-child(1) .featured-image {
	left: 0;
	right: auto;
}
#call-to-action article.has-post-thumbnail:nth-child(1) .entry-container {
	float: right;
	padding-right: 0;
}
#call-to-action article.has-post-thumbnail:nth-child(2) .featured-image {
	left: auto;
	right: 0;
}
#call-to-action article.has-post-thumbnail:nth-child(2) .entry-container {
	float: left;
	padding-left: 0;
}
/*--------------------------------------------------------------
#  Our Team Section
--------------------------------------------------------------*/
#our-team {
    background-color: #f7f7f7;
}
#our-team .section-content {
	margin: 0 -15px;
}
#our-team article {
    text-align: center;
    padding: 0 15px;
    margin-bottom: 50px;
}
#our-team article:last-child {
	margin-bottom: 0;
}
#our-team article .featured-image {
	margin-bottom: 23px;
}
#our-team article .featured-image img {
	width: 155px;
	height: 155px;
	border-radius: 50%;
	object-fit: cover;
}
#our-team article .entry-title {
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    margin: 0 0 5px;
}
#our-team article .team-position {
	text-transform: uppercase;
	font-size: 14px;
	color: #6e6e6e;
	margin: 0 0 5px;
    display: inline-block;
}
#our-team .social-icons li a svg {
	width: 18px;
	height: 18px;
}
#our-team .col-1 article {
	width: 100%;
	float: left;
}
#our-team .col-2 article {
	width: 50%;
	float: left;
}
#our-team .col-3 article {
	width: 33.33%;
	float: left;
}
#our-team .col-4 article {
	width: 25%;
	float: left;
}
#our-team .section-content.col-2 {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}
#our-team .col-2 article:nth-child(2n+1),
#our-team .col-3 article:nth-child(3n+1),
#our-team .col-4 article:nth-child(4n+1) {
	clear: left;
}
#our-team .col-2 article:nth-last-child(-n+2),
#our-team .col-3 article:nth-last-child(-n+3),
#our-team .col-4 article:nth-last-child(-n+4) {
	margin-bottom: 0;
}
/*--------------------------------------------------------------
#  Counter Section
--------------------------------------------------------------*/
#counter {
    background-size: cover;
    background-position: 50%;
    padding: 79px 0;
}
#counter .overlay {
	opacity: 0.80;
	background-color: #ff8737;
}
.counter-item {
	text-align: center;
    position: relative;
    z-index: 1;
    margin-bottom: 50px;
}
.counter-item:last-child {
    margin-bottom: 0;
}
.counter-item .stat-count,
.counter-item h4 {
    color: #fff;
    display: block;
    font-size: 16px;
}
.counter-item h4 {
	text-transform: uppercase;
	font-weight: 600;
    margin: 0;
}
.counter-item .stat-count {
	font-size: 72px;
    margin: 0 0 15px;
    line-height: 90px;
}
.counter-icon {
    margin-bottom: 0;
    display: inline-block;
    width: 100%;
}
.counter-icon .fa {
    color: #fff;
    font-size: 34px;
}
.counter-icon svg {
    fill: #fff;
    width: 35px;
    height: 35px;
}
/*--------------------------------------------------------------
#  Latest Posts Section
--------------------------------------------------------------*/
.posts-wrapper {
	margin: 0 -18px;
}
.search.search-no-results .posts-wrapper {
    margin: 0;
}
.posts-wrapper article {
	padding: 0 18px;
	margin-bottom: 50px;
}
.posts-wrapper article:last-child {
	margin-bottom: 0;
}
.posts-wrapper .featured-image {
    margin-bottom: 33px;
}
.posts-wrapper .featured-image img {
    border-radius: 4px;
}
.posts-wrapper .entry-title {
    font-size: 18px;
    margin: 7px 0 14px;
    font-weight: bold;
}
.posts-wrapper .entry-title a {
	color: #2f3633;
}
.posted-on a {
    color: #2c7dfa;
    text-decoration: none;
}
.posts-wrapper article:nth-child(1n) .posted-on a,
.posts-wrapper article:nth-child(1n) .entry-title a:hover,
.posts-wrapper article:nth-child(1n) .entry-title a:focus {
	color: #2c7dfa;
}
.posts-wrapper article:nth-child(2n) .posted-on a,
.posts-wrapper article:nth-child(2n) .entry-title a:hover,
.posts-wrapper article:nth-child(2n) .entry-title a:focus {
	color: #07d79c;
}
.posts-wrapper article:nth-child(3n) .posted-on a,
.posts-wrapper article:nth-child(3n) .entry-title a:hover,
.posts-wrapper article:nth-child(3n) .entry-title a:focus {
	color: #ff9041;
}
.posts-wrapper article:nth-child(1n) .btn-primary {
	background-color: #2c7dfa;
	border-color: #2c7dfa;
}
.posts-wrapper article:nth-child(2n) .btn-primary {
	background-color: #07d79c;
	border-color: #07d79c;
}
.posts-wrapper article:nth-child(3n) .btn-primary {
	background-color: #ff9041;
	border-color: #ff9041;
}
.posts-wrapper article:nth-child(1n) .btn-primary:hover,
.posts-wrapper article:nth-child(1n) .btn-primary:focus,
.posts-wrapper article:nth-child(2n) .btn-primary:hover,
.posts-wrapper article:nth-child(2n) .btn-primary:focus,
.posts-wrapper article:nth-child(3n) .btn-primary:hover,
.posts-wrapper article:nth-child(3n) .btn-primary:focus {
	background-color: #000;
	border-color: #000;
}
#latest-posts .posts-wrapper.col-1 article,
#latest-posts .posts-wrapper.col-2 {
	max-width: 400px;
	margin-left: auto;
	margin-right: auto;
}
#latest-posts .posts-wrapper.col-2 {
	max-width: 800px;
}
.posts-wrapper.col-2 article {
	width: 50%;
	float: left;
}
.posts-wrapper.col-3 article {
	width: 33.33%;
	float: left;
}
.posts-wrapper.col-2 article:nth-child(2n+1),
.posts-wrapper.col-3 article:nth-child(3n+1) {
	clear: left;
}
.posts-wrapper.col-2 article:nth-last-child(-n+2),
.posts-wrapper.col-3 article:nth-last-child(-n+3) {
	margin-bottom: 0;
}
.sticky-post-wrapper.posts-wrapper {
    margin-bottom: 60px;
}
/*--------------------------------------------------------------
#  Contact Us Section
--------------------------------------------------------------*/
#contact-us {
    background-size: cover;
    background-position: 50%;
}
#contact-us .overlay {
	opacity: 0.5;
}
#contact-us .wrapper {
	position: relative;
}
#contact-us .section-title,
#contact-us .section-subtitle {
    color: #fff;
    font-weight: 400;
    text-align: left;
}
#contact-us .section-header {
    margin-bottom: 40px;
}
.col-2 .contact-address {
    padding: 73px 100px 73px 0;
}
.contact-address ul.contact-details {
    list-style: none;
    margin: 0;
    padding: 0;
    color: #fff;
}
.contact-address ul.contact-details li:not(:last-child) {
    margin-bottom: 25px;
    max-width: 270px;
}
.contact-address ul.contact-details svg {
	width: 30px;
	height: 30px;
	fill: #fff;
	float: left;
	margin-right: 20px;
}
.contact-address h4 {
    margin: 0;
    color: #fff;
    display: table-row;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.8;
}
.contact-address span {
	display: table-row;
}
.contact-address .social-icons {
    margin-top: 40px;
    margin-left: 40px;
}
#contact-us .social-icons li:not(:last-child) {
    margin-right: 25px;
}
.contact-form {
    background-color: #fff;
    padding: 70px 50px;
}
.contact-form p {
    margin-bottom: 30px;
}
.contact-form p:nth-last-child(-n+2) {
    margin-bottom: 0;
}
#contact-us input[type="submit"] {
	margin-top: 0;
}
/*--------------------------------------------------------------
#  Contact Us Section
--------------------------------------------------------------*/
#partners-logo .section-content {
	margin: 0 -30px;
}
#partners-logo article {
	padding: 0 30px;
	margin-bottom: 50px;
	text-align: center;
}
#partners-logo article img {
    max-width: 180px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}
#partners-logo .col-1 article {
    width: 100%;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
}
#partners-logo .col-2 article {
    width: 50%;
    float: left;
}
#partners-logo .col-3 article {
    width: 33.33%;
    float: left;
}
#partners-logo .col-4 article {
    width: 25%;
    float: left;
}
#partners-logo .col-5 article {
    width: 20%;
    float: left;
}
#partners-logo .col-2 article:nth-child(2n+1),
#partners-logo .col-3 article:nth-child(3n+1),
#partners-logo .col-4 article:nth-child(4n+1),
#partners-logo .col-5 article:nth-child(5n+1) {
	clear: left;
}
#partners-logo .col-2 article:nth-last-child(-n+2),
#partners-logo .col-3 article:nth-last-child(-n+3),
#partners-logo .col-4 article:nth-last-child(-n+4),
#partners-logo .col-5 article:nth-last-child(-n+5) {
	margin-bottom: 0;
}

/*--------------------------------------------------------------
#  Blog/Archive
--------------------------------------------------------------*/
.sticky-post-wrapper.posts-wrapper .btn {
    margin-top: 33px;
}
.blog .posts-wrapper:not(.sticky-post-wrapper) article:nth-child(1n) .posted-on a,
.blog .posts-wrapper:not(.sticky-post-wrapper) article:nth-child(1n) .entry-title a:hover,
.blog .posts-wrapper:not(.sticky-post-wrapper) article:nth-child(1n) .entry-title a:focus {
	color: #07d79c;
}
.blog .posts-wrapper:not(.sticky-post-wrapper) article:nth-child(2n) .posted-on a,
.blog .posts-wrapper:not(.sticky-post-wrapper) article:nth-child(2n) .entry-title a:hover,
.blog .posts-wrapper:not(.sticky-post-wrapper) article:nth-child(2n) .entry-title a:focus {
	color: #ff9041;
}
.blog .posts-wrapper:not(.sticky-post-wrapper) article:nth-child(3n) .posted-on a,
.blog .posts-wrapper:not(.sticky-post-wrapper) article:nth-child(3n) .entry-title a:hover,
.blog .posts-wrapper:not(.sticky-post-wrapper) article:nth-child(3n) .entry-title a:focus {
	color: #2c7dfa;
}
.blog .posts-wrapper:not(.sticky-post-wrapper) article:nth-child(4n) .posted-on a,
.blog .posts-wrapper:not(.sticky-post-wrapper) article:nth-child(4n) .entry-title a:hover,
.blog .posts-wrapper:not(.sticky-post-wrapper) article:nth-child(4n) .entry-title a:focus {
	color: #07d79c;
}
.blog .posts-wrapper:not(.sticky-post-wrapper) article:nth-child(5n) .posted-on a,
.blog .posts-wrapper:not(.sticky-post-wrapper) article:nth-child(5n) .entry-title a:hover,
.blog .posts-wrapper:not(.sticky-post-wrapper) article:nth-child(5n) .entry-title a:focus {
	color: #ff9041;
}
.blog .posts-wrapper:not(.sticky-post-wrapper) article:nth-child(6n) .posted-on a,
.blog .posts-wrapper:not(.sticky-post-wrapper) article:nth-child(6n) .entry-title a:hover,
.blog .posts-wrapper:not(.sticky-post-wrapper) article:nth-child(6n) .entry-title a:focus {
	color: #2c7dfa;
}
.blog .posts-wrapper:not(.sticky-post-wrapper) article:nth-child(1n) .btn {
	background-color: #07d79c;
	border-color: #07d79c;
}
.blog .posts-wrapper:not(.sticky-post-wrapper) article:nth-child(2n) .btn {
	background-color: #ff9041;
	border-color: #ff9041;
}
.blog .posts-wrapper:not(.sticky-post-wrapper) article:nth-child(3n) .btn {
	background-color: #2c7dfa;
	border-color: #2c7dfa;
}
.blog .posts-wrapper:not(.sticky-post-wrapper) article:nth-child(4n) .btn {
	background-color: #07d79c;
	border-color: #07d79c;
}
.blog .posts-wrapper:not(.sticky-post-wrapper) article:nth-child(5n) .btn {
	background-color: #ff9041;
	border-color: #ff9041;
}
.blog .posts-wrapper:not(.sticky-post-wrapper) article:nth-child(6n) .btn {
	background-color: #2c7dfa;
	border-color: #2c7dfa;
}
.blog .posts-wrapper:not(.sticky-post-wrapper) article:nth-child(1n) .btn:hover,
.blog .posts-wrapper:not(.sticky-post-wrapper) article:nth-child(1n) .btn:focus {
	background-color: #000;
	border-color: #000;
	color: #fff;
}

/*--------------------------------------------------------------
#  Single
--------------------------------------------------------------*/
.single-wrapper .entry-meta span svg {
    fill: #82868b;
    margin-right: 10px;
}
.single-wrapper .entry-meta span.cat-links svg {
    margin-right: 7px;
}
.single-wrapper .entry-meta span.posted-on, 
.single-wrapper .entry-meta span.byline a,
.single-wrapper .entry-meta span.posted-on a,
.single-wrapper .entry-meta .cat-links a,
.single-wrapper .entry-meta .tags-links a {
	color: #82868b;
	text-decoration: none;
}
.single-wrapper .entry-meta span a:hover, 
.single-wrapper .entry-meta span a:focus,
.single-wrapper .cat-links a,
.single-wrapper .entry-meta span.byline a.fn:hover,
.single-wrapper .entry-meta span.byline a.fn:focus,
.single-wrapper .entry-meta .cat-links a:hover,
.single-wrapper .entry-meta .cat-links a:focus,
.single-wrapper .entry-meta .tags-links a:hover,
.single-wrapper .entry-meta .tags-links a:focus {
    color: #ff8737;
}
.single-wrapper .featured-image {
    margin-bottom: 30px;
}
.single-wrapper .entry-meta {
	margin-bottom: 15px;
}
.single-wrapper #reply-title {
    margin-bottom: 35px;
}
.single-wrapper .comments-title {
    margin-bottom: 40px;
}
.single-wrapper .entry-meta .cat-links,
.single-wrapper .entry-meta .tags-links {
	color: #2f3633;
}
.single-wrapper .entry-meta .cat-links {
	margin-top: 25px;
    display: inline-block;
    width: 100%;
}
.single-wrapper .entry-meta .cat-links + .tags-links {
    margin-top: 10px;
}
.single-wrapper article > .entry-meta span:not(:last-child):after {
    content: "/";
}
.single-wrapper article > .entry-meta span.cat-links:not(:last-child):after {
    content: "";
}
.no-sidebar #inner-content-wrapper {
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}
/*--------------------------------------------------------------
#  Shop
--------------------------------------------------------------*/
.button.product_type_simple.add_to_cart_button {
	line-height: 1;
}
.woocommerce #respond input#submit, 
.woocommerce a.button, 
.woocommerce button.button, 
.woocommerce input.button,
.woocommerce #respond input#submit:hover, 
.woocommerce a.button:hover, 
.woocommerce button.button:hover, 
.woocommerce input.button:hover,
.woocommerce #respond input#submit:focus, 
.woocommerce a.button:focus, 
.woocommerce button.button:focus, 
.woocommerce input.button:focus {
	color: #fff;
}
.button.product_type_simple.add_to_cart_button {
    line-height: 1.3;
}
.woocommerce ul.products li.product .onsale,
.woocommerce span.onsale {
    margin: 0;
    border-radius: 0;
    background-color: #ff8737;
}
.single.woocommerce span.onsale {
	top: 0;
    left: 0;
}
.woocommerce #respond input#submit, 
.woocommerce a.button, 
.woocommerce button.button, 
.woocommerce input.button,
.woocommerce #respond input#submit.alt, 
.woocommerce a.button.alt, 
.woocommerce button.button.alt, 
.woocommerce input.button.alt {
    background-color: #ff8737;
    display: inline-block;
    min-width: 63px;
    height: 40px;
    line-height: 1.3;
    border-radius: 5px;
    font-weight: 400;
}
.woocommerce #respond input#submit:hover, 
.woocommerce a.button:hover, 
.woocommerce button.button:hover, 
.woocommerce input.button:hover,
.woocommerce #respond input#submit:focus, 
.woocommerce a.button:focus, 
.woocommerce button.button:focus, 
.woocommerce input.button:focus,
.woocommerce #respond input#submit.alt:hover, 
.woocommerce a.button.alt:hover, 
.woocommerce button.button.alt:hover, 
.woocommerce input.button.alt:hover,
.woocommerce #respond input#submit.alt:focus, 
.woocommerce a.button.alt:focus, 
.woocommerce button.button.alt:focus, 
.woocommerce input.button.alt:focus,

.woocommerce #respond input#submit.disabled:hover, 
.woocommerce #respond input#submit:disabled:hover, 
.woocommerce #respond input#submit:disabled[disabled]:hover, 
.woocommerce a.button.disabled:hover, .woocommerce a.button:disabled:hover,
.woocommerce a.button:disabled[disabled]:hover, 
.woocommerce button.button.disabled:hover, 
.woocommerce button.button:disabled:hover, 
.woocommerce button.button:disabled[disabled]:hover, 
.woocommerce input.button.disabled:hover, 
.woocommerce input.button:disabled:hover, 
.woocommerce input.button:disabled[disabled]:hover {
    background-color: #000;
}
.woocommerce .quantity .qty {
    height: 40px;
    border-radius: 5px;
}
.woocommerce .woocommerce-ordering select {
	padding: 10px;
}
.woocommerce .woocommerce-ordering {
    margin: 0 0 2em;
}
.woocommerce-product-details__short-description {
    margin-bottom: 30px;
}
.woocommerce #review_form #respond .form-submit input {
    min-height: auto;
}
.woocommerce #comments {
    margin: 0;
}
.woocommerce table.shop_attributes td {
	padding-left: 8px;
    padding-right: 8px;
}
.woocommerce #reply-title {
    font-weight: 400;
    margin: 15px 0;
    display: inline-block;
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
	padding-left: 0;
    margin-bottom: 10px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
	background-color: #ff8737;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
	color: #fff;
	font-weight: 400;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
	font-weight: 400;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li::after, 
.woocommerce div.product .woocommerce-tabs ul.tabs li::before {
	display: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
	border: none;
	border-radius: 0;
    margin: 0;
}
.woocommerce-message,
.woocommerce-info {
    border-top-color: #ff8737;
}
.woocommerce-message::before,
.woocommerce-info::before {
	color: #ff8737;
}
.woocommerce #content table.cart td.actions .input-text, 
.woocommerce table.cart td.actions .input-text, 
.woocommerce-page #content table.cart td.actions .input-text, 
.woocommerce-page table.cart td.actions .input-text {
    width: 105px;
    border-radius: 5px;
}
.woocommerce #respond input#submit.disabled, 
.woocommerce #respond input#submit:disabled, 
.woocommerce #respond input#submit:disabled[disabled], 
.woocommerce a.button.disabled, .woocommerce a.button:disabled,
.woocommerce a.button:disabled[disabled], 
.woocommerce button.button.disabled, 
.woocommerce button.button:disabled, 
.woocommerce button.button:disabled[disabled], 
.woocommerce input.button.disabled, 
.woocommerce input.button:disabled, 
.woocommerce input.button:disabled[disabled] {
	color: #fff;
}
.woocommerce .wc-proceed-to-checkout a.button {
    padding: 8px 25px;
    font-size: 16px;
    line-height: 30px;
    border: 2px solid;
    display: inline-block;
    text-transform: capitalize;
    position: relative;
    text-align: center;
    background-color: #ff8737;
    border-color: #ff8737;
    color: #fff;
    border-radius: 5px;
    height: 50px;
    line-height: 28px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.woocommerce .wc-proceed-to-checkout a.button:hover,
.woocommerce .wc-proceed-to-checkout a.button:focus {
	border-color: #000;
}

/*--------------------------------------------------------------
# Other Pages
--------------------------------------------------------------*/
.error-404.not-found {
    text-align: center;
    max-width: 600px;
    margin: 0 auto;
}
.no-sidebar-content #inner-content-wrapper {
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}
/*--------------------------------------------------------------
# 					Footer
--------------------------------------------------------------*/
#colophon {
    background-color: #000;
    color: #fff;
}
#colophon a,
#colophon p,
#colophon li {
    color: #fff;
}
#colophon a:hover,
#colophon a:focus {
    color: #fff;
    text-decoration: underline;
}
#colophon .widget-title, 
#colophon .widgettitle {
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: bold;
    font-family: 'Lato', sans-serif;
}
.site-info {
    background-color: #151515;
    padding: 18px 0;
    line-height: 1.5;
}
.site-info span {
	display: block;
	text-align: center;
    margin: 10px 0;
}
.site-info,
.site-info a {
	margin: 0;
	color: rgba(255, 255, 255, 0.5);
}
.site-info .social-icons {
	text-align: center;
	line-height: 44px;
}
#colophon .site-info a {
	color: #fff;
}
#colophon .social-icons li:not(:last-child) {
	margin-right: 10px;
}
#colophon .social-icons li a svg {
	fill: #fff;
	width: 17px;
	height: 17px;
}
#colophon .site-info a:hover,
#colophon .site-info a:focus,
#colophon .widget.widget_archive li a {
	text-decoration: underline;
}
.footer-widgets-area ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.footer-widgets-area .widget ul li {
    display: inline-block;
    width: 100%;
    margin-bottom: 15px;
}
.footer-widgets-area .widget ul li:last-child,
.footer-widgets-area .widget .social-icons li {
	margin-bottom: 0;
}
.footer-widgets-area .hentry {
	margin-bottom: 45px;
}
.footer-widgets-area.col-1 .hentry {
    text-align: center;
}
.footer-widgets-area.col-1 .hentry:last-child {
	margin-bottom: 0;
}
.footer-widgets-area.col-1 .textwidget img {
    margin-left: auto;
    margin-right: auto;
}
.footer-widgets-area.page-section.col-1 {
	max-width: 600px;
	margin-left: auto;
	margin-right: auto;
}
/*--------------------------------------------------------------
# 					RESPONSIVE
--------------------------------------------------------------*/
@media screen and (min-width: 567px) {
	.menu-toggle svg.icon-menu {
		margin-top: 10px;
	}
	.col-2 .counter-item,
	.col-4 .counter-item {
	    width: 50%;
	    float: left;
	}
	.col-2 .counter-item:nth-child(2n+1),
	.col-4 .counter-item:nth-child(2n+1) {
	    clear: left;
	}
	.col-2 .counter-item:nth-last-child(-n+2),
	.col-4 .counter-item:nth-last-child(-n+2) {
	    margin-bottom: 0;
	}
	.single-wrapper #reply-title {
		margin-bottom: 35px;
	}
	#comments ol.children {
	    padding-left: 110px;
	}
	.right-sidebar #secondary, 
	.left-sidebar #secondary {
		margin-top: 50px;
	}
	#secondary .widget_social_icons li a svg {
		width: 30px;
		height: 30px;
	}
	.footer-widgets-area.col-2 .hentry,
	.footer-widgets-area.col-4 .hentry {
		width: 50%;
		float: left;
	}
	.footer-widgets-area.col-2 .hentry:nth-child(2n+1),
	.footer-widgets-area.col-4 .hentry:nth-child(2n+1) {
		clear: left;
	}
	.footer-widgets-area.col-2 .hentry:nth-child(odd),
	.footer-widgets-area.col-4 .hentry:nth-child(odd) {
		padding-right: 40px;
	}
	.footer-widgets-area.col-2 .hentry:nth-last-child(-n+2),
	.footer-widgets-area.col-4 .hentry:nth-last-child(-n+2) {
		margin-bottom: 0;
	}
}
@media screen and (min-width: 767px) {
    .col-1 .hentry {
        width: 100%;
    }
    .col-2 .hentry {
        width: 50%;
        float: left;
    }
    .col-3 .hentry {
        width: 33.33%;
        float: left;
    }
    .col-4 .hentry {
        width: 50%;
        float: left;
    }
    .col-5 .hentry {
        width: 20%;
        float: left;
    }
    .col-6 .hentry {
        width: 16.66%;
        float: left;
    }
    blockquote.alignright {
	    width: -webkit-calc(50% - 0.736842105em);
	    width: calc(50% - 0.736842105em);
        margin-top: 10px;
        margin-bottom: 25px;
	}
	.col-3 .counter-item {
	    width: 33.33%;
	    float: left;
	}
	.col-3 .counter-item:nth-child(3n+1) {
	    clear: left;
	}
	.col-3 .counter-item:nth-last-child(-n+3) {
	    margin-bottom: 0;
	}
	.single-wrapper #reply-title {
	    margin-bottom: 35px;
	    font-size: 42px;
	}
	.single-wrapper .comments-title {
	    font-size: 42px;
	}
	.comment-navigation .nav-previous, 
	.posts-navigation .nav-previous, 
	.post-navigation .nav-previous {
	    padding-right: 25px;
	}
	.comment-navigation .nav-next, 
	.posts-navigation .nav-next, 
	.post-navigation .nav-next {
		padding-left: 25px;
	}
	.footer-widgets-area.col-3 .hentry {
		margin-bottom: 0;
	}
	.footer-widgets-area.col-3 .hentry:not(:last-child) {
		padding-right: 40px;
	}
	.footer-widgets-area.col-5 .hentry {
	    padding-right: 25px;
	}
	.site-info.col-2 span {
		float: left;
		width: 50%;
		text-align: left;
	}
	.site-info.col-2 span:nth-child(2) {
		float: right;
		text-align: right;
	}
	.site-info {
	    padding: 13px 0;
	}
	.site-info.col-2 .social-icons {
		text-align: right;
		float: right;
	}
}
@media screen and (min-width: 992px) {
	.col-4 .hentry,
	.grid.col-4 .grid-item {
        width: 25%;
        float: left;
    }
    .col-5 .hentry {
        width: 20%;
        float: left;
    }
	.col-4 .counter-item  {
        width: 25%;
        float: left;
    }
    .col-4 .counter-item:nth-child(2n+1) {
    	clear: none;
    }
    .col-4 .counter-item:nth-child(4n+1) {
    	clear: left;
    }
    .col-4 .counter-item:nth-last-child(-n+4) {
    	margin-bottom: 0;
    }
	.comment-form-author, 
	.comment-form-email, 
	.comment-form-url {
	    width: 33.33%;
	    float: left;
	}
	.comment-form-author input, 
	.comment-form-email input {
	    max-width: 93%;
	}
	.footer-widgets-area.col-4 .hentry {
	    width: 25%;
		padding-right: 40px;
	}
	.footer-widgets-area.col-5 .hentry {
		padding-right: 40px;
	}
	.footer-widgets-area.col-4 .hentry:last-child,
	.footer-widgets-area.col-5 .hentry:last-child {
		padding-right: 0;
	}
	.footer-widgets-area.col-4 .hentry:nth-child(2n+1) {
	    clear: none;
	}
	.footer-widgets-area.col-4 .hentry:nth-child(4n+1) {
	    clear: left;
	}
	.footer-widgets-area.col-4 .hentry:nth-last-child(-n+4),
	.footer-widgets-area.col-5 .hentry:nth-last-child(-n+5) {
		margin-bottom: 0;
	}
}
@media screen and (min-width: 1024px) {
	.page-section {
	    padding: 80px 0;
	}
	.classic-menu .main-navigation ul.nav-menu {
		display: block !important;
	    height: auto !important;
	}
	.main-navigation ul li:hover > ul,
	.main-navigation ul li.focus > ul {
		left: auto;
		right: 0;
	}
	.main-navigation ul ul li:hover > ul,
	.main-navigation ul ul li.focus > ul {
		left: auto;
		right: 100%;
	}
	.main-navigation ul ul {
		box-shadow: 0 0 15px rgba(0,0,0,0.1);
	}
	.main-navigation ul ul ul {
		top: 0;
	}
	.main-navigation .menu-item-has-children > a:after {
		float: none;
	}
	.main-navigation ul.sub-menu li:hover > a,
	.main-navigation ul.sub-menu li:focus > a {
		color: #ff8737;
	}
	.main-navigation ul.sub-menu > li:last-child > a {
		border-bottom: none;
	}
	#search {
	    position: absolute;
	    z-index: 30;
	    right: 0;
	    top: 100%;
	    display: none;
	}
	.main-navigation .search-active .icon-search {
		display: none;
	}
	.main-navigation .search-active .icon-close {
		display: inline-block;
	}
	#masthead .main-navigation ul ul li.menu-item-has-children > a {
	    padding-right: 35px;
	}
	#masthead .main-navigation ul ul li a svg {
	    display: inline-block;
	    top: 17px;
	    -webkit-transform: rotate(90deg);
	    -moz-transform: rotate(90deg);
	    -ms-transform: rotate(90deg);
	    -o-transform: rotate(90deg);
	    transform: rotate(90deg);
	}
	.main-navigation ul#primary-menu ul li.current-menu-item > a,
	.main-navigation ul#primary-menu ul li:hover > a,
	.main-navigation ul#primary-menu ul li:focus > a {
	    color: #fff;
	    background-color: #ff8737;
	}
	.main-navigation ul ul li.menu-item-has-children:hover > a > svg, 
	.main-navigation ul ul li.menu-item-has-children > a:hover > svg {
		fill: #fff;
	}
	#search:before {
	    content: "";
	    width: 0;
	    height: 0;
	    border-left: 9px solid transparent;
	    border-right: 9px solid transparent;
	    border-bottom: 9px solid #ff8737;
	    position: absolute;
	    top: -9px;
	    right: 5px;
	}
	.menu-toggle,
	.modern-menu .main-navigation {
		display: none;
	}
	.modern-menu .menu-toggle {
		display: block;
	}
	.main-navigation ul {
		display: block;
	}
	.main-navigation li {
	    display: inline-block;
	}
	.main-navigation ul.nav-menu > li.menu-item-has-children:hover > a:after {
		content: "";
		position: absolute;
		bottom: 0;
		right: 18px;
		border-bottom: 8px solid #fff;
		border-left: 8px solid transparent;
		border-right: 8px solid transparent;
	}
	.main-navigation .left-menu {
	    padding-left: 50px;
	}
	.main-navigation ul.nav-menu > li.left-menu > a,
	.main-navigation ul.nav-menu > li.right-menu > a {
		padding-left: 5px;
		padding-right: 5px;
	}
	.main-navigation li.left-menu + li.right-menu:before {
	    content: "/";
	    position: absolute;
	    top: 50%;
	    margin-left: -6px;
	    color: #fff;
	    margin-top: -1px;
	    -webkit-transform: translateY(-50%);
	    -moz-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	    -o-transform: translateY(-50%);
	    transform: translateY(-50%);
	}
	.main-navigation form.search-form {
	    border: 10px solid #ff8737;
	}
	.main-navigation form.search-form input {
	    background-color: #fff;
	    border-color: #fff;
	    color: #2f3633;
	}
	.right-sidebar #primary,
	.left-sidebar #primary {
    	width: 70%;
    	float: left;
    	padding-right: 40px;
    }
    .right-sidebar #secondary,
    .left-sidebar #secondary {
    	width: 30%;
    	float: right;
    	margin-top: 0;
    }
    .left-sidebar #primary { 
    	float: right;
    	padding-right: 0;
    	padding-left: 40px;
    }
    .no-sidebar #primary {
    	width: 100%;
    	float: none;
    	padding-right: 0;
    }
    .boxed-layout #page {
	    max-width: 1250px;
	    margin-left: auto;
	    margin-right: auto;
	}
	.frame-layout {
	    max-width: 100%;
	    width: 100%;
	    padding-left: 30px;
	    padding-right: 30px;
	    margin: 30px auto;
	}
	.footer-widgets-area.page-section {
	    padding: 73px 0;
	}
}
@media screen and (min-width: 1200px) {
    .main-navigation ul.nav-menu > li > a {
	    padding: 36px 18px;
	}
	#search:before {
	    right: 15px;
	}
}
@media screen and (min-width: 1900px) {
	.page-section {
	    padding: 115px 0;
	}
	#featured-slider article {
		padding: 425px 0;
	}
	.project-slider article {
	    padding: 240px 0;
	}
	#client-testimonial {
		padding-bottom: 75px;
	}
	#call-to-action article + article {
	    margin-top: 100px;
	}
	.frame-layout {
	    padding-left: 70px;
	    padding-right: 70px;
	    margin: 70px auto;
	}
	#page-site-header {
	    padding: 250px 0;
	}
	#page-site-header .page-title {
		font-size: 72px;
	}
	#inner-content-wrapper {
	    padding: 100px 0;
	}
	.sticky-post-wrapper.posts-wrapper {
	    margin-bottom: 70px;
	}
	#comments {
	    margin: 80px 0 0;
	}
	#respond {
	    margin-top: 55px;
	}
	.footer-widgets-area.col-3 .hentry:not(:last-child),
	.footer-widgets-area.col-2 .hentry:nth-child(odd) {
		padding-right: 100px;
	}
	.site-info {
	    padding: 28px 0;
	}
	.boxed-layout #page {
	    max-width: 1600px;
	    width: 90%;
	}
	nav.navigation.pagination {
		margin-top: 60px;
	}
}
@media screen and (max-width: 1200px) {
	#featured-slider article .entry-container .entry-title {
		font-size: 42px;
	}
	#call-to-action article.has-post-thumbnail .entry-container {
	    padding: 60px 50px;
	}
	#call-to-action .entry-title {
	    font-size: 32px;
	    margin-top: 0;
	}
	.col-2 .contact-address {
	    padding: 25px 25px 25px 0;
	}
	.contact-form {
	    padding: 50px;
	}
	#contact-us .section-title {
		font-size: 32px;
	}
	#partners-logo .col-5 article {
		width: 33.33%;
		margin-bottom: 50px;
	}
	#partners-logo .col-5 article:nth-child(5n+1) {
		clear: none;
	}
	#partners-logo .col-5 article:nth-child(3n+1) {
		clear: left;
	}
	#partners-logo .col-5 article:nth-last-child(-n+5) {
		margin-bottom: 50px;
	}
	#partners-logo .col-5 article:nth-last-child(-n+4) {
		margin-bottom: 0;
	}
}
@media screen and (max-width: 1023px) {
	#masthead {
	    margin-bottom: 0;
	    position: relative;
	    min-height: 80px;
	}
	.site-branding {
		padding: 20px 0;
		min-height: auto;
		float: none;
		display: block;
	}
	.site-title {
		font-size: 26px;
	}
	.main-navigation a {
	    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
	}
	.main-navigation ul ul a {
	    width: 100%;
	}
	.main-navigation ul ul,
	.main-navigation ul ul ul {
	    box-shadow: none;
	    float: none;
	    position: relative;
	    top: 0;
	    left: 0;
	    margin-bottom: 0;
	    display: none;
	}
	.main-navigation ul.sub-menu li {
	    padding-right: 0;
	}
	.main-navigation .menu-item-has-children > a:before {
	    content: "";
	    float: right;
	    position: relative;
	    right: 25px;
	    background-color: rgba(255, 255, 255, 0.3);
	    width: 1px;
	    height: 25px;
	}
	.main-navigation .menu-item-has-children > a:after {
	    padding-top: 3px;
	}
	.main-navigation ul.nav-menu > li > a,
	.main-navigation ul.sub-menu li a {
	    padding: 15px 15px 15px 25px;
	}
	.main-navigation ul.sub-menu li a {
		padding-left: 50px;
	}
	.main-navigation ul.sub-menu ul li a {
		padding-left: 75px;
	}
	.main-navigation ul.sub-menu ul ul li a {
		padding-left: 100px;
	}
	.main-navigation ul.sub-menu ul ul ul li a {
		padding-left: 125px;
	}
	.main-navigation .menu-item-has-children a svg {
		display: none;
	}
	.main-navigation ul.sub-menu li a {
		border-left: none;
	}
	.main-navigation ul.nav-menu {
	    margin-right: 0;
	    background-color: #2f3633;
	    margin-top: 25px;
	    border-top: 1px solid rgba(255, 255, 255, 0.3);
	}
	.main-navigation {
		display: none;
	}
	.main-navigation a {
		color: #2f3633;
	}
	.main-navigation svg.icon-search,
	.main-navigation svg.icon-down {
		fill: #fff;
	    margin-top: -5px;
	}
	.main-navigation ul.sub-menu {
		border: none;
	}
	.menu-open .menu-toggle .icon-close {
		display: block;
		margin: auto;
		width: 20px;
    	height: 20px;
	}
	#masthead.site-header .main-navigation ul.nav-menu {
	    margin-top: 0;
	    position: absolute;
	    max-width: 400px;
	    top: 100%;
	    left: auto;
	    right: 0;
	    width: 100%;
	}
	.main-navigation .search-menu a {
	    display: none;
	}
	.main-navigation form.search-form input {
	    background-color: #2f3633;
	    border: none;
	    min-height: 55px;
	    color: #fff;
	}
	.main-navigation form.search-form button.search-submit {
		height: 59px;
	}
	.menu-open #search {
	    display: block !important;
	}
	.main-navigation form.search-form input {
		padding-left: 25px;
	}
	.main-navigation .sub-menu svg {
		-webkit-transform: rotate(0);
		-moz-transform: rotate(0);
		-ms-transform: rotate(0);
		-o-transform: rotate(0);
		transform: rotate(0);
	}
	.page-section {
	    padding: 60px 0;
	}
}

@media screen and (max-width: 992px) {
	#our-services .section-content {
	    margin: 0 -15px;
	}
	#our-services article {
		padding: 0 15px;
	}
	#our-services .col-3 article,
	#our-services .col-4 article,
	ul.products.col-3 li,
	ul.products.col-4 li,
	#pricing-table .col-3 article,
	#our-team .col-4 article,
	#our-team .col-3 article,
	.posts-wrapper.col-3 article,
	#partners-logo .col-4 article {
		width: 50%;
		float: left;
	}
	#our-services .col-3 article:nth-child(3n+1),
	#our-services .col-4 article:nth-child(4n+1),
	ul.products.col-3 li:nth-child(3n+1),
	ul.products.col-4 li:nth-child(4n+1),
	#pricing-table .col-3 article:nth-child(3n+1),
	#our-team .col-4 article:nth-child(4n+1),
	#our-team .col-3 article:nth-child(3n+1),
	.posts-wrapper.col-3 article:nth-child(3n+1),
	#partners-logo .col-4 article:nth-child(4n+1) {
		clear: none;
	}
	#our-services .col-3 article:nth-child(2n+1),
	#our-services .col-4 article:nth-child(2n+1),
	ul.products.col-3 li:nth-child(2n+1),
	ul.products.col-4 li:nth-child(2n+1),
	#pricing-table .col-3 article:nth-child(2n+1),
	#our-team .col-4 article:nth-child(2n+1),
	#our-team .col-3 article:nth-child(2n+1),
	.posts-wrapper.col-3 article:nth-child(2n+1),
	#partners-logo .col-4 article:nth-child(2n+1) {
		clear: left;
	}
	#our-services .col-3 article:nth-last-child(-n+3),
	#our-services .col-4 article:nth-last-child(-n+4),
	ul.products.col-3 li:nth-last-child(-n+3),
	ul.products.col-4 li:nth-last-child(-n+4),
	#pricing-table .col-3 article:nth-last-child(-n+3),
	#our-team .col-4 article:nth-last-child(-n+4),
	#our-team .col-3 article:nth-last-child(-n+3),
	.posts-wrapper.col-3 article:nth-last-child(-n+3),
	#partners-logo .col-4 article:nth-last-child(-n+4) {
		margin-bottom: 50px;
	}
	#our-services .col-3 article:nth-last-child(-n+2),
	#our-services .col-4 article:nth-last-child(-n+2),
	ul.products.col-3 li:nth-last-child(-n+2),
	ul.products.col-4 li:nth-last-child(-n+2),
	#pricing-table .col-3 article:nth-last-child(-n+1),
	#our-team .col-4 article:nth-last-child(-n+2),
	#our-team .col-3 article:nth-last-child(-n+2),
	.posts-wrapper.col-3 article:nth-last-child(-n+2),
	#partners-logo .col-4 article:nth-last-child(-n+2) {
		margin-bottom: 0;
	}
	.price-table-wrapper {
		margin-top: 0;
	}
	#call-to-action article.has-post-thumbnail .entry-container {
	    padding: 40px;
	}
	.contact-form {
	    padding: 40px;
	}
	.contact-form p {
	    margin-bottom: 15px;
	}
	#contact-us .social-icons li a svg {
	    width: 22px;
	    height: 22px;
	}
	#contact-us .social-icons li:not(:last-child) {
	    margin-right: 0;
	}
	.comments-title, 
	#reply-title {
	    font-size: 28px;
	}
}
@media screen and (max-width: 767px) {
	#masthead.site-header .main-navigation ul.nav-menu {
		max-width: 100%;
	}
	.section-header,
	#about-us .read-more {
		margin-bottom: 40px;
	}
	#featured-slider article {
		padding: 250px 0;
	}
	#featured-slider article .entry-container .entry-title,
	.section-title {
		font-size: 32px;
	}
	.buttons .btn:not(:last-child) {
	    margin-right: 15px;
	}
	#our-services article .entry-title {
		font-size: 20px;
	}
	#our-services .col-2 article,
	#our-services .col-3 article,
	#our-services .col-4 article,
	#pricing-table .col-2 article,
	#pricing-table .col-3 article,
	#partners-logo .col-3 article {
		width: 100%;
		float: none;
	}
	#our-services .col-2 article:nth-last-child(-n+2),
	#our-services .col-3 article:nth-last-child(-n+2),
	#our-services .col-4 article:nth-last-child(-n+2),
	#partners-logo .col-3 article:nth-last-child(-n+3) {
	    margin-bottom: 50px;
	}
	#our-services .col-2 article:last-child,
	#our-services .col-3 article:last-child,
	#our-services .col-4 article:last-child,
	#partners-logo .col-3 article:last-child {
		margin-bottom: 0;
	}
	#client-testimonial article .entry-content {
		padding: 35px;
	}
	#pricing-table .col-2 article,
	#pricing-table .col-3 article {
		max-width: 500px;
		margin-left: auto;
		margin-right: auto;
	}
	#call-to-action article.has-post-thumbnail .entry-container,
	#call-to-action article.has-post-thumbnail .featured-image {
		width: 100%;
		display: block;
	}
	#call-to-action article.has-post-thumbnail .featured-image {
		position: relative;
		padding-bottom: 100%;
	}
	#call-to-action article.has-post-thumbnail:nth-child(1) .entry-container,
	#call-to-action article.has-post-thumbnail:nth-child(2) .entry-container
	#call-to-action article.has-post-thumbnail .entry-container {
		float: none;
		padding: 30px 0 0; 
	}
	#call-to-action .entry-title {
		font-size: 24px;
	}
	#call-to-action article + article {
	    margin-top: 50px;
	}
	.col-2 .contact-address {
	    padding: 0;
	    margin-bottom: 50px;
	}
	#partners-logo .col-5 article {
		width: 50%;
	}
	#partners-logo .col-5 article:nth-child(3n+1) {
		clear: none;
	}
	#partners-logo .col-5 article:nth-child(2n+1) {
		clear: left;
	}
	#partners-logo .col-5 article:nth-last-child(-n+4) {
		margin-bottom: 50px;
	}
	#partners-logo .col-5 article:nth-last-child(-n+2) {
		margin-bottom: 0;
	}
	#page-site-header .page-title {
		font-size: 32px;
	}
	.comment-navigation .nav-previous, 
	.posts-navigation .nav-previous, 
	.post-navigation .nav-previous,
	.comment-navigation .nav-next, 
	.posts-navigation .nav-next, 
	.post-navigation .nav-next {
		width: 100%;
	}
	.post-navigation span.previous-article b, 
	.post-navigations span.previous-article b, 
	.post-navigation span.next-article b, 
	.post-navigations span.next-article b {
		font-size: 18px;
	}
	#respond {
		margin-top: 0;
	}
	#commentform p.comment-form-comment,
	#commentform p.form-submit {
		margin-top: 21px;
	}
	nav.navigation.pagination,
	#secondary {
		margin-top: 30px;
	}
	.comments-title, 
	#reply-title {
	    font-size: 26px;
	}
	#comments {
	    margin-top: 40px;
	}
	.tags-links {
	    margin-bottom: 25px;
	}
	.navigation.post-navigation .nav-previous + .nav-next, 
	.navigation.posts-navigation .nav-previous + .nav-next {
		padding-top: 0;
	}
	.navigation.post-navigation .nav-previous + .nav-next svg, 
	.navigation.posts-navigation .nav-previous + .nav-next svg {
		top: 10px;
	}
}
@media screen and (max-width: 567px) {
	.menu-toggle svg.icon-menu {
	    width: 25px;
	    height: 25px;
	}
	.menu-toggle {
	    position: relative;
	    top: 0;
	    left: 0;
	    z-index: 3000;
	    text-align: center;
	    margin: 15px auto 0;
	    float: none;
		top: 0;
		width: 50px;
		-webkit-transform: none;
		-moz-transform: none;
		-ms-transform: none;
		-o-transform: none;
		transform: none;
	}
	.menu-toggle.active {
	    margin-right: 0;
	}
	#masthead .wrapper {
	    width: 100%;
	    padding: 0;
	}
	.site-branding {
		display: block;
		padding: 15px;
	    text-align: center;
        border-top: 1px solid #ddd;
	}
	.site-logo img {
	    max-height: 35px;
	    margin-right: 10px;
	}
	.site-description {
	    font-size: 14px;
	}
	.menu-toggle svg.icon-close {
	    width: 16px;
	    height: 16px;
	    position: relative;
    	top: 18px;
	}
	.site-title {
	    font-size: 22px;
	}
	#page-site-header {
	    padding: 150px 0;
	}
	#page-site-header .page-title {
	    font-size: 26px;
	}
	ul.products.col-2 li,
	ul.products.col-3 li,
	ul.products.col-4 li,
	#our-team .col-4 article,
	#our-team .col-3 article,
	#our-team .col-2 article,
	.posts-wrapper.col-2 article,
	.posts-wrapper.col-3 article {
		width: 100%;
		float: none;
	}
	ul.products.col-2 li:nth-last-child(-n+2),
	ul.products.col-3 li:nth-last-child(-n+2),
	ul.products.col-4 li:nth-last-child(-n+2),
	#our-team .col-4 article:nth-last-child(-n+2),
	#our-team .col-3 article:nth-last-child(-n+2),
	#our-team .col-2 article:nth-last-child(-n+2),
	.posts-wrapper.col-2 article:nth-last-child(-n+2),
	.posts-wrapper.col-3 article:nth-last-child(-n+2) {
		margin-bottom: 50px;
	}
	ul.products.col-2 li:last-child,
	ul.products.col-3 li:last-child,
	ul.products.col-4 li:last-child,
	#our-team .col-4 article:last-child,
	#our-team .col-3 article:last-child,
	#our-team .col-2 article:last-child,
	.posts-wrapper.col-2 article:last-child,
	.posts-wrapper.col-3 article:last-child {
		margin-bottom: 0;
	}
	.posts-wrapper article {
		text-align: center;
	}
	#contact-us .section-title, 
	#contact-us .section-subtitle {
		text-align: center;
	}
	#contact-us .social-icons li a svg {
	    width: 18px;
	    height: 18px;
	}
	#contact-us .social-icons li a {
		margin-right: 5px;
	}
	#partners-logo .col-2 article,
	#partners-logo .col-4 article,
	#partners-logo .col-5 article {
		width: 100%;
		float: none;
	}
	#partners-logo .col-2 article:nth-last-child(-n+2),
	#partners-logo .col-4 article:nth-last-child(-n+2),
	#partners-logo .col-5 article:nth-last-child(-n+2) {
		margin-bottom: 50px;
	}
	#partners-logo .col-2 article:last-child,
	#partners-logo .col-4 article:last-child,
	#partners-logo .col-5 article:last-child {
		margin-bottom: 0;
	}
	.pagination .page-numbers.prev, 
	.pagination .page-numbers.next {
		top: 0;
	}
	.pagination .prev.page-numbers:before, 
	.pagination .next.page-numbers:before {
		width: 35px;
		height: 10px;
	}
	nav.navigation.pagination {
	    text-align: center;
	    margin-left: 0;
	}
	blockquote.alignright {
		margin-left: 0;
	}
	.footer-widgets-area .hentry:last-child,
	.footer-widgets-area.col-3 .hentry:last-child {
		margin-bottom: 0;
	    padding-right: 0;
	}
}
@media screen and (max-width: 421px) {
	.buttons .btn:not(:last-child) {
		margin-right: auto;
	}
	.buttons .btn {
		display: block;
		max-width: 180px;
		margin-left: auto;
		margin-right: auto;
	}
	.contact-form {
	    padding: 30px;
	}
	.comment-metadata {
	    float: none;
	    padding-right: 0;
	}
	.comment-content {
	    padding: 25px;
	    margin-left: 20px;
        margin-top: 30px;
	}
	.comment-meta .fn {
		padding-left: 0;
	}
	.comment-meta img {
		margin-top: 0;
	}
	#comments ol.children .comment-metadata {
	    padding-right: 90px;
	}
	#comments ol.children .comment-content {
		margin-right: 0;
	}
	.comment-content:before {
	    border-right-color: transparent;
	    border-bottom-color: #fff;
	    left: 20px;
	    top: -18px;
	}
	#comments ol.children .comment-content:before {
	    border-right-color: transparent;
    	border-bottom-color: #f7f7f7;
	}
}

.wp-block-latest-comments{
	padding-left: 0px !important;
}

.wp-block-latest-comments article{
	margin-bottom: 0px !important;
}

#colophon h1, #colophon h2, #colophon h3, #colophon h4, #colophon h5, #colophon h6 {
    color: #fff;
}