/*----UPDATE COLORS----*/

/*Social Block Homepage*/
.logoSocial img{border: 1px solid #ffffff;}

/*Social Media Icons Homepage*/
.socialmedia img{background-color: #011f4b;}

/*Mobile Page Submit Button*/
    #phoneLanding:nth-of-type(2) {background: rgb(0,0,0,0) !important; border:1px solid #011f4b!important; color:#011f4b !important; }
    
/*Rotating Testimonial Background*/
    .slideshow-reference{background: #ffffff;}

/*Testimonial With Stars Quotations*/
.testimonial .description:before,
.testimonial .description:after{color: #011f4b;}

/*Ladybird Testimonial Arrows*/
.prev, .next {color: #011f4b;}

/*Reviews Page*/
.block_f6e1de418fe14a00b630af97714b14fd .contentImg {background: #011f4b;}

/*Lines on Services Page*/
.block_ab99c69c1b6e4a919a24fcb7c5cc2c77 .item p{border-top: 1px solid #011f4b;}




/*----END COLORS----*/


/*-----THIS SECTION HIDES MOBILE ONLY ITEMS-----*/

        
    /*MOBILE BUTTONS*/
   .block_bf13b1c7d9354303bfef8aedb18942cc {
        display: none;
    }



/*----HOMEPAGE DESIGN----*/

/*Homepage Services Block*/
.block_b0cace964e444674a2871ebbbd05336d ul li:before {content: '✓';}
.block_b0cace964e444674a2871ebbbd05336d ul {padding-top:20px; padding-bottom:20px}

/*Homepage Social Block*/
.block_d9d700a05071444fa6c30af9d92b9d22 a{color: white;}
.logoSocial img{border-radius: 50%;}
.homepageSocial h2{font-size: 25px;}
.socialmedia img{
    border-radius: 5px;
    margin-right: 5px;
    margin-left: 5px;
}

/*Homepage Blurb Block*/
.blockWrap_f279f4381b2a4618a3f5b24836e339c2{
    width: 90%;
    position: absolute;
    left: 5%;
    top: 460px;
}



/*Hero Image Block*/
.blockWrap_f279f4381b2a4618a3f5b24836e339c2{z-index: 2;}

/*Navigation Bar*/
.navContainer{z-index: 4;}

/*Testimonails With Stars*/
.testimonial{ margin: 0 2%; width:46%; float:left;}
.testimonial .testimonial-content{
    margin: 20px 0 50px 0;
    position: relative;
}
.testimonial .testimonial-content:after{
    content: "";
    width: 20px;
    height: 20px;

    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    margin: 0 auto;
    position: absolute;
    bottom: -20px;
    left: 0;
    right: 0;
}
.testimonial .description{
    padding: 25px 35px;
    margin: 0;
    background: #fff;
    border-radius: 15px;
    font-size: 16px;
    color: #333333;
    position: relative;
}
.testimonial .description:before,
.testimonial .description:after{
    font-family: "Font Awesome 5 Free"; font-weight: 900;
    width: 35px;
    height: 35px;
    line-height: 35px;
    border-radius: 8px;
    text-align: center;
    background: #fff;
    position: absolute;
}
.testimonial .description:before{
    content: "\201C";
    top: -18px;
    left: 25px;
    font-size:60px;
}
.testimonial .description:after{
    content: "\201D";
    bottom: -18px;
    right: 25px;
    font-size:60px;
}

/*Ladybird Testimonials*/
blockquote {
    font-family: "Open Sans Regular";
    position: relative;
    margin: 0.5em;
    padding: 0.5em 2em 0.5em 3em; 
}
blockquote:before {
    font-family: "Open Sans Regular";
    position: absolute;
    font-size: 6em;
    line-height: 1;
    top: 0;
    left: 0;
    content: "\201C";
}
blockquote:after {
    font-family: "Open Sans Regular";
    position: absolute;
    float:right;
    font-size:6em;
    line-height: 1;
    right:0;
    bottom:-0.5em;
    content: "\201D";
}
blockquote footer {
    padding: 0 2em 0 0;
    text-align:right;
}
blockquote cite:before {
    content: "\2013";
}
/* Slides */
.mySlides {
    display: none;
    padding: 80px;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 20px;
}
.slideshow-container {
    position: relative;
}
/* Next & previous buttons */
.prev, .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    margin-top: -30px;
    padding: 16px;
    font-weight: bold;
    font-size: 20px;
    border-radius: 0 3px 3px 0;
    user-select: none;
}
/* Position the "next button" to the right */
.next {
    position: absolute;
    right: 0;
    border-radius: 3px 0 0 3px;
}
.prev {
    position: absolute;
    left: 0;
    border-radius: 3px 0 0 3px;
}
/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
  color: white;
}
/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}
/* The dot/bullet/indicator container */
.dot-container {
  text-align: center;
  padding: 20px;
  background: #ddd;
}


/*-----SERVICES PAGE DESIGN----*/
.block_ab99c69c1b6e4a919a24fcb7c5cc2c77 .item .contentTitle{
    z-index: 4;
    position: relative;
    background: #fff;
    width: 90%;
    margin-left: 5%;
    border-radius: 6px;
    padding-top: 5px;
}
.block_ab99c69c1b6e4a919a24fcb7c5cc2c77 .item p{
    padding-top: 20px;
    margin-top: 20px;
}
.block_ab99c69c1b6e4a919a24fcb7c5cc2c77 .item img{
    height: 150px;
    width: 100%;
    object-fit: cover;
}
.block_ab99c69c1b6e4a919a24fcb7c5cc2c77 .item .itemImg{
    position:relative;
    z-index: 0;
}
.block_ab99c69c1b6e4a919a24fcb7c5cc2c77 .item .contentTitle{
    margin-top: -35px;
    z-index:3;
    position:relative;
}





/*----CONTACT PAGE DESIGN----*/
.block_a664082eac7b4b09bf2216fc6abae470 .imgGridItem:nth-of-type(2) .imgEffect-content::before{
  content: url(); zoom:50%; display:inline-block;
}

.block_a664082eac7b4b09bf2216fc6abae470 .imgGridItem:nth-of-type(2) .imgEffect-content p{line-height:1.5;}
.block_a664082eac7b4b09bf2216fc6abae470 .imgGridItem:nth-of-type(2) .imgEffect-content .contentTitle{color:#82c2c0;}

.blockWrap_ec42fbbb430c4254931f71e3d6c9ea1e .blockContent{
    padding-left: 0px !important;
    padding-right: 0px !important;
}
.blockWrap_ec42fbbb430c4254931f71e3d6c9ea1e  .itemsCollectionContent{
    margin:-1em !important;
}

.mmap iframe{
    height: 90vh;
}

/*-----GLOBAL STYLES----*/
/*Button styling*/
.button{ padding: 10px 15px !important;}

/*Mobile privacy policies*/
#navTopLevel > li:nth-last-of-type(-n + 2){display: none;}

/*Text Formatting*/
.blockText p{padding-bottom:.3em !important;}
.blockText ul{padding-bottom:.3em !important;}

/*Hide Mobile only items*/
.blockWrap_e44b312aaa1d458392b2367a3cc1423a{display: none;}
.blockWrap_c78c35d22f6b438da26f51bda41d1c77{display: none;}

/* Small Headlines */
    .block_b928fe7eb7af4377b68e1077815f5a6e .contentTitle,
    .block_b9a7cd6c20e149eb9ff5f14437890f2a .contentTitle {letter-spacing: 0; font-weight: bold}
    
/* Expandable Menu */ 
    .navContent ul li ul {max-width: 400px !important;}


/*-----FOOTER DESIGN------*/
.block_a45f4e74411e4a73920a47ea62e26397 a{padding:10px;}

.mfItem{
    padding-bottom: 0px;
}

@media only screen and (min-width: 767px) {
    .block_ec42fbbb430c4254931f71e3d6c9ea1e .item{
        position:absolute;
        right:5%;
        top: 30%;
    }
    
}



/*MOBILE VIEW DESIGN*/



/*------HOMEPAGE DESIGN-----*/
@media only screen and (max-width: 767px) {
    .block_ec42fbbb430c4254931f71e3d6c9ea1e .item{
        width: 100vw;
    }
    

    /*Homepage Blurb Block*/
    .blockWrap_f279f4381b2a4618a3f5b24836e339c2{
        position:static;
        width:100%;
        padding-top:40px!important;
        padding-bottom:40px!important;
    }

    /*Footer Privacy Policies Display*/
    .mobilePrivacyTerms {
        display: inline-block;
        list-style: none;
        font-size: 14px;
    }
    .mobilePrivacyTerms a{color: white;}
    .mobilePrivacyTerms a:nth-of-type(1){padding-left: 5px;}

    /*show cloned nav buttons for mobile*/ 
    .navButtonWrap.navButtonMobile {
        display: block;
    }
    
    /*Mobile Block Option 2*/
    .block_b83ef3453d02484e8ca2bf6c49bc7476 .itemImg{
        width: 40%;
        margin: 2%;
        display: inline;
    }
     .block_b83ef3453d02484e8ca2bf6c49bc7476  .blockText{
        background-color: rgb(0,0,0,.8);
        padding:20px;
    }
    .blockWrap_b83ef3453d02484e8ca2bf6c49bc7476 {padding-bottom:40px !important;}
    .blockWrap_b83ef3453d02484e8ca2bf6c49bc7476  strong{font-size: 16px !important;}
    
    /*Display blocks only on mobile*/
    .blockWrap_c78c35d22f6b438da26f51bda41d1c77{display: block;}
    .blockWrap_b3d2f480c4f64309bf90008a7a55f43{display: block;}
    .blockWrap_e44b312aaa1d458392b2367a3cc1423a{display: block;}
    .block_e0f3d6c1103e4a2cbe110e30bd0c2048 {display: block !important;}
    
    /*Hide content on mobile*/
    .block_e848b4a443384e95bd52f7416c5b9531 p{display: none;}
    .block_b74156172da64137b8a09f21304dad80 .item p{display: none;}
    .block_c6a545ab8bcb4326b178f8f35886cf6a .itemInnerContent a{display: none;}
    .block_f0d560c6c8d34e70aac766580745993d {display: none !important;}
    .blockWrap_c9322767cd04448f96bf28e0aa380565{display: none;}
    
    /*Format blocks for mobile*/
    .mySlides{
        margin: 0 !important;
        padding: 0 !important;
    }
    
    /*Global Font Size For Mobile*/
    p{font-size: 16px !important;}
    
    /*homepage Testimonial 2*/
    .block_b399442da3a0479298945d008e96eaf6{padding-top:20px !important;}
    
    /*Social Media And Contact Block*/
    .socialmedia{width:100% !important;}
    .logoSocial{width:100% !important; padding-top:20px;padding-bottom:20px;}
    .ContactHomepage{width:100% !important;}
    
    /*Ladybird Testimonials*/
    .testimonial{
        display:block !important;
        width: 100%!important;
    }
    
    /*Natural Pharmacy Blurb Homepage*/
    .blockWrap_b0cace964e444674a2871ebbbd05336d .contentTitle{text-align:center !important;}
    .blockWrap_b0cace964e444674a2871ebbbd05336d .blockInnerContent{text-align:center !important;}

        /*REFILL & TRANSFER BUTTON - HOMEPAGE MOBILE*/
    .block_bf13b1c7d9354303bfef8aedb18942cc{display: block !important;}

}




/* BREAKPOINT 420 */
@media only screen and (max-width: 420px){
    /*homepage*/
     /* Hero Headline */
        .block_cc0b029335a148c5b48a9b5d15591630 .contentTitle {font-size: 32px;}
    /*footer*/
        .footerContent .contentTitle {font-size: 32px;}
}
/*open_enrollment_2020*/
.blockWrap_faff172e16344e30aefa58e675438fa4 {display:none;}