/*
Theme Name: Jesse Henkensiefken
Theme URI:
Description: Custom WordPress theme built by Designojek
Version: 1.0
Author: Designojek (www.designojek.com)
*/
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;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* make buttons play nice in IE */
button {
  width: auto;
  overflow: visible;
}
/* Webkit browsers add a 2px margin outside the chrome of form elements */
button,
input,
select,
textarea {
  margin: 0;
}
/* prevent BG image flicker upon hover */
/*.ie6 html {filter: expression(document.execCommand("BackgroundImageCache", false, true));}*/
/* scale images in IE7 more attractively */
.ie7 img {
  -ms-interpolation-mode: bicubic;
}
.cream {
  color: #747474;
}
.font-sans {
  font-family: 'Open Sans', Arial, Helvetica Neue, Helvetica, sans-serif;
}
.font-sans-header {
  font-family: 'Varela Round', Arial, Helvetica Neue, Helvetica, sans-serif;
}
.italic {
  font-style: italic;
  font-weight: 100;
}
.test-border {
  border: 1px solid red;
}
html {
  width: 100%;
  height: 100%;
}
body {
  text-rendering: optimizeLegibility;
  font-family: 'Open Sans', Arial, Helvetica Neue, Helvetica, sans-serif;
  background-color: #ffffff;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
code {
  display: block;
}
/* ----------- TYPE STUFF ----------- */
p,
li,
.font-style {
  line-height: 1.5em;
  margin-bottom: 10px;
  font-size: 0.9em;
  font-weight: 100;
}
ol li {
  list-style-type: decimal;
  margin-left: 20px;
}
ul li {
  list-style-type: disc;
}
a {
  color: #29679a;
  text-decoration: none;
}
a:link {
  -webkit-tap-highlight-color: #747474;
}
a:hover {
  text-decoration: none;
  color: #4d4d4d !important;
}
em,
i {
  font-style: italic;
}
.underline {
  border-bottom: 1px solid #4d4d4d;
  padding: 0px 0px 5px 0px;
}
h1 {
  font-size: 3em;
  font-family: 'Varela Round', Arial, Helvetica Neue, Helvetica, sans-serif;
  padding: 0px 0px 7px 0px;
  margin: 0px 0px 12px 0px;
  font-weight: 400;
}
h1.page-title {
  font-size: 2em;
  padding-bottom: 8px;
  border-bottom: 1px solid #999;
  text-align: left;
}
h2,
.widget h2 {
  font-size: 1.2em;
  border-bottom: 1px solid #4d4d4d;
  padding: 0px 0px 5px 0px;
  padding: 0px 0px 7px 0px;
  margin: 0px 0px 12px 0px;
  font-weight: 400;
}
h3 {
  font-family: 'Open Sans', Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 1.2em;
  font-weight: 100;
}
h4 {
  font-size: 0.9em;
}
h5 {
  font-size: 0.8em;
}
h6 {
  font-size: 0.7em;
}
.uppercase {
  text-transform: uppercase;
}
.container ul li {
  list-style-type: disc;
  margin-left: 20px;
}
.breadcrumbs {
  font-size: .8em;
  color: #666;
  margin: 30px 0 0 0px;
  position: relative;
  letter-spacing: 1px;
}
/* ----------- TOP NAV ----------- */
.container {
  margin: 20px auto 0px;
  width: 960px;
  padding: 0px;
  border: 0px solid red;
}
.header-container {
  text-align: right;
  margin: 0px auto 0px;
  width: 960px;
  padding: 20px 0px;
  border: 0px solid red;
}
.header-container h1 {
  font-size: 3em;
  text-transform: uppercase;
  letter-spacing: 4px;
  color: #ffffff;
}
.header-container h1 a {
  color: #fff;
}
.header-container h1 a:hover {
  color: #fede58 !important;
}
.header-container h3 {
  font-family: 'Open Sans', Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 1.2em;
  font-weight: 100;
  text-transform: uppercase;
  letter-spacing: 5px;
  color: #ffffff;
}
.home-image {
  background-image: url('../../images/header.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  height: 160px;
}
#top-spacer {
  height: 60px;
}
#top-header {
  width: 100%;
  height: 60px;
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  background-color: #ffffff;
  -webkit-transition: height 0.3s;
  -moz-transition: height 0.3s;
  -ms-transition: height 0.3s;
  -o-transition: height 0.3s;
  transition: height 0.3s;
}
#top-header h1#logo {
  display: inline-block;
  line-height: 60px;
  padding-left: 40px;
  float: left;
  font-size: 1.2em;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#top-header nav {
  display: inline-block;
  float: right;
}
#top-header #logo a {
  color: #747474;
}
#top-header #logo a:hover {
  color: #9a9a9a !important;
}
#top-header nav a {
  line-height: 60px;
  margin-left: 0px;
  letter-spacing: 2px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#top-header.smaller {
  height: 40px;
}
#top-header.smaller h1#logo {
  height: 40px;
  line-height: 40px;
  font-size: 1em;
}
#top-header.smaller nav a {
  line-height: 40px;
  letter-spacing: 1px;
}
@media all and (max-width: 660px) {
  #top-header h1#logo {
    display: block;
    float: left;
    margin: 0 auto;
    height: 55px;
    line-height: 55px;
    text-align: center;
  }
  #top-header nav {
    display: block;
    float: none;
    height: 55px;
    text-align: center;
    margin: 0 auto;
  }
  #top-header nav a {
    line-height: 55px;
    margin: 0 10px;
  }
  #top-header.smaller {
    height: 36px;
  }
  #top-header.smaller h1#logo {
    height: 36px;
    line-height: 35px;
  }
  #top-header.smaller nav {
    height: 36px;
  }
  #top-header.smaller nav a {
    line-height: 36px;
  }
}
/* ----------- TOP MENU ----------- */
#menu {
  float: right;
  border: 0px solid red;
  width: 100%;
}
#menu ul {
  float: right;
  padding-right: 20px;
}
#menu ul li {
  display: block;
  float: left;
  font-size: 0.7em;
  padding: 0px;
  text-transform: uppercase;
  letter-spacing: 2px;
}
#menu ul li a {
  color: #747474;
  text-decoration: none;
  display: block;
  padding: 0px 10px 4px;
  font-weight: 100;
}
#menu ul li a:hover,
#menu ul li.current-menu-item a,
#menu ul li.current-menu-parent a,
#menu ul li.current-page-ancestor a {
  background-color: #747474;
  color: #666666 !important;
}
/* ----------- QUOTE BOX----------- */
#quotebox {
  padding: 30px;
  margin-bottom: 50px;
  background-color: #ffffff;
}
#quotebox p {
  color: #747474;
  font-style: italic;
  font-size: 1.2em;
  margin: 0px 15%;
  text-align: center;
}
#quotebox p.quote-source {
  color: #fff;
  font-style: normal;
  font-size: 0.8em;
  margin-top: 10px;
}
/* ----------- SIDEBAR/MENU ----------- */
.container #sidebar {
  width: 25%;
  float: right;
  padding-top: 0px;
}
.container #sidebar li,
.container #sidebar ul li {
  list-style-type: none;
  text-align: left;
  color: #ddd;
}
.container #sidebar li a {
  color: #747474;
  padding-right: 15%;
}
.container #sidebar li a:hover {
  text-decoration: none;
}
.wp-post-image {
  width: 100%;
  height: 100%;
}
#media-sidebar {
  width: 220px;
  margin: 20px auto;
}
#menu-media-sidebar {
  padding-bottom: 20px;
}
#menu-media-sidebar li {
  display: block;
  float: left;
  text-align: center;
  padding: 0px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #747474;
}
#menu-media-sidebar li.current-menu-item a {
  color: #ffffff;
}
#menu-media-sidebar li a {
  color: #666666;
  text-decoration: none;
  display: block;
  padding: 0px 10px 4px;
  font-weight: 100;
  font-size: 0.9em;
}
#menu-media-sidebar li a:hover {
  color: #fede58 !important;
}
/* ----------- MAIN CONTENT AREA ----------- */
#main {
  padding: 30px 0px 50px;
  float: left;
  width: 72%;
  margin-bottom: 10px;
}
/* ----------- FRONT PAGE MAIN CONTENT AREA ----------- */
#main-1col {
  padding: 30px 0px 50px;
  margin: 0px auto;
  width: 100%;
  margin-bottom: 10px;
}
#main-1col-events {
  padding: 20px 0px 0px 0px;
  margin: 0px auto;
  width: 50%;
  text-align: center;
  margin-bottom: 10px;
}
.col {
  float: left;
  margin-left: 10px;
  width: 48%;
  padding-bottom: 30px;
}
.right-col {
  float: right;
  margin-left: 10px;
  width: 47%;
}
.left-col {
  float: left;
  width: 47%;
  margin-right: 10px;
}
/* ----------- TABLE STYLING ----------- */
table {
  width: 100%;
}
td,
tr,
th {
  text-align: left;
  padding: 8px 12px;
  border: 1px solid #eee;
}
.table-header {
  background-color: #666666;
  color: #fff;
}
.table-left {
  width: 70%;
}
.table-right {
  width: 30%;
}
tr:nth-child(even) {
  background-color: #f2f2f2;
}
/* ----------- VIDEO CONTAINER/AUDIO PAGE CUSTOM ----------- */
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  margin-bottom: 20px;
}
.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
hr.shorty {
  width: 40%;
  margin: 30px auto;
}
/* ----------- FOOTER ----------- */
html,
body {
  height: 100%;
}
.wrapper {
  margin: 0px auto;
}
footer {
  position: relative;
  left: 0 ;
  right: 0;
  bottom: 0;
  height: 450px;
  clear: both;
}
footer {
  background-color: #666666;
  text-align: left;
}
footer h3 {
  color: #fff;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 1em;
}
footer hr {
  height: 1px;
  border: 0;
  color: #fff;
  background-color: #fff;
  width: 100%;
}
footer p {
  padding-top: 10px;
  font-size: 0.7em;
  font-family: Helvetica, Arial, sans-serif;
  color: #ffffff;
}
footer a {
  color: #ffffff;
}
footer a:hover {
  color: #fede58;
}
footer .primary-sidebar p,
footer .primary-sidebar a {
  font-size: 1em;
}
#footer-inner {
  padding: 10px 0px 0px 0px;
  margin: 0px auto;
  width: 960px;
}
#footer-inner a img {
  margin: 0px 5px;
}
#footer-inner a:hover img {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.copyright {
  background-color: #4d4d4d;
  padding: 8px 0px 2px;
  color: #fff;
  text-align: center;
  font-size: 0.6em;
  text-transform: uppercase;
  letter-spacing: 2px;
  position: relative;
  left: 0 ;
  right: 0;
  bottom: 0;
}
/* ----------- EXTRAS ----------- */
.clear {
  clear: both;
}
.justify {
  text-align: justify;
}
.center {
  text-align: center;
}
hr {
  height: 1px;
  border: 0;
  color: #c97a4b;
  background-color: #c97a4b;
  width: 100%;
}
strong {
  font-weight: 800;
}
.left,
.next-posts {
  float: left;
  margin-right: 15px;
}
.right,
.prev-posts {
  float: right;
  margin-left: 15px;
}
a.btn {
  border: 1px solid #29679a;
  padding: 5px 15px;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 1.5em;
  margin-bottom: 10px;
  font-size: 0.9em;
  font-weight: 100;
}
a.btn:hover {
  color: #fff!important;
  background-color: #29679a;
}
a.btn:after {
  content: '\2192';
  padding-left: 5px;
}
/* ----------- FORM INFORMATION (A LA TWITTER BOOTSTRAP) ----------- */
form {
  margin-bottom: 0px;
  border-bottom: 0px solid #ccc;
}
fieldset {
  margin-bottom: 0px;
  padding-top: 0px;
  border: 0px;
}
fieldset legend {
  margin: 0px;
  display: block;
  padding: 0px;
  line-height: 1;
  color: #404040;
}
/*label {
	padding-top: 6px;
	font-size: 13px;
	line-height: 18px;
	width: 0px;
	text-align: right;
	color: #fff;
	}*/
form .input {
  margin-left: 0px;
}
input,
textarea,
select,
.uneditable-input {
  padding: 6px;
  margin: 0px;
  color: #888;
  background-color: #fff;
  border: 0px solid #ccc;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
select {
  padding: initial;
}
input[type=button],
input[type=reset],
input[type=submit] {
  width: 175px;
  height: auto;
}
textarea {
  overflow-y: auto;
}
input,
textarea {
  -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;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
  width: 100%;
}
input:focus,
textarea:focus {
  outline: 0;
  border-color: rgba(233, 214, 178, 0.8);
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(233, 214, 178, 0.6);
  -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(233, 214, 178, 0.6);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(233, 214, 178, 0.6);
}
div.wpcf7-mail-sent-ok,
div.wpcf7-response-output {
  border: 2px solid #398f14;
  color: #fff;
  font-size: 0.8em;
}
#two-column {
  width: 95%;
}
#two-column #left {
  width: 45%;
  float: left;
  margin-right: 2%;
  padding: 0px;
  height: 50px;
}
#two-column #right {
  width: 45%;
  float: right;
  height: 50px;
}
#two-column p {
  margin-bottom: 12px;
}
img {
  max-width: 100%;
  height: auto;
}
@media screen and (min-width: 1300px) {
  
}
@media screen and (max-width: 960px) {
  .container,
  .header-container,
  #header-inner,
  #footer-inner {
    width: 95%;
  }
  .home-image {
    background-size: 150%;
    height: 160px;
  }
}
@media screen and (max-width: 769px) {
  .side-gallery {
    float: none;
    clear: both;
    margin: 0px auto;
  }
  .home-image {
    background-size: 200%;
    cheight: 140px;
  }
  .col,
  .right-col,
  .left-col {
    float: none;
    width: 85%;
    margin: 0px auto;
  }
  footer {
    height: auto;
    padding: 0px 0px 70px 0px;
  }
  p,
  li,
  .font-style {
    font-size: 1.1em;
  }
  td,
  tr,
  th {
    line-height: 1.6em;
  }
}
@media screen and (max-width: 481px) {
  .home-image {
    background-size: 300%;
    height: 180px;
  }
  #main {
    float: none;
  }
  #main-right,
  #main {
    float: none;
    width: 95%;
    border: 0px;
  }
  #main-1col {
    width: 98%;
  }
  #menu-media-sidebar li {
    display: block;
    float: none;
  }
  #menu-media-sidebar {
    padding-bottom: 0px;
  }
  #media-sidebar {
    width: 100%;
  }
  #quotebox {
    padding: 10px;
    margin-bottom: 10px;
  }
  .right,
  .left {
    float: none;
    width: 100%;
    border: 1px solid red;
  }
  .tiny-center {
    margin: 0px auto;
    text-align: center;
  }
  .col,
  .right-col,
  .left-col {
    float: none;
    width: 85%;
    margin: 0px auto;
  }
  .footer-breaker {
    color: #29679a;
  }
  .footer-breaker:after {
    content: '\A';
    white-space: pre;
  }
  .container #sidebar {
    width: 100%;
    float: none;
    margin-bottom: 30px;
  }
  .container #sidebar ul {
    margin: 0px;
    padding: 0px;
  }
  .container #sidebar ul li {
    margin: 0px;
    padding: 0px;
  }
  .container #sidebar ul li a {
    padding-right: 0px;
    display: block;
    text-align: left;
  }
  .container #sidebar ul li a:hover,
  .container #sidebar li.current_page_item {
    background: #747474;
  }
  h1,
  h3 {
    margin: 0px;
    border: 0px;
    padding: 0px;
    text-align: center;
  }
  #menu ul li {
    padding: 0px 10px;
  }
  #menu {
    float: none;
  }
  .logo {
    text-align: center;
    width: 70%;
    padding: 10px 0px;
    margin: 0px auto;
    border-bottom: 0px;
  }
  #sidebar-mobile-content {
    padding: 10px 0px;
    margin-top: 20px;
    border-top: 1px solid #0071b4;
    border-bottom: 1px solid #0071b4;
  }
  .wrapper {
    margin: 0px auto -20px;
  }
  footer {
    height: 100%;
  }
  a.btn {
    display: block;
    text-align: center;
  }
}
* {
  -webkit-text-size-adjust: 100%;
}
