/*
Theme Name: 	LDA-child
Theme URI: 		lda.net
Author: 		LDA
Author URI: 	lda.net
Description:	lda
Template:		lda
Version: 		1.6
*/


/* Theme customization starts here
-------------------------------------------------------------- */


/**************************
  * GLOBAL
  **************************/

.center {
    text-align: center;
}

#Top_bar .menu > li > a span:not(.description) {
    padding: 0 13px;
}


/**************************
  * TITLE SPECIAL
  **************************/

.vertical-title {
    display: block;
    font-size: 80px;
    line-height: 70px;
    font-family: Raleway;
    font-weight: 900;
    color: #f1e800;
}

.horizontal-title {
    display: none;
}

.second-title {
    font-size: 40px;
    line-height: 40px;
    font-family: Raleway;
    font-weight: 900;
    color: #f1e800;
}

.info-box-parent {}

.info-box {
    border: solid 1px;
    padding: 10%;
    height: 470px;
    box-sizing: border-box;
    display: table;
}

.info-box > div {
    display: table-cell;
    vertical-align: middle;
}


/*[divider height="30"]*/


/*** DISPLAY TABLE ***/

.middle-text .items-group {
    display: table !important;
    width: 100% !important;
    vertical-align: middle !important;
    text-align: center !important;
}

.middle-text .static-width {
    float: none !important;
    display: table-cell;
    width: 50%;
    max-width: 50%;
    vertical-align: middle !important;
    text-align: center !important;
}

.middle-width {
    width: 20% !important;
}

.middle-text .static-height {
    height: 900px;
}


/**************************
* CONTACT FORM
**************************/

.recaptcha > div > div {
    margin: 0 auto;
}

.g-recaptcha {
    transform: scale(0.99);
    transform-origin: 0 0;
}

.acceptance-12 {
    width: auto !important;
}

div.wpcf7-spam-blocked {
    border: 0;
    color: orange;
}

input[type="submit"]:disabled {
    background: grey;
}

.wysija-input {
    width: 100% !important;
}

.wysija-submit {
    margin: 0 auto !important;
}

.gmap {
    width: 100% !important;
    padding-right: 20px;
    box-sizing: border-box;
}

.get_in_touch {
    left: 58px;
    float: left !important;
}

.get_in_touch h3 {
    color: #484500 !important;
    font-weight: 700;
}

.get_in_touch_wrapper li, .get_in_touch_wrapper a {
    color: #484500 !important;
}

.image-mobile {
    display: none;
}


/**************************
* COOKIE
**************************/

#cookie-notice .button.bootstrap:hover, #cookie-notice .button.bootstrap:focus {
    color: #ffffff;
    background-color: #58544E;
}

#cookie-notice .button.bootstrap {
    background-color: #58544E;
    background-image: -moz-linear-gradient(top, #ABABAB, #58544E);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ABABAB), to(#58544E));
    background-image: -webkit-linear-gradient(top, #ABABAB, #58544E);
    background-image: -o-linear-gradient(top, #ABABAB, #58544E);
    background-image: linear-gradient(to bottom, #ABABAB, #58544E);
    background-repeat: repeat-x;
    border-style: solid;
    border-width: 1px;
    border-color: #58544E #58544E #58544E;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
    filter: progid: DXImageTransform.Microsoft.gradient(enabled=false);
}

.lda-copyright {
    text-align: center;
}

@media only screen and (max-width: 1239px) {
    .info-box {
        padding: 6%;
    }
    .g-recaptcha > div > div {
        width: 235px !important;
    }
    .second-title {
        font-size: 35px;
    }
}

@media only screen and (max-width: 959px) {
    .info-box-parent {
        padding: 6%;
        width: 98% !important;
    }
    .g-recaptcha > div > div {
        width: 400px !important;
    }
    .second-title {
        font-size: 35px;
    }
}

@media only screen and (min-width: 960px) {
    .get_in_touch:after {
        content: "";
        display: block;
        position: absolute;
        right: auto;
        left: 0 !important;
        bottom: -30px;
        width: 0px;
        height: 0px;
        border-style: solid;
        border-width: 30px 0px 0px 22px !important;
        border-color: transparent transparent transparent transparent;
        border-top-color: #A39D0A !important;
    }
}

@media only screen and (max-width: 767px) {
    .horizontal-title {
        display: block;
        font-size: 80px;
        line-height: 70px;
        font-family: Raleway;
        font-weight: 900;
        color: #f1e800;
        text-align: center;
    }
    .vertical-title {
        display: none !important;
    }
    .top-section {
        padding-top: 0px !important;
    }
    .top-section h5, .top-section h1 {
        text-align: center;
    }
    .top-section > div > div > div > div {
        padding-right: 0 !important
    }
    .button-container {
        width: 100%;
        text-align: center;
    }
    .menu-main-menu-container li {
        text-align: center;
    }
    .middle-text p {
        text-align: center;
    }
    .column_image {
        display: initial !important;
    }
    .image-mobile {
        display: block;
    }
    .image-desktop {
        display: none;
    }
    #contatti .static-width {
        display: block;
        max-width: none;
    }
    .get_in_touch {
        left: 0;
        float: left !important;
    }
}