/**
 * Theme Name: Blocksy Child
 * Description: Blocksy Child theme
 * Author: Creative Themes
 * Template: blocksy
 * Text Domain: blocksy
 */

 /* Elements */
 .list-arrow {
  list-style: none;
  margin: 0;
  padding: 0;
}

.list-arrow li {
  position: relative;
  padding-left: 1.5em; 
  margin-bottom: .5em;
}

.list-arrow li::before {
  content: "\f061"; /* unicode voor fa-arrow-right */
  font-family: "Font Awesome 6 Free";
  font-weight: 900; 
  position: absolute;
  left: 0;
  top: 0;
  color: var(--theme-palette-color-1); 
}

ul li::marker {
  color:var(--theme-palette-color-1)!important;
}

.post-thumbnail-inner img{
  border-radius: 20px;
}

#main #tribe-events
 {
	 padding-top: 100px!important;
}

.single-post
  [data-vertical-spacing*=top] {
    padding-top: 180px;
}

.wp-block-kadence-posts .loop-entry .post-thumbnail img{
  border-radius:10px;
}

.ct-featured-image .ct-media-container {
    border-radius: 20px!important;
}

/* Footer */
.ct-widget .wp-block-image img {
    box-sizing: border-box;
    height: auto;
    max-width: 60%
}


/* Responsive */
@media (max-width: 768px) {
  .mhidden {
    display: none;
  }

  .leftalign {
    justify-content: flex-start !important;
  }

  .single-post [data-vertical-spacing*=top] {
    padding-top: 100px;
  }

  #main #tribe-events {
    padding-top: 60px !important;
  }

  .ct-widget .wp-block-image img {
    max-width: 40%;
  }

  #ct-back-to-top,
  .ct-back-to-top {
    width: 60px !important;
    height: 60px !important;
  }
}

@media (max-width: 480px) {
  .single-post [data-vertical-spacing*=top] {
    padding-top: 60px;
  }

  #main #tribe-events {
    padding-top: 40px !important;
  }

  .ct-widget .wp-block-image img {
    max-width: 40%;
  }
}

/* Events Calendar list view: style description links */
.tribe-events-calendar-list__event-description a,
.tribe-events-list .tribe-events-list-event-description a {
    text-decoration: underline;
}

/* Billie */
/* Hide the existing icon/text inside the button */
#ct-back-to-top span,
#ct-back-to-top i,
#ct-back-to-top::before,
#ct-back-to-top::after,
.ct-back-to-top span,
.ct-back-to-top i {
  display: none !important;
}

.ct-back-to-top[data-alignment=right] .ct-icon {
  display:none !important;
}

/* Replace with your PNG image */
#ct-back-to-top,
.ct-back-to-top {
  background-image: url('https://testplek.eu/svn/wp-content/uploads/2026/04/Billie-contact-page.png') !important;
  background-color: transparent !important;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  border: none !important;
  width: 80px !important;  /* adjust to your image size */
  height: 80px !important;
}

/* Congres trick or trade */
.page-id-2638 {
  background-color:#fdfbf6!important;
}

.page-id-2638 #footer,
.page-id-2638 .ct-header,
.page-id-2638 #ssi-container {
  display:none!important;
}

.page-id-2638 h2 a{
  color:#f59f40!important;
}

.congreslink a{
  text-decoration:none;
}