/* ===================================================================================

* Theme Name: Sasup Child
* Theme URI: https://themeforest.net/user/bdevs/portfolio
* Author: Bdevs
* Author URI: http://www.devsnews.com/wp/sasup
* Description: Sasup - Sass Landing WordPress Theme
* Version: 1.0.0
* Template: sasup
* License: GNU General Public License version 3.0
* License URI: http://www.gnu.org/licenses/gpl-3.0.html
* Tags: one-column, right-sidebar, left-sidebar, custom-menu, featured-images, post-formats, sticky-post, translation-ready

* We encourage you to create Child theme for any modifications you will want to do.

* Why use Child theme?

* Because of future updates we may provide for this theme that will overwrite your
* modifications and all your custom work.

* If you are not familiar with Child Themes, you can read about it here:
* http://codex.wordpress.org/Child_Themes
* http://wp.tutsplus.com/tutorials/theme-development/child-themes-basics-and-creating-child-themes-in-wordpress/
====================================================================================== */





:root {
    --clr-theme-1: #ffd633;
}

.hero-area .dashbord-img,
.hero-area .dashbord-img img{
    border-radius: 5px;
}

.service-dashbord-thumb .dashbord-2{
    box-shadow: none;
}

.breadcrumb-bg {
    background-color: #e1ba45;
}

.progress-wrap::after{
    color: var(--clr-theme-1);
}

.progress-wrap svg.progress-circle path{
    stroke: var(--clr-theme-1);
}

.sasup-transparent-btn:hover {
    color: var(--clr-theme-1);
}

.sasup-header ul li:hover > a {
    color: var(--clr-theme-1);
}

.sasup-gray-border-btn:hover{
    color: #2e3138!important;
}

.sasup-theme-btn.style-2{
    background-color: #ffd633;
}

.cta-border-btn:hover, .cta-solid-btn:hover{
    background-color: #e5bf2c;
}

.cta-solid-btn{
    background-color: #ffd633;
    color: #2e3138!important;
}

.sasup-theme-btn{
    color: #2e3138!important;
    background: #ffd633!important;
}

.elementor-col-50 .service-feature-boxed-2-thumb{
    display: none;
}

.grecaptcha-badge {
    display: none!important;
}

.service-feature-boxed-2-content-title a{
    pointer-events: none;
}

.service-feature-boxed-2-thumb{
    max-height: 52px;
    width: auto;
}

.started-label label{
    cursor: auto;
}

.home-hero-button{
    margin-left: 10px;
    margin-bottom: -5px;
}

.footer-widget .logo img {
    width: 140px;
}