/*
Theme Name: Nicholas Moegly
Author: Nicholas Moeggenberg
Version: 1.0
*/

html {
	height:100%;
}

body {
	margin: 0;
	height:100%;
	background: #fdfdfd;
	font-family: 'Libre Baskerville', serif;
}

a {
	text-decoration: none;
	color: #a38a4d;
}

.textblock a:hover {
	opacity: .8;
}

p {
	margin: 0;
	padding: 0px;
}

hr {
	border: 2px solid;
	color: #ddd;
	margin: 9% 0px;	
}

strong, b {
	font-weight: 600;
}

.textblock {
	font-family: 'Libre Baskerville', serif;
	font-weight: 300;
	color: #444;
	font-size: 13px;
	line-height: 29px;
}

.textblock p {
	margin: 0 0 15px 0;
}

.textblock p a {
	color: #a38a4d;
}

.textblock p a:hover {
	color: #a38a4d;
	opacity: .8;
}

h1 {
	color: #444;
	font-family: 'Libre Baskerville', serif;
	font-size: 30px;
	font-weight: 400;
	margin: 0px;
	line-height: 48px
}

h3 {
	color: #a38a4d;
	font-family: 'Libre Baskerville', serif;
	font-size: 24px;
	font-weight: 400;
}

h4 {
	font-family: 'Lato', sans-serif;
	color: #a18a47;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 2px;
	font-size: 14px;
	margin: 0 0 5px 0;
}

h5 {
	color: #444;
	font-family: 'Libre Baskerville', serif;
	font-size: 30px;
	font-weight: 400;
	margin: 0px;
	line-height: 48px
}

.mobile {
	display: none;
}

.desktop {
	display: block;
}

.fade {
	opacity: 1;
	-webkit-transition:color .25s ease-in;  
   	-moz-transition:color .25s ease-in;  
   	-o-transition:color .25s ease-in;  
   	transition:color .25s ease-in; 
}

.fade:hover {
	opacity: .8;
}

ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

li {
	display: inline-block;
}

.standardlist li {
	display: block;
	line-height: 29px;
	color: #444;
	font-size: 12.5px;
}

#container {
	background: #fdfdfd;
	width: 100%;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
}

.inside {
	margin: 0 auto !important;
}

.insideheader {
	width: 100% !important;
	max-width: 1500px;
	margin: 0 auto !important;
}

.insidegutter {
	width: 75% !important;
	max-width: 1300px;
	margin: 0 auto 40px !important;
}


/* Header */

head {
	margin: 0px;
	padding: 0px;
	height: 0px;
}

#header {
	background: #fdfdfd;
	border-bottom: 1px solid #ddd;
    height: 55px;
    margin: 0 auto;
    padding-top: 17px;
    width: 100%;
	position: fixed;
	display: block;
	font-family: 'Lato', sans-serif;
	color: #1e1e1e;
	letter-spacing: 4px;
	font-weight: 600;
	font-size: 13px;
	z-index: 5000;
	-webkit-transition:height .25s ease-in;  
   	-moz-transition:height .25s ease-in;  
   	-o-transition:height .25s ease-in;  
   	transition:height .25s ease-in; 
}

.shrink {
	height: 38px !important;
}

.shrink .col {
	margin: 1px 0 0 !important;
}

.shrink #logo {
	margin: -18px auto 0;
	background-size: 80px;
	background-position: center;
}

#header a {
	color: #444;
	-webkit-transition:color .25s ease-in;  
   	-moz-transition:color .25s ease-in;  
   	-o-transition:color .25s ease-in;  
   	transition:color .25s ease-in; 
}

#header a:hover {
	color: #a18a47;
}

#header .col {
	margin: 12px 0 0;
	text-align: center;
	-webkit-transition:all .25s ease-in;  
   	-moz-transition:all .25s ease-in;  
   	-o-transition:all .25s ease-in;  
   	transition:all .25s ease-in;
}

#logo {
	background: url("http://www.nicholasmoegly.com/wp-content/uploads/2017/05/Moegly-Logo-Gold.png") no-repeat scroll 0 0 / 90px auto rgba(0, 0, 0, 0);
   	height: 54px;
    width: 90px;
	margin: 0 auto;
	-webkit-transition:all .25s ease-in;  
   	-moz-transition:all .25s ease-in;  
   	-o-transition:all .25s ease-in;  
   	transition:all .25s ease-in; 
}

#instagram {
	background: url("http://www.nicholasmoegly.com/wp-content/themes/NicholasMoegly/images/Instagram.png") no-repeat scroll 0 0 / 17px auto rgba(0, 0, 0, 0);
   	height: 17px;
    	width: 17px;
	margin-right: 10px;
}

#twitter {
	background: url("http://www.nicholasmoegly.com/wp-content/themes/NicholasMoegly/images/Twitter.png") no-repeat scroll 0 0 / 21px auto rgba(0, 0, 0, 0);
   	height: 17px;
    	width: 21px;
	margin-right: 10px;
}

#facebook {
	background: url("http://www.nicholasmoegly.com/wp-content/themes/NicholasMoegly/images/Facebook.png") no-repeat scroll 0 0 / 17px auto rgba(0, 0, 0, 0);
   	height: 17px;
    	width: 17px;
}

.headerpad {
	width: 100%;
	height: 72px;
}

/* Tooltip container */
.tooltip {
	position: relative;
	display: inline-block;
}

/* Tooltip text */
.tooltip .tooltiptext {
	opacity: 0;
	transition: opacity 1s;
	visibility: hidden;
	width: 140px;
	background-color: #333;
	color: #fff;
	text-align: center;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-size: 12px;
	line-height: 30px;
	padding: 10px 10px;
	margin-top: 2px;
	top: 140%;
	left: 45%; 
	margin-left: -70px; /* Use half of the width (120/2 = 60), to center the tooltip */
 
  /* Position the tooltip text - see examples below! */
  	position: absolute;
  	z-index: 1;
}

.tooltip .tooltiptext a {
	color: #fdfdfd !important;
}

.tooltip .tooltiptext a:hover {
	color: #a18a47 !important;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
	visibility: visible;
	opacity: 1;
}

.tooltip .tooltiptext::after {
	content: " ";
	position: absolute;
	bottom: 100%;  /* At the top of the tooltip */
	left: 0%;
	margin-left: 0px;
	border-width: 5px;
	border-style: solid;
	border-color: transparent transparent #fdfdfd transparent;
	width: 140px;
}



/* Container  */

.fullimage {
	width: 100%;
	padding: 50px 0px;
}

.fullimage img {
	width: 100%;
	height: auto;
}

.fullimagetext {
	
}

.rev_slider_wrapper {
	margin-bottom: -5px !important;
}


.homeintro {
	background: rgba(0, 0, 0, 0) url("http://www.nicholasmoegly.com/wp-content/uploads/2015/09/BGV2.jpg") repeat scroll 0 0 / 100% auto;
	width: 100%;
	margin-bottom: 60px;
	padding: 60px 0 65px 0;
    	color: #fff;
    	font-family: 'Libre Baskerville', serif;
    	font-size: 24px;
   	 line-height: 44px;
   	 text-align: center;
	letter-spacing: 1px;
	display: none;
}

.homeintro b {
	font-family: "Lato", sans-serif;
	font-size: 17px;
	font-weight: 600;
	line-height: 20px;
	letter-spacing: 3px;
	text-transform: uppercase;
	color: #a38a4d;
}

.homeintro span {
	color: #ffffff;
    	font-family: "Lato",sans-serif;
    	font-size: 18px;
    	font-weight: 600;
    	letter-spacing: 3px;
    	text-transform: uppercase;
	text-align: center;
}

.mailinglist {
    	height: 175px;
    	font-family: 'Poppins', sans-serif;
    	color: #fff;
    	text-align: center;
}

.whiteline {
	border-bottom: 3px solid #fff;
	width: 20%;
	margin: 0 auto;
}

.wide {
	width: 100%;
	height: auto;
}

.fullpad {
	padding: 40px 0 0px !important;
}

.fullpad img {
	width: 100%;
	height: auto;
}

.toppad {
	padding: 4% 0 0 0;
}

.btmpad {
	padding: 0%;
}

.titletext {
	color: #1e1e1e;
    	font-family: "Lato",sans-serif;
    	font-size: 17px;
    	font-weight: 600;
	line-height: 20px;
    	letter-spacing: 3px;
    	text-transform: uppercase;
	float: left;
}

.titlewrapper2 {
        border-color: #fff;
    	border-image: none;
    	border-style: solid none;
    	border-width: 0 0 3px;
    	height: 20px;
   	margin: 0 auto 25px;
   	padding: 0 0 10px 0;
    	width: 20%;
}

.titletext2 {
	color: #fff;
    	font-family: "Lato",sans-serif;
    	font-size: 17px;
    	font-weight: 600;
    	letter-spacing: 3px;
    	text-transform: uppercase;
	text-align: center;
}

.titletext3 {
	color: #a18a47;
    	font-family: "Lato",sans-serif;
    	font-size: 17px;
    	font-weight: 600;
    	letter-spacing: 3px;
    	text-transform: uppercase;
	text-align: center;
	margin-bottom: 20px;
}

.titlesub a {
	font-family: 'Libre Baskerville', serif;
	color: #a38a4d;
	font-size: 14px;
	float: right;
	letter-spacing: 1px;
}

.titlesub a:hover {
	opacity: .8;
}

#mc_embed_signup {
	width: 525px;
	margin: 20px auto 0px;
	padding-right: 10px;
}

#mc_embed_signup input.email {
    	border: 0 none !important;
    	color: #c9c8c8;
    	display: block;
    	font-family: "Lato",sans-serif;
    	font-size: 14px;
   	font-weight: 600;
    	height: 34px;
    	letter-spacing: 1px;
    	margin: 0 !important;
    	min-width: 130px !important;
    	padding: 8px 0 !important;
    	text-indent: 20px !important;
    	text-transform: uppercase;
    	width: 350px !important;
	float: left !important;
}

#mc_embed_signup .button {
	font-family: "Lato",sans-serif !important;
    	border: 3px solid #fff !important;
    	border-radius: 0 !important;
    	clear: both !important;
    	color: #ffffff !important;
    	cursor: pointer !important;
    	display: inline-block !important;
    	font-size: 15px !important;
    	font-weight: bold !important;
    	height: 50px !important;
    	line-height: 32px !important;
    	margin: 0 5px 10px 0 !important;
    	text-align: center !important;
    	text-decoration: none !important;
    	text-transform: uppercase !important;
    	vertical-align: top !important;
    	white-space: nowrap !important;
    	width: auto !important;
	background: none !important;
	letter-spacing: 1px !important;
	padding: 0 30px !important;
	float: right !important;
	-webkit-transition:color .25s ease-in;  
   	-moz-transition:color .25s ease-in;  
   	-o-transition:color .25s ease-in;  
   	transition:color .25s ease-in; 
	-webkit-transition:background-color .25s ease-in;  
   	-moz-transition:background-color .25s ease-in;  
   	-o-transition:background-color .25s ease-in;  
   	transition:background-color .25s ease-in; 
}

#mc_embed_signup .button:hover {
	background: #fff !important;
	color: #a38a4d !important;
}

#mc_embed_signup .clear {
    	clear: none;
    	display: inline;
    	float: right !important;
}

#sb_instagram #sbi_images .sbi_item {
    -moz-box-sizing: border-box;
    display: inline-block;
    margin: 0 0 3% !important;
    padding: inherit !important;
    text-decoration: none;
    vertical-align: top;
}

/* FOOTER */

#footer {
	background: #ddd none repeat scroll 0 0;
    	padding: 40px 0 35px;
	text-align: center;
}

#footer .links {
	font-family: 'Lato', sans-serif;
	color: #1e1e1e;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: 500;
	font-size: 12px;
	width: 100%;
	max-width: 550px;
	margin: 0 auto;
}

#footer .links ul {
	margin-bottom: 10px;
}

#footer .links li {
	display: inline-block;
	margin: 0px 10px;
}

#footer span {
	font-family: "Lato",sans-serif;
    	font-size: 11px;
    	font-weight: 600;
    	letter-spacing: 2px;
	color: #a18a47;
}

@media only screen and (max-width: 480px) {
	
	#footer .links ul {
		margin: 15px auto;
	}
	
	#footer .links li {
	display: block;
	margin: 0px auto;
	}
}


/* HORIZONTAL SLIDER */

.slidercontainer {
	height: calc(100% - 72px) !important;
}

.horizontalslider {
	margin: 0 0px 0px 50px;
}

.slider {
	transform: perspective(1px) translateY(-50%);
	position: relative;
	top: 50%;
	margin-top: 0px !important
}

.horizontalslider img {
	height: 1000px;
	width: auto;
	margin-right: 15px;
}

.slick-next {
	width: 50% !important;
	height: 100% !important;
}

.slick-next::before {
	font-size: 50px !important;
    float: right;
	margin-right: 75px;
}

.slick-prev {
	width: 50% !important;
	height: 100% !important;
	z-index: 1000;
}

.slick-prev::before {
	font-size: 50px !important;
    float: left;
	margin-left: 50px;
}

.slick-disabled {
	opacity: 0;
}

@media only screen and (max-width: 1920px) {
	.horizontalslider img {
		width: auto;
		height: 700px;
	}
}
	
@media only screen and (max-width: 1440px) {
	.horizontalslider img {
		height: 550px;
		width: auto;
	}
}

/* Landscape */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
     .horizontalslider img {
		width: auto;
		height: 650px;
    }
	.slick-next {
		width: 10% !important;
		height: 100% !important;
	}
	.slick-prev {
		width: 10% !important;
		height: 100% !important;
		z-index: 1000;
	}
}

/* Portrait */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
     .horizontalslider img {
		width: auto;
		height: 800px;
    }
		.slick-next {
		width: 10% !important;
		height: 100% !important;
	}
	.slick-prev {
		width: 10% !important;
		height: 100% !important;
		z-index: 1000;
	}
}

.horizontaltitle {
	font-family: 'Poppins', sans-serif;
	line-height: 25px;
	color: #aaa;
	font-size: 11px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: .75px;
	margin-top: 10px;
}

.horizontaldetails {
	font-family: 'Poppins', sans-serif;
	font-weight: 300;
	color: #aaa;
	font-size: 10px;
	margin-top: -3px;
}



/* ABOUT */

.about .instagramfeed .titletext {
	margin-top: 40px;
}

.about {
	max-width: 1300px;
}

.aboutphoto {
	margin: 40px auto 0px;
	width: 75%;
	max-width: 1300px;
}

.aboutphoto img {
	width: 100%;
	margin: 0 auto;
}

.about h5 {
	text-align: center;
	width: 76%;
	margin: 40px auto 60px;
}

.about .coltwo:first-child {
	margin: 0px !important;
}

.about .coltwo {
	margin: 0px 0 0 4.3%;
}

.about .span_1_of_3 {
	width: 32.6%;
	display: inline-block;
	vertical-align: top;
	}

.about .titletext {
	color: #a18a47;
	border-bottom: 3px solid #ddd;
	width: 100%;
	padding-bottom: 15px;
	margin-bottom: 25px;
}

.line {
	border-bottom: 3px solid #ddd;
	margin: 40px auto 55px;
	width: 100%;
}

.instagramfeed iframe {
	border: 0px !important;
}


/* Contact Form  */

.contact .titletext {
	color: #a18a47;
	border-bottom: 3px solid #ddd;
	width: 100%;
	padding-bottom: 15px;
	margin-bottom: 25px;
}

.wpcf7-text {
	background: #ddd;
  	border: 0 none;
    	color: #444;
    	display: block;
    	font-family: "Lato",sans-serif;
    	font-size: 14px;
    	font-weight: 600;
    	height: 34px;
   	letter-spacing: 1px;
   	margin: 0;
    	min-width: 130px;
    	padding: 8px 0;
    	text-indent: 20px;
    	text-transform: uppercase;
    	width: 100%;
}

.wpcf7-textarea {
	background: #ddd;
  	border: 0 none;
    	color: #444;
    	display: block;
    	font-family: "Lato",sans-serif;
    	font-size: 14px;
    	font-weight: 600;
	text-indent: 20px;
    	text-transform: none;
    	width: 100%;
	font-size: 12px;
	padding: 20px 0px;
}

.wpcf7-submit {
	background: none;
    	color: #a38a4d;
    	cursor: pointer;
    	font-size: 15px;
    	font-weight: bold;
    	line-height: 32px;
    	margin: 0 5px 10px 0;
    	padding: 0 30px;
    	text-align: center;
    	text-decoration: none;
	border: 3px solid #a38a4d;
   	border-radius: 0;
    	height: 50px;
    	letter-spacing: 1px;
	font-family: "Lato",sans-serif;
	text-transform: uppercase;
	-webkit-transition:color .25s ease-in;  
   	-moz-transition:color .25s ease-in;  
   	-o-transition:color .25s ease-in;  
   	transition:color .25s ease-in; 
	-webkit-transition:background-color .25s ease-in;  
   	-moz-transition:background-color .25s ease-in;  
   	-o-transition:background-color .25s ease-in;  
   	transition:background-color .25s ease-in; 
}

.wpcf7-submit:hover {
	background: #a38a4d !important;
	color: #fff !important;
}	

div.wpcf7-mail-sent-ok {
    border: 0px !important;
    color: #444;
    font-family: 'Libre Baskerville', serif;
    margin: 0 !important;
    padding: 0 !important;
}



/*  Work Updated  */

.logos {
	max-width: 1300px;
}

#workpage {
	padding: 0px 0% 30px;
	height: auto;
	overflow: auto;
	background: #fdfdfd;
}

#grid {
	width: 98%;
	max-width: 2560px;
	margin: 0 auto;
}

#grid[data-columns]::before {
	content: '3 .column.size-1of3';
}

/* These are the classes that are going to be applied: */
.column { float: left; }
.size-1of3 { width: 33.333%; }

.item {
	margin: 0px 10px 20px;
	position: relative;
}

.item img {
	width: 100%;
	margin-bottom: -5px;
}

@media screen and (max-width: 510px){
	#grid[data-columns]::before {
		content: '1 .column.size-1of1';
	}
}

@media screen and (min-width: 511px) and (max-width: 980px) {
	#grid[data-columns]::before {
		content: '2 .column.size-1of2';
	}
}
@media screen and (min-width: 980px) {
	#grid[data-columns]::before {
		content: '3 .column.size-1of3';
	}
}

/* Again, you’re free to use and define the classes: */
.column { float: left; }
.size-1of1 { width: 100%; }
.size-1of2 { width: 50%; }
.size-1of3 { width: 33.333%; }

.worktitle {
	opacity: 0;
	position: absolute;
  	top: 50%;
  	left: 50%;
  	transform: translate(-50%, -50%);
	font-family: "Lato",sans-serif;
    	font-size: 18px;
    	letter-spacing: 3px;
	text-align: center;
	text-transform: uppercase;
	z-index: 2000;
	transition: 0.25s ease-in 0s;
	width: 75%;
	padding: 20px 0px;
}

.worktitle .project {
	font-family: 'Libre Baskerville', serif;
	font-size: 14px;
	letter-spacing: 0px;
	text-transform: none;
	font-style: italic;
	margin-bottom: 10px;
}

.workoverlay:hover + .worktitle {
    	opacity: 1;
}

.light {
	color: #fdfdfd;
}

.dark {
	color: #1e1e1e;
}

.workimage {
	filter: grayscale(0%);
	transition: 0.25s ease-in 0s;
}

.workoverlay:hover ~ .workimage {
    	filter: grayscale(100%);
}

.workoverlay {
    	height: 100%;
    	width: 100%;
	opacity: 0;
    	position: absolute;
    	z-index: 1000;
	transition: 0.25s ease-in 0s;
}

.workoverlay:hover {
	opacity: .8;
}

#homeaboutheader h2 {
	color: #a18a47;
	font-family: 'Libre Baskerville', serif;
	font-size: 34px;
	font-weight: 400;
	margin: 0px 0px 30px;
	line-height: 52px;
}

#homeaboutcopy {
	color: #ccc;
	margin-bottom: 30px;
}

#homeaboutphoto {
	
}

#homeaboutbg {
	background: #1e1e1e;
	padding: 80px 0px 110px;
}

#homeaboutbg .standardlist li {
	display: block;
	line-height: 32px;
	color: #a18a47;
}

.homeintrotext {
	text-align: center;
	margin: 55px auto 60px;
	max-width: 50%;
}



/* POSTERS */

#posterdescription {
	width: 50%;
	text-align: center;
	margin: 0 auto 40px;
}

#postergrid {
	width: 100%;
	max-width: 1920px;
	margin: 0px auto 0px;
}

#postergrid img {
	margin-bottom: -5px;
}

@media screen and (max-width: 510px){
	#postergrid[data-columns]::before {
		content: '1 .column.size-1of1';
	}
}

@media screen and (min-width: 511px) and (max-width: 2560px) {
	#postergrid[data-columns]::before {
		content: '2 .column.size-1of2';
	}
}
@media screen and (min-width: 2561px) {
	#postergrid[data-columns]::before {
		content: '3 .column.size-1of3';
	}
}

.contentblock {
	width: 100%;
	background-position: center center;
	padding: 120px 0px 120px;
}

.contentblock img {
	width: 100%;
}

.grey {
	background: #ddd;
}

h2 {
	color: #444;
	font-family: 'Libre Baskerville', serif;
	font-size: 34px;
	font-weight: 400;
	margin: 0px;
	line-height: 52px;
}

.grey h2 {
	font-family: "Lato",sans-serif;
	font-size: 17px;
	font-weight: 600;
	line-height: 20px;
	letter-spacing: 3px;
	text-transform: uppercase;
	float: left;
	color: #a18a47;
	border-bottom: 3px solid #444;
	width: 100%;
	padding-bottom: 15px;
	margin-bottom: 25px;
}


/*  Work  */

.box {
  	cursor: pointer;
  	position: relative;
  	overflow: hidden;
	margin-bottom: 6%;
}

.box img {
	height: auto;
    	left: 0;
    	margin-bottom: -10px;
    	padding: 0;
    	position: relative;
    	width: 100%;
  	-webkit-transition: all 300ms ease-out;
  	-moz-transition: all 300ms ease-out;
  	-o-transition: all 300ms ease-out;
  	-ms-transition: all 300ms ease-out;
  	transition: all 300ms ease-out;
}

.box .overbox {
  	background-color: rgba(28,42,45,.8);
  	position: absolute;
  	top: 0;
  	left: 0;
  	color: #fff;
  	z-index: 100;
  	-webkit-transition: all 300ms ease-out;
  	-moz-transition: all 300ms ease-out;
  	-o-transition: all 300ms ease-out;
  	-ms-transition: all 300ms ease-out;
  	transition: all 300ms ease-out;
  	opacity: 0;
  	width: 100%;
  	height: 600px;
  	padding: 43% 0 0 0;
}

.box:hover .overbox { opacity: 1; }

.box .overtext {
  	-webkit-transition: all 300ms ease-out;
  	-moz-transition: all 300ms ease-out;
  	-o-transition: all 300ms ease-out;
  	-ms-transition: all 300ms ease-out;
  	transition: all 300ms ease-out;
	transform: translateY(40px);
  	-webkit-transform: translateY(40px);
}

.box .title {
    	border-top: 3px solid #fff;
	border-bottom: 3px solid #fff;
    	font-family: "Lato",sans-serif;
    	font-size: 20px;
    	letter-spacing: 2px;
    	margin: 0 auto;
    	opacity: 0;
    	padding: 4.5% 0px;
    	text-align: center;
    	text-transform: uppercase;
    	transition-delay: 0.1s;
    	transition-duration: 0.2s;
    	width: 65%;
   	word-spacing: 5px;
}

.box:hover .title,
.box:focus .title {
  opacity: 1;
  transform: translateY(0px);
  -webkit-transform: translateY(0px);
}

.box .tagline {
    	font-size: 14px;
    	margin-top: 8px;
    	opacity: 0;
    	text-align: center;
    	transition-delay: 0.2s;
    	transition-duration: 0.2s;
	font-family: 'Libre Baskerville', serif;
}


.box:hover .tagline,
.box:focus .tagline {
  opacity: 1;
  transform: translateX(0px);
  -webkit-transform: translateX(0px);
}



/* CASE STUDY */

.casestudy h1 {
	color: #a18a47;
	font-family: 'Libre Baskerville', serif;
	font-size: 26px;
	font-weight: 400;
	margin: 0px;
	line-height: 52px
}

.casestudyintrowrapper {
	width: 60%;
	margin: 0 auto;
}

.casestudyintrowrapper .titlewrapper {
	display: inline-block;
	vertical-align: top;
    height: 100%;
   	margin: 0px auto;
   	padding: 0 3% 0 0;
    width: 34%;
	line-height: 24px;
}

.casestudyintrostacked {
	width: 60%;
	max-width: 1000px;
	margin: 0 auto;
}

.casestudycopy {
	width: 60%;
	max-width: 1000px;
	margin: 0 auto;
}

.casestudycopy p {
	margin: 0px;
}

.casestudycopy .textblock {
	display: block;
	vertical-align: top;
	margin: 0px auto 0;
	width: 85%;
	max-width: 1000px;
	color: #ccc;
	font-family: 'Libre Baskerville', serif;
	font-size: 24px;
	font-weight: 400;
	line-height: 44px;
	text-align: center;
}

.casestudyintrostacked .titlewrapper {
	display: block;
	vertical-align: top;
	height: 100%;
	margin: 0px auto;
	padding: 0 0 0 0;
	width: 60%;
	line-height: 24px;
	text-align: center;
}

.casestudyintrostacked .textblock {
	display: block;
	vertical-align: top;
	margin: 30px auto 0;
	width: 85%;
	max-width: 1000px;
	font-family: 'Libre Baskerville', serif;
	font-weight: 300;
	color: #ccc;
	font-size: 13px;
	line-height: 29px;
	text-align: center;
}

.services {
	font-family: 'Poppins', sans-serif;
	font-weight: 300;
	font-size: 14px;
	margin-top: 40px;
	text-align: center;
}

.services strong, b {
	font-weight: 500;
}

#secondarycopyinfobackground {
	
}

.casestudysecondarycopy {
	width: 50%;
	margin: 0px auto;
}

.casestudysecondarycopy .titlewrapper {
	display: block;
	vertical-align: top;
	height: 100%;
	max-width: 1000px;
	margin: 0px auto;
	padding: 0;
	line-height: 24px;
	text-align: left;
}

.casestudysecondarycopy .textblock {
	display: block;
	vertical-align: top;
	margin: 10px auto 0px;
	max-width: 1000px;
	font-family: 'Libre Baskerville', serif;
	font-weight: 300;
	color: #ccc;
	font-size: 13px;
	line-height: 29px;
	text-align: left;
}

.casestudysecondarycopy h1 {
	font-size: 24px;
}

.casestudy .textblock a {
	font-family: "Lato", sans-serif;
	font-size: 14px;
	letter-spacing: 2px;
	text-align: center;
	text-transform: uppercase;
}

.casestudy img {
	width: 100%;
	height: auto;
	margin-bottom: 5px;
}

.casestudy {
	padding-top: 0px !important;
}

.video-container {
    	position: relative;
    	padding-bottom: 56.25%;
    	padding-top: 30px; height: 0; overflow: hidden;
	margin-bottom: 10px;
}
 
.video-container iframe,
.video-container object,
.video-container embed {
    	position: absolute;
    	top: 0;
    	left: 0;
    	width: 100%;
    	height: 100%;
}

.sidebarcopy {
	padding: 7% 10%;
	width: 29.77% !important;
	height: 71%;
	position: absolute;
	display: inline !important;
	float: right !important;
}

.sidebarcopytext {
	color: #ccc;
	font-family: 'Libre Baskerville', serif;
	font-size: 24px;
	font-weight: 400;
	line-height: 44px;
	position: absolute;
	width: 70%;
    top: 50%;
    left: 50%;
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

#infobackground {
	background: #1e1e1e;
	background-size: cover;
	background-position: center center;
	padding: 120px 0px 120px;
	margin-bottom: 10px;
}

.mobileimage {
	display: none;
}




/**** STORE *****/

 .productprice {
    font-family: 'Libre Baskerville', serif;
    font-size: 14px; 
    color: #a38a4d;
    text-align: center;
    margin-top: 6px;
  }

  .producttitle {
   	color: #1e1e1e;
	font-family: "Lato", sans-serif;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 1px;
	margin: 15px 0px 0px 0px;
	text-align: center;
	text-transform: uppercase;
  }

/**** GRIDS *****/


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

/*  COLUMN SETUP  */
.col {
	display: block;
	float:left;
}
.col:first-child { margin-left: 0; }

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

.span_6_of_7 {
  	width: 85.57%;
}

.span_5_of_7 {
  	width: 71.14%;
}

.span_4_of_7 {
  	width: 56.71%;
}

.span_3_of_7 {
  	width: 42.28%;
}

.span_2_of_7 {
  	width: 27.85%;
}

.span_1_of_7 {
  	width: 14.2%;
}

/*  GO FULL WIDTH BELOW 480 PIXELS */
@media only screen and (max-width: 480px) {
	.col {  margin: 1% 0 1% 0%; }
	.span_1_of_7, .span_2_of_7, .span_3_of_7, .span_4_of_7, .span_5_of_7, .span_6_of_7, .span_7_of_7 { width: 100%; }
}



/*  GRID OF TWO  */
/*  COLUMN SETUP  */
.coltwo {
	display: block;
	float:left;
	margin: 0% 0 0% 3%;
}
.coltwo:first-child { margin-left: 0; }

/*  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: 47.8%;
}

/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */

@media only screen and (max-width: 980px) {
	.coltwo { 
		margin: 0% 0 0% 0%;
	}
}



/*  GRID OF TWO SMALL PADDING */
/*  COLUMN SETUP  */

.col2small {
	display: block;
	float:left;
	margin: 0% 0 0px .46%;
	width: 49.77%;
}

.col2small:first-child { margin-left: 0; }

/*  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: 47.8%;
}

/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */

@media only screen and (max-width: 980px) {
	.col2small { 
		margin: 0% 0 0% 0%;
		width: 100%;
	}
}



@media only screen and (max-width: 980px) {
	.span_2_of_2, .span_1_of_2 { 
		width: 100%;
	}

	.toppad {
		padding: 0%;
	}

	.about .coltwo {
		margin: 15px 0 0 0;
	}

}


/* HOME FEATURED PRODUCTS */

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

	.homeproducts .coltwo {
		display: block;
		float:left;
		margin: 0% 0 0% 5%;
		width: 49%;
	}

	.homeproducts .span_1_of_2 {
		width: 47.5%;
	}

	.homeproducts .coltwo:first-child { margin-left: 0; }
	
	.toppad {
		padding: 4% 0 0;
	}

}

/* HOME FEATURED PRODUCTS */

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

	.homeproducts .coltwo {
		margin: 0% 0 4% 0%;
		width: 100%;
	}

	.homeproducts .span_1_of_2 {
		width: 100%;
	}

	.homeproducts .coltwo:first-child { margin-left: 0; }
	
	.toppad {
		padding: 0%;
	}

}



/*  GRID OF THREE  */
/*  COLUMN SETUP  */
.col3 {
	display: inline-block;
	float:left;
	margin: 0 0 0px .7%;
}
.col3:first-child { margin-left: 0; }

/*  GROUPING  */
.group:before,
.group:after { content:""; display:table; }
.group:after { clear:both;}
.group { zoom:1; /* For IE 6/7 */ }
/*  GRID OF THREE  */
.span_3_of_3 { width: 100%; }
.span_2_of_3 { width: 65.83%; }
.span_1_of_3 {
	width: 32.86%;
	display: inline-block;
	vertical-align: top;
	}

/*  GO FULL WIDTH BELOW 480 PIXELS */
@media only screen and (max-width: 480px) {
	.col3 {  margin: 1% 0 1% 0%; }
	.span_3_of_3, .span_2_of_3, .span_1_of_3 { width: 100% !important; }
}

@media only screen and (max-width: 660px) {
.col3 {
	display: block;
	float:left;
	margin: 0 0 0px 0% !important;
	width: 100%;
}

.col3:first-child { margin-left: 0; }
}



/*  GRID OF FOUR  */

.col4 {
	display: block;
	float:left;
	margin: 0 0 0 .5%;
}

.col4:first-child { margin-left: 0; }

.span_4_of_4 {
	width: 100%;
}
.span_3_of_4 {
	width: 74.6%;
}
.span_2_of_4 {
	width: 49.2%;
}
.span_1_of_4 {
	width: 24.62%;
}


/*  GO FULL WIDTH BELOW 480 PIXELS */
@media only screen and (max-width: 480px) {
	.col {  margin: 1% 0 1% 0%; }
	.span_1_of_5, .span_2_of_5, .span_3_of_5, .span_4_of_5, .span_5_of_5 { width: 100%; }
}



@media only screen and (max-width: 980px) {
	.span_1_of_4 { 
		margin: 0% 0 1% .5%;
		width: 49.75%;
	}

	.col4:nth-child(3) {
		margin-left: 0; 
	}

}


@media only screen and (max-width: 480px) {
	.span_1_of_4 { 
		margin: 0% 0% 0% 0% !important;
		width: 100%;
	}

	.col4 {
		display: block;
		float:left;
		margin: 0% 0% 0% 0% !important;
	}
}



/*  GO FULL WIDTH BELOW 480 PIXELS */
@media only screen and (max-width: 480px) {
	.col {  margin: 1% 0 1% 0%; }
	.span_1_of_4, .span_2_of_4, .span_3_of_4, .span_4_of_4 { width: 100%; }
}


/*  GRID OF FIVE  */
.span_5_of_5 {
	width: 100%;
}
.span_4_of_5 {
	width: 79.68%;
}
.span_3_of_5 {
	width: 59.36%;
}
.span_2_of_5 {
	width: 39.04%;
}
.span_1_of_5 {
	width: 18.72%;
}

@media only screen and (max-width: 660px) {
	.span_5_of_5, .span_4_of_5, .span_3_of_5, .span_2_of_5, .span_1_of_5 { width: 100%;}
}



@media only screen and (max-width: 980px) {
	#header {
		display: none !important;
	}

	#logo {
		background: url("http://www.nicholasmoegly.com/wp-content/uploads/2017/05/Moegly-Logo-Gold.png") no-repeat scroll 0 0 / 120px auto rgba(0, 0, 0, 0);
   		height: 54px;
    		width: 120px;
		margin: 20px 0 0 30px;
		float: left;
	}

	.mobile {
		display: block !important;
	}
	
	#mobileheader {
		position: fixed;
		z-index: 1200;
		background: #fdfdfd;
		width: 100%;
		height: 100px;
		border-bottom: 1px solid #ddd;
	}

	.toppadnone {
		padding: 0% !important;
	}

	.btmpad {
		padding: 0 0 4.1% 0 !important;
	}

	.titlewrapper2 {
        	border-color: #fff;
    		border-image: none;
    		border-style: solid none;
    		border-width: 0 0 3px;
    		height: 20px;
   		margin: 0 auto 25px;
   		padding: 0 0 10px 0;
    		width: 50%;
	}

	.casestudyintrowrapper {
		width: 80%;
		margin: 0 auto;
	}
	
	.casestudy h1 {
		color: #a18a47;
		font-family: 'Libre Baskerville', serif;
		font-size: 26px !important;
		font-weight: 400;
		margin: 0px;
		line-height: 38px !important;
	}
	
	.casestudycopy {
		width: 80%;
	}

	.casestudy .textblock {
		display: block;
		vertical-align: top;
		text-align: center;
		margin: -7px auto 0;
		width: 100%;
		max-width: 1000px;
		font-family: 'Libre Baskerville', serif;
		color: #ccc;
		font-size: 17px;
		line-height: 2;
	}
	
	.casestudysecondarycopy .textblock {
		display: block;
		vertical-align: top;
		margin: 10px auto 0px;
		max-width: 1000px;
		font-family: 'Libre Baskerville', serif;
		font-weight: 300;
		color: #ccc;
		font-size: 13px;
		line-height: 29px;
		text-align: left;
	}
	
	.casestudyintrostacked .titlewrapper {
		display: block;
		vertical-align: top;
		height: 100%;
		margin: 0px auto;
		padding: 0 3% 0 0;
		width: 90%;
		line-height: 24px;
		text-align: center;
	}
	
	#infobackground {
		background: #1e1e1e;
		background-size: cover;
		background-position: center center;
		padding: 80px 0px 80px;
		margin-bottom: 10px;
	}
	
	.sidebarcopy {
		padding: 15% 10%;
		width: 80% !important;
		position: static;
		display: block !important;
		float: left !important;
		margin-bottom: 10px;
	}
	
	.sidebarcopytext {
		color: #ccc;
		font-family: 'Libre Baskerville', serif;
		font-size: 17px;
		font-weight: 400;
		line-height: 2;
		text-align: center;
		position: relative !important;
		width: 100% !important;
    	top: 0 !important;
    	left: 0 !important;
    	-moz-transform: translateX(0) translateY(0) !important;
    	-webkit-transform: translateX(0) translateY(0) !important;
    	transform: translateX(0) translateY(0) !important;
}
	
	#posterdescription {
		float: none;
		width: 75%;
		margin: 0 auto 40px;
		text-align: center;
	}

	#postergrid {
		width: 100%;
		max-width: 1920px;
		margin: 0px auto 0px;
		float: none;
	}

	.fullimage p {
		width: 80%;
		margin: 0 auto;
	}

	.mailinglist {
		background: rgba(0, 0, 0, 0) url("http://www.nicholasmoegly.com/wp-content/uploads/2015/09/Mailing-List-BG.jpg") repeat scroll 0 0 / 160% auto;
    		height: 260px;
    		font-family: 'Libre Baskerville', serif;
    		color: #fff;
    		text-align: center;
	}


	.homeintro {
		background: rgba(0, 0, 0, 0) url("http://www.nicholasmoegly.com/wp-content/uploads/2015/09/BGV2.jpg") repeat scroll 0 0 / 100% auto;
		width: 100%;
		margin-bottom: 60px;
		padding: 60px 0 65px 0;
    		color: #fff;
    		font-family: 'Libre Baskerville', serif;
    		font-size: 24px;
   	 	line-height: 44px;
   	 	text-align: center;
		letter-spacing: 1px;
	}

	.featurework {
		margin-bottom: 4%;
	}

	#mc_embed_signup input.email {
    		border: 0 none !important;
    		color: #c9c8c8;
    		display: block;
    		font-family: "Lato",sans-serif;
    		font-size: 14px;
   		font-weight: 600;
    		height: 34px;
    		letter-spacing: 1px;
    		margin: 0 auto !important;
    		min-width: 130px !important;
    		padding: 8px 0 !important;
    		text-indent: 20px !important;
    		text-transform: uppercase;
    		width: 100% !important;
		float: none !important;
	}

	#mc_embed_signup .button {
		font-family: "Lato",sans-serif !important;
    		border: 3px solid #fff !important;
    		border-radius: 0 !important;
    		clear: both !important;
    		color: #ffffff !important;
    		cursor: pointer !important;
    		display: inline-block !important;
    		font-size: 15px !important;
    		font-weight: bold !important;
    		height: 50px !important;
    		line-height: 32px !important;
    		margin: 0 auto !important;
    		text-align: center !important;
    		text-decoration: none !important;
    		text-transform: uppercase !important;
    		vertical-align: top !important;
    		white-space: nowrap !important;
    		width: auto !important;
		background: none !important;
		letter-spacing: 1px !important;
		padding: 0 30px !important;
		float: none !important;
		-webkit-transition:color .25s ease-in;  
   		-moz-transition:color .25s ease-in;  
   		-o-transition:color .25s ease-in;  
   		transition:color .25s ease-in; 
		-webkit-transition:background-color .25s ease-in;  
   		-moz-transition:background-color .25s ease-in;  
   		-o-transition:background-color .25s ease-in;  
   		transition:background-color .25s ease-in; 
	}

	#mc_embed_signup .clear {
    		clear: none;
    		display: block !important;
    		float: none !important;
		margin: 25px auto 0 !important;
		width: 137px;
	}

	#mc_embed_signup {
		width: 75% !important;
		margin: 20px auto 0px;
		padding-right: 10px;
	}

	.wpcf7-form {
		margin-top: 45px;
	}

	.box {
  		cursor: pointer;
  		position: relative;
  		overflow: hidden;
		margin-bottom: 4%;
	}
	
	.homeintrotext {
	text-align: center;
	margin: 40px auto 50px;
	max-width: 70%;
}
	
}

@media only screen and (min-width: 980px) {
	.nav-collapse {
		display: none !important;
	}
}

@media only screen and (max-width: 1920px) {
	#infobackground {
		background: #1e1e1e;
		background-size: cover;
		background-position: center center;
		padding: 80px 0px 80px;
		margin-bottom: 10px;
	}
	
	.casestudyintrostacked .textblock {
		display: block;
		vertical-align: top;
		margin: 20px auto 0;
		width: 85%;
		max-width: 1000px;
		font-family: 'Libre Baskerville', serif;
		font-weight: 300;
		color: #ccc;
		font-size: 13px;
		line-height: 29px;
		text-align: center;
	}
	
	.services {
		font-family: 'Poppins', sans-serif;
		font-weight: 300;
		font-size: 14px;
		margin-top: 30px;
		text-align: center;
	}
}


/* Responsive Navigation */

/* ------------------------------------------
  NAVIGATION STYLES
  (+ responsive-nav.css file is loaded in the <head>)
--------------------------------------------- */

.fixed {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
}

.nav-collapse,
.nav-collapse * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.nav-collapse,
.nav-collapse ul {
  list-style: none;
  width: 100%;
  float: left;
}

.nav-collapse li {
  float: left;
  width: 100%;
}

@media screen and (min-width: 40em) {
  .nav-collapse li {
    width: 25%;
    *width: 24.9%; /* IE7 Hack */
    _width: 19%; /* IE6 Hack */
  }
}

.nav-collapse a {
  color: #fff;
  text-align: center;
  font-family: 'Lato', sans-serif;
  text-decoration: none;
  width: 100%;
  background: #a18a47;
  border-bottom: 2px solid white;
  padding: 15px 0px;
  float: left;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.nav-collapse a:hover {
  opacity: .8;
}

@media screen and (min-width: 980px) {
  .nav-collapse a {
    margin: 0;
    padding: 1em;
    float: left;
    text-align: center;
    border-bottom: 0;
    border-right: 1px solid white;
  }

.nav-collapse ul ul a {
  background: #ca3716;
  padding-left: 2em;
}

  .nav-collapse ul ul a {
    display: none;
  }
}



/* ------------------------------------------
  NAV TOGGLE STYLES
--------------------------------------------- */

@font-face {
  font-family: "responsivenav";
  src:url("../icons/responsivenav.eot");
  src:url("../icons/responsivenav.eot?#iefix") format("embedded-opentype"),
    url("../icons/responsivenav.ttf") format("truetype"),
    url("../icons/responsivenav.woff") format("woff"),
    url("../icons/responsivenav.svg#responsivenav") format("svg");
  font-weight: normal;
  font-style: normal;
}

.nav-toggle {
  position: fixed;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-decoration: none;
  text-indent: -999px;
  position: relative;
  overflow: hidden;
  width: 95px;
  height: 70px;
  float: right;
}

.nav-toggle:before {
  color: #a18a47; /* Edit this to change the icon color */
  font-family: "responsivenav", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-size: 70px;
  text-transform: none;
  position: absolute;
  content: "≡";
  text-indent: 0;
  text-align: center;
  line-height: 90px;
  speak: none;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1000;
}

.nav-toggle.active::before {
  font-size: 50px;
  content:"x";
}



/* Target FireFox */

@-moz-document url-prefix() { 

  	.nav-toggle:before {
  		font-size: 50px;
		line-height: 107px;
		
  	}
}

@media only screen and (min-width: 1920px) {
	.sidebarcopytext {
		font-size: 34px;
		line-height: 62px;
	}
}