/*
Theme Name: Evolution One
Theme URI: http://www.clarksfurniture.com.au/
Description: "Clarks" responsive theme for WordPress.
Version: 1.0
Author: Evolution Design Agency
Author URI: http://www.evolutiondesign.com.au/
Tags: Evolution
*/

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}
.aligncenter, div.aligncenter {
    display:block;
    margin: 5px auto 5px auto;
}
.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}
.alignleft {
    float:left;
    margin: 5px 20px 20px 0;
}
.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}
a img.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}
a img.alignnone {
    margin: 5px 20px 20px 0;
}
a img.alignleft {
    float:left;
    margin: 5px 20px 20px 0;
}
a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}
.wp-caption {
    background: #fff;
    border: none;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 30px 3px 10px;
    text-align: center;
}
.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}
.wp-caption img {
    border: 0 none;
    height: auto;
    margin:0;
    max-width: 100%;
    padding:0;
    width: auto;
}
.wp-caption p.wp-caption-text {
    font-size:1em;
    margin:10px 0 40px 0;
	text-align: left;
	font-style: italic;
}
/* end WordPress Core */

body {
  background-color: white;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 400;
  line-height: 1.45;
  color: #000;
  font-size: 16px;
}
p {margin-bottom: 1.3em;}
h1, h2, h3, h4 { margin: 1.414em 0 0.5em; font-weight: inherit; line-height: 1.2;}
h1 {margin-top: 0; font-size: 3.157em;}
h2 {font-size: 2.369em;}
h3 {font-size: 1.5em;}
h4 {font-size: 1.333em;}
ol { list-style: decimal; margin-left: 20px; }
ul { list-style: disc; margin-left: 40px; }
ul, ol { margin: 10px; padding: 0; line-height: 1.6; }
a { color: #525254; text-decoration: none; }
a:hover, a.focus { color: #666666; text-decoration: none !important; }
strong { font-weight: 700;}
em {font-style: italic;}
hr { border-color: #666666; border-width: 1px; margin: 30px 0 20px 0; }
blockquote { padding: 0 50px; }
h1, h1 a, h1 a:hover { color: #14284b; }
h2, h2 a, h2 a:hover { color: #14284b; } 
h3, h3 a, h3 a:hover { color: #14284b; } 

/* homepage header */
#homepage-header {
	display: none;
}

/* primary navigation */
#navbar-wrapper {
    min-height: 148px;
}
.navbar {
    margin-bottom: 0;
}
.navbar-default {
    background-image: none;
    box-shadow: none;
    -webkit-box-shadow: none;
    background-color: #14284b;
    border-bottom: solid 12px #00a19a;
	position:fixed;
	width: 100%;
}
.navbar-default .navbar-toggle {
    border-color: #ffffff;
}.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: #ffffff;
}
.navbar-default .navbar-toggle:hover .icon-bar, .navbar-default .navbar-toggle:focus .icon-bar {
    background-color: #14284b;
}
.navbar-center .navbar-home {
    display: none;
}
.navbar-brand{
	padding: 3px 15px;
}
.navbar-brand, .navbar-center .navbar-home > a {
    text-transform: uppercase;
    font-weight: 800;
}
.navbar-center .navbar-home > a {
    color: #cfab79 !important;
    font-size: 18px;
    text-shadow: rgba(255, 255, 255, 0.247059) 0px 1px 0px;
    padding: 20px 50px;
    width: auto;
}
.navbar-center .navbar-home:hover, .navbar-center .navbar-home:focus {
    color:#c29353;
}
.navbar.affix {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
}
#header-top-nav {
	padding-top: 14px;
	padding-bottom: 14px;
}
#header-telephone {
	font-size: 20px;
	color: #ffffff;
	padding-left: 0px;
	padding-right: 0px;
	margin-top: 6px;
	margin-left: -15px;
}
#header-telephone a {
	color: #fff;
	text-decoration: none;
}
#header-search {
	max-width: 80%;
}
#header-search-social {
	font-size: 22px;
	color: #ffffff;
	padding-left: 0px;
	padding-right: 0px;
	max-width: 100%;
	margin-right: -15px;
}
#header-search-social a {
	color: #ffffff;
}
#header-search-social a .fa-facebook-square, #header-search-social a .fa-instagram.fa-fw {
	font-size: 28px;
	margin-top: 4px;
}


	

/* .btn {
    text-transform: uppercase;
    font-weight: 700;
}
.btn-default {
    text-shadow: none;
    border-color: #cfab79;
    background-image: none;
    border-radius: 10px;
} */

/* homepage sections */
.homepage-section {
    padding: 30px 0;
}
.homepage-section h2 {
    padding: 20px 0;
	margin: 0;
    font-size: 36px;
	text-transform: uppercase;
    color: #14284b;
	font-weight: 700;
}
#homepage-post-content {
	text-align: center;
	padding-top: 60px;
}
#homepage-categories {
    padding: 30px 0 100px 0;
}
.homepage-category-wrapper h2 {
    text-align: center;
}
.homepage-category-wrapper.alternate h2 {
    color: #00a19a;
}
.homepage-category-wrapper img {
    width: 100%;
}
.homepage-category-title {
	border-bottom: solid 12px #14284b;
	margin-bottom: 40px;
}
.alternate .homepage-category-title {
	border-bottom: solid 12px #00a19a;
}
.homepage-category-wrapper h3 {
    padding: 0;
	margin: 0;
    font-size: 18px;
	text-transform: uppercase;
    color: #14284b;
	font-weight: normal;
	text-align: left;
}
.homepage-category-wrapper.alternate h3 {
    color: #00a19a;
}
.homepage-category-wrapper hr { 
	border-color: #14284b; 
	border-width: 2px; 
	margin: 13px 0 10px 0; 
	width: 25%;
	text-align: left;
}
.homepage-category-wrapper.alternate hr {
    border-color: #00a19a;
}
a:hover .homepage-category-wrapper img {
    display: block;
    opacity: 0.6;
    transition: opacity .6s ease-out;
    -moz-transition: opacity .6s ease-out;
    -webkit-transition: opacity .6s ease-out;
    -o-transition: opacity .6s ease-out;
}

#homepage-testimonials {
    background-color: #14284b;
    color: #ffffff;
}
#homepage-testimonial-swiper {
    text-align: center;
}
#homepage-testimonials h2 {
	text-align: center;
}
#homepage-testimonials h2 a {
    color: #ffffff !important;
}
#homepage-testimonials h2 a:hover {
    color: #ffffff !important;
}
#homepage-testimonials h3 {
    color: #ffffff !important;
    font-weight: 700;
    line-height: 20px;
    margin-bottom: 16px;
}
.homepage-testimonials-text p {
	padding-left: 20px;
	padding-right: 20px;
}
#homepage-our-story h2 {
    color: #14284b;;
	text-align: center;
	padding-bottom: 60px;
}
#homepage-our-story hr {
    border-color: #14284b;
    border-width: 2px;
    margin: 13px 0 10px 0;
    width: 20%;
    text-align: left;
}
#homepage-our-story a {
    padding: 0;
	margin: 0;
    font-size: 18px;
	text-transform: uppercase;
	font-weight: normal;
	text-align: left;
}
#homepage-news {
    background-color: #00a19a;
    color: #ffffff;
	padding: 30px 0 60px 0;
}
#homepage-news h2 {
    color: #ffffff;
	text-align: center;
}
#homepage-news h3 {
    color: #ffffff;
}
#homepage-news hr { 
	border-color: #ffffff; 
	border-width: 2px; 
	margin: 24px 0 10px 0; 
	width: 45%;
	text-align: left;
}
#homepage-news a {
    padding: 0;
	margin: 0;
    font-size: 18px;
	text-transform: uppercase;
    color: #ffffff;
	font-weight: normal;
	text-align: left;
}
#brand-logos {
    padding: 30px 0;
	text-align: center;
}
.wpls-logo-showcase .wpls-logo-cnt.slick-slide img {
	max-width: 90%;
}
slider {
    background-repeat: repeat;
    background-attachment: fixed;
    position: relative;
	padding-bottom: 0px;
}
.border-blue-white {
	background: url("images/border-blue-white.png");
	background-repeat: repeat-y;
	background-position: center;
	width: 100%;
	height: 12px;
}
.border-blue-teal {
	background: url("images/border-blue-teal.png");
	background-repeat: repeat-y;
	background-position: center;
	width: 100%;
	height: 12px;
}
.border-white-teal {
	background: url("images/border-white-teal.png");
	background-repeat: repeat-y;
	background-position: center;
	width: 100%;
	height: 12px;
	margin-top: 60px;
}
.border-blue {
	background-color: #14284b;
	height: 12px;
}
.border-white {
	background-color: #ffffff;
	height: 12px;
}
.border-teal {
	background-color: #00a19a;
	height: 12px;
}
.blue-line {
	background: url("images/blue-line.png");
	background-repeat: repeat-x;
	background-position: left center;
}
.teal-line {
	background: url("images/teal-line.png");
	background-repeat: repeat-x;
	background-position: left center;
}
#homepage-header-overlay-search {
	float: left;
}
#homepage-header-overlay-search input {
	color: #000000;
	font-weight: 400;
	height: 30px;
	font-size: 16px;
	line-height: 26px;
	margin-right: 10px;
	padding-left: 4px;
}
#header-search input {
	color: #ffffff;
	background-color:#14284b;
	font-weight: 400;
	height: 26px;
	font-size: 16px;
	line-height: 20px;
	margin-right: 10px;
	padding-left: 4px;
	max-width: 100%;
}
.furniture-widget h2 {
	text-transform: uppercase;
	text-align: center;
	font-weight: 700;
	color: #14284b;
}
.widget-product-1x2 h2 {
	color: #00a19a;
}
.title-3x1 {
	border-bottom: solid 12px #14284b;
	margin-bottom: 40px;
}
.widget-product-1x3 hr { 
	border-color: #14284b; 
	border-width: 2px; 
	margin: 13px 0 10px 0; 
	width: 40%;
	text-align: left;
}
.widget-product-1x2 hr { 
	border-color: #00a19a; 
	border-width: 2px; 
	margin: 13px 0 10px 0; 
	width: 25%;
	text-align: left;
}
.widget-product-3x1 hr { 
	border-color: #14284b; 
	border-width: 2px; 
	margin: 13px 0 10px 0; 
	width: 40%;
	text-align: left;
}
.widget-product-1x3 h3, .widget-product-3x1 h3 {
    padding: 0;
	margin: 0;
    font-size: 18px;
	text-transform: uppercase;
    color: #14284b;
	font-weight: normal;
	text-align: left;
}
.widget-product-1x2 h3 {
    padding: 0;
	margin: 0;
    font-size: 18px;
	text-transform: uppercase;
    color: #00a19a;
	font-weight: normal;
	text-align: left;
}
.widget-product-1x3 img, .widget-product-1x2 img, .widget-product-3x1 img {
	width: 100%;
}
.substituted {
	color: transparent !important;
}
.soliloquy-container .soliloquy-pager-link {
	background-image: url("images/square.png") !important;
}

.soliloquy-container .soliloquy-pager-link:hover, .soliloquy-container .soliloquy-pager-link.active {
	background-image: url("images/square-hover.png") !important; 
}
.soliloquy-container .soliloquy-prev, .soliloquy-container .soliloquy-next {
    display: none !important;
}
/* furniture section */
#furniture-post-content {
	text-align: center;
}
#furniture-visit-us {
	text-align: center;
	background-color: #00a19a;
	color: #ffffff;
}
#furniture-visit-us h2 {
	color: #ffffff;
	padding-bottom: 10px;
}
#furniture-visit-us h3 {
	color: #ffffff;
	text-transform: uppercase;
	font-size: 26px;
	margin-top: 0;
}

/* content */
#content {
    padding-top: 15px;
    padding-bottom: 20px;
}
#content ul, #content ol {
    list-style-position: inside;
}
#content ul {
    padding: 0 20px;
    margin-bottom: 1em;
}
#content ol {
    padding: 0 40px;
    margin: 10px 0;
}
#content ul ul, #content ol ol {
    margin: 0;
}
#content ul ul {
    list-style: circle;
}

#contactform {
	padding-bottom: 80px;
}
/* footer */
footer {
    background-color: #14284b;
	color: #ffffff;
	text-align: center;
	padding: 60px 0 20px 0;
}

#footer a, #footer-links a, #footer-credits a {
    color: #ffffff;
}
#footer-logo {
	padding-bottom: 40px;
}
#footer-links {
	padding-bottom: 24px;
}
#footer-credits {
	padding: 32px 0px 24px 0px;
	border-top: solid 2px #ffffff;
}

/* xs only*/
@media (max-width: 400px) {
    
    div#header-telephone {
        width: 100%;
        text-align: center;
        float: none !important;
        padding: 0;
        margin: 0;
        margin-bottom: 1rem;
    }
    
    div#header-search-social {
        width: 100%;
        float: none !important;
        display: inline-block;
        text-align: center;
    }
    
    #header-search-social a {
        float: none !important;
    }
    
    #header-search {
        max-width: 100%;
        width: 100%;
        float: none !important;
    }
    
    #header-search input {
        width: 100%;
    }
    
}

/* sm and up */
@media (min-width: 768px) {
	#header-telephone {
		font-size: 22px;
		margin-left: 0px;
	}
	#header-search-social {
		margin-right: 0px;
	}
	#header-search-social a .fa-facebook-square {
		font-size: 44px;
		margin-top: -3px;
	}
	#header-search input {
		height: 40px;
		font-size: 16px;
		line-height: 26px;
	}

}

@media (max-width: 991px) {
  .navbar-header {
      float: none;
  }
  .navbar-left,.navbar-right {
      float: none !important;
  }
  .navbar-toggle {
      display: block;
  }
  .navbar-collapse {
      border-top: 1px solid transparent;
      box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
  }
  .navbar-fixed-top {
      top: 0;
      border-width: 0 0 1px;
  }
  .navbar-collapse.collapse {
      display: none!important;
  }
  .navbar-nav {
      float: none!important;
      margin-top: 7.5px;
  }
  .navbar-nav>li {
      float: none;
  }
  .navbar-nav>li>a {
      padding-top: 10px;
      padding-bottom: 10px;
  }
  .collapse.in{
      display:block !important;
  }
}/* md and up */
@media(min-width:992px) {
	.navbar-brand{
		padding: 20px 15px;
	}
	/* homepage header */
    #homepage-header {
		display: block;
		position: relative;
        background-image: url('/wp-content/uploads/2017/09/homepage-hero-image-copy.jpg');
        background-size: cover;
        background-attachment: fixed;
        background-repeat: no-repeat;
        background-position: 0% 0%;
        height: 100vh;
    }
	#homepage-header {
		position: relative;
	}
	#homepage-header-overlay-blue {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-color: #16284c;
		opacity: 0.82;
	}
	#homepage-header-overlay-search-social {
		position: absolute;
		top: 26px;
		right: 80px;
		width: auto;
		height: auto;
		color: #ffffff;
	}
	#homepage-header-overlay-search-social a {
		color: #ffffff;
	}
	#homepage-header-overlay-logo {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
    #navbar-wrapper {
        min-height: 203px;
    }
	#header-top-nav {
		padding-top: 14px;
		padding-bottom: 14px;
		background: #ffffff;
	}
	#header-telephone {
		font-size: 22px;
		color: #14284b;
		padding-left: 0px;
		padding-right: 30px;
		margin-top: 6px;
	}
	#header-telephone a {
		color: #14284b;
		text-decoration: none;
	}
	#header-search-social {
		font-size: 22px;
		color: #14284b;
		padding-left: 30px;
		padding-right: 0px;
	}
	#header-search-social a {
		color: #14284b;
	}
	
	/* primary navigation */
   .navbar-center .navbar-home {
        display: initial;
    }
    .navbar-nav>li>a {
        text-transform: uppercase;
		padding: 48px 0px 44px 0px;
		margin-left: 40px;
		font-size: 19px;
    }
    .navbar-brand img {
        padding-top: 14px;
    }
    .navbar-center .nav {
        float: none;
        display: inline-block;
    }
}

/* lg and up */
@media(min-width:1200px) {
    .navbar-nav>li>a {
        text-transform: uppercase;
		padding: 48px 0px 44px 0px;
		margin-left: 60px;
		font-size: 22px;
    }
}   