@import url('https://fonts.googleapis.com/css?family=Roboto+Slab');

body.custom-background {
    font-family: 'Roboto Slab', serif;
}
#logo a.site-logo img {
    max-width: 200px;
}
h1.tituloBanner {
    font-size: 25px;
    color: #FFF;
    font-weight: bold;
    line-height: 40px;
    font-family: 'Roboto Slab', serif;
    position: relative;
}
h1.tituloBanner:after {
    content: ' ';
    position: absolute;
    top: calc(100% + 20px);
    left: 0;
    background: #FFF;
    width: 50%;
    height: 1px;
}
p.textoBanner {
    font-size: 15px;
    text-transform: none;
    color: #FFF;
    line-height: 25px;
    font-family: 'Roboto Slab', serif;
    margin-top: 40px;
}
.portfolio-item h3.portfolio-item-title {
    opacity: 0;
}
.portfolio-item:hover h3.portfolio-item-title {
    opacity: 1;
}
.slider-slides .slide-content:after {
    display: none;
}
div#slider div.slider-slides div.slide-caption {
    width: 100%;
}
.main {
    order: 3;
}
.portfolio {
    order: 5;
}
.team {
    order: 6;
}
.services {
    order: 4;
}
.subfooter {
    order: 7;
}
#footer {
    order: 8;
}
ul.menu-main {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding-top: 5px;
    float: right;
}
ul.menu-main li a {
    font-family: 'Roboto Slab', serif;
    color: #26388A;
}
div.clear {
    width: auto;
}
ul.menu-main li a:hover:after {
    content: ' ';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 5px;
    background: #26388A;
    width: calc(100% - 20px);
    margin: 0 auto;
    height: 3px;
}
section.content {
    float: none;
    width: 100%;
    display: flex;
    margin: 0;
    padding: 0;
    font-family: 'Roboto Slab', serif;
}
body.single-post section.content {
    flex-direction: column;
}
body.single-post article.post {
    max-width: none;
}
article.post {
    max-width: calc(100% / 3);
    margin: 0 20px 0;
    background: #fff;
}
article.post h2.post-title a {
    color: #8A6D21;
}
article.post div.post-byline {
    display: none;
}
div.post-body a.post-readmore.button {
    border: 2px solid #ff9900;
    color: #ff9900;
    text-transform: uppercase;
}
div.post-body a.post-readmore.button:hover {
    background: #ff9900;
    color: #FFF;
}
.post h2.post-title {
    position: relative;
}
.post h2.post-title:after {
    content: ' ';
    position: absolute;
    left: 0;
    bottom: -20px;
    margin: 10px 0;
    background: #8A6D21;
    width: 50%;
    height: 1px;
}
.post-content p {
    font-size: .8em;
}
aside.sidebar-primary {
    display: none;
}
body section.secondary-color-bg {
    background-color: #313439 !important;
}
input[type=text], input[type=password], input[type=input], input[type=tel], input[type=url], input[type=email], input[type=number], input[type=range], input[type=search], input[type=color], input[type=time], input[type=week], input[type=month], input[type=date], input[type=datetime], select {
    border: none !important;
    border-bottom: 1px solid #5F5F5F !important;
    background: transparent !important;
    outline: none;
    color: #FFF;
    font-family: 'Roboto Slab', serif;
}
textarea {
    border: 1px solid #5F5F5F !important;
    background: transparent !important;
    outline: none;
    color: #FFF;
    font-family: 'Roboto Slab', serif;
}
input[type=button] {
    background: #FDCF46;
    border: 0;
    padding: 10px 15px;
    text-transform: uppercase;
    color: #FFF;
    font-family: 'Roboto Slab', serif;
}
div.nf-field-label label {
    color: #5F5F5F;
    font-weight: normal;
    font-family: 'Roboto Slab', serif;
}
div.nf-form-fields-required {
    display: none;
}
.label-above div.nf-field-label {
    margin-bottom: 0;
}
div.portfolio {
    background: #F1F1F1;
}
div#portfolio-heading {
    color: #484846;
    font-family: 'Roboto Slab', serif;
    font-weight: bold;
}
div.team div.team-member-content p:last-child {
    margin-bottom: 0;
    max-height: 55px;
    overflow: hidden;
}
div.team-heading {
    color: #FFF;
    font-family: 'Roboto Slab', serif;
    font-weight: bold;
}
div.portfolio-item h3.portfolio-item-title {
    font-family: 'Roboto Slab', serif;
}
body.home div.service-content p {
    display: none;
}
body.single-cpo_service div.cpo_service {
    margin: 0 auto;
}
body div.primary-color-bg {
    background-color: #26388b;
}
body.home div.services {
    background: #FFF;
}
div.services div.service h3.service-title {
    margin: 15px 0;
}
div.service-body h3.service-title a {
    width: 100%;
    display: block;
    text-align: center;
    color: #A6A6A6;
    font-family: 'Roboto Slab', serif;
    font-weight: bold;
}
div.services div.service div.service-content p:last-child {
    margin-bottom: 0;
    color: #A6A6A6;
    text-align: center;
}
div.services div.service {
    margin-bottom: 50px;
    display: flex;
    flex-direction: column;
}
.services .service .service-body {
    margin-left: 0;
}
div.services div.service div.service-icon {
    width: 100px;
    height: 100px;
    font-size: 50px;
    margin: 0 auto 20px;
    border: 1px solid #A6A6A6;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
div.service > a {
    display: flex;
    justify-content: center;
    align-items: center;
}
.section-heading {
    color: #A7A7A7;
    font-family: 'Roboto Slab', serif;
    font-weight: bold;
}
header.header {
    position: fixed;
    z-index: 9999;
    order: 1;
}
div.slider {
    margin-top: 108.5px;
    order: 2;
}
/*Rodapé*/
.textwidget {
    margin-top: 7px;
}
span.nf-form-title h3 {
    display: none;
}
#team .row {
    display: flex;
    justify-content: center;
}
.redesSociaisRodape,
p.textoNewsletter,
div.footer-content{
    font-family: 'Roboto Slab', serif;
    font-weight: 700;
    color: #FFF;
    text-transform: uppercase;
    margin: 0;
}
div.team-member img {
    max-height: 300px;
    height: 300px;
}
div.section-heading {
    margin-top: 110px;
}
footer.footer {
    padding: 10px;
    font-size: 13px;
}
div.redesSociaisRodape img {
    margin-right: 20px;
}
.wrapper {
    display: flex;
    flex-direction: column;
}
section.subfooter .col3 {
    width: 47% !important;
}
body.home .post div.post-content {
    max-height: 60px;
    overflow: hidden;
}
body.home div#main img.wp-post-image {
    min-height: 190px;
}
#btMenuMobile {
    display: none;
}
div.col3 {
    width: 21%;
}
@media screen and (min-width: 1200px) {
    div.container {
        max-width: 1180px;
    }
}
@media screen and (min-width: 801px) {
    ul.menu-main {
        display: flex;
        justify-content: flex-end;
        align-items: flex-end;
        float: right;
    }
}

@media screen and (max-width: 800px) {
    header.header {
        height: 55px;
    }
    header.header div.logo {
        float: none;
        margin: 0 auto;
    }
    #btMenuMobile {
        display: block;
        width: 35px;
        margin: 10px;
        float: left;
        position: absolute;
        cursor: pointer;
    }
    ul.menu-main {
        position: absolute;
        top: -1000%;
        left: 0;
        padding-left: 20px;
        background: #FFF;
        width: 100%;
        display: flex;
        justify-content: flex-start;
        border-top: 1px solid;
        transition: 300ms ease top;
    }
    ul.ative {
        top: 100%;
    }
    section.content {
        flex-wrap: wrap;
    }
    article.post {
        width: calc(50% - 10px);
        max-width: 50%;
        margin: 0 10px 10px 0;
    }
    #menu-mobile-open {
        display: none;
    }
    header.header div.container {
        display: flex;
        flex-direction: column;
        float: none;
    }
    ul#kiwi-floating-bar {
        display: none;
    }
    div.col3 {
        width: 45%;
    }

}
@media screen and (max-width: 600px) {
    header.header{
        padding: 5px 0 0 0;
    }
    article.post {
        width: 100%;
        max-width: none;
        margin: 0 10px 10px 0;
    }

    #logo a.site-logo img {
        max-width: none;
        max-height: 50px;
    }
    ul.menu-main {
        margin-top: 0;
    }
    ul.menu-main li a {
        font-size: .9em;
        padding: 10px 8px;
    }
    div.slider-slides .slide-body {
        top: 30px;
    }
    p.textoBanner {
        margin-top: 35px;
        font-size: 13px;
    }
    div#team .row {
        flex-direction: column;
    }
    section.subfooter .col3 {
        width: 100% !important;
    }
    div.column-narrow.col4 {
        max-width: 400px;
        margin: 0 auto !important;
    }
    div.col3 {
        width: inherit;
    }
}
@media screen and (max-width: 468px) {
    li#menu-item-29 {
        display: none;
    }
}
@media screen and (max-width: 380px) {
    ul.menu-main {
        padding-left: 0;
    }
}