/*
Theme Name: Garden Lawn Care
Theme URI: https://www.ovationthemes.com/products/free-garden-wordpress-theme
Author: pewilliams
Author URI: https://www.ovationthemes.com/
Description: Garden Lawn Care is a picturesque online sanctuary for gardening enthusiasts, lawn care professionals, lawn maintenance, landscaping, gardening services, outdoor design, turf management, garden tools, lawn mowing, horticulture, yard care, garden design, irrigation, landscape architecture and garden planning alike. Its charming design and user-friendly interface make it the perfect digital hub for anyone passionate about nurturing outdoor spaces. With its lush green imagery and vibrant color palette, the theme invites visitors into a virtual garden oasis. Whether you’re a landscaping company showcasing your portfolio or a gardening enthusiast sharing tips and tricks, this theme provides an idyllic backdrop to inspire and captivate your audience. Beyond its aesthetic appeal, the Garden Lawn Care WordPress Theme offers practical features tailored to the needs of lawn care professionals and gardening enthusiasts. From service listings and pricing information to gardening tutorials and product recommendations, the theme serves as a comprehensive resource for all things green-thumb related. One of the standout benefits of the Garden Lawn Care WordPress Theme is its user-friendly interface, which allows users to navigate effortlessly through content and find exactly what they’re looking for. Whether they’re browsing through garden inspiration galleries or booking a lawn care service, visitors can easily access the information they need with just a few clicks. Moreover, the theme is fully responsive and mobile-friendly, ensuring that your garden sanctuary looks stunning and functions seamlessly across all devices. Demo: https://trial.ovationthemes.com/garden-lawn-care-pro/
Requires at least: 6.1
Tested up to: 6.7
Requires PHP: 5.6
Version: 1.8
License: GNU General Public License
License URI: https://www.gnu.org/licenses/gpl-3.0.en.html
Text Domain: garden-lawn-care
Tags: blog, portfolio, photography, one-column, two-columns, custom-colors, custom-menu, custom-logo, sticky-post, threaded-comments, right-sidebar, left-sidebar, grid-layout, custom-background, rtl-language-support, featured-images, wide-blocks, editor-style, full-site-editing, block-patterns, block-styles, style-variations, template-editing, translation-ready

Garden Lawn Care WordPress Theme, Copyright 2024 pewilliams
Garden Lawn Care is distributed under the terms of the GNU GPL

*/

a{
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
a:focus,
button:focus{
	outline: 2px solid blue;
}
/*navigation css*/
@media screen and (min-width:1000px){
    .wp-block-navigation ul li a{
        position: relative;
    } 

    .wp-block-navigation ul li a::before {
        content: "";
        background: var(--wp--preset--color--primary);
        opacity: 0;
        margin: 0 auto;
        height: 2px;
        width: 0;
        left: 0;
        right: 0;
        bottom: -2px;
        position: absolute;
        -moz-transition: width 0.5s ease-in-out, opacity 0.5s ease-in-out;
        -o-transition: width 0.5s ease-in-out, opacity 0.5s ease-in-out;
        -webkit-transition: width 0.5s ease-in-out, opacity 0.5s ease-in-out;
        transition: width 0.5s ease-in-out, opacity 0.5s ease-in-out;
    }
    .wp-block-navigation ul li a:hover::before,
    .wp-block-navigation ul li a:focus::before {
        opacity: 1;
        width: calc(100% - 3px);
    }
    .wp-block-navigation .current-menu-item a::before{
        content: "";
        position: absolute;
        opacity: 1;
        background: var(--wp--preset--color--primary);
        margin: 0 auto;
        height: 3px;
        left: 0;
        right: 0;
        top: -20px;
        width: calc(100% - 3px);
    }
    .wp-block-navigation ul li a:hover,
    .wp-block-navigation ul li a:focus,
    .wp-block-navigation .current-menu-item a,
    .wp-block-navigation ul ul li a:hover,
    .wp-block-navigation ul ul li a:focus,
    .wp-block-navigation__submenu-container .current-menu-item a{
        color: var(--wp--preset--color--primary) !important;
    }
    .wp-block-navigation .has-child .wp-block-navigation__submenu-container{  
        border-top: 2px solid var(--wp--preset--color--primary);
        border-bottom: 2px solid var(--wp--preset--color--primary);
        box-shadow: 2px 2px 8px #cfc8d8;
    }
    .wp-block-navigation ul ul li a:hover::before,
    .wp-block-navigation ul ul li a:focus::before,
    .wp-block-navigation ul ul .current-menu-item a::before {
        width: 0 !important; 
    }
    .wp-block-navigation ul ul li a{
        border-bottom: 1px solid var(--wp--preset--color--border-color);
    }
    .wp-block-navigation ul li:last-child a{
        border-bottom: none;
    }
    .wp-block-navigation ul ul li a:hover,
    .wp-block-navigation ul ul li a:focus,
    .wp-block-navigation__submenu-container .current-menu-item a{
        background-color: var(--wp--preset--color--primary-light) !important;
    }
}
.wp-block-navigation ul ul{
    padding: 0 !important;
}
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-page-list,
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__container{
    width: 100%;
    border: 1px solid var(--wp--preset--color--border-color);
    border-top-color: var(--wp--preset--color--primary);
    border-bottom-color: var(--wp--preset--color--primary);
}
.wp-block-navigation__responsive-container.is-menu-open li a,
.wp-block-navigation__responsive-container.is-menu-open li li a,
.wp-block-navigation__responsive-container.is-menu-open li li:last-child a{
    border-bottom: 1px solid var(--wp--preset--color--border-color);
}
.wp-block-navigation__responsive-container.is-menu-open li:last-child a{
    border-bottom: none;
}
.wp-block-navigation__responsive-container.is-menu-open li a:hover,
.wp-block-navigation__responsive-container.is-menu-open li a:focus,
.wp-block-navigation__responsive-container.is-menu-open li.current-menu-item a{
    background-color: var(--wp--preset--color--primary-light) !important;
    color: var(--wp--preset--color--primary) !important;
}
.wp-block-navigation .wp-block-navigation__submenu-icon{
    background: transparent;
}
@media screen and (max-width:999px) {
    .wp-block-navigation__responsive-container,
    .wp-block-navigation__responsive-container .wp-block-navigation__responsive-container-content{
        display: none;
    }

    .wp-block-navigation__responsive-container-close svg,
    .wp-block-navigation__responsive-container-open svg{
        width: 26px;
        height: 26px;
    }
    
    .wp-block-navigation__responsive-container-open svg path,
    .wp-block-navigation__responsive-container-close svg path{
        fill: var(--wp--preset--color--heading);
    }

    .wp-block-navigation__responsive-container-close{
        top: 0;
        right: 20px;
    }

    .wp-block-navigation__responsive-container-open:not(.always-shown){
        display: block;
    }

    .wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open) {
        display: none; 
    }

    .wp-block-navigation:not(.has-background) .wp-block-navigation__responsive-container.is-menu-open{
        background-color: var(--wp--preset--color--secondary);
    }

    .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content{
        padding: 1.5em;
        padding-top: 2.5rem;
    }

    .wp-block-navigation .wp-block-navigation__responsive-container-content ul.wp-block-navigation__container {
        width: 100%;
        gap: 0 !important;
        border-bottom: none;
    }
    .wp-block-navigation .wp-block-navigation__responsive-container-content ul.wp-block-navigation__container li.wp-block-navigation-item {
        width: 100%;
        gap: 0 !important;
        border: none !important;
    }
    .wp-block-navigation .wp-block-navigation__responsive-container-content ul.wp-block-navigation__container li.wp-block-navigation-item a {
        width: calc( 100% - 48px );
        padding: 12px 24px 12px;
        line-height: 30px;
        text-align: left;
    }

    /*
    * Submenu Css
    */

    .wp-block-navigation .wp-block-navigation__responsive-container-content ul.wp-block-navigation__container li.wp-block-navigation-item .wp-block-navigation__submenu-icon {
        display: block !important;
        margin-left: 15px;
        padding: 3px 10px;
        float: right;
        font-size: 19px;
        line-height: 1;
        position: absolute;
        right: 0;
        top: 0;
        height: 42px;
        width: 42px;
    }
    .wp-block-navigation .wp-block-navigation__responsive-container-content ul.wp-block-navigation__container li.wp-block-navigation-item .wp-block-navigation__submenu-icon svg {
        stroke: var(--wp--preset--color--heading);
        display: block;
        width: 30px;
        height: 13px;
        margin: 0 !important;
        padding: 0 !important;
    }
    .wp-block-navigation .wp-block-navigation__responsive-container-content ul.wp-block-navigation__container li.wp-block-navigation-item ul.wp-block-navigation__submenu-container {
        width: 100%;
        gap: 0;
        margin: 0;
        padding: 0;
        display: none;
        box-shadow: none;
    }
    .wp-block-navigation .wp-block-navigation__responsive-container-content ul.wp-block-navigation__container li.wp-block-navigation-item ul.wp-block-navigation__submenu-container li.wp-block-navigation-item a {
        justify-content: center;
    }
    .wp-block-navigation .wp-block-navigation__responsive-container-content ul.wp-block-navigation__container li.wp-block-navigation-item .wp-block-navigation-submenu__toggle[aria-expanded=true] + ul.wp-block-navigation__submenu-container {
        display: block;
        margin: 0;
        padding: 0;
    }
}
.wp-block-image img{
    vertical-align: middle;
}

.pos-relative{
    position: relative;
}

form {
    position: relative;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea,
select {
    width: 100%;
    margin: 0;
    padding: 10px 15px;
    border: 1px solid var(--wp--preset--color--border-color);
    outline: 0;
    resize: none;
    line-height: 20px;
    background: none;
    color:var(--wp--preset--color--foreground);
    font-weight: 400;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
select::-ms-expand {
    display: none; /* hide the default arrow in ie10 and ie11 */
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus,
select:focus {
    border-color: var(--wp--preset--color--primary);
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
    cursor: pointer;
    border: none;
    outline: none;
    padding: 12px 20px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    border-radius: 30px;
}
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    text-align: center;
    letter-spacing: 2px;
}

.wpcf7-form label {
    display: block;
    text-transform: uppercase;
    font-size: 12px;
    margin: 0 0 8px;
    color: var(--wp--preset--color--foreground);
    font-weight: 700;
}

.form-group {
    margin-bottom: 30px;
}

.form-group p{
    margin: 0;
}

.form-group.half {
    width: 48%;
    margin-right: 4%;
    float: left;
}

.form-group.half.last {
    margin-right: 0;
}

.form-group.third {
    width: 32%;
    margin-right: 2%;
    float: left;
}

.form-group.third.last {
    margin-right: 0;
}
/*comment*/
.wp-block-comments{
    padding: 20px;
    border: 1px solid var(--wp--preset--color--border-color);
}
.wp-block-comment-template li .wp-block-columns{
    border: 1px solid var(--wp--preset--color--border-color);
    padding: 20px;
}
.wp-block-avatar img{
    border: 1px solid var(--wp--preset--color--border-color);
    padding: 2px;
}
.wp-block-post-comments-form textarea{
    background: var(--wp--preset--color--section-bg);
}
/*pagination*/
.wp-block-query-pagination-numbers .page-numbers{
    padding: var(--wp--preset--spacing--20);
    line-height: 1;
    text-decoration: none;
    color:var(--wp--preset--color--primary);
}
.wp-block-query-pagination-numbers .page-numbers.current{
    background:var(--wp--preset--color--primary);
    color: var(--wp--preset--color--white) !important;
}
.wp-block-query-pagination-numbers .page-numbers:hover{
    color:var(--wp--preset--color--heading);
}
.wp-block-query-pagination-next, .wp-block-query-pagination-previous{
    background:var(--wp--preset--color--primary);
    font-size: var(--wp--preset--font-size--small);
    line-height: 1;
    padding: 10px;
    color: var(--wp--preset--color--white);
    text-decoration: none;
}
.wp-block-query-pagination-next:hover, .wp-block-query-pagination-previous:hover{
    color: var(--wp--preset--color--background);
    background: var(--wp--preset--color--heading);
}
/*sidebar css*/
.sidebar-box,.inner-post-box{
    position: relative;
    box-shadow: 0px 4px 9px var(--wp--preset--color--sidebar-shadow-color);
}
.sidebar-heading{
    display: table;
    position: absolute;
    left: 0;
    right: 0;
    top: -25px;
    width: auto;
}
.sidebar-post-title{
    margin-block-start: 10px;
    margin-block-end: 0;
}
.sidebar-box .wp-block-page-list  ul li{
    list-style: square;
}
.sidebar-box .wp-block-archives-list li ,
.sidebar-box .wp-block-categories-list li,
.sidebar-box .wp-block-page-list li{
    list-style: circle;

}
.sidebar-box .wp-block-archives-list li::marker,
.sidebar-box .wp-block-categories-list li::marker,
.sidebar-box .wp-block-page-list li::marker{
    color: var(--wp--preset--color--primary);
}
.sidebar-box .wp-block-archives-list,.sidebar-box .wp-block-categories-list{
    padding-left: 20px;
}
.sidebar-box ul li a{
    text-decoration: none;
}
.sidebar-box .wp-block-tag-cloud a{
    background: var(--wp--preset--color--primary-light);
    color: var(--wp--preset--color--black);
}
.sidebar-box .wp-block-tag-cloud a:hover{
    background: var(--wp--preset--color--background);
    color: var(--wp--preset--color--primary);
}
/*post css*/
.post-title{
    position: relative;
}
.post-title .wp-block-separator{
    width: 57px !important;
}
.post-title .wp-block-separator:after{
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background: var(--wp--preset--color--primary);
    top: 0;
    bottom: 0;
    margin: auto;
}
.archieve-readmore .wp-block-separator{
    width: 20px !important;
}
/*woocommerce*/
.wp-block-group.woocommerce.product{
    margin-block-start: 0;
}
.wc-block-grid__product,.woocommerce .products li,.wp-block-woocommerce-related-products li,.products-block-post-template li {
    text-align: center;
    padding: 10px !important;
    background: var(--wp--preset--color--section-bg);
}
.wc-block-grid__product{
    margin: 0 10px;
}
a.wc-block-grid__product-link,.wc-block-grid__product-image,.wc-block-grid__products .wc-block-grid__product-image img {
    width: 100%;
}
.wc-block-components-product-rating__stars,.wc-block-grid__product-rating,.woocommerce .star-rating {
    margin: 0 auto 0.5em;
    color: #f4bc16;
}
.wc-block-components-product-rating__stars::before,.wc-block-grid__product-rating .star-rating:before{
    color: #cfc8d8;
}
.woocommerce span.onsale,.wc-block-grid .wc-block-grid__product-onsale, .wc-block-grid__product-image .wc-block-grid__product-onsale{
    background-color: var(--wp--preset--color--primary);
    color: var(--wp--preset--color--white);
    padding: 0;
    border-radius: 0px;
    margin: 5px !important;
    min-height: 8px;
    line-height: 26px;
    min-width: 60px;
}
nav.woocommerce-MyAccount-navigation ul li {
    background: var(--wp--preset--color--primary);
    border: 1px solid;
    border-color: var(--wp--preset--color--primary);
    padding: 12px!important;
    margin-bottom: 10px;
}
nav.woocommerce-MyAccount-navigation ul li a{
    color: var(--wp--preset--color--white);
}
nav.woocommerce-MyAccount-navigation ul li:hover {
    background: var(--wp--preset--color--secondary);
    border-color: var(--wp--preset--color--secondary);
}
nav.woocommerce-MyAccount-navigation ul li:hover a{
    color: var(--wp--preset--color--white);
}
.woocommerce ul.products li.product .button{
    padding: var(--wp--preset--spacing--30);
    border-radius: 0;
}
.woocommerce a.added_to_cart,
.added_to_cart.wc-forward{
    background-color: var(--wp--preset--color--primary);
    color: var(--wp--preset--color--white);
    border-radius: 0;
    padding: var(--wp--preset--spacing--30);
    text-decoration: none;
    display: inline-block;
    
}
.added_to_cart.wc-forward{
    margin-left: 10px;
}
.wc-block-components-product-badge{
    box-shadow: 2px 2px 0 0 var(--wp--preset--color--heading);
    border-radius: 0 !important;
    border: solid 2px var(--wp--preset--color--heading) !important;
    padding: 5px 8px !important;
}
.wc-block-grid__product .wc-block-grid__product-title,.wc-block-components-product-name,h2.woocommerce-loop-product__title,.woocommerce-Tabs-panel h2{
  font-size: 18px !important;
  font-weight: bold;
}
.woocommerce #review_form #respond textarea{
   background: var(--wp--preset--color--section-bg);
    border: 1px solid var(--wp--preset--color--border-color);
}
.woocommerce-Tabs-panel--reviews,.wc-block-checkout__form,.woocommerce-Tabs-panel--description{
    padding: 20px !important;
    border: 1px solid var(--wp--preset--color--border-color);
}
.wc-block-checkout__form, .wp-block-woocommerce-checkout-order-summary-block,.wc-block-checkout__actions_row a:hover{
    color: var(--wp--preset--color--heading);
}
.wc-block-components-sidebar-layout.wc-block-cart{
    padding-top: 30px;
}
.wc-block-cart{
    border: 1px solid var(--wp--preset--color--border-color);
    padding: 30px;
    border-radius: 10px;
    color: var(--wp--preset--color--heading);
}
.is-large.wc-block-cart .wc-block-cart-items td:after ,.is-large.wc-block-cart .wc-block-cart-items:after {
    border-color: transparent;
}
.wc-block-cart .wc-block-cart-items th,.wp-block-woocommerce-cart-order-summary-block .wc-block-cart__totals-title{
    padding: 10px !important;
}
.wc-block-cart table.wc-block-cart-items{
    margin: 0 !important;
}
.wp-block-woocommerce-cart .wc-block-cart-items,.wc-block-cart-items__header,.wp-block-woocommerce-checkout-order-summary-block,.wp-block-woocommerce-cart-order-summary-block,.woocommerce-Tabs-panel--description,.is-large.wc-block-cart .wc-block-cart-items{
    border: 1px solid var(--wp--preset--color--border-color);
}
.wc-block-components-totals-wrapper:after{
    border-color:  var(--wp--preset--color--border-color);
    opacity: 1 !important;
}
.wc-block-cart__submit-container a{
    margin-top: 15px;
}
.wc-block-checkout__actions_row a{
    color: var(--wp--preset--color--primary);
}
.wc-block-checkout__actions_row a:hover{
    color: var(--wp--preset--color--heading);
}
.wp-block-woocommerce-cart.alignwide, .wp-block-woocommerce-checkout.alignwide.wc-block-checkout {
    margin-right: auto !important;
    margin-left: auto !important;
}
.wc-block-components-sidebar-layout .wc-block-components-main {
    padding-right: 0 !important;
}
.wc-block-components-notice-banner>.wc-block-components-notice-banner__content .wc-forward:hover {
    background: transparent;
}
@media screen and (max-width:999px){
    .woocommerce-page .products-block-post-template,
    .wp-block-woocommerce-related-products .wp-block-post-template{
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }
    .woocommerce-page .wp-block-query-title{
        font-size: 30px !important;
    }
    .wc-block-components-totals-wrapper{
        padding: 16px 22px;
    }
    .wc-block-cart{
        padding: 0;
        border: none;
    }
    .wc-block-components-sidebar-layout.wc-block-cart{
        padding-top: 0;
    }
}
@media screen and (max-width:600px){
    .woocommerce-page .products-block-post-template,
    .wp-block-woocommerce-related-products .wp-block-post-template{
        grid-template-columns: 1fr !important;
    }
    .single-product .wp-block-woocommerce-product-meta .wp-block-group{
        display: block !important;
    }
    .woocommerce-page .wp-block-query-title{
        font-size: 25px !important;
    }
    .wp-block-woocommerce-cart:where(:not(.alignleft):not(.alignright):not(.alignfull)){
        max-width: 90% !important;
    }
}
/* scroll top */
p.scroll-top {
    position: absolute;
}
.scroll-top::before{
    font-size: 20px;
    cursor: pointer;
    background: var(--wp--preset--color--secondary); 
    color: var(--wp--preset--color--primary);
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    content: '\f135'; 
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 40px;
    height: 40px;
    transform: rotate(-45deg);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    z-index: 99;
}

.scroll-top:hover::before {
    background: var(--wp--preset--color--primary) !important;
    color: var(--wp--preset--color--secondary);
}
/*header*/
.header-search .wp-element-button{
    background: transparent;
    padding: 0;
}
.header-btn i{
    background-color: var(--wp--preset--color--secondary);
    color: var(--wp--preset--color--primary);
    padding: 5px 6px;
    border-radius: 50%;
    font-size: 10px;
    margin-left: 5px;
}
.header-btn a:hover i{
    background-color: var(--wp--preset--color--primary);
    color: var(--wp--preset--color--secondary);
}
/*banner*/
.banner-image-cover:before{
    content: "";
    background-repeat: repeat-x;
    background-position: center top;
    display: block;
    height: 130px;
    position: absolute;
    bottom: -65px;
    width: 100%;
    z-index: 999;
    background-image: url(images/banner-after.png);
}
.banner-image-cover .short-heading,.service-shothead h3{
    position: relative;
    display: inline-block;
}
.banner-image-cover .short-heading:after{
    content: "";
    background-repeat: no-repeat;
    background-position: left top;
    display: block;
    height: 10px;
    position: absolute;
    bottom: -10px;
    width: 100%;
    z-index: 999;
    background-image: url(images/heading-after.png);

}
.banner-btn i{
    background-color: var(--wp--preset--color--secondary);
    color: var(--wp--preset--color--ternary);
    font-size: 12px;
    padding: 7px 8px;
    border-radius: 50%;
    margin-left: 12px;
}
/*service*/
.service-shothead{
    text-align: center;
}
.service-shothead h3:after{
    content: "";
    background-repeat: no-repeat;
    background-position: center top;
    display: block;
    height: 10px;
    position: absolute;
    bottom: -15px;
    width: 100%;
    z-index: 999;
    background-image: url(images/service-shothead.png);
}
.color{
    color: var(--wp--preset--color--primary);
}
.inner-box{
    position: relative;
}
.main-img img{
    width: 100%;
    height: 240px;
}
.service-text{
    position: absolute;
    top: -46px;
    left: 0;
    right: 0;
    width: 70%;
    margin: auto;
    z-index: 999;
}
.service-icon-upper{
    position: absolute;
    z-index: 999;
    bottom: -31px;
    left: 0;
    right: 0;
}
.service-icon{
    position: relative;
    height: 70px;
    width: 70px;
    padding: 0;
    
}
.service-icon:before{
    content: " ";
    position: absolute;
    width: 75px;
    height: 36px;
    left: 50%;
    top: 39px;
    z-index: -1;
    transform: translateX(-50%);
    background-color: var(--wp--preset--color--secondary);
    border-radius: 0 0 10rem 10rem;

}
.service-icon img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: auto;
}
.inner-box:hover .service-text{
    background-color: var(--wp--preset--color--secondary) !important;
}
.inner-box:hover .service-text p{
    color: var(--wp--preset--color--black) !important;
}
/*footer*/
.footer-info-box{
    position: relative;
    width: 60%;
    margin: auto;
    margin-bottom: -60px;
    z-index: 999;
}
.footer-li li{
    list-style-type: none;
    margin-block-start: 10px;
}
.footer-li li a{
    text-decoration: none;
}
.footer-li li:hover a,.copyright-text a:hover{
    color: var(--wp--preset--color--primary);
}
.footer-search .wp-block-search__inside-wrapper{
    background: var(--wp--preset--color--white);
}
.footer-search input[type="search"]{
    border: none;
    padding: 0 10px;
}
.footer-search button{
    padding: 0;
    height: 30px;
    width: 40px;
}
/*news*/
.latest-shothead h3{
    position: relative;
    display: inline-block;
}
.latest-shothead h3:after{
    content: "";
    background-repeat: no-repeat;
    background-position: left top;
    display: block;
    height: 10px;
    position: absolute;
    bottom: -15px;
    width: 100%;
    z-index: 999;
    background-image: url(images/service-shothead.png);
}
.blog-box-upper .wp-block-comments{
    padding: 0;
    border: none;
}
.blog-box-upper .wp-block-post-author-name a{
    text-decoration: none;
}
.blog-box-upper .wp-block-comments h2,.blog-box-upper .wp-block-post-author-name a{
    position: relative;
    margin-left: 20px;
}
.blog-box-upper .wp-block-post-author-name a:before{
    content: '\f007';
    position: absolute;
    top: -4px;
    left: -16px;
    font-size: 11px;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    color: var(--wp--preset--color--primary);
}
.blog-box-upper .wp-block-comments h2:before{
    content: '\f086';
    position: absolute;
    top: 0;
    left: -18px;
    font-size: 11px;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    color: var(--wp--preset--color--primary);
}
.blog-box{
    position: relative;
}
.date-box{
    position: absolute;
    right: 0;
    top: 0;
    z-index: 999;
    width: 129px;
}
/* --- Block Media Quries
-------------------------------------------------------- */
/* --- > Media Queries
-------------------------------------------------------- */
/* --- > 781px
-------------------------------------------------------- */
@media screen and (max-width:999px) {
    .latest-news .wp-block-post-template,
    .post-grid-layout.wp-block-post-template{
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }
    .inner-cover-img h2,.without-cover-img h2{
        font-size: 30px !important;
    }
    
}
@media screen and (max-width: 999px) and (min-width: 782px){
    .page-template-blog-right-sidebar .wp-block-post-template,
    .page-template-blog-left-sidebar .wp-block-post-template,
    .search-results .wp-block-post-template{
        grid-template-columns: 1fr !important;
    }
    .sidebar-col,.post-col{
        flex-basis: 50% !important;
    }
    .page-sidebar-col{
        flex-basis: 40% !important;
    }
    .page-text-col{
        flex-basis: 60% !important;
    }
}
@media screen and (max-width:781px){
    .post-title .wp-block-separator{
        width: 30px !important;
    }
    .post-title h4{
        font-size: 21px;
    }
    .archieve-meta time ,.archieve-meta .wp-block-post-author-name{
        font-size: 13px !important;
    }
}
@media screen and (max-width:767px){
    .post-grid-layout.wp-block-post-template,
    .page-template-blog-right-sidebar .wp-block-post-template,
    .page-template-blog-left-sidebar .wp-block-post-template,
    .latest-news .wp-block-post-template,
    .search-results .wp-block-post-template{
        display: block !important;
    }
    .post-grid-layout.wp-block-post-template li,
    .page-template-blog-right-sidebar .wp-block-post-template li,
    .page-template-blog-left-sidebar .wp-block-post-template li,
    .latest-news .wp-block-post-template li,
    .search-results .wp-block-post-template li{
        margin-bottom: 30px;
    }
    .post-grid-layout.wp-block-post-template li:last-child,
    .page-template-blog-right-sidebar .wp-block-post-template li:last-child,
    .page-template-blog-left-sidebar .wp-block-post-template li:last-child,
    .latest-news .wp-block-post-template li:last-child,
    .search-results .wp-block-post-template li:last-child{
        margin-bottom: 0;
    }
    .inner-cover-img h2,.without-cover-img h2{
        font-size: 25px !important;
        text-align: center !important;
    }
    .error-heading{
        font-size: 110px !important;
    }
}
@media screen and (max-width:1600px){
    .nav-block{
        padding-right: 0 !important;
    }
    .footer-info-box{
        width: 70%;
    }
}
@media screen and (max-width:1440px){
    .main-img img{
        height: 200px;
    }
}
@media screen and (max-width:1420px){
    .nav-block{
        flex-basis: 65% !important;
    }
    .header-right{
        flex-basis: 35% !important;
    }
    .footer-info-box{
        width: 75%;
    }
}
@media screen and (max-width:1270px){
    .footer-info-box{
        width: 80%;
    }
}
@media screen and (max-width:1225px){
    .header-right .wp-block-group{
        gap: 10px !important;
    }
    .nav-block{
        flex-basis: 60% !important;
    }
    .header-right{
        flex-basis: 40% !important;
    }
}
@media screen and (max-width:1199px) and (min-width:782px){
    .service-text{
        width: 80%;
    }
    .footer-info-box .wp-block-columns,.nav-block ul,.footer-info-box .info-row{
        gap: 10px !important;
    }
    .footer-info-box .info-row p{
        font-size: 14px !important;
    }
    .nav-block ul li a{
        font-size: 13px !important;
    }
    footer .post-img{
        flex-basis: 30% !important;
    }
    footer .post-content{
        flex-basis: 70% !important;
    }
    footer .post-content .wp-block-post-date time,footer .post-content h2{
        font-size: 10px !important;
    }
}
@media screen and (max-width:999px){
    .nav-block{
        flex-basis: 20% !important;
    }
    .inner-info-head{
        gap: 10px !important;
    }
    .header-right{
        flex-basis: 80% !important;
        border-left: none !important;
    }
    .header-right .wp-block-group{
        justify-content: space-between !important;
    }
    .footer-info-box .info-row p {
        font-size: 12px !important;
    }
    .info-img{
        padding-right: 10px !important;
        padding-left: 10px !important;
    }
    .service-text{
        width: 85%;
    }
}
@media screen and (max-width:870px){
    .service-text h6{
        font-size: 14px !important;
    }
    .service-text p{
        font-size: 13px !important;
    }
    .main-img img {
        height: 135px;
    }
}
@media screen and (max-width:781px){
    .inner-info-head .wp-block-social-links,.inner-info-head .wp-block-group{
        justify-content: center !important;
    }
    .inner-menu-header,.footer-info-box .wp-block-columns{
        flex-wrap: nowrap !important;
    }
    .footer-info-box .wp-block-columns{
        gap: 10px !important;
    }
    .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column.nav-block{
        flex-basis: 20% !important;
    }
    .logo-box{
        flex-direction: row !important;
        justify-content: center;
    }
    .main-img img {
        height: 220px;
    }
    .service-text {
        width: 48%;
    }
    .banner-image-cover{
        min-height: 530px !important;
    }
    .footer-info-box .info-row{
        flex-direction: column !important;
        gap: 10px !important;
        text-align: center;
    }
    .info-img{
        padding-right: var(--wp--preset--spacing--50) !important;
        padding-left: var(--wp--preset--spacing--50) !important;
        border-radius: 10px;
    }
    .footer-spacer{
        height: 105px !important;
    }
    .footer-info-box{
        margin-bottom: -105px;
        width: 75%;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .footer-widgets .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column{
        flex-basis: 40% !important;
    }
    .col-spacer{
        height: 0 !important;
    }
    footer .post-content .wp-block-post-date time,footer .post-content h2{
        font-size: 13px !important;
    }
}
@media screen and (max-width:610px){
    .copyright-text{
        display: grid !important;
    }
    .copyright-text p,.banner-image-cover,.latest-shothead,.latest-news h2{
        text-align: center;
    }
    .banner-btn{
        justify-content: center !important;
    }
    .footer-info-box {
        position: static;
        margin-bottom: 10px;
        width: 80%;
    }
    .footer-info-box .wp-block-columns{
        flex-wrap: wrap !important;
    }
    .footer-info-box .info-row {
        flex-direction: row !important;
        text-align: center;
        justify-content: center;
    }
    .info-img{
        display: none;
    }
    .footer-info-box .info-row p{
        margin-top: 0 !important;
    }
    .footer-spacer{
        display: none;
    }
    .footer-widgets .footer-widgets-inner:not(.is-not-stacked-on-mobile)>.wp-block-column{
        flex-basis: 100% !important;
        text-align: center;
    }
    .footer-widgets .wp-block-group{
        justify-content: center !important;
    }
    .footer-widgets .wp-block-social-links{
        justify-content: space-between !important;
    }
    .footer-search .wp-block-search__inside-wrapper{
        width: 100% !important;
    }
}
@media screen and (max-width:500px){
    .inner-info-head .info-row-inner{
        flex-direction: column !important;
        justify-content: center !important;
        gap: 10px !important;
    }
    .banner-image-cover h2{
        font-size: 50px !important;
    }
    .service-text {
        width: 65%;
    }
    .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column.nav-block {
        flex-basis: 10% !important;
    }
}
@media screen and (max-width:375px){
    .header-btn a{
        padding: 4px 5px;
    }
    .header-right .wp-block-group {
        gap: 2px !important;
    }
}