/* General */
.bigger-content-size {background-position:calc(50% - 150px) 50% !important}
.bigger-content-size .fusion-builder-row {max-width:1548px !important;}
.green-column {max-width:750px;}

.fusion-header {padding-left:16px !important; padding-right:16px !important}

/* To Top */
body .to-top-right #toTop {right:32px; bottom:32px; background:none !important; display:flex; width:60px; height:57px; }
body .to-top-right #toTop:before {content:""; background-image:url(img/to-top-icon.svg); width:100%; height:100%; background-size:contain; background-repeat: no-repeat;}

/* Contact */
#main .wpforms-container {margin:0px}
#main .wpforms-container .wpforms-field {padding-top:0px;}

#main .wpforms-container button[type="submit"] {font-style:italic; background:var(--dark_tangerine); padding:16px 32px; height:auto; font-weight:bold; font-size:16px;}
#main .wpforms-container button[type="submit"]:hover {background:#d09014}
#main .wpforms-container button[type="submit"]:before,
#main .wpforms-container button[type="submit"]:after {display:none;}

@media screen and (max-width:800px) {

    /* General */
    .fusion-fullwidth {
        --container_padding_100_top: 64px;
        --container_padding_100_bottom: 32px;
    }

    .bigger-content-size {background:none !important;}
    .green-column > .fusion-column-wrapper {padding:64px 64px 64px 64px !important}

    /* Menu */
    .fusion-mobile-nav-item {padding:16px 0;}

    /* Titlebar */
    .titlebar-wrapper {padding-top:64px;}
    .titlebar-wrapper.text .titlebar-container .titlebar-row {flex-direction: column;}

    .titlebar-wrapper.text .titlebar-container .titlebar-row .subtitle,
    .titlebar-wrapper.text .titlebar-container .titlebar-row span {width:100%;}
}