/*
Theme Name: btw
Theme URI: https://btw.ie
Author: btw
Author URI: https://btw.ie
Description: Our 2015 default theme is clean, blog-focused, and designed for clarity. Twenty Fifteen's simple, straightforward typography is readable on a wide variety of screen sizes, and suitable for multiple languages. We designed it using a mobile-first approach, meaning your content takes center-stage, regardless of whether your visitors arrive by smartphone, tablet, laptop, or desktop computer.
Version: 1.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

*/


/* ============================================================================================================================
== Bootstrap Overrides
** ============================================================================================================================ */
.row {
    margin-left: -10px;
    margin-right: -10px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12{
	padding-left: 10px;
    padding-right: 10px;
}

.heateor_sss_sharing_container{	margin-top: 30px;display: block;}


/* ============================
== YITH AJAX FILTER OVERRRIDES
** ============================ */

.yith-wcan-list.yith-wcan.categories > .yit-wcan-parent-terms.level-0{
	display: none;
}	

/* ============================================================================================================================
== ONEPRESS CONTENT UNLOCKER OVERRIDES
** ============================================================================================================================ */
.onp-sl {
    margin: 40px 0px;
}
.onp-sl-great-attractor .onp-sl-outer-wrap {
    margin: auto;
    border: 1px solid #00a78d;
    border-top:  1px solid #00a78d;
    border-radius: 2px;
    -moz-box-shadow: 0 2px 7px rgba(0,0,0,.17);
    box-shadow: 0 2px 7px rgba(0,0,0,.17);
    background: #fff;
    padding: 5px 0 0;
}
.onp-sl-great-attractor .onp-sl-button, .onp-sl-great-attractor .onp-sl-button:disabled {
    background-color: #4e555c;
		padding: 10px 10px;
		height: 50px;
		width: 29%;
		border-radius: 0;
		color: #d3d1c3;
		font-size: 14px;
		border: none;
		vertical-align: top;
		margin: 2px 0px 2px 0px;
		font-weight: 400;

    text-shadow: none;
    box-shadow: none;
    background: -moz-linear-gradient(top,#4e555c 0,#4e555c 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#4e555c),color-stop(100%,#4e555c));
    background: -webkit-linear-gradient(top,#4e555c 0,#4e555c 100%);
    background: -o-linear-gradient(top,#4e555c 0,#4e555c 100%);
    background: -ms-linear-gradient(top,#4e555c 0,#4e555c 100%);
    background: linear-gradient(to bottom,#4e555c 0,#4e555c 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4e555c', endColorstr='#4e555c', GradientType=0);
    cursor: pointer;
}

/* ============================================================================================================================
== GENERAL DESKTOP STYLES
** ============================================================================================================================ */

.oval {
   display:block;
   width: 126px;
   height: 180px;
   background-color: transparent;
   -webkit-border-radius: 63px 63px 63px 63px / 108px 108px 72px 72px;
   border-radius:        50%  50%  50%  50%  / 60%   60%   40%  40%;
  overflow: hidden;
}
.oval img{
	height: 100%;
	width: auto;
	max-width: none;
}
.ovalgraphics{position: relative;}
.ovalgraphics .overlay {
    position: relative;
    z-index: 9;
    top: 0;
    left: 0;
}
.ovalgraphics{overflow: hidden;max-width: 500px;max-height: 400px;}
.ovalgraphics .slideshow img{
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	max-width: none;
	height:100%;
	width: auto;
}

body {
	font-family: 'Barlow', 'Helvetica', Arial, sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	padding-top: 0;
	font-size: 16px;
	line-height: 24px;
	color: #4e555c;
	font-weight: 500;
}

ul, ol {
padding-left:0px;
}


img {
	max-width: 100%;
}
p{
	color: #4e555c;
	margin-bottom: 15px;
}
a{
	transition: 0.2s all ease-in-out;
}
a:hover,a:focus,a:active{
	color: #aaaaaa;
	text-decoration: none;
	transition: 0.2s all ease-in-out;
}

h1,h2,h3,h4{font-family:'museo_slab500', Helvetica, Arial, sans-serif;margin-top: 10px;}
h1{
	font-size: 55px;
}

h2{
	font-size: 48px;
}

h3{
	font-size: 28px;
}

.breadcrumbs, .breadcrumbs a{
	font-size: 11px;
	color: #7d868c;
}

div{vertical-align: top;}

.center{text-align: center;}
.right{text-align: right;}
.f-right{float:right;}

hr{
	font-size: 0;
	border: 0;
}
hr.divider{
	height: 2px;
  color: #cdd0d2;
  background: #cdd0d2;
}

.hero{
	background-color: #ffffff;
	color: #ffffff;
	-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height: 540px;
  padding-top: 180px;
  background-position: center top;
  overflow: hidden;
  width:100%;
}

.hero.portfolio-landing-hero {
  height:560px;
	padding-top: 240px; 
}

.inner-banner.no-image .hero {
    height: 240px;
    padding-top: 80px;
}


.full-width-banner{
	height:575px;
}
.banner-overlay {
    background: rgba(102,112,118,.50);
    overflow: hidden;
    height: 100%;
    z-index: 2;
    padding-top: 110px;
}

.inner-banner{
	margin-bottom: 55px;
	position: relative;
}
.bg-light-grey{
	background-color:#f2f2f2;
}
.single-product-banner{
	margin-bottom: 50px;
	position: relative;
}
.single-product-banner .overlay{
	 position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,.20);
}
.hero product-single-banner{position: relative;}

.inner-banner .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,.20);
}
	
.no-margin-bottom{margin-bottom: 0 !important;}
.no-margin-top{margin-top: 0 !important;}
.no-padding-top{padding-top:0 !important;}
.margin-bottom-50{margin-bottom: 50px;}
.margin-bottom-30{margin-bottom: 30px;}
.margin-top-50{margin-top:50px;}
.margin-top-30{margin-top:30px;}

.show-on-mobile{display: none;}
.show-on-tablet-and-smaller{display: none;}

.da{
	font-family: 'din_medium_webfont', 'Barlow', Helvetica, Arial, sans-serif;
	font-style: normal;
	margin-left: 30px;
}
.cta-link-1{
	text-transform: uppercase;
	color:#4e555c;
	font-size: 15px;
	padding: 6px 0px;
	display: block;
	margin-bottom: 15px;
	letter-spacing: 1.4px;
	padding-left: 15px;
}
.cta-link-1 .da{
	margin-left: 30px;
}

.find-out-more{
	text-transform: uppercase;
	color: #4e555c;
}

.enquire-now-tab{
	position: fixed;
	right:0px;
	top:35%;
	z-index: 99999;
}
.enquire-now-tab a.call-us-now:hover{
	cursor: pointer;
}
.enquire-now-tab a.call-us-now{
	color: #ffffff;
	transform: rotate(270deg);
	transform-origin: right bottom 0;
	display: block;
	    padding: 10px 15px;
	background-color: #1c252e;
}


#enquire-now-tab{
  position: fixed;
  top: 55%;
  right: 0;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  transition-duration: 0.4s;
}
#slideout_inner {
  position: fixed;
  top: 20%;
  right: -25%;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  transition-duration: 0.4s;
  background-color: #ffffff;
  height:65vh;
  width:25%;
  padding: 20px;
  	
	-webkit-box-shadow: 1px 6px 18px 1px rgba(0,0,0,0.35);
	-moz-box-shadow: 1px 6px 18px 1px rgba(0,0,0,0.35);
	box-shadow: 1px 6px 18px 1px rgba(0,0,0,0.35);
	
	
}
#enquire-now-tab.active {
  right: 25%;
}
#enquire-now-tab.active #slideout_inner {
  right: 0;
}
.enquire-now-tab .showroom-contacts{
	padding: 15px;
}



.share{
	padding-left: 15px;
}
.share a{display: inline-block;margin-right: 10px;color: #bec2c4;}

.share.share-module a{display: none;}






/* --------------------------------------------------
 * Cookie banner
 ---------------------------------------------------- */
body.cookie header.btw-header{margin-top: 50px;}
body header.btw-header{margin-top: 0px;} 

.cookie-content {
  background: #00a78d;
  color: #fff;
  text-align: center;
  z-index: 205;
  position: fixed;
  font-size: 15px;
  line-height: 30px;
  width: 100%;
  padding: 10px 10px;
  height:auto;
  top:0;
  min-height: 50px;
  max-height: 80px;
  display: none;
}
.cookie-content p,
.cookie-content a {
    color: #fff;
    margin-bottom: 0;
}
 .cookie-content .cookie-close{
	background-color: #ffffff;
	color: #9ea5a8;
	border-radius:3px;
	padding: 5px 14px;
	margin-left: 15px;
}


/* ============================================================================================================================
== Header + Navigation
** ============================================================================================================================ */

header.btw-header{
	padding: 20px 0px 0px 0px;
	min-height: 140px;
	position: absolute;
	top:0;
	left:0;
	right:0;
	background: #ffffff;
	background: rgba(255,255,255, .85);
	font-size: 14px;	
	z-index: 99991;
	-webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  
}

.no-transparent header{
	position: relative;
	background: rgba(255,255,255,1.0);
}


header{
	/*background: rgba(200,200,200, 1) !important;*/
}

.header-container{position:relative;}

.header-container:after {
  content: "";
  display: table;
  clear: both;
}

/* ------------------------------------------ */
/* Mobile menu + jquery mmenu slideout plugin */

/*#menu{display: none;}*/

.menubutton,
.menubutton span {
  display: none;
}
.mm-panel {
    padding: 0 0px;
}
.mm-slideout { z-index:auto;}
.mm-menu {
    background: #1b252d;
    border-color: rgba(255,255,255,1);
    color: rgba(255,255,255,1);
    display: none;
}
.mm-listitem {
    padding: 8px 15px;
}
.mm-menu .mm-navbar a, .mm-menu .mm-navbar > * {
    color: rgba(255,255,255,1);
}
.mm-panel_has-navbar .mm-navbar {
    display: block;
    text-align: left;
    padding-left: 50px;
    background-color: #555555;
}
.mm-listitem .mm-btn_next {
    right: 20px;
}
.mm-panels > .mm-panel > .mm-navbar + .mm-listview {
    margin-top: 20px;
}
.mm-menu .mm-listview .mm-btn_next:after {
    border-color: rgba(255,255,255,1);
}
.mm-menu .mm-btn:after, .mm-menu .mm-btn:before {
    border-color: rgba(255,255,255,1);
}
.mm-menu .mm-listview a:not(.mm-btn_next) {
    -webkit-tap-highlight-color: #555555;
    tap-highlight-color: #555555;
}

.mm-listitem>a, .mm-listitem>span {
    white-space: nowrap;
    white-space: normal;
}

.megamenu .brochure-downloads a{
	text-transform: uppercase;
	font-size: 12px;
	line-height: 16px;
	display: inline-block;
	vertical-align: top;
	padding-top: 3px;
}
.megamenu .brochure-downloads img{
	height:auto;	
}

header.btw-header .navbar-brand {
	background: transparent;
	display: inline-block;
	height:auto;
	float:none;
	padding: 0;
	z-index: 2;	
	-webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
header.btw-header .navbar-brand img{ 
	width:100%;
	max-width: 230px;
	-webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
header.btw-header.shrink{
	padding: 5px 0px 0px 0px;
	min-height: 40px;	
	-webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  
  position: fixed;
  width:100%;
  
  background-color: #f2f2f2;
  
}
header.btw-header.shrink .navbar-brand img {
  width:140px;
}
header.btw-header.shrink .main-nav {
    margin-top: -5px;
}
header.btw-header.shrink .top-nav {
    margin-top: 5px;
}
header.btw-header.shrink .right.call-us{
	display: none;
}
header.btw-header.shrink .header-container {
    z-index: 999;
}

header .social-links li{
	display: inline-block;
	width: 25px;
	background-color: #7d838b;
	height:25px;
	border-radius: 50%;
	line-height: 25px;
	text-align: center;
	margin-right: 1px;
}
header .social-links li:hover{
	background-color:  #7d838b;
}
header .social-links li a{
	color: #ffffff;
	display: inline-block;
	line-height: 25px;
	font-size: 1em;
}

.burger-menu-icon{
	border: none;
	background-color: #ffffff;
	display: inline-block;
	padding-top: 20px;
	line-height: 100px;
}
.burger-menu-icon .icon-bar {
  background-color: #4e555c;
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
  margin-bottom: 3px;
}


/* -------------
NAVIGATION MENU
---------------*/
.navbar {
	margin-bottom: 0;
}
.navbar-default {
	border: 0;
	background-color: #ffffff;
}
.navbar-nav {
	float: none;
}

.main-nav{
	margin-top: 10px;
	float:none;
	width: 100%;
	position: relative;
	background-color:#f2f2f2;
}

.main-nav .navbar-nav > li{
	padding: 4px 30px;
	text-align: center;
	position: static;
}
.main-nav .navbar-nav > li:hover{
}

.main-nav ul.navbar-nav > li {
    position: static;
}

.main-nav .navbar-nav > li > a {
	padding: 7px 20px 4px 20px;
	font-size: 14px;
	line-height: 24px;
	color: #4e555c;
	text-transform: uppercase;
	display: inline-block;
}
.main-nav .navbar-nav > li:hover > a{
	color: #1c252e;
}

.main-nav .navbar-nav > li.showroom-locator a{
	border: 1px solid #bfc1c3;
}


.nav > li > a:hover, 
.nav > li > a:focus {
  text-decoration: none;
  background-color: transparent;
}



.navbar-nav.secondary-nav>li>a {
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 8px;
    padding-right: 8px;
}

.main-nav ul.navbar-nav {
	display:table;
	width:100%;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	
	position: relative;
}
.main-nav ul.navbar-nav > li {
   display:table-cell;
   float:none;
}

.main-nav ul.navbar-nav > li > div{
	padding: 25px;
	position: absolute;
	top: 55px;
	left: 0px;
	right: 0;
	z-index: 99999;
	vertical-align: top;
	min-height: 300px;	    
	opacity: 0;
	visibility: hidden;
	padding: 30px 25px 20px 25px;
	background-color: #ffffff;
	background: rgba(255,255,255, 1);
	
	-webkit-box-shadow: 1px 6px 18px 1px rgba(0,0,0,0.35);
	-moz-box-shadow: 1px 6px 18px 1px rgba(0,0,0,0.35);
	box-shadow: 1px 6px 18px 1px rgba(0,0,0,0.35);
	
}
				    
.main-nav ul.navbar-nav > li:hover > div {   
	visibility: visible;
	opacity: 1;			
	top:45px;	
	-webkit-transition: visibility 0.3s, opacity 0.3s linear, top 0.2s ease-in-out;
	-moz-transition: visibility 0.3s, opacity 0.3s linear, top 0.2s ease-in-out;
	-ms-transition: visibility 0.3s, opacity 0.3s linear, top 0.2s ease-in-out;
	-o-transition: visibility 0.3s, opacity 0.3s linear, top 0.2s ease-in-out;
	transition: visibility 0.3s, opacity 0.3s linear, top 0.2s ease-in-out;	
}


.main-nav .navbar-collapse  {
    white-space: normal;
}

.main-nav ul.navbar-nav ul.sub-menu{vertical-align: top;}
.main-nav ul.navbar-nav ul.sub-menu li {
    display: inline-block;
    float:left;
    list-style: none;
    vertical-align: top;
    margin-right: 35px;
    margin-bottom: 30px; 
    width: 160px;     
    text-align: left;
}
.main-nav ul.navbar-nav ul.sub-menu li:last-child{
	margin-right: 0;
}
.main-nav ul.navbar-nav ul.sub-menu > li > a{
	padding-bottom: 12px;
	display: block;
	word-wrap:break-word;
	font-size: 14px;
}
.main-nav ul.navbar-nav ul.sub-menu > li > ul > li > a{
	font-weight: normal;
}
.main-nav ul.navbar-nav ul.sub-menu > li > ul.children{
	padding-left: 0px;
}
.main-nav ul.navbar-nav ul.sub-menu li .children li{
	display: block;
	float: none;
	margin-bottom: 7px;
	line-height: 15px;
	font-size: 12px;
}

.main-nav ul.navbar-nav ul.sub-menu > li > a.titlelink {
    padding-bottom: 0px;
}

.main-nav ul.navbar-nav ul.sub-menu h5{
	text-transform: uppercase;
	color: #4e555c;
	margin-bottom: 10px;
	font-size: 15px;
}
.main-nav ul.navbar-nav ul.sub-menu > li > ul{
	margin-bottom: 25px;
	
}
.main-nav ul.navbar-nav ul.sub-menu > li a.view-more{
	text-transform: uppercase;
	color: #4e555c;
}
.main-nav ul.navbar-nav ul.sub-menu > li > ul > li > a{
	color:#686d72;
	font-size: 13px;
}
.main-nav ul.navbar-nav ul.sub-menu > li > ul > li > a:hover {
    color: #4e555c;
		text-decoration: underline;
}

.main-nav ul.navbar-nav ul.sub-menu .two_col{
	width:540px;
	margin-bottom: 0px;
}
.main-nav ul.navbar-nav ul.sub-menu .grey-panel{
		background-color: #f2f2f2;
		padding: 15px;
		margin-bottom: 10px;
		min-height: 210px;
}
.main-nav ul.navbar-nav ul.sub-menu .grey-panel h6{
	margin-top: 0;
}

.main-nav ul.navbar-nav ul.sub-menu .grey-panel p{
	line-height: 1.4em;
}
.main-nav ul.navbar-nav ul.sub-menu .grey-panel h4{
	line-height: 1.4em;
}


.main-nav ul.navbar-nav ul.sub-menu li ul.sub_cat_nav li {
    display: inline-block;
    float: left;
    list-style: none;
    vertical-align: top;
    margin-right: 1%;
    margin-bottom: 10px;
    width: 32%;
    text-align: left;
}
.main-nav ul.navbar-nav ul.sub-menu li ul.sub_cat_nav li img{
	margin-bottom: 4px;
}
.main-nav ul.navbar-nav ul.sub-menu li ul.sub_cat_nav li a{
	text-transform: uppercase;
	font-size: 14px;
  line-height: 20px;
  color: #4e555c;
  font-family: 'Barlow', Helvetica, Arial, sans-serif;
  font-weight: 500;
  display: inline-block;
}

/* END MAIN NAV */


.top-nav{
	position: relative; 
	float:right;
	vertical-align: top;
}
.top-nav .call-us{
	margin-bottom: 10px;
	color: #838990;
	font-size: 14px;
	letter-spacing: .6px;
}
.top-nav .call-us a{
    color: #838990;
}

.search-form{
	display: inline-block;
	padding-left: 20px;
	vertical-align: top;
}
.search-form .search-field.form-control.search-input{
 	display: inline-block;
  width: 200px;
  height: 30px;
  padding: 10px;
  font-size: 11px;
  color: #999;
  border-radius: 0px;
  border:none;
  -webkit-box-shadow:none;
  box-shadow: none;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
	background-color: #f1f1f1;
	text-indent: 10px;
}
.search-form .search-btn{
	margin-left: -30px;
	border:none;
	background-color: transparent;
	display: inline-block;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}


/* ============================================================================================================================
== WooCommerce overrides
** ============================================================================================================================ */
.woocommerce-info {
    border-top-color: #4e555c;
}
.woocommerce-info::before {
    color: #4e555c;
}
.woocommerce-message {
    border-top-color: #4e555c;
}
.woocommerce-message::before {
    color: #4e555c;
}

.woocommerce-account .woocommerce-MyAccount-navigation {
    width: 25%;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li{
	background-color: #f1f1f1;
	padding: 8px 12px;
	margin-bottom: 8px;
	list-style: none;
	display: block;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li:hover{
	background-color: #dddddd;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li a{
	color: #4e555c;
	display: block;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li a:hover{
	color: #4e555c;
}
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea{
	padding: 10px;
}


#wl-wrapper .wl-actions-table{
	display: none;
}
#wl-wrapper .wl-table .product-quantity, #wl-wrapper .wl-table .product-purchase{
	display: none;
}
.woocommerce table.cart .product-thumbnail img{
	height:100px;
	width:auto;
}

.woocommerce nav.woocommerce-pagination {
    text-align: center;
    margin-bottom: 50px;
}

/* ============================================================================================================================
== COMMON HERO
** ============================================================================================================================ */
.hero h1{
	max-width: 520px;
	font-size: 48px;
}
.hero p{
	font-size: 16px;
	line-height: 22px;
	font-family: 'Barlow', Helvetica, Arial, sans-serif;
	text-align: left;
	margin-bottom: 23px;
	color: #ffffff;
}
.hero p a{
	color: #ffffff;
	text-transform: uppercase;
	margin-left: 20px;
} 



/* ============================================================================================================================
== HOMEPAGE
** ============================================================================================================================ */

.home-hero{
  height: 720px;
  margin-bottom: 0px;
  padding-top: 300px;
  position: relative;
}
.home-hero h1{
	max-width: 45%;
	font-size: 70px;
}
.home-hero h2{
	font-size: 38px;
	line-height: 43px;
	font-family: 'Barlow', Helvetica, Arial, sans-serif;
	text-align: left;
	max-width: 45%;
	margin-bottom: 23px;
	color: #ffffff;
}
.home-hero p{
	font-size: 16px;
	line-height: 22px;
	font-family: 'Barlow', Helvetica, Arial, sans-serif;
	text-align: left;
	max-width: 50%;
	margin-bottom: 23px;
	color: #ffffff;
}
.home-hero p a{
	color: #ffffff;
	text-transform: uppercase;
} 

.home-hero .overlay{
	position: absolute;
	top:0;left:0;right:0;bottom:0;
	background: rgba(0,0,0,0.2);
}

.section_title{font-family:'museo_slab500', Helvetica, Arial, sans-serif;}


section.banner-bg-image{position: relative;z-index: 1;}
section.homepage-banner{margin-bottom: 0px;}

.home-hero .down-arrow{
	position: absolute;
	bottom:100px;
	left:50%;
	margin-left: -20px;
	width:45px;
	height:45px;
}



/* ------------------------------------------------------
== HOMEPAGE SWIPER.JS BANNER CAROUSEL SLIDER
** ------------------------------------------------------ */
.swiper-wrapper{
	padding-bottom: 0px;
}

.swiper-container {
  width: 100%;
}
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%;
    z-index: 999;
    height:20px;
}
.swiper-slide {
    height: 620px;
    margin-bottom: 35px;
}
.swiper-slide img {
    max-width: 100%;
    width:auto;
    height:100%;
}
.swiper-pagination-bullet {
    width: 12px;
    display: inline-block;
    border-radius: 6px;
    background: transparent;
    opacity: 1;
    height: 12px;
    background-color: transparent;
		border:1px solid #ffffff;
}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px;
    margin-top: -2px;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active{
	background: #ffffff;
	background-color: #ffffff;
}
.swiper-button-prev{
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%…19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    left: 0px;
    right: auto;
}
.swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%…2L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    right: 0px;
    left: auto;
}

.swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23cdd0d2'%2F%3E%3C%2Fsvg%3E") !important;
}

.swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23cdd0d2'%2F%3E%3C%2Fsvg%3E") !important;
}


/* ------------------------------------------------------
== SINGLE SWIPER.JS CAROUSEL SLIDER
** ------------------------------------------------------ */
.get_in_the_know_blog_image_gallery .swiper-wrapper{
	padding-bottom: 0px;
}
.get_in_the_know_blog_image_gallery.swiper-container {
  width: 100%;
}

.get_in_the_know_blog_image_gallery .swiper-container-horizontal > .swiper-pagination-bullets,
.get_in_the_know_blog_image_gallery .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%;
    z-index: 999;
    height:20px;
}
.get_in_the_know_blog_image_gallery .swiper-slide {
    height: 620px;
    margin-bottom: 35px;
    padding: 10px 50px;
}
.get_in_the_know_blog_image_gallery .swiper-pagination-bullet {
    width: 12px;
    display: inline-block;
    border-radius: 6px;
    background: #cdd0d2;
    opacity: 1;
    height: 12px;
    background-color: #cdd0d2;

}
.get_in_the_know_blog_image_gallery .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px;
    margin-top: -2px;
}
.get_in_the_know_blog_image_gallery .swiper-pagination-bullet.swiper-pagination-bullet-active{
	background: #4e555c;
	background-color: #4e555c;
}

.get_in_the_know_blog_image_gallery .swiper-slide {
   text-align: center;
}

.get_in_the_know_blog_image_gallery .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23cdd0d2'%2F%3E%3C%2Fsvg%3E") !important;
	left: 0px;
  right: auto;
}

.get_in_the_know_blog_image_gallery .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23cdd0d2'%2F%3E%3C%2Fsvg%3E") !important;
	right: 0px;
  left: auto;
}



/* ------------------------------------------------------
== THREE DOORMATS MAIN CATEGORIES
** ------------------------------------------------------ */
.three-doormats-main-categories{
	padding: 30px 0px 40px 0px;
}
.three-doormats-main-categories h3{
	margin-bottom: 20px;
	color: #4e555c;
}
.three-doormats-main-categories img{
	margin-bottom: 40px;
}

/* ------------------------------------------------------
== OUR BESTSELLERS & YOUR MUST HAVES
** ------------------------------------------------------ */
.bestselling-categories{
	background-color: #f2f2f2;
	padding: 30px 0px;
}
h6.section_title{
	text-transform: uppercase;
	color: #7b8189;
	font-family: 'Barlow', Helvetica, Arial, sans-serif;
	letter-spacing: 1.4px;
	font-size: 18px;
	margin-bottom: 25px;
}
.owl-carousel.owl-carousel-bestseller-icons .owl-item{
	text-align: center;
	text-transform: uppercase;
	color: #7b8189;
	font-size: 14px;
}
.owl-carousel.owl-carousel-bestseller-icons .owl-item a{
	color: #7b8189;
	letter-spacing: 1.2px;
	font-size: 13px;
}


/* ------------------------------------------------------
== FEATURED PRODUCTS
** ------------------------------------------------------ */
.featured-products{
	padding: 50px 0px 70px 0px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#7cd1c0+0,00a78d+100 */
	background: #7cd1c0; /* Old browsers */
	background: -moz-radial-gradient(center, ellipse cover,  #7cd1c0 0%, #00a78d 100%); /* FF3.6-15 */
	background: -webkit-radial-gradient(center, ellipse cover,  #7cd1c0 0%,#00a78d 100%); /* Chrome10-25,Safari5.1-6 */
	background: radial-gradient(ellipse at center,  #7cd1c0 0%,#00a78d 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7cd1c0', endColorstr='#00a78d',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	color: #ffffff;
}
.featured-products p{
	color: #ffffff;
}
.featured-products-tab-nav{
	text-align: center;
	display: block;
	margin: 0px auto;
	margin-bottom: 30px;
}
.featured-products-tab-nav a{
	display: inline-block;
	color: #ffffff;
	text-transform: uppercase;
	font-size: 17px;
	margin: 5px 50px;
	padding: 6px 2px;
	letter-spacing: 1.2px;
}
.featured-products-tab-nav a.active,
.featured-products-tab-nav a:hover{
	border-bottom: 1px solid white;
	
}
.featured-products .product-promo{
	margin-top: 80px;
	margin-left: 0%;
	max-width: 400px;
}
.featured-products h2{
	font-size: 48px;
	font-weight: 100;
	margin-bottom: 15px;
}
.featured-products h6{
	font-size: 16px;
	margin-bottom: 30px;
	letter-spacing: 1.3px;
}
.featured-products p{
	font-size: 16px;
	letter-spacing: 1.2px;
	margin-bottom: 50px;
}
.featured-products a.find-out-more{
	font-size: 16px;
	letter-spacing: 1px;
	color: #ffffff;
}
.featured-products a.find-out-more .da{
	margin-left: 50px;
}


/* ------------------------------------------------------
== THREE DOORMATS
** ------------------------------------------------------ */
.three-doormats{
	padding: 50px 0px;
}
.three-doormats h3{
	font-size: 25px;
	margin-bottom: 50px;
	color: #525960;
}
.three-doormats .special-offer h3{
	color: #e31f95;
}
.three-doormats img {
    margin-bottom: 40px;
}

/* ------------------------------------------------------
== FIND YOUR STYLE
** ------------------------------------------------------ */
.find-your-style{
	padding: 50px 0px;
}
.find-your-style .find-your-style-banner{
	position: relative;
}
.find-your-style h2{
}
.find-your-style h3{
	font-family: 'Barlow', Helvetica, Arial, sans-serif;
	letter-spacing: 1.3px;
	font-size: 26px;
	margin-bottom: 30px;
}
.find-your-style .find-your-style-banner h5{
	position: absolute;
	top:70px;
	left:60px;
	color: #ffffff;
	text-transform: uppercase;
}
.find-your-style a{
	margin-top: 3px;
	background-color: #00a78d;
	display: block;
	text-align: center;
	color:#ffffff;
	padding: 15px 0px;
	font-size: 23px;
	letter-spacing: 0px;
}


/* ------------------------------------------------------
== OUR WORK
** ------------------------------------------------------ */
.our-work{
	padding: 50px 0px;
	background-color: #e8e6e0;
}
.our-work h2{
	color: #1c252d;
	font-size: 46px;
}
.our-work h4{
	font-size: 43px;
	color: #1c252d;
}
.our-work h6{
	color: #1c252d;
	font-family: "Barlow";
	font-size: 15px;
}
.our-work a.view-portfolio{
	display: inline-block;
	margin: 20px auto;
}

.search-and-filter-portfolio .searchandfilter ul li {
    list-style: none;
    display: inline-block;
    padding-right: 10px;
    padding: 10px 0;
    margin: 0;
    width: 24%;
}
.search-and-filter-portfolio .searchandfilter ul li ul li {
    width: 95%;
}


.search-and-filter-portfolio .sf-field-taxonomy-property .sf-item-0{display: none;}

.search-and-filter-portfolio .sf-field-taxonomy-property input[type=radio]:not(old){
  width   : 28px;
  margin  : 0;
  padding : 0;
  opacity : 0;
}
.search-and-filter-portfolio .sf-field-taxonomy-property label {
    padding: 11px 18px;
    background-color: #ffffff;
    display: block;
    margin: 20px 0px;
    color: #434a52;
    font-size: 19px;
    font-weight: 100;
}
.search-and-filter-portfolio .sf-field-taxonomy-property label:hover,
.search-and-filter-portfolio .sf-field-taxonomy-property .sf-option-active label{
  background-color: #79858d;
  color: #ffffff;
  cursor: pointer;
}
.search-and-filter-portfolio .searchandfilter select.sf-input-select {
    display: inline-block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: top;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    line-height: 22px;
    margin: 0px 10px 0px 0px;
    background-image: url(images/dropdownarrow.svg);
    background-position: right center;
    background-position: 93% center;
    background-repeat: no-repeat;
    border-radius: 2px;
    outline: none;
    width:100%;
    min-width: 240px;
    padding: 11px 18px;
    background-color: #ffffff;
    display: block;
    margin: 20px 0px;
    color: #434a52;
    font-size: 19px;
    font-weight: 100;
}


/* ------------------------------------------------------
== WE'RE HERE TO HELP SECTION
** ------------------------------------------------------ */
.here-to-help{
	padding: 50px 0px;
	background-color: #1c252e;
	color: #ffffff;
}
.here-to-help h2{
	color: #d3d1c3;
	font-size: 45px;
	margin-top: 20px;
	display: inline-block;
}
.here-to-help p{
	color: #ffffff;
}
.here-to-help img{
	margin-bottom: 35px;
}
.here-to-help img.f-right{
	margin-bottom: 30px;
}
.here-to-help a{
	color: #d3d1c3;
	font-size: 21px;
}
.here-to-help a.small{
	font-size: 16px;
}
.here-to-help a .da{
	margin-left: 10px;
}

.here-to-help.what-customers-say{
	padding-top: 0px;
	background: url('images/bg-here-to-help-drops.png') #1c252e;
}
.what-customers-say h3{
	font-size: 35px;
	color: #ffffff;
}
.here-to-help .testimonial{
	padding: 20px 30px;
}
.here-to-help .testimonial p{
	color: #ffffff;
	font-size: 14px;
	line-height: 17px;
	letter-spacing: 1.3px;
}
.here-to-help .testimonial p span{
	font-size: 16px;
}



/* ------------------------------------------------------
== GET IN THE KNOW
** ------------------------------------------------------ */
.get-in-the-know{
	padding: 50px 0px 0px 0px;
}
.get-in-the-know .section_title {
  margin-bottom: 40px;
}
.get-in-the-know .thumb{
	margin-bottom: 15px;
}
.get-in-the-know .share{
	color: #c2c6c7;
	font-size: 13px;
}
.get-in-the-know .date{
	color: #c2c6c7;
	font-size: 13px;
	margin-right: 15px;
}
.get-in-the-know h3 a{
	color: #4e555c;
	font-size: 24px;
	margin-bottom: 30px;
}
.get-in-the-know p{
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 1px;
	color: #6e7479;	
}


/* ------------------------------------------------------
== OWL CAROUSEL BRAND LOGOS
** ------------------------------------------------------ */
.brand-logos{
	margin: 30px 0px 50px 0px;
}
.brand-logos.grey{
    background-color: #f2f2f2;
}
.brand-logos h3{
	text-align: center;
}

/* ============================================================================================================================
== CATEGORY PAGE SHOWING SUBCATEGORIES
** ============================================================================================================================ */
.cat-desc p{
	display: inline;
	padding-left: 20px;
}
.cat-desc .da{
	padding-right: 20px;
}
.woocommerce ul.products li.product-category{
	margin-bottom: 50px;
}
.woocommerce ul.products li.product-category.product a img {
    border: none;
    margin-bottom: 30px;
}

.woocommerce ul.products li.product .woocommerce-loop-category__title{
	font-size: 24px;
	color: #4e555c;
	letter-spacing: 1.2px;
	margin-bottom: 10px; 
}



/* ============================================================================================================================
== PRODUCT LISTING PAGE (archive-product.php)
** ============================================================================================================================ */
.filter-sidebar{
	padding-left: 0px;
}
.filter-panel{
	background-color: #f2f2f2;
	padding: 20px;
	margin-bottom: 20px;
}
.filter-panel h5 {
    font-size: 18px;
    letter-spacing: 0;
    color: #4e555c;
    margin-bottom: 22px;
}
.widget_product_categories ul li{
	list-style: none;
}
.widget_product_categories ul li a{
	color:#4e555c;
	font-weight: 400;
	padding: 3px 20px 3px 0px;
}
.yith-woocommerce-ajax-product-filter ul li a{
	color: #4e555c;
	font-weight: 400;
	padding: 3px 4px 3px 0px;
}
.widget.widget_layered_nav li.yit-wcan-child-terms.level-1 {
	padding-left: 10px;
}
.widget.widget_layered_nav li.yit-wcan-child-terms.level-2 {
    padding-left: 20px;
}
.widget.widget_layered_nav li.yit-wcan-child-terms.level-3 {
    padding-left: 30px;
}
    
.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item a, 
.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item span{
	font-weight: 400;
	color:#4e555c;
	padding: 3px 20px 3px 0px;
}
.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item span.count{
	display: none;
}
.woocommerce ul.products li.product a img{
	border:1px solid #c7cbcc;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title{
    padding: .5em 10px;
    margin: 0;
    color:#1c252d;
    font-size: 17px;
    line-height: 1.4em;
    font-family: 'Barlow', Helvetica, Arial, sans-serif;
    width:80%;
}
.woocommerce ul.products li.product .price {
    color: #1c252d;
    margin-top: 0px;
    font-size: 17px;
    padding: 0 10px;
    font-weight: 500;
    margin-top: 15px;
}
.woocommerce ul.products li.product .prod-short-description{
	font-size: 12px;
	padding-left: 10px;
	line-height: 1.3em;
	font-weight: 400;
	color: #1c252d;
	margin-bottom: 7px;
}
.woocommerce ul.products li.product a:hover{
	color: #1c252d;
}
.woocommerce ul.products li.product .button.add_to_cart_button {
   display: none;
}
.woocommerce ul.products li.product a.viewdetails.addtocartbutton, 
.woocommerce-page ul.products li.product a.viewdetails.addtocartbutton{
	padding-left: 10px;
	margin-top: 10px;
}

.woocommerce .widget_layered_nav ul.yith-wcan-color li a, 
.woocommerce-page .widget_layered_nav ul.yith-wcan-color li a, 
.woocommerce .widget_layered_nav ul.yith-wcan-color li span, 
.woocommerce-page .widget_layered_nav ul.yith-wcan-color li span {
    height: 20px;
    width: 20px;
    border-radius: 10px;
}
.woocommerce .widget_layered_nav ul.yith-wcan-color li a:hover, 
.woocommerce-page .widget_layered_nav ul.yith-wcan-color li a:hover, 
.woocommerce .widget_layered_nav ul.yith-wcan-color li.chosen a, 
.woocommerce-page .widget_layered_nav ul.yith-wcan-color li.chosen a, 
.woocommerce .widget_layered_nav ul.yith-wcan-color li span:hover, 
.woocommerce-page .widget_layered_nav ul.yith-wcan-color li span:hover, 
.woocommerce .widget_layered_nav ul.yith-wcan-color li.chosen span, 
.woocommerce-page .widget_layered_nav ul.yith-wcan-color li.chosen span{
	border-radius: 10px;
}

.woocommerce .widget_layered_nav ul.yith-wcan-color li a, 
.woocommerce-page .widget_layered_nav ul.yith-wcan-color li a, 
.woocommerce .widget_layered_nav ul.yith-wcan-color li span, 
.woocommerce-page .widget_layered_nav ul.yith-wcan-color li span {

}
ul.yith-wcan-color li a[title~="Multi-Colour"],
ul.yith-wcan-color li a[title~="Colour"]{
	background: url('/wp-content/themes/btw/images/color_wheel.png') !important;
	background-size: 20px 20px !important;
	border:none !important;		  
}

/* ============================================================================================================================
== SINGLE PRODUCT PAGE
** ============================================================================================================================ */
.single-product-banner .hero {
    color: #4e555c;
    height: 350px;
    padding-top: 120px;
}
.single-product-banner .hero h1 {
    padding-left: 40px;
    font-size: 38px;
    max-width: none;
    color: #ffffff;
}

.woocommerce div.product .prod-desc,
.woocommerce div.product .prod-desc p{
	color:#1c252e;
	font-weight: 400;
}
.woocommerce div.product .prod-desc-short,
.woocommerce div.product .prod-desc-short p{
	color:#4e555c;
	font-weight: 400;
}
.woocommerce-page div.product div.summary p{
	color:#4e555c;
	font-weight: 400;
}

.woocommerce-page div.product div.images {
  width: 40%;
}
.woocommerce div.product div.images img {
    border: 1px solid #dddddd;
    margin-bottom: 15px;
}
.woocommerce-page div.product div.summary {
    width: 50%;
    margin-left: 5%;
    padding-top: 30px;
}
.woocommerce div.product p.price, 
.woocommerce div.product span.price {
	/*display: none;*/
	color:#4e555c;
	font-weight: 500;
	font-size: 20px;
}
.woocommerce div.product .tab_panel_title{
	background-color: #f0f0f0;
	border-bottom: none;
	padding: 20px;
	font-size: 24px;
}

.woocommerce div.product .tab_panel_content {
    margin: 0 0 2em;
    padding: 20px 20px;
    padding-right: 20%;
}

.woocommerce div.product form.cart {
	/*display: none;*/
}
.woocommerce div.product form.cart .quantity,
.woocommerce div.product form.cart .single_add_to_cart_button {
 display: none;
}
.woocommerce div.product .product_meta{
	display: none;
}

.woocommerce .woocommerce-breadcrumb,
.woocommerce-breadcrumb{
	padding: 10px;
	color: #7a868e;
	font-size: 11px;
	margin-bottom: 0;
}
.woocommerce .woocommerce-breadcrumb a,
.woocommerce-breadcrumb a {
    color: #7a868e;
}


.woocommerce table.shop_attributes {
    border: 0;
    border-top: none;
}
.woocommerce table.shop_attributes th {
    font-weight: 400;
    padding: 4px;
    border-bottom: none;
    margin: 0;
    line-height: 1;
}
.woocommerce table.shop_attributes td {
    font-style: normal;
    padding: 0;
    border-top: 0;
    border-bottom: none;
    margin: 0;
    line-height: 1;
    font-weight: 400;
}
.woocommerce table.shop_attributes tr:nth-child(even) td, .woocommerce table.shop_attributes tr:nth-child(even) th {
    background: transparent;
}
.woocommerce table.shop_attributes td p {
    padding: 4px 0;
}



#wl-wrapper .wl-add-link.present {
    padding: 10px 20px;
    padding-left: 50px !important;
    background-color: #ededed;
    color:#4e555c;
    font-size: 18px;
    font-weight: 400;
    background: url('images/icon-wishlist-heart-outline.png') no-repeat 10px center #ededed !important;
    display: inline-block;
}
#wl-wrapper .present.enquiry {
	 	padding: 10px 20px;
    padding-left: 50px !important;
    background-color: #ededed;
    color:#4e555c;
    font-size: 18px;
    font-weight: 400;
    display: inline-block;
    
    background: url('images/icon-envelope-outline.png') no-repeat 10px center #ededed !important;
    background-size: 29px 19px !important;
    margin-left: 10px;
}
#wl-wrapper .present.request-sample {
	 	padding: 10px 0px;
	 	margin-top: 15px;
    padding-left: 0px !important;
    background-color: #ffffff;
    background: transparent;
    color:#4e555c;
    font-size: 16px;
    font-weight: 400;
    display: block;
    margin-left: 0px;
    text-decoration: underline;
}

.request-tile-contact-form{
	display: none;
	margin-top: 50px;
	width: 90%;
}
.enquiry-form.bg-light-grey select,
.request-tile-contact-form select{
	 	display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: top;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    
    height: 50px !important;
    border: 1px solid #bdc3c6 !important;
    padding-left: 12px;
    font-size: 12px;
    line-height: 50px;
    color: #7d868c;
    background-color: transparent;    
    text-transform: uppercase;
    padding: 2px 15px 2px 15px;
    background-image: url('images/dropdownarrow.svg');
    background-position: 97% 22px;
    background-repeat: no-repeat;
    border-radius: 0px;
    outline: none;
}

.request-tile-contact-form .ninja-forms-form-wrap .field-wrap input[type=button]{
	background-color: #4e555c;
  padding: 0px 10px;
  width: 29%;
  border-radius: 0;
  color: #d3d1c3;
  font-size: 14px;
  border: none;
  vertical-align: top;
  margin: 2px 0px 2px 0px;
  height:50px !important;
  line-height: 50px;
  text-transform: uppercase;
}

.request-tile-contact-form h3{
	font-size: 23px;
  line-height: 31px;
  font-family: 'Barlow', Helvetica, Arial, sans-serif;
}



#wl-wrapper .wl-already-in {
	margin-bottom: 20px;
}
#wl-wrapper .wl-already-in ul {
    display: none;
}


.woocommerce .widget_price_filter .ui-slider-horizontal {
    height: 1px;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle{
	top:-6px;
	width:12px;
	height:12px;
}

/* ============================================================================================================================
== BLOG LISTING -  GET IN THE KNOW (index.php)
** ============================================================================================================================ */
.blog .single-product-banner {
    margin-bottom: 30px;
}
.get-in-the-know.blog-listing{
	padding-top: 0;
}

.get-in-the-know.blog-listing h2.section_title{
	font-size: 40px;
	color: #4e555c;			
}
.get-in-the-know.blog-listing h2.section_title span{
	font-size: 28px;	
}	

.blog-sidebar{
	padding-left: 0px;
}
.blog-sidebar-panel{
	background-color: #f2f2f2;
	padding: 20px;
	margin-bottom: 20px;
}
.blog-sidebar-panel h5{
	font-size: 18px;
	letter-spacing: 0;
	color: #4e555c;
	margin-bottom: 22px;
}
.blog-sidebar-panel.search-panel{
	background-color: #e5e5e7;
	padding: 30px 34px 30px 40px;
}
.blog-sidebar-panel.search-panel .search-form .search-field.form-control.search-input {
    display: inline-block;
    width: 96%;
}
.blog-sidebar-panel.search-panel .search-form {
    padding-left: 0px;
    display: block;
}

.get-in-the-know .blog-post-details{
	padding: 0px 15px;
	margin-bottom: 45px;
}

.blog-sidebar-panel.post-tags a{
	font-size: 14px;
	letter-spacing: 1.4px;
	color: #4e555c;
	display: inline-block;
	margin-right: 18px;	
	margin-bottom: 8px;
}

.blog-sidebar-panel img{
	display:inline-block;
}	
.blog-sidebar-panel .small-thumb{
	max-width: 100px;
	width:25%;
	margin-right: 3%;
}
.blog-sidebar-panel .side-blog-post-details{
	display: inline-block;
	width:70%;
}
.blog-sidebar-panel .news-wrapper{
	margin-bottom: 35px;
}
.blog-sidebar-panel .side-blog-post-details h4{
	font-size: 12px;
	letter-spacing: 1.3px;
	font-family: 'Barlow', Helvetica, Arial, sans-serif;
	color: #4e555c;
	margin-top: 4px;
	margin-bottom: 0px;
}
.blog-sidebar-panel .side-blog-post-details h4 a{
	color: #4e555c;
}
.blog-sidebar-panel .side-blog-post-details .date{
	font-size: 11px;
	letter-spacing: 1.3px;
	font-family: 'Barlow', Helvetica, Arial, sans-serif;
	color: #9fa3a7;
}




/* ============================================================================================================================
== FIND YOUR STYLE GALLERY PAGE (template-find-your-style-gallery.php)
** ============================================================================================================================ */
.find-your-style-gallery{
	margin-bottom: 50px;	
}
.find-your-style-gallery h2{
	margin-bottom: 40px;
}
.find-your-style-gallery .gallery-cat{
	margin-bottom: 40px;
	position: relative;
	max-height: 390px;
  overflow: hidden;
}
.find-your-style-gallery .gallery-cat img{
	height:450px;
	width: auto;
	max-width: none;
}

.find-your-style-gallery .gallery-cat .title{
	position:absolute;
	top:0px;
	background:rgba(255,255,255,.8);
	font-size: 34px;
	color: #4e555c;
	padding: 20px;
	margin-left: auto;
	margin-right: auto;
	left: 50px;
	right: 50px;
	margin-top: 0;
}

.find-your-style-gallery .gallery-cat .title a{
	color: #4e555c;
}




/* ============================================================================================================================
== PORTFOLIO SINGLE PAGE
** ============================================================================================================================ */
.portfolio-single-content{
	padding-bottom: 50px;
}
.portfolio-page-content{
	padding: 0px 70px 40px 50px;
}
.portfolio-page-content h1{
	color: #1c252d;
}
.portfolio-page-content p{
	color: #9aa2a8;
	margin-bottom: 20px;
}
.portfolio-page-content h5.location{
	font-size: 16px;
	color: #1c252d;
	margin-bottom: 30px;
}
.portfolio-page-content h3{
	margin-bottom: 2px;
}
.you-may-also-like{
	background-color: #eaeae3;
}
.you-may-also-like h2{
	margin-bottom: 30px;
}
.you-may-also-like h3{
	font-size: 24px;
	margin-bottom: 5px;
}
.you-may-also-like h6{
	text-align: center;
	font-size: 15px;
	margin-bottom: 15px;
	font-weight: 400;
	margin-top: 5px;
}
.p_eq_height{
	margin-bottom: 5px;
}
.search-filter-results .p_eq_height{
	min-height: 50px;
}

/* ============================================================================================================================
== PORTFOLIO LANDING PAGE
** ============================================================================================================================ */
.our-work-filter{
	background-color: #e8e7e0;
	padding: 40px 0px 20px 0px;
}
.our-work-filter h1,
.our-work-filter h5{
padding-left: 50px;
}

.search-and-filter-portfolio{
	padding-left: 50px;
	padding-right: 50px;
}
.search-and-filter-portfolio a{
	padding: 11px 18px;
	background-color: #ffffff;
	display: block;
	margin: 20px 0px;
	color: #434a52;
	font-size: 19px;
	font-weight: 100;
}
.search-and-filter-portfolio a.active{
	background-color:#79858d;
	color: #ffffff;
}
.search-and-filter-portfolio a.dropdown{
	background:url('images/accordion-arrow-down.png') no-repeat 92% center #ffffff;
}
.search-and-filter-portfolio a.dropdown.active{
	background:url('images/accordion-arrow-down.png') no-repeat 92% center #79858d;
}

.you-may-also-like.bg-white{
	background-color: #ffffff;
}
a.view-more-projects {
    margin-top: 3px;
    background-color: #e8e7e0;
    display: block;
    text-align: center;
    color: #7a868e;
    padding: 15px 0px;
    font-size: 23px;
    letter-spacing: 0px;
}
.style-panel-dark{
	padding: 50px 0px;
	background-color: #1c252e;
	color: #ffffff;
}
.style-panel-dark h2{
	color: #d3d1c3;
}
.style-panel-dark h6{
	font-size: 19px;
	color: #d3d1c3;
	margin-bottom: 20px;
}
.style-panel-dark p{
	color: #d3d1c3;
	line-height: 1.4em;
	letter-spacing: 1.4px;
	font-size: 16px;
}
.style-panel-dark a{
	color: #d3d1c3;
}
.style-panel-dark img.large{
	max-width: 90%;
	margin-top: 0px;
}
.style-panel-dark img.medium{
	max-width: 50%;
	margin-top: -40px;
}
.pad-left-40{
	padding-left: 40px;
}
.pad-right-20{
	padding-right: 20px;
}




/* ============================================================================================================================
== STANDARD CONTENT PAGE
** ============================================================================================================================ */
.page-banner-image .caption{
	font-size: 14px;
	background-color: #f9f9f9;
	padding: 3px 10px;
	color: #999999;
}
.page-content{
	padding:20px 0px;
	margin: 0px 0px 0px 0px;
}	
.page-content h1{
	font-size: 31px;
	line-height: 39px;
	font-family: 'Barlow', Helvetica, Arial, sans-serif;
	margin: 0px 0px 20px 0px;
}
.page-content h2{
	font-size: 26px;
	line-height: 32px;
	margin: 20px 0px 10px 0px;
}
.page-content h3{
	font-size: 22px;
	line-height: 28px;
	margin: 16px 0px 8px 0px;
}
.page-content h4{
	font-size: 20px;
	line-height: 26px;
	margin: 15px 0px 8px 0px;
}
.page-content p{
	color: #4e555c;
	font-size: 16px;
	line-height: 25px;
}
.page-content .intro_paragraph{
	margin-top: 25px;
	margin-bottom: 25px;
}
.page-content .intro_paragraph p{
	font-size: 16px;
}

.page-content ul,
.page-content ol{
	margin-left: 20px;
	margin-bottom: 30px;
}
.page-content ul li,
.page-content ol li {
    color: #4e555c;
    font-size: 16px;
    line-height: 25px;
}
.page-content h2,
.page-content h3,
.page-content h4,
.page-content h5{
	padding: 0px 0px;
}

.page-content .wp-caption img{
	width: 100%;
	height:auto;
}
.page-content .wp-caption.alignright{
	float:right;
	margin-left: 15px;
}

.page-content blockquote {
    padding: 20px 25px 25px 0px;
    margin: 20px 0 20px 0px;
    font-size: 27px;
    border-left: none;
    border-top: 1px solid #73bd21;
    border-bottom: 6px solid #73bd21; 
}
.page-content blockquote p{
	font-size: 25px;
	line-height: 34px;
	font-family: 'Barlow', Helvetica, Arial, sans-serif;
}

.page-content .share.share-module{
	margin: 30px 0px 50px 0px;
	display: block;
}

sidebar{
	display: block;
}


.sharethis {font-size: 13px;line-height:15px;color: #7d868c;text-align: right;border-bottom: 1px solid #73bd21;padding-bottom: 2px;margin-bottom: 15px;}
.sharethis .shareicons{display: inline-block;margin-left: 0;padding-left: 0;font-size: 13px;}
.sharethis .shareicons li{
	display: inline-block;
	color: #7d868c;
	font-size: 13px;
}
.sharethis .shareicons li a{
	color: #7d868c;
}
.sharethis .shareicons li span{
	  display: inline-block;
    width: 16px;
    background-color: #000000;
    height: 16px;
    border-radius: 50%;
    line-height: 16px;
    text-align: center;
    margin-right: 5px;
    margin-left: 3px;
}
.sharethis .shareicons li span i{
	color: #ffffff;
	font-size: 10px;
}
.sharethis.sharethis-bottom {text-align: left;border-bottom: none;margin-top: 50px;padding-left: 12px;}


/* ============================================================================================================================
==  OWL CAROUSEL OVERRIDES
** ============================================================================================================================ */
.owl-carousel .owl-item{
	text-align: center;
}
.owl-carousel .owl-item img {
    display: block;
    width: auto;
    height:90px;
    margin: 0 auto;
}
.owl-carousel.owl-carousel-bestseller-icons .owl-item{
	text-align: center;
}
.owl-carousel.owl-carousel-bestseller-icons .owl-item img {
    height: 80px;
    margin: 5px auto;
}

.owl-carousel .owl-nav i{
	line-height: 55px;
}
.owl-carousel .owl-nav .owl-next{
	position: absolute;
	top:25%;
	right:-70px;
  display: block;
  z-index: 99999;
  cursor: pointer;
  color: #bdc1c3;
  font-size: 11px;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  transition: color 300ms ease-out;
}
.owl-carousel .owl-nav .owl-prev{
	position: absolute;
	top:25%;
	left:-70px;
  display: block;
  z-index: 99999;
  cursor: pointer;
  color: #bdc1c3;
  font-size: 11px;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  transition: color 300ms ease-out;
}


/* ============================================================================================================================
== SHOWROOM LOCATOR / CONTACT PAGE
** ============================================================================================================================ */
.showroom-locator{
	padding-bottom: 50px;
}
.showroom-locator .search-form {
    display: inline-block;
    padding-left: 0px;
    vertical-align: top;
    margin-top: 0px;
    height:44px;
    width:100%;
}
.showroom-locator .search-form .search-field.form-control.search-input {
   	width: 98%;
    height: 44px;
    padding: 10px;
    font-size: 11px;
    color: #999;
}

.showroom-locator h1{
	font-size: 24px;
}
.showroom-locator h2{
	background-color: #f2f2f2;
	font-family: 'Barlow', Helvetica, Arial, sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	padding: 14px;
	margin-top: 0;
}
.showroom-locator .showroom-panel{
	padding: 25px 15px 15px 15px;
}
.showroom-locator .showroom-panel h3{
	font-family: 'Barlow', Helvetica, Arial, sans-serif;
	font-size: 13px;
	text-transform: uppercase;
	color: #4e555c;
	margin-top: 0;
	font-weight: 600;
}
.showroom-locator h4{
	font-family: 'Barlow', Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #4e555c;
	margin-bottom: 4px;
	font-weight: 600;
	margin-top: 10px;
}

.showroom-locator .showroom-panel{
	font-family: 'Barlow', Helvetica, Arial, sans-serif;
	font-size: 11px;
	letter-spacing: 1.3px;
	font-weight: 400;
	color: #4e555c;
	line-height: 16px;
}
.showroom-locator .showroom-panel p:nth-child(4){
	margin-bottom: 5px;
}
.showroom-locator .showroom-image{
	max-height: 170px;
	overflow: hidden;
	height:170px;
	display: block;
}
.showroom-locator .showroom-image img{
	width:100%;
	height: auto;
}

.showroom-panel.slide-out-panel{
	padding: 5px 15px 5px 15px;
}
.showroom-locator .showroom-panel.slide-out-panel h3 {
   margin-bottom: 4px;
}
.showroom-locator .showroom-panel.slide-out-panel p{
	margin-bottom: 8px;
}


.map-container{
	margin-top: 60px;
}

.nf-form-fields-required{display: none;}
.label-above .nf-field-label {
    margin-bottom: 0px !important;
}
.nf-field-label label {
		font-size: 13px;
    color: #585e65;
    margin: 0;
    padding: 0;
}
.ninja-forms-req-symbol {
    color: #7d868c;
    font-size: 10px;
}
.nf-field-element input{
	height: 50px !important;
	border: 1px solid #bdc3c6 !important;
	padding-left: 12px;
  font-size: 12px;
  line-height: 50px;
  color: #7d868c;
}
.nf-field-element textarea{
	border: 1px solid #bdc3c6 !important;
	padding-left: 12px;
}
.contact-page-container .contact-form-container .nf-field-element select {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: top;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    font-size: 12px;
    line-height: 50px;
    color: #7d868c;
    padding: 2px 26px 0px 12px;
    background: #ffffff;
    height:50px;
    background-image: url('images/dropdownarrow.svg');
    background-position: right center;
    background-repeat: no-repeat;
    border-radius: 0px;
    outline: none;
    width: 100%;
    background-position: 98% 22px;
    border: 1px solid #bdc3c6 !important;
}
.enquiry-form .nf-error-msg, 
.enquiry-form .ninja-forms-req-symbol {
    color: #585e65;
}
.contact-page-container .contact-form-container .nf-field-element select::-ms-expand { 
    display: none; /* hide the default arrow in ie10 and ie11 */
}

.ninja-forms-form-wrap .field-wrap button, 
.ninja-forms-form-wrap .field-wrap input[type=button], 
.ninja-forms-form-wrap .field-wrap input[type=submit] {
    background-color: #4e555c;
    padding: 0px 50px;
    height: 32px !important;
    border-radius: 0px;
    color: #ffffff;
    font-size: 14px;
    line-height: 32px;
    
}
.ninja-forms-form-wrap .field-wrap button, 
.ninja-forms-form-wrap .field-wrap input[type=button]{
	border: none !important;
}



.enquiry-form{
	padding: 20px 0px 60px 0px;
}
.enquiry-form h2{
	font-size: 24px;
	font-family:'museo_slab500', Helvetica, Arial, sans-serif;
	text-transform: none;
	padding: 20px 0px;
}

.enquiry-form .nf-field-element input,
.enquiry-form .nf-field-element textarea{
	background-color: transparent;
	border:1px solid #bdc2c5;
}





/* ============================================================================================================================
== NEWSLETTER SIGNUP BLOCK
** ============================================================================================================================ */
.mc_embed_signup_container p{
	color: #ffffff;
}
#mc_embed_signup{
	margin-top: 20px;
	border:1px solid #424a4d;
}
#mc_embed_signup label{
	font-size: 14px;
	color: #ffffff;
	font-weight: normal;
}
#mce-EMAIL{
	background-color: transparent;
	border:none;
	width:70%;
	padding: 10px 0px 5px 20px;
	margin: 0 0px;
	font-size: 12px;
	height:50px;
}
#mc-embedded-subscribe{
	background-color: #4e555c;
	padding: 10px 10px;
	height:50px;
	width:29%;
	border-radius: 0;
	color: #d3d1c3;
	font-size: 14px;
	border:none;
	vertical-align: top;
	margin: 2px 0px 2px 0px;
	
}

#mc-embedded-subscribe:hover,
#mc-embedded-subscribe:active,
#mc-embedded-subscribe:focus{
	background-color: #3e464d;
}



/* ============================================================================================================================
== FOOTER
** ============================================================================================================================ */

footer{
	background-color: #1b252d;
	color: #d3d1c3;
	padding: 30px 0px 0px 0px;
	font-size: 12px;
}
footer .tagline{font-size: 9px; text-transform: uppercase;margin-left: 25px;margin-top: 8px;}

footer .col_one, footer .col_two, footer .col_three{
	display: inline-block;
}
footer .col_one{width:14%; padding-right: 15px;padding-left:15px;border-right:1px solid #767a78;}
footer .col_two{width:23%;padding-left: 10px;padding-right:30px;border-right:1px solid #767a78;}
footer .col_three{width:33%; padding-left: 30px;padding-right:15px;}

footer .footer-contact{
	margin-left: 25px;
}
footer .footer-contact p{
	color: #ffffff;
	font-size: 11px;
}

footer .footer-logo{
	max-width: 150px;
}
footer h6{
	font-size: 15px;
	margin-bottom: 5px;
}

footer p,
footer ul li{
	color: #d3d1c3;
	list-style: none;
	line-height: 1.4em;
}
footer a{
	color: #ffffff;
	font-size: 11px;
}
footer a:hover, footer a:focus{
	color: #d3d1c3;
}

footer .social-links{
	margin-left: 25px;
}
footer .social-links li{
	display: inline-block;
	width: 24px;
	background-color: #d2d0c3;
	height:24px;
	border-radius: 50%;
	line-height: 24px;
	text-align: center;
	margin-right: 1px;
}
footer .social-links li:hover{
	background-color:  #d2d0c3;
}
footer .social-links li a{
	color: #1c252e;
	display: inline-block;
	line-height: 24px;
	font-size: 1.2em;
}

footer .footer-bar{
	background-color:#4e555c;
	padding: 20px;
	margin-top: 50px;
}
footer p.consent{
	color: #d3d1c3;
	margin-top: 10px;
}
#backtotop {
    background: #585f65;
    display: block;
    position: fixed;
    right: 2rem;
    bottom: 2rem;
    z-index: 99999;
    cursor: pointer;
    color: #acafb2;
    font-size: 11px;
    width: 55px;
    height: 55px;
    line-height: 55px;
    text-align: center;
    text-transform: uppercase;
    border-radius: 50%;
    
    transition: opacity 1s ease-out;
    opacity: 0; 
    height: 0;
    overflow: hidden;
    
}
#backtotop.show{
	opacity: 1;
  height: 55px;
}
#backtotop i{
	line-height: 55px;
}



/* ============================================================================================================================
== MEDIA QUERIES
** ============================================================================================================================ */
@media (min-width:768px){
	.container{
		width:100%;
		max-width: 1220px;
	}
}


@media (max-width: 1200px){

	#mce-EMAIL {
    width: 50%;
	}
	
	.main-nav ul.navbar-nav ul.sub-menu li {
    width: 13%;
	}
	.main-nav ul.navbar-nav ul.sub-menu li .children li{
		width: 100%;
	}
	
	.main-nav ul.navbar-nav ul.sub-menu .two_col {
    width: 47%;
    margin-bottom: 0px;
	}


}


	
@media (max-width:991px){
	
	.main-nav ul.navbar-nav ul.sub-menu li {
    margin-right: 10px;
    margin-bottom: 10px;
    width: 15%;
	}
	.main-nav ul.navbar-nav ul.sub-menu li .children li{
		width: 100%;
	}
	.main-nav ul.navbar-nav ul.sub-menu .two_col {
    width: 45%;
    margin-bottom: 0px;
	}
	.main-nav ul.navbar-nav ul.sub-menu .grey-panel img{
		display: none;
	}
	.main-nav ul.navbar-nav ul.sub-menu .grey-panel {
    min-height: 110px;
	}
	
	.main-nav .navbar-nav > li {
    padding: 4px 10px;
	}
	
	
	.home-hero {
    height: 700px;
    padding-top: 260px;
	}
	.home-hero h1{line-height: 1.2em;max-width: 70%;}
	.home-hero p {
    max-width: 70%;
   }
	.page-content{
		padding-left: 0;
	}
	header.btw-header .navbar-brand{
		width: 170px;
	}
	.main-nav{
		margin-top: 0px;
	}
	.main-nav .navbar-nav > li > a {
    padding: 10px 10px 8px 10px;
    font-size: 14px;
    line-height: 24px;
	}
	
	#mc-embedded-subscribe {
		float:right;
		margin-right: 2px;
		margin-top: 0px;
	}
	#mce-EMAIL {
    width: 60%;
	}

	.hide-on-tablet-and-smaller{display: none !important;}
	.show-on-tablet-and-smaller{display: block !important;}
	
	
	.three-doormats-main-categories img {
    margin-bottom: 15px;
    width: 100%;
	}
	.three-doormats img {
    margin-bottom: 40px;
    width: 100%;
	}
	.three-doormats h3 {
    font-size: 25px;
    margin-bottom: 20px;
	}
	.here-to-help h2 {
    font-size: 40px;
    line-height: 45px;
    margin-top: 10px;
	}
	.here-to-help img {
    margin-bottom: 15px;
    width:100%;
    margin-top: 35px;
	}
	.here-to-help img.here-to-help-logo{
		width: auto;
	}
	.get-in-the-know .thumb {
    margin-bottom: 15px;
    width: 100%;
    margin-top: 35px;
	}
	
	.featured-products .product-promo {
    margin-top: 50px;
    margin-left: 0%;
	}
	
	.woocommerce ul.products li.product .woocommerce-loop-category__title {
    font-size: 21px;
    letter-spacing: 0px;
	}
	
	
	
}


@media (max-width:767px) {

	a.tel{text-decoration: underline;}
	
	.main-nav {
    display:none;
	}
	
	.cookie-content {
    font-size: 14px;
    line-height: 30px;
    width: 100%;
    padding: 10px 10px;
    height:auto;
    top:0;
    min-height: 60px;
    max-height: 90px;
    text-align: left;
	}

 .cookie-content .cookie-close{
		border-radius:3px;
		padding: 5px 14px;
		margin-left: 15px;
	}
	body.cookie header.btw-header {
	    margin-top: 80px;
	}

	header .social-links{
		display: none;
	}
	header.btw-header {
    padding: 10px 0px 0px 0px;
    min-height: 75px;
  }
	header.btw-header.shrink {
    min-height: 70px;
  }
	.search-form-button .search {
    margin-right: 15px;
	}
	.search-form {
  	display: none;
	}
	.top-nav {
    margin-top: 20px;
    float:none;
    display: block;
    
    
    display:none;
    
	}
	.top-nav .nav>li {
    position: relative;
    display: inline-block;
	}
	.menubutton {
   position: absolute;
    float: none;
    display: inline-block;
    margin: 3px 0px 0px 0px;
    width: 44px;
    height: 44px;
    top: 20px;
    right: 20px;
	}
	.top-nav .call-us {
    display: inline-block;
    float: right;
	}
	
	.swiper-slide {
    height: 270px;
	}
	.home-hero h1 {
    max-width: 95%;
    font-size: 40px;
    line-height: 50px;
	}
	.home-hero p {
    font-size: 15px;
    line-height: 20px;
    max-width: 90%;
    margin-bottom: 15px;
	}
	.home-hero p a{display: block;margin-left: 0;}
	
	.hero {
    height: 300px;
    padding-top: 100px;
   }
	.hero h1 {
	    max-width: 95%;
	    font-size: 39px;
	    line-height: 42px;
	}

	.three-doormats-main-categories {
    padding: 15px 0px 20px 0px;
	}
	.cta-link-1 {
    padding: 6px 0px;
    display: block;
    margin-bottom: 10px;
    letter-spacing: 1.2px;
    padding-left: 5px;
	}
	.brand-logos{
		margin: 20px 0px 30px 0px;
	}
	.brand-logos h3{text-align: center;}

	.page-content {
    padding-left: 0px;
	}
	
	.hide-on-mobile{display: none !important;}
	.show-on-mobile{display: block !important;}
	
	.navbar-brand{
		max-width: 140px;
	}
	
	.our-work {
    padding: 25px 0px;
	}
	.our-work h2 {
    font-size: 38px;
	}
	.our-work h4 {
    font-size: 32px;
 	}
 	.our-work a.view-portfolio {
    margin: 40px auto 0 auto;
	}
	.what-customers-say h3 {
    font-size: 25px;
	}
	.get-in-the-know .section_title {
    margin-bottom: 20px;
    font-size: 40px; 
	}
	.get-in-the-know .thumb {
    margin-bottom: 0px;
    margin-top: 15px;
	}
	.get-in-the-know h3{margin-top: 2px;margin-bottom: 5px;}
	.get-in-the-know a.find-out-more {
		margin-bottom: 30px;
		display: block;
	}
	.here-to-help h2 {
    font-size: 28px;
    line-height: 42px;
    margin-top: 10px;
	}
	.here-to-help .col-xs-5 {
    font-size: 13px;
	}
	.here-to-help img {
    margin-bottom: 15px;
    margin-top: 15px;
	}
	.here-to-help a {
    color: #d3d1c3;
    font-size: 19px;
    margin-bottom: 10px;
    display: inline-block;
	}
	.here-to-help img.here-to-help-logo {
  	display: none;	
 	}
	
	
	
	.style-panel-dark{
		padding: 25px 0px;
	}
	.style-panel-dark h2{
		font-size: 40px;
	}
	.style-panel-dark h6{
		font-size: 18px;
		margin-bottom: 15px;
	}
	.style-panel-dark p{
		line-height: 1.3em;
		letter-spacing: 1px;
		font-size: 15px;
	}
	.style-panel-dark a{
	
	}
	.style-panel-dark .ovalgraphics {
    max-width: 300px;
    float:right;
	}
	.style-panel-dark .pad-right-20 {
	    padding-right: 0px;
	}
	
	.style-panel-dark .pad-left-40 {
	    padding-left: 0px;
	}


	.our-work-filter {
    padding: 20px 0px 10px 0px;
	}
	.our-work-filter h1{
		font-size: 36px;
		text-align: center;
	}
	.our-work-filter h1, .our-work-filter h5 {
    padding-left: 0px;
    text-align: center;
	}
	.search-and-filter-portfolio {
    padding-left: 0px;
    padding-right: 0px;
	}
	.search-and-filter-portfolio .sf-field-taxonomy-property label {
    padding: 8px 10px;
    font-size: 16px;
    margin: 0px 0px;
	}
	.search-and-filter-portfolio .searchandfilter select.sf-input-select{
		padding: 9px 10px;
    font-size: 16px;
    min-width: 100px;
    background-image: none;
    margin: 0px 0px;
	}
	.search-and-filter-portfolio a {
    padding: 8px 10px;
    font-size: 16px;
    margin: 5px 0px;
	}
	
	.search-and-filter-portfolio .searchandfilter ul li {
    width: 48%;
    margin-top: 0;
    margin-bottom: 0;
     padding: 0px 0;
	}

	#map{
		margin-top: 15px;
	}

	.you-may-also-like.bg-white {
		padding-top: 10px;
	}
	.search-filter-results .p_eq_height {
    min-height: 20px;
	}
	.search-filter-results .three-doormats h3 {
     margin-bottom: 10px;
	}
	.three-doormats h3{
		margin-bottom: 5px;
	}

	footer .footer_eq_height {
    height: auto !important;
  }
	footer .col_one {
    width: 32%;
    padding-right: 10px;
    padding-left: 10px;
    min-height: 140px;
    margin-bottom: 10px;
	}
	footer .col_two {
    width: 100%;
    padding-left: 12px;
    padding-right: 12px;
    border-right: none
	}
	footer .col_three {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
	}
	
	footer .col_one.no_border_right_mob{
		border-right:none;
	}
	footer .footer-logo{max-width: 90px;display: none;}

	footer .social-links{padding-left: 0; display: inline-block;margin-top: 10px;}
	footer .social-links li {
    width: 30px;
    height: 30px;
    line-height: 38px;
		margin-right: 2px;
	}
	footer .social-links {
    margin-left: 0px;
    float:right;
	}
	footer .tagline{display: none;}
	
	.footer-bar span {
    margin-right: 0px;
    display: inline-block;
	}
	footer .footer-bar {
    margin-top: 20px;
    padding: 10px 0px;
	}
	
	#backtotop.show {
    right: 1rem;
    bottom: 4rem;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 8px;
	}
	#backtotop i {
    line-height: 40px;
	}
	
	.get_in_the_know_blog_image_gallery .swiper-slide {
    height: 280px;
    margin-bottom: 15px;
	}

	.mob_f_right{
		/*float:right;*/
	}
	footer .footer-contact {
    margin-left: 0px;
    display: inline-block;
	}

	.signup-container {
    width: 100%;
	}
	.mc_embed_signup_container{
		margin-bottom: 15px;
		padding-top: 15px;
	}
	#mce-EMAIL {
    width: 70%;
	}
	#mc-embedded-subscribe { 
    margin: 0px auto 0px auto;
	}

	.home-hero{
	  height: 320px;
	  margin-bottom: 0px;
	  padding-top: 80px;
	}
	.home-hero h2{
		font-size: 18px;
	  line-height: 25px;
	  max-width: 90%;
	  margin-bottom: 10px;
	}
	.home-hero .circle-green{
		padding-left: 45px;
		padding-top: 45px;
		margin-left: -30px;
		width:320px;
		height:320px;
	}
	.home-hero .circle-green a{
		font-size: 16px;
	}
	section.homepage-banner{margin-bottom: 20px;}
	.home-hero .down-arrow{display: none;}

	.pull-right,.pull-left {
	    float: none !important;
	}
	a[href^="tel"]{
    color:inherit;
    text-decoration:none;
	}
	
	.enquire-now-tab{
		top:25%;
	}
	.enquire-now-tab:hover,
	.enquire-now-tab a:hover{
		cursor: pointer;
	}
	#enquire-now-tab{
	  position: fixed;
	  top: 25%;
	}
	#slideout_inner {
	  top: 10%;
	  right: -65%;
	  height:80vh;
	  width:65%;
	}
	#enquire-now-tab.active {
	  right: 65%;
	}
	#enquire-now-tab.active #slideout_inner {
	  right: 0;
	}
	.enquire-now-tab .showroom-contacts{
		padding: 10px;
	}
	.showroom-panel.slide-out-panel a {
		text-decoration: underline;
	}
	
	.showroom-locator .search-form .search-field.form-control.search-input {
    width: 94%;
	}
	
	.portfolio-page-content {
    padding: 0px 10px 20px 10px;
	}
	.portfolio-page-content h1 {
    font-size: 32px;
    line-height: 38px;
	}
	.portfolio-page-content iframe{
		width:100%;
	}
	.you-may-also-like h2 {
    margin-bottom: 10px;
    font-size: 32px;
    line-height: 1.3em;
	}	
	
	
	/* WOOCOMMERCE MOBILE STYLES */
	.woocommerce ul.products[class*=columns-] li.product, 
	.woocommerce-page ul.products[class*=columns-] li.product {
    width: 100%;
    float: none;
    clear: both;
	}
	.woocommerce ul.products li.product a img {
    margin: 0 0 1em;
    margin-bottom: 2px;
	}
	.woocommerce ul.products li.product .woocommerce-loop-product__title {
    padding: 5px 10px;
    margin: 0;
    width: 90%;
	}
	.woocommerce-page div.product div.images {
    width: 100%;
	}
	.woocommerce-page div.product div.summary {
    width: 100%;
    margin-left: 0;
    padding-top: 15px;
	}
	
	#wl-wrapper .wl-add-link.present,
	#wl-wrapper .present.enquiry {
    display: block;
    margin-bottom: 10px;
    margin-left: 0;
	}
	.request-tile-contact-form {
    margin-top: 20px;
    width: 100%;
	}
	.request-tile-contact-form .ninja-forms-form-wrap .field-wrap input[type=button] {
    width: 100%;
  }

	
}

@media (max-width:1240px){
	
	.owl-nav{display: none;}

}


@media (max-width:560px){
	
	.owl-nav{display: none;}

}








/* iPhone 4s - portrait */
@media only screen and (min-width : 320px) and (max-width : 480px) and (orientation : portrait) {
}
/* iPhone 4s - landscape */
@media only screen and (min-width : 320px) and (max-width : 480px) and (orientation : landscape) {
}
/* iPhone 5 - portrait */
@media only screen and (min-device-width : 320px) and (max-device-width : 568px) and (orientation : portrait) {
}
/* iPhone 5 - landscape */
@media only screen and (min-device-width : 320px) and (max-device-width : 568px) and (orientation : landscape) {
}
/* iPhone 6 */
@media only screen and (min-device-width : 375px) and (max-device-width : 667px) and (orientation : portrait) {
}

/* iPad 2 */
@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : portrait) {
	
}
@media only screen and (max-width : 1024px) and (min-width : 768px) and (orientation : landscape) {
	
}

@media (min-width:768px){
}

@media (min-width: 1024px) {
}
@media (min-width:1200px){
	.container{
		width:1220px;
	}
}

/* iPad (portrait + landscape) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {

}
/* iPad (landscape only) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
   
}
