/* Put your custom CSS here */

/*   Show/Hide. Menu/Hamburger  */

@media (min-width: 799px) {

.show-798 {

display:none;

}

}

@media (max-width: 798px) {

.show-798 {

    display: block !important;
}

.hide-798 {

display: none !important;

}

}

/*  Light Modal  */

.wp-block-cloudcatch-light-modal-block {
	
	height: 100vh;
	max-height: calc(100vh);
	width: 100vw;
	max-width: calc(100vw);
	
}

/* Hide the Scroll Bar */

.wp-block-cloudcatch-light-modal-block__content {


	overflow: auto;
	scrollbar-width: none;
	/* Firefox */
	-ms-overflow-style: none;
	/* IE 10+ */
}

.hide-scrollbar::-webkit-scrollbar {

	display: none;
	/* Chrome, Safari, Opera */
}

/* Accordian Menu */

.wpb_category_n_menu_accordion_list a {

	font-size: 20px !important;
	padding-left: 5px !important;
	border: none !important;
	
}

.wp-block-cloudcatch-light-modal-block__close {

	padding: 15px;
	

}

