/*

Theme Name: X &ndash; Child Theme
Theme URI: http://theme.co/x/
Author: Themeco
Author URI: http://theme.co/
Description: Make all of your modifications to X in this child theme.
Version: 1.0.0
Template: x

*/

/* TEMPORARY PAID MEMBERSHIPS PRO MODIFICATION
Remove Payment choice (Credit Card or PayPal table with radio buttons)
while PayPal payment options are removed from site
*/
/*
table#pmpro_payment_method {
    display: none!important;
}
*/

/* tyt2016
----------------------------------------------------------------------------------------------------
Contents
----------------------------------------------------------------------------------------------------

- Archives Tables and Buttons
- Archives Calendar Navigation
- Buttons and Links
- Category Specific CSS
- Events Calendar
- Feeds Page
- Footer
- Forms
- Home Page
- Images
- Jetpack
- Login Screen (Default WordPress)
- Membership Block Grids
- Miscellaneous
- Page Specific CSS
- PMP PaidMembershipsPro
- PMP Powerpress
- Podcast Page
- Post Specific CSS
- Profile Builder Pro (login/logout)
- RPWE Recent Posts Widget Extended
- Related Posts
- Social Sharing
- Theme My Login
- Top Bar
- Widgets
- X Layout and Design

----------------------------------------------------------------------------------------------------
Style Guide
----------------------------------------------------------------------------------------------------

TYT Blueish
#476388
rgb(71, 99, 136)

Complimentary Red
#A55657

Complimentary very pale blue
#B5C0CF

*/
/*
Archives Tables and Buttons
---------------------------------------------------------------------------------------------------- */
/* TYTCA TYT Calendar Archives */
/*  chris@:for icons to work the following line must be in the head of the site
	chris@ I added the required code to the header using Genesis Simple Hooks  */
.tytca-table {
	border: 0 !important;
	border-radius: none;
}

.tytca-th {
	border: 0 !important;
}

.tytca-td {
	border: 1px solid #ccc;
	padding: 0;
	vertical-align: text-top;
}

th.tytca-mosname {
	background-color: #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-top: 1px solid #ccc;
	color: #000;
	font-size: 3.2rem;
	font-style: normal;
	font-weight: 900;
	margin-top: 30px;
	padding: 4px 0 2px 18px;
	text-align: left;
}

.tytca-dayname {
	background-color: #ddd;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-top: 1px solid #ccc;
	color: #545454;
	font-size: 2rem;
	font-style: normal;
	font-weight: 900;
	padding-top: 4px;
	text-align: center;
	width: 20%;
}

.tytca-daynum {
	background-color: #fff;
	color: #545454;
	font-size: 2.4rem;
	font-style: italic;
	font-weight: 900;
	margin: 0 0 14px;
	padding: 0;
	max-width: 41%;
	min-width: 40%;
	padding: 0 0 0 12px;
	text-align: left;
}

a.tytca-audio {
/* RED #964E4F; */
	background-color: #964e4f;
	color: #fff;
}

a.tytca-audio:before {
/* fa-headphones Unicode:f025 */
	font-family: FontAwesome;
	content: "\f025 ";
}

a.tytca-video {
/* WHITE #fff; */
	background-color: #ffffff;
	border: 1px solid #dcdcdc;
	color: #000;
}

a.tytca-video:before {
/* fa fa-cloud-download Unicode:f0ed */
	font-family: FontAwesome;
	content: "\f0ed";
}

a.tytca-video-watch {
/* BLUE #476388; */
	background-color: #476388;
	color: #fff;
}

a.tytca-video-watch:before {
/* fa-youtube-play Unicode:f16a */
	font-family: FontAwesome;
	content: "\f16a";
}

a.tytca-audio {
	padding-left: 10px !important;
}

a.tytca-video {
	padding-left: 6px !important;
}

a.tytca-video-watch {
	padding-left: 6px !important;
}

a.tytca-audio,
a.tytca-video,
a.tytca-video-watch {
	display: inline-block;
	font-size: 1.8rem;
	font-style: normal;
	font-weight: normal;
	height: 40px;
	line-height: 40px;
	margin: 4px;
/* min-width: 40% !important; */
	min-width: 62px !important;
	padding-right: 6px !important;
	text-align: center;
	text-decoration: none;
	text-indent: 0;
	text-transform: none;
	width: 44%;
}

a.tytca-audio:hover,
a.tytca-video:hover,
a.tytca-video-watch:hover {
	background-color: #27a3d1;
	color: #000 !important;
}

a.tytca-audio:active,
a.tytca-video:active,
a.tytca-video-watch:active {
	position: relative;
	top: 1px;
}

a.tytca-audio:before,
a.tytca-video:before,
a.tytca-video-watch:before {
	font-size: 1.8rem;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	padding-right: 3px;
	speak: none;
	text-decoration: none;
	text-transform: none;
}

a.tytca-audio-none,
a.tytca-video-none,
a.tytca-video-watch-none {
	display: none;
}

/* Short buttons
---------------------------------------------------------------------------------------------------- */
/* TYTCA TYT Calendar Archives */
a.tytca-audio-short {
/* RED #964E4F; */
	background-color: #964e4f;
	color: #fff;
}

a.tytca-audio-short:before {
/* fa-headphones Unicode:f025 */
	font-family: FontAwesome;
	content: "\f025 ";
}

a.tytca-video-short {
/* WHITE #fff; */
	background-color: #ffffff;
	border: 1px solid #dcdcdc;
	color: #000;
}

a.tytca-video-short:before {
/* fa fa-cloud-download Unicode:f0ed */
	font-family: FontAwesome;
	content: "\f0ed";
}

a.tytca-video-short-watch {
/* BLUE #476388; */
	background-color: #476388;
	color: #fff;
}

a.tytca-video-short-watch:before {
/* fa-youtube-play Unicode:f16a */
	font-family: FontAwesome;
	content: "\f16a";
}

a.tytca-audio-short,
a.tytca-video-short,
a.tytca-video-short-watch {
	padding-left: 1px !important;
}

a.tytca-audio-short,
a.tytca-video-short,
a.tytca-video-short-watch {
	display: inline-block;
	font-size: 1.7rem;
	font-style: normal;
	font-weight: normal;
	height: 40px;
	line-height: 40px;
	margin: 1px;
	width: 69px;
	max-width: 69px;
	min-width: 50px;
	padding-right: 1px !important;
	text-align: center;
	text-decoration: none;
	text-indent: 0;
	text-transform: none;
}

a.tytca-audio-short:hover,
a.tytca-video-short:hover,
a.tytca-video-short-watch:hover {
	background-color: #27a3d1;
	color: #000 !important;
}

a.tytca-audio-short:active,
a.tytca-video-short:active,
a.tytca-video-short-watch:active {
	position: relative;
	top: 1px;
}

a.tytca-audio-short:before,
a.tytca-video-short:before,
a.tytca-video-short-watch:before {
	font-size: 1.8rem;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	padding-right: 3px;
	speak: none;
	text-decoration: none;
	text-transform: none;
}

a.tytca-audio-short-none,
a.tytca-video-short-none,
a.tytca-video-short-watch-none {
	display: none;
}

a.tyt-globe {
/* BLUE #476388; */
	background-color: #476388;
	border: 1px solid #dcdcdc;
	color: #fff;
	display: inline-block;
	font-size: 2.2rem;
	font-style: normal;
	font-weight: bold;
	height: 58px;
	line-height: 40px;
	margin: 4px !important;
	padding: 10px 12px 12px;
	text-align: center;
	text-decoration: none;
	text-indent: 0;
	text-transform: none;
	vertical-align: middle;
	width: auto;
}

a.tyt-globe:hover {
	background-color: #27a3d1;
	color: #000 !important;
}

a.tyt-globe:active {
	position: relative;
	top: 1px;
}

a.tyt-globe:before {
	font-family: FontAwesome;
/* fa-globe Unicode:f0ac */
	content: "\f0ac";
	padding-right: 6px !important;
	text-transform: none;
	text-decoration: none;
}

.archives-no-show-message {
	color: #bbb;
	display: table;
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.3;
	letter-spacing: .05rem;
	margin-top: 12px;
	margin-right: auto;
	margin-bottom: -23px;
	margin-left: auto;
	text-align: center !important;
}

/* Mini buttons
---------------------------------------------------------------------------------------------------- */
/* TYTCA TYT Calendar Archives */
a.arc-aud {
/* RED #964E4F; */
	background-color: #964e4f;
	color: #fff;
}

a.arc-vid {
/* WHITE #fff; */
	background-color: #ffffff;
	border: 1px solid #dcdcdc;
	color: #000;
}

a.arc-vid-watch {
/* BLUE #476388; */
	background-color: #476388;
	color: #fff;
}

a.arc-vid-fast {
/* BLACK #000; */
	background-color: #000;
	color: #fff;
}

a.arc-aud,
a.arc-vid,
a.arc-vid-watch,
a.arc-vid-fast {
	padding-left: 1px !important;
}

a.arc-aud,
a.arc-vid,
a.arc-vid-watch,
a.arc-vid-fast {
	border-radius: none !important;
	display: inline-block !important;
	font-size: 1.5rem !important;
	font-style: normal !important;
	font-weight: normal !important;
	height: 44px !important;
	line-height: 44px !important;
	margin: 1px !important;
	width: 50px !important;
	max-width: 64px !important;
	min-width: 49px !important;
	padding-right: 1px !important;
	text-align: center !important;
	text-decoration: none !important;
	text-indent: 0 !important;
	text-transform: none !important;
}

a.arc-aud:hover,
a.arc-vid:hover,
a.arc-vid-watch:hover,
a.arc-vid-fast:hover {
	background-color: #27a3d1;
	border: 1px solid #545454;
	box-shadow: 1px 1px 3px #545454;
	color: #000 !important;
	border-radius: none !important;
	display: inline-block !important;
	font-size: 1.5rem !important;
	font-style: normal !important;
	font-weight: normal !important;
	height: 44px !important;
	line-height: 44px !important;
	margin: 1px !important;
	width: 50px !important;
	max-width: 64px !important;
	min-width: 49px !important;
	padding-right: 1px !important;
	text-align: center !important;
	text-decoration: none !important;
	text-indent: 0 !important;
	text-transform: none !important;
}

a.arc-aud:active,
a.arc-vid:active,
a.arc-vid-watch:active,
a.arc-vid-fast :active {
	position: relative;
	top: 1px;
}

a.arc-aud-none,
a.arc-vid-none,
a.arc-vid-watch-none,
a.arc-vid-fast-none {
	display: none;
}

/* use this for buttons when there is no show */
a.arc-aud-noshow,
a.arc-vid-noshow,
a.arc-vid-watch-noshow,
a.arc-vid-fast-noshow {
	background-color: #dddddd;
	border: 1px solid #7777777;
	border-radius: none;
	color: #7777777;
	display: inline-block;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: normal;
	height: 44px;
	line-height: 44px;
	margin: 1px;
	width: 50px;
	max-width: 64px;
	min-width: 49px;
	padding-right: 1px !important;
	text-align: center;
	text-decoration: none;
	text-indent: 0;
	text-transform: none;
}

/* Legend buttons
---------------------------------------------------------------------------------------------------- */
/* TYTCA TYT Calendar Archives */
a.tytca-audio-mini-legend {
/* RED #964E4F; */
	background-color: #964e4f;
	color: #fff;
}

a.tytca-audio-mini-legend:before {
/* fa-headphones Unicode:f025 */
	font-family: FontAwesome;
	content: "\f025 ";
}

a.tytca-video-mini-legend {
/* WHITE #fff; */
	background-color: #ffffff;
	border: 1px solid #dcdcdc;
	color: #000;
}

a.tytca-video-mini-legend:before {
/* fa fa-cloud-download Unicode:f0ed */
	font-family: FontAwesome;
	content: "\f0ed";
}

a.tytca-video-mini-legend-watch {
/* BLUE #476388; */
	background-color: #476388;
	color: #fff;
}

a.tytca-video-mini-legend-watch:before {
/* fa fa-cloud-download Unicode:f0ed */
	font-family: FontAwesome;
	content: "\f0ed";
}

a.tytca-video-mini-fast-legend {
/* BLACK #000; */
	background-color: #000;
	color: #fff;
}

a.tytca-video-mini-fast-legend:before {
/* fa-chevron-circle-down Unicode:f16a */
	font-family: FontAwesome;
	content: "\f13a";
}

a.tytca-audio-mini-legend,
a.tytca-video-mini-legend,
a.tytca-video-mini-legend-watch,
a.tytca-video-mini-fast-legend {
	padding-left: 1px !important;
}

a.tytca-audio-mini-legend,
a.tytca-video-mini-legend,
a.tytca-video-mini-legend-watch,
a.tytca-video-mini-fast-legend {
	border-radius: none;
	display: inline-block;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: normal;
	height: 44px;
	line-height: 44px;
	margin: 1px;
	width: 50px;
	max-width: 64px;
	min-width: 49px;
	padding-right: 1px !important;
	text-align: center;
	text-decoration: none;
	text-indent: 0;
	text-transform: none;
}

a.tytca-audio-mini-legend:hover,
a.tytca-video-mini-legend:hover,
a.tytca-video-mini-legend-watch:hover,
a.tytca-video-mini-fast-legend:hover {
	background-color: #27a3d1;
	border: 1px solid #545454;
	box-shadow: 1px 1px 3px #545454;
	color: #000 !important;
}

a.tytca-audio-mini-legend:active,
a.tytca-video-mini-legend:active,
a.tytca-video-mini-legend-watch:active,
a.tytca-video-mini-fast-legend:active {
	position: relative;
	top: 1px;
}

a.tytca-audio-mini-legend:before,
a.tytca-video-mini-legend:before,
a.tytca-video-mini-legend-watch:before,
a.tytca-video-mini-fast-legend:before {
	font-size: 1.5rem;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	padding-right: 3px;
	speak: none;
	text-decoration: none;
	text-transform: none;
}

/* Archives Calendar Navigation
---------------------------------------------------------------------------------------------------- */
.active-year-link,
.active-month-link {
	background-color: #000;
	border-radius: 0;
	color: #fff;
	font-size: 1.6em;
	font-weight: 900;
	padding: 4px 12px;
}

.inactive-month-link {
	background-color: #fff;
	border-radius: 5px;
	color: #BBB;
	padding: 2px 4px;
}

/* Buttons and Links
---------------------------------------------------------------------------------------------------- */
/* unvisited button */
.x-btn,
a.x-btn,
a.x-btn.x-btn-flat.x-btn-large {
	background-color: #476388 !important;
	border: none !important;
	color: #fff !important;
	padding: 4px 11px !important;
	text-decoration: none !important;
	text-shadow: none !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}

/* visited button */
.x-btn: visited,
a.x-btn: visited,
a.x-btn.x-btn-flat.x-btn-large: visited {
	background-color: #476388 !important;
	border: none !important;
	color: #fff !important;
	padding: 4px 11px !important;
	text-decoration: none !important;
	text-shadow: none !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}

/* mouse over button */
a.x-btn-flat: hover,
a.x-btn-mini: hover,
a.x-btn-small: hover,
a.x-btn-regular: hover,
a.x-btn-large: hover,
a.x-btn-x-large: hover,
a.x-btn-jumbo: hover,
a.x-btn: hover,
a.x-btn: hover,
a.x-sidebar.x-widget.x-btn: hover,
a.x-btn.x-btn-flat.x-btn-large: hover {
	background-color: #000 !important;
	border: 1px solid #545454 !important;
	color: #fff !important;
	padding: 4px 11px !important;
	text-decoration: none !important;
	text-shadow: 1px 1px #000 !important;
	-webkit-box-shadow: none !important;
	box-shadow: 1px 1px 3px #545454 !important;
}

/* selected button */
.x-btn: active,
a.x-btn: active,
a.x-btn.x-btn-flat.x-btn-large: active {
	background-color: #476388 !important;
	border: #000 !important;
	color: #fff !important;
	padding: 4px 11px !important;
	text-decoration: none !important;
	text-shadow: none !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}

/* links
---------------------------------------------------------------------------------------------------- */
/* unvisited link */
a: link {
	color: #476388 !important;
	font-size: 15px !important;
	text-decoration: none !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}

/* visited link */
/*
div.rpwe-block ul li a: visited,
a.widget.ul.li: visited,*/
a.footer: visited,
a: visited {
	color: #555 !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}

/* mouse over link */
/*
div.rpwe-block ul li a: hover,
a.widget.ul.li: hover,*/
a.footer: hover,
a: hover {
	color: #000 !important;
	text-decoration: underline !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}

/* selected link */
/* active link in RPWE */
/*
div.rpwe-block ul li a: active,
a.x-sidebar.widget.ul.li: active,*/
a.footer: active,
a: active {
	color: #476388 !important;
	text-decoration: underline !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}

/* footer links */
.x-colophon.bottom .x-nav li a:hover,
.x-colophon.bottom .x-colophon-content a:hover {
	color: #fff !important;
	text-decoration: none;
}

/* Category Specific CSS
---------------------------------------------------------------------------------------------------- */
/* example
.category-category-name selector { }
*/
/* hide Hr1, Hr2 and PG meta */
.category-main-show-hour-1 .taxonomy-description,
.category-main-show-hour-2 .taxonomy-description,
.category-post-game .taxonomy-description {
	display: none !important;
}

/* hide featured images on Hr1 19797, Hr2 19798, PG 17549, and Aggressive Progressives Membership 36382 */
.category-19797 .entry-featured,
.category-19798 .entry-featured,
.category-17549 .entry-featured,
.category-36382 .entry-featured,
.category-19797 img.attachment-entry.size-entry.wp-post-image,
.category-19798 img.attachment-entry.size-entry.wp-post-image,
.category-17549 img.attachment-entry.size-entry.wp-post-image,
.category-36382 img.attachment-entry.size-entry.wp-post-image,
.category-main-show-hour-1 .entry-featured,
.category-main-show-hour-2 .entry-featured,
.category-post-game .entry-featured,
.category-aggressive-progressives-membership .entry-featured,
.category-main-show-hour-1 img.attachment-entry.size-entry.wp-post-image,
.category-main-show-hour-2 img.attachment-entry.size-entry.wp-post-image,
.category-post-game img.attachment-entry.size-entry.wp-post-image, 
.category-aggressive-progressives-membership img.attachment-entry.size-entry.wp-post-image {
	display: none !important;
}

.category-19797 .entry-wrap,
.category-19798 .entry-wrap,
.category-17549 .entry-wrap,
.category-main-show-hour-1 .entry-wrap,
.category-main-show-hour-2 .entry-wrap,
.category-post-game .entry-wrap {
	width: 100% !important;
	padding-left: 0 !important;
}

/* Events Calendar
---------------------------------------------------------------------------------------------------- */
/* control display of data inside event day */
div.event-day-div {
	background-color: #7d90aa;
	margin-top: ;
	padding: 12px !important;
}

/* control display of event table */
.event-table-div {
}

/* make active event day numbers pop */
.tytca-daynum-active {
	background-color: #000 !important;
	color: #fff !important;
	font-size: 2.4rem;
	font-style: italic;
	font-weight: 900;
	margin: 0;
	padding: 0 0 0 12px;
	text-align: left;
}

/* control event calendar h3 tags */
.event-cal-h5-title {
	margin-top: -12px !important;
	margin-bottom: -2px !important;
}

/* Feeds Page
---------------------------------------------------------------------------------------------------- */
.feeds-page-feed-url {
	border-bottom: 1px solid #d3d3d3;
	font-style: italic;
	margin-top: 12px;
	margin-right: 12px;
	margin-bottom: 24px !important;
	margin-left: 0;
	padding: 0 0 24px;
}

/* Footer
---------------------------------------------------------------------------------------------------- */
footer.x-colophon.top h4.h-widget {
	color: #000 !important;
	font-size: 18px;
	font-style: italic;
	text-align: center !important;
}

footer.x-colophon.top h4.h-widget:before {
	display: none !important;
	height: 0 !important;
}

footer.x-colophon.top {
	padding: 2% 0 5.25%;
}

a.footer.x-colophon.top {
	color: #000;
}

#rss-4 > h4 > a:nth-child(2),
#rss-5 > h4 > a:nth-child(2),
#rss-6 > h4 > a:nth-child(2),
#rss-7 > h4 > a:nth-child(2) {
	color: #000 !important;
	font-size: 18px !important;
	font-weight: 700 !important;
}

/* Forms
---------------------------------------------------------------------------------------------------- */
/* hide the submit button on the admin login page */
.page-id-146237 input#gform_submit_button_24 {
	display: none !important;
}

/* hide the description on the admin login page */
li#field_24_12 {
	display: none !important;
}

/* Home Page
---------------------------------------------------------------------------------------------------- */
/* Home Page Sidebar */
/* .x-sidebar .h-widget, .x-sidebar .widget.widget_pages .current_page_item, .x-sidebar .widget.widget_nav_menu .current-menu-item */
.x-sidebar .h-widget {
	border-color: #333333;
	border-top: none;
	border-right: none;
	border-left: none;
}

/* custom static home page */
li.rpwe-li.rpwe-clearfix {
	list-style-type: none;
}

/* control recent posts headline size recent posts on home page -- when using the rpwe plugin */
h3.rpwe-title {
	color: #000 !important;
	font-size: 18px;
}

/* hide date on recent posts on home page -- when using the rpwe plugin */
time.rpwe-time.published {
	display: none;
}

/* hide read more link on recent posts on home page -- when using the rpwe plugin */
a.more-link {
	display: none;
}

/* Images
---------------------------------------------------------------------------------------------------- */
/* force image max height and width */
.150hx120w {
	max-height: 150px !important;
	max-width: 120px !important;
}

.host-bio-img-widget {
	width: 98% !important;
	max-width: 320px !important;
}

/* Jetpack
---------------------------------------------------------------------------------------------------- */
/* force spacing aaround sharing buttons */
.sd-content {
	margin-top: 36px !important;
	margin-bottom: 36px !important;
}

/* Login Screen (Default WordPress)
---------------------------------------------------------------------------------------------------- */
#hidden-login {
	color: #476388 !important;
	font-size: 12px !important;
	height: 60px;
	position: absolute;
	bottom: 0 !important;
	left: 0 !important;
	text-decoration: none;
	width: 60px;
}

/* default wp login page */
.login h1 a {
	background-image: url(https://www.tytnetwork.com/wp-content/uploads/TYTNetwork-logo-1280x188-300x44.png) !important;
	background-image: none, url(https://www.tytnetwork.com/wp-content/uploads/TYTNetwork-logo-1280x188-300x44.png) !important;
	-webkit-background-size: 300px !important;
	background-size: 300px !important;
	background-position: center top;
	background-repeat: no-repeat;
	color: #444;
	height: 44px !important;
	font-size: 20px;
	line-height: 2.5em !important;
	margin: 0 auto 25px;
	padding: 0;
	text-decoration: none;
	width: 300px !important;
	text-indent: -9999px;
	outline: 0;
	display: block;
}

/* Membership Block Grids
---------------------------------------------------------------------------------------------------- */
/*  control display of block grids on membership pages*/
.membership-block-grid {
	border-bottom: 1px solid #777;
	padding-bottom: 24px;
}

/*  control display of block grid items on membership pages*/
.membership-block-grid-item {
	background-color: #e0e0e0;
	border-radius: none;
	padding: 14px 0;
	padding-top: 14px !important;
	padding-right: 14px !important;
	padding-bottom: 0;
	padding-left: 14px !important;
}

.membership-block-grid-h4 {
	margin-bottom: -18px;
	margin-top: -18px;
	text-align: center;
}

/* Miscellaneous
---------------------------------------------------------------------------------------------------- */
/*  */
.borderless {
	border: none !important;
}

/*  */
div#gathr-notify-button {
	display: none !important;
}

/* custom notification box at top of Archives page (2016) */
.archives-message-2016 {
	background-color: #FFD700;
	border: 3px dashed #000;
	font-size: 1.75rem;
	font-weight: 700;
	margin-bottom: 24px;
	padding: 12px;
	text-align: center;
}

.display-none {
	display: none !important;
}

/* Page Specific CSS
---------------------------------------------------------------------------------------------------- */
/* examples
.page-id-999 selector {}
OR
#page-999 selector {}
*/
/* Hide "Sponsored by..." message on the Newsletter sign up page (per Praveen Feb. 16, 2016 - Asana Email Sign up Button) */
.page-id-56233 .action_info_user.js-action_info_user {
	display: none;
}

/*  control  X Feature List vertical element spacing */
.page-id-103213 .x-feature-list .x-feature-box.top-text>div {
	padding-bottom: 1.15em !important;
}

/*  control  X Feature List box sizes */
.page-id-103213 .x-feature-box-graphic i {
	display: block;
	position: relative;
	width: .75em;
	height: .75em;
	text-align: center;
}

/* hide meta on post sliders on home page (affects all pages) */
span.featured-meta {
	display: none;
}

/* DK: hide title on Top Slider ("so it won't hide the graphic) (CE: affects all pages) */
h2.h-featured {
	display: none !important;
}

/* PMP PaidMembershipsPro
---------------------------------------------------------------------------------------------------- */
/* control display of required user info and payment fields on PMP checkout page */
input#username.input.pmpro_required,
input#password.input.pmpro_required,
input#password2.input.pmpro_required,
input#bemail.input.pmpro_required,
input#bconfirmemail.input.pmpro_required,
input#AccountNumber.input.pmpro_required,
select#ExpirationMonth.pmpro_required,
select#ExpirationYear.pmpro_required {
	border: 3px solid #ff0000 !important;
}

/* PMP Powerpress
---------------------------------------------------------------------------------------------------- */
input.powerpress-pmp-textbox {
	background-color: #eee !important;
	border: 1px solid black !important;
	border-radius: 3px !important;
	color: #0000ff !important;
	padding: 6px;
	text-align: center !important;
	width: 100%;
/* These are technically the same, but use both */
	overflow-wrap: break-word !important;
	word-wrap: break-word !important;
	-ms-word-break: break-all;
/* This is the dangerous one in WebKit, as it breaks things wherever */
/* word-break: break-all !important; */
/* Instead use this non-standard one: */
	word-break: break-word !important;
/* Adds a hyphen where the word breaks, if supported (No Blink) */
	-ms-hyphens: auto !important;
	-moz-hyphens: auto !important;
	-webkit-hyphens: auto !important;
	hyphens: auto !important;
}

/* Podcast Page
---------------------------------------------------------------------------------------------------- */
.podcast-page-content-band {
	color: #000;
	padding-top: 2px !important;
	padding-right: 24px !important;
	padding-bottom: 4px !important;
	padding-left: 24px !important;
}

.podcast-page-show-logo {
	height: 120px !important;
	width: 120px !important;
}

.podcast-page-itunes-logo {
	height: 40% !important;
	margin-right: 12px !important;
	vertical-align: text-top !important;
	width: 40% !important;
}

.podcast-page-rss-logo {
	height: 15% !important;
	margin-right: 12px !important;
	vertical-align: text-top !important;
	width: 15% !important;
}

/* Post Specific CSS
---------------------------------------------------------------------------------------------------- */
/* example
#post-999 selector ()
*/
/* Profile Builder Pro (login/logout)
---------------------------------------------------------------------------------------------------- */
/* control layout of login  */
a.wppb-logout-url {
	display: block;
	margin-top: 24px !important;
}

/* hide Remember Me checkbox for PCI Compliance */
/*
#wppb-login-wrap #loginform p label {
	display: none;
}
*/
/* control position of login labels */
.login-username.label,
.login-password.label {
	margin-top: 12px;
}

/* control position of Lost Password link (move it higher) */
p.login-register-lost-password {
	margin-top: -32px !important;
}

/*  */
p.wppb-front-end-logout {
	font-size: 2.25rem;
	font-style: italic;
	font-weight: 700;
	margin-bottom: 36px !important;
	padding: 12px;
}

/* unvisited Profile Builder Pro Logout button */
a.wppb-logout-url {
	background-color: #476388 !important;
	border: none !important;
	border-radius: none;
	color: #fff !important;
	font-size: 3.25rem;
	margin: 0 0 0 12px;
	padding: 12px 24px;
	text-decoration: none !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}

/* visited Profile Builder Pro Logout button */
a.wppb-logout-url:visited {
	background-color: #476388 !important;
	border: none !important;
	border-radius: none;
	color: #fff !important;
	font-size: 3.25rem;
	margin: 0 0 0 12px;
	padding: 12px 24px;
	text-decoration: none !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}

/* mouse over Profile Builder Pro Logout button */
a.wppb-logout-url: hover {
	background-color: #000 !important;
	border: none !important;
	border-radius: none;
	color: #fff !important;
	font-size: 3.25rem;
	margin: 0 0 0 12px;
	padding: 12px 24px;
	text-decoration: none !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}

/* selected Profile Builder Pro Logout button */
a.wppb-logout-url: active {
	background-color: #476388 !important;
	border: #000 !important;
	border-radius: none;
	color: #fff !important;
	font-size: 3.25rem;
	margin: 0 0 0 12px;
	padding: 12px 24px;
	text-decoration: none !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}

/* RPWE Recent Posts Widget Extended
---------------------------------------------------------------------------------------------------- */
/* increase title font size */
h3.rpwe-title.a,
h3.rpwe-title,
#x-section-1 > div:nth-child(2) > div > div > div > ul > li > h3 > a,
#x-section-1 > div:nth-child(3) > div > div > div > ul > li > h3 > a,
#x-section-1 > div:nth-child(4) > div > div > div > ul > li > h3 > a {
	font-size: 17px !important;
	font-weight: 700;
}

.rpwe-block h3,
.rpwe-summary {
	font-size: 15px !important;
}

/* add border around RPWE images to match X-Themes Ethos images */
img.alignleft.rpwe-thumb a {
	border: 1px solid #ddd;
	padding: 6px;
}

a.img.alignleft.rpwe-thumb {
	border: 1px solid #ddd;
	padding: 6px;
}

a.img.alignleft.rpwe-thumb: hover {
	border: 1px solid #000;
	padding: 6px;
}

/* adjust RPWE in footers */
#rpwe_widget-3.div.ul.li.h3.rpwe-title.a {
	color: #000 !important;
}

/* Related Posts
---------------------------------------------------------------------------------------------------- */
/* increase font size per DK */
#jp-relatedposts .jp-relatedposts-items p,
#jp-relatedposts .jp-relatedposts-items-visual h4.jp-relatedposts-post-title {
	font-size: 15px;
}

/* Social Sharing
---------------------------------------------------------------------------------------------------- */
.sd-content {
	margin-top: 24px !important;
	margin-bottom: 36px !important;
}

/* Theme My Login
---------------------------------------------------------------------------------------------------- */
/* hide links ot dashboard and profile on login page */
ul.tml-user-links {
	display: none !important;
}

/* Top Bar
---------------------------------------------------------------------------------------------------- */
/* custom topbar welcome and login */
.p-info {
	color: #fff !important;
	font-size: 1.5rem !important;
	font-weight: 500 !important;
	margin-top: 2px !important;
}

.p-info-dot {
	color: #fff;
	font-size: 1.95rem !important;
	font-weight: 500 !important;
	margin-right: 6px !important;
	margin-left: 4px !important;
	text-shadow: 2px 2px #000;
}

a.p-info-link {
	color: #fff !important;
	font-size: 1.5rem !important;
	font-weight: 500 !important;
}

a.p-info-link: visited {
	color: #fff !important;
	font-size: 1.5rem !important;
	font-weight: 500 !important;
}

a.p-info-link: hover {
	color: #fff !important;
	font-size: 1.5rem !important;
	font-weight: 500 !important;
	text-decoration: underline;
}

a.p-info-link: active {
	color: #fff !important;
	font-size: 1.5rem !important;
	font-weight: 500 !important;
}

.admin-link {
}

/* Widgets
---------------------------------------------------------------------------------------------------- */
h4.h-widget {
	color: #000;
	font-size: 3.25rem;
	font-weight: 700;
	text-decoration: none !important;
}

/* X Layout and Design
---------------------------------------------------------------------------------------------------- */
/* force content width to fill menu width */
.x-container.width {
	width: 100% !important;
}

/*  pull the page content area up closer to page titles (remove huge gap under page titles, before content) */
.x-container>.offset {
	margin: 24px !important;
}

/* decrease large gap above page titles to make the page title balanced in the vertical space */
h1.h-landmark.entry-title {
	margin-top: 12px !important;
}

/* hide the archives top slider until I learn how to make it only for the current archive category */
.x-flexslider.x-post-slider {
	display: none !important;
}

/* add margin space at bottom of page so elements do not rest on footer */
.x-main.left {
	padding-bottom: 36px;
}

/*  */
.x-logobar, .x-navbar, .x-navbar .sub-menu, .x-colophon.top {
	background-color: #D3D3D3 !important;
}

/* add padding to submenu items on monitor sized browser--it was at left edge with no padding */
.masthead-inline .x-navbar .desktop .sub-menu {
    padding-left: 6px !important;
}

/* Hide Powered by ThemeCo on Cornerstone loading pages */
.cs-preloader .cs-preloader-text {
	display: none;
}

/* remove borders from sidebar widgets */
.x-sidebar .widget ul li, .x-sidebar .widget ol li {
	border: none !important;
}

.x-sidebar .widget>ul>li:last-child, .x-sidebar .widget>ol>li:last-child, .x-sidebar .widget div>ul>li:last-child, .x-sidebar .widget div>ol>li:last-child {
	border: none !important;
}

/* hide title on post carousels per DK */
.h-entry-cover {
	display: none;
}

/* re-create background transparency behind text on hover over post carousel meta */
/* now hiding them per DK */
.x-post-carousel-meta {
	display: none !important;
/*
        position: absolute;
        height: 120px;
        left: 52.5px;
        right: 52.5px;
        bottom: -175px;
        -webkit-transition: all .615s cubic-bezier(0.19,1,0.22,1);
        transition: all .615s cubic-bezier(0.19,1,0.22,1);
        */
/* above is default - below lines added by me */
/*
        background-color: rgba(0,0,0,.7);
        text-shadow: 1px 1px #000;
        */
}

/* hide large thumbnail image at top of posts per DK */
/* hide them but do NOT hide them on Archive pages */
/*
.single .entry-featured {
	display: none;
}
*/
/* X header social icons */
.x-social-global a {
	color: #d3d3d3 !important;
}

.x-social-global a:hover {
	color: #fff !important;
}

/* add padding below page and post titles */
h1.h-landmark.entry-title {
	padding-bottom: 12px;
}

.x-sidebar .widget ul li a {
	font-size: 15px;
}

/* change footer widget headers */
footer.x-colophon.top h4.h-widget {
	border-bottom: 1px solid #000;
	color: #000 !important;
/* font-size: .125rem !important; */
	font-style: none;
	margin-top: 24px !important;
	margin-bottom: 18px !important;
	padding-bottom: 6px;
	text-align: center !important;
}

.widget_rss .widget-title a.rsswidget: link {
	color: #000 !important;
}

.widget.widget_rss li .rsswidget {
	color: #000 !important;
	text-decoration: underline;
}

.widget.widget_rss a.rsswidget: hover,
.widget.widget_rss li .rsswidget: hover {
	text-decoration: none !important;
}

a.rsswidget:hover {
	text-decoration: none !important;
}

/* hide top of post navigation arrow links to previous and next posts (they do not stay in the same category) */
.x-nav-articles {
	display: none !important;
}

.podcast-page-content-band .h5 {
	font-size: 140%;
}

iframe[name="google_conversion_frame"] {
	display: none;
}

.show-with-login {
	display: none;
}

.mobile-content {
	display: block;
	padding: 20px 20px 0;
	margin-bottom: 0;
	background: #FFF;
}

.format-video .entry-featured {
	display: none;
}

.x-block-grid-item > a > img[scale*="0"] {
	width: 100%;
}

.x-brand img {
	width: 200px !important;
}

.podcast-page-rss-logo {
	width: 24px !important;
	height: auto !important;
	vertical-align: middle !important;
	margin-bottom: 0;
}

.has-post-thumbnail .entry-thumb {
}

.hide-with-subscriptions, .show-with-subscriptions {
	display: none;
}

.x-container {
	padding: 0 20px;
}

.x-header-landmark {
	padding: 1em 0 0;
}

.x-header-landmark+.x-container>.offset>.x-sidebar {
	margin-top: -84px;
}

.x-callout {
	border: 0;
}

.x-container>.offset {
	margin: 34px auto !important;
}

.home .x-container>.offset {
	margin: 0 auto !important;
}

h1.h-landmark.entry-title {
	margin-top: -6px !important;
}

.entry-content {
	overflow: hidden;
}

.clear-comment {
	float: left;
	margin-right: 20px;
}

/* MEDIA QUERIES */
@media (min-width: 980px) {
	.mobile-content {
		display: none;
	}
	
	.ws-lightbox-inner {
		width: 90% !important;
		height: 90% !important;
	}
	
	/* control display of hamburger menu on mobile menu */
	i.x-icon-bars {
		color: #000000 !important;
		font-size: 1.5em !important;
		font-weight: 900 !important;
		margin-top: -6px !important;
	}
}

@media (max-width: 1250px) {
	.x-navbar .desktop .x-nav > li > a {
		font-size: 12px !important;
		padding-left: 10px !important;
		padding-right: 10px !important;
	}
	
	/* control display of hamburger menu on mobile menu */
	i.x-icon-bars {
		color: #000000 !important;
		font-size: 1.5em !important;
		font-weight: 900 !important;
		margin-top: -6px !important;
	}
}

@media (max-width: 767px) {
	.x-topbar .p-info {
		display: none;
	}
	
	/* control display of hamburger menu on mobile menu */
	i.x-icon-bars {
		color: #000000 !important;
		font-size: 1.5em !important;
		font-weight: 900 !important;
		margin-top: -6px !important;
	}
}

@media (max-width: 550px) {
	.mejs-video {
		height: 200px !important;
	}
	
	.x-post-carousel.unstyled {
		height: 180px;
	}
	
	.x-post-carousel.unstyled .entry-cover {
		padding-bottom: 180px;
	}
	
	.x-breadcrumbs {
		display: none;
	}
	
	.x-brand img {
		width: 170px !important;
	}
	
	.rpwe-img .rpwe-thumb {
		width: 100%;
	}
	
	.avatar.mobile, .subscribe.mobile {
		font-size: 11px;
		padding-top: 19px;
	}
	
	/* control display of hamburger menu on mobile menu */
	i.x-icon-bars {
		color: #000000 !important;
		font-size: 1.5em !important;
		font-weight: 900 !important;
		margin-top: -6px !important;
	}
}