/*Fix padding not working for larger device*/
@media (min-width: 1200px) {
    .dmc-footer-wrapper{
        padding: 0 !important;
    }
}


/* Hide content on screens smaller than 544px */
@media (max-width: 544px) {
    .dmc-footer-hide-on-mobile {
        display: none !important;
    }
}

@media (max-width: 922px) {
    .dmc-footer-logos-background {
        display: none !important;
    }
}

 
/* Tablet (545px to 921px) */
@media (min-width: 545px) and (max-width: 921px) {
    .dmc-footer-hide-on-tablet {
        display: none !important;
    }
}
 
/* Desktop (922px and up) */
@media (min-width: 922px) {
    .dmc-footer-hide-on-desktop {
        display: none !important;
    }
}


/* ========================================================================================================
                                            GENERAL
   ======================================================================================================== */

.dotb-mobile-footer-container{
    display: flex;
    flex-direction: column;
    gap: 30px;
    padding: 40px 0;
}


.dmc-footer-wrapper{
    padding: 0 20px;
}

.dmc-mobile-tablet-footer-max-h{
    max-height: 100%;
}

.dmc-desktop-footer-bg-color{
    background-color: #333333;
}
.dmc-tablet-footer-bg-color{
    background-color: #333333;
}

.dmc-mobile-footer-bg-color{
    background-color: #333333;
}


.dmc-custom-footer {
    display: flex;
    width: 100%;
    justify-content: center;
    font-size: 0.9em;
}

.dotb-myscena-footer{
    width: 100%;
    display: flex;
    flex-direction: column;
    max-width: 1140px;
}




.dotb-myscena-row{
    display: flex;
    flex-direction: column;
    gap: 20px;
    justify-content: center;
}

.dotb-myscena-footer-credits{
    display: flex;
    flex: 1;
    padding: 20px 20px;
}

.newsletter-input-container {
    position: relative;
    width: 100%;
  }

  .newsletter-mobile-input-container {
    position: relative;
    width: 100%;
  }

  .newsletter-input-with-icon {
    border: none !important;
    box-shadow: none !important;
    outline: none !important;
    border-radius: 20px !important;
  }

  .arrow-right-icon {
    position: absolute;
      right: 10px;
      top: 50%;
      transform: translateY(-50%);
      font-size: 18px;
      color: #555;
      cursor: pointer;
  }

  
  .dotb-footer-content-container{
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

  .dotb-footer-social-icons-wrapper{
    display: flex;
    justify-content: center;
  }

  .dotb-mobile-footer-social-wrapper{
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 0 20px;
  }


.dotb-footer-social-icons-container{
    width: 100%;
    display: flex;
    gap: 10px;
}

.dotb-footer-language-switcher{
    width: 100%;
}

.dotb-footer-single-social{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 21px;
}




.dmc-footer-row {
    display: flex;
    justify-content: center;
    width: 100%;
    max-width: 1140px;
   /*  padding: 0 20px; */
    height: 200px;
    gap: 10px;
}

.dotb-logo-footer-row {
    display: flex;
    justify-content: start;
    width: 100%;
    max-width: 1140px;
    padding: 0 20px;
}

.dotb-li-logos-footer-row{
    display: flex;
    justify-content: start;
    width: 100%;
    max-width: 1140px;
    padding: 0 20px;
}

.dmc-footer-column {
    flex: 1;
    padding: 40px 0 62px 0;
}

.small-column{
    flex: 0.8;
}

.dmc-mobile-footer-column {
    flex: 1;
    padding: 0 20px;
}


/* ========================================================================================================
                                            SECTION 1       

    Brand logo and copyright text
   ======================================================================================================== */

.dmc-footer-text-under-logo {
    color: var(--diocesi-global-color-white);
    text-align: start;
    font-size: 16px;
    font-weight: 325;
}

.dmc-mobile-footer-text{
    /*text-align: center;*/
    padding: 0 20px 0 20px !important;
}

.dmc-footer-logo {
    text-align: start;
    /*font-size: 40px;*/
    font-weight: 600;
    padding-top: 0;
    margin-bottom:16px;
}
.dmc-footer-logo a{
    color: var(--ast-global-color-5) !important;
}


/* ========================================================================================================
                                            SECTION 2 

    Wordpress menu 
   ======================================================================================================== */

.dmc-footer-wordpressmenu-li a{
    color: var(--ast-global-color-5);
}

.dmc-footer-wordpressmenu-li a:hover{
    color: var(--ast-global-color-7);
}


.dmc-footer-menu-vertical {
    display: flex;
    flex-direction: column;
}
/* ========================================================================================================
                                            SECTION 3

    Social icons and links to privacy and cookies policies
   ======================================================================================================== */

.dmc-footer-followus-container {
    display: flex;
    width:60%;
}

.dmc-footer-followus-icons {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 8px;
}

.dmc-footer-followus-icons a:hover{
    color: rgba(0, 0, 0, 0.8) !important;
}


.dmc-footer-followus-text{
    display: flex;
    justify-content: flex-start;
    align-items: center !important;
    color: var(--diocesi-global-color-white);
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    align-items: flex-start;
}

.dmc-footer-privacy-cookies-ul{
    list-style-type: none;
    margin: 0;
}

.dmc-footer-privacy-cookies-ul a{
    color: var(--ast-global-color-5);
}

.dmc-footer-privacy-cookies-ul a:hover{
    color: var(--ast-global-color-7);
}

.dmc-mobile-tablet-footer-privacy-cookies-links{
    display: flex;
    gap: 20px;
    padding: 16px 20px;
}

.dmc-mobile-tablet-footer-privacy-cookies-links a{
    color: var(--ast-global-color-5);
    font-size: 16px;
}

.dmc-mobile-tablet-footer-privacy-cookies-links a:hover{
    color: rgba(0, 0, 0, 0.8) !important;
}

.dmc-desktop-footer-privacy-cookies-links{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    font-size:16px;
    font-weight: 325;
    line-height: 24px;
}

.dmc-desktop-footer-privacy-cookies-links a {   
    color: var(--diocesi-global-color-white);
}

.dmc-desktop-footer-privacy-cookies-links a:hover {   
    color: rgba(0, 0, 0, 0.8) !important;
} 

/* ========================================================================================================
                                            SECTION 4
                                        
    WPML language switcher
   ======================================================================================================== */

   .dmc-footer-ls-select{
    padding: 6px 10px !important;
   }


/* ========================================================================================================
                                            OVERRIDES
                                        
    Classes that must be overriden, as in some cases it is not possible to attach support classes.
   ======================================================================================================== */

/* Change default align-items center for the wp menu in the footer */
.footer-widget-area[data-section="section-footer-menu"] .astra-footer-vertical-menu .menu-item{
    align-items: start !important;
}


/* FOOTER SECOND LINE */
.dmc-footer-separator { 
    width: 1140px;
    height: 0px;
    border: 1px solid #545454;
    margin: 40px auto 0 auto;
}

/* Footer logos section */
.dmc-footer-logos-background {
    background-color: #333333;
    padding: 20px 0;
}

.dmc-footer-logos-container {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 15px;
    display: flex;
    justify-content: flex-start;
    flex-direction: row;
}

@media (max-width: 544px) {
    .dmc-footer-logos-container {
        flex-direction: column;
    }
}


.dmc-footer-region-logos {
    width: 421px;
    max-width: 100%;
    margin: 50px 0;
}


.followus-social-icon-container-footer{
    display:flex; gap:24px;
}

.dmc-footer-logos-container-text {
    color: #FFF !important;
    max-width: 33%;
    padding: 32px 32px 0 0;
    font-size: 14px;
    line-height: 24px;
}

.dmc-footer-logos-container-image {
    max-width: 90vw;
    margin: 8px 0;
}

