/*
Theme Name: EBAF
Author: FT PROD (Aastone)
Author URI: https://www.ftprod.fr
Description: EBAF 2017 Template
Version: 1.0
*/
body .hover {
  display: flex !important;
}

body .show {
  display: flex !important;
}

body {
  -webkit-overflow-scrolling: touch;
  -webkit-font-smoothing: antialiased;
  background-color: #ffffff;
  color: #333333;
  font-family: "Lato", sans-serif;
  font-size: 14px;
  font-weight: 400;
}

#wrapper {
  padding-top: 240px;
  overflow: hidden;
  margin-bottom: 30px;
}

/*.admin-bar .main-nav.stickytop{
	top: 132px;
}*/
/* Sizes */
@media (min-width: 1200px) {
  .container {
    width: 1230px;
  }

  #logo {
    border-right: 2px solid #ffffff;
  }

  #logo img {
    float: left;
  }

  .modal-dialog {
    width: 50%;
  }

  #logo {
    height: 70px;
  }

  .home-wrap.clearfix.stickytop {
    margin-top: 110px;
  }

  body > header > nav > div > div > div > div.col-lg-4.col-sm-12.logo-wrapper {
    padding-left: 0;
  }

  #logo {
    padding-right: 30px;
  }

  .navbar-top-right {
    padding-top: 12px;
  }

  .navbar-top {
    margin-bottom: 15px !important;
  }
}
@media (max-width: 1200px) {
  /*.navbar-top{
      margin: 15px 0 !important;
      width: 100%;
  }
  #wrapper {
      padding-top: 240px;
  }
  .send-mail{
      position: absolute;
      top: -3px;
      right: 0;
  }
  #menu-top-menu, #menu-top-menu-en{
      margin-left: -30px;
  }
  .header-icons{
      display: none !important;
  }*/
}
@media (min-width: 992px) {
  .footer-top {
    display: block !important;
  }
}
@media (max-width: 992px) {
  .navbar-top {
    margin: 15px 0 !important;
    width: 100%;
  }
}
.input-group {
  display: none;
}

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: 0;
  }

  #logo {
    text-align: center;
  }

  .navbar-top-right {
    text-align: center;
  }
}
@media (max-width: 768px) {
  .container > .navbar-header, .container > .navbar-collapse {
    margin: 0;
  }

  .social {
    display: block;
  }

  .navbar-header .navbar-toggle {
    position: absolute;
    right: 0;
  }

  #logo {
    width: 85%;
    margin-bottom: 10px;
  }

  .navbar-mobile {
    display: block !important;
  }

  .page-menu {
    text-align: center;
  }

  .home-post .post-title, .single-title {
    font-size: 18px !important;
  }

  .main-nav-wrapper {
    display: none;
  }

  .home #wrapper {
    background-image: none !important;
    padding-top: 255px !important;
  }

  #tribe-events-content .tribe-events-calendar td.tribe-events-present.mobile-active:hover, .tribe-events-calendar td.tribe-events-present.mobile-active, .tribe-events-calendar td.tribe-events-present.mobile-active div[id*=tribe-events-daynum-], .tribe-events-calendar td.tribe-events-present.mobile-active div[id*=tribe-events-daynum-] a {
    background-color: #791A11;
  }

  body #menu-top-menu_en {
    display: none;
  }
}
/* Titles */
h1, h2, h3, h4, h5, h6 {
  color: #333;
  font-family: "Lato", sans-serif;
  font-weight: 700;
}

h1 {
  font-size: 28px;
  margin-bottom: 30px;
  margin-top: 0px;
}

.author-avatar img {
  -webkit-border-radius: 95px;
  -moz-border-radius: 95px;
  border-radius: 95px;
}

/* Paragraph & Typographic */
p {
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 25px;
}

.centered {
  text-align: center;
}

/* Links */
a {
  -webkit-transition: color 0.3s ease-in, background 0.3s ease-in;
  -o-transition: color 0.3s ease-in, background 0.3s ease-in;
  -ms-transition: color 0.3s ease-in, background 0.3s ease-in;
  -moz-transition: color 0.3s ease-in, background 0.3s ease-in;
  color: #333;
  transition: color 0.3s ease-in, background 0.3s ease-in;
  word-wrap: break-word;
}

a:hover,
a:focus {
  color: #7b7b7b;
  outline: 0;
  text-decoration: none;
}

a:before,
a:after {
  -webkit-transition: color 0.3s ease-in, background 0.3s ease-in;
  -o-transition: color 0.3s ease-in, background 0.3s ease-in;
  -ms-transition: color 0.3s ease-in, background 0.3s ease-in;
  -moz-transition: color 0.3s ease-in, background 0.3s ease-in;
  transition: color 0.3s ease-in, background 0.3s ease-in;
}

hr {
  border: 0;
  border-top: 1px solid #791a0d;
  display: block;
  height: 1px;
  margin: 1em 0;
  padding: 0;
}

.navbar {
  margin-bottom: 0px;
  text-transform: uppercase;
}

.navbar-inverse {
  padding-bottom: 15px;
  padding-top: 15px;
  position: sticky;
  width: 100%;
  top: 0;
  z-index: 999;
}

.navbar-inverse {
  background-color: #33280a;
  border: none;
}

.navbar-inverse .navbar-nav > li > a {
  color: white;
  text-transform: initial;
  font-size: 17px;
}

.navbar-inverse .navbar-nav > li > a:hover {
  color: #ddd;
}

.navbar-brand {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 2px;
}

.navbar-inverse .navbar-brand {
  color: white;
}

.navbar-inverse .navbar-toggle {
  border-color: transparent;
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover {
  background-color: transparent;
  color: #222222;
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
  background-color: transparent;
  color: #791a0d;
}

.progress-bar-theme {
  background-color: #1abc9c;
}

/* Helpers */
.mt {
  margin-top: 40px;
}

.pt {
  padding-bottom: 50px;
  padding-top: 50px;
}

/* +++++ WRAP SECTIONS +++++ */
.content-wrapper {
  background-color: #ffffff;
  padding-bottom: 70px;
  padding-top: 30px;
}

#footer {
  background-color: #33280a;
  padding-bottom: 0px;
  padding-top: 24px;
  width: 100%;
  /*position: absolute; left: 0; bottom: 0; */
}

#footer p {
  color: white;
}

#footer h4 {
  color: white;
  padding-bottom: 20px;
  text-transform: uppercase;
}

/* +++++ Color Wraps / Blog Page +++++ */
#grey {
  background-color: #f2f2f2;
  padding-bottom: 60px;
  padding-top: 60px;
}

#white {
  background-color: #ffffff;
  padding-bottom: 60px;
  padding-top: 60px;
}

/* Blog Date*/
bd {
  color: #d2d2d2;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

/* Blog Author*/
ba {
  font-size: 12px;
  padding-left: 5px;
  text-transform: uppercase;
}

/* Blog Quote */
.bq {
  font-size: 22px;
  padding-top: 30px;
}

/* Blog Tags */
bt {
  font-size: 12px;
}

/* ================== PORTFOLIO IMAGES HOVER EFFECT ================== */
/* Effects also are controled by hover.zoom.js */
.zoom {
  display: block;
  position: relative;
  overflow: hidden;
  background: transparent url(images/loader.gif) no-repeat center;
}

.zoomOverlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: none;
  background-image: url(images/zoom.png);
  background-repeat: no-repeat;
  background-position: center;
}

.zoom2 {
  opacity: 1;
}

.zoom2:hover {
  opacity: 0.5;
}

/* glyphicon Configuration */
.glyphicon {
  color: #ffffff;
  font-size: 28px;
}

/* WP User Avatar */
.wp-user-avatar {
  margin: 0;
}

.home-image {
  text-align: center;
  display: none;
}

.home .home-image {
  display: block !important;
}

#logo {
  position: relative;
  z-index: 9;
}

#logo img {
  max-height: 95px;
}

.navbar-header {
  width: 100%;
}

.form-control {
  border-radius: 0px;
}

.form-group {
  width: 100%;
}

.navbar-top {
  float: left;
  margin-bottom: 26px;
  text-align: center;
}

#menu-top-menu {
  display: inline-block;
  float: none !important;
  vertical-align: top;
}

#menu-top-menu_en {
  float: left !important;
  margin-right: 24px;
}

.main-navbar {
  padding: 0;
  float: left;
}

.main-navbar .navbar-nav > li > a {
  color: #791a0d;
  font-size: 16px;
  font-weight: 700;
}

.main-navbar .nav > li > a:hover, .main-navbar .nav > li > a:focus {
  color: #791a0d !important;
}

.main-navbar li.current-menu-item, .main-navbar li.current-menu-parent {
  background-color: #791a0d;
}

ul.sub-menu li {
  background-color: transparent !important;
}

.main-navbar li.current-menu-parent a {
  color: #ffffff;
}

.nav > li.current-menu-item > a:hover, .nav > li.current-menu-item > a:focus {
  background-color: #791a0d;
}

.main-navbar li.current-menu-item a {
  color: #ffffff;
}

.main-navbar li.current-menu-parent ul.sub-menu li a {
  color: #791a0d !important;
}

.main-nav-wrapper {
  /*border-bottom: 2px solid #791a0d;*/
  /*height: 110px;*/
  position: relative;
  background-color: #ffffff;
}

/* .followMeBar {
  position: relative;
  z-index: 1;
}

.followMeBar.fixed {
  position: fixed;
  top: 0;
  width: 100%;
  box-sizing: border-box;
  z-index: 9999;
}
.admin-bar .navbar-inverse.followMeBar.fixed, .admin-bar .main-nav-wrapper.followMeBar.fixed{
  top: 32px;
}
.followMeBar.fixed.absolute {
  position: absolute;
} */
.sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none !important;
  float: left;
  min-width: 160px;
  padding: 2px 0;
  margin: 2px 0 0;
  font-size: 14px;
  list-style: none;
  background-color: transparent;
  border: none;
  border-radius: initial;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-clip: initial;
}

.sub-menu li {
  display: inline;
}

.navbar-nav > li > .sub-menu {
  width: 1200px;
  display: inline-flex;
  margin-top: 2px;
}

.caret {
  display: none;
}

.sub-menu > li > a {
  padding: 15px 18px;
  font-size: 16px;
  color: #791a0d !important;
}

.sub-menu li.current-menu-item {
  background-color: transparent;
}

.sub-menu li.current-menu-item a {
  font-weight: 700;
}

#menu-menu-principal li:nth-child(2) ul {
  left: -115px;
}

#menu-menu-principal-en li:nth-child(2) ul {
  left: -75px;
}

#menu-menu-principal li:nth-child(3) ul {
  left: -300px;
}

#menu-menu-principal-en li:nth-child(3) ul {
  left: -5px;
}

#menu-menu-principal li:nth-child(4) ul {
  left: -485px;
}

#menu-menu-principal-en li:nth-child(4) ul {
  left: 0;
}

.main-navbar .sub-menu > li > a {
  color: #791a0d !important;
}

.sub-menu > li > a:hover, .sub-menu > li > a:focus {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5;
}

.navbar-top .navbar-nav > li > a {
  padding: 10px 14px;
}

.navbar-top .navbar-nav > li:first-child, #menu-item-5447 a, #menu-item-5448 a {
  background-color: #791a0d;
  color: white !important;
}

#menu-item-5447 a, #menu-item-5448 a {
  cursor: pointer;
}

.navbar-top .navbar-nav > li:first-child a {
  padding: 10px 35px;
}

.read-more p {
  float: left;
  color: #791a0d;
  font-weight: 700;
}

.post-text p {
  line-height: 24px;
}

.home-post {
  margin-bottom: 30px;
}

.home-post .post-title, .single-title {
  text-transform: uppercase;
  margin-top: 0;
  font-weight: 600;
  font-size: 19px;
}

.single-title {
  margin-bottom: 25px;
}

.post-pager hr {
  margin-top: 0;
  border-top: 1px solid #791a0d;
}

.pager li > a, .pager li > span {
  border: none;
  color: #791a0d;
  padding: 0;
  font-weight: 700;
}

.pager li > a:hover, .pager li > a:focus {
  background-color: transparent;
}

.footer-top {
  background-color: #791a0d;
  width: 100%;
  overflow: hidden;
  bottom: 0;
  display: none;
  z-index: 1;
}

.footer-top-fixed {
  position: fixed;
}

.bottom-nav-wrapper .nav > li > a {
  color: #ffffff;
  font-size: 17px;
  font-weight: 700;
}

.bottom-nav-wrapper .nav > li > a:hover, .bottom-nav-wrapper .nav > li > a:focus {
  background-color: transparent;
}

.bottom-nav-wrapper .navbar-nav > li {
  border-right: 1px solid #ffffff;
}

.bottom-nav-wrapper .navbar-nav > li:last-child {
  border: none !important;
}

.bottom-nav-wrapper ul {
  display: inline-block;
  float: none;
  vertical-align: top;
}

.bottom-nav-wrapper {
  text-align: center;
}

.copyright {
  color: #fff;
  padding: 16px 0;
  width: 100%;
  top: 0;
  left: 0;
  text-align: center;
}

.copyright a {
  color: #fff;
}

#footer .container {
  position: relative;
}

.navbar-toggle {
  z-index: 99999;
}

.search-btn {
  background: transparent;
  border: none;
  padding: 0;
}

.search-btn .fa {
  font-size: 28px;
  /*padding: 0 0 0 10px;*/
  color: #ffffff;
}

.send-mail {
  float: right;
  margin-top: 10px;
}

.send-mail .fa {
  font-size: 20px;
  color: #ffffff;
}

.search-bar {
  padding: 0;
}

.navbar-top {
  position: relative;
  z-index: 99999;
}

.type-page h1, type-post h1, .ecolebiblique h1 {
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 22px;
}

fieldset {
  padding: 0;
}

.btn-success, .btn-success:hover {
  color: #fff;
  background-color: #791a0d;
  border-color: #791A11;
}

.post-thumbnail, .gallery .gallery-item {
  margin-bottom: 15px;
}

.post-template-default .gallery .gallery-item {
  width: 100%;
}

.gallery img {
  border: none;
}

.map {
  margin-bottom: 20px;
}

.post-template-default.single.single-post .post-title {
  margin-bottom: 0;
}

.social {
  margin-left: 10px;
}

.social a {
  padding: 0 5px;
}

.publication {
  margin: 10px 0;
}

.thumbnail {
  padding: 0;
  border: none;
  overflow: hidden;
  border-radius: 3px;
  position: relative;
}

.thumbnail a::before, .thumbnail.no-link::before {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  display: block;
  content: "";
  width: 0;
  height: 0;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 100%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
}

.thumbnail a:hover::before,
.thumbnail.no-link:hover::before {
  -webkit-animation: circle 0.75s;
  animation: circle 0.75s;
}

@-webkit-keyframes circle {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  100% {
    width: 200%;
    height: 200%;
    opacity: 0;
  }
}
@keyframes circle {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  100% {
    width: 200%;
    height: 200%;
    opacity: 0;
  }
}
.main-nav {
  background: #fff;
}

/*.main-nav.stickytop {
    position: fixed;
    z-index: 999;
    background-color: #ffffff;
    width: 100%;
    top: 100px;
}*/
.btn {
  border: none;
  border-radius: 0px;
}

.btn-primary {
  background: none;
  color: #791a0d;
  font-weight: 700;
}

.btn-primary:hover {
  background: #791a0d;
}

/* Specific home */
.home #wrapper {
  background: no-repeat center 0 fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding-top: 0 !important;
}

.modal-dialog {
  margin-top: 15%;
}

.modal-title {
  color: #791a0d;
}

.navbar-mobile {
  display: none;
}

.page-menu ul {
  display: grid;
}

.navbar-inverse .navbar-nav > .active > a:first-child {
  color: #ffffff;
}

#tribe-events .tribe-events-button, #tribe-events .tribe-events-button:hover, #tribe_events_filters_wrapper input[type=submit], .tribe-events-button, .tribe-events-button.tribe-active:hover, .tribe-events-button.tribe-inactive, .tribe-events-button:hover, .tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-], .tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-] > a {
  background-color: #791A11;
}

body #slb_viewer_wrap .slb_theme_slb_baseline .slb_container {
  padding: 10px;
}

#slb_viewer_wrap .slb_theme_slb_default .slb_template_tag_ui {
  display: none;
}

body #slb_viewer_wrap .slb_theme_slb_default .slb_data_title, #slb_viewer_wrap .slb_theme_slb_default .slb_group_status {
  font-size: 20px;
}

.home-secondary {
  text-align: center;
  list-style-type: none;
}

.widget-area {
  border: 1px solid #791a0d;
}

.navbar-sidebar {
  width: 100%;
  text-align: center;
  margin: 30px 0 40px 0;
}

.navbar-sidebar li {
  display: inline-block;
  float: none;
  background-color: #791a0d;
}

.navbar-sidebar li a {
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 2px;
  padding: 15px 25px 15px 25px;
}

.navbar-sidebar li a:hover {
  color: #791a0d;
}

.widgettitle {
  color: #791a0d;
  font-size: 17px;
}

.textwidget {
  margin-bottom: 20px;
  font-size: 13px;
}

#media_image-2 > img, #media_image-3 > img {
  padding: 0 40px 0 40px;
}

.search-row {
  margin: 70px 20px;
}

.btn-ebaf {
  background-color: #791a0d;
  color: #ffffff;
  border: 1px solid #791a0d;
  font-weight: 600;
}

.btn-ebaf:hover {
  color: #791a0d;
  border: 1px solid #ebebeb;
}

/* Refonte du menu */
.custom-main-header {
  color: white;
  text-transform: inherit;
}

@media (max-width: 1200px) {
  .custom-main-header .container {
    width: 100%;
  }
}
.custom-main-header .custom-main-header_top .name-ecole {
  max-width: 270px;
  font-size: 16px;
  line-height: 19px;
  font-weight: bold;
  margin: 0;
}

@media (min-width: 992px) {
  .custom-main-header .custom-main-header_top .name-ecole {
    padding: 0 23px;
  }
}
@media (max-width: 992px) {
  .custom-main-header .custom-main-header_top .name-ecole {
    display: none;
  }
}
.custom-main-header .custom-main-header_top {
  background-color: #791A0D;
}

.custom-main-header .custom-main-header_top .custom-main-header_top_wrapper {
  display: grid;
  grid-template-columns: 1fr 140px 1fr;
}

@media (max-width: 768px) {
  .custom-main-header .custom-main-header_top .custom-main-header_top_wrapper {
    grid-template-columns: 90px 1fr;
  }
}
.custom-main-header .custom-main-header_top .custom-main-header_top_left {
  padding: 10px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column-reverse;
}

@media (min-width: 992px) {
  .custom-main-header .custom-main-header_top .custom-main-header_top_left {
    flex-direction: row;
    min-height: 88px;
  }
}
@media (max-width: 992px) {
  .custom-main-header .custom-main-header_top .custom-main-header_top_left {
    justify-content: center;
    align-items: flex-start;
  }
}
@media (max-width: 768px) {
  .custom-main-header .custom-main-header_top .custom-main-header_top_left {
    display: none;
  }
}
.custom-main-header .custom-main-header_top .custom-main-header_top_left .name-ecole {
  text-align: right;
}

.custom-main-header .custom-main-header_top .custom-main-header_top_logo {
  background-color: #33280A;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding-top: 12px;
}

@media (max-width: 768px) {
  .custom-main-header .custom-main-header_top .custom-main-header_top_logo {
    background-color: transparent;
  }
}
.custom-main-header .custom-main-header_top .custom-main-header_top_right {
  padding: 10px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
}

@media (min-width: 992px) {
  .custom-main-header .custom-main-header_top .custom-main-header_top_right {
    flex-direction: row;
  }
}
@media (max-width: 992px) {
  .custom-main-header .custom-main-header_top .custom-main-header_top_right {
    justify-content: center;
    align-items: flex-end;
  }
}
.custom-main-header .custom-main-header_top .custom-main-header_top_right .send-mail {
  float: none;
  margin-top: 7px;
}

.custom-main-header .custom-main-header_top .custom-main-header_top_right .send-mail .header-icons {
  display: flex;
  align-items: center;
}

.custom-main-header .custom-main-header_top .custom-main-header_top_right .send-mail .header-icons li {
  margin-right: 16px;
}

@media (max-width: 992px) {
  .custom-main-header .custom-main-header_top .custom-main-header_top_right .send-mail .header-icons li {
    margin-right: 6px;
  }
}
.custom-main-header .custom-main-header_bottom {
  padding: 12px 0;
}

.custom-main-header .custom-main-header_bottom .custom-main-header_bottom_wrapper .main-nav,
.custom-main-header .custom-main-header_bottom .custom-main-header_bottom_wrapper .main-nav-wrapper {
  background-color: transparent;
}

.custom-main-header .custom-main-header_bottom .custom-main-header_bottom_wrapper .main-nav-wrapper .navbar-nav li.highlight {
  padding-left: 8px;
}

.custom-main-header .custom-main-header_bottom .custom-main-header_bottom_wrapper .main-nav-wrapper .navbar-nav li.highlight a {
  border-color: white;
}

.custom-main-header .custom-main-header_bottom .custom-main-header_bottom_wrapper .main-nav-wrapper .navbar-nav li.highlight:hover a {
  background-color: white !important;
  color: black !important;
}

.custom-main-header .custom-main-header_bottom .custom-main-header_bottom_wrapper .main-nav-wrapper .navbar-nav li a {
  color: white !important;
  padding: 11px;
  font-size: 14px;
  line-height: 17px;
  font-weight: bold;
  position: static;
  border: 1px solid transparent;
}

.custom-main-header .custom-main-header_bottom .custom-main-header_bottom_wrapper .main-nav-wrapper .navbar-nav li .sub-menu {
  background-color: #33280A;
  width: auto;
  padding: 12px 0 0 0;
  margin: 0;
}

.custom-main-header .custom-main-header_bottom .custom-main-header_bottom_wrapper .main-nav-wrapper .navbar-nav li .sub-menu.show,
.custom-main-header .custom-main-header_bottom .custom-main-header_bottom_wrapper .main-nav-wrapper .navbar-nav li .sub-menu.hover {
  display: none !important;
}

.custom-main-header .custom-main-header_bottom .custom-main-header_bottom_wrapper .main-nav-wrapper .navbar-nav li:hover .sub-menu {
  display: block !important;
}

.custom-main-header .custom-main-header_bottom .custom-main-header_bottom_wrapper .main-nav-wrapper .navbar-nav li .sub-menu li {
  float: none;
  display: block;
}

.custom-main-header .custom-main-header_bottom .custom-main-header_bottom_wrapper .main-nav-wrapper .navbar-nav li .sub-menu li a {
  display: block;
  padding: 8px 12px;
}

.custom-main-header .custom-main-header_bottom .custom-main-header_bottom_wrapper .main-nav-wrapper .navbar-nav li .sub-menu li a:hover {
  color: #791A0D !important;
}

.custom-main-header .custom-main-header_bottom .custom-main-header_bottom {
  display: none;
}

@media (max-width: 768px) {
  .custom-main-header .custom-main-header_bottom .container .flex-mobile-wrapper {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }

  .custom-main-header .custom-main-header_bottom .container:after,
.custom-main-header .custom-main-header_bottom .container:before,
.custom-main-header .custom-main-header_bottom .custom-main-header_bottom_wrapper {
    display: none;
  }

  .custom-main-header .custom-main-header_bottom .custom-main-header_bottom {
    display: block;
  }

  .custom-main-header .custom-main-header_bottom .navbar-toggle {
    float: none;
    margin: 0;
  }

  .custom-main-header .custom-main-header_bottom .main-navbar {
    float: none;
  }

  .custom-main-header .custom-main-header_bottom .main-navbar .navbar-mobile {
    margin: 0;
  }

  .custom-main-header .custom-main-header_bottom .main-navbar .navbar-mobile li a {
    color: white !important;
    padding: 10px;
  }

  .custom-main-header .custom-main-header_bottom .main-navbar .navbar-mobile li a:hover {
    color: white !important;
    opacity: 0.7;
  }

  .custom-main-header .custom-main-header_bottom .main-navbar .navbar-mobile li .dropdown-menu {
    padding-left: 16px;
  }
}
.white-btn {
  display: inline-block;
  padding: 16px 24px;
  background-color: white;
  font-weight: 900;
  color: #791A0D;
  font-size: 17px;
  line-height: 17px;
}

.red-btn {
  display: inline-block;
  padding: 12px;
  background-color: #791A0D;
  font-weight: 900;
  color: white;
  font-size: 14px;
  line-height: 17px;
  cursor: pointer;
}

.red-btn:hover {
  background-color: #ac2a1a;
  color: white !important;
}

.d-flex {
  display: flex;
}

.collapse-nav {
  position: relative;
  width: 110px;
  height: 32px;
  overflow: hidden;
  z-index: 10;
  padding-right: 25px;
}

.collapse-nav .navbar-nav {
  margin: 0;
}

.collapse-nav > svg {
  position: absolute;
  right: 4px;
  top: 6px;
  transition: transform 0.3s;
  z-index: 16;
}

.collapse-nav ul {
  position: absolute;
  display: flex !important;
  flex-direction: column;
  transition: 0s;
}

.collapse-nav ul li {
  width: 100%;
  transition: 0s;
}

.collapse-nav ul li.current-menu-item,
.collapse-nav ul li.current_page_item {
  order: -1;
}

.collapse-nav ul li a {
  padding: 8px 10px;
  width: 100%;
  display: block;
  transition: 0s;
}

.collapse-nav:hover {
  overflow: visible;
}

.collapse-nav:hover > svg {
  transform: rotate(180deg);
  stroke: black;
}

.collapse-nav:hover ul {
  background-color: white;
  border-radius: 3px;
  box-shadow: 0 0 8px -3px #55555594;
  width: 100%;
}

.collapse-nav:hover ul li {
  padding-right: 25px;
}

.collapse-nav:hover ul li a {
  color: black !important;
}

.collapse-nav:hover ul li a:hover {
  color: #791A0D !important;
}

.slick-track {
  display: flex;
}
.slick-track .slick-slide {
  padding: 8px;
  display: flex;
  height: inherit;
  justify-content: center;
  align-items: center;
}
.slick-track .slick-slide > div {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
}

#partners-slider {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px 24px 40px 24px;
}
#partners-slider .slider-header {
  position: relative;
  padding: 0 50px 40px 50px;
}
#partners-slider .slider-header h2 {
  text-align: center;
}
#partners-slider .slider-header .arrows {
  position: absolute;
  right: 0;
  top: 0;
  display: flex;
  gap: 6px;
}
#partners-slider .slider-header .arrows * {
  cursor: pointer;
}
#partners-slider .slider .partner {
  display: flex;
  justify-content: center;
  align-items: center;
}

.footer-content {
  display: grid;
  gap: 16px;
}
@media (min-width: 750px) {
  .footer-content {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 750px) {
  .footer-content .col-left {
    text-align: center;
    padding: 16px 0 8px 0;
  }
}
.footer-content .col-left .white-btn {
  margin-bottom: 16px;
}
.footer-content .col-left .mail, .footer-content .col-left .phone {
  color: white;
  margin: 0 0 6px 0;
  font-weight: bold;
  display: flex;
  font-size: 16px;
  line-height: 21px;
  gap: 6px;
}
@media (max-width: 750px) {
  .footer-content .col-left .mail, .footer-content .col-left .phone {
    justify-content: center;
  }
}
.footer-content .col-center {
  text-align: center;
}
@media (max-width: 750px) {
  .footer-content .col-center {
    order: -1;
  }
}
@media (max-width: 600px) {
  .footer-content .col-center img {
    max-width: 110px;
  }
}
@media (min-width: 750px) {
  .footer-content .col-right {
    text-align: right;
  }
}
@media (max-width: 750px) {
  .footer-content .col-right {
    text-align: center;
  }
}
.footer-content .col-right .social-label {
  margin: 10px 0 4px 0;
  font-weight: bold;
}
.footer-content .col-right .social a {
  color: white;
  padding: 0 10px;
}
.footer-content .col-right .social a i {
  font-size: 24px;
}

.twitter-timeline-wrapper {
  max-height: 600px;
  overflow-y: auto;
}
.twitter-timeline-wrapper .twitter-timeline {
  width: calc(100% - 12px);
}

.home-social {
  display: flex;
  justify-content: center;
  padding: 12px 0 0 0;
  gap: 16px;
}
.home-social a i {
  font-size: 32px;
}

.home-tertiary h2 {
  margin: 0 0 16px 0;
  font-size: 24px;
}

.home-hide-posts {
  display: none;
}

.home-show-more-posts {
  display: block;
  width: 154px;
  margin: 0 auto;
}

#home-banner-wrapper .slider .slick-slide {
  padding: 0;
}
#home-banner-wrapper .slider .slick-slide .slide {
  min-height: 450px;
  padding: 50px;
  background-size: cover;
  background-position: center center;
  display: flex !important;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 600px) {
  #home-banner-wrapper .slider .slick-slide .slide {
    min-height: 400px;
    padding: 30px 30px 50px 30px;
  }
}
#home-banner-wrapper .slider .slick-slide .slide .content {
  padding: 30px 20px;
  background-color: white;
  font-size: 15px;
  line-height: 21px;
  display: none;
}
@media (min-width: 600px) {
  #home-banner-wrapper .slider .slick-slide .slide .content {
    max-width: 300px;
  }
}
#home-banner-wrapper .slider .slick-slide .slide .content:empty {
  display: none;
}
#home-banner-wrapper .slider .slick-slide .slide .content p:last-child {
  margin-bottom: 0;
}
#home-banner-wrapper .slider .slick-dots {
  bottom: 20px;
}
#home-banner-wrapper .slider .slick-dots li button:before {
  width: 12px;
  height: 12px;
  content: "";
  background: #fff;
  border-radius: 50px;
}
#home-banner-wrapper .slider .slick-dots li.slick-active button:before {
  background: #791A0D;
}

body.home #wrapper {
  background: none !important;
}

.twitter-x-icon,
.bluesky-icon {
  transition: 0.3s ease-in;
}
.twitter-x-icon:hover,
.bluesky-icon:hover {
  opacity: 0.6;
}

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