﻿.event
{
}

.event .rev-btn
{
	font-size: 15px;
	padding: 10px 30px !important;
	margin-top: 3px;
}

@media(max-width:767px)
{
	.event
	{
		background-attachment: scroll
	}
}

.event .distance
{
	color: #fcee1d;
	text-transform: none;
	font-size: 16px;
	display: inline-block;
	font-style: italic;
}

.event-title
{
	color: #ffce80;
	text-align: center;
	font-weight: 700
}

.event-title span
{
	position: relative
}

.event-title span::after
{
	border-bottom: 10px solid #ffce80;
	content: "";
	position: absolute;
	width: 100%;
	left: 0;
	right: 0;
	bottom: -13px
}

.event-subtitle
{
	color: #fff;
	text-align: center;
	padding: 65px 122px;
	font-size: 31px;
	line-height: 1.6;
	font-weight: 700
}

.event-date
{
	font-size: 24px;
	font-weight: 700;
	color: #fff;
	padding: 7px 0;
	text-transform: uppercase;
}

.light .event-date
{
	color: #802bb1
}

.event-caption
{
	color: #fff;
	font-size: 30px;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 1;
}

.light .event-caption
{
	color: #333
}

.event-subcaption
{
	color: #fff;
	font-size: 18px;
	padding: 0 !important;
	margin: 0 0 10px;
	font-style: italic;
}

.event-country
{
	color: #fff;
	text-align: right;
	font-size: 18px;
	display: block;
	padding: 6px 0;
}

.light .event-country
{
	color: #f037a5
}

.event-city
{
	color: #908e96;
	font-size: 16px;
	text-align: right
}

.event-block
{
	border-top: 2px solid rgba(252, 238, 29, 0.55);
	padding: 15px 0 0;
}

.light .event-block
{
	border-top: 2px solid rgba(232,232,232,.4)
}

.event-block:first-child
{
	border: 0
}

.light .btn-disabled
{
	background-color: #e8e8e8
}

.event-actions 
{
	text-align: right;
}

@media(max-width:992px)
{
	.event-block
	{
		padding: 14px 0 0;
	}

	.event-title
	{
		font-size: 48px !important
	}

	.event .event-date
	{
		font-size: 20px;
		padding: 10px 0;
		display: inline-block
	}

	.event .event-caption
	{
		font-size: 24px !important
	}

	.event .event-subtitle
	{
		padding: 40px 30px;
		font-size: 21px
	}

	.event p
	{
		font-size: 18px;
		padding: 0 0 9px;
		line-height: 1.5
	}

	.event .event-country
	{
		font-size: 16px;
		/*padding: 9px 0 0*/
	}
}

@media(max-width:768px)
{
	.event-wrap
	{
		text-align: center
	}

	.event-wrap .event-country
	{
		text-align: center
	}

	.event-wrap .event-city
	{
		text-align: center
	}

	.event-actions 
	{
		text-align: center;
	}
	
	.event .rev-btn
	{
		margin-bottom: 28px
	}

	.event-subcaption
	{
		padding: 6px 0 !important
	}

	.event-city
	{
		padding: 6px 0 !important
	}

	.event .distance
	{
		display: block;
		margin-top: 5px;
	}
}

@media(max-width:480px)
{
	.event-block
	{
		text-align: center
	}

	.section-title
	{
		font-size: 34px !important
	}

	.event-title
	{
		font-size: 34px !important
	}

	.event-title span::after
	{
		border-bottom: 6px solid #ffce80;
		bottom: -6px
	}
}