/*
Theme Name: Medical Clinic Child
Theme URI: http://cmsmasters.net/medical-clinic-child/
Author: cmsmasters
Author URI: http://cmsmasters.net/
Description: Medical Clinic Child Theme
Template: medical-clinic
Version: 1.0.0
License:
License URI:
Text Domain: medical-clinic-child
Tags: one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-image-header, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready
*/

.Image-Page {
    margin-bottom: 25px;
}
.header_mid .header_mid_inner .logo_wrap {
    width: 340px!important;
}

/*Medics Grid Css*/
.medics-grid {
    display: flex;
    justify-content: space-around;
    flex-flow: wrap;

}
.medics-grid .profile_inner, .medics-grid .profile_outer , .medics-grid .cmsmasters_profile_content  {
    height: 100%;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    flex-basis: content;
}
.medics-grid article {
    display: flex;
    min-height: 100%;
}
.mediciBox figure {
    padding:5px;
    position: relative;
    height: 270px;
    /*min-height: 100%;*/
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color:rgb(224, 224, 224);
    border-right-width: 1px;
    border-right-color:rgb(224, 224, 224);
    border-right-style: solid;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color:rgb(224, 224, 224);
}

.mediciBox .cmsmasters_img_link {
    border-radius: 100%;
    border: 6px solid;
}
.mediciBox img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.cmsmasters_profile_title span{
    width: 100%;
    display: block;
}


/*Slider responsive*/

/*.SliderEdit {
    height: 280px!important;
}

.SliderEdit .ls-device-is-tablet, .SliderEdit .ls-bg-wrap, .SliderEdit .ls-bg-outer{
    height: 100%!important;
}
.SliderEdit h1 {
    font-size: 20px!important;
}
.SliderEdit p {
    font-size: 16px!important;
}

.SliderEdit a {
    font-size: 18px!important;
}
.SliderEdit .ls-inner-wrapper {
    width: 100%!important;
}*/


.imagenearfaq {
    width:100%;
}
.imagenearfaq img {
    width:100%;
}
.solicita_programare {
    width: 100%;
    display:block;
    margin-top:12px!important;
}
#cmsmasters_row_7cb3f1a11d {
    background-image: url("/wp-content/uploads/2024/03/Tratament-cataracta_-Optiuni-de-tratament-pentru-cataracta-scaled.jpg");
    background-position: top center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    position: static;
}
.home-counters  .cmsmasters_counter_inner {
    display:flex!important;
    flex-flow:column
}
.home-counters .cmsmasters_counter_counter_wrap {
    order: 2;
}
.cmsmasters_homepage_fb_opening p {
    padding-bottom:2px!important;
}
.cmsmasters_quotes_slider.cmsmasters_quotes_slider_type_box .cmsmasters_quote_content:before {
    margin: 0 5px -10px 0;
}
.cmsmasters_quotes_slider.cmsmasters_quotes_slider_type_box .cmsmasters_quote_content p:after {
    content: '\201C';
    margin: 0 0 0 0;
    font-size: 35px;
    line-height: 0;
    display: inline-table;
    position: absolute;
    bottom: 37px;
    margin-left: 5px!important;
    color:rgb(48, 101, 181)!important;
}

.header_top_outer{
    background: #0392ce;
}
.spcial-program-display{
    position:relative;
    height:52px;
    width:fit-content;
}
.extraspance {
    position:absolute;
    right:-10px;
    bottom:0;

}
.evx_icon {
    margin-bottom:15px;
}

.dreapta{
    display:block;
    width:100%;
    float:right;
}
.stanga{
    display:block;
    width:100%;
    float:left;
}

.page-id-60 .spcial-program-display {
    height: auto;
}

.faq-wrapper {
 margin: 0 auto;
  font-family: Arial, sans-serif;
  border: 1px solid #ddd;
  overflow: hidden;
}
.faq-item {
  border-bottom: 1px solid #eee;
}
.faq-question {
  width: 100%;
  text-align: left;
  background-color: #fff;
  border: none;
  padding: 15px 20px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  position: relative;
  transition: background 0.3s ease;
	    font-family: 'Open Sans', Arial, Helvetica, 'Nimbus Sans L', sans-serif;
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    font-style: normal;
    text-transform: none;
    text-decoration: none;
}
.faq-question:hover {
  background-color: #f9f9f9;
	color:#3065b5;
}
.faq-question::after {
  content: "+";
  position: absolute;
  right: 20px;
  font-size: 18px;
  transition: transform 0.3s ease;
}
.faq-question.active::after {
  content: "-";
}
.faq-answer {
  display: none;
  padding: 0 20px 15px;
  font-size: 15px;
  line-height: 1.6;
  color: #444;
}
.faq-answer p{
	padding:20px 0 20px;
	font-size:18px;
}

.faq-cataracta,.faq-operatia-cataracta{
	display:none;
}

html body .ls-wrapper > p, #ls-global .ls-wrapper > p{
	border-color: rgb(69, 117, 189)!important;
}

/*Bootstrap Responsive*/

/*// Small devices (landscape phones, 576px and up)*/
@media (min-width: 500px) {
    .mediciBox figure {
        height: 400px;
    }
    .mediciBox img{
        position: absolute;
        top:-20px;
    }
  
}

/*// Medium devices (tablets, 768px and up)*/
@media (min-width: 760px) {
    .mediciBox article{
        width: 45%;
    }
    .mediciBox figure {
        height: 270px;
    }
    .mediciBox img{
        top: 0;
    }
    .list_quotes .cmsmasters_131313{
        display:flex;
    }
    .list_quotes .ccmsmasters_131313 .cmsmasters_column  {
        background:#fcfcfc;
    }
    .list_quotes .cmsmasters_quote_inner .cmsmasters_quote_content {
        border:1px solid;
        border-color: #e0e0e0;
    }
    .list_quotes .one_third {
        background: #fcfcfc;
        border: 1px solid;
        border-color: #e0e0e0;
    }
    .list_quotes .cmsmasters_quote_content{
        border:none!important;
    }
    .cmsmasters_1434 {
        display:flex;
    }
    .cmsmasters_1434 .one_fourth {
        min-height:100%;
        background:#3065b5;
        width: 30%;
    }
    #cmsmasters_column_760eb2b04c {
        width: 70%;
    }
    #block-8 {
        width:100%;
    }
    .stanga, .dreapta {
        width: 50%;
    }
	  
}

/*// Large devices (desktops, 992px and up)*/
@media (min-width: 900px) {
    .mediciBox article:nth-child(1), .mediciBox article:nth-child(2) {
        width: 40%;
        margin: 5%;
        margin-bottom: 35px!important;
    }
    .mediciBox article{
        width: 28%;
    }

}

/*// X-Large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {

    .mediciBox article:nth-child(1), .mediciBox article:nth-child(2) {
        width: 25%;
        margin: 10%;
    }
    .mediciBox article{
        width: 20%;
    }
}

/*// XX-Large devices (larger desktops, 1400px and up)*/
@media (min-width: 1400px) {

}
@media (max-width:991px){
	.faq-question{
		text-wrap:auto;
		padding-right:35px;
	}
}