/* Anchor Link Colour Transition */
a{
transition:color .25s ease-in-out;
-moz-transition:color .25s ease-in-out;
-webkit-transition:color .25s ease-in-out;
}

/* Colour the 'EW' Social Icon */
/* Footer - Black
.fusion-social-links-footer .fusion-social-networks a{-webkit-filter: brightness(0);} 
*/

/* Header - White 
.fusion-social-links-header .fusion-social-networks a{-webkit-filter:brightness(0) invert(1);filter:brightness(0) invert(1);}
*/

/* Custom List Styling (quicker than using Avada list items) */
.custom-list ul{list-style:none !important;}
.custom-list ul li:before{font-family:'fontawesome' !important;content:"\f061";margin-right:10px;color:#f42e26;font-size:auto;
transition:margin-right .25s ease-in-out;
-moz-transition:margin-right .25s ease-in-out;
-webkit-transition:margin-right .25s ease-in-out;
}
.custom-list ul li:hover:before{margin-right:5px !important;}

/* Center Easy Weddings Review Widget */
.EasyWeddingsReview{margin:auto !important;}

/* Sticky Secondary Menu */
.fusion-secondary-header{top:0px;
transition:top .25s ease-in-out;
-moz-transition:top .25s ease-in-out;
-webkit-transition:top .25s ease-in-out;
}
.fusion-is-sticky .fusion-secondary-header{top:65px !important;position:fixed !important;width:100% !important;background:#f48ebd!important;z-index:9994;border-top:1px solid rgba(0, 0, 0, 0.14);border-bottom::1px solid rgba(0, 0, 0, 0.14) !important; color: #fff !important;}

/* Big paragraph text (useful for taglines & emphasis) */
.big-text p{font-size:24px !important;font-weight:100 !important;}