/*!
Theme Name: Hart
Theme URI: https://www.chetaru.com/
Author: The Chetaru Team
Author URI: https://www.chetaru.com/
Description: Description
Version: 1.0.1
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: hart
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Hart is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

@import url('https://fonts.googleapis.com/css2?family=Archivo+Black&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Archivo:ital,wght@0,100..900;1,100..900&display=swap');

@import url("https://use.typekit.net/zre7mnb.css");


/* common css */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    outline: 0;

}

body {
    font-family: "Archivo", serif;
    font-size: 16px;
    padding: 0;
    margin: 0 auto;

}

h1,
h2,
h3,
h4,
h5,
h6,
p,
span {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
    transition: all linear .3s;
}

.form-control:focus {
    box-shadow: none;

}

ul,
ol {
    list-style: none;
    margin: 0;
    padding: 0;
}

a:hover {
    text-decoration: none;
    outline: none;

}

.container,
.archive .content-area {
    max-width: 1241px;
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
}

p,
ul li {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #3E362B;
}

h2 {
    font-size: 48px;
    font-family: "Archivo Black", sans-serif;
    line-height: 1.1;
    letter-spacing: normal;
    color: #3E362B;
    text-transform: uppercase;
}

h1 sub,
h2 sub {
    font-size: 16px;
    font-weight: 600;
}



sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}

form {
    max-width: 964px;
    margin: 0 auto;
    width: 100%;
}

select,
input {
    background-color: #fff;
    border: none;
    height: 50px;
    border-radius: 5px;
    width: calc(50% - 183px);
    /* float: left; */
    font-size: 16px;
    padding: 10px 15px;
}

input,
button,
select,
optgroup,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

.row {
    display: flex;
    flex-wrap: wrap;
}

p {
    font-family: "Archivo", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
    letter-spacing: 0px;
    margin-bottom: 10px;

}

h3 {
    font-family: "Archivo Black", sans-serif;
    font-weight: 400;
    font-size: 32px;
    line-height: 100%;
    letter-spacing: 0;
    text-transform: uppercase;
    color: #3E362B;
}

a.btn {
    border: solid 1px #f15812;
    border-radius: 5px;
    font-size: 16px;
    text-transform: uppercase;
    padding: 14px 35px 16px 35px;
    font-weight: 400;
    display: inline-block;
    vertical-align: middle;
    text-decoration: none;
    color: #fff;
    line-height: 21px;
    height: 50px;
    background-color: #f15812;
    cursor: pointer;
    transition: all linear .3s;
    font-family: "Archivo Black", sans-serif;
    color: #ffffff;
}

a.btn:hover {
    background-color: #ffffff;
    border-color: transparent;
    color: #F15812;
}
.featureds-section a.btn:hover,
.other-property a.btn:hover {
	border-color: #F15812;
}
p small {
	font-size: 70%;
}
/* common css */

header .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo {
    float: left;
    padding-top: 0;
}

header .logo img {
    max-width: 257px;
}

.head-right {

    display: flex;
    flex-wrap: wrap;
    justify-content: right;
}

.head-right-top {
    display: none;
    flex-wrap: wrap;
    width: 100%;
    justify-content: right;
}

.head-right-top ul {
    /* width: 100%; */
    display: flex;
    align-items: center;
    /* padding-top: 6px; */
    padding-left: 0;
}

.head-right-top ul:first-child {
    padding-right: 20px;
    padding-top: 0;
}

.head-right-top ul li {
    float: left;
    color: #000;
    margin-left: 9px;
    font-size: 12px;
    line-height: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 18px;
    text-align: center;
    color: #FFFFFF;
    /* opacity: 0.5; */
}

.head-right-top ul:first-child li {
    opacity: 0.5;
    margin-left: 30px;
}

.head-right-top ul li a {
    color: #3c352d;
}

.home .head-right-top ul li a {
    color: #fff;
}



.head-nav {

    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.head-nav ul,
.head-nav p {
    margin-bottom: 0;
}

.head-nav ul li {
    margin-left: 40px;
    position: relative;
}



.head-nav ul li a {
    font-family: "Archivo Black", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    color: #fff;
    position: relative;
}

.head-nav ul li a:focus:after {
    content: '';
    position: absolute;
    top: -6px;
    left: -10px;
    right: -10px;
    bottom: -6px;
    border: 1px dashed #f60;
    border-radius: 0;
    pointer-events: none;
}

.login-detail {
    display: none;
}

.login-detail ul {
    padding: 0;
    margin: 0;
}

.home.loggedout_user .login-detail ul li:first-child {
    display: block;
}

.login-detail ul li span {
    float: right;
    width: 100%;
    height: 20px;
    position: absolute;
    margin: 7px 0;
    top: -4px;
}




.head-nav .btn.editor_btn a {
    font-size: 12px;
    height: auto;
    padding: 4px 15px;
    position: relative;
}

.head-nav .btn.editor_btn a:focus:after {
    content: '';
    position: absolute;
    top: -5px;
    left: -5px;
    right: -5px;
    bottom: -5px;
    border: 1px dashed #f60;
    border-radius: 0;
    pointer-events: none;
}

.head-nav .btn.editor_btn a {
    background-color: #F15812;
    color: #ffffff;
    border: 1px solid transparent;
    border-radius: 5px;
    display: inline-block;
    vertical-align: middle;
    text-transform: uppercase;
    line-height: 21px;
}

.head-nav .current_page_item.btn.editor_btn a {
    background-color: #ffffff;
    outline: 2px solid #F15812;
    outline-offset: 2px;
}

.head-nav .btn.editor_btn a:hover {
    background-color: #ffffff;
    color: #F15812;
}

header {
    background-color: #3E362B;
    padding: 25px 0;
}

.home header,
.page-id-124 header,
.page-id-290 header {
    position: absolute;
    width: 100%;

    left: 0;
    top: 0;
    background-color: transparent;
    border-bottom: none;
    margin-bottom: 0;
    z-index: 10;
}

.head-nav ul li ul {
    position: absolute;
    width: 153px;
    background-color: #3e362b;
    left: 50%;
    transform: translateX(-50%);
    top: 48px;
    opacity: 0;
    visibility: hidden;
    transition: all .5s ease-in-out;
    display: block;
    z-index: 999;
    padding: 7px 0;
}

.head-nav ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.head-nav p {
    margin-left: 40px;
}

.head-nav ul li a:hover {
    color: #f15812;
}

header .main-menu {
    display: flex;
}

.head-nav .header-socials li a {
    font-size: 0 !important;
    display: flex;
    align-items: center;
}

.head-nav .header-socials li {
    margin: 0 !important;
}

.head-nav .header-socials li a {
  
	transition: all linear .3s;
}

.header-socials ul {
    column-gap: 20px;
    margin-left: 40px;
}
header .current_page_item > a {
    color: #F15812 !important;
}
.head-nav .header-socials li a:hover img.normal-icon {
    display: none;	
}
.head-nav .header-socials li a:hover img.hover-icon {
	display: block !important;
}
.admin-bar.home header, .admin-bar.page-id-124 header, .admin-bar.page-id-290 header {
    top: 32px;
}
/* footer section */
.new-footer-top {
    display: flex;
    flex-wrap: wrap;
    background-color: #3E362B;
    padding-top: 80px;
    padding-bottom: 60px;
}


ul.footer-social {
    display: flex;
    align-items: center;
    margin-top: 37px;
}

.new-footer-box ul {
    margin: 0;
    padding: 0;
}


.header-socials {
    display: none;
}

.new-footer-middle ul li a {
    font-family: "Archivo Black", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 18px;
    letter-spacing: 0;
    color: #ffffff;

}

.new-footer-middle li {
    display: flex;
    align-items: center;
}

.new-footer-box h4 {
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 15px;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-bottom: 0;
    font-family: "Archivo Black", sans-serif;
    padding: 17px 0 17px 0;
    background-color: #FC0E3B;
    text-align: center;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
	min-height: 53px;
}

.new-footer-box h4:before {
    content: "";
    background-image: url(/wp-content/themes/hart/assets/images/youtube.svg);
    position: relative;
    width: 21px;
    height: 14px;
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    top: -1px;
    margin-right: 7px;
}

.new-footer-top .container .new-footer-box.social:nth-child(3) h4 {
    background-color: #176BFB;
}

.new-footer-top .container .new-footer-box.social:nth-child(3) h4:before {
    background-image: url(/wp-content/themes/hart/assets/images/facebook.svg);
    width: 12px;
    height: 19px;
    top: -1px;
}

.new-footer-top .container .new-footer-box.social:nth-child(4) h4 {
    background: linear-gradient(90deg, #FAB333 0%, #D72A8B 50%, #5C40D4 100%);
}

.new-footer-top .container .new-footer-box.social:nth-child(4) h4:before {
    background-image: url(/wp-content/themes/hart/assets/images/instagram.svg);
    width: 16px;
    height: 17px;
}

.new-footer-box.social img {
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    height: 145px;
}









.new-footer-top .container {
    display: flex;
    max-width: 1310px;
    column-gap: 40px;
}



.new-footer-box {
    width: 246px;
    margin-right: 22px;
}

.new-footer-box.social {
    width: 290px;
    margin-right: 0;
}

.new-footer-box img {
    width: 100%;
}

.new-footer-middle {
    background-color: #3E362B;
}

.new-footer-middle ul {
    display: flex;
    justify-content: center;
    column-gap: 30px;
}

.new-footer-middle li a.btn {
    margin: 0 10px;
    font-size: 12px;
    height: 40px;
    padding: 0 17px;
    display: flex;
    align-items: center;
	white-space: nowrap;
}

.new-footer-middle ul li:last-child {
    column-gap: 25px;
}

.new-footer-middle .container {
    max-width: 1300px;
    border-top: 1px solid #ffffff36;
    padding-top: 60px;
    padding-bottom: 60px;
}

.new-footer-middle li a:hover,
.new-footer-bottom a:hover {
    color: #F15812;
}

.new-footer-middle li a.btn:hover {
    background-color: #ffffff;
}
span.copyright-below a {
    margin-right: 4px;
}
/* footer section */

/* copyright section */
.new-footer-bottom {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin-top: 0;
    padding: 15px 0px;
    background-color: #272119;
}

.new-footer-bottom .container {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    max-width: 1310px;
    text-align: center;
}

.new-footer-bottom p {
    color: #ffffff94;
    font-size: 12px;
    margin: 0;
   
}

.new-footer-bottom p a {
    color: #ffffff94;
}

.new-footer-bottom p sub {
    bottom: 3px;
}

/* copyright section */
.gform_wrapper.gravity-theme .gform_validation_errors {
    display: none !important;
}

/* search property section */
.search-property .row {
    justify-content: space-between;
}

.search-property-right {
    display: flex;
}

.search-property a {
    color: #F15812;
    display: flex;
    align-items: center;
}

.search-property a:hover,
.author-links a:hover,
.availability-calender a {
    color: #3e362b;
}

.search-property-right {
    display: flex;
    column-gap: 20px;
	align-items: center;
}

.search-property p {
    margin: 0;
}

.search-property {
    margin-top: 50px;
    margin-bottom: 24px;
}

.search-property-left a:before {
    content: "";
    background: url(/wp-content/themes/hart/assets/images/back.svg) no-repeat left 0px;
    width: 7px;
    height: 10px;
    display: block;
    margin-right: 5px;
}

.search-property a.save-btn:before {
    content: "";
    background: url(/wp-content/themes/hart/assets/images/save.svg) no-repeat left 0px;
    width: 12px;
    height: 11px;
    display: block;
    margin-right: 5px;
}

.search-property a.share-btn:before {
    content: "";
    background: url(/wp-content/themes/hart/assets/images/share.svg) no-repeat left 0px;
    width: 11px;
    height: 13px;
    display: block;
    margin-right: 5px;
}

/* search property section */

/* gallery section */
.gallery-right {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 10px;
    position: relative;
    width: 45%;
}
.gallery-left {
    width: 55%;
    /* max-width: 663px; */
}
.gallery-section .row {
    flex-wrap: nowrap;
    column-gap: 10px;
}

.gallery-section img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all linear .3s;
    cursor: pointer;
}

.gallery-box {
    height: 100%;
}

.gallery-right .gallery-box:nth-child(1) img,
.gallery-right .gallery-box:nth-child(1) {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.gallery-right .gallery-box:nth-child(3) img,
.gallery-right .gallery-box:nth-child(3) {
    border-top-right-radius: 10px;
}

.gallery-right .gallery-box:nth-child(5) img,
.gallery-right .gallery-box:nth-child(5) {
    border-bottom-right-radius: 10px;
}

.small-btn {
    font-family: "Archivo Black", sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 0px;
    text-align: center;
    text-transform: uppercase;
    color: #3E362B;
    background-color: #F3EFED;
    padding: 9px 15px 9px 15px;
    border-radius: 5px;
    border: 1px solid transparent;
    display: inline-block;
}

.gallery-section a.see-all {
    position: absolute;
    right: 20px;
    bottom: 20px;
}

.gallery-section a.see-all:hover {
    background-color: #F15812;
    color: #F3EFED;
    border-color: transparent;
}

.gallery-section .gallery-box {
    overflow: hidden;
}

.gallery-section .gallery-box img:hover {
    transform: scale(1.07);
}

.gallery-section {
    margin-bottom: 72px;
}
.gallery-left img {
    height: 402px;
}
.gallery-right .gallery-box {
    height: 196px;
}
.gallery-right .gallery-box img {
	height: 100%;
}
/* gallery section */

/* hunt sticky section */
.host-heading p,
.search-property .mob-act.host-heading p {
    font-family: "Archivo Black", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0;
    color: #F15812;
    margin-bottom: 15px;
}



.host-content h2,
.search-property .mob-act.host-heading h1,
.host-content h1 {
    font-size: 36px;
    line-height: 100%;
    margin-bottom: 30px;
	letter-spacing: normal;
    color: #3E362B;
    text-transform: uppercase;
	    font-family: "Archivo Black", sans-serif;
}

.author-box {
    display: flex;
    align-items: center;
    column-gap: 20px;
}

.author-box p.author-name {
    color: #3E362B;
    margin: 0;
    font-family: "Archivo Black", sans-serif;
}

.game .weapons-grid {
    margin-top: 40px;
}

.author-links p,
.author-links a {
    font-family: "Archivo", sans-serif;
    color: #3E362B;
    margin: 0;
}

.author-links a {
    color: #F15812;
}

.author-links {
    display: flex;
    column-gap: 8px;
    align-items: center;
}

.author-box img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
}

.author-links *:not(:last-child):after {
    content: "";
    width: 2px;
    height: 2px;
    background-color: #000;
    display: inline-block;
    margin-left: 6px;
}


.author-links * {
    display: flex;
    align-items: center;
}

.show-more .small-btn {
    margin-top: 10px;
}

.show-more .small-btn:hover {
    background-color: #F15812;
    color: #ffffff;
}

.host-box {
    padding-bottom: 50px;
    margin-bottom: 50px;
    border-bottom: solid 1px #3E362B;
}

.amenities-grid,
.lodging-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-top: 30px;
    grid-row-gap: 20px;
    grid-column-gap: 40px;
}

.amenities-grid .amenities-box,
.lodging-grid .lodging-box {
    display: flex;
    column-gap: 10px;
    max-width: 280px;
}

.hunt-sticky-left .light {
    opacity: 0.4;
}
.species-box.light {
	display: none;
}

.hunt-sticky-left .light p {
    font-weight: 400;
    text-decoration: line-through;
}

.weapons-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
    margin-top: 30px;
}

.amenities-grid .amenities-box img,
.lodging-grid .lodging-box img {
    max-width: 20px;
    height: auto;
}

.weapons-box {
    display: flex;
}

.weapons-box img {
    background-color: #3E362B;
    padding: 15px;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}



.weapons-box p {
    line-height: normal;
    margin: 0;
    font-family: "Archivo Black", sans-serif;
     background-color: #F3EFED;
    min-width: 220px;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.amenities-grid p,
.lodging-box p {
    font-family: "Archivo", sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 160%;
    letter-spacing: 0px;
    margin: 0;

}

.weapons.host-box h3 {
    margin-bottom: 10px;
}

.weapons-grid {
    max-width: 600px;
}

.species-grid,
.additional-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    margin-top: 35px;
    column-gap: 30px;
    row-gap: 8px;
}

.species-grid p,
.additional-grid p {
    max-width: 180px;
    margin: 0;
}

.availability.host-box h3 {
    margin-bottom: 10px;
}

.availability-calender {
    margin-top: 30px;
}

.availability-calender a {
    color: #F15812;
    display: block;
    text-align: right;
    margin-top: 30px;
}

.availability-calender .flatpickr-calendar.inline {
    max-width: 100% !important;
    box-shadow: none;
    width: 100% !important;
}

.availability-calender .dayContainer {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    width: 100% !important;
    min-width: 100% !important;
    max-width: 100% !important;
}

.availability-calender .flatpickr-current-month span.cur-month,
.availability-calender .flatpickr-current-month .numInputWrapper {
    font-weight: 500;
    font-family: "Archivo", sans-serif;
    font-size: 15px;
    color: #3E362B;
}

.availability-calender .flatpickr-current-month .numInputWrapper input {
    color: #3E362B !important;
    font-weight: 500 !important;
}

.availability-calender .flatpickr-weekdays {

    column-gap: 40px;
}

.availability-calender .flatpickr-days {
    column-gap: 40px;
    width: 100% !important;
    max-width: 100% !important;
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.availability-calender .flatpickr-day.today:hover,
.availability-calender .flatpickr-day.today:focus {
    border-color: #352d22;
    background: #352d22;
}

.availability-calender .flatpickr-day.selected.startRange,
.availability-calender .flatpickr-day.startRange.startRange,
.availability-calender .flatpickr-day.endRange.startRange,
.availability-calender .flatpickr-day.selected.endRange,
.availability-calender .flatpickr-day.startRange.endRange,
.availability-calender .flatpickr-day.endRange.endRange {
    border-radius: 50%;
    background: #352d22;
    box-shadow: none !important;
    border-color: #352d22 !important;
}

.flatpickr-day.selected,
.flatpickr-day.startRange,
.flatpickr-day.endRange,
.flatpickr-day.selected.inRange,
.flatpickr-day.startRange.inRange,
.flatpickr-day.endRange.inRange,
.flatpickr-day.selected:focus,
.flatpickr-day.startRange:focus,
.flatpickr-day.endRange:focus,
.flatpickr-day.selected:hover,
.flatpickr-day.startRange:hover,
.flatpickr-day.endRange:hover,
.flatpickr-day.selected.prevMonthDay,
.flatpickr-day.startRange.prevMonthDay,
.flatpickr-day.endRange.prevMonthDay,
.flatpickr-day.selected.nextMonthDay,
.flatpickr-day.startRange.nextMonthDay,
.flatpickr-day.endRange.nextMonthDay {
    border-radius: 50% !important;
    background: #352d22 !important;
    box-shadow: none !important;
    border-color: #352d22 !important;
    box-shadow: none !important;
}

.availability-calender .flatpickr-day.inRange {
    border-radius: 0;
    -webkit-box-shadow: -5px 0 0 #fef6eb, 5px 0 0 #fef6eb;
    box-shadow: -5px 0 0 #fef6eb, 5px 0 0 #fef6eb;
    background: #fef6eb;
    border-color: #fef6eb;

}

.availability-calender .flatpickr-day.today {
    border-color: #352d22;
}

.availability-calender .flatpickr-prev-month,
.availability-calender .flatpickr-next-month {
    width: 30px;
    height: 30px !important;
    border-radius: 50%;
    padding: 0 !important;
    display: grid;
    place-items: center;
}

.availability-calender .flatpickr-prev-month:hover svg,
.availability-calender .flatpickr-next-month:hover svg {
    fill: #3E362B !important;
}

.availability-calender .flatpickr-prev-month:hover,
.availability-calender .flatpickr-next-month:hover {

    background-color: #fef6eb;

}

.availability-calender .flatpickr-months .flatpickr-prev-month svg,
.availability-calender .flatpickr-months .flatpickr-next-month svg {
    width: 12px;
    height: 12px;
}


.hunt-sticky-left {
    max-width: 600px;
}
.hunt-sticky-left iframe {
	width: 100%;
}

.hunt-sticky-right {
    width: 400px;
    padding-bottom: 50px;
}

.hunt-sticky .container {
    max-width: 1130px;
}

.hunt-sticky .row {
    column-gap: 100px;
    flex-wrap: nowrap;
}

.hunt-main-sticky {
    position: sticky;
    top: 25px;
    padding: 33px 30px 30px 30px;
    background-color: #3E362B;
    border-radius: 10px;
}

.faqs.host-box {
    border: 0;
}

.hunt-main-sticky h3 {
    font-weight: 400;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: 0;
    text-transform: uppercase;
    font-family: "Archivo Black", sans-serif;
	color: #ffffff;
}

.location-details li {
    border-bottom: 1px solid #ffffff61;
    padding: 15px 0 15px 0;

}

.location-details ul li:first-child {
    border-top: 1px solid #ffffff61;
}

.location-details li a {
    font-weight: 700;
    font-size: 16px;
    line-height: 160%;
    letter-spacing: 0px;
    font-family: "Archivo", sans-serif;
    color: #F15812;
    position: relative;
    display: flex;
    align-items: center;
	color: #ffffff;
}

.location-details li a:before {
    content: "";
    width: 16px;
    height: 16px;
    display: inline-block;
    background-image: url(/wp-content/themes/hart/assets/images/earth-org.svg);
    background-repeat: no-repeat;
    background-size: contain;
    margin-right: 14px;
}

.location-details li a.facebook:before {
    background-image: url(/wp-content/themes/hart/assets/images/fb-r-org.svg);
}

.location-details li a.other:before {
    background-image: url(/wp-content/themes/hart/assets/images/whatsapp-org.svg);
}

.location-details li a.booking:before {
    background-image: url(/wp-content/themes/hart/assets/images/link-org.svg);
}

.location-details li a:after {
    content: "";
    width: 14px;
    height: 15px;
    display: inline-block;
    background-image: url(/wp-content/themes/hart/assets/images/site-org.svg);
    background-repeat: no-repeat;
    background-size: contain;
    margin-left: auto;
}

.location-details {
    margin-top: 30px;
}

.location-details li a:hover {
    color: #F15812;
}

/* hunt sticky section */

/* hunt location section */
.hunt-location .container {
    max-width: 1100px;
    padding: 50px 0 50px 0;
    border-top: solid 1px #3E362B;
}

.map-content {
    margin-top: 30px;
}

.map-content iframe {
    width: 100%;
    border-radius: 10px;
}

/* hunt location section */

/* thing section */
.thing .container {
    max-width: 1100px;
    padding: 50px 0 0 0;
    border-top: solid 1px #3E362B;
}

.thing-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    margin-top: 40px;
    grid-gap: 47px;
}

.thing-grid h4 {
    font-family: "Archivo Black", sans-serif;
    margin-bottom: 15px;
}

.thing {
    margin-bottom: 100px;
}

.thing-grid li,
.thing-grid p {
    font-family: "Archivo", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 160%;
    letter-spacing: 0px;
    color: #3E362B;
    margin-bottom: 8px;
}

.thing-grid .thing-box:first-child li {
    background: url(/wp-content/themes/hart/assets/images/tick-icon.png) no-repeat left 8px;
    padding-left: 17px;
    background-size: 9px;
}

.thing-grid .thing-box:nth-child(2) li {
    background: url(/wp-content/themes/hart/assets/images/cross-sm.svg) no-repeat left 6px;
    padding-left: 17px;
    background-size: 9px;
}

.thing-grid .thing-box {
    max-width: 240px;
}

/* thing section */

/* other property section */
.other-property {
    background-color: #F3EFED;
    padding-top: 100px;
    padding-bottom: 100px;
}

.property-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 50px;
    margin-top: 60px;
}

.property-grid img {
    width: 100%;
    transition: all linear .3s;
    height: 300px;
    max-height: 220px;
}

.property-img {
    overflow: hidden;
    border-radius: 10px;
}

.property-grid img:hover {
    transform: scale(1.07);
}

.property-grid p.property-location {
    color: #F15812;
    font-weight: 700;
    line-height: normal;
    margin: 18px 0 10px 0;
}

.property-grid h4.property-name {
    font-weight: 400;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0;
    font-family: "Archivo Black", sans-serif;
    color: #3E362B;
}

.other-property a.btn {
    display: block;
    margin: 60px auto 0 auto;
    width: fit-content;
}

.other-property .container {
    max-width: 1130px;
}

/* other property section */
/* search mian */
.search-content-box a {
    display: flex;
    column-gap: 20px;
    max-width: 560px;
    border-top: solid 1px #3e362b54;
    padding: 30px 0;
}

.search-content-box-left img {
    width: 270px;
    height: 155px;
    border-radius: 6px;
}

.search-content-box-right h5 {
    font-weight: 700;
    font-size: 16px;
    line-height: 160%;
    letter-spacing: 0px;
    color: #F15812;
    margin-bottom: 5px;
    font-family: "Archivo", sans-serif;
}

.search-content-box-right h4 {
    font-weight: 400;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0;
    font-family: "Archivo Black", sans-serif;
    color: #3E362B;
    margin-bottom: 5px;
}

.search-content-box-right span {
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
    letter-spacing: 0px;
    font-family: "Archivo", sans-serif;
    color: #3E362B;
    display: block;
}

.search-content-box-left {
    width: 50%;
}

.search-content-box-right {
    width: 50%;
}

.search-content-left {
    width: 50%;
    display: flex;
    flex-direction: column;
       padding-right: 53px;
    padding-top: 55px;
  
}

.search-content-right {
    width: calc(50% - 27px);
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
}
.search-content-main {
    max-height: 647px;
    overflow-y: auto;
}
.search-content-right #map {
	height: 100% !important;
}

.search-main .container {
    max-width: 1241px;
    padding: 0 0 0 15px;
}

.search-main img {
    width: 100%;
}

.search-main .row {
    flex-wrap: nowrap;
    column-gap: 80px;
}

.search-filter input {
    border: solid 1px #3E362B4D;
    width: 100%;
    color: #3E362B;
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0px;
    font-family: "aktiv-grotesk", sans-serif;
}
.search-main {
    position: relative;
}
.taxonomy-filter-wrapper h3 {
    font-family: Archivo Black;
    font-weight: 400;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.taxonomy-filter-wrapper input.category-search {
    width: 100%;
    border: 1px solid #3E362B4D;
    border-radius: 3px;
}

.category-list label {
    display: flex;
    column-gap: 16px;
    align-items: center;
    cursor: pointer;
}



.category-list input.cat-checkbox {
    width: 24px;
    height: 24px;
    border: 1px solid #3E362B4D;
    border-radius: 3px;
    outline: 0;
    box-shadow: none;
    border-color: red;
    display: none;
}

.category-list li {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
}

.category-list span.active-number {
    color: #3e362b9e;
}

.taxonomy-filter-wrapper {
    background-color: #00000087;
    position: fixed;
    z-index: 9999;
    width: 100%;
    left: 0;
    overflow-y: auto;
    height: 100%;
    top: 0;
}
.popup-main-filter {
    background-color: #ffffff;
    /* position: absolute; */
    width: 100%;
    max-width: 700px;
    left: 50%;
    /* transform: translateX(-50%); */
    border-radius: 10px;
    top: 0;
    height: auto;
    margin: 50px auto;
}
.filter-top img {
    max-width: 16px;
    position: absolute;
    right: 20px;
    top: 21px;
    cursor: pointer;
}

.filter-top {
    position: relative;
    text-align: center;
    padding: 24px 0;
    border-bottom: solid 1px #3e362b5e;
    position: sticky;
    top: 0;
    background-color: #ffffff;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
	z-index: 5;
}

.filter-top p {
    margin-bottom: 0;
    font-weight: 400;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 0px;
    text-align: center;
    text-transform: uppercase;
    font-family: "Archivo Black", sans-serif;
    color: #3E362B;
}

.taxonomy-filter-wrapper ul.category-list {
    margin-top: 30px;
}

.category-group {
    border-top: solid 1px #3e362b5e;
    padding: 30px 0;
	margin: 0 50px;
}
.taxonomy-filter-wrapper .category-group:nth-child(2) {
    border-top: 0;
}
.taxonomy-filter-wrapper .category-group:first-child {
    border-top: 0;
}

.category-list label:before {
    content: "";
    width: 24px;
    height: 24px;
    border: 1px solid #3E362B4D;
    border-radius: 3px;


}

.category-list label:has(input.cat-checkbox:checked):before {
    background: url(/wp-content/themes/hart/assets/images/tick.svg) no-repeat left 5px;
    background-size: 23px;
}

.search-content-left .search-filter {
    display: flex;
    column-gap: 20px;
    margin-bottom: 30px;
}

.search-filter input::placeholder {
    color: #3E362B;
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0px;
    font-family: "aktiv-grotesk", sans-serif;
}

.search-content-left .search-filter form {
    position: relative;
	height: fit-content;
}

.search-content-left .search-filter button {
    font-size: 0;
    width: 30px;
    height: 100%;
    background: url(/wp-content/themes/hart/assets/images/search-icon.svg) no-repeat left 16px;
    position: absolute;
    right: 0;
    border: 0;
    cursor: pointer;
}

.search-filter .simple-btn {
    height: 50px;
    background-color: #ecebea;
    font-weight: 400;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 0px;
    text-align: center;
    text-transform: uppercase;
    font-family: "Archivo Black", sans-serif;
    color: #3E362B;
    border-radius: 5px;
    display: flex;
    align-items: center;
    padding: 0 20px 0 20px;
    column-gap: 5px;
    min-width: 125px;
    justify-content: center;
    transition: all linear .3s;
}

.search-filter .simple-btn.search-filters:after {
    content: "";
    width: 12px;
    height: 13px;
    background-image: url(/wp-content/themes/hart/assets/images/filter-icon.svg);
    background-size: contain;
    background-repeat: no-repeat;
}

.search-filter .simple-btn.search-sort:after {
    content: "";
    width: 9px;
    height: 11px;
    background-image: url(/wp-content/themes/hart/assets/images/sort-icon.svg);
    background-size: contain;
    background-repeat: no-repeat;
}

.search-filter .simple-btn:hover {
    background-color: #e0ddda;
}

.taxonomy-actions button.clear-btn {
    font-weight: 700;
    font-size: 16px;
    line-height: 160%;
    letter-spacing: 0px;
    font-family: "Archivo", sans-serif;
    border: 0;
    background: none;
    color: #F15812;
    transition: all linear .3s;
    cursor: pointer;
}

.taxonomy-actions {
    display: flex;
    justify-content: space-between;
    border-top: solid 1px #3e362b5e;
    padding: 38px 50px 38px 50px;
}

.taxonomy-actions button.search-btn {
    background: none;
    border: 0;
    background-color: #F15812;
    border-radius: 5px;
    color: #ffffff;
    font-family: "Archivo Black", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0px;
    text-transform: uppercase;
    height: 50px;
    padding: 0 25px 0 25px;
    transition: all linear .3s;
    cursor: pointer;
}

.taxonomy-actions button.clear-btn:hover {
    color: #3E362B;
}

.taxonomy-actions button.search-btn:hover {
    background-color: #3E362B;
}
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
  appearance: none;
  display: none;
}
a.map-location-btn {
    background-color: #F15812;
    color: #ffffff;
    border: 1px solid transparent;
    font-size: 12px;
    height: auto;
    padding: 4px 15px;
    font-weight: 400;
    display: block;
    vertical-align: middle;
    text-decoration: none;
    border-radius: 5px;
    text-transform: uppercase;
    cursor: pointer;
    transition: all linear .3s;
    font-family: "Archivo Black", sans-serif;
    line-height: 21px;
    width: fit-content;
    margin: 0px auto 10px auto;
}
a.map-location-btn:hover {
    background-color: #000000;
}

.map-location-title {
    font-family: "Archivo Black", sans-serif;
    font-size: 14px;
    text-align: center;
    display: block;
}
.location-acre-wrapper {
    width: 100%;
    position: relative;
}

input#acre-range {
    width: 100%;
    order: -1;
}
#acre-range {
  -webkit-appearance: none;
  width: 100%;
  height: 5px;
  background: transparent;
  margin: 10px 0;
  padding: 0;
}

#acre-range::-webkit-slider-runnable-track {
  height: 5px;
  background: #3B2F23; /* Dark brown track */
  border-radius: 5px;
}

#acre-range::-webkit-slider-thumb {
  -webkit-appearance: none;
  height: 25px;
  width: 25px;
  background: #f4561d; /* Bright orange */
  border-radius: 50%;
  margin-top: -10px; /* Center thumb vertically on track */
  cursor: pointer;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
}

#acre-range::-moz-range-track {
  height: 5px;
  background: #3B2F23;
  border-radius: 5px;
}

#acre-range::-moz-range-thumb {
  height: 25px;
  width: 25px;
  background: #f4561d;
  border-radius: 50%;
  cursor: pointer;
  border: none;
}

#acre-range::-ms-track {
  height: 5px;
  background: transparent;
  border-color: transparent;
  color: transparent;
}

#acre-range::-ms-fill-lower {
  background: #3B2F23;
  border-radius: 5px;
}

#acre-range::-ms-fill-upper {
  background: #3B2F23;
  border-radius: 5px;
}

#acre-range::-ms-thumb {
  height: 30px;
  width: 30px;
  background: #f4561d;
  border-radius: 50%;
  cursor: pointer;
}
p#acre-value {
    margin: 0;
    padding: 5px;
    border: 1px solid #3E362B4D;
    border-radius: 8px;
    color: #3E362B;
    width: 100px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.acrelabel {
    padding: 10px;
    border: 1px solid #3E362B4D;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100px;
    height: 60px;
}
ul.sort-options li {
    font-family: "Archivo Black", sans-serif;
    font-size: 14px;
    color: #F15812;
    cursor: pointer;
}

.sort-wrapper,
.share-wrapper {
    position: relative;
}

ul.sort-options,
ul.share-lists {
    position: absolute;
    background-color: #ffffff;
    width: 250px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    padding: 25px 35px 25px 20px;
    border-radius: 10px;
    z-index: 99;
    row-gap: 15px;
    display: flex;
    flex-direction: column;
    right: 0;
    top: 60px;
}
ul.share-lists {
    left: unset;
    right: 0;
    top: 30px;
}
ul.share-lists li a img {
    width: 16px;
    object-fit: scale-down;
}
.sort-options li.active {
    background: url(/wp-content/themes/hart/assets/images/tick.svg) no-repeat right 3px;
    background-size: 20px;
}
p#copy-message {
    position: absolute;
    background-color: #ffffff;
    z-index: 999;
    width: max-content;
    right: 0;
    padding: 10px 15px 10px 30px;
    border-radius: 10px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    color: #3E362B;
    font-size: 15px;
    bottom: -65px;
    background: #ffffff url(/wp-content/themes/hart/assets/images/black-tick.svg) no-repeat 8px 15px;
    background-size: 16px;
}
ul.share-lists li a {
    display: flex;
    column-gap: 10px;
}
.location-acre-wrapper .slider {
    height: 5px;
    background: #ddd;
    position: relative;
    border-radius: 5px;
    margin: 20px 0 30px 0;
}
.location-acre-wrapper .acre-slider {
    position: absolute;
    height: 100%;
    background: #3E362B;
    border-radius: 5px;
    left: 25%;
    right: 15%;
}
.location-acre-wrapper .range-input input[type="range"] {
    all: unset;
    position: absolute;
    width: 100%;
    height: 5px;
    background: none;
    pointer-events: none;
    -webkit-appearance: none;
    top: 0;
}
		.location-acre-wrapper .range-input input[type="range"]::-webkit-slider-thumb {
	  pointer-events: all;
	  height: 25px;
	  width: 25px;
	  border-radius: 50%;
	  background: #F15812;
	  cursor: pointer;
	  -webkit-appearance: none;
	}
	.location-acre-wrapper .acre-labels {
	  display: flex;
	  justify-content: space-between;
	  font-weight: bold;
	  font-size: 14px;
	  margin-top: 0;
	}
.location-acre-wrapper span.acre-min,
.location-acre-wrapper span.acre-max{
    font-family: Archivo Black;
    font-weight: 400;
    font-size: 9px;
    line-height: 160%;
    letter-spacing: 0px;
    text-transform: uppercase;
    color: #3E362B;
}
.location-acre-wrapper span.acre-min-label,
.location-acre-wrapper span.acre-max-label {
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
    letter-spacing: 0px;
    text-align: center;
    font-family: "Archivo", sans-serif;
    color: #3E362B;
}
.search-content-main {
  scrollbar-color: #F15812 #f1f1f1;
  scrollbar-width: thin;
}


.search-content-main::-webkit-scrollbar {
  width: 10px;
}

.search-content-main::-webkit-scrollbar-track {
  background-color: #f1f1f1;
}

.search-content-main::-webkit-scrollbar-thumb {
  background-color: #F15812;
  border-radius: 5px;
  border: 2px solid transparent; /* Creates padding around thumb */
}

.fancy-ico span {
	background-color: #F15812 !important;
}
.woocommerce-MyAccount-navigation a,
.woocommerce-MyAccount-content p a {
    color: #3E362B;
    text-decoration: underline;
    text-underline-offset: 2px;
}
.woocommerce-MyAccount-navigation a:hover,
.woocommerce-MyAccount-content p a:hover {
    text-decoration: none;
}
.woocommerce-MyAccount-navigation li {
    margin-bottom: 15px;
    display: block;
}
.search-property .mob-act.host-heading {
    display: none;
}
#save-location-btn {
	display: none;
}
/* search mian */
@media(max-width: 1200px) {
    .new-footer-top .container {
        flex-wrap: wrap;
        justify-content: center;
    }

    .new-footer-top .container {

        flex-wrap: wrap;
    }

    .new-footer-top .container .new-footer-box:first-child {
        margin-right: 0;
        width: 100%;
        padding-bottom: 50px;
    }

    .new-footer-top .container .new-footer-box:first-child img {
        width: 100%;
        max-width: 245px;
        margin: 0 auto;
    }

    .hunt-sticky .row {
        column-gap: 40px;
    }
	.search-main .row {
    column-gap: 45px;
}
	.search-filter input {
    width: 100%;
}
}

@media(max-width: 1130px) {

    .hunt-location,
    .thing {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media (max-width:1024px) {


    h2 {
        font-size: 36px !important;
    }
}

@media(max-width: 992px) {

    .hamburger-inner:after {
        content: "";
        background: url(/wp-content/themes/hart/assets/images/3bar.svg);
        width: 24px;
        height: 18px;
        background-size: contain;
        background-repeat: no-repeat;
        display: block;
    }

    header .container {
        align-items: center;
        padding-right: 0;
    }

    .hamburger {
        width: 70px;
        height: 70px;
        display: grid;
        place-items: center;
    }

    header.menu-open .hamburger-inner:after {
        background: url(/wp-content/themes/hart/assets/images/close.svg);
        background-size: contain;
        background-repeat: no-repeat;
        width: 40px;
        height: 40px;
    }

    header.menu-open .hamburger {
        background-color: #F15812;
    }

    .head-nav {
        position: fixed;
        top: 70px;
        width: 100%;
        height: 100vh;
        overflow-y: auto;
        background-color: #3E362B;
        z-index: 999;
        flex-direction: column;
        align-items: center;
        padding-top: 44px;
        border-top: 1px solid #ffffff52;
        left: 0;
        transition: all linear .5s;
        transform: translateX(100%);
    }

    .home header {

        padding-bottom: 0;
    }

    header {
        padding-top: 0;
        padding-bottom: 0;
    }

    .head-nav ul li {
        margin-left: 0;
        margin-bottom: 45px;
    }

   .head-nav p {
    margin-left: 0;
    order: 1;
    margin-bottom: 45px;
}

    header .logo img {
        max-width: 198px;
    }

    header.menu-open .head-nav {
        transform: translatex(0);
    }

    .new-footer-top .container {
        display: flex;
        flex-wrap: wrap;
    }

    ul.footer-social li {
        margin-bottom: 0;
    }

    .new-footer-top {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .hunt-sticky .row {
        flex-wrap: wrap;
        
    }

    .hunt-sticky-left {
        max-width: 100%;
    }

    .availability-calender .flatpickr-calendar.inline {
        max-width: 600px !important;
        width: 100% !important;
    }

    .gallery-section {
        margin-bottom: 40px;
    }

    .availability-calender .flatpickr-rContainer {
        width: 100%;
    }



    .thing-grid {
        grid-template-columns: 1fr 1fr;
        grid-gap: 25px;
        margin-top: 30px;
    }


    .other-property {
        padding-top: 55px;
        padding-bottom: 55px;
    }

    .thing {
        margin-bottom: 55px;
    }

    .property-grid {
        grid-gap: 30px;
    }

    header .main-menu {
        flex-direction: column;
    }

    .availability-calender a {

        text-align: left;
        margin-left: 8px;
    }

    .new-footer-box.social {
        width: calc(33% - 11px);
    }

    .new-footer-top .container {

        column-gap: 20px;
    }

    .new-footer-middle .container {
        padding-top: 35px;
        padding-bottom: 35px;
    }
    .header-socials ul {
    margin-bottom: 40px;
		margin-left: 0;
}
	.search-content-left,
	.search-content-right {
    width: 100%;
}
	.search-main .row {
    flex-wrap: wrap;
		row-gap: 35px;
}
	.search-content-left .search-filter form {
    max-width: 100%;
    width: 100%;
}
	.search-content-left {
    padding-right: 0;
    padding-top: 0;
    padding-bottom: 40px;
}

	.search-content-box a {
    max-width: 100%;
    align-items: center;
}
	.search-content-main {
		width: 100%;
	}
	.search-content-box-left img {
 
    height: auto;
}
	.home.admin-bar header, .page-id-124.admin-bar header, .page-id-290.admin-bar header {
 
    top: 32px;
}
	
	.home.admin-bar header .head-nav, 
	.page-id-124.admin-bar header .head-nav, 
	.page-id-290.admin-bar header .head-nav {
 
    top: 102px;
}
	.search-main .container {
    padding: 0 15px 0 15px;
}
	.search-main .search-content-right {
    margin-bottom: 0;
    position: unset;
    order: -1;
    margin-top: 40px;
}
	.gallery-section img {
		object-fit: cover;
	}
	.search-content-main .search-content-box:last-child a {
    padding-bottom: 0;
}
	.search-content-right #map {
    height: 500px !important;
}
	ul.sort-options {
  
    left: unset;
    right: 0;
}
header .menu-menu-1-container {
    order: 0;
}
header .header-socials {
    order: 2;
}
	.new-footer-middle ul {
    column-gap: 15px;
}
}




@media (max-width:767px) {
    h2,
	.search-property .mob-act.host-heading h1,
	.host-content h1 {
        font-size: 30px !important;
    }

    .new-footer-box {
        width: 100%;
    }

    .new-footer-top .container,
    .new-footer-bottom .container {
        padding: 0 20px;
    }



    .banner-buttons {
    flex-wrap: wrap;
    justify-content: center;
}

    .banner-buttons p {
        margin-bottom: 0 !important;
        width: 100%;
		text-align: center;
    }
.banner-buttons p:last-child a {
    margin-right: 0;
}
    .banner-buttons a.btn {
        font-size: 16px;
        margin: 0 0 25px 0;
        text-align: center;
    }

    .new-footer-bottom p {
        display: grid;
        grid-template-columns: 1fr;
        grid-row-gap: 15px;
    }

    .new-footer-bottom span.copyright-sep {
        display: none;
    }

    .new-footer-bottom {
    padding: 20px 0px;
}

    .property-grid {
        grid-template-columns: 1fr;
        grid-gap: 45px;
        margin-top: 30px;
    }

    .weapons-grid {
        grid-template-columns: 1fr;
        max-width: 100%;
    }

    .species-grid,
    .additional-grid {
        grid-template-columns: 1fr 1fr;
    }

    .amenities-grid,
    .lodging-grid {
        display: grid;
        grid-template-columns: 1fr;
    }

    .availability-calender .flatpickr-day {
        width: 30px !important;
        height: 30px !important;
        border-radius: 50% !important;
        flex-basis: auto !important;
        line-height: 30px;
    }

    .availability-calender .flatpickr-day.inRange {
        border-radius: 0 !important;
    }

    .availability-calender .flatpickr-day.selected.startRange,
    .availability-calender .flatpickr-day.startRange.startRange {
        position: relative;
        z-index: 1;
    }

    .availability-calender {

        overflow-x: auto;
    }

    .availability-calender .flatpickr-calendar.inline {
        max-width: 600px !important;
        width: 600px !important;

    }

    .accordion-faq .accordion-title {

        padding: 17px 45px 17px 20px;
    }

    .thing-grid {
        grid-template-columns: 1fr;
    }

    .thing-grid .thing-box {
        max-width: 100%;
    }

    .weapons-box p {
        min-width: calc(100% - 70px);
    }

    .author-box {
        flex-wrap: wrap;
        row-gap: 12px;
    }

    .gallery-section .row {
        flex-wrap: wrap;
    }

    .gallery-section .row {

        row-gap: 10px;
    }

    .gallery-right .gallery-box img,
    .gallery-right .gallery-box,
    .gallery-left .gallery-box img,
    .gallery-left .gallery-box {
        border-radius: 8px !important;
    }

    .host-box {
        padding-bottom: 30px;
        margin-bottom: 30px;
    }

    .search-content-right #map {
        height: 300px !important;
    }

    .hunt-location .container {

        padding: 30px 0 30px 0;
    }

    .thing .container {
        padding: 30px 0 0 0;
    }

    .gallery-right,
    .gallery-left {
position: relative;
        width: 100%;
    }
	.gallery-right {
		display: none;
	}
    .gallery-section a.see-all {

        right: 10px;
        bottom: 10px;
		display: none;
    }

    .new-footer-box.social {
        width: 100%;
		position: relative;
    }
.new-footer-box.social h4 {
    position: absolute;
    width: calc(100% - 50px);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 10px;
	font-size: 12px;
	padding: 10px 0;
	min-height: 40px;
}
    .new-footer-top .container .new-footer-box:first-child {

        padding-bottom: 0;
    }

    .new-footer-top .container {

        row-gap: 30px;
    }

    .new-footer-box.social img {
        height: auto;
		border-radius: 10px;
    }

  .new-footer-middle ul {
    flex-direction: unset;
    align-items: center;
    row-gap: 30px;
    flex-wrap: wrap;
}
.new-footer-middle li {
    
    width: 100%;
    justify-content: center;
}
	.new-footer-middle ul li:nth-child(5),
	.new-footer-middle ul li:nth-child(6) {
    width: fit-content;
}
    .new-footer-top .container .new-footer-box:first-child img {

        max-width: 164px;
    }

    .hunt-sticky-right {
        width: 100%;
    }
.home.admin-bar header, 
.page-id-124.admin-bar header, 
.page-id-290.admin-bar header {
    top: 0;
}
.home.admin-bar header .head-nav,
.page-id-124.admin-bar header .head-nav,
.page-id-290.admin-bar header .head-nav {
    top: 70px;
}
	html #wpadminbar {
   display: none !important;
}
	html {
    margin-top: 0 !important;
}
	.popup-main-filter {
    width: 90%;
}
	.category-group {
    margin: 0 20px;
}
	.taxonomy-actions {
    padding: 38px 20px 38px 20px;
		
}
	.taxonomy-filter-wrapper h3 {
 
    font-size: 18px;
}
	.gallery-left img {
    height: auto;
}
	div#map {
    height: 400px !important;
}
	nav.woocommerce-MyAccount-navigation {
    margin-bottom: 40px;
}
	.search-property .mob-act.host-heading {
    display: none;
}

	
}

@media(max-width: 575px) {
    a.btn {

        font-size: 14px;
    }
	.search-main .search-content-left .search-filter {
    row-gap: 20px;
    flex-wrap: wrap;
}
	.search-main .search-filter .simple-btn,
	.sort-wrapper {
  
    width: calc(50% - 10px);
}
	.sort-wrapper .simple-btn {
		width: 100% !important;
	}
.search-main .search-content-box a {
    flex-wrap: wrap;
    row-gap: 15px;
    text-align: center;
}
	.search-content-box-left,
	.search-content-box-right {
    width: 100%;
}
	.taxonomy-actions button.search-btn {
    
    width: 100%;
}
		.taxonomy-actions {
		flex-wrap: wrap;
			    row-gap: 15px;
}
	.taxonomy-actions button.clear-btn {
   
    margin-left: auto;
}
	.gallery-right .gallery-box {
    height: 130px;
}
.new-footer-top .container .new-footer-box.social:nth-child(4) h4:before {
    background-image: url(/wp-content/themes/hart/assets/images/instagram.svg);
    width: 16px;
    height: 16px;
}
	.new-footer-box.social h4 {
   
    width: 230px;
}
}
.search-property a.save-btn {
    display: none;
}
.gallery-right {
    width: 100%;
    display: block;
}
.gallery-right .gallery-box:first-child {
    width: calc(50% - 10px);
    height: 402px;
    margin: 0px 5px;
}
.gallery-right .gallery-box {
    width: calc(25% - 10px);
    float: left;
    /* padding: 6px; */
    margin: 0 5px 10px;
}
.gallery-section button.slick-arrow {
   position: absolute;
    top: 50%;
    left: 50%;
    width: 30px;
    height: 30px;
    font-size: 0;
    border-radius: 6px;
    border: 1px solid transparent;
    background-color: #F15812;
    transform: translateY(-50%);
    cursor: pointer;
    transition: all linear .3s;
	z-index: 1;
}
.gallery-section button.slick-arrow:before {
  content: "";
    width: 8px;
    height: 12px;
    display: block;
    background: url(/wp-content/themes/hart/assets/images/slider-arrow.svg) no-repeat;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}


.gallery-section button.slick-arrow.slick-next:before {
    transform: translate(-50%, -50%) rotate(180deg);
}
.excerpt-text p {
    display: inline;
}
@media(max-width: 767px) {
	.gallery-right .gallery-box {
		height: 400px !important;
		
	}
.gallery-box.slick-slide {
    position: relative;
	margin: 0;
	display: block !important;
}
	.gallery-box.slick-current .slide-counter {
    display: block !important;
    
}

.slide-counter {
    position: absolute;
    bottom: 10px;
    right: 25px;
    color: #ffffff;
    background-color: #0000004f;
    padding: 4px 10px;
}
	.gallery-section button.slick-next.slick-arrow {
 
    left: unset;
    right: 0;
}
	.gallery-section button.slick-prev.slick-arrow {
   
    left: 0;
}
	.gallery-right .gallery-box:first-child {
   width: 100%;
    margin: 0;
}
	.gallery-right {
		height: 400px;
		overflow: hidden;
	}
	.gallery-right.slick-slider {
		height: auto;
		overflow: unset;
	}

}
@media(max-width: 575px) {
	.gallery-right .gallery-box {
		height: 250px !important;
	}
	.gallery-right {
		height: 250px;
	}
}


iframe[src*="youtube.com"],
iframe[src*="youtu.be"] {
  width: 100% !important;
  height: auto !important;
  aspect-ratio: 16 / 9;
  display: block;
  max-width: 100%;
  border: 0;
	margin-bottom: 15px;
}
