.authorbox { 
    background: #f7f7f7;
    padding: 20px;
}



.block-post-intro .block-title {
	color: #12204c;
	font-family: "Montserrat", sans-serif;
	font-size: 28px;
	letter-spacing: 0;
	line-height: 35px;
	font-weight: bold;
}

.block-post-intro .written-by {
	color: #12204c;
	font-family: "Open Sans", sans-serif;
	font-size: 15px;
	letter-spacing: 0;
	line-height: 20px;
	font-weight: 500;
}

.block-post-intro .written-by a {
	color: #392b56;
	text-decoration: none;
}

.block-post-intro .date {
	color: #12204c;
	font-family: "Open Sans", sans-serif;
	font-size: 15px;
	letter-spacing: 0;
	line-height: 20px;
	font-weight: 300;
	margin-left: 0;
}

.block-post-intro .featured-image-post {
	margin-top: 60px;
}

.block-post-intro .author-img img {
	border-radius: 50%;
}

.site-footer {
	background-color: #392b56;
	padding: 60px 15px 20px 15px;
	color: #fff;
}

@media all and (min-width: 1025px) {

	.site-footer {
		padding: 60px 0 20px 0;
	}
}

.site-footer .images {
	width: 100%;
	display: block;
	justify-content: space-around;
	align-items: center;
	box-sizing: border-box;
}

@media all and (min-width: 620px) {

	.site-footer .images {
		display: flex;
	}
	
	
}

.site-footer .images * {
	box-sizing: border-box;
}

.site-footer .images .logo-box {
	margin: 0 10px;
}



.site-footer .footer-main-content p {
	color: #fff;
	font-family: "Open Sans", sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
}

.site-footer .footer-sub-content p {
	color: #fff;
	font-family: "Open Sans", sans-serif;
	font-size: 16px;
	font-weight: 400;
}

.site-footer .contact-info p {
	color: #fff;
	font-family: "Open Sans", sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
}

.site-footer .widget-title {
	color: #fff;
	font-family: "Montserrat", sans-serif;
	font-size: 16px;
	line-height: 26px;
	font-weight: bold;
	margin: 0 0 5px;
	padding-bottom: 0;
}

.site-footer .contact-info .widget-title {
	margin: 25px 0 15px;
}

.site-footer .footer-menu-primary-container {
	margin-bottom: 60px;
}

.site-footer .footer-menu-primary-container ul {
	display: block;
	text-align: center;
	list-style: none;
	margin: 0 0;
	padding: 0 0;
}

@media all and (min-width: 1025px) {

	.site-footer .footer-menu-primary-container ul {
		justify-content: center;
		display: flex;
	}
}

.site-footer .footer-menu-primary-container ul li {
	padding: 0 30px;
	position: relative;
}

.site-footer .footer-menu-primary-container ul li a {
	color: #ffffff;
	font-family: "Open Sans", sans-serif;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 0;
	line-height: 30px;
	text-align: center;
	text-decoration: none;
}

@media all and (min-width: 1025px) {

	.site-footer .footer-menu-primary-container ul li:not(:last-of-type)::after {
		position: absolute;
		content: "";
		background: #fff;
		height: 13px;
		width: 2px;
		top: 50%;
		right: 0;
		transform: translateY(-50%);
	}
}

.site-footer .footer-copyright {
	text-align: center;
	margin-top: 100px;
}

.popup {
	display: none;
	position: fixed;
	bottom: 0;
	left: 50%;
	width: 100%;
	background: #392b56;
	padding: 10px;
	margin: auto;
	transform: translateX(-50%);
	z-index: 999999;
}

.popup.fade-in {
	display: block;
}

@media all and (min-width: 1025px) {

	.popup {
		padding: 15px;
	}
}

.popup .close {
	position: absolute;
	right: 0;
	top: -15px;
	font-size: 40px;
	font-weight: bold;
	cursor: pointer;
	color: #12204c;
}

@media all and (min-width: 1025px) {

	.popup .close {
		font-size: 20px;
	}
}

@media all and (max-width: 1024px) {

	.popup .col-4 {
		text-align: center;
		margin: auto;
	}
}

.popup .popup-title {
	font-family: "Montserrat", sans-serif;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 0;
	line-height: 20px;
	color: #ffffff;
	text-align: center;
}

@media all and (min-width: 1025px) {

	.popup .popup-title {
		text-align: left;
		font-size: 18px;
		line-height: 25px;
	}
}

.fade-in {
	animation: fadeIn ease 2s;
	-webkit-animation: fadein ease 2s;
	-moz-animation: fadein ease 2s;
	-o-animation: fadein ease 2s;
	-ms-animation: fadein ease 2s;
}

@media all and (max-width: 620px) {
.site-footer {text-align:center;}
}

@keyframes fadeIn {

	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@-moz-keyframes fadeIn {

	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@-webkit-keyframes fadeIn {

	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@-o-keyframes fadeIn {

	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@-ms-keyframes fadeIn {

	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}
