/*

.box { @include transform(rotate(30deg)); }

 Theme Name:   Shaun Root
 Theme URI:    http://shaunroot.net/
 Description:  Theme for Shaun Root child of twentytwenty
 Author:       Shaun Root
 Author URI:   http://shaunroot.net
 Template:     twentytwenty
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:
 Text Domain:  shaunroot
*/
body {
  background-color: #1d1d23;
  font-family: 'Open Sans', sans-serif;
  letter-spacing: normal;
  font-size: 16px;
  line-height: 1.5;
}

body, .entry-title a, :root .has-primary-color {
  color: #ffffff !important;
  background-color: #1d1d23;
}

.desktop-search-toggle .toggle-inner {
  margin-top: -1.5rem;
  color: #3e93f5;
}

.desktop-search-toggle .toggle-inner .toggle-text {
  margin-top: -1.25rem;
  color: #3e93f5 !important;
}

.mobile-search-toggle, .mobile-nav-toggle {
  margin-top: 10rem;
  color: #fff !important;
}

h1 {
  font-size: 5rem;
  font-family: 'Yanone Kaffeesatz', sans-serif;
  font-weight: 700;
  letter-spacing: 1.2px;
}

h2 {
  font-size: 3rem;
  margin: 2rem auto 1rem;
  font-family: 'Yanone Kaffeesatz', sans-serif;
  font-weight: 700;
  letter-spacing: 1.2px;
}

a, body:not(.overlay-header) .primary-menu > li > a {
  color: lightblue;
}

.category-movies.singular header .header-inner .primary-menu > li.menu-item:nth-child(1) > a,
.category-arcade.singular header .header-inner .primary-menu > li.menu-item:nth-child(2) > a,
.category-video-pinball.singular header .header-inner .primary-menu > li.menu-item:nth-child(3) > a {
  color: #ffb041;
  font-family: 'Yanone Kaffeesatz', sans-serif;
  font-weight: 700;
  letter-spacing: 1.2px;
  font-size: 20px;
  background-color: black;
  border-radius: 6px;
  color: #ffb041;
}

.singular header#site-header {
  background-color: #1d1d23;
}

.singular header.entry-header {
  padding: 1.5rem 0;
  background-color: #3e93f5;
  text-transform: uppercase;
}

.singular header.entry-header h1.entry-title {
  margin-top: 8px;
  color: #ffffff;
}

.singular header .header-personal-info {
  text-transform: uppercase;
  background-color: #1d1d23;
  color: #ffffff;
  font-family: 'Yanone Kaffeesatz', sans-serif;
  font-weight: 700;
  letter-spacing: 1.2px;
  font-size: 3rem;
  height: 60px;
  width: 100%;
  margin: auto;
  padding: 2rem 4rem;
}

.singular header .header-personal-info .title {
  float: left;
}

.singular header .header-personal-info .title a {
  color: #ffffff;
  text-decoration: none;
  font-size: 36px;
}

.singular header .header-personal-info .links {
  float: right;
}

.singular header .header-personal-info .links a {
  color: #3e93f5;
  text-decoration: none;
  margin-left: 4px;
  font-size: 22px;
}

.singular header .header-inner {
  text-transform: uppercase;
  background-color: #29293a;
  padding: 1rem 4rem;
  margin: 0;
  width: 100%;
}

.singular header .header-inner .primary-menu > li.menu-item > a {
  color: #ffffff;
  font-family: 'Yanone Kaffeesatz', sans-serif;
  font-weight: 700;
  letter-spacing: 1.2px;
  font-size: 20px;
  display: block;
  padding: 8px 16px;
  text-transform: uppercase;
  text-decoration: none;
}

.singular header .header-inner .primary-menu > li.menu-item.current-menu-item > a {
  color: #ffb041;
  font-family: 'Yanone Kaffeesatz', sans-serif;
  font-weight: 700;
  letter-spacing: 1.2px;
  font-size: 20px;
  background-color: black;
  border-radius: 6px;
}

.singular .post-inner .entry-content {
  font-family: 'Open Sans', sans-serif;
  letter-spacing: normal;
}

.singular .post-inner .entry-content p {
  font-size: 16px;
}

.links-years ul {
  height: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.links-years ul {
  margin: 0;
  list-style-type: none;
  font-size: 14px;
}

.links-years li {
  margin: 4px 0;
}

.links-years li a {
  color: #4488bb;
  text-decoration: none;
}

.links-years li a:hover {
  color: #66aadd;
}

.rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.rating .image-star-solid {
  background-size: cover;
  max-width: 10%;
  width: 16px;
  height: auto;
}

.rating .image-star-empty {
  background-size: cover;
  max-width: 100%;
  width: 16px;
  height: auto;
}

.singular .featured-media-inner {
  position: relative;
  left: auto;
  width: 100%;
  margin-top: 30px;
}

.singular .featured-media::before {
  background: #1f1f1b;
}

.page-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 4rem;
}

@media only screen and (max-width: 768px) {
  .page-container {
    padding-top: 6rem;
  }
}

.page-container #site-content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.page-container #sidebar {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 200px;
          flex: 0 0 200px;
  margin-top: 256px;
  background-color: #cccccc;
  color: #121212;
  padding: 2rem;
}

.rw-ui-container.rw-dir-ltr .rw-report-link, .rw-ui-container.rw-valign-middle.rw-halign-right .rw-report-link {
  display: none !important;
}

.rw-ui-container.rw-size-small.rw-valign-middle.rw-halign-right .rw-ui-info-container,
.rw-ui-container.rw-size-medium.rw-valign-middle.rw-halign-right .rw-ui-info-container,
.rw-ui-container.rw-size-large.rw-valign-middle.rw-halign-right .rw-ui-info-container {
  display: none !important;
}

.post .custom-fields ul {
  list-style: none;
  margin-left: 0;
}

.post .ratings figure img {
  margin: auto;
}

.post .ratings figure figcaption {
  margin-top: .5rem;
  text-align: center;
}

#post-listings {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#post-listings div {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 16px;
}

#post-listings div ul {
  margin: 0;
  list-style-type: none;
  font-size: 14px;
}

#post-listings div li {
  margin: 4px 0;
}

#post-listings div li a {
  color: #4488bb;
  text-decoration: none;
}

#post-listings div li a:hover {
  color: #66aadd;
}

#post-listings div li {
  margin: 4px 0;
  background-color: #222;
  padding: 8px;
  margin-bottom: 8px;
  border: 1px solid #444;
}

#post-listings table {
  width: auto;
  margin: 2rem auto;
  border: 1px solid #666;
}

#post-listings table th {
  border: none;
  background-color: #1d1d23;
}

#post-listings table tr:nth-child(odd) {
  background-color: #1d1d23;
}

#post-listings table tr:nth-child(even) {
  background-color: #29293a;
}

#post-listings table td {
  border: none;
}

#post-listings table td .post-meta-edit-link-wrapper {
  background-color: transparent;
  white-space: nowrap;
  padding: 0;
  margin: 0;
}

#post-listings table td .post-meta-edit-link-wrapper .meta-wrapper {
  width: 80px;
  margin: 0;
}

#post-listings table td .post-meta-edit-link-wrapper .meta-wrapper .meta-icon {
  display: none;
}

#post-listings table td a {
  color: #4488bb;
  text-decoration: none;
}

#post-listings div:nth-child(odd) {
  background-color: #333;
}

#post-listings div:nth-child(even) {
  background-color: #282828;
}

#post-listings div.rating {
  padding: 0;
  margin-bottom: 0;
  background-color: transparent;
}

.page-template-template-home #featured-image, .page-template-template-b-movies #featured-image {
  display: block;
  width: 864px;
  height: 1254px;
  background-color: #bebebe;
  background-size: cover !important;
  background-position: center center !important;
}

.page-template-template-home #sidebar ul, .page-template-template-b-movies #sidebar ul {
  margin: 0;
  list-style-type: none;
  font-size: 14px;
}

.page-template-template-home #sidebar li, .page-template-template-b-movies #sidebar li {
  margin: 4px 0;
}

.page-template-template-home #sidebar li a, .page-template-template-b-movies #sidebar li a {
  color: #4488bb;
  text-decoration: none;
}

.page-template-template-home #sidebar li a:hover, .page-template-template-b-movies #sidebar li a:hover {
  color: #66aadd;
}

.home .holder-sliders, .home links-years {
  margin-bottom: 24px;
}

.home .holder-sliders .title-sliders, .home .holder-sliders .title-years, .home links-years .title-sliders, .home links-years .title-years {
  border-bottom: 2px solid #3e93f5;
}

.home .holder-sliders .title-sliders h1, .home .holder-sliders .title-years h1, .home links-years .title-sliders h1, .home links-years .title-years h1 {
  font-size: 2.4rem;
  margin-bottom: 1rem;
  display: inline-block;
  background-color: #3e93f5;
  width: auto;
  margin: auto;
  clear: both;
  padding: 8px 14px 0 14px;
  border-bottom: 2px solid #3e93f5;
  text-transform: uppercase;
}

.home .holder-sliders .title-sliders h1 a, .home .holder-sliders .title-years h1 a, .home links-years .title-sliders h1 a, .home links-years .title-years h1 a {
  color: #ffffff;
  text-decoration: none;
}

.home .sliders {
  width: 100%;
  height: 200px;
  background-color: #111;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 768px) {
  .home .sliders {
    height: 800px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.home .sliders .slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background-position: center center;
  background-size: cover;
  padding: 0 0 4px 0;
  border: 2px solid #000;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  cursor: pointer;
}

.home .sliders .slider .text {
  margin-top: auto;
  width: 100%;
  background-color: rgba(20, 20, 20, 0.75);
  padding: 8px;
  line-height: 16px;
}

.home .sliders .slider .text .title {
  margin-bottom: 4px;
}
/*# sourceMappingURL=style.css.map */