/*
Theme Name: Bulldog (Hello Child Theme)
Template: hello-elementor
*/

.subpage-template-main{
    width: 100%;
}

/* HIDE NAV MENU ARROWS */
.hfe-nav-menu__layout-horizontal .hfe-nav-menu .sub-arrow {
    display: none;
}

/*F FIX LINK COLOR & DECO*/
.partner-links{

}

/*FIX ACCORDION LINKS ON PARTNER PAGE GETTING SOME DEFAULT STYLE*/
.partner-text > div > ul > li > a {
    text-decoration: none !important;
    color: inherit !important;
}
.partner-text > div > ul > li > a:hover {
    text-decoration: underline !important;
    color: inherit !important;
}

/*FIX HEADER/FOOTER LINKS ON PARTNER PAGE GETTING SOME DEFAULT STYLE*/
.header-footer-link-text > div > h1 > a {
    color: white;
}





.header-hero-section{
    width: 100%;
    margin: 0 auto;
    display: flex;
    background-color: #423932;
}

.header-hero{
    text-align: center;
    padding: 100px 0;
    width: 100%;
    color: #f7f5f2;
}

.another-field-section{
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    background-color: #f7f5f2;
}

.another-field-text{
    text-align: center;
    padding: 400px 0;
    width: 100%;
    color: #423932;
}