body,html {height:100%;}
body {background:#e9e9e9; color:#191919; font-family: 'Open Sans', sans-serif; font-weight:400; padding: 0; margin:0; margin-top: 120px;}
p {font-family: 'Open Sans', sans-serif; line-height:1.8em; font-size:1.125em;}
b, strong {font-weight:bold;}
em {font-style:italic;}
hr{opacity:.5; clear:both;}
hr.thick {
    border-top: 4px solid #ccc;
}
img {
    max-width: 100%;
    height: auto;
}
/*a {color:#5f5754;}
a:hover {color:#000;}*/
.btn {font-family: 'Open Sans', sans-serif; text-transform:uppercase; font-weight:400; border-radius:0;}
.btn-group-lg>.btn, .btn-lg {font-size: 1.5rem; padding: 8px 20px;}

.btn-border {
    color: inherit;
    border: 3px solid #fff;
}
.btn-border:hover {background:#fff; color:#000; border-color:#fff;}

.btn-yellow {background:#f7f405; color:#0c6fde;}
.btn-yellow:hover {background:#f9bc04; color:#fff;}

.btn-green {background:#4b9225; color:#fff;}
.btn-green:hover {background:#3c761e; color:#fff;}

.btn-red {background:#c5001e; color:#fff;}
.btn-red:hover {background:#000; color:#fff;}

.btn-outline-red {background:transparent; border: 2px solid #c5001e; color:#c5001e;}
.btn-outline-red:hover {background:#c5001e; color:#fff;}

.btn-brown {background:#5f5754; color:#fff;}
.btn-brown:hover {background:#3e3836; color:#fff;}

.btn-black {background:#000; color:#ff0;}
.btn-black:hover {background:#fff; color:#000;}

.btn-arrow {background:#fff url(images/arrow.png) no-repeat center right; background-size:contain; color:#2b5fac; padding: 6px 45px 6px 12px; border:0;}
.btn-arrow:hover {background:#2b5fac url(images/arrow-hover.png) no-repeat center right; background-size:contain; padding: 6px 45px 6px 12px; color:#fff;}

.roomvo-stimr.btn {border-radius:4px; font-size:0.9em; width:90%; white-space: normal; line-height: 1em; padding: .5rem .75rem;}
.single-product .roomvo-stimr.btn {width:auto;}

.btn-gold a {
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    border-radius: 0;
    display: inline-block;
    white-space: nowrap;
    padding: .75rem 3.25rem;
    font-size: 1.5rem;
    line-height: 1.5;
    background: #FDF2B3;
    background: linear-gradient(135deg, rgba(185,171,132,1) 1%,rgba(253,242,179,1) 30%,rgba(151,133,92,1) 60%,rgba(253,242,179,1) 80%,rgba(78,60,36,1) 100%);
    border-radius:100px;
    color:#333;
    transition:all 0.2s ease-in-out;
}

.btn-gold a:hover {
    background: rgb(78,60,36);
    background: linear-gradient(135deg,  rgba(135,121,82,1) 1%,rgba(203,192,129,1) 30%,rgba(101,83,42,1) 60%,rgba(203,192,129,1) 80%,rgba(28,10,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    color:#fff;
    text-decoration:none;
    transform:scale(1.05);
}

/*.btn-slant {transform: skew(-20deg);}*/

pre {
    white-space: normal;       /* Since CSS 2.1 */
    white-space: -moz-normal;  /* Mozilla, since 1999 */
    white-space: -normal;      /* Opera 4-6 */
    white-space: -o-normal;    /* Opera 7 */
    word-wrap: break-word;       /* Internet Explorer 5.5+ */
    font-size:inherit;
}

.bg-red {background:#c5001e;}
.bg-blue {background:#1dafed;}
.bg-green {background:#4b9225;}
.bg-black {background:#000;}
.bg-gray {background:#a4a3a3;}
.bg-white {background:#fff;}
.bg-brown {background:#5f5754;}
.bg-gradient {
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#e5e5e5+0,a0a0a0+39,d6d6d6+73,7a7a7a+100 */
background: #e5e5e5; /* Old browsers */
background: -moz-linear-gradient(left,  #e5e5e5 0%, #a0a0a0 39%, #d6d6d6 73%, #7a7a7a 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  #e5e5e5 0%,#a0a0a0 39%,#d6d6d6 73%,#7a7a7a 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  #e5e5e5 0%,#a0a0a0 39%,#d6d6d6 73%,#7a7a7a 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e5e5', endColorstr='#7a7a7a',GradientType=1 ); /* IE6-9 */
}

.bg-gradient-gold {
background: #FDF2B3;
background: linear-gradient(to right,  rgba(185,171,132,1) 1%,rgba(253,242,179,1) 30%,rgba(151,133,92,1) 60%,rgba(253,242,179,1) 80%,rgba(78,60,36,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

}

section ul {margin-left:30px; list-style:disc;}

.img-border {border: 2px solid #ccc;}

.form-control {border-radius:0;}

.font-open-sans, .font-open-sans * {font-family:'Open Sans', sans-serif;}

/****** Universal styles ******/
h1,h2,h3,h4,h5,h6 {font-family:'Open Sans', sans-serif; font-weight: 400; line-height:1em; color:#191919;}
/*h1 {font-size:4em;}
h2 {font-size:2.75em;}
h3 {font-size:2.4em;}
h4 {font-size:2em;}*/
h1 span.small {font-weight:400; font-style:initial; letter-spacing:0.1em; font-size:30%;}

.home h3 {font-size: 2.5em;}

h2.slogan {letter-spacing:0.2em; color:#fff; padding:0; margin:0; font-size:3.5em;}

.black{color:#000;}
.red a {color:#ed2124;}
.red.btn {color:#fff;}
span.red {color:#ed2124;}

h5 {color:#777;margin-top:20px;}

.upper {text-transform:uppercase; line-height:0.9em;}

.bg-blue {background:#fff;}
.bg-blue.entry-title {padding: 30px 0; text-align:center;}
.bg-blue h1 {color:#191919;}
.bg-blue h1:after {content:''; display:block; height:4px; background:#191919; width:100px; margin: 10px auto;}


.clr {clear:both; height:10px;}
.clrMid {clear:both; height:50px;}

.edit-link {
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 99999999;
}

.grayscale img {
	-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
	opacity:0.5;
}
.grayscale img:hover {
	-webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
    filter: grayscale(0%);
	opacity:1;
}

.entry-content ul {list-style:disc; margin-left:30px;}
.entry-content ol {list-style:decimal; margin-left:30px;}
.entry-content #primary.widget-area ul.sid, .entry-content ul.brandCats {margin-left:0;}

.entry-content ul.half li {width: 50%; float:left;}
.entry-content ul.thirds li {width: 33%; float:left;}
.entry-content ul.fourths li {width: 25%; float:left;}

.entry-content ul.pagination, .entry-content ul.accordion, .entry-content ul.list-unstyled, .entry-content ul.wp-block-gallery {margin:0; list-style:none;}

.gallery.card-columns {margin:0; list-style:none;}
.gallery.card-columns figure {margin:0;}

.bar-header {font-weight:bold;}

.round, .btn-round {border-radius:1000px;}

.panel-heading {font-size:1em; font-family:'Open Sans', sans-serif;}

.panel.panel-white {border-radius:0; border:2px solid #2b5fac; margin: 10px;}
.panel.panel-white .panel-body {padding: 35px 25px;}

.line-below:after {content:''; display:block; width:120px; margin:20px auto 20px; border-bottom: 5px solid #ccc;}

.row.collapse {
    display: block;
margin:0;
}

.row.collapse .col-sm-4 {
    padding: 0;
}

.home .row.collapse {border: 2px solid #fff;}
.home .row.collapse img {border: 2px solid #fff;}

.float-right {
    float: right;
    background: #f9f9f9;
    padding: 20px;
    border-radius: 4px;
    border: 1px solid #ddd;
}


.white-text>* {color:#fff;}
.white-text span.small {color:#ddd;}



#sidebar .card {margin-bottom: 15px; overflow:hidden;}
#sidebar .card .card-body {padding:0;}
#sidebar .card ul {margin:0; list-style:none;}
#sidebar .card ul li a {display:block; padding: 10px 10px 10px 20px; background:#fff;border-bottom: 1px solid #ddd;}
#sidebar .card ul li:last-child a {border-bottom: 0;}
#sidebar .card ul li a:hover {text-decoration:none; background:#f9f9f9;}

.card * {font-family:'Open Sans', sans-serif;}

ul.leaders {margin-left:0; width:400px; max-width:100%; list-style:none;}

ul.leaders li { clear: both; }

ul.leaders li span:first-child {
	float: left;
	padding: 0 .4em 0 0;
	margin: 0;
}
ul.leaders li span + span {
	float: right;
	padding: 0 0 0 .4em;
	margin: 0;
}

ul.leaders li:after {
	content: "";
	display: block;
	overflow: hidden;
	height: 1.1em;
	border-bottom: 2px dotted;
}

a.facebook {color:#4469B0;}
a.facebook:hover {color:#333;}
a.twitter {color:#1EB7EE;}
a.twitter:hover {color:#333;}
a.linkedin {color:#1277B2;}
a.linkedin:hover {color:#333;}
a.linkedin {color:#1277B2;}
a.linkedin:hover {color:#333;}
a.youtube {color:#DA4F46;}
a.youtube:hover {color:#333;}
a.instagram {color:#D11488;}
a.instagram:hover {color:#333;}





/****** SECTIONS ******/

#logo {
    position: relative;
    width: 250px;
    height: 80px;
    top: 0;
	z-index:2;
	background:url(images/Harris-Flooring-Group-Small-main.png) no-repeat center center; 
	background-size:contain;
	transition: 0.5s all ease-in-out;
}


header {
    padding: 20px 0;
    position: relative;
    width: 100%;
    background: #fff;
    box-shadow: 0 0 30px rgba(0,0,0,0.15);
	transition: 0.5s padding ease-in-out;
}

header .bg-black {padding: 5px 0;}
header .social {font-size:1.5em;}
header .social a, header .toplinks a.norm {color:#fff;}
header .social a:hover, header .toplinks a.norm:hover {color:#000;}

header .mega-menu-wrap li.bold a {font-weight:bold !important;}

header.fixed-top, .fixed-top {
    position: fixed !important;
    width: 100% !important;
    top: 0;
    z-index: 999;
}

header.addBG {padding:10px 0;}

header.addBG #logo {
    width: 160px;
    height:50px;
}

.metaslider {
    max-width: 100%;
    overflow: hidden;
}


header #searchform input {
  position: relative;
  width: 100%;
  height: 40px;
  padding: 6px;
}
header #searchform input:focus {
  position: absolute;
  width: 680px;
  right: 15px;
	top:0;
	z-index:2;
}

.woo_btns {
    margin-left: 1em;
	min-width:75px
}

.woo_btns a {
    margin-left: 0.5em;
    font-size: 1.2em;
	color:#136583;
}

@media (max-width:768px) {
	#searchform {flex-grow:1;}
}




section{padding-top:100px; padding-bottom:100px; overflow:hidden;}

section.tight {padding: 40px 0 40px;}

section.shadow {position:relative; box-shadow: 0 .75rem .75rem rgba(0,0,0,.15) !important;}

section.front {
padding: 0;
	background:#000 url(images/interior-design-showroom.jpg) no-repeat center center fixed; background-size:cover;
	color:#fff;
}

section.front h1 {
    font-size: 3em;
    color: #fff;
}

section.front p {font-family:'Open Sans', sans-serif;}

section.front .btn {text-shadow:none; margin-top:20px;}

.home .metaslider .flexslider {margin:0;}

.home .metaslider .flex-control-nav {bottom:25px;}

section.ec_product_page, section.ec_product_details_page {padding:0;}

section#bottom-slogan {padding: 20px 0; font-size:2em; font-weight:bold; letter-spacing: 0.2em; color:#4E4E4E; text-transform:uppercase;}
section#top-slogan {padding: 20px 0; font-size:2em; font-weight:bold; letter-spacing: 0.2em; color:#4E4E4E; text-transform:uppercase;}
#top-slogan h1 {margin:0; padding:0; font-weight:bold; letter-spacing: 0.2em; color:#4E4E4E;}

.term-laura-ashley-lvt-planks #top-slogan {
	background: #2D2022;
}

.term-laura-ashley-lvt-planks {background: #F2EBE8;}

.term-laura-ashley-lvt-planks #top-slogan h1 {color: #fff;}


.box {background:#000 no-repeat center bottom; background-size:cover; text-align:center; padding: 20px; height:400px; display:flex; cursor:pointer; border:4px solid #4E4E4E; transition: all 0.5s ease-in-out;}
.box:hover { border:4px solid #a4a3a3; box-shadow: 0 10px 20px rgba(0,0,0,0.3);}
.box h2 {color:#fff; font-size:2em; align-self: flex-end; flex-grow:1; text-shadow: 0 0 4px rgba(0,0,0,0.5);}



section.custom-header {background:#5f5754; background-position:center center; background-size:initial; background-repeat:no-repeat;}

section.custom-header h1 {color:#fff; text-align:center;}



.dealer-list a {border:2px solid #ddd; display:block; opacity:0.8;}
.dealer-list a:hover {opacity:1;}


section.homeSection h2 {margin-top:140px; font-size:2.5em;}

section.homeSection .summary {padding: 0 50px;}


#testimonials .strong-view.modern .testimonial-content {
    width: 400px;
    margin: 0 auto;
    max-width: 100%;
}

#testimonials .strong-view.modern .testimonial-inner p {
	font-size:1.3em;
}




.pricing .recommended, .pricing .best {
	margin-top: -24px;
}
.pricing .recommended .recommended-title {
	color:#fff;
	text-align:center;
}

.pricing .best .best-title {
	color:#fff;
	text-align:center;
}

.pricing ul li {
    border-top: 1px solid #eee;
    line-height: 2.5em;
}

.pricing ul li:last-child {
    border-bottom: 1px solid #eee;
}

.pricing h2 small {font-size:50%;}

.pricing .btn {background:#ccc; color:#000;}
.pricing .btn:hover {background:#000; color:#fff;}

.pricing .btn-warning {background:#ffc107; color:#000;}
.pricing .btn-warning:hover {background:#000; color:#fff;}


.menu-top-menu-container {width:370px; max-width:100%; float:right;}



header #menu-top-menu {margin-top:10px; margin-bottom:15px;}
header #menu-top-menu li {border-right:1px solid #fff;}
header #menu-top-menu li:last-child {border-right:0;}
header #menu-top-menu li a {color:#fff; padding: 10px 15px; font-size:0.85em;}
header #menu-top-menu li a:hover {color:#ccc;}


/*********** Background Video Styles ***************/
.vidbcg {
position:absolute;
top:0px;
right:0px;
z-index:-1;
height:100%;
width:100%;
overflow:hidden;
	background:#000;
}

#videobcg { 
     position: absolute;
     top: 0px;
     right: 0px;
     min-width: 100%;
     min-height: 100%;
     width: 100%;
     height: auto;
     z-index: -2;
     overflow: hidden;
}



section#footer-widgets {padding: 50px 0 30px; background:#000; color:#fff;}

#footer-widgets .title {
    font-family: 'Open Sans', sans-serif;
    font-weight: 800;
    line-height: 1.3em;
    color: #fff;
    font-size: 1.5rem;
    margin-bottom: 15px;
}

#footer-widgets ul {margin:0;}

#footer-widgets ul li {list-style:none;}

#footer-widgets .post-date {
    display: block;
    font-size: 0.8em;
    font-style: italic;
    color: #ccc;
}

#footer-widgets a {color:#fff;}
#footer-widgets a:hover {color:#ccc;}


.frontfeatured {background:#eeeeee; border-bottom:6px solid #56c5d0; margin-top:15px;}
.frontfeatured .featimg {background-size:cover; background-position:center center; height:240px;}
.frontfeatured .summary {padding: 30px 30px 20px;}
.frontfeatured a {color:#337374;}
.frontfeatured a:hover {color:#222;}
.frontfeatured a.btn {color:#fff;}


section.hero {padding:120px 0 80px; background-size:cover; background-position: center center;}
section.hero h1 {color:#000; text-transform:uppercase;} 
section.hero h1 strong {
    font-size: 117%;
}
section.hero .inner-bg {background:rgba(255,255,255,0.75); padding:20px; width:530px; max-width:100%; margin:0 auto 30px;}

section.cat_hero {padding:120px 0; min-height: 400px; background:#000 center center; background-size:cover;}



section.newsletter {background:#ce0d15; color:#fff; padding: 40px 0 25px;}
section.newsletter h3 {color:#fff;}
section.newsletter form {margin-top:15px;}
section.newsletter form input[type=text] {background:transparent; border-radius:0; border: 2px solid #fff;}
section.newsletter form input[type=text]::placeholder {color:#f9f9f9; font-size:90%; font-style:italic;}
section.newsletter form .btn {border:2px solid #fff;}
section.newsletter form .btn:hover {border:2px solid #000; background:#000; color:#fff;}


section.slick-slider {padding:0;}




section.blog .container {margin: 50px auto;}



section.ins img {margin: 10px;}


.plan .col-sm-4 {margin-top:-84px; z-index:2;}

.plan-line {
border: 2px solid #0c6fde;
    width: 70%;
    margin: 0 auto;
    margin-top: 84px;
 z-index:2;
}

.featSection {background:#f5f5f5; border: 1px solid #aaa; padding: 10px; margin: 15px 0;}
.featSection .icon {width:100px; height:100px; margin:15px auto; color:#fff; line-height:100px; font-size:3em;}
.featSection h2 {font-size:1.1em;}





/****** Intro / Trainer Section, includes header/navigation *****/
.navbar {margin-bottom:0; margin-top:20px;}
a.navbar-brand {margin-top:4px;}
.navbar-brand > img {
    display: inline-block;
max-height: 45px;
}
.kanji{margin-top:-3px;}
ul#menu-main-menu {
    margin-top: 6px;
}
.nav-pills a {border:1px solid transparent;}
.nav-pills>li.active>a.btn{background-color: #fff;color:#333;}
.nav a, .nav a:link {color: #9f9f9f;}
.nav a.btn {color:#000; margin-left:10px;}
.nav a:hover, .nav a:focus {color: #000;}
.nav-pills>li.active>a, .nav-pills>li.active>a:hover, .nav-pills>li.active>a:focus, .nav-pills>li.current-menu-item>a {background-color: #00A6CF; color: #fff;}

header .head-top .nav a {color:#fff; padding: 6px 15px;}
header .head-top .nav > li > a:focus, header .head-top .nav > li > a:hover {color:#333;}

.navbar-collapse {padding:0;}
.navbar {min-height:10px; border:0px;}
.navbar .nav a, .navbar .nav a:link {color:#888; font-size:1em; text-transform:uppercase; padding: 12px 8px; margin:0 5px;}
.navbar-nav>li>a {margin: 0 10px;}
.navbar .nav .dropdown-menu>li>a {padding:6px 15px;}
.navbar .nav>li>a:focus, .navbar .nav>li>a:hover {color:#007AA8; background:#fff;}
.navbar-nav>li>.dropdown-menu {border:0;}

.navbar .nav .dropdown-menu a, .navbar .nav .dropdown-menu a:link {margin:0;}

.dropdown-menu>.active>a {background-color: #fff; color:#666;}
.dropdown-menu>.active>a:hover {background-color:#eee; color:#333;}

.navbar-toggle .icon-bar {background: #27418e;	}

#mega-menu-wrap-top-menu {clear:none; float:right;}

/****** Location / Address / Map section *****/
.map::before {
    position: absolute;
    top: 50%;
    left:50%;
    color:#000;
    font-size:50px;
    margin-left:-25px;
    margin-top:-50px;
    text-shadow:0px 0px 20px #fff;
    font-family: 'fontfit';
    content: "\e608";
  }
.add {background-color: rgba(0,0,0,.7);
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0,0,0,1)), to(rgba(0,0,0,0.7)));
	background: -webkit-linear-gradient(top, rgba(0,0,0,0.7), rgba(0,0,0,1));
	background: -moz-linear-gradient(top, rgba(0,0,0,0.7), rgba(0,0,0,1));
	background: -ms-linear-gradient(top, rgba(0,0,0,0.7), rgba(0,0,0,1));
	background: -o-linear-gradient(top, rgba(0,0,0,0.7), rgba(0,0,0,1));
  padding-top:10px; padding-bottom:0px; }
p.move{margin-top:650px;margin-bottom:10px;}
.map p small {background-color:rgba(255,255,255,.7);text-shadow: 0 -1px 0 rgba(255,255,255,1);}



/****** Inverted (light on dark) buttons ******/
.btn-invert {
  color: #fff;
  background-color: #000;
  border-color: #222;
}
.btn-invert:hover,
.btn-invert:focus,
.btn-invert:active,
.btn-invert.active,
.open > .dropdown-toggle.btn-invert {
  color: #e6e6e6;
  background-color: #333;
  border-color: #111;
}
.btn-invert:active,
.btn-invert.active,
.open > .dropdown-toggle.btn-invert {
  background-image: none;
}
.btn-invert.disabled,
.btn-invert[disabled],
fieldset[disabled] .btn-invert,
.btn-invert.disabled:hover,
.btn-invert[disabled]:hover,
fieldset[disabled] .btn-invert:hover,
.btn-invert.disabled:focus,
.btn-invert[disabled]:focus,
fieldset[disabled] .btn-invert:focus,
.btn-invert.disabled:active,
.btn-invert[disabled]:active,
fieldset[disabled] .btn-invert:active,
.btn-invert.disabled.active,
.btn-invert[disabled].active,
fieldset[disabled] .btn-invert.active {
  background-color: #ccc;
  border-color: #000;
}
.btn-invert .badge {
  color: #333;
  background-color: #fff;
}


/****** Form Styling ******/
#searchform {margin-bottom:0px; }
#sidebar #searchform {margin-bottom:15px;}


/****** Blog Style ******/
.customDate {
    position: absolute;
    z-index: 1;
    background: #fff;
    padding: 10px 15px;
border:1px solid #ccc;
border-left:none;
border-top:none;
}

.customDate span.day {
    display: block;
    font-size: 2em;
    font-weight: 800;
    margin: 0;
    padding: 0;
    text-align: center;
    line-height: 1em;
}
.customDate span.up {font-weight:400; font-size: 0.5em; vertical-align: super;}

.customDate span.month {
    display: block;
    text-align: center;
text-transform:uppercase;
color:#ccc;
}

.date {color:#ccc;}




/****** Footer Styles ******/
footer {padding: 50px 0 40px; background: #fff;}
footer i {font-size:1.5em; margin:4px;}

footer .title {
    line-height: 1.4em;
    font-size: 1.3em;
    font-weight:bold;
    font-family: 'Open Sans', sans-serif;
}

footer hr {border-color:#fff;}


footer #connect {margin-top:30px; padding: 0 15px;}

footer #connect h4 {
    line-height: 1.4em;
    font-size: 1.3em;
    font-weight:bold;
    margin:0;
    padding:0;
}

footer #foot {
    background: rgba(0,0,0,0.5);
    padding: 35px 0;
}

footer #foot h4 {
    color: #fff;
    line-height: 1.4em;
    font-size: 1em;
    margin-top: 5px;
}

footer #foot .icon {
    font-size: 2em;
    color:#fff;
}

#menu-footer {
    width: 100%;
    margin: 4px 0 20px;
}

#menu-footer a {
    color:#5f5754;
}
#menu-footer a:hover {
    color:#fff;
}


footer input.newsletter {
    height: 47px;
    border:0;
}

footer form input.arrow {
    
    width: 47px;
    height: 47px;
    background: #fff url(images/arrow.png) no-repeat center center;
    border: none;
    cursor: pointer;
}



#menu-quicklinks {padding-bottom:15px; margin-left:0px;}
#menu-quicklinks li {display:inline-block; margin:0;}
#menu-quicklinks li:after {content:' | '; color:#fff; }
#menu-quicklinks li:last-child:after {content:'';}
#menu-quicklinks li a {color:#fff; padding:0px 8px 0px; font-weight:bold;}
#menu-quicklinks li a:hover {color:#ccc;}





#mainSearch {position:fixed; width:100%; height:100%; z-index:9999; background:#fff; top:0; left:0;}
#mainSearch .inner {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
}
#mainSearch .inner .title {font-family: 'Open Sans', sans-serif; font-size:2.5em; color:#191919; margin-bottom: 30px;}

#mainSearch .closeBtn {
    position: absolute;
    top: 10px;
    right: 20px;
    font-size: 2em;
    font-family: 'Open Sans', sans-serif;
    font-weight:600;
    z-index:9;
}
#mainSearch .closeBtn a { color:#ccc; }
#mainSearch .closeBtn a:hover {color:#333; text-decoration:none;}


#brands .brcs_slider_brands.slick-slider {
    padding: 0 40px;
}

#brands img {
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
    opacity:0.3;
}
#brands img:hover {
    -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
    filter: grayscale(0%);
    opacity:1;
}




/****** Services Accordion Styles ******/
.panel-default {overflow:hidden;}
ul.custom-accordion {
    list-style: none;
    margin: 0;
}

ul.custom-accordion .sub-menu {
    list-style: none;
    margin:0;
}

ul.custom-accordion li {background: #fff;}

ul.custom-accordion li a {
    padding: 8px 8px 8px 18px;
    border-bottom: 1px solid #ddd;
display:block;
}

ul.custom-accordion > li:last-child a {border:0;}

ul.custom-accordion li a:hover {background:rgba(0,0,0,0.1);}

ul.custom-accordion li.current-menu-parent {background:#2ca4d0;}

ul.custom-accordion li.current-menu-parent > a {color:#fff;}

ul.custom-accordion li ul.sub-menu li a {padding-left:36px;}

ul.custom-accordion li.current-menu-item a {background:rgba(0,0,0,0.05);}







#primary.widget-area form h3 {font-size:1.1em; margin: 0 0 20px;}

.affix {
-moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.affix-menu {
    background: rgba(0,0,0,0.5);
    width: 100%;
    display: block;
    margin-top: -57px;
    text-align: center;
    font-size: 1.25em;
	color:#fff;
}

.affix-menu a {
    padding: 8px 16px;
    background: rgba(0,0,0,0.5);
    display: inline-block;
    color: #fff;
    margin: 15px 5px 0;
}
.affix-menu a:hover {color:#EAEA3F;}

#disclaimer {padding-top: 0px; padding-bottom: 25px; color:#888;}
#disclaimer hr {border-top: 2px solid #888;}



/******* WOOCOMMERCE CUSTOM STYLES ********/
.woocommerce span.onsale {
    width: 50px;
    height: 50px;
    background: #CC1320;
}
.woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3 {
    padding: 0 10px;
    margin: 0;
    text-transform:uppercase;
}
.woocommerce div.product p.price, .woocommerce div.product span.price {color:#CC1320; font-size: 1.75em;}

.woocommerce ul.products li.product .price {
    display: none;
}
.woocommerce ul.products li.product .out-of-stock {
    position: absolute;
    margin-top: -50px;
    left: 50%;
    transform: translateX(-50%);
    text-transform: uppercase;
    padding: .5em .75em;
}
.woocommerce ul.products li.product .price ins {font-weight:400;}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    border-radius: 6px;
    padding: 0;
    text-align: center;
    transition: all 0.3s ease;
    background: #fff;
    overflow: hidden;
    padding-bottom: 15px;
	box-shadow: 0 0 0 rgba(0,0,0,0);
}
.woocommerce ul.products li.product:hover, .woocommerce-page ul.products li.product:hover {
    box-shadow: 0 5px 15px rgba(0,0,0,0.25);
}
.woocommerce .woocommerce-breadcrumb {width: 1140px; margin: 0 auto 25px; max-width:100%; border-bottom: 2px solid #666; padding-bottom: 15px;}
.woocommerce .woocommerce-breadcrumb, .woocommerce .woocommerce-breadcrumb a {
    color: #666;
}

.woocommerce .woocommerce-breadcrumb span {
    padding: 0 5px;
}
.woocommerce div.product p.price ins, .woocommerce div.product span.price ins {
    text-decoration: none;
}


.mg-brand-wrapper.mg-brand-wrapper-product a {
    color: #000;
    text-transform: uppercase;
    border: 1px solid #000;
    padding: 0 8px;
    margin-bottom: 15px;
    display: inline-block;
}

.mg-brand-wrapper.mg-brand-wrapper-product a:hover {
    color: #fff;
    background:#000;
    text-decoration:none;
}

.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
    background:#000;
    font-family:'Open Sans', sans-serif; font-weight: 400;
    text-transform:uppercase;
    border-radius:6px;
    padding: 0.8em 1.5em;
    line-height:1em;
}
.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
    background:#666;
}
.woocommerce .quantity .qty {
    line-height: 36px;
}

.woocommerce a:not(.btn) {
    color:#136583;
}
.woocommerce a:hover:not(.btn) {
    color:#0a465b;
}

.woocommerce ul.products li.product .button {
    background: #000;
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 0.9em;
    border-radius: 4px;
	width:90%;
}

.woocommerce ul.products li.product .button:hover {
	background:#666;
}

.woocommerce table.shop_attributes th {
    width: 30%;
}

.woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span {
    background: #fff;
}

.entry-content .category-buttons {list-style:none; margin:30px 0 50px; display:flex; text-align: center; justify-content: center; flex-wrap:wrap;}
.entry-content .category-buttons li {margin:7px;}
.entry-content .category-buttons a {background:#5f5754; color:#fff; padding: 0.5rem 1.25rem; border-radius:1000px; display: inline-block; font-size:0.94em;}
.entry-content .category-buttons a:hover {background:#3e3836; color:#fff; text-decoration:none;}

.product_meta > span {
    display: block;
}
/*
.product_meta > span {
    display: inline-block;
    border: 1px solid #000;
    padding: 0 6px;
    margin: 4px 2px 2px 0;
    color: #000;
    text-transform: uppercase;
    font-size: 0.9em;
}

.product_meta > span a {
    color: #CC1320;
}
*/
.woocommerce-tabs h2 {
    display:none;
}

.woocommerce .flex-viewport {
    border-radius: 8px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {margin-bottom:0;}

.woocommerce div.product .woocommerce-tabs .panel {
    margin: 0;
    padding: 0;
    border: 1px solid #ccc;
        border-top-width: 1px;
        border-top-style: solid;
        border-top-color: rgb(204, 204, 204);
    border-top: 0;
    padding: 25px;
    background:#fff;
}

.woocommerce div.product form.cart .variations td.value {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0.5em;
}td.value {}

.woocommerce div.product form.cart .variations td.value select {
    flex-grow: 1;
}

.woocommerce #content div.product .woocommerce-tabs, .woocommerce div.product .woocommerce-tabs, .woocommerce-page #content div.product .woocommerce-tabs, .woocommerce-page div.product .woocommerce-tabs {
    margin-bottom:30px;
}

.woocommerce #review_form #respond .form-submit input {text-transform:uppercase; font-family:'Open Sans', sans-serif; font-weight: 400; font-size: 1.2em;}

.woocommerce div.product form.cart .variations select option {
    font-size:1em;
    background:#fff;
    color:#666;
}
.woocommerce div.product form.cart .variations select {
-webkit-appearance: none;
    -moz-appearance: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -webkit-padding-end: 20px;
    -moz-padding-end: 20px;
    -webkit-padding-start: 2px;
    -moz-padding-start: 2px;
    background-color: #fff;
    background-image: url(images/select-arrow.png);
    background-position: center right;
    background-repeat: no-repeat;
    border: 1px solid #000;
    border-radius: 0px;
    color: #000;
    font-size: 14px;
    font-family:'Open Sans', sans-serif; font-weight: 400;
    text-transform:uppercase;
    margin: 0;
    overflow: hidden;
    padding: 5px 10px;
    text-overflow: ellipsis;
    white-space: nowrap;
}


.woocommerce div.product form.cart .variations label {
    color: #000;
    line-height: 40px;
    margin-bottom: 0;
}

.woocommerce nav.woocommerce-pagination {margin-bottom:25px;}

.woocommerce div.product .quantity {
  display: inline-flex;
  align-items: center;
  margin-right:0.6em;
}

.woocommerce div.product .quantity .plus,
.woocommerce div.product .quantity .minus {
  background: #000;
  color: #fff;
  height: 42px;
  width: 36px;
  font-size: 1.2em;
  cursor: pointer;
  user-select: none;
  line-height: 1;
}

.woocommerce div.product .quantity .minus {
    -webkit-border-top-left-radius: 6px;
    -webkit-border-bottom-left-radius: 6px;
    -moz-border-radius-topleft: 6px;
    -moz-border-radius-bottomleft: 6px;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}

.woocommerce div.product .quantity .plus {
    -webkit-border-top-right-radius: 6px;
    -webkit-border-bottom-right-radius: 6px;
    -moz-border-radius-topright: 6px;
    -moz-border-radius-bottomright: 6px;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}

.woocommerce div.product .quantity input.qty {
  text-align: center;
  max-width: 60px;
  margin: 0;
  border:0;
  height:42px;
  text-align:center;
}

.woocommerce div.product form.cart .button {
    margin-left:0.4em;
}

.woocommerce-variation.single_variation {
    margin-bottom: 1em;
}

.woocommerce .quantity input.qty::-webkit-outer-spin-button,
.woocommerce .quantity input.qty::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
.woocommerce .quantity input.qty[type=number] {
  -moz-appearance: textfield;
}

.woocommerce div.product div.images .flex-control-thumbs {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0.5em;
  margin-top: 1em; /* optional spacing from main image */
}

.woocommerce div.product div.images .flex-control-thumbs li {
  aspect-ratio: 1 / 1;
  overflow: hidden;
  border-radius: 0.5em;
  width: 100%;
  float: none;
}

.woocommerce div.product div.images .flex-control-thumbs li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0.5em;
  transition: transform 0.2s ease;
}

.woocommerce-shop #shop_breadcrumbs {
	display:none;
}

.woocommerce div.product div.images .flex-control-thumbs li:hover img {
  transform: scale(1.05);
}

@media (max-width: 1024px) {
  .woocommerce div.product div.images .flex-control-thumbs {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (max-width: 768px) {
  .woocommerce div.product div.images .flex-control-thumbs {
    grid-template-columns: repeat(3, 1fr);
  }
}


.woosq-popup p {
    font-size: 0.8em;
}

.woocommerce .woosq-popup p.price {
    font-size: 1em !important;
}

.woosq-popup h1 {
    font-size: 1.75em;
}
.woosq-popup .woocommerce-product-details__short-description {
    overflow-y: scroll;
    max-height: 36%;
    margin-bottom: 1em;
}

.woosq-popup .product_meta {
    font-size: 0.8em;
}

.woocommerce ul.products li.product button.woosq-btn {
    position: absolute;
    top: 8px;
    right: 8px;
    width: 35px;
    height: 35px;
    border: 0;
    border-radius: 100px;
    line-height: 35px;
    -webkit-appearance: none;
    cursor: pointer;
    justify-content: center;
    opacity:0;
    transition:0.3s opacity ease-in-out;
}

.woocommerce ul.products li.product:hover button.woosq-btn {
    opacity:1;
}

.ec_price_container_type1, .ec_details_price {display:none !important;}

#searchFrm {width: 320px; float:right;}
#searchBtn {float:right;}
#searchFrm .form-group {margin:0;}

.aws-container .aws-search-field {

    height: 44px;
    width: 100%;
    color: #313131;
    padding: 6px 12px;
    line-height: 30px;
    display: block;
    font-size: 12px;
    position: relative;
    z-index: 2;
    background: #fff;
        background-color: rgb(255, 255, 255);
    -webkit-appearance: none;
    border: 5px solid #CC1320;
}

.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1, .woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
-webkit-box-flex: initial;
-ms-flex: initial;
flex: initial;
max-width: initial;
}

.wc_num_items {
    position: absolute;
font-size: 0.55em;
background: #fff;
color: #CC1320;
width: 16px;
height: 16px;
text-align: center;
line-height: 13px;
border-radius: 100px;
right: 11px;
border: 1px solid #CC1320;
font-weight: bold;
top: -3px;
}

nav.woocommerce-MyAccount-navigation ul,nav.woocommerce-MyAccount-navigation ul li {
    list-style: none;
    margin: 0;
    padding: 0;
}

nav.woocommerce-MyAccount-navigation ul li a {
    display: block;
    padding: 4px 8px;
    color: #000;
}

nav.woocommerce-MyAccount-navigation ul li a:hover {
    background: #000;
    color: #fff;
    text-decoration: none;
}

nav.woocommerce-MyAccount-navigation ul {
    border: 2px solid #000;
    text-transform: uppercase;
}

nav.woocommerce-MyAccount-navigation ul li {
    border-bottom: 2px solid #000;
}

nav.woocommerce-MyAccount-navigation ul li:last-child {
    border-bottom: 0;
}

nav.woocommerce-MyAccount-navigation ul li.is-active a {
    background: #c00;
    color:#fff;
}

.woocommerce-account .woocommerce-MyAccount-navigation {
    float: left;
    width: 25%;
}   

.woocommerce-account .woocommerce-MyAccount-content {
    float: right;
    width: 72%;
}


.woocommerce form.checkout .form-row {
	column-gap: 1em;
    justify-content: space-between;
}

.woocommerce form.checkout .woocommerce-input-wrapper {
    flex-grow: 1;
}

.woocommerce form.checkout .form-row::after, .woocommerce form.checkout .form-row::before, .woocommerce-page form.checkout .form-row::after, .woocommerce-page form.checkout .form-row::before {
	display:none;
}

.woocommerce form.checkout .form-row.notes {
	column-gap:0em;
}

.woocommerce form.checkout .form-row.notes label {
	width:100%;
}

.woocommerce form.checkout .form-row label {
	width:170px;
	max-width:100%;
}

.woocommerce form.checkout .form-row .screen-reader-text {
	position:relative !important;
}


.woocommerce .cart .quantity {
    display: flex;
}

.woocommerce .cart .quantity button {
    border: 1px solid #000;
    background: #000;
    color: #fff;
    border-radius: 0;
	outline:none;
	cursor:pointer;
}

.woocommerce .cart .quantity button.minus, .woocommerce .cart .quantity button.minus:active, .woocommerce .cart .quantity button.minus:hover, .woocommerce .cart .quantity button.minus:focus {
    border-radius: 0;
    -webkit-border-top-left-radius: 6px;
    -webkit-border-bottom-left-radius: 6px;
    -moz-border-radius-topleft: 6px;
    -moz-border-radius-bottomleft: 6px;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    margin-right: -1px;
}

.woocommerce .cart .quantity button.plus, .woocommerce .cart .quantity button.plus:active, .woocommerce .cart .quantity button.plus:hover, .woocommerce .cart .quantity button.plus:focus {
    border-radius: 0;
    -webkit-border-top-right-radius: 6px;
    -webkit-border-bottom-right-radius: 6px;
    -moz-border-radius-topright: 6px;
    -moz-border-radius-bottomright: 6px;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    margin-left: -1px;
}

.woocommerce table, 
.woocommerce form.checkout_coupon, 
.woocommerce form.login, 
.woocommerce form.register {
    background: #fff;
}


/***** Woocommerce Mini Cart *****/
.mini_cart_row {clear:both; border-bottom: 1px solid #ddd; padding-bottom:4px; margin-bottom: 4px; font-size: 0.9em;}
.mini_cart_empty {
    padding: 5px 15px;
}

.mini_cart_image {
    width: 50px;
    border: 1px solid #000;
    margin: 0 4px;
    float: left;
}

.mini_cart_info {
    min-height: 50px;
}

.mini_cart_price {
    display: inline-block;
}

.mini_cart_qty {
    display: inline-block;
}

.mini_cart_subtotal {
    text-align: right;
    padding: 0 12px 4px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 4px;
}

.mini_cart_cart {
    float: left;
    padding: 0 12px 4px;
}

.mini_cart_checkout {
    float: right;
    padding: 0 12px 4px;
}
.mini_cart_title {
display: block;
line-height: 1.3em;
}

.popover-body {padding: 4px 0;}
.popover-body ul {margin:0; min-width:150px;}
.popover-body ul li.heading {display:block; padding: 4px 10px; font-size:0.8em; color:#888;}
.popover-body ul li a {display:block; padding: 4px 10px; }
.popover-body ul li a:hover {text-decoration:none; background:#CC1320; color:#fff;}

.crp_related ul {

    margin: 0;
    list-style: none;

}
.crp_related ul li {

    display: inline-block;
    width: 233px;
    margin: 5px;
    vertical-align: top;

}
.crp_related ul li a {

    display: block;
    background: #fff;
    border: 1px solid #ddd;
    padding: 3px;
    text-align: center;
    min-height: 220px;

}


a.indentline:after {
    content: '';
    display: inline-block;
    float: left;
    width: 90px;
    height: 23px;
}


ol.tribe-list-widget {
    list-style: none;
    margin: 0;
}

ol.tribe-list-widget h4 {
    font-size: 1em;
    margin: 0;
}

ol.tribe-list-widget li {
    margin-bottom: 15px;
}


.scroll_text {
    background: #f9f9f9;
    padding: 25px;
    border: 1px solid #ddd;
    height: 300px;
    overflow: scroll;
}



iframe#hostedfield-frame-1, 
iframe#hostedfield-frame-2, 
iframe#hostedfield-frame-3 {
    height: 2em !important;
}

.woocommerce div.product form.cart table {background:transparent;}



.wpc-posts-found {
    display: none;
}

.wpc-filter-header {
    font-weight: bold;
}

.wpc-filters-section, 
.border-ccc {
    border-bottom: 1px solid #ccc;
}

.roomvo-container {
    display: none;
}

.roomvo-container:has(.roomvo-stimr[style*="visibility: visible"]) {
    display: block;
}




/****** Media Queries ******/
@media (min-width:1600px) {
	.d-xxl-block {
		display:block !important;
	}
}

@media (max-width:1272px) {
}

@media (max-width:1200px) {
	header.addBG #logo {
		width: 160px;
		height: 50px;
		top: 0px;
	}
	header {padding: 20px 0;}
	body {margin-top:80px;}
}

@media (max-width:992px) {
	section.front .trans {background:rgba(0,0,0,0.6); text-align:center;}
	h2.slogan {font-size:3em;}
}



@media (max-width:767px) {
.light-blue, .light-blue .text-right {text-align:center;}
	
	.container {max-width:100%;}
	footer, footer .text-right {text-align:center !important;}
	.featuredProducts .info {opacity:1;}
	
	header #searchform input {
      margin-top:15px;
    }
    header #searchform input:focus {
      position: relative;
      width: 100%;
      right: inherit;
    }
    
    h2.slogan {font-size:2em;}
    section#bottom-slogan {font-size:1.5em;}
    body {margin-top:145px;}
}


@media (max-width:600px){
	
	#logo, header.addBG #logo {width:200px; height:60px;}
}


@media (max-width:480px) {

footer p {line-height:1.4em;}
	
	
.btn-group-lg > .btn, .btn-lg {font-size:1.35rem;}
	
	section.front {padding: 0;}
	
	.trans-blue {padding: 100px 0;}
	
	section {
		padding: 60px 15px;
	}
	
	section.homeSection .summary {
		padding: 0 20px;
	}
	
	section.homeSection h2 {
		margin-top: 0px;
		font-size: 2.5em;
	}

section.newsletter form .btn {margin-bottom: 1rem;}

section.front-cta h2 {font-size:3em;}


#l, #r { width: auto; float:none; }
#l:before, #r:before { content: ""; width: 0px; height: 0px; float:none;}
#floatCenter { position: relative; top: 0px; left: 0; margin-left: 0px; }

#searchForm {width:320px; top: 30px;}

.woocommerce form .form-row-first, .woocommerce form .form-row-last, .woocommerce-page form .form-row-first, .woocommerce-page form .form-row-last {width:100%;}
	
	#featuredLinks a {margin: 20px 10px 0; display:block;}

}

@media (max-width:400px) {
	#logo, header.addBG #logo {width:170px; height:60px;}
}
