/*
	Theme Name: Altitude Pro Theme
	Theme URI: http://my.studiopress.com/themes/altitude/
	Description: Make a stunning first impression, grab attention, and dynamically tell your story with beautiful images and clean typography.
	Author: StudioPress
	Author URI: http://www.studiopress.com/
	Tags: black, white, blue, green, orange, pink, one-column, two-columns, responsive-layout, custom-header, custom-menu, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready, premise-landing-page

	Template: genesis
	Template Version: 2.1
	Version: 2.0.0
	License: GPL-2.0+
	License URI: http://www.opensource.org/licenses/gpl-license.php 
*/


/* Table of Contents

	- HTML5 Reset
		- Baseline Normalize
		- Box Sizing
		- Float Clearing
	- Defaults
		- Typographical Elements
		- Headings
		- Objects
		- Gallery
		- Forms
		- Buttons
	- Structure and Layout
		- Site Containers
		- Column Widths and Positions
		- Column Classes
	- Common Classes
		- Avatar
		- Genesis
		- Search Form
		- Titles
		- WordPress
	- Widgets
	- Plugins
		- Genesis eNews Extended
		- Jetpack
	- Site Header
		- Title Area
		- Widget Area
	- Site Navigation
		- Primary Navigation
		- Secondary Navigation
		- Footer Navigation
		- Responsive Menu
	- Content Area
		- Front Page
		- Dashicons
		- Flexible Widgets
		- Content
		- Entries
		- Entry Meta
		- After Entry
		- Pagination
		- Content Boxes
		- Comments
	- Sidebar
	- Footer Widgets
	- Site Footer
	- Media Queries
		- Max-width: 1280px
		- Max-width: 1200px
		- Max-width: 1023px
		- Max-width: 800px
		- Max-width: 480px

*/


/*
HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* Baseline Normalize
	normalize.css v2.1.3 | MIT License | git.io/normalize
--------------------------------------------- */
@import url("css2.css");

@font-face {
    font-family: 'Prompt';
    src: url("");
    src: url("") format('embedded-opentype'),
        url("Prompt-Bold.woff2") format('woff2'),
        url("Prompt-Bold.woff") format('woff'),
        url("Prompt-Bold.ttf") format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Prompt';
    src: url("");
    src: url("") format('embedded-opentype'),
        url("Prompt-ExtraBold.woff2") format('woff2'),
        url("Prompt-ExtraBold.woff") format('woff'),
        url("Prompt-ExtraBold.ttf") format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Prompt';
    src: url("");
    src: url("") format('embedded-opentype'),
        url("Prompt-Regular.woff2") format('woff2'),
        url("Prompt-Regular.woff") format('woff'),
        url("Prompt-Regular.ttf") format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Prompt';
    src: url("");
    src: url("") format('embedded-opentype'),
        url("Prompt-SemiBold.woff2") format('woff2'),
        url("Prompt-SemiBold.woff") format('woff'),
        url("Prompt-SemiBold.ttf") format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}


article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden],template{display:none}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}a{background:transparent}a:focus{outline:thin dotted}a:active,a:hover{outline:0}h1{font-size:2em;margin:.67em 0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:500}dfn{font-style:italic}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}mark{background:#ff0;color:#000}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em}pre{white-space:pre-wrap}q{quotes:"\201C" "\201D" "\2018" "\2019"}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:0}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0}button,input{line-height:normal}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}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}

*,
input[type="search"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
} 

/* Box Sizing
--------------------------------------------- */
@import url("css2-1.css");

*,
input[type="search"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}
hr{border-color: #f3f3f3;}
/* Float Clearing
--------------------------------------------- */

.author-box:before,
.clearfix:before,
.entry:before,
.entry-content:before,
.pagination:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.widget:before,
.wrap:before {
	content: " ";
	display: table;
}

.author-box:after,
.clearfix:after,
.entry:after,
.entry-content:after,
.pagination:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.widget:after,
.wrap:after {
	clear: both;
	content: " ";
	display: table;
}


/*
Defaults
---------------------------------------------------------------------------------------------------- */

/* Typographical Elements
--------------------------------------------- */

body {
	background-color: #fff;
	color: #545454;
	font-family: Poppins;
	font-size: 15px;
	font-weight: 300;
	line-height: 1.5;
	-webkit-font-smoothing: antialiased;
}

body.altitude-home {
	background: none;
}

a,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.site-header.dark {
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition:    all 0.2s ease-in-out;
	-ms-transition:     all 0.2s ease-in-out;
	-o-transition:      all 0.2s ease-in-out;
	transition:         all 0.2s ease-in-out;
}

::-moz-selection {
	background-color: #000;
	color: #fff;
}

::selection {
	background-color: #000;
	color: #fff;
}

a {
	color: #4ea65a; outline:none;
	text-decoration: none;
}
a:focus{ outline:none;}
a:hover {
	color: #d10a11;
}

p {
	margin: 0 0 30px;
	padding: 0;
}
cite,
em,
i {
	font-style: italic;
}

blockquote {
	color: #999;
	margin: 40px;
}

blockquote::before {
	content: "\201C";
	display: block;
	font-size: 30px;
	height: 0;
	left: -20px;
	position: relative;
	top: -10px;
}


/* Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: Prompt;
	font-weight: 500;
	line-height: 1.2;
	margin: 0 0 20px;
}

h1 {
	font-size: 36px;
}

h2 {
	font-size: 32px; color:#4ea65a;
}

.image-section h2,
.solid-section h2 {
	font-size: 30px;
	font-weight: 200;
	line-height: 1; margin:0;
}
.img-section-left{ width:360px; float:left; margin: 0 20px 30px 0;}
.img-section-right{ width:720px; float:left; margin: 0 20px 30px 0;}
.front-page-2.solid-section h2 {
	font-size: 48px;
}

h3 {
	font-size: 26px; color:#d10a11;
}

h4 {
	font-size: 24px;
}

.image-section h4,
.solid-section h4 {
	font-size: 16px; 
	text-transform: uppercase;
}

h5 {
	font-size: 20px;
}

h6 {
	font-size: 18px;
}

/* Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

img {
	height: auto;
}

.full-width-content img.pull-left {
	float: left;
	margin: 0 40px 40px -200px;
}

.full-width-content img.pull-right {
	float: right;
	margin: 0 -200px 40px 40px;
}

.featured-content img,
.gallery img {
	width: auto;
}

/* Gallery
--------------------------------------------- */

.gallery {
	margin-bottom: 28px;
	overflow: hidden;
}

.gallery-item {
	float: left;
	margin: 0;
	padding: 15px;
	text-align: center;
	width: 100%;
}
.gallery-item .gallery-icon {
  box-shadow: 0 0 15px #f3f3f3;
  padding: 15px;
  border-radius: 5px;
}
.gallery-columns-2 .gallery-item {
	width: 50%;
}

.gallery-columns-3 .gallery-item {
	width: 33%;
}

.gallery-columns-4 .gallery-item {
	width: 25%;
}

.gallery-columns-5 .gallery-item {
	width: 20%;
}

.gallery-columns-6 .gallery-item {
	width: 16.6666%;
}

.gallery-columns-7 .gallery-item {
	width: 14.2857%;
}

.gallery-columns-8 .gallery-item {
	width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	width: 11.1111%;
}

.gallery-columns-2 .gallery-item:nth-child(2n+1),
.gallery-columns-3 .gallery-item:nth-child(3n+1),
.gallery-columns-4 .gallery-item:nth-child(4n+1),
.gallery-columns-5 .gallery-item:nth-child(5n+1),
.gallery-columns-6 .gallery-item:nth-child(6n+1),
.gallery-columns-7 .gallery-item:nth-child(7n+1),
.gallery-columns-8 .gallery-item:nth-child(8n+1),
.gallery-columns-9 .gallery-item:nth-child(9n+1) {
	clear: left;
}

.gallery .gallery-item img {
	border: none;
	height: auto;
	margin: 0;
}

/* Forms
--------------------------------------------- */

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 0;
	box-shadow: none;
	color: #000;
	font-size: 15px;
	font-weight: 200;
	padding: 10px; font-family: open sans !important;
	width: 100%;
}


input:focus,
textarea:focus {
	border: 1px solid #999;
	outline: none;
}

.front-page input:focus,
.front-page textarea:focus {
	border: 1px solid #066a07;
	outline: none;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
	width: auto;
}

::-moz-placeholder {
	color: #000;
	opacity: 1;
}

::-webkit-input-placeholder {
	color: #000;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.widget .button {
	background-color: #337e3d;
	border: 1px solid #337e3d;
	border-radius: 5px;
	color: #fff;
	cursor: pointer;
	font-size: 14px;
	font-weight: 600;
	padding: 12px 25px;
	text-transform: uppercase;
	-webkit-font-smoothing: antialiased;
	white-space: normal;
	width: auto;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button.clear:hover,
.button:hover,
.widget .button:hover,
.widget .button.clear:hover {
	background-color: #d10a11;
	border: 1px solid #d10a11;
	color: #fff;
}

.button {
	display: inline-block;
}

.widget .button.clear {
	background-color: transparent;
	border: 2px solid #000;
	color: #000;
}

button:disabled,
button:disabled:hover,
input:disabled,
input:disabled:hover,
input[type="button"]:disabled,
input[type="button"]:disabled:hover,
input[type="reset"]:disabled,
input[type="reset"]:disabled:hover,
input[type="submit"]:disabled,
input[type="submit"]:disabled:hover {
	background-color: #ddd;
	border-color: #ddd;
	cursor: not-allowed;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}

/* Buttons
--------------------------------------------- */

.image-section .button {
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 20px;
}

.image-section .button.clear {
	border-color: #fff;
	color: #fff;
}

.footer-widgets button:hover,
.footer-widgets input:hover[type="button"],
.footer-widgets input:hover[type="reset"],
.footer-widgets input:hover[type="submit"],
.footer-widgets .widget .button:hover,
.image-section button:hover,
.image-section input:hover[type="button"],
.image-section input:hover[type="reset"],
.image-section input:hover[type="submit"],
.image-section .widget .button:hover {
	background-color: #fff;
	border: 2px solid #fff;
	color: #000;
}


/*
Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* Site Containers
--------------------------------------------- */

.site-inner,
.wrap {
	float: none;
	margin: 0 auto;
	max-width: 1340px;
}
.widget-area h4 {
    color: #0c530d;
    font-size: 20px;
    margin: 0 0 5px;
}
.site-inner {
	clear: both;
	margin-top: 40px;
	position: relative; font-size:16px;
	z-index: 9; padding-bottom: 40px;
	-word-wrap: break-word;
	background:rgba(255, 255, 255, 0.85);
}
.post-type-archive-portfolio .site-inner{ padding-bottom:0;}
.front-page .site-container .site-inner {
	margin-top: 0;
	max-width: 100%; padding:0;
}

.altitude-landing .site-container .site-inner {
	margin-top: 100px;
}

.secondary-nav .site-inner {
	margin-top: 250px;
}



/* Column Classes
	Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css
--------------------------------------------- */

.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin-left: 2.564102564102564%;
}

.one-half,
.three-sixths,
.two-fourths {
	width: 48.717948717948715%;
}

.one-third,
.two-sixths {
	width: 31.623931623931625%;
}

.four-sixths,
.two-thirds {
	width: 65.81196581196582%;
}

.one-fourth {
	width: 23.076923076923077%;
}

.three-fourths {
	width: 74.35897435897436%;
}

.one-sixth {
	width: 14.52991452991453%;
}

.five-sixths {
	width: 82.90598290598291%;
}

.first {
	clear: both;
	margin-left: 0;
}


/*
Common Classes
---------------------------------------------------------------------------------------------------- */

/* Avatar
--------------------------------------------- */

.avatar {
	border-radius: 50%;
	float: left;
}

.author-box .avatar {
	height: 88px;
	width: 88px;
}

.entry-comments .avatar {
	height: 60px;
	width: 60px;
}

.alignleft .avatar,
.author-box .avatar {
	margin-right: 24px;
}

.alignright .avatar {
	margin-left: 24px;
}

.comment .avatar {
	margin: 0 20px 24px 0;
}

/* Genesis
--------------------------------------------- */

.breadcrumb {
	border-bottom: 2px solid #f5f5f5;
	font-size: 20px;
	margin-bottom: 40px;
	padding-bottom: 10px;
}

.archive-description,
.author-box {
	border-bottom: 1px solid #000;
	border-top: 1px solid #000;
	font-size: 20px;
	margin-bottom: 100px;
	padding: 40px 0;
}

.author-box-title {
	font-size: 22px;
	margin-bottom: 8px;
}

.archive-description p:last-child,
.author-box p:last-child {
	margin-bottom: 0;
}

/* Search Form
--------------------------------------------- */

.search-form {
	overflow: hidden;
}

.search-form input[type="search"] {
	margin-right: 10px;
	width: auto;
}

.search-form input[type="submit"] {
	padding: 25px;
}

.widget_search input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}

/* Titles
--------------------------------------------- */

.archive-title {
	font-size: 24px;
	line-height: 1;
	margin-bottom: 20px;
}

.entry-title {
    color: #4ea65a;
    font-size: 34px; 
}

.sidebar .entry-title {
	font-size: 24px;
	text-align: left; margin:15px 0 0 0;
}
.sidebar li a{ color:#333;}
.entry-title a {
	color: #000;
}

.entry-title a:hover {
	color: #066a07;
}

/* WordPress
--------------------------------------------- */

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

a.alignleft,
a.alignnone,
a.alignright {
	max-width: 100%;
}

a.alignnone {
	display: inline-block;
}

a.aligncenter img {
	display: block;
	margin: 0 auto;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 24px;
}

img.alignnone,
.alignnone {
	margin-bottom: 12px;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
	margin: 0 24px 24px 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
	margin: 0 0 24px 24px;
}

.wp-caption-text {
	font-size: 18px;
	line-height: 1.2;
	text-align: center;
}

.entry-content p.wp-caption-text {
	margin-bottom: 0;
}

.gallery-caption,
.entry-content .gallery-caption {
	margin: 0 0 10px;
}

.post-password-form input {
	width: auto;
}

.post-password-form input[type="submit"] {
	padding: 25px;
}


/*
Widgets
---------------------------------------------------------------------------------------------------- */

.widget {
	word-wrap: break-word;
}

.widget ol > li {
	list-style-position: inside;
	list-style-type: decimal;
	padding-left: 20px;
	text-indent: -20px;
}

.widget ul li {
	margin-bottom: 0;
	padding-bottom: 10px;
}

.widget li li {
	border: none;
	margin: 0 0 0 30px;
	padding: 0;
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar td,
.widget_calendar th {
	text-align: center;
}

/* Featured Content
--------------------------------------------- */

.featured-content .entry-title {
	font-size: 22px;
}

/* Simple Social Icons
--------------------------------------------- */

.altitude-home .content .simple-social-icons {
	margin-top: 40px;
}

.altitude-home .content .simple-social-icons ul li {
	margin: 0 20px !important;
}

.altitude-home .content .simple-social-icons ul li a,
.altitude-home .content .simple-social-icons ul li a:hover {
	padding: 30px;
}


/*
Plugins
---------------------------------------------------------------------------------------------------- */

/* Genesis eNews Extended
--------------------------------------------- */

.enews-widget input {
	font-size: 18px;
	margin-bottom: 20px;
}

.enews-widget input[type="submit"] {
	margin: 0;
	width: 100%;
}

.enews form + p {
	margin-top: 24px;
}

/* Jetpack
--------------------------------------------- */

#wpstats {
	display: none;
}


/*
Site Header
---------------------------------------------------------------------------------------------------- */

#top{ text-align:right; padding:7px 0; position:relative; width:100%; z-index: 99; /*background:rgba(236, 236, 236, 0.9);*/}
body.home #top{ background:rgba(236, 236, 236, 0);}
body.home #top{ position:absolute;}
#top .widget{ display:inline-block; margin:0 0 0 5px;}
#top a{ font-size:16px; background:#d10a11; display: inline-block; padding:8px 16px; color: #fff; border-radius: 4px;}
#top a.phone:before{ content: "\f095"; /*color:#9c090e; font-size:22px;*/ margin-right:8px; font-family:FontAwesome; position: relative;top: 3px;}
#top a.client_login:before{ content: "\f084"; color:#9c090e; font-size:22px; margin-right:8px; font-family:FontAwesome; position: relative;top: 3px;}
#top p{ margin:-7px 0 0 0; float: left;}
#top a:hover{ background:#000;}

.site-header {
	/*background:rgba(236, 236, 236, 0.9);*/
	left: 0;
	position: relative; 
	width: 100%;
	z-index: 999;
} 
body.home .site-header{ background:rgba(236, 236, 236, 0.9); position:absolute; top: 54px;} 
.site-header.dark {
	/*background-color: #000;*/
}
.site-header.dark > .wrap {
	border-bottom: none;
}

.site-header.dark .nav-secondary {
	display: none;
}

.admin-bar.home .site-header{
	top: 86px;
}
.admin-bar .site-header.sticky{ top:30px;}
.site-header.sticky, body.home .site-header.sticky{ top:0px; position:fixed; background: #fff; box-shadow: 0 0 8px #eee;}
body.home .title-banner{ display:none;}
.title-banner{ background:url("internal-banner.jpg") center center no-repeat; background-size:cover; padding: 70px 0; text-align: center; position:relative;}
.title-banner:before{ content:''; background:#000; position: absolute; left:0; top:0; width:100%; height:100%; opacity: 0.5;}
.title-banner h1{ margin:0; color:#fff; position:relative; font-size: 48px; font-weight: 800;}
/* Title Area
--------------------------------------------- */

.title-area {
	float: left;
	padding: 20px 0;
} 
.nav-primary .wrap {
    width: auto;
}
.site-title {
	font-size: 24px;
	font-weight: 800;
	letter-spacing: 2px;
	line-height: 1; float:left;
	margin-bottom: 0;
	text-transform: uppercase;
}

.site-title a,
.site-title a:hover {
	color: #fff;
margin-top: -50px;
	text-decoration: none;

	height: 120px;

	background: url("logo.png") center bottom no-repeat;

	background-size: cover;

	float:  left; outline:none;

	text-indent: -9999px;

	width: 110px;
}
.site-header.sticky .site-title a, .site-header.sticky .site-title a:hover{ background: url("shrinky-logo.png") center bottom no-repeat; width:230px; height:55px; margin:7px 0 0 0;}
.header-image .title-area,
.header-image .site-header.dark .title-area {
	padding: 0;
}

.header-image .site-title > a {
	background-size: contain !important;
	display: block;
	height: 76px;
	text-indent: -9999px;
}

.header-image .dark .site-title > a {
	height: 50px;
}

.site-description {
	display: block;
	height: 0;
	margin-bottom: 0;
	text-indent: -9999px;
}


/*
Site Navigation
---------------------------------------------------------------------------------------------------- */

.genesis-nav-menu {
	line-height: 1;
}

.genesis-nav-menu .menu-item {
	display: inline-block;
	text-align: left;
}

.genesis-nav-menu li li {
	margin-left: 0; float:none; display:block !important;
}

.genesis-nav-menu a {
	color: #000000;
	display: block;
	font-size: 18px; font-weight:400;
	padding: 25px 18px;
	position: relative;
	text-decoration: none;
	margin: 0; font-family: "Helvetica" !important;
	overflow:  hidden;
	position: relative;
}

.genesis-nav-menu li.highlight a:hover::before {
	color: #fff;
}

.genesis-nav-menu li.highlight > a {
	font-weight: 1000;
}

.front-page .genesis-nav-menu li.current-menu-item > a,
.genesis-nav-menu > li > a {
	border-bottom: 2px solid transparent; color:#000;
}

.front-page .genesis-nav-menu li.current-menu-item > a:hover,
.genesis-nav-menu li.current-menu-item > a,
.genesis-nav-menu > li > a:hover {
	 color: #4ea65a;
}

.front-page .genesis-nav-menu li.current-menu-item li > a:hover{ background:#333; color:#fff;}
  
.genesis-nav-menu .sub-menu {
	left: -9999px;
	letter-spacing: 0;
	opacity: 0;
	position: absolute;
	-webkit-transition: opacity .4s ease-in-out;
	-moz-transition:    opacity .4s ease-in-out;
	-ms-transition:     opacity .4s ease-in-out;
	-o-transition:      opacity .4s ease-in-out;
	transition:         opacity .4s ease-in-out;
	width: 200px;
	z-index: 99;
	padding:2px 0 0 0;
}

.genesis-nav-menu .sub-menu a {
	background-color: #4ea65a;
	padding: 13px 20px; color:#fff;
	position: relative; font-size: 15px;
	width: 200px; text-transform:capitalize;
}

.genesis-nav-menu .sub-menu a:hover,
.genesis-nav-menu .sub-menu li.current-menu-item > a {
	background-color: #42834b; color:#fff;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -54px 0 0 199px;
}

.genesis-nav-menu .menu-item:hover {
	position: static;
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
	left: auto;
	opacity: 1;
}

.genesis-nav-menu > .first > a {
	padding-left: 0;
}

.genesis-nav-menu > .last > a {
	padding-right: 0;
}

.genesis-nav-menu > .right {
	color: #fff;
	display: inline-block;
	list-style-type: none;
	padding: 27px 20px;
	text-transform: uppercase;
}

.genesis-nav-menu > .right > a {
	display: inline;
	padding: 0;
}

.genesis-nav-menu > .rss > a {
	margin-left: 48px;
}

.genesis-nav-menu > .search {
	display: block;
	margin: 0 auto;
	padding: 0 20px 20px;
	width: 50%;
}
.single-post-nav{ width:100%; color:#066a07; float:left; white-space:nowrap; padding:0 0 12px 0; border-bottom:1px solid #ddd; margin-bottom:30px; font-size:18px;}
.d-flex{ display:flex;}
.single-post-nav h2{ margin:0; width:100%; color:#4ea65a;}
.single-post-left{ float:left;}
.single-post-right{float:right;}
.single-post-right a { background: #efefef; font-size: 14px; padding:5px 18px; margin: 0 0 0 6px; border-radius: 30px; height: 35px; display: inline-block; line-height: 26px; color: #000;}
.single-post-right a:hover { background: #4ea65a; color: #fff;}
body.single .content img.size-large, .singular-thumbnail img{ width:300px; float:right; margin:0 0 20px 20px;}


.full-width-content .content{ width:100%;}
.full-width-content .sidebar, body.blog .entry-footer{ display:none;}
body.blog article.post{float: left; margin: 0 0 30px 0; width: 100%; position:relative; border-bottom:1px solid #ddd; padding-bottom:30px;}
body.blog article.post img{ width:150px; margin-top: -40px;}
body.blog article.post h2.entry-title{ margin:0 0 15px 170px;}
body.blog article.post h2.entry-title a{ color:#36603c; font-size:24px; font-weight:400;}

/* Primary Navigation
--------------------------------------------- */

.nav-primary {
	float: right;
    padding:0;
    text-align: center;
    width: 75%;
}

.nav-primary .genesis-nav-menu {
	float: right; margin: 0;
}

/* Secondary Navigation
--------------------------------------------- */

.nav-secondary {
	border-bottom: 1px solid #fff;
}

/* Footer Navigation
--------------------------------------------- */

.nav-footer .genesis-nav-menu {
	padding: 20px 0;
}

.nav-footer .genesis-nav-menu a {
	border: none;
	font-weight: 800;
	letter-spacing: 3px;
	margin: 0 20px;
	padding: 0;
}


/* Responsive Menu
--------------------------------------------- */

.responsive-menu-icon {
	cursor: pointer;
	display: none;
	margin-bottom: 10px;
	text-align: center;
}

.responsive-menu-icon::before {
	color: #333;
	content: "\f333";
	font: normal 24px/1 "dashicons";
	margin: 0 auto;
}

.nav-secondary .responsive-menu-icon {
	margin: 10px auto 0;
}

/*
Content Area
---------------------------------------------------------------------------------------------------- */

/* Front Page
--------------------------------------------- */
.rslides li{ padding:0 !important;}
.bottom-image {
	margin-bottom: -120px;
	margin-top: 100px;
}

.bottom-image img {
	margin-bottom: -10px;
}
.small-disclaimer {
	font-size: 14px;
	font-style: italic;
}
.ad-thumb-list img{ border:1px solid #ddd;}
.ad-thumb-list {
    clear: both;
}
.ad-thumb-list > li {
    float: left;
    margin: 0 1% 30px 0;
    width: 24%;
} 

.full-width-content.single-post .content{ width:960px;}
.full-width-content.single-post .sidebar{ display:block;}
 
/* Flexible Widgets
--------------------------------------------- */
 

.flexible-widgets.widget-full .widget,
.flexible-widgets.widget-halves.uneven .widget:last-of-type {
	background: none;
	margin-left: 0;
	padding: 0;
	width: 100%;
} 
.widget-area.flexible-widgets.widget-half .widget,
.flexible-widgets.widget-halves .widget {
	width: 48.717948717948715%;
}

.flexible-widgets.widget-thirds .widget {
	width: 31.623931623931625%; float:left;
}
.flexible-widgets.widget-thirds .widget h4{ font-size:20px; }
.flexible-widgets.widget-thirds .widget h4 a{ color:#fff;}
.flexible-widgets.widget-fourths .widget {
	width: 23.076923076923077%;
}

.flexible-widgets.widget-halves .widget:nth-child(even),
.flexible-widgets.widget-thirds .widget:nth-child(3n+2),
.flexible-widgets.widget-fourths .widget:nth-child(4n+2) {
	clear: left;
	margin-left: 0;
}

.solid-section .widget {
	background-color: #fff;
	padding: 40px;
}

.solid-section .widget-title {
	border-bottom: 1px solid #ddd;
	margin-bottom: 30px;
	padding-bottom: 30px;
}

.flexible-widgets.widget-halves h2,
.flexible-widgets.widget-thirds h2,
.flexible-widgets.widget-fourths h2 {
	font-size: 36px;
}

/* Content
--------------------------------------------- */

#container, .content {
	padding: 25px 0 0 0;
    width: 960px; float:left;
}
body.home .content{ width:100%;}
.page .content {
	padding-bottom: 50px;
}

.sidebar-content .content {
	float: right;
}

.full-width-content.front-page .content {
	padding: 0;
}

h1.entry-title .back-link{ font-size:14px; font-weight:400; text-decoration:none; color:#4ea65a; border-radius:5px; padding:12px 18px;}
h1.entry-title .back-link i{ margin-right:4px;}
h1.entry-title .back-link:hover{ background:#4ea65a; color:#fff; text-decoration:none;}

.site-header .header-widget-area{ float:right; padding:10px 0 0 0;}
.site-header .header-widget-area .widget{ float:left; margin:0 0 0 20px; font-size:22px;}
.listing-box{ width:23%; float:left; margin:0 2% 25px 0; background:#fff; box-shadow:0 0 20px #e8ecee; transition: 0.5s; overflow: hidden; border-radius: 6px;}
.listing-box:hover{ background:#cb3b40; border-color:#cb3b40;}
.listing-box img{ width:100%;}
.listing-box h4{ text-align:center; font-size:18px; font-weight: 400; margin:10px 0 15px 0; padding: 10px;}
.listing-box h4 a{color: #ba1319;}
.listing-box:hover h4 a{ color:#fff;}
/* Entries
--------------------------------------------- */

.entry {
	margin-bottom: 20px;
}

.widget .entry {
	margin-bottom: 0;
}

.entry-content ol,
.entry-content ul {
	margin-bottom: 30px;
}

.entry-content ol > li {
	list-style-type: decimal;
}

.entry-content ul > li {
	list-style-type: disc;
}

.entry-content ol ol,
.entry-content ul ul {
	margin-bottom: 0;
}

.entry-content code {
	background-color: #000;
	color: #ddd;
}


/* Entry Meta
--------------------------------------------- */

p.entry-meta {
	font-size: 0px;
	margin-bottom: 0;
}
p.entry-meta .entry-author{ display:none;}
.entry-footer {
	text-align: center;
}
.entry-meta .entry-tags, .entry-meta .entry-categories {
    font-size: 15px;
}
.entry-header p.entry-meta {
	font-weight: 700;
	letter-spacing: 2px;
	margin-bottom: 16px; display:none;
	text-transform: uppercase;
}

.image-section .entry-header::after {
	border-color: #fff;
}
.portfolio .entry-meta{ display:none;}
.entry-footer::before {
    border-top: 1px solid #ccc;
    content: "";
    display: block;
    margin: 30px auto 0;
    padding-top: 15px;
    width: 100%;
}
.portfolio img.attachment-thumbnail, .portfolio img.attachment-shop_thumbnail,
.post img.attachment-thumbnail, .post img.attachment-shop_thumbnail{ float:left; margin:0 20px 0 0;}
.entry-footer::after {
    border-top: 1px solid #ccc;
    content: "";
    display: block;
    margin: 14px auto 0;
    padding-top: 25px;
    width: 100%;
}
.sidebar .entry-header::after {
	display: none;
}

.entry-categories::before,
.entry-tags::before {
	display: inline-block;
	font: normal 20px/1 "dashicons";
	margin-right: 5px;
	margin-top: 2px;
	vertical-align: top;
	-webkit-font-smoothing: antialiased;
}

.entry-comments-link::before {
	content: "\2014";
	margin: 0 6px 0 2px;
}

/* After Entry
--------------------------------------------- */

.after-entry {
	border-top: 1px solid #000;
	padding: 40px 0;
}

.after-entry .widget {
	margin-bottom: 40px;
}

.after-entry p:last-child,
.after-entry .widget:last-child {
	margin: 0;
}

.after-entry li {
	list-style-type: none;
}

/* Pagination
--------------------------------------------- */

.pagination {
	clear: both;
	margin: 40px 0; text-align:center;
}

.adjacent-entry-pagination {
	margin-bottom: 0;
}

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	background-color: #000;
	box-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
	color: #fff;
	cursor: pointer;
	display: inline-block;

	font-size: 14px;
	letter-spacing: 1px;
	padding: 8px 12px;
	text-transform: uppercase;
}

.archive-pagination li a:hover,
.archive-pagination .active a {
	background-color: #36603c;
	color: #fff;
}

/* Comments
--------------------------------------------- */

.comment-respond,
.entry-comments,
.entry-pings {
	margin-bottom: 100px;
}

p.comment-meta,
.entry-comments .comment,
.entry-comments .comment-reply {
	margin-bottom: 40px;
}

.comment-header {
	font-size: 20px;
}

.entry-comments .comment {
	border-bottom: 1px solid #000;
}

.comment-content,
.entry-comments .comment {
	clear: both;
}

p.form-submit,
.entry-comments .children .comment,
.entry-comments .comment-author {
	margin: 0;
}

.entry-comments .children .comment {
	border: none;
}

.comment-respond label {
	display: block;
	font-weight: 800;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
	width: 100%;
}

.comment-list li,
.ping-list li {
	list-style-type: none;
}

.entry-comments ul.children {
	margin-left: 40px;
}

.ping-list .reply {
	display: none;
}


/*
Sidebar
---------------------------------------------------------------------------------------------------- */

.sidebar {
	display: inline; font-size:16px;

	float: right; background:url("") left top repeat;

	width:330px;
}

.sidebar-content .sidebar {
	float: left;
}

.sidebar p:last-child {
	margin-bottom: 0;
}

.sidebar li {
	list-style-type: none;
	margin-bottom: 6px;
	word-wrap: break-word;
}

.sidebar ul > li:last-child {
	margin-bottom: 0;
}

.sidebar .widget {
	margin: 0 0 30px 0;
padding: 20px;
background: #fff;
box-shadow: 0 0 20px #eaeaea;
}
.sidebar .widget h4{ background: #f3f3f3; padding: 10px; margin: -18px; margin-bottom:20px; padding: 15px; font-size:18px;}
.sidebar .widget-wrap .alignnone{ margin:0;}
/*
Footer Widgets
---------------------------------------------------------------------------------------------------- */
.sidebar .metaslider .caption{ width:auto;}
.sidebar .metaslider .caption-wrap{ background:#000 !important; opacity:0.7 !important; bottom:0 !important; padding:10px 0;}
.footer-widgets {
	background-color: #121212;
	clear: both; padding:50px 0;
	margin:0; position:relative;
	width: 100%;
}
.footer-widgets-1 {
	float: left;
	margin-right:2%;
	width: 23%;
}

.footer-widgets-2 {
	float: left;
	margin-right:2%;
	width: 23%;
}

.footer-widgets-3 {
	float: left;
	margin-right:2%;
	width: 23%;
}

.footer-widgets .wrap {
	padding-bottom:0;
	padding-top: 30px;
}

.footer-widgets,
.footer-widgets .wrap a,
.footer-widgets .wrap a.button {
	color: #fff;
}

.footer-widgets a:hover {
	color: #066a07;
}
.footer-widgets .widget{ padding-bottom:40px;}
.footer-widgets .widget  li {
	list-style-type: none;
    margin: 0;
    padding: 10px 0; border-bottom:1px dotted #333;
    word-wrap: break-word; font-size:15px;
}
.footer-widgets .widget .gform_fields li{ padding:0; border:none;}
.footer-widgets p:last-child {
	margin-bottom: 0;
}

.footer-widgets h4 { background: none;
	border: none;
	margin: 0 0 15px; font-size:22px;
	padding: 0; color:#4ea65a;
	text-align: left;}
.footer-widgets ul{ padding:0;}
/*
Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer { display:none;}

.site-footer,
.site-footer a,
.site-footer p {
	color: #fff;
}

.site-footer a:hover {
	color: #066a07;
}

.site-footer p {
	font-size: 14px;
	letter-spacing: 1px;
	margin-bottom: 0;
	text-transform: uppercase;
}

.service-related-area{ width:100%; float:left; padding:0 0 30px 0;}

#top .sfsiplus_norm_row{ position:static;width: auto !important;}
#top .sfsi_plus_holders{ display:none;}
#top .sfcm.sfsi_wicon{ width: 32px !important;}
#top .sfsi_plus_wicons{ margin: 0 !important;}
#top .sfsiplus_norm_row a{ margin:0;}
#top .sfsiplus_norm_row img{-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);}
/*
Media Queries
---------------------------------------------------------------------------------------------------- */

@media only screen and (max-width: 1280px) {

	.site-inner,
	.wrap {
		max-width: 1140px;
	}
	
}

@media only screen and (max-width: 1200px) {

	.site-inner,
	.wrap {
		max-width: 1140px;
	} 
	.content {
		width: 520px;
	}

	.full-width-content .content {
		padding: 0 110px;
	}
	
	.genesis-nav-menu a {
		padding: 10px 10px;
	}
	
	.site-header.dark .genesis-nav-menu a {
		padding: 20px 10px;
	}
	
}

@media only screen and (max-width: 1023px) {

	.site-inner,
	.wrap {
		max-width: 96%;
	}
	
	.secondary-nav .site-inner {
		margin-top: 80px;
	}

	.front-page .site-inner {
		max-width: none;
	}

	.site-header {
		position: relative; top:0;
	}
	
	.front-page .site-header {
		background-color: #fff;
	}
	
	.front-page .site-header > .wrap {
		border: none;
	}

	.content,
	.sidebar,
	.site-header .widget-area,
	.title-area {
		width: 100%;
	}
	
	.site-header .title-area,
	.site-header.dark .title-area {
		padding: 15px 0;
	}
	
	.header-image .dark .site-title > a {
		height: 76px;
	}

	.genesis-nav-menu,
	.site-header .widget-area,
	.site-title {
		text-align: center;
	}
	
	.header-image .site-title > a {
		background-position: center !important;
	}
	
	.nav-primary .genesis-nav-menu {
		float: none;
	}
	
	.nav-secondary,
	.site-header.dark .nav-secondary {
		border-bottom: none;
		display: block;
	}

	.genesis-nav-menu a,
	.site-header.dark .genesis-nav-menu a {
		padding: 10px;
	}

	.front-page .site-inner {
		margin-top: 0;
	}

	.site-inner {
		margin-top: 80px;
	}

	.full-width-content .content {
		padding: 0;
	}

	.full-width-content img.pull-left {
		margin-left: 0;
	}

	.full-width-content img.pull-right {
		margin-right: 0;
	}

	.five-sixths,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		margin: 0;
		width: 100%;
	}
	
	.flexible-widgets.widget-full .widget,
	.flexible-widgets.widget-halves .widget,
	.flexible-widgets.widget-thirds .widget,
	.flexible-widgets.widget-fourths .widget {
		margin: 0 auto 20px;
		width: 100%;
	}
	
	.image-section h2,
	.solid-section h2 {
		font-size: 60px;
	}

}

@media only screen and (max-width: 800px) {

	.site-inner,
	.wrap {
		max-width: none;
		width: 100%;
	}

	.site-inner,
	.wrap {
		padding: 0 15px;
	}

	.front-page .site-inner {
		padding: 0;
	}

	.genesis-nav-menu.responsive-menu { display: none; float: none; padding:15px;}
	.genesis-nav-menu.responsive-menu .menu-item,
	.responsive-menu-icon {
		display: block;
	}

	.genesis-nav-menu.responsive-menu .menu-item:hover {
		position: static;
	}

	.genesis-nav-menu.responsive-menu li.current-menu-item > a,
	.genesis-nav-menu.responsive-menu .sub-menu li.current-menu-item > a:hover,
	.genesis-nav-menu.responsive-menu li a,
	.genesis-nav-menu.responsive-menu li a:hover {
		background: none;
		border: none;
		display: block;
		padding: 10px 0;
		text-transform: none;
	}

	.genesis-nav-menu.responsive-menu .menu-item-has-children {
		cursor: pointer;	
	}

	.genesis-nav-menu.responsive-menu .menu-item-has-children > a {
		margin-right: 60px;
	}

	.genesis-nav-menu.responsive-menu > .menu-item-has-children:before {
		content: "\f347";
		float: right;
		font: normal 20px/1 "dashicons";
		height: 20px;
		padding: 7px 5px;
		right: 0; color:#000;
		text-align: right;
		z-index: 9999;
	}

	.genesis-nav-menu.responsive-menu .menu-open.menu-item-has-children:before {
		content: "\f343";
	}

	.genesis-nav-menu.responsive-menu > .menu-item > .sub-menu {
		display: none;
	}

	.genesis-nav-menu.responsive-menu .sub-menu {
		background-color: #000;
		left: auto;
		opacity: 1;
		position: relative;
		-moz-transition:    opacity .4s ease-in-out;
		-ms-transition:     opacity .4s ease-in-out;
		-o-transition:      opacity .4s ease-in-out;
		-webkit-transition: opacity .4s ease-in-out;
		transition:         opacity .4s ease-in-out;
		width: 100%;
		z-index: 99;
	}

	.genesis-nav-menu.responsive-menu .sub-menu .sub-menu {
		background-color: transparent;
		margin: 0;
		padding-left: 25px;
	}

	.genesis-nav-menu.responsive-menu .sub-menu li a,
	.genesis-nav-menu.responsive-menu .sub-menu li a:hover {
		padding: 10px 0;
		position: relative;
		text-transform: none;
		width: 100%;
	}

	.genesis-nav-menu.responsive-menu .current-menu-item > a,
	.genesis-nav-menu.responsive-menu .sub-menu .current-menu-item > a:hover,
	.genesis-nav-menu.responsive-menu > li.menu-item-has-children:hover > a,
	.genesis-nav-menu.responsive-menu a:hover {
		background: none;
	}

	.site-header .genesis-nav-menu.responsive-menu .current-menu-item > a,
	.site-header .genesis-nav-menu.responsive-menu .sub-menu li a,
	.site-header .genesis-nav-menu.responsive-menu .sub-menu li a:hover,
	.site-header .genesis-nav-menu.responsive-menu .sub-menu,
	.site-header .genesis-nav-menu.responsive-menu > .menu-item-has-children:before,
	.site-header .genesis-nav-menu.responsive-menu > li:hover > a,
	.site-header .genesis-nav-menu.responsive-menu a:hover {

	}

	.altitude-home .simple-social-icons ul li {
		margin: 0 20px 20px !important;
	}
	
	.footer-widgets .wrap {
		padding-top: 60px;
		padding-bottom: 60px;
	}
	
	.front-page-2,
	.front-page-3,
	.front-page-4,
	.front-page-5,
	.front-page-6,
	.front-page-7 {
		border-top: 0;
		margin-top: 0;
	}
	
	.image-section .flexible-widgets {
		padding-bottom: 80px;
	}
	
	.solid-section .flexible-widgets {
		padding-bottom: 40px;
		padding-top: 60px;
	}
	
	.bottom-image {
		margin-top: 60px;
		margin-bottom: -80px;
	}

}

@media only screen and (max-width: 480px) {

	.image-section h2,
	.solid-section h2 {
		font-size: 40px;
	}

}


.banner-content h4{ color:#fffb00; display:inline-block; padding:20px; font-size:36px; line-height:45px; text-transform: uppercase;
font-weight: 400; margin: 0;}
.banner-content h2{ color:#fff; font-size:70px; position:relative; padding:0; display:block; margin:0; font-weight:900; letter-spacing: 5px;}
.banner-content span font:after{ background:#fff; height:3px; width:30px; content:''; position:absolute; right:-40px;margin-top: 26px;}
.banner-content span.last font{ content:inherit;}
a.btn{ margin-top:40px; border:2px solid #58c36a; display:inline-block; line-height:11px; font-size:inherit; padding:14px 22px;}
a.btn span{
	/*background: url(images/arrow-icon.png) 92% 16px no-repeat;*/
	font-size:20px; /*padding-right:40px;*/
	text-transform: uppercase;
	color: #FFF;
	text-decoration: none; display:inline-block;
 transition: background-position .50s ease-in; 
}
a.btn:hover{ border-color:#ecec4c;}
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
/* display none until init */
.owl-carousel{
	display: none;
	position: relative;
	width: 100%; clear:both;
	-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
	overflow: hidden; z-index:9;
	position: relative;
	width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
.main-row{ position:relative;}
.main-row h4{ font-size:24px; color:#fff; padding:30% 10%; text-align:center; background:#000; opacity:0.8; position:absolute; display:none; left:0; top:0; width:100%; height:60%;}
.work-bg .main-row h4{ background:none; color:#000; opacity:1; font-weight:500;}
.main-row:hover h4{ display:block;}
.owl-carousel .owl-item{
	float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
	cursor: pointer;
}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
.grabbing { 
    cursor:url("") 8 8, move;
}

/* fix */
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:    hidden;
	-ms-backface-visibility:     hidden;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
}
.owl-wrapper img{ width:100%;}
#owl-demo .item{ 
	margin: 6px; 
	text-align: center;
}
.design-bg .wrap{ position:relative; text-align:center;}
.customNavigation{ text-align: center; position:absolute; top:0; right:0;}
.customNavigation a{
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none; cursor:pointer;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.row { display: flex; flex-wrap: wrap;}
.main-row{ overflow:hidden; margin:0 0 12px 0; border:10px solid #fff; height: 190px; background: #fff; width: 23%;  margin: 1%;}
.customNavigation a.prev{ float:left; margin-right:20px; color:#5e94d6;}
.customNavigation a.next{ float:right; color:#5e94d6;}
.owl-buttons div{ font-size:0px; display: inline-block; padding: 10px;}
.customNavigation a.prev:before, .owl-buttons .owl-prev:before{ content: "\f104"; font-family:fontAwesome; font-size:30px;}
.customNavigation a.next:before, .owl-buttons .owl-next:before{ content: "\f105"; font-family:fontAwesome; font-size:30px;}
a.view-all{ margin:-90px 0 0 0; float:left; border:2px solid #58c36a; color:#58c36a; font-size:18px; padding:18px 30px;}
/*a.view-all:hover span{ background:url(images/next-green.png) 10px 16px no-repeat}*/
 

.social-bg h4{ font-family:Droid Serif; display:block !Important; font-size:40px; margin:0 0 15px 0; text-transform:uppercase; color:#fff;}
.social-bg p{ margin:0; font-size:16px; font-family:Arial, Helvetica, sans-serif; padding:0 110px 20px 110px;  position: relative;  z-index: 9;}

.social-bg .widget.featured-content.featuredpage{ float:left;}
.social-bg .widget.featured-content.featuredpage .widgettitle{ top:0 !important;}
.social-bg .widget.featured-content.featuredpage h4 a{ font-size:18px; color:#fff; font-family:open sans;}


#social-media{ padding-bottom:80px;}
.footer-widgets .featured-content .entry-title{ font-size:18px; line-height: 26px;}

.copy-area{ position:relative; background:#2d2d2d; padding:15px 0; text-align:center; width:100%; float:left; color:#e7e7e7; z-index:9999; font-size:15px;}
.scrollToTop{ background:url("go-top.jpg") left top no-repeat; width:40px; height:40px; float:right; font-size:0px; margin:0; position:absolute; right:10px; top:6px;}
 
 
.single-img{ width:300px; float:right; margin:0 0 20px 20px;}
.work-bg .main-row:hover img{ opacity:0.2;}
.main-row:hover img { opacity:0.5;/*-webkit-transform:scale(1.3); transform:scale(1.3);*/ -webkit-transform: scale(1.3, 1.3) rotate(7deg); -moz-transform: scale(1.3, 1.3) rotate(7deg); transform: scale(1.3, 1.3) rotate(7deg);}
.container {overflow:hidden; width:200px; height:150px;}
.main-row img{-webkit-transition: all 0.7s ease; transition: all 0.7s ease;}
.content h1 {
	font-size: 32px;
	color: #0c530d;
	background-attachment: scroll;
	background-clip: border-box;
	background-color: rgba(0, 0, 0, 0);
	background-image: url("");
	background-origin: padding-box;
	background-position: left bottom;
	background-repeat: no-repeat;
	padding-bottom: contain;
	display: block;
	margin-bottom: 20px; padding-bottom:25px;

}

.pre-post {

	width: 65px;

	height: 31px; position:relative;

	float: left;

	overflow: hidden;

	padding: 0 0 50px 0;

}

.pre-post a,  .pre-post a:visited {

	background: url("") no-repeat;

	background-position: center left;

	height: 31px;

	width: 165px;

	text-indent: -9999px;

	text-decoration: none;

	display: block;

}

.pre-post:after {

	content: '';

	clear: right;

}

.next-post {

	width: 65px;position:relative;

	height:  31px;

	float: right;

	overflow: hidden;

	padding:0 0 50px 0;

}

.next-post a,  .next-post a:visited {

	background: url("") no-repeat;

	background-position: center right;

	height: 31px;

	width: 65px;

	text-indent: -9999px;

	text-decoration: none;

	display: block;

}

.next-post:after {

	content: '';

	clear: right;

}
.bx-viewport{ height:600px !important; margin-bottom:30px;}
.bx-controls{ display:none;}

.portfolio-item {
    float: left;
    margin: 0 2% 30px 0;
    width: 31%;
}
.portfolio-item h2{ background:url("") center bottom no-repeat; padding:0 0 20px 0; margin:10px 32px 0 0; font-size:20px; text-align:center; clear:both;}

.view {
   height: 250px; width:100%;
   float: left;
   /*border: 10px solid #fff;*/ background:#fff;
   overflow: hidden;
   position: relative;
   text-align: center;
   -webkit-box-shadow: 1px 1px 2px #e6e6e6;
   -moz-box-shadow: 1px 1px 2px #e6e6e6;
   box-shadow: 1px 1px 2px #e6e6e6;
   cursor: default; margin-bottom:20px;
}
.view .mask,.view .portfolio-disc {
   width: 100%;
   height: 200px;
   position: absolute;
   overflow: hidden;
   top: 0;
   left: 0;
}
.view img {
   display: block;
   position: relative;
}
.view h2 {
   text-transform: uppercase;
   color: #fff;
   text-align: center;
   position: relative;
   font-size: 17px;
   padding: 10px;
   background: rgba(0, 0, 0, 0.8);
   margin: 20px 0 0 0;
}
.view p {
   font-size: 14px;
   position: relative; margin:0 0 8px 0;
   color: #fff;
   padding: 10px 30px 0 30px;
   text-align: center;
}
.view a.info {
   display: inline-block;
   text-decoration: none;
   font-size: 14px;
    margin: 0 0 0 -30px;
    padding: 4px 10px;
   background: #fff;
   color: #000;
   text-transform: uppercase;
   -webkit-box-shadow: 0 0 1px #000;
   -moz-box-shadow: 0 0 1px #000;
   box-shadow: 0 0 1px #000;
}
.view a.info:hover {
   -webkit-box-shadow: 0 0 5px #000;
   -moz-box-shadow: 0 0 5px #000;
   box-shadow: 0 0 5px #000;
}
.view-ninth .mask-1, .view-ninth .mask-2 {
    background-color: rgba(0, 0, 0, 0.5);
    height: 388px;
    width: 361px;
    background: rgba(119, 0, 36, 0.5);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
    -webkit-transition: all 0.3s ease-in-out 0.6s;
    -moz-transition: all 0.3s ease-in-out 0.6s;
    -o-transition: all 0.3s ease-in-out 0.6s;
    transition: all 0.3s ease-in-out 0.6s;
}
.view-ninth .mask-1 {
    left: auto;
    right: 0;
    -webkit-transform: rotate(56.5deg) translateX(-180px);
    -moz-transform: rotate(56.5deg) translateX(-180px);
    -o-transform: rotate(56.5deg) translateX(-180px);
    -ms-transform: rotate(56.5deg) translateX(-180px);
    transform: rotate(56.5deg) translateX(-180px);
    -webkit-transform-origin: 100% 0%;
    -moz-transform-origin: 100% 0%;
    -o-transform-origin: 100% 0%;
    -ms-transform-origin: 100% 0%;
    transform-origin: 100% 0%;
}
.view-ninth .mask-2 {
    top: auto;
    bottom: 0;
    -webkit-transform: rotate(56.5deg) translateX(180px);
    -moz-transform: rotate(56.5deg) translateX(180px);
    -o-transform: rotate(56.5deg) translateX(180px);
    -ms-transform: rotate(56.5deg) translateX(180px);
    transform: rotate(56.5deg) translateX(180px);
    -webkit-transform-origin: 0% 100%;
    -moz-transform-origin: 0% 100%;
    -o-transform-origin: 0% 100%;
    -ms-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
}
.view-ninth .portfolio-disc {
    background: rgba(0, 0, 0, 0.9);
    height: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    opacity: 0.5;
    width: 300px;
    overflow: hidden;
    -webkit-transform: rotate(-33.5deg) translate(-112px, 166px);
    -moz-transform: rotate(-33.5deg) translate(-112px, 166px);
    -o-transform: rotate(-33.5deg) translate(-112px, 166px);
    -ms-transform: rotate(-33.5deg) translate(-112px, 166px);
    transform: rotate(-33.5deg) translate(-112px, 166px);
    -webkit-transform-origin: 0% 100%;
    -moz-transform-origin: 0% 100%;
    -o-transform-origin: 0% 100%;
    -ms-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    -webkit-transition: all 0.4s ease-in-out 0.3s;
    -moz-transition: all 0.4s ease-in-out 0.3s;
    -o-transition: all 0.4s ease-in-out 0.3s;
    transition: all 0.4s ease-in-out 0.3s;
}
.view-ninth h2 {
    background: transparent;
    margin-top: 5px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.view-ninth:hover .portfolio-disc {
    height: 120px;
    width: 327px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    filter: alpha(opacity=90);
    opacity: 0.9;
    top: 40px;
    -webkit-transform: rotate(0deg) translate(0, 0);
    -moz-transform: rotate(0deg) translate(0, 0);
    -o-transform: rotate(0deg) translate(0, 0);
    -ms-transform: rotate(0deg) translate(0, 0);
    transform: rotate(0deg) translate(0, 0);
}
.view-ninth:hover .mask-1, .view-ninth:hover .mask-2 {
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
}
.view-ninth:hover .mask-1 {
    -webkit-transform: rotate(56.5deg) translateX(1px);
    -moz-transform: rotate(56.5deg) translateX(1px);
    -o-transform: rotate(56.5deg) translateX(1px);
    -ms-transform: rotate(56.5deg) translateX(1px);
    transform: rotate(56.5deg) translateX(1px);
}
.view-ninth:hover .mask-2 {
    -webkit-transform: rotate(56.5deg) translateX(49px);
    -moz-transform: rotate(56.5deg) translateX(49px);
    -o-transform: rotate(56.5deg) translateX(49px);
    -ms-transform: rotate(56.5deg) translateX(49px);
    transform: rotate(56.5deg) translateX(49px);  bottom: 41px;
}
.woocommerce .related ul.products li.product{ width:22% !important;}
.woocommerce #respond input#submit, .woocommerce .site-inner a.button, .woocommerce .site-inner  button.button, .woocommerce .site-inner input.button{ background:#337e3d !important; color:#fff !important; font-size: 14px !important; font-weight: normal !important; padding: .998em 1.5em;}
.woocommerce #respond input#submit:hover, .woocommerce .site-inner a.button:hover, .woocommerce .site-inner  button.button:hover, .woocommerce .site-inner input.button:hover{ background:#d10a11 !important;}
body .slick-list{ margin-top:20px;}
.woocommerce div.product p.price bdi, .woocommerce div.product span.price bdi{ font-weight:700; font-size:22px;}

.slider{ position:relative;}
.metaslider .caption-wrap{ background:none !important; opacity:1 !important; width:100%; height:100%;}
.metaslider .caption{ padding:0 !important; width:100%; text-align:center; display:table; height:100%;}
.banner-content{ display:table-cell; height:100%; width:100%; color:#fff; vertical-align: middle; padding-left: 240px;}
.banner-content .btn{ border:2px solid #fff; padding:12px 18px;; color:#fff; font-size:18px; text-transform:uppercase;}
.slider .metaslider .banner-content img{ display:inline; float:none;}

#parallax_field {
        overflow: hidden;
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
}

#shell{ width:1140px; height:150px; float:left; display: block; margin:0 auto; position:relative; z-index: 1;  top: 0;}
#facebook_move {
        position: absolute;
        top: 60px !important;
        left: 40px !important;
        z-index: 10;
}
#twitter_move {
        position: absolute;
        top: 130px !important;
        left: 135px !important;
        z-index: 8;
}

#googleplus_move {
        position: absolute;
        top: 60px !important;
        left: 220px !important;
        z-index: 10;
}
#instagram_move {
        position: absolute;
        top: 130px !important;
        left: 300px !important;
        z-index: 8;
}
#linkedin_move {
        position: absolute;
        top: 60px !important;
        left: 900px !important;
        z-index: 10;
}
#pinterest_move {
        position: absolute;
        top: 130px !important;
        left: 490px !important;
        z-index: 8;
}
#rss_move {
        position: absolute;
        top: 130px !important;
        right: 90px !important;  left: auto !important;
        z-index: 10;
}
.social-bg {
    /*padding: 0 0 110px 0;*/ padding:80px 0;
}
#share_move {
        position: absolute;
        top: 60px !important;
        left: 740px !important;
        z-index: 8;
}
#stumble_move {
        position: absolute;
        top: 130px !important;
        left:820px !important;
        z-index: 10;
}
#tumblr_move {
        position: absolute;
        top: 60px !important;
        left: 400px !important;
        z-index: 8;
}
#vimeo_move {
        position: absolute;
        top: 60px !important;
        left:575px !important;
        z-index: 10;
}
#youtube_move {
        position: absolute;
        top: 130px !important;
        left: 660px !important;
        z-index: 8;
} 
.back-link-center{ width:100%; text-align:center; float:left; margin-top:-45px; font-size: 20px; font-weight:bold;}
.work-categories{ width:100%; float:left; padding:0; text-align:center; margin: 0;}
.work-categories li{ display:inline-block; padding:0 1px 0 0;}
.post-type-archive-product .woocommerce-products-header__title, body.woocommerce div.product .summary .product_title{ display:none;}

#recipe-category{ width:100%; float:left; padding:0 0 25px 0; text-align:center; /*border-bottom:1px solid #efefef;*/ margin-bottom:10px;}
#recipe-category li{ display:inline-block; padding: 5px; text-align:center;}
#recipe-category li .recipe-category-bx{ float:none; text-align:center; padding:5px; margin:0 0 10px 0; color:#4ea65a; position:relative;}
#recipe-category li a{ color:#000; font-size:20px;}
#recipe-category .work-categories li a{
    clear: both;
    color: #333; background:#f5f5f5;
    display: block;
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
    padding:15px 20px;
    position: static;
    text-align: center; border-radius: 3px;
    text-transform: uppercase;
}
#recipe-category .work-categories li a:hover, #recipe-category .work-categories li.current a{ color:#fff; background:#4ea65a;}
#recipe-category img{
    border-radius:250px; -webkit-border-radius:250px;
    border-radius: 0; margin-bottom:10px;
    float: none; display:block;
    height: 150px;
    width: 150px;
} 
.header-widget-area .social_stickers_widget{ width:auto;}
.teaser-bg {
    border-radius: 50%;
    height: 90%;
    position: absolute;
    top: 5px;
    width: 93%;
}
#recipe-category li .bg-black-045 {
    background-color: #45484a;
    border-radius: 50%;
}
#recipe-category li:hover .bg-black-045,
#recipe-category li.current .bg-black-045 {
    background: none;
} 
.listing-thumb, .listing-thumb .overlay {
    overflow: hidden;
	position: relative;
}
.listing-thumb img { -webkit-transition: all .35s; transition: all .35s;}
.listing-thumb .overlay {
    width: 80%;
    height: 80%; text-align:center;
    left: 10%;
    top: 10%; 
    transition: opacity .35s,transform .35s;
    -webkit-transform: scale(0,1);
    transform: scale(0,1);
}
.listing-thumb .overlay img{ width:auto; display: inline;}
.listing-box:hover .listing-thumb img { filter: brightness(.5); -webkit-filter: brightness(.5);}
.listing-thumb .overlay, .listing-thumb .info-button { -webkit-transition: opacity .35s,-webkit-transform .35s;}
.listing-box:hover .listing-thumb  .overlay img{ opacity:1; filter: brightness(1); -webkit-filter: brightness(1); margin-top: 17%; border:none;}
.listing-thumb .overlay {top: 0; position: absolute; left: 0; width: 100%; height: 100%;}
.listing-box:hover .listing-thumb .overlay {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.listing-box:hover .listing-thumb .info-button {
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

.woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3{ padding:20px !important;}
.woocommerce ul.products li.product a img{ margin:0 !important;}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product{ background:#fff; padding:10px; box-shadow: 0 0 15px 0 #ececec; text-align:center; font-size: 18px; border-radius: 6px; overflow: hidden;}
.woocommerce ul.products li.product .button{ margin-bottom:25px;}
body.woocommerce .content{ width:98%;}
body.woocommerce .sidebar{ display:none;}
.woocommerce div.product p.price, .woocommerce div.product span.price{ color:#d10a11 !important;}

.home-top{ text-align:center; background-color: #F0F3F9; width:100%; float:left; padding:100px 0;}
.home-top img{ width:210px; height:210px; /*border-radius:210px; -webkit-border-radius:210px; border:20px solid #fff;*/}
.home-top .widget{ float: left; width: 31%; padding: 25px; text-align: center; position: relative; background: #fff; box-shadow:0 0 20px #e8ecee;
  border-radius: 5px; margin: 10px 15px;}
.home-top .widget img:before {
    position: absolute;
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    border-radius: 50%;
    box-shadow: inset 0 0 0 16px rgba(255, 255, 255, 0.6), 0 1px 2px rgba(0, 0, 0, 0.3);
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}
.home-top a.alignnone{ position: relative;}

.home-top h2, .home-service-area h2, .work-bg h2{ color:#4ea65a; font-size:48px; margin:0 0 30px 0; text-align:center; font-weight: 800; }
.home-top h4, .home-top .entry-title{ color:#71d381; font-size:28px; margin:15px 0; }
.home-top h4 a, .home-top .entry-title a{ color:#e2454a; position:relative;}
.home-top .widget:hover h4 a{ color: #398145;}
.home-top .widget:hover{ background:#4ea65a;}
.home-top .widget:hover h2 a, .home-top .widget:hover p{ color:#fff;}
.home-top .widget:hover a.more-link{ background: #e2454a;}

.footer-widgets input.gform_button.button{ font-size:16px; background:#066a07; color:#fff; border:none;}
.footer-widgets input.gform_button.button:hover{ background:#ecec4c; color:#000;}
.accordion-item__container{ color:#fff;}

@media only screen and (max-width: 1025px) {
.wrapper{ width:96%;}
#shell{ display:none;}
.social-bg p{ padding:0 0 20px 0;}
.social-bg h4{ font-size:24px;}
.searchengine-bg .widget-wrap{ padding:30px 3%; width:100%;}
.footer-widgets-4, .footer-widgets-3, .footer-widgets-2, .footer-widgets-1{ width:100%; margin:0 0 20px 0;}
.solid-section .flexible-widgets{ padding:0;}
.searchengine-bg a.btn{ position:static; width:auto;}
.genesis-nav-menu.responsive-menu .sub-menu li a, .genesis-nav-menu.responsive-menu .sub-menu li a:hover{ padding:10px;}

.site-header .genesis-nav-menu.responsive-menu .sub-menu li a:hover, .site-header .genesis-nav-menu.responsive-menu .sub-menu li a:hover, .site-header .genesis-nav-menu.responsive-menu a:hover{ color:#0c530d;}


.image-section{ padding:30px 0;}
.video-bg h4, .searchengine-bg h4{ font-size:30px;}
.footer-widgets .wrap { padding-bottom: 0; padding-top: 10px;}
.front-page-5 .image-section, .front-page-7 .image-section{ padding:40px 0 20px 0;}
.social-bg, #social-media, .image-section .flexible-widgets{ padding-bottom:0;}
.site-container{ position: relative;}
.site-inner { padding: 20px;}
body.home .site-inner { padding: 0;}
.view, .view-ninth .portfolio-disc, .view-ninth:hover .portfolio-disc{ width:100%;}
.view-ninth:hover .portfolio-disc{ height:auto; padding-bottom:20px;}
.work-categories li{ padding:0 1px 1px 0;}
main.full-content{ padding:0;}
main.content{ padding: 0;  width: 65%;}
.sidebar{ width:30%;}
.nav-primary{ width:70%;}
.nav-primary .wrap{ padding:0;}
.site-header .genesis-nav-menu.responsive-menu .sub-menu li a:hover, 
.site-header .genesis-nav-menu.responsive-menu .sub-menu li a:hover{ color:#0c530d;}
.site-header .genesis-nav-menu.responsive-menu a:hover{ color:#000;}
.site-header .widget-area{ width:auto;} 	
}
@media only screen and (max-width: 1000px) {
.nav-primary{ width:100%;}
.site-header .header-widget-area{ width:100%;}
.site-header .header-widget-area .widget{ display:inline-block; float:none;}
.site-header .header-widget-area{ padding:0;}
.site-header .header-widget-area h3{ margin:0;}
.nav-primary{ padding:10px 0 0 0;} 
}

@media only screen and (max-width: 750px) {
.nav-primary{ width:100%;}
.wrapper{ width:96%;}  
#shell{ display:none;}
.social-bg p{ padding:0 0 20px 0;}
.social-bg h4{ font-size:24px;}
.searchengine-bg .widget-wrap{ padding:30px 3%; width:100%;}
.footer-widgets-4, .footer-widgets-3, .footer-widgets-2, .footer-widgets-1{ width:100%; margin:0 0 20px 0;}
.solid-section .flexible-widgets{ padding:0;}
.genesis-nav-menu.responsive-menu .sub-menu li a, .genesis-nav-menu.responsive-menu .sub-menu li a:hover{ padding:10px;}

.site-header .genesis-nav-menu.responsive-menu .sub-menu li a:hover, .site-header .genesis-nav-menu.responsive-menu .sub-menu li a:hover, .site-header .genesis-nav-menu.responsive-menu a:hover{ color:#0c530d;}
.banner-content h4{ padding:0; font-size: 21px; line-height: 25px;}
.banner-content h2{ font-size: 36px;}
.site-header .genesis-nav-menu.responsive-menu .sub-menu li a:hover, 
.site-header .genesis-nav-menu.responsive-menu .sub-menu li a:hover{ color:#0c530d;}
.site-header .genesis-nav-menu.responsive-menu a:hover{ color:#000;}

.genesis-nav-menu a, .site-header.dark .genesis-nav-menu a{ padding:10px 0;} 

.portfolio-item{ width:100%; margin:0 0 20px 0;}
.view{ width:100%; height:160px;}
.site-header{ background:#ccc;}
.nav-primary{ padding:0; clear:both;}
main.full-content{ padding:0;}
main.content { padding: 0;  width: 100%;}
.sidebar{ width:100%;}
body.single .content img.size-large{ width:100%; margin:0 0 20px 0;}
}
@media only screen and (max-width: 480px) {
.front-page-2 .flexible-widgets .widget{ width:100%; margin-right:0;}
.front-page-2 .flexible-widgets .widget img{ width:100%;}
.main-row{ height:150px;}
.listing-box{ width:100%; margin:0 0 20px 0; text-align:center;}
}
@media only screen and (max-width: 360px) {
.single-img{ width:100%; float:right; margin:0 0 20px 0;}

}

.wp-pagenavi{ width:100%; float:left; text-align:center;padding: 30px;}
.wp-pagenavi span.pages{ display:none;}
body .wp-pagenavi a, body .wp-pagenavi span.current{ background:#fff; padding:7px 16px;}
body .wp-pagenavi a:hover, body .wp-pagenavi span.current{ background:#4ea65a; color:#fff; border-color:#4ea65a;}

.nav-right{ float:right;}

.work-bg{ background:#F3F7FA /*url(images/work-bg.jpg) left top repeat*/; width:100%; float:left; border-top:1px solid #dde0e5; border-bottom:1px solid #dde0e5; padding:100px 0 0 0; position:relative;}

.bottom-area{ width:100%; float:left; padding:0; position:relative; overflow-x:hidden;}
.bottom-area .gform_wrapper{ position:relative;}
.bottom-area .map{ background:url("contact-bg.jpg") center top no-repeat; background-size:cover; position:absolute; left:50%; top:0; width:50%; height:100%; overflow:hidden;}
.bottom-area .map:after{ background:rgba(15, 36, 18, 0.6); width:100%; height:100%; content:''; display:block; position:absolute; left:0; top:0;}
.bottom-left{ width:45%; float:left; padding:55px 0;}
.bottom-right{ width:45%; float:right; padding:15px 0;}
.bottom-right h4{ color:#fff; font-size:48px; margin:60px 0 20px 0; position: relative; font-weight: 800;}
.bottom-right label{ color:#fff; font-size:16px; padding:0 0 5px 0;}
.bottom-right input, .bottom-right textarea{ border:none; padding:6px 14px; width:100%; border:1px solid #fff;}
.bottom-right input[type="submit"]{ background:#ecec4c; color:#000; font-size:16px; font-weight:400; text-transform:uppercase; padding:15px 25px; width:auto; float:right; border: none;}
.bottom-area .gform_wrapper label.gfield_label{ font-weight:normal;}
body .bottom-area .gform_wrapper ul li.gfield{ margin-top:0;}
body .bottom-area .gform_wrapper ul li.gfield.field-half{ clear: none; width:50%; float: left; margin-bottom:12px;}
body .bottom-area .gform_wrapper .gform_footer{ padding:0;}
.item__rating{ padding-bottom:12px;}
.item__rating i{ color: #ffc513;}

.bottom-left .widget ul{ display:flex; flex-wrap:wrap; list-style: none; padding: 0; margin: 0;}
.bottom-left .widget ul li{ width:46%; float:left; text-align:center; font-size:20px; padding:15px 20px; border-radius: 6px; box-shadow: 0 0 20px #e8ecee; background: #fff; margin: 2%; color: #000;}
.bottom-left ul li span{ width:80px; display:block; margin:0 auto 8px auto; border-radius:80px; padding:10px;}
.bottom-left ul li span{}

.bottom-left h5{ text-transform:uppercase; font-size:18px; text-transform:uppercase; color:#58c36a;margin:0;}
.about-icon-section{ margin-bottom:40px;}
.about-icon-section .icon{ width:70px; height:70px; border-radius:70px; display:inline-block; line-height:70px; color:#000; text-align:center; margin-right:24px; float:left;}
.about-icon-section .icon i{ font-size:40px;}
.about-icon-section h4{ margin:0 0 10px 0; font-weight:600; color:#020202; font-size:16px; text-transform:uppercase;}
.work-bg a.btn span{ color:#333;}

.text-center{ text-align:center;}
.work-bg .customNavigation{ right:20px;}
.work-bg .customNavigation a{ font-size:0px; color:#fff;}
.work-bg .customNavigation a:hover{ color:#7abd83;}
.work-bg a.btn{ border-color:#fff; margin-left:20px;}
.work-bg a.btn span{ color:#fff;}
.work-bg a.btn:hover{ background:#fff; color:#333;}
.work-bg a.btn:hover span{ color:#333;}

.featured-image{ width: 33.3%; float: left; position: relative; overflow: hidden; -webkit-backface-visibility: hidden;     backface-visibility: hidden; border: 5px solid transparent;}     
.featured-image img{ /*-webkit-transform: scale(1.12);
    transform: scale(1.12); object-fit: cover;*/
    position: relative; display: block;
    -webkit-transition: all .35s ease-out;
    transition: all .35s ease-out; height: 240px; z-index: 10; width: 100%;} 
.image-hover-overlay {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    background-color: #f97352;    -webkit-transition: opacity .25s ease-in-out;
    transition: opacity .25s ease-in-out; z-index: 12;
}    
.icons-holder{ position: absolute;
    top: 30%;
    left: 50%;
    left: 3px;
    width: 100%;
    text-align: center;
    opacity: 0;
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
    -webkit-transition: all .3s cubic-bezier(.175,.885,.305,1.42);
    transition: all .3s cubic-bezier(.175,.885,.305,1.42);
    -webkit-transition-delay: .1s;
    transition-delay: .1s; top: 25%; z-index: 21;}
.portfolio-meta{ position: absolute;
    bottom: 0;
    -webkit-transform: translate3d(0,100%,0);
    transform: translate3d(0,100%,0);
    left: 0;
    width: 100%;
    text-align: center;
    padding: 20px 10px 20px;
    -webkit-transition: all .25s ease-out;
    transition: all .25s ease-out;
    background-color: #1a1a1a;
    min-height: 60px;     z-index: 20;}
.the-title {
    padding: 0 20px;
    font-size: 16px!important;
    line-height: 18px!important;
    font-weight: 700;
    margin-bottom: 10px; 
    text-transform: uppercase;
    color: #fff!important;
}
.icons-holder a {
    display: inline-block;
    margin: 0 5px;
    width: 48px;
    height: 48px;
    line-height: 50px;
    text-align: center;
    color: #fff; font-size: 40px;
    -webkit-transition: all .25s;
    transition: all .25s;
    opacity: 1;
    vertical-align: middle;
}
.featured-image:hover img{ -webkit-transform: scale(1) translate3d(0,-20px,0); transform: scale(1) translate3d(0,-20px,0);}
.featured-image:hover .image-hover-overlay { opacity: .4;}
.featured-image:hover .icons-holder { opacity: 1; -webkit-transform: scale(1);  transform: scale(1);}
.featured-image:hover .portfolio-meta{
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
.text-center{ text-align:center;}
.add-middle-align p{ color:#fff; margin: 0;}
.add-middle-align a:hover{ color:#fff;}

body.home .site-inner{ background:none; margin:0; padding:0;}
.gform_wrapper ul.gform_fields li.gfield.half{ width:50%; float:left; clear:none;}
.slider-bottom{ padding:100px 0; text-align:center; color:#fff; position:relative; background:#000 url("slider-bottom.png") left top no-repeat; background-size: contain; clear:both;}
.slider-bottom-img{ background: url("") center top no-repeat; position: fixed;
width: 100%; height: 100%; top: 0; left: 0;}
.slider-bottom:before{ content:''; position:absolute; background:rgba(0, 0, 0, 0.2); left:0; top:0; width:100%; height:100%;}
.slider-bottom .widget-title{ color:#fff800; font-weight: 800; font-size: 56px;}
.slider-bottom a{ color:#9c090e;}
.slider-bottom .widget{ float:right; width:50%; padding:65px 0;}
.slider-bottom .wrap{ position:relative;}
.slider-bottom h1{ font-weight: 600; font-size: 52px;}
.slider-bottom h3{ font-size:24px; margin-bottom:50px; font-weight:300; color:#fff;}
.slider-bottom a.link-btn{ background:#4ea65a; color:#fff; padding:15px 25px;border-radius: 3px;}
.slider-bottom a.link-btn:hover{ background:#e2454a; color:#fff;}

.images #slide-nav-pgs .slick-slide{ margin:5px; width:auto !important;}
.images .slick-list{ height: auto;}

.front-product-area{ padding:100px 0; text-align:center; clear:both; background:#973539;}
.front-product-area h2{ color: #fff; font-size: 38px; margin: 0 0 40px 0; text-align: center;}
.front-product-item{ width:23%; float:left; margin:0 1% 0 0;}
.front-product-item h4{ color:#fff;  font-size: 22px; margin:20px 0 0 0; line-height: 31px;}
.front-product-item h4 a{ color:#fff;}
.front-product-item .product-thumb{ overflow:hidden; position: relative;}
.front-product-item .product-thumb img { opacity: 1; display: block; width: 100%; height: auto;  transition: .5s ease; backface-visibility: hidden; transition: all .2s ease-in-out;}
.product-opaq { transition: .5s ease; opacity: 0; position: absolute; top: 50%; left: 50%; transform: translate(-54%, -50%); -ms-transform: translate(-54%, -50%); text-align: center;}
.product-opaq a.link{ background-color: #fff; border-radius: 2px; color: #333; font-size: 16px; padding: 10px 20px; box-shadow: 0 0 30px #000;}
.product-opaq a.link:hover{ background:#365f3c; color:#fff;}
/*.front-product-item:hover img { opacity: 0.2;  -webkit-transform: scale(1.1, 1.3) rotate(7deg); -moz-transform: scale(1.3, 1.3) rotate(7deg); transform: scale(1.3, 1.3) rotate(7deg);}*/
.front-product-item:hover .product-opaq{ opacity: 1; background:rgba(255, 255, 255, 0.5);}
.woocommerce ul.products li.product mark{ background:none;color: #bdbdbd; font-size: 16px;}
.slick-initialized .slick-slide span{ display:block !important;}

.slider .metaslider .rslides_nav.prev{ left:20px;}
.slider .metaslider .rslides_nav.next{ right:20px;}

.slider .metaslider .rslides_nav{ /*border-radius:50px;*/ background:#3a8447; /*border:1px solid #fff;*/ width:60px;height:55px;content:'';display:inline-block;opacity:1;font-size:0;padding:0}
.slider .metaslider .rslides_nav.prev:before{content:'';background:url("slide-prev.png") center center no-repeat;width:55px;height:55px;display:inline-block}
.slider .metaslider .rslides_nav.next:before{content:'';background:url("slide-next.png") center center no-repeat;width:55px;height:55px;display:inline-block}
.slider .metaslider .rslides_nav:hover{background:#c14650; /*border-color:#ff9458;*/}

.slider .banner-content span b{ color:#fff; font-size:36px;}
.section-heading{ width: 50%; margin: 0 auto 30px auto;}

.section a.go-btn {
  position: absolute;
  bottom: 0;
  left: 50%; padding:0; background:none;
  z-index: 2;
  display: inline-block;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  color: #fff;
  font : normal 400 20px/1 'Josefin Sans', sans-serif;
  letter-spacing: .1em;
  text-decoration: none;
  transition: opacity .3s;
  padding-top: 60px;
}
.section a.go-btn:hover {opacity: .5; background:#fff; color:#333;}
.section a.go-btn span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 46px;
  height: 46px;
  margin-left: -23px;
  border: 1px solid #fff;
  border-radius: 100%;
  box-sizing: border-box;
}
.section a.go-btn span::after {
  position: absolute;
  top: 50%;
  left: 50%;
  content: '';
  width: 16px;
  height: 16px;
  margin: -12px 0 0 -8px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  box-sizing: border-box;
}
.section a.go-btn span::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  content: '';
  width: 44px;
  height: 44px;
  box-shadow: 0 0 0 0 rgba(255,255,255,.1);
  border-radius: 100%;
  opacity: 0;
  -webkit-animation: sdb03 3s infinite;
  animation: sdb03 3s infinite;
  box-sizing: border-box;
}
@-webkit-keyframes sdb03 {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  60% {
    box-shadow: 0 0 0 60px rgba(255,255,255,.1);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes sdb03 {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  60% {
    box-shadow: 0 0 0 60px rgba(255,255,255,.1);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

/*=========Who We Help==========*/
.banner-area{ background: #8186f0; float: left;width: 100%; margin-bottom:30px;}
.banner-area input{ background:#fff;}
.second-callto-action{ clear:both; background:#ed6164; padding:20px 0; text-align:center; color:#fff; font-size:22px; width:100%; float:left; margin:40px 0 0 0;}

.who-about-area{ width:100%; float:left;/* background:#f3f3f3; padding:50px 0;*/}
.who-about-area-left{ width:65%; float:left; padding:0 30px 0 0;}
.who-about-area-right{ width:35%; float:left;}
.who-about-area-right img{ float:left;}

.footer-calltoaction{ width:100%; float:left; background:#08080b; padding:20px 0; color:#fff;}
.footer-calltoaction-left{ float:left;}
.footer-calltoaction-right{ float:right;}
.footer-calltoaction a:hover, .footer-calltoaction a{ color:#fff;}

body .slider-search .gform_wrapper ul li.gfield{ margin:0 0 5px 0; padding-right:0;}
.reason-area{ position:relative; clear:both; padding:60px 0 40px 0;}
.reason-area .widget{ text-align:center;}
.reason-area .entry{ padding:0; margin:0;}
.reason-area .widget .widget-title a{ text-decoration:none;}
.reason-area .widget{ width:31%; float:left; padding:0 5px; margin:0 1%;}
.reason-area .widget img{ width:100%; margin-bottom:20px;}
.reason-area h4{ font-weight:600;}

.who-slider{ position:relative; width:100%; float:left;}
.slider-search{ width:30%; text-align:center; float:right; z-index:9; text-align:center; padding:30px;}
.slider-search label{ font-weight:400; color:#fff !important; font-size:14px;}
.slider-search input{ background:#fff !important; padding:7px !important; border:none !important; text-align:left; display:inline-block;}
.slider-search input[type="submit"]{ background: #000 !important;
text-align: center;
font-size: 18px !important;
letter-spacing: 0px !important;}
    
/*
 *  Owl Carousel - Core
 */
.testimonial-area .owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative; }
.testimonial-area .owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
    /* fix firefox animation glitch */ }
.testimonial-area .owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
.testimonial-area .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px); }
.testimonial-area .owl-carousel .owl-wrapper,
.testimonial-area .owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0); }
.testimonial-area .owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none; }
.testimonial-area .owl-carousel .owl-item img {
    display: block;
    max-width: 100%; }
.testimonial-area .owl-carousel .owl-nav.disabled,
.testimonial-area .owl-carousel .owl-dots.disabled {
    display: none; }
.testimonial-area .owl-carousel .owl-dot {
    cursor: pointer; width:13px; height:13px; background:#fff; border-radius:20px;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none; padding:0; margin:0 6px;
    -ms-user-select: none;
    user-select: none; }
.testimonial-area .owl-carousel .owl-dot.active, .testimonial-area .owl-carousel .owl-dot:hover{ background:#ffd173;}
.testimonial-area .owl-carousel.owl-loaded {
    display: block; }
.testimonial-area .owl-carousel.owl-loading {
    opacity: 0;
    display: block; }
.testimonial-area .owl-carousel.owl-hidden {
    opacity: 0; }
.testimonial-area .owl-carousel.owl-refresh .owl-item {
    visibility: hidden; }
.testimonial-area .owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
.testimonial-area .owl-carousel.owl-grab {
    cursor: move;
    cursor: grab; }
.testimonial-area .owl-carousel.owl-rtl {
    direction: rtl; }
.testimonial-area .owl-carousel.owl-rtl .owl-item {
    float: right; }
.testimonial-area .owl-nav{ position: absolute;right: 30px;top: -70px;}
.testimonial-area .owl-nav button{ background:none; border:1px solid #fff; padding:10px 13px; line-height:10px;}
.testimonial-area .owl-nav button.owl-next{ margin-left:10px;}
.testimonial-area .owl-nav button span{ font-size:30px;}
.testimonial-area .owl-nav button:hover{ background:#fff; color:#333;}
/* No Js */
.no-js .testimonial-area .owl-carousel {
  display: block; }

/*
 *  Owl Carousel - Animate Plugin
 */
.testimonial-area .owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both; }

.testimonial-area .owl-carousel .owl-animated-in {
  z-index: 0; }

.testimonial-area .owl-carousel .owl-animated-out {
  z-index: 1; }

.testimonial-area .owl-carousel .fadeOut {
  animation-name: fadeOut; }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out; }

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.testimonial-area .owl-carousel .owl-item {
  /**
			This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
			calculation of the height of the owl-item that breaks page layouts
		 */ }
.testimonial-area .owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 400ms ease; }
.testimonial-area .owl-carousel .owl-item .owl-lazy[src^=""], .testimonial-area .owl-carousel .owl-item .owl-lazy:not([src]) {
    max-height: 0; }
.testimonial-area .owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d; }
.testimonial-area{ background:url("") left top no-repeat; background-size:cover; width:100%; padding:90px 0; color:#fff; float:left;}
.testimonial-area h2{ color:#fff; font-size:36px; text-align:left; margin:0 0 40px 0; line-height: 33px; padding: 0; position: relative; text-align:center;}
.testimonial-area h2:before{ position: absolute; left: 0; top: 13px; height: 50px;}

.testimonial-content{ text-align:center; padding:0 30px;}
.testimonial-content h4{  font-size:20px; font-weight:400; color:#fff; margin:15px 0 0 0;}
.testimonial-content p{ margin:0;}
.testimonial-area .owl-dots { display:none;}
.testimonial-area .owl-nav.disabled{ display:block;}
.testimonial-area .owl-nav{ position: absolute;right: 30px;top: -70px;}
.testimonial-area .owl-nav button{ background:none; border:1px solid #fff; padding:10px 13px; line-height:10px;}
.testimonial-area .owl-nav button.owl-next{ margin-left:10px;}
.testimonial-area .owl-nav button span{ font-size:30px;}
.testimonial-area .owl-nav button:hover{ background:#fff; color:#333;}

.see-work{ width:100%; float:left; padding:40px 0; text-align:center;}
.see-work li{ width:25%;}
.see-work ul{  display:flex; flex-wrap:wrap; align-items:center; justify-items:center; width:100%; list-style:none; padding: 0;}
.see-work li img{ display: block;}
.see-work .listing-box h4{ margin:0; padding:15px;}

.see-work .hovereffect {
    width: 100%;
    height: 100%;
    float: left;
    overflow: hidden;
    position: relative;
    text-align: center;
    cursor: default;
}
.see-work .hovereffect .overlay {
    width: 100%;
    position: absolute;
    overflow: hidden;
    left: 0;
	top: auto;
	bottom: 0;
	padding: 1em;
	height: 4.75em;
	background: #f3f3f3;
	color: #000;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0,100%,0);
	transform: translate3d(0,100%,0);
	visibility: hidden;

}
.see-work .hovereffect img {
    display: block;
    position: relative;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
}

.see-work .hovereffect:hover img {
-webkit-transform: translate3d(0,-10%,0);
	transform: translate3d(0,-10%,0);
}
.see-work .hovereffect a.info {
    display: inline-block;
    text-decoration: none;
    padding: 7px 14px;
    text-transform: uppercase;
	color: #fff;
	border: 1px solid #fff;
	margin: 50px 0 0 0;
	background-color: #3a8447;
}
.see-work .hovereffect a.info:hover {
    box-shadow: 0 0 5px #fff;
} 
.see-work .hovereffect:hover .overlay{
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}


.portfolio-item .hovereffect {
width:100%;
height:100%;
float:left;
overflow:hidden;
position:relative;
text-align:center;
cursor:default;
}

.portfolio-item .hovereffect .overlay {
width:100%;
height:100%;
position:absolute;
overflow:hidden;
top:0;
left:0;
opacity:0;
background-color:rgba(0,0,0,0.5);
-webkit-transition:all .4s ease-in-out;
transition:all .4s ease-in-out
}

.portfolio-item .hovereffect img {
display:block;
position:relative;
-webkit-transition:all .4s linear;
transition:all .4s linear;
}

.portfolio-item .hovereffect h2 {
text-transform:uppercase;
color:#fffb00;
text-align:center;
position:relative;
font-size:20px; font-weight:500;
background:rgba(0,0,0,0.6);
-webkit-transform:translatey(-100px);
-ms-transform:translatey(-100px);
transform:translatey(-100px);
-webkit-transition:all .2s ease-in-out;
transition:all .2s ease-in-out;
padding:10px;
}

.portfolio-item .hovereffect a.info {
text-decoration:none;
display:inline-block;
text-transform:uppercase;
color:#fffb00;
border:1px solid #fffb00;
background-color:rgba(0, 0, 0, 0.4);
opacity:0;
filter:alpha(opacity=0);
-webkit-transition:all .2s ease-in-out;
transition:all .2s ease-in-out;
margin:70px 0 0;
padding:12px 20px;
}

.portfolio-item .hovereffect a.info:hover { background: #fffb00; color: #000;}
.portfolio-item .hovereffect:hover img {
-ms-transform:scale(1.2);
-webkit-transform:scale(1.2);
transform:scale(1.2);
}

.portfolio-item .hovereffect:hover .overlay {
opacity:1;
filter:alpha(opacity=100);
}

.portfolio-item .hovereffect:hover h2,.hovereffect:hover a.info {
opacity:1;
filter:alpha(opacity=100);
-ms-transform:translatey(0);
-webkit-transform:translatey(0);
transform:translatey(0);
}

.portfolio-item .hovereffect:hover a.info {
-webkit-transition-delay:.2s;
transition-delay:.2s;
}

.who-about-area{ width:100%; float:left; background:#f3f3f3; padding:50px 0;}
.front-page-4-left{ width:65%; float:left; padding:0 30px 0 0;}
.front-page-4-right{ width:35%; float:left;}
.front-page-4-right img{ float:left;}
/*======Who We Help=====*/

.site-url a, .more-link{ background-color: #4ea65a; display: inline-block;
border-radius: 3px;
color: #fff;
cursor: pointer;
font-size: 14px;
font-weight: 500;
padding: 12px 18px;
text-transform: uppercase;
-webkit-font-smoothing: antialiased;
white-space: normal;
width: auto;}
.site-url a:hover, .more-link:hover{background: #e2454a; color:#fff;}

.single-who_we_help.full-width-content .content{ width: 950px;}
.single-who_we_help.full-width-content .sidebar{ display:block;}

.testimonials-area{ text-align:center; padding:80px 0; position:relative; background:#fff; clear:both;}
.testimonials-area h2{ font-size: 48px; font-weight: 800;}

.listing-area{ display:flex; flex-wrap:wrap; clear:both;}

.partner-header-img{ border:1px solid #ddd; overflow:hidden; margin:0 auto; width:100%;}
.partner-header-img img{ width:100%; display:block;}
.partner-header{ margin-bottom: 30px;}
.partner-img-box{ margin:0 auto; width:94%; float:none; display:flex; flex-wrap:wrap; background:#fff; position:relative; border:none;}
.partner-logo-img{ margin:-130px 0 0 0px; width:200px; border:1px solid #ededed; padding: 20px; background: #fff;}

.other-links{ display:flex; margin: 18px 0;}
.site-inner .other-links li{ list-style:none; padding:0 5px;}
.other-links li a{ background:#4ea65a; border-radius:100px; color:#fff; font-weight:normal;padding: 9px 10px;font-size:14px;line-height:1.3333333;border-radius:3px;text-align:center;white-space:nowrap;vertical-align:middle;-ms-touch-action:manipulation;touch-action:manipulation;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;border:1px solid transparent;font-weight:500;text-decoration:none;display:inline-block}
.btn-google{color:#fff;background-color:#111;border-color:#000;padding:15px 16px 5px 40px;position:relative;font-family:fontfutura;font-weight:600}
.other-links li a:hover{  background:#ef9900; color:#fff;}
.popup-content { display: none}
.upper-layer{ width: 100%;  height: 100%;position: absolute; left: 0; top: 0; z-index: 9;}

.front-page-2{ background: #F8FAFF; padding:100px 0; width:100%; float:left; position:relative;}
.front-page-2:before {
  content: "The Secret Sauce";
  position: absolute;
  bottom: -70px;
  left: 0;
  font-size: 170px;
  font-weight: 900;
  opacity: 0.7;
  text-align: center;
  width: 100%;
  color: #fff;
}
.front-page-2 img{ border-radius:6px;}
.front-page-2 .widget{ width:60%; padding-left:50px;}
.front-page-2 .widget:first-child{ width:40%; padding-left:0;}
.front-page-2 .widgettitle{ font-weight:800; font-size:48px; color: #4ea65a;}
.col-md-6{ width:50%; padding:0;}
.col-md-4{ width:33%; padding:0 15px;}
.icon_content .icon { position: relative; margin-top: 0px;margin-bottom: 15px;width: 100px;background: #fff;padding: 15px;border-radius: 150px;
display: flex;justify-content: center;align-items: center;height: 100px;}
.front-page-2 .icon img { width: 80px;}
.icon_content h2{ font-size:20px; font-weight:500; color:#111; margin:0 0 10px 0;}
.icon_content .icon:after {
    background: #fff;
    position: absolute;
    /*content: '';*/
    border-radius: 50px;
    width: 80px;
    height: 80px;
    left: 15px;
    top: -10px;
    opacity: .7;
}
.icon_content .icon span {
    font-size: 45px;
    z-index: 1;
    position: relative;
    line-height: 60px;
    display: inline-block;
    color: #4ea65a;
    margin-bottom: 15px;
}
.theme-btn {
    position: relative;
    text-align: center !important;
    color: #fff;
    background: #4ea65a;
    display: inline-block;
    min-width: 180px;
    padding: 0px 18px;
    line-height: 60px !important;
    font-weight: 600;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    -webkit-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    text-transform: uppercase;
    border-radius: 5px;
}
.theme-btn i, .more-link:after {
    position: relative;
    top: 2px;
    font-size: 18px;
    left: 5px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.theme-btn:hover i, .more-link:hover:after {
    left: 10px;
}
.theme-btn:hover{ background:#e2454a; color:#fff;}

.front-page-3{ padding:90px 0; clear:both; background-color: #F0F3F9; position:relative;}
.front-page-3:before {
  content: "Who We Help";
  position: absolute;
  bottom: -70px;
  left: 0;
  font-size: 170px;
  font-weight: 900;
  opacity: 0.7;
  text-align: center;
  width: 100%;
  color: #fff;
}
.front-page-3 .widget{ width:25%; padding:15px; text-align: center;}
.front-page-3 .widget img{ max-height:150px; margin:20px auto;}
.front-page-3 .widget .widget-wrap{
    position: relative;
    padding: 20px;
    background: #fff;
    border-radius: 0px 0px 30px 0px;
    -webkit-box-shadow:0px 0px 40px 0px rgba(0,0,0,.09);
    box-shadow:0px 0px 40px 0px rgba(0,0,0,.09);
}
.front-page-3 .entry-title{ margin: 5px 0 15px 0;}
.front-page-3 .more-link{ background:none; padding:0; color:#111; font-size:13px; text-transform:uppercase;}
.more-link:after{ content: "\e933"; font-family: 'icomoon'; display: inline-block; position: relative; font-size: 20px; top: 3px; left: 5px; line-height: 16px;}
.front-page-3 img.alignnone, .front-page-3 .alignnone{ margin:0;}

.front-page-6{ padding:0; background:#fff; clear:both; position:relative;}
.front-page-6:before {
  content: "Building Community";
  position: absolute;
  bottom: -70px;
  left: 0;
  font-size: 130px;
  font-weight: 900;
  opacity: 0.05;
  text-align: center;
  width: 100%;
  color: #000;
}
.front-page-6 h2{ position: absolute; padding:50px; font-size: 58px; text-align: center; width: 100%; color: #111; font-weight: 800;}
.front-page-6 .widget{ width:50%; text-align:center; padding: 100px 50px;}
.front-page-6 .widget:last-child{ background:#fff6dd;}

.skltbs-panel .item{ overflow: hidden; width: 25%; padding: 15px; float: left;}
.skltbs-panel .item-content{ border-radius: 10px; overflow:hidden; background:#fff; border:1px solid #fff; box-shadow: 0 0 10px #c2cfd5; position:relative;}
.skltbs-panel .item-content h3{ margin:0; font-size:16px;}
.skltbs-panel .item-content img{ width:100%; display:block;}
.skltbs-tab-group { margin: 0; padding: 0; background:#fff; text-align:center; border-radius: 62px; min-width: 120px; display:inline-block;}
.skltbs-tab-group::after { clear: both; display: table; content: ""}
.skltbs-tab-item { display: inline-block;}
.skltbs-tab { text-decoration: none; touch-action: manipulation; background-color: #fff; border-radius: 62px; display: inline-block;}
.is-active > .skltbs-tab { touch-action: none; position:relative;}
.is-disabled > .skltbs-tab {
    cursor: default;
    pointer-events: none;
    touch-action: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.skltbs-panel-group { clear: both;}
.skltbs-panel-heading {  margin: 0; font: inherit;}
.skltbs.has-animation .skltbs-tab { transition: background-color 0.3s ease-in-out,  color 0.3s ease-in-out;}
.skltbs.has-animation .skltbs-panel-group {
    transition: height 0.3s ease-in-out;
    transition-delay: 0.3s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.skltbs.has-animation .skltbs-panel {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    visibility: hidden;
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.skltbs.has-animation .skltbs-panel.is-active { opacity: 1; visibility: visible; z-index: 1;}
.skltbs.has-animation .skltbs-panel.is-getting-in, .skltbs.has-animation .skltbs-panel.is-getting-out { visibility: visible;}
.skltbs.has-animation.fade .skltbs-panel.is-getting-out {
    -webkit-animation: fade 0.3s ease-in-out forwards;
    animation: fade 0.3s ease-in-out forwards;
    -webkit-animation-direction: reverse;
    animation-direction: reverse;
}
.skltbs.has-animation.fade .skltbs-panel.is-getting-in {
    -webkit-animation: fade 0.3s ease-in-out forwards;
    animation: fade 0.3s ease-in-out forwards;
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}
.skltbs.has-animation.fade-scale .skltbs-panel.is-getting-out {
    -webkit-animation: fade-scale-out 0.3s ease-in-out forwards;
    animation: fade-scale-out 0.3s ease-in-out forwards;
}
.skltbs.has-animation.fade-scale .skltbs-panel.is-getting-in {
    -webkit-animation: fade-scale-in 0.3s ease-in-out forwards;
    animation: fade-scale-in 0.3s ease-in-out forwards;
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}
.skltbs.has-animation.drop .skltbs-panel.is-getting-out {
    -webkit-animation: slide-down-out 0.4s ease-in-out forwards;
    animation: slide-down-out 0.4s ease-in-out forwards;
}
.skltbs.has-animation.drop .skltbs-panel.is-getting-in {
    -webkit-animation: scale-up 0.4s ease-in-out forwards;
    animation: scale-up 0.4s ease-in-out forwards;
}
.skltbs.has-animation.rotate .skltbs-panel-group { overflow: hidden;}
.skltbs.has-animation.rotate .skltbs-panel.is-getting-out {
    -webkit-animation: rotate-out 0.5s ease-in-out forwards;
    animation: rotate-out 0.5s ease-in-out forwards;
}
.skltbs.has-animation.rotate .skltbs-panel.is-getting-in {
    -webkit-animation: rotate-in 0.5s ease-in-out forwards;
    animation: rotate-in 0.5s ease-in-out forwards;
}
@-webkit-keyframes "fade" {
    0% {
    opacity: 0;
}
100% {
    opacity: 1;
}
}
@keyframes "fade" {
    0% {
    opacity: 0;
}
100% {
    opacity: 1;
}
}
@-webkit-keyframes "fade-scale-in" {
    0% {
    opacity: 0;
    -webkit-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95);
}
100% {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
}
@keyframes "fade-scale-in" {
    0% {
    opacity: 0;
    -webkit-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95);
}
100% {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
}
@-webkit-keyframes "fade-scale-out" {
    0% {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
100% {
    opacity: 0;
    -webkit-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95);
}
}
@keyframes "fade-scale-out" {
    0% {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
100% {
    opacity: 0;
    -webkit-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95);
}
}
@-webkit-keyframes "scale-up" {
    from {
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
}
to {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
}
@keyframes "scale-up" {
    from {
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
}
to {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
}
@-webkit-keyframes "slide-down-out" {
    from {
}
to {
    opacity: 0;
    -webkit-transform: translate3d(0,  50%,  0);
    -ms-transform: translate3d(0,  50%,  0);
    transform: translate3d(0,  50%,  0);
}
}
@keyframes "slide-down-out" {
    from {
}
to {
    opacity: 0;
    -webkit-transform: translate3d(0,  50%,  0);
    -ms-transform: translate3d(0,  50%,  0);
    transform: translate3d(0,  50%,  0);
}
}
@-webkit-keyframes "rotate-in" {
    from {
    -webkit-transform: translate3d(50%,  0,  0);
    -ms-transform: translate3d(50%,  0,  0);
    transform: translate3d(50%,  0,  0);
}
to {
    opacity: 1;
    -webkit-transform: translate3d(0,  0,  0);
    -ms-transform: translate3d(0,  0,  0);
    transform: translate3d(0,  0,  0);
}
}
@keyframes "rotate-in" {
    from {
    -webkit-transform: translate3d(50%,  0,  0);
    -ms-transform: translate3d(50%,  0,  0);
    transform: translate3d(50%,  0,  0);
}
to {
    opacity: 1;
    -webkit-transform: translate3d(0,  0,  0);
    -ms-transform: translate3d(0,  0,  0);
    transform: translate3d(0,  0,  0);
}
}
@-webkit-keyframes "rotate-out" {
    from {
}
to {
    opacity: 0;
    -webkit-transform: translate3d(-50%,  0,  0);
    -ms-transform: translate3d(-50%,  0,  0);
    transform: translate3d(-50%,  0,  0);
}
}
@keyframes "rotate-out" {
    from {
}
to {
    opacity: 0;
    -webkit-transform: translate3d(-50%,  0,  0);
    -ms-transform: translate3d(-50%,  0,  0);
    transform: translate3d(-50%,  0,  0);
}
}
.skltbs {
    text-align: center;
}
.skltbs-panel-group{ overflow:hidden;}
.skltbs-tab {
    color: #111; font-size:14px;
    padding:0 24px; border:none; font-weight: 500;
	box-shadow: none !important; text-align: center;
    outline: none !important; line-height: 62px; min-width:120px;
}
.is-active > .skltbs-tab, .current-cat .skltbs-tab, body.home .is-active > .skltbs-tab, body.home .current-cat .skltbs-tab {
    background: #4ea65a;
    color: white; 
} 
.is-disabled > .skltbs-tab {
    background: #f2f2f2;
    color: #c7c7c7;
}
.skltbs-tab:focus {
    outline: 0;
    box-shadow: inset 0 0 0 2px #d05d0b;
}
.skltbs-panel {
    padding: 40px 0 0 0;
    box-sizing: border-box;
}
.item--holder {
    position: absolute;
    bottom: 10px;
    left: 30px;
    right: 30px;
    background-color: #fff;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    padding: 17px 20px;
    text-align: center;
    -webkit-transition: all .3s cubic-bezier(.645,.045,.355,1);
    -khtml-transition: all .3s cubic-bezier(.645,.045,.355,1);
    -moz-transition: all .3s cubic-bezier(.645,.045,.355,1);
    -ms-transition: all .3s cubic-bezier(.645,.045,.355,1);
    -o-transition: all .3s cubic-bezier(.645,.045,.355,1);
    transition: all .3s cubic-bezier(.645,.045,.355,1);
	 opacity:0;
}
.skltbs-panel .item:hover .item--holder{ opacity:1; bottom: 30px;}

/* Tab  */
.accordion .block-title{ display:flex; align-items: center; text-align:left;}
.block-title{ text-align:center;}
.block-title h2{ font-size: 48px; font-weight: 800; width: 100%; margin:0;}
.block-title__description{ font-weight:500;}
.block-title .title-separator {
    width: 46px;
    height: 3px;
    background-color: #ffc513;
    position: relative;
    display: inline-block;
    margin: 25px auto;
    top: 4px;
}
.block-title .title-separator:before, .block-title .title-separator:after {
    content: '';
    width: 3px;
    height: 3px;
    background-color: #fede00;
    display: inline-block;
    position: absolute;
}
.block-title .title-separator:before {  right: -5px;}
.block-title .title-separator:after { right: -10px;}
.accordion-tab-wrapper {
  position: relative;
  width: 100%;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 20px;
} 
.accordion { width: 100%; overflow: hidden; padding: 40px 0 0 0;}
.accordion img{ display:block;}
.accordion-tabs { display: none;}
.accordion-tabs :focus { outline: none;} 
.accordion-item:last-child { border: none;}
.accordion-item__label {
  position: relative;
  margin: 0;
  padding: 20px;
  cursor: pointer;
  transition: padding 0.2s ease;
}
.accordion-item__label::after {
  content: "";
  position: absolute;
  top: -4px;
  right: 20px;
  bottom: 0;
  width: 6px;
  height: 6px;
  margin: auto;
  transform: rotate(45deg);
  opacity: 1;
  transition: opacity 0.1s ease;
  border-radius: 2px;
  border: 2px solid transparent;
  border-color: transparent #003852 #003852 transparent;
}
.accordion-item__container {
  height: 0;
  padding: 0 20px;
  overflow: hidden;
  opacity: 0;
  transition: padding 0.2s ease, opacity 0.5s 0.15s ease;
}
.tabs-layout01__box .tabs-layout01__caption {
    position: absolute;
    bottom: 0px;
    left: 27px;
    z-index: 1;
    color: #ffffff;
    opacity: 0.02;
    font-size: 180px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    white-space: nowrap;
    line-height: 120px;
}
.accordion-active .accordion-item__label { padding-bottom: 0; color: #fff; cursor: inherit; font-size: 36px;}
.tabs-layout01__box .accordion-item__label{ margin-bottom:30px; text-align: center;}
.accordion-active .accordion-item__label:hover { background: none;}
.accordion-active .accordion-item__label::after { opacity: 0;}
.accordion-active .accordion-item__container { height: auto; padding: 20px; opacity: 1;}
.accordion-active .accordion-item__container p:first-child,
.accordion-active .accordion-item__container h1:first-child,
.accordion-active .accordion-item__container h2:first-child,
.accordion-active .accordion-item__container h3:first-child,
.accordion-active .accordion-item__container h4:first-child,
.accordion-active .accordion-item__container h5:first-child,
.accordion-active .accordion-item__container h6:first-child {
  margin-top: 0;
}
.accordion-active .accordion-item__container p:last-child,
.accordion-active .accordion-item__container h1:last-child,
.accordion-active .accordion-item__container h2:last-child,
.accordion-active .accordion-item__container h3:last-child,
.accordion-active .accordion-item__container h4:last-child,
.accordion-active .accordion-item__container h5:last-child,
.accordion-active .accordion-item__container h6:last-child {
  margin-bottom: 0;
}

.accordion-tabs .accordion-tab i[class*='icon-']{ font-size:42px; margin-bottom:20px;}
.accordion-tabs .accordion-tab.accordion-active i{ color: #4ea65a;}
.accordion-item{ background:#393939;}

.front-page-2 .mejs-iframe-overlay, .front-page-2 .mejs-layers, .front-page-2 .mejs-controls{ display:none !important;}
.testimonials-area .item__icon {
    position: absolute;
    top: 50px;
    right: -105px;
    display: inline-block;
    width: 80px;
    height: 80px; border: 4px solid #fff;
    font-size: 80px;
    text-align: center;
    background-color: #616161;
    border-radius: 50%;
    color: #ffffff;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
}
.testimonials-area .item__icon:before {
    content: "“";
    display: inline-block;
    position: absolute;
    top: -7px;
    width: 70px;
    left: 0px;
    text-align: center;
}
.woocommerce div.product .woocommerce-tabs{ padding-top:40px;}
.woocommerce div.product .woocommerce-tabs ul.tabs{ text-align:center;}
.woocommerce div.product .woocommerce-tabs ul.tabs li{ border-color:transparent !important; background:none !important;}
.woocommerce div.product .woocommerce-tabs ul.tabs li a{ padding: 20px !important; font-weight: 500 !important; }
.woocommerce div.product .woocommerce-tabs ul.tabs li.active{ border-bottom:1px solid #fff !important; border-left:1px solid #d3ced2 !important; border-right:1px solid #d3ced2 !important; border-top:1px solid #d3ced2 !important;}
.page .entry-header{ display:none;}
.affiliate-area{ background:#F3F7FA; padding:50px 0; clear:both;}
.affiliate-thumb{ box-shadow:0 0 15px #efefefef; padding:20px; background:#ffff; border-radius:4px; margin:0 15px;}
.affiliate-area .widget-row{ display: flex; flex-wrap: wrap; justify-content: center;}
.affiliate-thumb {
  box-shadow: 0 0 15px #e8edf1f0;
  padding: 20px;
  background: #ffff;
  border-radius: 12px;
  margin: 0 15px;
  width: 20%;
  display: flex;
  align-items: center;
}
.wp-block-gallery{ list-style:none; padding:0;} 

@media (min-width: 600px) {
  .accordion-tabs {
    display: flex;
    justify-content: center;
	transform: skew(346deg);
	background: #ebeef1;
  }
  .desktop-hide{ display:none;}
  .accordion-tabs .accordion-tab {
    padding: 20px;
    font: inherit;
    border: none;
    cursor: pointer;
    color: #3a3a3a;
    background: none; white-space: nowrap;
    transition: background 0.1s ease;
	font-weight: 600;
	text-transform: capitalize;
	font-size: 16px;
	display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    color: #000000;
	  position:relative; margin:0 15px; transform: skew(-346deg);
  } 
.accordion-tabs .accordion-tab:before {
    content: '';
    display: inline-block;
    position: absolute;
    right: -25px;
    top: 20px;
    width: 1px;
    height: 106px;
    background-color: #afbabf;
	transform: skew(346deg);
}
	.accordion-tabs .accordion-tab:last-child:before{ content:inherit;}
  .accordion-tabs .accordion-tab:last-child:before{ border-right: 0;}
  .accordion-tabs .accordion-tab.accordion-active { color: #4ea65a;}
  .tabs-layout01__box { padding: 50px; color: #fff;}
 .col-md-6.widget_media_image .tabs-layout01__box{ padding: 0;}
  .tabs-layout01__box ul{ -webkit-column-count: 2; column-count: 2; column-width: 42%; column-gap: 2em; -moz-column-count: 1; -moz-column-width: 42%; -moz-column-gap: 2em; -webkit-column-count: 2; -webkit-column-width: 42%;}
	.tabs-layout01__box ul li{ margin-bottom:10px;}
  .accordion-item { display: none; min-height: 260px; border: none;}
  .accordion-item__label, .accordion-item__container { padding: 0; transition: inherit;}
  .accordion-item__label { margin-bottom: 0;}
  .accordion-item.accordion-active { display: block;}
  .accordion-item.accordion-active .accordion-item__container { padding: 0;}
} 

@media only screen and (max-width: 1050px) {
	.home-top .widget{ width:31%; margin:0 1%; padding:0;}
	.home-top h4, .home-top .entry-title{ margin:0;}
}
@media only screen and (max-width: 800px) {
	body.home #top, #top{ background:#398145; position:static;}
	#top .widget{ width:100%; text-align:center;}
	#top{ display:none;}
	#top p{ margin:0 0 10px 0; float:none;}
	.site-title a, .site-title a:hover{ background:url("shrinky-logo.png") center bottom no-repeat; width: 189px; height: 55px; margin:0 0 20px 0; float:none; display:inline-block; background-size: contain;}
	.site-title{ width:100%; text-align:center; }
	.nav-right{ width:100%;}
	.site-header, body.home .site-header{ background-color: #fff; position: static; padding: 10px 0;}
	.site-header.dark{ position:static;}
	.single-post-nav{ font-size:14px;}
	.responsive-menu-icon{ margin:0; padding:10px 0 0 0; background: #fff;}
	
	.accordion-item{ background:#fff;}
	.accordion-item.accordion-active{ background:#393939;}
	.accordion-item__label{ border-bottom:1px solid #ddd;}
}
@media only screen and (max-width: 767px) {
	.home-top .widget{ width:100%; padding:0; margin:0 0 20px 0;}
	.home-top h4, .home-top .entry-title{ margin:0;}
	.home-service-area .widget{ width:100%; margin:0;}
	.home-service-area{ padding:30px 0 0 0;}
	.home-top h2, .home-service-area h2, .work-bg h2{ margin-bottom:20px; font-size: 34px;}
	.bottom-left{ width:100%; padding:20px 0;}
	.bottom-right{ width:100%; background: url("contact-bg.jpg") center top no-repeat; padding:20px; position: relative;}
	.bottom-right:before {
  background: rgba(15, 36, 18, 0.6);
  width: 100%;
  height: 100%;
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
	.bottom-area .map{ position:relative; left:0; width:100%;}
	.bottom-area .map:after{ display:none; content:inherit; background:#58c36a;}
	body .gform_wrapper ul li.gfield{ padding:0;}
	.work-bg a.view-all{ float:none; display:block; text-align:center; margin:0; clear:both;}
	.work-bg .customNavigation{ position:static;}
	.customNavigation a.prev:before, .customNavigation a.next:before{ font-size:36px;}
	.work-bg .customNavigation a{ line-height:22px;}
	.banner-content span{ font-size:21px; line-height:32px; padding:10px;} 
	.banner-content p{ margin:0;}
	.banner-content { padding:0;}
	.full-width-content.single-post .content{ width:100%;}
	body.blog article.post img{ width:150px; margin-top: 0;}
body.blog article.post h2.entry-title{ margin:0 0 15px 0;}
	.site-title a, .site-title a:hover{ width:230px; margin:0;}
	.admin-bar .site-header.sticky{ top:0;}
	
	.front-page-2{ padding:50px 0;}
	.front-page-2 .widget:first-child, .front-page-2 .widget, .col-md-6, .front-page-3 .widget{ width:100%; padding:0 0 20px 0;}
	.front-page-6 h2{ position:static; font-size:36px; line-height:normal; padding:20px;}
	.front-page-6 .widget{ width:100%;}
	.featured-image{ width:50%;}
	.skltbs-tab{ border-radius:5px; display:block; clear:both; margin:10px 0;}
	.skltbs-panel{ padding:0;}
	.front-page-2:before, .front-page-3:before, .front-page-6:before{ content:inherit;}
	.slider-bottom .widget-title{ font-size:36px;}
	.single-who_we_help.full-width-content .content{ width:100%;}
}
@media only screen and (max-width: 650px) {
.banner-content span{ display:block;}
body .bottom-area .gform_wrapper ul li.gfield.field-half{ width:100%;}
.slider-bottom .widget{ width:100%;}
.front-product-item{ width:100%; margin:0 0 20px 0;}
.bottom-left .widget ul li{ width:100%;}
.section-heading{ width:100%;}
.affiliate-thumb{ width:100%; margin:0 0 20px 0;}
	.ad-thumb-list > li{ width:48%;}
	.wp-block-gallery.has-nested-images figure.wp-block-image{ width:90% !important;}

}
@media only screen and (max-width: 450px) {
	body.blog article.post img{ width:auto;}
	.partner-header-img img{ height:auto !important;}
	.partner-logo-img{ margin:0;}
	.featured-image{ width:100%;}
	.portfolio-meta{ position:static; transform:inherit;}
	.featured-image:hover img{ transform:inherit;}
	.col-md-4{ width:100%;}
	.icon_content .icon{ margin:0 auto;}
}