/*
	Theme Name: DC Theme
	Theme URI: https://chrisreeves.com.au/
	Description: DC Theme
	Version: 1.0.1
	Author: Digital Creative Perth 
	Author URI: https://chrisreeves.com.au/
	Tags: HTML5, CSS3

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/

/*
.dc-search-wrapper.show{
    max-width: none !important;
    right: -15px;
}
*/


#preloader.hide {
  opacity: 0 !important;
  height: 0 !important;
  overflow: hidden !important;
}


/*Post author fix for mobile and desktop*/
.single-post .content-wrapper .author-meta {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.single-post .content-wrapper .author-meta .avatar-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 15px;
  padding-bottom: 24px;
}

.single-post .content-wrapper .author-meta .avatar-wrapper {
  border-radius: 50%;
  width: 65px;
  height: 65px;
  margin-right: 20px;
  overflow: hidden;
  padding-bottom: 0;
}

.single-post .content-wrapper .author-meta h5 {
  margin: 0;
}


/*Accordian fix*/
.dc-accordian>.inner .items .accordion {
  font-size: 20px;
  font-weight: bold;
}

/* Added the following to fix event date box width issue */
@media only screen and (min-width: 768px) {
  .events-grid-items .item .content .event_data {
    flex: 1;
  }
}


/*Mobile hide and display*/

@media screen and (min-width:768px) {
  .mobile_only {
    display: none !important;
  }
}

@media screen and (max-width:767px) {
  .mobile_only {
    display: block;
  }

  .desktop_only {
    display: none !important;
  }
}

/*
@media screen and (max-width:767px) {
    .dc-search-wrapper.show {
         top: -1px;
         border-radius: 0;
         right: -10px !important;
         width: 100vw;
         padding: 26px 0;
         height: 109px;
    }
}
*/






.header_nav_container {
  z-index: 100000;
}





#mega-menu-wrap-header-menu .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-box {
  display: none;
}

/* Blog page responsive image fix */
.dc-text-block .items .item>div.wp-caption {
  max-width: 100%;
  width: 100% !important;
}

/* Hide location data */
.ed_2 {
  display: none !important;
  opacity: 0 !important;
  visibility: none !important;
  font-size: 0 !important;
}


.dc-listing-cards .inner .items .item.no_link:hover .inner-wrapper:before {
  display: none !important;
}

.dc-listing-cards .inner .items .item.no_link:hover .inner-wrapper {
  box-shadow: none !important;
  cursor: default !important;
}

.dc-listing-cards .inner .items .item.no_link:hover .inner-wrapper .text {
  border-radius: unset !important;
}

@media screen and (max-width:768px) {
  .dc-text-block .items .item.width_12 iframe {
    width: calc(100vw - 50px) !important;
    min-height: 70vw !important;
  }
}

@media screen and (max-width:768px) {
  .vidContainer {
    padding-top: 0 !important;
  }
}

.vidContainer .responsiveIframe {
  position: relative !important;
}

/*------------------------------------*\
    TITLE BOX  - HOME VARIENT
\*------------------------------------*/
/*

.dc-titlebox {
  overflow: visible;
}
.dc-titlebox .inner.multipleSliders.home-style .item {
  width: 100vw;
  height: calc(100vh - 150px);
  max-height: 900px;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.dc-titlebox .inner.multipleSliders.home-style .item .image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  z-index: 1;
}
.dc-titlebox .inner.multipleSliders.home-style .item .image-wrapper img {
  height: auto !important;
  width: 100%;
  object-fit: cover;
}
@media only screen and (max-width: 767px) {
  .dc-titlebox .inner.multipleSliders.home-style .item .image-wrapper img {
    object-position: right;
  }
}
@media only screen and (max-width: 767px) {
  .dc-titlebox .inner.multipleSliders.home-style .item .image-wrapper:before {
    content: "";
    background: rgba(0, 0, 0, 0.4);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
.dc-titlebox .inner.multipleSliders.home-style .item .content {
  position: relative;
  width: 1120px;
  max-width: 100%;
  margin: 0 auto;
  margin-top: -80px;
  padding: 0 30px;
  z-index: 2;
}

@media only screen and (min-width: 768px) {
  .dc-titlebox {
    padding-top: 42px;
  }
}
.dc-titlebox .inner.multipleSliders.home-style {
  width: 100%;
  max-width: 100%;
  height: 100%;
}
.dc-titlebox .inner.multipleSliders.home-style:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% + 100px);
  z-index: 1;
  background: url("img/tfo/hero-overlay.png") no-repeat;
  background-size: cover;
  background-position: center bottom;
}
@media only screen and (max-width: 767px) {
  .dc-titlebox .inner.multipleSliders.home-style:after {
    height: calc(100% + 50px);
  }
}
@media only screen and (min-width: 1040px) and (max-width: 1450px) and (max-height: 850px) {
  .dc-titlebox .inner.multipleSliders.home-style:after {
    display: none;
  }
}
.dc-titlebox .inner.multipleSliders.home-style:after {
  background-image: url(https://therapyfocus.net.au/wp-content/uploads/2023/07/TFO-25-Years-Website-Banner-Desktop.png);
  background-position: right bottom;
}
@media only screen and (max-width: 767px) {
  .dc-titlebox .inner.multipleSliders.home-style:after {
    background-image: url(https://therapyfocus.net.au/wp-content/uploads/2023/07/TFO-25-Years-Website-Banner-Mobile.png);
    background-position: center;
  }
}
*/


.dc-mobile-image,
.dc-mobile-only {
  display: none !important;
}

@media only screen and (max-width: 767px) {
  .dc-desktop-image {
    display: none !important;
  }

  .dc-mobile-image,
  .dc-mobile-only {
    display: block !important;
  }

  .dc-mobile-only>a {
    height: 32px !important;
    padding: 2px 14px 0 !important;
    font-size: 14px !important;
    color: #fff !important;
    background: #5f3d68 !important;
    border-radius: 30px !important;
    text-transform: uppercase !important;
    line-height: 16px !important;
  }

  #header_main .header_nav_container .main_menu>.menu>#mega-menu-wrap-header-menu>#mega-menu-header-menu>li.dc-mobile-only>a.mega-menu-link {
    background-color: #5f3d68 !important;
    padding: 20px !important;
    line-height: 0 !important;
    display: inline-block;
  }
}

.header_logo a img,
.header_logo a.mobile-logo img {
  transform: scale(1.25);
}



/*
  CHRIS STYLES 2024
*/

/*TITLEBOX*/
.dc-titlebox.title_full,
.dc-titlebox .slick-track .item {
  max-height: 700px;
}

.dc-titlebox.title_full {
  margin-bottom: 74px !important;
}

.dc-titlebox.title_full:after {
  content: "";

  height: 75px;
  width: 100%;
  position: absolute;
  bottom: -75px;

  background: url('img/titlebox-pattern.svg');
  background-size: cover;
  background-position: center;
  transform:
}

.dc-titlebox .slick-track .item .content {
  width: 1350px;
}

.dc-titlebox .slick-track .item h1,
.dc-titlebox .slick-track .item p {
  width: 470px;
}

.dc-titlebox .slick-track .item p {
  font-size: 16px;
  line-height: 1.8em;
}

@media only screen and (min-width: 767px) {
  .dc-titlebox .slick-track .item p {
    font-size: 17px;
  }
}

@media only screen and (min-width: 767px) {
  .dc-titlebox .slick-track .item p {
    font-size: 18px;
  }
}

.dc-titlebox .inner.multipleSliders .slick-dots {
  display: flex !important;
  justify-content: center;
  position: absolute;
  width: 100%;
  bottom: 12px;
}

.dc-titlebox .inner.multipleSliders .slick-dots li {
  list-style: none;
  margin: 0 5px;
}

.dc-titlebox .inner.multipleSliders .slick-dots li {
  list-style: none;
  margin: 0 5px;
}

.dc-titlebox .inner.multipleSliders .slick-dots li button {
  font-size: 0;
  border: 0 none;
  width: 10px;
  height: 10px;
  background: white;
  border-radius: 50%;
  opacity: .4;
}

.dc-titlebox .inner.multipleSliders .slick-dots li button:hover,
.dc-titlebox .inner.multipleSliders .slick-dots li.slick-active button {
  opacity: 1;
}

.dc-titlebox .slick-track .item a.dc-btn {
  min-width: 100px;
  /* text-transform: none; */
  font-size: 16px;
}

@media only screen and (min-width: 767px) {

  .dc-titlebox .slick-track .item.text_white h1,
  .dc-titlebox .slick-track .item.text_white p {
    /*DEFAULT*/
  }

  .dc-titlebox .slick-track .item.text_white a.dc-btn {
    background: #FFDF9D;
    border-color: #FFDF9D;
    color: #5F3D68;

    &:hover {}
  }

  .dc-titlebox .slick-track .item.text_white h1:after {
    /*DEFAULT*/
  }

  .dc-titlebox .slick-track .item.text_purple h1,
  .dc-titlebox .slick-track .item.text_purple p {
    color: #5F3D68;
  }

  .dc-titlebox .slick-track .item.text_purple a.dc-btn {
    /*DEFAULT*/
  }

  .dc-titlebox .slick-track .item.text_purple h1:after {
    background: #09a099;
  }

  .dc-titlebox .item .image-wrapper.dc-overlay:before {
    content: "";
    position: absolute;
    top: 0;
    width: 50%;
    min-width: 650px;
    height: 100%;
  }

  .dc-titlebox .item.text_white .image-wrapper.dc-overlay:before {
    background: linear-gradient(90deg, rgba(24, 24, 25, 0.8) 13.69%, rgba(24, 24, 25, 0) 100%);
  }

  .dc-titlebox .item.text_purple .image-wrapper.dc-overlay:before {
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.6) 25%, rgba(255, 255, 255, 0) 100%);
  }

  .dc-titlebox .slick-track .item.text_left .image-wrapper.dc-overlay:before {
    left: 0;
  }

  .dc-titlebox .slick-track .item.text_right .image-wrapper.dc-overlay:before {
    left: unset;
    right: 0;
    transform: rotate(180deg)
  }

  .dc-titlebox .slick-track .item.text_right .content>* {
    margin-left: auto;
    width: 470px;
    max-width: 100%;
  }
}

@media only screen and (max-width: 767px) {

  .dc-titlebox.title_full,
  .dc-titlebox .slick-track .item {
    max-height: 2000px;
    height: auto !important;
  }

  .dc-titlebox.title_full {
    margin-bottom: 19px !important;
  }

  .dc-titlebox .slick-track .item {
    flex-direction: column;
    height: auto;
  }

  .dc-titlebox.title_full:after {
    height: 20px;
    bottom: -19px;
  }

  .dc-titlebox .slick-track .item .image-wrapper {
    position: relative;
    top: unset;
    left: unset;
    height: 85vw;
  }

  .dc-titlebox .slick-track .item .content {
    background: #C2E0AE;
    padding: 30px 25px;
    margin-top: 0;
  }

  .dc-titlebox .inner.multipleSliders .slick-dots {
    display: none;
  }

  .dc-titlebox .slick-track .item h1,
  .dc-titlebox .slick-track .item p {
    color: #5f3d68;
  }

  .dc-titlebox .slick-track .item h1 {
    margin-bottom: 0;
  }

  .dc-titlebox .slick-track .item h1 span {
    display: inline;
  }

  .dc-titlebox .slick-track .item h1:after {
    background: #09a099;
    margin-top: 10px;
    margin-bottom: 10px;
    width: 45px;
    height: 2px;
  }

  .dc-titlebox .slick-track .item a.dc-btn {
    margin-top: 0;
  }

  .dc-titlebox .slick-track .item .image-wrapper.dc-overlay:before {
    display: none;
  }

  .dc-titlebox .slick-track .item.text_left .image-wrapper img {
    object-position: 70% center;
  }

  .dc-titlebox .slick-track .item.text_right .image-wrapper img {
    object-position: 20% center;
  }
}

@media only screen and (min-width: 1400px) {
  .breadcrumb-wrapper {
    left: calc(50% - 670px);
  }
}

@media only screen and (min-width: 950px) {
  .dc-titlebox .inner:not(.multipleSliders) {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }

  .breadcrumb-wrapper {
    left: 30px;
  }
}

@media only screen and (min-width: 1400px) {
  .breadcrumb-wrapper {
    left: calc(50% - 670px);
  }
}

/*SEARCH POPUP*/
.dc-search-wrapper {
  transition: all 0ms ease-in-out !important;
}

.dc-search-wrapper.show {
  position: fixed !important;
  top: calc(50vh - 40px) !important;
  left: calc(50vw - 342px) !important;
  width: 600px !important;
}

@media screen and (max-width:700px) {
  .dc-search-wrapper.show {
    left: 20px !important;
    right: 20px !important;
    width: calc(100% - 40px) !important;
  }
}

.dc-search-wrapper.show:before {
  content: "";
  position: fixed;
  top: 150px;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(40, 40, 40, .95);
  background: #5F3D68;
  transition: all 200ms ease-in-out !important;
}

@media screen and (max-width:950px) {
  .dc-search-wrapper.show:before {
    top: 109px;
  }
}

.sticky-nav .dc-search-wrapper.show:before {
  top: 109px;
}

.dc-search-wrapper-inner {
  position: relative;
  z-index: 2;
  padding-left: 0 !important;
  background: white;
}

/*SEARCH*/
div.asp_m.ajaxsearchpro .probox .proinput {
  margin-left: 0 !important;
}

.asp_w.ajaxsearchpro.asp_main_container .probox .promagnifier {
  transform: translateX(-10px);
}

.asp_w.ajaxsearchpro.asp_main_container .probox .promagnifier .innericon svg {
  width: 37px;
}

.asp_w.ajaxsearchpro.asp_main_container .probox .proinput form {
  padding-left: 30px !important;
}

/* .dc-search-wrapper .asp_w.ajaxsearchpro.asp_main_container .probox .proinput input.orig {
  font-family: "Antartida Rnd W04 Lt", Arial, "Helvetica Neue", Helvetica, sans-serif !important;
} */

/*SEARCH RESULTS*/
.search-content #ajaxsearchpro1_3 .probox {
  background: white;
  border: 1px solid #5F3D68;
  border-radius: 40px;
  padding: 11px;
  max-width: 600px;
  margin: 30px auto 60px 0;
}

.search-content .asp_w_container+article.page {
  margin-top: 50px;
}

.search-results #ajaxsearchprores1_3.vertical {
  max-width: 624px;
  display: none !important
}

/*TITLE*/
.dc-search-wrapper.show .search-title {
  top: calc(50vh - 140px) !important;
}

/*CLOSE*/
.dc-search-wrapper.show a.dc-search-mobile-close {
  position: fixed;
  top: 190px !important;
  right: 45px !important;
  left: unset !important;
  font-size: 22px !important;
  color: white !important
}

@media screen and (max-width:700px) {
  .dc-search-wrapper.show a.dc-search-mobile-close {
    right: 30px !important;
    left: unset !important;
  }
}

/*RESULTS*/
.asp_w.ajaxsearchpro.vertical {
  background: #F5F5F6 !important;
  border-radius: 25px 25px !important;
  padding: 20px !important;
  margin-top: 10px !important;
}

.asp_w.ajaxsearchpro.vertical .results .item {
  background: none !important;
  border: 0 none !important;
}

.asp_w.ajaxsearchpro.vertical .results .item .asp_image {
  display: none !important;
}

.asp_w.ajaxsearchpro.vertical .results .item div.asp_content {
  color: #383E42 !important;
  line-height: 1.2 !important;
  font-size: 14px !important;
  padding: 16px 8px !important;
}

.asp_w.ajaxsearchpro.vertical .results .item .asp_content h3 a {
  color: #5F3D68 !important;
  font-size: 20px !important;
  font-weight: 600 !important;
}

.asp_w.ajaxsearchpro.vertical .probox .proclose {
  margin-right: 30px !important;
}

body.search-results .search-content {
  margin-block: 70px !important;
}

/* body.search-results .search-content .asp_w_container_1 {
  display: none;
} */

/*404*/
body.error404 .panel.main .row #post-404 .dc-text-block .inner {
  padding-inline: 5px !important;
}

body.error404 .panel.main .row .dc-titlebox .inner>* {
  width: 100%;
  text-align: center;
}

body.error404 .panel.main .row .dc-titlebox .inner>.error_search {
  background: white;
  border-radius: 40px;
  padding-block: 10px;
  margin: 50px auto 0;
  max-width: 700px;
}

body.error404 .panel.main .row .dc-titlebox .inner>h1:after {
  display: none;
}

body.error404 .panel.main .row .dc-titlebox .inner>h3 {
  font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.85em;
  max-width: 860px;
  margin: 30px auto 0;
}

.error_search #ajaxsearchpro1_2 .probox {
  background: white;
  border-radius: 40px;
  padding: 11px;
  max-width: 600px;
  margin: 30px auto 0;
}

body.error404 .panel.main .row #post-404 .dc-text-block .title-wrapper .title:after {
  content: "";
  position: relative;
  display: block;
  width: 56px;
  height: 3px;
  margin-top: 20px;
  margin-bottom: 40px;
  border-radius: 10px;
  background: #006580;
}

/* .probox:has(.proclose[style*="display: block"]):after {
    content: "";
    background: red;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: -280000000;
} */

/*EVENTS*/
.events .filters.dc-dropdown,
.dc-post-grid .filters.dc-dropdown {
  display: flex;
  margin: -70px 0 40px;
  overflow-x: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;

}

.dc-post-grid .section-filters {
  padding: 30px 0 20px 6px;
}

@media only screen and (max-width: 950px) {

  .events .filters.dc-dropdown,
  .dc-post-grid .filters.dc-dropdown {
    margin: -60px 0 30px;
  }
}

@media only screen and (max-width: 767px) {

  .events .filters.dc-dropdown,
  .dc-post-grid .filters.dc-dropdown {
    margin: -30px 0 20px;
  }
}

.events .filters.dc-dropdown .dropdown-label,
.dc-post-grid .filters.dc-dropdown .dropdown-label {
  margin-top: 10px;
  color: #5F3D68;
  font-size: 14px;
  font-family: "Antartida Rnd W04 Bold", Arial, "Helvetica Neue", Helvetica, sans-serif !important;
}

.events .filters.dc-dropdown .dropdown-label:after,
.dc-post-grid .filters.dc-dropdown .dropdown-label:after {
  content: ":"
}

.events .filters.dc-dropdown .filter-items,
.dc-post-grid .filters.dc-dropdown .filter-items {
  display: flex;
  margin: 0;
}

.events .filters.dc-dropdown .filter-items li,
.dc-post-grid .filters.dc-dropdown .filter-items li {
  list-style: none;
  padding: 0;
  margin: 0 0 0 14px;
}

.events .filters.dc-dropdown .filter-items li a,
.dc-post-grid .filters.dc-dropdown .filter-items li a {
  font-size: 14px;
  font-weight: 600 !important;
  letter-spacing: 0.01em;
  line-height: 20px;
  text-transform: uppercase;
  text-align: center;
  color: white;
  border: 2px solid #5F3D68;
  border-radius: 40px;
  color: #5F3D68;
  white-space: nowrap;
  display: inline-block;
  box-sizing: border-box;
  width: auto;
  padding: 11px 24px 8px 24px;
  opacity: 1;
  text-decoration: none;
  font-family: "Antartida Rnd W04 Bold", Arial, "Helvetica Neue", Helvetica, sans-serif !important;
}

@media only screen and (max-width: 767px) {

  .events .filters.dc-dropdown .filter-items li a,
  .dc-post-grid .filters.dc-dropdown .filter-items li a {
    font-size: 13px;
    padding: 4px 12px 1px 12px;
  }
}

.events .filters.dc-dropdown .filter-items li a.active,
.events .filters.dc-dropdown .filter-items li a:hover,
.dc-post-grid .filters.dc-dropdown .filter-items li a.active,
.dc-post-grid .filters.dc-dropdown .filter-items li a:hover {
  color: #FFF;
  background: #5F3D68;
}

.events-grid-items .item {
  overflow: hidden;
}


.events-grid-items .item .inner-wrapper {
  height: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
}

.events-grid-items .item .inner-wrapper .event-title {
  min-height: 120px;
  display: flex;
  align-items: center;
  padding-block: 16px;
}

.events-grid-items .item .inner-wrapper .event-title h3 {
  margin: 0;
}

.events-grid-items .item .inner-wrapper .content {
  padding: 20px 30px;
  display: flex !important;
  flex-direction: column;
  flex: 1;
}

.events-grid-items .item .inner-wrapper .content .dc-btn {
  padding: 5px 15px 3px;
  min-width: 50px;
  font-size: 14px;
  background: none;
  color: #5F3D68;
  letter-spacing: 0;
}

.event-type.event-meta.button-wrapper {
  flex: 1;
  align-items: flex-end;
  display: flex;
  margin-top: 10px;
}

.events-grid-items .item .inner-wrapper .content .event-meta {
  display: flex;
  line-height: 1.2em;
  margin-bottom: 12px;
}

.events-grid-items .item .inner-wrapper .content .date,
.events-grid-items .item .inner-wrapper .content .time {
  font-weight: 700;
}

.events-grid-items .item .inner-wrapper .content .event-meta.venue {
  margin-bottom: 0;
}

.events-grid-items .item .inner-wrapper .content .event-meta i {
  width: 32px;
  color: #5F3D68;
  font-size: 19px;
  font-weight: 600 !important;
  transform: translateY(1px);

}

.events-grid-items .item .inner-wrapper .content .event-meta.venue i {
  font-size: 21px;
  transform: translateX(1px);
}

.events-grid-items .item .inner-wrapper .content .event-meta.venue span {
  flex: 1;
}


.simple-banner {
  display: none
}

body .asl-cont .asl-cluster-1,
body .asl-p-cont .asl-cluster-1 {
  --cluster-color: #5F3D69;
}

body .asl-cont .asl-cluster-2,
body .asl-p-cont .asl-cluster-2 {
  --cluster-color: #5F3D69;
}

body .asl-cont .asl-cluster-3,
body .asl-p-cont .asl-cluster-3 {
  --cluster-color: #5F3D69;
}

.asl-p-cont a.action.zoomhere,
.asl-cont a.action.zoomhere {
  /* display: none !important */
}

@media only screen and (min-width: 950px) {
  .back-button-wrapper {
    display: none !important;
  }
}

@media only screen and (min-width: 768px) {
  .single-post .content-wrapper .content {
    width: 70%;
  }
}

/* Blog Image gallery */
.dc-image-gallery button.slick-arrow {
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 30px;
  border: 2px solid rgba(0, 101, 128, 0.6);
  font-size: 0;
  width: 50px;
  height: 50px;
  z-index: 9;
}

.dc-image-gallery button.slick-arrow:after {
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  position: relative;
  font-size: 40px;
  line-height: 1;
  font-weight: normal;
  color: rgba(0, 101, 128, 0.6);
  font-variant: normal;
  font-family: 'Font Awesome 5 Pro regular';
}

.dc-image-gallery button.slick-arrow.slick-prev {
  left: 10px;
}

.dc-image-gallery button.slick-arrow.slick-prev:after {
  content: "\f104";
}

.dc-image-gallery button.slick-arrow.slick-next {
  right: 10px;
}

.dc-image-gallery button.slick-arrow.slick-next:after {
  content: "\f105";
}

.dc-image-gallery .slick-dots {
  display: flex !important;
  width: 100%;
  margin-top: -40px;
  list-style: none;
  align-items: center;
  justify-self: center;
  justify-content: center;

}

.dc-image-gallery .slick-dots li {
  margin-left: 0;
  margin-right: 10px;
  display: inline-block;
}

.dc-image-gallery .slick-dots li:before {
  content: "";
}

.dc-image-gallery .slick-dots li button {
  width: 12px;
  height: 12px;
  border: 1px solid #ffffff;
  border-radius: 50%;
  font-size: 0;
  background: none;
}

.dc-image-gallery .slick-dots li.slick-active button {
  background-color: #ffffff;
}


/* Checkbox styling */
.gfield_radio,
.gfield_checkbox {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.gfield_radio .gchoice,
.gfield_checkbox .gchoice {
  display: inline-flex;
  align-items: center;
  margin: 0;
  padding: 0;
  margin-right: 15px;
}

.gfield_radio input[type="radio"],
.gfield_checkbox input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.gfield_radio label,
.gfield_checkbox label {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  padding: 0 !important;
  margin: 0 !important;
  position: relative;
  top: auto !important;
  left: auto !important;
  white-space: nowrap;
  vertical-align: middle;
}

.gfield_radio label:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  min-width: 20px;
  border: 2px solid #5F3D68;
  border-radius: 50%;
  background: transparent;
  transition: all 0.2s ease;
  margin-right: 15px;
  flex-shrink: 0;
  vertical-align: middle;
}

.gfield_checkbox label:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  min-width: 20px;
  border: 2px solid #5F3D68;
  border-radius: 3px;
  background: transparent;
  transition: all 0.2s ease;
  position: relative;
  margin-right: 15px;
  flex-shrink: 0;
  vertical-align: middle;
}

.gfield_radio input[type="radio"]:checked+label:before {
  border-width: 6px;
  border-color: #5F3D68;
}

.gfield_checkbox input[type="checkbox"]:checked+label:before {
  background: #5F3D68;
}

.gfield_checkbox input[type="checkbox"]:checked+label:after {
  content: "";
  position: absolute;
  left: 5px;
  top: 50%;
  transform: translateY(-50%);
  color: white;
  font-size: 14px;
  font-weight: bold;
}

.gfield_radio label:hover:before,
.gfield_checkbox label:hover:before {
  opacity: 0.7;
}

.gfield_radio input[type="radio"]:focus+label:before,
.gfield_checkbox input[type="checkbox"]:focus+label:before {
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.1);
}

.gfield_radio input[type="radio"]:disabled+label,
.gfield_checkbox input[type="checkbox"]:disabled+label {
  opacity: 0.5;
  cursor: not-allowed;
}

.ginput_container_consent {
  display: flex;
  align-items: center;
}

.ginput_container_consent input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.ginput_container_consent label.gfield_consent_label {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  padding: 0 !important;
  margin: 0 !important;
  position: relative;
  top: auto !important;
  left: auto !important;
  white-space: nowrap;
  vertical-align: middle;
}

.ginput_container_consent label.gfield_consent_label:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  min-width: 20px;
  border: 2px solid #5F3D68;
  border-radius: 3px;
  background: transparent;
  transition: all 0.2s ease;
  margin-right: 15px;
  flex-shrink: 0;
  vertical-align: middle;
}

.ginput_container_consent input[type="checkbox"]:checked+label:before {
  background: #5F3D68;
}

.ginput_container_consent input[type="checkbox"]:checked+label:after {
  content: "";
  position: absolute;
  left: 5px;
  top: 50%;
  transform: translateY(-50%);
  color: white;
  font-size: 14px;
  font-weight: bold;
}

.ginput_container_consent label.gfield_consent_label:hover:before {
  opacity: 0.7;
}

.ginput_container_consent input[type="checkbox"]:focus+label:before {
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.1);
}

@media (max-width: 650px) {

  .gfield_radio,
  .gfield_checkbox {
    flex-direction: column;
    gap: 10px;
  }
}



/* SINGLE PAGE */

.single-post .content-wrapper .content  .section.dc-video-block:has(+ .section) {
    margin-block: 10px 5px !important;
}

.single-post .content-wrapper .content .section.dc-video-block + .section {
    margin-top: 0 !important;
}

.single-post .content-wrapper .content .section.dc-video-block + .section.dc-text-block .items .item {
    padding-top: 30px;
}

.single-post .content-wrapper .content .section:has(+ .section.dc-video-block) {
    margin-bottom: 0 !important;
}