/* 

    Theme Name: Bathtub Theme
    Author: Niko
    Author URI: https://nikolashaug.com
    Description: A lightweight portfolio theme
    Version: 1.0

*/
/** 
*
* VARIABLES
*
*/
/** 
*
* Media queries for a mobile first layout
*
*/
/*! normalize.css v8.0.1 | 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; }

/**
   * Render the `main` element consistently in IE.
   */
main {
  display: block; }

/**
   * 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 */
  text-decoration: underline dotted;
  /* 2 */ }

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

/**
   * 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; }

/**
*
* Reset the box-sizing to border box
*
*/
html {
  box-sizing: border-box; }

*,
*::after,
*::before {
  margin: 0;
  padding: 0;
  box-sizing: inherit; }

figure {
  margin: 0; }

/**
*
* BASE HTML
*
*/
html {
  font-size: 62.5%;
  font-family: "Roboto", "Arial", sans-serif;
  color: #fff; }

body {
  line-height: 1.5;
  background-color: #E890AD;
  font-size: 1.6rem; }

p,
ol,
ul,
dl,
table {
  margin: 0 0 1.2rem 0; }

h1,
h2,
h3,
h4,
h5 {
  margin: 1.2rem 0;
  font-weight: 700;
  font-family: "Roboto", "Arial", sans-serif;
  line-height: 1.2;
  color: #f4f3f3; }

h1 {
  font-size: 2.8rem; }

h2 {
  font-size: 2.6rem; }

h3 {
  font-size: 2.2rem; }

h4 {
  font-size: 1.8rem; }

h5 {
  font-size: 1.4rem; }

@media (min-width: 750px) {
  h1 {
    font-size: 3.6rem; }
  h2 {
    font-size: 3.2rem; }
  h3 {
    font-size: 2.8rem; }
  h4 {
    font-size: 2.4rem; }
  h5 {
    font-size: 2rem; } }

a {
  color: #3C2E37;
  text-decoration: none; }
  a:hover, a:active, a:focus {
    color: #fff;
    text-decoration: underline; }

/** 
*
* COMPONENTS
*
*/
.main-navigation {
  width: 100%; }
  .main-navigation div {
    display: flex;
    flex-direction: column; }
  .main-navigation ul {
    display: flex;
    list-style: none;
    width: 100%;
    margin: 0 0 0 0;
    justify-content: center; }

.main-navigation ul li a {
  display: inline-block;
  padding: 1rem;
  width: 100%;
  height: 100%; }
  .main-navigation ul li a:hover {
    color: #fff; }

.menu-toggle {
  display: none; }

.hamburger,
.hamburger::before,
.hamburger::after {
  cursor: pointer;
  border-radius: 1px;
  height: 3px;
  width: 35px;
  background: #fff;
  position: absolute;
  display: block;
  content: ""; }

.hamburger::before {
  top: -10px; }

.hamburger::after {
  top: 10px; }

.menu-toggle .active .hamburger::before {
  top: 0; }

.active .hamburger {
  background: transparent; }

.active .hamburger::before,
.active .hamburger::after {
  top: 0; }

.active .hamburger::before {
  transform: rotate(45deg); }

.active .hamburger::after {
  transform: rotate(-45deg); }

@media (max-width: 500px) {
  body {
    margin-top: calc(2.5rem * 2.5); }
  .main-navigation {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999; }
    .main-navigation ul {
      opacity: 0;
      max-height: 0;
      flex-direction: column;
      overflow: hidden;
      transition: all 0.3s; }
  .menu-toggle {
    display: flex;
    justify-content: center;
    width: 100%;
    padding: 2.5rem;
    background: #E890AD;
    border: none;
    margin-bottom: 0; }
    .menu-toggle:focus, .menu-toggle:active, .menu-toggle:hover {
      background: #E890AD;
      border: none;
      margin-bottom: 0; }
  .main-navigation.toggled ul {
    opacity: 1;
    max-height: 100%;
    background: #fff; } }

blockquote {
  background: transparent;
  margin: 0 0 1.2rem 0;
  border-left: 10px solid #f0f0f0;
  padding: 0 1.5rem;
  font-size: 1.3rem; }
  blockquote cite {
    display: block;
    margin-top: 1.2rem;
    font-size: 1rem; }

.button, a.button, button, [type=submit], [type=reset], [type=button] {
  -webkit-appearance: none;
  display: inline-block;
  border: 1px solid #FFBF9E;
  border-radius: 4px;
  background: #FFBF9E;
  color: #ffffff;
  font-weight: 600;
  font-family: "Roboto", "Arial", sans-serif;
  font-size: 1.5rem;
  text-transform: none;
  padding: 1rem 1.5rem;
  margin: 0 0 1.5rem 0;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
  text-decoration: none;
  line-height: 1; }

.button:hover, a.button:hover, button:hover, [type=submit]:hover, [type=reset]:hover, [type=button]:hover {
  border: 1px solid #ff9d6b;
  background: #ff9d6b;
  color: #ffffff;
  text-decoration: none; }

.button:focus, .button:active, a.button:focus, a.button:active, button:focus, button:active, [type=submit]:focus, [type=submit]:active, [type=reset]:focus, [type=reset]:active, [type=button]:focus, [type=button]:active {
  border: 1px solid #ff9d6b;
  background: #ff9d6b;
  color: #ffffff;
  text-decoration: none; }

.button::-moz-focus-inner, a.button::-moz-focus-inner, button::-moz-focus-inner, [type=submit]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=button]::-moz-focus-inner {
  border: 0;
  padding: 0; }

.accent-button,
a.accent-button {
  color: #ffffff;
  border: 1px solid lightblue;
  background: lightblue; }
  .accent-button:hover, .accent-button:focus, .accent-button:active,
  a.accent-button:hover,
  a.accent-button:focus,
  a.accent-button:active {
    color: #d4ebf2;
    border: 1px solid #86c5da;
    background: #86c5da; }

.muted-button,
a.muted-button {
  background: transparent;
  border: 1px solid grey;
  color: #010101; }
  .muted-button:hover, .muted-button:focus, .muted-button:active,
  a.muted-button:hover,
  a.muted-button:focus,
  a.muted-button:active {
    color: #010101;
    border: 1px solid #343434;
    background: transparent; }

.round-button,
a.round-button {
  border-radius: 40px; }

.square-button,
a.square-button {
  border-radius: 0; }

.full-button,
a.full-button {
  display: block;
  width: 100%; }

[type=color], [type=date], [type=datetime], [type=datetime-local], [type=email], [type=month], [type=number], [type=password], [type=search], [type=tel], [type=text], [type=url], [type=week], [type=time], select, textarea {
  display: block;
  border: 1px solid #dedede;
  border-radius: 4px;
  padding: 1rem;
  outline: none;
  background: #f2f2f2;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  width: 100%;
  max-width: 100%;
  line-height: 1; }

[type=color]:hover, [type=date]:hover, [type=datetime]:hover, [type=datetime-local]:hover, [type=email]:hover, [type=month]:hover, [type=number]:hover, [type=password]:hover, [type=search]:hover, [type=tel]:hover, [type=text]:hover, [type=url]:hover, [type=week]:hover, [type=time]:hover, select:hover, textarea:hover {
  border: 1px solid #c5c5c5; }

[type=color]:focus, [type=color]:active, [type=date]:focus, [type=date]:active, [type=datetime]:focus, [type=datetime]:active, [type=datetime-local]:focus, [type=datetime-local]:active, [type=email]:focus, [type=email]:active, [type=month]:focus, [type=month]:active, [type=number]:focus, [type=number]:active, [type=password]:focus, [type=password]:active, [type=search]:focus, [type=search]:active, [type=tel]:focus, [type=tel]:active, [type=text]:focus, [type=text]:active, [type=url]:focus, [type=url]:active, [type=week]:focus, [type=week]:active, [type=time]:focus, [type=time]:active, select:focus, select:active, textarea:focus, textarea:active {
  border: 1px solid #3C2E37;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), 0 0 6px #927186; }

textarea {
  overflow: auto;
  height: auto; }

fieldset {
  border: 1px solid #dedede;
  border-radius: 4px;
  padding: 1rem;
  margin: 1.2rem 0; }

legend {
  padding: 0 .5rem;
  font-weight: 600; }

select {
  color: #333;
  -webkit-appearance: none;
  -moz-appearance: none;
  line-height: 1.5; }

select::-ms-expand {
  display: none; }

[type=range] {
  width: 100%; }

label {
  font-weight: 600;
  max-width: 100%;
  display: block;
  margin: 1rem 0 .5rem; }

@media (min-width: 750px) {
  .split-form label {
    text-align: right;
    padding: 0 .5rem;
    margin-bottom: 1rem; } }

::-webkit-input-placeholder,
::-moz-placeholder,
:-moz-placeholder,
:-ms-input-placeholder {
  color: #4d4d4d; }

/**
*
* LAYOUT
*
*/
.container,
.container-sm,
.container-med,
.container-lg {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

.container-full {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

@media (min-width: 480px) {
  .container {
    max-width: calc(480px * 0.95); } }

@media (min-width: 750px) {
  .container {
    max-width: calc(750px * 0.95); } }

@media (min-width: 992px) {
  .container {
    max-width: calc(992px * 0.95); } }

@media (min-width: 1200px) {
  .container {
    max-width: calc(1200px * 0.95); } }

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -0.5rem;
  margin-left: -0.5rem; }

.row-gallery {
  max-height: 20rem;
  overflow: hidden; }

[class^="col-"] {
  padding-right: 1.5rem;
  padding-left: 1.5rem; }

.remove-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0; }

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

.col {
  flex-grow: 1;
  flex-basis: auto;
  max-width: 100%;
  padding-right: 1.5rem;
  padding-left: 1.5rem; }

.col-1 {
  flex-basis: 8.33333%;
  max-width: 8.33333%; }

.col-offset-1 {
  margin-left: 8.33333%; }

.col-2 {
  flex-basis: 16.66667%;
  max-width: 16.66667%; }

.col-offset-2 {
  margin-left: 16.66667%; }

.col-3 {
  flex-basis: 25%;
  max-width: 25%; }

.col-offset-3 {
  margin-left: 25%; }

.col-4 {
  flex-basis: 33.33333%;
  max-width: 33.33333%; }

.col-offset-4 {
  margin-left: 33.33333%; }

.col-5 {
  flex-basis: 41.66667%;
  max-width: 41.66667%; }

.col-offset-5 {
  margin-left: 41.66667%; }

.col-6 {
  flex-basis: 50%;
  max-width: 50%; }

.col-offset-6 {
  margin-left: 50%; }

.col-7 {
  flex-basis: 58.33333%;
  max-width: 58.33333%; }

.col-offset-7 {
  margin-left: 58.33333%; }

.col-8 {
  flex-basis: 66.66667%;
  max-width: 66.66667%; }

.col-offset-8 {
  margin-left: 66.66667%; }

.col-9 {
  flex-basis: 75%;
  max-width: 75%; }

.col-offset-9 {
  margin-left: 75%; }

.col-10 {
  flex-basis: 83.33333%;
  max-width: 83.33333%; }

.col-offset-10 {
  margin-left: 83.33333%; }

.col-11 {
  flex-basis: 91.66667%;
  max-width: 91.66667%; }

.col-offset-11 {
  margin-left: 91.66667%; }

.col-12 {
  flex-basis: 100%;
  max-width: 100%; }

.col-offset-12 {
  margin-left: 100%; }

@media (min-width: 480px) {
  .container-sm {
    max-width: calc(480px * 0.95); }
  .col-sm {
    flex-grow: 1;
    flex-basis: auto;
    max-width: 100%; }
  .col-sm-auto {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%; }
  .col-sm-1 {
    flex-basis: 8.33333%;
    max-width: 8.33333%; }
  .col-sm-offset-1 {
    margin-left: 8.33333%; }
  .col-sm-2 {
    flex-basis: 16.66667%;
    max-width: 16.66667%; }
  .col-sm-offset-2 {
    margin-left: 16.66667%; }
  .col-sm-3 {
    flex-basis: 25%;
    max-width: 25%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-4 {
    flex-basis: 33.33333%;
    max-width: 33.33333%; }
  .col-sm-offset-4 {
    margin-left: 33.33333%; }
  .col-sm-5 {
    flex-basis: 41.66667%;
    max-width: 41.66667%; }
  .col-sm-offset-5 {
    margin-left: 41.66667%; }
  .col-sm-6 {
    flex-basis: 50%;
    max-width: 50%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-7 {
    flex-basis: 58.33333%;
    max-width: 58.33333%; }
  .col-sm-offset-7 {
    margin-left: 58.33333%; }
  .col-sm-8 {
    flex-basis: 66.66667%;
    max-width: 66.66667%; }
  .col-sm-offset-8 {
    margin-left: 66.66667%; }
  .col-sm-9 {
    flex-basis: 75%;
    max-width: 75%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-10 {
    flex-basis: 83.33333%;
    max-width: 83.33333%; }
  .col-sm-offset-10 {
    margin-left: 83.33333%; }
  .col-sm-11 {
    flex-basis: 91.66667%;
    max-width: 91.66667%; }
  .col-sm-offset-11 {
    margin-left: 91.66667%; }
  .col-sm-12 {
    flex-basis: 100%;
    max-width: 100%; }
  .col-sm-offset-12 {
    margin-left: 100%; }
  .justify-content-sm-center {
    justify-content: center; }
  .justify-content-sm-between {
    justify-content: space-between; }
  .justify-content-sm-around {
    justify-content: space-around; } }

@media (min-width: 750px) {
  .container-med {
    max-width: calc(750px * 0.95); }
  .col-med {
    flex-grow: 1;
    flex-basis: auto;
    max-width: 100%; }
  .col-med-auto {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%; }
  .col-med-1 {
    flex-basis: 8.33333%;
    max-width: 8.33333%; }
  .col-med-offset-1 {
    margin-left: 8.33333%; }
  .col-med-2 {
    flex-basis: 16.66667%;
    max-width: 16.66667%; }
  .col-med-offset-2 {
    margin-left: 16.66667%; }
  .col-med-3 {
    flex-basis: 25%;
    max-width: 25%; }
  .col-med-offset-3 {
    margin-left: 25%; }
  .col-med-4 {
    flex-basis: 33.33333%;
    max-width: 33.33333%; }
  .col-med-offset-4 {
    margin-left: 33.33333%; }
  .col-med-5 {
    flex-basis: 41.66667%;
    max-width: 41.66667%; }
  .col-med-offset-5 {
    margin-left: 41.66667%; }
  .col-med-6 {
    flex-basis: 50%;
    max-width: 50%; }
  .col-med-offset-6 {
    margin-left: 50%; }
  .col-med-7 {
    flex-basis: 58.33333%;
    max-width: 58.33333%; }
  .col-med-offset-7 {
    margin-left: 58.33333%; }
  .col-med-8 {
    flex-basis: 66.66667%;
    max-width: 66.66667%; }
  .col-med-offset-8 {
    margin-left: 66.66667%; }
  .col-med-9 {
    flex-basis: 75%;
    max-width: 75%; }
  .col-med-offset-9 {
    margin-left: 75%; }
  .col-med-10 {
    flex-basis: 83.33333%;
    max-width: 83.33333%; }
  .col-med-offset-10 {
    margin-left: 83.33333%; }
  .col-med-11 {
    flex-basis: 91.66667%;
    max-width: 91.66667%; }
  .col-med-offset-11 {
    margin-left: 91.66667%; }
  .col-med-12 {
    flex-basis: 100%;
    max-width: 100%; }
  .col-med-offset-12 {
    margin-left: 100%; }
  .justify-content-med-center {
    justify-content: center; }
  .justify-content-med-between {
    justify-content: space-between; }
  .justify-content-med-around {
    justify-content: space-around; } }

@media (min-width: 992px) {
  .container-lg {
    max-width: calc(992px * 0.95); }
  .col-lg {
    flex-grow: 1;
    flex-basis: auto;
    max-width: 100%; }
  .col-lg-auto {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%; }
  .col-lg-1 {
    flex-basis: 8.33333%;
    max-width: 8.33333%; }
  .col-lg-offset-1 {
    margin-left: 8.33333%; }
  .col-lg-2 {
    flex-basis: 16.66667%;
    max-width: 16.66667%; }
  .col-lg-offset-2 {
    margin-left: 16.66667%; }
  .col-lg-3 {
    flex-basis: 25%;
    max-width: 25%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-4 {
    flex-basis: 33.33333%;
    max-width: 33.33333%; }
  .col-lg-offset-4 {
    margin-left: 33.33333%; }
  .col-lg-5 {
    flex-basis: 41.66667%;
    max-width: 41.66667%; }
  .col-lg-offset-5 {
    margin-left: 41.66667%; }
  .col-lg-6 {
    flex-basis: 50%;
    max-width: 50%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-7 {
    flex-basis: 58.33333%;
    max-width: 58.33333%; }
  .col-lg-offset-7 {
    margin-left: 58.33333%; }
  .col-lg-8 {
    flex-basis: 66.66667%;
    max-width: 66.66667%; }
  .col-lg-offset-8 {
    margin-left: 66.66667%; }
  .col-lg-9 {
    flex-basis: 75%;
    max-width: 75%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-10 {
    flex-basis: 83.33333%;
    max-width: 83.33333%; }
  .col-lg-offset-10 {
    margin-left: 83.33333%; }
  .col-lg-11 {
    flex-basis: 91.66667%;
    max-width: 91.66667%; }
  .col-lg-offset-11 {
    margin-left: 91.66667%; }
  .col-lg-12 {
    flex-basis: 100%;
    max-width: 100%; }
  .col-lg-offset-12 {
    margin-left: 100%; }
  .justify-content-lg-center {
    justify-content: center; }
  .justify-content-lg-between {
    justify-content: space-between; }
  .justify-content-lg-around {
    justify-content: space-around; } }

/** 
*
* UTILITY CLASSES
*
*/
.clearfix {
  content: "";
  display: table;
  clear: both; }

.dis-block {
  display: block; }

.dis-inline {
  display: inline; }

.dis-inline-block {
  display: inline-block; }

.show {
  display: block; }

.hide {
  display: none; }

.invisible {
  visibility: hidden; }

.float-left {
  float: left; }

.float-right {
  float: right; }

.margin-auto {
  margin: 0 auto; }

.margin-top-auto {
  margin-top: auto; }

.margin-bottom-auto {
  margin-bottom: auto; }

.margin-left-auto {
  margin-left: auto; }

.margin-right-auto {
  margin-right: auto; }

.margin-top-zero {
  margin-top: 0; }

.margin-bottom-zero {
  margin-bottom: 0; }

.margin-left-zero {
  margin-left: 0; }

.margin-right-zero {
  margin-right: 0; }

.margin-top {
  margin-top: 1rem; }

.margin-bottom {
  margin-bottom: 1rem; }

.margin-left {
  margin-left: 1rem; }

.margin-right {
  margin-right: 1rem; }

.margin-complete {
  margin: 1rem; }

.padding-top-auto {
  padding-top: auto; }

.padding-bottom-auto {
  padding-bottom: auto; }

.padding-left-auto {
  padding-left: auto; }

.padding-right-auto {
  padding-right: auto; }

.padding-top-zero {
  padding-top: 0; }

.padding-bottom-zero {
  padding-bottom: 0; }

.padding-left-zero {
  padding-left: 0; }

.padding-right-zero {
  padding-right: 0; }

.padding-top {
  padding-top: 1rem; }

.padding-bottom {
  padding-bottom: 1rem; }

.padding-left {
  padding-left: 1rem; }

.padding-right {
  padding-right: 1rem; }

.padding-complete {
  padding: 1rem; }

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

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

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

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

.img-100 {
  width: 100%;
  height: auto; }

.img-cover {
  width: 100%;
  height: 100%;
  object-fit: cover; }

.justify-content-center {
  justify-content: center; }

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

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

.center-align {
  display: flex;
  justify-content: center;
  align-items: center; }

@media (max-width: 992px) {
  .flex-order-sm-1 {
    order: 1; } }

/**
*
* THEME SPECIFIC COMPONENTS
*
*/
.banner {
  margin-top: 5rem; }

.blog-header {
  background: linear-gradient(to bottom left, #f22, #f2f, #22f, #2ff); }

.title-tag a {
  color: #fff;
  text-decoration: none;
  letter-spacing: 0.5px;
  text-shadow: 1px 2px 7px rgba(0, 0, 0, 0.9);
  transition: all 0.3s;
  display: inline-block; }
  .title-tag a:hover {
    text-shadow: 1px 2px 15px rgba(207, 16, 16, 0.9); }

.sub-title {
  border-top: 1px solid #fff;
  padding-top: 1rem; }

.banner-bottom__text {
  border-top: 1px solid lightblue;
  padding-top: 1rem;
  margin-right: 1rem;
  margin-left: 1rem; }

iframe {
  width: 100% !important;
  margin: 0 0 1.2rem 0; }

.row-gallery div {
  padding-right: 0; }
  .row-gallery div:last-child {
    padding-right: 1.5rem; }

.past-shows {
  display: none; }

.wpcf7-submit {
  width: 100%; }

.social-icon {
  padding: 0 1rem; }
