/*Temporary hide front page elements*/

.page-id-1095 .site-footer, .page-id-1095 .main-navigation, .page-id-1095 .inside-right-sidebar, .page-id-1095 .top-bar {
	display:none;
}

/*Temporary hide donate button*/
#donate-button {
	display:none;
}

/*Top Bar - Logo, Donate, Social links*/
.top-bar {
	font-size: 17px;
	background-color: #f4f4f4;
  color: #221f20;
}

.top-bar a, .top-bar a:visited {
	color: #1FA199;
}

/*Logo*/
#custom_html-9 {
	float:left;
}

#custom_html-9 .custom-html-widget {
	height:51px;
}

@media (max-width: 768px) {
	#custom_html-9 {
		width:80%;
		margin-right: 20px !important;
	}
	#custom_html-9 img {
		width:100% !important;
	}
}

/*Donate*/
#custom_html-10 {
	width: auto;
	text-align:center;
}

button {
	background-color: #1FA199;
    font-weight: bold;
}

button:hover {
	background-color: #1FA199;
	opacity:0.8;
}

#donate-button a {
	color: white;
}

button a {
	color: white !important;
}


/*Social links*/
#nav_menu-3 {
	float:right;
	font-size:30px;
}

#nav_menu-3 ul {
	width:174px;
}

/*Header - Megamenu*/
.inside-header {
	display:none;
}

.page-id-1358 .inside-header, .category .inside-header, .single-post .inside-header, .tag .inside-header {
	display:block;
}

.inside-header {
	border-style: solid;
  border-width: 3px 3px 0px 0px;
	padding: 0px;
}

.header-widget {
	float:left;
	max-width:100%;
	width:100%;
	text-align: center;
}

.site-header {
	color: #f4f4f4;
}

/*Megamenu*/
ul#mega-menu-max_mega_menu_1 {
	text-align: center !important;
	background-color: white !important;
}

a.mega-menu-link {
	color: #1fa199 !important;
}

.mega-current-menu-item a, a.mega-menu-link:hover, a.mega-menu-link:focus {
	color: white !important;
	background: #1FA199 !important;
}

span.mega-toggle-label-closed, 
span.mega-toggle-label-open {
	display:none !important;
}

span.mega-toggle-label:after {
	content: "CATEGORIES";
}

#menu-categories > li {
	padding: 0px;
	margin-right: -5px;
}

#menu-categories li > a:hover {
	color:#1FA199;
}

#menu-categories li > a {
	display: block;
	border-style: solid;
  border-width: 0px 3px 0px 0px;
	border-color: #f4f4f4;
	padding-left: 20px;
  padding-right: 20px;
	line-height: 60px;
	font-weight: 400;
  text-transform: none;
  font-size: 15px;
}

#site-navigation .menu-toggle {
	color: black;
}


/*Navigation - Main menu */
.main-navigation, .main-navigation ul ul {
    background-color: white;
}

.main-navigation .main-nav ul li a, .menu-toggle {
	color: #221f20;
	border-color: #f4f4f4;
	border-style: solid;
  border-width: 0px 3px 0px 0px;		
}

.main-navigation .main-nav ul ul li a {
	color:#221f20;
}

/*Main menu*/
#menu-main-menu > li {
	width:20%;
}

@media (max-width: 768px) {
	#menu-main-menu > li {
		width:100%;
	}
	#post-1330 .fl-rich-text p {
		padding: 0px;
	}
}

/*Widgets - Most popular*/
#custom_html-11 h3 {
	    font-size: 15px;
    line-height: 22.5px;
    margin: 10px !important;
}
#custom_html-11 hr {
    margin: 0 !important;
}

/*Page*/
/*Gutenburg button*/
.wp-block-button, .wp-block-button a, .wp-block-button a:visited {
	color: white !important;
}

/*Blog image full width on mobile*/
@media (max-width: 768px) {
	.wp-posts-pro img {
		width:100% !important;
	}
}

/*Blockquote*/
.entry-content blockquote {
	    color: #1FA199;
    display: inline-block;
    width: 40%;
    float: left;
    margin-right: 40px;
	border-left: 0;
	border-top: 5px solid rgba(0,0,0,.05);
}

@media (max-width: 768px) {
	.entry-content blockquote {
		width: 80%;
	}
}

/*Annoying blog icons remove*/
.wpp_post i {
	display:none;
}

/*Hide post metadata*/
.entry-meta .cat-links, .entry-meta .tags-links, .entry-meta .comments-link {
	display:none;
}

/*Footer*/
/*GP Copyright hide*/
.copyright-bar {
	display:none;
}







