body {
	font-family: Montserrat;
}

html {
  scroll-behavior: smooth;
}

.wp-site-blocks > * + * {
    margin-block-start: 0px;
}
 
.kb-button {
	text-decoration: none;
} 


.kb-countdown-date-item-days {
	display: none !important;
}

@media (max-width:800px) {
	.hide-mobile {
		display:none;
	}
}

@media (min-width:801px) {
	.hide-desctop {
		 display:none;
	}	
}



//cf7 styles
.selector .wpcf7-submit { 
	font-size: 24px;
}


.wpcf7-list-item-label {
  font-size: 14px;
}


