@media screen and (min-width: 1170px) {
	.full-width-content .content {
		width: 1170px;
	}

	.footer-widgets .wrap {
		width: 1170px;
	}

	.wrap {
		width: 1170px;
	}

	.site-inner {
		width: 1170px;
	}
	
	.content-sidebar .content-sidebar-wrap,
	.sidebar-content .content-sidebar-wrap {
		width: 1170px;
	}

	.full-width-content .content-sidebar-wrap {
		width: 1170px;
	}

	.title-area {
		width: 50% !important;
	}
}

.btn-primary {
    color: #ffffff;
    background-color: #eb6864;
    border-color: #eb6864;
    padding: 5px 10px;
    font-size: 13px;
    line-height: 1.5;
    border-radius: 3px;
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 8px 12px;
    font-size: 15px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

p, body {
	font-family: 'Raleway', sans-serif;
	font-size: 19px;
	line-height: 1.6 !important;
	color: rgb(119, 119, 119);
}

.entry-title, .entry-title a, .post-title, .post-title a, .page-title, .entry-content h1, #content h1 {
    font-size: 32px;
}

.nav-primary li a {
	color:rgb(51, 51, 51);
	display: block;
	font-size: 18px;
	position: relative;
	text-decoration: none;
	line-height: 22px;
	margin-left: 0px;
	padding: 10px 15px;
}

.nav-primary li:last-child a {
    padding-right: 15px;
    margin-right: 0;
}
.nav-primary li a:hover, .nav-primary li a:focus {
	color: #000000;
	background-color: #eeeeee;
}

@media (min-width: 768px) {
.nav-primary li a {
	padding-top: 19.5px;
	padding-bottom: 19.5px;
}	
}

.phone {
	font-family: "News Cycle","Arial Narrow Bold",sans-serif;
	font-weight: 700;
	line-height: 1.1;
	color: #000000;
	text-align: center;
	font-size: 1.8em;
	margin-top: 10.5px;
	margin-bottom: 10.5px;
}

.phone a {
	color: #000000;
}

h4.phone a:hover {
	color: #3fb95b;
	text-decoration: none;
}

.nav-primary {
	padding-top: 0px;
}

#banner_top, 
.home #banner_bottom {
 text-align: center;
}

#secondary_area {
	display: none;
}

.footer-widgets-1 {
	width: auto;
}

.footer-widget-area li.menu-item {
	display: inline !important;
	margin: 0 15px;
	font-size: 19px;
}

footer.site-footer {
	background: #fff;
	text-align: center;
	font-size: 19px;
	color: rgb(119, 119, 119);
}

footer.site-footer a, .site-footer a:visited {
	color:rgb(235, 104, 100);
}

.footer-widgets {
	background-color: rgb(135, 135, 135);
	background-image: none;
	padding: 10px 0 0 0;
}

.footer-widgets p {
	color: #ffffff;
	text-shadow: none !important;
}

.footer-widgets a, .footer-widgets a:visited {
	color: #333;
	text-shadow: none;
}

.footer-widgets h4 {
	color: #000;
	font-size: 22px;
	text-shadow: none;
}

.main-form .form-control input, .main-form .form-control textarea {
	display: block;
	width: 100% !important;
	padding: 8px 12px !important;
	font-size: 15px !important;
	line-height: 1.42857143;
	color: #777777;
	background-color: #ffffff;
	background-image: none;
	border: 1px solid #cccccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	-webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.main-form .form-control input {
    height: 39px;
}

.main-form #gform_submit_button_1 {
	color: #ffffff;
	background-color: #eb6864;
	border-color: #eb6864;
	display: inline-block;
	margin-bottom: 0;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	background-image: none;
	border: 1px solid transparent;
	white-space: nowrap;
	padding: 8px 12px;
	font-size: 15px;
	line-height: 1.42857143;
	border-radius: 4px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;	
	height: 50px;
	margin-top: 10px;
}

.main-form #gform_submit_button_1:hover {
	color: #ffffff;
	background-color: #e53c37;
	border-color: #e4332e;
}

.main-form .gform_wrapper {
	padding: 19px;
	margin-bottom: 20px;
	background-color: #f5f5f5;
	border: 1px solid #e3e3e3;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
}

a.gallery_link {
	color: #eb6864;
	text-decoration: none;
}

a.gallery_link:hover, a.gallery_link:focus {
    color: #e22620;
    text-decoration: underline;
}

.gal-btn {
    color: #ffffff;
    background-color: #eb6864;
    border-color: #eb6864;
    padding: 5px 10px;
    font-size: 13px;
    line-height: 1.5;
    border-radius: 3px;
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 8px 12px;
    font-size: 15px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

@media only screen and (max-width: 600px) {
	.phone {
    font-size: 1em;
	}
	h1, h2, h2 a, h2 a:visited {
    line-height: 35px;
	}
	.main-form, .before-main-form {
		width: 100% !important;
	}
}