/*
	Theme Name: HTML5 Blank
	Theme URI: http://html5blank.com
	Description: HTML5 Blank WordPress Theme
	Version: 1.4.3
	Author: Todd Motto (@toddmotto)
	Author URI: http://toddmotto.com
	Tags: Blank, HTML5, CSS3

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html {
	font-size:62.5%;
}
body {
	color:#000;
	font:300 11px/1.4 'Montserrat', Helvetica, Arial, sans-serif;
	line-height: 36px;
	word-wrap: break-word;
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	max-width:100%;
	vertical-align:bottom;
}
a {
	color:#444;
	text-decoration:none;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
	border:1px solid #04A4CC;
}

p,
ul li{
	font-size: 24px;
}
.home p,
.footer p{
	margin: 0 auto;
	max-width: 916px;
	padding:0 30px;
	width: 100%;
	text-align: center;
}

.wp-block-quote p{
	font-style:italic;
}
.wp-block-quote .cite{
	font-size:12px;
}

h1{
	display: block;
	font-size: 32px;
	font-weight: normal;
	padding: 60px 0;
	text-align: center;
	text-transform: uppercase;
}

.home ul,
.nav ul{
	margin: 0;
	padding: 0;
}
.home ul li,
.nav ul li{
	list-style-type: none;
}
.home ul li a,
.nav ul li a{
	color: #000;
	font-size: 20px;
	text-transform: uppercase;
}

#subscribe{
	text-align:center;
}

article.post img{
	width:100%;
}
article.post a{
	color:#b72d2d;
}
article.post h2{
	font-size:28px;
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

/* wrapper */
.wrapper {
	margin:0 auto;
	position:relative;
}
/* header */
.header {
	left: 30px;
	position: fixed;
	top: 30px;
	z-index: 10;
}
/* logo */
.logo {

}
.logo-img {
	left:0;
	margin-left:auto;
	margin-right:auto;
	max-height: 80vh;
	max-width:300px;
	right:0;
	position: absolute;
	top: 50%;
	transform:translateY(-50%);
	width: 100%;
}

/* nav */
.nav {
	background:rgba(0,0,0,0.7); 
	bottom:0;
	display:none;
	height:100%;
	left:0;
	overflow-y:scroll;
	position:fixed;
	right:0;
	top:0;
	z-index:150;
}
.nav ul{
	padding-bottom:100px;
	padding-right:38px;
	padding-top:38px;
}
.nav ul li{
	text-align:center;
}
.nav ul li a{
	color:#fff;
	font-size:20px;
	line-height:40px;
}

#nav-icon{
  width: 26px;
  height: 20px;
  position: relative;
  margin: 12px auto;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
	z-index:200;
}

#nav-icon span{
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  background: #000;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

#nav-icon span:nth-child(1) {
  top: 0px;
}

#nav-icon span:nth-child(2),
#nav-icon span:nth-child(3) {
  top: 8px;
}

#nav-icon span:nth-child(4) {
  top: 16px;
}

#nav-icon.open span:nth-child(1) {
  top: 8px;
  width: 0%;
  left: 50%;
}

#nav-icon.open span:nth-child(2) {
background:#f00;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#nav-icon.open span:nth-child(3) {
background:#f00;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#nav-icon.open span:nth-child(4) {
  top: 8px;
  width: 0%;
  left: 50%;
}

/* Blog */

.blogWrapper,
.singlePostContentWrapper{
	margin:0 auto;
	max-width:900px;
	padding:0 20px;
	width:100%;
}
.blogWrapper article{
	border-bottom: 2px solid #000;
	margin-bottom: 30px;
	padding-bottom: 30px;
	text-align:left;
}
.blogWrapper article img{
	width: 100%;
}
.blogWrapper article p,
.singlePostContentWrapper p{
	padding:0;
	text-align:left;
}

.singlePostThumb{
	height:300px;
	overflow:hidden;
	position:relative;
	width:100%;
}
.singlePostThumb img{
	display:block;
	left:0;
	position:absolute;
	right:0;
	top:50%;
	transform:translateY(-50%);
	width:100%;
}

.single .sfsi_Sicons{
	border-bottom: 2px solid #000;
	border-top: 2px solid #000;
	margin: 30px 0;
	padding: 30px 0;
}

/* sidebar */
.sidebar {

}
/* footer */
.footer {
	background: #991d1d;
	color: #fff;
	padding-bottom:60px;
}
.footer h1{
	margin-top:0;
}
	.footer p,
	.footer a{
		color:#fff;
	}
	.footer a{
		display: block;
		margin: 30px 0;
	}

	.footerSocial{
		margin: 0 auto;
		max-width: 150px;
		width: 100%;
	}
		.footer a.footerSocial{
			float: left;
			height:35px;
			margin: 20px;
			overflow:hidden;
			text-indent:-9999px;
			width:35px;
		}
		.footer a.footerSocial.instagramLink{
			background:url(http://www.letsragetogether.co.za/wp-content/uploads/2018/05/ig.png) no-repeat 0 0;
		}
		.footer a.footerSocial.facebookLink{
			background:url(http://www.letsragetogether.co.za/wp-content/uploads/2018/05/fb.png) no-repeat 0 0;
		}
			.footer a.footerSocial:hover{
				opacity:0.8;
			}

.contactForm{
	margin-bottom:60px;
}

.contactForm label{
	margin-bottom:10px;
}
.contactForm input{
	margin-bottom:10px;
}
.contactForm input,
.contactForm textarea{
	max-width:100%;
}

textarea{
	max-width:100%;
}

input[type="submit"]{
	display: block;
text-align: center;
width: 200px;
margin: 30px auto;
background: transparent;
color: #fff;
padding: 10px;
border: 3px solid #fff;
}

.copyright{
	color:#fff;
	font-size: 12px;
	margin-bottom:0;
	text-align: center;
}

.socialLink{
	border:2px solid #fff;
	padding:10px;
}

.logoContainer,
.supportContainer{
	margin: 0 auto;
	max-width: 1060px;
	width: 100%;
}
.supportContainer{
	max-width:650px;
}
	.listenLogo,
	.supportLogo{
		display: block;
		float: left;
		margin: 20px;
		overflow:hidden;
		text-indent: -9999px;
	}
	.listenLogo{
		width:100%;
	}
		.listenLogo.iTunes{
			background:url(http://www.letsragetogether.co.za/wp-content/themes/html5blank-stable/img/iTunesLogo_blk.png) no-repeat 0 0;
			background-size: contain;
			height: 112px;
			max-width:112px;
			width: 90%;
		}
		.listenLogo.spotify{
			background:url(http://www.letsragetogether.co.za/wp-content/uploads/2019/08/spotify-podcast-badge-blk-grn-660x160.png) no-repeat 0 0;
			background-size: contain;
			height: 112px;
			max-width:460px;
			width: 90%;
		}
		.listenLogo.stitcher{
			background:url(http://www.letsragetogether.co.za/wp-content/uploads/2019/08/Stitcher_FullColor.png) no-repeat 0 0;
			background-size: contain;
			height: 112px;
			max-width:265px;
			width: 90%;
		}
		.listenLogo.pocketCasts{
			background:url(http://www.letsragetogether.co.za/wp-content/uploads/2018/05/pclogo-sonoswebsite.png) no-repeat 0 0;
			background-size:contain;
			height: 112px;
			max-width:337px;
			width: 90%;
		}
		.listenLogo.acast{
			background:url(http://www.letsragetogether.co.za/wp-content/uploads/2018/05/acast_black_logotype_R.png) no-repeat 0 0;
			background-size:contain;
			height: 112px;
			max-width:484px;
			width: 90%;
		}
		.listenLogo.podBean{
			background:url(http://www.letsragetogether.co.za/wp-content/uploads/2018/05/podbean_owler_20171011_160209_original.png) no-repeat 0 0;
			background-size:contain;
			height: 112px;
			max-width:350px;
			width: 90%;
		}
	
	.supportLogo.paypal{
		background:url(https://www.paypalobjects.com/webstatic/paypalme/images/pp_logo_small.png) no-repeat 0 0;
		height: 58px;
		margin-top: 70px;
		width: 237px;
	}
	.supportLogo.patreon{
		background:url(http://www.letsragetogether.co.za/wp-content/uploads/2018/04/downloads_wordmark_navy.png) no-repeat 0 0;
		height: 160px;
		width:331px;
	}

.buyMerch{
	margin:30px 0;
}
	.buyMerch img{
		display:block;
		float:left;
		max-width:325px;
		width:100%;
	}

/*------------------------------------*\
    PAGES
\*------------------------------------*/

.homePageSection{
	padding-bottom:160px;
	position: relative;
}

#home.homePageSection{
	background: #991d1d;
	height:100vh;
	padding-bottom: 0;
}

#about.homePageSection,
#subscribe.homePageSection{
	background: #cccccc;
}

.homePageSection #mc_embed_signup{
	background:#cccccc;
}

.downArrow{
	background:url(http://www.letsragetogether.co.za/wp-content/themes/html5blank-stable/img/downArrow.png);
	background:url(http://www.letsragetogether.co.za/wp-content/themes/html5blank-stable/img/downArrow.svg);
	bottom:60px;
	display: block;
	height: 32px;
	left: 0;
	margin-left:auto;
	margin-right:auto;
	position: absolute;
	right: 0;
	width: 58px;
}
	.downArrow.white{
		background:url(http://www.letsragetogether.co.za/wp-content/themes/html5blank-stable/img/downArrow_white.png);
		background:url(http://www.letsragetogether.co.za/wp-content/themes/html5blank-stable/img/downArrow_white.svg);
	}

.podcastEmbed{
	padding:0 30px;
}

.home #mc_embed_signup form{
	padding:0;
}
.home #mc_embed_signup input{
	border-radius: 0;
	display:block;
	margin:20px auto;
}
.home #mc_embed_signup input.email,
.home #mc_embed_signup input.button{
	margin:20px auto;
}
#mc_embed_signup label{
	text-align:center;
}
.home #mc_embed_signup .button{
	background-color: #991d1d;
}

/*------------------------------------*\
    IMAGES
\*------------------------------------*/



/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/

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

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

@media only screen and (min-width:320px) {
	.home ul li a,
	.nav ul li a{
		font-size:15px;
	}
	.header{
		left: 10px;
		top: 10px;
	}
	.logo-img {
		max-width:300px;
	}
	.listenLogo{
		margin:10px;
	}
	.supportLogo{
		float: none;
		margin: 0 auto;
	}
	.singlePostThumb img{
		position:static;
		top:auto;
		transform:none;
	}
}
@media only screen and (min-width:480px) {

}
@media only screen and (min-width:768px) {
	.home ul li a,
	.nav ul li a{
		font-size:20px;
	}
	.header{
		left: 30px;
		top: 30px;
	}
	.logo-img {
		max-width:500px;
	}
	.listenLogo{
		margin:20px;
	}
	.supportLogo{
		float: left;
		margin: 20px;
	}
	.singlePostThumb img{
		position:absolute;
		top:50%;
		transform:translateY(-50%);
	}
}
@media only screen and (min-width:1024px) {

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

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

}
@media only screen and (-webkit-min-device-pixel-ratio:1.5),
	   only screen and (min-resolution:144dpi) {

}

/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {

}
.bypostauthor {

}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}
