/**
 * Theme Name: trinitas.tv
 * Author: trinitas.tv
 * Version: 2.3.3
 */


/** Temporary */

.marquee {
width: 100%;
background: #fff;
color: #2669F9;
white-space: nowrap;
overflow: hidden;
box-sizing: border-box;
display: block;
margin: -52px auto 0;
padding: 15px 0;
border-top: 1px solid #DEE2E6;
font-size: 14px;
cursor: pointer;
}
.marquee > span {
display: inline-block;
padding-left: 10%;
animation: marquee 25s linear infinite;
font-weight: 500;
text-transform: uppercase;
}
@keyframes marquee {
    0%   { transform: translate(0, 0); }
    100% { transform: translate(-100%, 0); }
}

.marquee-head {

font-weight: 500;
color: #FA5C35;
text-transform: uppercase;
}

@media only screen and (max-width: 768px) {
    .marquee {
margin: -12px auto 0;
border-top: none;

}

.entry-share .align-items-center {

flex-direction: column-reverse!important;

}
}

@media only screen and (min-width: 769px) and (max-width: 980px) {
    .marquee {
margin: -20px auto 0;

}

.entry-share .align-items-center {

flex-direction: column-reverse!important;

}

}

.partner-box a img {

width: 100%!important;
height: auto!important;
margin-bottom: 20px!important;
}


.entry-share {
	border-radius: 24px!important;
	padding: 1.5rem 2.5rem 0!important;
}



.entry-share .row div {
   margin-bottom: none!important;
}

.entry-share .donate {

display: flex;
justify-content: center;

}

.btn-doneaza {

	display: inline-block;
	width: auto;
padding: 0.8rem 1.2rem;
background: #fff;
border-radius: 8px;
color: #2669F9;
font-size: 14px;
font-weight: 600;
text-transform: uppercase;

}
