/*
Theme Name: Chatfield
Theme URI: http://theyardstickagency.co.uk
Author: The Yardstick Agency
Author URI: http://theyardstickagency.co.uk
Description: The Yardstick Agency - base wordpress development.
Version: 1.1.10
License: GNU General Public License v3.0 /
License URI: http://www.gnu.org/licenses/gpl-3.0.html

Credits:

1. Bootstrap

 * Bootstrap v3.3.6 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)

 * Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=f58353a31151a8c05d7c)
 * Config saved to config.json and https://gist.github.com/f58353a31151a8c05d7c

2. wp_bootstrap_navwalker

* Class Name: wp_bootstrap_navwalker
* GitHub URI: https://github.com/twittem/wp-bootstrap-navwalker

3. Glyphicons

 * http://getbootstrap.com/components/

*/

/* This is a small security for too long strings titles */
body {
	word-wrap: break-word;
	font-family: 'Open Sans';
}

/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}


/* Images and wp-captions should always fit and be responsive */
img {
	display: inline-block;
	height: auto;
	max-width: 100%;
}
img[class*="wp-image-"] {
	margin-top: 10px;
	margin-bottom: 10px;
}
.wp-caption {
	border: 1px solid #ccc;
	margin-bottom: 10px;
	max-width: 100%;
	border-radius: 4px;
	padding: 0 10px;
}
.wp-caption.aligncenter {
	margin-bottom: 10px;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
}
.wp-caption .wp-caption-text {
	text-align: center;
	margin-top: 10px;
}

/* WP Gallery */
.gallery {
	margin-bottom: 1.5em;
}
.gallery a img {
	border: none;
	height: auto;
	max-width: 90%;
}
.gallery dd {
	margin: 0;
}
.gallery-caption {
	display: block;
}

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
	max-width: 100%;
}


/* Text meant only for screen readers */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}
.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}


/* Content */
.main-content-inner {
	padding: 0;
}
.hentry {
	margin: 0;
}
.sticky {
	display: block;
}
.bypostauthor {
	display: block;
}


/* Clearing */
.clear {
	clear: both;
}

/* Navigation */

.dropdown-submenu{position:relative;}
.dropdown-submenu>.dropdown-menu{top:0;left:100%;-webkit-border-radius:0 6px 6px 6px;-moz-border-radius:0 6px 6px 6px;border-radius:0 6px 6px 6px;}
.dropdown-submenu:active>.dropdown-menu, .dropdown-submenu:hover>.dropdown-menu {
display: block;
}
.dropdown-submenu>a:after{display:block;content:" ";float:right;width:0;height:0;border-color:transparent;border-style:solid;border-width:5px 0 5px 5px;border-left-color:#cccccc;margin-top:5px;margin-right:-10px;}
.dropdown-submenu:active>a:after{border-left-color:#ffffff;}
.dropdown-submenu.pull-left{float:none;}.dropdown-submenu.pull-left>.dropdown-menu{left:-100%;margin-left:10px;-webkit-border-radius:6px 0 6px 6px;-moz-border-radius:6px 0 6px 6px;border-radius:6px 0 6px 6px;}


/* Here some needed widget styles
 * Most widgets are adapted in the file bootstrap-wp.js - and REALLY easy to modify! ;) */
.widget { margin-bottom: 2em; }
.widget_nav_menu ul.sub-menu li, .widget_pages ul.children li { padding-left: 15px; }

/* Hiding the search widget's button in widgets. thats just too old-skool. :) but if you want it back, just delete the next line.
 * Note: you can change the whole appearance of the search_form() function in our searchform.php */
.widget_search .search-form input[type="submit"] { display: none; }

/* Make sure select elements fit in widgets */
.widget select {
	max-width: 100%;
}

/* Nested comments? They are threaded and nested already, you just need to add your own styling to finalize!
 * For example with some margin, like the line below ;) Delete, modify, change classes in HTML if you desire another style */
 .comment .children { margin-left: 1.5em; }

/**
* Some WP Theme Repository requirements
*/

.sticky {
}

.gallery-caption {

}

.bypostauthor {

}

.entry-meta {
	clear: both;
}


/* styles for chatfield_pagination und chatfield_link_pages */
nav form.chatfield-page-nav,
nav .input-group,
nav .input-group-btn,
nav .form-control {
    display: inline;
}

/*************************************/
/*          Misc       */
/************************************/

body {
	font-size: 16px;
	line-height: 27px;
}

.container-fluid {
	padding: 0 40px;
}

.main-content-inner {
	margin: 80px 0 53px 0;
	padding: 0;
}

	.home .main-content-inner {
		margin: 0 0 33px 0;
	}

	.single-post .main-content-inner {
		margin: 20px 0 53px 0;
	}

h1, h2, h3, h4, h5, h6 {
		font-family: 'Roboto';
		font-weight: 400;
		margin: 0 0 27px 0;
}

h1 {
  font-size: 3em;
}

h2 {
	font-size: 2em;
}

h3 em {
	color: #d4dd44;
}

p {
	font-family: 'Open Sans';
	font-size: 1em;
	margin: 0 0 27px 0;
}

a {
	color: #d4dd44;
	font-weight: 700;
}

a:hover {
	color: #a9bdb2;
	text-decoration: none;
}

blockquote {
	font-size: 1em;
	font-family: 'Open Sans';
	font-family: 700;
}

ul li {
	font-size: 1em;
	line-height: 27px;
}

a.btn, .btn,
.submit-wrap input,
.news-item a .btn  {
	font-family: 'Open Sans';
	font-size: 1em;
	padding: 10px 30px;
	margin: 20px 0 0 0;
	border: 0;
	border-radius: 2px;
  color: #fff;
	transition: 0.5s;
}

	a.btn:hover,.btn:hover {
		color: #fff;
	}

	.btn.primary,
	.submit-wrap input {
		background: #a9bdb2;
	}

	.btn.primary:hover,
	.submit-wrap input:hover,
	.newsletter-section .btn:hover,
	.btn.primary:focus,
	.btn.primary:has(input:checked) {
		background: #d4dd44;
	}

	.btn.secondary {
		background: #d4dd44;
	}

	a.btn i.fa {
		padding: 0 0 0 10px;
	}

.highlight {
	color: #d4dd44;
}

/*************************************/
/*          Site Branding       */
/************************************/

.logo {
	width: 210px;
}

/*************************************/
/*          Navigation       */
/************************************/

.site-header {
    margin: 25px 0 17px 0;
}

.site-header .container {
	padding-top: 0;
	padding-bottom: 0;
}

/* .navbar-fixed-top-bar {
    position: relative;
}

.navbar-fixed-top {
    background: rgb(255,255,255);
    box-shadow: 0px 0px 2px 1px #C3C3C3;
} */

.navbar-default {
	float: right;
	background: #fff;
	border: 0;
	margin: 18px 0 0 0;
}

.navbar-collapse {
	padding: 0;
	transition: 0.75s ease;
}

.navbar-default .navbar-nav>li>a {
	color: #333;
	font-family: 'Open Sans';
	font-weight: 500;
	font-size: 16px;
	padding: 10px 0;
	margin-left: 30px;
}

.navbar-default .navbar-nav>li>a:hover {
	border-bottom: 2px solid #d4dd44;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
	background: none;
  border-bottom: 2px solid #d4dd44;
	padding: 10px 0 0 0;
	color: #000;
}

.navbar-default .navbar-nav>.client-login>a {
	padding: 10px;
	border: 2px solid #d4dd44;
	transition: 0.25s;
}

.navbar-default .navbar-nav>.client-login:hover>a {
	background: #d4dd44;
	color: #fff;
}

.navbar-collapse.collapse {
	display: none !important;
}

.navbar-collapse.collapsing,
.navbar-collapse.collapse.in {
	display: inline-block !important;
  margin: 0 40px 0 0;

}

.navbar-default .navbar-toggle {
	margin: 0;
	padding: 0;
	border: 0;
	background: none;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:active {
	background: none;
}




/*************************************/
/*          Slider       */
/************************************/

.slider .container-fluid {
	padding: 0;
	overflow: hidden;
}

.slider .item {
	background: #fff;
	margin: 0 0 80px 0;
}

/*
.carousel-caption {
	position: relative;
  text-align: left;
	left: 0;
	right: 0;
	top: 160px;
}

	.carousel-caption h3.slide-title {
		font-size: 2.8em;
		color: #fff;
		text-shadow: none;
	}

	.carousel-control {
		width: 10%;
		margin: 4px;
		opacity: 1 !important;
	}

	.carousel-control i {
		margin-top: 100%;
		box-shadow: none;
		text-shadow: none;
	}

	.carousel-control.right {
		left: auto !important;
		background: none;
	}

	.carousel-control.left {
		background: none;
	}

*/

#video-background {
	position: relative;
	right: 20px;
	bottom: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
}

.carusel-inner {
	position: relative;
}


a.videoa {
	position: absolute;
	bottom: 15px;
	right: 20px;
	width: 125px;
	background: none;
	color: #fff;
	z-index: 10;
	opacity: 0;
}

/*************************************/
/*          Page Section       */
/************************************/

.panel {
	padding: 80px 0 53px 0;
	margin: 53px 0 80px 0;
	border: 0;
	box-shadow: none;
	border-radius: 0;
}

	.home .panel {
		margin: 0;
	}

	.mid-image.panel {
		margin: 0;
	}

	.mid-image.top.panel {
		margin: 53px 0 0 0;
	}

	.mid-image.bottom.panel {
		margin: 0 0 80px 0;
	}

.panel .container {
	padding: 0 15px;
}

.container {
	padding: 0 15px;
}

.section-title {
	text-align: center;
	margin: 0 0 20px 0;
}

.section-intro {
	text-align: center;
	margin: 0 0 40px 0;
}

.page-title {
	margin: 0;
}

.centered {
	text-align: center;
	margin: 0 0 57px 0;
}

.main-content-inner img,
.portrait-image {
	margin: 3px 0 0 0;
	border: 8px solid #eee;
}


/*************************************/
/*          Home       */
/************************************/

.intro {
	margin: 60px 0 0 0;
}

section.features .container-fluid {
	padding: 0 15px;
}

section.features .col-sm-6 {
	padding: 0;
	margin: 0;
}

a.feature-item {
	display: block;
	position: relative;
	background: #222;
	color: #fff;
	padding: 80px;
	min-height: 350px;
	transition: 1.75s;
	z-index: 1;
	font-weight: 400;
}

	.feature-item:after {
		position: absolute;
		content:"";
		background: #222;
		top:0;
		left:0;
		width:100%;
		height:100%;
		opacity: 0.2;
		z-index: -1;
		transition: 1.75s;
	}

	.feature-item:hover:after {
		opacity: 0.65;
		cursor: pointer;
	}

	.feature-item .feat-title {
		font-weight: 300;
		font-size: 2.4em;
		margin: 0 0 20px 0;
	}

.feature-item .feat-description,
.feature-item hr {
	display: block;
	margin: 0;
	visibility: hidden;
	opacity: 0;
	transition: 1.75s;
}

	.feature-item hr,
	.centered hr,
	.mid-image hr,
	.extra-info hr,
	.main-content-inner hr {
		display: inline-block;
		line-height: 0;
		width: 60px;
		height: 4px;
		margin: 0 0 20px 0;
		border: 0;
		background: #d4dd44;
		text-align: left;
	}

	.feature-item:hover .feat-description,
	.feature-item:hover hr {
		visibility: visible;
		opacity: 1;
	}

/* Newsletter */

.newsletter-section {
	background: url('assets/newsletter-bg.jpg');
}

.newsletter-section .nf-field-element input {
	width: 100%;
	min-height: 50px;
	padding: 12px;
	font-size: 0.85em;
	background: #eee;
	color: #222;
	border: 0;
	border-radius: 2px;
}

.newsletter-section .submit-container input {
	width: 100% !important;
	background: #a9bdb2;
	color: #fff;
	min-height: 50px;
	font-weight: 600;
	border-radius: 2px;
	margin: 0;
}

/* News Section */

.news-section {
	background: url('assets/news-bg.jpg');
}

.news-section .section-title {
	margin: 0 0 60px 0;
}

.news-section  .news-item img {
	object-fit: cover;
	min-height: 300px;
	margin: 5px 0 0 0;
}

.news-section  .news-item a,
.news-section  .news-item a:hover {
	color: #333;
	font-weight: 400;
	text-decoration: none;
}

.news-section  .news-item a h3.title {
	font-weight: 700;
}

.news-item .title,
.news-item .snippet {
	display: block;
}

.news-item hr {
	display: inline-block;
	line-height: 0;
	width: 60px;
	height: 4px;
	margin: 0 0 20px 0;
	border: 0;
	background: #d4dd44;
	text-align: left;
}

	.news-item a .btn i.fa {
		padding: 0 0 0 10px;
	}


.carousel-control.left,
.carousel-control.right {
	background: none;
	color: #999;
  box-shadow: none;
  text-shadow: none;
	top: 135px;
}

.carousel-control.left:hover,
.carousel-control.right:hover {
	cursor: pointer;
	color: #a9bdb2;
}


/*************************************/
/*          Cover      */
/************************************/

.cover-content {
	/* display: flex;
	flex-direction: column;
	justify-content: center; */
	padding: 120px 40px;
	min-height: 350px;
	margin: 0;
	color: #fff;
}

/*************************************/
/*          Testimonial Section       */
/************************************/

.testimonial-section {
	background: url('assets/testimonial-bg.jpg') center center no-repeat;
	text-align: center;
	color: #fff;
}

.testimonial-section.panel {
	margin-bottom: 0;
}

.testimonial-slider .item {
	padding: 0 60px 20px 60px;
}

.testimonial-slider .item .quote:before {
	font-family: 'FontAwesome';
	content: "\f10d";
	padding: 0 20px 0 0;
}

.testimonial-slider .item .quote:after {
	font-family: 'FontAwesome';
	content: "\f10e";
	padding: 0 0 0 20px;
}

.testimonial-slider .item .name {
	display: block;
	font-family: 'Open Sans';
	font-size: 22px;
	margin: 30px 0 0 0;
}

/*************************************/
/*          Buckets Section       */
/************************************/

.bucket-section {
	margin: 40px 0 0 0;
}

.bucket-section .bucket-item {
	text-align: center;
}

.bucket-item img {
	margin: 0 0 20px 0;
}

.bucket-item p {
	margin: 10px 0 20px 0;
}

.bucket-item .btn {
	margin: 0;
}

/*************************************/
/*          Team Section       */
/************************************/

.team-section {
	margin-top: 50px;
}

.profile-box {
	float: left;
	width: 100%;
	margin: 0 0 30px 0;
}

.portrait-image {
	float: left;
	width: 100%;
	height: 280px;
	background-size: cover;
	margin: 0 0 20px 0;

	transition: all .75s ease-in-out;
	-webkit-transition: all .75s ease-in-out;
 -ms-transition: all .75s ease-in-out;
 -moz-transition: all .75s ease-in-out;
 -o-transition: all .75s ease-in-out;
}

.profile-box:hover .portrait-image {
	opacity: 0.85;
}

.profile-box .job-title {
	display: block;
}

.profile-box .read-more {
	float: left;
	display: block;
}

	.profile-box .read-more i.fa {
		padding: 0 0 0 10px;
	}

.team-section h3.name {
	margin: 0 0 10px 0;
}

.team-section h4.job-title {
	font-size: 1em;
	color: #444;
	margin: 0;
}

.profile .contact-info {
	display: inline-block;
	background: #a9bdb2;
	color: #fff;
	padding: 40px 40px 23px 40px;
	margin: 40px 0 0 0;
}

	.profile .contact-info a {
		color: #fff;
	}

	.profile .contact-info a:hover {
		color: #cfdb3c;
	}

.profile .contact-info i.fa {
	float: left;
	padding: 5px 10px 0 0;
}

.profile .extra-info {
	display: inline-block;
	background: #f8f8f8;
	color: #333;
	padding: 40px 40px 23px 40px;
	margin: 40px 0 0 0;
}

.profile .accreditations {
	margin: 40px 0 0 0;
}


/*************************************/
/*          Accordion Section       */
/************************************/

.accordion-section .panel {
	box-shadow: none;
}

.accordion-section .panel-heading {
	background:  #37414A;
}
.accordion-section .panel-heading,
.accordion-section .panel-body {
	padding: 10px 50px;
	position: relative;
	margin: 0;
}

.accordion-section .panel-body {
	border: 1px solid #eee !important;
}

.accordion-section .panel-default {
	border: 0;
	margin: 0;
}

.accordion-section .panel-title {
	padding: 15px 0 15px 0;
}

.accordion-section .panel-title a {
	color: #fff;
}

.accordion-section .panel-title a:focus,
.accordion-section .panel-title a:hover {
	outline: none;
	text-decoration: none;
}

.accordion-section .panel-title a:after {
float: right;
content: "-";
color: #de485b;
background: #fff;
padding: 2px 11px;
}

.accordion-section .panel-title a.collapsed:after {
float: right;
content: "+";
color: #de485b;
background: #fff;
padding: 2px 11px;
}

.accordion-section .panel-default>.panel-heading+.panel-collapse>.panel-body {
	border: 0;
}

/**********************************************/
/*                    GDPR                   */
/*********************************************/

.main-content table {
	border-collapse: collapse;
}

.main-content table, .main-content th, .main-content td {
	border: 1px solid #ccc;
}

.main-content td {
	padding: 10px;
}

.nf-field-container.html-container p {
	margin: 0;
}


/**********************************************/
/*          Sidebar Request a Callback       */
/*********************************************/

.sidebar-content {
	background: #a9bdb2;
  color: #fff;
  font-weight: 700;
  padding: 40px 40px 25px;
  border-radius: 4px;
}

	.sidebar-content.callback-form {
		margin: 40px 0 0 0;
	}

	.sidebar-content .nf-field-label label {
		font-weight: 400;
	}

	.sidebar-content .nf-field input {
		color: #333;
		padding: 5px 10px;
	}

	.sidebar-content .submit-wrap input {
		background: #d4dd44;
		color: #fff !important;
		margin: 0;
		padding: 10px 30px;
	}

	.nf-after-field .nf-error-msg {
		font-size: 0.8em;
	}

/*************************************/
/*          News Section       */
/************************************/

.news-section article {
	margin: 0;
}

.page-template-news-template article {
	margin: 0 0 60px 0;
}

.news-item img:hover {
	opacity: 0.8;
}

.news-item a.blog-title {
	float: left;
	width: 100%;
	font-size: 1.4em;
	font-weight: 700;
	color: #333;
	margin: 20px 0 12px 0;
}

.news-item .post-date {
	display: block;
	margin: 0 0 12px 0;
	color: #999;
}

.news-item a.btn {
	margin: 0;
}

.wp-pagenavi {
	float: left;
	margin: 60px 0 0 0;
}

.wp-pagenavi a, .wp-pagenavi span {
	border: 0;
}

.wp-pagenavi span {
	color: #555;
	font-weight: bold;
}

.wp-pagenavi a:hover, .wp-pagenavi span.current {
 color: #d4dd44;
}
.news-item a.blog-title:hover {
	color: #22313D;
	text-decoration: none;
}

.single .entry-content-thumbnail img {
	margin: 20px 0;
	min-height: 320px;
	object-fit: contain;
}

.single .entry-meta a {
	color: #d4dd44;
	font-weight: 700;
}

.single .entry-meta a:hover {
	color: #22313D;
	text-decoration: none;
}

.single .comments-area {
	display: none;
}

figure.gallery-item {
    float: left;
    margin: 0 0 15px 0;
}

.news-sidebar .nav>li>a {
	color: #333;
	padding: 10px 0;
}

.news-sidebar .nav>li>a:focus,
.news-sidebar .nav>li>a:hover {
	background: none;
	color: #d4dd44;
}

/*************************************/
/*          Contact       */
/************************************/

.nf-form-fields-required {
	display: none;
}

.nf-field textarea,
.nf-field-element input {
	border: 1px solid #ccc;
	padding: 5px 10px;
}

.nf-error-msg, .ninja-forms-req-symbol {
	color: #e34343 !important;
}

/*************************************/
/*          Callback CTA       */
/************************************/

.callback-section {
	background: #22313D;
	text-align: center;
}

	.callback-content h3 {
		margin: 0 0 30px 0;
	}

.callback-form {
	color: #fff;
}

	.callback-form h3 {
		color: #fff;
		margin: 0 0 30px 0;
	}

	.nf-form-fields-required {
		display: none;
	}

	.callback-form input {
		padding: 10px 15px;
		border: 0;
		color: #333;
		background: #fff;
	}

	.callback-form .submit-wrap input,
	.field-wrap input[type=submit] {
		background: #de485b;
		width: 100% !important;
		color: #fff;
		font-weight: 700;
		text-transform: uppercase;
		padding: 10px 30px;
		margin: 30px 0 0 0;
		border: 0;
		box-shadow: none;
	}

	.callback-form .submit-wrap input:hover {
		opacity: 0.8;
	}

/*************************************/
/*          Footer       */
/************************************/

.site-footer {
	font-size: 0.6em;
	background: #111;
	color: #ccc;
	margin: 0;
	text-align: center;

}

.site-footer p {
	margin: 0 0 8px 0;
	line-height: 1.8em;
	word-break: none;
	-webkit-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
}

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

.site-footer img.footer-logo {
	width: 140px;
	margin: 0 0 40px 0;
}

.foot-links {
	text-align: center;
}

.foot-links a.logo-y {
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-family: 'Libre Baskerville',serif;
    font-weight: bold;
    margin: 0;
}

.foot-links a.logo-y img {
    width: 21px;
    margin: 0 3px;
    vertical-align: middle;
    background: #666;
}

.foot-links a.logo-y:hover,
.foot-links a.logo-y:hover img {
    color: #fff;
}

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

@media (max-width: 1375px) {
.navbar-default .navbar-nav>li>a {
		font-size: 14px;
		margin-left: 24px;
	}
}

@media (max-width: 1200px) {

}

@media (max-width: 1024px) {

	.hamburger-box,
	.hamburger-inner,
	.hamburger-inner::before,
	.hamburger-inner::after {
		width: 30px;
	}

	.navbar-collapse.collapsing, .navbar-collapse.collapse.in {
		margin: 0 30px 0 0;
	}

	.navbar-default .navbar-nav>li>a {
		font-size: 13px;
		margin-left: 24px;
	}
	
	.navbar-default .navbar-nav>.client-login>a {
		border: none;
		padding: 10px 0;
	}

	a.feature-item {
		padding: 40px;
	}

		.feature-item .feat-title {
			font-size: 2em;
		}

		.feature-item .feat-description {
			display: none;
		}

	.profile .accreditations {
		margin: 40px 0;
	}
}

@media (min-width: 768px) and (max-width: 991px) {


	.site-header .col-sm-9 {
		padding-right: 0;
	}
	.navbar-collapse.collapsing,
	.navbar-collapse.collapse.in {
		margin: 0 20px 0 0;
	}

	.navbar-default .navbar-nav>li>a {
		font-size: 11px;
		margin-left: 12px;
	}

	.hamburger-box,
	.hamburger-inner,
	.hamburger-inner::before,
	.hamburger-inner::after {
		width: 28px;
	}

	.newsletter-section input {
		margin: 0 0 20px 0;
	}

	.carousel-control {
		display: none;
	}

	.testimonial-slider .item {
		padding: 0 20px 20px 20px;
	}
}

@media (min-width: 576px) and (max-width: 768px) {

}

@media (max-width: 575px) {

	.container-fluid {
		padding: 0 15px;
	}

	.panel {
		padding-right: 15px;
		padding-left: 15px;
	}

	.hamburger-box {
		position: absolute;
		top: -50px;
		right: 15px;
	}

	.navbar-default {
		float: left;
		width: 100%;
		height: auto;
		min-height: auto;
	}

	.navbar-collapse {
		border: none;
		width: 80%;
		border: 0;
		overflow: hidden;
	}

	.navbar-collapse.collapsing,
	.navbar-collapse.collapse.in {
		overflow: hidden;
	}

	.navbar-default .navbar-nav>li>a {
		margin: 0 0 0 15px;
		padding: 10px 0;
	}

		.navbar-default .navbar-nav>li>a:focus,
		.navbar-default .navbar-nav>li>a:active,
		.navbar-default .navbar-nav>.active>a,
		.navbar-default .navbar-nav>.active>a:focus,
		.navbar-default .navbar-nav>.active>a:hover {
			border: 0;
			color: #d4dd44;
			border: none;
			font-weight: 600;
			padding: 10px 0;
		}

	.cover-content {
		padding: 90px 40px;
		min-height: 250px;
	}

	.carousel-control {
		display: none;
	}

	h1 {
		font-size: 2.2em;
	}

	h2 {
		font-size: 1.8em;
	}

	.newsletter-section form#signup {
		margin: 0 30px 0 20px;
	}

	.nf-form-cont .first {
		width: 100% !important;
	}

	.nf-form-cont .one-third {
    width: 100% !important;
    margin: 12px 0 0 0 !important;
}

	.newsletter-section input {
		margin: 0 0 20px 0;
		width: 100%;
	}

	.news-section  .news-item img {
		min-height: auto;
		margin: 0 0 20px 0;
	}

	.testimonial-slider .item {
		padding: 0 20px;
	}

	.mid-image.top.panel {
		margin: 0;
	}

	.profile .contact-info {
		margin: 60px 0;
	}

	.single .entry-content-thumbnail img {
		min-height: auto;
	}

	.news-sidebar {
		display: none;
	}
}

.band-100{
	padding-top: 100px;
	padding-bottom: 100px;
}

.pt-100{
	padding-top: 100px;
}

.band-140{
	padding-top: 140px;
	padding-bottom: 140px;
}

.band-offwhite{
	background: #E8E8E8;
}

.mb-1{
	margin-bottom: 5px;
}

.better-ul ul{
	padding-left: 1em;
}

.better-ul li::marker{
	color: #D4DD44;
}

.better-ul p + ul{
	margin-top: -22px;
}

.custom-table{
	width: 100%;
}

.custom-table td, .custom-table th{
	padding: 20px 40px;
	border-color: #A9BDB2;
}

.custom-table th{
	background: #A9BDB2;
}

.pt{
	padding-top: 40px;
}

.advice{
	background: #D4DD44;
	padding: 20px;
}

@media screen and (min-width: 1350px){
	.container{
		width: 1330px;
	}

	.pr{
		padding-right: 20px;
	}
}

.new-row .img{
	min-height: 200px;
	background-position: center;
	background-size: cover;
}

.align-items-center{
	align-items: center;
}

@media screen and (min-width: 768px){
	.new-row{
		display: flex;
	}
	.new-row .full-image{
		display: flex;
	}
	.new-row .full-image .img{
		width: 100%;
	}
	.advice{
		padding: 80px;
		padding-bottom: 90px;
	}

	.newsletter-section .field-wrap input[type="submit"]{
		margin-top: 0;
	}
}

.video-preview{
	position: relative;
}

.video-preview .overlay{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.7);
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 1;
}

.video-preview .overlay .text{
	position: absolute;
	padding: 5px;
	left: 0;
	bottom: 25px;
	width: 100%;
	text-align: center;
	color: white;
	z-index: 1;
	font-weight: bold;
}

.video-preview .video{
	padding: 0;
	aspect-ratio: 16/9;
}

.video-preview .play{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 55px;
	height: 55px;
	background: #D4DD44;
	border-radius: 50%;
	cursor: pointer;
	font-size: 24px;
	padding-left: 3px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.accordion-item{
	margin-top: 20px;
	border-radius: 5px;
	padding: 15px 20px;
	background: #a9bdb2;
	border: 1px solid #a9bdb2;


	h4{
		margin-bottom: 0;
	}

	summary + *{
		padding-top: 20px;
	}

	summary{
		cursor: pointer;
		position: relative;
		padding-right: 1.5rem;
	}

	summary:after{
		content: '+';
		position: absolute;
		top: 0;
		right: 0;
		transition: 0.2s ease;
		line-height: 1;
		font-size: 20px;
	}
}

.accordion-item:not([open]){
	color: white;
}

.accordion-item[open]{
	background: rgba(0,0,0,0);
	summary:after{
		transform: rotate(45deg);
	}
}

[name="faq-select"]{
	display: none;
}

.faq-categories{
	margin-top: 50px;
	text-align: center;
	text-wrap: balance;
	padding-bottom: 20px;

	.btn{
		font-weight: bold;
		margin-left: 5px;
		margin-right: 5px;
	}
}

.location-template-default .bottom + section + section{
	margin-bottom: 70px;
}

.location-links{
	margin-top: 20px;
	margin-bottom: 20px;
}


@media screen and (min-width: 768px) and (max-width: 1670px){
	.site-header .row{
		display: flex;
		justify-content: space-between;
	}

	.site-header .row [class*="col"]{
		width: auto;
	}

	.site-header .row:before,.site-header .row:after{
		display: none;
	}
}

@media screen and (min-width: 1300px) and (max-width: 1480px){
	.navbar-default .navbar-nav > li > a{
		font-size: 14px;
	}
}

@media screen and (min-width: 1200px) and (max-width: 1320px){
	.site-header .row{
		align-items: center;
	}
	.logo{
		width: 160px;
  		transform: translateY(-10px);
	}
	.navbar-default .navbar-nav > li > a{
		margin-left: 18px;
	}
}




