/*
Theme Name: Nelson & Pade
Author: Webstix
Author URI: https://www.webstix.com/
Version: 1.0
*/

*{
margin:0;
padding:0;
-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
body{
	font-size: 18px;
    font-family: "Roboto";
}
p, li{
  font-size: 18px;
  font-family: "Roboto";
  color: rgb(51, 51, 51);
  line-height:34px;
}
p{
	padding-bottom:20px;
}
a{
	color:#027dc3;
	text-decoration:underline;
}
a:hover{
	text-decoration:none;
}
.clearfix{
	overflow: hidden;
	clear: both;
}
.container{
	max-width: 1280px;
	position:relative;
	height:100%;
	margin:0 auto;
}
a[href^="tel"] {
    pointer-events: none;
    text-decoration: none !important;
}
.btn{
	border-radius: 21px;
	background-color: transparent;
	height: 38px;
	font-size:15px;
    font-family: 'Roboto', sans-serif;
    color: #333;
    font-weight: 400;
    text-transform: uppercase;
    line-height:37px;
	display:inline-block;
    text-align: center;
	padding:0 20px;
	text-decoration:none;
	transition: all 0.5s ease;
	border: 1px solid #333;
}
.btn:hover{
	background:#027ec0;
	color:#ffffff;
	border-color:#027ec0;
}
.btn-green{
	background-color:rgb(0, 168, 80);
	color:#fff;
	font-weight: bold;
	border: none;
	padding-top: 2px;
}
.btn-blue{
	background-color:#027dc3;
	color:#fff;
	font-weight: bold;
	border: none;
	padding-top: 2px;
}
.btn-blue:hover{
	background-color:rgb(0, 168, 80);
}
.btn-white{
	background-color:#fff;
	color:#027dc3;
	font-weight: bold;
	border: none;
}
.btn-white:hover{
	background-color:rgb(0, 168, 80);
}	
textarea,
input.text,
input[type="text"],
input[type="button"],
input[type="submit"],
.input-checkbox {
/*-webkit-appearance: none !important;*/
border-radius: 0 !important;
}
/* .search-field {
    height: 35px;
    padding: 0 0 0 10px;
    border: 
    #ddd solid 1px;
    width: 240px;
}
.search-submit {

    background: 

#1884c1;

border: none;

height: 35px;

padding: 0 30px;

font-size: 16px;

color:

    #fff;
    position: relative;
    top: 2px;

}
.search-form {

    margin-bottom: 20px;

} */
.price .woocommerce-Price-amount.amount {
    display: inline-block !important;
}


.aq-online .aq-online-container {
    position: relative;
    margin-right: auto;
    margin-left: auto;
    max-width: 100%;
    width: 1000px;
    padding: 10px 60px;
    line-height: 1.4;
}
.aq-online .aq-online-container {
    width: 1080px;
    font-size: 15px;
}
a.aq-online-link {
    color: #fff;
	font-size: 16px;
}
.aq-online-container-outer {
    background-color: #00a850;
}
.aq-online-button-type.aq-online-content {
    text-align: center;
	padding: 4px 0px 7px 0px;
}
.overlayer{bottom:20px;}
.archive.tax-product_cat.term-online-courses.term-3797 .clsDesImage img{width:100%!important; height:auto!important;}
.woocommerce-product-details__short-description p span{font-family: roboto!important;}

.woocommerce div.product form.cart .variations select {
    max-width: 100%;
    min-width: 26%!important;
    display: inline-block;
    margin-right: 1em;
    padding: 5px 5px 5px 5px;
}
a.reset_variations {
    display: none!important;
}
.woocommerce-variation-description {
    display: none;
}
.woocommerce-variation-add-to-cart.variations_button.woocommerce-variation-add-to-cart-enabled {
    float: right;
    width: 85%;
	margin-top: -2%;
}
.price .woocommerce-Price-amount.amount {
    padding: 10px 0px 30px 0px;
    color: #333;
	font-size: 30px;
	font-weight: 600;
}
.labelqantity{
	font-weight: bold;
}
.woocommerce-variation-add-to-cart.variations_button.woocommerce-variation-add-to-cart-disabled {
    float: right;
    width: 85%;
    margin-top: -2%;
}
.woocommerce div.product form.cart .button{
	margin-left: 2%;
}
.product_meta span .sku {
    color: #027dc3;
}
#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment{
    background: #ffffff !important;
}
.products.columns-4 h3 {
    font-size: 22px !important;
}
.ctct-form-field.ctct-form-field-email.ctct-form-field-required {
    text-align: unset !important;
}