/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/

//Sticker header me head room
/* .site-header {
	z-index: 99999 !important;
    position: fixed !important;
    top: 0;
    right: 0;
    left: 0;
}
#masthead.headroom--not-top.slideUp {
/*     background-color: white !important; 
	transform: translateY(-100%);
	webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

#masthead.headroom--not-top.slideDown {
/*     background-color: white !important; 
	transform: translateY(0%);
	webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}


#masthead.headroom--top {
	background-color:transparent;
   transform: translateY(0%);
	webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

 #masthead {
	 z-index: 99999 !important;
    position: fixed !important;
    right: 0;
    left: 0;
}


.custom-post-article {
	margin-top:7rem;
}

.site-main .wp-block-group__inner-container {
    padding: 10px;
}
.widget-area .widget {
    padding: 10px 40px;
}

.inside-header {
    padding: 10px; 
}

p {
    margin-bottom: 1em;
}

.single-post  .site-content, .fl-theme-layout-template .site-content {
    display: unset;
}

.fl-row-fixed-width {
    max-width: none;
}

.main-navigation.toggled .main-nav>ul {
    background-color: #090d0b;
} */

