/*Fonts*/
h1 {
	font-family: 'Lato', sans-serif;
	text-align: center;
}
h3 {
		  font-family: 'Lato', sans-serif;
	font-weight: 500;
	font-size: 36px;
	color: #001124;
}
p {
	color: #262626;
	font-size: 16px;
	font-weight: 500;
}
li {
	font-size: 16px;
	font-weight: 500;
	color: #262626;
}
/*Top & Navigation*/
.site-title {
	  font-family: 'Lato', sans-serif;
	color: #fff;
	font-size: 34px;
	font-weight: 300;
}
nav {
	background: #001124; 
}
.main-navigation .menu > li {
	margin-right: 25px;
}
.main-navigation .menu li a {
	color: #fff;
	font-size: 15px;
	font-weight: 600;

}
.module.widget-handle i {
	color: #fff;
}
/*Top Image Widget*/
.image-bg h1 { 
  font-family: 'Lato', sans-serif;
	font-weight: 500;
}
.image-bg p { 
	  font-family: 'Lato', sans-serif;
	font-size: 30px;
	font-weight:400;
}
/*Partner Carousel*/
.logo-carousel .flex-viewport .slides {
		transform: none !important;
}
.logo-carousel li {
		opacity: 1;
}
.logo-carousel a:hover {
		opacity: .5;
		width: 300px !important;
		height: 350px !important;
		transition: .5s;
}
/*Testemonial*/
.shapely_home_testimonial {
	background: #001124;
}
.shapely_home_testimonial p {
	font-size: 24px;
}
/*Section*/
section {
	padding-top:30px;
	padding-bottom:30px;
}
/*Footer*/
.site-footer {
	background: #001124;
}
.footer-credits {
	visibility: hidden;
}
.bg-secondary {
    background: #fff;
}
/*Home Copy Pages*/
#main {
	width: 100%;
	margin: 0;
	padding:0;	
}
.border-bottom {
		padding: 40px;
	}
.content-area {
	padding-bottom: 0px;
	}	
.img-responsive {
	margin-left: auto;
	margin-right: auto;
}
/*textwidget*/
.textwidget {
	margin-left: 135px;
	margin-right: 135px;
	padding-left: 15px;
	padding-right: 15px;
}
/*All Pages*/
.page-title-section {
	visibility: hidden;
	height: 0;
	padding: 0;
	}
.content-area {
	padding-top: 0;
	}
/*Parallax*/
.parallax-mirror {
	width: 1440px;
	}
/*Blog*/
.hentry {
	margin: 1.5em 0 1.5em;
}
.page-title {
	visibility: visible;
	height: 0;
	padding: 0;
	}
#primary {
	margin-left: 150px;
	margin-right: 150px;
}
/*Blog - ShareThis*/
.sharedaddy {
	text-align:center;
}
div.sharedaddy h3.sd-title {
	font-size: 13pt;
}
/*Blog-Bio*/
.author-bio .fn {
	color: #000;
	font-weight: 600;
}
/*@media (max-width:1500px) {
	.container {
		width:1440px;
	}
}
*/
/*Directory*/
.value {
	color: #000;
}
.wpbdp-main-box {
	background: #001025;
}
.wpbdp-main-box .box-col input {
	background: #fff;
}
.wpbdp-main-box .advanced-search-link {
	color: #fff;
}
.button {
	background: #4d98dd;
	border: 2px solid #003068;
}
.wpbdp-listing-excerpt.odd {
	background: none;
}
.wpbdp-thumbnail.attachment-wpbdp-thumb.wpbdmthumbs.wpbdp-excerpt-thumbnail {
	max-width: 150px;
}
.wpbdp-thumbnail.attachment-wpbdp-thumb.wpbdp-single-thumbnail {
	max-width: 155px;
}
.next a{
	background: #4d98dd;
	border: 2px solid #003068;
	color: #fff;
	padding: 10px 50px;
}
.prev a{
	background: #4d98dd;
	border: 2px solid #003068;
	color: #fff;
	padding: 10px 50px;
}
/*Directory Signup Form*/
.wpbdp-form-field-id-16 {
	display: none;
}
.wpbdp-form-field-id-3 {
	display: none;
}
.wpbdp-form-field-id-13 {
	display: none;
}
.wpbdp-form-field-id-15 {
	display: none;
}
/*Garmin Map*/
.map-share-plug {
	display: none;
}

/*Mobile*/

.shapely_home_parallax .align-transform {
    max-height: 100%;
}

@media (max-width: 767px){
#custom_shapely_home_parallax-4.shapely_home_parallax .fullscreen {
    height: 30vh;
	}
}
@media (max-width: 767px){
	.site-title {
	 line-height: 10px;
	}
	#primary {
		margin-left: 15px;
		margin-right: 15px;
	}
/*textwidget*/
.textwidget {
	margin-left: 15px;
	margin-right: 15px;
	padding-left: 0;
	padding-right: 0;
}
}



