/*
Theme Name: Airtight Theme
Text Domain: airtight
Description: Durable Airtight HPX
Author: Avar
Author URI: https://avar.com.ua
Theme URI: https://avar.com.ua
Version: 1.0
*/


.tmenu-mobile {
    background-color: #111;
    display: none;
    width: 100%;
    top: 0;
    z-index: 990;
    }
    .tmenu-mobile_positionfixed {
    position: fixed;
    }
    .tmenu-mobile__text {
    color: #fff;
    }
    .tmenu-mobile__container {
    min-height: 64px;
    padding: 20px;
    position: relative;
    box-sizing: border-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    }
    .tmenu-mobile__burger {
    position: relative;
    margin-top: 0;
    width: 28px;
    height: 20px;
    transition: .5s ease-in-out;
    cursor: pointer;
    }
    .tmenu-mobile__burger span {
    display: block;
    position: absolute;
    width: 100%;
    opacity: 1;
    left: 0;
    transition: .25s ease-in-out;
    height: 3px;
    background-color: #fff;
    }
    .tmenu-mobile__burger span:nth-child(1) {
    top: 0px;
    }
    .tmenu-mobile__burger span:nth-child(2),
    .tmenu-mobile__burger span:nth-child(3) {
    top: 8px;
    }
    .tmenu-mobile__burger span:nth-child(4) {
    top: 16px;
    }
    .tmenu-mobile_opened .tmenu-mobile__burger span:nth-child(1) {
    top: 8px;
    width: 0%;
    left: 50%;
    }
    .tmenu-mobile_opened .tmenu-mobile__burger span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    }
    .tmenu-mobile_opened .tmenu-mobile__burger span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    }
    .tmenu-mobile_opened .tmenu-mobile__burger span:nth-child(4) {
    top: 8px;
    width: 0%;
    left: 50%;
    }
    .tmenu-mobile__list {
    display: block;
    }
    .tmenu-mobile__burgerlogo {
    display: inline-block;
    font-size: 24px;
    font-weight: 400;
    white-space: nowrap;
    vertical-align: middle;
    }
    .tmenu-mobile__imglogo {
    height: auto;
    display: block;
    max-width: 300px!important;
    box-sizing: border-box;
    padding: 0;
    margin: 0 auto;
    }
    @media screen and (max-width: 980px) {
    .tmenu-mobile__menucontent_hidden {
    display: none;
    height: 100%;
    }
    .tmenu-mobile {
    display: block;
    }
    }
    @media screen and (max-width: 980px) {
    #rec386559451 .tmenu-mobile {
    background-color: #1c3d71;
    }
    #rec386559451 .tmenu-mobile__burger {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    }
    }

    .wpcf7-text {
        color:#000000; border:1px solid #c9c9c9; border-radius: 10px; -moz-border-radius: 10px; -webkit-border-radius: 10px; margin-top: 20px;
    }

    .wpcf7-submit{
    color:#ffffff;background-color:#1c3d71;border-radius:10px; -moz-border-radius:10px; -webkit-border-radius:10px; }

    .wpcf7-not-valid-tip {font-family: 'Montserrat',Arial,sans-serif; color: red;
        font-size: 13px;
        margin-top: 5px;
    }

    .wpcf7-response-output {font-family: 'Montserrat',Arial,sans-serif; padding: 10px 20px !important; color: #fff; background:#46b450; border:0 !important; margin: 0 !important; line-height: 1,45;} 
    
    .wpcf7 form.invalid .wpcf7-response-output {  background: #f95d51; margin: 0; border:0;  }