/*
 Theme Name:     Divi Child Theme
 Theme URI:      https://www.elegantthemes.com/gallery/divi/
 Description:    Divi Child Theme
 Author:         Elegant Themes
 Author URI:     https://www.elegantthemes.com
 Template:       Divi
 Version:        1.0.0
*/
 
/* =Theme customization starts here
------------------------------------------------------- */

.services-columns .wp-block-column {
    background-color: #fff!important;
    background-position: 15px 30px !important;
    background-size: 40px!important;
    border-radius: 10px;
    margin-bottom: 30px;
    padding: 30px 20px 30px 70px;
}
.services-columns .autoremont {
    background: url(./img/wrench-251203.svg) no-repeat;
}
.services-columns .rehvitood {
    background: url(./img/tyre-251203.svg) no-repeat;
}
.services-columns .diagnostika {
    background: url(./img/diagnostic-251203.svg) no-repeat;
}
.services-columns .veermik {
    background: url(./img/wheel-alignment-251203.svg) no-repeat;
}
.services-columns .hooldus {
    background: url(./img/services-251203.svg) no-repeat;
}
.services-columns .muuk {
    background: url(./img/shopping-bag-251203.svg) no-repeat;
}
.featured-columns {
    background-color: #e4eef7;
    border-radius: 10px;
    margin: 30px 0;
    padding: 30px;
    text-align: center;
}
.contact-columns a {
    color: #333333;
}
.col-md-6:first-child {
    padding-left: 0;
}
.col-md-6 {
    float: left;
    padding: 0 20px;
    width: 50%;
}
.col-md-6:last-child {
    padding-right: 0;
}
.contact-map iframe {
    border-radius: 10px;
    height: 400px;
    width: 100%;
}

 /*** Contact Form 7 ***/
 .wpcf7 p {
    padding-bottom: 1em!important;
 }
 .wpcf7 label {
    font-weight: bold;
 }
.wpcf7 a {
    text-decoration: underline;
}
.wpcf7 a:hover {
    text-decoration: none;
}
.wpcf7 input:focus {
    border-color: #7fbae4;
}
.wpcf7 input[type="email"],
.wpcf7 input[type="text"],
.wpcf7 textarea {
    border: 2px solid rgba(0,0,0,0.1);
    font-size: 16px;
    padding: 15px 20px;
    width: 100%;
}
.wpcf7 .wpcf7-submit {
    background-color: #7fbae4;
    border: none;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    padding: 12px 30px;
    transition: all 0.5s ease 0s;
}
.wpcf7 textarea {
    height: 160px;
}
.wpcf7 .wpcf7-submit:hover {
    opacity: 0.8;
    cursor: pointer;
}
span.wpcf7-not-valid-tip {
    color: #f25b3a;
    padding: 5px 16px;
}
div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing,
div.wpcf7-mail-sent-ok {
    background-color: #333;
    border: none;
    color: #fff;
}
.wpcf7 form.sent .wpcf7-response-output {
    background-color: #000;
    border: none;
    color: #fff;
    margin: 16px 0;
}
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
    background-color: #ffe87a;
    border: none;
    color: #000;
    margin: 16px 0;
    padding: 1em;
}
.grecaptcha-badge {
    visibility: hidden!important;
}

/*** Responsive Styles Large Desktop And Above ***/
@media all and (min-width: 1405px) {
  
}
 
/*** Responsive Styles Standard Desktop Only ***/
@media all and (min-width: 1100px) and (max-width: 1405px) {
 
}
 
/*** Responsive Styles Tablet And Below ***/
@media all and (max-width: 980px) {
 
}
 
/*** Responsive Styles Tablet Only ***/
@media all and (min-width: 768px) and (max-width: 980px) {
 
}
 
/*** Responsive Styles Smartphone Only ***/
@media all and (max-width: 781px) {
    .services-columns {
        gap: 0;
    }
}

/*** Responsive Styles Smartphone Only ***/
@media all and (max-width: 768px) {
    .col-md-6 {
        padding: 0;
        width: 100%;
    }
}
 
/*** Responsive Styles Smartphone Portrait ***/
@media all and (max-width: 479px) {
    img.alignright {
        display: block;
        float: none;
        margin: 0 0 1em 0;
    }
}