/*
Theme Name: Saasland
Theme URI: https://saaslandwp.com/demo/
Author: DroitThemes
Author URI: https://themeforest.net/user/droitthemes
Description: Saasland is a creative WordPress theme for saas, software, startup, mobile app, agency and related products & services. SaasLand is loaded with tons of features, elements & blocks, options that give its users real flexibility to create a dynamic, professional website in no time.
Version: 3.4.4
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: saasland
Tested up to: 5.8
Requires PHP: 5.2.4
*/

:root {
    --primary-color: #5e2ced; /* Theme Brand Colors */
    --secondary-color: #051441; /* Theme Secondary Colors */
    --body-color: #677294; /* Theme Paragraph Colors */
}
.blog .menu>.nav-item>.nav-link,
.home.blog a.navbar-brand.sticky_logo h3 {
    color: #ffffff;
}

.home.blog .navbar_fixed a.navbar-brand.sticky_logo h3 {
    color: #2c2c51;
}

@media (min-width: 992px) {
    .header_area .alter_nav + .menu_cus  {
        margin-left: 30px;
    }
    .header_area .navbar-collapse .menu + .menu_cus {
        display: none;
    }
}
@media (max-width: 991px) {
    .header_area .alter_nav + .menu_cus  {
        display: none;
    }
}


.widget_block ol.wp-block-latest-comments {
    padding: 0;
}