/**
Theme Name: Astra Child
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: astra-child
Template: astra
*/

.news-letter-box-style input[type="email"] {
    background-color: transparent !important;
    font-family: var(--e-global-typography-text-font-family), Sans-serif;
    font-size: var(--e-global-typography-text-font-size) !important;
    font-weight: var(--e-global-typography-text-font-weight);
    text-transform: var(--e-global-typography-text-text-transform);
    font-style: var(--e-global-typography-text-font-style);
    text-decoration: var(--e-global-typography-text-text-decoration);
    line-height: var(--e-global-typography-text-line-height);
    letter-spacing: var(--e-global-typography-text-letter-spacing);
    word-spacing: var(--e-global-typography-text-word-spacing);
    color: #fff !important;
    border-radius: 5px;
    padding: 10px !important;
}

.news-letter-box-style input::placeholder {
    color: #fff !important;
}

.news-letter-box-style input:focus {
    box-shadow: none !important;
    outline: none !important;
    border-color: #fff !important;
}

.news-letter-box-style .gform_button.button {
    font-family: var(--e-global-typography-accent-font-family), Sans-serif;
    font-size: var(--e-global-typography-accent-font-size);
    font-weight: var(--e-global-typography-accent-font-weight);
    text-transform: var(--e-global-typography-accent-text-transform);
    font-style: var(--e-global-typography-accent-font-style);
    text-decoration: var(--e-global-typography-accent-text-decoration);
    line-height: var(--e-global-typography-accent-line-height);
    letter-spacing: var(--e-global-typography-accent-letter-spacing);
    word-spacing: var(--e-global-typography-accent-word-spacing);
    fill: var(--e-global-color-astglobalcolor5);
    color: var(--e-global-color-astglobalcolor5);
    background-color: var(--e-global-color-astglobalcolor0);
    border-style: solid var(--e-global-color-astglobalcolor0);
    border-width: 1px 1px 1px 1px;
    border-color: #FFFFFF54;
    border-radius: 4px 4px 4px 4px;
    padding: 14px 24px 14px 24px;
    width: 100% !important;
    display: block !important;
    transition: all 0.3s ease-in-out;
}

.news-letter-box-style .gform_button.button:hover {
    background-color: #fff;
    color: #00b5da;
}

.news-letter-box-style .gform_confirmation_message {
    color: #fff !important;
    text-align: center !important;
    border: 1px solid rgba(255, 255, 255, 0.5);
    padding: 10px;
}

.blog-style article{
    background-color: #fff !important;
    border-radius: 0 0 4px 4px;
    /* cursor: pointer; */
}
.blog-style p.elementor-post__title {
    min-height: 132px;
}

.blog-style .elementor-post__excerpt p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    /* number of lines to show */
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.blog-style .elementor-post__text {
    position: relative;
    padding: 20px;
}

.blog-style .elementor-post__date {
    color: #D09A40 !important;
}

.blog-style .elementor-post__text .elementor-post__meta-data {
    position: absolute;
    top: 0;
    color: #D09A40 !important;
}

.blog-style .elementor-post__title {
    padding-top: 7px;
}
.blog-style article:hover .elementor-post__title a{
    transition: all 0.3s ease-in-out;
}
.blog-style article:hover .elementor-post__title a{
    color: #D09A40 !important;
}
.blog-style article .elementor-post__read-more{
    transition: all 0.3s ease-in-out;
    color: #D09A40 !important;
}
.blog-style article:hover .elementor-post__read-more{
    color: #000 !important;
}

.post-cntnt-style strong{
    color: #000;
}
.post-cntnt-style h4{
    margin-bottom: 15px;
}
.post-cntnt-style ol, ul{
    margin: 23px;
}
.post-cntnt-style li{
    margin-bottom: 10px;
}
.post-cntnt-style li::marker{
    color: var( --e-global-color-astglobalcolor0 );
}

.contact-frm-style input{
    background-color: transparent !important;
    font-family: var(--e-global-typography-text-font-family), Sans-serif;
    font-size: var(--e-global-typography-text-font-size) !important;
    font-weight: var(--e-global-typography-text-font-weight);
    text-transform: var(--e-global-typography-text-text-transform);
    font-style: var(--e-global-typography-text-font-style);
    text-decoration: var(--e-global-typography-text-text-decoration);
    line-height: var(--e-global-typography-text-line-height);
    letter-spacing: var(--e-global-typography-text-letter-spacing);
    word-spacing: var(--e-global-typography-text-word-spacing);
    color: #000 !important;
    border-radius: 5px;
    padding: 12px !important;
    border-color: #000 !important;
}

.contact-frm-style .gform_button.button {
    font-family: var(--e-global-typography-accent-font-family), Sans-serif;
    font-size: var(--e-global-typography-accent-font-size);
    font-weight: var(--e-global-typography-accent-font-weight);
    text-transform: var(--e-global-typography-accent-text-transform);
    font-style: var(--e-global-typography-accent-font-style);
    text-decoration: var(--e-global-typography-accent-text-decoration);
    line-height: var(--e-global-typography-accent-line-height);
    letter-spacing: var(--e-global-typography-accent-letter-spacing);
    word-spacing: var(--e-global-typography-accent-word-spacing);
    fill: var(--e-global-color-astglobalcolor5);
    color: var(--e-global-color-astglobalcolor5) !important;
    background-color: #00b5da !important;
    border-style: solid var(--e-global-color-astglobalcolor0);
    border-width: 1px 1px 1px 1px;
    border-color: #00b5da !important;
    border-radius: 4px 4px 4px 4px;
    padding: 14px 24px 14px 24px;
    width: 100% !important;
    display: block !important;
    transition: all 0.3s ease-in-out;
    /* border-color: var( --e-global-color-astglobalcolor0 ) !important; */
    border: 1px solid;
}

.contact-frm-style input::placeholder {
    color: rgba(0, 0, 0, 0.5) !important;
}

.contact-frm-style select {
    background-color: transparent !important;
    font-family: var(--e-global-typography-text-font-family), Sans-serif;
    font-size: var(--e-global-typography-text-font-size) !important;
    font-weight: var(--e-global-typography-text-font-weight);
    text-transform: var(--e-global-typography-text-text-transform);
    font-style: var(--e-global-typography-text-font-style);
    text-decoration: var(--e-global-typography-text-text-decoration);
    line-height: var(--e-global-typography-text-line-height);
    letter-spacing: var(--e-global-typography-text-letter-spacing);
    word-spacing: var(--e-global-typography-text-word-spacing);
    color: #000 !important;
    border-radius: 5px;
    padding: 0 10px !important;
    height: 50px !important;
    border-color: #000 !important;
}

.contact-frm-style textarea::placeholder {
    color: rgba(0, 0, 0, 0.5) !important;
}

.contact-frm-style textarea{
    height: 200px !important;
    border-color: #000 !important;
    background-color: transparent !important;
    font-family: var(--e-global-typography-text-font-family), Sans-serif;
    font-size: var(--e-global-typography-text-font-size) !important;
    font-weight: var(--e-global-typography-text-font-weight);
    text-transform: var(--e-global-typography-text-text-transform);
    font-style: var(--e-global-typography-text-font-style);
    text-decoration: var(--e-global-typography-text-text-decoration);
    line-height: var(--e-global-typography-text-line-height);
    letter-spacing: var(--e-global-typography-text-letter-spacing);
    word-spacing: var(--e-global-typography-text-word-spacing);
    color: #000 !important;
    border-radius: 5px;
    padding: 10px !important;
    resize: none !important;
    outline: none;
}
.contact-frm-style textarea:focus{
    outline: none !important;
}
.contact-frm-style .gform_button.button:hover {
    background-color: #fff !important;
    color: #00b5da !important;
    border-color: #00b5da !important;
}

.contact-frm-style .gform_footer{
    position: relative;
}
.contact-frm-style .gform_ajax_spinner{
    position: absolute;
    top: 50% !important;
    right: 0 !important;
    transform:translateY(-50%);
}
.contact-frm-style .gform_validation_errors{
    background-color: transparent !important;
    border: none !important;
    padding: 0 !important;
    box-shadow: none !important;
    position: absolute !important;
    top: -17px;
	margin:0 !important;
}
.contact-frm-style .gform_wrapper.gravity-theme .gform_validation_errors>h2{
    font-size: 12px !important;
    line-height: 14px !important;
    padding-left: 22px;
}
.contact-frm-style .gform_wrapper.gravity-theme .gform_validation_errors>h2 .gform-icon{
    font-size: 16px;
    left: -1px !important;
    position: absolute;
    top: 0;
}
.contact-frm-style .gfield{
    position: relative;
}
.contact-frm-style .gfield .gfield_validation_message{
    position: absolute;
    top: 10px !important;
    right: 0 !important;
    padding: 0 15px !important;
    margin: 0 !important;
    border: none !important; 
    background: transparent !important;
    width: auto !important;
    font-size: 12px !important;
}
.contact-frm-style .gfield_error input{
    border-color: #c02b0a !important;
}

#input_2_7 {
    margin: 0px !important;
    padding: 0 10px !important;
    height: 39px !important;
}

.contact-frm-style .gform_validation_error form{
    padding-top: 0px !important;
}
.news-letter-box-style  .validation_message {
    position: absolute;
    width: auto !important;
    right: 0;
    top: 11px;
    background: transparent !important;
    border: none !important;
    padding: 0 10px !important;
    margin: 0 !important;
    color: #ff7474 !important;
}
.news-letter-box-style .gform_wrapper.gravity-theme .gfield_error [aria-invalid=true] {
    border: 1px solid #ff7474;
}
.news-letter-box-style .gform_validation_errors {
    position: absolute !important;
    padding: 6px 36px !important;
    top: -15px;
    margin: 0 !important;
    background: #fff !important;
    border-color: #ff7474 !important;
    color: #ff7474 !important;
}
.news-letter-box-style .gform_submission_error {
    color: #ff7474 !important;
}
.news-letter-box-style span.gform-icon.gform-icon--circle-error {
    font-size: 18px !important;
}
.news-letter-box-style .gform-icon--circle-error:before{
    color: #ff7474 !important;
}
.news-letter-box-style .gform_footer{
    position: relative;
}
.news-letter-box-style .gform_ajax_spinner{
    position: absolute;
    top: 50% !important;
    right: 0 !important;
    transform:translateY(-50%);
}

.blog-style.related-style h3{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
.blog-style.related-style .elementor-post__text {
    position: relative;
    padding: 10px;
}

.blog-style.related-style .elementor-post__title {
    padding-top: 21px;
}
.blog-style.related-style .elementor-post__text .elementor-post__meta-data {
    position: absolute;
    top: 8px;
}
.blog-style.related-style article{
    align-items: center !important;
}
.post-cntnt-style figure img{
    background: #fff !important;
    padding: 15px !important;
    box-shadow: 0px 20px 50px rgba(8, 27, 104, 0.11) !important;
    margin: 15px 0 !important;
    text-align: center;
}
.post-cntnt-style figure.is-type-video{
    background: #fff !important;
    padding: 15px !important;
    box-shadow: 0px 20px 50px rgba(8, 27, 104, 0.11) !important;
    margin: 15px 0 !important;
    text-align: center;
}
.post-cntnt-style .wp-block-image {
    /* width: max-content; */
}
/* Responsive */
@media(max-width: 1024px){
    .news-letter-box-style .gform_validation_errors{
       top: unset !important;
       bottom: -42px !important;
    }
    .news-letter-box-style .gform_submission_error {
        font-size: 12px !important;
        line-height: 12px !important;
    }   
}
@media(max-width: 767px){
    .post-cntnt-style .elementor-widget-container p{
        /* text-align: center; */
    }
    .post-cntnt-style .elementor-widget-container h4{
        /* text-align: center; */
    }
    .post-cntnt-style .elementor-widget-container ul li{
        text-align: left;
    }
    .post-cntnt-style h4 {
        margin-bottom: 5px;
    }
    .blog-style p.elementor-post__title {
        min-height: auto;
    }
    .news-letter-box-style .gform_validation_errors{
            bottom: -33px !important;
    }
    .blog-style.related-style article{
        flex-direction: column !important;
    }
}

