/* shadows-into-light-regular - latin */
@font-face {
  font-family: 'Shadows Into Light';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/shadows-into-light-v8-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Shadows Into Light'), local('ShadowsIntoLight'),
       url('fonts/shadows-into-light-v8-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/shadows-into-light-v8-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/shadows-into-light-v8-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('fonts/shadows-into-light-v8-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/shadows-into-light-v8-latin-regular.svg#ShadowsIntoLight') format('svg'); /* Legacy iOS */
}


/*=======================================================================
*** PORTO_SUB STYLE SHEET***
========================================================================*/
a[href]:after {
	content: none;
}
/* When not scrolling */
#header .header-logo img {
	width: 200px !important;
	height: auto !important;
}

#header .header-logo {
	width: 200px !important;
	height: auto !important;
	margin-right: 30px !important;
}

/* When Scrolling */
.sticky-header-active #header .header-logo img {
	width: 100px !important;
	height: auto !important;
}

.sticky-header-active #header .header-logo {
	width: 100px !important;
}

/* Helper classes */
.vw-100 {
	width: 100vw !important;
	position: relative !important;
	margin-left: -50vw !important;
	margin-top: 100px !important;
	left: 50% !important;
}

.thead-light {
	color: #495057;
	background-color: #e9ecef;
	border-color: #dee2e6;
}

/* File field */
.file a {
	color: #395563;
}

.file-icon {
	float: left;
	margin-right: 5px;
}

/* Slideshow */
#slider {
	margin-bottom: 0px;
}

#block-nivo-slider-nivo-slider {
	max-width: 100%;
	margin: auto;
}

.theme-default .nivoSlider img {
	-moz-border-radius: 0px 0px 0px 0px;
	-webkit-border-radius: 0px 0px 0px 0px;
	border-radius: 0px 0px 0px 0px;
}

.submitted-by {
	display: none;
}

#header .header-nav-main nav>ul>li>span.nolink {
	border-radius: 4px;
	font-size: 12px;
	font-style: normal;
	font-weight: 700;
	line-height: 20px;
	padding: 10px 13px;
	text-transform: uppercase;
	display: block;
	color: #395563;
}

#header .header-nav-main nav>ul>li.open>span.nolink,
#header .header-nav-main nav>ul>li:hover>span.nolink {
	background: #395563;
	color: #FFF;
	cursor: pointer;
}

.btn-default {
	padding: 4px 12px;
	border-width: 3px;
}

html .testimonial-primary blockquote {
	color: #FFF;
}

#block-8 {
	position: relative;
}

#block-8 input {
	margin: 0 0 10px 0;
}

.newsletter-overlay {
	position: absolute;
	width: 100%;
	padding: 5px;
	height: 175px;
	top: 0px;
	background: rgba(36, 36, 36, 0.9);
	color: #FFF;
	text-align: center;
	font-size: 13px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

#footer {
	margin-top: 0px;
}

#footer ul {
	list-style: none;
}

#footer ul li {
	line-height: 24px;
	margin-bottom: 10px;
}

#footer ul:not(.social-icons) .fa {
	display: block;
	float: left;
	font-size: 1.2em;
	margin: 7px 8px 0px 0;
	position: relative;
	text-align: center;
	top: -2px;
	width: 16px;
}

.row-dark {
	color: #FFF;
	background-color: rgb(33, 37, 41);
}

.row-dark td,
.row-dark th,
.row-dark thead th {
	border-color: #32383e;
}

.row-primary {
	color: #FFF;
	background-color: #395563;
}

.row-primary td,
.row-primary th,
.row-primary thead th {
	border-color: #395563;
}

/* Event */

.teaser {
	height: 525px;
	margin-bottom: 30px;
}

.teaser.small {
	height: 450px;
}

@media screen and (max-width: 768px) {
	.teaser {
		height: auto;
	}
}

.teaser.featured-box .teaser-image {
	width: auto;
	max-width: none;
	display: block;
	margin-top: -30px;
	margin-left: -30px;
	margin-right: -30px;
}
.teaser.featured-box .teaser-image img {
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	width: 100%;
}

.teaser-meta {
	display: inline-block;
	margin-bottom: 10px;
	padding-bottom: 3px;
	border-bottom: 1px solid #395563;
}

.teaser .where {
	border-bottom: 1px solid #ddd;
	background: #F9F9F9;
	margin-left: -30px;
	margin-right: -30px;
	margin-top: 0px;
	padding: 5px;
	font-size: 12px;
	text-align: center;
	margin-bottom: 20px;
}

/* .teaser .teaser-date img {
	width: 100%;
	height: auto;
} */

.teaser .teaser-title {
	font-weight: bold;
	margin: 5px 0 3px 0;
}

/* Sidebar menu */

#block-menu-block-5 {
	padding: 15px;
}

#block-menu-block-5 h4 {
	padding-bottom: 15px;
	border-bottom: 5px solid #395563;
}

#block-menu-block-5 ul {
	padding: 0;
	margin: 10px 0;
}

#block-menu-block-5 ul li {
	list-style: none;
	margin: 0;
	padding: 10px 13px;
}

#block-menu-block-5 ul li a.active-trail {
	padding: 10px 13px;
}

#block-menu-block-5 ul li a {
	border-radius: 4px;
	font-size: 12px;
	font-style: normal;
	font-weight: 700;
	text-transform: uppercase;
	border-radius: 4px;
}

#block-menu-block-5 ul li.active {
	padding: 0;
}

#block-menu-block-5 ul li.active a {
	color: #fff;
	display: block;
}

#block-menu-block-5 ul li.active a.active {
	background-color: #395563;
}

#block-menu-block-5 ul li.active ul {
	background-color: #ccc;
	color: #395563;
	border-radius: 4px;
}

#block-menu-block-5 ul li.expanded {
	padding: 0;
}

#block-menu-block-5 ul li.expanded ul {
	background-color: #ccc;
	color: #fff;
	border-radius: 4px;
	padding: 10px 0;
}

#block-menu-block-5 ul li.expanded ul li a {
	color: #fff;
}

#block-menu-block-5 ul li.expanded>a {
	background-color: #395563;
	display: block;
	color: #fff;
}

#block-menu-block-5 ul li.expanded ul li.active a.active {
	font-size: 12px;
	font-style: normal;
	font-weight: 700;
	padding: 10px 13px;
	text-transform: uppercase;
	background-color: transparent;
	border-radius: 0;
	background-color: rgba(57, 85, 99, .5);
}

/* User profile */
#comments {
	padding-top: 0px;
	border-top: none;
}
fieldset {
	padding: 0px;
}
.webform-component-textarea textarea {
	min-height: 170px;
}
.webform-sidebar h4 {
	color: #395563;
}
.webform-sidebar .fa {
	color: #FFF;
	border-radius: 50%;
	width: 25px;
	height: 25px;
	text-align: center;
	padding: 5px;
	background: #395563;
	margin-right: 10px;
	margin-bottom: 10px;
}
#user-register-form .form-type-textfield label,
#user-register-form .form-type-select label {
	min-width: 250px;
	float: left;
}
#user-register-form input[type="checkbox"] {
	width: auto;
}
.form-type-checkboxes > label {
	font-weight: bold;
}
#block-block-5,
#mc_embed_signup {
	color: #FFF;
}
.breadcrumb a,
.page-header .breadcrumb > li + li::before {
	color: #FFF!important;
}
#block-block-26 p,
#block-block-31 p {
	margin-bottom: 0px;
}
#block-block-31 {
	margin-bottom: 0px;
}
.teaser {
	overflow: hidden;
}
.teaser::after {
	content: ' ';
	box-shadow: inset 0 -60px 60px -60px #FFF;
	position: absolute;
	bottom: 0px;
	width: 100%;
	height: 60px;
}
.post-block.post-share {
	display: none;
}
#mc-embedded-subscribe-form p {
	color: #FFF!important;
}
.testimonial.testimonial-style-2 .testimonial-author img {
	border-radius: 0px!important;
}

/*#block-block-26 hr {
	display: none;
}*/

@media (min-width: 996px) {
	.owl-item {
		width: 945px;
	}
	/*#block-block-26 hr {
		display: block;
	}*/
}

@media (max-width: 640px)  {
	.recent-posts {
		margin-bottom: 30px;
	}
	.region-footer-bottom {
		padding-left: 30px;
		padding-right: 30px;
	}
}
.owl-item {
	max-width: 100%;
}

.g-recaptcha {
	background: white;
}



/* FRONTPAGE EVENTS STYLE */

#block-block-26 > .row > .container .heading-dark {
	margin-bottom: 50px;
}

.frontpage-event .recent-posts .date {
	margin-top: 0;
}

.frontpage-event .recent-posts .heading-primary {
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	height: 53px;
}

.frontpage-event .recent-posts .event-text {
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	height: 75px;
}

#block-block-26 {
	margin-top: 0;
}

#block-block-25 .home-intro {
	margin-bottom: 0;
}