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


/* roba del tema 
 * 
 * .content_slider.flat .content_slider_ul {
    box-shadow: 0 0 55px 0 rgba(0, 0, 0, 0.4);
}*/ 

.column_counter .mcb-item-counter-inner {background-image:none;}

span.wpcf7-form-control-wrap .wpcf7-number {font-family: poppins;}
.header-classic #Action_bar {border-bottom: 1px solid white;}

/* sistemazione campo check-in e check-out da mobile per apple */

input[type="date"]::-webkit-datetime-edit {
    color: transparent;
}
input[type="date"]:focus::-webkit-datetime-edit {
    color: black; /* O il colore del testo desiderato */
}
/* Mostra il placeholder come contenuto prima */
input[type="date"]::before {
    content: attr(placeholder);
    color: #545a5c;
    position: absolute;
}
input[type="date"]:focus::before {
    display: none;
}
/* fine sistemazione campo check-in e check-out da mobile per apple */
/* disattivati campi check-in e check-out solo da mobile */
@media (max-width: 768px) {
  .hide-mobile {
    display: none !important;
  }
}
input[type="submit"] {background-color:#005da6;color:#fff;}
input[type="submit"]:hover {background-color:#005da6;color:#fff;}

.grecaptcha-badge {
display: none !important;
}