/*!
Theme Name: The Dali Museum 2020
Theme URI: https://www.downtownmelody.com/_x/dW5kZXJzY29yZXMubWU/
Author: Tribe Alpha
Author URI: https://tribealpha.com
Description: Custom theme for The Dali Museum
Version: 2020.04
Text Domain: dali

The Dali Museum 2020 is based on Underscores https://www.downtownmelody.com/_x/dW5kZXJzY29yZXMubWU/, (C) 2012-2017 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://www.downtownmelody.com/_x/bmVjb2xhcy5naXRodWIuaW8/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
# Media
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: 400;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/*--------------------------------------------------------------
# Grid
--------------------------------------------------------------*/
.container,
.wrapper {
  box-sizing: border-box;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1rem;
}
@media (min-width: 62em) {
  .container,
  .wrapper {
    padding: 0;
  }
}

.container .container {
  padding: 0;
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-right: 2rem;
  padding-left: 2rem;
}

.row {
  box-sizing: border-box;
  display: -moz-flex;
  display: flex;
  -moz-flex: 0 1 auto;
  flex: 0 1 auto;
  -moz-flex-direction: row;
  flex-direction: row;
  flex-wrap: wrap;
  margin-right: -0.5rem;
  margin-left: -0.5rem;
}

.row.reverse {
  -moz-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.col.reverse {
  -moz-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

.col-xs {
  box-sizing: border-box;
  -moz-flex-grow: 0;
  flex-grow: 0;
  flex-shrink: 0;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  flex-basis: auto;
}

.col-xs-1 {
  box-sizing: border-box;
  -moz-flex-grow: 0;
  flex-grow: 0;
  flex-shrink: 0;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  flex-basis: 8.3333333333%;
  max-width: 8.3333333333%;
}

.col-xs-2 {
  box-sizing: border-box;
  -moz-flex-grow: 0;
  flex-grow: 0;
  flex-shrink: 0;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  flex-basis: 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-xs-3 {
  box-sizing: border-box;
  -moz-flex-grow: 0;
  flex-grow: 0;
  flex-shrink: 0;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  flex-basis: 25%;
  max-width: 25%;
}

.col-xs-4 {
  box-sizing: border-box;
  -moz-flex-grow: 0;
  flex-grow: 0;
  flex-shrink: 0;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  flex-basis: 33.3333333333%;
  max-width: 33.3333333333%;
}

.col-xs-5 {
  box-sizing: border-box;
  -moz-flex-grow: 0;
  flex-grow: 0;
  flex-shrink: 0;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  flex-basis: 41.6666666667%;
  max-width: 41.6666666667%;
}

.col-xs-6 {
  box-sizing: border-box;
  -moz-flex-grow: 0;
  flex-grow: 0;
  flex-shrink: 0;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  flex-basis: 50%;
  max-width: 50%;
}

.col-xs-7 {
  box-sizing: border-box;
  -moz-flex-grow: 0;
  flex-grow: 0;
  flex-shrink: 0;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  flex-basis: 58.3333333333%;
  max-width: 58.3333333333%;
}

.col-xs-8 {
  box-sizing: border-box;
  -moz-flex-grow: 0;
  flex-grow: 0;
  flex-shrink: 0;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  flex-basis: 66.6666666667%;
  max-width: 66.6666666667%;
}

.col-xs-9 {
  box-sizing: border-box;
  -moz-flex-grow: 0;
  flex-grow: 0;
  flex-shrink: 0;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  flex-basis: 75%;
  max-width: 75%;
}

.col-xs-10 {
  box-sizing: border-box;
  -moz-flex-grow: 0;
  flex-grow: 0;
  flex-shrink: 0;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  flex-basis: 83.3333333333%;
  max-width: 83.3333333333%;
}

.col-xs-11 {
  box-sizing: border-box;
  -moz-flex-grow: 0;
  flex-grow: 0;
  flex-shrink: 0;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  flex-basis: 91.6666666667%;
  max-width: 91.6666666667%;
}

.col-xs-12 {
  box-sizing: border-box;
  -moz-flex-grow: 0;
  flex-grow: 0;
  flex-shrink: 0;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  flex-basis: 100%;
  max-width: 100%;
}

.col-xs-offset-0 {
  box-sizing: border-box;
  -moz-flex-grow: 0;
  flex-grow: 0;
  flex-shrink: 0;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  margin-left: 0;
}

.col-xs-offset-1 {
  box-sizing: border-box;
  -moz-flex-grow: 0;
  flex-grow: 0;
  flex-shrink: 0;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  margin-left: 8.3333333333%;
}

.col-xs-offset-2 {
  box-sizing: border-box;
  -moz-flex-grow: 0;
  flex-grow: 0;
  flex-shrink: 0;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  margin-left: 16.6666666667%;
}

.col-xs-offset-3 {
  box-sizing: border-box;
  -moz-flex-grow: 0;
  flex-grow: 0;
  flex-shrink: 0;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  margin-left: 25%;
}

.col-xs-offset-4 {
  box-sizing: border-box;
  -moz-flex-grow: 0;
  flex-grow: 0;
  flex-shrink: 0;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  margin-left: 33.3333333333%;
}

.col-xs-offset-5 {
  box-sizing: border-box;
  -moz-flex-grow: 0;
  flex-grow: 0;
  flex-shrink: 0;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  margin-left: 41.6666666667%;
}

.col-xs-offset-6 {
  box-sizing: border-box;
  -moz-flex-grow: 0;
  flex-grow: 0;
  flex-shrink: 0;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  margin-left: 50%;
}

.col-xs-offset-7 {
  box-sizing: border-box;
  -moz-flex-grow: 0;
  flex-grow: 0;
  flex-shrink: 0;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  margin-left: 58.3333333333%;
}

.col-xs-offset-8 {
  box-sizing: border-box;
  -moz-flex-grow: 0;
  flex-grow: 0;
  flex-shrink: 0;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  margin-left: 66.6666666667%;
}

.col-xs-offset-9 {
  box-sizing: border-box;
  -moz-flex-grow: 0;
  flex-grow: 0;
  flex-shrink: 0;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  margin-left: 75%;
}

.col-xs-offset-10 {
  box-sizing: border-box;
  -moz-flex-grow: 0;
  flex-grow: 0;
  flex-shrink: 0;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  margin-left: 83.3333333333%;
}

.col-xs-offset-11 {
  box-sizing: border-box;
  -moz-flex-grow: 0;
  flex-grow: 0;
  flex-shrink: 0;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  margin-left: 91.6666666667%;
}

.col-xs-offset-12 {
  box-sizing: border-box;
  -moz-flex-grow: 0;
  flex-grow: 0;
  flex-shrink: 0;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  margin-left: 100%;
}

.col-xs {
  -moz-flex-grow: 1;
  flex-grow: 1;
  flex-basis: 0;
  max-width: 100%;
}

.start-xs {
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  text-align: start;
}

.center-xs {
  -moz-justify-content: center;
  justify-content: center;
  text-align: center;
}

.end-xs {
  -moz-justify-content: flex-end;
  justify-content: flex-end;
  text-align: end;
}

.top-xs {
  -moz-align-items: flex-start;
  align-items: flex-start;
}

.middle-xs {
  -moz-align-items: center;
  align-items: center;
}

.bottom-xs {
  -moz-align-items: flex-end;
  align-items: flex-end;
}

.around-xs {
  -moz-justify-content: space-around;
  justify-content: space-around;
}

.between-xs {
  -moz-justify-content: space-between;
  justify-content: space-between;
}

.first-xs {
  order: -1;
}

.last-xs {
  order: 1;
}

@media only screen and (min-width: 48em) {
  /*
  	.container {
  		width: $container;
  	}
  */
  .col-sm {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    flex-basis: auto;
  }
  .col-sm-1 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-sm-2 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-3 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-sm-5 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-sm-6 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-sm-8 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-sm-9 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-sm-11 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-sm-12 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    flex-basis: 100%;
    max-width: 100%;
  }
  .col-sm-offset-0 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-left: 0;
  }
  .col-sm-offset-1 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-left: 8.3333333333%;
  }
  .col-sm-offset-2 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-left: 16.6666666667%;
  }
  .col-sm-offset-3 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-left: 33.3333333333%;
  }
  .col-sm-offset-5 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-left: 41.6666666667%;
  }
  .col-sm-offset-6 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-left: 58.3333333333%;
  }
  .col-sm-offset-8 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-left: 66.6666666667%;
  }
  .col-sm-offset-9 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-left: 83.3333333333%;
  }
  .col-sm-offset-11 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-left: 91.6666666667%;
  }
  .col-sm-offset-12 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-left: 100%;
  }
  .col-sm {
    -moz-flex-grow: 1;
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
  }
  .start-sm {
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    text-align: start;
  }
  .center-sm {
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .end-sm {
    -moz-justify-content: flex-end;
    justify-content: flex-end;
    text-align: end;
  }
  .top-sm {
    -moz-align-items: flex-start;
    align-items: flex-start;
  }
  .middle-sm {
    -moz-align-items: center;
    align-items: center;
  }
  .bottom-sm {
    -moz-align-items: flex-end;
    align-items: flex-end;
  }
  .around-sm {
    -moz-justify-content: space-around;
    justify-content: space-around;
  }
  .between-sm {
    -moz-justify-content: space-between;
    justify-content: space-between;
  }
  .first-sm {
    order: -1;
  }
  .last-sm {
    order: 1;
  }
}
@media only screen and (min-width: 62em) {
  /*
  	.container {
  		width: $container;
  	}
  */
  .col-md {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    flex-basis: auto;
  }
  .col-md-1 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-md-2 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-3 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-md-4 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-md-5 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-md-6 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-md-7 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-md-8 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-md-9 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-md-10 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-md-11 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-md-12 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    flex-basis: 100%;
    max-width: 100%;
  }
  .col-md-offset-0 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-left: 0;
  }
  .col-md-offset-1 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-left: 8.3333333333%;
  }
  .col-md-offset-2 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-left: 16.6666666667%;
  }
  .col-md-offset-3 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-left: 25%;
  }
  .col-md-offset-4 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-left: 33.3333333333%;
  }
  .col-md-offset-5 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-left: 41.6666666667%;
  }
  .col-md-offset-6 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-left: 50%;
  }
  .col-md-offset-7 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-left: 58.3333333333%;
  }
  .col-md-offset-8 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-left: 66.6666666667%;
  }
  .col-md-offset-9 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-left: 75%;
  }
  .col-md-offset-10 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-left: 83.3333333333%;
  }
  .col-md-offset-11 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-left: 91.6666666667%;
  }
  .col-md-offset-12 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-left: 100%;
  }
  .col-md {
    -moz-flex-grow: 1;
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
  }
  .start-md {
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    text-align: start;
  }
  .center-md {
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .end-md {
    -moz-justify-content: flex-end;
    justify-content: flex-end;
    text-align: end;
  }
  .top-md {
    -moz-align-items: flex-start;
    align-items: flex-start;
  }
  .middle-md {
    -moz-align-items: center;
    align-items: center;
  }
  .bottom-md {
    -moz-align-items: flex-end;
    align-items: flex-end;
  }
  .around-md {
    -moz-justify-content: space-around;
    justify-content: space-around;
  }
  .between-md {
    -moz-justify-content: space-between;
    justify-content: space-between;
  }
  .first-md {
    order: -1;
  }
  .last-md {
    order: 1;
  }
}
@media only screen and (min-width: 75em) {
  /*
  	.container {
  		width: $container;
  	}
  */
  .col-lg {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    flex-basis: auto;
  }
  .col-lg-1 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-lg-2 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-3 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-lg-5 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-lg-6 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-lg-8 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-lg-9 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-lg-11 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-lg-12 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    flex-basis: 100%;
    max-width: 100%;
  }
  .col-lg-offset-0 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-left: 0;
  }
  .col-lg-offset-1 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-left: 8.3333333333%;
  }
  .col-lg-offset-2 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-left: 16.6666666667%;
  }
  .col-lg-offset-3 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-left: 33.3333333333%;
  }
  .col-lg-offset-5 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-left: 41.6666666667%;
  }
  .col-lg-offset-6 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-left: 58.3333333333%;
  }
  .col-lg-offset-8 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-left: 66.6666666667%;
  }
  .col-lg-offset-9 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-left: 83.3333333333%;
  }
  .col-lg-offset-11 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-left: 91.6666666667%;
  }
  .col-lg-offset-12 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-left: 100%;
  }
  .col-lg {
    -moz-flex-grow: 1;
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
  }
  .start-lg {
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    text-align: start;
  }
  .center-lg {
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .end-lg {
    -moz-justify-content: flex-end;
    justify-content: flex-end;
    text-align: end;
  }
  .top-lg {
    -moz-align-items: flex-start;
    align-items: flex-start;
  }
  .middle-lg {
    -moz-align-items: center;
    align-items: center;
  }
  .bottom-lg {
    -moz-align-items: flex-end;
    align-items: flex-end;
  }
  .around-lg {
    -moz-justify-content: space-around;
    justify-content: space-around;
  }
  .between-lg {
    -moz-justify-content: space-between;
    justify-content: space-between;
  }
  .first-lg {
    order: -1;
  }
  .last-lg {
    order: 1;
  }
}
.col-half:nth-child(odd) {
  padding-left: 0.5rem;
}

.col-half:nth-child(even) {
  padding-right: 0.5rem;
}

.col-half {
  box-sizing: border-box;
  -moz-flex-grow: 0;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 50%;
  max-width: 50%;
}

section.v-center div.row,
.v-center {
  align-items: center;
}

section.h-center div.row,
.h-center {
  justify-content: center;
}

.bg-center {
  background-position: center;
}

.container .full-width {
  left: 50%;
  margin-left: -50vw;
  max-width: none;
  position: relative;
  width: 100vw;
}

@media (min-width: 62em) {
  .dv1-row {
    margin-left: -15px;
    margin-right: -15px;
  }
  .dv1-row:before,
  .dv1-row:after {
    content: " ";
    display: table;
  }
  .dv1-row:after {
    clear: both;
  }
  .dv1-column {
    float: left;
    padding: 0 15px;
    position: relative;
  }
  .dv1-column.one-half {
    width: 50%;
  }
  .dv1-column.one-third {
    width: 33.333%;
  }
  .dv1-column.two-third {
    width: 66.6666%;
  }
  .dv1-column.one-quarter {
    width: 25%;
  }
  .dv1-column.three-quarter {
    width: 75%;
  }
  .one-third + .two-third + .one-third {
    clear: left;
  }
}
/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-family: "Signika", sans-serif;
  font-weight: 300;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
  clear: both;
  font-weight: 300;
  margin-top: 0.3em;
  text-transform: lowercase;
}
h1.nocap, h2.nocap, h3.nocap, h4.nocap, h5.nocap, h6.nocap {
  text-transform: none;
}

p {
  margin-bottom: 1.5em;
}

dfn, cite, em, i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}
blockquote.wp-block-quote {
  border-left: 4px solid #000;
  margin: 0 0 28px 0;
  padding-left: 1em;
}

figure.wp-block-pullquote {
  border-top: 4px solid #000;
  border-bottom: 4px solid #000;
  margin-bottom: 28px;
}

address {
  margin: 0 0 1.5em;
}

abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

big,
.text-size-large {
  font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://www.downtownmelody.com/_x/Y3NzLXRyaWNrcy5jb20/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}

body {
  background: #FFF; /* Fallback for when there is no custom background color defined. */
}

hr {
  background-color: #CCC;
  border: 0;
  clear: both;
  height: 1px;
  margin-bottom: 1.5em;
}
hr.wp-block-separator {
  border: 0 !important;
}

p {
  margin: 0 0 1.5em;
}

ul, ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

ul.dropdown {
  list-style: none;
  margin: 0;
  overflow: hidden;
  padding: 0 0 2em;
}
ul.dropdown.closed {
  display: none;
}
ul.dropdown li {
  margin: 0.3em 0;
}
ul.dropdown a {
  display: block;
}
ul.dropdown a.active {
  font-weight: bold;
}

ul.unstlyed-list {
  list-style: none;
}

img {
  height: auto; /* Make sure images are scaled correctly. */
  max-width: 100%; /* Adhere to container width. */
}

figure {
  margin: 1em 0; /* Extra wide images within figure tags don't overflow the content area. */
}

table {
  border-collapse: collapse;
  margin: 0 0 1.5em;
  width: 100%;
}
table td {
  padding: 5px;
}

.icon {
  color: inherit;
  display: inline-block;
  fill: currentColor;
  height: 1em;
  vertical-align: text-bottom;
  width: 1em;
}

.daterangepicker {
  color: inherit;
  width: 278px;
  max-width: none;
  padding: 0;
  margin-top: 7px;
  z-index: 3001;
  font-size: 15px;
  line-height: 1em;
  max-height: 0;
  overflow-y: hidden;
  transition: all 0.3s ease-in-out;
}
.daterangepicker.open {
  max-height: 530px;
}
.daterangepicker.closed {
  max-height: 0;
}

.daterangepicker:before,
.daterangepicker:after {
  position: absolute;
  display: inline-block;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  content: "";
}

.daterangepicker:before {
  top: -7px;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-bottom: 7px solid #ccc;
}

.daterangepicker:after {
  top: -6px;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #FFF;
  border-left: 6px solid transparent;
}

.daterangepicker.opensleft:before {
  right: 9px;
}

.daterangepicker.opensleft:after {
  right: 10px;
}

.daterangepicker.openscenter:before {
  left: 0;
  right: 0;
  width: 0;
  margin-left: auto;
  margin-right: auto;
}

.daterangepicker.openscenter:after {
  left: 0;
  right: 0;
  width: 0;
  margin-left: auto;
  margin-right: auto;
}

.daterangepicker.opensright:before {
  left: 9px;
}

.daterangepicker.opensright:after {
  left: 10px;
}

.daterangepicker.drop-up {
  margin-top: -7px;
}

.daterangepicker.drop-up:before {
  top: initial;
  bottom: -7px;
  border-bottom: initial;
  border-top: 7px solid #CCC;
}

.daterangepicker.drop-up:after {
  top: initial;
  bottom: -6px;
  border-bottom: initial;
  border-top: 6px solid #FFF;
}

.daterangepicker.single .daterangepicker .ranges,
.daterangepicker.single .drp-calendar {
  float: none;
}

.daterangepicker.single .drp-selected {
  display: none;
}

.daterangepicker.show-calendar .drp-calendar {
  display: block;
}

.daterangepicker.show-calendar .drp-buttons {
  display: block;
}

.daterangepicker.auto-apply .drp-buttons {
  display: none;
}

.daterangepicker .drp-calendar {
  display: none;
  max-width: 270px;
}

.daterangepicker .drp-calendar.left {
  padding: 8px 0 8px 8px;
}

.daterangepicker .drp-calendar.right {
  padding: 8px;
}

.daterangepicker .drp-calendar.single .calendar-table {
  border: none;
}

.daterangepicker .calendar-table .next span,
.daterangepicker .calendar-table .prev span {
  color: #FFF;
  border: solid black;
  border-width: 0 2px 2px 0;
  border-radius: 0;
  display: inline-block;
  padding: 3px;
}

.daterangepicker .calendar-table .next span {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.daterangepicker .calendar-table .prev span {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}

.daterangepicker .calendar-table th,
.daterangepicker .calendar-table td {
  white-space: nowrap;
  text-align: center;
  vertical-align: middle;
  min-width: 32px;
  width: 32px;
  height: 24px;
  line-height: 24px;
  font-size: 12px;
  border-radius: 4px;
  border: 1px solid transparent;
  white-space: nowrap;
  cursor: pointer;
  text-transform: uppercase;
}

.daterangepicker .calendar-table {
  border: 1px solid #FFF;
  border-radius: 4px;
  background-color: #FFF;
}

.daterangepicker .calendar-table table {
  width: 100%;
  margin: 0;
  border-spacing: 0;
  border-collapse: collapse;
}

.daterangepicker td.available:hover,
.daterangepicker th.available:hover {
  background-color: #eee;
  border-color: transparent;
  color: inherit;
}

.daterangepicker td.week,
.daterangepicker th.week {
  font-size: 80%;
  color: #ccc;
}

.daterangepicker td.off,
.daterangepicker td.off.in-range,
.daterangepicker td.off.start-date,
.daterangepicker td.off.end-date {
  background-color: #FFF;
  border-color: transparent;
  color: #999;
}

.daterangepicker td.in-range {
  background-color: rgb(253.1198347107, 243.8801652893, 246.1363636364);
  border-color: transparent;
  color: #000;
  border-radius: 0;
}

.daterangepicker td.start-date {
  border-radius: 4px 0 0 4px;
}

.daterangepicker td.end-date {
  border-radius: 0 4px 4px 0;
}

.daterangepicker td.start-date.end-date {
  border-radius: 4px;
}

.daterangepicker td.active,
.daterangepicker td.active:hover {
  background-color: #CF234D;
  border-color: transparent;
  color: #FFF;
}

.daterangepicker th.month {
  width: auto;
}

.daterangepicker td.disabled, .daterangepicker option.disabled {
  color: #999;
  cursor: not-allowed;
  text-decoration: line-through;
}

.daterangepicker select.monthselect, .daterangepicker select.yearselect {
  font-size: 12px;
  padding: 1px;
  height: auto;
  margin: 0;
  cursor: default;
}

.daterangepicker select.monthselect {
  margin-right: 2%;
  width: 56%;
}

.daterangepicker select.yearselect {
  width: 40%;
}

.daterangepicker select.hourselect,
.daterangepicker select.minuteselect,
.daterangepicker select.secondselect,
.daterangepicker select.ampmselect {
  width: 50px;
  margin: 0 auto;
  background: #eee;
  border: 1px solid #eee;
  padding: 2px;
  outline: 0;
  font-size: 12px;
}

.daterangepicker .calendar-time {
  text-align: center;
  margin: 4px auto 0 auto;
  line-height: 30px;
  position: relative;
}

.daterangepicker .calendar-time select.disabled {
  color: #ccc;
  cursor: not-allowed;
}

.daterangepicker .drp-buttons {
  clear: both;
  text-align: right;
  padding: 8px;
  border-top: 1px solid #ddd;
  display: none;
  line-height: 12px;
  vertical-align: middle;
}

.daterangepicker .drp-selected {
  display: inline-block;
  font-size: 12px;
  padding-right: 8px;
}

.daterangepicker .drp-buttons .btn {
  margin-left: 8px;
  font-size: 12px;
  padding: 4px 8px;
  text-transform: lowercase;
}

.daterangepicker.show-ranges.single.rtl .drp-calendar.left {
  border-right: 1px solid #ddd;
}

.daterangepicker.show-ranges.single.ltr .drp-calendar.left {
  border-left: 1px solid #ddd;
}

.daterangepicker.show-ranges.rtl .drp-calendar.right {
  border-right: 1px solid #ddd;
}

.daterangepicker.show-ranges.ltr .drp-calendar.left {
  border-left: 1px solid #ddd;
}

.daterangepicker .ranges {
  float: none;
  text-align: left;
  margin: 0;
}

.daterangepicker.show-calendar .ranges {
  margin-top: 8px;
}

.daterangepicker .ranges ul {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  width: 100%;
}

.daterangepicker .ranges li {
  font-size: 12px;
  padding: 8px 12px;
  cursor: pointer;
}

.daterangepicker .ranges li:hover {
  background-color: #eee;
}

.daterangepicker .ranges li.active {
  background-color: #08c;
  color: #FFF;
}

/*	Larger Screen Styling */
@media (min-width: 564px) {
  .daterangepicker {
    width: auto;
  }
  .daterangepicker .ranges ul {
    width: 140px;
  }
  .daterangepicker.single .ranges ul {
    width: 100%;
  }
  .daterangepicker.single .drp-calendar.left {
    clear: none;
  }
  .daterangepicker.single .ranges,
  .daterangepicker.single .drp-calendar {
    float: left;
  }
  .daterangepicker {
    direction: ltr;
    text-align: left;
  }
  .daterangepicker .drp-calendar.left {
    clear: left;
    margin-right: 0;
  }
  .daterangepicker .drp-calendar.left .calendar-table {
    border-right: none;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .daterangepicker .drp-calendar.right {
    margin-left: 0;
  }
  .daterangepicker .drp-calendar.right .calendar-table {
    border-left: none;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .daterangepicker .drp-calendar.left .calendar-table {
    padding-right: 8px;
  }
  .daterangepicker .ranges,
  .daterangepicker .drp-calendar {
    float: left;
  }
}
@media (min-width: 730px) {
  .daterangepicker .ranges {
    width: auto;
  }
  .daterangepicker .ranges {
    float: left;
  }
  .daterangepicker.rtl .ranges {
    float: right;
  }
  .daterangepicker .drp-calendar.left {
    clear: none !important;
  }
}
/* REMOVE SECOND CALENDAR */
.daterangepicker {
  margin-top: 0;
}

.daterangepicker .drp-calendar.left {
  padding-left: 0;
  padding-top: 0;
}

.daterangepicker .drp-calendar.right {
  position: absolute !important;
  right: 0 !important;
  top: 0 !important;
}

.daterangepicker .drp-calendar.right tbody {
  display: none !important;
}

.daterangepicker .drp-calendar.right thead > tr:nth-child(2) {
  display: none !important;
}

.daterangepicker .drp-calendar.right th.month {
  display: none !important;
}

.daterangepicker .drp-calendar.right .calendar-table {
  background: transparent !important;
}

.daterangepicker .daterangepicker.ltr .ranges, .daterangepicker.ltr .drp-calendar {
  float: none !important;
}

.daterangepicker .drp-calendar.right .daterangepicker_input {
  position: absolute !important;
}

/* REMOVE SECOND CALENDAR */
span.sep {
  display: inline-block;
  margin: 0 0.5em;
}

@media (min-width: 62em) {
  .column-content {
    -moz-columns: 2;
         columns: 2;
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }
}

@media (min-width: 62em) {
  .column-content-custom {
    margin-left: auto;
    margin-right: auto;
    max-width: 800px;
  }
}

.content-area .breadcrumbs span,
.breadcrumbs span {
  color: #767676;
}
.content-area .breadcrumbs a,
.breadcrumbs a {
  color: #767676;
  text-decoration: underline;
}
.content-area .breadcrumbs a:visited,
.breadcrumbs a:visited {
  color: #767676;
}
.content-area .breadcrumbs a:hover,
.breadcrumbs a:hover {
  color: #CF234D;
  text-decoration: underline;
}

.filter-row {
  margin-bottom: 2em;
}
.filter-row .filters {
  margin-bottom: 1em;
}

.closed {
  display: none;
}

@media (min-width: 62em) {
  .filter .filter-title {
    margin-top: 1.35rem;
  }
}

@media (min-width: 62em) {
  .filter-wrap {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
  }
}

button.filter-title {
  background: none;
  border: 0;
  border-radius: 0;
  display: block;
  line-height: 1.5;
  padding: 0;
  text-align: left;
  width: 100%;
}

.site-content .wp-block-button__link,
.site-content .btn,
.site-content .btn-pink,
.site-content .btn-pink-std,
.site-content .btn-black,
.site-content .btn:visited .btn-pink:visited,
.site-content .btn-pink-std:visited,
.site-content .btn-black:visited {
  border: 2px solid;
  border-color: #CF234D;
  border-radius: 3px;
  background: #CF234D;
  color: #FFF;
  display: inline-block;
  font-size: 1rem;
  line-height: 1;
  padding: 0.4rem 3rem;
  text-transform: lowercase;
  transition: all 0.3s ease-in-out;
}
.site-content .wp-block-button__link:hover,
.site-content .btn:hover,
.site-content .btn-pink:hover,
.site-content .btn-pink-std:hover,
.site-content .btn-black:hover,
.site-content .btn:visited .btn-pink:visited:hover,
.site-content .btn-pink-std:visited:hover,
.site-content .btn-black:visited:hover {
  background: #FFF;
  color: #CF234D;
  cursor: pointer;
  border-color: #CF234D;
}
.site-content .wp-block-button__link:active, .site-content .wp-block-button__link:focus,
.site-content .btn:active,
.site-content .btn:focus,
.site-content .btn-pink:active,
.site-content .btn-pink:focus,
.site-content .btn-pink-std:active,
.site-content .btn-pink-std:focus,
.site-content .btn-black:active,
.site-content .btn-black:focus,
.site-content .btn:visited .btn-pink:visited:active,
.site-content .btn:visited .btn-pink:visited:focus,
.site-content .btn-pink-std:visited:active,
.site-content .btn-pink-std:visited:focus,
.site-content .btn-black:visited:active,
.site-content .btn-black:visited:focus {
  border-color: black;
}
.site-content .btn-black {
  background: #000;
}
.site-content .btn-black:hover {
  background: #CF234D;
  opacity: 1;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type=button],
input[type=reset],
input[type=submit] {
  border: 2px solid;
  border-color: #CF234D;
  border-radius: 3px;
  background: #CF234D;
  color: #FFF;
  line-height: 1;
  padding: 0.6em 1em 0.4em;
  text-transform: lowercase;
  transition: all 0.3s ease-in-out;
}
button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  background: #FFF;
  color: #CF234D;
  cursor: pointer;
  border-color: #CF234D;
}
button:active, button:focus,
input[type=button]:active,
input[type=button]:focus,
input[type=reset]:active,
input[type=reset]:focus,
input[type=submit]:active,
input[type=submit]:focus {
  border-color: black;
}

body .gform_wrapper .gform_footer input.button,
body .gform_wrapper .gform_page_footer input.button,
body .gform_wrapper .gform_footer input[type=submit],
body .gform_wrapper .gform_page_footer input[type=submit] {
  width: 50%;
  max-width: 300px;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
  color: #666;
  border: 1px solid #CCC;
  border-radius: 3px;
  padding: 3px;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus {
  color: #111;
}

select {
  border: 1px solid #CCC;
  border-radius: 3px;
  padding: 4px 3px;
}

input[type=submit] {
  padding: 4px 3px;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: #233E99;
}
a:visited {
  color: #233E99;
}
a:hover, a:focus, a:active {
  color: #CF234D;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
  clear: both;
  display: block;
}
.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.main-navigation ul ul {
  background: #FFF;
  float: left;
  padding: 1em;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
}
.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}
.main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
  left: 100%;
}
.main-navigation ul ul a {
  border: 0 !important;
  color: #767676;
  font-weight: 300;
  padding: 2px 0;
  width: 200px;
}
.main-navigation ul ul a:hover {
  color: #CF234D;
}
.main-navigation ul ul :hover > a,
.main-navigation ul ul .focus > a {
  border-bottom: 0;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: -1em;
}
.main-navigation li {
  display: inline-block;
  margin-right: 1em;
  position: relative;
}
.main-navigation li:hover > a, .main-navigation li.focus > a {
  border-color: #CF234D;
}
.main-navigation a {
  border-bottom: 2px solid #FFF;
  color: #CF234D;
  display: block;
  font-weight: 500;
  text-decoration: none;
}
.main-navigation a:hover {
  color: #000;
}
.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {
  border-bottom: 2px solid;
  font-weight: 400;
}
.main-navigation .mobile-links {
  margin-left: 65px;
  position: relative;
  top: 3px;
}
.main-navigation .mobile-links ul {
  display: block;
}
.main-navigation .mobile-links ul li {
  display: block;
  margin-right: 0;
}
.main-navigation .mobile-links ul li a {
  border-top: 1px solid #767676;
  display: inline;
  font-size: 18px;
  padding-top: 1px;
}
.main-navigation .mobile-links ul li:first-child a {
  border-top: 0;
  padding-top: 0;
}

.main-menu {
  display: inline-block;
}

.search-toggle {
  border: 0;
  background: none;
  color: #CF234D;
  display: inline-block;
  font-size: 1.5em;
  padding: 0;
}

.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

.menu-toggle {
  border: 0;
  background: none;
  padding: 0;
  position: absolute;
  left: 5px;
  top: 5px;
}
.menu-toggle svg {
  height: 65px;
  width: 65px;
}

.mobile-nav {
  height: 100%;
  overflow: hidden;
}
.mobile-nav .mobile-links {
  display: none;
}
.mobile-nav .menu-toggle {
  margin-top: 0;
}
.mobile-nav .logo {
  z-index: 9;
}

.menu-toggle:hover {
  background: none;
}
.menu-toggle .b1, .menu-toggle .b2 {
  transform: rotate(0deg);
}
.menu-toggle.open .b1,
.menu-toggle.open .b2 {
  fill: #767676;
}
.menu-toggle.open .b1 {
  transform: rotate(45deg);
  transform-origin: 12% 35%;
}
.menu-toggle.open .b2 {
  transform: rotate(-45deg);
  transform-origin: 50% 50%;
}
.menu-toggle.open .b3 {
  display: none;
}
.menu-toggle.open:hover .b1,
.menu-toggle.open:hover .b2 {
  color: #FFF;
}

.main-navigation.toggled {
  background: #000;
  height: 100vh;
  left: 0;
  overflow: scroll;
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: 8;
}
.main-navigation.toggled .main-menu {
  display: block;
  margin-bottom: 6em;
  margin-top: 5em;
  padding-bottom: 4.5em;
  position: relative;
}
.main-navigation.toggled ul.menu li {
  display: block;
  margin-right: 0;
}
.main-navigation.toggled ul.menu li.menu-item-has-children {
  position: relative;
}
.main-navigation.toggled ul.menu li.menu-item-has-children .sub-menu-toggle {
  display: block;
  padding: 1em;
  position: absolute;
  right: 0;
  top: 0.5em;
}
.main-navigation.toggled ul.menu li.menu-item-has-children .sub-menu-toggle:hover {
  cursor: pointer;
}
.main-navigation.toggled ul.menu li.menu-item-has-children span.caret {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='https://www.downtownmelody.com/_x/d3d3LnczLm9yZw/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%2355565A' d='M5.293 9.707l6 6c0.391 0.391 1.024 0.391 1.414 0l6-6c0.391-0.391 0.391-1.024 0-1.414s-1.024-0.391-1.414 0l-5.293 5.293-5.293-5.293c-0.391-0.391-1.024-0.391-1.414 0s-0.391 1.024 0 1.414z'%3E%3C/path%3E%3C/svg%3E");
  background-repeat: no-repeat;
  cursor: inherit;
  display: block;
  height: 2em;
  position: relative;
  transition: all 0.3s ease;
  width: 2em;
}
.main-navigation.toggled ul.menu li.hover .sub-menu {
  display: block;
}
.main-navigation.toggled ul.menu li.hover span.caret {
  transform: rotate(180deg);
}
.main-navigation.toggled ul.menu a {
  border: 0;
  color: #767676;
  font-size: 2.5em;
  font-weight: 300;
  line-height: 1.3;
  padding: 0.6rem 1rem;
}
.main-navigation.toggled ul.menu a:hover {
  color: #CF234D;
}
.main-navigation.toggled ul.menu .sub-menu {
  background: none;
  display: none;
  float: none;
  left: auto;
  padding: 0;
  position: static;
  top: auto;
}
.main-navigation.toggled ul.menu .sub-menu a {
  color: #FFF;
  display: block;
  font-size: 1.8rem;
  font-weight: 300;
  width: 100%;
}

@media (min-width: 48em) {
  .menu-toggle,
  .mobile-links {
    display: none;
  }
  .main-navigation ul {
    display: block;
  }
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}
.comment-navigation .nav-previous,
.comment-navigation .nav-next,
.posts-navigation .nav-previous,
.posts-navigation .nav-next,
.post-navigation .nav-previous,
.post-navigation .nav-next {
  font-size: 1.2em;
  width: calc(50% - 0.5rem);
}
.comment-navigation .nav-previous .icon,
.comment-navigation .nav-next .icon,
.posts-navigation .nav-previous .icon,
.posts-navigation .nav-next .icon,
.post-navigation .nav-previous .icon,
.post-navigation .nav-next .icon {
  position: relative;
  font-size: 1.2em;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
}
.comment-navigation .nav-previous .icon,
.posts-navigation .nav-previous .icon,
.post-navigation .nav-previous .icon {
  transform: rotate(90deg);
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
}
.comment-navigation .nav-next .icon,
.posts-navigation .nav-next .icon,
.post-navigation .nav-next .icon {
  transform: rotate(-90deg);
}
.comment-navigation a,
.posts-navigation a,
.post-navigation a {
  border-bottom: 2px solid;
  color: inherit;
  display: block;
  text-decoration: none;
  text-transform: lowercase;
}
.comment-navigation a:hover,
.posts-navigation a:hover,
.post-navigation a:hover {
  color: #CF234D;
}

.nav-reverse .nav-previous,
.search-navigation .nav-previous {
  float: right;
  text-align: right;
}
.nav-reverse .nav-previous .icon,
.search-navigation .nav-previous .icon {
  transform: rotate(-90deg);
}
.nav-reverse .nav-next,
.search-navigation .nav-next {
  float: left;
  text-align: left;
}
.nav-reverse .nav-next .icon,
.search-navigation .nav-next .icon {
  transform: rotate(90deg);
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.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;
  clip-path: none;
  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. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/*--------------------------------------------------------------
# Helpers
--------------------------------------------------------------*/
.bg-black {
  background-color: #000;
  color: #FFF;
}

.bg-blue {
  background-color: #233E99;
  color: #FFF;
}

.bg-green {
  background-color: #90B86D;
  color: #FFF;
}

.bg-grey {
  background-color: #767676;
  color: #FFF;
}

.bg-pink {
  background-color: #CF234D;
  color: #FFF;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
.site-header {
  background: #FFF;
  left: 0;
  position: fixed;
  top: 0;
  transition: transform 0.3s;
  width: 100%;
  z-index: 2;
}

.scroll-down .site-header {
  transform: translate3d(0, -100%, 0);
}

.scroll-up .site-header {
  transform: none;
}

.site-content {
  padding-top: 86px;
}
@media (min-width: 62em) {
  .site-content {
    padding-top: 80px;
  }
}

.has-banner .site-content {
  padding-top: 142px;
}
@media (min-width: 62em) {
  .has-banner .site-content {
    padding-top: 136px;
  }
}

.admin-bar .site-header {
  top: 46px;
}
@media (min-width: 62em) {
  .admin-bar .site-header {
    top: 32px;
  }
}
.admin-bar.scroll-down .site-header {
  transform: translate3d(0, -180%, 0);
}

.site-branding {
  padding: 0.5em 0 0;
  position: relative;
}
@media (min-width: 48em) {
  .site-branding {
    padding-bottom: 1em;
  }
}
@media (min-width: 62em) {
  .site-branding {
    margin-top: 1em;
  }
}
.site-branding > .container > .row {
  justify-content: space-between;
}
.site-branding .logo svg {
  height: auto;
  max-width: 80px;
  width: 100%;
}
.site-branding .logo span {
  display: block;
  font-size: 10px;
  margin-top: -5px;
  text-align: right;
}
@media (min-width: 62em) {
  .site-branding .logo span {
    text-align: center;
  }
}
.site-branding .todays-hours a {
  color: #CF234D;
  font-weight: 300;
  text-decoration: none;
}
@media (min-width: 62em) {
  .site-branding .todays-hours a {
    font-weight: 500;
  }
}
.site-branding .todays-hours a:hover {
  text-decoration: underline;
}

.logo-wrap {
  text-align: right;
}
@media (min-width: 48em) {
  .logo-wrap {
    align-items: center;
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: nowrap;
    text-align: left;
  }
  .logo-wrap .logo {
    text-align: center;
  }
  .logo-wrap .todays-hours {
    margin-right: 1.5rem;
  }
}

.header-search,
.search-toggle {
  display: none;
}
@media (min-width: 48em) {
  .header-search,
  .search-toggle {
    display: inline-block;
  }
}
.header-search:hover,
.search-toggle:hover {
  color: #000;
  background: none;
}

.search-toggle {
  margin-right: 1em;
}

.header-search .search-wrap {
  display: flex;
  height: 40px;
  overflow: hidden;
  position: relative;
}
.header-search form {
  align-items: center;
  display: flex;
  flex-wrap: nowrap;
  position: relative;
  transition: left 0.3s ease-in;
  width: 100%;
}
.header-search form.closed {
  left: -100%;
}
.header-search form.open {
  left: 0;
}
.header-search form input[type=submit] {
  margin-left: 5px;
}

.mobile-nav .search-toggle {
  display: none;
}
.mobile-nav .header-search {
  bottom: 0;
  display: block;
  position: absolute;
  width: 100%;
}
.mobile-nav .header-search .search-wrap {
  height: auto;
}
.mobile-nav .header-search form {
  left: 0;
  justify-content: space-between;
  margin: 0 1em;
}
.mobile-nav .header-search form input[type=search] {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #767676;
  border-radius: 0;
  color: #FFF;
  font-size: 2.5em;
  padding-left: 1px;
  width: 7em;
  -webkit-appearance: none;
}
.mobile-nav .header-search form input[type=submit] {
  background: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='https://www.downtownmelody.com/_x/d3d3LnczLm9yZw/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%2355565A' d='M5.293 9.707l6 6c0.391 0.391 1.024 0.391 1.414 0l6-6c0.391-0.391 0.391-1.024 0-1.414s-1.024-0.391-1.414 0l-5.293 5.293-5.293-5.293c-0.391-0.391-1.024-0.391-1.414 0s-0.391 1.024 0 1.414z'%3E%3C/path%3E%3C/svg%3E");
  background-repeat: no-repeat;
  border-color: transparent;
  color: #767676;
  font-size: 1.2em;
  height: 2em;
  text-indent: -999px;
  transform: rotate(270deg);
  width: 2em;
}
.mobile-nav .header-search form input[type=submit]:active, .mobile-nav .header-search form input[type=submit]:focus, .mobile-nav .header-search form input[type=submit]:hover {
  color: #CF234D;
}

.logo svg path {
  position: relative;
  transition: all 0.2s ease-in-out;
}
.logo svg .opct {
  opacity: 0.9;
}
.logo a:hover svg path {
  fill: #000;
}

.site-banner {
  padding: 1rem 0;
}
.site-banner p {
  line-height: 1.1;
  margin: 0;
}
.site-banner a {
  color: #FFF;
  text-decoration: underline;
}
.site-banner a:hover {
  opacity: 0.5;
}

.site-footer {
  background: #EBEBEB;
  margin-top: 2em;
}
.site-footer h3 {
  border-bottom: 1px solid;
  font-size: 1.5em;
}
.site-footer h3 a {
  color: inherit;
  text-decoration: none;
}
.site-footer h3 a:hover {
  color: #CF234D;
}
.site-footer a {
  color: #CF234D;
  text-decoration: none;
}
.site-footer a:hover {
  color: #233E99;
}
.site-footer .copyright {
  font-size: 12px;
}
.site-footer .copyright a {
  color: #CF234D;
  text-decoration: none;
}
.site-footer .copyright a:hover {
  color: #233E99;
}
.site-footer .site-info {
  background: #000;
  color: #FFF;
  padding: 1em 0;
}
@media (min-width: 62em) {
  .site-footer .site-info {
    padding: 2em 0;
  }
}
.site-footer .site-info a {
  color: #FFF;
  text-decoration: none;
}
.site-footer .site-info a:hover {
  text-decoration: underline;
}
.site-footer .site-info p {
  margin: 0;
  padding: 0;
}
.site-footer .site-info div > p {
  margin: 0 0.5rem;
}
.site-footer .social-wrap {
  align-items: center;
  display: flex;
  flex-wrap: nowrap;
}
.site-footer .social {
  margin-bottom: 1em;
}
.site-footer .social .icon {
  display: inline-block;
  font-size: 2em;
}
@media (min-width: 62em) {
  .site-footer .social .icon {
    font-size: 3em;
  }
}
.site-footer .social a {
  color: #000;
  display: inline-block;
  margin-right: 1rem;
}
@media (min-width: 62em) {
  .site-footer .social a {
    margin-right: 2rem;
  }
}
.site-footer .social a:hover {
  color: #CF234D;
}
.site-footer form.newsletter {
  margin-bottom: 2rem;
}
.site-footer form.newsletter .mc-field-group {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  position: relative;
}
.site-footer form.newsletter .mc-field-group input.email {
  flex-grow: 1;
  margin-right: 1rem;
}
.site-footer form.newsletter .mc-field-group input.button {
  flex-grow: 1;
}
.site-footer form.newsletter .mc-field-group div.mce_inline_error {
  color: #CF234D;
  font-weight: bold;
  left: 2px;
  position: absolute;
  top: 2em;
}
.site-footer form.newsletter div#mce-error-response,
.site-footer form.newsletter div#mce-success-response {
  color: #233E99;
  margin-top: 0.5em;
}
.site-footer form.newsletter div#mce-error-response {
  color: #CF234D;
}
.site-footer form.newsletter input[type=email] {
  background: rgba(255, 255, 255, 0.5);
  min-width: 200px;
  transition: background 0.3s ease-in-out;
}
.site-footer form.newsletter input[type=email]:focus {
  background: #FFF;
}
.site-footer form.newsletter input[type=submit] {
  background: #000;
  border-color: #000;
  color: #EBEBEB;
  padding: 5px 15px;
}
.site-footer form.newsletter input[type=submit]:hover {
  background: #CF234D;
  border-color: #CF234D;
  color: #FFF;
}

.page .page .entry-title,
.page-title,
.tribe-events-single-event-title {
  border-bottom: 2px solid #CF234D;
  color: #CF234D;
  text-transform: lowercase;
}
@media (min-width: 62em) {
  .page .page .entry-title,
  .page-title,
  .tribe-events-single-event-title {
    width: calc(75% - 0.5rem);
  }
}

.entry-title {
  line-height: 1.2;
}
@media (min-width: 62em) {
  .entry-title {
    line-height: inherit;
  }
}

.content-area {
  min-height: 55vh;
}
.content-area a {
  color: #CF234D;
  text-decoration: none;
}
.content-area a:hover {
  color: #233E99;
}

.filter-header .page-title {
  width: auto !important;
}

.archive-exhibit .filter-row .dropdown a {
  color: #000;
  text-decoration: none;
  text-transform: lowercase;
}
.archive-exhibit .filter-row .dropdown a.active, .archive-exhibit .filter-row .dropdown a:hover {
  color: #CF234D;
}
.archive-exhibit .filter-title {
  border-bottom: 2px solid;
  color: #000;
  font-size: 1.5em;
  text-transform: lowercase;
}
.archive-exhibit .filter-title:hover {
  background: #FFF;
  color: #CF234D;
  cursor: pointer;
}
.archive-exhibit .filter-title .icon {
  float: right;
  margin-top: 5px;
  position: relative;
  transition: transform 0.3s ease-in;
}
.archive-exhibit .filter-title.open {
  color: #CF234D;
}
.archive-exhibit .filter-title.open .icon {
  transform: rotate(180deg);
}
.archive-exhibit .heading {
  border-bottom: 2px solid;
  color: #CF234D;
  font-weight: 900;
}
@media (min-width: 62em) {
  .archive-exhibit .heading {
    width: calc(75% - 0.5rem);
  }
}

.exhibit-archive article {
  margin-bottom: 3em;
}
.exhibit-archive a .entry-title {
  color: #404040;
}
.exhibit-archive a:hover .entry-title {
  color: #CF234D;
}
.exhibit-archive .entry-title {
  font-size: 2.3em;
  margin: 0;
}
.exhibit-archive .date {
  font-size: 0.875em;
  margin: 0 0 0.5rem;
}
.exhibit-archive .image {
  background: #F3F3F3;
  display: block;
  margin-bottom: 0.5em;
}
.exhibit-archive .image img {
  display: block;
}
.exhibit-archive .links a {
  color: #000;
  display: block;
  border-bottom: 2px solid;
  font-size: 1.2em;
  margin: 1em 0 0.5em;
  text-decoration: none;
  text-transform: lowercase;
}
.exhibit-archive .links a:first-child {
  margin-top: 0;
}
.exhibit-archive .links a.tickets {
  color: #CF234D;
}

.single-tribe_events .entry-title,
.single-exhibit .entry-title {
  margin-bottom: 0;
}
.single-tribe_events .subtitle,
.single-exhibit .subtitle {
  border-bottom: 2px solid;
  margin-top: 0;
}
@media (min-width: 62em) {
  .single-tribe_events .subtitle,
  .single-exhibit .subtitle {
    width: calc(75% - 1rem);
  }
}
.single-tribe_events .ticket-link,
.single-exhibit .ticket-link {
  border-bottom: 2px solid #CF234D;
}
.single-tribe_events .ticket-link a,
.single-exhibit .ticket-link a {
  color: #CF234D;
  display: block;
  text-decoration: none;
}
.single-tribe_events .ticket-link a:hover,
.single-exhibit .ticket-link a:hover {
  color: #233E99;
}
@media (min-width: 62em) {
  .single-tribe_events .ticket-link,
  .single-exhibit .ticket-link {
    width: calc(50% - 1rem);
  }
}
.single-tribe_events #back_to_exhibits a,
.single-exhibit #back_to_exhibits a {
  color: #767676;
  text-decoration: none;
}
.single-tribe_events #back_to_exhibits a:hover,
.single-exhibit #back_to_exhibits a:hover {
  color: #CF234D;
}
.single-tribe_events #back_to_exhibits .icon,
.single-exhibit #back_to_exhibits .icon {
  position: relative;
  transform: rotate(90deg);
}
.single-tribe_events .lead p,
.single-exhibit .lead p {
  font-size: 1.8em;
  font-weight: 900;
  line-height: 1.2;
}
@media (min-width: 62em) {
  .single-tribe_events .lead,
  .single-exhibit .lead {
    max-width: 60%;
  }
}

.press-room-archive .entry-heading {
  color: #CF234D;
}
.press-room-archive .entry-title {
  border-bottom: 2px solid;
}
@media (min-width: 62em) {
  .press-room-archive .entry-title {
    width: calc(75% - 1.5rem);
    margin-left: 1rem;
  }
}
.press-room-archive article.press-room {
  margin-bottom: 1em;
}

.press-room-item {
  color: #767676;
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  text-decoration: none;
}
@media (min-width: 62em) {
  .press-room-item {
    align-items: center;
    flex-wrap: nowrap;
    justify-content: flex-start;
    text-align: left;
  }
}
.press-room-item:visited {
  color: #767676;
}
.press-room-item:hover {
  color: #CF234D;
}
.press-room-item:hover .date {
  text-decoration: none;
}
.press-room-item:hover .button {
  text-decoration: none;
}
.press-room-item:hover .button span {
  background: #FFF;
  color: #CF234D;
  text-decoration: none;
}
.press-room-item:hover .title {
  color: #233E99;
}
.press-room-item h3 {
  margin: 0;
}
.press-room-item p {
  margin-bottom: 0;
}
.press-room-item .title {
  color: #404040;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 0.5em;
}
@media (min-width: 62em) {
  .press-room-item .title {
    margin-right: 10px;
  }
}
.press-room-item .date {
  color: #000;
  margin-right: 1em;
  order: -1;
  text-align: center;
  text-transform: uppercase;
}
@media (min-width: 62em) {
  .press-room-item .date {
    margin: 0 2em 0 1em;
  }
}
.press-room-item .date b {
  color: #CF234D;
  display: block;
  font-size: 1.5em;
  font-weight: 900;
  line-height: 1;
  margin-bottom: -5px;
}
.press-room-item .button {
  margin-bottom: 1em;
}
.press-room-item .button span {
  background: #CF234D;
  border: 2px solid #CF234D;
  border-radius: 3px;
  color: #FFF;
  padding: 3px 12px;
  text-transform: lowercase;
}
@media (min-width: 62em) {
  .press-room-item .button {
    flex-grow: 1;
    flex-shrink: 0;
    text-align: right;
  }
}
.press-room-item .date,
.press-room-item .button {
  flex-basis: 100%;
}
@media (min-width: 62em) {
  .press-room-item .date,
  .press-room-item .button {
    flex-basis: initial;
  }
}
.press-room-item .image {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
@media (min-width: 62em) {
  .press-room-item .image {
    height: auto;
    margin-left: auto;
    margin-right: 0;
    text-align: left;
    width: 200px;
  }
}

.search-result {
  margin-bottom: 1.5em;
}

.search-filter select,
.search-filter input {
  width: 100%;
}

.landing-links img {
  display: block;
}
.landing-links h2 {
  margin: 0.2em 0;
}
.landing-links h2 a {
  color: #CF234D;
  text-decoration: none;
}
.landing-links h2 a:hover {
  color: #233E99;
}
.landing-links .landing-block {
  margin-bottom: 2.5em;
}
.landing-links .entry-summary p:last-child {
  margin-bottom: 0;
}

.quicklink {
  margin-bottom: 2em;
}
.quicklink h3 {
  margin-bottom: 0.3em;
}

:root {
  --tec-font-family-sans-serif: "Signika", sans-serif;
  --tec-color-accent-primary: #CF234D;
  --tec-spacer-2: .4rem;
  --tec-spacer-4: 3rem;
}

.tribe_events h2.tribe-events-schedule__datetime {
  font-family: "Signika", sans-serif;
  margin-bottom: 20px;
}

.single-tribe_events header.entry-header {
  display: block;
}
.single-tribe_events #tribe-events-footer li,
.single-tribe_events #tribe-events-header li {
  width: 47%;
}

#tribe-events-content a,
.tribe-events-event-meta a,
.tribe-blocks-editor a {
  color: #CF234D;
  text-decoration: none;
}
#tribe-events-content a:hover,
.tribe-events-event-meta a:hover,
.tribe-blocks-editor a:hover {
  color: #233E99;
}

#tribe-events-content a.wp-block-button__link {
  color: #FFF;
}
#tribe-events-content a.wp-block-button__link:hover {
  color: #CF234D;
}
#tribe-events-content.tribe-blocks-editor {
  padding: 2px 1rem;
}
@media (min-width: 72em) {
  #tribe-events-content.tribe-blocks-editor {
    padding: 2px 0;
  }
}
#tribe-events-content .tribe-block__venue {
  border-top: 0;
}

.tribe-common div.container {
  margin: 0 auto;
}

@media (min-width: 62em) {
  .tribe-events-single ul.dali-related-events {
    display: flex;
  }
}
.tribe-events-single ul.dali-related-events li {
  background: none;
  border: 0;
  width: auto;
}
.tribe-events-single ul.dali-related-events li .tribe-related-event-info {
  padding: 0;
}
.tribe-events-single ul.dali-related-events li .tribe-related-events-title {
  border-bottom: 2px solid #CF234D;
  font-size: 18px;
}

.block {
  margin-bottom: 2em;
}

.callout-exhibit {
  position: relative;
}
.callout-exhibit a {
  text-decoration: none;
}
.callout-exhibit a:hover .content {
  color: #CF234D;
}
.callout-exhibit .content {
  color: #000;
}
@media (min-width: 62em) {
  .callout-exhibit .content {
    width: calc(50% - 1rem);
  }
}
.callout-exhibit .content h2, .callout-exhibit .content h3, .callout-exhibit .content h4, .callout-exhibit .content p {
  margin: 0;
}
.callout-exhibit .content h2 {
  border-bottom: 2px solid;
  line-height: 1.2;
}
@media (min-width: 62em) {
  .callout-exhibit .content h2 {
    line-height: inherit;
  }
}

.callout-image a {
  color: #000;
  text-decoration: none;
}
.callout-image a:hover {
  color: #CF234D;
}
.callout-image .title {
  border-bottom: 2px solid;
  margin-bottom: 1rem;
  padding-bottom: 0.4rem;
  text-transform: lowercase;
}
@media (min-width: 48em) {
  .callout-image .title {
    width: 50%;
  }
}

.accordion h3 {
  text-transform: none;
}
.accordion h3 a {
  border-bottom: 2px solid;
  color: #404040;
  display: block;
  text-decoration: none;
}
.accordion h3 a .icon {
  float: right;
  position: relative;
  transition: all 0.3s ease-in;
  transform: rotate(0);
}
.accordion h3 a.open .icon {
  transform: rotate(180deg);
}

.ajax-loading .hdil_container .loading {
  display: inline;
}
.ajax-loading .hdil_container .loading svg {
  animation: 1s pulse ease-out infinite alternate;
}

.hdil_container .loading {
  display: none;
  margin-left: 2rem;
  position: relative;
}
.hdil_container .loading svg {
  font-size: 3rem;
  position: absolute;
  top: -12px;
  left: 0;
}
.hdil_container .loading span {
  color: #CF234D;
  margin-left: 50px;
}
.hdil_container .btn.active {
  background: #670919;
  border-color: #670919;
}
.hdil_container .btn.active:hover {
  background: #FFF;
}

.hdil_wrapper {
  margin-bottom: 2rem;
  position: relative;
}
.hdil_wrapper .wrap {
  height: auto;
  max-width: 100%;
  position: relative;
  width: 800px;
}
.hdil_wrapper .wrap img {
  display: block;
}
.hdil_wrapper canvas {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.hdil_error {
  border: 1px solid #CF234D;
  background: #F3F3F3;
  color: #CF234D;
  font-weight: bold;
  margin: 1rem 0;
  padding: 1.5rem;
}

#hdil_response {
  margin-top: 40px;
}

@keyframes pulse {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.2);
  }
}
/* Modal Styling */
.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 1000;
}
.modal-content {
  position: relative;
  margin: 5% auto;
  width: 80%;
  max-width: 800px;
}
.modal .close-button {
  position: absolute;
  top: -40px;
  right: 0;
  color: white;
  font-size: 30px;
  font-weight: bold;
  cursor: pointer;
}
.modal .video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 aspect ratio */
  height: 0;
  overflow: hidden;
  background: #000;
}
.modal .video-wrapper video,
.modal .video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 768px) {
  .modal-content {
    width: 95%;
    margin: 2% auto;
  }
}
/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/* Make YouTube videos inserted via WordPress oEmbed full-width */
.wp-block-embed-youtube iframe,
.wp-block-embed-youtube object,
.wp-block-embed-youtube embed {
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}

.wp-embed-aspect-16-9 .wp-block-embed__wrapper::before {
  padding-top: 56.25%;
}

.wp-has-aspect-ratio .wp-block-embed__wrapper::before {
  content: "";
  display: block;
  padding-top: 50%;
}

/* Iframe sizing */
.iframe-content {
  width: 100%;
}
.iframe-content iframe {
  border: 0;
  min-height: 80vh;
  width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/* Disable default image fun. BOOO!
.default-image {
	display: block;
	position: relative;
	&:after {
		background: $color__pink;
		mix-blend-mode: overlay;
		content: "";
		display: block;
		height: 100%;
		left: 0;
		position: absolute;
		top: 0;
		width: 100%;
		z-index: 1;
	}
}
.sr-0 .default-image:after {
	background: $color__pink;
}
.sr-1 .default-image:after {
	background: $color__green;
}
.sr-2 .default-image:after {
	background: $color__grey;
}
.sr-3 .default-image:after {
	background: $color__blue;
}
*/
.image img {
  display: block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-columns-2 .gallery-item {
  max-width: 50%;
}
.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
  max-width: 25%;
}
.gallery-columns-5 .gallery-item {
  max-width: 20%;
}
.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}

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