/*
Theme Name: Golf Country Club
Theme URI: https://www.ovationthemes.com/wordpress/free-golf-wordpress-theme/
Author: pewilliams
Author URI: https://www.ovationthemes.com/
Description: Golf Country Club is a comprehensive and versatile WordPress theme designed specifically for golf clubs, courses, and resorts. With its sleek design, intuitive features, and customizable options, this theme provides everything needed to create stunning websites for golfing enthusiasts and establishments. At its core, the Golf Country Club WordPress Theme offers a clean and modern design that reflects the elegance and prestige of golfing culture. Its visually appealing layouts, stylish typography, and vibrant imagery create an immersive experience that resonates with golf enthusiasts and prospective members alike. One of the standout features of the Golf Country Club WordPress Theme is its flexibility. With customizable templates and layout options, users can easily tailor the theme to showcase various aspects of their golfing establishment, including course information, membership details, event calendars, and amenities. Moreover, the theme comes equipped with essential features to enhance the golfing experience for members and visitors. Built-in tee time booking systems, event management tools, and membership registration forms streamline operations and encourage engagement with the club.
Tested up to: 6.4
Requires PHP: 5.6
Version: 1.2
License: GNU General Public License
License URI: https://www.gnu.org/licenses/gpl-3.0.en.html
Text Domain: golf-country-club
Tags: blog, portfolio, entertainment, one-column, two-columns, custom-colors, custom-menu, custom-logo, editor-style, featured-images, full-site-editing, block-patterns, rtl-language-support, sticky-post, threaded-comments, right-sidebar, left-sidebar, grid-layout, custom-background, wide-blocks

Golf Country Club WordPress Theme, Copyright 2024 pewilliams
Golf Country Club 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 !important;
}
.wp-block-navigation ul li a:focus,
.wp-block-navigation .wp-block-navigation__submenu-icon:focus{
	outline: none;
	border: 1px solid #cf2e2e;
}
.wp-block-navigation:not(.has-background) .wp-block-navigation__submenu-container{
    background-color: var(--wp--preset--color--secondary);
}
.wp-block-navigation ul ul{
    padding: 0 !important;
}
/*navigation css*/
@media screen and (min-width:1000px){
    .wp-block-navigation .current-menu-item a{
        color: var(--wp--preset--color--primary) !important; 
        text-underline-offset: 8px;
        text-decoration: underline;
        text-decoration-color: var(--wp--preset--color--primary);
    }
    .wp-block-navigation__submenu-container .current-menu-item a{
        color: var(--wp--preset--color--white) !important; 
    }
    .wp-block-navigation ul ul li a:hover,.wp-block-navigation ul li a:hover{
        color: var(--wp--preset--color--primary) !important;
    }
    .wp-block-navigation ul ul li a:hover{
        background-color: var(--wp--preset--color--white) !important;
    }
}
.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 #ebebeb;
    outline: 0;
    resize: none;
    line-height: 20px;
    background: none;
    color: #000000;
    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;
    background-color: var(--wp--preset--color--secondary);
    color: #ffffff;
    border-radius: 30px;
    text-transform: uppercase;
}
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: #000000;
    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 #dfdfdf;
}
.wp-block-comment-template li .wp-block-columns{
    border: 1px solid #dfdfdf;
    padding: 20px;
}
.wp-block-avatar img{
    border: 1px solid #949494;
    padding: 2px;
}
.wp-block-post-comments-form textarea{
    background: #eee;
}
/*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--white);
    background: var(--wp--preset--color--heading);
}
/*sidebar css*/
.sidebar-box,.inner-post-box{
    position: relative;
    box-shadow: 0px 4px 9px #a7aaad;
}
.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-image: url(images/list1.png);
}
.sidebar-box .wp-block-archives-list li ,.sidebar-box .wp-block-categories-list li,.sidebar-box .wp-block-page-list li{
    list-style-image: url(images/list.png);
}
.sidebar-box ul li a{
    text-decoration: none;
}
.sidebar-box .wp-block-tag-cloud a{
    background: #bbf246;
}
.sidebar-box .wp-block-tag-cloud a:hover{
    background: var(--wp--preset--color--white);
}
/*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;
}
/* 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--white) !important;
    color: var(--wp--preset--color--primary);
}

/*woocommerce*/
.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: #fafafa;
}
.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--secondary);
    color: #fff;
    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--heading);
}
.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--secondary);
    color: #fff;
    border-radius: 30px;
    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: #eee;
    border: 1px solid #e5eaec;
}
.woocommerce-Tabs-panel--reviews,.wc-block-checkout__form,.woocommerce-Tabs-panel--description{
    padding: 20px !important;
    border: 1px solid #e5eaec;
}
.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 #e5eaec;
    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 #e5eaec;
}
.wc-block-components-totals-wrapper:after{
    border-color:  #e5eaec;
    opacity: 1 !important;
}
.wc-block-cart__submit-container a{
    margin-top: 15px;
}
.wc-block-checkout__actions_row a{
    color: var(--wp--preset--color--secondary);
}
.wc-block-checkout__actions_row a:hover{
    color: var(--wp--preset--color--primary);
}
.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;
}
/*header*/
.menu-header .menu-box{
    position: relative;
    z-index: 999;
    margin-bottom: -25px;
    
}
.menu-header .btn-box{
    position: relative;
    z-index: 999;
    background: #fff;
    padding-bottom: 10px;
    padding-left: 10px;
    border-bottom-left-radius: 30px;
    border-top-left-radius: 30px;
    margin-bottom: -25px;
}
.custom-home-header .menu-header .menu-box{
    margin-left: -35px;
}
.search-block{
    margin-left: -17px !important;
}
.search-block .wp-element-button{
    border-radius: 30px;
    padding: 0;
    width: 40px;
    max-width: 100px !important;
}
.menu-header .wc-block-mini-cart__badge{
    color: #000;
    font-weight: normal;
}
.custom-home-header .logo-block::before{
    content: "";
    position: absolute;
    top: -50px;
    border-top: 245px solid var(--wp--preset--color--primary);
    border-right: 350px solid transparent;
    width: 0;
    z-index: 999;
}
.custom-home-header .logo-box{
    z-index: 999999;
    position: absolute;
    left: 20px;
}
.custom-home-header .logo-block{
    position: relative;
}
/*banner*/
.banner-image-cover img{
    width: 100%;
}
.banner-content h1 span{
    color: var(--wp--preset--color--heading) !important;
}
/*facility*/
.img-upper{
    position: relative;
    height: 80px;
    width: 80px;
}
.facility-1 .img-lower{
    border-top: 80px solid var(--wp--preset--color--primary);
    border-right: 80px solid transparent;
}
.facility-2 .img-lower{
    border-bottom: 80px solid var(--wp--preset--color--primary);
    border-right: 80px solid transparent;
}
.facility-3 .img-lower{
    border-top: 80px solid var(--wp--preset--color--primary);
    border-left: 80px solid transparent;
}
.facility-4 .img-lower{
    border-bottom: 80px solid var(--wp--preset--color--primary);
    border-left: 80px solid transparent;
}
.facility-img{
    position: absolute;
    z-index: 999;
    top: 21px;
    left: 14px
}
.flag-img{
    position: relative;
}
.flag-img img{
    position: relative;
    z-index: 999;
    margin-top: -30px;
}
.flag-img:before{
    content: "";
    position: absolute;
    top: -49px;
    left: -9px;
    right: 0;
    border-radius: 70px;
    background-color: var(--wp--preset--color--white);
    z-index: 99;
    width: 125px;
    height: 125px;
}
.facility-head-box{
    margin-top: -37px !important;
    z-index: 999;
    position: relative;
}
.short-heading{
    display:inline-block;
    background: linear-gradient(to bottom, var(--wp--preset--color--primary) 50%, #fff 50%);
    text-align: center;
}
.shot-head-upper{
    text-align: center;
}
.latest-news .short-heading{
    background: linear-gradient(to bottom,  #fff 50%, var(--wp--preset--color--primary) 50%);
}
/*footer*/
footer .shot-head-upper{
    text-align: left;
}
.custom-footer-class{
    margin-block-start: 0;
}
.footer-widgets li{
    margin-block-start: 20px;
}
footer .wp-social-link span{
    color: #3F3F3FE6;
}
footer .wp-social-link svg{
    border-radius: 5px;
    background: var(--wp--preset--color--heading);
}
footer .wp-social-link-facebook svg{
    background: #1778f2;
    
}
footer .wp-social-link-twitter svg{
    background: #1da1f2;
}
footer .wp-social-link-instagram svg{
    background: #f00075;
}
footer .wp-social-link-pinterest svg{
    background: #e60122;
}
/*.club-list{
    list-style-image: url(images/footer-li.png);
}*/
.club-list li{
    
    display: flex;
}
.club-list li:after{
    position: relative;
    content: '';
    flex: 1;
    top: 9px;
    margin: 0px 5px;
    height: 1px;
    background-color: transparent;
    border-bottom: 3px dashed #3f3f3fe6;
}
/* --- Block Media Quries
-------------------------------------------------------- */
/* --- > Media Queries
-------------------------------------------------------- */
/* --- > 781px
-------------------------------------------------------- */
@media screen and (max-width: 1200px){
    .wc-block-components-totals-wrapper,.is-medium table.wc-block-cart-items .wc-block-cart-items__row, .is-mobile table.wc-block-cart-items .wc-block-cart-items__row, .is-small table.wc-block-cart-items .wc-block-cart-items__row {
        padding: 16px 10px !important;
    }
    .wc-block-cart table.wc-block-cart-items{
        margin: 0 0 2em !important  ;
    }
}
@media screen and (max-width: 600px) and (min-width: 320px){
    .wc-block-cart {
        padding: 0;
        border: none;
    }
}
@media screen and (max-width:999px) {
    .latest-news .wp-container-core-post-template-layout-2.wp-container-core-post-template-layout-2,.post-grid-layout.wp-container-core-post-template-layout-1.wp-container-core-post-template-layout-1{
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
@media screen and (max-width:600px){
    .post-grid-layout.wp-container-core-post-template-layout-1.wp-container-core-post-template-layout-1{
        grid-template-columns: 1fr;
    }
}
@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: 42px;
        height: 42px;
    }
    
    .wp-block-navigation__responsive-container-open svg path,
    .wp-block-navigation__responsive-container-close svg path{
        fill: var(--wp--preset--color--black);
    }

    .wp-block-navigation__responsive-container-close{
        top: 10px;
        right: 10px;
    }

    .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--white);
        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 {
        padding-left: 35px;
    }
    .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;
    }
    .club-list li:before {
        display: none;
    }
}@media screen and (min-width: 2000px){
    .custom-home-header .logo-block::before {
        border-top: 300px solid var(--wp--preset--color--primary);
        border-right: 450px solid transparent;
    }
}
@media screen and (max-width:1799px) and (min-width:782px){
    .custom-home-header .menu-header .menu-box{
        margin-left: -12px;
    }
    .search-block{
        margin-left: -10px !important;
    }
}
@media screen and (max-width:1600px) and (min-width:782px){
    .facility-1,.facility-2{
        gap: 2rem !important;
    }
    .custom-home-header .menu-header .menu-box{
        margin-left: 0;
    }
    .custom-home-header .logo-box{
        left: 10px;
    }
}

@media screen and (max-width:1300px) and (min-width:782px){
    .custom-home-header .menu-header .menu-box{
        margin-bottom: 0;
        margin-left: 0;
    }
    .menu-header .btn-box,.menu-header .menu-box{
        margin-bottom: 0;
    }
    .menu-header .btn-box{
        padding-bottom: 0;
    }
    .nav-box ul{
        gap: 10px !important;
    }
}
@media screen and (max-width: 1249px){
    footer .wp-block-columns{
        flex-wrap: wrap !important;
    }
    footer .wp-block-column{
        flex-basis: 40% !important;
    }
}
@media screen and (max-width:1199px) and (min-width:782px){
    .custom-home-header .logo-block::before{
        display: none;
    }
    .custom-home-header .logo-box{
        position: static;
        padding: 10px;
        background-color: var(--wp--preset--color--primary);
        border-radius: 10px;
    }
    .menu-header{
        padding-right: 30px !important;
        padding-left: 30px !important;
    }
    .menu-header-inner{
        gap: 10px !important;
    }
    .header-info p,.button-block .wp-block-buttons a,.facility-1 p,.facility-2 p,.facility-3 p,.facility-4 p{
        font-size: 13px !important;
    }
    .nav-box ul li a{
        font-size: 10px !important;
    }
    .banner-content{
        flex-basis: 55% !important;
    }
    .facility-sec{
        padding-top: 30px !important;
    }
    .img-upper{
        height: 60px;
        width: 60px;
    }
    .facility-1 .img-lower{
        border-top: 60px solid var(--wp--preset--color--primary);
        border-right: 60px solid transparent;
    }
    .facility-2 .img-lower {
        border-bottom: 60px solid var(--wp--preset--color--primary);
        border-right: 60px solid transparent;
    }
    .facility-3 .img-lower {
        border-top: 60px solid var(--wp--preset--color--primary);
        border-left: 60px solid transparent;
    }
    .facility-4 .img-lower {
        border-bottom: 60px solid var(--wp--preset--color--primary);
        border-left: 60px solid transparent;
    }
    .facility-img{
        top: 13px;
    }
    .facility-1 h4,.facility-2 h4,.facility-3 h4,.facility-4 h4{
        font-size: 20px;
    }
    .flag-img:before{
        top: -71px;
    }
}
@media screen and (max-width: 781px){
    .search-block.is-layout-flow > .aligncenter {
        float: none;
        display: grid;
        justify-content: center;
        margin-inline-start: 0 !important;
    }
    .search-block.wp-block-column.is-vertically-aligned-bottom{
        align-self: center !important;
    }
    .menu-header{
        padding-right: 30px !important;
        padding-left: 30px !important;
    }
    .custom-home-header .logo-block::before{
        display: none;
    }
    .custom-home-header .logo-box{
        position: static;
    }
    .header-info,.button-block .wp-block-columns,.facility-1,.facility-2,.facility-3,.facility-4{
        flex-wrap: nowrap!important;
    }
    .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column.search-block{
        flex-basis: 50% !important;
        margin-left: 0 !important;
    }
    .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column.nav-block{
        flex-basis: 50% !important;
    }
    .menu-header .btn-box,.custom-home-header .menu-header .menu-box,.menu-header .menu-box{
        position: static;
        margin-left: 0;
        margin-bottom: 0;
    }
    .menu-header .btn-box{
        padding-bottom: 0;
        padding-left: 0;
    }
    .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column.button-block{
        flex-basis: 80% !important;
    }
    .cart-box{
        text-align: center;
    }
    .button-block .wp-block-buttons{
        justify-content: center !important;
    }
    .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column.img-main{
        flex-basis: 20% !important;
    }
    .facility-sec{
        padding-top: 30px !important;
    }
    .head-box:where(:not(.alignleft):not(.alignright):not(.alignfull)){
        max-width: 100% !important;
    }
    .flag-img img{
        margin-top: 0;
    }
    .flag-img:before{
        display: none;
    }
    .facility-head-box{
        margin-top: 30px !important;
    }
}
@media screen and (max-width:600px){
    .copyright-text{
        display: grid !important;
    }
    .copyright-text p{
        text-align: center;
    }
    .head-box h2{
        font-size: 30px !important;
    }  
}
@media screen and (max-width:540px){
    .facility-1, .facility-2, .facility-3, .facility-4,.header-info{
        flex-wrap: wrap !important;
    }
    footer .wp-block-social-links,footer .is-layout-flex{
        align-items: center !important;
    }
    .header-info .is-layout-flex,.banner-content .wp-block-buttons,footer .is-layout-flex {
        justify-content: center !important;
    }
    .img-upper{
        margin: auto;
    }
    .facility-1, .facility-2, .facility-3 p,.facility-3 h4, .facility-4 p, .facility-4 h4{
        text-align: center !important;
    }
    .banner-content{
        text-align: center;
    }
    footer,footer .shot-head-upper {
        text-align: center;
    }
}
@media screen and (max-width:425px){
    .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column.cart-box{
        flex-basis: 20% !important;
    } 
}
@media screen and (max-width:420px){
    .short-heading{
        background: transparent;
    }
    .banner-content h1{
        font-size: 30px !important;
    }
}