/**
Theme Name: minfin
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: minfin
Template: astra
*/

.footer-logo-wrapper p:empty {
    display: none;
}

.footer-logo-wrapper {
    display: flex;
    justify-content: flex-start;
}

.footer-logo-wrapper img {
    width: 100%;
    height: 100%;
    max-width: 50px;
}

.footer-logo-text {
    display: flex;
    flex-direction: column;
    align-items: baseline;
}

.footer-logo-text>div:first-child {
    font-family: "Montserrat", Sans-serif;
    font-weight: 900;
    font-size: 30px;
    line-height: 30px;
}


.footer-logo-text>div:last-child {
    font-family: "Prata", sans-serif;
    font-size: 16px;
    line-height: 24px;
}

#mf-header {
    transition: all 0.3s;
}

.header-abs {
    position: absolute;
    width: 100% !important;
    top: 0;
    left: 0;
    right: 0;
}


#mf-header.elementor-sticky--effects {
    background: rgb(44 49 53 / 95%);
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.2);
}



footer .widget_nav_menu ul li a {
    color: #333744;
}

footer .widget_nav_menu ul li a:hover {
    color: #cfb795;
}

.mf-home-slider .swiper-slide .swiper-slide-contents .elementor-slide-heading {
    transform: translateY(-600px);
    transition: transform 0.5s;
}

.mf-home-slider .swiper-slide.swiper-slide-active .swiper-slide-contents .elementor-slide-heading {
    transform: translateY(0);
}

.mf-home-slider .swiper-slide .swiper-slide-contents .elementor-slide-description {
    transform: scale(0);
    transition: transform 0.5s;
}

.mf-home-slider .swiper-slide.swiper-slide-active .swiper-slide-contents .elementor-slide-description {
    transform: scale(1);
}

.mf-home-slider .swiper-slide .swiper-slide-contents .elementor-slide-button {
    transform: scale(2);
    transition: transform 0.8s;
}

.mf-home-slider .swiper-slide.swiper-slide-active .swiper-slide-contents .elementor-slide-button {
    transform: scale(1);
}

.business-card-wrapper>.elementor-widget-wrap {
    transition: all 0.3s;
}

.business-card-wrapper>.elementor-widget-wrap:hover {
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.3) !important;
}

.business-card img {
    width: 200px;
    height: 200px;
    object-fit: cover;
    border-radius: 100px;
}

.mf-post-cats-wrapper li a {
    padding: 7px 8px;
    font-weight: 400;
    margin: 0 5px 5px 0;
    background: rgba(35, 35, 37, 0.23);
    color: #fff;
    text-transform: uppercase;
    border-radius: 0;
    border: 1px rgba(255, 255, 255, 0.23) solid;
    transition: all 300ms;
}

.mf-post-cats-wrapper li a:hover {
    background: #cfb795;
    border: 1px rgba(255, 255, 255, 0) solid;
}

.mf-post-nav-header .elementor-post-navigation__link {
    position: absolute;
}

.mf-post-nav-header .elementor-post-navigation__prev {
    left: -125px;
    width: auto !important;
    transform: rotate(-90deg);
    top: 50%;
}

.mf-post-nav-header .elementor-post-navigation__next {
    right: -125px;
    width: auto !important;
    transform: rotate(-90deg);
    top: 50%;
}

.mf-post-tags-wrapper a {
    padding: 7px 8px;
    border-radius: 0;
    border: 1px solid #f9f9f9;
    background: #f9f9f9;
    margin: 5px 2px 0 0;
    white-space: nowrap;
}

.mf-post-tags-wrapper a:hover {
    color: #333743;
    border: 1px solid #f6f7f8;
    background: #fff;
}

#comments .comment-reply-title {
    font-family: 'Lato';
}

#comments .form-submit input[type="submit"] {
    background-color: #333743;
    transition: all 0.3s;
}

#comments .form-submit input[type="submit"]:hover,
#comments .form-submit input[type="submit"]:focus {
    background-color: #cfb795;
}

.mf-posts-archive-wrapper article {
    box-shadow: 0 0 15px 2px rgb(0 0 0 / 3%);
}

.mf-posts-archive-wrapper article .elementor-post__text {
    padding: 10px;
}

section.mf-calcs-section #fbuilder input[type="checkbox"] {
    -webkit-appearance: none !important;
}

section.mf-calcs-section #fbuilder input[type="checkbox"] {
    width: 40px !important;
    height: 20px !important;
    -webkit-appearance: none !important;
    -moz-appearance: none;
    background: #c6c6c6;
    outline: none;
    border-radius: 10px;
    box-shadow: inset 0 0 5px rgba(0, 0, 0, .2);
    transition: 0.5s;
    position: relative;
}

section.mf-calcs-section #fbuilder input:checked[type="checkbox"] {
    background: #474E56;
}

section.mf-calcs-section #fbuilder input[type="checkbox"]::before {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    top: 0;
    left: 0;
    background: #fff;
    transform: scale(1.1);
    box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
    transition: 0.5s;
}

section.mf-calcs-section #fbuilder input:checked[type="checkbox"]::before {
    left: 20px;
}

section.mf-calcs-section #fbuilder .left_aligned .fields:not(.section_breaks) label:not(:empty) {
    width: 70% !important;
}

section.mf-calcs-section #fbuilder .left_aligned .fields label:not(:empty)+.dfield {
    width: 30% !important;
}

section.mf-calcs-section #fbuilder .left_aligned .fields .dfield>.side_by_side>label {
    width: 100% !important;
}

section.mf-calcs-section #fbuilder .fform {
    display: none;
}

section.mf-calcs-section #fbuilder .ui-slider-handle,
section.mf-calcs-section #fbuilder .ui-slider-range {
    background: #474E56;
}



@media screen and (min-width:768px) {
    footer .site-below-footer-wrap .site-footer-below-section-1 .ast-builder-html-element {
        text-align: left;
    }

    footer .site-below-footer-wrap .site-footer-below-section-2 .ast-footer-copyright {
        text-align: right;
    }

    .mf-header-contacts .elementor-icon-list-items li:first-child {
        display: none;
    }
}

@media screen and (max-width:1023px) {
    footer .site-primary-footer-wrap .site-footer-section {
        padding: 10px;
    }

    footer .site-primary-footer-wrap .site-footer-section .widget {
        text-align: left;
    }
}

@media screen and (max-width: 767px) {
    .mf-header-contacts .elementor-icon-list-text {
        display: none !important;
    }

    .mf-header-contacts .elementor-icon-list-items {
        display: flex;
    }

    .mf-header-contacts .elementor-icon-list-items li:first-child {
        margin-right: 20px
    }

    section.mf-calcs-section #fbuilder .left_aligned .fields label:not(:empty)+.dfield {
        width: 100% !important
    }
}