/*
Theme Name: Glaciers Edge
Theme URI: http://glaciersedgewine.com/
Description: Custom design for Glaciers Edge Winery and Vineyard.
Version: 1.0
Author: Fingertech Website Design
Author URI: http://fingertech.us/

*/



@import url(//fonts.googleapis.com/css?family=EB+Garamond);
@import url(//fonts.googleapis.com/css?family=Linden+Hill);
@font-face {
    font-family: 'ex_pontoregular';
    src: url('ex_ponto_regular-webfont.eot');
    src: url('ex_ponto_regular-webfont.eot#iefix') format('embedded-opentype'),
         url('ex_ponto_regular-webfont.woff') format('woff'),
         url('ex_ponto_regular-webfont.ttf') format('truetype'),
         url('ex_ponto_regular-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;

}

* {
	box-sizing: border-box;
}
body {
	background: #8098c9;
	font-family: 'EB Garamond', serif;
	font-size: 16px;
}
.container {
	background: #e6eaf4;
	-webkit-box-shadow: 0 0 6px 1px rgba(0,0,0,.4);
	box-shadow: 0 0 6px 1px rgba(0,0,0,.4);
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	padding: 0 0 2% 0;
}
h1, h2, h3, h4, h5, h6 {
	font-family: ex_pontoregular;
	font-weight: normal;
	margin: .25em 0;
	padding: 0;
	color: #25358f;
}
h1 {
	font-size: 3.5em;
}
h2 {
	font-size: 2.7em;
}
h3 {
	font-size: 2.4em;
}
h4 {
	font-size: 2.0em;
}
h5 {
	font-size: 1.7em;
}
h6 {
	font-size: 1.5em;
}
.header {
	background: #9A3032;
	width: 100%;
	height: 278px;
	background: url(images/header_bg.jpg) no-repeat;
	position: relative;
}
.logo {
	padding: 20px 40px 35px 40px;
}
.weather {
	position: absolute;
	top: 10px;
	right: 10px;
	background: #fff;
	padding: 5px;
	margin: 5px;
	border: 1px solid #efefef;
}
.nav {
	font-family: 'Linden Hill', serif;
	font-variant: small-caps;
	font-size: 1.3em;
	color: #223184;
	text-align: center;
	padding: 5px 0 0 0;
}
.nav a {
	color: #223184;
	text-decoration: none;
	display: block;
	-webkit-box-shadow:inset 0 0 25px 2px rgba(0,0,0,.75);
	box-shadow:inset 0 0 25px 2px rgba(0,0,0,.75);
	padding: 10px 15px;
}
.nav a:hover {
	-webkit-box-shadow:inset 0 0 25px 2px rgba(0,0,0,.55);
	box-shadow:inset 0 0 25px 2px rgba(0,0,0,.55);
}
.nav ul {
	margin: 0;
	padding: 0;
}
.nav ul li {
	-webkit-box-shadow: 2px 2px 6px 1px rgba(0,0,0,.7);
	box-shadow: 2px 2px 6px 1px rgba(0,0,0,.7);
	background: #f9f9fb;
	display: inline-block;
	margin: 0 10px;
	text-align: center;
}
.splash {
	max-height: 300px;
	width: 100%;
	overflow: hidden;
}
.splash img {
	width: 100%;
	height: auto;
}
.main {
	background: url(images/body_bg.jpg) no-repeat top left;
	width: 100%;
	padding: 1% 2%;
}
.three-column {
	display: block;
	-webkit-box-shadow: 2px 2px 6px 1px rgba(0,0,0,.7);
	box-shadow: 2px 2px 6px 1px rgba(0,0,0,.7);
	width: 28%;
	margin: 0 2.5%;
	min-height: 180px;
	float: left;
	background: #f9f9fb;
}
.three-column-inside {
	display: block;
	min-height: 180px;
	-webkit-box-shadow:inset 0 0 25px 2px rgba(0,0,0,.75);
	box-shadow:inset 0 0 25px 2px rgba(0,0,0,.75);
}
.three-column .thumb {
	margin: 0;
	padding: 0;
	overflow: hidden;
	width: 100%;
	max-height: 100px;
}
.three-column .thumb img {
	width: 100%;
	height: auto;
}
.three-column .text {
	padding: 1% 4%;
}
.three-column .text h2 {
	color: #000000;
	margin: .15em 0 0 0;
	font-size: 2em;
}
.three-column .text h2 a {
	color: #000000;
	text-decoration: none;
}
.three-column .text p {
	margin: 0;
	font-size: .8em;
	line-height: 1.3;
	margin-bottom: .5em;
}
.three-column a {
	color: #223184;
	text-decoration: underline;
}
.footer {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	font-size: .7em;
	padding: .5%;
}
.form {
width: 80%;
margin: 0 auto;
background: rgba(0,0,0,.4);
border-radius: 25px;
padding: 5%;
box-sizing: border-box;
}
.form .full {
width: 100%;
}
button,
input,
textarea {
	font-size: 1.5em;
	border: 1px solid #ccc;
	border-radius: 3px;
	font-family: inherit;
	padding: 6px;
	padding: 0.428571429rem;
}
button,
input {
	line-height: normal;
}
textarea {
	overflow: auto;
	vertical-align: top;
}

.small {
	font-size: .7em;
}
img {
	border: none;
}

@media screen and (max-width: 600px) {
body {
	margin: 0;
}
.container {
	background: #e6eaf4;
	-webkit-box-shadow: none;
	box-shadow: none;
	width: 100%;
	max-width: 1000px;
	margin: 0;
	padding: 0;
}
.weather {
	display: none;
}
.logo img {
	max-width: 100%;
	height: auto;
}
.nav .menu_btn {
display: block;
}

.nav ul {
margin: 0;
padding: 0;
z-index: 99999;
position: absolute;
width: 100%;
}
.nav ul li {
display: block;
}
.three-column {
	float: none;
	width: 80%;
	margin: 20px auto;
}

}

.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.aligncenter {
	display: block;
	margin: 0 auto;
}