/* Horizontal menu - Blue style */

.WaGadgetMenuHorizontal.menuStyle001 .menuInner ul.firstLevel,
.WaGadgetMenuHorizontal.menuStyle001 .menuBackground {
  background: #2079c1;
}

.WaGadgetMenuHorizontal.menuStyle001 .menuInner ul.firstLevel > li > .item:hover > a,
.WaGadgetMenuHorizontal.menuStyle001 .menuInner ul.firstLevel > li.sel > .item:hover > a,
.WaGadgetMenuHorizontal.menuStyle001 .menuInner ul.firstLevel > li.sel > .item > a {
  color: #7dacd8;
}

.WaGadgetMenuHorizontal.menuStyle001 .menuInner ul.secondLevel > li > .item > a {
  background-color: #2079c1;
}

.WaGadgetMenuHorizontal .menuInner ul.firstLevel > li.dir > .item > a > span::before {
  display: none;
}

/* Gadget Style 1 */

#id_gIYpese,
.camera_target {
  border-radius: 10px;
}

.gadgetStyle001 {
  padding: 10px;
  border-radius: 10px;
  background: #fff;
  font-size: 18px;
}

.gadgetStyle001 .gadgetStyleTitle {
  padding: 20px;
  border-radius: 10px;
  background: #2079c1;
  color: #fff;
}

.gadgetStyle001 .gadgetStyleTitle h4 {
  margin: 0;
  padding: 0;
  color: #fff;
  font-size: 26px;
  font-weight: 600;
}

.gadgetStyle001 .gadgetStyleTitle h1 {
  margin: 0;
  padding: 0;
  color: #2079c1;
  font-size: 26px;
  font-weight: 600;
}

.gadgetStyle001 .gadgetStyleBody {
  padding: 20px;
  border-radius: 10px;
  font-size: 18px;
}

/* Gadget Style 2 */

#id_YYn4YTT,
.gadgetStyle002 {
  border-radius: 10px;
  background-color: transparent !important;
}

.gadgetStyle002 .gadgetStyleBody {
  padding: 0;
  border-radius: 10px;
  background-color: transparent !important;
}

/* Blog styles */

.blogPostListOuterContainer,
.blogEntryOuterContainer {
  padding: 20px;
  background-color: #fff;
}

.WaGadgetRecentBlogPosts ul li .title {
  font-size: 18px;
  font-weight: bold;
}

/* Hide blog authors */

.postedByLabel,
.author,
.WaGadgetRecentBlogPosts ul li .date::after {
  display: none !important;
}

/* Event styles */

.WaGadgetUpcomingEvents ul li .title {
  font-size: 18px;
  font-weight: bold;
  text-transform: none;
}

.WaGadgetEventsStateDetails,
.upcomingEventsContainer {
  padding: 20px;
  background-color: #fff;
}

/* Buttons */

.button-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  padding: 20px 0;
}

.allabutton {
  width: auto;
  padding: 20px 40px;
  border-radius: 10px;
  background-color: #000;
  color: #fff;
  text-align: center;
  font-size: 18px;
}

.allabutton a {
  color: #fff;
  font-weight: bold;
  text-decoration: none;
}

/* Footer styles */

#idFooterPoweredByWA,
#idFooterPoweredByWA a:link {
  color: #fff;
}

/* Membership application styles */

.WaGadgetMembershipApplication {
  padding: 20px;
  background-color: #fff;
}

/* News/blog styles */

.WaGadgetBlogStateList .blogPostListOuterContainer {
  padding: 30px !important;
}

.boxInfoContainer,
.uploadNotice {
  display: none !important;
}

  .alla-program-frame {
    display: block;
    width: 100% !important;
    max-width: 100% !important;
    height: 2500px;
    margin: 0;
    padding: 0;
    border: 0;
    background: #fff;
    box-sizing: border-box;
  }
