/* Custom styling for TIF website */

html,
body {
	overflow-x:hidden;
}
.elementor-location-header {
	position:relative;
}
.df-popup-thumb,
._df_thumb {
	width:auto!important;
}
.listen_audio .elementor-icon-box-wrapper {
	position:relative;
}
.listen_audio .elementor-icon-box-content {
	display:none;
	position:absolute;
	transition:all 0.5s ease;
}
.listen_audio:hover .elementor-icon-box-content {
	display: block;
	width: 150px;
	right: -50px;
}
.blink_link span a {
	text-shadow: 
		0px 0px 3px #fff, 
		0px 0px 7px #fff, 
		0px 0px 10px #fff, 
		0px 0px 16px #80cdb9, 
		0px 0px 25px #80cdb9, 
		0px 0px 40px #80cdb9;
	animation: blink 1s ease-in-out infinite;
}

@keyframes blink {
	0% { text-shadow: 
		0px 0px 3px #fff, 
		0px 0px 7px #fff, 
		0px 0px 10px #fff, 
		0px 0px 16px #80cdb9, 
		0px 0px 25px #80cdb9, 
		0px 0px 40px #80cdb9; }
	50% {
		text-shadow: 
			0px 0px 1px #fff, 
			0px 0px 3px #fff, 
			0px 0px 5px #fff, 
			0px 0px 10px #80cdb9, 
			0px 0px 20px #80cdb9, 
			0px 0px 30px #80cdb9;
	}
	100% {
		text-shadow: 
			0px 0px 3px #fff, 
			0px 0px 7px #fff, 
			0px 0px 10px #fff, 
			0px 0px 16px #80cdb9, 
			0px 0px 25px #80cdb9, 
			0px 0px 40px #80cdb9;
	}
}

/* Ticker */

@-webkit-keyframes ticker {
	0% { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); visibility: visible; }
	100% { -webkit-transform: translate3d(-100%, 0, 0); transform: translate3d(-100%, 0, 0); }
}
@keyframes ticker {
	0% { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); visibility: visible; }
	100% { -webkit-transform: translate3d(-100%, 0, 0); transform: translate3d(-100%, 0, 0); }
}
.ticker-heading {
	position: absolute;
	background: #80cdb9;
	display: block;
	left: 0;
	top: 0;
	height: 2.5rem;
	padding: 11px 40px;
	z-index: 2;
	color: white;
	text-transform: uppercase;
	font-size: 0.875rem;
	line-height: 1.4em;
}
.ticker-wrap .ticker__item:before {
	content: "";
	height: 11px;
	width: 11px;
	display: inline-block;
	background-color: #2c3d5f;
	border-radius: 100%;
	position: relative;
	margin-right: 15px;
}
.ticker-heading:after {
	content: "";
	width: 0;
	height: 0;
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
	border-left: 11px solid #80cdb9;
	position: absolute;
	margin-left: 40px;
}
.ticker-wrap {
	position: relative;
	bottom: 0;
	width: 100%;
	overflow: hidden;
	height: 2.5rem;
	background-color: #f9f9f9;
	padding-left: 100%;
	box-sizing: content-box;
}
.ticker:hover {
	-webkit-animation-play-state: paused;
	-moz-animation-play-state: paused;
	-ms-animation-play-state: paused;
	-o-animation-play-state: paused;
	animation-play-state: paused;
}
.ticker {
	display: inline-block;
	height: 2.5rem;
	line-height: 2.5rem;
	white-space: nowrap;
	padding-right: 100%;
	box-sizing: content-box;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-webkit-animation-name: ticker;
	animation-name: ticker;
	-webkit-animation-duration: 60s;
	animation-duration: 60s;
}
.ticker__item {
	display: inline-block;
	padding: 0 2rem;
	font-size: 0.875rem;
	color: #454545;
}
.give-btn {
	font-size:18px!important;
}
.givewp-fields-gateways__gateway__fields {
    padding: 0 !important;
    border: 0!important;
}