/* .logo-section img {
    filter: brightness(0) invert(1);
}
 */
div#firstHeading {
    font-weight: 400;
}
.tab-content p, .tab-content ul {
    padding-top: 10px;
}
#page-content .page-content__list .content-wrap p:first-child {
    line-height: 24px !important;
}
.location-wrap.loc-two p.info:nth-child(6) span:after {
    content: ' *';
    color: red;
}

.footer .location-wrap.loc-two:after {
    content: '* Admin Only';
    display: block;
    color: red;
    margin-top: 6px;
}
html body #location .location .iframe-loc {
    max-width: 385px !important;
}

#location .location .iframe-loc:nth-child(1) li:nth-child(2) span:after{content: '*'; color: red;}
#location .location .iframe-loc:nth-child(1) li:nth-child(3):after {
    content: '* Admin Only';
    display: block;
    color: red;
    margin-top: 6px;
}

section#location h4 { 
  font-size: 18px !important;
    font-weight: 500 !important;
    margin-bottom: 5px !important;
}

section#location {
    padding: 0 !important;
}


 .location.three.padding-bottom-0 .iframe-loc.iframe .row.location-hours-details i.fa.fa-google , .locdes__wrap .loc__des i.fa.fa-google {
    margin: 10px auto 0 auto;
    display: inline-block;
    text-align: center;
    width: 100%;
    color: #692983;
}


section#location h2 {
  text-align: center;
}

.w1f74oox .mainMenu-1 li > a {
  font-weight: 600;
  letter-spacing: 2px;
  font-size: 16px;
}
.w1f74oox .logo-section img {

    max-width: 300px;
}

@media (min-width: 1200px) {
  .w1f74oox ul.mainMenu-1.ul-links {
    margin-left: 150px !important;
  }

  .w1f74oox .logo-section img {
    position: absolute;
    left: 30px;
    top: 15px;
  }
}
@media (min-width: 1350px) {
  .w1f74oox ul.mainMenu-1.ul-links {
    margin-left: 17% !important;
  }
}



@media only screen and (max-width: 767px) {
  
html body #location .location .iframe-loc {
    max-width: 100% !important;
}

}