/* 
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
*/
/*
    Add your custom styles here
*/
.aoc-memberlogo-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}
.aoc-memberlogo-grid article {
  width: 25%;
  padding: 40px;
}
.aoc-memberlogo-grid article img {
  width: 100%;
  height: auto;
  display: block;
}

.aoc-meetingreport-list .meeting-article {
  background: #F3F4F6;
  border-radius: 5px;
  margin-bottom: 20px;
  padding: 10px 20px;
  display: flex;
  align-items: center;
}
.aoc-meetingreport-list .meeting-article .meeting-details {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  color: #405074;
}
.aoc-meetingreport-list .meeting-article .meeting-details .meeting-title {
  font-size: 16px;
  font-weight: 400;
}
.aoc-meetingreport-list .meeting-article svg.meeting-download-icon {
  width: 20px;
  height: auto;
}
.aoc-meetingreport-list .meeting-article:hover {
  background: #ea787a;
}
.aoc-meetingreport-list .meeting-article:hover .meeting-details {
  color: #FFFFFF;
}
.aoc-meetingreport-list .meeting-article:hover svg.meeting-download-icon path {
  fill: #FFFFFF !important;
}

.aoc-link-lists {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.aoc-link-lists article {
  width: 33.33%;
  padding: 40px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.aoc-link-lists article > img {
  height: 100px;
  width: auto;
  margin-bottom: 20px;
}
.aoc-link-lists article > h2 {
  font-size: 22px;
}

.aoc-link-lists ul, .aoc-link-list ul {
  list-style: none;
  padding: 0;
  margin: 0;
  background: #F3F4F6;
  border-radius: 5px;
  padding: 10px 20px;
  width: 100%;
}
.aoc-link-lists ul li.aoc-link a, .aoc-link-list ul li.aoc-link a {
  display: flex;
  align-items: flex-start;
  padding: 8px 0;
  line-height: 28px;
  color: #405074;
}
.aoc-link-lists ul li.aoc-link a:hover, .aoc-link-list ul li.aoc-link a:hover {
  color: #ea787a;
}
.aoc-link-lists ul li.aoc-link a svg, .aoc-link-list ul li.aoc-link a svg {
  margin-top: 4px;
  width: 20px;
  min-width: 20px;
  height: auto;
  margin-right: 10px;
}

@media only screen and (max-width: 1023px) {
  #aoc-latest-news-widget .elementor-post {
    display: block !important;
  }
  #aoc-latest-news-widget .elementor-post .elementor-post__thumbnail__link {
    margin-bottom: 20px !important;
  }
}

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