/*
Theme Name: MediClinic Child
Theme URI: http://mediclinic.mikado-themes.com
Description: A child theme of MediClinic Theme
Author: Mikado Themes
Author URI: http://themeforest.net/user/mikado-themes
Version: 1.0.1
Text Domain: mediclinic
Template: mediclinic
*/
div.ssfa-meta-container{
	float: none !important;
}
div.ssfa-minimal-list a{
	display: block;
	margin: 20px 0px;
	color: #f6bd16 !important;
}
div.ssfa-minimal-list a .ssfa-listicon{
	color: #f6bd16 !important;
}
.mkdf-blog-list-holder .mkdf-bl-item .mkdf-bli-info-bottom{
	display:none;
}
.mkdf-blog-list-holder .mkdf-bl-item .mkdf-bli-content{
	text-align: left;
}
body .mkdf-blog-list-holder .mkdf-bli-excerpt .mkdf-post-excerpt:after {
    content: '';
}
.mkdf-blog-holder.mkdf-blog-single.mkdf-blog-single-standard article.category-provas .mkdf-post-info-top>div.mkdf-post-info-date.entry-date{
	display: none;
}
.provas aside .mkdf-blog-list .mkdf-post-info-date.entry-date{
	display: none;
}

.rs-background-video-layer:before {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255,0.4);
    content: " ";
    z-index: 99999;
}

html .page-id-8 .mkdf-page-header .mkdf-menu-area{
	border: none;
}

.wpgmp_iw_content a{
    text-transform: uppercase;
    font-weight: 800;
}

.event_dates{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
.event_start_day, .event_end_day{
    background: #f6bd16;
    color: #fff;
    padding: 10px;
    margin: 10px 0px 20px;
    font-size: 1.2em;
    flex-grow: 1;
    text-align: center;
}
.event_end_day{
	background-color: #ffc92a;
}

::selection{
background :#f6bd16;
}

.mkdf-elliptical-slider .mkdf-elliptical-slide .mkdf-elliptical-slide-image-holder img{
    max-height: 600px !important;
}

@media only screen and (max-width: 1280px){
    .mkdf-elliptical-slider .mkdf-elliptical-slide .mkdf-elliptical-slide-content-holder {
        background: linear-gradient(to left,#f6bd16 57%,transparent 48%);
    }
}
@media only screen and (max-width: 768px){
    .mkdf-elliptical-slider .mkdf-elliptical-slide .mkdf-elliptical-slide-image-holder-wrapper {
        background-color:#f6bd16;
    }
}
@media only screen and (max-width: 680px){
/*    .mkdf-clients-carousel-holder .mkdf-client-holder .mkdf-client-holder-inner{
        display: block !important;
        padding: 25px;
    }
    .mkdf-clients-carousel-holder .mkdf-client-holder{
        float: none;
        display: block;
    }*/
}