/*
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
*/
.cls-logo-footer {
    width: 250px;
    margin: auto;
}

button, input[type="button"], input[type="reset"], .button, .widget a.button, .wp-block-button__link {
  background-color: transparent;
}


/* ===== BeTheme-style social icons ===== */
.social-icons {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  margin-top: 20px;
}
.social-icons a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  background-color: #fff; 
  color: black !important; /* black icon */
  text-decoration: none;
  transition: all 0.3s ease;
  font-size: 20px;
}
.social-icons a:hover {
  background-color: var(--mfn-accent-color, #85AFCF); 
  color: white !important; /* icon stays black on hover */
}
@media (max-width: 768px) {
  .social-icons a {
    width: 40px;
    height: 40px;
    font-size: 18px;
  }
#Footer .widgets_wrapper {
    padding: 0px 0 0px;
}
.cls-logo-footer {
    width: auto;
}
}
.mcb-wrap-c2m0cwxw4 {
    margin-bottom: -60px !important;
}

.button_theme, input[type="submit"] {
	background-color:#85AFCF !important;
    border-color: var(--mfn-button-theme-border-color);
    color: black;
    box-shadow: var(--mfn-button-theme-box-shadow);
}
@media (max-width: 1530px) and (min-width: 1240px) {
#Top_bar .menu > li > a span:not(.description) {
    padding: 0 10px;
}
}


.if-zoom .image_frame:hover .image_wrapper img {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}