/**

Theme Name: Zeppieri

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: zeppieri

Template: astra

*/


.header-bottom-icon svg g {
    fill: #ffffff !important;
}

.header-bottom-icon .elementor-icon-box-content {
    padding-top: 10px;
}

.home-carousel .attachment-full {
    filter: grayscale(1.0);
}

.home-carousel .bdt-ep-static-carousel-item {
    position: relative;
}

.home-carousel .bdt-ep-static-carousel-content h3 {
    position: absolute;
    top: 0px;
    background-color: #921165;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    -webkit-transform: scaley(-1);
    transform: scaley(-1);
    transition: 0.7s;
    padding: 30px;
    display: none;
}

.bdt-ep-static-carousel-image:hover+.bdt-ep-static-carousel-content h3 {
    display: flex;
    -webkit-transform: scaley(-1);
    transform: scaley(-1);
    z-index: 1;
    transition: 0.7s;
}

.bdt-ep-static-carousel-content h3:hover {
    display: flex;
    -webkit-transform: scaley(1);
    transform: scaley(1);
    transition: 0.7s;
}

.bdt-ep-static-carousel-content {
    padding: 0px !important;
}

.home-carousel .bdt-ep-static-carousel-title {
    margin-bottom: 0px;
}

/* .bdt-ep-static-carousel-image:hover .bdt-ep-static-carousel-content {
    display: flex;
} */

.main-field {
    display: flex;
    justify-content: space-between;
}

.field {
    width: 48%;
}

.field input, .textarea textarea, .inner-field input, .inner-field textarea {
    border-radius: 0px;
    border: 1px solid #e0e0e0;
    font-family: Airal-Regular;
    font-size: 14px;
    color: #000;
}

.field select {
    border-radius: 0px;
    border: 1px solid #e0e0e0;
    font-family: Airal-Regular;
    font-size: 14px;
    padding-inline: 16px !important;
    color: #797979;
}

.inner-field textarea {
    height: 200px;
    resize: none;
}

.field input:focus, .textarea textarea:focus {
    border: 1px solid #e0e0e0 !important;
}

.field p, .textarea p {
    margin-bottom: 15px;
}

::placeholder {
    color: #7e7e7e;
    opacity: 1; /* Firefox */
}
  
  ::-ms-input-placeholder { /* Edge 12 -18 */
    color: #7e7e7e;
}

.textarea textarea {
    height: 100px;
    resize: none;
}

.formbtn input, .inner-btn input, .formbtn input:active,  .formbtn input:focus {
    border-radius: 50px;
    background-color: #921165 !important;
    color: #ffffff;
    font-size: 12px;
    padding: 12px 24px;
    font-family: Airal-Regular;
    transition: 0.3s;
}

#ast-scroll-top {
    background-color: #921165 !important;
}

.formbtn input:hover, .inner-btn input:hover {
    background-color: #000;
}

.elementor-icon-list-item, .elementor-icon-list-item a {
    align-items: baseline !important;
}

.elementor-icon-list-icon {
    padding-top: 7px;
}

.team-details p {
    margin-bottom: 5px;
}

.testi-quotes g {
    fill: #921165;
}

.practice-area-boxes {
    text-decoration: none !important;
}

.team-right-side {
    position: relative;
}

.team-right-inner {
    position: sticky;
    top: 30px;
    bottom: 0px;
}

/* .header-bottom-icon .elementor-icon-box-icon {
    padding-top: 6px;
} */

.header-bottom-icon .elementor-icon-box-content {
    padding-top: 5px;
}


@media only screen and (min-width: 768px) and (max-width: 1023px) {


    
}



@media only screen and (max-width: 767px) {

    .main-field {
        display: block;
    }

    .field {
        width: 100%;
    }

    #rmp_menu_trigger-1671 {
        width: 45px;
        height: 45px;
        top: 26px;
    }

    @-moz-document url-prefix() {
        #rmp_menu_trigger-1671 {
            top: 22px;
        }
      }


}