/* ---- Place your custom styles below ---- */

.content-part iframe
{
    max-width: 100%;
}

.social-module .social-tooltip
{
    color: #FFF;
    text-shadow: 0 1px 0 #444;
}

.social-module
{
    margin-top: 20px;
}

.social-module li
{
    margin-left: 26px;
}

#ClosedCaptioning {
	margin-top: -15px;
	margin-bottom: 10px;
}

#header
{
    /*background-color: #008CE1;*/
	background-color: #111;
}

#header-search {
	margin-top: 40px;
}

#header .pad {
	padding: 10px 0px;
}

#logo a img {
	max-height: 75px;
}

.body-wrapper{
	background-color: #111;
}

#footer{
	background-color: #222;
}

#nav-subheader.nav-container
{
    text-shadow: none;
    /*background: #444;
    border: 1px solid #444;*/
	background: #008CE1;
	border: 1px solid #008CE1;
    -moz-box-shadow: 0 -1px 0 #0081d0, inset 0 -1px 0 rgba(0,119,191,0.5);
    -webkit-box-shadow: 0 -1px 0 #0081d0, inset 0 -1px 0 rgba(0,119,191, 0.5);
    box-shadow: 0 -1px 0 #0081d0, inset 0 -1px 0 rgba(0,119,191, 0.5);
}

@media only screen and (min-width: 720px)
{
    #nav-subheader .nav > li
    {
        border-right: 1px solid #0081d0; /*373737;*/
    }

    #nav-subheader .nav li a
    {
        color: #FFF;
    }

    #nav-subheader .nav li > a:hover, #nav-subheader .nav li:hover > a
    {
        color: #EEE;
    }

    #nav-subheader .nav > li > a:hover, #nav-subheader .nav > li:hover > a
    {
        background: #0081d0; /*333;*/
    }

    #nav-subheader .nav ul
    {
        background: #0081d0; /*333;*/
    }

    #nav-subheader .nav li.current_page_item,
    #nav-subheader .nav li.current-menu-item,
    #nav-subheader .nav li.current-menu-ancestor,
    #nav-subheader .nav li.current-post-parent
    {
        background: #0081d0; /*333;*/
    }

        #nav-subheader .nav li.current_page_item > a,
        #nav-subheader .nav li.current-menu-item > a,
        #nav-subheader .nav li.current-menu-ancestor > a,
        #nav-subheader .nav li.current-post-parent > a
        {
            color: #EEE;
        }
}

.sidebar-content li.proper_linked_image_widget {
	float: left;
	height: 50px;
}

.sidebar-content li .proper-image-widget {
	width: 130px;
}

@media only screen and (max-width: 719px)
{
    #header-search input.search
    {
        display: none;  
    }
}

.cinemabilityVideo h3,
#newsHome
{
    font-family: "Fjalla One", sans-serif;
    line-height: 18px;
    margin-bottom: 20px;
    color: #444;
    font-size: 16px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    text-transform: uppercase;
}

    .cinemabilityVideo h3 .videoSubtitle,
    #newsHome .videoSubtitle
    {
        color: #999;
    }

.cinemabilityVideo iframe
{
    margin-bottom: 20px;
    max-width: 100%;
}

.cinemabilityVideo p
{
    margin: 10px 0px;
}
/* Home Page buttons Host/Find a screening*/
#screeningButtons
{
    text-align: center;
}

    #screeningButtons a:hover
    {
        color: #FFF;
    }

    #screeningButtons a.button:hover
    {
        background-color: #15a7ff;
    }

    #screeningButtons a.button.dark:hover
    {
        background-color: #666;
    }

	
	#nav-footer.nav-container {
		background: #008CE1; /*333;*/
		border-top: 1px solid #008CE1; /*393939;*/
		color: #FFF;
	}
	
	#nav-footer .nav li a {
		color: #FFF;
	}
		
	#nav-footer .nav > li > a:hover, #nav-footer .nav > li:hover > a {
		background: #0081d0 !important;
	}

	
	@media only screen and (min-width: 720px){
		#nav-footer .nav > li:first-child {
			border-left: 1px solid #0081d0;
		}

		#nav-footer .nav > li {
			border-right: 1px solid #0081d0;
		}
	}