/*
	Theme Name: Bennet Child
	Theme URI: http://bennet.clapat-themes.com/
	Description: Responsive Wordpress Theme
	Template: bennet
	Version: 1.0
	Author: You
	Author URI: http://your site
	License: Themeforest
	License: GNU General Public License version 3.0
	License URI: http://www.gnu.org/licenses/gpl-3.0.html
	Tags: agency, ajax, business, clapat, clean, creative, gallery, minimal, modern, photography, portfolio, premium, responsive, showcase
	Text Domain: bennet-child
*/


/*------------------------------------------------------------------

Add here your own styles
-------------------------------------------------------------------*/

.f-Boska{font-family: "Boska"!important;font-weight:500!important;}
.f-128{font-size: clamp(55px, 8.89vw, 128px);} 
.fs-20 .pinned-lists li{font-size:1.39vw!important;line-height:1.4;letter-spacing:0;font-weight:400;}
.fs-20 .pinned-lists li *{max-width: 600px!important;}
.pinned-section{text-align:left!important;}
.gap-35{gap:35px;}
.clapat-slide-name{
	position: absolute;
    font-family: Boska Variable;
    font-weight: 500;
    font-size: clamp(22px, 2.708vw, 40px);
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc(100% - 40px);
    height: 100%;
    background: #63523680;
    color: #FDFDFD;
}  
@media (min-width: 1025px) {
	.clapat-slide-name span{padding:0 2rem;}  
	.clapat-header.classic-menu .flexnav li a .before-span span{
		padding: 11px 26px;
	}
    .classic-menu .flexnav li a span::before {
		border-radius: 22px;
		background: radial-gradient(128.53% 99.37% at 50% 50%, rgba(255, 255, 255, 0) 0%, rgba(253, 244, 187, 0.56) 100%);
		padding: 11px 26px;
	}
	.classic-menu .flexnav li a span::after{
		filter: unset;
		padding: 11px 26px;
	}
}
.pum-content .light-section-wrapper, .pum-content .dark-section-wrapper{ 
	margin-left: auto!important;
    margin-right: auto!important;
    max-width: 100%!important;
    width: 100%!important;
} 
.booking-online-f label{
	font-size: 13px;
    color: #BEBEBE;
    line-height: 1;
    font-weight: 400;
    display: flex;
    gap: 8px;
    align-items: center;	
}
/* === FORM SELECT STYLING === */
#contact-formular select.wpcf7-form-control.wpcf7-select {
  width: 100%;
  background-color: transparent;
  border: 1px solid rgba(255,255,255,0.3)!important;
  border-radius: 4px;
  padding: 10px 42px 10px 14px;  
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  transition: all 0.3s ease;
  cursor: pointer;
  font-family: inherit;
  display:block;
}

/* hover / focus */
#contact-formular select.wpcf7-form-control.wpcf7-select:hover,
#contact-formular select.wpcf7-form-control.wpcf7-select:focus {
  outline: none;
  background-color:#2E3133;
}

/* placeholder (first option) */
#contact-formular select.wpcf7-form-control.wpcf7-select option:first-child {
  color: #aaa;
}

/* custom arrow */
#contact-formular select.wpcf7-form-control.wpcf7-select {
  background-image: url("data:image/svg+xml;utf8,<svg fill='white' height='16' viewBox='0 0 24 24' width='16' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/></svg>");
  background-repeat: no-repeat;
  background-position: right 14px center;
  background-size: 16px;
}

/* disabled / invalid */
#contact-formular select.wpcf7-not-valid {
  border-color: #c66;
}

/* dark theme adjustment */
#contact-formular .wpcf7-form-control-wrap {
  display: block;
  margin-bottom: 20px;
}
#contact-formular li{color:#EDEDED;}
#contact-formular p{font-size:16px;font-weight:500;line-height:1.4;}


/* === ACCEPTANCE CHECKBOX STYLING === */
 

/* checkbox */
#contact-formular input[type="checkbox"].acceptance-box {
	appearance: none;
    -webkit-appearance: none;
    width: 20px;
    height: 20px;
    border: 1px solid #D0D5DD;
    border-radius: 4px;
    background: transparent;
    cursor: pointer;
    transition: all 0.2s ease;
    position: relative;
	margin: 0;
}

/* checkmark icon when checked */
#contact-formular input[type="checkbox"].acceptance-box:checked {
  background-color: #fff;
  border-color: #fff;
}

#contact-formular input[type="checkbox"].acceptance-box:checked::after {
  content: "";
	position: absolute;
	left: 7px;
	top: 2px;
	width: 5px;
	height: 10px;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  transform: rotate(45deg);
}

/* label text */
#contact-formular .wpcf7-list-item-label {
  color: #FDFDFD;
  font-size: 13px;
  line-height: 1;
  font-weight: 500;
  cursor: pointer;
}

/* hover & focus */
#contact-formular input[type="checkbox"].acceptance-box:hover {
  border-color: #fff;
}
@media (max-width: 991px) {
	.pum-theme-3883 .pum-content + .pum-close, .pum-theme-default-theme .pum-content + .pum-close{
		height: 24px!important;
		width: 24px!important;
		left: auto!important;
		right: 15px!important;
		top: 10px!important;
		font-size: 16px!important;
		line-height: 16px!important;
	}
}

.cta-custom-px a{
    height: 100%;
    padding: 12px;
    padding-left: 50px;
    padding-right: 50px;
    font-size: 18px;
	opacity:1!important;
}
@media (min-width: 768px) {
	.message-box .button-box {display:flex!important;gap:3rem!important;align-items:center;justify-content:center;}	
	.message-box .button-box .clapat-button-wrap{margin:0!important;}
}
