/*
Theme Name: Salient Child Theme
Description: This is a custom child theme for Salient
Theme URI:   https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266
Author: ThemeNectar
Author URI:  https://themeforest.net/user/themenectar
Template: salient
Version: 1.0
*/


.wpcf7 {
    max-width: 400px;
    margin: 3em auto;
}


.wpcf7-form input[type=text],
.wpcf7-form input[type=email],
.wpcf7-form input[type=password],
.wpcf7-form input[type=tel],
.wpcf7-form input[type=url],
.wpcf7-form input[type=date],
.wpcf7-form input[type=submit],
.wpcf7-form textarea,
.wpcf7-form select {
    width: 100%;
    font-size: 1.2em;
    line-height: 2em;
}


select {
    background-color: rgba(0, 0, 0, 0.04);
    border-radius: 4px;
    border: 2px solid rgba(0, 0, 0, 0);
    padding: 10px;
    width: 100%;
    font-size: 14px;
    font-family: inherit;
    line-height: 24px;
    color: #555;
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
}


body.single .project-title .section-title h1 {
    padding: 0px;
}

.text-white {
    color: #fff;
}


.royalspice-adw-top {
    color: #ffffff;
    font-size: 26px;
}

.royalspice-adw-top:hover {
    color: #000000;
}


.row .col .lang img {
    width: 32px;
    margin: auto;
}

.row .col .lang {
    /*padding-top: 17px;*/
    /*width: 60px;*/
    padding-top: 0px;
    margin-left: 10px;
    width: 85px;
    gap: 10px;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
}

.row .col .lang > a {
    width: 32px;
}

.row .col .lang a img:hover {
    -webkit-filter: grayscale(.75);
    filter: grayscale(.75);
}

#top .sf-menu li ul li a {
    text-align: left;
}

@media screen and (min-width: 760px) {
    #top > .container > .row {
        flex-wrap: nowrap;
    }
}

@media (min-width: 560px) and (max-width: 968px) {
    .span_3.logo-lang-part {
        display: flex;
        align-items: center;
        gap: 10px;
    }

    .row .logo-lang-part .lang {
        flex-wrap: nowrap;
        height: 40px;
        width: auto;
        align-items: center;
    }
}

@media screen and (max-width: 560px) {
    body #header-outer .row .col.span_9 {
        position: relative !important;
        margin-top: 35px;
    }

    #top .container .row {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    body .logo-lang-part {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        margin-bottom: 20px;
        gap: 16px;
    }
}