/* Enter Your Custom CSS Here */
.home-top #genesis-responsive-slider {   
    border: 0;
    margin: 0 auto;
    padding: 0 60px;
    position: relative;
}

/* Typographical Elements
--------------------------------------------- */
body {
    font-size: 15px;
  font-family: 'Tahoma', sans-serif;
}

/* Titles
--------------------------------------------- */

.entry-title,
.page-title {
	font-family: "Montserrat",sans-serif;
	font-size: 30px;
	font-style: normal;
	letter-spacing: 2px;
	line-height: 1.2;
	text-align: left;
    text-transform: none;
}

/* Pagination
--------------------------------------------- */

.archive-pagination {
	font-family: 'Tahoma', sans-serif;
	font-size: 14px;
	padding: 30px 0;
	text-align: center;
}

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	background-color: #fff;
	color: #333;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	font-weight: 400;
	line-height: 2;
	margin-bottom: 4px;
	padding: 7px 14px;
	text-decoration: none;
	text-transform: uppercase;
}

.archive-pagination li a:hover,
.archive-pagination li.active a {
	background-color: #4ec2dc;
	text-decoration: none;
}

.adjacent-entry-pagination {
	font-family: 'Tahoma', sans-serif;
	font-size: 10px;
	font-weight: 300;
	margin: 40px 0;
	overflow: hidden;
	text-transform: uppercase;
}

/*
Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {
	font-family: 'Tahoma', sans-serif;
	font-size: 14px;
	font-weight: 300;
	letter-spacing: 1px;
	padding: 20px 0;
	text-align: center;
	text-transform: uppercase;
}

/* Genesis Responsive Slider
--------------------------------------------- */
.home-top #genesis-responsive-slider h2 a {
	font-size: 20px;
	margin: 0;
	overflow: visible;
	text-align: center;
	width: 100%;
}

/* Site Footer
---------------------------------------------------------------------------------------------------- */

.creds {
	float: right;
	padding: 3px;
	width: 30%;
   color: #4ec2dc;
  }

/*
Widget Before Footer
---------------------------------------------------------------------------------------------------- */

.cta-widget {
	background: #4EE877;
	margin: 15px auto 30px;
	padding: 30px 20px;
}

.cta-widget .widget {
	text-align: center;
}

.cta-widget a {
	color: #fff;
	text-decoration: underline;
}

.cta-widget .enews-widget p,
.before-content .enews-widget p {
	color: #333;
	float: left;
	width: 40%;
	margin-top: 5px;
	margin-bottom: 0;
	text-align: center;
}

.cta-widget #subscribe,
.before-content #subscribe {
	float: right;
	width: 60%;
}

.cta-widget .enews-widget input,
.before-content .enews-widget input {
	border: none;
	border-radius: 3px;
	float: left;
	width: 17%;
	margin-right: 10px;
	margin-bottom: 0;
	padding: 13px;
}

.cta-widget .enews-widget input[type="submit"],
.before-content .enews-widget input[type="submit"] {
	border: 1px solid #333;
	width: auto;
}
/* Title Area
--------------------------------------------- */

.title-area {
	float: left;
	margin: 5px;
	overflow: hidden;
	padding: 0px 0px;
	text-align: center;
}

.site-title {
	font-family: "Montserrat",sans-serif;
	font-size: 65px;
	font-weight: 100;
	letter-spacing: 3px;
	line-height: 1.3;
	margin: 0 0 10px;
	text-transform: uppercase;
}

.site-title::after {
    border-bottom: 1px solid #333;
    content: "";
    display: block;
    margin: 0 auto 0px;
    padding-bottom: 0px;
    width: 10%;
}

.site-title a,
.site-title a:hover {
	color: #333;
	display: block;
	text-decoration: none;
}

.site-description {
	color: #777;
	font-family: "Montserrat",sans-serif;
	font-style: italic;
	font-size: 12px;
}
Site Header
---------------------------------------------------------------------------------------------------- */

.site-header {
	margin: 0 auto;
	min-height: 150px;
	padding: 0px 0px 0px 0px;
	width: 100%;
}
/* Home Page
--------------------------------------------- */

.home-top-slider {
	border-bottom: 1px solid #e8e8e8;
	overflow: hidden;
	padding-bottom: 0px;
	width: 100%;
}

.home-flexible {
	margin-top: 0px;
}

.home-flexible .widget {
	position: relative;
}

.home-flexible .widget .widget-title {
	background: #F9F9F9;
	margin: 0 10%;
	padding: 13px 25px;
	position: absolute;
	top: 40%;
	left: 0;
	width: 80%;
}