
/*
Table Of Contents
 
 1.)  Typography
 2.)  Default Styles
 3.)  Header
 4.)  Content - Main
 5.)  Footer
 6.)  Wallace Neff
 7.)  Biography
 8.)  Projects
 9.)  Timeline
 10.) References

========================================*/


/*
 1.) Typography
----------------------------------------*/

@import url("brands.min.css") all;
@import url("light.min.css") all;
@import url("regular.min.css") all;
@import url("solid.min.css") all;
@import url("fontawesome.min.css") all;

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap'); /*font-family: "Inter", sans-serif;*/
@import url('https://fonts.googleapis.com/css2?family=Red+Hat+Display:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap'); /*font-family: "Red Hat Display", sans-serif;*/

@font-face {
    font-family: 'GillSans';
    src: url('/wp-content/themes/jwilmer/webfonts/GillSans.eot');
    src: url('/wp-content/themes/jwilmer/webfonts/GillSans.eot') format('embedded-opentype'),
         url('/wp-content/themes/jwilmer/webfonts/GillSans.woff2') format('woff2'),
         url('/wp-content/themes/jwilmer/webfonts/GillSans.woff') format('woff'),
         url('/wp-content/themes/jwilmer/webfonts/GillSans.ttf') format('truetype'),
         url('/wp-content/themes/jwilmer/webfonts/GillSans.svg#GillSans') format('svg');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}


/*
 2.) Default Styles
----------------------------------------*/
* {
	margin: 0;
	padding: 0;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* render html5 elements as block */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
	display: block;
}

html {
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

*, 
*:before, 
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

sub, 
sup {
	position: relative;
	font-size: 75%;
	line-height: 0;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
	font-size: 20px;
}

sub {
	bottom: -0.25em;
}

img {
	width: auto;
	height: auto;
	max-width: 100%;
	vertical-align: middle;
	border: 0;
	-ms-interpolation-mode: bicubic;
	line-height: .5em;
}


/*  Custom animations */
@-webkit-keyframes reveal {
 0% {
 opacity: 0;
}

1% {
 opacity: 0;
 -webkit-transform: scale(0.98) translateY(-15px);
}

80% {
 -webkit-transform: scale(1);
}

100% {
 -webkit-transform: translateY(0);
}
}

@-moz-keyframes reveal {
 0% {
 opacity: 0;
}

1% {
 opacity: 0;
 -moz-transform: scale(0.98) translateY(-15px);
}

80% {
 -moz-transform: scale(1);
}

100% {
 -moz-transform: translateY(0);
}
}


/*= Body 
=======================================================*/
body {
	font-family: "Inter", sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size: 14px;
	color: #080707;
	line-height: 24px; 
	letter-spacing: 0.01em;
	background: #faf3dc;
}


/*= Links 
=======================================================*/
a { 
	font-weight: 700;
	color: #d56a4f;
	text-decoration: none;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
	outline: 0;
	cursor: pointer;
}

a:focus, 
a:active, 
a:hover {
	color: #bf4f33;
	text-decoration: underline;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
	outline: 0;
}

a:visited {
	outline: 0;
	text-decoration: none;
}


/*= Heading H1, H2, H3, H4, H5, H6, P 
=======================================================*/
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
	font-weight: 700; 
	position: relative; 
	padding: 0 0 20px 0; 
	margin: 0 0 12px 0;
}

h1,
.h1,
h2,
.h2 {
	font-size: 34px;
	line-height: 40px; 
	padding-bottom: 40px; 
	margin-bottom: 27px;
}

h1:before,
.h1:before,
h2:before,
.h2:before {
	height: 5px; 
}

h3,
.h3 {
	font-size: 24px;
	line-height: 30px;
}

h4,
.h4 {
	font-size: 22px;
	line-height: 28px;
}

h5,
.h5 {
	font-size: 20px;
	line-height: 26px;
}

h6,
.h6 {	
	font-size: 20px;
	line-height: 26px;
}


h1:before,
.h1:before,
h2:before,
.h2:before,
h3:before,
.h3:before,
h4:before,
.h4:before,
h5:before,
.h5:before,
h6:before,
.h6:before { 
	content: ""; 
	width: 37px; 
	height: 4px; 
	float: left; 
	background: #d56a4f; 
	position: absolute; 
	bottom: 0; 
	left: 0;
}

h1 a,
.h1 a,
h2 a,
.h2 a,
h3 a,
.h3 a,
h4 a,
.h4 a,
h5 a,
.h5 a,
h6 a,
.h6 a {
	font-weight: inherit;
	font-style: inherit;
	color: inherit; 
	text-decoration: inherit;
}

h1 a:hover,
.h1 a:hover,
h2 a:hover,
.h2 a:hover,
h3 a:hover,
.h3 a:hover,
h4 a:hover,
.h4 a:hover,
h5 a:hover,
.h5 a:hover,
h6 a:hover,
.h6 a:hover {
	color: #d56a4f;
}

h1:last-child,
.h1:last-child,
h2:last-child,
.h2:last-child,
h3:last-child,
.h3:last-child,
h4:last-child,
.h4:last-child,
h5:last-child,
.h5:last-child,
h6:last-child,
.h6:last-child {
	padding-bottom: 0;
}

p {
	padding-bottom: 15px;
}

p:last-child {
	padding-bottom: 0;
}

em {
	font-style: italic; 
}

em.fal,
em.far,
em.fas,
em.fab {
	font-style: normal; 
}

b, 
strong {
	font-weight: 700;
}

.bold {
	font-weight: 700; 
}

.underline {
	text-decoration: underline;
}

.uppercase {
	text-transform: uppercase;
}

.center {
	text-align: center;
}

@media only screen and (max-width: 767px) {
h1,
.h1,
h2,
.h2 {
	font-size: 30px;
	line-height: 36px; 
	padding-bottom: 35px; 
	margin-bottom: 25px;
}
}


/*= Unorder List 
=======================================================*/
ul,
ol {
	list-style: none;
	padding: 0;
}

li { 
	position: relative; 
	padding-bottom: 15px; 
	padding-left: 15px;
}

li:last-child {
	padding-bottom: 15px;
}

ul li ul,
ol li ol {
	padding-top: 10px;
	padding-left: 10px;
}

ul:last-child li:last-child,
ol:last-child li:last-child {
	padding-bottom: 0;
}

ul:last-child li:last-child ul,
ol:last-child li:last-child ol {
	padding-bottom: 0;
}

ul li:before {
	content: ""; 
	width: 6px; 
	height: 6px; 
	float: left; 
	background: #d56a4f; 
	border-radius: 360px; 
	position: absolute;
	top: 9px;
	left: 0;
}

ul li ul li {
	padding-left: 15px;
}

ul li ul li:before { 
	content: "";
	width: 6px;
	height: 6px;
	background: #d56a4f;
	border-radius: 360px;
	top: 9px;
}


/*= Order List 
=======================================================*/
ol {
	counter-reset: item;
}

ol > li {
	counter-increment: item;
	padding-left: 20px;
}

ol > li:before {
	content: counter(item)".";
	font-weight: 700;
	color: #d56a4f;
	position: absolute;
	top: 0;
	left: 0;
	padding: 0;
	margin: 0;
}


/* #Input
================================================= */

select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
	border-radius: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	outline: 0;
}

select,
textarea,
input {
	-webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
	-moz-transition: border linear 0.2s, box-shadow linear 0.2s;
	-ms-transition: border linear 0.2s, box-shadow linear 0.2s;
	-o-transition: border linear 0.2s, box-shadow linear 0.2s;
	transition: border linear 0.2s, box-shadow linear 0.2s;
}

label {
	width: 100%;
	float: none;
	display: inline-block;
	vertical-align:top;
	font-family: "Inter", sans-serif;
	font-weight: 500;
	font-size: 14px;
	color: #080707;
	line-height: 20px;
	letter-spacing: normal;
	padding: 0 0 10px 0;
	margin: 0;
}

select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
	width: 100%;
	height: 50px;
	font-family: "Inter", sans-serif;
	font-weight: 500;
	font-size: 14px;
	color: #080707;
	line-height: 20px;
	letter-spacing: normal;
	white-space: nowrap;
	text-overflow: ellipsis;
	background: #ffffff;
	box-shadow: none;
	border: 1px solid #c8c8c8;
	border-radius: 0;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	overflow: hidden;
	position: relative;
	padding: 13px 20px;
	margin: 0;
}

textarea {
	height: 180px;
	white-space: normal;
	outline: none;
	resize: none;
	padding-top: 15px;
	padding-bottom: 15px;
}

::-webkit-input-placeholder,
::-webkit-textarea-placeholder {
	color: #080707;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
	color: #080707;
}

::-moz-placeholder {
	color: #080707;
}

::-ms-input-placeholder {
	color: #080707;
}

select:focus,
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
	outline: 0;
	border-color: #d56a4f;
}


/* #Buttons
================================================== */
.btn,
.button,
input[type="button"],
input[type="submit"] {
	width: auto;
	height: auto;
	float: none;
	display: inline-block;
	vertical-align: middle;
	font-family: "Inter", sans-serif;
	font-weight: 700;
	font-size: 14px;
	color: #ffffff;
	line-height: 20px;
	letter-spacing: 0.01em;
	text-align: center;
	text-transform: none;
	text-decoration: none;
	white-space: normal;
	background: #d56a4f;
	border: none;
	border-radius: 0;
	box-shadow: none;
	overflow: hidden;
	position: relative;
	z-index: 1;
	cursor: pointer;
	outline: 0;
	-webkit-transition: all .25s ease-out;
	-moz-transition: all .25s ease-out;
	-o-transition: all .25s ease-out;
	transition: all .25s ease-out;
	padding: 15px 30px;
	margin: 0;
}

.btn:hover,
.btn:focus,
.btn:active,
.btn:active:focus,
.btn.active,
.btn.active:focus,
.button:hover,
.button:focus,
.button:active,
.button:active:focus,
.button.active,
.button.active:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="button"]:active,
input[type="button"]:active:focus,
input[type="button"].active,
input[type="button"].active:focus,
input[type="submit"]:hover,
input[type="submit"]:focus,
input[type="submit"]:active,
input[type="submit"]:active:focus,
input[type="submit"].active,
input[type="submit"].active:focus
.btn:not(:disabled):not(.disabled).active,
.button:not(:disabled):not(.disabled):active {
	color: #ffffff;
	text-decoration: none;
	background: #bf4f33;
	outline: 0;
}

.disabled {
	cursor: not-allowed;
	filter: alpha(opacity=65);
	opacity: .65;
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
	cursor: not-allowed;
	filter: alpha(opacity=65);
	-webkit-box-shadow: none;
	box-shadow: none;
	opacity: .65;
}

a.btn.disabled,
fieldset[disabled] a.btn {
	pointer-events: none;
}

.btn-out {
    float: none;
    display: inline-block;
    vertical-align: top;
    margin: 10px -10px -20px -10px;
}

.btn-out a {
    margin: 0 10px 20px 10px;
}


/* #Owl-carousel
=======================================================*/
.owl-carousel {
	display: none;
	width: 100%;
	-webkit-tap-highlight-color: transparent;
	/* position relative and z-index fix webkit rendering fonts issue */
	position: relative;
	z-index: 1;
}

.owl-carousel .owl-stage {
	position: relative;
	-ms-touch-action: pan-Y;
	touch-action: manipulation;
	-moz-backface-visibility: hidden;
	/* fix firefox animation glitch */
}

.owl-carousel .owl-stage:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.owl-carousel .owl-stage-outer {
	position: relative;
	overflow: hidden;
	/* fix for flashing background */
	-webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
	position: relative;
	min-height: 1px;
	float: left;
	-webkit-backface-visibility: hidden;
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
	width: 100%;
	display: inline-block;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.owl-carousel.owl-loaded {
	display: block;
}

.owl-carousel.owl-loading {
	opacity: 0;
	display: block;
}

.owl-carousel.owl-hidden {
	opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
	visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.owl-carousel.owl-grab {
	cursor: move;
	cursor: grab;
}

.owl-carousel.owl-rtl {
	direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
	float: right;
}


/* No Js */
.no-js .owl-carousel {
	display: block;
}


/* Owl Carousel - Animate Plugin */
.owl-carousel .animated {
	animation-duration: 100ms;
	animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
	z-index: 0;
}

.owl-carousel .owl-animated-out {
	z-index: 1;
}

.owl-carousel .fadeOut {
	animation-name: fadeOut;
}

@keyframes fadeOut {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}


/* Owl Carousel - Auto Height Plugin */
.owl-height {
	transition: height 500ms ease-in-out;
}


/* Owl Carousel - Lazy Load Plugin */
.owl-carousel .owl-item {
/**
This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
calculation of the height of the owl-item that breaks page layouts
*/
}

.owl-carousel .owl-item .owl-lazy {
	opacity: 0;
	transition: opacity 400ms ease;
}

.owl-carousel .owl-item .owl-lazy[src^=""],
.owl-carousel .owl-item .owl-lazy:not([src]) {
	max-height: 0;
}

.owl-carousel .owl-item img.owl-lazy {
	transform-style: preserve-3d;
}


/* Owl Carousel - Video Plugin */
.owl-carousel .owl-video-wrapper {
	position: relative;
	height: 100%;
	background: #000;
}

.owl-carousel .owl-video-play-icon {
	position: absolute;
	height: 80px;
	width: 80px;
	left: 50%;
	top: 50%;
	margin-left: -40px;
	margin-top: -40px;
	background: url("owl.video.play.png") no-repeat;
	cursor: pointer;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	transition: transform 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
	-ms-transform: scale(1.3, 1.3);
	transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
	display: none;
}

.owl-carousel .owl-video-tn {
	opacity: 0;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
	position: relative;
	z-index: 1;
	height: 100%;
	width: 100%;
}

/* Previous and Next */
.owl-nav button {
	width: 28px;
	height: 30px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	font-weight: inherit;
	font-size: 22px;
	color: #f1e69b;
	line-height: 1em; 
	text-decoration: none;
	text-align: center;
	background: #d56a4f; 
	border: none;
	box-shadow: none;
	border-radius: 0;
	position: absolute;
	top: 50%;	
	transform: translate(0, -50%);
	cursor: pointer;
	z-index: 2;
	outline: 0;
	padding: 1px 0 0 0;
	margin: 0;
}

.owl-nav button:hover,
.owl-nav button:focus,
.owl-nav button:active {
	color: #f1e69b;
	outline: 0;
}

.owl-nav button.owl-prev {
	left: 0;
}

.owl-nav button.owl-next {
	right: 0;
}

.owl-nav button.disabled {
	color: rgba(241, 230, 155, 0.5);
	cursor: default; 
	opacity: 1;
}

.owl-nav button.disabled:hover,
.owl-nav button.disabled:focus,
.owl-nav button.disabled:active {
	color: rgba(241, 230, 155, 0.5);
	background: #d56a4f;
}

.owl-nav.disabled {
	display: none;
}


/* Bullets */
.owl-dots {
	width: 100%;
	float: none;
	display: inline-block;
	vertical-align: top;
	text-align: center;
	line-height: .5em;
	margin: 40px 0 0 0;
}

.owl-dots button.owl-dot {
	width: 12px;
	height: 12px;
	float: none;
	display: inline-block;
	vertical-align: top;
	text-align: center;
	color: rgba(241, 230, 155, 0.5);
	border-radius: 360px;
	box-shadow: none;
	border: none;
	-webkit-transition: all .25s ease-out;
	-moz-transition: all .25s ease-out;
	-o-transition: all .25s ease-out;
	transition: all .25s ease-out;
	cursor: pointer;
	padding: 0;
	margin: 0 5px;
}

.owl-dots button.owl-dot:hover,
.owl-dots button.owl-dot:focus,
.owl-dots button.owl-dot:active,
.owl-dots button.owl-dot.active {
	color: rgba(241, 230, 155, 1);
}

.owl-dots.disabled {
	display: none;
}


/*= Container - Main
=======================================================*/
#container-main {
	width: 100%;
	float: left; 
	background: #ffffff; 
	overflow: hidden;
	position: relative;
}

.hidden-body { 
	overflow: hidden;
}

.hidden-body #container-main { 
	width: 100%; 
	float: left; 
	position: relative; 
	overflow: hidden;
}

.hidden-body #container-main:before { 
	content: ""; 
	width: 100%; 
	height: 100%; 
	float: left; 
	background: rgba(0, 0, 0, 0.25); 
	position: fixed; 
	top: 0; 
	left:0; 
	z-index: 5;
}

.container {
	width: 100%;
	max-width: 1300px;
	margin: 0 auto;
	padding: 0 40px;
}

@media only screen and (max-width: 767px) {
.container {
	max-width: 600px;
	padding: 0 30px;
}
}


/* Inner Padding */
.inner-padding { 
	padding-left: 105px;
}

@media only screen and (max-width: 1199px) {
.inner-padding { 
	padding-left: 40px;
}
}

@media only screen and (max-width: 767px) {
.inner-padding { 
	padding-left: 0;
}
}


/*
 3.) Content - Main
----------------------------------------*/

#content-main { 
	width: 100%; 
	float: left;
}


/* 
 2.) Header
----------------------------------------*/

#header-main {
    width: 100%;
    height: 148px;
    float: none;
    display: inline-block;
    vertical-align: top; 
	background:#d66b50 url(/wp-content/themes/jwilmer/img/header-design.png) no-repeat top right; 
	background-size: 497px auto; 
	position: relative;
}

#header-main .logo {
    float: left;
    height: 82px;
    line-height: 82px;
    margin-top: 33px;
}

#header-main .logo img {
    max-height: 82px;
}

#header-main .nav-bar {
    float: right;
}

#header-main .nav-bar nav {
    float: left;
}

#header-main .nav-bar nav ul {
    float: left;
    padding: 0;
    margin: 0 0 0 -35px;
}

#header-main .nav-bar nav ul li {
    float: left;
    padding: 0;
    margin: 0 0 0 35px;
}

#header-main .nav-bar nav ul li:before {
    display: none;
}

#header-main .nav-bar nav ul li a {
    height: 148px;
    float: left; 
	font-family: "Red Hat Display", sans-serif;
    font-weight: 700;
    font-size: 16px;
    color: #ffffff;
    line-height: 148px;
    letter-spacing: 0.015em;
    text-decoration: none;
    position: relative;
}

#header-main .nav-bar nav ul li a:after {
    content: "";
    width: 0;
    height: 2px;
    float: left;
    background: #f1e69b;
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
    position: absolute;
    bottom: 53px;
    left: 50%;
}

#header-main .nav-bar nav ul li a:hover,
#header-main .nav-bar nav ul li a:focus,
#header-main .nav-bar nav ul li.active a { 
	color: #f1e69b;
}

#header-main .nav-bar nav ul li.active a {	
	font-weight: 900; 
}

#header-main .nav-bar nav ul li a:hover:after,
#header-main .nav-bar nav ul li a:focus:after,
#header-main .nav-bar nav ul li.active a:after {
    width: 100%;
    left: 0;
}

#header-main .menu-btn {
	width: 34px;
	height: 21px;
	float: left;
	display: none;
	cursor: pointer;
	z-index: 10001;
	position: absolute;
	top: 50px;
	right: 40px;
}

#header-main .menu-btn .icon-bar {
	width: 100%;
	float: right;
	text-decoration: none;
	position: relative;
}

#header-main .menu-btn .icon-bar span {
	width: 100%;
	height: 3px;
	float: left;
	background: #ffffff;
	position: relative;
	margin: 9px 0 0 0;
}

#header-main .menu-btn .icon-bar span:before {
	content: "";
	width: 100%;
	height: 3px;
	float: left;
	background: #ffffff;
	position: absolute;
	top: -9px;
	left: 0;
}

#header-main .menu-btn .icon-bar span:after {
	content: "";
	width: 100%;
	height: 3px;
	float: left;
	background: #ffffff;
	position: absolute;
	top: 9px;
	left: 0;
}

#header-main .menu-btn.active {
	color: #d66b50;
}

#header-main .menu-btn.active .icon-bar span {
	background: none;
}

#header-main .menu-btn.active .icon-bar span:before {
	height: 3px;
	top: 0;
	background: #d66b50;
	-webkit-transform: rotate3d(0, 0, 1, 45deg);
	transform: rotate3d(0, 0, 1, 45deg);
}

#header-main .menu-btn.active .icon-bar span:after {
	height: 3px;
	top: 0;
	background: #d66b50;
	-webkit-transform: rotate3d(0, 0, 1, -45deg);
	transform: rotate3d(0, 0, 1, -45deg);
}

@media only screen and (max-width: 991px) {
#header-main {
    height: 120px;
	background-size: 400px auto; 
}

#header-main .logo {
    height: 70px;
    line-height: 70px;
    margin-top: 25px;
}

#header-main .logo img {
    max-height: 70px;
}

#header-main .nav-bar {
    width: 300px;
    height: 100%;
    display: none;
    background: #ffffff;
    box-shadow: rgba(0, 0, 0, 0.15) 0 0 10px;
    position: fixed;
    top: 0;
    right: 0;
	z-index: 6;
    overflow: auto;
    padding: 105px 40px 40px 40px;
}

#header-main .nav-bar nav {
    width: 100%;
}

#header-main .nav-bar nav ul {
    width: 100%;
    margin: 0;
}

#header-main .nav-bar nav ul li {
    width: 100%;
    margin: 0;
}

#header-main .nav-bar nav ul li a {
    width: 100%;
    height: auto; 
	color: #080707;
    line-height: 22px;
    padding: 10px 0;
}

#header-main .nav-bar nav ul li a:after {
    display: none;
}

#header-main .nav-bar nav ul li a:hover,
#header-main .nav-bar nav ul li a:focus,
#header-main .nav-bar nav ul li.active a { 
	color: #d66b50;
}

#header-main .menu-btn {
    display: inline-block;
}
}

@media only screen and (max-width: 767px) {
#header-main {
    height: 90px;
	background-size: 290px auto; 
}

#header-main .logo {
    height: 50px;
    line-height: 50px;
    margin-top: 15px;
}

#header-main .logo img {
    max-height: 50px;
}

#header-main .nav-bar {
    padding: 75px 40px 40px 40px;
}

#header-main .menu-btn {
    top: 35px;
    right: 30px;
}
}


/* 
 4.) Content - Main
----------------------------------------*/

#content-main { 
	width: 100%; 
	float: none; 
	display: inline-block; 
	vertical-align: top; 
}

/* Header*/
#header-main.header-home { 
	height: 260px;
}

@media only screen and (max-width: 991px) {
#header-main.header-home { 
	height: 200px;
}
}

@media only screen and (max-width: 767px) {
#header-main.header-home { 
	height: 150px;
}
}


/* Heading - Txt */
.heading-txt { 
	width: 100%; 
	float: none; 
	display: inline-block; 
	vertical-align: top; 
	padding-bottom: 60px;
}

.heading-txt:last-child { 
	padding-bottom: 0; 
}

@media only screen and (max-width: 1199px) {
.heading-txt { 
	padding-bottom: 50px;
}
}

@media only screen and (max-width: 767px) {
.heading-txt { 
	padding-bottom: 40px;
}
}


/* Content - Inner */
.content-inner { 
	width: 100%; 
	overflow: hidden; 
	padding:  80px 0;
}

@media only screen and (max-width: 1199px) {
.content-inner { 
	padding:  60px 0;
}
}

@media only screen and (max-width: 767px) {
.content-inner { 
	padding:  50px 0;
}
}


/* Banner */
.banner-main {
	width: 100%;
	float: none;
	display: inline-block;
	vertical-align: top;
	position: relative;
	z-index: 1;
	margin-top: -112px;
}

.banner-main .container {
	max-width: 1347px;
	padding-right: 0;
}

.banner-main .slider-out {
	width: 100%;
	max-width: 1175px;
	float: right;
	position: relative;
}

.banner-main .hero {
	width: 100%;
	float: none;
	display: inline-block;
	vertical-align: top;
}

.banner-main .hero .item {
	width: 100%;
	float: left;
	text-align: center;
	overflow: hidden;
}

.banner-main .hero .item img {
	width: 100%;
	min-width: 700px;
	margin: 0 -350px;
}

.banner-main .hero-thumbs {
	width: 100%;
	float: none;
	display: inline-block;
	vertical-align: top;
	counter-reset: item;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 100;
}

.banner-main .hero-thumbs .item .thumbs-icon {
	width: 70px;
	float: left;
	text-align: center;
	overflow: hidden;
	position: absolute;
	top: 0;
	right: 0;
}

.banner-main .hero-thumbs .item .thumbs-icon img {
	width: 100%;
}

.banner-main .owl-theme .owl-nav [class*="owl-"] {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.banner-main .hero-thumbs .item:before {
	width: 70px;
	float: left;
	content: "0" counter(item);
	font-family: "Red Hat Display", sans-serif;
	font-weight: 700;
	font-size: 36px;
	color: #ffffff;
	line-height: 1em;
	letter-spacing: 0.02em;
	text-align: center;
	text-transform: uppercase;
	position: absolute;
	top: -3px;
	left: 0;
}

.banner-main .hero-thumbs #thumbs .item {
	width: 100%;
	height: 53px;
	float: left;
	font-family: "Red Hat Display", sans-serif;
	font-weight: 700;
	font-size: 12px;
	color: #ffffff;
	line-height: 15px;
	letter-spacing: normal;
	text-transform: uppercase;
	counter-increment: item;
	cursor: pointer;
	position: relative;
	padding: 0 80px 0 70px;
}

.banner-main .hero-thumbs #thumbs .current .item:before {
	color: #d26a4a;
}

.banner-main .hero-thumbs #thumbs .current .item:after {
	content: "";
	width: 100%;
	height: 8px;
	float: left;
	background: #d66b50;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
}

.banner-main .hero-thumbs .owl-theme .owl-nav [class*="owl-"].disabled:hover {
	background-color: #d6d6d6;
}

.banner-main .hero-thumbs #big.owl-theme {
	position: relative;
}

@media only screen and (max-width: 991px) {
.banner-main {
	margin-top: -80px;
}
}

@media only screen and (max-width: 767px) {
.banner-main {
	margin-top: -60px;
}

.banner-main .container {
	max-width: 100%;
	padding-left: 0;
	padding-right: 0;
}
}


/* Product - Details */
.product-details .product-img { 
	width: 640px; 
	float: right; 
	margin: 0 0 25px 90px;
}

.product-details .product-img:last-child {
    margin-bottom: 0;
}

.product-details .product-img .product-lrg {
    width: 100%;
    overflow: hidden;
    margin-bottom: 20px;
}

.product-details .product-img .product-lrg .item {
    width: 100%;
    text-align: center;
    overflow: hidden;
}

.product-details .product-img .product-lrg .item img {
    width: 100%;
}

.product-details .product-thumbs {
    width: 100%;
    overflow: hidden;
}

.product-details .product-thumbs .box {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -10px -20px -10px;
}

.product-details .product-thumbs .item {
    width: 33.33%;
    text-align: center;
    overflow: hidden;
    padding: 0 10px 20px 10px;
}

.product-details .product-thumbs .item img {
    width: 100%;
}

@media only screen and (max-width: 1199px) {
.product-details .product-img { 
	width: 480px; 
	margin: 0 0 25px 40px;
}
}

@media only screen and (max-width: 991px) {
.product-details .product-img { 
	width: 100%; 
	margin: 0 0 60px 0;
}
}

@media only screen and (max-width: 767px) {
.product-details .product-img { 
	margin: 0 0 40px 0;
}

.product-details .product-img .product-lrg {
    margin-bottom: 10px;
}

.product-details .product-thumbs .box {
    margin: 0 -5px -10px -5px;
}

.product-details .product-thumbs .item {
    padding: 0 5px 10px 5px;
}
}


/* 
 5.) Footer
----------------------------------------*/

#footer-main {
    width: 100%;
    float: none;
    display: inline-block;
    vertical-align: top; 
	color: #020202; 
	background: #faf3dc; 
	position: relative; 
	padding: 75px 0 50px 0;
}

#footer-main:before { 
	content: ""; 
	width: 100%; 
	height: 30px; 
	float: left;	
	background: url(/wp-content/themes/jwilmer/img/footer-design.png) repeat-x top center; 
	position:absolute; 
	bottom: 0; 
	left: 0; 
}

#footer-main .aside {	
	display:-ms-flexbox; 
	display:flex; 
	-ms-flex-wrap:wrap; 
	flex-wrap:wrap; 
	align-items: center; 
	padding-bottom: 55px; 
}

#footer-main .aside:last-child { 
	padding-bottom: 0;	
}

#footer-main .aside h2,
#footer-main .aside .h2 { 
	width: 220px; 
	color: #d56a4f; 
	position: relative; 
	z-index:2; 
	padding: 0 20px 0 0; 
	margin: 0 -220px 0 0;
}

#footer-main .aside h2:before,
#footer-main .aside .h2:before { 
	display: none;
}

#footer-main .aside .txt-max { 
	width:100%; 
	padding-left: 220px;
}

#footer-main .copyrights {
	width: 100%; 
	font-family: "GillSans", sans-serif; 
	font-weight: 400; 
	color: #606161; 
	text-align: right;
	overflow: hidden;
}

@media only screen and (max-width: 767px) {
#footer-main {
	padding: 60px 0 50px 0;
}

#footer-main .aside {	
	padding-bottom: 40px; 
}

#footer-main .aside h2,
#footer-main .aside .h2 { 
	width: 100%; 
	padding: 0 0 20px 0; 
	margin: 0;
}

#footer-main .aside .txt-max { 
	padding-left: 0;
}
}


/* 
 6.) Wallace Neff
----------------------------------------*/

/* Timeline - Cont */
.wallace-neff-cont {
    width: 100%;
    overflow: hidden;
}

.wallace-neff-cont h1,
.wallace-neff-cont .h1,
.wallace-neff-cont h2,
.wallace-neff-cont .h2 {
    color: #020202;
}

.wallace-neff-cont .split-img {
    width: 100%;
    overflow: hidden;
    margin-bottom: 60px;
}

.wallace-neff-cont .split-img:last-child {
    margin-bottom: 0;
}

.wallace-neff-cont .split-img ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
    margin: 0 -1.5% -40px -1.5%;
}

.wallace-neff-cont .split-img ul li {
    width: 21.74%;
    padding: 0 1.5% 40px 1.5%;
    margin: 0;
}

.wallace-neff-cont .split-img ul li img {
    width: 100%;
}

.wallace-neff-cont .split-img ul li:before {
    display: none;
}

.wallace-neff-cont .split-img ul li.medium {
    width: 49.74%;
}

.wallace-neff-cont .split-img ul li.sml {
    width: 28.52%;
}

@media only screen and (max-width: 1199px) {
.wallace-neff-cont .split-img {
	margin-bottom: 50px;
}
}

@media only screen and (max-width: 767px) {
.wallace-neff-cont .split-img {
	margin-bottom: 40px;
}

.wallace-neff-cont .split-img ul {
	margin: 0 0 -20px 0;
}

.wallace-neff-cont .split-img ul li {
	width: 100%;
	padding: 0 0 20px 0;
}

.wallace-neff-cont .split-img ul li.medium {
	width: 100%;
}

.wallace-neff-cont .split-img ul li.sml {
	width: 100%;
}
}


/* 
 7.) Biography
----------------------------------------*/

/* Biography - Cont */
.biography-cont {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.biography-cont .aside {
    width: 42.6%;
    padding-right: 40px;
}

.biography-cont .aside .txt-max {
    width: 100%;
    max-width: 380px;
    float: left;
}

.biography-cont .gallery-img {
    width: 57.4%;
}

.biography-cont .gallery-img .item {
    width: 100%;
    font-weight: 600;
    font-style: italic;
    font-size: 10px;
    color: #020202;
    line-height: 16px;
    padding: 0 10px 20px 10px;
}

.biography-cont .gallery-img .item a {
    font-style: normal;
    color: #4f8d9f;
}

.biography-cont .gallery-img .item a:focus, 
.biography-cont .gallery-img .item a:active, 
.biography-cont .gallery-img .item a:hover {
	color: #d56a4f;
}

.biography-cont .gallery-img .item .figure {
    width: 100%;
    text-align: center;
    overflow: hidden;
    margin-bottom: 25px;
}

.biography-cont .gallery-img .item .figure:last-child {
    margin-bottom: 0;
}

.biography-cont .gallery-img .item .figure img {
    width: 100%;
}

.biography-cont .gallery-img .item ul {
    padding: 0;
    margin: 0;
}

.biography-cont .gallery-img .item ul li {
    padding: 0 0 5px 0;
    margin: 0;
}

.biography-cont .gallery-img .item ul li:before {
    display: none;
}

.biography-cont .gallery-img .item ul li:last-child {
    padding-bottom: 0;
}

.biography-cont .gallery-img .item-out {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -10px -20px -10px;
}

.biography-cont .gallery-img .item.medium {
    width: 59.85%;
}

.biography-cont .gallery-img .item.sml {
    width: 40.15%;
}

@media only screen and (max-width: 767px) {
.biography-cont .aside {
	width: 100%;
	padding: 0 0 0 0;
}

.biography-cont .aside .txt-max {
	max-width: 100%;
}

.biography-cont .gallery-img {
	width: 100%;
}

.biography-cont .gallery-img .item .figure {
	margin-bottom: 20px;
}
}


/* 
 8.) Projects
----------------------------------------*/

/* Project - List */
.project-list {
    width: 100%;
    float: none;
    display: inline-block;
    vertical-align: top;
    border-bottom: 1px solid #d56a4f;
    padding-bottom: 40px;
    margin-bottom: 80px;
}

.project-list:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}

.project-list .article {
    width: 50%;
    padding: 0 20px 50px 20px;
}

.project-list .article .box {
    width: 100%;
    overflow: hidden;
}

.project-list .article .box .slider-img {
    width: 100%;
    float: left;
    position: relative;
    margin-bottom: 25px;
}

.project-list .article .box .slider-img:last-child {
    margin-bottom: 0;
}

.project-list .article .box .slider-img .item {
    width: 100%;
    text-align: center;
    overflow: hidden;
    position: relative;
}

.project-list .article .box .slider-img .item img {
    width: 100%;
}

.project-list .article .box .slider-img .item .year {
    min-width: 95px;
    float: none;
    display: inline-block;
    vertical-align: top;
    font-weight: 700;
    font-size: 20px;
    color: #ffffff;
    line-height: 30px;
    text-align: center;
    text-transform: uppercase;
    background: #d56a4f;
    position: absolute;
    top: 0;
    left: 0;
    padding: 0 20px;
}

.project-list .article .box .aside {
    width: 100%;
    overflow: hidden;
}

.project-list .article .box .aside h3 a,
.project-list .article .box .aside .h3 a { 
	color: #080707; 
	text-decoration: none;
}

.project-list .article .box .aside h3 a:focus,
.project-list .article .box .aside .h3 a:focus,
.project-list .article .box .aside h3 a:active,
.project-list .article .box .aside .h3 a:active,
.project-list .article .box .aside h3 a:hover,
.project-list .article .box .aside .h3 a:hover { 
	color: #bf4f33;
}

.project-list .article .box .aside h3 .sml,
.project-list .article .box .aside .h3 .sml {
    font-size: 20px;
}

.project-list .owl-nav {
    position: absolute;
    bottom: 0;
    right: 0;
}

.project-list .owl-nav button {
    float: none;
    display: inline-block;
    vertical-align: top;
    position: relative;
    top: 0;
    transform: translate(0);
}

.project-list .article-out {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -20px -50px -20px;
}

@media only screen and (max-width: 1199px) {
.project-list {
	margin-bottom: 60px;
}
}

@media only screen and (max-width: 767px) {
.project-list {
	margin-bottom: 50px;
}

.project-list .article {
	width: 100%;
	padding: 0 0 40px 0;
}

.project-list .article-out {
	margin: 0 0 -40px 0;
}
}


/* Project - Cont */
.project-cont {
    width: 100%;
    float: none;
    display: inline-block;
    vertical-align: top;
    color: #080808;
}

.project-cont h1,
.project-cont .h1,
.project-cont h2,
.project-cont .h2 {
    color: #020202;
}

.project-cont .article {
    width: 50%;
    padding: 0 10px;
}

.project-cont .article h3,
.project-cont .article .h3 {
    font-size: 21px;
    color: #000000;
    line-height: 27px;
    padding-bottom: 15px;
    margin-bottom: 0;
}

.project-cont .article h3:before,
.project-cont .article .h3:before {
    display: none;
}

.project-cont .article .aside {
    width: 100%;
    float: none;
    display: inline-block;
    vertical-align: top;
    position: relative;
    padding: 0 0 15px 65px;
}

.project-cont .article .aside:last-child {
    padding-bottom: 0;
}

.project-cont .article .aside .year {
    position: absolute;
    top: 0;
    left: 0;
}

.project-cont .article .aside-out {
    width: 100%;
    border-bottom: 1px solid #d56a4f;
    overflow: hidden;
    padding-bottom: 40px;
    margin-bottom: 15px;
}

.project-cont .article .aside-out:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}

.project-cont .article-out {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -10px;
}

@media only screen and (max-width: 991px) {
.project-cont .article {
	width: 100%;
	padding: 0 0 40px 0;
}

.project-cont .article-out {
	margin: 0 0 -40px 0;
}
}

@media only screen and (max-width: 767px) {
.project-cont .article .aside {
	padding: 0 0 15px 55px;
}
}


/* 
 9.) Timeline
----------------------------------------*/

/* Timeline - Cont */
.timeline-cont {
    width: 100%;
    overflow: hidden;
}

.timeline-cont h1,
.timeline-cont .h1,
.timeline-cont h2,
.timeline-cont .h2 {
    color: #020202;
}

.timeline-cont .split-img {
    width: 100%;
    overflow: hidden;
    margin-bottom: 60px;
}

.timeline-cont .split-img:last-child {
    margin-bottom: 0;
}

.timeline-cont .split-img ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
    margin: 0 -1.73% -40px -1.73%;
}

.timeline-cont .split-img ul li {
    width: 71.16%;
    padding: 0 1.73% 40px 1.73%;
    margin: 0;
}

.timeline-cont .split-img ul li img {
    width: 100%;
}

.timeline-cont .split-img ul li:before {
    display: none;
}

.timeline-cont .split-img ul li.sml {
    width: 28.84%;
}

.timeline-cont .aside {
    width: 100%;
    float: none;
    display: inline-block;
    vertical-align: top;
    position: relative;
    padding: 0 0 25px 65px;
}

.timeline-cont .aside:last-child {
    padding-bottom: 0;
}

.timeline-cont .aside .year {
    position: absolute;
    top: 0;
    left: 0;
}

.timeline-cont .aside-out {
    width: 100%;
    border-bottom: 1px solid #d56a4f;
    overflow: hidden;
    padding-bottom: 40px;
    margin-bottom: 15px;
}

.timeline-cont .aside-out:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}

@media only screen and (max-width: 1199px) {
.timeline-cont .split-img {
	margin-bottom: 50px;
}
}

@media only screen and (max-width: 767px) {
.timeline-cont .split-img {
	margin-bottom: 40px;
}

.timeline-cont .split-img ul {
	margin: 0 0 -20px 0;
}

.timeline-cont .split-img ul li {
	width: 100%;
	padding: 0 0 20px 0;
}

.timeline-cont .split-img ul li.sml {
	width: 100%;
}

.timeline-cont .aside {
	padding: 0 0 25px 55px;
}
}


/* 
 10.) References
----------------------------------------*/

/* References - Cont */
.references-cont {
    width: 100%;
    overflow: hidden;
}

.references-cont h1,
.references-cont .h1,
.references-cont h2,
.references-cont .h2 {
    color: #020202;
}

.references-cont p a {
    font-weight: 600;
    color: #5d8d9f;
}

.references-cont p a:focus, 
.references-cont p a:active, 
.references-cont p a:hover {
	color: #d56a4f;
}
