/*  MICROTHEMER STYLES  */

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

@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}


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

/** General >> Et pb column 3 **/
#post-80 .et_pb_column_3 {
	background-color: rgba(231, 231, 231, 0.2) !important;
}

/** General >> Strong _2 **/
.et_pb_text_5 strong {
	font-family: Arial !important;
	color: rgb(241, 93, 63) !important;
	font-weight: 800 !important;
}

/** General >> Strong **/
.et_pb_text_6 > div:nth-of-type(1) > h1:nth-of-type(1) > span:nth-of-type(1) > strong {
	-webkit-animation-name: pulse !important;
	animation-name: pulse !important;
	-webkit-animation-duration: 1s !important;
	animation-duration: 1s !important;
	-webkit-animation-iteration-count: infinite !important;
	animation-iteration-count: infinite !important;
	display: inline-block !important;
}

/** General >> Mec start date label **/
#post-80 .mec-start-date-label {
	font-size: 18px !important;
	font-weight: 800 !important;
	font-variant: small-caps !important;
}

/** General >> Mec color hover **/
.mec-event-title .mec-color-hover {
	font-family: Arial !important;
	font-size: 14px !important;
	font-weight: bold !important;
	font-variant: small-caps !important;
}


/*( Phone )*/
@media (max-width: 480px) {
	/** General >> Et pb button 2 **/
	#post-80 .et_pb_button_2 {
	font-size: 16px !important;
	font-weight: bold !important;
}

	/** General >> Et pb button 3 **/
	#post-80 .et_pb_button_3 {
	font-size: 16px !important;
	font-weight: 600 !important;
}

	/** General >> Strong _2 **/
	.et_pb_text_5 strong {
	font-size: 14px !important;
}

}

