/*
 Theme Name:   Actigym Theme
 Template:     hemingway
 Theme URI:    
 Description:  Theme of Actigym Trampoline Group
 Author:       Florian
 Author URI:   
 Version:      1.0.0
 Tags:         
 Text Domain:  actigym-child
*/

@import url("../hemingway/style.css");

/* =Theme customization starts here
-------------------------------------------------------------- */
.blog-info{
	background: none;
}
/* MENU */
.navigation-inner{
	overflow: hidden;
}
.blog-menu{
	width:auto;
	float:right;
}
.blog-menu a {
	color:#444;
}
.blog-menu .current-menu-item a {
    color: #e53013;
}
.logo-menu{
	float:left;
}
.blog-menu li.current-menu-item{
	border-bottom: 6px solid #e53013;
}


/* HEADER */
.header{
	padding: 10% 0px;
}
/* PAGE CONSTRUCTOR */
.panel-grid .widget{
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}

/* COMMENT */
.form-allowed-tags{display:none;}

/* POST */
.post-author {display:none;}
.post-meta .date-sep:nth-child(4){display: none;}

/* PLUGIN: SIMNOR SHORTCODE */
.simnor-shortcode p {
	font-size: .7em; 
}
body .simnor-shortcode-toggle-content{
	padding: 20px!important;
}
.simnor-shortcode-toggle-heading{
	font-weight: bold!important;
}
.simnor-shortcode-toggle-heading:hover, .simnor-shortcode-toggle-heading:active{
	background-color:#f2f2f2; 
}

/* PAGE: PRESENTATION */
.page-id-119,.page-id-119 h3{
	text-align: center;
}


/* MEDIA QUERIES */
@media screen and (max-width: 800px) {
	.header-logo{
		display: none;
	}
}