/*
	Theme Name: Braidwater Homes Theme
	Description: Custom Theme For Braidwater Homes
	Version: 1.0.0
	Author: urk.developer
*/
@font-face {
	font-family: 'Kings Caslon';
	src: url('fonts/KingsCaslonTypo-Regular.woff2') format('woff2'),
	url('fonts/KingsCaslonTypo-Regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Kings Caslon';
	src: url('fonts/KingsCaslonTypo-Bold.woff2') format('woff2'),
	url('fonts/KingsCaslonTypo-Bold.woff') format('woff');
	font-weight: bold;
	font-style: normal;
}
@font-face {
	font-family: 'Avenir';
	src: url('fonts/Avenir-Light.woff2') format('woff2'),
	url('fonts/Avenir-Light.woff') format('woff');
	font-weight: 300;
	font-style: normal;
}
@font-face {
	font-family: 'Avenir';
	src: url('fonts/Avenir-Book.woff2') format('woff2'),
	url('fonts/Avenir-Book.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Avenir';
	src: url('fonts/Avenir-Heavy.woff2') format('woff2'),
	url('fonts/Avenir-Heavy.woff') format('woff');
	font-weight: bold;
	font-style: normal;
}
html{
	font-size: 20px;
	font-size: 1.19vw;
}
body{
	font-family: 'Kings Caslon', sans-serif;
	font-size: 20px;
	font-size: 1.19vw;
	font-weight: normal;
	color: #6b6b6a;
	margin: 0;
	min-width: 320px;
	padding: 8.5em 0 0;
	position: relative;
	letter-spacing: 0.04em;
	line-height: 1.4;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-text-size-adjust: none;
}
body.overflow{
	overflow: hidden;
}
*{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
img{
	height: auto;
	max-width: 100%;
}
iframe{
	max-width: 100%;
}
a,
.button,
button,
input[type="submit"]{
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
	outline: none!important;
}
.button{
	background: #6b6b6b;
	border-radius: 0;
	border: none;
	color: #fff;
	display: inline-block;
	font-size: 0.8625rem;
	font-weight: normal;
	line-height: 1;
	padding: 1.1em 2em;
	margin: 0;
	text-decoration: none;
	text-align: center;
	width: auto;
}
.button:hover{
	background: #000;
	color: #fff;
}
::-webkit-input-placeholder {color:#6b6b6b; opacity: 1;}
::-moz-placeholder          {color:#6b6b6b; opacity: 1;}
:-moz-placeholder           {color:#6b6b6b; opacity: 1;}
:-ms-input-placeholder      {color:#6b6b6b; opacity: 1;}
input[type="text"],
input[type="tel"],
input[type="email"],
input[type="password"],
select,
textarea{
	background: #ffffff;
	border: 1px solid #000000;
	border-radius: 0;
	color: #1d1d1b;
	display: block;
	font-size: 0.8625rem;
	height: 2.75rem;
	letter-spacing: 0.06em;
	margin: 0;
	padding: 0 1.25em;
	outline: none!important;
	width: 100%;
}
textarea{
	height: 13.5rem;
	padding: 1em 1.25em;
	resize: none;
}
input:-webkit-autofill {
	-webkit-box-shadow: 0 0 0 2em #ffffff inset;
}
input:-webkit-autofill {
	-webkit-text-fill-color: #000000!important;
}
input[type="submit"]{
	background: #6b6b6b;
	border-radius: 0;
	border: none;
	color: #fff;
	display: inline-block;
	font-size: 0.8625rem;
	font-weight: normal;
	height: 2.75rem;
	padding: 0 2.1rem;
	margin: 0;
	text-decoration: none;
	text-align: center;
	width: auto;
}
input[type="submit"]:hover{
	background: #000;
}
a{
	color: #4d4d4d;
	border-color: #4d4d4d;
}
a:hover{
	color: #000;
	border-color: #000;
}
p,
ul{
	margin: 0 0 1.4em;
}
p:last-child,
ul:last-child{
	margin-bottom: 0;
}
h1,h2,h3,h4,h5,.h1{
	color: #4d4d4d;
	font-weight: normal;
	letter-spacing: 0.06em;
	line-height: 1.15;
}
h1,.h1{
	font-size: 3em;
	line-height: 1.1;
	margin: 0.8em 0;
}
h2{
	font-size: 2.4em;
	margin: 0.8em 0;
}
h3{
	font-size: 1.725em;
	margin: 1em 0;
}
h4{
	font-size: 1.2em;
	margin: 1em 0;
}
h5{
	font-size: 1em;
	margin: 1em 0;
}
h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child{
	margin-top: 0;
}
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child{
	margin-bottom: 0;
}
/*--------------Header--------------*/
.header{
	background: #fff;
	border-bottom: 1px solid #e9eaea;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 99;
}
.header-inner{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: space-between;
	margin: 0 auto;
	max-width: 75rem;
	padding: 2.5em 20px;
	position: relative;
	width: 95%;
}
.logo-wrap{
	position: relative;
	text-align: center;
	width: 100%;
}
.logo-wrap img{
	height: auto;
	width: 11.3em;
}
.navigation{
	background: #c7c6c6;
	color: #4d4d4d;
	height: 100%;
	position: fixed;
	right: 0;
	top: 0;
	text-align: left;
	overflow: auto;
	max-width: 30rem;
	width: 90%;
	z-index: 101;
		transform: translate3d(100%,0,0);
	-webkit-transform: translate3d(100%,0,0);
	-ms-transform: translate3d(100%,0,0);
	-sand-transform: translate3d(100%,0,0);
	-webkit-transition: transform .3s ease;
	-moz-transition: transform .3s ease;
	-o-transition: transform .3s ease;
	transition: transform .3s ease;
}
.navigation.visible{
	transform: translate3d(0,0,0);
	-webkit-transform: translate3d(0,0,0);
	-ms-transform: translate3d(0,0,0);
	-sand-transform: translate3d(0,0,0);
}
.navigation-inner{
	padding: 9.5em 2em 3rem 4em;
}
.navigation ul{
	font-size: 1.7rem;
	line-height: 1.2;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.navigation li{
	display: block;
	padding: 1.7rem 0 0;
	position: relative;
}
.navigation-inner > ul > li:first-child{
	padding-top: 0;
}
.navigation a{
	display: block;
	color: #4d4d4d;
	padding: 0 1em 0 0;
	position: relative;
	text-decoration: none;
}
.toggle-submenu{
	font-size: 1.2em;
	display: block;
	padding-left: 1em;
	position: absolute;
	right: 0;
	transform: translateY(-10%);
	top: 0;
}
.toggle-submenu:after{
	content: "+";
}
.toggle-submenu.active:after{
	content: "-";
}
.navigation a:hover,
.navigation .current-menu-item a{
	color: #000;
}
.navigation ul ul{
	display: none;
	font-size: 1rem;
	padding-left: 2.5em;
}
.navigation ul ul a{
	color: #6b6b6a;
}
.menu-toggle{
	display: block;
	cursor: pointer;
	height: 20px;
	position: absolute;
	top: 50%;
	margin-top: -10px;
	right: 20px;
	width: 32px;
	z-index: 102;
}
.menu-toggle span:after,
.menu-toggle span:before{
	content: "";
	position: absolute;
	left: 0;
	top: -9px;
}
.menu-toggle span:after{
	top: 9px;
}
.menu-toggle span{
	position: relative;
	display: block;
	top: 9px;
}
.menu-toggle span,
.menu-toggle span:after,
.menu-toggle span:before{
	width: 100%;
	height: 2px;
	background-color: #666666;
	transition: all 0.3s;
	backface-visibility: hidden;
	border-radius: 2px;
}
.menu-toggle.on span{
	background-color: transparent;
}
.menu-toggle.on span:before{
	transform: rotate(45deg) translate(5px, 5px);
}
.menu-toggle.on span:after{
	transform: rotate(-45deg) translate(7px, -8px);
}
.header .social-links{
	font-size: 1rem;
	margin: 2rem 0 0;
	padding: 0;
	text-align: right;
}
.header .social-links li{
	display: inline-block;
	padding: 0 0.6rem;
	vertical-align: middle;
}
.header .social-links img,
.header .social-links svg{
	display: inline-block;
	height: 1.75rem; 
	width: 1.75rem;
}
.header .social-links a{
	padding: 0;
}
.header .social-links a:hover{
	opacity: 0.6;
}
/*----------Footer----------*/
.footer{
	background: #6b6b6b;
	color: #ffffff;
	line-height: 1.25;
}
.footer a{
	color: #fff;
}
.footer a:hover{
	opacity: 0.7;
}
.footer-top{
	padding: 3em 0 5em;
}
.footer-logo img{
	height: auto;
	width: 9em;
}
.footer-navigation{
	font-size: 0.8625em;
}
.footer-navigation ul{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: flex-start;
	align-items: flex-start;
	justify-content: space-around;
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-align: right;
}
.footer-navigation li{
	display: inline-block;
	padding: 0 1%;
	text-align: center;
	vertical-align: top;
}
.footer-navigation a{
	color: #fff;
}
.footer-bot{
	padding: 0 0 1.5em;
}
.footer-social{
	text-align: right;
	margin-top: 1em;
}
.footer-social-links{
	display: inline-flex;
	flex-wrap: wrap;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.footer-social-links li{
	padding: 0 0.8em;
}
.footer-social-links li:first-child{
	padding-left: 0;
}
.footer-social-links li:last-child{
	padding-right: 0;
}
.footer-social-links svg{
	display: block;
	height: 1.25rem;
	width: auto;
}
.footer-copyright{
	font-size: 0.8625em;
}
.footer-bot-right{
	float: right;
}
.footer-bot-right a {
	font-size: 0.8625em;
	margin-left: 2em;
}
.scroll-top{
	background: rgba(0,0,0,0.5);
	border-radius: 50%;
	bottom: 1rem;
	display: none;
	cursor: pointer;
	height: 2.4rem;
	position: fixed;
	right: 1rem;
	width: 2.4rem;
	outline: none!important;
	z-index: 5;
	transition: all 0.3s linear;
}
.scroll-top:hover{
	background: rgba(0,0,0,1);
}
.scroll-top:after {
	background: url('img/icons/slide-arrow.svg') center no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	content: "";
	display: block;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 2;
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	transform: rotate(-90deg);
}
/*-------Home-----------*/
.section{
	padding: 3em 0;
}
.container{
	max-width: 67rem;
	padding: 0 20px;
	width: 90%;
}
.pb-0{
	padding-bottom: 0!important;
}
.pt-0{
	padding-top: 0!important;
}
.block-bg{
	background-position: center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}
.fullwindow{
	height: 100vh;
}
.top-section,
.home-slide-section{
	background-color: #ccc;
	position: relative;
}
.top-section-inner{
	height: 80vh;
	height: calc(100vh - 8.5em);
	display: table;
	width: 100%;
}
.top-section-block-wrap{
	display: table-cell;
	padding: 2em 0;
	vertical-align: middle;
	width: 100%;
}
.top-section-block{
	color: #fff !important;
	margin: 0 auto;
	max-width: 70.6em;
	padding: 0 3em;
	text-align: center;
}
.top-section-block a .top-section-content p{
	color: #fff !important;
}
.top-section-content{
	font-family: 'Avenir', sans-serif;
	text-transform: uppercase;
	width: 100%;
}
.top-section-content a{
	color: #fff !important;
}
.top-section-content a:hover{
	opacity: 0.7;
}
.top-section-content p{
	background: rgba(107,107,107,0.7);
	font-size: 1.25em;
	letter-spacing: 0.16em;
	line-height: 1.2;
	max-width: 25rem;
	margin: 0.32em auto 0;
	padding: 0.4em 20px;
}
.top-section-content p:first-child{
	font-size: 2.15em;
	display: block;
	max-width: 100%;
	margin: 0;
	padding: 0.67em 20px;
}
.slider-button-prev,
.slider-button-next{
	background: rgba(0,0,0,0.5);
	display: block;
	cursor: pointer;
	height: 2rem;
	margin-top: -1rem;
	position: absolute;
	top: 50%;
	width: 2rem;
	outline: none!important;
	z-index: 5;
	transition: all 0.3s linear;
}
.swiper-button-disabled{
	display: none;
}
.slider-button-prev:hover,
.slider-button-next:hover{
	background: rgba(0,0,0,1);
}
.slider-button-prev{
	left: 0;
}
.slider-button-next{
	right: 0;
}
.slider-button-prev:after,
.slider-button-next:after{
	background: url('img/icons/slide-arrow.svg') center no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	content: "";
	display: block;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 2;
}
.slider-button-prev:after{
	transform: rotate(180deg);
}
.slider-pagination{
	bottom: 0;
	font-size: 0.625em;
	line-height: 1;
	left: 0;
	position: absolute;
	text-align: center;
	width: 100%;
	z-index: 2;
}
.swiper-pagination-bullet{
	background: transparent;
	border: 1px solid #ffffff;
	border-radius: 0;
	cursor: pointer;
	display: inline-block;
	height: 1em;
	margin: 0 0.6em;
	opacity: 1;
	vertical-align: top;
	width: 1em;
}
.swiper-pagination-bullet-active{
	background: rgba(255,255,255,0.7);
	border: none;
}
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
	bottom: 2rem;
}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{
	margin: 0 0.6em;
}
.text-block{
	max-width: 45em;
	margin: 0 auto;
	text-align: center;
}
.mx-43{
	max-width: 43em;
}
.text-block h3{
	font-size: 1.725em;
	margin: 0 auto 1em;
}
.text-block h4{
	color: #6b6b6a;
	font-family: 'Avenir', sans-serif;
	font-weight: normal;
	font-size: 1.2em;
	margin: 0 auto 1.8em;
	text-transform: uppercase;
}
.text-block h3:last-child{
	margin-bottom: 0;
}
.text-block p{
	font-size: 1.25em;
	letter-spacing: 0.04em;
}
.homes-locations-section{
	border-top: 1px solid #ececec;
}
.homes-locations-title{
	max-width: 42em;
	padding: 2.75em 0;
}
.future-developments-title{
	padding: 5em 0;
}
.homes-locations-feed-item{
	margin-bottom: 3em;
}
.homes-locations-feed-item:last-child{
	margin: 0;
}
.homes-locations-feed-item a,
.homes-locations-feed-item span{
	display: block;
	width: 100%;
}
.homes-locations-feed-item-name{
	background: #6b6b6a;
	color: #fff;
	display: block;
	font-size: 1.5em;
	font-family: 'Avenir', sans-serif;
	line-height: 1.2;
	letter-spacing: 0.16em;
	padding: 1.1em 20px;
	text-align: center;
	text-transform: uppercase;
	transition: all 0.3s linear;
}
.homes-locations-feed-item:hover .homes-locations-feed-item-name{
	background: #383838;
}
.homes-locations-feed-item-body{
	display: block;
	position: relative;
	overflow: hidden;
}
.homes-locations-feed-item-subname{
	background: rgba(107,107,107,0.7);
	color: #fff;
	display: block;
	left: 0;
	line-height: 1.2;
	padding: 0.9em 20px;
	position: absolute;
	text-align: center;
	top: 0;
	width: 100%;
	z-index: 2;
}
.homes-locations-feed-item-image{
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
	display: block;
	padding-top: 38%;
	width: 100%;
	transition: all 0.3s linear;
}
.homes-locations-feed-item:hover .homes-locations-feed-item-image{
	transform: scale(1.02);
}
.why-braidwater-cta-section{
	position: relative;
}
.why-braidwater-cta-section img{
	display: block;
	width: 100%;
}
.why-braidwater-cta-inner{
	background: rgba(0,0,0,0.2);
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 2;
}
.why-braidwater-cta-content{
	width: 100%;
}
.why-braidwater-cta{
	color: #fff;
	font-size: 3.8em;
	text-align: center;
}
.why-braidwater-cta a{
	color: #fff;
}
.why-braidwater-cta a:hover{
	color: #efefef;
}
.testimonials-slider-title{
	font-size: 1.725em;
	line-height: 1.2;
	letter-spacing: 0.06em;
	margin: 0 0 1em;
	text-align: center;
}
.testimonials-slide-inner{
	background: rgba(255,255,255,0.8);
	padding: 8em 0;
}
.testimonials-slide-content{
	margin: 0 auto;
	max-width: 39em;
	padding: 0 1.5em;
	text-align: center;
}
.testimonials-slide-text{
	font-size: 1.725em;
	margin: 0 auto 1em;
	line-height: 1.2;
	letter-spacing: 0.06em;
}
.testimonials-slide-author{
	font-size: 1.25em;
	line-height: 1.2;
	letter-spacing: 0.04em;
}
.cta-section{
	position: relative;
	z-index: 2;
}
.cta-section-inner{
	background: #e9eaea;
	padding: 3.5em 20px;
	text-align: center;
}
.cta-section-content{
	margin: 0 auto;
	max-width: 35em;
}
.cta-section-content h3{
	margin: 0 0 0.8em;
}
.cta-section-content p{
	font-size: 1.25em;
	letter-spacing: 0.04em;
}
.register-interest-dropdown{
	display: block;
	position: relative;
	margin: 2.3em auto 0;
	max-width: 18.5em;
	text-align: center;
	width: 100%;
}
.register-interest-dropdown-title{
	background: #fff;
	border: 1px solid #000;
	color: #adadad;
	cursor: pointer;
	line-height: 1;
	padding: 0.8em 0.5em;
	transition: all 0.3s linear;
}
.register-interest-dropdown-title:hover{
	background: #000;
	color: #fff;
}
.register-interest-dropdown ul{
	display: none;
	list-style-type: none;
	margin: 0;
	padding: 0;
	position: absolute;
	width: 100%;
}
.register-interest-dropdown li{
	border: 1px solid #000;
	border-top: none;
	display: block;
}
.register-interest-dropdown a{
	background: #ffffff;
	color: #1d1d1b;
	display: block;
	font-size: 0.9em;
	line-height: 1rem;
	padding: 0.8rem 0.5rem;
	width: 100%;
}
.register-interest-dropdown a:hover{
	background: #1d1d1b;
	color: #ffffff;
}
/*--------About------*/
.about-intro-section{
	background: #ebecec;
}
.about-intro-section .text-block h3{
	max-width: 20em;
}
.image-section img{
	display: block;
	width: 100%;
}
/*--------Contact--------*/
.map-section{
	position: relative;
	padding-top: 43%;
}
.contact-map{
	background: #e9eaea;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
.iw-container{
	text-align: center;
}
.iw-container p{
	margin: 0 0 5px;
}
.iw-container a{
	font-weight: bold;
	text-transform: uppercase;
}
.contact-form-wrap{
	margin: 0 auto;
	max-width: 29rem;
}
.contact-form-wrap h1{
	font-size: 1.725em;
	margin: 0 0 1em;
}
.form-row{
	margin-bottom: 0.5rem;
}
.form-submit-row{
	margin-top: 2rem;
}
span.wpcf7-not-valid-tip{
	color: red;
	display: block;
	font-size: 1em;
	padding: 4px 0 0;
}
div.wpcf7 .ajax-loader{
	position: absolute;
}
.wpcf7 form .wpcf7-response-output{
	color: #fff;
	font-size: 1em;
	border: none;
	line-height: 1.2;
	margin: 1em 0 0;
	text-align: center;
	padding: 1em;
}
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output,
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-outputd,
.wpcf7 form.spam .wpcf7-response-output{
	background: #9e3e21;
}
.wpcf7 form.sent .wpcf7-response-output{
	background: #5a9e5d;
}
.contact-details{
	margin: 0 auto;
	max-width: 21em;
}
.contact-details p{
	font-size: 1.25em;
	letter-spacing: 0.04em;
}
.contact-details a{
	color: #6b6b6b;
}
/*-------Register Interest--------*/
.register-interest-form-top{
	background: #eaebeb;
	max-width: 58em;
	margin: 0 auto;
	position: relative;
	padding-top: 2.5em;
}
.register-interest-form-top:after{
	background: #fff;
	bottom: 0;
	content: "";
	display: block;
	height: 1.375rem;
	left: 0;
	position: absolute;
	width: 100%;
}
.register-interest-form-top .container{
	position: relative;
	z-index: 2;
}
.register-interest-form{
	color: #000000;
	font-size: 0.8625em;
	max-width: 39em;
	margin: 0 auto;
}
.register-interest-form > p:first-child{
	color: #6b6b6b;
	font-size: 1.25em;
	letter-spacing: 0.04em;
	line-height: 1.2;
	margin: 0 0 1.2em;
	text-align: center;
}
.wpcf7-form p{
	margin: 0;
}
.register-interest-form .select-row,
.register-interest-form .radio-row,
.register-interest-form .check-row{
	margin-top: 2em;
}
.register-interest-form .row-title{
	color: #1d1d1b;
	display: block;
	font-size: 1em;
	margin-bottom: 0.5em;
	text-align: center;
}
.register-interest-form .radio-row .wpcf7-form-control-wrap,
.register-interest-form .check-row .wpcf7-form-control-wrap{
	display: block;
	width: 100%;
}
.register-interest-form .radio-row .wpcf7-form-control,
.register-interest-form .check-row .wpcf7-form-control{
	display: block;
	margin-left: -4px;
	margin-right: -4px;
	overflow: hidden;
}
.register-interest-form .radio-row .wpcf7-list-item,
.register-interest-form .check-row .wpcf7-list-item{
	display: block;
	float: left;
	margin: 0;
	padding: 4px;
	position: relative;
	width: 100%;
}
.register-interest-form .radio-row.col-5 .wpcf7-list-item{
	width: 20%;
}
.register-interest-form .radio-row.col-4 .wpcf7-list-item{
	width: 25%;
}
.register-interest-form .radio-row.col-3 .wpcf7-list-item,
.register-interest-form .check-row.col-3 .wpcf7-list-item{
	width: 33.33%;
}
.register-interest-form .check-row .wpcf7-list-item:nth-child(3){
	clear: left;
}
.register-interest-form .radio-row .wpcf7-list-item input,
.register-interest-form .check-row .wpcf7-list-item input{
	height: 1px;
	position: absolute;
	opacity: 0;
	width: 1px;
	z-index: -1;
}
.register-interest-form .radio-row .wpcf7-list-item label,
.register-interest-form .check-row .wpcf7-list-item label{
	display: block;
	width: 100%;
}
.register-interest-form .radio-row .wpcf7-list-item span,
.register-interest-form .check-row .wpcf7-list-item span{
	border: 1px solid #000;
	cursor: pointer;
	display: block;
	font-size: 1em;
	line-height: 1.2em;
	letter-spacing: 0.06em;
	padding: 0.95em 10px;
	position: relative;
	text-align: center;
	width: 100%;
	z-index: 3;
}
.register-interest-form .radio-row .wpcf7-list-item input:checked + span,
.register-interest-form .check-row .wpcf7-list-item input:checked + span{
	background: #fff;
}
.register-interest-form .price-range-row{
	position: relative;
}
.register-interest-form .price-range-row .wpcf7-list-item.last{
	width: 100%;
}
.register-interest-form .price-range-row .wpcf7-list-item.last span{
	background: transparent!important;
	border: none!important;
}
.register-interest-form .radio-row .wpcf7-form-control-wrap.price-range-other{
	display: flex;
	-ms-align-items: center;
	align-items: center;
	background: #eaebeb;
	border: 1px solid #000;
	bottom: 4px;
	left: 0;
	padding: 0;
	position: absolute;
	width: 100%;
	overflow: hidden;
	z-index: 4;
}
.register-interest-form .radio-row .wpcf7-form-control-wrap.price-range-other.active{
	background: #fff;
}
.register-interest-form .radio-row .wpcf7-form-control-wrap.price-range-other:before{
	float: left;
	display: block;
	content: "Other";
	font-size: 1em;
	line-height: 1.2em;
	letter-spacing: 0.06em;
	padding: 0.95em 0;
	position: relative;
	text-align: center;
	width: 15%;
}
.register-interest-form .radio-row .wpcf7-form-control-wrap.price-range-other input{
	background: transparent;
	border: none;
	border-bottom: 1px solid #1d1d1b;
	height: 1.3em;
	padding: 0;
	margin: 0;
	width: 80%;
}
.register-interest-form .submit-row{
	margin: 3rem 0 0;
	text-align: center;
}
.register-interest-form-bot{
	padding-top: 3em;
}
.register-interest-form-bot-content{
	font-size: 0.8625em;
	line-height: 1.2;
	max-width: 51em;
	margin: 0 auto;
	text-align: center;
}
/*-----Our Homes----------*/
.our-homes-top-section .top-section-block,
.page-template-template-our-homes .top-section-block{
	max-width: 82em;
}
.our-homes-intro-section .text-block h3{
	max-width: 23em;
}
.our-homes-intro-section .text-block{
	max-width: 43em;
}
/*------Customer Service---------*/
.servises-intro-section .text-block h3{
	max-width: 20em;
}
.guide-header-section{
	border-bottom: 1px solid #ececec;
}
.guide-header-section .text-block h3{
	max-width: 22em;
}
.guide-section-item{
	padding-bottom: 6em;
}
.guide-section-item .container{
	max-width: 51rem;
}
.guide-section-item-image img{
	display: block;
	width: 100%;
}
.guide-item-number{
	color: #ececec;
	font-family: 'Avenir', sans-serif;
	font-size: 13em;
	line-height: 0.8;
	float: left;
	width: 23%;
}
.guide-item-text{
	float: left;
	width: 77%;
}
.guide-item-text h4{
	font-family: 'Avenir', sans-serif;
	font-weight: normal;
	font-size: 1.2em;
	line-height: 1.2;
	margin: 0 0 1.2em;
}
.guide-item-text p{
	font-size: 1.25em;
	letter-spacing: 0.04em;
}
/*-------News-----------*/
.news-top-section-content p{
	display: inline-block;
	padding: 0.4em 1.6em;
}
.news-feed-section{
	padding: 7.5em 0;
}
.news-feed-section .container{
	max-width: 63rem; 
}
.news-feed-item{
	padding-bottom: 4em;
}
.news-feed-item-image-col{
	float: left;
	padding-right: 6%;
	width: 60%;
}
.news-feed-item-content-col{
	float: left;
	width: 40%;
}
.news-feed-item-content-col img{
	display: block;
	width: 100%;
}
.news-feed-item-content h3{
	font-size: 1.725em;
	margin: 0 auto 0.3em;
}
.news-feed-item-date{
	color: #4d4d4d;
}
.news-feed-item-content p{
	font-size: 1.25em;
	letter-spacing: 0.04em;
	margin: 1.3em 0 1.7em;
}
.pagination-wrap{
	padding-top: 3em;
	text-align: center;
}
.page-numbers{
	background: #6b6b6b;
	border-radius: 0;
	border: none;
	color: #fff;
	display: inline-block;
	font-size: 0.8625rem;
	font-weight: normal;
	line-height: 1;
	padding: 1em 1.2em;
	margin: 0.3em 0;
	text-decoration: none;
	text-align: center;
	width: auto;
}
.page-numbers:hover,
.page-numbers.current{
	background: #000;
	color: #fff;
}
/*------News Single----------*/
.news-single-top-section{
	padding-top: 30%;
}
.news-single-intro-section{
	background: #ebecec;
	padding: 3em 0;
}
.news-single-intro-section h3{
	max-width: 21em;
}
.news-single-date{
	color: #4d4d4d;
}
.news-single-main-content{
	margin: 0 auto;
	max-width: 45em;
	text-align: center;
}
.news-single-main-content p{
	font-size: 1.25em;
	letter-spacing: 0.04em;
}
/*----Homes Residential Area-------*/
.homes-section-inner{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: flex-end;
	align-items: flex-end;
}
.homes-top-section-block{
	padding: 0;
	width: 100%;
}
.homes-top-section-content{
	background: rgba(107,107,107,0.7);
	color: #ffffff;
	margin: 0 auto;
	max-width: 64.6em;
	text-align: center;
}
.homes-top-section-content h1{
	color: #fff;
	font-family: 'Avenir', sans-serif;
	font-weight: normal;
	font-size: 3.9em;
	line-height: 1.2;
	letter-spacing: 0.16em;
	margin: 0;
	padding: 0.65em 0;
	text-transform: uppercase;
}
.homes-top-section-subtitle{
	background: #6b6b6a;
	line-height: 1.2;
	letter-spacing: 0.06em;
	padding: 0.9em 0;
}
.homes-scroll-nav-section{
	background: #e0e0e0;
	padding: 1.4em 0;
	text-align: center;
}
.homes-scroll-nav{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: space-between;
	font-family: 'Avenir', sans-serif;
	font-size: 0.75em;
	font-weight: 300;
	list-style-type: none;
	line-height: 1.33;
	letter-spacing: 0.11em;
	margin: 0 auto;
	padding: 0;
	text-transform: uppercase;
}
.homes-scroll-nav li{
	display: inline-block;
	padding: 0 1em;
	position: relative;
}
.homes-scroll-nav a{
	color: #000000;
}
.homes-scroll-nav a:hover{
	opacity: 0.7;
}
.homes-scroll-nav ul{
	background: #6b6b6a;
	color: #fff;
	padding: 1em 0;
	position: absolute;
	left: 50%;
	margin-top: 0.7em;
	transition: all 0.15s linear;
	transform: translateX(-50%);
	opacity: 0;
	visibility: hidden;
}
.homes-scroll-nav li:hover ul{
	margin-top: 0;
	opacity: 1;
	visibility: visible;
}
.homes-scroll-nav ul li{
	display: block;
	padding: 0.3em 1.8em;
	white-space: nowrap;
}
.homes-scroll-nav ul a{
	color: #fff;
}
.image-gallery-slide a,
.image-gallery-slide span{
	display: block;
	width: 100%;
}
.image-gallery-slide span{
	padding-top: 42%;
}
.section-title{
	padding: 2.3em 0;
	text-align: center;
}
.section-title h3{
	color: #4d4d4d;
	font-size: 1.725em;
	font-weight: normal;
	letter-spacing: 0.06em;
	line-height: 1.2;
}
.homes-brochure-section a{
	color: #000000;
	font-family: 'Avenir', sans-serif;
	font-size: 0.8rem;
	font-weight: bold;
	letter-spacing: 0.14em;
}
.homes-brochure-section{
	padding: 5em 0;
}
.house-types-section{
	background: #ececec;
}
.house-types-feed-item{
	margin-bottom: 1em;
	position: relative;
}
.house-types-feed-item-image{
	margin-left: auto;
	width: 63%;
}
.house-types-feed-item-image a,
.house-types-feed-item-image span{
	display: block;
	height: auto;
	transition: all 0.3s linear;
	width: 100%;
}
.house-types-feed-item-image span{
	padding-top: 55%;
}
.house-types-feed-item-image a{
	overflow: hidden;
}
.house-types-feed-item-image a:hover span{
	transform: scale(1.05);
}
.house-types-feed-item-overlay{
	background: #6b6b6a;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	height: 78%;
	left: 0;
	position: absolute;
	top: 11%;
	width: 43%;
	z-index: 2;
}
.house-types-feed-item-overlay-content{
	color: #fff;
	padding: 0 1em;
	text-align: center;
	width: 100%;
}
.house-types-feed-item-overlay-content a{
	color: #fff;
}
.house-types-feed-item-overlay-content a:hover{
	opacity: 0.7;
}
.house-types-feed-item-overlay-content h4{
	font-family: 'Avenir', sans-serif;
	font-size: 1.2em;
	font-weight: normal;
	color: #fff;
	line-height: 1.2;
	letter-spacing: 0.16em;
	margin: 0 0 0.3em;
	text-transform: uppercase;
}
.house-types-feed-item-overlay-content p{
	font-size: 0.9em;
	line-height: 1.2;
}
.house-types-slider:not(.swiper-container-initialized) .swiper-wrapper,
.house-types-slider:not(.swiper-container-initialized) .swiper-slide{
	display: block;
	height: auto;
	width: auto;
	transform: none;
}
.site-plan-wrap img{
	display: block;
	width: 100%;
}
.walkthrough-block{
	position: relative;
}
.walkthrough-block iframe{
	display: block;
	width: 100%;
}
.walkthrough-iframe-wrap{
	margin: 1.5em 0;
	position: relative;
	padding-top: 62%;
}
.walkthrough-iframe-wrap:first-child{
	margin-top: 0;
}
.walkthrough-iframe-wrap:last-child{
	margin-bottom: 0;
}
.walkthrough-iframe-wrap iframe{
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 2;	
}
.selling-agent-content{
	text-align: center;
}
.selling-agent-content p{
	font-size: 1.25em;
}
.selling-agent-content a{
	color: #6b6b6a;
}
.pricing-popup-wrap{
	background: rgba(0,0,0,0.5);
	display: none;
	left: 0;
	height: 100%;
	position: fixed;
	top: 0;
	z-index: 1043;
	width: 100%;
}
.pricing-popup-container{
	display: table;
	height: 100%;
	left: 0;
	padding: 0;
	position: absolute;
	text-align: center;
	top: 0;
	width: 100%;
}
.pricing-popup-block{
	display: table-cell;
	padding: 0 8px;
	vertical-align: middle;
}
.pricing-popup-content{
	background: #4d4d4d;
	color: #fff;
	margin: 0 auto;
	max-width: 40rem;
	padding: 3em 1em;
	position: relative;
	width: 100%;
}
.pricing-popup-content a{
	color: #fff;
	text-decoration: underline;
}
.pricing-popup-close{
	cursor: pointer;
	font-size: 2em;
	line-height: 1;
	padding: 0.3em 0.4em;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 5;
}
.pricing-popup-close:hover{
	opacity: 0.5;
}
.pricing-popup-close:after{
	content: "×";
}
.pricing-popup-content h4{
	color: #fff;
	font-size: 1.725em;
	font-weight: normal;
	line-height: 1.2;
	letter-spacing: 0.06em;
	margin: 0 0 0.8em;
}
.pricing-popup-content p{
	margin: 0;
}
.homes-single-scroll-nav{
	max-width: 70em;
}
.house-plan-section{
	background: #eeeff1;
	padding-bottom: 4em;
}
.house-plan-section .container{
	max-width: 60em;
}
.house-plan-slider:not(.swiper-container-initialized) .swiper-wrapper,
.house-plan-slider:not(.swiper-container-initialized) .swiper-slide{
	display: block;
	height: auto;
	width: auto;
	transform: none;
}
.house-plan-slide{
	margin: 0 auto;
	margin-bottom: 4em;
	max-width:35em;
	text-align: center;
}
.house-plan-slide-title{
	font-size: 1.25em;
	letter-spacing: 0.04em;
	margin-bottom: 1em;
}
.house-plan-slide a,
.house-plan-slide img{
	display: block;
	height: auto;
	width: 100%;
}
.specification-intro{
	border-top: 1px solid #ececec;
	padding: 4em 0;
}
.show-more{
	margin-top: 2.5em;
	text-align: center;
}
.show-more span{
	color: #6b6b6a;
	cursor: pointer;
	display: inline-block;
	font-family: 'Avenir', sans-serif;
	font-size: 1.2em;
	font-weight: normal;
	line-height: 1.1;
	letter-spacing: 0.16em;
	padding-right: 1.3em;
	position: relative;
	text-transform: uppercase;
	transition: all 0.3s linear;
}
.extras-banner .specification-more span, .extras-more span{
	color: #fff;
}
.extras-more span:hover{
	opacity: 0.7;
}
.show-more span:before{
	content: ">";
	position: absolute;
	right: 0;
	top: 0.06em;
	transform: rotate(90deg);
}
.show-more span.active:before{
	right: 0;
	transform: rotate(-90deg);
	top: -0.1em;
}
.show-more span:after{
	content: " More";
}
.show-more span.active:after{
	content: " Less";
}
.specification-info{
	background: #ebecec;
	display: none;
}
.specification-block-item{
	border-top: 1px solid #b6b6b6;
	padding: 3.5em 0;
}
.specification-block-item:first-child{
	border-top: none;
}
.specification-tabs-wrap{
	margin: 0 auto;
	max-width: 54rem;
}
.specification-tabs-col-left{
	float: left;
	width: 32%;
}
.specification-tabs-col-right{
	float: left;
	padding-left: 7%;
	width: 68%;
}
.specification-tabs{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.specification-tabs li{
	border-bottom: 1px solid transparent;
	cursor: pointer;
	display: block;
	margin-bottom: 0.7em;
	padding-bottom: 0.1em;
	transition: opacity 0.3s linear;
}
.specification-tabs li:last-child{
	margin: 0;
}
.specification-tabs li:hover{
	opacity: 0.7;
}
.specification-tabs li.current{
	border-bottom: 1px solid #b6b6b6;
}
.specification-tab-content{
	display: none;
	font-size: 1.25em;
	letter-spacing: 0.04em;
}
.specification-tab-content.current{
	display: inherit;
}
.extras-banner{
	font-family: 'Avenir', sans-serif;
	color: #fff;
	padding: 14em 0;
	text-align: center;
	width: 100%;
}
.extras-banner-title{
	background: rgba(107,107,107,0.7);
	font-size: 2.15em;
	display: block;
	letter-spacing: 0.16em;
	line-height: 1.2;
	max-width: 100%;
	margin: 0;
	padding: 0.67em 20px;
}
.extras-banner-subtitle{
	background: rgba(107,107,107,0.7);
	font-size: 1.25em;
	letter-spacing: 0.16em;
	line-height: 1.2;
	max-width: 25rem;
	margin: 0.8em auto 0;
	padding: 0.4em 20px;
}
.extras-banner-subtitle .show-more{
	margin: 0;
}
.extras-info{
	background: #6b6b6a;
	display: none;
	color: #ffffff;
	padding-bottom: 5em;
}
.extras-block-item{
	padding: 5em 0 0;
}

.video-container { 
		position: relative; 
		padding-bottom: 56.25%;
		overflow: hidden;
		max-width: 100%;
		height: auto;
} 

.video-container iframe,
.video-container object,
.video-container embed { 
		position: absolute;
		top: 0;
		left: 0;
		width: 100% !important;
		height: 100% !important;
}
.specification-section {padding:50px 0px;}
#specification .extras-banner-title {text-transform:uppercase;}
/*----------------Responsive--------------*/
@media only screen and (max-width : 1400px) {
	html,
	body{
		font-size: 17px;
		font-size: 1.19vw;
	}
}
@media only screen and (max-width : 1023px) {
	html,
	body{
		font-size: 14px;
	}
	.container{
		width: 100%;
	}
	input[type="text"],
	input[type="tel"],
	input[type="email"],
	input[type="password"],
	textarea,
	input[type="submit"]{
		font-size: 1rem;
	}
	.button,
	.footer-navigation,
	.register-interest-form,
	.register-interest-form-bot-content,
	.homes-scroll-nav,
	.homes-brochure-section a,
	.house-types-feed-item-overlay-content p,
	.page-numbers{
		font-size: 1rem;
	}
	.walkthrough-iframe-wrap{
		margin-left: -20px;
		margin-right: -20px;
	}
}
@media only screen and (orientation: portrait) and (max-width : 767px) {
	.top-section-inner{
		height: 100vw!important;
	}
}
@media only screen and (max-width : 767px) {
	.header-inner{
		display: block;
		padding: 20px;
		width: 100%;
	}
	.menu-toggle{
		display: block;
	}
	.logo-wrap{
		width: 100%;
	}
	.logo-wrap img{
		width: 140px;
	}
	.navigation-inner{
		padding: 6.5rem 20px 2.5rem 2.5rem;
	}
	.navigation ul{
		font-size: 1.6em;
	}
	.navigation li{
		padding: 1.3rem 0 0;
	}
	.navigation ul ul{
		font-size: 1.1rem;
		padding-left: 3rem;
	}
	.footer-top{
		padding: 40px 0;
	}
	.footer-logo{
		margin-bottom: 10px;
	}
	.footer-logo img{
		width: 140px;
	}
	.footer-navigation ul{
		display: block;
	}
	.footer-navigation li{
		display: block;
		padding: 15px 0 0;
		text-align: left;
	}
	.footer-navigation br{
		display: none;
	}
	.footer-social{
		margin-top: 30px;
		text-align: left;
	}
	.footer-social-links svg{
		height: 24px;
	}
	.footer-bot{
		padding: 0 0 25px;
	}
	.footer-copyright{
		font-size: 0.9em;
	}
	.footer-bot-right{
		float: none;
	}
	.footer-bot-right a{
		display: block;
		font-size: 14px;
		margin: 0 0 15px;
	}
	.section{
		padding: 50px 0;
	}
	.top-section-block{
		padding: 0;
	}
	.slider-button-prev,
	.slider-button-next{
		display: none;
	}
	.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
		bottom: auto;
	}
	.slider-pagination{
		font-size: 16px;
		font-family: 'Avenir', sans-serif;
		line-height: 1;
		position: relative;
		padding-top: 15px;
	}
	.text-block h3 br{
		display: none;
	}
	.homes-locations-feed-item-image{
		padding-top: 55%;
	}
	.homes-locations-title{
		padding: 2.5em 0;
	}
	.why-braidwater-cta{
		font-size: 2.2em;
	}
	.testimonials-slide-inner{
		padding: 10% 0;
	}
	.testimonials-slide-text{
		font-size: 1.25em;
		letter-spacing: 0.04em;
	}
	.cta-section .container{
		padding: 0;
	}
	.register-interest-dropdown a{
		font-size: 1em;
	}
	.contact-form-wrap{
		max-width: 100%;
	}
	.contact-form-wrap h1{
		text-align: center;
	}
	.contact-details{
		max-width: 21em;
		margin: 40px auto 0;
		text-align: center;
	}
	.map-section{
		height: 320px;
		padding: 0;
	}
	.register-interest-form-top{
		padding-top: 40px;
	}
	.register-interest-form > p:first-child{
		margin-bottom: 1.5em;
	}
	.register-interest-form .radio-row .wpcf7-list-item,
	.register-interest-form .check-row .wpcf7-list-item,
	.register-interest-form .radio-row.col-3 .wpcf7-list-item,
	.register-interest-form .radio-row.col-4 .wpcf7-list-item{
		width: 100%;
	}
	.register-interest-form .radio-row.col-5 .wpcf7-list-item{
		width: 100%;
	}
	.register-interest-form-bot{
		padding-top: 40px;
	}
	.guide-section-item{
		padding-bottom: 50px;
	}
	.guide-item-number{
		float: none;
		font-size: 100px;
		margin-bottom: 30px;
		text-align: center;
		width: 100%;
	}
	.guide-item-text{
		float: none;
		margin: 0 auto;
		max-width: 30em;
		text-align: center;
		width: 100%;
	}
	.news-feed-item{
		border-bottom: 1px solid #ececec;
		margin-bottom: 40px;
		padding-bottom: 40px;
	}
	.news-feed-item-image-col{
		float: none;
		padding: 0 0 25px;
		width: 100%;
	}
	.news-feed-item-content-col{
		float: none;
		margin: 0 auto;
		max-width: 30em;
		width: 100%;
	}
	.pagination-wrap{
		padding-top: 0;
	}
	.news-single-top-section{
		padding-top: 45%;
	}
	.homes-top-section-content h1{
		font-size: 2.3em;
	}
	.homes-scroll-nav-section{
		display: none;
	}
	.image-gallery-slide span{
		padding-top: 62%;
	}
	.house-types-feed-item-image{
		width: 100%;
	}
	.house-types-feed-item-image span{
		padding: 0;
		padding-top: 70%;
	}
	.house-types-feed-item-overlay{
		display: block;
		margin: -30px auto 0;
		position: relative;
		top: auto;
		width: 90%;
	}
	.house-types-feed-item-overlay-content{
		padding: 50px 0;
	}
	.house-plan-section{
		padding: 0;
	}
	.specification-block-item{
		padding: 50px 0;
	}
	.specification-block-item p{
		margin-bottom: 1em;
	}
	.specification-tabs-col-left,
	.specification-tabs-col-right{
		display: block;
		padding: 0;
		width: 100%;
	}
	.specification-tabs{
		font-size: 1.1em;
		padding-bottom: 15px;
		text-align: center;
	}
	.specification-tabs li{
		display: inline-block;
		padding: 0 0 2px;
		margin: 0 10px 5px;
	}
	.extras-info{
		padding-bottom: 50px;
	}
	.extras-block-item{
		padding: 50px 0 0;
	}
}
/*------------------------------------*\
		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: 6px 0 25px;
}
.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 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: 1em;
	padding: 0 4px 5px;
}
.sticky {
}
.bypostauthor {
}
/*-------------Print------------------**/
@media print {
	header,
	footer{
		display: none;
	}
	* {
		background: transparent !important;
		color: #000 !important;
		box-shadow: none !important;
		text-shadow: none !important;
	}
	a,
	a:visited {
		text-decoration: underline;
	}
	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;
	}
}




.capt{font-size:80%; display:block; background:#ebecec;padding-bottom:10px; color:#4d4d4d;}
.radio-rooms span.wpcf7-list-item {
		width: 20% !important;
}
.footer-bot-right img:nth-child(1){
	height: 66px;
	margin-right: 10px;
	width: auto;
}
.footer-bot-right img:nth-child(2){
	max-width: 470px;
	width: 100%;
}

.footer-copyright {
	padding-top: 30px;
}

.footer-copyright a {
	padding: 5px;
	margin-left: -5px;
	margin-right: 10px;
}