/*
Name: Willow Child
Theme URI:
Description: Child theme
Author: Alexandre Neves
Author URI:
Template: willow
Version: 0.0.0
*/

@import url("../willow/style.css");

body {
    font-size: 16px !important;
}

.wpb_single_image img {
    border-radius: 3px;
}

/*
 *
 * NAV
 */

@media (min-width: 992px) {
    .nav > li > a {
        padding: 10px 12px;
    }
}

.navbar-collapse {
    max-height: none;
    padding-bottom: 10px;
}

.header-section .social-media-links {
    padding-left: 15px;
}

.navbar-toggle {
   border: none;
   background: none !important;
}

.sub-menu img {
    display: none;
}

.header-section .site-logo {
    line-height: 52px;
}

.qtranxs-lang-menu img {
    position: relative;
    top: -2px;
    margin-left: 5px;
}

.qtranxs-lang-menu ul {
    width: 160px;
}

/*
 *
 * HERO
 */

.hero-section .hero-logo {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    display: flex !important;
    align-items: center;
    justify-content: center;
    
    height: auto;
    max-height: 232px;
    margin: auto;
}

.hero-section .hero-logo img {
    width: 75%;
    max-width: 1000px;
    max-height: 232px;
}

/*
 *
 * PORTFOLIO
 */

.wpb_willow_big_title span {
    background: rgba(0, 0, 0, .25);
}

.social-share-project {
    display: none;
}

.header-section .portfolio-ajax-pager {
    display: none;
}

.section .wpb_text_column h2 a {
    color: #fff;
}

.section .wpb_text_column h2 a:hover {
    color: #f3ab1c;
}

@media (max-width: 991px) {
    .header-section .portfolio-ajax-pager {
        display: none;
    }

    .section .wpb_text_column h2 {
        font-size: 24px;
    }
}

/*
 *
 * SECTIONS
 */

.wpb_willow_service_block .service-content {
    font-size: 14px;
}

/*@media (max-width: 768px) {
    .wpb_row .wpb_column {
        margin-bottom: 35px;
    }
}*/

/*
 *
 * FOOTER
 */

.footer-group-section {
    background-color: #101010;
    border-color: rgba(243, 171, 28, 0.15);
}

.widget {
    margin: 0 !important;
    padding: 0 !important;
}

.widget_text .textwidget {
    text-align: center;
    font-size: 18px;
}

.widget_text .textwidget p:first-child {
    font-size: 24px;
    font-weight: bold;
    color: #f3ab1c !important;
}


.widget_willow_social_links {
    width: 150px;
    margin: 50px auto 0 !important;
}

.widget_willow_social_links ul {
    overflow: hidden;
    margin: 0;
}

.bottom-logo-section {
    padding: 50px 0 70px;
}

.bottom-logo-section img {
    width: 200px;
}

.copyright-tagline ul {
    margin-bottom: 3rem;
    padding: 0;
    list-style: none;
}

.copyright-tagline ul li {
    display: inline-block;
    margin: 0 2rem 1.5rem;
}
