/*
Theme Name: Medcure Child
Description: Child Theme for Medcure Theme
Author: zozothemes
Version: 1.1.6
Template: medcure
Tags: one-column, two-columns, right-sidebar, flexible-header, custom-colors, custom-header, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready
Text Domain: zozothemes
*/

.team-wrapper.team-1 .team-inner .post-more a:hover {
    background: #272b67;
}

.topbar-items>li img {
    border-radius: 0px !important;
}

.nav.pull-center.show-opacity{
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -webkit-transition: opacity ease 0.15s !important;
    -moz-transition: opacity ease 0.15s !important;
    transition: opacity ease 0.15s !important;
}

.mobile-bar, .mobile-bar .container {
    max-width: 100% !important;
}

/* DearPDF */

.dr_leaflet .dp-element[data-lightbox=button] {
    background: #294481;
    color: #fff;
    text-align: center;
    line-height: initial;
    display: block;
    border-radius: 5px;
    padding: 14px 20px;
}

.dr_leaflet .dp-element[data-lightbox=button]:before {
   font-family: "Font Awesome 5 Free";
   content: "\f1c1";
   display: inline-block;
    padding-right: 11px;
    vertical-align: middle;
    font-weight: 900;
    height: 22px;

}

.dr_leaflet .dp-element[data-lightbox=button]:hover {
    background: #28c1a8;
    color: #fff;
}

.calendarista ul.parsley-errors-list li {
    padding: 25px !important;
}

.passster-form {
    padding: 50px 50px 100px 50px !important;
    max-width: 650px;
}

.passster-form h4 {
  color: #d52323 !important;
  text-align: center;
}

.passster-form p {
  text-align: center;
}

.passster-form input[type="email"], .passster-form input[type="password"], .passster-form input[type="text"] {
  border-radius: 50px;
  text-align: center;
  border-bottom: 1px solid #ddd;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  border-radius: 0;
  margin-bottom: 10px;
}

.passster-form input[type="email"]:hover, .passster-form input[type="password"]:hover, .passster-form input[type="text"]:hover {
  -webkit-transition: border-color .3s ease-in-out;
  -moz-transition: border-color .3s ease-in-out;
  transition: border-color .3s ease-in-out;
  border-bottom: 1px solid #000;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  color: #00a99d;
}

label[for="passster-password-hint"] {
  margin-bottom: 2.5rem !important;
  text-align: center !important;
  width: 100%;
}

.passster-error {
  background: none;
  color: #e95353;
  font-size: 18px;
}


/* START CALENDARISTA STYLING */


.calendarista-no-availability-message {
    text-align: center;
    color: #24c2a8;
}

.calendarista .btn.disabled, .calendarista .btn:disabled, fieldset:disabled .calendarista .btn {
    color: #6e87c2;
    pointer-events: none;
    background-color: #334f92;
    border-color: #2a4481;
    opacity: var(--bs-btn-disabled-opacity);
}

.calendarista-starttime-reset {
    background-color: #e6e6e6 !important;
    border-color: #ffffff !important;
    border-radius: 0px !important;
    border: 0;
    opacity: 1;
}

.calendarista .btn:disabled {
    display: none;
}

.calendarista .btn.btn-outline-secondary {
    border: 0px solid #ffffff !important;
    border-radius: 0 !important;
    background: #e6e6e6;
}

.calendarista .btn-outline-secondary .calendarista-starttime-reset {
    --bs-btn-color: #24c2a8 !important;
    --bs-btn-border-color: #2ea49c !important;
    --bs-btn-hover-color: #fff !important;
    --bs-btn-hover-bg: #6c757d !important;
    --bs-btn-hover-border-color: #6c757d !important;
    --bs-btn-focus-shadow-rgb: 108,117,125 !important;
    --bs-btn-active-color: #fff !important;
    --bs-btn-active-bg: #6c757d !important;
    --bs-btn-active-border-color: #6c757d !important;
    --bs-btn-active-shadow: inset 0 3px 5pxrgba(0, 0, 0, 0.125) !important;
    --bs-btn-disabled-color: #6c757d !important;
    --bs-btn-disabled-bg: transparent !important;
    --bs-btn-disabled-border-color: #6c757d !important;
    --bs-gradient: none !important;
}

.calendarista .btn:hover {
    background-color: #ffffff !important;
}

.calendarista ul.parsley-errors-list li {
    padding: 20px;
    border-radius: 4px;
}

.calendarista-total-time .calendarista-typography--caption1 {
    font-size: 1em;
    color: #ffffff;
    text-align: right;
    width: 42%;
}

.important-book {
    color: red;
}

.calendarista.card .card-header-tabs {
    background: white;
}

.calendarista .card-header {
    background-color: rgb(255 255 255) !important;
}

.calendarista .active[data-calendarista-index="2"] .card-body {
    border-radius: 10px !important;
}

.calendarista-typography--subtitle1 {
    margin-bottom: 5px;

}

.calendarista-typography--subtitle4 {
    color: #000000;
}

.calendarista-summary-table tr td.calendarista-typography--caption1 {
    width: 57%;
    text-align: right;
    padding-left: 0;
    font-weight: bold;
}

.calendarista-summary-table tr.calendarista-total-time td.calendarista-typography--caption1 {
    color: #24c2a8;
}

.calendarista-summary-table tr.calendarista-total-time td.calendarista-typography--caption1 {
        padding-bottom: 20px !important;
}

.calendarista .text-end {
    text-align: left!important;
}

.calendarista-summary-table tr td.calendarista-typography--caption1.text-end {
    /*width: 63%;*/
    text-align: left!important;
    padding-left: 0px;
    font-weight: 100;
    color: #000000;
}

.calendarista .mt-3 {
    margin-bottom: 2rem !important;
}

calendarista .table td, .calendarista .table th {
    padding: 0.75em;
    padding-top: 0px!important;
    color: #24c2a8 !important;
}

.calendarista .table {
    margin-bottom: 0 !important;
}

.calendarista .table td, .calendarista .table th {
    padding-bottom: 0px!important;
}

/*.calendarista .nav {
    padding-left: revert !important;
}*/


/* END CALENDARISTA STYLING */

.fc-center, .fc-right {
    text-align: center !important;
}

.fc-toolbar {
    display: block !important;
}

.fc-toolbar h2 {
    padding-bottom: 15px !important;
}

.fc-button-primary:disabled {
    color: #2FC2A7 !important;
    background-color: #ffffff !important;
    border-color: #2FC2A7 !important;
}

.fc-button:disabled {
    opacity: 1 !important;
}

.fc-button-primary {
    color: #24c2a8 !important;
    background-color: #ffffff !important;
    border-color: #24c2a8 !important;
}

.calendarista-fullcalendar-frontend button.fc-today-button {
    padding: 0 1em !important;
}

.fc-button-group>.fc-button:not(:last-child) {
    margin-right: 6px !important;
    margin-left: -5px !important;
}

.fc-button-primary:hover {
    background-color: #2a4481 !important;
    border-color: #2a4481 !important;
}

.fc-button .fc-icon {
    font-size: 1em !important;
}

.calendarista-fullcalendar-frontend button.fc-button-primary:focus {
    -webkit-box-shadow: 0 0 0 0.2rem #ffffff !important;
    box-shadow: 0 0 0 .2remrgba(31,34,37,0.5) !important;
    outline: 5px auto #24c2a8 !important;
}

.calendarista .spinner-border {
    --bs-spinner-width: 2rem;
    --bs-spinner-height: 2rem;
    --bs-spinner-vertical-align: -0.125em;
    --bs-spinner-border-width: 0.25em;
    --bs-spinner-animation-speed: 0.75s;
    --bs-spinner-animation-name: spinner-border;
    border: var(--bs-spinner-border-width) solid #24C2A8 !important;
    border-right-color: transparent !important;
}

.sticky-column {
    position: sticky;
    position: -webkit-sticky;
    top: 8rem;
}

.sticky-main .elementor-widget-wrap {
    display: block!important;
}

.work-timing h5 {
    font-size: 15px;
}

.widget ul li, .widget ol li {
    text-transform: none;
}

body, .widget {
  font-family: Rubik, "Open Sans";
}

.widget .widget-title, h1, h2, h3, h4, h5, h6 {
    font-family: Poppins, "Open Sans";
}

.ui-button {
    height: 0px !important;
}

.nav-item-inner ul.medcure-main-menu:hover li{
  opacity:0.4;
  transition: 1s;
}

.nav-item-inner ul.medcure-main-menu li:hover, .nav-item-inner ul.medcure-main-menu:hover li ul li{
  opacity:1;
}

ul.nav.header-info>li:last-child {
    padding-right: 0;
}

.topbar .topbar-items > li::after {
    width: 1px;
    background: #eee;
}

.grid-layout .article-inner, .list-layout .article-inner {
    box-shadow: 0px 0px 10px 0 rgba(72,73,121,0.20);
    -webkit-box-shadow: 0px 0px 10px 0 rgba(72,73,121,0.20);
    -moz-box-shadow: 0px 0px 10px 0 rgba(72,73,121,0.20);
    -ms-box-shadow: 0px 0px 10px 0 rgba(72,73,121,0.20);
    -o-box-shadow: 0px 0px 10px 0 rgba(72,73,121,0.20);
    border-radius: 5px;
    margin: 10px;
}

.custom-post-nav, .single-medcure-service .service-info-wrap .custom-post-nav {
	display: none;
}

.single-medcure-team .team-image-wrap .team-img img {
	border: 3px solid;
	border-color: #009ba8;
	border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
}

.topbar-items .nav-item-inner {
    margin-right: 0px;
}

.topbar .topbar-items > li::after {
    right: 15px;
}

.dropdown-menu {
	min-width: 270px !important;
}

.page-template-default .entry-content ul {
    padding-left: 35px;
    list-style: disc;
}

.emergency-img{
    width: 100px;
}

.wpml-ls-legacy-dropdown {
    width: 9em;
    max-width: 100%;
    padding-top: 7px;
}

.wpml-ls-legacy-dropdown a {
    border: none;
    padding: 7px 7px;
}

.wpml-ls-legacy-dropdown .wpml-ls-current-language:hover>a {
    color: #000;
    background: #fff;
}

 .wpml-ls-legacy-dropdown a:focus, .wpml-ls-legacy-dropdown a:hover {
    color: #000;
    background: #ececec;
}

/*Removing some default CSS from our language switcher*/
.wpml-floating-language-switcher .wpml-ls-statics-shortcode_actions {
  margin-bottom: 0;
}
  
.wpml-floating-language-switcher  .wpml-ls-statics-shortcode_actions a {
  background-color: transparent !important;
}
  
.wpml-floating-language-switcher .wpml-ls-legacy-list-horizontal a {
  padding: 5px;
}

.wpml-ls-legacy-list-horizontal a {
  border: 1px solid #fff;
}

.wpml-ls-legacy-list-horizontal a:hover {
  border: 1px solid #e0e0e0;
}

.wpml-ls-current-language a {
    border: 1px solid #fff;
    background: #f2f2f2;
}

.wpml-ls-current-language {
    border: 1px solid #e0e0e0;
    background: #f2f2f2;
}

.topbar {
    z-index: 1 !important;
    font-size: 16px;
}

.wpml-ls-legacy-dropdown .wpml-ls-sub-menu a {
    border: 1px solid #f2f2f2;
}

.wpml-ls-legacy-dropdown .wpml-ls-sub-menu {
    border-top: none;
}

.wpml-ls-legacy-list-horizontal {
    padding: 0;
}

/*.page-template-default .entry-content ul {
    padding-left: 0;
}*/

.medcure-single-post .page-title-inner .page-title {
    font-size: 30px;
}

/*.medcure-content>.medcure-content-inner, .search-results .medcure-content>.medcure-content-inner {
    padding: 0;
}*/

/*.medcure-content > .medcure-content-inner {
    padding-top: 0px;
    padding-bottom: 0px;
}
*/

h1.page-title {;
    font-size: 30px;
    padding-bottom: 30px;
}

h1.page-title::after {
    left: -50px;
}

.team-wrapper.team-1 .team-inner .team-name-designation a {
    line-height: 28px;
}

.single-post-template .wp-post-image {
    box-shadow: -25px 25px 0px 0#fff;
}

.btn-wrap .btn-default {
    padding: 14px 22px 14px 22px!important;
    border-radius: 5px !important;
}

.page-template-default .entry-content ul {
    padding-left: 2px;
    list-style: disc;
}

.team-wrapper.team-1 .team-inner {
    border: none;
    overflow: hidden;
    position: relative;
    display: block;
    border-radius: 10px;
}

.feature-box-style-2 {
    -moz-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s cubic-bezier(0.6, -0.28, 0.74, 0.05);
    border-radius: 10px;
}

.medcure-content>.medcure-content-inner, .search-results .medcure-content>.medcure-content-inner {
    padding-top: 0 !important;
    padding-bottom: 0px;
}

.testimonial-wrapper .owl-carousel .owl-stage-outer {
    padding-bottom: 112px;
}

.list-item-title {
    line-height: 24px;
    font-size: 16px;
}

.list-item-title span {
    padding: 0;
    font-size: 21px;
    line-height: 30px;
    padding-right: 0px;
}

.list-item-inner:hover .list-item-title div {
    font-weight: 600;
    color: #0099A8;
}

.medcure-content-inner{
    margin-top: 80px;
    margin-bottom: 80px;
}

.related-slider-content .related-title a {
    font-size: 15px !important;
}

.post-meta .nav {
    display: none;
}

.wpcf7 form.sent .wpcf7-response-output {
    border-color: #2a4381 !important;
    background: #2a4381 !important;
    color: white !important;
    border-radius: 5px !important;
}

.wpcf7 input[type="submit"] {
    border-radius: 5px !important;
    -webkit-border-radius: 5px !important;
    -moz-border-radius: 5px !important;
    -ms-border-radius: 5px !important;
    -o-border-radius: 5px !important;
    padding: 5px 25px 5px 25px !important;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
    background-color: #ffb900;
    border-radius: 5px;
}

.list-item-title {
    line-height: 24px;
    font-size: 15px;
}

ul#menu-footer-menu-1-greek, ul#menu-services-menu-greek, .work-timing ul {
    padding-left: 0px !important;
    list-style-type: none;
}

.footer-middle-wrap a {
    color: #ffffff;
}

.custom-html-widget .work-timing h5 {
    margin-bottom: -0.5rem;
}

.custom-html-widget .work-timing h5.theme-color {
    color: #ffffff !important;
}

.work-timing li {
    margin-bottom: 0px;
}

.-copyright {
    font-size: 14px;
}

.footer-middle-wrap .widget .widget-title {
    color: #009aa8;
    font-weight: 700;
}

.post-excerpt {
    ont-size: 14px;
    line-height: 22px;
}

.team-social-wrap {
    display: none;
}

@media only screen and (max-width: 600px) {
    .dr-first-column {
    margin-bottom:0px!important;
    }
    .dr-third-column-hide {
        display:none;
    }
}

@media only screen and (min-width: 600px) {
    .dr-first-column .vc_column-inner {
    padding-left:0px!important;
}
    }

.dr-desc-bullets .section-description li {
    padding-bottom: 15px;
}

.wpb_text_column#text-bullets .wpb_wrapper ul {
  list-style: none;
  padding: 0;
}

.wpb_text_column#text-bullets .wpb_wrapper li {
  padding-left: 2.3em;
  padding-bottom: 12px;
}

.wpb_text_column#text-bullets .wpb_wrapper li:before {
  content: "\f061"; /* FontAwesome Unicode */
  font-family: FontAwesome;
  display: inline-block;
  margin-left: -1.5em; /* same as padding-left set on li */
  width: 1.5em; /* same as padding-left set on li */
  color:#039AA8;
}

a.services-dr-view-profile {
    color: #313131;
}

a.services-dr-view-profile:after {
    content: "- Εμφάνιση Προφίλ";
    /*background-color: #009aa8;
    border-radius: 50px;
    border: 1px solid #009aa8;
    padding: 5px 12px;*/
    color: #2a4381;
    font-size: 14px;
    font-weight: bold;
    margin-left: 5px;
    transition: all 600ms ease-in-out;
}

a.services-dr-view-profile:hover:after{
    content: "> Εμφάνιση Προφίλ";
    color: #009aa8;
    padding-left: 10px;
    transition: all 400ms ease-in-out;
}

.services-doc-info {
    background-color: #f3f3f3;
    padding: 11px 16px 9px 16px;
    border-radius: 6px;
    border: 1px solid #e5e5e5;
    margin-bottom: 15px;
}

.services-doc-info strong{
    color: #2a4381;
}

.sidebar-contact .btn{
    border-radius: 5px !important;
    padding: 10px 20px;
}

.medcure-content-inner {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

#page-title {
    padding-bottom: 80px;
}

.timeline > li > .timeline-panel:before, .timeline > li > .timeline-panel:after {
    top: -2px !important;
}

.timeline-sep-title {
    font-size: 30px;
    font-weight: bold;
    color: #049aa8;
    line-height: 35px;
    left: 48%;
}

h4.timeline-title {
    font-size: 20px;
    color: #049aa8;
}

.timeline > li > .timeline-sep-title {
    margin-left: 46px;
    width: auto;
    width: 100%;
    word-wrap: break-word;
    text-align: left;
}

.timeline-style-2 .timeline > li > .timeline-panel:after {
    border-left-color: #2b4281;
    border-right-color: #2c4181;
}

.timeline-style-2 .timeline > li > .timeline-panel {
    border-color: #2c4181;
    border: 2px solid #2c4181;
    background: #f6f9ff;
    border-radius: 4px;
    padding: 18px 20px;
}

.timeline-sep-title > span {
    display: block;
    font-size: 20px;
    line-height: 22px;
    color: #2b4381;
    padding-top: 10px;
}

.timeline > li.timeline-inverted > .timeline-sep-title {
    margin-left: -88px;
}

.timeline > li > .timeline-sep-title {
    margin-left: 68px;
}

.timeline > li {
    margin-bottom: 90px;
}

@media only screen and (max-width: 991px) {
    .site-footer [class*="col-lg-"] .widget:last-child {
        margin-bottom: 0;
    }
    #custom_html-11 h3.widget-title {
        display: none;
    }
    #custom_html-11 .textwidget {
        padding-bottom: 35px;
    }
    body .medcure-content-wrapper .page-title-wrap-inner .page-title {
        font-size: 25px;
        line-height: 30px;
        text-align: left;
    }
    h1.page-title::after {
        left: 0px;
        bottom: -25px;
    }
    h1.page-title {
        padding-left: 15px;
        padding-bottom: 0px;
    }
    h3.section-title {
        font-size: 23px;
    }
    .feature-box-wrapper .feature-box-title h6.invisible-number {
        margin-right: 0;
        text-align: center;
    }
    .feature-box-wrapper .feature-box-title h5.section-title, .feature-box-wrapper .feature-box-content  {
        text-align: center;
    }
    .medcure-content > .medcure-content-inner, .search-results .medcure-content > .medcure-content-inner {
        padding:0px!important;
    }
    .timeline > li > .timeline-sep-title, .timeline > li.timeline-inverted > .timeline-sep-title {
        top: -25px;
        font-size: 27px;
        width: 90px;
    }
    .timeline > li.timeline-inverted > .timeline-sep-title {
        margin-left: 70px;
    }
    .single-medcure-team .team-image-wrap {
        margin-right: 0;
    }
    div.dr-profile-bottom-padding {
        padding-bottom: 25px !important;
    }
    .pull-left h6 {
        position: absolute;
        top: 42px;
        left: 35px;
    }
    .medcure-single-post .page-title-wrap-inner {
        background-position: inherit;
    }
    .single-medcure-speciality #page-title {
        padding-bottom: 0px;
    }
    #page-title {
        padding-bottom: 30px;
    }
    .title-center-mobile {
        text-align: center!important;
    }
    .owl-carousel .owl-nav {
        display: none;
    }
}

/*.team-thumb .img-fluid {
    height: 100%;
}

.team-wrapper .team-1 .team-inner .team-thumb {
    height: 360px;
}*/

.breadcrumb-wrap {
    display: none;
}
.widget {
    border-radius: 5px;
    margin-bottom: 22px;
}

.testimonial-2 .testimonial-inner {
    border-radius: 5px !important;
    -webkit-border-radius: 5px !important;
    -moz-border-radius: 5px !important;
}

img {
    border-radius: 5px;
}

.single-medcure-team .medcure-content>.medcure-content-inner, .search-results .medcure-content>.medcure-content-inner{
    padding-bottom: 50px;
}

.single-medcure-team .team-image-wrap .team-img img {
    border-radius: 5px !important;
    -webkit-border-radius: 5px !important;
    -moz-border-radius: 5px !important;
}

.services-wrapper.services-3 .services-inner {
    border: none;
    padding: 30px 20px 33px;
    border: 1px solid #eee;
    border-radius: 10px;
    min-height: 190px;
}

.sidebar-contact {
    padding: 45px;
}






