/*
	Theme Name: HTML5 Blank
	Theme URI: http://html5blank.com
	Description: HTML5 Blank WordPress Theme
	Version: 1.4.3
	Author: Todd Motto (@toddmotto)
	Author URI: http://toddmotto.com
	Tags: Blank, HTML5, CSS3

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/


@import url('https://fonts.googleapis.com/css?family=Roboto');


/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html {
	font-size:62.5%;
}
body {
	font:300 11px/1.4 'Helvetica Neue', Helvetica, Arial, sans-serif;
	color:#444;
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	max-width:100%;
	vertical-align:bottom;
}
a {
	color:#444;
	text-decoration:none;
}
a:hover {
	color:#444;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
	border:1px solid #04A4CC;
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/


/* header */
.header {

}
/* logo */
.logo {

}
.logo-img {

}
/* nav */
.nav {

}
/* sidebar */
.sidebar {

}
/* footer */
.footer {

}

/*------------------------------------*\
    PAGES
\*------------------------------------*/



/*------------------------------------*\
    IMAGES
\*------------------------------------*/



/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/

@font-face {
	font-family:'Font-Name';
	src:url('fonts/font-name.eot');
	src:url('fonts/font-name.eot?#iefix') format('embedded-opentype'),
		url('fonts/font-name.woff') format('woff'),
		url('fonts/font-name.ttf') format('truetype'),
		url('fonts/font-name.svg#font-name') format('svg');
    font-weight:normal;
    font-style:normal;
}

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

@media only screen and (min-width:320px) {

}
@media only screen and (min-width:480px) {

}
@media only screen and (min-width:768px) {

}
@media only screen and (min-width:1024px) {

}
@media only screen and (min-width:1140px) {

}
@media only screen and (min-width:1280px) {

}
@media only screen and (-webkit-min-device-pixel-ratio:1.5),
	   only screen and (min-resolution:144dpi) {

}

/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {

}
.bypostauthor {

}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}


#quote-carousel {
	padding: 0 10px 30px 10px;
	margin-top: 60px;
}
#quote-carousel .carousel-control {
	background: none;
	color: #CACACA;
	font-size: 2.3em;
	text-shadow: none;
	margin-top: 30px;
}
#quote-carousel .carousel-indicators {
	position: relative;
	right: 50%;
	top: auto;
	bottom: 0px;
	margin-top: 20px;
	margin-right: -19px;
}
#quote-carousel .carousel-indicators li {
	width: 50px;
	height: 50px;
	cursor: pointer;
	border: 1px solid #ccc;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
	border-radius: 50%;
	opacity: 0.4;
	overflow: hidden;
	transition: all .4s ease-in;
	vertical-align: middle;
}
#quote-carousel .carousel-indicators .active {
	width: 128px;
	height: 128px;
	opacity: 1;
	transition: all .2s;
}
.item blockquote {
	border-left: none;
	margin: 0;
}
.item blockquote p:before {
	content: "\f10d";
	font-family: 'Fontawesome';
	float: left;
	margin-right: 10px;
}

/*
	Demo Styles: NOT REQUIRED
*/


a {
	color: red;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a.active {
	color: #000;
	text-decoration: underline;
}


header {
	position: fixed;
	top: 52px;
	left: 0px;
	z-index: 999;
}

section {
	justify-content: center;
	align-items: center;
	text-align: center;
	color: #EFEFEF;
}

.full-screen {
	height: 100%;
	/* makes panels the entire window height */
}

.blue {
	background-color: #3883d8;
}

.red {
	background-color: #cf3535;
}

.orange {
	background-color: #ea6300;
}
.shortcode-upcoming-event{
	font-family: 'Roboto', sans-serif;
}
.shortcode-upcoming-event .entry-date {
	border-radius: 3px;
	display: inline-block;
	float: left;
	color: #fff;
	text-align: center;
	padding: 10px 0;
	margin-right: 20px;
	text-transform: uppercase;
	width: 70px;
	height: 65px;
	background: #f9c01c;;
}

.shortcode-upcoming-event h3 {
	font-size: 16px;
	margin: 0;
	font-weight: 600;
}

.custom-padding-sty{
	float: left;
	width:100%;
	padding:15px;
}

span.entry-date-month {
	font-size: 12px;
	float: left;
	width: 100%;
	text-align: center;
}

.shortcode-upcoming-event h3 a {
	color: #000;
}

.upcoming-event-content {
	display: block;
	margin-bottom: 35px;
}
.entry-date-time{
	font-size: 16px
}

.upcoming-event-content:last-child {
	margin-bottom: 12px;
}

/* Event end */



.themeum-topstories-item .entry-title {
	font-size: 18px;
	margin: 25px 0 25px;
	font-weight: normal;
}
.themeum-topstories-item .entry-title a{
	color: #000;
}
.themeum-topstories-item a{
	color: #a7a7a7;
}
.themeum-button i{
	padding-left: 8px;
}

.themeum-topstories-item .btn-top-stories {
	text-transform: uppercase;
	font-weight: 600;
	font-size: 14px;
}

.themeum-social-button ul li {
	float: left;
	padding-right: 18px;
	font-size: 18px;
	line-height: 20px;
}

.themeum-feature-item {
	background: #fff;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.1);
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.themeum-feature-item:hover img{
	-webkit-transform: scale(1.2);
	transform: scale(1.2);

}

.feature-icon {
	overflow: hidden;
	-webkit-transition: .4s;
	transition: .4s;
}
.feature-icon img{
	background-size: cover;
	background-position: 50% 50%;
	width: 100%;
	height: 100%;
	-webkit-transition: .4s;
	transition: .4s
}
.themeum-feature-item .media-body {
	padding: 20px 25px 35px;
}

.news_txt {
    min-height: 460px !important;
}

.event {
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    background-attachment: fixed;
    float: left;
    width: 100%;
    background: #F5F5F5;
    border-bottom: 1px solid #ededed;
    border-top: 1px solid #ededed;
}

span.entry-date-day {
    font-weight: 500;
    font-size: 30px;
    float: left;
    width: 100%;
    margin: 0;
    line-height: 30px;
    color: #000;
}

span.entry-date-month {
    font-size: 12px;
    float: left;
    width: 100%;
    text-align: center;
    color: #000;
}

.event {
    float: left;
    width: 100%;
}

a.button {
    position: relative;
    z-index: 500;
}