/*  MICROTHEMER STYLES  */

/*= Animations ================ */

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}


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

/** General >> Submit button **/
#fluentform_3 button[type="submit"] {
	color: rgb(0, 0, 0) !important;
	background-color: rgb(255, 255, 255) !important;
}

/** General >> Span 244 223 _3 **/
.mks-h1-blog-post {
	/* MT [ google_font: 1 ] */
	font-family: 'Caveat' !important;
	font-size: 5rem !important;
	font-weight: normal !important;
	font-style: normal !important;
	padding-right: 15px !important;
	padding-left: 15px !important;
}

/** General >> Heading 1 link:(1) **/
#login > h1 > a:nth-of-type(1) {
	display: none !important;
}

/** General >> Fluentform 3 success **/
#fluentform_3_success {
	background-color: rgb(255, 255, 255) !important;
	border-radius: 15px !important;
}

/** General >> Div block 25 205 wpgb select **/
#div_block-25-205 .wpgb-select {
	background-color: rgb(255, 255, 255) !important;
}

/** General >> .oxy-gallery-item-contents **/
.oxy-gallery-item-contents {
	box-shadow: 0 0 25px 1px rgba(0, 0, 0, 0.25) !important;
	border: 5px solid rgba(0, 0, 0, 0.15) !important;
	border-radius: 8px !important;
	-webkit-animation-name: fadeInUp !important;
	animation-name: fadeInUp !important;
	-webkit-animation-duration: 0.5s !important;
	animation-duration: 0.5s !important;
}

/** General >> N2 ss 4 n2 ss slide **/
#n2-ss-4 .n2-ss-slide {
	background-color: rgba(255, 255, 255, 0) !important;
	filter: grayscale(1) opacity(.3) !important;
}

/** General >> Shortcode 46 210 [type="search"] **/
#shortcode-46-210 [type="search"] {
	background-color: rgb(255, 255, 255) !important;
}

/** General >> Shortcode 102 205 [type="search"] **/
#shortcode-102-205 [type="search"] {
	background-color: rgb(255, 255, 255) !important;
}

/** General >> Button link **/
#span-364-429 .wp-block-button__link {
	background-color: rgb(138, 116, 140) !important;
}


/*( Phone )*/
@media (max-width: 480px) {
	/** General >> Span 244 223 _3 **/
	.mks-h1-blog-post {
	font-size: 3rem !important;
	line-height: 1 !important;
}

}

