@charset "UTF-8";

/*
Theme Name: Twenty Nineteen Child
Theme URI: https://www.charity.studio/wp-content/themes/twentynineteen-child/
Author: Dennis Murphy
Author URI:
Template: twentynineteen
Description: Twenty Nineteen Child Theme
Requires at least: WordPress 4.9.6
Version: 1.0.0
Text Domain: twentynineteen
Tags: one-column, flexible-header, accessibility-ready, custom-colors, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, rtl-language-support, sticky-post, threaded-comments, translation-ready

Twenty Nineteen is based on Underscores https://underscores.me/, (C) 2012-2018 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
- GLOBAL
- NAVIGATION
- PAGES
- EVENTS
- POSTS
- FOOTER
- UTILITY
- MEDIA
--------------------------------------------------------------*/
/* GLOBAL */
:root {
  --color-yellow: #FCB525;
  --color-teal: #009490;
  --color-red: #EE2B37;
  --color-grey: #707272;
  --color-blue: #2B338C;
  --color-teal-light: #3AC1CD;
  --color-pink: #E0C7E6;
  --color-white: #ffffff;
  --color-white-transparent: rgba(255, 255, 255, .2);
  --color-dark-overlay: rgba(0, 0, 0, .6);
  --color-dark-overlay-hover: rgba(0, 0, 0, 0.4);
}

html:root {
  margin-top: 0 !important;
}

#wpadminbar {
  /*display: none;*/
}

header.site-header {
  padding-top: 56px;
}

body {
  font-family: 'Montserrat', sans-serif;
}

img {
  width: 100%;
}

h1, h2, h3, h4, p, a {
  line-height: 1;
  margin: 0;
}

#page {
  margin: 0 auto;
  max-width: 1920px;
}

figure {
  margin: 0;
}

.entry-header {
  display: none;
}

.entry-content>h2, .entry-content>h3 {
  color: var(--color-red);
  font-weight: 600;
  text-transform: uppercase;
}

.entry-content>p, .entry-content>blockquote, .entry-content>blockquote.is-style-large, .wp-block-columns, .wp-block-button, .entry-content>h2, .entry-content>h3, .wp-block-intown-media-left .intown-media-left, .wp-block-intown-media-right-lightbox .intown-media-right, .wp-block-intown-media-right .intown-media-right, .wp-block-intown-media-left-lightbox .intown-media-left, .wp-block-intown-paragraph, .entry-content>.form-embed, ul {
  margin: 25px 10%;
}

.entry-content>p {
  font-size: 18px;
  line-height: 1.5;
}

.entry-content>blockquote {
  border-left: 10px solid var(--color-teal);
  border-image-repeat: round;
  border-image-source: url('https://chabadintown.org/wp-content/uploads/2019/05/teal-vertical-diagonal.png');
  border-image-slice: 25%;
  font-size: 18px;
}

.entry-content>blockquote>p {
  line-height: 1.5;
}

.entry-content>blockquote>cite {
  font-size: 16px;
}

.entry-content>blockquote.is-style-large {
  border-left: 10px solid var(--color-red);
  color: var(--color-teal);
  font-weight: 600;
}

.entry-content>blockquote.is-style-large>p {
  font-style: normal;
}

.wp-block-column>p {
  font-size: 18px;
  line-height: 1.5;
}

.wp-block-button {
  border: 1px solid #ccc;
  border-radius: 4px;
  display: inline-block;
}

.wp-block-button__link, .intown-readmore, .page-numbers {
  background-color: transparent;
  border-left: 10px solid var(--color-red);
  border-image-repeat: round;
  border-image-source: url('https://chabadintown.org/wp-content/uploads/2019/05/Small.png');
  border-image-slice: 39%;
  border-radius: 0;
  color: var(--color-grey);
  font-size: 18px;
  font-weight: 800;
  text-transform: uppercase;
  transition: .1s ease-out;
}

.wp-block-button__link:active, .wp-block-button__link:focus, .wp-block-button__link:visited {
  color: var(--color-grey);
}

.intown-readmore, .page-numbers {
  background-color: var(--color-teal-light);
  border-radius: 4px;
  color: var(--color-white);
  display: inline-block;
}

.page-numbers.current, .page-numbers.current:hover {
  background-color: var(--color-yellow);
  color: var(--color-grey);
}

.page-numbers {
  padding: 5px;
}

.page-numbers.next, .page-numbers.prev {
  padding: 6px 5px 4px;
}

.wp-block-button__link:hover {
  color: var(--color-white);
  background-color: var(--color-teal);
}

.intown-readmore:hover, .page-numbers:hover {
  background-color: var(--color-teal)
}

p>a:not([href*="mailto:"]):last-child {
  border: 1px solid var(--color-teal-light);
  border-radius: 4px;
  color: var(--color-red);
  display: block;
  margin: 20px 0 0;
  padding: 10px 20px;
  text-align: center;
  text-transform: uppercase;
  transition: .1s ease-out;
}

p>a:last-child:hover {
  background-color: var(--color-teal);
  color: #fff;
}

ul:not(.browser-default)>li {
  list-style-type: disc;
  margin-left: 50px;
}

a {
  transition: .1s ease-out;
}

a:hover {
  color: var(--color-red);
}

/* NAVIGATION */
nav {
  background-color: var(--color-white);
  position: fixed;
  top: 0;
  z-index: 500;
}

nav ul:not(.browser-default)>li {
  list-style-type: none;
}

nav .brand-logo {
  display: grid;
  font-size: unset;
  left: 0;
  padding-left: 5%;
  top: 50%;
  transform: translate(0, -50%);
}

nav .sidenav-trigger {
  display: grid;
  float: none;
  height: unset;
  margin: 0;
  padding-right: 5%;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
}

.sidenav {
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
}

.sidenav>div {
  background-color: var(--color-dark-overlay);
  height: 100%;
  text-align: center;
}

.sidenav>div>.sidenav-close {
  padding: 20px;
  position: absolute;
  right: 0;
}

.sidenav>div>.sidenav-header {
  padding: 20px;
}

.sidenav .menu {
  margin-top: 20px;
  text-align: left;
}

.sidenav li>a {
  color: var(--color-white);
  font-size: 18px;
  font-weight: 600;
  height: 30px;
  line-height: 30px;
}

.sidenav li>a:hover {
  background-color: var(--color-dark-overlay-hover);
}

.sidenav-footer {
  bottom: 60px;
  position: fixed;
  width: 100%;
}

.sidenav-footer>div {
  color: var(--color-white);
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  margin: 15px;
}

.sidenav-footer>div>a {
  color: var(--color-white);
}

.sidenav-footer>div>a>img {
  padding: 0 10px;
}

.sidenav-footer>div>a {
  display: inline-block;
  position: relative;
}

nav .brand-logo:nth-child(2), nav .sidenav-trigger:nth-child(4) {
  display: none;
}

nav a.sidenav-trigger.sidenav-center-large {
  height: 100px;
  align-items: center;
}

nav a.sidenav-trigger.sidenav-center-small {
  height: 50px;
  align-items: center;
}

.nav-image-bottom {
  display: none;
}

/* PAGES */
.site-featured-image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  max-height: 720px;
}

figure.post-thumbnail {
  visibility: hidden;
}

.triangle-header {
  width: 100%;
}

.triangle-header p {
  color: #fff;
  font-weight: 800;
  text-transform: uppercase;
}

.triangle-header p:first-child {
  font-size: 5vw;
  line-height: 1.2;
  max-width: 55%;
  padding: 0 10%;
}

.triangle-header p:nth-child(2) {
  font-size: 3vw;
  max-width: 85%;
  padding: 5% 5% 5% 10%;
}

.slider .slides li>img:nth-child(2) {
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  width: 60%;
}

.slider .indicators .indicator-item {
  background-color: var(--color-white);
}

.slider .indicators .indicator-item.active {
  background-color: var(--color-red);
}

.slider .slides li .caption.bottom-left-align {
  bottom: 0%;
  left: 3%;
  text-transform: uppercase;
  top: initial;
}

.slider .indicators {
  bottom: 70px;
  left: initial;
  right: 5%;
  z-index: 5;
}

.slider .indicators .indicator-item {
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
}

.content-section.below-slider {
  margin-top: -40px;
}

.caption.bottom-left-align h3 {
  font-size: 8vw;
  font-weight: 800;
  line-height: 1.2;
}

.content-section {
  line-height: 0;
  position: relative;
  width: 100%;
}

.content-section h1 {
  font-size: 36px;
  font-weight: 800;
  text-transform: uppercase;
}

.content-section h2 {
  font-size: 22px;
  font-weight: 600;
}

.content-section video {
  max-width: 100%;
  top: 0;
}

.header-1 {
  background-color: var(--color-white);
  padding: 20% 15% 10%;
}

.header-1 h1 {
  max-width: 80%;
}

.header-1>img:first-child {
  left: 3%;
  position: absolute;
  top: 5%;
  width: 35%;
}

.header-1 h2 {
  font-size: 16px;
  font-weight: 800;
  line-height: 1.5;
  margin: 20px 0 0 30px;
  padding-left: 10px;
}

p.bottom-left {
  color: var(--color-white);
  font-size: 20px;
  font-weight: 800;
  line-height: 1.2;
  padding: 9%;
  text-transform: uppercase;
}

.section-1 {
  margin-top: 20px;
  padding: 10px;
  text-align: center;
}

.section-1-1 {
  padding: 50px 0 0 10%;
}

.section-1 h3, .section-1-1 h3 {
  font-size: 24px;
  font-weight: 800;
  margin-bottom: 5px;
  text-transform: uppercase;
}

.section-1 h4, .section-1-1 h4 {
  font-size: 13px;
  font-weight: 800;
}

.section-1-1 h4 {
  margin-bottom: 15px;
}

.section-1-1 p {
  text-align: right;
}

.section-1-1 p img {
  margin-top: 10px;
}

.section-2 h3 {
  color: var(--color-white);
  font-size: 36px;
  font-weight: 800;
  padding: 50px 0 0 50px;
  text-transform: uppercase;
}

.section-2 h4, .section-2 h5 {
  color: var(--color-white);
  font-size: 20px;
  font-weight: 800;
  padding: 20px 0 0 50px;
  text-transform: uppercase;
}

.section-2 h5 {
  margin: 0;
}

.section-2 a {
  background-color: var(--color-white-transparent);
  font-weight: 600;
  margin: 20px 0 0 50px;
  margin-bottom: 50px;
  text-transform: uppercase;
  transition: .1s ease-out;
}

.section-2 a:hover, .section-2 a.section-2-btn-hover {
  background-color: var(--color-white);
  color: var(--color-red);
}

.slider.section-2-slider, .slider.section-2-slider .slides {
  height: 315px !important;
}

.slider.section-2-slider .indicators {
  bottom: 30px;
  left: 55px;
  right: initial;
}

.slider.section-2-slider .indicators .indicator-item {
  margin: 0 6px;
}

.slider .slides li .caption.section-2 {
  left: 0;
  text-align: left;
  top: 0;
  width: 100%;
}

.section-2-bottom-image {
  bottom: 0;
  cursor: pointer;
  position: absolute;
  right: 0;
  width: 80%;
  z-index: 3;
}

.slider ul.slides li {
  margin-left: 0;
}

.content-section.background-image {
  background-repeat: no-repeat;
  background-size: cover;
}

.event-snippet {
  background-color: var(--color-red);
  padding: 10px 0;
}

.event-snippet>div>div>a>.event {
  font-weight: 800;
  margin: 0 10%;
  max-width: 80%;
  text-align: center;
  text-transform: uppercase;
}

.event-snippet>div>div>a>.event>div {
  color: var(--color-white);
  font-size: 24px;
  line-height: 1.5;
}

.event-snippet>div>div>a>.event>div:nth-child(2) {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 150px;
}

.event-snippet>div>div>a>.event>div:nth-child(3) {
  font-size: 4vw;
  font-weight: 300;
}

.carousel-slider.event-slider {
  height: 240px !important;
}

.event-snippet>div>div>.event>div:first-child {
  font-weight: 600;
}

.programs-snippet {
  margin: 50px 0;
  padding-bottom: 40px;
}

.programs-snippet>.carousel {
  margin-bottom: 20px;
}

.programs-snippet>.carousel>.carousel-item {
  text-align: center;
}

.programs-snippet>.carousel>.carousel-item>a>img {
  max-width: 100%;
  padding: 0 20px;
  width: auto;
}

#programs-right, #blog-right {
  width: auto;
}

.carousel.carousel-slider.blog-slider {
  height: 275px !important;
  margin: 30px 0 50px;
}

.blog-snippet {
  margin: 20px 0 50px;
  padding-bottom: 50px;
}

.blog-snippet>.blog-post {
  margin: 0 auto;
  max-width: 70%;
}

.blog-snippet>.blog-post>h4 {
  padding-left: 20px;
}

.blog-snippet>.blog-post>div {
  padding-left: 10px;
}

.blog-snippet h4 {
  color: var(--color-grey);
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
}

.blog-snippet h3 {
  color: var(--color-grey);
  font-size: 20px;
  font-weight: 800;
  line-height: 1.5;
  text-transform: uppercase;
}

.blog-snippet p {
  color: var(--color-teal);
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
}

.site-featured-image img {
  height: unset;
}

.site-featured-image p.bottom-left {
  font-size: 22px;
}

.content-section span {
  font-size: 8px;
}

.wp-block-intown-paragraph, .intown-media-left, .intown-media-right {
  margin: 25px 10%;
}

.intown-media-left-img-container, .intown-media-right-img-container {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  max-height: 480px;
}

.intown-media-left-img-container img, .intown-media-right-img-container img {
  visibility: hidden;
}

.intown-header {
  color: #3AC1CD;
  font-size: 30px;
  text-align: center;
  text-transform: uppercase;
  margin: 10px 10px 0;
}

.intown-subheader {
  color: #EE2B37;
  font-size: 20px;
  text-align: center;
  margin: 10px;
  line-height: 1.5;
}

.intown-paragraph {
  font-size: 18px;
  margin: 10px 10px 0;
  line-height: 1.7;
}

.intown-readmore {
  font-weight: 600;
  margin: 10px;
  padding: 10px;
  text-align: right;
  text-transform: lowercase;
  cursor: pointer;
  transition: .1s ease-out;
}

.intown-lightbox-content {
  display: none;
}

.modal, .modal .modal-footer {
  background-color: #fff;
}

.modal-content h4 {
  font-weight: 800;
  margin-bottom: 10px;
}

.modal-border {
  border: 3px solid #ccc;
  margin: 20px 0 30px;
  max-width: 300px;
}

.modal-content div:nth-child(3) {}

.modal-content p:nth-child(1) {
  font-style: italic;
  font-weight: bold;
  margin: 10px 0;
}

.modal-content p {
  line-height: 1.5;
}

.close-modal {
  max-width: 50px;
  padding: 5px 5px 0 5px;
  position: absolute;
  right: 10px;
  top: 10px;
  width: 50%;
}

/* EVENTS */
.events-header {
  margin: 20px;
}

.events-header h1 {
  color: var(--color-teal-light);
  font-size: 36px;
  font-weight: 800;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.events-header h2 {
  color: var(--color-red);
  font-size: 20px;
  font-weight: 600;
}

.events-list {
  margin: 40px 20px;
}

.events-list a {
  width: 100%;
}

.events {
  border-bottom: 1px solid #ccc;
  color: #333;
  cursor: pointer;
  display: grid;
  grid-template-columns: 15% 42.5% 42.5%;
  margin: 10px 0;
  padding-bottom: 10px;
  transition: .1s ease-out;
}

.events-list a {
  background-clip: padding-box;
  transition: .1s ease-out;
}

.events-list a:hover {
  background-color: var(--color-red);
  border-left: 20px solid var(--color-white);
  border-image-repeat: round;
  border-image-source: url('https://chabadintown.org/wp-content/uploads/2019/05/teal-vertical-diagonal.png');
  border-image-slice: 38%;
  color: var(--color-white);
}

.events-list a:hover .events {
  color: var(--color-white);
}

.events-day, .events-month, .events-time, .events-name, .events-subheader, .event-date, .event-month, .event-time, .event-title, .event-price {
  padding: 5px;
}

.events-day, .events-month, .event-date, .event-month {
  justify-self: center;
}

.events-month, .events-time, .events-name, .event-month, .event-title, .event-time {
  text-transform: uppercase;
}

.events-day, .event-date {
  grid-column: 1;
  grid-row: 1;
  font-size: 20px;
  font-weight: 800;
}

.events-month, .event-month {
  grid-column: 1;
  grid-row: 2;
}

.events-time, .event-time {
  grid-column: 2;
  grid-row: 1;
}

.events-name, .event-title {
  grid-column: 2;
  grid-row: 2;
  font-weight: 600;
}

.events-subheader {
  grid-column: 3;
  grid-row: 1 / span 2;
  line-height: 1.5;
}

.em-pagination {
  display: block;
  font-size: 20px;
  margin-bottom: 50px;
  text-align: center;
}

.em-pagination>* {}

.event-details {
  border-bottom: 1px solid #ccc;
  display: grid;
  grid-template-columns: 15% 50% 35%;
  margin: 40px 20px 20px;
  padding-bottom: 10px;
}

.event-price {
  grid-column: 3;
  grid-row: 2;
  font-size: 17px;
  font-weight: 800;
  text-align: right;
}

.event-title {
  font-size: 17px;
}

.event-date, .event-month, .event-title, .event-price, .event-time {
  align-self: center;
}

.event-content {
  display: grid;
  grid-template-columns: 100%;
  margin: 0 20px;
}

.event-additional {
  grid-row: 1;
  margin-bottom: 20px;
}

.event-info {
  grid-row: 2;
}

.event-subtitle {
  font-size: 17px;
  margin-bottom: 20px;
}

.event-body p {
  line-height: 1.5;
  margin-bottom: 20px;
}

.css-events-list h2 {
  font-size: 36px;
  margin-left: 20px;
}

.page-numbers.dots {
  display: none;
}



/* POSTS */
.blog-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  margin: 1.2rem auto;
  max-width: 1350px;
}

.intown-blog-top {
  display: grid;
  margin: .8rem .8rem 5rem;
  max-width: 1248px;
  width: 100%;
}

.intown-blog-top .top-featured {
  border-radius: 5px;
  display: block;
  height: 60vh;
  margin: 0 0 5rem;
  overflow: hidden;
}

.intown-blog-top .top-featured>div {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  position: relative;
}

.intown-blog-top .top-featured>div>div {
  background-color: #ffffff;
  border-radius: 5px 5px 0 0;
  bottom: 0;
  margin: 0 5% 0 5%;
  padding: 20px 20px 0;
  position: absolute;
}

.intown-blog-top .top-right {
  border-radius: 5px;
  display: grid;
  grid-template-columns: 60px 60% 1fr;
  height: 100px;
  margin: 0 0 3rem !important;
}

.intown-blog-top .top-right>p:nth-child(1) {
  align-self: center;
  grid-column: 1;
  grid-row: 1 / span 2;
  justify-self: center;
}

.intown-blog-top .top-right>p:nth-child(1) span {
  display: block;
  font-weight: 600;
  text-align: center;
  transform: rotate(270deg);
  width: 100px;
}

.intown-blog-top .top-right>h3 {
  align-self: end;
  grid-column: 2;
  grid-row: 1;
  margin: 0 10px 0 0;
}

.intown-blog-top .top-right>p:nth-child(3) {
  grid-column: 2;
  grid-row: 2;
}

.intown-blog-top .top-right>div {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 5px;
  grid-column: 3;
  grid-row: 1 / span 2;
}

.blog-search {
  color: #c1c1c1;
  display: block;
  margin: 10px 10px 30px;
  position: relative;
}

.blog-search .material-icons {
  display: block;
  font-size: 1.4rem;
  left: 10px;
  position: absolute;
  top: 10px;
}

.blog-search #blog-term {
  border: 1px solid #c1c1c1;
  border-radius: 5px;
  color: #333;
  padding: 10px 10px 10px 40px;
  width: 100%;
}

.blog-search input::placeholder {
  color: #c1c1c1;
}

.blog-column {
  display: grid;
  grid-template-rows: 34% 22% 22% 22%;
  height: 600px;
  margin: .8rem 2rem 5rem;
  width: 400px;
}

.blog-column.featured {
  grid-template-rows: 56% 22% 22%;
}

.blog-column>a {
  border-bottom: 1px solid #cccccc;
  display: block;
  height: 100%;
}

.blog-column>a:nth-child(1n+2) {
  align-content: center;
  display: grid;
}

.blog-column>a>div {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 5px;
  height: 150px;
  margin: 0 0 15px;
}

.blog-column h3, .intown-blog-top h3 {
  color: #333333;
  font-size: 2rem;
  font-weight: 600;
  text-transform: uppercase;
  transition: .1s ease-out;
}

.blog-column>a:nth-child(1) h3 {
  margin: 0 0 10px;
}

.blog-column p, .intown-blog-top p {
  color: #777777;
  font-size: 1rem;
  line-height: 1.5rem;
  transition: .1s ease-out;
}

.blog-column.featured>a:nth-child(1) p:nth-child(3), .blog-column:not(.featured)>a>p:nth-child(2) {
  margin: 0 0 10px;
}

.blog-column.featured>a:nth-child(1) p:nth-child(4), .blog-column:not(.featured)>a>p:nth-child(3), .intown-blog-top>a>p:nth-child(3), .intown-blog-top>a>div>div>p:nth-child(3) {
  color: #333333;
  font-size: .8rem;
  font-weight: 600;
}

.blog-column>a:hover>h3, .blog-column>a:hover>p, .blog-column.featured>a:hover:nth-child(1) p:nth-child(4), .blog-column:not(.featured)>a:hover>p:nth-child(3), .intown-blog-top>a:hover>h3, .intown-blog-top>a:hover>p, .intown-blog-top>a:hover>div>div>h3, .intown-blog-top>a:hover>div>div>p {
  color: var(--color-red);
}

.intown-blog-post {
  margin: 10% 0 0;
}

.intown-blog-post>p, .intown-blog-header {
  margin: 0 10%;
}

.intown-blog-header {
  display: grid;
  grid-template-columns: 30% 70%;
  max-width: 600px;
}

.intown-blog-header>p {
  color: #777777;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.5;
  max-width: 400px;
  width: 100%;
}

.intown-blog-back {
  align-items: center;
  background-color: var(--color-teal);
  border-radius: 26px;
  color: #ffffff;
  display: grid;
  font-size: 20px;
  font-weight: 600;
  grid-template-columns: 30% 60%;
  height: 30px;
  left: 10px;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  top: 70px;
  width: 115px;
}

.intown-blog-back:hover {
  background-color: var(--color-teal-light);
}



/* FOOTER */
.site-info {
  overflow: hidden;
  padding-top: 5%;
  width: 100%;
}

.site-info>a {
  text-align: center;
  width: 100%;
}

.site-info>a>img:first-child {
  max-width: 300px;
}

.site-info>a>img:nth-child(2) {
  height: 150px;
  width: auto;
}

.footer-social {
  display: flex;
  justify-content: space-evenly;
  margin: 5px 0;
}

.footer-info {
  background-color: var(--color-teal-light);
  color: var(--color-white);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 20px;
}

.footer-info>.footer-half>p, .footer-info>.footer-half>p>a {
  color: var(--color-white);
  display: inline-block;
  font-size: 10px;
  margin: 0;
  padding: 0;
  transition: .1s ease-out;
}

.footer-info>.footer-half>p {
  display: block;
}

.footer-info>.footer-half>p>a:hover {
  background-color: var(--color-teal-light);
  color: var(--color-red);
}

.guidestar {
  display: block;
  padding: 0 0 10px;
  text-align: center;
  width: 100%;
}

.guidestar img {
  width: 70px;
}

/* UTILITY */
.float-top {
  position: absolute;
  top: 0;
}

.float-bottom {
  position: absolute;
  bottom: 0;
}

.float-left {
  position: absolute;
  left: 0;
}

.float-right {
  position: absolute;
  right: 0;
}

.float-vertical-center {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}

.w-seventyfive {
  width: 75%;
}

.w-fifty {
  width: 50%;
}

.w-fifteen {
  width: 15%;
}

.w-ten {
  width: 10%;
}

.h-onehundred {
  height: 100%;
}

.margin-right-fifteen {
  margin-right: 15%;
}

.c-red {
  color: var(--color-red);
}

.c-teal {
  color: var(--color-teal);
}

.c-teal-light {
  color: var(--color-teal-light);
}

.c-grey {
  color: var(--color-grey);
}

.red-border-left {
  border-left: 5px solid var(--color-red);
}

.teal-light-border-full {
  border: 2px solid var(--color-teal-light);
}

.white-border-full {
  border: 2px solid var(--color-white);
}

.grid-c3 {
  display: grid;
  grid-template-columns: 33.3% 33.3% 33.3%;
  justify-items: center;
  padding: 20px;
}

.grid-c3>a {
  background-color: var(--color-white);
  box-shadow: none;
  color: var(--color-red);
  font-size: .8rem;
  font-weight: 800;
  height: unset;
  padding: 0;
  transition: .1s ease-out;
  width: 75%;
}

.grid-c3>a:hover {
  background-color: var(--color-teal-light);
}

.arrow-icon-left, .arrow-icon-right {
  cursor: pointer;
}

.arrow-icon-left i, .arrow-icon-right i {
  color: var(--color-white);
  font-size: 50px;
  width: 50%;
}

.btn, .btn-large, .btn-small, .btn-flat {
  height: 52px;
  padding: 8px 16px;
}

.desktop {
  display: none;
}

.slide-in-right {
  -webkit-animation: slide-in-right .3s cubic-bezier(.25, .46, .45, .94) both;
  animation: slide-in-right .3s cubic-bezier(.25, .46, .45, .94) both
}

.slide-in-left {
  -webkit-animation: slide-in-left .3s cubic-bezier(.25, .46, .45, .94) both;
  animation: slide-in-left .3s cubic-bezier(.25, .46, .45, .94) both
}

.slide-out-right {
  -webkit-animation: slide-out-right .3s cubic-bezier(.55, .085, .68, .53) both;
  animation: slide-out-right .3s cubic-bezier(.55, .085, .68, .53) both
}

.slide-out-left {
  -webkit-animation: slide-out-left .3s cubic-bezier(.55, .085, .68, .53) both;
  animation: slide-out-left .3s cubic-bezier(.55, .085, .68, .53) both
}

@-webkit-keyframes slide-in-right {
  0% {
    -webkit-transform: translateX(1000px);
    transform: translateX(1000px);
    opacity: 0
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1
  }
}

@keyframes slide-in-right {
  0% {
    -webkit-transform: translateX(1000px);
    transform: translateX(1000px);
    opacity: 0
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1
  }
}

@-webkit-keyframes slide-in-left {
  0% {
    -webkit-transform: translateX(-1000px);
    transform: translateX(-1000px);
    opacity: 0
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1
  }
}

@keyframes slide-in-left {
  0% {
    -webkit-transform: translateX(-1000px);
    transform: translateX(-1000px);
    opacity: 0
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1
  }
}

@-webkit-keyframes slide-out-right {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1
  }

  100% {
    -webkit-transform: translateX(1000px);
    transform: translateX(1000px);
    opacity: 0
  }
}

@keyframes slide-out-right {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1
  }

  100% {
    -webkit-transform: translateX(1000px);
    transform: translateX(1000px);
    opacity: 0
  }
}

@-webkit-keyframes slide-out-left {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1
  }

  100% {
    -webkit-transform: translateX(-1000px);
    transform: translateX(-1000px);
    opacity: 0
  }
}

@keyframes slide-out-left {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1
  }

  100% {
    -webkit-transform: translateX(-1000px);
    transform: translateX(-1000px);
    opacity: 0
  }
}

/* MEDIA */
@media (min-width:481px) {

  /* portrait e-readers (Nook/Kindle), smaller tablets @ 600 or @ 640 wide. */
  .content-section h1 {
    font-size: 42px;
  }

  p.bottom-left {
    font-size: 28px;
  }

  .grid-c3>a {
    font-size: .9rem;
  }

  .section-1 {
    padding: 20px;
  }

  .section-1 h3, .section-1-1 h3 {
    font-size: 30px;
  }

  .section-1 h4, .section-1-1 h4 {
    font-size: 15px;
  }

  .event-snippet>div>div>.event>div {
    font-size: 28px;
    font-weight: 300;
  }

  .event-snippet>div>div>.event>div:first-child {
    font-weight: 800;
  }

  .section-1-1 {
    padding: 50px 0 0 15%;
  }

  .footer-info>.footer-half>p, .footer-info>.footer-half>p>a {
    font-size: 12px;
    line-height: 1.5;
  }

  .content-section p.bottom-left {
    font-size: 22px;
    padding: 9% 15%;
  }

  .content-section span {
    font-size: 10px;
  }

  .carousel-slider.event-slider {
    height: 260px !important;
  }
}

@media (min-width: 601px) {
  nav a.sidenav-trigger {
    height: unset;
  }

  .triangle-header p:nth-child(2) {
    font-size: 2.5vw;
  }

  .slider .slides li>img:nth-child(2) {
    background-position: bottom left;
  }

  .caption.bottom-left-align h3 {
    font-size: 7vw;
  }
}

@media (min-width:641px) {

  /* portrait tablets, portrait iPad, landscape e-readers, landscape 800x480 or 854x480 phones */
  .sidenav li>a {
    font-size: 30px;
    height: 48px;
    line-height: 48px;
  }

  .sidenav-footer>div {
    font-size: 24px;
  }

  .sidenav-footer>div>a>img {
    padding: 0 20px;
  }

  .content-section h1 {
    font-size: 52px;
  }

  .header-1 h2 {
    font-size: 28px;
  }

  p.bottom-left {
    font-size: 36px;
  }

  .grid-c3>a {
    font-size: 1.2rem;
  }

  .section-1 {
    padding: 30px;
  }

  .section-1 h3, .section-1-1 h3 {
    font-size: 36px;
  }

  .section-1 h4, .section-1-1 h4 {
    font-size: 18px;
  }

  .event-snippet>div>div>.event>div {
    font-size: 32px;
  }

  .section-2 h3 {
    padding: 50px 0 0 100px;
  }

  .section-2 h4, .section-2 h5 {
    padding: 20px 0 0 100px;
  }

  .slider.section-2-slider .indicators {
    bottom: 20px;
    left: 105px;
  }

  .section-2 a {
    margin: 20px 0 50px 100px;
  }

  .programs-snippet {
    margin: 50px 0;
  }

  .blog-snippet h4 {
    font-size: 18px;
  }

  .blog-snippet h3 {
    font-size: 24px;
  }

  .blog-snippet p {
    font-size: 20px;
  }

  .site-info>a>img:nth-child(2) {
    height: 250px;
  }

  .footer-social {
    margin: 10px 0;
    /*background: #3ac1cd;
    padding: 12px 0;*/
  }

  .footer-info>.footer-half>p, .footer-info>.footer-half>p>a {
    font-size: 18px;
  }

  .intown-header {
    font-size: 36px;
  }

  .intown-subheader {
    font-size: 26px;
  }

  .intown-paragraph {
    font-size: 20px;
  }

  .intown-readmore {
    font-size: 18px;
  }

  .content-section p.bottom-left {
    padding: 9% 15%;
    font-size: 34px;
  }

  .content-section span {
    font-size: 12px;
  }

  .entry-content>p, .entry-content>blockquote, .entry-content>blockquote.is-style-large, .wp-block-columns, .wp-block-button, .entry-content>h2, .entry-content>h3, .wp-block-intown-media-left .intown-media-left, .wp-block-intown-media-right-lightbox .intown-media-right, .wp-block-intown-media-right .intown-media-right, .wp-block-intown-media-left-lightbox .intown-media-left, .wp-block-intown-paragraph, ul {
    margin: 50px 10%;
  }

  .intown-blog-post>p, .intown-blog-header {
    margin: 0 10%;
  }

  .header-1 h1 {
    max-width: 70%;
  }

  .carousel-slider.event-slider {
    height: 340px !important;
  }

  .event-snippet>div>div>a>.event>div:nth-child(2) {
    height: 200px;
  }
}

@media (min-width: 700px) {
  .caption.bottom-left-align h3 {
    font-size: 5vw;
  }

  .slider .slides li .caption.bottom-left-align {
    bottom: 5%;
    left: 8%;
  }

  .intown-blog-top .top-right>p:nth-child(3), .intown-blog-top>a>div>div>p:nth-child(3) {
    font-size: 1rem;
  }
}

@media (min-width: 800px) {
  .caption.bottom-left-align h3, .event-snippet>div>div>a>.event>div {
    font-size: 4vw;
  }

  .event-snippet>div>div>a>.event>div:nth-child(2) {
    height: 250px;
  }

  .carousel-slider.event-slider {
    height: 420px !important;
  }

  .slider.section-2-slider, .slider.section-2-slider .slides {
    height: 350px !important;
  }

  .slider.section-2-slider .indicators {
    bottom: 35px;
  }
}

@media (min-width:961px) {

  /* tablet, landscape iPad, lo-res laptops ands desktops */
  .mobile {
    display: none;
  }

  .desktop {
    display: inherit;
  }

  header.site-header {
    padding-top: 0;
  }

  .site-featured-image, .site-content, .site-footer {
    margin-left: 50px;
  }

  nav {
    height: 100%;
    position: fixed;
    transition: .1s ease-out;
    width: 50px;
    z-index: 500;
  }

  nav:hover {
    background-color: var(--color-red);
    width: 100px;
  }

  nav .sidenav-trigger {
    line-height: unset;
    left: 50%;
    right: unset;
    transform: translate(-50%, -50%) rotate(90deg);
  }

  nav:hover .sidenav-trigger:nth-child(3) {
    display: none;
  }

  nav .brand-logo {
    left: 50%;
    top: 20px;
    transform: translate(-50%, 0);
  }

  nav:hover .brand-logo:nth-child(1), nav:hover .sidenav-trigger:nth-child(3) {
    display: none;
  }

  nav:hover .brand-logo:nth-child(2), nav:hover .sidenav-trigger:nth-child(4) {
    display: grid;
    line-height: unset;
  }

  nav:hover .brand-logo:nth-child(2) {
    width: 100px;
  }

  .drag-target {
    width: 20px;
  }

  .menu-main-menu-container {
    padding-left: 15%;
  }

  .sidenav {
    background-size: cover;
  }

  .sidenav-footer {
    top: 114px;
    right: 15%;
    width: auto;
  }

  .sidenav li {
    width: 50%;
  }

  .sidenav>div>.sidenav-close {
    left: 0;
    right: unset;
    top: 50%;
    transform: translate(0, -50%);
  }

  .content-section h1 {
    font-size: 60px;
  }

  .content-section img:nth-child(3) {
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: auto;
  }

  p.bottom-left {
    font-size: 44px;
    padding: 20%;
  }

  .grid-c3 {
    margin-top: -90px;
    padding: 20px 100px;
  }

  .grid-c3 a {
    border: none;
    color: var(--color-grey);
    font-size: 1.4rem;
    padding: 10px 0;
    position: relative;
  }

  .grid-c3 a img {
    left: 0;
    position: absolute;
    top: 0;
    width: auto;
  }

  .section-1 {
    padding: 30px 0 30px 20%;
    text-align: left;
  }

  .section-1 h3 {
    color: var(--color-yellow);
  }

  .section-1 h4 {
    color: var(--color-teal);
    margin-bottom: 10px;
  }

  .event-snippet {
    background-color: var(--color-white);
    padding: 0 50px 0 100px;
  }

  .arrow-icon-left {
    margin-left: 50px;
  }

  .arrow-icon-right i, .arrow-icon-left i {
    color: var(--color-teal);
  }

  .event-snippet>div>div>.event>div {
    color: var(--color-teal);
  }

  .background-image {
    overflow: hidden;
  }

  .content-section.background-image img:nth-child(4) {
    bottom: 0;
    height: 100%;
    left: 150px;
    position: absolute;
    top: 50px;
    transform: unset;
    width: 15px;
  }

  .content-section.background-image img:nth-child(5) {
    margin-left: 115px;
    margin-top: -250px;
    position: relative;
  }

  .section-2 h3 {
    padding: 50px 0 0 175px;
  }

  .section-2 h4 {
    padding: 20px 0 0 175px;
  }

  .section-2 a {
    margin: 20px 0 50px 175px;
  }

  .content-section.background-image.desktop-1 img:nth-child(3) {
    bottom: 0;
    height: 100%;
    left: 150px;
    position: absolute;
    top: 50px;
    transform: unset;
    width: 30px;
  }

  .content-section.background-image.desktop-1 img:nth-child(5) {
    margin-left: 180px;
    position: relative;
  }

  .section-2.desktop-1 h3 {
    padding: 50px 0 0 200px;
  }

  .section-2.desktop-1 h4 {
    padding: 20px 0 0 200px;
  }

  .section-2.desktop-1 a {
    margin: 20px 0 50px 200px;
  }

  .footer-info {
    padding-left: 100px;
  }

  .content-section p.bottom-left {
    font-size: 36px;
  }

  .content-section span {
    font-size: 16px;
  }

  .wp-block-intown-paragraph, .intown-media-left, .intown-media-right {
    margin: 50px 0;
  }

  .intown-header {
    font-size: 48px;
    text-align: left;
    margin: 0 30px;
  }

  .intown-subheader {
    text-align: left;
    margin: 10px 30px 5px;
  }

  .intown-paragraph {
    margin: 20px 30px 0;
  }

  .intown-media-right {
    display: grid;
    grid-template-columns: 50% 50%;
    position: relative;
  }

  .intown-media-right-img-container {
    grid-column: 2;
    grid-row: 1;
  }

  .intown-media-right-text-container {
    grid-column: 1;
    grid-row: 1;
  }

  .intown-media-right .intown-border {
    /*position: absolute;*/
    z-index: 1;
    /*width: 90%;
    left: 30px;*/
    padding: 0 5%;
  }

  .intown-media-right .intown-header {
    font-size: 36px;
  }

  .intown-media-right .intown-paragraph {
    margin-top: 0px;
  }

  .intown-media-right .intown-readmore {
    text-align: left;
    margin: 30px;
  }

  .intown-media-left {
    display: grid;
    grid-template-columns: 50% 50%;
    position: relative;
  }

  .intown-media-left-img-container {
    grid-column: 1;
    grid-row: 1;
  }

  .intown-media-left-text-container {
    grid-column: 2;
    grid-row: 1;
  }

  .intown-media-left .intown-border {
    /*position: absolute;
    z-index: 1;
    width: 90%;
    right: 30px;*/
    padding: 0 5%;
  }

  .intown-media-left .intown-header {
    font-size: 36px;
  }

  .intown-media-left .intown-paragraph {
    margin-top: 0px;
  }

  .intown-media-left .intown-readmore {
    text-align: left;
    margin: 30px;
  }

  .events-header {
    margin: 0 100px;
    padding: 50px;
  }

  .events, .event-details, .event-content {
    font-size: 18px;
    margin: 10px 100px;
  }

  .events-day, .event-date {
    font-size: 28px;
  }

  .event-title, .event-price {
    font-size: 24px;
  }

  .event-subtitle {
    font-size: 20px;
  }

  .event-content {
    grid-template-columns: 70% 30%;
  }

  .event-info {
    grid-column: 1;
    grid-row: 1;
    padding: 5px;
  }

  .event-additional {
    grid-column: 2;
    grid-row: 1;
    padding: 5px;
  }

  .em-pagination>* {
    margin: 0 5px;
  }

  .triangle-header p:first-child {
    font-size: 4vw;
    padding: 0 15%;
  }

  .triangle-header p:nth-child(2) {
    font-size: 2.5vw;
    padding: 5% 5% 5% 15%;
  }

  .css-events-list h2 {
    margin-left: 150px;
  }

  .events-list {
    margin: 40px 100px;
  }

  .nav-image-bottom {
    bottom: 0;
    display: block;
    position: absolute;
  }

  .header-1>img:first-child {
    left: 5%;
    max-width: 200px;
    top: 7%;
  }

  .header-1 h1 {
    margin-left: 15%;
  }

  .header-1 h2 {
    margin: 20px 0 0 calc(15% + 60px);
  }

  .red-border-left {
    border-left: 10px solid var(--color-red);
  }

  .slider, .slides {
    height: 600px !important;
  }

  .slider .slides li .caption.bottom-left-align {
    bottom: 20%;
    left: 10%;
  }

  .caption.bottom-left-align h3 {
    font-size: 5vw;
  }

  .slider .indicators {
    bottom: 25%;
    right: 15%;
  }

  .content-section.below-slider {
    margin-top: -125px;
    z-index: 5;
  }

  .grid-c3>a {
    width: 80%;
  }

  .section-1 {
    padding: 50px 0 30px 20%;
  }

  .section-1 h3 {
    color: var(--color-teal-light);
    font-size: 3.5rem;
  }

  .section-1 h4 {
    font-size: 1.5rem;
  }

  .content-section img:nth-child(3) {
    display: none;
  }

  .carousel-slider.event-slider {
    height: 265px !important;
    margin-bottom: 50px;
  }

  .event-snippet>div>div>a>.event {
    margin: 0;
    max-width: 100%;
  }

  .event-snippet {
    padding: 0 50px;
  }

  .event-snippet>div>div>a>.event>div:nth-child(1) {
    display: none;
  }

  .event-snippet>div>div>a>.event>div:nth-child(2) {
    height: 265px;
  }

  .event-snippet>div>div>a>.event>div:nth-child(3) {
    display: none;
  }

  .arrow-icon-left {
    margin-left: 0;
  }

  .programs-header {
    margin-top: 75px;
  }

  .programs-header h3 {
    color: var(--color-yellow);
    font-weight: 800;
    text-align: right;
    text-transform: uppercase;
  }

  .programs-header h5 {
    color: var(--color-teal-light);
    font-size: 1.45rem;
    font-weight: 800;
    margin-top: 10px;
    padding-right: 40px;
    text-align: right;
  }

  .programs-list>img:nth-child(1) {
    display: block;
    position: absolute;
    z-index: 2;
  }

  .programs-grid {
    display: grid;
    grid-template-columns: 25% 25% 25% 25%; !important
    padding: 10%;
  }

  .programs-grid img {
    max-height: 100px;
    max-width: 250px;
    padding: 10%;
    width: auto;
  }

  .programs-grid div {
    text-align: center;
  }

  .programs-grid div a {
    width: 100%;
  }

  .slider.section-2-slider, .slider.section-2-slider .slides {
    height: 550px !important;
  }

  .slider .slides li ul:not(.browser-default)>li {
    margin-left: 0;
  }

  .caption.section-2 {
    z-index: 4;
  }

  .caption.section-2 h3 {
    padding: 245px 0 0 30%;
  }

  .caption.section-2 h5 {
    padding: 20px 0 0 30%;
  }

  .caption.section-2 a {
    cursor: pointer;
    margin: 20px 0 50px 30%;
    z-index: 5;
  }

  .slider.section-2-slider .indicators {
    display: none;
  }

  .section-2-arrow {
    cursor: pointer;
    left: 60%;
    position: absolute;
    top: 285px;
    width: 30px;
    z-index: 4;
  }

  .section-1-1 {
    padding: 50px 0 50px 15%;
  }

  .blog-cards-top-img {
    position: absolute;
    right: 0;
    width: 72%;
  }

  .blog-card {
    display: grid;
    grid-template-columns: 30% 70%;
    margin: 60px auto;
    width: 70%;
  }

  .section-1-1 h3 {
    color: var(--color-teal-light);
  }

  .section-1-1 h4 {
    color: var(--color-grey);
  }

  .blog-card>div {
    border-left: 5px solid var(--color-red);
    margin-left: 40px;
    padding: 0 5px 0 10px;
    transition: .1s ease-out;
  }

  .blog-card:hover>div:nth-child(2) {
    background-color: var(--color-red);
  }

  .blog-card:hover h3, .blog-card:hover h4, .blog-card:hover p {
    color: #ffffff;
  }

  .blog-card h3 {
    color: var(--color-grey);
    font-size: 2rem;
    font-weight: 600;
    line-height: 1.5;
    text-transform: uppercase;
  }

  .blog-card h4 {
    color: #ccc;
    font-size: 1rem;
    font-weight: 600;
  }

  .blog-card p {
    color: var(--color-teal);
    font-size: 1.5rem;
    line-height: 1.3;
    margin-top: 5px;
  }

  .footer-social {
    align-items: center;
    margin: 10px auto;
    width: 800px;
  }

  .guidestar {
    padding: 0;
    width: initial;
  }

  .site-info>a>img:first-child {
    max-width: none;
  }

  .footer-city a {
    align-items: end;
    display: grid;
    grid-template-columns: 50% 50%;
    line-height: 0;
    position: relative;
  }

  .footer-city-info {
    align-items: end;
    bottom: 5%;
    color: var(--font-color-dark);
    display: grid;
    font-size: .8rem;
    grid-template-columns: 33% 33% 33%;
    left: 50%;
    padding: 10px;
    position: absolute;
    width: 50%;
    z-index: 1;
  }

  .footer-city-info p>a:not([href*="mailto:"]):last-child {
    border: none;
    border-radius: 0;
    color: var(--font-color-dark);
    display: initial;
    margin: 0;
    padding: 0;
    text-align: initial;
    text-transform: initial;
  }

  .footer-city-info a {
    color: var(--font-color-dark);
  }

  .footer-city-info a:hover, .footer-city-info p>a:not([href*="mailto:"]):last-child:hover {
    background-color: transparent;
    color: var(--color-red);
  }
}

@media (min-width: 993px) {
  nav a.sidenav-trigger {
    display: grid;
  }

  .modal {
    max-height: 80%;
    width: 75%;
  }

  .modal-content div:nth-child(3) {
    column-count: 2;
    column-gap: 100px;
    margin: 0 auto;
    max-width: 90%;
  }

  .entry-content>p, .entry-content>blockquote, .entry-content>blockquote.is-style-large, .wp-block-columns, .wp-block-button, .entry-content>h2, .entry-content>h3, .wp-block-intown-media-left.intown-media-left, .wp-block-intown-media-right-lightbox.intown-media-right, .wp-block-intown-media-right.intown-media-right, .wp-block-intown-media-left-lightbox.intown-media-left, .wp-block-intown-paragraph, .entry-content .form-embed, ul {
    margin: 50px 200px;
  }

  .intown-blog-top .top-featured, .intown-blog-top .top-right {
    margin: 0 0 3rem;
  }

  .intown-blog-top {
    grid-template-columns: 60% 40%;
  }

  .intown-blog-top .top-featured {
    grid-column: 1;
    grid-row: 1 / span 6;
    height: 75vh;
  }

  .intown-blog-post {
    background-color: #ffffff;
    border-radius: 10px;
    box-shadow: 0 -5px 2px 0 rgba(0, 0, 0, 0.14), 0 -5px 5px 0 rgba(0, 0, 0, 0.12), 0 -5px 1px -2px rgba(0, 0, 0, 0.2);
    margin: -10% auto 0;
    max-width: 993px;
    padding: 2.5% 0 0;
    position: relative;
  }

  .intown-blog-post>p, .intown-blog-header {
    margin: 0 10%;
  }

  .intown-blog-post>h2 {
    margin: 25px 10% 50px;
  }

  .intown-blog-header {
    margin: 0 10%;
    min-width: 250px;
  }

  .intown-blog-back {
    left: 80px;
    top: 25px;
  }

  .blog-search {
    margin: 10px 0 10px 20px;
  }

  .entry-content .blog-search {
    margin: 20px 200px 50px auto;
    max-width: 400px
  }

  .entry-content>blockquote {
    border-left: 15px solid var(--color-teal);
    border-image-slice: 35%;
  }

  .entry-content>blockquote.is-style-large {
    border-left: 15px solid var(--color-red);
  }
}

@media (min-width: 1050px) {
  .slider, .slides {
    height: 700px !important;
  }

  .carousel-slider.event-slider, .event-snippet>div>div>a>.event>div:nth-child(2) {
    height: 315px !important;
  }

  .caption.section-2 h3 {
    padding-top: 215px;
  }

  .section-2-arrow {
    top: 260px;
  }
}

@media (min-width: 1150px) {
  .header-1 h1 {
    max-width: 60%;
  }

  .carousel-slider.event-slider, .event-snippet>div>div>a>.event>div:nth-child(2) {
    height: 345px !important;
  }

  .programs-grid img {
    max-height: 110px;
    max-width: 275px;
  }

  .slider.section-2-slider, .slider.section-2-slider .slides {
    height: 650px !important;
  }

  .caption.section-2 h3 {
    padding-top: 285px;
  }

  .section-2-arrow {
    top: 325px;
  }
}

@media (min-width: 1200px) {
  .slider, .slides {
    height: 800px !important;
  }

  .caption.section-2 h3 {
    padding-top: 260px;
  }

  .section-2-arrow {
    top: 300px;
  }

  .footer-city-info {
    font-size: .9rem;
  }
}

@media (min-width:1281px) {

  /* hi-res laptops and desktops */
  .sidenav>div {
    margin: 0 auto;
    max-width: 1920px;
  }

  .content-section h1 {
    font-size: 72px;
  }

  .header-1 h2 {
    font-size: 36px;
  }

  p.bottom-left {
    font-size: 48px;
  }

  .section-1 {
    padding: 100px 0 30px 20%;
  }

  .section-1 h3, .section-1-1 h3 {
    font-size: 3.5rem;
  }

  .section-1 h4, .section-1-1 h4 {
    font-size: 1.5rem;
  }

  .section-1 h4 {
    margin-bottom: 20px;
  }

  .section-2 h3 {
    font-size: 48px;
    padding: 100px 0 0 175px;
  }

  .section-2 h4 {
    font-size: 24px;
  }

  .section-2 a {
    font-size: 24px;
  }

  .content-section.background-image img:nth-child(3) {
    top: 100px;
  }

  .section-1-1 {
    padding: 100px 0 0 20%;
  }

  .programs-snippet {
    margin: 50px 0 100px;
  }

  .section-2.desktop-1 h3 {
    padding: 100px 0 0 200px;
  }

  .content-section.background-image.desktop-1 img:nth-child(3) {
    top: 100px;
  }

  .blog-snippet {
    margin: 50px 0 100px;
  }

  .content-section p.bottom-left {
    font-size: 48px;
  }

  .content-section span {
    font-size: 24px;
  }

  .wp-block-intown-paragraph {
    max-width: 1280px;
  }

  .intown-media-left, .intown-media-right {
    margin: 0 auto;
    max-width: 1280px;
  }

  .intown-header {
    font-size: 60px;
  }

  .intown-media-right .intown-header, .intown-media-left .intown-header {
    font-size: 45px;
    margin: 20px 30px;
  }

  .intown-media-right-img-container, .intown-media-right-img-container {
    /*margin-bottom: -6px;*/
  }

  .intown-media-right .intown-paragraph, .intown-media-left .intown-paragraph {
    margin-top: 0px;
  }

  .events-header h1 {
    font-size: 48px;
  }

  .events-header h2 {
    font-size: 36px;
  }

  .events, .event-details, .event-subtitle {
    font-size: 24px;
  }

  .event-title, .event-price {
    font-size: 28px;
  }

  .events-day, .event-date {
    font-size: 32px;
  }

  .event-info, .event-additional {
    padding: 20px;
  }

  .grid-c3 a {
    font-size: 2rem;
    padding: 20px 0;
  }

  .carousel-slider.event-slider, .event-snippet>div>div>a>.event>div:nth-child(2) {
    height: 380px !important;
  }

  .section-2 h4, .section-2 h3 {
    padding-left: 275px;
  }

  .section-2 a {
    margin: 20px 0 50px 275px;
  }

  .content-section.background-image img:nth-child(5) {
    margin-left: 185px;
    margin-top: -280px;
  }

  .programs-grid img {
    max-height: 120px;
    max-width: 290px;
  }

  .slider.section-2-slider, .slider.section-2-slider .slides {
    height: 750px !important;
  }

  .caption.section-2 h3 {
    padding-top: 330px;
  }

  .section-2-arrow {
    top: 390px;
  }
}

@media (min-width: 1400px) {
  .slider, .slides {
    height: 900px !important;
  }

  .content-section.below-slider {
    margin-top: -175px;
  }

  .carousel-slider.event-slider, .event-snippet>div>div>a>.event>div:nth-child(2) {
    height: 430px !important;
  }

  .caption.section-2 h3 {
    padding-top: 295px;
  }

  .section-2-arrow {
    top: 355px;
  }
}

@media (min-width: 1500px) {
  .header-1>img:first-child {
    max-width: 250px;
  }

  .caption.bottom-left-align h3 {
    font-size: 4vw;
  }

  .carousel-slider.event-slider, .event-snippet>div>div>a>.event>div:nth-child(2) {
    height: 465px !important;
  }

  .programs-grid img {
    max-height: 140px;
    max-width: 310px;
  }

  .caption.section-2 h3 {
    padding-top: 260px;
  }

  .section-2-arrow {
    top: 320px;
  }

  .footer-city-info {
    font-size: 1rem;
  }
}

@media (min-width: 1600px) {
  .header-1 h1 {
    max-width: 50%;
  }

  .carousel-slider.event-slider, .event-snippet>div>div>a>.event>div:nth-child(2) {
    height: 500px !important;
  }

  .content-section.background-image img:nth-child(5) {
    margin-left: 170px;
  }

  .programs-grid img {
    max-height: 150px;
    max-width: 350px;
  }

  .slider.section-2-slider, .slider.section-2-slider .slides {
    height: 850px !important;
  }

  .caption.section-2 h3 {
    padding-top: 325px;
  }

  .section-2-arrow {
    top: 385px;
  }
}

@media (min-width: 1700px) {
  .carousel-slider.event-slider, .event-snippet>div>div>a>.event>div:nth-child(2) {
    height: 535px !important;
  }

  .programs-grid img {
    max-height: 160px;
    max-width: 370px;
  }

  .caption.section-2 h3 {
    padding-top: 295px;
  }

  .section-2-arrow {
    top: 355px;
  }
}

@media (min-width: 1800px) {
  .caption.bottom-left-align h3 {
    font-size: 4.5rem;
  }

  .carousel-slider.event-slider, .event-snippet>div>div>a>.event>div:nth-child(2) {
    height: 570px !important;
  }

  .programs-grid img {
    max-height: 170px;
    max-width: 390px;
  }

  .caption.section-2 h3 {
    padding-top: 265px;
  }

  .section-2-arrow {
    top: 325px;
  }
}

@media (min-width: 1900px) {
  .carousel-slider.event-slider, .event-snippet>div>div>a>.event>div:nth-child(2) {
    height: 605px !important;
  }

  .programs-grid img {
    max-height: 190px;
    max-width: 410px;
  }

  .caption.section-2 h3 {
    padding-top: 225px;
  }

  .section-2-arrow {
    top: 285px;
  }

  .footer-city-info {
    grid-template-columns: 25% 25% 50%;
  }
}
