/*
Theme Name: iKit Three Custom
Theme URI: http://aiga.org
Description: This is a child theme that extends the iKit Three theme, it can be customized without affecting the base theme.
Author: AIGA
Author URI: http://aiga.org/
Version: 1.0.0
Template: ikit_three
*/

/* remove spacing around slideshow and news items */
.ikit-three-widget-featured-events-news-billboard .widget-content {
  height:auto !important;  
 min-height:0 !important;
}

.ikit-three-widget-featured-events-news-billboard .widget-content .items {
  top:50px;
}

.ikit-three-widget-featured-events-news-billboard .widget-content .item-slides-pager {
  position:relative;
  padding-top:40px !important;
}

/* change background of header menu w/o changing highlight color throughout site - adjust height to get rid of black line below logo */
.header-layout {
    background-color: #000000 !important;
    height: 67px;
    top: 0px !important;
}

.header-menu-item-children-container ul {
    background-color: #000000 !important;
}

/* make logo height shorter */
.header-logo-image-alt {
    height: 68px !important;
}

/* widget title */
h2.widgettitle {
    /* color: #5bc1b6; */
    font-family: serifa;
    font-size: 22px;
}

/* added widget title spacing*/
h2.spacingfix {
    padding-top:60px;
    margin-bottom:-280px;
    padding-left: 25px;
}

/* remove padding from widget title */
@media only screen and (max-width: 640px) {
    h2.spacingfix {
    padding-left: 0px;
}
}


.menu-footer-container {
    margin: -10px 0 0 0;
    padding: 0 0 15px 0;
    }
    
.menu-footer-container ul li {
    border-radius: 0;
    display: inline;
    width: 50%;
    padding: 0 10px 0 0;
    font-size: 14px;
}