/*!
Theme Name: Dawes 2020
Theme URI: https://dawestheband.com/
Author: FADE Agency
Author URI: https://fadeagency.com
Description: Offical Dawes website theme.
Text Domain: Dawes_2020

*/
@import url("https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;500;600;700&family=Ubuntu+Condensed&display=swap");
/*--------------------------------------------------------------
# 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 */
  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; }

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  font-family: "Ubuntu Condensed", sans-serif;
  line-height: 1em;
  color: #ffffff;
  text-transform: uppercase;
  margin: 1 0 1em 0; }

h1 {
  font-size: 2.4em; }
  @media (max-width: 800px) {
    h1 {
      font-size: 1.6em; } }

h1.page-title {
  font-size: 2.4em;
  color: #ffffff;
  margin: 0 0 2em 0;
  text-transform: uppercase;
  text-align: center; }
  @media (max-width: 800px) {
    h1.page-title {
      font-size: 1.6em; } }

.music-grid h2 {
  transition: all 0.2s linear;
  color: #ffffff; }
  .music-grid h2:hover {
    color: #c85f38; }

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
ol,
ul {
  margin: 0; }

ul {
  list-style: disc; }

ol {
  list-style: decimal; }

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

dt {
  font-weight: 700; }

dd {
  margin: 0 1.5em 1.5em; }

header {
  background: #475d37;
  background: url("./img/bg-header.jpg") no-repeat center center fixed;
  background-size: cover;
  margin: 0;
  padding: 3em;
  text-align: center;
  border-bottom: 10px solid #475d37; }
  @media (max-width: 800px) {
    header {
      background: url("./img/bg-header-small.jpg") no-repeat center center fixed;
      background-size: cover;
      padding: 1em 3em; } }

.logo {
  margin: 0 0 2em 0;
  animation: zoomIn;
  animation-duration: 2s; }

.band-photo {
  animation: flipInX;
  animation-duration: 2s; }

.header-page-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 20px;
  justify-items: center;
  justify-content: center; }
  @media (max-width: 800px) {
    .header-page-grid {
      -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
      grid-column-gap: 0;
      width: 100%; } }

.header-page-left,
.header-page-right {
  display: -ms-grid;
  display: grid;
  max-width: 700px;
  align-content: center;
  align-items: center;
  justify-content: center;
  justify-items: center; }

.promo-buttons .btn-orange {
  display: inline; }

.spotify-follow {
  position: relative;
  top: 6px;
  left: 6px; }
  @media (max-width: 800px) {
    .spotify-follow {
      position: relative;
      top: 0px;
      left: 0px; } }

footer {
  text-align: center;
  background: #475d37;
  background-image: url("./img/bg-noise.png");
  background-repeat: repeat;
  margin: 0;
  padding: 3em;
  text-transform: uppercase;
  color: #ffffff;
  font-family: "Ubuntu Condensed", sans-serif;
  font-size: 1em; }
  footer a {
    color: #ffffff; }
    footer a:hover {
      color: #c85f38; }

.footer-item {
  margin: 0 1em; }

.footer-social {
  margin: 1em 1em; }
  .footer-social .fab {
    font-size: 1.6em;
    margin: 0 0.6em; }
    @media (max-width: 800px) {
      .footer-social .fab {
        font-size: 1.4em;
        margin: 0 0.4em; } }

.newsletter-signup {
  background: #c85f38;
  background-image: url("./img/bg-noise.png");
  background-repeat: repeat;
  padding: 3em; }
  .newsletter-signup p {
    color: #ffffff !important;
    font-family: "Quicksand", sans-serif !important; }
  .newsletter-signup .ql-font-helvetica-neue {
    color: #ffffff !important;
    font-family: "Quicksand", sans-serif !important; }

.fade-agency {
  margin-top: 30px; }
  .fade-agency a {
    color: #ffffff;
    opacity: 0.3; }
    .fade-agency a:hover {
      color: #ffffff !important;
      opacity: 1; }

.Button__FormStyledButton-p2mbjt-0 {
  transition: all 0.2s linear !important; }
  .Button__FormStyledButton-p2mbjt-0:hover {
    box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.3); }

.newsletter {
  margin: 0 auto;
  text-align: center;
  display: block; }

.promo-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 20px;
  justify-items: center;
  justify-content: center; }
  @media (max-width: 800px) {
    .promo-grid {
      -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
      grid-column-gap: 0;
      width: 100%; } }

.promo-cover {
  animation: fadeInLeft;
  animation-duration: 2s; }
  @media (max-width: 800px) {
    .promo-cover {
      margin-bottom: 2em; } }

.promo-text {
  animation: fadeInRight;
  animation-duration: 2s;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center; }

.spotify-player {
  margin: 3em 0; }

.promo-buttons {
  margin: 3em 0; }

.seated-events-table {
  color: #ffffff !important;
  text-align: left !important;
  text-transform: uppercase !important; }

.seated-event-venue-location {
  color: #ffffff !important; }

.seated-event-link1,
.seated-event-link2,
.seated-follow-link {
  font-family: "Ubuntu Condensed", sans-serif !important;
  text-transform: uppercase !important;
  background-color: #c85f38 !important;
  background-image: url("./img/bg-noise.png") !important;
  background-repeat: repeat !important;
  padding: 0.8em !important;
  text-align: center !important;
  text-decoration: none !important;
  display: inline-block !important;
  font-size: 1em !important;
  color: #ffffff !important;
  border: 0 !important;
  border-radius: 0 !important; }

.seated-event-link1:hover,
.seated-event-link2:hover,
.seated-follow-link:hover {
  font-family: "Ubuntu Condensed", sans-serif !important;
  text-transform: uppercase !important;
  background-color: #475d37 !important;
  background-image: url("./img/bg-noise.png") !important;
  background-repeat: repeat !important;
  padding: 0.8em !important;
  text-align: center !important;
  text-decoration: none !important;
  display: inline-block !important;
  font-size: 1em !important;
  color: #ffffff !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.3); }

.seated-event-link1:active,
.seated-event-link2:active,
.seated-follow-link:active,
.seated-event-link1:focus,
.seated-event-link2:focus,
.seated-follow-link:focus,
.seated-event-link1:visited,
.seated-event-link2:visited,
.seated-follow-link:visited {
  color: #ffffff !important; }

.music-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 50px;
  grid-row-gap: 50px; }
  @media (max-width: 800px) {
    .music-grid {
      -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
      grid-column-gap: 0;
      width: 100%; } }

.music-grid-single {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 50px; }
  @media (max-width: 800px) {
    .music-grid-single {
      -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
      grid-column-gap: 0;
      width: 100%; } }

.music-label {
  margin: 0 0 2em 0;
  text-transform: uppercase; }

.music-buy-links {
  margin: 0 0 2em 0; }

.music-img img {
  transition: all 0.2s linear; }
  .music-img img:hover {
    box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.3); }

.video-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 50px;
  grid-row-gap: 50px; }
  @media (max-width: 800px) {
    .video-grid {
      -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
      grid-column-gap: 0;
      width: 100%; } }

.photos-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 50px;
  grid-row-gap: 50px; }
  @media (max-width: 800px) {
    .photos-grid {
      -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
      grid-column-gap: 0;
      width: 100%; } }

.photos {
  transition: all 0.2s linear; }
  .photos:hover {
    box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.3); }

.photos-grid .item img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  transition: all 0.2s linear; }
  @media (max-width: 800px) {
    .photos-grid .item img {
      height: 250px; } }
  .photos-grid .item img:hover {
    box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.3); }

.photos-grid .item h2 {
  transition: all 0.2s linear; }
  .photos-grid .item h2:hover {
    color: #c85f38 !important; }

.news-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 50px;
  grid-row-gap: 50px; }
  @media (max-width: 800px) {
    .news-grid {
      -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
      grid-column-gap: 0;
      width: 100%; } }
  .news-grid item {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transition: opacity 0.6s ease-in-out 0.15s, transform 0.6s ease-in-out 0.15s; }

.news-grid-single {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 30% 70%;
  grid-template-columns: 30% 70%;
  grid-column-gap: 50px; }
  @media (max-width: 800px) {
    .news-grid-single {
      -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
      grid-column-gap: 0;
      width: 100%; } }

.news-img {
  height: 350px; }

.news-img {
  transition: all 0.2s linear; }
  .news-img:hover {
    box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.3); }

.news-img-single {
  transition: all 0.5s ease; }

.news-date {
  font-size: 0.8em;
  text-transform: uppercase;
  padding: 1em;
  background: #c85f38;
  color: #ffffff;
  margin-bottom: 1em; }

article .news-title {
  font-size: 1.5em;
  text-transform: uppercase;
  font-weight: 700; }

/* PAGENAVI styles. */
.page-navigation {
  text-align: center;
  margin: 50px 0; }

.wp-pagenavi a,
.wp-pagenavi span {
  text-transform: uppercase;
  font-size: 0.9em;
  padding: 10px;
  margin-right: 2px;
  color: #374971;
  background: #c85f38;
  text-decoration: none;
  border: 1px solid #c85f38;
  font-weight: 700; }

.wp-pagenavi a:hover,
.wp-pagenavi span.current {
  background: #475d37;
  color: #ffffff;
  border: 1px solid #475d37; }

.wp-pagenavi span.current {
  font-weight: bold; }

html {
  box-sizing: border-box;
  height: 100%;
  margin: 0;
  padding: 0; }

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

body {
  color: #ffffff;
  background: #ffffff;
  height: 100%;
  font-family: "Quicksand", sans-serif;
  font-size: 16px;
  line-height: 1.4em; }

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

.main-content {
  background: #374971;
  background-image: url("./img/bg-noise.png");
  background-repeat: repeat;
  padding: 6em 3em; }
  @media (max-width: 800px) {
    .main-content {
      padding: 3em 1em; } }
  .main-content .wrapper {
    max-width: 1600px;
    margin: 0 auto; }

.video-responsive {
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height: 0; }

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

.wrapper {
  max-width: 1600px;
  margin: 0 auto; }

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #ffffff;
  border-radius: 3px;
  background: #000;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1;
  padding: 0.6em 1em 0.4em;
  transition: all 0.2s linear; }

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  border-color: #ffffff; }

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: #000000; }

.btn-orange {
  font-family: "Ubuntu Condensed", sans-serif;
  text-transform: uppercase;
  background-color: #c85f38;
  background-image: url("./img/bg-noise.png");
  background-repeat: repeat;
  padding: 1em;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 1.4em;
  color: #ffffff;
  width: 100%; }
  @media (max-width: 800px) {
    .btn-orange {
      font-size: 1em; } }
  .btn-orange:hover, .btn-orange:active, .btn-orange:focus {
    background-color: #475d37;
    color: #ffffff !important;
    box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.3); }

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: #000000;
  border: 1px solid #ffffff;
  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: #ffffff; }

select {
  border: 1px solid #ffffff;
  color: #000000; }

textarea {
  width: 100%; }

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

input[type="color"]:focus,
input[type="date"]:focus,
input[type="datetime-local"]:focus,
input[type="datetime"]:focus,
input[type="email"]:focus,
input[type="month"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
input[type="range"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="text"]:focus,
input[type="time"]:focus,
input[type="url"]:focus,
input[type="week"]:focus,
textarea:focus {
  color: #000000; }

select {
  border: 1px solid #ffffff;
  color: #000000; }

textarea {
  width: 100%; }

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: #ffffff;
  text-decoration: none;
  transition: all 0.2s linear; }

a:active,
a:focus,
a:hover {
  color: #c85f38 !important; }

a:active,
a:hover {
  outline: 0; }

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.navigation {
  grid-column: 1/-1;
  height: 65px;
  background: #475d37;
  background-image: url("./img/bg-noise.png");
  background-repeat: repeat;
  width: 100%;
  z-index: 999;
  font-family: "Ubuntu Condensed", sans-serif;
  font-size: 1.2em; }

nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
  overflow: hidden;
  text-transform: uppercase; }
  nav ul li {
    display: inline-block; }

nav ul li a,
nav ul li a:visited {
  display: block;
  padding: 0 10px;
  line-height: 65px;
  color: #ffffff !important;
  text-decoration: none; }

nav ul li a:hover,
nav ul li a:visited:hover {
  color: #c85f38 !important; }

.nav-mobile {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  background: 0 0;
  height: 65px;
  width: 80px; }

@media only screen and (min-width: 1200px) {
  nav ul {
    display: block !important; } }

@media only screen and (max-width: 1199px) {
  .nav-mobile {
    display: block !important; }
  nav {
    width: 100%;
    padding: 65px 0 0 0;
    text-align: center;
    position: absolute;
    z-index: 100; }
  nav ul {
    display: none; }
  nav ul li {
    display: block;
    font-size: 16px;
    background: #475d37;
    background-image: url("./img/bg-noise.png");
    background-repeat: repeat;
    border-top: 1px solid #526a40; }
  nav ul li a {
    padding: 15px;
    line-height: 20px; }
  nav ul li a:hover,
  nav ul li a:visited:hover {
    background: #c85f38;
    background-image: url("./img/bg-noise.png");
    background-repeat: repeat;
    color: #ffffff !important; } }

@media screen and (min-width: 1200px) {
  .nav-list {
    display: block !important; } }

#nav-toggle {
  position: absolute;
  left: 30px;
  top: 22px;
  cursor: pointer;
  padding: 10px 35px 16px 0; }

#nav-toggle span,
#nav-toggle span:after,
#nav-toggle span:before {
  cursor: pointer;
  border-radius: 1px;
  height: 2px;
  width: 30px;
  background: #ffffff;
  position: absolute;
  display: block !important;
  content: "";
  transition: all 0.3s ease-in-out; }

#nav-toggle span:before {
  top: -7px; }

#nav-toggle span:after {
  bottom: -7px; }

#nav-toggle.active span {
  background-color: transparent; }

#nav-toggle.active span:after,
#nav-toggle.active span:before {
  top: 0; }

#nav-toggle.active span:before {
  transform: rotate(45deg); }

#nav-toggle.active span:after {
  transform: rotate(-45deg); }

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

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

.aligncenter {
  clear: both; }
