#mainnav ul li a {
    position: relative;
    display: block;
    font-size: 14px;
    font-family: "Raleway", sans-serif;
    color: #fff;
    font-weight: 500;
    text-decoration: none;
    outline: none;
}

#mainnav .sub-menu li a {
    color: #fff;
    display: block;
    line-height: 30px;
    background: #1c1c1c;
    padding: 0 18px;
    border-top: 1px solid #252525;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}


.footer-widgets .widget-title{
    margin-top: 0px;
    font-size: 25px;
    border-bottom: thin solid #dad188;
}

.footer-widgets .widget-title {
    text-transform: uppercase;
    color: #c5c5c5;
    line-height: normal;
    margin: 5px 0 0;
}


.footer-widgets .widget-title  {
    font-size: 16px;
    line-height: normal;
    color: #443f3f;
    font-weight: 600;
    padding-bottom: 24px;
    margin: 0;
    text-transform: uppercase;
}

.container, .container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

.site-info.container {
    text-align: center !important;
}
.entry-content .make-billboard  img{padding:0}
.entry-content .make-billboard a:not(.button):not(.elementor-button-link):not(.wp-block-button__link){color:#fff}