/* ************************************************
Theme Name: AutoStar
Author: Pixity
Version: 1.0.3
Description: In 2016, a theme for Wordpress 4.2+
Theme URI:  http://pro-theme.com/wordpress/autostar/
Author URI: pixity.com
License: See on zip package
License URI: See on zip package
Text Domain: autostar
Tags: custom-header, two-columns
*/

/*GLOBAL*/
img {
	height: auto;
	max-width: 100%;
}
/*WORDPRESS*/
.alignleft {
	float: left;
	margin: 10px 15px 10px 0;
}

.alignright {
	float: right;
	margin: 10px 0 10px 15px;
}

.aligncenter {
	display: block;
	margin: 10px auto;
}
.bypostauthor {
	list-style: none;
	background: none;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}
/*WIDGETS*/

.sidebar-item select {
	max-width: 100%;
}
#wp-calendar {
	width: 100%;
}
#wp-calendar td, #wp-calendar th {
	border: 1px solid #eee;
	padding: 5px;
	text-align: center;
}
.flickr-feed{
	text-align: left;
}
.flickr-feed li{
	padding: 5px;
	float: left;
}

/*CAPTION*/
.wp-caption {
	max-width: 100%;
	list-style: none;
	background: none;
}
.wp-caption-text {
	list-style: none;
	background: none;
}
.gallery-caption {
	list-style: none;
	background: none;
}

/*VC ELEMENTS*/
.vc_row {
	position: relative;
}
.vc_pixrow-padding-both {
	padding-top: 40px  !important;
	padding-bottom: 40px !important;
}
.vc_pixrow-padding-top {
	padding-top: 40px !important;
}
.vc_pixrow-padding-bottom {
	padding-bottom: 40px !important;
}
.vc_row-overlay {
	display: inline-block;
	position: absolute !important;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.vc_row-overlay:after{
	display:block;
	content:'';
		background-color: rgba(0,0,0,0.1);
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0;
	width: 100%;
	height: 100%;
}
.vc_row-overlay .wpb_column{
	position:relative;
	z-index:3;
}

.no-gutter .wpb_column {
	padding: 0;
}
.rtd .wpb_heading {
	font-size: 24px;
}

/* progressbar */
.vc_progress_bar .vc_single_bar
{
	background: #eff2f7 !important;
	margin-bottom: 55px !important;
	height: 5px;
}
.vc_progress_bar .vc_single_bar .vc_label
{
	padding: .5em 0 !important;
	top: -37px;
	font-size: 11px;
	text-transform: uppercase;
	color: #333;
	font-family: 'Raleway', sans-serif;
}
.vc_progress_bar .vc_single_bar .vc_label .vc_label_units {
	float: right;
	color: #999;
}
.vc_progress_bar .wpb_progress_bar_heading {
	margin-bottom: 55px;
}
.wpb_content_element,.wpb_row
{
	margin-bottom: 0 !important;
}
.vc_btn3.vc_btn3-size-md
{
	font-size: 12px !important;
	text-transform: uppercase;
	padding: 15px 25px !important;
	line-height: 20px !important;
}

/*end vc*/

.text-white *,
.text-white .wpb_heading {
	color:#fff;
}
.text-black * {
	color:#333;
}
html .comment  blockquote , .comment  pre {
	background: #fff;
}

/*rtd*/
.rtd {
	font-family: Raleway, sans-serif;
	font-size: 13px;
	line-height: 2;
}
.rtd h1,
.rtd h2,
.rtd h3,
.rtd h4,
.rtd h5,
.rtd h6 {
	font-weight: bold;
	font-family: 'Raleway', sans-serif;
	text-transform: uppercase;
	color: #333;
	line-height: 1.1;
}
.rtd h1,
.rtd h2,
.rtd h3 {
	margin-top: 20px;
	margin-bottom: 25px;
}
.rtd h4,
.rtd h5,
.rtd h6 {
	margin-top: 15px;
	margin-bottom: 15px;
}
.rtd h1 {
	font-size: 36px;
}
.rtd h2 {
	font-size: 28px;
}
.rtd h3 {
	font-size: 24px;
}
.rtd h4 {
	font-size: 18px;
}
.rtd h5 {
	font-size: 14px;
}
.rtd h6 {
	font-size: 12px;
}
.rtd h5:after {
	display: none;
}
.rtd img {
	max-width: 100%;
	height: auto;
}
.rtd dt, .rtd b, .rtd strong  {
	font-weight: 700;
}
.rtd address {
	margin: 0 0 2.14em;
}
.rtd pre {
	display: block;
	padding: 9.5px;
	margin: 0 0 10px;
	font-size: 13px;
	line-height: 1.42857143;
	color: #333;
	word-break: break-all;
	word-wrap: break-word;
	background-color: #f5f5f5;
	border: 1px solid #ccc;
	border-radius: 4px;
	font-family: Menlo,Monaco,Consolas,"Courier New",monospace;
}
.rtd dl {
	margin-top: 0;
	margin-bottom: 20px;
}
.rtd var, .rtd cite {
	font-style: italic;
}
.rtd big {
	font-size: larger;
}
.rtd tt, .rtd code {
	font-family: monospace;
}
.rtd em {
	font-family: inherit;
	font-style: italic;
	color: #999999;
	font-size: 12px;
}
.rtd table {
	 margin: 20px 0;
}
.rtd table td, .rtd table th {
	padding: 10px;
	border: 1px solid #eeeeee;
	font-weight: normal;
}

.rtd iframe {
	max-width:100%;
	max-height:100%;
}
.rtd ol {
	margin-left: 25px;
	list-style-type: decimal;
}
.rtd ul {
	padding-left: 25px;
	list-style-type: disc;
}
.rtd ul li, .rtd ol li {
	margin:  5px 0;
}

.rtd .vc_video-bg-container iframe {
	max-width: none;
	max-height: none;
}

/**/

.wrap-media img {
	max-width:100%;
	height:auto;
}
.gallery-icon  a {
	text-align: center;
	display: inline-block;
}

/*Boxed*/
.layout-theme.boxed{
	max-width: 1240px;
	margin: auto;
	background: #fff;
	overflow: hidden;
	position: relative;
}

/*rev slider*/
html .rev-btn.ocend-btn{
	text-transform: uppercase !important;
	font-size: 12px !important;
	padding: 15px 25px !important;
	line-height: 20px !important;
	font-weight: 600 !important;
	border-radius: 3px !important;
	border: 1px solid #ff6400 !important;
	background: #ff6400 !important;
	color: #fff !important;
}

html .rev-btn.ocend-btn:hover{
	opacity: 0.7 !important;
}

html .ocend-btn-white:hover, html .ocend-btn-white:focus, html .ocend-btn-white:active:focus {
	background: rgba(255, 255, 255, 0.3) !important;
}

html .ocend-btn-white{
	background: rgba(255, 255, 255, 0.2) !important;
	border: 1px solid rgba(255, 255, 255, 0.4) !important;
	color: #fff !important;
	text-transform: uppercase !important;
	font-size: 12px !important;
	padding: 15px 25px !important;
	line-height: 20px !important;
	font-weight: 600 !important;
	border-radius: 3px !important;
}

.playfair-italic {
	font-size: 22px;
	color: #fff;
	opacity: 0.5;
	font-family: 'Playfair Display', serif !important;
	font-style: italic !important;
}

body .yp-demo-link {
	background: #ff6400 !important;
}

body .yp-demo-link:hover,
body .yp-demo-link:active,
body .yp-demo-link:focus{
		background: #cc5000 !important;
}

/*vc*/

.compose-mode .slide-item {
		display: inline-block;
		 margin: 0 38px;
}
.compose-mode .slide-item .slide-description {
	display: none;
}
.compose-mode .plans-list .vc_element {
  display: inline-block;
}
.compose-mode .plans-list .vc_element .col-md-4 {
	width: 100%;
}
.compose-mode .vc_section_analytics .vc_element-container {
	   width: 100%;
}
.compose-mode .vc_section_analytics .col-image {
	margin-bottom: 120px;
}


/* jarallax */

.jarallax {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    z-index: 1;
    position: relative;
    width: 100%;
}
.jarallax-content , .jarallax-content-inner{
    width: 100%;
}
 .background-attachment-fixed{
    display: inline-block;
    width: 100%;

}
.vc_row_use_jarallax.vc_row {
    margin-left: 0;
    margin-right: 0;
}
.vc_row.vc_row-flex>.vc_column_container.vc_row_use_jarallax>.vc_column-inner .wpb_wrapper{
    display: flex;
    height: 100%;
}
.vc_row.vc_row-flex>.vc_column_container>.vc_column-inner .wpb_wrapper  .jarallax{
    display: flex;
    height: 100%;
}
.vc_row.vc_row-flex>.vc_column_container>.vc_column-inner .wpb_wrapper  .jarallax  .jarallax-content{
    display: flex;
    height: 100%;
}


html .header .navbar .navbar-nav > li > a{
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    font-size: 13px;
    
}

.header-search-icon a , .header-cart a{
    border: 0 !important;
    text-decoration: none !important;
}

html .header-phone * ,  .header-phone{
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    font-size: 15px;
}

html .phone-num{
    position: relative;
    top: -1px;
}


html .header-phone {
    margin-left: 10px;
    margin-top: 3px !important;
}


html .header .navbar .navbar-nav > li .toggle-menu-button{
    margin-top: 3px !important;  
}

html .woocommerce ul.products li.product h3 {
    font-weight: 700;
}

html .header-cart {
    margin: 0px 34px 35px 0px;
    font-size: 20px;
    position: relative;
    text-align: center;
    display: inline-block;
    width: 25px;
    box-sizing: border-box;
    max-height: 23px;
}

html .header-navibox-4 {
    border: 0 !important;
}

html .header-cart-count {
    background: #da1c36 !important;
}

.pix-hidden-custom-link{
	display: none;
}

/******************************************/
/* Custom area */
.home-page-services-desc-row{
    position: absolute;
    bottom: 0;
    width: 100%;
}

.home-page-service-desc-block{
    color: #fff;
    line-height: 20px;    
    padding: 10px 40px 10px;
    border-right: 1px solid rgba(255,255,255,0.2);
    border-left: 1px solid rgba(255,255,255,0.2);  
    width: 50%;
    margin: 0 auto;
}
@media screen and (max-width:1024px){
    .home-page-service-desc-block{
        width: 70%;
    }
}
@media screen and (max-width:767px){
    .home-page-service-desc-block{
        width: 100%;
        border-right: none;
        border-left: none;
        padding: 10px;
    }    
}
.home-page-service-desc-block ul{
    list-style: none;
    margin: 0;
    padding: 60px 0 40px;    
}
.home-page-service-desc-block p {
    margin: 0 0 10px;
    text-align: justify;
}
.home-page-service-desc-block ul li{
    display: inline-block;
    width: 33%;
    padding: 5px 4% 40px;
    border-right: 1px solid rgba(255,255,255,0.2);
}
.home-page-service-desc-block ul li:last-child{
    border-right: none
}
.home-page-service-desc-block h2{
    color: #ff497a;
    text-transform: none;
    font-family: Oswald;
    font-weight: normal;
    font-size: 22px;  
    text-align: center;
    margin-top: 0;
}
.car-prime-info{
    font-size: 18px;
    line-height: 18px;
    color: #000;
    font-weight: 600;
}
.car-prime-info h5,
.other-info-container h5{
    margin-bottom: 0;
    color: #6b6b6b;
    font-weight: 400;
    text-transform: none;
}
.other-info-container h5 {
    color: #000;
    padding: 0 0 4px 0;
    border-bottom: 1px solid #ccc;
    font-weight: 600;
}
@media screen and (min-width: 768px){
    .woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
        width: 68%;
    }
    .woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
        width: 28%;
    }
}
span.price-type {
    color: #6b6b6b;
    font-weight: normal;
    font-size: 16px;
}

@media screen and (min-width: 1025px){
    .other-info-container .info-item {
        display: inline-block;
        width: 33%;
        vertical-align: top;
        padding: 0 5% 20px 0;
    }    
}
@media screen and (min-width: 500px) and (max-width: 1024px){
    .other-info-container .info-item {
        display: inline-block;        
        width: 50%;
        vertical-align: top;
        padding: 0 5% 20px 0;        
    }
}
.other-info-container {
    margin-bottom: 40px;
}
.info-item-text {
    padding: 0 7%;
    line-height: 20px;
}
.action-call-btn {
    padding: 40px 0;
}
.contact-us-btn {
    color: #fff;
    -webkit-font-smoothing: antialiased;
    background-color: #da1c36;
    border: 1px solid #da1c36;
    font-size: 12px;
    font-family: 'Montserrat', sans-serif;
    line-height: 20px;
    padding: 7px 25px;
    text-decoration: none !important;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}
.vc_custom_1474984495266 {
    margin-top: -5px !important;
    margin-right: -5px !important;
    margin-bottom: -5px !important;
    margin-left: -5px !important;
    background-color: rgba(10,10,10,0.83) !important;
}
.header-search-icon{
display:none !important;

}
.wpb_gmaps_widget .wpb_wrapper {
    padding: 0;
}
@media screen and (max-width: 767px){
    .home-page-services-desc-row {
        position: relative;
        margin: 0 auto !important;
    }    
    .home-page-service-desc-block ul li {
        display: block;
        width: 100%;
        padding: 5px 0 40px;
        color: #fff;
        line-height: 20px;
        border-bottom: 1px solid rgba(255,255,255,0.2);
        border-right: none;
    }    
    .home-page-service-desc-block ul li:last-child {
        border-bottom: none;
    }    
}
.navbar-brand > img {
    max-width: 200px !important;
    max-height: 100px !important;
}
.header.header-logo-white .normal-logo {
    margin-top: -13px;
}
@media screen and (max-width: 767px){
    .header .navbar .navbar-brand img {
        margin-top: -10px !important;
    }    
}
.color-white{color: #fff !important;}

.list-socials2 {
    padding: 15px 0 3px !important;
    list-style: none !important;
    text-align: center;
}
.list-socials2 li {
    display: inline-block;
}
.list-socials2 li a {
    display: block;
    line-height: 48px;
    text-align: center;
    width: 48px;
    height: 48px;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border: 2px solid #FFF;
    color: #FFF;
    margin: 0 6px 12px;
}
.list-socials2 li a:hover {
    background: #de1631;
    border-color: #de1631;
}
.list-socials2 li a i {
    font-size: 16px;
}
.standvirtual img {
    vertical-align: top;
    margin-top: -2px;
}
.list-socials2 li.standvirtual a{
    border: none;
}
@media screen and (min-width:1025px){
    html .woocommerce .main-content ul.products li.product, html .woocommerce-page .main-content ul.products li.product {
        width: 22.15%;
    }
}
.oswald p {
	font-size: 16px;
	line-height: 1.5;
	font-family:Oswald;
	font-weight:300;
	padding-right: 20px;
    padding-left: 30px;
}
.white, .white h2 {
	color: #FFF;
	text-align: center;
}

.wpb_image_grid .wpb_image_grid_ul .isotope-item {
    margin: 0 10px 20px 10px !important;
}


















