/*
	Theme Name: GorAvto
	Theme URI: http://artheads.co
	Description: GorAvto Theme
	Version: 1.0
	Author: Artheads.Co
	Author URI: http://artheads.co
	Tags: custom

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
body {
    margin: 0;
	font-family: 'Open Sans';
	font-size: 14px;
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	max-width:100%;
	vertical-align:bottom;
}
a {
	color:#444;
	text-decoration:none;
}
a:hover {
	color:#444;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
	border:1px solid #04A4CC;
}
/*--Colors--*/
.red {color: #e31e24;}
.white {color: #ffffff;}
.bold {font-weight: bold;}
.thin {font-weight: 300;}
/*--Formatting--*/
.center {text-align: center;}
.head-subhead h1 {
	font-family: 'Open Sans';
	font-weight: bold;
	font-size: 30px;
	margin: 0 0 5px 0;
	text-transform: uppercase;
}
.head-subhead h2 {
	font-family: 'Open Sans';
	font-weight: bold;
	font-size: 24px;
	text-transform: uppercase;
}
.head-subhead span {
	font-family: 'Open Sans';
	font-weight: bold;
	font-size: 16px;
	text-transform: uppercase;
}
/* wrapper */
.wrapper {
	max-width:1280px;
	width:95%;
	margin:0 auto;
	position:relative;
}
/*--Header--*/
.logo {
	width: 200px;
}
.slogan {
	font-family: 'Open Sans';
    font-weight: bold;
    padding: 0 15px;
}
.address {
  display: inline-flex;
  align-items: center;
  line-height: 18px;
}
.address .goravto-place, .phone .goravto-telephone, .email .goravto-mail {
    font-size: 20px;
	color: #e31e24;
}
.address .inner {
  text-align: left;
  padding-left: 10px;
  font-family: 'Open Sans';
  font-weight: 400;
}
.phone, .email {
	width: 100%;
}
.phone {
  display: inline-flex;
  align-items: center;
  line-height: 18px;
  margin-bottom: 5px;
}
.phone .inner {
    text-align: left;
    padding-left: 10px;
    font-size: 20px;
	font-family: 'Open Sans';
    line-height: 1.6;
	font-weight: 700;
}
.phone .inner span {
	font-weight: 400;
}
.email {
  display: inline-flex;
  align-items: center;
  line-height: 18px;
}
.email .inner a {
    text-align: left;
    padding-left: 10px;
    font-size: 14px;
	font-family: 'Open Sans';
    line-height: 1.6;
	color: #588fb7;
}
/*--Mobile Menu Icons--*/
.mob-menu {
    display: inline-block;
    width: 32px !important;
    margin-bottom: 0 !important;
    margin-left: 30px;
}
.mob-menu .goravto-telephone {
    padding-top: 4px;
}
/*--Sidebar Menus--*/
.side-menu-h {
	font-family: 'Open Sans';
    font-size: 15px;
    font-weight: bold;
    line-height: 1.4;
    padding: 12px 15px 12px 64px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}
.side-menu-h span {
	text-transform: uppercase;
}
.gorex {
	background: #eee url(img/gorex_menu.png) no-repeat 18px;
	background-size: 36px;
}
.drugie {
	background: #eee url(img/drugie_menu.png) no-repeat 18px;
	background-size: 36px;
}
.goravto {
	background: #eee url(img/goravto_menu.png) no-repeat 18px;
	background-size: 36px;
}
/*--Slider--*/
.slider-text {
    border-left: 12px solid #e31e24;
    padding-left: 40px;
}
.slider-text .line-1 {
    font-size: 24px;
}
.slider-text .line-2 {
    font-size: 32px;
}
.slider-text .line-3 {
    font-size: 22px;
}
/*--KF Icons--*/
.kf-icon-1, .kf-icon-2, .kf-icon-3 {
	background-size: 50px;
	padding-left: 90px;
}
.kf-icon-1 h3, .kf-icon-2 h3, .kf-icon-3 h3 {
    text-transform: uppercase;
    font-weight: bold;
    padding-top: 10px;
    margin: 0 0 8px 0;
	font-family: 'Open Sans';
    
}
.kf-icon-1 p, .kf-icon-2 p, .kf-icon-3 p {
	margin: 0;
	font-family: 'Open Sans';
}
.kf-icon-1 {
    background: url(/wp-content/themes/goravto/img/i-1.jpg) no-repeat;
}
.kf-icon-2 {
    background: url(/wp-content/themes/goravto/img/i-2.jpg) no-repeat;
}
.kf-icon-3 {
    background: url(/wp-content/themes/goravto/img/i-3.jpg) no-repeat;
}
/*--Product Carousel--*/
.head-lined {
     overflow: hidden;
     text-align: center;
     font-weight: bold;
     font-family: 'Open Sans';
     text-transform: uppercase;
 }
.head-lined > span{
    position: relative;
    display: inline-block;
}
.head-lined > span:before, .head-lined > span:after{
    content: '';
    position: absolute;
    top: 50%;
    border-bottom: 2px solid;
    width: 592px; /* half of limiter */
    margin: 0 20px;
}
.head-lined > span:before{
    right: 100%;
}
.head-lined > span:after{
    left: 100%;
}

/* button icon */
.btn-icon .elementor-button .elementor-align-icon-left {
    font-size: 16px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
	z-index: 1 !important;
}

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

@media only screen and (min-width:320px) {
	
    .site-phone {
	    float: none;
    }
	
}

@media only screen and (min-width:480px) {
	
	/* product image */
	.woocommerce #content div.product div.images,
	.woocommerce div.product div.images,
	.woocommerce-page #content div.product div.images,
	.woocommerce-page div.product div.images {
    	float: left;
    	width: 48%;
	}

	.woocommerce #content div.product div.summary,
	.woocommerce div.product div.summary,
	.woocommerce-page #content div.product div.summary,
	.woocommerce-page div.product div.summary {
    	float: right;
    	width: 48%;
    	clear: none;
	}
	
	.woocommerce div.product .elementor-element .related.products ul.products li.product {
		width: 48% !important;
	}
	
}

@media only screen and (min-width:768px) {
	
	/* product image */
	.woocommerce #content div.product div.images,
	.woocommerce div.product div.images,
	.woocommerce-page #content div.product div.images,
	.woocommerce-page div.product div.images {
    	float: left;
    	width: 28%;
	}

	.woocommerce #content div.product div.summary,
	.woocommerce div.product div.summary,
	.woocommerce-page #content div.product div.summary,
	.woocommerce-page div.product div.summary {
    	float: right;
    	width: 68%;
    	clear: none;
	}
	
	.woocommerce div.product .elementor-element .related.products ul.products li.product {
		width: 22.05% !important;
	}
	
}

@media only screen and (min-width:1026px) {
	
    .site-phone {
	    float: right;
    }
	
}

@media only screen and (min-width:1140px) {
	
}
@media only screen and (min-width:1280px) {

}
@media only screen and (-webkit-min-device-pixel-ratio:1.5),
	   only screen and (min-resolution:144dpi) {

}

/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}

/*------------------------------------*\
    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;
}
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:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 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:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {

}
.bypostauthor {

}
.pricing td {
	margin:0px;
	padding:0px;
	FONT-SIZE: 12px;
	COLOR: #333333;
	border-top: 1px solid #FAF9F2;
	border-left: 1px solid #FAF9F2;
	border-right: 1px solid #C2C0B4;
	border-bottom: 1px solid #C2C0B4;
	padding: 1px 12px;
	background:#ececec;
}

.subhead {

margin:0px;
	padding:0px;
	FONT-SIZE: 12px;
	COLOR: #ffffff;
	border-top: 1px solid #FAF9F2;
	border-left: 1px solid #FAF9F2;
	border-right: 1px solid #990000;
	border-bottom: 1px solid #990000;
	padding: 1px 12px;
	background:#ff0000;
}
