/*
Theme Name: The Spinal Decompresssion Show
Author URI: http://www.brightcherry.co.uk/
Description: The Spinal Decompresssion Show bespoke Theme
Version: 1.0
*/

/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

body, html{
	height:100%
}

:focus {/* remember to define focus styles! */
	outline: 0;
}

ol, ul {
	list-style: none;
}

a{
	color: #000;
}

a img {
	border: 0;
}

* {
	box-sizing: border-box;
}

strong{
	font-weight:700;
}

em{
	font-style:italic;
}

.clear{
	width:100%;
	clear:both;
	height:0;
}

p{
	margin:0 0 20px 0;
	font-size:19px;
	line-height:1.6em;
}

p.large,
.spotify p{
	font-size:21px;
}

small{
	font-size:14px;
	line-height:1.4em;
}

h1,h2,h3,h4,h5{
	font-weight:600;
	line-height:1.2em;
}

h1{
	font-family: "Noto Sans", sans-serif;
	font-size:54px;
	font-weight:700;
}

h2{
	font-size:48px;
	font-weight:700;
}

h3{
	font-weight:700;
	font-size:32px;
}

h4{
	font-size:21px;
	font-weight:700;	
}

h5{
	font-size:18px;
	font-weight:700;	
	padding:10px 0;
}

h6{
	font-size:16px;
	font-weight:700;	
}

.btn,
.alm-load-more-btn{
	position: relative;
	display:inline-block;
	font-size: 14px;
	text-decoration: none;
	padding: 4px 20px;
	background: #000;
	color: #49d859;
	border-radius: 18px;
	border: 2px solid #49d859;
	transition: all 0.5s ease;
}


.btn:hover,
.alm-load-more-btn:hover{
	cursor:pointer;	
	border-color:#ff7600;
	background-color:transparent;
	-webkit-transition: background-color 200ms linear;
	-moz-transition: background-color 200ms linear;
	-o-transition: background-color 200ms linear;
	-ms-transition: background-color 200ms linear;
	transition: background-color 200ms linear;	
	color:#ff7600;
}


/* =Colours
----------------------------------------------- */

.green,
#footer a:hover{
	color:#49d859
}


/* =Post content
----------------------------------------------- */

.post-content{
	padding:0 0 30px 0;
}

.post-content h3{
	padding:20px 0;
}

.post-content ul{
	padding:10px 30px;
	list-style-type:square;
}

.post-content ul li{
	padding:10px 0;
}

.post-content ul li::marker {
  color: #5580c1;
}


/* =Structure
----------------------------------------------- */

body {
	text-align:center;
	color:#fff;
	text-align:left;
	font-size:18px;
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: normal;
  font-style: normal;	
  background:#121212;
  padding:0 20px;
}

#wrapper{
	position:relative;
	width:100%;
	min-width:360px;
	max-width:1350px;
	margin:20px auto;
	border-radius:25px;
	overflow:hidden;
}

#main-content{
	width:100%;
	margin:0 auto;
	background:#000;
}

.setwidth{
	position:relative;	
	max-width:100%;
	min-width:360px;	
	margin: 0 auto;
	padding:0 40px;
}


.table{
	display:table;
	width:100%;
	border-collapse: collapse;
	table-layout: fixed;	
}

.table-cell{
	display:table-cell;
	vertical-align:top;		
}

.grid{
	display:grid;
	width:100%;
}

.grid.valign-center{
	align-items: center;
}

.grid.col-2{
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 40px;
}

/* =Header
----------------------------------------------- */

#header{
	position:relative;
	background: #3B89DF;
	background: linear-gradient(180deg, rgba(59, 137, 223, 1) 0%, rgba(30, 71, 117, 1) 100%);	
	padding:30px 0;
}

#header h1{
	padding:0 0 10px 0;
}

#header h4{
	font-style:italic;
	font-weight:normal;
}

#header h6{

}

#header .table-cell.right{
	padding:0 30px;
	vertical-align:bottom;
}

#header .table-cell.left{
	width:180px;
}

#header .table-cell.left img{
	width:100%;
	height:auto;
}

/* =Panels
----------------------------------------------- */

.panel{
	padding:60px 0;
}

/* =Listen
------------------------------ */

#listen.panel{
	text-align:center;
	background: #162f54;
	background: linear-gradient(180deg, rgba(22, 47, 84, 1) 0%, rgba(0, 0, 0, 1) 60%);
	padding:60px 0 60px 0;
	background-size:340px;
	background-repeat:no-repeat;
	background-position:-20px bottom;	
}

#listen.panel .text{
	max-width:720px;
	margin:0 auto;
}

#listen.panel h2{
	padding: 0 0 20px 0;
}

#listen.panel img{
	height:70px;
	width:auto;
	margin:10px 0 0 0;
}


/* =Intro text / download
------------------------------ */


#intro.panel{
	background: #173659;
	background: linear-gradient(180deg, rgba(23, 54, 89, 1) 0%, rgba(0, 0, 0, 1) 40%);	
}

#intro.panel .right{
	padding-left:40px;
	width:45%;
}

#intro.panel .left{
	padding-right:60px;
	text-align:center;
}

#intro.panel .left img.spine{
	width:350px;
	height:auto;
}

#intro.panel .download{
	padding:35px;
	background: #27578f;
	background: linear-gradient(180deg, rgba(39, 87, 143, 1) 0%, rgba(0, 0, 0, 1) 40%);
	border-radius:10px;
	border:4px solid #1b3355
}

#intro.panel .download .text{
	text-align:center;
}

#intro.panel .download h3{
	padding: 0 0 20px 0;
}

#intro.panel .download p{
	font-size:16px;
}


.download #af-form-425204744,
.download #af-form-425204744 .quirksMode {
	max-width:100%;
}

.download #af-form-425204744 .af-body {
	padding-bottom: 0;
}

.download #af-form-425204744 .af-header {
	display:none !important;
}

.download #af-form-425204744 *{
	font-family: "Open Sans", sans-serif;
}

.download #af-form-425204744 p,
.download #af-form-425204744 p a{
	color:#fff;
	padding:0 0 0 0;
	margin:0;
}
.download #af-form-425204744 .af-body .privacyPolicy p{
	font-size: 12px;
}

.download #af-form-425204744 .af-body label.previewLabel{
	color:#fff;
	font-size:14px;
	width:30%;
	padding:12px 5px 0 0;
	display:block;
}

.download #af-form-425204744 .af-body select,
.download #af-form-425204744 .af-body input.text,
.download #af-form-425204744 .af-body textarea {
	width:100%;
	padding:2px 4px !important;
	font-size:19px;
	border:2px solid #fff;
	border-radius:4px;
}

.download #af-form-425204744 .af-body .af-textWrap,
.download #af-form-425204744 .af-body .af-selectWrap {
	display: block;
	padding:3px 0;
}

.download #af-form-425204744 .af-body input.text:focus,
.download #af-form-425204744 .af-body textarea:focus{
	background-color:#fff;
	border:2px solid #49d859;
	border-radius:4px;	
}

.download #af-form-425204744 .buttonContainer{
	margin:15px 0;
}

.download #af-form-425204744 .buttonContainer input.submit {
	border:0;
	color:#fff;
	width:100%;
	padding:10px;
	font-size:21px;
	font-weight:700;
	background-color:#ff7600;
}

.download #af-form-425204744 .buttonContainer input.submit:hover {
	cursor:pointer;
}


.host{
	display:none !important;
	position:relative;
	margin:30px 0 0 0;
}

.host img{
	position:relative;
	border-radius:50%;
	width:320px;
	height:auto;
	z-index:2;
	top:20px;
	
}

.host .circle-1{
	border-radius:50%;
	width:320px;
	height:320px;
	position:absolute;
	left:30px;
	top:0;
	background:#fff;
	z-index:1;
	text-align:center;
}

.host .circle-3{
	position:absolute;
	height:60px;
	width:60px;
	border-radius:50%;
	left:450px;
	top:120px;
	background:#fff;	
	border:15px solid #49d859;
}

.host .circle-4{
	position:absolute;
	height:45px;
	width:45px;
	border-radius:50%;
	left:400px;
	bottom:60px;
	background:#49d859;	
}

.host .circle-5{
	position:absolute;
	height:30px;
	width:30px;
	border-radius:50%;
	left:350px;
	bottom:-20px;
	background:#49d859;	
	text-align:center;
}

.host .circle-5 i{
	color:#000;
}

.host h4{
	position:absolute;
	bottom:40px;
	width:350px;
	left:340px;
	z-index:6;
	font-family: "Noto Sans", sans-serif;
	font-style:italic;
	font-size: 26px;
	font-weight: 300;
	color:#49d859;		
	text-align:center;
}

/* =Episodes
------------------------------ */


.episodes{}

#episodes.panel .table-cell{
	position:relative;
}

#episodes.panel .list{
	padding:20px 0;
}

#episodes.panel .list .item{
	padding:30px;
	border-top:2px solid #666;
}

#episodes.panel .list .item a.play-btn{
	position:absolute;
	right:0;
	bottom:0;
	color:#49d859;
	font-size:38px;
}

#episodes.panel .list .item a.play-btn:hover{
	color:#ff7600;
}

#episodes.panel .list .item .table-cell.right.text{
	width:auto;
	padding:0 30px;
	vertical-align:top;
}

#episodes.panel .list .item .table-cell.image{
	width:160px;
}

#episodes.panel .list .item .table-cell.image img{
	width:100%;
	height:auto;
}

#episodes.panel .list .item a.title{
	color:#fff;
	font-size:19px;
	font-weight:700;
	display:block;
	margin: 0 0 20px 0;
	text-decoration:none;
}

#episodes.panel .list .item p{
	font-size:14px;
}

#episodes.panel .list .item p.meta{
	font-size:14px;
}

#footer{
	background:#000;
	padding:0 20px 30px 20px;
	margin: 0 0 30px 0;
	overflow:hidden;
	border-bottom-left-radius: 25px;
	border-bottom-right-radius: 25px;
}

#footer,
#footer a{
	color:#fff;
	font-size:12px;
}

#footer ul.links{

}

#footer ul.links li{
	display:inline-block;	
	padding:2px 15px 2px 0;
}


.post-content ol,
.post-content ul{
	padding:10px 40px 20px 40px;
	list-style-type:circle;
}

.post-content p + ol,
.post-content p + ul{
	padding-top:0;
}

.post-content ol{
	list-style-type:decimal;
}

.post-content ol li,
.post-content ul li{
	padding-bottom:14px;
	line-height:1.4em;
}

.post-content ol li:last-of-type,
.post-content ul li:last-of-type{
	padding-bottom:0;
}

.post-content table td ul,
.post-content table td ol{
	padding-left:20px;
}


.post-content ol li > h1:first-of-type,
.post-content ol li > h2:first-of-type,
.post-content h2:first-of-type,
.post-content ol li > h3:first-of-type,
.post-content ol li > h4:first-of-type,
.post-content ol li > h5:first-of-type,
.post-content ol li > h6:first-of-type,
.post-content ul li > h1:first-of-type,
.post-content ul li > h2:first-of-type,
.post-content ul li > h3:first-of-type,
.post-content ul li > h4:first-of-type,
.post-content ul li > h5:first-of-type,
.post-content ul li > h6:first-of-type{
	padding-top:0;
}

.post-content h1:first-of-type{
	padding-top:60px;
}

.post-content h1{
	padding:30px 0 30px 0;
}

.post-content h2{
	padding:20px 0 20px 0;
}

.post-content h3{
	padding:20px 0 15px 0;	
}

.post-content h4{
	padding:20px 0 15px 0;	
}

.post-content h5{
	padding:10px 0;		
}

.post-content h6{
	padding:10px 0;	
}


.wp-block-separator{
	margin:40px 0;
}

.post-content blockquote{
	padding:30px;
	font-style:italic;
	quotes: "\201C""\201D""\2018""\2019";
}

.post-content blockquote:before {
  color: #ccc;
  content: open-quote;
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
}


.post-content blockquote p {
  display: inline;
}

.post-content blockquote cite{
	font-weight:600;
	display:block;
	padding-top:15px;
}


/* WP Image alignment
------------------------------------------------------------------*/

/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin: 0 25px 25px 0;
}
.alignright {
	display: inline;
	float: right;
	margin: 0 0 25px 25px;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

p img,
.wp-caption {
	margin-top: 0.4em;
}
.wp-caption,
.wp-block-image figcaption{	
	margin-bottom: 1.625em;
	max-width: 100%;
	padding: 14px 9px 9px 9px;
}

.wp-block-image figcaption{
	line-height:1.4em;
	padding:10px !important;
}

.wp-caption img {
	display: block;
	margin: 0 auto;
	max-width: 98%;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	color: #666;
	font-family: Georgia, serif;
	font-size: 14px;
}
.wp-caption .wp-caption-text {
	margin-bottom: 0.6em;
	padding: 10px 0 5px 4px;
	position: relative;
}

img.size-full{
	height:auto !important;
	width:auto !important;
}

/* =Paging
----------------------------------------------- */

.alm-load-more-btn.done{
	display:none !important;
}

.wp-pagenavi {
	clear: both;
	padding:80px 0 0 0;
}

.wp-pagenavi a, 
.wp-pagenavi span {
	font-weight: 600;;
	text-decoration: none;
	border: 2px solid;
	width:40px;
	height:40px;
	padding-top:8px;
	margin: 2px 8px;
	font-size:15px;
  display: inline-block;
  text-align:center;
 
  /* Safari 3-4, iOS 1-3.2, Android 1.6- */
  -webkit-border-radius: 50%; 

  /* Firefox 1-3.6 */
  -moz-border-radius: 50%; 
  
  /* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
  border-radius: 50%;  
  
}

.wp-pagenavi span.pages {
	border: 0;
	width: auto;
}

.wp-pagenavi span.current {
	color:#fff;
	border: 2px solid #f76c6c;
}

.wp-pagenavi .extend{
	border:0;
	padding-left:0;
	padding-right:0;
}
