/*!
Theme Name: adama
Theme URI: https://underscores.me/
Author: Automattic
Author URI: https://automattic.com/
Description: Hi. I'm a starter theme called <code>adama</code>, or <em>underscores</em>, if you like. I'm a theme meant for hacking so don't use me as a <em>Parent Theme</em>. Instead try turning me into the next, most awesome, WordPress theme out there. That's what I'm here for.
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: adama
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

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

adama is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

.wpcf7 {
    direction: rtl;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7-not-valid-tip {
    display: none;
}

.wpcf7-form div a.file-download {
    direction: ltr;
    text-decoration: unset;
}
 
.wpcf7-form div a.file-download label {
    margin-right: 0 !important;
}

.form .form__wrapper form button ~ div a label:first-child span {
    margin-left: 0;
    color: #fff;
}

/* Change the white to any color */
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active
{
 -webkit-box-shadow: 0 0 0 30px white inset !important;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-transition: "color 9999s ease-out, background-color 9999s ease-out";
    -webkit-transition-delay: 9999s;
}

.form .form__wrapper form div label input {
    text-align: right;
}

@media screen and (max-width: 991px) {
    .form .form__wrapper form button ~ div label .input-file svg {
        width: 4.2543vw;
        height: 4.6543vw;
        margin-left: 4.6vw;
    }
}

@media screen and (max-width: 767px) {
    .form .form__wrapper form div label input {
        text-align: right;
        direction: rtl;
    }
}

@media print{
    .services__bottom,
    .column p,
    .column button {
        display: none !important;
    }

    body {
        background: #fff;
    }

    html, body {
        height: 100% !important;
        position: relative;
    }
    body{
        position: relative;
    }


    .print-logo{
        display: block;
        margin-top: -50px;
    }
    .services .services__text-mobile{
        display: none;
    }


    .services .services__wrapper {
        min-height: auto !important; 
        flex-direction: column !important;
        align-items: center;
        justify-content: center;
        margin-left: 0;
    }
    .services .services__wrapper .services__text{
        margin: 30px auto;
    }
    .services .services__wrapper .services__text span,
    .services .services__wrapper .services__text p,
    .services .services__wrapper .services__text a,
    .services .services__wrapper .column ul li .list__title,
    .services .services__wrapper .column ul li span,
    .services .services__wrapper .column ul li:not(:first-child),
    .services .services__wrapper .column ul li span:nth-child(2),
    .services .services__wrapper .column div,
    .services .services__wrapper .column:nth-child(2) ul:first-child li:first-child .list__title
    {
        color: #000;
    }

    .services .services__wrapper .column ul li:not(:first-child){
        border-bottom: 2px solid #000;
    }

    .services .services__wrapper .services__text span:after{
        border-bottom: 2px solid #000;
    }
    .services .services__wrapper .column{
        margin: 0 auto;
    }
    .services .services__wrapper .column ul li .list__title{
        width: 200px;
        height: 30px;
        font-size: 12px !important;
        /* line-height: 68.00064px; */
        margin-bottom:10px;
    }
    .services .services__wrapper .column ul li span:last-child,
    .services .services__wrapper .column ul li span:nth-child(2){
        font-size: 10px;
    }
    .services .services__wrapper .column div{
        margin: 30px auto;
    }

    .services .services__wrapper .column ul:first-child {
        margin-bottom: 50px !important;
    }
}