/*
 Theme Name:   SCRN Child
 Theme URI:    http://bemcalavera.com
 Description:  SCRN Child Theme
 Author:       Joshua CT
 Author URI:   http://bemcalavera.com
 Template:     SCRN
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  SCRN-child
*/

#intro .bg1
{
	opacity:0 !important;
}

nav ul
{
	padding-top:0;
}

nav ul li
{
	padding:9px 26px 1px 26px;
}

nav ul li a,
nav ul li a:link,
nav ul li a:visited
{
	color:#fff;
}

nav ul li a:hover
{
	color:#444;
}

h3
{
	font-size:1em;
	text-align:left;
}

strong
{
	color:inherit;
}

nav
{
	background-color: #e32;
	color:#fff;
}

nav li
{
	border-color:#fff;
	color:#fff;
}

.title 
{
    padding-top: 0px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    height: 100%;
}

.title > img
{
	max-width: 90vw;
	width:320px;
}

.social-intro
{
	margin-top:0;
}

.event .location
{
	display:block;
}

.time:before
{
	content: "H "; 
}

#next-tour-dates #cal_title
{
	display:none;
}

#video h2
{	
	color:#fff;
}

@media only screen and (max-width: 1024px) {
	.title
	{
		padding-top:0px;
	}

}
@media only screen and (max-width: 479px) {
	.title
	{
		padding-top:0px;
	}
}