

.header_bottom {
    padding: 0 45px;
    background-color: transparent;
    -webkit-transition: all .2s ease 0s;
    -moz-transition: all .2s ease 0s;
    -o-transition: all .2s ease 0s;
    transition: all .2s ease 0s;
}

.content {
    margin-top: 0px!important;
}

.adora {
font-family: 'cardo';
font-style: italic;
background-color: rgba(255,255,255,0.5);
    color: #2c3d51;
    letter-spacing: 0.08em;
    font-size: 40px;
    font-weight: 400;
    padding-left: 10px;
    padding-right: 10px;
}

.footer_top {
    padding: 32px 0 32px;
}

.largefont {
    color: rgba(160,170,176,0.08);
    line-height: 0;
    font-size: 500px;
    font-family: Playfair Display;
    font-weight: 400;
    font-style: italic;
}

input.wpcf7-form-control.wpcf7-date, input.wpcf7-form-control.wpcf7-number, input.wpcf7-form-control.wpcf7-quiz, input.wpcf7-form-control.wpcf7-text, select.wpcf7-form-control.wpcf7-select, textarea.wpcf7-form-control.wpcf7-textarea {
    display: block;
    margin: 5px 0 0;
    padding: 15px;
    border: 0;
    border-radius: 0;
    outline: 0;
    resize: none;
    font-size: 13px;
    line-height: 17px;
    background-color: #fff;
    color: rgba(157,157,157,1);
    font-family: cardo;
    font-weight: 400;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
}

.p, p {
    color: #5a7483;
    line-height: 1.6;
    letter-spacing: 0.05em;
    font-size: 13px;
    font-family: Cardo;
    font-weight: regular;
    font-style: normal;
}

.body, body {
    color: rgba(157,157,157,1);
}

nav.main_menu > ul > li > a {
    color: #5a7483;
    letter-spacing: 0.05em;
    font-size: 13px;
    font-family: Cardo;
    font-weight: 400!important;
    font-style: normal;
}

nav.mobile_menu ul li a, nav.mobile_menu ul li h3 {
    letter-spacing: 0.05em;
    font-size: 13px;
    font-family: Cardo;
    font-weight: 400!important;
    color: #5a7483;
    padding: 10px 0;
    display: block;
    position: relative;
    text-transform: uppercase;
    line-height: 26px;
    letter-spacing: 0.05;
    text-align: center;
}