/**
 * Theme Name: U-Design Child
 * Theme URI: http://themeforest.net/item/udesign-responsive-wordpress-theme/253220?ref=AndonDesign
 * Description: This is a child theme of U-Design.
 * Author: Andon
 * Author URI: http://themeforest.net/user/andondesign/portfolio?ref=AndonDesign
 * Template: u-design
 * Version: 1.0.0
 */

/** 
 * IMPORTANT: By default this file is not loaded since it has no CSS preloaded. Loading it blank
 * will result in a CSS file needlessly being loaded. This will usually not affect the site appearance, 
 * but it's inefficient and extends your page's loading time.
 * 
 * If you decide to use this file make sure to enable it from the theme's 'General Options' section first, 
 * it's the last checkbox called 'Custom Styles'.
 */
                 
/*********** ADD YOUR CUSTOM CSS CODE BELOW THIS LINE: ***********/

#wrapper-1 {
    background-color: #fff !important;
}
.jetpack_widget_social_icons ul.size-large a {
    color: #515151;
}
.ecs-event-list {
	-webkit-column-count:3;
	-moz-column-count:3;
	column-count:3;
    -webkit-column-gap: 60px; /* Chrome, Safari, Opera */
    -moz-column-gap: 60px; /* Firefox */
    column-gap: 60px;
	list-style-type: none;
}
.ecs-event {
	width:100%;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
}
/*
.tribe-events-list .tribe-events-loop .tribe-events-event-image {
    display: none;
}
*/

.footer-menu {
  	margin-top: 13px;

}

ul.small-thumb .teaser-title {
    font-size: 1em;
    text-transform: uppercase;
    /* font-weight: bold; */
}

@media only screen and (max-width: 719px) {
  .ecs-event-list {
	-webkit-column-count:1;
	-moz-column-count:1;
	column-count:1;
  }
}