﻿@media screen and (max-width: 760px) {
    nav.navbar ul li{
        display: block;
        border-right: none;
        border-bottom: 1px solid #ccc;
        padding:7px;
        transition: all 0.4s;
    }
    nav.navbar ul li:hover {
        background: #551D76;
    }
    header nav .navbar-nav{
        width: 65%;
    }
    .navbar-toggle{
        background-color:#fff;
        border: 1px solid #fff;
    }
    .medicina{height: auto}
    article.blog_post{
       margin: auto;
    }
    .date_blog,
    .small_post .date_blog{
        left: 18%;
    }
    .button.bg{
        width: 100%;
        text-align: center;
        margin-bottom: 20px;
    }
    .small_post .date_blog{
       display: none;
    }
    .button.pull-right{
        float: left!important;
        margin-bottom: 30px;
    }
    .small_post .text-post h5{
        width: 75%;
    }
    .register_button{
        max-width: none;
    }
    .button.normal.alternative{
        position: inherit;
        margin: auto;
        margin: 10px auto;
        display: block;
        width: 50%;
    }
    .col-lg-4.categoria_terapia{
        margin-bottom: 30px;
    }
    .widget-sobre-maiana .widget-about img{
        left: 43%;
    }
    .detalhe-cursos-terapia input{
        margin: 20px 0!important;
    }
    .widget-sobre-maiana img{
        max-width: 100%;
    }
    .social{
        padding: 0;
    }
    .md-content #subscribe-email{
        float: none!important;
        width: 100%!important;
    }
    .md-content #subscribe-email input{
        float: none!important;
        padding: 7px 10px!important;
    }
    .md-content #subscribe-submit input{
        width: 90%!important;
        padding: 8px;
        float: none;
    }
    #subscribe-submit{
        padding: 0!important;
    }
   .single .md-content p{
       padding: 0 10px;
   }
   .single .col-lg-6.pull-right{
       float: left!important;
   }
}

@media screen and (max-width:414px ) {
    .search-results .contact p,
    .contact p{
        padding: 0;
    }
    .blog_post img{width: 100%!important;}
    .date_blog, .small_post .date_blog{
        left: 0;
    }
    .small_post .text-post h5{
        width: auto;
    }
    .button.pull-right{
        width: 100%;
        text-align: center;
    }
    .date_blog.inner-page{
        left: 40%;
    }
    .articles-page .author-detail p, .author-detail-two p{
        padding-right: 0;
    }
    #jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post{
        width: 100%;
    }
    .curso_online.inner-page .name_curso{
        max-width: 91.2%;
    }
    .bar_divider,
    .icon_divider{
        display: none;
    }
    .text.med{
        text-align: center;
        height: 200px;
    }

    .widget-sobre-maiana .widget-about img{
        left: 38%;
    }

}