@media(max-width: 991px){
	._m-dn {
		display: none !important;
	}
	._m-db {
		display: block !important;
	}
	._m-tac {
		text-align: center !important;
	}
	._m-pb0 {
		padding-bottom: 0 !important;
	}
	#footer {
		height: auto;
		position: relative;
	}
	.container {
		padding-bottom: 0;
	}
}
@media(min-width: 992px){
	._d-dn {
		display: none !important;
	}
}

/*
.footerSocialItem a i {
	width: 50px;
	height: 50px;
	font-size: 25px;
	line-height: 45px;
}
*/

/*
.headerSocialLinks a, .headerSocialLinks a:visited {
	font-size: 20px;
}
*/

@media(min-width: 992px){

	.social1 {
		border-radius: 30px;
		display: inline-block;
		padding: 5px;
		margin-top: -5px;
		font-size: 16px !important;
		background-color: #acdde0;
		color: #fff !important;
	}

	.social1:hover {
		background-color: #8acace;
	}

}

.mainMenu li:hover a,
.mainMenu li.active a {
	color: #C8057F;
}

.archivePostTitle a, .archivePostTitle a:visited {
	color: #240445 !important;
}

.blogPostListItem h3 a, .blogPostListItem h3 a:visited, .blogPostItem h3 a, .blogPostItem h3 a:visited {
	color: #240445 !important;	
}

._footer {
	background-color: #222;
	text-align: center;
	padding: 75px 0 !important;
	clear: both;
}
@media(max-width: 991px){
	._footer {
		padding-top: 150px !important;
	}
}

.container {
	padding-bottom: 0;
}

._footer .container {
	padding: 0;
}
@media(min-width: 992px) {
	._footer .container {
		width: 1140px;
		margin: 0 auto;
		padding: 0;
	}
}

@media(min-width: 992px) {
	._footer .container .row {
		display: table;
		width: 100%;
	}
}

@media(min-width: 992px) {
	._footer .container .col-md-4 {
		display: table-cell;
		vertical-align: top;
		width: 33%;
		display: inline-block;
	}
}
@media(max-width: 992px) {
	._footer .container .col-md-4 {
		margin-bottom: 50px !important;
	}
}


._a1 {
	font-size: 12px;
	letter-spacing: 1px;
	font-family: 'Josefin Sans', sans-serif;
	font-weight: 600;
	text-decoration: none;
	text-transform: uppercase;
	color: #fff;
}

.singlePostMeta h1 {
	color: #240445;
}