/*
	Theme Name: AJB Bathrooms 2017 - Child of Enterprise Pro Theme
	Theme URI: http://my.studiopress.com/themes/enterprise/
	Description: A mobile responsive and HTML5 theme built for the Genesis Framework.
	Author: StudioPress
	Author URI: http://www.studiopress.com/
	
	Version: 2.1.1
	
	Tags: black, blue, white, one-column, two-columns, three-columns, left-sidebar, right-sidebar, responsive-layout, custom-menu, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready, premise-landing-page
	
	Template: genesis
	Template Version: 2.1

	License: GPL-2.0+
	License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/


/* Table of Contents

	- Imports
	- HTML5 Reset
		- Baseline Normalize
		- Box Sizing
		- Float Clearing
	- Defaults
		- Typographical Elements
		- Headings
		- Objects
		- Gallery
		- Forms
		- Tables
	- Structure and Layout
		- Site Containers
		- Column Widths and Positions
		- Column Classes
	- Common Classes
		- Avatar
		- Genesis
		- Search Form
		- Titles
		- WordPress
	- Widgets
		- Featured Content
	- Plugins
		- Genesis eNews Extended
		- Genesis Responsive Slider
		- Gravity Forms
		- Jetpack
	- Site Header
		- Title Area
		- Widget Area
	- Site Navigation
		- Header Navigation
		- Primary Navigation
		- Secondary Navigation
		- Responsive Menu
	- Content Area
		- Home Page
		- Entries
		- Entry Meta
		- After Entry
		- Pagination
		- Comments
	- Sidebars
	- Footer Widgets
	- Site Footer
	- Theme Colors
		- Enterprise Pro Black
		- Enterprise Pro Green
		- Enterprise Pro Orange
		- Enterprise Pro Red
		- Enterprise Pro Teal
	- Media Queries
		- Retina Display
		- Max-width: 1139px
		- Max-width: 1023px
		- Max-width: 767px

*/


/*
Imports
---------------------------------------------------------------------------------------------------- */

@font-face {
	font-family: 'Icon';
	src:url('fonts/Icon.eot');
	src:url('fonts/Icon.eot?#iefix') format('embedded-opentype'),
		url('fonts/Icon.woff') format('woff'),
		url('fonts/Icon.ttf') format('truetype'),
		url('fonts/Icon.svg#Icon') format('svg');
	font-weight: normal;
	font-style: normal;
}


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

/* Baseline Normalize
	normalize.css v2.1.3 | MIT License | git.io/normalize
--------------------------------------------- */

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:700}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}

/* Box Sizing
--------------------------------------------- */

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

/* Float Clearing
--------------------------------------------- */

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

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


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

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

body {
	background-color: #fff;
	color: #777;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	line-height: 1.625;
}

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

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

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

a {
	color: #31b2ed;
	text-decoration: none;
}

a:hover {
	color: #333;
}

p {
	margin: 0 0 24px;
	padding: 0;
}

strong {
	font-weight: 700;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

li {
	list-style-type: none;
}

blockquote,
blockquote::before {
	color: #999;
}

blockquote {
	margin: 40px;
}

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

cite {
	font-style: normal;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #333;
	font-family: 'Titillium Web', sans-serif;
	font-weight: 700;
	line-height: 1.2;
	margin: 0 0 10px;
}

h1 {
	font-size: 36px;
}

h2 {
	font-size: 30px;
}

h3 {
	font-size: 24px;
}

h4 {
	font-size: 20px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}

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

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

img {
	height: auto;
}

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

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

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

.gallery-item {
	float: left;
	margin: 0;
	/*padding: 0 4px;*/
  padding:0;
	text-align: center;
	width: 100%;
  
  /*Adjustments for Jetpack gallery*/
  float:none !important;
  display:inline-block;
  vertical-align:top;
}

.gallery-columns-2 .gallery-item {
	width: 50%;
}

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

.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;
}

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

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #ececec;
	border-radius: 3px;
	box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.06);
	color: #aaa;
	font-size: 16px;
	font-weight: 400;
	padding: 16px;
	width: 100%;
}

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

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

::-moz-placeholder {
	color: #666;
	opacity: 1;
	font-weight: 400;
}

::-webkit-input-placeholder {
	color: #666;
	font-weight: 400;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.home-top .more-link {
	background-color: #31b2ed;
	border: none;
	border-radius: 3px;
	color: #fff;
	cursor: pointer;
	font-size: 16px;
	font-weight: 400;
	padding: 16px 24px;
	width: auto;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
.home-top .more-link:hover {
	background-color: #333;
	color: #fff;
}

.entry-content .button:hover,
.footer-widgets .button {
	color: #fff;
}

.button {
	display: inline-block;
}

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

/* Tables
--------------------------------------------- */

table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 2;
	margin-bottom: 40px;
	width: 100%;
}

tbody {
	border-bottom: 1px solid #ddd;
}

td,
th {
	text-align: left;
}

td {
	border-top: 1px solid #ddd;
	padding: 6px 0;
}

th {
	font-weight: 700;
	text-transform: uppercase;
}


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

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

.wrap {
	margin: 0 auto;
	max-width: 1140px;
}

.enterprise-pro-landing .wrap {
	max-width: 800px;
}

.site-inner {
	background-color: #f5f5f5;
	border-top: 1px solid #ececec;
	clear: both;
	padding-top: 40px;
}

/* Column Widths and Positions
--------------------------------------------- */

/* Wrapping div for .content and .sidebar-primary */

.content-sidebar-sidebar .content-sidebar-wrap,
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	width: 920px;
}

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

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

/* Content */

.content {
	float: right;
	width: 740px;
}

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

.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content,
.sidebar-sidebar-content .content {
	width: 520px;
}

.full-width-content .content {
	width: 100%;
}

/* Primary Sidebar */

.sidebar-primary {
	float: right;
	width: 360px;
}

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

/* Secondary Sidebar */

.sidebar-secondary {
	float: left;
	width: 180px;
}

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

/* 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 {
	float: left;
}

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

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

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

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

.breadcrumb {
	margin-bottom: 20px;
}

.archive-description,
.author-box {
	background-color: #fff;
	border: 1px solid #ececec;
	box-shadow: 0 1px #ececec;
	margin-bottom: 40px;
	padding: 40px;
}

.author-box-title {
	color: #333;
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	margin-bottom: 4px;
}

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

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

.search-form {
	overflow: hidden;
}

.site-header .search-form {
	float: right;
	margin-top: 8px;
}

.entry-content .search-form,
.site-header .search-form {
	width: 50%;
}

.genesis-nav-menu .search input[type="submit"],
.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: 20px;
}

.entry-title {
	font-size: 30px;
	margin: 0;
}

.entry-title a,
.sidebar .widget-title a {
	color: #333;
}

.entry-title a:hover {
	color: #31b2ed;
}

.widget-title,
.footer-widgets .featured-content .widget-title {
	border-bottom: 1px solid #ececec;
	font-size: 16px;
	margin: 0 0 20px;
	padding: 0 0 20px;
}

.home-bottom .widget-title,
.sidebar .widget-title {
	margin: -40px -40px 40px;
	padding: 30px 40px;
}

/* 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 12px 0;
}

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

.wp-caption-text {
	font-weight: 700;
	text-align: center;
}

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

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


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

.widget {
	word-wrap: break-word;
	margin-bottom: 40px;
}

.widget li {
	border-bottom: 1px dotted #ececec;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

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

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

.widget ul > li:last-child,
.widget p:last-child {
	margin-bottom: 0;
}

.widget_calendar table {
	width: 100%;
}

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

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

.after-entry .widget.featured-content,
.featured-content,
.home-bottom .widget.featured-content,
.sidebar .widget.featured-content {
	border-bottom-width: 0;
	padding: 0;
}

.after-entry .featured-content .widget-title,
.featured-content .widget-title {
	margin: 0;
	padding: 30px 40px;
}

.featured-content .entry {
	background: none;
	border: none;
	border-bottom: 1px solid #ececec;
	box-shadow: none;
	margin: 0;
	padding: 0;
}

.featured-content .entry-header {
	border-bottom: 1px solid #ececec;
	margin: 0;
	padding: 30px 40px;
}

.featured-content .entry-title {
	font-size: 20px;
	margin: 0;
}

.featured-content .entry-content {
	padding: 40px;
}

.featured-content .alignnone {
	background: #f8f8f8;
	border-bottom: 1px solid #ececec;
	margin-bottom: 0;
}
	
.featured-content img {
	margin-bottom: -7px;
}

.featured-content .more-link {
	display: block;
	font-weight: 700;
	margin-top: 20px;
}

.featured-content .more-from-category,
.featured-content ul {
	border-bottom: 1px solid #ececec;
	margin: 0;
	padding: 40px;
}

.footer-widgets  .featured-content .alignnone {
	margin-bottom: 24px;
}

.footer-widgets .featured-content .entry {
	background: none;
	border: none;
	margin-bottom: 30px;
}

.footer-widgets .featured-content .entry-header,
.footer-widgets .featured-content .more-from-category,
.footer-widgets .featured-content ul {
	border: none;
	padding: 0 0 10px;
}

.footer-widgets .featured-content .entry-content {
	padding: 0;
}


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

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

.enews-widget input {
	margin-bottom: 16px;
}

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

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

/* Genesis Responsive Slider
--------------------------------------------- */

.home-top .genesis_responsive_slider {
	margin: 0;
}

.site-container #genesis-responsive-slider {
	border-width: 0;
	padding: 0;
}

.site-container #genesis-responsive-slider .flex-control-nav {
	margin-top: -40px;
}

.site-container #genesis-responsive-slider .more-link {
	float: none;
	text-align: center;
}

.site-container #genesis-responsive-slider li {
	border-width: 0;
	margin: 0;
	padding: 0;
	text-indent: 0;
}

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

div.gform_wrapper input[type="email"],
div.gform_wrapper input[type="text"],
div.gform_wrapper textarea,
div.gform_wrapper .ginput_complex label {
	font-size: 16px;
	padding: 16px;
}

div.gform_wrapper .ginput_complex label {
	padding: 0;
}

div.gform_wrapper li,
div.gform_wrapper form li {
	margin: 16px 0 0;
}

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

#wpstats {
	display: none;
}


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

.site-header {
	background-color: #fff;
	min-height: 150px;
}

.site-header .wrap {
	padding: 40px 0;
}

/* Title Area
--------------------------------------------- */

.title-area {
	float: left;
	padding: 0 0 4px;
	width: 320px;
}

.header-full-width .title-area {
	width: 100%;
}

.site-title {
	font-family: 'Titillium Web', sans-serif;
	font-size: 36px;
	font-weight: 700;
	line-height: 1.2;
}

.site-title a,
.site-title a:hover {
	color: #31b2ed;
}

.header-image .site-title > a {
	background-position: top !important;
	float: left;
	min-height: 80px;
	width: 100%;
}

.site-description {
	color: #aaa;
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	font-weight: 300;
	letter-spacing: 1px;
	line-height: 1.5;
	text-transform: uppercase;
}

.site-description,
.site-title {
	margin-bottom: 0;
}

.header-image .site-description,
.header-image .site-title {
	display: block;
	text-indent: -9999px;
}

/* Widget Area
--------------------------------------------- */

.site-header .widget-area {
	float: right;
	text-align: right;
	width: 720px;
}

.site-header .widget-area .widget {
	margin-bottom: 0;
}

.site-header .genesis-nav-menu li {
	border: none;
	margin: 0;
	padding: 0;
}


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

.genesis-nav-menu {
	clear: both;
	font-family: 'Titillium Web', sans-serif;
	font-size: 14px;
	line-height: 1.5;
	width: 100%;
}

.genesis-nav-menu a {
	color: #333;
}

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

.genesis-nav-menu a {
	display: block;
	padding: 20px 24px;
}

.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu a:hover,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover {
	color: #31b2ed;
}

.genesis-nav-menu .sub-menu {
	border-top: 1px solid #ececec;
	left: -9999px;
	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;
}

.genesis-nav-menu .sub-menu a {
	background-color: #f8f8f8;
	border: 1px solid #ececec;
	border-top: none;
	color: #333;
	font-size: 12px;
	padding: 16px 24px;
	position: relative;
	width: 200px;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -52px 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 {
	float: right;
	list-style-type: none;
	padding: 0;
}

.genesis-nav-menu > .date,
.genesis-nav-menu > .right > a {
	display: inline-block;
	padding: 20px 24px;
}

.genesis-nav-menu > .search {
	padding: 8px 0 0;
}

.genesis-nav-menu > .search input {
	font-size: 12px;
	padding: 12px 20px;
}

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

.site-header .widget_nav_menu {
	color: #333;
}

.site-header .genesis-nav-menu li li {
	margin-left: 0;
}

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

.nav-primary {
	background-color: #333;
}

.nav-primary,
.nav-primary a {
	color: #fff;
}

.nav-primary .sub-menu {
	border-color: #222;
}

.nav-primary .sub-menu a {
	background-color: #333;
	border-color: #222;
	color: #fff;
}

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

.nav-secondary {
	text-transform: none;
	letter-spacing: 0;
	margin-bottom: 20px;
}

.nav-secondary .genesis-nav-menu a {
	padding: 6px 20px;
}

.site-footer .nav-secondary .genesis-nav-menu a {
	color: #aaa;
}

.nav-secondary .genesis-nav-menu a:hover {
	color: #31b2ed;
}

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

.responsive-menu-icon {
	cursor: pointer;
	display: none;
}

.responsive-menu-icon::before {
	content: "\f333";
	display: block;
	font: normal 20px/1 'dashicons';
	margin: 0 auto;
	padding: 10px;
	text-align: center;
}

.site-header .responsive-menu-icon::before {
	padding: 0;
}


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

/* Home Page
--------------------------------------------- */

.home-top {
	border-top: 1px solid #ececec;
}

.home-top .widget:first-child h4 {
	padding-top: 20px;
}

.home-top .entry {
	background: none;
}

.home-top .featured-content a.alignleft,
.home-top .featured-content a.alignnone,
.home-top .featured-content a.alignright {
	margin-bottom: 0;
}

.home-top a.alignleft, 
.home-top a.alignright {
	width: 66%;
}

.home-top .featured-content,
.home-top .featured-content .entry {
	border: none;
	margin-bottom: 0;
	padding-bottom: 0;
}

.home-top .featured-content .entry-header {
	border: none;
	padding: 10% 40px 0;
}

.home-top .featured-content .entry-title {
	font-size: 30px;
}

.home-top .featured-content .entry-content {
	padding: 0 40px;
}

.home-top .more-link {
	display: table;
	text-align: center;
}

.home-bottom .widget {
	background-color: #fff;
	border-radius: 3px;
	border: 1px solid #ececec;
	box-shadow: 0 1px #ececec;
	float: left;
	margin-left: 2.564102564102564%;
	padding: 40px;
	width: 31.623931623931625%;
}

.home-bottom .widget:nth-child(3n+1) {
	clear: both;
	margin-left: 0;
}

/* Entries
--------------------------------------------- */

.entry {
	background-color: #fff;
	border: 1px solid #ececec;
	box-shadow: 0 1px #ececec;
	padding: 40px;
	margin-bottom: 40px;
}

.entry-header {
	border-bottom: 1px solid #ececec;
	margin: -40px -40px 40px;
	padding: 40px;
}

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

.entry-content ol,
.entry-content ul {
	margin-left: 40px;
}

.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: #333;
	color: #ddd;
}

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

p.entry-meta {
	color: #aaa;
	font-size: 14px;
	margin-bottom: 0;
}

.entry-meta a {
	font-weight: 700;
}

.entry-header .entry-meta {
	margin: 10px 0 0;
}

.entry-footer {
	margin-top: 22px;
}

.entry-footer .entry-meta {
	border-top: 1px solid #ececec;
	margin: 0 -40px;
	padding: 40px 40px 0;
}

.entry-tags {
	float: right;
}

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

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

.after-entry {
	background-color: #fff;
	border: 1px solid #ececec;
	box-shadow: 0 1px #ececec;
	margin-bottom: 40px;
}

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

.after-entry .widget-title {
	border-top: 1px solid #ececec;
	margin: -40px -40px 30px;
	padding: 30px 40px;
}

.after-entry .widget:first-child .widget-title {
	border-top: 0;
}

.after-entry .featured-content .entry:last-of-type,
.after-entry .featured-content .more-from-category {
	border-bottom: none;
}

.after-entry .featured-content .more-from-category {
	padding: 20px 40px;
}

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

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

.pagination {
	margin: 40px 0;
}

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

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	background-color: #fff;
	border: 1px solid #ececec;
	box-shadow: 0 1px #ececec;
	color: #333;
	cursor: pointer;
	display: inline-block;
	padding: 8px 12px;
}

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

.entry-pagination.pagination {
	margin: 0 0 10px;
}

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

.comment-respond,
.entry-comments,
.entry-pings {
	background-color: #fff;
	border: 1px solid #ececec;
	box-shadow: 0 1px #ececec;
	margin-bottom: 40px;
}

.comment-respond {
	padding: 40px 40px 16px;
}

.comment-respond h3 {
	border-bottom: 1px solid #ececec;
	margin: -40px -40px 40px;
	padding: 30px 40px;
}

.entry-comments {
	border-bottom-width: 0;
}

.entry-comments h3,
.entry-pings h3 {
	border-bottom: 1px solid #ececec;
	margin: 0;
	padding: 30px 40px;
}

.comment-list li.depth-1 {
	border-bottom: 1px solid #ececec;
	padding-bottom: 40px;
}

.comment-content {
	clear: both;
}

.comment-list li {
	padding: 40px 40px 0;
}

.comment-list li li {
	padding-right: 0;
}

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

.comment-respond label {
	display: block;
	margin-right: 12px;
}

.entry-comments .comment-author,
.entry-comments .comment-author a {
	color: #333;
	font-family: 'Titillium Web', sans-serif;
	font-weight: 700;
	margin-bottom: 0;
}

.comment-meta,
.comment-meta a {
	color: #aaa;
	font-size: 14px;
}

.entry-comments .comment-author a:hover,
.comment-meta a:hover {
	color: #31b2ed;
}

.ping-list li {
	padding: 40px 40px 16px;
}

.entry-pings .reply {
	display: none;
}

.comment-reply-link {
	font-family: 'Titillium Web', sans-serif;
	font-weight: 700;
}

.form-allowed-tags {
	background-color: #f5f5f5;
	padding: 24px;
}


/*
Sidebars
---------------------------------------------------------------------------------------------------- */

.sidebar .widget {
	background-color: #fff;
	border: 1px solid #ececec;
	box-shadow: 0 1px #ececec;
	padding: 40px;
}


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

.footer-widgets {
	background-color: #fff;
	border-top: 1px solid #ececec;
	clear: both;
	padding-top: 40px;
}

.footer-widgets input {
	border: 1px solid #333;
}

.footer-widgets li {
	border-bottom: 1px dotted #ececec;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3 {
	width: 340px;
}

.footer-widgets-1 {
	margin-right: 60px;
}

.footer-widgets-1,
.footer-widgets-2 {
	float: left;
}

.footer-widgets-3 {
	float: right;
}


/*
Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {
	background-color: #fff;
	border-top: 1px solid #ececec;
	color: #aaa;
	font-size: 12px;
	letter-spacing: 1px;
	padding: 40px 0;
	text-align: center;
	text-transform: uppercase;
}

.site-footer a {
	color: #aaa;
}

.site-footer a:hover {
	color: #31b2ed;
}

.site-footer p {
	margin-bottom: 0;
}


/*
Theme Colors
---------------------------------------------------------------------------------------------------- */

/* Enterprise Pro Black
--------------------------------------------- */

.enterprise-pro-black .comment-meta a,
.enterprise-pro-black .genesis-nav-menu .current-menu-item > a,
.enterprise-pro-black .genesis-nav-menu .sub-menu .current-menu-item > a:hover,
.enterprise-pro-black .genesis-nav-menu .sub-menu a:hover,
.enterprise-pro-black .genesis-nav-menu a:hover,
.enterprise-pro-black .site-footer a,
.enterprise-pro-black a:hover {
	color: #aaa;
}

.enterprise-pro-black .comment-meta a:hover,
.enterprise-pro-black .entry-comments .comment-author a,
.enterprise-pro-black .entry-title a,
.enterprise-pro-black .genesis-nav-menu a,
.enterprise-pro-black .sidebar .widget-title a,
.enterprise-pro-black .site-footer a:hover,
.enterprise-pro-black .site-title a,
.enterprise-pro-black .site-title a:hover,
.enterprise-pro-black a {
	color: #333;
}

.enterprise-pro-black .nav-primary a {
	color: #fff;
}

.enterprise-pro-black .archive-pagination .active a,
.enterprise-pro-black .archive-pagination li a:hover,
.enterprise-pro-black .button,
.enterprise-pro-black .home-top .more-link,
.enterprise-pro-black button,
.enterprise-pro-black input[type="button"],
.enterprise-pro-black input[type="reset"],
.enterprise-pro-black input[type="submit"] {
	background-color: #333;
	color: #fff;
}

.enterprise-pro-black .button:hover,
.enterprise-pro-black .home-top .more-link:hover,
.enterprise-pro-black button:hover,
.enterprise-pro-black input:hover[type="button"],
.enterprise-pro-black input:hover[type="reset"],
.enterprise-pro-black input:hover[type="submit"] {
	background-color: #aaa;
	color: #fff;
}

/* Enterprise Pro Green
--------------------------------------------- */

.enterprise-pro-green .comment-meta a:hover,
.enterprise-pro-green .entry-comments .comment-author a:hover,
.enterprise-pro-green .entry-title a:hover,
.enterprise-pro-green .genesis-nav-menu .current-menu-item > a,
.enterprise-pro-green .genesis-nav-menu .sub-menu .current-menu-item > a:hover,
.enterprise-pro-green .genesis-nav-menu .sub-menu a:hover,
.enterprise-pro-green .genesis-nav-menu a:hover,
.enterprise-pro-green .site-footer a:hover,
.enterprise-pro-green .site-title a,
.enterprise-pro-green .site-title a:hover,
.enterprise-pro-green a {
	color: #b7c95e;
}

.enterprise-pro-green .comment-meta a,
.enterprise-pro-green .site-footer a {
	color: #fff;
}

.enterprise-pro-green .entry-comments .comment-author a,
.enterprise-pro-green .entry-title a,
.enterprise-pro-green .genesis-nav-menu a,
.enterprise-pro-green .sidebar .widget-title a,
.enterprise-pro-green a:hover {
	color: #1d1d1d;
}

.enterprise-pro-green .nav-primary a {
	color: #fff;
}

.enterprise-pro-green .archive-pagination .active a,
.enterprise-pro-green .archive-pagination li a:hover,
.enterprise-pro-green .button,
.enterprise-pro-green .home-top .more-link,
.enterprise-pro-green button,
.enterprise-pro-green input[type="button"],
.enterprise-pro-green input[type="reset"],
.enterprise-pro-green input[type="submit"] {
	background-color: #2bc876;
	color: #fff;
}

.enterprise-pro-green .button:hover,
.enterprise-pro-green .home-top .more-link:hover,
.enterprise-pro-green button:hover,
.enterprise-pro-green input:hover[type="button"],
.enterprise-pro-green input:hover[type="reset"],
.enterprise-pro-green input:hover[type="submit"] {
	background-color: #333;
	color: #fff;
}

/* Enterprise Pro Orange
--------------------------------------------- */

.enterprise-pro-orange .comment-meta a:hover,
.enterprise-pro-orange .entry-comments .comment-author a:hover,
.enterprise-pro-orange .entry-title a:hover,
.enterprise-pro-orange .genesis-nav-menu .current-menu-item > a,
.enterprise-pro-orange .genesis-nav-menu .sub-menu .current-menu-item > a:hover,
.enterprise-pro-orange .genesis-nav-menu .sub-menu a:hover,
.enterprise-pro-orange .genesis-nav-menu a:hover,
.enterprise-pro-orange .site-footer a:hover,
.enterprise-pro-orange .site-title a,
.enterprise-pro-orange .site-title a:hover,
.enterprise-pro-orange a {
	color: #ff6f00;
}

.enterprise-pro-orange .comment-meta a,
.enterprise-pro-orange .site-footer a {
	color: #aaa;
}

.enterprise-pro-orange .entry-comments .comment-author a,
.enterprise-pro-orange .entry-title a,
.enterprise-pro-orange .genesis-nav-menu a,
.enterprise-pro-orange .sidebar .widget-title a,
.enterprise-pro-orange a:hover {
	color: #333;
}

.enterprise-pro-orange .nav-primary a {
	color: #fff;
}

.enterprise-pro-orange .archive-pagination .active a,
.enterprise-pro-orange .archive-pagination li a:hover,
.enterprise-pro-orange .button,
.enterprise-pro-orange .home-top .more-link,
.enterprise-pro-orange button,
.enterprise-pro-orange input[type="button"],
.enterprise-pro-orange input[type="reset"],
.enterprise-pro-orange input[type="submit"] {
	background-color: #ff6f00;
	color: #fff;
}

.enterprise-pro-orange .button:hover,
.enterprise-pro-orange .home-top .more-link:hover,
.enterprise-pro-orange button:hover,
.enterprise-pro-orange input:hover[type="button"],
.enterprise-pro-orange input:hover[type="reset"],
.enterprise-pro-orange input:hover[type="submit"] {
	background-color: #333;
	color: #fff;
}

/* Enterprise Pro Red
--------------------------------------------- */

.enterprise-pro-red .comment-meta a:hover,
.enterprise-pro-red .entry-comments .comment-author a:hover,
.enterprise-pro-red .entry-title a:hover,
.enterprise-pro-red .genesis-nav-menu .current-menu-item > a,
.enterprise-pro-red .genesis-nav-menu .sub-menu .current-menu-item > a:hover,
.enterprise-pro-red .genesis-nav-menu .sub-menu a:hover,
.enterprise-pro-red .genesis-nav-menu a:hover,
.enterprise-pro-red .site-footer a:hover,
.enterprise-pro-red .site-title a,
.enterprise-pro-red .site-title a:hover,
.enterprise-pro-red a {
	color: #ff473a;
}

.enterprise-pro-red .comment-meta a,
.enterprise-pro-red .site-footer a {
	color: #aaa;
}

.enterprise-pro-red .entry-comments .comment-author a,
.enterprise-pro-red .entry-title a,
.enterprise-pro-red .genesis-nav-menu a,
.enterprise-pro-red .sidebar .widget-title a,
.enterprise-pro-red a:hover {
	color: #333;
}

.enterprise-pro-red .nav-primary a {
	color: #fff;
}

.enterprise-pro-red .archive-pagination .active a,
.enterprise-pro-red .archive-pagination li a:hover,
.enterprise-pro-red .button,
.enterprise-pro-red .home-top .more-link,
.enterprise-pro-red button,
.enterprise-pro-red input[type="button"],
.enterprise-pro-red input[type="reset"],
.enterprise-pro-red input[type="submit"] {
	background-color: #ff473a;
	color: #fff;
}

.enterprise-pro-red .button:hover,
.enterprise-pro-red .home-top .more-link:hover,
.enterprise-pro-red button:hover,
.enterprise-pro-red input:hover[type="button"],
.enterprise-pro-red input:hover[type="reset"],
.enterprise-pro-red input:hover[type="submit"] {
	background-color: #333;
	color: #fff;
}

/* Enterprise Pro Teal
--------------------------------------------- */

.enterprise-pro-teal .comment-meta a:hover,
.enterprise-pro-teal .entry-comments .comment-author a:hover,
.enterprise-pro-teal .entry-title a:hover,
.enterprise-pro-teal .genesis-nav-menu .current-menu-item > a,
.enterprise-pro-teal .genesis-nav-menu .sub-menu .current-menu-item > a:hover,
.enterprise-pro-teal .genesis-nav-menu .sub-menu a:hover,
.enterprise-pro-teal .genesis-nav-menu a:hover,
.enterprise-pro-teal .site-footer a:hover,
.enterprise-pro-teal .site-title a,
.enterprise-pro-teal .site-title a:hover,
.enterprise-pro-teal a {
	color: #34bfba;
}

.enterprise-pro-teal .comment-meta a,
.enterprise-pro-teal .site-footer a {
	color: #aaa;
}

.enterprise-pro-teal .entry-comments .comment-author a,
.enterprise-pro-teal .entry-title a,
.enterprise-pro-teal .genesis-nav-menu a,
.enterprise-pro-teal .sidebar .widget-title a,
.enterprise-pro-teal a:hover {
	color: #333;
}

.enterprise-pro-teal .nav-primary a {
	color: #fff;
}

.enterprise-pro-teal .archive-pagination .active a,
.enterprise-pro-teal .archive-pagination li a:hover,
.enterprise-pro-teal .button,
.enterprise-pro-teal .home-top .more-link,
.enterprise-pro-teal button,
.enterprise-pro-teal input[type="button"],
.enterprise-pro-teal input[type="reset"],
.enterprise-pro-teal input[type="submit"] {
	background-color: #34bfba;
	color: #fff;
}

.enterprise-pro-teal .button:hover,
.enterprise-pro-teal .home-top .more-link:hover,
.enterprise-pro-teal button:hover,
.enterprise-pro-teal input:hover[type="button"],
.enterprise-pro-teal input:hover[type="reset"],
.enterprise-pro-teal input:hover[type="submit"] {
	background-color: #333;
	color: #fff;
}


/*
Media Queries
---------------------------------------------------------------------------------------------------- */

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	only screen and (-moz-min-device-pixel-ratio: 1.5),
	only screen and (-o-min-device-pixel-ratio: 3/2),
	only screen and (min-device-pixel-ratio: 1.5) {

}

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

	.wrap {
		max-width: 960px;
	}

	.content-sidebar-sidebar .content-sidebar-wrap,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-sidebar-content .content-sidebar-wrap {
		width: 740px;
	}

	.content {
		width: 620px;
	}
	
	.site-header .widget-area {
		width: 600px;
	}

	.sidebar-content-sidebar .content,
	.sidebar-sidebar-content .content,
	.content-sidebar-sidebar .content {
		width: 400px;
	}

	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.sidebar-primary {
		width: 300px;
	}

	.footer-widgets-1 {
		margin-right: 30px;
	}

}

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

	.wrap {
		max-width: 768px;
	}
	
	.home-top .wrap {
		max-width: 750px;
	}

	.content,
	.content-sidebar-sidebar .content,
	.content-sidebar-sidebar .content-sidebar-wrap,
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.sidebar-content-sidebar .content,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-primary,
	.sidebar-secondary,
	.sidebar-sidebar-content .content,
	.sidebar-sidebar-content .content-sidebar-wrap,
	.site-header .widget-area,
	.title-area {
		width: 100%;
	}

	.site-header .wrap {
		padding: 20px 5%;
	}

	.genesis-nav-menu li,
	.site-header ul.genesis-nav-menu,
	.site-header .search-form {
		float: none;
	}

	.genesis-nav-menu,
	.site-description,
	.site-header .search-form,
	.site-header .title-area,
	.site-header .widget-area,
	.site-title {
		text-align: center;
	}

	.site-header .search-form {
		margin: 16px auto;
	}

	.genesis-nav-menu li.right {
		display: none;
	}

	.footer-widgets-1 {
		margin-right: 0;
	}
	
	.featured-content .alignnone {
		display: block;
		text-align: center;
	}
	
	.home-top a.alignleft, 
	.home-top a.alignright {
		width: 100%;
	}
	
	.home-top .featured-content .entry-header {
		clear: both;
		padding: 40px 40px 0;
	}
	
	.home-top .featured-content .entry-content {
		padding: 0 40px 40px;
	}

}

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

	.wrap {
		padding-left: 5%;
		padding-right: 5%;
	}

	.archive-pagination li a {
		margin-bottom: 4px;
	}

	.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%;
	}
	
	.home-top .more-link {
		display: block;
	}
	
	.home-bottom .widget {
		margin: 0 0 40px;
		width: 100%;
	}
	
	.header-image .site-title a {
		background-size: contain !important;
	}
	
	.genesis-nav-menu.responsive-menu,
	.genesis-nav-menu.responsive-menu > .menu-item > .sub-menu {
		display: none;
	}
	
	.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 a,
	.genesis-nav-menu.responsive-menu li a:hover {
		background: none;
		border: none;
		display: block;
		line-height: 1;
		padding: 16px 20px;
		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 16px/1 'dashicons';
		height: 16px;
		padding: 15px 20px;
		right: 0;
		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 .sub-menu {
		background-color: rgba(0, 0, 0, 0.05);
		border: none;
		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 li a,
	.genesis-nav-menu.responsive-menu .sub-menu li a:hover {
		padding: 12px 20px;
		position: relative;
		text-transform: none;
		width: 100%;
	}
	
	.nav-primary .genesis-nav-menu.responsive-menu {
		padding-bottom: 16px;
	}
	
	.nav-primary .genesis-nav-menu.responsive-menu .sub-menu {
		background-color: rgba(0, 0, 0, 0.07);
	}
	
	.genesis-nav-menu.responsive-menu .sub-menu .sub-menu,
	.nav-primary .genesis-nav-menu.responsive-menu .sub-menu .sub-menu {
		background-color: transparent;
		margin: 0;
		padding-left: 25px;
	}
}
 /*_____________CHILD THEME STYLE________________*/

/*CSS  icons
______________*/

.icon {
  position: absolute;
}
.icon:before {
  content: '';
  position: absolute;
}
.icon:after {
  content: '';
  position: absolute;
}
.icon i {
  position: absolute;
}
.icon i:before {
  content: '';
  position: absolute;
}
.icon i:after {
  content: '';
  position: absolute;
}
.icon, .icon:before, .icon:after, .icon i, .icon i:before, .icon i:after { transition: all 0.4s ease; }
.plus.icon:after {
  content: '';
  position: absolute;
  width: 15px;
  height: 2px;
  background-color: #fff;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.plus.icon:before {
  content: '';
  position: absolute;
  width: 15px;
  height: 2px;
  background-color: #fff;
}

.plus.icon {
  color: #000;
  position: absolute;
  margin-left: 3px;
  margin-top: 10px;
}

.minus.icon {
  color: #000;
  position: absolute;
  margin-left: 3px;
  margin-top: 10px;
  width: 15px;
  height: 2px;
  background-color: #fff;
}



  
body{
color:#1d1d1d;
  background-color:#fff;
}
  body.full-width .wrap{
  	max-width:none;
   /* padding:20px;*/
  }  
p {font-size:20px;} 
.center{text-align:center;}  
.left{text-align:left;}
.gallery-columns-2{display:flex;}
.gallery-columns-2 .gallery-item{text-align:left;}
.spacer{margin-top:100px;}
.pale-green-bg{
	background:#fbfbf1;
}
.light-green-bg{
	background:#f7fae6;
}
.dark-green-bg{
	background:#849144;
  color:#fff;
}
.dark-green-bg h4,.dark-green-bg h3{color:#fff;}
.vivid-green-bg{
	background:#b7c95e;
  
}
.green{color:#b7c95e;}
section.full{
	margin:0 -40px;
}
section:after{
	content:'';
  display:table;
 clear:both;
}
section.full .txt-cntr{padding:0 50px;}
section.full .first .txt-cntr{padding:0 100px 0 50px;}
section.full .gallery-item .txt-cntr{padding:0 50px 0 100px; }
section.full .gallery-item:first-child .txt-cntr{padding:0 100px 0 50px; }

 .round-img{
  border-radius: 50%;
    border: 2px solid #849144;
    box-shadow: 0px 0px 0px 2px #fff;
    margin: 40px auto;
}

 /*
Site Header
---------------------------------------------------------------------------------------------------- */
.site-header{
    background-color: #fff;
    min-height: 125px;
  	border-bottom:2px solid #b7c95e;
  	padding:0 ;
  	transition:all 0.4s ease-in-out;
  position:fixed;
  z-index:1000;
  width:100%;
  
}
.site-header.sticky .site-title > a{
	background-size:contain !important;
  background-image: url(/../../../wp-content/uploads/2017/01/AJB_BR_logo.png);
  background-position:  center center;
  background-repeat: no-repeat;
	min-height:50px;
	margin-top:15px;
}
.site-header .wrap {
	padding:20px 40px;
}
.site-header.sticky{
	top:0;
  min-height:initial;
  
  background-color:rgba(255,255,255,.9);
}
.site-header.sticky *{transition:all 0.4s ease-in-out; }
.site-header.sticky #nav_menu-2 a{font-size:16px;padding:10px;}

.site-header.sticky .wrap{
	padding:10px 20px;
}
.site-header .widget-area{
	width:calc( 100% - 360px );
}
/* Banner Area
--------------------------------------------- */
.bannercontainer{
	background-image:url(/../../../wp-content/uploads/about-header.jpg);
  background-repeat:no-repeat;
  background-position:center center;
  background-size:cover;
  width:100%;
  height:640px;
  margin-top:125px;
  }
.home .bannercontainer{
	background-image:url(/../../../wp-content/uploads/home_header.jpg);
  background-repeat:no-repeat;
  background-position:center center;
  background-size:cover;
  width:100%;
  height:756px;
 	margin-top:100px;
}
.page-id-10 .bannercontainer{
	background-image:url(/../../../wp-content/uploads/h_about.jpg);
}

.page-id-12 .bannercontainer{
	background-image:url(/../../../wp-content/uploads/privacy-header.jpg);
}
.page-id-14 .bannercontainer{
	background-image:url(/../../../wp-content/uploads/gallery.jpg);
}
.page-id-16 .bannercontainer{
	background-image:url(/../../../wp-content/uploads/h_testimonials.jpg);
}
.page-id-18 .bannercontainer{
	background-image:url(/../../../wp-content/uploads/h_faq.jpg);
  background-position: right center;
}
.page-id-20 .bannercontainer{
	background-image:url(/../../../wp-content/uploads/contact-us-header-2.jpg);
}
.page-id-378 .bannercontainer{
	background-image:url(/../../../wp-content/uploads/privacy-header.jpg);
}

.page-id-386 .bannercontainer{
	background-image:url(/../../../wp-content/uploads/privacy-header.jpg);
}

.page-id-408 .bannercontainer{
	background-image:url(/../../../wp-content/uploads/h_gallerry_bathrooms.jpg);
}

.page-id-410 .bannercontainer{
	background-image:url(/../../../wp-content/uploads/furniture-bathroom-bathroom-ideas-with-glass-showe-bell.jpg);
}
.page-id-412 .bannercontainer{
	background-image:url(/../../../wp-content/uploads/h_gallerry_powder.jpg);
}
.page-id-414 .bannercontainer{
	background-image:url(/../../../wp-content/uploads/vanity-pr-gall-header.jpg);
}
.page-id-416 .bannercontainer{
	background-image:url(/../../../wp-content/uploads/h_gallery_bathroom-fittings.jpg);
}


.page-id-42 .bannercontainer{
	background-image:url(/../../../wp-content/uploads/h_service_powder-rooms.jpg);
}

.page-id-44 .bannercontainer{
	background-image:url(/../../../wp-content/uploads/h_service_bathroom-fittings.jpg);
}
.page-id-47 .bannercontainer{
	 background-image:url(/../../../wp-content/uploads/h_service_vanities.jpg);
}
.page-id-49 .bannercontainer{
	background-image:url(/../../../wp-content/uploads/h_service_ensuites.jpg);
}
.page-id-51 .bannercontainer{
	background-image:url(/../../../wp-content/uploads/h_service_bathrooms.jpg);
}




.bannercontainer .widget{
	margin:0;
}  
  
 
/* Header Navigation
--------------------------------------------- */
.widget-area .header_cont{
	color:#1d1d1d;
  font-weight:bold;
  margin-left:20px;
  font-size:20px;
}
.widget-area .header_cont:hover{
	color:#b7c95e;
}
.header_cont:first-child:before{
	content: "\f466";   
  font-family: dashicons;
  display:inline-block;
  vertical-align: bottom;
  padding-right: 5px;
  color:#b7c95e;
  font-weight:normal;
}
.header_cont:first-child:hover:before{
	content: "\f466";   
  font-family: dashicons;
  display:inline-block;
  vertical-align: bottom;
  padding-right: 5px;
  color:#1d1d1d;
  font-weight:normal;
}
.header_cont:last-child:before{
	content: "\f525";   
  font-family: dashicons;
  display:inline-block;
  vertical-align: bottom;
  padding-right: 5px;
  color:#b7c95e;
  font-weight:normal;
}
.header_cont:last-child:hover:before{
	content: "\f525";   
  font-family: dashicons;
  display:inline-block;
  vertical-align: bottom;
  padding-right: 5px;
  color:#1d1d1d;
  font-weight:normal;
}

#nav_menu-2{
	 text-transform: capitalize;
}

#nav_menu-2 a{
	padding:20px 10px;
  font-size:20px;
}

#nav_menu-2 li:last-child a{
	padding-right:0px;
}
.kitchen-img-link {
	font-size:0;
  text-indent:-9999px;
  background-image:url('/../../../../wp-content/uploads/kichen-logo.png');
  background-repeat:no-repeat;
  background-position:center center;
  background-size:contain;
}
.kitchen-img-link:hover{
  filter: hue-rotate(-140deg) staurate(1.4);
  -webkit-filter: hue-rotate(-140deg) saturate(1.4);
}
.site-footer .kitchen-img-link{display:none;}

body.home #nav_menu-2 #menu-item-28{display:none;}
.genesis-nav-menu .sub-menu a{background-color:#fff; border:0; border-bottom:1px solid #b7c95e; width:250px;}
.genesis-nav-menu .sub-menu{border:0;}

/*Breadcrumb
___________________*/
.breadcrumb{
	width:100%;
	/*height:160px;
	height:8.333vw;*/
  height:90px;
	background-image:url(/../../../wp-content/uploads/breadcrumb-bg.png);
	background-repeat:no-repeat;
	background-position:top center;
  color:#1d1d1d;
  text-align:center;
  letter-spacing:7px;
  display:flex;
  justify-content:center;
  align-items:center;
  margin-top:-33px;
  font-size:40px;
  
}
.breadcrumb .wrap{
	margin-top:15px;
}
.parent-pageid-12 .breadcrumb-link-wrap{display:none;}
.parent-pageid-12 .breadcrumb{margin-bottom:0;}

.parent-pageid-14 .breadcrumb-link-wrap{display:none;}
.parent-pageid-14 .breadcrumb{margin-bottom:0;}

.home .breadcrumb a, .home .breadcrumb a:visited, .home .breadcrumb a:hover{
color:#1d1d1d;
}

/*Content
________________*/

a:focus{outline:none;}
.site-inner {
    background-color: transparent;;
    border:none;
    clear: both;
    padding: 0;
}

.entry {
    background-color: transparent;
    border: none;
    box-shadow: none;
    padding:0 40px;
    margin-bottom: 0;
}
.entry-content section{
	padding:40px 0;
}
section.fluid-width{
	display:flex;
  align-items:center;
}
.smallfont{font-size:80%;}
.italic{font-style:italic;}
.nopadding{padding:0 !important;}
section.nopadding > one-half{
	padding:100px 0;
}
@media only screen and (max-width: 768px){
	section.fluid-width{
	display:block;
  }

}
.headline-left-border{
    border-left: 10px solid #b7c95e;
    margin: 20px 0 60px 0;
    padding-left: 20px;
}
 .light{
	color:#5a5a5a;
  font-size:24px;
}

 .dark{
	font-size:40px;
}
.headline-left-border.white{
  border-left: 10px solid #fff;
  margin: 0 0 120px 0;
 }
.headline-left-border.white .light{
	color:#fff;
 }

.headline-left-border.white .dark{
	color:#fff;
}



.headline-bottom-border{
	position:relative;
  padding:0 0 100px 0;
  
}
.headline-bottom-border:after{
	content:'';
  position:absolute;
  width:100px;
  height:5px;
  background:#b7c95e;
  margin:auto;
  left:0;
  right:0;
  bottom:50px;
  display:block;
}
.dark-green-bg .headline-bottom-border:after{background:#fff;}
.cta{ 
	text-transform:uppercase;
  padding:20px 40px;
  transition:all 0.4s ease-in-out;
  font-weight:bold;
  margin-top: 40px;
  display: inline-block;
}
.cta.black-border{
	border:2px solid #1d1d1d;
  color:#1d1d1d;
  background:#fff;
}
.cta.black-border:hover{
	border:2px solid #fff;
  color:#fff;
  background:#1d1d1d;
  box-shadow: 0px 0px 0px 2px #1d1d1d;
}
.cta.white-border{
	border:2px solid #fff;
  color:#fff;
  background:transparent;
}
.cta.white-border:hover{
	border:2px solid #849144;
  color:#849144;
  background:#fff;
  box-shadow: 0px 0px 0px 2px #fff;
}



.arrow-shape{
	position:relative;
}
.arrow-shape:before{
	content:'';
  display:block;
  position:absolute;
  width:100%;
  height:50px;
  background-image:url(/../../../../wp-content/uploads/arrow-top.png);
  background-position:bottom center;
  left:0;
  top:-50px;
}
.arrow-shape:after{
	content:'';
  display:block;
  position:absolute;
  width:100%;
  height:50px;
  background-image:url(/../../../../wp-content/uploads/arrow-bottom.png);
  background-position:top center;
  left:0;
  bottom:-50px;
}
.arrow-shape .gallery-item{
	position:relative;
  transition:all 0.4s ease-in-out;
}
.arrow-shape .gallery-item:hover .gallery-overlay{
	top:0;
  left:0;
  bottom:0;
  right:0;
  background-clip:border-box;
}
.arrow-shape .gallery-item:hover .gallery-overlay *{
	/*display:block;*/
  opacity:1;
}
.dark-green-bg h3,.dark-green-bg a{
	color:#fff;
}
.dark-green-bg a:hover{
	color:#1d1d1d;
}
.gallery-overlay{
  position:absolute;
  top:100%;
  left:100%;
  bottom:100%;
  right:100%;
  color:#fff;
  background:rgba(132,145,68,0.5);
	transition: all 0.4s ease-in-out;
  text-align:left;
  padding:20px;
  background-clip:content-box;
}
.gallery-overlay h3{color:#fff;}
.gallery-overlay *{
	/*display:none;*/
  opacity:0;
  animation-delay: 0.4s;
}
.gallery-overlay a{
	position:absolute;
  bottom:20px;
  right:20px;
  color:#fff;
}
.gallery-overlay a:before{
	content: "\f177";   
  font-family: dashicons;
  display:inline-block;
  vertical-align: bottom;
  padding-right: 5px;
  color:inherit;
  font-weight:normal;
}

/*About us page*/
.checkmark{
	background-image:url(/../../../wp-content/uploads/checkmark-20x17.svg);
  
  background-repeat:no-repeat;
  background-position:left 8px;
  padding-left:30px;
}
.vision-bg{
	background-image:url(/../../../wp-content/uploads/sink-taps-family-bathroom.jpg);
  background-repeat:no-repeat;
  background-position:left center;
  background-size:cover;
  display:flex;
  align-self:stretch;
}

/*services page*/
.vanity-bg{
	background-image:url(/../../../wp-content/uploads/vanity-bg.jpg);
  background-repeat:no-repeat;
  background-position:left center;
  background-size:cover;
  display:flex;
  align-self:stretch;
}
.team-bg{
	background-image:url(/../../../wp-content/uploads/team.jpg);
  background-repeat:no-repeat;
  background-position:left center;
  background-size:cover;
  display:flex;
  align-self:stretch;
}
.swiper-container-team .swiper-slide img{
	border-radius:50%;
  border:2px solid #b7c95e;
}

/*Testimonial page*/

.joanne-bath{
	background-image:url(/../../../wp-content/uploads/joanne-bath-bg.jpg);
  background-repeat:no-repeat;
  background-position:left center;
  background-size:cover;
  display:flex;
  align-self:stretch;
}
.jonathan-bath{
	background-image:url(/../../../wp-content/uploads/jonathan-bath-bg.jpg);
  background-repeat:no-repeat;
  background-position:left center;
  background-size:cover;
  display:flex;
  align-self:stretch;
}
.margaret-bath{
	background-image:url(/../../../wp-content/uploads/margaret-bath-bg.jpg);
  background-repeat:no-repeat;
  background-position:left center;
  background-size:cover;
  display:flex;
  align-self:stretch;
}
.testimonial{
	height:48.4895%;
}
.testimonial .gallery-item{
	position:relative;
}
.testimonial .client-name{
	position:absolute;
  left:0;
  right:0;
  bottom:0;
  height:120px;
  text-align:center;
  font-size:20px;
}
.client-img{
	border-radius:50%;
  border:2px solid #fff;
  margin:-80px auto 10px auto;;
}
.testimonial .gallery-item.light-green-bg{
	padding:50px;
}
.test-txt:before{
	content:'';
  width:80px;
  height:72px;
  display:block;
  position:absolute;
  top:0;
  left:0;
  background-image:url(/../../../../../../wp-content/uploads/quote-left.svg);
  background-repeat:no-repeat;
  background-position:center center;
  background-size:contain;
}
.test-txt:after{
	content:'';
  width:80px;
  height:72px;
  position:absolute;
  bottom:0;
  right:0;
  background-image:url(/../../../../../../wp-content/uploads/quote-right.svg);
  background-repeat:no-repeat;
  background-position:center center;
  background-size:contain;
}

.test-txt{
	padding-left:111px;
  padding-bottom:100px;
  position:relative;
  margin-bottom:100px;
}

/*Project Gallery page
_________________________*/


.gallery-grid{
	display: -ms-flexbox;
	-ms-flex-direction: row;
	-ms-flex-wrap: wrap;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	/*font-size: 0; */
  width:100%;
}

.gallery-grid-item{
	height:12.8vw;
  position:relative;
  margin:8px;
   transition:all 0.4s ease-in-out;
}
.gallery-grid-item .gallery-overlay{
	padding:0;
}
 .gallery-grid-item:hover .gallery-overlay{
	top:0;
  left:0;
  bottom:0;
  right:0;
  padding:20px;
  background-clip:border-box;
}
 .gallery-grid-item:hover .gallery-overlay *{
	/*display:block;*/
  opacity:1;
}

.gallery-grid-item img{
	max-height:100%;
}
.gallery-filter{
	padding:25px 50px;
  display:inline-block;
  font-size:150%;
  border-bottom:5px solid transparent;
}

.gallery-filter:hover, .gallery-filter.active{
	color:#849144;
  border-bottom:5px solid #849144;
}


/* FAQ page*/

.faq{margin-top:40px;}
.faq .wrap{padding:0 !important;}
.faq-headline{height:55px;line-height:55px; background-color:#e2e9bd; font-weight:bold; font-size:20px;}
.faq-toggle{
  width:63px;
  height:55px;
  background-color:#849144;
  display:inline-block;
  cursor:pointer;
}
.faq-toggle .icon{
	margin-top:25px;
  margin-left:23px;
}
.faq-question{
	display:inline-block;
  vertical-align:top;
  padding-left:15px;
}
.faq-answer{
  display:none;
  padding: 20px 20px 20px 78px;
	border-top: 2px solid #849144;
	background-color:#f8fbea;
}


/*Contact forms
__________________*/
.in-bl{display:inline-block;}
.contact-icon{
  width:48px;
	vertical-align: top;
  margin-top: 6px;
}
.contact-text{width:calc( 100% - 50px );}

input, select, textarea{
	border:1px solid #1d1d1d;
  color:#1d1d1d;
  border-radius:0;
  box-shadow:none;
  transition:all 0.4s ease-in-out;
}
input:focus{
	border:1px solid #849144;
  border-radius:5px;
}
textarea:focus{
	border:1px solid #849144;
  border-radius:5px;
}
select:focus{
	border:1px solid #849144;
  border-radius:5px;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #969696;
}
::-moz-placeholder { /* Firefox 19+ */
    color: #969696;
}
:-ms-input-placeholder { /* IE 10+ */
    color: #969696;
}
:-moz-placeholder { /* Firefox 18- */
    color: #969696;
}

input:focus::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #1d1d1d;
 
}
input:focus::-moz-placeholder { /* Firefox 19+ */
    color: #1d1d1d;
}
input:focus:-ms-input-placeholder { /* IE 10+ */
    color: #1d1d1d;
}
input:focus:-moz-placeholder { /* Firefox 18- */
    color: #1d1d1d;
}
textarea:focus::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #1d1d1d;
  margin-top:-50px;
}
textarea:focus::-moz-placeholder { /* Firefox 19+ */
    color: #1d1d1d;
}
textarea:focus:-ms-input-placeholder { /* IE 10+ */
    color: #1d1d1d;
}
textarea:focus:-moz-placeholder { /* Firefox 18- */
    color: #1d1d1d;
}
select:focus::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #1d1d1d;
  margin-top:-50px;
}
select:focus::-moz-placeholder { /* Firefox 19+ */
    color: #1d1d1d;
}
select:focus:-ms-input-placeholder { /* IE 10+ */
    color: #1d1d1d;
}
select:focus:-moz-placeholder { /* Firefox 18- */
    color: #1d1d1d;
}
.quote-form {
	margin:0 -40px;
  padding:40px !important;
  background-image:url(/../../../wp-content/uploads/bathroom-1.png);
  background-size:cover;
  background-position:center center;
}

.quote-form  form > div{
	margin-top:50px;
}
input[type="submit"].dark-green-bg{
		text-transform: uppercase;
    padding: 20px 40px;
    transition: all 0.4s ease-in-out;
    font-weight: bold;
    margin-top: 40px;
    display: inline-block;
    background-color: #849144;
    color: #fff;
  	border:2px solid #fff;
	  box-shadow: 0px 0px 0px 2px #849144;
  	border-radius:0;
}
input[type="submit"].dark-green-bg:hover{
		background-color: #fff;
    color: #849144;
  	border:2px solid #849144;
    box-shadow:none;
}
#hidden-field{
	width:0;
  transition:all 0.4s ease-in-out;
  padding:0;
  border:0;
}
#hidden-field.other{
	width: calc( 100% - 270px );
  padding:16px;
  border:1px solid #1d1d1d;
}
#hidden-field.other:focus{border-color:#849144;}
.where{
    margin: 17px 20px 17px 0;
    display: inline-block;
}
/*Contact Us page*/

.mapoverlay{
	position:relative;
  padding:50px;
}
.dark-green-bg h2{color:#fff; margin-bottom:50px;}
.mapoverlay > div{
	margin-left: -100px;
	background-color: #f7faf6;
	overflow: auto;
	padding: 50px;
	color: #1d1d1d;
  box-shadow: 20px 20px 10px 0px rgba(0,0,0,0.2);
}
.mapoverlay .one-half{width:100%; margin:25px auto;}
.mapoverlay input[type="submit"]{
	width:100%;
  background-color:#d80050;
  box-shadow: 0px 0px 0px 2px #d80050;
}
.mapoverlay .spacer{
	margin-top:50px;
}
/*Swiper
____________*/

.swiper-container,.swiper-container-team, .swiper-container-skills, .swiper-container-test , .swiper-container-reasons{
    width: calc( 100% - 140px );
    height:auto;
	  padding:0 50px 100px 50px;
  	margin:0 auto;
  	position:relative;
}
.swiper-container-team, .swiper-container-skills, .swiper-container-test, .swiper-container-reasons{overflow:hidden;}
.swiper-container-horizontal>.swiper-scrollbar{
	height:2px;
  background-color:rgba(183, 201, 94, .3);
  
}
.swiper-scrollbar-drag{
	 background-color:#b7c95e;
   height: 4px;
   margin-top: -1px;
}

.swiper-button-prev{
	background-image:url(/../../../../wp-content/uploads/leftarrow.png);
}

.swiper-button-next{
	background-image:url(/../../../../wp-content/uploads/rightarrow.png);
}
.swiper-container-team .light{font-size:inherit;}

.reason-numbers{
	  color: #849144;
    background-color: #fff;
    display: block;
    width: 50px;
    margin: 50px auto 0 auto;
    padding: 5px 10px;
    border-radius: 4px;
    border: 2px solid #849144;
    -webkit-box-shadow: 0px 0px 0px 1px #fff;
    -moz-box-shadow: 0px 0px 0px 1px #fff;
    box-shadow: 0px 0px 0px 1px #fff;
}


/*Footer
--------------------------------------------- */
.site-footer{
	background-color:#1d1d1d;
  padding:60px 0 0 0;
  border-top:0;
 /* border-bottom:20px solid #b7c95e;*/
  position:relative;
  overflow:hidden;
  
  background-clip:content-box;
}
.footer-credit{
	background-color:#b7c95e;
  padding:15px;
  text-transform:capitalize;
}
.footer-credit p{
	color:#1d1d1d;
}
.footer-credit a, .footer-credit a:visited, .footer-credit a:link{
	color:#1d1d1d;
}
.footer-credit a:hover, .footer-credit a:active{
	color:#fff !important;
}
.site-footer:before{
	content:'';
  position:absolute;
  width:100%;
  height:60px;
  background-image:url(/../../../../wp-content/uploads/footer-top.png);
  background-position:bottom left;
  background-repeat:no-repeat;
  top:0;
  left:0;
  
}

.footer-widgets{
	background:transparent;
  border:0;
  padding:40px;
}
.footer-widgets ul.sub-menu{
	display:none;
}
.footer-widgets .widget-title{
	border:0;
  padding-bottom:0;
}
.footer-widgets-1, .footer-widgets-2,.footer-widgets-3, .footer-widgets-4{
	max-width:25%;
  margin:0;
  box-sizing:border-box;
  float:none;
  text-align:left;
  vertical-align: top;
  display: inline-block;
  *display: inline;
  zoom: 1;
  width:auto;
    
}
.footer-widgets-2,.footer-widgets-3, .footer-widgets-4{
	padding-top:40px;
}
.footer-widgets .wrap{
		text-align: justify;
    -ms-text-justify: distribute-all-lines;
    text-justify: distribute-all-lines;
}

.footer-widgets .wrap:after{
	content:'';
  width: 100%;
    display: inline-block;
    font-size: 0;
    line-height: 0;
}
.footer-widgets .widget-title,.footer-widgets a{
	color:#fff;
  text-transform:capitalize;
  font-size:18px;
  transition:all 0.4s ease-in-out;
  
 
}
.footer-widgets a:hover{
	color:#b7c95e;
}
.footer-widgets li{
	border:0;
  padding:0;
  transition:all 0.3s ease-in-out;
  font-weight:bold;
}
.footer-widgets li:hover{
  padding-top:5px;
  font-weight:bold;
}
.footer-logo{
	display:block;
  background-image:url(/../../../wp-content/uploads/footer_logo.jpg);
  background-repeat:no-repeat;
  width:320px;
  height:80px;
  max-width:100%;
  background-size:contain;
  margin-top:40px;
}
.fb-footer a, .li-footer a, .tw-footer a {line-height:25px;}
.fb-footer a:before{
	content:'';
  display:inline-block;
  width:25px;
  height:25px;
  background:url(/../../../../wp-content/uploads/fb-icon-footer.jpg);
   background-repeat:no-repeat;
  vertical-align:bottom;
  padding-right:20px;
}
.tw-footer a:before{
	content:'';
  display:inline-block;
  width:25px;
  height:25px;
  background:url(/../../../../wp-content/uploads/tw-icon-footer.jpg);
  background-repeat:no-repeat;
  vertical-align:bottom;
  padding-right:20px;
}
.li-footer a:before{
	content:'';
  display:inline-block;
  width:25px;
  height:25px;
  background:url(/../../../../wp-content/uploads/li-icon-footer.jpg);
   background-repeat:no-repeat;
  vertical-align:bottom;
  padding-right:20px;
}


.fb-footer a:hover:before{
	background:url(/../../../../wp-content/uploads/fb-icon-footer-hvr.jpg);
  background-repeat:no-repeat;
}

.tw-footer a:hover:before{
	background:url(/../../../../wp-content/uploads/tw-icon-footer-hvr.jpg);
  background-repeat:no-repeat;
}

.li-footer a:hover:before{
	background:url(/../../../../wp-content/uploads/li-icon-footer-hvr.jpg);
  background-repeat:no-repeat;
}





/*Mobile pages
_______________*/


/*Navigation*/
.nav-secondary{
	margin-bottom:0;
}
.nav-secondary #menu-mobile-menu{
	position:fixed;
  top:0;
  left:0;
  bottom:0;
  width:0;
  overflow:hidden;
  z-index:1100000000;
 /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#849144+0,b7c95e+100 */
background: rgb(132,145,68); /* Old browsers */
background: -moz-linear-gradient(top, rgba(132,145,68,1) 0%, rgba(183,201,94,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(132,145,68,1) 0%,rgba(183,201,94,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(132,145,68,1) 0%,rgba(183,201,94,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#849144', endColorstr='#b7c95e',GradientType=0 ); /* IE6-9 */
  transition:all 0.4s ease-in-out;
  transition-delay:0.4s;
}
.nav-secondary #menu-mobile-menu.expanded{
	width:100%;
  width:100vw;
 
}
.responsive-menu-icon{
	position:absolute;
  top:20px;
  right:20px;
  z-index:1100000001;
  width:20px;
  height:20px;
  transition: background 0s .3s;
}
 .genesis-nav-menu.responsive-menu, .genesis-nav-menu.responsive-menu > .menu-item > .sub-menu{
	display:block;
}

.responsive-menu-icon::before{
	content:'';
}
 .responsive-menu-icon span{
	transition: background 0s .3s;
  position:absolute;
  width:10px;
  height:2px;
  display:block;
  background:#b7c95e;
  margin:auto;
  left:0;
  top:0;
  bottom:0;
}
 .responsive-menu-icon span:before{
	transition-property: top,transform;
  transition-duration: .3s,.3s;
  transition-delay: .3s,0s;
  position: absolute;
  display: block;
  left: 0;
  top:-5px;;
  width: 18px;
  height: 2px;
  background: #b7c95e;
  content: "";
}
.responsive-menu-icon span:after{
	transition-property: top,transform;
  transition-duration: .3s,.3s;
  transition-delay: .3s,0s;
  position: absolute;
  display: block;
  left: 0;
  bottom:-5px;
  width: 15px;
  height: 2px;
  background: #b7c95e;
  content: "";
}

.responsive-menu-icon.menu-open span{
	background:0 0;
}
.responsive-menu-icon.menu-open span:before{
		top: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  	background:#fff;
 	 width:20px;;
}
.responsive-menu-icon.menu-open span:after{
		top: 0;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  background:#fff;
  width:20px;
}



.mobile .responsive-menu.expanded a, .responsive-menu.expanded a:visited {
	color:#fff;
  font-size:20px;
  font-size:4vh;
  line-height:12.5vh !important;
  padding:0 !important;
}
.mobile .responsive-menu a{
	font-size:0;
  transition:all 0.4s ease-in-out;
  transition-delay:0.2s;
  color:#fff !important;
  line-height:12.5vh !important;
  padding:0 !important;
 
}


.mobile .responsive-menu.expanded a:hover, .responsive-menu.expanded a:focus{
	color:#1d1d1d;
}
.mobile .responsive-menu.expanded a:before{
	content:'';
  display:inline-block;
  margin-right:50px;
  width:4vh;
  height:4vh;
  background-position:center center;
  background-size:contain;
  background-repeat:no-repeat;
  white-space:nowrap;
}
.mobile .responsive-menu a:before{
  content:'';
  display:inline-block;
  margin-right:50px;
 	transition:all 0.4s ease-in-out;
  transition-delay:0.2s;
  height:0;
  width:4vh;
  background-position:center center;
  background-size:contain;
  background-repeat:no-repeat;
}
.mob-home-nav a:before{
	background-image:url(/../../../wp-content/uploads/mob-home-ic.png);
}
.mob-about-nav a:before{
	background-image:url(/../../../wp-content/uploads/mob-about-ic.png);
}
.mob-serv-nav a:before{
	background-image:url(/../../../wp-content/uploads/mob-serv-ic.png);
}
.mob-proj-nav a:before{
	background-image:url(/../../../wp-content/uploads/mob-gallery-ic.png);
}
.mob-test-nav a:before{
	background-image:url(/../../../wp-content/uploads/mob-test-ic.png);
}
.mob-faq-nav a:before{
	background-image:url(/../../../wp-content/uploads/mob-faq-ic.png);
}
.mob-contact-nav a:before{
	background-image:url(/../../../wp-content/uploads/mob-contact-ic.png);
}
.mob-kitchen-nav a:before{
	background-image:url(/../../../wp-content/uploads/mob-kitchen-ic.png);
}
.mobile .responsive-menu li{
	line-height:12.5vh;
  height:12.5vh;
  width:78%;
  margin:auto !important;
  border-bottom:1px solid #d4df9e !important;
}
.mobile .responsive-menu li:last-child{
	border-bottom:0;
}

.mobile .genesis-nav-menu.responsive-menu .menu-item, .mobile .responsive-menu-icon{display:block;}
.menutext{
	  position: absolute;
    right: 30px;
    width: 150px;
    font-size: 15px;
    /* font-weight: bold; */
    color: #fff;
    line-height: 20px;
    text-align: right;
}



/*Header*/

.mobile .site-header{
	min-height:60px;
  position:relative;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#808080+0,1d1d1d+100 */
background: rgb(128,128,128); /* Old browsers */
background: -moz-linear-gradient(left, rgba(128,128,128,1) 0%, rgba(29,29,29,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, rgba(128,128,128,1) 0%,rgba(29,29,29,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, rgba(128,128,128,1) 0%,rgba(29,29,29,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#808080', endColorstr='#1d1d1d',GradientType=1 ); /* IE6-9 */
transition:0.2s all ease-in-out;
}

.mobile .site-header.sticky{
	position:fixed;
  top:0;
  animation-name:bounceInDown;
  animation-duration: 1s;
 animation-fill-mode: both;
}

@keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0);
  }

  75% {
    transform: translate3d(0, -10px, 0);
  }

  90% {
    transform: translate3d(0, 5px, 0);
  }

  to {
    transform: none;
  }
}



.mobile .site-header.sticky .nav-secondary .wrap{
	padding:0;
}
.mobile .site-header > .wrap{
	padding:10px;
}
.nav-secondary .wrap{
	padding:0;
}

.mobile .header-logo{
	display: block;
    width: 115px;
    height: 40px;
	}

/*Hide parent pages from breadcrumb*/
.mobile .breadcrumb-link-wrap{display:none;}

.bannercontainer-mobile{
	width:100%;
  height:53vw;
  background-position:center center;
  background-repeat:no-repeat;
  background-size:cover;
  background-image:url(/../../../wp-content/uploads/home-mobile-1024.jpg);
}
.mobile .breadcrumb{
  margin-top:-19.2vw;
	height:19.2vw;
  background-size:cover;
  align-items: flex-start;
  padding-top: 2vw;
  position:relative;
  display:block;
  letter-spacing:1px;
}
.page-id-231.mobile .breadcrumb{
	margin-top:-15vw;
}

.mobile .breadcrumb .wrap{
  text-align:center;
	margin-top:5px;
}
.mobile .breadcrumb:after{
	content:'';
  position:absolute;
  display:block;
  width:100%;
  height:5.6vw;
  background-image:url(/../../../wp-content/uploads/white-triangle-1024.png);
  background-position:right bottom;
  background-repeat:no-repeat;
  background-size:cover;
  bottom:-1px;
}
.page-id-231 .bannercontainer-mobile{
	height:68vw;
  background-position:bottom left;
  background-image:url(/../../../wp-content/uploads/new-home-mobile-1024.jpg);
}

/*.page-id-231 .breadcrumb{
  background-image:url(/../../../../wp-content/uploads/home-crumb-1024.png);
  color:#fff;
  
}*/

/*Footer
___________*/
.mobile .site-footer{
	padding:0;
  overflow:initial;
  margin-bottom:10vw;
  border-bottom:0;
 
}
.mobile .footer-credit{
	display:none;
}
.mobile .site-footer:before{
    content: '';
    position: absolute;
    width: 100%;
    height: 5.4vw;
    background-image: url(/../../../../wp-content/uploads/mobile-footer-top-1024.png);
    background-position: bottom right;
    background-repeat: no-repeat;
    top: calc( -5.4vw + 1px);;
    left: 0;
}
.page-id-231 .site-footer:before{z-index:-1;}
.footer-row:after{
	display:table;
  clear:both;
  content:'';
}
.footer-row{
 width:100%;
 margin-bottom:20px;
  margin-top:10px;
  padding:0 20px;
}
.footer-logo-mobile{
	width:15.2vw;
  height:5.33vw;
  display:block;
  background-image:url(/../../../../wp-content/uploads/mobile-logo-footer.svg);
  background-position:center center;
  background-repeat:no-repeat;
  background-size:cover;
}
.mobile .site-footer .widget{
	margin-bottom:0;
}
.fb-foot, .tw-foot, .in-foot{
	  display: inline-block;
    width: 30px;
    height: 30px;
    margin-left:15px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.fb-foot{
	 background-image: url(/../../../wp-content/uploads/fb-foot.svg);
}
.tw-foot{
	 background-image: url(/../../../wp-content/uploads/tw-foot.svg);
}
.in-foot{
	 background-image: url(/../../../wp-content/uploads/in-foot.svg);
}

#footer-sticky
	{
		position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    height: 10vw;
    line-height: 10vw;
  	z-index:999;
  width:100%;
  width:100vw;
  
} 

#footer-sticky  a{
	display:inline-block;
  width:50%;
  font-size:20px;
  font-size:4.26666vw;
  color:#fff;
  text-align:center;
  font-weight:bold;
}
#footer-sticky a:before{
		content: '';
    display: inline-block;
    width: 4.2666vw;
    height: 4.2666vw;
    margin-right: 10px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
  	vertical-align:text-bottom;
}
#footer-sticky .cont-foot{
	background-color:#b7c95e;
}
#footer-sticky .call-foot{
	background-color:#e79c00;
}
#footer-sticky .cont-foot:before{
	background-image:url(/../../../wp-content/uploads/cont-foot.jpg);
}
#footer-sticky .call-foot:before{
	background-image:url(/../../../wp-content/uploads/call-foot.jpg);
}
.to-top{
	position:fixed;
  width:0px;
  height:0px;
  bottom:calc( 10vw + 15px);
  right:15px;
  background-color:#e79c00;
  border-radius:50%;
  cursor:pointer;
  transition:all 0.4s ease-in-out;
}
.to-top.visible{
	width:40px;
  height:40px;
  z-index:30;
  /*position:relative;*/
}
.to-top.visible:after{
	content:'\f143';
  position:absolute;
  display:inline-block;
  font-family: dashicons;
  width:100%;
  height:100%;
  color:#fff;
  /*transform:rotate(-90deg);*/
  left:0;
  font-size:25px;
  font-weight:bold;
}
/*Content
_________________*/

body.mobile .wrap{max-width:none;}
.mobile .arrow-shape.full{
	margin-top:40px !important;
  padding-bottom:30px;
}

.mobile .headline-bottom-border{
	    padding: 0 0 40px 0;
}
.mobile .headline-bottom-border:after{
	bottom:20px;
}
.mobile .dark-green-bg h2{
	margin-bottom:20px;
}

.white-top, .white-bottom, .pale-green-top, .pale-green-bottom{position:relative;}
.mobile .white-top:before{
	background-image:url(/../../../../wp-content/uploads/white-triangle-1024.png);
  height: 5.6vw;
  background-size:cover;
  top:0;
  width:100%;
  content:'';
  transform:rotate(180deg);
  position:absolute;
}

.mobile .white-bottom:after{
	background-image:url(/../../../../wp-content/uploads/white-triangle-1024.png);
   position:absolute;
  height: 5.6vw;
  background-size:cover;
  bottom:0;
  width:100%;
  content:'';
}


.mobile .pale-green-top:before{
	background-image:url(/../../../../wp-content/uploads/pale-green-triangle-1024.png);
  height: 5.6vw;
  background-size:cover;
  top:0;
  width:100%;
  content:'';
  transform:rotate(180deg);
  position:absolute;
}

.mobile .pale-green-bottom:after{
	background-image:url(/../../../../wp-content/uploads/pale-green-triangle-1024.png);
   position:absolute;
  height: 5.6vw;
  background-size:cover;
  bottom:0;
  width:100%;
  content:'';
}
.mobile .arrow-shape:before{
	background-image:url(/../../../../wp-content/uploads/green-triangle-1024.png);
  height: 5.6vw;
  background-size:cover;
  top:calc( -5.6vw + 1px);
}
.mobile .arrow-shape:after{
	background-image:url(/../../../../wp-content/uploads/green-triangle-1024.png);
  transform:rotate(180deg);
  height: 5.6vw;
  background-size:cover;
  bottom:calc( -5.6vw + 1px);
  z-index:25;
}
.mobile .arrow-shape .cta{margin:5px;}
.mobile .headline-left-border{
	margin: 20px 0 40px 0;
}
.mobile .vision-bg, .mobile .vanity-bg, .mobile .team-bg{
 	 height:375px;
  	height:84vw;
}
.mobile .vanity-bg{
	background-position:left top;
}
.mobile .gallery-grid{
	justify-content:center;
}
.mobile .gallery-grid-item {
	margin:0;
  height:13.8vw;
  padding:3px;
  box-sizing:border-box;
}
.gallery-select{display:flex; justify-content:space-around}
.gallery-select a{font-size:3.4vw;}
.mobile  .gallery-filter{
	padding:2vw;
}
.mobile .gallery-filter:hover, .mobile .gallery-filter.active{
	color:#fff;
  border-bottom: 5px solid #e79c00;
}
.mobile .jonathan-bath, .mobile .margaret-bath, .mobile .joanne-bath{
	height:80vw;
  position:relative;
}
.mobile .testimonial .light-green-bg{
	padding:20px;
}
.mobile .testimonial .light-green-bg>div{
	overflow:auto;
}
.mobile .test-txt{
	margin:0 0 20px 0;
  padding:0 0 14px 40px;
}
.mobile .test-txt:before,.mobile .test-txt:after{width:30px; height:27px;}
.mobile .faq-headline{display:flex; align-items:stretch; height:auto;}
.mobile .faq-toggle{height:inherit;}
.mobile .faq-question{max-width:calc( 100% - 63px ); font-size:18px;}

.page-id-244 section{overflow:auto;}
.page-id-244 form > div{
	margin-bottom:24px;
}
.page-id-244 input[type='submit']{
  width: 100%;
  background-color: #d80050;
  box-shadow: 0px 0px 0px 2px #d80050;
}
.contact-details i{
  color:#849144;
	vertical-align: text-bottom;
  margin-right: 24px;
}
.contact-details a{color:#1d1d1d;}


/*Services page*/

.gallery-half{
	float:left;
	margin-left: 2.564102564102564%;
	width: 48.717948717948715%;
}

.gallery-half.first{margin-left:0;}

.gallery-tab-content:after{content:'';display:block;clear:both;}
.gallery-tab-content.inactive{/*display:none;*/ max-height:0; overflow:hidden; padding:0;}
.gallery-tab-content.active{
-webkit-animation: fadein 2s;
       -moz-animation: fadein 2s; 
        -ms-animation: fadein 2s; 
         -o-animation: fadein 2s; 
            animation: fadein 2s;
 // transition:0.4s all ease-in-out;
  max-height:initial;
}
.gallery-tab-content{
	background-color:#fbfbf1;
  color: #1d1d1d;
  padding:10px;
}
.gallery-tab-content h2,.gallery-tab-content h3{
	color:#1d1d1d;
}
.gallery-tab-content figcaption{
	text-align:left;
  background:#fff;
  padding:5px;
}
figure img{display:table;width:100%;}
.gallery-tab-title.active{
	color:#fff;
 border-bottom:2px solid #495025;
  -webkit-animation: fadein 2s; 
       -moz-animation: fadein 2s;
        -ms-animation: fadein 2s; 
         -o-animation: fadein 2s; 
            animation: fadein 2s;
}
.gallery-tab-title{
	display:inline-block;
  width:100%;
  padding:10px;
  
}

.gallery-tab-title.inactive{
	color:#fff;
  border-bottom:2px solid #495025;
  

}
.gallery-tab-title.inactive:before{
/*	content: "\f132";*/
  content: "\f502";
  font-family: dashicons;
    display: inline-block;
    vertical-align: bottom;
    padding-right: 5px;
}
.gallery-tab-title.active:before{
	content: "\f460";
  font-family: dashicons;
    display: inline-block;
    vertical-align: bottom;
    padding-right: 5px;
 
}

@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Internet Explorer */
@-ms-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Opera < 12.1 */
@-o-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}


/*end services page*/



/*Testimonial page*/
 .client-info{
  width: 100%;
  min-height: 220px;
  background: #849144;
  position: relative;
  padding: 20px 0;
}
.mobile .client-img{
	border-radius: 50%;
  border: 2px solid #fff;
  margin: 0 auto 20px auto;
  display: block;
}

.client-info .center{
	font-size:20px;
  font-style:italic;
  font-weight:bold;
  color:#fff;
}

/*end testimonial page*/



 /*Media Queries
________________________*/

@media only screen and (max-width:1400px){
	.site-header .widget-area {
    width: calc( 100% - 330px );
}
  #nav_menu-2 a{font-size:16px};
}/*End max-width 1400*/
@media only screen and (max-width:1240px){
.site-header .site-title a{	
    background-size: contain !important;
    background-image: url(/../../../../wp-content/uploads/2017/01/AJB_BR_logo.png) !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    min-height: 50px;
    margin-top: 15px;
    width:200px;
  }
  .title-area{width:200px;}
 	.site-header .widget-area {
    width: calc( 100% - 220px );
}
}/*End max-width 1240*/


 @media only screen and (max-width: 1024px) { 
  .mobile .breadcrumb:after{
	 background-image:url(/../../../wp-content/uploads/white-triangle-1024.png);
  
}
.page-id-231 .bannercontainer-mobile{
	 background-image:url(/../../../wp-content/uploads/new-home-mobile-1024.jpg);
}
.page-id-233 .bannercontainer-mobile{
	 background-image:url(/../../../wp-content/uploads/new-about-mobile-1024-1.jpg);
}
  .page-id-244 .bannercontainer-mobile{
	 background-image:url(/../../../wp-content/uploads/new-contact-mobile-1024.jpg);
}
  .page-id-242 .bannercontainer-mobile{
	 background-image:url(/../../../wp-content/uploads/new-faq-mobile-1024.jpg);
}
  .page-id-237 .bannercontainer-mobile{
	 background-image:url(/../../../wp-content/uploads/new-gallery-mobile-1024.jpg);
}
  .page-id-235 .bannercontainer-mobile, .page-id-384 .bannercontainer-mobile, .page-id-376 .bannercontainer-mobile{
	 background-image:url(/../../../wp-content/uploads/new-services-mobile-1024.jpg);
}
  .page-id-240 .bannercontainer-mobile{
	 background-image:url(/../../../wp-content/uploads/new-testimonial-mobile-1024.jpg);
}
  
/*.page-id-231 .breadcrumb{
  background-image:url(/../../../../wp-content/uploads/home-crumb-1024.png);
 }*/
  
    #nav_menu-2 a{font-size:14px; padding:20px 5px;};
}/*end max width 1024*/

 @media only screen and (max-width: 768px) { 
   .mobile .breadcrumb:after, .mobile. white-bottom:after, .mobile .white-top:before{
	 background-image:url(/../../../wp-content/uploads/white-triangle-768.png);
  
}
.page-id-231 .bannercontainer-mobile{
	 background-image:url(/../../../wp-content/uploads/new-home-mobile-768.jpg);
}
.page-id-233 .bannercontainer-mobile{
	 background-image:url(/../../../wp-content/uploads/new-about-mobile-768-1.jpg);
}
  .page-id-244 .bannercontainer-mobile{
	 background-image:url(/../../../wp-content/uploads/new-contact-mobile-768.jpg);
}
  .page-id-242 .bannercontainer-mobile{
	 background-image:url(/../../../wp-content/uploads/new-faq-mobile-768.jpg);
}
  .page-id-237 .bannercontainer-mobile{
	 background-image:url(/../../../wp-content/uploads/new-gallery-mobile-768.jpg);
}
  .page-id-235 .bannercontainer-mobile, .page-id-384 .bannercontainer-mobile, .page-id-376 .bannercontainer-mobile{
	 background-image:url(/../../../wp-content/uploads/new-services-mobile-768.jpg);
}
  .page-id-240 .bannercontainer-mobile{
	 background-image:url(/../../../wp-content/uploads/new-testimonial-mobile-768.jpg);
}
  
.page-id-231 .breadcrumb{
  /*background-image:url(/../../../../wp-content/uploads/home-crumb-768.png);*/
  font-size: 32px;
}
	body.mobile .wrap{padding:0;}
  .entry-content section{padding:20px 0;}
  
  .spacer{margin-top:40px;}
  .mobile .arrow-shape:before, .mobile .arrow-shape:after{
	background-image:url(/../../../../wp-content/uploads/green-triangle-768.png);
}
 
  .swiper-button-next, .swiper-button-prev{
  	width:13px;
    height:25px;
    background-size:cover;
  }
  .swiper-container, .swiper-container-team, .swiper-container-skills, .swiper-container-test, .swiper-container-reasons{
  	padding:0 40px 40px 40px;
    	width:calc( 100% - 80px );
  }
  .swiper-container-test{
  width:100%;
    
  }
   #hidden-field.other {width:100%; display:block;}
  input[type="submit"].dark-green-bg{margin-top:20px;}
 /* .where{display:block;}
  .other{display:none;}*/
}/*end max width 768*/
 @media only screen and (max-width: 500px) { 
   .mobile .breadcrumb:after, .mobile. white-bottom:after, .mobile .white-top:before{
	 background-image:url(/../../../wp-content/uploads/white-triangle-500.png);
  
}
  .mobile .breadcrumb{
  	font-size:28px;
  }
  .entry{
  padding:0 20px;
    overflow:hidden;
  }
.page-id-231 .bannercontainer-mobile{
	 background-image:url(/../../../wp-content/uploads/new-home-mobile-500.jpg);
}
.page-id-233 .bannercontainer-mobile{
	 background-image:url(/../../../wp-content/uploads/new-about-mobile-500-1.jpg);
}
  .page-id-244 .bannercontainer-mobile{
	 background-image:url(/../../../wp-content/uploads/new-contact-mobile-500.jpg);
}
  .page-id-242 .bannercontainer-mobile{
	 background-image:url(/../../../wp-content/uploads/new-faq-mobile-500.jpg);
}
  .page-id-237 .bannercontainer-mobile{
	 background-image:url(/../../../wp-content/uploads/new-gallery-mobile-500.jpg);
}
  .page-id-235 .bannercontainer-mobile, .page-id-384 .bannercontainer-mobile, .page-id-376 .bannercontainer-mobile{
	 background-image:url(/../../../wp-content/uploads/new-services-mobile-500.jpg);
}
  .page-id-240 .bannercontainer-mobile{
	 background-image:url(/../../../wp-content/uploads/new-testimonial-mobile-500.jpg);
}
.page-id-231 .breadcrumb{
 /* background-image:url(/../../../../wp-content/uploads/home-crumb-500.png);*/
     font-size: 24px;
    letter-spacing:4px;
  }
 
   

  .mobile .arrow-shape:before, .mobile .arrow-shape:after{
	background-image:url(/../../../../wp-content/uploads/green-triangle-500.png);
}
  .swiper-container, .swiper-container-team, .swiper-container-skills, .swiper-container-test, .swiper-container-reasons{
  	width:calc( 100% - 40px );
   	padding:0 30px 20px 30px;
  }
 
}/*end max width 500*/

 @media only screen and (max-width: 380px) { 
   .mobile .breadcrumb:after, .mobile. white-bottom:after, .mobile .white-top:before{
	 background-image:url(/../../../wp-content/uploads/white-triangle-375.png);
  
}
  .mobile .breadcrumb{
  	font-size:22px;
  }
.page-id-231 .bannercontainer-mobile{
	 background-image:url(/../../../wp-content/uploads/new-home-mobile-375.jpg);
}
.page-id-233 .bannercontainer-mobile{
	 background-image:url(/../../../wp-content/uploads/new-about-mobile-375-1.jpg);
}
  .page-id-244 .bannercontainer-mobile{
	 background-image:url(/../../../wp-content/uploads/new-contact-mobile-375.jpg);
}
  .page-id-242 .bannercontainer-mobile{
	 background-image:url(/../../../wp-content/uploads/new-faq-mobile-375.jpg);
}
  .page-id-237 .bannercontainer-mobile{
	 background-image:url(/../../../wp-content/uploads/new-gallery-mobile-375.jpg);
}
  .page-id-235 .bannercontainer-mobile, .page-id-384 .bannercontainer-mobile, .page-id-376 .bannercontainer-mobile{
	 background-image:url(/../../../wp-content/uploads/new-services-mobile-375.jpg);
}
  .page-id-240 .bannercontainer-mobile{
	 background-image:url(/../../../wp-content/uploads/new-testimonial-mobile-375.jpg);
}
.page-id-231 .breadcrumb{
  /*background-image:url(/../../../../wp-content/uploads/home-crumb-375.png);*/
    font-size:18px;
    
  }
  
  .mobile .arrow-shape:before, .mobile .arrow-shape:after{
	background-image:url(/../../../../wp-content/uploads/green-triangle-375.png);
}
  .mobile .responsive-menu.expanded a{font-size:3vh;}
  
  
}/*end max width 380*/






/*Tabs
-------------------------------------------- */

.tabs {
  /*width: 650px;
  float: none;*/
  min-height: 330px;
  list-style: none;
  position: relative;
  margin: 0 0 0 10px;
  text-align: left;
}
.tabs li {
  float: left;
  display: block;
}

.tabs a {
  display: block;
  padding: 5px 30px 5px 45px;
  border-radius: 2px 2px 0 0;
  font-size: 20px;
  font-weight: normal;
  background: #fff;
  border:1px solid #404040;
  cursor: pointer;
  position: relative;
  font-size:20px;
  font-weight:bold;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  color:#404040;
}
.tabs a:before{
		content: "";
    width: 0px;
    height: 0px;
    border: 22px solid transparent;
    position: absolute;
    top: 0;
    right: -44px;
    border-left: 22px solid #404040;
    z-index: 500;
   -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.tabs a:after{
 		content: "";
    width: 0px;
    height: 0px;
    border: 22px solid transparent;
    position: absolute;
    z-index: 501;
    top: 0;
    right: -43px;
    border-left: 22px solid #fff;
  	color:#404040;
		 -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.tabs a:hover, .tabs li.active_tab a, .tabs li.done a:hover{
  background: #404040;
  color:#fff;
}
.tabs li.done a{
	background:#b7c95e;
	}
.tabs li.done a:after, .tabs li.done.active_tab a:after{
	content: "";
    width: 0px;
    height: 0px;
    border: 22px solid transparent;
    position: absolute;
    z-index: 501;
    top: 0;
    right: -42px;
    border-left: 22px solid #b7c95e;
}

.tabs li.done a:before{
	content: "";
    width: 0px;
    height: 0px;
    border: 22px solid transparent;
    position: absolute;
    z-index: 500;
    top: 0;
    right: -43px;
    border-left: 22px solid #404040;
}
.tabs li.done a:hover:after{
	border-left:22px solid #404040;
}
.tabs li.done a:hover:before{
	border-left:22px solid #fff;
}
.tabs a:hover:before, .tabs li.active_tab a:before{
		content: "";
    width: 0px;
    height: 0px;
    border: 22px solid transparent;
    position: absolute;
    top: 0;
    right: -44px;
    border-left: 22px solid #404040;
    z-index: 500;
}
.tabs a:hover:after, .tabs li.active_tab a:after{
 		content: "";
    width: 0px;
    height: 0px;
    border: 22px solid transparent;
    position: absolute;
    z-index: 501;
    top: 0;
    right: -42px;
    border-left: 22px solid #404040;

}



.tabs .tab-content {
  z-index: 2;
  display: none;
  overflow: hidden;
  width: 100%;
  font-size: 17px;
  line-height: 25px;
  padding: 25px;
  position: absolute;
  top: 30px;
  left: 0;
 
}
.tabs li.active_tab .tab-content{display:block;}
.tabs [id^="tab"]:checked + label {
  top: 0;
 /* padding-top: 17px;*/
  background: #b7c95e;
  
}
/*Reasons section
----------------------------------------------*/
.left-arc .one-third span.white.flexvcent, .right-arc .one-third span.white.flexvcent {align-self:center;}
.flexvcent{align-self:center !important; }
.flex{display:flex;}
.tabs h4{
	color:#404040;
  text-transform:capitalize;
}


/*Reasons section
----------------------------------------------*/
.left-arc .one-third span.white.flexvcent, .right-arc .one-third span.white.flexvcent {align-self:center;}
.flexvcent{align-self:center !important; }
.flex{display:flex;}
.tabs h4{
	color:#000000;
  text-transform:capitalize;
}



.tabs li.active_tab {height: 100%;}

a.cta.blueR {
    background: #2980cc;
    color: #fff;
    outline: #000 solid 2px;
    border: #fff solid 2px;
}
.formR>.wpcf7 {
    margin-top: -50px;
}
.formR>.wpcf7>form div {
    margin-top: 10px;
}
.formR>.wpcf7 .wpcf7-submit {
    margin-top: 0px;
    margin-bottom: 0px;
}
.gridR .pglink {
    border: 2px solid #b7c95e;
}

.gridR .blue-overlay {
    background: rgba(183, 201, 94, 0.8);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 25px;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    color: #000;
}

.gridR .pglink:hover .blue-overlay {
    background-color: rgba(255,255,255,.5);
    height: 50px;
}

.gridR .eye.icon:before {
    content: "\f177";
    font-family: dashicons;
    display: inline-block;
    padding-right: 5px;
    color: inherit;
    font-weight: normal;
    font-size: 18px;
    vertical-align: middle;
    line-height: 22px;
}

.gridR .eye.icon {left: 0;}

.gridR  span.white.smallfont.relative {
    display: inline-block !important;
    padding-left: 23px !important;
    position: relative;
}



.gridR a.relative.pglink {
    position: relative;
    overflow: hidden;
}
span.t-green.t-left {
    color: #1d1d1d;
    font-size: 19px;
    text-align: left;
}

p.dark-blue.t-left {font-style: italic;}

p.test-txt.txtR:before,p.test-txt.txtR:after {
    height: 40px;
    width: 40px;
}

p.dark-blue.test-txt.txtR {
    padding-left: 50px;
    padding-bottom: 38px;
}

section.quote-form.formR {
    max-width: 100% !important;
}

section.quote-form.formR>.wpcf7 {
    max-width: 1170px;
    margin: 0 auto;
}
.swiper-container-team .swiper-slide img {
    max-width: 125px;
}
a.button-greenR {
    text-transform: uppercase;
    padding: 20px 40px;
    transition: all 0.4s ease-in-out;
    font-weight: bold;
    margin-top: 10px;
    display: inline-block;
    background-color: #849144;
    color: #fff;
    border: 2px solid #fff;
    box-shadow: 0px 0px 0px 2px #849144;
    border-radius: 0;
      font-size: 16px;
}


.gridR1 .itemR {
    width: 230px;
    float: left;
    margin: 10px;
    list-style-type: none !important;
    height: 230px;
    position: relative;
    background-size: cover !important;
    overflow: hidden;
    border: 2px solid #b7c95e;
}
.mobile .gridR1 ul{

	margin-left:0 !important;
}
.mobile .gridR1 .itemR{
    height: 38vw;
    float: left;
    margin: 2.5%;
    width: 44%;
	
}

.gridR1 .blue-overlay {
    background: rgba(183, 201, 94, 0.8);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 25px;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    color: #000;
  text-transform:capitalize;
}





a.itemR:hover .blue-overlay {
    background-color: rgba(255,255,255,.5);
    height: 50px;
}

.gridR1 span.white.smallfont.relative {
    display: inline-block !important;
    padding-left: 23px !important;
    position: relative;
   
}

.gridR1 .eye.icon:before {
    content: "\f177";
    font-family: dashicons;
    display: inline-block;
    padding-right: 5px;
    color: inherit;
    font-weight: normal;
    font-size: 18px;
    vertical-align: middle;
    line-height: 22px;
}
.gridR1 .eye.icon {
    left: 0;
}
.translation_icon > a {
  cursor: default;
  pointer-events: none;
}
.tabs a.link-kit {
    border: none !important;
    background: transparent !important;
    color: #404040 !important;
    padding: 0 !important;
    display: inline-block;
	font-family: 'Lato', sans-serif;
}
.tabs  a.link-kit:hover:before, .tabs li.active_tab  a.link-kit:before {
 border-left: 0 !important;
}
.tabs a.link-kit:hover:after, .tabs li.active_tab a.link-kit:after {
 border-left: 0 !important;
}