@charset "UTF-8";
/* Bitters 0.10.0
 * http://bitters.bourbon.io
 * Copyright 2013–2014 thoughtbot, inc.
 * MIT License */
button, input[type="submit"] {
  -webkit-font-smoothing: antialiased;
  background-color: #477DCA;
  border-radius: 3px;
  color: white;
  display: inline-block;
  font-size: 1em;
  font-weight: bold;
  line-height: 1;
  padding: 0.75em 1em;
  text-decoration: none; }
  button:hover, input[type="submit"]:hover {
    background-color: #2c5999;
    color: white; }
  button:disabled, input[type="submit"]:disabled {
    cursor: not-allowed;
    opacity: 0.5; }

body {
  -webkit-font-smoothing: antialiased;
  background-color: #000;
  color: #eee;
  font-family: "Proxima Nova", "proxima-nova", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-size: 1em;
  line-height: 1.5;
  margin: 0;
  padding: 0; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Proxima Nova", "proxima-nova", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  line-height: 1.25;
  margin: 0;
  text-transform: uppercase;
  font-weight: 200;
  text-rendering: optimizeLegibility; }

h1 {
  font-size: 2.25em; }

h2 {
  font-size: 2em; }

h3 {
  font-size: 1.75em; }

h4 {
  font-size: 1.5em; }

h5 {
  font-size: 1.25em; }

h6 {
  font-size: 1em; }

p {
  margin: 0 0 0.75em; }

a {
  -webkit-transition: color 0.1s linear;
  -moz-transition: color 0.1s linear;
  transition: color 0.1s linear;
  color: #477DCA;
  text-decoration: none; }
  a:hover {
    color: #2c5999; }
  a:active, a:focus {
    color: #2c5999;
    outline: none; }

hr {
  border-bottom: 1px solid #DDD;
  border-left: none;
  border-right: none;
  border-top: none;
  margin: 1.5em 0; }

img, picture {
  margin: 0;
  max-width: 100%; }

blockquote {
  border-left: 2px solid #DDD;
  color: white;
  margin: 1.5em 0;
  padding-left: 0.75em; }

cite {
  color: white;
  font-style: italic; }
  cite:before {
    content: "\2014 \00A0"; }

fieldset {
  background: #f7f7f7;
  border: 1px solid #DDD;
  margin: 0 0 0.75em 0;
  padding: 1.5em; }

input, label, select {
  display: block;
  font-family: "Proxima Nova", "proxima-nova", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-size: 1em; }

label {
  font-weight: bold;
  margin-bottom: 0.375em; }
  label.required:after {
    content: "*"; }
  label abbr {
    display: none; }

textarea, input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"], textarea, select[multiple=multiple] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: border-color;
  -moz-transition: border-color;
  transition: border-color;
  background-color: white;
  border-radius: 3px;
  border: 1px solid #DDD;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
  font-family: "Proxima Nova", "proxima-nova", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-size: 1em;
  margin-bottom: 0.75em;
  padding: 0.5em 0.5em;
  width: 100%; }
  textarea:hover, input[type="color"]:hover, input[type="date"]:hover, input[type="datetime"]:hover, input[type="datetime-local"]:hover, input[type="email"]:hover, input[type="month"]:hover, input[type="number"]:hover, input[type="password"]:hover, input[type="search"]:hover, input[type="tel"]:hover, input[type="text"]:hover, input[type="time"]:hover, input[type="url"]:hover, input[type="week"]:hover, textarea:hover, select[multiple=multiple]:hover {
    border-color: #c4c4c4; }
  textarea:focus, input[type="color"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="email"]:focus, input[type="month"]:focus, input[type="number"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="text"]:focus, input[type="time"]:focus, input[type="url"]:focus, input[type="week"]:focus, textarea:focus, select[multiple=multiple]:focus {
    border-color: #477DCA;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 5px rgba(55, 112, 192, 0.7);
    outline: none; }

textarea {
  resize: vertical; }

input[type="search"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none; }

input[type="checkbox"], input[type="radio"] {
  display: inline;
  margin-right: 0.375em; }

input[type="file"] {
  padding-bottom: 0.75em;
  width: 100%; }

select {
  margin-bottom: 1.5em;
  max-width: 100%;
  width: auto; }

table {
  border-collapse: collapse;
  margin: 0.75em 0;
  table-layout: fixed;
  width: 100%; }

th {
  border-bottom: 1px solid #b7b7b7;
  font-weight: bold;
  padding: 0.75em 0;
  text-align: left; }

td {
  border-bottom: 1px solid #DDD;
  padding: 0.75em 0; }

tr, td, th {
  vertical-align: middle; }

nav ul, ul.xoxo, ul.xoxo ul {
  list-style-type: none;
  margin: 0;
  padding: 0; }

ul, ol {
  margin: 0 0 1em 0;
  padding: 0 0 0 3em; }

dl {
  margin-bottom: 0.75em; }
  dl dt {
    font-weight: bold;
    margin-top: 0.75em; }
  dl dd {
    margin: 0; }

button, input[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  border: none;
  cursor: pointer;
  user-select: none;
  vertical-align: middle;
  white-space: nowrap; }

html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

*, *:before, *:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit; }

/*
Theme Name: Andrew Sorge
Author: SMG Media
Author URI: http://smg.me/
Description: Andrew Sorge Custom Theme
Version: 1.0
*/
.header {
  margin: 0 auto;
  padding: 0.5em 0 10em;
  width: 100%;
  background: url(/wp-content/themes/andrewsorge/img/stars5a.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }
  @media only screen and (min-width: 48em) {
    .header {
      padding: 6em 0 14em; } }
  @media only screen and (min-width: 60em) {
    .header {
      padding: 10em 0 16em; } }
  @media only screen and (min-width: 72em) {
    .header {
      padding: 12em 0 18em; } }

.header::after {
  content: '';
  width: 100%;
  background-image: -webkit-linear-gradient(bottom, #000, #000, 0%);
  background-image: linear-gradient(to top, #000, #000, 0%); }
  @media only screen and (min-width: 48em) {
    .header::after {
      height: 6em; } }
  @media only screen and (min-width: 60em) {
    .header::after {
      height: 10em; } }
  @media only screen and (min-width: 72em) {
    .header::after {
      height: 12em; } }

.herotext {
  font-size: 4.9em;
  font-weight: 600;
  text-align: center;
  text-shadow: 0 0 0.6em #000;
  margin-top: 0.5em;
  padding-bottom: 0.5em;
  line-height: 0.9; }
  @media only screen and (min-width: 48em) {
    .herotext {
      font-size: 6em;
      margin-top: -0.125em; } }
  @media only screen and (min-width: 60em) {
    .herotext {
      font-size: 7em; } }
  @media only screen and (min-width: 72em) {
    .herotext {
      font-size: 9.1em; } }
  .herotext a, .herotext a:visited {
    -webkit-transition: text-shadow 0.5s;
    -moz-transition: text-shadow 0.5s;
    transition: text-shadow 0.5s;
    color: #eee; }
  .herotext a:hover {
    text-shadow: 0 0 0.6em #3c60d6; }

.homenav {
  max-width: 72em;
  margin-left: auto;
  margin-right: auto;
  padding: 2.35765%; }
  .homenav::after {
    clear: both;
    content: "";
    display: table; }
  .homenav ul {
    margin: 0 auto;
    width: 100%;
    list-style: none;
    padding: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1.5em; }
    @media only screen and (min-width: 48em) {
      .homenav ul {
        gap: 4em; } }
    .homenav ul li {
      font-size: 1.4em;
      font-weight: 400;
      text-align: center;
      text-transform: uppercase;
      border-radius: 11px;
      -webkit-transition: background 0.33s;
      -moz-transition: background 0.33s;
      transition: background 0.33s;
      padding: 0.25em 0; }
      @media only screen and (min-width: 48em) {
        .homenav ul li {
          font-size: 1.8em; } }
      .homenav ul li a {
        -webkit-transition: all 0.33s;
        -moz-transition: all 0.33s;
        transition: all 0.33s;
        display: block;
        color: #eee;
        text-shadow: 0 0 0.7em #000; }
        .homenav ul li a:visited {
          color: #eee; }
        .homenav ul li a:hover {
          text-shadow: 0 0 0.7em #3c60d6; }

.footer {
  text-align: center;
  padding-bottom: 2em; }

.footernav {
  max-width: 72em;
  margin-left: auto;
  margin-right: auto;
  padding: 2.35765%; }
  .footernav ul {
    margin: 0 auto;
    list-style: none;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: center; }
    @media only screen and (min-width: 48em) {
      .footernav ul {
        flex-direction: row;
        justify-content: center;
        gap: 3em; } }
    .footernav ul li {
      font-size: 1.2em;
      font-weight: 200;
      text-align: center;
      text-transform: uppercase;
      padding: 0.25em 0; }
      .footernav ul li a {
        color: #777; }
        .footernav ul li a:visited {
          color: #777; }
        .footernav ul li a:hover {
          color: #eee; }

.copyright {
  color: #666;
  font-size: 0.9em; }

.content {
  max-width: 72em;
  margin-left: auto;
  margin-right: auto;
  border-bottom: 2px solid #5a5650;
  z-index: 3;
  position: relative; }
  .content:has(#content) {
    margin-top: -8em; }
  @media only screen and (min-width: 48em) {
    .content:has(#content) {
      margin-top: -6em; } }

#content {
  padding: 0 1em; }
  @media only screen and (min-width: 48em) {
    #content {
      padding: 0 2em; } }
  .content::after {
    clear: both;
    content: "";
    display: table; }

/* Article/Post spacing */
article.post {
  margin-bottom: 3em;
  padding-bottom: 2em;
  border-bottom: 1px solid #3a3a3a; }
  article.post:last-of-type {
    border-bottom: none; }

.entry-header {
  margin-bottom: 1em; }

.entry-title {
  display: block;
  width: 100%;
  padding: 0.5em 1em;
  margin-bottom: 0.5em; }

.entry-summary {
  padding: 0 1em;
  line-height: 1.6;
  color: #ccc; }
  .entry-summary p {
    margin: 0 0 1em; }

.entry-content {
  padding: 0 1em;
  line-height: 1.7; }
  .entry-content p {
    margin-bottom: 1.25em; }
  .entry-content img {
    max-width: min(400px, 100%);
    height: auto;
    display: block;
    margin: 1.5em auto; }
  @media only screen and (min-width: 48em) {
    .entry-content img {
      max-width: 500px; } }

.sectiontitle {
  text-align: center; }
  .sectiontitle a {
    color: #eee; }

.morelink {
  max-width: 72em;
  margin-left: auto;
  margin-right: auto;
  text-align: center; }
  .morelink::after {
    clear: both;
    content: "";
    display: table; }

.works-selected {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
  padding: 2.35765%;
  border-top: 2px solid #5a5650;
  border-bottom: 2px solid #5a5650; }
  .works-selected:last-child {
    margin-right: 0; }
  .works-selected .container {
    max-width: 72em;
    margin-left: auto;
    margin-right: auto;
    padding: 2.35765%; }
    .works-selected .container::after {
      clear: both;
      content: "";
      display: table; }
  .works-selected .work {
    margin-bottom: 1.5em; }
    @media only screen and (min-width: 48em) and (max-width: 59.9em) {
      .works-selected .work {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 48.82117%; }
        .works-selected .work:last-child {
          margin-right: 0; }
        .works-selected .work:nth-child(2n) {
          margin-right: 0; }
        .works-selected .work:nth-child(2n+1) {
          clear: left; } }
    @media only screen and (min-width: 60em) {
      .works-selected .work {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 23.23176%; }
        .works-selected .work:last-child {
          margin-right: 0; } }

.works-music, .works-other {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
  padding: 2.35765%;
  border-top: 2px solid #5a5650; }
  .works-music:last-child, .works-other:last-child {
    margin-right: 0; }
  .works-music .container, .works-other .container {
    max-width: 72em;
    margin-left: auto;
    margin-right: auto;
    padding: 2.35765%; }
    .works-music .container::after, .works-other .container::after {
      clear: both;
      content: "";
      display: table; }
  .works-music .work, .works-other .work {
    margin-bottom: 1.5em; }
    @media only screen and (min-width: 48em) and (max-width: 59.9em) {
      .works-music .work, .works-other .work {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 48.82117%; }
        .works-music .work:last-child, .works-other .work:last-child {
          margin-right: 0; }
        .works-music .work:nth-child(2n), .works-other .work:nth-child(2n) {
          margin-right: 0; }
        .works-music .work:nth-child(2n+1), .works-other .work:nth-child(2n+1) {
          clear: left; } }
    @media only screen and (min-width: 60em) {
      .works-music .work, .works-other .work {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 23.23176%; }
        .works-music .work:last-child, .works-other .work:last-child {
          margin-right: 0; }
        .works-music .work:nth-child(4n), .works-other .work:nth-child(4n) {
          margin-right: 0; }
        .works-music .work:nth-child(4n+1), .works-other .work:nth-child(4n+1) {
          clear: left; } }

.work {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
  height: 13em;
  overflow: hidden;
  text-align: center;
  background: #444;
  background-size: cover !important;
  background-position: 50% 50%;
  border-radius: 60px; }
  .work:last-child {
    margin-right: 0; }
  .work .title {
    font-size: 0.85em;
    text-transform: uppercase; }

.modal-trigger {
  position: relative;
  width: 100%;
  height: 100%;
  margin: auto;
  display: block;
  padding-top: 10em;
  background: rgba(0, 0, 0, 0.1);
  background-image: -webkit-linear-gradient(rgba(30, 30, 30, 0), #1e1e1e);
  background-image: linear-gradient(rgba(30, 30, 30, 0), #1e1e1e);
  color: #eee;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s; }
  .modal-trigger .title {
    display: block;
    bottom: 0;
    width: 100%;
    padding: 1em 1.25em 1.25em 1.25em;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s; }
  .modal-trigger:hover {
    background: transparent;
    background-image: -webkit-linear-gradient(rgba(30, 30, 30, 0), #1e1e1e);
    background-image: linear-gradient(rgba(30, 30, 30, 0), #1e1e1e);
    color: #eee; }

.modal {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  max-width: 0;
  max-height: 0;
  z-index: 100;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  transition: opacity 0.3s; }
  .modal.shown {
    visibility: visible;
    opacity: 1;
    background: #000;
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    margin: 0 auto;
    overflow: auto;
    color: #eee; }

.overflow-hidden {
  overflow: hidden; }

.modal-close {
  display: block;
  float: right;
  width: 1.3em;
  height: 1.3em;
  margin: 0;
  padding: 0;
  font-size: 3em;
  line-height: 1.4em;
  text-align: center;
  color: #eee;
  border-radius: 5em;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s; }

.modal-close:hover {
  color: #000;
  background-color: #eee; }

.modal-container {
  max-width: 72em;
  margin-left: auto;
  margin-right: auto;
  text-align: left; }
  .modal-container::after {
    clear: both;
    content: "";
    display: table; }

.modal-header {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
  padding: 2.35765%; }
  .modal-header:last-child {
    margin-right: 0; }

.modal-content {
  clear: both;
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
  padding: 2.35765%; }
  .modal-content:last-child {
    margin-right: 0; }

.embed-container {
  position: relative;
  height: 0;
  overflow: hidden;
  max-width: 100%; }

.embed-container iframe, .embed-container object, .embed-container embed {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.homereel {
  width: 100%;
  padding: 0 1em 2em;
  margin-top: -8em;
  position: relative;
  z-index: 10;
  border-bottom: 2px solid #5a5650; }
  @media only screen and (min-width: 48em) {
    .homereel {
      margin-top: -6em;
      padding: 0 2em 2em; } }

.credits-section {
  max-width: 900px;
  margin: 2em auto 0;
  padding: 0 1em;
  text-align: center; }
  .credits-section p {
    margin: 0; }
  .credits-section p:empty {
    display: none; }

.credits-group {
  margin-bottom: 2em; }
  .credits-group h4 {
    font-size: 0.85em;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #999;
    margin-bottom: 0.75em; }
  .credits-group p {
    font-size: 0.8em;
    line-height: 1.8;
    color: #ccc;
    margin: 0; }
  .credits-group .credit-item {
    display: inline; }
  .credits-group .credit-title {
    color: #eee; }
  .credits-group .credit-desc {
    color: #888;
    font-size: 0.9em; }

.reel-embed {
  position: relative;
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  padding-bottom: 56.25%; }
  .reel-embed iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.homenews {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
  border-bottom: 2px solid #5a5650;
  padding: 2.35765%; }
  .homenews:last-child {
    margin-right: 0; }
  @media only screen and (min-width: 48em) {
    .homenews {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 48.82117%;
      margin-right: 0;
      width: 50%;
      border-bottom: none;
      border-right: 2px solid #5a5650; }
      .homenews:last-child {
        margin-right: 0; } }
  .homenews img {
    height: auto; }

.news-thumbnails {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5em;
  margin-top: 0.6em; }
  @media only screen and (max-width: 48em) {
    .news-thumbnails {
      grid-template-columns: 1fr;
      gap: 2em; } }

.news-thumb {
  display: block;
  text-align: center;
  text-decoration: none; }
  .news-thumb .thumb-wrapper {
    position: relative;
    width: 100%;
    padding-bottom: 75%; /* 4:3 aspect ratio */
    overflow: hidden;
    border-radius: 4px;
    background: #222; }
  .news-thumb img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: opacity 0.3s; }
  .news-thumb:hover img {
    opacity: 0.8; }
  .news-thumb .news-title {
    display: block;
    margin-top: 0.6em;
    color: #eee;
    font-size: 0.85em;
    font-weight: 400;
    letter-spacing: 0.05em;
    line-height: 1.4;
    text-transform: uppercase; }

/* Article carousel */
.more-articles {
  padding: 2em 1em;
  border-top: 2px solid #5a5650;
  margin-top: 2em; }

.news-carousel-section {
  padding: 2em 1em;
  margin-top: 0; }
  .more-articles .sectiontitle,
  .news-carousel-section .sectiontitle {
    margin-bottom: 1.5em; }

.article-carousel {
  display: flex;
  gap: 1.5em;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  padding: 0 1em 1em;
  justify-content: flex-start; }
  .article-carousel::-webkit-scrollbar {
    height: 6px; }
  .article-carousel::-webkit-scrollbar-track {
    background: #333; }
  .article-carousel::-webkit-scrollbar-thumb {
    background: #666;
    border-radius: 3px; }

.carousel-item {
  flex: 0 0 200px;
  scroll-snap-align: start;
  text-decoration: none;
  text-align: center; }
  @media only screen and (min-width: 48em) {
    .carousel-item {
      flex: 0 0 220px; } }

.carousel-thumb {
  position: relative;
  width: 100%;
  padding-bottom: 75%;
  overflow: hidden;
  border-radius: 4px;
  background: #222; }
  .carousel-thumb img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: opacity 0.3s; }
  .carousel-item:hover .carousel-thumb img {
    opacity: 0.8; }

.carousel-title {
  display: block;
  margin-top: 0.75em;
  color: #eee;
  font-size: 0.8em;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.3;
  text-transform: uppercase; }

.homeabout {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
  padding: 2.35765%; }
  .homeabout:last-child {
    margin-right: 0; }
  @media only screen and (min-width: 48em) {
    .homeabout {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 48.82117%;
      margin-left: 0;
      width: 50%;
      margin-right: 0; }
      .homeabout:last-child {
        margin-right: 0; } }
  .homeabout .about-content {
    margin-top: 0.6em;
    line-height: 1.7;
    color: #ccc; }
  .homeabout .about-content p {
    margin: 0; }
  .homeabout .read-more {
    display: inline-block;
    margin-top: 0.75em;
    color: #999;
    text-transform: uppercase;
    font-size: 0.85em;
    letter-spacing: 0.05em; }
  .homeabout .read-more:hover {
    color: #fff; }

.cabin-sounds {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
  padding: 2.35765%;
  border-top: 2px solid #5a5650;
  text-align: center; }
  .cabin-sounds:last-child {
    margin-right: 0; }
  .cabin-sounds .container {
    max-width: 72em;
    margin-left: auto;
    margin-right: auto;
    padding: 2.35765%; }
    .cabin-sounds .container::after {
      clear: both;
      content: "";
      display: table; }
  .cabin-sounds img.cabin {
    width: 100%; }

.about section.about, .contact section.contact {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
  padding: 2.35765%;
  border-top: 2px solid #5a5650; }
  .about section.about:last-child, .contact section.contact:last-child {
    margin-right: 0; }
  .about section.about .container, .contact section.contact .container {
    max-width: 72em;
    margin-left: auto;
    margin-right: auto;
    padding: 2.35765%; }
    .about section.about .container::after, .contact section.contact .container::after {
      clear: both;
      content: "";
      display: table; }

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
  margin: 5px 20px 20px 0; }

.aligncenter, div.aligncenter {
  display: block;
  margin: 5px auto 5px auto; }

.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

a img.alignnone {
  margin: 5px 20px 20px 0; }

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center; }

.wp-caption.alignnone {
  margin: 5px 20px 20px 0; }

.wp-caption.alignleft {
  margin: 5px 20px 20px 0; }

.wp-caption.alignright {
  margin: 5px 0 20px 20px; }

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto; }

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px; }

/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  width: 1px;
  overflow: hidden; }

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */ }

.grid-container {
  max-width: 72em;
  margin-left: auto;
  margin-right: auto; }
  .grid-container::after {
    clear: both;
    content: "";
    display: table; }

.padded {
  padding: 2.35765%; }

.first-half {
  padding: 2.35765%; }
  @media only screen and (min-width: 48em) {
    .first-half {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 48.82117%; }
      .first-half:last-child {
        margin-right: 0; } }

.second-half {
  padding: 2.35765%; }
  @media only screen and (min-width: 48em) {
    .second-half {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 48.82117%;
      margin-right: 0; }
      .second-half:last-child {
        margin-right: 0; } }

.first-third {
  padding: 2.35765%; }
  @media only screen and (min-width: 48em) {
    .first-third {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 31.76157%; }
      .first-third:last-child {
        margin-right: 0; } }

.second-third {
  padding: 2.35765%; }
  @media only screen and (min-width: 48em) {
    .second-third {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 31.76157%; }
      .second-third:last-child {
        margin-right: 0; } }

.third-third {
  padding: 2.35765%; }
  @media only screen and (min-width: 48em) {
    .third-third {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 31.76157%;
      margin-right: 0; }
      .third-third:last-child {
        margin-right: 0; } }

/*# sourceMappingURL=style.css.map */

/* Responsive video embeds */
.modal-content iframe {
  display: block;
  width: 100%;
  aspect-ratio: 16/9;
}

.responsive-video-wrapper {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%; /* 16:9 aspect ratio */
  margin: 20px 0;
}

.responsive-video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* WordPress block embeds - full width */
.wp-block-embed {
  width: 100%;
  max-width: 100%;
  margin: 0;
}

.wp-block-embed__wrapper {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%; /* 16:9 aspect ratio */
}

.wp-block-embed__wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Video unavailable placeholder */
.video-unavailable {
  background: #1a1a1a;
  color: #fff;
  padding: 40px 20px;
  text-align: center;
  border-radius: 8px;
  margin: 20px 0;
}

.video-unavailable strong {
  display: block;
  font-size: 18px;
  margin-bottom: 10px;
}

.video-unavailable small {
  color: #888;
  font-size: 14px;
}
