/*weedmaps icon*/
.weed-social-container{
    margin-right: 9px;
}
.weedmaps{
    width: 52px;
    /* height: 41px; */
    background-image: url(../img/weedmaps-icon.png);
    background-repeat: no-repeat;
    display: flex;
    padding: 21px 20px;
    background-size: contain;
}
/*location page*/
section.section.section-locations > div > div > div > h6{
    text-align: left;
}

section.section.section_location .reviews{
    display: flex;
    align-items: center;
}

section.section.section_location .directions{
    display: flex;
    justify-content: center;
}

section.section.section_3 > div > div > div > ul li{
    padding-bottom: 20px;
}

/* section.section.section_location .directions a{
    background-color: #F7C901 !important;
} */

section.area_zipcode .container{
    background-color: #ffa600;
    border-radius: 15px;
}

ul.area_list, ul.zipcode_list, ul.other_list {
    list-style-type: none;
}

ul.area_list li, ul.zipcode_list li, ul.other_list li{
    padding-bottom: 15px;
}

ul.area_list, ul.zipcode_list{
    list-style-type: none;
    display: relative;
    columns: 2;
    justify-content: space-between;
    padding: 10px;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    padding-left: 85px;
    list-style-image: url(https://newage.seogstage.com/assets/front/img/newage/cannabis-icon.svg);
}
ul.area_list li::marker , ul.zipcode_list li::marker , ul.other_list li::marker{
    font-size: 2.5rem; /* You can use px, but I think rem is more respecful */
  }

ul.other_list {
    list-style-image: url(https://newage.seogstage.com/assets/front/img/newage/cannabis-icon-green.svg);
}


ul.area_list li:before, ul.zipcode_list li:before {
    /* content: "\f058";
    font-family: "Font Awesome 6 Free";
    padding-right: 15px; */
}

ul.other_list li:before{

}

ul.other_list li:before{
    font-size: 20px;
}

section.section.section_other_resources > div > div > div > ul.other_list > li > a, .section .content a,.phone p a {
    color: var(--sg-color-secondary);   
    text-decoration: underline; 
}

section.section.section_other_resources > div > div > div > ul.other_list > li > a, .area_list a, .zipcode_list a, .phone p a {
    text-decoration: underline;
}

/* .container_header{
    margin: 10px 0px 20px;
    padding: 10px 120px;
    height: 95px;
} */

.font-bold{
    font-weight: bold;
}

.accordion-header button.accordion-button.collapsed a{
    color: #fff;
}

.faqs-accordion > .accordion-item {
    color:#fff;
}

section.section.section_faqs > section > div > div > div:nth-child(1){
    border-right: 2px solid #000;
}

.faqs-accordion > .accordion-item > .accordion-header > .accordion-button.collapsed {
    background-color: var(--sg-color-primary); /*#d4aa41;*/
}

.faqs-accordion > .accordion-item > .accordion-header > .accordion-button {
    background-color:  var(--sg-color-primary);/*#d4aa41 /*#ffa600*/
}

.faqs-accordion > .accordion-item > .accordion-collapse.collapse.show{
    background-color: #b6872d;
}

/*services location*/

.services-blocks {
    display: flex;
    justify-content: center;
}


.services-blocks .item {
border-radius: 5px;
background-color: #fff;
color: #000;
}

.service-blocks > .item {
-ms-flex: 0 0 calc(25% - 15px);
flex: 0 0 calc(25% - 15px);
max-width: calc(25% - 15px);
margin: 7.5px;
color:#fff;
padding: 20px;
border-radius: 15px;
}   


section.section.section_location .location_details > div.directions{
display: flex;
justify-content: center;
}

section.section.section_services   .service-blocks > div.item{
    background-color: var(--sg-color-secondary);
    }

/* section.section.section_services   .service-blocks > div.item:nth-child(1){
background-color: #009ec1 ;
}
section.section.section_services   .service-blocks > div.item:nth-child(2){
background-color: #fd88ce ;
}
section.section.section_services   .service-blocks > div.item:nth-child(3){
background-color: #ffa600 ;
}
section.section.section_services   .service-blocks > div.item:nth-child(4){
background-color: #f7c901 ;
} */

.btn-darker{
    background-color: #000 !important;
    color: #fff !important;
}

.btn-yellow{
    background-color: #F7C901 !important;
    color: #000;
}

.links-details .details a {
    color: var(--sg-color-secondary);
    text-decoration: underline;
}

/*events*/
.event-blocks {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}

.event-blocks .item {
    display: block;
    padding: 25px;
    text-align: center;
    box-shadow: rgb(99 99 99 / 20%) 0px 2px 8px 0px;
}

.event-blocks > .item {
    flex: 0 0 calc(33.33% - 20px);
    max-width: calc(33.33% - 20px);
    margin: 10px;
}

.event-blocks .item > .thumb {
    position: relative;
    display: block;
    width: 100%;
    height: 300px;
    background-color: #fff;
    margin-bottom: 15px;
}

.event-blocks .item > .thumb > img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}


.event-blocks .item .cta {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}
.event-blocks .item h4.title {
    font-size: 24px;
    font-weight: bold;
}

.event-blocks .item .cta > a.btn {
    font-size: 12px;
    background-color: #444;
    color: #fff;
    padding: 5px 10px;
    border-radius: 5px;
    line-height: 1.2em;
    flex: 1;
    margin: 3px;
    text-transform: uppercase;
    font-weight: bold;
}

/*press*/
.press_logo{
    position: absolute;
    right: 0;
    z-index: 999;
    width: 100px;
   /* display: none; */
}

/* blog card */
.blog-card {
    position: relative;
    background-color: #000;
    overflow: hidden;
}
.blog-card > .thumb {
    position: relative;
    height: 350px;
}
.blog-card > .thumb > img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: all 5s;
}
.blog-card:hover > .thumb > img {
    transform: scale(1.15);
}
.blog-card a.p {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 22;
}
.blog-card .info {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 25px;
    color: #fff;
    font-size: 14px;
    line-height: 1.25em;
}
.blog-card .info > h4 {
    font-family: "Bee-ThreeW01-Bold";
    text-transform: uppercase;
    font-size: 42px;
    line-height: 1em;
}
.blog-card .info > .btn {
    position: relative;
    z-index: 23;
}

/*site changes*/

p.get-in-touch{
    font-size: 2rem;
}

.section-locations .location-details-container h2{
    font-size: 1.5rem
}

.category-blocks .item > .info > p {
    text-transform: uppercase;
    font-size: 17px;
    font-weight: 400;
    margin: 0;
}


.subscription-row p:first-child{
	margin:0;
    font-size:25px
}

.subscription-row p:last-child{
    font-weight: bold;
	font-size: 30px
}

footer#masterfoot .footer-widget h3 {
    font-weight: bold;
    font-size: 24px;
    margin-bottom: 25px;
}

.accordion-body {
background-color: #b6872d;
}

.age_gate_image{
    width:100%;
    max-width:55%!important;
}

/* maintenance mode */
.sg_maintenance {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.90);
    z-index: 99999;
}

.sg_maintenance:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: var(--sg-color-primary);
    opacity: 0.5;
}

.sg_maintenance > .inner {
    position: absolute;
    top: 46%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    margin: 0 auto;
    max-width: 1200px;
    padding: 120px 50px 50px;
    color: #fff;
    text-align: center;
}




@media only screen and (max-width: 575px) {

   
     /*location page*/
    section.section.section_location .reviews {
        flex-direction: column;
    }

    section.section.section_location .directions {
        flex-direction: column;
    }
    .section_location .heading{
        text-align: center;
    }
    .font-bold {
        /* padding-bottom: 15px 0px; */
    }

    .container_header {
        display:block;
        text-align: center;
        align-items: center;
        padding: 10px 40px;
    }

    body > div.site-wrapper > div.site-content > section.section.area_zipcode > div > div > div:nth-child(2) > div{
        padding: 10px 100px;
    }

    .service-blocks > .item {
        -ms-flex: 0 0 calc(25% - 15px);
        flex: 0 0 calc(100% - 15px);
        max-width: calc(100% - 15px);
        margin: 7.5px;
        color: #fff;
        padding: 20px;
        border-radius: 15px;
    }

    ul.area_list, ul.zipcode_list {
        padding-left: 20px;
    }

    ul.zipcode_list {
        font-size: 14px;
    }

    .location_details h6{
        line-height: 28px !important;
       
    }
    .location_details h3, .location_details h6{
        text-align: center;
    }

    .location_details .address, .location_details .phone{
        display: flex;
        justify-content: center;
        text-align: center;
    }

    section.section.section_services{
        /* padding-top: 0px; */
    }

    section.section.area_zipcode{
        padding: 50px 20px;
    }

    ul.area_list, ul.zipcode_list {
        padding-left: 60px;
    }

    section.section.section_faqs > section > div > div > div:nth-child(1) {
        border-right:none;
    }

    section.section.section-locations > div > div > div > h4{
        margin-top: 15px;
    }

    /*events*/
    .event-blocks > .item, .rewards-blocks > .item {
        flex: 0 0 100%;
        max-width: 100%;
        margin: 10px 0;
    }

    .age_gate_image{
        max-width:75%!important;  
      }

    
}