/**
Theme Name: Astra
Theme URI: https://wpastra.com/
Author: Brainstorm Force
Author URI: https://wpastra.com/about/?utm_source=theme_preview&utm_medium=author_link&utm_campaign=astra_theme
Description: The Astra WordPress theme is lightning-fast and highly customizable. It has over 1 million downloads and the only theme in the world with 6,000+ five-star reviews! It’s ideal for professional web designers, solopreneurs, small businesses, eCommerce, membership sites and any type of website. It offers special features and templates so it works perfectly with all page builders like Spectra, Elementor, Beaver Builder, etc. Fast performance, clean code, mobile-first design and schema markup are all built-in, making the theme exceptionally SEO-friendly. It’s fully compatible with WooCommerce, SureCart and other eCommerce plugins and comes with lots of store-friendly features and templates. Astra also provides expert support for free users. A dedicated team of fully trained WordPress experts are on hand to help with every aspect of the theme. Try the live demo of Astra: https://zipwp.org/themes/astra/
Version: 4.13.0
Requires at least: 5.3
WC requires at least: 3.0
WC tested up to: 10.7.0
Tested up to: 6.9
Requires PHP: 5.3
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra
Domain Path: /languages
Tags: custom-menu, custom-logo, entertainment, one-column, two-columns, left-sidebar, e-commerce, right-sidebar, custom-colors, editor-style, featured-images, full-width-template, microformats, post-formats, rtl-language-support, theme-options, threaded-comments, translation-ready, blog
AMP: true

Astra WordPress Theme, Copyright 2020 WPAstra.
Astra is distributed under the terms of the GNU GPL.

Astra is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of.
Nicolas Gallagher and Jonathan Neal https://necolas.github.com/normalize.css/

Astra icon font is based on IcoMoon-Free vector icon by Keyamoon.
IcoMoon-Free vector icon distributed under terms of CC BY 4.0 or GPL. (https://creativecommons.org/licenses/by/4.0/ or https://www.gnu.org/licenses/gpl.html)
Source: http://keyamoon.com/

Flexibility is a JavaScript polyfill for Flexbox By Jonathan Neal, 10up. (https://github.com/jonathantneal/flexibility)
Licensed under MIT ( https://github.com/jonathantneal/flexibility/blob/master/LICENSE.md )

Screenshot image is a collage of actual sites created using the Astra WordPress Theme.

Icons used in the Screenshot image are all licensed under Creative Commons ( CC BY 4.0 ) License ( https://fontawesome.com/license/free )
https://fontawesome.com/v5.15/icons/store?style=solid
https://fontawesome.com/v5.15/icons/shopping-cart?style=solid
https://fontawesome.com/v5.15/icons/pen-square?style=solid
https://fontawesome.com/v5.15/icons/user-tie?style=solid
https://fontawesome.com/v5.15/icons/user-tie?style=solid

Illustrations used in the Screenshot images are all licensed under Creative Commons ( CC0 ) License ( https://gumroad.com/l/humaaans )
https://websitedemos.net/web-design-agency-08/wp-content/uploads/sites/796/2021/05/standing-24.png
https://websitedemos.net/web-design-agency-08/wp-content/uploads/sites/796/2021/05/sitting-2.png

Hand-drawn illustrations used are created by Brainstorm Force and released under Creative Commons ( CC0 ) License.
https://websitedemos.net/web-design-agency-08/wp-content/uploads/sites/796/2021/05/girl-with-image-container.png
https://websitedemos.net/web-design-agency-08/wp-content/uploads/sites/796/2021/05/boy-with-code-container.png
https://websitedemos.net/web-design-agency-08/wp-content/uploads/sites/796/2021/05/web-browser.png

The same site as screenshot can be imported from here https://websitedemos.net/web-design-agency-08/.

For more information, refer to this document on how to create a page like in the screenshot - https://wpastra.com/docs/replicating-the-screenshot/.

Astra default breadcrumb is based on Breadcrumb Trail by Justin Tadlock. (https://github.com/justintadlock/breadcrumb-trail)
Breadcrumb Trail is distributed under the terms of the GNU GPL v2 or later.

Astra local fonts feature is based on Webfonts Loader by WordPress Themes Team (WPTT). (https://github.com/WPTT/webfont-loader)
Licensed under MIT ( https://github.com/WPTT/webfont-loader/blob/master/LICENSE )

/* Note: The CSS files are loaded from assets/css/ folder. */

/* remove default template header*/

.entry-header {
    display: none;
}

/* gharpedia exclusive css start*/
.btn-theme-primary .elementor-button-icon svg{
	font-size:12px;
}
/* gharpedia exclusive css end*/

/* profesional css start */

.nearby-professionals-box__professionals-no p {
    margin-bottom: 5px;
}

.nearby-professionals-box__professionals-no p .profesional-count {
    font-weight: 700;
}

.professional-left-side {
    width: 60%;
}

.professional-right-side {
    width: 40%;
    padding: 0;
}

.professional-box {
    padding: 18px 25px 18px 25px;
}

.profesional-count {
    font-weight: bold !important;
}


@media (max-width: 767px) {
    .professional-description p span {
        font-size: 15px !important;
    }

    .professional-left-side {
        width: 62%;
    }

    .professional-right-side {
        width: 30%;
        padding: 0;
    }

    .profesional-count {
        font-weight: bold !important;
    }

    /* profesional slider in mobile*/

    .profesional-grid {
        overflow: auto;
        padding-bottom: 0;
        margin-bottom: 28px;
        scrollbar-width: none;
    }

    .profesional-grid::-webkit-scrollbar {
        display: none;
    }

    .profesional-grid .e-con-inner {
        flex-wrap: nowrap;
        justify-content: flex-start;
        margin: 0 20px;
        padding-left: 0;
        display: flex
    }

    .profesional-grid .professional-box {
        padding: 15px 20px 15px !important;
        flex-shrink: 0 !important;
        width: 298px !important;
    }

    /* profesional slider in mobile*/
}

/* profesional slider in tablet */
@media (max-width: 1024px) and (min-width: 768px) {
    .profesional-grid .e-con-inner>*:last-child {
        grid-column: 1 / -1;
        justify-self: center;
        min-width: 385px;
        width: auto;
    }
}

/* profesional slider in tablet*/

/* profesional css end */

/*Newsletter css start*/

.newsletter_form_wrapper .gform_title {
    display: none;
}

.newsletter_form {
    position: relative;
}

.newsletter_form .ginput_container input {
    height: 72px;
    border: 0;
    box-shadow: none;
    background: #fff;
    color: #232528;
    font-size: 16px !important;
    line-height: 19px;
    padding: 0 100px 0 21px !important;
    border-radius: 4px !important;
    -webkit-border-radius: 4px;
    position: relative;
}

.newsletter_form .gform_footer input[type="submit"] {
    position: absolute;
    cursor: pointer;
    right: 30px;
    top: 0;
    height: 72px;
    border: 0;
    display: flex;
    align-items: center;
    background-color: transparent;

    /* 👉 Add SVG icon */
    background-image: url("data:image/svg+xml,%3Csvg width='17' height='16' viewBox='0 0 17 16' fill='%23e78125' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.64109 7.58992C2.74921 7.85088 2.74921 8.14912 2.64109 8.41008L0.0840946 14.5813C-0.262097 15.4168 0.522837 16.276 1.30302 15.9155L16.4347 8.92416C17.1884 8.57594 17.1884 7.42406 16.4347 7.07584L1.30302 0.0844521C0.522837 -0.27602 -0.262097 0.583171 0.0840943 1.41869L2.64109 7.58992Z'/%3E%3C/svg%3E");

    background-repeat: no-repeat;
    background-position: right center;
    background-size: 16px;

    padding-right: 30px;
    /* space for icon */

    font-size: 16px;
    font-weight: 600;
    color: #e78125;
    font-family: 'Inter', sans-serif;
}

@media (max-width: 767px) {
    .newsletter_form .ginput_container input {
        height: 56px;
    }

    .newsletter_form .gform_footer input[type="submit"] {
        height: 56px;
        padding-right: 23px;
        font-size: 15px;
        right: 20px;
    }

    .newsletter_form .ginput_container input {
        padding: 0 80px 0 21px !important;
    }

    .newsletter_form .gform_footer input[type="submit"] {
        background-image: url("data:image/svg+xml,%3Csvg width='17' height='16' viewBox='0 0 17 16' fill='%23e78125' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.64109 7.58992C2.74921 7.85088 2.74921 8.14912 2.64109 8.41008L0.0840946 14.5813C-0.262097 15.4168 0.522837 16.276 1.30302 15.9155L16.4347 8.92416C17.1884 8.57594 17.1884 7.42406 16.4347 7.07584L1.30302 0.0844521C0.522837 -0.27602 -0.262097 0.583171 0.0840943 1.41869L2.64109 7.58992Z'/%3E%3C/svg%3E");

        background-repeat: no-repeat;
        background-position: right center;
        background-size: 12px 12px;
        /* ✅ THIS LINE */
    }

    .newsletter-desc {}
}

/*Newsletter css end*/

