/*!
Theme Name: officehours
Theme URI: https://futureperfekt.com/
Author: Underscores.me
Author URI: https://futureperfekt.com/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: officehours
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/


/*@font-face {
   font-family: 'Roboto';
   src: url('/wp-content/themes/officehours/fonts/Roboto-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Roboto Light';
    src: url('/wp-content/themes/officehours/fonts/Roboto-Light.ttf') format('truetype');
}

@font-face {
    font-family: 'Roboto Thin';
    src: url('/wp-content/themes/officehours/fonts/Roboto-Thin.ttf') format('truetype');
}

@font-face {
   font-family: 'Roboto Slab';
   src: url('/wp-content/themes/officehours/fonts/RobotoSlab-Regular.ttf') format('truetype');
}
*/
@font-face {
   font-family: 'Roboto Slab Light';
   src: url('/wp-content/themes/officehours/fonts/RobotoSlab-Light.ttf') format('truetype');
}


body
{
  background-color: #FFF;
  color: #000;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4em;
  padding: 0px;
  margin: 0px;
  counter-reset: inst;
}

body.admin-bar
{
	padding-top: 32px;
}

img
{
  display: block;
  height: auto;
  transition: opacity .2s linear;
}

.ohw-author-name img
{
  opacity: 0;
}

img.visible
{
  opacity: 1;
}

#loading-div
{
  display: block;
  top: 0;
  left: 0;
  position: fixed;
  width: 100vw;
  height: 100vh;
  opacity: 0;
  pointer-events: none;
  z-index: 100;
  transition: all .2s linear;
  background-color: #FFF;
}

#loading-div.visible
{
  opacity: 1;
  pointer-events: visible;
}

p
{
  margin: 0px 0px 1em 0px;
}

p:last-child
{
  margin-bottom: 0px;
}

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

.entry-content a
{
  color: #ff5c00;
  transition: color .1s linear;
}

.entry-content a:hover
{
  color: #676767;
}

.error-404 h1
{
  text-align: center;
  font-size: 36px;
}

.error-404 p
{
  text-align: center;
}

.error-404 p a
{
  color: #ff5c00;
  transition: color .1s linear;
}

.error-404 p a:hover
{
  color: #676767;
}

h1,h2,h3,h4,h5,h6
{
  font-weight: normal;
  margin: 0px 0px 1em 0px;
}

.fadeinup
{
  opacity: 0;
  transform: translateY(50px);
  transition: all .7s ease;
}

.fadeinup.visible
{
  opacity: 1;
  transform: translateY(0px);
}

#mobile-site-nav
{
  display: none;
}

.site-header
{
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
  padding: 66px 0px 20px 0px;
  background-color: #FFF;
  z-index: 100;
  opacity: 1;
  transform: translateY(0%);
  transition: all 225ms ease;
}

.site-header.hidden
{
  transform: translateY(-100%);
  opacity: 0;
}

.site-header .inner
{
  max-width: 1440px;
  margin: 0px auto;
  position: relative;
}

body.admin-bar .site-header
{
	top: 32px;
}

.site-title
{
  font-size: 28px;
  line-height: 1em;
  letter-spacing: .1em;
  text-align: center;
	text-transform: uppercase;
  margin: 0px;
  font-weight: 500;
}

.site-title a
{
	color: #000;
}

.main-navigation
{
	position: absolute;
  top: 4px;
	right: 95px;
  /*transform: translateY(-50%);*/
}

.main-navigation ul
{
  margin: 0px;
  padding: 0px;
  font-size: 15px;
  letter-spacing: .03em;
}

.main-navigation a
{
	color: #000;
}

.main-navigation ul li
{
  margin-left: 60px;
	display: inline-block;
}

.main-navigation ul li:first-child
{
  margin-left: 60px;
}

.main-navigation ul li a,
#mobile-menu li a
{
  position: relative;
}

.main-navigation ul li a:before,
#mobile-menu li a:before
{
  display: block;
  content: '';
  background-color: rgba(255, 92, 0, .5);
  width: 100%;
  height: 0px;
  position: absolute;
  bottom: 0px;
  padding: 0px 4px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
  transition: height .2s ease-in;
}

.main-navigation ul li a:hover:before,
.main-navigation ul li.current a:before,
#mobile-menu li.current a:before
{
  height: 8px;
}

.site-main
{
  width: 90%;
  max-width: 1440px;
  margin: 280px auto 0px auto;
}

.ohw-header
{
  text-align: center;
  font-family: 'Roboto Light', sans-serif;
}

body.home h2
{
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  line-height: 27px;
  letter-spacing: .25em;
  text-transform: uppercase;
  text-align: center;
}

body.home h3
{
  font-family: 'Roboto Slab Light';
  font-style: normal;
  font-size: 36px;
  line-height: 54px;
  text-align: center;
}

body.home .ohw-header h3
{
  font-family: 'Roboto';
  font-weight: 300;
  font-size: 50px;
  line-height: 75px;
  margin-bottom: 260px;
}

body.home .entry-content section.wp-block-group
{
  max-width: 955px;
  margin: 0px auto;
  margin-bottom: 230px;
}

body.home .entry-content section.wp-block-group:last-child
{
  margin-bottom: 0px;
}

body.page:not(.home) .entry-content
{
  width: 90%;
  max-width: 710px;
  margin: 0px auto;
  font-size: 18px;
  line-height: 30px;
  font-family: 'Roboto';
  font-weight: 300;
}

body.page:not(.home) .entry-content h2
{
  font-size: 15px;
  line-height: 27px;
  text-transform: uppercase;
  margin-top: 80px;
  padding-bottom: 10px;
  position: relative;
  font-weight: 500;
  letter-spacing: .1em;
}

body.page:not(.home) .entry-content h2::after
{
  width: 30px;
  border-top: 1px solid #FF5C00;
  content: '';
  display: block;
  position: absolute;
  bottom: 0px;
}

body.page .entry-content h2::after

.ohw-header p
{
  text-transform: uppercase;
  letter-spacing: .25em;
  margin: 0px;
}

body.home h1
{
  font-family: 'Roboto', sans-serif;
  text-align: center;
  font-size: 50px;
  line-height: 1.5em;
}

.ohw-authors
{
  max-width: 955px;
  margin: 0px auto;
}

.ohw-authors h4
{
  font-size: 25px;
  line-height: 31px;
  letter-spacing: 0.02em;
  font-family: 'Roboto';
  font-weight: 300;
  margin-bottom: 40px;
}

.ohw-authors .name strong
{
  font-weight: 500;
}

.ohw-authors .wp-block-image
{
  margin: 0 0 36px;
  width: 100%;
  height: 0px;
  overflow: hidden;
  padding-bottom: 100%;
  position: relative;
  border: 2px solid #FFF;
  transition: all .2s linear;
}

.ohw-authors .wp-block-image::before
{
  display: block;
  width: 100%;
  height: 100%;
  background-color: #FFF;
  position: absolute;
  bottom: 0px;
  left: 0px;
  content: ' ';
  transform: translateY(0%);
  transition: .75s all ease;
  z-index: 1;
  box-sizing: border-box;
}

.ohw-authors .fadeinup.visible .wp-block-image::before {
    transform: translateY(-100%);
}

@media (pointer: fine) {
  .ohw-authors .wp-block-image:hover
  {
    border: 2px solid #FF5C00;
  }
}
.ohw-authors .wp-block-image a
{
  display: block;

}

.ohw-authors .wp-block-image a:before
{
  display: none;
}

.ohw-authors .wp-block-image img
{
  position: absolute;
  top: 0px;
  left: 0px;
}

.ohw-authors p
{
  font-size: 23px;
  line-height: 24px;
  font-family: 'Roboto';
  font-weight: 300;
}

.ohw-authors p a
{
  font-family: 'Roboto';
  font-size: 18px;
  line-height: 21px;
  color: #000;
}

.ohw-authors p a:hover
{
  color: #000;
}

.ohw-authors a
{
  position: relative;
}

.ohw-authors a:before
{
  content: '';
  background-color: #000;
  height: 2px;
  width: 100%;
  position: absolute;
  left: 50%;
  bottom: 0px;
  transform: translateX(-50%);
  transition: height .2s ease-in, background-color .2s linear .2s;
}

.ohw-authors a:hover:before
{
  height: 8px;
  background-color: rgba(255, 92, 0, .5);
  padding: 0px 4px;
  transition: height .2s ease-in, background-color .2s linear 0s;
}

.ohw-authors .wp-block-columns
{
  justify-content: space-between;
  margin-bottom: 120px;
}

.ohw-authors .wp-block-column
{
  flex-basis: 36.13%;
  flex-grow: 0;
}

.ohw-authors .wp-block-column:last-child
{
  transition-delay: .3s;
}

.wpcf7-form p
{

}

input[type="text"],
input[type="email"]
{
  border-width: 0px 0px 1px 0px;
  border-style: solid;
  border-color: #000;
  background-color: transparent;
  -webkit-appearance: none;
  border-radius: 0px;
  width: 100%;
  outline: none;
  font-size: 18px;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  padding: 0px 0px 13px 0px;
}

label {
    color: #000;
    font-family: 'Roboto';
    font-weight: 300;
    font-size: 18px;
    line-height: 21px;
    padding-left: 0px;
    position: relative;
    z-index: 1;
    transform: translateY(24px);
    transition: .2s all ease-out;
    transform-origin: left top;
    display: block;
}

label.filled
{
	transform: translateY(-6px);
}

.wpcf7-form label.first-name,
.wpcf7-form label.last-name,
.wpcf7-form label.your-email
{
  pointer-events: none;
}

label.select-label
{
  transform: translateY(0px);
}

.wpcf7-spinner
{
  top: 8px;
}

.wpcf7-select
{
	-webkit-appearance: none;
	border-radius: 0px;
  border-width: 0px 0px 1px 0px;
  border-color: #000;
  border-style: solid;
  background-color: #FFF;
	padding: 10px 10px 13px 0px;
	margin: 0px;
	width: 100%;
	font-family: "Roboto", sans-serif;
	font-size: 18px;
  font-weight: 300;
	background-image: url('/wp-content/themes/officehours/images/arrow-down.svg');
	background-repeat: no-repeat;
	background-position: right 0px center;
	background-size: 20px auto;
	outline: none;
  color: #000;

}

/*.ohw-author-lists .wpcf7-select
{
  border-width: 0px;
}*/

.wpcf7-select option
{
  padding: 0px;

}


/*#wpcf7-f8-p6-o1 span.first-name
{
  width: 49%;
  margin-right: 2%;
  display: inline-block;
}

#wpcf7-f8-p6-o1 span.last-name
{
  width: 49%;
  margin-right: 0%;
  display: inline-block;
}*/

.ohw-author-lists
{
  /*border-bottom: 1px solid #000;*/
  min-height: 45px;
  position: relative;
}

.ohw-author-lists::after
{
  content: '';
  display: block;
  height: 1px;
  border-bottom: 1px solid #000;
  position: absolute;
  left: 0px;
  bottom: -1px;
  width: 0%;
  transition: all .2s ease;
}

.ohw-author-lists.menu-visible::after
{
  width: 100%;
}

#wpcf7-f8-p6-o1 span.fiction-author
{
  opacity: 0;
  pointer-events: none;
  transition: opacity .2s linear;
}

#wpcf7-f8-p6-o1 span.fiction-author.hidden
{
  display: none;
}

#wpcf7-f8-p6-o1 span.fiction-author.init
{
  display: block;
}

#wpcf7-f8-p6-o1 span.fiction-author.visible
{
  opacity: 1;
  pointer-events: visible;
  display: block;
}

#wpcf7-f8-p6-o1 span.nonfiction-author
{
  display: none;
  transition: opacity .2s linear;
}

#wpcf7-f8-p6-o1 span.nonfiction-author.visible
{
  display: block;
  opacity: 0;
}


span.nonfiction-author .wpcf7-not-valid-tip,
span.fiction-author .wpcf7-not-valid-tip
{
  position: absolute;
  bottom: -23px;
}


input[type="submit"]
{
  border: 0px;
  color: #FFF;
  background-color: #000;
  opacity: 1;
  -webkit-appearance: none;
  border-radius: 0px;
  padding: 17px 44px;
  font-family: 'Roboto';
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: .25em;
  cursor: pointer;
  transition: all .2s linear;
}

input[type="submit"]:hover
{
  background-color: #FF5C00;

}

.wpcf7-spinner
{
  visibility: hidden;
  display: none !important;
}

.wpcf7-spinner.loader
{
  visibility: hidden;
  display: inline-block !important;
}

.wpcf7-spinner::before
{
  display: none;
}

#wpcf7-f8-p6-o1 input[type="submit"]
{
  margin-top: 50px;
}

.loader
{
    position: relative;
    top: 0px;
    left: 0%;
    width: 200px;
    margin-left: 20px;
    /*transform: translate3d(-50%, -50%, 0);*/
    background-color: transparent;
}

.dot {
  width: 8px;
  height: 8px;
  background: #3ac;
  border-radius: 100%;
  display: inline-block;
  animation: slide 1s infinite;
}
.dot:nth-child(1) {
  animation-delay: 0.1s;
  background: #FF5C00;
}
.dot:nth-child(2) {
  animation-delay: 0.2s;
  background: #FF5C00;
}
.dot:nth-child(3) {
  animation-delay: 0.3s;
  background: #FF5C00;
}
.dot:nth-child(4) {
  animation-delay: 0.4s;
  background: #FF5C00;
}
.dot:nth-child(5) {
  animation-delay: 0.5s;
  background: #FF5C00;
}
@-moz-keyframes slide {
  0% {
    transform: scale(1);
  }
  50% {
    opacity: 0.3;
    transform: scale(2);
  }
  100% {
    transform: scale(1);
  }
}
@-webkit-keyframes slide {
  0% {
    transform: scale(1);
  }
  50% {
    opacity: 0.3;
    transform: scale(2);
  }
  100% {
    transform: scale(1);
  }
}
@-o-keyframes slide {
  0% {
    transform: scale(1);
  }
  50% {
    opacity: 0.3;
    transform: scale(2);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes slide {
  0% {
    transform: scale(1);
  }
  50% {
    opacity: 0.3;
    transform: scale(2);
  }
  100% {
    transform: scale(1);
  }
}

/*div.wpcf7 input.wpcf7-text.half-width,
.js-cm-form input.half-width
{
	width: 49%;
	margin-right: 2%;
}

div.wpcf7 input.wpcf7-text.half-width2,
.js-cm-form input.half-width2
{
	width: 49%;
	margin-right: 0;
}*/

label.half-width,
p.half-width
{
	width: 48%;
	margin-right: 4%;
	display: inline-block;
}

label.half-width2,
p.half-width2
{
	width: 48%;
	margin-right: 0%;
	display: inline-block;
}

p.extra-margin
{
  margin-top: 13px;
}

#wpcf7-f8-p6-o1
{
  position: relative;
}

.wpcf7-form-control-wrap
{
  position: relative;
}

.wpcf7-not-valid-tip
{
  font-size: 15px;
}

.genre .wpcf7-not-valid-tip
{
  position: absolute;
  bottom: -40px;
}

.wpcf7 form .wpcf7-response-output,
.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output,
.wpcf7 form .ohw-response-output,
.wpcf7 form.init .ohw-response-output,
.wpcf7 form.resetting .ohw-response-output,
.wpcf7 form.submitting .ohw-response-output{
    display: block;
    opacity: 0;
    pointer-events: none;
    transition: .2s opacity;
    margin: 0px;
    border: 0px;
    box-sizing: border-box;
    position: absolute;
    margin: 2em 0em 1em;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: .2s all;
    width: 90%;
    max-width: 425px;
    height: 280px;
    padding: 20px 30px;
    font-size: 15px;
    line-height: 24px;
    letter-spacing: .2px;
    text-align: center;
    z-index: 10;
    display: flex;
    align-items: center;
    box-shadow: 4px 4px 0px rgba(0, 0, 0, 0.15);
}

.ohw-response-output .btn-close
{
  width: 20px;
  height: 20px;
  position: absolute;
  top: 15px;
  right: 15px;
  cursor: pointer;
  opacity: 1;
}

.ohw-response-output .inner
{
  width: 80%;
  margin: 0px auto;
}

.ohw-response-output .btn-close img
{
  width: 100%;
  height: auto;
  opacity: 1;
}

.wpcf7-response-output
{
  display: none !important;
}

.wpcf7 form.sent .wpcf7-response-output,
.wpcf7 form.sent .ohw-response-output
{
	background-color: #FFF;
	color: #000;
  border: 1px solid #00B432;

	text-align: center;
	z-index: 10;
	margin: 0px;
	opacity: 1;
	pointer-events: visible;

  transition: .2s all;

}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.invalid .ohw-response-output,
.wpcf7 form.unaccepted .ohw-response-output
{
    background-color: #FFF;
    color: #E61A1A;
    border: 1px solid #E61A1A;
    z-index: 10;
    margin: 0px;
    opacity: 1;
    pointer-events: visible;
}

.wpcf7 form.invalid .wpcf7-response-output.hidden,
.wpcf7 form.unaccepted .wpcf7-response-output.hidden,
.wpcf7 form.invalid .ohw-response-output.hidden,
.wpcf7 form.unaccepted .ohw-response-output.hidden
{
  opacity: 0;
}

.wpcf7 form .wpcf7-response-output::before
{
    content: '\00d7';
    color: #000;
    width: 20px;
    height: 20px;
    position: absolute;
    right: 12px;
    top: 12px;
    font-size: 20px;
    line-height: 1em;
    cursor: pointer;
}

.ohw-author-name
{
  text-align: center;
  margin-bottom: 80px;
}

.ohw-author-name .wp-block-image
{
  width: 116px;
  margin: 0px auto 40px auto;
}

.ohw-author-name h1
{
  font-size: 18px;
  line-height: 27px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  margin-bottom: 0px;
}

.ohw-author-name p
{
  font-size: 15px;
  line-height: 27px;
  text-align: center;
  letter-spacing: 0.05em;
}


.ohw-contact h3
{
  margin-bottom: 160px;
}

#ohw-events h3
{
  width: 100%;
  max-width: 680px;
  margin: 0px auto 110px auto;
}

#ohw-events h4
{
  font-size: 15px;
  line-height: 27px;
  font-family: 'Roboto';
  font-weight: 300;
  letter-spacing: .25em;

}

#ohw-events p
{
  font-size: 18px;
  line-height: 25px;
  font-weight: 300;
}

#ohw-events .wp-block-columns .wp-block-column:first-child
{
  flex-basis: 23.5% !important;
}

#ohw-events .wp-block-columns .wp-block-column:last-child
{
  flex-basis: 75% !important;
}

#ohw-events .wp-block-columns .wp-block-column:not(:first-child)
{
  margin-left: 20px;
}

.entry-content ol
{
  padding-left: 0px;
}

.site-footer
{
  margin: 230px auto 27px auto;
}

.site-footer .site-info
{
  width: 90%;
  max-width: 1196px;
  margin: 0px auto;
  padding-top: 23px;
  text-align: center;
  text-transform: uppercase;
  border-top: 1px solid #000;
  font-size: 13px;
  line-height: 40px;
  letter-spacing: .15em;

}

.site-footer .site-info p
{
  margin: 0px;
}

.entry-content ol
{
	padding-left: 20px;
	list-style: none;
	margin-top: 0px;
}

.entry-content ol li
{
  position: relative;
  margin-bottom: 45px;

}

.entry-content ol > li::before
{
	counter-increment: inst;
	content: counter(inst) ".";
	position: absolute;
	top: 0px;
	left: -20px;
}


@keyframes underline {
  0%   { background-color: rgba(255, 92, 0, .5); }

  100% { background-color: rgba(255, 92, 0, .5); height: 8px; }
}


/* Breakpoints */

@media all and (max-width: 1100px) {

  .main-navigation
  {
    right: 20px;
  }
}

@media all and (max-width: 960px) {
  .main-navigation ul li
  {
    margin-left: 40px;
  }
}

@media all and (max-width: 840px) {
  .main-navigation ul li
  {
    margin-left: 20px;
  }
}

@media all and (max-width: 767px) {

  .site-main
  {
    margin: 170px auto 0px auto;
    width: 100%;
    padding: 0px 35px;
    box-sizing: border-box;
  }

  .mobile-header
  {
  	position: fixed;
  	top: 0px;
  	left: 0px;
  	width: 100%;
    padding: 20px 0px 20px 0px;
    background-color: #FFF;
    z-index: 100;
  }

  .mobile-header .inner
  {
    max-width: 1440px;
    margin: 0px auto;
    position: relative;
  }

  .site-title
  {
    font-size: 30px;
  }

  body.admin-bar .mobile-header
  {
  	top: 32px;
  }

  .site-header
  {
    display: none;
  }

  .hamburger-menu
  {
    position: absolute;
    top: 21px;
    right: 6%;
    margin: auto;
    width: 25px;
    height: 25px;
    z-index: 1;
    cursor: pointer;
  }

  .stick {
      position: relative;
      transform: translateY(14px);
      background: transparent;
      transition:all 0s .3s
  }

  .stick:after, .stick:before, .tagline {
      position:absolute
  }

  .stick, .stick:after, .stick:before {
      width: 100%;
      height:1px
  }

  .stick:before {
      bottom: 7px;
      transition:bottom .3s .3s cubic-bezier(.23, 1, .32, 1), transform .3s cubic-bezier(.23, 1, .32, 1);
  }

  .stick:after {
      top: 5px;
      transition:top .3s .3s cubic-bezier(.23, 1, .32, 1), transform .3s cubic-bezier(.23, 1, .32, 1);
  }

  .stick.animate {
      background:rgba(255, 255, 255, 0)
  }

  .stick.animate:before {
      bottom: 0;
      transform: rotate(-45deg);
      transition:bottom .3s cubic-bezier(.23, 1, .32, 1), transform .3s .3s cubic-bezier(.23, 1, .32, 1)
  }

  .stick.animate:after {
      top: 0;
      transform: rotate(45deg);
      transition:top .3s cubic-bezier(.23, 1, .32, 1), transform .3s .3s cubic-bezier(.23, 1, .32, 1)
  }

  .stick:after, .stick:before {
      content: "";
      left: 0;
      background:#000
  }

  .light .stick:before,
  .light .stick:after
  {
    background: #FFF;
  }

  .menu-img {
      position: relative;
      top: 20px;
      opacity: 1;
      transition:.3s opacity
  }

  .stick.animate ~ .menu-img {
      opacity:0
  }

  #mobile-site-nav
  {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    font-size: 21px;
    letter-spacing: .5px;
    overflow: auto;
    background-color: #FFF;
    pointer-events: none;
    opacity: 0;
    transition: opacity .2s;
    z-index: 99;
    display: block;
  }

  #mobile-site-nav.visible
  {
    opacity: 1;
    pointer-events: visible;
  }

  #mobile-site-nav .menu-main-menu-container ul
  {
    list-style: none;
    padding: 0px;
    margin: 156px auto 0px auto;
    text-align: center;
  }

  #mobile-site-nav .menu-main-menu-container ul li
  {
    margin-bottom: 85px;
    transform: translateY(8px);
    opacity: 0;
    transition: all .2s ease-in;
  }

  #mobile-site-nav.visible .menu-main-menu-container ul li
  {
    opacity: 1;
    transform: translateY(0px);
  }

  #mobile-site-nav.visible .menu-main-menu-container ul li:nth-child(2)
  {
    transition-delay: .1s;
  }

  #mobile-site-nav.visible .menu-main-menu-container ul li:nth-child(3)
  {
    transition-delay: .3s;
  }
  #mobile-site-nav.visible .menu-main-menu-container ul li:nth-child(4)
  {
    transition-delay: .5s;
  }
  #mobile-site-nav.visible .menu-main-menu-container ul li:nth-child(5)
  {
    transition-delay: .7s;
  }

  body.home .entry-content section.wp-block-group
  {
    margin-bottom: 150px;
  }

  body.home .ohw-header h3
  {
    font-size: 39px;
    line-height: 59px;
    margin-bottom: 190px;
  }


  body.home .ohw-contact h3,
  body.home #ohw-events h3
  {
    margin-bottom: 110px;
    font-size: 30px;
    line-height: 45px;
  }

	label.half-width,
	label.half-width2,
  p.half-width,
  p.half-width2
	{
		width: 100%;
		margin-right: 0px;
	}

	label.half-width
	{
		margin-bottom: 15px;
	}

  #wpcf7-f8-p6-o1 span.first-name,
  #wpcf7-f8-p6-o1 span.last-name
  {
    width: 100%;
    margin-right: 0px;
  }

  .ohw-authors .wp-block-column
  {
    margin-bottom: 140px;
  }

  .ohw-authors .wp-block-column:last-child
  {
    margin-bottom: 0px;
  }

  .ohw-authors .wp-block-columns
  {
    margin-bottom: 140px;
  }

  #ohw-events .wp-block-columns .wp-block-column:first-child
  {
    flex-basis: 100% !important;
  }

  #ohw-events .wp-block-columns .wp-block-column:not(:first-child)
  {
    margin-left: 0px;
  }

  body.page:not(.home) .entry-content
  {
    width: 100%;
  }

  .wpcf7 form .wpcf7-response-output, .wpcf7 form.init .wpcf7-response-output, .wpcf7 form.resetting .wpcf7-response-output, .wpcf7 form.submitting .wpcf7-response-output, .wpcf7 form .ohw-response-output, .wpcf7 form.init .ohw-response-output, .wpcf7 form.resetting .ohw-response-output, .wpcf7 form.submitting .ohw-response-output
  {
    padding: 20px 20px;
  }

}


@media all and (max-width: 600px) {

  .ohw-response-output .inner
  {
    width: 100%;
  }
}