@charset "UTF-8";
/*
Theme Name: Aravali Child
Theme URI: https://wordpress.org/themes/twentytwentyone/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Twenty Twenty-One is a blank canvas for your ideas and it makes the block editor your best brush. With new block patterns, which allow you to create a beautiful layout in a matter of seconds, this theme’s soft colors and eye-catching — yet timeless — design will let your work shine. Take it for a spin! See how Twenty Twenty-One elevates your portfolio, business website, or personal blog.
Requires at least: 5.3
Tested up to: 6.2
Requires PHP: 5.6
Version: 1.8
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentytwentyone
Tags: one-column, accessibility-ready, custom-colors, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready

Twenty Twenty-One WordPress Theme, (C) 2020 WordPress.org
Twenty Twenty-One is distributed under the terms of the GNU GPL.
*/
.res-booking .booking-area-form {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
}
.wpcf7-not-valid-tip {
    position: absolute;
}
.booking-check, .contact-field{margin-bottom: 10px;}
.as-btn {
  border: 1px solid var(--theme-color)!important;
  background-color: var(--theme-color)!important;
  color: var(--white-color)!important;
}
.posted-by span{padding-right: 10px;display: none;}
.content-page h3{font-size: 24px;}
.content-page p{margin-bottom: 15px!important;}
.post-navigation {
    font-size: 15px;
    margin: 20px 0 !important;
}
.post-navigation .nav-previous {
    float: left;
    padding-right: 15px;
}
.post-navigation .nav-next {
    float: right;
    padding-left: 15px;
}
p.meta-nav {
    display: inline-block;
    margin-right: 10px;
    font-weight: 700;
}
p.post-title {
    display: inline-block;
    color: var(--theme-color);
}
@media (max-width:768px) {
.post-navigation {
    text-align: center;
}
.post-navigation .nav-previous,
.post-navigation .nav-next {
    float: none;
    margin-bottom: 7px;
}
}