/*
CTC Separate Stylesheet
Updated: 2023-01-04 01:58:56
*/

.single-post .site-content {}

.single-post .site-content .ast-container { max-width:1200px; }

.single-post .site-content #primary {
	width:75%;
	padding:15px 25px;
	border:none;
}

.new-section-blog {}

.new-section-blog-title {
	margin:0 0 30px;
}

.new-section-blog-title h1 { 
	color: #000000; 
	font-size: 40px; 
	font-weight: bold; 
	margin: 0 0 10px; 
}

.new-post-date { 
	color:#FF7D00;
	font-size:14px;
	font-weight:bold;
}

.new-section-blog-image {
	margin:0 0 30px;
}

.new-section-blog-content h2 {
	color:#000000;
	font-size:30px;
	font-weight:bold;
	margin:10px 0 20px;
}

.new-section-blog-content p {
	color:#888888;
	font-size:16px;
	line-height:1.8;
	margin-bottom:20px;
}

.single-post .site-content #comments { display:none; }

.single-post .site-content #secondary {
	width:25%;
	padding:15px 25px;
	border:none;
}

.single-post .site-content #secondary .widget .widget-title {
	color:#2E2E2E;
	font-size:30px;
	font-weight:bold;
	margin:0 0 20px;
}

.single-post .site-content #secondary .widget nav ul {
	
}

.single-post .site-content #secondary .widget nav ul li {
	display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column-reverse;
	border-bottom: 1px solid #ccc;
    padding: 0 0 20px;
    margin: 0 0 20px;
}

.single-post .site-content #secondary .widget nav ul li .post-date {
	color:#00C7D2;
	font-size:14px;
	font-weight:bold;
}

.single-post .site-content #secondary .widget nav ul li a {
	color: #000000;
    font-size: 18px;
    line-height: 1.3;
    font-weight: bold;
}

.sidebar-gallery {
	background:#fff;
}

.sidebar-gallery-text {
	display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 25px;
    text-align: center;
}

.sidebar-gallery-text h2 {
	color: #000000;
    font-size: 20px;
    font-weight: 800;
    line-height: 1.4;
	margin-bottom:15px;
}

.sidebar-gallery-text p {
	color:#7E7E7E;
	font-size:14px;
	line-height:1.8;
	margin-bottom:15px;
}

.sidebar-gallery-text a.button {
	color:#000000;
	background:#fff;
	border:4px solid #00C7D2;
	padding:15px;
}

.sidebar-gallery-text a.button:hover {
	background:#00C7D2;
	color:#fff;
}

.blog-details-title-section {
	width:100%;
	float:left;
	padding:40px 30px;
	background:#CBCBCB;
}

.blog-details-title-section h2 {
	color:#2E2E2E;
	font-size:24px;
	font-weight:bold;
}

.btm-new-section {
    width: 100%;
    float: left;
}

@media screen and (max-width:767px) {
	.single-post .site-content #primary,
	.single-post .site-content #secondary {
		width:100%;
	}
}