/*
Theme Name:         G5Plus Hebes Child Theme
Theme URI:          https://hebes.g5plus.net/
Description:        G5Plus Hebes Child Theme
Version:            1.0
Author:             g5plus
Author URI:         http://g5plus.net/
Template:     		g5plus-hebes

License:            GNU General Public License v2 or later
License URI:        http://www.gnu.org/licenses/gpl-2.0.html

Tags: 				two-columns, three-columns, left-sidebar, right-sidebar, custom-background, custom-header, custom-menu, editor-style, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, accessibility-ready
Text Domain: 		g5plus-hebes
*/
/************************************************************************************
Put your custom CSS below this block :)
*************************************************************************************/
header.main-header.header-1 {
    border-bottom: 1px solid #f1f1f1;
}
div#wrapper-content {
    padding-top: 55px;
    padding-bottom: 55px;
}
a.back2web {
    border: 1px solid black;
    background-color: #000;
    border-radius: 15px;
    padding: 8px 10px;
    color: #fff;
}
a.back2web:hover{
	background-color:#fff;
	color:#000;
}





.gf-blog-inner article {
    width: 33.33%;
    float: left;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 33.33%;
    max-width: 33.33%;
}
.gf-blog-inner article h4.gf-post-title.heading-color a {
    font-size: 24px;
    font-weight: 400;
}
.skin-light article.post-large-image .gf-post-inner {
	border-color:#0000;
}
.mobile-header-menu {
    display: none;
}
.logo-header img {
    max-height: max-content;
    width: 150px;
	padding: 0;
}
.logo-header {
        height: auto;
	padding-right: 0; 
}







@media screen and (max-width:767px){
	header.mobile-header {
		border-bottom: 1px solid #e7e7e7;
	}
	
	
}








@media screen and (max-width:767px){
.gf-blog-inner article {
    width:100%;
    float: left;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}	
}





