/* Production
	Theme Name: ShareWisdom.TV Network
	Theme URI: http://www.studiopress.com/
	Description: Genesis child theme customized for the Share Wisdom Network
	Author: RKA ink & StudioPress
	Author URI: http://www.rkaink.com/

	Version: 1.2.2

	Template: genesis
	Template Version: 2.2

	License: GPL-2.0+
	License URI: http://www.opensource.org/licenses/gpl-license.php 
*/
/* Table of Contents

	- HTML5 Reset
		- Baseline Normalize
		- Box Sizing
		- Float Clearing
	- Defaults
		- Typographical Elements
		- Headings
		- Objects
		- Gallery
		- Forms
		- Buttons
		- Tables
	- Structure and Layout
		- Site Containers
		- Column Widths and Positions
		- Column Classes
	- Common Classes
		- Avatar
		- Genesis
		- Search Form
		- Titles
		- WordPress
	- Widgets
		- Simple Social Icons
	- Plugins
		- Genesis eNews Extended
		- Jetpack
	- Site Header
		- Title Area
		- Widget Area
	- Site Navigation
		- Header Navigation
		- Primary Navigation
		- Secondary Navigation
		- Responsive Menu
	- Content Area
		- Homepage
		- Pricing Table
		- Content
		- Entries
		- Entry Meta
		- After Entry
		- Pagination
		- Content Boxes
		- Comments
		- Pay Per View
	- Sidebar
	- Footer Widgets
	- Site Footer
	- Media Queries
		- Retina Display
		- Max-width: 1139px
		- Max-width: 1023px
		- Max-width: 768px
	- Solution Pages Photos
	- Video Production
  - Old Soliloquy
*/
/*
HTML5 Reset
---------------------------------------------------------------------------------------------------- */
/* Baseline Normalize
	normalize.css v2.1.3 | MIT License | git.io/normalize
--------------------------------------------- */

/* Version CSS file in a theme
wp_enqueue_style( 'theme-styles', get_stylesheet_directory_uri() . '/style.css', array(), filemtime( get_stylesheet_directory() . '/style.css' ) );

Why is this in here?

--------------------------------------------- */

.grecaptcha-badge {
	opacity:0 !important;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block
}
audio,
canvas,
video {
    display: inline-block
}
audio:not([controls]) {
    display: none;
    height: 0
}
[hidden],
template {
    display: none
}
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}
body {
    margin: 0
}
a {
    background: transparent
}
a:focus {
    outline: none;
}
a:active,
a:hover {
    outline: 0
}
h1 {
    font-size: 2em;
    margin: .67em 0
}
abbr[title] {
    border-bottom: 1px dotted
}
b,
strong {
    font-weight: 700
}
semi-strong {
    font-weight: 400
}
dfn {
    font-style: italic
}
hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0
}
mark {
    background: #ff0;
    color: #000
}
code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    font-size: 1em
}
pre {
    white-space: pre-wrap
}
q {
    quotes: "\201C" "\201D" "\2018" "\2019"
}
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: 0
}
fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}
legend {
    border: 0;
    padding: 0
}
button,
input,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    margin: 0;
    outline: none;
}
button,
input {
    line-height: normal
}
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
}
input[type=checkbox],
input[type=radio] {
    box-sizing: border-box;
    padding: 0
}
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
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}
textarea {
    overflow: auto;
    vertical-align: top
}
table {
    border-collapse: collapse;
    border-spacing: 0
}

button:focus {outline:none;}

/* 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,
.pagination:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.widget:before,
.wrap:before {
    content: " ";
    display: table;
}
.author-box:after,
.clearfix:after,
.entry:after,
.entry-content:after,
.footer-widgets:after,
.pagination:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.widget:after,
.wrap:after {
    clear: both;
    content: " ";
    display: table;
}
/*
Defaults
---------------------------------------------------------------------------------------------------- */
/* Typographical Elements
--------------------------------------------- */

body {
    background-color: #fff;
    color: #434343;
    font-family: 'muli', sans-serif;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.3;
    -webkit-font-smoothing: antialiased;
}
body.swn-home {
    background: none;
}
a,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button {
    -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: #000;
    color: #fff;
}
::selection {
    color: #fff;
    background-color: #4d3564;
}

a {
    color: #70489c;
    text-decoration: none;
}
a:hover {
    color: #434343;
    text-decoration:underline;
}

h1 a, h2 a, h3 a, h4 a {color:#70489c; text-decoration: none}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover {color:#434343; text-decoration: underline;}
a.author-watchnow, .sidebar_episode a {text-decoration: none}
a.author-watchnow:hover, .sidebar_episode a:hover {text-decoration: underline;}

p {
    margin: 0 0 20px;
    padding: 0;
}
ol,
ul {
    margin: 0;
    padding: 0;
}
li {
    list-style-type: none;
}
b,
strong {
    font-weight: 700;
}
semi-strong {
    font-weight: 400
}
cite,
em,
i {
    font-style: italic;
}
blockquote {
    color: #999;
    margin: 40px;
}
blockquote::before {
    content: "\201C";
    display: block;
    font-size: 30px;
    height: 0;
    left: -20px;
    position: relative;
    top: -10px;
}

div#login form {box-shadow: none !important}

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

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #413941;
    font-family: muli, sans-serif;
    font-weight: 400;
    line-height: 1.2;
    margin: 0 0 20px;
}
h1 {
    font-size: 32px;
}
h1-center {
    text-align: center;
    font-size: 32px;
}
h2 {
    font-size: 28px;
}

h1.tribe-events-single-event-title, h2.tribe-events-list-event-title {font-size:36px !important;}

h3 {
    font-size: 32px;
}
h4 {
    font-size: 20px;
}
h5 {
    font-size: 20px;
    font-weight: 400;
    line-height: 1.3;
    color: #434343;
}
h6 {
    font-size: 18px;
}

.tribe-events-schedule h2 {
  font-size: 16px;
  font-style: italic;
  font-weight: 400;
}
/* Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
    max-width: 100%;
}
  img {
    height: auto;
}
imgbox {
    height: auto;
    border:1px solid #7da9bc;
    box-shadow: 6px 6px 8px #232323;
}
.full-width-content img.pull-left {
    float: left;
    margin: 0 40px 40px -200px;
}
.full-width-content img.pull-right {
    float: right;
    margin: 0 -200px 40px 40px;
}
.featured-content img,
.gallery img {
    width: auto;
}
/* Gallery
--------------------------------------------- */

.gallery {
    overflow: hidden;
    margin-bottom: 28px;
}
.gallery-item {
    float: left;
    margin: 0;
    padding: 0 4px;
    text-align: center;
    width: 100%;
}
.gallery-columns-2 .gallery-item {
    width: 50%;
}
.gallery-columns-3 .gallery-item {
    width: 33%;
}
.gallery-columns-4 .gallery-item {
    width: 25%;
}
.gallery-columns-5 .gallery-item {
    width: 20%;
}
.gallery-columns-6 .gallery-item {
    width: 16.6666%;
}
.gallery-columns-7 .gallery-item {
    width: 14.2857%;
}
.gallery-columns-8 .gallery-item {
    width: 12.5%;
}
.gallery-columns-9 .gallery-item {
    width: 11.1111%;
}
.gallery-columns-2 .gallery-item:nth-child(2n+1),
.gallery-columns-3 .gallery-item:nth-child(3n+1),
.gallery-columns-4 .gallery-item:nth-child(4n+1),
.gallery-columns-5 .gallery-item:nth-child(5n+1),
.gallery-columns-6 .gallery-item:nth-child(6n+1),
.gallery-columns-7 .gallery-item:nth-child(7n+1),
.gallery-columns-8 .gallery-item:nth-child(8n+1),
.gallery-columns-9 .gallery-item:nth-child(9n+1) {
    clear: left;
}
.gallery .gallery-item img {
    border: none;
    height: auto;
    margin: 0;
}
/* Forms
--------------------------------------------- */

input,
select,
textarea {
    background-color: #fff;
    border: 1px solid #ddd;
    color: #000;
    font-size: 16px;
    font-weight: 400;
    padding: 16px;
    width: 100%;
}
.bottom-menu input,
.bottom-menu select,
.bottom-menu textarea {
    color: #fff;
}
input:focus,
textarea:focus {
    border: 1px solid #999;
    outline: none;
}
input[type="checkbox"],
input[type="image"],
input[type="radio"] {
    width: auto;
}
::-moz-placeholder {
    color: #434343;
    opacity: 1;
    font-weight: 400;
}
::-webkit-input-placeholder {
    color: #434343;
    font-weight: 400;
}
.enews input::-moz-placeholder {
    color: #434343;
    font-size: 16px;
    text-align: right;
}
.enews input::-webkit-input-placeholder {
    color: #434343;
    font-size: 16px;
    text-align: right;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
    background-color: #434343;
    border: none;
    color: #fff;
    cursor: pointer;
    font-family: muli, sans-serif;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 1px;
    padding: 20px;
    text-transform: uppercase;
    -webkit-font-smoothing: antialiased;
    text-decoration: none;
}
button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover {
    background-color: #7da9bc;
    color: #fff;
}
.button {
    display: inline-block;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
    display: none;
}

.wpcf7-form-control.g-recaptcha {margin-bottom: 28px;}
/* Buttons
--------------------------------------------- */

.footer-widgets a.button,
.footer-widgets button,
.footer-widgets input[type="button"],
.footer-widgets input[type="reset"],
.footer-widgets input[type="submit"],
.home-even a.button,
.home-odd a.button {
    background: transparent;
    clear: both;
    font-family: muli, sans-serif;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 1px;
    margin-top: 20px;
    padding: 15px 25px;
    text-transform: uppercase;
}
.footer-widgets a.button,
.footer-widgets button,
.footer-widgets input[type="button"],
.footer-widgets input[type="reset"],
.footer-widgets input[type="submit"],
.home-odd a.button {
    border: 3px solid #fff;
    color: #fff !important;
}
.footer-widgets a.button:hover,
.home-odd a.button:hover {
    background-color: #fff;
    color: #000 !important;
}
.footer-widgets button:hover,
.footer-widgets input:hover[type="button"],
.footer-widgets input:hover[type="reset"],
.footer-widgets input:hover[type="submit"] {
    background-color: #fff !important;
    color: #000 !important;
}
.home-even a.button {
    border: 3px solid #000;
    color: #000;
}
.home-even a.button:hover {
    background-color: #000;
    color: #fff;
}
/* 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: 700;
}
/*
Structure and Layout
---------------------------------------------------------------------------------------------------- */
/* Site Containers
--------------------------------------------- */

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

.nav-search-wrap .wrap {
  max-width: 1180px;
}

.hwrap {overflow: hidden}
.site-inner {
    clear: both;
    padding-top: 170px;
}

.home .site-inner { margin-top:50px;}

.swn-home .site-inner {
    max-width: 100%;
    margin-top: 0;
}
.swn-landing .site-inner {
    margin-top: 100px;
}
/* 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%;
}
.first {
    clear: both;
    margin-left: 0;
}
.logo-img{
   width:75px;
   height:75px;
/*Scale down will take the necessary specified space that is 75px x 75px without stretching the image*/
    object-fit:scale-down;
}


/*
Common Classes
---------------------------------------------------------------------------------------------------- */
/* Avatar
--------------------------------------------- */

.avatar {
    float: left;
}
.author-box .avatar {
    height: 88px;
    width: 88px;
}
.entry-comments .avatar {
    height: 60px;
    width: 60px;
}
.alignleft .avatar,
.author-box .avatar {
    margin-right: 24px;
}
.alignright .avatar {
    margin-left: 24px;
}
.comment .avatar {
    margin: 0 20px 24px 0;
}
/* Genesis
--------------------------------------------- */

.breadcrumb {
    border-bottom: 2px solid #f5f5f5;
    font-size: 16px;
    margin-bottom: 60px;
    padding-bottom: 10px;
}
.archive-description,
.author-box {
    border-bottom: 1px solid #000;
    border-top: 1px solid #000;
    font-size: 18px;
    margin-bottom: 40px;
    padding: 40px 0;
}
.author-box-title {
    font-size: 22px;
    margin-bottom: 8px;
}
.archive-description p:last-child,
.author-box p:last-child {
    margin-bottom: 0;
}

.author-box-content img {
  width: 220px;
  border-radius: 50%;
  margin-bottom: 16px !important;
}

.author .author-box-content img {
  border-radius: 50%;
  float: left;
  margin-bottom: 16px !important;
  margin-right: 16px !important;
  width: 220px;
}

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

.search-form {
    overflow: hidden;
}

.entry-content .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: 24px;
    line-height: 1;
    margin-bottom: 20px;
}
.entry-title {
    font-size: 32px;
    display: none;
}
.page-template-default .entry-title {
    font-size: 32px;
    text-align: left;
}
.page-template-default .entry-header::after {
    display: none;
}
.sidebar .entry-title {
    font-size: 22px;
    text-align: left;
}
.entry-title a {
    color: #685f68;
}
.entry-title a:hover {
    color: #434343;
    text-decoration: underline;
}
.widget-title {
    font-size: 22px;
    font-weight: 400;
    margin-bottom: 20px;
}
.footer-widgets .widget-title {
    color: #fff;
    font-size: 48px;
}
.home-even .widget-title,
.home-odd .widget-title {
    font-size: 60px;
    margin-bottom: 40px;
}
/* WordPress
--------------------------------------------- */

.alignleft {
    float: left;
    text-align: left;
}
.alignright {
    float: right;
    text-align: right;
}
a.alignleft,
a.alignnone,
a.alignright {
    max-width: 100%;
}
a.alignnone {
    display: inline-block;
}
a.aligncenter img {
    display: block;
    margin: 0 auto;
}
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;
}
.wp-caption-text {
    font-size: 18px;
    line-height: 1.2;
    text-align: center;
    margin-top:12px;
}
.entry-content p.wp-caption-text {
    margin-bottom: 0;
}
.gallery-caption,
.entry-content .gallery-caption {
    margin: 0 0 10px;
}
.sticky {}
/*
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;
}
/* Simple Social Icons
--------------------------------------------- */

/* .swn-home .content .simple-social-icons {
    margin-top: 40px;
}
.swn-home .content .simple-social-icons ul li {
    margin: 0 20px !important;
}
.swn-home .content .simple-social-icons ul li a,
.swn-home .content .simple-social-icons ul li a:hover {
    padding: 30px;
}*/

.simple-social-icons li a:visited {
  color: #fff !important;
} 

.simple-social-icons ul li a, .simple-social-icons ul li a:hover {font-size: 20px !important; padding: 10px !important;}

/*
Plugins
---------------------------------------------------------------------------------------------------- */
.sw-social-block {text-align: center;}
.sw-social {display: inline-block; font-size: 24px; margin: 0 6px 12px; text-align: center; width: 36px; height: 36px; line-height: 36px;     -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;}
.sw-social-block .sw-social br {display: none;}
.sw-social a i {color:#fff !important}
.sw-social.facebook {background:#3b5998}
.sw-social.facebook:hover {background:#fff;}
.sw-social.facebook:hover a i {color:#3b5998 !important}
.sw-social.twitter {background:#1da1f2}
.sw-social.twitter:hover {background:#fff;}
.sw-social.twitter:hover a i {color:#1da1f2 !important}
.sw-social.heart {background:#cb2027}
.sw-social.heart:hover {background:#fff}
.sw-social.heart:hover a i {color:#cb2027 !important}
.sw-social.itunes {background:#666}
.sw-social.itunes:hover {background:#fff}
.sw-social.itunes:hover a i {color:#666 !important}
.sw-social.spreaker {background:#e7c404}
.sw-social.spreaker:hover {background:#fff}
.sw-social.spreaker:hover a i {color:#e7c404 !important}
.sw-social.instagram {background:#e13967}
.sw-social.instagram:hover {background:#fff}
.sw-social.instagram:hover a i {color:#e13967 !important}
.sw-social.pinterest {background:#cb2027}
.sw-social.pinterest:hover {background:#fff}
.sw-social.pinterest:hover a i {color:#cb2027 !important}
.sw-social.linkedin {background:#008cc9}
.sw-social.linkedin:hover {background:#fff}
.sw-social.linkedin:hover a i {color:#008cc9 !important}

/*

.sidebar-primary .sw-social {margin: 0 2px 12px;}

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

.enews-widget input {
    font-size: 18px;
    margin-bottom: 20px;
}
.footer-widgets .enews-widget input:hover[type="submit"] {
    background-color: #fff;
    color: #000;
}
.enews form + p {
    margin-top: 24px;
}
/* Jetpack
--------------------------------------------- */

#wpstats {
    display: none;
}

.wp-pagenavi a, .wp-pagenavi span {padding: 0 12px !important;}
/*
Site Header
---------------------------------------------------------------------------------------------------- */

.site-header {
    background-color: #fff;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
}
.admin-bar .site-header {
    top: 32px;
}

.site-header > .wrap {
  max-width: 100%;
}

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

.title-area {
    float: left;
    padding: 20px 0;
    width: 380px;
}

.site-title {
    font-family: muli, sans-serif;
    font-size: 30px;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 1;
    margin-bottom: 0;
    text-transform: uppercase;
}
.site-title a,
.site-title a:hover {
    color: #fff !important;
}
.header-image .title-area {
    padding: 0;
}
.header-image .site-title > a {
    background-size: contain !important;
    display: block;
    height: 60px;
    text-indent: -9999px;
    margin-top: 12px;
}
.site-description {
    display: block;
    height: 0;
    margin-bottom: 0;
    text-indent: -9999px;
}

.header-tagline {overflow: hidden;}
.header-tagline h4.widget-title {display:none;}
.header-tagline h4 {margin:40px 0 0 40px; font-size:19px; font-weight: 800; color:#70489c;}
.header-tagline h4 span {font-style: italic;}
.header-tagline .widget-area {float:left;}

/* Widget Area
--------------------------------------------- */

.site-header .widget-area {
    float: right;
    width: 820px;
    text-align: right;
}
.site-header .widget-area,
.site-header .widget-area a,
.site-header .widget-area h4 {
    color: #644696;
}
.site-header .widget-area a:hover {
    color: #7da9bc;
}
.site-header .textwidget {
    margin-top: 27px;
}
/*
Site Navigation
---------------------------------------------------------------------------------------------------- */

.genesis-nav-menu {
    clear: both;
    color: #fff;
    font-family: muli, sans-serif;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 1;
    width: 100%;
}
.genesis-nav-menu .menu-item {
    display: inline-block;
    text-align: left;
}
.genesis-nav-menu li li {
    margin-left: 0;
}
.genesis-nav-menu a {
    color: #434343;
    display: block;
    font-family: muli, sans-serif;
    padding: 27px 20px;
    text-decoration: none;
}
.genesis-nav-menu a:hover,
.genesis-nav-menu .sub-menu a:hover,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover {
    color: #470986;
}
.genesis-nav-menu .sub-menu {
    left: -9999px;
    letter-spacing: 0;
    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 {
    padding: 20px;
    position: relative;
    width: 200px;
}
.genesis-nav-menu .sub-menu .sub-menu {
    margin: -56px 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;
    display: inline-block;
    list-style-type: none;
    padding: 27px 20px;
    text-transform: uppercase;
}
.genesis-nav-menu > .right > a {
    display: inline;
    padding: 0;
}
.genesis-nav-menu > .rss > a {
    margin-left: 48px;
}
.genesis-nav-menu > .search {
    display: block;
    margin: 0 auto;
    padding: 0 20px 20px;
    width: 50%;
}
/* Hamburger Navigation
--------------------------------------------- */

.hmenu {position: absolute; width: 100%; top: 0; z-index: 999}
.hmenu .wrap {position: relative;}
.hmenu-buttons {right: 0; position: absolute; padding: 40px 0 40px; background: #fff; vertical-align: top; z-index: 999; width:290px; text-align:right;}
#menu-toggle, #search-toggle {padding:0; background: #fff; color: #70489c !important;}
#menu-toggle {width:66px; font-size:21px;}
#search-toggle {width:72px; font-size:20px; margin-left:16px;}
#search-toggle:before {position: relative; top:2px;}
.menu-toggled .hmenu-text {top:-5px; left:4px;}
.search-toggled .hmenu-stext {top: -5px; left: 2px;}
.slide-search h4.widget-title {display: none;}
.menu-toggled #menu-toggle.dashicons:before, .search-toggled #search-toggle.dashicons:before {position: relative; top: -4px;content:'x'; font-family:muli; text-transform: lowercase; font-size: 28px;}
.hmenu-text, .hmenu-stext {font-family: muli, sans-serif; font-size: 13px; vertical-align: middle; position:relative; }
.hmenu-text {top:-3px;}
.hmenu-stext {top:-2px; left:-4px;}

.slide-menu, .slide-search {
background: #4d3564;    
    background: -moz-linear-gradient(left, #4d3564 1%, #746197 52%, #4d3564 100%);    
    background: -webkit-linear-gradient(left, #4d3564 1%, #746197 52%, #4d3564 100%);    
    background: linear-gradient(to right, #4d3564 1%, #746197 52%, #4d3564 100%);    
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#4d3564', endColorstr='#4d3564', GradientType=1); 
    position: absolute;
    overflow: hidden;
    right: 6px;
    text-align: center;
    transition: .8s all;
    width: 280px;
    box-shadow: 2px 2px 4px #232323;
}


.slide-menu {padding:8px; top: -470px; z-index: 998;}

.menu-toggled .slide-menu {
    top:106px
}

.slide-menu li.menu-item {
  padding: 12px 0;
  border-bottom: 1px solid rgba(0,0,0,.33);
  margin: 0 32px;
}

.slide-menu li.menu-item:last-child {border-bottom: 0}

.slide-menu li.menu-item:hover{
    background: rgba(0,0,0,.33);
    margin:0;
}

.slide-menu li.menu-item a {
  color: #fff;
  text-decoration: none;
}


.slide-search {
   padding: 30px 15px;
    top: -220px;
    z-index: 997;
}

.search-toggled .slide-search {
    top:106px;
} 

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

.nav-search-wrap {
    background-color: #fff;
    margin-top: 12px;
    overflow: auto;
    border-top: 1px solid #470986;
    border-bottom: 1px solid #470986;
}

.nav-primary {float:left;}
.nav-primary .sub-menu {
    border:1px solid #470986;
    border-top:none;
    background-color: #fff;
}

.genesis-nav-menu.menu-primary a {
  padding: 12px 20px;
  color: #4c789d;
  font-weight: bold;
}

.genesis-nav-menu.menu-primary a:hover {color: #57238C}

.searchnav {padding-right: 20px; float:right;}

.searchnav .search-form {margin-bottom:0;}

.searchnav .widget-title {display: none;}

.searchnav .search-form > input {background: rgba(255, 255, 255, 0.66); padding: 10px 20px; border-top:none; border-bottom: none;}
.searchnav .search-form > input:focus {border-color:#470986;}

.searchnav .search-form > input:placeholder {color: #4c789d;}
.searchnav .search-form > input::-moz-placeholder {color: #4c789d;}
.searchnav .search-form > input::-webkit-input-placeholder {color: #4c789d;}

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

.nav-secondary .genesis-nav-menu {
    padding: 32px 0;
}
.nav-secondary a {
    margin: 0 20px;
    padding: 0;
}

.genesis-nav-menu.menu-secondary a {color: #434343; font-weight: 800;}
.genesis-nav-menu.menu-secondary a:hover {text-decoration: underline;}

.genesis-nav-menu.menu-secondary {text-align:center;}

.genesis-nav-menu.menu-secondary li {border-right: 2px solid #70489c;}
.genesis-nav-menu.menu-secondary li:last-child {border-right: 0;}



/* Responsive Menu
--------------------------------------------- */

.responsive-menu-icon {
    cursor: pointer;
    display: none;
    margin-bottom: 10px;
}
.responsive-menu-icon::before {
    color: #470986;
    content: "\f333";
    font: normal 24px/1 'dashicons';
    margin: 0 auto;
}
/*
Content Area
---------------------------------------------------------------------------------------------------- */
/* Homepage
--------------------------------------------- */

.home-even,
.home-odd {
    clear: both;
    font-size: 20px;
    overflow: hidden;
/* Rob 20180913    padding: 90px 0;*/
    text-align: center;
}
.home-even .widget,
.home-odd .widget {
    margin-bottom: 40px;
}
.home-even p:last-child,
.home-even .widget:last-child,
.home-odd p:last-child,
.home-odd .widget:last-child {
    margin-bottom: 0;
}
.home-odd,
.home-odd a:hover,
.home-odd h1,
.home-odd h2,
.home-odd h3,
.home-odd h4,
.home-odd h5,
.home-odd h6,
.home-odd .featured-content .entry-title a,
.home-odd .widget-title {
    color: #fff;
}
.home-odd .featured-content .entry-title a:hover {
    color: #7da9bc;
}
.home-even p:last-child,
.home-odd p:last-child {
    margin-bottom: 0;
}
.home-even {
    background-color: #fff;
}
/* .home-section-1,
.home-section-3,
.home-section-5,
.wisdomtogo {
    background-attachment: fixed;
    background-color: #fff;
    background-position: 50% 0px;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
} */

.home-section-3 {
	    background: #4d3564;
    /* Old browsers*/
   background: -moz-linear-gradient(left, #4d3564 1%, #746197 52%, #4d3564 100%) !important;
    /* FF3.6-15*/
	background: -webkit-linear-gradient(left, #4d3564 1%, #746197 52%, #4d3564 100%) !important;
    /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #4d3564 1%, #746197 52%, #4d3564 100%) !important;
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#4d3564', endColorstr='#4d3564', GradientType=1) !important;
    /* IE6-9 */
}
.home-section-3 h2, .home-section-5 h2 {
	color:#fff;
	margin: 10px 0px 10px;
/* 20190409  padding: 20px 36px; */
  background: rgba(38,38,38,.2);
  display:inline-block;
/*  margin-bottom: 0 !important;*/
  border: 1px solid;
}

.home-section-3 h2:hover {background:#fff; color:#4d3564}

.home-section-3 a, .home-section-5 a {text-decoration:none}
.home-section-3 a:hover, .home-section-5 a:hover {color:blue}

.home-section-4 {
    padding: 10px 0;
}
.home-section-4 .widget-title {
    font-size: 36px;
    margin-top: 10px;
    margin-bottom: 15px;
    font-weight: 800;
    color: #ffffff;
}
.home-section-4 {
	padding:10px 0;
	/*background: #67b8af url("/wp-content/uploads/2019/01/WebsiteBGColor_Tealx300px.jpg") no-repeat center fixed;*/
background-size:cover;
   /* padding: 0;
    margin-bottom:10px;
   display:none; */
}

.home-section-4 h2 { color: #7da9bc;}

.wisdomtogo {
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
/*  padding: 100px 0; */
/*  background: url("/wp-content/uploads/2016/01/ShareWisdom.jpg"); */
/*  background: url("/wp-content/uploads/2018/09/ParallaxVideoProductionx1553_09.jpg");*/
  background-size: cover;
  background-attachment: fixed;
}

.bbc {
  clear: left;
  float: left;
  display:inline-block;
}

.bbs {
  margin-bottom: 30px;
  clear: left;
  padding-top: 50px;
}

.bbs a {color:#434343 !important}
.bbs a:hover {text-decoration: underline !important}

/*.home-section-2 select {
  float: left;
  font-size: 16px;
  padding: 4px 16px;
  width: 300px;
  margin-left: 20px;
}
*/

/* Pricing Table
--------------------------------------------- */

.pricing-table {
    font-size: 22px;
    line-height: 1;
}
.pricing-table h4 {
    border-bottom: 2px solid #000;
    color: #000;
    margin: -40px -40px 40px;
    padding: 40px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.pricing-table .one-third {
    background-color: #fff;
    border: 2px solid #000;
    margin: 20px -2px;
    padding: 40px;
    width: 33.33%;
}
.pricing-table .one-third:nth-child(3n+1) {
    margin: 20px 0;
}
.pricing-table .one-third:nth-child(3n+2) {
    margin-bottom: 0;
    margin-top: 0;
}
.pricing-table .one-third:nth-child(3n) {
    margin: 20px 0;
}
.pricing-table ul li::before {
    content: "\f139";
    display: inline-block;
    font: normal 20px/1 'dashicons';
    margin-right: 5px;
    margin-top: -2px;
    vertical-align: top;
    -webkit-font-smoothing: antialiased;
}
.pricing-table ul li {
    border-bottom: 1px dotted #ddd;
    color: #000;
    padding-bottom: 10px;
    margin-bottom: 15px;
}
.pricing-table a.button {
    background-color: #000;
    border: 3px solid #000;
    color: #fff;
}
.pricing-table a.button:hover {
    background-color: #7da9bc;
    border: 3px solid #7da9bc;
    color: #fff !important;
}
/* Content
--------------------------------------------- */

.content {
    float: left;
    width: 700px;
}
.page .content {
    padding-bottom: 50px;
}
.sidebar-content .content {
    float: right;
}
/* 20190408 Rob Changed padding from 50 to 10 to help move footer up on Sales Pages */
.full-width-content .content {
    padding: 0 12px 10px;
    width: 100%;
}
.full-width-content.swn-home .content {
    padding: 0;
}
/* Entries
--------------------------------------------- */

.entry {
    margin-bottom: 100px;
}
.sidebar .entry {
    margin-bottom: 40px;
}
.entry-content ol,
.entry-content ul {
    margin-bottom: 30px;
    margin-left: 40px;
}
.entry-content ol > li {
    list-style-type: decimal;
}
.entry-content ul > li {
    list-style-type: disc;
}
.entry-content ol ol,
.entry-content ul ul {
    margin-bottom: 0;
}
.entry-content code {
    background-color: #000;
    color: #ddd;
}
/* Entry Meta
--------------------------------------------- */

p.entry-meta {
    font-size: 16px;
    margin-bottom: 0;
    display: none;
}
.entry-header {
    text-align: center;
}
.entry-header::after {
    border-bottom: 1px solid #000;
    content: "";
    display: block;
    margin: 0 auto 60px;
    padding-bottom: 30px;
    width: 25%;
}
.sidebar .entry-header::after {
    display: none;
}
.entry-categories::before,
.entry-tags::before {
    display: inline-block;
    font: normal 20px/1 'dashicons';
    margin-right: 5px;
    margin-top: 2px;
    vertical-align: top;
    -webkit-font-smoothing: antialiased;
}
.entry-categories::before {
    content: "\f318";
}
.entry-tags::before {
    content: "\f323";
}
.entry-categories,
.entry-tags {
    display: block;
}
.entry-comments-link::before {
    content: "\2014";
    margin: 0 6px 0 2px;
}
/* After Entry
--------------------------------------------- */

.after-entry {
    border-top: 1px solid #000;
    padding: 40px 0;
}
.after-entry .widget {
    margin-bottom: 40px;
}
.after-entry p:last-child,
.after-entry .widget:last-child {
    margin: 0;
}
.after-entry li {
    list-style-type: none;
}
/* Pagination
--------------------------------------------- */

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

.pagination ul {margin-top:40px;}

.adjacent-entry-pagination {
    margin-bottom: 0;
}
.archive-pagination li {
    display: inline;
}
.archive-pagination li a {
    background-color: #000;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: muli, sans-serif;
    font-size: 14px;
    letter-spacing: 1px;
    padding: 8px 12px;
    text-transform: uppercase;
}
.archive-pagination li a:hover,
.archive-pagination .active a {
    background-color: #7da9bc;
    color: #fff;
}
/* Content Boxes
--------------------------------------------- */

.content-box-blue,
.content-box-gray,
.content-box-green,
.content-box-purple,
.content-box-red,
.content-box-yellow {
    margin-bottom: 30px;
    overflow: hidden;
    padding: 30px;
}
.content-box-blue {
    background-color: #d8ecf7;
    border: 1px solid #afcde3;
}
.content-box-gray {
    background-color: #e2e2e2;
    border: 1px solid #bdbdbd;
}
.content-box-green {
    background-color: #d9edc2;
    border: 1px solid #b2ce96;
}
.content-box-purple {
    background-color: #e2e2f9;
    border: 1px solid #bebde9;
}
.content-box-red {
    background-color: #f9dbdb;
    border: 1px solid #e9b3b3;
}
.content-box-yellow {
    background-color: #fef5c4;
    border: 1px solid #fadf98;
}
/* Comments
--------------------------------------------- */

.comment-respond,
.entry-comments,
.entry-pings {
    margin-bottom: 100px;
}
p.comment-meta,
.entry-comments .comment,
.entry-comments .comment-reply {
    margin-bottom: 40px;
}
.comment-header {
    font-size: 16px;
}
.entry-comments .comment {
    border-bottom: 1px solid #000;
}
.comment-content,
.entry-comments .comment {
    clear: both;
}
p.form-submit,
.entry-comments .children .comment,
.entry-comments .comment-author {
    margin: 0;
}
.entry-comments .children .comment {
    border: none;
}
.comment-respond label {
    display: block;
    font-weight: 700;
}
.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
    width: 100%;
}
.comment-list li,
.ping-list li {
    list-style-type: none;
}
.entry-comments ul.children {
    margin-left: 40px;
}
.form-allowed-tags,
.ping-list .reply {
    display: none;
}
.bypostauthor {} .form-allowed-tags {
    background-color: #f5f5f5;
    font-size: 16px;
    padding: 24px;
}

/*
Pay Per View
------------------------------------------------------ */

a.button.se-button {color: #fff; border: 2px solid #470986; background: #470986; border-radius: 8px; padding: 8px 16px; margin-top: 0; text-decoration:none !important}
a.button.se-button:hover {color:#470986; background:#fff; text-decoration:none}

.button.swn-ppv-button {text-decoration: none !important;}
.tag-special-event .alignleft.size-ppv-image {max-width: 40%;}
.tag-special-event {margin-top: 30px;}

.related.products h2 {clear: left;}
#watch_now {
	clear: left;
	text-align: center;
	margin-bottom: 40px;
	margin-top: 50px !important;
}
hr.ppv-hr {width: 80%; margin: 40px auto; clear: both;}

.ppv-event-title-button {margin-bottom:20px}
.ppv-event-title-button h2 {float: left; margin-top:8px}
.ppv-event-title-button a {float:right}

.ppv-event-under-tb {margin-top: 30px; clear:both}
.ppv-before-event-text1 {
	margin: 25px 0px 18px 0px; 
	padding-top: 40px;
	padding-bottom: 40px; 
	text-align: left;
	}

.ppv-before-event-text1-gregg {
	margin: 25px 0px 18px 0px; 
	padding-top: 10px;
	padding-bottom: 0px; 
	text-align: left;
	}

/* Stu Original .ppv-event-desc p {padding-bottom:20px} */
.ppv-event-desc p {padding:20px}
.ppv-speaker-block {clear: both; max-width: 800px; margin: auto; display:table; height:100%; margin-top: -12px;}
.ppv-speaker-img {width: 25%; border-radius:100%; display:table-cell; height:100%; vertical-align:middle}
.ppv-speaker-img .alignleft.size-ppv-image {max-width:100%; border-radius:100%; margin-bottom:0}
.ppv-speaker-text {
/*	display:table-cell; */
	  height: 100%; 
  	vertical-align:middle;
	  padding: 70px 0px 0px 20px;
	  text-align: left;
}

/*
Show Page Template items
---------------------------------------------------------------------------------------------------- */

.page-template-shows-page .entry-header::after {
  margin: 0 auto 20px;
  padding-bottom: 20px;
}

/*
Production Pages
---------------------------------------------------------------------------------------------------- */
.production-page {
  max-height: 480px !important;
  margin-top: 60px !important;
  margin-bottom: 46px !important;
}

.page-template-shows-page .show-descrip {
  margin-bottom: 28px;
}

.headshot img {
  border-radius: 100%;
}

.headshot {
  border-radius: 100% !important;
  float: left;
  width: 150px;
  margin: 0 24px 24px 0;
}

/* Signup Pages
---------------------------------------------------------------------------------------------------- */

.page-id-4281 h1.entry-title {display: none;}
/*
Sidebar
---------------------------------------------------------------------------------------------------- */

.sidebar {
    float: right;
    width: 360px;
}
.sidebar-content .sidebar {
    float: left;
}
.sidebar p:last-child {
    margin-bottom: 0;
}
.sidebar li {
    list-style-type: none;
    margin-bottom: 6px;
    word-wrap: break-word;
    font-family: 'muli';
}
.sidebar ul > li:last-child {
    margin-bottom: 0;
}
.sidebar .widget {
    margin-bottom: 40px;
}

.content-sidebar-wrap .sidebar-primary {
  padding-left: 24px;
  border-left: 1px solid #434343;
}

#text-16 {margin-bottom:20px;}
#text-16 h4.widget-title {font-size:18px; font-weight:800;}
/* #text-16, #tribe-mini-calendar-2 {display: none;}
.post-type-archive-tribe_events #text-16, .post-type-archive-tribe_events #tribe-mini-calendar-2 {display: block;} */

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

.footer-widgets {
    background-color: #fff;
    clear: both;
    font-size: 18px;
    padding: 0 0 24px;
    margin-top: 10px;
}


.footer-widgets .widget {
    margin-bottom: 32px;
}
.footer-widgets p:last-child,
.footer-widgets .widget:last-child {
    margin-bottom: 0;
}

.footer-widgets .widget-area {width:100%;}
/* .footer-widgets .footer-widgets-1.widget-area {margin-left:0;}*/
.footer-widgets-2 ul, .footer-widgets-3 ul {padding-left:58px;}
.footer-widgets-2 ul li, .footer-widgets-3 ul li {margin-bottom:12px;}
.footer-widgets-2 ul li a, .footer-widgets-3 ul li a {color:#434343; font-weight:800;}

.footer-widgets hr {
    margin: 0 auto !important;
    width: 60%; 
    clear:both;}

    .footer-widgets hr:first-child {
    margin-bottom:32px !important;}

    .footer-widgets hr:nth-child(4) { clear:both;
    margin-top:32px;}

.footer-widgets-1 .two-thirds p {
    padding-bottom: 32px;
}

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

.site-footer {
    padding: 0 0 8px;
    text-align: center;
    margin-top: -100;
}
.site-footer,
.site-footer a,
.site-footer p {color: #434343;}

.site-footer a {text-decoration: none}

.site-footer a:hover {
    color: #685f68; text-decoration: underline;
}
.site-footer p {
    font-family: muli, sans-serif;
    font-size: 12px;
    letter-spacing: 1px;
    margin-bottom: 0;
    text-transform: uppercase;
}

/* RKA ink / ShareWisdom.TV
---------------------------------------------------------------------------------------------------- */
/* Custom SW Menus

--------------------------------------------------------------------------------------------------- */

.site-title a {
    background: url(/wp-content/uploads/2016/01/Share-Wisdom-Network.png) no-repeat !important;
}
.site-header .widget-area {
    padding: 15px 0 0 0;
    	max-height:68px;
}

.site-header .textwidget {
    margin-top: 0;
}
onair {
    font-family: 'muli';
    font-size: 17px;
    padding: 10px 0 0 0;
    float: right;
    margin-left: 20px;
}
watchnow {
    width: auto;
    background: #89c090;
    text-shadow: 1px 1px #4a4a4a;
    padding: 8px 13px!important;
    color: #fff!important;
    text-transform: uppercase;
    font-weight: 800;
    border-top: 4px solid #b8d9bc;
    margin-left: 36px;
    white-space:nowrap;
}
watchnow:hover,
watchnow2:hover {
    color: #fff!important;
    text-shadow: none;
}

a watchnow:hover,
a watchnow2:hover  {text-decoration: none !important;}

watchnow:after, watchnow2:after {
    content: "\f144";
    font-family: FontAwesome;
    font-size: 14px;
    margin-left: 5px;
}
watchnow2 {
    width: auto;
    background: #89c090;
    text-shadow: 1px 1px #4a4a4a;
    padding: 8px 13px!important;
    color: #fff!important;
    text-transform: uppercase;
    font-weight: 800;
    border-top: 4px solid #b8d9bc;
    margin-left: 36px;
}

.author-box-content watchnow {display: block; margin-top: 40px; width: 186px; margin: 40px auto 0;}

#menu-item-153 a {
    padding-right: 0;
    margin-right: -3px;
}
#menu-item-325 {
    margin-right: 10px;
}
.site-header .widget {
  /*  float: right; */
}
#nav_menu-5.widget {
    padding: 15px 0;
}
/* Sign up button */

    .home-bar-menu {
    background: #4d3564;    
    background: -moz-linear-gradient(left, #4d3564 1%, #746197 52%, #4d3564 100%);    
    background: -webkit-linear-gradient(left, #4d3564 1%, #746197 52%, #4d3564 100%);    
    background: linear-gradient(to right, #4d3564 1%, #746197 52%, #4d3564 100%);    
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#4d3564', endColorstr='#4d3564', GradientType=1);
    text-align:center;    
    font-size: 0;
    font-weight: 800;
	  position: relative;
    overflow: visible;
    margin-top:20px;
    width:100%;
}

.home-bar-menu li {width:24.8%; position:relative; display:inline-block; font-size: 17px; padding:12px 0; letter-spacing:1px;}
.home-bar-menu li a {color:#fff; width:100%; text-decoration:none;  display:block; border-right: 2px solid #ccc}
.home-bar-menu li:last-child a {border-right:0}
.home-bar-menu li:hover {background: rgba(0,0,0,.33);}

.home-bar-menu .sub-menu {display:none; position:absolute; width:100%; top:44px; background: #4d3564; z-index: 100;
    background: -moz-linear-gradient(left, #4d3564 1%, #746197 52%, #4d3564 100%);
    background: -webkit-linear-gradient(left, #4d3564 1%, #746197 52%, #4d3564 100%);
    background: linear-gradient(to right, #4d3564 1%, #746197 52%, #4d3564 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#4d3564', endColorstr='#4d3564', GradientType=1);
}
.home-bar-menu li:hover .sub-menu {display:block;}
.home-bar-menu li .sub-menu li {width:100%;}
.home-bar-menu li .sub-menu li a { border-right: 0}


.bottom-menu a {
    color: #fff;
}
.bottom-menu li {
    padding: 10px;
    display: inline-block;
    font-weight: 800;
    position:relative;
}

.bottom-menu li:first-child {
  padding-left: 0;
}
.bottom-menu li:last-child {
  padding-right: 0;
}
.bottom-menu input {
    background-color: transparent;
    border: 1px solid #fff;
    color: #fff;
    font-weight: 800;
    font-size: 14px;
    padding: 0 10px;
    margin-top: 10px;
}

.bottom-menu .sub-menu {display:none; background: #4d3564; position: absolute; z-index: 4; top: 34px;}
.bottom-menu li .sub-menu li {display: block; margin: 0; text-align: center; padding: 12px 4px; text-transform: capitalize;}
.bottom-menu li:hover .sub-menu {display:block}
.bottom-menu .menu-item-3441 .sub-menu {width: 300px; background: #6f5b91}
/* .bottom-menu .menu-item-419 .sub-menu {width: 300px; background: #6f5b91}
.bottom-menu .menu-item-1657 .sub-menu {width: 300px; background: #665184} */

.bottom-left {float:left;}
.bottom-left .widget {
    width: 408px;
    float: left;
    font-weight: 300;
}
.bottom-right {
    width: 700px;
    float: right;
    text-align: right;
    text-transform: uppercase;
    color: #fff;
}
#search-3 {
    width: 150px;
    float: right;
    display: inline;
}
#nav_menu-4 {
    width: 73%;
    float: left;
    display: inline;
    text-align: right;
}

/* SW Homepage Boxes

--------------------------------------------------------------------------------------------------- */

#nav_menu-7 {position: relative; z-index: 1000;}

/* #Box1,
#Box2,
#Box3,
.box1,
.box2,
.box3 {

    width:33.33%;
	display:inline-block;
	float:left;
    color: #fff;
    font-family: 'muli';
    text-align: center;
    text-transform: uppercase;
    font-size: 28px;
    letter-spacing: 3px;
	position: relative !important;

}
#Box1 a,
#Box2 a,
#Box3 a,
.box1 a,
.box2 a,
.box3 a {
    color: #fff;
    text-shadow: 1px 1px #4a4a4a;
    padding: 20px 0;
    display: block;
	position: relative !important;
	width:100%;
}
#Box1 a:hover,
#Box2 a:hover,
#Box3 a:hover,
.box1 a:hover,
.box2 a:hover,
.box3 a:hover  {
    color: #fff;
    text-shadow: none;
}
#Box1, .box1 a {
    background: #89c090;
    background: url(/wp-content/uploads/2016/01/SW1-300x300.jpg);
    background-size: 100%;
    background-position: center;
}
#Box2, .box2 a {
    background: #276f8f;
    background: url(/wp-content/uploads/2016/01/SW2-300x300.jpg);
    background-size: 100%;
    background-position: center;
}
#Box3, .box3 a {
    background: #7da9bc;
    background: url(/wp-content/uploads/2016/01/SW3-300x300.jpg);
    background-size: 100%;
    background-position: center;
}

.box1 a + .sub-menu, .box2 a + .sub-menu, .box3 a + .sub-menu {
  position: absolute;
  top: 76px;
  right:0;
  left:0;
  z-index:999;
}

.box1 .sub-menu li, .box2 .sub-menu li, .box3 .sub-menu li {
  margin-left: 0;
  text-transform: capitalize;
}

.box1 .sub-menu li a, .box2 .sub-menu li a, .box3 .sub-menu li a {
  width: 100%;
}

.box1 .sub-menu, .box2 .sub-menu, .box3 .sub-menu {display:none}
.box1:hover .sub-menu, .box2:hover .sub-menu, .box3:hover .sub-menu {display:block}
.box3:hover li a {background:#7da9bc}
.box2:hover li a {background:#276f8f}
.box1:hover li a {background:#89c090}
 */

/* SW Homepage Sections

--------------------------------------------------------------------------------------------------- */

.home-left {
    width: 48%;
    margin: -20px 2% 0 0;
    display: block;
    float: left;
}
.home-left-2 {
    display: block;
    width: 48%;
    margin: 0 2% 0 0;
}
.home-right {
    width: 48%;
    margin: 0 0 0 2%;
    display: block;
    float: right;
}

.home .home-right .aboutbutton {display: none;}

.home-right-2 {
    display: block;
    width: 48%;
    margin: 2% 0 0 2%;
    float: right;
}
/* fix overlay in Safari
	.home-section-1 {
	margin-bottom: -70px;
	} */
#home-section-1 h2 {
    font-size: 32px;
    margin: 15px 0 0 0;
    font-weight: 800;
    color: #fff;
    text-shadow: 1px 1px #29506e;
}
#home-section-1 h3 {
    font-size: 24px;
    text-transform: uppercase;
    color: #29506e;
    font-weight: 800;
    letter-spacing: 1px;
    text-shadow: 1px 1px #fff;
}
#home-section-1 h4 {
    color: #29506e;
    margin: 10px 0 30px 0;
    font-size: 32px;
}

.onairdescriptionexcerpt {padding-top:3px;}
.onairdescriptionexcerpt, .onairdescription p, .onholddescription p {
    font-weight: 300;
    font-family: 'muli';
    font-size: 16px;
	  text-align:left;
	  padding-top: 15px;
	  clear:both;
}

.onairdescriptionexcerpt a {text-decoration:none}

.upcoming-episodes {
    width: 25%;
    float: left;
    font-size: 12px;
    font-family: 'muli';
    padding: 0 1%;
}

.upcoming-episodes a {text-decoration:none;}
.upcoming-episodes a:hover {text-decoration:underline;}
.upcoming-episodes img {margin-bottom: 8px;}

/*.home-section-2 h3 {
    text-transform: uppercase;
    font-weight: 800;
    font-size: 21px;
    color: #685f68;
    margin-top: 20px;
}
*/

    .home-section-2 h2 a:hover {
        color: #70489c;
    }

    .home-section-2 h4 a:hover {
        color: #70489c;
    }


.nextepisodes {
    width: 100%;
    margin: 0 auto;
    font-size: 14px;
    font-family: 'muli';
}
.onairdescription {
    font-family: 'muli';
    text-align: left;
    /* color: #29506e; */
    font-weight: 800;
    font-size: 18px;
    margin-bottom: 24px;
    margin-top: 4px;
}

.onholddescription {margin-bottom: 20px}
.onairdescription a {
text-decoration: none;
color: #685f68;}

.nextepisodes #nextep {
    width: 23%;
    margin: 1%;
    display: block;
    float: left;
    text-align: center;
}
/*.home-section-2 {
    padding: 50px 0 50px;
}
*/
.watchnowbutton a {
    text-decoration: none;
    background: #89c090;
    padding: 5px 15px;
    float: left;
    margin: 10px 0;
    font-family: 'muli';
    text-transform: uppercase;
    font-weight: 800;
    font-size: 22px;
    border-top: 5px solid #b8d9bc;
    color: #fff;
    letter-spacing: 1px;
    display: block;
}

.livebutton a {
    text-decoration: none;
    background: #644696;
    padding: 5px 15px;
    float: left;
    font-family: 'muli';
    text-transform: uppercase;
    font-weight: 800;
    font-size: 20px;
    border-top: 5px solid #644696;
    color: #fff;
    letter-spacing: 1px;
    display: block;
    text-shadow: 1px 1px #4a4a4a;
    background: #4d3564;
    /* Old browsers */
    
    background: -moz-linear-gradient(left, #4d3564 1%, #746197 52%, #4d3564 100%);
    /* FF3.6-15 */
    
    background: -webkit-linear-gradient(left, #4d3564 1%, #746197 52%, #4d3564 100%);
    /* Chrome10-25,Safari5.1-6 */
    
    background: linear-gradient(to right, #4d3564 1%, #746197 52%, #4d3564 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#4d3564', endColorstr='#4d3564', GradientType=1);
    /* IE6-9 */
}
.joinlive {
    width: 100%;
    font-size: 18px;
    font-style: italic;
    margin-top: 30px;
}

.closeShowButton {float: right;
    background: transparent;
    padding: 8px;
    font-size: 16px;
    margin-top: 8px;
}

.aboutbutton {padding: 2px 0 26px}

.aboutbutton a {
    text-decoration: none;
    background: #4d3564;
    padding: 5px 15px;
    margin: 10px auto;
    font-family: 'muli';
    text-transform: uppercase;
    font-weight: 800;
    font-size: 22px;
    border-top: 5px solid #746197;
    color: #fff;
    letter-spacing: 1px;
    display: block;
    width: auto;
    width: -moz-fit-content;
    width: -webkit-fit-content;
}

.aboutbutton a:hover {
    background: #746197;
        border-top: 5px solid #4d3564;
}

.onairdescription2 {
    text-align: left;
    font-size: 17px;
    margin: 5px 0;
}
.topics {
    width: 100%;
}
.topics td {
    border-top: none;
    border-top: none;
    padding: 0;
    font-size: 20px;
}
.topics a {
    color: #4a4a4a;
}
.topics table {
    line-height: 1.7;
}
.topics tbody {
    border-bottom: none;
}
/* Floats images to right
.wisdomtogo .widget {
    width: 50%;
    float: right;
}*/
.wisdomtogo .widget-title {
    font-size: 18px;
    text-transform: uppercase;
    color: #29506e!important;
    text-align: right;
    letter-spacing: 1px;
    margin-bottom: 0;
    font-weight: 800;
}
.wisdomtogo .enews p {
    font-size: 40px;
    margin-bottom: 40px;
    font-weight: 800;
    color: #276f8f!important;
    text-align: right;
    font-family: 'muli';
    text-shadow: 1px 1px #fff;
}

.wisdomtogo .enews-widget input#subbox {
    width: 75%;
    float: left;
}

/* Rob 20180913
.home-section-3 .widget-title {
    font-size: 18px;
    text-transform: uppercase;
    color: #29506e!important;
    text-align: right;
    letter-spacing: 1px;
    margin-bottom: 0;
    font-weight: 800;
}*/

.home-section-3, .home-section-5 {
    /* Rob 20180913 padding: 250px 0;*/
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    margin-top: 12px;
}
.enews-widget input#subbutton {
    width: 22%;
    padding: 14px 0;
    float: right;
    background: #7da9bc;
    border-top: 5px solid #528ca5;
    font-weight: bold;
    font-family: "muli";
}
.homeauthor {
    width: 16%;
    margin: .33%;
    display: block;
    float: left;
}
.homeauthor img {
    border-radius: 100%;
    padding: 0 15px;
}

.home-collage-item {
  float: left;
  margin:0 12px 24px;
  overflow: visible;
  width: calc(100% / 6 - 24px);
}

.id_1, .id_16, .id_17, .id_18, .id_19, .id_31, .id_14, .id_20, .id_70{display:none}

.homeauthor a {
    /* color: #29506e; */
    text-decoration: none;
    font-size: 16px;
    font-family: muli;
    font-weight: 800;
    text-transform: uppercase;
}
.homeauthor a:hover {
    color: #7da9bc; text-decoration: underline;
}
.page-id-51.full-width-content .content {
    padding: 0;
}

/* Accept Terms
---------------------------------------------------------------------------------------------------- */
#accept-terms {font-size: 16px; text-align: left; padding-bottom: 15px;
        -webkit-transition: backgroundColor 0.05s ease-in-out;
        -ms-transition:     backgroundColor 0.05s ease-in-out;
        transition:         backgroundColor 0.05s ease-in-out;}
#accept-terms input {margin-right:12px}
.backgroundYellow {background:yellow}

.home #joinshowbtns-fade .livebutton a, .home #joinshowbtns .livebutton a {font-size: 19px;}

#joinshowbtn-fade.livebutton a {
    background: #4d3564;
    /* Old browsers */
    
    background: -moz-linear-gradient(left, #a69ab2 1%, #bab0cb 52%, #a69ab2 100%);
    /* FF3.6-15 */
    
    background: -webkit-linear-gradient(left, #a69ab2 1%, #bab0cb 52%, #a69ab2 100%);
    /* Chrome10-25,Safari5.1-6 */
    
    background: linear-gradient(to right, #a69ab2 1%, #bab0cb 52%, #a69ab2 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#a69ab2', endColorstr='#a69ab2', GradientType=1);
    /* IE6-9 */
 text-shadow: none;  border-top: none; color: #4d3564; padding: 10px 15px 5px;}

#joinshowbtnnovid-fade.livebutton a {background:#7da9bc; color:#276f8f; border-top: none; padding: 10px 15px 5px; text-shadow: none; margin-left:0px}

#joinshowbtnnovid.livebutton a {  background: #276f8f;
    /* Old browsers */
    
    background: -moz-linear-gradient(left, #276f8f 1%, #7da9bc 52%, #276f8f 100%);
    /* FF3.6-15 */
    
    background: -webkit-linear-gradient(left, #276f8f 1%, #7da9bc 52%, #276f8f 100%);
    /* Chrome10-25,Safari5.1-6 */
    
    background: linear-gradient(to right, #276f8f 1%, #7da9bc 52%, #276f8f 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#276f8f', endColorstr='#276f8f', GradientType=1);
    /* IE6-9 */
 text-shadow: none; color: #fff; ; margin-left:8px; border-top:5px solid #508ba5}

#joinshowbtn-fade.livebutton a:hover, #joinshowbtnnovid-fade.livebutton a:hover {cursor:pointer}
#joinshowbtns {display:none}

#joinshowbtn-fade.livebutton a, #joinshowbtnnovid-fade a, #joinshowbtn.livebutton a, #joinshowbtnnovid a {box-shadow: 4px 4px 6px #232323}
#joinshowbtn-fade.livebutton a:hover, #joinshowbtnnovid-fade a:hover, #joinshowbtn.livebutton a:hover, #joinshowbtnnovid a:hover {box-shadow: none}


.accept-devices-message {background: red; color: white; font-size: 12px; border-radius: 10px 10px  0 0;}

#joinshowbtn-fade, #joinshowbtn {margin: 0 12px 12px 0;}

/* Whitelabel Event Course code to hide header and footer on test page */

/* Event Purchase Page */
.woocommerce-page .sw-social-block, .woocommerce-page .site-header, .woocommerce-page .main-navigation {
    display: none !important;
    padding-top:70px;
}

.postid-4377 header, .postid-4377 footer, .postid-4377 .footer-widgets, .postid-4377 .tribe-events-back {display: none !important;}
.postid-4377 .site-inner {padding-top:70px}

/* 20200831 SWN Payment Page */
/*.page-id-35937 header, .page-id-35937 footer, .page-id-35937 .site-footer, .page-id-35937 .footer-widgets, .page-id-35937 .footer-widgets-1, .page-id-35937 .footer-widget-area, .page-id-35937 .tribe-events-back, .page-id-35937 .tribe-event-date-start, .page-id-35937 .tribe-event-time, .page-id-35937 .timezone, .page-id-35937 .tribe-events-schedule {display: none !important;}
.page-id-35937 .site-inner {padding-top:70px}
.page-id-35937 .tribe-events-single-event-title {text-align:center}
*/


/* 20200718 TLC Conference */
.page-id-35918 header, .page-id-35918 footer, .page-id-35918 .site-footer, .page-id-35918 .footer-widgets, .page-id-35918 .footer-widgets-1, .page-id-35918 .footer-widget-area, .page-id-35918 .tribe-events-back, .page-id-35918 .tribe-event-date-start, .page-id-35918 .tribe-event-time, .page-id-35918 .timezone, .page-id-35918 .tribe-events-schedule {display: none !important;}
.page-id-35918 .site-inner {padding-top:70px}
.page-id-35918 .tribe-events-single-event-title {text-align:center}

/* 20200607 Gregg Braden Resilience Course */
.postid-35854 header, .postid-35854 footer, .postid-35854 .site-footer, .postid-35854 .footer-widgets, .postid-35854 .footer-widgets-1, .postid-35854 .footer-widget-area, .postid-35854 .tribe-events-back, .postid-35854 .tribe-event-date-start, .postid-35854 .tribe-event-time, .postid-35854 .timezone, .postid-35854 .tribe-events-schedule {display: none !important;}
.postid-35854 .site-inner {padding-top:70px}
.postid-35854 .tribe-events-single-event-title {text-align:center}

/* 20190614 EWB Char Sundust Event */
.postid-35790 header, .postid-35790 footer, .postid-35790 .footer-widgets, .postid-35790 .tribe-events-back {display: none !important;}
.postid-35790 .site-inner {padding-top:70px}

/* SWN Sample Event Episode */
.postid-35732 header, .postid-35732 footer, .postid-35732 .footer-widgets, .postid-35732 .tribe-events-back {display: none !important;}
.postid-35732 .site-inner {padding-top:70px}

/* Inspiration Event Episode */
.postid-35691 header, .postid-35691 footer, .postid-35691 .footer-widgets, .postid-35691 .tribe-events-back {display: none !important;}
.postid-35691 .site-inner {padding-top:70px}

.no-branding-event {margin-top:35px;}
.no-branding-event-1 {
    background-image: url(/wp-content/uploads/2019/05/beautiful-calm-waters-dawn-1631678.jpg);
    background-color: rgba(255,255,255,0.7);
    background-blend-mode: lighten;
    margin-top:35px;
    max-width:1080px;
    /* You may add things like width, height, background-size... */
}

/* First media screen block */

@media screen and (max-width:960px) {#joinshowbtns-fade, #joinshowbtns {margin: auto; width: 228px;}}
/* Browser Notice
---------------------------------------------------------------------------------------------------- */
.browser-notice {font-size: 18px; font-style: italic; text-align: left;}
.browser-notice a {color:#434343}
.browser-notice a:hover {color:#7da9bc}

.replay .browser-notice, .replay #accept-terms, .replay #joinshowbtns-fade  {display:none;}

/* Privacy Policy
---------------------------------------------------------------------------------------------------- */
.page-id-1644 .entry-title {display: none;}

/* Widgets 3, 4, wisdom-to-go Text
---------------------------------------------------------------------------------------------------- */
h2.widget-text {
	margin-top: 50px;
	margin-bottom: 50px;
	text-shadow: 2px 2px 4px #000000;
  text-align: center;
  border: 800px;
  color: #ffffff;
  text-transform: none;
  font-size:52px;
  display:block;
  line-height: 1.6 !important;
  line-height: 12px
}
h2.widget-text:hover {
    color: #99a8ac;
}

/* Documentary Page
---------------------------------------------------------------------------------------------------- */
h4.doc-content {text-align:center}

/* Online Production Streaming Contact Us
---------------------------------------------------------------------------------------------------- */
h4.text-left {text-align:left; margin-left:16px}

.doc-content h4.doc-price a, .doc-content h4.dprice a {color: #685f68; text-transform: none;}
.doc-content h4.doc-price a {font-size:12px; display:block; line-height: 1.6 !important}

.doc-content h4.doc-price, .doc-content h4.dprice {margin-bottom: 0;}
h4.doc-price {line-height: 12px}

/* On Demand Page
---------------------------------------------------------------------------------------------------- */

.sw-video > iframe {height: 296px;}
.home .sw-video > iframe {height: 304px !important}
.search .sw-video > iframe {height: 182px;}

.odp-previous-episode {margin-bottom: 18px; overflow: hidden; width: 22%; margin-right: 2%; float: left; }
.odp-previous-episode:nth-child(4n+1) {margin-right: 2%; clear:right;}
.odp-previous-episode:nth-child(4n+2) {clear: left;}
.odp-previous-episode .sw-video iframe, .odp-previous-episode iframe {width: 100%; height: 140px;}
.odp-previous-episode p {display:none;}
/* .odp-previous-episode:hover p {display: block;position: absolute; background: #fff; padding: 12px; box-shadow: 2px 2px 4px #434343; text-align: left;}
.odp-previous-episode:hover p:last-child {display:none;} */
.odp-previous-episode .video-player {position: relative;}

.entry-content h2.odp-eptitle a, .entry-content h2.eptitle a {color: #685f68; text-transform: none;}
.entry-content h2.odp-eptitle a {font-size:12px; display:block; line-height: 1.6 !important}
.entry-content .odp-previous-episode:hover h2.odp-eptitle a {color: #70489c}


/* .odp-previous-episode {clear:both; margin-bottom:18px; overflow:auto}
.odp-previous-episode .video-player {width: 260px; float: left; margin-right: 18px; text-align:right} 
.odp-previous-episode .sw-video iframe, .odp-previous-episode iframe {width: 260px; height: 156px;}
.odp-previous-episode p {line-height: 1.2; font-size: 18px;}
.entry-content h2.odp-eptitle a, .entry-content h2.eptitle a {color: #685f68; text-transform: none; font-size:21px}
*/
.entry-content h2.odp-eptitle, .entry-content h2.eptitle {margin-bottom: 0;}
h2.odp-eptitle {line-height: 12px}
.odp-previous-episode .video-player img {max-height: 154px; width: auto; box-shadow: none}

.premium-content-bar {position: absolute; bottom: 12px; width: 100%; text-align: center; background: #70489c; color: #fff; padding: 4px 0;}

/* On Demand piece of Shows Page */

.page-template-shows-page .odp-previous-episode:nth-child(4n) {margin-right: 4%; clear:none;}
.page-template-shows-page .odp-previous-episode:nth-child(4n+1) {clear: none;}
.page-template-shows-page .odp-previous-episode:nth-child(4n+2) {margin-right: 0; clear:right;}
.page-template-shows-page .odp-previous-episode:nth-child(4n+3) {clear: left;}

h3.browse-title {width: 300px; display: inline;}
.post-1648 select {display: inline; max-width: 300px; margin-left: 20px; padding:4px 16px;}


/* About Page
---------------------------------------------------------------------------------------------------- */

.pages, .nextpostslink {border: medium none !important;}

/* Popup
---------------------------------------------------------------------------------------------------- */

.et_bloom img { box-shadow: none; padding: 0 !important;}
.et_bloom .et_bloom_optin_1 input {border-bottom: 1px solid #fff !important; background: none !important; color: #fff;}
.et_bloom .et_bloom_optin_1 .et_bloom_form_container .et_bloom_form_header {padding: 15px 0 0;}
.et_bloom .et_bloom_optin_1 .et_bloom_form_text h2 {color: #528ca5 !important;}
.et_bloom .et_bloom_optin_1 .et_bloom_form_text p {color: #7da9bc !important;}
.et_bloom_optin_1 .et_bloom_form_footer > p {text-align: center; font-style: italic;}

.single-tribe_events #popup-box-gfcr-1 .popupally-outer-gfcr-1 {top:8%;}
.single-tribe_events #popup-box-gfcr-1 .popupally-inner-gfcr-1 .logo-row-gfcr {width: 100% !important; margin: 0 0 20px !important; height: auto !important;}
.single-tribe_events #popup-box-gfcr-1 .popupally-inner-gfcr-1 .logo-row-gfcr .logo-img-gfcr {height:auto !important; float:none !important; width:80%; margin:0 auto 20px !important;}

/*.sponsors > .wrap {
   margin-top: 10px;
}

.sponsors {
    background: #4b3571;
    border-top: 7px solid #644696;
    background: #4d3564;
    /* Old browsers*/
    
/*    background: -moz-linear-gradient(left, #4d3564 1%, #746197 52%, #4d3564 100%);
    /* FF3.6-15*/
    
/*    background: -webkit-linear-gradient(left, #4d3564 1%, #746197 52%, #4d3564 100%);
    /* Chrome10-25,Safari5.1-6 */
    
/*    background: linear-gradient(to right, #4d3564 1%, #746197 52%, #4d3564 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    
/*    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#4d3564', endColorstr='#4d3564', GradientType=1);
    /* IE6-9 */
/*}
*/

/*.home .sponsors {
  display: none;
}

.sponsor-footer .widget-title {
    font-size: 42px;
    text-align: center;
    color: #e1e1e1;
    font-weight: 800;
    margin-top: 20px;
    margin-bottom: 0;
    letter-spacing: 1px;
}
*/

/* From DEV */
/*
Sponsor Footer
---------------------------------------------------------------------------------------------------- */

.sponsors, .home-section-4.home-even {
}

.home .sponsors {
  display: none;
}

.sponsor-footer .widget-title {
    font-size: 42px;
    text-align: center;
    color: #e1e1e1;
    font-weight: 800;
    margin-top: 20px;
    margin-bottom: 0;
    letter-spacing: 1px;
}


.lshowcase-logos {
    padding: 10px 0 0 0;
}

.simple-social-icons ul li.social-facebook a, .simple-social-icons ul li.social-facebook a:hover {
   /* background: #f2f2f4!important; */
    background: #3b5998!important;
}
.simple-social-icons ul li.social-instagram a, .simple-social-icons ul li.social-instagram a:hover {
   /* background: #4d3564 !important; */
    background: #e13967 !important
}
.simple-social-icons ul li.social-linkedin a, .simple-social-icons ul li.social-linkedin a:hover {
   /* background: #89c090!important; */
    background: #008cc9!important;
}
.simple-social-icons ul li.social-twitter a, .simple-social-icons ul li.social-twitter a:hover {
    /* background: #7da9bc!important; */
    background: #1da1f2!important; 
}
.simple-social-icons ul li.social-pinterest a, .simple-social-icons ul li.social-pinterest a:hover {
    /* background: #276f8f!important; */
	    background: #cb2027!important;
}
.simple-social-icons ul li.social-rss a {
    background: #644696!important;
}

.simple-social-icons ul li a:visited {color:#fff !important}

.entry-content h2 {
    font-weight: 400;
    /* 20190421 Rob
    color: #29506e;
    text-transform: uppercase;
    margin-bottom: 30px;*/
}
/* 20190421 Rob Modified Format */
.entry-content h3 {margin-bottom: 20px;}

.footer-widgets .enews-widget input {
    font-size: 16px;
    margin-bottom: 20px;
    background: rgba(41, 80, 110, .2);
    width: 60%;
    color: #fff;
}
.footer-widgets .enews-widget input::-moz-placeholder {
    color: #fff;
    opacity: 1;
    font-weight: 800;
    font-family: 'muli';
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: center;
    font-size: 16px;
}
.footer-widgets .enews-widget input::-webkit-input-placeholder {
    color: #fff;
    font-weight: 800;
    font-family: 'muli';
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: center;
    font-size: 16px;
}
.footer-widgets .enews-widget input#subbutton {
    float: none;
    border: none;
    border: 3px solid #fff;
    margin: 0;
    padding: 12px 0 16px 0;
    background: rgba(41, 80, 110, .2);
}
/*
Episodes
---------------------------------------------------------------------------------------------------- */

#episode-header {
    width: 100%;
    display: block;
}

.eleft {
width: 49%;
padding: 0 30px 0 0;
float: left;
}

.bigger .eleft {width: 330px;}

.eright2 {
width: 49%;
float: right;
padding: 0 0 0 1%;
}

.eright .livebutton {
display: inline-block;
}

.home-right .livebutton {
display: inline-block;
float: left;
}

.home-right .joinlive {
text-align: left;
margin-top: 70px;
}

.episode-archives,
.episode-next {
    display: inline-block;
    width: 100%;
    padding: 1% 0;
    position: relative;
}

.episode-title, .episode-host {
    font-family: 'muli';
    font-size: 22px;
}

.episode-title a:hover, .episode-host a:hover {text-decoration: underline !important;}

.episode-host a {color:#685f68; text-decoration: none}
.episode-host a:hover {color:#434343;}

.episode-descrip {
    margin-top: 20px;
}
.show-previous {
    display: inline-block;
    margin-bottom: -40px;
    width:100%;
}
.show-air .watchnowbutton a,
.show-air .livebutton a {
    margin-top: -20px;
    margin-bottom: 30px;
}
.show-air {
    margin-top: 15px;
    display: inline-block;
}
.watchnowbutton a {
    margin-right: 10px!important;
}
.show-archives img {
    width: 25%;
    margin-right: 20px;
    float: left;
}
.show-archives {
    margin-bottom: 30px;
}
.show-descrip p {
    margin-bottom: 0;
}
.show-next {
    margin-top: 20px;
}
.single-tribe_events .tribe-events-event-meta {
    display: none;
}


.mr-player .mpc {
    position:absolute;
}
.sidebar .enews p {
    font-style: italic;
    font-size: 18px;
}
.sidebar .enews-widget input#subbutton {
    width: 100%;
    font-size:16px;
}
.tribe-mini-calendar-nav span {
    margin: 10px auto!important;
    font-family: 'muli';
}
.tribe-mini-calendar th,
.tribe-mini-calendar-no-event,
.tribe-mini-calendar .tribe-events-has-events a {
    font-family: 'muli';
}
.tribe-mini-calendar td {
    background: #89c090!important;
}
.tribe-mini-calendar-nav td,
.tribe-mini-calendar th {
    background: #29506e!important;
    border-color: #29506e!important;
}
.tribe-mini-calendar .tribe-events-present,
.tribe-mini-calendar .tribe-mini-calendar-today {
    background: #29506e!important;
}
.tribe-mini-calendar td.tribe-events-has-events {
    background: #29506e!important;
}
.tribe-mini-calendar-event .list-date {
    background: #29506e!important;
}

#tribe-events-bar label {color: #000;}
#tribe-events-bar #tribe-bar-views .tribe-bar-views-inner {background: #89c090;}
#tribe-bar-views li.tribe-bar-views-option a {background: none !important;}
#tribe-events-bar #tribe-bar-form {background: #7da9bc;}
#tribe-bar-form input[name="tribe-bar-date"]::-moz-placeholder {color: #434343}
#tribe-bar-form input[name="tribe-bar-date"]::-webkit-placeholder {color: #434343}
#tribe-bar-form input[name="tribe-bar-date"]:placeholder {color: #434343}

.type-tribe_events .tribe-events-event-image + div.tribe-events-content {width:100%;}
.tribe-events-list .tribe-events-event-image + div.tribe-events-content {float: none !important; width: auto !important;}
.tribe-events-list .tribe-events-event-image + div.tribe-events-content {padding-right:0;}
#tribe-events .tribe-events-content p, .tribe-events-after-html p, .tribe-events-before-html p {line-height: 1.3 !important;}
.tribe-events-style-full .tribe-events-event-image {width: 20%;}
.tribe-events-list .type-tribe_events {padding: .75em 0 !important;}

#text-12 a {
    font-family: 'muli';
    font-weight: 800;
    text-transform: uppercase;
    font-size: 16px;
}

.sidebar_episode {
  border-top: 1px solid #ddd;
  display: inline-block;
  padding: 6px 0;
  width: 50%;
  line-height: 2;
}

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

hr {
    margin: 40px 0 45px 0;
}

.page-id-304 hr {margin: 95px 0 100px}

.gform_wrapper form li,
.gform_wrapper li {
    margin-bottom: 30px;
    font-family: 'muli';
}
#gform_submit_button_1,
.gform_wrapper .gform_footer input.button,
.gform_wrapper .gform_footer input[type=image],
.gform_wrapper .gform_footer input[type=submit] {
    background-color: #7da9bc;
    border-top: 5px solid #528ca5;
    font-weight: 800;
}
.gform_wrapper textarea.medium {
    width: 100%!important;
}
.single-tribe_events .tribe-events-event-image,
.post-type-archive-tribe_events #nav_menu-6,
.post-type-archive #nav_menu-6,
.post-type-archive-tribe_events .pagination {
    display: none;
}

.archive #tribe-events-footer {
  display: inherit;
  border-top: 0;
  padding-top: 0;
}

.tribe-events-list-separator-month span,
.tribe-bar-disabled #tribe-bar-form label,
#tribe-events-bar * {
    font-family: 'muli';
}
.tribe-events-list h2.tribe-events-page-title,
.tribe-bar-is-disabled .tribe-events-page-title {
    color: #000;
    font-family: muli, sans-serif;
    font-weight: 400;
    line-height: 1.2;
    margin: 0 0 20px;
    font-size: 24px;
    text-transform: none;
}
.tribe-events-event-meta address.tribe-events-address,
.tribe-events-list .tribe-events-venue-details {
    display: none!important;
}
.single-tribe_events .sidebar,
.single-shows .sidebar {
    display: none;
}
.single-tribe_events .content,
.single-shows .content {
    width: 100%;
}
.tribe-events-schedule {
    margin: 1em 0 0!important;
}

.single-shows h1.entry-title {margin-bottom: 0;}
.single-shows .entry-header::after {margin: 0 auto 20px; padding-bottom: 20px;}
#upcoming { height: 222px; margin-top: -172px; position: relative; z-index: -1;}

.host-readmore {text-align: right; padding-bottom: 40px; margin:20px 0 40px; border-bottom: 1px solid}
.host-readmore a {text-decoration: none; font-style: italic; color: #70489c;}
.host-readmore a:hover {text-decoration: underline; color:#434343;}
.host-page a span:hover {text-decoration: underline; color:#434343;}

.host-page img {
    width: 150px;
    border-radius: 100%;
    float: left;
    margin: 0 20px 0 0;
}
.host-page a {
    color: #434343;
    text-decoration:none;
}

/*
.host-page a:hover {text-decoration: underline;}
*/



.host-page strong {
    font-family: 'muli';
}

.host-page {
  line-height: 1.3;
  max-height: 231px;
  overflow: hidden;
}

.host-page p {margin-bottom:22px;}

.full-width-content .entry-title {
    text-align: center;
}
.archive-title {
    margin-bottom: 0;
}

/* Landing Page Template */
/* Removed 20190420 - Rob */
/*
.SWNrow > div:first-child {
  background-color: #8E3E3E;
}*/
.row > div {
  background-color: #3E8E3E;
}
.video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  width: 75%;
  margin: auto;
  margin-top: 30px;
}
.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin-bottom: -30px;
}

/* Author Template */

.author .tribe-events-list h2.tribe-events-list-event-title {
    border: medium none;
    float: none;
    font-size: 1.6em;
    letter-spacing: 0;
    line-height: 1.4em;
    margin: 0 0 .4em;
    padding: 0;
    text-transform: none;
}
.author .tribe-events-list-event-description.tribe-events-content p {
    margin: 0 0 10px;
}
.author .tribe-events-list .type-tribe_events {
    padding: 1.7em 0;
}
.author .tribe-events-list .tribe-events-event-image {
    float: left;
    margin: 0 3% 0 0;
    width: 30%;
}

.author .episode-title {margin-bottom: 40px;}

.showarchives img {
    margin: 0 auto;
    display: block;
    padding-bottom: 30px;
}

.post-type-archive-shows h2 {
    text-align: center;
}

.showarchives h3 {
text-align: center;
font-weight: 800;
margin-bottom: 10px;
color: #7da9bc;
}

.showarchives h4 {
text-align: center;
}

.showarchives p {
text-align: center;
}

.showarchives a {
color: #000;
}

.showarchives {
padding: 0 0 40px 0;
}

.showarchives img {
    margin: 0 auto 20px;
    display: block;
    padding: 5px;
    border: 1px solid #ddd;
}

.previous-episodes {
    width: 23%;
    display: inline-block;
    margin: 20px 2% 0 0;
    float: left;
    font-family: 'muli';
    font-size: 14px;
}

.previous-episodes img {
margin-bottom: 10px;
max-height: 175px;
width:auto;
}

#tribe-events-content p a {
  text-decoration: underline;
}

.tribe-events-content .previous-episodes a:hover {  text-decoration: underline !important;
}

h2.tribe-events-list-event-title a.tribe-event-url:hover {text-decoration: underline !important;}

.entry {
	/* 20190408 Rob Changed value from 50 to 10 to move footer up higher */
    margin-bottom: 10px;
}

.events-list #tribe-events-footer, .single-tribe_events #tribe-events-footer, .tribe-events-day #tribe-events-footer, .tribe-events-map #tribe-events-footer, .tribe-events-photo #tribe-events-footer {
display: none;
}
.single-tribe_events .tribe-events-cal-links {
    margin-bottom: -20px; 
    }
    
.previous-episodes-show img, .author .sw-video iframe {
    height: auto;
    width: 23%;
    float: left;
    margin: 0 2% 1% 0;
}

.previous-episodes-show {
    display: inline-block;
    margin-bottom: 30px;
}

.eptitle {
font-weight: 800;
font-family: "muli";
}

.dprice {
font-weight: 800;
font-family: "muli";
}

.previous-episodes-show p {
    color: #000;
}

.author-box {
    border-bottom: 1px solid #000;
    border-top: none;
    font-size: 18px;
    margin-bottom: 40px;
    padding: 0 0 40px;
}

.author-box-title {
    font-size: 24px;
    margin-bottom: 40px;
    font-weight: 300;
}

.author .tribe-events-list .type-tribe_events {
    padding: 0 0 1.7em;
}
.tribe-events-notices {
display: none;
}

.home-slider .sw-video iframe {
    width: 300px;
    height: 150px;
}

/* Special Events - S2Member
*/

.cat_special-events .eright .episode-title, .cat_special-events .episode-archives, .cat_special-events .browse-on-demand {display: none;}

.tribe_events_cat-special-events .woocommerce-tabs {display:none}
.redirect {font-weight:bold}
#coupon_code {width: 116px; line-height: 1.2;}
.click-to-view-order {margin-bottom:28px; font-weight: bold; font-style: italic; color: #70489c;}
#billing_email_field {width: 100%; margin-bottom: 28px; float: none;}
/* .create-account p:first-child {display: none;} */
#account_password_field label {line-height: 1.2 !important; padding-bottom: 8px;}
.entry-content li.wc_payment_method.payment_method_paypal {list-style: none;}

/* 20200609 - Rob commented out to troubleshoot wc check fields */
/*.woocommerce-checkout .col-2 {display: none;}*/

/*	- Solution Pages Assets */

/* Two Photos Across */
#img_cont2 {
  display: table;
  width: 90%;
  margin: 100px auto;
}

#img_cont2 a {
  display: table-cell;
  text-align: center;
  width: 50%
}

#img_cont2 img {
  width: 100%;
  max-width: 172px;

}


/* Three Photos Across */
#img_cont {
  display: table;
  width: 90%;
  margin: 20px auto;
}

#img_cont a {
  display: table-cell;
  text-align: center;
  width: 33%;
}

#img_cont img {
  width: 100%;
  max-width: 300px;
}

/* Three Larger Photos Across */
#img_cont3Large {
  display: table;
  width: 90%;
  margin: 3px auto;
}

#img_cont3Large a {
  display: table-cell;
  text-align: center;
  width: 33%;
}

#img_cont3Large img {
  width: 100%;
  max-width: 330px;
}

/* Five Photos Across */
#img_cont5 {
  display: table;
  width: 90%;
  margin: 20px auto;
}

#img_cont5 a {
  display: table-cell;
  text-align: center;
  width: 20%;
}

#img_cont5 img {
  width: 100%;
  max-width: 150px;
}

/* Site Updates 4.18.2019 */
.home-section-3 {text-align:center; padding:24px 0 !important}
.contact-button {font-weight:bold; padding:6px 16px; border:2px solid #fff; color:#fff; border-radius:8px}
.contact-button:hover {background:#fff; color:#470986 !important}
.contact-button.dark {background:#470986; border-color:#470986}
.contact-button.dark:hover {background:#fff; color:#470986; text-decoration:none}
.video-production-element {width:100%; height:100%; display:table; margin-bottom:24px}
.video-production-left {width:320px; display:table-cell; vertical-align:middle; height:100%}
.video-production-left iframe {width:320px !important; height:160px !important}
.video-production-left a {width:320px !important; height:160px !important}
/* Updates 20190421 Rob */
.page-titles {text-align: center; font-size: 38px; margin-bottom: 42px}
/* Updates 20190510 Rob */
.video-production-right {display:table-cell; height:100%; vertical-align:middle; padding-left:16px; padding-top:15px;}


/* Home Testimonials */
.home-section-4 {padding:50px 0}
.home-section-4 .wrap { display: table;  width: 100%;  height: 100%;}
   .home-section-4 .widget:nth-child(n+2) {float: left; margin-left: 2.564102564102564%; width: 31.623931623931625%; border: 2px solid #4c789d;padding: 12px; text-align:left}
.home-section-4 .widget:nth-child(2) {margin-left:0}
.home-section-4 .widget-title {display:none}
.home-section-4 .widget img {width: 120px; border-radius: 100%; margin-bottom:0}
.home-section-4 .widget p:last-child {font-size: 80%; text-align: right; font-style: italic;}


   /* home-section-2 video */
#media_video-2 {margin-top: -35px;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
direction: ltr;
align-items:center;
}
	
.line-divider {width: 100%; height: 100%; margin-bottom:40px; border-bottom:1px solid #470986;

display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
direction: ltr;
align-items:center;
}

	/* Home Services */

.home-services-element {width: 100%; height: 100%; margin-bottom:40px; padding-bottom:40px; border-bottom:1px solid #470986;

display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
direction: ltr;
align-items:center;
}

.home-services-right, .home-services-right-top, .home-services-left {height:100%;}
.home-services-left {width:32%; margin-bottom:20px !important;}
.home-services-left img, .home-services-left iframe {border:4px solid #bebbc2;}
.home-services-left iframe {position: absolute; width: 100%; top: 0; left: 0; height: 100%;}
.home-services-right {width:68%; padding-left:4%}

	/* adjust element row widths independently */
.hse-top .home-services-left {width: 100%;}
.hse-top .home-services-right {width: 50%;}
.hse-middle .home-services-left {width: 50%; height: 0; padding-bottom: 28.13599%; position: relative;}
.hse-middle .home-services-right {width: 50%;}

.home-services-element.reverse {flex-direction: row-reverse;}
.home-services-element.reverse .home-services-right {padding-left:0; padding-right:2%}
.home-services-element img {margin-bottom:0}

.home-services-element a.button {color: #fff; border: 2px solid #70489c; background: #70489c; border-radius: 8px; padding: 8px 16px; margin-top: 0;}
.home-services-element a.button:hover {color:#70489c; background:#fff; text-decoration:none}

/*
.home-services-element a.button {color: #fff; border: 2px solid #470986; background: #470986; border-radius: 8px; padding: 8px 16px; margin-top: 0;}
.home-services-element a.button:hover {color:#470986; background:#fff; text-decoration:none}
*/

.home-services-element:last-child {border-bottom: none; margin-bottom:0}

.ppv-takeaways-block {clear: both; max-width: 400px;  margin: auto; font-size: 22px; text-align: left;}

/* Remove Added to cart message */
.woocommerce-cart .woocommerce .woocommerce-notices-wrapper {
    display: none;
}

/*
Media Queries
---------------------------------------------------------------------------------------------------- */
@media only screen and (max-width: 1170px) {
   .home-bar-menu li {font-size:16px;}

   .home-section-3 h2, .home-section-5 h2 {
   	margin: 7px 0px 10px !important;
    }
}
  
@media only screen and (max-width: 1140px) {
   #watch_now {
   	margin-bottom: 10px !important;
   	margin-top: 15px !important;
   }

   .site-inner,
   .wrap,
   .hwrap {
       max-width: 960px;
   }
      
      .nav-search-wrap .wrap {
       max-width: 1000px;
   }
   
   .searchnav .search-form > input {
     max-width: 200px;
   }
   
       .site-header .widget-area {
          /* width: 750px; */
       }
       .site-header .genesis-nav-menu a, .searchnav .search-form > input {
           font-size: 14px;
       }
   
       .genesis-nav-menu.menu-primary a {padding: 12px 16px;}
       .searchnav {padding-right: 16px;}
   
       .onair {
           font-size: 14px;
           padding: 13px 0;
       }
       .home-bar-menu {margin-top:12px;}
       .hmenu-buttons {padding:34px 0 24px;}
       .menu-toggled .slide-menu, .search-toggled .slide-search {top: 82px;}
   
   
       .bottom-menu a {
           font-size: 14px;
       }
       .bottom-right {
           width: 600px;
       }
       .bottom-left .widget{
           width: 342px;
       }
   .home-section-3, .home-section-5 {
       /* Rob 20180913 padding: 250px 0;*/
       border-top: 1px solid #ddd;
       border-bottom: 1px solid #ddd;
   }
   .home-section-3 h2, .home-section-5 h2 {
   	margin: 7px 0px 10px !important;
   }
   .home-section-3,
   .home-section-5 {
       background-attachment: fixed;
       background-color: #fff;
       background-position: 50% 0px;
       background-repeat: no-repeat;
       -webkit-background-size: cover;
       -moz-background-size: cover;
       background-size: cover;
   }
   
   
   /*.home-section-1 .home-section-3 {
         background-attachment: scroll;*
           background-attachment: fixed;
           background-position: top;
           -webkit-background-size: auto;
           -moz-background-size: auto;
           background-size: auto;
       }*/
   
   
   /*    .home-section-2 select {
     margin-bottom: 48px;
   }*/
   
       .content {
           width: 520px;
       }
       .full-width-content .content {
           padding: 0 110px;
       }
       .title-area {
           width: 260px;
       }
   
   .header-tagline h4 {font-size: 17px; margin: 34px 0 0 32px;}
   
       #home-section-1 h2 {
           font-size: 36px;
           margin: 5px 0 0 0;
       }
       #home-section-1 h4 {
           margin: 5px 0 10px 0;
           font-size: 24px;
       }
       #home-section-1 h3 {
           font-size: 18px;
       }
   
       .bottom-menu {
          /* padding: 10px 0; */
       }
       #nav_menu-4 {
           padding-right: 5px;
       }
   /*    .home-section-2 {
           padding: 50px 0 0;
       }*/
       .topics a {
           color: #4a4a4a;
           font-size: 16px;
       }
   /*    .wisdomtogo {
           background-image: url(/wp-content/uploads/2016/01/ShareWisdom.jpg);
           background-attachment: fixed;
           background-size: cover;
           padding:50px 0;
       }*/
   
   .home-section-3,
   .home-section-5 {
       background-attachment: fixed;
       background-color: #fff;
       background-position: 50% 0px;
       background-repeat: no-repeat;
       -webkit-background-size: cover;
       -moz-background-size: cover;
   /* 20190408 - Rob Change cover to contain per stackoverflow.com/questions/20575050/css-responsive-background-image-height */
       background-size: contain;
   }
   
   /*    .home-section-3, .home-section-5 {
           background-image: url("/wp-content/uploads/2018/08/SWNOnlineProdStreamPic_08.jpg");
       }*/
       
   .home-section-3, .home-section-5 {
       /* Rob 20180913 padding: 250px 0;*/
       border-top: 1px solid #ddd;
       border-bottom: 1px solid #ddd;
   }
       .homeauthor a {
           font-size: 16px;
       }
       withauthor {
           display: none;
       }
   
   #joinshowbtns-fade .livebutton a, .home #joinshowbtns .livebutton a {font-size: 16px;}
   .home #joinshowbtns-fade .livebutton, .home #joinshowbtns .livebutton, .home #joinshowbtns-fade .livebutton a, .home #joinshowbtns .livebutton a {width:100%; margin-left:0; margin-top:8px;}
   
   #Box1, #Box2, #Box3, .box1, .box2, .box3 {font-size: 24px; letter-spacing: 2px;}
   .box1 a + .sub-menu, .box2 a + .sub-menu, .box3 a + .sub-menu {top: 71px;}
   
   .home-bar-menu li {letter-spacing: 1px; font-size:13px;}
   .home-bar-menu .sub-menu {top:40px;}
   
   .event-video iframe {
   	   height: 360px;
   	   margin-top: 50px !important;
   }

   .sw-video > iframe {height: 252px;}
   .home .sw-video > iframe {height: 266px !important}
   
   .search .sw-video > iframe {height: 288px;}
   
   .odp-previous-episode .sw-video iframe, .odp-previous-episode iframe {height: 98px;}

} 
/* End Screen max-width: 1140px*/

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


    #home-section-1 .soliloquy-container .soliloquy-caption {
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
}

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

    #home-section-1 .soliloquy-container .soliloquy-caption {
        position: static;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
        background-color: #000;
        padding: 5%;
    }

   .ppv-before-event-text1 {
   	padding-top: 0px !important; 
   	padding-bottom: 0px !important; 
   	}

     /* 20190421 Added */
     .entry-content h2 {margin-top: 35px !important}
     /* */
    .site-inner,
    .wrap,
    .hwrap {
        max-width: 768px;
    }

	.entry-content .tribe-events-schedule h2 {margin-top:0 !important}
	.entry-content .ppv-event-title-button h2 {margin-top: 0 !important; width: 100%;}
	.ppv-event-title-button a {float:none}
	.ppv-event-title-button {margin-bottom: 32px;}

    .nav-search-wrap .wrap {max-width: 768px;}

    .swn-home .site-inner {
        max-width: none;
    }

    /* .site-header {
        padding-bottom: 10px;
        position: static;
    } */

    .title-area {width: 210px;}
    .header-tagline h4 {font-size: 15px; margin: 24px 0 0 24px;}
    .menu-toggled .slide-menu, .search-toggled .slide-search {top: 66px;}

    .content,
    .sidebar {
        width: 100%;
    }
    .genesis-nav-menu,
    .site-header .widget-area,
    .site-title {
        text-align: center;
    }

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

    .searchnav .search-form > input {padding:10px;}
    .searchnav {max-width: 172px; padding-right: 10px;}
    .genesis-nav-menu.menu-primary a {padding: 12px 7px;}

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

   .sw-video iframe, .home .sw-video iframe {
     height: 316px;
     width: 560px;
   }
   
   .search .sw-video > iframe {height: 312px;}
   
   .site-inner {
     padding-top: 130px;
   }
       .full-width-content .content {
           padding: 0 12px 0;
       }
       .full-width-content img.pull-left {
           margin-left: 0;
       }
       .full-width-content img.pull-right {
           margin-right: 0;
       }
       .five-sixths,
       .four-sixths,
       .one-fourth,
       .one-half,
       .one-sixth,
       .one-third,
       .pricing-table .one-third,
       .three-fourths,
       .three-sixths,
       .two-fourths,
       .two-sixths,
       .two-thirds {
           margin: 0;
           width: 100%;
       }
       .pricing-table .one-third:nth-child(3n+1) {
           border-right: 2px solid #000;
       }
       .pricing-table .one-third:nth-child(3n+2) {
           margin-bottom: 20px;
           margin-top: 20px;
       }
       .pricing-table .one-third:nth-child(3n) {
           border-left: 2px solid #000;
       }
       onair {
           float: none;
       }
       #nav_menu-5.widget,
       #search-3 {
           display: none;
       }
       #nav_menu-4 {
           width: auto;
           float: right;
           display: inline-block;
           text-align: right;
       }
       .bottom-right {
           width: auto;
       }
       .bottom-menu {margin-top: 56px;}
   
       .site-header .widget-area {
           width: auto;
       }
       
    /*   .site-header {
            height: 57px; 
       }*/
       
       #nav_menu-4 {
           padding-right: 0;
           margin-right: -10px;
       }
       .home-left,
       .home-right,
       .home-left-2,
       .home-right-2 {
           width: 100%;
           margin: 0;
       }
   
       .bbc {display: block; float: none;}
   /*    .home-section-2 select {float: none; margin-left: 0}*/
   
      .home-section-3, .home-section-5 .widget {
           width: 100%;
/*         width: 70%;
           float: right; */
       }
   .home-section-3, .home-section-5 {
       /* Rob 20180913 padding: 250px 0;*/
       border-top: 1px solid #ddd;
       border-bottom: 1px solid #ddd;
   }

   /* 20190409 Added */
   .home-section-3 h2, .home-section-5 h2 {
   	margin: 7px 0px 10px !important;
    }

   /*    .wisdomtogo .widget {
           width: 70%;
           float: right;
       }*/
       #Box1,
       #Box2,
       #Box3,
       .box1 a,
       .box2 a,
       .box3 a {
           padding: 14px 0; font-size: 18px;
   }
   
   .box1 a + .sub-menu, .box2 a + .sub-menu, .box3 a + .sub-menu {top: 52px;}
   .box1 .sub-menu li, .box2 .sub-menu li, .box3 .sub-menu li {font-size: 18px;}
   
       .onairdescription,
       .joinlive,
       .topics td {
           text-align: center;
       }
       .joinlive {
           margin-bottom: 70px;
       }
       .livebutton,
       .aboutbutton,
       .watchnowbutton {
           float: none;
       }
       .topics {
           margin-top: 70px;
       }
       .homeauthor {
           line-height: 22px;
       }
       .homeauthor {
           width: 32.66%;
       }
   /*    .home-section-2 {
           padding: 0 50px;
       }*/
       .eright,
       .eleft,
       .bigger .eleft {
           width: 100%;
           display: block;
           padding: 0;
       }
   
       .bigger .eleft {text-align:center;}
   
       #tribe-events-content {
           text-align: center;
       }
       .eright {
           margin-top: 20px;
       }
   
   .home-video iframe {width:600px !important; height:342px !important}
   .home-collage-item {margin: 0 9px 9px; width: calc(100% / 6 - 18px);}
   .bottom-menu .menu-item-1657 .sub-menu {right: 0;}
   .home-bar-menu li {letter-spacing: .5px; font-size:12px;}
   .genesis-nav-menu.menu-secondary li {border:none; text-align:center; width:100%;}
   .header-tagline {z-index: 1000; position: relative; width: auto; width: -moz-fit-content; width:-webkit-fit-content;}
   .hmenu-buttons {padding:22px 0 20px;}
   
   .content-sidebar-wrap .sidebar-primary {border-left: none; padding-left: 0;}
   .sw-social-block {margin-top: 32px;}
   
   h2.widget-text {border: 400px; font-size:48px; line-height: 1.2 !important; line-height: 8px}

}
/* End Screen max-width: 960px*/


@media only screen and (max-width: 800px) {
.home-bar-menu li {width:49%;}
.home-bar-menu li:nth-child(2) a {border-right:0}
.home-bar-menu li:nth-child(1), .home-bar-menu li:nth-child(2) {padding-bottom:6px; border-bottom:1px solid #ccc}
.home-bar-menu li:nth-child(3), .home-bar-menu li:nth-child(4) {padding-top:6px;}
.home-bar-menu li .sub-menu {top:34px;}
.home-bar-menu li .sub-menu li {padding:12px 0;}
.home-bar-menu li .sub-menu li {border-bottom:0;}
.home-bar-menu li:nth-child(3) .sub-menu {top:28px;}
}
/* End Screen max-width: 800px*/


@media only screen and (max-width: 768px) {
    .site-inner,
    .wrap,
    .hwrap {
        max-width: none;
        width: 100%;
    }
    .single-tribe_events .tribe-events-schedule {
        background: none!important;
        border: none!important;
    }
    .site-inner,
    .wrap,
    .hwrap {
        padding: 0 5%;
    }
	
	.home-section-3 .wrap {padding:0}
	.home .site-inner {padding:0}

    .site-header > .wrap, .nav-primary .wrap {padding:0 4px;}
	.header-image .site-title > a {height: 48px;}

    .searchnav {float: right; padding-right: 20px;}
    .nav-primary {float: left;}

    .site-header {
       position: relative;
    }

   .admin-bar .site-header {top:0;}
   
      /* .swn-home .site-inner {
           padding: 0;
       } */
   
       .hwrap {
     position: relative;
   }
   
   .header-tagline {text-align: center}
   
   .bottom-menu {margin-top:0;}
   
       .genesis-nav-menu.responsive-menu {
           display: none;
       }
       .nav-primary .responsive-menu-icon {
           margin: 7px 20px 2px;
       }
       .genesis-nav-menu.responsive-menu .menu-item,
       .responsive-menu-icon {
           display: block;
       }
       .genesis-nav-menu.responsive-menu .menu-item:hover {
           position: static;
       }
       .genesis-nav-menu.responsive-menu li.current-menu-item > a,
       .genesis-nav-menu.responsive-menu .sub-menu li.current-menu-item > a:hover,
       .genesis-nav-menu.responsive-menu li a,
       .genesis-nav-menu.responsive-menu li a:hover {
           border: none;
           display: block;
           padding: 20px;
           text-transform: none;
       }
       .genesis-nav-menu.responsive-menu .menu-item-has-children {
           cursor: pointer;
       }
       .genesis-nav-menu.responsive-menu .menu-item-has-children > a {
           margin-right: 60px;
       }
       .genesis-nav-menu.responsive-menu > .menu-item-has-children:before {
           content: "\f347";
           float: right;
           font: normal 20px/1 'dashicons';
           height: 20px;
           padding: 15px 20px;
           right: 0;
           text-align: right;
           z-index: 9999;
       }
       .genesis-nav-menu.responsive-menu .menu-open.menu-item-has-children:before {
           content: "\f343";
       }
       .genesis-nav-menu.responsive-menu > .menu-item > .sub-menu {
           display: none;
       }
       .genesis-nav-menu.responsive-menu .sub-menu {
           background-color: rgba(255, 255, 255, 0.05);
           left: auto;
           opacity: 1;
           position: relative;
           -moz-transition: opacity .4s ease-in-out;
           -ms-transition: opacity .4s ease-in-out;
           -o-transition: opacity .4s ease-in-out;
           -webkit-transition: opacity .4s ease-in-out;
           transition: opacity .4s ease-in-out;
           width: 100%;
           z-index: 99;
           border: none;
           padding-left:20px;
       }
       .genesis-nav-menu.responsive-menu .sub-menu .sub-menu {
           background-color: transparent;
           margin: 0;
           padding-left: 25px;
       }
       .genesis-nav-menu.responsive-menu .sub-menu li a,
       .genesis-nav-menu.responsive-menu .sub-menu li a:hover,
       .genesis-nav-menu.responsive-menu .sub-menu li > a:hover {
           padding: 12px 20px;
           position: relative;
           text-transform: none;
           width: 100%;
       }
       .genesis-nav-menu.responsive-menu .current-menu-item > a,
       .genesis-nav-menu.responsive-menu .sub-menu .current-menu-item > a:hover,
       .genesis-nav-menu.responsive-menu > li.menu-item-has-children:hover > a,
       .genesis-nav-menu.responsive-menu a:hover {
           background: none;
       }
       .site-header .genesis-nav-menu.responsive-menu .current-menu-item > a,
       .site-header .genesis-nav-menu.responsive-menu .sub-menu li a,
       .site-header .genesis-nav-menu.responsive-menu .sub-menu li a:hover,
       .site-header .genesis-nav-menu.responsive-menu .sub-menu,
       .site-header .genesis-nav-menu.responsive-menu > li:hover > a,
       .site-header .genesis-nav-menu.responsive-menu a:hover {
           color: #70489c;
       }
   
       .site-header .genesis-nav-menu.responsive-menu > .menu-item-has-children:before {color:#4c789d;}
   
       .wisdomtogo {
           padding: 30px 0 10px 0;
       }

       .home-even.home-section-4 {
           padding: 50px 0!important;
       }
   
   
       .home-even,
       .home-odd {
           padding: 10px 0 10px;
       }
       .swn-home .simple-social-icons ul li {
           margin: 0 20px 20px !important;
       }
       .bottom-left .widget {
           width: 100%;
           margin: 0 auto;
           text-align: center;
       }
       .bottom-left {
           float: none;
       }
       #nav_menu-4 {
           float: none;
           margin-right: 0;
       }
       .bottom-right {
           float: none;
           text-align: center;
       }
       watchnow {
           display: none;
       }
       onair {
           margin-left: 0;
       }
   
   #Box1, #Box2, #Box3, .box1 a, .box2 a, .box3 a {min-height: 75px;}
   
   .bottom-menu .menu-item-1657 .sub-menu {right: auto; left:0}
   .box1 a + .sub-menu, .box2 a + .sub-menu, .box3 a + .sub-menu {top: 67px;}
   .box1 .sub-menu li, .box2 .sub-menu li, .box3 .sub-menu li {font-size:16px}
       .title-area,
       .site-header .widget-area,
       .header-tagline {
           width: 100%;
       }
       .title-area {margin-right:0;}
   
       .header-tagline h4 {margin-top:0;}
       
       .wisdomtogo .enews p {
           font-size: 44px;
       }
       .wisdomtogo .widget {
           width: 100%;
       }
       .wisdomtogo .widget-title {
           font-size: 16px;
           text-shadow: 1px 1px #fff;
       }
      .home-section-3, .home-section-5 .widget {
           width: 100%;
       }
   .home-section-3, .home-section-5 {
       /* Rob 20180913 padding: 250px 0;*/
       border-top: 1px solid #ddd;
       border-bottom: 1px solid #ddd;
   }


      .home-section-5 .widget-title {
           font-size: 16px;
           text-shadow: 1px 1px #fff;
       /* Rob 20180912 Added */
           margin-top: 10px;
       }
       .site-header .widget-area {
           padding: 0;
       }
       .homeauthor {
           width: 49.33%;
       }
   
   /*    .home-section-2 {
           padding: 0 50px;
       }*/
       #tribe-events #tribe-events-footer,
       #tribe-events #tribe-events-header {
           display: none;
       }
   .sw-video iframe, .home .sw-video iframe {
     height: 228px;
     width: 434px;
   }
   .search .sw-video > iframe {height: 250px;}
   .home-collage-item {margin: 0 9px 9px; width: calc(100% / 3 - 18px);}
   #menu-toggle, #search-toggle {height: 38px; width: 20px;}
   #search-toggle {margin-left:10px;}
   .hmenu-buttons {padding-right: 5%; padding-top:16px; width:100px;}
   .hmenu-text, .hmenu-stext {display:none;}
   
   .slide-menu, .slide-search {opacity:0; visibility: hidden; right: -340px; top:82px;}
   .search-toggled .slide-search, .menu-toggled .slide-menu {right: 6px; opacity: 1; visibility: visible; top:82px;}
   
   .odp-previous-episode {width:246px; margin-right:20px; float:none; display:inline-block; vertical-align: top;}
   .odp-previous-episode:nth-child(2n) {margin-right: 0}
   .odp-previous-episode .sw-video iframe, .odp-previous-episode iframe {height: 138px;}
   
   .page-template-shows-page .show-previous {text-align: center;}
   .page-template-shows-page .odp-previous-episode:nth-child(2n) {margin-right: 0}
   
   
   .page-id-1648 .entry-content {text-align: center;}
   h2.odp-eptitle {text-align: left;}
   .site-container {overflow: hidden;}
   
   h2.doc-price {text-align: left;}
   
   /* iPad */
   .single-tribe_events .tribe-events-cal-links {
       margin-bottom: 20px !important; 
       }

}
/* End Screen max-width: 768px */

/* 20190602 Broke home page mobile
@media only screen and (max-width: 767px) {
	.home-video iframe {width: 460px !important; height: 264px !important;}
	.home-section-4 .widget {width:100%; margin-left:0}
	.home-services-element {display:block}
	.home-services-element div, .home-services-element.reverse div {width:100% !important; padding:0 !important; display:block}
	.home-services-element img {margin-bottom:20px}

	.video-production-element div {width:100%; margin-left:0; display:block; text-align:center}
  .video-production-left img {width:320px !important; height:160px !important}
  .video-production-left a {width:320px !important; height:160px !important}
	.entry-content h3 {margin-top: 30px !important}
	.first img {margin-left: 32px !important; max-width: 80% !important}
  .no-branding-event {margin-top:15px;}

 201904 - Removed Rob
	.tag-special-event .alignleft.size-ppv-image {margin-right:0; max-width: 100%;}
	.ppv-speaker-img {width: 100%; display:block; margin-bottom:20px}
	.ppv-speaker-text {display:block; clear: both;}
	.ppv-speaker-img .alignleft.size-ppv-image {max-height:280px; margin:auto; float:none}


}*/
/* End Screen max-width: 767px*/

@media only screen and (max-width:767px){
	.video-production-element div {width:100%; margin-left:0; display:block; text-align:center}
  .video-production-left img {width:320px !important; height:160px !important}
	.entry-content h3 {margin-top: 30px !important}
	.first img {margin-left: 32px !important; max-width: 80% !important}
}

	/* Home Testimonials */
.home-section-4 {padding:50px 0}
.home-section-4 .wrap { display: table;  width: 100%;  height: 100%;}
.home-section-4 .widget:nth-child(n+2) {float: left; margin-left: 2.564102564102564%; width: 31.623931623931625%; border: 2px solid #4c789d;padding: 12px; text-align:left}
/*.home-section-4 .widget:nth-child(n+2) {float: left; margin-left: 2.564102564102564%; width: 50%; border: 2px solid #4c789d;padding: 12px; text-align:left}*/
.home-section-4 .widget:nth-child(2) {margin-left:0}
.home-section-4 .widget-title {display:none}
.home-section-4 .widget img {width: 120px; border-radius: 100%; margin-bottom:0}
.home-section-4 .widget p:last-child {font-size: 80%; text-align: right; font-style: italic;}

@media only screen and (max-width:767px){
	.home-section-4 .widget {width:100%; margin-left:0}
}

	/* Home Services */

.home-services-element {width: 100%; height: 100%; margin-bottom:40px; padding-bottom:40px; border-bottom:1px solid #4c789d;

display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
direction: ltr;
align-items:center;
}

.home-services-right, .home-services-right-top, .home-services-left {height:100%;}
/*.home-services-left {width:32%}*/
.home-services-left {width:32%; outline:4px solid #bebbc2; margin-bottom:20px; !important;}
.home-services-left-vimeo {width:90%; margin-bottom:20px; !important;}
.home-services-right-top {width:40%; padding-left:2%}
.home-services-right {width:68%; padding-left:2%}
.home-services-element.reverse {flex-direction: row-reverse;}
.home-services-element.reverse .home-services-right {padding-left:0; padding-right:2%}
.home-services-element img {margin-bottom:0}

.home-services-element a.button {color: #fff; border: 2px solid #70489c; background: #70489c; border-radius: 8px; padding: 8px 16px; margin-top: 0;}
.home-services-element a.button:hover {color:#70489c; background:#fff; text-decoration:none}

/*
.home-services-element a.button {color: #fff; border: 2px solid #470986; background: #470986; border-radius: 8px; padding: 8px 16px; margin-top: 0;}
.home-services-element a.button:hover {color:#470986; background:#fff; text-decoration:none}
*/

.home-services-element:last-child {border-bottom: none; margin-bottom:0}

@media only screen and (max-width:767px){
	.home-services-element {display:block}
	.home-services-element div, .home-services-element.reverse div {width:100% !important; padding:0 !important; display:block}
	.home-services-element img {margin-bottom:0px}
	.home-services-element.hse-middle .home-services-left {padding-bottom: 56.27198% !important;}
	
}

@media only screen and (max-width: 700px) {
	 /* Home Testimonials */
   .home-section-4 {padding:0px 0}
   .home-section-4 .wrap { display: table;  width: 100%;  height: 100%;}
   .home-section-4 .widget:nth-child(n+2) {float: left; margin-left: 2.564102564102564%; width: 100% !important; text-align:left}
   .home-section-4 .widget:nth-child(2) {margin-left:0}
   .home-section-4 .widget-title {display:none}
   .home-section-4 .widget img {width: 120px; border-radius: 100%; margin-bottom:0}
   .home-section-4 .widget p:last-child {font-size: 80%; text-align: right; font-style: italic;}
}
/* End Screen max-width: 700px*/

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

   #watch_now {
   	margin-bottom: 1px !important;
   	margin-top: 1px !important;
   }

   /* Event Course Purchase Page */
   .postid-4377 .site-inner {padding-top:70px}

   /* 20200718 TLC Conference */
   .page-id-35918 .site-inner {padding-top:70px}
   
   /* 20200607 Gregg Braden Resilience Course */
   .postid-35854 .site-inner {padding-top:70px}

   /* 20190614 EWB Char Sundust Event */
   .postid-35790 .site-inner {padding-top:70px}

   /* SWN Sample Event Episode */
   .postid-35732 .site-inner {padding-top:35px !important}
   
   /* Inspiration Event Episode */
   .postid-35691 .site-inner {padding-top:35px !important}

   .production-page {
     max-height: 320px !important;
     margin-top: 40px !important;
     margin-bottom: 26px !important;
}

/* Added 20190421 Rob */
   .page-titles {text-align: center !important; font-size: 28px !important; margin-bottom: 20px !important}
   .entry-content h3 {font-size: 26px !important}
/**/

   .home-section-3 h2, .home-section-5 h2 {
   	margin: -3px 0px 0px !important;
   }

   #soliloquy-container-35641 { 
     max-height: none !important;
     font-size: 60% !important;
     padding-bottom: 0px !important;
  }
   #soliloquy-container-35641 .soliloquy-caption { 
     position: relative !important; 
     padding-bottom: 0px !important;
   }
   .soliloquy-caption-inside { 
     padding-bottom: 6px !important; 
   }
}
/* End Screen max-width: 660px*/

@media only screen and (max-width: 568px) {
   .home-section-3 h2, .home-section-5 h2 {
   	margin: -3px 0px 0px !important;
   }
.sw-video iframe, .home .sw-video iframe {height: 192px; width: 342px;}
.search .sw-video > iframe {height: 200px;}
.host-page img {margin: 0 8px 0 0; width: 56px;}
.home-collage-item {margin: 0 9px 9px; width: calc(100% / 2 - 18px);}
.author .author-box-content img {width: 120px;}
#joinshowbtns .livebutton, #joinshowbtns-fade .livebutton, #joinshowbtns a, #joinshowbtns-fade a {width: 100%; margin-left: 0 !important;}
    
/* Rob 20180912 Added */
h2.widget-text {border: 200px; font-size:36px; margin-top: 80px;}

.odp-previous-episode {width:200px;}
.odp-previous-episode .sw-video iframe, .odp-previous-episode iframe {height: 112px;}	
}
/* End Screen max-width: 568px*/


@media only screen and (max-width: 480px) {
	 /* Home Testimonials */
   .home-section-4 {padding:50px 0}
   .home-section-4 .wrap { display: table;  width: 100%;  height: 100%;}
   .home-section-4 .widget:nth-child(n+2) {float: left; margin-left: 2.564102564102564%; width: 100% !important; border: 2px solid #4c789d;padding: 12px; text-align:left}
   .home-section-4 .widget:nth-child(2) {margin-left:0}
   .home-section-4 .widget-title {display:none}
   .home-section-4 .widget img {width: 120px; border-radius: 100%; margin-bottom:0}
   .home-section-4 .widget p:last-child {font-size: 80%; text-align: right; font-style: italic;}
   .alignleft {
       float: unset;
       text-align: left;
   }
   .home-services-left-top {width:32%; outline:5px solid #555555; margin-bottom:20px; !important;}


   .entry-content h3 {font-size: 26px !important}
   .home-section-3 h2, .home-section-5 h2 {
   	margin: -3px 0px 0px !important;
   }
    .footer-widgets .widget-title {
        font-size: 36px;
    }
    .home-even,
    .home-odd {
        font-size: 22px;
    }
    #Box1,
    #Box2,
    #Box3,
    .box1 a,
    .box2 a,
    .box3 a {
        font-size: 15px;
        letter-spacing: 1px;
	min-height: 67px;
    }

	.box1 a + .sub-menu, .box2 a + .sub-menu, .box3 a + .sub-menu {top: 47px;}

    .bottom-menu li {
        padding: 5px;
    }
    .bottom-menu a {
        font-size: 11px;
    }
    .topics a {
        font-size: 12px;
    }
    .home-even,
    .home-odd {
        padding: 0;
        /* 20190409 Added margin-top*/
        margin-top: 20px;
    }
    .wisdomtogo .enews p {
        font-size: 28px;
        text-align: center;
        margin-bottom: 20px;
    }
    .wisdomtogo .widget-title {
        text-align: center;
    }
    .wisdomtogo .enews-widget input#subbox {
        width: 100%;
    }
/* Rob  20180912 Added  .home-section-3 .enews p {
        font-size: 28px;
        text-align: center;
        margin-bottom: 20px;
    }*/
/*    .home-section-3, .home-section-5 .widget-title {
        text-align: center;
    }*/
    
/* Rob  20180912 Added  .home-section-3 .enews-widget input#subbox {
        width: 100%;
    }*/
    .enews-widget input#subbutton {
        width: 100%;
    }
    .wisdomtogo {
       /* padding: 30px 0 10px 0; */
    }

.home-section-3, .home-section-5 {
    /* Rob 20180913 padding: 250px 0;*/
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}
/*
   .home-section-3, .home-section-5 {
        padding: 30px 0 10px 0;
    }
*/
  .home-even .home-section-3.home-section-5 {
        padding: 50px 0!important;
    }

    .footer-widgets .enews-widget input {
        width: 100%;
    }
    .swn-home .simple-social-icons ul li {
        margin: 0 5px!important;
    }
    .simple-social-icons ul li a,
    .simple-social-icons ul li a:hover {
        font-size: 18px!important;
        padding: 10px!important;
    }
    .footer-widgets p {
        font-size: 14px!important;
    }
/* 20190421 Commented
    .entry-content h3 {
        font-size: 28px!important;
    }
*/    
    .previous-episodes {
    width: 100%;
    display: block;
    margin: 20px 0;
    float: none;
}

.previous-episodes-show img {
    width: 100%;
    margin: 0 0 2% 0;
}

.author .tribe-events-list .tribe-events-event-image { 
width: 100%;
height: auto;
}

    .sw-video iframe, .home .sw-video iframe {height: 169px; width: 300px;}
    .search .sw-video > iframe {height: 172px;}

    .header-tagline, .site-title {text-align: left}
    .home-bar-menu li {letter-spacing: 0; font-size:10px; padding:14px 0;}
    .home-bar-menu li:nth-child(1), .home-bar-menu li:nth-child(2) {padding-bottom:9px;}
    .home-bar-menu li:nth-child(3), .home-bar-menu li:nth-child(4) {padding-top:9px;}

    .odp-previous-episode {width:290px; margin-right:0;}
    .odp-previous-episode .sw-video iframe, .odp-previous-episode iframe {height: 164px;}

	  .home-video iframe {width: 300px !important; height: 168px !important; margin-top: 30px;}
h2.widget-text {border: 50px; font-size:24px; line-height: 6px}

}
/* End Screen max-width: 480px*/


@media only screen and (max-width: 397px) {
.alignleft {
    float: unset;
    text-align: left;
    }
}

@media only screen and (max-width: 375px) {
    .full-width-content .content {
        padding: 0 12px 10px;
        width: 100%;
    }
}

@media only screen and (max-width: 360px) {
.entry-content h3 {font-size: 26px !important}
.box2 .sub-menu li, .box3 .sub-menu li {font-size: 12px;}
.bottom-menu .menu-item-1657 .sub-menu {left: -100px;}
.header-tagline h4, .home-bar-menu li {font-size:9px;}
/* .hmenu-buttons {padding:16px 0 0;} */
.swn-home .simple-social-icons ul li {margin:0 4px !important;}


} /* End CSS */

