/*
 * @Plugin Timeline Express - Popups Add-On
 * @Author Code Parrots
 * @Site https://www.wp-timelineexpress.com
 * @Version 1.3.1
 * @Build 10-18-2018
 */
.timeline-express-popup{display:none}div.featherlight.timeline-express-popup .featherlight-close-icon{opacity:1;transition:opacity .25s ease-in-out;-moz-transition:opacity .25s ease-in-out;-webkit-transition:opacity .25s ease-in-out}div.featherlight.timeline-express-popup .featherlight-close-icon:hover{opacity:.65}div.featherlight.timeline-express-popup .featherlight-content{width:55%}div.featherlight.timeline-express-popup .featherlight-content .announcement_image img{display:block;margin:1em auto;-webkit-border-radius:4px;border-radius:4px}div.featherlight.timeline-express-popup .featherlight-content iframe{width:100%;height:350px}div.featherlight.timeline-express-popup .featherlight-content h1.title{display:block;padding-top:0}div.featherlight.timeline-express-popup .featherlight-content h1.title+.announcement_date{margin-bottom:10px}div.featherlight.timeline-express-popup .featherlight-content h1.title+.content{margin-top:10px}div.featherlight.timeline-express-popup.loading{overflow:visible}div.featherlight.timeline-express-popup.loading .featherlight-content,div.featherlight.timeline-express-popup.loading .featherlight-inner{min-height:50px;max-width:300px}div.featherlight.timeline-express-popup.loading .preloader{display:block;width:auto!important;position:absolute;top:50%;right:0;left:0;bottom:0;margin:0 auto}div.featherlight.timeline-express-popup .next_prev_links{display:inline-block!important;width:100%;font-weight:700;margin-top:10px}div.featherlight.timeline-express-popup .next_prev_links .fa{font-size:9px;vertical-align:middle;margin-top:-3px}div.featherlight.timeline-express-popup .next_prev_links a{opacity:1;transition:opacity .25s ease-in-out;-moz-transition:opacity .25s ease-in-out;-webkit-transition:opacity .25s ease-in-out}div.featherlight.timeline-express-popup .next_prev_links a:hover{cursor:pointer;opacity:.65}div.featherlight.timeline-express-popup .next_prev_links .timeline-express-previous{float:left}div.featherlight.timeline-express-popup .next_prev_links .timeline-express-next{float:right}@media only screen and (max-width:960px){div.featherlight.timeline-express-popup .featherlight-content{width:95%}}