/*
Theme Name: 	Betheme Child
Theme URI: 		http://themes.muffingroup.com/betheme
Author: 		Muffin group
Author URI: 	http://muffingroup.com
Description:	Child Theme for Betheme - Premium WordPress Theme
Template:		betheme
Version: 		2.6.1
*/

/* Theme customization starts here
-------------------------------------------------------------- */

/*
--------------------------------------------------------------
MENU
--------------------------------------------------------------
*/

#Top_bar .column {
    margin-bottom: 0;
    margin: 0;
    width: 100%;
}

.header-stack.header-center #Top_bar:not(.is-sticky) .menu_wrapper {
    width: 100%;
    background: #eee;
}

.header-stack.header-center #Top_bar #menu {
    background: #eee;
}


#Top_bar .menu > li > a:after {
    height: 4px;
    top: -1px;
}

/*
--------------------------------------------------------------
GENERALES
--------------------------------------------------------------
*/

.border-bottom {
  border-bottom: solid 1px #e71c34;
}

/*
--------------------------------------------------------------
HOME
--------------------------------------------------------------
*/

.style-simple .icon_box .desc_wrapper .title {
    min-height: 58px;
  }

.home-biblioteca {
    -webkit-box-shadow: 0px 6px 57px -9px rgba(72,73,77,0.68);
    -moz-box-shadow: 0px 6px 57px -9px rgba(72,73,77,0.68);
    box-shadow: 0px 6px 57px -9px rgba(72,73,77,0.68);
    background-color: #fff;
    padding: 15px;
    box-sizing: border-box;
    transition: all 0.2s ease-in;
}

.home-biblioteca:hover {
-ms-transform: translate(0, -8px); /* IE 9 */
-webkit-transform: translate(0, -8px); /* Safari */
transform: -webkit-transform: translate(0, -8px); /* Safari */
transition: all 0.4s ease-out;

}


.grid-item {
    width: 32%;
    float: left;
    /* max-height: 300px; */
    margin: 0.6%;
    /* box-sizing: border-box; */
}
