/*mantener*/
form.wpcf7-form.init textarea {
    resize: none !important;
    display: block;
    width: 100%;
}
.author-item span {
    display: flex;
    align-items: center;
}
/*mantener*/


.lines-background {
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.line-bg-content {
    max-width: 1240px;
    margin: auto;
    position: relative;
    height: 100%;
    display: flex;
    justify-content: space-between;
    padding: 0 15px;
}
div#page {
    position: relative;
    z-index: 1;
}
footer {
    position: relative;
    z-index: 2;
}
.line-bg-content .line {
    position: relative;
    height: 100%;
    width: 1px;
    background: rgba(var(--third-color),0.3);
}
a.the-hills-phone-button {
    padding: 7px 10px !important;
    border: 1px solid rgb(var(--primary-color));
    border-radius: 4px;
    display: flex !important;
    justify-content: center;
    align-items: center;
    height: 44px;
}
span.the-hills-phone-icon {
    height: 22px;
}
a.the-hills-phone-button:hover {
    background-color: rgb(var(--primary-color));
    text-decoration: none;
}
a.the-hills-phone-button:hover svg path {
    fill: rgb(var(--white-color)) !important;
}

.entry-content > .wp-block-group, .entry-content > .wp-block-cover, .entry-content > .wp-block-columns {
    padding-top: inherit;
    padding-right: inherit;
    padding-bottom: inherit;
    padding-left: inherit;
}
.site-below-footer-wrap[data-section="section-below-footer-builder"] {
    padding-top: 20px;
    padding-bottom: 20px;
}
 .footer-right ul {
    display: flex !important;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
footer ul a {
    color: rgb(var(--white-color));
    text-decoration: none;
}
footer ul a:hover {
    color: rgb(var(--third-color)) !important;
}
footer .widget h2 {
    color: rgb(var(--white-color));
}
footer .footer-widget-area[data-section="sidebar-widgets-footer-widget-1"].footer-widget-area-inner{
    text-align: left;
}
footer .site-below-footer-wrap[data-section="section-below-footer-builder"] .ast-builder-grid-row, .site-below-footer-wrap[data-section="section-below-footer-builder"] .site-footer-section {
    align-items: flex-start;
}
ul.contact-list,
footer .site-below-footer-wrap[data-section="section-below-footer-builder"] nav ul{
    display: flex !important;
    flex-direction: column;
    gap:16px;
    margin-bottom: 30px;
}
ul.contact-list li a{
    display: flex;
    align-items: center;
    gap: 10px;
}
.social-section {
    margin-top: 17px;
    padding-top: 16px;
    border-top: 1px solid white;
}
.social-links {
    display: flex;
    align-items: center;
    gap: 24px;
}
.social-links a:hover svg path {
    fill: rgb(var(--third-color)) !important;
} 

.hero-banner {
    min-height: 46vh;
    display: flex;
}
.hero-text-container h1 {
    color: white;
}
.thehills-container.breadcumb-content {
    padding-top: 30px;
    padding-bottom: 70px;
}
figure.wp-block-image {
    overflow: hidden !important;
}
.wpcf7 form p {
    margin: 0;
}

.wpcf7 form br{
    display: none !important;
}
.excursion-text {
    padding: var(--text);
    position: relative;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(var(--primary-color),0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease; 
    flex-direction: column;
    gap: 20px;
    padding-top: 30%;
}
.excursion-text .readmore-button{
    opacity: 0;
    transition: all 0.3s ease;
}
.excursion-text:hover .readmore-button{
    opacity: 1;
}
.contact-logo {
    left: 50%;
    transform: translate(-50%);
    top: -87px !important;
}
.excursion-text h3{
    color: rgba(var(--white-color),0.8);
}
.excursion-text:hover h3{
    color: rgb(var(--white-color));
}
.faq-answer-thehills{
   
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
    height: 0;
    z-index: 0;
    opacity: 0;
    padding-top: 0px;
    padding-bottom: 0px;

}
.latest-post-list {
    width: calc(100% - 100px);
    margin: auto;
}
.term-list-item.hidden-term {
    opacity: 0;
    display: none;
}
.faq-answer-thehills.show {
    height: auto !important;
    z-index: 1;
    opacity: 1;
    padding-top: 10px;
     z-index: 1;
}
.page-numbers {
    font-weight: 600;
    color: rgb(var(--secondary-color));
    transition: all 0.3s ease;
}
.term-list-item {
    border-radius: 4px;
    padding: 10px 24px;
    display: inline-block;
    background: rgb(var(--soft-color));
    font-weight: 600;
    color: rgb(var(--primary-color));
    transition: all 0.3s ease;
}
div#crumbs a {
    color: rgb(var(--gray-color));
    text-decoration: none;
    transition: all 0.3s ease;
}
div#crumbs a:hover {
    color: rgb(var(--third-color));
    text-decoration: underline;
}
label.ez-toc-title.ez-toc-toggle.ez-toc-loaded {
    font-weight: 600 !important;
}


.ez-toc-title-container {
    display: flex !important;
    justify-content: space-between;
    align-items: center;
}

.table-content #ez-toc-container {
    background: rgb(var(--soft-color));
    border: none;
    border-radius: 4px;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    display: table;
    margin-bottom: 0;
    padding: 10px 20px 10px 10px;
    position: relative;
    width: 100%;
}
#ez-toc-container a.ez-toc-toggle svg{
    fill:rgb(var(--secondary-color)) !important;
    color: rgb(var(--secondary-color)) !important;
}
.thehills-post-content img {
    border-radius: 4px;
    margin-bottom: 30px;
}

.term-accordeom-title.h4.bold {
    margin: 0 !important;
    padding: 10px 24px;
    text-decoration: underline;
    cursor: pointer;
    user-select: none;
}
.term-list-items {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
    margin-bottom: 60px;
}
.term-list-item.active,
.term-list-item:hover {
    background: rgb(var(--primary-color));
    color: rgb(var(--white-color));
}

.ast-button,body .button,body button, body input[type=button],  body input[type=reset], body input[type=submit] {
 
    border: none ;
}
.menu-toggle, button, .ast-button, .ast-custom-button, .button, input#submit, input[type="button"], input[type="submit"], input[type="reset"], #comments .submit, .search .search-submit, form[CLASS*="wp-block-search__"].wp-block-search .wp-block-search__inside-wrapper .wp-block-search__button, body .wp-block-file .wp-block-file__button, .search .search-submit{
    border-bottom: none;
    border-color: transparent !important;
}
.page-numbers:hover,
.page-numbers.current {
    color: rgb(var(--third-color));
}
span.wpcf7-spinner {
    position: absolute;
    left: 0;
}

p a {
    color: rgb(var(--primary-color));
    text-decoration: underline;
}
p a:hover {
    color: rgb(var(--third-color));
}
.modal-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    padding-top: 200px;
    padding-left: 15px;
    padding-right: 15px;
    display: none;
}
.modal-wrapper.active {
    display: block;
    width: 100%;
    height: 100%;
   
    overflow-y: auto;
}
.modal-wrapper .modal{
    max-width: 700px;
    margin: auto;
}
button, .ast-button, .button, input[type="button"], input[type="reset"], input[type="submit"], a:where(.wp-block-button__link) {
    
    box-shadow: none;
}
@media (max-width: 781px) {
 .site-primary-footer-wrap[data-section="section-primary-footer-builder"] {
    padding-top: 100px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 0 !important;
}
}
@media (min-width: 782px) {
    .footer-right ul {
  
    justify-content: flex-end;
   
}
div#theadmission-line {
    top: 0;
    left: 50%;
    transform: translate(50%);
}
}