.wp-block-group {
    padding-top: 65px;
    padding-bottom: 65px;
}

.wp-block-columns {
    margin-bottom: 0;
}

hr,
.wp-block-separator.has-background:not(.is-style-dots) {
    border-color: #e33d23;
    border-width: 2px;
    margin: 3px 0 0;
    opacity: 1;
}

.wp-block-separator.has-background:not(.is-style-dots) {
    height: 2px;
}

.red-font {
    color: #e43e24;
}

#header-logo-wrap img {
    max-width: 250px;
}

#site-header a {
    font-family: "Epilogue Regular";
    font-size: 15px;
    letter-spacing: 2.6px;
}

#site-header .nav-link {
    padding-top: 15px;
    padding-bottom: 15px;
}

.menu-sticky {
    display: none;
    background-color: #eeeae4;
}

.menu-sticky img {
    width: 100%;
    max-width: 80px;
}

.menu-item-1236 {
    display: none;
}

.fixed-top .menu-item-1236 {
    display: block;
    margin-left: 20px;
}

.fixed-top .menu-sticky {
    display: block;
    padding-top: 10px;
}

#site-header .fixed-top .menu-sticky .nav-link {
    font-size: 12px;
}
#footer-menu {
    font-size: 11px;
}
#footer-credits {
    background-color: #e44025;
}

.footer-info {
    padding: 40px 0;
}

.footer-info .custom-col-center .button.outline-btn {
    display: block;
    margin-bottom: 5px;
}

#footer-credits p,
#footer-credits p a {
    color: #fff;
    font-size: 12px;
    margin: 0;
}

#footer-credits p {
    padding: 10px 0;
}

.footer-logo-wrap img {
    width: 100%;
    max-width: 200px;
}

.footer-content {
    max-width: 210px;
    width: 100%;
    margin: auto;
}

.footer-content,
.footer-content p {
    font-size: 15px;
    letter-spacing: 0.75px;
}

.footer-info .custom-col-center .button {
    font-size: 13px;
}

.footer-info .nav-menu a {
    padding-bottom: 5px;
    letter-spacing: 1.7px;
}

.footer-info .custom-col-right img {
    width: 100%;
    max-width: 150px;
    margin-bottom: 5px;
}
.custom-col-center .footer-content {
    width: 100%;
    max-width: 290px;
    margin: 15px auto 20px;
}

.button.outline-btn {
    color: #e43e24;
}

.button.outline-btn:hover {
    color: #30bfc4;
}

.button.outline-btn,
.menu-item-1236 .nav-link,
#rmp-menu-item-1289 .rmp-menu-item-link {
    position: relative;
}
.button.outline-btn,
.menu-item-1236 .nav-link {
    font-family: "Epilogue Regular";

    padding: 15px;
    letter-spacing: 2px;
}

.button.outline-btn:before,
.menu-item-1236 .nav-link:before,
#rmp-menu-item-1289 .rmp-menu-item-link:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-image: url(../images/btn-outline.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

#rmp-menu-item-1289 .rmp-menu-item-link:before {
    left: 6px;
}

#rmp-menu-item-1289 .rmp-menu-item-link:before {
    background-position: left;
}

.btn-underline .wp-block-button .wp-block-button__link,
.career-btn .button {
    background-color: transparent;
    color: #e43e24;
    text-transform: uppercase;
    font-family: "Trade Gothic";
    font-size: 12px;
    padding: 0;
    border-bottom: 2px solid;
    border-radius: 0;
    letter-spacing: 1.9px;
}

.btn-underline .wp-block-button .wp-block-button__link:hover {
    color: #30bfc4;
    text-decoration: none;
}

.btn-solid .wp-block-button .wp-block-button__link {
    font-family: "Palo Santo";
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 2.4px;
    text-transform: uppercase;
    text-align: center;
    color: #eeeae4;
    background-color: #e43e24;
    clip-path: polygon(10% 0, 90% 0, 100% 40%, 100% 65%, 90% 100%, 10% 100%, 0 65%, 0 40%);
    padding: 8px 20px;
    transition: all 0.5s ease;
}

.btn-solid .wp-block-button .wp-block-button__link:hover {
    background-color: #30bfc4;
    color: #fff;
}

.btn-double-outline a {
    background-image: url(../images/btn-double-outline.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 15px;
}

.loadmore {
    margin-right: 20px;
    margin-left: 20px;
}

.loadMoreBtn {
    padding: 0;
}
.loadMoreBtn .loadMoreBtn-label {
    font-family: "Palo Santo";
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 2.4px;
    text-transform: uppercase;
    text-align: center;
    color: #eeeae4;
    background-color: #e43e24;

    clip-path: polygon(7% 0, 93% 0, 100% 40%, 100% 65%, 93% 100%, 7% 100%, 0 65%, 0 40%);
    padding: 7px;
    transition: all 0.5s ease;
    display: block;
    width: auto;
    margin: auto;
    max-width: 158px;
}

.btn.loadMoreBtn .loadMoreBtn-label:hover {
    background-color: #30bfc4;
    color: #fff;
}

.loadmore .loadMoreBtn .loadMoreBtn-label {
    color: #fff;
}
.loadmore .loadMoreBtn {
    position: relative;
    width: 100%;
    display: block;
}

.col-overlap {
    margin-top: -130px;
}

.col-group-left {
    padding-right: 70px;
    padding-left: 70px;
}
.col-group-right {
    padding-right: 50px;
    padding-left: 50px;
}

.text-short-width {
    width: 100%;
    max-width: 685px;
    margin: auto;
}

.list-inline-item:not(:last-child) {
    margin-right: 0;
}

.margin-sides {
    margin-right: 80px;
    margin-left: 80px;
}

/*==== Swirl Corner Outline Box
===============================*/
.box > .wp-block-group__inner-container {
    background-image: url(../images/curl-wide-box.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

/*==== Home Page
===============================*/

.austin-legacy-section {
    margin-top: 65px;
    margin-bottom: 65px;
}

.austin-legacy-section .col-group .wp-block-columns {
    margin-left: 80px;
    margin-right: 80px;
    padding-left: 20px;
}

.austin-legacy-section .col-group {
    padding-top: 50px;
    padding-bottom: 30px;
}

.wp-block-group.home-locations {
    margin-top: 65px;
}
.wp-block-group.home-locations .col-group .wp-block-columns {
    margin-left: 70px;
    margin-right: 70px;
    padding-left: 5%;
    padding-right: 5%;
}

.wp-block-group.home-locations .col-group .wp-block-columns:before {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    left: 0;
    background-image: url(../images/locations-text.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 50px;
    max-height: 300px;
    z-index: 9;
    margin-top: -160px;
}

body .wp-block-group.home-locations:before {
    height: 110%;
    bottom: -40px;
}

.wp-block-group.home-locations:before,
.austin-legacy-section:before {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9;
    height: 100%;
    right: -10%;
}

.wp-block-group.home-locations .wp-block-buttons {
    z-index: 9;
}

.wp-block-group.home-locations .wp-block-buttons .wp-block-button__link {
    clip-path: polygon(6% 0, 94% 0, 100% 40%, 100% 65%, 94% 100%, 6% 100%, 0 65%, 0 40%);
}

.get-trudy-catered .col-overlap,
.get-trudy-catered .wp-block-group__inner-container {
    position: relative;
}

.get-trudy-catered .col-overlap {
    margin-top: -220px;
}

.get-trudy-catered .col-overlap:before {
    content: "";
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background-image: url(../images/catered-bg.png);
    background-position: center;
    background-repeat: no-repeat;

    background-size: 100% 100%;
}

.get-trudy-catered .col-overlap {
    padding-top: 100px;
    padding-bottom: 100px;
}

.get-trudy-catered .col-overlap .wp-block-button .wp-block-button__link {
    clip-path: polygon(4% 0, 96% 0, 100% 40%, 100% 65%, 96% 100%, 4% 100%, 0 65%, 0 40%);
}
.specials:before,
.events-and-promos .order-1:before {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;

    right: 0;

    background-position: right;
    background-repeat: no-repeat;
    z-index: 9;
    width: 100%;
    height: 100%;
}
.specials:before {
    background-size: auto;

    margin-top: -200px;
    margin-right: 30px;

    max-width: 150px;
}

.specials:before {
    background-image: url(../images/text-mex-logo.png);
}

.events-and-promos .order-1:before {
    background-image: url(../images/queso-icon.png);
    margin-top: -230px;
    background-size: 150px;
}

.instagram-feed p {
    letter-spacing: 1.9px;
}

.instagram-feed #sb_instagram.sbi_col_4 #sbi_images .sbi_item:not(:last-child) {
    padding-right: 27px !important;
}

.instagram-feed .wp-block-separator {
    opacity: 1;
}

.instagram-feed .wp-block-separator.has-background:not(.is-style-dots) {
    height: 2px;
    margin: 3px 0 0;
}

.instagram-feed .col-right .wp-block-columns {
    max-width: 130px;
    margin-left: 15px;
}

.instagram-feed .wp-block-column:not(:first-child) {
    margin-left: 0;
}

.instagram-feed .col-right figure,
.instagram-feed .col-right .wp-block-image {
    margin-bottom: 0;
    width: 100%;
}

.instagram-feed .social-icons img:hover {
    opacity: 0.7;
}

.parallax-bg:before {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    right: 0;
    background-image: url(https://trudys.com/wp-content/uploads/2023/11/cropped-trudys-script-rgb_star.png);
    background-position: right;
    background-repeat: no-repeat;
    background-size: contain;
    height: 84px;
    margin-top: -50px;
    width: 84px;
    z-index: 9;
    margin-right: 10%;
}

.locations .btn-solid:before,
.menu-title-wrap:before,
.loadmore a:before {
    position: absolute;
    top: 50%;
    overflow: hidden;
    width: 100%;
    height: 2px;
    content: "\a0";
    background-color: #e44025;
    left: 0;
    right: 0;
}
.locations .wp-block-button {
    position: relative;
    z-index: 9;
}

.locations .info-content {
    padding-bottom: 15px;
}

.locations .col-left .margin-sides {
    position: relative;
}

.locations .icon {
    margin-bottom: 35px;
}

.locations h2 {
    letter-spacing: 3.9px;
}

.locations-icons a img:hover {
    opacity: 0.8;
}

.locations .col-left > .wp-block-group {
    background-image: url(../images/locations-curly-border.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    padding: 50px;
}

.page-child.parent-pageid-1211 .page-header {
    position: relative;
}

.page-child.parent-pageid-1211 .page-header:before {
    content: "";
    background-image: url(../images/locations-rose.png);
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    right: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100px;
    height: 100%;
    z-index: 9;
    width: 100%;
    margin-right: 10px;
}
.location-info {
    margin-left: 20px;
    margin-right: 20px;
}

.location-info .trade-gothic {
    letter-spacing: 1.9px;
}

.location-info > .wp-block-group__inner-container {
    background-image: url(../images/store-info-curl.png);
    padding: 40px 20px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
}

/*==== Menu Page
===============================*/
.menu {
    padding-top: 40px;
    padding-bottom: 50px;
}

.menu .filters-wrap {
    width: 100%;
    max-width: 1100px;
    margin: auto;
}

.menu .filters {
    margin-bottom: 70px;
}

.menu .filter-btn,
.menu .dropdown-toggle {
    font-size: 12px;
    cursor: pointer;
    color: #e43e24;
    letter-spacing: 2px;
    padding: 5px 20px;
    cursor: pointer;
    vertical-align: middle;
    background-color: transparent;
    line-height: 20px;
    margin-bottom: 20px;
}

body .menu .filters .filter-btn:hover {
    color: #30bfc4;
}

.menu .filter .filter-btn.active:hover {
    color: #fff;
}

.menu .filter .filter-btn.active,
.menu .dropdown-toggle {
    background-color: #e43e24;
    color: #fff;
}

.menu .filter .menu-short {
    clip-path: polygon(8% 0, 92% 0, 100% 40%, 100% 65%, 92% 100%, 8% 100%, 0 65%, 0 40%);
}

.menu .filter .menu-long {
    clip-path: polygon(5% 0, 95% 0, 100% 40%, 100% 65%, 95% 100%, 5% 100%, 0 65%, 0 40%);
}

.menu .filter .menu-long.menu-btn-1412.active {
    clip-path: polygon(4% 0, 96% 0, 100% 40%, 100% 65%, 96% 100%, 4% 100%, 0 65%, 0 40%);
}

.menu .product-title {
    font-size: 12px;
    letter-spacing: 1.9px;
}
.menu .product-desc p {
    font-size: 18px;
    margin: 10px 0;
}

.menu .custom-col {
    margin-bottom: 40px;
}

.menu-title-wrap {
    margin-bottom: 40px;
}

.menu-title-wrap:before {
    position: absolute;
    top: 50%;
    overflow: hidden;
    width: 100%;
    height: 2px;
    content: "";
    background-color: red;
    left: 0;
    right: 0;
}

.menu-wrap .menu-title {
    font-size: 25px;
    letter-spacing: 5px;
    padding: 15px 32px;

    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.menu-wrap .menu-title.menu-short {
    background-image: url(../images/short-border.png);
}

.menu-wrap .menu-title.menu-long {
    background-image: url(../images/long-border.png);
}

.menu-wrap:before {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    right: 0;
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    z-index: 9;
}

.Sides .menu-title {
    padding-left: 50px;
    padding-right: 50px;
}

.Drinks:before {
    background-image: url(../images/menu-martini-drinks-graphic.png);
    background-position: right;
    margin-right: -24.5%;
    max-width: 200px;
}

.Salads:before,
.Brunch:before {
    background-image: url(../images/menu-suns-graphic.png);
    background-position: left top;
    margin-left: -27.5%;

    left: 0;
    height: 435px;
    margin-top: -50px;
}

.Specialties:before {
    background-image: url(../images/menu-mas-queso-graphic.png);
    background-position: top;
    margin-right: -24%;
    max-width: 200px;
}

.Quesadillas:before {
    background-image: url(../images/menu-grab-bull-graphics.png);
    background-position: left;
    margin-left: -15%;
    max-width: 100px;
    left: 0;
    margin-top: -80px;
    height: 200px;
}

.Burgers:before {
    background-image: url(../images/menu-text-mex-graphics.png);
    background-position: top;
    margin-right: -15%;
    max-width: 100px;
    margin-top: -75px;
}

.Party.Size:before {
    background-image: url(../images/menu-mezcal-graphic.png);
    background-position: bottom;
    margin-right: -20%;
    max-width: 130px;
 /*   height: 245px;*/
}

/*==== About Page
===============================*/

.austin-legacy-section .col-group .wp-block-columns:before {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    left: 0;
    background-image: url(../images/austin-legacy.png);
    background-repeat: no-repeat;
    background-size: contain;
    height: 100%;
    margin-top: -65px;
    width: 100%;
    z-index: 9;

    max-width: 100px;
}

.parallax-bg.our-story:before {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    right: 0;
    background-image: url(../images/about3-graphic-image.png);
    background-position: top right;
    background-repeat: no-repeat;
    background-size: contain;
    height: auto;
    margin-top: -90px;
    width: 100%;
    z-index: 9;
    margin-right: 4%;
    max-width: 185px;
}

.trudys-different:before {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    right: 0;
    background-image: url(../images/about-rose-bg.png);
    background-position: left bottom;
    background-repeat: no-repeat;
    background-size: contain;
    height: 100%;
    left: 0;
    margin-left: -190px;
    margin-bottom: 100px;
    max-width: 750px;
    z-index: -1
}

.trudys-different .heading:before {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    left: 0;
    background-image: url(../images/about-diamond-graphics.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 10px;
    z-index: 9;
    background-position: center;
}

.trudys-different:after {
    content: "";
    position: absolute;
    display: block;
    bottom: 0;
    right: 0;
    background-image: url(../images/suns-graphic.png);
    background-position: right;
    background-repeat: no-repeat;
    background-size: contain;
    height: 225px;
    margin-bottom: -70px;
    width: 100%;
    z-index: 9;
    margin-right: -175px;
}
.trudys-different .wp-block-column .heading {
 	padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0;
    padding-left: 25px;
    margin-left: 32px;
}

.trudys-different h2 {
    line-height: 1.2;
    letter-spacing: 0.8px;
}

.trudys-different .heading h2 {
    font-size: 20px;
}

body .find-trudy {
    padding: 0;
}

.find-trudy > .wp-block-group__inner-container {
    background-image: url(../images/find-trudy-curl.png);
    padding: 70px 0 35px;
    background-position: center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.find-trudy .btn-solid {
    position: relative;
    top: 53px;
}

.find-trudy .wp-block-button .wp-block-button__link {
    clip-path: polygon(4% 0, 96% 0, 100% 40%, 100% 65%, 96% 100%, 4% 100%, 0 65%, 0 40%);
}

.find-trudy p {
    font-size: 20px;
    max-width: 870px;
    width: 100%;
    margin: auto;
    padding: 0 15px;
}

/*==== Catering Page
===============================*/

.catering-section {
    padding: 30px 0;
}

.catering-btn-group .wp-block-button__link {
    font-size: 12px;
    background-color: transparent;
    font-family: "Trade Gothic";
    padding: 20px 30px;

    background-image: url(../images/db-btn.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.catering-btn-group .wp-block-button__link:hover {
    color: #30bfc4;
}

.catering-btn-group .wp-block-buttons {
    justify-content: space-between;
    align-items: center;
}

/*==== Careers Page
===============================*/

.no-img-title-1221 {
    background-image: url(../images/careers-title-border.png);
}

.careers-section .grid-items-container {
    display: block;
    margin-right: -20px;
    margin-left: -20px;
    margin-top: 50px;
}

.careers-section .grid-item {
    -webkit-box-flex: 0;
    -ms-flex: 100%;
    flex: 100%;
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 50px;
    width: 100%;
}

.career-inner-wrap {
    border: 1px solid #e44025;
    outline: 1px solid #e44025;
    outline-offset: -5px;
    padding: 60px 50px;
}

.career-title {
    font-size: 24px;
    max-width: 200px;

    margin-right: auto;
    margin-left: auto;
    letter-spacing: 1px;
}

.career-location {
    font-size: 18px;
}

.career-btn .button {
    font-size: 12px;
}

.careers-section .dropdown-toggle {
    border-radius: 0;
    background-color: #ded6cc;

    width: 100%;
    max-width: 280px;
    outline: none;
    box-shadow: none;
    padding-right: 0;
    padding-top: 5px;
    padding-bottom: 5px;
    border: 0;
}
.careers-section .dropdown-toggle {
    position: relative;
}

.careers-section .dropdown-toggle:before {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    right: 0;
    top: 0;
    background-image: url(../images/arrow-down.png);
    background-repeat: no-repeat;
    background-position: right;
    background-size: contain;
}

.careers-section .dropdown-toggle:after {
    content: none;
}
.careers-section .dropdown-menu.show,
.careers-section .dropdown-menu {
    background-color: #ded6cc;
    width: 100%;
    max-width: 280px;
    transform: none !important;
    margin: 44px auto 0;
    left: 0;
    right: 0;
    border-radius: 0;
    border: 0;
}

.careers-section .filter-btn {
    padding-left: 15px;
    font-size: 12px;
    cursor: pointer;
    width: 100%;
    display: block;
    letter-spacing: 1.92px;
    margin: 8px 0;
    color: #fff;
}
body .careers-section .filter-btn {
    text-decoration: underline transparent;
}
body .careers-section .filter-btn:hover {
    text-decoration: underline #30bfc4;
}

.open-positions > .wp-block-group__inner-container {
    padding: 40px 0;
}

.careers-section .dropdown-toggle {
    padding-left: 15px;
}

/*==== Press & Trudys Town Page
===============================*/

.no-img-title-1772 {
    background-image: url(../images/trudys-title-border.png);
}
.no-img-title-1759 {
    background-image: url(../images/press-title-border.png);
}

.featured-img-wrap {
    height: 255px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.excerpt {
    max-width: 400px;
    width: 100%;
    margin: 15px 0;
}

.excerpt p {
    font-size: 12px;
    line-height: 1.8;
    letter-spacing: 1.9px;
}

.post-wrap hr {
    margin-bottom: 10px;
}

.post-date {
    font-size: 15px;
}

.post-head {
    margin-bottom: 25px;
}

.post-head span {
    font-size: 12px;
    line-height: 21px;
    letter-spacing: 1.9px;
}
.inner-wrap {
    position: relative;
}

.inner-wrap {
    border: 1px solid #e44025;
    outline: 1px solid #e44025;
    outline-offset: -5px;
    padding: 25px;
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 50px;
}

.inner-wrap:before {
    content: "";
    position: absolute;
    display: block;
    bottom: 0;
    left: -12px;
    right: 0;
    z-index: 1;
    background-image: url(../images/post-dots.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    height: 95%;
    width: 105%;
    background-position: center;
    top: 0;
    margin-top: 12px;
}

.posts-section .row {
    margin-left: -25px;
    margin-right: -25px;
}
.inner-wrap .link-post {
    z-index: 9;
}

.trudys-town:before {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    right: 0;
    background-image: url(../images/tot-badge.png);
    background-position: right;
    background-repeat: no-repeat;
    background-size: contain;
    height: 170px;
    margin-top: -100px;
    width: 200px;
    z-index: 10;
    margin-right: 0;
    left: 0;
    margin-left: -100px;
}

/*==== Press & Trudys Town Single P.
============================*/
.single .post-banner {
    min-height: 315px;
}

.single h2,
.single h3,
.single h4 {
    letter-spacing: 3px;
    color: #e43e24;
    margin-top: 20px;
}
.single p {
    font-size: 18px;
}
.single h1 {
    font-size: 35px;
    letter-spacing: 5px;
    font-family: "Epilogue Regular";
    color: #e43e24;
}
.single h2 {
    font-size: 28px;
    font-family: "Palo Santo";
}

.single h3 {
    font-size: 15px;
}

.single h4 {
    font-size: 12px;
    font-family: "Trade Gothic";
}

.single .large-content {
    width: 100%;
    max-width: 750px;
    margin-left: auto;
    margin-right: auto;
    letter-spacing: 3px;
    line-height: 1.8;
}

.single .post-content ul {
    padding-left: 50px;
}

.single .one-image {
    min-height: 410px;
}

.single .two-image {
    min-height: 305px;
}

.alignwide.post-content > .wp-block-group__inner-container {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

/*========= Events Page
===========================*/
body .tribe-events-back a,
body .tribe-events-back a:visited,
body .tribe-events-meta-group .tribe-events-single-section-title,
.tribe-events-event-meta dl {
    color: #e43e24;
}

.single-tribe_events .page-header,
.single-tribe_events .no-img-title-wrap {
    display: none;
}

body .tribe-events-single .tribe-events-single-event-title {
    color: #e43e24;
    font-size: 25px;
}

body .tribe-block__venue.tribe-block__venue--has-map .tribe-block__venue__map {
    position: absolute;
    right: 0;
}

body .tribe-common a,
body .tribe-common a:active,
body .tribe-common a:focus,
body .tribe-common a:hover,
body .tribe-common a:visited,
body .tribe-events .tribe-events-calendar-month__calendar-event-datetime > * {
    color: #e43e24;
}

body .tribe-events .tribe-events-calendar-month__calendar-event {
    padding: 0 5px;
}

body .tribe-events .tribe-events-calendar-month__day--past .tribe-events-calendar-month__calendar-event {
    opacity: 1;
}

#page-title-0 {
    display: none;
}

body .tribe-events .tribe-events-calendar-month__day--current .tribe-events-calendar-month__day-date,
body .tribe-events .tribe-events-calendar-month__day--current .tribe-events-calendar-month__day-date-link {
    color: #30bfc4;
}

body .tribe-events .tribe-events-c-ical__link {
    border: 1px solid #e43e24;

    color: #e43e24;
    background-color: transparent;
}

body .tribe-common .tribe-common-c-svgicon {
    color: #e43e24;
}

body .tribe-common .tribe-common-c-btn,
body .tribe-common a.tribe-common-c-btn {
    background-color: #e43e24;
}

body .tribe-events .tribe-events-c-ical__link:active,
body .tribe-events .tribe-events-c-ical__link:focus,
body .tribe-events .tribe-events-c-ical__link:hover,
body .tribe-common .tribe-common-c-btn:hover,
body .tribe-common a.tribe-common-c-btn:hover {
    background-color: #30bfc4;
}
body .tribe-common--breakpoint-medium.tribe-events .tribe-events-header--has-event-search .tribe-events-c-events-bar {
    background-color: transparent;
    border: 1px solid #d7d7d7;
}

body .tribe-common--breakpoint-medium.tribe-events .tribe-events-l-container {
    max-width: 945px;
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
}

body .tribe-common--breakpoint-medium.tribe-common .tribe-common-form-control-text__input,
body .tribe-events .tribe-events-c-events-bar__search-container,
body .tribe-common--breakpoint-medium.tribe-events .tribe-events-c-view-selector--tabs .tribe-events-c-view-selector__content {
    background-color: transparent;
}

body .tribe-common--breakpoint-medium.tribe-common .tribe-common-h4 {
    letter-spacing: 0;
    font-size: 20px;
}

@media (min-width: 1601px) {
    .trudys-different:before {
        margin-bottom: 0;
        max-width: 700px;
    }

    .single .post-banner {
        min-height: 500px;
    }

    .single .one-image {
        min-height: 530px;
    }

    .single .two-image {
        min-height: 400px;
    }

    .open-positions > .wp-block-group__inner-container {
        padding: 65px 0;
    }

    .locations .col-left > .wp-block-group {
        margin-right: 25%;
        margin-left: 10%;
    }

    .location-info > .wp-block-group__inner-container {
        padding-top: 65px;
        margin-left: 200px;
        margin-right: 200px;
        padding-bottom: 65px;
    }

    .find-trudy > .wp-block-group__inner-container {
        margin-left: 150px;
        margin-right: 150px;
    }

    .wp-block-group.home-locations .col-group .wp-block-columns,
    .austin-legacy-section .col-group .wp-block-columns {
        margin-right: 10%;
        margin-left: 10%;
    }

    .margin-sides {
        margin-left: 20%;
        margin-right: 20%;
    }

    .austin-legacy-section:before {
        background: url(../images/dotted-border.png) left -30px top -30px no-repeat, url(../images/dotted-border.png) right 0px top 0px no-repeat, url(../images/dotted-border.png) left -30px bottom -30px no-repeat,
            url(../images/dotted-border.png) right 9px bottom 0px no-repeat;
        background-size: 100%;
    }

    .col-group-left {
        padding-left: 20%;
        padding-right: 20%;
    }
}

@media (max-width: 1600px) {

    .locations .col-left > .wp-block-group {
        margin-right: 10%;
    }
    .austin-legacy-section:before {
        background-image: url(../images/dotted-border.png);
        background-repeat: no-repeat;
        background-size: cover;
        height: 115%;
    }
}

@media (min-width: 1367px) {
    .wp-block-group.home-locations:before {
        background: url(../images/dotted-border.png) left -30px top -30px no-repeat, url(../images/dotted-border.png) right 0px top 0px no-repeat, url(../images/dotted-border.png) left -30px bottom -30px no-repeat,
            url(../images/dotted-border.png) right 9px bottom 0px no-repeat;
        background-size: 100%;
    }
}

@media (max-width: 1366px) {
    .wp-block-group.home-locations:before {
        background-image: url(../images/dotted-border.png);
        background-repeat: no-repeat;
        background-size: cover;
    }
}

@media (max-width: 1266px) {
    .austin-legacy-section:before {
        height: 100%;
    }
}

@media (min-width: 1200px) {
    .fixed-top .menu-sticky .nav-link {
        padding-left: 20px;
        padding-right: 20px;
    }

    .alignwide.post-content > .wp-block-group__inner-container {
        max-width: 1000px;
    }

    .featured-img-wrap {
        height: 330px;
    }
}

@media (max-width: 1199px) {
	.catering-btn-group .wp-block-group__inner-container {
		max-width: 100%;
	}
}

@media (min-width: 1199px) {
    .get-trudy-catered .col-overlap:before {
        background-size: contain;
    }

   /* .wp-block-column:not(:first-child) {
        margin-left: 4em;
    }*/

    .image-text,
    .text-image {
        margin-left: 50px;
        margin-right: 50px;
    }

    .location-info {
        margin-left: 100px;
        margin-right: 100px;
    }
}

@media (max-width: 1198px) {

 

    .find-trudy > .wp-block-group__inner-container {
        padding: 40px 0 15px;
    }

    .find-trudy .btn-solid {
        top: 33px;
    }

    .col-group-left {
        padding-right: 20px;
        padding-left: 20px;
    }

    .wp-block-group.home-locations {
        margin-left: 20px;
        margin-right: 20px;
    }

    .wp-block-group.home-locations .col-group .wp-block-columns {
        margin-left: 50px;
        margin-right: 50px;
    }

    .get-trudy-catered .col-overlap {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}

@media (max-width: 1024px) {

    #site-header .fixed-top .menu-sticky .nav-link {
        padding-left: 10px;
        padding-right: 10px;
    }

    .trudys-different .wp-block-group.heading {
        margin-left: 0;
    }

    .catering-btn-group .wp-block-button__link {
        font-size: 9px;
    }

    body .tribe-events-schedule__time {
        font-size: 12px;
    }

    body .tribe-events-schedule__date {
        font-size: 15px;
    }
}

@media (min-width: 992px) {
    .fixed-top .primary-header {
        display: none;
    }

    .fixed-top {
        -webkit-animation-name: slideInDown;
        animation-name: slideInDown;
    }
    .fixed-top {
        -webkit-animation-duration: 0.4s;
        animation-duration: 0.4s;
        -webkit-animation-duration: var(--animate-duration);
        animation-duration: var(--animate-duration);
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
    }

    .nav-menu-wrap {
        padding: 5px 0;
    }

    .menu .product-desc {
        width: 100%;
        max-width: 385px;
    }
    .top-header {
        margin: 25px 0;
    }

    .menu .menu-inner-wrap {
        margin-right: 15%;
        margin-left: 15%;
    }

    .trudys-different .heading h2 {
        font-size: 28px;
    }

    .find-trudy p {
        font-size: 24px;
    }

    .catering-btn-group .faq-btn .wp-block-button__link {
        background-image: url(../images/faq-border.png);
    }

    .wp-block-group.austin-legacy-section:before {
        left: 35px;
    }

    body .tribe-block__venue.tribe-block__venue--has-map .tribe-block__venue__map {
        top: -125%;
    }

    .austin-legacy-section .col-group .wp-block-columns {
        padding-left: 15%;
    }
}

@media (max-width: 991px) {
    .fixed-top .menu-sticky {
        display: none;
    }

    body #rmp-menu-wrap-1268 .rmp-menu-item-link {
        font-family: "Epilogue Regular";
        font-size: 15px;
        letter-spacing: 2.6px;
    }
    #header-navigation {
        background-color: #eeeae4;
    }

    #header-logo-wrap img {
        max-width: 150px;
    }

    #rmp-menu-item-1289.rmp-menu-item {
    	margin-top: 10px;
	}

    .top-header {
        padding: 17px 0;
    }

    .margin-sides {
        margin: 0;
    }

    .col-group-right {
        padding-left: 0;
    }

    .austin-legacy-section .col-group .wp-block-columns {
        margin-left: 0;
        margin-right: 0;
        padding-left: 100px;
    }

    .wp-block-group.home-locations .col-group .wp-block-columns:before {
		margin-top: -120px;
		margin-left: 20px;
    }

    .austin-legacy-section .col-group .wp-block-columns:before {
	    max-height: 225px;
	        margin-top: -125px;
    }

    .instagram-feed .social-icons .wp-block-columns .wp-block-column {
        flex-basis: 100% !important;
        margin-bottom: 0;
    }

    .social-icons .wp-block-columns {
        flex-wrap: wrap;
    }

    .social-icons .col-right .wp-block-columns {
        flex-wrap: nowrap;
        margin: 10px auto 0;
    }

    .menu a.filter-btn {
        font-size: 9px;
        color: #e44025;
        padding: 10px;
    }

    .menu .menu-inner-wrap {
        padding-left: 20px;
        padding-right: 20px;
    }

    .menu-wrap .menu-title {
        font-size: 18px;
    }

    .menu .dropdown-toggle {
        font-size: 16px;
        padding: 10px 35px;
        clip-path: polygon(10% 0, 90% 0, 100% 40%, 100% 65%, 90% 100%, 10% 100%, 0 65%, 0 40%);
    }
    .trudys-different:after {
        height: 150px;
        margin-bottom: -70px;

        margin-right: -105px;
    }

    .menu-wrap:before {
        content: none;
    }

    .career-title {
        font-size: 18px;
        max-width: 150px;
    }

    .career-location {
        font-size: 15px;
    }

    .career-btn .button,
    .careers-section .filter-btn {
        font-size: 9px;
    }

    .trudys-town:before {
        height: 100px;
        margin-top: -55px;
        width: 100px;
        z-index: 10;
        margin-right: 0;
        left: 0;
        margin-left: -5px;
    }

    .trudys-town.posts-section,
    .no-img-title-wrap {
        margin-top: 50px;
    }

	.locations .btn-solid {
		margin-bottom: 30px;
	}


    .austin-legacy-section .col-group:before {
        left: 0;
    }

    .catering-btn-group .wp-block-buttons > .wp-block-button,
    .catering-btn-group .wp-block-buttons {
        display: block;
        text-align: center;
    }

    .faq-btn {
        margin-right: 4px;
    }

    .catering-btn-group .wp-block-buttons > .wp-block-button {
        margin-bottom: 15px;
    }

    .locations .col-left > .wp-block-group {
        margin-right: 0;
        padding: 50px 30px 50px;
    }

    .careers-section .dropdown-menu.show,
    .careers-section .dropdown-menu {
        margin-top: 39px;
    }

    .catering-btn-group .wp-block-button__link {
        background-size: contain;
        display: block;
        background-position: center;
    }

    .catering-btn-group .wp-block-buttons > .wp-block-button:last-child {
        margin-bottom: 0;
    }

    .tribe-events-single p {
        font-size: 12px;
    }

    .single-tribe_events .tribe-events-schedule {
        background: transparent !important;
        border: 0 !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    body .tribe-events-schedule__time {
        display: block;
        line-height: 1.5;
    }

    body .tribe-events-schedule__all-day,
    body .tribe-events-schedule__separator,
    body .tribe-events-schedule__timezone {
        display: none;
    }

    body .tribe-block__venue.tribe-block__venue--has-map .tribe-block__venue__map {
        top: -100%;
    }

    body #tribe-events-footer:before,
    body #tribe-events-footer:after {
        content: none;
    }

    body #tribe-events-footer ul.tribe-events-sub-nav li a {
        background: transparent;
        color: #e43e24;
    }

    .wp-block-group.home-locations .col-group .wp-block-columns {
        margin-left: 0;
        margin-right: 0;
    }

    .single .post-banner {
        margin-top: 20px;
    }

    .wp-block-group {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}

@media (min-width: 768px) {
    .wp-block-columns {
        flex-wrap: nowrap;
    }

    .wp-block-group.home-locations .wp-block-column:not(:first-child) {
        margin-left: 0;
    }

    .careers-section .grid-item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .careers-section .grid-items-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .find-trudy {
        margin-bottom: 50px;
    }

    .trudys-different .wp-block-column {
        border-right: 2px solid;
    }

    .trudys-different .wp-block-column:not(:first-child) {
        padding-right: 30px;
    }
}

@media (max-width: 767px) {
    body .col-group-left,
    body .col-group-right,
    body .col-content {
        padding-left: 20px;
        padding-right: 20px;
    }

    .austin-legacy-section {
        margin-top: 50px;
        margin-bottom: 50px;
    }
    #footer-credits p {
        width: 100%;
        max-width: 250px;
        margin: auto;
    }

    .wp-block-group {
        padding: 50px 0;
    }
    .wp-block-columns .wp-block-column {
        flex-basis: 100% !important;
    }

    .whos-hungry .col-group-left img {
        max-width: 150px;
    }

    .wp-block-columns .wp-block-column:not(:last-child) {
        margin-bottom: 50px;
    }

    .wp-block-column.order-2 {
        margin-bottom: 0;
    }

     .wp-block-group.home-locations .col-group .wp-block-columns:before {
		width: 100%;
		
    }

    .parallax-bg:before {
        height: 60px;
            margin-top: -30px;
    }

    .trudys-different .wp-block-column .wp-block-group:not(:last-child),
     .trudys-different .wp-block-column:not(:last-child)  {
        border-bottom: 2px solid;
    }

   /* .trudys-different .wp-block-column {
        padding-top: 30px;
        padding-bottom: 30px;
    }
*/
    .trudys-different .wp-block-column:first-child {
        padding-top: 0;
    }

    .austin-legacy-section .col-group {
        padding-top: 50px;
        padding-bottom: 30px;
    }

    .wp-block-group.home-locations .col-group:before {
        height: 115%;
    }

    .wp-block-group.home-locations .col-group {
        padding-top: 50px;
    }

    .wp-block-group.home-locations {
        margin-top: 0;
    }

    .wp-block-group.home-locations {
        margin-bottom: 25px;
    }

    .locations .col-left .info-content .wp-block-column {
        margin-bottom: 0;
    }

 
    .locations .wp-block-cover {
        min-height: 1100px;
    }

    .specials .col-left:before {
        background-size: contain;
        height: 50%;
        margin-top: -65px;
        margin-right: 0;
    }


    .specials.image-and-text {
    	padding-top: 0;
    }

    .locations .col-left .wp-block-columns {
        flex-wrap: nowrap;
    }

    .locations .col-left .wp-block-columns .wp-block-column:first-child {
        flex-basis: 80% !important;
    }

    .locations .col-left .wp-block-columns .wp-block-column:last-child {
        flex-basis: 20% !important;
    }


    .austin-legacy-section .wp-block-columns .wp-block-column:not(:last-child) {
        margin-bottom: 0;
    }

    .find-trudy > .wp-block-group__inner-container,
    .box > .wp-block-group__inner-container {
        background-image: url(../images/mobile-curly-box.png);
        padding: 50px 10px;
    }

    .find-trudy p {
        font-size: 15px;
        margin: 15px auto 15px;
    }

    .find-trudy .btn-solid {
        position: initial;
    }

    .menu-wrap .menu-title {
        font-size: 15px;
        letter-spacing: 2px;
    }

    .specials:before,
    .events-and-promos .order-1:before {
        display: none;
    }

    .parallax-bg.our-story:before {
        max-width: 165px;
    }

    .instagram-feed #sb_instagram.sbi_col_4 #sbi_images .sbi_item:not(:last-child) {
        padding-right: 5px !important;
    }

    .page-child.parent-pageid-1211 .page-header:before {
        background-size: 80px;
    }

    .instagram-feed #sb_instagram.sbi_col_4 #sbi_images .sbi_item:not(:last-child),
    .instagram-feed #sb_instagram.sbi_col_4 #sbi_images .sbi_item {
        padding: 5px !important;
    }

    body #sb_instagram.sbi_col_4.sbi_disable_mobile #sbi_images .sbi_item {
        width: 50% !important;
        padding-top: 5px !important;
    }

    body .wp-block-group.home-locations:before {
        height: 105%;
    }

    .location-info > .wp-block-group__inner-container {
        background-image: url(../images/mobile-curly-box.png);
    }

    .location-info .wp-block-column:not(:last-child) {
        margin-bottom: 35px;
    }
	.location-info .wp-block-column {
		position: relative;
	}
	.location-info .wp-block-column:not(:last-child):after {
		content: '';
		position: absolute;
		display: block;
		left: 20px;
		right: 20px;
		top: 0;
		bottom: 0;
		border-bottom: 2px solid #30BFC4;
        width: 100%;
        max-width: 50px;
        margin: auto;
	}

    body .tribe-block__venue {
        display: block;
    }

    body .tribe-block__venue.tribe-block__venue--has-map .tribe-block__venue__map,
    body .tribe-block__venue.tribe-block__venue--has-map .tribe-block__venue__meta {
        width: 100%;
        flex-basis: 100%;
    }

    body .tribe-block__venue.tribe-block__venue--has-map .tribe-block__venue__map {
        position: initial;
    }
}

@media (max-width: 320px) {
    .menu-wrap .menu-title {
        font-size: 12px;
    }

    .wp-block-group.home-locations .col-group .wp-block-columns:before {
        max-height: 245px;
    }
}


/* TRUDYS OF TOWN TASK 4/13/22 */


.trudys-of-town  .dpt-thumbnail.portrait {
    max-height: 30rem;
    overflow: hidden;
}
.trudys-of-town  img.attachment-dpt-medium.size-dpt-medium.wp-post-image.img-fluid {
    height: auto;
    object-fit: cover;
    object-position: center;
    max-height: 30rem;
}

.trudys-of-town .wp-block-column.is-vertically-aligned-top p {
    max-width: 45rem;
}

.wp-block-group.alignfull.whos-hungry.pb-md-0.trudys-of-town {
    margin-top: 10rem!important;
    margin-bottom: 4rem!important;
}

.trudys-of-town  img.attachment-dpt-medium.size-dpt-medium.wp-post-image.img-fluid {
    height: auto;
    object-fit: cover;
    object-position: center;
    max-height: 30rem;
    width: 95%;
    border-radius: 0!important;
	max-width: 70rem;
}

.wp-block-group.col-group-left.pt-0.pb-0.trudys-col {
    display: flex;
    align-items: center;
    height: 30rem;
}


.trudys-of-town .dpt-featured-content::after {
    content: " ";
    background-image: url(https://trudys.com/wp-content/uploads/2022/04/gEwpJHjM.png);
    width: 7rem;
    height: 5rem;
    display: block;
    background-repeat: no-repeat;
    margin-top: -2rem;
    z-index: 999;
    position: absolute;
}

.trudys-of-town .dpt-featured-content::after {
    margin-left: 87%;
}

@media screen and (max-width:1440px){
.trudys-of-town .dpt-featured-content::after {
    margin-left: 85%;
}
}

@media screen and (max-width:768px){
.trudys-of-town .dpt-featured-content::after {
    margin-left: 80%;
}
}

.wp-block-group.alignwide.pt-0.meet-artist-section .wp-block-group__inner-container:before{
    content: " ";
    width: 84.5vw;
    height: 36rem;
    border: dotted 2px red;
    display: block;
    position: absolute;
	right: 0;
    border-right: 0px;
    margin-top: -4.5rem;
}


.wp-block-group.alignwide.pt-0.meet-artist-section::before {
    content: " ";
    width: 85vw;
    height: 37rem;
    border: dotted 2px red;
    display: block;
    position: absolute;
    right: 0;
    border-right: 0px;
    margin-top: -4rem;
}


@media screen and (max-width:599px){
	.wp-block-group.alignwide.pt-0.meet-artist-section::before {
		 display:none;
	}
	.wp-block-group.alignwide.pt-0.meet-artist-section .wp-block-group__inner-container:before{
	    display:none;
	}
}

@media screen and (min-width:600px) and (max-width:1599px){
	.wp-block-group.alignwide.pt-0.meet-artist-section::before {
		min-width: 87.5rem;
	}
	.wp-block-group.alignwide.pt-0.meet-artist-section .wp-block-group__inner-container:before{
	    min-width: 87rem;
	}
}

@media screen and (min-width:1600px){
	.wp-block-group.alignwide.pt-0.meet-artist-section::before {
		min-width: 92.5rem;
	}
	.wp-block-group.alignwide.pt-0.meet-artist-section .wp-block-group__inner-container:before{
	    min-width: 92rem;
	}
}

.wp-block-group.alignwide.pt-0.meet-artist-section{
	margin: 8rem 0;
	overflow:hidden;
}

.meet-artist-section .wp-block-group__inner-container {
    padding: 1rem;
}

.meet-the-artist span.wp-block-cover__gradient-background.has-background-dim {
    background: none;
}