/* Custom Styles */

 /*Blog page*/
     .search {
        width: 100%;
    }
 .blog-listing img {
    border-radius: 15px;
}
 .blog-listing.blog-listing--grid-3.blog-listing--has-media {
    border-bottom: 2px solid;
    margin-bottom: 55px !important;
    padding-bottom: 25px;
    margin: 10px;
}
 .blog-listings__content.blog-listings__content--grid-3 {
    justify-content: flex-start;
}
 
 
 
    .form-control {font-size: 18px;background: #0000002b;border: 1px solid;padding: 15px 20px;}


input.form-control.product-search__input.search-products.search {font-size: 18px;
    background: #0000002b;
    border: 1px solid;
    padding: 15px 20px;}

.search {
    width: 100%;
}

.text_glow {
    text-shadow: 0 0 8px #45dde880, 0 0 15px #45dde830;
}


#section-1784108182720 .section__overlay { 
    background: linear-gradient(180deg, rgb(2 20 34 / 0%) 0%, #021422f5 100%);
}

div#block-1784108182720_0 h1 { text-transform: uppercase;
    }
    
div#section-1599589855686 .sizer {
    padding-top: 0;
}

#section-1784110810302 .section__overlay { 
    background: linear-gradient(180deg, rgb(2 20 34 / 56%) 0%, #021422f5 100%);
}
.blog-post-optin.background-dark {
    box-shadow: 0 0 50px -10px rgb(62 223 239 / 59%);
    border-radius: 20px;
    padding: 70px;
    margin-top: 60px !important;
    width: 90%;
    margin: auto;
    margin-bottom: 40px;
}

#section-1784113200751 .section__overlay { 
    background: linear-gradient(180deg, rgb(2 20 34 / 64%) 0%, #021422f5 100%);
}

@media(min-width:768px){
    
    h1.blog-post-body__title {
    font-size: 42px;
}
    
    a.h3.blog-listing__title {
    font-size: 26px;
}
div#block-1784108182720_0 h1 { text-transform: uppercase;
    font-size: 56px;}
    
}
@media(max-width:767px){
    
 .blog-post-optin.background-dark { 
    padding: 30px !important; 
    width: 100% !important;
 
    
 }
    
    
    
  .blog-listing.blog-listing--grid-3.blog-listing--has-media { 
    margin: 0px !important;
}
    
}