/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
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
*/
/* Responsive helpers */
/*
    Add your custom styles here
*/
#pb-agenda-navigatie {
  padding: 0 120px 40px 120px;
}
@media only screen and (max-width: 1200px) {
  #pb-agenda-navigatie {
    padding: 20px;
  }
}
#pb-agenda-navigatie ul {
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
}
#pb-agenda-navigatie ul li {
  margin-right: 20px;
}
#pb-agenda-navigatie ul a {
  font-family: "bebas-neue", sans-serif;
  color: #658992;
  font-weight: normal;
  font-size: 20px;
  padding: 3px 0;
}
#pb-agenda-navigatie ul a:hover {
  color: #003D4B;
}

.pb-agenda-maand {
  background: #EAEFF0;
  padding: 30px 120px;
  margin-bottom: 40px;
  width: 100%;
}
@media only screen and (max-width: 1200px) {
  .pb-agenda-maand {
    padding: 20px;
  }
}

.pb-agenda-item {
  display: flex;
  margin-bottom: 10px;
}
@media only screen and (max-width: 1023px) {
  .pb-agenda-item {
    flex-direction: column;
    margin-bottom: 30px;
  }
}

.pb-agenda-item-datum {
  background: #648991;
  display: flex;
  flex-direction: column;
  padding: 16px 20px;
  width: 200px;
  flex-shrink: 0;
}
@media only screen and (max-width: 1023px) {
  .pb-agenda-item-datum {
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
  }
}
.pb-agenda-item-datum strong {
  color: #ffffff;
}
.pb-agenda-item-datum span {
  color: #CBD7DA;
}

.pb-agenda-item-info {
  background: #ffffff;
  flex-grow: 1;
  padding: 16px 20px;
}
.pb-agenda-item-info h3 {
  margin: 0;
  font-weight: normal;
  font-size: 18px;
}
.pb-agenda-item-info > div {
  font-size: 14px;
}
.pb-agenda-item-info > div p {
  margin: 0;
}
.pb-agenda-item-info > div p a {
  border-bottom: 1px solid #00A9D1;
}
.pb-agenda-item-info > div p a:hover {
  border-color: #003D4B;
}

.pb-agenda-item-buttons a:hover {
  text-decoration: underline;
}
.pb-agenda-item-buttons .pb-agenda-item-button-delete {
  color: #b80000;
  margin-left: 20px;
}

.pb-agenda-item-locatie {
  background: #ffffff;
  border-left: 1px solid #CBD7DA;
  display: flex;
  align-items: center;
  padding: 16px 20px;
  width: 300px;
  flex-shrink: 0;
}
@media only screen and (max-width: 1023px) {
  .pb-agenda-item-locatie {
    border-left: none;
    border-top: 1px solid #CBD7DA;
    width: 100%;
  }
}
.pb-agenda-item-locatie a {
  font-family: "bebas-neue", sans-serif;
  color: #658992;
  font-weight: normal;
  font-size: 20px;
  display: flex;
  align-items: center;
}
.pb-agenda-item-locatie a svg {
  margin-right: 8px;
}
.pb-agenda-item-locatie a:hover {
  color: #003D4B;
}
.pb-agenda-item-locatie a:hover svg path {
  fill: #003D4B;
}

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