/*[ General ] */

html {
    height: 100%;
}

body {
    font-family: 'Poppins', sans-serif;
    font-size:0.875rem;
    font-weight: 400;
    letter-spacing: 0.02em;
    color: #666666;
    background-color: #fff;
    min-height: 100%;
    overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    font-weight: 400;
    margin-bottom: 1rem;
}

h1,
.h1 {
    font-size: 3rem;
}

h2,
.h2 {
    font-size: 2.25rem;
}

h3,
.h3 {
    font-size: 1.875rem;
}

h4,
.h4 {
    font-size: 24px;
}

h5,
.h5 {
    font-size: 1.25rem;
}

h6,
.h6 {
    font-size: 1.125rem;
}

a:hover,
a:active,
a:focus {
    text-decoration: none;
    outline: none;
}

hr {
    border-top: 1px solid #d6d6d6;
}

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

input,
button,
a {
    transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
}

input,
input:focus,
button,
button:focus {
    outline: none;
}

input[type="file"] {
    height: auto;
}

input[type=text],
input[type=password] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

textarea.form-control {
    resize: vertical;
}

label.col-form-label {
    font-weight: 600;
    line-height: 1.2;
}

section {
    padding: 2rem 0;
}

body::-webkit-scrollbar-track,
.scrollbar::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 5px;
    background-color: #F5F5F5;
}

body::-webkit-scrollbar,
.scrollbar::-webkit-scrollbar {
    width: 10px;
    background-color: #F5F5F5;
}

body::-webkit-scrollbar-thumb,
.scrollbar::-webkit-scrollbar-thumb {
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #acacac;
}

img {
    height: auto;
    max-width: 100%;
}
img.alignright { margin: 0 0 1em 1em; }
img.alignleft { margin: 0 1em 1em 0; }
img.aligncenter { display: block; margin-left: auto; margin-right: auto; }
.alignright { float: right; }
.alignleft { float: left; }
.aligncenter { display: block; margin-left: auto; margin-right: auto; }




/*[ Brand Color ]*/
.text-gold {
    color: #9F7A43;
}
.text-light-yellow {
    color: #E3DFBE;
}
.text-green {
    color: #1C562A;
}
.text-grey{
    color: #666666;
}
.bg-gold {
    background-color: #9F7A43;
}
.bg-light-yellow {
    background-color: #E3DFBE;
}
.bg-green {
    background-color: #1C562A;
}

/*[ Button Classes ]*/
.btn {
    font-size: 1rem;
    padding: .550rem 1.5rem;
    border-radius: 0;
    font-weight: 400;
    position: relative;
    color: #666;
    border: 1px solid #666;
}
.btn-sm {
    padding: .313rem 1rem;
    font-size: .9rem;
}
.btn-lg {
    padding: .8rem 2rem;
    font-size: 1.1rem;
}
.btn:hover {
  background-color: #666;
  color: #fff;
  border-color: #666;
}
.btn-gold {
  background-color: #9F7A43;
  color: #fff;
  border: 1px solid #9F7A43;
}
.btn-gold:hover {
  background-color: #1C562A;
  color: #fff;
  border-color: #1C562A;
}
.btn-green {
  background-color: #1C562A;
  color: #fff;
  border: 1px solid #1C562A;
}
.btn-green:hover {
  background-color: #9F7A43;
  color: #fff;
  border-color: #9F7A43;
}
.btn-white-outline {
  background-color: transparent;
  color: #fff;
  border: 1px solid #fff;
}
.btn-white-outline:hover {
  background-color: #fff;
  color: #666;
  border-color: #fff;
}
.btn-gold-outline {
  background-color: transparent;
  color: #9F7A43;
  border: 1px solid #9F7A43;
}
.btn-gold-outline:hover {
  background-color: #9F7A43;
  color: #fff;
  border-color: #9F7A43;
}
.btn-green-outline {
  background-color: transparent;
  color: #1C562A;
  border: 1px solid #1C562A;
}
.btn-green-outline:hover {
  background-color: #1C562A;
  color: #fff;
  border-color: #1C562A;
}

.imgframe img,
img.imgframe{
    position: relative;
    border: 15px solid #fff;
    box-shadow: 0 5px 30px rgb(0 22 84 / 10%);
    -webkit-box-shadow: 0 5px 30px rgb(0 22 84 / 10%);
}

/*[ Helper Classes ]*/
.post-featured-image img{
    width: 100%;
}
a {
    color: #9F7A43;
}
a:hover {
    color: #1C562A;
}
.entry-content ul,
.entry-content ol {
    margin-top: 0;
    margin-bottom: 1rem;
    padding-left: 40px;
}

.entry-content ul {
    list-style: disc;
}

.entry-content ol {
    list-style: decimal;
}

.entry-content ul li,
.entry-content ol li {
    margin-bottom: .8rem;
}

.entry-content ul.lg-text li,
.entry-content ol.lg-text li {
    font-size: 1.2rem;
    font-weight: 600;
    color: #444444;
}
.entry-content ul.split-2:after,
.entry-content ol.split-2:after {
    display: block;
    clear: both;
    content: "";
}
.entry-content ul.split-2 li,
.entry-content ol.split-2 li {
    width:50%;
    float:left;
}
.section-title h2,
h2.title {
    margin-bottom: 1rem;
    font-weight: 600;
    font-size: 40px;
}
.radius-0 {
    border-radius: 0 !important;
}

.letter-spacing-0 {
    letter-spacing: 0;
}
.font-weight-100 {
    font-weight: 100;
}

.font-weight-200 {
    font-weight: 200;
}

.font-weight-300 {
    font-weight: 300;
}

.font-weight-400 {
    font-weight: 400;
}

.font-weight-500 {
    font-weight: 500;
}

.font-weight-600 {
    font-weight: 600;
}

.font-weight-700 {
    font-weight: 700;
}

.font-weight-800 {
    font-weight: 800;
}

.font-weight-900 {
    font-weight: 900;
}
.form-control {
    border-color: #e3e3e3;
    box-shadow: none;
    font-size: 15px;
    height: 44px;
    border-radius: 0;
}
.auto-height{
    height: auto !important;
    min-height: auto !important;
}
/*Social Icons*/
.social-icons a {
    margin: 0 5px;
}
.social-icons a .iconify{    
    color: #000;
    font-size: 28px;
}
.social-icons a:hover {
  opacity: 0.8;
  border-bottom: 0;
}
/*[ Header ]*/

/* 

.tophead {
    padding: .675rem 0;
}
.tophead, 
.tophead a {
    color: #fff;
    font-size: 0.75rem;
} 
.tophead a:hover {
    opacity: 0.8;
}
.tophead .social-icons h5 {
    display: none;
}
.tophead .social-icons p {
    margin-bottom: 0;
}
/*#header.sticky-header .tophead{
    display: none;
}
.tophead .appointment-text a {
    color: #fff;
    text-transform: uppercase;
    border-bottom: 1px solid #fff;
}
.tophead .header-contact-text,
.tophead .header-contact-text a {
    padding: 0 0.5rem;
}
.header {
    transition: all 0.5s;
    background-color: #fff;
    position: relative;
    min-height:100px;
    /*position: fixed;
    z-index: 999;
    width: 100%;
}

.header.sticky-header {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 999;
    /*top:-240px;
    left: 0;
    right: 0;
    transition: 0.4s top cubic-bezier(.3, .73, .3, .74);
    min-height: 100px;
    box-shadow: 0 5px 30px rgb(0 22 84 / 10%);
    -webkit-box-shadow: 0 5px 30px rgb(0 22 84 / 10%);
}

*/
.hero-text {
   width: 70%;
}
body.down .header.sticky-header {
    top: 0;
}

body.down {
    padding-top: 140px;
}
.header .navbar {
    padding:1.5rem 0.9rem;
}
#header .logo .wp-block-image {
    margin-bottom: 0;
}
#header .logo img {
    padding: 0;
    margin: 0;
    transition: all 0.5s;
}

#header #mobile_btn{
	position:relative;
	top:-8px;
}
.mobile_btn,
.mobile_btn:hover,
.mobile_btn:active,
.mobile_btn:focus {
    color: #585858;
    font-size: 2.5rem;
}

.sticky-header .mobile_btn,
.sticky-header .mobile_btn:hover,
.sticky-header .mobile_btn:active,
.sticky-header .mobile_btn:focus {
    color: #585858;
}

/*[ Navigation Menu ]*/
/* Desktop Navigation */
.nav-menu,
.nav-menu * {
    margin: 0;
    padding: 0;
    list-style: none;
}

.nav-menu ul.menu>li {
    position: relative;
    white-space: nowrap;
    display: inline-block;
    margin: 0 .5rem;
}

.nav-menu ul>li:last-child {
    margin-right: 0;
}

.nav-menu a {
    display: block;
    position: relative;
    color: #666;
    padding: .3rem 0;
    margin: 0;
    transition: 0.3s;    
}

.nav-menu li a {
    color: #666;
    text-decoration: none;
}
.nav-menu li a:hover {
    color: #9F7A43;
}
/*.header.sticky-header .nav-menu li a {
    color: #585858;
}

.nav-menu ul.menu>li:hover:after,
.nav-menu ul.menu>li.current-menu-item:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    border-bottom: 2px solid #585858;
}

.header.sticky-header .nav-menu ul.menu>li:hover:after,
.header.sticky-header .nav-menu ul.menu>li.current-menu-item:after {
    border-bottom: 2px solid #0082c8;
}*/

.nav-menu ul.menu>li.current-menu-item>a {
    color: #1C562A;
    font-weight: 600;
}

.nav-menu .menu-item-has-children>a {
    padding-right: 12px;
}

.nav-menu .menu-item-has-children ul {
    display: block;
    position: absolute;
    left: 0;
    top: 50px;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    padding: 10px 0;
    background: #9F7A43;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    transition: ease all 0.3s;
    /*border-radius: 1rem;*/
    /*border: 2px solid #585858;*/
}
.nav-menu .menu-item-has-children ul li ul.sub-menu {
    left: 100%;
    top: 0;
}
.nav-menu .menu-item-has-children.multicolumn  ul {
    min-width: 470px;
    display: grid; 
    grid-template-columns: 1fr 1fr; 
}
/*.nav-menu .menu-item-has-children.multicolumn  ul li {
    width: 50%;
}*/
.nav-menu .menu-item-has-children ul:before {
    background-color: #9F7A43;
    /*border: 2px solid #0082c8;
    border-width: 2px 0 0 2px;*/
    content: "";
    width: 22px;
    height: 22px;
    left: 15px;
    top: -10px;
    position: absolute;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    -o-transition: all .2s ease 0;
    transition: all .2s ease 0;
    -webkit-transition: all .2s ease 0;
    -moz-transition: all .2s ease 0;
}
.nav-menu .menu-item-has-children ul li ul.sub-menu:before {
    display: none;
}
.nav-menu .menu-item-has-children:hover>ul {
    opacity: 1;
    visibility: visible;
}

.nav-menu .menu-item-has-children li {
    min-width: 250px;
    position: relative;
    max-width:  250px;
}

.nav-menu .menu-item-has-children ul a {
    padding: 8px 20px;
    text-transform: none;
    color: #E3DFBE;
    margin: 0;
    text-align: left;
    white-space: break-spaces;
}

/*.nav-menu .menu-item-has-children ul .current-menu-item a {
    font-weight: 600;
}*/

.nav-menu .menu-item-has-children ul a:hover,
.nav-menu .menu-item-has-children ul .current-menu-item>a,
.nav-menu .menu-item-has-children ul li:hover>a {
    color: #fff;
    /*opacity: .8;*/
}

.nav-menu .menu-item-has-children>a:after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -5px;
    height: 6px;
    width: 6px;
    display: block;
    border-style: solid;
    border-width: 0 2px 2px 0;
    border-color: transparent #666 #666 transparent;
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    transition: border .3s;
}
.nav-menu ul.menu>li.current-menu-item.menu-item-has-children>a:after,
.nav-menu .menu-item-has-children:hover>a:after {
     border-color: transparent #9F7A43 #9F7A43 transparent;
}
.nav-menu .menu-item-has-children ul.sub-menu .menu-item-has-children>a:after {
    margin-top: -2px;
    right: 15px;
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    border-color: transparent #fff #fff transparent;
}

.nav-menu .nav-btn a {
    align-items: center;
    padding: .550rem .6rem;
    color: #9F7A43;
    background-color: transparent;
    border: 1px solid #9F7A43;
}
.nav-menu .nav-btn a:hover {
    color: #fff;
    background-color: #9F7A43;
}
.nav-menu .nav-btn:hover:after {
    display: none;
}
.nav-menu .nav-btn.menu-item-has-children>a{
	padding-right:1.2rem;
}
.nav-menu .nav-btn.menu-item-has-children>a:after{
	right:0.5rem;
	border-color: transparent #9F7A43 #9F7A43 transparent;
}
.nav-menu .nav-btn.menu-item-has-children>a:hover:after{
	border-color: transparent #fff #fff transparent;
}
.heading-h1 {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 64px;
    line-height: 80px;
    letter-spacing: 0%;
}
.herobanner .hero-text .text{
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-size: 24px;
    line-height: 36px;
    letter-spacing: 0%;
}
.herobanner{
    align-content: end;
}
/*Mobile Menu*/
.mobmenu {
    background-color: #E3DFBE;
    bottom: 0;
    right: auto;
    margin-top: 0;
    position: fixed;
    top: 0;
    margin-left: -300px;
    width: 300px;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    z-index: 1041;
}

.mobmenu.opened {
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.mobmenu-inner {
    height: 100%;
    transition: all 0.2s ease-in-out 0s;
}

.mobmenu-menu {
    padding: 1rem 0;
}

.mobmenu-menu ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    position: relative;
}

.mobmenu-menu ul ul {
    display: none;
}

.mobmenu-menu li a {
    color: #9F7A43;
    display: block;
    font-size: 1rem;
    height: auto;
    padding: .6rem 1.5rem;
    position: relative;
    text-transform: uppercase;
}

.mobmenu-menu li>a {
    border-bottom: 1px dashed #9F7A43;
}

.mobmenu-menu li a:hover,
.mobmenu-menu li.active a {
    color: #fff;
    background-color: #585858;
}

.mobmenu-menu li.submenu>a:after {
    content: "";
    position: absolute;
    right: 1.5rem;
    top: 50%;
    margin-top: -5px;
    height: 6px;
    width: 6px;
    display: block;
    border-style: solid;
    border-width: 0 2px 2px 0;
    border-color: transparent #fff #fff transparent;
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    transition: border .3s;
}

.mobmenu-menu ul ul a:before {
    content: '-';
    position: relative;
    padding-right: .8rem;
}

.mobmenu-menu a {
    line-height: 1.3;
    transition: unset;
    -moz-transition: unset;
    -o-transition: unset;
    -ms-transition: unset;
    -webkit-transition: unset;
}

.slide-nav .mobmenu {
    margin-left: 0;
}

.mobmenu-overlay {
    display: none;
    position: fixed;
    z-index: 90;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 1040;
    background-color: rgba(0, 0, 0, 0.6);
}

.mobmenu-overlay.opened {
    display: block;
}

.mobmenu-menu.opened {
    opacity: 1;
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);
    margin-left: 0;
}

html.menu-opened {
    overflow: hidden;
}

html.menu-opened body {
    overflow: hidden;
}

/*Hero Banner*/
/* 
#herobanner {
    width: 100%;
    height: 500px;
    position: relative;
}
#innerbanner {
  width: 100%;
  height: 350px;
  position: relative;
}
.bannerbg {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}
.bg-fixed {
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.overlay {
    position: relative;
}
.overlay:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
}
.overlay.green-overlay:before {
    background-color: rgba(28, 86, 42, 0.8);
}
.overlay .container {
    position: relative;
}
.hero-text {
  position: relative;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hero-text:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3); 
}
.hero-text>div {
    position: relative;
    color: #fff;
}
#innerbanner .hero-text .container {
    position: relative;
    width: 70%;
}
.hero-text h2,
#innerbanner .hero-text h1 {
  font-size:3rem;
  color: #fff;
  z-index: 9;
  font-weight: 600;
  margin-bottom: 1rem;
}
#herobanner .hero-text h2 {
    font-size:2.6rem;
}
.hero-text p {
    font-size: 1rem;
    margin-bottom: 2rem;
}

*/

/*Slick Slider*/
.heroslider .slick-list, 
.heroslider .slick-track {
    height: 100%;
}
.heroslider .slick-slide:focus {
  border:0;
  outline: none;
}
.heroslider .slick-arrow {
  position: absolute;
  top:50%;
  margin-top: -25px;
  width: 40px;
  height: 50px;
  line-height: 1;
  /*border-radius: 5px;*/
  background-color: transparent;
  border: 1px solid #fff;
  color: #fff;
  padding: 5px;
  font-size: 0;
  text-align: center;
  z-index: 9;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.heroslider .slick-arrow:hover {
  background-color: #9F7A43;
  border-color: #9F7A43;
  color: #fff;
}
.heroslider .slick-arrow:before{
  border: solid #fff;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 5px;
}
.heroslider .slick-arrow:hover:before{
  border: solid #fff;
  border-width: 0 2px 2px 0;
}
.heroslider .slick-arrow.slick-prev {
  left:15px;
}
.heroslider .slick-arrow.slick-prev:before{
  content: "";
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
} 
.heroslider .slick-arrow.slick-next {
  right:15px;
} 
.heroslider .slick-arrow.slick-next:before{
  content: "";
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
} 

/*Home Services*/
.single-service {
    /*display: flex;*/
    align-items: center;
    justify-content: center;
    padding: 2rem;
    text-align: center;    
    transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
}
.home-services .single-service {
    border-top: 1px solid rgba(255, 255, 255, 0.4);
    border-right: 1px solid rgba(255, 255, 255, 0.4);
}
.single-service a {
    display: block;
}
.home-services .single-service:nth-of-type(1),
.home-services .single-service:nth-of-type(2),
.home-services .single-service:nth-of-type(3),
.home-services .single-service:nth-of-type(4) {
  border-top: 0;
}
/*.home-services .single-service:nth-of-type(2n+2) {*/
/*    border-left: 1px solid rgba(255, 255, 255, 0.4);*/
/*    border-right: 1px solid rgba(255, 255, 255, 0.4);*/
/*}*/

.home-services .single-service:nth-child(4n) {
    border-right: none;
}

.single-service .service-icon img {
    max-width: 90px;
    margin-bottom: 1rem;
}
.single-service .service-name {
    display: block;
    color: #fff;
    font-size:1.125rem;
}
.single-service:hover  {
    background-color: rgba(0, 0, 0, 0.2);
}

/*The Wild Collective Program*/
#twcprogram .bg-img {
    opacity: 0;
    width: 100%;
}
#twcprogram .twcprogram-details {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;    
    display: flex;
    align-items: center;
    z-index: 1;
}
#twcprogram .twcprogram-details .text {
    margin: 1rem 0 2rem;
}
#twcprogram .twcprogram-details .text p{
    font-size: 1.125rem;
}

/*Founders*/
.single-founder {
    padding: 1rem;
    padding-left: 1.5rem;
    position: relative;
    height:100%;
}
.single-founder:before {
    content:'';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: 1px solid #9F7A43;
    border-left-width: 8px;   
    box-shadow: 0 5px 30px rgb(0 22 84 / 10%);
    -webkit-box-shadow: 0 5px 30px rgb(0 22 84 / 10%); 
}
/*Product Shop Block*/
#productshop-block .products-image{
    margin-top: -4.5rem;
    margin-bottom: -3.5rem;
}

/*Home Blogs Block*/
#home-blogs .single-blog {
    padding: 1rem;
    border: 1px solid transparent;
    box-shadow: 0 5px 30px rgb(0 22 84 / 10%);
    -webkit-box-shadow: 0 5px 30px rgb(0 22 84 / 10%); 
}
#home-blogs .single-blog:hover {
    border: 1px solid #9F7A43;
}
#home-blogs .single-blog .blog-desc h4 a{
    font-size: 1.375rem;
    color: #666;
    font-weight: 600;
}
#home-blogs .single-blog:hover .blog-desc h4 a{
    color: #9F7A43;
}
#home-blogs .single-blog:hover .blog-desc p a:hover {
    color: #1C562A;
}

/*Insta Feeds*/
/* #insta-feeds .block:nth-of-type(2) {
    padding: 1rem 0 1.5rem;
} */

/*Footer*/
.footer {
  background-color: #E3DFBE;
  color: #9F7A43;
  padding: 90px 0;
  font-size: 0.813rem;
  margin-top: 1rem;
}
.footer a {
  color: #9F7A43;
}
.footer a:hover {
  text-decoration: none;
  border-bottom: 1px solid #9F7A43;
}
.footer .contact-block .wp-block-image img {
    max-width: 220px;
}
.footer .contact-block .wp-block-image a:hover {
    border-bottom:0;
}
.footerblock h5 {
    font-weight: 600;
}
.footerblock ul li,
.footerblock p{
    margin-bottom: .5rem;
    position: relative;
}
.footerblock p em {
    font-size: 80%;
}
.subscribebox .form-group{
    margin-bottom: .5rem;
}
.subscribebox .form-control {
    border: 2px solid #9F7A43;
    color: #9F7A43;
    font-size: 0.813rem;
}
.subscribebox .btn {
    height: 44px;
}
.footerblock .social-icons h5 {
    margin:1rem 0 .5rem;
}
.footerblock .social-icons a .iconify{
    color: #9F7A43;
    font-size: 1.5rem;
}
.footerblock .social-icons a:hover {
    border-bottom: 0;
}
.footerblock .social-icons a:hover .iconify{
    color: #9F7A43;
}
/*Copyright*/
.copyright {
    padding: 1rem 0 0;
    margin-top: .5rem;
}
.copyright p {
    margin: 0;
}
.copyright p a {
    text-decoration-thickness: 1px;
}

/*All Services Page*/

/*Single Service Page*/
.service-herobanner .service-icon img {
    max-width: 150px;
}
.service-herobanner .locations span {
    padding: .150rem 1rem;
    color: #fff;
    background-color: #9F7A43;
    margin: 0 .2rem;
}
/*Single Practitioner*/
.single-practitioner {
    padding: 1rem;
    position: relative;
}

/*All Teams Page*/

/*Single Team Memaber Page*/
.team-member-primary-info .locations span {
    padding: .150rem 1rem;
    color: #fff;
    background-color: #1C562A;
    margin: 0 .2rem;
}

/*FAQ*/
.faq-accordion .card {
    border: 0;
    border-bottom: 2px solid #ededed;
    border-radius: 0;
    box-shadow: none;
    margin-bottom: 0;
    padding: .50rem 0;
}

.faq-accordion .card .card-header {
    border-bottom: 0;
    position: relative;
    background-color: transparent;
}

.faq-accordion .card .card-header h4 a {
    display: block;
    color: #666;
}
.faq-accordion .card .card-header h4 a:not(.collapsed) {
    color: #9F7A43;
}

.faq-accordion .card .card-header .iconify {
    position: absolute;
    top: 15px;
    right: 20px;
    text-align: center;
    line-height: 24px;
    display: block!important;
    width: auto;
    font-size: 22px;
    transition: transform .3s ease;
}

.faq-accordion .card .card-header a:not(.collapsed) .iconify {
    transform: rotate(315deg) !important;
    color: #9F7A43;
}

/*Contact*/
.clinic-location {
    position: relative;
    border: 15px solid #fff;
    box-shadow: 0px 4px 25px 0px #0000000D;

    margin-bottom: 1.5rem;
}
.clinic-location:last-child {
    margin-bottom: 0;
}
.clinic-location .map {
    margin-bottom: 1rem;
}
.clinic-location h6 {
    font-weight: 600;
}
/*Contact Form*/
.contact-form {
    position: sticky;
    left: 0;
    top: 0;
    width: 100%;
}
.contact-form .wpforms-field input,
.contact-form .wpforms-field select{
    height: 44px !important;
}
.contact-form .wpforms-field input,
.contact-form .wpforms-field select, 
.contact-form .wpforms-field textarea {
    border-radius: 0 !important;
    border: 1px solid #9F7A43 !important;    
}
.contact-form .wpforms-submit {
    display: inline-block !important;
    background-color: #9F7A43 !important;
    border: 1px solid #9F7A43 !important;   
    letter-spacing: 0 !important;
    font-size: 1rem !important;
    padding: .8rem 2rem !important;
    border-radius: 0 !important;
    font-weight: 600 !important;
    position: relative !important;
    color: #fff !important;
    width: 100% !important;
}
.contact-form .wpforms-submit:hover {    
    color: #fff !important;
    background-color: #1C562A !important;
    border-color:#1C562A !important;
}

/*Blogs*/
#blogs article {
    padding: 1rem;
    border: 1px solid transparent;
    box-shadow: 0 5px 30px rgb(0 22 84 / 10%);
    -webkit-box-shadow: 0 5px 30px rgb(0 22 84 / 10%);
    margin-bottom: 1rem;
}
#blogs article:hover {
    border: 1px solid #9F7A43;
}
.blog-posts article .entry-header .entry-title a {
    font-weight: 600;
    color: #666;
}
.blog-posts article:hover .entry-header .entry-title a,
.blog-posts article .entry-header .entry-title a:hover {
    color: #9F7A43;
}
.blog-posts article .entry-meta {
    margin-bottom: 1rem;
    font-size: 90%;
    line-height: 1.6;
    padding: 1rem;
    background-color: #f8f9fa;
}
.blog-posts article .entry-meta .wpb-tags a {
    font-size: 80%;
    background-color: rgba(227, 223, 190, 0.5);
    border-radius: 5px;
    padding: 1px 5px;
}
.blog-posts article .entry-meta .iconify {
    margin-right: 5px;
}
/* pagination position styling */
.pagination {
    text-align: right;
    padding: 1rem 0;
    justify-content: end;
}
 
/* pagination styling */
.pagination a,
.pagination span {
    color: black;
    padding: .5rem 1rem;
    text-decoration: none;
}
.pagination .current {
    background-color: rgba(227, 223, 190, 0.5);
    color: #9F7A43;
}

/*Post Navigation*/
.post-navigation {
    border-top: 1px solid #9F7A43;
    border-bottom: 1px solid #9F7A43;
    padding: 1rem;
    margin: 1rem 0;
    background-color: #E3DFBE;
}
.post-navigation .nav-links {
    display: flex;
}
.post-navigation .nav-links>div {
    width: 50%;
    font-size: 1.2rem;
    font-weight: 600;
}
.post-navigation .nav-links>div:before {
    display: block;
    font-weight: normal;
    font-size: 0.875rem;
}
.post-navigation .nav-links .nav-previous:before {
    content: 'Previous Post: ';
}
.post-navigation .nav-links .nav-next {
    text-align: right;
}
.post-navigation .nav-links .nav-next:before {
    content: 'Next Post: ';
}

/*Blog Sidebar*/
.blog-sidebar {
    position: sticky;
    left: 0;
    top: 0;
    width: 100%;
}
.sidebar-block {
    margin-bottom: 1.5rem;
}
.sidebar-block h5 {
    margin-bottom: .5rem;
    font-weight: 600;
}
.sidebar-block .wp-block-search .wp-block-search__input {
    border: 1px solid #9F7A43;
    color: #9F7A43;
    font-size: 0.813rem;
    height: 44px;
}
.sidebar-block .wp-block-search .wp-block-search__button {
    background-color: #9F7A43;
    color: #fff;
    border: 1px solid #9F7A43;
    padding: .5rem 1.5rem;
}
.sidebar-block .wp-block-search .wp-block-search__button:hover {
    background-color: #1C562A;
    border: 1px solid #1C562A;
}
.sidebar-block ul.wp-block-latest-posts__list li{
    color: #666;
    padding: .5rem 0;
    border-bottom: 1px solid #ccc;
}
.sidebar-block ul.wp-block-latest-posts__list li a,
.sidebar-block .wp-block-tag-cloud a{
    color: #666;
}
.sidebar-block ul.wp-block-latest-posts__list li a:hover,
.sidebar-block .wp-block-tag-cloud a:hover{
    color: #9F7A43;
}

/*Services Page*/
.services-page .single-service {
    margin-bottom: 1.5rem;
    padding: 1rem;
}
.services-page .single-service .service-desc img{
    /*width: 100%;
    max-width: 150px;
    background-color: #1C562A;
    border-radius: 50%;
    padding: 1.5rem;
    margin-bottom: 1rem;*/
	
	margin-bottom: .5rem;
	border: 15px solid #fff; */
    box-shadow: 0 5px 30px rgb(0 22 84 / 10%);
    -webkit-box-shadow: 0 5px 30px rgb(0 22 84 / 10%);
}
.services-page .single-service .service-desc h4{
    font-weight: 600;
}
.services-page .single-service:hover  {
    background-color: transparent;
}
/*Active Campaign Form */
#whhw-form ._form_7,
#twcaprinfosession-form ._form_13{
    padding:0 !important;
    width:100% !important;
    margin-top: 10px !important;
}
#whhw-form ._form_7 ._inline-style input[type="text"],
#twcaprinfosession-form ._form_13 ._inline-style input[type="text"]{
    width:100% !important;
}
#whhw-form ._form_7 ._submit,
#twcaprinfosession-form ._form_13 ._submit{
    padding: 10px 20px !important;
    border-radius: 4px;
    min-height: 44px;
    width: 100%;
}
#page-subscribe {
    margin: 0 auto;
    max-width: 400px;
}
#footer .subscribebox ._form_9,
#page-subscribe .subscribebox ._form_9 {
    background-color: transparent !important;
    margin: 0;
    padding: 0;
    width: 100%;
}
#footer .subscribebox ._form_9 ._form-content ._full_width,
#page-subscribe .subscribebox ._form_9 ._form-content ._full_width {
    width: 100%;
    margin-left: 0 !important;
}
#footer .subscribebox ._form_9 ._form-content ._button-wrapper._full_width,
#page-subscribe .subscribebox ._form_9 ._form-content ._button-wrapper._full_width {
    margin: 0 !important;
}
#footer .subscribebox ._form_9 ._form-content ._full_width input[type="text"],
#page-subscribe .subscribebox ._form_9 ._form-content ._full_width input[type="text"] {
    width: 100%;
    border: 2px solid #9F7A43;
    color: #9F7A43 !important;
    font-size: 0.813rem;
    border-radius: 0;
    height: 44px;
}
#footer .subscribebox ._form_9 ._form-content ._full_width ._form-label,
#page-subscribe .subscribebox ._form_9 ._form-content ._full_width ._form-label {
    display: none;
}
#footer .subscribebox ._form_9 ._form-content ._button-wrapper._full_width ._submit,
#page-subscribe .subscribebox ._form_9 ._form-content ._button-wrapper._full_width ._submit {
    width: 100%;
    background-color: #9F7A43 !important;
    color: #fff !important;
    border: 1px solid #9F7A43 !important;
}
#footer .subscribebox ._form_9 ._form-content ._button-wrapper._full_width ._submit:hover,
#page-subscribe .subscribebox ._form_9 ._form-content ._button-wrapper._full_width ._submit:hover {
    background-color: #1C562A !important;
    color: #fff !important;
    border: 1px solid #1C562A !important;
}

/*Bot Chat*/
.page-id-3836 .BotPenguin-chat,
.page-id-4147 .BotPenguin-chat,
.page-id-4310 .BotPenguin-chat{
    display:none !important;
}

#announcement-bar {
    /* background-color: #baa1b5; */
}
#announcement-bar a.btn{
	border-color: #9F7A43;
	padding: 0;
	border-width: 0 0 1px 0;
	border-radius: 0;
	color: #9F7A43;
}
#announcement-bar a.btn:hover{
	border-color: #1C562A;
	color:#1C562A;
	background-color:transparent;
}

.page-id-4310 #innerbanner {
    display: none;
}

/*Retreat Page*/
.programs-blocks .single-block {
  padding: 2rem 0;
}
/*.programs-blocks .single-block .block {
  text-align: right;
}
.programs-blocks .single-block:nth-child(even) .block {
  text-align: left;
}
.programs-blocks .single-block:nth-child(even) .block:first-child {
  order: 2;  
}*/
.programs-blocks .single-block .block .img {
  position: relative;
  padding: 2.5rem 0 0 2.5rem;
  text-align: left;
}
.programs-blocks .single-block:nth-child(even) .block .img {
  padding: 2.5rem 2.5rem 0 0;
  text-align: right;
}

.programs-blocks .single-block .block .img img {
  border-radius: 10px;
  /*max-width: 450px;*/
}
.programs-blocks .single-block .block .img:before {
  content: '';
  position: absolute;
  width: 180px;
  height: 180px;
  border: 2px solid #e3dfbe;
  border-radius: 5px;
  left: 0;
  top: 0;
  z-index: -1;
}
.programs-blocks .single-block:nth-child(even) .block .img:before {
  right: 0;
  left: auto;
}
.show-read-more .more-text{
    display: none;
}


/*-----------------
Modal
-----------------------*/

.modal {
  -webkit-overflow-scrolling: touch;
}
.modal-footer.text-center {
    justify-content: center;
}
.modal-footer.text-left {
    justify-content: flex-start;
}
.modal-dialog.modal-md {
    max-width: 600px;
}
.custom-modal .modal-content {
  border: 0;
    border-radius: 10px;
}
.custom-modal .modal-footer {
  border: 0;
}
.custom-modal .modal-header {
    border: 0;
    justify-content: center;
    padding: 30px 30px 0;
}
.custom-modal .modal-footer {
    border: 0;
    justify-content: center;
    padding: 0 30px 30px;
}
.custom-modal .modal-body {
    padding: 30px;
}
.custom-modal .close {
    background-color: #a0a0a0;
    border-radius: 50%;
    color: #fff;
    font-size: 13px;
    height: 20px;
    line-height: 20px;
    margin: 0;
    opacity: 1;
    padding: 0;
    position: absolute;
    right: 10px;
    top: 10px;
    width: 20px;
    z-index: 99;
    border: 0;
}
.custom-modal .close:hover {
  background-color: #303030;
}
.custom-modal .modal-title {
  font-size: 22px;
}
.modal-backdrop.show {
    opacity: 0.4;
  -webkit-transition-duration: 400ms;
  transition-duration: 400ms;
}
.modal .card {
  box-shadow: unset;
}

#register-now-form ._form_23 form {
	margin: 0;
    padding: 0;
}
#register-now-form.custom-modal .modal-body {
	padding: 15px 30px 0;
}
#register-now-form.custom-modal .modal-content {
	border-radius: 0;
}
#register-now-form ._form_23 form input[type="text"], 
#register-now-form ._form_23 form ._form_element select,
#register-now-form ._form_23 form textarea
{
	border:2px solid #9f7a43 !important;
	border-radius: 0;
}
#register-now-form ._form_23 form ._form_element select {
	padding: 6px;
    font-size: 14px;
    min-height: 38px;
}
#register-now-form ._form_23 form textarea {
	min-height: 80px;
}
#register-now-form ._form_23 form ._submit {
	width:100%;
}

.clinic-working-hrs strong {
    font-weight: 500;
}

p {
    margin-bottom: 1.5rem;
}

.clinic-location {
    height: 100%;
}


.solution-content {
    display: grid;
    margin-top: 1rem;
    grid-template-columns: 30px auto;
    column-gap: 20px;

    > span {
        font-size:32px;
        font-weight: 300;
    }
    
    .solution-inner h4 {
        font-size: 16px;
        font-weight: 600;
        line-height: 1.4;
        margin-bottom: 0;
    }
    
    .solution-inner p {
        font-size:16px;
    }
    
    .btn-style-0 {
        font-size: 16px;
        text-decoration: underline;
        text-underline-offset: 3px;
    }
}

.solution .owl-prev img {
    transform: rotate(180deg);
}


.solution .owl-nav {
    display: flex;
    justify-content: space-between;
    padding-right: 85px;
    padding-top: 50px;
}

.solution  .owl-theme .owl-nav [class*='owl-']:hover {
    background: transparent;
    scale: 1.2;
}




.con-block {
    max-width: 320px;
    margin-left:auto;
}

.herobanner {
    background-position: top;
}


@media only screen and (max-width:600px) {
    #main {
        
        .heading-h1 {
            font-size:36px;
            line-height: 1.4;
        }
        
        .hero-text {
            width: 100%;
        }
        
        .herobanner {
            background-image: url('../images/hero-banner.webp');
        }
        
        .hero-text .tagline {
            padding-inline:0;
        }
        
        .con-block {
            max-width: 100%;
            margin-left: auto;
            padding-inline: 20px;
            margin-bottom: 3rem;
        }
        
        .section-title h2, h2.title {
            font-size: 32px;
        }
        
        .solution-content {
            padding-inline:20px;
        }
        
        .solution .owl-nav {
            padding-right: 20px;
            padding-left: 20px;
        }
        
        #twcprogram {
            padding-block:0 !important;
        }
        
        .clinic-location {
            margin-bottom: 3rem;
        }
        
        #address-blocks .container > .row {
            row-gap:40px;
        }
        
        .home-services .single-service {
            border:none !important;
            border-bottom: 1px solid rgba(255, 255, 255, 0.4) !important;
        }
        
        .home-services .single-service:last-child {
            border-bottom: none !important;
        }
            
    }
}