/*
 Theme Name:     Divi Child
 Theme URI:      https://www.elegantthemes.com/gallery/divi/
 Description:    Divi Child Theme
 Author:         Elegant Themes
 Author URI:     https://www.elegantthemes.com
 Template:       Divi
 Version:        1.0.0
*/


/* =Theme customization starts here
------------------------------------------------------- */
#banner .et_pb_row .et_pb_column_1_tb_header {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
}
#menu-main {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: flex-start
}
#menu-main > li {
  color: #ffffff;
  transition: all .4s ease-in-out;
}
#menu-main > li a {
  text-transform: lowercase;
  transition: all .4s ease-in-out;
}
#menu-main > li.current_page_item a,
#menu-main > li:hover a {
  opacity: 1;
  color: #0e1111 !important;
}
#menu-main > li.current_page_item,
#menu-main > li:hover {
  background-color: #ffffff !important;
}
.title .et_pb_column {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.title .et_pb_column .et_pb_module {
  display: inline-block;
  padding-left: 40px;
  padding-right: 40px;
}
.title .et_pb_column .et_pb_module h2 {
  line-height: 1.4em;
  text-transform: lowercase;
}
.black-link a {
  color: 	#0e1111 !important;
  transition: all .2s ease-in-out;
}
.black-link a:hover {
  color: #414a4c !important;
  opacity: .5;
}
footer .et_pb_section .et_pb_row .et_pb_column h3 {
  padding-bottom: 0;
}
footer .et_pb_section .et_pb_row .et_pb_column {
  display: flex;
}
footer .et_pb_section .et_pb_row .et_pb_column.et_pb_column_0_tb_footer {
  justify-content: flex-start;
}
footer .et_pb_section .et_pb_row .et_pb_column.et_pb_column_1_tb_footer {
  justify-content: center;
}
footer .et_pb_section .et_pb_row .et_pb_column.et_pb_column_2_tb_footer {
  justify-content: center;
}
footer .et_pb_section .et_pb_row .et_pb_column.et_pb_column_3_tb_footer {
  justify-content: flex-end;
}
@media all and (min-width: 768px) and (max-width: 980px) {
  footer .et_pb_section .et_pb_row .et_pb_column.et_pb_column_1_tb_footer {
    justify-content: flex-end;
  }
  footer .et_pb_section .et_pb_row .et_pb_column.et_pb_column_2_tb_footer {
    justify-content: flex-start;
  }
}
@media all and (max-width: 767px) {
  footer .et_pb_section .et_pb_row .et_pb_column.et_pb_column_0_tb_footer {
    width: 100%;
    order: 4;
    justify-content: center;
  }
  footer .et_pb_section .et_pb_row .et_pb_column.et_pb_column_1_tb_footer {
    width: 50% !important;
    order: 2;
    justify-content: flex-start;
  }
  footer .et_pb_section .et_pb_row .et_pb_column.et_pb_column_2_tb_footer {
    width: 100%;
    order: 1;
    justify-content: center;
  }
  footer .et_pb_section .et_pb_row .et_pb_column.et_pb_column_3_tb_footer {
    width: 50% !important;
    order: 3;
    justify-content: flex-end;
  }
}
.black-link .et_pb_text_inner {
  transition: all .2s ease-in-out;
}
.black-link .et_pb_text_inner:hover {
  color: #414a4c;
}
.lwp-hide-mobile-menu.et_pb_menu .et_pb_menu__menu,.lwp-hide-mobile-menu.et_pb_fullwidth_menu .et_pb_menu__menu {
    display: flex!important;
}

.lwp-hide-mobile-menu .et_mobile_nav_menu {
    display: none;
}
@media all and (max-width: 980px) {
  footer .et_pb_section .et_pb_row .et_pb_column {
    width: 100%;
  }
  footer .et_pb_section .et_pb_row .et_pb_column .et_pb_module {
    text-align: center;
    margin-bottom: 30px;
  }
  #menu-main {
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  #menu-main::after {
    content: '';
    display: block;
    width: 100%;
    height: 0;
    order: 3;
  }
  #menu-main > li:nth-of-type(1) {
    order: 1;
  }
  #menu-main > li:nth-of-type(2) {
    order: 2;
  }
  #menu-main > li:nth-of-type(3) {
    order: 4;
  }
  #menu-main > li:nth-of-type(4) {
    order: 5;
  }
  #banner .et_pb_row {
    min-height: 100vh;
    width: 100%;
    padding-left: 7.5%;
    padding-right: 7.5%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-color: rgba(0,0,0,0.5);
  }
  #banner .et_pb_row .et_pb_column.et_pb_column_1_tb_header {
    margin-top: auto !important;
  }
}
@media all and (min-width: 768px) and (max-width: 980px) {
  footer .et_pb_section .et_pb_row .et_pb_column:last-child .et_pb_module {
    margin-bottom: 0;
  }
}
@media all and (max-width: 767px) {
  footer .et_pb_section .et_pb_row .et_pb_column.et_pb_column_2_tb_footer {
    padding-bottom: 0;
  }
}
.events-section h3,
.events-section p {
  white-space: nowrap;
}
body #page-container .events-section a.et_pb_button {
  border-color: #ffffff !important;
  background-color: transparent !important;
  color: #fff !important;
  transition: all .2s ease-in-out;
}
body #page-container .events-section a.et_pb_button:hover {
  border-color: #ffffff !important;
  background-color: #fff !important;
  color: #0e1111 !important;
}
.events-section .et_pb_row {
  display: flex;
  justify-content: flex-start;
}
.events-section .et_pb_row.filter-row {
  justify-content: center;
}
.events-section .et_pb_row.filter-row .et_pb_column {
  display: flex;
  justify-content: center;
  align-items: center;
}
.events-section .et_pb_row.filter-row .et_pb_column .et_pb_module:nth-of-type(1) {
  margin-right: 20px;
}
.events-section .et_pb_gutters1 .et_pb_text_inner {
  background-color: rgba(0, 0, 0, 0.3);
  padding: 10px 0;
}
.events-section > div.et_pb_row:nth-of-type(2n+1) {
  justify-content: flex-end;
}
.events-section .et_pb_row > div:nth-of-type(1) {
  flex: 0 0 2em;
}
.events-section .et_pb_row.filter-row > div {
  flex: 1;
}
.events-section .et_pb_row.filter-row .filter-btn {
  border: none;
}
body #page-container .events-section .et_pb_row.filter-row .filter-btn:hover {
  background-color: #000 !important;
  color: #fff !important;
}
body #page-container .events-section .et_pb_row.filter-row .filter-btn:hover,
.events-section .et_pb_row.filter-row .filter-btn.active {
  border-bottom: 2px solid #fff;
}
.events-section .et_pb_row .et_pb_column .et_pb_module .et_pb_text_inner h3 {
  line-height: 1.4em;
  white-space: normal;
}
.events-section > div.et_pb_row.move-up-container {
  justify-content: flex-end;
}
.events-section > div.et_pb_row.move-up-container .move-up {
  cursor: pointer;
  transition: all .2s ease-in-out;
}
.events-section > div.et_pb_row.move-up-container .move-up:hover {
  transform: scale(1.2);
}
.et_pb_gallery .et_pb_gallery_items .et_pb_gallery_item .et_pb_gallery_image .et_overlay {
  background-color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.5);
}
.et_pb_gallery .et_pb_gallery_items .et_pb_gallery_item .et_pb_gallery_image .et_overlay::before {
  display: none;
}
.mfp-content .mfp-figure .mfp-bottom-bar .mfp-title {
  display: none;
}
.mfp-container {
  background-color: rgba(0, 0, 0, .6);
}
.et_pb_row.ua {
  display: none;
}
@media all and (max-width: 1580px) {
  .events-section .et_pb_row .et_pb_text_inner > h3 {
    font-size: 16px;
    line-height: 22px;
  }
  .events-section .et_pb_row .et_pb_text_inner > p {
    font-size: 14px;
    line-height: 20px;
  }
}
@media all and (max-width: 980px) {
  .events-section .et_pb_row .et_pb_text_inner > h3 {
    font-size: 16px;
    line-height: 22px;
  }
  .events-section .et_pb_row .et_pb_text_inner > p {
    font-size: 14px;
    line-height: 20px;
  }
  .events-section .et_pb_row a.et_pb_button {
    font-size: 16px !important;
    line-height: 20px !important;
    padding-left: 9px !important;
    padding-right: 9px !important;
  }
  .events-section .et_pb_row:not(.filter-row) > div .et_pb_button_module_wrapper {
    text-align: left;
  }
}
@media all and (max-width: 767px) {
  .events-section .et_pb_row {
    flex-wrap: wrap;
  }
  .events-section p {
    white-space: normal;
  }
  .events-section .et_pb_row:not(.filter-row) > div:nth-of-type(1) {
    flex: 1;
  }
  .events-section .et_pb_row:not(.filter-row) > div:nth-of-type(2) {
    width: 80% !important;
    margin-left: auto !important;
    margin-top: -40px !important;
  }
  .events-section .et_pb_row:not(.filter-row) .et_pb_button_module_wrapper {
    margin-top: 25px !important;
  }
}
.bio-section img {
  margin-top: 20px;
}
/*.divioverlay {
  z-index: 1000000 !important;
}*/
.mfp-wrap {
    z-index: 999999999999999999999999999 !important;
}
.overlay-columns > .et_pb_column:nth-of-type(2) {
  width: calc(50% + 80px);
}
.events-section .service {
  padding-bottom: 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.events-section .service:before {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  background: #fff;
  border-radius: 7px;
  margin-right: 10px;
}
.events-section .service span {
  font-weight: bold;
  margin-left: 10px;
}
.partners-carousel .swiper-wrapper .dica-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.partners-carousel .swiper-wrapper .dica-item .dica-item-content {
  visibility: hidden;
  height: 0;
}
@media all and (max-width: 980px) {
  .partners-carousel .swiper-wrapper .dica-item .dica-item-content {
    display: none;
  }
}
.partners-carousel .swiper-wrapper .et_pb_module {
  display: flex;
  flex-wrap: wrap-reverse;
  justify-content: center;
  align-items: center;
  position: relative;
}
.partners-carousel .swiper-wrapper .et_pb_module .et_pb_module_inner {
  width: 100%;
}
