/*
Theme Name: Cofybrew Child
Description: Child Theme for cofybrew Theme
Author: zozothemes
Version: 1.0
Template: cofybrew
Tags: one-column, two-columns, right-sidebar, flexible-header, custom-colors, custom-header, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready
Text Domain: zozothemes
*/

/*Custom Style Code Right Here */

.grecaptcha-badge {
  display: none;
}

.section-title-wrapper .title-wrap > * .subtitle-dots:after {
  display: none;
}

.section-title-wrapper .title-wrap > * .subtitle-dots {
  padding-left: 0 !important;
}

/*********************** HEADER ***********************/

.site-header .header-navbar .cea-button-link.cea-button {
  padding: 8px 20px;
}

.button-gold .cea-button-link {
  background-color: #588557 !important;
}

.button-gold .cea-button-link:hover {
  background-color: #c19d56 !important;
}

.button-gold a.cea-button-link.cea-button {
  border-color: #c19d56 !important;
}

ul.nav.wp-menu > li > a {
  font-size: 17px !important;
}

@media only screen and (max-width: 1366px) {
  ul.nav.wp-menu > li > a:after {
    display: none;
  }
}

@media only screen and (max-width: 1090px) {
  .header-navbar .header-navigation-wrapper ul.nav.wp-menu > li {
    padding: 0 10px;
  }
}

.sl-subtitle-dots:before {
  display: none !important;
}

/*********************** HEADER MOBILE ***********************/

img.mobile-logo {
  margin: 15px 0;
}

.mobile-menu-floating {
  right: -100%;
  left: auto;
}

body.mobile-menu-active .mobile-menu-floating {
  right: 0;
  left: auto;
}

.mobile-menu-floating a.mobile-menu-toggle {
  left: 20px;
}

.header-mobilebar ul.nav.mobilebar a i {
  font-size: 30px;
}

@media only screen and (max-width: 1024px) {
  ul.nav.social-icons a {
    font-size: 18px;
  }
}

.mobilemenu_header_spacer {
  height: 20px;
}

/*********************** FOOTER ***********************/

.back-to-top {
  display: none !important;
}

@media only screen and (max-width: 1024px) {
  .widget.widget_media_image img {
    max-width: 70% !important;
    margin: 0 auto;
    margin-bottom: 50px;
  }
  
  .footer-widgets-wrap aside.footer-widget-2.col-md-3 {
    text-align: center;
    margin-bottom: 40px;
  }
  
  .widget .widgettitle {
    margin-bottom: 10px;
  }
  
  .site-footer .footer-widgets-wrap .widget.widget_block .widget-content .widget-content-bx > a.d-block {
    padding-top: 0;
  }
  
  .widget.widget_nav_menu li {
    padding-bottom: 5px;
  }
  
  .widget-content ul {
    margin-top: 0 !important;
  }
  
  .widget {
      margin-bottom: 0;
  }
}

/*********************** COMPLIANZ ***********************/
#cmplz-document, .editor-styles-wrapper .cmplz-unlinked-mode {
  max-width: 1140px;
}