/* FONT */
/*
@font-face { font-family: Colette; src: url('../fonts/Colette-Regular.otf'); }
*/
@font-face {
  font-family: Colette;
  src: url('../fonts/Colette-Regular.eot?#iefix') format('embedded-opentype'),  url('../fonts/Colette-Regular.otf')  format('opentype'),
         url('../fonts/Colette-Regular.woff') format('woff'), url('../fonts/Colette-Regular.ttf')  format('truetype'), url('../fonts/Colette-Regular.svg#Colette-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
}
/*
@font-face { font-family: Colette; font-weight: bold; src: url('../fonts/Colette-Bold.otf'); }
*/
@font-face {
  font-family: Colette;
  src: url('../fonts/Colette-Bold.eot?#iefix') format('embedded-opentype'),  url('../fonts/Colette-Bold.otf')  format('opentype'),
         url('../fonts/Colette-Bold.woff') format('woff'), url('../fonts/Colette-Bold.ttf')  format('truetype'), url('../fonts/Colette-Bold.svg#Colette-Bold') format('svg');
  font-weight: bold;
  font-style: normal;
}

@font-face { font-family: SourceSansPro; src: url('../fonts/SourceSansPro-Regular.otf'); }
@font-face { font-family: SourceSansPro; font-weight: bold; src: url('../fonts/SourceSansPro-Bold.otf'); }
@font-face { font-family: GarageGothic; src: url('../fonts/GarageGothic-Black.otf'); }
html, html a {
    -webkit-font-smoothing: antialiased;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
}
body {
}
textarea:focus, input:focus{
    outline: 0;
}
p,ol li, ul li {
    font-family: SourceSansPro,"lucida grande", tahoma, verdana, arial, sans-serif;
    line-height: 26px;
    font-size: 14px;
}
.entry-content ul {
    list-style: disc;
    padding-left: 20px;
}
.entry-content ul li {
    list-style-type: disc;
    padding-left: 10px;
}
time {
    font-family: SourceSansPro,"lucida grande", tahoma, verdana, arial, sans-serif;
}
a:link,
a:visited,
a:hover,
a:focus,
a:active {
  color: #5b0456;
}
.site-footer a:link,
.site-footer a:visited,
.site-footer a:hover,
.site-footer a:focus,
.site-footer a:active {
  color: #fff;
}
a {
    color: #4a0346;
    text-decoration: none;
}

a:hover {
    color: #4a0346;
}

.default-layout {
    padding: 50px 150px;
}
.default-layout .in-content {

}
.slider-pretend video{
    object-fit: cover;
    max-height: 465px;
}
.contact img.hidden-xs{
    max-height: 465px;
}
.entry-footer {
    background: transparent;
    font-style: italic;
    font-size: 12px;
    color: #393939;
    padding: 0px;
}
.comment-meta {
    background: transparent;
    padding: 0px;
}
.comment-author {
    color: #5b0456;
}
.comment-list {
    list-style: none;
    padding-left: 0;
}
ol.children {
    list-style: none;
}
footer ul li {
    font-size: 14px;
}
footer ul li a {
    font-family: SourceSansPro,"lucida grande", tahoma, verdana, arial, sans-serif !important;
    opacity: 0.8;
    display: inline-block;
}
footer ul li a:hover {
    color: white;
    opacity: 1; 
}
.clear {
    clear:both;
}
*:focus {
    outline: 0;
}
input, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    padding: 10px 15px;
    color: #5b0456 !important;
    border-radius: 9px;
    border: 1px solid #d4d3cf;
    background-color: #f2f0e9;
    width: 100%;
    margin-bottom: 24px;
    min-height: 42px;
font-family: SourceSansPro,"lucida grande", tahoma, verdana, arial, sans-serif;
}
select {
    height: 42px;
    text-indent: 5px;
}

input[placeholder],
    [placeholder],
    *[placeholder] {
    color: gray;
    font-weight: normal;
}
input::-webkit-input-placeholder,textarea::-webkit-input-placeholder {
    color: #5b0456;
    font-weight: normal;
    font-style: normal;
}

input:-moz-placeholder,textarea:-moz-placeholder { /* Firefox 18- */
    color: #5b0456;
    font-weight: normal;
    font-style: normal;
}

input::-moz-placeholder,textarea::-moz-placeholder {  /* Firefox 19+ */
    color: #5b0456;
    font-weight: normal;
    font-style: normal;
}

input:-ms-input-placeholder,textarea::-ms-input-placeholder {  
    color: #5b0456;
    font-weight: normal;
    font-style: normal;
}
/* GOOGLE */ 
.pac-container:after {  /* Disclaimer: not needed to show 'powered by Google' if also a Google Map is shown */
    background-image: none !important;
    height: 0px;
}
.entry-title {
}
.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.page-header {
    padding-bottom: 0px !important;
    margin: 0px;
    border-bottom: 0px solid transparent;
}
/* MENU */

.sidr {
    display: none;
    position: absolute;
    position: fixed;
    top: 0;
    height: 100%;
    z-index: 800;
    width: 260px;
    overflow-x: none;
    overflow-y: none;
    font-family: Colette,"lucida grande", tahoma, verdana, arial, sans-serif;
    font-size: 15px;
    background: #5b0456;
    color: #fff;
    overflow:hidden;
}

.sidr-buffer {
    display: none;
    position: absolute;
    position: fixed;
    top: 0;
    height: 100%;
    z-index: 999999;
    width: 260px;
    overflow-x: none;
    overflow-y: auto;
    font-family: Colette,"lucida grande", tahoma, verdana, arial, sans-serif;
    font-size: 15px;
    background: #fefcef;
    color: #fff;
}
.sidr  ul li:hover  > a {
    position: relative;
    z-index: 300;
}
.sidr  ul li:hover  > a > span.sidr-class-icon {
    margin-right: 0px;
}
a > span.sidr-class-span-text {
    margin-left:0px;
}
.sidr>.sidr-inner>.sidr-class-nav>ul>li:hover  > a > span.sidr-class-span-text {
    font-size: 15px;
    background-color: #4a0346;
    color: white;
    width: 211px;
    margin-left: -10px;
    padding: 0px 0px;
    padding-left: 10px;
    padding-right:10px;
    padding-bottom: 2px;
}
.sidr ul li ul li a, .sidr ul li ul li:hover span{
    color: white;
}
.sidr  ul li > a > span.sidr-class-span-icon {
    margin-left:-10px;
}
.sidr  ul li:hover > ul {
    right: 0px;
    top: 0;
    color: black
}
.sidr  ul li:hover {
    z-index: 200;
    transition: none;
}

.sidr  ul li > ul {

    position: absolute;

    background-color: #fefcef;
    border: none;

    padding-top: 150px;
    right: -211px;
    min-width: 211px;

    z-index: 100;

    height: 100%;

    -webkit-transition: all 0.25s ease;

    -moz-transition: all 0.25s ease;

    -ms-transition: all 0.25s ease;

    transition: all 0.25s ease;

}
.sidr ul li > ul li {
    padding-left: 0px;
}
.sidr  ul li > ul li a
{
    color: #4a0346;

}

.sidr  ul li > ul li a:hover
{


}


.sidr .sidr-inner {
    padding: 0 0 15px;
}
.sidr .sidr-inner>p {
    margin-left: 15px;
    margin-right: 15px;
}
.sidr.right {
    left: auto;
    right: -260px;
}
.sidr.left {
    left: -260px;
    right: auto;
}
.sidr h1, .sidr h2, .sidr h3, .sidr h4, .sidr h5, .sidr h6 {
    font-size: 11px;
    font-weight: normal;
    padding: 0 15px;
    margin: 0 0 5px;
    color: #fff;
    line-height: 24px;
    background-image: -webkit-gradient(linear,  50% 0%,  50% 100%,  color-stop(0%,  #4d4d4d),  color-stop(100%,  #1a1a1a));
    background-image: -webkit-linear-gradient(#4d4d4d, #1a1a1a);
    background-image: -moz-linear-gradient(#4d4d4d, #1a1a1a);
    background-image: -o-linear-gradient(#4d4d4d, #1a1a1a);
    background-image: linear-gradient(#4d4d4d, #1a1a1a);
    -webkit-box-shadow: 0 5px 5px 3px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 5px 3px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 5px 3px rgba(0, 0, 0, 0.2);
}
.sidr p {
    font-size: 13px;
    margin: 0 0 12px;
}
.sidr p a {
    color: rgba(255, 255, 255, 0.9);
}
.sidr>p {
    margin-left: 15px;
    margin-right: 15px;
}
.sidr ul {
    display: block;
    margin: 0 0 15px;
    padding: 0;
}
.sidr ul li {
    display: block;
    margin: 0;
    line-height: 48px;
    text-align: left;
    padding-left: 10px;
    padding-right: 0px;
}
.sidr ul li:hover, .sidr ul li.active, .sidr ul li.sidr-class-active {
    border-top: none;
    line-height: 49px;
    background-color: #4a0346; 
}
.sidr ul li:hover>a, .sidr ul li:hover>span, .sidr ul li.active>a, .sidr ul li.active>span, .sidr ul li.sidr-class-active>a, .sidr ul li.sidr-class-active>span {

}
.sidr ul li a, .sidr ul li span {
    padding: 0px 10px;
    display: block;
    text-decoration: none;
    color: #fff;
    line-height 15px;
    padding-right: 0px;
}

.sidr ul li span {
padding: 0px 0px;
}
.sidr ul li a, .sidr ul li span {
    display: inline-block;
}
.mini-menu ul li .span-text,.mini-menu ul li .sidr-class-span-text{
    display: none;
}
.mini-menu {
    width: 100px;
}
.mini-menu ul li a {
    display: block;
    text-align: center;
}
.mini-menu ul li {
    padding-left: 10px !important;
    padding-right: 0px;
}
.sidr ul li ul {
    border-bottom: none;
    margin: 0;
    display: block;
}
.sidr ul li:hover ul {
}
.sidr ul li ul li {
    line-height: 40px;
    font-size: 13px;
}
.sidr ul li ul li:last-child {
    border-bottom: none;
}
.sidr ul li ul li:hover, .sidr ul li ul li.active, .sidr ul li ul li.sidr-class-active {
    border-top: none;
    line-height: 41px;
}
.sidr ul li ul li:hover>a, .sidr ul li ul li:hover>span, .sidr ul li ul li.active>a, .sidr ul li ul li.active>span, .sidr ul li ul li.sidr-class-active>a, .sidr ul li ul li.sidr-class-active>span {
    color: white;
}
.sidr ul li ul li a, .sidr ul li ul li span {
    color: #4a0346;
    padding-left: 10px;
}
.sidr form {
    margin: 0 15px;
}
.sidr label {
    font-size: 13px;
}
.sidr input[type="text"], .sidr input[type="password"], .sidr input[type="date"], .sidr input[type="datetime"], .sidr input[type="email"], .sidr input[type="number"], .sidr input[type="search"], .sidr input[type="tel"], .sidr input[type="time"], .sidr input[type="url"], .sidr textarea, .sidr select {
    width: 100%;
    font-size: 13px;
    padding: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 0 10px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    border: none;
    background: rgba(0, 0, 0, 0.1);
    color: rgba(255, 255, 255, 0.6);
    display: block;
    clear: both;
}
.sidr input[type=checkbox] {
    width: auto;
    display: inline;
    clear: none;
}
.sidr input[type=button], .sidr input[type=submit] {
    color: #333;
    background: #fff;
}
.sidr input[type=button]:hover, .sidr input[type=submit]:hover {
    background: rgba(255, 255, 255, 0.9);
}

.sidr a.sidr-class-home-logo {
    width: 86px;
    height: 54px;
    background: #5b0456 url(../img/a2-milk-logo.png) no-repeat;
    text-indent: -9999px;
    display: block;
    margin: 20px auto;

    -moz-transition: all 0.25s ease-in;
     -o-transition: all 0.25s ease-in;
     -webkit-transition: all 0.25s ease-in;
     transition: all 0.25s ease-in;
}

.mini-menu a.sidr-class-home-logo {
    width: 60px;
    height: 37px;
    background: #5b0456 url(../img/a2-milk-logo-sm.png) no-repeat;
    text-indent: -9999px;
    display: block;
    margin: 20px auto;
}

.sidr a.sidr-class-home-logo-small {
    /* width: 86px; */
    background: #5b0456 url(../img/a2-milk-logo.png) no-repeat;
    text-indent: -9999px;
    display: block;
    margin: 20px auto;
    width: 44px;
    -webkit-transform:scale(0.9);
    transform:scale(0.9);
    background-size: 100%;
    margin-left: 3px;
}

.sidr>.sidr-inner>.sidr-class-nav>ul>li.menu-item>a>span.icon {
    background: url(../img/icon-sets.png) no-repeat;
    width: 29px;
    height: 34px;
    display: inline-block !important;
    margin: auto auto;
    vertical-align: middle;
    margin-right: 10px;
    text-indent: -9999px;
}
.icon a,.sidr-class-icon>a{
    background: url(../img/icon-sets.png) no-repeat;
    width: 29px;
    height: 34px;
    display: inline-block !important;
    margin: auto auto;
    vertical-align: middle;
    margin-right: 10px;
    text-indent: -9999px;
}

.icon1 a,.sidr-class-a2-icon a>span.sidr-class-icon, .a2-icon a>span.icon{
    /* background-position: 0px 0px !important; */
    /* background: url(../img/a2_Abouta2_Icon.png) no-repeat !important; */
    background-position: 0px -262px !important;
    background-size: 100% !important;
    width: 29px;
    height: 34px;
    display: inline-block !important;
    margin: auto auto;
    vertical-align: middle;
    margin-right: 10px;
    text-indent: -9999px;
}

.icon1 a,.sidr-class-stories-icon a>span.sidr-class-icon, .stories-icon a>span.icon{
    background-position: 0px -307px !important;

}
.icon2 a,.sidr-class-qna-icon a>span.sidr-class-icon, .qna-icon a>span.icon{
    background-position: 0px -60px !important;

}

.icon3 a,.sidr-class-recipes-icon a>span.sidr-class-icon, .recipes-icon a>span.icon{
    background-position: 0px -94px !important;

}

.icon4 a,.sidr-class-product-icon a>span.sidr-class-icon, .product-icon a>span.icon{
    background-position: 0px -29px !important;

}  


.icon5 a,.sidr-class-blog-icon a>span.sidr-class-icon, .blog-icon a>span.icon{
    background-position: 0px -137px !important;

}  


.icon6 a,.sidr-class-hcp-icon a>span.sidr-class-icon, .hcp-icon a>span.icon{
    background-position: 0px -162px!important;
    height: 33px !important;
}  


.icon7 a,.sidr-class-sayhello-icon a>span.sidr-class-icon, .sayhello-icon a>span.icon{
    background-position: 0px -201px !important;
    height: 28px !important;
    margin-top: 5px;
}  

.icon8 a,.sidr-class-find-icon a>span.sidr-class-icon, .find-icon a>span.icon{
    background-position: 0px -226px !important;

}
.icon9 a,.sidr-class-icon9 a>span.icon{
    background-position: 0px -273px !important;
    height: 22px !important;
} 
.icon10 a,.sidr-class-icon10 a>span.icon{
    background-position: 0px -291px !important;
} 
.icon10 a,.sidr-class-about-icon a>span.sidr-class-icon, .about-icon a>span.icon{
    background-position: 0 3px !important;
} 

.fb-icon {
    background-position: 8px 0px !important;
}
.pin-icon {
    background-position: -103px 0px !important;
}
.tw-icon {
    background-position: -30px 0px !important;
}
.gp-icon {
    background-position: -66px 0px !important;
}
.in-icon {
    background-position: -142px 0px !important;
}
.yt-icon {
    background-position: -179px 0px !important;
}

.sidr .sidr-class-home-li a ,.sidr .sidr-class-sidr-class-home-li a{
width: 86px;
height: auto;
background: #5b0456 url(../img/a2-Milk-large-white.png) no-repeat;
text-indent: -9999px;
display: block;
margin: 20px auto;
-moz-transition: all 0.25s ease-in;
-o-transition: all 0.25s ease-in;
-webkit-transition: all 0.25s ease-in;
transition: all 0.25s ease-in;
background-size: 90%
}

.main-menu>ul>li.sidr-class-sidr-class-home-li {
transition: none;
transition: All .3s ease;
-webkit-transition: All .3s ease;
-moz-transition: All .3s ease;
-o-transition: All .3s ease;
}
.main-menu>ul>li.sidr-class-sidr-class-home-li:hover {
    background-color: #5b0456;
}

/* CUSTOM */
#mobile-header {

}

#navigation {
    display: none;
}
.main-menu>ul>li{
    -moz-transition: padding-left .25s ease-in;
     -o-transition: padding-left  .25s ease-in;
     -webkit-transition: padding-left  .25s ease-in;
     transition: padding-left  .25s ease-in;
}
.mini>ul>li{
    padding-left:0px;
}
.navbar-toggle {
    background-color: transparent;
    float: left;
}

.navbar-toggle .icon-bar {
    background-color: white;
}


body {
    background-color: #fefcef;
    font-family: Colette,"lucida grande", tahoma, verdana, arial, sans-serif;
}
footer {
    margin-top: 40px;
    background-color: #4a0346;
    padding: 20px 40px;
    color: white;
    position: relative;
    z-index: 10;
}
footer img.footer-logo {
    display: block;
    margin: auto auto;
    margin-top: 70px;
    margin-left: 20%;
}
footer h4 {
    margin: 30px 0px;
}
footer ul li a {
    font-family: arial, sans-serif;
}

ul.socials li {
    width: 29px;
    margin-right: 10px;
    display: inline-block;
    margin-top: 10px;
}
ul.socials li a.icon {
    background: url(../img/social-icons.png) no-repeat;
    width: 27px;
    height: 27px;
    display: inline-block !important;
    margin: auto auto;
    vertical-align: middle;
    margin-right: 10px;
    text-indent: -9999px;
}
ul {
    list-style: none;
    padding-left: 0px;
}

ul li {
    list-style: none;
    font-size: 12px;
    text-align: left;
}

ul li a {
    text-decoration: none;
    color: #5b0456;
    display: block;
    padding: 10px 0px;
}
footer ul li a { 
    color: white;
}
ul li a:hover, ul li a:active{
    text-decoration: none;
}
.fluid {
    padding-left: 0px;
    padding-right: 0px;
}
.center {
    text-align: center;
}
h1,h2,h3,h4,h5,h6 {
    font-weight: bold;
    margin: 40px 0px;
}

h1.sliderTitle {
    font-size: 77px;
    margin-bottom: 40px;
    margin-top: 0px
}

.page-subheading {
    font-size: 32px;
    font-weight: bold;
    line-height: 32px;
}

h3.sliderTitle {
    font-size: 20px;
    font-size: 4vw;
    margin-bottom: 20px;
    margin-top: 20px;
}

h4 {
    font-size: 14px;
}
 .dumptext {
      width: 100% !important;
      z-index: 10;
      text-align: center;
      position: absolute;
      left: 0 !important;
      top: 50% !important;
      margin-top: 0 !important;
      margin-left: 0 !important;
      transform: translateY(-50%) !important;
      -webkit-transform: translateY(-50%) !important;
    }
.dumptext2 {
    position: absolute;
    width: 36%;
    text-align: center;
    margin-top: -50%;
    z-index: 10;
    margin-left: 10%;
}

.dumptext3 {
    position: absolute;
    width: 36%;
    text-align: center;
    margin-top: -40%;
    z-index: 10;
    margin-left: 50%;
}
.dumptext4 {
    position: absolute;
    width: 100%;
    text-align: center;
    margin-top: -40%;
    z-index: 10;
}

input.ask-question {
    padding: 15px 20px;
    border: 2px solid #5b0456;
    min-width: 500px;
    background-image: url(../img/right-arrow.png);
    background-repeat: no-repeat;
    background-position: 450px 5px;
    width: auto !important;
    background-color: white;
    border-radius: 0px;
}

input.find-input {
    padding: 15px 20px;
    border: 3px solid #5b0456;
    min-width: 350px;
    background-image: url(../img/right-arrow.png);
    background-repeat: no-repeat;
    background-position: 300px 5px;
    position: relative;
    z-index:300;
    margin: auto;
    display: block;
    margin-top: -20px;
}
input.find-input[placeholder] {
    color: #393939;
}
input.newsletter-signup-input {
    padding: 10px 20px;
    border: 2px solid white;
    max-width: 80%;
    border-radius: 30px;
    background-image: url(../img/right-arrow-filled.png);
    background-repeat: no-repeat;
    background-position: 100% 0px;
    margin-bottom: 40px;
}
.newsletter-signup-btn {
    margin-left:-57px;
    border: none;
    background-color: transparent;
    text-indent: -9999px;
    height: 45px;
    width: 15%;
    position: absolute;
    top: 0;
    right: 22%;
}
.load-more,.load-page {
    display: block;
    margin: 20px auto;
    background: url(../img/load-more.png) no-repeat;
    background-position: 0px 0px;
    width: 120px;
    height: 48px;
    text-indent: -9999px
}
.load-more:hover,.load-page:hover {
    display: block;
    margin: 20px auto;
    background: url(../img/load-more.png) no-repeat;
    background-position: 0px -48px;
    width: 120px;
    height: 48px;
    text-indent: -9999px
}

.white {
    color: white !important;
}
.dark {
    color: #393939 !important;
}
.purple {
    color: #5b0456 !important;
}
.Collage{

    padding:0px;

    }

.Collage div{

    /* ensures padding at the bottom of the image is correct */
    vertical-align:bottom;

    /* hide the images until the plugin has run. the plugin will reveal the images*/
    opacity:0;

    }
#feed-container {
    padding: 0px 0px;
}

.feed-content {
    background-color: black;
    width: 100%;
    height: 100%;
min-height: 0px;

}
.feed-content h2, .feed-content h4{
    margin-top: 0px;
    margin-bottom: 0px;
}

.text-story,.top-story {
    padding: 30px 50px;
    background-color: #b2edd7;
    color: #393939;
}
.text-story {
    padding: 30px 50px;
}
.text-story h2 {
    font-size: 38px;
    font-size: 1.8vw;
}
.w6 .text-story h2 {
font-size: 38px;
font-size: 3.2vw;
}
.top-story h2{
    font-size:72px;
    margin-bottom: 10px;
    max-height: 237px;
    font-size: 2.5vw;
}
.story-padding {
    padding-top: 100px;
padding-bottom: 75px;
}
.top-story .feed-author {
    color: #999890;
    display: block;
    margin-bottom: 20px;
}

.share-story {
    background-color: #f0f5b2;
    padding:    50px;
    text-align: center;
}
.feed-share {
    background: url(../img/share-btn.png) no-repeat;
    width: 20px;
    height: 23px;
    text-indent: -9999px;
    position: absolute;
    z-index:    2;
    right: 30px;
    bottom: 30px;
    opacity: 0.9;
}
.feed-share:hover{
    opacity: 1;
}
.feed-share2 {
    background-position: 0px -23px;
}
.feed-content {
    position: inherit;
}
.product-title {
    font-size: 50px;
}
.product-description {
    font-size: 16px;
    font-weight: bold;
    width: 500px;
}
h2.share-your-story {
    background: url(../img/share-your-story.png) no-repeat;
    background-position: top center;
    margin-top: 0px;
    padding-top: 50px;
    font-size: 56px;
    text-align: center;
    position: relative;
margin-bottom: 30px;
}
.feed-detail p {
    margin-top: -30px;
}
.share-story a {
    margin-top: 0px;
}.feed-author {
    color: #999890;
    display: block;
    margin-bottom: 20px;
}
.featured-testimonial .feed-content>a,.featured-img-only>a {
    display: block;
    text-indent: -9999px;
    height: 100%;
    z-index: 100;
    position: relative;
}
h2.read-more-story {
    background: url(../img/stories-bg.png) no-repeat;
    background-position: top center;
    margin-top: 0px;
    padding-top: 90px;
    font-size: 50px;
    text-align: center;
    position: relative;
    margin-bottom: 30px;
    color: white;
}
.read-more-story.purple-font {
    background: url(../img/stories-purple-bg.png) no-repeat;
background-position: top center;
}
.promo-img {
    height: 400px;padding-top: 30px;
padding-bottom: 30px;
}
.promo-img>img {
    height: 100%;
    width: auto;
}
.promo-text {
    padding-top: 50px;
    padding-left: 20px;
}
.feed-detail .promo-text h4 {
    position: relative;
    left: 0px;
    top: 0px;
    color: #079eb5;
    font-size: 3vw;
}
.featured-testimonial .feed-content > a {
}
.featured-testimonial .feed-content >blockquote {
    position: absolute;
    top: 0px;
    padding: 80px 50px 100px 49px;
    font-size: 18px;
    color: #fefcef;
    background-size: 100%;
    margin-left: 5%;
    margin-top: 11%;
    margin-right: 5%;
    min-height: 346px;
    line-height: 28px;
}

.w6 .featured-testimonial .feed-content >blockquote {
    position: absolute;
    top: 0px;
    padding: 70px 37px 40px 44px;
    font-size: 14px;
    color: #fefcef;
    background: url(../img/testimonial-bg.png) no-repeat;
    background-size: 100%;
    margin-left: 5%;
    margin-top: 11%;
    margin-right: 5%;
    min-height: 240px;
    line-height: 22px;
}

.w8 .featured-testimonial .feed-content >blockquote {
    position: absolute;
    top: 0px;
    font-size: 25px;
    color: #fefcef;
    background: none;
    background-size: 90%;
    margin-left: 0%;
    margin-top: 0%;
    margin-right: 0%;
    min-height: 290px;
    line-height: 35px;
    text-align: center;
    margin: 0%;
    height: 100%;
    padding: 10%;
}

.w8 .featured-testimonial .feed-content .consumer {
    font-family: GarageGothic,"lucida grande",tahoma,verdana,arial,sans-serif;
    position: absolute;
    bottom: 33px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 35px;
    color: #fefcef;
    width: 100%;
    left: 0;
    bottom: 0;
    text-align: center;
    bottom: 20%;
}

.w4 .facebook-thumbnail {
    width: 100% !important;
    margin: 0 auto;
    overflow:hidden;
    position: relative;
    height: 50%;
}
.w4 .facebook-thumbnail img {
    
    width: 100%;
    position:absolute;
}
.w4 .feed-play {
    top: 42%;
    left: 30%;
}
.w6 .feed-play {
top: 45%;
left: 36%;
}
.feed-play {
    background: url(../img/play-video.png) no-repeat;
    opacity: 0.8;
    position: absolute;
    width: 156px;
    height: 50px;
    display: block;
    text-indent: -9999px;
    cursor: pointer;
}
.feed-play:hover {
    opacity: 1;
}
.w6 .facebook-thumbnail {
    width: 100% !important;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    height: 50%;
}
.w6 .facebook-thumbnail img {
    left: 0%;
    width: 100%;
    position:absolute;
}
.share-story {
    background-color: #e1eff0;
}
.feed-detail span{
    position: absolute;
    left: 70px;
    top: 56%;
    font-size: 11px;
}
.w4 .feed-detail span {
    position: absolute;
    left: 70px;
    top: 59%;
    font-size: 11px;
}
.twitter-content .feed-detail>span{
    bottom: auto;
    top: 30px;
    left: 65px !important;
    font-size: 15px;
}
.w4 .twitter-content .feed-detail>span{
    bottom: auto;
    top: 30px;
}
.featured-img-only>a.feed-type {
    height: 35px;
}
.featured-img-only>a.feed-share {
    height: 23px;
}
.featured-img-only>a.feed-type, .featured-img-only>a.feed-share {
    position: absolute;
}

.js-display-url,.tco-ellipsis {
    position: relative !important;
}
.invisible {
    display: none;
}
.featured-img-only a.view-img {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 335px;
    text-indent: -9999px;
}
.featured-product-promo .feed-content{
    background: url(../img/product-promo-bg.jpg) no-repeat;
    background-position: top center;
    background-size: cover;

}
.featured-stories-more .feed-content{
    background: none;
    background-position: top center;
    background-size: cover;

}

.featured-story {
}
.featured-story-w-img {
    background-color: #f4f0e0;
}
.feed-detail h4 {
    position: relative;
    left: 55px;
    top: -33px;
    color: #5b0456;
}
.feed-detail {
    padding: 10px 15px ;
}
.feed-avatar {
    position: relative;
}
.featured-story-w-img>img{
    width: 100% !important;
}

.twitter-content {
    background-color: #f4f0e0;
}
.twitter-content .feed-detail {
    padding: 15px 20px;
}
.twitter-content .feed-detail h4,.twitter-content .feed-detail span{
    left: 45px;
}
.twitter-content p{
    margin-top: -20px;
}
.quote {
    padding: 10px 20px;
    background-color: #f0f5b2;
    padding-right: 54px;
}

.feed-content blockquote {
    border-left: none;
    quotes: "\201C""\201D""\2018""\2019";
    margin-bottom: 0px;
    padding: 0px;
    font-size: 1.0vw;
}
/*

.feed-content blockquote:before {
    color: #393939;
    content: open-quote;
    font-size: 2em;
    line-height: 0.1em;
    vertical-align: -0.4em;
}
.feed-content blockquote:after {
    color: #393939;
    content: close-quote;
    font-size: 2em;
    line-height: 0.1em;
    vertical-align: -0.4em;
}*/

.featured-story-sm .feed-detail{
    margin-top: -6px;
    position: relative;
    background-color: #f4f0e0;
}
.featured-story-sm .featured-story-w-img {
    background-color: transparent;
}

.twitter-content .feed-type {
    top:10px;
}
.feed-type {
    background: url(../img/story-icon-sprite.png) no-repeat;
    text-indent: -9999px;
    position: absolute;
    width: 26px;
    height: 38px;
    z-index: 2;
    right: 15px;
    top: 15px;
    opacity: 0.5;
}
.feed-type:hover {
    opacity: 1;
}
.feed-news {
    background-position: 0px 0px;
}

.feed-fb {
    background-position: -27px 0px;
}

.feed-insta {
    width: 28px;
    height: 35px;
    background-position: -23px -37px
}

.feed-pin {
    width: 28px;
    height: 35px;
    background-position: -23px -72px
}

.feed-tw {
    height: 30px;
    background-position: 4px -40px
}
.video .modal-content {
    padding:0px;
    width: auto;
}
.video .modal-content .modal-body {
    padding: 0px;
}
#hcp-popup .modal-dialog{
    width: 800px;
}
#hcp-popup .snp-steps {
    text-align: left;
}

.video .modal-content {
-webkit-box-shadow: none;
box-shadow:none;
    background-color: transparent;
    border: none;
}
.video {
    color: white;
}
.video h2 {
    margin: 0px;
    margin-top: 20px;
    margin-bottom: 10px;
}
.item { float:left;margin-bottom: 0px;}
.item.w2 { width: 20%; }
.item.w4 { width: 33.33%; position: relative; }
.item.w6 { width: 50%; }
.item.w8 { width: 66.66%; }
.item.w12 { width: 100%; }
.item.w4 .featured-story-w-img>img {

max-height: 150px;    
}
.item.w4 .feed-detail p {
    margin-top: -15px;
}
.item.w6 .feed-detail p {
    margin-top:-10px;
    line-height: 30px;
    font-size: 20px;
}
.item.w4 .twitter-content .feed-detail p {
margin-top: -15px;
font-size: 1.3vw;
line-height: 37px;
}
.twitter-timeline-link span{
    left: 0;
    top: 0;
    font-size: 15px;
}
.twitter-timeline-link .invisible {
    display: none;
}
.twitter-content .feed-detail .twitter-timeline-link span {
    left: 0;
}
.feed-share {
right: 15px;
bottom: 15px;
}
.feed-content a.read-more {
    margin-left:0px;
    display: inline;
    text-indent: 0px;
    height: auto;
    z-index: 100;
    position: relative;
}
.dumpitem {
    border:1px solid black;
    padding: 5px;
}
.dumpitem2 {
    border:1px solid black;
    height: 216px;
    padding: 5px;
}
.dumpitem, .dumpitem2 {
    border: none;
}
.w4 .dumpitem,.w4 .dumpitem2,.w8 .dumpitem {
    border: none;
    height: 400px;
}
.w6 .dumpitem,.w6 .dumpitem2 {
    border: none;
    height: 600px;
}
.content-warp {
    margin-left: 260px;
}
.content-4-mini {
    margin-left: 100px;
}
#sidr-main2 {
    display:block;
    left: 0px;
    overflow: hidden
}

.btn {
    font-size: 15px;
    padding: 7px 20px;
    border: 3px solid #5b0456;
    background-color: white;
    color: #5b0456 !important;
    border-radius: 30px;
    margin: 20px 0px;
}
.tran-btn {
    background-color: transparent;
    color: white !important;
    border: 3px solid white;
}
.tran-btn:hover {
    border: 3px solid #5b0456;
}
.btn-transparent {
    background-color: transparent;
    border: 3px solid white;
    color: white;
}
.dark .btn {
    border: 3px solid #393939;
    color: #393939;
}
/*
.dark .btn:hover {
    background-color: white;
    color: #393939;
}
.btn:hover, btn:active {
    color: white;
    background-color: #5b0456;
}
*/
.btn-reverse {
    color: white;
    background-color: #5b0456;
}

.slider-pretend>img{
    width: 100%;
    border-bottom: 1px solid #393939;
}




/* SEARCH TRANSFORM */
::-webkit-input-placeholder { /* WebKit browsers */
  color: #ccc;
  font-style: italic;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  color: #ccc;
  font-style: italic;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: #ccc;
  font-style: italic;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
  color: #ccc !important;
  font-style: italic;  
}


.container-fluid {
    margin-top:0px;
}
/** search input **/
#searchform, #searchform2 {
  display: block;
  margin-bottom: 0px;
}
 
.fieldcontainer {
  display: block;
  position: relative;
  width: 90%;
  margin: 0 auto;
}
 
.searchfield {
    display: block;
    width: 1px;
    padding: 21px 20px;
    border:none;
    border-radius: 30px;
    margin-bottom: 40px;
    -webkit-transition: all 0.25s linear;
    -moz-transition: all 0.25s linear;
    transition: all 0.25s linear;
    position: fixed;
    background-color:transparent;
    padding-right: 80px;
    z-index: 9999;
    right: 2.5%;
    top: 42px;
}
 
.searchfield:focus,.searchfield-expand {
    width: 40%;
    color: #666;
    display: block;
    border: 2px solid #5b0456;
    background-color: white;
    opacity: 0.9;
}

#searchbtn {
  position: fixed;
  z-index: 9999;
  right: 6%;
  top: 21px;
  height: 64px;
  width: 64px;
  border: none;
  cursor: pointer;
  zoom: 1;
  filter: alpha(opacity=65);
  opacity: 0.65;
  background: transparent url('../img/search-icon.png') top left no-repeat;
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  transition: all 0.25s linear;
}

.searchbtn-simple {
    background: transparent url('../img/search-expand.png') no-repeat !important;
    margin-top: 20px;
    margin-right: -20px;
    right: 2.5%!important;
    top: 5.5%!important;
}
#searchbtn:hover, #searchbtn:focus, #search2btn:hover, #search2btn:focus {
    filter: alpha(opacity=90);
    opacity: 0.9;  
}
.searchfield:focus + #searchbtn {
}

.find .slider-text{
    margin: auto;
    position: relative;
    margin-top:-35%;
    text-align: center;
    width: 50%;
}
.find .slider-text>img {
    margin-bottom:-40px;
}
.find .slider-text>p {
    height: 130px;
}
.find>img{
    border-bottom: none;
    min-height: 630px;
    display: block;
    z-index: 1;
    position: relative;
}
.find {
    min-height: 700px;
}


.find-stores {
    background-color: #f8f5e6;
    min-height: 200px;
    margin-top:-70px;
    position: relative;
    z-index:0;
    display: block;
    padding-top: 90px;
}


.stores {
    display: block;
    margin: auto;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 20px;
}
.stores li{
    display: inline-block;
    width: 100px;
    text-align: center;
    vertical-align: top;
    font-weight: 600;
    font-size: 14px;
}
.stores li a {
}
.product-info {
    margin-top: 0px;
    margin-bottom: 50px;
}
.news {
    margin-top: -50px !important;
}
.news .stores {
    margin-bottom: 25px;
}
.news ul.stores>li {
    width: 150px;
}
.news>ul.stores>li>a {
    margin: 0px 10px;
}
.stores li .indicator {
    width: 19px;
    height: 25px;
    margin: auto auto;
    vertical-align: middle;
    text-indent: -9999px;
    margin-bottom:5px;
    overflow: hidden;
    display: block;
    position: relative;background-image: url(../img/sprite-test.png);
}
.mydrop {
    height: 25px;
    width: 19px;
    display: block;
    background-image: url(../img/sprite-test.png);
}
li.active .indicator {
    background-position: 19px 0px !important;
    height: 25px;
}
/*
li:hover .indicator {
    background-position: 38px 7px !important;
    height: 33px;
}
*/
.map {
    padding: 100px 100px;
    padding-bottom: 20px;
}
.map-border {
    border: 1px solid #f4f2e9;
    background-color: #fefcef;
    height: 466px;
}
.map .locations {
    width:20%;
    height: 465px;
    overflow: scroll;
    overflow-x: hidden;
}

.map .locations .location{
    padding: 10px 30px;
    background-color: #e1eff0;
}
.map .locations .location:nth-child(2n+1){
    background-color: #FFF;
}
.map .locations .location h4{
    margin-bottom: 20px;
    margin-top: 20px;
    color: #5b0456;
}
.map .locations .location p {
    color:#676767;
}
.map .locations .odd {
    background-color: white;
}
#map-canvas {
    height: 100%;
    margin: 0px;
    padding: 0px;
    height: 465px;
    width: 80%;
    float: right;
  }

.print-map {
    color: #5b0456;
    padding-left: 35px;
    text-decoration: none;
    background: url(../img/print-icon.png) no-repeat;
    height: 27px;
    margin-top: 10px;
    cursor: pointer;
}

.print-map:hover {
    text-decoration: none;
    color: #5b0456;
}

.stores-listing li{
    display: inline-block;
    margin-right: 0px;
    vertical-align: bottom;
    height: 100px;
    display: -ms-flexbox;
    -ms-flex-pack: center;
    -ms-flex-align: center;
    display: -moz-box;
    -moz-box-pack: center;
    -moz-box-align: center;
    display: -webkit-box;
    -webkit-box-pack: center;
    -webkit-box-align: center;
    display: box;
    box-pack: center;
    box-align: center;
}

.online-stores {
    padding: 10px 100px;
}


.diet {
    padding: 50px 100px;
    padding-bottom: 20px;
}

.diet h2 {
    padding: 20px;
    margin: 0px;
    padding-left: 40px;
    font-size: 25px;
}


.tab-content {
    padding: 50px 30px;
    overflow: hidden;
    height: 500px;
    border: 1px solid #ddd;
    background-color: white;
    font-family: arial, sans-serif;
    color: #676767;
}
.tabs-below > .nav-tabs,
.tabs-right > .nav-tabs,
.tabs-left > .nav-tabs {
  border-bottom: 0;
}

.tab-content > .tab-pane,
.pill-content > .pill-pane {
  display: none;
}

.tab-content > .active,
.pill-content > .active {
    display: block;
    overflow-y: scroll;
    height: 400px;
}

.tabs-below > .nav-tabs {
  border-top: 1px solid #ddd;
}

.tabs-below > .nav-tabs > li {
  margin-top: -1px;
  margin-bottom: 0;
}

.tabs-below > .nav-tabs > li > a {
  -webkit-border-radius: 0 0 4px 4px;
     -moz-border-radius: 0 0 4px 4px;
          border-radius: 0 0 4px 4px;
}

.tabs-below > .nav-tabs > li > a:hover,
.tabs-below > .nav-tabs > li > a:focus {
  border-top-color: #ddd;
  border-bottom-color: transparent;
}

.tabs-below > .nav-tabs > .active > a,
.tabs-below > .nav-tabs > .active > a:hover,
.tabs-below > .nav-tabs > .active > a:focus {
  border-color: transparent #ddd #ddd #ddd;
}

.tabs-left > .nav-tabs > li,
.tabs-right > .nav-tabs > li {
  float: none;
padding-right: 1px;
}

.tabs-left > .nav-tabs > li > a,
.tabs-right > .nav-tabs > li > a {
  min-width: 74px;
  margin-right: 0;
  margin-bottom: 3px;
}

.tabs-left > .nav-tabs {
    float: left;
    margin-right: -1px;
    border: 1px solid #ddd;
    height: 500px;
    width: 315px;
    background-color: #f4f2e9;
    overflow: hidden;
    overflow-y: auto;
}

.tabs-left > .nav-tabs > li > a {
  margin-right: -1px;
  -webkit-border-radius: 4px 0 0 4px;
     -moz-border-radius: 4px 0 0 4px;
          border-radius: 4px 0 0 4px;
    padding: 23px;
    font-size: 14px;
    font-weight: bold;
    border: none;
    border-radius: 0px;
    color: #5b0456;
    padding-left: 40px
}

.tabs-left > .nav-tabs > li > a:hover,
.tabs-left > .nav-tabs > li > a:focus {
  border-color: #eeeeee #dddddd #eeeeee #eeeeee;
}

.tabs-left > .nav-tabs .active > a,
.tabs-left > .nav-tabs .active > a:hover,
.tabs-left > .nav-tabs .active > a:focus {
  *border-right-color: #ffffff;
    padding: 23px;
    font-size: 14px;
    font-weight: bold;
    border: none;
    border-radius: 0px;
    color: #5b0456;
    padding-left: 40px
}

.tabs-right > .nav-tabs {
  float: right;
  margin-left: 19px;
  border-left: 1px solid #ddd;
}

.tabs-right > .nav-tabs > li > a {
  margin-left: -1px;
  -webkit-border-radius: 0 4px 4px 0;
     -moz-border-radius: 0 4px 4px 0;
          border-radius: 0 4px 4px 0;
}

.tabs-right > .nav-tabs > li > a:hover,
.tabs-right > .nav-tabs > li > a:focus {
  border-color: #eeeeee #eeeeee #eeeeee #dddddd;
}

.tabs-right > .nav-tabs .active > a,
.tabs-right > .nav-tabs .active > a:hover,
.tabs-right > .nav-tabs .active > a:focus {
  border-color: #ddd #ddd #ddd transparent;
  *border-left-color: #ffffff;
}

.diet {
    display: block;
}

.diet-mobile {
    display: none;
}

.seperator {
    background: url(../img/menu-sep1.png) no-repeat;
    background-size: cover;
    height: 48px;
    width: 100%;
}
.product-nutri {
    display: none;
}
.product-content {
    margin-bottom: 30px;
}
.product-info th {
    border-bottom: 1px solid #393939;
    padding: 10px 5px;
}

.product-info th.none {
    border-bottom: none;
}
.product-info tbody td {
    border-top: 1px solid #393939;
    padding: 5px;
}
.product-info tbody td:first-child { 
    border-top: none;
    font-weight: bold;
    width: 30%;
}

.product-info tbody td:nth-child(2) {
    width: 25%;
}
.product-info tbody td:nth-child(3) {
    width: 20%;
}
.product-info tbody td:nth-child(4) {
    width: 30%;
}
.product-info tfoot td {
    padding-top: 10px;
    color: #393939;
}
.product-info 
#products .mix{
    display: none;
    margin-bottom: 30px;
}

#products {
    margin: auto;
    text-align: center;
    padding-top: 30px;
}

#products h4 {
    margin-top: 5px;
    color: #4a0346;
}

#products a {
    opacity: 1
}
#products a img {
    height: 250px;
  width: auto;
 
  -webkit-transition: all 1s ease;
     -moz-transition: all 1s ease;
       -o-transition: all 1s ease;
      -ms-transition: all 1s ease;
          transition: all 1s ease;
}
#products a:hover {
    opacity: 1;
}
.product-slide .slider-text {
    margin: auto;
    position: absolute;
    margin-top: -40%;
    text-align: center;
    width: 100%;
    padding: 5% 20%;
}
.product-slide .slider-text>img {
    margin-bottom:0px;
}
.product-slide.slider-text>p {
    height: 130px;
}
.product-slide>img{
    border-bottom: none;
    /*
    min-height: 630px;
    */
    display: block;
    z-index: 1;
    position: relative;
}
.product-slide {
    min-height: 0;
    margin-bottom: 20px;
}

.find-products {
    background-color: #f8f5e6;
    min-height: 75px;
    margin-top: -20px;
    position: relative;
    z-index: 1;
    display: block;
    padding-top: 0px;
}


.search-result-slider {
    min-height: 0px;
    position: relative;
    z-index: 1;
    margin-bottom: 0px;
}

.search-result-slider>img {
min-height: auto;border-bottom: none;
}
.search-result-slider h1 {
    font-size: 77px;
}

.dumptext .read-more {
    font-size: 20px;
}
.dumptext .read-more:hover {
    padding: 10px 15px 15px;
}

.dumptext p {
    max-height: 160px;
    overflow: hidden;
    font-weight: normal;
    font-size: 20px;
    font-family: Colette,"lucida grande",tahoma,verdana,arial,sans-serif;
}
.dumptext p:last-child {
    overflow: visible;
}
.find-results {
background-color: #fffdf4;
min-height: 200px;
position: relative;
z-index: 0;
display: block;
margin-top: 0px;
padding: 50px 150px 30px 150px;
}

.find-results h2 {
    font-size: 36px;
}
.results>li {
    clear: both;
    margin-bottom: 20px;
    min-height: auto;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 20px;
}
.results>li:after {
    content: "";
    clear: both;
    display: table;
}
.qna-content p a {
    display: inline-block;
    padding: 0px;
}

.results h3,.results h1,.results h2 {
    margin-top: 0px;
    margin-bottom: 30px;
    color: #5b0456;
    font-size: 24px;
    line-height: 30px
}
.results h2>a,
.results h1>a {
    padding:0px;
color: #5b0456;
font-size: 24px;
}
.results .post-date {
    font-size: 16px;
    color: #5b0456;
    font-weight: bold;
    line-height: 40px;
}
.results .read-more {
    margin-top: 0px;
    line-height: 10px;
}
.results p {
    margin-bottom:0px;
    color: #676767;
    font-size: 14px;
}

.results p.post-author {
    color: #999890;
    margin-bottom: 10px;
}
.results p.post-comment-count {
    display: block;
    width: 28px;
    height: 30px;
    background: url(../img/comments-pop.png) no-repeat;
    padding: 0px 7px 0px 7px;
    color: #5b0456;
    background-position: 0px 4px;
    margin-left: 10px;
    margin-top: 5px;
    text-align: center;
}
.results ul.post-tags li a{
    padding: 5px 10px;
    background-color: #f8f5e6;
    color: #999890;
    display: inline-block;
    margin-right: 20px;
    margin-bottom: 5px;
}

.glass {
    background: rgba( 255, 255, 255, 0.50);
    border: 3px solid #5b0456;
    border-top: 1px solid #eee;  
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    padding: 7px 20px;
    width: 100px;
    height: 59px;
    position: relative;
    overflow: hidden;
}
.water {
    background-image: url(../img/uFpLbYt-test.png);   
    background-position: top right;
    position: absolute;
    bottom: 0px;
    width: 100%;
    outline: 0;
    height: 120%;
    left: 0px;
    border-radius: 13px;
    -webkit-transition: all .5s ease-out !important;
    -moz-transition: all .5s ease-out !important;
    -o-transition: all .5s ease-out !important;
    transition: all .5s ease-out !important;
    padding-top: 11px;
    padding-right: 1px;
    z-index: 1;
}
.btn {
    position: relative;
    overflow: hidden;
    min-height: 41px;
    -webkit-border-radius: 36px;
    -moz-border-radius: 36px;
    border-radius: 36px;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
}

.btn>span {
    display: block;
    -webkit-transition: all .5s ease-out !important;
    -moz-transition: all .5s ease-out !important;
    transition: all .5s ease-out !important;
}
.btn:hover>span{
    margin-top:-30px !important;
    -webkit-transition: all .8s ease-out !important;
    -moz-transition: all .8s ease-out !important;
    transition: all .8s ease-out !important;
}
.btn .water span {
    position: relative;
    bottom: -40px;
    -webkit-transition: all .5s ease-out !important;
    -moz-transition: all .5s ease-out !important;
    -o-transition: all .5s ease-out !important;
    transition: all .5s ease-out !important;
    z-index: 2;
    margin-left: 0px;
    color: white;
}
.btn:hover .water span {
    bottom:0px ;
    border-radius: 0px;
    position: relative;
    -webkit-transition: all .5s ease-in !important;
    -moz-transition: all .5s ease-in !important;
    transition: all .5s ease-in !important;
}
.glass:hover {
    border:none;
}
.glass:hover .water,.btn:hover .water {
    height: 100%;
    background-position: 0px -100px;
    -webkit-transition: all 1s ease-out !important;
    -moz-transition: all 1s ease-out !important;
    -o-transition: all 1s ease-out !important;
    transition: all 1s ease-out !important;
    color: white;
}


.read-more {
    text-transform: normal;
    letter-spacing: 1px;
    text-align: center;
    border-radius: 30px !important;
    font-size: 14px;
    font-weight: 300;
    background: transparent;
    color: #5b0456;
    border: 0px solid #0D6;
    overflow: hidden;
    transition: all 0.5s;
    margin-left: -38px;
    font-weight: bold;
    margin-top: 30px;
    font-family: SourceSansPro,"lucida grande", tahoma, verdana, arial, sans-serif;
}
.read-more-qna {
    margin-top: 0px;
}
.read-moreblog {
    margin-left:0px;
}
.read-more span {
  text-decoration: underline;
}
.read-more:hover span, .read-more:active span 
{
 text-decoration: none;
 font-weight: bold;
}
.read-more:hover, .read-more:active 
{
  padding: 10px 15px;
  text-decoration: none;
  color: #fff;
  background: #5b0456;
  margin-left: 0px !important;
}
.about-us-main a.read-more,.banner-bot .read-more {
    margin-left:0px;
    font-family: Colette,"lucida grande", tahoma, verdana, arial, sans-serif;
    position: relative;
    top: 30px;
}
a.white span {
    color: white;
}
a.white span:after {
border-color: white !important;
}
.about-us-main a.read-more:hover,.banner-bot .read-more:hover {
    margin: 0px;
}
a.white span {
    color: white;
}
.read-more span 
{
  display: inline-block;
  position: relative;
  padding-right: 0;
  
  transition: padding-right 0.5s;
}
.about-us-main .read-more span{
    text-decoration: none;
    font-size: 16px;
    padding-right: 30px;
}


.about-us-main .read-more span:after,.banner-bot .read-more span:after 
{
      opacity: 1;
      border-color: #5b0456;
      right: 0;
      top: 50%;
    width: 13px;
    height: 13px;
    margin-top: -5px;
    margin-right: 10px;
}
.about-us-main .read-more:hover span:after,.about-us-main .read-more:active span:after  {
    border-color: white;
}
.banner-bot .read-more span:after {
    border-color: white;
}

.tp-caption a {
    color: #5b0456 !important;
}
.tp-caption a:hover {
    color: white !important;
}
.slider-read-more {
    text-align: center;
}
.slider-read-more a {
    margin: auto !important;
    display: inline-block;
}
.read-more span:after 
{
  content: ' ';  
  position: absolute;
  top: 0;
  right: -18px;
  opacity: 0;
  width: 10px;
  height: 10px;
  margin-top: -5px;
  font-size: 15px;
  background: rgba(0, 0, 0, 0);
  border: 3px solid #FFF;
  border-top: none;
  border-right: none;

  transition: opacity 0.5s, top 0.5s, right 0.5s;
    -ms-transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.read-more:hover span, .read-more:active span 
{
  padding-right: 30px;
}

.read-more:hover span:after, .read-more:active span:after 
{
  opacity: 1;
  border-color: white;
  right: 0;
  top: 50%;
}

.blog-post-slider{
    min-height: inherit !important;
    position: relative;
    z-index: 1;
}

.blog-post-slider>img {
min-height: auto;border-bottom: none;
}
.blog-post-slider h1 {
    font-size: 77px;
}

.single-blog-post {
background-color: #fefcef;
min-height: 200px;
position: relative;
z-index: 0;
display: block;
margin-top: -30px;
padding: 50px 7% 30px 10%;
}

.single-blog-post h2,.single-blog-post h1 {
    font-size: 30px;
    margin-bottom: 10px;
}

.single-post-author {
    font-size: 16px;
    color: #999890;
    margin-bottom: 30px;
}

.single-post-content img {
    margin: 5px 15px 5px 0px;
}

.single-post-content h1, .single-post-content h2, .single-post-content h3, .single-post-content h4, .single-post-content h5, .single-post-content h6 {
    margin: 10px 0px;
}
.single-post-content p {
    font-size: 16px;
}
.single-post-content {
    padding-bottom: 50px;
    border-bottom: 1px solid #999890;
    margin-bottom: 30px;
}

ul.share-social {
    display:block;
    float: right;
    position: relative;
    margin-top: 20px
}
ul.share-social li {
    float:left;
}
ul.share-social li:nth-of-type(1) {
    margin-right: 30px;
    padding-top: 5px;
    vertical-align: middle;
    height: 32px
}
ul.share-social li a{
    display: block;
    width: 40px;
    height: 40px;
    margin-right: 10px
}
.share-text {
    font-weight: bold;
    font-size: 14px;
}

.product,.related-products,.related-recipes {
    padding: 50px 100px;
}
.product {
    background-color:#b2edd7;
    background: url(../img/product-bg.jpg) no-repeat;
    background-size: 100%;
    background-position: top center;
    height: 711px;
    z-index: 2;
}
.product-sep {
    margin-top: -50px;
    background: url(../img/product-sep1.png) no-repeat;
    background-size: cover;
    width:100%;
    height: 120px;
}
.product-head {
    background: url(../img/product-sep3.png) no-repeat !important;
    background-size: 100% !important;
}
.product-sep1 {
    margin-top: -50px;
    background: url(../img/product-sep.png) no-repeat;
    background-size: cover;
    width:100%;
    height: 120px;
}
.related-sep {
    margin-top: -50px;
    width:100%;
    height: 150px;
}
.product {
    color: #fff;
}
.product-nutri {
color: #5B0456;
}

.related-products {
    padding-top:30px;
    background-color: #f8f5e6;
    padding-bottom: 0px;
}
.related-products h2,.related-recipes h2{
    text-align: center;
    font-size: 25px;
    color: #5B0456;
    margin-top: 0px;
}

.related-recipes { 
    background: url(../img/related-recipes-bg.jpg) no-repeat;
    background-size: cover;
    min-height: 650px;
    padding-left: 50px;
    padding-right: 50px;
    margin-bottom:-50px;
    padding-top: 120px;
}
.related-recipes h4 {
    text-align: center;
}
.related-recipes .recipe-contents h4 {
    min-height: 0;
}
.related-recipes #recipes > div {
    margin-bottom: 30px;
}

.recipe>img {
    position:relative;
    width: 100%;
    height: auto;
}
.recipes>div {
    padding: 10px;
}
.recipe {
    background-color: #f4f2e9;
    padding: 0px;
    margin: 0px 0px;
    height: auto;
}
.share-recipe {
    text-align: center;
    color: white;
    background-color: #d4eb8e;
    height: 395px;
    vertical-align: middle;
    padding-top: 20%;
}
.share-recipe h1 {
    margin: 0px;
}
.recipe>.recipes-comments {
    width: 50px;
    height: 50px;
    padding: 15px;
    color: white;
    background-color: #5B0456;
    border-radius: 30px;
    text-align:center;
    position: absolute;
    padding-top:3px;
    font-size: 12px;
    top:10px;
    right: 35px;
}
.recipe .recipe-contents {
    width: 100%;
    text-align: center;
    padding: 10px 20px;
}
.recipe .recipe-contents h4 {
    margin-top: 10px;
    margin-bottom: 10px;
    color: #5B0456;
}
.recipe .recipe-contents .recipe-summary {
    color: #858585;
}
.recipe>.recipes-comments>span {
    margin-top: 3px;
    display: block;
    width: 20px;
    height: 17px;
    background: url(../img/comments-pop-sm.png) no-repeat;
}
.hcp-container {
    padding: 0px 50px;
}
.hcp-container h3 {
    margin-bottom: 0;
    margin-top: 20px;
}
.hcp-professional {
    background-color: #f4f0e0;
    text-align: center;
    padding: 20px;
    position: relative;
    width: auto;
    padding-top: 50px;
}
.hcp-professional p {
    padding: 0px;
    line-height: 26px;
    padding: 10px 25px;
}
.hcp-container {
}
.hcp {
    padding: 75px 0;
}
.hcp-2 {
    background-color: #f2efe1;
}
.diary-download {
    text-align: center;
}
.diary-download img {
    display: block;
    margin: auto;
}
.hcp-content p{
    line-height: 26px;
    position: relative;
    z-index: 3;
}
.hcp-content .read-more {
    margin-left: 0px;
}
.hcp-content .read-more:hover {
    background: none;
    margin: 0px;
    padding: 0px;
}
.hcp-content .read-more:hover span {
    color: #5B0456;
}
.hcp-content ul {
    list-style: disc;
    padding-left: 40px;
}
.hcp-content ul li {
    list-style: inherit;
    font-size: inherit;
    text-align: left;
}
.hcp-professional h2 {
    margin: 10px 0px;
    font-size: 15px;
}
.hcp-professional .read-more {
    display: block;
    white-space: nowrap;
    margin-top: 0px;
    width: auto;
    margin-left: 0px;
    overflow: visible;
}
.hcp-professional .avatar {
    background: url(../img/the-pro1.png) no-repeat;
    width: 134px;
    height: 178px;
    overflow: hidden;
    display: block;
    margin: auto;
    background-position: top center;
    background-size: 141%!important;
    background-position-x: -39px!important;
}
.hcp-professional .avatar>img {
    width: 100%;
    height: auto;
}
/*
.hcp-professional .avatar {
      -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  width: 122px;
  height: 122px;
  border: 10px solid white;
  -webkit-border-radius: 80% 0 55% 50% / 55% 0 80% 50%;
  border-radius: 80% 0 55% 50% / 55% 0 80% 50%;
  font: normal 100%/normal Arial, Helvetica, sans-serif;
  color: rgba(0,0,0,1);
  -o-text-overflow: clip;
  text-overflow: clip;
  background: #1abc9c;
  -webkit-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
  overflow: hidden;
    position: relative;
    left: 60px;
}
.hcp-professional .avatar img {
    width: 100%;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
margin-left: 4px;
margin-top: -28px;
}
*/
.banner-bot {
    margin-bottom:-40px;
z-index: 200;
}

.banner-bot a img{
    width: 100% !important;
}

.banner-bot img {
    width: 100%;
    position: relative;
    z-index: 1;
    height: auto;
}
.banner-bot h3 {
    position: relative;
    z-index: 3;
    top: 0%;
    left: 0%;
    width: 100%;
    color: white;
    font-size: 40px;
    text-align: center;
    margin-bottom: 20px;
}


.banner-bot a {
    position: relative;
    z-index: 3;
    top: 55%;
    width: 100%;
    left: 0%;
    font-size: 18px;
    text-align: center;
    font-weight: bold;
    color: white;
}
.banner-bot .read-more:hover span,.banner-bot .read-more:active span {
    padding-left: 0px;
}
.banner-bot .special-left h2{
    top: 22%;
    left: 12%;
    text-align:left;
    width: auto;
}
.banner-bot .special-left a{
    top: 63%;
    left: 12%;
    text-align:left; 
    width: auto;
}
.snp-theme__footer {
    background-color: transparent;
}
.sep-bg {
    background: url(../img/sep-bg.png) no-repeat;
    width: 100%;
    height: 67px;
    display: block;
    position: relative;
    z-index: 100;
    clear: both;
top: -45px;
background-size: 100%;
}


.recipe-slide {

}

.recipe-slide h1.sliderTitle {
    color: #5b0456;
    margin-top: 0px;
}



.recipes .feed-detail p {
    margin-top: 0px;
color: #5b0456;
}

.recipes .feed-detail h4 {
    left:0;
    top:0;
color: #5b0456;
display: block;
margin-bottom: 10px;
}


li a:focus + ul{
    display: none;
}

.search-qna {
    margin-top: -15px;
}
.search-qna input.find-input {
width: 550px;
background-position: 500px 5px;
border-radius: 0px;
background-color: white;
}

    .search-result-filters {
        background-color: #f8f5e6;
        min-height: 0px;
        margin-top: 0px;
        margin-bottom: 30px;
        position: relative;
        z-index: 0;
        display: block;
        padding-top: 0px;
    }

    .results .row {
        margin-left: 0px;
        margin-right: 0px;
        margin-bottom: 20px;
        padding-bottom: 20px;

    }
.required-notice {
    float: right;
    margin-top: -20px;
    font-size: 11px;
    color: #5b0456;
}
.container-contact {
    padding-left: 50px;
    padding-right: 50px;
    margin-top: 20px;
}
.contact-form,.contact-address {
    margin-bottom: 30px;
}
.contact-address {
    margin-bottom: 60px;
}
.contact-address h1,.contact-address h4 {
    margin: 0px;
    margin-bottom: 20px;
}
.contact-address h1 {
    line-height: 27px;
    font-size: 30px;
}
table.address {
    width: 80%;
}
table.address td {
    vertical-align: top;
    padding: 10px 0px;
    color: #999890;
}
table.address td:nth-child(2) {
    font-family: SourceSansPro,"lucida grande", tahoma, verdana, arial, sans-serif;
}

@media only screen and (min-width: 1200px){
.contact-form {
    padding-right: 100px;
}
}
.carousel-inner>.item {
    width: 100%;
}
.carousel-inner>.item>img {
    width: 100%;
}
.recipes-list {
    background-size: cover;
    min-height: 650px;
    padding-left: 50px;
    padding-right: 50px;
    margin-bottom: -50px;
    padding-top: 120px;
    position: relative;
    clear: both;
    display: block;
    text-align: left;
}
.recipes-list .recipe .recipe-contents {
    width: 100%;
    text-align: left;
    padding: 10px 15px;
    background-color: #f4f2e9;

}
.recipes-list .recipe .recipe-contents h1 {
    margin: 10px 0px;
    color: #671e75;
    font-size: 18px;
}

.recipes-list .recipe>img {
    width: 100% !important;
    height: auto;
}
.recipe-summary {
    font-family: SourceSansPro,"lucida grande", tahoma, verdana, arial, sans-serif;
}

.recipe-contents .read-more {
    display: inline-block;
    margin-left: 0px;
    padding: 10px 15px;
    margin-top: 10px;
}
.separator {
    background: url(../img/separator.png) no-repeat;
    width: 100%;
    background-size: 100%;
    height: 85px;
    display: block;
    clear: both;
    position: relative;
    margin-top: -40px;
    z-index: 10;
}
.hcp-sep {
    background: url(../img/hcp-sep.jpg) no-repeat;background-size: 100%;height: 63px;
}
.hcp-sep2 {
    background: url(../img/hcp-sep2.jpg) no-repeat;background-size: 100%;height: 76px;
    position: relative;
    z-index: -1;
}
.results .question-h {
    font-size: 24px;
line-height: 30px;
}
.related-hcp-news {
    background: url(../img/hcp-news-bg.jpg) no-repeat;
    background-color: #e6e6e7;
    background-size: cover;
    padding-top: 30px;
}
body #error-page {
background: url(../img/404-error.png) no-repeat 100% 0;
min-height: 400px;
max-width: 650px;
padding: 19px 29px 29px;
margin: 100px auto 20px;
}

body #error-page h1.error-code {
font-family: Impact;
font-size: 180px;
line-height: 180px;
color: #4a0346;
text-shadow: 0 1px #4a0346;
}

body #error-page p.error-message {
font-size: 24px;
line-height: 24px;
text-transform: uppercase;
color: #999;
text-shadow: 0 1px #fff;
margin-right: 10px;
}

.side-menu {
    padding-right: 150px;
    padding-left: 0px;
    padding-top: 50px;
}

.side-menu h1 {
    margin-top: 0px;
}

.farmer-item .carousel-caption{
    background-color: transparent;
    height: auto;
    color: #393939;
    text-shadow: none;
    text-align: left;
    width: 840px;
}
.farmer-item .carousel-caption .col-lg-6 {
    background-color: white;
    max-width: 420px;
    padding: 30px;
    height: 550px;
}

.our-farmer-item {
    height: auto !important;
}
.farmer-item .carousel-caption .col-lg-7 {
    background-color: white;
    padding: 30px;
    min-height: 550px;
}
.farmer-more {
    max-height: inherit;
    overflow: scroll;overflow-x: hidden;
border-bottom: solid 50px rgba(0, 0, 0, 0);
border-top: solid 50px rgba(0, 0, 0, 0);
padding-top: 0px !important;
display: none;
}
.farmer-item .carousel-caption h1 {
    margin: 0px;
    margin-bottom: 10px;
}
.farmer-item .carousel-caption p.location {
    font-weight: bold;
}
.farmer-item .carousel-caption>img {
    width: 100%;
    height: auto;
}
.farmer-item .carousel-caption .read-more {
    display: inline-block;
    margin-left: -38px;
    padding: 10px 20px;
    margin: 0px;
    width: auto;
    border-radius: 0px;
}
.farmer-item .carousel-caption .read-more span:after {
}
.farmer-item .carousel-caption .read-more:hover,.farmer-item .carousel-caption .read-more:active {
    width: auto;
    padding: 10px 20px;
    color: #fff;
}

.farmer-item .col-lg-6 {
    height: auto;
}
.farmer-item .carousel-caption .read-more:hover span {
    text-decoration: none;
    padding-left: 20px;
}
.farmer-item .carousel-caption .read-more:hover span:after {
    border-color: #fff;
    text-decoration: none;
}
.farmer-item .carousel-caption p {
    margin-bottom: 20px;line-height: 25px;

}
.carousel-caption {
    top: 20%;
    left: 20%;
    padding-bottom: 30px;
}

#carousel-farmers {
    margin-bottom:-40px;
}
@media only screen and (min-width: 768px) {
    .container {
    width: 100%;
    }
}
@media only screen and (min-width: 992px) {
    .container {

    }
}
@media only screen and (min-width: 1300px){
    .container {
    width: 1200px;
    }
}


/*
 * ACF Store Locator Styles
 */

#acf-map-canvas {
  width: 100%;
  height: 465px;
}

#acf-map-canvas img {
  max-width: none;
}

#acf-store-locator {
  margin-bottom: 1em;
}

#acf-store-locator .hide {
  display: none;
}

#acf-store-locator .store-info {
  width: 300px;
  max-width: 300px;
  min-height: 150px;
  overflow: hidden;
}

#acf-store-locator .store-info h5 {
  margin-top: 0;
  margin-bottom: 0;
  clear: none;
}

#acf-store-locator .store-info img {
  margin-right: 10px;
  margin-left: 0;
}

#acf-store-locator .store-info p {
  margin: 0;
}

#acf-form {
  overflow: hidden;
  margin-bottom: 1em;
}

#acf-form button:focus {
  outline: 0;
}

#acf-store-locator .alert-error {
  display: none;
  background: #FFEAEA;
  border-radius: 3px;
  border: 1px solid #FFBDBD;
  padding: 0 1em;
  margin-bottom: 1em;
}

#acf-store-locator .alert-error h4 {
  margin-top: 1em;
  margin-bottom: 0;
}

#acf-store-locator .alert-error p {
  margin-bottom: 1em;
}

#acf-store-locator li,
#acf-store-locator ul {
  margin: 0;
  padding: 0;
}

#acf-store-locator .clearfix {
  *zoom: 1;
}
#acf-store-locator .clearfix:before,
#acf-store-locator .clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
#acf-store-locator .clearfix:after {
  clear: both;
}
#acf-store-locator .hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
#acf-store-locator .input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#acf-store-locator .dropup,
#acf-store-locator .dropdown {
  position: relative;
}
#acf-store-locator .dropdown-toggle {
  *margin-bottom: -3px;
}
#acf-store-locator .dropdown-toggle:active,
#acf-store-locator .open .dropdown-toggle {
  outline: 0;
}
#acf-store-locator .caret {
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: top;
  border-top: 4px solid #000000;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  content: "";
}
#acf-store-locator .dropdown .caret {
  margin-top: 8px;
  margin-left: 2px;
}
#acf-store-locator .dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  background-color: #ffffff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  *border-right-width: 2px;
  *border-bottom-width: 2px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
#acf-store-locator .dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
#acf-store-locator .dropdown-menu .divider {
  *width: 100%;
  height: 1px;
  margin: 9px 1px;
  *margin: -5px 0 5px;
  overflow: hidden;
  background-color: #e5e5e5;
  border-bottom: 1px solid #ffffff;
}
#acf-store-locator .dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 20px;
  color: #333333;
  white-space: nowrap;
}
#acf-store-locator .dropdown-menu > li > a:hover,
#acf-store-locator .dropdown-menu > li > a:focus,
#acf-store-locator .dropdown-submenu:hover > a,
#acf-store-locator .dropdown-submenu:focus > a {
  text-decoration: none;
  color: #ffffff;
  background-color: #0081c2;
  background-image: -moz-linear-gradient(top, #0088cc, #0077b3);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0077b3));
  background-image: -webkit-linear-gradient(top, #0088cc, #0077b3);
  background-image: -o-linear-gradient(top, #0088cc, #0077b3);
  background-image: linear-gradient(to bottom, #0088cc, #0077b3);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', GradientType=0);
}
#acf-store-locator .dropdown-menu > .active > a,
#acf-store-locator .dropdown-menu > .active > a:hover,
#acf-store-locator .dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #0081c2;
  background-image: -moz-linear-gradient(top, #0088cc, #0077b3);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0077b3));
  background-image: -webkit-linear-gradient(top, #0088cc, #0077b3);
  background-image: -o-linear-gradient(top, #0088cc, #0077b3);
  background-image: linear-gradient(to bottom, #0088cc, #0077b3);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', GradientType=0);
}
#acf-store-locator .dropdown-menu > .disabled > a,
#acf-store-locator .dropdown-menu > .disabled > a:hover,
#acf-store-locator .dropdown-menu > .disabled > a:focus {
  color: #999999;
}
#acf-store-locator .dropdown-menu > .disabled > a:hover,
#acf-store-locator .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: default;
}
#acf-store-locator .open {
  *z-index: 1000;
}
#acf-store-locator .open > .dropdown-menu {
  display: block;
}
#acf-store-locator .dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
#acf-store-locator .pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
#acf-store-locator .dropup .caret,
#acf-store-locator .navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid #000000;
  content: "";
}
#acf-store-locator .dropup .dropdown-menu,
#acf-store-locator .navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}
#acf-store-locator .dropdown-submenu {
  position: relative;
}
#acf-store-locator .dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  -webkit-border-radius: 0 6px 6px 6px;
  -moz-border-radius: 0 6px 6px 6px;
  border-radius: 0 6px 6px 6px;
}
#acf-store-locator .dropdown-submenu:hover > .dropdown-menu {
  display: block;
}
#acf-store-locator .dropup .dropdown-submenu > .dropdown-menu {
  top: auto;
  bottom: 0;
  margin-top: 0;
  margin-bottom: -2px;
  -webkit-border-radius: 5px 5px 5px 0;
  -moz-border-radius: 5px 5px 5px 0;
  border-radius: 5px 5px 5px 0;
}
#acf-store-locator .dropdown-submenu > a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #cccccc;
  margin-top: 5px;
  margin-right: -10px;
}
#acf-store-locator .dropdown-submenu:hover > a:after {
  border-left-color: #ffffff;
}
#acf-store-locator .dropdown-submenu.pull-left {
  float: none;
}
#acf-store-locator .dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}
#acf-store-locator .dropdown .dropdown-menu .nav-header {
  padding-left: 20px;
  padding-right: 20px;
}
#acf-store-locator .typeahead {
  z-index: 1051;
  margin-top: 2px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.round-btn {
    width: 60px;
    border-radius: 90%;
    padding: 20px;
    height: 60px;
    background-color: transparent !important;
    border: 0px;
}
.round-btn:hover {
    width: 60px;
    border-radius: 90%;
    padding: 11px;
    height: 60px;
}
.round-btn.btn-purple .water {
    border: 3px solid #5b0456;
}
.round-btn .water {
    width: 60px;
    height: 60px !important;
    margin-left: -3px;
    margin-bottom: -3px;
    border-radius:  100%;
    border: 3px solid #fff;
    background-image: url(../img/water-drop.png);
    padding: 18px;
    margin: 0px;
}
.round-btn .water:hover {
    height: 60px !important;
}
.round-btn:hover .water {
    height: 100%;
    background-position: 0px -87px;
}
.round-btn .water span {
    position: relative;
    bottom: -65px;
}
.purple-left-arrow {
    background: url(../img/toleft-arrows.png) no-repeat;
    width: 25px;
    height: 18px;
    background-position: -28px 0px;
    text-indent: -9999px;
}
.white-left-arrow {
    background: url(../img/toleft-arrows.png) no-repeat;
    width: 25px;
    height: 18px;
    background-position: -28px 0px;
    text-indent: -9999px;
    display: inline-block
}
.purple-right-arrow {
    background: url(../img/toright-arrows.png) no-repeat;
    width: 25px;
    height: 18px;
    text-indent: -9999px;
}
.white-right-arrow {
    background: url(../img/toright-arrows.png) no-repeat;
    width: 25px;
    height: 18px;
    text-indent: -9999px;
    display: inline-block
}
.left-carousel {
    top: 500px;
    position: absolute;
    left: 2%;
}
.right-carousel {
    top: 500px;
    position: absolute;
    right: 2% !important;
}
.carousel-control.left {
    background: none !important;
    filter: none;
    border: none !important;
    height: 60px !important;
    padding: 20px;
    width: 60px !important;
}
.carousel-control.right {
    background: none !important;
    filter: none;
    border: none !important;
    height: 60px !important;
    padding: 20px;
    width: 60px !important;
}




.logo{
  
}
.main-menu .sidr-class-home-li>a {
    /* width: 86px; */
    background: #5b0456 url(../img/a2-milk-logo.png) no-repeat;
    text-indent: -9999px;
    display: block;
    margin: 20px auto;
    width: 60px;
    background-size: 100%;
    margin-left: 10px;
}
.main-menu .sidr-class-home-logo-small>a {
    width: 86px;
    height: 54px;
    background: #5b0456 url(../img/a2-milk-logo.png) no-repeat;
    text-indent: -9999px;
    display: block;
    margin: 20px auto;
}
.main-menu .sidr-class-home-li:hover>a {
    background-color: transparent;
}


/* ScrolBar  */
.scrollbar
{

height: 90%;
width: 100%;
overflow-y: hidden;
overflow-x: hidden;
}

.scrollbar:hover
{

height: 90%;
width: 100%;
overflow-y: scroll;
overflow-x: hidden;
}

/* Scrollbar Style */ 



#style-1::-webkit-scrollbar-track
{
border-radius: 2px;
}

#style-1::-webkit-scrollbar
{
width: 5px;
background-color: #F7F7F7;
}

#style-1::-webkit-scrollbar-thumb
{
border-radius: 10px;
-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
background-color: #BFBFBF;
}
/* Scrollbar End */ 



.content-warp {
margin-left: 80px;
}
.fa-lg {
font-size: 1em;
  
}
.fa {
position: relative;
display: table-cell;
width: 55px;
height: 36px;
text-align: center;
top:12px; 
font-size:20px;

}

.main-menu>ul>li>a>.icon,.sidr-class-main-menu>ul>li>a>.sidr-class-icon {
    /* background: url(../img/icon-sets.png) no-repeat; */ /* old low-res icon set */
    background: url(../img/menu-sprite.png) no-repeat;
    background-size: 100%;
    position: relative;
    display: inline-block;
    width: 29px;
    height: 34px;
    text-align: center;
    top:0px; 
    font-size:20px;
    margin-right: 30px;
}
.main-menu:hover, nav.main-menu.expanded {
width:280px;
overflow:hidden;
opacity:1;

}

.main-menu {
background:#5b0456;
position: fixed;
top:0;
bottom:0;
height:100%;
left:0;
width:81px;
overflow:hidden;
-webkit-transition:width .2s linear;
transition:width .2s linear;
-webkit-transform:translateZ(0) scale(1,1);
box-shadow: 1px 0 15px rgba(0, 0, 0, 0.07);
  opacity:1;
  z-index: 300;
}

.main-menu>ul {
margin:7px 0;

}

.main-menu li {
display:block;
width:280px;


}
.main-menu li li {
    width: 150px;
}

.main-menu .sub-menu {
    z-index: -1;
}
.main-menu li>a {
position:relative;
width:280px;
display:table;
border-collapse:collapse;
border-spacing:0;
color:#fff;
font-size: 13px;
text-decoration:none;
-webkit-transform:translateZ(0) scale(1,1);
-webkit-transition:all .14s linear;
transition:all .14s linear;
line-height: 34px;
display: block;
  padding: 7px 10px;
  padding-left: 25px;
}



.main-menu .nav-icon {
  
position:relative;
display:table-cell;
width:55px;
height:36px;
text-align:center;
vertical-align:middle;
font-size:18px;

}

.main-menu .nav-text, .main-menu .sidr-class-span-text {
position: relative;
display: inline-block;
vertical-align: top;
padding-top: 0px;
}

.main-menu .share {
}



.main-menu .fb-like {

left: 180px;
position:absolute;
top: 15px;
}

.main-menu>ul.logout {
position:absolute;
left:0;
bottom:0;
  
}

.no-touch .scrollable.hover {
overflow-y:hidden;

}

.no-touch .scrollable.hover:hover {
overflow-y:auto;
overflow:visible;
  
}


/* Logo Hover Property */


.settings:hover, settings:focus {   
  -webkit-transition: all 0.2s ease-in-out, width 0, height 0, top 0, left 0;
-moz-transition: all 0.2s ease-in-out, width 0, height 0, top 0, left 0;
-o-transition: all 0.2s ease-in-out, width 0, height 0, top 0, left 0;
transition: all 0.2s ease-in-out, width 0, height 0, top 0, left 0; 
}

.settings:active, settings:focus {   
  -webkit-transition: all 0.1s ease-in-out, width 0, height 0, top 0, left 0;
-moz-transition: all 0.1s ease-in-out, width 0, height 0, top 0, left 0;
-o-transition: all 0.1s ease-in-out, width 0, height 0, top 0, left 0;
transition: all 0.1s ease-in-out, width 0, height 0, top 0, left 0; 
}


nav {
-webkit-user-select:none;
-moz-user-select:none;
-ms-user-select:none;
-o-user-select:none;
user-select:none;
  
}

nav ul,nav li {
outline:0;
margin:0;
padding:0;
}




/* Darker element side menu Start*/


.darkerli
{
background-color:#ededed;
}

.darkerlishadow
{
background-color:#ededed;
-webkit-box-shadow: inset 0px 5px 5px -4px rgba(50, 50, 50, 0.55);
-moz-box-shadow:    inset 0px 5px 5px -4px rgba(50, 50, 50, 0.55);
box-shadow:         inset 0px 5px 5px -4px rgba(50, 50, 50, 0.55);
}


.darkerlishadowdown
{
background-color:#ededed;
-webkit-box-shadow: inset 0px -4px 5px -4px rgba(50, 50, 50, 0.55);
-moz-box-shadow:    inset 0px -4px 5px -4px rgba(50, 50, 50, 0.55);
box-shadow:         inset 0px -4px 5px -4px rgba(50, 50, 50, 0.55);
}

/* Darker element side menu End*/




.main-menu li:hover>a,nav.main-menu li.active>a,.dropdown-menu>li>a:hover,.dropdown-menu>li>a:focus,.dropdown-menu>.active>a,.dropdown-menu>.active>a:hover,.dropdown-menu>.active>a:focus,.no-touch .dashboard-page nav.dashboard-menu ul li:hover a,.dashboard-page nav.dashboard-menu ul li.active a {
color:#fff;
background-color:#4a0346;
text-shadow: 0px 0px 0px; 
}
.area {
float: left;
background: #e2e2e2;
width: 100%;
height: 100%;
}


.main-menu ul li ul {
border-bottom: none;
margin: 0;
display: block;
}
.main-menu ul li ul li a, .main-menu ul li ul li:hover span{
    color: white;
}
.main-menu  ul li > a > span.main-menu-class-span-icon {
    margin-left:-10px;
}
.main-menu  ul li:hover > ul {
    right: 0px;
    top: 0;
    color: black
}
.main-menu  ul li:hover {
    z-index: 200;
    transition: none;
}

.main-menu  ul li > ul {

    position: absolute;

    background-color: #fefcef;
    border: none;

    padding-top: 150px;
    right: -211px;
    min-width: 200px;

    z-index: 100;

    height: 100%;

    -webkit-transition: all 0.25s ease-in-out;

    -moz-transition: all 0.25s ease-in-out;

    -ms-transition: all 0.25s ease-in-out;

    transition: all 0.25s ease-in-out;

}
.main-menu ul li > ul li {
}
.main-menu  ul li > ul li a
{
    padding-left: 10px;
    color: #4a0346;

}

.videos {
    width: 100%;
    height: auto;
    min-height: auto;
    min-width: 100%;
}

video[poster]{
    height:auto;
    width:100%;
}
.no-margin-bot {
    margin-bottom: 0px;
}

.consumer {
    font-family: GarageGothic,"lucida grande", tahoma, verdana, arial, sans-serif;
    position: absolute;
    bottom: 33px;
    text-transform: uppercase;
    left: 56px;
    font-weight: bold;
    font-size: 20px;
    color: #fefcef;
}
.w4 .consumer {
    font-family: GarageGothic,"lucida grande", tahoma, verdana, arial, sans-serif;
    position: absolute;
    bottom: 67px;
    text-transform: uppercase;
    left: 67px;
    font-weight: bold;
    font-size: 25px;
    color: #fefcef;
}
.w4 .top-story h2,
.featured-promote1 h2 {
    /* font-size: 40px; */
    font-size: 28px !important;
    margin-top: 5%;
}
.feed-detail .btn span {
position: relative;
left: initial;
top: initial;
font-size: 14px !important;
}

.btn {

    color: #5B0456 !important;
    background-color: white;
    border: 3px solid #5B0456;;
}
.btn-tran {
    background-color: transparent !important;
}
.btn-white,.tp-caption a.btn-white {
    color: #fff !important;
    background-color: transparent;
    border: 3px solid #fff;
}
.btn-black,.tp-caption a.btn-black {
    color: #393939 !important;
    background-color: transparent;
    border: 3px solid #393939;
}
.btn-black .water,.tp-caption a.btn-black .water {
    background-image: url(../img/uFpLbYt-test-black.png) !important;
}

.btn-purple,.tp-caption a.btn-purple {
    color: #5B0456 !important;
    background-color: transparent;
    border: 3px solid #5B0456;
}

.qna-filter .stores {
    margin-top: 60px;
    margin-bottom: 20px;
}

.qna-filter .stores li {
    width: 200px;
}

.stories-grid {
    margin-bottom: 50px;
}

#carousel-farmers {
    clear:both;
    position:relative;
}

#carousel-farmers h2 {
    position: absolute;
    background: transparent;
    z-index: 100;
    text-align: center;
    left: 43%;
    font-size: 40px;
    color: rgb(91,4,86);
}


.tp-bullets.simplebullets.round .bullet {
cursor: pointer;
position: relative;
background: url(../img/droplets-sprites2.png) no-repeat top left !important;
width: 19px !important;
height: 25px !important;
margin-right: 0px;
float: left;
margin-top: 0px;
margin-left: 3px;
    background-size: 70% !important;
}

.tp-bullets.simplebullets.round .bullet:hover, .tp-bullets.simplebullets.round .bullet.selected, .tp-bullets.simplebullets.navbar .bullet:hover, .tp-bullets.simplebullets.navbar .bullet.selected {

background: url(../img/droplets-sprites1.png) no-repeat top left !important;
background-position: top left;
    background-size: 70% !important;
}
.about-farmer:active {
    color: #5B0456 !important;
}
.farmer-item .carousel-caption h1.our-farmer-title {
    font-size: 25px;
    margin-right: 50px;
    margin-bottom: 30px;
}

.our-farmer-item .col-lg-6 {
    max-height: auto;
    height: auto;
}

.about-farmer {
    margin-left: 0px !important;
    text-align: left !important;
    padding: 10px 0px !important;
}

#rev_slider_7_2_wrapper {
    margin-bottom: 20px !important;
}
.panel{
    border: none;
}

.panel-group {
        margin-bottom: 20px;
        padding: 0px 20px;
    }

    .panel-group .panel {
        margin-bottom: 0;
        border-radius: 0px;
    }

    .panel-default>.panel-heading {
        color: #fff;
        background-color: #f8f5e6;
        border-color: #ddd;
        padding: 25px 30px;
        border-bottom: none;
        border-top: 1px solid #f4f1e4;
        border-bottom: 1px solid #f4f1e4;
    }

    .panel-default>.panel-heading.active {
        color: white;
        background-color: #5b0456;
    }
    .carousel-title{
        position: absolute;
        z-index: 10;
        top: 5%;
        display: block;
        padding: 10px 60px 10px 30px;
        background-color: white;
        color: #5b0456!important;
        font-size: 21px;
        left: 15%;
        font-weight: bold;
        cursor: pointer;
        display: none;
    }

    .carousel-extend-farmer .entry-title>span{
        width: 10px;
        height: 10px;
        font-size: 15px;
        background: transparent;
        border: 3px solid #5b0456;
        border-top: none;
        border-right: none;
        transition: opacity 0.5s, top 0.5s, right 0.5s;
        -ms-transform: rotate(135deg);
        -webkit-transform: rotate(135deg);
        -moz-transform: rotate(135deg);
        -o-transform: rotate(135deg);
        transform: rotate(135deg);
        width: 20px;
        height: 20px;
        float: right;
        position: absolute;
        right: 50px;
        top: 50px;
        cursor: pointer;
    }
    .farmer-more .close {
        float: left;
        position: relative;
        margin-left: 20px;
        padding-left: 10px;
        opacity: 1;
    }
    .farmer-more .close>span {
        font-size: 15px;
        background: transparent;
        border: 3px solid #5b0456;
        border-top: none;
        border-right: none;
        transition: opacity 0.5s, top 0.5s, right 0.5s;
        -ms-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
        width: 15px;
        height: 15px;
        float: right;
        position: absolute;
        right: 50px;
        top: 5px;
        cursor: pointer;
        margin-right: 10px;
    }
    .farmer-first .col-lg-6 {
        max-height: auto;
    }
    .carousel-extend-farmer {
        display: flex;
    }
     .carousel-extend-farmer .col-lg-6 {
        flex: 1;
    }
    .carousel-title>span {
        width: 10px;
        height: 10px;
        margin-top: -5px;
        font-size: 15px;
        background: transparent;
        border: 3px solid #5b0456;
        border-top: none;
        border-right: none;
        transition: opacity 0.5s, top 0.5s, right 0.5s;
        -ms-transform: rotate(-45deg);
        -webkit-transform: rotate(-135deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
        width: 15px;
        height: 15px;
        margin-left: 15px;
        position: absolute;
        top: 22px;
    }
    .panel-default a {
        color: #5b0456;
    }
    .panel-default .active a {
        color: white;
    }
    .panel-default>.panel-heading+.panel-collapse>.panel-body {
        padding: 10px 30px;
    }
    .panel-default>.panel-heading a:hover {
        text-decoration: none;
        color: #5b0456;
    }
    .panel-default>.panel-heading.active a:hover {
        text-decoration: none;
        color: #fff;
    }
    .panel-default>.panel-heading+.panel-collapse>.panel-body {
        color: #999890;
        font-family: arial, sans-serif;
    }
    .panel-group .panel+.panel {
        margin-top: -1px;
    }
    .panel-default>.panel-heading+.panel-collapse>.panel-body {
        border-top-color: transparent;
    }
    .panel-body strong {
        color: #5b0456;
    }
    .panel-title span{
        font-weight: bold;
        float: right;
        font-family: arial;
        font-size: 28px;
        margin-top: -5px;
    }

    .panel-title {
        margin-top: 0;
        margin-bottom: 0;
        font-size: 14px;
        color: inherit;
        }

#rev_slider_4_2 {
    margin-top: -20px;
}

.tp-caption {
}
#play-whatis {
    cursor: pointer;
}
.after-vid-block {
text-align: center;
padding: 20px 50px;
}

.after-vid-block a.read-more {
text-decoration: underline
}
.after-vid-block a.read-more:hover {
color: #5b0456;
    padding: 0px;
}
.product-image {
    text-align: center;
}

.category-cream {
    text-align: center;
}

.btn-long {
    width: 150px !important;
}
.main-menu>ul>li.sidr-class-home-li {
transition: none;
transition:All 0.3s ease;
-webkit-transition:All 0.3s ease;
-moz-transition:All 0.3s ease;
-o-transition:All 0.3s ease;
}
.main-menu>ul>li.sidr-class-home-li:hover {
    margin-left: -70px;
    padding-left: 70px;
}
.main-menu .sidr-class-home-li>a {
transition: none;
}
main-menu .sidr-class-home-logo-small:hover>a{
transition: none;
}

.logo-transform {
transform: scale(1.5) translate(95px);
}

.navbar-toggle.dark-nav .icon-bar {
    background-color: #5b0456;
}
button.close {
    opacity: 1;
    top: 10px;
    bottom: auto;
    position: absolute;
    right: 10px;
    float: none;
}

.close {
    color: #5b0456;
}

.recipe-contents>img {
    border-radius: 30px;
    border: 3px solid white;
    margin-top: -50px;
}

.by-date {
    display: block;
font-size: 12px;
margin-bottom: 40px;
}

.by-date>span {
    color: #5b0456;
}

.recipe-contents h4 {
    min-height: 50px;
    line-height: 25px;
}
.recipe-contents {
    line-height: 25px;
}

div.wpcf7-validation-errors {
    color: #b94a48;
    background-color: #f2dede;
    border-color: #eed3d7;
    margin: 1em 0;
    padding: 10px 15px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border: 2px solid #eed3d7 !important; 
}

.btn {
    border: 0px solid transparent !important;
    z-index: 5;
    height: 50px;
    padding: 13px 20px;
    font-weight: bold;
    font-size: 15px;
    min-height: 50px;
}
.featured-story .btn {
    text-align: center;
    margin: 0 auto;
    display: block;
    width: 130px;
}

.water {
    border: 3px solid #5b0456;
    border-radius: 30px !important;
    height: 100%;
}


.btn.btn-white .water {
    border: 3px solid #fff;
}

.btn.btn-black .water {
    border: 3px solid #393939;
}

form.footer-newsletter {
padding: 0px;
}

.footer-newsletter {
padding: 0px;
}

.filter-title {
    margin-left: 30px;
    margin-right: 30px;
    background: url(../img/filter-mobile.jpg) no-repeat;
    background-position: top right;
    color: #5b0456;
    margin-top: -20px;
    margin-bottom: 20px;
    line-height: 40px;
    font-weight: bold;
line-height: 40px;
}
p.after-vid-p {
    width: 50%;
    margin: auto;
    display: block;
    float: none;
    clear: both;
    padding-top: 20px;
    padding-bottom: 20px;
}

.farmers-m {
    clear:both;
}
.farmers-m h2{
    text-align: center;
    padding-top: 30px;
}

.explore {
    background: url(../img/explore-ani.png) no-repeat;
    width: 58px;
    height: 82px;
    background-position: 0px 0px;
}
.explore img {
    display: none;
} 
/* hide mobile version by default */
#rev_slider_8_1_wrapper,
#rev_slider_15_1_wrapper {display: none !important}
#rev_slider_9_5_wrapper,
#rev_slider_14_5_wrapper {display: none !important}
#rev_slider_10_1_wrapper {display:none !important}
#rev_slider_10_2_wrapper {display: none !important}
#rev_slider_10_3_wrapper {display: none !important}
#rev_slider_11_4_wrapper {display: none !important}
#rev_slider_9_2_wrapper {display: none !important}
.farmers-m {display:none !important}

#rev_slider_3_2_wrapper {margin-top:-57% !important;background-color:transparent !important}
#explore-icon {
    top: auto !important;
  bottom: 100px !important;
  cursor: pointer;
}
#rev_slider_4_3_wrapper {
    margin-top: -20px !important;
}
.tp-caption .btn {
transform: matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1);
}
/* when the screen size is 800px or less */
@media all and (max-width: 800px) {
    /* hide desktop version */
    #rev_slider_3_2_wrapper {display: none !important}
    #rev_slider_4_3_wrapper {display: none !important}
    #rev_slider_4_4_wrapper,
    #rev_slider_5_3_wrapper { display: none !important; }
    #rev_slider_5_4_wrapper {display: none !important}
    #rev_slider_6_1_wrapper {display: none !important}
    #rev_slider_7_2_wrapper {display: none !important}
    #carousel-farmers {display: none !important}
    #rev_slider_9_2_wrapper {display: block !important}
    /* show mobile version */
    #rev_slider_8_1_wrapper,
    #rev_slider_15_1_wrapper,
    #rev_slider_14_5_wrapper {display: block !important}
    #rev_slider_9_5_wrapper {display: block !important}
    #rev_slider_10_2_wrapper {display: block !important}
    #rev_slider_10_3_wrapper {display: block !important}
    #rev_slider_2_2_wrapper {display: block !important}
    
    #rev_slider_6_6_wrapper {display: block !important}
    #rev_slider_11_4_wrapper {display: block !important}
    #rev_slider_10_1_wrapper {display:block !important}
    
    
    #carousel-farmers {display: none !important}
    .farmers-m {display:block !important}
}
.banner-bot .read-more,.banner-bot .read-more:hover {
    margin-top: 0px;
    padding: 0px;
}
.banner-bot .read-more:hover {
    background-color: #5b0456;
    padding: 10px 15px;
}
.banner-bot .read-more span {
    padding-right: 30px;
}
.about-us-main .banner-bot .read-more span:after, .about-us-main .banner-bot .read-more:active span:after {
    border-color: white;
}

.panel-body ul {
    padding-left: 30px;
}

.panel-body ul li {    
    padding-left: 10px;
    margin-bottom: 10px;
    list-style: disc;
}

element.style {
}
.panel-group .panel {
margin-bottom: 0;
border-radius: 0px;
}
.panel-group .panel {
margin-bottom: 0;
border-radius: 4px;
}
.panel-default {
    border-color: transparent;
}
.panel-heading {
    border-radius: 0px;
}
.panel-default>.panel-heading+.panel-collapse>.panel-body {
    color: #676767;
    background-color: #fefcef;
}

    .blog-post-slider + .separator {
        margin-top: -2% !important;
    }
    .about-us-main .search-result-slider + .separator {
        margin-top: -7% !important;
    }
    .symptoms-sep.separator{
        margin-top: -7% !important;
    }
    .health-sep.separator {
        margin-top: -7% !important;
    }
    .product-sep.separator {
        margin-top: -6% !important;
        margin-bottom: 30px;
    }
    .with-search-sep.separator {
        margin-top: -6%!important;
        z-index: 10;
    }
    .find-sep .separator {
        margin-top: -6% !important;
    }

@media all and (max-width: 1200px) {
.tp-caption.a2-milk-paragraph, .a2-milk-paragraph {
font-size: 100% !important;
      }

}

@media all and (min-width: 1800px) {
    .dumptext p {
        width: 500px;
        display: block;
        margin: auto;
    }

}
/* Fixed */
@media only screen and (max-width: 1200px) {
    .carousel-caption {
        top: 15%;
    }
    #carousel-farmers {
        margin-bottom: -110px;
        }
    .banner-bot h3 {
        top: -5%;    
    }
}

.banner-bot {
    margin-top:-22px;
}


.carousel-control.btn.right-carousel.btn-purple>span{
    background-position: -26px 0px !important;
}
.carousel-control.btn.left-carousel.btn-purple>span{
    background-position: 0px 0px !important;
}
.whatis-vid {
    border-bottom-right-radius: none;
    border-bottom-left-radius: none;
}
.snp-pop--wrap {
    border-radius: 9px !important;
    font: 1em/1.5 Colette,"lucida grande",tahoma,verdana,arial,sans-serif !important;
    text-align: center;
    background: #fefcef;
    color: #5b0456;
    position: relative;
    padding: 2em 2em 1em !important;
    width: 462px;
    border-radius: 9px;
}

.snp-pop--wrap h2 {
    font-size: 24px;
    color: #5b0456;
    font-weight: bold !important;
    font-family: Colette,"lucida grande",tahoma,verdana,arial,sans-serif !important;
}

.snp-pop--wrap p.sub-info {
    color: #999890;
    line-height: 22px!important;
    font-family: SourceSansPro,"lucida grande",tahoma,verdana,arial,sans-serif!important;
    text-align: center;
    font-size: 14px;
    margin-top: 30px!important;
    margin-bottom: 30px!important;
    font-weight: normal!important;
}

.wpcf7-not-valid-tip {
    position: relative;
    top: -21px!important;
    right: 0px!important;
    min-width: 200px;
    text-align: right;
    float: right;
    margin-bottom: -20px !important;
}
.wpcf7-not-valid,.snp-pop--wrap input.wpcf7-not-valid{
    color: red !important;
    border-color: red !important;
}

.wpcf7-not-valid::-webkit-input-placeholder {
    color: red !important;
}

.wpcf7-not-valid:-moz-placeholder { /* Firefox 18- */
    color: red !important;
}

.wpcf7-not-valid::-moz-placeholder {  /* Firefox 19+ */
    color: red !important;
}

.wpcf7-not-valid:-ms-input-placeholder {  
    color: red !important;
}


.snp-pop--wrap .snp-theme-html {
    background-color: transparent;
    font-size: 14px;
    height: auto !important;
}

.snp-pop--wrap .btn:hover .water span {
    bottom: -9px;
}

.snp-pop--wrap .btn,.snp-fb .btn {    
    background-color: transparent;
}

.snp-fb .btn .water {
    border: 3px solid #5b0456 !important;
}
.snp-fb .btn .water span {
    bottom: 45px;
}
.snp-pop--wrap .fancybox-inner {
    width: 100% !important;
}

.snp-pop--wrap .fancybox-close {
    background-image: url('../img/close.png');
}
.snp-pop--wrap.fancybox-opened .fancybox-skin {
    -webkit-box-shadow:none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.entry-content .alignleft,.single-post-content .alignleft{
    float: left;
}

.single-post-content .alignright,.entry-content .alignright{
    float: right;
}

.single-post-content .aligncenter,.entry-content .aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.single-post-content ul,.entry-content > ul {
    display: inline-block;
    list-style-type: disc;
    padding-left: 30px;
}
.single-post-content ul li a, .entry-content ul li a {
    display: inline-block;
}
.single-post-content ul .hyperlink:hover span.bbb,.entry-content ul .hyperlink:hover span.bbb {
    width:125% !important;
    height:120% !important;
}

.single-post-content ul li,.entry-content ul li {
    display: list-item;
    text-align: -webkit-match-parent;
    font-family: SourceSansPro,"lucida grande", tahoma, verdana, arial, sans-serif;
    font-size: 14px;
    list-style-type: disc;
    padding-left: 10px;
}

.single-post-content ol,.entry-content ol {
    display: block;
    list-style-type: decimal;
    padding-left: 30px;
}

.single-post-content ol li,.entry-content ol li {
    display: list-item;
    text-align: -webkit-match-parent;
}

.videos {
    margin-top: 0px;
}

.fb-share a{
    background: url(../img/share-socials.png) no-repeat;
    background-position: 12px 7px;
    text-indent: -9999px;
    padding: 0px;
    border-radius: 30px;
    border: 2px solid #5b0456;
}

.tw-share a {
    background: url(../img/share-socials.png) no-repeat;
    background-position: -28px 7px;
    text-indent: -9999px;
    padding: 0px;
    border-radius: 30px;
    border: 2px solid #5b0456;
}

.instagram-share a {
    background: url(../img/share-socials.png) no-repeat;
    background-position: -68px 7px;
    text-indent: -9999px;
    padding: 0px;
    border-radius: 30px;
    border: 2px solid #5b0456;
}

.email-share a {
    background: url(../img/share-socials.png) no-repeat;
    background-position: -108px 7px;
    text-indent: -9999px;
    padding: 0px;
    border-radius: 30px;
    border: 2px solid #5b0456;
}

.fb-share a:hover {
    background-position: 12px -20px;
    background-color: #5b0456;
}

.tw-share a:hover {
    background-position: -28px -20px;
    background-color: #5b0456;
}

.instagram-share a:hover {
    background-position: -68px -20px;
    background-color: #5b0456;
}

.email-share a:hover {
    background-position: -108px -20px;
    background-color: #5b0456;
}
.overlay-mobile {
    display:none;
}

.banner-bot .read-more span,a.read-more:hover,a.read-more:active {
    text-decoration: none;
}

/* Suggest */
.ac_results {
    background-color: #fff;
    border: 3px solid #efeeea;
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 10000;
    padding: 10px;
    display: none;
    }
    .ac_results li {
        color: #676767;
        padding: 10px 10px !important;
        text-align: left;
        white-space: normal;
        font-weight: normal;
        width: 550px;
        font-size: 16px;
        font-family: Colette,"lucida grande",tahoma,verdana,arial,sans-serif;
        }
        
.ac_over {
    background-color: #CCCCCC;
    cursor: pointer;
}

.ac_match {
    color: #5b0456;
    font-weight: bold;
}

.search-page.search-result-slider h1 {
    margin-top: 0% !important;
}

.thank-you-popup {
    margin-top: 30px;
}

.modal-content {
    padding: 30px;
    text-align: center;
    background-color: #fefcef;
}
.modal-content h2 {
    margin-top: 0px;
    margin-bottom: 20px;
}
.modal-content h2,.modal-content a {
    text-align: center;
}

.close-modal {
    width: 36px;
    height: 36px;
    cursor: pointer;
    background-image: url(http://ec2-54-66-18-80.ap-southeast-2.compute.amazonaws.com/wp-content/themes/a2-milk/img/close.png) !important;
}

.wpcf7-mail-sent-ok {
    display: none !important;
}

.separator{
    display: none !important;
}
.seperator {
    background: none;
    background-color: #fefcef;
    border-top-right-radius: 50% 25px;
    border-top-left-radius: 50% 25px;
}
.videos {
    border-bottom-right-radius: 50% 25px;
    border-bottom-left-radius: 50% 25px;
}
.round-bottom,.slider-img {
    border-bottom-right-radius: 50% 25px;
    border-bottom-left-radius: 50% 25px;
}
.dark-cream {
    background-color: #f8f5e6;
}

.light-cream {
    background-color: #fefcef;
}

.search-result-slider:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.hcp-tabs .tab-content{
    border: none;
    background: 0;
    background-color: transparent;
}

.hcp-tabs .nav-tabs>li.active>a,.hcp-tabs .nav-tabs>li.active>a:hover,.hcp-tabs .nav-tabs>li.active>a:focus {
    color: white;
    background-color: #5b0456;
    padding: 30px 50px;
    display: block;
    border: none;
    border-radius: 0px;
    font-size: 16px;
    width: 268px;
    height:104px;x
}
.hcp-tabs .nav-tabs>li>a {
    margin-right: 0px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    background-color: #eceae1;
    color: #5b0456;
    padding: 30px 50px;
    display: block;
    border: none;
    border-radius: 0px;
    font-size: 16px;
    width: 268px;
    height:104px;
    vertical-align: middle;
    text-align: center;
    display: flex !important;
    justify-content: center;
    align-content: center;
    flex-direction: column;
}

.hcp-tabs .tab-content > .active,.hcp-tabs  .pill-content > .active {
    height: auto;
    overflow-y: visible;
}
.hcp-tabs p {
    margin-bottom: 20px;
}
.hcp-tabs .panel-group.fluid {
    padding: 0px;
}

.hcp-tabs {
    margin-top: 50px;
}

.hcp-tabs .nav-tabs {
    border: none;
}

.hcp-tabs h1, .hcp-tabs h2, .hcp-tabs h3, .hcp-tabs h4, .hcp-tabs h5 {
    font-family: Colette,"lucida grande", tahoma, verdana, arial, sans-serif;
    color: #5b0456;
}

.hcp-tabs .panel-default>.panel-heading+.panel-collapse>.panel-body{
    background-color: #e1eff0;
}

.hcp-tabs .panel-title {
    font-size: 24px;
}
    .hcp-tabs .tab-content {
        padding-top: 0px;
        height: auto;
    }
    figcaption {
        font-style: italic;
        font-size: 12px;
        margin-bottom: 30px;
    }

.hcp-tabs ul {
    list-style: disc;
    padding-left:20px;
}
.hcp-tabs ul li {
    list-style: disc;
    padding-left: 20px;
    font-size: 14px;
    line-height: 26px;
    font-family: SourceSansPro,"lucida grande",tahoma,verdana,arial,sans-serif;
}

.hcp-tabs .add-info {
    margin-top: 30px;
}

.product-related-recipes {
    margin-top:-50px;
    z-index: 1;
}
.contact-btn {
    float: right;
    vertical-align: bottom;
    margin-top: 125px;
}
.container-contact {
    margin-bottom: 70px;
}
.container-contact .col-lg-6,.container-contact .col-lg-12 {
    padding-left: 0px;
}

.w4 .dumpitem, .w4 .dumpitem2, .w8 .dumpitem {
    height: 100%;
}
.w6 .dumpitem, .w6 .dumpitem2 {
    height: 100%;
}
.contact-form h1 {
    margin-top:0px;
}
/* FIX */

.search-qna, .qna-mh, .product-mh {
    background-color: #f8f5e6;
}

.posts .results li ol{
    list-style: decimal;
}
.posts .results li ol li {
    font-family: SourceSansPro,"lucida grande",tahoma,verdana,arial,sans-serif;
    line-height: 26px;
    font-size: 14px;
    list-style: decimal;
    color: #676767;
}

.product-description ul {
    list-style: disc;
}
.product-description ul li {
    list-style: disc;
    font-family: SourceSansPro,"lucida grande",tahoma,verdana,arial,sans-serif;
    line-height: 26px;
    font-size: 16px;
}
.single-post-content ul, .entry-content ul {
    
    font-family: SourceSansPro,"lucida grande",tahoma,verdana,arial,sans-serif;
    line-height: 26px;
    font-size: 14px;
}
.wsp-pages-list li{
    font-size: 14px;
}

.slider-pretend>img {
    height: auto;
}

.content-page .slider-pretend>img {
    max-height: 465px;
}

.recipe-detail {
    padding: 100px;
    margin: auto;
    display: block;
    text-align: left;
    float: none;
}
.recipe-detail.comments {
    display: none;
}

.recipe-single {
    background-color: #fefcef;
}

.recipe-single .product-slide .slider-text {
    margin-top: 0;
    top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
.recipe-detail h2.entry-title {
    display: block;
    color: #5b0456;
    font-size: 36px;
    font-weight: bold;
    text-align: center;
}

.recipe-detail p.recipe-author {
    display: block;
    text-align: center;
    color: #676767;
}

.recipe-detail .ingredients {
    margin-top: -30px;
}
.recipe-detail .recipe-detail-a p {
    margin-bottom: 20px;
    min-height: 52px;
}
.recipe-detail .recipe-detail-a p strong,.recipe-detail .recipe-detail-b p strong {
    color: #5b0456;
    font-weight: bold;

}

.recipe-detail .recipe-detail-b p strong {
    font-size: 16px;
}

.recipe-detail-b>img {
    width: 100%;
    height: auto;
    margin-bottom: 30px;
}

.recipe-btn-section {
    margin-top: 30px;
}

.recipe-detail .sharing {
    padding-top: 20px;
    border-top: 1px solid #dddbd3;
}

.recipe-detail .share-social {
    float: left;
    display: block;
    width: 100%;
}
.recipe-detail .print-this {
    float: right;
}
.recipe-detail .print-map {
    width: auto;
    height: auto;
    margin: 0px;
    background-position: 0 10px;
}
.comments{
    padding-top:0px;
} 

.product {
    height: auto;
}


.top-story.promote2 {
    padding: 100px 100px;
}
.top-story.promote2 h2{
    width: 49%;
    word-wrap: normal;
    font-size: 48px;
    color: #5b0456;
}

.promote3 .btn{
    width: 300px;
    position: relative;
    margin: auto;
    display: block;
    float: none;
    top: 82%;
}

.img-link>a{
    position: absolute;
    width: 100%;
    height: 100%;
    text-indent: -9999px;
}

.featured-testimonial .feed-content blockquote {
    top: -100%;
    padding: 80px 50px 100px 49px;
    font-size: 18px;
    color: #fefcef;
    background-size: 100%;
    height: 70%;
    line-height: 28px;
    position: relative;
    margin: 5%;
}

blockquote:before {
  content: open-quote;
    font-size: 7em;
    line-height: .1em;
    margin-right: 0.05em;
    vertical-align: -.4em;
    margin-left: -0.5em;
}

blockquote:after {
  content: close-quote;
    font-size: 6em;
    line-height: .1em;
    margin-right: 0px;
    vertical-align: -.4em;
    position: absolute;
    /* bottom: 0; */
    margin-top: 19px;
    margin-left: 0.05em;
}
.w4 .consumer {
    font-family: GarageGothic,"lucida grande",tahoma,verdana,arial,sans-serif;
    top: 85%;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 25px;
    color: #fefcef;
    margin: auto;
    display: block;
    float: none;
    bottom: 0;
    width: 100%;
    text-align: center;
    left: 0;
}

.w8 .featured-testimonial .feed-content blockquote {
    font-size: 16px;
    padding: 7% 10%;
    position: relative;
    top: -100%;
}

.w8 .featured-testimonial .feed-content .consumer {
    top: 85%;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 25px;
    color: #fefcef;
    margin: auto;
    display: block;
    float: none;
    bottom: 0;
    width: 100%;
    text-align: center;
    left: 0;
}
.feed-content {
    background-color: #b2edd7;
}
.feed-content.share-story {
    background-color: transparent;
}
 
.black-font blockquote,.black-font span,.black-font h2{
    color: #393939 !important;
}

.white-font blockquote,.white-font span,.white-font h2 {
    color: #fefcef !important;
}

.purple-font blockquote,.purple-font span,.purple-font h2 {
    color: #5b0456 !important;
}
.water>span {
    color: #fff !important;
}
.w4 .featured-testimonial .feed-content blockquote {
    padding: 0%;
    text-align: center;
}
.w6 .consumer {
    font-family: GarageGothic,"lucida grande",tahoma,verdana,arial,sans-serif;
    top: 85%;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 25px;
    color: #fefcef;
    margin: auto;
    display: block;
    float: none;
    bottom: 0;
    width: 100%;
    text-align: center;
    left: 0;
}
.w6 .featured-testimonial .feed-content blockquote {
    background: none;
    padding-left: 11%;
    padding-right: 11%;
}
.product-related-recipes {
    border-top-right-radius: 50% 25px;
    border-top-left-radius: 50% 25px;
}

.entry-content.in-content h1, .entry-content.in-content h2,.entry-content.in-content h3,.entry-content.in-content h4,.entry-content.in-content h5,.entry-content.in-content h6 {
    color: #5b0456;
}

.menu-item a{
    font-family: Colette,"lucida grande",tahoma,verdana,arial,sans-serif !important;
}

.sidr-class-home-li a,.sidr-class-home-li:hover a{
    padding-left: 25px !important;
}

.search-panel .slider-img{
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}

p.download-pdf {
    border-top: 1px solid #e5e5e5;
    padding-top: 30px;
    padding-left: 30px;
    background-image: url(../img/download-icon.png);
    background-repeat: no-repeat;
    background-position: 0px 32px;
}
p.download-pdf a.read-more {
    margin-left: 0px;
}

.site-footer {
    clear: both;
}
.featured-promote1 .share-story {
    padding: 20px;
}
.featured-promote1 h2{
    color: #5b0456;
    font-size: 40px;
    width: 50%;
    float: right;
    text-align: left;
    margin-top: 8%;
    padding-left: 20px;
}

.featured-promote1 a {
    margin-top: 30%;
    position: absolute;
    right: 16%;
    width: 30%;
}

.nutrition-part .product-info tbody td:first-child {
    width: 80%;
}
.product-info tbody tr.bold-line td,.nutrition-part .product-info tbody tr.bold-line th {
    border-top: 10px solid #393939 !important;
}
.product-info tbody tr.semi-bold-line td,
.nutrition-part .product-info tbody tr.semi-bold-line th {
    border-top: 5px solid #393939 !important;
}
.w6 .featured-testimonial .feed-content blockquote {
    line-height: 32px;
    font-size: 22px;
}

.google-map__trigger-item {
    cursor: pointer;
}

.form-allowed-tags {
    display: none !important;
}
.product-description ul {
    list-style: disc;
}
.product-descriotion ul li {    
    list-style: disc;
    font-size: 14px;
}

.tooltipsy
{
    padding: 10px;
    max-width: 200px;
    color: #303030;
    background-color: #b2edd7;
}
.snp-pop--wrap .agree-to-terms{
    width: auto !important;
        padding: 0px;
    margin-bottom: 0px !important;
    margin-right: 10px;
}

.captcha-img {
    margin-right: 10px !important;
}
.snp-pop--wrap input.captcha-text {
    width: 30% !important;
}

.single-post-content blockquote:before,.single-post-content blockquote:after {
    content: none;
}

.align-mid {
    position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  display: inline-block;
}
.diet-select {
    width: 75%;
margin-left: 20px;
}
.search-qna input.find-input {
    z-index: 120;
}

.farmer-item .exerpt {
    min-height: 300px;
}
select {
    text-indent: 0px;
    padding: 10px 10px;
}
.find-form {
    text-align: center;
    width: 550px;
    margin: auto;
}
.qna-single a {
    padding: 0px !important;
    display: inline-block !important;
}
.feed-content.share-story.story-box {
    background-color: #b2edd7;
}
.fancybox-wrap {
    max-height: 800px !important;
overflow-y: auto !important;
}
.wpcf7-validation-errors {
    display: none;
}
.main-menu .sub-menu {
    overflow-y: auto;
    overflow-x: hidden;
    z-index: 998;
}
.testi-quote {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: inline-block;
    position: absolute;
    padding: 10%;
}
.feed-content blockquote {
    margin-bottom:20px;
}
.tab-content ul {
    padding-left: 20px;
}
.tab-content ul li {
    list-style-type: disc;
    font-size: 14px;
    padding-left: 10px;
}

.view-terms {
    font-size: inherit;
    line-height: inherit;
    padding: 10px 15px!important;
    color: #5b0456!important;
    border-radius: 9px!important;
    border: 1px solid #d4d3cf!important;
    background-color: #f2f0e9!important;
    width: 100%!important;
    margin-bottom: 24px!important;
    min-height: 42px!important;
    font-family: SourceSansPro,"lucida grande",tahoma,verdana,arial,sans-serif;
    height: auto !important;
}
@media (min-width:992px) {
    .dumptext p {
        max-width: 700px;
        margin: auto;
    }
}
@media (min-width:1201px) and (max-width: 1300px) {
    #explore-icon {
        bottom: 60px !important;
    }
    .banner-bot h3 {
        font-size: 27px;
    }
    .hcp-container .hcp>div.col-lg-4 {
        padding: 0 10px;
    }
    .share-to-love-tile h2 {
        font-size: 44px;
    }
}
@media (min-width:1300px) and (max-width: 1500px) {
    .top-story.promote2 {
        padding: 30px 50px;
    }
    .top-story.promote2 h2{
        width: 68%;
        word-wrap: normal;
        font-size: 48px;
        color: #5b0456;
    }
    .featured-testimonial .feed-content blockquote {
        padding: 2%;
        font-size: 14px;
    }
    .top-story h2 {
        max-height: auto;
    }
    .feed-content a.read-more {
    }

    .product {
        padding: 0px;
    }
    .product-image img{
        width: 100%;
        height: auto;
    }

}
@media (min-width:992px) and (max-width: 1300px) {

    .featured-promote1 h2 {
        margin-top: 10%;
    }
    .featured-promote1 a {
        margin-top: 52%;
    }
    .top-story.promote2 {
        padding: 30px 50px;
    }
    .top-story.promote2 h2{
        width: 68%;
        word-wrap: normal;
        font-size: 40px;
        color: #5b0456;
    }
    .featured-testimonial .feed-content blockquote {
        padding: 2%;
        font-size: 14px;
    }
    h2.read-more-story {
        font-size: 48px;
    }
    .top-story h2 {
        max-height: auto;
    }
    .feed-content a.read-more {
    }

    .product {
        padding: 0px;
    }
    .product-image img{
        width: 100%;
        height: auto;
    }
    .map .locations {
        width: 30%;
    }
    #map-canvas {
        width: 70%;
    }
}




/* LINK FIX */
.hyperlink { text-decoration: underline !important;
    font-weight: bold;}
.hyperlink {
    position: relative;
}
.hyperlink .aa{
    position:relative;
    z-index: 5;
}
.hyperlink:hover .aa {
    color: white;
    text-decoration: none !important;
}
.hyperlink:hover span.bbb {
    width: 150%;
    position: absolute;
    display: block;
    height: 150%;
    top: -2px;
    margin-left: -2px;
    z-index: 3;
    padding: 15px 15px;
    line-height: 25px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    padding: 10px 15px;
    text-decoration: none;
    color: #fff;
    background: #5b0456;
    margin-left: -12px;
    border-radius: 30px;
    margin-top: -6px;
}
.hyperlink span.bbb:after {
content: ' ';
position: absolute;
top: 0;
right: 0px;
opacity: 0;
width: 10px;
height: 10px;
margin-top: -5px;
font-size: 15px;
background: rgba(0,0,0,0);
border: 3px solid #fff;
border-top: none;
border-right: none;
transition: opacity 0.5s, top 0.5s, right 0.5s;
-ms-transform: rotate(-135deg);
-webkit-transform: rotate(-135deg);
-moz-transform: rotate(-135deg);
-o-transform: rotate(-135deg);
transform: rotate(-135deg);
}
.hyperlink:hover span.bbb:after {
    opacity: 1;
    border-color: #fff;
    right: 12px;
    top: 50%;
}

.hyperlink.about-farmer:hover .aa {
    padding-left: 0px;
}
.hyperlink.about-farmer:hover span.bbb {
    width: 120%;
}

.testi-quote.ban-bot {
    width: 100%;
    z-index: 10;
    text-align: center;
    left:0;
}
.banner-bot h3{
    position: relative;
}
.special-left .testi-quote.ban-bot {
    text-align: left;
}

.banner-bot a {
    position: relative;
    float: none;
    width: auto;
    margin: auto;
}

.wsp-pages-list {
    display: inline-block !important;
}
.wsp-pages-list.visible-xs {
    display: none !important;
}
.wsp-pages-list .bbb {
    height: 120% !important;
}
.hcp-content ul {
    display: inline-block;
}
.hcp-content ul a .bbb{
    height: 120% !important;
}
ul.wsp-pages-list li a {
    padding: 0px !important;
    width: 100%;
}

.page-notfound .wsp-pages-list .bbb {
    height: 150% !important;
}


.featured-testimonial.recipe-grids .feed-content:hover>a {
    opacity: 0 !important;
    text-decoration: none !important;
}

.featured-testimonial.recipe-grids .feed-content:hover a {
    text-decoration: none !important;
}
.img-in>img {
    width: 100%;
    height: auto;
}
.static-about-us .slider-pretend{
    height: auto;
}
.static-about-us h2,.static-about-us h1 {
    font-size: 60px;
}

.static-about-us p {
    font-size: 16px;
}

.static-about-us .about-content {
    width: 600px;
    margin: auto;
    font-size: 20px;
}

.hcp-c1 {
    border-bottom-right-radius: 50% 25px;
    border-bottom-left-radius: 50% 25px;
    position: relative;
    z-index: 10;
    background-color: #fefcef;
}

.snp-pop--wrap input, .snp-pop--wrap select, .snp-pop--wrap textarea {
font-family: inherit;
font-size: inherit;
line-height: inherit;
padding: 10px 15px!important;
color: #5b0456!important;
border-radius: 9px!important;
border: 1px solid #d4d3cf!important;
background-color: #f2f0e9!important;
width: 100%!important;
margin-bottom: 24px!important;
min-height: 42px!important;
font-family: SourceSansPro,"lucida grande",tahoma,verdana,arial,sans-serif;
}
@media all and (max-width: 1200px) {
    h2.read-more-story,
    .top-story h2 {
        font-size: 28px;
    }
}
.share-to-love-tile {
    float: right;
}
#main > div.container-fluid.fluid > div > div > div > div.about-content > a.read-more.white {
display: inline-block;
}

.wsp-pages-list li {
    margin-bottom: 10px;
}

span.symbol-body {
    font-size: 75% !important;
    vertical-align: 75%;
    line-height: 100%;
}

span.symbol-heading {
    font-size: 50% !important;
    vertical-align: 75%;   
    line-height: 100%;
}
.homepage-content {
  padding: 0 4px;
  position: relative;
  top: 20px;
  float: left;
}
.homepage-content p {
    font-size: 12px;
    line-height: 18px;
}
.homepage-content p br {
    line-height: 34px;
}
.homepage-wrapper h1{
    font-size: 77px;
    line-height: 77px;
    font-weight: bold;
    font-family: Colette, 'lucida grande', tahoma, verdana, arial, sans-serif;
    color: #ffffff;
    text-decoration: none;
    text-shadow: none;
    background-color: transparent;
    border-width: 0px;
    border-color: #000000;
    border-style: none;
    margin: 0;
}
.container-fluid.stories-home[style] {
    padding-bottom: 0 !important;
}
.home h2.read-more-story {
    font-size: 28px;
}
#feed-container .btn {
  position: relative;
  width: 178px;
}
#feed-container .align-mid .btn {
    position: inherit;
    bottom: inherit;
}
#feed-container a:hover,
#feed-container a:hover h2 {
    text-decoration: none;
}
.recipe-contents .read-more span {
    padding-right: 30px;
    padding-left: 15px;
}
.recipe-contents .read-more span::after {
    right: 15px;
}
.testi-quote.ban-bot h2 {
    color: #fff;
}
