
/* Chrome 33 font fix */

body
{
    -webkit-animation-duration: 0.1s;
    -webkit-animation-name: fontfix;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: linear;
    -webkit-animation-delay: 0.1s;
}
@-webkit-keyframes fontfix{
    from{   opacity: 1; }
    to{ opacity: 1; }
}

/* Custom Stylage */

#headerbg {
display: block;
width: 100%;
height: 175px;
min-width: 1000px;
z-index: 9999;
position: absolute;
top: 0px;
left: 0px;
background: url(../images/gg_bg_header.png) no-repeat top center;

}

.gg-ltgreen {
	color: #7dbd47;
}

.gg-dkgreen {
	color: #005832;
}

.gg-bg-ltgreen {
	background: #7dbd47;
	color: #fdf0ca;
}

.gg-bg-dkgreen {
	background: #005832;
	color: #fdf0ca;
}


.home_slider {
	margin: 0; 
	width: 1000px; 
	position: relative; 
	top: -30px;
}


.bg-tan {
	background: url('../images/bg_tan.jpg') repeat top left;
}

.bg-brown {
	color: #fdf0ca;
	background: #594841 url('../images/bg_brown.jpg') repeat top left;
}

.bg-orange {
	color: #fdf0ca;
	background: #c88565 url('../images/bg_orange.jpg') repeat top left;
}

.bg-black {
	color: #fdf0ca;
	background: #373737 url('../images/bg_black.jpg') repeat top left;
}

.bg-green {
	-x-color: #fdf0ca;
	background: url('../images/bg_green.jpg') repeat top left;
}

.bg-green header {
	color: #fdf0ca;
}



.clear {
	clear: both;
}

.page_container {
	width: 100%;
	min-width: 1000px;
	margin: 0px auto;
	border-top: 6px solid black;
	border-bottom: 30px solid black;
}

.page_container.bg-orange {
	border-color: #c4633c;
}

.page_container.bg-green {
	border-color: #68a377;
}

.page_container.bg-tan {
	border-color: #c4bda6;
}





.button {
	background: #c4633c;
	display: inline-block;
	padding: 15px 25px 15px;
	color: #fff;
	text-decoration: none;
	line-height: 1;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0 1px 3px #999;
	-webkit-box-shadow: 0 1px 3px #999;
	position: relative;
	cursor: pointer;
	text-shadow: 0 -1px 1px #666;
	border: 2px solid #c4633c;
	margin-right: 20px;
	
}
.button:hover {
	color: #fff;
	border-color: #fdf0ca;
}



 
#mobilenav { 
	display: none;
	float: right;
	margin: 15px 20px;
	font-size: 20px;
	text-align: right;
	list-style: none;
	color: #7dbd47;
	font-family: 'Oswald', Helvetica, sans-serif;	
}

#mobilenav a {
	color: #fdf0ca;
	font-family: 'Oswald', Helvetica, sans-serif;
}

.bwWrapper {
	position:relative;
	display:block;
	cursor: pointer;
}

.client .bwWrapper {
	cursor: default;
}


section {
	padding-bottom: 15px;
}


section header {
	-x-outline: 1px dashed #829a84;
	-x-outline-offset: -4px;
	font-size: 80px;
	padding: 10px;
	text-align: center;
	margin: 0px auto 25px;
	-x--webkit-box-shadow: 0px 3px 4px rgba(50, 50, 50, 0.25);
	-x--moz-box-shadow: 0px 3px 4px rgba(50, 50, 50, 0.25);
	-x-box-shadow: 0px 3px 4px rgba(50, 50, 50, 0.25);
	float: none;
	text-transform: uppercase;
	font-family: 'Oswald', Helvetica, sans-serif;
	
}


/* Header Styles */

nav {
	background: transparent;
	height: 70px;
	padding: 0px 50px 0 50px;
	position: relative;
	z-index: 900;
	top: 0px;
	width:900px;
}


nav a {
  font-family: 'Oswald', Helvetica, sans-serif;
  color: #fdf0ca;
  display: block;
  float: left;
  font-size: 26px;
  height: 41px;
  line-height: 18px;
  margin: 44px 0 0 24px;
  padding-top: 20px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  width: 150px;
  position:relative;
  z-index:20;
  font-weight: 700;
}
nav a.sub:active, nav a.sub.active { 
	background-position: 0 -124px; 
	color: #78c422; 
}
nav a.sub:hover, nav a.sub.active:hover { 
	background-position: 0 -124px; 
	color: #fff; 
}
nav a.projects { 
	margin-left: 0; 
}
nav a.culture { 
	margin-left: 252px;
}

#mobilenav a:active, #mobilenav a.active { color: #3ec2cf; }



nav a.home {
	z-index:100; 
	background: url('/wp-content/themes/greatgoats/images/gg-logo.png') 0 0 no-repeat transparent; 
	display: block; 
	height: 150px; 
	left: 415px; 
	margin: 0; 
	padding: 0; 
	position: absolute; 
	top: 25px; 
	width: 160px; 
	background-size: 160px;
}
	
nav a.home img { 
	display: block; 
	height: 101px; 
	width: 100px; 
}

nav a.home span { 
	display: block; 
	position:absolute; 
	background: url('/wp-content/themes/greatgoats/images/sprite.png') 0 -132px no-repeat transparent; 
	top: 0; 
	left: 0; 
	bottom: 0; 
	right: 0; 
	height: 130px; 
	width: 130px;
}



.svg nav a.home {z-index:100; background: url('/wp-content/themes/greatgoats/images/gg-logo.svg') 0 0 no-repeat transparent; display: block; height: 160px; left: 415px; margin: 0; padding: 0; position: absolute; top: 5px; width: 160px; background-size: 160px; }
.svg nav a.home img { display: block; height: 101px; width: 100px; }
.svg nav a.home span { display: block; position:absolute; background: url('/wp-content/themes/greatgoats/images/sl-logo2.svg') 0 -165px no-repeat transparent; top: 0; left: 0; bottom: 0; right: 0; height: 130px; width: 130px; background-size: 127px;
}



.nav-previous .meta-nav {
	background: url('/wp-content/themes/greatgoats/images/sprite.png') -138px -86px no-repeat transparent;
	display: block;
	height: 20px;
	left: 0px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 23px;
	width: 20px;
}

.nav-next .meta-nav {
	background: url('/wp-content/themes/greatgoats/images/sprite.png') -155px -86px no-repeat transparent;
	display: block;
	height: 20px;
	right: 0px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 23px;
	width: 20px;
}

.nav-previous :hover .meta-nav, .nav-next :hover .meta-nav {
	background-position-y: -106px;
}

#content nav .nav-previous a, #content nav .nav-next a {
	background: none;
}

#content nav .nav-previous a, #content nav .nav-next a {
	color: #777777;
}

#content nav .nav-previous a:hover, #content nav .nav-next a:hover {
	color: #373737;
}


body {
	background: url('../images/bg_tan.jpg') repeat top left;
}


#gg-hero {
 
margin: 50px;
}


.sl-excerpt img {
		width: 150px;
	}	
.excerpt img {
		width: 100%;
	}	


#main {
	padding: 0;
	position: relative;
}


.single #main {
	padding-top: 150px;
}



.hero-header h1 {
	
line-height: 1.15em;
font-weight: 700;
text-transform: uppercase;
color: #373737;
font-size: 400%;
text-align: center;
		
}


.hero-header p {
	font-size: 22px;
	line-height: 1.5;
	margin-top: 20px;
	text-align: center;
	color: #373737;
}


.hero-header h1 {
	color: #373737;
	font-size: 48px;
	margin: 0;
}


#royalslider-1.royalSlider .royalSlide, #royalslider-1.royalSlider .royalWrapper {
	background: #96CC52;
}

#royalslider-1.royalSlider .royalHtmlContent {
color: white;
padding: 5%;
font-size: 5.3em;
overflow: hidden;
line-height: 1.25;
}

#nav-below {
height: 120px;
}






/* Footer Styles */

#third-block {
	width: 313px;
	display: inline-block;
	padding: 10px;
	float: left;
	
}

#third-block h2 {
	font-size: 25px;
	text-transform: uppercase;
}

.footerwrapper #third-block.sl-bg-blue h2 {
    margin-left: 40px;
    color: #fff;
}

.footerwrapper #third-block.sl-bg-orange h2 {
    margin-right: 40px;
    text-align: right;
    color:#fff;
}

.column-third, .column-twothird  {
	display: inline-block;	
	
}

.column-third .inner, .column-twothird .inner {
	height: 240px;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	padding: 20px 0;
	
}


.column-third {
	width: 270px;
	float: right;
}

.column-twothird {
	width: 600px;
	margin-right: 25px;
}

.column-third .inner p {
	text-align: left;	
}

.column-third .inner span {
	float: right;	
	text-align: right;
}

.footercontainer a {
	color: #efefef;
}

.footercontainer a:hover {
	color: #fff;
}

.cformright {
	display: inline-block;
}

.cformleft {
	float: left;
	display: inline-block;
	margin-right: 30px;
}
.cformleft p {
	margin-bottom: 0px;
}

.footerwrapper {
	width: 1000px;
	clear: both;
}

.footercontainer {
	width: 900px;
	margin: 0px auto; 
}

.footercontainer form input, .footercontainer form textarea {
	resize: none;
	background: #757575;
	color: #ffffff;
	display: block;
	font-size: 14px;
	margin: 0 0 10px 0;
	padding: 10px;
	width: 250px;
	border: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.footercontainer form textarea {
	width: 280px;
	height: 110px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 8px;
	border-radius: 5px;
}

.wpcf7-text {
	color: #ffffff;
}

div.wpcf7-response-output {
	margin: 0;
}
div.wpcf7-response-output {
	background: #333;
	position: absolute;
	top: 140px;
}

.widget_ns_mailchimp .button,
.footercontainer form .wpcf7-submit {
	width: 125px;
	background: #7CB235;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	cursor: pointer;
	text-transform: uppercase;
}
.widget_ns_mailchimp .button {
	float: right;
}

.widget_ns_mailchimp .button:hover,
.footercontainer form .wpcf7-submit:hover {
	background: #699c25;
}

.social-links {
	margin-bottom: 22px;
}

.social-links a {
	width: 60px;
	height: 60px;
	display: inline-block;
	margin-right: 6px;
	padding: 0px;
	background: url('/wp-content/themes/greatgoats/images/social-icons.svg') no-repeat;
}
.social-links span {
	width: 100%;
	height: 100%;
}

.social-links .twitter {
	background-position: 0 0; 
}
.social-links .twitter:hover {
	background-position: 0 -75px; 
}
.social-links .facebook {
	background-position: -70px 0; 
}
.social-links .facebook:hover {
	background-position: -70px -75px; 
}
.social-links .linkedin {
	background-position: -140px 0; 
}
.social-links .linkedin:hover {
	background-position: -140px -75px; 
}
.social-links .rss {
	background-position: -210px 0; 
}
.social-links .rss:hover {
	background-position: -210px -75px; 
}

.address,
.copyright {
	margin-bottom: 0px;
	margin-left: 20px;
	display: inline-block;
	color: #ccc;
}













/* Comments and Sharing */

.comments-wrapper{
	width: 100%;
	padding: 40px 0 0 0;
}

.comments-title {
	font-size: 24px;
	color: #3EC2CF;
	margin-bottom: 10px;
	font-weight: lighter;
}

#comments {
	width: 640px;
	margin: 0 auto;
}

#sharing {
  padding: 10px;
  width: 620px;  
}

#sharing-buttons {
  width: 100%;
  float: left;
}
  #sharing-buttons .share-button {
    float: left;
    width: 90px;
  }
  #sharing-buttons .googleplus1-button {
    width: 70px; 
    -xmargin-top: 2px;
  }
  
  .twitter-button {
	-x-margin-top: 2px; 
  }

  #sharing-buttons .facebook-button {
  }

.sharing-clear {
  clear: both;
}

#facebook-comments {
  margin: 0;
  min-height: 200px;
}


#cboxCurrent {
	display: none !important;
}











@media only screen and (max-width: 480px) {

	#cboxTitle {
		display: none !important;
	}
	
	#page {
		width: 100%;
	}
	
	#headerbg,
	.page_container {
		min-width: 100%;
	}
    
    #branding {
	    min-height: 340px;
	    padding-left: 20px;
    }
    
    nav.openNav .sub { 
    	display: none;
    }
    
    
	.js #branding {
		padding-left: 20px;
		min-height: 150px;
	}
	
	
	#mobilenav { 
		display: block;
		margin: 10px 20px;
	}
	
	.hero-header h1 {
		font-size: 30px;
	}
	
	.custom-hero-header h1 {
		font-size: 300%;
	}
	
	
	#gg-hero {
		margin: 10px 20px 50px 20px;
	}

	.button {
		padding: 15px;
		margin-bottom: 10px;
	}
	
	.hero-header h1 {
		margin: 40px 0;
	}

	.singular .entry-header,
	.singular .entry-content,
	.singular footer.entry-meta,
	.singular #comments-title {
		margin: 0 auto;
		width: 100%;
	}
	
	
	.svg nav a.home {
		height: 150px; 
		left: 0; 
		margin: 0; 
		padding: 0; 
		top: 12px; 
		width: 160px; 
		background-size: 130px;
	}

	nav a.culture {
		margin-left: 0;
	}
	
	nav a {
		width: 40%;
		margin-left: 10%;
	}
	
	#sl-slider {
		width: 88%;
		margin: 30px 18px;
		}
		
	.sl-excerpt img {
		width: 95%;
	}	
	
	.sl-blogtitle {
		line-height: 1;
	}
	
	
	nav, .column-twothird, 
	.column-third, 
	.footerwrapper, 
	.footercontainer form input, 
	.footercontainer form textarea {
		width: 100%;
		float: none;
		padding: 0;
		margin: 0;	
		height: auto;
	}
	
	.column-third {
	margin-top: 30px;
	}
	
	.footercontainer, 
	.cformleft, 
	.cformright {
		width: 90%;
	}
	
	.footerwrapper #third-block.sl-bg-blue,
	.footerwrapper #third-block.sl-bg-pink {
		display: none;
	}
	
	.footerwrapper #third-block.sl-bg-orange {
		width: 95%;
		background: #3ec2cf;
	}
	
	.footerwrapper #third-block.sl-bg-orange h2 {
		text-align: left;
		margin-left: 10px;
	}
	.widget_ns_mailchimp .button {
		float: none;
	}
	
	.column-third .inner, 
	.column-twothird .inner {
	height: auto;
	}
	
	#content nav .nav-previous a, 
	#content nav .nav-next a {
		margin: 20px auto;
		width: 100%;
	}
	
	#nav-single .nav-previous, 
	#nav-single .nav-next {
		width: 45%;
	}
	.address {
		display: none;
	}
	
	#mjm-plug, .copyright {
		text-align: center;
	}
	.footercontainer form input, 
	.footercontainer form textarea {
		padding: 12px;
		width: 92%;
		margin-bottom: 5px;
	}
	
	#sharing {
		width: 94%;
	}
	#comments {
		width: 100%;
	}
	.comments-title {
		font-size: 18px;
	}
	
	#main {
	padding: 0;
}
	
}











.single .entry-title,
.single .hero-header,
.single .entry-header p {
	text-align: center;
}

.single .entry-title {
	color: #959595;
	font-weight: 100;
}

.single .fullimage {
	width: 100%;
	height: auto;
	margin: 50px 0;
}

.single #nav-single {
	
	height: 75px;
	position: absolute;
	top: -20px;
	background: transparent;
	left: -50px;
	padding: 0;
	margin: 0;
	width: 925px;
	overflow: initial;
		
	
}

.single #sl-slider {
	width: 640px;
	margin: 0 auto;
}

.single .fast-fact-item {
	padding: 0 0 0 195px;
	position: relative;
	min-height: 55px;
	
}

.single .fast-fact-number {
	font-size: 50px;
	color: white;
	width: 185px;
	min-height: 55px;
	text-align: right;
	text-decoration: none;
	position: absolute;
	top: -20px;
	left: 0;
	padding: 5px;
	
}

.small.video {
	width: 45%;
	height: 50%;
	float: left;
	margin: 5px 10px 40px;
}


.single .entry-content {
	width: 640px;
}

.single .fast-fact-info {
	margin: 0 0 0 10px;
	padding: 12px 0 0 0;
	border: 0;
	outline: 0;
	font-size: 120%;
	background: transparent;
}


@media only screen and (max-width: 480px) {
	
	.single #nav-single {
	
		height: 75px;
		left: 0px;
		position: relative;
		top: 0;
		padding: 0 0 1.625em;
		margin: initial;
		width: 100%;
			
	
	}
	.single .fast-fact-number {
		font-size: 30px;
		width: 120px;
		top: 0;
	}
	
	.single .fast-fact-item {
		padding: 0 0 0 135px;
	}
	
	.single #sl-slider,
	.single .entry-content {
		width: 100%;
	}
	
	.single #sl-slider iframe {
		width: 100%;
		height: 100%;
		margin: 0px auto;
	}
	.small.video {
		width: 100%;
		height: inherit;
		float: none;
		margin: 10px 0;
		}

	.single #main {
		padding-top: 0px;
		  padding-left: 20px;
		  padding-right: 20px;
	}
	
	
	
	
}





