/*
Theme Name: Airos Child
Description: A <a href='http://codex.wordpress.org/Child_Themes'>Child Theme</a> for the Enfold Wordpress Theme. If you plan to do a lot of file modifications we recommend to use this Theme instead of the original Theme. Updating wil be much easier then.
Version: 1.0
Author: Kriesi
Author URI: http://www.kriesi.at
Template: airos
*/



/*Add your own styles here:*/

.main_color .av-rotator-container-inner strong {
    color: inherit !important;
}

/*
 * Services grid.
 */

.airos-services {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    list-style-type: none;
    font-size: 25px;
}

.airos-service-icon {
    width: auto;
    height: 30%;
}

.airos-service-title.airos-service-title {
    color: white;
    text-align: center;
    display: block;
    line-height: 1;
    max-width: 72%;
    margin: 0 auto;
}

.airos-service {
    margin: 0 calc(100% / 26) calc(100% / 26) 0;
    padding-top: 100%;
    position: relative;
}

.airos-service-inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
}

@media screen and (max-width: 1350px) {
    html:not([lang="de-DE"]) .airos-service-title.airos-service-title {
        font-size: 22px;
    }
}

@media screen and (max-width: 1000px) {
    html:not([lang="de-DE"]) .airos-services {
        font-size: 18px;
    }
}

@media screen and (max-width: 850px) {
    html:not([lang="de-DE"]) .airos-service-title.airos-service-title {
        font-size: 16px;
    }
}

@media screen and (max-width: 800px) {
    .airos-services {
        grid-template-columns: 1fr 1fr;
    }
}

@media screen and (max-width: 550px) {
    .airos-services {
        grid-template-columns: 1fr;
    }
}

h1.airos-heading {
    margin-bottom: 0;
    color: #fff;
}

.airos-services.airos-services-short {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    font-size: 22px;
    max-width: none;
}

h2.airos-heading {
    line-height: 120px;
}

#airos-home-services .avia-button-wrap {
    line-height: 120px;
}

.airos-form-heading {
    font-size: 20px;
    line-height: 1.1em;
    margin-bottom: 10px;
    color: #fff;
    text-align: center;
}


.airos-service-link:hover {
    transform: translateY(-7px);
    z-index: 2;
}

.airos-service-link {
    transition: ease-in-out transform 100ms;
}

/*
 * CTA colors
 */

#top #wrap_all .header_color .av-menu-button-colored>a .avia-menu-text {
    background-color: #1fa00e;
    border-color: #1fa00e;
}

#top .av-custom-form-color .button {
    background-color: #1fa00e;
}


@media screen and (max-width: 1500px) {
    #airos-about-us {
        background-image: none !important;
    }

    #airos-about-us div.flex_column:first-child {
        display: none;
    }

    #airos-about-us div.flex_column:nth-child(2) {
        margin: 0;
        width: auto;
    }
}

html[lang="de-DE"] .airos-services {
    font-size: 15px !important;
}

html[lang="de-DE"] h3.airos-service-title {
    font-size: 15px !important;
}

html[lang="de-DE"] .airos-services-page h1 {
    font-size: 23px;
}

@media screen and (max-width: 1000px) {
    .airos-services.airos-services-short h3 {
        font-size: 14px !important;
    }
}

@media screen and (max-width: 1000px) {
    .airos-services.airos-services-short {
        grid-template-columns: 1fr 1fr;
    }

    .airos-services.airos-services-short h3 {
        font-size: 18px !important;
    }
}

@media screen and (max-width: 550px) {
    .airos-services.airos-services-short {
        grid-template-columns: 1fr;
    }

    .airos-services.airos-services-short h3 {
        font-size: 22px !important;
    }
}

h3.airos-service-title {
    hyphens: auto;
}