/*
Theme Name: Betheme Child
Theme URI: https://themes.muffingroup.com/betheme
Author: Muffin group
Author URI: https://muffingroup.com
Description: Child Theme for Betheme
Template: betheme
Version: 2.0.2
*/

#Subheader .title{
    text-shadow: 0px 0px 7px #000;
}

footer .footer_action{
    /*background-color: #b1d659 !important;*/
    background-color: #1cae4c !important;
}

footer .footer_action #footer-custom-info{
    color: #FFF;
}

footer .footer_action #footer-custom-info a{
    text-decoration: none;
    color: #FFF;
    transition: all 0.2s ease-in-out;
}

footer .footer_action #footer-custom-info #footer-links a:hover{
    text-decoration: underline;
    opacity: 0.8;
    transition: all 0.2s ease-in-out;
}

footer .footer_action #footer-text{
    color: #FFF;
}

footer .footer_action #footer-custom-info #footer-social  i {
    color: #fff;
    background-color: #1cae4c;
    padding: 10px;
    border-radius: 50%;
    margin: 0 3px;
    border: 2px solid #fff;
    transition: all 0.2s ease-in-out;
}
footer .footer_action #footer-custom-info #footer-social a i:hover {
    color: #1cae4c;
    background-color: #fff;
    transition: all 0.2s ease-in-out;
}

footer .footer_action #footer-custom-info #footer-social a .fa-facebook-f::before{
    margin: 0 2px;
}

.grecaptcha-badge{
    visibility: hidden;
}

.form_newsletter{
    background-color: #065445;
    color:#fff;
}

.form_newsletter .input_newsletter { 
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.form_newsletter .input_newsletter .loader {
  width: 25px;
  height: 25px;
  border: 3px solid #fff;
  border-top: 3px solid #065445;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0%   { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.form_newsletter .input_newsletter p{
    margin: 0;
}

.form_newsletter .input_newsletter #newsletter_form{
    display: flex;
    align-items: center;
}

.form_newsletter .input_newsletter #newsletter_form input{
    background-color: unset;
    border: 1px solid #fff;
    color: #fff;
}

.form_newsletter .input_newsletter #newsletter_form input::placeholder {
  color: #fff;
  opacity: 0.7;
}

.form_newsletter .input_newsletter #newsletter_form input:focus {
  color: #fff;
}

.form_newsletter .input_newsletter #newsletter_form button {
    border-radius: 10px;
}

.sezione_newsletter .accettazione_newsletter {
    color:#ff0000;
    font-style: italic;
    text-align: center;
}

.iscrizione_newsletter_checkout{
    margin-bottom: 12px !important;
}

/*************************************/
#ict_thankyou_custom{
    font-weight: bold;
    padding: 16px;
    margin-bottom: 40px;
    background-color: #F8D7DA;
    border: 1px solid #f1aeb5;
    border-radius: 7px;
    color: #58151c;
}

/*********************************************************************
TODO: DESKTOP
**********************************************************************/
@media (min-width: 1200px) {
    #Top_bar .top_bar_left .logo .logo-sticky{
        max-height: 45px !important;
    }

    footer .footer_action #footer-custom-info{
        display: flex;
        justify-content: space-around;
        align-items: center;
        margin-bottom: 20px;
        font-size: 15px;
    }

    footer .footer_action #footer-text{
        font-size: 13px;
        line-height: 18px;
    }
    .video_home .e-hosted-video{
        height: 800px;
        width: 100%;
    }
    .video_home video{
        height: 800px !important;
    }

    /***********************************/
    .hp-title-big h1{
        font-size: 40px !important;
        line-height: 40px !important;
    }

    .sezione_newsletter {
        margin: 40px auto;
        max-width: 1150px;
    }

    .form_newsletter{
        display: flex !important;
        align-items: center;
        min-height: 80px;
        justify-content: space-around;
    }

    .form_newsletter > div{
        padding: 0 10px;
    }

    .form_newsletter .testo_newsletter{
        font-size: 18px;
        font-weight: 700;
    }

    .form_newsletter .input_newsletter #newsletter_form input{
        margin: 0 45px 0 0;
        width: 380px;
    }

    .form_newsletter .input_newsletter #newsletter_form button {
        padding: 12px 35px;
        font-size: 16px;
    }

    .sezione_newsletter .accettazione_newsletter {
        font-size: 13px;
        margin-top: 3px;
    }
    
}

/*********************************************************************
TODO: TABLET HORIZZONTAL
**********************************************************************/
@media (min-width: 992px) and (max-width: 1199px) {
    #Top_bar .top_bar_left .logo .logo-sticky{
        max-height: 45px !important;
    }

    footer .footer_action #footer-custom-info{
        display: flex;
        justify-content: space-around;
        align-items: center;
        margin-bottom: 20px;
        font-size: 15px;
    }

    footer .footer_action #footer-text{
        font-size: 13px;
        line-height: 18px;
    }

    .video_home .e-hosted-video{
        height: 700px;
        width: 100%;
    }
    .video_home video{
        height: 700px !important;
    }

    /***********************************/
    .hp-title-big h1{
        font-size: 40px !important;
        line-height: 40px !important;
    }

    .sezione_newsletter {
        margin: 35px auto;
    }

    .form_newsletter{
        display: flex !important;
        align-items: center;
        min-height: 70px;
        justify-content: space-around;
    }

    .form_newsletter > div{
        padding: 0 10px;
    }

    .form_newsletter .testo_newsletter{
        font-size: 17px;
        font-weight: 700;
    }

    .form_newsletter .input_newsletter #newsletter_form input{
        margin: 0 40px 0 0;
        width: 340px;
    }

    .form_newsletter .input_newsletter #newsletter_form button {
        padding: 12px 35px;
        font-size: 15px;
    }

    .sezione_newsletter .accettazione_newsletter {
        font-size: 12px;
        margin-top: 3px;
    }

}

/*********************************************************************
TODO: TABLET VERTICAL
**********************************************************************/
@media (min-width: 768px) and (max-width: 991px) {
    #Top_bar .top_bar_left .logo .logo-main{
        max-height: 80px !important;
    }

    #Top_bar .top_bar_left .logo .logo-sticky{
        max-height: 45px !important;
    }

    footer .footer_action #footer-custom-info{
        display: flex;
        justify-content: space-around;
        align-items: center;
        margin-bottom: 20px;
        font-size: 15px;
    }

    footer .footer_action #footer-text{
        font-size: 13px;
        line-height: 18px;
    }

    footer .footer_action #footer-custom-info #footer-social i{
        margin: 5px 0;
    }

    .video_home .e-hosted-video{
        height: 530px;
        width: 100%;
    }
    .video_home video{
        height: 530px !important;
    }

    /***********************************/
    .hp-title-big h1{
        font-size: 40px !important;
        line-height: 40px !important;
    }

    .sezione_newsletter {
        margin: 40px auto;
    }

    .form_newsletter{
        display: flex !important;
        align-items: center;
        min-height: 70px;
        justify-content: space-between;
    }

    .form_newsletter > div{
        padding: 0 10px;
    }

    .form_newsletter .testo_newsletter{
        font-size: 16px;
        font-weight: 700;
    }

    .form_newsletter .input_newsletter #newsletter_form input{
        margin: 0 35px 0 0;
        width: 280px;
        }

    .form_newsletter .input_newsletter #newsletter_form button {
        padding: 10px 30px;
        font-size: 14px;
    }

    .sezione_newsletter .accettazione_newsletter {
        font-size: 12px;
        margin-top: 3px;
    }
    
}

/*********************************************************************
TODO: SMARTPHONE
**********************************************************************/
@media (max-width: 767px) {
    #Top_bar .top_bar_left .logo .logo-mobile{
        max-height: 45px !important;
    }

    #Top_bar .top_bar_left .logo .logo-mobile-sticky{
        max-height: 45px !important;
    }

    #Action_bar{
        display: block !important;
    }
    #Action_bar .column.one .social{
        display: none !important;
    }
    #Action_bar .column.one .contact_details li{
        display: block;
    }

    footer .footer_action #footer-custom-info{
        margin-bottom: 20px;
        font-size: 15px;
    }

    footer .footer_action #footer-text{
        font-size: 13px;
        line-height: 18px;
    }
    footer .footer_action #footer-custom-info #footer-social{
        margin: 10px 0;
    }

    .video_home .e-hosted-video{
        height: 280px;
        width: 100%;
    }
    .video_home video{
        height: 280px !important;
    }

    /***********************************/
    .hp-title-big h1{
        font-size: 30px !important;
        line-height: 30px !important;
    }
    .news_home .Latest_news > ul{
        margin-bottom: 15px;
    }
    .news_home .ul-second .photo{
        width: 100% !important;
        margin-bottom: 10px;
    }
    .news_home .ul-second .desc{
        width: 100% !important;
        margin-left: unset !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    .sezione_newsletter {
        margin: 30px auto;
        padding: 0 10px;
    }
    .form_newsletter{
        padding: 20px 0;
    }

    .form_newsletter .testo_newsletter{
        font-size: 17px;
        font-weight: 700;
        text-align: center;
        margin-bottom: 15px;
    }

    .form_newsletter .input_newsletter p{
        font-size: 14px;
    }

    .form_newsletter .input_newsletter #newsletter_form input{
        margin: 0 25px 0 0;
        width: 100%;
        font-size: 15px;
    }

    .form_newsletter .input_newsletter #newsletter_form button {
        padding: 10px 30px;
        font-size: 14px;
    }
    
    .sezione_newsletter .accettazione_newsletter {
        font-size: 12px;
        margin-top: 3px;
    }
}