@import url('https://fonts.googleapis.com/css2?family=Lato:wght@400;700&family=Oswald:wght@400;500&display=swap');

.stc-bg-clock {
	/*background: #da291c;
	background: -moz-linear-gradient(45deg,  #da291c 0%, #761706 100%);
	background: -webkit-linear-gradient(45deg,  #da291c 0%,#761706 100%);
	background: linear-gradient(45deg,  #da291c 0%,#761706 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#da291c', endColorstr='#761706',GradientType=1 );*/	
}

.stc-bg-block {
	background: #ddd9c9 !important;
}

.stc-title {
	font-family: 'Oswald', sans-serif !important;
	font-size: 30px;
	font-weight: 500;
	text-transform: uppercase;
	line-height: 95%;
}

.stc-title-small {
	font-family: 'Lato', sans-serif !important;
	font-weight: bold !important;
	font-size: 25px;
	font-weight: 500;
	text-transform: uppercase;
	line-height: 110%;
}

.stc-title span {
	background-color: #fff;
    padding: 0px 6px 0px 6px;
    line-height: 125%;
    border-radius: 5px;
}

.stc-bg-block-color {
	background: #da291c;
	background: -moz-linear-gradient(45deg,  #da291c 0%, #761706 100%);
	background: -webkit-linear-gradient(45deg,  #da291c 0%,#761706 100%);
	background: linear-gradient(45deg,  #da291c 0%,#761706 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#da291c', endColorstr='#761706',GradientType=1 );
}

.no-rounded {
	border-radius: 5px;
}

.tm-button-stc {
	font-family: 'Lato', sans-serif !important;
	font-weight: bold !important;
	font-size: 15px;
	background-color: #a5100c;
	padding: 10px 15px;
	border: solid 1px #fff;
	color: #fff;
}

.tm-button-stc:hover {
	background-color: #da291c;
	color: #fff;
}

.tm-button-stc-light {
	font-family: 'Lato', sans-serif !important;
	font-weight: bold !important;
	font-size: 15px;
	background-color: #fff;
	padding: 10px 15px;
	color: #da291c;
	border-radius: 0;
}

.tm-button-stc-light:hover {
	background-color: #f9f9f9;
	color: #da291c;
}

.donation-box {
	background: #f9f9f9;
	font-weight: 500;
	cursor: pointer;
	border: solid 1px #ccc;
	border-right: none;
}
.donation-box:last-child {
	border-right: solid 1px #ccc;
}
.donation-box:hover {
	background: #f1f1f1;
	color: #da291c;
}

.donation-selected {
	background-color: #da291c;
	border-color: #da291c;
	color: #fff;
}
.donation-selected:hover {
	background-color: #da291c;
	border-color: #da291c;
	color: #fff;
}

@media (max-width: 600px) {
	
}