/* CUSTOM MODIFICATIONS */

#ci-newsletter-1 .widget-wrap,
#ci-newsletter-2 .widget-wrap {
	background-color: #c3b179;
}

.widget_ci-events figure.item-thumb img {
	height: 430px;
	display: block;
}

.item-btn {
	bottom: -40px;
	right: 0px;
	left: 0px;
}

.item {
	margin-bottom: 70px;
}

.item-title-intro, .item-title-main {
	text-shadow: 1px 2px 3px #000;
}

.item-thumb img, 
.thumbnails > a img,
.entry-thumb a img,
.entry-thumb a::after {
	opacity: .9;
	transition: none;
	box-shadow: none;
}

p.ls-l,
h1.ls-l,
h2.ls-l,
h3.ls-l,
h4.ls-l,
h5.ls-l,
h6.ls-l {
	font-size: 48px !important;
	font-weight: 900;
	text-transform: uppercase;
	text-shadow: 0 5px 0 rgba(0, 0, 0, 0.3);
	line-height: 1;
	color: #fff;
}

div.item-info {
	background-color: #000;
	width: 100%;
	opacity: .7;
	padding: 10px;
}

.fa {
	color: #fff;
}

@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 700px) {

.imglogo {
	margin-top: -10px;
}
}