/*
Theme Name: NgageContent
Description: A Customized WordPress theme made for NgageContent
Author: NgageContent
Author URI: https://ngagecontent.com
Version: 3.0
Text Domain: industrial
*/

body.single-projects .attachment-post-thumbnail {
	aspect-ratio: 12 / 4;
    object-fit: cover;
    object-position: center;
	border-radius: 1rem;
	width: 100%;
}

body.single-projects .entry-header h1 {
	font-size: 4.5rem;
}

body.single-projects .post-content {
	margin-top: 4rem;
}

body.single-projects .mb-5 {
	margin-bottom: 4rem;
}

body.single-projects .post-desc {
	margin-bottom: 10rem;
}

body.single-projects .sidebar-area .widget_text {
	padding-top: 0!important;
	background: unset;
	background-image: unset !important;
}

body.single-projects .sidebar-area .widget_text ul {
	display: flex;
	flex-direction: column;
	justify-content: center;
	list-style-type: none;
	padding: 0;
	margin: 0 0 4rem 0;
	gap: 1rem;
}

body.single-projects .sidebar-area .widget_text ul li {
	text-align: center;
	font-size: 1.5rem;
	font-weight: bold;
}

body.single-projects .sidebar-area .widget_text ul li a { 
	color: #000!important;
}

body.single-projects .sidebar-area .widget_text ul li a:hover { 
	color: #45C4B0 !important;
}

body.single-projects .sidebar-area .widget_text .widgettitle { 
	display: block;
	text-align: center;
	font-size:2.5rem !important;
}


body.page-template-page-projects .project_featured_image {
	aspect-ratio: 3 / 2;
    object-fit: cover;
    object-position: center;
	border-radius: 1rem;
	width: 100%;
}

body.page-template-page-projects .main-col {
	margin-top: 6rem;
	margin-bottom: 8rem;
}
body.page-template-page-projects .col-page-title {

}

body.page-template-page-projects .col-page-title h1 {
	font-size: 2.5rem;
	margin-bottom: 2.5rem;
} 

body.page-template-page-projects .row_query {
	margin-top: 6rem;
}

body.page-template-page-projects .project_title {
	margin-top: 2.5rem;
}

body.page-template-page-projects .project_excerpt p  {
	margin-bottom: 0;
}

body.page-template-page-projects .project_learn_more {
	margin-top: 1.5rem;
}

body.page-template-page-projects .project_learn_more a {
	display: inline-block;
	color: #000;
	background-color: #45C4B0;
	font-weight: bold;
	padding: 1rem 2rem;
	line-height: 1;
}


body.page-template-page-projects .col-project {
	margin-bottom: 4rem;
}

@media(min-width: 1200px) {
	body.page-template-page-projects .col-project {
		margin-bottom: 0;
	}	
}













