﻿.contact-widget, .social-btn:hover {
  color: #fff;
}

.contact-widget .phone-line i,
.contact-widget .contact-link i {
  margin-right: 6px;
}

.contact-widget .contact-link {
  text-decoration: none;
}

.social-row {
  margin-top: 12px;
}

.social-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  margin-right: 8px;
  border-radius: 50%;
  color: #fff;
  font-size: 18px;
  text-decoration: none;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.social-btn:hover {
  transform: translateY(-2px);
  opacity: 0.85;
}

/* Brand colors */
.social-btn.facebook {
  background: #1877f2;
}

.social-btn.x {
  background: #000;
}

.social-btn.instagram {
  background: linear-gradient(45deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888);
}

.social-btn.linkedin {
  background: #0a66c2;
}

.social-btn.tiktok {
  background: #000;
}

.site-logo {
  width: auto;
  padding: 0px 0 0px 50px;
  text-decoration: none;
}

.input-group-addon {
  border: 0px solid #ccc;
}

.slider-style, .slider-style.h2 {
  color: #fff;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.8);
}

.activeUrl {
  color: #94C23D !important;
}

.product-thumb, .list-thumb {
  margin-top: 20px;
}

.product-badge {
  z-index: 1;
}

.option-image {
  max-height: 200px;
  padding: 10px;
}

ul.thumbnails.image_picker_selector li .thumbnail img {
  max-height: 60px;
}

#avatar-show-choice, #avatar-hide-choice {
  padding-left: 20px;
  cursor: pointer;
}

.definition {
  color: #94C23D;
  font-weight: bold;
  cursor: help;
  text-decoration: none;
}

.article-blurb {
  height: 350px;
}

.promo-container {
  padding-top: 30px;
}

.sciencequote blockquote::before {
  position: absolute;
  top: 24px;
  left: -75px;
  color: #18AFE1;
  font-size: 82px;
  font-style: italic;
  line-height: 0.8;
  content: "?";
}

blockquote cite::before {
  display: inline-block;
  margin-top: -2px;
  margin-right: 8px;
  color: #94C23D;
  font-family: feather;
  font-size: 0.95em;
  content: "\f0eb";
  font-family: FontAwesome;
  vertical-align: middle;
}

div.references a {
  text-decoration: none;
  color: #3f51b5;
  font-weight: bold;
}

div.references p {
  position: relative;
}

div.references p span {
  position: absolute;
  top: -150px;
}

div.all-references a {
  text-decoration: none;
  color: black;
}

div.all-references em {
  color: #3f51b5;
}

.science-image-right {
  float: right;
  width: 400px;
  padding: 10px 0px 5px 20px;
  margin-bottom: 20px;
}

.science-image-right figcaption {
  text-align: right;
}

.science-image-left {
  float: left;
  width: 400px;
  padding: 10px 20px 5px 0px;
  margin-bottom: 20px;
}

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

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

.science-hero {
  background-image: linear-gradient(transparent, #696969);
}

.modal {
  background-color: black;
  background-color: rgba(0, 0, 0, 0.4);
  -webkit-transition: 0.5s;
}

.modal-dialog {
  top: 150px;
}

.modal-content {
  border-radius: 15px;
  border-color: #3f51b5;
}

.modal-header {
  display: block;
}

.modal-footer .btn {
  margin-left: 10px !important;
  margin-right: 10px !important;
  margin-bottom: 8px !important;
  padding-right: 20px !important;
  border-radius: 15px;
  border-color: #3f51b5;
  display: block;
}

.card-body {
  text-align: left;
}

.hanging-indent {
  padding-left: 22px;
  text-indent: -22px;
}

.other-science-page {
  margin-bottom: 20px;
}

.science-content p {
  font-size: 16px;
}

.science-content cite {
  font-size: 15px;
}

#tagline {
  background-color: #7BB806;
  background-image: -moz-linear-gradient(top, #A9E729 0%, #7BB806 100%);
  background-image: -o-linear-gradient(top, #A9E729 0%, #7BB806 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #A9E729), color-stop(1, #7BB806));
  background-image: -webkit-linear-gradient(top, #A9E729 0%, #7BB806 100%);
  background-image: -ms-linear-gradient(top, #A9E729 0%, #7BB806 100%);
  background-image: linear-gradient(to bottom, #A9E729 0%, #7BB806 100%);
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3), 0px -2px 2px rgba(0, 0, 0, 0.2);
  position: relative;
  font-size: 25px;
  text-align: center;
  padding: 10px 0;
  color: #fff;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}

.navbar {
  margin-bottom: 0;
}

h1 {
  color: #93D118;
}

h2 {
  color: #069FE7;
  font-size: 23px;
}

.page-title {
  margin-bottom: 20px;
}

.site-footer {
  background-color: #333;
  background-image: -moz-linear-gradient(top, #515151 0%, #333 100%);
  background-image: -o-linear-gradient(top, #515151 0%, #333 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #515151), color-stop(1, #333));
  background-image: -webkit-linear-gradient(top, #515151 0%, #333 100%);
  background-image: -ms-linear-gradient(top, #515151 0%, #333 100%);
  background-image: linear-gradient(to bottom, #515151 0%, #333 100%);
}

.hero-slider {
  min-height: 700px;
}

div.item div.container div.slider-text {
  margin: 0 10% 10% 10%;
  min-height: 600px;
}

div.item div.container div.slider-text.center, div.item div.container div.slider-text.center * {
  text-align: center;
}

div.item div.container div.slider-text.center ul {
  margin: 10px auto;
  display: block;
  max-width: 440px;
}

div.item div.container div.slider-text.center li {
  text-align: left;
}

div.item div.container div.slider-text.right, div.item div.container div.slider-text.right * {
  text-align: right;
}

div.item div.container div.slider-text.right li {
  text-align: left;
}

div.item div.container div.slider-text img {
  float: left;
  max-width: 500px;
  margin-right: 10px;
}

div.item div.container div.slider-text h1, div.item div.container div.slider-text h2, div.item div.container div.slider-text p, div.item div.container div.slider-text li {
  color: #fff;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.9);
}

div.item div.container div.slider-text p, div.item div.container div.slider-text li {
  font-size: 18px;
}

div.item div.container div.slider-text .btn {
  min-width: 310px;
}

.col-xs-6 {
  width: 50%;
}

.subscribe-form .input-group .form-control {
  padding-left: 45px;
}

em.required {
  color: #9FC526;
  font-weight: bold;
}

.product-gallery {
  padding-top: 0;
}

#product-primary-imgage {
  min-width: 100%;
}

.page-title {
  background: #fff;
  padding: 20px 0;
}

.page-title h1 {
  color: #93D118;
  font-size: 37px;
}

.page-title .breadcrumbs {
  text-align: left;
}

.product-card {
  padding: 0;
}

.product-card .product-thumb {
  margin-top: 10px;
}

.product-card .product-buttons {
  padding-left: 18px;
  padding-right: 18px;
}

.product-card .product-thumb > img {
  max-height: 240px;
  min-height: 240px;
  max-width: 240px;
  min-width: 140px;
  overflow: hidden;
}

.NutrionalFactsTitle {
  color: #333333;
  font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
  font-size: 22px;
  font-weight: bold;
}

.BottomBorder {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #D09D27;
  font-size: 11px;
}

.NutritionalFactsBorder_Inside {
  border-right: 4px solid #333333;
  border-bottom: 4px solid #333333;
  border-left: 4px solid #333333;
  font-size: 11px;
}

.NutritionalFactsBorder_Bottom {
  border-bottom: 1px solid #333333;
  font-size: 11px;
}

.NutritionalFactsBorder_RightBottom {
  border-bottom: 1px solid #333333;
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: #333333;
  font-size: 11px;
}

.InvalidLogin {
  font-size: 11px;
  font-weight: bold;
  color: #993300;
}

.ColumnHeader {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #787878;
  font-weight: bold;
}

#ProductInformation {
  height: 327px;
}

#ProductTabs img {
  padding-right: 2px;
}

#InfoBox {
  border: solid 1px #5062B6;
}

#InfoBox h2 {
  font-size: 16px;
  font-variant: small-caps;
  border-bottom: solid 1px #787878;
  margin: 5px 0px;
  padding: 30px 0px 5px 0px;
}

#Supplement-Facts-Container {
  border-top: solid 4px #000;
  padding: 0;
}
#Supplement-Facts-Container td {
  padding: 0;
  border-top: none;
}
#Supplement-Facts-Container table {
  margin-bottom: 0;
}

#Customer-Reviews-Container, #How-To-Use-Container {
  padding: 7px;
  height: 328px;
  overflow: auto;
}

.NutritionalFactsBorder_Inside {
  border-right: 4px solid #333333;
  border-bottom: 4px solid #333333;
  border-left: 4px solid #333333;
  font-size: 11px;
}

.NutritionalFactsBorder_Bottom {
  border-bottom: 1px solid #333333;
  font-size: 11px;
}

.NutritionalFactsBorder_RightBottom {
  border-bottom: 1px solid #333333;
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: #333333;
  font-size: 11px;
}

.NutritionalFactsBorder {
  border: 4px solid #333333;
  padding: 2px;
}

.NutrionalFactsTitle {
  font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
  font-size: 22px;
  font-weight: bold;
  color: #333333;
}

#Supplement-Facts-Container .FormText {
  font-size: 12px;
  padding: 4px 0;
}

.FormatText {
  vertical-align: top;
}

/* Smaller Resolution Styles */
@media (max-width: 1400px) {
  .site-menu > ul {
    margin: 0 0 0 340px;
  }
  .site-menu ul > li > a {
    padding: 0 10px;
  }
  .site-menu > ul > li:first-child {
    display: none;
  }
}
/* Mobile Styles */
@media (max-width: 767px) {
  .site-logo {
    width: 260px;
    padding: 0px 0 0px 20px;
    text-decoration: none;
  }
  .owl-carousel.large-controls .owl-prev, .owl-carousel.large-controls .owl-next {
    display: none;
  }
  div.item div.container div.slider-text {
    margin: 10px 10px 50px 10px;
    min-height: 900px;
  }
  div.item div.container div.slider-text img {
    float: none;
    max-width: 100%;
    margin-right: 10px;
  }
  div.item div.container div.slider-text.center ul {
    margin: 10px auto;
    display: block;
    max-width: 300px;
    font-size: 16px;
  }
}
