/*
Theme Name: Oxpitan Child
Description: Child theme for the Oxpitan themes
Author: gaviathemes
Template: oxpitan
*/

.home_links_block a {
	color: #fff;
	transition: color .3s ease-in-out;
}

.home_links_block a:hover {
	color: rgba(255, 255, 255, .7);
}

/* Started styles for new vatican_news shortcode */
.vatican-news-wrapper .vatican-first-heading-icon {
	text-align: center;
}

.vatican-news-wrapper .vatican-day > .vatican-first-heading .section__head {
	text-align: center;
	position: relative;
}

.vatican-news-wrapper .vatican-day > .vatican-first-heading .section__head h2 {
	font-size: 50px;
	font-weight: 700;
	color: #424242;
	margin: 0 0 10px;
	padding: 0;
}

.vatican-news-wrapper .page__head {
	font-size: 14px;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 1px;
	text-align: center;
	color: #863bae;
}

.vatican-news-wrapper .vatican-day-cont-wrap {
	background-color: #F2F0EC;
	max-width: 1110px;
	margin: 30px auto 0;
	padding: 40px;
	position: relative;
}

@media ( max-width: 767px ) {
	.vatican-news-wrapper .vatican-day-cont-wrap {
		padding: 25px;
	}
}

.vatican-news-wrapper .vatican-day-cont-wrap:before {
	content: '';
	background-color: #F2F0EC;
	width: 100%;
	height: 40px;
	z-index: 1;
	position: absolute;
	left: 0;
	bottom: 0;
}

@media ( max-width: 767px ) {
	.vatican-news-wrapper .vatican-day-cont-wrap:before {
		height: 25px;
	}
}

.vatican-news-wrapper .section__embed {
	margin: 0 0 40px;
}

@media ( max-width: 767px ) {
	.vatican-news-wrapper .section__embed {
		margin: 0 0 30px;
	}
}

.vatican-news-wrapper .section__embed audio {
	display: block;
	width: 100%;
	max-width: 630px;
	margin: 0 auto;
}


@media ( max-width: 1024px ) {
	.vatican-news-wrapper .section__embed audio {
		max-width: 530px;
	}
}

.vatican-news-wrapper .section__embed audio::-webkit-media-controls-enclosure {
	background: #fff;
}

.vatican-news-wrapper .vatican-day-sections-wrap {
	height: 340px;
	padding: 0 10px 0 0;
	overflow-y: auto;
	scrollbar-width: thin;
	scrollbar-color: #999 #F2F0EC;
}

.vatican-news-wrapper .vatican-day-sections-wrap::-webkit-scrollbar {
	width: 28px;
}

.vatican-news-wrapper .vatican-day-sections-wrap::-webkit-scrollbar-track {
	background: #F2F0EC;
}

.vatican-news-wrapper .vatican-day-sections-wrap::-webkit-scrollbar-thumb {
	background-color: #999;
	border-radius: 4px;
}

.vatican-news-wrapper .vatican-day-sections-wrap::-webkit-scrollbar-thumb:hover {
	background-color: #999;
}

.vatican-news-wrapper .vatican-day-sections-wrap .section--evidence {
	position: relative;
}

.vatican-news-wrapper .vatican-day-sections-wrap .section--evidence:not(:first-child) {
	margin: 40px 0 0;
}

.vatican-news-wrapper .vatican-day-sections-wrap .section__head {
	position: relative;
}

.vatican-news-wrapper .vatican-day-sections-wrap .section__head h2 {
	color: #424242;
	font-size: 26px;
	font-weight: 700;
	margin: 0 0 10px;
	padding: 0;
}
/* Ended styles for new vatican_news shortcode */