/*-----MENU------*/
.container .one-fourth.column{
    width: 100px;
}
.container .navigation {
    margin-left: 0;
    margin-right: 0;
}
.navigation nav ul{
    display: flex;
    margin-top: 1rem;
    flex-wrap: wrap;
}
.navigation nav ul li{
    white-space: nowrap;
}
.dropdown:hover .dropbtn {
    /*background-color:#ddd;*/
    opacity: 1;
  }
  
  .dropdown-content {
    display: none;
    position: absolute;
    background-color: rgba(128, 128, 128, 0.582);
    min-width: 160px;
    /*box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);*/
    z-index: 1;
  }
  
  .dropdown-content a {
    float: none;
    padding-top: 15px;
    text-decoration: none;
    display: block;
    text-align: left;
    color: #ffffff;
  cursor: pointer;
  font-family: "Montserrat";
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.1em;
  opacity: 0.5;
  }
  
  .dropdown-content a:hover {
    /*background-color: #ddd;		*/				  
      opacity: 1;
  }
  
  .dropdown:hover .dropdown-content {
    display: block;
  }
/*-----HOME------*/
section.home .title .registered, section.contact .title .registered {
    display: inline;
    font-size: 32px;
}
/*-----TESTIMONIALS------*/
section.blog .cover.testi {
    background-image: url(../img/testimonials/banner.jpg);
}
section.blog .post .info { display: flex; height: 100%; }
section.blog .post .info > div > img { margin-right: 1rem; }
section.blog .post .info .date { 
    text-align: right;
    font-size: 14px; 
    margin-bottom: 0;
    font-weight: bold;
}
section.blog .post .info .origin { font-size: 12;
    font-weight: normal;} 
section.blog .post .info .title{ margin-bottom: 10px; }
.testititle{
    margin-bottom: 30px;
}


/*-----DISTRIBUTORS------*/
section.blog .cover.comm {
    background-image: url(../img/community/banner.jpg);
}
section.blog .post .info .state{ margin-bottom: 0px; font-size: 17px; }
section.blog .post .info .dentist{ font-size: 14px; }
section.blog .post .info .dentist_info{ text-align: left; }
.container .one-third.column.contact{ float: none; display: block; }
section.blog .post .info.contact_info{ display: block; }
section.blog .contac_container{ display: flex; }
section.blog .post .thumbnail{ height: 2px; background: #d0b66d; }
section.blog .post .thumbnail.separator{width: 100%; height: 4px; background: #c53a54; }
section.blog .post .info .separator{ font-size: 30px; }
section.blog .cover.dist {
    background-image: url(../img/distributors/map2.jpg);
}
section.blog .headtext {
    background: #dddddd;    
    padding: 30px 0 5px 0;
}
section.blog .headtext .headcontainer {
    width: 100%;
    margin: auto;
    padding: 3%;
}
section.blog .headtext h3{
    margin-bottom: 25px;
}
/*-----BECOME------*/
section.blog .headtext .headcontainer.become {
    text-align: left;    
}
section.blog .headtext .headcontainer.become h4 {
    margin-bottom: 30px;
}
section.blog .headtext .headcontainer.become .line1 {margin-bottom: 50px;}
section.blog .headtext .headcontainer.become .line2 {margin-bottom: 10px;}
section.blog .headtext .headcontainer.become .line3 {margin-bottom: 30px;}
/*-----PRODUCTS------*/
section.blog .cover.prodban {
    background-image: url(../img/products/banner.jpg);
}
section.blog .cover.prod { margin-bottom: 0;background-image: url(../img/products/skin.jpg);}
section.blog .cover.pets {
    background-image: url(../img/products/horsedog.jpg);
    margin-bottom: 0;
}
section.blog .cover.dent {
    background-image: url(../img/products/dental.jpg);
}
section.blog .headtext.prod {
    padding-bottom: 30px;
    background-color: #ffffff;
    
}
section.blog .headtext.prod.mapw {    
    background-color: white;    
}
section.blog .headtext.prod .headcontainer.mapw {
    padding: 0 50px;
    text-align: left;
}
section.blog .prodcont {
    display: flex;
    justify-content: center;
    background-color: #ffffff;
}
section.blog .prodcont .post{
    cursor: pointer;
}
section.blog .post .thumbnail.prodth, .blog .post .thumbnail.prodth img {
    /*cursor: pointer;*/
    height: unset;
    width: unset;
    background: white;
}
section.blog .post .info.prodth { display: inherit; height: unset; }
section.blog .post .info.prodth .date { text-align: left; font-size: 12px; }
.container.vertical-center.prod {top: 0; background-color: white;}
/*-----OUR STORY------*/
section.services .cover.ourst {
    background-image: url(../img/ourstory/mountain.jpeg);
}
section.services .service .faqs {
    width: 100%;
    height: fit-content;
    padding-top: 10px;
    padding-bottom: 0px;
    padding-left: 30px;
    padding-right: 30px;
    margin: 0;
    background: none;
    border-style: solid;
    border-width: 3px;
}
section.services .service .faqs .title {
    color: black;
    padding-bottom: 5px;
}
section.services .service .faqs .text {
    color: #676565;
}
section.services .service .line {
    height: 1px;
    background: grey;
}
/*-----CONTACT------*/
section.contact .cover.cont {
    background-image: url(../img/contact/banner3.jpg);
    
}
section.contact .map {
    background-image: url(../img/contact/map.png);
    
}
section.contact .cover .overlay{
    
        background: rgba(0, 0, 0, 0.3) !important;
    
}
/*-----MODAL------*/
body {font-family: Arial, Helvetica, sans-serif;}
/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0, 0, 0, 0.623); /* Black w/ opacity */
  }
  
  /* Modal Content */
  
  
  /* The Close Button */
  .close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
  }
  
  .close:hover,
  .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
  }
  .modal-content {
      background-color: #fefefe;
      margin: auto;
      border: 1px solid #888;
      max-width: 60%;
      max-height: 500px;
      width: 100%;
      height: 100%;
      position: absolute;
      left: 20%;
      top: calc(50vh - 250px);
  }

  .modleft, .modright{
      height: 100%;
      width: 50%;
      padding: 0px;
      margin: 0px;
      float: left;
  }
  .modleft{
      text-align: left;
      background: #f2f2f2;
      padding-left: 25px;
      padding-top: 17px;
  }
  .modleft .title{
      font-size: 30px;
      margin-top: 55px;}
  .modleft .price{    
      font-size: 24px;
      margin-top: 100px;}
  .modleft .description{    
      font-size: 15px;
      margin-top: 15px;
      padding-right: 15px}
  .modright img{
      height: 80%;
  }
