@media (min-width: 1400px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1060px;
    }
    .tt__search-inputwrap {
        width: calc(100vw - 650px);
        max-width: 1050px;
    }
}
@media (min-width:1399.98px) and (max-width:1549.98px) {
    #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu.mega-menu-item {
        padding: 0 5px !important;
    }
    .tt__header-right .tt__btn-block a{
        font-size: 18px;
        padding: 19px 48px;
    }
}
@media (max-width: 1440px) {
    .tt__featured-block {
        height: 440px;
    }
    .tt__featured-block:hover .tt__img-block {
        height: 66%;
    }
}
@media (max-width: 1399.98px) {
    header .tt__secondary-btn {
        padding: 19px 25px;
    }
    .tt__menu-list ul li {
        padding: 0 6px !important;
    }
    .tt__menu-block {
        padding: 0;
    }
    .tt__featured-block {
        height: 440px;
    }
    .tt__featured-block:hover .tt__img-block {
        height: 66%;
    }
    .mega-sub-menu h4 {
        font-size: 20px !important;
    }
    .tt__search-inputwrap {
        width: calc(100vw - 600px);
        max-width: 1050px;
    }
    #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item>a.mega-menu-link {
        font-size: 12px;
    }
}
@media (max-width: 1199.98px) {
    h1,
    h2 {
        font-size: 43px;
        line-height: 62px;
    }
    #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item {
        margin: 0 10px 0 10px;
    }
    .tt__img-block {
        padding-right: 0;
    }
    .tt__spot-desc {
        padding-left: 0;
    }
    header .container {
        padding: 0 40px;
    }
    .tt__podcast-imgwrap {
        width: 35%;
    }
    .tt__podcast-content {
        width: 65%;
    }
    .single-field-guide .tt__hero-content p {
        max-width: 100%;
    }
    .tt__search-inputwrap {
        width: calc(100vw - 580px);
        max-width: 1050px;
    }
    .tt__search-inputwrap {
        width: calc(100vw - 470px);
        max-width: 1050px;
    }
    header .tt__secondary-btn {
        font-size: 14px;
    }
}
@media (min-width: 1024.98px) {
    /* changes by DS */
    .mega-menu > li.tt_no-page:nth-of-type(2) > ul.mega-sub-menu {
        left: 19% !important;
    }
    .mega-menu > li.tt_no-page:nth-of-type(4) > ul.mega-sub-menu {
        left: 47% !important;
    }
    .mega-menu > li.tt_no-page:nth-of-type(5) > ul.mega-sub-menu {
        left: 45% !important;
    }
    li.tt_no-page ul.mega-sub-menu {
        width: auto !important;
        border: 1px solid black !important;
        border-radius: 25px !important;
        padding: 20px 10px !important;
    }
    li.tt_no-page ul.mega-sub-menu li.widget_custom_html img {
        height: 90px;
        width: 90px;
    }
    li.tt_no-page ul.mega-sub-menu li.widget_custom_html h2 {
        font-size: 30px !important;
    }
}
@media (max-width: 1024.98px) {
    #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item {
        margin: 0;
    }
    .tt__menu-block {
        background-color: #fff;
        border: 1px solid #e9ebec;
        border-radius: 0;
        -webkit-border-radius: 0;
        box-shadow: 0 8px 10px rgba(2, 32, 71, .1), 0 0 1px rgba(2, 32, 71, .08);
        left: 0;
        position: fixed;
        right: 0;
        top: 84px;
        transition: .5s ease-in-out;
        width: 100%;
        z-index: 9999;
        padding: 0;
        height: calc(100vh - 84px);
        overflow-y: auto;
        transform: translateX(-100%);
        visibility: hidden;
        display: block;
        opacity: 0;
    }
    /* mobile change */
    .tt__menu-open .tt__menu-block {
        display: none;
    }
    body.tt__menu-open {
        overflow: hidden;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
    }
    .tt__menu-list ul li {
        padding: 10px 18px;
        display: inline-block;
        width: 100%;
        border-bottom: 1px solid #efefef;
    }
    .tt__toggle-menu {
        margin: 0 20px 0 0;
        display: block;
    }
    .tt__logo-block,
    .tt__action-block {
        width: 50%;
    }
    .tt__menu-list ul li a {
        padding: 0;
    }
    .tt__menu-open .tt__toggle-menu .line:first-child {
        -moz-transform: rotate(45deg) translate(2px, 7px);
        -ms-transform: rotate(45deg) translate(2px, 7px);
        -webkit-transform: rotate(45deg) translate(2px, 7px);
        transform: rotate(45deg) translate(2px, 7px);
    }
    .tt__menu-open .tt__toggle-menu .line:nth-child(2) {
        opacity: 0;
    }
    .tt__menu-open .tt__toggle-menu .line:last-child {
        -moz-transform: rotate(-45deg) translate(4px, -10px);
        -ms-transform: rotate(-45deg) translate(4px, -10px);
        -webkit-transform: rotate(-45deg) translate(4px, -10px);
        transform: rotate(-45deg) translate(4px, -10px);
    }
    .tt__menu-list ul li a.active,
    .tt__menu-list ul li a:hover {
        border-bottom: 0;
    }
    #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item>a.mega-menu-link {
        padding: 16px;
        border-bottom: 1px solid #dddddd;
    }
    h4.mega-block-title {
        font-size: 16px !important;
    }
    #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row .mega-menu-column>ul.mega-sub-menu>li.mega-menu-item {
        padding: 6px 15px 6px 15px;
        width: 100%;
    }
    #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item>a.mega-menu-link {
        font-size: 16px;
    }
    .mega-sub-menu h4 {
        font-size: 14px !important;
        letter-spacing: 0.5px;
    }
    .mega-sub-menu p {
        font-size: 14px;
    }
    .tt__search-inputwrap {
        width: calc(100vw - 600px);
        max-width: 1050px;
    }
}
@media (max-width: 991px) {
    h1,
    h2 {
        font-size: 36px;
        line-height: 52px;
    }
    .tt__hero-sec {
        padding: 40px 0 0;
    }
    .tt__desc {
        font-size: 22px;
        line-height: 34px;
    }
    .tt__cust-secondbtn {
        font-size: 18px;
        padding: 18px 40px;
    }
    .tt__aboutus-sec {
        padding: 40px 0;
    }
    footer .tt__logo-wrap img {
        max-width: 26%;
    }
    footer {
        background-color: #F2F1F1;
        padding: 40px 0 30px;
    }
    .tt__copywrite-sec p {
        text-align: center;
    }
    .tt__copywrite-sec {
        padding: 30px 0 0;
    }
    .tt__catblock-top {
        margin: 0;
    }
    .tt__featured-grid {
        padding: 24px 0 0;
    }
    .tt__explore-desc h4 {
        font-size: 24px;
    }
    .tt__explore-blocks {
        padding: 40px 0 0;
    }
    .tt__explore-catsec {
        padding: 0;
    }
    .tt__spot-sec {
        padding: 32px 0 0;
    }
    .tt__latest-block {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }
    .tt__block-list {
        padding-left: 12px;
    }
    .tt__single-block {
        padding-right: 12px;
    }
    .tt__latest-news .tt__img-block {
        width: 100%;
    }
    .tt__aboutus-wrap {
        padding: 40px 0;
    }
    .tt__partner-sec .tt__logo-wrap {
        padding: 30px 0;
    }
    .tt__featured-sec,
    .tt__latest-news,
    .tt__partner-sec,
    .tt__contact-wrap {
        padding: 40px 0;
    }
    .tt__featured-sec {
        padding-bottom: 40px;
    }
    .tt__latest-news {
        padding-bottom: 60px;
    }
    .tt__contactform-wrap .row {
        flex-direction: column-reverse;
    }
    .tt__contact-wrap .tt__contact-form .frm_forms {
        max-width: 100% !important;
    }
    .tt__contactform-wrap {
        padding: 24px;
    }
    .tt__spot-block .row {
        display: flex;
        flex-direction: column-reverse;
    }
    .tt__add-tagblock {
        padding: 16px;
    }
    .tt__fields-guidedetails .tt__fields-guide-content {
        padding-left: calc(var(--bs-gutter-x) * .5);
        padding-right: calc(var(--bs-gutter-x) * .5);
    }
    .tt__fields-guidedetails .nav-pills .nav-link {
        padding: 20px 10px;
    }
    .tt__latest-news .tt__block-list .tt__img-block,
    .tt__latest-news .tt__img-block {
        height: 520px;
    }
    .tt__spot-desc h2 {
        font-size: 30px;
        line-height: 48px;
    }
    .tt__aboutus-wrap p {
        font-size: 16px;
        line-height: 24px;
    }
    .tt__contact-wrap h2 {
        font-size: 30px;
        line-height: 48px;
    }
    .tt__logo-wrap .tt__fmenu-block {
        padding: 0;
    }
    footer .row>div:first-child {
        margin-bottom: 0 !important;
    }
    .tt__podcast-imgwrap {
        width: 100%;
        margin: 0 0 24px;
    }
    .tt__podcast-content {
        width: 100%;
    }
    .tt__podcast-block {
        padding: 30px 0;
    }
    .tt__hero-phots {
        height: 190px;
    }
    .tt__cat-sec {
        margin: 36px 0 0;
    }
    .tt__podcast-block {
        flex-direction: column-reverse;
        border: 1px solid #000000;
        border-radius: 32px;
        padding: 20px;
        margin: 0;
    }
    .tt__podcast-block>div {
        padding: 0 !important;
    }
    .tt__podcast-block .tt__podcast-imgwrap {
        margin: 24px 0 0;
    }
    .tt__podcast-grid .row {
        margin: 32px 0;
    }
    .tt__input-search input {
        border-radius: 100px;
    }
    .tt__podcast-img {
        border: 0;
        padding: 0;
        width: 100%;
    }
    .tt__podcast-action .tt__tertiary-btn {
        width: calc(50% - 8px);
        text-align: center;
        justify-content: center;
    }
    .social-block {
        width: calc(50% - 8px);
    }
    .tt__podcast-action .tt__tertiary-btn {
        width: calc(50% - 8px);
        text-align: center;
        justify-content: center;
    }
    .tt__podcast-action .social-block .tt__tertiary-btn {
        width: 100%;
    }
    .tt__podcast-block:last-child {
        border-bottom: 1px solid #000000;
    }
    .tt__podcast-grid {
        min-height: 180px;
    }
    .tt_social-share-box {
        /* flex-direction: column !important; */
        border-radius: 10px;
        transform: unset;
        bottom: 55px;
        left: auto;
        right: 0;
    }
    /* .tt__search-inputwrap {
        width: calc(900px - 100px);
    } */
}
@media (max-width: 767px) {
    .page-template-template-explore-texas .pagination.disable-click.gap-2.mt-5.justify-content-center {
        margin-top: 2rem !important;
    }
    /* Mobile Menu Start */
    #mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-blocks-left .mega-toggle-block {
        margin-left: 0px;
        margin-right: 0px !important;
    }
    #mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-inner,
    #mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-inner::before,
    #mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-inner::after {
        display: block;
        height: 1.8px;
        transition: .2s ease-in-out;
        width: 32px;
    }
    div#mega-menu-wrap-menu-1 {
        width: fit-content;
    }
    .mega-toggle-blocks-center,
    .mega-toggle-blocks-right {
        display: none !important;
    }
    #mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-box {
        width: 25px;
    }
    #mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated {
        width: 25px;
    }
    /* Mobile Menu End */
    .tt__desc {
        font-size: 16px;
        line-height: 30px;
    }
    .tt__fmenu-block {
        margin: 0 !important;
        padding: 20px 0;
    }
    .tt__socialicon-sec {
        gap: 24px;
        padding: 20px 0 0;
    }
    footer .tt__logo-wrap img {
        max-width: 30%;
    }
    h1,
    h2 {
        font-size: 30px;
        line-height: 48px;
    }
    .tt__spot-desc p {
        font-size: 16px;
        line-height: 24px;
    }
    .tt__search-input {
        display: none;
    }
    .btn {
        padding: 11px 17px !important;
        font-size: 14px !important;
        font-weight: 600 !important;
        line-height: 24px !important;
    }
    .tt__hero-sec .btn {
        padding: 14px 12px !important;
    }
    .container {
        padding: 0 24px !important;
    }
    .tt__fmenu-block p {
        margin: 0;
    }
    footer .row>div:last-child .tt__fmenu-block:first-child {
        border-bottom: 0;
        padding-bottom: 0;
    }
    footer .row>div:last-child .tt__fmenu-block:first-child .tt__subtitle {
        margin-bottom: 10px !important;
    }
    .tt__fields-guidedetails .nav {
        flex-wrap: nowrap;
        flex-direction: row !important;
        overflow-x: auto;
        border-bottom: 1px solid #000000;
        margin: 0 0 24px;
    }
    .tt__fields-guidedetails .nav-pills .nav-link {
        width: fit-content;
        white-space: nowrap;
        border-bottom: 0;
        padding: 12px 24px;
        gap: 4px;
    }
    .tt__fields-guidedetails .nav-pills .nav-link.active,
    .nav-pills .show>.nav-link {
        background-color: #F2F1F1;
        border-radius: 10px 10px 0 0;
    }
    .tt__hero-phots img {
        max-width: 100%;
    }
    .tt__hero-phots {
        text-align: left;
    }
    .align-middle .mega-sub-menu {
        flex-wrap: wrap;
    }
    ul.mega-sub-menu .btn {
        padding: 0 !important;
        font-size: 14px !important;
    }
    .align-middle .mega-sub-menu .mega-menu-column:first-child .mega-sub-menu>li:first-child,
    .align-middle .mega-sub-menu .mega-menu-column:nth-child(2) .mega-sub-menu>li:nth-child(1) {
        margin-bottom: 0 !important;
    }
    .tt__latest-news .tt__block-list .tt__img-block {
        height: 388px;
    }
    .tt__hero-sec .tt__btn-wrap {
        margin: 0 0 30px;
    }
    .tt__subtitle {
        margin-bottom: 12px !important;
    }
    .tt__explore-blocks {
        padding: 22px 0 0;
    }
    .cs__spot-slider {
        margin-top: 22px;
    }
    .tt__featured-sec h2 {
        margin-bottom: 14px !important;
    }
    .tt__aboutus-wrap .tt__subtitle {
        margin-bottom: 24px !important;
    }
    .tt__contactform-wrap {
        margin-top: 24px;
    }
    footer .row>div:last-child .tt__fmenu-block:nth-child(2),
    footer .row>div:last-child .tt__fmenu-block:nth-child(3) {
        padding: 6px 0;
    }
    .tt__podcast-sec.tt__hero-sec {
        text-align: center;
    }
    .tt__hero-phots {
        height: 260px;
    }
    .tt__hero-phots {
        text-align: left;
    }
    .tt__podcast-sec .tt__hero-img {
        text-align: center;
    }
    .tt__hero-phots {
        height: 270px;
    }
    .tt__muliselect-block .dropdown-toggle {
        line-height: 27px;
    }
    .tt__input-search button {
        padding: 0 !important;
    }
    nav.breadcrumbs {
        margin-bottom: 24px;
    }
    .tt__social-btn {
        justify-content: center;
    }
    .w-m-100 {
        width: 100% !important;
    }
    .tt__field-desc .tt__quote-section p {
        font-size: 16px;
        line-height: 26px;
    }
    .tt_quote-section .tt__quote-section {
        padding: 40px;
    }
    .bootstrap-select .dropdown-menu li a {
        text-wrap-mode: wrap;
    }

    .tt__btn-block a.btn.tt__secondary-btn.login-btn {
        padding: 10px !important;
    }

    .tt__btn-block a.btn.tt__secondary-btn {
        padding: 10px !important;
        line-height: 16px !important;
    }
}
@media (max-width: 480px) {
    .tt__latest-news .tt__block-list .tt__img-block,
    .tt__latest-news .tt__img-block {
        /* height: 248px; */
        height: 260px;
    }
    header .btn.tt__secondary-btn {
        font-size: 12px !important;
    }
    .tt_social-share-box {
        width: 214px;
    }
    .tt__podcast-sec .tt_social-share-box img {
        box-shadow: 2px 2px 0 #403D3C;
    }
    .tt_social-share-box a.copy-link span {
        display: none;
    }
}
@media (max-width: 320.98px) {
    header .tt__btn-block .btn {
        padding: 10px 8px !important;
    }
}
@media (min-width:1024px) and (max-width:1198px) {
    header .tt__secondary-btn {
        font-size: 15px;
    }
    header .container {
        padding: 0 20px;
    }
    .tt__menu-list ul li a {
        font-size: 12px !important;
        padding: 0 !important;
    }
    .tt__menu-list ul li {
        padding: 0 2px !important;
    }
    .tt__menu-block {
        padding: 0;
    }
}
@media (min-width:991px) and (max-width:1198px) {
    .tt__filter-grp .col-lg-8.col-md-12.col-sm-12.mb-3 {
        width: 62.666667%;
    }
    .tt__filter-grp .col-lg-2.col-md-6.col-sm-12.mb-3 {
        width: 18.666667%;
    }
}