/*
	Theme Name: Thyroid Pharmacist
	Theme URI: http://vsellis.com
	Description: A theme for http://thyroidpharmacist.com/
	Author: VSELLIS
	Author URI: http://www.vsellis.com/

	Version: 1.1.5

	Tags: black, red, white, one-column, two-columns, left-sidebar, right-sidebar, responsive-layout, custom-colors, custom-header, custom-menu, featured-images, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready, accessibility-ready

	Template: genesis
	Template Version: 2.2

	License: GPL-2.0+
	License URI: http://www.opensource.org/licenses/gpl-license.php 
*/
/* Table of Contents
- Imports
- HTML5 Reset
	- Baseline Normalize
	- Box Sizing
	- Float Clearing
- Defaults
	- Typographical Elements
	- Headings
	- Objects
	- Gallery
	- Forms
	- Column Classes
	- Tables
	- Screen Reader Text
- Structure and Layout
	- Site Container
	- Site Inner
- Common Classes
	- Avatar
	- Genesis
	- Search Form
	- Titles
	- WordPress
- Widgets
	- Featured Content
- Plugins
	- Genesis eNews Extended
	- Genesis Simple Share
	- Jetpack
- Skip Links
- Site Header
	- Site Title and Description
- Site Navigation
	- Accessible Menu
	- Primary Navigation
	- Secondary Navigation
	- Responsive Navigation
- Content Area
	- Entries
	- Intro Text
	- Entry Meta
	- After Entry
	- Pagination
	- Sidebar	
	- Comments
- Footer Widgets
- Site Footer
- Fadeup Effect
- Media Queries
	- Min-width: 801px
	- Max-width: 800px
	- Max-width: 600px
*/
/* HTML5 Reset
---------------------------------------------------------------------------------------------------- */
/* Baseline Normalize
--------------------------------------------- */
/* normalize.css v3.0.1 | MIT License | git.io/normalize */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/* Fonts
---------------------------------------- */
/* Susy
---------------------------------------- */
*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-size: 62.5%;
  /* 10px browser default */
}

/* Chrome fix */
body > div {
  font-size: 1.6rem;
}

body {
  margin: 0;
  background-color: #fff;
  color: #5b5e5e;
  font-family: "Open Sans";
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2;
  margin: 0;
  -webkit-font-smoothing: antialiased;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block;
}

audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden], template {
  display: none;
}

a {
  background: 0 0;
}

a:active, a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: 600;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: .67em 0;
}

mark {
  background: #ff0;
  color: #5b5e5e;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -.5em;
}

sub {
  bottom: -.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button, html input[type=button], input[type=reset], input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled], html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: .35em .625em .75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: 600;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td, th {
  padding: 0;
}

/* Box Sizing
--------------------------------------------- */
/* Defaults
---------------------------------------------------------------------------------------------------- */
/* Typographical Elements
--------------------------------------------- */
a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.gallery img,
.site-header {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

::-moz-selection {
  background-color: #5b5e5e;
  color: #fff;
}

::selection {
  background-color: #5b5e5e;
  color: #fff;
}

a {
  border-bottom: 1px solid #232525;
  color: #232525;
  text-decoration: none;
  color: #0d7ff3;
}

.entry-title a {
  color: #232525;
}

a:focus,
a:hover {
  border-bottom: 1px solid #e85555;
  color: #e85555;
}

p {
  margin: 0 0 30px;
  padding: 0;
}

ol,
ul {
  margin: 0;
  padding: 0;
}

li {
  list-style-type: none;
}

b,
strong {
  font-weight: 700;
}

small {
  font-size: 14px;
  font-size: 1.4rem;
}

blockquote,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 40px;
}

blockquote::before {
  content: "\201C";
  display: block;
  font-size: 30px;
  font-size: 3rem;
  height: 0;
  left: -20px;
  position: relative;
  top: -10px;
}

hr {
  border: 0;
  border-collapse: collapse;
  border-bottom: 1px solid #ddd;
  clear: left;
  margin: 0 0 40px;
  padding-top: 20px;
}

/* Headings
--------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #232525;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 20px;
}

h1 {
  font-size: 36px;
  font-size: 3.6rem;
}

h2 {
  font-size: 30px;
  font-size: 3rem;
}

h3 {
  font-size: 28px;
  font-size: 2.8rem;
}

.comment-respond h3,
.entry-comments h3 {
  font-size: 36px;
  font-size: 3.6rem;
  letter-spacing: -2px;
  margin-bottom: 60px;
  margin-top: 100px;
}

h4 {
  font-size: 24px;
  font-size: 2.4rem;
}

.entry-content h4 {
  font-size: 20px;
  font-size: 2rem;
  letter-spacing: -1px;
  margin-top: 60px;
}

h5 {
  font-size: 20px;
  font-size: 2rem;
}

h6 {
  font-size: 18px;
  font-size: 1.8rem;
}

/* Objects
--------------------------------------------- */
embed,
iframe,
img,
object,
video,
.featured-content img.entry-image,
.wp-caption {
  max-width: 100%;
}

img {
  height: auto;
}

img.entry-image {
  max-width: 500px;
}

.full-width-content img.pull {
  margin-left: -70px;
  margin-right: -70px;
  max-width: 800px;
}

.page-template-sections .site-inner {
  max-width: 100%;
  padding: 0;
}

.gpsb-section .wrap {
  padding: 3% 40px;
  max-width: 1280px;
  margin: 0 auto;
}

/* Screen Reader Text
--------------------------------------------- */
.screen-reader-shortcut,
.screen-reader-text,
.screen-reader-text span {
  background-color: #fff;
  border: 0;
  clip: rect(0, 0, 0, 0);
  color: #232525;
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
}

.genesis-nav-menu .search input[type="submit"]:focus,
.screen-reader-shortcut:focus,
.screen-reader-text:focus,
.widget_search input[type="submit"]:focus {
  border: 1px solid #5b5e5e;
  clip: auto !important;
  display: block;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
  height: auto;
  padding: 20px;
  text-decoration: none;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

.more-link {
  position: relative;
}

/* Column Classes
--------------------------------------------- */
.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
  float: left;
  margin-left: 2.564102564102564%;
}

.one-half,
.three-sixths,
.two-fourths {
  width: 48.717948717948715%;
}

.one-third,
.two-sixths {
  width: 31.623931623931625%;
}

.four-sixths,
.two-thirds {
  width: 65.81196581196582%;
}

.one-fourth {
  width: 23.076923076923077%;
}

.three-fourths {
  width: 74.35897435897436%;
}

.one-sixth {
  width: 14.52991452991453%;
}

.five-sixths {
  width: 82.90598290598291%;
}

.first {
  clear: both;
  margin-left: 0;
}

/* Structure and Layout
---------------------------------------------------------------------------------------------------- */
/* Site Container
--------------------------------------------- */
.site-container {
  -webkit-animation: fadein 1s;
  -moz-animation: fadein 1s;
  -ms-animation: fadein 1s;
  -o-animation: fadein 1s;
  animation: fadein 1s;
  position: relative !important;
  background: #fff;
}

.digital-landing .site-container {
  margin: 0 auto;
  max-width: 800px;
}

@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-moz-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-ms-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-o-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Site Inner
--------------------------------------------- */
.site-inner {
  background-color: #fff;
  clear: both;
  margin: 90px auto 0;
  padding: 3% 40px;
  max-width: 1280px;
}
@media (max-width: 600px) {
  .site-inner {
    padding: 3% 0;
  }
}

.digital-landing .site-inner,
.front-page .site-inner {
  margin-top: 0;
}

/* Common Classes
---------------------------------------------------------------------------------------------------- */
/* Avatar
--------------------------------------------- */
.avatar {
  border-radius: 50%;
  float: left;
}

.after-entry .avatar {
  float: right;
  height: 180px;
  margin-bottom: 30px;
  margin-left: 30px;
  width: 180px;
}

.alignleft .avatar,
.author-box .avatar {
  margin-right: 30px;
}

.alignright .avatar {
  margin-left: 30px;
}

.author-box .avatar {
  display: inline-block;
  float: none;
  height: 80px;
  margin: 0 auto 20px;
  width: 80px;
}

.comment .avatar {
  height: 60px;
  margin: 0 16px 24px 0;
  width: 60px;
}

.sidebar .widget {
  margin-bottom: 80px;
}
.sidebar .widget .widgettitle {
  font-family: 'Poppins', sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 1px;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.sidebar .widget_recent_entries li {
  line-height: 1.4;
  margin-bottom: 0px;
  background: #eee;
  padding: 10px 20px;
  border-bottom: 1px solid #fefefe;
}
.sidebar .widget_recent_entries li a {
  border: 0;
}

/* Site Header
---------------------------------------------------------------------------------------------------- */
.site-header {
  background-color: #fff;
  padding: 20px 30px 18px;
  position: relative;
  top: 0;
  width: 100%;
  z-index: 999;
}

.site-header.shrink {
  border-bottom: 1px solid #eee;
  padding: 18px 30px;
}

/* Site Title and Description
--------------------------------------------- */
.title-area {
  float: left;
  margin-top: 8px;
}

.site-title {
  font-family: 'Poppins', sans-serif;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 0;
  text-transform: uppercase;
}
.site-title a,
.site-title a:hover,
.site-title a:focus {
  border-bottom-width: 0;
  color: #1C82EF;
}

.header-image .nav-primary:not(button) {
  margin-top: 22px;
}
.header-image .site-header {
  padding: 9px 40px;
}
.header-image .site-header.shrink {
  padding: 0 40px;
}
.header-image .site-title {
  display: block;
  text-indent: -9999px;
}
.header-image .site-title > a {
  background-position: center center !important;
  background-size: contain !important;
  float: left;
  min-height: 70px;
  width: 300px;
}
.header-image .title-area {
  margin: 0;
}

.site-description {
  display: block;
  height: 0;
  margin-bottom: 0;
  text-indent: -9999px;
}

section#nav_menu-4 {
  display: inline-block;
  float: right;
}

/* We have to compensate for the second instance on the page so they'll show */
.site-header.shrink {
  padding: 20px 30px 18px;
}

.rmkr-admin-bar .site-header {
  top: 0px;
}

.rmkr-admin-bar .site-header.shrink {
  top: 110px;
  position: fixed;
}

/* ALERT BAR */
.alertbar {
  display: inline-block;
  width: 100%;
  background: #09b0ed;
  position: relative;
  top: 0;
  color: #fff;
  padding: 5px 0px;
  z-index: 9999999;
}
@media (max-width: 800px) {
  .alertbar {
    height: auto;
  }
}
.alertbar .widget-wrap {
  text-align: center;
}
.alertbar .alert {
  display: inline-block;
}
.alertbar #ninja_forms_form_15_cont {
  display: inline-block;
}
.alertbar .field-wrap {
  margin-bottom: 0px;
  display: inline-block;
}
.alertbar .ninja-forms-required-items {
  display: none;
}
.alertbar input {
  height: 30px;
  padding: 15px 20px;
}
.alertbar input[type="submit"],
.alertbar input[type="submit"]:hover {
  padding: 4px 25px !important;
  width: 100%;
  border-top: 1px solid #ED4A4D;
}
.alertbar input[type="submit"]:hover {
  border-top: 1px solid #000;
}
.alertbar .ninja-forms-field {
  padding: 5px 20px !important;
}

/* TOPBAR */
.topbar {
  position: relative;
  width: 100%;
  z-index: 9999;
  background: #eee;
  top: 0;
  padding: 10px 1%;
  overflow: hidden;
}
.topbar ul.menu li.profile {
  display: none;
}
.topbar .widget {
  float: left;
  width: 47.5%;
}
.topbar .widget:nth-child(n) {
  margin-right: 5%;
}
.topbar .widget:nth-child(2n) {
  margin-right: 0;
}
.topbar .widget:last-of-type {
  text-align: right;
}
@media (max-width: 600px) {
  .topbar .widget {
    clear: both;
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
}
.topbar .widget .menu {
  margin-right: 64px;
}
.topbar .widget .menu li {
  display: inline-block;
  margin-left: 12px;
}
.topbar .widget .menu li a {
  border-bottom: 0;
  font-size: 14px;
}
.topbar .widget .menu li a:hover {
  border-bottom: 1px solid #232525;
}

body .fixed {
  position: fixed;
}

.topbar.fixed {
  top: 50px;
}

.site-header.fixed {
  top: 0;
}

.rmkr-admin-bar .topbar {
  margin-top: 0px;
}

.logged-in .topbar ul.menu li.profile {
  display: inline-block;
}

section.filter-by-type {
  margin-bottom: 120px;
}

/* Site Navigation
---------------------------------------------------------------------------------------------------- */
.genesis-nav-menu {
  clear: both;
  line-height: 1;
  width: 100%;
}
.genesis-nav-menu .menu-item {
  display: inline-block;
  text-align: left;
}
.genesis-nav-menu .menu-item:hover {
  position: static;
}
.genesis-nav-menu .menu-item:hover > .sub-menu {
  left: auto;
  opacity: 1;
}
.genesis-nav-menu .menu-item:focus {
  position: static;
}
.genesis-nav-menu a {
  border-bottom-width: 0;
  color: #2B3232;
  display: block;
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: 0.5px;
  padding: 10px;
  text-transform: uppercase;
}
.genesis-nav-menu a:focus, .genesis-nav-menu a:hover {
  color: #e85555;
}
.genesis-nav-menu .current-menu-item > a {
  color: #e85555;
}
.genesis-nav-menu .sub-menu {
  background-color: #fff;
  left: -9999px;
  opacity: 0;
  position: absolute;
  width: 180px;
}
.genesis-nav-menu .sub-menu .sub-menu {
  margin: -44px 0 0 179px;
}
.genesis-nav-menu .sub-menu a {
  width: 180px;
  border: 1px solid #eee;
  border-top: 0;
  padding: 15px;
  position: relative;
}

/* Accessible Menu
--------------------------------------------- */
.menu .menu-item > a:focus + ul.sub-menu,
.menu .menu-item.sfHover > ul.sub-menu {
  left: auto;
  opacity: 1;
}

/* Primary Navigation
--------------------------------------------- */
.nav-primary {
  float: right;
  margin-top: 2px;
}
.nav-primary .genesis-nav-menu li.last a {
  padding-right: 0;
}
.nav-primary .sub-menu {
  border-top: 1px solid #ddd;
}
.nav-primary .genesis-nav-menu li li {
  margin-left: 0;
}

/* Secondary Navigation
--------------------------------------------- */
.nav-secondary {
  margin-top: 10px;
}
.nav-secondary .genesis-nav-menu a {
  padding: 0;
  margin-left: 10px;
  margin-right: 10px;
}

/* Responsive Navigation
--------------------------------------------- */
.sub-menu-toggle,
.menu-toggle {
  display: none;
  visibility: hidden;
}

/* Nav Icons */
.sb-icon-search:before {
  content: "\1F50D";
}

/* Float Clearing
--------------------------------------------- */
.author-box:before,
.clearfix:before,
.entry:before,
.entry-content:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.pagination:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.widget:before,
.wrap:before {
  content: " ";
  display: table;
}

.author-box:after,
.clearfix:after,
.entry:after,
.entry-content:after,
.footer-widgets:after,
.nav-primary:after,
.nav-secondary:after,
.pagination:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.widget:after,
.wrap:after {
  clear: both;
  content: " ";
  display: table;
}

/* Gallery
--------------------------------------------- */
.gallery {
  overflow: hidden;
}

.gallery-item {
  float: left;
  margin: 0 0 28px;
  text-align: center;
}

.gallery-columns-1 .gallery-item {
  width: 100%;
}

.gallery-columns-2 .gallery-item {
  width: 50%;
}

.gallery-columns-3 .gallery-item {
  width: 33%;
}

.gallery-columns-4 .gallery-item {
  width: 25%;
}

.gallery-columns-5 .gallery-item {
  width: 20%;
}

.gallery-columns-6 .gallery-item {
  width: 16.6666%;
}

.gallery-columns-7 .gallery-item {
  width: 14.2857%;
}

.gallery-columns-8 .gallery-item {
  width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  width: 11.1111%;
}

.gallery-columns-2 .gallery-item:nth-child(2n+1),
.gallery-columns-3 .gallery-item:nth-child(3n+1),
.gallery-columns-4 .gallery-item:nth-child(4n+1),
.gallery-columns-5 .gallery-item:nth-child(5n+1),
.gallery-columns-6 .gallery-item:nth-child(6n+1),
.gallery-columns-7 .gallery-item:nth-child(7n+1),
.gallery-columns-8 .gallery-item:nth-child(8n+1),
.gallery-columns-9 .gallery-item:nth-child(9n+1) {
  clear: left;
}

.gallery img {
  border: 1px solid #ddd;
  height: auto;
  padding: 4px;
}

.gallery img:hover,
.gallery img:focus {
  border: 1px solid #999;
}

/* Genesis
--------------------------------------------- */
.archive-description,
.author-box {
  border-bottom: 1px solid #eee;
  margin-bottom: 10%;
  padding-bottom: 10%;
  text-align: center;
}
.archive-description p,
.archive-description .archive-title,
.archive-description .author-box-title,
.author-box p,
.author-box .archive-title,
.author-box .author-box-title {
  margin-left: auto;
  margin-right: auto;
  max-width: 660px;
}

.breadcrumb {
  border-bottom: 1px solid #eee;
  font-size: 16px;
  font-size: 1.6rem;
  margin: 0 auto 10%;
  max-width: 660px;
  padding-bottom: 10px;
}

.author-box {
  font-size: 18px;
  font-size: 1.8rem;
}

.single .author-box {
  border-top: 1px solid #eee;
  padding-top: 10%;
}

.archive-description p:last-child,
.author-box p:last-child {
  margin-bottom: 0;
}

/* Search Form
--------------------------------------------- */
.search-form {
  overflow: hidden;
}
.search-form input {
  -webkit-appearance: none;
}
.search-form input[type="submit"] {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  padding: 0;
  position: absolute;
  width: 1px;
}

/* Titles
--------------------------------------------- */
.archive-title,
.author-box-title {
  font-size: 30px;
  font-size: 3rem;
  letter-spacing: -1px;
  margin-bottom: 10px;
}

.search .archive-title {
  margin-bottom: 0;
}

.entry-title,
.page.page-template-page_blog .entry-title {
  font-size: 36px;
  font-size: 3.6rem;
  letter-spacing: -2px;
  word-wrap: break-word;
}

.page .entry-title,
.single .entry-title {
  font-size: 48px;
  font-size: 4.8rem;
  font-weight: 700;
  letter-spacing: -3px;
}

.error404 .entry-title {
  margin-left: auto;
  margin-right: auto;
  max-width: 660px;
}

.content .entry-title a:focus, .content .entry-title a:hover {
  border-bottom: none;
  color: #e85555;
}

.widget-title {
  font-size: 22px;
  font-size: 2.2rem;
  letter-spacing: -1px;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.widget-title.center {
  margin-bottom: 10%;
  text-align: center;
}

/* WordPress
--------------------------------------------- */
a.aligncenter img {
  display: block;
  margin: 0 auto;
}

a.alignnone {
  display: inline-block;
}

.alignleft {
  float: left;
  text-align: left;
}

.alignright {
  float: right;
  text-align: right;
}

a.alignleft,
a.alignnone,
a.alignright {
  max-width: 50%;
}

img.centered,
.aligncenter {
  display: block;
  margin: 0 auto 30px;
}

img.alignnone,
.alignnone {
  margin-bottom: 12px;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
  margin: 0 60px 30px 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
  margin: 0 0 30px 60px;
}

img.alignleft.entry-image,
img.alignright.entry-image {
  margin-bottom: 0;
}

.entry-content figure {
  margin: 60px 0 50px;
}

.wp-caption-text {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
  text-align: center;
}

.entry-content p.wp-caption-text {
  margin-bottom: 0;
}

.gallery-caption,
.entry-content .gallery-caption {
  margin: 0 0 10px;
}

.wp-audio-shortcode,
.wp-playlist,
.wp-video {
  margin-bottom: 30px;
}

a[rel~="attachment"],
a[rel~="attachment"]:hover,
.gallery-item a,
.wp-audio-shortcode a,
.wp-audio-shortcode a:hover,
.wp-caption a,
.wp-caption a:hover,
.wp-playlist a,
.wp-playlist a:hover,
.wp-video a,
.wp-video a:hover {
  border-width: 0 !important;
}

/* Content Area
---------------------------------------------------------------------------------------------------- */
.content-sidebar .content,
.sidebar-content .content {
  width: 65%;
}

.content-sidebar .content {
  float: left;
}

.sidebar-content .content {
  float: right;
}

.page .content,
.single .content {
  overflow: hidden;
}

.digital-landing .content {
  max-width: 800px;
  padding-bottom: 5%;
  padding-top: 5%;
}

/* Entries
--------------------------------------------- */
.entry,
.page.page-template-page_blog .entry {
  border-bottom: 1px solid #eee;
  margin-bottom: 10%;
  padding-bottom: 10%;
}

.page .entry,
.single .entry {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.page .entry-content,
.single .entry-content {
  margin-left: auto;
  margin-right: auto;
  /*max-width: 660px;*/
}

.page.page-template-page_blog .entry-content {
  max-width: none;
}

.entry-content p:last-child {
  margin-bottom: 0;
}

.entry-content ol,
.entry-content ul {
  margin-bottom: 30px;
  margin-left: 40px;
}

.entry-content ol > li {
  list-style-type: decimal;
}

.entry-content ul > li {
  list-style-type: disc;
}

.entry-content ol ol,
.entry-content ul ul {
  margin-bottom: 0;
}

/* Hero Image
----------------------------------------------------------- */
section.page-hero.hero-small {
  background-repeat: no-repeat !important;
  padding: 100px 0;
  text-align: center;
}

section.page-hero h3,
section.page-hero p {
  max-width: 660px;
  margin: 0 auto;
}

.blog-hero {
  margin: 0 auto 5%;
}

/* Intro Text
--------------------------------------------- */
.single .entry-content p.intro {
  color: #232525;
  display: block;
  font-size: 20px;
  font-size: 2rem;
  font-style: italic;
}
.single .entry-content p.intro:after {
  border-bottom: 1px solid #232525;
  content: "";
  display: block;
  margin-bottom: 40px;
  padding-bottom: 40px;
  width: 10%;
}

/* Entry Meta
--------------------------------------------- */
p.entry-meta {
  font-family: 'Poppins', sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 600;
  letter-spacing: 1px;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.entry-meta a:focus, .entry-meta a:hover {
  border-bottom-width: 0;
}

.page .entry-header,
.single .entry-header {
  margin: 0 auto 5%;
  /*max-width: 660px;*/
}

.page.page-template-page_blog .entry-header {
  max-width: none;
}

.entry-footer {
  margin: 30px auto 60px;
  /*max-width: 660px;*/
}

/* After Entry
--------------------------------------------- */
.after-entry {
  border: 1px solid #eee;
  margin: 0 auto 10%;
  max-width: 660px;
  overflow: hidden;
  padding: 40px;
}
.after-entry .widget {
  margin-bottom: 40px;
}
.after-entry .widget-title {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: -1px;
  margin-bottom: 30px;
}
.after-entry p:last-child,
.after-entry .widget:last-child {
  margin-bottom: 0;
}
.after-entry ol, .after-entry ul {
  margin-bottom: 30px;
  margin-left: 40px;
}
.after-entry ol > li {
  list-style-type: decimal;
}
.after-entry ul > li {
  list-style-type: disc;
}

/* Pagination
--------------------------------------------- */
.pagination {
  clear: both;
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 600;
  letter-spacing: 0.5px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 5%;
  text-transform: uppercase;
}
.pagination a {
  border-bottom: 1px solid #232525;
}
.pagination a:focus, .pagination a:hover {
  border-bottom: 1px solid #232525;
}

.adjacent-entry-pagination {
  margin-bottom: 0;
}

.archive-pagination li {
  display: inline;
}
.archive-pagination li a {
  background-color: #232525;
  border: 1px solid #232525;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  margin-bottom: 4px;
  padding: 8px 12px;
}
.archive-pagination li a:focus, .archive-pagination li a:hover {
  background-color: #e85555;
  border: 1px solid #e85555;
  color: #fff;
}

.content-sidebar .sidebar,
.sidebar-content .sidebar {
  width: 30%;
}

.content-sidebar .sidebar {
  float: right;
}

.gpsb-content {
  overflow: hidden;
}
.gpsb-content .button {
  margin-right: 10px;
}
@media (max-width: 600px) {
  .gpsb-content .button {
    max-width: 280px;
    display: block;
    text-align: center;
    margin: 15px auto;
  }
}

.sidebar-content .sidebar {
  float: left;
}
.sidebar-content .sidebar .widgettitle {
  font-family: 'Poppins', sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 1px;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.sidebar-content .sidebar .widget {
  margin-bottom: 80px;
}
.sidebar-content .sidebar p:last-child,
.sidebar-content .sidebar .ul li:last-child,
.sidebar-content .sidebar .widget:last-child {
  margin-bottom: 0;
}
.sidebar-content .sidebar ul li {
  margin-bottom: 10px;
}

/* Widgets
---------------------------------------------------------------------------------------------------- */
.widget {
  word-wrap: break-word;
}
.widget ol > li {
  list-style-position: inside;
  list-style-type: decimal;
  padding-left: 20px;
  text-indent: -20px;
}
.widget li li {
  border: 0;
  margin: 0 0 0 30px;
  padding: 0;
}

.widget_calendar table {
  width: 100%;
}

.widget_calendar td,
.widget_calendar th {
  text-align: center;
}

/* Featured Content
--------------------------------------------- */
.featured-content a {
  border-width: 0;
}

.featured-content.widget .entry {
  padding-bottom: 60px;
}

.featured-content.widget .entry:last-child {
  border-bottom-width: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

.featured-content .entry p {
  font-size: 18px;
  font-size: 1.8rem;
}
.featured-content p.entry-meta {
  font-family: "Poppins", sans-serif;
  font-size: 10px;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.featuredpost .entry-title,
.featured-content.widget .entry-title {
  font-size: 24px;
  font-size: 2.4rem;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.featured-content .more-link {
  border-width: 1px;
}

/* Plugins
---------------------------------------------------------------------------------------------------- */
/* Genesis eNews Extended
--------------------------------------------- */
.enews-widget::-moz-placeholder {
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
.enews-widget::-webkit-input-placeholder {
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
.enews-widget input {
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  margin-bottom: 30px;
  text-align: center;
}
.enews-widget input[type="submit"] {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 500;
  margin-bottom: 0;
}
.enews-widget p {
  margin-bottom: 20px;
}

.sidebar .enews-widget input {
  margin-bottom: 10px;
}

.enews form + p {
  line-height: 1.5;
  margin-top: 30px;
}

/* Jetpack
--------------------------------------------- */
#wpstats {
  display: none;
}

/* Skip Links
---------------------------------------------------------------------------------------------------- */
.genesis-skip-link {
  margin: 0;
}
.genesis-skip-link li {
  height: 0;
  width: 0;
  list-style: none;
}

/* Display outline on focus */
:focus {
  color: #232525;
  outline: #ddd solid 1px;
}

.nav-right {
  float: right;
}

.nav-right .simple-social-icons {
  float: left;
}
.nav-right .sb-search {
  position: relative;
  top: 0px !important;
  height: 35px;
}
.nav-right .sb-search .sb-icon-search {
  position: absolute;
  color: #1C83EF;
  background: #fff;
}
.nav-right .sb-search.sb-search-open {
  position: absolute;
  top: 22px !important;
}
.nav-right .sb-search.sb-search-open .sb-icon-search {
  background: #1C83EF;
}
.nav-right .sb-search input {
  border: 1px solid #ccc;
}

.nav-right .simple-social-icons ul li,
.topbar .simple-social-icons ul li,
.sidebar .simple-social-icons ul li {
  margin: 0 6px 0 12px !important;
}
.nav-right .simple-social-icons ul li:first-of-type,
.topbar .simple-social-icons ul li:first-of-type,
.sidebar .simple-social-icons ul li:first-of-type {
  margin-left: 0 !important;
}
.nav-right .simple-social-icons ul li a,
.topbar .simple-social-icons ul li a,
.sidebar .simple-social-icons ul li a {
  border-radius: 0;
  color: #0d7ff3 !important;
  border: 0 !important;
  font-size: 16px !important;
  padding: 8px;
  background: transparent !important;
}
.nav-right .simple-social-icons ul li a:hover, .nav-right .simple-social-icons ul li a:focus,
.topbar .simple-social-icons ul li a:hover,
.topbar .simple-social-icons ul li a:focus,
.sidebar .simple-social-icons ul li a:hover,
.sidebar .simple-social-icons ul li a:focus {
  border-radius: 0;
  color: #0073bc !important;
  border: 0 !important;
  background: transparent !important;
  padding: 8px;
}

.sidebar .simple-social-icons ul li a {
  font-size: 24px !important;
}

/* Site Footer
---------------------------------------------------------------------------------------------------- */
.site-footer {
  padding: 28px;
  text-align: center;
}
.site-footer a,
.site-footer p {
  border-bottom-width: 0;
  color: #232525;
}
.site-footer a:focus,
.site-footer a:hover {
  color: #e85555;
  text-decoration: underline;
}
.site-footer p {
  font-size: 14px;
  font-size: 1.4rem;
  margin-bottom: 0;
}

/* Footer Widgets
---------------------------------------------------------------------------------------------------- */
.footer-widgets {
  background-color: #888888;
  border-top: 5px solid #fff;
  clear: both;
  text-align: center;
  color: #fff;
}
.footer-widgets .widget {
  margin-bottom: 30px;
}
.footer-widgets .widget:last-child {
  margin-bottom: 0;
}
.footer-widgets h1,
.footer-widgets h2,
.footer-widgets h3,
.footer-widgets h4,
.footer-widgets h5,
.footer-widgets h6 {
  color: #fff;
}
.footer-widgets p {
  margin-bottom: 5px;
  color: #fff;
}
.footer-widgets p:last-child {
  margin-bottom: 0;
}
.footer-widgets .widget-title {
  font-size: 22px;
  font-size: 2.2rem;
  letter-spacing: -1px;
  color: #fff;
}
.footer-widgets a {
  color: #fff;
  border-bottom-width: 0;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
.footer-widgets a:focus, .footer-widgets a:hover {
  color: #e85555;
  text-decoration: underline;
}
.footer-widgets .footer-widgets-1,
.footer-widgets .footer-widgets-2,
.footer-widgets .footer-widgets-3 {
  float: left;
  padding: 90px 4%;
}
@media (max-width: 600px) {
  .footer-widgets .footer-widgets-1,
  .footer-widgets .footer-widgets-2,
  .footer-widgets .footer-widgets-3 {
    padding: 8% 5%;
  }
}
.footer-widgets .footer-widgets-1 {
  background-color: #0d7ff3;
  text-align: right;
  width: 25%;
}
.footer-widgets .footer-widgets-1 a:focus, .footer-widgets .footer-widgets-1 a:hover {
  color: #232525;
}
.footer-widgets .footer-widgets-2 {
  text-align: left;
  width: 39.8%;
}
.footer-widgets .footer-widgets-3 {
  padding-left: 0;
  text-align: left;
  width: 35%;
}
.footer-widgets .footer-widgets-3 .enews-widget input {
  float: left;
  width: 58%;
  padding: 7px;
}
.footer-widgets .footer-widgets-3 .enews-widget input[type="submit"] {
  float: right;
  width: 40%;
}
.footer-widgets .footer-widgets-3 .widget_ninja_forms_widget .alignnone {
  width: auto;
}
.footer-widgets #text-2 {
  width: 100%;
  float: none;
  text-align: right;
  float: left;
  padding: 0px 20px 0 0;
}
@media (max-width: 600px) {
  .footer-widgets #text-2 {
    text-align: left;
    margin-bottom: 0;
  }
}
.footer-widgets p:last-child,
.footer-widgets .widget:last-child {
  margin-bottom: 0;
}

/* Comments
--------------------------------------------- */
.entry-pings,
.comment-respond,
.entry-comments {
  margin: 0 auto;
  max-width: 660px;
}

p.comment-meta,
.entry-comments .comment,
.entry-comments .comment-reply {
  margin-bottom: 40px;
}

.comment-header {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.5;
}

.entry-pings .reply {
  display: none;
}

.entry-comments .comment {
  border-bottom: 1px solid #eee;
}

.entry-comments .comment:last-child {
  margin-bottom: 0;
}

p.comment-form-comment {
  margin-bottom: 20px;
}

p.form-submit,
.entry-comments .children .comment,
.entry-comments .comment-author {
  margin: 0;
}

.entry-comments .comment {
  clear: both;
}

.entry-comments .children .comment {
  border: none;
}

.comment-list li {
  list-style-type: none;
}

.comment-list ul.children {
  margin-left: 40px;
}

/* Forms
---------------------------------------- */
*,
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

input,
select,
textarea {
  background-color: #f5f5f5;
  border: 1px solid #f5f5f5;
  color: #5b5e5e;
  font-family: 'Neuton', serif;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 300;
  padding: 20px;
  width: 100%;
}

input[type="number"] {
  background-color: #fff;
  border: 1px solid #5b5e5e;
  padding: 7px;
}

.footer-widgets input,
.footer-widgets input:focus {
  background-color: #fff;
  border: 1px solid #fff;
}

input:focus,
textarea:focus {
  background-color: #eee;
  border: 1px solid #eee;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
  width: auto;
}

::-moz-placeholder {
  color: #999;
  font-weight: 300;
  opacity: 1;
}

::-webkit-input-placeholder {
  color: #999;
  font-weight: 300;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.entry-content a.button,
.textwidget a.button {
  background-color: #ED4A4D;
  border-radius: 0px;
  border: 1px solid #ED4A4D;
  color: #fff;
  cursor: pointer;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.5px;
  padding: 5px 30px;
  text-transform: uppercase;
  white-space: normal;
  width: auto;
}

a.button.small,
button.small,
input[type="button"].small,
input[type="reset"].small,
input[type="submit"].small,
.entry-content a.button.small,
.textwidget a.button.small {
  font-size: 12px;
  font-size: 1.2rem;
  padding: 12px 20px;
}

.button.button-secondary {
  background-color: #fff !important;
  border: 1px solid #17ACDC !important;
  color: #17ACDC !important;
}

.button.button-white {
  background-color: transparent !important;
  border: 1px solid #fff !important;
  color: #fff !important;
}

input[type="submit"],
.content input[type="submit"] {
  font-size: 16px;
  font-size: 1.6rem;
  padding: 20px 25px;
  width: 100%;
}

a.more-link {
  display: inline-block;
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 600;
  letter-spacing: 0.5px;
  margin-bottom: 10px;
  text-transform: uppercase;
}

button:hover,
button:focus,
input:hover[type="button"],
input:focus[type="button"],
input:hover[type="reset"],
input:focus[type="reset"],
input:hover[type="submit"],
input:focus[type="submit"],
.button:focus,
.button:hover,
.entry-content a.button:focus,
.entry-content a.button:hover,
.textwidget a.button:focus,
.textwidget a.button:hover {
  background-color: #232525;
  border: none;
  color: #fff;
  text-decoration: none;
}

.footer-widgets button:focus,
.footer-widgets button:hover,
.footer-widgets input:focus[type="button"],
.footer-widgets input:hover[type="button"],
.footer-widgets input:focus[type="reset"],
.footer-widgets input:hover[type="reset"],
.footer-widgets input:focus[type="submit"],
.footer-widgets input:hover[type="submit"],
.footer-widgets .textwidget a.button:focus,
.footer-widgets .textwidget a.button:hover {
  background-color: #fff;
  color: #232525;
  text-decoration: none;
}

.site-container button:disabled,
.site-container button:disabled:hover,
.site-container input:disabled,
.site-container input:disabled:hover,
.site-container input[type="button"]:disabled,
.site-container input[type="button"]:disabled:hover,
.site-container input[type="reset"]:disabled,
.site-container input[type="reset"]:disabled:hover,
.site-container input[type="submit"]:disabled,
.site-container input[type="submit"]:disabled:hover {
  background-color: #ddd;
  border-width: 0;
  color: #777;
  cursor: not-allowed;
}

.button {
  display: inline-block;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
  display: none;
}

.error404 .entry-content input[type="search"],
.post-password-form input[type="password"] {
  margin-bottom: 15px;
}

#forms_widget-2 {
  margin-left: 1.564103%;
}

/* Tables
--------------------------------------------- */
table {
  border-collapse: collapse;
  border-spacing: 0;
  line-height: 2;
  margin-bottom: 40px;
  width: 100%;
}

tbody {
  border-bottom: 1px solid #ddd;
}

td,
th {
  text-align: left;
}

td {
  border-top: 1px solid #ddd;
  padding: 6px 0;
}

th {
  font-weight: 400;
}

/* Fadeup Effect
---------------------------------------------------------------------------------------------------- */
.js .fadeup-effect {
  opacity: 0;
  overflow: hidden;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translateY(20px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

/* VSELLIS Customization
----------------------------------------------------------- */
ul.checkmark li:before {
  color: #35C379 !important;
}

#book-hero .one-half:last-of-type {
  text-align: center;
}
#book-hero h3 {
  color: #007FF3;
  font-size: 39px;
}
#book-hero .book-description {
  font-weight: bold;
  font-size: 21px;
  line-height: 1.4;
  font-style: italic;
  color: #606363;
}

.izabella-quote {
  max-width: 950px;
  margin: 0 auto;
}

#dig-at-it h2 {
  color: #fff;
}
#dig-at-it h3 {
  color: #fff;
  text-align: center !important;
  font-weight: 400;
  font-style: italic;
}

.textcenter {
  text-align: center;
}

.div-wrap {
  overflow: hidden;
}

#steps-to-recovery .one-half {
  text-align: center;
  margin-bottom: 40px;
}
#steps-to-recovery .one-half strong {
  max-width: 300px;
  display: inline-block;
}

#book-reviews h3 {
  color: #fff;
}

#popular-thyroid-supplements a.button {
  max-width: 200px;
  margin: 0 auto;
  float: none;
  display: block;
  text-align: center;
}
#popular-thyroid-supplements .highlight-green {
  background: #7CC434;
  padding: 20px;
  color: #fff;
  margin-bottom: 20px;
}
#popular-thyroid-supplements .highlight-green h4,
#popular-thyroid-supplements .highlight-green h5 {
  color: #fff;
}

#supplement-stores h3 {
  color: #fff;
}

#ninja_forms_form_1_all_fields_wrap {
  max-width: 600px;
  margin: 0 auto;
}

/* Resources
----------------------------------------------------------- */
.resource-section {
  overflow: hidden;
  margin-bottom: 40px;
}

section.filter-by-type a {
  color: #0D7FF3;
  text-decoration: none;
  border: none;
}

.resource-item-wrap {
  margin-bottom: 30px;
}

.resource-hero {
  margin-bottom: 100px;
  color: #fff;
}

.resource-hero h2 {
  color: #fff;
}

.resource-thumb {
  float: left;
  margin-right: 20px;
}

.resource-content {
  padding-top: 10px;
}

/* Front Page
---------------------------------------------------------------------------------------------------- */
.front-page .entry-header {
  margin-bottom: 0;
}
.front-page p:last-child,
.front-page .widget:last-child {
  margin-bottom: 0;
}
.front-page .alignnone {
  width: auto;
}

/* Flexible Widgets
--------------------------------------------- */
.flexible-widgets .widget {
  float: left;
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
}
.flexible-widgets .widget:first-child {
  margin-bottom: 40px;
}

.flexible-widgets.widget-full .widget,
.flexible-widgets.widget-area .widget:nth-of-type(1),
.flexible-widgets.widget-halves.uneven .widget:last-of-type {
  width: 100%;
}

.flexible-widgets.widget-fourths .widget {
  width: 48%;
  margin-bottom: 5%;
}

.flexible-widgets.widget-halves .widget {
  width: 50%;
}

.flexible-widgets.widget-thirds .widget {
  width: 33.33%;
}

.flexible-widgets.widget-halves .widget:nth-child(even),
.flexible-widgets.widget-thirds .widget:nth-child(3n+2),
.flexible-widgets.widget-fourths .widget:nth-child(4n+2) {
  clear: left;
}

/* Front Page 1
--------------------------------------------- */
.front-page-1 {
  display: table;
  overflow: hidden;
  table-layout: fixed;
  width: 100%;
  color: #232525;
}
.front-page-1 .wrap {
  margin: 0 auto;
  max-width: 1280px;
  padding-left: 40px;
  padding-right: 40px;
}
.front-page-1 .widget {
  margin-bottom: 40px;
  width: 500px;
  float: right;
}
.front-page-1 .widget-area {
  display: table-cell;
  padding-top: 20px;
  vertical-align: middle;
  width: 100%;
}
.front-page-1 p,
.front-page-1 .widget-title {
  color: #232525;
}
.front-page-1 h3.widget-title {
  color: #1C82EF;
}
.front-page-1 .widget_text .widget-title {
  font-family: 'Poppins', sans-serif;
  font-size: 48px;
  font-size: 4.8rem;
  font-weight: 600;
  letter-spacing: -3px;
  margin-bottom: 0;
  text-transform: none;
}
.front-page-1 p {
  font-size: 24px;
  font-size: 2.4rem;
}
.front-page-1 p:last-child {
  margin-bottom: 0;
}
.front-page-1 button,
.front-page-1 input[type="button"],
.front-page-1 input[type="reset"],
.front-page-1 input[type="submit"],
.front-page-1 .textwidget a.button {
  border: none;
  margin-top: 60px;
}
.front-page-1 button:focus,
.front-page-1 button:hover,
.front-page-1 input:focus[type="button"],
.front-page-1 input:hover[type="button"],
.front-page-1 input:focus[type="reset"],
.front-page-1 input:hover[type="reset"],
.front-page-1 input:focus[type="submit"],
.front-page-1 input:hover[type="submit"],
.front-page-1 .textwidget a.button:focus,
.front-page-1 .textwidget a.button:hover {
  background-color: #fff;
  border: none;
  color: #232525;
}

/* Front Page 2
--------------------------------------------- */
.front-page-2 {
  background-color: #fff;
  border-top: 70px solid transparent;
  margin-top: -70px;
}
.front-page-2 .wrap {
  margin: 0 auto;
  max-width: 1280px;
  padding-left: 40px;
  padding-right: 40px;
}
.front-page-2 .widget-area {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.front-page-2 .flexible-widgets.widget-halves .widget,
.front-page-2 .widget {
  float: left;
  margin-bottom: 0;
  width: 50%;
}
.front-page-2 .widget-wrap {
  padding-bottom: 21%;
  padding-top: 21%;
}
.front-page-2 .flexible-widgets .widget:only-child {
  margin-bottom: 0;
}
.front-page-2 .flexible-widgets .widget:nth-child(even) {
  clear: none;
  padding-left: 8%;
}
.front-page-2 .flexible-widgets .widget .one-half {
  text-align: center;
}
.front-page-2 .flexible-widgets.widget-halves .widget:nth-child(odd) {
  border-right: 1px solid #eee;
  clear: left;
  padding-right: 8%;
}
.front-page-2 .flexible-widgets.widget-full .widget,
.front-page-2 .flexible-widgets.widget-halves.uneven .widget:last-of-type {
  border-right-width: 0;
  padding-right: 20px;
  width: 100%;
}
.front-page-2 .flexible-widgets.widget-full .widget-wrap,
.front-page-2 .flexible-widgets.widget-halves.uneven .widget:last-of-type .widget-wrap {
  padding-bottom: 10%;
  padding-top: 10%;
}
.front-page-2 .flexible-widgets.widget-halves .widget:nth-child(n+3) {
  border-top: 1px solid #eee;
}
.front-page-2 ul {
  margin-bottom: 20px;
  margin-left: 10px;
}
.front-page-2 ul li {
  color: #232525;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
.front-page-2 ul.checkmark {
  margin-top: 20px;
}
.front-page-2 ul.checkmark li:before {
  font-size: 48px;
  font-size: 4.8rem;
  vertical-align: middle;
}
.front-page-2 ul.checkmark li:before {
  color: #e85555;
  content: "\f3fd";
  display: inline-block;
  font-family: 'ionicons';
  margin-left: -36px;
  width: 36px;
}
.front-page-2 ul.checkmark li {
  line-height: 1;
  padding: 8px 0 8px 36px;
}
.front-page-2 input[type="submit"] {
  color: #fff;
  background-color: #286715;
  border-color: #377d22;
  border: 1px solid #377d22;
}

/*  Front Page CTA
--------------------------------------------- */
.front-page-cta {
  background: #27ACDA;
  padding: 60px 0 120px;
  min-height: 400px;
  color: #fff;
}
.front-page-cta h3,
.front-page-cta h4 {
  color: #fff;
}
.front-page-cta .wrap {
  margin: 0 auto;
  max-width: 1280px;
  padding-left: 40px;
  padding-right: 40px;
}
.front-page-cta .one-half:first-of-type {
  padding-top: 100px;
}
.front-page-cta .one-half:nth-of-type(2) {
  text-align: center;
}
.front-page-cta .widget {
  float: left;
  width: 47%;
}
.front-page-cta .widget:nth-child(n) {
  margin-right: 6%;
}
.front-page-cta .widget:nth-child(2n) {
  margin-right: 0;
}
@media (max-width: 600px) {
  .front-page-cta .widget {
    clear: both;
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
}
.front-page-cta .widget_ninja_forms_widget .ninja-forms-required-items {
  display: none;
}
.front-page-cta .widget:nth-child(n) {
  margin-right: 1%;
}

/* Front Page 3
--------------------------------------------- */
.front-page-3 {
  background-color: #888888;
  padding: 4%;
  text-align: center;
  color: #fff;
}
.front-page-3 img {
  max-width: 80px;
  height: 80px;
  margin-bottom: 20px;
}
.front-page-3 .widget {
  margin-bottom: 40px;
  border: 1px solid #fff;
  padding: 30px;
}
.front-page-3 .widget:nth-child(n+2) {
  min-height: 415px;
}
.front-page-3 .widget:first-of-type {
  border: none;
  width: 100%;
}
.front-page-3 .flexible-widgets.widget-halves .widget:first-of-type {
  width: 100%;
}
.front-page-3 .flexible-widgets.widget-halves .widget {
  width: 48%;
}
.front-page-3 .flexible-widgets.widget-thirds .widget {
  width: 48% !important;
}
.front-page-3 .widget:nth-of-type(7) {
  float: right;
}
.front-page-3 .widget-thirds .widget:nth-last-child(-n+3) {
  margin-bottom: 40px;
}
.front-page-3 .flexible-widgets.widget-thirds .widget:nth-child(3n+2) {
  clear: none !important;
}
.front-page-3 .flexible-widgets.widget-area .widget:nth-of-type(1) {
  width: 100% !important;
}
.front-page-3 .widget:nth-of-type(3) {
  float: right;
}
.front-page-3 .widget-fourths .widget:nth-last-child(-n+4),
.front-page-3 .widget-halves.even .widget:nth-last-child(-n+2),
.front-page-3 .widget-thirds .widget:nth-last-child(-n+3) {
  margin-bottom: 0;
}
.front-page-3 .wrap {
  margin: 0 auto;
  max-width: 1280px;
  padding-left: 40px;
  padding-right: 40px;
}
.front-page-3 a,
.front-page-3 h4,
.front-page-3 p,
.front-page-3 .icon,
.front-page-3 .widget-title {
  color: #fff;
}
.front-page-3 a:focus,
.front-page-3 a:hover {
  color: #e85555;
}
.front-page-3 h4 {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.front-page-3 p {
  font-size: 16px;
  font-size: 1.6rem;
}
.front-page-3 .icon {
  display: block;
  font-size: 72px;
  font-size: 7.2rem;
}
.front-page-3 button:focus,
.front-page-3 button:hover,
.front-page-3 input:focus[type="button"],
.front-page-3 input:hover[type="button"],
.front-page-3 input:focus[type="reset"],
.front-page-3 input:hover[type="reset"],
.front-page-3 input:focus[type="submit"],
.front-page-3 input:hover[type="submit"],
.front-page-3 .textwidget a.button:focus,
.front-page-3 .textwidget a.button:hover {
  background-color: #fff;
  border: none;
  color: #232525;
}
.front-page-3 .flexible-widgets.widget-fourths .widget {
  width: 48% !important;
  margin-bottom: 5%;
}
.front-page-3 .widget:nth-child(n+2) {
  min-height: 415px;
}
.front-page-3 .widget:nth-of-type(3),
.front-page-3 .widget:nth-of-type(5) {
  float: right;
}

.front-page-below-hero .wrap {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
}
.front-page-below-hero .wrap:after {
  content: " ";
  display: block;
  clear: both;
}
.front-page-below-hero .widget {
  width: 100%;
  float: none;
  margin: 40px 0 20px !important;
}
.front-page-below-hero .widget-area {
  display: block;
  padding-top: 20px;
  vertical-align: middle;
  width: 100%;
}
.front-page-below-hero p,
.front-page-below-hero .widget-title {
  color: #232525;
}
.front-page-below-hero h3.widget-title {
  color: #1C82EF;
}
.front-page-below-hero .widget_text .widget-title {
  font-family: 'Poppins', sans-serif;
  font-size: 48px;
  font-size: 4.8rem;
  font-weight: 600;
  letter-spacing: -3px;
  margin-bottom: 0;
  text-transform: none;
}
.front-page-below-hero p {
  font-size: 24px;
  font-size: 2.4rem;
}
.front-page-below-hero p:last-child {
  margin-bottom: 0;
}
.front-page-below-hero button,
.front-page-below-hero input[type="button"],
.front-page-below-hero input[type="reset"],
.front-page-below-hero input[type="submit"],
.front-page-below-hero .textwidget a.button {
  border: none;
  margin-top: 60px;
}
.front-page-below-hero button:focus,
.front-page-below-hero button:hover,
.front-page-below-hero input:focus[type="button"],
.front-page-below-hero input:hover[type="button"],
.front-page-below-hero input:focus[type="reset"],
.front-page-below-hero input:hover[type="reset"],
.front-page-below-hero input:focus[type="submit"],
.front-page-below-hero input:hover[type="submit"],
.front-page-below-hero .textwidget a.button:focus,
.front-page-below-hero .textwidget a.button:hover {
  background-color: #fff;
  border: none;
  color: #232525;
}

/*
You can add your own CSS here.

Click the help icon above to learn more.
*/
.admin-bar .site-container {
  top: auto;
}

.redtext {
  color: #ED4A4D;
}

.sb-search.sb-search-open .sb-icon-search {
  color: #1C83EF;
}

.sb-icon-search:before {
  font-family: inherit !important;
}

.search .acp-coupons {
  display: none;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
  margin: 0 30px 30px 0;
}

.page-template-page_blog .archive-description {
  display: none;
}

.front-page-cta-2 {
  padding: 140px 0 120px;
}

.page-id-7 input[type="submit"],
.page-id-7 .content input[type="submit"] {
  width: 50%;
}

input[type="submit"] {
  background-color: #387c23;
  border: 1px solid #387c23;
}

/* Book Page */
#steps-to-recovery .wrap {
  width: 100%;
  text-align: center;
  margin: 0 auto;
}

/* Gift Page */
.gift-page .page-hero h3 {
  color: #fff;
}
.gift-page .ninja-forms-form-wrap {
  max-width: 400px;
  margin: 0 auto;
}
.gift-page #sign-up h3 {
  color: #fff;
}

#gift-content .wrapper {
  display: inline-block;
  width: 100%;
  margin-bottom: 40px;
}
#gift-content .bottom-content {
  font-style: italic;
  font-size: 2rem;
  width: 70%;
  display: block;
  text-align: left;
  margin: 0 auto;
}

.gift-thank-you .gpsb-section .wrap,
.clinician-thank-you .gpsb-section .wrap {
  padding: 1% 40px;
}

.gift-thank-you #offer h3 {
  color: #fff;
}
.gift-thank-you .offerblock, .gift-thank-you .clinician-thank-you .offerblock {
  display: inline-block;
  margin-right: 60px;
}

#ps .wrap {
  width: 1000px;
}

.companion-guide #ninja_forms_form_9_cont {
  max-width: 400px;
  margin: 0 auto;
}
.companion-guide #ninja_forms_form_9_cont input {
  width: 100%;
}

a.button.white {
  background-color: #fff;
  border: 1px solid #fff;
  box-shadow: 0,0,255,.5;
  box-shadow: rgba(0, 0, 0, 0.15) 0 1px 3px;
  padding: 0 20px 20px;
  color: #055594;
  width: 360px;
  vertical-align: top;
  line-height: 1.4;
  display: inline-block;
  overflow: hidden;
}
a.button.white:before {
  font-family: "dashicons";
  content: "\f316";
  font-size: 34px;
  color: #055594;
  position: relative;
  top: 13px;
}
a.button.white:hover {
  background-color: #ccc;
  color: #fff;
  border: 1px solid #aaa;
}

a.button.gray,
a.button.gray:hover {
  background-color: #ccc;
  border: 1px solid #ccc;
  pointer-events: none;
  cursor: default;
}

/* GENERAL FORM */
input, select, textarea {
  background-color: #eee;
}

/* Optin Monster */
.rmkr-admin-bar #om-db7vhv6jxsxkk1vmxo8h {
  top: 60px !important;
}

/* LMS STYLES */
.site-container {
  /* LMS - dashboard list */
}
.site-container .lms-dashboard {
  margin-bottom: 20px;
  /* Mindset */
  /* Thyroid Medication */
  /* Liver Support */
  /* Food */
  /* Nutrient Deficiencies */
  /* Antibodies/Nodules */
  /* Adrenals */
  /* Dental Triggers */
  /* Infections */
  /* Gut Healing */
  /* Next Steps */
}
.site-container .lms-dashboard ul.lms-list-items .courseware-module > a:before {
  content: '\e002';
  color: #0274be;
  display: inline-block;
  font-family: 'dashicons';
  font-size: 65px;
  font-weight: normal;
  line-height: 1;
  margin-bottom: 30px;
  vertical-align: top;
  -webkit-font-smoothing: antialiased;
}
.site-container .lms-dashboard ul.lms-list-items .courseware-module > a {
  display: block;
}
.site-container .lms-dashboard ul.lms-list-items .courseware-course > a {
  display: none;
}
.site-container .lms-dashboard ul.lms-list-items .courseware-module {
  border: 10px solid #fff;
  display: block;
  float: left;
  width: 33.3%;
}
.site-container .lms-dashboard ul.lms-list-items .courseware-module > a {
  background: #f1f1f1;
  border: 1px solid #f1f1f1;
  font-size: 20px;
  line-height: 1.25;
  min-height: 250px;
  padding: 40px;
  text-align: center;
}
.site-container .lms-dashboard ul.lms-list-items .courseware-module > a:hover {
  border: 1px solid #ddd;
}
.site-container .lms-dashboard ul.lms-list-items .courseware-module > a small {
  color: #aaa;
  display: block;
  font-size: 14px;
  margin-bottom: 20px;
}
.site-container .lms-dashboard ul.lms-list-items .courseware-module.courseware-complete > a small {
  color: #fff;
}
.site-container .lms-dashboard ul.lms-list-items .courseware-module.courseware-complete > a:hover {
  border: 1px solid #00ae7b;
}
.site-container .lms-dashboard ul.lms-list-items .courseware-module > a .button {
  display: block;
  font-size: 12px;
  margin: 20px auto 0;
  padding: 10px 5px 8px;
}
.site-container .lms-dashboard ul.lms-list-items .courseware-module.courseware-complete > a .button {
  background: #fff;
  color: #333;
}
.site-container .lms-dashboard .lms-dashboard ul.lms-list-items .courseware-module.courseware-item-3678 > a:before {
  font-family: "dashicons";
  content: "\f507";
}
.site-container .lms-dashboard ul.lms-list-items .courseware-module.courseware-item-3750 > a:before {
  font-family: "dashicons";
  content: "\f130";
}
.site-container .lms-dashboard ul.lms-list-items .courseware-module.courseware-item-3752 > a:before {
  font-family: "dashicons";
  content: "\f481";
}
.site-container .lms-dashboard ul.lms-list-items .courseware-module.courseware-item-3754 > a:before {
  font-family: "dashicons";
  content: "\f468";
}
.site-container .lms-dashboard ul.lms-list-items .courseware-module.courseware-item-3756 > a:before {
  font-family: "dashicons";
  content: "\f174";
}
.site-container .lms-dashboard ul.lms-list-items .courseware-module.courseware-item-3758 > a:before {
  font-family: "dashicons";
  content: "\f511";
}
.site-container .lms-dashboard ul.lms-list-items .courseware-module.courseware-item-3760 > a:before {
  font-family: "dashicons";
  content: "\f533";
}
.site-container .lms-dashboard ul.lms-list-items .courseware-module.courseware-item-3762 > a:before {
  font-family: "dashicons";
  content: "\f237";
}
.site-container .lms-dashboard ul.lms-list-items .courseware-module.courseware-item-3764 > a:before {
  font-family: "dashicons";
  content: "\f484";
}
.site-container .lms-dashboard ul.lms-list-items .courseware-module.courseware-item-3766 > a:before {
  font-family: "dashicons";
  content: "\f240";
}
.site-container .lms-dashboard ul.lms-list-items .courseware-module.courseware-item-3768 > a:before {
  font-family: "dashicons";
  content: "\f328";
}
.site-container .lms-dashboard ul.lms-list-items .courseware-module.courseware-item-3770 > a:before {
  font-family: "dashicons";
  content: "\f154";
}
.site-container ul.lms-list-items ul,
.site-container ul.lms-list-items li,
.site-container ul.lms-list-items li a {
  background: none;
  margin: 0;
  padding: 0;
  border: none;
}
.site-container ul.lms-list-items .courseware-course > a {
  font-size: 24px;
  line-height: 1.2;
  margin-bottom: 20px;
}
.site-container ul.lms-list-items .courseware-course > ul.children {
  margin-left: 0;
}
.site-container ul.lms-list-items .courseware-course > ul.children:before {
  display: none;
}
.site-container ul.lms-list-items ul.children {
  margin-bottom: 0;
  margin-top: 0;
  padding: 15px 0;
}
.site-container ul.lms-list-items ul.children:before {
  border-color: #ddd;
  left: -20px;
  top: 0;
}
.site-container ul.lms-list-items .courseware-module > a {
  background: #fff;
  border: 1px solid #ddd;
  font-size: 15px;
  font-weight: 700;
  padding: 10px 15px;
}
.site-container ul.lms-list-items .courseware-lesson > a {
  font-size: 13px;
  font-weight: bold;
  padding: 5px 0;
  position: relative;
}
.site-container ul.lms-list-items .courseware-lesson > a:before {
  background: #ddd;
  border-radius: 50%;
  content: '';
  display: block;
  left: -24px;
  position: absolute;
  top: 11px;
  height: 9px;
  width: 9px;
}
.site-container ul.lms-list-items .courseware-lesson.current_courseware_item > a:before {
  background: #333;
}
.site-container ul.lms-list-items .courseware-course > a:hover,
.site-container ul.lms-list-items .courseware-module > a:hover,
.site-container ul.lms-list-items .courseware-lesson > a:hover,
.site-container ul.lms-list-items .courseware-lesson.current_courseware_item > a {
  background: none;
  color: #333;
}
.site-container ul.lms-list-items .courseware-module > a:hover {
  background: #fff;
}
.site-container ul.lms-list-items .courseware-module.current_courseware_item > a {
  background: #333;
  border-color: #333;
  color: #fff;
}
.site-container ul.lms-list-items li.courseware-module.current_courseware_item > a em,
.site-container ul.lms-list-items li.courseware-complete > a em {
  color: #fff;
}
.site-container ul.lms-list-items .courseware-lesson.courseware-complete > a {
  color: #00ae7b;
}
.site-container ul.lms-list-items .courseware-lesson.courseware-complete > a:before {
  background: #fff;
  height: 20px;
  top: 4px;
}
.site-container ul.lms-list-items .courseware-lesson.courseware-complete > a .lms-item-complete {
  position: absolute;
  left: -31px;
  top: 0;
}
.site-container ul.lms-list-items .courseware-module.courseware-complete > a {
  background: #00ae7b;
  border-color: #00ae7b;
  color: #fff;
}
.site-container ul.lms-list-items .courseware-module.courseware-complete > a .lms-item-complete {
  line-height: 26px;
}
.site-container ul.lms-list-items li a .lms-item-favorite:before {
  margin-top: 3px;
}
.site-container ul.lms-list-items li.courseware-item-117531 li:nth-child(n+14) {
  background-color: #0d7ff3;
  color: #fff;
}
.site-container ul.lms-list-items li.courseware-item-117531 li.courseware-module:nth-child(n+14) > a {
  background-color: #0d7ff3;
  border-color: #fff;
  color: #fff;
}
.site-container ul.lms-list-items li.courseware-item-117531 li:hover:nth-child(n+14) {
  background-color: #0d7ff3;
  color: #333333;
}
.site-container ul.lms-list-items li.courseware-item-117531 li.courseware-module:nth-child(n+14) > a:hover {
  background-color: #0d7ff3;
  color: #333333;
}
.site-container ul.lms-list-items li.courseware-item-117531 li.current_courseware_item:nth-child(n+14) {
  background-color: #333333;
  color: #fff;
}
.site-container ul.lms-list-items li.courseware-item-117531 li.current_courseware_item.courseware-module:nth-child(n+14) > a {
  background-color: #333333;
  color: #fff;
}

.courseware_item.courseware-module:nth-of-type(3n+1) {
  clear: left;
}

.lms_courseware-template-default .printfriendly img {
  display: none;
}

/* SIDEBAR */
#recent-posts-3.widget li {
  line-height: 1.4;
  margin-bottom: 0px;
  background: #eee;
  padding: 10px 20px;
  border-bottom: 1px solid #fefefe;
}

/* Resources Page Mods */
.page-template-resources #enews-ext-2, .page-template-resources #recent-posts-3, .page-template-resources #simple-social-icons-2, .page-template-resources #search-3 {
  display: none;
}

.page-template-resources .resource-section:first-child {
  padding-top: 0;
}

.back-to-top, .back-to-top a:hover {
  color: #ddd;
  border-bottom: none;
}

.postid-4002 .entry-header img, .postid-4016 .entry-header img, .postid-4021 .entry-header img, .postid-4030 .entry-header img {
  display: none;
}

.qasection {
  width: 100%;
  display: inline-block;
}

.front-page-1 button, .front-page-1 input[type="button"], .front-page-1 input[type="reset"], .front-page-1 input[type="submit"], .front-page-1 .textwidget a.button {
  margin-top: 0;
}

.rmkr-admin-bar .nav-primary, .rmkr-admin-bar .site-header, .rmkr-admin-bar .site-header.shrink {
  z-index: 999;
}

.media-page section.page-hero.hero-small {
  background-color: #077EA8 !important;
}

table.course-table tr td:first-child {
  background: #0E5692;
  color: #fff;
  text-align: center;
}

table.course-table tr td {
  border: none;
  padding: 20px;
}

table.course-table tr td a {
  color: #fff;
}

.clearfix {
  margin-bottom: 30px;
  display: block;
}

.single-lms_courseware .entry-header img {
  display: none;
}

.coursebox {
  background: #888888;
  text-align: center;
  padding: 40px;
  color: #eee;
  min-height: 510px;
  margin-bottom: 2%;
}

.coursebox h4 {
  color: #eee;
}

.coursebox a.button {
  margin: 0 20px;
}

a.alignright, img.alignright, .wp-caption.alignright {
  margin: 0 0 30px 20px;
}
@media (max-width: 600px) {
  a.alignright, img.alignright, .wp-caption.alignright {
    width: auto;
  }
}

.abouthashimotos .getstarted a:hover {
  border-bottom: 0;
  border-color: #fff;
  text-decoration: none;
}

.footer-widgets-3 .ninja-forms-required-items, .sidebar .ninja-forms-required-items {
  display: none;
}

.footer-widgets input[type="submit"] {
  background-color: #377d22 !important;
  border: 1px solid #377d22;
}
.footer-widgets input[type="submit"]:hover[type="submit"] {
  background-color: #286715 !important;
  color: #fff;
}

.home #forms_widget-2 .ninja-forms-required-items {
  display: none;
}

@media (max-width: 600px) {
  .gpsb-section {
    padding: 0 !important;
  }
}
.gpsb-section ul li {
  list-style-type: disc;
  margin-left: 40px;
}

/* Custom Landing Page Styles */
.hh-landing .gpsb-content {
  max-width: 900px;
  margin: 0 auto;
}

/* Hacking Hashimotos Landing Page */
.hh-landing .site-header {
  display: none;
}

.hh-landing .footer-widgets {
  position: relative;
  left: -9999px;
  height: 0;
  margin: 0;
  padding: 0;
}

.hh-landing .site-inner {
  margin-top: 0;
}

.hh-landing {
  display: inline-block;
}

.left,
.right {
  display: inline-block;
}

.hh-landing .left {
  margin-right: 40px;
}
.hh-landing .right {
  margin-left: 40px;
}
.hh-landing .gpsb-section {
  padding: 0 !important;
}

#hh-header .wrap {
  padding: 0;
}
#hh-header a.button {
  text-decoration: none;
  margin-bottom: 20px;
}

#hh-header a,
#hh-intro a {
  color: #fff;
  text-decoration: underline;
}

#hh-intro h3,
#hh-program h3,
#hh-tailor h3 {
  color: #fff;
}

#hh-about {
  background-image: url("//thyroidpharmacist.com/wp-content/uploads/2016/10/squatduderev.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  color: #fff;
}
#hh-about h3 {
  color: #fff;
}

#hh-schedule .wrap {
  max-width: 900px;
}
#hh-schedule .one-half {
  text-align: left;
}
#hh-schedule img.alignleft {
  margin-right: 20px;
}
#hh-schedule p {
  margin: 0;
}

#hh-tailor {
  background-image: url("//thyroidpharmacist.com/wp-content/uploads/2016/10/tree-bkg-teal.png");
  background-position: center;
  background-repeat: no-repeat;
}

#hh-bonus-header h3 {
  color: #fff;
}

#hh-bonus .subsection {
  display: block;
  clear: both;
  text-align: left;
}

.subsection ul {
  display: table;
}
.subsection ul li {
  list-style-type: disc;
  margin-left: 40px;
}

#hh-goals {
  background-image: url("//thyroidpharmacist.com/wp-content/uploads/2016/10/tree-bkg.png");
  background-position: center;
  background-repeat: no-repeat;
}
#hh-goals h3 {
  color: #fff;
}

#hh-buy h3 {
  color: #fff;
}

#hh-testimonials blockquote {
  color: #000;
  font-style: normal;
  background-color: #D6E6E7;
  padding: 20px 40px;
  text-align: left;
}

#hh-testimonials blockquote:before {
  content: url("//thyroidpharmacist.com/wp-content/uploads/2016/10/quotation-mark.png");
  left: -60px;
  position: relative;
  top: -10px;
}

#hh-guarantee {
  background-image: url("//thyroidpharmacist.com/wp-content/uploads/2016/10/ocean.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  color: #fff;
}

#hh-guarantee h3,
#hh-faq h3 {
  color: #fff;
}

/* Thyroid Bundle Landing Page */
.tb-landing .site-header {
  display: none;
}

#buybar {
  position: fixed;
  top: 82px;
  display: block;
  width: 100%;
}
#buybar .wrap {
  padding: 12px 0;
}
#buybar h3 {
  display: none;
}
#buybar p {
  margin: 0 0 7px 0;
}

.logged-in #buybar {
  top: 92px;
}

#tb-hero .video-container-wrapper {
  float: right;
  background-image: url("//thyroidpharmacist.com/wp-content/uploads/2016/11/player-bg.png");
  background-repeat: no-repeat;
  width: 48%;
  background-size: contain;
  height: 380px;
}
#tb-hero .video-container {
  position: relative;
  height: 0;
  padding-bottom: 50.25%;
  margin: 30px;
}
#tb-hero .one-half.videocaption {
  float: right;
}
#tb-hero .one-half.videocaption img {
  width: 80%;
  margin: 0 auto;
  text-align: center;
  display: block;
}
#tb-hero .one-half.videocaption p {
  font-size: 22px;
  color: #666;
}
#tb-hero .one-half {
  float: left;
  margin-left: 0;
}

.tb-landing {
  display: inline-block;
}
.tb-landing .footer-widgets {
  position: relative;
  top: -99999px;
  height: 0;
  margin: 0;
  padding: 0;
}
.tb-landing .site-inner {
  margin-top: 25px;
  padding: 3% 0px;
}
.tb-landing .left {
  margin-right: 40px;
}
.tb-landing .right {
  margin-left: 40px;
}
.tb-landing .gpsb-section {
  padding: 0 !important;
}
.tb-landing .tb-landing p {
  font-size: 22px;
}

.left, .right {
  display: inline-block;
}

#tb-header .wrap {
  padding: 0;
}

#tb-hero .video {
  background-image: url("//thyroidpharmacist.com/wp-content/uploads/2016/11/player-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  width: 560px;
  height: 377px;
}
#tb-hero p {
  width: 70%;
  margin: 0 auto;
  text-align: center;
}

#tb-freecookbook p {
  font-size: 36px;
  line-height: 1.8;
  font-weight: bold;
  text-align: center;
}
#tb-freecookbook a {
  color: #fff;
  text-decoration: underline;
}

#tb-intro {
  background-color: #ffffff;
  background-image: url("//thyroidpharmacist.com/wp-content/uploads/2016/11/blue-blur.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}

#tb-change h3,
#tb-contributors-header h3,
#tb-ebook-bundle-hero h3,
#tb-ecourses-hero h3,
#tb-coupons-hero h3,
#tb-what-happens-hero h3 {
  font-weight: bold;
  color: #fff;
  text-shadow: 0 1px 0 #ccc, 0 6px 1px rgba(0, 0, 0, 0.1), 0 0 5px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.3), 0 3px 5px rgba(0, 0, 0, 0.2), 0 5px 10px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.2), 0 20px 20px rgba(0, 0, 0, 0.15);
  margin: 20px;
}

#tb-contributors p {
  text-align: center;
}

#tb-ebook-bundle-hero {
  color: #ffffff;
  background-image: url("//thyroidpharmacist.com/wp-content/uploads/2016/11/zoom-43546986-3.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}

#tb-ebook-bundle .price {
  font-size: 22px;
  font-weight: bold;
  color: #74bc0e;
  margin: 0 auto 40px;
  display: inline-block;
}

#tb-ecourses-hero {
  background-image: url("//thyroidpharmacist.com/wp-content/uploads/2016/11/zoom-43546986-3.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}

#tb-ecourses strong {
  font-size: 60px;
  margin: 30% 0;
  display: block;
}

#tb-coupons-hero {
  color: #ffffff;
  background-image: url("//thyroidpharmacist.com/wp-content/uploads/2016/11/header.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}

#tb-coupons {
  font-size: 22px;
}

#tb-coupons ul li {
  list-style-type: disc;
  margin-left: 40px;
}

#tb-what-happens-hero {
  color: #ffffff;
  background-image: url("//thyroidpharmacist.com/wp-content/uploads/2016/11/zoom-16115423-3-copy.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}

#tb-what-happens-buy-now p {
  text-align: center;
}

#tb-what-happens-buy-now img {
  margin: 0 auto;
  display: block;
}

#tb-buynow .button,
#tb-contributors .button,
#tb-what-happens-buy-now .button {
  font-size: 30px;
  font-size: 3rem;
  margin: 0 auto;
}

#tb-guarantee {
  background-image: url("//thyroidpharmacist.com/wp-content/uploads/2016/11/collage-dark.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  font-size: 22px;
}
#tb-guarantee h3 {
  color: #fff;
}

#tb-faq h2,
#tb-faq h3 {
  margin: 20px auto;
  display: block;
}

#ninja_forms_form_7 {
  width: 300px;
  margin: 0 auto;
}

#ninja_forms_form_7 input {
  width: 100% !important;
}
#ninja_forms_form_7 .field-wrap.label-left .ninja-forms-field {
  margin-left: 0px !important;
}

.free-cookbook h1.entry-title {
  text-align: center;
  margin: 0 auto;
  display: block;
  width: 350px;
}

.free-cookbook .site-inner p {
  width: 300px;
  margin: 0 auto;
}

.tb-landing .gpsb-content {
  width: 100%;
  margin: 0 auto;
  display: block;
  max-width: 900px;
}

/* Root Cause Recipes Landing Page */
.rcr-landing .buynow {
  margin: 20px auto;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
.rcr-landing .buynow #rcr-portal {
  margin-left: 20px;
}
.rcr-landing .buynow a.button {
  font-size: 20px;
  font-weight: bold;
  padding: 10px 100px 3px;
  border-radius: 18px;
}
.rcr-landing li {
  list-style-type: disc;
  font-size: 18px;
}
.rcr-landing .alertbar,
.rcr-landing .topbar,
.rcr-landing .site-header {
  display: none;
}
.rcr-landing .site-inner {
  margin: 0px auto;
}
.rcr-landing #rcr-top-bar {
  height: 75px;
}
.rcr-landing p {
  font-size: 18px;
}
.rcr-landing #rcr-header {
  background-size: cover;
}
.rcr-landing #rcr-top-bar .wrap {
  color: #fff !important;
  padding: 0% 40px;
  font-size: 18px;
}
.rcr-landing #rcr-top-bar .one-half:nth-child(2) {
  text-align: right;
}
.rcr-landing #rcr-top-bar .one-half:nth-child(2) a {
  margin-left: 70px;
}
.rcr-landing #rcr-optimizing-video {
  background: #c8c82d;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #c8c82d), color-stop(100%, #95b43c));
  background: -webkit-linear-gradient(top, #c8c82d 0%, #95b43c 100%);
  background: -moz-linear-gradient(top, #c8c82d 0%, #95b43c 100%);
  background: -ms-linear-gradient(top, #c8c82d 0%, #95b43c 100%);
  background: -o-linear-gradient(top, #c8c82d 0%, #95b43c 100%);
  background: linear-gradient(to bottom, #c8c82d 0%, #95b43c 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#c8c82d, endColorstr=#95b43c, GradientType=0);
  padding-bottom: 0px;
  border-top-width: px;
  border-bottom-width: px;
}
.rcr-landing #rcr-optimizing-video h3:first-child {
  background: url("//thyroidpharmacist.com/wp-content/uploads/2016/10/root-cause-recipes-logo.png") no-repeat;
  min-height: 300px;
  text-align: center;
  margin: 0 auto;
  display: block;
  background-position: center;
  background-size: contain;
}
.rcr-landing #rcr-optimizing-video h3,
.rcr-landing #rcr-what-to-do-header h3,
.rcr-landing #rcr-why-paleo h3,
.rcr-landing #rcr-the-difference h3,
.rcr-landing #rcr-figure-out h3,
.rcr-landing #rcr-portal h3,
.rcr-landing #rcr-portal-video h3,
.rcr-landing #rcr-testimonials h3,
.rcr-landing #rcr-letter h3,
.rcr-landing #rcr-guarantee h3,
.rcr-landing #rcr-quote h3,
.rcr-landing #rcr-faq h3 {
  color: #fff;
  font-size: 40px;
  line-height: 68px;
}
.rcr-landing #rcr-what-to-do-header h3,
.rcr-landing #rcr-figure-out h3,
.rcr-landing #rcr-quote h3 {
  text-shadow: 2px 2px 12px rgba(0, 0, 0, 0.5);
  text-transform: uppercase;
}
.rcr-landing #rcr-the-difference h3 {
  font-weight: bold;
  color: #0C7397;
  line-height: 0px;
}
.rcr-landing #rcr-portal h3 {
  color: #0C7397;
  font-weight: 400px;
}
.rcr-landing #rcr-testimonials h3 {
  color: #55ADB0;
  line-height: 68px;
}
.rcr-landing #rcr-guarantee h3 {
  font-weight: bold;
  color: #09558E;
  line-height: 55px;
}
.rcr-landing #rcr-what-to-do-header,
.rcr-landing #rcr-quote {
  background: url("https://thyroidpharmacist.com/wp-content/uploads/2016/10/bkgrd1.jpg") no-repeat;
  background-size: cover;
}
.rcr-landing #rcr-get-started h2 {
  font-size: 40px;
  font-weight: bold;
  color: #84C441;
  line-height: 45px;
  text-align: center;
}
.rcr-landing #rcr-get-started h3 {
  font-size: 40px;
  font-weight: bold;
  color: #61A444;
  line-height: 65px;
}
.rcr-landing #rcr-get-started .one-half {
  padding: 30px 20px;
  margin-bottom: 30px;
  border: 1px #000 solid;
  border-color: #84C441;
  border-width: 0px;
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  background-color: #84C441;
  color: #323232;
  background: transparent;
}
.rcr-landing #rcr-get-started .one-half h3 {
  color: #fff;
  text-transform: uppercase;
}
.rcr-landing #rcr-get-started .one-half:nth-child(4) {
  margin: 0 auto;
  float: none;
  display: inline-block;
}
.rcr-landing #rcr-get-started .redtext {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
.rcr-landing img.check {
  margin: 0 30px 10% 0;
}
.rcr-landing #rcr-why-paleo .wrap {
  padding: 3% 30px;
}
.rcr-landing #rcr-the-difference .bulletsection {
  background-color: #1D92AA;
  padding: 30px 20px;
  margin-bottom: 30px;
  color: #fff;
  border-radius: 18px;
  font-size: 18px;
}
.rcr-landing #rcr-the-difference .one-half h3 {
  color: #fff;
  font-size: 24px;
  font-weight: 600;
}
.rcr-landing #rcr-the-difference p {
  padding-left: 90px;
}
.rcr-landing #rcr-the-difference .up190 {
  position: relative;
  top: -90px;
}
.rcr-landing #rcr-the-difference .one-half br {
  display: none;
}
.rcr-landing #rcr-the-difference .one-half ul {
  padding-left: 78px;
}
.rcr-landing #rcr-the-difference .one-half li {
  margin-left: 30px;
}
.rcr-landing #rcr-the-difference .one-half .check {
  margin-bottom: 70%;
}
.rcr-landing #rcr-figure-out {
  background: url("https://thyroidpharmacist.com/wp-content/uploads/2016/10/bkgrd2dark.jpg") no-repeat;
  background-size: cover;
}
.rcr-landing #rcr-portal .one-half.first img {
  width: 500px;
  margin-left: 32px;
}
.rcr-landing #rcr-portal p {
  font-size: 18px;
}
.rcr-landing #rcr-portal li {
  font-size: 18px;
  margin-left: 30px;
}
.rcr-landing #rcr-testimonials blockquote {
  color: #000;
  font-style: normal;
  background-color: #D6E6E7;
  padding: 20px 40px;
  text-align: left;
}
.rcr-landing #rcr-testimonials .one-half.centerbundle {
  display: block;
  margin: 0 auto;
  float: none;
}
.rcr-landing #rcr-testimonials blockquote:before {
  content: url("//thyroidpharmacist.com/wp-content/uploads/2016/10/quotation-mark.png");
  left: -60px;
  position: relative;
  top: -10px;
}
.rcr-landing #rcr-footer a {
  color: #fff;
}
.rcr-landing a {
  border: 0;
}
.rcr-landing a:hover {
  border-bottom: 1px solid #0d7ff3;
}

.op-text-block {
  max-width: 100%;
  margin-bottom: 20px;
}

.qelement {
  background: #fff;
  padding: 10px 20px;
  font-size: 18px;
  margin-bottom: 40px;
  line-height: 1.6;
}

.qelement ul {
  margin-left: 40px;
}

.toggleDiv {
  display: none;
}

#rcr-get-started .one-half.centerbundle,
#rcr-testimonials .one-half.centerbundle {
  margin: 0 auto;
  clear: both;
  float: none;
}

.front-page-cta h3 {
  font-size: 30px;
  font-size: 3rem;
  text-transform: none;
}

#forms_widget-2 {
  width: 48.717948717948715%;
  float: left;
  margin-left: 1%;
  text-align: left;
  margin-left: 2.564102564102564%;
  padding: 0px 0px 0 20px;
}
#forms_widget-2 h2 {
  color: #ffffff;
}

#text-11 {
  text-align: center;
}

ul.checkmark {
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 10px;
}

ul.checkmark li:before {
  color: #00acf2 !important;
  content: "\f3fd";
  display: inline-block;
  font-family: 'ionicons';
  margin-left: -36px;
  width: 36px;
  font-size: 4.8rem;
  vertical-align: middle;
}

ul.checkmark li {
  line-height: 1;
  padding: 0px 0 0px 36px;
  font-size: 20px;
}

.front-page ul.checkmark {
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 10px;
}
.front-page ul.checkmark li {
  line-height: 1;
  padding: 8px 0 8px 36px;
}

.front-page-cta ul.checkmark li:before {
  color: #ffffff !important;
  content: "\f3fd";
  display: inline-block;
  font-family: 'ionicons';
  margin-left: -36px;
  width: 36px;
  font-size: 4.8rem;
  vertical-align: middle;
}
.front-page-cta li {
  padding: 8px 0 8px 36px;
  line-height: 1;
  text-align: left;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
.front-page-cta ul.checkmark li {
  line-height: 1;
  padding: 8px 0 8px 36px;
}
.front-page-cta ul.checkmark li:before {
  color: #ffffff !important;
  content: "\f3fd";
  display: inline-block;
  font-family: 'ionicons';
  margin-left: -36px;
  width: 36px;
  font-size: 4.8rem;
  vertical-align: middle;
}

.front-page-2 {
  background-color: #fff;
  /* border-top: 70px solid transparent; */
  margin-top: -70px;
  padding-bottom: 80px;
}
.front-page-2 .flexible-widgets.widget-full .widget-wrap,
.front-page-2 .flexible-widgets.widget-halves.uneven .widget:last-of-type .widget-wrap {
  padding-top: 5%;
}

.sb-search {
  top: 10px !important;
}

.tree p {
  margin: 0;
}
.tree ul {
  padding-top: 20px;
  position: relative;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
}
.tree ul li {
  float: left;
  text-align: center;
  list-style-type: none;
  position: relative;
  padding: 20px 5px 0 5px;
  margin-left: 0;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  width: 14.2857%;
}
@media (max-width: 600px) {
  .tree ul li {
    width: 100%;
  }
}
.tree ul li a {
  border: 1px solid #ccc;
  padding: 5px 10px;
  text-decoration: none;
  color: #35C379;
  background: #fff;
  cursor: hand;
  font-size: 22px;
  display: inline-block;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  width: 55px;
  height: 55px;
}
.tree ul li::before, .tree ul li::after {
  content: '';
  position: absolute;
  top: 0;
  right: 50%;
  border-top: 1px solid #ccc;
  width: 50%;
  height: 20px;
}
@media (max-width: 600px) {
  .tree ul li::before, .tree ul li::after {
    border-top: 0;
  }
}
.tree ul li::after {
  right: auto;
  left: 50%;
  border-left: 1px solid #ccc;
}
.tree ul li:only-child::after, .tree ul .tree li:only-child::before {
  display: none;
}
.tree ul li:only-child {
  padding-top: 0;
}
.tree ul li:first-child::before,
.tree ul li:last-child::after {
  border: 0 none;
}
.tree ul li:last-child::before {
  border-right: 1px solid #ccc;
  border-radius: 0 5px 0 0;
  -webkit-border-radius: 0 5px 0 0;
  -moz-border-radius: 0 5px 0 0;
}
.tree ul li:first-child::after {
  border-radius: 5px 0 0 0;
  -webkit-border-radius: 5px 0 0 0;
  -moz-border-radius: 5px 0 0 0;
}
.tree ul ul::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  border-left: 1px solid #ccc;
  width: 0;
  height: 20px;
}
.tree ul li a:hover, .tree ul .tree li a:hover + ul li a {
  background: #c8e4f8;
  color: #000;
  border: 1px solid #94a0b4;
}
.tree li a:hover + ul li::after,
.tree li a:hover + ul li::before,
.tree li a:hover + ul::before,
.tree li a:hover + ul ul::before {
  border-color: #94a0b4;
}

.video-container-wrapper {
  max-width: 800px;
  max-height: 450px;
  margin: 0 auto;
}
.video-container-wrapper .video-container {
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
  margin: 30px auto;
}
.video-container-wrapper .video-container > * {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.resources-bg .site-inner {
  margin: 90px auto 0;
}
@media (max-width: 600px) {
  .resources-bg .site-inner {
    padding: 20px 30px 0px;
  }
}
@media (max-width: 600px) {
  .resources-bg .rmkr-admin-bar .nav-primary {
    top: 38px;
    background: #fff;
  }
}
.resources-bg #resourcenav {
  width: 100%;
  background: #fff;
  padding: 20px 0;
}
@media (max-width: 600px) {
  .resources-bg #resourcenav {
    top: 150px;
    padding: 40px 0;
  }
}
.resources-bg #resourcenav select {
  padding: 10px;
  background-color: #0274bd !important;
  border: none;
  width: 200px;
  height: 40px;
  font-weight: bold;
  font-family: sans-serif;
  color: #fff;
}
.resources-bg #resourcenav a {
  float: left;
}
.resources-bg #resourcenav a:focus {
  color: #fff;
  outline: none;
}
.resources-bg #resourcenav option:focus {
  color: #fff;
}
.resources-bg .resource-section {
  overflow: hidden;
  margin-bottom: 0px;
}
.resources-bg .resource-item-wrap {
  display: inline-block;
  width: 100%;
  margin-bottom: 60px;
  border: 1px solid #ddd;
  padding: 20px;
}
.resources-bg .resource-item-wrap .resource-thumb {
  margin-right: 20px;
}
.resources-bg .resource-item-wrap .resource-content {
  padding-top: 10px;
}
.resources-bg .anchor {
  padding-top: 0px;
}
.resources-bg .back-to-top {
  background: #09b0ed;
  padding: 20px;
  width: 100%;
  display: inline-block;
  text-align: center;
  position: fixed;
  bottom: 0;
  left: 0;
}
.resources-bg .back-to-top a {
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  border-bottom: 0;
}
.resources-bg .back-to-top a:hover {
  opacity: .8;
}
.resources-bg a {
  border: 0;
}

.fluid-width-video-wrapper {
  width: 100%;
  position: relative;
  padding: 0;
  padding-top: 56.2%;
}
.fluid-width-video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.more-articles {
  font-size: 28px;
}
.more-articles a {
  border: 0;
}
.more-articles a:hover {
  border-bottom: 1px solid #0d7ff3;
}

/* Media Queries
---------------------------------------------------------------------------------------------------- */
@media (max-width: 1024px) {
  .site-container .lms-dashboard ul.lms-list-items .courseware-module {
    width: 50%;
  }

  .courseware_item.courseware-module:nth-of-type(3n+1) {
    clear: none;
  }

  #front-page-1 {
    background: #fff;
  }

  .front-page-1 .widget {
    float: none;
    width: 100%;
  }

  .sb-icon-search,
  .sb-search-submit {
    top: 0px !important;
  }
}
@media (min-width: 801px) {
  .footer-widgets .wrap {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media (max-width: 800px) {
  .site-inner {
    margin-top: 0;
  }

  .content-sidebar .content,
  .content-sidebar .sidebar,
  .footer-widgets-1,
  .footer-widgets-2,
  .footer-widgets-3,
  .header-image .site-title > a,
  .js .genesis-nav-menu .sub-menu,
  .js .genesis-nav-menu .sub-menu a,
  .sidebar-content .content,
  .sidebar-content .sidebar,
  .site-header {
    width: 100% !important;
  }

  .site-header {
    position: inherit;
    text-align: center;
  }

  .header-image .nav-primary:not(button) {
    background: #fff;
    margin-top: 0;
    padding-bottom: 20px;
  }

  .content-sidebar .content,
  .content-sidebar .sidebar,
  .nav-primary,
  .sidebar-content .content,
  .sidebar-content .sidebar,
  .title-area {
    float: none;
  }

  .js .nav-primary .sub-menu a {
    background: none;
    border: none;
  }

  .js nav {
    display: none;
    position: relative;
  }

  .js nav .wrap {
    padding: 0;
  }

  .js nav.pagination {
    display: block;
  }

  .menu-toggle,
  .sub-menu-toggle {
    background: none;
    border-radius: 0;
    border-width: 0;
    color: #1e1e1e;
    display: block;
    margin: 0 auto;
    overflow: hidden;
    text-align: center;
    visibility: visible;
  }

  .menu-toggle:hover,
  .menu-toggle:focus,
  .sub-menu-toggle:hover,
  .sub-menu-toggle:focus {
    background: none;
    border-width: 0;
    outline: none;
  }

  .menu-toggle {
    padding-bottom: 0;
    padding-top: 10px;
    position: relative;
    right: 0;
    z-index: 1000;
    width: 100%;
  }

  .menu-toggle:before,
  .menu-toggle.activated:before {
    color: #1e1e1e;
    content: "\f130";
    display: inline-block;
    font: normal 20px/1 'ionicons';
    margin: 0 auto;
    padding-right: 10px;
    text-rendering: auto;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    vertical-align: middle;
  }

  .sub-menu-toggle {
    float: right;
    padding: 8px 18px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 100;
  }

  .sub-menu-toggle:before {
    content: "\f3d0";
    display: inline-block;
    font: normal 16px/1 'ionicons';
    text-rendering: auto;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  .sub-menu-toggle.activated:before {
    content: "\f3d8";
  }

  .js .genesis-nav-menu .menu-item {
    display: block;
    float: none;
    margin-top: 1px;
    margin-bottom: 1px;
    position: relative;
    text-align: left;
  }

  .js .genesis-nav-menu .menu-item:hover {
    position: relative;
  }

  .js .genesis-nav-menu .menu-item a {
    border: none;
    padding: 10px 40px 10px 0;
    width: 100%;
  }

  .js .genesis-nav-menu .menu-item a:hover,
  .js .genesis-nav-menu .sub-menu {
    border: none;
  }

  .js .genesis-nav-menu .menu-item > a:focus ul.sub-menu,
  .js .genesis-nav-menu .menu-item > a:focus ul.sub-menu .sub-menu {
    left: 0;
    margin-left: 0;
  }

  .js .genesis-nav-menu > .menu-item-has-children > a:after {
    content: none;
  }

  .js .genesis-nav-menu .sub-menu {
    clear: both;
    display: none;
    margin: 0;
    opacity: 1;
    padding-left: 15px;
    position: static;
    width: 100%;
  }

  .js .genesis-nav-menu .sub-menu .sub-menu {
    margin: 0;
  }

  .js .genesis-nav-menu .sub-menu a {
    border: none;
  }

  .js nav button:hover,
  .js .menu-toggle:hover,
  .js .nav-primary {
    color: #1e1e1e;
  }

  .js nav button:focus,
  .js .menu-toggle:focus {
    color: #e85555;
  }

  .content {
    margin-bottom: 0;
    margin-top: 0;
    padding-bottom: 8%;
    padding-left: 5%;
    padding-right: 5%;
  }

  .page .entry-header,
  .single .entry-header {
    max-width: 100%;
  }

  .entry-content {
    margin-left: 0;
    margin-right: 0;
  }

  .entry-header {
    clear: both;
    margin: 0;
  }

  img.alignleft.entry-image,
  img.alignright.entry-image,
  .full-width-content img.pull {
    margin-left: 0;
    margin-right: 0;
  }

  img.alignleft.entry-image,
  img.alignright.entry-image {
    display: block;
    float: left;
    margin-bottom: 30px;
    max-width: 100%;
  }

  .comment-list ul.children {
    margin-left: 0;
  }

  .footer-widgets-1,
  .page .entry-header,
  .single .entry-header {
    text-align: left !important;
  }

  .site-footer {
    padding: 20px;
  }

  .front-page-1 {
    margin-top: 0;
    padding-bottom: 0;
    padding-top: 0;
  }
  .front-page-1 .widget-area {
    padding-top: 0;
  }
  .front-page-1 .widget_text .widget-title {
    font-size: 60px;
    font-size: 6rem;
  }

  .flexible-widgets.widget-fourths .widget,
  .flexible-widgets.widget-halves .widget,
  .flexible-widgets.widget-thirds .widget,
  .front-page-2 .flexible-widgets.widget-halves .widget,
  .front-page-2 .widget {
    float: none;
    width: 100%;
  }

  .flexible-widgets .widget {
    padding-left: 0;
    padding-right: 0;
  }

  .front-page-2 .flexible-widgets.widget-halves .widget,
  .front-page-2 .flexible-widgets.widget-halves .widget:nth-child(2n+1),
  .front-page-2 .widget {
    padding-left: 5%;
    padding-right: 5%;
  }
  .front-page-2 .flexible-widgets.widget-halves .widget:nth-child(even),
  .front-page-2 .flexible-widgets.widget-halves .widget:nth-child(odd),
  .front-page-2 .flexible-widgets.widget-halves .widget:nth-child(n+3) {
    border-width: 0;
  }
  .front-page-2 .widget-wrap,
  .front-page-2 .flexible-widgets.widget-full .widget-wrap,
  .front-page-2 .flexible-widgets.widget-halves.uneven .widget:last-of-type .widget-wrap {
    padding-bottom: 8%;
    padding-top: 8%;
  }

  .js .genesis-nav-menu .menu-item {
    text-align: right;
  }

  .genesis-nav-menu .menu-item:last-of-type {
    margin-right: 0px !important;
    padding-bottom: 10px;
    border-bottom: 0;
  }

  .alert {
    font-size: 10px;
  }

  blockquote {
    padding: 15px;
  }

  .sidebar {
    padding: 5%;
  }

  .site-container .lms-dashboard ul.lms-list-items .courseware-module {
    width: 50%;
  }

  .courseware_item.courseware-module:nth-of-type(3n+1) {
    clear: none;
  }

  .front-page-1 .widget {
    float: none;
    width: 100%;
  }

  .front-page-cta {
    text-align: center !important;
  }

  .front-page-cta .one-half:nth-of-type(2), .front-page-cta-2 .one-half:nth-of-type(2) {
    text-align: center;
  }

  .front-page-3 .widget {
    border: none;
  }
  .front-page-3 .widget:nth-child(n+2) {
    min-height: 475px;
  }
  .front-page-3 .flexible-widgets.widget-halves .widget {
    width: 48% !important;
  }
  .front-page-3 .widget:nth-of-type(3),
  .front-page-3 .widget:nth-of-type(5),
  .front-page-3 .widget:nth-of-type(7) {
    float: right;
  }
  .front-page-3 .flexible-widgets.widget-fourths .widget {
    width: 48%;
    margin-bottom: 5%;
  }
  .front-page-3 .widget:nth-of-type(2),
  .front-page-3 .widget:nth-of-type(4),
  .front-page-3 .widget:nth-of-type(6) {
    float: left;
  }
  .front-page-3 .widget:nth-of-type(3),
  .front-page-3 .widget:nth-of-type(5),
  .front-page-3 .widget:nth-of-type(7) {
    float: right;
  }

  #steps-to-recovery .div-wrap {
    width: 100%;
  }

  .media-page .page-hero .one-third.first {
    display: none;
  }
  .media-page .page-hero .two-thirds {
    width: 100%;
  }
  .media-page section.page-hero.hero-small {
    padding: 40px !important;
  }

  .supplements-page .gpsb-content .one-third {
    width: 100%;
    text-align: center;
    margin: 0;
  }

  .site-inner {
    margin-top: 40px;
  }

  #book-hero h3 {
    font-size: 29px;
  }

  .sb-icon-search,
  .sb-search-submit {
    top: 0px !important;
  }
}
@media (max-width: 600px) {
  .page .entry-title,
  .single .entry-title {
    font-size: 36px;
    font-size: 3.6rem;
    letter-spacing: -2px;
  }

  .gallery-item {
    float: none;
  }

  .gallery-columns-2 .gallery-item,
  .gallery-columns-3 .gallery-item,
  .gallery-columns-4 .gallery-item,
  .gallery-columns-5 .gallery-item,
  .gallery-columns-6 .gallery-item,
  .gallery-columns-7 .gallery-item,
  .gallery-columns-8 .gallery-item,
  .gallery-columns-9 .gallery-item {
    width: 100%;
  }

  .five-sixths,
  .four-sixths,
  .one-fourth,
  .one-half,
  .one-sixth,
  .one-third,
  .three-fourths,
  .three-sixths,
  .two-fourths,
  .two-sixths,
  .two-thirds {
    float: none;
    margin-left: 0;
    width: 100%;
  }

  .front-page-1 .widget_text .widget-title {
    font-size: 36px;
    font-size: 3.6rem;
  }
  .front-page-1 .widget {
    width: 100%;
    text-align: center;
  }
  .front-page-1 .widget a.button {
    margin-top: 20px;
  }

  .site-containerlms-dashboardullms-list-itemscourseware-module {
    width: 100%;
  }

  #tb-hero .video-container-wrapper {
    width: 100%;
    height: 210px;
  }
  #tb-hero .video-container {
    position: relative;
    height: 0;
    padding-bottom: 49.25%;
    margin: 20px;
  }

  .coursebox a.button {
    display: block;
  }

  .alertbar {
    display: none;
  }

  .rmkr-admin-bar .topbar {
    top: 60px;
  }

  .rmkr-admin-bar .site-header {
    top: 70px;
  }

  .topbar {
    top: 0px;
  }
  .topbar .simple-social-icons ul li a {
    font-size: 12px;
  }
  .topbar ul.menu li {
    display: inline;
    font-size: 10px;
    padding-left: 3px;
    margin-left: 0px;
  }
  .topbar .sb-icon-search, .topbar .sb-search-submit {
    top: 0px;
  }
  .topbar .widget:last-of-type {
    text-align: center;
  }

  .sb-search {
    min-width: 40px;
  }

  .sb-icon-search,
  .sb-search-submit {
    top: 0px;
    background: #eee;
    width: 40px;
  }

  .site-header,
  .site-header.shrink {
    padding: 0px 10px;
  }

  .rmkr-admin-bar .nav-primary {
    top: 4px;
  }

  .site-title {
    font-size: 15px;
    font-size: 1.5rem;
  }

  .title-area,
  .title-area.shrink {
    float: left;
    margin-top: 25px;
  }

  .rmkr-admin-bar .front-page-1 {
    top: 40px !important;
    position: relative;
  }

  .menu-toggle {
    margin-top: 10px;
    width: auto;
    padding: 5px 0px 12px 50px;
  }

  .front-page-3 .flexible-widgets.widget-fourths .widget {
    width: 100% !important;
  }
  .front-page-3 .flexible-widgets.widget-thirds .widget {
    width: 100% !important;
  }

  .site-inner {
    margin-top: 0;
  }

  section.page-hero.hero-small, .archive-hero {
    background-color: #fff !important;
  }

  .page-id-221 section.page-hero.hero-small {
    background: url("https://thyroidpharmacist.com/wp-content/uploads/2015/10/rcwatermarkgreen.jpg") !important;
  }

  .site-title {
    font-size: 13px;
    font-size: 1.3rem;
  }

  .menu-toggle {
    margin-top: 10px;
    width: auto;
    padding: 10px 0px 12px 20px;
    font-size: 1.3rem;
  }

  .rcr-landing #rcr-top-bar .wrap {
    color: #fff !important;
    padding: 0% 20px;
    font-size: 18px;
  }

  #rcr-top-bar h3 {
    display: none;
  }

  #rcr-optimizing-video h3:first-child {
    height: 160px;
    min-height: 180px;
    background-size: contain;
  }

  #rcr-top-bar .one-half {
    font-size: 14px;
    text-align: left;
  }

  .rcr-landing #rcr-top-bar .one-half:nth-child(2) {
    text-align: left;
    width: 100%;
  }
  .rcr-landing #rcr-top-bar .one-half:nth-child(2) a {
    margin: 0px auto;
    display: inline-block;
  }
  .rcr-landing #rcr-optimizing-video h3,
  .rcr-landing #rcr-what-to-do-header h3,
  .rcr-landing #rcr-why-paleo h3,
  .rcr-landing #rcr-the-difference h3,
  .rcr-landing #rcr-figure-out h3,
  .rcr-landing #rcr-portal h3,
  .rcr-landing #rcr-portal-video h3,
  .rcr-landing #rcr-testimonials h3,
  .rcr-landing #rcr-letter h3,
  .rcr-landing #rcr-guarantee h3,
  .rcr-landing #rcr-quote h3,
  .rcr-landing #rcr-faq h3 {
    font-size: 40px;
    line-height: 48px;
  }
  .rcr-landing .buynow a.button {
    font-size: 32px;
    font-weight: bold;
    padding: 10px 20px 3px;
    border-radius: 18px;
  }
  .rcr-landing .buynow {
    font-size: 27px;
  }
  .rcr-landing #rcr-the-difference .up190 {
    position: relative;
    top: 0px;
  }
  .rcr-landing #rcr-testimonials blockquote {
    padding: 20px 20px;
    margin: 10px;
  }
  .rcr-landing blockquote p {
    font-size: 18px;
  }

  .buynow br {
    display: none;
  }

  html .charlotte-element-image {
    width: 100% !important;
  }
  html .charlotte-left {
    width: 100% !important;
  }
  html .charlotte-right {
    width: 100% !important;
  }
  html .charlotte-form input[type=submit],
  html .charlotte-form button {
    min-height: 45px;
    height: auto !important;
  }

  #forms_widget-2 {
    width: 100%;
    padding: 0px;
  }

  #text-2 {
    width: 100%;
    margin-bottom: 50px;
    padding: 0px;
  }

  .topbar .widget .menu {
    margin-right: 0;
  }

  .topbar.fixed {
    top: 0;
  }

  .site-header.fixed {
    top: auto;
  }
}
