/*
Theme Name: Twenty Twenty-One Child
Theme URI: https://yourwebsite.com/
Description: A child theme for Twenty Twenty-One.
Author: Your Name
Author URI: https://yourwebsite.com/
Template: twentytwentyone
Version: 1.0.0
Text Domain: twentytwentyone-child
*/

/* Custom CSS goes below */

.form-group .input-group span {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
}
.our-amenities .amenities-info .text h5 {
    padding: 0 35px;
}
.pricing-page .img-fluid {
    height: 100% !important;
    width: 100% !important;
}

.notice-bx p {
    font-size: 14px;
    line-height: 24px;
    font-style: italic;
}.post-meta {
    display: flex;
    font-size: 18px;
}
.post-meta .postlist {
    margin-bottom: 5px !important;
}
.readmore a {
    color: #007cba;
    font-weight: 500;
    text-transform: uppercase;
}
.post-hm {
    display: flex;
    gap: 15px;
}
.post-hm .blog-item {
    box-shadow: 0 5px 15px 0 rgba(62, 65, 159, .1);
    padding: 20px;
    width: 33.33%;
    background: #232222;
}
.post-hm .blog-item img {
    width: 100%;
    height: 150px;
    object-fit: cover;
}
.related-pts .blog-cnt p {
    font-size: 17px;
}
.post-hm .blog-item h4 {
    font-size: 16px !important;
    margin: 10px 0 5px;
}
.blog-cnt a {
    text-decoration: none;
    color: #000;
}
.post-navigation-inner {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}
.post-navigation-inner a {
    background: #0089eb;
    color: #fff;
    padding: 10px 20px; text-decoration:none;
}
.related-posts {
    background: #0a0a0a;
    padding: 30px !important;
    margin-top: 30px;
}
.single section#comment-wrap {
    display: none;
}
.notice-bx {
    background: #f7f7f7;
    padding: 20px;
    margin-top: 20px;
}

.related-posts h2 {
    font-size: 30px;
    margin-bottom: 20px;
}

.blog-grid h2.entry-title {
    line-height: initial;
}
.blog-grid .post-content-inner {
    margin-bottom: 20px;
}
.blog-grid a.more-link {
    text-transform: uppercase;
    background: #0eadf7;
    color: #fff;
    padding: 5px 15px;
    font-size: 16px !important;
    letter-spacing: 1px !important;
}
.contact-page p {
  margin: 0;
}
@media (min-width:320px) and (max-width:767px){
.post-hm {
    display: block !important;
}	
.post-hm .blog-item {
    width: 100%;
    margin-bottom: 20px;
}	
.postlist-single .post-thum {
    margin: 0 !important;
    padding-right: 10px;
}
.related-posts h2 {
    font-size: 20px !important;
    margin-bottom: 20px;
}	
	
}


li.menu-item.menu-item-162 > a, li.menu-item.menu-item-174 > a{ cursor: none;}
.form-info span.wpcf7-not-valid-tip { width: 100% !important; position: absolute !important; left: 0; font-size: 12px; }