.borderRed{
	border: 1px solid #FF0000;
}
.borderGreen{
	border: 1px solid #00FF00;
}
.borderBlue{
	border: 1px solid #0000FF;
}

a.whiteName{
	color: #FFFFFF !important;
	letter-spacing: .1em;
	font-size: 42px !important;
	font-family: 'Teko', sans-serif;
	text-shadow: -1px -1px 1px rgba(255,255,255,.1), 1px 1px 1px rgba(0,0,0,.5), -28px 33px 7px rgba(15,0,255,0);
	padding-top: 12px;
	padding-bottom: 0px;
}

.temp{
	font-size: 40px;
}

.tempSm{
	font-size: 20px;
	padding-left: 0px;
}

.weatherBox{
	text-align: center;
	font-size: 16px;
	margin-top: 20px;
}

.weatherAlertText{
	color: #fc3d03;
	padding: 0px 10px 10px 10px;
}

div.weatherBox:not(:last-child) {
	border-right: 1px solid #f2f2f8;
}

.bannerRow{
	padding-bottom: 5px;
	padding-top: 10px;
}

.movieRow:not(:last-child) {
	padding-bottom: 10px;
	border-bottom: 1px solid #e6e6e6;
	margin-bottom: 10px;
}
.movieTime{
	color: #6297d9;
	font-size: 16px;
	padding: 5px;
	float: left;
	line-height: 10px;
}
.movieTime:not(:last-child) {
	border-right: 1px solid #ccc;
}

.timeRow:not(:last-child) {
	border-bottom: 1px solid #ccc;
	padding: 10px 5px;
}


.movieTimeNew{
	color: #6297d9;
	font-size: 16px;
	padding: 5px;
	line-height: 10px;
}

.movieNew{
	font-family: 'Poppins-Regular';font-size: 12px;
	color: #FF0000;
	padding: 2px 10px;
	margin-right: 10px;
	border-radius: 3px;
	background-color: #eeeeee;
}

.movieRating{
	font-family: 'Poppins-Regular';
	font-size: 14px; 
	color: #FFF;
	border-radius: 3px;
	background-color: #eeeeee;
	font-weight: 900;
	float: left;
	padding: 0px 6px 0px 6px;
	text-align: center;
	margin-left: 10px;
	letter-spacing: .2em;
	margin-top: 4px;
}

.eventRow{
	padding-bottom: 10px;
	border-bottom: 1px solid #f2f2f8;
	margin-bottom: 10px;
}

.eventRow:not(:last-child){
	padding-bottom: 10px;
	border-bottom: 1px solid #f2f2f8;
	margin-bottom: 10px;
}

.obitRow:not(:last-child) {	
	border-bottom: 1px solid #f2f2f8;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.title{
	padding-left: 10px;
	font-family: 'Poppins-Medium';
	font-size: 18px;
}
.title:hover{
	color: #f96d00;
}

.date{
	color: #f96d00;
	font-size: 20px;
}

.movieTitle{
	color: #f96d00;
	font-size: 20px;
	text-transform: uppercase;
}
.movieDate{
	text-align: right;
	padding-left: 0px;
}

.tag{
	color: #f96d00;
	font-size: 20px;
	padding-right: 20px;
	text-transform: uppercase;
	white-space: nowrap;
}

.orangeLink{
	color: #f96d00;
}

.blueLink{
	color: #6297d9;
	font-size: 14px;
}
.softLink{
	color: #828282;
	font-size: 14px;
}

.eventTextSmall{
	padding-left: 35px;
	padding-bottom: 5px;
	font-size: 15px;
}

.closingRow{
	padding-top: 10px;
}

.closingRow:not(:last-child) {
	padding-bottom: 10px;
	border-bottom: 1px solid #e6e6e6;
}
.closingRow:hover{
	background: #f0f2f2;
}

.formReply{
	
}

.closingTime{
}

.errorMessage{
	color: #FF0000;
	padding: 10px;
	text-align: center;
	font-size: 18px;
	border: 1px solid #FF0000;
	margin-bottom: 10px;
}

.successMessage{
	color: #20ba53;
	padding: 10px;
	text-align: center;
	font-size: 18px;
	border: 1px solid #20ba53;
	margin-bottom: 10px;
}

.formLabel{
	text-align: right;
	padding-left: 10px;
	font-family: 'Poppins-Medium';
	font-size: 18px;
}

.divider{
	border-top: 1px solid #eeeeee;
}


.selectOption{
	font-family: 'Verdana';
}

.adsbygoogle{
	padding-top: 20px;
}
.theaterName{
			padding-top: 10px;
			padding-bottom: 10px;
		}
		
.selectMonth{
	max-width: 200px;
	float: left;
	margin-right: 10px;
}

.selectDay{
	max-width: 70px;
	float: left;
	margin-right: 10px;
}

.selectYear{
	max-width: 100px;
	float: left;
}

@media only screen and ( max-width: 1250px ){
	. formField{
		width: 200px;
	}
	.navbar-menu .navbar-nav .nav-item .nav-link {
		font-size: 16px !important;
		padding-top: 40px;
	}	
	.theaterName{
			font-size: 15px;
		}
}
@media only screen and ( max-width: 767px ){
		.date{
			font-size: 18px !important;
		}
		.movieTitle{
			font-size: 16px !important;
		}
		.title{
			font-size: 14px;
		}
		.blueLink{
			font-size: 12px;
		}
		.softLink{
			font-size: 12px;
		}
		.movieRow p{
			font-size: 15px;
		}
		.movieRow span{
			font-size: 14px;
		}
		.movieTime{
			font-size: 14px;
		}
		.movieDate{
			font-size: 12px;
		}
		.theaterName{
			font-size: 14px;
		}
		
		.smallPoster{
			display: none;
		}
		.eventTextSmall{
			font-size: 14px;
		}
		.closingTime{
			font-size: 12px;
		}
		.selectOption{
			font-size: 10px;
		}
		.title{
			font-size: 14px;
		}
		.schoolSelect{
			width: 300px;
		}
		. formField{
			width: 200px;
		}
		.formLabel{
			text-align: left !important;
		}
		.bannerSmall{
			max-width: 100px;
		}
		h2{
			font-size: 1.5em !important;
		}
		button.movieButton{
			font-family: 'Poppins-Regular';
	    font-size: 14px;
	    background: #f96d00;
	    color: #ffffff;
	    border: none;
	    padding: 6px 10px;
	    width: 100%;
	    max-width: 200px;
	    border-radius: 3px;
	    cursor: pointer;
	    -webkit-transition: all 0.2s ease-in-out;
	    transition: all 0.2s ease-in-out;
	    text-transform: uppercase;
	    font-weight: 900;
	    letter-spacing: .1em;
		}
		.mobileSmallButton{
			font-size: 14px !important;
		}
		
}

@media only screen and ( max-width: 500px ){
	.eventTextSmall{
			font-size: 14px;
	}
	.closingTime{
			font-size: 12px;
	}
	.title{
		font-size: 14px;
		line-height: 25px;
	}
	.schoolSelect{
		width: 200px;
	}
	.formLabel{
		text-align: left !important;
	}
	.formField{
		padding-left: 10px;
	}
	.theaterName{
		font-size: 14px;
	}
	.movieTime{
			font-size: 14px;
		}
		
	.details h5{
		font-size: 16px;
	}
	.bannerSmall{
		max-width: 100px;
	}
	h2{
		font-size: 1.5em !important;
	}
	.mobileSmallButton{
			font-size: 14px !important;
		}
}