/*
Theme Name: Exotic Graphics
Template: Impreza
Version: 1.0
Author:	Red Liquid Blue
Theme URI: http://redliquidblue.com
Author URI: http://redliquidblue.com
*/




/*HEADER*/
.l-subheader-h{
	max-height: 95px
}
.l-subheader.at_middle .w-logo-img > img {
	max-width: 100%;
}
@media only screen 
and (min-width : 1024px) {
.l-subheader-h .w-logo{
	padding-top: 15px;
}
}

.l-subheader.at_top{
	color: #fff;
	font-size: 12px;
}

.t-head-left{
	float: left;
	text-transform: uppercase;
}

.t-head-right{
	float: right;
	font-size: 16px;
}

.t-head-right .g-btn.color_white.outlined{
	padding: 5px 15px !important;
	font-size: 12px;
	margin-left: 24px;
}

/*BODY AND CONTENTS*/
.our-services .wpb_wrapper img{
	opacity: 0.8;
	transition: all 0.8s ease;
}

.our-services .wpb_wrapper img:hover{
	opacity: 1;
}

.no-touch .slick-prev:hover,
.no-touch .slick-next:hover {
    box-shadow: none !important;
}

.no-touch .w-clients-item-h,
.no-touch .w-clients-item-h:hover{
    border: none !important;
}
.with-photo-bg .l-submain-img{
	background-position: center !important;
}

@media only screen 
and (max-width : 899px) {
	.with-photo-bg .l-submain-img{
		opacity: 0.3;
	}
}


/*Hero Slider Mobile-Font Fix*/
@media only screen 
and (max-width : 400px) {
	.hero-caption {
		font-size: 11px !important;
		line-height: 12px !important;
	}
}

.w-clients.with_indents .w-clients-item-h {
	padding-top: 0;
}



/*MOBILE VIEW FIXES*/
@media only screen 
and (max-width : 400px) {
	
	/*logo slider adjustments*/
	.slick-slide img{
		height: 40px;
	}
	
	/*Dark header top*/
	.l-subheader.at_top{
		display: none !important;
	}
	
	/*dropdown menu fix*/
	.w-nav-item{
		z-index: 9999;
		background-color: #fff;
	}
	
	.hide-if-small{
		display: none !important;
	}
}

@media only screen 
and (min-width : 401px){
	.hide-if-big{
		display: none;
	}
}




/*FOOTER*/

.widget_nav_menu .menu-item a{
	border-top: none;
	padding-left: 0;
	padding-top: 10px;
	padding-bottom: 10px;
}

.widget_nav_menu .menu-item a:before{
	display: none;
}

.textwidget i{
	padding-right: 15px;
	transition: all 0.5s ease;
}

.textwidget i:hover{
	color: #f62a9e;
}


/*FORMS*/

.wpcf7-form p{
	margin-bottom: 10px !important;
}


.wpcf7-form input[type="text"], 
.wpcf7-form input[type="password"], 
.wpcf7-form input[type="email"], 
.wpcf7-form input[type="url"], 
.wpcf7-form input[type="tel"], 
.wpcf7-form input[type="number"], 
.wpcf7-form input[type="date"], 
.wpcf7-form textarea {
	background: #fff;
	border-radius: 0;
}

#wpcf7-f47-p19-o1 input[type="text"], 
#wpcf7-f47-p19-o1 input[type="email"], 
#wpcf7-f47-p19-o1 input[type="tel"], 
#wpcf7-f47-p19-o1 input[type="number"], 
#wpcf7-f47-p19-o1 textarea{
	border: 1px solid #f62a9e;
}

input[type="submit"]{
	border-radius: 0;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	width: 100%;
	transition: all 0.5s ease;
}

input[type="submit"]:hover{
	background-color: #e9138c !important;
}

.g-btn {
	border-radius: 0;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

.g-btn.color_white.outlined{
	transition: all 0.5s ease;
}

.g-btn.color_white.outlined:hover{
	background-color: #fff !important;
	color: #242424;
}


/*Accordion for mobile home page*/

.w-tabs.layout_accordion .w-tabs-section-content-h{
	padding: 0;
}

.slide-1{
	background: url("/wp-content/uploads/2015/05/coca-cola-bg.jpg");
	background-repeat:no-repeat;
    	background-size:cover;
    	background-position: center center;
    	padding: 15px 20px 30px;
    	
}


.slide-2{
	background: url("/wp-content/uploads/2015/05/hero-car.jpg");
	background-repeat:no-repeat;
    	background-size:cover;
    	background-position: center center;
    	padding: 15px 20px 30px;
}

.qoute-text{font-family: "header-font" !important;color: #444;font-size: 45px;line-height: 52px;margin-bottom: 10px;}