.header .search .qmaster-dropdown {min-width: 95px !important;}
input.swiftype-search-textbox::placeholder { width: 100%; } 

.foodfacts-homebanner {
    display: none !important;
}

.top-subscription { border-bottom: none!Important; box-shadow: none!Important; }

div.accountname span.Retail {
    height: 40px !important;
    margin-left: 4px;
}

.footer p ~ ul li:nth-child(3) {
    display: none!important;
}

.content-foodfacts .headline-img p span { font-size: 18px !important; }

.mobile-rr .subscription .subscribe-input input[type="text"] { padding: 10px 9px 9px 9px; }
.mobile-rr .privacy-policy a {
    text-decoration: underline;
}

.login iframe {
    max-width: 300px;
    width: 100%;
}

@media screen and (min-width: 990px) {
.ad-label {font-size: 11px!important; margin-bottom: 0px; display: block !important; text-align: center;}
.desktop-menu .main-menu li {height: 4.20em !important; text-align: center!important; display: table!important;}
.desktop-menu .main-menu li > a {vertical-align: middle!important; display: table-cell!important;}
} 

/*.social-links div a:nth-child(5) { display:none!important }*/
.article-title {text-align:center;}
.recipes-table td:last-of-type {
    border-right: 1px solid #d2d2d2;
}
.social-links {
    margin-top: 10px;
}
.content-foodfacts .recipes-table td { padding: 9px 19px; }

.related-recipes li a:first-child {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 80%;
    display: block;
    margin-bottom: 8px;
}

.related-recipes li a:first-child img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.related-recipes li br {
    display: none;
}

.recipe-details {
    border-top: 1px dashed #ddd;
    border-bottom: 1px dashed #ddd;
    padding: 8px 20px;
    font-size: 15px;
    width: 95%;
    margin: auto;
}
.social-icons-mobile #pinIttd a span {
    background: none!important;
}
.social-icons-mobile #pinIttd a span { height: 34px!important; }
.searchloadingicon { max-width: initial;  width: 13px; height: 13px; }

sup {color: #1777AF; font-size: 10px;}
span[data-hash]:hover {
    cursor: pointer;
    color: #1777AF;
}

@media screen and (min-width: 768px) {
                .two-columns .column, .two-columns .columns { float: left; width: 30%; padding-left:30px;}
                .column-list {column-count: 3; column-gap: 20px; padding-left: 60px; padding-right: 60px; margin-bottom: 16px;}
                .three-columns .column, .three-columns .columns { float: left; width: 33.3%; }
                .four-columns .column, .four-columns .columns { float: left; width: 50%; }
}
@media screen and (min-width: 840px) {
                .four-columns .column, .four-columns .columns { float: left; width:  25%; }
                .two-columns::after, .three-columns::after, .four-columns::after { content: ""; display: block; clear: both; }
}
@media screen and (max-width: 767px) {
                .column-list {column-count: 2; column-gap: 20px; padding-left: 60px; padding-right: 60px; margin-bottom: 16px;}
                .two-columns .column ol, .two-columns .columns ol, 
                .two-columns .column ul, .two-columns .columns ul, 
                .three-columns .column ol, .three-columns .columns ol, 
                .three-columns .column ul, .three-columns .columns ul, 
                .four-columns .column ol, .four-columns .columns ol,
                .four-columns .column ul, .four-columns .columns ul { margin-bottom: 0px; }
                .two-columns .column ol:last-child, .two-columns .columns ol:last-child, 
                .two-columns .column ul:last-child, .two-columns .columns ul:last-child, 
                .three-columns .column ol:last-child, .three-columns .columns ol:last-child, 
                .three-columns .column ul:last-child, .three-columns .columns ul:last-child, 
                .four-columns .column ol:last-child, .four-columns .columns ol:last-child,
                .four-columns .column ul:last-child, .four-columns .columns ul:last-child { margin-bottom: 16px; }
		
}

.video-rwd { max-width: 820px;width: 100%; text-align: center; margin: 30px auto; }
.video-rwd figure { margin: 0px; }
.video-rwd .aspect-ratio { position: relative; width: 100%; height: 0; padding-bottom: 56.2%; }
.video-rwd .aspect-ratio iframe, .video-rwd .aspect-ratio video { position: absolute; width: 100%; height: 100%; left: 0; top: 0;}
.toc-content .back-to-top { float: right; }

.top-title{
 margin-top:40px!important;
}

/*#Fact Check#*/
.post-review{
	margin-top: -15px;
}

.post-review .fact-check a {
    color: #0869BD;
    border: 1px solid #0869BD;
    padding: 0px 10px;
    border-radius: 20px;
    font-size: 13px;
    margin-left: 10px;
    transition: all 0.5s;
    display: inline-block;
}

.post-review .fact-check a:hover {
   	color: white;
	background: #0869BD;
	cursor: pointer;
}

.post-review .fact-check a::before {
    font-family: FontAwesome;
    content: "";
    margin-right: 6px;
}

/*#SOCIAL COUNT BUTTON#*/
.social-icons-mobile {
 padding:9px;
 position:fixed;
 width:100%;
 bottom:0;
 left:0;
 background:white;
 border-top:1px solid #ddd;
 z-index:2;
 height:75px
}
.social-icons-mobile table,
.social-icons-mobile td {
 margin:0px;
 padding:0px
}
.social-icons-mobile .ipinit {
 margin-top:32px !important
}
.social-icons-mobile .google-plus>div {
 width:60px !important
}
.social-icons-mobile .google-plus>div iframe {
 width:58px !important
}
.social-icons-mobile .google-plus>div iframe table {
 margin:0 auto
}
.social-icons-mobile .google-plus>div:before {
 height:5px;
 width:5px;
 border-left:5px solid transparent;
 border-right:5px solid transparent;
 border-top:5px solid #ddd;
 margin:0 auto 2px;
 display:block;
 content:""
}
.social-icons-mobile .google-plus.spanish>div {
 width:70px !important
}
.social-icons-mobile .google-plus.spanish>div iframe {
 width:75px !important;
 margin-left:-3px !important
}
.social-icons-mobile .google-plus.spanish>div iframe table {
 margin:0 auto
}
.social-icons-mobile .widget-text {
 display:none
}
.social-icons-mobile table {
 width:40px
}
@media screen and (min-width: 1200px) {
 .social-icons-mobile {
  position:absolute;
  left:-9999px;
  width:1px
 }
}
.social-mobile {
 float:left;
 width:70%
}
@media screen and (min-width: 640px) {
 .social-mobile {
  width:57%
 }
}
@media screen and (min-width: 768px) {
 .social-mobile {
  width:70%
 }
}
.social-mobile.notdevice [data-social-btn="sms"] {
 display:none
}
.social-mobile.notdevice .social-btn {
 width:34%
}
.social-mobile li {
 list-style:none outside none;
 display:inline-block;
 text-align:center;
 vertical-align:middle;
 line-height:20px;
 margin-right:1%
}
.social-mobile a:hover {
 cursor:pointer
}
.social-mobile .share-count-total {
 color:#0869BD;
 font-size:26px;
 font-weight:600;
 text-align:left;
 width:25%;
 padding-top:10px;
 display:none
}
@media screen and (min-width: 480px) {
 .social-mobile .share-count-total {
  font-size:30px
 }
}
.social-mobile .share-count-total span[data-share-counter] {
 display:block;
 margin:0 auto;
 text-align:center
}
.social-mobile .share-count-total::after {
 content:"Shares";
 font-size:13px!important;
 color:#868686;
 display:block;
 text-align:center;
 margin-top:3px
}
.social-mobile .social-btn {
 width:21%
}
.social-mobile .social-btn>a,
.social-mobile .social-btn>i {
 display:block;
 padding:15px 0px;
 border-radius:5px
}
.social-mobile .social-btn>a:before,
.social-mobile .social-btn>i:before {
 font-family:FontAwesome;
 font-size:26px
}
.social-mobile .social-btn>a:hover,
.social-mobile .social-btn>i:hover {
 transition:all .5s
}
.social-mobile .social-btn[data-social-btn="facebook"]>a,
.social-mobile .social-btn[data-social-btn="infogfacebook"]>a {
 color:white;
 background:#3b5998
}
.social-mobile .social-btn[data-social-btn="facebook"]>a:hover,
.social-mobile .social-btn[data-social-btn="infogfacebook"]>a:hover {
 background:#2d4373
}
.social-mobile .social-btn[data-social-btn="facebook"]>a:before,
.social-mobile .social-btn[data-social-btn="infogfacebook"]>a:before {
 content:""
}
.social-mobile .social-btn[data-social-btn="print"]>a {
 color:white;
 background:#535353
}
.social-mobile .social-btn[data-social-btn="print"]>a:hover {
 background:#535353
}
.social-mobile .social-btn[data-social-btn="print"]>a:before {
 content:""
}
.social-mobile .social-btn[data-social-btn="mailto"]>a {
 color:white;
 background:#535353
}
.social-mobile .social-btn[data-social-btn="mailto"]>a:hover {
 background:#535353
}
.social-mobile .social-btn[data-social-btn="mailto"]>a:before {
 content:""
}
.social-mobile .social-btn[data-social-btn="sms"]>a {
 background:#50af2f;
 padding:11px 0px 10px 0px
}
.social-mobile .social-btn[data-social-btn="sms"]>a:before {
 content:"";
 background-image:url(https://media.mercola.com/themes/mercola/images/sms-icon.png);
 background-repeat:no-repeat;
 background-size:30px;
 background-position:center 0px;
 display:block;
 height:31px
}
.social-icons li {
 list-style:none outside none;
 display:inline-block;
 text-align:center;
 vertical-align:middle;
 line-height:20px
}
.social-icons a:hover {
 cursor:pointer
}
.social-icons .share-count-total {
 color:#0869BD;
 font-size:30px;
 font-weight:600;
 text-align:left;
 display:none
}
.social-icons .share-count-total::after {
 content:"Shares";
 display:inline-block;
 color:#868686;
 position:relative;
 top:-5px;
 margin-left:4px
}
.social-icons .social-btn>a,
.social-icons .social-btn>i {
 padding:0 5px
}
.social-icons .social-btn>a:before,
.social-icons .social-btn>i:before {
 font-family:FontAwesome;
 font-size:24px
}
.social-icons .social-btn>a:hover,
.social-icons .social-btn>i:hover {
 transition:all .5s
}
.social-icons .social-btn[data-social-btn="facebook"]>a,
.social-icons .social-btn[data-social-btn="infogfacebook"]>a {
 color:#3b5998
}
.social-icons .social-btn[data-social-btn="facebook"]>a:hover,
.social-icons .social-btn[data-social-btn="infogfacebook"]>a:hover {
 color:#2d4373
}
.social-icons .social-btn[data-social-btn="facebook"]>a:before,
.social-icons .social-btn[data-social-btn="infogfacebook"]>a:before {
 content:""
}
.social-icons .social-btn[data-social-btn="twitter"]>a,
.social-icons .social-btn[data-social-btn="infogtwitter"]>a {
 color:#55acee
}
.social-icons .social-btn[data-social-btn="twitter"]>a:hover,
.social-icons .social-btn[data-social-btn="infogtwitter"]>a:hover {
 color:#2795e9
}
.social-icons .social-btn[data-social-btn="twitter"]>a:before,
.social-icons .social-btn[data-social-btn="infogtwitter"]>a:before {
 content:""
}
.social-icons .social-btn[data-social-btn="google-plus"]>a {
 color:#dd4b39
}
.social-icons .social-btn[data-social-btn="google-plus"]>a:hover {
 color:#c23321
}
.social-icons .social-btn[data-social-btn="google-plus"]>a:before {
 content:""
}
.social-icons .social-btn[data-social-btn="linked-in"]>a {
 color:#0077B5
}
.social-icons .social-btn[data-social-btn="linked-in"]>a:hover {
 color:#005582
}
.social-icons .social-btn[data-social-btn="linked-in"]>a:before {
 content:""
}
.social-icons .social-btn[data-social-btn="reddit"]>a {
 color:#7cb5e6
}
.social-icons .social-btn[data-social-btn="reddit"]>a:hover {
 color:#519dde
}
.social-icons .social-btn[data-social-btn="reddit"]>a:before {
 content:""
}
.social-icons .social-btn[data-social-btn="pinterest"]>span {
 background-size:26px !important;
 background-position:center center
}
.social-icons .social-btn[data-social-btn="print"]>a {
 color:#868686
}
.social-icons .social-btn[data-social-btn="print"]>a:hover {
 color:#535353
}
.social-icons .social-btn[data-social-btn="print"]>a:before {
 content:""
}
.social-icons .social-btn[data-social-btn="mailto"]>a {
 color:#868686
}
.social-icons .social-btn[data-social-btn="mailto"]>a:hover {
 color:#535353
}
.social-icons .social-btn[data-social-btn="mailto"]>a:before {
 content:""
}
.social-icons .social-btn[data-social-btn="chat"]>i {
 font-style:normal;
 color:#868686;
 display:none
}
.social-icons .social-btn[data-social-btn="chat"]>i:hover {
 color:#535353
}
.social-icons .social-btn[data-social-btn="chat"]>i:before {
 content:""
}
.social-icons .social-btn[data-social-btn="vkontakte"]>a {
 font-style:normal;
 color:#4c75a3
}
.social-icons .social-btn[data-social-btn="vkontakte"]>a:hover {
 color:#3c5c80
}
.social-icons .social-btn[data-social-btn="vkontakte"]>a:before {
 content:""
}
.social-icons .social-btn[data-social-btn="link"]>a {
 font-style:normal;
 background:#868686;
 color:white;
 height:24px;
 width:24px;
 display:inline-block;

 border-radius:50%;
 padding-top:2px;
 padding-left:4px
}
.social-icons .social-btn[data-social-btn="link"]>a:hover {
 color:white
}
.social-icons .social-btn[data-social-btn="link"]>a:before {
 content:"";
 font-size:17px !important
}
.social-icons .social-btn[data-social-btn="link"] .copy-message {
 display:none;
 position:relative
}
.social-icons .social-btn[data-social-btn="link"] .copy-message span {
 position:absolute;
 background:#e7e7e7;
 width:100px;
 font-size:11px;
 top:8px;
 left:-37px;
 color:#6d6d6d;
 border-radius:4px;
 line-height:15px;
 padding:2px 0px
}
.social-icons .social-btn[data-social-btn="link"] .copy-message span:after {
 bottom:100%;
 left:50%;
 border:solid transparent;
 content:" ";
 height:0;
 width:0;
 position:absolute;
 pointer-events:none;
 border-bottom-color:#e7e7e7;
 border-width:5px;
 margin-left:-5px
}
.social-icons .bubble,
.social-icons .twitter:before,
.social-icons .google-plus:before,
.social-icons .google-plus.spanish:before,
.social-icons .print .bubble:before {
 border:1px solid #ddd;
 border-radius:3px;
 padding:6px 22px;
 min-height:34px
}
.social-icons .arrow,
.social-icons .text:before {
 height:5px;
 width:5px;
 border-left:5px solid transparent;
 border-right:5px solid transparent;
 border-top:5px solid #ddd;
 margin:0 auto 2px
}
.social-icons .text {
 font-size:11px;
 background:#ddd;
 color:#868686;
 border-radius:3px;
 padding:0px 3px
}
.social-icons .twitter:before {
 content:"";
 font-family:fontAwesome;
 display:block;
 font-size:24px;
 color:#55acee
}
.social-icons .google-plus:before {
 content:"";
 font-family:fontAwesome;
 display:block;
 font-size:24px;
 color:#dd4b39;
 width:60px;
 margin:0 auto;
 padding:8px 0 8px 6px
}
.social-icons .google-plus.spanish:before {
 content:"";
 font-family:fontAwesome;
 display:block;
 font-size:24px;
 color:#dd4b39;
 width:75px;
 margin:0 auto
}
.social-icons .print .twitter:before,
.social-icons .print .google-plus:before,
.social-icons .print .bubble:before {
 content:"";
 font-family:fontAwesome;
 display:block;
 font-size:24px
}
@media screen and (max-width: 1199px) {
 .social-icons .print {
  display:none
 }
}
.social-icons .copy-link .clicked {
 background:#898989;
 color:white
}
.social-icons .google-plus,
.social-icons .Linkedln_toolbox,
.social-icons .pinit,
.social-icons .reddit,
.social-icons .twitter {
 display:none
}
.social-icons .pinit table,
.social-icons .pinit td {
 padding:0px;
 margin:0px
}
.social-icons #pinIttd span>span {
 background-size:100% !important;
 background:url(//media.mercola.com/themes/mercola/images/bg-pinterest.jpg) no-repeat !important;
 bottom:20px !important;
 height:42px !important;
 padding-top:6px;
 top:-42px
}
.social-icons #pinIttd>span {
 margin-top:42px !important
}
@media screen and (min-width: 640px) {
 .social-icons .google-plus,
 .social-icons .Linkedln_toolbox,
 .social-icons .reddit {
  display:inline-block
 }
}
@media screen and (min-width: 580px) {
 .social-icons .pinit {
  display:inline-block
 }
}
@media screen and (min-width: 520px) {
 .social-icons .twitter {
  display:inline-block
 }
}
@media screen and (min-width: 1200px) {
 a[data-pin-log="button_pinit"] {
  display:block;
  background:transparent url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGhlaWdodD0iMzBweCIgd2lkdGg9IjMwcHgiIHZpZXdCb3g9Ii0xIC0xIDMxIDMxIj48Zz48cGF0aCBkPSJNMjkuNDQ5LDE0LjY2MiBDMjkuNDQ5LDIyLjcyMiAyMi44NjgsMjkuMjU2IDE0Ljc1LDI5LjI1NiBDNi42MzIsMjkuMjU2IDAuMDUxLDIyLjcyMiAwLjA1MSwxNC42NjIgQzAuMDUxLDYuNjAxIDYuNjMyLDAuMDY3IDE0Ljc1LDAuMDY3IEMyMi44NjgsMC4wNjcgMjkuNDQ5LDYuNjAxIDI5LjQ0OSwxNC42NjIiIGZpbGw9IiNmZmYiIHN0cm9rZT0iI2ZmZiIgc3Ryb2tlLXdpZHRoPSIxIj48L3BhdGg+PHBhdGggZD0iTTE0LjczMywxLjY4NiBDNy41MTYsMS42ODYgMS42NjUsNy40OTUgMS42NjUsMTQuNjYyIEMxLjY2NSwyMC4xNTkgNS4xMDksMjQuODU0IDkuOTcsMjYuNzQ0IEM5Ljg1NiwyNS43MTggOS43NTMsMjQuMTQzIDEwLjAxNiwyMy4wMjIgQzEwLjI1MywyMi4wMSAxMS41NDgsMTYuNTcyIDExLjU0OCwxNi41NzIgQzExLjU0OCwxNi41NzIgMTEuMTU3LDE1Ljc5NSAxMS4xNTcsMTQuNjQ2IEMxMS4xNTcsMTIuODQyIDEyLjIxMSwxMS40OTUgMTMuNTIyLDExLjQ5NSBDMTQuNjM3LDExLjQ5NSAxNS4xNzUsMTIuMzI2IDE1LjE3NSwxMy4zMjMgQzE1LjE3NSwxNC40MzYgMTQuNDYyLDE2LjEgMTQuMDkzLDE3LjY0MyBDMTMuNzg1LDE4LjkzNSAxNC43NDUsMTkuOTg4IDE2LjAyOCwxOS45ODggQzE4LjM1MSwxOS45ODggMjAuMTM2LDE3LjU1NiAyMC4xMzYsMTQuMDQ2IEMyMC4xMzYsMTAuOTM5IDE3Ljg4OCw4Ljc2NyAxNC42NzgsOC43NjcgQzEwLjk1OSw4Ljc2NyA4Ljc3NywxMS41MzYgOC43NzcsMTQuMzk4IEM4Ljc3NywxNS41MTMgOS4yMSwxNi43MDkgOS43NDksMTcuMzU5IEM5Ljg1NiwxNy40ODggOS44NzIsMTcuNiA5Ljg0LDE3LjczMSBDOS43NDEsMTguMTQxIDkuNTIsMTkuMDIzIDkuNDc3LDE5LjIwMyBDOS40MiwxOS40NCA5LjI4OCwxOS40OTEgOS4wNCwxOS4zNzYgQzcuNDA4LDE4LjYyMiA2LjM4NywxNi4yNTIgNi4zODcsMTQuMzQ5IEM2LjM4NywxMC4yNTYgOS4zODMsNi40OTcgMTUuMDIyLDYuNDk3IEMxOS41NTUsNi40OTcgMjMuMDc4LDkuNzA1IDIzLjA3OCwxMy45OTEgQzIzLjA3OCwxOC40NjMgMjAuMjM5LDIyLjA2MiAxNi4yOTcsMjIuMDYyIEMxNC45NzMsMjIuMDYyIDEzLjcyOCwyMS4zNzkgMTMuMzAyLDIwLjU3MiBDMTMuMzAyLDIwLjU3MiAxMi42NDcsMjMuMDUgMTIuNDg4LDIzLjY1NyBDMTIuMTkzLDI0Ljc4NCAxMS4zOTYsMjYuMTk2IDEwLjg2MywyNy4wNTggQzEyLjA4NiwyNy40MzQgMTMuMzg2LDI3LjYzNyAxNC43MzMsMjcuNjM3IEMyMS45NSwyNy42MzcgMjcuODAxLDIxLjgyOCAyNy44MDEsMTQuNjYyIEMyNy44MDEsNy40OTUgMjEuOTUsMS42ODYgMTQuNzMzLDEuNjg2IiBmaWxsPSIjYmQwODFjIj48L3BhdGg+PC9nPjwvc3ZnPg==) 0 0 no-repeat !important;
  text-indent:-999px !important;
  height:32px;
  width:32px;
  display:block !important;
  padding:14px !important;
  box-shadow:none
 }
}

#profile-menu li:first-child {
    display: none;
}

/*end*/

/*GDPR*/

.top-button { right: 12px; z-index: 2; display: block; margin-bottom: 18px; text-align: right; margin-right: 12px; position: absolute!important; }
.top-button span { display: inline-block; }
.top-button a { font-family: "Roboto"; background-color: #bbb; border: 1px solid #bbb; color: #333; opacity: 0.5; transition: opacity 0.5s; padding: 16px 22px; appearance: none; border-radius: 5px; cursor: pointer; display: inline-block;  font-size: 14px; -webkit-font-smoothing: antialiased; font-weight: 600; line-height: 1; text-align: center; text-decoration: none; user-select: none; vertical-align: middle; white-space: nowrap; }
.top-button a:hover { opacity: 1; background-color: #cbcbcb; border: 1px solid #cbcbcb; color: #333; }
.top-button a:before { content: ""; font-family: 'FontAwesome'; src: url(//media.mercola.com/assets/fonts/fontawesome-webfont.eot); display: inline-block; margin-right: 6px; }

.gdpr-wrap { position: fixed; bottom: 0; width: 100%; margin-right: auto; margin-left: auto; left: 0; right: 0; z-index: 9999; }
.gdpr-container { margin: 0 ; position: relative; display: block; background: #F1F2F2; z-index: 9999 ; padding: 14px; width: 100%; max-width: 100%; box-shadow: 0px -2px 15px rgba(146,144,144,0.5); text-align: center; padding: 1.85em 0.5em; border-radius: 0; border: none; }
.gdpr-container .close-button { display: inline-block; }
.gdpr-container .close-button p { margin: 0; }
.gdpr-container .close-button p a { position: absolute; right: 50px; top: 35px; border-radius: 50%; color: #3c3c3c; width: 20px; text-align: center; line-height: 20px; text-transform: lowercase ; font-weight: bold; background-color: transparent; }
.gdpr-container .close-button p a:hover { cursor: pointer; }
.gdpr-container > p { padding-right: 25px; }
.gdpr-container p { font-family: Arial; font-size: 13px; font-weight: bold; color: #3c3c3c;  line-height: 18px; display: inline-block; margin-top: 0; margin-bottom: 0; vertical-align: middle; }
.gdpr-container p a { text-decoration: none; }
.gdpr-container .agree-button { text-align: center; display: inline-block; vertical-align: middle; }
.gdpr-container .agree-button p { padding-bottom: 2px; margin: 0; }
.gdpr-container .agree-button a { color: white ; font-size: 13px; color: #fff; background-color: #0869BD; text-align: center; line-height: 24px; cursor: pointer; text-decoration: none; font-family: Arial; padding: 6px 24px; border-radius: 5px; }
.gdpr-container .agree-button a:hover { background:#065497; }
.fa-times:before { content: ""; font-family: 'FontAwesome'; src: url(//media.mercola.com/assets/fonts/fontawesome-webfont.eot); }
.has-countdown { margin-bottom: 70px; }
.has-gdpr { margin-bottom: 85px; }
.has-countdown.has-gdpr { margin-bottom: 169px; }

.social-icons-mobile { display: none; }

@media only screen and (max-width: 1199px) {
.gdpr-container.es p { margin: 0 ; }
.has-gdpr.has-social { margin-bottom: 160px; }
.has-gdpr.es.has-social { margin-bottom: 165px; }
.social-icons-mobile { display: block; width: 100%; position: relative; left: 0; background: white; z-index: 2; height: 77px; }
}

@media only screen and (max-width: 1120px) {
    .gdpr-container.es p { text-align: left; width: 59%; }
}

@media only screen and (max-width: 990px) {
    .gdpr-container { padding: 1.46em 1.5em; }
    .gdpr-container p { text-align: left; width: 59%; }
    .gdpr-container.es p { width: 64%; }
    .gdpr-container .agree-button { width: 20%; }
    .gdpr-container .agree-button p { max-width: 300px; display: inline; }
}

@media screen and (min-width: 666px) and (max-width: 1199px)  {
	.dontprint.social-mobile { margin-top: 5px; }
	.dontprint.social-mobile.es, .post-nav-mobile.es { margin-top: 0px; }
	.post-nav-mobile { margin-top: 5px; }
}

@media screen and (max-width: 666px)  {
	.has-gdpr.has-social { margin-bottom: 153px; }
	.social-icons-mobile { height: 70px; }
	.dontprint.social-mobile { margin-top: 0; }
	.post-nav-mobile { margin-top: 0; }
}

@media only screen and (max-width: 639px) {
    .gdpr-container .close-button p a { right: 0; }
}

@media only screen and (max-width: 792px) {
	.has-gdpr.es { margin-bottom: 90px }
	.has-gdpr.es.has-social { margin-bottom: 160px; }
}

@media only screen and (max-width: 701px) {
    .gdpr-container { padding: 1.46em 0.5em; }
    .gdpr-container .agree-button { width: 30%; }
    .gdpr-container .close-button p a { right: 10px; top: 35px; }
    .gdpr-container.es .close-button p a { right: 10px; top: 35px; }
    .gdpr-container.es { padding: 1em 0.5em; }
}

@media only screen and (max-width: 664px) {
	.has-gdpr { margin-bottom: 106px; }
	.has-gdpr.es { margin-bottom: 90px; }
	.has-gdpr.es.has-social { margin-bottom: 160px; }
}

@media only screen and (max-width: 662px) {
	.has-gdpr.has-social { margin-bottom: 170px; }
}

@media only screen and (max-width: 514px) {
	.has-gdpr.es { margin-bottom: 90px; }
}

@media only screen and (max-width: 475px) {
	.has-gdpr.es.has-social { margin-bottom: 178px; }
}

@media only screen and (max-width: 480px) {
    .gdpr-container .agree-button, .gdpr-container.es .agree-button { text-align: left; }
    .gdpr-container .close-button p a { right: 18px; top: 18px; }
    .gdpr-container.es .close-button p a { right: 17px; top: 16px; }
}

@media only screen and (max-width: 414px) {
	.has-gdpr { margin-bottom: 125px; }
	.has-gdpr.has-social { margin-bottom: 190px; }
	.has-gdpr.es { margin-bottom: 106px; }
}

@media only screen and (max-width: 392px) {
	.has-gdpr.es { margin-bottom: 125px; }
	.has-gdpr.has-social { margin-bottom: 189px; }
	.has-gdpr.es.has-social { margin-bottom: 195px; }
}


.main-menu .social-links a img {
  width: 16px;
}


@media screen and (min-width: 768px)  and (max-width: 839px) {
  .footer-links ul {
    margin-right: 2% !important;
    width: auto !important;
}
  .footer-links ul:nth-child(2n+1) {
    clear: none !important;
  }

  .footer-links ul:nth-child(2n) {
    margin-right: 2% !important;
  }
}

.footer ~ .footer-seal {display: none;}
