/*
 Theme Name:   The7 Child
 Description:  The7 Child Theme
 Author:       WPExperts
 Author URI:   https://wpexperts.io/
 Template:     dt-the7
 Version:      1.0.0
 Text Domain:  the7mk2
*/

.sponser-item {
	text-align: center;
}

.sponser-item img {
	max-width: 180px !important;
	margin: auto;
}

.event-footer-left-link,
.event-footer-mid-link,
.event-footer-right-link {
	display: block;
	height: 250px;
	display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
	text-align: center;
	margin-bottom: 30px;
}

.event-footer-left-link a,
.event-footer-mid-link a,
.event-footer-right-link a{
	text-decoration: none;
	display: flex !important;
    height: 100%;
	width: 100%;
	padding: 0 15px;
}

.event-footer-left-link .ult_crlink,
.event-footer-mid-link .ult_crlink,
.event-footer-right-link .ult_crlink {
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
}

.event-footer-left-link a span,
.event-footer-mid-link a span,
.event-footer-right-link a span{
	color: #fff !important;
	font-size: 24px;
	position: relative;
	margin: auto;
}

.event-footer-left-link a span:after,
.event-footer-mid-link a span:after,
.event-footer-right-link a span:after{
	content:"";
	position: absolute;
    display: block;
    left: 1px;
    overflow: hidden;
    width: 0;
    pointer-events: none;
    background-color: transparent;
    opacity: .85;
    /* -webkit-transition: all .3s cubic-bezier(.175,.885,.32,1.275);
	transition: all .3s cubic-bezier(.175,.885,.32,1.275); */
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	bottom: -7px;
    background-color: #d54720;
    background: #d54720;
    height: 3px;
}

.event-footer-left-link a:hover span:after,
.event-footer-mid-link a:hover span:after,
.event-footer-right-link a:hover span:after{
	width: 100%;
}

.event-footer-left-link {
	background-color: #01799e;
}

.event-footer-mid-link {
	background-color: #7093a9;
}

.event-footer-right-link {
	background-color: #9abbcc;
}

.links-container-event-footer {
    padding-top: 25px;
    padding-bottom: 80px;
}



.form-footer-event {
    overflow: visible !important;
}

.form-footer-event .wpb_single_image {
    margin-top: -80px;
}

.form-footer-event .vc_column-inner a {
    color: #004c6c;
	font-size: 14px;
	text-decoration: none;
}

.single_event_section_container {
    width: 100%;
}

article.mec-single-event {
    margin-left: -15px !important;
    margin-right: -15px !important;
}
.event_back_link_container {
    margin-top: 12px;
    margin-bottom: 25px;
}
a.event_back_link {
    color: #004c6c;
    text-transform: uppercase;
}

article.mec-single-event .event_back_link_container {
	margin-top: 26px;
	margin-bottom: 12px;
}

article.mec-single-event .event_back_link_container a.event_get_tickets_link {
	margin-top: 18px;
}

article.mec-single-event  .event_back_link_container a {
    display: block;
    text-align: center;
    color: #fff;
    background-color: #01799e;
    padding: 6px 10px;
    text-decoration: none;
    text-transform: uppercase;
}

article.mec-single-event .event_back_link_container a:hover{
   background-color: #d54720;
}