/*
Theme Name: Novos Elementos
Theme URI: http://novoselementos.com.br
Author: Phillip Cardoso & Hugo Deveza
Author URI: http://novoselementos.com.br
Description: Start Theme Understrap (Bootstrap 4) + StartBootstrap Modern Business
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: Agência Novos Elementos
Tags: one-column, custom-menu, featured-images, theme-options, translation-ready

This theme, like WordPress, is licensed under the GPL.
UnderStrap is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.

Resource Licenses:
Font Awesome: http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
Bootstrap: http://getbootstrap.com | https://github.com/twbs/bootstrap/blob/master/LICENSE (Code licensed under MIT, documentation under CC BY 3.0.)
Owl Carousel 2: http://www.owlcarousel.owlgraphic.com/ | https://github.com/smashingboxes/OwlCarousel2/blob/develop/LICENSE (Code licensed under MIT)
and of course
jQuery: https://jquery.org | (Code licensed under MIT)
WP Bootstrap Navwalker by Edward McIntyre: https://github.com/twittem/wp-bootstrap-navwalker | GNU GPL
*/

/*
This file is just used to identify the theme in WordPress.
The compiled CSS output can be found in /css/theme.css
The SASS sources for it can be found in /sass/
The dependencies can be found in /src/ after running "gulp copy-assets" terminal command

...and now go out and play!
*/

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}

.text-center{
    text-align: center;
}

.listaclipping a.understrap-read-more-link{
    display: none;
}

.widget{
    float: left;
    width: 100%;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
    background-color: #eee;
    clip: auto !important;
    clip-path: none;
    color: #444;
    display: block;
    font-size: 1em;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */
}


@import url('default.css');

@font-face {
    font-family: 'visby_cfheavy';
    src: url('fonts/visbycf-heavy-webfont.woff2') format('woff2'),
         url('fonts/visbycf-heavy-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

/* ------------------------------- INDENTIDADE VISUAL -------------------------------------------- */

h1,h2,h3,h4,h5 {
    font-family: 'visby_cfheavy';
}

body {
    font-family: 'Open Sans', sans-serif;
}

.btn-secondary {

}


/* ------------------------------- HEADER -------------------------------------------------------- */
.np{
    padding: 0 !important;
}
/*header{
    background: #eee;
    background-size: cover;
    background-repeat: no-repeat; 
}*/

.redes-sociais a{
    display: inline-block;
    margin: 0 7px;
}

#main-menu .dropdown-menu .menu-item a{
    line-height: initial;
    padding: 10px;
    display: block;
    -webkit-transition: all .25s;
    -moz-transition: all .25s;
    -ms-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
}

#main-menu .dropdown-menu{
    width: 150%;
}

.dropdown-menu .menu-item,
.navbar-dark .dropdown-menu {
    line-height: initial;
}

.dropdown-menu .menu-item a:hover{
    color: #fff;
    background: #eee;
}

.redes-sociais a .fa{
    font-size: 18px;
}

#main-menu{
    width: 100%;
    text-align: center;
}

#main-menu li{
    float: none;
    display: inline-block;
}

/* ----------------------------------HOME ---------------------------------------------------------- */

.home h1 {}
.home h3 {}
.home h3 {}
.home .btn {}

.home .metaslider .caption-wrap {
    bottom:150px;
    opacity: 1;
    background:none;
}

.secao.home{
    padding: 60px 0;
}


/* -------------------------------- FOOTER -------------------------------------------------------- */

.crmfoot {
    font-size: 12px;
    color: #8c8c8c;
}

.sign {
    font-size: 13px;
}


/* --------------------------------INTERNAS ------------------------------------------------------ */


p#breadcrumbs,
p#breadcrumbs span a{
    margin-bottom: 5px;
    font-size: 0.8rem;
    opacity: 0.6;
}

#breadcrumbs span[typeof="v:Breadcrumb"] a::after {
    content: " »";
    color: rgb(134, 134, 134);
    margin: 0px 5px;
}

#breadcrumbs span[typeof="v:Breadcrumb"] a[href$="/galeria/"] {
    display: none;
}

/* titulo principal das internas */
h1.entry-title
{
    margin-bottom: 36px;
}

#perfil .curriculum li {
    padding-left: 15px;
    margin-bottom: 3px;
    position: relative;
}

#perfil .curriculum li:before {
    content: '';
    border-color: rgba(194, 225, 245, 0);
    border-right-color: #c2e1f5;
    border-width: 14px;
    width: 35px;
    height:35px;
    position: absolute;
    top: 6px;
    left: 0px;
    content: "";
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid black;
}

#perfil .crm {
    margin-bottom: 10px;
}

.upw-posts.hfeed article{
    margin-bottom: 10px;
    border: 0;
    float: left;
    width: 100%;
    padding: 0;
}

.upw-posts.hfeed article a{
    font-size: 1rem;
}

.upw-posts .entry-title {
    margin-bottom: 0;
    line-height: 18px;
}

.widget-area .widget{
    margin-bottom: 40px;
    list-style-type: none;
}

.list-custom-taxonomy-widget li{
    margin-bottom: 10px;
}

.widget-area .widget li a{
    
}

.widget-area{
    /*margin-top: 50px;*/
}

.widgettitle{
    font-size: 1.6rem;
}

.entry-meta .posted-on .updated{
    display: none;
}

.widget_search .assistive-text{
    display: none;
}

.submit.btn.btn-primary{
    background: #444;
    border: 1px solid #444;
}
.submit.btn.btn-primary:hover{

}

#content article img{
    margin-bottom: 10px;
}
#perfil img{
    margin-bottom: 15px;
}

.upw-posts .entry-image{
    float: left;
    margin: 0 10px 0 0;
}

.single-tratamento.single-template article .post-img img,
.single-artigo.single-template article .post-img img{
    width: 100%;
    height: auto;
}


#equipe .perfil-equipe img {
    margin: 0px auto 13px;
    display: block;
}

#equipe .perfil-equipe h3 {
    text-align: center;
}

#equipe .perfil-equipe p{
    text-align: center;
}


#tratamentos .item-tratamentos {
    position:relative;
    margin-bottom:30px;
    overflow: hidden;
}

#tratamentos .item-tratamentos h2 {
    position:absolute;
    bottom:0;
    right: 0;
    font-size:1.3rem;
    background:rgba(255, 255, 255, 0.52);
    display:block;
    padding:5px 17px;
}


/* Cada post do Blog */

.post .post-img img{
    
}

.post h2 a{

}

.post h2 a:hover {
    text-decoration: none;
    color:grey;
}

.waze-link {
    background: rgba(0, 0, 0, 0.25);
    display: block;
    padding: 10px;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.waze-link img {
    margin-right: 5px;
    max-width: 25px;
    filter: invert(100);
}

.endereco{
    margin-bottom: 0px;
}

.endereco p {
    margin-bottom: 10px;
}

/* ---------------------------MENU------------------------------- */

#main-menu li a{
    color: #444;
    padding: 0 5px;
    margin: 0;
}

/* ------------------ Formulário de Contato ------------------ */

.form-contato input,
.form-contato textarea{
    min-height: 40px;
    background: #eee;
    border: 1px solid #e6e6e6;
    padding: 0 10px;
}
.form-contato .label-above .nf-field-label{
	margin-bottom: 0;
}
.form-contato h3{
    font-size: 20px;
    margin-bottom: 15px;
    font-weight: bold;
    opacity: .5;
}
.form-contato label{
	font-size: 16px;
	opacity: .5;
}

.form-contato .nf-before-form-content{
    display: none;
}

.sec-novidades .img{
    position: relative;
}

.sec-novidades .img h3{
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 15px;
}

.novidade{
    margin-bottom: 30px;
}

.novidade img{
    border: 1px solid #eee;
}

.homesec{
    padding: 60px 0;
}

.modal-body{
    max-height: 100vh;
    background: #fff;
    margin: 20px;
}

.modal-body .pcont{
    max-height: 285px;
    overflow-y: scroll;
    margin-top: 10px;
    border: 1px solid #eee;
    padding: 10px;
}
.modal-dialog{
    max-width: 800px;
}

.paineltext{
    padding: 100px 0 50px 0;
    color: #fff;
}

.paineltext h1{
    text-transform: uppercase;
    font-size: 40px;
    margin-bottom: 30px;
}
.paineltext p{
    font-size: 18px;
    margin-bottom: 30px;
}

.paineltext a{
    text-transform: uppercase;
    border: 4px solid #fff;
    display: inline-block;
    padding: 8px 15px;
    color: #fff;
}

.paineltext a:hover, .paineltext a:focus {
    text-decoration: none;
}

.containerpainel{
    background: url(img/bgpainel.png) no-repeat right;
    background-size: contain;
    padding: 120px 0;
}

.body .homesec.sec-clipping{
    background: inherit;
}

body .homesec.sec-clipping .listaclipping{
    background: url(img/bgclipping.png) no-repeat center;
    background-size: 100% 100%;
    float: left;
    width: 100%;
    padding: 90px 20px 130px 0px;
}

body .homesec.sec-clipping .listaclipping h2{
    margin-bottom: 40px;
    font-size: 42px;
}
.modal-header {
    padding: 0 0 10px 0;
    border-bottom: 0;
}
.btn-primary.focus, .btn-primary:focus, .btn-primary:hover,
.btn-primary.active, .btn-primary:active, .open>.btn-primary.dropdown-toggle,
.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open>.btn-primary.dropdown-toggle.focus, .open>.btn-primary.dropdown-toggle:focus, .open>.btn-primary.dropdown-toggle:hover{
    background: #333;
}

body .homesec.secao-contato address{
    margin: 40px 0;
}

.logo-ne{
    text-align: right;
}

.convenios img{
    max-height: 80px;
}
.convenios .logoparc{
    text-align: center;
    min-height: 80px;
}
body .homesec.secao-perfil .convenios h3{
    margin-bottom: 30px;
}

body .homesec.sec-novidades article h3.ptitle{
    padding: 20px 15px 20px 40px;
    margin-bottom: 0;
    color: #fff;
    letter-spacing: .6px;
}
body .homesec.sec-novidades article h3.ptitle span{
    margin-left: -2px;
}

body .homesec.sec-novidades article .img{
    position: relative;
}
body .homesec.sec-novidades article .img:before{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .3;
    content: "";
}


.shiftnav ul.shiftnav-menu li.menu-item{
    width: 100%;
}

.shiftnav-toggle-button.shiftnav-toggle-button {
    padding: 0;
    background: transparent;
    &:hover, &:focus {
        padding: 0;
        background: transparent;
    }
}

.shiftnav.shiftnav:after {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
}
.shiftnav.shiftnav-nojs.shiftnav-skin-standard-dark ul.shiftnav-menu li.menu-item > .shiftnav-target:hover, .shiftnav.shiftnav-skin-standard-dark ul.shiftnav-menu li.menu-item.shiftnav-active > .shiftnav-target, .shiftnav.shiftnav-skin-standard-dark ul.shiftnav-menu li.menu-item.shiftnav-in-transition > .shiftnav-target, .shiftnav.shiftnav-skin-standard-dark ul.shiftnav-menu li.menu-item.current-menu-item > .shiftnav-target, .shiftnav.shiftnav-skin-standard-dark ul.shiftnav-menu > li.shiftnav-sub-accordion.current-menu-ancestor > .shiftnav-target, .shiftnav.shiftnav-skin-standard-dark ul.shiftnav-menu > li.shiftnav-sub-shift.current-menu-ancestor > .shiftnav-target, .shiftnav.shiftnav-skin-standard-dark ul.shiftnav-menu.shiftnav-active-highlight li.menu-item > .shiftnav-target:active, .shiftnav.shiftnav-skin-standard-dark ul.shiftnav-menu.shiftnav-active-on-hover li.menu-item > .shiftnav-target:hover {
    background: #a6253c;
    opacity: 1;
}
.shiftnav.shiftnav-skin-standard-dark ul.shiftnav-menu > li.menu-item > .shiftnav-target {
    border-top-color: transparent;
}
.shiftnav.shiftnav-skin-standard-dark ul.shiftnav-menu li.menu-item > .shiftnav-target {
    border-bottom: none;
}

.shiftnav.shiftnav-skin-standard-dark, .shiftnav.shiftnav-skin-standard-dark ul.shiftnav-menu {
    background: #494849;
}

.strong-view.strong-view.controls-style-buttons .wpmslider-start, .strong-view.strong-view.controls-style-buttons .wpmslider-stop, .strong-view.strong-view.controls-style-buttons .wpmslider-next, .strong-view.strong-view.controls-style-buttons .wpmslider-prev {
    color: #fff;
}

.jp-sharing-input-touch.jp-sharing-input-touch .sd-content ul li {
    padding-left: 0;
}

.nf-form-fields-required{
    font-size: 12px;
    margin-bottom: 6px;
    letter-spacing: .3px;
}

body.ie .navbar-header .navbar-brand img {
    max-width: 80%;
}

/*@media (max-width: 1200px){
    .containerpainel {
        padding: 100px 0 20px 0;
    }
}
*/
@media (max-width: 1024px) {
    .containerpainel {
        padding: 90px 0 20px 0;
    }
    .paineltext h1 {
        font-size: 30px;
    }
    .paineltext p {
        font-size: 14px;
        margin-right: 12px;
    }
    .paineltext a {
        font-size: 12px;
    }
}

@media (max-width: 992px){
    .widget-area{
        margin-top: 40px;
    }
    .form-contato{
        margin-top: 40px;
    }
    .redes-sociais{
        text-align: right;
    }
    #main-menu {
        margin: 30px 0px 20px 0;
    }
}

@media (max-width: 768px){
    #wrapper-footer .sign{
        text-align: center;
    }
    #wpadminbar{
        display: none !important;
    }
    .logo-ne{
        text-align: center;
        margin-top: 15px;
    }
    footer.wrapper{
        padding: 15px 0;
    }

}


@media (min-width: 576px) {

    .navbar-toggleable-xs {
        display: block !important;
    }
    
}

@media (max-width: 576px){
    .fb-page{
        margin-bottom: 30px;
    }
    header.hfeed.site {
        padding-bottom: 0;
    }
    .navbar-dark .navbar-toggler {
        background: none;
        /*
        padding: 5px 8px;
        margin-bottom: 15px;
        */
        position: absolute;
        right: 15px;
        top: 50%;
        margin-top: -25px;
    }

    #main-menu li a{
        padding: 6px 10px;
    }
    .redes-sociais {
        text-align: center;
        margin-bottom: 20px;
    }
    .containerpainel {
        background: transparent;
        padding: 0;
    }
    .paineltext {
        background: #494849;
        padding: 170px 0 50px 0;
    }
    .paineltext h1 {
        font-size: 20px;
        margin-bottom: .5rem;
    }
    video {
        display: none;
    }
    .redes-sociais a {
        margin: 0 4px;
    }
    .redes-sociais a i {
        font-size: 16px;
    }
}