/*
 Theme Name:     Divi Child
 Theme URI:      https://www.elegantthemes.com/gallery/divi/
 Description:    Divi Child Theme
 Author:         Elegant Themes
 Author URI:     https://artstew.org
 Template:       Divi
 Version:        1.0.0
*/
 
 
/* =Theme customization starts here
------------------------------------------------------- */

/* Overrides */

/* Header */

#et-secondary-menu {
    width: 100%;
}

#et-secondary-nav {
    width: 100%;
}
    
.secondaryMenuIcon a {
    color: #FFB41D !important;
}

.floatRight {
    float: right;
}

/* Footer */

.footerContact {
    color: black;
    font-weight: 700;
}

.widget_pages {
    margin: 0px auto;
    float: none;
    width: auto;
    display: table;
    font-size: 14px;
    line-height: 14px;
    font-weight: 700;
}
@media only screen and (max-width: 980px) {
.widget_pages {
    margin: 0px auto;
    float: left;
    width: auto;
    display: block;
}
}
.widget_pages .title {
    display: none;
}
.widget_pages ul li:before {
    display: none;
}
.widget_pages ul li {
    padding-left: 0px !important;
}
#pages-2.widget_pages {
    text-transform: uppercase;
}

.widget_media_image {
    float: right;
}
.widget_media_image a[href="https://stpaintingco.com"] .size-medium {
    float: right;
    max-width: 180px !important;
}
@media only screen and (max-width: 980px) {
.widget_media_image {
    float: left;
}
}
/* Remove Divi Icons for Font Awesome Icons */
.et-social-facebook a.icon:before {
    display: none;
}
.et-social-linkedin a.icon:before {
    display: none;
}
.et-social-instagram a.icon:before {
    display: none;
}
.et-social-google-plus a.icon:before {
    display: none;
}
.et-social-twitter a.icon:before {
    display: none;
}
.et-social-rss a.icon:before {
    display: none;
}