/*  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 >> Link :hover **/
a:hover {
	-webkit-animation-name: pulse !important;
	animation-name: pulse !important;
	-webkit-animation-duration: 0.5s !important;
	animation-duration: 0.5s !important;
}

/** General >> Logo :hover (change id) **/
.fl-photo-content .wp-image-000:hover {
	-webkit-animation-name: pulse !important;
	animation-name: pulse !important;
	-webkit-animation-duration: 0.5s !important;
	animation-duration: 0.5s !important;
	display: inline-block !important;
}

/** General >> FL button :hover **/
.fl-button-width-auto .fl-button:hover {
	-webkit-animation-name: pulse !important;
	animation-name: pulse !important;
	-webkit-animation-duration: 0.5s !important;
	animation-duration: 0.5s !important;
}

/** General >> PP button :hover **/
.fl-module .pp-button:hover {
	-webkit-animation-name: pulse !important;
	animation-name: pulse !important;
	-webkit-animation-duration: 0.5s !important;
	animation-duration: 0.5s !important;
}

/** General >> WSF button **/
.wsf-button {
	font-weight: 500 !important;
	padding: 10px 20px 10px 20px !important;
	border-radius: 45px !important;
}

/** General >> WSF button :hover **/
.wsf-button:hover {
	-webkit-animation-name: pulse !important;
	animation-name: pulse !important;
	-webkit-animation-duration: 0.5s !important;
	animation-duration: 0.5s !important;
	-o-transition-property: background-color !important;
	-moz-transition-property: background-color !important;
	-webkit-transition-property: background-color !important;
	transition-property: background-color !important;
	-webkit-transition-timing-function: ease-in !important;
	transition-timing-function: ease-in !important;
}

/** General >> Bullets after Para **/
p + ul {
	margin-top: -10px !important;
}

/** General >> Bullets spacing **/
ul li {
	margin-bottom: 10px !important;
}
ol li {
	margin-bottom: 10px !important;
}

/** General >> Link **/
p a, 
li a, 
label a {
	color: rgb(255, 106, 84) !important;
	font-weight: 600 !important;
}
#wpadminbar a {
	color: inherit !important;
	font-weight: normal !important;
	text-decoration: none !important;
}

/** General >> Link (:hover) **/
p a:hover, 
li a:hover, 
label a:hover {
	color: rgb(255, 153, 135) !important;
}
#wpadminbar a:hover {
	color: inherit !important;
	text-decoration: none !important;
}

/** General >> WSF Sections H4 **/
.wsf-form h4 {
	font-weight: 200 !important;
	margin-top: 40px !important;
}

/** General >> WSF Horizontal rule **/
.wsf-form hr {
	background-color: rgb(191, 50, 47) !important;
	margin-top: 10px !important;
	margin-bottom: 20px !important;
}

/** General >> WSF Contribution row **/
.gfe-wsf-cont {
	-webkit-align-self: end !important;
	align-self: end !important;
}

/** General >> WSF alert **/
.wsf-alert {
	padding: 30px 20px 30px 20px !important;
	margin-top: 20px !important;
}

/** General >> Images in Posts **/
.fl-module-fl-post-content img {
	margin-top: 10px !important;
	margin-bottom: 30px !important;
	border-radius: 10px !important;
}

/** General >> Language button **/
.menu-item-object-language_switcher .pp-has-submenu-container {
	background-color: rgb(253, 238, 234) !important;
	margin-left: 10px !important;
	border: 1px solid rgb(255, 106, 84) !important;
	border-radius: 5px !important;
}

/** General >> Prayer Columns :hover **/
.fl-node-s1pe2c7kbahn .fl-col-content:hover {
	background-color: rgb(43, 95, 156) !important;
	-webkit-animation-name: pulse !important;
	animation-name: pulse !important;
	-webkit-animation-duration: 0.5s !important;
	animation-duration: 0.5s !important;
}

/** General >> Select arrow on Cost field on Payment form **/
#wsf-1-field-wrapper-435 .wsf-select-arrow {
	
}
#wsf-1-field-wrapper-576 .wsf-select-arrow {
	display: none !important;
}

/** General >> U45 discount Right Align **/
#wsf-1-field-574 {
	text-align: right !important;
}

/** General >> U45 question alignment **/
#wsf-1-label-527 {
	margin-top: 22px !important;
}

/** General >> Delegate grid **/
.nadd .wsf-grid {
	background-color: rgb(253, 238, 234) !important;
	padding: 20px 10px 20px 10px !important;
	margin-right: 0 !important;
	margin-bottom: 20px !important;
	margin-left: 0 !important;
	border: 1px solid rgb(43, 95, 156) !important;
	border-radius: 5px !important;
}

/** General >> Wsf 1 field wrapper 258 **/
.gfe-wsf-cont2 {
	margin-top: -15px !important;
}

/** General >> U45 alignment **/
#wsf-1-field-wrapper-527 > div:nth-of-type(1) > div {
	margin-top: 25px !important;
	display: -webkit-box !important;
	display: -moz-box !important;
	display: -ms-flexbox !important;
	display: -webkit-flex !important;
	display: flex !important;
	-webkit-align-items: center !important;
	align-items: center !important;
}

/** General >> Delegate Supplement alignment **/
.wsf-small-9 > label {
	padding-top: 20px !important;
}

/** General >> Delegate Total Cost **/
#wsf-1-fields-70 p {
	margin-top: 35px !important;
}

/** General >> Delegate Heading **/
#wsf-1-fields-70 h6 {
	font-size: 24px !important;
	margin-top: 5px !important;
	margin-bottom: 20px !important;
}

/** General >> Scholarships Menu **/
.hover > div:nth-of-type(1) > a:nth-of-type(1) > span:hover {
	cursor: auto !important;
}

