/*
Theme Name: Dana Gould Custom
Author: Todd Jackson
Author URI: http://www.toddjacksonworks.com
Description: Custom theme for Dana Gould
Version: 1.0
*/

@font-face {
	font-family: 'sinzano';
	src: url('fonts/sinzano-webfont.woff2') format('woff2'), url('fonts/sinzano-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

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

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

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

.icon-apple .path1:before {
  content: "\e900";
}
.icon-apple .path2:before {
  content: "\e901";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-apple .path3:before {
  content: "\e902";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-apple .path4:before {
  content: "\e903";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}

.navbar-text .icon-apple .path2:before {
  content: "\e901";
  margin-left: -1em;
  color: #E4572E;
}
.navbar-text .icon-apple .path3:before {
  content: "\e902";
  margin-left: -1em;
  color: #E4572E;
}
.navbar-text .icon-apple .path4:before {
  content: "\e903";
  margin-left: -1em;
  color: #E4572E;
}
.icon-google:before {
  content: "\e904";
}
.icon-stitcher:before {
  content: "\e905";
}
.icon-tunein:before {
  content: "\e906";
}

.navbar-light .navbar-nav .nav-link {
    color: #0F2A31;
}

html {
	height: 100%;
}

body {
	background: #D2E393;
}

body.page-template-events {
	background: #D2E393;
}

body.home {
	background: #FDFDFB;
}

.btn-custom {
	color: #fff;
	background-color: #57B7E1;
	border-color: #57B7E1;
	border-radius: 0;
	text-transform: uppercase;
	font-weight: 700;
}

.btn-custom:hover {
	color: #fff;
	background-color: #3aabdc;
	border-color: #49b1de;
}

.btn-custom1 {
	color: #fff;
	background-color: #0F2A31;
	border-color: #0F2A31;
	border-radius: 0;
	text-transform: uppercase;
	font-weight: 700;
}

.btn-custom1:hover {
	color: #fff;
	background-color: #071417;
	border-color: #0b1f24;
}

.container-fluid {
	margin-top: 120px;
	}


.navbar {
	background-color #FDFDFB;
	font-size: 1.2rem;
	color: #D2E393;
	font-weight: 300;
	font-family: 'oswald', sans-serif;
}

.navbar:after {
	background: inherit;
	bottom: 0;
	content: '';
	display: block;
	height: 80%;
	left: 0;
	position: absolute;
	right: 0;
	transform: skewY(-1.2deg);
	transform-origin: 100%;
	z-index: -100;
}

	.navbar-light .navbar-brand {
		font-family: 'sinzano', sans-serif;
		font-size: 2.4rem;
		line-height: 1;
		margin: 0;
		text-transform: uppercase;
		text-align: left;
		color: #fff;
		margin-right: 20px;
		background: #0F2A31;
		color: #57B7E1;
		padding: .3rem;
		position: relative;
	}

	.navbar-brand:before {
		position: absolute;
		content: "";
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		padding: .5rem;
		background-color: #57B7E1;
		transform-origin: center;
		transform: rotate(356deg);
		z-index: -10;
	}
	
	.navbar-brand:after {
		position: absolute;
		content: "";
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		padding: .5rem;
		background-color: #D2E393;
		transform-origin: center;
		transform: rotate(4deg);
		z-index: -10;
	}
	
	.navbar-brand span {
		color: #D2E393;
	}
	
	.navbar-light .navbar-brand:hover {
		color: #D2E393;
	}
	
	.navbar-light .navbar-brand:hover span {
		color: #57B7E1;
	}

.navbar-light  .nav-link {
	color: #0F2A31;
text-shadow:
0px 0px 3px #fff,
     -.1rem -.1rem 0 #fff,  
      .1rem -.1rem 0 #fff,
      -.1rem .1rem 0 #fff,
       .1rem .1rem 0 #fff;
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {

     color: #E4572E;

}

.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active {
	color: #57B7E1;
	font-weight: 500;
}
	
	.navbar-light .navbar-text {
	    background: #E4572E;
	    padding: 0 .6rem;
	    border-radius: .8rem;
		font-size: 1.2rem;		
	}
	
	.navbar-light .navbar-text a {
	    color: #fff;
	}
	
	.logo, .newlogo {
		font-family: 'sinzano', sans-serif;
		font-size: 3.5rem;
		line-height: 0.8;
		margin: 0;
		color: #fff;
		text-transform: uppercase;
		opacity: .75;
		font-weight: 800;
	}
	
	.podcast {
	}
	
	.podcast img {
		margin-bottom: 12px;
	}
	
	.home-head {
		font-family: 'sinzano', sans-serif;
		font-size: 2.2rem;
		color: #0F2A31;
		text-shadow: 1px 1px #57B7E1, -1px -1px #FFF;
		text-align: center;
	}
	
	.featured-head {
		color: #E4572E;
		text-shadow: 1px 1px #57B7E1, -1px -1px #D2E393;
	}
	
	.podcast audio controls {
		color: #8ACFF0;
	}

.section-head {
	color:#fff;
	text-transform:uppercase;
	margin-top:0px;
	margin-bottom: 40px;
	font-size:36px;
	line-height:38px;
		font-family: 'sinzano', sans-serif;
	letter-spacing:5px; 
	text-align: center;
	font-weight: 800;
}

	.live-content .section-head {
		color: #E4572E;
		margin-top: 1rem;
	}


.join-patreon {
	font-family:sinzano;
	font-size:2.5rem;
	display: block;
	color: #E4572E !important;
	text-shadow: .1rem .1rem #D2E393, .2rem .2rem #fff;
}

.join-patreon:hover {
	text-shadow: .1rem .1rem #fff, .2rem .2rem #57B7E1;
	text-decoration: none;
	color: #000 !important;
}


.amazon-link {
	 font-family: 'sinzano', sans-serif;
	 color:#57B7E1;
	text-shadow: .1rem .1rem #D2E393, .2rem .2rem #fff;
}

.amazon-link h3 {
	font-size: 2.25rem;
}

.amazon-link:hover {
	text-shadow: .1rem .1rem #fff, .2rem .2rem #57B7E1;
	text-decoration: none;
	color: #000 !important;
}


input.join-patreon {
    background: transparent; 
    border:0 none;
    cursor:pointer;
	margin: 0 auto;
}




.page-head {
	color: #011638;
	margin-top:0px;
	font-size: 2.4rem;
	line-height: 2.2rem;
	font-family: 'sinzano', sans-serif;
	font-weight: 800;
	text-align: center;
	margin-bottom: 1rem;
}

.event-page-head span {
	color: #ff5409
}

.podcast-page-head


	.page-content {
		padding:60px 0px;
		z-index:1000; 
		margin: 0;
	}
	
	.video-content {
		background: #ff9000;
	}
	
	.live-content {
		background: #fff;
		padding: 0;
	}

.event-img, .podcast-img {
	box-shadow:  0px 0px 2px rgba(255, 144, 0,.85), 0px 0px 9px rgba(255, 144, 0,.65), 0px 0px 12px rgba(255, 144, 0,.35);
}

.home-section {
}


	.deeper {
		font-family: 'sinzano', sans-serif;
		font-size: 1.4rem;
		line-height: 1;
		background: #0F2A31;
		color: #fff;
		border: 2px solid #fff;
		padding: 3px 5px;
	}
	
	.deeper-box {
		text-align: center;
	}
	
	.deeper:hover {
		text-decoration: none;
		color: #fff;
		background: #E4572E;
	}

/* Video */

.video-row {
	margin-bottom: 80px;
}

.video-row h3 {
	font-weight: 700;
	color: #fff;
}

/* Podcasts */

.podcast-episode {
	background: #b7e2f6;
	padding: 1rem;
	box-shadow: 0 0 3px 3px rgba(183,226,246,0.75);
	margin-bottom: 40px;
}

.episodedate {
	font-family: 'Work Sans', sans-serif;
	font-weight: 600;
	color: #000;
	margin-bottom: 20px;
	font-size: 12px;
	background: #011638;
	color: #fff;
	display: inline-block;
	padding: 4px 8px;
	text-transform: uppercase;
	box-shadow: 0 0 1px 1px #011638;
}

.episodetitle {
	font-family: 'sinzano', sans-serif;
	margin-bottom: 1.5rem;
	font-size: 2rem;
	line-height: 2.1rem;
	color: #E4572E;
	text-align:center;
	margin-bottom: .5rem;
}

.episodetitle a {
	color: #E4572E;
}
 
#podcast iframe {
  height: 95px;
  width: 100%; 
  padding-top: 5px;
  border: none;
}


.badge-other {
	color: #000;
    background-color: #D2E393;
}

.badge-listen {
    color: #fff;
    background-color: #E4572E;
}

.badge-listen:hover {
    color: #fff;
    background-color: #d5451b;
}


/* Events */

.home_event_row {
	font-size: 1rem;
}

.home_showdate {
	text-transform: uppercase;
	color: #ff5409;
	font-weight: 700;
	font-size: 1.3rem;
	letter-spacing: .3rem;
}

.home_showdate span {
	color: #000;
}

.home_showtime {
	font-size: 1.7rem;
	line-height: 2rem;
	font-family: 'Oswald', sans-serif;
	font-weight: 300;
}


.col_showdate_mobile {
	font: 700 1rem/1.1rem 'Raleway', arial, sans-serif;
	text-transform: uppercase;
	color: #ff5409;
}

.col_showdate_mobile span {
	color: #fff;
}

.showdate_month, .special_month {
	display: inline-block;
	text-transform: uppercase;
	font-weight: 700;
	line-height: 1.6rem;
	font-size: 1.7rem;
}

.showdate_day, .special_day {
	display: inline-block;
	font-size: 1.6rem;
	line-height: 1.7rem;
	font-family: 'Oswald', sans-serif;
}

.showdate_day {
	color: #ff5409;
}

.showdate_month {
	color: #fff;
}

.showdate_weekday {
	display: block;
	font-size: .9rem;
	letter-spacing: .1rem;
	text-transform: uppercase;
}


/*
.col_showticket a {
	text-transform: uppercase;
	background: #57B7E1;
	color: #fff !important;
}

.col_showticket a:hover {
	color: #ff5409;
}
*/

.event_row {
	padding: 10px 0;
}

.event_row_divide {
	border-top: 2px solid rgba(255,255,255,.4);
	border-bottom: 1px solid rgba(0,0,0,.1);
}

.event_row_divide:first-of-type {
	border-top:0;
}

.event_row_divide:last-of-type {
	border-bottom: 0;
}

.col_showtime {
	font-weight: 300;
	font-family: 'Oswald', sans-serif;
	font-size: 1.3rem;
}


.showname {
	margin-top: 0;
	font: 700 1.5rem/1.2em 'Raleway', arial, sans-serif
}

.specialname {
	color: #d99739;
	text-align: center;
	font-size: 40px;
}

.othercomics {
	font-size: 1rem;
	color: #fff;
}

.home_venue {
	font-size: 1.3rem;
	display: inline-block;
	margin-right: 10px;	
}

.col_venue {
	color: #0F2A31;
	line-height: 1.4rem;
}

.col_venue strong {
	font-size: 1.3rem;
	display: inline-block;
	margin-right: 10px;
	color: #000;
}

.col_space {
	margin-top: 30px;
	margin-bottom: 30px;
}

.event_showname {
	font: 700 1.4rem/1.2em 'Raleway', arial, sans-serif;
	color: #ff5409;
}

.subhead {
	font-family: 'Oswald', sans-serif;
	color: #d99739;
}

.home-section {
	background: #D2E393;
	margin: 0 -15px;
	position: relative;
}

.home-section::before {
 position: absolute;
 content: "";
 width: 100%;
 height: 100%;
 top: 0;
 left: 0;
 background-color: #D2E393;
  transform-origin: top right;
 transform: skewY(3deg);
 z-index: -10;

}


/* Episodes Page */

	.entry-title {
		font: 700 1.4rem/1.2em 'Raleway', arial, sans-serif;
		margin-bottom: 1.5rem;
		font-size: 3rem;
		line-height: 3.2rem;
		color: #E4572E;
		text-align:center;
		margin-bottom: .5rem;
	}
	
	.podcast-links a {
		padding: 0 9px;
		display: inline-block;
	}
	
	.release-date {
		font: 300 1rem/1.2em 'Raleway', arial, sans-serif;
		text-align: center;
		font-style: italic;
		margin: 1rem 0 .5rem;
	}
	
	.entry-content {
		margin-bottom: 2rem;
	}
	
	img.size-full {
	    width: 100%;
		height: auto;
		max-width: 100%;
	}

	.page-link {
	    background-color: rgba(255,255,255,.4);
	    color: #E4572E;
	    border: 1px solid rgba(210,227,147,1);
	}
	
	.page-item.active .page-link {
	    background-color: #E4572E;
	    border-color: #E4572E;
	}
	
	.page-link:hover {
	    color: #0056b3;
	    text-decoration: none;
	    background-color: rgba(210,227,147,.5);
	    border-color: rgba(210,227,147,1);
	}



/* Sidebar */

	.sidebar {
		background: url('images/dana-podcast-covers.jpg');
		background-size: cover;
		margin: 0 -15px;
		padding: 30px 15px;
	}

	.support-the-show h3 {
		color: #fff;
		font-size:1.6rem;
		font-family: 'Raleway', arial, sans-serif;
	}

	.sidebar-head {
		font-family:sinzano;
		font-size:2.5rem;
		display: block;
		color: #D2E393 !important;
	}
	
	.sidebar-head:hover {
		text-decoration: none;
		color: #57B7E1 !important;
	}
	
	input.sidebar-head {
	    background: transparent; 
	    border:0 none;
	    cursor:pointer;
		margin: 0 auto;
	}





@media (min-width: 768px) {


	.container-fluid {
		margin-top: 0;
	}
	
	.featured {
		padding-top: 68px;
		overflow: hidden;
	}
	
	.space-top-inner {
		padding-top: 110px;
	}
	
	body.home .navbar {
		background: transparent !important;
	}
	
	
	.home-head {
		text-align: left;
	}
	
	.episodetitle {
		text-align: left;
	}

	
	.h-60 {
	    height: 60%!important;
	}
	
	.h-40 {
	    height: 40%!important;
	}
	
	.h-55 {
	    height: 55%!important;
	}
	
	.h-45 {
	    height: 45%!important;
	}
	
	
	.deeper-box {
		text-align: right;
	}
	
	.home-section {
		background: transparent;
		margin: auto;
	}
	
	.home-section::before {
	 content: "";
	 width: 100%;
	 height: 100%;
	 top: 0;
	 left: 0;
	 background-color: transparent;
	  transform-origin: top right;
	 transform: skewY(3deg);
	 z-index: -10;
	
	}

}

@media (min-width: 992px) {
	


	.navbar {
		font-size: 1.5rem;
	}

	.episodetitle {
		font-size: 1.8rem;
		line-height: 2rem;
	}
	
	.support-block {
		border-left:1px solid #fff;
	}
	
	.home_showtime {
		text-align: center;
		text-transform: uppercase;
	}
	
	.home_showdate {
		letter-spacing: .4rem;
	}
	
	.sidebar {
		background: transparent;
	}

	
}

/* Background Home */

@media (min-width: 768px)  and (orientation:landscape) {


	body.page-template-events {
		background: linear-gradient(86deg, rgba(87,183,225,.5) 0%, rgba(87,183,225,.5) 26%, rgba(210,227,147,1) 26% ), url('images/dana-gould-live-new.jpg'), #000;
		background-repeat: no-repeat, no-repeat, no-repeat;
		background-size: auto, auto 91%, auto;
		background-position: center, -60px bottom,  center;
	    background-attachment: fixed;
		min-height: 100%;
	}
	

	body.home {
			background: linear-gradient(80deg, rgba(255,255,255,0) 60%, rgba(87,183,225,0.4) 60%, rgba(87,183,225,0.4) 100%), url('images/dana_gould_bg_md_3.png'), linear-gradient(80deg, rgba(255,255,255,0) 60%, #FDFDFB 60%, #FDFDFB 100%), linear-gradient(180deg, rgba(255,255,255,0) 55%, rgba(210,227,147,1) 55%, rgba(210,227,147,1) 55%), #FDFDFB;
	background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, no-repeat;
	background-size: auto, 36% auto, cover, auto, auto;
	background-position: center, right bottom,  center, center, center;
    background-attachment: fixed;
	min-height: 100%;
		margin-top: 0;
	}
	
}


@media (min-width: 768px)  and (orientation:portrait) {

	body.page-template-events {
		background: linear-gradient(-268deg, rgba(87,183,225,.5) 0%, rgba(87,183,225,.5) 25%, rgba(210,227,147,1) 25% ), url('images/dana-gould-live-new.jpg'), #000;
		background-repeat: no-repeat, no-repeat, no-repeat;
		background-size: auto, auto 92%, auto;
		background-position: center, -100px bottom,  center;
	    background-attachment: fixed;
		min-height: 100%;
	}
	

	body.home {
			background: linear-gradient(80deg, rgba(255,255,255,0) 60%, rgba(87,183,225,0.4) 60%, rgba(87,183,225,0.4) 100%), url('images/dana_gould_bg_md_pt_2.png'), linear-gradient(80deg, rgba(255,255,255,0) 60%, #FDFDFB 60%, #FDFDFB 100%), linear-gradient(180deg, rgba(255,255,255,0) 55%, rgba(210,227,147,1) 55%, rgba(210,227,147,1) 55%), #FDFDFB;
	background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, no-repeat;
	background-size: auto, auto 100%, cover, auto, auto;
	background-position: center, right bottom, center, center, center;
    background-attachment: fixed;
	min-height: 100%;
		margin-top: 0;
	}

}

@media (min-width: 992px) {

}

@media (min-width: 992px)  and (orientation:landscape) {

	body {
		background: linear-gradient(85deg, rgba(210,227,147,1) 65%, rgba(0,0,0,.25) 65%, rgba(0,0,0,.25) 100%), url('images/dana-podcast-covers.jpg'), #FDFDFB;
		background-repeat: no-repeat, no-repeat, no-repeat;
		background-size: auto, auto 92%, auto;
		background-position: center, right bottom,  center;
	    background-attachment: fixed;
		min-height: 100%;
	}

	body.page-template-events {
		background: linear-gradient(85deg, rgba(87,183,225,.5) 0%, rgba(87,183,225,.5) 33%, rgba(210,227,147,1) 33% ), url('images/dana-gould-live-new.jpg'), #000;
		background-repeat: no-repeat, no-repeat, no-repeat;
		background-size: auto, auto 91%, auto;
		background-position: center, left bottom,  center;
	    background-attachment: fixed;
		min-height: 100%;
	}
	

	body.home {
			background: linear-gradient(80deg, rgba(255,255,255,0) 60%, rgba(87,183,225,0.4) 60%, rgba(87,183,225,0.4) 100%), url('images/dana_gould_bg_md_3.png'), linear-gradient(80deg, rgba(255,255,255,0) 60%, #FDFDFB 60%, #FDFDFB 100%), linear-gradient(180deg, rgba(255,255,255,0) 55%, rgba(210,227,147,1) 55%, rgba(210,227,147,1) 55%), #FDFDFB;
	background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, no-repeat;
	background-size: auto, 39% auto, cover, auto, auto;
	background-position: center, right bottom,  center, center, center;
    background-attachment: fixed;
	min-height: 100%;
		margin-top: 0;
	}
	
}


@media (min-width: 992px)  and (orientation:portrait) {

	body {
		background: linear-gradient(83deg, rgba(87,183,225,1) 62%, rgba(0,0,0,.25) 62%, rgba(0,0,0,.25) 100%), url('images/dana-podcast-covers.jpg'), #FDFDFB;
		background-repeat: no-repeat, no-repeat, no-repeat;
		background-size: auto, auto 92%, auto;
		background-position: center, right bottom,  center;
	    background-attachment: fixed;
		min-height: 100%;
	}

	body.page-template-events {
		background: linear-gradient(84deg, rgba(87,183,225,.5) 0%, rgba(87,183,225,.5) 33%, rgba(210,227,147,1) 33% ), url('images/dana-gould-live-new.jpg'), #000;
		background-repeat: no-repeat, no-repeat, no-repeat;
		background-size: auto, auto 91%, auto;
		background-position: center, left bottom,  center;
	    background-attachment: fixed;
		min-height: 100%;
	}
	

	body.home {
		background: linear-gradient(80deg, rgba(255,255,255,0) 60%, rgba(87,183,225,0.4) 60%, rgba(87,183,225,0.4) 100%), url('images/dana_gould_bg_md_pt_2.png'), linear-gradient(80deg, rgba(255,255,255,0) 60%, #FDFDFB 60%, #FDFDFB 100%), linear-gradient(180deg, rgba(255,255,255,0) 55%, rgba(210,227,147,1) 55%, rgba(210,227,147,1) 55%), #FDFDFB;
	background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, no-repeat;
	background-size: auto, 39% auto, cover, auto, auto;
	background-position: center, right bottom,  center, center, center;
    background-attachment: fixed;
	min-height: 100%;
		margin-top: 0;
	}
	
}

@media (min-width: 1200px) {

	body {
		background: linear-gradient(83deg, rgba(210,227,147,1) 62%, rgba(0,0,0,.25) 62%, rgba(0,0,0,.25) 100%), url('images/dana-podcast-covers.jpg'), #FDFDFB;
		background-repeat: no-repeat, no-repeat, no-repeat;
		background-size: auto, auto 93%, auto;
		background-position: center, right bottom,  center;
	    background-attachment: fixed;
		min-height: 100%;
	}

	body.page-template-events {
		background: linear-gradient(84deg, rgba(87,183,225,.5) 0%, rgba(87,183,225,.5) 38%, rgba(210,227,147,1) 38% ), url('images/dana-gould-live-new.jpg'), #000;
		background-repeat: no-repeat, no-repeat, no-repeat;
		background-size: auto, auto 91%, auto;
		background-position: center, left bottom,  center;
	    background-attachment: fixed;
		min-height: 100%;
	}
	
	body.home {
		background: linear-gradient(80deg, rgba(255,255,255,0) 60%, rgba(87,183,225,0.4) 60%, rgba(87,183,225,0.4) 100%), url('images/dana_gould_bg_lg_3.png'), linear-gradient(80deg, rgba(255,255,255,0) 60%, #FDFDFB 60%, #FDFDFB 100%), linear-gradient(180deg, rgba(255,255,255,0) 55%, rgba(210,227,147,1) 55%, rgba(210,227,147,1) 55%), #FDFDFB;
		background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, no-repeat;
		background-size: auto, 38% auto, cover, auto, auto;
		background-position: center, right bottom,  center, center, center;
	    background-attachment: fixed;
		min-height: 100%;
		padding-top: 0;
	}

}


@media (min-width: 1800px) { 
	body.home {
		background: linear-gradient(80deg, rgba(255,255,255,0) 60%, rgba(87,183,225,0.4) 60%, rgba(87,183,225,0.4) 100%), url('images/dana_gould_bg_xl_3.png'), linear-gradient(80deg, rgba(255,255,255,0) 60%, #FDFDFB 60%, #FDFDFB 100%), linear-gradient(180deg, rgba(255,255,255,0) 55%, rgba(210,227,147,1) 55%, rgba(210,227,147,1) 55%), #FDFDFB;
		background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, no-repeat;
		background-size: auto, auto 100%, cover, auto, auto;
		background-position: center, right bottom,  center, center, center;
	    background-attachment: fixed;
		min-height: 100%;
		padding-top: 0;
		}

}


@media (min-width: 1000px)  and (max-height:850px) { 


.h-65 {
    height: 65%!important;
}

.h-70 {
    height: 70%!important;
}

	.event-img, .podcast-img {
		max-height: 100%;
		margin-left: auto !important;
		margin-right: 0 !important;
		width: auto;
		display: block;
	}

}