/*
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
*/

.myheader>.mcb-wrap-inner{
  justify-content: space-between;
}

/* Menu Top */
@media (max-width: 1260px){
  .mfn-header-menu > .mfn-menu-li > .mfn-menu-link{
    padding: 8px 10px;
  }
  .mcb-section .mcb-wrap .mcb-item-0hyka8q .mfn-header-menu > li.mfn-menu-li > a.mfn-menu-link,
  .mcb-section .mcb-wrap .mcb-item-cy4nkues .mfn-header-menu > li.mfn-menu-li > a.mfn-menu-link{
    font-size: 13px;
  }
}

@media (max-width: 1060px){
  .mfn-header-menu > .mfn-menu-li > .mfn-menu-link{
    padding: 2px 6px;
  }
  .mcb-section .mcb-wrap .mcb-item-0hyka8q .mfn-header-menu > li.mfn-menu-li > a.mfn-menu-link,
  .mcb-section .mcb-wrap .mcb-item-cy4nkues .mfn-header-menu > li.mfn-menu-li > a.mfn-menu-link{
    font-size: 12px;
  }

  /* Sidebar Menu */
  .mfn-header-tmpl-menu-sidebar-wrapper{
    background: #872A47;
    box-shadow: -12px 0 24px rgba(0,0,0,0.3);
  }

  .mfn-close-icon .icon{
    color: rgb(255,255,255,0.5);
  }

  .mfn-close-icon:hover .icon{
    color: rgb(255,255,255,0.8);
  }

  .mfn-header-menu .mfn-menu-li > .mfn-menu-link{
    color: #fff;
    font-weight: 600;
  }

  .mfn-header-menu .mfn-menu-li.current-menu-item > .mfn-menu-link{
    color: #97C8C5;
    font-weight: 600;
  }

  .mfn-header-menu .mfn-menu-li:hover > .mfn-menu-link {
    color: #97C8C5;
  }
}

/* Sticky Header */
.mfn-header-sticky-section {
  border-bottom: 1px solid rgba(255,255,255,0.08);
  box-shadow: 0 2px 2px rgba(0,0,0,0.25);
}

.mfn-header-sticky-section > .section_wrapper{
  justify-content: center;
}

.mfn-header-sticky-section > .section_wrapper > .mcb-wrap{  
  flex-grow: unset;
}


/* Rodi list */
ul.rodi-list {
  list-style: none !important;
  padding-left: 0;
  margin: 0;
}

ul.rodi-list li {
  position: relative;
  padding-left: 28px; /* space for the icon */
  margin-bottom: 10px;
}

ul.rodi-list.rodi-red li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px; /* adjust vertically */
  width: 18px;
  height: 18px;
  background: url("https://www.pomplanet.gr/wp-content/themes/betheme-child/assets/images/rodi-icon-red.svg") no-repeat center / contain;
}

ul.rodi-list.rodi-light li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px; /* adjust vertically */
  width: 18px;
  height: 18px;
  background: url("https://www.pomplanet.gr/wp-content/themes/betheme-child/assets/images/rodi-icon-light.svg") no-repeat center / contain;
}

.mfn-toggle .toggle-content ul{
  margin: 0;
}

/* WP Form */
div#wpforms-155 .wpforms-confirmation-container-full{
  background-color: #97C8C5;
  border-radius: 5px;
  border: 1px solid #fff;
}

div#wpforms-155 .wpforms-confirmation-container-full p{
  color: #872A47;
}

#wpforms-155 input::placeholder,
#wpforms-155 textarea::placeholder {
  opacity: 1 !important;
}

#wpforms-submit-155{
  font-weight: 600;
  padding: 25px 30px;
}