/*
Theme Name: Prelude Child Theme
Theme URI: https://designstudio.com/
Author: DesignStudio
Author URI: https://designstudio.com/
Description: Red Cross Prelude Child Theme
Template: prelude
Version: 1.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
/* Child theme Css Here */
@import url('https://fonts.googleapis.com/css?family=Lato&display=swap');

body {
	font-family: 'Lato', sans-serif;
}

body, button, input, select, optgroup, textarea {
	font-family: sans-serif;
}

.id-13720.ID13720 {
	margin-top: 1.5rem !important;
}

a {
	/*color: #00a9a4 !important;*/
	color: #00a9a4;
	transition: 0.3s all ease;
}

a strong:hover,
a:hover,
a strong:focus,
a:focus {
	/*color: #007c78 !important;*/
	color: #007c78;
}

body .container.container--medium {
	max-width: 1200px;
}

.ahsCTAs, .mainMenuLink, .footerM a, #mainFooter a {
	color: white !important;
}

.id-11523.ID11523 {
	margin-top: 0 !important;
}

#wpadminbar {
	z-index: 999;
}

p:empty {
	display: none;
}

.bodyContent h1,
.bodyContent h2,
.bodyContent h3,
.bodyContent h4,
.bodyContent p,
.bodyContent ul {
	max-width: 850px;
}

.ahsBuild h2 {
	/*font-size: 45px;*/
}

@media screen and (max-width: 992px) {
	.ahsBuild h2 {

		font-size: 2rem;
		line-height: 2.5rem;
	}
}

.bodyContent ul li, .bodyContent ol li {
	/*text-indent: -2em;
  padding-left: 2em;*/
}

.bodyContent .home-section-container {
	margin-bottom: 2.5rem;
	color: #000;
}

.bodyContent .photos-container {
	background-color: #fffff0;
	padding: 2.5rem 0;
	margin-bottom: 2.5rem;
}

.section-headings {
	margin-bottom: 1.125rem;
}

.section-headings h2 {
	font-size: 2.55em;
	font-weight: 400 !important;
	letter-spacing: 0;
	color: inherit;
	margin-bottom: 0.5rem;
}

.dsTestSliderWrap .section-headings h2 {
	text-align: center;
}

.nowrap {
	white-space: nowrap;
}

.NoBr br {
	display: none;
}

@media screen and (max-width: 640px) {
	.section-headings h2 {
		font-size: 32px;
	}
}

.section-headings p {
	font-size: 1.25rem;
	margin: 0;
}

.section-wrap {
	margin-left: -0.5rem;
	margin-right: -0.5rem;
	display: flex;
	flex-wrap: wrap;
}

.section-video-wrap {
	align-items: center;
}

.section-video-wrap.flex-row {
	flex-direction: row;
}

.section-video-wrap.flex-row-reverse {
	flex-direction: row-reverse;
}

.image_block {
	width: 100%;
	padding: 0 0.5rem;
}

.video-block {
	width: 100%;
	padding: 0 0.5rem;
}

.video-block h3 {
	font-size: 1.5rem;
	margin-bottom: 1rem;
	font-weight: 400 !important;
}

.consultation-item-wrap {
	padding: 0 0.5rem;
	width: 100%;
	margin-bottom: 1rem;
}

@media (min-width: 641px) {
	.consultation-item-wrap {
		width: 50%;
	}

	#carpet_fibers .consultation-item-wrap, .page-id-9990 #maintenance .consultation-item-wrap, .page-id-10017 #maintenance .consultation-item-wrap, .page-id-10018 #lifestyle .consultation-item-wrap, .page-id-10050 #lifestyle .consultation-item-wrap {
		width: 33.33%;
	}

	/*
  .page-id-601 .consultation-item-wrap:first-child, .page-id-601 .consultation-item-wrap:nth-child(2), .page-id-601 .consultation-item-wrap:nth-child(3) {
  width: 33.33%;
}
*/
	.page-id-10050 #vinyl_plank .consultation-item-wrap, .page-id-10018 #right_floor .consultation-item-wrap {
		width: 33.33%;
	}

}

@media (min-width: 992px) {
	.bodyContent .home-section-container {
		margin-bottom: 5rem;
		color: #000;
	}

	.bodyContent .photos-container {
		padding: 5rem 0;
	}

	.section-headings {
		margin-bottom: 2.5rem;
		text-align: center;
	}

	.image_block {
		width: 50%;
	}

	.video-block {
		width: 50%;
	}

	.video-block h3 {
		display: none;
	}
}

.gform_body ul li {
	text-indent: initial;
	padding-left: initial;
}

ul li, ol li {
	font-size: 24px;
	line-height: 30px /*!important*/;
}

h1 {
	letter-spacing: 5px /*!important*/;
	line-height: 46px;
	color: #017f7c;
	text-transform: initial !important;
	font-size: 3rem /*!important*/;
}

.tag {
	padding: 0;
}

.normalPage {
	padding-top: 100px !important;
}

.hide {
	display: none;
}

@media screen and (max-width: 767px) {
	#mainFooter div {
		margin: 0;
	}
}

.modal-backdrop {
	z-index: -1 !important;
}

.container-fluid {
	/*padding-left: 15px !important;
  padding-right: 15px !important;*/
}

.col-centered {
	display: inline-block;
	float: none;
}

.latestPosts {
	display: flex;
	flex-direction: column;
}

.latestPosts .latest_article {
	order: 2
}

.latestPosts .latestVids {
	order: 3
}

input[type="text"],
select.gfield_select,
textarea {
	border: 1px solid #ccc;
}

select.gfield_select {
	min-height: 51px;
	border-radius: 0;
	background: url('https://d3fq9trs5x2hk.cloudfront.net/wp-content/uploads/2017/01/selectbox-arrow-custom.png');
	background-position: 100% center;
	background-repeat: no-repeat;
	padding: 2px 0 2px 30px !important;
	-webkit-appearance: none;
	-moz-appearance: none;
}

.gfield_checkbox li input,
.gfield_checkbox li input[type=checkbox],
.gfield_radio li input[type=radio] {
	margin-right: 13px;
	margin-top: 0 !important;
}

#wpadminbar {
	z-index: 30000000000000 !important;
}

.scrolloff {
	pointer-events: none;
}

h1, h2, h3, h4, h5 {

	font-weight: 700 !important;
}

h1 {
	font-size: 3.2em;
	text-transform: uppercase;
}

@media (min-width: 1025px) {
	h1 {
		letter-spacing: 15px;
	}
}

h2 {
	letter-spacing: 5px;
	line-height: 46px;
	color: #017f7c;
}

span.dayDivide {
	min-width: 175px;
	display: inline-block;
}

.mapOverlay {
	/*background:transparent;
  position:relative;
  width:100%;
  height:600px;
  top:600px;
  margin-top:-600px; */
}

.vtOverlay {
	height: 650px; /* your iframe height */
	top: 650px; /* your iframe height */
	margin-top: -650px; /* your iframe height */
}

/*.show-under-twelve {
  display: block;
}*/
iframe {
	max-width: 100%;
}

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

	.sub-nav ul .sub-nav {
		background: transparent;
	}

	.page-id-516 td {
		display: block;
		width: 100%;
	}

	.page-id-585 .dsGridSystemJ {
		display: block;
	}

	.page-id-585 .gform_wrapper {
		width: 100%;
		padding: 0 50px;
	}

	.pageBread {
		padding-top: 150px;
	}

	.bSpot .btn-group > .btn {
		white-space: normal;
	}

	.featuredSliderL div.slick-slide img {
		height: auto !important;
	}
}

@media screen and (max-width: 880px) {
	.container {
		padding: 0 20px;
	}
}

@media (min-width: 1201px) {
	.show-under-twelve {
		display: none;
	}
}

a {
	/*color: #00a9a4;*/
	color: #017f7c;
}

a:hover,
a:focus {
	/*color: #00a9a4;*/
	color: #017f7c;
}

.button {
	background-color: #fff;
}

.btn,
button,
.button {
	letter-spacing: .1em;
	margin: 1em auto;
	padding-bottom: 1em !important;
	padding-left: 1.3em !important;
	padding-right: 1.3em !important;
	padding-top: 1em !important;
	box-shadow: 0;
	transition: box-shadow 0.3s ease-in-out;
	color: #fff;
}

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

@media (min-width: 992px) {
	.btn,
	button,
	.button {
		letter-spacing: 5px;
	}
}

button:hover,
.button:hover {
	text-decoration: none;
}

.btn {
	margin-left: .4em;
	margin-right: .4em;
}

.ahsBuild .btn, .btn {
	background: #00a9a4;
	background: -moz-linear-gradient(top, #00a9a4 0%, #007c78 100%);
	background: -webkit-linear-gradient(top, #00a9a4 0%, #007c78 100%);
	background: linear-gradient(to bottom, #00a9a4 0%, #007c78 100%);
	-webkit-box-shadow: 0px 0px 33px 0px rgba(0, 0, 0, 0.39);
	-moz-box-shadow: 0px 0px 33px 0px rgba(0, 0, 0, 0.39);
	box-shadow: 0px 0px 33px 0px rgba(0, 0, 0, 0.39);
	border-radius: 0 !important;
	text-transform: uppercase;
}

.transparent-btn {
	box-shadow: inset 0 0 0 3px #017f7c;
	padding-bottom: 1em !important;
	padding-left: 1.3em !important;
	padding-right: 1.3em !important;
	padding-top: 1em !important;
	color: #fff;
	transition: box-shadow 0.3s ease-in-out;
}

.transparent-btn:hover,
.transparent-btn:focus {
	background: #fff;
	color: #00a9a4 !important;
	box-shadow: inset 0 0 0 3px #00a9a4;
}

body img.gform_ajax_spinner {
	/*display: none !important;*/
	width: 30px;
	height: auto;
	margin-bottom: 17px;
}

.cta-button, .gform_next_button, .gform_previous_button,
.gform_wrapper input[type="submit"] {
	background: #00a9a4;
	background: -moz-linear-gradient(top, #00a9a4 0%, #007c78 100%) !important;
	background: -webkit-linear-gradient(top, #00a9a4 0%, #007c78 100%) !important;
	background: linear-gradient(to bottom, #00a9a4 0%, #007c78 100%) !important;
	/*width: 400px;*/
	width: auto;
	max-width: 100%;
	text-align: center;
	color: #fff !important;
	display: block;
	margin: 1em auto;
}

#gform_wrapper_12 #gform_fields_12 .gfield {
	margin-top: 16px !important;
}

@media (min-width: 991px) {
	.cta-button,
	.gform_wrapper input[type="submit"] {
		display: inline-block;
		margin: 1em;
	}
}

.cta-button:hover,
.cta-button:focus,
.gform_wrapper input[type="submit"]:hover,
.gform_wrapper input[type="submit"]:focus {
	/*background: rgba(255, 255, 255, 0.7);*/
	background: #fff;
	color: #00a9a4;
	box-shadow: inset 0 0 0 3px #00a9a4;
}

.cta-container {
	text-align: center;
	display: block;
	max-width: 92%;
	margin: auto;
}

.ahsContent .cta-button,
.gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=image], .gform_wrapper .gform_footer input[type=submit] {
	-webkit-box-shadow: 0px 0px 33px 0px rgba(0, 0, 0, 0.39);
	-moz-box-shadow: 0px 0px 33px 0px rgba(0, 0, 0, 0.39);
	box-shadow: 0px 0px 33px 0px rgba(0, 0, 0, 0.39);
}

.ahsContent .cta-button:hover,
.ahsContent .cta-button:focus {
	/*background: rgba(255, 255, 255, 0.9);*/
	background: #fff;
}

.breadcrumbs,
.breadcrumbs a {
	font-size: 22px;
	line-height: 36px;
	color: #373a3c;
	margin: .5em 0;
}

.bSpot .cta-button {
	-webkit-box-shadow: 0px 4px 35px -1px rgba(0, 0, 0, 0.29);
	-moz-box-shadow: 0px 4px 35px -1px rgba(0, 0, 0, 0.29);
	box-shadow: 0px 4px 35px -1px rgba(0, 0, 0, 0.29);
}

/*Gform Basic Styling*/

/* .gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield div.ginput_complex span.ginput_left select, .gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield div.ginput_complex span.ginput_right select, .gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield input[type=radio], .gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield select,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
} */

.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
	padding: 22px 16px !important;
	background: #fff;
	color: #373a3c;
}

.page-template-template-form-page .gform_wrapper .gfield_time_hour input[type=number]:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.page-template-template-form-page .gform_wrapper .gfield_time_minute input[type=number]:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
	padding: 9px 5px !important;
	width: 4rem !important;
}

.page-template-template-form-page .gform_wrapper .gfield_time_hour i {
	margin-top: 0;
}

.ginput_container_time select {
	height: 51px !important;
}

/*Header*/

#colesNav {
	background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6000000', endColorstr='#00000000', GradientType=0); /* IE6-9 */
}

i.fa-search {
	font-size: 30px;
	padding: 3px;
	color: #fff;
}

.dsColesTopBarPanel i.fa-search {
	font-size: inherit;
	color: inherit;
}

@media (max-width: 991px) {
	.dsColesTopBarPanel {
		padding: 0.6rem;
	}

	.dsColesTopBarPanel i.fa-search {
		font-size: 1.5rem;
	}
}

#colesNav .search-btn.col-md-1 {
	text-align: right;
	padding-right: 2em;
}

#mobileMenu .mobile-icon {
	margin-left: 2em;
	/*   margin-top:1em; */
	margin-top: .5em;
	width: 100px;
}

body {
	overflow-x: hidden;
	padding-right: 0 !important;
}

nav.navbar {
	padding: 0 !important;
}

#colesNav .dropdown {
	position: initial !important;
}

#mobileMenu {
	width: 100%;
	height: 100px;
	background: #fff;
}

.navbar-header i {
	/*border-radius: 100%;
  background: #00a9a4;
  padding: 15px 17px;
  color: #fff;*/
}

#nav-expander .fa-bars,
#nav-expander .fa-phone {
	color: white !important;
	padding-top: 8px;
	padding-left: 4px;
	padding-bottom: 8px;
	padding-right: 8px;
}

#nav-expander {
	/*border-radius: 100%;
background: #00a9a4;
padding: 15px 17px;
color: #fff;
margin-left: 20px;*/
}

#nav-expander .fa-bars {
	padding-top: 21px;
}

.navbar-header i.fa-phone {
	font-size: 32px;
	padding-top: 35px;
	padding-left: 36px;
	padding-bottom: 33px;
	padding-right: 39px;
	/*background: #00a9a4;*/
	border-radius: 50%;
	color: #fff;
}

.navbar-header .header-phone {
	/*position: absolute;
  right: 7em;
  top: 1em;*/
}

.dropdown.phone-menu .dropdown-menu {
	top: 97px !important;
	right: 0;
	position: initial;
}

.dropdown-menu {
	height: 55vh;
	overflow-y: scroll;
}

.mobile-dropdown-link {
	position: absolute;
	top: 1em;
	color: #f7f7f7;
	display: block;
	font-size: 0px;
	font-weight: 400;
	height: 80px;
	margin-right: 0;
	/* position: absolute; */
	right: 0;
	text-decoration: none;
	text-transform: uppercase;
	transition: right 0.3s ease-in-out 0s;
	width: 80px;
	z-index: 12;
	transition: right 0.3s ease-in-out 0s;
	-webkit-transition: right 0.3s ease-in-out 0s;
	-moz-transition: right 0.3s ease-in-out 0s;
	-o-transition: right 0.3s ease-in-out 0s;
	border-radius: 0;
	width: 100px;
	height: 100px;
	background: #00a9a4;
	right: 100px;
}

.mobile-dropdown {
	display: none;
	list-style: none;
	text-align: right;
}

@media (min-width: 1025px) {
	.phone-menu-drop {
		display: none;
	}
}

@media (max-width: 419px) {
	.ahsContent .ahsCTAs {
		white-space: normal;
	}
}

@media (max-width: 400px) {
	.phone-menu-drop li a {
		font-size: 16px;
	}
}

@media (max-width: 375px ) {
	.mobile-dropdown-link {
		width: 70px;
	}

	.navbar-header i.fa-phone {
		padding-right: 22px;
		padding-left: 22px;
	}
}

.dropdown.phone-menu .header-phone.dropdown-toggle::after {
	display: none;
}

.navbar-header .nav-expander {
	/*position: absolute;
  top: 1em !important;
  right: 2em !important;
  width: auto;
  height: auto;
  padding: 0;*/
	height: 100px;
}

/*Nav Menu*/

.navHome {
	height: 200px !important;
}

#navBar .mainMenu li a {
	height: 175px;
}

#navBar .mainMenu > li a {
	padding: 18px 0;
}

#navBar .mainMenu > li {
	width: calc(100% / 9);
}

@media (max-width: 1240px) {
	#navBar .mainMenu > li {
		font-size: 22px;
		width: calc(100% / 10);
	}
}

@media (max-width: 1100px) {
	#navBar .mainMenu > li {
		font-size: 20px;
	}
}

.navHome {
	min-width: 332px;
	height: 170px;
}

/*FOOTER*/

ul.locations-list {
	max-width: initial;
}

#mainFooter h3 {
	font-size: 1.75rem;
}

@media (min-width: 1240px) {
	#mainFooter ul.footerM2 li {
		width: 50%;
		display: inline-block;
		float: left;
	}
}

#mainFooter {
	padding: 55px 0 0;
	background: #017f7c;
	color: #fff;
}

#mainFooter a {
	color: #fff;
}

#mainFooter li {
	list-style: none;
}

#mainFooter .col-md-3:nth-child(3) li {
	font-size: 24px;
}

@media (min-width: 768px) {
	#mainFooter .row {
		padding-bottom: 2em;
	}

	#mainFooter .col-md-3 {
		padding-bottom: 2em;
		border-right: 2px solid rgba(125, 234, 222, 0.2);
	}

	#mainFooter .col-md-3:nth-child(2) {
		border-right: 0;
	}

	#mainFooter .col-md-3:nth-child(3) {
		border-left: 2px solid rgba(125, 234, 222, 0.2);
	}

	#mainFooter .col-md-3:first-child,
	#mainFooter .col-md-3:last-child {
		border-right: 0;
	}
}

@media (min-width: 1100px) {
	#mainFooter .col-md-3 {
		padding-left: 2em;
	}

	#mainFooter .col-md-3:nth-child(2) {
		padding-left: 6em;
	}

	#mainFooter .col-md-3:first-child,
	#mainFooter .col-md-3:last-child {
		padding-left: 2em;
	}

	#mainFooter .social-column .footerSM,
	#mainFooter .social-column .anniversaryIconFooter {
		width: 50%;
	}
}

#mainFooter .social-column .footerSM,
#mainFooter .social-column .anniversaryIconFooter {
	display: inline-block;
	float: left;
}

#mainFooter .social-column .footerSM li {
	margin: 0.35em;
	display: inline-block;
}

#utilityFooter {
	background: #006462;
	padding: 1em 1em 0.75em;
}

#utilityFooter .utilityFooterContent {
	text-align: center;
}

#utilityFooter p {
	display: inline-block;
	margin-bottom: 0;
}

#utilityFooter ul.ufooter {
	margin-bottom: 0;
	display: inline-block;
}

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

	#mainFooter .container {
		padding: 0;
	}

	#mainFooter .col-md-3 {
		border-top: 2px solid rgba(125, 234, 222, 0.2);
		padding-top: 2em;
		padding-bottom: 1em;
	}

	#mainFooter .col-md-3:first-child {
		border-top: 0;
	}

	#mainFooter div:first-child {
		/* margin: 35px 0px; */
		margin: 0;
	}

	#mainFooter .col-md-3:last-child {
		padding-bottom: 0;
	}

	#mainFooter {
		padding: 0;
	}

	#mainFooter #utilityFooter {
		margin: 0;
	}

}

@media (min-width: 768px) {
	#mainFooter .col-md-3:first-child {
		text-align: right;
	}
}

@media (min-width: 960px) and (max-width: 1400px) {
	#mainFooter .col-md-3 {
		padding-left: 2em;
	}
}

/*Locations - Footer*/

#footerLocations #modal-title {
	margin-bottom: .25em;
	font-size: 28px;
	line-height: 40.6px;
}

.footer-title {
	line-height: 1;
}

#footerLocations #modal-phone {
	margin-bottom: 0;
}

#footerLocations {
	/*height: 650px;
  background: url(/wp-content/uploads/2016/12/map.jpg);
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;*/
}

.mapContainer {
	position: relative;
}

.mapContainer #locationMap {
	width: 100%;
	height: 100%;
}

.mapContainer a {
	position: absolute;
	cursor: pointer;
}

.mapContainer a:hover img.mapPin-og {
	display: none;
}

.mapContainer a img.mapPin-hover {
	display: none;
}

.mapContainer a:hover img.mapPin-hover {
	display: block;
}

#fLocationOne {
	top: 2%;
	right: 35.5%;
}

#fLocationTwo {
	left: 54.5%;
	top: 40%;
}

#fLocationThree {
	left: 61%;
	bottom: 26%;
}

#fLocationFour {
	right: 30%;
	bottom: 21%;
}

#fLocationFive {
	left: 58.5%;
	bottom: 4%;
}

#fLocationSix {
	left: 56.5%;
	bottom: 8%;
}

@media (min-width: 1700px) {
	#fLocationOne {
		top: 9%;
		right: 36.5%;
	}
}

.locationPopup {
	position: absolute;
	top: 19%;
	left: 2em;
	height: 425px;
	width: 850px;
	background: #fff;
}

.locationPopup .popupBody {
	width: 100%;
	height: 100%;
	position: relative;
	background: url(https://d3fq9trs5x2hk.cloudfront.net/wp-content/uploads/2016/12/santee-location.jpg);
	background-size: 50% !important;
	background-position: 100% 100% !important;
	background-repeat: no-repeat !important;
	padding: 2em;
}

.close-Popup {
	position: absolute;
	right: -23px;
	font-size: 24px;
	color: #fff !important;
	top: -23px;
	z-index: 10000;
	border-radius: 100%;
	padding: 3px 14px;
	background: #006462;
}

.locationPopup .leftContent {
	display: inline-block;
	float: left;
	width: 50%;
	position: relative;
	height: 100%;
}

.locationPopup .directions-link {
	position: relative;
	font-size: 22px;
	line-height: 36px;
}

.locationPopup.locationHoursCont {
	width: 100%;
	display: block;
}

.locationPopup p.locationDay,
.locationPopup p.locationTime {
	display: inline-block;
	float: left;
	margin-bottom: 0;
	line-height: 1.3;
}

.locationPopup p.locationDay {
	width: 30%;
}

.locationPopup p.locationTime {
	width: 70%;
}

.mapContainer .modal {
	position: absolute;
	width: 100%;
	height: 100%;
}

.mapContainer .modal-dialog {
	position: absolute;
	bottom: 0;
	top: 0;
	left: 0;
	background: none;
}

ul.locations-list {
	background: #63bab1;
	list-style: none;
	text-align: center;
	color: #fff;
	margin-bottom: 0;
}

.location-hidden {
	display: none;
	padding-left: 1.5rem;
	font-size: 1.25rem;
}

@media (min-width: 992px) {
	.location-hidden {
		font-size: 1.125rem;
	}
}

.location-hidden .location-phone {
	margin: 0.25rem;
	color: #fff;
	display: inline-block;
}

.location-hidden i {
	font-size: 1.125rem;
	padding-right: 0.5rem;
}

.location-direction {
	text-transform: uppercase;
	color: #fff;
}

.location-direction:hover,
.location-direction:focus {
	color: #c4973a;
}

.location-hidden .location-phone:hover,
.location-hidden .location-phone:focus {
	color: #c4973a;
}

li.location-title {
	padding: 1em 0;
}

li.location-title h2 {
	letter-spacing: 1px;
}

li.location {
	border-top: 1px solid rgb(125, 234, 222);
	position: relative;
}

li.location a {
	color: #fff !important;
	width: 100%;
	height: 100%;
	position: relative;
	padding: .75em 0;
	display: block;
}

li.location a:hover {
	text-decoration: none;
}

li.location:hover,
li.location:focus,
li.location:active {
	background: #017f7c;
}

@media (min-width: 1200px) and (max-width: 1650px) {

	.locationPopup {
		height: 300px;
		width: 800px;
		top: 13%;
	}

	.locationPopup h3 {
		font-size: 24px;
	}

	.locationPopup p {
		margin-bottom: 0;
	}

	.locationPopup .popupBody {
		padding: 1em 2em;
	}

	.locationPopup span,
	.locationPopup p,
	.locationPopup a#directions-link {
		font-size: 16px;
		line-height: 24px;
	}

	.locationPopup p#fax {
		margin-bottom: 10px;
	}

	.locationPopup p#modal-phone {
		margin-top: 10px;
	}

}

/*Home Aspot*/

.ahsContent {
	top: initial !important;
	/*bottom: -2.5em;*/
	bottom: -3rem;
}

.ahsContent h1 span {
	letter-spacing: 5px;
}

.ahsBuild.home-page {
	background-position: 85% 50% !important;
}

@media (max-width: 502px) {
	body.home .ahsContent {
		top: 104% !important;
		bottom: initial !important;
	}
}

@media (max-width: 640px) {
	.ahsBuild.home-page {
		position: relative;
		background: linear-gradient(rgba(35, 35, 35, 0.0), rgba(35, 35, 35, 0.8)), url(https://d3fq9trs5x2hk.cloudfront.net/wp-content/uploads/2016/12/mobile.jpg) !important;
		background-position: 85% 50% !important;
		height: 700px !important;
	}

	.ahsBuild.home-page .ahsMainContainer {
		height: 700px !important;
	}
}

@media (max-width: 640px) {
	.ahsContent h1 span,
	.ahsContent h1 {
		font-size: 20px !important;
		line-height: 1.5;
	}
}

@media (max-width: 991px) {
	.ahsContent h1 span,
	.ahsContent h1 {
		font-size: 22px;
	}
}

@media (min-width: 640px) and (max-width: 991px ) {
	.cta-container .cta-button {
		display: inline-block;
		margin: 1em;
		max-width: 280px;
	}
}

/*
@media (max-width: 640px) {
  .ahsContent {
      top: initial !important;
      bottom: -6.65em;
      max-width: 100%;
      right: 0 !important;
      left: 0 !important;
      width:100%;
      margin: 0 !important;
  }
}*/

.mainContentBlock {
	z-index: 2 !important;
}

#video-modal, #searchform-wrap, .video-wrap {
	background: rgba(0, 0, 0, 0.8)
}

#video-modal .modal-content,
.video-wrap .modal-content,
#searchform-wrap .modal-content {
	background: transparent;
	border: 0;
}

#video-modal .modal-header,
.video-wrap .modal-header,
#searchform-wrap .modal-header {
	border-bottom: 0;
}

#video-modal .modal-header .close,
.video-wrap .modal-header .close,
#searchform-wrap .modal-header .close {
	color: white;
	opacity: 1;
}

#video-modal .modal-dialog,
.video-wrap .modal-dialog,
#searchform-wrap .modal-dialog {
	max-width: 80%;
	padding-top: 10%;
}

/*GCB's*/

/*General Bspot GCB*/

.gcb.bSpot {
	margin-top: -40px;
}

.bSpot .bSpotTitle {
	/*color: #00a9a4;*/
	color: #017f7c;
	font-weight: normal !important;
}

/*Icons Block*/

.id-198 {
	padding-top: 2em;
	padding-bottom: 4em;
	max-width: 1600px;
	width: 100%;
	margin: auto;
}

.id-198 h2 {
	margin-bottom: .75em !important;
	font-size: 28px;
	line-height: 36px;
	letter-spacing: normal;
}

.id-198 .card-block {
	/*padding: 1.25rem;*/

}

@media (max-width: 640px) {
	.id-198 {
		padding-top: 100px;
	}
}

@media (max-width: 767px) {
	.id-198 .gridColumns {
		padding: 40px 65px;
	}
}

@media (min-width: 768px) {
	.id-198 .gridColumns {
		padding: 2em 1em 3em;
		height: 400px;
	}

	.id-198 .gridColumnIcon {
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
	}
}

@media (min-width: 1400px) {
	.id-198 .gridColumns {
		height: 350px;
	}
}

@media (min-width: 1100px) and (max-width: 1399px) {
	.id-198 .gridColumns {
		height: 400px;
	}
}

@media (max-width: 1200px) {
	.id-198 .gridColumns p {
		font-size: 20px;
	}
}

@media (max-width: 1040px) {
	.id-198 .gridColumns p {
		font-size: 18px;
	}
}

@media (max-width: 991px) {
	.id-198 .gridColumns p {
		font-size: 17px;
	}
}

@media (max-width: 920px) {
	.id-198 .gridColumns p {
		font-size: 13px;
	}
}

@media (max-width: 767px) {
	.id-198 .gridColumns p {
		font-size: 22px;
	}
}

@media (min-width: 768px) {
	.id-198 .row .gridColumns:first-child {
		padding-right: 32px !important;
	}

	.id-198 .row .gridColumns:nth-child(2) {
		padding-left: 32px !important;
	}
}

@media (max-width: 1500px) {
	.ID334 .gridColumns {
		padding-left: 15px;
		padding-right: 15px;
	}
}

@media (max-width: 767px) {
	.ID334 .gridColumns {
		padding-left: 0px;
		padding-right: 0px;
	}
}

/*1 Year Satisfaction Guarantee*/

.gcb.one-year-satisfaction-guarantee .sat-guar-vid-bg {
	background: url(https://d3fq9trs5x2hk.cloudfront.net/wp-content/uploads/2016/12/video.jpeg);
	background-position: 20%;
	padding-right: 0 !important;
	padding-left: 0 !important;
	background-size: cover !important;
	background-repeat: no-repeat !important;
	height: 830px;
}

.gcb.one-year-satisfaction-guarantee h2 {
	color: #fff;
}

@media (max-width: 991px) {

	.gcb.one-year-satisfaction-guarantee .rightColumn {
		margin-top: -1em;
	}

	.gcb.one-year-satisfaction-guarantee .sat-guar-vid-bg {
		height: 550px;
	}
}

@media (max-width: 400px) {
	.one-year-satisfaction-guarantee .rightColumn {
		height: 1000px;
	}
}

.gcb.one-year-satisfaction-guarantee .sat-guar-map-content .button-wrapper {
	margin-top: 3em;
	position: relative;

}

.gcb.one-year-satisfaction-guarantee .sat-guar-map-bg {
	background: url(https://d3fq9trs5x2hk.cloudfront.net/wp-content/uploads/2016/12/map-background.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	height: 830px;

}

.gcb.one-year-satisfaction-guarantee .sat-guar-map-content {
	padding: 15% 0 0 10%;
	max-width: 930px;
}

.gcb.one-year-satisfaction-guarantee .leftColumn {
	padding: 0;
}

.gcb.one-year-satisfaction-guarantee p.stop-auto-p + p {
	/*display: none;*/
}

.gcb.one-year-satisfaction-guarantee .modal-body {

	position: relative;
	margin: 0;
	width: 10em;
	display: inline-block;
	width: 100%;
	padding: 0 0 50%;

}

.gcb.one-year-satisfaction-guarantee .modal-body iframe {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

@media (min-width: 1400px) {
	.gcb.one-year-satisfaction-guarantee .sat-guar-map-bg,
	.gcb.one-year-satisfaction-guarantee .sat-guar-vid-bg {
		height: 700px;
	}

	.gcb.one-year-satisfaction-guarantee .sat-guar-map-content {
		padding: 10% 0 0 10%;
	}
}

@media (min-width: 2300px) {
	.gcb.one-year-satisfaction-guarantee .sat-guar-map-content {
		/*padding: 5% 10% 0 10%;*/
	}
}

.gcb.one-year-satisfaction-guarantee .hide-on-tablet {
	display: block;
}

.gcb.one-year-satisfaction-guarantee .hide-on-mobile {
	display: none;
}

@media (min-width: 640px) {
	.gcb.one-year-satisfaction-guarantee .hide-on-tablet {
		display: none;
	}

	.gcb.one-year-satisfaction-guarantee .hide-on-mobile {
		display: block;
	}
}

/*Awards*/

.gcb.awards-block-slider {
	padding-top: 4em !important;
}

.gcb.awards-block-slider h2 {
	text-align: center;
	/*color: #00a9a4;*/
	color: #017f7c;
}

.gcb.coles-fine-flooring-awards {
	padding: 8em 0 2em;
	max-width: 1200px;
	width: 100%;
	margin: auto;
}

.gcb.coles-fine-flooring-awards .gcb-title {
	/*color: #00a9a4;*/
	color: #017f7c;
	text-align: center;
	margin-bottom: 1em;
}

.gcb.coles-fine-flooring-awards .gridColumns {
	/*padding: 1em 2em;*/
	padding: 0;
}

.gcb.coles-fine-flooring-awards .gridColumns .gridColumnTitleInfo {
	display: none;
}

.gcb.awards-buttons .button {
	min-width: 275px;
}

.gcb.awards-buttons {
	padding: 0 0 6em 0;
}

.gcb.awards-block-slider .carousel .carousel-item {
	text-align: center;
}

.gcb.awards-block-slider .carousel {
	padding: 4em 0;
}

.gcb.awards-block-slider .carousel .carousel-indicators {
	left: 0;
	right: 0;
}

.gcb.awards-block-slider .carousel .carousel-indicators li {
	background: #e1e1e1;
}

.gcb.awards-block-slider .carousel .carousel-indicators li.active {
	background: #6d6e72
}

@media (min-width: 768px) {
	.gcb.awards-block-slider {
		display: none;
	}
}

@media (max-width: 767px) {
	.gcb.coles-fine-flooring-awards {
		display: none;
	}
}

@media (max-width: 991px) {
	.gcb.coles-fine-flooring-awards .gridColumns {
		padding: 1em;
	}

	.gcb.coles-fine-flooring-awards {
		padding-left: 1em;
		padding-right: 1em;
	}
}

/*Customer Satisfaction Default BLock*/

.gcb.customer-satisfaction-default-block .content-wrapper {
	width: 935px;
	max-width: 100%;
	margin: auto;
	margin-bottom: 8em;
}

@media (max-width: 1200px) {
	.gcb.customer-satisfaction-default-block .content-wrapper {
		/*padding-left: 4em;
    padding-right: 4em;*/
	}
}

.gcb.customer-satisfaction-default-block .content-wrapper h2 {
	/*margin-bottom: 2em;*/
	margin-bottom: .75rem;
	/*color: #00a9a4;*/
	color: #017f7c;
	text-align: left;
}

.gcb.customer-satisfaction-default-block {
	padding-top: 6em;
	padding-bottom: 6em;
	border-top: 1px solid #ccc;
}

@media (min-width: 960px) {
	.gcb.customer-satisfaction-default-block .hide-on-desktop img {
		padding: 0 3em;
	}
}

/*FLOOR SAMPLES BLOCK*/

.gcb.floor-samples-block .overlay {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.40);
}

.gcb.floor-samples-block .column-content {
	text-align: center;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.gcb.floor-samples-block h2 {
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 1);
	color: #fff;
	line-height: 1.3;
	font-size: 28px;
}

@media (min-width: 1200px) and (max-width: 1599px) {
	.gcb.floor-samples-block h2 {
		font-size: 18px;
	}
}

.gcb.floor-samples-block .columns {
	background-repeat: no-repeat !important;
	background-size: cover !important;
	background-position: 50% 50% !important;
	float: left;
	position: relative;
	overflow: hidden;
	width: 100%;
	padding-bottom: 30%;
	margin: 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.6);
}

@media (max-width: 1199px) {
	.gcb.floor-samples-block .columns:first-child {
		margin-top: 0;
	}

	.gcb.floor-samples-block .columns:last-child {
		margin-bottom: 0;
	}
}

@media (min-width: 1200px ) {
	.gcb.floor-samples-block .columns {
		width: calc(100% / 7);
		padding-bottom: calc(100% / 7);
		border-right: 1px solid rgba(255, 255, 255, 0.6);
	}

	.gcb.floor-samples-block .columns:last-child {
		border-right: 0;
	}

	.gcb.floor-samples-block .column-content {
		/*padding-bottom: 40px;*/
	}
}

.gcb.floor-samples-block .columns.carpet {
	background: url('https://d3fq9trs5x2hk.cloudfront.net/wp-content/uploads/2017/10/350x290px-carpet.jpg');
}

.gcb.floor-samples-block .columns.hardwood {
	background: url('https://d3fq9trs5x2hk.cloudfront.net/wp-content/uploads/2017/10/350x290px-hardwood.jpg');
}

.gcb.floor-samples-block .columns.laminate {
	background: url('https://d3fq9trs5x2hk.cloudfront.net/wp-content/uploads/2017/01/laminate-swatch.jpg');
}

.gcb.floor-samples-block .columns.tile {
	background: url('https://d3fq9trs5x2hk.cloudfront.net/wp-content/uploads/2017/10/350x290px-tile-stone.jpg');
}

.gcb.floor-samples-block .columns.vinyl {
	background: url('https://d3fq9trs5x2hk.cloudfront.net/wp-content/uploads/2017/10/350x290px-luxury-vinyl.jpg');
}

.gcb.floor-samples-block .columns.rugs {
	background: url('https://d3fq9trs5x2hk.cloudfront.net/wp-content/uploads/2017/10/350x290px-area-rugs.jpg');
}

.gcb.floor-samples-block .columns.bath {
	background: url('https://d3fq9trs5x2hk.cloudfront.net/wp-content/uploads/2017/10/350x290px-kitchen-bath.jpg');
}

/*The Carpet Experts Block*/
.gcb.the-carpet-experts-fittyfitty-video-block .row {
	margin-left: 0;
	margin-right: 0;
}

.gcb.the-carpet-experts-fittyfitty-video-block .leftColumn {
	padding: 0;
}

.gcb.the-carpet-experts-fittyfitty-video-block h2 {
	color: #fff;
}

.gcb.the-carpet-experts-fittyfitty-video-block .sat-guar-vid-bg {
	background: url(https://d3fq9trs5x2hk.cloudfront.net/wp-content/uploads/2016/12/video-preview.jpg);
	background-position: 100% 50%;
	padding-right: 0 !important;
	padding-left: 0 !important;
	background-size: cover !important;
	background-repeat: no-repeat !important;
	height: 850px;
}

a.play-button-link {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	top: 0;
	height: 100px;
	width: 100px;
	margin: auto;
	cursor: pointer;
}

@media (max-width: 991px) {
	.gcb.the-carpet-experts-fittyfitty-video-block .sat-guar-vid-bg {
		height: 550px;
	}
}

@media (max-width: 1260px) {
	.gcb.the-carpet-experts-fittyfitty-video-block .sat-guar-map-bg,
	.gcb.the-carpet-experts-fittyfitty-video-block .sat-guar-map-bg,
	.gcb.the-carpet-experts-fittyfitty-video-block .sat-guar-vid-bg {
		height: 875px;
	}
}

.gcb.the-carpet-experts-fittyfitty-video-block .sat-guar-map-content .button-wrapper {
	margin-top: 3em;
	position: relative;
}

.gcb.the-carpet-experts-fittyfitty-video-block .sat-guar-map-bg {
	height: 850px;

}

.gcb.the-carpet-experts-fittyfitty-video-block .sat-guar-map-content {
	padding: 10% 0 0 10%;
	max-width: 930px;
}

@media (min-width: 1400px) {
	.gcb.the-carpet-experts-fittyfitty-video-block .sat-guar-map-bg,
	.gcb.the-carpet-experts-fittyfitty-video-block .sat-guar-vid-bg {
		height: 700px;
	}

	.gcb.the-carpet-experts-fittyfitty-video-block .sat-guar-map-content {
		padding: 5% 0 0 10%;
	}
}

@media (min-width: 2300px) {
	.gcb.the-carpet-experts-fittyfitty-video-block .sat-guar-map-content {
		/*padding: 5% 10% 0 10%;*/
	}
}

/*SD Carpet Solutions Block*/

.gcb.san-diego-carpet-solutions-section {
	padding: 6em 0 8em 0;
}

.gcb.san-diego-carpet-solutions-section .row {
	margin-left: 0;
	margin-right: 0;
}

.gcb.san-diego-carpet-solutions-section h2.gcb-title {
	text-align: center;
	margin-bottom: 2em;
	/*color: #00a9a4;*/
	color: #017f7c;
	text-transform: uppercase;
}

.gcb.san-diego-carpet-solutions-section .clear {
	height: 0px;
}

.gcb.san-diego-carpet-solutions-section img {
	height: 100%;
	width: 100%;
}

.gcb.san-diego-carpet-solutions-section .gridColumns {
	position: relative;
	padding: 0;
	padding-left: 15px;
	padding-right: 15px;
}

.gcb.san-diego-carpet-solutions-section .gridColumnTitleInfo {
	position: absolute;
	top: 45%;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
}

.gcb.san-diego-carpet-solutions-section a {
	color: #fff !important;
	font-size: 28px;
	line-height: 32px;
}

@media (max-width: 400px) {
	.gcb.san-diego-carpet-solutions-section .gridColumnTitleInfo strong {
		font-size: 20px;
	}
}

.gcb.san-diego-carpet-solutions-section .gridColumnIcon {
	position: relative;
}

.gcb.san-diego-carpet-solutions-section .gridColumnIcon:before {
	background: rgba(0, 0, 0, 0.35);
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: "";
}

/*Company Grid*/

.gcb.company-grid {
	padding: 6em 0 8em 0;
}

.gcb.company-grid .row {
	margin-left: 0;
	margin-right: 0;
}

.gcb.company-grid h2.gcb-title {
	text-align: center;
	margin-bottom: 2em;
	/*color: #00a9a4;*/
	color: #017f7c;
	text-transform: uppercase;
}

.gcb.company-grid .clear {
	height: 0px;
}

.gcb.company-grid img {
	height: 100%;
	width: 100%;
}

.gcb.company-grid .gridColumns {
	position: relative;
	padding: 0;
	padding-left: 25px;
	padding-right: 25px;
}

.gcb.company-grid .gridColumnTitleInfo {
	position: absolute;
	top: 45%;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
	padding-left: 15px;
	padding-right: 15px;
}

.gcb.company-grid .gridColumnTitleInfo strong {
	color: #fff;
}

@media (max-width: 400px) {
	.gcb.company-grid .gridColumnTitleInfo strong {
		font-size: 20px;
	}
}

@media (min-width: 768px) and (max-width: 1200px) {
	.gcb.company-grid .gridColumns {
		width: 50%;
	}
}

.gcb.company-grid .gridColumnIcon {
	position: relative;
}

.gcb.company-grid .gridColumnIcon:before {
	background: rgba(0, 0, 0, 0.35);
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: "";
}

/*About Us GCB - Providing customers with the best flooring*/
.two-column323 {
	background: url(https://d3fq9trs5x2hk.cloudfront.net/wp-content/uploads/2016/12/map-background.png) #017f7c;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 50%;
}

@media (min-width: 1200px) {
	.two-column323 img {
		margin-top: 10em;
	}
}

@media (min-width: 1300px) {
	.two-column323 img {
		margin-top: 7em;
	}
}

@media (min-width: 1600px) {
	.two-column323 img {
		margin-top: 5em;
	}
}

.two-column323 .row {
	max-width: 1600px;
	margin-left: auto;
	margin-right: auto;
}

.two-column323 h2,
.two-column323 p {
	color: #fff;
}

.two-column323 {
	padding-top: 4em !important;
	padding-bottom: 4em !important;
}

.two-column323 .leftColumn,
.two-column323 .rightColumn {
	padding: 2em !important;
}

@media (max-width: 1200px) {
	.two-column323 .ID323leftColumn,
	.two-column323 .ID323RightColumn {
		float: none !important;
		width: 100% !important;
	}
}

@media (max-width: 768px) {
	.ID323rightPanel, .ID323leftPanel {
		padding-left: 50px !important;
		padding-right: 50px !important;
	}
}

/*About Us GCB - 100% product guarantee*/
.gcb.hundred-percent-product-guarantee {
	border-top: 5px solid #fff;
	border-bottom: 5px solid #fff;
}

.gcb.hundred-percent-product-guarantee .cnt-wrp {
	max-width: calc(750px + 6em);
	width: 100%;
	margin-top: 4em;
}

.gcb.hundred-percent-product-guarantee .col-md-7 {
	padding-left: 3em;
	padding-right: 3em;
}

.gcb.hundred-percent-product-guarantee h2,
.gcb.hundred-percent-product-guarantee p {
	color: #fff;
}

.gcb.hundred-percent-product-guarantee {
	background: url('https://d3fq9trs5x2hk.cloudfront.net/wp-content/uploads/2017/01/parallax.jpg');
	background-repeat: no-repeat;
	background-position: 50% 100%;
	background-size: cover;
	padding-top: 8em !important;
	padding-bottom: 8em !important;
	background-attachment: fixed;
	position: relative;
}

.gcb.hundred-percent-product-guarantee #hundredPrcntImg {
	background-image: url('https://d3fq9trs5x2hk.cloudfront.net/wp-content/uploads/2017/01/product-badge.png');
	width: 400px;
	height: 400px;
	/*position: absolute;*/
	/*left: -25em;*/
	background-size: contain;
	background-repeat: no-repeat;
	float: right;
	/*top: -20%;*/
}

@media (max-width: 1100px) {
	.gcb.hundred-percent-product-guarantee #hundredPrcntImg {
		width: 300px;
		height: 300px;
	}

	.gcb.hundred-percent-product-guarantee .cnt-wrp {
		margin-top: 0;
	}
}

@media (max-width: 767px) {
	.gcb.hundred-percent-product-guarantee #hundredPrcntImg {
		float: none;
		margin: auto;
		margin-bottom: 2em;
	}

	.gcb.hundred-percent-product-guarantee {
		padding-top: 5em !important;
		padding-bottom: 5em !important;
	}

	.gcb.san-diego-carpet-solutions {
		padding: 3em 0 4em 0;
	}

	.gcb.san-diego-carpet-solutions h2.gcb-title {
		margin-bottom: 1em;
	}
}

@media (min-width: 768px) and (max-width: 870px) {
	.gcb.hundred-percent-product-guarantee .col-md-7 {
		padding-left: 2em;
		padding-right: 2em;
	}

	.gcb.hundred-percent-product-guarantee #hundredPrcntImg {
		width: 250px;
		height: 240px;
		margin-top: 4em;
	}
}

/*@media (max-width:580px) {
  .gcb.hundred-percent-product-guarantee #hundredPrcntImg {
    left: 0 !important;
  }
}

@media (max-width:767px) {
  .gcb.hundred-percent-product-guarantee #hundredPrcntImg {
    left: 11em;
    top: -27em;
  }
}

@media (min-width: 1800px) {
  .gcb.hundred-percent-product-guarantee #hundredPrcntImg {
    top: -30%;
  }
}*/

/*Email Discount Sign Up Block*/

.gcb.form-block-discount-carpet {
	/*background: url(https://d3fq9trs5x2hk.cloudfront.net/wp-content/uploads/2016/12/sign-up.jpg);*/
	background: url(https://d3fq9trs5x2hk.cloudfront.net/wp-content/uploads/2017/02/carpet-smartstrand-1.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	color: #fff;
	text-align: center;
	position: relative;
}

/*.gcb.form-block-discount-carpet:before {*/
/*	content: '';*/
/*	position: absolute;*/
/*	top: 0;*/
/*	right: 0;*/
/*	bottom: 0;*/
/*	left: 0;*/
/*	background-color: #000;*/
/*	opacity: 0.4;*/

/*}*/

.gcb.form-block-discount-carpet .row > div,
.gcb.form-block-discount-wood .row > div,
.gcb.form-block-discount-vinly .row > div,
.gcb.form-block-discount-tile .row > div,
.gcb.form-block-discount-laminate .row > div,
.gcb.form-block-discount-area-rugs .row > div {
	padding-top: 4em;
	padding-bottom: 4em;
	padding-left: 2em;
	padding-right: 2em;
}

.gcb.form-block-discount-carpet .gform_body,
.gcb.form-block-discount-carpet .gform_footer,
.gcb.form-block-discount-wood .gform_body,
.gcb.form-block-discount-wood .gform_footer,
.gcb.form-block-discount-vinyl .gform_body,
.gcb.form-block-discount-vinyl .gform_footer,
.gcb.form-block-discount-tile .gform_body,
.gcb.form-block-discount-tile .gform_footer,
.gcb.form-block-discount-laminate .gform_body,
.gcb.form-block-discount-laminate .gform_footer,
.gcb.form-block-discount-area-rugs .gform_body,
.gcb.form-block-discount-area-rugs .gform_footer {
	display: inline-block;
	clear: none;
}

.gcb.form-block-discount-carpet .gform_body,
.gcb.form-block-discount-wood .gform_body,
.gcb.form-block-discount-vinyl .gform_body,
.gcb.form-block-discount-tile .gform_body,
.gcb.form-block-discount-laminate .gform_body,
.gcb.form-block-discount-area-rugs .gform_body {
	width: 75% !important;
	float: left;
}

.gcb.form-block-discount-carpet .gform_footer,
.gcb.form-block-discount-wood .gform_footer,
.gcb.form-block-discount-vinyl .gform_footer,
.gcb.form-block-discount-tile .gform_footer,
.gcb.form-block-discount-laminate .gform_footer,
.gcb.form-block-discount-area-rugs .gform_footer {
	width: auto;
	float: left;
	min-width: 185px;
	margin: 2px 0 0;
}

.gform_wrapper .gform_footer {
}

@media (max-width: 991px) {
	.gcb.form-block-discount-carpet .gform_body,
	.gcb.form-block-discount-wood .gform_body,
	.gcb.form-block-discount-vinyl .gform_body,
	.gcb.form-block-discount-tile .gform_body,
	.gcb.form-block-discount-laminate .gform_body,
	.gcb.form-block-discount-area-rugs .gform_body {
		width: 100% !important;
	}

	.gcb.form-block-discount-carpet .gform_body ul,
	.gcb.form-block-discount-wood .gform_body ul,
	.gcb.form-block-discount-vinyl .gform_body ul,
	.gcb.form-block-discount-tile .gform_body ul,
	.gcb.form-block-discount-laminate .gform_body ul,
	.gcb.form-block-discount-area-rugs .gform_body ul {
		max-width: initial;
	}

	.gcb.form-block-discount-carpet .gform_footer,
	.gcb.form-block-discount-wood .gform_footer,
	.gcb.form-block-discount-vinyl .gform_footer,
	.gcb.form-block-discount-tile .gform_footer,
	.gcb.form-block-discount-laminate .gform_footer,
	.gcb.form-block-discount-area-rugs .gform_footer {
		width: 100%;
		text-align: right;
	}
}

@media (max-width: 641px) {
	.gcb.form-block-discount-carpet .gform_footer input[type="submit"],
	.gcb.form-block-discount-wood .gform_footer input[type="submit"],
	.gcb.form-block-discount-vinyl .gform_footer input[type="submit"],
	.gcb.form-block-discount-tile .gform_footer input[type="submit"],
	.gcb.form-block-discount-laminate .gform_footer input[type="submit"],
	.gcb.form-block-discount-area-rugs .gform_footer input[type="submit"] {
		margin-left: 0 !important;
	}
}

.gcb.form-block-discount-carpet .gform_footer .gform_wrapper input[type="submit"],
.gcb.form-block-discount-wood .gform_footer .gform_wrapper input[type="submit"],
.gcb.form-block-discount-vinyl .gform_footer .gform_wrapper input[type="submit"],
.gcb.form-block-discount-tile .gform_footer .gform_wrapper input[type="submit"],
.gcb.form-block-discount-laminate .gform_footer .gform_wrapper input[type="submit"],
.gcb.form-block-discount-area-rugs .gform_footer .gform_wrapper input[type="submit"] {
	margin-top: 1.5em !important;
}

.gcb.form-block-discount-carpet .gform_body li,
.gcb.form-block-discount-wood .gform_body li,
.gcb.form-block-discount-vinyl .gform_body li,
.gcb.form-block-discount-tile .gform_body li,
.gcb.form-block-discount-laminate .gform_body li,
.gcb.form-block-discount-area-rugs .gform_body li {
	margin-top: -8px !important;
}

.gcb.form-block-discount-carpet .container,
.gcb.form-block-discount-wood .container,
.gcb.form-block-discount-vinyl .container,
.gcb.form-block-discount-tile .container,
.gcb.form-block-discount-laminate .container,
.gcb.form-block-discount-area-rugs .container {
	padding-right: 15px;
	padding-left: 15px;
}

.gcb.form-block-discount-carpet h2 {
	text-transform: uppercase;
	color: #fff;
}

.gcb.form-block-discount-carpet .gform-wrapper {
	width: 100%;
	max-width: 900px;
	margin: auto;
}

.gcb.form-block-discount-wood {
	background: url('https://d3fq9trs5x2hk.cloudfront.net/wp-content/uploads/2017/02/wood.jpg');
}

.gcb.form-block-discount-vinyl {
	background: url('https://d3fq9trs5x2hk.cloudfront.net/wp-content/uploads/2017/02/vinyl-1.jpg');
}

.gcb.form-block-discount-tile {
	background: url('https://d3fq9trs5x2hk.cloudfront.net/wp-content/uploads/2017/02/tile-1.jpg');
}

.gcb.form-block-discount-laminate {
	background: url('https://d3fq9trs5x2hk.cloudfront.net/wp-content/uploads/2017/02/laminate.jpg');
}

.gcb.form-block-discount-area-rugs {
	background: url('https://d3fq9trs5x2hk.cloudfront.net/wp-content/uploads/2017/02/rug.jpg');
}

.gcb.form-block-discount-wood,
.gcb.form-block-discount-vinyl,
.gcb.form-block-discount-tile,
.gcb.form-block-discount-laminate,
.gcb.form-block-discount-area-rugs {
	background-size: cover;
	background-repeat: no-repeat;
	color: #fff;
	text-align: center;
}

.gcb.form-block-discount-wood .gform-wrapper,
.gcb.form-block-discount-vinyl .gform-wrapper,
.gcb.form-block-discount-tile .gform-wrapper,
.gcb.form-block-discount-laminate .gform-wrapper,
.gcb.form-block-discount-area-rugs .gform-wrapper {
	width: 100%;
	max-width: 900px;
	margin: auto;
}

.gcb.form-block-discount-wood h2,
.gcb.form-block-discount-vinyl h2,
.gcb.form-block-discount-tile h2,
.gcb.form-block-discount-laminate h2,
.gcb.form-block-discount-area-rugs h2 {
	color: #fff;
	text-transform: uppercase;
}

/*Miele Vacuum Block*/

.gcb.miele-vacuum-block {
	padding-left: 0;
	padding-right: 0;
}

.gcb.miele-vacuum-block .rightColumn {
	padding-top: 8em;
	padding-bottom: 8em;
}

.gcb.miele-vacuum-block .leftColumn {
	background: url(/wp-content/uploads/2016/12/miele-vacuum.jpg);
	height: 775px;
	background-repeat: no-repeat;
	background-size: 65%;
	background-position: 110% 100%;
}

.gcb.miele-vacuum-block .content-container {
	color: #373a3c;
	max-width: 800px;
	margin: auto;
	text-align: center;
}

.gcb.miele-vacuum-block .rightColumn .vac-grid {
	text-align: center;
}

.gcb.miele-vacuum-block .vac-grid .gridColumnTitleInfo {
	background: rgba(0, 0, 0, 0.35);
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin-left: 15px;
	margin-right: 15px;
}

.gcb.miele-vacuum-block .vac-grid .gridColumnTitleInfo h3 {
	color: #fff;
	font-weight: normal !important;
	margin-top: 20%;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

@media (max-width: 767px) {
	.gcb.miele-vacuum-block .leftColumn {
		height: 500px;
		background-size: 40%;
		background-position: 50% 100%;
	}

	.gcb.miele-vacuum-block .rightColumn {
		padding-top: 5em;
		padding-bottom: 5em;
	}
}

/*Carpet B-Spot Block*/

.gcb.carpet-b-spot {
	padding: 4em 0 6em;
}

.gcb.carpet-b-spot .content-container {
	/*max-width: 750px;*/
	margin: auto;
	text-align: center;
}

.gcb.carpet-b-spot h1 {
	/*color: #00a9a4;*/
	color: #017f7c;
}

/*Carpet Carousel Block*/

.gcb.carpet-carousel-block .carousel {
	margin-top: 20px;
}

.gcb.carpet-carousel-block .carousel-item .thumb {
	width: 25%;
	cursor: pointer;
	float: left;
}

.gcb.carpet-carousel-block .carousel-item .thumb img {
	width: 100%;
	margin: 2px;
}

.gcb.carpet-carousel-block .carousel-item img {
	width: 100%;
}

@media (min-width: 640px) {
	.show-on-tablet {
		display: block;
	}
}

@media (min-width: 960px) {
	.show-on-desktop {
		display: block;
	}
}

@media (max-width: 639px) {
	.hide-on-mobile {
		display: none;
	}
}

@media (min-width: 960px) {
	.hide-on-desktop {
		display: none !important;
	}
}

@media (max-width: 959px) {
	.hide-on-tablet {
		display: none;
	}
}

@media (max-width: 1200px) {
	.hide-under-twelve {
		display: none;
	}
}

/*Locations Landing Page*/

/*Locations Grid*/

.gcb .location-tour-showroom {
	padding-top: 4em;
	padding-bottom: 4em;
}

.gcb .location-tour-showroom h2 {
	/*color: #00a9a4;*/
	color: #017f7c;
	font-weight: normal !important;
	margin-bottom: .5em;
}

img#play-button {
	top: calc(50% - 50px);
	right: calc(50% - 50px);
	position: absolute;
	width: 100px;
	height: 100px;
}

.gcb.locations-landing-page-grid {
	width: 1400px;
}

@media (min-width: 1500px) {
	.gcb.locations-landing-page-grid .gridColumns {
		padding: 80px 15px;
	}
}

.gcb.locations-landing-page-grid p,
.gcb.locations-landing-page-grid span {
	color: #666;
	font-size: 24px;
	line-height: 40px;
}

.gcb.locations-landing-page-grid .gridColContain {
	border: 1px solid #ccc;
	-webkit-box-shadow: 0px 11px 57px -4px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0px 11px 57px -4px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 11px 57px -4px rgba(0, 0, 0, 0.15);
}

.gcb.locations-landing-page-grid .gridColumnIcon img {
	width: 100%;
}

.gcb.locations-landing-page-grid .gridColumnTitleInfo {
	padding: 2em;
}

.gcb.locations-landing-page-grid .gridColumnTitleInfo h2 {
	/*color: #00a9a4;*/
	color: #017f7c;
	text-transform: uppercase;
	margin-bottom: .5em;
}

.gcb.locations-landing-page-grid .gridColumnTitleInfo h2.wSub {
	margin-bottom: 0;
}

.gcb.locations-landing-page-grid .gridColumnTitleInfo p {
	margin: 1.5em 0;
}

@media (min-width: 768px) and (max-width: 1499px) {
	.gridColContain {
		min-height: 925px;
	}
}

@media (min-width: 1500px) {
	.gridColContain {
		min-height: 1000px;
	}
}

.gcb.locations-landing-page-bspot {
	margin-top: -40px;
}

.gcb.san-diego-location-bspot .bspot-content-container,
.gcb.historical-timeline-bspot .bspot-content-container,
.gcb.bSpot.san-marcos-location-bspot .bspot-content-container,
.gcb.bSpot.santee-location-bspot .bspot-content-container,
.gcb.bSpot.solana-beach-north-county-coastal-location-bspot .bspot-content-container,
.gcb.bSpot.military-locations--bspot .bspot-content-container {
	max-width: 950px;
}

/*Individual Locations Pages*/

/*Google Map Virtual Tour GCB*/

.mapaThumb {
	position: relative;
}

.mapaThumb iframe {
	width: 100%;
	height: 835px;
	margin-top: -70px;
	margin-left: -10px;
}

.mapaThumb .mapaItem {
	overflow: hidden;
	height: 750px;
}

/*Location Info GCB*/
.soc-icon-wrap p {
	display: inline-block;
	float: left;
	width: auto;
	font-size: 16px;
}

.icon-contain div {
	position: relative;
	display: inline-block;
	margin-left: 4px;
	width: 50px;
	font-size: 16px;

}

.icon-contain div:last-child {
	font-size: 16px;
	margin-left: 16px;
	width: 140px !important;

}

@media (max-width: 400px) {
	.icon-contain div {
		display: block;
	}
}

@media (max-width: 480px) {
	.location-info-block .col-lg-12 {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}

	.gcb.san-diego-location-info-block .column, .gcb.santee-location-info-block .column, .gcb.solana-beach-north-county-coastal-location-info-block .column, .gcb.mcas-miramar-location-info-block .column, .gcb.nex-navy-exchange-32nd-street-location-info-block .column, .gcb.mcrd-location-info-block .column
	.gcb.san-macros-location-info-block
	.column {
		padding-left: 0;
		padding-right: 0;
	}
}

.icon-contain {
	width: 215px;
	max-width: 100%;
	position: relative;
	display: inline-block;
}

a.social-icon {
	width: 45px;
	height: 45px;
	display: inline-block;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
	float: left;
	margin-right: 1em;
	margin-bottom: .5em;
	margin-top: .5em;
}

.soc-icon-wrap div:last-child a.social-icon {
	/*margin-right: 0;*/
}

.gplus-social {
	background: url('https://d3fq9trs5x2hk.cloudfront.net/wp-content/uploads/2017/01/google.jpg');
}

.yelp-social {
	background: url('https://d3fq9trs5x2hk.cloudfront.net/wp-content/uploads/2017/01/yelp.jpg');
}

.houzz-social {
	background: url('https://d3fq9trs5x2hk.cloudfront.net/wp-content/uploads/2017/01/houzz.jpg');
}

.bbb-social {
	background: url('https://d3fq9trs5x2hk.cloudfront.net/wp-content/uploads/2017/01/bbb.jpg');
}

.angies-social {
	background: url('https://d3fq9trs5x2hk.cloudfront.net/wp-content/uploads/2017/01/angies.jpg');
}

.yp-social {
	background: url('https://d3fq9trs5x2hk.cloudfront.net/wp-content/uploads/2017/01/yellow-pages.jpg');
}

.gcb.san-diego-location-info-block {
	padding-top: 4em;
	padding-bottom: 3em;
}

.gcb.san-diego-location-info-block .col-lg-12 {
	padding-left: 2em;
	padding-right: 2em;
}

.gcb .location-info-block {
	margin: auto;
	/*max-width: 1400px;*/
	max-width: calc(1400px + 4em);
}

.gcb .location-info-block .col-lg-12 {
	padding-left: 2em;
	padding-right: 2em;
}

.gcb.san-diego-location-info-block .column,
.gcb.santee-location-info-block .column, .gcb.solana-beach-north-county-coastal-location-info-block .column,
.gcb.mcas-miramar-location-info-block .column, .gcb.nex-navy-exchange-32nd-street-location-info-block .column, .gcb.mcrd-location-info-block .column
.gcb.san-macros-location-info-block .column {
	padding-top: 2em;
	padding-bottom: 2em;
}

.gcb .location-info-block h2 {
	/*color: #00a9a4;*/
	color: #017f7c;
	max-width: 1170px;
	margin: auto;
	font-weight: normal !important;
	line-height: 46px;
	margin-bottom: 1em;
}

.gcb .location-info-block h3 {
	text-transform: uppercase;
	/*color: #00a9a4;*/
	color: #017f7c;
	font-weight: normal !important;
	margin-bottom: .5em;
}

/*Historical Timeline GCBs*/

.gcb.historical-timeline-block h2 {
	text-transform: uppercase;
	/*color: #00a9a4;*/
	color: #017f7c;
	font-weight: normal !important;
}

@media (min-width: 822px) {
	#cd-timeline {
		max-width: 1350px;
		padding-left: 50px !important;
		padding-right: 50px !important;
		margin: 3.5em auto !important;
	}
}

.cd-timeline-title-container .timeline-date {
	display: none !important;
}

.cd-timeline-block img {
	width: 42.5%;
	margin-top: -8px;
	border-bottom-left-radius: .25em;
	border-bottom-right-radius: 5px;
}

@media (max-width: 822px) {
	.cd-timeline-block img {
		width: 100%;
		margin-top: -15px;
		margin-left: 70px;
		padding-right: 70px;
		margin-bottom: 1em;
	}
}

#cd-timeline::before {
	margin-left: -8px !important;
	width: 16px !important;
}

.cd-timeline-img {
	box-shadow: 0 0 0 4px #fff, inset 0 3px 0 rgba(0, 0, 0, .04), 4px 3px 10px 5px rgba(0, 0, 0, .2) !important;
}

span.fa.fa-circle:before {
	font-weight: normal;
	font-family: arial;
	font-size: 28px;
}

.announcement-364 span.fa.fa-circle:before {
	content: "'39";
}

.announcement-365 span.fa.fa-circle:before {
	content: "'45";
}

.announcement-366 span.fa.fa-circle:before {
	content: "'47";
}

.announcement-367 span.fa.fa-circle:before {
	content: "'65";
}

.announcement-461 span.fa.fa-circle:before {
	content: "'72";
}

.announcement-462 span.fa.fa-circle:before {
	content: "'80";
}

.announcement-463 span.fa.fa-circle:before {
	content: "'90";
}

.announcement-464 span.fa.fa-circle:before {
	content: "'92";
}

.announcement-465 span.fa.fa-circle:before,
.announcement-466 span.fa.fa-circle:before {
	content: "'96";
}

.announcement-467 span.fa.fa-circle:before {
	content: "'97";
}

.announcement-469 span.fa.fa-circle:before,
.announcement-470 span.fa.fa-circle:before {
	content: "'99";
}

.announcement-471 span.fa.fa-circle:before {
	content: "'01";
}

.announcement-472 span.fa.fa-circle:before {
	content: "'03";
}

.announcement-474 span.fa.fa-circle:before {
	content: "'05";
}

.announcement-476 span.fa.fa-circle:before {
	content: "'06";
}

.announcement-477 span.fa.fa-circle:before {
	content: "'07";
}

.announcement-478 span.fa.fa-circle:before {
	content: "'09";
}

.announcement-479 span.fa.fa-circle:before {
	content: "'13";
}

.announcement-480 span.fa.fa-circle:before {
	content: "'14";
}

.announcement-13705 span.fa.fa-circle:before {
	content: "'17";
}

.announcement-481 span.fa.fa-circle:before {
	content: "'20";
}

/*SEARCH SCREEN*/

#search {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	/*background-color: rgba(0, 0, 0, 0.7);*/
	background: rgba(0, 169, 164, 0.91);

	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;

	-webkit-transform: translate(0px, -100%) scale(0, 0);
	-moz-transform: translate(0px, -100%) scale(0, 0);
	-o-transform: translate(0px, -100%) scale(0, 0);
	-ms-transform: translate(0px, -100%) scale(0, 0);
	transform: translate(0px, -100%) scale(0, 0);

	opacity: 0;
}

#search.open {
	-webkit-transform: translate(0px, 0px) scale(1, 1);
	-moz-transform: translate(0px, 0px) scale(1, 1);
	-o-transform: translate(0px, 0px) scale(1, 1);
	-ms-transform: translate(0px, 0px) scale(1, 1);
	transform: translate(0px, 0px) scale(1, 1);
	opacity: 1;
	z-index: 99999999;
}

#search input[type="search"] {
	position: absolute;
	top: 50%;
	width: 100%;
	color: rgb(255, 255, 255);
	background: rgba(0, 0, 0, 0);
	font-size: 60px;
	font-weight: 300;
	text-align: center;
	border: 0px;
	margin: 0px auto;
	margin-top: -51px;
	padding-left: 30px;
	padding-right: 30px;
	outline: none;
}

#search .btn {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: 61px;
	margin-left: -45px;
	background-color: limegreen;
	border: black;

}

#search .close {
	position: fixed;
	top: 15px;
	right: 15px;
	color: #fff;
	background-color: #017f7c;
	border-color: #fff;
	opacity: 1;
	padding: 15px 22px;
	font-size: 27px;
}

form.searchform {
	position: absolute;
	top: 50%;
	width: 100%;
	color: rgb(255, 255, 255);
	background: rgba(0, 0, 0, 0);
	font-size: 60px;
	font-weight: 300;
	text-align: center;
	border: 0px;
	margin: 0px auto;
	margin-top: -51px;
	padding-left: 30px;
	padding-right: 30px;
	outline: none;
}

form.searchform input[type="text"] {
	outline: 3px solid rgba(255, 255, 255, 0.19);
}

form.searchform input[type="submit"] {
	border: 3px solid #fff;
	padding: 0px 50px;
}

/* ----------------------------------------------------------------------------
 * Coles Fine Flooring header
 * ------------------------------------------------------------------------- */

#colesNav {
	width: 100%;
	position: absolute;
	z-index: 100000;
}

@media (max-width: 1024px) {
	#colesNav {
		display: none;
	}

	.navbar-header {
		position: absolute !important;
		top: 0;
		right: 0;
	}

	.nav-expanded nav {
		right: 0;
	}

	#mobileMenu {
		display: block;
	}

	/*nav {*/
	/*display: block;*/
	/*height: 100%;*/
	/*overflow: auto;*/
	/*position: fixed;*/
	/*right: -100%;*/
	/*font-size: 15px;*/
	/*top: 0;*/
	/*width: 100%;*/
	/*z-index: 2000;*/
	/*transition: right 0.3s ease-in-out 0s;*/
	/*-webkit-transition: right 0.3s ease-in-out 0s;*/
	/*}*/
	#nav-close {
		position: absolute !important;
		right: 15px !important;
		font-weight: 300;
		font-size: 24px;
		padding-right: 10px;
	}

	.dclose {
		float: right;
	}

	.main-menu li {
		border-bottom-color: #f7f7f7 !important;
		border-bottom-style: solid !important;
		border-bottom-width: 1px !important;
		margin-left: 0px;
		font-size: 18px;
		padding: 0px;
		width: 100%;
	}

	.main-menu a .caret {
		width: 0;
		height: 0;
		display: inline-block;
		vertical-align: top;
		border-top: 4px solid #f7f7f7 !important;
		border-right: 4px solid transparent;
		border-left: 4px solid transparent;
		content: "";
		margin-top: 15px;
		margin-left: 10px;
	}

	.dclose a {
		color: #f7f7f7;
	}

}

#navBar {
	position: relative;
	width: 100%;
	/*@include primaryNavBG;*/
	/*color:$primaryFontColor;*/
	text-align: center;
	height: 70px;
	clear: both;
}

#navBar .mainMenu {
	padding: 0;
	margin: 0;
	vertical-align: top !important;
	font-size: 0;
}

#navBar .mainMenu li {
	vertical-align: top !important;
	display: inline-block;
	list-style: none;
	margin: 0 !important;
	padding: 0 !important;
	font-size: 25px;
}

#navBar .mainMenu li a {
	vertical-align: top !important;
	/*color:$primaryFontColor;*/
	height: 70px;
	display: block;

	transition-delay: 1s;
	transition-duration: .5s;
}

#navBar .mainMenu li:hover > a {
	color: #00918d;
	text-decoration: none;
	background: white;
	transition-delay: 0s;
	transition-duration: .5s;

}

#navBar .mainMenu .navHome:hover > a {
	background: none;
}

#navBar .mainMenu li a {
	padding: 18px 15px;
}

.navHome {
	height: 192px;
	width: 340px;
	background-repeat: no-repeat;
	position: relative;
	text-indent: -10000px;
	top: -59px;
	z-index: 10000;
}

#utilityBar {
	color: white;
	position: relative;
	display: block;
	width: 100%;
	height: 55px;
	padding-top: 15px;
}

#utilityBar p {
	font-size: 13px;
}

/* NEW MEGA MENU */

#navBar .navHome a {
	min-height: 100%;
}

#navBar .mainMenu .megaD {
	position: relative;

}

#navBar .mainMenu li .colMega2 {
	position: absolute;
	top: 69px;
	background: white;
	text-align: left;
	opacity: 0;
	filter: alpha(opacity=0);
	max-height: 0;
	transition-delay: 1s;
	transition-duration: 2s;
	overflow: hidden;
	transition: all 2s ease-in-out;
	-webkit-transition: all 2s ease-in-out;
	-moz-transition: all 2s ease-in-out;
}

#navBar .mainMenu li:hover .colMega2 {
	opacity: 1;
	filter: alpha(opacity=100);
	padding-top: 60px;
	overflow: initial;
	transition-delay: 0s;
	transition-duration: .3s;
	transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;

}

#navBar .mainMenu li .colMega2 .mega1 {
	float: left;

}

#navBar .mainMenu li .colMega2 .mega1 li {
	display: block;
	font-size: 20px;
	background: white;
}

#navBar .mainMenu li .colMega2 .mega1 li a {
	color: black;
	text-align: left;
	padding-left: 25px;
	padding-top: 25px;
	padding-right: 0;
	transition-delay: 0s;
	transition-duration: 0s;
}

#navBar .mainMenu li .colMega2 .mega1 li:hover > a {
	border-right: 6px solid #00a6a2;
	background: #eee;
	color: black;
	transition-delay: 0s;
	transition-duration: 0s;

}

#navBar .mainMenu li .colMega2 .mega1 li .mega2 {
	position: absolute;
	height: 0px;
	top: 0px;
	z-index: 10;
	border-left: 1px solid #eee;
	border-right: 1px solid #eee;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: .5s ease;
	-moz-transition: .5s ease;
	-o-transition: .5s ease;
	transition: .5s ease;
	/*left:372px;*/
	background: white;

	overflow: hidden;
}

#navBar .mainMenu li .colMega2 .mega1 li:hover .mega2 {
	opacity: 1;
	filter: alpha(opacity=100);
	transition-delay: 0s;
	transition-duration: .5s;
	padding-top: 60px;
	overflow: initial;
	display: block;

}

#navBar .mainMenu li .colMega2 .mega1 li .mega2 li .mega3 {
	position: absolute;
	top: 0px;
	z-index: 10;
	border-left: 1px solid #eee;
	border-right: 1px solid #eee;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: .5s ease;
	-moz-transition: .5s ease;
	-o-transition: .5s ease;
	transition: .5s ease;
	background: white;

	/*left:371px;*/
	display: none;
}

#navBar .mainMenu li .colMega2 .mega1 li .mega2 li:hover .mega3 {
	opacity: 1;
	filter: alpha(opacity=100);
	transition-delay: 0s;
	transition-duration: .5s;
	padding-top: 60px;
	display: block;

}

#navBar .mainMenu li .colMega2 .mega1 li .mega2 li .mega3 li .mega4 {
	position: absolute;
	top: 0px;
	z-index: 10;
	border-left: 1px solid #eee;
	border-right: 1px solid #eee;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: .5s ease;
	-moz-transition: .5s ease;
	-o-transition: .5s ease;
	transition: .5s ease;
	background: white;

	/*left:371px;*/
}

#navBar .mainMenu li .colMega2 .mega1 li .mega2 li .mega3 li:hover .mega4 {
	opacity: 1;
	filter: alpha(opacity=100);
	transition-delay: 0s;
	transition-duration: .5s;
	padding-top: 60px;

}

#megaLiveImg {
	float: right;
	vertical-align: top;
	width: 518px;
	display: none;
	text-align: right;
	margin-top: -60px;
	background-size: contain !important;

}

.showOnHover {
	display: block !important;

}

/*
@media screen and (min-width:1225px) {
    #navBar .mainMenu li a {
     padding:18px 20px;
    }

}*/

/* surface small laptop */
@media screen and (min-width: 1368px) {
	#navBar .mainMenu li a {
		/*padding:18px 40px;*/
	}

}

@media screen and (min-width: 1400px) {
	#navBar .mainMenu li a {
		/*padding:18px 40px;*/
	}

	#utilityBar p {
		font-size: 16px;
	}
}

@media screen and (min-width: 1600px) {
	#navBar .mainMenu li a {
		/*padding:18px 60px;*/
	}

	#utilityBar p {
		font-size: 20px;
	}
}

@media screen and (min-width: 2000px) {
	#navBar .mainMenu li a {
		/*padding:18px 90px;*/
	}

	#utilityBar p {
		font-size: 24px;
	}
}

/*
@media screen and (min-width:2300px) {
    #navBar .mainMenu li a {
     padding:18px 120px;
    }
    #navBar .mainMenu li .colMega2 ul {
            width:372px;
    }
}*/

.divExpand1 {
	width: 1211px !important;

}

.divExpand2 {
	width: 1082px !important;

}

.divExpand3 {
	width: 1345px !important;

}

#navBar .mainMenu > li a {
	font-size: 16px;
	padding: 22px 6px;
	/*height: 153px;*/
}

#navBar .mainMenu li ul li {
	min-width: 230px;
}

#navBar .mainMenu li .colMega2 .mega1 {
	/*width: 150px;*/
	min-width: 230px;
}

#navBar .mainMenu li .colMega2 .mega1 li .mega2 {
	left: 230px;
}

#navBar .mainMenu li .colMega2 .mega1 li .mega2.contact-menu {
	left: -230px;
}

#navBar .mainMenu li .colMega2 .mega1 li .mega2-two {
	left: 461px;

}

#navBar .mainMenu li .colMega2 .mega1 li .mega2 li .mega3 {
	/*left: 163px;*/
	left: 180px;
}

#navBar .mainMenu li .colMega2 .mega1 li .mega2 li .mega3 li .mega4 {
	left: 175px;
	min-width: 265px;
}

#navBar .mainMenu li .colMega2 .mega1 li a {
	padding-right: 8px;
}

#navBar .mainMenu li .colMega2.noMega .mega1 {
	width: 275px;
}

#navBar .mainMenu li .colMega2.noMega.divExpand1 {
	width: 275px !important;
	/*top: 0;*/
}

#navBar .mainMenu > li:nth-child(2) .colMega2.noMega .mega1 {
	width: 300px;
}

#navBar .mainMenu > li:nth-child(2) .colMega2.noMega.divExpand1 {
	width: 300px !important;
	/*top: 0;*/
}

@media (min-width: 992px) and (max-width: 1309px) {
	#navBar .mainMenu > li:nth-child(2) > a {
		line-height: 1;
	}
}

#navBar .mainMenu li .colMega2 .mega1 li .mega2 li {
	width: 100%;
}

@media (max-width: 1270px) {
	.divExpand1 {
		width: 727px !important;

	}

}

@media (min-width: 1600px) {

	.divExpand1 {
		width: 1508px !important;

	}

	.divExpand2 {
		width: 1423px !important;

	}

	.divExpand3 {
		width: 1792px !important;

	}

	#navBar .mainMenu > li a {
		/*font-size: 20px;*/
		font-size: 18px;
		padding: 22px 6px;
		/*height: 153px;*/
	}

	#navBar .mainMenu li ul li {
		width: 300px;
	}

	#navBar .mainMenu > li:nth-child(2) ul li {
		width: 345px;
	}

	#navBar .mainMenu li .colMega2 .mega1 {
		/*width: 150px;*/
		/*min-width:247px;*/
		width: 300px;
	}

	#navBar .mainMenu > li:nth-child(2) .colMega2.noMega .mega1 {
		width: 345px;
	}

	#navBar .mainMenu li .colMega2 .mega1 li .mega2 {
		/*left: 247px;*/
		left: 300px;
		width: 345px;

	}

	#navBar .mainMenu li .colMega2 .mega1 li .mega2.contact-menu {
		left: -345px;
	}

	#navBar .mainMenu li .colMega2 .mega1 li .mega2 li {
		width: 100%;
	}

	#navBar .mainMenu li .colMega2 .mega1 li .mega2-two {
		left: 644px;

	}

	#navBar .mainMenu li .colMega2 .mega1 li .mega2 li .mega3 {
		left: 300px;
	}

	#navBar .mainMenu li .colMega2 .mega1 li .mega2 li .mega3 li .mega4 {
		left: 300px;
		min-width: 370px;
	}

	#navBar .mainMenu li .colMega2 .mega1 li a {
		padding-right: 16px;
	}

	#navBar .mainMenu li .colMega2.noMega .mega1 {
		width: 300px;
	}

	#navBar .mainMenu li .colMega2.noMega.divExpand1 {
		width: 300px !important;
		/*top: 0;*/
	}

}

@media (max-width: 1840px) {
	#navBar ul.mainMenu li.last-menu-item {
		position: relative;
	}

	#navBar ul.mainMenu li.last-menu-item .noMega {
		right: 0;
	}
}

#megaLiveImg img {
	opacity: 0;
}

#megaLiveImg {
	background: url('https://www.colesfineflooring.com/wp-content/uploads/2017/04/megaliveimg.jpg');
	/*background-size: cover;*/
	background-position: 50% 50%;
	height: 100%;
	background-size: contain;
	border: 3px solid #fff;
	border-left: 3px solid #e1e1e1;
}

@media (max-width: 1270px) {
	#megaLiveImg img {
		display: none;
	}
}

#navBar .mainMenu > li:nth-child(2) {
	width: calc(100% / 5);
}

/*Not Todd's*/
.gcb.military-loaction-aspot .alignnone.size-full.wp-image-593 {
	margin: 0;
	height: 100%;
}

.container-fluid.gcb.military-loaction-aspot {
	height: 820px;
}

.container-fluid.gcb.military-loaction-aspot > .row, .container-fluid.gcb.military-loaction-aspot > .row > div {
	height: 100%;
}

.page-id-453 .gcb.bSpot {
	/*margin-top: 0px;*/
}

.container.gcb.san-macros-location-info-block, .container.gcb.santee-location-info-block, .container.gcb.solana-beach-north-county-coastal-location-info-block, .container.gcb.mcas-miramar-location-info-block, .container.gcb.nex-navy-exchange-32nd-street-location-info-block, .container.gcb.mcrd-location-info-block {
	padding-bottom: 3em;
	padding-top: 4em;
}

/*End Not Todd's*/

/*Contact Form*/

.ID589 {
	padding-top: 6em;
	padding-bottom: 6em;
}

@media (min-width: 678px ) {
	.ID589rightPanel {
		border-radius: 5px;
		-webkit-box-shadow: 0px 4px 35px -1px rgba(0, 0, 0, 0.29);
		-moz-box-shadow: 0px 4px 35px -1px rgba(0, 0, 0, 0.29);
		box-shadow: 0px 4px 35px -1px rgba(0, 0, 0, 0.29);
		padding: 4em !important;

	}

	/* #gform_wrapper_4 {
    padding-left: 50px;
    padding-right: 50px;
  } */
}

.two-column589 {
	/*max-width: 1600px;*/
}

/* #gform_wrapper_4 input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  padding: 16px 16px !important;
}

#gform_wrapper_4 input[type="submit"] {
  margin-right: 0;
}

#gform_wrapper_4 .gform_footer,
#gform_wrapper_4 li#field_4_14 {
  text-align: right;
}

#gform_wrapper_4 li#field_4_14 {
  margin-top: 1em;
}

#gform_wrapper_4 .gform_footer {
  margin-top: 0;
} */

#gform_wrapper_4 .gfield_label {
	color: #017f7c;
}

/*
#gform_wrapper_4 ul li.gfield {
  margin-top: 2em !important;
}

#gform_wrapper_4 select option {
  padding: 8px;
}

#gform_wrapper_4 .gfield_label {
  margin-left: 0;
} */

@media (max-width: 991px) {
	/* #gform_wrapper_4 #field_4_3 {
    margin-top: 0 !important;
  }

  #gform_wrapper_4 li#field_4_11 label {
    margin-top: 1.5em;
  } */
}

@media (min-width: 992px) {
	.ID589 .ID589leftColumn {
		width: 33.333%;
	}

	.ID589 .ID589rightColumn {
		width: 66.666%;
	}

	/* #gform_wrapper_4 .top_label div.ginput_container {
    width: 60%;
    float: right;
  }

  #gform_wrapper_4 .gfield_label {
    width: 41%;
    text-align: right;
    margin-top: 22px;
  }

  #gform_wrapper_4 #input_4_5 {
    width: 150px;
  }

  #gform_wrapper_4 input[type="submit"] {
    min-width: 300px;
  }

  #gform_wrapper_4 #field_4_3 {
    margin-top: 0 !important;
  } */

}

/* @media (min-width: 1140px) {
  #gform_wrapper_4 li#field_4_15 li,
  #gform_wrapper_4 li#field_4_18 li {
    width: auto;
    display: inline-block;
    padding: 5px 0px !important;
    width: 50%;
    max-width: 375px;
  }
} */

/* @media (min-width: 1400px) {
  #gform_wrapper_4 #field_4_6 {
    width: 45%;
    display: inline-block;
    float: right;
    clear: none;
  }

  #gform_wrapper_4 #field_4_5 {
    width: 25.25%;
    float: right;
    display: inline-block;
    clear: none;
  }
} */

#privacyMsg a {
	color: #017f7c !important;
}

.cntct {
	width: 100%;
	padding-left: 2em;
	margin-bottom: 3em !important;
}

.cntct h3 {
	color: #017f7c !important;
	margin: 20px auto;
	width: 80%;
}

.cntct p {
	margin-bottom: 5px;
	font-size: 22px;
	line-height: 36px;
}

.dsContentPanel
	/*Mobile Menu*/
#mobileMenu .main-menu li {
	padding: 1em 0 !important;
}

#mobileMenu .main-menu li a {
	color: #fff !important;
	font-size: 22px;
}

#mobileMenu .main-menu li.sub-nav a {
	color: #017f7c !important;
}

#mobileMenu .main-menu .sub-nav a .caret,
#mobileMenu .main-menu .caret {
	border-top: 4px solid #fff !important;
}

ul.footerSM em.fa {
	font-size: 42px;
}

#mobileMenu .main-menu li {
	text-align: center !important;
}

@media screen and (max-width: 992px) {
	nav {
		background: rgba(141, 228, 179, 0.95);
	}

	.main-menu li .sub-nav {
		margin-top: 0;
	}
}

/*Blog*/

.bSpot.blog .gform_body {
	display: inline-block;
	width: 100%;
	display: inline-block;
	float: left;
}

.bSpot.blog .gform_footer {
	float: right;
	padding-right: 16px;
	/*margin-top: 50px !important;*/
}

@media (min-width: 1160px) {
	.bSpot.blog .gform_body {
		width: 80%;
	}
}

@media (min-width: 800px) {
	.bSpot.blog #gform_wrapper_1 {
		padding-left: 50px;
		padding-right: 50px;
	}
}

@media (min-width: 768px ) {
	form#gform_1 {
		display: flex;
		align-items: center;
		justify-content: center;
	}
}

form#gform_1 .gfield {
	margin-top: 0 !important;
}

form#gform_1 .bSpot.blog .formContainer {
	padding: 0;
}

@media (max-width: 992px) {
	.bSpot.blog .container {
		padding-left: 15px !important;
		padding-right: 15px !important;
	}
}

.page-template-template-blog .blogContainer {
	padding-left: 15px !important;
	padding-right: 15px !important;
}

@media (max-width: 991px) {
	.blogFiltr .btn-group {
		border-left: 1px solid #ccc;
	}
}

/*Area Rugs - Coles Custom Page - Features*/

.ID629rightPanel {
	padding-bottom: 4em;
}

/*Visual List General*/
.visualList .vlMedia {
	text-align: center;
}

.ID416rightColumn img {
	max-height: 500px;
}

.scout-iframe {
	position: relative;
	margin: 0;
	width: 100%;
	display: inline-block;
	width: 100%;
	padding: 0 0 50%;
}

.scout-iframe iframe {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.iframe-container {
	position: relative;
	margin: 0;
	width: 10em;
	display: inline-block;
	width: 100%;
	padding: 0 0 50%;

}

.iframe-container iframe {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.pageBread.ctaHover {
	padding-top: 80px;
}

.ID11332rightPanel {
	width: 100%;
	max-width: 650px;
	border: 1px solid #ccc;
	border-radius: 5px;
}

/*Search page for header*/

#utilityBar form[role="search"] > div {
	display: flex;
	align-items: center;
	justify-content: center;
}

#utilityBar #search input[type="text"] {
	display: inline-block;
	padding: 16px 0;
	margin-left: 1em;
	margin-right: 1em;
	font-size: 42px;
}

/*New Carpet Video 50 50 Block*/

.ID11532leftColumn {
	/* background: url(/wp-content/uploads/2016/12/video-preview.jpg); */
	background: url('https://d3fq9trs5x2hk.cloudfront.net/wp-content/uploads/2018/06/carpet-video.jpg');
	background-position: 100% 50%;
	background-position: center center;
	padding-right: 0 !important;
	padding-left: 0 !important;
	background-size: cover !important;
	background-repeat: no-repeat !important;
}

.ID11532rightColumn {
	background: #017f7c;
	color: #fff;
}

.ID11532rightPanel {
	width: 100%;
}

.ID11532rightPanel *:not(.btn) {
	color: #fff !important;
}

.ID11532rightColumn .sat-guar-map-content {
	padding: 4em 2em;
}

@media (max-width: 991px) {
	.ID11532leftColumn {
		height: 500px;
	}
}

h2.underscore {
	letter-spacing: -1px;
}

.id-238 h2.gridTitle {
	margin-top: 2em;
}

nav {
	background: rgba(1, 127, 124, 0.95)
}

@media (max-width: 992px) {
	.main-menu li ul {
		background: #006462;
	}

	.main-menu li:hover {
		border-bottom-color: #fff !important;
	}
}

/* locations map overlay to stop scrolling */
.map-overlay {
	background: transparent;
	position: relative;
	width: 100%;
	height: 900px; /* your iframe height */
	top: 900px; /* your iframe height */
	margin-top: -900px; /* your iframe height */
}

.mapaThumb .mapaItem p {
	max-width: initial;
}

.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 35px;
	height: 0;
	overflow: hidden;
	padding-left: 15px;
	padding-right: 15px;
}

.video-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.ID451 p {
	max-width: initial !important;
}

#colesNav.fixed #navBar .mainMenu li.navHome {
	transition: width .25s ease-in-out;
	-moz-transition: width .25s ease-in-out;
	-webkit-transition: width .25s ease-in-out;
	transition: height .25s ease-in-out;
	-moz-transition: height .25s ease-in-out;
	-webkit-transition: height .25s ease-in-out;
	min-width: 150px !important;
}

.navHome {
	opacity: 1;
	transition: opacity .5s ease-in-out;
	-moz-transition: opacity .5s ease-in-out;
	-webkit-transition: opacity .5s ease-in-out;
}

#colesNav #navBar li.mainMenuSearch {
	display: none !important;
	width: 0;
}

@media (min-width: 1025px) {
	#colesNav.fixed #navBar {
		position: fixed;
		top: 0;
		height: 90px;
	}

	#colesNav.fixed #navBar .mainMenu li.navHome {
		/*opacity: 0;*/
		width: 150px !important;
		min-width: 150px !important;
		height: 70px !important;
		margin-top: 60px !important;
		/*   background: url('https://d3fq9trs5x2hk.cloudfront.net/wp-content/uploads/2017/05/Coles-logo.png'); */
		background: url('https://d3fq9trs5x2hk.cloudfront.net/wp-content/uploads/2018/12/Coles-Gold-KB.jpg');
		background-size: contain;
		background-repeat: no-repeat;
		background-position: 50% 50%;

		width: 175px !important;
		min-width: 150px !important;
		height: 95px !important;
		margin-top: 50px !important;
		background-size: contain;
		background-repeat: no-repeat;
		background-position: 50% 50%;
		/*     background: url('https://d3fq9trs5x2hk.cloudfront.net/wp-content/uploads/2017/06/sticky-header-logo.png'); */
		background: url('https://d3fq9trs5x2hk.cloudfront.net/wp-content/uploads/2018/09/desktop-sticky-2018.png');

	}

	#colesNav.fixed .search-btn.col-md-1 {
		position: fixed;
		z-index: 999;
		right: 0;
		top: 25px;
		text-align: center;
	}

	#colesNav.fixed #navBar .mainMenu {
		height: 90px;
		padding-top: 8px;
	}

	#colesNav.fixed #navBar .mainMenu li.mainMenuSearch {
		display: inline-block;
	}

	#colesNav.fixed #navBar .mainMenu li.mainMenuSearch i.fa-search {
		margin-top: -5px;
	}
}

@media (min-width: 1804px) and (max-width: 1900px) {
	#navBar .mainMenu > li:nth-child(2) > a,
	#navBar .mainMenu > li:nth-child(1) > a {
		line-height: 1;
	}
}

.team-member img {
	margin-left: auto;
	margin-right: auto;
	display: block;
	margin-bottom: 5px;
}

.team-member p {
	padding-left: 15px;
	padding-right: 15px;
}

.team-member {
	padding-top: 30px;
	padding-bottom: 30px;
}

.team-members {
	display: flex;
	flex-wrap: wrap;
}

@media (min-width: 1024) and (max-width: 1300px) {
	.team-member p {
		font-size: 18px;
		line-height: 24px;
	}
}

/* more meet the team */

.tabs14182.container,
.tabs14182 .responsive-tabs__panel {
	padding: 0 15px;
}

.tabs14182 .card-block {
	padding: 30px 15px;
}

.tabs14182 .container-fluid {
	padding: 50px 0 !important;
}

.tabs14182 .card-deck {
	padding: 0 !important;
}

.tabs14182 .card-deck h2 {
	font-size: 36px;
}

.tabs14182 .card-text {
	font-size: 22px;
	line-height: 34px;
	word-wrap: break-word; /* All browsers since IE 5.5+ */
	overflow-wrap: break-word;
}

@media (min-width: 992px) and (max-width: 1024px) {
	.tabs14182 .card-text {
		font-size: 18px;
		line-height: 28px;
	}
}

.tabs14182 .card-deck img {
	max-width: 250px;
	margin: auto;
}

.tabs14182 .card {
	padding-top: 2em;
	padding-bottom: 2em;
}

.ID13765,
.ID13788,
.ID13772,
.ID13782,
.ID13783,
.ID13788,
.ID13791 {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.ID13765rightPanel {
	justify-content: flex-start !important;
}

@media (max-width: 680px) {
	.ID13765leftPanel img {
		display: block;
		text-align: center;
		width: 100%;
	}

}

@media (max-width: 414px) {
	.ID13765rightPanel, .ID13765leftPanel,
	.ID13772leftPanel, .ID13772rightPanel,
	.ID13782leftPanel, .ID13782rightPanel,
	.ID13783leftPanel, .ID13783rightPanel,
	.ID13788leftPanel, .ID13788rightPanel
	.ID13791leftPanel, .ID13791rightPanel {
		padding: 30px !important;
	}
}

@media (max-width: 641px) {
	.ID13772leftColumn,
	.ID13765rightColumn,
	.ID13782rightColumn,
	.ID13783leftColumn,
	.ID13788rightColumn,
	.ID13791leftColumn {
		height: 500px !important;
	}
}

#wpadminbar {
	z-index: 99999999999;
}

.page-id-13768 .mainContentBlock, .page-id-13768 .contentBlocks {
	background: #fff;
}

.page-id-13768 .bodyContent {
	background: #d1eae7;
}

#mobileMenu .main-menu li a span {
	position: absolute;
	right: 15px;
	width: 50px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
}

#mobileMenu .main-menu li.sub-nav a {
	display: block;
	padding-right: 55px;
}

#mobileMenu .main-menu li {
	text-align: left !important;
}

#mobileMenu .dclose {
	float: right;
	position: absolute;
	right: 0;
	top: 30px;
}

.mobileActive {
	right: 0;
}

@media (max-width: 479px) {
	.home .ahsBuild .ahsContent {
		padding: 0 15px !important;
	}
}

.alm-listing li {
	padding: 0 !important;
}

.alm-listing li img {
	position: relative !important;
}

.alm-btn-wrap .alm-load-more-btn {
	height: auto !important;
}

#colesNav.fixed #navBar .mainMenu li:hover > a {
	/* background: transparent; */
	/* color: #fff; */
}

.blogFiltr.sticky.is-sticky {
	top: 130px !important;
}

.blogFiltr.sticky.is-sticky button {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}

.page-id-14845 .ahsBuild figure {
	/* animation: slideShow 25s linear infinite 0s;
    -o-animation: slideShow 25s linear infinite 0s;
    -moz-animation: slideShow 25s linear infinite 0s;
    -webkit-animation: slideShow 25s linear infinite 0s; */

}

.bodyContent h1, .bodyContent h2, .bodyContent h3, .bodyContent h4, .bodyContent p, .bodyContent ul {
	max-width: 100%;
}

.gcb.one-year-satisfaction-guarantee.ID203 .leftPanel p {
	margin: 0;
}

#gform_12 .gform_heading {
	font-size: 22px;
}

#gform_submit_button_12 {
	text-transform: uppercase;
}

#gform_fields_12 .gfield .ginput_container input {
	height: 30px;
}

#field_12_8 ul#input_12_8 li input[type="radio"] {
	height: auto;
	border-radius: 100%;
}

input#gform_submit_button_12 {
	width: 100%;
}

hr.ws {
	max-width: 4rem;
	background-color: #017f7c;
	color: #017f7c;
	height: 5px;
	text-align: left;
	margin-left: 0;
}

.wshop-note {
	font-size: 24px;
	padding-left: 2rem;
}

.wshop-title {
	padding-left: 2rem;
}

.wshop-date, .wshop-pin {
	max-width: 50%;
	float: left;
	padding: 2rem;
}

.wshop-pin {
	line-height: 32px;
}

@media (max-width: 640px) {
	.wshop-date, .wshop-pin, .wshop-note {
		padding: 0;
	}
}

.wshopdate::before {
	content: url(https://d3fq9trs5x2hk.cloudfront.net/wp-content/uploads/2019/08/calendar.jpg);
	position: relative;
	top: 8px;
}

.wshoptime::before {
	content: url(https://d3fq9trs5x2hk.cloudfront.net/wp-content/uploads/2019/08/clock.jpg);
	position: relative;
	top: 8px;
}

.wshoplocation {
	text-align: left;
	text-indent: -25px;
}

.wshoplocation::before {
	content: url(https://d3fq9trs5x2hk.cloudfront.net/wp-content/uploads/2019/08/pin.jpg);
	position: relative;
	top: 8px;
	right: 5px;
}

.ID16248rightColumn, .ID16250leftColumn {
	background-position: center !important;
}

.ID16250leftColumn {
	margin-top: 9rem;
}

.ID16248rightPanel {
	width: 450px;
	max-width: 100%;
	max-height: 450px;
}

.ID16250rightPanel ul li::before {
	content: url(https://d3fq9trs5x2hk.cloudfront.net/wp-content/uploads/2019/08/check-list.jpg);
	position: relative;
	top: 8px;
	right: 3px;
	line-height: 2;
}

.wshop-promo {
	text-align: left;
}

.wshop-promo .wshopdate {
	margin-left: 1rem;
}

.wshop-promo .row .column p a.btn.ahsCTAs {
	padding: 1rem 2rem !important;
}

.wshop-promo .wshopdate::before {
	content: url(https://d3fq9trs5x2hk.cloudfront.net/wp-content/uploads/2019/08/calendar-icon.png);
	position: relative;
	top: 3px;
	right: 4px;
}

.wshop-promo .promo-details {
	padding-top: 10%;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
}

.wshop-promo .promo-cards {
	display: flex;
	text-align: center;
	flex-wrap: nowrap;
	margin-top: 3rem;
}

.wshop-promo .promo-cards .col {
	max-width: 30%;
	margin: 0 auto;
	background-color: #fff;
}

.wshop-promo .promo-cards .col .card-text {
	padding: 2rem;
}

.wshop-promo .promo-cards .col h4 {
	color: #00918d;
	font-style: italic;
	text-transform: uppercase !important;
}

.wshop-promo .promo-cards .col p {
	color: #000;
}

.card-image {
	min-width: 100%;
}

.wshop-promo .row .column {
	max-width: 31%;
}

.wshop-promo .row .column h1 {
	text-transform: uppercase !important;
	color: #fff;
}

.workshop-promo.ID16269 {
	height: 900px;
}

.workshop-promo.ID16269 .bspot-content-container {
	max-width: 1700px;
}

.container-fluid .breads {
	display: none;
}

@media (max-width: 1025px) {
	.wshop-promo .row .column {
		padding-top: 7rem;
		max-width: 100%;
	}

	.wshop-promo .promo-cards {
		display: none;
	}
}

.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	-webkit-clip-path: inset(50%);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

#dsColesTopBar {
	display: flex;
justify-content: end;
max-width: 1440px;
margin: 0 auto;
width: 100%;
}

.font-bold {
	font-weight: 700;
}

.dsColesTopBarPanel {
	list-style-type: none;
	padding: 0.5rem;
	text-align: center;
	display: flex;
	justify-content: center;
}

.dsColesTopBarPanel li {
	text-align: center;
	font-family: inherit;
	line-height: 21px;
}

.dsColesTopBarPanel li.hidden {
	display: none;
}

.dsColesTopBarPanel li a {
	font-size: 18px;
}

.dsColesTopBarPanel li a:hover,
.dsColesTopBarPanel li a:focus {
	color: #c4973a;
}

@media (min-width: 992px) {
	.dsColesTopBarPanel {
		padding-left: 1.5rem;
		text-align: left;
		justify-content: flex-start;
	}

	.dsColesTopBarPanel li {
		-webkit-box-flex: 1;
		flex: 1 1 auto;
	}

	.dsColesTopBarPanel li.hidden {
		display: inline-block;
	}

	.dsColesTopBarPanel li a {
		font-size: 0.875rem;
	}
}
#mega-menu-wrap-primaryMenu #mega-menu-primaryMenu p, #mega-menu-wrap-primaryMenu #mega-menu-primaryMenu > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
	text-transform: uppercase;
}
.mega-sub-menu .widget_media_image img:hover {
  opacity: 0.8;
}

@media (min-width: 1225px) {
	.dsColesTopBarPanel li a {
		font-size: 1rem;
		font-weight: 600;
	}
}
.dsColesTopBarPanel li a {
		font-weight: 600;
	}
.mega-indicator {
  display: none !important;
}
@media (max-width: 991px) {
	#dsColesTopBar {
		border-radius: 85px 0px 0px 85px;
		position: absolute;
		right: 0;
		width: 5rem;
	}
}

@media (min-width: 1200px) {
	#dsColesTopBar {
		display: flex;
justify-content: end;
max-width: 1440px;
margin: 0 auto;
width: 100%;
	}
}

#dsColesTopBar a,
#dsColesTopBar a:visited {
	text-decoration: none;
}

#dsColesTopBar a:hover,
#dsColesTopBar a:focus {
	color: #c4973a;
}

#dsColesTopBar ul {
	width: 100%;
	max-width: 1135px;
	margin: 0;
}

@media (max-width: 1080px) {
	#dsColesTopBar ul {
		width: auto;
		/*max-width: 640px;*/
	}
}

#logo {
	width: 100%;
	max-width: 168px;
}

@media (max-width: 991px) {
	#logo {
		max-width: 145px;
	}
}

#navBar {
	max-width: 1080px;
	display: none;
	text-align: center;
	width: 100%;
	background-color: transparent;
	margin: 0;
}

#navBar ul {
	position: relative;
}

.header-mobile-nav {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	-webkit-box-flex: 1;
	flex: 1 1 auto;
}

.fixed-header .header-mobile-nav {
	margin-top: 20px;
}

.header-mobile-nav > a {
	padding-right: 1rem;
}

.header-mobile-nav > a i {
	font-size: 1.5em;
}
.header-container.container {
	align-items: center;
}

@media (min-width: 992px) {
	#navBar {
		display: block;
	}

	#navBar ul li a {
		color: #333;
		font-weight: bold;
		display: block;
		font-size: 1.25rem;
		text-transform: uppercase;
		padding: 13px;
	}

	.fixed-header #navBar ul li a {
		color: #fff;
	}

	.header-mobile-nav {
		display: none;
	}

}

#navBar .sub-menu .sub-menu a {
	text-transform: none;
}

@media (min-width: 992px) {
	#navBar > #menu-main-menu > li:hover {
		border-bottom: 4px solid #c4973a;
	}
}

#navBar > #menu-main-menu > li {
	padding: 0.25rem;
	position: relative;
	-webkit-box-flex: 1;
	flex: 1 1 auto;
}

/* #navBar > #menu-main-menu > li.special a {
	color: #c4973a;
	padding: 13px 25px;
	text-align: center;
	border: 3px solid #c4973a;
} 

#navBar #menu-main-menu li.special a:hover {
	color: white;
} */

.fixed-header #navBar > #menu-main-menu > li.special a {
	color: white;
	background-color: #c4973a;
}

.fixed-header #navBar > #menu-main-menu > li.special a:hover,
.fixed-header #navBar > #menu-main-menu > li.special a:focus {
	color: #c4973a;
	background-color: white;
}

ul#menu-main-menu {
	margin-bottom: 0;
}

/*#navBar #menu-main-menu .sub-menu li a {*/
/*color: black;*/
/*text-align: left;*/
/*border: none;*/
/*}*/

/*.sub-menu li:last-child a:hover {*/
/*color: black;*/
/*}*/

#navBar .sub-menu {
	list-style: none;
}

@media (min-height: 992px) {
	#navBar .sub-menu {
		padding-bottom: 1rem;
	}
}

#navBar .sub-menu li {
	padding: 0 !important;
}

#navBar #menu-main-menu .sub-menu li a {
	border-left: 5px solid #fff !important;
	background: white;
	padding-right: 40px;
}

#navBar #menu-main-menu .sub-menu li:hover a {
	background: #f5ead8;
	border-color: #c4973a !important;
}

#navBar ul .sub-menu {
	display: block;
	background-color: #fff;
	border-top: 3px solid #c4973a;
	border-radius: 0px;
	color: #000;
	opacity: 0;
	visibility: hidden;
	position: absolute;
	left: 0px;
	transition: opacity 0s linear 0.5s, visibility 0s linear 0.5s, transform 0s linear, right 0s linear 0.5s;
	transition-delay: 0.3s;
	transform: translateY(0.6rem);
	z-index: 1;
	width: 14rem;
	text-align: left;
	margin: 0;
	margin-top: 10px;
	-webkit-box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.29);
	-moz-box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.29);
	box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.29);
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
}

#navBar ul li .sub-menu .menu-item-has-children .sub-menu {
	background-color: #fff;
	border-radius: 0px;
	color: #000;
	font-size: 1.7rem;
	opacity: 0;
	position: absolute;
	top: 0px;
	left: 14rem;
	border: none;
	transition: opacity 0s linear 0.5s, visibility 0s linear 0.5s, transform 0s linear, right 0s linear 0.5s;
	transition-delay: 0.3s;
	transform: translateY(0.6rem);
	z-index: 1;
	width: 14rem;
	text-align: left;
	margin: 0;
	-webkit-box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.29);
	-moz-box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.29);
	box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.29);
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
}

#navBar ul li .sub-menu .menu-item-has-children:hover .sub-menu,
#navBar ul li .sub-menu .menu-item-has-children:focus .sub-menu {
	opacity: 1;
	visibility: visible;
	/*transition: opacity 0.3s linear, visibility 0.3s linear, transform 0.3s linear, right 0s 0.3s;*/
}

#navBar ul .menu-item-has-children:hover .sub-menu,
#navBar ul .menu-item-has-children:focus .sub-menu {
	display: block;
	opacity: 1;
	visibility: visible;
	cursor: pointer;
	/*transition: opacity 0.3s linear, transform 0.3s linear, right 0s 0.3s;*/
	/*transition-delay: 0s;*/
}

#navBar ul li .sub-menu li a {
	font-size: 1rem;
	font-weight: 500;
	color: black;
}

#navBar > ul > li > .sub-menu::before {
	content: "";
	width: 0px;
	height: 0px;
	left: 15px;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid #c4973a;
	top: -12px;
	position: absolute;

}

/*@media (min-width: 992px) {*/
/*.menu-item-has-children {*/
/*padding-bottom: 20px !important;*/
/*}*/
/*}*/

.sub-menu .menu-item-has-children {
	position: relative;

}

.sub-menu-toggle {
	position: absolute;
	right: 20px;
	top: 15px;
	font-size: 1.25rem;
	color: #c4973a;
	cursor: pointer;
}

@media (max-width: 1225px) {
	.sub-menu-toggle {
		right: 16px;
		top: 2px;
	}

	.slide-content h1 {
		font-size: 2.2rem;
	}
}

@media (max-width: 991px) {
	.sub-menu-toggle {
		color: #007f7c;
		top: 8px;
		right: 0;
		padding: 0 20px;
	}

	.sub-menu-toggle.transform {
		transform: rotate(90deg);
	}
}

#navBar > ul > li > .sub-menu-toggle {
	display: none;
}

@media (max-width: 991px) {
	#navBar > ul > li > .sub-menu-toggle {
		display: block;
	}
}

#menu-main-menu {
	padding: 0.5rem 0.5rem 0.5rem 1.5rem;
	flex-direction: row;
	align-items: center;
}

@media (min-width: 992px) {
	#menu-main-menu {
		display: flex;
		justify-content: flex-end;
	}
}

#menu-main-menu > .menu-item-has-children:after {
	content: '';
	position: absolute;
	height: 30px;
	width: 100%;
	bottom: -25px;
	left: 0;
	cursor: pointer;
}

#navBar #menu-main-menu .sub-menu .menu-item-has-children .sub-menu li a {
	background: white;
	border: none !important;
}

#navBar #menu-main-menu .sub-menu .menu-item-has-children .sub-menu li:hover a {
	background: #f5ead8;
}

@media (min-width: 1226px) {
	#navBar ul li:hover a {
		padding: 13px;
	}
}

@media (max-width: 1225px) {
	#navBar ul li a {
		font-size: .875rem;
		line-height: 1.4;
	}

	#navBar > #menu-main-menu > li:last-child a,
	#navBar ul li a {
		padding: 8px 5px;
	}

	#navBar ul li .sub-menu li a {
		font-size: 0.875rem;
	}

}

@media (max-width: 991px) {
	.container {
		max-width: 100% !important;
	}

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

#dsFooter {
	background-color: #007f7c;
	color: #fff;
}

#dsFooter .container {
	padding: 0 15px;
}

.dsMobileMenuIcon * {
	stroke: #007f7c;
}

.fixed-header .dsMobileMenuIcon * {
	stroke: white;
}

.fixed-header .fixed-white svg,
.fixed-header .fixed-white i {
	color: #fff;
}

.dsMobileMenu {
	height: 100vh;
	overflow: auto;
	background-color: #fff;
}

.dsMobileMenu ul {
	margin: 0;
	list-style-type: none;
}

.dsMobileMenu ul li {
	position: relative;
}

.dsMobileMenu ul li a {
	font-size: 1rem;
	display: block;
	text-transform: uppercase;
	padding: 13.5px;
	color: #333;
	font-weight: bold;
}

.dsMobileMenu ul > li.current-menu-parent > a,
.dsMobileMenu ul > li.current-menu-item > a,
.dsMobileMenu ul > li:hover > a {
	color: #fff;
	background-color: #007f7c;
}

.dsMobileMenu ul > li.current-menu-parent > .sub-menu-toggle,
.dsMobileMenu ul > li.current-menu-item > .sub-menu-toggle,
.dsMobileMenu ul > li:hover > .sub-menu-toggle {
	color: #fff;
}

.dsMobileMenu ul.sub-menu {
	display: none;
}

.dsMobileMenu .open > ul.sub-menu {
	display: block;
}

.card-item {
	width: 50%;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 0 0.5rem;
	text-align: center;
	cursor: pointer;
	margin-bottom: 2rem;
}

.card-item-hidden {
	opacity: 0;
}

.card-item-hidden span {
	color: #fff;
	font-size: 1rem;
	text-transform: uppercase;
	border-bottom: 1px solid white;
}

h4.card-item-title {
	font-size: 13px;
	font-weight: 700 !important;
	line-height: 1.25;
	padding-bottom: 0.5rem;
	margin-bottom: 0;
	display: flex;
	align-items: center;
}
@media only screen and (max-width: 700px) {
	.card-item-hidden span {
		font-size: 13px;
	}
	.footer-bottom-inner h4 {
  font-size: 1.3rem;
}
	.socials-item i {
  font-size: 30px;
  margin: auto;
}
}
.locations-wrap {
	display: flex;
	flex-direction: column-reverse;
	align-items: stretch;
	padding-top: 0;
	padding-bottom: 2rem;
}

.locations-inner {
	vertical-align: top;
	display: inline-block;
	-webkit-box-flex: 1;
	flex: 1 1 0%;
	margin: 0 1rem;
}

.dsLocations {
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
}

.dsLocation {
	padding: 1.25rem 0;
	width: 100%;
}

@media (min-width: 992px) {
	h4.card-item-title {
		font-size: 1.675rem;
		padding-bottom: 0;
		display: flex;
		align-items: center;
	}

	.card-item-hidden span {
		font-size: 1.125rem;
	}

	.locations-wrap {
		flex-direction: row;
		padding-top: 2rem;
		padding-bottom: 3rem;
	}

	.dsLocation {
		width: 50%;
	}

	.locations-inner {
		width: 50%;
	}
}

@media (min-width: 1225px) {
	.locations-inner {
		width: 25%;
	}
}

.card-item.open .card-item-hidden {
	opacity: 1;
	width: 100%;
padding: 10px 0;
margin-top: -10px;
}

.card-item__img {
	width: 150px;
	height: 150px;
	border: 1px solid #fff;
	-webkit-border-radius: 999px;
	-moz-border-radius: 999px;
	border-radius: 999px;
	position: relative;
	margin-bottom: 1rem;
}

@media (min-width: 992px) {
	.card-item {
		margin-bottom: 0;
		width: 25%;
	}
}

@media (max-width: 991px) {
	.card-item__img {
		width: 130px;
		height: 130px;
	}
}

.card-item__img svg,
.card-item__img img {
	position: absolute;
	max-width: 75px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.card-item__img svg * {
	stroke: #fff;
}

.card-item.open .card-item__img {
	background-color: #007f7c;
}

.card-item.open .card-item__img svg * {
	stroke: #fff;
}

button.footer-show-hidden {
	font-size: 1.125rem;
	text-transform: uppercase;
	font-weight: 700;
	background-color: transparent;
	padding: 0.5rem !important;
	border: 0;
	color: #fff;
	letter-spacing: 0;
	margin: 0;
	line-height: 1;
}

.footer-show-hidden > span {
	padding: 0.5rem;
}

.open .footer-show-hidden i {
	transform: rotate(90deg);
}

.open > .hidden {
	display: block;
}

.map-wrap {
	vertical-align: top;
	display: inline-block;
	-webkit-box-flex: 1;
	flex: 1 1 0%;
	margin: 0 1rem;
}

.footer-bottom {
	background-color: #007f7c;
	width: 100%;
	border-top: 1px solid #4da6a4;
}

.footer-bottom a {
	color: #fff;
}

.footer-bottom a:hover,
.footer-bottom a:focus {
	color: #c4973a;
}

.footer-bottom .copy .divider {
	margin: 0 10px;
}

.footer-bottom-inner {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
	padding: 1.5rem 0;
}

.footer-bottom-right {
	text-align: right;
}

.copy {
	margin: 0;
	font-size: 1.125rem;
	color: #fff;
	text-align: center;
}

.copy img {
	display: inline-block;
	width: 2rem;
}

.dsSocialMedia {
	list-style-type: none;
	margin: 20px 0 20px;
	padding: 0;
}

.socials-item {
	display: inline-block;
	padding-right: 1.125rem;
}

.socials-item i {
	transition: all 0.3s ease;
	color: #fff;
	font-size: 40px;
	margin: 0 10px;
}

.socials-item i:hover {
	color: #c4973a;
}

@media (min-width: 992px) {
	.map-wrap {
		width: 50%;
	}

	.footer-bottom-inner {
		flex-direction: colum;
		align-items: center;
	}


	.dsSocialMedia {
		margin-bottom: 20px;
	}
}

@media (min-width: 1225px) {
	.map-wrap {
		align-self: self-start;
	}
}

.acf-map {
	height: 330px;
}

.acf-map p {
	color: #007f7c;
}

.dsHeroSlider .slick-slide {
	transition: 0.5s all ease;
	position: relative;
	/*padding: 2rem;*/
}

.slick-slide-title {
	font-size: 3.2em;
	letter-spacing: 0;
}

.single-slide .background-gradient {
	background-size: cover;
	background-position: center;
}

.mx-2 {
	margin-right: 0 !important;
	margin-left: 0 !important;
}

@media (max-width: 640px) {

	.slide-mobile-wrap {
		height: 90vw;
		padding: 1.5rem;
		display: flex;
		flex-direction: column;
		justify-content: flex-end;
	}

	.slide-mobile-wrap p, .slide-mobile-wrap h4 {
		display: none;
	}

	.slick-slide-title {
		font-size: 42px;
	}

	.single-slide .background-gradient {
		padding-bottom: 0 !important;
	}

}

.dsHeroSlider .slick-slide:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-color: rgba(0, 0, 0, 0.7);
	z-index: 1;
	transition: 0.5s all ease;
}

.slide-content h1 {
	margin-bottom: 1rem;
}

body .slide-content h1 {
	font-weight: inherit !important;
	letter-spacing: 0;
}

.slide-content h4 {
	font-weight: inherit !important;
}

.slide-content h1,
.slide-content h2,
.slide-content h3,
.slide-content h4,
.slide-content h5,
.slide-content h6 {
	line-height: 1.3;
}

.text-white h1 {
	color: #fff;
}

.z-10 {
	z-index: 10;
}

.single-slide {
	position: relative;
}

.single-slide .container {
	z-index: 1;
	position: relative;
}

.slide-content {
	text-align: center;
}

@media (max-width: 640px) {
	.single-slide .single-slide-content *:not(h1) {
		display: none;
	}
}

.dsHeroSlider .slide-content {
	opacity: 0;
	width: 100%;
}

.dsHeroSlider .slide-subtitle {
	max-width: 25%;
	font-size: 1.5rem;
	color: #fff;
	font-weight: 700;
	position: absolute;
	right: 0;
	margin-right: 2rem;
	bottom: 0;
	margin-bottom: 1rem;
	line-height: 1.2;
	z-index: 1;
}
.dsHeroSlider .slide-subtitle h3 {
	font-size: 1.5rem !important;
}

.dsHeroSlider .slick-current .slide-subtitle {
	display: block;
}

@media (min-width: 1225px) {

	.dsHeroSlider .slide-subtitle {
		font-size: 2.25rem;
		margin-bottom: 2rem;
	}
	.dsHeroSlider .slide-subtitle h3{
		font-size: 2.25rem !important;
	}
}

.dsHeroSlider .slide-subtitle,
.dsHeroSlider .slide-content {
	transition: 0.5s all ease;
}

.default-btn:focus {
	text-decoration: none;
}

.dsHeroSlider .slide-content .default-btn {
	opacity: 0;
	transition-duration: 1s;
	transform: translateY(30px);
}

@media (max-width: 640px) {
	.dsHeroSlider .slide-content .default-btn.transparent {
		color: #007f7c;
		border-color: #007f7c;
	}
}

.dsHeroSlider .slick-slide.slick-current:before {
	opacity: 0;
	visibility: hidden;
}

.dsHeroSlider .slick-slide.slick-current .slide-content {
	opacity: 1;
}

.dsHeroSlider .slick-slide.slick-current .slide-content .default-btn {
	transform: translateY(0);
	transition: all 0.3s ease 0s, transform 1s ease 0.5s;
	opacity: 1;
}

.dsHeroSlider .slick-slide.slick-current .slide-subtitle {
	opacity: 0;
}

.dsHeroSlider.slick-initialized .slick-slide {
	display: flex;
}

.dsHeroSlider .default-btn {
	width: 100%;
	margin-bottom: 0.75rem;
}

.dsHeroSlider .slick-slide {
	margin: 0 0.5rem;
}

.dsSliderNav {
	width: 25%;
	left: 0;
	bottom: 0;
	text-align: right;
}

.dsSliderNav > div {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	padding: 0 1.25rem;
}

.pagingInfo {
	display: none;
	margin: 0 0.5rem;
}

@media (min-width: 640px) {
	.dsHeroSlider .default-btn,
	.slide-content .default-btn {
		width: auto;
		margin-right: 1rem;
		margin-bottom: 1rem;
	}
}

@media (min-width: 991px) {
	.dsSliderNav {
		position: absolute;
	}

	.pagingInfo {
		display: block;
	}
}

@media (min-width: 1225px) {

	.lg\:mb-8 {
		margin-bottom: 2rem;
	}

	.dsHeroSlider .default-btn,
	.single-slide .default-btn {
		margin-right: 1rem;
		margin-bottom: 2rem;
	}

	.dsSliderNav {
		margin-bottom: 0.75rem;
	}

	.pagingInfo,
	.dsPrev,
	.dsNext {
		margin: 0 1.25rem;
	}

}

#dsHero {
	margin-bottom: 2rem;
	position: relative;
}

.dsHeroSlideImage {
	width: 100%;
	/*z-index: 0; */
	left: 0;
	top: 0;
	background-position: center;
	background-size: cover;
	display: flex;
}

.dsHeroSlideImage.items-end {
	align-items: flex-end;
}

.dsHeroSlideImage.items-start {
	align-items: flex-start;
}

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

.dsHeroSlider .slide-content.items-end {
	align-items: flex-end;
}

.dsHeroSlider .slide-content.items-start {
	align-items: flex-start;
}

.dsHeroSlider .slide-content.items-center {
	align-items: center;
}

.dsHeroSlider .slide-content {
	display: flex;
	width: 100%;
}

.dsHeroSlider .slide-content-general {
	width: 100%;
	z-index: 10;
	color: #fff;
}

.slide-mobile-wrap {
	opacity: 0;
	transition: opacity 1s ease 0.5s;
}

.slick-current .slide-mobile-wrap {
	opacity: 1;
}

.dsHeroSlider .slide-mobile-wrap {
	margin-bottom: 1rem;
	position: relative;
}

.dsHeroSlider .slick-slide-image {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-size: cover;
	background-position: center;
}

.dsHeroSlider .slide-content-logo {
	width: 20%;
	z-index: 10;
	display: none;
	text-align: right;
}

.dsHeroSlider .slide-content-logo img {
	display: inline-block;
	max-height: 140px;
}

@media (max-width: 640px) {
	#dsHero .container {
		padding: 0 15px;
	}
}

@media (min-width: 641px) {
	#dsHero {
		margin-bottom: 4rem;
	}

	.dsHeroSlideImage {
		padding: 2rem;
		position: absolute;
		height: 100%;
	}

	.dsHeroSlider .slide-mobile-wrap {
		height: auto;
	}

	.dsHeroSlider .slick-slide-image {
		display: none;
	}
}

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

.advantages {
	width: 100%;
	margin: 0 auto;
}

.advantages-inner {
	margin: 2rem -1rem 0;
	display: flex;
	flex-wrap: wrap;
}

.advantage-item {
	width: 83.333333%;
	margin: 0 auto;
	padding: 0 1rem;
	margin-bottom: 2rem;
	font-size: 1.25rem;
}

.advantage-item img {
	width: 2.5rem;
	height: 2.5rem;
	margin: 0 auto 0.5rem;
}

@media (min-width: 992px) {
	.advantage-item {
		width: 50%;
	}

	.dsHeroSlideImage {
		padding-bottom: 1rem;
		position: relative;
		height: auto;
	}

	.dsHeroSlider .slide-content-general {
		width: 80%;
	}

	.dsHeroSlider .slide-mobile-wrap {
		margin-bottom: 2rem;
	}

	.dsHeroSlider .slide-content-logo {
		display: block;
	}

	.advantages {
		width: 83.333333%;
	}
}

@media (min-width: 1225px) {
	.advantage-item {
		width: 25%;
		margin-bottom: 0;
	}

	.dsHeroSlideImage {
		padding: 4rem 4rem 2rem;
	}
}

.slick-list {
	transition: 0.5s all ease;
}

.background-gradient.items-end:after {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgb(0, 0, 0); /* Old browsers */
	background: -moz-linear-gradient(45deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 70%); /* FF3.6-15 */
	background: -webkit-linear-gradient(45deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 70%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(45deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 70%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.background-gradient.items-start:before {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgb(0, 0, 0); /* Old browsers */
	background: -moz-linear-gradient(135deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 70%); /* FF3.6-15 */
	background: -webkit-linear-gradient(135deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 70%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 70%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.background-gradient.items-center:after {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgb(0, 0, 0); /* Old browsers */
	background: -moz-linear-gradient(90deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 70%); /* FF3.6-15 */
	background: -webkit-linear-gradient(90deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 70%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(90deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 70%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

@media (max-width: 640px) {
	.dsHeroSlider .background-gradient {
		background-image: none !important;
	}

	.dsHeroSlider .background-gradient.items-end:after,
	.dsHeroSlider .background-gradient.items-center:after,
	.dsHeroSlider .background-gradient.items-start:after {
		display: none;
	}
}

.dsHeroSlider h1,
.dsHeroSlider h2,
.dsHeroSlider h3,
.dsHeroSlider h4,
.dsHeroSlider h5,
.dsHeroSlider h6 {
	font-weight: 700 !important;
	line-height: 1.2;
	margin-bottom: 2rem;
	color: inherit;
}

@media (max-width: 640px) {
	.dsHeroSlider h1,
	.dsHeroSlider h2,
	.dsHeroSlider h3,
	.dsHeroSlider h4,
	.dsHeroSlider h5,
	.dsHeroSlider h6 {
		margin-bottom: 0;
	}
}

.dsHeroSlider h3,
.dsHeroSlider h4,
.dsHeroSlider h5,
.dsHeroSlider h6 {
	margin-bottom: 1rem;
}

h1.decorated,
h2.decorated,
h3.decorated,
h4.decorated,
h5.decorated,
h6.decorated {
	position: relative;
	padding-bottom: 1rem;
	margin-bottom: 1rem;
}

h1.decorated:after,
h2.decorated:after,
h3.decorated:after,
h4.decorated:after,
h5.decorated:after,
h6.decorated:after {
	content: '';
	width: 50px;
	height: 2px;
	position: absolute;
	left: 0;
	bottom: 0;
	background-color: #007f7c;
}

.slick-slide-title.decorated {
	font-size: 2.55em;
	text-transform: uppercase;
}

.dsHeroSlider .slick-slide img {
	display: inline-block;
}

.home .container,
.page-template-template-products .container {
	max-width: 1440px;
	width: 100%;
	padding-left: 15px;
	padding-right: 15px;
	position: relative;
}

.dsShowcase .default-btn {
	font-size: 20px;
	padding: 11px 24px;
	display: inline-block;
	color: #fff;
	background: #007f7c;
	border: 2px solid #007f7c;
	text-transform: uppercase;
	text-align: center;
}

@media (max-width: 1225px) {
	.dsShowcase .default-btn {
		font-size: 1rem;
	}
}

@media (max-width: 640px) {
	.dsShowcase .default-btn {
		width: 100%;
		margin-bottom: 0.75rem;
	}
}

.dsShowcase .default-btn:hover,
.dsShowcase .default-btn:focus {
	background-color: #fff;
	color: #007f7c;
	border-color: #007f7c;
}

.dsShowcase .default-btn.primary-alt {
	background-color: #fff;
	color: #007f7c;
	border-color: #007f7c;
}

.dsShowcase .default-btn.primary-alt:hover,
.dsShowcase .default-btn.primary-alt:focus {
	color: #fff;

	background: #007f7c;
	border-color: #007f7c;
}

.dsShowcase .default-btn.transparent {
	background-color: transparent;
	border-color: #fff;
}

.dsShowcase .default-btn.transparent:hover,
.dsShowcase .default-btn.transparent:focus {
	background-color: #fff;
	color: #007f7c;
	border-color: #007f7c;
}

body .dsPrev,
body .dsNext {
	width: 32px;
	height: 32px;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	cursor: pointer;
}

body .dsNext {
	right: 0;
	left: auto;
}

@media (min-width: 992px) {
	.dsPrev,
	.dsNext {
		margin: 0 0.5rem;
	}

	body .dsPrev,
	body .dsNext {
		position: relative;
		transform: none;
		width: 40px;
		height: 40px;
	}
}

body .dsPrev:before,
body .dsNext:before {
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	background: url("assets/img/dsArrow.png") center center no-repeat;
	background-size: contain;
	transition: 0.3s all ease;
}

body .dsPrev:hover,
body .dsNext:hover,
body .dsPrev:focus,
body .dsNext:focus {
	opacity: 0.8;
}

/*body .dsPrev:before {*/
/*transform: rotate(180deg);*/
/*}*/

body .blocker {
	z-index: 20;
}

#searchform-wrap {
	display: none;
	border-radius: 0;
	padding: 15px;
}

#searchform-wrap .modal-header {
	padding-right: 0;

}

#searchform-wrap .modal-body {
	background-color: #fff;
}

#searchform-wrap .modal-content {
	max-width: 600px;
	margin: 0 auto;
}

.search__input {
	width: 100%;
	font-size: 1.5rem;
}

.consultation-item {
	display: block;
	position: relative;
	width: 100%;
	overflow: hidden;
	padding-bottom: 50%;
	transition: 0.7s all ease;
}

.consultation-item__img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
	color: #fff;
}

.consultation-item__content {
	position: absolute;
	color: #fff;
	z-index: 10;
	width: 100%;
}

.consultation-item__title {
	font-size: 1.875rem;
	display: block;
	text-align: center;
	padding: 0.5rem 0;
}

@media screen and (max-width: 640px) {
	.consultation-item__title {
		font-size: 24px;
	}
}

.consultation-item__desc {
	display: block;
	opacity: 0;
	visibility: hidden;
	font-size: 1.25rem;
	text-align: center;
	padding: 0.5rem 0;
	width: 100%;
}

.consultation-item:before {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	background: rgb(0, 0, 0); /* Old browsers */
	background: -moz-linear-gradient(0, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(0, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(0, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	transition: 0.7s all ease;
	opacity: 0;
}

.consultation-item__img {
	transition: 0.7s all ease;
}

.consultation-item:hover .consultation-item__img,
.consultation-item:focus .consultation-item__img {
	transform: scale(1.2);
}

.consultation-item:hover:before,
.consultation-item:focus:before {
	opacity: 1;
}

.consultation-item__content {
	top: calc(100% - 100px);
	transition: 0.7s all ease;
}

.consultation-item:hover .consultation-item__content {
	top: 50%;
	transform: translateY(-50%);
}

.consultation-item__desc {
	transition: 0.7s all ease;
}

.consultation-item:hover .consultation-item__desc {
	opacity: 1;
	visibility: visible;
}

.show-video-link {
	position: relative;
	display: block;
	margin-bottom: 1rem;
}

.show-video-link img {
	width: 100%;
}

.show-video-link:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: 0;
	transition: 0.3s all ease;
}

.show-video-link:after {
	content: '';
	width: 100px;
	height: 100px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: url("assets/img/play.png") center no-repeat;
	background-size: contain;
}

.show-video-link:hover:before {
	opacity: 0.3;
}

.embed-responsive {
	position: relative;
	display: block;
	height: 0;
	overflow: hidden;
	padding-bottom: 56.25%;
}

/* .embed-responsive-item,
iframe,
embed,
object,
video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
} */

.video-wrap {
	display: none;
	padding: 0;
}

.video-wrap-products {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

.video-wrap .modal-content {
	margin: 0 auto;
	max-width: 900px;
}

.photos-wrapper {
	/*margin: 0 -0.5rem;*/
	display: flex;
	flex-direction: column-reverse;
	flex-wrap: wrap;
	align-items: center;
}

.photos-content {
	width: 100%;
}

.photos-content h3 {
	display: none;
	font-size: 1.875rem;
	margin-bottom: 1rem;
	line-height: 1.2;
	font-weight: 400 !important;
}

.photos-content p {
	margin-bottom: 1.5rem;
	font-size: 1.25rem;
	line-height: 1.2;
}

.photos-read-more {
	text-align: center;
}

.photos-inner {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.photos-inner h3 {
	font-size: 1.875rem;
	margin-bottom: 1.5rem;
	font-weight: 400 !important;
	width: 100%;
}

.photo-item {
	width: 33%;
	padding: 0.75rem;
	margin-bottom: 1rem;
	background-color: #fff;
	box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
	transform: rotate(-1deg);
}

.photo-item p {
	line-height: 1.2;
	font-size: 1rem;
	text-align: center;
	margin: 0;
}

.photo-item__img {
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
	margin-bottom: 0.5rem;
}

.photo-item:nth-of-type(even) {
	transform: rotate(3deg);
}

@media (min-width: 992px) {
	.video-wrap-products {
		width: 83.333333%;
	}

	.photos-wrapper {
		flex-direction: row;
	}

	.photos-content {
		width: 33.3%;
		padding-right: 2rem;
	}

	.photos-content h3 {
		display: block;
	}

	.photos-read-more {
		text-align: left;
	}

	.photos-inner {
		width: 66.6%;
		padding-left: 2rem;
	}

	.photos-inner h3 {
		display: none;
	}

	.photo-item {
		padding: 2rem 2rem 5rem;
		margin-bottom: 0;
	}

	.photo-item__img {
		padding-bottom: 73%;
	}
}

@media (max-width: 991px) {

	.photo-item__img {
		height: 26vw;
	}

}

.dsTestSliderWrap {
	width: 100%;
	margin: 0 auto;
	position: relative;
}

.dsTestSlider {
	margin: 0 auto;
}

@media (min-width: 992px) {
	.dsTestSliderWrap {
		width: 60%;
	}

	.dsTestSlider {
		width: 83.333333%;
	}
}

.dsTestSlider.slick-slider {
	position: static;
}

.dsTestSlider .slick-list {
	position: static;
}

body .slick-prev,
body .slick-next {
	width: 40px;
	height: 40px;
	background: url("assets/img/dsArrow.png") center no-repeat;
	background-size: contain;
	transition: 0.3s all ease;
	z-index: 1;
	font-size: 12px !important;
}

@media (max-width: 991px) {
	body .slick-prev:not(.dsPrev),
	body .slick-next:not(.dsNext) {
		position: absolute;
		left: -10000px;
		top: auto;
		width: 1px;
		height: 1px;
		overflow: hidden;
	}
}

body .slick-prev {
	background: url("assets/img/dsArrow-alt.png") center no-repeat;
	background-size: contain;
}

body .slick-next:hover,
body .slick-next:focus {
	opacity: 0.8;
	background: url("assets/img/dsArrow.png") center no-repeat;
	background-size: contain;
}

body .slick-prev:hover,
body .slick-prev:focus {
	opacity: 0.8;
	background: url("assets/img/dsArrow-alt.png") center no-repeat;
	background-size: contain;
}

body .slick-prev:before,
body .slick-next:before {
	display: none;
}

.slick-slide .dsTestSlidePosition {
	font-size: 1.25rem;
	font-style: italic;
	padding: 0 1rem;
	margin-bottom: 0;
}

.slick-slide .dsTestSlideName {
	font-size: 1.25rem;
	font-weight: 700;
	padding: 0 1rem;
	margin-bottom: 0;
}

.dsTestSlideContent {
	padding: 0 40px;
	font-size: 1.5rem;
	margin-bottom: 1rem;
	position: relative;
	padding-top: 2rem;
	padding-left: 1rem;
	padding-right: 1rem;
}

.dsTestSlideContent:before {
	content: '';
	width: 30px;
	height: 30px;
	position: absolute;
	left: 0;
	top: 0;
	background: url("assets/img/q-open.png") center no-repeat;
	background-size: contain;
}

.dsTestSlideContent:after {
	content: '';
	width: 20px;
	height: 20px;
	display: inline-block;
	background: url("assets/img/q-close.png") center no-repeat;
	background-size: contain;
}

.dsTestSliderMore {
	width: 83.333333%;
	margin: 3rem auto 0;
	text-align: center;
}

@media (min-width: 992px) {
	.dsTestSlideContent {
		font-size: 1.875rem;
		padding-top: 0;
	}

	.slick-slide .dsTestSlideName,
	.slick-slide .dsTestSlidePosition,
	.dsTestSlideContent {
		padding: 0 2.5rem;
	}
}

@media (max-width: 991px) {
	.dsTestSlideContent:before {
		width: 24px;
		height: 24px;
	}

	.dsTestSlideContent:after {
		width: 17px;
		height: 17px;
	}
}

.products-btns .default-btn {
	padding: 11px 10px;
	/*text-align: center;*/
	width: calc(33.33% - 3rem - 4px); /*30%;*/
	margin-bottom: 0.75rem;
	margin-right: 0.5rem;
	margin-left: 0.5rem;
}

.products-btns .default-btn.fullwidth {
	width: calc(100% - 8rem);
}

#TwoColumnButtons .products-btns .default-btn {
	width: calc(50% - 3rem - 4px);
}

.video-content {
	width: 100%;
	padding: 0 0.5rem;
}

.video-content h3 {
	font-size: 1.875rem;
	margin-bottom: 1rem;
	display: none;
	font-weight: 400 !important;
}

.video-content p.text-xl {
	font-size: 1.25rem;
	line-height: 1.3;
}

.video-content p {
	margin-bottom: 1.5rem;
}

.video-content a {
	width: 100%;
	text-align: center;
	margin-bottom: 0.75rem;
}

@media (min-width: 641px) {
	.video-content a {
		text-align: left;
		width: auto;
		margin-right: 1rem;
		margin-bottom: 1rem;
	}

	#your_home .video-content a {
		margin-right: .5rem;
	}

	.products-btns .default-btn.fullwidth {
		margin-bottom: 40px;
	}
}

@media (min-width: 991px) {

	.page-template-template-products .video-content {
		padding-left: 6rem;
		padding-right: 0.5rem;

	}

	.page-template-template-products .flex-row-reverse .video-content {
		padding-left: 0.5rem;
		padding-right: 6rem;
	}

	.video-content {
		width: 50%;
		padding: 0 2rem;
	}

	.video-content h3 {
		display: block;
	}
}

.products-btns {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	/*justify-content: space-between;*/
	justify-content: center;
	margin-right: -0.5rem;
	margin-left: -0.5rem;
}

@media (max-width: 991px) {
	.products-btns .default-btn {
		width: calc(50% - 1rem - 4px);
	}

	.products-btns .default-btn.fullwidth {
		width: calc(100% - 1rem - 8px);
	}
}

@media (max-width: 640px) {
	.products-btns .default-btn,
	.products-btns .default-btn.fullwidth {
		width: 100%;
		margin-left: 0;
		margin-right: 0;
	}
}

@media (min-width: 1225px) {
	.video-content {
		padding: 0 6rem;
	}

	.video-content a {
		margin-right: 1rem;
		margin-bottom: 2rem;
	}

	.video-content p.text-xl.lg\:text-3xl {
		font-size: 1.875rem;
	}
}

.subscribe-wrap {
	margin-left: auto;
	margin-right: auto;
	color: #fff;
	text-align: center;
}

.subscribe-wrap > p {
	font-size: 1.25rem;
}

.subscribe-wrap h2 {
	font-weight: 700 !important;
	margin-bottom: 2rem;
	color: #fff;
	letter-spacing: 0;
	font-size: 2.55em;
}

.subscribe-wrap .gform_wrapper .top_label li.gfield.gf_left_half,
.subscribe-wrap .gform_wrapper .top_label li.gfield.gf_right_half {
	width: auto;
}

.subscribe-wrap .gform_wrapper .top_label li.gfield.gf_left_half .ginput_container:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm):not(.ginput_container_date):not(.ginput_quantity):not(.datepicker):not(.gfield_signature_container) {
	width: auto !important;
}

.subscribe-wrap .gform_wrapper .gform_body {
	width: auto;
}

.subscribe-wrap form {
	display: flex;
	justify-content: center;
}

.subscribe-wrap .gform_wrapper .gform_fields {
	display: flex;
}

.subscribe-wrap .gform_wrapper .gfield {
	text-align: left;
	margin: 0 1rem;
}

.subscribe-wrap .gform_wrapper li.gfield.gfield_error {
	background-color: transparent;
	border: 0;
	margin-bottom: 0 !important;
	padding: 0;
}

.subscribe-wrap .gform_wrapper .gfield.gfield_error input {
	border-color: red !important;
	margin-bottom: 0 !important;
}

.subscribe-wrap .gform_wrapper .gfield label {
	display: inline-block;
	font-size: 1.25rem;
	margin-bottom: 0.5rem;
	font-weight: bold;
	color: #fff;
}

.subscribe-wrap .gform_wrapper .gfield input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
	font-size: 18px;
	padding: 12px 15px !important;
	line-height: 1;
	margin-right: 0 !important;
	width: 100% !important;
}

@media (min-width: 1225px) {
	.subscribe-wrap .gform_wrapper .gfield input[type='text'] {
		min-width: 350px !important;
	}

	.subscribe-wrap .gform_wrapper .gfield input[type='email'] {
		min-width: 390px !important;
	}
}

.subscribe-wrap form {
	align-items: inherit !important;
}

.subscribe-wrap .gform_wrapper .gform_footer {
	display: flex;
	align-items: flex-end;
	margin: 0 0 0 0;
	padding: 0;
	width: auto;
}

.subscribe-wrap .gform_wrapper .gform_footer input {
	cursor: pointer;
	transition: 0.3s all ease;
	font-size: 20px !important;
	padding: 11px 24px !important;
	display: inline-block !important;
	color: #fff !important;
	background: #007f7c !important;
	border: 2px solid #007f7c;
	text-transform: uppercase;
	line-height: 1;
	letter-spacing: 0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.subscribe-wrap .gform_wrapper .gform_footer input:hover {
	color: #007f7c !important;
	background-color: #fff !important;
	border-color: #007f7c;
}

@media (max-width: 767px) {
	.subscribe-wrap form {
		flex-wrap: wrap;
		flex-direction: column;
	}

	.subscribe-wrap .gform_body,
	.subscribe-wrap .gform_fields {
		width: 100%;
		flex-direction: column;
	}

	.subscribe-wrap .gform_wrapper .gfield,
	.subscribe-wrap .gform_wrapper .gform_fields,
	.subscribe-wrap .gform_wrapper .top_label li.gfield.gfield_error.gf_left_half {
		width: 100% !important;
		margin: 0 0 1rem !important;
		padding: 0 !important;
		max-width: 100% !important;
	}

	.subscribe-wrap .gform_footer {
		margin-left: 0;
	}

	.subscribe-wrap .gform_wrapper .gform_footer,
	.subscribe-wrap .gform_wrapper .gfield input,
	.subscribe-wrap .gform_wrapper .gform_footer input {
		width: 100%;
		margin: 0;
	}

	.subscribe-wrap .gform_wrapper .gfield input {
		padding: 16px 15px;
	}

	.subscribe-wrap .gform_wrapper .gform_footer input {
		padding: 16px 24px !important;
		width: 100% !important;
		margin-top: 15px !important;
		margin-bottom: 35px !important;
		margin-right: 0 !important;
		line-height: 1 !important;
	}
}

.subscribe-wrap #error,
.subscribe-wrap .validation_message {
	position: absolute;
	left: -10000px;
	top: auto;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

.header-container-wrap {
	transition: 1s transform ease, 1s margin ease;
	transform: translateY(0);
	position: relative;
	z-index: 10;
	width: 100%;
	background-color: #fff;
	box-shadow: 0px 0px 17px 0px #ddd;
	z-index: 99999;
}

.header-container-wrap.fixed-header {
	position: fixed;
	transform: translateY(100%);
	z-index: 30;
	background-color: #007f7c;
	box-shadow: 0px 0px 17px 0px #ddd;
	z-index: 99999;
}

.header-container {
	position: relative;
	z-index: 10;
	margin: 0 auto;
	padding: 15px;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}

.consultation-wrap {
	justify-content: center;
}

.header-container.container:after {
	display: none;
}

.bg-center {
	background-position: center;
}

.bg-cover {
	-webkit-background-size: cover;
	background-size: cover;
}

.py-8 {
	padding-top: 2rem;
	padding-bottom: 2rem;
}

.py-12 {
	padding-top: 3rem;
	padding-bottom: 3rem;
}

.mb-4 {
	margin-bottom: 1rem;
}

.mb-6 {
	margin-bottom: 1.5rem;
}

.pt-20 {
	padding-top: 5rem;
	padding-bottom: 5rem !important;
}

@media (min-width: 992px) {
	.header-container {
		align-items: center;
		justify-content: space-between;
	}

	.md\:mb-16 {
		margin-bottom: 4rem;
	}

	.md\:mb-12 {
		margin-bottom: 3rem;
	}

	.md\:mb-20 {
		margin-bottom: 5rem;
	}

	.md\:py-16 {
		padding-top: 4rem;
		padding-bottom: 4rem;
	}
}

.lg\:mb-8 {
	margin-bottom: 2rem;
}

.relative {
	position: relative;
}

.header-container.container {
	max-width: 1440px;
	margin: 0 auto;
	width: 100%;
}

@media (max-width: 1225px) {
	.header-container.container {
		max-width: none;
	}

	.subscribe-wrap h2 {
		font-size: 2rem;
	}
}

.fixed-logo {
	display: none;
}

.fixed-header .fixed-logo {
	display: block;
}

.fixed-header .default-logo {
	display: none;
}

.search-submit {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.sr-only {
	position: absolute;
	left: -10000px;
	top: auto;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

.jquery-modal .modal {
	position: relative;
	overflow: visible;
}

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
button.hamburger {
	padding: 13px 10px 6px !important;
	display: inline-block;
	cursor: pointer;
	transition-property: opacity, filter;
	transition-duration: 0.15s;
	transition-timing-function: linear;
	font: inherit;
	color: inherit;
	text-transform: none;
	background-color: transparent;
	border: 0;
	margin: 0;
	overflow: visible;
}

.hamburger:hover {
	opacity: 0.7;
}

.hamburger.is-active:hover {
	opacity: 0.7;
}

.hamburger-box {
	width: 35px;
	height: 24px;
	display: inline-block;
	position: relative;
}

.hamburger-inner {
	display: block;
	top: 50%;
	margin-top: -2px;
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
	width: 30px;
	height: 2px;
	background-color: #333;
	border-radius: 4px;
	position: absolute;
	transition-property: transform;
	transition-duration: 0.15s;
	transition-timing-function: ease;
}

.fixed-header .hamburger-inner,
.fixed-header .hamburger-inner::before,
.fixed-header .hamburger-inner::after {
	background-color: #fff;
}

.hamburger-inner::before, .hamburger-inner::after {
	content: "";
	display: block;
}

.hamburger-inner::before {
	top: -10px;
}

.hamburger-inner::after {
	bottom: -10px;
}

/*
   * Spin
   */
.hamburger--spin .hamburger-inner {
	transition-duration: 1s;
	transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin .hamburger-inner::before {
	transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}

.hamburger--spin .hamburger-inner::after {
	transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin.is-active .hamburger-inner {
	transform: rotate(225deg);
	transition-delay: 0.12s;
	transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--spin.is-active .hamburger-inner::before {
	top: 0;
	opacity: 0;
	transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}

.hamburger--spin.is-active .hamburger-inner::after {
	bottom: 0;
	transform: rotate(-90deg);
	transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

body .id-16247.ID16247,
body #noAHS {
	margin-top: 0;
}

.contentBlocks {
	margin-top: 0 !important;
}

.cards-wrap {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	padding-top: 3rem;
	padding-bottom: 0;
	margin: 0 -1rem;
}

@media (min-width: 992px) {
	.cards-wrap {
		padding-top: 6rem;
		padding-bottom: 3rem;
	}
}

/* Custom CSS for Individual Pages */

#Vinyl .products-btns, #Laminate .products-btns, #Hardwood .products-btns {
	justify-content: center;
}

.page-id-10050 #brands_and_styles .consultation-item__title {
	font-size: 1.2rem;
}

.home #dsHero .container {
	max-width: 1840px !important;
}

body:not(.home) #dsHero > .container {
	padding: 0;
	max-width: none;
}

.egpr-google-wrap {
	float: left;
	margin-right: 15px;
	margin-bottom: 10px;
}

.bottomedge {
	margin-top: -110px;
}

.figure {
	width: 100%;
}

.awards-item {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 20px;
}

.egpr-star-rating {
	visibility: hidden;
}

/* new kitchen and bath */
.dsDescription p {
	font-size: 20px;
}

@media (max-width: 1400px) {
	.dsColesTopicInner {
		height: 400px !important;
		padding: 10px 20px !important;
	}

	.dsDescription p {
		font-size: 14px;
	}
}

.dsColesStepModifer {
	background: #aaaaaa;
	width: 40px;
	height: 40px;
	color: white;
	font-size: 36px;
	font-weight: 600;
	display: inline-block;
	text-align: center;
	float: right;
	line-height: 45px;
}

.dsColesMinus {
	line-height: 35px;
}

.dsColesStepContent {
	padding-left: 110px;
}

.dsColesStepTitle .dsColesStepNum {
	background: #017f7c;
	border-radius: 50%;
	text-align: center;
	color: white;
	font-size: 48px;
	height: 80px;
	width: 80px;
	display: inline-block;
	line-height: 78px;
	font-weight: 700;
	margin-right: 30px;
	vertical-align: middle;
}

.dsColesStepTitle {
	cursor: pointer;
}

.dsColesStepTitle h3 {
	font-size: 2.24em;
	font-family: 'lato', sans-serif;
	font-weight: 300 !important;
	display: inline-block;
	vertical-align: middle;
}

.dsColesStep {
	border-bottom: 1px solid #aaaaaa;
	padding: 30px 0px;
}

.dsContentBlockSidebar .dsColesSidebar h2 {
	text-align: right;
	font-size: 2.24em;
	font-weight: 400 !important;
	letter-spacing: 0;
	color: inherit;
	margin-bottom: 0.5rem;
	font-family: 'lato', sans-serif;
}

.dsContentBlockSidebar .section-heading {
	text-align: center;
}

.dsColesSidebar {
	width: 100%;
	max-width: 315px;
}

.dsColesSidebarLine {
	width: 45px;
	margin-left: 45px;
	border-left: 2px solid #aaaaaa;
	padding-bottom: 15px;
	position: relative;
}

.dsColesSidebarLine:before, .dsColesSidebarLine:after {
	position: absolute;
	bottom: -6px;
	left: -6px;
	height: 10px;
	width: 10px;
	background: #aaaaaa;
	content: "";
	border-radius: 5px;
}

.dsColesSidebarLine:after {
	top: 0;
	bottom: auto;
}

.dsColesSidebarContent {
	width: 100%;
	max-width: calc(100% - 405px);
}

.dsColesTopic-withImage:hover .dsColesTopicTitle {
	bottom: 150px;
}

.dsColesTopic-withImage:hover .dsColesTopicInner {
	transform: scale(1.2);
}

.dsColesTopicInner {
	transition: transform .4s ease-in-out;
}

.dsColesTopicOverlay {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	transition: 0.7s all ease;
}

.dsColesTopicTitle {
	position: absolute;
	bottom: 15px;
	left: 0;
	right: 0;
	color: white;
	text-align: center;
	transition: 0.7s all ease;
}

.dsColesTopic-withImage {
	overflow: hidden;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
	transition: all .5s;
	cursor: pointer;
	position: relative;
	margin-left: 1rem;
	margin-bottom: 1rem;
}

.dsColesTopic-withImage:first-child {
	margin-left: 0;
}

.dsColesTopic-withImage:nth-child(3) {
	margin-left: 0;
}

.dsColesTopic-textOnly a {
	color: #000;
}

.dsColesTopicBG {
	transition: 0.7s all ease;
	background-position: center;
	background-size: cover;
	color: #fff;
	height: 400px;
}

.dsColesHeroContent {
	position: relative;
	z-index: 2;
	height: 100%;
	width: 100%;
	max-width: 930px;
	text-align: center;

}

.dsColesHeroContent h1 {
	font-size: 52px;
	color: white;
	font-weight: 500 !important;
	bottom: 50px;
	position: absolute;
	right: 0;
	left: 0;
	letter-spacing: 5px;
}

.dsContainer {
	height: 100%;
	max-width: 1440px;
	margin: 0 auto;
	width: 100%;
	position: relative;
}

.dsBSpotBtns {
	margin: 30px 0px;
	width: 100%;
	max-width: 840px;
	display: inline-block;
}

.dsBSpotBtns .Primary-alt {
	background-color: transparent;
	color: #007f7c;
	border-color: #007f7c;
	width: 100%;
	max-width: 400px;
	margin-right: 15px;
	margin-bottom: 40px;
}

.dsBSpotBtns .Primary-alt:hover,
.dsBSpotBtns .Primary-alt:focus {
	color: #fff;
	background-color: #007f7c;
}

.dsEvents {
	width: 100%;
	max-width: 500px;
	display: inline-block;
	position: absolute;
	top: -85px;
	right: 0;
	z-index: 1;
}

.dsEvents .dsEventsWrapper {
	display: flex;
	justify-content: space-between;
	background-color: #f0f0f0;
	padding: 20px 45px 16px 35px;
}

.dsEvents .dsEventsWrapper .content {
	width: 100%;
	max-width: 250px;
}

.dsEvents .dsEventsWrapper .content h3 {
	font-size: 30px;
	font-weight: 600 !important;
}

.dsEvents .dsEventsWrapper .content p {
	font-size: 20px;
	font-weight: 400;
	margin-bottom: 0;
}

.dsEvents .dsEventsWrapper .date {
	width: 100%;
	max-width: 120px;
	text-align: center;
}

.dsEvents .dsEventsWrapper .date .day {
	background: white;
	color: black;
	font-weight: 900;
	padding: 10px;
	border-radius: 5px;
	width: 100%;
	font-size: 65px;
	font-family: 'Lato';
}

.dsEvents .buttons {
	display: flex;
	justify-content: space-between;
	margin-top: 30px;
}

.dsEvents .buttons .uniqBtn,
.dsColesPanel .buttons .uniqBtn {
	display: inline-block;
	width: 100%;
	max-width: 240px;
	text-align: center;
	background-color: #007f7c;
	color: #fff;
	border: 1px solid #007f7c;
	padding: 15px;
	font-size: 24px;
}

.dsEvents .buttons .uniqBtn:hover,
.dsColesPanel .buttons .uniqBtn:hover,
.dsEvents .buttons .uniqBtn:focus,
.dsColesPanel .buttons .uniqBtn:focus {
	color: #007f7c;
	background-color: transparent;
}

.dsColesPanel .buttons {
	display: flex;
	justify-content: center;
}

.dsColesPanel .buttons .uniqBtn {
	margin: 0 7px;
}

.hrColes {
	border-bottom: 2px solid #aaaaaa;
	padding-bottom: 15px;
	position: relative;
}

.hrColes:before, .hrColes:after {
	position: absolute;
	bottom: -6px;
	left: 0;
	height: 10px;
	width: 10px;
	background: #aaaaaa;
	content: "";
	border-radius: 5px;
}

.hrColes:after {
	right: 0;
	left: auto;
}

.dsWrap {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	margin: 25px 0px;
	width: 100%;
}

.dsColesContent {
	width: 35%;
}

.dsColesContentText {
	margin-top: 35px;
}

.dsColesContentText p {
	font-size: 30px !important;
	line-height: 42px;
}

.dsColesMedia {
	width: 65%;
	text-align: right;
}

.dsTopicCluster {
	margin: 100px 0px;
}

.dsTopicCluster .section-heading h2, .dsContentBlockSidebar h2, .dsContentBlockHalfContent .section-heading h2, .dsContentBlockThreeCols .section-heading h2 {
	font-size: 2.55em;
	font-weight: 400 !important;
	letter-spacing: 0;
	color: inherit;
	margin-bottom: 0.5rem;
	font-family: 'lato', sans-serif;
	width: 100%;
	text-align: center;
}

.dsTopicCluster .dsColesTopic {
	width: calc(50% - 0.5rem);
}

.dsTopicCluster .dsColesTopic3 {
	width: calc(33.33% - 0.5rem);
	margin: auto;
}

.dsContentBlockHalfContent .dsColesPanel {
	width: calc(50% - 40px);
	margin: 0px 10px;
}

.dsContentBlockThreeCols .dsColesPanel {
	width: calc(33.33% - 40px);
	margin: 0px 20px;
}

.dsContentBlockThreeCols img {
	vertical-align: middle;
}

@media (max-width: 991px) {
	.dsTopicCluster .dsColesTopic3 {
		margin: 15px;
	}
}

@media (max-width: 1360px) {
	.dsContainer {
		padding: 0px 100px;
	}

	.dsShowcase .default-btn {
		font-size: 16px;
	}

	.dsBSpotBtns .Primary-alt {
		max-width: 300px;
	}

	.dsColesHeroContent {
		text-align: left;
	}

	.dsColesHeroContent h1 {
		font-size: 36px;
	}

	.dsColesStepTitle h3 {
		font-size: 2em;
	}

	.dsColesStepTitle .dsColesStepNum {
		height: 40px;
		width: 40px;
		font-size: 24px;
		line-height: 40px;
	}

	.dsColesStepContent {
		padding-left: 0px;
	}
}

@media (max-width: 1280px) {
	.dsEvents {
		position: relative;
		display: block;
		margin: 0 auto;
		top: 0;
		right: 0;
		left: 0;
	}

	.dsShowcase .default-btn {
		font-size: 18px;
	}

	.dsBSpotBtns .Primary-alt {
		max-width: 47%;
	}

	.dsBSpotBtns {
		max-width: 100%;
	}

}

@media (max-width: 990px) {
	.dsColesContent, .dsColesMedia, .dsColesTopic, .dsTopicCluster .dsColesTopic {
		width: 100%;
	}

	.dsColesTopic-withImage {
		margin: 0;
		margin-bottom: 15px;
	}

	.dsWrap {
		display: block;
	}

	.dsColesSidebar {
		max-width: 100%;
	}

	.dsColesSidebarLine {
		display: none;
	}

	.dsColesSidebarContent {
		max-width: 100%;
	}

	.dsContentBlockSidebar .dsColesSidebar h2 {
		text-align: left;
	}

	.dsContentBlockThreeCols .dsColesPanel,
	.dsContentBlockHalfContent .dsColesPanel {
		width: 100%;
	}

	.dsColesTopicInner {
		height: auto !important;
		min-height: 350px;
	}

}

@media (max-width: 790px) {
	.dsColesStepTitle h3 {
		font-size: 1.8em;
	}

	.dsBSpotBtns .Primary-alt {
		max-width: 100%;
	}

	.dsEvents {
		max-width: 100%;
	}

	.dsEvents .buttons .uniqBtn,
	.dsColesPanel .buttons .uniqBtn {
		max-width: 100%;
		display: block;
		margin-top: 20px;
	}

	.dsEvents .buttons {
		display: block;
	}

	.dsColesStepTitle .dsColesStepNum {
		margin-right: 10px;
	}

	.dsContainer {
		padding: 0px 25px;
	}

	.dsColesTopic-textOnly .dsColesTopicInner {
		height: auto !important;
	}

}

.dsColesPanel ul {
	list-style: outside;
}

.dsColesPanel ul li {
	padding-left: 30px;
	position: relative;
	list-style-type: none;
}

.dsColesPanel ul li:before {
	content: '';
	width: 14px;
	height: 14px;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 7px;
	background-color: #007f7c;
}

.decorated-phone-link {
	display: inline-block;
}

.decorated-phone-link:before {
	content: "\f095";
	font-family: FontAwesome;
	font-size: 35px;
	padding: 12px 17px;
	margin-right: 10px;
	color: #fff;
	background: #007f7c;
	width: 65px;
	height: 65px;
	-webkit-border-radius: 99px;
	-moz-border-radius: 99px;
	border-radius: 99px;
	display: inline-block;
}

.dsColesPanel h1,
.dsColesPanel h2,
.dsColesPanel h3,
.dsColesPanel h4,
.dsColesPanel h5,
.dsColesPanel h6 {
	font-family: 'lato', sans-serif;
	font-weight: 600 !important;
}

.dsColesPanel ol {
	counter-reset: my-awesome-counter;
	list-style: none;
	padding-left: 70px;
}

.dsColesPanel ol li {
	margin: 0 0 2.5rem 0;
	counter-increment: my-awesome-counter;
	position: relative;
}

.dsColesPanel ol li::before {
	content: counter(my-awesome-counter);
	font-size: 1.875rem;
	font-weight: bold;
	position: absolute;
	--size: 50px;
	left: calc(-1 * var(--size) - 15px);
	line-height: var(--size);
	width: var(--size);
	height: var(--size);
	top: 0;
	color: #fff;
	background: #007f7c;
	border-radius: 50%;
	text-align: center;
}


.related-articles {
	padding-top: 100px;
	border-top: 1px solid #d3d3d3;
}

.dsRelSlideThumb {
	display: block;
	padding-bottom: 75%;
	background-size: cover;
	background-position: center;
}

.dsRelSlider .slick-track {
	display: flex;
}

.dsRelSlider .slick-list {
	padding: 2px 0;
}

body .dsRelSlider .slick-disabled {
	display: none !important;
}

body .dsRelSlider .slick-slide {
	height: auto;
	margin-bottom: 5px;
}

body .dsRelSlider .slick-prev,
body .dsRelSlider .slick-next {
	top: -62px;
}

body .dsRelSlider .slick-prev {
	left: 0;
}

body .dsRelSlider .slick-next {
	right: 0;
}

body .dsRelSlider .slick-dots {
	position: relative;
	margin-top: 40px;
}

body .dsRelSlider .slick-dots li {
	width: auto;
}

body .dsRelSlider .slick-dots li button {
	width: 50px;
	height: 5px;
	background-color: #bcbcbc;
}

body .dsRelSlider .slick-dots li.slick-active button {
	background-color: #007f7c;
}

body .dsRelSlider .slick-dots li button:before {
	display: none;
}

.dsRelSlide {
	margin: 0 13px;
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
}

.dsRelSlideMeta {
	padding: 15px 20px;
	display: block;
}

.dsRelSlideMeta .dsRelSlideTitle {
	display: block;
	font-family: 'lato', sans-serif;
	font-weight: 600 !important;
	font-size: 27px;
	line-height: 1.2;
	color: #007f7c;
	margin-bottom: 10px;
}

.dsRelSlideMeta .dsRelSlideDate {
	display: block;
	font-family: 'lato', sans-serif;
	font-size: 18px;
	color: #000;
}

.dsRelCat {
	margin: 0 13px;
	padding: 10px;
	display: flex !important;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	background-color: #fcfaf5;
	border: 1px solid #f2eadb;
}

.dsRelCat h3 {
	display: block;
	font-family: 'lato', sans-serif;
	font-weight: 200 !important;
	font-size: 46px;
	line-height: 1;
	margin-bottom: 50px;
}

@media (max-width: 768px) {
	.dsRelCat,
	.dsRelSlide {
		margin: 0 13px 5px;
	}
}

@media (max-width: 640px) {
	.dsRelCat h3,
	.dsRelSlideMeta .dsRelSlideTitle {
		font-size: 26px;
	}
}

body.category .alm-reveal {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

body.category .alm-reveal li {
	width: 49%;
	padding-bottom: 30px !important;
}

body.category .alm-reveal li h3,
body.category .alm-reveal li p {
	padding: 0 15px;
}

@media (max-width: 768px) {
	body.category .alm-reveal li {
		width: 100%;
	}
}

.page-id-18094 div.slick-current .slideCaption .title {
	display: none;
}

.page-id-18094 div.slick-current .slideCaption {
	font-size: 1.4rem;
	background: -webkit-linear-gradient(transparent, black);
	background: -o-linear-gradient(transparent, black);
	background: -moz-linear-gradient(transparent, black);
	background: linear-gradient(transparent, black);
}

/*Styles for FAQ Link Section*/
.faq-link-wrapper {
	width: 100%;
	max-width: 860px;
	margin: 0 auto 80px;
}

.faq-link-wrapper a img {
	transition: all 0.3s;
}

.faq-link-wrapper a:hover img,
.faq-link-wrapper a:focus img {
	transform: scale(1.05);
}

.ahsBuild {
	position: relative;
	background: linear-gradient(rgba(255, 255, 255, 0.0), rgba(255, 255, 255, 0.0)), url(https://d3fq9trs5x2hk.cloudfront.net/wp-content/uploads/2017/01/locations-aspot.jpg);
	background-color: rgba(255, 255, 255, 0.0);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	height: 50vh;
}

.bSpot.blog h2 {
	margin-top: 1em;
	margin-bottom: .5em;
}

h1.page-title {
	text-align: center;
	padding: 40px 15px;
	letter-spacing: 10px;
}

@media (max-width: 768px) {
	h1.page-title {
		font-size: 30px;
		padding: 20px 15px;
		letter-spacing: 3px;
	}
}

/*Styles for B-Spot Section*/

.b-spot {
	margin: 50px 0;
}

.b-spot h3 {
	color: #007f7c;
}

.b-spot .default-btn {
	margin-top: 20px;
}

/*Styles for Ideas Project Section*/

.ideas-project__title {
	color: #fff;
	font-size: 30px;
	text-align: center;
	text-transform: uppercase;
	background-color: #007f7c;
	letter-spacing: 0.1px;
	padding: 20px 15px;
}

.ideas-project__items {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.ideas-project__item {
	/*color: #fff;*/
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	width: 50%;
	/*padding: 60px;*/
	position: relative;
	min-height: 420px;
	display: flex;
	/*align-items: center;*/
}

.ideas-project__item:after {
	/*content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: #000;
	opacity: 0.4;
	z-index: 1;*/
}

.ideas-project__item > div {
	position: relative;
	z-index: 2;
}
.ideas-project__item:nth-child(odd) .ideas-project__item--content {
	margin-left:auto;
}
.ideas-project__item h1,
.ideas-project__item h2,
.ideas-project__item h3,
.ideas-project__item h4 {
	/*color: #fff;*/
	margin-bottom: 20px;
}

.ideas-project__item h4 {
	font-size: 28px;
	font-weight: 400 !important;
}

.ideas-project__item p {
	color: #000;
	font-size: 24px;
	line-height: 1.4;
}

.ideas-project__item .default-btn {
	margin-top: 10px;
}
.ideas-project__item--image {
	height:300px;
	background-color:#000; 
	display;block; 
	width:100%;
	
}
.ideas-project__item--content {
	background:#fff;
	padding:2em;
	max-width:768px;
}
.ideas-project__more {
	display: block;
	color: #fff;
	font-size: 30px;
	line-height: 1.4;
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
	background-color: #007f7c;
	letter-spacing: 0.1px;
	padding: 20px 15px;
}

.ideas-project__more:hover,
.ideas-project__more:focus {
	color: #fff;
	background-color: #c4973a;
}

@media (max-width: 1024px) {
	.ideas-project__item {
		/*padding: 30px;*/
	}
}

@media (max-width: 768px) {
	.ideas-project__item {
		width: 100%;
	}
}

/* Styles for Video Grid */

.grid-video {
	padding: 15px 0;
}

.grid-video__item {
	padding-top: 15px;
	padding-bottom: 15px;
}

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

.embed-container iframe,
.embed-container object,
.embed-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Styles for Carpet Options */

.carpet-options {
	padding-bottom: 15px;
}

.carpet-options__title {
	color: #fff;
	font-size: 30px;
	text-align: center;
	text-transform: uppercase;
	background-color: #007f7c;
	letter-spacing: 0.1px;
	padding: 20px 15px;
	margin-bottom: 15px;
}

.carpet-options__item {
	padding-top: 15px;
	padding-bottom: 15px;
}

.carpet-options__item a {
	color: #007f7c;
	font-size: 26px;
	font-weight: 700;
	line-height: 1.1;
}

.carpet-options__item a:hover,
.carpet-options__item a:focus {
	color: #c4973a;
}

.carpet-options__image {
	padding-bottom: 60%;
	max-width: 100%;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	margin-bottom: 15px;
}

@media (max-width: 768px) {
	.carpet-options__item a {
		font-size: 22px;
	}
}

/* Site Content Tabulation */

a:focus,
button:focus {
	outline: 1px dotted #212121;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: 5px;
}



/*
 * Accessibe
 */
 .acsb-trigger.acsb-trigger-position-y-center {
   margin: 0 !important;
   inset: auto !important;
   bottom: 30px !important;
   left: 30px !important;
   box-shadow: 0 10px 20px rgb(0 0 0 / 20%);
 }
 .acsb-trigger.acsb-trigger-size-small {
	 height: 50px !important;
	 width: 50px !important;
 }



/* Specials */

.page-id-19424 .bspot-content-container h1,
.page-id-10113 .bspot-content-container h1{
    letter-spacing: 0px !important;
	text-shadow: 0px 0px 5px #000000;
}

.page-id-19424 .bspot-content-container p,
.page-id-10113 .bspot-content-container p{
	text-shadow: 0px 0px 5px #000000;
}

.specials-aspot{
	height: 450px;
}
.specials-aspot .container h2{
	color: #fff;
	padding-top: 3em;
	padding-bottom: 0.5em;
	text-align: center;
	max-width: 600px;
	margin: 0 auto;
	font-size: 54px;
	letter-spacing: 0px;
}
.specials-aspot .container p{
	color: #fff;
	text-align: center;
	max-width: 500px;
	margin: 0 auto;
	font-size: 32px;
	line-height: 1.2;
	letter-spacing: 0px;
}
@media (max-width: 768px) {
	.specials-aspot,
	.specials-aspot .container h2,
	.specials-aspot .container p{
		width: 100%;
	}
	.specials-aspot .container h2{
		padding-top: 5em;
		font-size: 32px;
	}
	.specials-aspot .container p{
		font-size: 28px;
	}
}
.specials-bspot{
	height: auto;
	max-width: 600px;
	margin: 4em auto;
}
.specials-bspot .container h2{
	color: #000000;
	padding-bottom: 0.5em;
	text-align: center;
	max-width: 600px;
	margin: 0 auto;
	font-size: 32px;
	letter-spacing: 0px;
}
.specials-bspot .container p{
	color: #000000;
	text-align: center;
	max-width: 600px;
	margin: 0 auto;
	font-size: 24px;
	line-height: 1.2;
	letter-spacing: 0px;
}
.specials-bspot .container p.timeframe{
	margin-top: 0.5em;
	text-transform: uppercase;
}
.specials-bspot .container p a{
	color: #fff;
	background-color: #017F7C;
	display: inline-block;
	text-align: center;
	padding: 0.5em 1em;
	margin-bottom: 1em;
	text-transform: uppercase;
}
@media (max-width: 768px) {
	.specials-bspot,
	.specials-bspot .container h2,
	.specials-bspot .container p{
		width: 100%;
	}
	.specials-bspot .container h2{
		font-size: 28px;
	}
	.specials-bspot .container p{
		font-size: 18px;
	}
}
.specials-featured-deals {
	margin: 4em auto;
	height: auto;
}
.specials-featured-deals .container h2 {
	color: #000000;
	padding-bottom: 0.5em;
	text-align: center;
	max-width: 600px;
	margin: 0 auto;
	font-size: 46px;
	font-weight: 400 !important;
	letter-spacing: 0px;
}
.specials-featured-deals .featured-slider {
	max-width: 1400px;
	margin: 0 auto;
}
.specials-featured-deals .featured-slider div.slick-slide > div {
	margin: 2em;
	height: 900px;
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
}
.specials-featured-deals .featured-slider .featured-image {
	margin: 0;
    height: 350px;
    width: 100%;
    padding: 0;
    position: relative;
    background-size: cover;
    background-position: center center;
}

.specials-featured-deals .featured-slider .featured-image span{
	position: absolute;
	bottom: 30px;
	width: 100%;
	text-align: center;
	font-size: 24px;
	font-weight: 500;
	color: #fff;
}

.specials-featured-deals .featured-slider .featured-info{
	padding: 2em;
	position: relative;
	height: auto;
}
.specials-featured-deals .featured-slider .featured-info h3{
	color: #017F7C;
	font-size: 28px;
	margin-top: 2em;
	text-align: center;
	letter-spacing: 0;
}
.specials-featured-deals .featured-slider .featured-info h4{
	color: #000;
	font-size: 20px;
	font-weight: 400 !important;
	text-align: center;
	letter-spacing: 0;
}
.specials-featured-deals .featured-slider .featured-info p{
	margin-top: 1em;
	color: #000;
	font-size: 24px;
	text-align: center;
}

.specials-featured-deals .featured-slider .featured-info p.see-deal{
	position: absolute;
	width: 100%;
	bottom: auto;
	left: 0;
	text-align: center;
}

.specials-featured-deals .featured-slider .featured-info p.see-deal a{
	background-color: #017F7C;
	color: #fff;
	padding: 0.5em 1em;
	text-transform: uppercase;
	font-size: 20px;
}

@media (max-width: 768px) {

	.specials-featured-deals .featured-slider .featured-info p.see-deal a{
		margin-top: 1em;
	}
}
.specials-specials{
	margin-bottom: 2em;
}

.specials-more-deals{
	margin: 4em auto;
}
.specials-more-deals h2{
	font-size: 46px;
	font-weight: 400 !important;
	letter-spacing: 0;
	text-align: center;
	color: #000;
    margin-bottom: 0.5em;
}
.specials-more-deals .more-deals-slider {
	max-width: 1400px;
	margin: 0 auto;
}
.specials-more-deals .more-deals-slider div.slick-slide > div {
	margin: 2em;
}

.specials-more-deals .more-deals-slider .more-deals-video iframe{
	max-width: 100%;
    max-height: 240px;
}
.specials-more-deals .more-deals-slider .more-deals-info h3{
	font-size: 30px;
	font-weight: 400 !important;
	letter-spacing: 0;
}
.specials-more-deals .more-deals-slider .more-deals-info p{
	font-size: 22px;
}
.specials-more-deals .more-deals-slider .more-deals-info p a{
	font-size: 20px;
}
.specials-consultation{
	height: 604px;
}

@media (max-width: 768px) {

	.specials-consultation{
		height: auto;
	}
}
.specials-consultation h2,
.specials-consultation h3,
.specials-consultation p{
	color: #fff;
	text-align: center;
	margin: 0 auto;
}
.specials-consultation h2{
	font-size: 46px;
	font-weight: 400 !important;
	letter-spacing: 0;
	max-width: 830px;
	padding-top: 3em;
}
.specials-consultation h3{
	font-size: 32px;
	font-weight: 400 !important;
	letter-spacing: 0;
	max-width: 600px;
	padding-top: 0.5em;
}
.specials-consultation p{
	font-size: 24px;
	letter-spacing: 0;
	max-width: 650px;
	padding-top: 1em;
}
.specials-consultation p a{
	background-color: #017F7C;
	color: #fff;
	padding: 0.5em 1em;
	text-transform: uppercase;
	font-size: 20px;
}

@media (max-width: 768px) {

	.specials-consultation p a{
		display: block;
		margin-bottom: 1em;
	}
}
.specials-consultation p a:last-of-type{
	margin-left: 1em;
}
@media (max-width: 768px) {

	.specials-consultation p a:last-of-type{
		margin-left: 0em;
	}
}
.specials-financing{
	margin: 4em 0;
}
.specials-financing .container{
	padding: 0 4em;
}
.specials-financing h2{
	font-size: 46px;
	font-weight: 400 !important;
	letter-spacing: 0;
	max-width: 830px;
	padding-top: 3em;
	color: #fff;
	text-align: center;
	margin: 0 auto;
}
.specials-financing h3{
	font-size: 32px;
	font-weight: 400 !important;
	letter-spacing: 0;
	max-width: 800px;
	padding-top: 0.5em;
	color: #fff;
	text-align: center;
	margin: 0 auto;
}
.specials-financing p{
	font-size: 24px;
	letter-spacing: 0;
	max-width: 700px;
	padding-top: 1em;
	color: #fff;
	text-align: center;
	margin: 0 auto;
}
.specials-financing p a{
	background-color: #017F7C;
	color: #fff;
	padding: 0.5em 1em;
	text-transform: uppercase;
	font-size: 20px;
	text-align: center;
}
.specials-financing p:last-of-type{
	padding-bottom: 3em;
}

.specials-financing-disclaimer p{
	padding: 1em;
	font-size: 18px;
	line-height: 1;
}

@media (max-width: 768px) {

	.specials-financing-content{
		padding: 1em;
	}
	.specials-financing-disclaimer{
		padding: 1em;
	}
	.specials-financing-disclaimer p{
		padding: 1em;
		font-size: 12px;
		line-height: 1;
	}
	.specials-featured-deals .featured-slider .featured-info{
		height: auto;
		padding: 1em;
	}
	.specials-featured-deals .featured-slider .featured-image{
		height: 200px;
	}
	.specials-featured-deals .featured-slider .featured-image span{
		bottom: 10px;
	}
	.specials-featured-deals .featured-slider .featured-info p.see-deal{
		position: relative;
		bottom: auto;
		margin-top: 1em;
		margin-bottom: 0.5em;
	}
	.specials-featured-deals .featured-slider div.slick-slide > div{
		height: auto;
	}
	.specials-featured-deals .featured-slider .featured-info h3{
		margin-top: 0em;
	}
}
.form-block-discount-carpet .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]){
	font-size: 18px;
    padding: 5px 4px !important;
}
.lightbox{
	display: none;
}
.featherlight-content{
	max-width: 1200px !important;
	width: 100% !important;
	text-align: center;
}
.featherlight-close{
	margin: 0 !important;
	padding: 0 !important;
}
@media (min-width:992px) {
	.mobile-menu-hide-desktop {
		display: none !important;	
	}
}
#logo {
	max-width:200px;
}

.blog-single .post-img {
	text-align:center;
}
.blog-single .post-img img {
	margin-left:auto;
	margin-right:auto;
}
#input_21_26 {
	display:flex;
	width:100%
}
#input_21_26 > div {
    width: 100%;
    align-items: center;
    display: flex;
    justify-content: flex-start;
}
#input_21_26 input {
	width: auto !important;
	margin-right:1em !important;
}
.specials-featured-deals .featured-slider div.slick-slide>div {
height:750px;
}

@media (max-width:991px) {
	body .featured-slider .slick-prev:not(.dsPrev) {
		left:0 !important;
		top:50%; !important
	}
	body .featured-slider .slick-next:not(.dsNext) {
		left:auto !important;
		right:0 !important;
		top:50%; !important	
	}
}

.single-post article{
	max-width:1400px;
	margin: 0 auto;
	padding: 0 1em;
	
}
@media only screen and (max-width: 1024px) {
	
	.single-post article{
		padding: 0;
	}
	
}
.single-post h1{
	margin-bottom: 0.25em;
}
.page-id-17969 .ahsContent {
	display:none !important;
}
@media (max-width:620px) {
	.page-id-17969 .ahsBuild {
		padding:2em 0 !important;
		flex-wrap:wrap;
		height:auto !important;
		min-height:50vh !imporant;
	}
	.page-id-17969 .ahsBuild:before {
		background: rgb(0 0 0 / 30%);
	}
	.page-id-17969 .ahsContent {

		height:auto !important;
		bottom:0 !important;
		position:initial !important;
		transform:translate(0) !important;
		left:initial !important
	}
	.page-id-17969 .bottomedge {
		margin-top: 0 !important;
	}
	.page-id-17969 .bottomedge a.btn {
		margin-bottom: 0 !important;
		font-size:18px !important;
	}
	.page-id-17969 .hero_button a.dsbutton {
		font-size:18px !important;
	}
	.page-id-17969 .bottomedge .btn {
		padding: .5em !important;
	}
}

.form-block-discount-carpet > .row {
	max-width:100%;
	width:100%;
	margin:0 auto;
    background: rgb(0 0 0 / 80%);
}
.form-block-discount-carpet #gform_1 {
	max-width:768px;
	margin:0 auto;
}
.form-block-discount-carpet form#gform_1 .gform_body {
	width:100% !important;
}
.form-block-discount-carpet form#gform_1 {
	display:block;
}


.form-block-discount-carpet form#gform_1 .gfield_checkbox input {
	width:auto !important;
	margin-right:14px !important;
	margin-top: 12px !important;
}
.form-block-discount-carpet form#gform_1 .gfield_checkbox li.gchoice {
    align-items: start;
    display: flex;
    margin-bottom: 2em !important;
    max-width: 500px;
}
.form-block-discount-carpet form#gform_1 #field_1_4 {
	padding:1em 0 0.5em 0;
}
.form-block-discount-carpet form#gform_1 #field_1_4 p a {
	color:#fff !important;
	text-decoration:underline !important;
}
.form-block-discount-carpet form#gform_1 #field_1_1 input,
.form-block-discount-carpet form#gform_1 #field_1_3 input {
	padding:.5em !important;
}
.gcb.form-block-discount-carpet .gform_footer, .gcb.form-block-discount-wood .gform_footer, .gcb.form-block-discount-vinyl .gform_footer, .gcb.form-block-discount-tile .gform_footer, .gcb.form-block-discount-laminate .gform_footer, .gcb.form-block-discount-area-rugs .gform_footer {
	float:none !important;
}


.form-block-discount-vinyl > row {
	margin-top:3em !important;
	padding:3em 0 !important;
	background:rgb(0 0 0 / 30%) !important;
}
.page-id-20781 .form-block-discount-carpet {
	margin-top:5em !important;
}


#lightbox20856 {
	text-align:center;
}
.specials-featured-deals .featured-slider div.slick-slide>div {
	height:850px;
}
.teacher-event-btns a.btn {
	color:#fff !important;
}
.teacher-event-btns {
	display:flex;
	flex-wrap:wrap;
	align-items:center;
	justify-content:center;
}
body #promo .promo15820 .pricingDes {
    font-size: 40px;
    line-height: 39px;
    color: #fff;
    font-weight: 700;
    width: 75%;
    text-align: center;
}
body #promo .promo15820 .pricingNum {
    font-size: 25px;
    line-height: 30px;
    color: #cdaa50;
    font-weight: bold;
    width: 75%;
    text-align: center;
}
@media (max-width:768px) {
	.page-id-13892 .ahsBuild {
		height: 300px;
		background-size: contain;
		background-position: center top;
		margin-top: 8em;
	}
	.page-id-13892 .ahsContent.hrDefault {
		position: relative !important;
		top: 0 !important;
		bottom:0 !important;
		left: 0 !important;
		transform: translateY(12em) !important;
	}
	.page-id-13892 .bodyContent {
		margin-top:5em;
	}
}

#lightbox20952 img{
	width:100%;
}
.postid-9339 .post-img{
	display: none;
}

.blog-single .postmetadata
{
	display: none !important;
}

.elementor-widget-button .elementor-button
{
	background-color: #057F7B !important;
}

.elementor-heading-title
{
	color: #057F7B !important;
}

.overlay-caption figcaption {
    position: absolute;
top: 0;
left: 0;
height: 100%;
width: 100%;
display: flex;
justify-content: center;
align-items: center;
background: #00000057;
color: #fff !important;
font-size: 1.5em !important;
}

.number-box figcaption {
  position: absolute;
  right: -3%;
  top: -5%;
  width: 60px;
  height: 60px;
  font-size: 2em !important;
  font-weight: 900;
  background: #057f7b;
  color: #fff !important;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.two-column-flex .elementor-container {
	align-items: center;
	margin: 2em auto;
}

.heading-center {
	text-align: center;
	margin: 2em auto;
}
.image-align-left {
	text-align: left !important;
}






/* Pintrest icons remove */
.page-id-21180 span[data-pin-log="button_pinit_floating"]
{
	display: none !important;
}


/* block 1 */
.home-page-hero-content
{
	margin-top: 50px;
	margin-bottom: 50px;
}

.home-page-hero-content .elementor-container
{
	max-width: 1400px !important;
}
@media only screen and (min-width: 1024px) {
.home-page-hero-content .elementor-element-dada585
{
	width: 60% !important;
}

.home-page-hero-content .elementor-element-7a63068
{
	width: 40% !important;
}
	.home-page-block5 .block-60
{
	width: 60% !important;
}

.home-page-block5 .block-40
{
	width: 40% !important;
}
	.home-page-block5 .content-block-body .elementor-widget-container
{
	width: 426px !important;	
	margin: 0 auto;
}
	.home-page-title .elementor-heading-title
{
  
	font-size: 4rem !important;
	font-weight: 400 !important;
}
	.home-page-find-perfect-floor-content .title p
{
	font-family: "Playfair Display", Sans-serif !important;
	color: #333333 !important; 
	font-size: 68px !important;
	line-height: 69px !important;
	font-weight: 400 !important;
}
}
.home-page-title .elementor-heading-title
{
	font-weight: 400 !important;
	color: #333333 !important; 
	letter-spacing: 1px;
}
.home-page-block4 {
	padding-top: 3em;
}
.home-page-block4 {
	padding-bottom: 3em;
}

.home-page-title-description
{
	margin-top: 31px !important;
}

.home-page-title-description .elementor-widget-container p
{
	color: #4C4C4C !important;
	font-size: 22px !important;
	line-height: 28px !important;
	font-family: "Roboto", Sans-serif !important;
	
}

.home-page-schedule-btn .elementor-button-link
{
	width: 372px !important;
}

.home-page-schedule-btn .elementor-button-text
{
	font-size: 18px !important;
	line-height: 24px !important;
}




/* block 2 */
.home-page-hero-image-content
{
	margin-top: 95px !important;
}

.home-page-hero-image-content .elementor-element-populated
{
	padding: 0 !important;
}




/* block 3 */
.home-page-find-perfect-floor-content
{
	background-image: url("https://d3fq9trs5x2hk.cloudfront.net/wp-content/uploads/2023/05/1673645485-huge.jpg");
 	background-color: #FFF;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: bottom left;
}

.home-page-find-perfect-floor-content .elementor-widget-wrap
{
	margin-top: 60px !important;
	margin-bottom: 190px !important;
}

.home-page-find-perfect-floor-content .title p
{
	font-family: "Playfair Display", Sans-serif !important;
	color: #333333 !important; 
	font-weight: 400 !important;
}


.home-page-find-perfect-floor-content .body
{
	width: 650px !important;
	margin: 0 auto !important;
}

.home-page-find-perfect-floor-content .body p
{
	font-family: "Roboto", Sans-serif !important;
	color: #101010 !important; 
	font-size: 24px !important;
	line-height: 32px !important;
}


/* block 4 */
.home-page-block4
{
	max-width: 1400px !important;
	margin: 0 auto !important;
}

.home-page-block4 .elementor-swiper-button-prev
{
	position: absolute !important;
	left: unset !important;
	right: 3.5em;
}

.home-page-block4 .elementor-swiper-button {
	top: 0% !important;
}
.our-product-carousel {
  padding-top: 2em;
	padding-bottom: 4em;
}
.home-page-block4 .elementor-swiper-button svg {
	fill: #000 !important;
	height: 2em !important;
	width: 2em !important;
}
.home-page-block4 .swiper-slide-image {
  box-shadow: 0px 3px 16px 0px #bbb !important;
  margin-bottom: 1em;
  height: 375px;
  object-fit: cover;
}
.home-page-block4 .elementor-image-carousel-caption {
  font-weight: 600;
	font-size: 1.4em;
margin-bottom: 1em;
}
.home-page-block5 .elementor-cta__content {
  padding-bottom: 1em !important;
	min-height: 280px !important;
}
.home-page-block5 .elementor-cta__content h2{
font-family: "Playfair Display", Sans-serif !important;

}
.home-page-block5 .elementor-cta:hover .elementor-cta__bg-overlay {
	background-color: transparent !important;
}
.home-page-block5 .elementor-cta .elementor-cta__bg-overlay {
	background: linear-gradient(360deg, #000000a3, transparent) !important; 
}
.home-page-block4 .elementor-heading-title
{
	font-family: "Playfair Display", Sans-serif !important;
	color: #333333 !important; 
	font-size: 68px !important;
	line-height: 69px !important;
	font-weight: 400 !important;
}

.home-page-block4 .elementor-widget-container
{
	font-family: "Roboto", Sans-serif !important;
	color: #333333 !important; 
	font-size: 24px !important;
	line-height: 32px !important;
}







/* block 5 */
.home-page-block5
{
	max-width: 1400px !important;
	margin: 0 auto !important;
}

.home-page-block5 .elementor-container
{
	max-width: unset !important;
}

.home-page-block5 img
{
	width: 100%;
}

.home-page-block5 .left-block
{
	height: 400px;
	overflow: hidden;
	margin-right: 10px;
	margin-bottom: 20px;
}



.home-page-block5 .text-block
{
	background: #007F7C !important;
}

.home-page-block5 .left-block .elementor-element-populated
{
	padding: 0 !important;
}

.home-page-block5 .content-block-title
{
	text-align: center !important;
	margin-bottom: 30px;
}

.home-page-block5 .content-block-body
{
	font-family: "Playfair Display", Sans-serif !important;
	font-size: 37px !important;
	line-height: 44px !important;
	font-weight: 500 !important;
}



.home-page-block5 .content-block-btn
{
	border: 2px solid #FFF !important;
	width: 300px !important;
	margin: 0 auto !important;
	
	font-family: "Roboto", Sans-serif !important;
	font-size: 18px !important;
	line-height: 24px !important;
}

.home-page-block5 .right-block
{
	height: 400px;
	overflow: hidden;
	margin-left: 10px;
	margin-bottom: 20px;
	
}

.home-page-block5 .right-block .elementor-element-populated
{
	padding: 0 !important;
}

/* block 6 */
.home-page-block6
{
	margin-top: 150px;
}

.home-page-block6 .elementor-element-populated
{
	padding: 0 !important;	
}

.home-page-block6 .col-two
{
	width: 700px !important;
	padding-left: 100px;
}

.home-page-block6 .col-two .elementor-heading-title
{
	font-family: "Playfair Display", Sans-serif !important;
	font-weight: 500 !important;
	margin-top: 50px;
	margin-bottom: 5px;
	color: #333333 !important;
	font-size: 47px !important;
	line-height: 53px !important;
}

.home-page-block6 .col-two .elementor-widget-container
{
	font-family: "Roboto", Sans-serif !important;
	font-size: 22px !important;
	line-height: 30px !important;
	color: #4C4C4C !important;
}


/* block 7 */
.home-page-block7
{
	margin-top: 150px;
}

.home-page-block7 .elementor-element-populated
{
	padding: 0 !important;	
}

.home-page-block7 .col-one
{
	padding-left: 200px;
	padding-right: 100px;
}

.home-page-block7 .col-one .elementor-heading-title
{
	font-family: "Playfair Display", Sans-serif !important;
	font-weight: 500 !important;
	margin-top: 50px;
	margin-bottom: 5px;
	color: #333333 !important;
	font-size: 47px !important;
	line-height: 53px !important;
}

.home-page-block7 .col-one .elementor-widget-container
{
	font-family: "Roboto", Sans-serif !important;
	font-size: 22px !important;
	line-height: 30px !important;
	font-weight: 500 !important;
	color: #4C4C4C !important;
}

.home-page-block7 .inverted-btn
{
	border: 2px solid #FFF !important;
	width: 300px !important;
	margin: 0 auto !important;
	
	font-family: "Roboto", Sans-serif !important;
	font-size: 18px !important;
	line-height: 24px !important;
}

.home-page-block7 .elementor-widget-button
{
	float: left;
	margin-left: 0 !important;
	margin-bottom: 0 !important;
	margin-right: 10px !important;
}

.home-page-block7 .inverted-btn a
{
	color: #007f7c !important;
}

.home-page-block7 .elementor-button-link
{
	border: 2px #007f7c solid;	
}

.home-page-block7 .inverted-btn .elementor-button-link
{
	background-color: #FFF !important;
}

/* block 8 */
.home-page-block8
{
	background-image: linear-gradient(#e6dccb, #FFF);
	margin-top: 150px;
	padding-bottom: 3em; 
}

.home-page-block8 .elementor-container
{
	max-width: 1400px !important;
}

.home-page-block8 .header-title .elementor-heading-title
{
	font-family: "Playfair Display", Sans-serif !important;
	font-weight: 500 !important;
	margin-top: 50px;
	margin-bottom: 50px;
	color: #333333 !important;
	font-size: 47px !important;
	line-height: 53px !important;
}

.home-page-block8 .col-title .elementor-heading-title
{
	font-family: "Playfair Display", Sans-serif !important;
	font-weight: 500 !important;
	color: #101010 !important;
	font-size: 30px !important;
	line-height: 36px !important;
	letter-spacing: 1px !important;
}

.home-page-block8 .elementor-widget-text-editor .elementor-widget-container
{
	font-family: "Roboto", Sans-serif !important;
	color: #101010 !important;
	font-size: 22px !important;
	line-height: 28px !important;
}

.home-page-block8 .elementor-column-gap-default>.elementor-column>.elementor-element-populated
{
	padding: 20px !important;
}

.home-page-block8 .elementor-widget-button
{
	position: absolute;
	bottom: 0 !important;
}

/* block 9 */

.home-page-block9 .elementor-heading-title
{
	font-family: "Playfair Display", Sans-serif !important;
	font-weight: 500 !important;
	margin-top: 50px;
	margin-bottom: 50px;
	color: #333333 !important;
	font-size: 47px !important;
	line-height: 53px !important;
	text-align: center;
}

.home-page-block9 .elementor-container
{
	max-width: 1400px !important;
}

.home-page-block9 .elementor-column
{
	display: flex;
	align-items: center;
}
.home-page-block9 .wp-caption-text{
	font-family: "Playfair Display", Sans-serif !important;
	  font-weight: 600 !important;
  color: #000 !important;
font-size: 1.6em !important;
}
.home-page-promotion .elementor-container { 
min-height: 335px !important;
}
@media only screen and (max-width: 1024px) {
	.home-page-promotion {
background-size: 200% !important;
background-repeat: no-repeat;
background-position: top !important;
	}
	.home-page-schedule-btn .elementor-widget-container, .home-page-block6 .col-two .elementor-widget-container {
		text-align: center;
	}
	.home-page-promotion .elementor-container {
		min-height: 250px !important;
		background: #99262A !important;
	}
	.home-page-find-perfect-floor-content {
  padding: 0 20px;
}
	.home-page-find-perfect-floor-content .title p {
  font-size: .7em;
line-height: 1em;
}
	.elementor-button {
		min-width: 200px;
		font-size: 1.1em;
	}
	.home-page-block7 .inverted-btn .elementor-button-link {
		margin-top: 1em;
		font-size: 1.1em;
	}
	.home-page-block8 .elementor-widget-button .elementor-button {
		width: 89%;
		font-size: 1.1em;
	}
	#promotion-block .elementor-widget-wrap {
		background: #99262A !important;
	} 
	.home-page-block9 .more-awards {
		margin-top: 1em;
	}
	.home-page-block8, .home-page-block9, .home-page-block9 .elementor-heading-title {
		margin-bottom: 10px;
	}
	.home-page-block7 .col-one .elementor-heading-title, .mobile-center {
		text-align: center;
	}
}


/* block 10 */
.home-page-block10
{
	background: #000;
}
.home-page-block9 {
	margin-bottom: 30px;
}

.home-page-block10 > .elementor-background-overlay 
{
    background-image: url(https://d3fq9trs5x2hk.cloudfront.net/wp-content/uploads/2023/05/wools-new-zealand3.jpg);
    opacity: 0.2 !important;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}

.home-page-block10 .elementor-container
{
	max-width: 1400px;
	
}
.home-page-block10 {
padding: 30px !important;
}
#input_23_1 {
	padding: 14px 16px !important;
}
.gform_wrapper.gravity-theme .gform_fields {
	align-items: start;
}

.home-page-block10 .elementor-heading-title
{
	font-family: "Playfair Display", Sans-serif !important;
	font-weight: 500 !important;
	color: #FFF !important;
	font-size: 39px !important;
	line-height: 44px !important;
}

.home-page-block10 .elementor-widget-text-editor .elementor-widget-container
{
	font-family: "Roboto", Sans-serif !important;
	color: #FFF !important;
	font-size: 22px !important;
	line-height: 28px !important;
}
.home-page-title {
	text-align: center;
}

.home-page-hero-content .elementor-column {
	align-items: center;
}

.our-product-carousel .elementor-image-carousel-caption, .content-block-body {
	font-family: "Playfair Display", Sans-serif !important;
}

.cta-over-text .elementor-cta {
	height: 100%;
}
.cta-over-text .elementor-cta__content {
  align-content: flex-end;
  align-items: center;
  text-align: center;
  padding: 20px;
height: 100%; 
}
.cta-over-text .elementor-cta__bg {
	background-position: top; 
} 
@media only screen and (min-width:1024px){
.award-col-left {
width: 25% !important;	
}
	.badge-block {
  display: block !important;
  margin-bottom: -5rem;
	margin-top: -1.3rem;
}
}
.award-col-left .elementor-heading-title {
	text-align: center;
	margin: 0;
}
.award-col-left .elementor-widget-container {
	text-align: center;
}
@media only screen and (min-width:1024px){
.award-col-right {
width: 75% !important;	
}
}

.newsletter .gform_wrapper input[type="submit"] {
	margin: 0 !important;
}
.newsletter #gform_23 {
  width: 80%;
  margin: 0 auto;
}
#gfield_description_23_1 {
  color: #fff !important;
}
#input_23_1 {
  padding: 14px 16px !important;
}
#gform_fields_23 {
  align-items: start;
}
#gform_submit_button_23 {
	margin: 0;
}

@media only screen and (max-width: 1024px) {
	.home-page-block7 .col-one, .home-page-block6 .col-two {
  padding-left: 20px;
  padding-right: 20px;
}
	.elementor-21180 .elementor-element.elementor-element-0d6b1c5 {
		max-width: 100% !important;
	}
	.home-page-block4 {
		padding-top: 0px !important;
	}
	.home-page-block4 .elementor-swiper-button {
		display: none !important;
	}
	
	.home-page-block8 .col-title .elementor-heading-title {
		font-size: 25px !important;
	}
	.home-page-title .elementor-heading-title {
		text-align: left;
		font-size: 2em !important;
		
	}
	.home-page-hero-content .elementor-element {
		margin-bottom: 0 !important;
		margin-top: 0 !important;
	}
	.home-page-block5 .left-block {
		margin-left: 10px;
		align-items: center;
	}
	.home-page-block5 .right-block {
		margin-right: 10px;
	}
	#field_submit {
  margin-top: 0 !important;
}
	.receiveoff p {
	font-size: 16px !important;
line-height: 1.4em !important;
	}
	.home-page-find-perfect-floor-content {
		background-position: bottom;
	}
	.home-page-block4 .swiper-slide-image {
		height: 265px;
	}
	.mobile-full {
		width: 100% !important;
	}
	.mobile-half {
		width: 46.2% !important;
	}
	.mobile-half .elementor-widget-wrap.elementor-element-populated {
  padding: 0 !important;
}
	.home-page-block5 .right-block{
		height: 143px;
		margin-bottom: 0px;
	}
	.home-page-block5 .elementor-cta--skin-cover .elementor-cta__content {
  min-height: 143px !important;
}
	.home-page-block5 .elementor-cta__content h2 {
		font-size: 14px;
		line-height: 18px;
	}
	.home-page-block6, .home-page-block7, .home-page-block8 {
  margin-top: 20px;
}
	.col-one {
		margin-bottom: 3rem;
	}
	.home-page-block7 .elementor-widget-button {
		width: 100% !important;
		margin: 0 auto;
		text-align: center;
	}
}
.cta-box .elementor-widget-container, .cta-box .elementor-widget-wrap > .elementor-element{
	height: 100%;
}
/* https://www.colesfineflooring.com/purchasing-process/ */
#gform_page_22_2 .gform_page_footer
{
	height: 112px;
}

#gform_page_22_2 .gform_page_footer #gform_previous_button_22
{
	float: left;
}

#gform_page_22_2 .gform_page_footer #gform_submit_button_22
{
	float: right;
}


/* /carpet-flooring/natural-wool-carpet/ */
.page-id-9946 .container
{
	width: 95%;
}

.home-page-promotion {
  min-height: 500px;
  background: url(https://d3fq9trs5x2hk.cloudfront.net/wp-content/uploads/2023/06/bg-top.png);
  background-size: cover;
  background-position: center;
}

.home-page-promotion .elementor-container {
	background: url(https://d3fq9trs5x2hk.cloudfront.net/wp-content/uploads/2023/07/red-arrow.png);
position: absolute !important;
left: 14%;
height: 338px;
padding: 20px;
color: #fff;
width: 250px;
text-align: center;
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
}
@media only screen and (max-width: 1024px) {
	.home-page-promotion .elementor-container {
		left: unset;
		width: 100%;
		height: auto;
		bottom: 0;
		background-color: #1e1b1b;
	}
	
}

.home-page-promotion .elementor-heading-title {
	color: #fff !important;
	font-family: "Playfair Display", Sans-serif !important;
	margin-bottom: 20px !important;
}
.home-page-promotion .elementor-heading-title.elementor-size-default {
  font-size: 1.6em;
  text-align: center;
}
.home-page-promotion p {
font-size: 1em;
color: #fff;
text-align: center;
line-height: 1.5em;
}

.home-page-promotion .elementor-widget-button .elementor-button {
  background: transparent !important;
  color: #c4973a;
	padding: 0;
}

.home-page-promotion .elementor-button-icon .e-font-icon-svg {
	fill: #c4973a;
}

.home-page-block5 .text-block {
	align-items: center;
}

.home-page-block9 {
  margin-top: 5em;
}


#dsColesTopBar ul {
  display: inline-flex;
gap: 4em;
justify-content: end;
border-bottom: 1px solid #c1c0c0;
padding: 1em;
width: 73%;
}
.dsColesTopBarPanel .phone {
	flex: auto; 
}
.dsColesTopBarPanel .phone:nth-child(2) {
margin-left: -33%;
}
.dsColesTopBarPanel .phone .fa-phone {
transform: scaleX(-1);
}

.topRightnav li a {
  color: #333;
}
.fixed-header .header-mobile-nav .fa.fa-search {
  color: #fff;
}

#mega-menu-wrap-primaryMenu #mega-menu-primaryMenu > li.mega-menu-item {
	margin: 0 1em;
}

#mega-menu-wrap-primaryMenu #mega-menu-primaryMenu > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item h4.mega-block-title, #mega-menu-wrap-primaryMenu #mega-menu-primaryMenu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item h4.mega-block-title {
	padding-top:10px;
}

/*Karastan Page CSS*/
#ppc-laminate {
	background-image: url("https://d3fq9trs5x2hk.cloudfront.net/wp-content/uploads/2023/12/Laminate-flooring-banner-1920-x-1080-1.png") !important;
	background-position: center !important;
}
#ppc-vinyl{
	background-image: url("https://d3fq9trs5x2hk.cloudfront.net/wp-content/uploads/2023/12/Vinyl-flooring-banner-1920-x-1080-1.png") !important;
	background-position: center !important;
}
.kara-one {
	background-image: url("https://d3fq9trs5x2hk.cloudfront.net/wp-content/uploads/2024/03/Tile-Landing-Page-Background.png") !important;
	background-size: cover !important;
  padding-bottom: 3em;
  padding-top: 6em;
  background-position: center !important;
}
.ppc-hardwood.kara-one {
	background-image: url("https://d3fq9trs5x2hk.cloudfront.net/wp-content/uploads/2024/03/Hardwood-Landing-Page-Background.png") !important;
}
.kara-one .elementor-container {
  align-content: center;
  align-items: center;
}
.kara-one h1 {
  font-family: "Playfair Display", Sans-serif !important;
  font-weight: 400 !important;
  color: #333333 !important;
  letter-spacing: 1px;
  font-size: 50px !important;
  margin-bottom: 20px;
}
.kara-one p {
  color: #4C4C4C !important;
  font-size: 22px !important;
  line-height: 28px !important;
  font-family: "Roboto", Sans-serif !important;
}
.kara-one .kara-one-left {
background-color: #FFFFFF99 !important;
	padding: 20px !important;
}
.kara-one .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]) {
	padding: 12px 10px !important; 
}
.kara-one .gfield {
  margin-top: 10px !important;
}
#gform_wrapper_24 {
  background: #fff;
  display: block;
  overflow: hidden;
  padding: 20px;
  border-radius: 10px;
  margin-bottom: -5em;
  position: relative;
  z-index: 2;
  box-shadow: 0px 7px 9px 1px #bfbfbf;
}

#gform_wrapper_24 .gform_fields {
  margin-left: 0;
  margin-right: 0;
}

#gform_wrapper_24 .gform_wrapper input[type="submit"] {
	margin: 0 !important;
}

#gform_wrapper_27 {
  background: #fff;
  display: block;
  overflow: hidden;
  padding: 20px;
  border-radius: 10px;
  margin-bottom: -5em;
  position: relative;
  z-index: 2;
  box-shadow: 0px 7px 9px 1px #bfbfbf;
}

#gform_wrapper_27 .gform_fields {
  margin-left: 0;
  margin-right: 0;
}

#gform_wrapper_27 .gform_wrapper input[type="submit"] {
	margin: 0 !important;
}

.kara-two .header-title .elementor-heading-title {
	text-align: center !important;
}

.kara-two
{
	background-image: linear-gradient(#e6dccb, #FFF);
	margin-top: 0;
	padding-bottom: 3em; 
	padding-top: 6em; 
}
.kara-three, .kara-four, .kara-five {
	padding-bottom: 3em; 
	padding-top: 6em; 
}
.kara-two .elementor-container, .kara-three .elementor-container, .kara-four .elementor-container
{
	max-width: 1400px !important;
}

.kara-two .header-title .elementor-heading-title
{
	font-family: "Playfair Display", Sans-serif !important;
	font-weight: 500 !important;
	margin-top: 50px;
	margin-bottom: 50px;
	color: #333333 !important;
	font-size: 47px !important;
	line-height: 53px !important;
}

.kara-two .col-title .elementor-heading-title
{
	font-family: "Playfair Display", Sans-serif !important;
	font-weight: 500 !important;
	color: #101010 !important;
	font-size: 30px !important;
	line-height: 36px !important;
	letter-spacing: 1px !important;
}

.kara-two .elementor-widget-text-editor .elementor-widget-container
{
	font-family: "Roboto", Sans-serif !important;
	color: #101010 !important;
	font-size: 22px !important;
	line-height: 28px !important;
}

.kara-two .elementor-column-gap-default>.elementor-column>.elementor-element-populated
{
	padding: 20px !important;
}

.kara-two .elementor-widget-button
{
	position: absolute;
	bottom: 0 !important;
}
.kara-three .swiper-container .elementor-swiper-button svg {
	fill: #000 !important;
	width: 2em !important;
	height: 2em !important;
}
.kara-three .header-title .elementor-heading-title, .kara-four .header-title .elementor-heading-title, .kara-six .header-title .elementor-heading-title
{
	font-family: "Playfair Display", Sans-serif !important;
  font-weight: 500 !important;
  margin-top: 50px;
  margin-bottom: 50px;
  color: #333333 !important;
  font-size: 47px !important;
  line-height: 53px !important;
	text-align: center !important; 
}

.kara-three .elementor-image-carousel-caption {
	font-family: "Playfair Display", Sans-serif !important;
	font-weight: 500 !important;
	color: #101010 !important;
	font-size: 25px !important;
	line-height: 36px !important;
	letter-spacing: 1px !important;
}

.kara-three .swiper-container .elementor-swiper-button {
	top: 37% !important;
}
.kara-three .elementor-element.elementor-arrows-position-outside .swiper-container .elementor-swiper-button-next {
	right: -36px;
}
.kara-three .elementor-element.elementor-arrows-position-outside .swiper-container .elementor-swiper-button-prev {
	left: -36px;
}
.eae-swiper-outer-wrapper .eae-gallery-thumbs {
	height: 181px;
  margin-top: 1em;
}


.kara-five .elementor-element-populated
{
	padding: 0 !important;	
}
.kara-five .elementor-container {
	align-items: center !important;
}
.kara-six {
	padding-bottom: 6em;
	padding-top: 3em;
}

.kara-six .swiper-slide {
	opacity: 0.6;
	transform: scale(0.8);
}

.kara-six .swiper-slide-next.swiper-slide-duplicate-prev {
  opacity: 1;
transform: scale(1);
}
.kara-six .elementor-container {
	align-items: center !important;
}

.kara-six .elementor-widget-loop-carousel .elementor-swiper-button.elementor-swiper-button-next svg, .kara-six .elementor-widget-loop-carousel .elementor-swiper-button.elementor-swiper-button-prev svg {
	fill: #000 !important;
}
.kara-five .col-one
{
	padding-left: 100px;
	padding-right: 100px;
}

.kara-five .col-one .elementor-heading-title
{
	font-family: "Playfair Display", Sans-serif !important;
	font-weight: 500 !important;
	margin-top: 50px;
	margin-bottom: 5px;
	color: #333333 !important;
	font-size: 47px !important;
	line-height: 53px !important;
}

.kara-five .col-one .elementor-widget-container
{
	font-family: "Roboto", Sans-serif !important;
	font-size: 22px !important;
	line-height: 30px !important;
	font-weight: 500 !important;
	color: #4C4C4C !important;
}

.kara-five .inverted-btn
{
	border: 2px solid #FFF !important;
	width: 300px !important;
	margin: 0 auto !important;
	
	font-family: "Roboto", Sans-serif !important;
	font-size: 18px !important;
	line-height: 24px !important;
}

.kara-five .elementor-widget-button
{
	float: left;
	margin-left: 0 !important;
	margin-bottom: 0 !important;
	margin-right: 10px !important;
}

.kara-five .inverted-btn a
{
	color: #007f7c !important;
	background: transparent !important;
}

.kara-five .elementor-button-link
{
	border: 2px #007f7c solid;	
}

.kara-seven {
	padding-bottom: 6em;
}

.kara-seven .elementor-element-populated
{
	padding: 0 !important;	
}

.kara-seven .col-two
{
	width: 700px !important;
	padding-left: 100px;
}

.kara-seven .col-two .elementor-heading-title
{
	font-family: "Playfair Display", Sans-serif !important;
	font-weight: 500 !important;
	margin-top: 50px;
	margin-bottom: 5px;
	color: #333333 !important;
	font-size: 47px !important;
	line-height: 53px !important;
	text-align: left;
}

.kara-seven .col-two .elementor-widget-container
{
	font-family: "Roboto", Sans-serif !important;
	font-size: 22px !important;
	line-height: 30px !important;
	color: #4C4C4C !important;
}

.review-section .author-image img {
	width: 90px !important;
	height: 90px !important;
	border-radius: 50%;
}

@media only screen and (max-width: 1024px) {
	.kara-one .kara-one-left {
		text-align: center;
	}
	.kara-one h1 {
		font-size: 38px !important;
	}
	.kara-one .gform_wrapper.gravity-theme .gform_fields {
		grid-column-gap: 10px !important;
	}
	.gform_wrapper.gravity-theme .gfield:not(.gfield--width-full), #field_24_4, #field_24_5, #field_24_7 {
		grid-column: span 6 !important;
	}
	.kara-one .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]) {
		padding: 8px 10px !important;
	}
	.kara-one p {
		font-size: 18px !important;
	}
	.kara-one .gform_wrapper input[type="submit"] {
		margin: 0 !important;
	}
	.kara-one .elementor-element.elementor-element-61177f8:not(.elementor-motion-effects-element-type-background) {
		background-size: cover;
  background-position: center;
	}
	.kara-two .header-title .elementor-heading-title, .kara-three .header-title .elementor-heading-title, .kara-four .header-title .elementor-heading-title, .kara-six .header-title .elementor-heading-title {
		font-size: 32px !important;
		margin: 0 !important;
  		letter-spacing: 1px !important;
	}
	.kara-three .swiper-container .elementor-swiper-button svg {
		display: none !important;
	}
	.kara-three .elementor-image-carousel-caption {
		font-size: 15px !important;
  line-height: 22px !important;
	}
	.kara-three, .kara-four, .kara-five {
		padding-top: 0 !important;
		padding-bottom: 0 !important;
	}
	.kara-five .col-one {
  padding-left: 10px;
  padding-right: 10px;
}
	.kara-five .col-one .elementor-heading-title, .kara-five .elementor-widget-button, .kara-seven .col-two .elementor-heading-title {
		text-align: center !important;
	}
	.kara-five .inverted-btn {
		width: 100% !important;
	}
	.kara-seven .col-two {
		width: 100% !important;
		padding-left: 10px !important;
		padding-right: 10px !important;
	}
}

.swiper-slide > .review-section {
  height: auto !important;
}

/* Special Page */
.special-one, .special-two, .special-three {
  padding-top: 3em !important;
  padding-bottom: 3em !important;
}

.special-one .read-more-reviews {
	margin-top: 3em !important;
}
.special-one .heading-title h1
{
	font-family: "Playfair Display", Sans-serif !important;
	font-weight: 400 !important;
	margin-top: 50px;
	margin-bottom: 5px;
	color: #333333 !important;
	font-size: 47px !important;
	line-height: 53px !important;
	text-align: center;
	letter-spacing: 2px;
}
.special-one .sub-heading-title h4
{
	font-family: "Playfair Display", Sans-serif !important;
	font-weight: 300 !important;
	margin-bottom: 5px;
	color: #333333 !important;
	font-size: 30px !important;
	line-height: 33px !important;
	text-align: center;
}

.special-one .widget-image-caption {
	font-family: "Playfair Display", Sans-serif !important;
	font-weight: 500 !important;
	color: #333333 !important;
	margin-top: -2em;
  margin-bottom: 2em;
}

.special-two {
	background: -moz-linear-gradient(to top, transparent 0%, #007c78 100%);
	background: -webkit-linear-gradient(to top, transparent 0%, #007c78 100%);
	background: linear-gradient(to top, transparent 0%, #007c78 100%);
}

.special-box {
  text-align: center;
}

.special-box .elementor-cta__title
{
  font-family: "Playfair Display", Sans-serif !important;
  font-weight: 300 !important;
  margin-bottom: 5px;
  color: #333333 !important;
  font-size: 35px !important;
  line-height: 44px !important;
  text-align: center;
  letter-spacing: 1px;

}
.special-box .elementor-cta__button.elementor-button {
  color: #fff !important;
  border-color: #057f7b !important;
  background: #057f7b !important;
	margin-top: 2em;
}
.special-box .elementor-cta__content {
	background: #fff !important;
	min-height: 370px;
}
.elementor-custom-embed-play i, .elementor-custom-embed-play svg {
	background: #fff !important;
	border-radius: 50px;
	opacity: 1 !important;
}
.special-copy {
	padding-top: 6em;
}
.elementor-custom-embed-play svg {
	fill: #000 !important;
}
.special-two .internal-title h3
{
	font-family: "Playfair Display", Sans-serif !important;
	font-weight: 300 !important;
	margin-bottom: 5px;
	margin-top: 30px;
	color: #333333 !important;
	font-size: 40px !important;
	line-height: 44px !important;
	text-align: center;
}
@media only screen and (min-width: 1024px) {
.video-slider .swiper-slide.swiper-slide-next {
	transform: scale(1.2);
}
.video-slider .swiper-slide {
	transform: scale(0.7);
}
}
@media only screen and (max-width: 1023px) {
	.video-slider .swiper-slide {
	transform: scale(0.7);
}
}
.video-slider .elementor-swiper-button svg {
fill: #000 !important;
  height: 1.5em  !important;
  width: 1.5em !important;
  border: 2px solid #000 !important;
  border-radius: 30px !important;
  padding: 4px !important;
}

.special-three .special-box .elementor-cta__title {
  font-weight: 700 !important;
  margin-bottom: 5px;
  color: #333333 !important;
  font-size: 26px !important;
  line-height: 44px !important;
  text-align: center;
  letter-spacing: 1px;
	font-family: "Roboto" !important;
}
.special-three .special-box {
	box-shadow: 0px 0px 3px 1px #e6e3e3;
}
.special-three .header-title h3
{
	font-family: "Playfair Display", Sans-serif !important;
	font-weight: 300 !important;
	margin-bottom: 5px;
	margin-top: 30px;
	color: #333333 !important;
	font-size: 40px !important;
	line-height: 44px !important;
	text-align: center;
}
.specials-products {
	padding-bottom: 2em;
}

.hardwood-specials .elementor-container {
  max-width: 747px !important;
}

#gform_11 .gfield_label.gform-field-label {
  color: #fff;
}

#SpecialPopup {
    display: none;
}

#gform_wrapper_26 input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]) {
	padding: 12px 16px !important; 
}

#gform_wrapper_26 .gfield {
  margin-top: 10px !important;
}
#gform_wrapper_26 .gfield textarea {
	max-width: 100% !important;
}
.page-template-template-blog #gform_11 .gfield_label.gform-field-label {
	color: #000;
}

#field_26_13 {
  grid-column: span 12 !important;
}

#gform_fields_26 {
  margin-left: 0;
  margin-right: 0;
}
#choice_26_26_1 {
  width: 15px !important;
}
.gchoice.gchoice_26_26_1 {
  display: flex;
  gap: 1em !important;
}
.gform_wrapper .top_label .gfield_list {
	width: 100% !important;
}

/*Coupon Page*/
	.coupon-box .elementor-cta {
		height: 370px; 
	}
	.coupon-section {
	padding-top: 3em;
	padding-bottom: 3em;
}
.coupon-section .elementor-cta__content {
background: #00000070;
  height: 370px;
}
@media only screen and (max-width: 1024px) {
	.coupon-box .elementor-cta {
  height: 30vh;
}
	.coupon-section .elementor-cta__content {
		 min-height: 30vh !important;
    	height: 30vh;
	}
	.coupon-section h1 {
	font-size: 2em; 
	}
}

//Product Services

#product-service-form  .gform_fields {
  margin-left: 0 !important;
}
#product-service-form {
	background: #fff;
	margin-top: -10%;
	padding: 2em;
  border-radius: 10px;
	box-shadow: 0px 0px 9px 0px #999;
	margin-bottom: 1em;
}
#winner-box .col-left {
	width: 25%;
}
#winner-box .col-right {
	width: 75%;
}
#product-service-form  .gform_heading {
  display: none;
}


.why-choose-left {
	padding-top: 2em;
}

.heading-one h3 {
  color: #000 !important;
}

.product-service-one {
	background: url(https://d3fq9trs5x2hk.cloudfront.net/wp-content/uploads/2024/02/Rectangle-2.png) !important;
	min-height: 400px !important;
	background-size: cover !important;
  background-position: center !important;
}

.product-service-one .elementor-container {
	min-height: 400px;
}

.our-products-section {
	padding-top: 3em;
	padding-bottom: 3em;
}

.our-products h2, .other-products h2 {
	color: #333 !important;
	text-align: center !important;
	letter-spacing: 2px;
	font-size: 52px;
}

.our-products-section .wp-caption-text {
	position: absolute;
  bottom: 0;
  background: #ffffffba;
  width: 100%;
	font-size: 42px;
	font-weight: bold !important;
	color: #333 !important;
	font-family: "Playfair Display", Sans-serif !important;
}
.other-products h3 {
	font-size: 42px;
	font-weight: bold;
	color: #333 !important;
}

.other-products .elementor-element-populated {
	padding: 0 !important;
}

.other-products .elementor-container {
	align-items: center;
}
.other-products .col-right {
  padding: 1em 4em;
}
.other-products-heading {
	padding-bottom: 1em;
}

@media only screen and (max-width: 1023px) {
	.why-choose-left .elementor-image-box-wrapper {
  display: flex;
  gap: 1em;
}
	#product-service-form {
		margin-top: 20px;
	}
	
	#product-service-form .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]) {
		padding: 8px 10px !important;
	}
	#winner-box .col-right p, .other-products .col-right p {
		font-size: 18px !important;
  line-height: 26px !important;
	}
	.product-service-one {
		min-height: 190px !important;
	}
	.product-service-one .elementor-container {
  min-height: 190px;
}
	.other-products h2, .our-products-section .wp-caption-text, .other-products h3 {
		font-size: 36px; 
	}
	.other-products .col-right {
		order: 2;
	}
}
.product-service-one::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: linear-gradient(90deg, #ffffffd6 0%, transparent 100%);
  z-index: 0;
}

.product-service-one .elementor-container {
	z-index: 1;
}
.side-images img {
	width: 100%;
}
.other-products {
	margin-top: 3em;
}

.right-form .elementor-widget-container {
	margin-top: 0 !important;
}

/* 13th June 2024 by Puneet */
@media only screen and (max-width: 1024px) {
	#logo {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}
.karastan-blurb {
	width: 100% !important;
}
	.karastan-section {
		padding: 0 20px;
	}
	.karastan-blurb h3 {
		font-size: 20px !important;
	}
	.socials-item i {
		font-size: 32px;
 	 margin: 0 5px;
	}
	.consultation-item__content {
		top: calc(100% - 85px);
	}
	.header-mobile-nav svg {
  width: 20px;
  fill: #017f7c;
}
	.fixed-header .header-mobile-nav svg {
  fill: #fff;
}
}

.other-product-border {
	border-top: 2px solid #ddd;
}