/*
Theme Name: MATIC Services
Theme URI: 
Author: IG
Author URI: 
Description: None
Version: 1.0.0
License: MIT
*/

html{
    
}

body{
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}

img{
    max-width: 100%;
}

h1{
    
}

h2{
    font-size: 20px;
    font-weight: bold;
}

.hr{
    height: 1px;
    background-color: #EEE;
    width: 80%;
    margin: 20px auto;
}

h1.hdng{
    text-align: center !important;
}

.clr{
    clear: both;
}

.header{
    text-align: left;
}

.hero{
    height: 250px;
    background-image: url(images/hero.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.main{
    margin: -125px auto 0 auto;
    border-radius: 5px;
    padding: 20px;
    /*width: 80%;*/
    width: 800px;
    /*overflow-x: scroll !important;*/
    background-color: #FFF;
}

.productbox{
    background-color: #F6F6F6;
    border-radius: 5px;
    padding: 10px;
    float: left;
    width: 23%;
    margin: 0 1% 1% 1%;
    text-align: center;
}

.productbox.clmn3{
    width: 31.3333%;
    
}

.productbox.clmn2{
    width: 48%;
    
}

.productbox.clmn1{
    width: 98%;
    
}

.productbox:hover{
    background-color: #D9F4FF;
}

a.continue{
    background-color: #14BBFF;
    color: #FFF;
    text-decoration: none;
    display: inline-block;
    padding: 7px 30px;
    border-radius: 10px;
    font-weight: bold;
}

.productbox:hover a.continue{
    background-color: #FFF;
    color: #14BBFF;
}

.product-prices{
    margin-bottom: 15px;
}

.product-price{
    color: #14BBFF;
    font-weight: bold;
    font-size: 14px;
}

.product-sale{
    color: #999;
}


.footer{
    background-color: #3C3C3C;
    padding-top: 20px;
    padding-bottom: 20px;
}

.footer a img:hover{
    opacity: 0.5;
}

.footer-group1{
    float: left;
    width: 55%;
}

.footer-group2{
    float: left;
    width: 45%;
}

.footer-group1-column{
    float: left;
    width: 50%;
    line-height: 50px;
}

.footer-group2-column{
    float: left;
    width: 50%;
    line-height: 50px;
}

.footer-group1-column.images{
    direction: ltr;
    width:80%;
}

.footer-group1-column.socials{
    direction: ltr;
    width: 20%;
}

.footer-group2-column.website{
    direction: ltr;
}

.footer-group2-column.website a{
    color: #FFF;
    font-weight: bold;
    text-decoration: none;
}

.footer-group2-column.phone{
    direction: ltr;
    color: #FFF;
    font-weight: bold;
    text-align: right;
}


.form-row-first,
.form-row-last {
    width: 100% !important;
    float: none !important;
}

.woocommerce-checkout .woocommerce .woocommerce-message {
    display:none !important;
}

.order-conf{
    
}

.order-conf-inner{
    background-color: #F3FCFF;
    padding: 7px 30px;
    border-radius: 10px;
    width: 80%;
    margin: 0 auto 20px auto;
}

.order-conf h1{
    text-align: center;
    font-size: 20px;
    margin-bottom: 15px;
    font-weight: bold;
}

table.review-tbl{
    width: 100%;
}

table.review-tbl tr td{
    border-bottom: 1px solid #A8E7FF;
    padding: 15px;
    text-align: right;
}

table.review-tbl tr:last-of-type td{
    border: 0;
}

table.review-tbl tr td.price{
    font-weight: bold;
    font-size: 20px;
    color: #47CAFF;
}

.main-products-wrapper{
    margin-top: 20px;
    margin-bottom: 20px;
}

.p-info{
    font-weight: bold;
    margin-bottom: 20px;
}

.p-info-cap{
    display: block;
}

span.info2{
    font-weight: bold;
    font-size: 18px;
}

/* wizard */

.wizard-indicators{
    text-align: center;
}

.wizard-indicators img{
    margin: 0 10px;
}

.woo-wizard-buttons-wrapper{
    text-align: center;
}

.woo-wizard-button,
input#place_order{
    background-color: #14BBFF !important;
    color: #FFF !important;
    text-decoration: none !important;
    display: inline-block !important;
    padding: 7px 0px !important;
    border-radius: 15px !important;
    font-weight: bold !important;
    border: 0;
    min-width: 120px;
    text-align: center;
}

.woo-steps{
    
}

.woo-step1{
}

.woo-step2{
}

.woo-step3{
}

.wizard-notes{
    font-weight: bold;
    text-align: center;
    padding: 20px 0;
}

input[type="text"],
input[type="email"],
input[type="phone"],
input[type="tel"],
select,
input[type="password"]{
    border-radius: 5px;
    padding: 10px;
    background-color: #FFF;
    border:1px solid #CCC;
}

.thanks-wrapper{
    background-image: url(images/bg2.png);
    background-position: cen center;
    background-size: cover;
    text-align: center;
}

.thanks-wrapper.nobg{
    background-image: url();
}

.thanks-wrapper h1{
    font-size: 36px;
    margin-bottom: 20px;
}

.thanks-wrapper p{
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 15px;
}

#validationMsg{
    margin-top: 20px;
    font-weight: bold;
}

.valMsg{
    display: none;
}

p.my-checkbox-class{
    /*
    float: right;
    width: 7%;
    margin: 0 1%;
    */
    width: 60px;
    /*float: right;*/
    margin: 0 10px 0 10px;
    display: inline-block;
    
}

label.radio{
    display: inline-block;
    margin: 0 10px;
}

.form-headline{
    text-align: center;
}

.form-headline h1{
    font-weight: bold;
    font-size: 18px;
}

.form-headline h2{
    font-weight: bold;
    font-size: 16px;
}

input.input-checkbox{
    -webkit-appearance: none;
	background-color: #fafafa;
	border: 1px solid #cacece;
	box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05);
	padding: 7px;
	border-radius: 3px;
	display: inline-block;
	position: relative;
}

input.input-checkbox:active, input.input-checkbox:checked:active {
    background-color: #14BBFF;
	box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px 1px 3px rgba(0,0,0,0.1);
}

input.input-checkbox:checked {
	background-color: #14BBFF;
	border: 1px solid #adb8c0;
	box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05), inset 15px 10px -12px rgba(255,255,255,0.1);
	color: #99a1a7;
}

input.input-checkbox:checked:after {
    /*
	content: '\2714';
	font-size: 14px;
	position: absolute;
	top: 0px;
	left: 3px;
	color: #99a1a7;
    */
}

/* Radio */
input.input-radio{
    -webkit-appearance: none;
	background-color: #fafafa;
	border: 1px solid #cacece;
	box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05);
	padding: 7px;
	border-radius: 3px;
	display: inline-block;
	position: relative;
}

input.input-radio:active, input.input-radio:checked:active {
    background-color: #14BBFF;
	box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px 1px 3px rgba(0,0,0,0.1);
}

input.input-radio:checked {
	background-color: #14BBFF;
	border: 1px solid #adb8c0;
	box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05), inset 15px 10px -12px rgba(255,255,255,0.1);
	color: #99a1a7;
}

input.input-radio:checked:after {
    /*
	content: '\2714';
	font-size: 14px;
	position: absolute;
	top: 0px;
	left: 3px;
	color: #99a1a7;
    */
}

label.radio{
    line-height: 20px;
}

input#billing_phone{
    direction: ltr;
}

a.back-button{
    background-color: #FFF !important;
    color: #14BBFF !important;
}

input.input-text{
    text-align: center;
    border-color: #CCC !important;
}

.e{
    background-color: #fafafa !important;
}

@media screen and (max-width: 1000px){
    .footer-group1, .footer-group2{
        float: none;
        width: 100%;
    }
    
    .footer-group1-column.socials{
        text-align: right;
    }
}

@media screen and (max-width: 800px){
    .main{
        width: 90%;
    }
    .productbox{
        width: 48% !important;
        margin: 0 1% 15px 1% !important;
    }
}


@media screen and (max-width: 500px){
    .hero{
        height: 150px;
        
    }

    .main{
        margin: -50px auto 0 auto;
        width: 100%;
    }
    
    .productbox{
        width: 100% !important;
        margin: 0 0 15px 0 !important;
    }
    
    .order-conf-inner{
        width: 98%;
        padding: 7px 1%;
    }
    
    /*
    .footer-group2-column.website,
    .footer-group2-column.phone{
        float: none;
        width: 100%;
        text-align: center;
    }
    */
}