@media screen and (min-width: 1031px) and (max-width: 1599px) {
	li#basque-0 {
        top: 20% !important;
    }

	li#basque-3 {
        top: 29% !important;
    }
}

@media screen and (min-width: 1350px) {
	nav.menu-nav ul:after {
		content: '';
		width: 1px;
		height: calc(100% - 20px);
		background: var(--brand-accent-two);
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		right: 0;
	}

	nav.menu-nav ul {
		display: block !important;
	}
}

@media screen and (max-width: 1349px) {
	nav.menu-nav.menu-scroll button {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}

	nav.menu-nav.menu-scroll ul {
		display: none;
		margin: 15px 0;
	}

	nav.menu-nav:not(.menu-scroll) ul {
		display: block !important;
	}
}

@media screen and (min-width: 992px) and (max-width: 1349px) {
	.menu-section.menu-has-imgs {
        padding-top: 215px;
        margin-top: -135px;
	}

	.menu-section:not(.menu-has-imgs) {
		padding-top: 235px;
        margin-top: -155px;
	}
}

@media screen and (min-width: 1200px) and (max-width: 1299px) {
	#woman-drinking-container {
		bottom: -6% !important;
	}
}

@media screen and (min-width: 1200px) {
	.image-with-text-block h2.h1 {
		padding-top: 50px;
	}
}

@media screen and (min-width: 1030px) and (max-width: 1199px) {
	#woman-drinking-container {
		left: 74% !important;
		top: 50%;
		bottom: unset !important;
	}

	.image-with-list-block h2 {
    	font-size: 4em;
	}
}

@media screen and (min-width: 1030px) {
	form.post-password-form {
		margin-bottom: 100px;
	}

	.image-with-list-block > div:first-child a {
		font-size: 0;
		position: absolute;
		top: 0;
		left: 0;
		width: calc(100% - 60px);
		height: auto;
		aspect-ratio: 5/4;
	}

	div#chef-matthew {
		padding-bottom: 50px;
	}

	.mt-lg-0 {
		margin-top: 0 !important;
	}

	.pt-lg-0 {
		padding-top: 0 !important;
	}

	.pb-lg-0 {
        padding-bottom: 0 !important;
    }

	#post-not-found .entry-content #error-content {
		display: flex;
		flex-direction: column;
		justify-content: center;
	}

	#post-not-found .entry-content #error-content h1 {
		font-size: 3.5em;
		line-height: 1.25;
	}

	 #basque-phrases, .entry-content #error-content {
        min-height: 900px;
    }

    li#basque-6 .img-container {
        right: 60px;
        bottom: 55%;
    }

    li#basque-3 .img-container {
        right: 18px;
    }

    .illustration-right {
        margin-left: -10px;
        top: 50%;
        -webkit-transform: translateY(-50%); 
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    div#coming-soon {
        position: absolute;
        width: calc(100% - 100px);
        top: 55px;
        left: 50px;
    }

    #news-signup-container {
        height: 100%;
    }

    #basque-phrases {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    #basque-phrases ul li span {
        font-size: 3em; 
    }

    li#basque-0 {
        top: 31%;
        left: 5%;
    }

    li#basque-1 {
        top: 10%;
        left: 21%;
    }

    li#basque-2 {
        left: 54%;
        top: 20%;
    }

    li#basque-3 {
        right: 4%;
        top: 31%;
    }

    li#basque-4 {
        right: 2%;
        bottom: 1%;
    }

    li#basque-5 {
        left: 50%;
        bottom: 16%;
    }

    li#basque-6 {
        left: 5%;
        bottom: 0%;
    }

	#post-not-found .entry-content {
        height: 100%;
    }

	#basque-phrases, #post-not-found .entry-content {
        min-height: 900px;
    }

	.image-with-text-block p.subhead {
		font-size: 1.5em;
	}

	.home h1, .home .h1 { 
		font-size: 4.75em; 
	}

	.image-with-text-block p, .image-with-text-block .wp-block-button {
		max-width: 520px;
	}

	.image-with-text-block > div:first-child {
		padding-right: 20px;
	}

	.image-with-text-block > div:nth-child(2) {
		padding-left: 20px;
	}

	.d-hide {
		display: none !important;
	}
}

@media screen and (max-width: 1029px) {
	.menu-cta {
		margin-top: 30px;
	}

	.image-with-text-block.img-left {
		display: flex;
		flex-direction: column-reverse;
	}

	#post-not-found .entry-content, #basque-phrases {
		padding-left: 30px;
		padding-right: 30px;
	}

	#post-not-found .entry-content #error-content h1 {
		max-width: 670px;
        font-size: 3em;
        margin: 0 auto 40px;
	}

	div#error-content .wp-block-button {
		justify-content: center;
	}

	#post-not-found .entry-content {
		padding-top: 150px;
        flex-direction: column;
		text-align: center;
    }

    #basque-phrases ul li .img-container:not(.illustration-right) img {
        -webkit-transform: scale(0.85); 
        -ms-transform: scale(0.85);
        transform: scale(0.95);
    }

    li#basque-0 .illustration-right {
        margin-left: -30px; 
    }

    #post-not-found .entry-content #logo img {
        max-height: 250px;
    }

    #post-not-found .entry-content > div {
        flex: 1 1 100%;
    }

    #basque-phrases {
        position: relative;
		overflow: hidden;
    }

    #basque-phrases ul li span {
        font-size: 2.75em; 
    }

	.footer .credits p {
		text-align: center;
	}

	.image-with-text-block.img-left > div:first-child {
		margin-top: 50px;
	}

	.image-with-text-block.img-right > div:first-child {
		margin-bottom: 50px;
	}

	.image-with-text-block img:not(.image-with-text-illustration img) {
		max-width: 500px;
		margin: 0 auto;
		display: block;
	}

	.image-with-list-block h2, .image-with-text-block h2 {
		text-align: center;
		line-height: 1;
	}

	.image-with-list-block span, .image-with-text-block span {
		display: inline-block;
		margin: 0;
		left: 0 !important;
	}

	.image-with-list-slider h3 {
		margin-top: 30px;
	}

	.image-with-list-slider .slick-arrow {
		top: 38% !important;
	}

	.image-with-list-slider {
		max-width: 640px;
		margin: 40px auto 0 !important;
	}

	.image-with-list-slider .slick-slide {
		margin: 0px 30px;
	}

	.image-with-list-slider .slick-prev {
		left: -10px;
	}

	.image-with-list-slider .slick-next {
		right: -10px;
	}
}

@media screen and (min-width: 768px) and (max-width: 1149px) {
	/* Food menu page */
	.page-id-527 .menu-page-title {
		margin-top: 50px;
	}
}

@media screen and (min-width: 768px) and (max-width: 1029px) {
	div#chef-matthew {
		margin-top: 30px;
	}

	li#basque-5 .img-container {
		right: -47%;
	}

	li#basque-6 .img-container {
		right: 50px;
        bottom: 50%;
    }

    li#basque-4 .img-container {
        right: 25px; 
    }

    li#basque-3 .img-container {
        right: 15px;
        bottom: 52%;
    }

    .illustration-right {
		top: 30%;
        -webkit-transform: scale(0.85) translateY(-50%); 
        -ms-transform: scale(0.85) translateY(-50%);
        transform: scale(0.85) translateY(-50%);
    }
    
    #basque-phrases {
        height: 100vh;
        min-height: 730px;
    }

    li#basque-0 {
        top: 33%;
        left: 10%;
    }

    #basque-phrases ul li {
        -webkit-transform: translateX(-50%); 
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    
    li#basque-1 {
        top: 9%;
        left: 40%;
    }
    
    li#basque-2 {
        left: 77%;
        top: 21%;
    }
    
    li#basque-3 {
        left: 90%;
        top: 53%;
    }

    li#basque-4 {
        left: 28%;
        bottom: 21%;
    }
    
    li#basque-5 {
        left: 46%;
        bottom: 43%;
    }

    li#basque-6 {
        bottom: 2%;
        left: 60%;
    }

	.wp-block-group:last-child .image-with-text-block {
		margin-bottom: 50px;
	}

	.image-with-text-block p.subhead {
		font-size: 1.35em;
	}

	.home h1, .home .h1 {
		font-size: 4em;
	}

	/* -------------------- */
	.image-with-text-illustration {
        left: unset !important;
        bottom: -150px !important;
        right: 2% !important;
		top: unset !important;
        transform: none !important;
	}

	section.entry-content .wp-block-group, form.post-password-form {
        padding: 80px 30px;
    }

	.t-hide {
		display: none !important;
	}
}

@media screen and (min-width: 992px) {
	/* CUSTOM CURSOR */
	.cursor {
		width: 10px;
		height: 10px;
		background-color: var(--brand-tertiary-color);
		z-index: 9999999999;
		position: fixed;
		top: 0;
		left: 0;
		border-radius: 50%;
		pointer-events: none;
		border: 1px solid rgba(239, 238, 226, 0);
		color: var(--brand-accent-one);
		align-items: center;
		justify-content: center;
		font-size: 0.95em;
		font-family: articulat-cf, sans-serif;
		font-weight: 700;
		letter-spacing: 0.1em;
		text-transform: uppercase;
		text-align: center;
		line-height: 1.25;
		transition: background-color 0.25s ease;
	}

	body *:not(#wpadminbar *):not(.ch2):not(.ch2 *), body .ch2-style-light.ch2-icon a, body .ch2-theme-bar, body .ch2-theme-bar a, body .ch2-theme-bar button {
		cursor: none;
	}
	
	/* Get Directions page */
	.page-id-947 .entry-content .wp-block-columns .wp-block-column:last-child > * {
		padding-left: 70px;
	}

	/* ------------ */

	div#soft-opening {
		padding-right: 15px;
	}
	
	.single-menu-item {
    	width: 33.3333%;
	}

	.menu-section:not(:last-child) {
		padding-bottom: 75px;
	}

	ul.menu-items:not(.has-img):before {
    	left: 33.3333%;
	}

	ul.menu-items:not(.has-img):after {
		left: 66.6666%;
	}

	.menu-items:not(.has-img) li.single-menu-item {
		padding: 0 45px;
	}
}

@media screen and (min-width: 768px) and (max-width: 991px) {
	div#gform_wrapper_2 .ginput_container--name, div#gform_wrapper_3 .ginput_container--name {
		flex-direction: column;
	}

	div#gform_wrapper_2 .ginput_container--name span, div#gform_wrapper_3 .ginput_container--name span {
		width: 100%;
		padding: 0;
	}

	div#gform_wrapper_2 .ginput_container--name span.name_first, div#gform_wrapper_3 .ginput_container--name span.name_first {
		margin-bottom: 16px;
	}

	ul.menu-items.has-img.center-last-item li.single-menu-item:last-child {
		left: 50% !important;
		transform: translateX(-50%);
	}

	.menu-section:not(:last-child) {
		padding-bottom: 45px;
	}

	.single-menu-item {
    	width: 50%;
	}
}

@media screen and (max-width: 991px) {
	.cursor {
		display: none !important;
	}
	
	.page-id-859 .wp-block-columns, .page-id-947 .entry-content .wp-block-columns {
		flex-direction: column;
	}

	li.single-menu-item.spacer-block:last-child {
		display: none;
	}

	ul.menu-items:has(.spacer-block:last-child) li.single-menu-item:nth-last-child(2) {
		margin-bottom: 0;
	}

	.menu-section.menu-has-imgs {
		padding-top: 250px;
        margin-top: -210px;
	}

	.menu-section:not(:last-child) ul.menu-items.has-img {
		margin-bottom: 50px;
	}

	.menu-section .spacer-block {
		display: none;
	}
	
	.menu-section:not(.menu-has-imgs) {
		padding-top: 235px;
        margin-top: -195px;
	}

	div#gform_fields_2, div#gform_fields_3 {
		display: block;
	}

	.gform_wrapper.gravity-theme div#gform_fields_2  .gfield:not(.gsection), .gform_wrapper.gravity-theme div#gform_fields_3 .gfield:not(.gsection) {
		margin-bottom: 32px;
	}

	input#input_2_8, input#input_2_10 {
		width: 100%;
	}

	div#gform_wrapper_2 .gsection:not(:first-child) {
		margin-top: 60px;
	}

	div#gform_wrapper_2  .gsection {
		margin-bottom: 16px;
	}

	.menu-items:not(.has-img) li.single-menu-item {
		padding: 0 20px;
	}
}

@media screen and (max-width: 980px) {
	body .ch2-theme-bar .ch2-dialog-actions {
		margin-top: 20px;
		width: auto;
	}
}

@media screen and (min-width: 801px) {
	body .ch2-settings-actions {
		border-radius: 0 0 12px 12px;
	}
	
	#sb_instagram #sbi_images {
		width: 124%;
	}
}

@media screen and (min-width: 481px) and (max-width: 800px) {
	#sb_instagram #sbi_images .sbi_item:nth-child(5) {
		display: none;
	}
}

@media screen and (min-width: 768px) and (max-width: 1219px) {
	.middle-nav {
		padding-left: 15px;
	}

	.navbar-container {
		grid-template-columns: max-content max-content 1fr;
	}

	.right-nav a.wp-block-button__link {
		font-size: 0.85em;
	}
}

@media screen and (min-width: 782px) {
	body section.entry-content > .wp-block-group:first-child {
		padding-top: 10px;
	}
}

@media screen and (max-width: 781px) {
	.soft-opening img.wp-image-1251 {
		max-width: 200px;
	}
	
	.soft-opening .wp-block-columns {
		text-align: center;
	}
	
	.page-id-672 section.entry-content > .wp-block-group .wp-block-spacer:first-child {
		display: none;
	}

	body section.entry-content > .wp-block-group:first-child {
		padding-top: 0px !important;
	}
}

@media screen and (min-width: 768px) {
	.menu-page-title a {
		margin-bottom: -15px; 
	}

	body .ch2-theme-bar .ch2-dialog.ch2-dialog-bottom.ch2-visible {
		padding-right: 60px !important;
	}

	ul.directions li a:after {
		content: '\f08e';
		font-family: "Font Awesome 6 Pro";
		font-weight: 400;
		font-size: 80%;
		margin-left: 10px;
	}

	/* Drink menu page */
	.page-id-590 .menu-page-title {
		margin-bottom: -90px;
	}

	/* ---------- */
	.mt-md-2 {
		margin-top: 1rem !important;
	}

	body .ch2-theme-bar .ch2-dialog.ch2-dialog-bottom.ch2-visible {
		flex-direction: row;
		align-items: center;
		display: flex;
	}

	body .ch2-theme-bar .ch2-dialog-actions {
		margin: 0;
		flex: 0 1 auto;
		width: auto;
		padding-left: 20px;
	}

	body .ch2-theme-bar .ch2-dialog-content {
		max-width: 85%;
		flex: 1;
		width: auto;
	}
	
	p#footer-address, footer .hours-block p {
        margin: 30px 0 0;
    }

	#basque-phrases ul li {
        position: absolute;
    }

    #basque-phrases ul li .img-container {
        position: absolute;
    }
    
    .illustration-bottom {
        top: 80%;
        right: 40px;
    }
    
    .illustration-top {
        bottom: 60%;
        right: 0;
    }
    
    li#basque-4 .img-container {
        bottom: 60%;
        right: 15px;
    } 

	.home #inner-header .wp-block-button {
		transition: opacity 0.25s ease;
	}

	.home #inner-header:not(.nav-scroll) .wp-block-button {
		visibility: hidden;
		opacity: 0;
		width: 0;
		height: 0;
		transition: none;
	}

	.home #inner-header.nav-scroll .wp-block-button, .home #inner-header:not(.nav-scroll) nav.navbar.nav-open .wp-block-button {
		width: auto;
		height: auto;
	}

	.home #inner-header:not(.nav-scroll) nav.navbar.nav-open .wp-block-button {
		visibility: visible;
		opacity: 1;
	}

	.menu-items.has-img li.single-menu-item > div {
		height: 25vw;
		max-height: 290px;
	}

	.menu-items.has-img li.single-menu-item img {
        height: 100%;
        object-fit: contain;
		align-self: center;
    }

	ul.menu-items:not(.has-img):before, ul.menu-items:has(:nth-child(3)):not(.has-img):after {
		content: '';
		display: inline-block;
		width: 1px;
		height: 100%;
		background: #BCBCBC;
		position: absolute;
		top: 0;
		transform: translateX(-50%);
	}

	.pt-md-3 {
        padding-top: 1rem !important;
    }

	.wp-block-group {
		padding: 150px 30px;
	}

	.illustration-mobile {
		display: none;
	}

	.asyncGallery__Close {
		top: 40px;
		right: 40px;
	}

	.gallery-img {
		grid-template-columns: repeat(3, 1fr);
		gap: 25px;
	} 

	.slider-content h1 span:first-child, .slider-content h1 span:last-child {
		position: relative;
	}

	.slider-content h1 span:first-child {
		transform: translateX(-50%);
		left: 45%;
		top: 25px;
	}

	.slider-content h1 span:last-child {
		left: 1.5%;
	}
}

@media screen and (max-width: 767px) {
	body:has(#inner-header .wp-block-button.fixed) .ch2-icon {
		bottom: 70px;
	}

	body .ch2-icon {
		transition: bottom 0.25s ease;
	}

	.page-id-947 div#directions h2 {
		display: none;
	}

	ul.directions li a {
		display: block;
		color: var(--brand-accent-one);
		border-radius: 12px;
		border: 3px solid transparent;
		padding: 10px 20px;
		text-align: center;
	}

	ul.directions li:first-child a {
		background: var(--brand-tertiary-color);
	}

	ul.directions li:nth-child(2) a {
		background: var(--brand-secondary-color);
	}

	ul.directions li:nth-child(3) a {
		background: var(--brand-primary-color);
	}

	ul.directions li:first-child a:hover, ul.directions li:first-child a:focus, ul.directions li:nth-child(3) a:hover, ul.directions li:nth-child(3) a:focus {
		border-color: var(--brand-secondary-color);
		background: var(--brand-secondary-color);
	}

	ul.directions li:nth-child(2) a:hover, ul.directions li:nth-child(2) a:focus {
		border-color: var(--brand-tertiary-color);
		background: var(--brand-tertiary-color);
	}

	ul.directions {
		margin-bottom: 30px;
	}

	div#chef-matthew {
		padding-top: 0;
	}

	.soft-opening > .wp-block-group__inner-container {
			max-width: 100%;
	}
	
	.ch2-theme-bar .ch2-dialog.ch2-dialog-bottom:not(.ch2-visible) {
			bottom: -400px !important;
	}

	p#footer-address, footer .hours-block p {
        margin: 50px 0 0;
    }

	#basque-phrases {
        max-width: 570px;
        margin: 30px auto 0;
    }

    #basque-phrases ul li {
        position: relative;
        width: 100%;
        min-width: unset !important;
    }

    span.en-translation img {
        display: block;
        margin: 0 auto;
    }
    
    #basque-phrases ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        flex-direction: column;
        column-gap: 20px;
    }

	.footer .credits {
		display: inline-block;
	}

	.image-with-text-block p.subhead {
		font-size: 1.15em;
	}

	#content .gform_wrapper.gravity-theme .gform_fields {
		display: block;
	}

	.gform_wrapper.gravity-theme .gfield:not(.gsection) {
		margin-bottom: 32px;
	}

	#inner-header .wp-block-button {
		display: block;
		position: fixed;
		bottom: 0;
		left: 0;
		width: calc(100% + 1px)!important;
		border-top: 1px solid #898aa0;
		opacity: 1;
		transform: translateY(100%);
		transition: all 0.25s ease !important;
		line-height: 1;
	}

	#inner-header .wp-block-button:has(.wp-block-button__link:only-child) {
		border-top: none;
	}

	#inner-header nav.navbar.nav-open .wp-block-button {
		border-color: transparent;
	}

	#inner-header .wp-block-button.fixed, #inner-header nav.navbar.nav-open .wp-block-button {
		transform: translateY(0);
	}
	
	#inner-header .wp-block-button a.wp-block-button__link:not(:only-child) {
		width: 50%;
	}

	#inner-header .wp-block-button a.wp-block-button__link:only-child {
		width: 100%;
		background: var(--brand-secondary-color) !important;
		border-color: var(--brand-secondary-color) !important;
		color: var(--brand-accent-one) !important;
	}

	#inner-header .wp-block-button a.wp-block-button__link:only-child:hover, #inner-header .wp-block-button a.wp-block-button__link:only-child:focus {
		background: var(--brand-tertiary-color) !important;
		border-color: var(--brand-tertiary-color) !important;
	}

	#inner-header .wp-block-button a.wp-block-button__link {
		border-radius: 0;
		padding: 15px 0;
	}

	#inner-header .wp-block-button a.wp-block-button__link:first-child:not(:only-child) {
		background: var(--brand-primary-color);
		border-color: var(--brand-primary-color) !important;
	}

	#inner-header nav:not(.nav-open) .wp-block-button a.wp-block-button__link:first-child:not(:only-child):hover, #inner-header nav:not(.nav-open) .wp-block-button a.wp-block-button__link:first-child:not(:only-child):focus {
		background: var(--brand-secondary-color) !important;
		border-color: var(--brand-secondary-color) !important;
		color: var(--brand-accent-one) !important;
	}

	#inner-header nav.nav-open .wp-block-button a.wp-block-button__link:first-child {
		background: var(--brand-secondary-color);
		border-color: var(--brand-secondary-color) !important;
	}

	#inner-header nav.nav-open .wp-block-button a.wp-block-button__link:first-child:hover, #inner-header nav.nav-open .wp-block-button a.wp-block-button__link:first-child:focus {
		background: var(--brand-accent-two) !important;
		border-color: var(--brand-accent-two) !important;
		color: var(--brand-accent-three) !important;
	}

	.menu-section.menu-has-imgs {
        padding-top: 335px;
        margin-top: -275px;
	}

	.menu-page-title {
		flex-direction: column;
	}

	.menu-page-title img {
		margin: 0 auto 15px !important;
	}

	.menu-page-title img:not(.hero-animation img) {
		min-width: 120px;
	}

	.menu-page-title .hero-animation {
		margin: 0 auto 15px !important;
	}

	nav.menu-nav {
		margin: 15px 0 0 !important;
	}

	.menu-section:not(.menu-has-imgs) {
		padding-top: 450px;
        margin-top: -390px;
    }

	li.single-menu-item {
		width: 100%; 
	}
	
	.image-with-text-illustration {
		position: relative;
        left: unset !important;
        transform: unset !important;
        margin-top: 50px !important;
        text-align: center;
        display: inline-block;
	}

	nav.menu-nav.menu-scroll ul li {
		display: block;
		margin: 10px 0;
	}

	nav.menu-nav.menu-scroll li {
		border: none;
	}

	nav.menu-nav.menu-scroll ul {
        padding-top: 15px;
    }

	nav.menu-nav.menu-scroll ul:before {
		content: '';
		width: calc(100% - 60px);
		height: 1px;
		background: rgb(0 0 0 / 20%);
		position: absolute;
		top: 0;
		left: 30px;
	}

	nav.menu-nav.menu-scroll ul {
		position: relative;
	}

	nav.menu-nav.menu-scroll ul li {
		text-align: left;
	}

	nav.menu-nav.menu-scroll ul li a {
		padding: 5px 30px;
	}

	section.entry-content .wp-block-group, form.post-password-form {
        padding: 60px 30px;
    }

	.right-nav .wp-block-button {
		display: none;
	}

	.gallery-img {
		grid-template-columns: repeat(2, 1fr);
		gap: 15px;
	} 

	.illustration-desktop {
		display: none;
	}

	footer h2 {
		font-size: 3.5em;
	}

	.image-with-text-btn-illustration {
		position: relative;
	}

	.image-with-text-block p {
		max-width: 640px;
        margin: 0 auto 20px;
	}

	p#footer-questions, p#newsletter-cta {
		margin-top: 55px;
	}

	.m-hide {
		display: none !important;
	}

	h1, .h1 {
		font-size: 3.25em;
	}

	.slider-content h1 {
		line-height: 1.2;
	}
}

@media screen and (min-width: 431px) and (max-width: 767px) {
	 .illustration-right img:not(li#basque-2 img) {
        -webkit-transform: scale(0.85); 
        -ms-transform: scale(0.85);
        transform: scale(0.85);
    }
    
    #basque-phrases li#basque-0, #basque-phrases li#basque-2, #basque-phrases li#basque-5 {
        display: inline-flex;
        align-items: center;
    }

    .img-container.illustration-top {
        margin-bottom: -30px;
        text-align: right;
    }
    
    #basque-phrases .img-container.illustration-bottom {
        display: block;
        text-align: right;
        margin-top: -30px;
    }
    
    #basque-phrases .img-top {
        display: flex;
        flex-direction: column-reverse;
        margin-top: -50px;
    }

	li#basque-4 .img-container {
		margin-bottom: -40px;
	}

    li#basque-3 .img-container {
        margin-top: -20px;
        margin-bottom: -45px;
    }
    
    li#basque-1 {
        margin-top: 10px;
        margin-bottom: 20px;
    }

    #basque-phrases li#basque-3 {
        margin-top: -70px;
    }

    li#basque-5 {
        margin-bottom: 80px;
    }

    li#basque-6 .img-container {
        margin-bottom: -45px;
		margin-right: 55px;
    }
    
    li#basque-6 {
        margin-bottom: 50px;
    }

    li#basque-2 {
        margin-top: -60px;
    }
    
    #basque-phrases li#basque-6 {
        margin-top: -90px;
		left: 40%;
    }
    
    #basque-phrases li#basque-4 {
        margin: -20px 0 60px;
    }

    #basque-phrases ul li {
        display: inline-block; 
    }

    #basque-phrases ul li:nth-child(even) {
        text-align: right;
    }

    #basque-phrases .img-top:not(:nth-child(odd)) { 
        align-items: flex-end;
    }
    
    li#basque-5 {
        justify-content: flex-end;
    }

    #basque-phrases ul li:nth-child(odd) {
        left: 30%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        width: max-content;
    }

	.footer .credits {
		padding: 0 30px 50px;
	}

	.asyncGallery__Close {
		top: 30px;
		right: 30px;
	}

	.asyncGallery__Prev {
		left: 30px;
	}

	.asyncGallery__Next {
    	right: 30px;
	}

	.wp-block-group {
		padding: 80px 30px;
	}

	.image-with-list-block {
		padding: 70px 0;
	}
}

@media screen and (min-width: 431px) and (max-width: 634px) {
	.image-with-list-slider .slick-arrow {
        top: 32.5% !important;
    }
}

@media screen and (min-width: 641px) and (max-width: 991px) {
	ul.menu-items:not(.has-img):before {
		left: 50%;
	}

	ul.menu-items:not(.has-img):after {
		display: none !important;
	}
}

@media screen and (min-width: 641px) {
	footer div#field_submit {
        background: #ebede0;
        border-radius: 0 30px 30px 0;
        margin-left: -10px;
    }
}

@media screen and (max-width: 640px) {
	.gform_wrapper.gravity-theme .ginput_container--name span.name_first {
		margin-bottom: 16px;
	}
	
	.menu-block nav.menu-nav ul li {
		display: block;
		border-right: none;
		margin: 10px 0;
	}

	footer .gform_wrapper.gravity-theme .gfield input[type="email"] {
		text-align: center;
		border-radius: 30px;
	}

	footer button#gform_submit_button_1 {
        width: 100%;
        padding: 8px 15px;
        height: auto;
        display: flex;
        align-items: center;
        justify-content: center;
    }

	footer div#field_submit {
		margin: 0;
	}

	footer div#field_1_1 {
		margin-bottom: 0;
	}
}

@media screen and (max-width: 539px) {
	.page-id-1495 header.article-header.has-animation h1.page-title + div {
		transform: scale(0.9);
		margin-bottom: 5px !important;
	}

	header.article-header.has-animation {
    	flex-direction: column-reverse;
		padding-top: 0;
	}

	header.article-header.has-animation h1.page-title + div {
		margin: 0 auto 15px !important;
	}

	div#martini-animation-container {
		margin-left: 40px;
	}
}

@media screen and (min-width: 500px) {
	.footer-social:after {
        content: '';
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: 100%;
        height: 1px;
        background: #EBEDE0;
    }

	p#social-handle {
        padding-right: 30px;
    }

	.footer-social img {
        padding: 0 30px;
    }

	.footer-social .social {
        padding-left: 30px;
    }
}

@media screen and (max-width: 499px) {
	header.article-header.hero.has-img img {
		display: none;
	}
	
	.footer-social {
		flex-direction: column;
        margin-top: 60px;
		gap: 30px;
	}

	p#footer-address {
		margin: 30px 0 0;
		border-bottom: 1px solid #EBEDE0;
		padding-bottom: 60px;
	}

	footer .wp-block-group {
		padding-bottom: 30px;
	}

	.wp-block-button {
		flex-direction: column;
	}
}

@media screen and (max-width: 480px) {
	.soft-opening figure.wp-block-image.border-radius-0 img {
		max-width: 228px;
	}
	
	.soft-opening > .wp-block-group__inner-container, .soft-opening-footer.wp-block-group {
		padding: 20px 0 0;
	}

	.soft-opening-footer .wp-block-group__inner-container > *:not(div.wp-block-image), .soft-opening > .wp-block-group__inner-container > *:not(.soft-opening-footer) {
		padding: 0 24px;
	}

	.soft-opening hr {
		margin: 0 24px;
	}
}

@media screen and (min-width: 431px) {
	body .ch2-settings-scan .ch2-settings-content, body .ch2-settings-header {
		padding-left: 30px;
		padding-right: 30px;
	}
	
	.page-id-3 .entry-content h2 {
		font-size: 2.5em;
	}

	.page-id-3 .entry-content h2:not(:first-child) {
		margin-top: 70px;
	}

	 li#basque-2 .illustration-right {
        margin-left: -10px; 
    }
    
    li#basque-5 .illustration-right {
        margin-left: -30px; 
    }

	nav.menu-nav button {
		padding: 5px 30px;
	}
	
	.asyncGallery__ItemImage img {
    	max-width: 65vw;
	}

	.notification-bar, header.article-header.hero.has-img {
    	padding: 0 30px;
	}

	.slider-content {
		padding: 0 30px;
	} 

	div#inner-header {
		padding: 30px 30px;
	}  

	div#inner-header.nav-scroll {
		padding: 15px 30px;
	}

	.nav-toggle {
		width: 60px;
	}
}

@media screen and (max-width: 430px) {
	.read-more-modal-content {
		padding: 60px 20px 50px
	}

	body .ch2-settings-scan .ch2-settings-content, body .ch2-settings-header {
		padding-left: 20px;
		padding-right: 20px;
	}
	
	.page-id-3 .entry-content h2:not(:first-child) {
		margin-top: 50px;
	}

	.page-id-3 .entry-content h2 {
		font-size: 2.15em !important;
	}

	#post-not-found .entry-content #logo img {
        max-height: 200px;
    }

	#post-not-found .entry-content #error-content h1 {
        font-size: 2em; 
	}

	#post-not-found .entry-content, #basque-phrases {
		padding-left: 20px;
		padding-right: 20px;
	}

	#basque-phrases ul li span {
        font-size: 2.5em;
    }

    #basque-phrases ul li {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-bottom: 40px;
    }

    #basque-phrases ul li .img-container {
        position: absolute;
        top: 90px;
    }

    #basque-phrases ul li .phrase:hover, #basque-phrases ul li .phrase:focus {
        margin-bottom: 110px;
    }

    li#basque-2 .phrase:hover, li#basque-2 .phrase:focus {
        margin-bottom: 120px !important;
    }

	.gravity-theme.ui-datepicker {
		max-width: 300px;
	}

	.footer .credits {
		padding: 0 20px 50px;
	}

	.page-template-page-no_title section.entry-content > .wp-block-group:first-child {
		padding-top: 10px !important;
	}

	#sbi_images {
		gap: 15px !important;
	}

	#content .gform_wrapper {
		padding: 30px 20px;
	}

	#content .gform_confirmation_message {
		padding: 50px 20px;
	}

	h1, .h1 {
		font-size: 3.25em;
	}

	nav.menu-nav button {
		padding: 5px 20px;
	}

	.asyncGallery__ItemImage img {
    	max-width: 72vw;
	}

	.asyncGallery__Close {
		top: 20px;
		right: 20px;
	}

	.asyncGallery__Prev {
        left: 15px;
    }

	.asyncGallery__Next {
        right: 15px;
    }

	.notification-bar, header.article-header.hero.has-img {
    	padding: 0 20px;
	}

	.image-with-list-slider {
		margin-top: 30px !important;
	}

	h2, .h2 {
		font-size: 3em !important;
	}

	.image-with-list-slider .slick-slide {
        margin: 0px 28px;
    }

	.image-with-list-block {
		padding: 100px 0;
	}

	.slider-content {
		padding: 0 20px;
	} 

	.wp-block-group {
        padding: 60px 20px !important;
    }

	.wrap, .wp-block-group > .wp-block-group__inner-container {
		width: 100%;
	}

	.image-with-list-slider .slick-arrow {
		top: 29% !important;
    }

	div#inner-header {
		padding: 20px;
	}  

	div#inner-header.nav-scroll {
		padding: 15px 20px;
	}

	.nav-toggle {
		width: 50px;
	}

	.slider-content h1 {
		font-size: 3.25em;
	}
}

@media screen and (max-width: 375px) {
    #basque-phrases ul li span {
        font-size: 2.25em;
    }
}