/* CUSTOM  and OVERRIDDEN CSS CODE GOES HERE */

lp6-form-field[name="media"][type="upload"]{
    display: none;
}

.widget.header .main_header>ul>li a {
}

.widget.header .main_header>ul>li.active a {
    border-bottom: 0!important;
}

.widget.header .main_header>ul>li:not(:last-child) {
    padding-right: 16px;
    border-right: 1px solid #573444;
}

widget.account .tabs.main-tabs .tab {
    padding: 1em!important;
    line-height: 1!important;
}

#strip_widget-110 {
    border-top: 1px solid #573444;
    border-bottom: 1px solid #573444;
}

#strip_widget-111 div[data-child-id="111-1"] {
    background-position: top;
    
}

.widget.entry .contest_entry .entry_meta>ul {
    grid-template-columns: repeat(1, 1fr)!important;
}

.about-us {
     background-color: #ffffff;
}

@media only screen and (min-width: 668px) {
    .about-us {
        max-width: 70%; 
        padding: 50px 50px; 
        margin: auto;
    }
}
@media only screen and (max-width: 667px) {
    .about-us {
        padding: 10px 10px;
    }
}