/*
Theme Name: VeggieTales
Author: D13
Author URI: http://division13.com/
Version: 1.0
*/

@import url('library/bootstrap/css/bootstrap.css');
#content-wrapper,
html{
    height: 100%;
}
a,
a:hover {
    text-decoration:none;
}

hr.style-two {
    border: 0;
    height: 1px;
    background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); 
    background-image:    -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); 
    background-image:     -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); 
    background-image:      -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); 
}
#general-body{
    background: url('library/images/bg_main_body.png');
}
#general-body >#content-wrapper.container{
    padding: 0 23px 50px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 0px 0px 20px 0px #000;
    -moz-box-shadow: 0px 0px 20px 0px #000;
    box-shadow: 0px 0px 20px 0px #000;
}
.full-width { width:100%; }
.forceMarginTopZero{ margin-top:0px !important; }
.block-top-space { margin-top:8px; }
.redirect-link {cursor:pointer;}

/*#wpadminbar {display:none;}*/

/* bootstrap ############################ 
######################################### */
.carousel { margin-bottom: 20px; }

.carousel-indicators {
    left:auto;
    right:10%;
    bottom:0px;
    text-align:right;
    z-index: 1;
}
.carousel-indicators li,
.carousel-indicators .active {
    width:15px;
    height:15px;
    margin:0px;
    margin-left:10px;
    border: 3px solid #fe0103;
    background-color:#fe0103;
}
.carousel-indicators .active {
    background-color:#b00002;
}
.carousel-control-custom {
    position:absolute;
    top:45%;
}
.carousel-control-custom.left {
    left:20px;
}
.carousel-control-custom.right {
    right:20px;
}

.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 3px;
    padding-left: 3px;
}
.col-xs-5ths {
    width: 20%;
    float: left;
}
@media (min-width: 768px) {
    .col-sm-5ths {
        width: 20%;
        float: left;
    }
}
@media (min-width: 992px) {
    .col-md-5ths {
        width: 20%;
        float: left;
    }
}
@media (min-width: 1280px) {
    .col-lg-5ths {
        width: 20%;
        float: left;
    }
}
/*END Bootstrap ######################### */


/* Mobile Nav ###########################
######################################### */
#mobile-nav-wrapper {
    -webkit-transition: -webkit-transform 500ms ease;
    -moz-transition: -moz-transform 500ms ease;
    -ms-transition: -ms-transform 500ms ease;
    -o-transition: -o-transform 500ms ease;
    transition: transform 500ms ease;

    position:absolute;
    top:0px;
    left:-300px;
}
.mobile-nav-move-right {
    -webkit-transform: translate3d(300px, 0, 0);
    -moz-transform: translate3d(300px, 0, 0);
    -ms-transform: translate3d(300px, 0, 0);
    -o-transform: translate3d(300px, 0, 0);
    transform: translate3d(300px, 0, 0);
}

.mobile-nav-move-left {
    -webkit-transform: translate3d(-300px, 0, 0);
    -moz-transform: translate3d(-300px, 0, 0);
    -ms-transform: translate3d(-300px, 0, 0);
    -o-transform: translate3d(-300px, 0, 0);
    transform: translate3d(-300px, 0, 0);
}

#content-wrapper {
    -webkit-transition: -webkit-transform 500ms ease;
    -moz-transition: -moz-transform 500ms ease;
    -ms-transition: -ms-transform 500ms ease;
    -o-transition: -o-transform 500ms ease;
    transition: transform 500ms ease;
    
    position:relative;
    top:0px;
    left:0px;
    background-color: #fff; /* This is the background color of the body content */
}

.move-right {
/*
    -webkit-transform: translate3d(84%, 0, 0);
    -moz-transform: translate3d(84%, 0, 0);
    -ms-transform: translate3d(84%, 0, 0);
    -o-transform: translate3d(84%, 0, 0);
    transform: translate3d(84%, 0, 0);
*/
    
    -webkit-transform: translate3d(300px, 0, 0);
    -moz-transform: translate3d(300px, 0, 0);
    -ms-transform: translate3d(300px, 0, 0);
    -o-transform: translate3d(300px, 0, 0);
    transform: translate3d(300px, 0, 0);
}

.move-left {
    -webkit-transform: translate3d(0%, 0, 0);
    -moz-transform: translate3d(0%, 0, 0);
    -ms-transform: translate3d(0%, 0, 0);
    -o-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
}
/*END Mobile Nav ######################### */

/* Header
########################################### */
#logo {
    padding-top:10px;
    position:relative;
    z-index:2;
}
#nav {
    position:relative;
    left:-1.3%;
    z-index:1;
}
#header-ul #nav > ul { margin-left: 25px; }
#nav > ul > li { margin: 5px 3px 0; }
ul#header-ul,
#header-ul ul{
    list-style:none;
    padding:0px;
    position: relative;
    margin:3px 0 0;
}
#header-ul li {
    float:left;
}
#header-ul #nav > ul {
margin-left: 70px;
margin-top: 16px;
}
#nav li {
    width:126px;
    margin-left:2px;
}
#nav li.nav-li-item {
    height:71px;    
    width: 104px; 
}
#logo { margin-bottom: 10px;}
#nav img {
    width:100%;
}
.nav-item,
.nav-item-overlay {
    position:absolute;
    top:0px;
}
.nav-item-overlay.off {
    visibility: hidden;
}

.nav-sub {
    background-color: #fff;
    float: left;
    position: relative;
    margin-top: -6px !important;
    top: 75px;
    display:none;
}
.nav-sub li {
    /*height:30px !important;*/
    margin-left:-20px !important;
    margin-top:3px;
    background-color:#ccc;
    text-align:center;
    padding:6px;
}
.nav-sub a {
    color:#fff;
    font-size:15px;
}

ul.mobile-nav-sub {
    margin:0px;
    padding:0px;
}
.mobile-nav-sub {
    background-color: #fff;    
}
.mobile-nav-sub li {
    text-align:left;
    padding:8px 20px;
}
.mobile-nav-sub a {
    color:#fff;
    font-size:18px;
}

#social-icon {
    padding-top:2%;
}
#social-icon ul{
    float:left;
}
#social-icon li {
    padding-left: 10px;
}
#newsletter-signup {
    padding-top:20%;
    text-align:center;
}

#mobile-nav-bar {
    margin-top:10px;
    margin-bottom: 30px;
}
#mobile-nav-bar ul {
    margin:0px;
    padding:0px;
    height:50px;
    background-color:#ff7900;
}
#mobile-nav-bar li {
    float:left;
    height:50px;
    list-style:none;
}
#mobile-nav-space {
    width:2px;
    display: none;
    background-color:#fff;
}
#mobile-social-container {
    text-align:center;
}
#mobile-social-container ul {
    position:relative;
    top:3px;
}
#mobile-social-container ul,
#mobile-social-container li {
    height:30px;
}
#mobile-social-container li {
    margin-left:10px;
}
#mobile-newsletter-signup {
    font-size:12px;
    padding-top:3px;
}

/* Footer
########################################### */
#footer {
    position: fixed;
    bottom: 0px;
    z-index: 2;
}
#footer .container {
   /* background-color:#e93434;*/
   background-color:#e67f43;
    color: #fff;
    text-align:center;
    padding:5px 0px;
    width: 100%;
    /*margin-top: 8px;*/
}
#mobile-social-container ul {
    display: none;
}
#footer a {
    color:#fff;
   
}

#privacy{
     font-size: 1.3em;
}

/* Main
########################################### */
#main .main-wrapper {
    margin-top:2px;
}
#main .container {
    padding-bottom:3%;
    min-height:600px;
}

/* Homepage
########################################### */
#banner-container {
    margin-top:8px;
}
#hp-mobile-banner .col-xs-12{
    margin-bottom:8px;
}

/* Popup
########################################### */
.lightbox-popup,
.lightbox-popup .lightbox-overlay,
#popup-overlay-container,
#popup-overlay-bg,
#popup-overlay-content {
    position:fixed;
    top:0px;
    left:0px;
    width:100%;
    height:100%;
    z-index:10;    
}
.lightbox-popup,
#popup-overlay-container {
    display:none;
}
.lightbox-popup .lightbox-overlay,
#popup-overlay-bg {    
    background-color:#000;
    opacity: 0.5;
    filter: alpha(opacity=50); /* For IE8 and earlier */
}
#popup-overlay-content {
}

.lightbox-popup .lightbox-content-inner{
    position: absolute;
    width: 40%;
    max-width: 1000px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 11;
}
.lightbox-popup .lightbox-content{
    padding: 30px;
    background: transparent;
}
.lightbox-popup .close-btn{
    color: #fff;
    position: absolute;
    top: 0;
    right: 10px;
    font-size: 40px;
    line-height: 40px;
    cursor: pointer;
}
/* Redirect overlay
########################################### */
#redirect-overlay-container {
    position:fixed;
    top:0px;
    left:0px;
    width:100%;
    height:100%;
    background-color:#fff;    
    z-index:9999999;
    display:none;
}
.mobile-hp-content-links{
    display: none;
}

/* Media Queryies
################################################# */
@media only screen and (max-width: 1289px) {

    #general-body #logo img {
        width:190px;
    }
    #general-body #nav li.nav-li-item,
    #general-body #nav img {
        width:85px;
        height:68px;
    }
    #general-body #nav li {
        width:85px;
    }
    #general-body #social-icon img {
        width:22px;
    }
    #general-body #social-icon li {
        padding-left: 5px;
    }
    #general-body #newsletter-signup {
        font-size:10px;
    }
    
    .nav-sub {
        top:74px;
    }
    .nav-sub li {
        margin-top:2px;
        padding:6px;
    }
    .nav-sub a {
        font-size:12px;
    }
    #header-ul #nav > ul { margin-left: 25px; margin-top: 5px; }
}

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

    #general-body #logo img {
        width:110px;
    }
    #general-body #nav li.nav-li-item,
    #general-body #nav img {
        width:63px;
        height:52px;
    }
    #general-body #nav li {
        width:70px;
    }
    #general-body #social-icon img {
        width:18px;
    }
    #general-body #social-icon li {
        padding-left: 5px;
    }
    #general-body #newsletter-signup {
        font-size:8px;
    }
    #main .container {
        padding-bottom: 5%;
    }
    
    .nav-sub {
        top:57px;
    }
    .nav-sub li {
        padding:5px;
    }
    .nav-sub a {
        font-size:9px;
    }

}

@media only screen and (max-width: 767px) {
    .container{
        padding-left: 0;
        padding-right: 0;
    }
    #banner-container{
        margin-left: 0;
        margin-right: 0;
    }
    #main .main-wrapper{
        padding: 0 15px;
    }
    #general-body,
    body{
        background: #b5e448;
        padding: 0;
    }
    #content-wrapper{
        background: #ffffff;
        overflow: visible;
        padding: 20px 0 0;
        
    }
    #mobile-nav-wrapper{
        height: 100%;
        background: #fc781f;
    }
    #content-wrapper:after{
        content:'';
        clear: both;
        display: block;
    }
    .mobile-nav-container a{
        color: #fff;
        font-size: 18px;
        line-height: 45px;
        padding: 5px 55px 5px 15px;
        position: relative;
        display: block;
    }
    .mobile-nav-container a:after{
        content:'';
        position: absolute;
        right: 29px;
        top: 50%;
    }
    .mobile-nav-container li.hasChild a:after{
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        background: url('library/images/mobile-nav-arrow.png') 0 0 no-repeat;
        -webkit-background-size: 100% auto;
        background-size: 100% auto;
        width: 15px;
        height: 25px;
        -webkit-transition:all 0.5s ease-in-out;
        -moz-transition:all 0.5s ease-in-out;
        -ms-transition:all 0.5s ease-in-out;
        -o-transition:all 0.5s ease-in-out;
        transition:all 0.5s ease-in-out;
    }
    .mobile-nav-container li.hasChild a.open-submenu:after{
        top: 25%;
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        transform: rotate(90deg);
    }
    .mobile-nav-sub li{
        padding: 0;
    }
    .mobile-nav-container >li >a +.mobile-nav-sub{
        max-height: 0;
        margin-left: 20px;
        overflow: hidden;
        -webkit-transition:all 2s ease-in-out;
        -moz-transition:all 2s ease-in-out;
        -ms-transition:all 2s ease-in-out;
        -o-transition:all 2s ease-in-out;
        transition:all 2s ease-in-out;
    }
    .mobile-nav-container >li >a +.mobile-nav-sub a{
        color: #e82b27;
    }
    .mobile-nav-container >li >a.open-submenu +.mobile-nav-sub{
        max-height: 1000px;
    }
    ul#header-ul, #header-ul ul{
        width:calc(100% - 80px );
        position: absolute;
        top: 15px;
        right: 11px;
    }
    #mobile-nav-bar li#mobile-nav-btn{
        margin-left: 3px;
        border:0px solid #fff;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    #mobile-nav-bar li#mobile-nav-btn img{
        height: 100%;
        width: auto;
    }

    #general-body #logo {
        text-align:center;
        width: 100%;
        padding-top: 0;
    }
    #general-body #logo img {
        max-width: 200px;
        width: 100%;
        margin-top: -15px;
        margin-left: -40px;
    }
    #main .container {
        padding-bottom: 0%;
    }
    #mobile-social-container ul, #mobile-social-container li{
        height: auto;
    }
    #footer { position: relative; }
    #footer #mobile-social-container{
        display: block;
    }
    #mobile-social-container ul{
        display: block;
        margin-top: 45px;
        overflow: hidden;
        list-style: none;
        position: static;
        padding: 0;
        text-align: center;
    }
    #mobile-social-container li{
        display: inline-block;
        vertical-align: middle;
        max-width: 64px;
        margin:0 10px;
    }
    #mobile-social-container li img{
        width: 100%;
        max-width: 100%;
        height: auto;
    }
    #footer .container{
		color:#000000;
        margin-top: 23px;
        position: relative;
        background-color: transparent;
        /*background: url('library/images/bg_footer1.png') 0 0 repeat-y;*/
        -webkit-background-size: 100% auto;
        background-size: 100% auto;
    }
	#footer a:link{
		color:#000000;
    }
    #footer .container:before{
        content:'';
		color:#000000;
        width: 100%;
        height: 23px;
        margin-top: -23px;
        /*background: url('library/images/bg_footer2.png') 0 0 no-repeat;*/
        -webkit-background-size: 100% 23px;
        background-size: 100% 23px;
    }
    .mobile-nav-container{
        list-style: none;
        padding: 0;
        margin: 0;
        width: 300px;.
    }
    .email-updates-form-wrapper{
        margin-left: 0 !important;
        top: 64px !important;
    }
    .mobile-sign-link{
        padding: 10px 20px;
        display: block;
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        background: #fff;
        color: #fc781f !important;
        overflow: hidden;
        font-size:20px;
        line-height: 44px;
    }
    .mobile-sign-link .tal{
        float: left;
    }
    .mobile-sign-link >div{
        overflow: hidden;
    }

    .mobile-sign-btn{
        color: #fff !important;
        float: right;
        text-transform: uppercase;
        display: inline-block;
        vertical-align: middle;
        padding: 0 20px;
        background: #fc781f;
    }
    #hp-mobile-banner,
    .desktop-item{
        display: none;
    }
    .mobile-hp-content-links{
        display: block;
        list-style: none;
        padding: 0;
        margin: 0;
    }
    .mobile-hp-content-links a{
        display: block;
    }
    .mobile-hp-content-links li{
        margin: 0 0 10px;
        /*-webkit-box-shadow: 2px 2px 0 0 #78992c;
        -moz-box-shadow: 2px 2px 0 0 #78992c;
        box-shadow: 2px 2px 0 0 #78992c; */
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
    }
    .mobile-hp-content-links img{
        max-width: 100%;
        display: block;
    }
    #squared-hp-blocks{
        display: none;
    }
}

@media only screen and (max-width: 479px) {    
    #main .container {
        padding-bottom: 0%;
    }
    .carousel-control-custom { 
	display: none; 
    }
}

@media only screen and (max-width: 319px) {        
    #general-body #logo img {
        width:100%;
    }
    
    #mobile-social-container img {
        width:25px;
    }
    
    #mobile-social-container ul {
        padding-left:14% !important;
    }
}

.full-width-exit {
	width: 100%;
	background: url('library/images/exit.jpg');
}

.exit-container {
	position: relative;
	left: 17%;
	width: 24%;
}

#exit_copy{
    padding: 40px;
}

#exit_text{
    font-size: 2em;
    color: #e93434;
}
#exitbutton a{
    color: #fff;
    background-color: #e93434;
}

#exit_text_404{
    padding: 40px;
    font-size: 2em;
    color: #e93434;
     font-weight: 900;
}

#notfound_char{
    margin-top: 40px;
}

/**
 * Contest styles
 */
.orange-bg {
    background: url('assets/contest-bg.jpg') repeat;
    padding: 0 40px;
}

.noah-bg {
    background: url('assets/noah-bg.jpg') repeat;
    padding: 0 40px;
}

.content-bg {
    background: rgba(255, 255, 255, .7);
    padding: 15px 50px 15px 50px
}

.title-bg {
    background: url('assets/VT_SingAlong_logo.png') no-repeat;
    color: #e67f43;
    font-size: 34px;
    padding: 47px;
    max-width: 520px;
    margin: 0 auto;
}

.contest-enter {
    color: white;
    background: #e67f43;
    padding: 10px 12px;
    font-size: 24px;
    border-radius: 2px;
    opacity: .9;
    margin: 20px auto;
    display: block;
    max-width: 168px;
}

.contest-enter:hover { 
    color: #fff;
    opacity: 1;
    text-decoration: none;
}

.radio-contest label { 
    font-weight: normal;
}

.radio-contest .wpcf7-list-item {
    display: block;
}

.req {
    color: #e67f43;
}

#wpcf7-f1069-p1070-o1 p { 
    margin-bottom: 0;
    padding-bottom: 0;
}

.wpcf7-form input,
.wpcf7-form textarea {
    border: 1px solid #ccc;
    padding: 5px;
}

.wpcf7-submit {
    color: white;
    background: #e67f43;
    padding: 10px 12px !important;
    border: 0 !important;
    font-size: 16px !important;
    border-radius: 2px;
    opacity: .9;
    display: block;
}
.wpcf7-mail-sent-ok {
    display: block;
    z-index: 9999;
    position: relative;
    margin-top: -146px;
    margin-left: -1px;
}
.wpcf7-mail-sent-ok p { 
    padding-bottom: 5px;
    padding-top: 5px;
}
.wpcf7-mail-sent-ok .centered {
    text-align: center; 
}

/* Sing a Silly Song Votes */
.silly-song-vote h3 {
    margin: 20px 0 35px;
    text-align: center;
}

.silly-song-vote .row img {
    display: block;
    height: auto !important;
    margin-bottom: 15px;
    width: 100%;
}

.silly-song-vote .row div {
    text-align: center;
    padding-right: 6%;
}

.wp-polls {
    max-width: 380px;
    background: #fff;
    padding: 20px 15px 15px;
    margin: 30px auto;
    border: 2px solid #ccc;
    border-radius: 6px;
}

.wp-polls-ul small, .wp-polls-ul .pollbar { display: none; }

.wp-polls ul li, .wp-polls-ul li, .wp-polls-ans ul li {
    margin-top: 10px !important;
    max-width: 100% !important;
}

.wp-polls .pollbar {
    background: #e67f43 !important;
    border: 1px solid #e67f43 !important;
    border-radius: 3px;
}

.hunt-validation { 
    border: 2px solid red;
    display: block;
    margin-top: 20px;
    font-size: 20px;
    color: red;
    background: #eee;
    padding: 7px 15px;
    text-align: center;
    font-weight: bold;
}

.fallback-download {
    background: #fff;
    border: 2px solid #e67f43;
    bottom: 0;
    left: 45%;
    margin-bottom: 162px;
    margin-left: -75px;
    padding: 9px;
    position: absolute;
    z-index: 1;
}

/**
 * New Resources styles
 */

.resource-wrapper {
	background-color:transparent;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}

.resource-homevideo-button {
	float:left;
}

.resource-inthehouse-button {
	float:right;
}

/**
 * Newsletter pulled 100% from Magento
 * Needs refactoring
 */
ul.messages {
    text-align: center;
    width: 100%; 
}

ul.messages li {
    background: #fff;
    border: 2px solid red;
    color: red;
    display: none;
    padding: 10px;
    text-align: center;
    width: 100%;
}

.success {
    background: #fff;
    border: 2px solid green;
    color: green;
    padding: 10px;
    text-align: center;
    width: 100%;
}

#email-updates a {
	color:#EE693E;
	font-weight:bold;
	padding-left:10px;
	padding-right:10px;
}

#email-updates.active a {
	padding-bottom:2px;
}

.email-updates-form-wrapper {
	display:none;
	position:absolute;
	top:76px;
    margin-left: -80px;
	width:320px;
	padding:10px;
	min-height:300px;
	z-index:9;
	color:#fff;
	border:1px solid #1473A1;
	border-top:0;

    background: #fceabb; /* Old browsers */
    background: -moz-linear-gradient(top,  #fceabb 0%, #fccd4d 28%, #f8b500 79%, #fbdf93 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fceabb), color-stop(28%,#fccd4d), color-stop(79%,#f8b500), color-stop(100%,#fbdf93)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #fceabb 0%,#fccd4d 28%,#f8b500 79%,#fbdf93 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #fceabb 0%,#fccd4d 28%,#f8b500 79%,#fbdf93 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #fceabb 0%,#fccd4d 28%,#f8b500 79%,#fbdf93 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #fceabb 0%,#fccd4d 28%,#f8b500 79%,#fbdf93 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fceabb', endColorstr='#fbdf93',GradientType=0 ); /* IE6-9 */
}

@media only screen and (min-width: 1290px) {
    .email-updates-form-wrapper {
        top: 105px;        
    }
}

@media only screen and (min-width: 990) {
    .email-updates-form-wrapper {
        top: 59px;
    }
}

#email-updates.active a {
	background:#36B8EA;
	color:#fff;
	border:1px solid #1473A1;
	border-bottom:0;
	z-index:10001;
	height:28px;
}

#email-updates.active .email-updates-form-wrapper {
	display:block;
}

.email-updates-form-wrapper h3 {
    color: #444;
	font-size:16px;
}

.email-updates-form-wrapper p {
    color: #444;
	font-size:11px;
}

.email-updates-form-wrapper fieldset {
	margin:10px 10px;
}

.email-updates-form-wrapper label {
    color: #444;
	float:left;
	font-weight:bold;
	padding-top:2px;
	font-size:12px;
	width:95px;
}

.email-updates-form-wrapper input {
    color: #444;
}

.email-updates-form-wrapper .input-text {
	text-align:center;
	border:2px solid #ccc;
}

.email-updates-form-wrapper .input-text:focus {
	border:2px solid #FCA41C;
}

.email-updates-form-wrapper #dob-month,
.email-updates-form-wrapper #dob-day {
	width:24px;
}

.email-updates-form-wrapper .input-box {
	vertical-align:top;
	margin-bottom:10px;
}

.dob-field {
	display:inline-block;
	text-align:center;
}

.email-updates-form-wrapper .date-divider {
	display:inline-block;
	vertical-align:top;
	font-size:14px;
	padding-top:2px;
}

.email-updates-form-wrapper #email-signup-agreement label {
    color: #444;
	float:none;
	font-size:11px;
	width:auto;
	font-weight:normal;
	display:block;
	padding-left:20px;
	text-indent:-20px;
	cursor:pointer;
}

#newsletter_agree {
	margin-right:5px;
}

.email-updates-form-wrapper #newsletter {
	text-align:left;
}

.email-updates-form-wrapper button {
    background: url("//store.veggietales.com/skin/frontend/veggietales/veggietales/images/newsletter-button-background.png") repeat-x scroll left top transparent;
    height: 26px !important;
    border-radius:5px;
    color:#fff;
    border:1px solid #6eb032;
    border-bottom:1px solid #6fb132;
    border-right:1px solid #6fb132;
    font-size:14px;
    padding:0 10px;
    cursor:pointer;
}

button.subscribe {
	font-weight:bold;
}

.button-rack {
	text-align:center;
	clear:both;
}

.email-updates-form-wrapper .info {
	color:#3395bc;
	font-size:11px;
}

#email-signup-agreement {
	width:250px;
	margin:5px auto;
}

/** END NEWSLETTER **/

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

.col-xs-5ths.watch-videoLink {
    height: 173px;
}

} /* end 1280 */

@media only screen and (min-width: 768px) and (max-width: 990px) {

.col-xs-4.watch-videoLink {
    height: 163px;
}

} /* end 768-990 */
.text-featured-videos,
.text-meet-the-veggies{
    text-indent: -9999px;
    overflow: hidden;
    width: 345px;
    height: 44px;
    margin-top: 30px;
    margin-bottom: 20px;
    margin-left: 10px;
    background: url('library/images/homepage/videobanners/text-meet-the-veggies.png') 0 0 no-repeat;
}
.text-featured-videos{
    width: 325px;
    height: 34px;
    background: url('library/images/homepage/videobanners/text-featured-videos.png') 0 0 no-repeat;
}

#squared-hp-blocks{
    margin-left: -8px;
    margin-right: -8px;
}
#squared-hp-blocks .hp-square-block{
    padding: 0 8px;
    cursor: pointer;
    margin-bottom: 16px;
}
.hp-square-block img { border-radius: 12px; }
.watch-btn-over {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: url(http://veggietales.com/dev/wp-content/themes/veggietales/library/images/watch/video_play_button.png) center no-repeat;
    display: none;
}
#squared-hp-blocks .hp-square-block:hover .watch-btn-over{
    display: block !important;
}

#squared-hp-blocks .popup-hidden-content{
    display: none;
}
.lightbox-popup .lightbox-content .image-holder{
    margin: 0 auto 10px;
}
.lightbox-popup .lightbox-content .image-holder img{
    border-radius: 10px;
    width: 100%;
}
.lightbox-popup .lightbox-content .audio-holder audio{
    width: 100%;
}
.lightbox-popup .lightbox-content .video-holder {
    position: relative;
    padding-bottom: 56.25%; /* proportion value to aspect ratio 16:9 (9 / 16 = 0.5625 or 56.25%) */
    height: 0;
    overflow: hidden;
}
.lightbox-popup .lightbox-content .video-holder iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/** home rounded corerns */
#banner-container img, .carousel-inner img { border-radius: 12px; }
