#audioback {
    display: none;
}

footer h5 {
    text-align: center;
    line-height: 1.3;
    margin-bottom: 7px;
    color: #e53f51;
    font-size: 2.5em;
    font-family: 'Great Vibes', serif;
    border: 1px solid #e53f51;
    padding-top: 5px;
}

#footernav a {
    color: #352b2b;
    font-size: 15px;
    line-height: 24px;
}

.linecolor {
    color: White;
}

.addr {
    color: #2d2d2d;
    padding: 7px;
    display: inline-block;
    font-size: 1em;
}

.fomd3 {
    border: 0px solid #b9a889;
    padding: 10px;
}

#extrafoot div:nth-child(1) a {
    display: inline-block;
    padding: 10px;
}


/* Media Queries */

@media only screen and (min-width: 961px) {
    /*Menu Colors Section*/
    #wrap .dark-submenu #nav ul,
    #wrap .dark-submenu #nav ul li,
    #wrap .dark-submenu #nav ul li:hover {
        background: #d243;
    }
    #wrap .dark-submenu #nav ul li a {
        color: #d243;
    }
    #wrap #nav ul li a:hover,
    #wrap #nav li.current ul li a:hover,
    #wrap .nav-wrap2 #nav ul li a:hover,
    #wrap .nav-wrap2.darknavi #nav ul li a:hover,
    #wrap #nav ul li.current>a,
    #wrap #nav ul li:hover>a {
        color: #d243;
    }
    #wrap .dark-submenu #nav ul li a:hover {
        background: #d243;
    }
    .transparent-header-w.t-dark-w #wrap .top-bar {
        background: rgba(0, 0, 0, 0.5);
    }
    .transparent-header-w.has-topbar-w #header {
        background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.001));
    }
    .cmin-height {
        min-height: 80px;
    }
}

@media only screen and (max-width: 960px) {
    #header h6,
    .top-bar h6,
    .top-inf h6 {
        color: #fff;
        font-size: 14px;
    }
    .top-bar .socialfollow i {
        color: #fff;
    }
    .top-bar .socialfollow .facebook {
        padding: 18px 17px;
    }
    .top-bar .socialfollow .twitter {
        padding: 18px 13px;
    }
    .top-bar .socialfollow a {
        padding: 18px 10px;
    }
    #extrafoot div:nth-child(1) a {
        padding: 4px;
    }
    #header.sm-rgt-mn,
    #header.hi-header.sm-rgt-mn {
        height: 102px;
    }
    .top-bar .container {
        width: auto;
    }
    .w-divider5 h1 {
        font-size: 50px;
    }
    .w-divider5 p {
        font-size: 20px;
    }
    .top-bar,
    .transparent-header-w.has-topbar-w #header {
        background: transparent url(images/back1.jpg) 50% 50% / cover no-repeat;
    }
    .testimonials-slider-w .testimonial-content h4 q {
        font-size: 14px;
    }
    .testimonials-slider-w.flexslider .testimonial-brand img {
        width: 40px;
        height: 40px;
    }
    .tribe-events-event-image {
        margin-bottom: 0.1em;
    }
    .hiddiv {
        display: none;
    }
    .tribe-events-list .tribe-events-event-image {
        float: none;
        width: 100%;
        margin: 0;
        padding: 0;
    }
    .blog-single-post .postmetadata {
        padding: 26px 14px;
    }
    .testimonials-slider-w.flexslider .flex-direction-nav a {
        bottom: -16px;
    }
}

#footer .in-ftr {
    padding: 50px 0px 0px;
}

#footer .links-ftr {
    font-size: 16px;
    font-weight: 600;
}

#footer .links-ftr li {
    margin: 10px 0;
}

#footer .links-ftr li a {
    text-decoration: none;
    color: #2d2d2d;
    /* border-bottom: 2px solid #e53f51;
		border-width: 10%; */
}

#footer .links-ftr li a::before {
    content: '\00BB';
    font-size: 28px;
    margin-right: 10px;
}


/* @import url("https://fonts.googleapis.com/css?family=Barlow:800&display=swap");
* {
  box-sizing: border-box;
}
*::before, *::after {
  box-sizing: border-box;
} */

#footer .links-ftr li a {
    position: relative;
    display: inline-block;
    color: #2d2d2d;
    overflow: hidden;
    background: linear-gradient(to right, #e53f51, #e53f51 50%, #2d2d2d 50%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-size: 200% 100%;
    background-position: 100%;
    transition: background-position 275ms ease;
    text-decoration: none;
}

#footer .links-ftr li a:hover {
    background-position: 0 100%;
}

#footer {
    padding: 0px !important;
}

@media only screen and (min-width: 1350px) {
    .container1 {
        width: 1336px;
        padding-left: 75px;
        padding-right: 15px;
        margin: auto;
    }
}

.live-traffic-box {
    padding: 0 50px 50px 50px;
}

footer h5 {
    text-align: center;
    line-height: 1.3;
    margin-bottom: 7px;
    color: #e53f51;
    font-size: 2.5ch;
    font-family: 'Great Vibes', serif;
    border: 1px solid #e53f51;
    padding-top: 5px;
}

.mystyle {
    max-width: 1500px;
    margin: auto;
}

.d-flex {
    display: flex;
    flex-flow: row;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
}

.d-flex>div {
    padding: 0px 10px;
    width: 50%;
}

@media only screen and (max-width: 600px) {
    .d-flex {
        display: flex;
        flex-flow: row;
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: space-between;
    }
    .d-flex>div {
        padding: 0px 10px;
        width: 100%;
    }
}

@media only screen and (min-width: 1200px) {
    .container {
        width: 1250px;
        padding-left: 15px;
        padding-right: 15px;
    }
}

.headings h2 {
    text-align: center;
    font-family: 'Great Vibes', serif;
    color: #e53f51;
    font-size: 35px;
}

footer h5 {
    text-align: center;
    line-height: 1.3;
    margin-bottom: 7px;
    color: #352b2b;
    font-size: 2.5ch;
    font-family: 'Great Vibes', serif;
    border: 0px solid #e53f51;
    border: 2px solid #b9a889;
    padding-top: 5px;
    font-weight: 500;
    letter-spacing: 1px;
}