/** 
 * Theme Name:  Everything
 * Theme URI:   http://themes.kubasto.com/everything/
 * Description: Everything is a responsive, Retina-ready, premium WordPress theme.
 * Tags:        responsive-layout
 * Author:      Kuba Sto
 * Author URI:  http://themes.kubasto.com
 * License:     ThemeForest Split Licence
 * License URI: -
 * Version:     3.1.7
 */

/*
 * Please DO NOT MODIFY informations kept in this file. It may cause errors in the theme updater and Theme Options.
 * If you want to customize CSS, please place your code in the Custom CSS field in Theme Options / Advanced (so you won't loose the changes after future theme updates).
 * If you want to find the original CSS code, it's in the data/css folder.
 */
 .columns.separated>ul>li {
    background: #f1f0f0;
}
 .columns.separated>ul>li h3{
    font-size: 18px;
}
.all-button a{
   background: #9EAA42 !important;
   transition: all ease-in-out 0.4s;
   transform: scale(1);
   color: #fff !important;
}
.all-button a:hover{
   background: #8c7b9d !important;
   transform: scale(1.07);
   color: #fff !important;
}
ul.meta.social{
display:none !important;
}