/*
Theme Name: GeneratePress Child
Theme URI: https://generatepress.com
Template: generatepress
Author: Child Theme Author
Author URI: 
Description: Child theme for GeneratePress
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: generatepress-child
*/

.page {
    font-family: "Roboto Condensed", "Arial Narrow", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#second-loop ul li:first-child {
    display: none;
}

.home #menu-primary-menu > li:first-child > a{
    background-color: #111111 !important;
    color: #fff !important;
}

#site-navigation-mobile {
    display: none;
}
.main-navigation .main-nav ul li.menu-item-has-children>a  {
    color: black !important;
}
.bannergroup {
    display: flex;
    justify-content: center;
    width: 100%;
    padding: 0 10px;
    margin-top: 20px;
    transition: transform 0.3s ease-in-out;
}
.banneritem {
    width: 100%;
    max-width: 1190px;
}

.bannergroup .banneritem img {
    width: 100%;
}
.main-navigation .main-nav ul li.menu-item-has-children>a:hover {
    color: white !important;
}
.grid-container {
    max-width: 1180px !important;
}
.site-footer {
    background-color: #111111;
    color: #fff;
    padding: 30px 0;
    font-family: Arial, sans-serif;
}

.main-navigation ul ul li a {
    font-size: 18px;
    text-transform: capitalize !important;
    font-weight: 400;
}


.footer-content {
    max-width: 1200px;
    margin: 0 auto;
    padding: 48px 20px;
}

.footer-title {
    font-size: 36px;
    font-weight: bold;
    color: #ffffff;
    letter-spacing: 1px;
    padding: 20px 0;
}

.footer-title a {
    color: #ffffff;
    text-decoration: none;
}

.footer-info {
    margin-bottom: 20px;
    color: #999999 !important;
    font-size: 12px;
}

.footer-about {
    margin-bottom: 30px;
    line-height: 1.6;
    color:#999999 !important;
    font-size: 12px;
}

.footer-about p {
    margin-bottom: 15px;
}

.footer-copyright {
    text-align: center;
    margin-top: 30px;
    padding-top: 20px;
    border-top: 3px double #333;
    color: #d9d9d9;
    font-size: 12px;
}

.footer-links {
    text-align: center;
    margin-top: 10px;
}

.footer-links a {
    color: #fff;
    text-decoration: none;
    margin: 0 6px;
    font-size: 12px;
}

.footer-links a:hover {
    text-decoration: underline;
}

.site-info {
    display: none;
}

.inside-header {
    display: flex;
    flex-direction: column;
    align-items: start;
}

.sub-menu-right {
    border-top: 2px solid #111111;
    border-bottom: 1px solid #e5e5e5;
}

#site-navigation{
    margin-left: 0 !important;
}

.inside-header.grid-container {
    max-width: 1200px !important;
}

.sub-menu-right li a {
    line-height: 50px !important;
    padding: 0 20px !important;
    text-transform: uppercase;
    border-right: 1px solid #e5e5e5;
    color: #333333;
    font-weight: 700;
    font-size: 18px;
    font-family: "Roboto Condensed", "Arial Narrow", "Helvetica Neue", Helvetica, Arial, sans-serif;
    padding: 12px 20px;
    cursor: pointer;
    text-transform: uppercase;
    letter-spacing: 1px;
    position: relative;
}

/* .sub-menu-right li a::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 10px;
    height: 10px;
    background-color: #e5e5e5;
    clip-path: polygon(0 100%, 100% 100%, 100% 0);
} */
.dropdown-menu-toggle {
    display: none !important;
}
.sub-menu-right li a:hover {
    background-color: #111111;
    color: #ffffff !important;
}

.sub-menu-right li a:hover::after {
    background-color: #333333;
}

.sub-menu-right li:first-child a {
    border-left: 1px solid #e5e5e5;
}

.site-logo {
    padding: 24px 0;
}

.sub-menu-right li.menu-item-has-children > a::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 10px;
    height: 10px;
    background-color: #e5e5e5;
    clip-path: polygon(0 100%, 100% 100%, 100% 0);
    color: #fff !important;
}

.sub-menu-right li.menu-item-has-children > a:hover::after {
    background-color: #333333;
    color: #fff !important;
}

.sub-menu li a {
    background-color: #fff;
}

.sub-menu li a:hover {
    background-color: #f4f4f4;
    color: #333333 !important;
}

.footer-title{
    float: none !important;
    display: block;
    background: #222222;
    padding: 24px;
    position: relative;
    width: fit-content;
}



.inside-header{
    padding: 20px 0;
}
.site-logo {
    width:100%;
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
}

.inside-header.grid-container {
    max-width:100% !important;
}

.main-navigation {
    width:100%;
}

h2 {
    font-size:30px;
    
}

.wp-block-post-title a {
    color:black !important;
    font-weight:bold;
    font-family: "Roboto Slab", Cambria, Georgia, "Times New Roman", Times, serif !important;
}

.wp-block-post-excerpt__more-link {
    margin-top:20px;
    background-color:#f2f2f2;
    padding:5px 20px;
    color:#333333;
    text-decoration:none;
    border:1px solid #999999;
}

.wp-block-post-excerpt__excerpt {
      font-family: "Roboto", "Helvetica Neue",Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.71428571;
    color: #333333;
}  

.entry-content .alignwide {
        margin-left:0;
    width: auto !important;
    max-width:100%;
}

.one-container .site-content {
    padding:0;
}

.post-date a {
    text-decoration:none;
}

.post-date {
    margin-bottom:20px;
    text-transform:uppercase
}

.wp-block-post-excerpt__excerpt {
    margin-top:10px
}

.content-area {
    padding: 0 10px;
    border-right: 1px solid #e6e6e6;
    border-left: 1px solid #e6e6e6;
}

.inside-header {
        padding-bottom: 0;
    
}

@media (min-width: 1199px) {
    #masthead-mobile{
        display: none;
    }

    .footer-content {
        display: flex;
        gap: 50px;
        margin-bottom: 100px;
    }

    .footer-text {
        color: #999999 !important;
        font-size: 12px;
    }
    
   .footer-title {
        padding-left: 40px;
        margin-left: -40px;
        height: fit-content;
        font-size: 42px;
        font-weight: 400;
    }
    .footer-title:before {
        border-right: 20px solid #cc0000;
        border-top: 20px solid transparent;
        content: "";
        position: absolute;
        left: 0;
        top: -20px;
    }
}

@media (max-width: 1199px) {
    #site-navigation-mobile {
        display: block !important;
        position: fixed;
        z-index: 1000000;
        background-color: #000000;
        width: 250px;
        overflow: scroll;
        height: 100vh;
        top: 0;
        left: 0;
        transform: translateX(-100%);
        transition: transform 0.3s ease-in-out;
    }

    .site-content {
        transition: transform 0.3s ease-in-out;
    }

    body.menu-open {
        overflow: hidden;
    }

    #site-navigation-mobile-top {
        display: flex;
        justify-content: space-between;
        align-items: center;
        border-bottom: 3px solid #1e1e1e;
    }

    #site-navigation-mobile-top span {
        font-size: 14px;
        font-weight: 700;
        letter-spacing: 1px;
        color: #ffffff;
        text-transform: uppercase;
        margin-left: 10px;
    }

    #site-navigation-mobile-top button {
        border-left: 1px solid #2b2b2b;
        font-size: 15px;
        font-weight: 700;
        background-color: transparent;
        color: #ffffff;
        padding: 0;
        height: 48px;
        width: 48px;
    }

    .home .menu > li:first-child > a.first-link{
            background-color: #cc0000 !important;
        }

    #site-navigation-mobile ul {
        list-style:none;
        color: #e5e5e5;
        margin-left: 0;
        font-weight: 300;
    }

    #site-navigation-mobile ul li {
        text-transform: uppercase;
        padding:0;
        font-size: 14px;
        /* letter-spacing: 1px; */

    }

    #site-navigation-mobile ul li ul li {
        text-transform: capitalize;
        padding: 5px 24px;
    }

    #site-navigation-mobile ul li a {
        background-color: transparent;
        color: #e5e5e5;
        text-decoration: none;
        display: flex;
        border-bottom: 1px dotted #2b2b2b;
        padding-left: 10px !important;
    }

    #site-navigation-mobile ul .menu-item-has-children > a {
        border-bottom: 1px dotted #2b2b2b;
        padding: 8px 0;
        display: flex;
        align-items: end;
    }

    #site-navigation-mobile ul .menu-item-has-children ul li a {
        border-bottom: none;
    }

    #site-navigation-mobile ul .menu-item-has-children ul li a:hover {
        color: #cc0000 !important;
    }

    #site-navigation-mobile ul .menu-item-has-children ul li {
        border-bottom: 1px dotted #2b2b2b;
    }

    #site-navigation-mobile ul .menu-item-has-children .caret {
        color: #cc0000;
        display: flex;
        align-items: end;
        transform: rotate(45deg);
        margin-left: 10px;
    }

    
    .first-link {
        padding: 6px 3px !important;
    }



    .footer-title {
        display: none;
    }

    #masthead {
        display: none;
    }

    .header-logo {
        display: flex;
    }

    #masthead-mobile{
        display: flex;
        align-items: center;
        gap: 10px;
        border-bottom: 3px solid #cc0000;
        margin-bottom: 5px;
        transition: transform 0.3s ease-in-out;

    }

    #masthead-mobile button{
        background-color: transparent;
        color: black;
        border-right: 1px solid #e5e5e5;
    }


    #masthead-mobile .header-logo img{
        height: 13px !important;
        width: 80px !important;
    }

    .bannergroup {
        border-bottom: 1px solid #8080804d;
        margin-top: 0;
    }

}
.page .entry-title {
    margin-top: 20px;
}
/* 
@media (max-width: 479px) {


} */

.footer-widgets-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 30px 0;
    text-align: center;
    max-width: 1200px;
    margin: 0 auto;
    clear: both;
    padding-top: 40px;
    margin-top: -100px;
}

.footer-widgets-container .widget.inner-padding {
    padding: 0 !important;
}

.footer-widgets-container .widget-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #fff;
    position: relative;
    padding-bottom: 10px;
}

.footer-widgets-container .widget-title:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 40px;
    height: 2px;
    background-color: #fff;
}

.footer-widget-area {
    flex: 1;
    padding: 0 20px;
}

.footer-widget-area:not(:last-child) {
    border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.footer-widget {
    margin-bottom: 20px;
}

.footer-widget p {
    color: #f0f0f0;
    font-size: 12px;
    line-height: 1.6;
    margin-bottom: 10px;
}

.footer-widget a {
    color: #f0f0f0;
    text-decoration: none;
    transition: color 0.3s ease;
    font-size: 12px;
    display: block;
    padding: 5px 0;
}

.footer-widget a:hover {
    color: #fff;
    text-decoration: underline;
}

.footer-widget ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-widget ul li {
    margin-bottom: 8px;
}

.footer-widget-area {
    padding: 0;
    font-size: 12px;
}

.footer-widget-area a {
    color: #a12525;
    text-decoration: none;
}

.footer-widget-area a:hover {
    color: #999999;
}

.footer-widget .social-icons {
    display: flex;
    justify-content: center;
    margin-top: 15px;
}

.footer-widget .social-icons a {
    display: inline-block;
    margin: 0 8px;
    font-size: 18px;
}

.footer-bottom {
    margin-bottom: 10px;
}

@media (max-width: 768px) {
    .footer-widgets-container {
        flex-direction: column;
    }
    
    .footer-widget-area {
        padding: 0;
        margin-bottom: 30px;
    }
    
    .footer-widget-area:not(:last-child) {
        border-right: none;
        padding-bottom: 20px;
        margin-bottom: 20px;
    }
}