/************************************************

Stylesheet: Global Stylesheet

*************************************************/

@import url("https://use.typekit.net/fgy2tus.css");
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap');

html,
body {
  font-size: 16px;
  background: #141414   ;
  scroll-behavior: smooth;
}

@media print, screen and (min-width: 40em) {
  html,
  body {
    font-size: 18px;
  }
}

* {
  scroll-padding-top: 10rem !important;
}

.grid-container {
  padding-left: .9375rem;
  padding-right: .9375rem;
}

.full-width {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}

.grecaptcha-badge {
  display: none;
}

.page-id-171 .grecaptcha-badge {
  display: block;
}

html,
body,
p,
h4,
h5,
h6,
blockquote,
blockquote p {
  font-family: 'din-2014', sans-serif;
  color:#fff;
}

p,
blockquote,
blockquote p {
  color: #fff;
}

h1,
h2,
h3,
.script {
  font-family: 'din-2014-narrow', sans-serif;
  line-height: 1;
}

h1,
.page-title {
  font-size: 2.5em;
  margin-bottom: 2.5rem;
  position: relative;
}

h2 {
  font-size: 2em;
  margin-bottom: 2rem;
  position: relative;

}

h3 {
  margin-bottom: 2rem;
  font-weight: 400;
  font-size: 1.5em;
}

h4 {
  font-size: 1.5em;
}

.wp-block-separator {
  border-top: 1px solid rgba(255,255,255,.25);
  margin: 2.5rem 0;
}

/* Quotes */

.wp-block-quote {
  position: relative;
  border: 1px solid #fff;
  height: 100%;
  padding: 7.5rem 2.5rem 2.5rem 2.5rem;
  margin-left: -1px !important;
  text-align: center;
}

.wp-block-quote::before {
  content: '“';
  font-family: 'Oswald', sans-serif;
  font-size: 7.5em;
  position: absolute;
  top: 1rem;
  left: 50%;
  transform: translateX(-50%);
}

/* Gallery */

.scrim {
  background: #000 !important;
}

.wp-lightbox-overlay button {
  fill: #fff !important;
}

/* Accordion */

.wp-block-esab-accordion-child,
.esab__body {
  border: none !important;
}

.wp-block-esab-accordion-child {
  border-bottom: 1px solid rgba(255,255,255,.25) !important;
}


.esab__expand svg {
  fill: #fff !important;
}

.esab__head {
  padding: 0 !important;
}

.esab__heading_tag {
  font-size: 1.5em !important;
  padding-top: 1rem !important;
  padding-bottom: 1.5rem !important;
}

.esab__active_accordion .esab__head,
.esab__body.esab__active {
  background-color: transparent !important;
}

.esab__active_accordion .esab__heading_tag {
  color: #fff !important;
}

/* Floating Widget */

.floating-widget {
  position: fixed;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  background: rgba(20, 20, 20, 0.5);
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 6rem;
  height: 5rem;
  z-index: 10;
}

.floating-widget i {
  font-size: 1.5em;
}

.floating-widget a {
  color: #fff !important;
}

.floating-widget a:hover,
.floating-widget a:focus {
  color: #bada55 !important;
}
/*********************
LINKS & BUTTONS
*********************/

a,
a:link,
a:active,
a:focus,
a:visited,
a p,
a span,
a h1,
a h2,
a h3,
a h4,
a h5,
a h6 {
  -webkit-transition: all .4s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: all .4s cubic-bezier(0.165, 0.84, 0.44, 1);
  -ms-transition: all .4s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all .4s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all .4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

a,
a:link,
a:visited {
  color: #BADA55;
}

a:hover,
a:active,
a:focus {
  color: #fff;
}

a.wp-block-button__link,
.btn,
a.btn {
  position: relative;
  display: inline-block;
  padding: .5rem 1.5rem;
  color: #fff !important;
  background: #141414    !important;
  border-radius: 0;
  border: 1px solid #fff;
  width: 100%;
  text-transform: uppercase;
  text-align: center;
  -webkit-transition: all .4s cubic-bezier(0.165, 0.84, 0.44, 1) !important;
  -moz-transition: all .4s cubic-bezier(0.165, 0.84, 0.44, 1) !important;
  -ms-transition: all .4s cubic-bezier(0.165, 0.84, 0.44, 1) !important;
  -o-transition: all .4s cubic-bezier(0.165, 0.84, 0.44, 1) !important;
  transition: all .4s cubic-bezier(0.165, 0.84, 0.44, 1) !important;
}

.btn a {
  color: #fff !important;
  -webkit-transition: all .4s cubic-bezier(0.165, 0.84, 0.44, 1) !important;
  -moz-transition: all .4s cubic-bezier(0.165, 0.84, 0.44, 1) !important;
  -ms-transition: all .4s cubic-bezier(0.165, 0.84, 0.44, 1) !important;
  -o-transition: all .4s cubic-bezier(0.165, 0.84, 0.44, 1) !important;
  transition: all .4s cubic-bezier(0.165, 0.84, 0.44, 1) !important;
}

span.btn {
  pointer-events: none;
}

.wp-block-button__link:hover,
.wp-block-button__link:active,
.wp-block-button__link:focus,
.btn:hover,
a.btn:hover,
.btn:focus,
a.btn:focus,
.btn:active,
a.btn:active {
  opacity: .5;
}

.btn:hover a {
  color: #181E28 !important;
}

.wp-block-buttons>.wp-block-button {
  display: block;
  width: 100%;
  margin-top: -1px;
}

@media print, screen and (min-width: 40em) {
  .btn,
  a.btn,
  a.wp-block-button__link,
  .wp-block-buttons>.wp-block-button {
    width: auto;
  }
}

/*********************
NAVIGATION & MENUS
*********************/

.nav__container {
  position: relative;
  background-color: #141414;
  width: 100vw;
  z-index: 110;
  top: 0;
}

.nav__container .cell {
  height: 7rem;
}


.nav__container .cell.logo-container {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav__container h1 {
  margin: 0;
  padding: 0;
}

.footer .custom-logo-link {
  text-align: center;
  display: block;
  margin-bottom: 1rem;
}

.custom-logo {
  height: 3rem;
  width: auto;
  object-fit: contain;
}

.footer .custom-logo {
  padding: 0;
}

@media print, screen and (min-width: 40em) {
  .nav__container {
    padding: 0;
    position:relative;
    top: 0;
    left: 0;
  }
  .footer .custom-logo-link {
    text-align: left;
    margin-bottom: 0;
  }
  .custom-logo{  
    display: block;
  }
}

#main-nav {
  position: relative;
  display: block;
  text-align: center;
  height: 100%;
}

#main-nav>li {
  position: relative;
  text-align: center;
  height: 100%;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all .2s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: all .2s cubic-bezier(0.165, 0.84, 0.44, 1);
  -ms-transition: all .2s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all .2s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all .2s cubic-bezier(0.165, 0.84, 0.44, 1);
}

#main-nav li a {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  color: #fff;
  padding: 0 1.25rem;
  font-size: 1em;
  z-index: 1;
  -webkit-transition: all .2s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: all .2s cubic-bezier(0.165, 0.84, 0.44, 1);
  -ms-transition: all .2s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all .2s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all .2s cubic-bezier(0.165, 0.84, 0.44, 1);
}

#main-nav .nav-social a {
  font-size: 1.15em;
}

@media print, screen and (min-width: 40em) {
  #main-nav .nav-social a {
    padding: 0 .5rem;
  }
  .menu-item-205 {
    padding-left: 1rem;
  }
}

.menu .active>a {
  background: transparent;
}

#main-nav>li.is-dropdown-submenu-parent a {
  padding: 0 1.5rem 0 1.25rem;
}


#main-nav .submenu {
  position: absolute;
  left: -1px;
  top: 5.5rem;
  width: 250%;
  border: none;
  background: #141414   ;
  padding:  .5rem 1.5rem 1.5rem 1.5rem;
  box-shadow: 0 8px 8px rgba(35,55,69,.05);
}

#main-nav .submenu li a {
  color: #fff;
  margin: .5rem 0;
}

#main-nav .submenu li a:hover {
  color: #BADA55;
  transform: translateX(.25rem);
}


#main-nav.dropdown.menu>li.is-dropdown-submenu-parent>a::after {
  display: block;
  position: absolute;
  border: none;
  content: '\F035D';
  font-family: 'Material Design Icons';
  top: 43%;
  right: 1.5rem;
}

.js-off-canvas-overlay {
  background: rgba(35,55,69,.1);
}

.off-canvas .menu>li.is-dropdown-submenu-parent>a::after,
.off-canvas .menu>li.is-accordion-submenu-parent>a::after {
  display: inline-block;
  position: absolute;
  border: none;
  content: '\F035D';
  font-family: 'Material Design Icons';
  margin-left: .35rem;
  margin-top: -.5rem;
  right: 1.5rem;
}

.accordion-menu .is-accordion-submenu-parent[aria-expanded=true]>a::after {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
}

#main-nav.dropdown.menu>li.is-dropdown-submenu-parent:hover>a::after,
.off-canvas .menu>li.is-dropdown-submenu-parent[aria-expanded=true]>a::after,
.off-canvas .menu>li.is-accordion-submenu-parent[aria-expanded=true]>a::after {
  content: '\F0360';
  font-family: 'Material Design Icons';
}

.accordion-menu .is-accordion-submenu {
  background: rgba(0,0,0,.1);
}
.accordion-menu .is-accordion-submenu a {
padding: 1.5rem 2rem;
}

.accordion-menu .is-accordion-submenu ul li a {
padding: 1.5rem 2rem;
}

#main-nav.dropdown.menu>li.opens-left>.is-dropdown-submenu,
.dropdown.menu.medium-horizontal>li.opens-right>.is-dropdown-submenu {
  top: 100% !important;
}

#main-nav.dropdown.menu>li.opens-left>.is-dropdown-submenu,
.dropdown.menu.medium-horizontal>li.opens-right>.is-dropdown-submenu {
  left: 0;
  right: auto;
}

#main-nav.dropdown.menu>li.opens-left>.is-dropdown-submenu a,
.dropdown.menu.medium-horizontal>li.opens-right>.is-dropdown-submenu a {
  text-align: left;
  padding: .5rem 0 !important;
  display: block !important;
}

#footer-links {
  position: relative;
  text-align: left;
  padding: 0;
  margin-top: 2rem;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-content: center;
  align-content: center;
  -webkit-align-items: center;
  align-items: center;
}

#footer-links li {
  position: relative;
  margin: 0;
  display: block;
}

#footer-links li a,
.copyright {
  color: #a29c9c;
  padding: 0.625rem;
  font-size: 1em;
  display: inline-block;
  position: relative;
}

#footer-links li.active>a,
#footer-links li a:hover,
#footer-links li a:active,
#footer-links li a:focus {
  color: #bada55;
  text-decoration: none;
}

#main-nav>.active>a,
#main-nav>li a:hover,
#main-nav>li a:focus {
  background: transparent;
  color: #BADA55;
  position: relative;
}


@media print, screen and (min-width: 40em) {
  #footer-links {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-align-content: center;
    align-content: center;
    -webkit-align-items: center;
    align-items: center;
    margin-top: 0;
  }
  #footer-links li {
    margin: 0 2rem 0 0;
  }
  #footer-links li a {
    padding: 0;
  }
}

@media print, screen and (min-width: 40em) {
  #main-nav {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

/* Hamburger */

.nav__hamburger {
  text-align: right;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hamburger {
  padding: 11px 0 0 0;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible; }
  .hamburger:hover {
    }

.hamburger__box {
  width: 2.25rem;
  height: 24px;
  display: inline-block;
  position: relative; }

.hamburger__inner {
  display: block;
  top: 50%;
  margin-top: -2px; }
  .hamburger__inner, .hamburger__inner::before, .hamburger__inner::after {
    width: 2.25rem;
    height: 3px;
    border-radius: 3px;
    background-color: #BADA55;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease; }
  .hamburger__inner::before, .hamburger__inner::after {
    content: "";
    display: block; }
  .hamburger__inner::before {
    top: -10px; }
  .hamburger__inner::after {
    bottom: -10px; }


.hamburger--spin .hamburger__inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--spin .hamburger__inner::before {
    transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in; }
  .hamburger--spin .hamburger__inner::after {
    transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spin.is-active .hamburger__inner {
  transform: rotate(225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--spin.is-active .hamburger__inner::before {
    top: 0;
    opacity: 0;
    transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out; }
  .hamburger--spin.is-active .hamburger__inner::after {
    bottom: 0;
    transform: rotate(-90deg);
    transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1); }

.off-canvas {
  background: #141414   ;
  padding: 6rem 0 2rem;
}

.accordion-menu {
  margin-top: 0;
  margin-bottom: 2rem;
}

.accordion-menu li a {
  color: #fff;
  font-size: 1.25em;
  line-height: 1.25;
  font-weight: 400;
  padding: 2.5rem 1rem;
  margin-top: -1px;
  border-top: 1px solid rgba(255,255,255,.15);
  border-bottom: 1px solid rgba(255,255,255,.15);
}

.accordion-menu li:first-child a {
  border-top: none;
}

.acccordion-menu li:last-child a {
  border-bottom: none;
}

.accordion-menu li a:hover,
.accordion-menu li.active a {
  background: transparent;
  color: #BADA55 !important;
}

.off-canvas .widget {
  margin: 1rem 2rem;
}

.off-canvas h1,
.off-canvas h2,
.off-canvas h3,
.off-canvas h4,
.off-canvas h5,
.off-canvas h6,
.off-canvas p,
.off-canvas figcaption {
  color: #fff !important;
}

.off-canvas p {
  position: relative;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 1.5rem;
  background: transparent;
  font-size: .9em;
  color: #fff;
}

.off-canvas p span {
  display: block;
}

.off-canvas p a {
  text-decoration: underline;
}

.off-canvas .menu .active>a,
.off-canvas a:hover {
  color: #fff;
}
/*********************
PAGE STYLES
*********************/

.banner {
  min-height: 32.5rem;
}

.banner .wp-block-cover__inner-container {
  padding-left: .9375rem;
  padding-right: .9375rem;
}

.banner h1 {
  color: #BADA55;
  margin-bottom: .5rem;
  font-family: 'din-2014', sans-serif;
  text-transform: uppercase;
}

.banner h2 {
  font-weight: 400;
  font-size: 1.5em;
}

.banner::after {
  content: '\F0140';
  display: inline-block;
  position: absolute;
  border: none;
  font-family: 'Material Design Icons';
  font-size: 2rem;
  bottom: 2rem;
  left: 50%;
  transform: translateX(-50%);
}

@media print, screen and (min-width: 40em) {
  .banner .wp-block-cover__inner-container {
    width: 50rem;
    max-width: 100%;
  }
}

.inner-content {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000;;
}

.home .inner-content {
  padding-top: 0;
  padding-bottom: 0;
  background-color: transparent;
}
/*********************
POSTS & CONTENT STYLES
*********************/
.page-title .vcard {
  border: 0px;
  padding: 0px; }

.byline {
  color: #999; }

.entry-content img {
  max-width: 100%;
  height: auto; }

.entry-content .alignleft, .entry-content img.alignleft {
  margin-right: 1.5em;
  display: inline;
  float: left; }

.entry-content .alignright, .entry-content img.alignright {
  margin-left: 1.5em;
  display: inline;
  float: right; }

.entry-content .aligncenter, .entry-content img.aligncenter {
  margin-right: auto;
  margin-left: auto;
  display: block;
  clear: both; }

.entry-content video, .entry-content object {
  max-width: 100%;
  height: auto; }

.entry-content pre {
  background: #eee;
  border: 1px solid #cecece;
  padding: 10px; }

.wp-caption {
  max-width: 100%;
  background: #eee;
  padding: 5px; }
  .wp-caption img {
    max-width: 100%;
    margin-bottom: 0;
    width: 100%; }
  .wp-caption p.wp-caption-text {
    font-size: 0.85em;
    margin: 4px 0 7px;
    text-align: center; }

.post-password-form input[type="submit"] {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  font-family: inherit;
  padding: 0.85em 1em;
  -webkit-appearance: none;
  border: 1px solid transparent;
  border-radius: 0;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-size: 0.9rem;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  background-color: #1779ba;
  color: #fefefe; }
  [data-whatinput='mouse'] .post-password-form input[type="submit"] {
    outline: 0; }
  .post-password-form input[type="submit"]:hover, .post-password-form input[type="submit"]:focus {
    background-color: #14679e;
    color: #fefefe; }

/*********************
IMAGE GALLERY STYLES
*********************/
.gallery {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-right: -15px;
  margin-left: -15px; }

.gallery::before, .gallery::after {
  content: ' ';
  display: table; }

.gallery::after {
  clear: both; }

.gallery.gallery-columns-1 > dl {
  width: 100%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-1 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-1 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-2 > dl {
  width: 50%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-2 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-2 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-3 > dl {
  width: 33.33333%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-3 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-3 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-4 > dl {
  width: 25%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-4 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-4 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-5 > dl {
  width: 20%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-5 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-5 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-6 > dl {
  width: 16.66667%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-6 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-6 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-7 > dl {
  width: 14.28571%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-7 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-7 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-8 > dl {
  width: 12.5%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-8 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-8 > dl:last-child:not(:first-child) {
    float: right; }

.gallery dl {
  width: 100%;
  float: left;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem; }

.gallery dl:last-child:not(:first-child) {
  float: right; }

/*********************
PAGE NAVI STYLES
*********************/
.page-navigation {
  margin-top: 1rem; }

/*********************
COMMENT STYLES
*********************/
#comments .commentlist {
  margin-left: 0px; }

#respond ul {
  margin-left: 0px; }

.commentlist li {
  position: relative;
  clear: both;
  overflow: hidden;
  list-style-type: none;
  margin-bottom: 1.5em;
  padding: 0.7335em 10px; }
  .commentlist li:last-child {
    margin-bottom: 0; }
  .commentlist li ul.children {
    margin: 0; }

.commentlist li[class*=depth-] {
  margin-top: 1.1em; }

.commentlist li.depth-1 {
  margin-left: 0;
  margin-top: 0; }

.commentlist li:not(.depth-1) {
  margin-left: 10px;
  margin-top: 0;
  padding-bottom: 0; }

.commentlist .vcard {
  margin-left: 50px; }
  .commentlist .vcard cite.fn {
    font-weight: 700;
    font-style: normal; }
  .commentlist .vcard time {
    float: right; }
    .commentlist .vcard time a {
      color: #999;
      text-decoration: none; }
      .commentlist .vcard time a:hover {
        text-decoration: underline; }
  .commentlist .vcard img.avatar {
    position: absolute;
    left: 10px;
    padding: 2px;
    border: 1px solid #cecece;
    background: #fff; }

.commentlist .comment_content p {
  margin: 0.7335em 0 1.5em;
  font-size: 1em;
  line-height: 1.5em; }

.commentlist .comment-reply-link {
  float: right; }


/*********************
COMMENT FORM STYLES
*********************/
.respond-form {
  margin: 1.5em 10px;
  padding-bottom: 2.2em; }
  .respond-form form {
    margin: 0.75em 0; }
    .respond-form form li {
      list-style-type: none;
      clear: both;
      margin-bottom: 0.7335em; }
      .respond-form form li label,
      .respond-form form li small {
        display: none; }
    .respond-form form input[type=text],
    .respond-form form input[type=email],
    .respond-form form input[type=url],
    .respond-form form textarea {
      padding: 3px 6px;
      background: #efefef;
      border: 2px solid #cecece;
      line-height: 1.5em; }
      .respond-form form input[type=text]:focus,
      .respond-form form input[type=email]:focus,
      .respond-form form input[type=url]:focus,
      .respond-form form textarea:focus {
        background: #FCFCFC; }
      .respond-form form input[type=text]:invalid,
      .respond-form form input[type=email]:invalid,
      .respond-form form input[type=url]:invalid,
      .respond-form form textarea:invalid {
        outline: none;
        border-color: #fbc2c4;
        background-color: #f6e7eb;
        -ms-box-shadow: none;
        box-shadow: none; }
    .respond-form form input[type=text],
    .respond-form form input[type=email],
    .respond-form form input[type=url] {
      max-width: 400px;
      min-width: 250px; }
    .respond-form form textarea {
      resize: none;
      width: 97.3%;
      height: 150px; }

#comment-form-title {
  margin: 0 0 1.1em; }

#allowed_tags {
  margin: 1.5em 10px 0.7335em 0; }

.nocomments {
  margin: 0 20px 1.1em; }

/*********************
FORM STYLES
*********************/

[type=color],
[type=date],
[type=datetime-local],
[type=datetime],
[type=email],
[type=month],
[type=number],
[type=password],
[type=search],
[type=tel],
[type=text],
[type=time],
[type=url],
[type=week],
textarea,
select {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: auto;
  margin: 0 0 1rem;
  padding: 1rem;
  border: 1px solid #fff;
  border-radius: 0;
  background-color: transparent;
  font-family: inherit;
  font-size: 1em;
  line-height: 1.25;
  color: #fff;
  -webkit-transition: all .2s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: all .2s cubic-bezier(0.165, 0.84, 0.44, 1);
  -ms-transition: all .2s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all .2s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all .2s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-box-shadow:  inset 0px 0px 0px 2px #000; 
  box-shadow:  inset 0px 0px 0px 2px #000;
}

select {
  padding-right: 2rem;
}

[type=color]::placeholder,
[type=date]::placeholder,
[type=datetime-local]::placeholder,
[type=datetime]::placeholder,
[type=email]::placeholder,
[type=month]::placeholder,
[type=number]::placeholder,
[type=password]::placeholder,
[type=search]::placeholder,
[type=tel]::placeholder,
[type=text]::placeholder,
[type=time]::placeholder,
[type=url]::placeholder,
[type=week]::placeholder,
textarea::placeholder,
select::placeholder {
  color: #fff;
  font-size: 1em;
}

[type=color]:hover,
[type=date]:hover,
[type=datetime-local]:hover,
[type=datetime]:hover,
[type=email]:hover,
[type=month]:hover,
[type=number]:hover,
[type=password]:hover,
[type=search]:hover,
[type=tel]:hover,
[type=text]:hover,
[type=time]:hover,
[type=url]:hover,
[type=week]:hover,
textarea:hover,
select:hover,
[type=color]:focus,
[type=date]:focus,
[type=datetime-local]:focus,
[type=datetime]:focus,
[type=email]:focus,
[type=month]:focus,
[type=number]:focus,
[type=password]:focus,
[type=search]:focus,
[type=tel]:focus,
[type=text]:focus,
[type=time]:focus,
[type=url]:focus,
[type=week]:focus,
textarea:focus,
select:focus {
    outline: 0;
    border: 1px solid #fff;
    background-color: transparent;
    -webkit-box-shadow:  inset 0px 0px 0px 2px #fff; 
    box-shadow:  inset 0px 0px 0px 2px #fff;
    -webkit-transition: all .2s cubic-bezier(0.165, 0.84, 0.44, 1);
    -moz-transition: all .2s cubic-bezier(0.165, 0.84, 0.44, 1);
    -ms-transition: all .2s cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: all .2s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all .2s cubic-bezier(0.165, 0.84, 0.44, 1);
}

/*********************
CONTACT FORM STYLES
*********************/

.wpcf7-form label {
  font-size: 1.15em;
  line-height: 1.25;
  margin-bottom: .5rem;
  font-weight: 600;
  color: #fff;
}

.wpcf7 form .wpcf7-response-output {
  margin: 0;
  padding: .75rem 1.5rem;
  background-color: #ff8674;
  border-color: #ff8674;
  color: #000;
}

.wpcf7 form.init .wpcf7-response-output {
  display: none;
}

.wpcf7 form.sent .wpcf7-response-output {
  background-color: #bada55;
  border-color: #bada55; /* Green */
  color: #000;
}

.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
  background-color: #dc3232;
  border-color: #dc3232; /* Red */
}

.wpcf7-not-valid,
.wpcf7-not-valid:hover,
.wpcf7-not-valid:focus {
  border-color: #dc3232;
  background-color: rgba(220, 50, 50, 0.25);
  -webkit-box-shadow:  inset 0px 0px 0px 2px #dc3232; 
  box-shadow:  inset 0px 0px 0px 2px #dc3232;
}

.wpcf7-not-valid-tip {
  margin-top: -1rem;
}

.wpcf7 form.spam .wpcf7-response-output {
  background-color: #ff8674;
  border-color: #ff8674; /* Orange */
  color: #000;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
  background-color: #f9ba32;
  border-color: #d9ba32; /* Yellow */
  color: #000;
}

span.wpcf7-list-item {
    display: inline-block;
    margin: 0 1rem 0 0;
}

[type=checkbox],
[type=file],
[type=radio] {
    margin: 0 0 .75rem;
}

[type=file] {
  display: inline-block;
  width: auto;
  padding: 1rem 2rem;
  background: #FCFCFC;
  border: transparent;
  font-size: .9em;
}

.wpcf7-form .btn.big {
  width: 100%;
  margin: 0;
}


/*********************
SIDEBARS & ASIDES
*********************/
.sidebar li {
  list-style: none; }

.widget ul {
  margin: 0; }

/*********************
FOOTER STYLES
*********************/
.footer {
  clear: both;
  text-align: center;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.footer p {
  margin: 0;
}

@media print, screen and (min-width: 40em) {
  .footer {
    text-align: left;
  }
}


/*********************
VISUAL EDITOR STYLES
*********************/
body#tinymce {
  margin: 20px; }

/*********************
PLUGIN STYLES
*********************/
.gform_body ul {
  list-style: none outside none;
  margin: 0; }

/*# sourceMappingURL=style.css.map */
