/*
Theme Name: Theme  
Author: CLEAR Media s.r.o.
Author URI: https://www.clearmedia.sk
Description: Custom theme developed by Miroslav Ivančík
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE 
*/  

.project-detail a { 
	color: var(--color_light_blue);
}

.project-detail .info-column .inner-column3 h3 {
	background: var(--color_light_blue);
}

.lower-content2 ul li {
	list-style: inherit;
}

.lower-content2 ul{ 
	padding-left: 15px;
	margin-bottom: 15px;
}

.project-detail .project-info { 
	list-style: none;
	padding-left: 0;
}

.project-detail .project-info li .icon{
	margin-right: 5px;
	position: relative;
	top: 1px;
}