/*
Theme Name: PopularFX Child
Theme URI: https://popularfx.com
Template: popularfx
Author: Pagelayer
Author URI: https://pagelayer.com
Description: Lightweight theme to make beautiful websites with Pagelayer. Includes 100s of pre-made templates to design your dream website !
Tags: custom-background,custom-logo,custom-menu,featured-images,threaded-comments,translation-ready,entertainment,full-width-template,one-column,two-columns,left-sidebar,e-commerce,right-sidebar,microformats,post-formats,theme-options,blog,rtl-language-support
Version: 1.2.7.1769452849
Updated: 2026-01-26 18:40:49

*/

body,#page,.site {
	background-color: #ffffff !important;
}

header.site-header {
	padding-bottom:10px !important;
	padding-top: 1.5em;	
	z-index: 10;
}

header.site-header div#header-inner {
	max-width:1200px !important;
	margin: 0px auto !important;
}

header.site-header nav#site-navigation {
	margin-bottom: 0 !important;
	font-weight:bold;
	padding: 20px;
}

footer.site-footer {
	margin-top: 0 !important;
}

footer.entry-footer {
	display:none;
}

.site-main {
	padding-left: 0px !important;
	padding-right: 0px !important;
}

nav#site-navigation li.btn a,a.btn {
	display: block;
	cursor:pointer;
	color: #ffffff;
	transition: .3s ease-in-out;
	padding: 10px 14px;
	border-radius: 8px;
	font-weight: bold;
}

a.btn.d-inline-block {
	display:inline-block;
	margin:5px;
}

nav#site-navigation li.btn a:hover, a.btn:hover {
	background-color:#000000 !important;
	color: #ffffff !important;
}

nav#site-navigation li.btn.green a,a.btn.green {
	background-color: #19853D;
}

nav#site-navigation li.btn.white a,a.btn.white {
	background-color: #ffffff;
	color: #000000;
}

nav#site-navigation li.btn.orange a,a.btn.orange {
	background-color: #d95700;
}

button.menu-toggle {
	font-size: 30px;
	padding: 20px;
}

.article {
	padding: 4em;
	margin: 20px auto !important;
	max-width: 1200px !important;
	border: none !important;
	box-shadow: none !important;
}

div.blog-cta-box {
	float:right;
	margin: 10px 0px 15px 15px;
	display: block;
	padding: .25em 1.5em 1.5em 1.5em;
	background-color: #19853D;
	color: #ffffff;
	box-shadow:0px 0px 8px #e6e6e6;
	border: 1px solid #e6e6e6;
	border-radius: 10px;
	text-align:center;
	font-weight:bold;
}

#form-mount {
	background-image: none;
	min-height: 150px;
}
#form-mount.loading {
	background-image: url('https://theleafpros.com/wp-content/uploads/2026/01/leaf-pros-loading.gif');
	background-repeat:no-repeat;
	background-position:center center;
	background-size: 100px auto;
}

@media screen and (max-width:768px) {
	div.blog-cta-box {
		float:none;
		margin: 25px auto;
		width: 100%;
	}
}