/*
Theme Name: Outtrade
Description: Custom child theme voor Hello Elementor
Author: Designut
Author URI: designut.nl
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */
nav.elementor-nav-menu--dropdown .elementor-nav-menu {
  padding: 20px 0;
}

.agenda {
  display: flex;
  flex-wrap: wrap;
}

.agenda__item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  padding: 15px;
  border-radius: 5px;
}

@media (max-width: 1024px) {
  .agenda {
    flex-direction: column;
  }

  .agenda__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 15px 5px;

  }
}

.agenda__item__banner {
  position: relative;
  width: 100%;
}

.agenda__item__banner__img {
  width: 100%;
  background-position: center;
  height: 230px;
  background-size: cover;
}

.agenda__item__banner__img-date {
  background-color: white;
  color: #000;
  position: absolute;
  left: 10px;
  top: 10px;
  width: 60px;
  height: 70px;
  border: 0;
  border-radius: 5px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.agenda__item__banner__img-date-day {
  font-size: 25px;
  font-weight: bold;
  margin-bottom: -12px;
}

.agenda__item__banner__img-date-month {
  font-size: 18px;
}

.agenda__item__banner__information {
  padding: 15px;
  background-color: rgba(255, 255, 255, 0.9);
}

.agenda__item__banner__information .header {
  font-weight: bold;
  color: #00513C;
  min-height: 60px;
  font-size: 25px;
}

.agenda__item__banner__information ul {
  list-style: none;
  padding: 0;
  font-size: 14px;
}

.agenda__item__banner__information li {
  margin-bottom: 7px;
}

.agenda__item__banner__information ul li svg {
  width: 20px;
  margin-bottom: -4px;
}
