/*
Theme Name: ESBE Theme
Theme URL:
Description: WP Bootstrap Starter Child
Author: Juho Taskila
Author URL: http://jtaskila.fi
Template: wp-bootstrap-starter
Version: 1.0.0
Text Domain: wp-bootstrap-starter-child
*/
@font-face {
  font-family: Assistant;
  src: url("fonts/Assistant-Regular.otf"), format("opentype");
}
@font-face {
  font-family: Assistant;
  font-weight: bold;
  src: url("fonts/Assistant-Bold.otf"), format("opentype");
}
@font-face {
  font-family: Assistant;
  font-weight: 200;
  src: url("fonts/Assistant-ExtraLight.otf"), format("opentype");
}
@font-face {
  font-family: Assistant;
  font-weight: 300;
  src: url("fonts/Assistant-Light.otf"), format("opentype");
}
@font-face {
  font-family: Assistant;
  font-weight: 500;
  src: url("fonts/Assistant-SemiBold.otf"), format("opentype");
}
@font-face {
  font-family: YuMincho;
  src: url("fonts/yumindb.ttf"), format("truetype");
}
#site-navigation {
  background-color: #3855B4;
}
#site-navigation .navbar {
  padding: 0;
}
#site-navigation a {
  padding: 1rem;
}
#site-navigation a:hover {
  background-color: #2d4492;
}
#site-navigation li {
  border-left: 1px solid #2d4492;
}
#site-navigation li:last-child {
  border-right: 1px solid #2d4492;
}
#site-navigation .dropdown-menu {
  background-color: #2E2E2E;
  padding: 0;
  margin: 0;
  border-radius: 0;
  border: none;
}
#site-navigation .dropdown-menu li {
  border-left: none;
}
#site-navigation .container {
  padding: 0;
}
#site-navigation .navbar-toggler {
  padding: 1rem;
  width: 100%;
  text-align: center;
}
@media (max-width: 767.98px) {
  #site-navigation li {
    border: none !important;
  }
}
.navbar-brand {
  max-width: 40vw;
}
.navigation-bar .navbar-toggler,
.navigation-bar .navbar-toggler-icon {
  color: #ffffff;
  border-radius: 0;
  font-size: 1rem;
  font-weight: 400;
}
.navigation-bar a {
  color: #ffffff !important;
}
.entry-header h1.entry-title {
  font-size: 1.5rem;
}
.entry-footer {
  border-top: 1px solid #eaecef;
  color: #9a9a9a;
  padding-top: 0.5rem;
  margin-top: 0.5rem;
}
#page-sub-header {
  padding-top: 15vh;
  padding-bottom: 15vh;
  background-position: bottom !important;
}
#page-sub-header h1 {
  color: #2d4492 !important;
}
#page-sub-header {
  background-size: cover !important;
}
.tribe-events-l-container {
  padding-top: 0 !important;
  padding: 0 !important;
  padding-bottom: 2rem !important;
  min-height: 0 !important;
}
.tribe-events-pg-template {
  padding: 0 !important;
  max-width: none !important;
}
body,
html {
  font-size: 18px !important;
  font-family: Assistant, sans-serif;
  font-weight: 300;
  white-space: normal !important;
  overflow-wrap: normal;
  text-wrap: balance;
}
p {
  white-space: normal !important;
  overflow-wrap: normal;
  text-wrap: balance;
}
a {
  color: #2d4492;
}
h1,
h2 {
  font-family: YuMincho, serif;
  font-weight: bold;
}
h3,
h4,
h5,
h6 {
  font-family: Assistant, sans-serif;
  font-weight: 500;
}
h2 {
  font-size: 1.5rem;
}
img {
  max-width: 100% !important;
}
.wpcf7-form-control-wrap {
  display: block;
}
.wpcf7-form label {
  width: 100%;
}
.form-control {
  border-radius: 0px;
}
.form-control:active,
.form-control:focus {
  box-shadow: none !important;
  outline: none !important;
  border-color: #3855B4 !important;
}
.btn-primary {
  background-color: #3855B4;
  border: none;
  border-radius: 0;
}
.btn-primary:hover {
  background-color: #2d4492;
}
.btn-primary:active:focus,
.btn-primary:focus {
  background-color: #2E2E2E !important;
  box-shadow: none !important;
  outline: none !important;
}
#master-header {
  background-color: #2d4492;
}
.bg-primary {
  background: #2d4492 !important;
  background-color: #2d4492 !important;
}
#footer-widget {
  color: #ffffff;
  padding: 1.5rem;
  background-color: #3855B4;
}
#footer-widget h1,
#footer-widget h2,
#footer-widget h3,
#footer-widget h4,
#footer-widget h5,
#footer-widget h6 {
  color: inherit;
}
#associates {
  background-color: #eaecef;
  text-align: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
#associates img {
  margin: 0.5rem;
}
#copyrigth {
  color: #ffffff;
  background-color: #2d4492;
  text-align: center;
}
#copyrigth a {
  color: #ffffff;
}
.breadcrumb {
  border-radius: 0;
  background: none;
  border: none;
  border-bottom: 1px solid #eaecef;
  padding: 0;
  padding-bottom: 0.5rem;
  color: #a0a0a0;
}
.breadcrumb span {
  color: #212529;
}
.breadcrumb a span {
  color: #2d4492;
}
