/*
	Theme Name: Podcasts
	Description: Put your words and images at the forefront in an uncluttered design that shows them at their finest.
	Author: StudioPress
	Author URI: http://www.studiopress.com/

	Version: 1.0.4

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

	Template: genesis
	Template Version: 2.2

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

/* Table of Contents
- Imports
- HTML5 Reset
	- Baseline Normalize
	- Box Sizing
	- Float Clearing
- Defaults
	- Typographical Elements
	- Headings
	- Objects
	- Gallery
	- Forms
	- Column Classes
	- Tables
	- Screen Reader Text
- Structure and Layout
	- Site Container
	- Site Inner
- Common Classes
	- Avatar
	- Genesis
	- Search Form
	- Titles
	- WordPress
- Widgets
	- Featured Content
- Plugins
	- Genesis eNews Extended
	- Genesis Simple Share
	- Jetpack
- Skip Links
- Site Header
	- Site Title and Description
- Site Navigation
	- Accessible Menu
	- Primary Navigation
	- Secondary Navigation
	- Responsive Navigation
- Content Area
	- Entries
	- Intro Text
	- Entry Meta
	- After Entry
	- Pagination
	- Sidebar	
	- Comments
- Footer Widgets
- Site Footer
- Fadeup Effect
- Podcasts
- Media Queries
	- Min-width: 801px
	- Max-width: 800px
	- Max-width: 600px
*/


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

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

html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background:0 0}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:600}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#5b5e5e}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:600}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}

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

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

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

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

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


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

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

html {
    font-size: 62.5%; /* 10px browser default */
}

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

body {
	background-color: #fff;
	color: #333333;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 1.8;
	margin: 0;
	-webkit-font-smoothing: antialiased;
}

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

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

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

a {
	border-bottom: 1px solid #333333;
	color: #bf5700;
	text-decoration: none;
}

a:focus,
a:hover, .content .entry-title a:focus,
.content .entry-title a:hover,
.pagination a:hover,
.clear:hover {
	border-bottom: 1px solid silver;
	color: silver;
	cursor: pointer;
}

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

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

li {
	list-style-type: none;
}

b,
strong {
	font-weight: 700;
}

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

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

blockquote {
	margin: 40px;
}

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

hr {
	border-collapse: collapse;
	/*border-bottom: 1px solid #ddd;*/
	clear: left;
	padding-top: 20px;
}


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

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #232525;
	font-weight: 700;
	line-height: 1.2;
	margin: 0 0 20px;
	font-family: 'Roboto', sans-serif;
	letter-spacing: 0px;

}

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

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

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

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

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


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

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

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

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

img {
	height: auto;
}

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

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

img.podcast-image {
	display: block;
	margin: 0 auto 5%;
	max-height: 660px;
	max-width: 660px;
}


.post-type-archive-speaker .entry {
	border-bottom: none;
	margin-bottom: 40px;
	padding-bottom: 20px;
}

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

.gallery {
	overflow: hidden;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

input,
select,
textarea {
	color: #333333;
	font-size: 16px;
	font-size: 1.6rem;
	/*font-weight: 300;*/
	padding: 20px;
	width: 100%;
}

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

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

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

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

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

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

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.entry-content a.button,
.textwidget a.button {
	background-color: #e85555;
	border-radius: 50px;
	border: none;
	color: #fff;
	cursor: pointer;
	font-size: 24px;
	/*font-size: 1.4rem;*/
	font-weight: 500;
	letter-spacing: 0.5px;
	padding: 20px 20px;
	text-transform: uppercase;
	white-space: normal;
	width: auto;
}

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

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

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

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


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

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

.button {
	display: inline-block;
}

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

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

/* Column Classes
--------------------------------------------- */

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

.four-sixths,
.two-thirds {
	width: 65.81196581196582%;
}
	
.one-fourth {
	width: 23.076923076923077%;
}
	
.three-fourths {
	width: 74.35897435897436%;
}
	
.one-sixth {
	width: 14.52991452991453%;
}
	
.five-sixths {
	width: 82.90598290598291%;
}

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


/* Tables
--------------------------------------------- */

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

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

td,
th {
	text-align: left;
}

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

th {
	font-weight: 400;
}

/* Screen Reader Text
--------------------------------------------- */

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

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

.more-link {
    position: relative;
}


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

/* Site Container
--------------------------------------------- */

.site-container {
	-webkit-animation: fadein 1s;
       -moz-animation: fadein 1s;
        -ms-animation: fadein 1s;
         -o-animation: fadein 1s;
            animation: fadein 1s;
}

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

@keyframes fadein {
	from { opacity: 0; }
	to   { opacity: 1; }
}

@-moz-keyframes fadein {
	from { opacity: 0; }
	to   { opacity: 1; }
}

@-webkit-keyframes fadein {
	from { opacity: 0; }
	to   { opacity: 1; }
}

@-ms-keyframes fadein {
	from { opacity: 0; }
	to   { opacity: 1; }
}

@-o-keyframes fadein {
	from { opacity: 0; }
	to   { opacity: 1; }
}

/* Site Inner
--------------------------------------------- */

.site-inner {
	background-color: #fff;
	clear: both;
	margin: 50px auto 0px;
	padding: 50px 0px 0px 0px;
	max-width: none;
}

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


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

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

.avatar {
	border-radius: 50%;
	float: left;
}

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

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

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

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

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

/* Genesis
--------------------------------------------- */
.episode-list,
.archive-description,
.author-box {
	border-bottom: 1px solid #eee;
	margin-bottom: 10%;
	padding-bottom: 10%;
	text-align: center;
}

.archive-description p,
.archive-description .archive-title,
.author-box,
.author-box p,
.author-box .author-box-title {
	margin-left: auto;
	margin-right: auto;
	max-width: 660px;
}

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

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

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

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

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

.search-form {
	overflow: hidden;
}

.search-form input {
	-webkit-appearance: none;
}

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

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

.archive-title,
.author-box-title {
	border-bottom: solid 2px #000;
	font-size: 30px;
	font-size: 3rem;
	letter-spacing: -1px;
	margin: 40px 0px 80px;
}

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

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

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

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

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

.content .entry-title a:focus,
.content .entry-title a:hover {
	color: lightgray;
}

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

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

/* WordPress
--------------------------------------------- */

a.aligncenter img {
	display: block;
	margin: 0 auto;
}

a.alignnone {
	display: inline-block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.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: 0;
	margin: 0 0 0 30px;
	padding: 0;
}

.widget_calendar table {
	width: 100%;
}

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

/* Featured Content
--------------------------------------------- */

.featured-content a {
	border-width: 0;
}

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

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

.featured-content .entry p {
	font-size: 18px;
	font-size: 1.8rem;
}

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

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

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


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

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

.enews-widget ::-moz-placeholder {
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 400;
	letter-spacing: 0.5px;
	text-transform: uppercase;
}

.enews-widget ::-webkit-input-placeholder {
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 400;
	letter-spacing: 0.5px;
	text-transform: uppercase;
}

.enews-widget input {
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 400;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	margin-bottom: 30px;
	text-align: center;
}

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

.enews-widget input[type="submit"] {
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 500;
	margin-bottom: 0;
}

.enews-widget p {
	margin-bottom: 20px;
}

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

/* Genesis Simple Share
--------------------------------------------- */

.content .share-after {
	margin-bottom: 20px;
}

.content a.count,
.content a.count:hover,
.content a.count:focus,
.content a.share,
.content a.share:hover,
.content a.share:focus {
	border: none;
	font-weight: 400;
}

.content .share-filled .share {
	border-radius: 0;
}

.content .share-filled .count {
	border-radius: 0;
}

.not-in-use {
	background: yellow;
}

.content .share-filled .facebook .count,
.content .share-filled .facebook .count:hover,
.content .share-filled .googlePlus .count,
.content .share-filled .googlePlus .count:hover,
.content .share-filled .linkedin .count,
.content .share-filled .linkedin .count:hover,
.content .share-filled .pinterest .count,
.content .share-filled .pinterest .count:hover,
.content .share-filled .stumbleupon .count,
.content .share-filled .stumbleupon .count:hover,
.content .share-filled .twitter .count,
.content .share-filled .twitter .count:hover {
	color: #5b5e5e;
	border: 1px solid #5b5e5e;
}

.content .share-filled .facebook .share,
.content .share-filled .facebook:hover .count,
.content .share-filled .googlePlus .share,
.content .share-filled .googlePlus:hover .count,
.content .share-filled .linkedin .share,
.content .share-filled .linkedin:hover .count,
.content .share-filled .pinterest .share,
.content .share-filled .pinterest:hover .count,
.content .share-filled .stumbleupon .share,
.content .share-filled .stumbleupon:hover .count,
.content .share-filled .twitter .share,
.content .share-filled .twitter:hover .count {
	background: #5b5e5e !important;
}

.content .share-filled .facebook:hover .count,
.content .share-filled .googlePlus:hover .count,
.content .share-filled .linkedin:hover .count,
.content .share-filled .pinterest:hover .count,
.content .share-filled .stumbleupon:hover .count,
.content .share-filled .twitter:hover .count {
	color: #fff;
}

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

#wpstats {
	display: none;
}


/* Skip Links
---------------------------------------------------------------------------------------------------- */
.genesis-skip-link {
	margin: 0;
}

.genesis-skip-link li {
	height: 0;
	width: 0;
	list-style: none;
}

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


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

.site-header {
	background-color: #fff;
	border-bottom: 1px solid transparent;
	/*filter: drop-shadow(1px 1px 1px silver);*/
	padding: 28px 30px;
	position: absolute;
	top: 0;	
	width: 100%;
	z-index: 999;
}

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

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

/* Site Title and Description
--------------------------------------------- */

.title-area {
	float: left;
	margin-top: 10px;
}

.site-title {
	font-size: 20px;
	font-size: 2rem;
	font-weight: 700;
	line-height: 1;
	margin-bottom: 0;
	text-transform: uppercase;
	/*text-align: right;*/
}

.site-title a,
.site-title a:hover,
.site-title a:focus {
	border-bottom-width: 0;
	color: #333;
}

.header-image .nav-primary:not(button) {
	margin-top: 22px;
}

.header-image .site-header {
	padding: 9px 40px;
}

.header-image .site-header.shrink {
	padding: 0 40px;
}

.header-image .site-title {
	display: block;
}

.header-image .site-title > a {
	/*background-position: center center !important;*/
	background-size: contain !important;
	float: left;
	min-height: 125px;
	padding-top: 10px;
	text-align: left;
	padding-left: 140px;
}

.header-image .title-area {
	margin: 0;
}

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

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

.genesis-nav-menu {
	clear: both;
	line-height: 1;
	text-align: right;
	width: 100%;
}

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

.genesis-nav-menu a {
	border-bottom-width: 0;
	color: #232525;
	display: block;
	font-family: 'Poppins', sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 600;
	letter-spacing: 0.5px;
	padding: 10px;
	text-transform: uppercase;
}

.genesis-nav-menu a:focus,
.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a {

	border-bottom: 1px solid lightgray;
	color: lightgray;
	cursor: pointer;
}

.genesis-nav-menu .sub-menu {
	background-color: #fff;
	left: -9999px;
	opacity: 0;
	position: absolute;
}

.genesis-nav-menu .sub-menu,
.genesis-nav-menu .sub-menu a {
	width: 180px;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -44px 0 0 179px;
}

.genesis-nav-menu .sub-menu a {
	border: 1px solid #eee;
	border-top: 0;
	padding: 15px;
	position: relative;
}

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

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

/* Accessible Menu
--------------------------------------------- */

.menu .menu-item:focus {
	position: static;
}

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

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

.nav-primary {
	float: right;
	margin-top: 2px;
}

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

.nav-primary .sub-menu {
	border-top: 1px solid #ddd;
}

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

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

.nav-secondary {
	margin-top: 10px;
}

.nav-secondary .genesis-nav-menu a {
	padding: 0;
	margin-left: 10px;
	margin-right: 10px;
}

/* Responsive Navigation
--------------------------------------------- */

.sub-menu-toggle,
.menu-toggle {
	display: none;
	visibility: hidden;
}


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

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

.page .content,
.single .content {
	overflow: hidden;
	width: 100%;
}

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

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

.entry,
.page.page-template-page_blog .entry {
	border-bottom: 15px solid #ffffff;
	margin-bottom: 10%;
	padding-bottom: 10%;
}

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

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


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

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

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

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

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

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

/* Intro Text
--------------------------------------------- */

.single .entry-content p.intro {
	color: #232525;
	display: block;
	font-size: 20px;
	font-size: 2rem;
	font-style: italic;
}

.single .entry-content p.intro:after {
	border-bottom: 1px solid #232525;
	content: "";
	display: block;
	margin-bottom: 40px;
	padding-bottom: 40px;
	width: 10%;
}

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

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

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

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

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

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

/* After Entry
--------------------------------------------- */

.after-entry {
	border: 1px solid #eee;
	margin: 0 auto 10%;
	max-width: 660px;
	overflow: hidden;
	padding: 40px;
}

.after-entry .widget {
	margin-bottom: 40px;
}

.after-entry .widget-title {
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: 700;
	letter-spacing: -1px;
	margin-bottom: 30px;
}

.after-entry p:last-child,
.after-entry .widget:last-child {
	margin-bottom: 0;
}

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

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

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

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

.pagination {
	clear: both;
	font-family: 'Poppins', sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 600;
	letter-spacing: 0.5px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5%;
	text-transform: uppercase;
}

.pagination a {
	border-bottom: 1px solid #232525;
}

.pagination a:focus,
.pagination a:hover {
	border-bottom: 1px solid #e85555;

}

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

.archive-pagination li {
	display: inline;
}

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

.archive-pagination li a:focus,
.archive-pagination li a:hover,
.archive-pagination .active a {
	background-color: #e85555;
	border: 1px solid #e85555;
	color: #fff;
}

/* Sidebar
--------------------------------------------- */

.sidebar .widgettitle {
	font-family: 'Open Sans', sans-serif;
	font-size: 20px;
	/*font-size: 1.2rem;*/
	font-weight: 600;
	letter-spacing: 0px;
	margin-bottom: 10px;
	text-transform: uppercase;
}

.sidebar .widget {
	margin-bottom: 80px;
}

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

.sidebar ul li {
	margin-bottom: 10px;
	font-size: 18px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

.footer-widgets {
	background-color: #232525;
	border-top: 5px solid #fff;
	clear: both;
	text-align: center;
}

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3 {
	float: left;
	padding: 90px 4%;
}

.footer-widgets-1 {
	background-color: #e85555;
	text-align: right;
	width: 25%;
}

.footer-widgets-2 {
	text-align: left;
	width: 39.8%;
}

.footer-widgets-3 {
	padding-left: 0;
	text-align: left;
	width: 35%;
}

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

.footer-widgets h1,
.footer-widgets h2,
.footer-widgets h3,
.footer-widgets h4,
.footer-widgets h5,
.footer-widgets h6 {
	color: #fff;
}

.footer-widgets p {
	margin-bottom: 5px;
}

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

.footer-widgets .widget-title {
	font-size: 22px;
	font-size: 2.2rem;
	letter-spacing: -1px;
}

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

.footer-widgets a {
	border-bottom-width: 0;
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 600;
	letter-spacing: 0.5px;
	text-transform: uppercase;
}

.footer-widgets a:focus,
.footer-widgets a:hover {
	color: #e85555;
	text-decoration: underline;
}

.footer-widgets .footer-widgets-1 a:focus,
.footer-widgets .footer-widgets-1 a:hover {
	color: #232525;
}

.footer-widgets .simple-social-icons ul {
	margin-top: 10px !important;
}

.footer-widgets .simple-social-icons ul li {
	margin: 0px 12px 12px 0 !important;
}

.footer-widgets .simple-social-icons ul li a {
	padding: 15px !important;
}

.footer-logo-area {
    max-width: 1360px;
	width: 100%;
	display: flex;
	justify-content: space-around;
	align-items: center;
	flex-wrap: wrap;
	margin-bottom: 20px;
}

.footer-logo-area section.widget {
	margin-bottom: 20px;
}

.footer-logo-area section.widget img {
	max-width: 200px;
}

.footer-logo-area section.widget img.square {
	max-width: 200px;
}

.footer-logo-area section.widget img.rectangle {
	max-width: 300px;
}

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

.site-footer {
	padding: 75px 50px 75px 50px;
}


.site-footer a,
.site-footer p {
	border-bottom-width: 0;
	color: #333;
}

.site-footer a:focus,
.site-footer a:hover {
	text-decoration: underline;
}

.site-footer p {
	font-size: 14px;
	font-size: 1.4rem;
	margin-bottom: 0;
}

.site-footer ul {
	font-size: 14px;
	line-height: 26px;
	align-items: center;
	justify-content: center;
	display: grid;
	grid-template-columns: 275px 25px 375px 175px;
	grid-template-rows: 50px 25px;
	color: #333333;

}

.site-footer .logo {
    background-image: url("./images/LAITS-Logo.svg");
    background-repeat: no-repeat;
	height: 100px;
    width: 250px;
	grid-column: 1 / 2;
	grid-row: 1 / 3;
	margin-top: 50px;
}

.site-footer .logo a {
	display: block;
	height: 100px;
	width: 0px;
}


.site-footer hr {
	height: 75px;
	width: 0px;
	grid-column: 2 / 3;
	grid-row: 1 / 3;
	margin-top: 50px;
	margin-right: 25px;
}


.site-footer .more-podcasts {
	font-weight: 600;
	text-decoration: underline;
	font-size: 16px;
	grid-column: 3 / 4;
	grid-row: 1 / 2;
}

.site-footer .more-podcasts a {
	color: #bf5700;
	text-decoration-color: #bf5700;
}

.site-footer .web-access {
	grid-column: 3 / 4;
	grid-row: 2 / 3;
}

.site-footer .web-privacy {
	grid-column: 3 / 4;
	grid-row: 2 / 3;
	margin-left: 200px;
}

.site-footer .copyright {
	grid-column: 4 / 5;
	grid-row: 2 / 3;
}


/* Fadeup Effect
---------------------------------------------------------------------------------------------------- */

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

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

@keyframes fadeInUp {
    from { opacity: 0; transform: translateY(20px); }
    to { opacity: 1; transform: translateY(0); }
} 

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

/* Podcasts
---------------------------------------------------------------------------------------------------- */

.theme-color-orange.single-post .entry-header .entry-title, .theme-color-orange.single-speaker .entry-header, .theme-color-orange #episode-list-title,
.theme-color-orange.home .entry-header, .theme-color-orange.single-podcast .entry-header, .theme-color-orange.speakers-search .entry-header, .theme-color-orange.podcasts-search .entry-header, .theme-color-orange #click-to-open,.theme-color-orange .episode-title, .theme-color-orange.archive .archive-title, .theme-color-orange .page .entry-header, .theme-color-orange .episode-list #episode-list-title {
	background-color: #BF5700;
}

.theme-color-orange a {
	color: #006273
}

.theme-color-orange .genesis-nav-menu .menu-item a {
	color: black
}

.theme-color-navy.single-post .entry-header .entry-title, .theme-color-navy.single-speaker .entry-header, .theme-color-navy #episode-list-title,
.theme-color-navy.home .entry-header, .theme-color-navy.single-podcast .entry-header, .theme-color-navy.speakers-search .entry-header, .theme-color-navy.podcasts-search .entry-header, .theme-color-navy #click-to-open,.theme-color-navy .episode-title, .theme-color-navy.archive .archive-title, .theme-color-navy .page .entry-header, .theme-color-navy .episode-list #episode-list-title {
	background-color: #333f48;
}

.theme-color-green.single-post .entry-header .entry-title, .theme-color-green.single-speaker .entry-header, .theme-color-green #episode-list-title,
.theme-color-green.home .entry-header, .theme-color-green.single-podcast .entry-header, .theme-color-green.speakers-search .entry-header, .theme-color-green.podcasts-search .entry-header, .theme-color-green #click-to-open,.theme-color-green .episode-title, .theme-color-green.archive .archive-title, .theme-color-green .page .entry-header, .theme-color-green .episode-list #episode-list-title {
	background-color: #579d42;
}

.theme-color-utblue.single-post .entry-header .entry-title, .theme-color-utblue.single-speaker .entry-header, .theme-color-utblue #episode-list-title,
.theme-color-utblue.home .entry-header, .theme-color-utblue.single-podcast .entry-header, .theme-color-utblue.speakers-search .entry-header, .theme-color-utblue.podcasts-search .entry-header, .theme-color-utblue #click-to-open,.theme-color-utblue .episode-title, .theme-color-utblue.archive .archive-title, .theme-color-utblue .page .entry-header, .theme-color-utblue .episode-list #episode-list-title {
	background-color: #005186;
}

.theme-color-brightblue.single-post .entry-header .entry-title, .theme-color-brightblue.single-speaker .entry-header, .theme-color-brightblue #episode-list-title,
.theme-color-brightblue.home .entry-header, .theme-color-brightblue.single-podcast .entry-header, .theme-color-brightblue.speakers-search .entry-header, .theme-color-brightblue.podcasts-search .entry-header, .theme-color-brightblue #click-to-open,.theme-color-brightblue .episode-title, .theme-color-brightblue.archive .archive-title, .theme-color-brightblue .page .entry-header, .theme-color-brightblue .episode-list #episode-list-title {
	background-color: #00a9b7;
}

.theme-color-poppurple.single-post .entry-header .entry-title, .theme-color-poppurple.single-speaker .entry-header, .theme-color-poppurple #episode-list-title,
.theme-color-poppurple.home .entry-header, .theme-color-poppurple.single-podcast.entry-header, .theme-color-poppurple.speakers-search .entry-header, .theme-color-poppurple.podcasts-search .entry-header, .theme-color-poppurple #click-to-open,.theme-color-poppurple .episode-title, .theme-color-poppurple.archive .archive-title, theme-color-poppurple .page .entry-header, .theme-color-poppurple .episode-list #episode-list-title {
	background-color: #72228e;
}

.theme-color-poppurple a {
	color: #076B13
}

.theme-color-poppurple .genesis-nav-menu .menu-item a {
	color: black
}

.theme-color-poppink.single-post .entry-header .entry-title, .theme-color-poppink.single-speaker .entry-header, .theme-color-poppink #episode-list-title,
.theme-color-poppink.home .entry-header, .theme-color-poppink.single-podcast .entry-header, .theme-color-poppink.speakers-search .entry-header, .theme-color-poppink.podcasts-search .entry-header, .theme-color-poppink #click-to-open,.theme-color-poppink .episode-title, .theme-color-poppink.archive .archive-title, theme-color-poppink .page .entry-header, .theme-color-poppink .episode-list #episode-list-title {
	background-color: #b7325b;
}


.theme-color-poppink a {
	color: #076B13
}

.theme-color-poppink .genesis-nav-menu .menu-item a {
	color: black
}

.theme-color-mutedpink.single-post .entry-header .entry-title, .theme-color-mutedpink.single-speaker .entry-header, .theme-color-mutedpink #episode-list-title,
.theme-color-mutedpink.home .entry-header, .theme-color-mutedpink.single-podcast .entry-header, .theme-color-mutedpink.speakers-search .entry-header, .theme-color-mutedpink.podcasts-search .entry-header, .theme-color-mutedpink #click-to-open,.theme-color-mutedpink .episode-title, .theme-color-mutedpink.archive .archive-title, .theme-color-mutedpink .page .entry-header, .theme-color-mutedpink .episode-list #episode-list-title {
	background-color: #994845;
}


.theme-color-mutedpink a {
	color: #244866
}

.theme-color-mutedpink .genesis-nav-menu .menu-item a {
	color: black
}

.theme-color-coffee.single-post .entry-header .entry-title, .theme-color-coffee.single-speaker .entry-header, .theme-color-coffee #episode-list-title,
.theme-color-coffee.home .entry-header, .theme-color-coffee.single-podcast .entry-header, .theme-color-coffee.speakers-search .entry-header, .theme-color-coffee.podcasts-search .entry-header, .theme-color-coffee #click-to-open,.theme-color-coffee .episode-title, .theme-color-coffee.archive .archive-title, .theme-color-coffee .page .entry-header, .theme-color-coffee .episode-list #episode-list-title {
	background-color: #806959;
}


.theme-color-coffee a {
	color: #597C80
}

.theme-color-coffee .genesis-nav-menu .menu-item a {
	color: black
}

.theme-color-charcoal.single-post .entry-header .entry-title, .theme-color-charcoal.single-speaker .entry-header, .theme-color-charcoal #episode-list-title,
.theme-color-charcoal.home .entry-header, .theme-color-charcoal.single-podcast .entry-header, .theme-color-charcoal.speakers-search .entry-header, .theme-color-charcoal.podcasts-search .entry-header, .theme-color-charcoal #click-to-open,.theme-color-charcoal .episode-title, .theme-color-charcoal.archive .archive-title, .theme-color-charcoal .page .entry-header, .theme-color-charcoal .episode-list #episode-list-title {
	background-color: #302A2A;
}

.theme-color-evergreen.single-post .entry-header .entry-title, .theme-color-evergreen.single-speaker .entry-header, .theme-color-evergreen #episode-list-title,
.theme-color-evergreen.home .entry-header, .theme-color-evergreen.single-podcast .entry-header, .theme-color-evergreen.speakers-search .entry-header, .theme-color-evergreen.podcasts-search .entry-header, .theme-color-evergreen #click-to-open,.theme-color-evergreen .episode-title, .theme-color-evergreen.archive .archive-title, .theme-color-evergreen .page .entry-header, .theme-color-evergreen .episode-list #episode-list-title {
	background-color: #33524B;
}


.theme-color-evergreen a {
	color: #597C80
}

.theme-color-evergreen .genesis-nav-menu .menu-item a {
	color: black
}


.theme-color-gold.single-post .entry-header .entry-title, .theme-color-gold.single-speaker .entry-header, .theme-color-gold #episode-list-title,
.theme-color-gold.home .entry-header, .theme-color-gold.single-podcast .entry-header, .theme-color-gold.speakers-search .entry-header, .theme-color-gold.podcasts-search .entry-header, .theme-color-gold #click-to-open,.theme-color-gold .episode-title, .theme-color-gold.archive .archive-title, .theme-color-gold .page .entry-header, .theme-color-gold .episode-list #episode-list-title {
	background-color: #f89722;
}


.theme-color-gold a {
	color: #000000
}

.theme-color-gold .genesis-nav-menu .menu-item a {
	color: black
}

.content {
	width: 100%;
}


.single-post .entry-header .entry-title, .single-speaker .entry-header,
.single-podcast .entry-header, .speakers-search .entry-header, .podcasts-search .entry-header, #click-to-open, .episode-title, .archive .archive-title, .page .entry-header, .episode-list #episode-list-title {
	background-color: #666666;
	text-align: center;
}


#episode-list-title {
	font-family: 'Open Sans', sans-serif;
	font-size: 60px;
	font-weight: 400;
}

.header-image .site-header {
	height: 100px;
}

.network-home .title-area .site-title a {
	color: transparent;
}

.menu-item span {
	font-size: 20px;
}

.page .entry-header {
	height: 150px;
}


.entry-title {
	color: white;
	width: 1000px;
	text-align: center;
	margin-top: 20px;
}



.page .entry-title, .single .entry-title, .entry-title, .archive-title  {

	letter-spacing: 0px;
	font-size: 40px;
	font-weight: 400;
}


.page .entry-content,
.single .entry-content, home .entry-content {
	max-width: 1360px;
	padding: 50px 30px 100px 30px;
	display: flex;
	flex-direction: column;
	align-content: center;
}


.entry-content ul, .entry-content ul li {
	list-style-type: none;
	margin-left: 0px;
}

h3 {
	font-size: 24px;
	margin-bottom: 10px;
	margin-top: 25px;
}

.transcript {
	margin-bottom: 25px;
	height: 700px;
	overflow: auto;
	padding: 25px 25px 25px 0px;
}

.single-post .entry-header .entry-title, .single-speaker .entry-header,
.single-podcast .entry-header, .speakers-search .entry-header, .podcasts-search .entry-header, .page .entry-header {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	max-width: 100%;
	margin-bottom: 0px;

}

/* podcast home page */

.network-home .entry-header  {
	height: 125px;
	background-color: #f0f0f0;
}


.network-home .entry-title {
	color: #333333;
	width: 1200px;
	margin: 0px;
	margin-top: 25px;
}

.network-home .entry-content {
	width: 100%;
	max-width: none;
	margin-top: 0px;
	margin-right: 30px;
	padding-top: 0px;
	padding-bottom: 75px;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.network-home .entry-content h2 {
	max-width: 1500px;
}

.podcasts-section {
	width: 100%;
}

.list-of-podcasts {
	width: 100%;
	max-width: 1500px;
	display: grid;
	justify-content: center;
	grid-template-columns: repeat(auto-fit, 300px);
	grid-column-gap: 10px;
	grid-row-gap: 30px;
	padding-top: 50px;
	padding-bottom: 75px;
}

.network-home .list-of-podcasts .featured-preview {
	position: relative;
}

.network-home .list-of-podcasts .featured-preview::before {
	content: 'FEATURED';
	background-color: #bf5700;
	color: white;
	font-weight: 600;
	padding: 3px 15px;
	position: absolute;
	top: 8px;
	left: -5px;
	border-radius: 3px;
}


.list-of-podcasts .podcast-preview {
	background-color: white;
	padding: 15px 0px 15px 15px;
	width: 280px;
	border-radius: 5px;
}

.list-of-podcasts .podcast-preview h4 {
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1;
	margin-top: 10px;
	margin-bottom: 10px;
	min-height: 44px;
}

.list-of-podcasts .podcast-preview h4 a:hover {
	color: silver;
}

.list-of-podcasts .podcast-preview h4 a {
	border-bottom: none;
	vertical-align: sub;
	font-weight: 400;
	color: #333333;
}

.list-of-podcasts .podcast-preview p {
	padding: 10px 0px;
}

.list-of-podcasts .podcast-preview .podcast-blog-description {
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 18px;
	margin: 0px;
	padding-right: 15px;
}

.podcast-logo {
	height: 250px;
	width: 250px;
	background-size: cover;
	opacity: 1;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}


.list-of-podcasts {

	font-size: 16px;
}

.network-home-footer {
	order: 3;
	font-size: 16px;
	max-width: 1360px;
	display: flex;
	flex-direction: row;
	justify-content: space-evenly;
}

.network-home-footer .left-footer {
	width: 485px;
	text-align: center;
	border-right: 1px solid #333333;
	height: 300px;
	padding-top: 100px;
	font-size: 18px;
}

.network-home-footer .right-footer {
	width: 500px;
	float: left;
	padding-top: 30px;
	padding-left: 50px;
}

/* for single podcasts only */

.single-post .entry-header .entry-title, .single-podcast .entry-header {
	height: auto;
}

.single-podcast .episode-date {
	color: white;
	margin-top: 25px;

}


.single-podcast .episode-date, .podcast-meta-new-window, .podcast-meta-download, .podcast-meta-date {
	font-size: 18px;
	font-weight: 400;
}


.speaker-name a, .podcast_meta a, .episode-title a, aside p{
	color: white;
	border: none;
}

.speaker-name a:hover, .episode-title a:hover, .podcast_meta a:hover {
	color: silver;
}

.single-podcast .podcast_player {
	width: 800px;
	height: 80px;
	margin: 0px;
	margin-top: 15px;
}

.podcast_player .mejs-controls {
	display: flex;
	flex-direction: row;
	align-items: center;
	top: 25%;
}

.podcast_player .mejs-button, .mejs-playpause-button, .mejs-play {
	width: 100px;
	height: 100px;
	margin-right: 15px;
}

.podcast_player .mejs-playpause-button [type="button"], .podcast_player .mejs-button [type="button"], .podcast_player .mejs-play [type="button"] {
	width: 100px;
	height: 100px;
	margin: 0;
	background: transparent url("./images/play.svg");
	shape-rendering: crispEdges;
}

.podcast_player .mejs-pause [type="button"] {
	background: transparent url("./images/pause.svg");
}


.podcast_player .mejs-volume-button, .podcast_player .mejs-mute button {
	display: none;
}

.podcast_player .mejs-horizontal-volume-total, a.mejs-horizontal-volume-slider {
	display: none !important;
}

.podcast_player .mejs-time {
	font-size: 16px;
}

.podcast_meta {
	padding-bottom: 5px;
	font-weight: 600;
}

.single-podcast .mejs-container, .single-podcast .mejs-container .mejs-controls, .single-podcast .mejs-embed, .single-podcast .mejs-embed body {
	background: none;
	margin-bottom: 0;
}

article .entry-content, .single-podcast article, .single-speaker article {
	font-size: 16px;
	background-color: #f0f0f0;
}

.content {
	background-color: #f0f0f0;
}

.single-podcast .guests li, .single-podcast .hosts li {
	display: grid;
	grid-template-columns: 170px 1fr;
	grid-template-rows: 50px 100px;
	margin-bottom: 50px;

}

.single-podcast .profile-pic img {
	max-width: 150px;
	max-height: 150px;
	margin: 10px 10px 0px 0px;
	border-radius: 100px;
	grid-column: 1 / 2;
	grid-row: 1 / 3;
}

.single-podcast .profile-pic {
	max-width: 155px;
	max-height: 155px;
	grid-column: 1 / 2;
	grid-row: 1 / 3;

}

.single-podcast .guests li a, .single-podcast .hosts li a {
	white-space: nowrap;
	margin: 0px 15px 0px 0px;
	grid-column: 2 /3;
	grid-row: 1 / 2;
}

.single-podcast .guests li span:last-child, .single-podcast .hosts li span:last-child {
	grid-column: 2 /3;
	grid-row: 2 / 3;

}

#transcript-body{
	opacity: 0;
	max-height:0;
	transition: .5s opacity ease-in-out, .5s  max-height ease-in-out;
	overflow: hidden;
}

.open #transcript-body {
	opacity: 1;
	max-height: 100%;
}

#click-to-open {
	font-family: inherit;
	font-weight: 700;
	padding: 20px 20px;
	margin-top: 10px;
	margin-bottom: 25px;
	border-radius: 5px;
}

.open #click-to-open {
	opacity: .5;
}

.content-sidebar .content-sidebar-wrap {
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: center;
}

.sidebar {
	padding: 50px 50px 50px 30px;
	background-color: #f0f0f0;
	width: 35%;
}

#search-2 .search-form-input {
	max-width: 500px;
}


/* for single speakers only */

.single-speaker .entry-title {
	padding-top: 125px;
}

.single-speaker .entry-header {
	height: 275px;
}

.single-speaker .entry-header img {
	height: 250px;
	width: 250px;
	object-fit: cover;
	border-radius: 125px;
}

.single-speaker .entry-content {
	padding-top: 125px;
}

/* for search pages only */

.page-template-search-speaker .entry-content, .page-template-search-episode .entry-content {
	padding-bottom: 25px;
}

 #search-2 {

	margin-bottom: 0px;
}

.search .text-filter, .search option {

	font-size: 1.6rem;

}

.card .episode-title {
	text-align: left;
	font-weight: 400;
}

.podcasts-search .entry-title, .speakers-search .entry-title {
	width: 100%;

}

.speakers-search .entry-header, .podcasts-search .entry-header {
	width: 100%;
	height: 150px;
	text-align: center;
}

#vue-search section {
	padding-top: 0px;
	padding-bottom: 100px;
	display: grid;
	grid-template-columns: 250px auto;
	grid-gap: 50px;
	background-color: #f0f0f0;
	max-width: 1300px;
	margin: 0 auto;
}

.podcasts-search .display {
	width: 100%;
	display: grid;
	grid-template-columns: repeat(auto-fill, 300px);
	grid-gap: 35px;
}

.speakers-search .display {
	width: 100%;
	display: grid;
	grid-template-columns: repeat(auto-fill, 300px);
	grid-gap: 50px 25px;
	justify-content: space-between;
}

.filter-header {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 600;
}

.search .clear:hover {
	border-bottom: none;
}

input, select, textarea {
	border-radius: 5px;
	background-color: white;
	height: 25px;
	margin-bottom: 25px;
	border: none;
}

.venue-search select, .taxonomy-search select {
	height: 100px;
	padding: 0;
	border-radius: 5px;
	border: none;
}

.speakers-search .card {
	display: flex;
	flex-direction: column;
	align-items: center;
	height: 415px;

}

.podcasts-search .card {
	background-color: #fff;
	border-radius: 10px;
	height: 415px;
	/*filter: drop-shadow(5px 5px 2px silver)*/
}

.episode-title {
	height: 150px;
	text-align: center;
	padding: 30px 20px 30px 20px;
	font-size: 18px;
	font-weight: 600;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

.speaker-info {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.speaker-picture img {
	background-color: #fff;
	height: 200px;
	width: 200px;
	object-fit: cover;
	border-radius: 100px;
}

.speaker-name {
	height: 50px;
	width: 275px;
	padding: 10px 0px 15px 0px;
	font-size: 20px;
	border-bottom: 1px solid #333333;
	margin-bottom: 2px;
	text-align: center;
}

.speaker-title {
	width: 250px;
	height: 150px;
	overflow: hidden;
	line-height: 1.6;
	margin-top: 10px;
	margin-bottom: 0px;

}

.episode-title a {
	color: white;
	text-decoration: none;
}

.speaker-name a  {
	color: #333333;
	text-decoration: none;
}

.speaker-name {
	background-color: transparent;
}

.episode-dates, .episode-hosts, .episode-guests {
	margin: 0px 20px;
	line-height: 1.6;
	overflow: hidden;
}


.episode-description {
	margin: 20px 20px 20px 15px;
	line-height: 1.6;
}


.episode-description p {
	margin: 0;
	overflow: hidden;
}

	/* Categories & Tags */
.blog .archive-descripion,
article .archive-description, .archive-description, .archive-description .taxonomy-description .taxonomy-archive-description,  .episode-list  {
	border-bottom: none;
	padding-bottom: 0px;
	margin-bottom: 0px;
}

.episode-list #episode-list-title,
.archive .archive-title  {
	height: 150px;
	padding-top: 50px;
	min-width: 100%;
	border-bottom: none;
	color: white;
	margin: 0;
}

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

.blog .entry-content, .blog .entry-title,
.tax-categories .entry-content, .tax-categories .entry-title, .archive .entry-title, .archive .entry-content {
	margin-left: 30px;
	text-align: left;
}

.blog article,
.tax-categories article,.archive article {
	margin-bottom: 50px;
	padding-bottom: 50px;
}

.blog article:first-of-type,
.tax-categories article:first-of-type,.archive article:first-of-type {
	padding-top: 50px;
}

.blog .entry-title-link a:hover,
.tax-categories .entry-title-link a:hover, article .entry-title-link a:hover {
	color: lightgray;
}

.blog .alignright,
.archive .alignright {
	padding-right: 50px;
	padding-left: 30px;
}

.blog .entry-image-link img,
.tax-categories img {
	height: 300px;
	width: auto;
	object-fit: contain;
}

article .tag {
	padding-bottom: 0px;
	margin-bottom: 0px;
}

.ssp-player {
	width: 300px;
	background-color: transparent;
}

.ssp-player-title.episode-title {
	display: none;
}


.tag .podcast .podcast_meta, .search-results article .podcast_meta {
	display: none;
}

.search-results .entry-title, .search-results .entry-content {
	text-align: left;
	margin-left: 30px;
	padding: 0px 30px 0px 0px;
}

.search-results .content {
	width: 85%;
}

.search-results .entry-title {
	font-size: 28px;
}

.search-results article {
	margin-bottom: 50px;
	padding-bottom: 50px;
}

.search-results article:first-of-type {
	padding-top: 50px;
}

.search-results .search-2 {
	margin-left: 50px;
}

.search-results .sidebar {
	padding-top: 200px;
}

.search-results .podcast_player, .tag .podcast_player {
	max-width: 600px;
	min-height: 125px;
	background: #222;
}

.search-results .podcast_player .ssp-player, .tag .podcast_player .ssp-player {
	width: auto;
	height: auto;
	background: none;
}

.search-results .mejs-container .mejs-controls, .tag .mejs-container .mejs-controls {
	margin-top: 5%;
}

.podcast_player .mejs-button .mejs-volume-button .mejs-mute {
	display: none;
}

/* Home Page With Image */
.has-banner-image .entry-header {
	height: auto;
}

.has-banner-image .podcast-banner-image {
	max-height: 500px;
}


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

/* MEDIA QUERIES */
@media only screen and (max-width: 1324px) {

	.podcasts-search #vue-search section {
		grid-template-columns: 300px auto;
		max-width: 1000px;
	}

	.speakers-search #vue-search section {
		grid-template-columns: 250px auto;
		max-width: 1000px;
	}
}

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

	.content {
		padding: 0;
	}

	.speakers-search .entry-header, .podcasts-search .entry-header {
		height: 125px;
	}

	.has-banner-image .entry-header {
		height: auto;
	}

	.speaker .entry-title {
		padding-top: 0;
		margin-top: 0;
	}

	.network-home .entry-content, .home .entry-content, .page-template-search-speaker .entry-content, .page-template-search-episode .entry-content {
		padding: 0px 30px 30px 30px;
	}


	h3 {
		font-size: 24px;
	}

	.page .entry-title, .single .entry-title, .entry-title, .archive-title  {
		font-size: 32px;
		width: auto;
		padding: 0px 10px 0px 0px
	}

	.header-image .site-title > a {
		background-size: contain !important;
		float: left;
		min-height: 75px;
		padding-top: 30px;
		padding-left: 90px;
	}

	.site-title a {
		background: url("http://podcasts.la.utexas.edu/wp-content/uploads/2019/06/laits-grid-1.png") no-repeat !important;
	}

	.header-image .site-header {
		height: auto;
	}

	.content-sidebar .content-sidebar-wrap {
		flex-direction: column;
		justify-content: flex-start;
	}

	.home .entry-title {
		padding-top: 15px;
	}

	.home .entry-content p {
		padding-top: 25px;
		margin-top: 0px;
	}

	.network-home-intro {
		margin-top: 0;
	}

	.sidebar {
		width: 100%;
	}

	.content-sidebar-wrap .content {
		width: 100%;
	}

	#episode-list-title {
		font-size: 36px;
	}

	.single-podcast .entry-header {
		display: flex;
		flex-direction: column;
		justify-content: center;
	}
		/* for search pages only */

	#vue-search section {
		grid-template-columns: 275px;
		grid-gap: 50px;
		padding-top: 50px;
		margin-left: 0px;
		justify-content: center;

	}

	.podcasts-search .display {
		width: 100%;
		display: grid;
		grid-template-columns: repeat(auto-fill, 275px);
		grid-gap: 100px 75px;
	}

	.speakers-search .display {
		justify-content: center;
		align-items: center;
	}

	/* for single podcasts only */

	.episode-date {
		padding-top: 15px;
	}

	.vue-search  .episode-dates .episode-date, .podcast-meta-new-window, .podcast-meta-download, .podcast-meta-date {
		font-size: 16px;
	}

	.single-podcast .podcast_player {
		width: 300px;
	}

	.podcast_player .mejs-controls {
		display: flex;
		flex-direction: row;
		justify-content: center;
		align-content: center;
		top: 0%;
	}

	.podcast_player .mejs-button, .mejs-playpause-button, .mejs-play {
		width: 75px;
		height: 75px;
		margin-right: 0px;
		margin-bottom: 10px;
	}

	.podcast_player .mejs-playpause-button [type="button"], .mejs-button [type="button"], .mejs-play [type="button"] {
		width: 75px;
		height: 75px;
	}

	.podcast_player .mejs-time {
		display: none;
	}

	.podcast_player .mejs-time-rail {
		display: none;
	}

	.podcast_meta {
		text-align: center;
		padding-left: 10px;
		padding-right: 10px;
	}

	img.podcast-image {
		width: 250px;
		padding-top: 25px;
	}

	.single-podcast .guests li, .single-podcast .hosts li {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
	}

	.single-podcast .guests li a, .single-podcast .hosts li a {
		margin: 10px 15px 15px 0px;
	}

	.single-podcast article, article .entry-content, .single-speaker article, .sidebar ul li {
		font-size: 18px;
	}

	#click-to-open {
		font-family: inherit;
		font-weight: 700;
		font-size: 22px;
		padding: 20px 20px;
		margin-top: 10px;
		margin-bottom: 25px;
		border-radius: 5px;
	}

	/* for single speakers only */

	.single-speaker .entry-header {
		height: 175px;
	}

	.single-speaker .entry-title {
		padding-top: 75px;
	}

	.single-speaker .entry-header img {
		height: 150px;
		width: 150px;
		object-fit: cover;
		border-radius: 75px;
	}

	.single-speaker .entry-content {
		padding-top: 100px;
	}


	/* Categories & Tags */

	.blog .archive-title, .archive .archive-title {
		font-size: 36px;
	}

	.blog .entry-title,
	.archive .entry-title {
		font-size: 22px;
		margin-right: 30px;
		margin-left: 30px;
		width: auto;
	}

	.blog .entry-content,
	.archive .entry-content {
		padding: 0px 30px 0px 0px;
	}


	.archive .entry-image-link img, .blog .entry-image-link img,
	.tax-categories img {
		height: 150px;
		width: auto;
		object-fit: contain;
		margin-left: 30px;
	}

	/*.nav-primary {*/
		/*max-width: 450px;*/
	/*}*/

	.search-results .sidebar {
		padding-top: 0px;
	}


	.search-results .podcast_player .mejs-container, .tag .podcast_player .mejs-container {
		width: 300px;
		height: 100px;
	}

	.search-results .mejs-container, .tag .mejs-container {
		top: 35%;
	}

	.network-home .entry-header {
		height: 100px;
	}

	.network-home-into p {
		padding-top: 0px;
	}

	.list-of-podcasts {
		display: grid;
		grid-template-columns: repeat(auto-fill, 250px);
		grid-gap: 15px;
		padding-top: 0px;
		padding-bottom: 50px;
	}

	.podcast-logo {
		height: 200px;
		width: 200px;
	}

	.list-of-podcasts .podcast-preview {
		width: 230px;
	}

	.list-of-podcasts .podcast-preview h4 a {
		font-size: 20px;
	}


	.network-home-footer {
		max-width: 1024px;
		padding: 50px;
		font-size: 18px;
	}


	.network-home-footer .left-footer {
		max-width: 310px;
		text-align: center;
		border-right: 1px solid #333333;
		height: 400px;
		padding-top: 150px;
		padding-right: 50px;
	}

	.network-home-footer .right-footer {
		max-width: 325px;
		float: left;
		padding-top: 0px;
		padding-left: 50px;
	}

	.site-footer {
		padding-top: 25px;
		padding-bottom: 50px;
	}
	.site-footer ul {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		margin-left: 30px;
		font-size: 16px;
	}

	.site-footer .more-podcasts, .site-footer .web-access, .site-footer .web-privacy, .site-footer .copyright, .site-footer .logo-hr {
		margin-bottom: 10px;
	}

	.site-footer hr {
		display: none;
	}

	.site-footer .web-privacy {
		margin-left: 0;
	}
}



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

	.title-area {
		width: auto;
		display: flex;
		flex-direction: column;
		justify-content: center;
	}

	.title-area .site-title a {
		flex-direction: column-reverse;
	}

	.single-podcast .entry-title {
		max-width: 750px;
	}

	.podcasts-search #vue-search section,
	.speakers-search #vue-search section {
		width: 100%;
		display: grid;
		grid-template-columns: minmax(175px, 1fr) auto;
		grid-gap: 30px;
		padding: 25px 30px;
	}

	.speakers-search #vue-search section {
		grid-template-columns: 1fr;
	}

	.speakers-search .taxonomy-search select {
		height: 180px;
	}

	.podcasts-search .display {
		grid-template-columns: minmax(150px, 300px) minmax(150px, 300px);
		grid-gap: 50px 30px;
	}

	.speakers-search .display {
		grid-template-columns: repeat(auto-fill, 200px);
		grid-gap: 25px 100px;
	}


	.podcast_player .mejs-container {
		width: 600px;
	}

	.podcast_player .mejs-button, .mejs-playpause-button, .mejs-play {
		margin-right: 15px;
	}

	.list-of-podcasts {
		margin-top: 50px;
	}


	.list-of-podcasts .podcast-preview h3 a {
		font-size: 20px;
	}
}

@media only screen and (min-width: 801px) {

	.footer-widgets .wrap {
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;

		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

}

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

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

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

	.header-image .site-title > a {

	}


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

	.content-sidebar .content,
	.content-sidebar .sidebar,
	.nav-primary,
	.sidebar-content .content,
	.sidebar-content .sidebar,
	.title-area {
		float: none;
	}
	
	.js .nav-primary .sub-menu a {
		background: none;
		border: none;
	}

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

	.js nav .wrap {
		padding: 0;
	}

	.js nav.pagination {
		display: block;
	}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3 {
		padding: 8% 5%;
	}

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

	.site-footer {
		padding: 20px;
	}

	.podcasts-search #vue-search section {
		grid-template-columns: 1fr;
	}

	.podcasts-search #vue-search .search {
		column-count: 1;
	}
}


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

	.network-home-intro {
		margin-top: 15px;
	}

	.network-home-footer {
		max-width: 767px;
		padding: 0px;
		font-size: 18px;
		display: flex;
		flex-direction: column;
	}


	.network-home-footer .left-footer {
		max-width: 315px;
		border-right: 0;
		border-bottom: 1px solid #333333;
		height: 100px;
		padding: 0;
		margin-top: 25px;
	}

	.network-home-footer .right-footer {
		height: auto;
		max-width: 325px;
		padding-top: 5px;
		padding-left: 0px;
		padding-bottom: 50px;
	}

	.network-home-footer .right-footer p {
		margin-bottom: 0;
	}

	.single-podcast .entry-title {
		max-width: 315px;
	}

}

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


	.gallery-item {
		float: none;
	}

	.gallery-columns-2 .gallery-item,
	.gallery-columns-3 .gallery-item,
	.gallery-columns-4 .gallery-item,
	.gallery-columns-5 .gallery-item,
	.gallery-columns-6 .gallery-item,
	.gallery-columns-7 .gallery-item,
	.gallery-columns-8 .gallery-item,
	.gallery-columns-9 .gallery-item {
		width: 100%;
	}
	
	.five-sixths,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		float: none;
		margin-left: 0;
		width: 100%;
	}

	.podcasts-search .display {
		grid-template-columns: minmax(auto, 350px);
		justify-content: center;
	}

	.podcasts-search #vue-search .search {
		column-count: 1;
	}
}


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

	.header-image .site-title > a {
		padding-left: 140px;
	}
}
