/*
Theme Name: Money Plant FX
Theme URI: https://globination.com/themes/wordpress/
Author: Globination
Author URI: https://globination.com
Description: This is Multipurpose Website Theme.
Version: 1.0
License: Globination
*/
@import url("assets/color-control.php"); /* Using a url */

a{
	text-decoration:none !important;
	color:inherit;
}
.mh-100
{
	min-height:100vh !important;
}

.logo .img-center
{
    width: 150px !important;
}
.menu-area {
    padding: 0px !important;
}
@media only screen and (max-width: 600px) {
    .logo .img-center
    {
        width: 150px !important;
    }
	.mean-nav
	{
		max-height:50vh;
		overflow:auto
	}
    
}

.footer-widget .menu-item-type-custom,
.footer-widget .menu-item-type-post_type
{
	padding-bottom:10px !important;
	color:white;
	font-weight:normal;
	font-size:13px;
}
.footer-widget .wp-block-gallery .wp-block-image:hover
{
	transform:scale(1.5);
	background:blue;
}

.extra-info .widget-title
{
	color:white !important;
}
.extra-info .widget
{
	padding:0;
	border:0;
}

/* pagination */
.pagination {
display: inline-block;
}

.pagination a, .pagination span {
color: black;
float: left;
padding: 8px 16px;
text-decoration: none;
border: 1px solid #ddd;
    background: #fff;
}

.pagination a.current, .pagination span {
background-color:var(--primary-color);
color: white;
border: 1px solid var(--primary-color);
}

.pagination a:hover:not(.current) {background-color: #ddd;}
.screen-reader-text
{
    display: none;
}

/*cloud tags single post*/
.tagCloudSinglePost .tag-cloud-link
{
    display: inline-block;
    padding: 3px 10px;
    background-color:var( --theme-color);
    color: aliceblue;
    margin-bottom: 3px;
    margin-right: 3px;
}

.message-scroller
{
	background:var(--theme-color);
	cursor:info;
}

.header-buttons
{
	background:var(--secondary-color);
}

@media only screen and (max-width: 600px) {
	.header-buttons {
		padding:5px 10px !important;
		font-size:10px !important;
	}
}

/*blog-comment*/
.comments-area {margin-top: 50px;margin-bottom: 0;}
.comments-area h2{font-size: 30px;line-height: 38px;margin-bottom: 15px;}
.comments-area ol.comment-list {
    border-bottom: 1px solid #e8e8e8;
    padding-bottom: 25px;
    margin-bottom: 30px;
}
.comment-list li {position: relative;}
.comment-list, .comment-list .children {list-style-type: none;padding: 0;}
.single-post .comments-area {margin-top: 50px;margin-bottom: 0;}
.single-post .comments-area .comments-title {font-size: 33px;font-weight: 600;}
.comment-body {padding: 0;margin-left: 0;margin-bottom: 0;padding: 22px 20px;}
.comment-author {
    float: left;
    max-width: 87px;
    margin-right: 20px;
    text-align: center;
    margin-left: -15px;
}
.comment-author img {max-width: 100%;height: auto;}
.comment-reply-title {
    margin-bottom: 10px;
    font-size: 33px;
    margin-bottom: 20px;
}
.comment-box {
    border: none;
    margin-left: 87px;
    position: relative;
    background-color: #f9f9f9;
    padding: 22px 20px;
}
.comment-meta {font-size: 14px;padding: 0;position: relative;}
.comment-meta, .comment-meta a {color: #9096a1;font-size: 13px;}
.comment-meta .ttm-comment-owner h5, .ttm-comment-owner {
    display: block;
    font-size: 18px;
    line-height: 18px;
    font-style: normal;
    color: #020d26;
    margin: 0;
}
.single article.post .comment-body p {margin-top: 10px;}
.comment-list a.comment-reply-link {
    background-color: #0f385e;
    border-radius: 0;
    color: #fff;
    display: inline-block;
    font-size: 13px;
    line-height: 17px;
    padding: 4px 15px 5px 15px;
}
.comments-area .comment-respond {
    padding-top: 10px;
}
#respond .comment-reply-title {
    margin: 0 0 20px!important;
}
.comment-form {
    margin-bottom: 20px;
}
.comment-form .comment-notes {
    margin-bottom: 25px;
    font-style: italic;
}
.comment-form p:not(.comment-notes) {
    margin-bottom: 20px;
    padding-top: 15px;
}
.comment-form textarea {
    height: 125px;
}
.comment-form textarea, .comment-form input[type="text"], .comment-form input[type="email"], .comment-form input[type="url"] {
    background-color: transparent;
    border: 1px solid rgba(0,0,0,.1);
    border-radius: 0;
    padding-left: 0;
    padding-bottom: 5px;
    text-indent: 0;
    width: 100%;
}



/* sticky footer */
body 
{
	overflow-x:hidden !important;
}
.footerStickyBar
{
	position:fixed !important;
	background:rgba(255,255,255,0.8);
	left:0;
	bottom:0px;
	margin:auto;
	z-index:100000000000000 !important;
	max-width:500px;
	padding:10px 20px !important;
	border-radius:30px;
	box-shadow: rgba(0, 0, 0, 0.15) 0px 15px 25px, rgba(0, 0, 0, 0.05) 0px 5px 10px;
}
.footerStickyBar small 
{
	font-size:8px;
}

.iconbox
{
	padding:10px;
	border-radius:10px;
	background:white ;
	color:white;
	width:60px;
	height:60px;
}
.iconbox a
{
	display:block;
}
.iconbox a i
{
	font-size:20px
}
.whatsapp
{
	background:#02e146;
}
.telegram 
{
	background:#229eda;
}
.signup
{
	background:#FF6600;
}
.download
{
	background:#1E599B;
}

@media only screen and (max-width: 600px) {
	.footerStickyBar
	{
		width:100vw;
	}
}