/*  MICROTHEMER STYLES  */

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

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}


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

/** General >> Link button 21 6 **/
#link_button-21-6 {
	box-shadow: 10px 10px 0 0 !important;
}

/** General >> Menu menu link **/
#menu-menu a {
	color: rgb(255, 255, 255) !important;
	box-shadow: 6px 6px 0 0 rgb(143, 113, 253) !important;
	background-color: rgb(143, 113, 253) !important;
	padding-top: 4px !important;
	padding-right: 18px !important;
	padding-bottom: 4px !important;
	margin-right: 15px !important;
}

/** General >> Header center 27 20 **/
#_header_center-27-20 {
	
}

/** General >> Header row 23 20 **/
#_header_row-23-20 {
	
}

/** General >> Section 2 6 **/
#section-2-6 {
	
}

/** General >> Menu menu link (:hover) **/
#menu-menu a:hover {
	color: rgb(143, 113, 253) !important;
	background-color: rgba(250, 251, 252, 0) !important;
	-webkit-animation-name: fadeIn !important;
	animation-name: fadeIn !important;
	-webkit-animation-duration: 0.75s !important;
	animation-duration: 0.75s !important;
}

/** General >> Image 25 6 **/
#image-25-6 {
	
}

/** General >> Image 34 6 **/
#image-34-6 {
	box-shadow: 0 0 0 0 rgb(143, 113, 253) !important;
}

/** General >> Link button 21 6 (:hover) **/
#link_button-21-6:hover {
	-webkit-animation-name: fadeIn !important;
	animation-name: fadeIn !important;
	-webkit-animation-duration: 0.75s !important;
	animation-duration: 0.75s !important;
}

/** General >> Piotnetforms field group p11711186 piotnetforms field label **/
.piotnetforms-field-group-p11711186 .piotnetforms-field-label {
	color: rgb(143, 113, 253) !important;
}

/** General >> Section 5 27 **/
#section-5-27 {
	color: rgb(143, 113, 253) !important;
}

/** General >> Piotnetforms field type acceptance piotnetforms field label **/
.piotnetforms-field-type-acceptance .piotnetforms-field-label {
	color: rgb(143, 113, 253) !important;
}

/** General >> Piotnetforms link **/
#piotnetforms a {
	color: rgb(143, 113, 253) !important;
}

/** General >> Piotnetforms field option label **/
.piotnetforms-field-option label {
	
}


/*( < 980 )*/
@media (max-width: 979.98px) {

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

	/** General >> Piotnetforms field option label **/
	.piotnetforms-field-option label {
	font-size: 16px !important;
}


}


/*( < 768 )*/
@media (max-width: 767.98px) {

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

	/** General >> Piotnetforms field option label **/
	.piotnetforms-field-option label {
	font-size: 15px !important;
}


}

