/*
Theme Name: Unicon Child Theme
Description: Unicon Child Theme for your Customizations
Author: minti
Template: unicon
Version: 1.0
*/

@import url("../unicon/style.css");



h1, h2, h3, h4, h5, h6 {
	text-transform: uppercase;
}



input[type="date"] {
    padding: 10px 12px;
    outline: none !important;
    border-radius: 2px;
    font-family: Arial, Helvetica, sans-serif;
    -webkit-font-smoothing: antialiased;
    font-size: 13px;
    margin: 0 0 20px 0;
    width: 200px;
    max-width: 100%;
    display: block;
    color: #999;
    line-height: 1.6;
    border: 1px solid #dddddd;
    background: #ffffff;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}



.wpcf7-form input[type="date"], .wpcf7-form input[type="tel"] {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%!important;
    max-width: 100%;
    margin: 5px 0 0;
    background: #ffffff;
}



#navigation ul li a {
	text-transform: uppercase;
}



.wpb_content_element {
	margin-bottom: 20px!important;
}



.blog-list-item-date {
	background: #8c8884!important;
	color: #fafafa!important;
	font-family: Glegoo, Arial, Helvetica, sans-serif;
}

.blog-list-item-date span {
	background: #393531!important;
}



#text-2 {
	text-align: right;
}

#text-7, #text-8, #text-9 {
	text-align: center;
}



#copyright {
	font-size: 13px;
}

#copyright .copyright-col1 {
	float: none;
	text-align: center;
}



#home-blog {
	background: linear-gradient(#564e45, #423c36)!important;
}





/* Events */

.ecs-event-list {
	margin-left: 0;
	list-style-type: none;
}

li.ecs-event {
	float: left;
	margin-bottom: 20px;
	padding-right: 20px;
	padding-left: 20px;
	box-sizing: border-box;
}

li.ecs-event p.ecs-excerpt {}

li.ecs-event span {
	color: #8c8884;
	font-weight: bold;
}

@media (min-width: 768px) {
	
	li.ecs-event {
		width: 33.33333333%;
	}

}

@media (max-width: 767px) {
	
	li.ecs-event {
		width: 100%;
	}

}