/* ************************************************   
Theme Name: Norids-child
Author: PixTheme
Version: 1.0
Description: Norids - Medical template with E-commerce.
Theme URI:  http://nordis.true-emotions.studio
Author URI: https://true-emotions.studio
Template:  nordis
Tags: left-sidebar, right-sidebar, custom-header, custom-menu, editor-style
License: 		ThemeForest Regular License
License URI: 	http://themeforest.net/licenses/regular
*/

.menu-mobile__header img.normal-logo {
    width: 50px;
}

.service{
    border: 1px solid #1fd3b9;
    padding: 20px 20px 70px 20px;
    position: relative;
}
.rtd .service h3{
    color: #1fd3b9;
    margin: 0 0 10px 0;
    font-size: 19px;
}
@media (min-width:992px){
    .rtd .service h3{
        display: none;
    }
}
.service .description{
    font-size: 12px;
    margin-bottom: 20px;
}
.service ul{
    list-style: none;
    padding: 0 !important;
}
.service ul li{
    border-bottom: 1px solid #ccc;
    display: flex;
    font-size: 13px;
    align-items: center;
}
.service ul li:last-child{
    border-bottom: none;
}
.service ul li::before{
    display: none !important;
}
.service ul li::after{
    content: '.';
    visibility: hidden;
    display: block;
    clear: both;
    height: 0;
}
.service ul li .title{
    float: left;
    width: 100%;
    font-size: 12px;
}
.service ul li .price{
    float: right;
    width: 85px;
    text-align: right;
    color: #00d4b9;
    font-weight: 900;
}
.service p:last-child{
    margin: 0 !important;
}
.service a{
    background: #1fd3b9;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
    color: #ffffff;
    text-decoration: none !important;
    padding: 10px 0;
}
.service a:hover{
    color: #ffffff;
    text-decoration: underline;
}
.service-separator {
    font-size: 20px;
    margin-bottom: 0 !important;
}
.services-row.vc_row {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    display: flex;
    flex-wrap: wrap;
}
.services-row .wpb_column.vc_column_container{
    flex: 0 0 25%;
    max-width: 25%;
    width: auto;
    float: unset;
}
@media (max-width: 1200px){
    .services-row .wpb_column.vc_column_container{
        flex: 0 0 50%;
        max-width: 50%;
    }
}
@media (max-width: 575px){
    .services-row.vc_row,
    .services-title.vc_row{
        padding-left: 30px;
        padding-right: 30px;
    }
    .services-row .wpb_column.vc_column_container{
        flex: 0 0 100%;
        max-width: 100%;
    }
}
.services-row .textwidget > p {
    display: none;
}
.services-row .wpb_content_element{
    margin-bottom: 0;
}
.services-row .vc_column_container{
    /*float: none;*/
    /*display: inline-block;*/
}
.services-row .vc_column_container div{
    height: 100%;
}
#calendar .common-department.booked-calendarSwitcher.calendar{
    display: none;
}
#calendar .booked-calendar-shortcode-wrap .booked-calendarSwitcher{
    min-width: 270px;
}

header nav.pix-text-right  li:first-child a i{
    color: #32d3b9 !important;
    font-size: 30px;
    margin-top: -7px;
}
header nav.pix-text-right  li a{
    color: #32d3b9 !important;
    line-height: 1 !important;
}

.pix-header.pix-header-info .pix-info-container li{
    padding-left: 15px !important;
}

.menu-mobile__header img.normal-logo{
    width: 140px !important;
}

html .header-section{
        padding: 210px 0 30px !important;
        margin-bottom: 30px !important;
    }

@media (max-width: 992px) {
    html .header-section{
        padding: 80px 0 30px !important;
        margin-bottom: 0 !important;
    }
}

@media (max-width: 768px) {
    footer .wpb_column:first-of-type,
    footer .wpb_column:last-of-type{
        display: none;
    }

    footer .wpb_column div{
        text-align: center !important;
    }

    footer .wpb_column .vc_custom_heading{
        margin-top: 0 !important;
    }

    footer .wpb_column p{
        text-align: center;
    }

    footer .wpb_column img{
        float: none !important;
        display: inline-block !important;
    }
}

.menu-mobile__list ul li{
    padding: 0 !important;
}
.menu-mobile__list ul li a{
    display: block;
    padding: 20px;
}