/*
Theme Name: Stal Child
Theme URI: http://stal.mikado-themes.com
Description: A child theme of Stal
Author: Mikado Themes
Author URI: http://themeforest.net/user/mikado-themes
Version: 1.0.0
Text Domain: stal
Template: stal
*/

#qodef-page-header {
	background: rgba(0,0,0,0.5);
}

.qodef-header--divided #qodef-page-header .qodef-header-logo-link {
	border: 4px solid transparent;
}

.qodef-header-navigation>ul>li {
	padding: 0 15px !important;
}

#block-12 img {
    max-width: 20px;
    margin: 0 8px;
}

.candidati ul {
	list-style-type: none;
}

.candidati ul li {
	text-align: center;
    background: #f5f5f5;
    margin-bottom: 18px;
    padding: 5px;
    color: #000;
}

.qodef-header-logo-image {
	
}

::selection {
    color: #fff;
    background: #ea8f3b;
}

.qodef-section-title.qodef-title-with-tagline .qodef-m-title-tagline {
	color: #fff !important;
    background: #ea8f3b !important;
    padding: 7px;
    font-weight: 600;
	position: absolute;
    left: 11px;
    bottom: 0;
}

@media(max-width: 768px){
	.qodef-m-title-tagline {
		position: relative !important;
		display: inline-block !important;
		
	}
	
	.candidati ul li {
		float: left;
		width: 100%;
	}
}