/*////////////////////////////
// Address
////////////////////////////*/
.td_dr_address > ul > li {
    margin: 20px 0;
}
html {
    scroll-behavior: smooth;
  }
/*////////////////////////////
// Resume
////////////////////////////*/
.td_dr_accordion > ul > li:after {
    content: "";
    display: table;
    clear: both;
}
.td_dr_accordion > ul > li > h4 {
    margin: 0;
    padding: 0;
    text-transform: none;
    font-weight: normal;
    border: 1px solid #a5a5a5;
    padding: 7px 10px;
    cursor: pointer;
}
.td_dr_accordion > ul > li:not(:last-child) > h4 {
    border-bottom: 0;
}
.td_dr_accordion > ul > li .icon_cont {
    display: inline-block;
    min-width:  31px;
    text-align: center;
}
.td_dr_accordion > ul > li > .txt_cont {
    display: none;
    border-top: 1px solid #a5a5a5;
    padding: 6px 8px 14px 8px;
}
.td_dr_accordion > ul > li:last-child > .txt_cont {
    border-top: 0;
}

.td_dr_accordion > ul > li .arrow {
    -moz-transition: all 0.35s linear;
    -webkit-transition: all 0.35s linear;
    transition: all 0.35s linear;
    float: right;
}

.td_dr_accordion > ul > li.active .arrow {
    -moz-transform:rotate(-90deg);
    -webkit-transform:rotate(-90deg);
    transform:rotate(-90deg);
}

/*////////////////////////////
// Map
////////////////////////////*/
.td_dr_map {
    width: 100%;
    height: 400px;
}

/*////////////////////////////
// Expert
////////////////////////////*/
.td_dr_expert > ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.td_dr_expert > ul > li {
    flex: 0 0 25%; /* explanation below */
    align-self: center;
    background: #46a9fb;
    margin: 4px;
    padding: 11px 26px;
    color: #FFF;
}


/*////////////////////////////
// All treatments
////////////////////////////*/
.td_dr_treatments > ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.td_dr_treatments > ul > li {
    flex: 0 0 25%; /* explanation below */
    align-self: center;
    /*background: #46a9fb;
    margin: 4px;
    padding: 11px 26px;
    color: #FFF;*/
}

/*////////////////////////////
// Articles
////////////////////////////*/
.td_dr_articles {
    display: flex;
    flex-flow: row wrap;
    align-content: space-between;
    justify-content: space-between;
    align-items: stretch;
}
.td_dr_articles > article {
    width: 33.3333%;
    width: calc(33.3333% - 20px);
    margin: 20px 10px 0 10px;
    padding: 10px;
    background: #f7f7f7;
}
.td_dr_articles > article img {
    padding-bottom: 10px;
    width: auto;
    height: auto;
    max-width: 100%;
}
.td_dr_articles > article > h4 {
    margin: 8px 0 11px 0;
    padding: 0;
    text-transform: none;
    font-weight: normal;
}

/*////////////////////////////
// Gallery
////////////////////////////*/

.td_dr_gallery .fotorama__wrap {
	margin: 0 auto;
}
.td_dr_gallery .fotorama__arr {
	background-image: url('/wp-content/plugins/topdoctors-dr-profile/images/fotorama.png');
}

/*////////////////////////////
// Videos
////////////////////////////*/
	
.td_dr_videos .list-unstyled {
	text-align: center;
}
.td_dr_videos > ul {
    display: flex;
    flex-wrap: wrap;
}
.td_dr_videos > ul > li {
    width: 24%;
    margin: 0;
    padding: 7px;
    text-align: center;
}
.td_dr_videos  > ul > li > a.thumb_video {
    display: block;
    width: 100%;
    height: 0;
    padding-bottom: 70%;
    box-shadow: 0px 0px 12px #8888;
    background-size: cover;
    background-position: center;
}	
.td_dr_videos  > ul > li > a.title_video {
    display: block;
    width: 100%;
    line-height: 1;
    margin: 10px 0;
}


/*////////////////////////////
// Star rating
////////////////////////////*/

.star_rating {
    display: inline-block;
    background: url('../images/star_empty.png');
    width: 120px;
    height: 32px;
    
    text-indent: -50px;
    overflow: hidden;
}

.star_rating:before {
    display: block;
    content: " ";
    width: 24px;
    height: 32px;
    background: url('../images/star_fill.png');
}

.star_rating.rate_1_5:before {
    width: 36px;
}
.star_rating.rate_2:before {
    width: 48px;
}
.star_rating.rate_2_5:before {
    width: 60px;
}
.star_rating.rate_3:before {
    width: 72px;
}
.star_rating.rate_3_5:before {
    width: 84px;
}
.star_rating.rate_4:before {
    width: 96px;
}
.star_rating.rate_4_5:before {
    width: 108px;
}
.star_rating.rate_5:before {
    width: 100%;
}

/*////////////////////////////
// Social networks
////////////////////////////*/
.td_dr_social_netw ul {
    text-align: center;
}
.td_dr_social_netw ul > li {
    display: inline-block;
    margin: 2px;
}
.td_dr_social_netw ul > li > a {
    display: inline-block;
    width: 32px;
    height: 32px;
    background: transparent center no-repeat;
    text-align: left;
    text-indent: -300px;
    overflow: hidden;
}
.td_dr_social_netw ul > li.sn_facebook > a {
    background-image: url('../images/social_netw/facebook.png');
}
.td_dr_social_netw ul > li.sn_googleplus > a {
    background-image: url('../images/social_netw/googleplus.png');
}
.td_dr_social_netw ul > li.sn_instagram > a {
    background-image: url('../images/social_netw/instagram.png');
}
.td_dr_social_netw ul > li.sn_linkedin > a {
    background-image: url('../images/social_netw/linkedin.png');
}
.td_dr_social_netw ul > li.sn_twitter > a {
    background-image: url('../images/social_netw/twitter.png');
}
.td_dr_social_netw ul > li.sn_vimeo > a {
    background-image: url('../images/social_netw/vimeo.png');
}
.td_dr_social_netw ul > li.sn_youtube > a {
    background-image: url('../images/social_netw/youtube.png');
}

/*////////////////////////////
// Modal
////////////////////////////*/

.iziModal .iziModal-header.iziModal-noSubtitle .iziModal-header-title {
    margin: 18px 0 0px 25px !important;
	white-space: normal !important;
}
.iziModal .iziModal-header.iziModal-noSubtitle .iziModal-header-buttons {
    right: 16px !important;
}

.iziModal-wrap h2 {
    font-size: 29px !important;
}

.iziModal .iziModal-header-title {
	    white-space: normal !important;
		overflow: auto !important;
}

.vc_custom_1532620635545, .vc_custom_1538735709010,.vc_custom_1538742380298,.vc_custom_1538642335270,.vc_custom_1525850082308 {
    display:none;
}


.vc_custom_1571201995569 {
    min-height: 300px !important;
}

.vc-row-tm-section-padding {
    padding-top: 30 !important;
    padding-bottom: 0 !important;
}

.menuzord.menuzord-color-default.menuzord-rounded-boxed .menuzord-menu > li.active > a{
    background: #fff !important;
    color: #000 !important;
}

header#header .menuzord-brand img, .contact-info {
    display: none !important;
}


.vc_custom_1543414500592 {
    display:none !important;
}

header#header .menuzord-brand {
    font-family: 'Mrs Saint Delafield', cursive !important;
    font-weight: 100 !important;
    font-size: 47px;
    margin: 0 !important;
}

.nombre_slider {
    text-transform: uppercase;
    color: #093B5B !important;
}



.especialidad_slider {
    background: transparent!important;
    border: none;
    color: #093B5B!important;
    font-family: 'Roboto' !important;
    text-transform: uppercase;
}

.codigo_slider {
    color: #093B5B !important;
    font-weight: 100 !important;
}

#menu-item-29 span{
    background: #009bde !important;
    padding: 5px 15px!important;
    border-radius: 23px!important;
    color: #fff!important;
}


.cita_slider {
    padding: 0 26px!important;
    border-radius: 23px!important;
    font-weight: 100 !important;
}


.tm-sc-section-title.line-bottom-style1-image-icon .title:after {
   
    height: 0 !important;
  
}

.tm-sc-section-title.line-bottom-style1-image-icon .title {
    padding-bottom: 0  !important;
}

.tm-sc-blog.blog-style1-current-theme article .entry-content .post-excerpt {
  
    min-height: 229px !important;
}

#top-primary-nav .menuzord-menu > li > a, #top-primary-nav-clone .menuzord-menu > li > a {
    font-size: 1rem;
    padding-left: 9px !important;
    padding-right: 9px !important;
}
@media screen and (max-width: 1024px) {
    .medinov-mascot-custom-columns-201594 {
        padding: 2% !important;
    }
}
@media screen and (max-width: 580px) {
    header#header .menuzord-brand {
        font-family: 'Mrs Saint Delafield',cursive !important;
        font-weight: 100 !important;
        font-size: 40px !important;
        margin: 0 !important;
        padding-top: 15px;
    }
    .iziModal {
        max-width: 900px !important;
        z-index: 999;
        border-radius: 3px;
        border-bottom: 3px solid rgb(70, 169, 251);
        max-height: 600px!important;
        margin-top: 23%!important;
      }
    .medinov-mascot-custom-columns-201594 .tm-sc-unordered-list.list-style2 ul {
       
        columns: 2;
        -webkit-columns: 2;
        -moz-columns: 2;
    }

    .wpcf7-form-control {
        margin: 0 auto;
        display: block;
    }
    .medinov-mascot-custom-columns-201594 .tm-sc-unordered-list.list-style2 ul li {
        list-style-type: none;
        padding-left: 5px !important;
    }
    header#header.header-layout-type-header-2rows .menuzord-brand {
       
        font-size: 30px !important;
    }
    #top-primary-nav.menuzord-responsive .menuzord-menu > li > a {
        color: #fff;
        background-color: #002d4b !important;
        border-bottom-color: #fff !important;
    }
    .medinov-mascot-custom-columns-201594 {
        padding: 2% !important;
    }
    .tm-sc-unordered-list.list-style2 ul li:before {
      display:none !important;
    }
  }

  .iziModal {
    max-width: 900px !important;
    z-index: 999;
    border-radius: 3px;
    border-bottom: 3px solid rgb(70, 169, 251);
    max-height: 600px!important;
    margin-top: 9%!important;
  }

  .iziModal .iziModal-header.iziModal-noSubtitle .iziModal-header-title {
    font-size: 27px;
    margin: 3px 0 0;
    font-weight: 400;
}

.vc_custom_1588598282031 {
    padding-bottom: 38px !important;
}