/*
Theme Name: SetterPlay
Author:  Matthew Williams
Company: Freestart PLC
Version: 0.0.1
Tags: bootstrap
*/

/* STYLING */
*{
	outline: none!important;
}
body{
	font-family: 'Lato', Arial, sans-serif;
	font-weight: 300;
	font-size: 1.55em;
	color: #555;
	background-color: #FFFFFF;
}
h1, h2, h3, h4, h5, h6{
	line-height: 1.3;
}
h1, h2, h3{
	font-family: 'Montserrat', Arial, sans-serif;
	text-transform: uppercase;
}
h3{
	color: #3E88C9;
	font-weight: normal;
}
h4, h5, h6{
	color: #3E88C9;
	font-weight: bold;
}
ul.list-inline > li{
	padding: 0;
}
ul.list-inline > li + li{
	padding-left: 30px;
}
.text-center ul {
	max-width: -webkit-max-content;
	max-width: -moz-max-content;
	max-width: max-content;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}
blockquote{
	padding: .25em 0 .25em 40px!important
}
img{
	max-width: 100%;
	height: auto;
}
hr{
	margin-top: 12px;
	width: 135px;
	border-top: 1px solid #DDD;
}
hr.full{
	width: 100%;
}
span.bullet {
	position: relative;
	top: -2px;
	padding: 0 8px;
	font-size: 0.6em;
	color: #555;
	vertical-align: middle;
}
span.bullet:last-of-type{
	display: none;
}
label{
	width: 100%;
	margin-bottom: 2px;
	color: #3E88C9;
}
.form-control{
	width: 100%;
}
input:not(.btn),
.form-control:not(.btn){
	font-size: 1em;
	border: 1px solid #DDD;
	border-radius: 0;
	background-color: #FFF;
	box-shadow: none;
}
input:not(.btn):focus,
.form-control:not(.btn):focus{
	outline: none;
	border: 1px solid #BBB;
	box-shadow: none;
}
input:not([type="textarea"]){
	height: 42px;
}

/** Banner Title **/
.banner-title {
	font-size: 46px;
	font-weight: 500;
	text-transform: uppercase;
}

/*** read more function */
.read-more-button[data-readmore] {
	max-height: 250px;
	overflow: hidden;
}
.row.heading {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
a[data-readmore-toggle] {
	margin-top: 1em;
	float: left;
	text-align: center;
	padding: 0.5em;
	width: -webkit-max-content !important;
	width: -moz-max-content !important;
	width: max-content !important;
	background: #3e88c9;
	color: #fff;
	font-weight: 600;
	letter-spacing: 1px;
	border-radius: 3px;
}

/* case studies pagination */
.case-news-pagination {
	height: 60px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	        justify-content: center;
		position: relative;
}
.case-news-pagination a.prev {
	margin-right: 15px;
	color: #fff;
	height: 65%;
	background: #337ab7;
	padding: 0 1.25em;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	font-size: 1.2em;
	border-radius: 3px;
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
}
.case-news-pagination a.next {
	margin-left: 15px;
	color: #fff;
	height: 65%;
	background: #337ab7;
	padding: 0 1.25em;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	font-size: 1.2em;
	border-radius: 3px;
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
}
.case-news-pagination .page-numbers:not(.next):not(.prev) {
	margin-left: 5px;
	margin-right: 5px;
	font-size: 1.15em;
	font-weight: 600;
}
.case-news-pagination {
	margin: 0 15px;
}
@media (max-width: 575px) {
	.case-news-pagination {
		margin: 0 30px;
	}
}
/* woocommerce styling */
.woocommerce div.product form.cart .variations td, .woocommerce div.product form.cart .variations th {
    line-height: 1;
    padding: 0;
    font-size: 100%;
}
.woocommerce div.product form.cart .variations {
    margin-bottom: 10px;
}
.woocommerce div.product form.cart .variations th label {
    display: block;
    color: #000;
    width: 100%;
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
	margin-bottom: 15px;
    text-transform: uppercase;
}
.woocommerce div.product form.cart .variations tr {
	display: block;
}
.woocommerce div.product form.cart div.quantity::before {
    content: "Qty";
    display: block;
    position: absolute;
    bottom: calc(100% + 3px);
    font-size: 14px;
    font-weight: 700;
}
span.woocommerce-Price-amount.amount, .summary .price, .woocommerce div.product p.price, .woocommerce div.product span.price {
    color: #444444;
    font-weight: 600;
    font-size: 34px;
    line-height: 41px;
    letter-spacing: -0.05em;
}
.woocommerce div.product div.summary button[type="submit"] {
    background: #4CD18D;
    text-transform: uppercase;
    width: 100%;
	flex: 1;
}
.woocommerce div.product form.cart div.quantity {
    position: relative;
    float: none;
}
.woocommerce-product-details__short-description {
    font-size: 14px;
    font-weight: 500;
    color: #000;
}
.woocommerce .quantity .qty {
    background: #f3f3f3;
    border: 1px solid #cdcdcd;
    border-radius: 3px;
    position: relative;
}
.woocommerce div.product form.cart .variations .value select {
    background: #F3F3F3;
    border: 1px solid #cdcdcd;
    border-radius: 3px;
    margin-right: 0;
    width: 100%;
    padding: 10px 17px;
}
.woocommerce div.product form.cart table td {
    width: 100%;
    display: block;
}
.woocommerce-variation-add-to-cart {
    display: flex;
    justify-content: space-between;
	padding-top: 10px;
}
h1.single-product-title {
    text-transform: none;
    font-weight: 700;
    font-size: 28px;
    color: #000;
}
.woocommerce-variation-price .amount bdi {
    font-size: 20px;
    color: #3f88c9;
    margin-bottom: 20px;
    display: block;
    letter-spacing: 1px;
}
.woocommerce div.product div.images .flex-control-thumbs li {
    float: none;
    width: 100%;
}
.woocommerce div.product div.images .flex-control-thumbs li img {
    height: 100%;
}
ol.flex-control-nav.flex-control-thumbs {
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(80px, 1fr));
    grid-gap: 10px;
    grid-auto-flow: dense;
    margin-top: 10px !important;
}

.woocommerce-tabs.wc-tabs-wrapper {
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(46%, 1fr));
    grid-gap: 10px;
    grid-auto-flow: dense;
	position: relative;
	padding: 30px 0;
}
.woocommerce div.product .woocommerce-tabs .panel p {
    color: #000;
    font-size: 14px;
    font-weight: 300;
}
.woocommerce div.product .woocommerce-tabs .panel h2 {
    text-transform: math-auto;
    font-weight: 700;
    font-size: 26px;
    color: #000;
    letter-spacing: -1px;
}
span.installation-label {
    background: #4186C9;
    color: #fff;
    display: inline-block;
    border-radius: 3px;
    padding: 6px 15px;
    text-transform: uppercase;
    font-weight: 500;
}
.entry-summary .installation-label + em {
    display: block;
    font-size: 14px;
    color: #000;
    font-weight: 500;
    margin-bottom: 10px;
    margin-top: 10px;
}
a.checkout-button.button.alt.wc-forward.wp-element-button {
    background: #4186C9;
    width: 100%;
    text-align: center;
}
.woocommerce table.shop_table td img {
    max-width: 80px;
    max-height: 80px;
}
.woocommerce table.shop_table td.product-price bdi {
    font-size: 14px;
    letter-spacing: 1px;
    color: #000;
}
.woocommerce table.shop_table td.product-subtotal bdi {
    font-size: 14px;
    letter-spacing: 1px;
    color: #4186c9;
}
.woocommerce table.shop_table td.product-name a {
    font-size: 16px;
    color: #4186C9;
    font-weight: 700;
}
.woocommerce table.shop_table {
    border: none;
}
body .woocommerce a.remove {
    color: #707070 !important;
    font-weight: 500;
}
body .woocommerce a.remove:hover {
    color: #707070 !important;
    background: #F2F2F2;
}
.cart_totals h2 {
    text-transform: none;
    font-size: 24px;
    font-weight: 600;
    color: #000;
}
.cart_totals .amount bdi {
    color: #000;
    font-weight: 700;
    font-size: 16px;
    letter-spacing: 1px;
}
.woocommerce .cart-collaterals {
    background: #FAFAFA;
    padding: 30px 15px;
}
.woocommerce div.product .woocommerce-tabs .panel {
    background: transparent;
    border: none;
    box-shadow: none;
}
.woocommerce-tabs.wc-tabs-wrapper::before {
    content: "";
    background: #F9F9F9;
    position: absolute;
    left: -50vw;
    right: -50vw;
    width: 400vw;
    height: 100%;
    z-index: -1;
    top: 0;
}
/* WP-BAR */
.wp-logged-in #header.home{
	margin-top: 32px;
}

/* BOOTSTRAP CHANGES */
.row-eq-height {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

/* PAGINATION */
.pagination li{
	color: #333;
	background-color: #e2e2e2!important;
	border-color: #c3c3c3;
	border-radius: 0;
}
.pagination .current{
	background-color: #dee9f3;
	border: 1px solid #c7d2db;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span{
	margin-left: 0;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	color: #333;
}

/* BUTTONS */
.btn{
	padding: 0 18px;
	height: 46px;
	font-family: 'Montserrat', Arial, sans-serif;
	text-transform: uppercase;
	border: none;
	border-radius: 0;
	box-shadow: 0 3px rgba(0, 0, 0, .05);
}
.btn.btn-outline{
	box-shadow: none;
}
.btn.btn-primary{
	color: #FFF;
	background-color: #3E88C9;
}
.btn.btn-outline.btn-primary{
	color: #3E88C9;
	border: 1px solid #3E88C9;
	background-color: transparent;
}
.btn.btn-primary:hover,
.btn.btn-primary:focus,
.btn.btn-primary:active{
	outline: none;
	color: #F9F9F9;
	background-color: #397CB7;
}
.btn.btn-success{
	color: #FFF;
	background-color: #4CD18D;
}
.btn.btn-outline.btn-success{
	color: #4CD18D;
	border: 1px solid #4CD18D;
	background-color: transparent;
}
.btn.btn-success:hover,
.btn.btn-success:focus,
.btn.btn-success:active{
	outline: none;
	color: #F9F9F9;
	background-color: #46BE81;
}

/* THUMBNAILS */
.thumbnail{
	position: relative;
	padding: 0;
	margin: 0 auto 30px;
	max-width: 360px;
	border: none;
	border-radius: 0;
	background-color: transparent;
}
.thumbnail img,
.thumbnail .featuredimage{
	width: 100%;
	height: 250px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.thumbnail .datetime{
	position: absolute;
	top: 10px;
	left: 0;
	padding: 4px 8px;
	font-size: .9em;
	font-weight: 400;
	color: #333;
	background-color: #FFF;
}
.thumbnail .caption{
	padding: 10px 0;
	color: #555;
}
.thumbnail .caption a{
	color: #45C93E;
	font-weight: 700;
}

.collapsing {
	-webkit-transition: height 0!important;
	-moz-transition: height 0!important;
	-ms-transition: height 0!important;
	-o-transition: height 0!important;
	transition: height 0!important;
}

/* HEADER */
#header{
	position: relative;
	margin-bottom: 24px;
	padding-top: 12px;
	padding-bottom: 0;
	background-image: url('../assets/header_bg_2.jpg');
	background-position: top center;
	background-color: #3E88C9;
}
#header.home{
	position: absolute;
	z-index: 9999;
	top: 0;
	left: 0;
	right: 0;
	background-image: none;
	background-color: transparent;
	background: -moz-linear-gradient(top,  rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, 0) 100%);
	background: -webkit-linear-gradient(top,  rgba(0, 0, 0, .5) 0%,rgba(0, 0, 0, 0) 100%);
	background: linear-gradient(to bottom,  rgba(0, 0, 0, .5) 0%,rgba(0, 0, 0, 0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 );
}
#header:not(.home){
	padding-bottom: 48px;
}
body.loggedin > #header.home{
	top: 32px!important;
}
#header .container{
	position: relative;
}
#header .navbar{
	min-height: 70px;
}
#header .navbar.navbar-default{
	border: none;
	border-radius: 0;
	background-color: transparent;
}
#header .navbar #navbar-mobile{
	position: relative;
}
#header .navbar .navbar-header .navbar-brand{
	position: relative;
	z-index: 9999;
	min-height: 100px;
}
#header .navbar .navbar-header .navbar-brand > img{
	height: 70px;
}
#header #navigation > ul#contact-details{
	margin-bottom: 2px;
	font-size: 1.3em;
	font-weight: 400;
}
#header #navigation{
	position: absolute;
	right: 15px;
	width: 100%;
}
#header #navigation > ul > li > a{
	color: #FFF;
	text-shadow: 0 1px rgba(0, 0, 0, .5), 0 0 10px rgba(0, 0, 0, .6);
}
#header form i{
	color: #F9F9F9!important;
	text-shadow: 0 1px rgba(0, 0, 0, .5), 0 0 10px rgba(0, 0, 0, .6);
}
#header #navigation input.search{
	margin-left: 10px;
	width: 90px;
	height: 26px;
	color: #F9F9F9;
	font-size: 0.7em;
	border: none;
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
	background-color: transparent;
}
#header #navigation input.search::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: rgba(255, 255, 255, 0.7);
}
#header #navigation input.search::-moz-placeholder { /* Firefox 19+ */
	color: rgba(255, 255, 255, 0.7);
}
#header #navigation input.search:-ms-input-placeholder { /* IE 10+ */
	color: rgba(255, 255, 255, 0.7);
}
#header #navigation input.search:-moz-placeholder { /* Firefox 18- */
	color: rgba(255, 255, 255, 0.7);
}
.nav-primary{
	overflow: visible!important;
}

/* HEADER - NAVIGATION (UBERMENU) */
.ubermenu .ubermenu-item-level-0 > .ubermenu-target{
	padding: 0;
	color: #FFF;
	font-family: 'Cutie Patootie';
	font-weight: normal;
	font-size: 1.85em;
	text-shadow: 0 1px rgba(0, 0, 0, .5), 0 0 10px rgba(0, 0, 0, .6);
}
.ubermenu .ubermenu-item:last-of-type > a{
	padding-right: 0!important;
}
.ubermenu .ubermenu-item-level-0 > .ubermenu-target:after{
	margin-top: -5px;
	right: 4px!important;
	font-size: 18px;	
}
.ubermenu .ubermenu-item-level-0 + .ubermenu-item-level-0{
	padding-left: 0;
}
.ubermenu-sub-indicators .ubermenu-has-submenu-drop > .ubermenu-target{
	padding-right: 20px;
}
.ubermenu .ubermenu-item-level-0 > .ubermenu-submenu{
	margin-top: 24px!important;
	padding: 4px 12px 12px;
	min-width: 300px;
	border: none;
	border-top: 6px solid #EEE;
	border-radius: 0;
	background-color: #F9F9F9;
	box-shadow: 0 5px rgba(0, 0, 0, .05), 0 10px 25px rgba(0, 0, 0, .35);
}
.ubermenu .ubermenu-item-level-0 > .ubermenu-submenu h4{
	margin-top: 15px;
	margin-bottom: 3px;
}
.ubermenu .ubermenu-item-level-0 > .ubermenu-submenu .ubermenu-custom-content-padded{
	padding-top: 0;
}
.ubermenu .ubermenu-item-level-0 > .ubermenu-submenu .ubermenu-target-text{
	color: #555;
	font-size: .92em;
}
.ubermenu .ubermenu-item-level-0 > .ubermenu-submenu .ubermenu-target-description{
	display: none!important;
}
.ubermenu .ubermenu-colgroup .ubermenu-column,
.ubermenu .ubermenu-custom-content-padded,
.ubermenu .ubermenu-nonlink,
.ubermenu .ubermenu-retractor,
.ubermenu .ubermenu-submenu-padded,
.ubermenu .ubermenu-submenu-type-stack > .ubermenu-item-normal > .ubermenu-target,
.ubermenu .ubermenu-target,
.ubermenu .ubermenu-widget,
.ubermenu-responsive-toggle{
	padding: 2px 15px!important;
}
.ubermenu-sub-indicators .ubermenu-has-submenu-drop > .ubermenu-target:after{
	display: none!important;
}
.ubermenu .ubermenu-item-type-column>.ubermenu-submenu-type-stack>.ubermenu-item-normal:first-child {
	margin-top: 0!important;
}

/* SLIDER */
#slider{
	position: relative;
}
#slider .owl-image{
	width: 100%;
	min-height: 500px;
	max-height: 720px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
#slider .owl-controls{
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	height: 50px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
#slider .owl-controls .owl-nav [class*=owl-]{
	position: absolute;
	margin: 0;
	padding: 10px;
	font-size: 1.25em;
	border-radius: 0;
	background: rgba(0, 0, 0, .5);
}
#slider .owl-controls .owl-nav [class*=owl-]:hover{
	background: rgba(0, 0, 0, .65);
}
#slider .owl-controls .owl-nav .owl-prev{
	left: 0;
}
#slider .owl-controls .owl-nav .owl-next{
	right: 0;
}
#slider .owl-item .owl-overlay{
	opacity: 0;
	position: absolute;
	z-index: 99999;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	transition: opacity .25s ease;
}
#slider .owl-item.active .owl-overlay{
	opacity: 1;
	transition: opacity 1s ease .5s;
}
#slider .owl-slide .owl-overlay .owl-captions{
	position: absolute;
	top: 50%;
	left: 50%;
	width: 70%;
	max-width: 1024px;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	text-shadow: 0 0 15px black, 0 0 15px black;
	text-align: center;
	color: #FFF;
}
#slider .owl-slide .owl-overlay .owl-captions h1{
	font-size: 3.25em;
}
#slider .owl-slide .owl-overlay .owl-captions p{
	font-weight: 400;
}

/* SECTIONS */
.row.heading{
	margin-bottom: 40px;
}

/* PRODUCT CATEGORIES */
#product-categories{
	padding: 24px 0;
}

/* DESIGN PROCESS */
#design-process{
	position: relative;
	padding: 128px 0;
	min-height: 300px;
	background-image: url('../assets/process-bg.jpg');
	background-repeat: no-repeat;
	background-color: #E9E9E9;
}
#design-process .container{
	position: relative;
	z-index: 50;
}
#design-process .tabs-circle h2{
	margin: 0;
	text-align: center;
}
#design-process .tab-content > .tab-pane{
	margin-top: 60px;
	transition: opacity .5s ease;
}
/* paramount product cat */

.product-category-page h2.heading {
    color: #000;
    font-size: 26px;
    font-weight: 700;
}
.product-category-page .term-description {
    font-size: 13px;
    color: #525252;
}
.product-category-page .products .product {
    border: solid 1px #E7E7E7;
    border-radius: 4px;
    overflow: hidden;
}
.product-category-page span.woocommerce-Price-amount.amount, .product-category-page .woocommerce ul.products li.product .price {
    font-size: 16px;
    color: #000;
}

.product-category-page .woocommerce ul.products li.product .woocommerce-loop-product__title {
    color: #000;
    text-transform: none;
    font-weight: 700;
    font-size: 16px;
}
.product-category-page .woocommerce ul.products li.product .button {
    width: 100%;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 12px;
    background: #4186C9;
    border-radius: 2px;
    padding: 12px;
}
.product-category-page .product a.woocommerce-LoopProduct-link.woocommerce-loop-product__link {
    padding: 20px;
    display: block;
}
.product-category-page .woocommerce ul.products li.product a img {
    max-width: 200%;
    width: calc(100% + 40px);
    margin-left: -20px;
    margin-top: -20px;
}
/* CASE STUDIES */
#case-studies{
	position: relative;
	padding: 32px 0;
}
#case-studies .row + .row{
	margin-top: 30px;
}

/* PLAY CATEGORIES */
#categories{
	margin-bottom: 32px;
}

/* CONTENT */
#main{
	margin-bottom: 64px;
}
h2.heading{
	margin-top: 0;
	margin-bottom: 0;
	color: #3E88C9;
	text-transform: none;
}
h5.subheading{
	margin-top: 3px;
	color: #AAA;
}
h6.subheading{
	color: #AAA;
}
.ssba{
	margin-bottom: 16px;
}
.main-content p{
	margin-bottom: 32px;
}
.sidebar-products{
	padding-top: 5px;
	padding-bottom: 15px;
	color: #999;
	border: 1px solid #DDD;
	border-radius: 5px;
	background-color: #EEE;
}

/* SEARCH RESULTS */
#searchform input.search{
	padding: 0 16px;
	min-width: 300px;
}

/* CONTACT FORM 7 CUSTOM STYLING */
.wpcf7-form{
	padding: 18px 24px;
	border-radius: 5px;
	border: 1px solid #d9d9d9;
	background-color: #f2f2f2;
}
.wpcf7-form .wpcf7-response-output{
	margin: 0;
	padding: 15px;
	margin-bottom: 20px;
	border: 1px solid transparent;
	border-radius: 4px;
}
.wpcf7-form .wpcf7-mail-sent-ok{
	color: #3c763d;
	background-color: #dff0d8;
	border-color: #d6e9c6;
}
.wpcf7-form .wpcf7-mail-sent-ng,
.wpcf7-form .wpcf7-spam-blocked,
.wpcf7-form .wpcf7-validation-errors{
	color: #a94442;
	background-color: #f2dede;
	border-color: #ebccd1;
}
.wpcf7-form .wpcf7-not-valid-tip{
	color: #d14c4c;
	font-size: 0.85em;
}

/* SIDEBAR */
.sidebar section{
	margin-bottom: 24px;
	padding: 8px 18px;
	color: #999;
	border: 1px solid #DDD;
	border-radius: 5px;
	background-color: #EEE;
}
.sidebar > section + section{
	margin-top: 32px;
}
.sidebar > section h2{
	margin-top: 8px;
	font-family: 'Lato', Arial, sans-serif;
	color: #3E88C9;
	font-size: 1.2em;
	font-weight: bold;
	text-transform: none;
}
.sidebar-products .sidebar-section + .sidebar-section{
	margin-top: 24px;
}
.sidebar-products [class^="col-"]:nth-of-type(odd){
	padding-left:25px;
	padding-right: 10px;
}
.sidebar-products [class^="col-"]:nth-of-type(even){
	padding-left: 10px;
	padding-right:25px;
}
.sidebar-products figure{
	position: relative;
	margin-bottom: 16px;
}

/* CONTACT CALL-TO-ACTION */
#contact-call-to-action{
	position: relative;
	padding: 128px 0 64px;
	background-image: url('../assets/calltoaction-bg.jpg');
	background-repeat: no-repeat;
	background-position: bottom center;
	background-color: #C1D2E2;
}
#contact-call-to-action p{
	margin-top: 24px;
}

/* FOOTER TOP */
#footer-top{
	position: relative;
	padding: 128px 0 64px;
	color: #FFF;
	background-image: url('../assets/footer-bg.jpg');
	background-repeat: no-repeat;
	background-position: top center;
	background-color: #3E88C9;
}
#footer-top a{
	color: #FFF;
}
#footer-top h4{
	margin-bottom: 26px;
	color: #FFF;
}
#footer-top p{
	margin-bottom: 24px;
}
#footer-top input.form-control{
	border: none;
}
#footer-top button{
	height: 32px;
}
#footer-top .logo{
	margin-bottom: 16px;
	height: 42px;
}

/* FOOTER BOTTOM */
#footer-bottom{
	position: relative;
	padding: 24px 0;
	color: #777777;
	font-weight: 700;
	background-color: #333;
	box-shadow: inset 0 10px 15px rgba(0, 0, 0, .15);
}
#footer-bottom .text-right{
	color: #FFF;
}
#footer-bottom .logo{
	position: relative;
	height: 32px;
	top: -5px;
}

/* FOUR OH FOUR */
body.fourohfour #wrapper{
	position: fixed;
	top: 50%;
	left: 50%;
	width: 100%;
	max-width: 400px;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	text-align: center;
}
body.fourohfour #wrapper .logo{
	height: 64px;
}

/* PAGE - CONTACT */
#main.page-contact .contact-location,
#main.page-contact .contact-telephone,
#main.page-contact .contact-emailaddress{
	position: relative;
	margin-bottom: 24px;
	padding-left: 32px;
}
#main.page-contact .contact-location > i,
#main.page-contact .contact-telephone > i,
#main.page-contact .contact-emailaddress > i{
	position: absolute;
	top: 0;
	left: 0;
}

/* PAINT STREAKS */
.paintstreak-top,
.paintstreak-top-lightblue,
.paintstreak-bottom,
.paintstreak-bottom-lightblue{
	position: absolute;
	z-index: 10;
	height: 78px;
	left: 0;
	right: 0;
	background-position: top right;
}
.paintstreak-top,
.paintstreak-bottom{
	background-image: url('../assets/paintstreak-white-scaled.png');
}
.paintstreak-top-lightblue,
.paintstreak-bottom-lightblue{
	background-image: url('../assets/paintstreak-lightblue.png');
}
.paintstreak-top,
.paintstreak-top-lightblue{
	top: 0;
	background-position: 0 -78px;
}
.paintstreak-bottom,
.paintstreak-bottom-lightblue{
	bottom: 0;
}

/* SOCIAL ICONS */
.socialicon{
	width: 32px;
	height: 32px;
	background-repeat: no-repeat;
	background-size: 100%;
}
.socialicon.twitter{
	background-image: url('../assets/social/social-twitter.svg');
}
.socialicon.facebook{
	background-image: url('../assets/social/social-facebook.svg');
}
.socialicon.googleplus{
	background-image: url('../assets/social/social-googleplus.svg');
}
.socialicon.youtube{
	background-image: url('../assets/social/social-youtube.svg');
}

/* FANCYBOX */
.fancybox:after{
	opacity: 0;
	padding-top: calc(50% - 16px);
	padding-left: calc(50% - 10px);
	font-family: 'FontAwesome';
	font-size: 1.5em;
	color: #F9F9F9;
	content: '\f002';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0,0,0,0.5);
	transition: opacity .2s ease;
}
.fancybox:hover:after{
	opacity: 1;
}

/* MEDIA QUERIES */
@media (min-width: 1200px) {

	/* SLIDER */
	#slider .owl-image{
		height: 720px;
	}

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

	/* HEADER */
	#header #navigation > ul#main-nav > li > a{
		padding: 0 10px;
		font-size: 1.5em;
	}

	/* SLIDER */
	#slider .owl-slide .owl-overlay .owl-captions h1{
		font-size: 2.25em;
	}

	/* NAVIGATION */
	.ubermenu .ubermenu-target{
		padding: 2px 12px!important;
	}
	.ubermenu .ubermenu-item-level-0 > .ubermenu-target{
		font-size: 1.55em!important;
	}
}
@media (min-width: 992px) {

	/* FOOTER */
	#footer-top .contact-location,
	#footer-top .contact-telephone,
	#footer-top .contact-emailaddress{
		position: relative;
		padding-left: 32px;
	}
	#footer-top .contact-location > i,
	#footer-top .contact-telephone > i,
	#footer-top .contact-emailaddress > i{
		position: absolute;
		top: 0;
		left: 0;
	}

	/* DESIGN PROCESS */
	#design-process .tabs-circle{
		width: 110px;
		height: 110px;
	}
}
@media (max-width: 991px) {

	/* HEADER */
	#header #navigation #contact-details{
		display: none;
	}

	/* SLIDER */
	#slider .owl-slide .owl-overlay .owl-captions h1{
		font-size: 2em;
	}

	/* FOOTER */
	#footer-top,
	#footer-bottom{
		text-align: center;
	}
	#footer-top h4{
		margin-bottom: 4px;
	}
	#footer-top .col-xs-12 + .col-xs-12{
		margin-top: 16px;
	}
	#footer-top .col-sm-6:nth-child(2n+1){
		clear: none;
	}
	#footer-bottom{
		line-height: 2;
	}
	#footer-bottom .logo{
		top: 8px;
	}
	#footer-top .contact-location{
		padding: 0 15%;
	}
	#footer-top .contact-location > i,
	#footer-top .contact-telephone > i,
	#footer-top .contact-emailaddress > i{
		display: block;
	}
}
@media (min-width: 768px) and (max-width: 991px){

	/* HEADER */
	#header .navbar{
		height: 135px;
	}
	#header .navbar .navbar-header{
		position: relative;
		left: 50%;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
	}
	#header #navigation{
		margin-top: 90px;
		margin-right: 15px;
		width: 100%;
		text-align: center;
	}
	#header #navigation #contact-details{
		text-align: center;
	}

	/* DESIGN PROCESS */
	#design-process .nav-tabs > li > a{
		padding: 10px;
	}
	#design-process .tabs-circle{
		width: 110px;
		height: 110px;
	}
}
@media (min-width: 768px) {

	/* NAVIGATION */
	.ubermenu .ubermenu-retractor{
		display: none!important;
	}

	/* DESIGN PROCESS */
	#design-process .nav-tabs{
		display: inline-block;
		margin: 0 auto;
		height: 130px;
	}
	#design-process .nav-tabs > li > a,
	#design-process .nav-tabs > li > a:hover,
	#design-process .nav-tabs > li > a:focus,
	#design-process .nav-tabs > .active > a,
	#design-process .nav-tabs > .active > a:hover,
	#design-process .nav-tabs > .active > a:focus{
		border: none;
		border-radius: 0;
		background-color: transparent;
	}
	#design-process .tabs-circle{
		position: relative;
		margin: 0 auto;
		color: #FFF;
		border-radius: 100px;
		background-color: rgba(0, 0, 0, .12);
		transition: width .5s ease, height .5s ease, box-shadow .5s ease;
	}
	#design-process .active .tabs-circle{
		width: 130px;
		height: 130px;
		background-color: #A67A53;
		box-shadow: 0 3px 10px rgba(0, 0, 0, .30);
	}
	#design-process .tabs-circle .tabs-inner{
		position: absolute;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		font-size: 0.8em;
		font-weight: bold;
	}
	#design-process #designprocess03{
		float: left;
		margin-bottom: -135px;
	}
}
@media (max-width: 767px) {

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

	.navbar-collapse {
		overflow: visible!important;
	}

	/* HEADER */
	#header .navbar .navbar-toggle{
		margin: 28px 28px 28px 0;
		padding: 0;
		height: 42px;
		border: none;
		border-radius: 0;
		cursor: pointer;
	}
	#header .navbar .navbar-toggle:hover,
	#header .navbar .navbar-toggle:focus{
		background-color: transparent;
	}
	#header .navbar #navbar-mobile{
		position: static;
		width: 400px;
		margin-left: 0;
		border-top: none;
		background-color: #333;
		box-shadow: inset 0 15px 20px -10px rgba(0, 0, 0, .25);
	}
	#header #navigation{
		margin: 0;
		z-index: 1000;
	}
	#header #navigation > ul#main-nav{
		margin: 0;
	}
	#header #navigation > ul#main-nav > li{
		display: block;
	}
	#header #navigation > ul#main-nav > li + li{
		padding: 0;
	}
	#header #navigation > ul#main-nav > li > a{
		display: block;
		padding: 15px;
		font-family: 'Lato', Arial, sans-serif;
		font-size: 1em;
		color: #333;
		text-shadow: none;
	}
	#header #navigation > ul#main-nav > li > a:hover,
	#header #navigation > ul#main-nav > li > a:focus{
		background-color: #EEE;
		background-color: rgba(0, 0, 0, .05);
	}
	#header #navigation > ul#main-nav > li + li > a{
		border-top: 1px dashed #CCC;
	}
	#header #navigation > ul#main-nav > li > ul{
		position: static;
		float: none;
		margin-top: 0;
		border: none;
		background-color: #ededed;
		box-shadow: none;
	}

	/* NAVIGATION */
	#navbar-mobile{
		transition: height .5s ease;
	}
	#header #navigation{
		right: 0;
		background-color: #282828;
		box-shadow: inset 0 16px 8px -14px rgba(0, 0, 0, 0.25), inset 0 -16px 8px -14px rgba(0, 0, 0, 0.25);
	}
	.ubermenu .ubermenu-nav{
		padding: 10px 0 15px!important;
	}
	.ubermenu .ubermenu-item-level-0{
		display: block!important;
	}
	.ubermenu .ubermenu-item-level-0 > .ubermenu-target{
		padding: 7px 15px 12px!important;
		font-family: 'Lato', Arial, sans-serif;
		font-size: 1em!important;
		box-shadow: none;
	}
	.ubermenu .ubermenu-item-level-0 > .ubermenu-target:hover,
	.ubermenu .ubermenu-item-level-0 > .ubermenu-target:focus{
		background-color: #353535;
	}
	.ubermenu .ubermenu-item-level-0 > .ubermenu-submenu{
		display: none;
		position: static!important;
		margin-top: 0!important;
		padding: 0!important;
		background-color: #222!important;
		border-top: none!important;
		box-shadow: none!important;
		color: #F9F9F9!important;
		overflow: visible!important;
	}
	.ubermenu .ubermenu-nav .ubermenu-column-1-4{
		width: 100%!important;
	}
	.ubermenu .ubermenu-item-level-0 > .ubermenu-submenu .ubermenu-target-text{
		color: #F9F9F9;
	}
	.ubermenu .ubermenu-retractor{
		position: absolute!important;
		top: -44px!important;
		right: 0!important;
		padding: 10px!important;
		background-color: #3e88c9!important;
	}
	.ubermenu .ubermenu-item.ubermenu-active.ubermenu-in-transition>.ubermenu-submenu-drop, .ubermenu .ubermenu-item.ubermenu-in-transition>.ubermenu-submenu-drop{
		overflow: visible!important;
	}

	/* SLIDER */
	#slider .owl-slide .owl-overlay .owl-captions > p{
		display: none;
	}

	/* PRODUCT CATEGORIES */

	/* DESIGN PROCESS */
	#design-process .nav.nav-tabs{
		border: 1px solid #C2C2C2;
		border-radius: 5px;
		background-color: #F9F9F9;
	}
	#design-process .nav.nav-tabs > li{
		float: none;
	}
	#design-process .nav.nav-tabs > li + li{
		border-top: 1px solid #E2E2E2;
	}
	#design-process .nav.nav-tabs > li > a{
		margin-right: 0;
		border-radius: 0;
		border: none;
	}
	#design-process .nav.nav-tabs > li.active > a {
		color: #F9F9f9;
		background-color: #3E88C9;
	}
	#design-process .nav.nav-tabs > li > a h2{
		margin: 0;
		display: inline-block;
		font-size: 1em;
		margin-right: 8px;
	}

	/* CONTACT FORM 7 CUSTOM STYLING */
	.wpcf7-form{
		margin-bottom: 32px;
	}

	/* FOOTER */
	#footer-bottom{
		font-size: 0.85em;
	}
}
@media (max-width: 420px) {
	#header .navbar .navbar-header .navbar-brand{
		min-height: 90px;
	}
	#header .navbar .navbar-header .navbar-brand > img{
		height: 60px;
	}
}


/*  Bootstrap Clearfix */

/*  Tablet  */
@media (min-width:767px){

	/* Column clear fix */
	.col-lg-1:nth-child(12n+1),
	.col-lg-2:nth-child(6n+1),
	.col-lg-3:nth-child(4n+1),
	.col-lg-4:nth-child(3n+1),
	.col-lg-6:nth-child(2n+1),
	.col-md-1:nth-child(12n+1),
	.col-md-2:nth-child(6n+1),
	.col-md-3:nth-child(4n+1),
	.col-md-4:nth-child(3n+1),
	.col-md-6:nth-child(2n+1){
		clear: none;
	}
	.col-sm-1:nth-child(12n+1),
	.col-sm-2:nth-child(6n+1),
	.col-sm-3:nth-child(4n+1),
	.col-sm-4:nth-child(3n+1),
	.col-sm-6:nth-child(2n+1){
		clear: left;
	}
}


/*  Medium Desktop  */
@media (min-width:992px){

	/* Column clear fix */
	.col-lg-1:nth-child(12n+1),
	.col-lg-2:nth-child(6n+1),
	.col-lg-3:nth-child(4n+1),
	.col-lg-4:nth-child(3n+1),
	.col-lg-6:nth-child(2n+1),
	.col-sm-1:nth-child(12n+1),
	.col-sm-2:nth-child(6n+1),
	.col-sm-3:nth-child(4n+1),
	.col-sm-4:nth-child(3n+1),
	.col-sm-6:nth-child(2n+1){
		clear: none;
	}
	.col-md-1:nth-child(12n+1),
	.col-md-2:nth-child(6n+1),
	.col-md-3:nth-child(4n+1),
	.col-md-4:nth-child(3n+1),
	.col-md-6:nth-child(2n+1){
		clear: left;
	}
}


/*  Large Desktop  */
@media (min-width:1200px){

	/* Column clear fix */
	.col-md-1:nth-child(12n+1),
	.col-md-2:nth-child(6n+1),
	.col-md-3:nth-child(4n+1),
	.col-md-4:nth-child(3n+1),
	.col-md-6:nth-child(2n+1),
	.col-sm-1:nth-child(12n+1),
	.col-sm-2:nth-child(6n+1),
	.col-sm-3:nth-child(4n+1),
	.col-sm-4:nth-child(3n+1),
	.col-sm-6:nth-child(2n+1){
		clear: none;
	}
	.col-lg-1:nth-child(12n+1),
	.col-lg-2:nth-child(6n+1),
	.col-lg-3:nth-child(4n+1),
	.col-lg-4:nth-child(3n+1),
	.col-lg-6:nth-child(2n+1){
		clear: left;
	}
}

/* blockquote styling for testimonials page */
blockquote {
	font-family: Georgia, serif;
	font-size: 16px;
	font-style: italic;
	margin: 0.25em 0;
	padding: 0.25em 40px;
	line-height: 1.45;
	position: relative;
	color: #555;
}
blockquote:before {
	display: block;
	content: "\201C";
	font-size: 80px;
	position: absolute;
	left: -20px;
	top: -20px;
	color: #3E88C9;
}
blockquote cite {
	color: #3E88C9;
	font-size: 14px;
	display: block;
	margin-top: 5px;
}

blockquote cite:before {
	content: "\2014 \2009";
}
.product-main-image {
	margin-bottom: 10px;
}

/* product image carousel */
#product-carousel .product-image {
	position: relative;
	margin: 3px;
}
#product-carousel .product-image img {
	display: block;
	width: 400px;
	height: auto;
	border-radius: 5px;
}
#product-carousel .product-image .fancybox:after{
	padding-top: calc(50% - 32px)!important;
}

/* FAQs */

/* FAQ Section */

.faq-internals {
	padding-top: 25px;
	padding-bottom: 25px;
}

.faq-container {
	margin-left: 15%;
	margin-right: 15%;
}

.buttonFAQs {
	margin-top: 20px;
}

.accordion-section h3.acc {
	position: relative;
	padding-top: 25px;
	padding-bottom: 25px;
	font-weight: 500;
	font-size: 18px;
	cursor: pointer;
	color: #000;
	padding-left: 20px;
	padding-right: 10px;
	margin-bottom: 0px;
}

.accordion-section h3.acc::after {
	font-family: 'Font Awesome 5 Free';
	font-weight: 800;
	font-size: 20px;
	content: "\f078";
	position: absolute;
	right: 15px;
	transition: transform 0.5s ease-in-out;
}

.accordion-section h3.acc.accordion-open::after {
	transform: rotate(180deg);
}

.accordion-section span {
	display: none;
}

.accordion-section p {
	padding: 0 20px;
	/*display: none;*/
	margin-left: 0px;
}

.accordion-section p:last-child {
	margin-bottom: 1.3em;
}



.faqHeader {
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 22px;
}

.faqContent {
	display: none;
	padding: 20px;
}


@media all and (max-width: 480px) {
	.accordion-section h3.acc {
		font-size: 18px;
		padding-left: 5px;
	}

	.faq-container {
		margin-left: 5%;
		margin-right: 5%;
	}
}

@media all and (max-width: 360px) {
	.accordion-section h3.acc {
		font-size: 16px;
	}
	
	.accordion-section p {
		margin-left: 0;
	}
}

@media all and (max-width: 325px) {
	.accordion-section h3.acc {
		font-size: 15px;
	}
}

.accordion-section h3 {
	position: relative;
	font-weight: 600;
	cursor: pointer;
	color: #fff;
}

.accordion-section h3::before {
	content: "+  ";
	font-family: monospace;
	color: #232323;
}

.accordion-section h3.accordion-open::before {
	content: "-  ";
	font-family: monospace;
	color: #232323;
}

.accordion-section p, .accordion-section ul, .accordion-section ol {
	display: none;
}

.faq-section {
	padding-top: 50px;
	padding-bottom: 50px;
}
