/*
Theme Name: bluemarlin
Theme URI: www.bluemarlinmarineservices.com.au
Author: www.jessupdigital.com.au
*/
html {
  position: relative;
  min-height: 100%;
}

body {
	background:url(images/background.jpg) no-repeat;
	font-family: 'Montserrat', sans-serif;
	margin-bottom:50px !important;
}

/* ======================== Globals ======================== */

img {
	width:100%;
	height:auto;
}

.breadcrumbs {
	line-height:50px;
}

.wpcf7 img {
	width:inherit;
}

footer img {
	width:inherit;
}

.content {
	background:#fff;
}

/* ======================== Header ======================== */

header {
	background:#fff;
	border-bottom:20px solid #fafafa;
}

	header img {
		max-height:100px;
		max-width:380px;
	}
	
/* ======================== Navigation Menu ======================== */




/* ======================== Homepage ======================== */

.slider {
	height:700px;
	background:url(images/slider-background.jpg) #000 center no-repeat;
}

.homepageoutboards {
	margin-top:-180px;
}

	.homepageoutboards h2 {
		padding-top:20px;
	}

.outboardrange {
	background-color:#fff; 
	height:600px; 
	background-clip:content-box;
	text-align:center;
	margin-bottom:20px;
	
	transition: opacity .25s ease-in-out;
   -moz-transition: opacity .25s ease-in-out;
   -webkit-transition: opacity .25s ease-in-out;
	}
	
	.outboardrange img {
		max-width:145px;
		margin-top:50px;
		
	}
	
	.outboardrange:hover {
		opacity:0.9;
		transition-delay:opacity 2s;
	}
	
	.single-outboard:hover {
		opacity:0.5;
	}
	
	.outboard-price {
		background:#dc220f;
		height:60px;
		text-align: center;
		line-height: 60px;
		color: white;
	}
	
/* ======================== Footer ======================== */	

footer {
	position:absolute;
	bottom:0;
	height:50px;
	background-color:black;
	line-height:50px;
	color:white;
	width:100%;
}
footer a {color:white;}
footer span {
	color:#ee4623;
}
	
	
/* ======================== Outboards ======================== */	
.single-outboard {
	padding-top:10px;
	
}
.single-outboard img {
	border:1px solid black;
	background:white;
	min-height:141px;
	
}
.specs {
	list-style-type:none;
	}
	.bold {
		font-weight:bold;
	}
.outboard-title {
	background:#000;
	color:white;
	text-align:center;
	padding:20px 0;
	border-bottom:5px solid #dc220f;
}

.specs .row:nth-child(even) {
	background:#f7f7f7;
}

.specs p {
	margin:14px 0 !important;
}
.outboard-contact {
	background:#000;
	height:60px;
	text-align: center;
}
.outboard-contact p{
	line-height:60px;
	color:white;
}

ul.specs {
	padding-left:0 !important;
}

.social-bar {
	margin-top:10px;
	text-align:center;
}


