/*
Theme Name: GRADER.EE 2020
Theme URI: https://grader.ee
Description: Custom theme for GRADER.EE 2020 website.
Author: Up To Date digiagency
Author URI: https://uptodate.ee
Version: 1.0
Text Domain: grader
License: GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
*/


textarea,
input.text,
input[type="text"],
input[type="button"],
input[type="submit"] {
	-webkit-appearance: none;
	border-radius: 0;
}
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;
  }
::selection {
  background: #ffdd00;
	color: #fff;
}
::-moz-selection {
  background: #ffdd00;
	color: #fff;
}
input:focus,
button:focus,
textarea:focus{
	outline: none;
}
::-webkit-input-placeholder {
  color: #b2b2b1;
	font-family: sans-serif;
}
::-moz-placeholder {
  color: #b2b2b1;
	font-family: sans-serif;
}
:-ms-input-placeholder {
  color: #b2b2b1;
	font-family: sans-serif;
}
:-moz-placeholder {
  color: #b2b2b1;
	font-family: sans-serif;
}
body{
	font-size: 100%;
	margin: 0;
	background-color: #fafafa;
	color: #14161f;
	font-family: 'Roboto', sans-serif;
	line-height: 1.5;
}
h1, h2, h3, h4, h5, h6{
	font-weight: 300;
}
.no-scroll {
  overflow: hidden;
}
.content {
  float: left;
  width: 100%;
}
a, a:visited{
	color: #ffdd00;
	text-decoration: underline;
}
a:hover{
	text-decoration: none;
}
.error404 .content {
  text-align: center;
  padding: 25vh 0;
}
.error404 .content .button{
  margin-top: 50px;
}
.content ul{
	margin: 0;
  padding: 0;
}
.content ul li {
  list-style: none;
  position: relative;
  padding-left: 20px;
  margin: 10px 0;
}
.content ul li:before {
  content: '';
  display: block;
  width: 12px;
  height: 12px;
  background: #ffdd00;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  border-radius: 50%;
}
.woocommerce ul.products li.product:before,
.woocommerce-page ul.products li.product:before,
.woocommerce div.product .woocommerce-tabs ul.tabs li:before,
.woocommerce-pagination ul li:before{
	display: none;
}
.wrap{
	width: 94%;
	max-width: 1500px;
	margin: 0 auto;
}
header .wrap{
	max-width: 2000px;
}
header.page-header{
	float: left;
	width: 100%;
	height: 100px;
	background-color: #fff;
	box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
	z-index: 999;
}
.header-logo{
	float: left;
}
.header-logo img{
	height: 100px;
	width: auto;
}
.menu-wrap{
	float: right;
}
.menu-wrap ul {
  margin: 0;
  padding: 0;
  list-style: none;
	display: inline-block;
	padding: 10px 0;
}
.menu-wrap ul li {
  display: inline-block;
  padding: 0 15px;
	transition: 0.4s;
}
.menu-wrap ul li:hover{
	padding: 0 20px 0 15px;
}
.menu-wrap ul li a{
	display: block;
	line-height: 80px;
	text-decoration: none;
	color: #14161f;
	font-weight: bold;
  text-transform: uppercase;
	transition: 0.4s;
	position: relative;
	padding: 0;
}
.menu-wrap ul li a:hover,
.menu-wrap ul li.current-menu-item a,
.menu-wrap ul li.current_page_parent a{
	color: #ffdd00;
}
.menu-wrap ul li a:before{
	content: '';
  width: 12px;
  background-image: url('/grader/wp-content/themes/grader/img/dot2.svg');
  display: none;
  background-size: cover;
  margin-right: 5px;
  height: 12px;
	opacity: 0;
	transition:  opacity 1s ease;
	-moz-transition: opacity 1s ease;
  -webkit-transition: opacity 1s ease;
}
.menu-wrap ul li:hover a:before,
.menu-wrap ul li.current-menu-item a:before,
.menu-wrap ul li.current_page_parent a:before{
	display: inline-block;
  opacity: 1;
}

.menu-wrap ul li.header-quote:hover{
	padding: 0 15px !important;
}
.menu-wrap ul li.header-quote a {
  border: 2px solid #ffdd00;
  line-height: 30px;
  padding: 5px 20px 5px 55px;
  border-radius: 50px;
  color: #ffdd00;
	animation: pulsegrey	 2s infinite;
}
.menu-wrap ul li.header-quote a:before{
	content: '';
  width: 25px;
  background-image: url('/grader/wp-content/themes/grader/img/list-yellow.svg');
  display: inline-block;
  background-size: cover;
  margin-left: 5px;
  height: 25px;
	position: absolute;
  top: 7.5px;
	left: 13px;
	opacity: 1;
	transition:  opacity 1s ease;
	-moz-transition: opacity 1s ease;
  -webkit-transition: opacity 1s ease;
}
.menu-wrap ul li.header-quote a:hover {
  border: 2px solid #ffdd00;
	background: #ffdd00;
  line-height: 30px;
  padding: 5px 20px 5px 55px;
  border-radius: 50px;
  color: #fff;
}
.menu-wrap ul li.header-quote a:hover:before{
	background-image: url('/grader/wp-content/themes/grader/img/list-white.svg');
}
.menu-wrap .header-lang {
	float: right;
	margin-left: 20px;
}
.menu-wrap .header-lang ul li:hover a:before{
	display: none;
}
.menu-wrap .header-lang ul li{
	padding: 0 5px;
}
.wpml-ls-legacy-list-horizontal {
  border: 0;
  padding: 0;
  clear: both;
}

.mobile-menu-wrap,
.mobile-lang-wrap{
	display: none;
}
a.button,
.button a,
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt{
	display: inline-block;
	padding: 10px 20px;
	border-radius: 50px;
	text-align: center;
	text-decoration: none;
	border: 2px solid #ffdd00;
	background-color: #ffdd00;
	color: #fff;
	transition: 0.4s;
	margin: 0 10px 0 0;
	font-size: 1em;
	font-weight: 400;
}
a.button:hover,
.button a:hover,
.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover{
	border: 2px solid #ffdd00;
	background-color: #fff;
	color: #ffdd00;
}
.btn-white{
	border: 2px solid #fff;
	background: transparent;
	color: #fff;
}
.mobile-cta{
	display: none;
}
.cta-sticky-wrap {
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
	text-align: center;
	line-height: 50px;
	z-index: 100;
}
.home .cta-sticky-wrap{
	z-index: 98;
}
.cta-sticky{
	display: block;
	height: 50px;
	background: #14161f;
	margin: 0 0 5px;
	padding: 0 15px;
	float: right;
	clear: both;
	box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}
.cta-sticky img{
	width: 20px;
	height: auto;
	vertical-align: middle;
}
.slide-content-span{
	float: right;
	padding: 0 20px;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}
footer{
	float: left;
	width: 100%;
	padding: 50px 0 0;
	background-color: #ffdd00;
	color: #14161f;
	position: relative;
}
.mobile-cta-button{
	display: none;
}
.wpcf7-not-valid {
	border: 2px solid #ffd537 !important;
}
.wpcf7-not-valid-tip{
	display: none !important;
}
div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
  border: 0;
  margin: 20px 0 0;
  padding: 0;
  float: left;
}
.wpcf7 input[type=text], .wpcf7 input[type=email] {
  padding: 10px;
  margin: 0 0 10px;
  border-radius: 30px;
  width: 100%;
  max-width: 320px;
	border: 2px solid #ffd537;
}
.wpcf7 textarea{
	width: 100%;
	padding: 20px 10px;
	border-radius: 20px;
	resize: none;
	border: 2px solid #ffd537;
	font-family: 'Roboto', sans-serif;
}
.wpcf7 input[type=text]:focus, .wpcf7 input[type=email]:focus, .wpcf7 textarea:focus{
	border: 2px dashed #ffd537;
}
.wpcf7-submit{
	display: inline-block;
	border: 2px solid #fff;
	padding: 10px 20px;
	margin: 15px 0 0;
	border-radius: 50px !important;
	float: right;
	text-align: center;
	text-decoration: none;
	background: #ffdd00;
	color: #fff;
	cursor: pointer;
	font-size: 1em;
}
.wpcf7-submit:hover{
	animation: none;
	color: #ffdd00;
	background: #fff;
	border: 2px solid #ffdd00;
}

div.wpcf7-mail-sent-ok {
	border: none;
	float: left;
	width: 100%;
	padding: 0;
	margin: 30px 0 0;
}
.copyright {
  float: left;
  width: 100%;
  text-align: center;
  padding: 20px 0 30px;
	font-size: 0.9em;
}
.copyright a{
	color: #14161f;
	text-decoration: none;
}
.copyright span.sep{
	padding: 0 10px;
}
.copy{
	float: left;
}
.uptodate{
	float: right;
}
.uptodate a{
	font-size: 8px !important;
	font-family: arial !important;
	font-weight: bold !important;
	letter-spacing: 1px !important;
	color: #14161f !important;
	text-decoration: none !important;
}
.uptodate a:hover{
	text-decoration:none !important;
	color: #14161f !important;
}

.woocommerce .product_meta {
  margin: 30px 0;
}
.woocommerce .product_meta a{
	color: #14161f;
	text-decoration: none;
}
.woocommerce .related.products {
  float: left;
  width: 100%;
}
.woocommerce-content-flex{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
}
.woocommerce-sidebar{
	width: 300px;
  padding: 0 50px 0 0;
  border-right: 1px solid #eeeeee;
  margin-bottom: 50px;
	}
.widget_product_categories ul li{
  padding: 5px 5px 5px 20px;
  margin: 5px 0;
}
.widget_product_categories ul li:hover,
.widget_product_categories ul li.cat-parent.current-cat,
.widget_product_categories ul li.cat-parent.current-cat-parent{
	background-color: #eeeeee;
}
.widget_product_categories ul li.cat-parent.current-cat{
	padding: 20px 5px 20px 30px;
}
.content .widget_product_categories ul li:before {
	content: '';
	display: block;
	width: 12px;
	height: 2px;
	background: #ffdd00;
	position: absolute;
	left: 0;
	top: 17px;
}
.widget_product_categories ul li.cat-parent.current-cat:before {
  top: 33px;
  left: 10px;
}
.widget_product_categories ul li ul li {
  padding: 0 10px;
}
.content .widget_product_categories ul li ul li:before {
  content: '';
  display: block;
  width: 10px;
  height: 2px;
  background: #ffdd00;
  position: absolute;
  left: -7px;
  top: 12px;
}
.widget_product_categories a{
	color: #14161f;
	text-decoration: none;
}
.widget_product_categories ul li.current-cat a{
	text-decoration: underline;
}
.widget_product_categories ul li.current-cat ul a{
	text-decoration: none;
}
.woocommerce-details {
  width: calc(100% - 300px);
  padding: 0 0 0 50px;
  margin-bottom: 50px;
}
.woocommerce-page-title{
	float: left;
	width: 100%;
	margin: 50px 0;
	text-align: center;
}
.woocommerce-sidebar .widget{
	margin: 0 0 50px;
}
.widget_ywraq_list_quote ul{
	margin-bottom: 30px;
}
.widget_ywraq_list_quote a{
	color: #14161f;
	font-weight: 400 !important;
	text-decoration: none;
}
.widget_ywraq_list_quote ul li:before{
	display: none;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product{
	text-align: center;
}
.woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3 {
  padding: .5em 0;
  margin: 0;
  font-size: 1.3em;
  color: #14161f;
}
.search-input-grader {
	padding: 10px 20px;
	border-radius: 50px;
	border: 1px solid #eeeeee;
	width: 100%;
	margin: 0 auto 20px auto;
	max-width: 300px;
	display: block;
}
.toggle-sidebar-menu{
	display: none;
}
#yith-ywraq-form img {
  height: 50px;
  width: auto;
}
#yith-ywraq-form .product-name a{
	color: #14161f;
	text-decoration: none;
}
.woocommerce .quantity .qty {
    width: 60px;
    text-align: center;
    border: 1px solid #dddddd;
    padding: 10px 0;
    border-radius: 50px;
}
.woocommerce .quantity .qty::-webkit-outer-spin-button,
.woocommerce .quantity .qty::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.woocommerce .quantity .qty[type=number] {
  -moz-appearance: textfield;
}
.wpcf7 {
  width: 100%;
  max-width: 600px;
  float: right;
}
.support{
	float: left;
	width: 100%;
	background-color: #dddddd;
	padding: 50px 0;
}
.support .wrap{
	max-width: 1200px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.support-logo{
	width: 200px;
	min-height: 100px;
	position: relative;
	overflow: hidden;
}
.support-logo img{
	width: auto;
	height: 100px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
}
.support-info{
	width: calc(100% - 250px);
}
.footer-content{
	float: left;
	width: 100%;
	margin-bottom: 20px;
}
.footer-content .wrap{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.footer-content .col{
	width: 23%;
	padding-right: 40px;
}
.footer-content .col:last-of-type{
	padding: 0;
}
.footer-content a{
	color: #14161f;
	text-decoration: none;
}
a.mobile-cta-button.btn-white {
  background-color: #fff;
  color: #ffdd00;
}
a.mobile-cta-button.btn-white:before {
  background-image: url(/grader/wp-content/themes/grader/img/list-yellow.svg);
}
.news{
	float: left;
	width: 100%;
	padding: 50px 3%;
}
.block-title,
.news-block-title{
	text-align: center;
}
.news-content{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
}
.news-item{
	width: 30%;
}
.news-item img{
	max-width: 100%;
	height: auto;
}
.news-date{
	margin: 0;
	font-weight: bold;
}
.news-item a{
	color: #14161f;
	text-decoration: none;
}
.single-post-title{
	float: left;
	width: 100%;
	text-align: center;
	padding: 50px 0;
}
.single-post-content-wrap{
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	justify-content: space-between;
	margin: 0 0 50px;
}
.single-post-image{
	width: 40%;
	min-height: 100px;
}
.single-post-image img{
	width: 100%;
	height: auto;
}
.single-post-content{
	width: 55%;
}
.button-center{
	float: left;
	width: 100%;
	text-align: center;
	margin: 50px 0 20px;
}
.post-pagination{
	text-align: center;
	margin: 50px 0 0;
}
.post-pagination .button{
	display: inline-block;
	margin: 0 10px;
}
.map{
	float: left;
	width: 100%;
	height: 500px;
}
.map-responsive{
  overflow:hidden;
  position:relative;
  height:500px;
}
.map-responsive iframe{
  left:0;
  top:0;
  height:500px;
  width:100%;
  position:absolute;
}
.simple-text-block {
  width: 94%;
  max-width: 1000px;
  margin: 50px auto;
}
.partners{
	float: left;
	width: 100%;
	padding: 50px 0;
}
.logos{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	width: 94%;
	margin: 0 auto;
}
.logos img{
	height: auto;
	width: 200px;
	margin: 20px 10px;
}
@-webkit-keyframes pulsegrey {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(170, 170, 170, 0.4);
  }
  70% {
      -webkit-box-shadow: 0 0 0 10px rgba(170, 170, 170, 0);
  }
  100% {
      -webkit-box-shadow: 0 0 0 0 rgba(170, 170, 170, 0);
  }
}
@keyframes pulsegrey {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(170, 170, 170, 0.4);
    box-shadow: 0 0 0 0 rgba(170, 170, 170, 0.4);
  }
  70% {
      -moz-box-shadow: 0 0 0 10px rgba(170, 170, 170, 0);
      box-shadow: 0 0 0 10px rgba(170, 170, 170, 0);
  }
  100% {
      -moz-box-shadow: 0 0 0 0 rgba(170, 170, 170, 0);
      box-shadow: 0 0 0 0 rgba(170, 170, 170, 0);
  }
}

@media (max-width: 1300px){
	body{
		font-size: 90%;
		padding-top: 60px;
	}
	header.page-header{
		position: fixed;
		top: 0;
		transition: top 0.2s ease-in-out;
		height: 60px;
	}
	header.page-header.nav-up {
	  top: -65px;
	}
	.header-logo {
    position: absolute;
    z-index: 9999;
	}
	.header-logo a {
    display: block;
    height: 60px;
    width: auto;
	}
	.header-logo img {
    height: 60px;
	}
	.menu-wrap ul {
    padding: 5px 0;
	}
	.menu-wrap ul li {
    padding: 0 7.5px;
	}
	.menu-wrap ul li a {
		line-height: 50px;
	}
	.menu-wrap .header-lang ul {
    margin: 0 0 0 20px;
	}
	.menu-wrap ul li.header-quote,
	.mobile-m-wrap ul li.header-quote{
		display: none;
	}
 .mobile-cta {
	 display: block;
		position: fixed;
		left: 0;
		bottom: 20px;
		z-index: 9999;
		width: 100%;
		text-align: center;
 }
 a.mobile-cta-button{
	 	display: inline-block;
	 	padding: 10px 25px 10px 50px;
	 	border-radius: 50px;
	 	text-align: center;
	 	text-decoration: none;
	 	border: 2px solid #ffdd00;
	 	background-color: #ffdd00;
	 	color: #fff;
	 	transition: 0.4s;
	 	font-size: 1em;
	 	font-weight: 400;
		animation: pulsegrey 2s infinite;
		position: relative;
 }
 a.mobile-cta-button:hover{
	 	border: 2px solid #ffdd00;
	 	background-color: #fff;
	 	color: #ffdd00;
 }
a.mobile-cta-button:before{
		content: '';
		width: 25px;
		background-image: url('/grader/wp-content/themes/grader/img/list-white.svg');
		display: inline-block;
		background-size: cover;
		margin-left: 5px;
		height: 25px;
		position: absolute;
		top: 9px;
		left: 13px;
		opacity: 1;
		transition:  opacity 1s ease;
		-moz-transition: opacity 1s ease;
		-webkit-transition: opacity 1s ease;
 }
 .pulsegrey{
	 animation: pulsegrey 2s infinite;
 }
}
@media (max-width: 1000px){
	.home .featured-block{
		height: calc(100vh - 60px);
	}
	.menu-wrap{
		display: none;
	}
	.mobile-menu-wrap{
		position: absolute;
    display: block;
    right: 20px;
	}
	.hamburger {
    cursor: pointer;
    transition-property: opacity, filter;
    transition-duration: 0.15s;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
    margin: 0;
    overflow: visible;
    position: absolute;
    top: 16px;
    right: 0;
    z-index: 9999;
	}
	.hamburger.is-active .hamburger-inner,
	.hamburger.is-active .hamburger-inner::before,
	.hamburger.is-active .hamburger-inner::after {
		background-color: #fff;
	}
	.hamburger-box {
		width: 40px;
		height: 24px;
		display: inline-block;
		position: relative;
	}
	.hamburger-inner {
		display: block;
		top: 50%;
		margin-top: -2px;
	}
	.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
		width: 40px;
		height: 4px;
		background-color: #ffdd00;
		border-radius: 4px;
		position: absolute;
		transition-property: transform;
		transition-duration: 0.15s;
		transition-timing-function: ease;
	}
	.hamburger-inner::before, .hamburger-inner::after {
		content: "";
		display: block;
	}
	.hamburger-inner::before {
		top: -10px;
	}
	.hamburger-inner::after {
		bottom: -10px;
	}
	.hamburger--squeeze .hamburger-inner {
		transition-duration: 0.075s;
		transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	}
	.hamburger--squeeze .hamburger-inner::before {
		transition: top 0.075s 0.12s ease, opacity 0.075s ease;
	}
	.hamburger--squeeze .hamburger-inner::after {
		transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
	}
	.hamburger--squeeze.is-active .hamburger-inner {
		transform: rotate(45deg);
		transition-delay: 0.12s;
		transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	}
	.hamburger--squeeze.is-active .hamburger-inner::before {
		top: 0;
		opacity: 0;
		transition: top 0.075s ease, opacity 0.075s 0.12s ease;
	}
	.hamburger--squeeze.is-active .hamburger-inner::after {
		bottom: 0;
		transform: rotate(-90deg);
		transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
	}
	.mobile-menu-overlay {
	  background: rgba(255, 221, 0, 0.95);
	  position: fixed;
	  top: 0;
	  left: 0;
	  width: 100%;
	  height: 100%;
	  z-index: 99;
		overflow: auto;
	}
	.mobile-m-wrap {
	  position: absolute;
		top: 40%;
		width: 100%;
		transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
	}
	.mobile-m-wrap ul {
	  margin: 0;
	  padding: 0;
	  list-style: none;
	  text-align: center;
	}
	.mobile-m-wrap ul li{
		padding: 10px;
	}
	.mobile-m-wrap ul li.current-menu-item a {
    border-bottom: 2px solid #fff;
    padding: 0 5px;
	}
	.mobile-m-wrap ul li a{
		color: #fff;
		font-size: 1.8em;
		text-decoration: none;
	}
	.mobile-lang-wrap{
		display: block;
    float: right;
    z-index: 9999;
    position: absolute;
    right: 90px;
	}
	.mobile-lang-wrap ul {
    margin: 0;
    padding: 0;
    list-style: none;
	}
	.mobile-lang-wrap ul li{
		display: inline-block;
	}
	.mobile-lang-wrap ul li a{
		line-height: 60px;
		padding: 0 10px 0 0;
		color: #999;
		font-size: 0.9em;
		text-decoration: none;
	}
	.mobile-lang-wrap.m-open-lang ul li a{
		color: #fff;
	}
	.m-menu-contacts {
    position: fixed;
    bottom: 110px;
    width: 100%;
    text-align: center;
	}
	.m-menu-contacts a{
		color: #fff;
		text-decoration: none;
		line-height: 2;
		font-size: 1.2em;
	}
	.m-header-bg {
    position: fixed;
    width: 100%;
    height: 60px;
    background: rgba(255, 221, 0, 0.95);
    z-index: 9;
	}
	.wpcf7-submit{
		font-size: 1.2em;
	}
	.copy{
		text-align: center;
		width: 100%;
	}
	.uptodate{
		text-align: center;
		margin-top: 30px;
		width: 100%;
	}
	.copyright span.sep {
    padding: 0 3px;
	}
	.woocommerce-sidebar {
    width: 100%;
    padding: 0;
    border: 0;
		text-align: center;
		display: none;
		margin: 0;
	}
	.content .widget_product_categories ul li:before,
	.content .widget_product_categories ul li ul li:before{
		display: none;
	}
	.widget_product_categories ul li.cat-parent.current-cat, .widget_product_categories ul li.cat-parent.current-cat-parent {
    background-color: #eeeeee;
    padding: 20px 0;
	}
	.widget_product_categories ul li {
    padding: 0;
    margin: 5px 0;
	}
	.widget_product_categories ul li a{
    padding: 10px 20px;
	}
	.woocommerce-details {
    width: 100%;
    padding: 0;
    margin-bottom: 50px;
	}
	.widget_ywraq_list_quote{
		display: none;
	}
	.woocommerce-page-title {
    margin: 20px 0;
	}
	.toggle-sidebar-menu {
		display: block;
    float: left;
    width: 100%;
		text-align: center;
		margin: 0 0 25px;
	}
	#yith-ywraq-form .actions a {
    text-align: center;
    margin: 0 0 10px;
	}
	.support-logo,
	.support-info{
		width: 100%;
		padding: 25px 0;
		text-align: center;
	}
	.footer-content .col {
    width: 100%;
    padding: 0;
	}
	.news-item {
    width: 49%;
	}
	.single-post-image {
    width: 100%;
		margin: 0 0 20px;
	}
	.single-post-content {
    width: 100%;
	}
	.single-post .news {
    padding: 0 3% 50px;
	}
	.logos img{
		width: 120px;
	}
}
@media(max-width: 500px){
	.news-item {
		width: 100%;
		margin: 0 0 20px;
	}
}
@media(max-height: 600px){
	.mobile-m-wrap {
    position: relative;
    top: auto;
    width: 100%;
    transform: none;
    -moz-transform: none;
    -webkit-transform: none;
    float: left;
    margin: 80px 0 50px;
	}
	.m-menu-contacts {
    position: relative;
    bottom: auto;
    float: left;
		margin-bottom: 20px;
	}
	.mobile-cta{
		display: none;
	}
}
