/*
Welcome to Custom CSS!

To learn how this works, see http://wp.me/PEmnE-Bt
*/
body {
	font-size: 16px;
}

.nav {
	font-size: 16px;
}

.navigation > li ul a {
	background: #fff;
	padding: 8px;
	margin-bottom: 1px;
	letter-spacing: 1px;
	font-size: 14px;
/* All Other Menu Level Link Styles */
}

.widget {
	font-size: 16px;
}

.widget-title {
	font-size: 17px;
}

a {
	color: #dd5424;
}

.entry-content a {
	border-bottom: none;
}

a:hover, a:focus {
	color: #dd5424;
	outline: none;
	text-decoration: none;
}

.btn, .comment-reply-link,
input[type="button"],
input[type="submit"],
input[type="reset"],
button {
	display: inline-block;
	font-weight: normal;
	margin: 0;
	line-height: normal;
	border: none;
	box-shadow: none;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	white-space: nowrap;
	transition: .18s background-color ease, color .18s ease, .18s border-color ease;
	width: auto;
	height: auto;
	background-image: none;
	padding: 12px 25px 11px;
	font-size: 11px;
	letter-spacing: 2px;
	background: #dd5424;
	color: #FFF;
}

.navigation > li.sfHover > a:active {
	color: #dd5424;
/* WordPress First Level Current/Ancestor Hover Page Styles */
}

.slick-slider button {
	position: absolute;
	top: 50%;
	z-index: 100;
	display: block;
	height: 50px;
	width: 50px;
	line-height: 0;
	font-size: 0;
	cursor: pointer;
	background: #fff;
	color: #dd5424;
	margin-top: -25px;
	padding: 0;
	border-radius: 0;
	outline: none;
	font-family: 'FontAwesome';
}

.entry-title a {
	color: #000000;
}

.entry-title a:hover {
	color: #dd5424;
}

.entry-meta a {
	color: #000000;
}

.entry-utils .socials a:hover {
	color: #dd5424;
}

.read-more {
	position: relative;
	display: inline-block;
	padding: 10px 15px 9px;
	background: #fff;
	color: #dd5424;
	border: solid 2px #ebebeb;
	font-family: "Lato", sans-serif;
	font-size: 13px;
	font-weight: bold;
	z-index: 3;
}

.read-more:hover {
	border-color: #dd5424;
	color: #161616;
}

.socials li a {
	display: block;
	font-size: 16px;
	padding: 2px 5px;
	margin-left: 15px;
}

.entry-content .panel-grid {
    border-bottom: none;
}