/*
Theme Name:     SGN Corporate Chaplin Child Theme
Theme URI:      https://woocommerce.com/products/storefront
Description:    A Chaplin child theme 
Author:         SGN Sport
Author URI:     
Template:       chaplin
Version:        2.0
Text Domain:    sgn-corp-theme
*/


/* =sgn-corp-theme styles starts here
-------------------------------------------------------------- */

:root {
    --sgn-orange: #ef7a2a;
    --sgn-yellow: #f0af36;
    --sgn-yellow-light: #fed27c;
    --sgn-turquoise : #2faca1;
    --sgn-turquoise-light : #8fbeb9;
    --sgn-blue : #006f8b;
    --sgn-black : #24292f;
}
@media (min-width: 768px) {
    .mobile-only {
        display: none;
    }
}

@media (max-width: 767px) {
    .desktop-only {
        display: none;
    }
}

#site-header {
    margin-bottom: 0px;
    padding-top: 2rem;
    padding-bottom: 2rem;
}
#site-header a{
    color: white;
}
#site-header .sub-menu a{
    color: var(--sgn-black);
}
.main-menu-alt a:hover, .main-menu-alt li.current-menu-item > a, 
.main-menu-alt li.current-menu-item > .link-icon-wrapper > a, 
.main-menu li.current-menu-item > .ancestor-wrapper > a
{
    color: var(--sgn-orange) !important;
    text-decoration: none;
}

.post-inner {
    padding-top: 3rem;
}
.post-inner .no-top-padding{
    margin-top: -3rem !important; 
}

h1.entry-title {
    display: none;
}

#site-header,
.header-inner.is-sticky {
    background-color: var(--sgn-black);
}
#site-header svg{
    color: var(--sgn-orange);
}

#site-footer {
    background-color: var(--sgn-black);
}

#site-footer .widget-content a {
    color: white;
}

.footer-widgets-outer-wrapper>.footer-widgets-wrapper>.footer-widgets.column-one>.widget {
    border-top: 0;
}

@media (min-width: 700px) {
    .footer-widgets-outer-wrapper {
        border: 0;
    }
}

@media (min-width: 1000px) {
    .footer-inner {
        padding: 2rem 0;
    }
}