/*!
Theme Name: D3vil
Theme URI: https://diabolicald3vil.com
Author: D3vil
Author URI: https://diabolicald3vil.com
Description: Custom theme created for this website and the persona.
Version: 1.0
Text Domain: d3vil
Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/


/* ===========================================================
       TABLE OF CONTENTS
       
       0 Color Palette
       1 Reset
       2 Grids (Font Face?)
       3 Typography
       4 Elements
       5 Forms
       6 Navigation
           6.1 Links
           6.2 Menus
           6.3 Header
           6.4 Pagination
       7 Accessibility
       8 Alignments
       9 Clearings
      10 Widgets
      11 Content
          11.1 Footer
          11.2 Custom Banner
          11.3 Custom Pages
          11.4 Full Width Pages
      12 Posts and pages
          12.1 Page Template Default
          12.2 Single Posts & Blog
          12.3 Home
          12.4 Contact
          12.5 Socials / Links Page
          12.6 Archives + Categories
          12.7 File Not Found 404
          12.8 Search Results
          12.9 Asides 
      13 Tables
      14 Media
        14.1 Captions
        14.2 Galleries
      15 Print Styles
  ============================================================= */

/* ============================================================
       0 COLOR PALETTE
   ============================================================ 
       
      Dark Red            a12e2e
      Red Very Dark       721a1a
      Warm Red            890a0a
      Brighter Red        b00e0e
      Light Coral         f97660
      Red Red             ff0000

      Off White           fdfcfc
      White               ffffff
      Black               020202

   ============================================================ */

/* ============================================================
       1 RESET (NEWER)
   ============================================================ */

html {
  font-family: "Alice", -apple-system, BlinkMacSystemFont, "Segoe UI", Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-optical-sizing: auto;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
main {
  display: block;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  background-color: transparent;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
b, strong {
  font-weight: bolder;
}
code, kbd, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}

img {
  border-style: none;
}
button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button, input {
  overflow: visible;
}
button, select {
  text-transform: none;
}
button, [type="button"], [type="reset"], [type="submit"] {
  -webkit-appearance: button;
}
button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type="checkbox"], [type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
details {
  display: block;
}
summary {
  display: list-item;
}
template {
  display: none;
}
[hidden] {
  display: none;
}
*, *::before, *::after {
  box-sizing: inherit;
}
html {
  box-sizing: border-box;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td, th {
  padding: 0;
}

/* ============================================================
       2 GRIDS
   ============================================================ */

.gridx {
  margin: 0 auto;
  position: relative;
  width: 90%;
}

@media screen and (min-width: 704px) {
  .gridx.grid640 {
    max-width: 640px;
  }
}
@media screen and (min-width: 968px) {
  .gridx.grid880 {
    width: 880px;
  }
}
@media screen and (min-width: 1012px) {
  .gridx.grid920 {
    width: 920px;
  }
}
@media screen and (min-width: 1056px) {
  .gridx.grid960 {
    width: 960px;
  }
}
@media screen and (min-width: 1076px) {
  .gridx.grid980 {
    width: 980px;
  }
}
@media screen and (min-width: 1254px) {
  .gridx.grid1140 {
    width: 1140px;
  }
}

@media screen and (min-width: 1320px) {
  .gridx.grid1200 {
    width: 1200px;
  }
}

@media screen and (min-width: 1408px) {
  .gridx.grid1280 {
    width: 1280px;
  }
}

@media screen and (min-width: 1452px) {
  .gridx.grid1320 {
    width: 1320px;
  }
}

@media screen and (min-width: 1584px) {
  .gridx.grid1440 {
    width: 1440px;
  }
}

.width200 {
  max-width: 200px !important;
}
.width292 {
  max-width: 292px;
}
.width400 {
  max-width: 400px;
}
.width880 {
  max-width: 880px;
}
.width920 {
  max-width: 920px;
}

/* ============================================================
       3 TYPOGRAPHY
   ============================================================ */

:focus {
  outline: transparent auto 1px;
}

body, button, input, select, textarea {
  font-family: "Alice", -apple-system, BlinkMacSystemFont, "Segoe UI", Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
body, button {
  color: #fff;
}
input, select, textarea {
  color: #222;
}
h1, h2, h3, h4, h5, h6, .site-footer h2, .site-footer h3, .site-footer h4 {
  clear: both;
  font-family: "Arimo", -apple-system, BlinkMacSystemFont, "Segoe UI", Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-weight: 700;
}
p {
  margin-bottom: 1.5em;
}
dfn, cite, em, i {
  font-style: italic;
}
blockquote {
  background-color: #514c4c;
  margin: 1em 0 2em;
  padding: 32px 24px 16px;
}
address {
  margin: 0 0 1.5em;
}
pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}
code, kbd, tt, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem;
}
abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}
mark, ins {
  background: #fff9c0;
  text-decoration: none;
}
big {
  font-size: 125%;
}

.single-post .entry-content,
.page .entry-content,
.entry-content {
  color: #fff;
}

.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6 {
  font-family: "Arimo", -apple-system, BlinkMacSystemFont, "Segoe UI", Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-weight: 666;
}

.entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6, .search-no-results h2, .error404 h2 {
  border-bottom: solid 5px #ff0000;
  display: inline-block;
}

.single-post .entry-content p,
.page .entry-content p,
.wp-singular .entry-content p,
.found-nothing p,
.error404 p {
  font-size: 21px;
  line-height: 32px;
  margin-bottom: 1.4em;
}
@media screen and (min-width: 1280px) {
  .single-post .entry-content p,
  .page .entry-content p,
  .wp-singular .entry-content p {
    font-size: 24px;
    line-height: 36px;
  }
}
.single-post .entry-content h2,
.page .entry-content h2,
.wp-singular .entry-content h2,
.search-no-results .page-content h2,
.error404 h2 {
  font-size: 32px;
  line-height: 37px;
  margin: 1em 0;
}
.single-post .entry-content h3,
.page .entry-content h3,
.wp-singular .entry-content h3 {
  font-size: 27px;
  line-height: 32px;
  margin: 1em 0;
}
.single-post .entry-content h4,
.page .entry-content h4,
.wp-singular .entry-content h4 {
  font-size: 24px;
  line-height: 30px;
  margin: 1em 0;
}
.single-post .entry-content h5,
.page .entry-content h5,
.wp-singular .entry-content h5 {
  font-size: 22px;
  line-height: 28px;
  margin: 1em 0;
}
.single-post .entry-content h6,
.page .entry-content h6,
.wp-singular .entry-content h6 {
  font-size: 21px;
  line-height: 27px;
  margin: 1em 0;
}

.headline-style-1, h1.headline-style-1, .headline-style-banner {
  color: #fff;
  font-family: "Arimo", sans-serif;
  font-size: 36px;
  font-weight: 666;
  line-height: 45px;
}
@media screen and (min-width: 1280px) {
  .headline-style-1, h1.headline-style-1, .headline-style-banner {
    font-size: 42px;
	line-height: 51px;
	margin: .67em 0 .5em;
  }
}
@media screen and (min-width: 1512px) {
  .headline-style-1, h1.headline-style-1, .headline-style-banner {
    font-size: 55px;
	line-height: 62px;
  }
}
@media screen and (min-width: 1900px) {
  .headline-style-banner {
    font-size: 55px;
	line-height: 62px;
  }
}
@media screen and (min-width: 2560px) {
  .headline-style-banner {
    font-size: 55px;
	line-height: 62px;
  }
}
.headline-style-2 {
}
@media screen and (min-width: 1087px) {
  .page .entry-content h2.headline-style-2 {
	font-size: 40px;
    line-height: 46px;
    margin: .375em 0 .625em;
  }
}


/* ============================================================
       4 ELEMENTS
   ============================================================ */
html {
  box-sizing: border-box;
  text-rendering: optimizeLegibility;
  font-display: swap;
  scroll-behavior: smooth;
}
*, *:before, *:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}
body {
  background: #020202;
  position: relative;
  overflow-x: hidden; 
  textRendering: optimizeLegibility;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smooth: auto;
  scroll-behavior: smooth;
}
.site {
  overflow-x: hidden;
  position: relative;
}
@media screen and (min-width: 1396px) { /* enable sticky sidebar */
  .single-post .site {
    overflow-x: initial;
  }
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
}
blockquote, q {
  quotes: "" "";
}
hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 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;
}
img {
  height: auto; /* Make sure images are scaled correctly. */
  max-width: 100%; /* Adhere to container width. */
}
table {
  margin: 0 0 1.5em;
  width: 100%;
}

.entry-content ul li, .page-content ul li {
  font-size: 18px;
  line-height: 27px;
  list-style: none; 
  margin-bottom: 15px;
  margin-left: 1.1225em;
  position: relative;
}

.entry-content ul li::before, .page-content ul li::before {
  color: #a12e2e;  
  content: "\2022"; 
  display: inline-block;
  font-size: 25px;
  font-weight: 700;
  left: -0.875em;
  position: absolute;
  top: 0;
}

.entry-content ul, .page-content ul {
  margin-left: 0;
  padding-left: 0;
}

ul.children {
  margin-top: 15px;
}

.entry-content ol, .page-content ol {
  margin-left: 1.1225em; 
  padding-left: 18px;
}
.entry-content ol li, .page-content ol li {
  font-size: 17px;
  line-height: 27px;
  margin-bottom: 15px; 
  padding-left: 2px;
}

/* ============================================================
       5 FORMS
   ============================================================ */

button, input[type=" button"], input[type="reset"], input[type="submit"], .button1, .button2 {
  border: solid 2px;
  border-color: #a12e2e;
  background-color: #a12e2e;
  border-radius: 25px;
  box-shadow: none;
  color: #fff;
  font-family: "Arimo", "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-weight: 700;
  letter-spacing: .01em;
  line-height: 1;
  text-decoration: none;
  text-shadow: none;
  text-rendering: optimizeLegibility;
}
button, .button1 {
  font-size: 19px;
  padding: 12.5px 24px;
}

.button2 {
  border-color: inherit;
  font-size: 20px;
  /*padding: 14px 48px;*/
}
a.button1, a.button2 {
  display: inline-block;
}
.button2 {
  margin-bottom: 24px;
}
/*
a.button1.button2 {
}
*/

input.search-submit {
  background-color: #fdfcfc;
  border-color: #fdfcfc;
  color: #020202; 
}
body input.search-submit:focus, body input.search-submit:hover {
  background-color: #020202;
  border-color: #020202;
  color: #fff;
}

input[type=" button"], input[type="reset"], input[type="submit"] {
  border-radius: 54px;
  cursor: pointer;
  font-size: 20px;
  padding: 11px 34px;
}

button:focus, input[type="button"]:focus, input[type="reset"]:focus, input[type="submit"]:focus, .button1:focus,
button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover, .button1:hover,
button:active, input[type="button"]:active, input[type="reset"]:active, input[type="submit"]:active, .button1:active {
  background-color: #fdfcfc;
  border-color: #fdfcfc;
  box-shadow: none;
  color: #020202;
}
.button-icon {
  margin-right: 5px;
}

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, select {
  background-color: #fdfcfc;
  color: #333;
  border: solid 3px #a12e2e;
  border-radius: 10px;
  padding: 12px;
  -webkit-transition: all .29s ease;
  transition: all .29s ease;
}
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"] {
  height: 48px;
}

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 {
  background-color: #fff;
  border: solid 3px #484747;
  color: #333;
  outline: solid 5px #484747;
}
textarea {
  padding: 7px 10px;
  width: 100%;
}
/* ============================================================
       6 NAVIGATION
   ============================================================ */
/* ============================================================
     6.1 LINKS
   ============================================================ */
a {
  color: #fff;
}
a, input, .menu-toggle, .main-navigation li.cta {
  -webkit-transition: all .23s ease;
  transition: all .23s ease;
}
a:hover, a:focus, a:active {
  color: #f97660;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}

/* ============================================================
     6.2 MENUS
   ============================================================ */

.main-navigation {
  clear: none;
  display: inline-block;
  font-family:  "Arimo", -apple-system, BlinkMacSystemFont, "Segoe UI", Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  position: relative;
  top: calc(50% + 1px);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  float: right;
  width: auto;
  z-index: 1;
}
@media screen and (min-width: 1100px) {
  .main-navigation {
    clear: none;
    display: inline-block;
    float: right;
    position: relative;
    top: calc(50% + 6px);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: auto;
  }
}


.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.main-navigation li {
  display: inline-block;
  line-height: 33px;
  margin-left: 18px;
  position: relative;
}

.main-navigation a {
  color: #fff;  
  display: block;
  font-size: 19px;
  font-weight: 700;
  text-decoration: none;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0) translateZ(0) scale(1);
  transform: translate3d(0,0,0) translateZ(0) scale(1);
  -webkit-transition: all .25s ease;
  transition: all .25s ease;
}
.main-navigation a svg,
.mobile-navigation a svg {
  position: relative;
  top: 5px;
}
.main-navigation li:last-child {
  margin-right: 0;
}

#primary-menu > li > a {
  -webkit-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0) translateZ(0) scale(1);
  transform: translate3d(0,0,0) translateZ(0) scale(1);
}

.main-navigation ul ul {
  background-color: rgba(0,0,0,.9); 
  border-bottom: solid 3px #020202;
  left: -15px;
  padding-top: 14px; 
  padding-bottom: 12px; 
  position: absolute;
  top: 43px; 
  right: 0;
  opacity: 0;
  -webkit-transition: opacity .5s ease, top .5s ease;
  transition: opacity .5s ease, top .5s ease;
  -webkit-transition: opacity 3.23s ease, top 3.3s ease;
  transition: opacity .95s ease-out, top .5s ease-out;
  visibility: hidden;
  width: 222px;
  z-index: 999; 
}
.main-navigation ul li:hover > ul, .main-navigation ul li.focus > ul {
  display: block;
  left: -15px;
  opacity: 1;
  top: 25px; 
  visibility: visible;
  z-index: 999;
  transform: translate(0, 0);
  -webkit-transition: opacity .5s ease-out, top .37s ease;
  transition: opacity .5s ease-out, top .37s ease;
}

.main-navigation ul ul a {
  background-color: rgba(0,0,0,.96);
  -webkit-transition: opacity .5s ease;
  transition: opacity .5s ease;  
  width: 193px;
}
.main-navigation ul ul li {
  background-color: rgba(0,0,0,.96);
  margin: 0;
  padding: 10px 14px;
}
.main-navigation li:hover > a, .main-navigation li.focus > a,
.main-navigation ul ul :hover > a, .main-navigation ul ul .focus > a,
.main-navigation ul ul a:hover, 
.main-navigation ul ul a.focus,
.main-navigation .current_page_item > a, 
.main-navigation .current-menu-item > a, 
.main-navigation .current_page_ancestor > a, 
.main-navigation .current-menu-ancestor > a {
  color: #f97660;
}
 
.main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
  left: 100%;
}
.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}

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

.menu-toggle {
  position: absolute;
  right: 0;
  top: calc(50% + 1px);
  /*top: 72px;*/
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
@media screen and (min-width: 645px) {
  .menu-toggle {
    top: calc(50% + 14px);
  }
}

@media screen and (min-width: 1100px) {
  body .menu-toggle {
    display: none;
  }
  .main-navigation ul {
	  display: block;
  }
}

.mobile-menu-label {
  clear: both;
  color: #fff;
  display: block;
  font-family: Arimo, sans-serif;
  font-size: 14px;
  font-weight: 700;
  margin-top: 2px;
  text-transform: uppercase;
}
.menu-toggle:focus .mobile-menu-label, .menu-toggle:hover .mobile-menu-label {
  color: #f97660;
}
.menu-toggle:focus .hamburger-inner, .menu-toggle:focus .hamburger-inner::after, .menu-toggle:focus .hamburger-inner::before,
.menu-toggle:hover .hamburger-inner, .menu-toggle:hover .hamburger-inner::after, .menu-toggle:hover .hamburger-inner::before {
  background-color: #f97660;
}

/* Mobile Navigation
---------------------------------------------- */

.cbp-spmenu {
  position: absolute; 
}
.cbp-spmenu-right {
  border-top: solid 3px #ff0000;
  height: auto;
  min-height: 100vh;
  padding-bottom: 130px;
  right: -100%;
  top: 103px;
  width: 100%;
  z-index: 8;
}
@media screen and (min-width: 599px) {
  .cbp-spmenu-right {
    height: auto; 
    min-height: 100vh;
    right: -400px;
    width: 400px;
  }
}

.mobile-navigation.cbp-spmenu-right, .cbp-spmenu-right.cbp-spmenu-open {
  background-color: rgba(0,0,0,.92);
  display: block;
  top: 103px; /*115*/
  max-height: 100%;
  /*overflow-y: scroll;*/
}
.cbp-spmenu-right.cbp-spmenu-open {
  right: 0;
}
.cbp-spmenu,
.cbp-spmenu-push {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.mobile-navigation {
  background-color: rgba(0,0,0,.92);
  display: block;
  height: auto;
  left: auto;
  min-height: 101vh;
  overflow-y: scroll;
  padding-left: 4%;
  position: fixed; /*absolute;*/
  top: 104px; /*115px;*/
  width: 100%;
  z-index: 119;
}
@media screen and (min-width: 599px) {
  .mobile-navigation {
    width: 400px;
  }
}

.mobile-navigation.showmobile {
  height: auto;
  padding-bottom: 16px;
  top: 103px; /*147*/
}
@media screen and (min-width: 645px) {
  .mobile-navigation.showmobile {
    /*top: 115px;*/
  }
}
@media screen and (min-width: 1100px) {
  .mobile-navigation.cbp-spmenu-right, .cbp-spmenu-right.cbp-spmenu-open {
    display: none;
  }
  .showmobile {
    display: none !important;
  }
}

.mobile-navigation ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#menu-mobile-nav {
  height: 1650px;
  padding-top: 32px; /*48*/
}
@media screen and (min-width: 940px) {
  #menu-mobile-nav {
    padding-top: 32px;
  }
}

.mobile-navigation li {
  font-family: Arimo, sans-serif;
  line-height: 23px;
  list-style-type: none;
  padding: 11px 20px 11px 5%;
}
.mobile-navigation li a {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: 23px;
  text-decoration: none;
}

.mobile-navigation ul ul li a {
  font-size: 17px;
  line-height: 23px;
}

.mobile-navigation li:hover > a, .mobile-navigation li.focus > a {
  color: #f97660;
}
.mobile-navigation ul.sub-menu li {
  padding: 17px 20px 6px 24px;
}
.mobile-navigation .menu-item-has-children > a {
  position: relative;
}


/* =========================================================
     6.3 HEADER
   ========================================================= */

.site-header {
  background-color: rgba(0,0,0,.9);
  border-bottom: solid 1px red;
  height: 104px; /*150px;*/
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 4;
}
@media screen and (min-width: 645px) {
  .site-header {
	/*height: 118px;*/	
  }
}
@media screen and (min-width: 1100px) {
  .site-header {
	border-bottom: none;
  }
}

.site-branding {
  height: 100%;
  margin: 0 auto;
  max-width: 1440px;
  position: relative;
  width: 90%;
}

.site-title {
  display: inline-block;
  position: relative;
  top: calc(50% + 2px); /*+14, 6*/
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 155px;
}
@media screen and (min-width: 645px) {
  .site-title {
	top: calc(50% + 4px);
    width: 158px;
  }
}

/* =========================================================
     6.4 PAGINATION
   ========================================================= */

/* Comments
------------------------------------------------------------ */
/*
.comment-content a {
  word-wrap: break-word;
}
.bypostauthor {
  display: block;
}
*/

/* PageNavi, Page Navi */

.pagination-container {
  margin: 36px auto 56px;
}
.wp-pagenavi {
  font-family: "Arimo", -apple-system, BlinkMacSystemFont, "Segoe UI", Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}
body .wp-pagenavi a, body .wp-pagenavi span {
  background-color: #721a1a;
  border: 2px solid #721a1a;
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  font-weight: 700;
  height: 38px;
  line-height: 34.5px;
  margin: 0 4px;
  padding: 0;
  width: 38px;
}
body .wp-pagenavi a:focus, body .wp-pagenavi span:focus,
body .wp-pagenavi a:hover, body .wp-pagenavi span:hover {
  background-color: #f97660;
  border-color: #f97660;
  color: #020202;
}
body .wp-pagenavi span.current {
  background-color: transparent !important;
  border-color: #fdfcfc;
  color: #fdfcfc;
}

body .wp-pagenavi a.last, body .wp-pagenavi a.first {
  border: none;
  border-radius: 0;
  width: auto;
}
body .wp-pagenavi a.last:focus, body .wp-pagenavi a.last:hover,
body .wp-pagenavi a.first:focus, body .wp-pagenavi a.first:hover {
  background-color: transparent;
  color: #020202;
}

/* =========================================================
       7 ACCESSIBILITY
   ========================================================= */

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

.screenreader, .screenreader-nav, .site-footer .screenreader-nav, .screenreader-fawesome {
  position:absolute;
  left:-10000px;
  top:auto;
  width:1px;
  height:1px;
  overflow:hidden;
}

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

/* =========================================================
       8 ALIGNMENTS
   ========================================================= */

.flex-wrap, 
.nav-links {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.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;
}
.center {
  text-align: center;
}
.left {
  float: left;
}
.right {
  float: right;
}
.block {
   display: block;
}
.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.ib {
  display: inline-block;
}
.mrxs {
  margin-right: 4px;
}
.m16 {
  margin: 0 16px;
}
.mt48, .gridx.mt48 {
  margin-top: 48px;
}
.mb48 {
  margin-bottom: 48px;
}
.opac10 {
  opacity: .1;
}

.invis {
  font-size: 0;
  line-height: 0;
  opacity: 0;
  visibility: hidden;
}

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

/* =========================================================
      10 WIDGETS / EFFECTS
   ========================================================= */

.widget {
  margin: 0 0 1.5em;
}
/* Make sure select elements fit in widgets. */
.widget select {
  max-width: 100%;
}

/* Fade In */

.fade-in {
  opacity: 1;
  animation-name: fadeInOpacity;
  animation-iteration-count: 1;
  animation-timing-function: ease-in;
  animation-duration: 2s;
}

@keyframes fadeInOpacity {
  0% {
	opacity: 0;
  }
  100% {
	opacity: 1;
  }
}

/* Accordion */


.ui-accordion .ui-accordion-header {
  cursor: pointer;
  display: block;
  font-size: 100%;
  margin: 2px 0 0 0;
  padding: .5em .5em .5em .7em;
  position: relative;
}
.ui-accordion .ui-accordion-content {
  border-top: 0;
  max-width: 920px;
  overflow: auto;
  padding: 1em 2.2em;
}
#accordion h3 {
  display: block;
  max-width: 920px;
}
#accordion h3:focus {
  outline: solid #6c6c6c;
}
#accordion h3::after {
  clear: both;
  position: relative;
}
#accordion h3 .question {
  display: inline-block;
  margin-left: 65px;
}
.ui-accordion-header-active {
  background-color: #6c6c6c;
  outline: none;
}
.ui-accordion-header-active::before {
  content: "\2212";
}
.ui-accordion-header-collapsed::before {
  content: "\002B";
}

.ui-accordion-header-active::before,
.ui-accordion-header-collapsed::before {
  border: solid 2px;
  border-radius: 50%;
  margin-right: 17px;
  padding: 7px 14px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

/* =========================================================
      11 CONTENT
   ========================================================= */

.site-main {
  background: rgba(0,0,0,.96);
  margin: 0 auto 30px;
  max-width: 1440px;
  padding: 0 5% 32px;
  position: relative;
  width: 100%;
  /*width: calc(90% + 64px);*/
}
@media screen and (min-width: 756px) {
  .site-main {
    padding: 0 32px 32px;
	width: calc(90% + 64px);
  }
}
@media screen and (min-width: 1440px) {
  .site-main {
	max-width: 1512px;
    padding: 24px 36px;
	width: 90%;
  }
}
.site-content {
  padding-top: 150px;
}
@media screen and (min-width: 645px) {
  .site-content {
    padding-top: 118px;
  }
}

/*
ol.breadcrumb {
  padding-left: 0;
}
nav .breadcrumb, nav .breadcrumb a {
  color: #fff;
}
*/

/* =========================================================
    11.1 FOOTER
   ========================================================= */

.site-footer {
  background-color: #282828;
  color: #fff;
  font-family: "Arimo", -apple-system, BlinkMacSystemFont, "Segoe UI", Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  position: relative;
}

.footer-main {
  font-size: 17px;
  line-height: 27px;
  padding: 60px 0 48px;
}

.footer-section1 {
  display: block;
  margin-top: 7px;
  margin-bottom: 28px;
  text-align: center;
  width: 100%;
}
@media screen and (min-width: 994px) {
  .footer-section1 {
    text-align: left;
    width: 340px;
  }
}

.footer-logo {
  margin: 0 auto 14px;
  width: 240px;
}
@media screen and (min-width: 994px) {
  .footer-logo {
    margin: 0 0 14px;
  }
}

.biz-desc {
  margin: 11px auto;
  max-width: 370px;
}
@media screen and (min-width: 994px) {
  .biz-desc {
    margin: 11px 0;
  }
}

.site-footer h4 {
  margin: 24px 0 10px;
  font-size: 20px;
}
.site-footer ul {
  list-style-type: none;
  margin: 4px 0 28px;
  padding: 0;
}
.site-footer ul li {
  list-style: none;
  margin: 0 0 2px;
  padding: 0;
}
.site-footer a {
  color: #fff;
  text-decoration-color: transparent;
}
.site-footer a:focus, .site-footer a:hover {
  color: #eee;
}
.site-footer ul a {
  border-bottom: solid 1px transparent;
}
.site-footer ul a:focus, .site-footer ul a:hover {
  border-bottom-color: #eee;
}


.footer-section {
  display: block;
  text-align: left;
  width: 100%;
}
@media screen and (min-width: 600px) {
  .footer-section {
    display: inline-block;
    width: 44%;
  }
}
@media screen and (min-width: 994px) {
  .footer-section {
    width: 30%;
  }
}
@media screen and (min-width: 1180px) {
  .footer-section {
    width: 21%;
  }
}

.footer-widget-area {
  text-align: center;
}
@media screen and (min-width: 994px) {
  .footer-widget-area {
    text-align: left;
  }
}
.footer-section p {
  margin: 0;
}

body #colophon p {
  font-size: 17px;
  line-height: 27px;
}
.footer-title {
  color: #fff;
  font-family: "Arimo", sans-serif;
  font-optical-sizing: auto;
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.3em;
  margin: 0;
  padding-bottom: 4px;
  position: relative;
  text-transform: capitalize;
  z-index: 1;
}
.footer-title::after {
  background: #b00e0e; 
  bottom: 5px;
  content: "";
  display: block;
  height: 13px;
  left: 0px;
  position: absolute;
  width: 113px;
  z-index: -1;
}

/* Footer Search */

.footer-searchbar {
  background-color: #b00e0e;
  padding: 24px 0;
}


/* Footer Last */

.copyright-div {
  background-color: #020202;
  font-size: 16px;
  line-height: 22px;
  padding: 40px 0;
}
.copyright-div p {
  margin: 12px 0;
}

.copyright {
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  margin: 0 auto 24px;
  max-width: 90%; 
  padding: 0;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .copyright {
    margin: 0;
    max-width: 100%;
    text-align: left;
  }
}

.legal {
  display: block;
  margin: 0 auto;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .legal {
    display: inline-block;
    margin: 0;
    text-align: right;
  }
}

.legal ul {
  display: inline-block;
}
.legal ul li {
  border-right: solid 1px #e9e9e9;
  display: inline-block;
  margin: 0; 
  padding: 0 13px 0 12px;   
}
.legal ul li:first-child {
  margin-left: 0;
  padding-left: 0;
}
.legal ul li:last-child {
  border-right: none;
  margin-right: 0;
  padding-right: 0;
}

.site-footer .legal a {
  color: #fff;
  text-decoration-color: transparent;
}
.site-footer .legal a:focus, .site-footer .legal a:hover {
}

/* =========================================================
    11.2 CUSTOM BANNER
   ========================================================= */

.entry-header {
  background-color: transparent;
  margin-top: 0;
  padding: 36px 0 32px;
  position: relative;
  width: 100%;
}
.home .entry-header {
  min-height: 290px;
}
@media screen and (min-width:  994px) {
  .entry-header {
    height: auto;
    padding: 36px 0;
    width: 100%;
  }
  .home .entry-header {
	min-height: 
  }
}  
/*
.hero-mask {
  background-color: rgba(0,0,0,.54);
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
*/

.entry-header.fw-banner picture, .entry-header.fw-banner img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: -9999px;
  right: -9999px;
  bottom: -9999px;
  left: -9999px;
  margin: auto;
}

/* =========================================================
      12 POSTS AND PAGES
   ========================================================= */

.sticky {
  display: block;
}
.hentry {
  margin: 0; /*0 0 1.5em*/
  width: 100%;
}
.byline, .updated:not(.published) {
  /*display: none;*/
}
.single .byline, .group-blog .byline {
  display: inline;
}
.page-content, .entry-content, .entry-summary {
  margin: 0; /*1.5em 0 0;*/
}
.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

/* =========================================================
    12.1 PAGE TEMPLATE DEFAULT
   ========================================================= */

.page-template-default .entry-content {
  padding: 1.5em 0 76px; /*52px 0 76px*/
}

.page-template-default .site-main {
}
@media screen and (min-width: 1663px) {
  .page-template-default .site-main {
    max-width: 1512px;
    padding: 0 36px 30px
  }
}

.page-template-default p {
  font-size: 24px;
  line-height: 33px;
}


/* =========================================================
    12.2 SINGLE POSTS AND CPTs, BLOG
   ========================================================= */

/* Blog Archive */

.page .page-header h1 {
  font-size: 36px;
}
/*
.page-template-blog .page-header h1 {
  margin: 18px 0;
}
*/
@media screen and (min-width: 1280px) {
  .page .page-header h1 {
    font-size: 42px;
  }
}
/*
@media screen and (min-width: 994px) {
  .page-template-blog .page-header {
    padding: 32px 0 44px;
  }
}
*/

/* CPTs Specific */
.cpt-title {
  font-family: Arimo, sans-serif;
}
@media screen and (min-width: 1024px) {
  .cpt-title, .cpt-thumbnail {
	  width: 50%;
  }
  .cpt-title {
	padding: 0 28px 0 0;  /*If using row-revrrse, put padding on both right and left */
  }
  .cpt-title-inner {
	position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
.cpt-title-inner .entry-title {
  font-size: 36px;
  line-height: 1.125em;
}
@media screen and (min-width: 1320px) {
  .cpt-title-inner .entry-title {
	font-size: 48px;
	padding: 0 32px 0 0;
  }
}

.wp-singular .entry-meta {
  margin-bottom: 28px;
}
p.scriptwriter, p.collab, p.cat-links, p.tags-links {
  margin: 14px 0;
}
.cat-links a, .tags-links a {
  border-radius: 31px;
  display: inline-block;
  font-family: Arimo, sans-serif;
  margin-right: 4px;
}
.cat-links a {
  background-color: #890a0a; /*red*/
  padding: 7px 16px;
}
.cat-links a.nsfw {
  background-color: #ee0000;
}
.cat-links a.rf {
  background-color: #37D2F9;
  color: #020202;
}
.cat-links a.sfw {
  background-color: #0e8a0e;
}
.tags-links a {
  background-color: #373737;
  font-size: 18px;
  margin-bottom: 14px;
  padding: 1px 12px;
  text-decoration: none;
}
.tags-links a:focus, .tags-links a:hover {
  background-color: #a12e2e;
  color: #fff;
}

.everynamelinks .button1:nth-of-type(1) {
  margin-right: 24px;
}

.nav-previous, .nav-next {
  margin-bottom: 14px;
}

/* Archives */

.archive-article {
  border-bottom: solid 1px #d9dae6;
  margin: 0 0 36px;
  padding: 0 0 32px;
}
@media screen and (min-width: 675px) {
  .archive-article {
	width: 44%;
  }
}

.search-results .attachment-post-thumbnail {
}
@media screen and (min-width: 840px) {
  .search-results .attachment-post-thumbnail {
  }
}

.archive-article h2 a,
.page-template-page-audios .search-article h2 a,
.page-template-page-youtube .search-article h2 a,
.page-template-page-everyname .search-article h2 a {
  text-decoration-color: transparent;
}
.archive-article h2 a:focus,
.archive-article h2 a:hover,
.page-template-page-audios .search-article h2 a:focus,
.page-template-page-audios .search-article h2 a:hover,
.page-template-page-youtube .search-article h2 a:focus,
.page-template-page-youtube .search-article h2 a:hover,
.page-template-page-everyname .search-article h2 a:focus,
.page-template-page-everyname .search-article h2 a:hover {
  text-decoration-color: inherit;
}

.blog-entry-content {
  font-size: 18px;
  line-height: 1.5em; /* 27px */
}
@media screen and (min-width: 840px) {
  .blog-entry-content {
	margin-top: 8px;
  }
}

.archive-article p {
  margin-top: 0;
}

.archive-article-footer p.blogreadmore {
  margin-top: 12px;
  width: 100%;
}

/* Single Posts */

@media screen and (min-width: 1100px) {
  .single-post .page-header {
    padding: 200px 0;
  }
}
.single-post .page-header {
  padding: 200px 0;
}
.single-post .entry-meta,
.single-post .entry-meta a {
  color: #fff;
  font-weight: 700;
}
.single-post .entry-meta a:focus,
.single-post .entry-meta a:hover {
  color: #f0f0f0;
}

.single-post-breadcrumbs {
  bottom: 12px;
  position: absolute;
  width: 100%;
}

.single-post .entry-content {
  padding: 24px 0 36px;
  position: relative;
}

/* =========================================================
    12.3 HOME
   ========================================================= */

.home .site-header {
  background-color: rgba(173, 59, 59, .90);
  border: none;
}

.home .entry-header {
  min-height: 290px; 
  padding: 0;
  position: relative;
}
@media screen and (min-width: 768px) {
  .home .entry-header {
	min-height: 740px;
  }
}  
@media screen and (min-width: 994px) {
  .home .entry-header {
	min-height: 932px;
  }
}  
@media screen and (min-width: 1024px) {
  .home .entry-header {
	min-height: 89vh;
  }
}  
@media screen and (min-width: 1280px) {
  .home .entry-header {
	min-height: 83vh;
  }
} 
@media screen and (min-width: 1440px) {
  .home .entry-header {
	min-height: 85vh;
  }
}  
@media screen and (min-width: 2560px) {
  .home .entry-header {
	min-height: 72vh;
  }
}  
@media screen and (min-width: 5119px) {
  .home .entry-header {
	min-height: 89vh;
  }
}  



.home .site-content {
  padding-top: 104px; /*80px;*/
}
/*
@media screen and (min-width: 645px) {
  .home .site-content {
    padding-top: 80px;
  }
}
@media screen and (min-width: 1280px) {
  .home .site-content {
    padding-top: 76px;
  }
}
@media screen and (min-width: 1512px) {
  .home .site-content {
    padding-top: 67px;
  }
}
*/
.entry-header-inner {
  background: transparent;
  left: 5%;
  min-height: 100px;
  max-width: 740px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 90%;
  z-index: 1;
}
@media screen and (min-width: 1512px) {
  .entry-header-inner {
    left: calc((100% - 1440px) / 2 );
	max-width: 1042px;
  }
}
/*
@media screen and (min-width: 2560px) {
  .entry-header-inner {
  }
}
*/

.headline-style-banner {
  color: #fff;
  font-family: "Arimo", sans-serif;
  font-size: 36px;
  font-weight: 666;
  line-height: 45px;
  margin: .67em 0 .5em;
}
@media screen and (min-width: 640px) {
  .headline-style-banner {
    font-size: 42px;
	line-height: 57px;
  }
}
@media screen and (min-width: 768px) {
  .headline-style-banner {
    font-size: 46px;
	line-height: 51px;
  }
}
@media screen and (min-width: 1280px) {
  .headline-style-banner {
    font-size: 55px;
	line-height: 62px;
  }
}
@media screen and (min-width: 1400px) {
  .headline-style-banner {
    font-size: 60px;
	line-height: 69px;
  }
}
@media screen and (min-width: 1512px) {
  .headline-style-banner {
    font-size: 66px;
	line-height: 74px;
  }
}
@media screen and (min-width: 1900px) {
  .headline-style-banner {
    font-size: 82px;
	line-height: 92px;
  }
}
@media screen and (min-width: 2560px) {
  .headline-style-banner {
    font-size: 126px;
	line-height: 141px;
  }
}
.banner-subtitle {
  color: #fff;
  font-family: Arimo, sans-serif;
  font-size: 17px;
  line-height: 1.4em;
}
@media screen and (min-width: 400px) {
  .banner-subtitle {
    font-size: 15px;
  }
}
@media screen and (min-width: 640px) {
  .banner-subtitle {
    font-size: 20px;
  }
}
@media screen and (min-width: 1280px) {
  .banner-subtitle {
    font-size: 22px;
  }
}
@media screen and (min-width: 1600px) {
  .banner-subtitle {
    font-size: 24px;
  }
}
@media screen and (min-width: 1900px) {
  .banner-subtitle {
    font-size: 31px;
  }
}
@media screen and (min-width: 2560px) {
  .banner-subtitle {
    font-size: 36px;
  }
}

/* =========================================================
    12.4 CONTACT
   ========================================================= */
  
  
::-webkit-input-placeholder {  
  color: #424242;
  opacity: 1;
}
:-moz-placeholder { 
  color: #424242; 
  opacity: 1; 
}
::-moz-placeholder { 
  color: #424242;  
  opacity: 1;
}
:-ms-input-placeholder {  
  color: #424242; 
  opacity: 1; 
}

/* =========================================================
    12.5 SOCIAL / LINKS PAGE
   ========================================================= */

.button2 span {
  background-color: inherit;
  border-radius: 25px;
  display: inline-block;
  padding: 14px 48px;
}
.button2 {
  padding: 6px;
  background-color: transparent;
  border-style: solid;
  border-width: 3px;
  border-radius: 41px;
}
/* Social Colors */

.button2.patreon span {
  background-color: #ff5900;
  border-color: #ff5900;
  color: #000;
}
.button2.patreon {
  border-color: #fff;
}
.button2.reddit span {
  background-color: #ff4500;
  border-color: #ff4500;
  color: #000;
}
.button2.reddit {
  border-color: #fdfcfc;
}
.button2.yt span {
  background-color: #ff0000;
  border-color: #ff0000;
}
.button2.yt {
  border-color: #ff0000;
}
.button2.twitter span {
  background-color: #1da1f2;
  border-color: #1da1f2;
}
.button2.twitter {
  border-color: #f5f8fa;
}
.button2.bluesky span {
  background-color: #0a7aff;
  border-color: #0a7aff;
}
.button2.bluesky {
  border-color: #0a7aff;
}
.button2.tiktok span {
  background-color: #010101;
  border-color: #fff;
}
.button2.tiktok {
  border-color: #b5d6db;
}
.button2.insta span {
  background-color: #c32aa3;
  border-color: #c32aa3;
}
.button2.insta {
  border-color: #f9329c;
}
.button2.throne span {
  background-color: #6538ff;  
  border-color: #6538ff; 
}
.button2.throne {
  border-color: #5f2ee5;
}

.button2.spotify span {
  background-color: #1ed760;  
  border-color: #1ed760; 
  color: #121212;
}
.button2.spotify {
  border-color: #1ed760;
}


.button2.kofi span {
  background-color: #e9dfd2;
  border-color: #e9dfd2;
  color: #010101;
}
.button2.kofi {
  border-color: #e9dfd2;
}
.button2.twitch span {
  background-color: #9146ff;
  border-color: #9146ff;
}
.button2.twitch {
  border-color: #c299f2;
}
.button2.ph span {
  background-color: #ff9000;
  border-color: #ff9000;
  color: #000;
}
.button2.ph {
  border-color: #fff;
}
.button2.soundgasm span {
  background-color: #eee;
  background-color: #eee;
  color: #171717;
}
.button2.soundgasm {
  border-color: #eee;
}
.button2.hotaudio span {
  background-color: #ed662e;
  background-color: #ed662e;
  color: #000;
}
.button2.hotaudio {
  border-color: #cbd5e1;
}

body a.button2:focus, body a.button2:hover {
  box-shadow: 1px 1px 26px 2px #c8c8c8;
  color: inherit;
}
body a.button2:active {
  position: relative;
  top: 2px;
  left: 1px;
}

.button2 span img {
  display: inline;
  margin-right: 11px;
  margin-bottom: -3px;
  position: relative;
  width: 18px;
}
.button2.twitter span img, .button2.yt span img {
  fill: #fff;
}

/* =========================================================
    12.6 ARCHIVES * CATEGORIES
   ========================================================= */

.category .page-header, .tag .page-header,
.archive .page-header {
  padding: 40px 0 16px;
  position: relative;
}

.category .page-title, .tag .page-title,
.archive .page-title {
  /*color: #fff;*/
  font-size: 36px;
  line-height: 1.2em;
}
@media screen and (min-width: 1280px) {
  .category .page-title, .tag .page-title, .archive .page-title {
    font-size: 42px;
  }
}

.the-archives {
  padding-top: 40px;
}

/* =========================================================
    12.7 FILE NOT FOUND 404
   ========================================================= */

.error404 .page-content {
  padding: 36px 0 72px;
}
.error404 .page-header {
  padding: 40px 0 16px;
  position: relative;
}

.error404 .page-header h1, .search .page-header h1 {
  color: #fff;
  font-size: 36px;
  font-weight: 700;
  letter-spacing: -.0125em;
  text-transform: capitalize;
}
@media screen and (min-width: 1280px) {
  .error404 .page-header h1, .search .page-header h1 {
    font-size: 42px;
  }
}
.error404 .page-content {
  color: #fff;
}
.error404 .page-content p {
  font-size: 21px;
  line-height: 32px;
  margin-bottom: 1.4em;
}

.error404 .page-content li a {
}
.error404 .page-content li a:focus, .error404 .page-content li a:hover {
}


/* =========================================================
    12.8 SEARCH RESULTS
   ========================================================= */

.search .site-main {
  width: 90%;
  padding: 0;
}
@media screen and (min-width: 1440px) {
  .search .site-main {
    max-width: 1512px;
    width: 90%;
    padding: 24px 36px;
  }
}

.search .page-header {
  padding: 40px 0 40px;
  position: relative;
  width: 100%;
}

.page-template-page-audios .entry-content .search-article h2,
.page-template-page-youtube .entry-content .search-article h2,
.page-template-page-everyname .entry-content .search-article h2 {
  border-bottom: none;
}
.search-results .search-article .entry-title,
.archive .search-article .entry-title,
.page-template-page-audios .entry-content .search-article .entry-title,
.page-template-page-youtube .entry-content .search-article .entry-title,
.page-template-page-everyname .entry-content .search-article .entry-title {
  font-family: Arimo, sans-serif;
  font-size: 27px;
  line-height: 34px;
}
@media screen and (min-width: 1408px) {
  .search-results .search-article .entry-title,
  .archive .search-article .entry-title,
  .page-template-page-audios .entry-content .search-article .entry-title,
  .page-template-page-youtube .entry-content .search-article .entry-title,
  .page-template-page-everyname .entry-content .search-article .entry-title {
    font-size: 32px;
    line-height: 38px;
	margin-bottom: 12px;
  }
}

.search .entry-meta,
.archive .entry-meta {
  margin-bottom: 14px;
}

.search-article {
  border-bottom: solid 1px #797979;
  margin: 0 0 36px;
  padding: 0 0 32px;
}
@media screen and (min-width: 675px) {
  .search-article {
	width: 44%;
  }
}

/*
.search-results .attachemnt-post-thumbnail {
  position: relative;
}
.search-results .attachment-post-thumbnail::after {
  background: red;
  content: "";
  height: 100%;
  position: absolute;
  left: 4px;
  top: 4px;
  width: 100%;
}
@media screen and (min-width: 840px) {
  .search-results .post-thumbnail {
  }
}
*/
.entry-header-search {
  font-family: Arimo, sans-serif;
}
.search-article h2 a, .entry-meta, .entry-meta a {
  color: #fff;
  font-weight: 666;
  text-decoration-color: transparent;
}
.search-article h2 a:focus,
.search-article h2 a:hover,
.entry-meta a:focus,
.entry-meta a:hover {
  text-decoration-color: inherit;
}

.search-results .entry-summary,
.archive .entry-summary {
  font-size: 19px;
  line-height: 1.5em; /* 27px */
  margin-bottom: 12px;
}
@media screen and (min-width: 840px) {
  .search-results .entry-summary,
  .archive .entry-summary {
	margin-top: 8px;
  }
}

.search-article p {
  color: #fff;
  margin-top: 0;
}

.search-article p.search-result-button {
  margin-top: 12px;
  width: 100%;
}

.pagination-container {
  clear: both;
  margin: 36px auto 56px;
  width: 100%;
}

.found-nothing {
  padding: 0 0 104px;
}


/* =========================================================
    12.9 ASIDES
   ========================================================= */

/* =========================================================
      13 TABLES
   ========================================================= */

.entry-content table th, .entry-content table td {
  font-family: "Arimo", Roboto, sans-serif;
  padding: .625em .5em;
  border: 1px solid #333;
  text-align: center;
  line-height: 1.125em;
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  .entry-content table th, .entry-content table td {
	font-size: 20px;
  }
}

.entry-content table th {
  background-color: #890a0a;
  color: #fff;
  font-weight: 700;
}

.entry-content table td {
  background-color: #fdfcfc;
  color: #333;
  vertical-align: middle;
}
.entry-content table tr:nth-of-type(2n+1) > td {
  background-color: #e8e8e8;
}


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

/* =========================================================
    14.1 CAPTIONS
   ========================================================= */

.wp-caption {
  font-size: 14px !important;
  margin-top: -16px !important;
  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: left;
}

/* =========================================================
    14.2 GALLERIES
   ========================================================= */

.gallery {
  margin-bottom: 1.5em;
}
.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
@media screen and (min-width: 540px) {
  .gallery-columns-2 .gallery-item, .gallery-columns-4 .gallery-item {
    max-width: 49%;
  }
}
@media screen and (min-width: 666px) {
  .gallery-columns-3 .gallery-item {
    max-width: 32.33%;
  }
  .gallery-columns-4 .gallery-item {
    max-width: 47%;
  }
}
@media screen and (min-width: 1024px) {
  .gallery-columns-4 .gallery-item {
    max-width: 30%;
  }
}
@media screen and (min-width: 1280px) {
  .gallery-columns-4 .gallery-item {
    max-width: 24%;
  }
}
.gallery-caption {
  display: block;
  text-align: center;
}

/* =========================================================
    15 PRINT STYLES
   ========================================================= */
@media print {
	body, .site-main {
	  background: #fff;
	  color: #000;
	}
	body::before {
	  background-image: none;
	  background-color: #fff;
	}
	.page .entry-content, .entry-content, .wp-singular .entry-content {
	  color: #000;
	}
	blockquote {
	  background-color: #eaeaea;
	}
	.site-footer {
	  display: none;
	}
}

/*--\m/--*/