/*
Theme Name: Security Officer
Theme URI: https://www.ovationthemes.com/products/free-security-officer-wordpress-theme
Author: pewilliams
Author URI: https://www.ovationthemes.com/
Description: The Security Officer WordPress Theme is a professional template designed for security agencies, individual security contractors, and law enforcement services looking to establish a credible online presence. This theme is made to highlight essential services like community safety, asset protection, and property security, catering to a variety of roles from field security officers to safety compliance officers. Whether you're providing gate security, vehicle patrol, or undercover security, the theme’s intuitive layout makes it easy to showcase the diverse responsibilities and duties involved in your security operations. With visually appealing and customizable elements, this theme enables you to present your services professionally, including specific features like first responder skills, entry screening processes, and guarding services. The layout emphasises trust and reliability, incorporating areas to highlight security equipment such as two-way radios, communication devices, and safety gear. Designed to attract clients looking for specialised guarding services, this theme helps security agencies build credibility, attract potential clients, and grow their professional reputation in the industry. Demo: https://trial.ovationthemes.com/security-officer/
Requires at least: 6.1
Tested up to: 6.7
Requires PHP: 5.6
Version: 1.6
License: GNU General Public License
License URI: https://www.gnu.org/licenses/gpl-3.0.en.html
Text Domain: security-officer
Tags: blog, portfolio, 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, template-editing, translation-ready

Security Officer WordPress Theme, Copyright 2024 pewilliams
Security Officer 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:hover,
    .wp-block-navigation ul li a:focus,
    .wp-block-navigation .current-menu-item a{
        color: var(--wp--preset--color--heading) !important;
    }
    .home .wp-block-navigation ul li a:hover,
    .home .wp-block-navigation ul li a:focus,
    .home .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{
        border-bottom: 1px solid var(--wp--preset--color--border-color);
        color: var(--wp--preset--color--primary) !important;
    }
    .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{
        fill: var(--wp--preset--color--white);
    }
    .wp-block-navigation__responsive-container-close svg{
        fill: var(--wp--preset--color--black);
    }

    .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--white);
    }

    .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 ul.wp-block-navigation__submenu-container {
        width: 100%;
        gap: 0;
        margin: 0;
        padding: 0;
        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{
        gap: 3px;
        font-weight: 300 !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 li.wp-block-navigation-item a:before {
        content: '--';
    }
}
.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 option{
    background: var(--wp--preset--color--base);
    color: var(--wp--preset--color--foreground);
}
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;
    background-color: var(--wp--preset--color--primary);
    border-radius: 0;
}
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;
}
/*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;
}
/*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-color: 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-color: 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-color: var(--wp--preset--color--heading);
}

/*woocommerce*/
.wp-block-group.woocommerce.product{
    margin-block-start: 0;
}
.wc-block-product,
.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;
}
av.woocommerce-MyAccount-navigation ul li a{
    color: var(--wp--preset--color--white);
}
nav.woocommerce-MyAccount-navigation ul li:hover {
    background: var(--wp--preset--color--heading);
    border-color: var(--wp--preset--color--heading);
}
nav.woocommerce-MyAccount-navigation ul li:hover a{
    color: var(--wp--preset--color--background);
}
.woocommerce ul.products li.product .button{
    padding: var(--wp--preset--spacing--30);
    border-radius: 30px;
}
.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.search .wp-block-woocommerce-product-template,
    .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.search .wp-block-woocommerce-product-template,
    .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--primary); 
    color: var(--wp--preset--color--second-bg);
    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--second-bg) !important;
    color: var(--wp--preset--color--primary);
}
/*header*/
.custom-home-header .menu-header{
    position: absolute;
    z-index: 999;
    width: 100%;
    background: transparent !important;
    right: 0;
    left: 0;
}
.menu-header .wp-block-search__button {
    background: transparent;
    padding: 0;
    border: none;
    align-items: center;
}
.search-block .wp-element-button:hover{
    background: transparent;
}
.search-block .wp-block-search__button svg{
    rotate: 270deg;
}
/*banner*/
.banner-image-cover img{
    width: 100%;
}
.banner-small-heading h3 ,.blog-small-heading h3,.expert-small-heading h3{ 
    border-radius: 30px;
    display: inline-block;
}
.banner-excerpt{
    width: 70%;
}
.banner-btn-1 a:hover,
.banner-btn-1 a:focus{
    background: #ffffff4f !important;
}
.banner-btn-2 a:hover,
.banner-btn-2 a:focus{
    background: var(--wp--preset--gradient--secondary-to-ternary) !important;
}
/*expert*/
.expert-small-heading,
.blog-small-heading{
    text-align: center;
}
.box-1 .social-outer{
    height: 100%;
}
.box-1 .wp-block-separator{
    width: 2px !important;
    height: 100px !important;
}
.hr-outer{
    position: relative;
}
.box-1 .hr-outer:before{
    top: 100%;
    right: -3px;
    z-index: 999;
    position: absolute;
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 10px;
    background: var(--wp--preset--color--primary);
    margin: auto;
}
.box-1 .wp-block-social-link-anchor:hover,
.box-1 .wp-block-social-link-anchor:focus,
.social-block .wp-block-social-link-anchor:hover,
.social-block .wp-block-social-link-anchor:focus,
.footer-widgets .wp-block-social-link-anchor:hover,
.footer-widgets .wp-block-social-link-anchor:focus{
    color: #fff !important;
    background: var(--wp--preset--gradient--secondary-to-ternary) !important;
    border-radius: 50%;
}
.box-2 img{
    width: 100%;
    height: 350px;
}
/*latest news*/
.readmore-group{
    position: relative;
    z-index: 999;
    display: inline-block;
}
.readmore-group:after {
    content: '';
    position: absolute;
    background: var(--wp--preset--color--primary-light);
    padding: 19px;
    border-radius: 50%;
    left: 75px;
    bottom: -8px;
    z-index: -1;
}
.readmore-group .wp-block-read-more{
    position: relative;
}
.readmore-group .wp-block-read-more:after{
    content: '\f054';
    position: absolute;
    font-size: 14px;
    right: -13px;
    top: 2px;
    font-family: 'Font Awesome 5 Free';
    font-weight: 600;
    color: var(--wp--preset--color--primary);
}
.blog-box .wp-block-comments{
    padding: 0;
    border: none;
}
.blog-box .wp-block-comments h3{
    margin-top: 0;
    margin-bottom: 0;
    position: relative;
    padding-left: 20px;
}
.blog-box .wp-block-comments h3:before{
    content: '\f4ad';
    position: absolute;
    font-size: 14px;
    left: 0;
    top: 2px;
    font-family: 'Font Awesome 5 Free';
    font-weight: 600;
    color: var(--wp--preset--color--primary);
}
.blog-box .wp-block-post-author-name{
    position: relative;
    padding-left: 20px;
}
.blog-box .wp-block-post-author-name:before{
    content: '\f007';
    position: absolute;
    font-size: 13px;
    left: 0;
    font-family: 'Font Awesome 5 Free';
    font-weight: 600;
    color: var(--wp--preset--color--primary);
}
/*footer*/
.footer-widgets h5{
    display: inline-block;
}
.footer-widgets h5:after {
    content: '';
    border-bottom: 2px solid var(--wp--preset--color--primary);
    display: block;
    width: 90%;
    margin: 10px 0px;
}
.footer-widgets .wp-block-list{
    padding-left: 20px;
}
.footer-widgets .wp-block-list li{
    margin-bottom: 10px;
}
.footer-widgets .wp-block-list li:last-child{
    margin-bottom: 0;
}
.footer-widgets .wp-block-list li::marker{
    color: var(--wp--preset--color--primary);
}
.footer-widgets .wp-block-list li a{
    text-decoration: none;
}
.footer-widgets .wp-block-site-title a:hover,
.footer-widgets .wp-block-site-title a:focus,
.footer-widgets .wp-block-list li a:hover, 
.footer-widgets .wp-block-list li a:focus {
    color: var(--wp--preset--color--primary);
}
/* --- 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 (min-width:2100px){
    .box-2 img{
        height: 400px;
    }
    .box-1 .wp-block-separator{
        height: 150px !important;
    }
}
@media screen and (max-width:1682px) and (min-width:1000px){
    .social-block .wp-block-social-links{
        font-size: 22px;
        gap: 20px;
    }
    .banner-excerpt {
        width: 80%;
    }
    .box-2 img{
        height: 320px;
    }
    .box-1 .wp-block-social-links{
        gap: 20px !important;
    }
    .box-1 .wp-block-separator {
        height: 80px !important;
    }
}
@media screen and (max-width: 1499px){
    .social-block .wp-block-social-links{
        gap: 15px;
    }
    .inner-menu-header{
        gap: 10px;
    }
    .banner-image-cover{
        min-height: 700px !important;
    }
}
@media screen and (max-width:1399px){
    .banner-content-block h2{
        font-size: 40px !important;
    }
    .banner-excerpt {
        width: 90%;
    }
    .box-2 img{
        height: 300px;
    }
    .box-1 .wp-block-social-links{
        font-size: 20px !important;
    }
}
@media screen and (max-width:1199px){
    .nav-block nav ul{
        gap: 15px !important;
    }
    .banner-content-block{
        flex-basis: 80% !important;
    }
    .our-experts h2,.blog-section h2{
        font-size: 28px !important;
    }
    .box-2 img {
        height: 250px;
    }
    .box-1 .wp-block-social-links,
    .social-block .wp-block-social-links,
    .footer-widgets .wp-block-social-links {
        font-size: 18px !important;
    }
    .box-1 .wp-block-separator {
        height: 50px !important;
    }
    .main-box h4{
        font-size: 20px !important;
    }
    .main-box p{
        font-size: 14px !important;
    }
}
@media screen and (max-width:999px) {
    .logo-block{
        flex-basis: 40% !important;
    }
    .nav-block{
        flex-basis: 10% !important;
        padding-left: 0 !important;
    }
    .social-block{
        flex-basis: 30% !important;
    }
    .search-block{
        flex-basis: 20% !important;
    }
}
@media screen and (max-width:991px){
    .banner-image-cover{
        min-height: 600px !important;
    }
    .banner-dummy-box{
        display: none;
    }
    .banner-content-block{
        flex-basis: 100% !important;
    }
    .banner-content-block{
        text-align: center;
    }
    .banner-excerpt{
        margin: auto;
        width: 80%;
    }
    .banner-content-block h2{
        text-align: center !important;
    }
    .banner-content-block .wp-block-buttons{
        justify-content: center !important;
    }
    .box-2 img{
        height: 150px;
    }
    .box-1 .hr-outer{
        display: none;
    }
    .box-1 .wp-block-social-links,
    .post-meta-row{
        gap: 13px;
    }
    .blog-box .wp-block-comments h3,
    .blog-box .wp-block-post-author-name {
        font-size: 12px !important;
        padding-left: 18px;
    }
    .blog-box .wp-block-comments h3:before,
    .blog-box .wp-block-post-author-name:before{
        font-size: 11px !important;
    }
    .blog-box .wp-block-comments h3:before{
        top: 0;
    }
    .blog-box .wp-block-post-excerpt__excerpt{
        font-size: 13px;
    }
    .readmore-group:after{
        padding: 17px;
        bottom: -7px;
    }
    .readmore-group .wp-block-read-more:after{
        font-size: 13px;
        right: -12px;
    }
    .footer-widgets .wp-block-columns{
        flex-wrap: wrap !important;
    }
    .footer-widgets .wp-block-column{
        flex-basis: 45% !important;
    }
}
@media screen and (max-width: 781px){
    .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column.logo-block{
        flex-basis: 30% !important;
    }
    .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column.nav-block,
    .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column.box-1{
        flex-basis: 10% !important;
    }
    .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column.search-block{
        flex-basis: 20% !important;
    }
    .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column.social-block,
    .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column.main-box{
        flex-basis: 30% !important;
    }
    .menu-header,.box-wrap{
        flex-wrap: nowrap !important;
    }
    .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column.box-2{
        flex-basis: 80% !important;
    }
    .social-block .wp-block-social-links{
        font-size: 15px !important;
    }
    .main-box h4 {
        font-size: 14px !important;
    }
    .main-box p {
        font-size: 12px !important;
        line-height: 1;
    }
    .footer-widgets .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column{
        flex-basis: 45% !important;
    }
}
@media screen and (max-width:600px){
    .search-block.is-layout-flow > .alignright {
        float: none;
        display: grid;
        justify-content: center;
    }
    .social-block .wp-block-social-links,.nav-block nav,
    .footer-widgets .is-layout-flex{
        justify-content: center !important;
    }
    .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column.main-box{
        flex-basis: 100% !important;
    }
    .box-wrap{
        flex-wrap: wrap !important;
    }
    .box-wrap.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column.box-1{
        order: 2;
        flex-basis: 100% !important;
    }
    .box-wrap .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column.box-2{
        order: 1;
        flex-basis: 100% !important;
    }
    .box-1 .social-outer{
        height: auto;
    }
    .box-1 .wp-block-social-links{
        flex-direction: row !important;
        justify-content: center !important;
        width: 100% !important;
        margin-top: 10px !important;
    }
    .box2-wrap{
        display: block !important;
    }
    .box2-wrap .box-1{
        display: none;
    }
    .box-2 img{
        height: auto;
    }
    .main-box h4 {
        font-size: 18px !important;
        text-align: center !important;
    }
    .main-box p{
        font-size: 14px !important;
        text-align: center !important;
    }
    .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column.logo-block,
    .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column.social-block,
    .footer-widgets .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column{
        flex-basis: 100% !important;
    }
    .logo-block .logodiv{
        justify-content: center !important;
        text-align: center;
    }
    .custom-home-header .menu-header{
        position: static;
        background: var(--wp--preset--gradient--secondary-to-ternary) !important;
    }
    .banner-small-heading h3, .blog-small-heading h3, .expert-small-heading h3{
        font-size: 12px !important;
    }
    .banner-content-block h2,.our-experts h2, .blog-section h2 {
        font-size: 20px !important;
    }
    .banner-excerpt{
        width: 100%;
    }
    .banner-image-cover {
        min-height: 500px !important;
    }
    .footer-widgets{
        text-align: center;
    }
    .footer-widgets .wp-block-list {
        padding-left: 0;
    }
    .footer-widgets .wp-block-list li{
        list-style: none;
    }
}