.nav {
    z-index: 2;
}

.recaptcha-div {
    display: flex;
    justify-content: space-between;
}

.form .recaptcha-div .wpcf7-submit {
    margin-top: 1rem;
}

@media (max-width:568px) {
    .recaptcha-div {
        display: unset;
    }
}

.l-article {
    display: flex;
    padding: 29px;
    background-color: #edf3f7;
}

.l-article img {
    border: 12px solid white;
    width: 240px;
    height: 100%;
}


/* .l-article .content h4 {
    font-weight: 700;
} */

.l-article .content {
    padding: 20px 40px;
}

.l-article .content a {
    color: #004c90;
}

.l-article .content a:hover,
.l-article .content a:focus,
.l-article .content a:active {
    text-decoration: none;
    outline: none!important;
}

@media only screen and (max-width: 767px) {
    .l-article img {
        width: 176px;
    }
    .l-article .content {
        padding: 5px 30px;
    }
}

@media only screen and (max-width: 564px) {
    .l-article {
        display: flex;
        flex-direction: column-reverse;
        padding: 27px 0px;
    }
    .l-article img {
        margin: auto;
        max-width: 250px;
        width: 100%;
    }
    .l-article .content {
        padding: 5px 30px 25px;
    }
}

.f-sf textarea::placeholder,
.f-sf input::placeholder {
    color: #818181;
}

.f-sf .f-h {
    font-size: 27px;
    color: #004c90;
    text-transform: uppercase;
    text-align: center;
    max-width: 321px;
    margin: auto;
    font-weight: 700;
    margin-bottom: 41px;
}

.f-sf .f-ft {
    font-size: 16px;
    color: #1a2d31;
    max-width: 330px;
    margin: auto;
    text-align: center;
    margin-top: 30px;
    line-height: 23px;
}

.popup .f-sf textarea,
.popup .f-sf input[type=text],
.popup .f-sf input[type=email],
.popup .f-sf input[type=number] {
    padding: 10px;
    background: #fafafa;
    border: 1px solid #818181;
}

.popup .f-sf textarea {
    height: 127px;
}

.popup .f-sf input[type=submit] {
    margin-top: 13px;
}


/* MODAL CSS? */

.service-item hr {
    display: none;
}

.aligncenter {
    display: block;
}

.post-body img {
    padding: 5px;
    border: 1px solid #ddd;
    margin: 15px 0 15px 0;
}

button,
.button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
    padding: 16px 20px;
    margin: 0;
    border: none;
    border-radius: 3px;
    background: #111;
    font-size: 0.8rem;
    line-height: 1;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #fff;
}

input[type="text"],
input[type="tel"],
input[type="number"],
input[type="url"],
input[type="email"],
input[type="password"],
textarea {
    width: 100%;
    /* padding: 20px; */
    border: 1px solid #ddd;
    /* font-size: 0.9em; */
    color: #111;
    background: #fafafa;
    border-radius: 0;
}

.contact-form input[type='text'],
.contact-form input[type='email'] {
    width: 300px;
    max-width: 98%;
    margin-bottom: 13px;
}

.contact-form label {
    margin-bottom: 3px;
    float: none;
    font-weight: bold;
    display: block;
}


/* general */


/*
.tb-logo a {
    text-shadow: 1px 1px 1px rgba(7, 7, 7, .3);
    font-family: "Architects Daughter";
}


#default-version-splash .header-inner h6 {
    text-shadow: 1px 1px 1px rgba(7, 7, 7, .3);
    font-family: "Architects Daughter";
}

.title hr.no-margin {
    margin-bottom: 8px;
}

.contact {
    padding-top: 0;
}

.back-top:hover {
    background-color: rgba(0, 171, 168, 0.75);
}

.mejs-overlay-button {
    background: url('http://emanuelefortunaticoach.com/wp-content/themes/emanuele-fortunati/img/bigplay.svg') no-repeat !important;
}


#wpcf7-f292-o1 {
    margin-top: 30px;
    height: 300px;
    overflow: scroll;
}

#wpcf7-f292-o1 > form > p > i {
    font-style: italic;
    font-size: smaller;
    color: #999;
}

#wpcf7-f292-o1 > form > p > span > input {
    height: 23px !important;
}

#wpcf7-f292-o1 > form > p > span > textarea {
    width: 90%;
    height: 50px !important;
}

#wpcf7-f292-o1 > form > p > span > textarea, #wpcf7-f292-o1 > form > p > span > input {
    background-color: #eee !important;
    border: 1px solid #999 !important;
}

#attachment_54785.wp-caption.alignleft p.wp-caption-text, .wp-caption.alignleft p.wp-caption-text{
    font-style: normal;
    font-size: 10px !important;
    line-height: 0px !important;
    color: #000;
    margin-top: -10px !important;
}

.top-bar .menu ul li:hover a {
	color: #273745 !important;
}

.top-bar .menu ul li a {
	color: #dbdfe1 !important;
}


*/

#section-You {
    position: relative;
    background-size: cover;
}

#section-You:after {
    content: ' ';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .3);
}

.tb-small.tb-transp {
    z-index: 11000;
}

.eight.center {
    z-index: 100;
}

#section-Me p {
    max-width: 400px;
}

#section-Me .title {
    text-align: left;
    padding-left: 10px
}

@media (min-width: 1920px) {
    .padding-bottom-large {
        padding-bottom: 200px;
    }
    .padding-top-large {
        padding-top: 200px;
    }
}

@media only screen and (max-width: 1024px) {
    #section-Me .title {
        padding-left: 15px;
    }
}

@media (max-width: 768px) {
    #section-Me .section-content-wrap {
        max-width: 350px;
    }
}

@media (max-width: 568px) {
    #section-Me {
        padding-top: 40vh;
        padding-bottom: 0;
        background-position: initial;
        background-size: contain;
    }
    #section-Me .section-content-wrap {
        margin: 0 auto;
    }
    #section-Me .title {
        padding: 20px 0 0 15px;
    }
    .about-anne-h2 {
        max-width: 350px;
        margin: 0 auto;
        text-align: center;
    }
    #section-Me .title,
    #section-Me .section-content {
        text-align: center;
        background-color: #29454C;
    }
}

@media only screen and (max-width: 480px) {
    #section-Me {
        padding-top: 30vh;
    }
    #section-Me .title {
        padding-left: 15px;
    }
}

@media (max-width: 370px) {
    #section-Me {
        padding-top: 25vh;
    }
}

#section-Me .eight.center {
    margin-left: 0;
}

#section-Me p {
    margin-bottom: 0;
    text-align: left;
}

.title h2 span,
.title hr {
    position: relative;
    z-index: 100;
}

.title hr {
    background: #fff;
}


/* MODAL */

.mdl-bkd {
    min-height: 0;
    text-align: center;
    white-space: nowrap;
    word-spacing: -10px;
    position: fixed;
    z-index: 11700;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: rgba(2, 20, 25, 0.8);
    margin: 0;
}

.mdl-win {
    display: inline-block;
    vertical-align: middle;
    white-space: normal;
    word-spacing: normal;
    text-align: left;
    position: relative;
    margin: auto;
    max-width: 690px;
    background-color: #fff;
    width: 100%;
}

.popup-img .mdl-win {
    max-width: calc(100% - 30px);
}

.mdl-win .mdl-c {
    padding: 41px 10.076923% 55px;
}

.mdl-hd .mdl-cls {
    display: none !important;
}


/* .popup-img .mdl-hd .mdl-cls {
    display: block !important;
}

.popup-img .mdl-hd {
    text-align: center;
    margin-top: -50px;
    color: #fff;
    font-family: 'Merriweather';
    font-size: 36px;
    font-weight: bold;
} */

body>[type=checkbox],
body>[type=radio] {
    display: none;
}

#mdl-ctrl:checked~.mdl-bkd {
    display: block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.mdl-bkd.wait .mdl-win {
    position: relative;
    visibility: hidden;
    opacity: 0;
    filter: alpha(opacity=0)
}

.mdl-bkd.wait:after {
    display: block;
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 110;
    width: 50px;
    height: 50px;
    margin: -25px 0 0 -25px;
    background-color: #007a98;
    -webkit-animation: rotateplane 1.2s infinite ease-in-out;
    animation: rotateplane 1.2s infinite ease-in-out;
    content: ''
}

@-webkit-keyframe rotateplane {
    0% {
        -webkit-transform: perspective(120px)
    }
    50% {
        -webkit-transform: perspective(120px) rotateY(180deg)
    }
    to {
        -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg)
    }
}

@keyframes rotateplane {
    0% {
        -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
        transform: perspective(120px) rotateX(0deg) rotateY(0deg)
    }
    50% {
        -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
        transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg)
    }
    to {
        -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
        transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg)
    }
}

.f-sf span label.err {
    position: absolute;
    top: 50%;
    left: 10px;
    z-index: 2;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 3px 5px;
    font-size: 14px;
    background-color: #004c90;
    color: #fff;
    border-radius: 4px;
}

.modal-success p {
    font-size: 18px;
    text-transform: none;
    color: #1a2d31;
    line-height: 22px;
    max-width: 523px;
    margin-bottom: 33px;
    margin: auto;
    text-align: center;
}

.modal-success .mdl-cls {
    background-color: #004c90;
    font-family: bold-condensed, sans-serif;
    color: #fff;
    font-size: 19px;
    border-radius: 0;
    padding: 18px 0;
    max-width: 259px;
    width: 100%;
    display: flex;
    justify-content: center;
    margin: 38px auto 0px;
    text-transform: uppercase;
}

.modal-success .mdl-win .mdl-c {
    padding: 77px 10.076923% 96px;
}

.modal-success .mdl-win {
    max-width: 540px;
}