/*
Theme Name: Gossage v1.0
Theme URI: http://www.gossagejewelers.com/
Author: Dustin Tittle
Author URI: http://www.elementtwentytwo.com/
Version: 1.0
*/

html{height:100%;}
body{padding:0;margin:0;width:100%;height:100%;text-align:center;}

@font-face {
    font-family: 'League Gothic';
    src: url('fonts/leaguegothic-regular-webfont.eot');
    src: url('fonts/leaguegothic-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/leaguegothic-regular-webfont.woff') format('woff'),
         url('fonts/leaguegothic-regular-webfont.ttf') format('truetype'),
         url('fonts/leaguegothic-regular-webfont.svg#league_gothicregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

img{max-width:90%;}

/* Style for our header texts
* --------------------------------------- */
h1.mast{
	font-family: 'TwCenMT-Regular';
	color:#FFF;
	text-shadow:2px 2px #000;
	font-size:3em;
	padding:0;
	margin:0 0 -.25em 0;
}
h2.mast{
	font-family: 'TwCenMT-Regular';
	color:#FFF;
	text-shadow:2px 2px #000;
	font-size:1.15em;
	padding:.75em 0 0 0;
	margin:0;
}
h2.mastbig{
	font-family: 'TwCenMT-Regular';
	color:#FFF;
	text-shadow:2px 2px #000;
	font-size:1.75em;
	padding:.5em 0 0 0;
	margin:0;
}
/*Form Elements*/
input{border:0;background:#d3d3d3;padding:.5em;margin:.5em;}
textarea {border:0;background:#d3d3d3;padding:.5em;width: 200px;height: 150px;display:block;margin-left:auto;margin-right:auto;}
/* Centered texts in each section
* --------------------------------------- */


/* Fixed header and footer.
* --------------------------------------- */
#header{
	position:fixed;
	top:0px;
	height: 49px;
	display:inline-block;
	width: 100%;
	z-index:9;
	text-align:center;
	background-color:#0e0b28;
	color: #f2f2f2;
	padding: 20px 0 0 0;
}
#footer {
	position:fixed;
	bottom:0px;
	height: 40px;
	line-height:20px;
	width: 100%;
	z-index:999;
	text-align:center;
	vertical-align:center;
	background-color: #000;
	color: #f2f2f2;
	padding:7px 0 5px 0;
	font-family:"Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	font-weight:lighter;
}

.column{width:65%;margin-left:auto;margin-right:auto;}
div#content {
    height: auto;
    margin: 20px auto -80px; /* footer height + space */
    min-height: 100%;
    padding: 20px 0 80px; /* footer height + space */
    box-sizing: border-box;
    overflow: auto;
}
/*PARAGRAPHS*/
p.content{font-family: 'Muli', sans-serif;color:#FFF;font-size:1em;font-weight:lighter;}
p.opening{font-family: 'Muli', sans-serif;color:#FFF;font-size:.8em;font-weight:lighter;}
a.dotted, a.dotted:link {text-decoration:none;border-bottom:1px dotted #fff;}
p.about{font-family: 'Muli', sans-serif;color:#FFF;font-size:1em;font-weight:lighter;text-align:justify;clear:left;}
p.about > em {font-weight:bold;font-style:normal;}
h1{font-family: 'Muli', sans-serif;color:#FFF;font-size:1.5em;font-weight:bold;text-align:justify;}
li.services {
	font-family: 'Muli', sans-serif;
	color:#FFF;
	font-size:1em;
	font-weight:lighter;
	text-align:justify;

}
p.copyright{padding:0;margin:0;font-size:.6em;}
/*LINKS*/
h2.mast > a,a:link,a:visited,a:hover,a:active{color:#FFF;text-decoration:none;}

.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

.video-container iframe,  
.video-container object,  
.video-container embed {
	position: absolute;
	left: 0;
	right:0;
	margin-left: auto;
	margin-right: auto;
	height: 100%;
	width:100%;
	z-index:999;
}

#page2{padding-top:3em;}
	
#footer a:link, #footer a:active, #footer a:visited, #footer a {
color:#Fff;
border:0;
text-decoration:none;
}

img.header{
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}

/*  COLUMN SETUP  */
.columns {width:55%;margin-left:auto;margin-right:auto;}
.col:first-child {margin-left: 0;}


/*  SECTIONS  */
.sect {
	clear: both;
	padding: 0px;
	margin: 0px;
}

/*  COLUMN SETUP  */
.col {
	display: block;
	float:left;
	margin: 1% 0 1% 1.6%;
}


/*  GROUPING  */
.group:before,
.group:after {
	content:"";
	display:table;
}
.group:after {
	clear:both;
}
.group {
    zoom:1; /* For IE 6/7 */
}
                                               
					
/*  GRID OF TWO  */
.span_2_of_2 {
	width: 100%;
}
.span_1_of_2 {
	width: 49.2%;
}


/*MASONRY*/
#container{max-width:1150px;margin: 0 auto;padding:0;margin-top:75px;}
#container:after {
  content: '';
  display: block;
  clear: both;
}
.item {
  margin:5px;
  height:220px;
  width:220px;
}
/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */

@media only screen and (max-width: 480px) {
	.col { 
		margin: 1% 0 1% 0%;
	}
	li.services {
		font-family: 'Muli', sans-serif;
		color:#FFF;
		font-size:1.1em;
		font-weight:lighter;
		text-align:justify;
	
	}
}

@media only screen and (max-width: 600px) {
	.span_2_of_2 {
		width: 100%; 
	}
	.span_1_of_2 {
		width: 100%;
	}
	.video-container iframe,  
	.video-container object,  
	.video-container embed {
		width: 80%;
		height: 80%;
	}
	#container{max-width:220px;margin: 0 auto;padding:0;}
	#container:after {
	  content: '';
	  display: block;
	  clear: both;
	}
	
	li.services {
		font-family: 'Muli', sans-serif;
		color:#FFF;
		font-size:1.1em;
		font-weight:lighter;
		text-align:justify;
	
	}
}

form{padding:0;margin:0;}
/* MENU */
#nav {
		position:fixed;
		width:100%;
		font-size:1.6em;
		padding:0;
		margin:0;
		background:#000;
		text-transform:uppercase;
		z-index:999;
	}
	
	#nav ul {
		padding:0;
		margin:0;
	}
	
	#nav li {
		display:inline-block;
		padding:0.5em 0.5em;
	}
	
	.lt-ie8 {
		display:inline;
		zoom:1;
	}
	
	#nav a {
		color:#F2F2F2;
		font-family: 'League Gothic';
		text-decoration:none;
		letter-spacing:2px;
	}
	
.slicknav_menu {
	display:none;
}

@media screen and (max-width: 40em) {
	/* #menu is the original menu */
	.js #nav {
		display:none;
	}
	
	.js .slicknav_menu {
		display:block;

	    z-index:9999999;
	}
	.column{width:85%;margin-left:auto;margin-right:auto;}
	h1.mast{
		font-family: 'TwCenMT-Regular';
		color:#FFF;
		text-shadow:2px 2px #000;
		font-size:2em;
		padding: 0;
		margin:0;
	}
	h2.mast{
		font-family: 'TwCenMT-Regular';
		color:#FFF;
		text-shadow:2px 2px #000;
		font-size:1em;
		padding:.5em 0 0 0;
		margin:0;
	}
	

}