/*
Theme Name: Saasland Child
Theme URI: https://droitthemes.com/wp/saasland
Template: saasland
Author: DroitThemes
Author URI: https://themeforest.net/user/droitthemes/portfolio
Description: Saasland is a creative WordPress theme for saas, software, startup, app, agency and related products & services.
Version: 1.1.3
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: saasland-child
*/
body.elementor-panel-loading #elementor-panel-state-loading {
	display: none !important;
}
.blog_single_info .blog_list_item_two blockquote:before,blockquote:before {
    content: "\f10d";
    font-size: 30px;
    color: #5e2ced;
    padding-bottom: 12px;
    display: inline-block;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900
}

.blog_single_info .blog_list_item_two blockquote:after,blockquote:after {
    content: "\f10d";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    right: 30px;
    bottom: auto;
    top: 80%;
    color: #f2effd;
    font-size: 100px;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    z-index: -1
}