/*
Theme Name:     Moserengenharia
Theme URI:      
Description:    Nortech child theme.
Author:         Felipe
Author URI:     
Template:       nortech
Version:        0.1.0
*/


.sticky-header, .scroll-to-top, .main-footer {
    background:#244d72;
}

.page-title h1, .page-info .bread-crumb li {
    text-transform: inherit;
}

.archive .page-title,
.single .page-title {
    background-image: url(/wp-content/uploads/2021/02/header-image.jpg) !important;
}

/* CTA's */

.call-to-action {
    background:#244d72;
}

.call-to-action h2 {
    font-size: 27px;
    color: #ffffff;
}

.call-to-action .more {
    color: #f2d046;
    margin-top: 25px;
}

.servico-single .call-to-action {
    background:#f2d046;
}

.servico-single .call-to-action h2 {
    color: #244d72;
    font-size: 27px;
}

.servico-single .call-to-action .more {
    color: #244d72;
    margin-top: 25px;
}

/* Quem Somos */
.company-section {
    position: relative;
    padding: 0 !important
}

.history-section .content-column .bold-text,
.history-section .content-column .text{
    text-align: justify !important;
}

/* Contato */
.contact-section .info-column ul li a{
    color: #797979 !important;
}

/* Single Serviço */

.servico-single .history-section {
    position: relative;
    padding: 0px 0px 0px;
}

.servico-single .history-section .title-column {
    position: relative;
    margin-bottom: 20px;
}

.servico-single .sec-title {
    padding-bottom: 0px;
}

.servico-single .sec-title h3.kc_title:after {
    position: absolute;
    content: '';
    margin-left: 10px;
    width: 40px;
    height: 2px;
    bottom: 8px;
    background-color: #f2d046;
}

/* Footer */

.main-footer .footer-widget h2 {
    text-transform: inherit;
}

.main-footer .logo-widget {
    text-align: center;
}

.main-footer .list li a, .footer-widget ul#menu-mapa-do-site li a, .footer-widget ul#menu-mapa-do-site li, .footer-widget .textwidget p {
    position: relative;
    padding: 0px 0 10px;
    color: #a8a8a8;
    font-size: 14px;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    font-family: 'Poppins', sans-serif;
}

/* Ajustes Responsivo */

@media only screen and (max-width: 1140px) {
    #mosertheme .main-header {
        padding: 10px 0;
        background-color: #244d72;
    }
}

@media only screen and (max-width: 767px) {
    #mosertheme .main-header .main-box .outer-container {
        padding: 10px 0;
    }
}

@media only screen and (max-width: 479px) {
    #mosertheme .main-header .main-box .logo-box {
        width: 55%;
        padding: 0;
        position: absolute;
    }
}