/*
Theme Name: Motorfocus
Author: Synchromedia Group
Author URI: https://www.smg.com.au

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/



/**
 * 1.0 - Normalize
 *
 * Normalizing styles have been helped along thanks to the fine work of
 * Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
 */

html {
	font-family: 'Roboto Condensed', sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;

}

html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*, *:before, *:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
  }

body {
	font-size: 16px;
	line-height: 1.5;
	margin: 0;
		color: #333;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#d9d9d9+0,fffcfc+100 */
background: rgb(217,217,217); /* Old browsers */
background: -moz-linear-gradient(top, rgba(217,217,217,1) 0%, rgba(255,252,252,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(217,217,217,1) 0%,rgba(255,252,252,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(217,217,217,1) 0%,rgba(255,252,252,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d9d9d9', endColorstr='#fffcfc',GradientType=0 ); /* IE6-9 */
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	color: #233a76;
	background-color: transparent;
	 -webkit-transition: all 0.2s ease-in;
transition: all 0.2s ease-in;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: 700;
}

small {
	font-size: 80%;
}

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

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 0;
}

hr {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	clear:both;
}

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

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

select {
	text-transform: none;
}

button {
	overflow: visible;
}

button,
input,
select,
textarea {
	max-width: 100%;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
	opacity: .5;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input[type="checkbox"],
input[type="radio"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-right: 0.4375em;
	padding: 0;
}

input[type="date"]::-webkit-inner-spin-button,
input[type="date"]::-webkit-outer-spin-button,
input[type="time"]::-webkit-inner-spin-button,
input[type="time"]::-webkit-outer-spin-button,
input[type="datetime-local"]::-webkit-inner-spin-button,
input[type="datetime-local"]::-webkit-outer-spin-button,
input[type="week"]::-webkit-inner-spin-button,
input[type="week"]::-webkit-outer-spin-button,
input[type="month"]::-webkit-inner-spin-button,
input[type="month"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"] {
	-webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #d1d1d1;
	margin: 0 0 1.75em;
	min-width: inherit;
	padding: 0.875em;
}

fieldset > :last-child {
	margin-bottom: 0;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
	vertical-align: top;
}

optgroup {
	font-weight: bold;
}
h1,h2,h3,h4,h5,p{ margin: 0px; padding: 0px; margin-bottom: 20px; }
h1{box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
text-transform: uppercase; margin-bottom: 30px; text-align: center; border-radius: 8px; padding: 20px; line-height: 1.3; }
h2{ font-size: 25px; line-height: 1.3; margin-bottom: 30px; color: #233a76; border-radius: 8px;  }

h3{ font-size: 17px; line-height: 1.3; margin-bottom: 15x;  }

.cycloneslider-template-standard{ margin-bottom: 0px !important; }

h1{ color: #FFF; font-weight:400;  text-shadow:1px 1px 10px rgba(178, 225, 249,0.1), 1px 2px 10px rgba(178, 225, 249,0.33); margin-bottom: 10px; text-transform: none; font-size: 30px; /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#293369+0,2c3a73+100 */
background: rgb(41,51,105); /* Old browsers */
background: -moz-linear-gradient(top, rgba(41,51,105,1) 0%, rgba(44,58,115,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(41,51,105,1) 0%,rgba(44,58,115,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(41,51,105,1) 0%,rgba(44,58,115,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#293369', endColorstr='#2c3a73',GradientType=0 ); /* IE6-9 */font-family box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23); }

.woocommerce div.product .product_title{ color: #233a76; background: none; box-shadow: none; font-size: 30px; line-height: 1.3; text-align: left; }

.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt{ background: #233a76 !important; }

.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover{  }

#header{ display: flex; flex-wrap: wrap; justify-content: space-between; }
#shipping{ font-weight: 700; font-size: 25px; line-height: 1.2; color: #233a76;  padding-top: 40px; padding-right: 10px;}

img{ max-width: 100%; height: auto; }

#contacts{ display: flex; flex-wrap: wrap; justify-content: center; font-size: 20px; line-height: 1.3; padding-top: 35px; padding-right: 30px;}
#contacts .social{ font-size: 40px; color: #233a76;     line-height: 1;}
#contacts .phone{ color: #233a76; font-weight: 700; font-size: 40px; }
#contacts .phone a{ text-decoration: none; }
#contacts div{ padding: 10px; }
#menu{
margin: 10px; margin-top: 0px; border-radius: 10px; overflow: hidden;
 /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#6c6d79+0,504a4d+100 */
background: rgb(108,109,121); /* Old browsers */
background: -moz-linear-gradient(top, rgba(108,109,121,1) 0%, rgba(80,74,77,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(108,109,121,1) 0%,rgba(80,74,77,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(108,109,121,1) 0%,rgba(80,74,77,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6c6d79', endColorstr='#504a4d',GradientType=0 ); /* IE6-9 */ }

#menu ul{ margin: 0px; padding:0px; }
#menu ul li{ list-style: none; display: inline-block; }
#menu ul li a{ display: inline-block; padding: 0px 15px; font-size: 18px; font-weight: 400; text-transform: uppercase; line-height: 60px; color: #FFF; text-decoration: none;  }
#menu ul li a:hover{ color: #FCD58B; background: #233a76; }

#menu ul li.current-menu-item a{ color: #FCD58B; background: #233a76; }

#menu ul li ul.sub-menu {
    /*opacity: 0.9; */
    position: absolute;
    margin: 0;
    padding: 0;
    background: #626068;
    display: none;
    z-index: 99;
    overflow: hidden;
    border: none;
    border-radius: 5px;
}

#menu ul li ul.sub-menu li {
  /*  display: block;*/
    margin: 0;
    padding: 0;
    width: 200px;
}

#menu ul li ul.sub-menu li a {
    margin: 0;
    /*padding: 8px;*/
    font-size: 16px;
    font-weight: normal;
    border: none;
    /*  line-height:28px; */
    display: block;
}

#menu ul li ul.sub-menu li a:hover, #menu ul li ul.sub-menu li.current-menu-item a {
    background-color: #2b376d;
    color: #fff;
    border-radius: 0;
}
.dropdown-toggle {display:none;}

#menu ul li.wpmenucartli a{ /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fceabb+0,fccd4d+50,f8b500+51,fbdf93+100;Orange+3D+%235 */
background: rgb(252,234,187); /* Old browsers */
background: -moz-linear-gradient(top, rgba(252,234,187,1) 0%, rgba(252,205,77,1) 50%, rgba(248,181,0,1) 51%, rgba(251,223,147,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(252,234,187,1) 0%,rgba(252,205,77,1) 50%,rgba(248,181,0,1) 51%,rgba(251,223,147,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(252,234,187,1) 0%,rgba(252,205,77,1) 50%,rgba(248,181,0,1) 51%,rgba(251,223,147,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fceabb', endColorstr='#fbdf93',GradientType=0 ); /* IE6-9 */ color: #233a76;}

ul.product-categories{ margin: 0px; padding: 0px; }
ul.product-categories li{ list-style: none; display: block; }
ul.product-categories li a{ display: block; font-size: 16px; border-radius: 10px; margin-bottom: 1px; font-weight: 700; padding: 7px 15px; text-transform: uppercase; text-decoration: none; color: #233a76;}
ul.product-categories li a:hover{ color: #FCD58B; background: #233a76;  }

ul.children{ display: none; margin: 0px; padding: 0px; margin-left: 15px; } 

ul.product-categories ul.children li a{ font-size: 16px; font-weight: 400; padding: 6px 8px; color: #333; background: #EEE;  }
ul.product-categories ul.children li a:hover{ color: #FCD58B; background: #233a76;   }

ul.product-categories li.current-cat > a{  color: #FCD58B !important;  background: #233a76 !important;  }

.current-cat ul.children, .current-cat-parent ul.children{ display: block; }


.single-post .entry-content{     max-width: 1200px;
    margin: 0px auto;
    padding: 30px;
    background: #FFF;
    border-radius: 10px;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23) }

.single-post .entry-content:after {
  content: "";
  clear: both;
  display: table;
}

#leftcol{ width: 250px; float: left; }
 #primary{ padding: 10px; padding-top: 0px; }
 .widget_product_categories{  padding: 10px;} 
 	#maincol{ width: calc(100% - 250px); float: left;}

#contentarea:after {
    content: '';
    display: block;
    clear: both;
}
a.add_to_cart_button{ width: 100%; background: #FDB940 !important; color: #233a76 !important; text-transform: uppercase; text-align: center; margin-top:auto !important;  }
a.add_to_cart_button:hover{color: #FDB940 !important; background: #233a76 !important; } 

.woocommerce-loop-category__title{ font-size: 1.5em !important; text-align: center; }
.woocommerce ul.products li.product-category, .woocommerce-page ul.products li.product-category{ padding: 0px !important;  }

.woocommerce ul.products li.product-category a:hover, .woocommerce ul.products li.product-category a:hover h2, .woocommerce-page ul.products li.product-category a:hover{     color: #FCD58B !important;
    background: #233a76 !important;}
    
    


.woocommerce ul.products li.product a img:hover{ opacity: 0.8; }

.woocommerce-page .entry-content { padding: 30px;
    background: #FFF;
    border-radius: 10px;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);; }

.woocommerce-page .entry-content .wrap{ max-width: 1200px; margin: 0px auto; }
mark.count{ display: none; }

input[type="text"], input[type="number"], input[type="email"], input[type="search"], textarea, select{ padding: 4px; width: 100%;  }

.site-main > .product, .site-main li.product{ max-width: 1200px; margin: 0px auto; padding: 30px; background: #FFF; border-radius: 10px; box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23); }
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product{ padding: 15px;  box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23); }

.woocommerce-product-details__short-description{ padding:20px 0px; }
.join{ padding: 10px 0; padding-top: 0px; } 
.join a{ font-weight: 700; text-decoration: underline !important; color: #2faae0 !important; }
.join a:hover{ color: #233a76 !important; } 
.product_meta{ display: none; }

img.alignright {float:right; margin:0 0 1em 1em; max-width: 40%;}
img.alignleft {float:left; margin:0 1em 1em 0; max-width: 40%;}
img.aligncenter {display: block; margin-left: auto; margin-right: auto}
a img.alignright {float:right; margin:0 0 1em 1em}
a img.alignleft {float:left; margin:0 1em 1em 0}
a img.aligncenter {display: block; margin-left: auto; margin-right: auto}

.wp-block-image .alignright, .wp-block-image .alignleft{ max-width: 40%; }

.widget_product_search{ padding: 10px; }

.woocommerce-product-search{ display: flex; flex-wrap: wrap; }
.woocommerce-product-search .search-field{ flex: 0 0 60%; }

.woocommerce ul.products li.product-category a img{ display: none; }
.collectorprice{ font-weight: 700; color: #FF0000; }
.woocommerce div.product:after {
    content: '';
    display: block;
    clear: both;
}
.related{ clear:both; }
.woocommerce .products ul, .woocommerce ul.products{ display: flex; flex-wrap: wrap;     justify-content: center; }
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product{ margin: 1% !important; flex: 0 1 23%; margin-bottom:15px !important; display: flex;
    flex-flow: column;}
    
    .woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3{ font-size: 18px !important; line-height: 1.5 !important; }

.woocommerce-LoopProduct-link{ margin-bottom: 10px; }
.home .woocommerce ul.products li.product:last-child{ display: none; }

.woocommerce ul.products li.product .price{ color: #544E51; font-weight: 700; }

.widget_aws_widget{ padding: 10px; }

.widget_aws_widget .widget-title{ display: none; }

#subForm{ max-width: 600px; text-align: left; margin: 0px auto; padding: 20px; border-radius: 8px; background: #EEE;  box-shadow: 0 3px 6px rgba(0,0,0,0.1), 0 3px 6px rgba(0,0,0,0.2); display: flex; flex-wrap: wrap; justify-content: space-between;}
#subForm p{ flex: 0 0 34%; align-self: center; margin-bottom: 0px;}
#subForm p:last-child{ flex: 0 0 30%; align-self: flex-end; }
#subForm button{ width: 100%; padding: 4px; }

.woocommerce div.product div.images img{ box-shadow: 0 1px 3px rgba(0,0,0,0.16), 0 2px 4px rgba(0,0,0,0.23); }

.snippet, a .snipper{ font-size: 16px; 	color: #333; }

.woocommerce-Price-amount{ font-size: 20px; color: #233a76; font-weight: 700;}

.page-template-page-regular .entry-content {
    padding: 30px;
    background: #FFF;
    border-radius: 10px;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
} 
.home .wrap{ max-width: 100%; }
.wrap{ max-width: 1200px;
    margin: 0px auto;} 
.metaslider{ border-radius: 10px; box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23); overflow: hidden;  }
.home .one_half{ width: 49%; }
.home .last_column{ margin-left: 2%; }

.one_half{ width: 47%; }
.last_column{ margin-left: 6%; }


.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */

	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.metaslider .caption{ padding: 20px !important; }
.metaslider .caption strong{ font-size: 20px;  }
.metaslider .caption-wrap{ opacity: 1 !important; background: rgba(0,0,0,0.7) !important; }

#breadcrumbs{ padding-left: 10px; padding-bottom: 10px; font-size: 13px; text-align: right; }

.newsletterblock{ padding: 20px; background: #FDB940; text-align: center; border-radius: 10px; display: block; clear:both; margin-bottom: 20px; font-size: 18px; font-weight: 700;}

.woocommerce-product-gallery__image{ margin-bottom: 20px; }
.preordermessage{ margin-bottom: 10px; }


.wpcf7{ padding: 30px !important; border: 2px solid #AAA; border-radius: 10px; }

.soldout {
padding: 3px 8px;
text-align: center;
background: #233a76;
color: white;
font-weight: bold;
position: absolute;
top: 6px;
right: 6px;
font-size: 12px;
}

.gift-cards-list{ margin-bottom: 20px !important; }

.out-of-stock{ font-size: 1.1em !important; font-weight: 700; }

.stock.in-stock{ display: none; }

.site-info{ padding: 10px; text-align: center; font-size: 14px; }

@media only screen and (max-width: 1400px) {
	.woocommerce ul.products li.product, .woocommerce-page ul.products li.product{ flex: 0 1 31%;  }
	.home .woocommerce ul.products li.product:last-child{ display: block; }
	#logo img{ width: 350px; margin-top: 10px; }
	#shipping{ font-size: 20px; padding-top: 35px;}
	#contacts{ padding-top: 25px; }
	.widget_product_categories, #primary{ padding: 10px; }
	#contacts .phone{ font-size: 30px; }
	.address{ font-size: 16px; }
}
@media only screen and (max-width: 1200px) {
.metaslider .caption{ padding: 10px !important; }
}

@media only screen and (max-width: 1100px) {

		.one_half, .home .one_half{ width: 100%; margin-bottom: 10px; }
		.last_column, .home .last_column{ margin: 0px; }

		#contacts{ width: 100%; padding: 0px; }

}
@media only screen and (max-width: 1023px) {
.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images, .woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary{ width: 100% !important; }
}

@media only screen and (max-width: 900px) {
	.woocommerce ul.products li.product, .woocommerce-page ul.products li.product{ flex: 1 0 48%;  }
}
@media only screen and (max-width: 730px) {
	#leftcol{ width: 100%; }
	#maincol{ width: 100%; }
	.widget_product_categories{ display: none; }
	#logo img{ margin: 0px; max-width: 250px; }
	#shipping{ margin-top: 20px; padding: 2px; font-size: 14px;    text-align: center;
 }
	#contacts div{ font-size: 14px; padding: 5px; }
	#contacts .phone{ font-size: 20px; }
	#contacts .social{ font-size: 24px; }
	h1{ font-size: 24px; }
	h2{ font-size: 18px; }
	#subForm p{ flex: 0 0 100%; margin-bottom: 5px; }
}



@media only screen and (max-width: 410px) {
		#shipping{ display: none; }
		.woocommerce ul.products li.product, .woocommerce-page ul.products li.product{ flex: 0 0 100%;  }
}		

@media only screen and (max-width: 320px) {

	}
