/* =============================================================================
   Base Styling
   ========================================================================== */

h1, h2, h3, h4, h5, p, li, a {
	font-family: 'lato', sans-serif;
}
h1 {font-size:40px;font-weight:900;}
h2 {font-size:22px;line-height:28px;margin:15px 0 10px;color:#2c3739;font-weight:400;}
h3 {font-size:24px;line-height:30px;margin:15px 0 10px;font-weight:300;}
h4 {font-size:24px;font-weight:300;text-transform:uppercase;}
h5 {font-size:18px;font-weight:400;}

hr {border-color:#001538;}

h1.entry-title {
	color:#97312c;
	padding-top:10px;
	font-weight:400;
}

a {
	color:#001538;
	
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-ms-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
}
a:hover, a:focus {
    text-decoration: none;
}
.entry-content a {
	text-decoration:underline;
}
.entry-content a:hover, .entry-content a:focus {
	text-decoration: none;
}
p {
	color:#2c3739;
	font-size: 18px;
	line-height: 28px;
	font-weight: 400;
	margin-bottom: 30px;
}
ul, ol {
	margin-bottom:30px;
}
body {
	background:#fff;
	color:#2c3739;
	font-size:16px;
	line-height: 26px;
	font-weight: 400;
}
#page {
	background:#fff;
}
.container {
	width:1580px;
	padding:0 30px;
	margin:0 auto;
	display:block;
}

/* ==|== Button Styling ======================================================= */
a.button {
	background:#001538;
	padding:15px 25px;
	color:#fff;
	margin-right:20px;
	text-transform:uppercase;
	font-weight:300;
	text-decoration:none;
	display: inline-block;
	
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-ms-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
}
a.button:hover {
	opacity:.8;
	text-decoration:none;
}
a.button.Orange {
	background:#db812d;
}
a.button.Red {
	background:#c80000;
}

/* =============================================================================
   Header Styling
   ========================================================================== */
header.site-header {
	padding:0 0 0;
}
header.site-header .logo {
	padding:0 15px;
}
header.site-header h1 {
	font-family: 'lato', sans-serif;
	font-weight: 300;
	font-size: 45px;
	text-transform: uppercase;
	margin:30px 0 0;
	line-height: 45px;
}
header.site-header h1 span {
	font-weight:600;
}
header.site-header h1 a {
	color:#001538;
}
header.site-header h1 a:hover {
	text-decoration:none;
	opacity:.9;
	
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-ms-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
}
header.site-header h2 {
	font-size:30px;
	font-weight:300;
	margin-top:5px;
}
header.site-header h2 a {
	color:#7d7d7d;
}
header.site-header h1 img {
	width:250px;
}
button.menu-toggle {border:none;background:none;float:right;position:relative;top:20px;}
button.menu-toggle:hover {}
button.menu-toggle img {width:38px;}
.toggled button.menu-toggle img.mobile-menu, button.menu-toggle img.menu-close {display:none;}
.toggled button.menu-toggle img.menu-close {display:block;}
.toggled .collapse {
	display:block;
	border-top:none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.toggled .collapse.navbar-collapse.in {
	/* border-top:none; */
}

/* Contact Header Info */
header .contact-info {
	margin-top:25px;
}
header .contact-info p {
	text-align:right;
	font-size:15px;
	line-height:22px;
	margin-bottom:10px;
}
header .social-icons {
	margin:0 0;
	float:right;
	list-style:none;
}
header .social-icons li {
	display:inline-block;
	position:relative;
	margin-right:5px;
	width:30px;
}
header .social-icons li:last-child {
	margin-right:0;
}
header .social-icons li a {
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-ms-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
}
header .social-icons li a:hover {
	opacity:.8;
}


/* ==|== Navigation Styling ======================================================= */
body#blog_1 .navbar-collapse.collapse {display:none !important;}

header nav.main-navigation {
	margin-top:25px;
	padding:10px 15px;
	background:#001538;
}
header nav ul li {
	margin-right: 20px;
}
header nav ul li:last-child {
	margin-right:0;
}
header nav ul li.current_page_item, header nav ul li:hover {
	color:#fff;
}
header nav ul li a {
	font-size:16px;
	color:#fff;
	font-weight:300;
	text-transform: uppercase;
}
header nav ul li a:hover {
	color:#fff;
	text-decoration:none;
}
.main-navigation ul li:hover > ul {
	left: auto;
	background: #fff;
	padding: 8px;
}
.main-navigation ul li {line-height: 30px;}
.main-navigation ul ul li {line-height:24px;}
.main-navigation ul ul a {
	width: 250px;
	color: #001538;
}
.main-navigation ul ul a:hover {
	color:#3060B0;
}
.menu-primary-navigation-container ul li a span, .menu.collapse li a span {
	margin-left:20px;
}
.menu-primary-navigation-container ul li a:hover span {
	cursor:default;
}
.menu-primary-navigation-container ul li:last-child a span, .menu-primary-navigation-container ul ul li a span, .menu.collapse li:last-child a span, .menu.collapse ul li a span {
	display:none;
}
body.home.page-id-46 header nav.subsite-nav.main-navigation, body.home.page-id-46 header .menu-primary-navigation-container {display:none;}
body.home.page-id-46 header nav.main-navigation {padding: 5px 15px;}
header nav.subsite-nav.main-navigation {
	background:#7d7d7d;
	margin-top:0;
	padding:5px 15px;
	margin-bottom: 10px;
}
header nav.subsite-nav.main-navigation ul li {
	color:#fff;
	text-transform:uppercase;
	margin-right: 15px;
}
header nav.subsite-nav.main-navigation ul li:first-child {
	margin-right:15px;
}
header nav.subsite-nav.main-navigation ul li:first-child a {
	font-weight:700;
	color:#ddd;
}
header nav.subsite-nav.main-navigation ul li span {
	margin-left:12px;
}
header nav.subsite-nav.main-navigation ul li, header nav.subsite-nav.main-navigation ul li a {
	font-size:13px;
	display:inline-block;
}
.navbar-collapse.collapse.department-menu, .navbar-collapse.collapse.department-menu strong {display:none !important;}

/* =============================================================================
   Front Page
   ========================================================================== */
.top-container img {margin-left:45px;}
.entry-content .title a {
	color:#fff;
	text-transform:uppercase;
	font-size:18px;
	text-decoration:none;
}
.entry-content a {
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-ms-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
}
.entry-content .sites a img {
	-webkit-transition: opacity 200ms ease-in-out;
	-moz-transition: opacity 200ms ease-in-out;
	-ms-transition: opacity 200ms ease-in-out;
	-o-transition: opacity 200ms ease-in-out;
	transition: opacity 200ms ease-in-out;
}
.entry-content a:hover img {
	opacity:.8;
}
.entry-content img.Orange {
	border-bottom:8px solid #db812d;
}
.entry-content img.Yellow {
	border-bottom:8px solid #ebe738;
}
.entry-content img.Grey {
	border-bottom:8px solid #7d7d7d;
}
.entry-content .title {
	background-color:#001538;
	background-repeat:no-repeat;
	background-position: right 4px center;
	background-size: 30% 70%;
	
	padding:8px 10px;
	float: left;
	width: 100%;
}
/*
body.page-template-page-product-parent-php .sites .title a span {
	display:none;
}
*/
.entry-content .title a img {height:30px;}
.entry-content .sites {
	margin-bottom:30px;
	position:relative;
}
.entry-content .pre-owned.sold .sites span {
	position: absolute;
    color: #fff;
    font-weight: 900;
    text-transform: uppercase;
    font-size: 26px;
    top: 10px;
    right: 25px;
    background: red;
    padding: 5px 10px;
    letter-spacing: .05em;
    border-radius: 5px;
}
.entry-content .sites h4 {
	height: 25px;
	overflow: hidden;
}
h3, body.home .entry-content h4 {
	text-transform:uppercase;
}

/* =============================================================================
   Page Styling
   ========================================================================== */
img.featured {margin-bottom:20px;}
.carousel-control.right, .carousel-control.left {background:none !important; background-image:none !important;}

/* ==|== Club Rates / Daily Rates ======================================================= */
.club-rates .col-md-2 {
	border-top:1px solid #001538;
	border-bottom:1px solid #001538;	
}
.club-rates h5 {
	text-align:center;
	text-transform:uppercase;
	height:38px;
}
.club-rates .last {
	border-right:1px solid #001538;
}
.table-title {
	border:1px solid #001538;
	background:#ebe738;
	height:85px;
	padding:15px 0;
}
.table-title h5 {
	margin:0;
}
.club-rates h6 {
	background: #001538;
	color: #fff;
	text-transform: uppercase;
	margin: 0 -15px;
	font-size: 16px;
	text-align: center;
	padding: 4px 0;
	font-weight: normal;
}
.club-rates .price-buttons {
	margin-top:40px;
	margin-left:-15px;
}

/* ==|== Pre Owned ======================================================= */
.pre-owned {
	background:url(../img/preowned_boat_bg.jpg) no-repeat bottom left;
	background-size:90% 90%;
	border-bottom: 1px solid #001538;
	float: left;
	width: 100%;
	margin-bottom: 30px;
}
.pre-owned h4, .pre-owned span {
	color:#001538;
	font-weight:400;
}
.pre-owned ul {
	margin: 10px 0;	
	list-style: none;
	color: #0c0d10;
	font-weight: 200;
	font-size: 22px;
	line-height: 30px;

}
.pre-owned p {
	margin-top:30px;
}
.pre-owned span {
	
}

/* =============================================================================
   Sidebars
   ========================================================================== */
   
/* ==|== Blue Heading / Grey Body ======================================================= */
div.side-block {
	width:100%;
	border:1px solid;
}
div.side-block h5 {
	margin-top:0;
	padding:10px 5px;
	text-align:center;
	text-transform:uppercase;
	font-size:20px;
	width:100%;
}
div.side-block div {
	color:#999;
	text-align:center;
}
div.side-block.price {
	border:none;
}
.side-block img.aligncenter {
	margin-bottom:30px;
}

/* Colors */
div.side-block.grey {
	background:#ddd;
}
div.side-block.yellow {
	background:#e8bd43;
}
div.side-block.blue {
	background:#001538;
}
div.side-block.grey h5, div.side-block.yellow h5 {
	background:#001538;
	color:#fff;
}
div.side-block.blue h5 {
	background:#e8bd43;
	color:#001538
}
div.side-block.blue p {
	color:#fff;
}


/* =============================================================================
   Footer Styling
   ========================================================================== */

footer {
	padding:15px 0;
	background:#001538;
}
footer .site-info, footer .site-info a {
	text-align:center;
	color:#fff;
	font-weight:100;
	font-size:18px;
}
footer .site-info a {
	text-transform:uppercase;
	font-size:20px;
}
footer .site-info a span {
	font-weight: 500;
}

footer .footer-nav {text-align:center;margin-top:30px;}
footer .footer-nav h5, footer .footer-nav ul li:first-child {font-size:16px;font-weight:bold;margin-bottom:5px;margin-top:10px;}
footer .footer-nav h5 a, footer .footer-nav ul li a {color:#fff;text-transform:uppercase;}
footer .footer-nav ul {
	list-style:none;
	margin-left:0;
}
footer .footer-nav ul li {
	font-size:14px;
	line-height:20px;
	margin-bottom:3px;
}
footer .footer-nav ul li a {
	font-weight:100;
}

/* =============================================================================
   Gallery
   ========================================================================== */
.gallery-columns-3 .gallery-item {
	margin-top:10px;
	max-width:31%;
	margin-bottom:10px;
	margin-right:20px;
	width:auto;
}
.gallery-columns-3 .gallery-item:nth-child(3n+3) {
	margin-right:0;
}

/* =============================================================================
   Lightbox Form Styling
   ========================================================================== */
.fancybox-inner .gform_wrapper form {
	width:550px !important;
}

/* =============================================================================
   Tables
   ========================================================================== */
.table {
	margin-top:20px;
}
.table tr {
	background:#9d9fa2;
	color:#fff;
}
.table tr:nth-child(odd) {
	background:#7f7f7f;
}

/* =============================================================================
   Media Queries
   ========================================================================== */
@media (max-width: 1595px) {
	.container {width:auto;}
}
   
@media (max-width: 1100px) {
	.container {
		padding:0 15px;
	}
}
@media (max-width: 1045px) {
	/*
.slider-tagline h2 {
		background:url(../img/slider-arrow.png) no-repeat left 400px;
	}
*/
}
@media (max-width: 1005px) {
	header.site-header h1 {font-size:34px;line-height:34px;margin-top: 20px;}
	header.site-header h2 {
		font-size: 30;
	}
	header .social-icons li {
		width:25px;
		margin-right:2px;
	}
	
}
@media screen and (max-width: 768px) {
	body#blog_1 .nav-phone, body#blog_1 .navbar-toggle {display:none !important;}
	header nav.main-navigation, header nav.main-navigation .menu {
		margin-right:20px;
	}
	body.home #primary {
		background:url(../img/tablet-bg.jpg) no-repeat top center;
	}
	.container.slider-tagline {
		padding-top:140px;
	}
	.slider-tagline h2 {
		padding-bottom:20px;
	}
	.container.slider-tagline a {
		float:left;
	}
	.slider-tagline a.practice, .slider-tagline a.attorneys {
		margin-bottom:20px;
	}
	body.single-attorneys article h1.entry-title {
		padding-top:0;
	}
	body.single-attorneys article .entry-header h2 {
		margin-top:40px;
	}
	header .social-icons {
		width:140px;
		float:none;
		display:block;
		margin:10px auto 0;
	}
	header .social-icons li {
		width:40px;
		margin-right:5px;
	}
	.navbar-collapse.collapse.department-menu, .toggled .navbar-collapse.collapse.department-menu strong {display:block !important;}
	p.mobile-phone {margin-bottom:5px;} 
	.mobile-phone a, .mobile-phone {color:#fff;font-weight:400;}
}
@media screen and (max-width: 767px) {
	header.site-header {padding:0;}
	header.site-header h1 {font-size:28px;line-height:28px;margin-top: 20px;}
	header.site-header h2 {
		font-size: 24px;
	}
	header .contact-info {
		margin-top: 15px;
		float: left;
		width: 100%;
	}
	header .contact-info p {
		text-align:center;
		margin-bottom:0;
	}
	button.menu-toggle {top:17px;}
	button.menu-toggle img {width:24px;}
	.menu-toggle {display:block;}
	header nav ul li.current_page_item, header nav ul li:hover, .main-navigation li {
		padding-bottom:10px;
	}
	header nav ul li.current_page_item, header nav ul li:hover {
		border-bottom:0;
	}
	.main-navigation a {
		font-size:12px;
		line-height:16px;
		display: table-cell;
		vertical-align: middle;
		text-align: left;
	}
	.container.slider-tagline {
		padding-top:140px;
	}
	.slider-tagline img {
		clear:both;
	}
	body.single-attorneys article {padding-top:100px;}
	body.single-attorneys .body-content {background-size:100%;}
	
	body.single-attorneys article h1.entry-title {
		font-size: 18px;
		margin-bottom: 0px;
		line-height: 24px;
	}
	body.single-attorneys article .entry-header h2, body.single-attorneys article .entry-header h2.hidden-lg, body.single-practice-area article .entry-header h2.hidden-lg {
		margin-top: 4px;
		font-size: 14px;
		line-height: 20px;
	}
	body.single-attorneys article .entry-header h2.hidden-lg {
		margin-top:30px;
		font-size: 14px;
		line-height: 20px;
	}
	body.single-attorneys article .entry-header h2.hidden-lg a {
		font-weight:400;
	}
	body.single-attorneys article .entry-header h2.hidden-lg.icon {
		margin-top:28px;
	}
	body.single-attorneys article .entry-header h2.hidden-lg.icon a {
		color:#635852;
		font-size:18px;
	}
	body.single-attorneys article .entry-header h2.hidden-lg.icon img {
		
	}
	body.single-attorneys article .col-xs-8 {
		width:100%;
	}
	body.single-attorneys article .entry-content p, body.single-attorneys article .entry-content ul li {
		font-weight:300;
	}
	.entry-content .title {margin-bottom:30px;}
	
	/* Additions */
	header nav.main-navigation.toggled .menu {display:block;margin-left:0;box-shadow:none;-webkit-box-shadow:none;-moz-box-shadow:none;}
	body .main-navigation.toggled .nav-menu {
		display: block;
		position: relative;
		float: none;
		top: 15px;
		margin: 0 auto 20px;
		width: 100%;
		padding-right: 0;
	}
	header nav.main-navigation.toggled .menu li {
		padding-bottom: 10px;
		display: table;
		text-align: center;
		margin-right: 0;
		width: 45%;
		padding: 5px 0;
		border-top: none;
		border-bottom: 1px solid #fff;
		min-height: 43px;
	}
	header nav.main-navigation.toggled .menu li:nth-child(even) {
		border-right:none;
		float: right;
	}
	header nav.main-navigation.toggled .menu li:last-child, header nav.main-navigation.toggled .menu li:nth-last-child(2) {
		border-bottom:none;
	}
	header nav.main-navigation.toggled .collapse {
		padding:0;
	}
	header nav.main-navigation.toggled .collapse.in {
		border-top: 4px solid #fff;
		border-bottom: 4px solid #fff;
		padding-bottom: 10px;
		padding-top: 4px;
		margin-top: 25px;
		overflow-y:inherit;
	}
	body .navbar-toggle {
		margin: 0 auto;
		text-align: center;
		display: block;
		float: right;
		color: #fff;
		background: none;
		border: none;
		font-size: 16px;
		padding: 0px 0;
		box-shadow: none;
		text-shadow: none;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
	}
	body .navbar-toggle .pull-right.toggle-icon {
		margin-top: 7px;
		margin-left: 7px;
	}
	.navbar-toggle .icon-bar {
		display: block;
		width: 22px;
		height: 2px;
		border-radius: 1px;
		background-color: #fff;
	}
	header nav.main-navigation.toggled .collapse.department-menu {
		background: #fff;
		margin-top: 20px;
		margin-bottom: 20px;
		margin-left: -30px;
		margin-right: -30px;
	}
	header nav.main-navigation.toggled .collapse.department-menu li {
		min-height:0;
	}
	.department-menu strong {
		padding: 5px 0 0 25px;
		font-size: 15px;
		text-align: center;
	}
	header nav.main-navigation.toggled .collapse.department-menu ul {
		background: #7d7d7d;
		margin-bottom: 0;
		padding: 0 15px;
	}
	body .main-navigation.toggled .department-menu .nav-menu {
		top:5px;
	}
}

@media screen and (max-width: 700px) {
	header.site-header h1 {font-size:24px;line-height:24px;margin-top: 20px;}
	header.site-header h2 {
		font-size: 20px;
	}
}
@media screen and (max-width: 630px) {
	.gallery-columns-3 .gallery-item {
		max-width:29%;
	}
}

@media screen and (max-width: 600px) { 
	h2 {
		font-size: 21px;
		font-weight:300;
	}
	h3 {
		font-size: 18px;
		line-height: 26px;
	}
	p, ul {
		font-weight:300;
	}
	ul {
		margin-left: 18px;
	}
	a.button {
		width: 100%;
		float: left;
		margin-bottom: 20px;
		text-align: center;
	}
	body.home #primary {
		background:url(../img/mobile-bg.jpg) no-repeat top center;
		background-size:100% 100%;
	}
	header.site-header img {
		margin-top:5px;
	}
	header.site-header h1 {
		font-size: 15px;
		line-height: 21px;
		margin-top: 12px;
	}
	header.site-header h2 {
		font-size: 12px;
		margin-top: 0px;
		line-height: 14px;
		display:none;
	}
	.top-logo {
		padding:15px 0;
	}
	.top-container img {
		width: 280px;
	}
	
	footer a.button.contact {
		font-size:18px;
		padding:8px 20px;
		width:100%;
	}
	footer p {display:none;}
	.fancybox-inner .gform_wrapper form {
		width:410px !important;
	}
	.mobile-phone {
		margin-bottom: 0;
		font-size: 12px;
		line-height: 12px;
	}
	.main-navigation .nav-phone {
		padding-right: 0;
		padding-left: 0;
		margin-top: 5px;
	}
	
}
@media screen and (max-width: 500px) { 
	.fancybox-inner .gform_wrapper form {
		width:350px !important;
	}
}
@media screen and (max-width: 450px) { 
	.fancybox-inner .gform_wrapper form {
		width:auto !important;
	}
	header.site-header .col-xs-5 {
		padding:0 5px 0 0;
	}
	header.site-header .col-xs-7 {
		padding: 0;
	}
	header.site-header h1 {
		font-size: 18px;
		line-height: 21px;
		margin-top: 20px;
	}
	header nav.main-navigation {
		margin-top:5px;
	}
	header.site-header h1 span {
		width: 100%;
		float: left;
	}
	
}