/*
CTC Separate Stylesheet
Updated: 2025-05-21 10:23:05
Theme Name: Child Fysio Simmar
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.4.2.1747822985
*/
@import url('../hello-elementor/style.css');


p strong{ font-weight:500 !important}

/*checkbox*/
.elementor-field-option input[type="checkbox"] {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none !important;
  cursor: pointer;
}
.elementor-field-option [type="checkbox"]{
  position: absolute;
  opacity: 0;
	height:0px
}
.elementor-field-option [type="checkbox"] + label {
  position: relative;
  cursor: pointer;
  padding: 0;
	padding-left: 45px;
	line-height: 32px;
	margin-bottom: 17px;
  display: inline-block !important;

}
.elementor-field-option [type="checkbox"] + label:before {
  content: "";
 margin-right: 0px;
display: inline-block;
width: 28px;
height: 28px;
background: #fff;
  border:none;
margin-top: 0px;
position: absolute !important;
left: 0px;
top: 2px;
  border-radius: 4px;
}
.elementor-field-option [type="checkbox"]:checked + label:before {
  background: #84B076; border-color:#84B076
}
.elementor-field-option [type="checkbox"]:disabled + label {
  color: #b8b8b8;
  cursor: auto;
}
.elementor-field-option [type="checkbox"]:disabled + label:before {
  box-shadow: none;
  background: #fff;
}
.elementor-field-option [type="checkbox"]:checked + label:after {
  content: "";
   content: "";
  display: block;
  position: absolute;
top: 6px;
left: 10px;
width: 8px;
height: 15px;
border: solid #fff;
border-width: 0 2px 2px 0;
  transform: rotate(45deg); 
}

.elementor-heading-title span{ font-weight:300 !important}
.elementor-field-option label a{ color:#fff !important}
.otaForm .elementor-field-option label a{ color:#121212 !important}

.e-n-accordion-item-title .e-n-accordion-item-title-icon .e-opened{ width:20px !important}

.therapy-icon .elementor-icon-box-icon svg{filter: invert(57%) sepia(23%) saturate(450%) hue-rotate(85deg) brightness(95%) contrast(91%);}
.elementor-price-list-item{ border-bottom:1px dashed #8d8d8d}
.elementor-price-list-price{ text-align:right}
.noLine .elementor-price-list-item{ border-bottom:none !important}
.noLine .elementor-price-list-price em{ font-style:normal !important; color:#ff0000}



@media screen and (min-width: 768px) {
/* Container setup */
nav li a {
  position: relative;
  display: inline-block;
  overflow: hidden;
  /*height: 1em;
  line-height: 1em;*/
  transition: color 0.3s;
	padding-top:0px !important;
	padding-bottom:0px !important
}

/* Inner text (default) */
nav li a span {
  display: block;
  transform: translateY(0%);
  transition: transform 0.4s ease;
}

/* Pseudo element for hover text */
nav li a::before {
  content: attr(data-text);
  position: absolute;
  top: 100%;

  width: 100%;
  display: block;
  transform: translateY(0%);
  transition: transform 0.4s ease;
  color: inherit;
}

/* Animate both on hover */
nav li a:hover span {
  transform: translateY(-100%);
}

nav li a:hover::before {
  transform: translateY(-100%) !important;
}

/***** Elmentor button*****/
.elementor-button-content-wrapper{
  position: relative;
  display: inline-block;
  overflow: hidden;
  /*height: 1em;
  line-height: 1em;*/
}

.elementor-button-text {
  display: block;
  transform: translateY(0%);
  transition: transform 0.4s ease;
}

.elementor-button-content-wrapper::before {
  content: attr(data-text);
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  color: inherit;
  transform: translateY(0%);
  transition: transform 0.4s ease;
}

/* On hover: scroll original and duplicate */
.elementor-button:hover .elementor-button-text {
  transform: translateY(-100%);
}

.elementor-button:hover .elementor-button-content-wrapper::before {
  transform: translateY(-100%);
}
}
@media screen and (max-width: 991px) {
	footer nav ul{flex-direction: column;}
	footer nav ul li{margin: 0px 0px 8px 0px !important;}
}

@media screen and (max-width: 767px) {
.elementor-menu-toggle{ padding:10px !important;}
}


@media screen and (max-width: 575px) {
footer nav ul li a.elementor-item{justify-content: center;}
}







