/* Shared Details */
.shared-detail {
	margin-bottom: 40px;
}

/* Shared Top */
.shared-top {
	margin: 60px 0 20px;
}

.shared-top-panel {
	position: relative;
	display: flex;
}
.shared-top-panel.back-share {
	align-items: baseline;
    height: 50px;
}

.shared-top-panel.back-share .back-to-btn {
	position: absolute;
	top:0;
	left:0;
}
.shared-top-panel.back-share .add-this {
	padding: 3px 20px;
}

.shared-top-panel .left-col {
	width: 50%;
	margin-right: 15px;
}
.shared-top-panel .left-col.placeholder {
	display: none;
}

.shared-top-panel .right-col {
	width: 50%;
	margin-left: 15px;
}

.shared-top .back-to-btn,
.shared-top .print-page {
	display: inline-block;
	font-family: "Avenir LT W01_95 Black1475556", sans-serif;
	font-size: 18px;
	color: #ED3593;
	margin-bottom: 25px;
}

.shared-top .print-page {
	position: relative;
	top: 5px;
	text-align: center;
	margin: 0 auto;
}

.shared-top .back-to-btn i {
	position: relative;
	top: 2px;
	font-size: 22px;
	margin-right: 7px;
}

.shared-top h1 {
	font-family: "Avenir LT W01_95 Black1475556", sans-serif;
	font-size: 36px;
	line-height: 1.2;
	margin-bottom: 20px;
	text-transform: uppercase;
	letter-spacing: 0.175em;
}

.shared-top ul {
	list-style: none;
	line-height: 1;
	margin: 0;
}

.shared-top .social-icons ul { line-height: 0; }

.shared-top ul.info {
	margin-bottom: 10px;
	font-family: "Avenir LT W01_95 Black1475556", sans-serif;
	font-size: 18px;
	line-height: 32px;
	color: #000;
}

.shared-top ul.info .phone a { color: #000; }

.shared-top ul.info i { color: #ED3593; }

.shared-top ul [data-name="address"] .info-list-value {
	font-family: "Avenir LT W01_95 Black1475556", sans-serif;
	font-size: 18px;
	color: #000;
}
.shared-top .listing-links {
	display: flex;
	align-items: center;
	margin-bottom: 15px;
}

.shared-top .listing-links a {
	display: inline-block;
	position: relative;
	font-family: "Avenir LT W01_95 Black1475556", sans-serif;
}

.shared-top .listing-links a:nth-child(2) {
	margin-left: 30px;
}

.shared-top .listing-links a:nth-child(2)::after {
	content: "";
	position: absolute;
	top: 0;
	left: -15px;
	height: 100%;
	width: 1px;
	background-color: #eaa21b;
	pointer-events: none;
}

.shared-bottom .tab-content .description strong {
	font-weight: bold;
}

.shared-bottom .tab-content .description em,
.shared-bottom .tab-content .description i {
	font-style: italic;
}

@media (max-width: 1024px) {
	.shared-top h1 {
		font-size: 26px;
		line-height: 36px;
	}
	.shared-top .back-to-btn { margin-left: 20px; }
	.shared-top .print-page { display: none; }
}

@media (max-width: 640px) {
	.shared-top-panel {
		flex-direction: column;
	}
	.shared-top-panel .left-col,
	.shared-top-panel .right-col {
		width: 100%;
		height: 100%;
		margin: 0;
	}
	.shared-top-panel .right-col { padding: 10px 20px; }
	.shared-top .add-this { transform: translateY(0px) }

	.shared-top {
		margin-bottom: 30px;
	}
	.shared-top h1 {
		font-size: 26px;
		line-height: 32px;
		margin: 10px 0;
	}
}

/* Shared Gallery */
.shared-gallery .gallery-item .img-cont {
	position: relative;
	border-bottom: 6px solid #226bb5;
}

@media (max-width: 640px) {
	.shared-gallery .gallery-item .img-cont { border-bottom: 3px solid #226bb5; }
}

.shared-gallery .gallery-item .img-cont img {
	display: block;
	width: 100%;
}
.shared-gallery .gallery-item .img-cont .youtube-play {
	position: absolute;
	z-index: 99;
	width: 60px;
	height: 40px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.shared-gallery .gallery-item .gallery-link {
	position: absolute;
	bottom: 0;
	right: 0;
	display: block;
	padding: 15px;
	background-color: #226bb5;
	font-family: "Avenir LT W01_95 Black1475556", sans-serif;
	color: white;
	font-size: 25px;
	text-transform: uppercase;
	pointer-events: none;
}

@media (max-width: 768px) {
	.shared-gallery .gallery-item .gallery-link { font-size: 18px; }
}

@media (max-width: 640px) {
	.shared-gallery .gallery-item .gallery-link { font-size: 14px; }
}

/* Shared Bottom */
.shared-bottom ul.tabs {
	margin: 0;
	list-style: none;
}

.shared-bottom .tabs .tab {
	margin-bottom: 20px;
}

.shared-bottom .tabs .tab:last-child {
	margin-bottom: 0;
}

.shared-bottom .tabs .tab .tab-inner {
	background-color: #226bb5;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	padding: 0;
	cursor: pointer;
}

.shared-bottom .tabs .tab.active .tab-inner {
	cursor: pointer;
}

.shared-bottom .tabs .tab .tab-inner h5 {
	font-family: "Avenir LT W01_95 Black1475556", sans-serif;
	font-size: 30px;
	line-height: 1;
	color: #fff;
	margin: 0 0 0 20px;
	vertical-align: middle;
}

.shared-bottom .tabs .tab.active .tab-inner h5 {}

.shared-bottom .tabs .tab .tab-inner .controls {
	background-color: #ec008c;
	position: relative;
	width: 85px;
	height: 55px;
	margin-right: 8px;
	cursor: pointer;
	border-right: 4px solid #fff;
}

.shared-bottom .tabs .tab .tab-inner .fa-caret-down {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 42px;
	width: auto;
	height: auto;
	color: #fff;
	transition: all 0.3s;
}

.shared-bottom .tabs .tab.active .fa-caret-down {
	transform: translate(-50%, -50%) rotate(180deg);
}

.shared-bottom .tabs .tab .tab-content {
	display: none;
	padding: 50px 0 30px;
}

.shared-bottom .tabs .tab.active .tab-content {
	display: block;
}
.shared-bottom .tabs .tab.active .tab-content.event-details-tab-cont li {
	padding: 11px 20px;
	list-style-type: none;
	list-style-position: outside;
	margin-top: 14px;
	width: 100%;
	text-transform: uppercase;
	font-size: 1.25rem;
	font-weight: 400;
	line-height: 1.2;
	color: #0e0e0f !important;
}

.shared-bottom .tabs .tab-content .description {
	font-family: "Avenir LT W01_45 Book1475508", sans-serif;
	color: #000;
	font-size: 18px;
	line-height: 1.6;
	margin: 0 auto;
	max-width: 80%;
	white-space: pre-line;
}
.shared-bottom .tabs .tab-content .description.no-pre-wrap {
	white-space: normal;
}
.shared-bottom .tabs .tab-content .description.no-pre-wrap .description {
	margin: 0;
    max-width: 100%;
}
.shared-bottom .tabs .tab-content p {
	font-family: "Avenir LT W01_45 Book1475508", sans-serif;
	color: #000;
	line-height: 1.6;
}

.shared-bottom .tabs .tab-content ul {
	margin: 0 0 20px 0px;
	list-style: disc;
}

.shared-bottom .tabs .tab-content ul li {
	color: #226bb5;
	margin-bottom: 5px;
	list-style: none;
}

.shared-bottom .tabs .tab-content ul.shared-items { margin-left: 0; }
.shared-bottom .tabs .tab-content ul.shared-items li {
	margin-left: 0;
	list-style: none;
}

@media (max-width: 640px) {
	.shared-top { margin-top: 0; }
	.shared-bottom .tabs .tab .tab-inner .controls { width: 55px; }
	.shared-bottom .tabs .tab .tab-inner .fa-caret-down { font-size: 28px; }
}

/* Map */

.shared-bottom [data-gMapContainer] {
    display: block;
    width: 100%;
    min-height: 100%;
    background-color: white;
    padding: 5px;
}

[data-gMapContainer] [data-mapHolder] {
	position: relative;
	overflow: hidden;
	min-height: 400px;
}

[data-mapHolder] .map-pin-cont {
	position: absolute;
	left: 50%;
	top: 70%;
	transform: translate(-50%, -70%);
}

[data-mapHolder] .map-pin-cont .map-pin-inner {
	position: relative;
	height: 100%;
}

[data-mapHolder] .map-pin-cont .marker {
	width: 35px;
}

[data-gMapContainer] img.temp {
	display: block;
	width: 100%;
	min-height: 100%;
}

[data-gMapContainer] ul li {
	font-size: 15px;
	padding: 0;
	margin: 0;
}

.shared-bottom ul.amen-subtab li,
.shared-bottom ul.meeting-subtab li {
	display: inline-flex;
	width: 100%;
	background-color: #e9e9e9;
	padding: 10px 5px;
	font-size: 14px;
}

.shared-bottom ul.meeting-subtab li {
	width: 100% !important;
}

.shared-bottom ul.amen-subtab li:nth-of-type(2n),
.shared-bottom ul.meeting-subtab li:nth-of-type(2n) { background-color: #fff; }

.shared-bottom .tabs dd > a,
.shared-bottom .tabs .tab-title > a {
	background-color: #e9e9e9;
	font-family: "Avenir LT W01_95 Black1475556", sans-serif;
	color: #226bb5;
}

.shared-bottom .tabs dd.active a,
.shared-bottom .tabs .tab-title.active a,
.shared-bottom .tabs dd > a:hover,
.shared-bottom .tabs .tab-title > a:hover {
	background-color: #226bb5;
	color: #fff;
}

@media (max-width: 1024px) {
	.shared-bottom .tabs .tab .tab-inner h5 {
		font-size: 28px;
		line-height: 28px;
	}
	.shared-bottom .tabs .tab-content .description,
	.shared-bottom .tabs .tab-content p {
		font-size: 18px;
		line-height: 1.6;
	}
}

@media (max-width: 640px) {
	.shared-bottom .tabs .tab .tab-content {
		padding: 25px 0 10px;
	}
}

/* Map */
/* begin Google maps */
[data-gMapContainer] {
	display: none;
}
.shared-bottom .map-container.open [data-gMapContainer] {
	display: block;
}
.shared-bottom .map-container .map-toggle .map-button-text {
	position: absolute;
	background-color: #226bb5;
	margin: 0;
	font-family:'Avenir LT W01_45 Book1475508';
	font-size: 1.6rem;
	line-height: 1.5;
	color: #fff;
	cursor: pointer;
	padding: 5px 15px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.shared-bottom .map-container .map-toggle .map-button-text:before {
	content: 'Click to View Map';
}
.shared-bottom .map-container.open .map-toggle .map-button-text:before {
	/*content: 'Click to Close Map';*/
}
.shared-bottom .map-container .placeholder-map {
	display: block;
	cursor: pointer;
}
.shared-bottom .map-container.open .placeholder-map { display: none; }
.shared-bottom .map-container .map-toggle .fa {
	margin-left: 7px;
	color: #226bb5;
}

.detail-slider {
    position: relative;
}
.detail-slider .slick-track { padding-bottom: 55px; }
.detail-slider .item {
	position: relative;
	padding-bottom: 60px;
    margin: 0 10px;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.12);
}
.detail-slider .slideshow.single-item .slick-track {
	margin: auto;
}
.detail-slider .item .img-cont {
    position: relative;
    z-index: 1;
}
.detail-slider .item .img-cont img {
    display: block;
    width: 100%;
}
.detail-slider .item .content {
	display: flex;
    flex: 1;
    flex-direction: row;
    background-color: white;
}
.detail-slider .item .content .content-inner {
	padding: 0 0 0 15px;
}
.detail-slider .item .date-block {
    width: auto;
    max-height: 75px;
    font-family: "Avenir LT W01_95 Black1475556", sans-serif;
    text-transform: uppercase;
    background-color: #226bb5;
}
.detail-slider .item .date-block div {
	flex: 1;
	width: 100%;
	line-height: 1;
    color: #fff;
    text-align: center;
}
.detail-slider .item .date-block div:first-child {
	background-color: #1d5b9a;
    font-size: 13px;
    padding: 5px 0;
}
.detail-slider .item .date-block div:last-child {
    font-size: 50px;
    padding: 0px 10px;
}
.detail-slider .item .content h4 {
	line-height: 1;
	margin-bottom: 10px;

}
@media(max-width:1024px){
	.detail-slider .item .content h4 {
		margin-top: 15px;
	}	
}
.detail-slider .item .content h4 a {
	font-family: 'Avenir LT W01_65 Medium1475532';
	font-size: 22px;
	line-height: 1;
    padding: 10px 0;
    color: #404041;
}
.detail-slider .item .content span {
    font-family: 'Avenir LT W01_45 Book1475508';
    font-size: 18px;
    color: #1d1d1d;
    display: inline-block;
    line-height: 1;
}
.detail-slider .item .content span a { color: #1d1d1d; }

.detail-slider .item .content .detail-link {
	position: absolute;
	bottom: -50px;
	right: 0px;
	z-index: 9;
	display: block;
	width: auto;
	background-color: #ed3593;
	box-shadow: 0 3px 12px rgba(0, 0, 0, 0.2);
}
@media(max-width:640px){
	.detail-slider .item .content .detail-link {
		right: 50%;
		transform: translateX(50%);
	}
}
.detail-slider .item .content .detail-link a {
	display: block;
	font-family: "Avenir LT W01_95 Black1475556", sans-serif;
	font-size: 24px;
	color: white;
	padding: 15px 35px;
	text-align: center;
}

.detail-slider .custom-prev,
.detail-slider .custom-next {
    position: absolute;
    bottom: 50%;
    transform: translateY(-50%);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 50px;
    background-color: #226bb5;
    color: white;
    z-index: 9;
    cursor: pointer;
}
.detail-slider .custom-prev {
    left: 10px;
}
.detail-slider .custom-next {
    right: 10px;
}

@media (min-width: 641px) {
    .detail-slider .item {
        max-width: 400px;
        margin: 0 10px;
    }
    .detail-slider {
        margin: 0 -10px;
    }
}
@media (min-width: 1025px) {
    .detail-slider {
       margin: 0 -10px;
    }
    .detail-slider .item .img-cont .date-block span:last-child {
        padding-top: 5px;
        font-size: 26px;
    }
    .detail-slider .item .img-cont .date-block {
        width: 65px;
        height: 65px;
    }
}

.eventDetails .slideshow.single-item,
.offerDetails .slideshow.single-item {
	display: flex;
	justify-content: center;
}