/*
 * Luv 'til it Hurts - Hugo Theme
 * Adapted from Atomic Blocks WordPress Theme (v1.2.6)
 * Original theme by Array, Inc.
 */

/* ==============================================================
   1.0 - Reset
   ============================================================== */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}

html {
  font-size: 62.5%;
  overflow-y: scroll;
  overflow-x: hidden;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  overflow-x: hidden;
  margin: 0 auto;
  background: #fff;
}

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

article, aside, details, figcaption, figure, footer, header, main, nav, section {
  display: block;
}

table {
  border-collapse: separate;
  border-spacing: 0;
}

caption, th, td {
  font-weight: normal;
  text-align: left;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
}

blockquote, q {
  quotes: "" "";
}

a:focus {
  outline: thin dotted;
}

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

a img {
  border: 0;
}

/* ==============================================================
   2.0 Typography
   ============================================================== */
body, button {
  color: #272c30;
  font-family: "Nunito Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.7;
}
@media (max-width: 1000px) {
  body, button {
    font-size: 17px;
  }
}
@media (max-width: 600px) {
  body, button {
    font-size: 16px;
  }
}

h1, h2, h3, h4, h5, h6 {
  clear: both;
  font-family: "Muli", "Nunito Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 3%;
}

h1 { font-size: 2em; }
h2 { font-size: 1.6em; }
h3 { font-size: 1.4em; }
h4 { font-size: 1.2em; }
h5 { font-size: 1.1em; }
h6 { font-size: 1em; }

p, .embed-vimeo {
  margin-bottom: 1.2em;
}

b, strong {
  font-weight: bold;
}

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

blockquote {
  color: #272c30;
  font-weight: bold;
  line-height: 1.4;
  margin: 1em 0 1.2em 0;
  position: relative;
  padding: 0 0 0 30px;
  border-left: solid 3px #272c30;
}
blockquote p {
  margin-bottom: 1em;
}
blockquote cite {
  margin-top: 10px;
  display: block;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #f2f2f2;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code, kbd, tt, var {
  font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

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

mark, ins {
  text-decoration: none;
}

sup, sub {
  font-size: 75%;
  height: 0;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup { bottom: 1ex; }
sub { top: .5ex; }
small { font-size: 75%; }
big { font-size: 125%; }

.highlight {
  background: #fff198;
}

/* ==============================================================
   3.0 Elements
   ============================================================== */
hr {
  background-color: transparent;
  border: 0;
  height: 0px;
  margin: 2em 0;
  max-width: 100%;
  border: solid 1px #ddd;
}

ul, ol {
  margin: 0 0 1.4em 20px;
}

ul { list-style: disc; }
ol { list-style: decimal; }

ul ul, ol ol, ul ol, ol ul {
  margin: .6em 0 .6em 1.5em;
}

.entry-content ul,
.entry-content ol {
  padding-left: 1.8em;
}

.entry-content li {
  margin-bottom: 2%;
}

dt { font-weight: bold; }
dd { margin: 0 1.5em 1.5em; }

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

figure {
  margin: 0;
}

/* Tables */
table {
  font-size: 18px;
  margin-bottom: 5%;
  padding: 0;
  width: 100%;
}

table thead {
  background: #f2f2f2;
}
table thead th {
  font-weight: bold;
}

table td, #content table th {
  padding: 15px;
}

table td {
  border-bottom: solid 1px #f2f2f2;
}

table tr:last-child td {
  border-bottom: none;
}

table tr:nth-child(even) {
  background: #f2f2f2;
}

/* ==============================================================
   4.0 Form Elements
   ============================================================== */
button,
input:not(input[type="radio"]),
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  box-sizing: border-box;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
  background: #5a3fd6;
  border: none;
  border-radius: 3px;
  color: #fff;
  font-family: "Nunito Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-weight: 600;
  padding: 14px 20px;
  -webkit-appearance: none;
  transition: .2s ease-in-out;
  cursor: pointer;
}
@media (max-width: 600px) {
  button,
  input[type="button"],
  input[type="reset"],
  input[type="submit"],
  .button {
    padding: 10px 16px;
    font-size: 16px;
  }
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
.button:hover {
  box-shadow: inset 0 0 80px rgba(255, 255, 255, 0.25);
  color: #fff;
  cursor: pointer;
}

.searchform {
  position: relative;
}
.searchform .search-input {
  width: 100%;
  font-size: 16px;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea,
select {
  color: #7c8a96;
  background: #fff;
  box-sizing: border-box;
  -webkit-appearance: none;
  padding: 15px;
  border: solid 1px #D4DDE5;
  transition: .1s ease-in-out;
  border-radius: 2px;
  font-size: 17px;
  width: 100%;
}
@media (max-width: 1000px) {
  input[type="text"],
  input[type="email"],
  input[type="url"],
  input[type="password"],
  input[type="search"],
  textarea,
  select {
    padding: 12px 10px;
    font-size: 15px;
  }
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus,
select:focus {
  outline: none;
  box-shadow: inset 0 0 4px 2px #F4F8FB;
  border-color: #abb4bb;
  color: #272c30;
}

#page .more-link {
  display: inline-block;
  margin-bottom: 0;
  padding: 6px 15px;
  border-radius: 30px;
  font-size: 16px;
  box-shadow: none;
  font-weight: bold;
  color: #272c30;
  border: solid 2px;
}
#page .more-link:hover {
  color: #5a3fd6;
}

/* ==============================================================
   5.0 Navigation
   ============================================================== */

/* Luv Header (red background) */
.luv-header {
  background-color: #ed1c24 !important;
  color: white !important;
}

/* ==============================================================
   5.1 Links
   ============================================================== */
a {
  color: #62707c;
  text-decoration: none;
  transition: .07s ease-in-out;
}

a:hover, a:focus, a:active {
  color: #272c30;
}

/* ==============================================================
   5.2 Menus
   ============================================================== */
.search-drawer {
  display: none;
  background: #fff;
}
.search-drawer .search-input {
  border: none;
  text-align: center;
  font-size: 30px;
}
.search-drawer .search-input:focus,
.search-drawer .search-input:active {
  box-shadow: none;
  background: transparent;
}

.search-toggle {
  text-align: center;
  width: 20px;
}
.search-toggle .fa-times {
  display: none;
}
.search-toggle:hover {
  color: #62707c;
  cursor: pointer;
}
@media (max-width: 1000px) {
  .search-toggle {
    display: none;
  }
}

.menu-toggle {
  display: none;
}
@media (max-width: 1000px) {
  .menu-toggle {
    display: block;
  }
}

.button-toggle {
  background: none;
  padding: 0;
  color: #fff;
}
.button-toggle span:not(:first-child) {
  display: none;
}
.button-toggle:hover, .button-toggle:active, .button-toggle:focus {
  box-shadow: none;
  color: #fff;
}

.main-navigation {
  font-size: 17px;
  font-weight: bold;
  display: inline-block;
  width: 100%;
  text-align: center;
}
@media (max-width: 1000px) {
  .main-navigation {
    display: none;
  }
}

.top-navigation {
  display: block;
  width: 100%;
  position: relative;
  z-index: 10;
}

.top-navigation-right {
  display: flex;
}
@media (max-width: 1000px) {
  .top-navigation-right {
    display: none;
  }
}

.top-navigation .main-navigation {
  width: 100%;
  text-align: center;
}
@media (max-width: 1000px) {
  .top-navigation .main-navigation {
    display: none;
    border-bottom: none;
  }
  .site-header .container {
    display: none !important;
  }
}
.site-header .container {
  display: block;
}

.main-navigation a {
  transition: .3s ease;
  color: white;
}
.main-navigation a:hover {
  color: #5a3fd6;
}

.main-navigation ul {
  margin: 0;
}
.main-navigation ul li {
  display: inline-block;
  list-style-type: none;
  padding: 0 15px;
  position: relative;
}
.main-navigation ul li a {
  display: inline-block;
  margin: 0 0 10px 0;
  line-height: 2;
}
.main-navigation ul li a:active,
.main-navigation ul li a:focus {
  outline: none;
}
.main-navigation ul li.current-menu-item a,
.main-navigation ul li.current-page-item a {
  color: #5a3fd6;
}

.site-identity .main-navigation ul {
  line-height: 3;
}

/* Submenu arrow indicator */
.site-header .menu-item-has-children,
.site-header .page_item_has_children {
  position: relative;
}
.site-header .menu-item-has-children > a:after,
.site-header .page_item_has_children > a:after {
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  padding-left: 5px;
  font-size: 13px;
}
@media (max-width: 1000px) {
  .site-header .menu-item-has-children > a:after,
  .site-header .page_item_has_children > a:after {
    display: none;
  }
}

.sub-menu .menu-item-has-children > a:after {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  float: right;
}

.site-header .menu-item-has-children:hover {
  cursor: pointer;
}
.site-header .menu-item-has-children:hover ul {
  animation-name: fadeIn;
}

/* Dropdown menus */
.main-navigation .sub-menu,
.main-navigation .children {
  position: absolute;
  width: 200px;
  top: 52px;
  left: 0;
  text-align: left;
  font-weight: 400;
  font-size: 13px;
  margin: 0;
  background: #15171a;
  left: -999em;
  z-index: 100;
  border-radius: 3px;
  text-align: center;
  animation-duration: .3s;
  animation-fill-mode: both;
}

.main-navigation li ul {
  z-index: 100;
}

.main-navigation li ul li {
  padding: 0;
  margin: 0;
  width: 100%;
  transition: .3s ease;
}
.main-navigation li ul li:hover {
  background: rgba(255, 255, 255, 0.02);
}
.main-navigation li ul li:hover ul {
  left: 100%;
}

.main-navigation li ul a,
.main-navigation li ul li a {
  width: 100%;
  display: inline-block;
  border-bottom: dotted 1px rgba(255, 255, 255, 0.15);
  padding: 15px 20px;
  margin: 0;
  font-weight: normal;
  text-transform: none;
  line-height: 1.6;
  color: #b8bfcb;
}
.main-navigation li ul a:hover,
.main-navigation li ul li a:hover {
  color: #fff;
}

.main-navigation li ul li ul {
  padding: 0;
}

.main-navigation ul ul {
  top: 0;
}

.main-navigation ul ul ul {
  left: -999em;
}

.main-navigation li ul ul.sub-menu,
.main-navigation li ul ul.children {
  top: 0;
  margin: 0;
  z-index: 50;
  position: absolute;
  margin-left: 1px !important;
}

.main-navigation li.focus > ul,
.main-navigation li:hover > ul {
  left: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
  left: 100%;
}

.site-header .sub-menu:before {
  position: absolute;
  top: -8px;
  left: 50%;
  margin-left: -8px;
  content: " ";
  display: block;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #181c1f;
  border-left: 8px solid transparent;
}

/* Mobile navigation */
.mobile-navigation {
  display: none;
  width: 100%;
  padding: 15px;
  background: #ed1c24;
  transition: .2s ease;
  text-align: center;
}
.mobile-navigation button {
  width: 100%;
}
@media (max-width: 1000px) {
  .mobile-navigation {
    display: inline-block;
  }
}

.toggle-active {
  background: #5a3fd6;
}

.drawer-wrap {
  position: relative;
}

.drawer {
  padding: 10px 0 15px 0;
  background: rgba(21, 23, 26, 0.7);
  font-size: 16px;
  display: none;
  z-index: 30;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  overflow-x: hidden;
}
@media only screen and (min-width: 1000px) {
  .drawer {
    display: none !important;
  }
}

.drawer-menu-explore {
  padding-top: 0;
  padding-bottom: 0;
}
@media (max-width: 1000px) {
  .drawer-menu-explore {
    background: #272c30;
    padding: 15px 5% 30px 5%;
  }
}

.show-drawer {
  animation-name: fadeIn;
  animation-duration: .5s;
  animation-fill-mode: both;
  display: inline-block !important;
}
@media only screen and (min-width: 1000px) {
  .show-drawer {
    display: none !important;
  }
}

.drawer .drawer-navigation {
  width: 100%;
  max-width: 100%;
  z-index: 40;
  position: relative;
}
@media (max-width: 1000px) {
  .drawer .drawer-navigation {
    font-size: 17px;
    display: inline-block;
  }
}
.drawer .drawer-navigation .menu {
  margin: 0;
}
.drawer .drawer-navigation ul {
  margin: 0;
  padding: 0;
}
.drawer .drawer-navigation ul li {
  width: 100%;
  padding: 0;
  list-style-type: none;
  border-bottom: dotted 1px rgba(255, 255, 255, 0.2);
  position: relative;
  z-index: 50;
}
.drawer .drawer-navigation ul li:last-child {
  border-bottom: none;
}
.drawer .drawer-navigation ul li a {
  display: inline-block;
  padding: 15px 10px 15px 0;
  margin: 0;
  border-bottom: none;
  position: relative;
}
.drawer .drawer-navigation a {
  color: rgba(255, 255, 255, 0.7);
  padding-left: 0;
  line-height: 1.4;
}
.drawer .drawer-navigation a:hover {
  color: #fff;
}
.drawer .drawer-navigation .sub-menu,
.drawer .drawer-navigation .children {
  display: none;
  position: relative;
  width: 100%;
  left: 0;
  top: auto;
  margin: 0 0 0 15px;
  padding: 0 15px 0 0;
  border: none;
  background: transparent;
  box-shadow: none;
}
.drawer .drawer-navigation .sub-menu:before,
.drawer .drawer-navigation .children:before {
  display: none;
}
.drawer .drawer-navigation .sub-menu li:first-child {
  border-top: dotted 1px rgba(255, 255, 255, 0.2);
}

.drawer .menu-item-has-children .toggle-sub {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  padding: 13px 0;
  line-height: 1.4;
  text-align: center;
  z-index: 75;
  display: block;
  font-size: 20px;
  color: #fff;
  cursor: pointer;
  background: #424851;
  border-radius: 0;
}
.drawer .menu-item-has-children .toggle-sub:hover {
  box-shadow: none;
  color: #fff;
}

.drawer .drawer-navigation .drop-open ul.drop-active {
  display: block;
}

.drawer nav {
  padding: 2% 0 0 0;
}

.drawer-wrap .searchform {
  margin-top: 25px;
}
.drawer-wrap .searchform .search-input {
  border: none;
}

/* ==============================================================
   5.3 Social Navigations
   ============================================================== */
.social-navigation {
  display: inline-block;
}
@media (max-width: 1000px) {
  .social-navigation {
    float: none;
    width: 100%;
    margin-top: 15px;
  }
}
.social-navigation ul {
  list-style: none;
  margin: 0;
}
.social-navigation li {
  display: inline;
  font-size: 14px;
}
.social-navigation a {
  transition: .1s ease-in-out;
  padding: 0 4px;
}
.social-navigation a:before {
  font-size: 26px;
  font-family: 'Font Awesome 5 Brands';
  padding: 0;
  display: inline-block;
  text-align: center;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  color: #272c30;
}
.social-navigation a:hover:before {
  color: #62707c;
}
.social-navigation a[href*="twitter.com"] { font-size: 0; }
.social-navigation a[href*="twitter.com"]:before { content: "\f081"; }
.social-navigation a[href*="facebook.com"] { font-size: 0; }
.social-navigation a[href*="facebook.com"]:before { content: "\f09a"; }
.social-navigation a[href*="instagram.com"] { font-size: 0; }
.social-navigation a[href*="instagram.com"]:before { content: "\f16d"; }
.social-navigation a[href*="youtube.com"] { font-size: 0; }
.social-navigation a[href*="youtube.com"]:before { content: "\f167"; }
.social-navigation a[href*="vimeo.com"] { font-size: 0; }
.social-navigation a[href*="vimeo.com"]:before { content: "\f194"; }
.social-navigation a[href*="linkedin.com"] { font-size: 0; }
.social-navigation a[href*="linkedin.com"]:before { content: "\f0e1"; }
.social-navigation a[href*="mailto"] { font-size: 0; }
.social-navigation a[href*="mailto"]:before { content: "\f0e0"; font-family: "Font Awesome 5 Free"; font-size: 16px; }

.footer-tagline + .social-navigation {
  float: right;
}

/* Post meta list */
.entry-content .meta-list {
  list-style: none;
  margin: 0;
  padding: 0;
  font-weight: bold;
}
.entry-content .meta-list li {
  display: inline-block;
  margin: 0 20px 0 0;
}
.entry-content .meta-list a {
  font-weight: normal;
  color: #5a3fd6;
}
.entry-content .meta-list a:hover {
  color: #272c30;
}

/* Author profile box */
.author-profile {
  position: relative;
  margin-top: 5%;
  padding: 5%;
  width: 100%;
  display: inline-block;
  background: #f2f2f2;
}
@media (max-width: 600px) {
  .author-profile {
    padding: 8% 4%;
  }
}

.author-profile-avatar {
  display: block;
  position: absolute;
}
.author-profile-avatar img {
  border-radius: 100px;
}

.author-profile-info {
  padding: 0 0 0 90px;
  font-size: 16px;
  line-height: 1.6;
}

.author-profile-links {
  font-size: 12px;
  margin-top: 10px;
  display: inline-block;
}
.author-profile-links a {
  background: #272c30;
  color: #fff;
  padding: 5px 10px;
  border-radius: 30px;
}
.author-profile-links a:hover {
  opacity: .8;
}
.author-profile-links a:first-child {
  margin-right: 5px;
}

.author-profile-title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 8px;
}

/* ==============================================================
   5.5 Page Navigation
   ============================================================== */
.pagination {
  display: inline-block;
  width: 100%;
  margin-top: 8%;
}
.pagination a {
  color: #272c30;
}
.pagination a, .pagination span {
  background: #f2f2f2;
  padding: 10px 20px;
  transition: .2s ease-in-out;
  display: inline-block;
  color: #272c30;
  font-weight: 600;
  text-align: center;
  line-height: 1.9;
  vertical-align: middle;
  height: 50px;
}

.page-numbers {
  font-size: 18px;
  font-weight: 400;
}

.page-numbers.current,
.page-numbers:hover {
  background: #5a3fd6;
  color: #fff;
}

.post-navigation {
  margin-top: 10%;
  line-height: 1.4;
  width: 100%;
  display: block;
  font-weight: bold;
}
.post-navigation:before, .post-navigation:after {
  content: '';
  display: table;
}
.post-navigation:after {
  clear: both;
}
.post-navigation a {
  color: #272c30;
}
.post-navigation a:hover .post-title {
  color: #5a3fd6;
}
.post-navigation .meta-title {
  font-size: 16px;
  display: inline-block;
  width: 100%;
}
.post-navigation .post-title {
  font-size: 20px;
  transition: .3s ease;
}
@media (max-width: 600px) {
  .post-navigation .post-title {
    font-size: 16px;
  }
}

.nav-next,
.nav-previous {
  display: inline-block;
  float: left;
  width: 49%;
  vertical-align: top;
}
@media (max-width: 600px) {
  .nav-next,
  .nav-previous {
    width: 100%;
  }
}

.nav-previous + .nav-next {
  text-align: right;
  float: right;
}
@media (max-width: 600px) {
  .nav-previous + .nav-next {
    text-align: left;
    margin-top: 15px;
  }
}

/* ==============================================================
   6.0 Accessibility
   ============================================================== */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  margin: 0;
}

/* ==============================================================
   7.0 Alignments
   ============================================================== */
#page .alignleft {
  display: inline;
  float: left;
  margin: .5em 2em 1.5em 0;
}
@media (max-width: 600px) {
  #page .alignleft {
    max-width: 100%;
    margin-right: 0;
    width: 100%;
  }
}

#page .alignright {
  display: inline;
  float: right;
  margin: .5em 0 1.5em 2em;
}
@media (max-width: 600px) {
  #page .alignright {
    max-width: 100%;
    margin-right: 0;
    width: 100%;
  }
}

#page .aligncenter {
  clear: both;
  margin: 0 auto 1.5em auto;
}

.wp-caption {
  margin: .5em 0 1.5em 0;
  max-width: 100%;
  text-align: left;
}

.wp-caption-text, .gallery-caption {
  padding-top: 10px;
  margin-top: 0;
  width: 100%;
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 0;
  color: #62707c;
}

/* ==============================================================
   8.0 Clearings
   ============================================================== */
.clear:before, .clear:after,
.entry-content:before, .entry-content:after,
.site-header:before, .site-header:after,
.site-content:before, .site-content:after,
.site-footer:before, .site-footer:after {
  content: '';
  display: table;
}

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

/* ==============================================================
   9.0 Header Text / Archive titles
   ============================================================== */
.header-text {
  position: relative;
  z-index: 5;
  margin: 5% auto;
  text-align: center;
  max-width: 70%;
}
.header-text:empty, .blog .header-text {
  display: none;
}
@media (max-width: 1000px) {
  .header-text {
    max-width: 100%;
    margin-bottom: 6%;
    margin-top: 0;
  }
}
.header-text h1 {
  color: #272c30;
  font-size: 34px;
  margin-bottom: 0;
  display: inline-block;
  font-weight: bold;
}
@media only screen and (max-width: 500px) {
  .header-text h1 {
    font-size: 28px;
  }
}

/* ==============================================================
   14.0 Header / Site
   ============================================================== */
.site-header {
  padding: 0;
  display: block;
  width: 100%;
  position: relative;
  z-index: 100;
}

.site-identity {
  padding: 0;
  position: relative;
  z-index: 8;
}

/* ==============================================================
   15.0 Content
   ============================================================== */
.container {
  /* max-width: 1300px; */
  /* margin: 0 auto; */
  /* padding: 0 8%; */
  display: block;
}
@media only screen and (max-width: 1000px) {
  .container {
    padding: 0 4%;
  }
}
@media (max-width: 600px) {
  .container {
    padding: 0 15px;
  }
}
.container:before, .container:after {
  content: '';
  display: table;
}
.container:after {
  clear: both;
}

#primary {
  margin: 0 auto;
  display: block;
  width: 70%;
}
.home #primary {
  width: 100%;
}
@media (max-width: 1000px) {
  #primary {
    width: 100%;
  }
}

#page {
  padding-top: 3%;
}
@media (max-width: 600px) {
  #page {
    padding-top: 8%;
  }
}

.site-content {
  display: inline-block;
  width: 100%;
  padding: 0 0 7% 0;
  vertical-align: top;
  position: relative;
  z-index: 10;
}

.blog .content-area {
  width: 100%;
  display: block;
  vertical-align: top;
}

.featured-image,
.featured-video {
  margin-bottom: 5%;
  width: 100%;
  z-index: 50;
  position: relative;
}
@media (max-width: 600px) {
  .featured-image,
  .featured-video {
    margin-bottom: 1.2em;
  }
}
.featured-image img,
.featured-video img {
  display: block;
  margin: 0 auto;
  transition: .07s ease-in-out;
}

/* Entry header and title */
.post .entry-header {
  position: relative;
  margin-bottom: 5%;
}

.entry-header .entry-title {
  font-size: 50px;
  font-weight: 700;
  margin: 0;
  margin-bottom: 3%;
  position: relative;
  z-index: 5;
  line-height: 1.3;
  word-wrap: break-word;
}
.entry-header .entry-title a {
  color: #272c30;
  transition: .3s ease;
}
.entry-header .entry-title a:hover {
  box-shadow: inset 0 -4px 0 #5a3fd6;
}
@media (max-width: 600px) {
  .entry-header .entry-title {
    font-size: 32px;
  }
}

/* Entry byline */
.entry-byline {
  color: #62707c;
  font-size: 15px;
  margin-bottom: 0;
}
.entry-byline a {
  color: #62707c;
}
.entry-byline a:hover {
  color: #272c30;
}
.entry-byline img {
  border-radius: 100px;
  width: 22px;
  vertical-align: top;
  margin-right: 3px;
}

/* Entry content */
.entry-content {
  vertical-align: top;
}
.entry-content p a {
  color: #ed1c24;
  box-shadow: inset 0 -1px 0 #ed1c24;
  transition: .3s ease;
}
.entry-content p a:hover {
  box-shadow: inset 0 -2px 0 #5a3fd6;
  color: #5a3fd6;
}

/* ==============================================================
   16.0 Posts
   ============================================================== */
.post {
  width: 100%;
  display: inline-block;
  position: relative;
}

.blog .post:not(:last-of-type),
.archive #post-wrap .post:not(:last-of-type),
.search .post:not(:last-of-type) {
  margin-bottom: 8%;
  padding-bottom: 10%;
  border-bottom: solid 3px #eee;
}

/* ==============================================================
   17.0 Footer
   ============================================================== */
.site-footer {
  padding: 0 0 2.5% 0;
  font-size: 17px;
  line-height: 1.5;
  display: block;
  width: 100%;
  position: relative;
  z-index: 1;
  overflow: hidden;
  background: #f2f2f2;
  color: #272c30;
}
.site-footer a {
  transition: .3s ease;
  color: #5a3fd6;
}
.site-footer a:hover {
  color: #272c30;
  text-decoration: underline;
}
@media (max-width: 1000px) {
  .site-footer {
    padding-bottom: 30px;
  }
}
@media (max-width: 600px) {
  .site-footer {
    font-size: 15px;
  }
}

.footer-widgets {
  display: inline-block;
  width: 100%;
  margin-bottom: 6%;
}
@media (max-width: 1000px) {
  .footer-widgets {
    padding-top: 8%;
    margin-bottom: 0;
  }
}
.footer-widgets .footer-column {
  width: 30.6%;
  float: left;
  padding-top: 7%;
  margin-right: 4%;
  display: inline-block;
  vertical-align: top;
  transition: .2s ease-in-out;
}
@media (max-width: 1000px) {
  .footer-widgets .footer-column {
    width: 100%;
    margin-bottom: 5%;
    padding-top: 0;
    margin-right: 0;
  }
}
.footer-widgets .footer-column:last-child {
  margin-right: 0;
}
.footer-widgets ul {
  list-style: none;
  margin: 0;
}
.footer-widgets ul li {
  padding: 0 0 15px 0;
}
.footer-widgets ul li:last-child {
  padding-bottom: 0;
}

.footer-bottom {
  display: inline-block;
  width: 100%;
  padding-top: 4%;
}

.footer-widgets + .footer-bottom {
  border-top: dotted 1px rgba(0, 0, 0, 0.15);
}

.footer-tagline {
  display: inline-block;
  width: 40%;
}
@media (max-width: 1000px) {
  .footer-tagline {
    float: none;
    width: 100%;
    margin-top: 15px;
  }
}

.site-footer .widget-title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 25px;
  line-height: 1.2;
  color: #272c30;
}

/* ==============================================================
   18.0 Animations
   ============================================================== */
@keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

@keyframes fadeOut {
  from { opacity: 1; }
  to { opacity: 0; }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 15%, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

.fadeIn {
  animation-name: fadeIn;
  animation-duration: .2s;
  animation-fill-mode: both;
}

.fadeInUp {
  animation-name: fadeInUp;
  animation-duration: .5s;
  animation-fill-mode: both;
}

/* ==============================================================
   19.0 Block Alignments (Gutenberg compat)
   ============================================================== */
.wp-block-gallery {
  margin-left: 0;
  margin-bottom: 1.2em;
}

.wp-block-image figcaption {
  font-size: 15px;
  margin-top: 1em;
}

.alignfull,
.alignwide {
  margin-bottom: 2em;
  width: 100%;
}

.alignwide {
  max-width: none;
}
@media (min-width: 1000px) {
  .alignwide {
    width: 75vw;
    margin-left: calc( 50% - 75vw / 2 );
  }
}

.alignfull {
  width: 100vw;
  margin-left: calc( 50% - 50vw );
  max-width: none;
}

embed, iframe, object {
  max-width: 100%;
  border-width: 0;
}

/* ==============================================================
   20.0 Selection
   ============================================================== */
::selection {
  background: rgba(255, 244, 147, 0.8);
  color: #272c30;
}

/* ==============================================================
   21.0 Category list pages
   ============================================================== */
.category-header {
  margin-bottom: 5%;
  text-align: center;
}
.category-header h1 {
  font-size: 34px;
  font-weight: bold;
}

/* ==============================================================
   22.0 Hugo-specific image handling
   ============================================================== */
.entry-content img {
  height: auto;
  max-width: 100%;
}

/* WordPress figure/figcaption compat */
.entry-content figure {
  margin: 0 0 1.2em 0;
}
.entry-content figcaption {
  font-size: 15px;
  color: #62707c;
  margin-top: 5px;
}

/* Gutenberg block styles from WordPress content */
.has-text-align-center {
  text-align: center;
}
.has-text-align-right {
  text-align: right;
}
.has-text-align-left {
  text-align: left;
}

.wp-block-columns {
  margin-bottom: 1.2em;
  display: flex;
  flex-wrap: wrap;
}
.wp-block-column {
  flex: 1;
  margin-left: 1em;
}
.wp-block-column:first-child {
  margin-left: 0;
}

/* Preset colors from WordPress */
.has-vivid-red-color { color: #cf2e2e; }
.has-luminous-vivid-orange-color { color: #ff6900; }
.has-luminous-vivid-amber-color { color: #fcb900; }
.has-light-green-cyan-color { color: #7bdcb5; }
.has-vivid-green-cyan-color { color: #00d084; }
.has-pale-cyan-blue-color { color: #8ed1fc; }
.has-vivid-cyan-blue-color { color: #0693e3; }
.has-vivid-purple-color { color: #9b51e0; }
.has-white-color { color: #fff; }
.has-very-light-gray-color { color: #eee; }
.has-cyan-bluish-gray-color { color: #abb8c3; }
.has-very-dark-gray-color { color: #313131; }
.has-black-color { color: #000; }

.has-vivid-red-background-color { background-color: #cf2e2e; }
.has-luminous-vivid-orange-background-color { background-color: #ff6900; }
.has-luminous-vivid-amber-background-color { background-color: #fcb900; }
.has-light-green-cyan-background-color { background-color: #7bdcb5; }
.has-vivid-green-cyan-background-color { background-color: #00d084; }
.has-pale-cyan-blue-background-color { background-color: #8ed1fc; }
.has-vivid-cyan-blue-background-color { background-color: #0693e3; }
.has-vivid-purple-background-color { background-color: #9b51e0; }
.has-white-background-color { background-color: #fff; }
.has-very-light-gray-background-color { background-color: #eee; }
.has-cyan-bluish-gray-background-color { background-color: #abb8c3; }
.has-very-dark-gray-background-color { background-color: #313131; }
.has-black-background-color { background-color: #000; }

/* Font sizes from Gutenberg */
.has-small-font-size { font-size: 13px; }
.has-regular-font-size { font-size: 16px; }
.has-medium-font-size { font-size: 20px; }
.has-large-font-size { font-size: 36px; }
.has-larger-font-size { font-size: 42px; }
.has-huge-font-size { font-size: 42px; }

/* ==============================================================
   Pagination (Hugo internal pagination template)
   ============================================================== */
.pagination {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 0;
  margin: 40px 0 20px;
  gap: 6px;
}
.pagination .page-item {
  margin: 0;
}
.pagination .page-link {
  display: inline-block;
  padding: 8px 14px;
  color: #272c30;
  text-decoration: none;
  border: 1px solid #ddd;
  border-radius: 3px;
  font-size: 14px;
  line-height: 1.4;
  transition: background .2s, color .2s;
}
.pagination .page-link:hover {
  background: #ed1c24;
  color: #fff;
  border-color: #ed1c24;
}
.pagination .page-item.active .page-link {
  background: #ed1c24;
  color: #fff;
  border-color: #ed1c24;
  font-weight: 700;
}
.pagination .page-item.disabled .page-link {
  color: #ccc;
  pointer-events: none;
  border-color: #eee;
}

/* ==============================================================
   Home Hero Image
   ============================================================== */
.home-hero {
  margin-bottom: 40px;
  width: 100vw;
}
.home-hero img {
  /* width: 100%; */
  /* height: auto; */
  /* display: block; */
}

/* ==============================================================
   Post Grid (Atomic Blocks style)
   ============================================================== */
.ab-block-post-grid {
  margin: 0 4em;
}
.ab-post-grid-items.is-grid {
  display: grid;
  gap: 1.25em;
}
.ab-post-grid-items.columns-3 {
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 1000px) {
  .ab-post-grid-items.columns-3 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 600px) {
  .ab-post-grid-items.columns-3 {
    grid-template-columns: 1fr;
  }
}

.ab-post-grid-item {
  display: flex;
  flex-direction: column;
  min-width: 0; /* prevent grid blowout */
  overflow: hidden;
}

.ab-block-post-grid-image {
  margin-bottom: 0;
  overflow: hidden;
}
.ab-block-post-grid-image a {
  display: block;
}
.ab-block-post-grid-image img {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.ab-block-post-grid-text {
  padding: 20px 0;
}

.ab-block-post-grid-title {
  font-size: 22px;
  line-height: 1.3;
  margin: 0 0 8px;
}
.ab-block-post-grid-title a {
  color: #272c30;
  text-decoration: none;
}
.ab-block-post-grid-title a:hover {
  color: #ed1c24;
}

.ab-block-post-grid-author {
  font-size: 14px;
  color: #62707c;
  margin-bottom: 10px;
}

.ab-block-post-grid-excerpt {
  font-size: 15px;
  line-height: 1.6;
  color: #62707c;
}
.ab-block-post-grid-excerpt p {
  margin: 0;
}
