/*
	Theme Name: Custom Theme
	Description: Custom Theme For Estates Of Sunnybrook
	Version: 1.4.2
	Author: Karina
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html {
	font-size: 62.5%;
}
body {
	font: 400 18px/1.5 'Crimson Text', serif;
	color: #666666;
}

.header .top li.last-item::after,
.header .top li.last::after,
.footer .copyright li.last a::after,
.header.stuck .top,
div.wpcf7 .ajax-loader,
.wpcf7-form .date2,
.pagination a,
.pagination span,
.header .nav li.hide,
.header .nav li .sub-menu a::after,
.header-wrap.disabled {
	display: none;
}

.addtoany_list a span {
	display: none !important;
}

/* clear */
.clear:before,
.clear:after {
    content: ' ';
    display: table;
}

.clear:after {
    clear: both;
}
.clear {
    *zoom: 1;
}
img {
	max-width: 100%;
	vertical-align: bottom;
}
a {
	color: #2d2d32;
	text-decoration: none;
	transition: all 0.3s ease 0s;
}

article a {
	border-bottom: 2px solid #e6c772;
}

a:hover,
.header .top a:hover,
.footer a:hover,
.footer .menu > li > a:hover,
.meta a:hover,
.columns .col .caption .info a:hover,
.form-inquiry .bottom a:hover,
.header .nav .sub-menu a:hover {
	color: #e6c772;
}
a:focus {
	outline: 0;
}
a:hover,
a:active {
	outline: 0;
}

input:focus {
	outline: 0;
	border: 1px solid #04A4CC;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Cardo', serif;
	font-weight: 400;
	line-height: 1.2;
	color: #2d2d32;
	margin: 0 0 15px;
}

h1 {
	font-size: 54px;
}

h2 {
	font-size: 48px;
}

h2.title {
	font-size: 42px;
}

h3 {
	font-size: 32px;
}

h4 {
	font-size: 28px;
}

h5 {
	font-size: 24px;
}

h6,
a.small {
	font-family: 'Overpass', sans-serif;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	line-height: 1.2;
	letter-spacing: 2px;
	margin: 0 0 10px;
}

a.small {
	border-bottom: 2px solid #e6c772;
	margin: 0;
}

p {
	margin: 0 0 20px;
}

ul,
ol {
	margin: 0 0 20px;
}

ol li {
	margin: 0 0 10px;
}

ol {
	padding: 0 15px;
}

ul {
	font-size: 0;
	margin: 0 0 20px;
	padding: 0;
	list-style: none;
}

ul li {
	display: inline-block;
	vertical-align: top;
	font-size: 18px;
}

article ul li {
	position: relative;
	padding: 0 0 0 12px;
	display: block;
}

article ul li::before {
	content: '-';
	position: absolute;
	left: 0;
	top: 0;
}

.btn,
.pagination a.next {
	display: inline-block;
	vertical-align: top;
	font-family: 'Overpass', sans-serif;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: 2px;
	color: #2d2d32;
	padding: 10px 40px;
	background: #e6c772;
	border: 1px solid #666666;
	transition: all 0.3s ease 0s;
}

.btn.margin {
	margin-top: 10px;
}

.btn:hover,
.btn.grey:hover,
.btn.white:hover,
.pagination a.next:hover {
	background: #2d2d32;
	color: #e4bf5b;
}

.btn.grey.hover:hover,
.buttons .has-buttons .slick-current .btn.grey.hover,
.btn.white.hover:hover,
.buttons .has-buttons .slick-current .btn.white.hover {
	background: #e6c772;
	border-color: #e6c772;
	color: #2d2d32;
}

.btn-directions {
	text-transform: uppercase;
	border-bottom: 2px solid #e6c772;
}

.btn.white,
.pagination a.next {
	background: #fff;
}

.btn.grey {
	background: #f8f8f8;
}

.scrollup {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 15px;
    height: 50px;
    width: 50px;
    cursor: pointer;
    z-index: 999;
}

.overflow {
	overflow: hidden;
}

.left {
	float: left;
}

.right {
	float: right;
}

.preloader {
	background: none no-repeat scroll center bottom #fff;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99999;
	width: 100%;
	height: 100%;
	display: block;
}

.social-wrap {
	font-size: 0;
}

.social-wrap a {
	display: inline-block;
	vertical-align: top;
	width: 37px;
	height: 37px;
	margin-right: 8px;
}

.social-wrap a::before,
.icon-after.plus::after,
.icon.close::before,
.slick-arrow::before,
.icon.scrollup::before,
.lg-icon::before {
	cursor: pointer;
	width: 37px;
	height: 37px;
	transform: scale(0.9);
	transition: transform 0.3s ease 0s;
}

.social-wrap a:hover::before,
.icon-after:hover.plus::after,
.icon.close:hover::before {
	transform: scale(1);
}

.slick-arrow::before,
.icon.scrollup::before,
.lg-icon::before {
	transform: scale(0.8);
}

.slick-arrow:hover::before,
.icon.scrollup:hover::before,
.lg-icon:hover::before {
	transform: scale(0.9);
}

.social-wrap.center {
	margin: 25px 0 10px;
}

.social-wrap .label {
	color: #e6c772;
}

.social-wrap.share {
	margin: 60px 0 40px;
}

.center {
	text-align: center;
}

.img-wrap {
	position: relative;
	display: block;
	border: 0;
	background: #000;
	overflow: hidden;
	cursor: pointer;
}

.img-wrap img {
	width: 100%;
	transition: all 0.5s ease 0s;
}

.img-wrap img {
	opacity: 0.8;
}

.img-wrap:hover img {
	opacity: 0.5;
	transform: scale(1.04);
}

/*------------------------------------*\
    ICONS
\*------------------------------------*/

.icon::before,
.icon-after::after,
.chosen-container-single .chosen-single div b::before,
.wpcf7-checkbox span.wpcf7-list-item .wpcf7-list-item-label::before,
.wpcf7-form .date::before,
.wpcf7-form .date2::before,
.addtoany_list a::before,
.slick-arrow::before,
.lg-icon::before {
	content: '';
	display: inline-block;
	vertical-align: top;
	background: url('img/icons.png') no-repeat scroll 0 0 transparent;
	background-size: 450px;
}

.icon.btn-thumbs::before {
	width: 17px;
	height: 17px;
	background-position: -200px -150px;
	margin: 0 7px 0 0;
}

.icon.btn-slider::before {
	width: 22px;
	height: 17px;
	background-position: -250px -150px;
	margin: 0 7px 0px 0;
}

.timeline-wrap .slick-arrow::before {
	background-position: 0 -150px;
}

.timeline-wrap .slick-arrow.slick-next::before {
	background-position: -50px -150px;
}

.slick-arrow::before,
.lg-icon::before {
	width: 50px;
	height: 50px;
	background-position: 0 -100px;
}

.slick-arrow.slick-next::before,
.lg-next::before {
	background-position: -50px -100px;
}

.gallery-nav .slick-arrow::before {
	background-position: 0 -200px;
}

.gallery-nav .slick-arrow.slick-next::before {
	background-position: -50px -200px;
}

.icon-after.pdf::after {
	width: 18px;
	height: 18px;
	background-position: -150px -100px;
	margin: 0 0 0 8px;
}

.icon.close::before,
.lg-icon.lg-close::before {
	background-position: -350px -50px;
}

.wpcf7-checkbox span.wpcf7-list-item .wpcf7-list-item-label::before {
	width: 20px;
	height: 20px;
	background-position: -250px -100px;
}

.wpcf7-checkbox span.wpcf7-list-item input[type="checkbox"]:checked + .wpcf7-list-item-label::before {
	background-position: -200px -100px;
}

.chosen-container-single .chosen-single div b::before,
.wpcf7-form .date::before,
.wpcf7-form .date2::before {
	width: 36px;
	height: 36px;
	background-position: -150px -150px;
}

.addtoany_list a.addtoany_share::before,
.icon-after.plus::after {
	background-position: -250px -50px;
}

.icon-after.plus.active::after {
	background-position: -300px -50px;
}

.icon.scrollup::before {
    height: 50px;
    width: 50px;
	background-position: -100px -100px;
}

.icon.facebook::before {
	background-position: 0 0;
}

.icon.facebook:hover::before,
.yellow .icon.facebook::before,
.addtoany_list a.a2a_button_facebook::before {
	background-position: 0 -50px;
}

.icon.twitter::before {
	background-position: -50px 0;
}

.icon.twitter:hover::before,
.yellow .icon.twitter::before,
.addtoany_list a.a2a_button_twitter::before {
	background-position: -50px -50px;
}

.icon.pinterest::before {
	background-position: -200px 0;
}

.icon.pinterest:hover::before,
.yellow .icon.pinterest::before,
.addtoany_list a.a2a_button_pinterest::before {
	background-position: -200px -50px;
}

.icon.instagram::before {
	background-position: -150px 0;
}

.icon.instagram:hover::before,
.yellow .icon.instagram::before {
	background-position: -150px -50px;
}

.addtoany_list a.a2a_button_linkedin::before {
	background-position: -100px -50px;
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

.wrapper {
	max-width: 1140px;
	width: 100%;
	margin: 0 auto;
	position: relative;
}

.wrapper.narrow {
	max-width: 800px;
}

.wrapper.narrow-2 {
	max-width: 950px;
}

.wrapper.narrow-3 {
	max-width: 620px;
}

.narrow-4 {
	max-width: 800px;
	margin: 80px auto 0;
}

.header {
	width: 100%;
	background: #2d2d32;
	position: relative;
}

.header.stuck {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	height: auto;
	animation: fadeInDown ease-in-out 0.6s both;
}

.header p,
.header li,
.header li a,
.page-menu a {
	font-family: 'Overpass', sans-serif;
	font-size: 12px;
	font-weight: 700;
	color: #ffffff;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin: 0;
}

.header .top {
	border-bottom: 1px solid #5d5d61;
	padding: 8px 0 5px;
}

.header .btn {
	margin: 7px 0 0 15px;
	padding: 10px 32px;
}

.header .btn:hover {
	background: #e4bf5b;
	color: #2d2d32;
}

.header ul,
.header li {
	display: inline-block;
	vertical-align: top;
	margin: 0;
	position: relative;
	height: 100%;
}

.header .nav .sub-menu {
	display: none;
	position: absolute;
	left: 0;
	top: 100%;
	z-index: 99;
	background: #2d2d32;
	padding: 25px 30px 10px;
	margin: 0;
	width: 200px;
	height: auto;
	text-align: left;
}

.header .nav li:hover .sub-menu {
	display: block;
}

.header .nav .sub-menu li {
	display: block;
	margin: 0 0 15px;
}

.header .nav .sub-menu a {
	font-size: 12px;
	border: 0;
}

.header .top li::after {
	content: '•';
	margin: 0 12px;
}

.header .top .left {
	width: 69%;
}

.header .top .right {
	font-size: 0;
	width: 30%;
	text-align: right;
}

.header .bottom {
	padding: 12px 0 0;
}

.header .logo {
	width: 25%;
}

.header .logo img {
	max-width: 184px;
}

.header .nav {
	font-size: 0;
	width: 73%;
	height: 67px;
	text-align: right;
}

.header .nav li a,
.page-menu a {
	font-size: 13px;
	font-weight: 400;
}

.header .nav li a::after,
.page-menu a::after {
	content: '';
	display: block;
	width: 100%;
	height: 2px;
	background: none;
	transition: all 0.3s ease 0s;
}

.header .nav .current-menu-item a::after,
.header .nav li a:hover::after,
.page-menu a:hover::after,
.page-menu a.current::after {
	background: #e6c772;
}

.header .nav ul {
	padding: 20px 0 0;
}

.header .nav li,
.page-menu li {
	margin: 0 22px;
}

.section {
	padding: 60px 0 60px;
	background: none no-repeat scroll top center transparent;
	background-size: cover;
}

.section h2.title,
.section h6.title {
	text-align: center;
}

.section.large,
.section.large p {
	color: #2d2d32;
}

.section.middle {
	padding: 0;
}

.section-wrap {
	background-color: #f8f8f8;
	position: relative;
	padding: 160px 0 0;
	margin: -100px 0 -180px;
}

.section-wrap h4.title {
	margin: 0 0 30px;
}

.section-wrap .section {
	background-size: auto;
	background-color: #f8f8f8;
	background-position: right bottom;
	padding: 30px 0 180px;
}

.section-wrap .slick-dots {
	bottom: 160px;
}

.section-wrap .section .columns.columns-2 .col.col-2 {
	padding: 0 0 0 25px;
}

.section.border {
	border-top: 1px solid #eeeeee;
	padding: 100px 0 60px;
}

.section.related .wrapper h2.title.margin {
	margin: 0 0 50px;
}

.section.grey {
	background-color: #f8f8f8;
}

.white .section.grey {
	background: #fff;
}

.section.yellow {
	background-color: #e6c772;
	overflow: hidden;
}

.section.yellow {
	color: #2d2d32;
}

.section.yellow h3.title {
	margin: 0 0 25px;
}

.section.yellow .columns.columns-2 {
	margin: 0 -3%;
}

.section.yellow .columns.columns-2 .col {
	width: 44%;
	margin: 0 3% 2%;
}

.section.custom {
	position: relative;
	overflow: hidden;
}

.section.custom .img-left,
.section.custom .img-right {
	position: absolute;
	bottom: 0;
}

.section.custom .img-left {
	left: 0;
}

.section.custom .img-right {
	right: 0;
}

.buttons {
	font-size: 0;
	text-align: center;
	margin: 50px 0 20px;
}

.buttons.narrow {
	margin: 10px 0 60px;
}

.buttons span {
	display: inline-block;
	vertical-align: top;
	margin: 0 15px 15px;
}

.buttons .slide {
	padding: 0 5px;
}

.buttons .has-buttons .btn {
	width: 100%;
	margin: 0 5px;
	display: inline-block;
	text-align: center;
	cursor: pointer;
}

.buttons .has-buttons {
	max-width: 750px;
}

.buttons.narrow .has-buttons {
	max-width: 580px;
	margin: 0 auto;
}

.additional-content {
	display: none;
}

.header-wrap {
	padding: 60px 0 0;
	background: #fff;
}

.header-img {
	height: 400px;
	background: none no-repeat scroll center center transparent;
	background-size: cover;
}

.header-img.large {
	height: 500px;
}

.header-wrap .meta {
	text-align: center;
}

.header-wrap .meta .category {
	margin: 0 0 3px;
}

.header-wrap p:last-child {
	margin: 0;
}

.header-wrap.grey {
	background: #f8f8f8;
	padding: 80px 0;
}

.header-wrap.overlap {
	padding: 60px 0 180px;
}

.content-overlap {
	margin-top: -130px;
}

.content-overlap .section,
.content-overlap .section .jscroll-inner > .columns.columns-2.posts:first-child {
	padding-top: 0;
}

.section.content-overlap-2 {
	margin-top: -230px;
	padding-top: 230px;
}

.sidebar {

}

.footer {
	background: #2d2d32;
	padding: 90px 0 40px;
}

.footer .logo img {
	max-width: 100px;
}

.footer h6,
.footer .menu > li > a {
	font-family: 'Overpass', sans-serif;
	font-size: 14px;
	color: #ffffff;
	text-transform: uppercase;
	line-height: 1.2;
	letter-spacing: 1px;
	margin: 0 0 12px;
}

.footer p,
.footer a {
	font-family: 'Overpass', sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #ffffff;
}

.footer .menu li,
.footer .menu a {
	display: block;
}

.footer .menu li {
	margin: 0 0 5px;
}

.footer p {
	margin: 0;
}

.footer p.last {
	margin: 0 0 20px;
}

.footer .sub-menu {
	margin: 0 0 30px;
}

.footer .copyright {
	margin: 15px 0 0;
}

.footer .copyright p,
.footer .copyright li > a {
	font-size: 10px;
}

.footer .copyright ul {
	font-size: 0;
	margin: 0;
	padding: 0;
	list-style: none;
}

.footer .copyright ul,
.footer .copyright ul li {
	display: inline-block;
	vertical-align: top;
}

.footer .copyright li a::after {
	content: '-';
	margin: 0 7px;
}

.columns {
	font-size: 0;
}

.columns.margin {
	margin-top: 50px;
}

.columns .col {
	display: inline-block;
	vertical-align: top;
	font-size: 18px;
	width: 100%;
	margin: 0 0 20px;
	position: relative;
}

.columns .col .caption {
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 100%;
	text-align: center;
	padding: 0 0 30px;
	max-width: 82%;
	margin: 0 0 0 -41%;
}

.columns .col .caption.padding {
	padding: 0 10px 30px;
}

.columns .col .caption h2,
.columns .col .caption h3,
.columns .col .caption h6 {
	color: #fff;
	font-weight: 600;
}

.columns .col .caption h3 {
	padding: 0 20px;
}

.columns .col .caption h6 {
	margin: 0 0 15px;
}

.columns .col .has-caption:hover img {
	opacity: 0.3;
}

.columns .col .caption .info::before {
	content: '';
	display: block;
	width: 100%;
	max-width: 50px;
	height: 1px;
	margin: 0 auto 20px;
	background: #e6c772;
}

.columns .col .caption .info {
	margin-bottom: -70px;
	opacity: 0;
	transition: all 0.3s ease 0s;
}

.columns .col .img-wrap:hover .caption .info {
	margin-bottom: 0;
	opacity: 1;
}

.columns .col .caption .info h6 {
	margin: 0 0 8px;
}

.columns .col .caption .info a {
	color: #fff;
	border: 0;
}

.columns.columns-2,
.columns.columns-3,
.columns.columns-4,
.columns.columns-5,
.columns.columns-6 {
	margin-left: -1%;
	margin-right: -1%;
}

.columns.columns-2 .col {
	width: 48%;
	margin: 0 1% 2%;
}

.columns.columns-2.contact {
	margin: 0 auto;
}

.columns.columns-2.contact .col {
	width: 50%;
	margin: 0 0 2%;
	padding: 0 25px 0 45px;
}

.columns.columns-2.contact .col p {
	margin: 0;
}

.columns.columns-2.contact .col.col-1 {
	padding: 0 25px 0 165px;
}

.columns.columns-2.contact .col.col-1::after {
	content: '';
	width: 1px;
	height: 35px;
	background: #e3c46e;
	display: block;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translate(0, -50%);
}

.columns.columns-2.posts {
	border-top: 1px solid #eeeeee;
	padding: 60px 20px;
}

.columns.columns-2.posts .col {
	width: 46%;
	margin: 0;
	vertical-align: middle;
	display: inline-block;
}

.columns.columns-2.posts .col-2 {
	width: 50%;
	margin-left: 2%;
}

.columns.columns-2.posts h3 a {
	border: 0;
}

.columns.columns-2.posts p {
	margin-bottom: 0;
}

.columns.columns-2.posts .img-wrap,
.columns.columns-2.posts img {
	width: 100%;
	max-width: 370px;
}

.columns.columns-2.custom {
	text-align: left;
	margin-top: 40px;
}

.columns.columns-2.custom .col.col-1 {
	width: 65%;
}

.columns.columns-2.custom .col.col-2 {
	width: 31%;
	padding: 120px 0 0 40px;
}

.columns.columns-2.custom img {
	width: 100%;
}

.jscroll-inner > .columns.columns-2.posts:first-child {
	border: 0;
}

.jscroll-inner > .columns.columns-2.posts:first-child .col,
.jscroll-inner > .columns.columns-2.posts:first-child .col-2 {
	width: 100%;
}

.jscroll-inner > .columns.columns-2.posts:first-child .img-wrap,
.jscroll-inner > .columns.columns-2.posts:first-child img {
	max-width: 100%;
}

.jscroll-inner > .columns.columns-2.posts:first-child .col-2 {
	padding: 50px 75px 0;
}

.columns.columns-3 .col {
	width: 31.33%;
	margin: 0 1% 2%;
}

.columns.columns-3.plans {
	margin-bottom: 8px;
}

.columns.columns-3.plans.first {
	margin-top: 40px;
	margin-bottom: 20px;
}

.columns.columns-3.plans .col {
	width: 24.33%;
	margin: 0 1%;
	text-align: center;
	vertical-align: middle;
	display: inline-block;
}

.columns.columns-3.plans .col.col-2 {
	width: 45.33%;
}

.columns.columns-3.plans .col.col-2 p {
	display: inline-block;
	position: relative;
}

.columns.columns-3.plans .col.col-2 p::before,
.columns.columns-3.plans .col.col-2 p::after {
	content: '';
	display: inline-block;
	vertical-align: middle;
	width: 65px;
	height: 1px;
	background: #e3c46e;
	margin: 1px 0 0;
	position: absolute;
	top: 50%;
	left: -90px;
}

.columns.columns-3.plans .col.col-2 p::after {
	left: auto;
	right: -90px;
}

.columns.columns-3.plans .col p {
	margin: 0;
}

.columns.columns-3.plans .col p.big {
	font-size: 32px;
	line-height: 1;
}

.columns.columns-3.plans .col p span {
	display: block;
	font-size: 14px;
}

.columns.columns-4 .col {
	width: 23%;
	margin: 0 1% 2.2%;
}

.columns.columns-5 .col {
	width: 18%;
	margin: 0 1% 2%;
}

.columns.columns-5.custom .col {
	width: 16%;
	margin-bottom: 0;
}

.columns.columns-5.custom .col-1 {
	width: 11%;
}

.columns.columns-5.custom .col-2 {
	width: 31%;
}

.columns.columns-6 .col {
	width: 14.66%;
	margin: 0 1% 2%;
}

.columns.columns-6.logos {
	margin-top: 50px;
	margin-bottom: 40px;
}

.columns.columns-6.logos .col {
	text-align: center;
	vertical-align: middle;
}

/*------------------------------------*\
    PAGES
\*------------------------------------*/

.accordion {
	border-bottom: 1px solid #eeeeee;
	text-align: left;
	margin: 60px 0 0;
}

.accordion h3.title {
	font-size: 18px;
	border-top: 1px solid #eeeeee;
	padding: 20px 80px 15px; /* changed padding: 20px 70px 15px; */
	margin: 0;
	position: relative;
}

.accordion h3.title span {
	font-size: 28px;
	position: absolute;
	left: 15px;
	top: 12px;
}

.accordion .content {
	font-size: 16px;
	display: none;
	padding: 0 80px; /* changed padding: 0 70px; */
}

.accordion .icon-after.plus::after {
	position: absolute;
	right: 15px;
	top: 10px;
}

.acf-map {
    width: 100%;
    height: 300px;
	z-index: 99;
}

.acf-map.margin {
	margin: 55px 0;
}

.acf-map .gmnoprint,
.acf-map .gm-style-cc {
    display: none;
}

.meta {
	font-size: 0;
	margin: 0 0 5px;
}

.meta p {
	display: inline-block;
	vertical-align: top;
	font-family: 'Overpass', sans-serif;
	font-size: 14px;
	font-weight: 600;
	color: #2d2d32;
	letter-spacing: 2px;
	text-transform: uppercase;
	margin: 0;
}

.meta .sep {
	margin: 0 12px;
}

.meta a {
	border: 0;
	color: #2d2d32;
}

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

.pagination a.next {
	display: inline-block;
}

.page-menu {
	padding: 15px 0;
	width: 100%;
	background: #fff;
	z-index: 998;
}

.page-menu.stuck {
	position: fixed;
	top: 79px;
	left: 0;
}

.page-menu ul {
	margin: 0
}

.page-menu a {
	color: #2d2d32;
}

.category-wrap .category-select-wrap {
	max-width: 300px;
	margin: 30px auto 60px;
}

.category-wrap .item-wrap h5 {
	border-bottom: 1px solid #eeeeee;
	padding: 0 0 12px;
	margin: 30px 0 20px;
}

.category-wrap .item-wrap .columns.columns-3 .col {
	margin-bottom: 15px;
}

.category-wrap .item-wrap .columns.columns-3 .col p {
	margin: 0;
}

.category-wrap .item-wrap .item.hidden {
	display: none;
}

.category-wrap .center {
	margin: 50px 0 40px;
}

.slider-wrap {
	position: relative;
}

.form-inquiry {
	width: 100%;
	max-width: 400px;
	position: absolute;
	right: 0;
	bottom: -30px;
	background: rgba(255, 255, 255, 0.6);
	padding: 30px 15px 20px;
	box-shadow: 0px 0px 3px 0px rgba(181, 180, 180, 0.75);
	border-radius: 2px;
}

.form-inquiry .wpcf7 {
	margin: 0;
}

.form-inquiry .wpcf7 p,
.form-inquiry .btn.open {
	margin: 0 2% 15px;
}

.form-inquiry .btn.open {
	width: 96%;
}

.form-inquiry .wpcf7 .row .left,
.form-inquiry .wpcf7 .row .right {
	width: 46%;
	margin: 0 2% 15px;
	display: inline-block;
}

.form-inquiry .bottom {
	font-size: 0;
	line-height: 1;
	text-align: center;
	padding: 30px 10px 0;
}

.form-inquiry .bottom a {
	font-family: 'Overpass', sans-serif;
	font-size: 15px;
	font-weight: 600;
	text-transform: uppercase;
	color: #666666;
	letter-spacing: 2px;
	display: inline-block;
	vertical-align: top;
}

.form-inquiry .bottom .sep {
	width: 18px;
	height: 2px;
	background: #e3c46e;
	display: inline-block;
	vertical-align: top;
	margin: 5px 20px 0;
}

.form-inquiry .close {
	font-family: 'Overpass', sans-serif;
	font-size: 10px;
	font-weight: 700;
	color: #524c3f;
	text-transform: uppercase;
	background: #e6c772;
	padding: 4px 12px 2px;
	border-radius: 2px;
	letter-spacing: 1px;
	position: absolute;
	right: 0;
	top: -24px;
	display: none;
}

.form-inquiry .btn {
	border: 0;
	background: #e6c772;
	width: 100%;
	padding: 9px 20px 6px;
	color: #2d2d32;
	height: 37px;
}

.form-inquiry .middle {
	display: none;
}

/*------------------------------------*\
    FORMS
\*------------------------------------*/

.search-input,
.wpcf7-text,
.wpcf7-select,
.wpcf7-textarea,
.wpcf7-date,
.chosen-container-single .chosen-single {
	font-family: 'Overpass', sans-serif;
	font-size: 13px;
	font-weight: 600;
	color: #2d2d32;
	text-transform: uppercase;
	border: 1px solid #dedede;
	outline: 0;
	background: #fff;
	width: 100%;
	height: 38px;
	padding: 10px 15px 7px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-appearance: none;
}

.wpcf7-text:focus,
.wpcf7-textarea:focus {
	outline: 0;
	border: 1px solid #e6c772;
}

.wpcf7-select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	color: #666666;
	padding: 10px 11px 7px;
}

.wpcf7-select.active {
	color: #2d2d32;
}

.wpcf7-select {
	background-image: url('img/bgr-select.png');
	background-position: right top;
	background-repeat: no-repeat;
}

.wpcf7-textarea {
	resize: vertical;
	height: auto;
}

.wpcf7-form .date {
	display: block;
	background: #fff;
}

.wpcf7-form .date::before,
.wpcf7-form .date2::before {
	border-left: 1px solid #dedede;
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	width: 37px;
}

.wpcf7-form .date input {
	z-index: 9;
	position: relative;
	background: none;
}

.wpcf7-form .date2 input::after{
   color: #ffffff;
   content: attr(placeholder) ": ";
}
.wpcf7-form .date2 input:focus::after {
   content: "" !important;
}

.wpcf7 .submit-wrap {
	overflow: hidden;
	margin-top: 20px;
}

.submit-wrap span {
	font-family: 'Crimson Text', serif;
	font-size: 13px;
	font-weight: 400;
	letter-spacing: 0;
	text-transform: none;
	color: #666666;
	float: right;
	margin: 10px 0 0;
}

.wpcf7-submit {
	border: 0;
	outline: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

.wpcf7-submit:focus,
.wpcf7-submit:active {
	border: 0;
	outline: 0;
}

div.wpcf7 {
	margin: 50px 0 0;
}

.wpcf7 .row {
	font-size: 0;
}

.wpcf7 p {
	font-size: 13px;
	margin: 0 1% 15px;
}

.wpcf7 .row .left,
.wpcf7 .row .right {
	display: inline-block;
	vertical-align: top;
	width: 48%;
	float: none;
	margin: 0 1% 15px;
}

.wpcf7 span.wpcf7-not-valid-tip {
	font-size: 12px;
	display: none;
}

.wpcf7-not-valid {
	border-color: #c40000;
	color: #c40000;
}

.wpcf7 div.wpcf7-response-output {
	color: #c40000;
	text-transform: uppercase;
	font-family: 'Overpass', sans-serif;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 1px;
	border: 1px solid #c40000;
	margin: 20px 1%;
	padding: 10px 10px 7px;
	text-align: center;
}

.wpcf7 div.wpcf7-response-output.wpcf7-mail-sent-ok {
	border-color: #398f14;
	color: #398f14;
}

.wpcf7-checkbox span.wpcf7-list-item input {
	display: none;
}

.wpcf7 p,
.wpcf7-checkbox span.wpcf7-list-item {
	text-transform: uppercase;
	font-family: 'Overpass', sans-serif;
	font-size: 13px;
	font-weight: 600;
	color: #666666;
	letter-spacing: 1px;
}

.wpcf7-checkbox span.wpcf7-list-item {
	margin: 0 0 0 20px;
	display: inline-block;
	vertical-align: top;
}

.wpcf7-checkbox span.wpcf7-list-item .wpcf7-list-item-label {
	cursor: pointer;
}

.wpcf7-checkbox span.wpcf7-list-item .wpcf7-list-item-label::before {
	margin: -1px 12px 0 0;
}

.wpcf7 .notice {
	border-top: 1px solid #eeeeee;
	padding: 20px 0 5px;
	margin-top: 30px;
}

.wpcf7 .notice,
.wpcf7 .notice span {
	font-family: 'Crimson Text', serif;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0;
	text-transform: none;
}

.wpcf7 .notice .wpcf7-checkbox span.wpcf7-list-item {
	margin: 0;
}

.wpcf7 .notice .wpcf7-checkbox span.wpcf7-list-item .wpcf7-list-item-label::before {
	margin-top: 1px;
}

.form-wrap {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #f8f8f8;
	z-index: 9999;
	overflow-y: auto;
	transition: all 0.3s ease 0s;
	opacity: 0;
	visibility: hidden;
}

.show-form .form-wrap {
	opacity: 1;
	visibility: visible;
}

.show-form .close {
	position: absolute;
	right: 30px;
	top: 30px;
}

::-webkit-input-placeholder {
	opacity: 1;
	color: #666666;
}

:-moz-placeholder { /* Firefox 18- */
	opacity: 1;
	color: #666666;
}

::-moz-placeholder {  /* Firefox 19+ */
	opacity: 1;
	color: #666666;
}

:-ms-input-placeholder {
	opacity: 1;
	color: #666666;
}

:placeholder-shown { /* Standard one last! */
	opacity: 1;
	color: #666666;
}


/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/


/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

@media only screen and (max-width: 1280px) {
	.slider-normal .slick-slide .caption {
		left: 80px;
	}

	.gallery-nav .slick-prev {
		left: 10px;
	}

	.gallery-nav .slick-next {
		right: 10px;
	}
}

@media only screen and (max-width: 1140px) {
	.wrapper {
		padding: 0 20px;
	}

	.header .nav li,
	.page-menu li {
		margin: 0 12px;
	}

	.buttons .has-buttons {
		max-width: 100%;
		padding: 0 20px;
	}

	.buttons .has-buttons .btn {
		width: auto;
		padding: 10px 20px;
	}

	.columns.columns-2.custom .col.col-2 {
		padding: 20px 0 0 40px;
	}

	.columns .col .caption h3 {
		padding: 0;
	}

	body .lg-outer .lg-thumb-outer {
		margin-left: 0;
		max-width: 100%;
		left: 0;
	}
}

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

}

@media only screen and (max-width: 960px) {
	.header .top .left {
		display: none;
	}

	.header .top .right {
		width: 100%;
	}

	.header .nav li,
	.page-menu li {
		margin: 0 8px;
	}

	.header .btn {
		margin: 7px 0 0 7px;
		padding: 10px 12px;
	}

	.columns.columns-4 .col {
		width: 48%;
	}
}

@media only screen and (max-width: 800px) {
	.wpcf7-form .date,
	.header .top,
	.columns.columns-2.contact .col.col-1::after,
	.header .nav ul {
		display: none;
	}

	.wpcf7-form .date2,
	.header .nav,
	.header .nav li.hide,
	.buttons span {
		display: block !important;
	}

	.header .nav {
		height: auto;
	}

	.header .nav .btn {
		display: block !important;
		position: absolute;
		left: 0;
		top: -50px;
		width: 100%;
		margin: 0;
	}

	.header .bottom {
		padding: 50px 0 5px;
		height: 78px;
	}

	.header .bottom > .wrapper {
		height: 100%;
		overflow: visible;
		padding: 0;
	}

	.header .logo {
		position: absolute;
		left: 20px;
		top: 5px;
		z-index: 999999999;
		width: auto;
	}

	.header .logo img {
		max-width: 100%;
		height: 56px;
	}

	.columns.columns-2,
	.columns.columns-2 .col,
	.columns.columns-2.custom,
	.columns.columns-2.custom .col,
	.columns.columns-2.custom .col.col-1,
	.columns.columns-2.custom .col.col-2,
	.section.yellow .columns.columns-2,
	.section.yellow .columns.columns-2 .col,
	.columns.columns-2.contact,
	.columns.columns-2.contact .col,
	.columns.columns-5.custom,
	.columns.columns-5.custom .col,
	.columns.columns-5.custom .col-1,
	.columns.columns-5.custom .col-2 {
		width: 100%;
		float: none;
		display: block;
		margin: 0;
	}

	.columns.columns-2.contact .col,
	.columns.columns-2.contact .col.col-1,
	.section-wrap .section .columns.columns-2 .col.col-2,
	.jscroll-inner > .columns.columns-2.posts:first-child .col-2 {
		padding: 0;
	}

	.columns.columns-2.custom .col.col-2 {
		padding: 20px 0 0;
	}

	.section.yellow .columns.columns-2 .col,
	.columns.columns-2 .col,
	.columns.columns-2.contact .col.col-1,
	.columns.columns-5.custom .col,
	.columns.columns-5.custom .col-1,
	.columns.columns-5.custom .col-2,
	.buttons span {
		margin: 0 0 20px;
	}

	.buttons .has-buttons {
		margin: 0 0 40px;
	}

	.columns.columns-2.custom .col.col-2,
	.columns.columns-2.contact .col,
	.slider-content .slick-dots,
	.footer {
		text-align: center;
	}

	h1 {
		font-size: 42px;
	}

	h2,
	h2.title {
		font-size: 32px;
	}

	.slider-normal.slick-slider,
	.header-img.large,
	.header-img {
		height: 300px;
	}

	.slider-normal .slick-slide .caption {
		left: 0;
		top: 10%;
		padding: 0 20px;
		text-align: center;
		width: 100%;
	}

	.slider-content .slick-dots {
		left: 0;
	}

	.form-inquiry {
		max-width: 100%;
	}

	.page-menu.stuck {
		position: relative;
		top: 0;
		z-index: 9;
	}
}

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

}

@media only screen and (max-width: 640px) {
	.columns.columns-3.plans .col.col-2 p::before,
	.columns.columns-3.plans .col.col-2 p::after,
	.gallery .slick-arrow::before {
		display: none;
	}

	.columns.columns-2.posts,
	.columns.columns-2.posts .col,
	.columns.columns-2.posts .col-2,
	.columns.columns-3,
	.columns.columns-3 .col,
	.footer .copyright .left,
	.footer .copyright .right {
		width: 100%;
		display: block;
		margin: 0;
		float: none;
	}

	article .columns.columns-3 .col {
		margin: 0;
	}

	.footer .copyright .left {
		margin: 0 0 10px;
	}

	.columns.columns-2.posts .col,
	.columns.columns-3 .col,
	article .columns.columns-3 .col:last-child {
		margin: 0 0 20px;
	}

	.buttons .has-buttons .btn {
		padding: 10px;
	}

	.timeline-wrap .timeline-nav,
	.columns.columns-2.posts .img-wrap,
	.columns.columns-2.posts img {
		max-width: 100%;
	}

	.gallery-nav {
		padding: 0 30px;
	}

	.gallery-nav .slick-prev {
		left: -15px;
	}

	.gallery-nav .slick-next {
		right: -15px;
	}
}

@media only screen and (max-width: 480px) {
	.columns.columns-4,
	.columns.columns-4 .col,
	.wpcf7 .row .left,
	.wpcf7 .row .right,
	.wpcf7-checkbox {
		width: 100%;
		display: block;
		margin: 0;
		float: none;
	}

	.wpcf7 .row .left,
	.wpcf7 .row .right,
	.wpcf7 p {
		margin: 0 0 10px;
	}

	.columns.columns-4 .col {
		margin: 0 0 20px;
	}

	.wpcf7-checkbox {
		margin: 10px 0 0;
	}

	.wpcf7-checkbox span.wpcf7-list-item {
		margin: 0 20px 0 0;
	}
}

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

}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-resolution: 240dpi) {
	.icon::before,
	.icon-after::after,
	.chosen-container-single .chosen-single div b::before,
	.wpcf7-checkbox span.wpcf7-list-item .wpcf7-list-item-label::before,
	.wpcf7-form .date::before,
	.wpcf7-form .date2::before,
	.addtoany_list a::before,
	.slick-arrow::before,
	.lg-icon::before {
		background-image: url('img/icons2x.png');
	}
}

/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background: #04A4CC;
	color: #FFF;
	text-shadow: none;
}

::-webkit-selection {
	background: #04A4CC;
	color: #FFF;
	text-shadow: none;
}

::-moz-selection {
	background: #04A4CC;
	color: #FFF;
	text-shadow: none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}

.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

a img.alignnone {
	margin: 5px 20px 20px 0;
}

a img.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	background: #FFF;
	border: 1px solid #F0F0F0;
	max-width: 96%;
	padding: 5px 3px 10px;
	text-align: center;
}

.wp-caption.alignnone {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}

.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 98.5%;
	padding: 0;
	width: auto;
}

.wp-caption .wp-caption-text,
.gallery-caption {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px;
}

.sticky {

}

.bypostauthor {

}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background: transparent !important;
		color: #000 !important;
		box-shadow: none !important;
		text-shadow: none !important;
	}

	a,
	a:visited {
		text-decoration: underline;
	}

	a[href]:after {
		content: " (" attr(href) ")";
	}

	abbr[title]:after {
		content: " (" attr(title) ")";
	}

	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content: "";
	}

	pre,blockquote {
		border: 1px solid #999;
		page-break-inside: avoid;
	}

	thead {
		display: table-header-group;
	}

	tr,img {
		page-break-inside: avoid;
	}

	img {
		max-width: 100% !important;
	}

	@page {
		margin: 0.5cm;
	}

	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}

	h2,
	h3 {
		page-break-after: avoid;
	}
}