/*
Theme Name: Breakdance Zero Theme
Theme URI: https://breakdance.com/zero-theme // todo
Author: Breakdance Builder
Author URI: https://breakdance.com/
Description: Entirely disables the WordPress theme system and lets you design every part of your site with Breakdance, while keeping other theme functionality like templates overrides and functions.php.
Version: 1.0.0
Tested up to: 5.9
Requires PHP: 7
License: GNU General Public License v2 or later // todo no idea about this
License URI: LICENSE
Text Domain: breakdance

Requires Breakdance to be installed.
/*--------------------------------------------------------------*/
body, html {
	overflow-x: hidden;
	margin: 0!important;
}
/* Navigation stuff */
body.home .breakdance-menu-link {
	color: #fff!important;
}
body.home .bde-header-builder--sticky-styles .breakdance-menu-link {
    color: #000!important;
}
body.home .bde-header-builder--sticky-styles .breakdance-menu-link-arrow:after {
    background-color: #000!important;
}
body.home .bde-header-builder--sticky-styles li.bde-menu-dropdown-1219-117 {
    border: 2px solid #000!important;
}
body.home .bde-header-builder--sticky-styles .search-form__button>svg {
    stroke: #000!!important;
    fill: #000!important;
}
body.home .bde-header-builder--sticky-styles span.bde-mini-cart-toggle__icon {
    background-color: #000!important;
}
body:not(.home) .breakdance-menu-link {
	color: #000!important;
}
body:not(.home) .breakdance-menu-link-arrow::after {
	background-color: #000 !important;
}
body:not(.home) .breakdance .bde-menu-1219-104 li.bde-menu-dropdown-1219-117 {
	border: 2px solid #000;
}
.bde-header-builder--sticky-styles .breakdance-menu-link {
    color: #000!important;
}
li.breakdance-menu-topbar{
background-color: #fff;
}

.kategori-skoejtehal .kategori-vand-wellness .bde-header-builder--sticky-styles {
    background-color:  #642EDA00 !important;
}
.bde-header-builder--sticky-styles {
    background: #66E6C3 !important;
}

/* Font */
.logo {
    transition: .3s ease-in-out;
}
li {
  font-size: clamp(0.9rem, 1.5vw, 1rem) !important;
}
p {
  font-size: clamp(0.9rem, 1.5vw, 1rem) !important;
}
.bde-text,
.bde-rich-text  {
  font-size: clamp(0.9rem, 1.5vw, 1rem) !important;
  line-height: 1.5;
}
a.bde-text-link {
  font-size: clamp(0.9rem, 1.5vw, 1rem) !important;
}
h1.bde-heading {
  font-size: clamp(2rem, 5vw, 3.5rem) !important;
}
h2.bde-heading {
  font-size: clamp(1.75rem, 4vw, 3rem) !important;
}

span.bde-simple-counter__digit.js-digit{
	font-size: clamp(1.75rem, 4vw, 3rem) !important;
	font-family:"Montserrat", sans-serif !important;

}
span.bde-simple-counter__suffix{	
	font-size: clamp(1.75rem, 4vw, 3rem) !important;
	font-family:"Montserrat", sans-serif !important;
}
span.bde-accordion__title{
  font-size: clamp(1.25rem, 2.5vw, 1.5rem) !important;

}

h1.tribe-events-single-event-title.summary.entry-title{
    font-size: clamp(2rem, 5vw, 3.5rem) !important;
}

h3, h2 {
  font-size: clamp(1.5rem, 3vw, 2rem) !important;
}
h3.bde-heading {
  font-size: clamp(1.5rem, 3vw, 1.7rem) !important;
  font-weight: 600;
}
h4.bde-heading {
  font-weight: 600;
}
h5.bde-heading {
  font-size: clamp(1.125rem, 2vw, 1.5rem) !important;
  font-weight: 600;
}
h6.bde-heading {
  font-size: clamp(1rem, 1.5vw, 1.25rem) !important;
  font-weight: 600;
}

/* Font End */

.bde-section-152-100 {
	  background-color:#66E6C3 !important;
}

.kategori-vand-wellness .breakdance-link.breakdance-dropdown-link:hover{
	background-color: #89CEEB52 !important;
} 

.kategori-skoejtehal .breakdance-link.breakdance-dropdown-link:hover{
	background-color: #FE898930 !important;
} 

.kategori-vand-wellness .bde-header-builder,
.kategori-vand-wellness .bde-section-152-100 {
    background-color: #89CEEB !important;
}

.kategori-vand-wellness .breakdance-menu-list {
	background-color: #89CEEB !important;
}


.kategori-skoejtehal .breakdance-menu-list {
	background-color: #FF9697 !important;
}

.kategori-vand-wellness .bde-header-builder button{
	color: #000 !important;
}

.kategori-skoejtehal .bde-header-builder,
.kategori-skoejtehal .bde-section-152-100 {
    background-color: #FF9697 !important;
}

.kategori-skoejtehal .bde-header-builder button{
	color: #000 !important;
}

.breakdance-menu-topbar{
	min-height: 80px !important;
    padding-block: 0 !important;
  	background-color: #fff !important;
  	position: relative !important;
}


#search-toggle {
  	right: -40px;
    position: relative;
    align-items: center;
  	border-inline: 1px solid;
    width: 25%;
    height: 100%;
    display: flex;
    justify-content: space-around;
}

.fa-search {
    font-size: 20px;
    color: #000;
    cursor: pointer;
    padding: 10px;
}

#search-form {
  	right: 0px;
  	left: 0px;
    position: fixed;
    top: 80px;
    z-index: 1000;
    display: flex;
    align-items: center;
    background: #000;
    padding: 8px 12px;
  	height: 75px;
  	
} 

#search-input {
    background: transparent;
    border: none;
    color: white;
    font-size: 15px;
    width: 100%;
    padding: 5px;
    outline: none;
}

#search-results li {
    padding: 15px 12px;
    font-size: 1.2rem;
    border-bottom: 1px solid #eee;
    transition: background 0.2s ease-in-out;
}

#search-input::placeholder {
    color: #aaa;
    font-size: 14px;
}

button {
    background: transparent;
    border: none;
    color: white;
    cursor: pointer;
    font-size: 16px;
}

#search-results {
    position: fixed;
    top: 155px;
    right: 0px;
  	left:0px;
    max-height: 250px;
    background: #000;
    overflow-y: auto;
    display: none;
    z-index: 1000;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
}

#search-results ul {
    list-style: none;
    padding: 0;
    margin: 0;
}


#search-results li:last-child {
    border-bottom: none;
}

#search-results li a {
    text-decoration: none;
    color: #fff;
}

#search-results::-webkit-scrollbar {
    width: 4px;
}

#search-results::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 10px;
}

#search-results::-webkit-scrollbar-thumb:hover {
    background: #bbb;
}

.breakdance .bde-post-loop-2354-104 .bde-posts-prev-next-link a {
    background: #67e6c3;
    padding: 8px 2rem;
    color: #000!important;
    border-radius: 45px;
}
@media (min-width: 480px) and (max-width: 767px) {
  	
  #search-toggle {
   	width: 20%;
    right: -70px;
}
  


  
}

@media (min-width: 768px) and (max-width: 1023px) {
  	
  #search-toggle {
   	width: 15%;
    right: -190px;
}
  
}


/* Tribe single event page */

.single-tribe_events h1{
	color: #000 !important;
}

.tribe-events-single-event-title{
	font-size: clamp(1.5rem, 5vw, 3rem) !important;
} 


.tribe-events-pg-template{
	margin-top: 150px !important;
	max-width:1400px !important;
}
.tribe-events-back{
	display:none !important;
}

.tribe-events-series-relationship-single-marker.tribe-common{
	display:none !important;
}

.tribe-events-schedule{
	display:none !important;
}
.tribe-events-meta-group-organizer{
	display:none !important;
}

.tribe-tickets__ticket-type-header__wrapper{
	display:none !important;
}
.tribe-tickets__form{
	border-radius:8px !important;
}

.single.single-tribe_events{
	background-color:#89CEEB;
}
.tribe-tickets__tickets-wrapper{
	margin-top:unset !important;
	order: 2 !important;
}
button#tribe-tickets__tickets-submit{
	background-color: #89CEEB ;
}
.tribe-common-c-btn:disabled{
	color:#fff !important;
}
h2.tribe-events-single-section-title{
	display: none !important;
}
dt{
	display: none !important;
}

dd.tec-events-pro-series-meta-detail--link{
	display: none !important;

}
dd.tribe-events-event-cost{
	display: none !important;

}
dd.tribe-events-event-categories{
	display: none !important;
}

.tribe-clearfix::before{
	display: none !important;
}
.tribe-events-meta-group{
	padding: unset !important;
}
abbr.tribe-events-abbr.tribe-events-start-date.published.dtstart{
	text-decoration: none !important;
}
dd{
	font-weight: 600;
	font-size: clamp(1rem, 2vw, 1.2rem);
}

#tribe-events-footer{
	display: none !important;
}

.tribe-dialog.a11y-dialog--open{
	z-index: 999 !important;
}

/* Events Archive */
body.post-type-archive-tribe_events {
	background-color: #67e6c357;
	padding-top: 100px;
}

/* Tribe single event page */

.single-tribe_events h1{
    color: #000 !important;'
}

.tribe-events-single-event-title{
    font-size: clamp(1.5rem, 5vw, 3rem) !important;
} 

.tribe-events-pg-template{
    margin-top: 150px !important;
    max-width:1400px !important;
}
.tribe-events-back{
    display:none !important;
}

.tribe-events-series-relationship-single-marker.tribe-common{
    display:none !important;
}

.tribe-events-schedule{
    display:none !important;
}
.tribe-events-meta-group-organizer{
    display:none !important;
}

.tribe-tickets__ticket-type-header__wrapper{
    display:none !important;
}
.tribe-tickets__form{
    border-radius:8px !important;
    border: unset !important;
}

.single.single-tribe_events{
    background-color:#66E6C395;
}
.tribe-tickets__tickets-wrapper{
    margin-top:unset !important;
    order: 2 !important;
}
button#tribe-tickets__tickets-submit{
    background-color: #66E6C3 ;
    color: #000 !important;
}
.tribe-common-c-btn:disabled{
    color:#fff !important;
}
h2.tribe-events-single-section-title{
    display: none !important;
}
dt{
    display: none !important;
}

dd.tec-events-pro-series-meta-detail--link{
    display: none !important;

}
dd.tribe-events-event-cost{
    display: none !important;

}
dd.tribe-events-event-categories{
    display: none !important;
}

.tribe-clearfix::before{
    display: none !important;
}
.tribe-events-meta-group{
    padding: unset !important;
}
abbr.tribe-events-abbr.tribe-events-start-date.published.dtstart{
    text-decoration: none !important;
}
dd{
    font-weight: 600;
    font-size: clamp(1rem, 2vw, 1.2rem);
}

#tribe-events-footer{
    display: none !important;
}

.tribe-dialog.a11y-dialog--open{
    z-index: 999 !important;
}

.tribe-dialog__wrapper.tribe-modal__wrapper--ar{
    max-width: 750px !important;
    height: calc(100% - 330px) !important;
}

.tribe-tickets__tickets-item{
    border: none !important;
}

.tribe-tickets__form.tribe-tickets__attendee-tickets-item.tribe-tickets__attendee-tickets-item--has-required-meta::before{
    display: none !important;
}
.tribe-tickets__form.tribe-tickets__attendee-tickets-item.tribe-tickets__attendee-tickets-item--has-required-meta::after{
    display: none !important;
}
.tribe-tickets__attendee-tickets-item-header{
    display: none !important;
}
button.tribe-common-c-btn.tribe-common-c-btn--small.tribe-tickets__attendee-tickets-submit.tribe-tickets__attendee-tickets-footer-checkout-button.tribe-validation-submit{
    background-color: #66E6C3 ;
    color: #000 !important;
}

/* WOO-checkout */
.shop_table.woocommerce-checkout-review-order-table {
  display: none!important;
}
.tribe-checkout-backlinks {
  margin-top: 1rem;
}
.woocommerce-checkout-review-order-table-checkout .col-2 {
  display: none!important;
}
.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents thead {
    display: none;
}

/* WOO-checkout */

/* WEGLOT HACK */

.country-selector.weglot-dropdown .wgcurrent a, .country-selector.weglot-dropdown .wgcurrent span {
  padding: 0;
}
.country-selector.weglot-dropdown .wgcurrent:after {
  display: none;
}
.country-selector.weglot-dropdown {
  background-color: rgba(0,0,0,0)!important;
}
.country-selector.weglot-dropdown .wgcurrent {
  border: none;
}
.country-selector.weglot-dropdown ul {
  border: none;
  background: rgba(0,0,0,0);
  left: -10px;
}