/*
 * ###############################
 * ######## PROJECT PAGES ########
 * ############################### 
 */
[data-prefix="project_single"] [class*="ct-container"] > article[class*="post"] {
	--has-boxed: var(--true) !important;
}

.single:is(.single-project) article .entry-content {
	font-size:16px;
	color:#222;
}
.single:is(.single-project) .entry-header {
  max-width:950px !important;
}


/*Navbar Package Stand Dropdown */
[class*=animated-submenu]>.sub-menu {
  width:240px !important;
}




/* RESPONSIVE */
@media only screen and (max-width:575px) {
	.sub-menu .menu-item a {
  font-size:14px !important;
}

}


@media only screen and (min-width:576px) and (max-width:991px) {
	.sub-menu .menu-item a {
  font-size:14px !important;
}

}


@media only screen and (min-width:992px) and (max-width:1023px) {
	.sub-menu .menu-item a {
  font-size:14px !important;
}

}

@media only screen and (min-width:1024px) and (max-width:1199px) {
	
}

@media only screen and (min-width:1200px) {
	
}