/**
 * Theme Name:     Divi Child
 * Author:         Elegant Themes
 * Template:       Divi
 * Text Domain:	   divi-child
 * Description:    Smart. Flexible. Beautiful. Divi is the most powerful theme in our collection.
 */
.container {
  width: 100%;
  padding: 0 15px;
}

.post-item p {
  line-height: 1.4;
}

.report-event-button {
  color: #FF9800;
  cursor: pointer;
  display: inline-block;
  margin-bottom: 20px;
}

.form-consent-field-container.consent-section .radio {
  position: relative;
}

.form-consent-field-container.consent-section .radio:after {
  content: "*";
  position: absolute;
  color: red;
  top: -8px;
  right: 0;
}

.report-event-button {
  color: #FF9800;
  cursor: pointer;
  display: inline-block;
  margin-bottom: 20px;
}

.event-archive-banner, .event-custom-header {
  background: #0a303b;
  padding: 65px 0 60px;
  color: #fff;
}
.event-archive-banner h2, .event-custom-header h2 {
  font-size: 48px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  margin-bottom: 30px;
}
.event-archive-banner .container, .event-custom-header .container {
  max-width: 1580px;
  width: 100%;
  padding: 0 15px;
}

.btn {
  font-family: "Montserrat", Helvetica, Arial, Lucida, sans-serif;
  background-color: #FF9800;
  color: #000;
  border: 1px solid #FF9800;
  padding: 20px 30px;
  border-radius: 10px;
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  transition: all 0.3s;
  text-align: center;
  display: inline-block;
}
.btn:hover {
  background-color: #FF9800;
  color: #000;
}
@media (max-width: 768px) {
  .btn {
    padding: 15px 20px;
  }
}

.location-search {
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 768px) {
  .location-search {
    flex-direction: column;
    align-items: center;
  }
}
.location-search .city-name {
  width: 100%;
  margin: 0 20px;
}
.location-search .city-name input {
  width: 100%;
  background: transparent;
  font-size: 20px;
  font-weight: bold;
  color: #000;
  text-transform: uppercase;
  text-align: center;
  border: 0;
}
.location-search .city-name input::placeholder {
  color: #747474;
}
.location-search .city-name input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #747474;
}
.location-search .city-name input::-moz-placeholder { /* Firefox 19+ */
  color: #747474;
}
.location-search .city-name input:-ms-input-placeholder { /* IE 10+ */
  color: #747474;
}
.location-search .btn {
  width: 100%;
  border-radius: 90px;
  max-width: 550px;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  margin-right: 50px;
}
@media (max-width: 768px) {
  .location-search .btn {
    margin-right: 0;
    margin-bottom: 30px;
  }
}

.location__extra-info {
  font-family: "Montserrat", Helvetica, Arial, Lucida, sans-serif;
  font-size: 20px;
  color: #fff;
  border: 1px solid #FFF;
  border-radius: 5px;
  padding: 15px 20px;
  max-width: 440px;
  text-transform: none;
  position: relative;
}
.location__extra-info:after {
  content: "";
  position: absolute;
  background: url(assets/images/poly.png) no-repeat #0c303b;
  height: 17px;
  width: 20px;
  left: -16px;
  top: 70px;
}
@media (max-width: 768px) {
  .location__extra-info:after {
    top: -15px;
    transform: rotate(90deg);
    left: 50%;
  }
}

#post.events-community-submit {
  border: 0;
}

.popup-message {
  border-radius: 20px;
  max-width: 650px;
  margin: 0 auto;
  text-align: center;
  padding: 40px 0 70px;
  font-size: 24px;
  color: #000;
}
.popup-message .icon {
  margin: 0 0 25px 60px;
}
.popup-message .event-title {
  margin: 20px 0;
  padding: 0;
}
.popup-message h2, .popup-message h3, .popup-message h4 {
  font-weight: bold;
}
.popup-message h4 {
  margin-bottom: 40px;
  font-size: 24px;
  font-weight: normal;
}
.popup-message .event-text {
  margin: 40px 0;
}
.popup-message .btn {
  max-width: 436px;
  width: 100%;
  display: inline-block;
}
.popup-message .btn:hover {
  background-color: #FF9800;
  color: #000;
}

.footer-top {
  background: #0a303b;
  padding: 105px 0;
}
@media (max-width: 768px) {
  .footer-top {
    padding: 50px 0;
  }
}
.footer-top .container {
  max-width: 1700px;
}
.footer-top .create-event {
  display: flex;
  justify-content: space-between;
  color: #FF9800;
  font-size: 28px;
}
.footer-top .create-event h2 {
  font-size: 40px;
  color: #FF9800;
  font-weight: 500;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .footer-top .create-event h2 {
    font-size: 32px;
    margin-bottom: 10px;
  }
}
@media (max-width: 768px) {
  .footer-top .create-event {
    flex-direction: column;
    text-align: center;
    align-items: center;
  }
}
.footer-top .create-event__description {
  margin-right: 100px;
}
@media (max-width: 768px) {
  .footer-top .create-event__description {
    margin: 0 0 30px;
  }
}
.footer-top .create-event__btn {
  max-width: 430px;
  width: 100%;
}
.footer-top p {
  font-size: 28px;
}
@media (max-width: 768px) {
  .footer-top p {
    font-size: 20px;
  }
}
.footer-top .btn {
  font-size: 24px;
  max-width: 430px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer-top .btn svg {
  margin-right: 20px;
}
.footer-top .btn:hover {
  background-color: #FF9800;
  color: #000;
}

div#footer-bottom {
  background: #fff;
  padding: 15px;
}

#footer-info, #footer-info a {
  color: #A9A9A9;
  float: none;
  text-align: center;
  font-size: 18px;
  padding: 0;
}

.et-cart-info {
  display: none !important;
}

header#main-header {
  background: #0a303b;
}
header#main-header .container {
  max-width: 1700px;
}

#top-menu a {
  color: #fff;
  font-family: "Montserrat", Helvetica, Arial, Lucida, sans-serif;
  text-decoration-thickness: 4px;
  text-underline-offset: 10px;
}
#top-menu a:hover {
  color: #FF9800;
  text-decoration: underline;
  text-decoration-thickness: 4px;
  text-underline-offset: 10px;
}

#top-menu-nav > ul > li > a:hover {
  opacity: 1;
}

.featured-image img {
  vertical-align: middle;
  min-height: 150px;
  max-height: 340px;
  object-fit: cover;
  width: 100%;
}

.event-action-block {
  background: #0a303b;
  padding: 100px 0;
  color: #fff;
  text-align: center;
}
.event-action-block .container {
  max-width: 1300px;
}
.event-action-block h2 {
  font-size: 46px;
  font-weight: 700;
  margin-bottom: 40px;
  color: #fff;
  text-align: center;
}
.event-action-block .btn {
  display: flex;
  align-items: center;
  font-size: 32px;
  justify-content: center;
  min-height: 80px;
  margin-bottom: 40px;
}
.event-action-block .btn svg {
  margin-right: 20px;
}

.event-block__links {
  display: flex;
  justify-content: space-between;
  text-align: center;
  font-size: 20px;
}
.event-block__links .find-event__btn {
  max-width: 545px;
}
.event-block__links .find-event__btn .btn {
  padding: 15px 30px;
}
.event-block__links .create-event__btn {
  max-width: 545px;
}
.event-block__links .separator-text {
  font-size: 32px;
  font-weight: 600;
  color: #FF9800;
  margin: 30px 0 20px;
}
@media (max-width: 768px) {
  .event-block__links .separator-text {
    margin: 50px 0;
  }
}
@media (max-width: 768px) {
  .event-block__links {
    flex-direction: column;
    align-items: center;
  }
}

.post-block {
  padding: 135px 0 100px;
}
@media (max-width: 768px) {
  .post-block {
    padding: 80px 0;
  }
}
.post-block h2 {
  text-align: center;
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .post-block h2 {
    margin-bottom: 25px;
  }
}

.post-item {
  padding: 50px 0;
  display: flex;
  justify-content: space-between;
  color: #2D2C3B;
}
@media (max-width: 768px) {
  .post-item {
    padding: 25px 0;
    flex-direction: column;
  }
}

.post-item__image {
  width: 460px;
  height: 320px;
  margin-right: 100px;
}
.post-item__image img {
  border-radius: 5px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .post-item__image {
    width: 350px;
    height: 220px;
    margin-right: 50px;
  }
}
@media (max-width: 768px) {
  .post-item__image {
    width: 100%;
    margin-bottom: 25px;
  }
}

.post-item__content {
  max-width: calc(100% - 560px);
}
@media (max-width: 992px) {
  .post-item__content {
    max-width: calc(100% - 400px);
  }
}
@media (max-width: 768px) {
  .post-item__content {
    max-width: 100%;
  }
}

.et_header_style_left .logo_container {
  left: 0;
  padding: 0 15px;
}

.load-more {
  padding: 20px 0 22px 0;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  border: 2px solid #2B293D;
  background: #FFF;
  text-transform: uppercase;
  width: 610px;
  cursor: pointer;
  font-size: 24px;
  font-weight: 600;
  margin: 50px auto 0;
  display: block;
}
.load-more:hover {
  background: #2B293D;
  color: #FFF;
}
.load-more:disabled, .load-more[disabled] {
  cursor: not-allowed;
  color: #A9A9A9;
  border-color: #A9A9A9;
}
.load-more:disabled:hover, .load-more[disabled]:hover {
  background: none;
  color: #A9A9A9;
}
@media (max-width: 768px) {
  .load-more {
    width: auto;
    min-width: 300px;
    margin: 25px auto 0;
  }
}

.suggestions-list {
  position: absolute;
  background-color: #fa9803;
  max-height: 200px;
  overflow-y: auto;
  width: 100%;
  z-index: 1000;
  left: 40px;
  top: 80px;
  font-size: 18px;
  font-weight: 500;
  text-transform: none;
  max-width: 480px;
}

.suggestions-list div {
  padding: 4px;
  cursor: pointer;
}

.suggestions-list div:hover {
  background-color: #e18800;
}

/*
.tribe-section.tribe-section-taxonomy.tribe-section-taxonomy--tribe_events_cat, div#event_tribe_organizer {
    display: none;
}
*/
.mobile_menu_bar:before, .mobile_menu_bar:after, #top-menu li.current-menu-ancestor > a, #top-menu li.current-menu-item > a {
  color: #ff9800;
}

div#tribe-community-events {
  margin: 50px 0 80px;
}

.tribe-events .tribe-events-c-search__button, .tribe-events button.tribe-events-c-search__button {
  background: #fa9803;
}

.tribe-events .tribe-events-c-search__button:focus, .tribe-events .tribe-events-c-search__button:hover, .tribe-events button.tribe-events-c-search__button:focus, .tribe-events button.tribe-events-c-search__button:hover {
  background: #e08905;
}

.clear-icon {
  cursor: pointer;
}

.post-item__content h2 {
  font-size: 22px;
  margin-bottom: 10px;
  text-align: left;
}

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