/* default menu*/
ul.menu li ul.submenu li {
  list-style: none;
}

.dropdown.menu {
  float: right;
  margin-left: 200px;
  font-family: montserrat;
}

.dropdown.menu > li.is-dropdown-submenu-parent > a::after {
  border-color: #000 transparent transparent;
}

.dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a::after {
  border-color: #000 transparent transparent;
}

.drilldown .is-drilldown-submenu-parent > a::after {
  border-color: transparent transparent transparent #ff5242;
}

.drilldown .js-drilldown-back > a::before {
  border-color: transparent #ff5242 transparent transparent;
}

.dropdown.menu > li.is-dropdown-submenu-parent > a:hover {
  color: #000;
}

.dropdown.menu .is-active > a {
  color: #000;
}

.drilldown .is-drilldown-submenu {
  margin-left: 0;
}

.is-dropdown-submenu {
  border: none;
}

.is-drilldown {
  top: 50px;
  margin: 0 15px;
  font-family: montserrat;
}

body.single .is-drilldown  {
  margin-bottom: 100px;
}

.menu .active > a {
  background: #ff5242;
}

#blahlab_aoko_custom_css {
  display: none;
}

.aligncenter {
  display: block;
  margin: 0 auto;
}

/*  .sticky removed, conflicts with menu */
.wp-caption, .wp-caption-text, .gallery-caption, .bypostauthor, .alignright, .alignleft, .aligncenter {
  visibility: visible;
  font-style: italic;
  font-family: montserrat;
  font-size: 16px !important;
}

.alignleft {
  margin-right: 15px;
  margin-bottom: 5px;
  float: left;
}

.alignright {
  margin-left: 15px;
  margin-bottom: 5px;
  float: right;
}

div[id^="attachment_"] {
  max-width: 100%;
}

.pager a.older {
  float: left;
  margin-left: -15px;
}

.pager a.newer {
  float: right;
  margin-right: -15px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; /* Above WP toolbar. */
}

.page-links {
  margin-top: 50px;
  margin-bottom: 30px;
  padding-top: 20px;
  clear: both;
}

.post-password-form input[type="password"] {
  color: #000;
}

/* remove list-style: none for list in the blog post comments */


/* iframe video */
.post-content iframe {
  max-width: 100%;
}

.themenu a {
  color: #000;
}

.themenu ul.menu {
  visibility: hidden;
}

.themenu ul.menu.dropdown, .themenu ul.menu.drilldown {
  visibility: visible;
}

@media only screen and (max-width: 640px) {
  .logo.has-adminbar {
    top: 50px;
  }

  .themenu ul.menu {
    display: none;
  }

  #menu-toggler {
    display: block;
    float: right;
    margin-top: 10px;
    position: relative;
  }

  .themenu {
    position: relative;
    top: 25px;
    z-index: 1;
  }

  .themenu.has-adminbar {
    top: 0;
  }

}

@media only screen and (min-width: 640px) {
  .themenu ul.menu {
    display: flex !important;
  }

  .themenu {
    position: absolute;
    top: 35px;
    right: 0;
    z-index: 1;
  }

  #menu-toggler {
    display: none;
  }
}


/* page style */

/*body.page-template-default .single p:first-of-type {
  font-size: 24px;
}*/

body.page-template-default {
  background: #f5f5f5;
}

body.page-template-default .full {
  padding-bottom: 80px;
}

body.page-template-default .full.white {
  background: #fff;
}

