/*
	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 */

p {
    padding-bottom: 25px;
}

ol{
	padding-left: 20px;
	padding-bottom:25px;
}

html {
	font-size:62.5%;
	width: 100%;

}
body {
	font:400 16px/1.6 'Montserrat', sans-serif;
	color:#444;
}
/* 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;
	font-weight: bold;
}
a:hover {
	color:red;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
	border:1px solid #04A4CC;
}

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

/* wrapper */
.wrapper {
	max-width:95%;
	width:95%;
	margin:0 auto;
	position:relative;
}
/* header */
.header {

}
/* logo */
.logo {

}
.logo-img {

}
/* nav */
.nav {


}
/* sidebar */
.sidebar {

}
/* footer */
.footer {

}

/*------------------------------------*\
    HOME PAGE
\*------------------------------------*/
.homeNewStream {
    background: #000;
    padding: 50px;
	text-align: center;
}

.homeNewStream ul {
    display: inline-flex;
}

.homeNewStream li {
    list-style: none;
    border-right: solid 1px #e50000;
    padding: 0px 50px;
    text-align: center;
}

.homeNewStream li:last-child {
    border-right: none;
}

.streamLogo {
    float: none;
    position: absolute;
    height: 100px;
    width: 120px;
    text-align: center;
    z-index: 99;
    margin: 0 3%;
}

.streamLogo:hover {
    opacity: .5;
}

.blackOverlay {
    opacity: .5;
	min-width: 200px;
	height: auto;
}

.homeNewStreamHeader {
    float: left;
    color: #FFF;
    display: inline-block;
    width: 100%;
	margin-bottom:25px;
}

.homeNewStreamHeader h2 {
    float: left;
    margin-right: 15px;
    margin-top: 15px;
}

.homeNewStreamHeader img {
    height: 80px;
    float: left;
}


.subscribeField {
    width: 75%;
    float: left;
}

.subscribeBtn {
    float: left;
    width: 24%;
    text-align: left;
	margin-left:1%;
}

input[type="submit"] {
    padding: 15px;
    border: 1px solid #3399cc;
    background: #3399cc;
    color: #FFF;
    font-weight: 800;
}

input[type="email"] {
    width: 75%;
    float: right;
    background: rgba(255,255,255,.2);
    border: #fff solid 1px;
    padding: 15px;
}


ul.postsbycategory {
    display: inline-flex;
    list-style: none;
}

li.postHome {
    width: 30%;
}

li.postHome:nth-of-type(even) {
    margin: 0% 5%;
}

a.readMoreBtn {
    background: red;
    color: #FFF;
    padding: 20px 30px;
    margin-top: 25px;
}

.postExcerptHome{
	width: 100%;
	margin-bottom: 25px;
}

ul.newsbycategory {
    list-style: none;
}

ul.newsbycategory li.postHome {
    width: 100%;
	margin: 0;
}

/*------------------------------------*\
    PAGE TEMPLATES
\*------------------------------------*/
.hero-content{
		width: 100%;
		background: radial-gradient(circle at 10% 20%, rgb(0, 0, 0, 1) 20%, rgb(64, 64, 64, .5) 90.2%);
		float: left;
		padding: 100px 0px;}	

.hero-content h1, .heroContentTraining h1{
	font-size: 5vw;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1em;
    color: #FFFFFF;
    text-shadow: -7px -3px 0px red;
    margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;}

.hero-content h3, .heroContentTraining h3 {
    color: #ccc;
}

.heroContentTraining{
	width: 100%;
	float: left;
	padding: 100px 0px;
}

.breadcrumbs {
    border-bottom: solid #000 1px;
    padding: 15px 0px;
    font-size: 12px;
}

span.breadcrumb_last {
    font-weight: bold;
}

.livestreamPageEmbed {
    width: 70%;
    float: left;
	margin-top: 50px;
}

.bodySidebar {
    float: left;
    width: 75%;
	margin-top: 50px;
}

.support-options li {
    background: #d1d1d1;
    line-height: 50px;
    padding-left: 20px;
    color: #fff;
    letter-spacing: .1em;
    text-transform: uppercase;
    margin-bottom: 4px;
    position: relative;
    cursor: pointer;
}

.support-options li:hover,.support-options li.active{background:#ffb500}
.support-options li:hover .amount, .support-options li.active .amount{background:#e59c00}


.bodySidebar ul {
    padding-left: 20px;
}

.topbutton {
     height:50px;
     width:50px;
     position:fixed;
     right:5px;
     bottom:5px;
     Z-index:1;
     background-image:url("https://cantv.org/wp-content/themes/CANTV/img/icons/scroll-top.svg");
     background-repeat:no-repeat;
     display:none;
}

/*------------------------------------*\
  SIDEBAR
\*------------------------------------*/

.sidebar {
    float: right;
    width: 20%;
	
}

.sidebar-widget {
    margin: 50px 0px;
}

.curriculumListingHeader {
    font-size: 1.2em;
    font-weight: 900;
    border-bottom: solid 10px red;
    padding-bottom: 5px;
}

ul.calendarListSidebar{
	list-style: none;
}

.classTitleSidebar, .classTitleSidebar a{
	font-weight: bold;
	color: #4a5767;
}

.classTitleSidebar a:hover{
	font-weight: bold;
	color: red;
}


ul.calendarListSidebar li { background: #cccccc; padding: 25px; }
ul.calendarListSidebar li:nth-child(odd) { background: #eeeeee; }

.calendarSidebar, .calendarSidebar .date, .calendarSidebar .time {
    font-size: 14px;
	color: #4a5767;
}

/*------------------------------------*\
  TRAINING POSTS & ARCHIVES
\*------------------------------------*/


.trainingLength {
    width: 100%;
    float: left;
    color: red;
    font-size: 1.5em;
    font-weight: 600;
}

.date,.dayOfWeek {
    color: #FFF;
    font-weight: 600;
}

.cost {
    color: red;
    font-weight: 600;
	margin-top:15px;
}

.trainingDetailsBody {
    width: 50%;
    float: left;
    font-size: 1.3em;
	padding:100px 0px;
}

.trainingDetailsImage {
    width: 40%;
    float: right;
}

.redButton {
    background: red;
    padding: 10px;
    margin: 20px 0px;
    float: left;
    color: #FFF;
    font-weight: 800;
}

.addtoany_shortcode{
	float: left;
	width:100%;
}

ul.calendarList {
    display: inline-flex;
    list-style: none;
    font-size: 14px;
    flex-wrap: wrap;
}

ul.calendarList li {
    width: 100%;
    background: #eee;
    margin: 10px;
    padding: 25px;
	color:#000;
}

.calendarList li .trainingLength {
    width: 100%;
    float: left;
    color: red;
    font-size: 14px;
    font-weight: 600;
}

.calendarList li .cost{
	margin: 15px 0px;}

.calendarList li h1{
	font-size: 1.2em;}

.calendarList li .date, .calendarList li .dayOfWeek{
	color:#444;
}

a.redBtn {
    padding: 10px;
    background: red;
    color: #FFF;
    font-weight: bold;
}

a.redBtn:hover {
    background: black;
}


/*------------------------------------*\
    Signature Program Archive Styles
\*------------------------------------*/

/*------------------------------------*\
   RealTalk
\*------------------------------------*/
#post-509 h2.episode-name a {
    color: #FFF;
}

#post-509 h2.episode-name a:hover {
    color: #fa35ab;
}

/*------------------------------------*\
   For The Culture
\*------------------------------------*/
#post-518 h4.episode-number {
	color:#f18721;
}
#post-518 h2.episode-name a {
    color: #FFF;
}

#post-518 h2.episode-name a:hover {
    color: #f18721;
}

/*------------------------------------*\
   Political Forum
\*------------------------------------*/
#post-526 h4.episode-number {
	color:red;
}

#post-526 h2.episode-name a {
    color: #FFF;
}

#post-526 h2.episode-name a:hover {
    color: navy;
}

/*------------------------------------*\
   Change Agents
\*------------------------------------*/
#post-534 h4.episode-number {
	color:#000000;
}
#post-534 h2.episode-name a {
    color: #FFF;
}

#post-534 h2.episode-name a:hover {
    color: #df6237;
}

/*------------------------------------*\
   In The Arena
\*------------------------------------*/
#post-499 h4.episode-number {
	color:#000000;
}
#post-499 h2.episode-name a {
    color: #FFF;
}

#post-499 h2.episode-name a:hover {
    color: #000000;
}

/*------------------------------------*\
   HushLoudly
\*------------------------------------*/
#post-413540 h4.episode-number {
	color:#c0da6a;
}

#post-413540 h2.episode-name a {
    color: #FFF;
}

#post-413540 h2.episode-name a:hover {
    color: #c0da6a;
}

/*------------------------------------*\
   Sistas Guide
\*------------------------------------*/
#post-413533 h4.episode-number {
	color:#b64736;
}

#post-413533 h2.episode-name a {
    color: #FFF;
}

#post-413533 h2.episode-name a:hover {
    color: #b64736;
}

/*------------------------------------*\
   Peace of Mind
\*------------------------------------*/
#post-413504 h4.episode-number {
	color:#FFF;
}

#post-413504 h2.episode-name a {
    color: #FFF;
}

#post-413504 h2.episode-name a:hover {
    color: #CCC;
}

/*------------------------------------*\
   DIY DEI
\*------------------------------------*/
#post-413555 h4.episode-number {
	color:#7e4328;
}

#post-413555 h2.episode-name a {
    color: #FFF;
}

#post-413555 h2.episode-name a:hover {
    color: #7e4328;
}


/*------------------------------------*\
    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;
}


/*------------------------------------*\
    Program Posts
\*------------------------------------*/
.embed-container { 
        position: relative; 
        padding-bottom: 56.25%;
        overflow: hidden;
        max-width: 100%;
        height: auto;
    } 

    .embed-container iframe,
    .embed-container object,
    .embed-container embed { 
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

.programContent-holder {
    float: left;
    width: 70%;
    margin-top: 50px;
}


.episodeName {
    color: #FFF;
    font-size: 2.5vw;
}

.airDate {
    margin: 15px 0px;
    font-size: 1.5vw;
}

.programContent {
    background: red;
    padding: 50px;
    color: #FFF;
    font-size: 1.5vw;
    margin-bottom: 50px;
}

/*------------------------------------*\
    Search Results
\*------------------------------------*/
ul.archiveList:nth-child(odd) {
    background: #ccc;
	padding:25px;
	margin:25px 0px;
}

ul.archiveList{;
	padding:25px;
	background-color: #EEE;
}

.archiveThumbnail {
    width: 400px;
    height: 225px;
    float: left;
    background: red url(https://visualredev.wpengine.com/wp-content/themes/CANTV/img/logo-white.svg) no-repeat;
    background-size: auto;
  background-position: center;
	margin-right: 25px;
	overflow: hidden;
	
}

.archiveThumbnail img {
	float: left;
}

.archiveMoreBtn a {
    background: red;
    padding: 10px 20px;
    margin-top: 25px;
    float: left;
    color: #FFF;
}

.archiveMoreBtn a:hover {
    background: black;
    color: #FFF;
}

.archiveResults {
    width: 70%;
    float: left;
}

.archiveSidebar {
    width: 30%;
    float: right;
	margin-top: 60px;
}

a.page-numbers {
    color: #444;
    background: #EEE;
    padding: 5px;
    margin: 10px 0px;
}

a.next.page-numbers, a.prev.page-numbers {
    color: red;
	font-weight: bolder;
	background: none;
}

.pagination {
    margin: 25px 0px;
}

.pagination a:hover{
	opacity: .5;
}

span.page-numbers.current {
    background: red;
    color: #FFF;
    padding: 5px;
    font-weight: bold;
}

/*------------------------------------*\
    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 {

}

/*------------------------------------*\
  News Posts
\*------------------------------------*/
.singleFeaturedImage {
    width: auto;
    max-height: 500px;
    overflow: hidden;
}

.singleFeaturedImage img {
    width: 100%;
}

.singleHeadline h1 {
    color: red;
	font-size: 35px;
}

.singleHeadline h4 {
    font-weight: 400;
    font-size: 20px;
}

.singleHeadline {
    margin-bottom: 25px;
    border-bottom: solid 5px red;
    padding-bottom: 25px;
}

.singleByline {
    margin-bottom: 25px;
}

.singleDate {
    font-size: 16px;
    font-weight: bold;
    color: grey;
}

.singleContent p {
    padding-bottom: 25px;
    font-size: 20px;
}

/*------------------------------------*\
    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;
	}
}


/* reset margins and paddign to zero */
* {
	margin: 0;
	padding: 0;
  }
  
  body {
	  overflow-x: hidden;
	  min-width: 100%;
  }

.mobile-header-container{
		display:none;
	}
  
  
  /* logo styles */
.logo {
    height: 100px;
    width: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 50px;
    position: absolute;
    top: 12px;
    right: 45%;
}
  
  
  
  
  /* social icons and containers */
  .social-header-container {
	background-color: white;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 125px;
	z-index: 1000;
  }
  
  .social-header-container {
	  display: flex;
	  flex-direction: row;
	  justify-content: space-between;
  }
  
  .social-header-container i {
	margin: 5px;
	font-size: 20px;
  
  }
  
  .social-links {
	color: black;
  }

.social-links:hover {
    color: red;
}
  
  .social-link-1 {
	  margin-left: 55px;
	  
	}
  
  .nav-container {
	color: white;
	text-decoration: none;
	display: block;
	justify-content: space-between;
	background-color: black;
	min-width: 100%;

  }
  
  /* adding space between the two sets of menu list items */
  .nav-container div {
	display: flex;
	justify-content: space-between;
	padding: 10px 40px;

  }
  
  .nav-menu-items {
  }
  
  /* styling both sets of lists */
  .nav-menu-items {
	display: flex;
	flex-direction: row;
  }
  
  .nav-item-styling {
	list-style: none;
  }
  
  .nav-item-styling a {
	color: white;
	text-decoration: none;
	list-style: none;
	font-weight: 600;
	font-family: sans-serif;
	padding: 10px;
	margin: 10px;
  }
  
  /* right side menu navigation bar (menu with icons) */
  .icon-nav-menu {
	z-index: 10000;
  }
  .icon-nav-menu a {
	text-decoration: none;
	color: white;
	font-size: 12px;
  }
  
  .icon-nav-menu li {
	text-decoration: none;
	color: white;
	margin: 0 10px;
  }

.icon-nav-menu li a:hover{
	color: red;
}
  
  .icon-nav-menu a {
	display: flex;
	justify-content: center;
	align-items: center;
  }
  
  .icon-nav-menu li i {
	padding: 0 5px;
	font-size: 20px;
  }

  
  .nav-icon-menu-styling {
	list-style: none;
  }
  
  .nav-icon-menu-styling a {
	text-decoration: none;
	list-style: none;
	font-weight: 600;
	font-family: sans-serif;
	font-size: 10px;
  }
  
  .dropdown-item {
	display: inline-block;
	justify-content: center;
	width: 100%;
  }
  
  .dropdown-border {
	border-bottom: gray solid 1px;
  }
  
  nav ul {
	position: relative;
	display: flex;
	align-items: center;
  }
  
  nav ul li {
	position: relative;
	list-style: none;
  }
  
  .dropdown-item a {
	/* padding: 0; */
	font-size: 12px;
	line-height: 50px;
	height: 100px;
	color: red;
	white-space: nowrap;
  }
  
  .dropdown-item a:hover {
	color: black;
	padding: 20px 0;
  }
  
  /* makes background white and font color red on hover */
  .sub-menu-parent:hover > a {
	background-color: white;
	padding-top: 21px;
	padding-bottom: 21px;
	color: red;
  }
  
  .sub-menu:hover {
	position: absolute;
  }
  
  /* dropdown animated menu on hover */
  nav > div > ul > li:hover > ul {
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	opacity: 1;
	z-index: -1;
  }
  
  /* dropdown animation properties */
  nav > div > ul > li > ul {
	flex-direction: column;
	position: absolute;
	left: 10px;
	top: 150%;
	z-index:-1;
	padding-bottom: 0;
	width: 250px;
	text-align: left;
	-webkit-transform: translate3d(0, -100%, 0);
	-ms-transform: translate3d(0, -100%, 0);
	transform: translate3d(0, -100%, 0);
	transition: 0.5s;
	transition-property: all;
	transition-duration: 0.5s;
	transition-timing-function: ease;
	transition-delay: 0s;
	background: white;
	color: black;
	opacity: 0;
	box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
	border-bottom: red solid 5px;
  }
  
  a {
	transition: 0.2s;
	transition-property: all;
	transition-duration: 0.2s;
	transition-timing-function: ease;
	transition-delay: 0s;
  }
  
  header {
	position: relative;
	z-index: 3;
  }

  header.sticky {
	position: fixed;
	z-index:999;
	top: 0;
	left: 0;
	width: 100vw;
  }
  
  /* sticky navigation settings below  */
  
  nav.sticky {
	color: white;
	text-decoration: none;
	display: block;
	justify-content: space-between;
	background-color: red;
  }


  
  
  
  nav.sticky ul li a {
	color: white;
	height: 100%;
  }
  
  nav.sticky ul li .sticky-hover {
	padding: 30px 15px;
  }
  
  nav.sticky ul li .sticky-hover:hover {
	color: red;
  }
  
  nav.sticky ul li a:hover {
	color: black;
  }
  
  /* Dropdown menu items on the sticky nav */
  nav.sticky ul li ul li a {
	color: red;
  }
  
  nav.sticky ul li ul li a:hover {
	color: black;
  }
  
  .toggle {
	display: none;
  }
  
  .toggle.sticky {
	display: flex;
	justify-content: flex-start;
	position: relative;
	left: 0;
	top: 0;
	height: 50px;
	width: 50px;
	margin-right: 30px;
  }
  
  nav.sticky > div > ul > li:hover > ul {
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	opacity: 1;
	z-index: -1;
  }
  
  nav.sticky > div > ul > li > ul {
	flex-direction: column;
	position: absolute;
	left: 10px;
	top: 200%;
	z-index: -1;
	padding-bottom: 0;
	width: 250px;
	text-align: left;
	-webkit-transform: translate3d(0, -100%, 0);
	-ms-transform: translate3d(0, -100%, 0);
	transform: translate3d(0, -100%, 0);
	transition: 0.5s;
	transition-property: all;
	transition-duration: 0.5s;
	transition-timing-function: ease;
	transition-delay: 0s;
	background: white;
	color: black;
	opacity: 0;
	box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
	border-bottom: red solid 5px;
  }
  

  
  .social-header-container.hide {
	display: none;
  }
  
  /* SEARCH BAR  */
  .search-wrapper {
	position: relative;
	transform: translate(-50%, -50%);
	top: 15%;
	right: 25px;
  }
  .search-wrapper.active {
  }
  
  .search-wrapper .input-holder {
	height: 50px;
	width: 50px;
	overflow: hidden;
	background: rgba(255, 255, 255, 0);
	border-radius: 6px;
	position: relative;
	transition: all 0.3s ease-in-out;
  }
  .search-wrapper.active .input-holder {
	width: 300px;
	border-radius: 50px;
	background: rgba(0, 0, 0, 0.5);
	transition: all 0.5s cubic-bezier(0, 0.105, 0.035, 1.57);
  }
  .search-wrapper .input-holder .search-input {
	width: 100%;
	height: 50px;
	padding: 0px 70px 15px 20px;
	opacity: 0;
	position: absolute;
	top: 0px;
	left: 0px;
	background: transparent;
	box-sizing: border-box;
	border: none;
	outline: none;
	font-family: "Open Sans", Arial, Verdana;
	font-size: 16px;
	font-weight: 400;
	line-height: 20px;
	color: #fff;
	transform: translate(0, 60px);
	transition: all 0.3s cubic-bezier(0, 0.105, 0.035, 1.57);
	transition-delay: 0.3s;
  }
  .search-wrapper.active .input-holder .search-input {
	opacity: 1;
	transform: translate(0, 10px);
  }

  .search-icon {
	  height: 30px;
	  width: 30px;
  }
  .search-wrapper .input-holder .search-icon {
	width: 55px;
	height: 55px;
	border: none;
	border-radius: 6px;
	background: white;
	padding: 0px;
	outline: none;
	position: relative;
	z-index: 2;
	float: right;
	cursor: pointer;
	transition: all 0.3s ease-in-out;
  }
  .search-wrapper.active .input-holder .search-icon {
	width: 40px;
	height: 40px;
	margin: 5px;
	/* padding-bottom: 4px; */
	border-radius: 30px;
  }
  
  
  
  .search-wrapper .input-holder .search-icon span {
	width: 18px;
	height: 18px;
	display: inline-block;
	vertical-align: middle;
	position: relative;
	transform: rotate(45deg);
	transition: all 0.4s cubic-bezier(0.65, -0.6, 0.24, 1.65);
  }
  .search-wrapper.active .input-holder .search-icon span {
	transform: rotate(-45deg);
  }
  .search-wrapper .input-holder .search-icon span::before,
  .search-wrapper .input-holder .search-icon span::after {
	position: absolute;
	content: "";
  }
  .search-wrapper .input-holder .search-icon span::before {
	width: 4px;
	height: 9px;
	left: 7px;
	top: 18px;
	
	border-radius: 2px;
	background: black;
  }
  .search-wrapper .input-holder .search-icon span::after {
	width: 19px;
	height: 19px;
	left: 0px;
	top: 0px;
	border-radius: 16px;
	border: 4px solid black;
  }
  .search-wrapper .close {
	position: absolute;
	z-index: 1;
	top: 15px;
	right: 20px;
	width: 25px;
	height: 25px;
	cursor: pointer;
	transform: rotate(-180deg);
	transition: all 0.3s cubic-bezier(0.285, -0.45, 0.935, 0.11);
	transition-delay: 0.2s;
  }
  .search-wrapper.active .close {
	right: -50px;
	transform: rotate(45deg);
	transition: all 0.6s cubic-bezier(0, 0.105, 0.035, 1.57);
	transition-delay: 0.5s;
  }
  .search-wrapper .close::before,
  .search-wrapper .close::after {
	position: absolute;
	content: "";
	background: black;
	border-radius: 2px;
  }
  .search-wrapper .close::before {
	width: 5px;
	height: 25px;
	left: 10px;
	top: 0px;
  }
  .search-wrapper .close::after {
	width: 25px;
	height: 5px;
	left: 0px;
	top: 10px;
  }
  
  ::placeholder { 
	  color: white;
  }
  
  /* This is all the footer styles */
  footer {

	  width:100%;
	  background-color: rgba(74,87,103,255);
	  font-family: 'Montserrat', sans-serif;
  }
  
  .footer-logo {
	  height: 50px;
	  width: 50px;
	  margin: 10px;
}
  
  .footer-container{
	  display: flex;
	  flex-direction: row;
	  justify-content: space-between;
	  width: 100vw;
	  margin: 0px 55px;
	  padding-right: 30px;
  }
  
  .footer-para{
	  margin: 10px;
	  color: #e5e5e5;
	  font-size: 14px;
  }

.learn-more {
    width: 40%;
}
  
  .learn-more-btn {
	  margin: 10px;
	  color: rgba(74,87,103,255);
	  background-color: #e5e5e5;
	  font-weight: bold;
	  padding: 10px 15px;
	  border: none;
	  cursor: pointer;
	  transition: all 0.2s ease-in-out;
  }

.learn-more-btn:hover {
	background-color: red;
	box-shadow:  0 5px 15px rgba(red, .7);
}
.learn-more-btn:hover a{
	color: #FFFFFF;}
  
  .footer-nav {
	  background-color: red;
	  height: 75px;
	  display: flex;
	  flex-direction: row;
	  justify-content: space-evenly;
	  align-items: center;
	  list-style: none;
  
  }
  
  .footer-nav-list {
	  display: flex;
	  flex-direction: row;
	  justify-content: space-evenly;
	  list-style: none;
  }
  
  .footer-nav-list li a{
  text-decoration: none;
  color: #e5e5e5;
  font-weight: 700;
  font-size: 14px;
  margin: 25px;
  font-family: "Poppins", sans-serif;
  }

 .footer-nav-list li a:hover{
  color: #fff;
	 font-weight: 900;
  }
  
  .contact-info {
	  display: flex;
	  flex-direction: row;
	  margin: 10px 0px 10px 0;
	  color: #e5e5e5;
  }
  
  .contact-info i{
	  margin-right: 15px;
  }
  
  .address-container {
	  width: 50%;
	  margin-bottom: 10px;
  }
  
  .contact-us-title {
	  margin: 10px 0 20px 0;
	  color: #e5e5e5;
  }
  
  .social-square-icons a{
	  font-size: 40px;
	  color: #e5e5e5;
	  cursor: pointer;
	  text-decoration: none;
	  margin: 3px;
  }

 .social-square-icons a:hover{
	  color: red;
  }

.copyright{
	background: #000;
	text-align: center;
	color:#FFF;
	font-size: 13px;
	padding:15px 0px;
}

  /* TODO testing bg image  */
  .banner {
	position: relative;
	width: 100%;
	height: 100vh;
	background-color: darkgrey;
	background-size: cover;
  }

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

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

	
	.mobile-header-container{
		width:100%;
		background-color:#000;
		min-height:100px;
		display: inline-block;
	}
	
	
	.logoMobile {
    height: 100px;
    width: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    margin:0 auto;
    top: 0px;
}
	
ul.postsbycategory {
    display: inline;
    list-style: none;
	margin: 0% 5%;
}

li.postHome {
    width: 100%;
	margin: 10% 0%;
}

li.postHome:nth-of-type(even) {
    margin: 10% 0%;
}	

a.readMoreBtn {
    background: red;
    color: #FFF;
    padding: 20px 30px;
    margin-top: 25px;
}
	
.social-header-container {
    display: none;
}
	.nav-container{
		display: none;
	}
	.learn-more {
    text-align: center;
    width: 100%;
}
	.footer-para {
    width: 75%;
    margin: 10px auto;
    color: #e5e5e5;
    text-align: center;
}
	
.footer-container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    margin: 0px;
    padding-right: 0px;
}
	.contact-container {
text-align: center;
	}

	.contact-info {
    display: flex;
    flex-direction: column;
    margin: 10px 0px 10px 0;
    color: #e5e5e5;
    text-align: center;
}
	.address-container {
    width: 100%;
    margin-bottom: 10px;
}
	
	.homeNewStream ul {
    display: inline-flex;
    flex-direction: column;
}
	.homeNewStream li {
    list-style: none;
    border-bottom: solid 1px #e50000;
    padding: 25px 0px;
    border-right: none;
}
	
	.streamLogo {
    float: none;
    position: absolute;
    height: 200px;
    width: 120px;
    z-index: 99;
    margin: 1% 5%;
}
	.livestreamPageEmbed {
    width: 100%;
    float: left;
    margin-top: 50px;
}
	.sidebar {
    float: left;
    width: 100%;
}

	.sidebar-widget {
    text-align: center;
    margin: 50px auto;
}
	.bodySidebar {
    width: 100%;
}
	ul.calendarList li {
		width: 100%;}

	.hero-content h1, .heroContentTraining h1{
	font-size: 10vw;
	text-align: center;}

.hero-content h3, .heroContentTraining h3 {
    font-size: 5vw;
	text-align: center;}
}

.footer-nav{
	display:none;
}
@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) {

}