.wp-block {} /*  (.wp-block {} ensures MT files load in Gutenberg editor) */

/*  MICROTHEMER STYLES  */


/*= General =================== */

/** General >> Events page top margin **/
#code_block-4-2442 .tribe-common-l-container {
	padding-top: 25px !important;
	padding-bottom: 20px !important;
}

/** General >> Events page search margin **/
#code_block-4-2442 .tribe-events-c-events-bar--border {
	margin-top: 50px !important;
}

/** General >> Ct image **/
.ct-image {
	border-top-left-radius: 25px !important;
	border-top-right-radius: 25px !important;
}

/** General >> Link **/
.ct-div-block > a {
	border-bottom-right-radius: 25px !important;
	border-bottom-left-radius: 25px !important;
}

/** General >> Ct div block **/
.ct-div-block {
	border-radius: 25px !important;
}

/** General >> Image **/
.wp-theme-oxygen-is-not-a-theme img {
	border-radius: 25px !important;
}

/** General >> Link button 250 8239 **/
#link_button-250-8239 {
	border-radius: 25px !important;
}

/** General >> Text block 118 8239 **/
#text_block-118-8239 {
	font-size: 18px !important;
}

/** General >> Link _2 **/
.ct-div-block > a {
	border-top-left-radius: 25px !important;
	border-top-right-radius: 25px !important;
}

/** General >> Ct link button **/
.ct-link-button {
	border-radius: 25px !important;
}


/*( Desktop & Tablet )*/
@media (min-width: 768px) and (max-width: 979px) {
	/** General >> Ct image **/
	.ct-image {
	border-top-left-radius: 25px !important;
	border-top-right-radius: 25px !important;
}

}


/*( Phone )*/
@media (max-width: 480px) {
	/** General >> GalleryTop1 **/
	#_gallery-8-2755 > a:nth-of-type(1) > div:nth-of-type(1) > figure:nth-of-type(1) > img {
	min-width: 2px !important;
}

}

