/*
Theme Name: lifespa.com 3.1
Theme URI: http://groundupmedia.com/
Author: Jayson T. Cote - GroundUp Media
Author URI: http://groundupmedia.com/
Description: Custom theme built on the Genesis Framework 
Template: genesis
Template Version: 3
Version: 3.1.1
License: GPL-2.0+
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: gum-child
*/

/* # Table of Contents
- Imports
- HTML5 Reset
	- Baseline Normalize
	- Box Sizing
	- Float Clearing
- Defaults
	- Typographical Elements
	- Headings
	- Objects
	- Gallery
	- Forms
	- Tables
- Structure and Layout
	- Site Containers
	- Column Widths and Positions
	- Column Classes
- Common Classes
	- Avatar
	- Genesis
	- Search Form
	- Titles
	- WordPress
- Widgets
	- Featured Content
- Plugins
	- Genesis eNews Extended
	- Jetpack
- Site Header
	- Title Area

	- Widget Area
- Site Navigation
	- Header Navigation
	- Primary Navigation
	- Secondary Navigation
- Content Area
	- Entries
	- Entry Meta
	- Pagination
	- Comments
- Sidebars
- Footer Widgets
- Site Footer
- ** Custom Child Theme CSS
- Media Queries
	- Retina Display
	- Max-width: 1200px
	- Max-width: 960px
	- Max-width: 800px
*/

/* Fonts & Colors
---------------------------------------

font-family: 'Oswald', sans-serif;
font-family: 'Questrial', sans-serif;
font-family: 'Open Sans', sans-serif;


#ff8915 - orange		
#2f65a7 - med blue
#005f9d - dark blue
#78A22F - green
#3a2621 - brown

#584d77 - purple
#793a43 - burgundy
#6d8d98 - ocean blue
#6f4b31 - brown
#bb9846 - gold

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

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-MANDALA-01:before {
  content: "\e900";
}


/* # Imports - included in child theme /lib/child_scripts.php
---------------------------------------------------------------------------------------------------- */

/* @import url(//fonts.googleapis.com/css?family=Lato:300,400,700); */


/* # HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* ## Baseline Normalize
--------------------------------------------- */
/* normalize.css v3.0.1 | MIT License | git.io/normalize */

html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}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:700}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#333}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:700}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}

/* ## Box Sizing
--------------------------------------------- */

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

/* ## Float Clearing
--------------------------------------------- */

.author-box:before,
.clearfix:before,
.entry:before,
.entry-content:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.nav-third:before,
.pagination:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner: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,
.nav-third:after,
.pagination:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.wrap:after {
	clear: both;
	content: " ";
	display: table;
}


/* # Defaults
---------------------------------------------------------------------------------------------------- */

/* ## Typographical Elements
--------------------------------------------- */

body {
	background-color: #f5f5f5;
	color: #333;
	font-family: Lato, sans-serif;
	font-size: 18px;
	font-weight: 300;
	line-height: 1.625;
	margin: 0;
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}

a,
button,
input:focus,
input[type=button],
input[type=reset],
input[type=submit],
textarea:focus,
.button,
.gallery img {
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition:    all 0.1s ease-in-out;
	-ms-transition:     all 0.1s ease-in-out;
	-o-transition:      all 0.1s ease-in-out;
	transition:         all 0.1s ease-in-out;
}

::-moz-selection {
	background-color: #333;
	color: #fff;
}

::selection {
	background-color: #333;
	color: #fff;
}

a {
	color: #e5554e;
	text-decoration: none;
}

a:hover {
	color: #333;
}

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

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

li {
	list-style-type: none;
}

b,
strong {
	font-weight: 700;
}

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

blockquote {
	margin: 40px;
}

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


/* ## Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #333;
	font-family: Lato, sans-serif;
	font-weight: 400;
	line-height: 1.2;
	margin: 0 0 10px;
}

h1 {
	font-size: 36px;
}

h2 {
	font-size: 30px;
}

h3 {
	font-size: 24px;
}

h4 {
	font-size: 20px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}

/* ## Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

img {
	height: auto;
}

.featured-content img,
.gallery img {
	width: auto;
}

/* ## Gallery
--------------------------------------------- */

.gallery {
	overflow: hidden;
}

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

.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 img {
	border: 1px solid #ddd;
	height: auto;
	padding: 4px;
}

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

.gallery-caption {
	font-size: 12px;
}

/* ## Forms
--------------------------------------------- */

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	color: #333;
	font-size: 18px;
	font-weight: 300;
	padding: 16px;
	width: 100%;
}

input:focus,
textarea:focus {
	border: 1px solid #999;
	outline: none;
}

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

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

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

button,
input[type=button],
input[type=reset],
input[type=submit],
.button {
	background-color: #333;
	border: none;
	color: #fff;
	cursor: pointer;
	font-size: 16px;
	font-weight: 300;
	padding: 16px 24px;
	text-transform: uppercase;
	width: auto;
}

.footer-widgets button,
.footer-widgets input[type=button],
.footer-widgets input[type=reset],
.footer-widgets input[type=submit],
.footer-widgets .button {
	background-color: #e5554e;
	color: #fff;
}

button:hover,
input:hover[type=button],
input:hover[type=reset],
input:hover[type=submit],
.button:hover {
	background-color: #e5554e;
	color: #fff;
}

.entry-content .button:hover {
	color: #fff;
}

.footer-widgets button:hover,
.footer-widgets input:hover[type=button],
.footer-widgets input:hover[type=reset],
.footer-widgets input:hover[type=submit],
.footer-widgets .button:hover {
	background-color: #fff;
	color: #333;
}

.button {
	display: inline-block;
}

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

/* ## 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;
}


/* # Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* ## Site Containers
--------------------------------------------- */

.site-inner,
.wrap {
	margin: 0 auto;
	max-width: 1200px;
}

.site-inner {
	clear: both;
	padding-top: 32px;
	padding-bottom: 32px;
}

.site-inner > .wrap {
	background-color: #fff;
}

/* ## Column Widths and Positions
--------------------------------------------- */

/* ### Wrapping div for .content and .sidebar-primary */

.content-sidebar-sidebar .content-sidebar-wrap,
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	width: 980px;
}

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

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

/* ### Content */

.content {
	float: right;
	width: 800px;
}

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

.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content,
.sidebar-sidebar-content .content {
	width: 580px;
}

.full-width-content .content {
	width: 100%;
}

/* ### Primary Sidebar */

.sidebar-primary {
	float: right;
	width: 360px;
}

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

/* ### Secondary Sidebar */

.sidebar-secondary {
	float: left;
	width: 180px;
}

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

/* ## Column Classes
--------------------------------------------- */
/* Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css */

.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%;
}

.full-width:before {
	content: " ";
	display: table;
}

.full-width:after {
	clear: both;
	content: " ";
	display: table;
}

.full-width {
	width: 95%;
}

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


/* # Common Classes
---------------------------------------------------------------------------------------------------- */

/* ## Avatar
--------------------------------------------- */

.avatar {
	float: left;
}

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

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

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

/* ## Genesis
--------------------------------------------- */

.breadcrumb {
	margin-bottom: 20px;
}

.archive-description,
.author-box {
	background-color: #fff;
	font-size: 16px;
	margin-bottom: 40px;
	padding: 40px;
}

.author-box-title {
	font-size: 16px;
	margin-bottom: 4px;
}

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

/* ## Search Form
--------------------------------------------- */

.search-form {
	overflow: hidden;
}

.site-header .search-form {
	float: right;
	margin-top: 12px;
}

.entry-content .search-form,
.site-header .search-form {
	width: 50%;
}

.genesis-nav-menu .search input[type=submit],
.widget_search input[type=submit] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}

/* ## Titles
--------------------------------------------- */

.archive-title {
	font-size: 20px;
}

.entry-title {
	font-size: 36px;
}

.entry-title a,
.sidebar .widget-title a {
	color: #333;
}

.entry-title a:hover {
	color: #e5554e;
}

.widget-title {
	font-size: 18px;
	margin-bottom: 20px;
}

.footer-widgets .widget-title {
	color: #fff;
}

/* ## 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: 100%;
}

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

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

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

a.alignright,
img.alignright,
.wp-caption.alignright {
	margin: 0 0 24px 24px;
}
.tag-video a.entry-image-link {
	position: relative;
    display: block;
    overflow: hidden;
    width: 160px;
    height: 160px;
    margin: 0 20px 0 0;
    float: left;
}
	
.tag-video a.entry-image-link:before {
	content:"\f144";
    font-family: "Font Awesome 5 Free";
	background-color: #9C4176;
	position:absolute;
    top: 75%;
    left: 72%;
    padding: 0 10px 0 10px;
    /* transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%); */
    font-size: 25px;
    color: rgba(255,255,255,.8);
    opacity: .8;
    text-shadow: 0px 0px 30px rgba(0, 0, 0, 0.5);
	-webkit-transition-property: color;
  	-moz-transition-property: color;
  	-o-transition-property: color;
  	transition-property: color;
  	-webkit-transition-duration: 0.4s;
  	-moz-transition-duration: 0.4s;
  	-o-transition-duration: 0.4s;
  	transition-duration: 0.4s;
}
.tag-video a.entry-image-link:hover:before {
	color: rgba(255,255,255,1.00);
	}
.wp-caption-text {
	font-size: 14px;
	font-weight: 700;
	text-align: center;
}

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

.sticky {
}
img.entry-image {
	width: 160px;
}

/* # 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: none;
	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 .entry {
	border-bottom: 2px solid #f5f5f5;
	margin-bottom: 20px;
	padding: 0 0 24px;
}

.footer-widgets .entry {
	border-bottom: 1px dotted #666;
}

.featured-content .entry-title {
	font-size: 20px;
}


/* # Plugins
---------------------------------------------------------------------------------------------------- */

/* ## Genesis eNews Extended
--------------------------------------------- */

.enews-widget,
.enews-widget .widget-title {
	color: #fff;
}

.sidebar .widget.enews-widget {
	background-color: #333;
}

.enews-widget input,
.enews-widget input:focus {
	border: 1px solid #333;
}

.enews-widget input {
	font-size: 16px;
	margin-bottom: 16px;
}

.enews-widget input[type=submit] {
	background-color: #e5554e;
	color: #fff;
	margin: 0;
	width: 100%;
}

.enews-widget input:hover[type=submit] {
	background-color: #fff;
	color: #333;
}

.enews form + p {
	margin-top: 24px;
}

/* ## Jetpack
--------------------------------------------- */

#wpstats {
	display: none;
}

/* # SC Player 
--------------------------------------------- 
.icon::before {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
  }
.sc_player_container1 .myButton_play {
	background: transparent !important;
	-webkit-box-shadow: unset;
	position: relative;
}
input:hover[type=button] {
	-webkit-box-shadow: unset !important;
}

.sc_player_container1 .myButton_play:before {
	font-family: "Font Awesome 5 Free"; font-weight: 400; content: "\f04b";
}


/* # Site Header
---------------------------------------------------------------------------------------------------- */

.site-header {
	background-color: #fff;
	min-height: 160px;
}

.site-header .wrap {
	padding: 40px 0;
}
.rare-icon {
	font-size: 52pt;
    color: #f5ca16;
	margin: 30px 0 0 175px;
}
.rare-text {
	color: #f5ca16;
}
.rare-text h1 {
	text-align: center;
    margin: 0 0 0 157px;
    font-size: 20pt;
	color: #f5ca16;
}
.rare-text p {
	text-align: center;
    width: 130px;
    font-size: 9.5pt;
    line-height: 12pt;
    margin: 0 0 0 140px;
}
.rare-text p.involved {
	font-variant: small-caps;
	margin: 8px 0 0 145px;
}


/* ## Title Area
--------------------------------------------- */

.title-area {
	float: left;
	padding: 10px 0;
	width: 360px;
}

.header-full-width .title-area {
	width: 100%;
}

.site-title {
	font-size: 32px;
	font-weight: 400;
	line-height: 1.2;
}

.site-title a,
.site-title a:hover {
	color: #333;
}

.header-image .site-title > a {
	background: url(images/logo.png) no-repeat left;
	float: left;
	min-height: 60px;
	width: 100%;
}

.site-description {
	font-size: 16px;
	font-weight: 300;
	line-height: 1.5;
}

.site-description,
.site-title {
	margin-bottom: 0;
}

.header-image .site-description,
.header-image .site-title {
	display: block;
	text-indent: -9999px;
}
/* .title-area .site-description:nth-child(2) {display:none;}
/* ## Widget Area
--------------------------------------------- */

.site-header .widget-area {
	float: right;
	text-align: right;
	width: 800px;
}


/* # Site Navigation
---------------------------------------------------------------------------------------------------- */

.genesis-nav-menu {
	clear: both;
	font-size: 16px;
	line-height: 1;
	width: 100%;
}

.genesis-nav-menu .menu-item {
	display: inline-block;
	text-align: left;
}

.genesis-nav-menu a {
	color: #333;
	display: block;
	padding: 30px 24px;
}

.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover {
	color: #e5554e;
}

.genesis-nav-menu .sub-menu {
	left: -9999px;
	opacity: 0;
	position: absolute;
	-webkit-transition: opacity .4s ease-in-out;
	-moz-transition:    opacity .4s ease-in-out;
	-ms-transition:     opacity .4s ease-in-out;
	-o-transition:      opacity .4s ease-in-out;
	transition:         opacity .4s ease-in-out;
	width: 200px;
	z-index: 99;
}

.genesis-nav-menu .sub-menu a {
	background-color: #fff;
	border: 1px solid #eee;
	border-top: none;
	font-size: 14px;
	padding: 20px;
	position: relative;
	width: 200px;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -55px 0 0 199px;
}

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

.genesis-nav-menu .menu-item:hover > .sub-menu {
	left: auto;
	opacity: 1;
}

.genesis-nav-menu > .first > a {
	padding-left: 0;
}

.genesis-nav-menu > .last > a {
	padding-right: 0;
}

.genesis-nav-menu > .right {
	color: #fff;
	float: right;
	list-style-type: none;
	padding: 30px 0;
}

.genesis-nav-menu > .right > a {
	display: inline;
	padding: 0;
}

.genesis-nav-menu > .rss > a {
	margin-left: 48px;
}

.genesis-nav-menu > .search {
	padding: 10px 0 0;
}

/* ## Site Header Navigation
--------------------------------------------- */

.site-header .sub-menu {
	border-top: 1px solid #eee;
}

.site-header .sub-menu .sub-menu {
	margin-top: -56px;
}

.site-header .genesis-nav-menu li li {
	margin-left: 0;
}

/* ## Primary Navigation
--------------------------------------------- */

.nav-primary {
	background-color: #333;
}

.nav-primary .genesis-nav-menu a {
	color: #fff;
}

.nav-primary .genesis-nav-menu .sub-menu a {
	color: #333;
}

.nav-primary .genesis-nav-menu a:hover,
.nav-primary .genesis-nav-menu .current-menu-item > a,
.nav-primary .genesis-nav-menu .sub-menu .current-menu-item > a:hover {
	color: #e5554e;
}

/* ## Secondary Navigation
--------------------------------------------- */

.nav-secondary {
	background-color: #fff;
}


/* # Content Area
---------------------------------------------------------------------------------------------------- */

/* ## Entries
--------------------------------------------- */

.entry {
	margin-bottom: 40px;
	padding: 50px 60px;
}

.content .entry {
	background-color: #fff;
}

.entry-content ol,
.entry-content ul {
	margin-bottom: 28px;
	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;
}

.entry-content code {
	background-color: #333;
	color: #ddd;
}

.entry-comments-link::before {
    display:none;
}

/* ## Entry Meta
--------------------------------------------- */

p.entry-meta {
	font-size: 16px;
	margin-bottom: 0;
}

.entry-header .entry-meta {
	margin-bottom: 24px;
}

.entry-footer .entry-meta {
	border-top: 2px solid #f5f5f5;
	padding-top: 24px;
    display: none;
}

.entry-categories,
.entry-tags {
	display: block;
}

.entry-comments-link::before {
	content: "\2014";
	margin: 0 6px 0 2px;
}
.john-post-bio {
	margin: 10px 0 0 0;
	background-color: #f5f5f5;
	padding: 20px;
}
.bio-photo img {
	float: left;
	border-right: 2px solid #9C4176;
	padding-right: 15px;
	margin: 0 15px 80px 0;
}

/* ## Pagination
--------------------------------------------- */

.pagination {
	clear: both;
	margin: 40px 0;
}

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

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	background-color: #333;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	padding: 8px 12px;
}

.archive-pagination li a:hover,
.archive-pagination .active a {
	background-color: #e5554e;
}

/* ## Comments
--------------------------------------------- */

.comment-respond,
.entry-comments,
.entry-pings {
	background-color: #fff;
	margin-bottom: 40px;
}

.comment-respond,
.entry-pings {
	padding: 40px 40px 16px;
}

.entry-comments {
	padding: 40px;
}

.comment-header {
	font-size: 16px;
}

li.comment {
	background-color: #f5f5f5;
	border: 2px solid #fff;
	border-right: none;
}

.comment-content {
	clear: both;
}

.comment-list li {
	margin-top: 24px;
	padding: 32px;
}

.comment-list li li {
	margin-right: -32px;
}

.comment-respond input[type=email],
.comment-respond input[type=text],
.comment-respond input[type=url] {
	width: 50%;
}

.comment-respond label {
	display: block;
	margin-right: 12px;
}

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

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

.bypostauthor {
}

.form-allowed-tags {
	background-color: #f5f5f5;
	font-size: 16px;
	padding: 24px;
}


/* # Sidebars
---------------------------------------------------------------------------------------------------- */

.sidebar {
	font-size: 16px;
}

.sidebar li {
	border-bottom: 0 dotted #ddd;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.sidebar p:last-child,
.sidebar ul > li:last-child {
	margin-bottom: 0;
}

.sidebar .widget {
	background-color: #fff;
	margin-bottom: 40px;
	padding: 40px;
}

/* Hide categories sidebar */
li.cat-item.cat-item-22 /*John in the News*/,
li.cat-item.cat-item-28 /* Panchakamra*/{display:none;}



/* .cat-menu.btn {
  box-shadow: none !important;
  outline: 0;
}

.cat-menu a:link,
.cat-menu a:visited {
  color: #222;
}

.cat-menu a:hover,
.cat-menu a:focus {
  color: orange;
}

.cat-menu .list-group-item span {
  border: solid #222;
  border-width: 0 1px 1px 0;
  display: inline;
  cursor: pointer;
  padding: 3px;
  position: absolute;
  right: 0;
  margin-top: 10px;
}

.cat-menu .list-group-item a.btn.collapsed span {
  transform: rotate(40deg);
  -webkit-transform: rotate(40deg);
  transition: .3s transform ease-in-out;
}

.cat-menu .list-group-item a.btn span {
  transform: rotate(-140deg);
  -webkit-transform: rotate(-140deg);
  transition: .3s transform ease-in-out;
} */
/* # Footer Widgets
---------------------------------------------------------------------------------------------------- */

.footer-widgets {
	background-color: #333;
	clear: both;
	padding-top: 40px;
}

.footer-widgets,
.footer-widgets a {
	color: #999;
}

.footer-widgets input {
	border: 1px solid #333;
}

.footer-widgets a.button,
.footer-widgets a:hover {
	color: #fff;
}

.footer-widgets li {
	border-bottom: 1px dotted #666;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.footer-widgets .widget {
	margin-bottom: 40px;
}

.footer-widgets p:last-child {
	margin-bottom: 0;
}

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3 {
	width: 340px;
}

.footer-widgets-1 {
	margin-right: 60px;
}

.footer-widgets-1,
.footer-widgets-2 {
	float: left;
}

.footer-widgets-3 {
	float: right;
}


/* # Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {
	background-color: #fff;
	font-size: 16px;
	line-height: 1;
	padding: 40px 0;
	text-align: center;
}

.site-footer p {
	margin-bottom: 0;
}


/* # Custom CSS
----------------------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------- */

/* ## Colors
--------------------------------------------- 
#ff8915 - orange		
#2f65a7 - med blue
#005f9d - dark blue
#78A22F - green
#3a2621 - brown

#584d77 - purple
#793a43 - burgundy
#6d8d98 - ocean blue
#6f4b31 - brown

#76C1C5 - light green
#7e4265 - burgundy dark
#9C4176 - burgundy

*/


/* ## Typographical
--------------------------------------------- */
body {
	background-color: #555;
	/* theme defaults */
	color: #333;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	line-height: 1.625;
	font-weight: 400;
}

a,
button,
input:focus,
input[type=button],
input[type=reset],
input[type=submit],
textarea:focus,
.button,
.gallery img {
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition:    all 0.1s ease-in-out;
	-ms-transition:     all 0.1s ease-in-out;
	-o-transition:      all 0.1s ease-in-out;
	transition:         all 0.1s ease-in-out;
}

a {
	color: #9C4176;
	text-decoration: none;
}

a:hover {
	color: #333;
}

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

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

li {
	list-style-type:none;
}

b,
strong {
	font-weight: 700;
}

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

blockquote {
	color: #555;
	margin: 40px;
}

blockquote::before {
	content: "\f10d";
	display: block;
	font-family: FontAwesome;
	font-size: 24px;
	height: 0;
	left: -32px;
	position: relative;
	top: -8px;
}

blockquote::after {
	content: "\f10e";
	display: block;
	font-family: FontAwesome;
	font-size: 24px;
	height: 0;
	left: 96%;
	position: relative;
	bottom: 36px;
}

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0;
}

.border {
	border: 1px solid #DDD;
}

.green {
	color: #78A22F;
}

.bg-green {
	background: #78A22F;
}

.orange {
	color: #ff8915;
}

.bg-orange {
	background: #ff8915;
}

/* ## Headings
--------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6 {
	color: #333;
	/*font-family: 'Lato', sans-serif;
	font-family: 'Arvo', serif;*/
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: 400;
	line-height: 1.2;
	margin: 0 0 16px;
}

h1 {
	font-size: 36px;
	margin: 0 0 32px;
}


h2 {
	font-family: 'Oswald', sans-serif;
	font-family: 'Lato', sans-serif;
	font-size: 30px;
}

h3 {
	font-family: 'Oswald', sans-serif;
	font-family: 'Lato', sans-serif;
	font-size: 24px;
}

h4 {
	font-family: 'Oswald', sans-serif;
	font-size: 20px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}

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

img {
	height: auto;
}

.featured-content img,
.gallery img {
	width: auto;
}

/* ## Social Icons
--------------------------------------------- */
.gum-social-icons-container {
	border: 0;
	text-align: center;
	margin: 10px auto;
	width: auto;
}

.gum-social-icons-container ul {
	list-style: none;
}

.gum-social-icons-container ul li {
	display: inline-block;
	margin: 0 8px;
}

/* ## AddThis
--------------------------------------------- */
.atss {
	top: 50% !important;
}

.atss a {
	width: 32px !important;
	line-height: 32px !important;
	padding: 4px 0 !important;
}

#at-share-dock,
#at4-share .at4-share-count {
  display: none !important;
}


/*
.addthis_32x32_style .at4-icon, 
.addthis_32x32_white_style .at4-icon, 
.at-32x32 {
	width: 32px;
	height: 32px;
	line-height: 32px;
	background-size: 32px!important;
}
*/

/* ## Gallery
--------------------------------------------- */

.gallery {
	overflow: hidden;
}

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

.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 img {
	border: 1px solid #ddd;
	height: auto;
	padding: 4px;
}

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

.gallery-caption {
	font-size: 12px;
}


/* ## Forms
--------------------------------------------- */
input,
select,
textarea {
	background-color: #f2f2f2;
	border: 1px solid #ddd;
	border-radius: 3px;
	box-shadow: 1px 1px 3px #eee inset;
	color: #999;
	font-size: 16px;
	padding: 8px;
	width: 100%;
}

input:focus,
textarea:focus {
	background: rgba(253,255,239,0.98);
	border: 1px solid #999;
	outline: none;
}

.powerpress_player .mejs-container, .mejs-embed, .mejs-embed-body, .mejs-container, .mejs-control {
    background: unset;
    background-color: #912a559e !important;
    border-radius: 5px;
}

button,
input[type=button],
input[type=reset],
input[type=submit],
.button,
.entry-content .button {
	background: #ffc900;
	border-radius: 3px;
	border-radius: 0.3rem;
	border-width: 0px;
	border-style: solid;
	border-color: #CCC;
	/* box-shadow: inset 0 -1px 0 rgba(0,0,0,0.075),inset 0 1px 0 rgba(255,255,255,0.3),0 1px 2px rgba(0,0,0,0.1);
	box-shadow: inset 0 -3px 0 rgba(0,0,0,.2);
	-webkit-box-shadow: inset 0 -3px 0 rgba(0,0,0,.2); */
    -webkit-box-shadow: none;
    box-shadow: none;
	color: #222;
	cursor: pointer;
	font-weight: 500;
	letter-spacing: 1px;
	text-decoration: none;
	text-transform: none;
	margin: 10px 0;
	padding: 10px 16px;
	width: auto;
	opacity: 0.8;	
}

.button {
	display: inline-block;
}

button:hover,
input:hover[type=button],
input:hover[type=reset],
input:hover[type=submit],
.button:hover,
.entry-content .button:hover {
	background: #ffc900;
	color: #222;
	opacity: 1;
	box-shadow: inset 0 3px 0 rgba(0,0,0,.2);
	-webkit-box-shadow: inset 0 3px 0 rgba(0,0,0,.2);
}

a.button.purple {
	background: #584d77;
	border-radius: 3px;
	background-clip: padding-box;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	box-shadow: inset 0 -3px 0 rgba(0,0,0,.2);
	-webkit-box-shadow: inset 0 -3px 0 rgba(0,0,0,.2);
	border: none !important;
	color: #fff;
	display: inline-block;
}

a.button.green {
	background: #c9de96 !important;
	border-width: 1px;
	border-style: solid;
	border-color: #64873a;
	color: #000;
	font-size: 16px;
	text-shadow: 0 1px 1px #fff;
}

a.button.orange {
	background: #e06f00 !important;
	border-width: 1px;
	border-style: solid;
	border-color: #F76B07;
	color: #000;
	font-size: 16px;
	text-shadow: 0 1px 1px #fff;
}
#store-search, #article-search {display:none;}
#choice-search-store:checked ~ #store-search
{display: block;}
#choice-search-articles:checked ~ #article-search
{display: block;}

/* display / hide search form button
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button {
	display: none;
}
*/

/* ### LifeSpa Newsletter Form (infusion soft)
--------------------------------------------- */
#opt-in_bar {
	
}

.newsletter-form {
	clear: both;
}

.newsletter-form input.email_field,
.newsletter-form input.name_field  {
	float: left;
	width: 33%;
	margin: 10px 16px 0;
}

.infusion-form table {
	
}

.infusion-form table tbody,
.infusion-form table tr,
.infusion-form table td {
	border: 0;
	width: auto !important;
}

.infusion-form table .infusion-submit button {
	height: auto !important;
	width: auto !important;
}


/* ### Gravity Forms (plugin)
--------------------------------------------- */
div.gform_wrapper input[type=email],
div.gform_wrapper input[type=text],
div.gform_wrapper input[type=tel],
div.gform_wrapper input[type=number],
div.gform_wrapper input[type=url],
div.gform_wrapper input[type=password],
div.gform_wrapper textarea,
div.gform_wrapper .ginput_complex label {
	font-size: 16px;
	padding: 16px;
}

div.gform_wrapper ul.gfield_radio li input[type=radio] {
	margin-left: 1px;
}

div.gform_wrapper .ginput_complex label {
	padding: 0;
}

div.gform_wrapper li,
div.gform_wrapper form li {
	margin: 16px 0 0;
}

div.gform_wrapper .gform_footer input[type=submit] {
	font-size: 16px;
}

div.gform_wrapper select {
	font-size: 16px;
	height: 40px;
	width: 60%;
}

div.gform_wrapper input.datepicker.datepicker_with_icon {
	padding: 10px 16px;
	min-width: 120px;
}

div.gform_wrapper .gform_page_footer,
div.gform_wrapper .gform_page_footer input[type=button] {
	clear: both;
}

/* ### Font Awesome (CSS)
--------------------------------------------- */
.input-prepend-group {
	position: relative;
	display: table;
	border-collapse: separate;
	width: 100%;
}

.input-prepend-group input[type=text],
.input-prepend-group input[type=password] {
	width: 100%;
}

span.input-prepend {
	background-color: #f2f2f2;
	border-width: 1px 0 1px 1px;
	border-style: solid;
	border-color: #ddd;
	border-radius: 3px 0 0 3px;
	display: inline;
	text-align: center;
	vertical-align: middle;
	max-width: 100%;
	margin-right:-6px;
	padding: 16px 16px 14px;
	white-space: nowrap;
	vertical-align: middle;
}

/* ### Theme My Login (plugin)
--------------------------------------------- */

body.login {
	padding: 0;
}

body.login #theme-my-login input,
body.lostpassword #theme-my-login input,
body.register #theme-my-login input {
	margin: 0;
}

#theme-my-login label {
	font-weight: 700;
}

#theme-my-login .fa {
	vertical-align: 0;
}

#theme-my-login label[for=user_login],
#theme-my-login label[for=user_email],
#theme-my-login label[for=user_pass],
#theme-my-login label[for=pass1],
#theme-my-login label[for=pass2] {
	display: block;
	margin: 10px 0 4px;
}

#theme-my-login input,
.widget_theme_my_login input {
	border-radius: 3px;
	
}

#theme-my-login input[type=text],
#theme-my-login input[type=password] {
	padding: 16px;
	width: 60%;
}

#theme-my-login input[type=checkbox] {
	width: auto;
}

#theme-my-login select {
	height: 40px;
	width: 60%;
}

#theme-my-login p.error, p.error,
#theme-my-login p.success, p.success,
#theme-my-login p.message, p.message {
	background-color: #ffebe8; 
	border: 1px solid #ddd; 
	border-radius: 4px;
	color: #333333;
	font-size:inherit;
	margin-bottom:16px;
	padding: 16px;
}

#theme-my-login p.success,
p.success {
	background-color: #f2ffee; 
}

#theme-my-login p.message,
p.message {
	background-color: #f4fcb1 ; 
}

#theme-my-login ul.tml-action-links {
	margin: 0;
}

#theme-my-login ul.tml-action-links li {
	list-style: none;
	list-style-type: none;
}

/* ## Woocommerce forms (plugin)
--------------------------------------------- */
.woocommerce table.cart th,
.woocommerce-page table.cart th {
	text-transform: capitalize;
}

.woocommerce .cart-collaterals .cart_totals table th, 
.woocommerce-page .cart-collaterals .cart_totals table th {
	text-transform: capitalize;
	width: auto !important;
}

.woocommerce ul.payment_methods li {
	list-style: none;
}

/* silver buttons */
.woocommerce a.button, 
.woocommerce button.button, 
.woocommerce input.button, 
.woocommerce #respond input#submit, 
.woocommerce #content input.button, 
.woocommerce-page a.button, 
.woocommerce-page button.button, 
.woocommerce-page input.button, 
.woocommerce-page #respond input#submit, 
.woocommerce-page #content input.button {
	background: #f2f2f2 !important;
	border-radius: 3px !important;
	border-width: 0px !important;
	border-style: solid !important;
	border-color: #CCC !important;
	box-shadow: inset 0 -3px 0 rgba(0,0,0,0.075) !important;
	-webkit-box-shadow: inset 0 -3px 0 rgba(0,0,0,0.075) !important;
	color: #5e5e5e !important;
	cursor: pointer !important;
	font-weight: 500 !important;
	letter-spacing: normal !important;
	text-decoration: none !important;
	text-shadow: none !important;
	text-transform: none !important;
	margin: 0 !important;
	padding: 10px 16px !important;
	width: auto !important;
	opacity: 0.8 !important;
}

.woocommerce a.button:hover, 
.woocommerce button.button:hover, 
.woocommerce input.button:hover, 
.woocommerce #respond input#submit:hover, 
.woocommerce #content input.button:hover, 
.woocommerce-page a.button:hover, 
.woocommerce-page button.button:hover, 
.woocommerce-page input.button:hover, 
.woocommerce-page #respond input#submit:hover, 
.woocommerce-page #content input.button:hover {
	color: #222 !important;
	opacity: 1 !important;
	box-shadow: inset 0 3px 0 rgba(0,0,0,.2) !important;
	-webkit-box-shadow: inset 0 3px 0 rgba(0,0,0,.2) !important;
}


/* purple buttons */
.woocommerce a.button.alt, 
.woocommerce button.button.alt, 
.woocommerce input.button.alt, 
.woocommerce #respond input#submit.alt, 
.woocommerce #content input.button.alt, 
.woocommerce-page a.button.alt, 
.woocommerce-page button.button.alt, 
.woocommerce-page input.button.alt, 
.woocommerce-page #respond input#submit.alt, 
.woocommerce-page #content input.button.alt {
	background: #584d77 !important;
	box-shadow: inset 0 -3px 0 rgba(142, 133, 165, 1) !important;
	-webkit-box-shadow: inset 0 -3px 0 rgba(142, 133, 165, 1) !important;
	color: #eee !important;
}

.woocommerce a.button.alt:hover, 
.woocommerce button.button.alt:hover, 
.woocommerce input.button.alt:hover, 
.woocommerce #respond input#submit.alt:hover, 
.woocommerce #content input.button.alt:hover, 
.woocommerce-page a.button.alt:hover, 
.woocommerce-page button.button.alt:hover, 
.woocommerce-page input.button.alt:hover, 
.woocommerce-page #respond input#submit.alt:hover, 
.woocommerce-page #content input.button.alt:hover {
	color: #fff !important;
	box-shadow: inset 0 3px 0 rgba(142, 133, 165, 1) !important;
	-webkit-box-shadow: inset 0 3px 0 rgba(142, 133, 165, 1) !important;
}

/* green buttons */
.woocommerce a.button.alt, 
.woocommerce button.button.alt, 
.woocommerce input.button.alt, 
.woocommerce #respond input#submit.alt, 
.woocommerce #content input.button.alt, 
.woocommerce-page a.button.alt, 
.woocommerce-page button.button.alt, 
.woocommerce-page input.button.alt, 
.woocommerce-page #respond input#submit.alt, 
.woocommerce-page #content input.button.alt {
	background: #9bc23c !important;
	box-shadow: inset 0 -3px 0 rgba(0,0,0,0.075) !important;
	-webkit-box-shadow: inset 0 -3px 0 rgba(0,0,0,0.075) !important;
	color: #eee !important;
}

.woocommerce a.button.alt:hover, 
.woocommerce button.button.alt:hover, 
.woocommerce input.button.alt:hover, 
.woocommerce #respond input#submit.alt:hover, 
.woocommerce #content input.button.alt:hover, 
.woocommerce-page a.button.alt:hover, 
.woocommerce-page button.button.alt:hover, 
.woocommerce-page input.button.alt:hover, 
.woocommerce-page #respond input#submit.alt:hover, 
.woocommerce-page #content input.button.alt:hover {
	color: #fff !important;
	box-shadow: inset 0 3px 0 rgba(0,0,0,.2) !important;
	-webkit-box-shadow: inset 0 3px 0 rgba(0,0,0,.2) !important;
}

.woocommerce ul.payment_methods li {
	list-style: none;
}

.woocommerce input[type=text]#coupon_code {
	width: 120px;
}

/* ## 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;
	padding: 8px;
}

td {
	border-top: 1px solid #ddd;
	font-size: inherit;
    vertical-align: top;
}

th {
	background: #eee;
	font-family: inherit;
	font-weight: 700;
}

table.toc {
	background: #f7f7f7;
	width: auto;
}

table.alignleft {
	float: left;
	margin-right: 16px;
}

table.alignright {
	float: right;
	margin-left: 16px;
}

.content .supsystic-tables-wrap {
	margin-bottom: 2rem;
}



/* # Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* ## Site Containers
--------------------------------------------- */

.site-inner,
.wrap {
	margin: 0 auto;
	max-width: 1200px;
}

.site-inner {
	clear: both;
	padding-top: 8px;
	padding-bottom: 32px;
}

.site-inner > .wrap {
	background-color: #fff;
}

/* ## Column Widths and Positions
--------------------------------------------- */

/* ## Genesis
--------------------------------------------- */

.breadcrumb {
	color: #555;
	font-size: 14px;
	margin-bottom: 20px;
	margin: 4px 0 16px 16px;
}

.archive-description,
.author-box {
	background-color: #fff;
	font-size: 16px;
	margin-bottom: 16px;
	padding: 16px;
}

.author-box-title {
	font-size: 16px;
	margin-bottom: 4px;
}

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

/* ## Search Form
--------------------------------------------- */

.search-form {
	overflow: hidden;
}

.site-header .search-form {
	float: right;
	margin-top: 12px;
}

.entry-content .search-form,
.site-header .search-form {
	width: 50%;
}

.genesis-nav-menu .search input[type=submit],
.widget_search input[type=submit] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: auto;
	margin: 10px 0;
	padding: 10px 16px;
	position: inherit;
	width: auto;
}

/* ## Titles
--------------------------------------------- */

.archive-title {
	font-size: 32px;
	margin-bottom: 0;
}

.entry-title {
	font-size: 36px;
}

.entry-title a,
.sidebar .widget-title a {
	color: #9C4176;
}

.entry-title a:hover {
	color: #555;
}

.widget-title {
	font-size: 18px;
	margin-bottom: 8px;
	text-transform: uppercase;
}

.sidebar .widget-title {
}

.sidebar .widget-title a {
}

.footer-widgets .widget-title {
	color: #fff;
}

/* ## Site Header
--------------------------------------------- */

.site-header {
	background: transparent;
	min-height: 120px;
}

.site-header .widget {
	margin-bottom: 0;
}

.site-header .wrap {
	padding: 20px 0;
}

/* ### Site Header Title Area
--------------------------------------------- */

.title-area { 
	float: left;
	padding: 10px 0;
	width: 100%;
}

.site-title {
	font-size: 32px;
	font-weight: 400;
	line-height: 1.2;
}

.site-title a,
.site-title a:hover {
	color: #76C1C5;
}

.site-description {
	color: #888;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 300;
	line-height: 1;
	margin-bottom: 0;
}

.header-image .site-header {
	margin: 0 auto;
	max-width: 1200px;
	position: relative;
}

.header-image .site-header > .wrap {
	background: #fff;
	border-bottom: 6px solid #7e4265;
	padding: 0;
	position: relative;
}
#mobile_newsletter_signup {
    display:none;
}

/* ### Site Header Widget Area
--------------------------------------------- */

.header-image .site-header .header-area-left {
	background: transparent url('/wp-content/uploads/2021/01/dr-john-ayurveda-2021.png') no-repeat left top;
	background-size: contain;
    padding: 0;
    position: absolute;
    top: 69px;
    left: 0;
    height: 78%;
    width: 350px;
}

.header-image .site-header .header-area-right {
	background: #f6cd4e;
	background-image: url('images/bg-newsletter-widget.png');
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	width: 250px;
    padding: 16px 8px 24px;
    position: absolute;
    top: 65px;
    right: 0;
}

.header-area-right .newsletter-widget {
	font-size: 12px;
	letter-spacing: normal;
	line-height: 1;
}

.header-area-right .newsletter-widget .widget-title {
	color: #7e4265;
	margin: 16px 0 ;
	text-transform: uppercase;
}

.header-area-right .newsletter-widget p {
	color: #7e4265;
	/* display: none; */
	font-size: 11px;
	padding: 0;
	margin: -15px 0 5px 0;
}

.header-area-right .newsletter-widget .learn-more {
	color: #7e4265;
	float: left;
	font-size: 12px;
	font-weight: 700;
	margin-top: 16px;
	width: auto;
}

.header-area-right .newsletter-widget .learn-more:hover {
	color: #FFF;
}

.header-area-right .newsletter-widget input[type='text'],
.header-area-right .newsletter-widget input[type='email'] {
	padding: 6px;
	margin: 8px 0;
	width: 100%;
	max-width: 100%;
	
}

.header-area-right .newsletter-widget input[type='submit'] {
	background: rgb(156,65,118);
	-webkit-box-shadow: 0px 0px 4px 1px #FFFFFF;
	box-shadow: 0px 0px 4px 1px #FFFFFF;
	color: #fff;
	float: right;
	text-shadow: none;
	padding: 8px 6px;
	margin: 8px 0 0;
}

.site-header .search-form {
	float: right;
	margin-top: 0;

}

.site-header .widget-area .widgettitle {
	color: #7e4265;
	font-size: 100%;
	line-height: 1;
	margin-bottom: 0;
	padding-bottom: 0;
}

.header-image .title-area {
	/* width: 100%; */
	clear: both;
	float: none;
	margin: 0 auto;
	padding: 20px 0;
	text-align: center;
	width: 100%;
}

.header-image .site-title > a {
	background: transparent url('images/logo.png') no-repeat center center;
	display: block;
	float: left;
	min-height: 100px;
	width: 100%;
	z-index: 999999;
}

/* Logo, hide text */
.header-image .site-description,
.header-image .site-title {
	display: block;
	text-indent: -9999px;
}

.header-image .site-description {
	color: #76C1C5;
	display: block;
	font-size: 18px;
	font-weight: 500;
	text-indent: 0;
}

.header-image .site-description span {
	color: #7e4265;
	display: block;
	font-style: italic;
	font-size: 16px;
	font-weight: 400;
}

.site-description,
.site-title {
	margin-bottom: 0;
}

.site-description {
	font-size: 16px;
	font-weight: 300;
	line-height: 1.5;
}


/* ### Site Header Widget Area 
--------------------------------------------- */
.site-header .widget-area {
	float: right;
	padding-top: 14px;
	text-align: left;
	width: 800px;
}

.site-header .widget-area a {
	color: #fff;
}

.site-header .widget-area a:hover {
	color: #222;
}


/* ## Site Navigation
--------------------------------------------- */
.genesis-nav-menu {
	line-height: 1;
	width: 100%;
}

.genesis-nav-menu .menu-item {
	display: inline-block;
	text-align: left;
}

.genesis-nav-menu a {
	background: transparent;
	color: #555;
	display: block;
	/*font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;*/
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	padding: 8px 24px;
}

.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover {
	background-color: #a5a5a5;
	color: #111;
}


.genesis-nav-menu > .first > a {
	padding-left: 0;
}

.genesis-nav-menu > .last > a {
	padding-right: 0;
}

.genesis-nav-menu > .last > .sub-menu {
	right: 0;
}

.genesis-nav-menu > .last > .sub-menu .menu-item {
	text-align: right;
}

.genesis-nav-menu > .right {
	display: inline-block;
	float: inherit;
	padding-right: 0;
	text-transform: inherit;
}

.genesis-nav-menu > .menu-item > a {
	text-transform: uppercase;
}

.genesis-nav-menu .sub-menu {

}

.genesis-nav-menu .sub-menu a {
	background-color: #eee;
	border: 0;
	border-color: #ccc;
	border-style: solid;
	border-width: 0 0 0 1px;
	color: #333;
	font-size: 16px;
	padding: 10px 20px;
	position: relative;
	width: 200px;
}
.genesis-nav-menu .sub-menu a:hover {
	color: #111;
}

.genesis-nav-menu .sub-menu .current-menu-item > a {
	color: #111;
}

/* ### Navigation - Primary Nav
--------------------------------------------- */
.nav-primary {
	background-color: transparent;
	float: left;
	margin-top: 0;
	margin-left: 0;
	padding-top: 0;
	position: relative;
	width: 100%;
}

.nav-primary .wrap {
	padding: 0;
}

.nav-primary .genesis-nav-menu a {
	border-radius: 4px;
	color: #7e4265;
	padding: 10px 16px;
}

.nav-primary .genesis-nav-menu .sub-menu a {
	border-radius: 0;
	color: #fff;
}

.nav-primary .genesis-nav-menu a:hover,
.nav-primary .genesis-nav-menu .current-menu-item > a {
	color: #fff;
}

.nav-primary .genesis-nav-menu .sub-menu a:hover
.nav-primary .genesis-nav-menu .sub-menu .current-menu-item > a:hover {
	color: #fff;
}

.nav-primary #megaMenu .megaMenu .menu-item {
	background: transparent;
	margin-right: 1%;
}

.nav-primary #megaMenu .megaMenu .menu-item a {
	
}

.nav-primary #megaMenu .megaMenu .menu-item > a {
	border: 0 !important;
	border-radius: 4px 4px 0 0 !important;
	box-shadow: 6px -3px 8px -6px #888 !important;
	background: #fff;
	background-color: #fff;
	color: #9c416e;
	font-size: 14px;
	padding: 14px 24px !important;
}

.nav-primary #megaMenu .megaMenu .menu-item > a:hover {
	background: #9c416e;
	background-color: #9c416e;
	color: #fff;
}

.nav-primary #megaMenu .megaMenu .menu-item.ss-nav-menu-mega.mega-colgroup > ul > li {
	float: left;
	padding-left: 2.9%;
	padding-right: 0;
}

.nav-primary #megaMenu .megaMenu .menu-item > .sub-menu {
	background: #7e4265;
	background-color: #7e4265;
}

.nav-primary #megaMenu .megaMenu .menu-item > .sub-menu .menu-item {
	
}

.nav-primary #megaMenu .megaMenu .menu-item > .sub-menu .menu-item a {
	background: transparent;
	border-radius: 0 !important;
	box-shadow: none !important;
	color: #ddd;
	margin: 4px 0;
	padding: 4px !important;
}

.nav-primary #megaMenu .megaMenu .menu-item .sub-menu .menu-item a:hover,
.nav-primary #megaMenu .megaMenu .menu-item .sub-menu .current-menu-item > a {
	color: #fff;
}

.nav-primary #megaMenu .megaMenu .menu-item .sub-menu .menu-item.ss-nav-menu-highlight > a .wpmega-link-title {
	border-bottom: 1px dotted #ddd;
	font-weight: 500 !important;
	text-transform: uppercase !important;
	padding-bottom: 4px;
}

.nav-primary #megaMenu .megaMenu .menu-item .sub-menu .menu-item.ss-nav-menu-highlight a .wpmega-item-description {
	font-size: 14px;
	padding-top: 4px;
}

.nav-primary #megaMenu .wpmega-item-description {
	font-size: 12px !important;
}

.nav-primary #megaMenu #megaMenuToggle {
	/* display: none; */
	color: #333;
	padding: 8px 16px;
	cursor: pointer;
	font-size: 16px;
	text-transform: uppercase;
	text-align: center;
}


.nav-primary #megaMenu #megaMenuToggle .megaMenuToggle-icon {
	display: inline-block;
	background: transparent;
	font-size: inherit;
	height: 12px;
	width: auto;
	position: relative;
	float: none;
	margin: 0;
	text-align: left;
}

.nav-primary #megaMenu #megaMenuToggle .megaMenuToggle-icon:before {
	background: transparent;
	content: "\f0c9";
	font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
	font-size: 24px;
}

.nav-primary #megaMenu #megaMenuToggle .megaMenuToggle-icon:after {
	content: '';
	position: inherit;
	background: none;
	height: auto;
	width: auto;
	top: auto;
}

.nav-primary a.no-click {
    pointer-events: none !important;
    cursor: default !important;
}

/* ### Navigation - Primary Nav Social Links
--------------------------------------------- */

.nav-primary .genesis-nav-menu .menu-item.social-link {
	
}

.nav-primary .genesis-nav-menu .menu-item.social-link a {
	background: transparent;
	padding-left: 4px;
	padding-right: 4px;
}

.nav-primary .genesis-nav-menu .menu-item.social-link.first {
	margin-left: 64px;
}

/* ### Navigation - Secondary & Third Nav (top nav)
--------------------------------------------- */
.nav-secondary,
.nav-third {
	background-color: #555;
	display: block;
	padding: 16px 0;
	width: 50%;
}

.nav-secondary .wrap,
.nav-third .wrap {
	margin: 0;
	padding: 0;
}

.genesis-nav-menu.menu-secondary,
.genesis-nav-menu.menu-third {
	background-color: transparent;
	border-radius: 0 0 3px 3px;
	width: auto;
}

.genesis-nav-menu.menu-secondary .menu-item a,
.genesis-nav-menu.menu-third .menu-item a {
	background-color: transparent;
	color: #b5b5b5;
	font-size: 16px;
	font-variant: normal;
	font-weight: normal;
	letter-spacing: normal;
	text-transform: capitalize;
	padding: 8px 8px;
}

.genesis-nav-menu.menu-secondary .menu-item a:hover,
.genesis-nav-menu.menu-third .menu-item a:hover {
	background-color: transparent;
	color: #fff;
}

/* ### Navigation - Secondary Nav (top nav)
--------------------------------------------- */
.nav-secondary {
	float: left;
	margin-left: 0;
}

.menu-secondary {
	float: left;
	width: auto;
}


/* ### Navigation - Third Nav (top nav)
--------------------------------------------- */
.nav-third {
	float: right;
	margin-right: 0;
	padding-bottom: 17px;
}

.menu-third {
	float: right;
	width: auto;
	margin-right: 40px;
}

/* ### Navigation - Mobile Nav
See @ Media Queries
--------------------------------------------- */

.menu-toggle,
.sub-menu-toggle {
	display: none;
	margin: 0 auto 10px;
	overflow: hidden;
	padding: 0 6px 0 8px;
	text-align: center;
	visibility: hidden;
}

button.menu-toggle,
button.sub-menu-toggle {
	background-color: #111;
	color: #fff;
	cursor: default;
}

button.menu-toggle {
	float: none;
}

.sub-menu-toggle {
	padding: 4px;
	position: absolute;
	right: 0;
	top: 0;
}

.menu-toggle:before {
	content: "\f0c9";
	font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
	font-size: 24px;
}

.menu-toggle.activated:before {
	content: "\f148";
	font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
}

.sub-menu-toggle:before {
	content: "\f0fe";
	font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
}

.sub-menu-toggle.activated:before {
	content: "\f146";
	font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
}

/* ### Navigation - Footer Menu
--------------------------------------------- */
.nav-footer {
	background: transparent;
	margin: 10px auto 0;
	padding: 10px;
	text-align: center;
}

.nav-footer .genesis-nav-menu > .menu-item {
}

.nav-footer .genesis-nav-menu > .menu-item > a {
	background: transparent;
	border-radius: 0;
	border-right: 1px solid #ccc;
	color: #9C4176;
	font-size: 12px;
	padding: 0 10px;
	text-transform: none;
	
}

.nav-footer .genesis-nav-menu > .menu-item > a:hover {
	color: #333;

	
}

.nav-footer .genesis-nav-menu > .menu-item:last-of-type > a {
	border-right: 0;
}

/* ## Entries - Content
--------------------------------------------- */
.entry {
	margin-bottom: 40px;
	/*padding: 20px 20px 16px;*/
	padding: 20px 40px 16px;
}

.content .entry {
	background-color: #fff;
}

.entry-content ol,
.entry-content ul {
	margin-bottom: 28px;
	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;
}

.entry-content code {
	background-color: #333;
	color: #ddd;
}


/* ### Entry - Meta
--------------------------------------------- */
p.entry-meta {
	font-size: 16px;
	margin-bottom: 0;
}

.entry-header .entry-meta {
	margin-bottom: 24px;
}

.entry-footer .entry-meta {
	border-top: 2px solid #f5f5f5;
	padding-top: 24px;
}

.entry-categories,
.entry-tags {
	display: block;
}

.entry-comments-link::before {
	content: "\2014";
	margin: 0 6px 0 2px;
}


/* ### Entry - Featured Post Grid
--------------------------------------------- */
.entry.genesis-feature {
	
}

.entry.genesis-grid {
	
}

.entry.genesis-grid .entry-title {
	font-size: 24px;
}

/*.entry.genesis-grid img.grid-thumbnail {
	width: 300px;
	height: 150px;
*/

.genesis-grid-even,
.genesis-grid-odd {
	margin: 0 0 20px;
	padding: 20px 20px 16px;
	width: 48%;
	
}
.genesis-grid-even {
  	float: right;
}

.genesis-grid-odd {
	clear: both;
	float: left;
}


/* ### Entry Pagination
--------------------------------------------- */
.pagination {
	clear: both;
	margin: 40px 20px;
}

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

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	background-color: #333;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	padding: 8px 12px;
}

.archive-pagination li a:hover,
.archive-pagination .active a {
	background-color: #a5a5a5;
}


/* ### Entry Toggle Shortcode
--------------------------------------------- */

.toggle-container:before {
	content: " ";
	display: table;
}

.toggle-container:after {
	clear: both;
	content: " ";
	display: table;
}

.toggle-container {
	margin-bottom: 0;
}

h3.toggle-trigger {
	margin: 20px 0 0 !important;
	font-size: 22px;
	padding: 10px 0 10px 30px;
}

h3.toggle-trigger {
    position: relative;
}
 
/*replace the content value with the
corresponding value from the list below*/
 
h3.toggle-trigger:before {
    color: #9C4176;
    content: "\f055";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
/*--adjust as necessary--*/
    font-size: 22px;
    padding-right: 5px;
    position: absolute;
    top: 10px;
    left: 0;
}


h3.active:before {
    color: #9C4176;
    content: "\f056";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
/*--adjust as necessary--*/
    font-size: 22px;
    padding-right: 5px;
    position: absolute;
    top: 10px;
    left: 0;
}


.toggle-content ol, 
.toggle-content ul {
	margin-bottom: 28px;
	margin-left: 40px;
}

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

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

/* ## Sidebars
--------------------------------------------- */
.sidebar {
	font-size: 16px;
}

.sidebar.sidebar-primary {
	background: #fff;
}

.sidebar a {
	border-bottom: 0px solid #ddd;
}

/* .sidebar .widget:first-of-type {
	margin-top: 20px;
} */
.sidebar .widget {
	/*
	background-color: #f9f9f9;
	border-radius: 4px;
	border: 1px solid #eee;
	padding: 10px 20px;
	*/
	margin-bottom: 0;
	padding: 16px 40px 0 16px
}

.sidebar .youtube-views a {
    text-transform: uppercase;
    font-size: 18px;
    font-family: 'Oswald', sans-serif;
    color: #000;
	display: block;
	margin-bottom: 4px;
}
.sidebar .youtube-views a:hover {
    color: #9c4176;
}
.sidebar .youtube-views .fa-lg {
    margin-right: 5px;
}
.sidebar .youtube-thumb {
	position: relative;
	display: inline-block;
}
.sidebar .youtube-thumb::before {
	content:"\f167";
	font-family: 'Font Awesome 5 Brands';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate( -50%, -50% );
    color: rgba(255, 255, 255, 0.75);
    font-size: 70px !important;
	-webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}
.lightbox {
	display:block;
	position: relative;
}
.lightbox::before {
	content:"\f167";
	font-family: 'Font Awesome 5 Brands';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate( -50%, -50% );
    color: rgba(0, 0, 0, 0.6);
    font-size: 100px !important;
	-webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
	}
.sidebar .youtube-thumb:hover:before,
.lightbox:hover:before
{
	color: rgba(255, 0, 0, 0.75);
}
.sidebar .search-form {
	width: 100%;
}

.sidebar p:last-child,
.sidebar ul {
	margin: 0;
}

.sidebar li {
	list-style-type: none;
	margin-bottom: 6px;
	padding: 0;
	word-wrap: break-word;
}

.sidebar ul > li:last-child {
	margin-bottom: 0;
}

/* Table of Contents
----------------------------------------- */
.lwptoc-light .lwptoc_i {
    color: #333;
    background: none !important;
    font-weight: bold;
	width: 100%;
}
.lwptoc-light .lwptoc_i a {
	color: #9C4176 !important;
}
.lwptoc_i {
	text-align: center !important;
}
/* Events Widget
----------------------------------------- */

#tribe-events-pg-template, 
.tribe-events-pg-template {
	padding: 16px 40px;
}

.widget.tribe-events-adv-list-widget ol li {
	margin-bottom: 16px;
}

.widget.tribe-events-adv-list-widget ol > li {
	text-indent: 0;
}

.widget.tribe-events-adv-list-widget h4.entry-title,
.tribe-mini-calendar-event .list-info h2 {
	font-size: 14px;
	font-weight: bold;
	line-height: 1.5;
	margin-top: 0;
	margin-bottom: 6px;
}

.widget.tribe-events-adv-list-widget .tribe-mini-calendar-event .list-date {
	float: left;
	overflow: hidden;
	font-weight: bold;
	margin: 10px 5% 10px 0;
	padding: 3px;
	width: 15%;
	text-align: center;
	display: inline;
	background: #7e4265;
	box-sizing: border-box;
	border-radius: 4px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.widget.tribe-events-adv-list-widget .tribe-mini-calendar-event .list-date .list-dayname {
	background: #fff;
	color: #666;
	padding: 3px;
	font-size: 9px;
	text-transform: uppercase;
	width: 100%;
	text-align: center;
	display: block;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.widget.tribe-events-adv-list-widget .tribe-mini-calendar-event .list-date .list-daynumber {
	color: #fff;
	font-size: 15px;
	width: 100%;
	line-height: 22px;
	display: block;
	text-align: center;
}

.widget.tribe-events-adv-list-widget .tribe-mini-calendar-event .list-info {
	display: inline;
	float: left;
	font-size: 13px;
	line-height: 1.5;
	margin: 10px 0;
	width: 80%;
}


.single-tribe_events .site-inner .tribe-events-event-image {
    clear: both;
    margin-bottom: 30px;
    text-align: center;
}


.single-tribe_events .site-inner .tribe-events-notices {
	display: none;
}
#mobile-live {
	display: none;
}
#desktop-live {
	display: block;
}

/* ## Site Footer
--------------------------------------------- */

.footer-widgets tbody {
	border-bottom: none;
}
.footer-widgets table {
	margin-bottom: 0;
}
.site-footer {
	background: transparent url('images/bg-thatch-grey-light.png') top left;
	background-repeat: repeat;
	color: #555;
	font-size: 12px;
	padding: 20px 0;
	margin-top: 0;
	text-align: center;
	display: none;
}
.site-footer, .site-footer:before, .site-footer:after {
	display: none !important;
}

.site-footer a {
	border-bottom: 0;
}

.site-footer a:hover {
	color: #ffffff;
}

.site-footer p {
	margin-bottom: 0;
}

/* Custom footer creds
------------------- */
.site-footer .footer-creds {
	display: none;
	margin-top: 20px;
}

.site-footer .footer-creds img {
	vertical-align: bottom;
}

.site-footer span.top-of-page {
	display: inline-block;
	float: right;
	margin-right: 10px;
}

/* Custom Schema Organization info
------------------- */
.schema_block {
	margin: 8px 0;
}

.schema_block .schema_url {
	
}

.schema_block .schema_name {
	
}

.schema_block .address,
.schema_block .city_state {
	display: inline-block;
}

.schema_block .phone_email {
	display: block;
	margin-top: 8px;
}

.schema_block .street,
.schema_block .local,
.schema_block .region,
.schema_block .postalcode,
.schema_block .country {
	
}

.schema_block .phone,
.schema_block .email {
	
}



/* ## Widgets
--------------------------------------------- */


/* ### Soliloquy (plugin)
--------------------------------------------- */

.soliloquy-container {
	/*margin-bottom: 20px !important;*/
	margin-bottom: 0;
}

.page-widget-before .widget.soliloquy {
	display: block;
	float: none;
	margin: 20px 40px 16px;
	padding: 20px 0px ;
	width: 100%;
}


.soliloquy-container .soliloquy-pauseplay .soliloquy-play,
.soliloquy-container .soliloquy-pauseplay .soliloquy-pause {
	background: none !important;
	border: 0;
	text-indent: 0 !important;
	height: auto !important;
	width: auto !important;
	padding: 20px 10px 0;
}


/* Caption */
body.front-page .soliloquy-container .soliloquy-caption {
	color: #222;
	font-size: 18px;
	line-height: 1.5 !important;
	filter: none !important; 
	-ms-filter: none !important; 
	text-shadow: none !important;
	text-align: left !important;
	padding: 20px !important;
}

/* Caption to right 
body.front-page .soliloquy-container .soliloquy-image {
	max-width: 50% !important; 
	float: left;
	
} 

body.front-page .soliloquy-container .soliloquy-caption { 
	max-width: 50%; 
	left: auto !important; 
	bottom: auto !important; 
	right: 0 !important; 
	top: 0 !important;
}

*/

.soliloquy-container a {
	border-bottom: 0;
}

.soliloquy-container .soliloquy-caption h2 {
	color: #222;
	font-size: 36px;
	font-variant: small-caps;
	font-weight: 800;
	margin: 0px 0 10px 0;
	text-shadow: 0 1px 2px #fff;
	text-transform: uppercase;
}

/* ### Woocommerce Widgets
--------------------------------------------- */
.widget.woocommerce li {

}

.widget.woocommerce li a {
	font-weight: normal !important;
	border: 0;
}

.widget.woocommerce .product_list_widget .amount {

}

/* ### Genesis Featured Content
--------------------------------------------- */

.featured-content .entry {
	background: transparent;
	margin-bottom: 0;
	padding: 0 0 8px;
}

.featured-content .entry-title {
	border: none;
	font-size: 16px;
	line-height: 1;
}

.featured-content .entry-title a {
	border: none;
	color: #584d77;
}

.featured-content .entry-title a:hover {
	color: #333;
}

/*custom*/
.more-from-category {
	border-top: 1px dotted #494949;
	margin-top: 10px;
	padding-top: 10px;
}

/* ### Header Widgets
--------------------------------------------- */
body.header-top-widget #header-top {
	clear: both;
	margin: 10px auto 20px;
}

.header-top-widget
.header-top-widget .wrap{
	background: transparent;
}

body.header-widgets .header-widget-left,
body.header-widgets .header-widget-right,
body.header-widgets .title-area {
	width: 30.96491228%; /* 352px / 1140px */
}

.header-top-widget .widget-title,
.header-top-widget .widgettitle
.header-widget-left .widget-title,
.header-widget-left .widgettitle
.header-widget-right .widget-title,
.header-widget-right .widgettitle {
	display: block;
}

body.header-widgets .site-header { 
	text-align: center;
}

body.header-widgets.header-image .site-title a {
	width: 100%;
}

body.header-widgets .title-area {
	background-position: center top;
	float: none;
	margin: 0 auto;
}

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

.site-header .header-widget-left {
	float: left;
}

.site-header .header-widget-right {
	float: right;
}


/* ### Sidebar Widgets
--------------------------------------------- */		

.sidebar .widget.widget_search input[type=search],
.sidebar .widget .search-form-store input[type=text],
.sidebar .widget .search-form-store input[type=search] {
	max-width: 70%;
	margin-right: 8px;
}

.sidebar .widget .search-form-store, #text-25 .search-form-store {
	background: none;
	/* background: transparent url('images/bg-search-store-updated.png');
	background-position: left top;
	/* background-size: 462px 40px; */
	background-size: contain;
	background-repeat: no-repeat;
	/* padding-top: 67px; */
	padding-bottom: 20px;
}
.sidebar .widget .search-form-store img {margin:0 0 -40px -7px;}
#text-25 .search-form-store img {display:none;}

.sidebar .widget.soliloquy .widget-title {
	display: none;
}
#text-24.widget {padding:0 20px 16px 16px;}
#search-3.widget {padding:16px 20px 16px 16px;}


/* ### Page Widgets
--------------------------------------------- */

.page-widget-before:before,
.page-widget-after:before {
	content: " ";
	display: table;
}

.page-widget-before:after,
.page-widget-after:after {
	clear: both;
	content: " ";
	display: table;
}	
	
.page-widget-before,
.page-widget-after {
	background-color: #eee;
	margin: 0;
	padding: 0;
}

.page-widget-before {
	display: block;
	float: none;
	margin: 20px 40px 16px;
	padding: 20px 0px ;
	width: 100%;
}
.page-widget-before input[type=search]
{max-width:70%;}

.page-widget-before .widget,
.page-widget-after .widget {
	background: transparent;
	padding: 50px 60px;
}
.theme-widget.page-widget-before #search-form-store {
    display:none;
}
.page-widget-before #text-27.widget {
    padding:0;
}
/*
.page-widget-before .widget {
	display: inline-block;
	float: left;
	width: auto;
	margin-right: 4%;
}
*/

/*.page-widget-before .widget .widget-title {
	background: transparent;
	border-bottom: 2px solid #85ad74;
	border-radius: 4px 4px 0 0;
	color: #85ad74;
	margin: -5px -5px 10px;
	padding: 5px;
	font-size: 28px;
	font-weight: 500;
	letter-spacing: 1px;
	text-transform: capitalize;
	font-variant: normal;
} */

.page-widget-before .widget ul {
	list-style: none;
}

.page-widget-before .widget li {
	border: 0;
}

.page-widgets .wrap {
	background: transparent;
}

.page-widgets .widget {
	background: #f7f7f7;
	margin-bottom: 0;
	padding: 10px;
	min-height: 260px;
	max-height: 260px;
	overflow: hidden;
}

.page-widgets .widget .entry {
	background: transparent;
}

.page-widgets .widget ul {
	list-style: none;
}

.page-widgets .widget ul li {
	border: 0;
}

.page-widgets .widget-title,
.page-widgets .widgettitle {
	border-bottom: 3px solid #a5a5a5;
	font-family: 'Oswald', sans-serif;
	font-size: 18px;
	margin-bottom: 10px;
	padding-bottom: 4px;
}


.page-widgets .page-widget-left,
.page-widgets .page-widget-center,
.page-widgets .page-widget-right {
	border: 0px solid #555;
	float: left;
	width: 32.96%;
	/* width: 31.96491228%; */
}

.page-widgets .page-widget-left,
.page-widgets .page-widget-center {
	margin-right: 0.3333%;
}

.page-widgets .page-widget-right {
	/* float: right; */
	margin-right: 0;
}

.page-widgets .sponsored-content {
	background: #eeb422;
	border-radius: 0;
	color: #fff;
	display: block;
	margin: -45px auto 10px;
	padding: 4px 8px;
	position: relative;
	text-shadow: 0 1px 1px #222;
}


.page-widgets .featuredpost img {
	border: 1px solid #ddd;
	border-radius: 4px;
	padding: 4px;
	max-width: 350px;
	max-height: 225px;
	width: 100%;
	height: auto;
}

.page-widgets .widget.gform_widget {
	overflow: visible !important;
	max-height: none;
}

.page-widgets .widget.gform_widget .gform_wrapper .gform_heading {
	margin-bottom: 0;
}

/* ### Footer Widgets
--------------------------------------------- */

.footer-widgets,
.footer-widgets.before {
	background: #555;
	color: #b5b5b5;
	padding: 0 0 16px;
	margin-top: 16px;
}

.footer-widgets,
.footer-widgets a {
	border-bottom: 0px solid #666;
	color: #b5b5b5;
	font-size: 14px;
}

.footer-widgets a:hover {
	color: #584d77;
}

.footer-widgets input {
	border: 1px solid #333;
}

.footer-widgets a.button,
.footer-widgets a:hover {
	color: #fff;
}

.footer-widgets li {
	border-bottom: 0px dotted #666;
	margin-bottom: 4px;
	padding-bottom: 0;
}

.footer-widgets .widget {
	background: transparent;
	border: 0px solid #ccc;
	margin: 0 auto 16px;
	padding: 10px;
}

.footer-widgets .widget-title {
	color: #fff;
	font-weight: 700;
	margin: 0px 0px 10px;
	padding: 8px 0;	
}


.footer-widgets p:last-child {
	margin-bottom: 0;
}

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3,
.footer-widgets-4 {
	width: 23.076923076923077%;
	width: 31.623931623931625%;
	width: 26.333333%;
}

.footer-widgets-1,
.footer-widgets-2 {
	margin-right: 0;
}

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3 {
	float: left;
	margin-left: 7%;
}

.footer-widgets .search-form {
	width: 100%;
}

/* custom */
.footer-widgets.fullwidth {
	background-color: transparent;
	border: 0 solid #CCC;
	color: #b5b5b5;
	clear: both;
	font-size: 14px;
	margin: 0;
	padding: 0;
}

.footer-widgets.fullwidth .wrap {
	background-image: none;
	padding-top: 10px;
}

.footer-widgets.fullwidth .widget-title {
	display: none;
}

.footer-widgets span.middot {
	margin: 0 5px;
}

.footer-widgets img {
	width: auto;
}




/* # Pages 
---------------------------------------------------------------------------------------------------- */

/* ## Single posts
--------------------------------------------- */

.related-posts-container:before,
.entry-post-reference:before {
	content: " ";
	display: table;
}

.related-posts-container:after,
.entry-post-reference:after {
	clear: both;
	content: " ";
	display: table;
}

.related-posts-container {
	margin-bottom: 48px;
}

.entry-post-reference {
	margin-bottom: 32px;
}

#disqus_thread {
	margin: 0 16px 16px;
}

/* ## video-library
--------------------------------------------- */
.tubepress_thumb {
	float: left;
	width: 14.52991452991453% !important;
	margin-left: 2.564102564102564%;
	height: 250px;
	line-height: 1.5;
	font-size: 11px;
	overflow: hidden;
}

.tubepress_normal_embedded_wrapper {
	width: 100% !important;
	text-align: center;
}

/* ### Youtube plugin
--------------------------------------------- */

.center-video {
	text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.center-video iframe[style="aligncenter"] {
	text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.youtube_channel {
	margin: 16px auto;
}

.front-page .youtube_channel {
	margin: 0 auto;
}

/* .videos-general-health .youtube_channel .ytc_video_container.ytc_video_1.ytc_video_first {
	float: none;
	margin: 0 auto;
	max-width: 80%;
}

.youtube_channel .ytc_video_container h3.ytc_title {
	color: #9c4176;
	font-size: 18px;
	min-height: 44px;
}

.youtube_channel .ytc_video_container p.ytc_description {
	font-size: 14px;
}

.videos-general-health .youtube_channel.ytc_wall_1-6 .ytc_video_container {
    padding: 16px;
    box-sizing: border-box;
}

.videos-general-health .youtube_channel.ytc_wall_1-6 .ytc_video_container:not(:first-child) {
    /*max-width: 33.333%;
    width: 31.623931623931625% !important;
}

@media screen and (max-width: 768px) {
    .youtube_channel.ytc_wall_1-6 .ytc_video_container:not(:first-child) {
        max-width: 50%;
    }
}
@media screen and (max-width: 480px) {
    .youtube_channel.ytc_wall_1-6 .ytc_video_container:not(:first-child) {
        max-width: 100%;
    }
	#mobile-live {
	display: block;
}
	#desktop-live {
	display: none;
}
}
*/
.embed-container, figure.wp-block-embed-youtube { 
	position: relative; 
	padding-bottom: 56.25%; 
	height: 0; 
	overflow: hidden; 
	max-width: 100%;
	margin: 0;
} 
.embed-container iframe, .embed-container object, .embed-container embed, .wp-block-embed__wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.press-kit-speaking-engagement-info .youtube_channel.default {
	width: 100%;
	clear: both;
}


/* ## article-index
--------------------------------------------- */

body.article-index .entry {
	margin-bottom: 0;
	padding: 10px 10px 8px;
}

body.article-index .entry-categories-inline .entry-categories {
	display: inline;
}

body.article-index .entry-meta {
	font-size: 12px;
	font-weight: normal;
}

/* ## browse-category
--------------------------------------------- */

body.browse-category .category-container .one-fourth {
	float: left;
	margin-left: 2.564102564102564%;
	width: 23.076923076923077%;
	
	margin-left: 0.5%;
	width: 24.5%;
}


body.browse-category .category-container .entry {
	margin-bottom: 32px;
	padding: 8px;
	text-align: center;
	
}

body.browse-category .category-container .entry .category-img {
	max-height: 85px;
}

body.browse-category .category-container .entry .category-title {
	background-color: #eee;
	display: block;
	font-size: 14px;
	padding: 4px;
	min-width: 100%;
	
	
}

/* ## Quizzes
--------------------------------------------- */

div.quiz-results {
	border:0 solid #222;
	border-radius: 0;  
	margin-bottom: 16px; 
}

table.quiz-results {
	width:100%;
}

table.quiz-results td {
	padding: 5px;
	width: 25%;
}

table.quiz-results th.title {
	
}

table.quiz-results th.sub-title {
	background: #555; 
	color: #fff; 
	padding: 5px;
	letter-spacing: 1px; 
	width: 25%;
}

table.quiz-results tr.alt {
	background: #eee;
}

table.quiz-results td.sub-title { 
	font-weight: bold;
}

table.quiz-results td.data {
	text-align: center;
}

table.quiz-results td.total { 
	font-weight: bold;
}

body.digestive-health-quiz h4 {
	border-bottom: 1px solid #ccc;
	margin: 16px 0 8px;
}

/* ## Uservoice
--------------------------------------------- */

/*
.uv-icon.uv-top-right {
	top: 320px !important;
	right: 16px !important;
}

.uv-icon.uv-bottom-right {
	bottom: 160px !important;
	right: 30px !important;
}
*/

/* ## Addthis buttons
--------------------------------------------- */

.at4-show {
  /* float: right; */
}

.at-share-tbx-element .at-share-btn {
  margin: 0 !important;
}

/* ## ICE-Gram
--------------------------------------------- */
.ig_message .campaign:before {
	content: " ";
	display: table;
}

.ig_message .campaign:after {
	clear: both;
	content: " ";
	display: table;
}

.popup.inspire.ig_container {
	font-family: 'Lato', sans-serif;
}

.ig_popup.ig_inspire .ig_content {
	
}

.ig_popup.ig_inspire .ig_message {
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.ig_popup.ig_inspire .ig_message .left-half:before
.ig_popup.ig_inspire .ig_message .right-half:before {
	content: " ";
	display: table;
}

.ig_popup.ig_inspire .ig_message .left-half:after
.ig_popup.ig_inspire .ig_message .right-half:after {
	clear: both;
	content: " ";
	display: table;
}

.ig_popup.ig_inspire .ig_message .left-half,
.ig_popup.ig_inspire .ig_message .right-half {
	float:left;
}

.ig_popup.ig_inspire .ig_message .left-half {
	width: 55%;
}

.ig_popup.ig_inspire .ig_message .right-half {
	padding: 0 32px;
	width: 45%;
}

.ig_popup.ig_inspire .ig_message .campaign.colorado-cleanse .right-half {
	color: #fff;
	padding: 16px;
}

.ig_popup.ig_inspire .ig_message .right-half.bg-skyburst {
	background: transparent url(images/bg-skyburst.png) repeat-y center -48px;
}

.ig_popup.ig_inspire .ig_message h3,
.ig_popup.ig_inspire .ig_message h4 {
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	line-height: 1;
	margin: 0;
	text-align: center;
}

.ig_popup.ig_inspire .ig_message h3 {
	font-size: 28px;
}

.ig_popup.ig_inspire .ig_message .campaign.lifespa-newsletter .right-half h3 {
	color: #9C4176;
	font-size: 44px;
	letter-spacing: 1px;
}

.ig_popup.ig_inspire .ig_message .campaign.colorado-cleanse .right-half h3 {
	color: #fff;
	font-size: 32px;
	letter-spacing: 1px;
}

.ig_popup.ig_inspire .ig_message .campaign.lifespa-newsletter h3 span {
	font-weight: 700;
}

.ig_popup.ig_inspire .ig_message .campaign.colorado-cleanse h3 span {
	font-size: 28px;
}

.ig_popup.ig_inspire .ig_message h4 {
	font-size: 22px;
	font-weight: 400;
	margin: 24px 0 0;
}

.ig_popup.ig_inspire .ig_message .campaign.colorado-cleanse .right-half h4 {
	color: #fff;
	font-size: 20px;
	font-weight: 400;
	margin: 16px 0;
}

.ig_popup.ig_inspire .ig_message .text-below {
	font-size: 14px;
	line-height: 1;
}

.ig_popup.ig_inspire .ig_message .left-half .text-below {
	text-align: center;
}

.ig_popup.ig_inspire .ig_message ul.text-list {
	margin: 16px 0;
}

.ig_popup.ig_inspire .ig_message ul.text-list > li {
	font-size: 16px;
	padding-left: 16px;
	text-align: left;
}

.ig_popup.ig_inspire .ig_message .campaign.lifespa-newsletter .right-half {
	background: transparent url(images/bg-sunburst.png) repeat-y center top;
	background-size: cover;
	padding-top: 16px;
}

.ig_popup.ig_inspire .ig_message form .campaign.lifespa-newsletter .image-books {
	background: transparent;
	width: 100%;
}

.ig_form_inline .ig_form_container.layout_inline {
	padding: 0 !important;
}

.ig_embed_form_container input {
	height: auto !important;
}

.ig_form_container .ig_form_els {
	margin: 0;
}

.ig_form_container .ig_form_els,
.ig_form_inline .ig_form_container.layout_inline .ig_third .ig_form_els {
	width: 100% !important;
}

.ig_form_container .ig_form_els {
	margin: 0 0 8px 0 !important;
}

.ig_embed_form_container input[type="text"] {
	color: #777;
}

.ig_form_inline .campaign.lifespa-newsletter  .ig_form_container.layout_inline .ig_button, 
.ig_form_inline .campaign.lifespa-newsletter  .ig_form_container.layout_inline input[type="submit"] {
	background: #9C4176 !important;
	color: #fff !important;
	font-size: 18px !important;
	margin: 0 auto 32px !important;
	padding: 8px 16px;
}
.payment_method_paypal img {
	display:none !important;
}


/* hide default submit button 
.ig_form_container.layout_inline .ig_button {
	display: none !important;
}
*/

/* ## Shortcodes
--------------------------------------------- */

.shortcode-recommend {
	border-color: #ddd;
	border-style: solid;
	border-width: 1px 0;
	display: inline-block;
	margin: 3px 0 30px;
	padding: 12px 0 0;
	width: 100%;
}

.shortcode-recommend img.alignleft {
	margin: 0;
	padding: 0 12px 12px 0;
}

.shortcode-recommend h4 {
	margin: 0 0 4px;
}

.shortcode-recommend hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 0 0 10px 0;
	padding: 0;
}

.shortcode-recommend hr.below {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 10px 0 0 0;
	padding: 0;
}


/* Theme adjustments 2/27/20 */
.sidebar .widget .search-form-store, #text-25 .search-form-store {
	background: none;
	background-size: contain;
	background-repeat: no-repeat;
	padding-bottom: 20px;
}
.sidebar .widget .search-form-store img {
margin:0 0 -40px -7px;
display:none;}
#text-25 .search-form-store img {
display:none;
}

.sidebar .widget.soliloquy .widget-title {
display: none;
}
#text-24.widget {
padding:0 20px 16px 16px;
}
#search-3.widget {
padding:16px 20px 16px 16px;
}

.page-widget-before {
	background-color: #fff; 
	color: #f7f7f7;
	border-color: #333 #555;
	border-style: solid dashed;
	border-width: 0;
	margin: 0;
	display: block !important;	
}
.bio-photo img {display:block;}
.page-widget-before .widget .widget-title {
	background: transparent;
	border-bottom: unset;
	border-radius: unset;
	color: #333;
	margin: unset;
	padding: unset;
	font-size: 20px;
	font-weight: 500;
	letter-spacing: 0;
	text-transform: uppercase;
	font-variant: unset;}
.page-widget-before input[type=search]
{max-width:70%;}

.page-widget-before .widget,
.page-widget-after .widget {
	background: transparent;
	padding: 50px 60px;
}
.entry-title {
    font-size: 28px;
}
.mobile-slider {display:none;}
#mobile_phone_number,
.header-area-right {
	display:none;}
.articles-search-field {
display:none;
opacity: 0;
}
.store-search-field {
display:block;
opacity:1;
margin: 15px 0 0 0;
}
.select-store {
	color:#333;
	text-align:left;
}
#search-form-store h4{
	margin: 0 0 10px;
}
#search-form-store {
	padding:16px 40px 0 16px;
}
#search-title {
	text-transform: uppercase;
	font-family:'Oswald', sans-serif;
	margin: 0 10px 0 0;
	color: #9C4176;
}
.btn-articles:checked~.articles-search-field {
display:block;
opacity: 1;
margin: 15px 0 0 0;
}
.btn-articles:checked~.store-search-field {
display:none;
opacity: 0;
}

.btn {
display:inline-block;
	padding: 0 8px 0 0;
	text-transform:uppercase;
	font-family: 'Oswald', sans-serif;
}
#search-form-store input[type=search] {width:80%;}
#search-form-store button {float:none; width: 15%; margin: 0 0 0 8px; padding:6px}
#mobile_newsletter_signup {
    display:block;
    background: url('/wp-content/uploads/2020/02/newsletter-signup-banner-tablet.png');
    background-repeat: no-repeat;
    background-size: cover;
    text-align:center;
		max-width: 1200px;
		margin: 0 auto;
		position: relative;	
}
#mobile_newsletter_signup h4 {
    color:#7e4265;
    margin-bottom:0;
    padding-top: 4px;}
#mobile_newsletter_signup p {
    color:#2f2e2e;
    font-size: 14px;
	margin: 0 0 5px;
		padding: 0 0 8px 0;
}
.archive-pagination li a {background-color: #9C4176;}
.archive-pagination li a:hover
{background-color: #f37122;}
body,
.nav-secondary,
.nav-third,
.tribe-events-adv-list-widget .tribe-mini-calendar-event
{background-color: #76C1C5 !important;}
.footer-widgets.before  {margin-top: 0;}
.footer-widgets {background: #13335E; padding: 20px; margin-top:25px;}
.footer-widgets.fullwidth { margin-bottom: 44px; 
padding:0;
background-color:transparent; margin-top:25px;}
.genesis-nav-menu.menu-secondary .menu-item a, .genesis-nav-menu.menu-third .menu-item a {color:#fff;}
.site-inner {padding-top: 0; padding-bottom: 0;}

.footer-widgets.fullwidth .widget {margin:0; padding:0;}
.footer-widgets.fullwidth .wrap {padding-top: 0;}
#fda {background: #fff;
color: #294345;
padding: 40px 80px 10px;}

/* # Media Queries
---------------------------------------------------------------------------------------------------- */

/* Desktops, laptops and iPads (landscape)
--------------------------------------------- */
/*
@media only screen and (max-width: 1260px) {

	.site-inner,
	.wrap {
		max-width: 1020px;
	}
}
*/
@media only screen and (max-width: 1200px) {

	.site-inner,
	.wrap {
		max-width: 960px;
	}

	.content-sidebar-sidebar .content-sidebar-wrap,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-sidebar-content .content-sidebar-wrap {
		width: 740px;
	}

	.content,
	.site-header .widget-area {
		width: 620px;
	}

	.sidebar-content-sidebar .content,
	.sidebar-sidebar-content .content,
	.content-sidebar-sidebar .content {
		width: 400px;
	}

	.sidebar-primary,
	.title-area {
		width: 300px;
	}
	
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3 {
		
	}

	.nav-primary {
		/*margin-top: 0px;*/
	}
	
	.genesis-nav-menu a {
		padding: 8px 12px;
	}
	.header-image .site-header .header-area-left {
	background-size: contain;
	height: 75%;
    width: 75%;
    padding: 0;
    position: absolute;
    top: 66px;
    left: 10px;
} 

.rare-icon {
	margin: 30px 0 0 158px;
}
.rare-text h1 {
	    margin: 0 0 0 148px;
}
.rare-text p {
	    width: 110px;
    font-size: 9.5pt;
    line-height: 12pt;
    margin: 0 0 0 135px;
}
.rare-text p.involved {
	    margin: 4px 0 0 135px;
}
	.header-image .site-header .header-area-right {
		width: 205px;
	}
.bio-photo img {display:none;}
    
/* Updates 2/27/20 */
    #mobile_newsletter_signup {max-width:960px;}

}

/* Smaller screens
--------------------------------------------- */
@media only screen and (max-width: 960px) {

	.site-inner,
	.wrap {
		max-width: 800px;
	}

	.content,
	.content-sidebar-sidebar .content,
	.content-sidebar-sidebar .content-sidebar-wrap,
	.sidebar-content-sidebar .content,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-primary,
	.sidebar-secondary,
	.sidebar-sidebar-content .content,
	.sidebar-sidebar-content .content-sidebar-wrap,
	.site-header .widget-area,
	.title-area {
		width: 100%;
	}
	
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3 {
	}
	
	.site-header,
	.site-header .title-area {
		/*padding: 16px 4%;*/
		text-align: center;
	}

	.site-header .title-area,
	.site-header .site-title > a,
	.site-header .header-image .site-title > a,
	.site-header .title-area-text,
	.site-header .site-description {
		float: none;
		margin-left: auto;
		margin-right: auto;
		width: 100%;
	}
	
	.site-header .nav-primary,
	.site-header .nav-secondary,
	.site-header .nav-third {
		
	}
	
	.header-image .title-area,
	.header-image .site-title > a {
		background-position: center center;
	}

	.genesis-nav-menu li,
	.site-header ul.genesis-nav-menu,
	.site-header .search-form {
		/*float: none;*/
	}

	.genesis-nav-menu,
	.site-description,
	.site-header .title-area,
	.site-header .search-form,
	.site-title {
		text-align: center;
	}
	
	.site-header .nav-primary {
		margin-top: 0;
	}

	.genesis-nav-menu a,
	.genesis-nav-menu > .first > a,
	.genesis-nav-menu > .last > a {
		padding: 10px 8px;
	}

	.site-header .search-form {
		margin: 8px auto;
	}

	.genesis-nav-menu li.right {
		display: none;
	}

	.footer-widgets-1 {
		margin-right: 0;
	}
	
	.header-image .site-header .header-area-left {
		background: none /*url('images/bg-hdr-john-douillard-250x341.png') no-repeat left top */; 
		background-size: contain;
		height: 250px;
		width: 250px;
		padding: 10px;
		position: absolute;
		top: 44px;
		left: -12px;
	}
	.rare-header {
		display:none;
	}
	
	.header-image .site-header .header-area-right {
		width: 180px;
		padding: 8px;

	}
	
	.header-area-right .newsletter-widget .widget-title {
		margin: 8px 0 ;
	}
    .header-area-right .newsletter-widget p {
        margin: -10px 0 5px 0;
    }
	
	.header-area-right .newsletter-widget input[type='text'], 
	.header-area-right .newsletter-widget input[type='email'] {
		font-size: 16px;
		margin: 4px 0;
	}
	
	.header-area-right .newsletter-widget input[type='submit'] {
		font-size: 14px;
	}
	
	.ig_popup.ig_inspire .ig_message .left-half,
	.ig_popup.ig_inspire .ig_message .right-half {
		width: 100%;
	}
	.bio-photo img {display:none;}

	.page-widget-before {
		display:block;
		text-align:center;
		padding-top:30px;
    margin-bottom:45px;}
    .theme-widget.page-widget-before #search-form-store {
    display:block;
}
    .theme-widget.page-widget-before.fullwidth .wrap {
        padding:0 !important;
    }
	.page-widget-before .widget {padding: 10px 60px;}
	.page-widget-before input[type=submit] {margin:10px;}
	#search-3, #text-24, #custom_html-4 {display:none;}
    
    .mobile-slider {display:block;}
	.desktop-slider {display:none;}
.sidebar.sidebar-primary #search-form-store {display:none;}
.page-widget-before {
		display:block;
		text-align:center;
		padding-top:30px;}
	.page-widget-before .widget {padding: 10px 60px;}
.page-widget-before input[type=submit] {margin:10px;}
#search-3, #text-24, #custom_html-4 {display:none;}
.page-widget-before .widget .widget-title {margin-bottom:15px;}
	.entry-title {
    font-size: 24px;
}
#mobile_newsletter_signup {max-width:800px;}
	.footer-widgets {text-align:center;}
.lightbox::before {display:none;}
	#search-form-store {padding: 16px 0; text-align:center;}
	.store-search-field, .articles-search-field, .select-store {text-align:center;}
}

@media only screen and (min-width: 801px) {
	#menu-item-55982 {display: none;}
}
/* iPads (portrait)
--------------------------------------------- */

@media only screen and (max-width: 800px) {

	.site-inner,
	.wrap {
		padding: 20px 5%;
	}

	.archive-description,
	.author-box,
	.comment-respond,
	.entry,
	.entry-comments,
	.entry-pings,
	.sidebar .widget,
	.site-header {
		padding: 0;
	}
	
	.entry {
		margin-bottom: 20px;
		padding: 20px 30px;
	}

	.archive-pagination li a {
		margin-bottom: 4px;
	}

	.five-sixths,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		margin: 0;
		width: 100%;
	}
	
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.footer-widgets-4,
	.page-widgets .page-widget-left,
	.page-widgets .page-widget-center,
	.page-widgets .page-widget-right,
	.videos-general-health .youtube_channel .ytc_video_container {
		width: 100%;
		margin-bottom: 10px;
	}
	
	.genesis-nav-menu.menu-secondary .menu-item a, 
	.genesis-nav-menu.menu-third .menu-item a {
		padding: 4px;
	}
	.header-image .site-header .header-area-right {
		display:none;
	}
	#menu-item-55982 {display: inline-block;}
    td {/*display:block;*/width:99.9%;clear:both}
	.page-widget-before .widget {padding: 10px;}
	.page-widget-before {margin:0 5%; padding-top: 0;}
    #mobile_newsletter_signup {
    display:block;
    background: url('images/bg-newsletter-widget.png');
    background-repeat: no-repeat;
    background-size: cover;
    text-align:center;
}
#mobile_newsletter_signup h4 {
    color:#7e4265;
    margin-bottom:0;
    padding-top: 4px;}
#mobile_newsletter_signup p {
    color:#2f2e2e;
    font-size: 14px;
}
    

/* Updates 2/27/20 */
#menu-item-55982 {display: inline-block;}
    td {width:99.9%;clear:both}
	.page-widget-before .widget {padding: 10px;}
	.page-widget-before {margin:0 5%; padding-top: 0;}
	.page-widget-before input[type=submit]
{width:80%;}
.page-widget-before input[type=search]
{max-width:80%;}
	#mobile_newsletter_signup {
    display:block;
    background: url('/wp-content/uploads/2020/02/newsletter-signup-banner-tablet.png');
    background-repeat: no-repeat;
    background-size: cover;
    text-align:center;
}
#mobile_newsletter_signup h4 {
    color:#7e4265;
    margin-bottom:0;
    padding-top: 4px;}
#mobile_newsletter_signup p {
    color:#2f2e2e;
    font-size: 14px;
	margin: 0 0 5px;
}
.page-widget-before {margin: 0;}
	.site-inner {padding: 20px 0;}
	.post-18834 {display:none;}
.footer-widgets.fullwidth .wrap {padding: 0;}
	#fda {
padding: 40px 40px 10px;}
	.footer-widgets-1, .footer-widgets-2, .footer-widgets-3 {margin-left:0;}

}

/* Width of original logo */
@media only screen and (max-width : 768px) {

	.header-image .site-title > a {
		background-size: contain;
	}
	
	.header-image .site-header .header-area-left,
	.header-image .site-header .header-area-right {
		display: none;
	}
	
	.nav-secondary, 
	.nav-third,
	.menu-secondary,
	.menu-third {
		float: none;
		text-align: center;
		width: 100%;
	}
	
	.nav-primary #megaMenu.megaResponsive ul.megaMenu > li.menu-item {
		width: 100%;
		text-align: center;
	}
    .nav-third {
        display:none;
    }
}

/* tablets and desktop */
@media only screen and (min-width: 768px) {
   
}

/* dumb phones */
@media only screen and (max-width: 767px) {
	#mobile-search {
		display: none;
	}
	#mobile-search input[type="search"] {
    width: 50%;
    margin: 0 0 0 15%;
} 
	#search-3 {
		display: none;
	}
    
/*Updates 2/27/20 */
    #mobile-search {
display: none;}
.nav-third, .nav-secondary {
display:none;
}
#mobile_phone_number{
display:block;
text-align:center;
padding: 8px 0;
}
#mobile_phone_number a {
color:#fff;
}
#mobile_phone_number .fas {margin-right: 7px;}
.bio-photo img {display:none;}
.header-image .title-area {padding: 5px 0;}
	.select-store {text-align:center;}
}


/* portrait phones */
@media only screen and (max-width: 767px) and (orientation: portrait) {
    
}

/* Smartphones (portrait and landscape) */
@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 480px) {
	
	.site-header .wrap {
		padding: 0 5%;
	}
	
	.site-header {
		position: relative;
	}
	
	.header-image .site-title > a {
		background-size: contain;
		min-height: 80px;
	}
	
	/* DISABLED with MEGAMENUS
	.menu-toggle,
	.sub-menu-toggle {
		display: block;
		visibility: visible;
	}

	
	.site-header .nav-primary {
		background: transparent;
	}

	nav.nav-primary {
		display: none;
		position: relative;
	}

	.nav-primary .genesis-nav-menu .menu-item,
	.nav-primary .genesis-nav-menu > .right.menu-item {
		display: block;
		padding: 2px;
		position: relative;
		text-align: center;
	}

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

	.nav-primary .genesis-nav-menu .sub-menu {
		clear: both;
		display: none;
		opacity: 1;
		position: static;
		width: 100%;
	}
	
	.nav-primary .genesis-nav-menu a,
	.nav-primary.genesis-nav-menu > .right > a {
		display: block;
		font-size: inherit;
	}

	.nav-primary .genesis-nav-menu .sub-menu a {
		border-left: 0;
		position: relative;
		width: auto;
	}

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

	.nav-primary .genesis-nav-menu .sub-menu .sub-menu a {
		padding-left: 10px;
	}

	.nav-primary .genesis-nav-menu .sub-menu .sub-menu .sub-menu a {
		background-color: #fff;
		padding-left: 40px;
	}
	*/
	
	.entry {
		margin-bottom: 20px;
		padding: 10px;
	}
}

/* Smartphones (landscape) */
@media only screen and (min-width : 321px) {
/* Styles */
}

/* Smartphones (portrait) */
@media only screen and (max-width : 320px) {
/* Styles */
}

/* iPads (portrait and landscape) */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) {

}

/* iPads (landscape) */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) {
/* Styles */
}

/* iPads (portrait) */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) {
/* Styles */
}

/* iPhone 4 */
@media
only screen and (-webkit-min-device-pixel-ratio : 1.5),
only screen and (min-device-pixel-ratio : 1.5) {
/* Styles */
}

@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) {


}

@media print {
	body {
	width: 100%;
	}
	
	.site-header .title-area {
		background: none;
	}

	#header-top-widget,
	.site-header .widget-area,
	.site-header .nav-primary,
	.sidebar,
	.gum-addthis-buttons,
	.footer-widgets {
		display: none;
	}
}

