/*======================================================================
 Page
======================================================================*/
.entry-meta {
	padding-top: 5px;
	border-top: solid 1px #eee;
	border-bottom: solid 1px #eee;
	padding: 2px 5px;
}

.entry-content a,
#titles p a {
	color: #00aeef;
}

.entry-content a:hover,
#titles p a:hover {
	color: #0060af;
	text-decoration: none;
}

.entry-header {
	margin-bottom: 15px;
}

.nav-links {
	display: block;
	width: 100%;
	text-align: center;
	margin-bottom: 40px;
}

.nav-previous,
.nav-next {
	display: inline-block;
	max-width: 300px;
}

.nav-previous a,
.nav-next a {
}

.nav-previous a:hover,
.nav-next a:hover {
}

/*======================================================================
#Footer pagination
======================================================================*/
.footer-pagination {
	-ms-flex-pack: center;
	justify-content: center;
	display: -ms-flexbox;
	display: flex;
	margin-top: 10px;
	border-top: solid 1px #eee;
}

/*======================================================================
 Video
======================================================================*/
.embed-container {
	position: relative;
	padding-bottom: 56.25%;
	overflow: hidden;
	max-width: 100%;
	height: auto;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/*======================================================================
Chat Button Mobile
======================================================================*/

@media (max-width: 768px) {
	.ccg2_root .ccg2_widget--bottomRightCorner {
		right: 10px !important;
		bottom: 95px !important;
	}
}

/*======================================================================
 Back To Top
======================================================================*/

#scroll-to-top {
	padding: 10px 20px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	position: fixed;
	bottom: 80px;
	right: 86px;
	display: none;
	background: rgba(0, 0, 0, 0.3);
	border-radius: 5px;
	z-index: 9999999999;
}
#scroll-to-top .fas {
	margin-right: 5px;
}

@media (max-width: 768px) {
	#scroll-to-top {
		display: none !important;
	}
}
