/*  MICROTHEMER STYLES  */


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

/** General >> Section 2 306 ct section inner wrap **/
#section-2-306 > .ct-section-inner-wrap {
	display: grid !important;
	grid-template-columns: 1fr 1fr 1fr 1fr !important;
	grid-template-rows: auto auto auto auto auto !important;
}

/** General >> Inner content 3 306 **/
#inner_content-3-306 {
	display: grid !important;
	grid-template-columns: 1fr 1fr 1fr !important;
	grid-template-rows: auto auto auto !important;
}
#inner_content-3-306 > :nth-child(2) {
	grid-area: 2 / 1 / 3 / 2 !important;
}
#inner_content-3-306 > :nth-child(4) {
	grid-area: 2 / 1 / 3 / 2 !important;
}

/** General >> Slider 498 36 unslider arrow **/
#slider-498-36 .unslider-arrow {
	margin-top: 40px !important;
}

/** General >> Unslider nav list item **/
.unslider-nav li {
	background-color: rgb(66, 158, 108) !important;
	border-color: rgb(30, 146, 83) !important;
}

/** General >> Unslider nav list item:(1) **/
.unslider-nav li:nth-of-type(1) {
	border-color: rgb(30, 146, 83) !important;
}

/** General >> Read more less 225 36 oxy read more link **/
#-read-more-less-225-36 > .oxy-read-more-link {
	
}

