/*!
Theme Name: Kava Child
Theme URI:
Author: Zemez
Author URI:
Description: Kava child theme.
Template: kava
Version: 1.0.1
License: GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Text Domain: kava-child
*/

input , textarea{
	border-radius:0px!important;
}
button{
	border-radius:0px!important;
}
.amelia-app-booking #amelia-booking-wrap .am-step-booking-catalog .am-select-date .am-appointment-times .el-radio-button .el-radio-button__inner
	{
	border-radius:0px!important;
}
.amelia-app-booking {
	border-radius:0px!important;
}
#amelia-booking-wrap {
	border-radius:0px!important;
}
#am-step-booking {
	border-radius:0px!important;
}
.amelia-app-booking {
	border-radius:0px!important;
}
#amelia-booking-wrap {
	border-radius:0px!important;
}
.am-step-booking-catalog {
	border-radius:0px!important;
}

.amelia-app-booking #amelia-booking-wrap .am-custom-fields .el-radio__input.is-checked .el-radio__inner, #am-modal.am-modal.am-in-body .am-custom-fields .el-radio__input.is-checked .el-radio__inner {
    background: #EB4136!important;
	border:#EB4136!important;
}

.e-n-carousel , .swiper{
    width: calc(100% - 0px)!important;
}

.amelia-app-booking #amelia-booking-wrap .el-form-item.am-custom-stepByStepForm-confirmBookingForm-appointment .el-radio__label {
    color: #FFFFFF!important;
}

p{
	word-break: break-word;
  -moz-hyphens:none!important;
  -ms-hyphens:none!important;
  -webkit-hyphens:none!important;
  hyphens:none!important;
}


#openBtn{
	display:none!important;
}

.blur{
	background: rgba(5, 5, 5, 0.74);
border-radius: 16px;
box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
backdrop-filter: blur(8.5px);
-webkit-backdrop-filter: blur(8.5px);
}


.black{
	background-color:black;
	display: inline;
}
.white{
	background-color:white;
	display: inline;
    padding: 
}

.red{
	color:#ED4136;
}

.amelia-v2-booking #amelia-container.am-fs__wrapper {
    margin: 30px auto!important;
}






/*--------------------------------------------------------MOBILE SECTION--------------------------------------------------------*/


@media only screen and (max-width: 600px) {
.black{
	background-color:black;
	display: inline;
}
.white{
	background-color:white;
	display: inline;
}
}