/*

File: wfmt.css
Author: Justin Henderson
**
This is enqueued separately from style.css to overtake parent theme styles
*/


/*
 *   New column widths and padding
 *   Added 8/15/19 Mike Scipioni
 */

.x-main.left {
	width:70%;
	padding-right:15px!important;
}
.x-sidebar.right {
	width:30%;
	padding-left: 15px!important;
}
@media(min-width:980px) and (max-width:1200px) {
	.x-main.left {
		width:66%;
	}
	.x-sidebar.right {
		width:34%;
	}
}
@media(min-width:800px) {
	body .x-container.max.width.main {
		padding:0 64px;
	}
	.e24329-1.x-bar-content {
		padding-right: 54px;
		padding-left: 54px;
	}
	.e24329-1.x-bar-content > .x-bar-container {
		 flex: 1 1 250px;
	}
	.e24329-20 .x-bar-content {
		padding-right: 54px;
		padding-left: 54px;
	}
	.e23609-9 .x-bar-container {
	 padding-right: 54px;
	 padding-left: 54px;
 }
 .e23609-1.x-bar-content {
	padding-right: 54px;
	padding-left: 54px;
}
 .e23609-20.x-bar-container {
	padding-right: 54px;
	padding-left: 54px;
}
 .e23609-9.x-bar-container {
	 padding-left: 54px;
 }
 .e23609-11.x-bar-container {
	 padding-right: 54px;
 }
 .e24505-10.x-bar-content {
	 padding-right: 54px;
	 padding-left: 54px;
 }
 .e24505-22.x-bar-content {
	 padding-right: 54px;
	 padding-left: 54px;
 }
}


/*
 *   Episode Player
 *   Added <Fri., Jul. 19, 2019, 11:44 AM> Nate Beversluis
 */

.wfmt-schedule-button {
	width:175px;
	padding-left:5px !important;
	padding-right:5px !important;
	padding-top:8px !important;
	padding-bottom:8px !important;
	margin-right:20px;
}

	.episode-player .jw-icon-next,
	.episode-player .jw-icon-rewind,
	.episode-player .jw-icon-volume,
	.episode-player .jw-text-duration,
	.episode-player .jw-text-countdown,
	.episode-player .jw-logo-button,
	.episode-player .jw-icon-volume::after,
	.episode-player .jw-text-elapsed {
		display:none;
		width:0px;
	}
	.episode-player .jw-text-countdown {
		display:none !important;
	}
	.episode-player .wfmt-listen-text { color:white; }
	.episode-player .wfmt-listen-text:hover {
		color:white; }
	.episode-player .duration {
		color:white;
		padding-left: 1em;
		padding-right:1em;
		font-weight:400;
		font-size: 12px;}
	.episode-player {
	      display:none; /* until manually styled by jQuery */
	  	  position: relative;
	      height: auto;
	      background-color: #4e8cf1;
	      color: #fff;
	      font-weight: 700;
	      letter-spacing: .05em;
	      text-transform: uppercase;
	      padding: 1em 2em;
	      cursor: pointer;
	      border-radius: 2em;
	  }

/*
 *   Streaming Player
 *   Added <Mon., Jul. 22, 2019, 12:42 PM>  Nate Beversluis
 */

	.streaming-player.jwplayer .jw-text-elapsed-custom {
		  color: rgb(246, 246, 246);
		  font-size: .75em;
		  font-weight:400;
		}

	.streaming-player .jw-button-container {
 	 	height: 54px;
	}

	.streaming-player .jw-controlbar {
		padding-right:0px !important;
	}

	.streaming-player.jwplayer {
	      display:none; /* until manually styled by jQuery */
  		  position: relative;
	      height: 54px;
	      background-color: #4e8cf1;
	      color: #fff;
	      font-weight: 400;
	      letter-spacing: .05em;
	      text-transform: uppercase;
	      padding: 1em 2em;  /* !important */
	      cursor: pointer;
	      width:193px;
	      border-radius: 2em;
	      border-collapse: separate;
      	  perspective: 1px;
	  }

	.streaming-player .wfmt-display-play-button {
		padding-right:10px;
		padding-top:2px;
		margin-left:8px;
	}
	.streaming-player.jwplayer .jw-reset-text {
		padding:1em;
	}

	.streaming-player.jwplayer .jw-icon-next,
	.streaming-player.jwplayer .jw-icon-rewind,
	.streaming-player.jwplayer .jw-icon-volume,
	.streaming-player.jwplayer .jw-text-duration,
	.streaming-player.jwplayer .jw-text-countdown,
	.streaming-player .jw-horizontal-volume-container,
	.streaming-player .jw-slider-time,
	.streaming-player.jwplayer .jw-logo-button,
	.streaming-player.jwplayer .jw-icon-volume::after,
	.streaming-player.jwplayer .jw-text-elapsed {
		display:none;
		width:0px;
	}

	.streaming-player .jw-overlays {
		 background: rgb(78, 140, 241);
	}
	.streaming-player.jwplayer .wfmt-listen-text {
		color:white;
		font-weight: 700;
		margin-right:1em;
	}
	.streaming-player.jwplayer .wfmt-listen-text:hover {  color:white; }
	.streaming-player.jwplayer .duration { color:white; padding-left: 1em; padding-right:1em; font-weight:400; font-size: 12px;}

	.streaming-player.jwplayer div.marquee {
	    white-space:no-wrap;
	    overflow:hidden;
	    text-align:left !important;
	}
	.streaming-player.jwplayer div.marquee > div.marquee-text {
	    white-space:nowrap;
	    display:inline;
	    width:auto;
	    font-weight:400;
	    text-align:left !important;
	}
	.streaming-player .jw-logo-button {
		margin-right:20px;
		left:50px;
	}

	.streaming-player .marquee-right {
		margin-left:30px;
	}

	.streaming-player .jw-icon-playback {
		width: 44px;

	}


	.streaming-player.jwplayer.clicked .jw-button-container {
		height:44px;
		width:44px;
		justify-content:flex-start;
	}

	.streaming-player.jwplayer.clicked .jw-icon-volume {
		display:flex;
		width:35px;
	}

	.streaming-player.jwplayer.clicked .jw-logo-button {
		display:flex;
		width:30px;

	}
	.streaming-player.jwplayer.clicked .jw-icon-cast {
		margin-left:35px
	}

	.streaming-player.jwplayer.clicked .jw-text-duration {
		display:flex;
	}

	/* After LISTEN is clicked on mobile */
	@media only screen and (max-width: 600px) {
		.streaming-player.jwplayer.clicked .jw-icon-cast {
			margin-left:45px
		}

		.streaming-player.clicked .marquee-container {
			width: 100%;
		}
		.streaming-player.jwplayer.clicked .jw-text-duration {
			display:flex !important; /* have to override it on mobile */
		}
	}

/* - forces the blue background to all jwplayers */
.jw-flag-audio-player .jw-controlbar {
    background: rgb(78, 140, 241);
}

/*

For the spinner while playing is buffering (on all players)

*/

	.spinner-container {
		width:14px;
		margin:10px;
	}

	.sk-circle {
	  width: 20px;
	  height: 20px;
	  position: relative;
	  align-items: :center;
	}
	 .sk-circle .sk-child {
	   width: 100%;
	  height: 100%;
	  position: absolute;
	  left: 0;
	  top: 0;
	}
	.sk-circle .sk-child:before {
	  content: '';
	  display: block;
	  margin: 0 auto;
	  width: 15%;
	  height: 15%;
	  background-color: white;
	  border-radius: 100%;
	  -webkit-animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
	          animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
	}

	.sk-circle .sk-circle2 {
	  -webkit-transform: rotate(30deg);
	      -ms-transform: rotate(30deg);
	          transform: rotate(30deg); }
	.sk-circle .sk-circle3 {
	  -webkit-transform: rotate(60deg);
	      -ms-transform: rotate(60deg);
	          transform: rotate(60deg); }
	.sk-circle .sk-circle4 {
	  -webkit-transform: rotate(90deg);
	      -ms-transform: rotate(90deg);
	          transform: rotate(90deg); }
	.sk-circle .sk-circle5 {
	  -webkit-transform: rotate(120deg);
	      -ms-transform: rotate(120deg);
	          transform: rotate(120deg); }
	.sk-circle .sk-circle6 {
	  -webkit-transform: rotate(150deg);
	      -ms-transform: rotate(150deg);
	          transform: rotate(150deg); }
	.sk-circle .sk-circle7 {
	  -webkit-transform: rotate(180deg);
	      -ms-transform: rotate(180deg);
	          transform: rotate(180deg); }
	.sk-circle .sk-circle8 {
	  -webkit-transform: rotate(210deg);
	      -ms-transform: rotate(210deg);
	          transform: rotate(210deg); }
	.sk-circle .sk-circle9 {
	  -webkit-transform: rotate(240deg);
	      -ms-transform: rotate(240deg);
	          transform: rotate(240deg); }
	.sk-circle .sk-circle10 {
	  -webkit-transform: rotate(270deg);
	      -ms-transform: rotate(270deg);
	          transform: rotate(270deg); }
	.sk-circle .sk-circle11 {
	  -webkit-transform: rotate(300deg);
	      -ms-transform: rotate(300deg);
	          transform: rotate(300deg); }
	.sk-circle .sk-circle12 {
	  -webkit-transform: rotate(330deg);
	      -ms-transform: rotate(330deg);
	          transform: rotate(330deg); }
	.sk-circle .sk-circle2:before {
	  -webkit-animation-delay: -1.1s;
	          animation-delay: -1.1s; }
	.sk-circle .sk-circle3:before {
	  -webkit-animation-delay: -1s;
	          animation-delay: -1s; }
	.sk-circle .sk-circle4:before {
	  -webkit-animation-delay: -0.9s;
	          animation-delay: -0.9s; }
	.sk-circle .sk-circle5:before {
	  -webkit-animation-delay: -0.8s;
	          animation-delay: -0.8s; }
	.sk-circle .sk-circle6:before {
	  -webkit-animation-delay: -0.7s;
	          animation-delay: -0.7s; }
	.sk-circle .sk-circle7:before {
	  -webkit-animation-delay: -0.6s;
	          animation-delay: -0.6s; }
	.sk-circle .sk-circle8:before {
	  -webkit-animation-delay: -0.5s;
	          animation-delay: -0.5s; }
	.sk-circle .sk-circle9:before {
	  -webkit-animation-delay: -0.4s;
	          animation-delay: -0.4s; }
	.sk-circle .sk-circle10:before {
	  -webkit-animation-delay: -0.3s;
	          animation-delay: -0.3s; }
	.sk-circle .sk-circle11:before {
	  -webkit-animation-delay: -0.2s;
	          animation-delay: -0.2s; }
	.sk-circle .sk-circle12:before {
	  -webkit-animation-delay: -0.1s;
	          animation-delay: -0.1s; }

	@-webkit-keyframes sk-circleBounceDelay {
	  0%, 80%, 100% {
	    -webkit-transform: scale(0);
	            transform: scale(0);
	  } 40% {
	    -webkit-transform: scale(1);
	            transform: scale(1);
	  }
	}

	@keyframes sk-circleBounceDelay {
	  0%, 80%, 100% {
	    -webkit-transform: scale(0);
	            transform: scale(0);
	  } 40% {
	    -webkit-transform: scale(1);
	            transform: scale(1);
	  }
	}

/* -
Makes the text body and images both full-width at small screen sizes
so that the controls on the audio player are not cut off.
NOTE This manually overrides the "x-column" class on X Theme, see:
https://theme.co/apex/forums/topic/custom-x-theme-grid-css/
 */
@media only screen and (max-width: 500px) {

	.query-field-post_excerpt .x-column {
		width:100% !important;
	}
	.query-field-featured_image .x-column {
		width:100% !important;
	}

}

#hour-navigation a:hover {
	opacity:0.5;
}


#schedule-title { /* schedule page, modifed Aug 6, 2019 NFB */
	margin-bottom:15px;
}


	/* 
	Exploring Music Episode Playlists 

	*/
	.em_playlist_header ~ p { 
		font-size: 90%  
	}


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

body hr {
	border:1px dashed #ccc;
}

body h2,
body .h2 {
	font-size:225%;
}

body h3,
body .h3 {
	font-size:185%;
}

body h4,
body .h4 {
	font-size:150%;
}

body h5,
body .h5 {
	font-family:'Open Sans', Helvetica, Arial, sans-serif;
	font-size:125%;
	font-weight:700;
}

body h6,
body .h6 {
	font-family:'Open Sans', Helvetica, Arial, sans-serif;
	font-weight:400;
	text-transform:none;
	font-size:115%;
	color:#666;
}

body h1.entry-title {
	font-size:225%;
	line-height:1.25;
}

body .x-container.max.width {
	padding:0 15px;
}

body .x-text p {
	line-height:1.8;
}

/*
**  Homepage
*/

h4.homeheading {
	font-family:'Open Sans', sans-serif;
	text-transform: uppercase;
	color:#cf2a16;
	font-weight:700;
	letter-spacing: .01em;
}

h4.homeheading a {
	color:#cf2a16;
}

.query-highlights .query-row-unformatted .query-row {
	border-bottom:none;
	padding-bottom:0;
}

.query-highlights h2 {
	font-size:175%;
	margin-top:.25em !important;
}

.query-highlights-small p.small {
	margin-top:.25em;
	line-height:1.4;
}

.stra-widget {
	padding:1em;
	border-radius:2px;
	background-color:#f1f1f1;
}

.stra-widget a {
	display:block;
	position:relative;
	margin-bottom:.5em;
}

.stra-widget a .title {
	color:#fff;
	font-size:.9rem;
	background:rgba(0,0,0,.6);
	font-weight:normal;
	margin:0 .5em .5em;
	padding:.5em;
	position:absolute;
	bottom:0;
	transition:all .3s ease-in-out;
}

.stra-widget a:hover .title {
	background-color:#df1f26;
}

#studs-topics {
	display:flex;
	flex-wrap:wrap;
}

#studs-topics li > a {
	color:#fff;
	background-color:#444;
	border-radius:2px;
	margin:0;
	padding-top:0;
	padding-bottom:0;
	padding:.5em .75em;
}

#studs-topics li > a:hover {
	background-color:#df1f26;
}

#ad_pos_wfmt_homepage_180x150 {
	width:180px;
	float:right;
}

#ad_pos_wfmt_homepage_180x150_2 {
	width:180px;
	margin:0 auto;
}

#ad_pos_wfmt_homepage_180x150_03 {
	width:180px;
	float:left;
}


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

	#ad_pos_wfmt_homepage_180x150,
	#ad_pos_wfmt_homepage_180x150_03 {
		float:none;
		margin:1em auto;
	}
}

/*
**  What's on Now widget
*/

.wfmt-won h3.showtitle {
	font-family:'Open Sans', Helvetica, Arial, sans-serif;
	font-weight:bold;
	font-size:135%;
}

.x-sidebar .wfmt-won {
	padding-bottom:1.5em;
	border-bottom:1px dashed #ccc;
	line-height:1.5;
}

.wfmt-won .now-playing.stacked .divider:first-of-type {
	display:none;
}

/*  Horizontal layout  */
.x-masthead .wfmt-won,
.x-masthead .wfmt-won a {
	color:#272727;
}

.dfp_ad_pos {
	text-align: center;
}

@media only screen and (max-width: 800px) {
	.dfp_ad_pos {
		text-align:center !important;
	}
}

/* Support WFMT nav item */
.x-menu > li#menu-item-30825 > .x-anchor .x-anchor-text-primary {
	color:rgb(221, 44, 0);
}

/*
** Live Stream page
*/

.listen-live .x-container.main:before {background:transparent;}
.listen-live .x-main.full {background-color:transparent;}

body.listen-live,
body.listen-live .x-root {
	background-color:#f1f1f1;
	font-family:'Open Sans', Helvetica, Arial, sans-serif;
}

.listen-live .logo {
	max-width:200px;
}

.live-heading h1 {
	font-family:'Open Sans', Helvetica, Arial, sans-serif;
	font-weight:bold;
	font-size:300%;
	letter-spacing:-.03em;
	margin:0;
}

.listen-live .x-section {
	max-width:800px;
	margin-left:auto !important;
	margin-right:auto !important;
}

.listen-live .player-container {
		box-shadow:0 3px 6px rgba(0,0,0,.16);
		position:relative;
}

.listen-live .whatsplaying_div_inner {
	text-align:left;
}

.listen-live h3#showtitle {
	font-family:'Open Sans', Helvetica, Arial, sans-serif;
	font-weight:bold;
	font-size:24px;
	margin-top:.2em;
}

.listen-live h3.whatsplaying-program-title span.start-time {
	display:none;
}

.listen-live ul#what_is_playing {
	list-style:none;
	padding-left:0;
	margin-top:0;
	margin-left:0;
	margin-bottom:0;
}

.listen-live ul#what_is_playing span.buy-now-img-ctn,
.listen-live .piece-title span.start-time,
.listen-live ul#what_is_playing .piece-composer .divider {
	display:none;
}

.listen-live ul#what_is_playing .piece-title {
	display:block;
	margin-bottom:0;
}

.listen-live ul#what_is_playing li {
	border-bottom:none;
}

#div-gpt-ad-1453320980212-0 {
	margin:16px auto;
}

#div-gpt-ad-1453320980212-0 .image-container::before {
  content: "Advertisement";
  color: #9da2a5;
  font-size: .8em;
}

.modal-backdrop.in {
  z-index: -1;
}

#error-modal .modal-content {
  border: 2px solid #ff4f4f;
  border-radius: 6px;
  padding: .5em;
}

#error-modal .modal-content pre {
  white-space: -moz-pre-wrap;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  white-space: pre-wrap;
  word-wrap: break-word;
}

#error-modal button {
  cursor: pointer;
  font-size: 1.2em;
  padding: .5em .75em;
  border: none;
  background: #0f9fee;
  color: #fff;
  opacity: .9;
  border: 1px solid rgba(0, 99, 153, 0.5);
  box-shadow: 0;
}

#error-modal button:focus, #error-modal button:hover {
  outline: none;
  opacity: 1;
}

@media(max-width:480px) {
	.listen-live .live-header .x-column {
		display:flex;
		justify-content:center;
	}

	.listen-live a.x-img {
		margin-bottom:0;
	}

	.listen-live .live-heading h1 {
		font-size:150%;
		margin:.25em 0 .5em;
	}

	.listen-live .player-container  {
		padding:1em 1em 2em !important;
	}

	.listen-live .player-container h3#showtitle {
		font-size:1.2rem;
	}

	.listen-live .player-container p.now-playing {
		font-size:.9rem;
	}
}

/*
**  Premium Music Library Page
*/

.premium-library .x-accordion-group,
.premium-library .x-accordion-inner,
.premium-library .x-accordion-heading .x-accordion-toggle,
.premium-library .x-accordion-heading .x-accordion-toggle.collapsed,
.premium-library .x-accordion-heading .x-accordion-toggle:hover,
.premium-library .x-accordion-heading .x-accordion-toggle:before,
.premium-library .x-accordion-heading .x-accordion-toggle:hover:before,
.premium-library .x-accordion-heading .x-accordion-toggle.collapsed:before {
	background-color:transparent;
	color:#444;
	border:none;
}

.premium-library .x-accordion-inner {
	padding:2%;
}

/*
//  Search
*/

.gsc-control-searchbox-only {
	margin-left:15px;
}

#___gcse_0 table.gsc-search-box {
	width:286px;
}

#___gcse_0 input.gsc-input,input.gsc-input {
	background-image:none !important;
}

.gsc-control-cse .gsc-table-result {
	font-family: inherit;
}

.gsc-control-cse .gsc-input-box {
	height: inherit;
}

td.gsc-input,
td.gsc-search-button {
	border-top:none;
}

.gsc-input-box {
  height: 36px !important;
}

input#gsc-i-id1 {
  height: 25px !important;
  margin-top: 3px !important;
  padding: 5px !important;
	background: #fff !important;
	box-shadow: none !important;
}

td.gsib_a {
	padding-top:0;
}

input.gsc-search-button.gsc-search-button-v2 {
  color: #fff !important;
  padding: 16px 30px !important;
  background: url(https://www.google.com/uds/css/v2/search_box_icon.png) no-repeat center center rgb(78,140,241) !important;
}

@media only screen and (max-width: 800px) {
	.fusion-header-v4 .fusion-logo .fusion-header-content-3-wrapper {
		display:none;
	}
}

.gsc-control-cse,
.gsc-control-cse .gsc-table-result {
	font-family:'Open Sans', sans-serif !important;
	padding:0 !important;
}

.gsc-control-cse table th,
.gsc-control-cse table td {
	border-top:none;
}

.gsc-above-wrapper-area {
	margin-bottom:1em;
}

table.gsc-above-wrapper-area-container,
table.gsc-table-result {
	margin-bottom:0;
}

.gsc-result-info-container,
table.gsc-resultsHeader {
	display:none;
}

.gsc-orderby-container {
	text-align:left !important;
	border-top:none;
}

.gsc-control-cse .gsc-table-result,
.gsc-control-cse .gsc-thumbnail-inside,
.gsc-control-cse .gsc-url-top {
	padding-left:0;
	padding-right:0;
}

.gsc-control-cse .gsc-webResult .gsc-result {
	padding-top:0;
	padding-bottom:1em;
	margin-bottom:1em;
	border-bottom:1px dashed #ccc;
}

.gsc-control-cse .gsc-result .gs-title {
	height:auto;
}

.gsc-control-cse .gsc-result .gs-title * {
	color:rgb(78,140,241);
	text-decoration:none !important;
	transition:.3s all ease;
}

.gsc-control-cse .gsc-result .gs-title a:hover,
.gsc-control-cse .gsc-result .gs-title a:hover b {
	color:rgb(5,105,180);
}

.gsc-control-cse .gs-result a.gs-visibleUrl,
.gsc-control-cse .gs-result .gs-visibleUrl {
	color:#666;
}

.x-container.max.width {
  width:100%;
}

/*
**  Post Lists (The Grid)
*/

article.tg-item {
	margin-bottom:20px;
}

.tg-layout-masonry .tg-item-media-holder {
	float:right;
	width:40%;
}

.tg-post-list .tg-item-content-holder {
	float:left;
	width:60%;
	padding-right:20px;
}

.tg-item .tg-dark p.tg-item-excerpt {
	color:#292929;
	font-size:1rem;
	line-height:1.8;
}

/*
**  Buttons
*/

.x-btn,
.button,
[type="submit"],
.malinky-load-more > a {
	font-weight:700 !important;
	text-shadow:none !important;
	text-transform:uppercase;
	letter-spacing:.075em;
}

/* AJAX Pagination buttons */
.malinky-load-more > a {
	color:#fff;
	background-color:rgb(78,140,241);
	padding:1em 1.75em;
	transition:.3s all ease-in-out;
}

.malinky-load-more > a:hover {
	color:#fff;
	background-color:rgb(5,105,180);
}

/*
** Sidebar
*/

.x-sidebar {
	font-size:80%;
	line-height:1.6;
}

.x-sidebar .widget {
	margin-top:2em;
}

.x-sidebar .widget.dfp-ad-widget-class {
	margin-top:1em;
}

.x-sidebar .widget h2,
.x-sidebar .widget .h-widget {
	font-size:200%;
}

.x-sidebar .widget ul {
	margin-left:0;
}

.x-sidebar .query,
.x-sidebar .query li  {
	overflow:auto;
	margin:.5em auto;
}

body .x-sidebar .widget a,
body .x-sidebar .widget ul li a {
	text-decoration:inherit;
	color:rgb(78,140,241);
	transition:all .3s ease-in-out;
}

body .x-sidebar .widget a:hover,
body .x-sidebar .widget ul li a:hover {
	text-decoration:inherit;
	color:rgb(5,105,180);
}

body .x-sidebar .widget a.x-btn {
	color:#fff;
	text-decoration:none;
}

body .x-sidebar .h-widget {
	border:none;
	text-transform: lowercase;
	text-align:left;
	font-size:300%;
	padding:0;
	letter-spacing: .01em;
}

body .x-sidebar .widget ul li {
	border-top:1px solid #f1f1f1;
}

body .x-sidebar .widget ul li a {
	padding-top:1em;
	padding-bottom:1em;
}

body .x-sidebar .widget ul li.query-row {
	border-top:none;
	list-style: none;
}

body .x-sidebar .widget ul li.query-row a {
	padding-top:.25em;
	padding-bottom:0;
}

body .x-sidebar .widget.widget_nav_menu .current-menu-item {
	border-color:#f1f1f1;
	font-weight:bold;
}

@media (max-width: 979px) {
	.x-sidebar {
		margin-top:0;
	}
}

/*
** Footer
*/

.x-bar-footer a {
	color:#fff;
	transition: all .3s ease-in-out;
}

.x-bar-footer a:hover {
	color:rgb(78, 140, 241);
}

/*
** Elements
*/

p.small {
	font-size:85%;
}

.aligncenter {
	text-align: center;
}

a.x-img {
	margin-bottom:1.5em;
}

/*  Buttons */
body .x-btn,
body .button,
body [type="submit"] {
	font-size:14px;
	letter-spacing:.1em;
	padding:1em 1.75em;
}

/*  Forms  */
.ninja-forms-form-wrap input,
.ninja-forms-form-wrap select {
	height:3.45em !important;
}

.ninja-forms-form-wrap input[type="radio"],
.ninja-forms-form-wrap input[type="checkbox"] {
	height:auto !important;
}


/*  Post Meta  */
p.p-meta {
	font-family:'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;
	font-size:1.025em;
	color:#666;
	letter-spacing: .01em;
	margin-top:.25em;
}

body.single .entry-thumb {
	margin:1em 0;
}

/*  Image Captions  */
body .wp-caption {
	padding:0;
	border:none;
}

body .wp-caption>p.wp-caption-text,
body .wp-caption>.wp-caption-text:last-child {
	text-transform:none;
	text-align: left;
	color:#888;
	padding:0 1em;
	font-size:90%;
	line-height:1.4;
}

ul.extra-audio {
	list-style:none;
	margin-left:0;
	padding-left:0;
}

li.extra-track {
	margin-bottom:1em;
	border-bottom:1px dashed #ccc;
}

li.extra-track p {
	margin-bottom:0;
}

/*  JWPlayer  */
/*.jwplayer {width:100% !important;}*/
/* commented out for restyling <Mon., Jun. 10, 2019, 12:13 PM> Nate Beversluis */

#episode-player,
div[id*="extra-track-"] {
	margin:2em 0 !important;
}

a.play-episode,
a[class*="play-extra-track-"] {
	position:relative;
	height:auto;
	background-color:rgb(78,140,241);
	color:#fff;
	font-weight: bold;
	letter-spacing: .05em;
	text-transform: uppercase;
	padding:1em 2em;
	cursor:pointer;
  border-radius: 2em;
}

a.play-episode:hover,
a[class*="play-extra-track-"]:hover {
	background: rgb(5,105,180);
	color:#fff;
}

a.play-episode .duration {
	font-weight:400;
	font-size:85%;
	margin-left:.5em;
}

a[class*="play-extra-track-"] {
	font-size:90%;
	height:40px;
	padding:.8em 1.75em;
}

/*  Breadcrumbs  */

#breadcrumbs {
	margin-bottom:.5em;
}

#breadcrumbs * {
	line-height:1.8;
	vertical-align: bottom;
}

#breadcrumbs .breadcrumb_last {
	display:inline-block;
	max-width:16em;
	overflow:hidden;
	white-space: nowrap;
	text-overflow:ellipsis;
}

/*  Accordions  */
body .x-accordion-heading .x-accordion-toggle,
body .x-accordion-heading .x-accordion-toggle:hover,
body .x-accordion-heading .x-accordion-toggle:before,
body .x-accordion-heading .x-accordion-toggle:hover:before,
body .x-acc-header,
body .x-acc-header:hover,
body .x-acc-header:before,
body .x-acc-header:hover:before {
	background-color:rgb(9,59,111);
	color:#fff;
	text-transform: none;
	transition:all .3s ease-in-out;
	padding:9px 15px 10px;
	text-align:left;
}

body .x-acc-header-content {
	display:inline-block;
}

body .x-accordion-heading .x-accordion-toggle.collapsed,
body .x-accordion-heading .x-accordion-toggle.collapsed:before,
body .x-acc-header[aria-expanded="false"],
body .x-acc-header[aria-expanded="false"]:before {
	background-color:#f1f1f1;
	color:#444;
	border:none;
	text-transform: none;
}

body .x-acc-header:before {
	content:"\f078";
	font-family:"FontAwesome";
	position:relative;
	display:inline-block;
	margin-right:10px;
	transition:rotate(-180deg);
}

.query-unformatted .query-row {
	padding-bottom:1em;
	margin-bottom:1em;
	border-bottom:1px dashed #ccc;
	overflow:auto;
}

body.home .query-unformatted .query-row {
	border-bottom:none;
	padding-bottom:0;
}

.x-sidebar .query-unformatted .query-row {
	border-bottom:none;
}

/*  The Grid  */

.tg-grid-wrapper .tg-item .tg-element-link a {
	color:rgb(78,140,241) !important;
	transition:all .3s ease-in-out;
}

.tg-grid-wrapper .tg-item .tg-element-link a:hover {
	color:rgb(9,59,111) !important;
}

.tg-ajax-button.tg-nav-color {
	text-transform: uppercase;
	font-size:14px;
	letter-spacing:.1em;
	padding:1em 1.75em;
}

/*
**  Program/Episode Pages
*/

.tunein {
	margin-top:-.8em;
	margin-bottom:1.5em;
}

.episode-tabs {
	margin:2em 0;
}

.episode-tabs.x-nav-tabs.two-up>li {
	width:auto;
	border:none;
	border-bottom:none;
}

.episode-tabs.x-nav-tabs>li>a {
	cursor:pointer;
	font-size:1.2em;
	font-weight:700;
	transition:all .3s ease;
}

.episode-tabs.x-nav-tabs>li.active {
	border-bottom:5px solid rgb(78,140,241);
}

.episode-tabs.x-nav-tabs {
	border:none;
	border-bottom:1px solid #ccc;
}

.episode-tabs.x-tab-content {
	border:none;
}

.episode-tabs.x-tab-content .x-tab-pane {
	padding:0;
}

.episode-tabs .p-meta {
	margin-bottom:1em;
}

/*
**  Posts
*/

.entry-wrap {
	margin-bottom:4em;
}

body.home .entry-wrap {
	margin-bottom:0;
}

/*
**  Schedule
*/

#hour-navigation #hour-links {
	display:none;
}

#playlist-main > div.content-block {
	margin-bottom:1em;
	padding-bottom:1em;
	border-bottom:2px dotted #ddd;
}

#playlist-main h2.time-block,
#playlist-main p.program-time {
	font-family:'Open Sans', sans-serif;
	font-size:115%;
	font-weight:700;
	margin-top:0;
	margin-bottom:0;
}

#playlist-main p.program-time {
	margin-top:1em;
	padding-top:1em;
	border-top:2px dotted #ccc;
}

#playlist-main .item {
	width:100%;
	display:inline-block;
	margin-bottom:1em;
}

#playlist-main h3.program-title {
	margin-top:.25em;
}

#playlist-main h4.program-subtitle {
	margin-top:0;
}

#playlist-main .time-played {
	width:15%;
	float:left;
}

#playlist-main .item-info {
	width:80%;
	float:left;
}

#playlist-main .item-info h4.composer-title {
	font-family:'Open Sans', sans-serif;
	font-size:115%;
	margin-top:0;
	margin-bottom:0;
}

#playlist-main .item-info p {
	font-size:90%;
	color:#666;
	margin-bottom:0;
}

#playlist-main .item-info p.buynow {
	display:none;
}

#playlist-main p.top-link {
	display:none;
}

#calendar-navigation h3 {
	margin-top:0;
}

#calendar-navigation table th,
#calendar-navigation table td {
	border:none;
	text-align: center;
  font-size: 14px;
  /*line-height: 24px;
	padding:.1em 0;
	text-align: center;*/
}
/*
#calendar-navigation thead th a,
#calendar-navigation thead th span.state-disabled {
	font-size:14px;
	line-height: inherit;
}

#calendar-navigation tbody th a,
#calendar-navigation tbody td a {
	position:relative;
	width: 24px;
  height: 24px;
  border-radius: 100%;
  font-size: 15px;
  line-height: 26px;
	padding:6px 12px;
	text-align: center;
	vertical-align: middle;
	transition:all .3s ease;
}*/



#calendar-navigation td.selected-day {
	position:relative;
}

#calendar-navigation td.selected-day a:after {
	content:"";
	background-color:rgb(78,140,241);
	display:block;
	border-radius:50%;
	width:6px;
	height:6px;
	margin-top:4px;
	left:50%;
	position:absolute;
	transform:translate(-50%,-50%);
}

@media (max-width:480px) {
	#playlist-main .time-played {
		float:none;
		width:100%;
	}

	#playlist-main .time-played > p {
		margin-bottom:.25em;
		padding-bottom:.25em;
		border-bottom:1px dashed #ccc;
	}

	#playlist-main .item-info h4.composer-title {
		font-size:110%;
	}
}

/*
** Post Share icons
*/

div.x-entry-share {
	padding:0;
	border:none;
	text-align:left;
	margin-bottom:1.5em;
}

div.x-entry-share p {
	display:none;
}

div.x-entry-share .x-share-options a {
	text-align:center;
	background-color:#444;
	color:#fff;
}

div.x-entry-share .x-share-options a:hover {
	background-color:#191919;
}

body.single-post {
	overflow-x: initial; /* This is for position:sticky to work below */
}

#sticky-social {
	position:absolute;
	height:100%;
	margin-top:1em;
	left:calc(-45px - 1.5em);
}

#sticky-social div.x-entry-share {
	position:sticky;
	top:1em;
}

#sticky-social div.x-entry-share .x-share-options a {
	display:block;
	margin-bottom:.25em;
}

@media(max-width:1429px) {
	#sticky-social {
		position:relative;
		left:auto;
	}

	#sticky-social div.x-entry-share {
		margin-bottom:0;
	}

	#sticky-social div.x-entry-share .x-share-options a {
		display:inline-block;
		margin-bottom:0;
	}
}

/* Change some of the aspects of X default share icons */
.x-icon-facebook-square:before {
	content:"\f09a" !important;
}

.x-icon-twitter-square:before {
	content:"\f099" !important;
}

.x-icon-envelope-square:before {
	content:"\f0e0" !important;
}


/*
** Wordpress Popular Posts Styles
*/

ol.popular-list,
ul.popular-list,
.widget_text ol.popular-list,
.widget_text ul.popular-list {
	list-style-type: none;
  list-style-type: decimal !ie; /*IE 7- hack*/

  margin: 0;
  padding: 0;

  counter-reset: item;
}

ol.popular-list > li,
.widget_text .popular-list > li {
    position: relative;
		line-height:1.4;
    margin-bottom: 20px;
    min-height: 75px;
}

ol.popular-list > li img,
.widget_text .popular-list > li img {
    float:left;
		display:inline;
		margin-right:.5em;
		margin-bottom:.5em;
}

ol.popular-list > li:before {
    position: absolute;
    top: -10px;
    left: -10px;
    font-size: 14px;
		text-align: center;
    font-weight: bold;
    color: #fff;
		background-color:#dd0000;
		height:24px;
		width:24px;
		line-height:24px;
		border-radius: 50%;
    content: counter(item);
    counter-increment: item;
}

.x-sidebar .widget ol.popular-list a {
	display:inherit;
}

ol.popular-list a.wpp-post-title,
.x-sidebar .widget ol.popular-list a.wpp-post-title {
	font-size:.9rem;
	color:rgb(78,140,241);
}

ol.popular-list a.wpp-post-title:hover,
.x-sidebar .widget ol.popular-list a.wpp-post-title:hover {
	color:rgb(5,105,180);
}

/*
** Related Posts
*/

.related-posts .x-column {
	margin-bottom:2em;
}

.related-posts .x-column:nth-of-type(3) {
	margin-right:0;
}

.related-posts .x-column:nth-of-type(4) {
	clear:left;
}

.related-posts a {
	font-size:115%;
	font-weight:300;
	line-height:1.4;
	color:#666;
}

.related-posts span.crp_title {
	display:block;
	margin-top:.5em;
}

/*
**  Newsletter Signup
*/

#mc_embed_signup {
	background:transparent !important;
	font-size:14px;
	width:100%;
}

.newsletter-signup fieldset,
#mc_embed_signup .submit {
	display:inline-block;
}

.newsletter-signup .tco-subscribe-form input[type="email"],
#mc-embedded-subscribe-form,
#mc_embed_signup .email {
	margin-bottom:0;
}

div[class*="pum"] #mc_embed_signup .email {
	width:54%;
	margin-right:5%;
}

.newsletter-signup .tco-subscribe-form input[type="submit"] {
	margin-top:0;
}

.pum-theme-newsletter-signup .pum-container {
	padding-bottom:3em !important;
}

/*
** X/Pro override
*/

.x-container.main:before {
	width:0em !important;
}

/*
** Events Syling
** (specifically for Modern Events Calendar plugin)
*/

.mec-event-list-standard .mec-event-article {
	border:none;
	box-shadow:none;
}

.mec-event-footer {
	background:transparent;
}

.mec-event-list-standard .mec-col-table-c {
	height:auto;
	vertical-align: top;
}

.mec-event-list-standard .mec-col-table-c.mec-event-meta-wrap,
.mec-event-list-standard .mec-event-content {
	padding-top:0;
}

.mec-wrap, .mec-wrap div {
	font-family:'Open Sans', Helvetica, Arial, sans-serif;
}

.mec-event-list-standard .mec-event-meta span.mec-event-d, .mec-event-list-standard .mec-event-meta span.mec-event-m {
	text-transform:none;
}

.mec-event-list-standard .mec-time-details,
.mec-event-list-standard .mec-event-meta .mec-event-address {
	font-size:13px;
	font-weight:400;
	color:#444;
	text-transform: lowercase;
}

.mec-event-list-standard .mec-event-meta .mec-event-address {
	text-transform:none;
}

.mec-single-event .mec-event-meta dt,
.mec-single-event .mec-event-meta h3, {
	font-family:'Open Sans', Helvetica, Arial, sans-serif;
	text-transform:none;
}

.entry-content .mec-wrap h1, .entry-content .mec-wrap h2, .entry-content .mec-wrap h3, .entry-content .mec-wrap h4, .entry-content .mec-wrap h5, .entry-content .mec-wrap h6, .mec-wrap h1, .mec-wrap h2, .mec-wrap h3, .mec-wrap h4, .mec-wrap h5, .mec-wrap h6 {
	font-family:Georgia, serif;
}

.mec-single-event .mec-event-meta .mec-events-event-categories a,
.mec-single-event .mec-event-meta dd,
.mec-single-event .mec-event-schedule-content,
.mec-single-event .mec-event-meta .mec-events-address,
.mec-single-event .mec-event-meta dt,
.mec-event-schedule-content dl dt.mec-schedule-title {
	color:#666;
	font-size:14px;
	font-weight:400;
	line-height:inherit;
}

.mec-event-cost, .mec-event-more-info, .mec-event-website, .mec-events-meta-date, .mec-single-event-additional-organizers, .mec-single-event-category, .mec-single-event-date, .mec-single-event-label, .mec-single-event-location, .mec-single-event-organizer, .mec-single-event-time {
	background:transparent;
}

.mec-color, .mec-color-before :before, .mec-color-hover:hover, .mec-wrap .mec-color, .mec-wrap .mec-color-before :before, .mec-wrap .mec-color-hover:hover {
	color:rgb(78,140,241);
}

.mec-event-footer .mec-booking-button:hover,
.mec-events-button {
	color:#fff;
}

.mec-border-color, .mec-border-color-hover:hover, .mec-wrap .mec-border-color, .mec-wrap .mec-border-color-hover:hover, .mec-event-footer .mec-booking-button, .mec-event-footer .mec-booking-button:hover {
	border-color:rgb(78,140,241);
	background-color:rgb(78,140,241);
}

.mec-bg-color, .mec-bg-color-hover:hover, .mec-wrap .mec-bg-color, .mec-wrap .mec-bg-color-hover:hover, .mec-event-footer .mec-booking-button:hover {
	background-color:rgb(5,105,180);
}

.mec-event-footer {
	text-align: center;
}

.mec-event-footer .mec-booking-button {
	font-size:14px;
	letter-spacing: .1em;
	padding:1em 1.75em;
	font-weight:700;
	position:relative;
	line-height:normal;
	height:auto;
	top:auto;
	right:auto;
}

.mec-single-event .mec-event-meta dt, .mec-single-event .mec-event-meta h3 {
	font-family:'Open Sans', Helvetica, Arial, sans-serif;
	text-transform: none;
}

.mec-event-meta [data-x-icon]:before,
.mec-event-meta [class*="x-icon-"]:before {
	color:inherit;
}

.mec-event-meta .x-entry-share {
	padding:1em .75em 0 .75em;
}

.mec-single-event-schedule {
	padding:12px 14px 8px;
	margin-bottom:12px;
}

.mec-event-schedule-content {
	border:none;
	margin-top:0;
	margin-bottom:0;
	padding-top:0;
}

.mec-single-event .mec-event-meta .mec-schedule-title {
	padding-left:0;
}

.mec-event-schedule-content dl {
	padding-left:0;
	margin-top:0;
}

.mec-event-schedule-content dl:before,
ul.mec-event-sharing-wrap,
span.event-color {
	display:none;
}

.mec-single-event .mec-event-export-module.mec-frontbox .mec-event-exporting .mec-export-details ul {
	margin:0 5px;
}

.mec-single-event .mec-event-export-module.mec-frontbox .mec-event-exporting .mec-export-details ul li {
	display:block;
	margin:15px 0;
}

.mec-single-event .mec-event-export-module.mec-frontbox .mec-event-exporting .mec-export-details ul li a {
	display:block;
	text-align:center;
}

.mec-single-event .mec-event-meta .mec-events-event-more-info {
	padding-left:0;
}

.mec-single-event .mec-event-meta a.mec-more-info-button, .mec-event-footer .mec-booking-button, .mec-event-footer .mec-booking-button:hover {
	color:#fff;
	transition:all .3s ease-in-out;
}

.query-dennis-quiz .query-row {
	background-color:#f1f1f1;
	border-radius:2px;
	border-bottom:0;
	padding-bottom:0;
}

.query-dennis-quiz .query-row .query-field {
	padding:0 1em;
}

.query-dennis-quiz .query-row .query-field.answer {
	padding:0;
	border-top:2px dashed #fff;
}

.query-dennis-quiz .query-row .query-field.answer p {
	padding:1em;
	margin-bottom:0;
}

/*
**  Popup Maker Core and Theme Styles
*/

.pum-container,.pum-content,.pum-content+.pum-close,.pum-content+.pum-close:active,.pum-content+.pum-close:focus,.pum-content+.pum-close:hover,.pum-overlay,.pum-title{background:0 0;border:none;bottom:auto;clear:none;cursor:default;float:none;font-family:inherit;font-size:medium;font-style:normal;font-weight:400;height:auto;left:auto;letter-spacing:normal;line-height:normal;max-height:none;max-width:none;min-height:0;min-width:0;overflow:visible;position:static;right:auto;text-align:left;text-decoration:none;text-indent:0;text-transform:none;top:auto;visibility:visible;white-space:normal;width:auto;z-index:auto}.pum-container .pum-content+.pum-close>span,.pum-content,.pum-title{position:relative;z-index:1}.pum-overlay{position:fixed;height:100%;width:100%;top:0;left:0;right:0;bottom:0;z-index:1999999999;overflow:initial;display:none;transition:all .15s ease-in-out}.pum-overlay.pum-form-submission-detected,.pum-overlay.pum-preview{display:block}.pum-overlay,.pum-overlay *,.pum-overlay :after,.pum-overlay :before,.pum-overlay:after,.pum-overlay:before{box-sizing:border-box}.pum-container{top:100px;position:absolute;margin-bottom:3em;z-index:1999999999}.pum-container.pum-responsive{left:50%;margin-left:-47.5%;width:95%;height:auto;overflow:visible}.pum-container.pum-responsive img{max-width:100%;height:auto}.pum-container.custom-position{left:auto;top:auto;margin-left:inherit}.pum-container .pum-content>:last-child{margin-bottom:0}.pum-container .pum-content+.pum-close{text-decoration:none;text-align:center;line-height:1;position:absolute;cursor:pointer;min-width:1em;z-index:2}.pum-container.pum-scrollable .pum-content{overflow:auto;overflow-y:scroll;max-height:95%}.pum-overlay-disabled{visibility:hidden}.pum-overlay-disabled::-webkit-scrollbar{display:block}.pum-overlay-disabled .pum-container{visibility:visible}html.pum-open.pum-open-overlay,html.pum-open.pum-open-overlay.pum-open-fixed .pum-overlay{overflow:hidden}html.pum-open.pum-open-overlay-disabled.pum-open-fixed .pum-container,html.pum-open.pum-open-overlay.pum-open-fixed .pum-container{position:fixed}html.pum-open.pum-open-overlay.pum-open-scrollable body>[aria-hidden]{padding-right:15px}html.pum-open.pum-open-overlay.pum-open-scrollable .pum-overlay.pum-active{overflow-y:scroll}html.pum-open.pum-open-overlay-disabled.pum-open-scrollable .pum-overlay.pum-active{position:static;height:auto;width:auto}.pum-container iframe.formidable{width:100%;overflow:visible}.pika-single,body div#ui-datepicker-div[style]{z-index:9999999999!important}.pika-single{}.popmake-close{cursor:pointer}@media only screen and (min-width:1024px){.pum-container.pum-responsive.pum-responsive-nano{margin-left:-5%;width:10%}.pum-container.pum-responsive.pum-responsive-micro{margin-left:-10%;width:20%}.pum-container.pum-responsive.pum-responsive-tiny{margin-left:-15%;width:30%}.pum-container.pum-responsive.pum-responsive-small{margin-left:-20%;width:40%}.pum-container.pum-responsive.pum-responsive-medium{margin-left:-30%;width:60%}.pum-container.pum-responsive.pum-responsive-normal{margin-left:-30%;width:70%}.pum-container.pum-responsive.pum-responsive-large{margin-left:-35%;width:80%}.pum-container.pum-responsive.pum-responsive-xlarge{margin-left:-47.5%;width:95%}.pum-container.pum-responsive.pum-position-fixed{position:fixed}}@media only screen and (max-width:1024px){.pum-container.pum-responsive.pum-position-fixed{position:absolute}}

/* Popup Theme 19154: Borderless */
.pum-theme-19154, .pum-theme-borderless { background-color: rgba( 0, 0, 0, 0.60 ) }
.pum-theme-19154 .pum-container, .pum-theme-borderless .pum-container { padding: 0px; border-radius: 0px; border: 1px none #000000; box-shadow: 1px 1px 3px 0px rgba( 2, 2, 2, 0.23 ); background-color: rgba( 249, 249, 249, 1.00 ) }
.pum-theme-19154 .pum-title, .pum-theme-borderless .pum-title { color: #000000; text-align: left; text-shadow: 0px 0px 0px rgba( 2, 2, 2, 0.23 ); font-family: inherit; font-size: 32px; line-height: 36px }
.pum-theme-19154 .pum-content, .pum-theme-borderless .pum-content { color: #8c8c8c; font-family: inherit }
.pum-theme-19154 .pum-content + .pum-close, .pum-theme-borderless .pum-content + .pum-close { height: auto; width: auto; left: auto; right: 0px; bottom: auto; top: 0px; padding: 8px; color: #ffffff; font-family: inherit; font-size: 24px; line-height: 24px; border: 1px none #ffffff; border-radius: 0px; box-shadow: 0px 0px 0px 0px rgba( 2, 2, 2, 0.23 ); text-shadow: 0px 0px 0px rgba( 0, 0, 0, 0.23 ); background-color: rgba( 0, 0, 0, 0.80 ) }

/* Popup Theme 2446: Framed Border */
.pum-theme-2446, .pum-theme-framed-border { background-color: rgba( 255, 255, 255, 0.50 ) }
.pum-theme-2446 .pum-container, .pum-theme-framed-border .pum-container { padding: 18px; border-radius: 0px; border: 20px outset #dd3333; box-shadow: 1px 1px 3px 0px rgba( 2, 2, 2, 0.97 ) inset; background-color: rgba( 255, 251, 239, 1.00 ) }
.pum-theme-2446 .pum-title, .pum-theme-framed-border .pum-title { color: #000000; text-align: left; text-shadow: 0px 0px 0px rgba( 2, 2, 2, 0.23 ); font-family: inherit; font-size: 32px; line-height: 36px }
.pum-theme-2446 .pum-content, .pum-theme-framed-border .pum-content { color: #2d2d2d; font-family: inherit }
.pum-theme-2446 .pum-content + .pum-close, .pum-theme-framed-border .pum-content + .pum-close { height: 20px; width: 20px; left: auto; right: -20px; bottom: auto; top: -20px; padding: 0px; color: #ffffff; font-family: Acme; font-size: 20px; line-height: 20px; border: 1px none #ffffff; border-radius: 0px; box-shadow: 0px 0px 0px 0px rgba( 2, 2, 2, 0.23 ); text-shadow: 0px 0px 0px rgba( 0, 0, 0, 0.23 ); background-color: rgba( 0, 0, 0, 0.55 ) }

/* Popup Theme 2445: Cutting Edge */
.pum-theme-2445, .pum-theme-cutting-edge { background-color: rgba( 0, 0, 0, 0.50 ) }
.pum-theme-2445 .pum-container, .pum-theme-cutting-edge .pum-container { padding: 18px; border-radius: 0px; border: 1px none #000000; box-shadow: 0px 10px 25px 0px rgba( 2, 2, 2, 0.50 ); background-color: rgba( 30, 115, 190, 1.00 ) }
.pum-theme-2445 .pum-title, .pum-theme-cutting-edge .pum-title { color: #ffffff; text-align: left; text-shadow: 0px 0px 0px rgba( 2, 2, 2, 0.23 ); font-family: Sans-Serif; font-size: 26px; line-height: 28px }
.pum-theme-2445 .pum-content, .pum-theme-cutting-edge .pum-content { color: #ffffff; font-family: inherit }
.pum-theme-2445 .pum-content + .pum-close, .pum-theme-cutting-edge .pum-content + .pum-close { height: 24px; width: 24px; left: auto; right: 0px; bottom: auto; top: 0px; padding: 0px; color: #1e73be; font-family: inherit; font-size: 32px; line-height: 24px; border: 1px none #ffffff; border-radius: 0px; box-shadow: -1px 1px 1px 0px rgba( 2, 2, 2, 0.10 ); text-shadow: -1px 1px 1px rgba( 0, 0, 0, 0.10 ); background-color: rgba( 238, 238, 34, 1.00 ) }

/* Popup Theme 2444: Hello Box */
.pum-theme-2444, .pum-theme-hello-box { background-color: rgba( 0, 0, 0, 0.75 ) }
.pum-theme-2444 .pum-container, .pum-theme-hello-box .pum-container { padding: 30px; border-radius: 80px; border: 14px solid #81d742; box-shadow: 0px 0px 0px 0px rgba( 2, 2, 2, 0.00 ); background-color: rgba( 255, 255, 255, 1.00 ) }
.pum-theme-2444 .pum-title, .pum-theme-hello-box .pum-title { color: #2d2d2d; text-align: left; text-shadow: 0px 0px 0px rgba( 2, 2, 2, 0.23 ); font-family: Montserrat; font-size: 32px; line-height: 36px }
.pum-theme-2444 .pum-content, .pum-theme-hello-box .pum-content { color: #2d2d2d; font-family: inherit }
.pum-theme-2444 .pum-content + .pum-close, .pum-theme-hello-box .pum-content + .pum-close { height: auto; width: auto; left: auto; right: -30px; bottom: auto; top: -30px; padding: 0px; color: #2d2d2d; font-family: inherit; font-size: 32px; line-height: 28px; border: 1px none #ffffff; border-radius: 28px; box-shadow: 0px 0px 0px 0px rgba( 2, 2, 2, 0.23 ); text-shadow: 0px 0px 0px rgba( 0, 0, 0, 0.23 ); background-color: rgba( 255, 255, 255, 1.00 ) }

/* Popup Theme 2443: Enterprise Blue */
.pum-theme-2443, .pum-theme-enterprise-blue { background-color: rgba( 0, 0, 0, 0.70 ) }
.pum-theme-2443 .pum-container, .pum-theme-enterprise-blue .pum-container { padding: 28px; border-radius: 5px; border: 1px none #000000; box-shadow: 0px 10px 25px 4px rgba( 2, 2, 2, 0.50 ); background-color: rgba( 255, 255, 255, 1.00 ) }
.pum-theme-2443 .pum-title, .pum-theme-enterprise-blue .pum-title { color: #315b7c; text-align: left; text-shadow: 0px 0px 0px rgba( 2, 2, 2, 0.23 ); font-family: inherit; font-size: 34px; line-height: 36px }
.pum-theme-2443 .pum-content, .pum-theme-enterprise-blue .pum-content { color: #2d2d2d; font-family: inherit }
.pum-theme-2443 .pum-content + .pum-close, .pum-theme-enterprise-blue .pum-content + .pum-close { height: 28px; width: 28px; left: auto; right: 8px; bottom: auto; top: 8px; padding: 4px; color: #ffffff; font-family: inherit; font-size: 20px; line-height: 20px; border: 1px none #ffffff; border-radius: 42px; box-shadow: 0px 0px 0px 0px rgba( 2, 2, 2, 0.23 ); text-shadow: 0px 0px 0px rgba( 0, 0, 0, 0.23 ); background-color: rgba( 49, 91, 124, 1.00 ) }

/* Popup Theme 2442: Light Box */
.pum-theme-2442, .pum-theme-lightbox { background-color: rgba( 0, 0, 0, 0.60 ) }
.pum-theme-2442 .pum-container, .pum-theme-lightbox .pum-container { padding: 18px; border-radius: 3px; border: 8px solid #000000; box-shadow: 0px 0px 30px 0px rgba( 2, 2, 2, 1.00 ); background-color: rgba( 255, 255, 255, 1.00 ) }
.pum-theme-2442 .pum-title, .pum-theme-lightbox .pum-title { color: #000000; text-align: left; text-shadow: 0px 0px 0px rgba( 2, 2, 2, 0.23 ); font-family: inherit; font-size: 32px; line-height: 36px }
.pum-theme-2442 .pum-content, .pum-theme-lightbox .pum-content { color: #000000; font-family: inherit }
.pum-theme-2442 .pum-content + .pum-close, .pum-theme-lightbox .pum-content + .pum-close { height: 30px; width: 30px; left: auto; right: -24px; bottom: auto; top: -24px; padding: 0px; color: #ffffff; font-family: inherit; font-size: 24px; line-height: 26px; border: 2px solid #ffffff; border-radius: 30px; box-shadow: 0px 0px 15px 1px rgba( 2, 2, 2, 0.75 ); text-shadow: 0px 0px 0px rgba( 0, 0, 0, 0.23 ); background-color: rgba( 0, 0, 0, 1.00 ) }

/* Popup Theme 1747: Default Theme */
.pum-theme-1747, .pum-theme-default-theme { background-color: rgba( 255, 255, 255, 1.00 ) }
.pum-theme-1747 .pum-container, .pum-theme-default-theme .pum-container { padding: 18px; border-radius: 0px; border: 1px none #000000; box-shadow: 1px 1px 3px 0px rgba( 2, 2, 2, 0.23 ); background-color: rgba( 249, 249, 249, 1.00 ) }
.pum-theme-1747 .pum-title, .pum-theme-default-theme .pum-title { color: #000000; text-align: left; text-shadow: 0px 0px 0px rgba( 2, 2, 2, 0.23 ); font-family: inherit; font-weight: inherit; font-size: 32px; font-style: normal; line-height: 36px }
.pum-theme-1747 .pum-content, .pum-theme-default-theme .pum-content { color: #8c8c8c; font-family: inherit; font-weight: inherit; font-style: normal }
.pum-theme-1747 .pum-content + .pum-close, .pum-theme-default-theme .pum-content + .pum-close { height: auto; width: auto; left: auto; right: 0px; bottom: auto; top: 0px; padding: 8px; color: #ffffff; font-family: inherit; font-weight: inherit; font-size: 12px; font-style: normal; line-height: 14px; border: 1px none #ffffff; border-radius: 0px; box-shadow: 0px 0px 0px 0px rgba( 2, 2, 2, 0.23 ); text-shadow: 0px 0px 0px rgba( 0, 0, 0, 0.23 ); background-color: rgba( 0, 183, 205, 1.00 ) }

/* Popup Theme 1742: Plain */
.pum-theme-1742, .pum-theme-plain { background-color: rgba( 0, 0, 0, 0.40 ) }
.pum-theme-1742 .pum-container, .pum-theme-plain .pum-container { padding: 18px; border-radius: 0px; border: 1px none #000000; box-shadow: 1px 1px 3px 0px rgba( 2, 2, 2, 0.23 ); background-color: rgba( 241, 241, 241, 1.00 ) }
.pum-theme-1742 .pum-title, .pum-theme-plain .pum-title { color: #000000; text-align: center; text-shadow: 0px 0px 0px rgba( 2, 2, 2, 0.23 ); font-family: inherit; font-size: 32px; line-height: 36px }
.pum-theme-1742 .pum-content, .pum-theme-plain .pum-content { color: #8c8c8c; font-family: inherit }
.pum-theme-1742 .pum-content + .pum-close, .pum-theme-plain .pum-content + .pum-close { height: auto; width: auto; left: auto; right: 0px; bottom: auto; top: 0px; padding: 8px; color: #ffffff; font-family: inherit; font-size: 12px; line-height: 14px; border: 1px none #ffffff; border-radius: 0px; box-shadow: 0px 0px 0px 0px rgba( 2, 2, 2, 0.23 ); text-shadow: 0px 0px 0px rgba( 0, 0, 0, 0.23 ); background-color: rgba( 30, 115, 190, 1.00 ) }
