/*
Theme Name: 	Starkers
Theme URI: 		http://viewportindustries.com/products/starkers
Description: 	The totally nude Wordpress theme!
Version: 		4.0
Author: 		Elliot Jay Stocks & Keir Whitaker
Author URI: 	http://viewportindustries.com
Tags: 			starkers, naked, clean, basic
*/

/*
===========================
CONTENTS:

01 Sensible defaults
02 Typography
03 Media queries 
===========================
*/

/* ---------------------------------------------------------------------------------------------------------- 
01 Sensible defaults ----------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */

@import "css/reset.css";

div,
article,
section,
header,
footer,
nav,
li					{ position:relative; /* For absolutely positioning elements within containers (add more to the list if need be) */ }
.group:after 		{ display:block; height:0; clear:both; content:"."; visibility:hidden; /* For clearing */ }
body 				{ background:#fff; /* Don't forget to style your body to avoid user overrides */ }
::-moz-selection 	{ background:#ff0; color:#333; }
::selection 		{ background:#ff0; color:#333; }

/* ---------------------------------------------------------------------------------------------------------- 
02 Typography -----------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */
/*

14 / 16	= 		0.875em 		(14px equivalent)
16 / 16	= 		1em 			(16px equivalent)
18 / 16 = 		1.125em 		(18px equivalent)
21 / 16 = 		1.3125em 		(21px equivalent)
24 / 16 = 		1.5em 			(24px equivalent)
30 / 16 = 		1.875em 		(30px equivalent)

*/

body,
input,
textarea 			{ /* We strongly recommend you declare font-weight using numerical values, but check to see which weights you're exporting first */ }

h1, 
h2, 
h3, 
h4, 
h5, 
h6 					{ font-weight:bold; /* This helps to identify headings at the initial build stage, but you should write something more precise later on */ }

/* ---------------------------------------------------------------------------------------------------------- 
03 Media queries (using a mobile-first approach) ------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */

html {
	overflow-x: hidden;
}
.home .background {
	background: url("images/bg.jpg") top center no-repeat;
	background-size: cover;
	height: 126.667vw;
}
#inside-page {
	background: url("images/bg_inside.jpg") top center no-repeat;
	background-size: cover;
}

.sub-footer {
	background: #9e0b0f;
}
header, .extra-padding {
	padding: 0 5.36vw;
}
.home header {
	position: relative;
	top: 0.9375vw;
	background: rgba(255,255,255,0.6);
}
#inside-page header {
	position: relative;
	top: 0.9375vw;
	background: rgba(255,255,255,0.6);
}
.header-left a {
	background: url("images/logo_header.png") top center no-repeat;
	width: 38.229vw;
	height: 13.958vw;
	text-indent: -9999px;
	display: inline-block;
	background-size: cover;
	margin-bottom: 0.8vw;
	margin-top: 0.2vw;
}
.header-right {
	padding-top: 4.375vw;
}
.header-right ul {
	display: flex;
	justify-content: space-between;
}
.header-right li {
	font-size: 1.354vw;
	font-weight: bold;
	text-transform: uppercase;
}
.header-right li a, .header-right li a:hover {
	color: #9e0b0f;
	text-decoration: none;
}
.slideshow {
	width: 38.333vw;
    height: 28.9583vw;
    border: solid 8px #000000;
    border-radius: 4px;
    margin: -5.208vw auto 0;
    box-shadow: 0 0 10px #000000;
	
}
.amenities {
	margin-top: 2.604vw;
}
.amenities li {
	position: relative;
	display: block;
	font-weight: bold;
	font-size: 1.5625vw;
	line-height: 3.125vw;
	text-shadow: #FFFFFF 0 0 5px, #FFFFFF 0 0 10px;
}
.amenities li:before {
	content: '';
	border-bottom: solid 1px #000000;
	box-shadow: #FFFFFF 0 0 5px, #FFFFFF 0 0 10px;
	position: absolute;
	width: 25%;
	left: 37.4%;
	bottom: 0;
}
.amenities li:last-child:before {
	border-bottom: none;
}
div.services img {
	margin-top: 13.021vw;
	margin-bottom: 5.469vw;
}
.address {
	margin-left: 39.76vw;
}
.address h3 {
	font-size: 1.875vw;
	margin-top: -1.5625vw;
}
.address p {
	font-size: 1.0625vw;
	margin-bottom: 0;
}
.address a, .address a:hover {
	color: black;
	font-weight: bold;
}
.footer-contact .gfield_label {
	position: absolute;
	left: -9999px;
}
.gform_footer input[type="submit"] {
	background: transparent;
	font-size: 1.5625vw;
	text-transform: uppercase;
	border: none;
	font-weight: bold;
}
.gform_footer input[type="text"],
.gform_footer input[type="email"],
.gform_footer textarea {
	width: 26.041vw !important;
}
.footer-contact h3 {
	text-transform: uppercase;
	margin-bottom: 1.5625vw;
	font-size: 1.5625vw;
}
.footer-facebook {
	display: flex;
	align-items: center;
	justify-content: center;
	padding-top: 3.49vw;
}
.footer-yelp img {
	margin-top: 3.49vw;
}
.copyright {
	color: white;
	font-size: 1.042vw;
	text-transform: uppercase;
}
.copyright a, .copyright a:hover {
	color: white; 
	text-decoration: none;
}
.menu-footer ul {
	display: flex;
	justify-content: space-around;
}
.menu-footer li {
	font-size: 1.354vw;
	text-transform: uppercase;
	font-weight: bold;
}
.menu-footer li a, .menu-footer li a:hover {
	color: white;
	text-decoration: none;
}
.services img {
	width: 25.15625vw;
}
.footer-logo img {
	width: 38.4375vw;
}
.footer-yelp img {
	width: 4.635vw;
}

.main-content {
	box-shadow: 0 0 1rem 0 rgba(0, 0, 0, .2); 
	position: relative;
	z-index: 1;
	border-radius: 10px;
	background: rgba(255,255,255,1);
	border: solid 1px #BBBBBB;
}
.shadow-photo img, .shadow-photo iframe, .jig-link img {
	border: solid 1px #333333;
	box-shadow: 0 0 1rem 0 rgba(0, 0, 0, .3); 
}

.main-content p,
.main-content li,
.main-content td,
.main-content th {
	font-size: 1.0833vw !important;
	line-height: 142%;
}
.main-content ul {
	margin: 10px 0 10px 45px;
}
.main-content li {
	list-style: square;
}

@media screen and (max-width: 991px) {
	
	#wprmenu_bar .menu_title a {
		display: inline-block;
		position: relative;
		top: 0;
		font-size: 36px;
		color: white;
		text-decoration: none;
	}
	.header-left a {
		background: url("images/logo_header.png") top center no-repeat;
		width: 300px;
		height: 109px;
		text-indent: -9999px;
		display: inline-block;
		background-size: contain;
		margin: 10px auto;
	}
	
	.home .background {
		background: url("images/bg_inside.jpg") top center no-repeat;
		background-size: cover;
		height: auto;
	}
	
	.slideshow {
		width: 376px;
		height: 286px;
		border: solid 8px #000000;
		border-radius: 4px;
		margin: -5.208vw auto 0;
		box-shadow: 0 0 10px #000000;

	}
	.amenities {
		margin: 30px auto 50px; 
	}
	ul.amenities {
		padding-left: 0;
	}
	.amenities li {
		position: relative;
		display: block;
		font-weight: bold;
		font-size: 1.2em;
		line-height: 2.4em;
		text-shadow: #FFFFFF 0 0 5px, #FFFFFF 0 0 10px;
	}
	.amenities li:before {
		content: '';
		border-bottom: solid 1px #000000;
		box-shadow: #FFFFFF 0 0 5px, #FFFFFF 0 0 10px;
		position: absolute;
		width: 25%;
		left: 37.4%;
		bottom: 0;
	}
	.address {
		text-align: center;
		margin-left: 0;
	}
	.address h3 {
		font-size: 1.5em;
		margin-top: 30px;
		margin-bottom: 0;
	}
	.address p {
		font-size: 1.42em;
		margin-bottom: 30px;
	}
	.footer-yelp img {
		width: 25%;
		margin: 30px auto;
	}
	.footer-contact h3 {
		text-transform: uppercase;
		margin-bottom: 20px;
		font-size: 1.5em;
	}
	.gform_footer input[type="submit"] {
		font-size: 1.4em;
	}
	.gform_footer input[type="text"],
	.gform_footer input[type="email"],
	.gform_footer textarea {
		width: 95% !important;
	}
	.copyright {
		text-align: center;
		font-size: 1em;
		padding: 10px;
	}
	.line {
		display: block;
	}
	.sep {
		display: none;
	}
	
	.main-content {
		box-shadow: 0 0 0 transparent; 
		position: relative;
		z-index: 1;
		border-radius: 0;
		background: white;
		border: none;
		margin: 0 auto;
		width: 90%;
	}
	.shadow-photo img, .shadow-photo iframe, .jig-link img {
		border: solid 1px #333333;
		box-shadow: 0 0 1rem 0 rgba(0, 0, 0, .3); 
	}

	.main-content p,
	.main-content li,
	.main-content td,
	.main-content th {
		font-size: 1.1em !important;
		line-height: 142%;
	}
	.main-content ul {
		margin: 10px 0 10px 45px;
	}
	.main-content li {
		list-style: square;
	}
}



