/*
Theme Name: Buntington Child Theme
Theme URI: https://school.wpshow.me
Author: Dameer DJ
Author URI: http://themeforest.net/feeleep
Template: Buntington
Description: WordPress Education/School Theme based on Bootstrap v3.1
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: one-column, two-columns, left-sidebar, right-sidebar, responsive-layout, custom-menu, editor-style, featured-images, microformats, sticky-post, translation-ready
Text Domain: Buntington-child
*/
@import url("../Buntington/style.css");
@import url("js/lity.min.css");
body * .news-meta-comments{
	display: none !important;
}
nav.k-main-navig ul{
    display: block;
    margin-top: 85px;
}
nav.k-main-navig ul * a{
    font-size: 12px !important;
}
nav.k-main-navig ul li ul{
    display: block;
    margin-top: inherit;
}
nav.k-main-navig ul li ul{
    display: none;
}
#drop-down-left > li:not(:first-child) {
    margin-left: 17px;
}
a.btn_donar{
    top: 0px;
    left: 179px;
    position: absolute;
    padding:10px;
    background-color: #E67A47;
    padding:5px 20px;
    -webkit-border-radius: 0 0 10px 10px;
    border-radius: 0 0 10px 10px;
    color: #fff !important;
}
#k-site-logo {
    margin-right: 25px;
}
#k-subfooter p,
#k-subfooter ul li,
#k-subfooter ul,
.menu-menu-footer-container{
	color: #777;
	display: inline-block;
}
#k-subfooter p,
#k-subfooter ul li a{
	font-size: 11px;
    line-height: 16px;
    margin-bottom: 0;
    padding: 40px 0;
    text-transform: uppercase;
    margin-right: 15px;
}
#k-subfooter ul li,
#k-subfooter ul{
	list-style:none;
}
.social-icons ul li a {
    padding: 0 10px;
}

/* COLABORACIONES */
.k-gallery-grid{
    background-color: white;
}
ul.k-gallery-grid li .wp-caption-text.gallery-caption{
    font-style: normal;
    font-size: 14px;
    text-align: center;
    margin: 0px 0px 30px 0px !important;
    
    padding-bottom: 5px;
}
ul.k-gallery-grid li{
    height: 240px;
    border-bottom: 5px solid #f1f1f1;

}
ul.k-gallery-grid li figure{
    padding: 10%;
    display: inline-block;
    height: 80%;
    width: 100%;
}
ul.k-gallery-grid li figure a{
    width: 100%;
    display: grid;
    height: 100%;
}
ul.k-gallery-grid li figure a img{
    height: auto;
    width: auto;
    max-height: 100px;
    margin: auto;
    border: 0;
    vertical-align: middle;
    max-width: 100%;
}
  