.home #sb_instagram{
	display: none;
}

.home #homepage-top-slider.bg-default{
	background-image: url('https://dev-nufloors-canada.pantheonsite.io/wp-content/uploads/sites/2/2022/06/nufloors-homepage.jpg') !important;
}

.message-bar-wrap{
	width: 100%;
	margin: 0px auto;
	max-width: 600px;
}

.message-bar-wrap p{
	margin-bottom: 0px;
}

#page.page-specials .product-special .special-sale-price,
#page.page-specials .product-special .special-regular-price,
#page.page-specials .product-special .limited-quantity{
	margin-bottom: 10px;
}
#page.page-specials .product-special .limited-quantity{
	font-size: .9rem;
}
#page.page-specials .product-special .special-sale-price{
	font-size: 1.1rem;
		line-height: 1.4;
}
#page.page-specials .product-special .special-inner > .right-col{
	padding-left: 0;
}
#page.page-specials .product-special .special-regular-price{
	font-size: .9rem;
}
@media (min-width: 1200px){
	#page.page-specials .product-special .special-sale-price{
		font-size: 1.2rem;
	}
}
@media (max-width: 1199px){
	#page.page-specials .product-special a.availability-button{
		font-size: 14px;
	}
}
@media (max-width: 991px){
	#page.page-specials .product-special .special-inner > .right-col{
		padding-left: 15px;
	}
}

#page.page-specials .product-special .at-outlet {
    width: 35%;
    height: 100%;
    z-index: 2;
    position: absolute;
    top: -220px;
    right: 5px;
    background-image: url("/wp-content/themes/nufloors/assets/outlet-store.png");
    background-size: contain;
    background-position: bottom center;
    background-repeat: no-repeat;
}


#page.page-specials .product-special .new-in-stock {
    width: 35%;
    height: 90px !important;
    z-index: 2;
    position: absolute;
    top: 85px;
    right: 5px;
    background-image: url("/wp-content/themes/nufloors/assets/new-in-stock.png");
    background-size: contain;
    background-position: bottom center;
    background-repeat: no-repeat;
}

#page.page-specials .product-special .special-other{
	z-index: 2;
	position: absolute;
	top: 140px !important;
	right: 0 !important;
	height: 90px !important;
	width: 110px !important;
	font-size: 13.5px;
	white-space: nowrap;
	letter-spacing: -0.5px;
	text-transform: uppercase;
	font-weight: 600;
	color: #fff;
	text-decoration: none;
	transform: rotate(-20deg);
	display: flex;
	pointer-events: none;
	justify-content: center;
	align-items: center;
}

#page.page-specials .product-special .special-other:before{
	content: '';
	display: block;
	background-image: url('/wp-content/themes/nufloors/assets/specialother.png');
	background-size: contain;
	background-position: bottom center;
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
	transform: rotate(20deg) translateY(-11px);
	position: absolute;
	z-index: -1;
}

#page.page-specials .product-special .on-clearance {
    width: 35%;
    height: 100%;
    z-index: 2;
    position: absolute;
    top: -150px;
    right: 5px;
    background-image: url("/wp-content/themes/nufloors/assets/specialclearance.png");
    background-size: contain;
    background-position: bottom center;
    background-repeat: no-repeat;
}

.special-regular-price .line-through{
	display: block;
}

@media(max-width: 968px){

	.store-finder-modal .store-finder-inner {
		height: 100%;
		max-height: 93vh;
		width: 90vw;
	}

}


.store-finder-modal .province-wrap{
	position: relative;
	border-bottom: 1px solid #c4c4c4;
	cursor: pointer;
}

.store-finder-modal .province-wrap.open:after{
	transform: rotate(180deg);
}

.store-finder-modal .province-wrap:after{
	position: absolute;
	content: '\f078';
	font-family: "Font Awesome 5 Pro";
	top: 21px;
	right: 35px;
	font-size: 17px;
	color: #A05EB5;
	transition: 0.35s all ease-in;
	pointer-events: none;
}

.store-finder-modal .province-wrap-inner{
	display: none;
}

.store-finder-modal .store-finder-inner .location-wrap h4{
	margin-top: 8px;
	font-size: 1.05rem;
}

.store-finder-modal .store-finder-inner .location-wrap p{
	font-size: 0.75rem;
}

.store-finder-modal .store-finder-inner .location-wrap .button{
	padding: 6px 14px;
	font-size: .75rem;
	margin-bottom: 8px;
}

#location #primary-charity{
	background-color: #f7fdff;
}

#site-branding #logo{
	width: auto;
}

.special-hours{
	color: #f00;
	font-weight: 600;
}

.home #nufloors-locations{
	height: 600px;
	background-size: cover;
	background-position: center center;
	cursor: pointer;
	position: relative;
}

.home #nufloors-locations .inner{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: rgba(255, 255, 255, 0.5);
	transition: 0.3s all ease-in;
}

.home #nufloors-locations .inner h3{
	transition: 0.3s all ease-in;
}

.home #nufloors-locations .inner:hover{
	background-color: rgba(0, 0, 0, 0.5);
}

.home #nufloors-locations .inner:hover h3{
	color: #fff;
}

@media(max-width: 1200px){
	.home #nufloors-locations{
		height: 500px;
		background-size: cover;
		background-position: center center;
		cursor: pointer;
	}
}


@media(max-width: 928px){
	.home #nufloors-locations{
		height: 400px;
		background-size: cover;
		background-position: center center;
		cursor: pointer;
	}
}

.nomargin{
	margin-top: 0px !important;
	margin-bottom: 0px !important;
}

.nomargin img{
	margin-top: 0px !important;
	margin-bottom: 0px !important;
}

.noheight{
	min-height: 0px !important;
}

.noheight .product-tab-content{
	min-height: 0px !important;
}

.full-image-bg{
	height: 100%;
	position: relative;
}

.full-image-bg img{
	position: absolute;
	height: 100%;
	top: 0;
	bottom: 0;
	width: auto;
	min-width: 100%;
	object-fit: cover;
}

.postid-45855 main{
	margin-bottom: 0 !important;
}
.store-finder-modal .store-finder-inner .location-wrap{
	display: flex;
	flex-wrap: wrap;
}
.store-finder-modal .store-finder-inner .location-wrap h4, .store-finder-modal .store-finder-inner .location-wrap p{
	width: 100%;
}
.store-finder-modal .store-finder-inner .location-wrap .button{
	align-self: flex-end;
}
.store-finder-modal .store-finder-inner .location-wrap .button:after{
	display: flex;
	align-items: center;
	pointer-events: none;
}

.flatpickr-calendar.open {
    display: inline-block;
    z-index: 9999999999 !important;
}

#message-popup{
	font-size: .85rem;
}

#message-popup img{
	max-height: 80px;
	width: 100%;
	height: auto;
}

#message-popup .message-popup-close{
	font-size: .7rem;
	top: 3px !important;
	bottom: auto;
	right: 7px !important;
}

.wpforms-container .wpforms-field:not(.wpforms-one-half){
	clear: both;
}


#bbblink{
	margin: 0px auto !important;
}

#single .wp-block-media-text.is-image-fill .wp-block-media-text__media{
	height: auto !important;
}

#single .related-post-thumb{
	margin-top: 0px;
}

#single figure a{
	text-decoration: none;
	border: none;
}

#instagramfeed{
	display: none;
}

#room-visualizers{
	background-image: url('/wp-content/uploads/2022/06/living-room-hero.jpg');
}

/* Floor Care Products */

#floor-care-pdfs.floor-care-products .brochures-wrap{
	padding-top: 45px;
	padding-bottom: 0px !important;
	margin-bottom: 0px !important;
}

#floor-care-pdfs.floor-care-products .brochures-wrap .brochure-pdf{
	margin-bottom: 0px;
}

#floor-care-pdfs.floor-care-products .brochures-wrap .brochure-pdf img{
	max-width: 290px;
	margin: 10px auto;
}

#floor-care-pdfs.floor-care-products .brochures-wrap .brochure-pdf h3{
	font-size: 34px;
}


#floor-care-pdfs.floor-care-products .brochures-wrap .brochure-pdf:before{
	background: rgba(0, 0, 0, 0.35) !important;
}

#floor-care-pdfs.floor-care-products .brochures-wrap .brochure-pdf:after{
	display: none;
}

@media(max-width: 600px){
	.store-finder-inner{
		padding: 20px !important;
	}
	
	.store-finder-inner .location-wrap{
		padding: 10px 0px !important;
	}
}

/* Outlet Store */

#main-menu .button-transparent-alt{
	text-align: left !important;
}

#outlet-location{
	margin-top: 60px;
}

#outlet-location img{
	max-width: 360px;
}

#outlet-location .header-outlet{
	min-height: 480px !important;
	background-size: cover;
	background-position: center center;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	padding: 60px;
	position: relative;
	color: #fff;
}

#outlet-location .header-outlet h2{
	color: #fff !important;
	font-weight: 500;
	font-size: 3rem;
	margin-bottom: 15px;
}

#outlet-location .header-outlet .inner{
	position: relative;
	z-index: 3;
	text-shadow: 1px 1px 3px rgba(0,0,0,0.5);
}

#outlet-location .header-outlet:after{
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.4);
	z-index: 2;
}

.sub-menu .about-us-image{
	max-width: 260px !important;
}

@media(max-width: 1200px){
	.sub-menu p{
		margin-bottom: 0px !important;
	}
	.sub-menu .about-us-image{
		max-width: 200px !important;
		margin-bottom: 0px !important;
	}
}

@media(max-height: 860px){
	.sub-menu{
		line-height: 1.3 !important;
	}
	.sub-menu p{
		margin-bottom: 5px !important;
	}
	.sub-menu h3, .sub-menu .button-transparent-alt{
		font-size: 19px !important;
	}
	.sub-menu .about-us-image{
		max-width: 190px !important;
		margin-bottom: 0px !important;
	}
}

@media(max-height: 760px){
	.sub-menu{
		line-height: 1.2 !important;
	}
	.sub-menu p{
		margin-bottom: 5px !important;
	}
	.sub-menu h3, .sub-menu .button-transparent-alt{
		font-size: 17px !important;
	}
	.sub-menu .about-us-image{
		max-width: 160px !important;
		margin-bottom: 0px !important;
	}
}

/* In Stock */
#page.page-specials .product-special .in-stock{
	width: 35%;
	height: 100%;
	z-index: 2;
	position: absolute;
	top: -150px;
	right: 5px;
	background-image: url('/wp-content/themes/nufloors/assets/specialinstock.png');
	background-size: contain;
	background-position: bottom center;
	background-repeat: no-repeat;
}
@media only screen and (max-width: 991px){
	#page.page-specials .product-special .in-stock{
		top: -330px;
	}
}
@media only screen and (max-width: 767px){
	#page.page-specials .product-special .in-stock{
		top: -260px;
	}
}

/* Join Nufloors Menu */

.join-menu-wrap{
	margin-bottom: 25px;
	box-shadow: 0px 14px 8px rgba(128,128,128,0.1);
}

.join-menu-wrap ul{
	list-style-type: none;
	padding: 10px 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.join-menu-wrap ul li a{
	font-family: var(--wp--preset--font-family--lato);
font-weight: 600;
text-transform: uppercase;
display: inline-block;
padding: 15px 28px;
cursor: pointer;
letter-spacing: 0.15rem;
font-size: 1rem;
transition: all 0.2s ease-in-out;
	color: #24135F;
	text-decoration: none !important;
}

.join-menu-wrap ul li a:hover{
	color: #CC8A00 !important;
}

.join-menu-wrap ul li.current-menu-item a{
	color: #CC8A00 !important;
}

@media(max-width: 991px){
	
	.join-menu-wrap ul{
		flex-wrap: wrap;
		justify-content: flex-start;
	}
	
	.join-menu-wrap ul li{
		width: 33.3%;
		text-align: left;
	}
	
	.join-menu-wrap ul li a{
		font-size: 0.9rem;
		padding: 15px 0 15px 15px;
	}
}

@media(max-width: 767px){
	.join-menu-wrap ul{
		flex-wrap: wrap;
	}
	
	.join-menu-wrap ul li{
		width: 50%;
	}
}

@media(max-width: 467px){
	.join-menu-wrap ul{
		flex-wrap: wrap;
		//justify-content: center;
	}
	
	.join-menu-wrap ul li{
		width: 100%;
		//text-align: center;
	}
	
	.join-menu-wrap ul li a{
		padding: 10px;
	}
}

.mapsvg-region, .mapsvg-region path{
	cursor: pointer;
	stroke: #24135F;
	stroke-width: 5px !important;
	transition: 0.25s ease-in-out;
}

.mapsvg-region:hover{
	fill: #CC8A00 !important;
}


.mapsvg-region:hover path{
	fill: #CC8A00 !important;
}

.map-popups{
	position: fixed;
	z-index: 999999;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0;
	visibility: hidden;
	transition: 0.2s ease-in all;
}

.map-popups.active{
	opacity: 1;
	visibility: visible;
}

.map-popups .popup-bg{
	position: absolute;
	z-index: 11;
	background-color: rgba(0,0,0,0.3);
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.map-popups .popup-inner{
	position: absolute;
	z-index: 12;
	padding: 45px;
	background-color: #fff;
	box-shadow: 2px 6px 7px rgba(0,0,0,0.1);
	display: none;
}

.map-popups .popup-inner .city-rows{
	column-count: 2;
}

@media(max-width: 500px){
	.map-popups .popup-inner .city-rows{
	column-count: 1;
	max-height: 350px;
		overflow-y: scroll;
		flex-wrap: wrap;
		display: flex;
		flex-direction: row;
}
	
	.map-popups .popup-inner .city-rows a{
		display: block;
		width: 100%;
	}
}

.map-popups .popup-inner.active{
	display: block;
}

.map-popups .popup-inner a{
	display: block;
	font-weight: 600;
	letter-spacing: 0.15em;
	text-transform: uppercase;
	font-family: var(--wp--preset--font-family--lato);
	color: #24135F;
	padding: 0.35rem 0.75rem 0.35rem 0;
	display: block;
	line-height: 20px;
	font-size: 1m;
	transition: 0.2s ease-in all;
	margin-bottom: 10px;
	margin-right: 15px;
	margin-left: 15px;
	text-decoration: none !important;
}

.map-popups .popup-inner a:hover{
	color: #CC8A00 !important;
}

.page-template-page-join .faq-wrap >.container{
	padding: 0;
}

.page-template-page-join .faq-wrap >.container .accordion-item{
	padding-left: 0px;
}

.page-template-page-join .faq-wrap >.container h3{
	font-size: 18px;
	padding: 1.5rem 1rem 1.5rem 4rem;
}

.page-template-page-join .faq-wrap >.container h3:after{
	top: 14px;
}

.bg-purple{
	background-color: #393066;
	color: #fff;
	padding: 0px !important;
}

.bg-purple >.row{
	padding: 0px;
}

.bg-purple img, .bg-purple figure, .bg-purple .wp-block-image{
	margin-bottom: 0px !important;
	width: 100% !important;
}

.bg-purple .right-col{
	padding: 30px;
}

.bg-purple h2, .bg-purple h2 a{
	font-weight: 400 !important;
	color: #fff !important;
}

.bg-purple h2 em{
	font-weight: 600;
	display: block;
}

.bg-purple .button{
	background-color: #A05EB5;
	border: 0px;
}

.bg-purple .button:after{
	background-color: #A05EB5;
	border: 0px;
}

.bg-purple .button.secondary{
	background-color: #00A3E0;
	border: 0px;
}

.bg-purple .button.secondary:after{
	background-color: #00A3E0;
	border: 0px;
}

.bg-purple .button.yellow{
	background-color: #CC8A00;
	border: 0px;
}

.bg-purple .button.yellow:after{
	background-color: #CC8A00;
	border: 0px;
}

.owner-faqs .faq-wrap{
	min-height: 380px;
}

.join-faqs .faq-wrap{
	min-height: 380px;
}

.testimonials-slider h2{
	font-size: 26px;
}

.testimonials-slider img{
	max-height: 300px;
	object-fit: cover;
	margin-bottom: 65px;
}

.testimonials-slider .col-md-6{
	padding-bottom: 75px;
}

.testimonials-slider .slick-prev{
	display: none !important;
}

.testimonials-slider .slick-next{
	top: auto;
	bottom: 45px !important;
	right: 50px !important;
}


.testimonials-slider .slick-next:before{
	color: #373435;
	border-color: #373435;
}


.testimonials-slider .slick-next:hover:before{
	color: #fff !important;
}

.testimonials-slider .slick-next:hover{
	color: #fff !important;
	background-color: #373435 !important;
}

/* Nufloors Owner Section Menu */

#menu-nufloors-members{
	list-style-type: none;
	width: 100%;
	min-height: 100px;
	display: flex;
	align-items: center;
}

@media(max-width: 991px){
	#menu-nufloors-members{
		flex-direction: column;
	}
	
	#menu-nufloors-members li a{
		font-size: 1rem !important;
	}
}

#menu-nufloors-members li a{
	font-family: var(--wp--preset--font-family--lato);
font-weight: 600;
text-transform: uppercase;
display: inline-block;
padding: 15px 12px;
cursor: pointer;
letter-spacing: 0.05rem;
font-size: 0.9rem;
transition: all 0.2s ease-in-out;
	color: #24135F;
	text-decoration: none !important;
}

li.no-after{
	padding: 0px 10px;
	display: block;
}

.no-after a:after, .no-after:after{
	content: '' !important;
	display: none !important;
}

body.page-template-page-join .store-finder-modal, body.page-template-page-join-map .store-finder-modal, body.page-template-page-join #message-popup, body.page-template-page-join-map #message-popup, body.page-template-page-join #fb-root, body.page-template-page-join-map #fb-root{
	display: none !important;
	opacity: 0 !important;
	visibility: hidden !important;
}

body.page-template-page-join  .nufloors-info, body.page-template-page-join-map .nufloors-info{
	margin-left: 20px;
	font-size: 11px;
	line-height: 20px;
	padding: 0px 4px;
	color: #808080;
}


body.page-template-page-join  .nufloors-info a, body.page-template-page-join-map .nufloors-info a{
	color: #808080;
}


.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%;
}

.postid-16302 #location-top-info-section .right-col{
	display: none;
}

.postid-16302 #location-top-info-section .left-col{
	max-width: 100%;
	flex: 0 0 100%;
}

/* Video Popup */

.menu .video-modal{
	cursor: pointer;
}

#video-popup{
    position:fixed;
    top:0;
    right:0;
    bottom:0;
    left:0;
    background-color:rgba(9,10,28,0.98);
    display:flex;
    justify-content:center;
    align-items:center;
    transition:0.25s ease-in all;
    z-index:9999999999999;
}

#video-popup .video-responsive {
  position: relative;
  display: block;
  width: 100%;
  overflow: hidden;
}


#video-popup .video-responsive::before {
  display: block;
  content: "";
  padding-top: 56.25%;
}

#video-popup iframe {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}


#video-popup.closed{
    visibility:hidden;
    opacity:0
}
#video-popup.open{
    visibility:visible;
    opacity:1
}
#video-popup .video-popup-close{
    color: #fff;
		font-size: 13px;
		margin-bottom: 5px;
	display: block;
	width: 35px;
	white-space: nowrap;
	cursor: pointer;
}

#video-popup .video-popup-bg{
    position:absolute;
    top:0;
    right:0;
    bottom:0;
    left:0;
    z-index:2
		cursor: pointer;
}

#video-popup .video-popup-inner{
    overflow-y:auto;
    -webkit-overflow-scrolling: touch;
    position:relative;
    z-index:4;
    min-width:280px;
    width:70vw;
    margin:0px auto
}


/* Header Fixes */

.store-logo.with-partner #logo{
	max-width: 150px !important;
}

.store-logo.with-partner #partner-logo{
	max-height: 70px;
	margin-top: 6px;
	margin-right: 8px;
	max-width: 80px;
	height: auto;
}

#masthead .store-wrap{
	align-items: flex-end;
}

#masthead .store-wrap .proudly-canadian-desktop{
	margin-bottom: 7px;
}

.header-btn-primary.sale-btn a{
	background-color: #ca0000 !important;
}

.header-btn-primary.sale-btn a:hover{
	background-color: #940000 !important;
}

@media(max-width: 400px){
	#masthead{
		padding: 8px 10px !important;
	}
	.store-logo img{
		max-width: 120px !important;
	}
	.store-info{
		margin-left: 3px !important;
		font-size: 10px !important;
		line-height: 14px !important;
	}

	.store-logo.with-partner #site-branding #logo{
		max-width: 80px !important;
	}
	
	.store-logo.with-partner #partner-logo{
		max-height: 70px;
		margin-right: 8px;
		max-width: 55px !important;
		height: auto;
	}
}

@media(max-width: 767px){
	.store-logo.with-partner #site-branding #logo{
		max-width: 150px !important;
	}
	
	.store-logo.with-partner #partner-logo{
		max-height: 70px;
		margin-right: 8px;
		max-width: 70px;
		height: auto;
	}
}

@media (max-width: 1400px) and (min-width: 991px){
	.store-logo.with-partner #site-branding #logo{
		max-width: 155px !important;
	}
	
	.store-logo.with-partner #partner-logo{
		max-height: 70px;
		margin-left: 5px;
		max-width: 75px;
		height: auto;
	}
}

@media (max-width: 1300px) and (min-width: 991px){
	#site-menu > ul > li.menu-item >a{
		padding: 0px 6px !important;
	}

	#site-menu > ul > li.menu-item .sub-menu a{
		font-size: 0.7rem !important;
	}
	
	#site-menu > ul > li.menu-item.header-btn-primary a, #site-menu > ul > li.menu-item.header-btn-secondary a{
		padding: 6px 10px !important;
		margin-left: 4px;
	}
}

@media (max-width: 1280px) and (min-width: 991px){
	#site-branding #logo{
		max-width: 200px !important;
	}
}


@media (max-width: 1080px) and (min-width: 991px){
	#site-menu > ul > li.menu-item >a{
		padding: 0px 4px !important;
		font-size: 0.75rem;
	}
	
	#site-menu > ul > li.menu-item.header-btn-primary a, #site-menu > ul > li.menu-item.header-btn-secondary a{
		padding: 6px 8px !important;
		margin-left: 3px;
	}
	
	#masthead .store-wrap .store-info{
		font-size: 10px;
		line-height: 17px;
	}
	
	#site-branding #logo{
		max-width: 170px !important;
	}
}


/* Super Nav */

#header{
	flex-direction: column;
	height: 120px;
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
}

#header #masthead{
	box-shadow: none;
}

#header #super{
	width: 100%;
	background-color: #fff;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: flex-end;
}

#header #super form{
	margin-bottom: 0px;
}

#header #super .store-info{
	color: var(--wp--preset--color--primary);
	font-size: 0.9rem;
	padding-right: 20px;
	position: relative;
	cursor: pointer;
	padding: 4px 15px 4px 10px;
}

#header #super .store-info .store-name{
	margin-right: 15px;
	position: relative;
}

#header #super .store-info .store-name::after {
	content: "Store Details";
	display: block;
	position: absolute;
	top: 100%;
	left: 28px;
	font-weight: 600;
	font-size: 13px;
	text-transform: uppercase;
  }

#header #super .store-info .store-phone{
	margin-right: 5px;
	color: var(--wp--preset--color--primary);
}

#header #super .store-info .store-phone a{
	color: var(--wp--preset--color--primary);
}

#header #super .store-info .store-name img{
	display: inline;
	margin-right: 4px;
}

#header #super .store-info .store-info-popup{
	background: #fff;
	padding: 15px;
	position: absolute;
	top: calc(100% - 8px);
	left: 0;
	right: 0;
	display: flex;
  	flex-direction: column;
	z-index: 99999999999;
	box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.1);
}

#header #super .store-info .store-info-popup .city-name-wrap{
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	margin-bottom: 8px;
}

#header #super .store-info .store-info-popup a{
	color: #00A3E0 !important;
	font-size: 0.85rem !important;
	font-weight: 500 !important;
	text-decoration: underline;
	margin-top: 5px;
}

#header #super .store-info .store-info-popup a:hover{
	color: #CC8A00 !important;
}

#header #super .store-info > .store-hours{
	font-size: .8rem;
}

#header #super .store-info .store-info-popup .store-hours{
	margin-top: 10px;
	margin-bottom: 10px;
	line-height: 1.5;
	font-size: .8rem;
}

#header #super .store-info .store-info-popup .day-hours{
	display: flex;
	flex-direction: row;
}

#header #super .store-info .store-info-popup .day-hours strong{
	width: 40px;
}

#header #super .super-search{
	border: 1px solid #BBBBBB;
	position: relative;
}

#header #super .super-search input{
	position: relative;
	padding-left: 30px;
	border: none !important;
}

#header #super .super-search form{
	position: relative;
}

#header #super .super-search form:before{
	content: '\f002';
	font-family: "Font Awesome 5 Pro";
	position: absolute;
	left: 8px;
	top: 50%;
	transform: translateY(-50%);
	color: #BBBBBB;
	z-index: 2;
	font-size: 0.9rem;
}

@media(max-width: 992px){
	#header{
		padding-top: 32px;
	}

	#header #super{
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		border-bottom: 1px solid #e5e5e5;
		height: 32px;
	}

	#header #super .store-info{
		width: 100%;
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
		font-size: 0.85rem !important;
	}

	#header #super .store-info, #header #super .store-info .store-name{
		font-size: .75rem !important;
	}

	#header #super .store-info > .store-hours{
		font-size: .7rem;
	}

	#header #super .store-info .store-name::after{
		display: none !important;
	}

	#header #super .store-info .store-info-popup{
		border-top: 1px solid #e5e5e5;
	}

	#header #super .super-search{
		display: none;
	}
}

/* Sale Banner */

#page-hero{
	min-height: 750px !important;
}

#page-hero .sale-container{
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
  	height: 100%;
}

#page-hero .sale-container .inner{
	width: 50%;
}

.page-specials .sale-container{
	padding: 0px !important;
	width: 100% !important;
	margin-bottom: 35px !important;
}

.page-specials .sale-container .inner{
	padding: 35px !important;
	background-color: #A05EB5;
	color: #fff;
}

#homepage-top-slider .sale-container, #page-hero .sale-container, .page-specials .sale-container{
	max-width: 1480px !important;
	margin-top: auto;
	margin-bottom: auto;
	pointer-events: all !important;
	font-family: var(--wp--preset--font-family--montserrat);
}

#homepage-top-slider .sale-container .inner, #page-hero .sale-container .inner{
	padding: 65px !important;
	background-color: #A05EB5;
	color: #fff;
}

#homepage-top-slider .sale-container .inner h2, #page-hero .sale-container .inner h2, .page-specials .sale-container .inner h2{
	font-size: 3.2rem !important;
	font-weight: 400 !important;
	margin-bottom: 15px;
	color: #fff !important;
	text-shadow: none !important;
}

#homepage-top-slider .sale-container .inner .sale-dates, #page-hero .sale-container .inner .sale-dates, .page-specials .sale-container .inner .sale-dates{
	font-size: 1.8rem !important;
	margin-bottom: 5px;
	font-weight: 900;
	color: #24135F !important;
	text-shadow: none !important;
}

#homepage-top-slider .sale-container .inner p, #page-hero .sale-container .inner p, .page-specials .sale-container .inner p{
	font-size: 1.3rem;
	text-shadow: none !important;
}

#homepage-top-slider .sale-container .inner .button, #page-hero .sale-container .inner .button, .page-specials .sale-container .inner .button{
	font-family: var(--wp--preset--font-family--lato) !important;
	text-shadow: none !important;
	background-color: #CC8A00 !important;
	color: #fff;
	font-weight: 400;
}

#homepage-top-slider .sale-container .inner .button:after, #page-hero .sale-container .inner .button:after, .page-specials .sale-container .inner .button:after{
	background-color: #CC8A00 !important;
}

#homepage-top-slider .sale-container .inner .button:hover, #page-hero .sale-container .inner .button:hover, .page-specials .sale-container .inner .button:hover{
	background-color: #24135F !important;
}

#homepage-top-slider .sale-container .inner .button:hover:after, #page-hero .sale-container .inner .button:hover:after, .page-specials .sale-container .inner .button:hover:after{
	background-color: #24135F !important;
	margin-left: 2px !important;
	transform: none !important;
}

@media(max-width: 1380px){
	#page-hero .sale-container .inner h2{
		font-size: 2.6rem !important;
	}

	#page-hero .sale-container .inner .sale-dates{
		font-size: 1.5rem !important;
	}
}

@media(max-width: 991px){
	#page-hero .sale-container{
		flex-direction: column;
		justify-content: flex-end;
    	align-items: flex-start;
	}
}

@media (max-width: 991px){
	#homepage-top-slider .sale-container,  #page-hero .sale-container, .page-specials .sale-container{
		margin-top: 175px !important;
		width: 100% !important;
		padding: 0px 35px !important;
	}

	#home #homepage-top-slider .sale-container .inner,  #page-hero .sale-container .inner, .page-specials .sale-container .inner{
		padding: 40px !important;
		width: 100% !important;
	}

	#homepage-top-slider .sale-container .inner h2, #page-hero .sale-container .inner h2, .page-specials .sale-container .inner h2{
		font-size: 2.5rem !important;
	}

	#homepage-top-slider .sale-container .inner .sale-dates, #page-hero .sale-container .inner .sale-dates, .page-specials .sale-container .inner .sale-dates{
		font-size: 1.5rem !important;
	}

	#homepage-top-slider .sale-container .inner p, #page-hero .sale-container .inner p,	.page-specials .sale-container .inner p{
		font-size: 1.1rem !important;
	}
}

@media (max-width: 767px){
	#homepage-top-slider .sale-container, #page-hero .sale-container, .page-specials .sale-container{
		margin-top: 150px !important;
	}

	#homepage-top-slider .sale-container .inner, #page-hero .sale-container .inner, .page-specials .sale-container .inner{
		padding: 30px !important;
	}

	#homepage-top-slider .sale-container .inner h2, #page-hero .sale-container .inner h2, .page-specials .sale-container .inner h2{
		font-size: 2.2rem !important;
	}

	#homepage-top-slider .sale-container .inner .sale-dates, #page-hero .sale-container .inner .sale-dates, .page-specials .sale-container .inner .sale-dates{
		font-size: 1.3rem !important;
	}

	#homepage-top-slider .sale-container .inner p, #page-hero .sale-container .inner p, .page-specials .sale-container .inner p{
		font-size: 1rem !important;
	}
}

@media (max-width: 500px){
	#homepage-top-slider .sale-container .inner h2, #page-hero .sale-container .inner h2, .page-specials .sale-container .inner h2{
		font-size: 1.8rem !important;
	}

	#homepage-top-slider .sale-container .inner .sale-dates, #page-hero .sale-container .inner .sale-dates, .page-specials .sale-container .inner .sale-dates{
		font-size: 1.1rem !important;
	}

	#homepage-top-slider .sale-container .inner p, #page-hero .sale-container .inner p, .page-specials .sale-container .inner p{
		font-size: 0.9rem !important;
	}
}


/* Newsletter Popup */

#newsletter-popup{
    position:fixed;
    top:0;
    right:0;
    bottom:0;
    left:0;
    background-color:rgba(9,10,28,0.88);
    display:flex;
    justify-content:center;
    align-items:center;
    transition:0.25s ease-in all;
    z-index:9999999999999;
}

#newsletter-popup.closed{
    visibility:hidden;
    opacity:0
}
#newsletter-popup.open{
    visibility:visible;
    opacity:1
}
#newsletter-popup .newsletter-popup-close{
    color: #fff;
		font-size: 13px;
		margin-bottom: 5px;
	display: block;
	width: 35px;
	white-space: nowrap;
	cursor: pointer;
}

#newsletter-popup .newsletter-popup-bg{
    position:absolute;
    top:0;
    right:0;
    bottom:0;
    left:0;
    z-index:2
		cursor: pointer;
}

#newsletter-popup .newsletter-popup-inner{
    position:relative;
    z-index:4;
    min-width:380px;
    width:75vw;
		max-width: 1100px;
    margin:0px auto;
}

#newsletter-popup .inner{
	padding: 0;
	background-color: #fff !important;
	border-radius: 0px;
}

#newsletter-popup .inner .col-md-4{
	background-size: cover;
	background-repeat: none;
	background-position: center center;
}

#newsletter-popup .inner .col-md-8{
	padding: 45px 30px;
}

#newsletter-popup .inner form input{
	background-color: #ededed;
	border-radius: 0px;
	border: none;
}

#newsletter-popup .inner form label{
	font-size: 16px;
}

#newsletter-popup .newsletter-heading{
	color: #CC8A00 !important;
	text-transform: uppercase;
	font-size: 1.2rem;
	letter-spacing: 0.1em;
	margin-bottom: 15px;
}

#newsletter-popup .inner h2{
	color: #000;
	width: 75%;
	margin-bottom: 10px;
}

#newsletter-popup .wpforms-field-layout{
	margin-bottom: 0px;
}

#newsletter-popup .wpforms-submit-container{
	padding-top: 0px;
}

#newsletter-popup form .wpforms-submit{
	background-color: #CC8A00;
}

#newsletter-popup form .wpforms-submit:hover{
	opacity: 0.6;
}


#newsletter-popup form .wpforms-submit:after{
	display: none;
}

#newsletter-popup .newsletter-heading:before{
	content: '';
	display: inline-block;
	width: 45px;
	height: 2px;
	margin-right: 15px;
	line-height: 1;
	vertical-align: middle;
	background-color: #CC8A00;
}

@media(max-width: 767px){
	#newsletter-popup{
		padding-top: 45px;
		overflow: auto;
		align-items: flex-start;
	}
	
	#newsletter-popup .newsletter-popup-inner{
		max-width: 95vw !important;
		width: 80vw;
		min-width: 0px !important;
	}
	
	#newsletter-popup .inner .col-md-4{
		display: none;
	}
	
	#newsletter-popup .newsletter-heading{
		font-size: 15px;
		line-height: 1.4;
	}
	
	#newsletter-popup h2{
		font-size: 1.5rem;
		width: 100% !important;
	}
	
	#newsletter-popup .inner{
		line-height: 1.2;
	}
	
	#newsletter-popup .inner .col-md-8{
		padding: 15px 30px!important;
	}
	
	#newsletter-popup .inner .wpforms-field{
		margin-bottom: 0px !important;
	}
	
	#newsletter-popup .inner label{
		font-size: 0.8rem !important;
	}
}


/* New Specials */

/* Specials - new layout */

/* show 'sale-banner-desktop' on desktop and 'sale-banner-mobile' on mobile */
.sale-banner-desktop {
	display: block;
}

.sale-banner-mobile {
	display: none;
}

@media (max-width: 767px) {
	.sale-banner-desktop {
		display: none;
	}

	.sale-banner-mobile {
		display: block;
	}
}

#page.page-specials{
	margin-top: 200px;
	margin-bottom: 80px;
}

@media(max-width: 1200px){
	#page.page-specials{
		margin-top: 180px;
	}
}

@media(max-width: 991px){
	#page.page-specials{
		margin-top: 120px;
	}
	
	.page-specials .filter-sidebar-wrap{
		order: -1 !important;
	}
}

.page-specials .container{
	max-width: 1600px !important;
}

.page-specials #special-filter-sidebar{
	margin-top: 27px;
	padding: 20px;
	background: #f5f5f5;
	border-radius: 4px;
}

.page-specials #special-filter-sidebar h2{
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 8px;
	margin-top: 30px;
}

.page-specials #special-filter-sidebar h2:first-of-type{
	margin-top: 0px;
}

.page-specials #special-filter-sidebar .special-type{
	font-weight: 400;
	font-size: 13px;
	margin-left: 8px;
	cursor: pointer;
	margin-bottom: 2px;
}

.page-specials #special-filter-sidebar .special-type:before{
	content: "— ";
}

.page-specials #special-filter-sidebar .special-type.active{
	font-weight: 800;
}

.page-specials #special-filter-sidebar .special-reset{
	display: none;
	font-weight: 800;
	font-size: 13px;
	margin-left: 0px;
	cursor: pointer;
	margin-top: 16px;
}

.page-specials #special-filter-sidebar .special-reset.active{
	display: block;
}

.page-specials .product-special{
	background-color: #fff !important;
	text-align: center;
	padding: 15px 20px 25px 20px !important;
	border-radius: 4px;
	border: 1px solid #ededed;
	display: flex;
	align-items: center;
	flex-direction: column;
}

@media(min-width: 1300px){
	.page-specials .product-special{
		min-height: 570px;
	}
}

@media(max-width: 1299px){
	.page-specials .product-special{
		min-height: 470px;
	}
}

.page-specials .product-special >.button{
	margin-top: auto !important;
	width: calc(100% - 40px) !important;
	margin-right: 45px;
	margin-left: 0px;
}

.page-specials .product-special .sold-out{
	top: 60px !important;
	right: 0px !important;
	height: 90px !important;
	pointer-events: none;
}

.page-specials .product-special .on-clearance{
	top: 40px !important;
	right: 0px !important;
	height: 90px !important;
	width: 110px !important;
	pointer-events: none;
}

.page-specials .product-special .in-stock{
	top: 85px !important;
	right: 0px !important;
	height: 90px !important;
	width: 110px !important;
	pointer-events: none;
}

.page-specials .product-special .at-outlet{
	top: 130px !important;
	right: 0px !important;
	width: 110px !important;
	height: 90px !important;
	pointer-events: none;
}

.page-specials .product-special .product-type{
	font-size: 9px !important;
}

.page-specials .product-special h3{
	text-transform: none !important;
	font-size: 22px !important;
}

.page-specials .product-special .special-regular-price{
	font-size: 13px !important;
}

.page-specials .product-special .img-wrap{
	position: relative;
	display: block;
	width: 100%;
}

.page-specials .product-special .button{
	font-size: 12px;
	font-weight: 600;
	margin-top: 10px;
	padding: 7px 16px;
	letter-spacing: 1px;
}

.page-specials .product-special img{
	margin-bottom: 15px !important;
	width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
}

/* Specials Single */

body.single-special #special{
	margin-top: 200px;
	margin-bottom: 80px;
}

@media(max-width: 1200px){
	body.single-special #special{
		margin-top: 180px;
	}
}

@media(max-width: 991px){
	body.single-special #special{
		margin-top: 120px;
	}
}

#special .product-special{
	margin-bottom: 45px;
}

#special .product-special .img-popup{
	position: relative;
	display: block;
}

#special .product-special .img-popup img{
	width: 100% !important;
  aspect-ratio: 1/1;
  object-fit: cover;
	border: 3px solid #fff;
	height: 100%;
}


#special .product-special .sold-out{
	z-index: 2;
	width: 200px;
	height: 120px;
	position: absolute;
	top: 20px;
	right: -30px;
	background-image: url('/wp-content/themes/nufloors/assets/specialsoldout.png');
	background-size: contain;
	background-position: bottom center;
	background-repeat: no-repeat;
}

#special .product-special .on-clearance{
	z-index: 2;
	width: 160px;
	height: 80px;
	position: absolute;
	top: 20px;
	right: -30px;
	background-image: url('/wp-content/themes/nufloors/assets/specialclearance.png');
	background-size: contain;
	background-position: bottom center;
	background-repeat: no-repeat;
}

#special .product-special .in-stock{
	z-index: 2;
	width: 160px;
	height: 80px;
	position: absolute;
	top: 70px;
	right: -30px;
	background-image: url('/wp-content/themes/nufloors/assets/specialinstock.png');
	background-size: contain;
	background-position: bottom center;
	background-repeat: no-repeat;
}

#special .product-special .new-in-stock{
	z-index: 2;
	width: 160px;
	height: 80px;
	position: absolute;
	top: 70px;
	right: -30px;
	background-image: url('/wp-content/themes/nufloors/assets/new-in-stock.png');
	background-size: contain;
	background-position: bottom center;
	background-repeat: no-repeat;
}

#special .product-special .special-other{
	z-index: 2;
	width: 160px;
	height: 80px;
	position: absolute;
	top: 120px;
	right: -30px;
	font-size: 17px;
	letter-spacing: -0.5px;
	text-transform: uppercase;
	font-weight: 600;
	color: #fff;
	text-decoration: none;
	transform: rotate(-20deg);
	display: flex;
	justify-content: center;
	align-items: center;
}

#special .product-special .special-other:before{
	content: '';
	display: block;
	background-image: url('/wp-content/themes/nufloors/assets/specialother.png');
	background-size: contain;
	background-position: bottom center;
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
	transform: rotate(20deg) translateY(4px);
	position: absolute;
	z-index: -1;
}

#special .product-special .at-outlet{
	z-index: 2;
	width: 160px;
	height: 80px;
	position: absolute;
	top: 120px;
	right: -30px;
	background-image: url('/wp-content/themes/nufloors/assets/outlet-store.png');
	background-size: contain;
	background-position: bottom center;
	background-repeat: no-repeat;
}

#special .product-special .product-gallery{
	display: flex;
}

#special .product-special .product-gallery img{
	border: 3px solid #fff;
}

#special .product-special h3 {
  color: #A05EB5;
  font-weight: 500;
  font-size: calc(1.295rem + 0.54vw);
  margin-bottom: 25px;
}

#special .product-special .product-type {
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.05rem;
  color: #2D3189;
  font-size: 0.7rem;
}

#special .product-special .limited-quantity{
	display: block;
	color: red;
	font-weight: 600;
	font-size: 1rem;
}

#special .product-special .special-sale-price{
	color: red;
	font-weight: 700;
	font-size: 1.6rem;
}

#special .product-special .special-regular-price{
	color: #808080;
	font-weight: 300;
	display: block;
}

#special .product-special .special-regular-price span{
	display: inline;
}

#special .product-special .special-description{
	margin-top: 15px !important;
	margin-bottom: 25px;
	display: block;
}

/* RoomVo Homepage */


#homepage-visualizer{
	padding: 60px 0;
background-color: #f5f5f5;
}

#homepage-visualizer img{
	margin-bottom: 0px;
}

#homepage-visualizer .row{
	align-items: center;
	justify-content: space-between;
}

@media(max-width: 767px){
	#homepage-visualizer{
		text-align: center;
	}
	
	#homepage-visualizer .button{
		margin: 20px auto;
	}
#homepage-visualizer img{
	max-width: 300px;
	margin: 0px auto 30px auto
}
}

#homepage-visualizer h3.subtitle{
	color: #00A3E0;
	text-transform: uppercase;
	font-size: 1.1rem;
	letter-spacing: 0.25rem;
}

#homepage-visualizer h2{
	color: #24135F;
}

#homepage-visualizer .button{
	display: block;
	width: 320px;
	margin-top: 30px;
}

/* RoomVo link */

.roomvo-link{
	position: fixed;
	top: 185px;
  	right: 25px;
	z-index: 4;
	transition: 0.2s all ease-in-out;
	cursor: pointer;
}

.roomvo-link:before{
	position: absolute;
	content: 'See our products in your space';
	display: block;
	font-size: 15px;
	line-height: 1.2;
	font-weight: 700;
	width: 160px;
	padding: 5px 29px 5px 15px;
	color: #fff;
	overflow-wrap: break-word;
	right: 74%;
	bottom: 8px;
	border-radius: 5px;
	border: 1px solid rgb(0, 0, 0);
	background: rgb(51, 51, 51);
	z-index: -1;
}

.roomvo-link img{
	border: 2px solid #666;
	border-radius: 50%;
}

.roomvo-link:hover{
	opacity: 0.8;
}

@media(max-width: 991px){
	#home .roomvo-link, #page .roomvo-link{
		display: none;
	}

	.roomvo-link.mobile{
		display: block !important;
		position: relative !important;
		bottom: 0 !important;
		left: 0 !important;
		top: auto;
    	right: auto;
		margin-top: 15px;
	}

	.roomvo-link.mobile:before{
		bottom: 14px !important;
		left: 67px !important;
		right: auto !important;
	}
}

@media(min-width: 992px){
	.roomvo-link.mobile{
		display: none !important;
	}
}

/* Homepage video takeover */

#homepage-video-hero{
	width: 100%;
	aspect-ratio: 1.78 / 1;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	overflow: hidden;
	margin-bottom: -115px;
	background-color: #000;
}

#homepage-video-hero::after {
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.35);
	z-index: 3;
  }

#homepage-video-hero #background-video{
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	z-index: 2;
}

#homepage-video-hero .inner{
	position: absolute;
	z-index: 4;
	text-align: center;
	padding: 40px;
	margin: 10px auto;
	max-width: 100% !important;
	width: 100% !important;
	transition: 0.3s all ease-in-out;
}

#homepage-video-hero .inner.closed{
	transform: translateY(-80px);
	opacity: 0;
}

#homepage-video-hero .inner h2{
	color: #fff;
	font-size: 3.8em;
	font-weight: 600;
}

#homepage-video-hero .inner button{
	color: #fff;
	font-size: 1.5em;
	font-weight: 500;
}

#homepage-video-hero #takeover-video-popup{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 9;
	background-color: #000;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	opacity: 0;
	visibility: hidden;
	transition: 0.9s all ease-in-out;
}

#homepage-video-hero #takeover-video-popup.open{
	opacity: 1;
	visibility: visible;
}

@media (max-width: 991px){
	#homepage-video-hero{
		margin-top: 85px !important;
		margin-bottom: -85px !important;
	}

	#homepage-video-hero .inner h2{
		font-size: 2.6rem;
	}
}

@media (max-width: 700px){
	#homepage-video-hero{
		margin-top: 85px !important;
	}

	#homepage-video-hero .inner h2{
		font-size: 2.1rem;
	}

	#homepage-video-hero .inner button{
		font-size: 1.2em;
	}
}

@media (max-width: 550px){
	#homepage-video-hero{
		margin-top: 85px !important;
	}

	#homepage-video-hero .inner h2{
		font-size: 1.8rem;
		margin-bottom: 15px;
	}

	#homepage-video-hero .inner button{
		font-size: 1em;
	}

	#homepage-video-hero .inner p{
		margin-bottom: 0px;
	}
}

@media (max-width: 430px){
	#homepage-video-hero{
		margin-top: 85px !important;
	}

	#homepage-video-hero .inner h2{
		font-size: 1.4rem;
		margin-bottom: 10px;
	}

	#homepage-video-hero .inner button{
		font-size: 0.9em;
	}

	#homepage-video-hero .inner p{
		margin-bottom: 0px;
	}
}


/* Pinterest & Other sharing icons */

.pinterest-wrap, figure, .inspiration-grid .inspiration-item .inner, .gallery-item .inner{
	position: relative;
}

span[data-pin-log="button_pinit_bookmarklet"] {
	position: absolute;
	z-index: 9;
	top: 5px;
	left: 5px;
}

/* span[data-pin-log="button_pinit_bookmarklet"]{
	display: none !important;
} */


/* "Proudly Canadian" Image Styling */

.proudly-canadian-desktop{
	padding-left: 20px;
}

.proudly-canadian-desktop img{
	width: 133px;
}

.proudly-canadian-mobile{
	padding-left: 20px;
	padding-top: 0px;
	padding-bottom: 20px;
}

.proudly-canadian-mobile img{
	width: 133px;
}

footer .proudly-canadian{
	padding-left: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
}

footer .proudly-canadian img{
	width: 133px;
	margin: 0px auto;
}

@media (max-width: 991px) {
	#footer > .container > .row .col-12 {
		margin-bottom: 10px;
	}
}

@media(max-width: 991px){
	.proudly-canadian-desktop{
		display: none;
	}

	.proudly-canadian-mobile{
		display: block;
	}
}

@media(min-width: 992px){
	.proudly-canadian-mobile{
		display: none;
	}
}

.extend-right {
    width: 50vw;
    margin-left: 0;
    margin-right: calc(-50vw + 50%);
    max-width: none;
}

.extend-right-precise {
    position: relative;
    width: calc(100vw - 50%);
    margin-right: calc(-100vw + 100%);
    max-width: none;
}


.extend-right-container {
    width: calc(50vw + 200px); 
    margin-right: calc(-50vw + 50% - 200px);
    max-width: none;
}


@media (max-width: 781px) {
    .extend-right,
    .extend-right-alt {
        position: static;
        right: auto;
        margin-right: 0;
        width: 100%;
        transform: none;
    }
}

/* Free Estimate Form - New Styles */

.wpforms-container.free-estimate-form form input, .wpforms-container.free-estimate-form form textarea{
	border: 1px solid #B6B6B6;
	box-shadow: 0px 4px 4px 0px #0000000A;
	background: #F9F9F9;
	color: #5C5C5C;
	padding: 10px 23px;
	border-radius: 8px;
}

.wpforms-container.free-estimate-form form select{
	border: 1px solid #B6B6B6;
	box-shadow: 0px 4px 4px 0px #0000000A;
	background: #F9F9F9;
	color: #5C5C5C;
	padding: 14px 23px;
	border-radius: 8px;
}

.wpforms-container.free-estimate-form form .wpforms-field-select option:disabled {
    color: #B6B6B6;
}

.wpforms-container.free-estimate-form form .wpforms-field >label{
	font-size: 1.1rem;
	font-weight: 400;
	color: #5C5C5C;
	margin-bottom: 10px;
	display: block;
}

.wpforms-container.free-estimate-form form .wpforms-field{
	padding: 0px !important;
}

.wpforms-container.free-estimate-form form input::placeholder,
.wpforms-container.free-estimate-form form textarea::placeholder,
.wpforms-container.free-estimate-form form select::placeholder {
	color: #5C5C5C;
}

.wpforms-container.free-estimate-form form .wpforms-submit {
	padding: 15px 25px;
	width: calc(100% - 45px);
}

/* ensure the after element has its content flex centered */
.wpforms-container.free-estimate-form form .wpforms-submit:after {
	display: flex;
	justify-content: center;
	align-items: center;
}

/* New search page styles */
.search-tabs {
	margin-bottom: 30px;
}

.tab-nav {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-bottom: 20px;
}

.tab-button {
	background: none;
	border: none;
	padding: 12px 4px;
	cursor: pointer;
	font-size: 1.4rem;
	color: #666;
	border-bottom: 3px solid transparent;
	transition: all 0.3s ease;
	font-weight: 600;
	margin-right: 10px;
}

.tab-button .count {
	font-size: 1.15rem;
	font-weight: 200;
}

.tab-button:hover {
	color: #333;
	background-color: #f5f5f5;
}

.tab-button.active {
	color: #333;
	border-bottom-color: #007cba;
}

.tab-pane {
	display: none;
}

.tab-pane.active {
	display: block;
}

.results-section {
	padding-top: 20px;
	margin-bottom: 40px;
	border-bottom: 1px solid #ddd;
	padding-bottom: 0px;
}

.results-section:last-child {
	margin-bottom: 0;
}

.section-heading {
	font-size: 1.3rem;
	font-weight: 400;
	margin-bottom: 20px;
	padding-bottom: 10px;
	color: #333;
}

#blog .tab-content article h2 a {
	font-size: 1.4rem;
	margin-bottom: 10px;
	font-weight: 400;
	color: #333 !important;
	text-decoration: underline;
}

#blog .tab-content article h2 a:hover {
	color: #1b1b1b !important;
}

#blog .tab-content article .inner {
	display: flex;
	flex-direction: row !important;
	gap: 20px;
	margin-bottom: 20px;
	border-top: none !important;
}

#blog .tab-content article .blog-img-col {
	flex: 0 0 150px;
	width: 150px;
	height: 150px;
}

#blog .tab-content article .blog-img-col img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

#blog .tab-content article .blog-content-col {
	flex: 1;
}

@media (max-width: 768px) {
	.tab-nav {
		flex-direction: column;
	}

	.tab-button {
		text-align: left;
		width: 100%;
	}

	.section-heading {
		font-size: 20px;
	}
}