/*
Theme Name: Mevotech
Theme URI: https://atwatermedia.com
Author: Atwater Media
Author URI: https://atwatermedia.com
Description: Theme built for speed with WpBakery.
Version: 1.0.8
Tags: e-commerce, blog, news, two-columns, right-sidebar, custom-background, featured-images, translation-ready, custom-header, theme-options, custom-colors, footer-widgets
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: fasto
*/

/*
TABLE OF CONTENTS
*****************************************************************************************
1.Reset CSS
2.Grid
3.WordPress Core
4.Theme core
5.Colors
6.Header
7.Menu
8.Breadcrumb navigation
9.Blog
10.Widgets
11.Slick Slider
12.Various ( Search page, 404 page, pagination, social share, after footer, responsive trigger, slider , contact form 7 )
13.Responsive
*/

@font-face {
font-family: 'Segoe UI';
font-style: normal;
font-weight: normal;
src: url('fonts/Segoe UI.woff');
}
@font-face {
font-family: 'Segoe UI';
font-style: normal;
font-weight: bold;
src: url('fonts/Segoe UI Bold.woff');
}

html {
  line-height: 1.65;
  -webkit-text-size-adjust: 100%;
}
*, ::after, ::before {
    box-sizing: border-box;
}
body {
  margin: 0;
}

main {
  display: block;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  box-sizing: content-box;
  height: 0; 
  overflow: visible; 
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
  overflow: auto;
}
a {
  background-color: transparent;
}
a, 
button{ 
	-webkit-tap-highlight-color:  rgba(0, 0, 0, 0);
}
abbr[title] {
  border-bottom: none; 
  text-decoration: underline;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bold;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: none;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box; 
  color: inherit; 
  display: table; 
  max-width: 100%; 
  padding: 0; 
  white-space: normal; 
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
  line-height: 1.7em;
}

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; 
  padding: 0; 
}


[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}


[type="search"] {
  -webkit-appearance: textfield; 
  outline-offset: -2px; 
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button; 
  font: inherit; 
}

/* outlines none */
a, button, input{
	outline: none;
}

details {
  display: block;
}

summary {
  display: list-item;
}


template {
  display: none;
}


[hidden] {
  display: none;
}
/*
2.Grid
================================================================================================================================
*/
.col-desktop-1,
.col-desktop-10,
.col-desktop-11,
.col-desktop-12,
.col-desktop-2,
.col-desktop-3,
.col-desktop-4,
.col-desktop-5,
.col-desktop-6,
.col-desktop-7,
.col-desktop-8,
.col-desktop-9,
.col-tablet-1,
.col-tablet-10,
.col-tablet-11,
.col-tablet-12,
.col-tablet-2,
.col-tablet-3,
.col-tablet-4,
.col-tablet-5,
.col-tablet-6,
.col-tablet-7,
.col-tablet-8,
.col-tablet-9,
.col-small-tablet-1,
.col-small-tablet-10,
.col-small-tablet-11,
.col-small-tablet-12,
.col-small-tablet-2,
.col-small-tablet-3,
.col-small-tablet-4,
.col-small-tablet-5,
.col-small-tablet-6,
.col-small-tablet-7,
.col-small-tablet-8,
.col-small-tablet-9,
.col-mobile-1,
.col-mobile-10,
.col-mobile-11,
.col-mobile-12,
.col-mobile-2,
.col-mobile-3,
.col-mobile-4,
.col-mobile-5,
.col-mobile-6,
.col-mobile-7,
.col-mobile-8,
.col-mobile-9 {
	position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
	min-width: 0px;
}
.container, .search-products-holder.container{
	width:100%;
	max-width:1230px;
	display: flex;
    flex-direction: column;
	padding-left:15px;
	padding-right:15px;
	margin:auto;
}
.container.middle{
	margin:auto
}
.container.do-row{
	flex-direction:row;
}
.vertical-centered{
	flex-direction: row;
    align-items: center;	
}
.vc_row {
    margin-left: -15px;
    margin-right: -15px;
}
.vc_row > .container{
	flex-direction: row;
}
.vc_row-o-content-middle > .container{
	align-items:center;
}
.vc_row ul{
	padding:0;
}
.body_sticky{
	display:none;
}
.wow_inner_row_no_paddings > .vc_column_container > .vc_column-inner, .wow_inner_row_no_paddings > .container > .container-inner > .vc_column_container > .vc_column-inner,.wow_inner_row_no_paddings > .container > .vc_column_container > .vc_column-inner {
    padding-left: 0px;
    padding-right: 0px;
}
.add_shadow{
	-webkit-box-shadow: 0px 0px 16px 1px rgba(0,0,0,0.1); 
	box-shadow: 0px 0px 16px 1px rgba(0,0,0,0.1);
}
.footer_widgets_row_inner{
	flex-direction:row;
	margin:auto;
	padding-left:0;
	padding-right:0
}
.row-eq-height{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	clear:both;
}
.button{
	display:inline-block;
	color:#1c76bc;
	font-weight:bold;
	line-height:1em;
	letter-spacing: -0.4px;
	transition:all 0.3s;
}
.button.filled{
	background-color:#1c76bc;
	color:#fff;
	padding:16px 26px;
}
.button.filled.large{
	padding:18px 50px;
}
.button.large{
	font-size:20px;
}
.button:hover{
	color:#333F48;
	transition:all 0.3s;
}
.button.outline{
	padding:16px 26px;
	border:2px solid #1c76bc;
}
.button.outline:hover{
	border-color:#333F48;
	transition:all 0.3s;
}
.button.caps{
	text-transform:uppercase
}
/* fonts assignment*/
body{
	font-family:'Segoe UI';
}

@media (max-width:479px){ 
	.col-mobile-12{
        flex: 0 0 100%;
		max-width:100%;
    }
    .col-mobile-11{
        flex: 0 0 91.66666667%;
		max-width:91.66666667%;
    }
    .col-mobile-10{
        flex: 0 0 83.33333333%;
		max-width:83.33333333%;
    }
    .col-mobile-9{
        flex: 0 0 75%;
		max-width:75%;
    }
    .col-mobile-8{
        flex: 0 0 66.66666667%;
		max-width:66.66666667%;
    }
    .col-mobile-7{
        flex: 0 0 58.33333333%;
		max-width:58.33333333%;
    }
    .col-mobile-6{
        flex: 0 0 50%;
		max-width:50%;
    }
    .col-mobile-5{
        flex: 0 0 41.66666667%;
		max-width:41.66666667%;
    }
    .col-mobile-4{
        flex: 0 0 33.33333333%;
		max-width:33.33333333%;
    }
    .col-mobile-3{
        flex: 0 0 25%;
		max-width:25%;
    }
    .col-mobile-2{
        flex: 0 0 16.66666667%;
		max-width:16.66666667%;
    }
    .col-mobile-1{
        flex: 0 0 8.33333333%;
		max-width:8.33333333%;
    }
}
@media (min-width:480px) and ( max-width:767px ){ 
	.col-small-tablet-12{
        flex: 0 0 100%;
		max-width:100%;
    }
    .col-small-tablet-11{
        flex: 0 0 91.66666667%;
		max-width:91.66666667%;
    }
    .col-small-tablet-10{
        flex: 0 0 83.33333333%;
		max-width:83.33333333%;
    }
    .col-small-tablet-9{
        flex: 0 0 75%;
		max-width:75%;
    }
    .col-small-tablet-8{
        flex: 0 0 66.66666667%;
		max-width:66.66666667%;
    }
    .col-small-tablet-7{
        flex: 0 0 58.33333333%;
		max-width:58.33333333%;
    }
    .col-small-tablet-6{
        flex: 0 0 50%;
		max-width:50%;
    }
    .col-small-tablet-5{
        flex: 0 0 41.66666667%;
		max-width:41.66666667%;
    }
    .col-small-tablet-4{
        flex: 0 0 33.33333333%;
		max-width:33.33333333%;
    }
    .col-small-tablet-3{
        flex: 0 0 25%;
		max-width:25%;
    }
    .col-small-tablet-2{
        flex: 0 0 16.66666667%;
		max-width:16.66666667%;
    }
    .col-small-tablet-1{
        flex: 0 0 8.33333333%;
		max-width:8.33333333%;
    }
}
@media (min-width:769px) and ( max-width:1200px ){  
	.col-tablet-12{
        flex: 0 0 100%;
		max-width:100%;		
    }
    .col-tablet-11{
        flex: 0 0 91.66666667%;
		max-width:91.66666667%;
    }
    .col-tablet-10{
        flex: 0 0 83.33333333%;
		max-width:83.33333333%;
    }
    .col-tablet-9{
        flex: 0 0 75%;
		max-width:75%;
    }
    .col-tablet-8{
        flex: 0 0 66.66666667%;
		max-width:66.66666667%;
    }
    .col-tablet-7{
        flex: 0 0 58.33333333%;
		max-width:58.33333333%;
    }
    .col-tablet-6{
        flex: 0 0 50%;
		max-width:50%;
    }
    .col-tablet-5{
        flex: 0 0 41.66666667%;
		max-width:41.66666667%;
    }
    .col-tablet-4{
        flex: 0 0 33.33333333%;
		max-width:33.33333333%;
    }
    .col-tablet-3{
        flex: 0 0 25%;
		max-width:25%;
    }
    .col-tablet-2{
        flex: 0 0 16.66666667%;
		max-width:16.66666667%;
    }
    .col-tablet-1{
        flex: 0 0 8.33333333%;
		max-width:8.33333333%;
    }
}
@media (min-width:1200px){
    .col-desktop-12{
        flex: 0 0 100%;
		max-width:100%;
    }    
    .col-desktop-11{
        flex: 0 0 91.66666667%;
		max-width:91.66666667%;
    }
    .col-desktop-10{
        flex: 0 0 83.33333333%;
		max-width:83.33333333%;
    }
    .col-desktop-9{
        flex: 0 0 75%;
		max-width:75%;
    }
    .col-desktop-8{
        flex: 0 0 66.66666667%;
		max-width:66.66666667%;
    }
    .col-desktop-7{
        flex: 0 0 58.33333333%;
		max-width:58.33333333%;
    }
    .col-desktop-6{
        flex: 0 0 50%;
		max-width:50%;
    }
    .col-desktop-5{
        flex: 0 0 41.66666667%;
		max-width:41.66666667%;
    }
    .col-desktop-4{
        flex: 0 0 33.33333333%;
		max-width:33.33333333%;
    }
    .col-desktop-3{
        flex: 0 0 25%;
		max-width:25%;
    }
    .col-desktop-2{
        flex: 0 0 16.66666667%;
		max-width:16.66666667%;
    }
    .col-desktop-1{
        flex: 0 0 8.33333333%;
		max-width:8.33333333%;
    }    
	.col-desktop-five_on_row{
        flex: 0 0 20%;
		max-width:20%;
    }
}
.site-grid{
	max-width: 100%;
    box-sizing: border-box;
    display: flex;
	flex-direction: column;
    margin: auto;
    padding: 0;
    position: relative;
}
.site-grid-inner{
	display: flex;
    flex-direction: column;
    justify-content: center;
	max-width:1470px;
	width:100%;	
	margin: auto;
}
#footer{
	display: flex;
    flex-direction: column;
    justify-content: center;	
	padding:0;
	margin:0;
	background-color:#1d2122;
}
#footer a{
	color:#838791;
	text-decoration: none;
}
#footer a:hover{
	color:#1c76bc;
}
#footer .title, #footer .title h3{
	color:#1c76bc;
	font-weight:bold;
	font-size:20px;
	letter-spacing:0.2px;
	text-transform:uppercase;
	margin-bottom: 12px;
}
#footer .widget a{
	font-size:16px;
	line-height:36px;
	letter-spacing:0.1px;
	font-weight:normal
}

#footer .copyright{
	border-top:1px solid #464c4d;
	color:#838791;
	font-size:14px;
}
/* footer first row */
.footer_widgets_row1{
	background-color:#edf0f8
}
.footer_widgets_row1 img, .footer_widgets_row1 a{
	display:block;
}
.footer_widgets_row1 .footer_widgets_row_inner{
	align-items:center;
}
footer .footer_widgets_row1 .widget{
	margin:60px 0;
}
footer .footer_widgets_row1 .widget h4{
    display: block;
    text-align: right;	
    font-size: 21px;
    color: #333f48;
    letter-spacing: 4px;
    text-transform: uppercase;
	font-weight: normal;	
}
.footer_widgets_row2{
	padding-top:65px;
	padding-bottom:60px;		
}
.footer_widgets{
	display:flex;
    flex-direction: column;
    justify-content: center;
	padding-top:0;
	padding-bottom:0;	
}
.footer_widgets .widget-nav-menu{
	padding-left:0;
	padding-right:0;
}
.copyright{
	display:flex;
    flex-direction: row;
    justify-content: center;
}

.copyright_paragraph{
	display: flex;
    flex-direction: row;
	align-items:center
}
.copyright_paragraph .left,.copyright_paragraph .right{
	display: flex;
    flex-direction: row;
    align-items: center;
}
.copyright_paragraph .right{
	margin-left: auto;
}
.copyright_paragraph a{
	margin:5px;
	padding:15px 10px;
}
.copyright_paragraph a:first-child{
	padding-left:0;
	margin-left:0;
}
.row{
	display: flex;
	flex-direction:row;
	align-items: center;
	flex-flow: row wrap;
}
.fasto-row{
	display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.fasto-inner-row{
	display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.affiliates ul{
	justify-content:space-around
}
.affiliates img{

}
.affiliates li{

}
/*
3.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,
.wp-block-cover.alignleft{
    float: left;
    margin: 20px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 20px 0 20px 20px;
}

a img.alignnone {
    margin: 20px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 20px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    border-style:solid;
	border-width:1px;
    max-width: 96%; /* Image does not overflow the content area */
    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 p.wp-caption-text {
    font-size: 14px;
    line-height: 1.54em;
    margin: 0;
    padding: 5px 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #eee;
	clip: auto !important;
	clip-path: none;
	color: #444;
	display: block;
	font-size: 1em;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}
.wp-block-gallery .blocks-gallery-item figcaption{
	box-sizing:border-box
}

.wp-block-quote,
.wp-block-pullquote {
    padding: 0 30px;
    margin: 0 0 25px 0;
    position: relative;
    z-index: 1;
}
figure.wp-block-quote,
figure.wp-block-pullquote{
	padding-left:0
}
body .wp-block-cover p:not(.has-text-color){
	color:#fff
}
.wp-block-button{
	margin-bottom: 20px;
}
blockquote.is-style-large,
blockquote.is-style-large p{
	font-size:24px
}
.article-single{
	padding:15px;
}
.article-single ul.wp-block-gallery,
.page ul.wp-block-gallery{
	padding-left:0 !important;
	padding-right:20px
}
ul[class^=wp-block-]{
	margin-left:0;
	padding-left:0
}
.wc-block-grid__product-image img {
    height: auto;
}
.wp-block-search{
	position:relative
}
.wp-block-search button[type="submit"]{
	position: absolute;
    right: 0;
    top: 24px;
}
table.wp-block-table{
	margin-bottom:30px
}
.gallery-caption{

}
.bypostauthor{
	
}
.wp-block-embed{
	margin-left:0;
	margin-right:0
}
.wp-block-embed iframe{
	width:100%
}
.widget_media_gallery img{
	height:auto;
	border:none !important;
}
.widget_media_gallery dt{
	margin-right:8px
}
.widget_media_gallery .gallery-item{
	margin:0 !important
}
.has-large-font-size {
    line-height: normal;
}
div[class^=wc-block] ul{
	list-style-type:none
}
.sticky .post-thumb{
    box-shadow: -2px 1px 37.6px 2.4px rgba(0, 0, 0, 0.37);
}

/* 4.Theme core */
body{
	font-size:16px
}
h1{
	font-size:36px;
	line-height:1.33em
}
h2{
	font-size:30px;
	line-height:1.4em
}
h3{
	font-size:24px;
}
h4{
	font-size:20px;
}
h5{
	font-size:18px;
}
h6{
	font-size:16px;
}
a{
	text-decoration:none;
	transition: color .2s;
	cursor:pointer;
}
p{
	line-height:2em;
	margin:0
}
dt,dd{
	line-height:2em
}
ul{
	list-style-type:none;
	padding-left:20px
}
b, strong, dt, th{
	font-weight:bold
}
img{
	max-width:100%;
	height: auto;
}
table {
  border-collapse: collapse;
  width: 100%;
}
td, th {
  border-width: 1px;
  border-style: solid;
  text-align: left;
  padding: 10px 15px;
}
pre,code{
    font-size: 14px;
    line-height: 1.33em;
}
pre{
	padding:20px;
}
code{
	padding:5px 15px;
	display:inline-block;	
}
input[type="submit"]{
	border:none;
	padding:14px 24px;
	transition:background 0.3s ease;
	cursor:pointer;
}
input[type="search"],
input[type="text"],
input[type="password"],
input[type="email"],
input[type="number"],
input[type="url"],
input[type=tel],
textarea{
	padding:13px 24px;
	border-width: 1px;
	border-style: solid;
	box-sizing:border-box;
	width:100%;
}
button{
	border:none;
	padding:15px 24px;
	transition:background .3s ease;
	cursor:pointer;
}
select {
    width: 100%;
    padding:15px 24px;
    border-style: solid;
    border-width: 1px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: rgba(255, 255, 255, 0) url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAABa0lEQVQ4jaWTMUtcQRSFv/PYYlkkhUhYxJntQrCwTJXKyjrYaCGyIZDUKUIQsUgRUqdLk3TiH5FgIbKFWFjITJfCIoQgYXknRXY2T90XIt5q4N7z3TvnzsiY+0SnLZFT7tvuS/puO8VBHM+qq1rED4E9SQe2P0tabms0EwDM235i+xHwFFi8K2Cak/Svmj8e5JQr2z1J4xDDVVtxTrkD9ICfIYYxQJVTriZj7tveySkvFIGkprgLrNs+sD3MKc+VCfq230haA1aBBeBjEdsuoGfAB2AJWAFGwNcO8AM4m4h7wEvgse0HjQk2gE2gI6kGzm1fAsi47Py9pO3GlWvb1QRS89fwEfAcOA4x1CovcbL7d8CW7W7xwHbxY2z7GHgRB3FUukxXFGL4BuwCnyRNDWycDyW9aoqvARqQPeAL8Ms2tuvG2CfcCM36TDnleeCt7aGkI+B1iOH0VmEboAFZsZ0kXYQY6jsB/jd+AygPouJBTG3AAAAAAElFTkSuQmCC) no-repeat 95% center;
    font-size: 14px;
    margin-bottom: 20px;
}
svg{
	display: inline-flex;
    align-self: center;
	width:1em;
	fill:currentColor;
}
.wp-block-quote,
.wp-block-pullquote,
blockquote,
blockquote p{
	font-size:18px;
	/* font-weight:bold; */
	position:relative;
}
blockquote p{
	padding-top:0;
	margin-top:0
}
blockquote{
	position:relative;
	margin-left: 0;
	padding:0 30px
}
blockquote::before{
	position:absolute;
	content:' ';
	width:5px;
	height:100%;
	left:0;
	top:0;
}
cite{
	font-size:14px;
	font-weight:normal
}
::placeholder{
	font-size:13px
}
::-webkit-input-placeholder{
	font-size:13px
}
:-moz-placeholder{
	font-size:13px
}
::-moz-placeholder{
	font-size:13px
}
:-ms-input-placeholder{
	font-size:13px
}
.align-center{
	text-align:center;
}
.align-left{
	text-align:left;
}
.align-right{
	text-align:right;
}
.width100{
	width:100%
}
.article-single ul,
.page-content ul{
	list-style-type:square
}
.overlay::before{
	content:' ';
	opacity:0;
	transition:opacity .5s ease;
}
.overlay.visible{
	opacity: 1 !important;
    position: fixed;
    height: 100%;
    width: 100%;
    z-index: 300;	
}
.overlay.visible::before{
    position: absolute;
    left: 0;
    top: -100px;
    width: 100%;
    background: rgba(0,0,0,.8);
    z-index: 3;
    opacity: 1;
    height: calc( 100% + 180px );
}
.post-title{
	-ms-word-wrap: break-word;
	word-wrap: break-word;	
}
/* 5.Colors */

/* Core colors */

body,
.body-color,
.pagination a,
.tagcloud a,
ul.tags a{
	color:#242829; /* Body color */
}

h1, h1 a,
h2, h2 a,
h3, h3 a,
h4, h4 a,
h5, h5 a,
h6, h6 a,
.widget a,
.menu .page_item > a,
.widget h2,
.comment-reply a{
	color:#242829
}
.mobile-trigger.is-active .mobile-trigger-inner,
.mobile-trigger.is-active .mobile-trigger-inner::before,
.mobile-trigger.is-active .mobile-trigger-inner::after,
.mobile-trigger-inner, 
.mobile-trigger-inner::before, 
.mobile-trigger-inner::after,
pre, code{
	background-color:#1c76bc;
}
td, th,
input[type="search"],
input[type="text"],
input[type="email"],
input[type="password"],
input[type="url"],
input[type="number"],
input[type=tel],
textarea,
select,
.author-box,
body .wp-block-table.is-style-stripes td,
.comment-container,
.breadcrumb-navigation,
#sidebar .widget{
	border-color:rgba( 14,22,56 , .2 );
}
article .separator,
.articles .separator,
article .vertical-separator,
.article-single .vertical-separator,
header.theme-header::after,
.separator.single,
.post-widget:after{
	background-color:rgba( 14,22,56 , .2 );
}
.main-separator{
	background-color:rgba( 14,22,56 , .3 );
}
.articles .post-title:after,
.related-articles .post-title:after{
	background-color:rgba( 14,22,56 , .7 );
}
.tagcloud a,
ul.tags a{
	border-color:rgba( 14,22,56 , .3 );
}
.search-trigger.mobile svg{
	fill:#0e1638
}
/* White color */

.post-category a,
.post-category a:hover,
.pagination a:hover,
.pagination li.active a,
.single .pagination span.current,
input[type="submit"],
button,
footer#footer,
footer .widget a,
footer .widget h1,
footer .widget h2,
footer .widget h3,
footer .widget h4,
footer .widget h5,
footer .widget h6,
.footer-logo h1,
.post-category.single,
.category-count span,
 article:hover .category-link ,
 pre, code{
	color:#fff;
}
.pagination a,
.single .pagination span,
header.theme-header,
.wp-caption,
.site-grid-inner,
.top-bar{
	background-color:#fff;
}
footer .post-widget:after{
	background-color:rgba( 255,255, 255 , .2 );
}
.slick-arrow svg,
#after-footer .social-and-search svg,
.author-box .social-and-search svg,
.post-category.single,
footer .post-widget span svg{
	fill:#fff
}
footer td, 
footer th,
footer input[type="search"],
footer input[type="text"],
footer input[type="email"],
footer input[type="password"],
footer textarea{
	border-color:rgba( 255,255, 255 , .1 );
}
footer .widget{
	border-color:rgba( 255,255, 255 , .2 );
}
footer .tagcloud a{
	border-color:rgba( 255,255,255, .5 );
}
footer .widget p{
	color:rgba( 255,255,255, .7 );
}

/* Theme main color 1 */

a,
.color-1,
.widget .color-1,
.widget a:hover,
.sub-menu .current-menu-item > a,
.sub-menu a:hover,
.menu > .menu-item > a:hover,
.menu > .menu-item:hover > a,
.menu > .current-menu-item > a,
.menu > .current-menu-ancestor > a,
.menu .page_item:hover > a,
ul.tags a:hover,
.comment-date,
.widget th a,
.widget td a{
	color:#1c76bc
}
.bg-color-1,
.pagination a:hover,
.pagination li.active a,
.single .pagination span.current,
.category-count span,
input[type="submit"],
button,
#after-footer .social-and-search,
.author-box .social-and-search,
.wp-block-quote::before,
.wp-block-pullquote::before,
blockquote::before,
.widget .line{
	background-color:#1c76bc;
}
.social-and-search,
.tagcloud a:hover,
.tags a:hover{
	border-color:rgba(255, 124, 52, .4)
}
.social-and-search svg,
.author-date svg{
	fill:rgba(255, 124, 52, .4)
}
header .social-and-search a:hover svg,
header .author-date a:hover svg,
li.author:hover > a.author-dropdown > svg{
	fill:rgba(255, 124, 52, 1)
}

/* Theme main color 2 */
a:hover,
.color-2,
.widget .color-2{
	color:#333F48 
}
button:hover,
.bg-color-2,
input[type="submit"]:hover{
	background-color:#333F48 
}

/* Misc colors */
/* Body gradient */
body{
    background-color: #ffffff;
}
/* Category background */
.category-link{
	background-color: #1c76bc
}
.post-thumb a:not(.category-link),
.pagination ul{
	background-color:#f3f3f3
}
.wp-caption {
    border-color:#c7c7c7
}
header .searchform,
article:hover .post-category {
	box-shadow: -2px 1px 37.6px 2.4px rgba(0, 0, 0, 0.15);
}
.fasto-fallback-menu a{
	color:#0e1638
}
    

/* 6.Header */
.theme-header, .top-bar, .top-bar ul{
	display: flex;
	flex-direction:row;
	justify-content:center	
}
.theme-header::after{
	content:none;
	position:absolute;
	width:calc( 100% - 140px );
	left:70px;
	bottom:0;
	height:1px
}
.theme-header.open::after{
	content:none
}
.theme-header.header-sticky::after{
	content:none;
}
.theme-header .mobile-trigger{
	display:none
}
.theme-header .logo h2{
	font-size: 12px;
    margin-top: 0;
}

/* sticky header */
@media (min-width:769px){
	.theme-header{
		z-index:300;
	}
	.theme-header.sticky, .search-products.sticky{
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		z-index: 110;	
		border-bottom: 1px solid #1c76bc;
		transform: translateY(0px);
		transition:transform 0.3s;
	}
	.theme-header.sticky.hidden, .search-products.sticky.hidden{
		transform: translateY(-200px);
		transition:transform 0.3s;
		top:-99999px;
	}
	.theme-header.sticky{
		z-index:300;
	}
	.sticky .menu-primary > li > a{
		padding-top:20px;
		padding-bottom:20px;
	}
	.sticky .logo img{
		max-height:28px;
	}
}

/* top bar */
.top-bar{
	padding:15px 0;
	border-bottom:1px solid #d2d7e1;
}
.top-bar ul{
	margin:0;
	padding:0;
}
.top-bar li{
	color:#727d8a;
	font-size:12px;
	letter-spacing:0.1px;
	display:flex;
	text-transform:uppercase
}
.top-bar li a{
	color: #606a75;
	display:flex;
	align-items: center;
}
.top-bar li i,.top-bar li a:hover{
	color:#1c76bc;
}
.top-bar li i{
	margin-right:12px;
	font-size:25px;
}
.top-bar li.left{
	margin-right:70px;
}
.top-bar li.right{
	margin-left:15px;
}
.top-bar .right i, .top-bar .push_right i{
	margin-right:8px;
}
.top-bar .push_right{
	margin-left:auto
}
.top-bar img{
	align-self: center;
}
.top-bar .first .lang-item{
	display:none
}
.top-bar .second .lang-item{
	padding:15px;
    border-bottom: 1px solid #1c76bc;
	transition:filter 0.3s;
}
.top-bar .second .lang-item:last-child{
	border-bottom:none;
}
.top-bar .second .lang-item:hover img{
	-webkit-filter: contrast(2);
	filter: contrast(2);
	transition : filter 0.3s;
	-webkit-transition : -webkit-filter 0.3s;
}
.top-bar .first .lang-item.current-lang{
	display:block
}
.top-bar-lang.mobile{
	display:none
}
.top-bar-lang.desktop{
	
}
.top-bar-lang.desktop li:not(.separator){
	padding-left:13px;
	padding-right:13px;
}
.top-bar-lang.desktop .current-lang a{
	font-weight:bold;
}
.top-bar-lang.desktop li.lang-item-first{
	padding-left:0;
}
.top-bar-lang.desktop ul .separator:last-of-type{
	display:none
}
/*
.top-bar-lang{
	position:relative
}
.top-bar-lang img{
    margin-right: 8px;
    border-radius: 50%;	
	transition : filter 0.3s;
	-webkit-transition : -webkit-filter 0.3s;
}
.top-bar .second{
	background-color: #fff;
	border:1px solid #449fe5;
    padding: 0;
	width: max-content;
	opacity:0;	
	visibility:hidden;
	position:absolute;
    display: flex;
    flex-direction: column;	
	top:0;
	transform:translateY(-20px);
	transition:all 0.3s;
	z-index: 10;
}
.top-bar .second a{
	color:#1c76bc
}
.top-bar .second a:hover{
	text-decoration:underline
}
.top-bar .second.show{
	opacity:1;
	visibility:visible;
	transform:translateY(0);
	transition:all 0.3s;	
}
*/

/* theme custom */
.top-bar .right i, .top-bar .push_right i{
	display:none
}

.header-menu{
	display: flex;
    flex-direction: row;
    align-items: center;
    margin-left: auto;	
}
.logo{
	margin:0;
}
.logo .mobile{
	display:none;
}
.logo img{
    display: block;
}
.logo .retina{
	width:50%
}
.search-mobile{
	display:none
}
.search-trigger:hover svg{
	opacity:.7
}
header .searchform{
	width:450px;
	position:absolute;
	right: 0;
	visibility: hidden;
	opacity: 0;
	transition: all .3s ease;
	z-index:301;
	transform:translateY(-15px);
	top:100%
}
header .searchform.active{
	opacity: 1;
	visibility: visible;
	transform:translateY(0);
}
header  .searchform input{
	padding: 20px 24px;
	border:none;
	width:100%;
}
.searchform input[type="submit"]{
    position: absolute;
    right: 0;
    max-width: 150px;
}
#menu-item-search{
	position:relative;
}
#menu-item-search .search-trigger{
	margin-right:-25px;
}
.search-form-holder{
	position:relative
}
.header-image{
	margin-bottom:-10px
}

/* 7.Menu */
 .menu{
    line-height:1;
    margin:0;
    padding:0;
    width:100%;
    list-style:none;
    list-style-type:none;
}
 .menu li{
    display:inline-block;
    margin:0;
    text-align:left;
} 
 .menu a{
    display:block;
    padding: 4px 15px;
    position:relative
} 
.menu-primary > li > a{
	font-size:15px;
	text-transform:uppercase;
	letter-spacing:-0.3px;
}
.menu-primary > li{
	/* margin-left: 32px; */
	
}

 .menu .sub-menu a{
    padding: 0px 15px;
    position: relative;
}
.sub-menu{
	padding:15px 0
}
 .menu li:hover,
 .menu li.focus{
    position:static
}
 .menu li:hover > .sub-menu,
 .menu li.focus > .sub-menu{
    opacity:1
}
 .mobile-menu-icon:hover,
 .mobile-menu-icon:focus{
    background:#7f181b;
}
.search-products{
	display: flex;
    flex-direction: row;
    justify-content: center;	
}
.search-products{
	background-color:#1c76bc;
	position:relative;
	z-index: 1;
}
.search-products-holder{
	padding-top:32px;	
	padding-bottom:35px;
	width:95%;
	max-width:1338px;
	
}
.search-products h3 a,.search-products h3{
	margin-top:0;
	color:#fff;
	font-size:18px;
	font-weight:bold;
	text-transform: uppercase;
}
.search-products h3 a{
	cursor:text;
}
.search-products h3 svg{
	display:none
}
.search-products ul{
	margin:0;
	padding:0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;	
	margin-left: -10px;
    margin-right: -10px;
}
.search-products li{
    flex-basis: 20%;
    padding: 0 9px;	
}
.search-products .show-four li{
	 flex-basis: 25%;
}
.search-products .list_fields_holder{
	display:none;
    position: absolute;
    left: 0;
    top: 0;
	z-index: 1;	
	background-color: #1c76bc;
}
.search-products .list_fields_holder.show{
	display:block;
}
.search-products .list_fields{
	border:10px solid #3e4549;
	border-top:none;
	display:flex;
	flex-wrap:wrap;
	max-height: 300px;
    overflow-y: auto;
	width:500px;
	border-bottom-width: 2px;
}
.search-products .list_fields_holder.error .list_fields{
	font-size: 19px;
    color: #fff;
    padding: 10px;	
}
.search-products .list_fields::-webkit-scrollbar {
    width: 4px;
    background:#1c76bc;
}

.search-products .list_fields::-webkit-scrollbar-track {

}

.search-products .list_fields::-webkit-scrollbar-thumb {
    -webkit-box-shadow: inset 0 0 2px rgba(0,0,0,0.5); 
    background:#fff;
} 
.search-products [data-current="make"] .list_fields{

}
.search-products [data-current="make"] .list_fields a{
	flex:0 0 50%;
}
.search-products [data-current="model"] .list_fields a{
	flex:0 0 50%;
}
.search-products [data-current="make"] .list_fields a{
	min-width:148px;
}
.search-products [data-current="model"] .list_fields a{
	min-width:197px;
}
.search-products [data-current="submodel_drivetype"] .list_fields a{
	flex: 0 0 100%;
}

.search-products .list_fields a{
	cursor: pointer;
	color:#fff;
    border-bottom: 1px solid rgba(0,0,0,.2);
	padding: 5px 10px;
	font-size: 19px;
	display: inline-block;
	white-space: nowrap;	
	flex:0 0 20%;
}
.search-products .list_fields .list_fields a{
	flex:0 0 100%;
}
.search-products .list_fields .list_fields {
	border:none;
	flex-wrap: wrap;
    display: flex;
    width: auto;
    justify-content: flex-start;
	overflow:hidden;
}
.search-products .list_fields .submodel_drivetype{
	    flex: 0 0 50%;
}
.search-products .list_fields .submodel .list_fields {

}
.search-products .list_fields a:hover {
    background-color: hsla(0,0%,100%,.2);
}
.search-products .list_fields a:active, .search-products .list_fields a.active {
    background-color: #3e4549;
}
.search-products .list_fields_title{
	color: #fff;
    text-align: center;
    font-size: 22px;
    background-color: #3e4549;	
	font-size:20px;
	display:block;
	padding: 6px;
	text-transform:capitalize;
}

.search-products .list_fields li{
}
.search-products .input_holder{
	position:relative;
}
.search-products .input_holder.opacity{
	opacity:0.4
}
.search-products input,
.search-products #search-products-make-model-year {
	outline: none;
	margin:0;
	height:100%;
	font-size:13px;
	color:#fff;
	background-color:#217ac0;
	border:1px solid #449fe5;
	padding: 10px 60px 10px 11px;
}
.search-products .show-field-values{
	font-size:17px;
	position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    padding-right: 60px;
    display: flex;
    align-items: center;
    padding-left: 10px;
    background-color: #fff;	
	display:none;
	padding-bottom: 0;
    line-height: 35px;
	transition:width 0.3s;
}
.search-products .show-field-values.show{
	width: calc(200% + 18px);
    z-index: 11;	
	transition:width 0.3s;
}
.search-products .show-field-values .close_api{
	right: 5px;
}
.search-products .show-field-values .close_api:before, .search-products .show-field-values .close_api:after{
	width:20px
}
.parts-search .error{
	font-size: 24px;
    margin: 40px 0;	
}
.search-products .show{
	display:block
}
.search-products .show-field-values > span{
	margin: -4px 10px -4px 0;
	border-bottom: 2px #5c6279 solid;
	white-space: nowrap;
	cursor: pointer;
	font-weight:bold;
	transition:all 0.3s;
}
.search-products .show-field-values > span:hover{
	color:#1c76bc;
	border-bottom-color:#1c76bc;
	transition:all 0.3s;
}
.search-products .mevo_partNo_list{
	top:60px;
	width:100%;
	text-align:center
}
.search-products input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff;
  font-size:13px;
}
.search-products input::-moz-placeholder {/* Firefox 19+ */
  color: #fff;
  font-size:13px;
}
.search-products input:-ms-input-placeholder { /* IE 10+ */
  color: #fff;
  font-size:13px;
}
.search-products input:-moz-placeholder { /* Firefox 18- */
  color: #fff;
  font-size:13px;
}

[data-current="submodel_drivetype"] .list_fields{
	display: flex;
}
.submodel_drivetype{
	padding:20px;
}
.submodel_drivetype.submodel{
	border-right: 2px solid #3e4549;
}
.submodel_drivetype .list_fields{
	
}
.submodel_drivetype .label{
	color: #fff;
	font-size:19px;
    display: flex;
    align-items: center;
	white-space: nowrap;
	margin-bottom: 12px;
    padding-left: 15px;    
	padding-right: 15px;	
}
.submodel_drivetype a.disabled{
	opacity: 0.2;
}
.submodel_drivetype .tick{
	font-size:13px;
	padding:5px;
	background-color:rgba(255,255,255,0.7);
	color: #1c76bc;
	margin-left:6px;
	line-height: 1;
}
.submodel_drivetype .tick.required{
	color: #fff;
	background-color:#ed5747;
}
.search-products .tick.forFitCheck{
	display:none;
}
.search-products.fitCheck-search .tick{
	display:none;
}
.search-products.fitCheck-search .tick.forFitCheck{
	display:block;
}
.search-products  .prod_search a.forFitCheck{
	display:none;
}
.search-products.fitCheck-search .prod_search .prod_search a{
	display:none;
}
.search-products.fitCheck-search .prod_search a.forFitCheck{
	display:inline-block;
}
.search-products .prod_search{
    text-align: center;
    padding: 10px;   
	flex:0 0 100%;
	border: 10px solid #3e4549;
	border-top: none;
}
.search-products .prod_search a, .vin_search a, .license_plate_search a, .interchange_search a{
	color: #fff;
    padding: 10px 32px;	
	background-color:rgba(255,255,255,0.2);
	display:inline-block;
	line-height: 1;
	transition:background-color 0.2s;
	letter-spacing: 0;
	font-size: 16px;
	border:none;
}
.search-products.fitCheck-search .prod_search a.normal{
	display:none;
}
.search-products .list_fields_holder.lincese_plate{
	left:auto;
	right:0;
	top:49px;
}
.popup-list-states{
	max-width: 600px;
}
.search-products .popup-list-states.list_fields{

}
.search-products .popup-list-states.list_fields.show{
	display:flex;
}
.search-products .popup-list-states.list_fields a{
    word-break: break-word;
    white-space: normal;
	flex: 0 0 50%;
}
.vin_search, .license_plate_search, .interchange_search{
    background-color: #075999;
    padding: 10px;
    text-align: center;
	display:none;
}
.search-products .prod_search a.disabled{
	opacity: 0.5;
    cursor: not-allowed;	
}
.search-products .prod_search a.disabled:hover{
	background-color:rgba(255,255,255,0.2);
}
.search-products .prod_search a:hover, .vin_search a:hover, .license_plate_search a:hover, .interchange_search a:hover{
	background-color:#3e4549;
	transition:background-color 0.2s;
	color:#fff;
}

.search-products_trigger{
	width:40px;
	height:100%;
	background-color:#075999;
	position:absolute;
	right:0;
	top:0;
}
.search-products_trigger.opened{
	background-color:#4597d7;
}
.search-products_trigger svg{
	width:18px;
	height:18px;
	color:#fff;
	position: absolute;
    top: calc(50% - 9px);
    left: calc(50% - 9px);
}
.search-products_trigger.opened svg{
	transform: rotate(90deg);
}
.mevoPart_results{
    position: absolute;
    top: 100%;
    left: 0;
    width: 620px;
    z-index: 20;
    max-width: 620px;
}
.mevoPart_results .mevoPart_results_holder{
	background-color:#1c76bc;
}
.mevoPart_results h3{
    color: #fff;
    text-align: center;
    font-size: 22px;
    background-color: #3e4549;
    font-size: 20px;
    display: block;
    padding: 6px;
    text-transform: capitalize;	
	font-weight: normal;
	margin: 0;
}
.search-products .mevoPart_results_list{
	margin: 0;
	flex-wrap:wrap;
	justify-content: flex-start;
	display: flex;
	max-height: 300px;
    overflow-y: scroll;
	border: 10px solid #3e4549;
    border-top: none;	
	border-bottom-width: 2px;
}
.search-products .mevoPart_results_list::-webkit-scrollbar {
    width: 4px;
    background:#1c76bc;
}

.search-products .mevoPart_results_list::-webkit-scrollbar-track {

}

.search-products .mevoPart_results_list::-webkit-scrollbar-thumb {
    -webkit-box-shadow: inset 0 0 2px rgba(0,0,0,0.5); 
    background:#fff;
} 

.mevoPart_results_list li{
	flex: 0 0 20%;
    padding: 0;
    text-align: left;	
	margin-bottom: 10px;
	flex-grow: 0;
}
.mevoPart_results_list a{
	display:block;
	cursor: pointer;
	color:#fff;
    border-bottom: 1px solid rgba(0,0,0,.2);
	padding: 5px 10px;
	font-size: 17px;	
}
.mevoPart_results_list a:hover,.mevoPart_results_list a:active {
	color:#242829;
}
@media (max-width:1200px){
	.mevoPart_results_list li{
		flex-basis:11%;
	}
}
@media (max-width:992px){
	.mevoPart_results_list li{
		flex-basis:13%;
	}	
}
@media (max-width: 768px){
	.search-products .mevoPart_results_list{
		flex-direction:row;
		padding-left:0;
		padding-right:0;
		
	}
	.mevoPart_results{
		top:45px;
		width:100%;
	}
	.mevoPart_results_list li{
		flex-basis:25%;
	}
	.mobile_no_scroll{
		
	}
}
@media (max-width: 600px){
	.mevoPart_results_list li{
		flex-basis:33.33333%;
	}
	.footer_1_1{
		flex: 0 0 30%;
		max-width: 30%;
	}	
	.footer_1_2{
		flex: 0 0 70%;
		max-width: 70%;
	}
	.footer_widgets #media_image-2 img{
		
	}
}
@media (max-width: 479px){
	.mevoPart_results_list li{
		flex-basis:50%;
	}	
}



.page-header-inner{
	align-items: center;
}
.page-header{
    display: flex;
    flex-direction: column;
    align-items: center;
	justify-content: center;
	height:410px;
	background-color:#333F48;
	background-position: center;
    background-size: cover;
}
.page-header h1, .page-header p{
	text-align:center;
	color:#fff;
}
.page-header h1{
	font-size:45px;
	font-weight:bold;
	letter-spacing:-0.5px;
	margin:0 0 10px 0;
	line-height: 1.3em;
	text-transform:uppercase
}
.page-header p{
	font-size:26px;
	line-height:32px;
	text-transform: uppercase;
}
#CPTsearchform{
	width:100%;
	max-width:742px;
	margin-top:20px;
	
}
#CPT-search-form-holder{
	position:relative;
}
#CPTsearchform input[type="submit"]{
	font-size:20px;
	font-weight:bold;
	text-transform:uppercase;
	letter-spacing:-0.3px;
	padding: 0 80px;
	max-width: none;
	height: 100%;
    position: absolute;
    right: 0;
	display:block;
	top: 0;
}
#CPTsearchform input[type="text"]{
	padding:18px;
	font-size:18px;
	color:#242829;
}

#CPTsearchform input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #242829;
  font-size:18px;
}
#CPTsearchform input::-moz-placeholder {/* Firefox 19+ */
  color: #242829;
  font-size:18px;
}
#CPTsearchform input:-ms-input-placeholder { /* IE 10+ */
  color: #242829;
  font-size:18px;
}
#CPTsearchform input:-moz-placeholder { /* Firefox 18- */
  color: #242829;
  font-size:18px;
}

.careers-not-available h2{
    margin-bottom: 20px;
    font-weight: 700;
    font-style: normal;
    font-size: 26px;
    color: #1c76bc;	
}
.careers-not-available p{
	padding: 20px;
    background-color: #f8f9fb;	
}
.career-form{
	background-color: #1c76bc;
	padding-bottom: 30px;
    margin-top: 10px;
    margin-bottom: 50px;
}
.career-form-title{
	width:100%;
	max-width:1105px;
    display: flex;
    justify-content: center;
	margin: auto;
}
.career-form-title h4{
    font-weight: bold;
    font-size: 24px;
    color: #ffffff;
    text-transform: uppercase;	
	padding: 0 10px;
}

.vc_general.vc_btn3.vc_btn3-color-btn-custom-primary{
	background-color:#1c76bc;
	color:#fff;
}
.vc_general.vc_btn3.vc_btn3-color-btn-custom-primary:hover{
	background-color:#075999;
	color:#fff;
}
.vc_general.vc_btn3.vc_btn3-size-md{
	font-size:20px;
	font-weight:bold;
	padding:17px 50px;
	text-transform:uppercase;
	line-height: 1;
}

.vc_general.vc_btn3.vc_btn3-size-lg{
	font-size:22px;
	font-weight:bold;
	padding:17px 40px;
	text-transform:uppercase;
	line-height: 1;
}
.vc_general.vc_btn3.vc_btn3-color-btn-custom-secondary{
	background-color:#333f48;
	color:#fff;
}
.vc_general.vc_btn3.vc_btn3-color-btn-custom-secondary:hover{
	color:#1c76bc
}

.row_on_row{
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;	
}
.menu  li.menu-item-has-children > a:after{

}
.menu > li.menu-item-has-children > a:after{
	content: '';
	width: 0;
	height: 0;
	position: absolute;
	margin-left: 10px;
	transform: rotate(-90deg);	
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-top: 4px solid #242829;
	right: 10px;
    top: calc(50% - 2px);
    margin: 0;
	transform: rotate(0);
}
.menu > li.menu-item-has-children:hover > a:after,.menu > li.menu-item-has-children.focus > a:after{
	border-top: 4px solid #1c76bc;
}
/*
.subscribe_btn .vc_btn3.vc_btn3-size-lg{
	font-size: 22px;
	padding:15px 58px;
	letter-spacing: 0;
	line-height:1em;
	text-transform: capitalize;
}
*/	
@media only screen and (min-width:1024px) {
		 
	.menu .sub-menu{
		padding:15px 0
	}

}


/* 8.Breadcrumb navigation */
.breadcrumb{
	font-size:17px;
	margin:40px 0 40px 0;
	padding-left:0;
  overflow-x: auto;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;	
}
.breadcrumb::-webkit-scrollbar {
  display: none;
}
.breadcrumb li{
	text-transform:uppercase
}
.breadcrumb li a{
	color:#242829;
	white-space: nowrap;
}
.breadcrumb li a:hover{
	color:#1c76bc;
}
.breadcrumb-navigation{
    border-style: solid;
    border-width: 1px;
    margin-top: 0;
    margin-bottom: 0;
    border: none;
}
.page .breadcrumb-navigation {
    margin-bottom: 0;
    padding-bottom: 0;
}
.author .breadcrumb-navigation{
	padding:0;
	border:none
}
.breadcrumb-navigation h1{
	margin:0;
	padding:0;
}
ul.breadcrumb li{
	display:inline-block;
	vertical-align:middle;
}


/* Contact forms */

/* 9.Blog */
.single .article-title{
-ms-word-wrap: break-word;
    word-wrap: break-word;
    width: 100%;
    margin-top: 10px;
    letter-spacing: -0.6px;
    margin-bottom: 30px;
}
.single .other-posts{
-ms-word-wrap: break-word;
    word-wrap: break-word;	
}
.post-thumb{
	position:relative;
	max-width:100%;
	transition:all .5s ease;
}
.single .article-single .post-thumb{
	margin-bottom:30px
}
.single .article-single .post-thumb a{
	background:none
}
.post-thumb img{
	display:block;
    backface-visibility: hidden;
}
.articles .post-thumb img,
.related-articles .post-thumb img{
	width: 100%;
	transition: filter 0.7s;	
}
.post-content{
	position:relative
}
.post-content ul,
.page-content ul{
	list-style-type:none;
}
.post-content ul{
	padding-left:15px
}
.post-content ul li{
	margin-bottom:2px
}
.post-content ul li {
    margin-bottom: 6px;
}
.post-content table,
.page-content table{
	margin-bottom:40px
}
.post-thumb a{
	display:block;
}

.unset-absolute{
	position:initial
}
.post-title{
	font-size: 28px;
    line-height: 1.23em;
    margin-top: 0;
    margin-bottom: 10px;
    letter-spacing: -0.5px;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
	position:relative
}
.articles .post-title ,
.related-articles .post-title{
	padding-bottom:20px
}
.related-articles .post-title a{
	margin-bottom:0
}
.articles .post-title:after,
.related-articles .post-title:after{
    position: absolute;
    bottom: 0;
    content: ' ';
    width: 70px;
    height: 2px;
}
.grid-4 .post-title{
	font-size: 18px;
	line-height: 1.43em;
}
.post-title a{
	display: block;
    margin-top: 30px;
    margin-bottom: 18px;
}
.post-details{
	padding:18px 0;
	margin-bottom:20px;
}
.related-articles .post-details{
	padding:18px 0;
	margin-bottom:0;
	padding-bottom:0
}
article p{
	font-size:15px;
	line-height:1.75;
	margin-top: 15px;
	margin-bottom:10px
}
article .separator,
.articles .separator{
	height:1px;
	margin-bottom:10px
}
.main-separator{
	height:3px;
	width:calc( 100% - 30px );
	margin-bottom:58px;
	margin-left:auto;
	margin-right:auto;
}
.main-separator.mobile,
.main-separator.tablet{
	display:none
}
.separator.single {
	height:1px;
	margin: 20px 0 35px 0;
}
.separator.single.big {
	margin-top:0
}
article .vertical-separator,
.article-single .vertical-separator{
	width:1px;
	height:20px;
	margin:0 15px
}
.article-single img{
}
.sl-image img{
}
.post-category{
    position: absolute;
    bottom: 15px;
	left:15px;
    z-index: 2;
	font-weight:bold;
	font-size:14px;
	text-transform:uppercase;
	transition: all .33s ease;
	transform:translate(0,0);
	display:flex;
}
.post-category a:nth-of-type(2){
	margin-left:4px;
}
.post-category a{
    height: auto;
    display: flex;
    align-items: center;
    padding: 7px;
    justify-content: center;
    font-size: 12px;
    text-transform: capitalize;
    font-weight: 400;
    letter-spacing: 1px;
}
.post-category span{
	z-index:2
}
.post-category.single{
	position:static;
	margin-bottom:12px;
	display: flex;
    align-items: center;
	flex-wrap: wrap;
	
}
.post-category.single a,
.post-category.single span{
	text-align:center;
	margin:0 5px 5px 0;
	padding:7px 15px;
	display: flex;
    align-items: center;
}
.post-category.single svg{
	width:22px;
	margin-right:5px
}
.post-category.single a::before{
	content:none;
}
.post-category{
	overflow:hidden
}
.category-link::before{
	content:' ';
	position:absolute;
	width:100%;
	height:100%;
	transform:scale( 0 );
	transition: all 0.3s ease;
	right:0;
	top:0
	
}
article:hover .category-link::before{
	transform:scale( 1 );
}
.author-date{
	font-size:12px;
	padding-bottom:15px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	text-transform:uppercase;
}
.article-single .author-date{
	margin-top: -12px;
}
.author-date svg{
	width:24px;
	height:24px;
	margin-right:5px;
}
.author-date a{
	font-size:12px;
	display: flex;
	align-items: center
}
ul.tags{
	padding-left:0;
	clear:both;
}
ul.tags li{
	display: inline-block;
	margin:0 8px 8px 0
}
ul.tags a{
	padding:2px 8px 4px 8px;
	border-width:1px;
	border-style:solid;
}
#page-404{
	padding-top:50px;
	padding-bottom:50px;
}
#comments{
	clear:both;
}
#comments > ul{
	padding-left:0
}
.comment-container{
	display:flex;
	padding-bottom:25px;
	margin-bottom:25px;
	border-width:0 0 1px 0;
	border-style:solid;
}
.comment-container img{
	max-width: 80px;
	margin-right:15px;
}
.comment-container h3{
	padding-top:0;
	margin-top:0;
	margin-bottom:5px
}
.comment-date {
	font-size:12px
}
.the-comment p {
	margin:5px 0;
	font-size:13px;
}
.comment-reply{
	font-size:12px
}
.comment-holder{
	overflow:auto
}
.comment-author-img,
.comment-holder{
	flex-direction: column;
}
.comment-form input{
	margin-bottom:15px
}
.comment-form textarea{
    height: 175px;
}
.comment-respond h2,
.comments-area h2{
    padding-bottom:10px
}
.comment-form-comment,
.comment-form-author,
.comment-form-email,
.comment-form-url{
	margin:0
}
ul .pingback{
	list-style-type:none
}
ul .pingback p > a{
	display:block
}
ul .pingback .edit-link{
	font-size:12px
}
.nocomments{
	font-size:20px
}
input[name="post_password"]{
	margin-bottom:20px
}
.author-box {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    padding: 75px 30px 45px 30px;
    border-width: 1px;
    border-style: solid;
    position: relative;
    margin-top: 70px;
}
.archive .author-box {
    margin-top: 0;
	margin-bottom:70px
}
.author-box h3 {
    font-weight: normal;
    font-size: 12px;
    letter-spacing: 5px;
    text-transform: uppercase;
}
.author-box h2 {
    padding: 0 0 10px 0;
	margin-top:10px;
	padding-bottom:0;
	margin-bottom:15px;
	font-size:36px;
}
.author-box p {
	max-width:720px;
	margin:auto;
	margin-top:0;
	margin-bottom:30px
}
.author-box .author {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -40px;
    width: 80px;
    height: 80px;
}
.author-box .author img{
}
.author-box .social-and-search {
    display: table;
    margin: auto;
}
.related-articles h2.title{
	margin:40px 0;
	font-size:36px;
}
.other-posts h2{
	margin-top:0
}
.other-posts h3{
    margin: 10px 0 10px 0;
    font-size: 20px;
    line-height: 1.43em;
}


/* 10.Widgets */
.widget{
	font-size:14px;
	margin-top: 40px;
	position:relative
}
footer .widget{
	margin-top: 30px;
}
.widget:last-of-type{
	border:none;
	padding-bottom:0
}
.widget h2{
	font-size: 18px;
    letter-spacing: 5px;
    text-transform: uppercase;
    font-weight: normal;
	margin-bottom:50px;
	margin-top: 0;
	display:inline-block
}
.widget .line{
    width: 50px;
    height: 1px;
    display: inline-block;
    margin-left: 10px;
    position: relative;
    top: -4px;
}
.widget p{
	font-size:13px;
	line-height:1.69em
}
.widget a{
	line-height:2em;
	font-weight:bold;
}
.widget th,
.widget td{
	padding:5px;
	text-align:center
}
.widget th a,
.widget td a{
	line-height:normal;
	font-weight:bold
}

.widget table caption{
	padding-bottom:10px;
	text-align:left
}
.widget .comment-author-link,
.widget .rsswidget{
	font-weight:bold
}
.widget.widget_rss li{
	padding-bottom:15px
}
.widget .tagcloud a{
	display:inline-block;
	line-height:1em;
	padding:5px 10px;
	border-width: 1px;
	border-style: solid;
	margin:0 4px 8px 0;
	text-transform:capitalize;
	font-size:14px
}
.widget_search,
.widget_calendar,
.widget_media_image,
.widget_search{
	padding-bottom:60px
}

.widget_media_gallery,
.widget_tag_cloud{
	padding-bottom:50px
}
.widget h3.post-title{
	font-size:16px;
	letter-spacing:0.3px;
	margin-bottom:5px
}
.widget .post-title a{
	line-height:1.5em
}
.sidebar-posts{
	margin-top:10px;
	margin-bottom: -20px /* for the last post-widget:before */
}
.post-widget{
	margin-bottom:20px;
	position:relative;
	padding-bottom:20px;
}		
.post-widget:after{
	position:absolute;
	bottom:0;
	content:' ';
	width:200px;
	height:1px;
}
article:last-child .post-widget:after{
	content:none;
}	
.post-widget span{
	display:flex;
	font-size:12px
}
.post-widget span svg{
	margin-right:5px
}
.post-widget .cover-image,
.post-widget .post-thumb a{
}
.post-widget .thumb{
	padding-right: 0;
	max-width:120px
}
.post-widget .slick-arrow.slick-prev {
    right: 7px;
}
.post-widget .slick-arrow.slick-next {
    left: 7px;
}
.category-count span{
    line-height: 1em;
    margin-left: 10px;
    font-size: 10px;
    padding: 1px 5px;
}
.widget_search input[type="submit"]{
}
#sidebar .widget:last-of-type{
	margin-bottom:50px
}
article{
	position:relative;
}
.date-published {
    position: absolute;
    top: -12px;
    right: -10px;
    background: white;
    padding: 7px 12px;
	text-align:center;
	box-shadow: -2px 1px 37.6px 2.4px rgba(0, 0, 0, 0.1);
}
.date-published span.small{
    font-size: 12px;
    text-transform: uppercase;
    display: block;
    margin-top: -5px;
}
.date-published span.big{
    font-size: 32px;
    font-weight: bold;
    line-height: 1em;
}
.fasto-footer-socials ul{
	display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;	
	padding-left:0;
}
.fasto-footer-socials a{
	display:block;
	padding:5px;
}
.fasto-footer-socials svg{
	display:block;
	width:22px;
	height:22px
}

/* 11.Slick Slider */

.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

.slick-list:focus {
	outline: none;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.slick-track:before,
.slick-track:after {
	display: table;
	content: '';
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px;
	outline: none;
}
.slick-slide img {
	display: block;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
	display: none;
}
.slick-arrow{
	position:absolute;
	top:50%;
	z-index:2;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
	transition:opacity .3s ease, color .3s ease;
}
.slick-arrow svg{
	width:28px;
	height:28px;
}
article .slick-arrow{
    padding: 0px;
    width: 30px;
	height: 30px;
	opacity: .7;
}
article:hover .slick-arrow{
    padding: 0px;
    width: 30px;
	height: 30px;
	opacity: 1;
}
.slick-arrow.slick-next{
	left:15px
}
.slick-arrow.slick-prev{
	right:15px
}

/* 12.Various */
.article-feature-image{
	margin-top:40px;
}
.article-feature-image img{
	display:block;
}
.vc_row.vc_fix{
	width:100%;
}
.search-global{
	margin-left: -15px;
    margin-right: -15px;		
}
.search-global article{
	display: flex;
    height: 100%;
    flex-direction: column;	
}
.search-global .post-details{
    display: flex;
    align-items: flex-end;
	padding-top: 0;
}
.search-global .post-title a{
	font-size:22px;
}
.search-global img{
	display:block;
	height:150px;
	width: auto;
}
.search-global .post-details-holder{
	display:flex;
}
/* video search */
/* Videos */
.search-video{
	margin-left: -15px;
    margin-right: -15px;		
	align-items: normal;
}
.search-video .dataHidden, .search-global .dataHidden{
	display:none !important
}
.search-video .video_li, .search-global .video_li{
	margin-bottom:30px;
    display: flex;
    flex-direction: column;
}
.search-video .video_li h4, .search-video .video_li h5 a, .search-global .video_li h4, .search-global .video_li h5 a{
	font-size:18px;
	font-weight:bold;
	color:#1c76bc
} 
.search-video .video_li h5, .search-global .video_li h5{
	margin:13px 0;
	display: flex;
    align-items: flex-start;
	flex-grow: 1;
    height: 100%;
}
.search-video .video_li h5 a,.search-global .video_li h5 a{
	display:block;
}
.search-video .video_li p, .search-global .video_li p{
	font-size:14px;
	line-height:20px;
}
.search-video .video_li img, .search-global .video_li img{
	display:block;
	opacity:0.8;
}
.search-video .video_li:hover img, .search-global .video_li:hover img{
	opacity:1;
}
.search-video .img_holder, .search-global .img_holder{
	position:relative;
	cursor:pointer;
}
.search-video .play_btn,.search-global .play_btn{
	position:absolute;
	width:40px;
	height:40px;
	top:calc(50% - 20px);
	left:calc(50% - 20px);
	border-radius:50%;
	color:#1c76bc;
	background-color:#fff;
	display:flex;
	align-items:center;
	justify-content:center;
	z-index:1;
}
.search-video .play_btn i, .search-global .play_btn i{
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 8px 0 8px 12px;
	border-color: transparent transparent transparent #1c76bc;
}
.search-video .line-separator, .search-global .line-separator{
	background-color:#dddddd;
	height:2px;
	margin:30px 0 45px 0;
}
.video_li .line-separator:last-of-type, .video_li .line-separator:last-of-type{
	display:none
}
.videoModal{
	position:fixed;
	width:100%;
	height:100%;
	top:0;
	bottom:0;
	left:0;
	right:0;
	display:flex;
	align-items:center;
	justify-content:center;
	background-color:rgba(0,0,0,0.9);
	z-index:100;
}
.videoModal .videoHolder{
	padding: 50px;
    background: #fffdfd;
	position:relative;
}
.videoModal iframe, .videoModal video{
	width: calc(100vh * 0.8);
    height: calc(100vh * 0.8 / 1.8);
	max-width: 100%;
    max-height: calc(100vw / 1.8);
	outline: none;
}
.videoModal .closeModal{
	top: 10px;
    right: 10px;	
}
.videoModal .closeModal:before, .videoModal .closeModal:after{
	width:24px;
	left: calc(50% - 12px);
}
.noBgScroll{
	overflow:hidden;
}
@media (max-width:992px){
	.videoModal .videoHolder{
		padding:10px;
	}	
	.videoModal .closeModal {
		top: 15px;
		right: 15px;
	}
}
@media (max-width:600px){
	.search-video .videos_li{
		margin-top:10px;
	}
}

/* Page content styles*/
.custom_page_elements.headings .heading1 h1{
	color: #fff;
    display: block;
    background-color: #1c76bc;
    padding: 10px 25px;
	margin:30px 0 20px 0;
	font-weight:bold;
	text-transform:uppercase;
	font-size:32px;
}
.custom_page_elements.headings .heading2 h2{
	color:#1c76bc;
	margin:25px 0;
	font-size:32px;
}
.custom_page_elements.headings .headings_p{
	background-color: #f8f9fb;	
}
.custom_page_elements.headings .headings_p p{
    
	padding:5px 15px;
	line-height: 2em;
}
.custom_page_elements.headings .headings_p{
	padding-top:15px;
	padding-bottom:15px;
}


.custom_page_elements.headings .headings_p > p{
	position:relative;
	padding-left:40px;
	padding-right: 40px;
}
.custom_page_elements.headings .headings_p > ol li{
	background-color: #e4e7f1;
	padding:4px 12px;
	margin:10px 0;
	line-height:1.6em;
}
.custom_page_elements.headings ol { 
	counter-reset: item; 
	counter-reset: item;
    margin: 0 60px;
    padding: 0;
}

.custom_page_elements.headings ol li { display: block; }
.custom_page_elements.headings ol li:before {
	content: counter(item) ". ";
	counter-increment: item;
	color: #1c76bc;
}
.custom_page_elements.headings .headings_p > p::before, .custom_page_elements.headings .headings_p  > p::after {
    content: '';
    position: absolute;
    left: 18px;
    top: calc(1em + 8px);
    height: 1px;
    width: 8px;
    background: #242829;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: -webkit-transform .2s;
    transition: transform .2s;
    transition: transform .2s,-webkit-transform .2s;
}
.custom_page_elements.headings .headings_p  > p::before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
	left: 18px;
    top: calc(1em + 3px);
}
.custom_page_elements.headings .headings_p  > p::after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}


.custom_page_elements.headings .headings_p em{
	background-color: #e4e7f1;
    display: inline-block;
    padding: 8px;
    line-height: 1.3em;
    margin-left: 10px;
    margin-right: 10px;
    margin: 10px;
}


.page-content-inner.style1 h1{
	color: #fff;
    display: block;
    background-color: #1c76bc;
    padding: 10px 25px;
	margin:30px 0 20px 0;
}
.page-content-inner.style1 h2{
	color:#1c76bc;
}
.page-content-inner.style1 p{
    background-color: #f8f9fb;	
	padding:5px 15px;
}
.page-content-inner.style1 figure{
    margin: 30px 0;	
}

/* Search page */
#search-no-result h2{
	margin-top:0;
	margin-bottom:10px;
	font-size:36px
}
#search-no-result h3{
	margin-top:0;
	margin-bottom:60px
}

.search-article{
    margin-left: -15px;
    margin-right: -15px;	
}
.search-article article{
    display: flex;
    flex-direction: column;
	color:#333F48;
	margin-bottom:75px;
}
.search-article h2, .search-article h4{
	font-weight:normal;
	font-size:20px;
	line-height:26px;
	margin:0;
	max-width: 66%;
}
.search-article .block-title{
	font-size:30px;
	font-weight:bold;
	color:#1c76bc;
	letter-spacing:-0.2px;
	text-transform:uppercase;
	margin-right:40px;
	    line-height: 1.4em;
}
.search-article h2:hover a,.search-article h4:hover a{
	color:#1c76bc;
}
.search-article img{
	display:block;
}
.text-holder{
	margin-top:auto;
}
.search-article .more a{
	display: flex;
    flex-direction: row;
    align-items: center;	
	text-decoration:none;
	text-transform:uppercase;
	font-size:18px;
	line-height:33px;
	color:#333F48;
	-webkit-transition: color 0.3s;
	transition: color 0.3s;
}
.search-article .more span{
	margin-left:auto;
}
.search-article .more svg{
	display:block;
	width:28px;
	height:28px;
	opacity:0;
	visibility:hidden;
	-webkit-transition: opacity 0.4s;
	transition: opacity 0.4s;
}
.search-article article:hover .more a{
	color:#1c76bc;
	-webkit-transition: color 0.3s;
	transition: color 0.3s;
}
.search-article article:hover .more svg{
	opacity:1;
	visibility:visible;	
	-webkit-transition: opacity 0.4s;
	transition: opacity 0.4s;
}
.search-article .line{
	display:block;
	height:2px;
	background-color:#d8dbe4;
	margin-top:18px;
	-webkit-transition: background-color 0.3s;
	transition: background-color 0.3s;
}
.search-article article:hover .line{
	background-color:#1c76bc;
	-webkit-transition: background-color 0.3s;
	transition: background-color 0.3s;
}

@media screen and (max-width: 1200px) {
	.vc_posts-block .block-title{
		font-size:25px;
	}
}

/* 404 page */
#page-404 h1{
	margin-top:0;
	margin-bottom:10px
}
#page-404 h3{
	margin-top:0;
	margin-bottom:60px
}


/* Pagination */

.pagination{
	width:calc( 100% - 30px );
	margin:0 auto;
	clear:both
}
.page .pagination{
	width:100%;
}
.pagination ul{
	padding: 35px 15px;
    text-align: center;
}
.pagination li{
	display:inline-block;
	margin:4px 7px;
}
.pagination a,
.single .pagination span{
	width:50px;
	height:50px;
	display:block;
	padding-top:10px;
	transition: background 0.3s ease, color 0.3s ease
}
.page .pagination span,
.page .pagination a{
	display:inline-block;
	margin: 0 10px;
	vertical-align: middle
}
.single .pagination{
	width:100%;
}
.single .pagination a,
.single .pagination span{
	display:inline-block;
	margin:0 7px
}
.post-content .pagination ul li:before,
.page-content .pagination ul li:before{
	content:none
}

/* Social share */

.social-share-holder {
    margin: 0;
    position: absolute;
    left: -114px;
    padding-left: 0;
    max-width: 40px;
	height:96%
}
.after-post{
	margin-bottom: 40px;
    display: flex;
	align-items: center;
	width:100%
}
.after-post .social-share-holder {
    position: static;
	max-width:100%
}
.after-post .social-share-holder a{
}
.after-post .social-share-holder ul{
    margin:0 -3px
}
.after-post .social-share-holder li{
    margin:3px
}
.after-post ul.social-share a::before {
	transform:scale(0);
}
.after-post ul.social-share a:hover::before {
	transform:scale(1);
}
ul.social-share {
    position: sticky;
	top:30px;
	padding:0;
}

ul.social-share li {
	float: left;
	margin:0;
	padding: 0;
	line-height: 0;
	overflow:hidden;
	margin-bottom:5px
}

ul.social-share a {
	padding: 10px 12px;
	display: block;
	min-width: 20px;
	text-align: center;
	line-height: 1.2em;
	transition: all .5s ease;
	position:relative;
	z-index:2;
}

ul.social-share svg {
	display: block;
    fill: #fff;
    width: 20px;
	height:20px;
    z-index: 1;
    position: relative;
	transition:all .5s ease
}

ul.social-share a.mail svg {
	fill:#0e1638;
}

ul.social-share a.mail:hover svg {
	fill:#fff;
}

ul.social-share a::before {
	position:absolute;
	content:' ';
	width:100%;
	height:100%;
	left:0;
	top:0;
	opacity:0;
	transition:all .3s ease;
	transform:translateX(100%);
	z-index:0;
}
ul.social-share a:hover::before {
	opacity:1;
	transform:translateX(0);
	background:#fff
}
ul.social-share a.mail:hover::before {
	background:#0e1638;
}
ul.social-share a:hover svg {
	fill:#0e1638
}
ul.social-share a.facebook {
	background: #3a5799;
}

ul.social-share a.twitter {
	background: #21bff3
}

ul.social-share a.pinterest {
	background: #cc2127
}

ul.social-share a.linkedin {
	background: #0274b3

}ul.social-share a.mail {
	background: #fff600
}
.sub-menu-widget .sub-menu-widget .sub-menu-widget .sub-menu-widget{
	display:none
}

/* Inner pages*/
.custom_list > .headings_p > ul > li{
	margin-bottom:20px
}
.custom_list ul ul{
	margin-left:40px;
  margin-top:20px
}
.custom_list ul ul li,
.custom_list2 li{
	list-style-type:disc
}
video{
max-width:100%
}
.custom_list2 ul{
	margin-left:40px;
}
.list_padding{
display:inline-block;
  padding-left:30px
}

.tm-font{
	font-family: Arial,Verdana,Helvetica,sans-serif;
}

/* IE Fixes */
@media all and (-ms-high-contrast:none){
	.post-widget .thumb{
		max-width:115px
	}
	.menu .menu-item .menu-link svg{
		height:24px
	}
	.post-category.single span{
		height:37px
	}
}

/* Contact form 7 */
.wpcf7 input:not([type="submit"]){
   margin-bottom:30px
}
.wpcf7 textarea{
  margin-bottom:30px;
  max-height:200px
}
span.wpcf7-not-valid-tip {
    position: relative;
    top: -15px;
}
body div.wpcf7-response-output {
    margin: 2em 0;
}

/* Gravity forms*/
.newsletter .gform_button{
	margin: 0 !important;
    display: block !important;
    width: 100% !important;
    padding: 22px 60px !important;
    font-size: 22px !important;
    font-weight: bold !important;
    background-color: #242829 !important; 
  	transition:color 0.3s;
  	max-height:64px;
}
article.newsletter .newsletter .gform_button{
  	 font-size: 20px !important;
 }
.newsletter .gform_button:hover{
  color: #1c76bc !important; 
	transition:color 0.3s; 
}
.newsletter .gform_footer{
  padding: 0px !important;
  margin: 0px !important;
  width:auto !important;
}
article.newsletter .newsletter .gform_footer{
	width:100% !important;
}
.newsletter  .gform_body input[type="text"]{
	background-color: #fff !important; 
}

.newsletter .gform_body ::placeholder{
	font-size:16px !important;
  color:#656875 !important;
}
.newsletter .gform_body ::-webkit-input-placeholder{
	font-size:16px !important;
  color:#9395a7 !important;
}
.newsletter .gform_body :-moz-placeholder{
	font-size:16px !important;
  color:#9395a7 !important;
}
.newsletter .gform_body ::-moz-placeholder{
	font-size:16px !important;
  color:#9395a7 !important;
}
.newsletter .gform_body :-ms-input-placeholder{
	font-size:16px !important;
  color:#9395a7 !important;
}
.gform_wrapper .newsletter  .top_label .gfield_label,.gform_wrapper .newsletter input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]){
	font-size:16px !important;
  color:#9395a7 !important;	
  max-height: 64px;
  border-color: #fff !important;
}
body .gform_wrapper  .newsletter ul li.gfield{
	margin-bottom:0px !important
}
body article.newsletter .gform_wrapper  .newsletter ul li.gfield{
	margin-bottom:14px !important;
	flex: 0 0 100% !important;
}

body .gform_wrapper .newsletter .top_label div.ginput_container{
  margin:0 !important
}
.gform_wrapper .newsletter .top_label .gfield_label, .newsletter .gfield_error.isTextField .gfield_label{
  max-height:64px !important;
}
.gform_wrapper .newsletter{
	display:flex !important;
   align-items: center !important;
  flex-wrap: wrap !important;
}
article.newsletter .gform_wrapper .newsletter{
  flex-direction:column !important
}
.newsletter .gform_body{
 	width: auto !important;
  flex-grow: 1 !important;
}
article.newsletter .newsletter .gform_body{
  	width: 100% !important;
}
article.newsletter .newsletter .gform_body{
	padding: 0px !important;
}
article.newsletter .newsletter .gform_fields .gfield:nth-of-type(1), article.newsletter .newsletter .gform_fields .gfield:nth-of-type(2){
	flex:0 0 50% !important;
	max-width:50% !important;
}
article.newsletter .newsletter .gform_fields .gfield:nth-of-type(1){
	padding-right:3px;
}
article.newsletter .newsletter .gform_fields .gfield:nth-of-type(2){
	padding-left:3px;
}
.gform_wrapper.gform_validation_error .newsletter .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half){
	max-width: 100% !important;
}

.newsletter .gform_fields{
		display: flex !important;
    flex-wrap: wrap !important;
    justify-content: space-evenly !important;
}
.newsletter .gform_fields .gfield{
	flex: 0 0 calc(50% - 5px) !important;
}

.mevo-product-inner .vc_tta-title-text{
    font-weight: 700;
    font-style: normal;
    font-size: 26px;
    color: #1c76bc;	
}
.mevo-product-inner .wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body{

}
.single-mevo_product.wpb-js-composer .vc_tta-shape-rounded.vc_tta-o-shape-group:not(.vc_tta-o-no-fill) .vc_tta-panel:first-child:not(:last-child) .vc_tta-panel-heading, .single-mevo_product.wpb-js-composer .vc_tta-shape-rounded.vc_tta-o-shape-group:not(.vc_tta-o-no-fill) .vc_tta-panel:last-child:not(:first-child) .vc_tta-panel-heading{
	border-radius:0
}

.posts-block3 article{
	margin-bottom:30px;
}
.posts-block3 a{
	color:#1c76bc;
}
.posts-block3 a:hover{
	color:#242829;
}
.posts-block3 p{
	color:#77808e
}
.posts-block3 h2{
    border-bottom: 1px solid #eee;
    padding-bottom: 5px;
    font-size: 28px;
}
.posts-block3 h3{
	margin:0;
	
	font-weight: 600;
    line-height: 1.2em;
}
.posts-block3 .posts-grid{
	    align-items: flex-start;
    margin-left: -15px;
    margin-right: -15px;	
}
.posts-block3 .date{
	font-size:25px;
	font-weight: 700;
	line-height:1em;
}
.mevo-press{
	padding-top:80px;
	padding-bottom:80px;
}
.mevo-press p{
margin-bottom: 18px;
    line-height: 1.6em;
}
.mevo-press ul{
	margin-top:0;
	margin-left:20px;
}
.mevo-press ul li{
    list-style: disc;
    color: #77808e;
}
.press-releases .pagination{
    display: flex;
    align-items: center;
	margin: 0;
	margin-top:30px;
	margin-bottom:30px;
}
.press-releases .pagination .page-numbers:first-child{
	margin-left:0;
}
.press-releases .pagination a, .press-releases .pagination .current{
    width: auto;
    height: auto;
    padding: 4px 15px;
    margin: 10px;
    background-color: #1c76bc;
    color: #fff;
}
.press-releases .pagination .current{
	color: #1c76bc;
	background-color:#edf0f8
}

.press-release-post{
	margin-bottom:0px;
}
.press-release-post h3{
	margin-bottom:15px;
	line-height: 1.3em;
}
.press-release-post h3 a{
	font-size:26px;
	color:#1c76bc
}
.press-release-post .date{
	padding: 4px;
    background-color: #edf0f8;
    font-size: 19px;
    color: #1c76bc;
    padding-left: 20px;
}
.bottom-border{
    border-bottom: 1px solid #d0d0d0;
    padding-bottom: 12px;
}
a.cpt3_link{
    display: inline-block;
    line-height: 1em;
    color: #FFF;
    font-weight: bold;
    padding: 15px 24px;
    background-color: #1c76bc;
    transition: color 0.3s;	
}
/* 13.Responsive */
@media (min-width:1024px){
	.home.has-sidebar .site-grid-inner{
		padding-top:0
	}
	.padding-right-0{
		padding-right:0
	}
	.padding-left-0{
		padding-left:0
	}
	.padding-right-15{
		padding-right:15px
	}	
	.padding-right-30{
		padding-right:30px
	}
	#sidebar{
		border-color:rgba( 14,22,56 , .2 );
	}
	.articles.grid-2,
	.articles.grid-1,
	.single.has-sidebar .article-single{
		padding-top:60px
	}
	.grid-1	.post-title{
		font-size:24px;
		line-height:1.33em
	}
	#sidebar{
		padding-left:30px;
		border-width: 0 0 0 1px;
		border-style: solid;
		padding-top:60px
	}
	#sidebar .widget:first-of-type{
		margin-top:0
	}
	.archive.category.has-sidebar .breadcrumb-navigation,
	.archive.date.has-sidebar .breadcrumb-navigation,
	.archive.author.has-sidebar .breadcrumb-navigation,
	.archive.tag.has-sidebar .breadcrumb-navigation{
		 margin-bottom:0 
	}	
	.archive.author.has-sidebar .author-box{
		 margin-bottom:0 
	}
	.subscribe input[type="email"]{
		max-width:400px;
	}	
	.single.has-sidebar .site-grid-inner{
		padding-top:0
	}
}


@media (max-width:1400px){
	.logo img{
		max-width: 23vw;
	}
	.menu-primary > li{
		margin-left:0.5vw;
	}
	ul.menu-primary > .menu-item > a, div.menu-primary > ul > .page_item > a, div.menu-primary > ul > .current_page_item > a{
		font-size:17px;
	}
	.container, .container, .search-products-holder.container{
		max-width:95%;
	}
	.vc_row > .container{
		flex-direction: row;
		max-width:100%;
	}
	
	.menu-primary > li:nth-last-of-type(2) > .sub-menu{
		left:auto !important;
		right:0 !important;
	}
}
@media (min-width:1401px){
	.menu-primary > li > a{
		padding: 40px 25px;
		color:#242829
	}
}
@media (min-width:769px) and (max-width:1400px){
	.logo img {
		max-width: 18vw;
	}
	.menu-primary > li > a {
		padding: 4vw 1.2vw;
	}
	.menu > li.menu-item-has-children > a:after{
		right:0;
	}
}
@media (min-width:1024px) and (max-width:1366px){
	.grid-4 .post-category{
		min-width:unset
	}
}

@media (max-width:992px){
	.logo img {
		max-width: 18vw;
	}
	.top-bar{
		padding:12px 0;
	}	
	.top-bar li{
		font-size:12px;
	}
	.top-bar li i{
		display:none;
	}
	.top-bar li.left{
		margin-right:20px;
	}
	.top-bar .right i, .top-bar .push_right i{
		margin-right:0;
	}	
	.top-bar li.right{
		margin-left: 20px;
	}
	.menu a{
		padding: 4px 7px;
	}
	
	.search-products_trigger svg {
		width: 16px;
		height: 16px;
		top: calc(50% - 8px);
		left: calc(50% - 8px);
	}
	.search-products_trigger{
		width:25px;
	}
	.search-products input,
	.search-products #search-products-make-model-year {
		padding: 5px 25px 5px 10px;
		border-radius: 0;
		-webkit-appearance: none;
		-webkit-border-radius: 0;
	}
	.search-products_trigger.opened svg{
		width: 14px;
		height: 14px;
		top: calc(50% - 7px);
		left: calc(50% - 7px);		
	}
	
	#footer .copyright{
		font-size: 16px;
	}
	
	.sale-team .countries{
		justify-content: space-between
	}
	.sale-team .countries a{
		font-size:18px;
		
	}
	.sale-team .countries a:last-child{
		margin-right: 0;
	}
}
@media (min-width:769px){
	.menu-primary > li > a{
		color:#242829
	}
	.menu-primary > li{
		position: relative !important;
		margin-left:8px;
		margin-right:8px;
	}
	.menu-primary > li:last-child{
		margin-right:0;
	}
	.menu-primary svg{
		width:19px;
		height:19px;
		position: relative;
		top: 0;	
	}
	.menu-primary > li:hover > a, .menu-primary > .current-menu-ancestor > a{
		color:#1c76bc
	}
	.menu-primary > li:before, .menu-primary > .current-menu-ancestor:before{
		content:"";
		position:absolute;
		top:0;
		width:0;
		left:0;
		height:2px;
		background-color:#1c76bc;
		opacity:0;
		transition: opacity 0.3s, width 0.3s;
	}
	.menu-primary > li:hover:before, .menu-primary > .current-menu-ancestor:before{
		opacity:1;
		transition: opacity 0.3s, width 0.3s;
		width:100%;
	}
	.menu-primary > #menu-item-search:hover:before{
		content:none;
	}
	.menu-primary > .current-menu-ancestor > a{
		font-weight:bold;
	}
	.menu-primary > li > .sub-menu a{
		color:#fff;
		padding-left:0;
		padding-right:0;
	}
	
	.menu-primary > li > .sub-menu > li > a, .menu-primary > li > .sub-menu > li > .sub-menu a{
		padding-top:15px;
		padding-bottom:15px;
		font-size:18px;
		min-width:200px;
	}
	.menu-primary > li.big_title_dropdown > .sub-menu > li > a{
		padding-top:25px;
		padding-bottom:25px;
		border-bottom:1px solid rgba(255, 255, 255, .2);
		font-size:24px;
		font-weight:bold;
		text-transform:uppercase;
		letter-spacing: 1px;
		width: 80%;
	}
	.menu-primary > li.big_title_dropdown > .sub-menu > li > .sub-menu a{
		font-size:18px;
		letter-spacing: 0.5px;
		line-height:1em;
		color:#dceffd;
		padding-top:12px;
		padding-bottom:12px;		
		display: inline-block;
		font-weight:normal;
	}
	.menu-primary > li > .sub-menu > li > .sub-menu a:hover{
		font-weight:bold;
		color:#fff;
	}

	.menu-primary > li > .sub-menu  a:hover:after, .menu-primary > li.current-menu-item > a:after,
	.menu-primary > li > ul > .current-menu-item > a:after{
		content: "";
		position: absolute;
		left: 0;
		bottom: 4px;
		width: 100%;
		height: 1px;
		background-color: #fff;
		
	}	
	.menu-primary > li.big_title_dropdown > ul > .current-menu-item > a:after{
		content:none;
		height:0;
	}
	.menu-primary > li > .sub-menu  a:hover, .menu-primary > li.current-menu-item > a{
		font-weight:bold;
	}
	
	.menu-primary > li.big_title_dropdown > .sub-menu > li > .sub-menu a:hover:after{
		content: "";
		position: absolute;
		left: 0;
		bottom: 4px;
		width: 100%;
		height: 3px;
		background-color: #fff;
	}
	.menu-primary > li.big_title_dropdown > .sub-menu  a:hover:after{
		content: none;
	}
	
	.menu-primary > li > .sub-menu > li{
		padding-left:15px;
		padding-right:15px;
		width: 100%;
	}
	 .menu a:hover,.menu a:focus,
	 .menu .current-menu-item > a,
	 .menu .current_page_item > a{
		text-decoration:none
	}
	.menu-primary > li .sub-menu{
		display: flex;
		flex-direction: column;		
	}
	.menu-primary > li > .sub-menu{
		display: none;
		flex-direction: column;
		justify-content: space-between;			
		position:absolute;
		background-color:#242829;
		z-index:99;
		margin:0;
		padding-top:25px;
		padding-bottom:25px;
		left:0;
		opacity:0;
		transform:translateY(-9999px);
		width: auto;
		max-width: none;
	
		-webkit-transition:opacity .3s ease-in-out;
		-moz-transition:opacity .3s ease-in-out;
		-ms-transition:opacity .3s ease-in-out;
		-o-transition:opacity .3s ease-in-out;
		transition:opacity .3s ease-in-out;
	}
	.menu-primary > li > .sub-menu.focus {
		display: flex;
	}
	
	.menu-primary > li.big_title_dropdown > .sub-menu{
		display: none;
		flex-direction: row;
		justify-content: space-between;			
		position:absolute;
		max-width: 100vw;
		width: 0;	
		background-color:#1c76bc;
		z-index:99;
		margin:0;
		padding-top:27px;
		padding-bottom:80px;
		left:0;
		opacity:0;
		transform:translateY(-9999px);
	   
		-webkit-transition:opacity .3s ease-in-out;
		-moz-transition:opacity .3s ease-in-out;
		-ms-transition:opacity .3s ease-in-out;
		-o-transition:opacity .3s ease-in-out;
		transition:opacity .3s ease-in-out;
	}
	.menu-primary > li.big_title_dropdown > .sub-menu.focus {
		display: flex;
	}
	/*.menu-primary > li:hover > .sub-menu, */ .menu-primary > li > .sub-menu.focus, .menu-primary > li > .sub-menu.submenu-toggle{
		opacity:1;
		transform:translateY(0);
	}
	
	/* sticky Product search */
	.sticky .search-products-holder{
		padding-top: 10px;
		padding-bottom: 10px;		
	}
	.search-products.sticky h3 a{
		font-size: 16px;		
	}
	.search-products.sticky h3{
		margin-bottom: 5px;
	}
	.search-products.sticky .mevoPart_results h3{
		margin-bottom: 0;
	}
}
@media (max-width:768px){
	
	* {
		-webkit-tap-highlight-color: rgba(0, 0, 0, 0);  
	} 

	
	.theme-header .mobile-trigger{
		display:block;
		background-color: transparent;
	}
	
	.site-grid{
		overflow:hidden
	}

	.top-bar a span{
		display:none
	}
	.top-bar-lang.mobile{
		display:block
	}
	.top-bar-lang.desktop{
		display:none
	}
	.top-bar-lang .second a span{
		display:block
	}
	.top-bar-lang img{
		max-width:none;
	}
	.top-bar-lang{
		position:relative
	}
	.top-bar-lang img{
		max-width: 18px;
		margin-right: 8px;
		border-radius: 50%;	
		transition : filter 0.3s;
		-webkit-transition : -webkit-filter 0.3s;
	}
	.top-bar .second{
		background-color: #fff;
		border:1px solid #449fe5;
		padding: 0;
		width: max-content;
		opacity:0;	
		visibility:hidden;
		position:absolute;
		display: flex;
		flex-direction: column;	
		top:0;
		transform:translateY(-20px);
		transition:all 0.3s;
		z-index: 10;
	}
	.top-bar .second a{
		color:#1c76bc
	}
	.top-bar .second a:hover{
		text-decoration:underline
	}
	.top-bar .second.show{
		opacity:1;
		visibility:visible;
		transform:translateY(0);
		transition:all 0.3s;	
	}
	.top-bar li i{
		display:block;
		font-size: 20px;
	}
	.logo{
		padding-top: 10px;
		padding-bottom: 10px;		
	}
	.logo img {
		max-width: 40vw;
	}
	.menu-primary{
		max-width: 250px;
		width: 100%;
		margin: auto;
		padding: 15px 0;
		background-color: #f7f7f7;
    }
    .menu.responsive-menu{
        
    }    
	.primary_nav.open .menu-primary{
        display:block;		
    }
	.primary_nav{
		position: fixed;
		background-color: #f7f7f7;
		top: 0;
		right: 0;
		width: 100%;		
		z-index: 10;
		max-width: 350px;
		transform: translateX(120%);
		transition:transform ease-in-out 0.4s;
	}
	.primary_nav.open{
		transform: translateX(0);
		transition:transform ease-in-out 0.4s;
		/* overflow-y: auto; */
		width:100vw;
		max-width:100vw;
		height:100vh;
		top: 0; right: 0; bottom: 0; left: 0;
	}
	ul.menu-primary > .menu-item > a, div.menu-primary > ul > .page_item > a, div.menu-primary > ul > .current_page_item > a{
		font-size: 23px;
		color: #0077CF;
		line-height: 50px;		
	}
	
	.primary_nav > ul > li > ul > li a:active{
		color: #242829;
	}

	.searchform {
		width: 350px;
		position: absolute;
		right: 0;
		visibility: hidden;
		opacity: 0;
		transition: all .3s ease;
		z-index: 7;
		transform: translateY(-15px);
		top: 100%;
	}
	
	#menu-item-search{
		position:static
	}
	
	header .searchform{
		width:350px
	}
	
	.sub-menu{
		background-color:#f7f7f7;		
	}
	.sub-menu a{
		color:#0077CF;
	}
    .menu.responsive-menu li,.mobile-menu-icon{
        display:block;
		width: 100%;
    }
     .menu.responsive-menu li:hover,.menu.responsive-menu li.focus{
        position:static
    }
     .menu.responsive-menu li.current-menu-item > a,
	 .menu.responsive-menu .sub-menu li.current-menu-item > a:hover,
	 .menu.responsive-menu .sub-menu li.current-menu-item > a:focus,
	 .menu.responsive-menu li.current_page_item > a,
	 .menu.responsive-menu li a,.menu.responsive-menu li a:hover,
	 .menu.responsive-menu li a:focus{
        display:block;
        padding:0px 20px;
        border:none
    }
     .menu .sub-menu li:first-child a{
        border-top:none;
    }
     .menu.responsive-menu .menu-item-has-children,.menu.responsive-menu .page_item_has_children{
        cursor:pointer
    }
     .menu.responsive-menu .menu-item-has-children > a,.menu.responsive-menu .page_item_has_children > a{
     
    }
	
	/*
     .menu.responsive-menu > .menu-item-has-children > a:before,
	 .menu.responsive-menu > .page_item_has_children > a:before{
		content: ' ';
		width: 0;
		height: 0;
		border-left: 12px solid transparent;
		border-right: 12px solid transparent;
		border-top: 12px solid #0077CF;
		position: absolute;
		margin: 20px;
		right:0;
    }
	*/
	.primary_nav > ul > .menu-item-has-children > a, .primary_nav > ul > .menu-item-has-children > ul > .menu-item-has-children{
		/*
		display:flex;
		align-items:center;
		*/
		position:relative;
	}
	.menu_arrow{
		position: absolute;
		right: 0;
		transform: rotate(90deg);	
	}
	.menu_arrow svg{
		width: 20px;		
		height: 20px;	
		color: #1c76bc;
	}
	.menu-item-has-children .menu-item-has-children .menu_arrow{
		margin-right: -4px;
		display: block;
		top:5px;
	}
	.menu-item-has-children .menu-item-has-children .menu_arrow svg{
		width: 14px;		
		height: 14px;	
		margin: 6px;
	}
	
     .menu.responsive-menu > li > .sub-menu,
     .menu.responsive-menu > li > .sub-menu > li > .sub-menu{
        margin:0;
        padding:0;
		padding-left:10px;
        left:-9999px;
        opacity:0;
        position:absolute;
        -webkit-transition:opacity .4s ease-in-out;
        -moz-transition:opacity .4s ease-in-out;
        -ms-transition:opacity .4s ease-in-out;
        -o-transition:opacity .4s ease-in-out;
        transition:opacity .4s ease-in-out;
        z-index:99;
    }
     .menu.responsive-menu > li.focus > .sub-menu{
        position:relative;
        left:auto;
        opacity:1
	}
	 .menu.responsive-menu > li > .sub-menu {
		 display: none;
	 }
     .menu.responsive-menu > li > .sub-menu.submenu-toggle,
     .menu.responsive-menu > li > .sub-menu.submenu-toggle > li > .sub-menu.submenu-toggle{
		display: block;
        position:relative;
        left:auto;
        opacity:1;
		outline: none;
    }
	.menu-primary > li{
		outline: none;
	}
     .menu.responsive-menu .sub-menu{
        left:auto;
        opacity:1;
        position:relative;
        -webkit-transition:opacity .4s ease-in-out;
        -moz-transition:opacity .4s ease-in-out;
        -ms-transition:opacity .4s ease-in-out;
        -o-transition:opacity .4s ease-in-out;
        transition:opacity .4s ease-in-out;
        width:100%;
        z-index:99;
        margin:0;
    }
     .menu.responsive-menu .sub-menu .sub-menu{
        background-color:transparent;
        margin:0;
        padding-left:15px
    }
     .menu.responsive-menu .sub-menu li a,.menu.responsive-menu .sub-menu li a:hover,.menu.responsive-menu .sub-menu li a:focus{
        position:relative;
        width:100%;
		font-size: 18px;
		line-height: 34px;		
    }


	.theme-header, .search-products{
		transform: translateY(-100px);
		top:100px;
	}
	.search-products{
		z-index:2;
	}
	.search-products.show{
		z-index:303;
	}
	.search-products.fitCheck-search.show{
		z-index:1;
	}
	.theme-header.sticky, .search-products.sticky{
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		z-index: 110;	
		border-bottom: 1px solid #1c76bc;
		transform: translateY(0px);
		transition:transform 0.3s;
	}
	.theme-header.sticky{
		z-index:301;
	}
	.theme-header.sticky.hidden, .search-products.sticky.hidden{
		transform: translateY(-200px);
		transition:transform 0.3s;
		top:-99999px;
	}	

	.sticky .menu-primary > li > a{

	}
	.sticky .logo img{
		max-height:28px;
	}	
	
	/* Responsive trigger */

	.mobile-trigger {
		padding: 15px;
		display: inline-block;
		position:relative;
		right:-15px;
		cursor: pointer;
		transition-property: opacity, filter;
		transition-duration: 0.15s;
		transition-timing-function: linear;
		font: inherit;
		color: inherit;
		text-transform: none;
		border: 0;
		margin: 0;
		line-height: 0;
		overflow: visible;
	}

	.mobile-trigger:hover {
		background: none
	}

	.mobile-trigger:hover {
		opacity: 0.7;
	}

	.mobile-trigger.is-active:hover {
		opacity: 0.7;
	}

	.mobile-trigger-box {
		width: 30px;
		height: 24px;
		display: inline-block;
		position: relative;
	}

	.mobile-trigger-inner {
		display: block;
		top: 50%;
		margin-top: -2px;
	}

	.mobile-trigger-inner,
	.mobile-trigger-inner::before,
	.mobile-trigger-inner::after {
		width: 30px;
		height: 2px;
		position: absolute;
		transition-property: transform;
		transition-duration: 0.15s;
		transition-timing-function: ease;
	}

	.mobile-trigger-inner::before,
	.mobile-trigger-inner::after {
		content: '';
		display: block;
	}

	.mobile-trigger-inner::before {
		top: -10px;
	}

	.mobile-trigger-inner::after {
		bottom: -10px;
	}
	.mobile-trigger--slider .mobile-trigger-inner {
		top: 2px;
	}

	.mobile-trigger--slider .mobile-trigger-inner::before {
		top: 10px;
		transition-property: transform, opacity;
		transition-timing-function: ease;
		transition-duration: 0.15s;
	}

	.mobile-trigger--slider .mobile-trigger-inner::after {
		top: 20px;
	}

	.mobile-trigger--slider.is-active .mobile-trigger-inner {
		transform: translate3d(0, 10px, 0) rotate(45deg);
	}

	.mobile-trigger--slider.is-active .mobile-trigger-inner::before {
		transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
		opacity: 0;
	}

	.mobile-trigger--slider.is-active .mobile-trigger-inner::after {
		transform: translate3d(0, -20px, 0) rotate(-90deg);
	}

	.search-trigger.mobile {
		padding-left:10px;
		
	}
	#sidebar{
		display:none
	}
	.main-separator ,
	.main-separator.mobile {
		display:none
	}		
	.main-separator.tablet {
		display:block
	}
	.theme-header{
		flex-wrap:wrap;
		position:relative;
		z-index:100;
	}
	.theme-header.opened{
		z-index:301;
	}
	.theme-header > div{
		position:relative
	}
	.top-bar{
		z-index: 10;
		position: relative;		
	}
	.breadcrumb-navigation{
		margin-bottom:60px
	}
	
	.search-products ul{
		display:none;
		padding:20px;
		flex-direction: column;	
	}
	.search-products li{
		margin-bottom:20px;
	}
	.search-products h3{
		margin:0;
	}
	.search-products .mevoPart_results_list li{
		margin-bottom:0;
		flex-basis: 50%;
	}
	.search-products-holder{
		padding:8px 0;
		max-width:95%;
		padding-left: 15px;
		padding-right: 15px;
	}
	.search-products h3 a{
		display: flex;
		flex-direction: row;
		align-items: center;
		width: 100%;		
		cursor:pointer;
		font-size: 15px;
	}
	.search-products h3 svg{
		display:block;
		margin-left: auto;
		transform: rotate(90deg);
		width: 24px;		
		height: 24px;
		transition:transform 0.3s;
	}
	.search-products .list_fields_holder{
		max-width: 100%;
		width: 100%;
	}
	.search-products .list_fields{
		display: flex;
		flex-wrap: wrap;
	}
	.search-products .list_fields a{
		flex: 0 0 calc(33.333333333333% - 10px);
		margin: 5px;
		font-size: 18px;
	}
	.mevoPart_results_list a{
		margin: 5px;
		font-size: 18px;		
	}
	.search-products .list_fields_title, .mevoPart_results h3{
		font-size:16px;
	}
	.search-products [data-current="make"] .list_fields a, .search-products [data-current="model"] .list_fields a, .search-products [data-current="submodel_drivetype"] .submodel .list_fields a{
		flex: 0 0 100%;
		    margin: 0;
			width:100%;
	}	
	.search-products .list_fields .submodel_drivetype .list_fields{
		width:100%
	}
	.submodel_drivetype.submodel{
		border-right:none
	}
	.search-products [data-current="submodel_drivetype"] .list_fields{
		flex-direction: column;
		flex-wrap:nowrap;
	}
	.search-products.show h3 svg{
		transform: rotate(270deg);
		transition:transform 0.3s;
	}
	
	.copyright_paragraph{
		flex-direction:column
	}
	.copyright_paragraph .left{
		font-size:14px;
	}
	.copyright_paragraph .left a{
		padding:0;
		margin:10px;
	}
	.copyright_paragraph .right{
		margin:auto;
	}
	
	.vc_general.vc_btn3.vc_btn3-size-lg{
		font-size: 16px;
	}
	.menu li.menu-item-has-children > a:after{
		content:none;
	}

	/* theme custom */
	.top-bar .right i, .top-bar .push_right i{
		display:block
	}
	
	.banner{
		height:80vw !important;
	}
	
	.mevo-product{
		flex-direction:column;
	}
	.mevo-product .item_image{
		border: 1px solid #afbad8;
		border-bottom: none;
	}
	
	/*
	.sale-team .countries{
		position: fixed;
		top: 0;
		width: 100vw;
		left: 0;
		margin-top: 0;
	}
	*/
	.sale-team .countries{
		position:relative;
	}
	.sale-team .countries a{
		display:none;
	}	
	.sale-team .countries a.active{
		display:block;
		width:100%;
		cursor: text;
	}
	.sale-team .countries .mobileNext{
		position: absolute;
		font-size: 22px;
		top: 0;
		right: 0;
		color: #1c76bc;
		height: 100%;
		min-width: 6rem;
		display: flex;
		align-items: center;
		justify-content: center;
		cursor: pointer;
		z-index: 11;		
	}
	.sale-team .representatives li{
		flex: 0 0 100%;
		max-width: 100%;		
	}
	
	.sale-team .representatives li:nth-of-type(2){
		border-top: 1px solid #cecece;
	}
	
	.sale-team .countries li:not(.mobileNext){
		display:none;
	}
	.sale-team .countries li.show{
		display:block;
		width: 100%;
	}	
	.page-header h1{
		font-size:30px
	}
	.CPT-search-form-holder{
		display:flex;
		flex-direction:column;
	}
	#CPTsearchform input[type="submit"]{
		position: static;
		padding: 17px;
		width: 100%;
		margin-top: 15px;
	}
	.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=image]):not([type=file]){
		line-height :1 !important
	}
	
	.search-products .list_fields {
		display: flex;
		flex-wrap: wrap;
		max-height: 300px;
		overflow-y: auto;
		max-width:100%;
		width: 100%;
	}
	.search-products [data-current="submodel_drivetype"] .list_fields{
		max-height: none;
		overflow-y: hidden;		
	}
	.search-products [data-current="submodel_drivetype"] > .list_fields{
		overflow-y: auto;
		max-height: 300px;		
	}
	.search-products .show-field-values{
		font-size:15px;
		top: -10px;
	}
	
	.search-products input,
	.search-products #search-products-make-model-year {
		height:auto;
		padding:7px 25px 7px 10px;
		font-size:16px;
	}
	.search-products input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	  color: #fff;
	  font-size:13px;
	  padding-top:4px;
	}
	.search-products input::-moz-placeholder {/* Firefox 19+ */
	  color: #fff;
	  font-size:13px;
	  padding-top:4px;
	}
	.search-products input:-ms-input-placeholder { /* IE 10+ */
	  color: #fff;
	  font-size:13px;
	  padding-top:4px;
	}
	.search-products input:-moz-placeholder { /* Firefox 18- */
	  color: #fff;
	  font-size:13px;
	  padding-top:4px;
	}
	
	.search-products-holder > ul > li.hide{
		height: 0;
		max-height: 0;
		visibility: hidden;
		padding: 0;
		margin: 0;
		opacity: 0;	
		transition:height 0.3s;
	}
	
	.search-products.hidden .list_fields_holder.lincese_plate{
		display:none;
	}
	.search-products .popup-list-states.list_fields a{
		margin:0;
		flex: 0 0 100%;
	}
	
}

@media (min-width:769px) and (max-width:1023px){

	.padding-right-tablet-0{
		padding-right:0
	}
	.padding-left-tablet-0{
		padding-left:0
	}
	#sidebar .widget{
		width:50%;
		float:left;
		box-sizing:border-box
	}	
	#sidebar .widget:nth-of-type(2n){
		padding-left:30px
	}	
	#sidebar .widget:nth-of-type(2n+1){
		clear:both
	}	
	.banner{
		height:500px !important;
	}
}

@media (max-width:768px){
	h1{
		font-size:1.6em
	}		
	h2{
		font-size:1.4em
	}		
	h3{
		font-size:1.3em
	}	
	h4{
		font-size:1.2em
	}	
	h5{
		font-size:1.1em
	}
	.hide_mobile{
		display:none;
	}

	.padding-right-mobile-0{
		padding-right:0
	}
	.padding-left-mobile-0{
		padding-left:0
	}
	.post-category{
		min-width:unset;
	}
	.post-widget .post-thumb{
		margin-bottom:15px
	}	
	.social-share-holder {
		display:none
	}	
	.after-post .social-share-holder {
		display:flex
	}
	.search-mobile{
		display:flex;
		justify-content: flex-end;
	}	
	.search-trigger.mobile svg{
		width:36px;
		height:36px;
	}
	.author-social-search{
		order:3;
		width: 100%;
		display:none
	}
	nav.nav{
		margin-right: 20px;
	}	
	.author-box h2,
	.related-articles h2.title{
		font-size:24px
	}
	
	.search-products .show-field-values.show{
		max-width:100%;
		display: flex;
		flex-direction: column;
		height: auto;
		padding: 5px;
	}
	
	.search-products .show-field-values > span{
		margin: 7px 0;
		line-height: 1em;
	}
	
	.custom_page_elements.headings .heading1 h1, .custom_page_elements.headings .heading2 h2{
		font-size:25px;
	}
	
	.homepage_mobile_fix1 .container{
		flex-direction: column;
		    max-width: 95%;
	}
	.gform_wrapper .newsletter, .newsletter .gform_fields{
		flex-direction:column !important;
	}
	.newsletter .gform_body{
		width:100% !important;
	}
	body .gform_wrapper .newsletter ul li.gfield{
		margin-bottom:15px !important;
	}
	.menu-primary > li:nth-last-of-type(2) > .sub-menu{
		left: -9999px !important;
		right: auto !important;
	}
	.menu-primary.menu.responsive-menu > li:nth-last-of-type(2) > .sub-menu.submenu-toggle{
		left: 0px !important;
		right: auto !important;
	}
	header .searchform.active{
		width: 100%;
		margin: 0;
		padding: 0;
	}
}

@media (max-width:576px){
	
	.container{
		max-width: 100%;
	}	
	.search-products-holder{
		width:100%;
		max-width: 100%;
	}
	/* mevo-product*/
	.mevo-product-content{
		padding: 30px;
	}
	
	/* mevo-product inner*/
	.mevo-product-inner h1, .mevo-product-inner h1 a{
		font-size:30px;
	}
	.mevo-product-inner .item_text{
		padding-left: 10px;
		padding-right: 10px;		
	}
	.custom_page_elements.headings .heading1 h1, .custom_page_elements.headings .heading2 h2{
		font-size:22px;
	}
	.custom_page_elements.headings .headings_p > p{
		padding-right:20px;
		line-height: 1.7em;
	}
	.custom_page_elements.headings ol{
		margin:0 25px;
	}
	.search-products-holder.container{
		max-width:100%
	}
}

.x-sign{
	cursor: pointer;
	position: absolute;
    width: 30px;
    height: 30px;
	top: calc(50% - 15px);
	right: 0;
    border-radius: 50%;
    text-align: center;
    display: flex;
    align-items: center;     
    justify-content: center;
    padding: 0;
	margin: 0;
}
.x-sign:before,
.x-sign:after {
  background: #757879;
  content: '';
  height: 1px;
  left: calc(50% - 7px);
  position: absolute;
  top: 50%;
  width: 14px;
  transition: transform 400ms ease;
}
.x-sign:hover:before,
.x-sign:hover:after{
	background: #000;
}
.x-sign::after {
  transform: rotate(45deg);
}
.x-sign::before {
  transform: rotate(315deg);
}
.x-sign:after {
  transform-origin: center;
}

.lds-ripple {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-ripple div {
  position: absolute;
  border: 4px solid #fff;
  opacity: 1;
  border-radius: 50%;
  animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}
.lds-ripple div:nth-child(2) {
  animation-delay: -0.5s;
}
@keyframes lds-ripple {
  0% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    top: 0px;
    left: 0px;
    width: 72px;
    height: 72px;
    opacity: 0;
  }
}

/* Ie 11 fix */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	
	
	
	.theme-header, .search-products{
		display:block
	}
	
	.theme-header, .top-bar, .top-bar ul{
		justify-content:flex-start
	}
	.posts-grid .image-holder{
		
	}
	.site-grid{
		overflow-x:hidden
	}
	
	.search-products-holder{
		margin:auto;
	}
	
	/*
	.vc_posts-block article .image-holder{
		display:flex;
	}
	*/
	.search-products .list_fields{
        scrollbar-base-color: #efefef;
        scrollbar-face-color: #1c76bc;
        scrollbar-3dlight-color: #666666;
        scrollbar-highlight-color: #666666;
        scrollbar-track-color: #666666;
        scrollbar-arrow-color: #1c76bc;
        scrollbar-shadow-color: #666666;
        scrollbar-dark-shadow-color: #666666;		
	}	
	.search-products .mevoPart_results_list{
        scrollbar-base-color: #efefef;
        scrollbar-face-color: #1c76bc;
        scrollbar-3dlight-color: #666666;
        scrollbar-highlight-color: #666666;
        scrollbar-track-color: #666666;
        scrollbar-arrow-color: #1c76bc;
        scrollbar-shadow-color: #666666;
        scrollbar-dark-shadow-color: #666666;		
	}
	.page-content .parts-details .gallery .gallery_img{
		display:inline-block;
		position:relative;
	}
	.page-content .parts-details .gallery .gallery_img img{
		padding:0;
		position:absolute;
		 top: 50%;
		 left: 50%;
		 transform: translate(-50%, -50%);
	}
	.page-content .cpt2-block .categoriesHolder svg{
		max-height:1em;
	}
	.page-content .cpt2-block .categoriesHolder a{
		
	}
	.page-content .page-header{
		position:relative;
	}
	.page-content .page-header-inner{
		position:absolute;
		 top: 50%;
		 left: 50%;
		 transform: translate(-50%, -50%);
	}
	.page-content .mevo-prodFeature ul li{
		flex-grow:0;
		flex-shrink:0;
		flex-basis:33.333333%;
		max-width: 33.333333%;
	}

	.site-grid .menu-primary > li > .sub-menu > li > a, .site-grid .menu-primary > li > .sub-menu > li > .sub-menu a{
		min-width:250px;
	}
	.search-products .list_fields{
		max-width:500px;
		width:500px;
		display:block;
	}
	.search-products .list_fields a{
		float:left;
		width:20%;
	}
	.site-grid .search-products [data-current='make'] .list_fields a{
		max-width: 50%;		
		width: 50%;		
	}
	.search-products [data-current='model'] .list_fields a{
		max-width: 50%;		
		width: 50%;			
	}
	.search-products .list_fields .submodel_drivetype{
		max-width: 50%;		
		width: 50%;	
		float:left;
	}
	.search-products .list_fields .list_fields{
		display:block;
	}
	.search-products .list_fields .list_fields a{
		display:block;
		float:left;
		width:100%;
	}
	.search-products .popup-list-states.list_fields.show{
		display:block;
	}
	.search-products .popup-list-states.list_fields a{
		max-width: 50%;		
		width: 50%;	
		float:left;		
	}
	.site-grid .leadership img{
		max-height:410px
	}
	.site-grid .parts-search .right{
		max-width:calc(100% - 314px);
	}
	.site-grid .parts-details .brand{
		display:block;
		float:left;
	}
	.site-grid .parts-details .brand img{
		display:table;
		margin:auto;
		width:auto;
		margin-bottom:10px;
		max-height:110px;
	}
	.site-grid .parts-details .left{
		flex-grow:0;
		flex-shrink:0;
		flex-basis:40%;
		max-width: 40%;		
	}
	#footer .copyright{
		display:block;
	}
	.site-grid .prod-inner-block li{
		flex-grow:0;
		flex-shrink:0;
		flex-basis:50%;
		max-width: 50%;			
	}
	.row{
		align-items:stretch;
	}
	.mevo-product-inner .row.container{
		flex-direction:column;
	}
	.page-content .vc_posts-block .image-holder img{
		max-height:228px;
	}
	.home .page-content .vc_posts-block .image-holder img{
		max-height:317px;
	}
	.search-video .img_holder, .search-global .img_holder{
		max-height:208px;
	}
	.msg-box .content-popup-body{
		flex:1 1 50%;
	}
	.cpt2-grid .cpt2-item .details{
		display:block;
	}
	.cpt2-item .details span{
		display:block;
		width:100%;
	}
	.cpt2-grid .cpt2-right{
		display:table;
	}
	.cpt2-grid .cpt2-right .cpt_download, .cpt2-grid .cpt2-right .download_arrow{
		display:table-cell;
		vertical-align:middle
	}
	.cpt2-grid .cpt2-item .download_arrow{
		margin:0;
		padding-left:27px;
		padding-right:27px;
	}
	.page-content-inner .videos .categoriesHolder{
		left:auto;
	}
	.page-content-inner .videos .videos_list img{
		max-height:114px;
	}
	.page-content-inner .mevo-prodFeature-list img{
		max-height:298px;
	}
	.mevo-resources .items_list li img{
		max-height:122px;
	}
	.page-id-1548 .page-content .vc_posts-block .image-holder img{
		max-height:360px;
	}
	.careers-data img{
		max-height:214px;
	}
	
	
	body .gform_wrapper.gf_browser_ie .gform_footer input[type="submit"]{
		padding: 14px 24px;
	}
	.inline_submit_form .gform_fields li{
		max-width:33.333333% !important;
	}
	.inline_submit_form.upload_resume_form .gform_body{
		width:70% !important;
		max-width:70% !important;
	}
	.inline_submit_form.upload_resume_form .gform_footer{
		width:30% !important;
		flex:0 0 30% !important;
	}
	.inline_submit_form.upload_resume_form .gform_fields li.is_upload{
		max-width:50% !important;
	}
	form.career_single{
		flex-direction:row !important;
	}
	.career_single.upload_resume_form.inline_submit_form  .gform_body{
		width:100% !important;
		max-width:100% !important;		
	}
	body .career_single .one_third, body .career_single.inline_submit_form.upload_resume_form .gform_fields li.is_upload{
		max-width:33.333333333% !important
	}
	body .career_single.inline_submit_form .gform_footer{
		flex:0 0 100% !important;
		width:100% !important;
		text-align:right;
		margin-top:-70px !important;
	}
	body .career_single.inline_submit_form.upload_resume_form .gform_button{
		width:33.333333333% !important;
	}
}

sub,
sup {
  font-size: 61%;
}
@media (min-width:769px){
	.menu-primary > li.big_title_dropdown > ul > .current-menu-item > a:after{
		content:none;
		height:0;
	}
}

/* Languages fixes */
@media (min-width:769px){
	[lang="fr-CA"] .search-products [data-current="submodel_drivetype"] > .list_fields, [lang="es-ES"] .search-products [data-current="submodel_drivetype"] > .list_fields{
		width: 680px;
	}	
}

.slick-dots button {
	color: #000;
}

.slick-dots .slick-active button {
	color: #fff;
}

.carrer-apply {
	background-color: #6e7689 !important;
}

.carrer-apply:hover {
	background-color: #474d5d !important;
}

.page-id-2247 .vc_row-has-fill .headings.black_links[class*="custom_css_"] .headings_p > p,
.page-id-2247 .vc_row-has-fill .headings.black_links[class*="custom_css_"] .headings_p a {
	color: #fff !important;
}

.logo > a {
	display: inline-block;
}

a:focus, 
button:focus,
input[type="submit"]:focus {
	outline: 2px dotted #333f48 !important;
}

.theme-header.sticky.hidden {
	display: none;
}

.atwm-gray-bg a,
.vc_custom_1605882608072 a,
.custom_page_elements.headings .headings_p > ol li a {
	color: #115d98;
}

.posts-block3 p {
	color: #6e7785;
}

.search-products #search-products-make-model-year {
	display: block;
	width: 100%;
	text-align: left;
	padding-top: 11px;
    padding-bottom: 12px;
}

#search-products-make-model-year + .search-products_trigger {
	pointer-events: none;
}

.list_fields_holder.show {
	z-index: 10;
}

.search-products .list_fields .list_fields a {
	outline-offset: -2px;
}

#footer .footer_widgets .themecolor1 {
	color: #1870b5 !important;
}

.top-bar .separator {
	color: #6c7784;
}

.vc_posts-block .webinar_holder {
    background-color: transparent !important;
}