/*
Theme Name: Mona Theme
Theme URI: http://demo.bravisthemes.com/fixera/
Author: Bravis-Themes
Author URI: https://themeforest.net/user/bravis-themes/
Description: Fixera can use for websites such as plumbing, roofing, handyman, painter, maintenance, electrician, roof repair, home repair, renovation, repair service, building, plumber, remodeling . It is fully compatible with all kinds of mobile, tab, notebook, and desktop devices.
Version: 1.0.3
Requires PHP: 7.0
Tested up to: 6.6
License: ThemeForest
License URI: https://themeforest.net/licenses
Text Domain: fixera
Tags:  blue collar, builder, construction, contractor, electrician, freelancer, handyman, home maintenance, mechanic, painter, plumber, portfolio, renovation, repairman, services
*/

/* ----- custom ----- */
/* home */
/* .mona-banner-box .pxl-banner1 .box-image-top {
	z-index: 0;
} */

/* page */
#pxl-wapper #pxl-main {
    padding-top: 0px;
    padding-bottom: 0px;
}
.blog #pxl-wapper #pxl-main,
.archive #pxl-wapper #pxl-main,
.single #pxl-wapper #pxl-main {
	padding: 80px 0;
}

/* about us */
.mona-banner-carousel .pxl-banner-carousel1 .pxl-item--inner,
.mona-banner-carousel .pxl-banner-carousel1 .pxl-item--feature img {
	border-radius: 12px;
}

/* form */
.wpcf7 form.sent .wpcf7-response-output {
	color: #46b450;
    font-weight: 600;
}

/* contact page */
.mona-contact-form .pxl-contact-form .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
	display: block;
	font-size: 12px;
    line-height: 20px;
    position: absolute;
    bottom: 0;
    right: 10px;
}
@media (min-width: 768px) {
	.mona-contact-form .input-contact .col-xl-6.col-lg-6 {
		padding-left: 10px;
		padding-right: 10px;
	}
}

/* blog */
.pxl-item--author {
	pointer-events: none;
}
body.blog .pxl-item--archive .pxl-feature img {
	width: 100%;
}
body.blog .pxl-item--archive .pxl-item--holder {
	padding: 20px;
}
body.blog .pxl-item--archive .pxl-item--title {
	font-size: 30px;
}
body.single-post .pxl-item--meta {
	font-size: 18px;
}
body.single-post .pxl-item--meta li {
	padding-left: 20px;
    padding-right: 10px;
}
body.single-post .pxl-item--meta li i {
	left: 0;
    opacity: 1;
	top: 3px;
}

/* footer */
.mona-footer-media img {
	height: 13px !important; 
	margin-bottom: 2px; 
	padding-left: 5px;
}
.mona-sec-footer .pxl-blog-list .pxl-item--image + .pxl-item--meta {
	padding-left: 15px;
}
.mona-sec-footer .pxl-blog-list .pxl-item--title {
	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* tablet */
@media (max-width: 1024px) {
	/* about us */
	.mona-banner-box .pxl-banner1 .box-image-main {
		padding-right: 0;
	}
	
	/* hidden */
	.mona-banner-box .pxl-banner1 .box-image-top {
		display: none !important;
	}
}

/* mobile */
@media (max-width: 767px) {
	.mona-footer-media {
		font-size: 12px;
	}
	.mona-footer-media img {
		height: 10px !important;
	}
}
/* ----- end custom ----- */

/* ----- scrollbar ----- */
body::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}

body::-webkit-scrollbar {
	width: 6px;
	background-color: #F5F5F5;
}

body::-webkit-scrollbar-thumb {
	border-radius: 10px;
	background-color: var(--primary-color);
}
/* ----- end scrollbar ----- */