/*
Theme Name: TC Media Now
Author: Matt Curney
Author URI: http://matthewcurney.com/
*/

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,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{font-size:100%;font:inherit;padding:0;border:0;margin:0;vertical-align:baseline}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}table{border-collapse:collapse;border-spacing:0}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}.clear{clear:both}
.sticky{}.bypostauthor{}.wp-caption{}.wp-caption-text{}.gallery-caption{}.alignright{}.alignleft{}.aligncenter{}.screen-reader-text{clip:rect(1px, 1px, 1px, 1px);position:absolute !important}



body {
	margin: 0;
	padding: 0;
    	font-size: 12px;
	font-family: 'Roboto Condensed', sans-serif;
	font-family: 'Gothic A1', sans-serif;
    	background-color: #fafafa;
	color: #444;
}
a {
	color: #444;
}
h2,
.widget-title {
    margin: 15px 0;
    font-size: 1rem;
    line-height: 1.3rem;
    color: #444;
    margin-left: 2px;
    font-weight: 700;
}
.home #container {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    box-sizing: border-box;
    min-height: 100vh;
}
.featured-video {
	overflow: auto;
	text-align: center;
	width: 100%;
	min-height: 55vh;
	display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: center;
    justify-content: center;
}
.featured-video a {
	color: #fff;
	text-decoration: none;
max-width: 90%;
}
.featured-video a:hover {
text-decoration: underline;
}
.featured-video h3.title {
	font-size: 32px;
	line-height: 1.2;
	width: 500px;
	max-width: 100%;
	color: #fff;
	font-weight: 700;
	padding-bottom: 15px;
	text-shadow: 0px 0px 10px #444;
}
.social {
	margin: 0 0 15px 0;
}
.social a {
	display: inline-block;
    	padding: 10px 20px;
    	margin: 3px 0;
    	font-size: 17px;
    	text-decoration: none;
    	color: #fff;
    	width: 100%;
	box-sizing: border-box;
}
footer .social a {
	padding: 0 10px;
    	font-size: 20px;
    	line-height: 1;
    	width: auto;
	color: #444;
}
.footer-menu a {
	text-decoration: none;
}
.footer-menu a:hover {
	text-decoration: underline;
}
.social .facebook {
	background: #3b5998;
}
.social .twitter {
	background: #55acee;
}
.social .youtube {
	background: #bd081c;
}
form input {
	padding: 5px 10px;
	font-size: 16px;
	margin: 5px 0;
	max-width: 100%;
}
form textarea {
    	padding: 5px 10px;
    	min-width: 100%;
}
#header {
	width: 100%;
	height: 60px;
	background: #444;
    	text-align: center;
}
#header a {
	color: #efefef;
}
#search {
    	display: inline-block;
    	line-height: 60px;
    	width: 450px;
	vertical-align: top;
}
#site-title {
    padding-left: 0;
    width: 100px;
    height: 56px;
    box-sizing: border-box;
    display: inline-block;
    max-width: 20%;
    background: url(/wp-content/uploads/header-logo.png) no-repeat center center;
    background-size: auto 75%;
}
#site-title img {
	width: 100%;
	height: auto;
	cursor: pointer;
}
#site-title a {
	width: 100%;
	height: 100%;
	display: inline-block;
}
.menu-burger {
	display: none;
	cursor: pointer;
}
.menu-main-nav-container ul li {
	display: inline-block;
	padding: 0 13px;
}
.menu-main-nav-container ul li a {
    text-decoration: none;
    line-height: 60px;
    font-size: .7rem;
    font-weight: 700;
    text-transform: uppercase;
}
.menu-main-nav-container ul li a:hover {
	text-decoration: underline;
}
.main-content {
	width: 850px;
	max-width: 95%;
	margin: 40px auto;
}
.page-id-5 .entry-title {
	display: none;
}
#search input[type="text"] {
	border-radius: 3px;
   	 border: 1px solid #000;
    	letter-spacing: .5px;
    	padding: 5px;
    	width: calc(100% - 65px);
    	vertical-align: middle;
    	margin: 0 0 0 15px;
}
#search input[type="submit"] {
    	color: transparent;
    	background: transparent url(/wp-content/uploads/search-icon.png) no-repeat center center;
    	background-size: auto 100%;
    	height: 18px;
    	border: none;
    	outline: none;
    	width: 35px;
    	opacity: .8;
	cursor: pointer;
    	vertical-align: middle;
}
#search input[type="submit"]:hover {
	opacity: 1;
}
#social {
	display: inline-block;
    font-size: 18px;
    line-height: 60px;
    letter-spacing: 2px;
}
#social a {
    padding: 0 6px;
}
.categories {
    padding: 5px;
    box-shadow: 0px 0px 5px #999;
}
.categories ul {
	text-align: center;
}
.categories ul li {
    display: inline-block;
    padding: 15px;
    font-size: 1rem;
    line-height: 1;
    position: relative;
    min-width: 90px;
    font-weight: 700;
}
.categories ul li a {
	text-decoration: none;
}
.categories ul li a:hover {
	text-decoration: underline;
}	
.categories ul li ul {
	display: none;
    position: absolute;
	background: #fafafa;
	width: 100%;
    left: 0;
	z-index: 1;
	top: 100%;
}
.categories ul li ul li {
	display: block;
}
.categories ul li:hover ul {
	display: block;
}
.fa-chevron-down {
    font-size: 10px!important;
    padding-left: 5px;
}
.related-posts .post {
	width: calc(50% - 20px);
}
#container {
	width: 1000px;
    max-width: 100%;
    margin: 0 auto;
    padding: 10px 25px;
    box-sizing: border-box;
    min-height: 100vh;
}
#content {
max-width: 100%;

}
.tags a {
text-decoration: none;
color: #999;
}
.tags a:hover {
text-decoration: underline;
}
.tags {
padding-bottom: 15px;
text-decoration: none;
color: #999;
font-size: .9rem;
    line-height: 1.3rem;
}
.video {
    margin-bottom: 25px;	
line-height: 1.2;
}
#copyright {
	float: left;
	max-width: 50%;
	font-size: 13px;
	line-height: 1;
}
.footer-menu {
	float: right;
	max-width: 50%;
}
footer {
	overflow: auto;
}
footer .social {
	display: inline-block;
    margin: 0 25px;
    font-size: 15px;
	line-height: 1;
}
.footer-menu ul {
	display: inline-block;
}
.footer-menu ul li {
	display: inline-block;
	padding: 0 10px;
}
.single #content {
	float: left;
	width: 70%;
        padding-right: 25px;
	box-sizing: border-box;
}
.single #content iframe {
    width: 100%;
}
iframe {
	max-width: 100%;
}
.single #sidebar {
    float: left;
    width: 30%;
    margin-top: 15px;
    padding: 0;
    box-sizing: border-box;
}
.nav-previous a,
.nav-next a {
	font-size: 20px;
	line-height: 1;
	text-decoration: none;
}
.nav-previous a:hover,
.nav-next a:hover {
	text-decoration: underline;
}
.post {
    float: left;
    width: calc(33.3% - 6px);
    margin: 3px;
    height: 230px;
    max-width: 100%;
    vertical-align: top;
    box-sizing: border-box;
}
.post a {
	text-decoration: none;
}
.post .thumbnail {
    width: 100%;
    height: 140px;
}
.post h3 {
    margin: 15px 0;
    font-size: .9rem;
    line-height: 1.3rem;
    color: #444;
    margin-left: 2px;
    padding-right: 10%;
    max-height: 2.6rem;
    overflow: hidden;
    font-weight: 700;
}
#sidebar .post {
	width: 100%;
	margin: 0;
}
.more {
	clear: both;
    text-align: left;
    margin-bottom: 50px;
    margin-left: 5px;
}
.more a {
    text-decoration: none;
text-transform: uppercase;
font-weight: 700;
color: #999
}
.more .fa-arrow-right {
	padding-left: 5px;
}
.entry-content p {
    margin: 15px 0;
    font-size: 15px;
    max-width: 600px;
    line-height: 1.5;
}
.entry-title {
    font-size: 1.4rem;
    padding: 20px 0 10px;
    height: auto;
    font-weight: 700;
}
#nav-below {
	text-align: center;
	clear: both;
}
.nav-next, 
.nav-previous {
    display: inline-block;
    padding: 15px;
    font-size: 14px;
}
.menu-wrap {
    display: inline-block;
	vertical-align: top;
}
#menu {
	display: inline-block;
}
#footer {
    padding: 25px;
    background: #ccc;
}
.footer-ad, 
.homepage-ad {
    margin: 50px auto;
    width: 100%;
    box-sizing: border-box;
padding: 20px;
}

@media screen and (max-width: 1024px) {
	.menu-main-nav-container ul li {
		display: block;
	}
	.menu-burger {
	    display: inline-block;
	    vertical-align: top;
	    color: #fff;
	    font-size: 23px;
	    line-height: 60px;
	}
	.menu-wrap {
		display: none;
		position: absolute;
	    right: 0;
	    top: 55px;
	    background: #444;
	    width: 150px;
	    border-bottom-left-radius: 4px;
    	z-index: 1;
	}
	.post {
	    width: calc(50% - 20px);
	}
	.single #content, 
	.single	#sidebar {
		width: 100%;
	padding: 0;
	}
	#search {
		max-width: 40%;
margin: 0 10px;
	}
	.categories ul li {

	}
.categories ul li ul li {
	min-width: 0;
}	
}
@media screen and (max-width: 728px) {
.featured-video .post .thumbnail {
	min-height: 200px;
}
	.post,
	.related-posts .post {
		    width: 100%;
    margin: 0;
	}

}