/*! 
Theme Name: Machines With Souls
Theme URI: http://underscores.me/
Author: Mike D'Ambrosio
Author URI: http://underscores.me/
Description: Description
Version: 1.0.1
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: machines-with-souls
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Machines With Souls is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

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:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

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

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/* code added by bijal starts */
/* vietnamese */
@font-face {
  font-family: "Goldman";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("./fonts/goldman-normal.woff2") format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1,
    U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329,
    U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: "Goldman";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("./fonts/goldman-latin.woff2") format("woff2");
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF,
    U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Goldman";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("./fonts/goldman-latinext.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191,
    U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* vietnamese */
@font-face {
  font-family: "Goldman";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("./fonts/goldman-bold.woff2") format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1,
    U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329,
    U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: "Goldman";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("./fonts/goldman-bold-latinext.woff2") format("woff2");
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF,
    U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Goldman";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("./fonts/goldman-bold-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191,
    U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

.more-reviews .item .title,
.more-reviews .header,
.special-feature .header,
.special-feature .item .title,
.most-recent .item .title,
.stickies .item .title,
.stickies .header {
  font-family: "Goldman", sans-serif;
  font-weight: bold;
  font-style: normal;
}

.special-feature .header {
  font-size: 1.5em;
  line-height: 1.5rem;
}

/* code added by bijal ends */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

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

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  color: #000;
  font-family: Helvetica, sans-serif;
  line-height: 1.8rem;
}

ul,
li {
  font-size: 1.2rem;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  font-family: "Goldman", sans-serif;
  font-weight: bold;
  font-style: normal;
  line-height: 1.5rem;
  text-transform: uppercase;
}

p {
  margin-bottom: 1em;
}

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

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #fff;
  font-family: "Yantramanav", sans-serif;
  font-weight: 400;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: "Yantramanav", sans-serif;
  font-weight: 400;
}

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

mark,
ins {
  background: #ffffff;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
  background: #fff;
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul,
ol {
  margin: 0;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

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

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

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

figure {
  margin: 1em 0;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/* Links
--------------------------------------------- */
a {
  color: #4268ff;
}

a:hover,
a:focus,
a:active {
  color: #4268ff;
  cursor: pointer;
}

a:focus {
  outline: thin dotted;
}

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

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #000000;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}

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

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
  border-color: #aaa #bbb #bbb;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

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

/*SKIP LINK*/
#skip a {
    display: block;
    position: absolute;
    left: -999px;
    top: -999px;
    }

#skip a:focus {
    left: 0;
    top: 0;
    padding: 3px;
    background: #ffc;
    border:1px solid #990000;
}

#masthead {
  position: sticky;
  position: -webkit-sticky; /* Safari */
  height: 90px;
  width: 100%;
  padding: 0px 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 10;
  background-color: #fff;
  color: #000;
  top: 0;
  border-bottom: 1px solid #2c2c2c;
}

.site-branding {
  flex: 1;
}
.action-container {
  display: flex;
}
.action-container > div {
  margin-left: 18px;
}
.custom-logo {
  width: 250px;
  /* height: 67px;*/
}

#signupMail {
  margin-left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}

#signupMail h3 {
  margin: 0 0 5px;
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
  line-height: normal;
}

#mc-mobile-stick #mc_embed_signup_scroll {
  display: flex;
  margin: 0 auto;
  width: 50%;
  max-width: 418px;
}

#mc-embedded-subscribe {
  font-family: Goldman, sans-serif;
  background-color: #2c44ac;
  color: #ffffff;
  border: 0;
  transition: 0.3s;
  height: 35px;
  text-transform: uppercase;
}

.mc-field-group,
#mce-responses,
#mc-embedded-subscribe {
  display: inline-block;
}
.mc-field-group,
#mce-EMAIL {
  width: 300px;
  height: 35px;
  border: 0;
  margin-right: 10px;
  color: rgba(0, 0, 0, 1);
  font-family: goldman, sans-serif;
}
#mce-EMAIL {
  padding-left: 10px;
}

.navigation {
  position: relative;
}

.menu-main_menu-container {
  min-width: 300px;
  position: relative;
  margin: 0 auto;
}

.main-navigation ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
}

/* .main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
} */

.menu-social-container {
  margin-top: 36px;
}
#social-menu {
  display: flex;
  justify-content: left;
  width: 50%;
  margin: 0 auto;
}

#social-menu li {
  flex: 0 1 25px;
  max-width: 25px;
}

#social-menu a,
#social-menu a img {
  display: block;
}

#social-menu li {
  margin: 0 8px;
}

.link-youtube {
  padding-top: 3px;
}

.social-link img:hover {
  filter: invert(19%) sepia(75%) saturate(2520%) hue-rotate(223deg)
    brightness(92%) contrast(90%);
}
.social-link svg:hover {
  fill: #2c44ac;
}

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

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
  display: block;
  left: auto;
}

.main-navigation ul ul a {
  width: auto;
}

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

.main-navigation li {
  position: relative;
}

.main-navigation a {
  text-decoration: none;
  transition: 0.3s;
  color: #000;
  font-size: 0.8em;
}
.main-navigation a:hover {
  color: #2c44ac;
}

#search-container {
  background-color: rgba(255, 255, 255, 0);
  -webkit-font-smoothing: antialiased;
  transition: 0.3s;
  z-index: 1;
  padding: 0 0px 20px 0;
  margin: 0 auto;
  width: 85%;
}

#site-navigation {
  visibility: hidden;
  top: 0;
  right: 0;
  position: fixed;
  background-color: #e0e0e0;
  -webkit-font-smoothing: antialiased;
  /* to stop flickering of text in safari */
  transition: 0.3s;
  opacity: 0;
  width: 100%;
  max-width: 450px;
  height: 100%;
  z-index: 1;
}

#site-navigation.toggled,
#search-container.open {
  opacity: 1;
  visibility: visible;
  overflow: auto;
}

.noScroll {
  overflow: hidden;
  /*position: fixed;*/
}

#menuToggle input:checked ~ nav {
  opacity: 1;
  transition: 0.3s;
}

#primary-menu,
.menuhdr {
  font-family: Goldman, sans-serif;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: -1px;
  text-align: left;
  line-height: 42px;
  margin: 0 auto 0 auto;
  width: 85%;
}

.main-navigation .sub-menu {
  padding-left: 50px !important;
}

.menuhdr {
  color: inherit;
}
.nav-menu a,
.menuhdr {
  font-size: 15px;
    display: block;
  line-height: 40px;
}

#logo {
  position: relative;
  width: 70px;
  margin: 0 auto;
  margin-bottom: 25px;
  padding-top: 50px;
}

#logo img {
  width: 160px;
}

#menuToggle,
.search-nav {
  display: block;
  -webkit-user-select: none;
  user-select: none;
  width: 100%;
  height: 100%;
}

#menuToggle {
  z-index: 2;
  position: relative;
  padding: 8px 4px;
}

#menuToggle button {
  display: block;
  position: absolute;
  cursor: pointer;
  z-index: 2;
  -webkit-touch-callout: none;
  padding: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  border: none;
  top: 0;
  left: 0;
}

.search-nav #search-icon,
#darkmode-icon {
  cursor: pointer;
  -webkit-touch-callout: none;
  width: 24px;
  background: transparent;
  padding: 8px;
  border: none;
  display: block;
  box-sizing: content-box;
}

#darkmode-icon {
  width: 40px;
  padding: 9px 0;
}

#search-icon svg,
#darkmode-icon svg {
  display: block;
  pointer-events: none;
}

/*
 * Just a quick hamburger
 */
#menuToggle span {
  display: block;
  width: 33px;
  height: 4px;
  margin-bottom: 6px;
  position: relative;
  background: #000;
  border-radius: 3px;
  z-index: 1;
  transform-origin: center;
  transition: transform 0.5s,background 0.5s, opacity 0.55s ease;
}
#menuToggle span:nth-last-child(1) {
  transform-origin: right bottom;
  margin-bottom: 0;
}

/* 
 * Transform all the slices of hamburger
 * into a crossmark.
 */
#menuToggle.is-active button ~ span {
  opacity: 1;
  transform: rotate(45deg) translate(-3px, 6px);
}

/*
 * But let's hide the middle one.
 */
#menuToggle.is-active button ~ span:nth-last-child(3) {
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}

/*
 * Oh yeah and the last one should go the other direction
 */
#menuToggle.is-active button ~ span:nth-last-child(2) {
  transform: rotate(-45deg);
}

.menu-toggle {
  display: none;
}

#secondaryNav {
  width: 100%;
  background-color: #292929;
  color: #000;
  text-transform: uppercase;
  font-family: Goldman, sans-serif;
  font-size: 10px;
  margin: 0 auto;
  text-align: center;
  padding-top: 2px;
  padding-bottom: 5px;
  position: sticky;
  position: -webkit-sticky;
  top: 110px;
  z-index: 2;
  line-height: 25px;
}

#secondaryNav ul,
#secondaryNav li {
  list-style: none;
  padding: 0;
}

#secondaryNav li {
  display: inline;
  padding-left: 24px;
}

#secondaryNav #firstList {
  padding: 0;
}

#secondaryNav a {
  color: #fff;
  font-size: 13px;
  text-decoration: none;
}

#secondaryNav a:hover {
  color: #4268ff;
  transition: 0.3s;
}

#newBar,
#bookBar {
  width: 100%;
  text-align: center;
  color: #fff;
  font-family: Goldman, sans-serif;
  text-transform: uppercase;
  font-size: 15px;
  margin: 0 auto;
  padding-top: 5px;
  padding-bottom: 5px;
  background-color: #2c44ac;
  font-weight: bold;
}

#bookBar {
  background-color: #2c44ac;
  margin-bottom: 0px;
}
#bookBar a {
  color: #fff;
  text-decoration: none;
}
#bookBar a:hover {
  color: #2c44ac;
}

#newBar p,
#bookBar a {
  margin: 0;
}

.manualAdTablet {
  display: none;
}
.manualAdDesktop {
  display: block;
}
.manualAdMobile {
  display: none;
}

@media screen and (max-width: 950px) {
  #secondaryNav a {
    display: inline-block;
    margin-bottom: -1px;
    min-height: 3rem;
    min-width: 3rem;
    padding: 0.5rem 1rem 0.5rem 0;
    text-align: center;
    font-size: 13px;
  }

  RE.no-touch .main-navigation a:hover {
    color: #fff;
    transition: none;
  }

  #secondaryNav {
    width: 100%;
    max-width: 75rem;
    overflow-x: auto;
    overflow-y: hidden;
    scrollbar-width: none;
    padding-left: 20px;
    z-index: 4;
  }

  #secondaryNav ul {
    display: flex;
    margin-left: -18.5px;
    padding-left: 1.125rem;
    width: 100%;
  }

  #secondaryNav li {
    display: block;
    white-space: nowrap;
  }
}

@media screen and (min-width: 37.5em) {
  .main-navigation ul {
    display: block;
  }
}

RE.no-touch .main-navigation a:hover {
  color: #fff;
  transition: none;
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: flex;
  justify-content: center;
}

.navigation.posts-navigation {
  margin: 0px auto 40px auto;
}

/* .navigation.posts-navigation .nav-previous a,
.navigation.posts-navigation .nav-next a {
  padding: 20px;
  background-color: #000;
  border: 1px solid #fff;
}
.navigation.posts-navigation .nav-previous a:hover,
.navigation.posts-navigation .nav-next a:hover {
  background-color: #4268FF;
  border: 1px solid #fff;
  color: #fff;
} */

/* .comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  flex: 1 1 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: end;
  flex: 1 0 50%;
} */

@media screen and (max-width: 650px) {
    
    #site-navigation{max-width: 100%}
    
  #masthead {
    height: 95px;
  }
  #secondaryNav {
    top: 95px;
  }

  #signupMail h3 {
    display: none;
  }
  #signupMail {
    height: 60px;
    padding-top: 12px;
  }
  .mc-field-group,
  #mce-EMAIL {
    width: 235px;
    float: left;
    height: 35px;
    border: 0;
    margin-right: 10px;
    margin-left: 4px;
  }

  RE.no-touch .main-navigation a:hover {
    color: #fff;
    transition: none;
  }

  #secondaryNav a {
    font-size: 12px;
    display: inline-block;
    margin-bottom: -1px;
    min-height: 3rem;
    min-width: 3rem;
    padding: 0.5rem 1rem 0.5rem 0;
    text-align: center;
  }

  #secondaryNav {
    width: 100%;
    max-width: 75rem;
    overflow-x: auto;
    overflow-y: hidden;
    scrollbar-width: none;
    padding-left: 20px;
    height: 46px;
  }

  #secondaryNav ul {
    display: flex;
    margin-left: -18.5px;
    padding-left: 1.125rem;
    width: 100%;
  }

  #secondaryNav li {
    display: block;
    white-space: nowrap;
  }

  #newBar p,
  #bookBar a {
    margin: 0;
    padding: 3px;
    font-weight: bold;
    font-size: 15px;
    line-height: 25px;
    color: #fff;
    text-decoration: none;
  }

  #social-menu {
    width: 94%;
  }

  .manualAdTablet {
    display: none;
  }
  .manualAdDesktop {
    display: none;
  }
  .manualAdMobile {
    display: block;
  }
}

/*---Desktop Footer---*/

.site-footer {
  width: 100%;
  min-height: 100px;
  background-color: #191919;
  padding-bottom: 15px;
}

.footertop {
  background-color: #2c44ac;
  display: flex;
  align-items: center;
  height: 80px;
  padding: 0 25px;
}

.footertop #social,
.footertop .newsletter {
  margin: 0 auto;
}
.footertop #social {
  display: flex;
  align-items: center;
}

.site-info,
.secondaryFooter {
  color: #fff;
  font-size: 13px;
  text-align: left;
  width: 100%;
  max-width: 1300px;
  margin: 0 auto 30px auto;
  padding-top: 20px;
  display: flex;
  padding-left: 25px;
}

.secondaryFooter {
  padding-top: 0px;
}

.site-info ul {
  width: 30%;
  padding: 0;
  list-style: none;
}

.secondaryFooter ul {
  width: 30%;
  padding: 0;
  list-style: none;
}

.site-info .subFooterLink {
  width: 100%;
  margin-top: 20px;
}

.site-info li,
.secondaryFooter li {
  font-size: 13px;
  line-height: 30px;
}

.site-info li a,
.secondaryFooter li a {
  display: block;
  text-align: left;
}

.copyright-line {
  line-height: 20px;
  font-family: goldman, sans-serif;
  font-size: 12px;
  margin: 0 auto;
  max-width: 1300px;
  text-align: left;
  padding-left: 25px;
  color: #fff;
}

#footerLogo {
width: 160px;
  margin-right: 14px;
  text-align: center;
}

#footerLogoMobile {
display: none;
width: 155px;
margin: 40px auto 0px auto;
text-align: center;
}

#footerLogo p, #footerLogoMobile p{
text-align: center;
  font-family: "Goldman", sans-serif;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: bold;
  line-height: 10px;
  margin: 0 auto;
  width: 100%;
}

#lifeBeyond {
  width: 65%;
}

#footerLink {
  color: #fff;
  text-decoration: none;
  font-family: Goldman, sans-serif;
  font-size: 20px;
  display: block;
  margin: 0 auto;
  text-align: center;
  transition: 0.3s;
}

#footerLink:hover {
  color: #4268ff;
}

.footerlink {
  margin: 0 5px;
  text-align: center;
  transition: 0.3s;
  color: #fff;
  text-decoration: none;
  font-family: Goldman, sans-serif;
}

#social {
  width: 185px;
}

#social .desc {
font-family: "Goldman", sans-serif;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  margin-right: 0px;
  margin-top: 0;
  margin-bottom: 5px;
  padding-left: 0px;
  font-size: 10px;
  text-align: center;
  line-height: 17px;
}

#social img {
  width: 20px;
  filter: invert(96%) sepia(96%) saturate(15%) hue-rotate(308deg)
    brightness(105%) contrast(103%);
  vertical-align: middle;
}

#social a {
  display: inline-block;
  line-height: normal;
  padding-right: 10px;
  padding-left: 11px;
}

/*-----end Footer---*/

/*---Home page---*/

.photothumbMain, .t-0, .imgcontainer .photothumb {
  width: 100%;
}

#homeBG {
  background-image: url(https://mlxjbnm05kda.i.optimole.com/mlxjbnm05kda-ahewtol-style/w:auto/h:auto/q:auto/https://machineswithsouls.com/wp-content/uploads/2021/06/bmw-m3-roller.jpg);
  width: 100%;
  position: relative;
  z-index: -1;
  height: 964px;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 600px;
  background-position: center center;
}

#homeBG h2 {
  color: #fff;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.6);
  padding-top: 5px;
  padding-bottom: 5px;
  margin: 0;
  font-size: 30px;
  position: absolute;
  bottom: 90px;
  text-transform: uppercase;
  width: 100%;
}

#homeLogo {
  width: 100%;
  margin: 50px auto 0 auto;
  max-width: 700px;
  text-align: center;
}

#homeLogo img {
  width: 243px;
}

#homeLogo p {
  color: #fff;
  font-size: 20px;
  font-family: Goldman, sans-serif;
}

#learnHeader {
  color: #fff;
  font-size: 30px;
  font-family: Goldman, sans-serif;
  text-align: center;
  text-transform: uppercase;
}

.grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 10px;
}

.most-recent .grid,
.special-feature .grid,
.landing__level .top-level {
  grid-template-columns: 1fr 1fr 1fr;
  gap: 15px;
}
.more-reviews .grid {
  gap: 15px;
}

.item {
  position: relative;
}

.item img {
  display: block;
}

.item .title,
.search-results .post .entry-title {
  text-transform: uppercase;
  font-size: 45px;
  margin: 15px 0 15px;
  line-height: 2.5rem;
  transition: 0.3s;
}

.item .content .itemcopy .title {
  font-size: 2rem;
  line-height: 1.0323;
  text-transform: uppercase;
  font-weight: 700;
}

.item .title:hover {
  transition: 0.3s;
  color: #4268ff;
}

.item .desc {
  margin: 0;
  font-family: goldman, sans-serif;
  max-width: 850px;
  font-size: 15px;
  line-height: 1.2;
}

.item a {
  display: block;
  font-family: goldman, sans-serif;
  text-decoration: none;
  transition: 0.3s;
  color: #000;
}


.most-recent .item a {
  /*padding: 0 10px;*/
}
.most-recent .item:first-child,
.special-feature .item:first-child,
.landing__level .top-level .item:first-child {
  grid-column: 1 / -1;
}
.most-recent .item:first-child .content,
.special-feature .item:first-child .content {
  position: relative;
}

.most-recent .item .title,
.more-reviews .item .title,
.stickies .item .title,
.most-recent .item:not(:first-child) .titl,
.special-feature .item:not(:first-child) .title,
.landing__level .title {
  font-size: 1.0rem;
  line-height: normal;
  font-weight: 400;
  text-transform: none;
  margin-block: 0.5rem;
  padding-block: 0;
}

.more-reviews .item .title.date,
.stickies .item .title.date {
  font-size: 12px;
}

.more-reviews .item a > div,
.stickies .item a > div {
  flex: 1;
}
.more-reviews .item a .desc,
.stickies .item a .desc {
  max-width: 16em;
}

.more-reviews,
.most-recent,
.stickies {
  margin: 40px auto;
  max-width: 1146px;
  position: relative;
}

.more-reviews .header,
.stickies .header,
.landing__level .header {
  padding: 10px 20px 8px;
  margin: 0;
  background: #2c44ac;
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
  line-height: normal;
  grid-column: main;
}

.special-feature {
  position: relative;
  background: #292929;
  padding: 15px max(1.25rem, calc(50% - 573px));
}
.special-feature .header {
  margin: 0;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  grid-column: main;
}
.special-feature .item a {
  color: #fff;
}
/*.special-feature .item a:hover {
  background-color: inherit;
}*/

#moreBlogs {
  display: block;
  margin: 0 auto 30px auto;
  width: 60%;
  color: #fff;
  text-decoration: none;
  font-family: goldman, sans-serif;
  transition: 0.3s;
  text-align: center;
  padding: 20px;
  border: 1px solid #fff;
  text-transform: uppercase;
}

#moreBlogs:hover {
  background-color: #4268ff;
}

#buttonHold {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

#mobileHead {
  display: none;
}

.embed-specs-panel {
  background-color: #ccc;
  padding-bottom: 5px;
  margin-bottom: 20px;
  max-width: 1020px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 5px;
}

.entry-content .embed-specs-panel h2,
.entry-content .embed-specs-panel h3 {
  padding-left: 0px;
  padding-top: 0px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.entry-content .embed-specs-panel h5 {
font-size: 1.1rem;
  text-transform: uppercase;
  margin: 0px 0px 5px 0px;
  padding-top: 20px;
  border-top: 1px solid #4b4b4b;
}

.entry-content .embed-specs-panel h5:first-of-type {
      border: none;
    padding-top: 0px;
}

.entry-content .embed-specs-panel h4 {
  font-size: 25px;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
}
.entry-content .embed-specs-panel p {
  margin-top: 0;
  margin-bottom: 15px;
}
.video-container {
  padding-bottom: 56.25%;
  padding-top: 30px;
  position: relative;
  height: 0px;
  overflow: hidden;
}
.youTubeHolder {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.stickies .header + .review-container {
  margin-block: 15px 40px;
}

@media screen and (min-width: 651px) {
  .most-recent .item:first-child .itemcopy,
  .special-feature .item:first-child .itemcopy,
  .landing .itemcopy {
    position: absolute;
    inset: auto 0 0;
    background: rgba(0, 0, 0, 0.8);
    padding: 11px 24px;
    color: #fff;
  }
}

@media screen and (max-width: 650px) {

  #homeLogo {
    width: 90%;
  }

  .grid {
    display: block;
    width: 100%;
  }

  .item:nth-child(even) {
    top: 0px;
  }

  #buttonHold {
    position: relative;
    top: -150px;
  }

  #homeBG {
    height: auto;
    min-height: 300px;
  }
  #homeBG h2 {
    display: none;
  }
  #mobileHead {
    display: block;
    padding: 20px;
    text-transform: uppercase;
    text-align: center;
    font-size: 30px;
    line-height: 30px;
  }

  .nav-menu a,
  .menuhdr {
    font-size: 15px;
    display: block;
  }

  #primary-menu,
  .menuhdr {
    line-height: 40px;
    width: 83%;
    font-size: 0.9em;
  }

  .main-navigation .sub-menu {
    padding-left: 30px !important;
  }
  .more-reviews,
  .most-recent,
  .stickies {
    margin-block: 0 26px;
  }
  .special-feature {
    padding-block-end: 26px;
  }
  .stickies .header + .review-container {
    margin-block-end: 26px;
  }
  .special-feature .header {
    font-size: 20px;
  }
  .more-reviews .header,
  .stickies .header,
  .landing__level .header {
    margin-inline: -20px;
    text-align: center;
  }
  .most-recent .item:first-child a {
    margin: -26px -20px 0;
  }

  .home .item,
  .landing__level .item {
    margin-block: 20px;
  }
  .normal-level .item:first-child {
    margin-block-start: 0;
  }
  .home .item:first-child {
    margin-block-start: 12px;
  }
  .home .item .itemcopy .title,
  .landing__level .item .itemcopy .title,
  .home .item .itemcopy .desc,
  .landing__level .item .itemcopy .desc {
    padding-inline: 20px;
  }

  .home .item .content a,
  .landing__level .item .content a {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 15px;
  }

  .home .item:nth-of-type(4n + 1) .content a,
  .landing__level .normal-level .item:nth-child(5n) .content a,
  .landing__level .top-level .item:first-child .content a {
    display: block;
    margin-inline: -20px;
  }
  .home .item:nth-of-type(4n + 1) a .title {
    padding: 10px 20px 0;
  }
  .most-recent,
  .more-reviews,
  .special-feature {
    display: block;
  }
  .item .content .itemcopy {
    margin-block-start: 20px;
  }
  .item .content .itemcopy .title {
    font-size: 22px;
  }
}

/*---end home page---*/

/*----portfolio----*/

.entry-title {
  color: #000;
  text-align: center;
  font-size: 4rem;
  text-transform: uppercase;
  padding: 10px 20px 7px;
  margin-top: 20px;
  line-height: 4rem;
  max-width: 1400px;
  margin: 20px auto 0 auto;
}

.container {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-gap: 1rem;
  margin-bottom: 20px;
  max-width: 1300px;
  margin: 0 auto 15px auto;
}

.tile {
  position: relative;
}

.tile img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 300ms ease 0s;
  filter: grayscale(100%);
}

.tile img:hover {
  filter: grayscale(0%);
}

.tile:nth-child(1) {
  grid-column: span 4;
  grid-row: span 2;
}

.tile:nth-child(2),
.tile:nth-child(3) {
  grid-column: span 2;
}

.tile:nth-child(4),
.tile:nth-child(5) {
  grid-column: span 3;
}

.tileBG01,
.tileBG03 {
  background-image: url("https://mlxjbnm05kda.i.optimole.com/mlxjbnm05kda-ahewtol-style/w:auto/h:auto/q:auto/https://machineswithsouls.com/wp-content/uploads/2021/10/larry.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  min-height: 500px;
  margin-bottom: 20px;
}

.tileBG03 {
  background-image: url("https://mlxjbnm05kda.i.optimole.com/mlxjbnm05kda-ahewtol-style/w:auto/h:auto/q:auto/https://machineswithsouls.com/wp-content/uploads/2021/10/derek.jpg");
}

.tileBG01 p,
.tileBG03 p {
  font-family: "Goldman", sans-serif;
  font-size: 1.1em !important;
  line-height: 1.9em !important;
  padding-left: 400px;
  padding-top: 101px;
  padding-right: 25px;
  margin: 0 !important;
  max-width: 100%;
  padding-bottom: 30px;
}

@media screen and (max-width: 650px) {
  .container {
    display: block;
  }
  .tile {
    margin-bottom: 1rem;
  }

  .tile img {
    filter: grayscale(0);
  }
}

/*---end portfolio---*/

/*----about----*/
#about-me {
  padding: 0 13% 20px 11%;
}

#mike-quote p {
  font-size: 21px;
  line-height: 30px;
  font-family: "Goldman", sans-serif;
  margin: 0px 0px 17px 0px;
}

#mike-quote {
  margin-top: 20px;
  margin-bottom: 20px;
}

.contact {
  display: flex;
  max-width: 1350px;
}

#aboutMeimg {
  margin: 0 auto;
  max-width: 1050px;
}

.contact img {
  width: 100%;
  max-width: 50%;
  max-height: 50%;
  height: fit-content;
}

.contact p {
  margin-top: 0;
}

#about-me .contact > div {
  flex: 1;
  padding: 0 25px;
}

#about-me .contact > p {
  flex: 1 1 51%;
  max-width: 51%;
  position: relative;
  overflow: hidden;
}

#about-me .contact p > img {
  height: 100%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  max-width: none;
  width: auto;
}

#aboutBanner {
  background-image: url(https://mlxjbnm05kda.i.optimole.com/mlxjbnm05kda-ahewtol-style/w:auto/h:auto/q:auto/http://www.test.dev.cc/wp-content/uploads/2020/12/about.jpg);
  width: 100%;
  background-position: center;
  height: 400px;
}

.testimonials {
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
}
.testimonials .testimonialhdr {
  flex-direction: row;
}
.testimonialhdr:before,
.testimonialhdr:after {
  content: "";
  flex: 1;
  border-bottom: 2px solid #ccc;
  margin: auto;
}
.testimonialhdr:before {
  margin-right: 20px;
}
.testimonialhdr:after {
  margin-left: 20px;
}

.testimonialhdr {
  text-align: center;
  margin-top: 50px;
}

.testimonial {
  margin-top: 32px;
}
.testimonial .quoteimg {
  flex: none;
  width: 30%;
}
.testimonial .quote {
  font-family: "Goldman", sans-serif;
}

.fall-cruise {
  padding: 0 5%;
}

.entry-content .ad-space {
  text-align: center;
  position: relative;
  margin-top: 10px;
  background-color: #eee;
  padding-top: 15px;
  padding-bottom: 15px;
  margin-bottom: 20px;
}

.entry-content.fall-cruise h2 {
  margin-bottom: 0;
  font-size: 16px;
}
.fall-cruise h2 + p {
  margin-top: 0;
}
.fall-cruise .page-title {
  text-align: left;
  font-size: 30px;
}
.fall-cruise h3,
.fall-cruise a {
  font-size: inherit;
  text-transform: uppercase;
  text-decoration: none;
}

.fall-cruise a {
  text-transform: none;
  transition: all 300ms ease 0s;
  text-decoration: underline;
}
.fall-cruise a:hover {
  color: rgb(54, 93, 255);
}
.entry-content.fall-cruise > div:not(.container) {
  max-width: 800px;
}

#stop {
  margin: 0;
}

.container2 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 2rem;
  width: 73%;
  margin: 0 auto;
}

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

@media screen and (min-width: 850px) {
	.stickies .review-container {
	 min-width: 1000px; 
}
	.stickies .review-container p.header:nth-of-type(2) ~ div {
		grid-column-start: 2;
	}
}
*/
@media screen and (max-width: 850px) {
  #mike-quote p {
    font-size: 15px;
    line-height: 18px;
    max-width: 341px;
    padding: 0;
  }
  .contact {
    display: block;
  }

  .contact img {
    max-width: 100%;
  }

  #about-me .contact p > img {
    position: static;
    height: auto;
    left: 0;
    transform: none;
  }

  #about-me .contact > p,
  .testimonial .quoteimg {
    max-width: none;
    margin-left: -14px;
    margin-right: -14px;
    overflow: visible;
    width: auto;
  }

  #about-me .contact > p img,
  .testimonial .quoteimg img {
    width: 100%;
  }

  #about-me {
    padding-left: 14px;
    padding-right: 14px;
  }

  .contact p {
    padding-left: 0;
    padding-right: 0;
    font-size: 15px;
    line-height: 22px;
  }

  #about-me .contact > div {
    padding: 0;
  }

  .testimonialhdr:before,
  .testimonialhdr:after {
    border: none;
    content: none;
  }

  .testimonials .testimonialhdr {
    font-size: 15px;
    padding: 20px 0;
    display: block;
    text-align: center;
    border-top: 1px solid #ccc;
  }

  .testimonial {
    display: block;
    margin: 0;
  }
  .testimonial .quote {
    padding: 0;
  }
  .testimonial .quote p {
    font-size: 15px;
    line-height: 22px;
    padding: 0;
  }
}
@media screen and (max-width: 650px) {
  #mCruiseBtn,
  .button,
  .posts-navigation .nav-links a {
    padding: 7px 21px;
    font-size: 15px;
    line-height: normal;
  }
  .container2 {
    display: block;
  }
  .tile2 {
    margin-bottom: 1rem;
  }

  .fall-cruise p,
  .fall-cruise h3 {
    width: 82%;
    padding: 15px;
  }
}

/*----end about me---*/

/* Posts and pages
--------------------------------------------- */

.ShareBox,
.ShareBox-email {
  color: #000;
  width: 100%;
}
.ShareBox h3,
.ShareBox-email h3 {
  font-weight: bold !important;
  margin-top: 0;
  margin-bottom: 0;
}

.a2a_default_style a {
  padding: 0 15px 0 0px !important;
}

.a2a_default_style .a2a_svg {
  width: 25px;
  height: 25px;
}

.sideBar-ShareBox-email {
  padding-left: 15px;
  padding-bottom: 10px;
  padding-right: 10px;
  border-top: 10px solid #fff;
}
.sideBar-ShareBox-email h3 {
  padding: 0 !important;
}

.posted-on {
  font-family: goldman;
  font-size: 12px;
  display: block;
  margin-bottom: 14px;
  text-align: center;
}

#breadcrumbs {
  font-size: 12px;
  margin: 30px auto 0 auto;
  text-align: center;
  font-family: goldman;
  line-height: 17px;
}

#breadcrumbs a,
.posted-on a {
  color: #000;
}

.posted-on a {
  text-decoration: none;
}

.mws-logo {
  margin: 0 auto 15px auto;
  width: 45px;
  height: auto;
}

.mws-logo img {
  margin: 0;
  max-width: 45px !important;
}

.entry-header .desc {
  width: 800px;
  text-align: center;
  margin: 0 auto 30px auto;
  font-size: 17px;
  font-family: goldman;
  line-height: 23px;
}

.blogBG .posted-on a {
  color: #000;
  text-decoration: none;
}

.blogBG .entry-title {
  text-align: left;
  font-size: 40px;
  line-height: 2.3rem;
  background: transparent;
  color: inherit;
  margin: 0 0 20px;
  padding: 0;
  max-width: 1020px;
  margin-left: auto;
  margin-right: auto;
}

.blogBG {
  width: calc(80vw - 300px - 5%);
  max-width: 1020px;
  position: relative;
  padding: 40px 40px 10px 3%;
  min-width: 600px;
  margin: 0 auto;
}
.blogBG a {
  color: #4268ff;
  transform: ease 0.3;
}
.blogBG a:hover {
  color: #9fb1ff;
  transition: 0.3s;
}

.blogBG figure.aligncenter {
  margin-left: 0;
}

.blogBG .stuff2 {
  padding: 0;
}

.entry-content p,
.entry-content li {
  width: 100%;
  font-size: 1.1875rem;
  line-height: 1.6;
  max-width: 1020px;
  margin-left: auto;
  margin-right: auto;
}
.entry-content h2,
.entry-content h3 {
  width: 100%;
  font-size: 2rem;
  margin-top: 10px;
  margin-bottom: 20px;
  text-transform: uppercase;
  padding-right: 10px;
  color: #000;
  line-height: 2rem;
  padding-top: 0px;
  scroll-margin-top: 300px;
}

.specs-content h2,
.specs-content h3,
.ShareBox h2,
.ShareBox h3 {
  background-color: inherit;
  color: inherit;
  padding-left: 0px;
}

ShareBox h2,
.ShareBox h3 {
  padding-top: 2px;
  float: left;
  padding-right: 5px;
}

.entry-content h3 {
  font-size: 1.4rem;
}
.post-thumbnail {
  line-height: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  max-height: 700px;
  position: relative;
}
.fall-cruise .post-thumbnail {
  display: block;
  width: 154px;
  background: #000;
  margin-bottom: 46px;
}
.post-thumbnail img {
  flex-shrink: 0;
  min-width: 100%;
  min-height: 100%;
}
.wp-block-image {
  position: relative;
}

.wp-block-image img {
  width: 90%;
}

.sticky {
  display: block;
}
.landing.site-main {
  padding-inline: calc(50% - 573px);
}

.landing.site-main.friends .grid {
    width: 90%;
    margin: 0 auto;
    column-gap: 20px;
}

.friend-contain{
background-color: #cccccc;
  padding: 15px 20px 10px 20px;
  margin-bottom: 15px;
}

.landing.site-main.friends p{max-width: 900px;
  font-size: 1rem;
  line-height: 1.5rem;
  margin-top: 13px;
  margin-bottom: 5px;}

#friendsPad{padding: 0 30px 0 30px; margin-bottom: 30px;}

.friend-contain h3{margin-bottom: 5px; padding: 0; margin-top: 0;}
.friend-contain h3 a{color:#000; margin-top: 7px; display: block;}

.friend-contain p{margin-top: 5px;}

.landing-header {
  color: #000;
  padding-inline: max(20px, calc(50% - 375px));
  margin: 0 auto 32px;
}

.landing-header .page-title {
  text-align: center;
  font-size: 32px;
  line-height: 31px;
  margin-block: 13px 6px;
}

.search-results .items {
  padding: 0 20px;
  position: relative;
}

.landing .top-level .ad-space {
  grid-column: 3;
}
.landing .top-level .grid {
  grid-row: 1;
}
.landing .top-level .item {
  max-width: 100%;
}
/*.landing .top-level .item a {
  display: flex;
  flex-direction: column;
  height: 650px;
}*/

/*.landing .top-level .item .imgcontainer {
  flex: 1;
  min-height: 0;
  overflow: hidden;
  position: relative;
}*/
.landing .top-level .item .imgcontainer img {
  width: auto;
  max-width: 100%;
  max-height: 100%;
  /*  position: absolute;
  left: 50%;
  transform: translateX(-50%);*/
}

.landing-header p {
  margin: 0;
  font-family: Goldman, sans-serif;
  font-size: 15px;
  line-height: 24px;
}

.landing-header p + p {
  margin-top: 20px;
}

.search-results .post .entry-title {
  font-size: 25px;
  margin-top: 0;
  line-height: 2rem;
}

.landing .top-level .description,
.landing .feature-level .description {
  background-color: transparent;
  padding: 10px 0 10px 0px;
}

.landing .item-3 .desc {
  display: block !important;
  font-size: 14px;
}

.search-results .post .entry-content {
  /*display: -webkit-box;*/
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  display: none;
}

.search-results .post-thumbnail {
  width: 35%;
}

.search-results .blogBG {
  max-width: 520px;
  padding-left: 20px;
}

.search-results .post {
  display: flex;
  align-items: center;
}

.search-results .item {
  padding: 24px 0;
  max-width: 1300px;
  margin: 0 auto;
}

.search-results .post + .post {
  border-top: 2px solid #ccc;
}
.search-results .items {
  padding: 0 20px;
}
.search-results .post {
  margin: 0;
  padding: 24px 0;
}
.search-results .post-thumbnail {
  max-height: none;
  overflow: hidden;
  display: block;
}

.search-results .blogBG {
  padding: 0 0 0 20px;
  min-width: 0;
  margin: 0;
  max-width: 500px;
}
.search-results .entry-title {
  line-height: 2rem;
}

.search-results .post .entry-content {
  margin-top: 0;
}

.search-results .post .entry-content p {
  margin: 0;
}

.search-results .entry-title a {
  color: inherit;
  text-decoration: none;
}

.search-results .entry-title a:hover {
  color: #9fb1ff;
}
.post {
  margin: 0 0 1.5em;
  position: relative;
}

.updated:not(.published) {
  display: none;
}

/*.page .entry-title {
  margin: 0;
}*/

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

.feature-level .item.item-3 {
  color: #fff;
}

.feature-level .item.item-3 a {
  color: #fff;
}

.feature-level {
  background-color: #262626;
  padding-top: 30px;
}

.feature-level .description {
  background-color: #262626;
}

.description .title {
  font-weight: normal !important;
  text-transform: none !important;
}

.ad-space.desktop-side-banner,
.ad-space.desktop-side-banner2 {
  position: absolute;
  left: 97%;
  display: block;
  max-height: 625px;
  width: 325px;
  background-color: rgba(0, 0, 0, 0) !important;
  padding: 12px;
  margin: 0;
  height: 100%;
  transition: top 0.5s ease;
}

.ad-space.desktop-side-banner2 {
  top: 900px;
}

.ad-space.desktop-side-banner.adStuck {
  position: fixed;
  left: 75%;
  top: 222px;
  transition: top 0.5s ease;
}

.sticky-ad {
  position: sticky;
  top: 0;
  width: 300px;
  height: 600px;
}

/* .nav-links a {
  color: #fff;
  font-family: goldman, sans-serif;
  text-decoration: none;
  text-transform: uppercase;
  display: block;
  transition: 0.3s;
  padding: 0;
}

.nav-links a:hover {
  color: #4268FF;
}
.navigation.post-navigation {
  width: 50%;
  margin: 0 auto;
  margin-bottom: 30px;
  min-width: 650px;
  max-width: 1000px;
}
.nav-previous,
.nav-next {
  background-color: #191919;
} */

.landing nav.navigation.posts-navigation {
  margin-top: 24px;
}

.next-img-post {
  width: 100%;
  display: block;
}

.meta-nav,
.post-title {
  display: block;
  padding-right: 10px;
  padding-left: 10px;
}
.post-title {
  padding-bottom: 10px;
}

.attachment-thumbnail.size-thumbnail.wp-post-image {
  width: 100%;
}

.grid .post {
  background-color: #191919;
  color: #fff;
  position: relative;
  margin: 0;
}

.grid .post:nth-child(even) {
  top: 150px;
}

.grid .entry-title a {
  text-decoration: none;
}

.grid .post .entry-title {
  font-size: 30px;
  line-height: 30px;
  margin: 5px 0 10px 0px;
}

.grid .post .blogBG {
  width: 100%;
  position: relative;
  margin: 0 auto;
  padding-left: 30px;
  padding-right: 30px;
  color: #fff;
  padding-top: 20px;
  padding-bottom: 0px;
  min-width: inherit;
  max-width: inherit;
}

.grid .entry-content {
  margin: 0;
}

.grid .entry-content a {
  display: block;
  font-family: goldman, sans-serif;
  background-color: #000;
  color: #fff;
  margin-top: 25px;
  text-align: center;
  padding: 20px;
  text-decoration: none;
  transition: 0.3s;
}

.grid .entry-content a:hover {
  color: #000;
  background-color: #fff;
}

.related-posts .grid,
.related-posts h2 {
  max-width: 1920px;
  padding: 0 5%;
  margin: 37px auto;
}

.related-posts .grid {
  padding-bottom: 20px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-column-gap: 2%;
  grid-row-gap: 20px;
}

.related-posts a {
  position: relative;
}

.related-posts a .title {
  color: #000;
  font-size: 16px;
  line-height: 19px;
  margin: 0;
  padding: 15px 15px 15px 15px;
  min-height: 70px;
}

.comments-area {
  display: none;
}

.scrollToTopBtn {
  background-color: #323232;
  border: none;
  border-radius: 50%;
  color: white;
  cursor: pointer;
  position: fixed;
  bottom: 140px;
  right: 20px;
  line-height: 26px;
  z-index: 100;
  opacity: 0;
  transform: translateY(100px);
  transition: all 0.5s ease;
}

.scrollToTopBtn:hover {
  background-color: #4268ff;
  color: #000;
}

.noScroll .scrollToTopBtn {
  display: none;
}

.showBtn {
  opacity: 1;
  transform: translateY(0);
}

.arrow.up {
  border: solid white;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(-135deg);
}

#mCruiseBtn,
.button,
.posts-navigation .nav-links a {
  padding: 14px 84px;
  border: 2px solid #000;
  font-family: "Goldman", sans-serif;
  text-decoration: none !important;
  display: block;
  margin-bottom: 6px;
  text-align: center;
  color: #000;
  text-transform: uppercase;
}
.posts-navigation .nav-links a {
  margin: 0 10px;
}

#mCruiseBtn:hover,
.button:hover,
.posts-navigation .nav-links a:hover {
  background-color: #000;
  color: #fff;
}

.sidebarHolder {
  position: absolute;
  width: 300px;
  background-color: #eee;
  padding: 0;
  margin: 0;
  left: -280px;
  top: 40px;
}

.sidebarHolder .ad-space {
  margin: 0;
}
.sidebarHolder h3 {
  padding-left: 15px;
  padding-right: 15px;
}
.sidebarHolder h3,
.sidebarHolder .item,
.sidebarHolder .title {
  color: #000;
  font-size: 16px;
  line-height: 1.2rem;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}

.sidebarHolder #mce-EMAIL,
.sidebarHolder .mc-field-group {
  width: 160px;
  margin-right: 5px;
}
.sidebarHolder .ShareBox{
  background-color: #2c44ac;
}
.sidebarHolder .ShareBox h3{
  padding: 0;
  color: #fff;
  background-color: #2c44ac;
}

#mobile-footer-ad {
  position: sticky;
  bottom: 0;
  z-index: 1;
  width: 100%;
  margin: 0 auto;
}

#mmt-dc54685c-3ed9-491e-bb3b-d993c4adda0d_1_zonewrap {
  background: rgba(255, 255, 255, 0.7) !important;
}

#mmt-c7498486-3067-4e7f-9c67-b5a2f7493fa4_1_zonewrap,
#mmt-9efc25cd-826f-4fdb-bd67-92cbce3a4abb_1_zonewrap {
  background-color: transparent !important;
}

#mc-mobile-stick {
  width: 100%;
  background-color: rgba(180, 180, 180, 1);
  padding-bottom: 0px;
  padding-top: 15px;
  position: sticky;
  position: -webkit-sticky;
  top: 90px;
  z-index: 4;
  text-align: center;
  font-family: Goldman, sans-serif;
}

#signUp{
    display: inline-block;
  width: 240px;
  margin: 0px auto 15px auto;
  color: #fff;
  border:1px solid #fff;
  border-radius:11px;
  text-decoration:none;
  background:#2c44ac;
  text-transform: uppercase;
  font-weight: 700;
  font-size: .9em;
   padding: 5px;
   transition: 0.3s;
   height: 41px;
}

#signUp:hover{
    background-color: #fff;
    color: #000;
    border:1px solid #000;
    transition: 0.3s;
}

#mc-embedded-subscribe-form {
  padding-bottom: 6px;
}

#mc-mobile-stick #mc_embed_signup_scroll {
  width: 91%;
  max-width: 385px;
}

#mc-mobile-stick .mc-field-group {
  width: 305px;
  height: 40px;
}
#mc-mobile-stick .mc-field-group input {
  font-size: 15px;
  height: 40px;
}
#mc-mobile-stick #mce-EMAIL {
  width: 100%;
}
#mc-mobile-stick #mc-embedded-subscribe {
  height: 40px;
  font-size: 0.9em;
  display: block;
}

.review-links {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 10px;
  position: relative;
  margin: 20px auto 0 auto;
}

.review-links article {
  max-width: 100%;
}

.review-links a {
  display: block;
  font-size: 25px;
  line-height: 30px;
  color: #fff;
  font-family: Goldman, sans-serif;
  text-align: center;
  padding: 20px;
  text-decoration: none;
  text-transform: uppercase;
  background-image: url(https://mlxjbnm05kda.i.optimole.com/mlxjbnm05kda-ahewtol-style/w:auto/h:auto/q:auto/https://machineswithsouls.com/wp-content/themes/machines-with-souls-2/images/suv-bg2.jpg);
  background-size: 100%;
  min-height: 300px;
  font-weight: bold;
  filter: grayscale(100%);
  transition: 0.3s;
  border: 1px solid #333;
  background-repeat: no-repeat;
  background-position: 0 bottom;
  background-color: #000;
}

#landing-latest {
  text-align: center;
  font-size: 1.9rem;
}

#showBG {
  background-image: url(https://mlxjbnm05kda.i.optimole.com/mlxjbnm05kda-ahewtol-style/w:auto/h:auto/q:auto/https://machineswithsouls.com/wp-content/themes/machines-with-souls-2/images/car-shows.jpg);
}
#specialBG {
  background-image: url(https://mlxjbnm05kda.i.optimole.com/mlxjbnm05kda-ahewtol-style/w:auto/h:auto/q:auto/https://machineswithsouls.com/wp-content/themes/machines-with-souls-2/images/special.jpg);
}
#talkBG {
  background-image: url(https://mlxjbnm05kda.i.optimole.com/mlxjbnm05kda-ahewtol-style/w:auto/h:auto/q:auto/https://machineswithsouls.com/wp-content/themes/machines-with-souls-2/images/talk-me-out-of-it.jpg);
}
#scBG {
  background-image: url(https://mlxjbnm05kda.i.optimole.com/mlxjbnm05kda-ahewtol-style/w:auto/h:auto/q:auto/https://machineswithsouls.com/wp-content/themes/machines-with-souls-2/images/sc-bg.jpg);
}
#wagonBG {
  background-image: url(https://mlxjbnm05kda.i.optimole.com/mlxjbnm05kda-ahewtol-style/w:auto/h:auto/q:auto/https://machineswithsouls.com/wp-content/themes/machines-with-souls-2/images/wagon-bg.jpg);
}

.review-links a:hover {
  filter: grayscale(0%);
}

#extra-story-wrapper {
  display: block;
  position: fixed;
  top: 0px;
  width: 100%;
  z-index: 3;
  transition: top 0.2s ease-in-out;
}
#extra-story-wrapper.navUp {
  transition: top 0.2s ease-in-out;
  top: 166px;
}

.top-story-mobile {
  display: flex;
  background-color: #e7e7e9;
  padding-bottom: 10px;
  height: 150px;
  overflow-x: scroll;
  overflow-y: hidden;
  scrollbar-width: none;    
}

.guide-scroll-2{cursor: pointer;
  z-index: 2000000;
  -moz-box-pack: center;
  justify-content: center;
  position: absolute;
  right: 0px;
  -moz-box-align: center;
  align-items: center;
  width: 50px;
  padding-left: 10px;
  color: #000;
  background: linear-gradient(90deg, rgba(204, 204, 204, 0) 0%, rgb(255, 255, 255) 100%);
  height: calc(100% - 0px);}

.top-story-mobile .content h3 {
  font-size: 15px;
  line-height: 17px;
  width: 80%;
  padding-left: 15px;
  margin: 0;
  padding-top: 25px;
  text-transform: none;
  font-weight: normal;
}

.top-story-mobile .content {
  padding: 10px;
}

.top-story-mobile .item .content a::before {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 100%);
  content: "";
  height: 115px;
  position: absolute;
  width: 210px;
  max-width: 210px;
  z-index: 1;
}

#extra-story-wrapper h4 {
  margin: 0;
  font-size: 13px;
  width: 200px;
  background-color: #e7e7e9;
  padding: 5px 10px 5px 20px;
  color: #000;
}

.top-story-mobile .item {
  margin: 0px auto 0 auto;
  width: 230px;
  height: 130px;
  min-width: 230px;
}
.top-story-mobile h3 {
  font-size: 0.8rem;
  position: absolute;
  top: 3px;
  z-index: 2;
  line-height: 0.85rem;
  padding: 5px 10px 0px 6px;
  margin: 0;
  color: #fff !important;
}

.top-story-mobile img {
  overflow: hidden !important;
  max-width: 100% !important;
  margin: 0 !important;
}

@media screen and (max-width: 1180px) {
  .sidebarHolder {
    display: none;
  }
  .desktop-side-banner,
  .ad-space.desktop-side-banner,
  .ad-space.desktop-side-banner2 {
    display: none !important;
  }
    
.blogBG {
  width: calc(120vw - 300px - 5%);
}
    #social a{padding-right: 9px; padding-left: 9px;}
}

@media screen and (max-width: 820px) {
    .blogBG {
  width: calc(135vw - 300px - 5%);
}
}

@media screen and (max-width: 650px) {
  #mc-embedded-subscribe-form {
    padding-bottom: 11px;
  }

  #breadcrumbs {
    max-width: 300px;
  }
  .entry-header .desc {
    max-width: 390px;
    line-height: 20px;
    font-size: 15px;
  }

  .review-links a {
    font-size: 16px;
    min-height: 200px;
    line-height: 20px;
    padding: 10px;
    background-position: -13px bottom;
    background-size: 123%;
    filter: grayscale(0);
    background-color: #000;
  }

  .ShareBox,
  .ShareBox-email {
    margin-left: -24px;
    margin-right: -24px;
    overflow: visible;
    max-width: calc(100% + 48px);
  }
  .desktop-side-banner {
    display: none;
  }
  #extra-story-wrapper {
    display: block;
    position: fixed;
    top: 72px;
    transition: top 0.2s ease-in-out;
    width: 100%;
  }
  #extra-story-wrapper.navUp {
    transition: top 0.2s ease-in-out;
  }

  #extra-story-wrapper.navUp {
    width: 100%;
    overflow-x: scroll;
    overflow-y: hidden;
  }

  #extra-story-wrapper h4 {
    font-size: 11px;
    width: 160px;
    padding: 5px 10px 5px 13px;
  }

  .top-story-mobile {
    height: 90px;
    background-color: rgba(204, 204, 204, 0.9);
    padding-bottom: 8px;
  }

  .top-story-mobile .content h3 {
    font-size: 12px;
    line-height: 11px;
    width: 80%;
    padding-left: 7px;
    margin: 0;
    padding-top: 9px;
  }

  .top-story-mobile .content {
    padding: 5px;
  }

  #mc-mobile-stick {
    top: 93px;
  }

  #mc-mobile-stick .mc-field-group {
    width: 305px;
    height: 40px;
  }
  #mc-mobile-stick .mc-field-group input {
    font-size: 0.9em;
    height: 40px;
  }

  .top-story-mobile .item .content a::before {
    min-width: 130px;
    width: 130px;
    height: 73px;
  }

  .top-story-mobile .item {
    min-width: 140px;
    width: 140px;
    height: 78px;
    top: 0px;
  }
  .top-story-mobile h3 {
    font-size: 0.8rem;
    position: absolute;
    top: 3px;
    z-index: 2;
    line-height: 13px;
    padding: 5px 10px 0px 6px;
    margin: 0;
    color: #fff !important;
  }

  .top-story-mobile img {
    overflow: hidden !important;
    max-width: 100% !important;
    margin: 0 !important;
  }

  .ShareBox {
    padding-left: 22px;
  }

  .stick-to-me {
    height: 85px;
  }

  .sidebarHolder {
    display: none;
  }

  .feature-level {
    padding: 0;
  }

  .blogBG {
    width: 100%;
    min-width: 0;
    padding-left: 15px;
    padding-right: 15px;
  }
  .entry-content p {
    width: 100%;
  }
  .entry-title {
    font-size: 35px;
    line-height: 33px;
  }
  .wp-block-image img {
    width: 100%;
  }
  .wp-caption-text {
    width: 100%;
  }
  .post-thumbnail img {
    width: 375px;
  }
  .wp-caption img {
    width: 100%;
  }

  .nav-links {
    display: block !important;
  }

  .scrollToTopBtn {
bottom: 182px;
    right: 13px;
  }

  .tileBG01 p,
  .tileBG03 p {
    padding-top: 200px;
  }

  .nav-next,
  .nav-previous {
    flex: 0 0 100% !important;
    margin-right: 0 !important;
    margin-top: 6px;
    padding: 10px;
  }

  .navigation.post-navigation {
    max-width: 375px;
    width: 100%;
    min-width: 100px;
  }

  .blogBG .entry-title {
    font-size: 35px;
    line-height: 36px;
  }

  .grid .entry-content a {
    margin-top: 30px;
  }

  .grid .post {
    margin: 0 0 1.5em;
  }

  .grid .post:nth-child(even) {
    top: 0px;
  }

  .grid .post .blogBG {
    padding-bottom: 30px;
  }
  .related-posts .grid {
    grid-template-columns: 1fr 1fr;
    display: grid;
    grid-row-gap: 8px;
    margin-top: 0;
    grid-column-gap: 8%;
  }
  .related-posts a .title {
    background: #fff;
    color: #000;
    font-size: 0.8em;
    line-height: 1.3em;
    position: relative;
    padding: 15px 10px 8px 10px;
    min-height: 120px;
  }

  .related-posts .item {
    margin-bottom: 0;
    overflow: hidden;
    max-height: 250px;
    margin-left: -10px;
    margin-right: -10px;
  }
  .landing-header {
    max-width: 1000px;
    /*padding: 10px 30px 10px 30px;*/
    margin: 0 auto;
  }
  .landing .normal-level .imgcontainer,
  .search-results .post-thumbnail {
    width: 100%;
  }

  .search-results .post .entry-title {
    font-size: 14px;
    line-height: 1.3;
  }
  .landing-header .page-title {
    font-size: 35px;
    line-height: 35px;
  }
  .landing-header p {
    font-size: 15px;
    line-height: 28px;
  }

  figure.wp-caption,
  .embed-specs-panel,
  .ShareBox-email,
  .blogBG img,
  .entry-content h2,
  .entry-content h3, .post-image-wrapper{
    margin-left: -24px;
    margin-right: -24px;
    overflow: visible;
    max-width: calc(100% + 48px);
  }
    
  .tile figure.wp-caption {
    margin-left: 0;
    margin-right: 0;
    overflow: visible;
    max-width: 100%;
  }

  .entry-content p img:not(#sig) {
    margin-left: -24px !important;
    margin-right: -24px !important;
    max-width: calc(100% + 48px) !important;
  }

  .entry-content h2,
  .entry-content h3 {
    width: inherit;
    padding-left: 20px !important;
    padding-right: 20px !important;
    font-size: 1.4em;
    line-height: 1.1em;
    scroll-margin-top: 220px;
  }

  .item .desc {
    line-height: 23px;
  }

  .landing .normal-level .description,
  .search-results .blogBG {
    max-width: 210px !important;
    padding-left: 10px;
    padding-right: 10px;
  }
}

/*-----SEARCH and 404----*/

.error-404 {
  margin: 0 auto;
  width: 100%;
  max-width: 1200px;
  padding: 20px;
}

.error-404 header {
  font-size: 30px;
  text-transform: uppercase;
  margin-bottom: 0;
}

.error-404 h1 {
  margin-bottom: 0;
  font-size: 50px !important;
  line-height: 50px;
}

.error-404 .page-content {
}

#offroad-error-container {
  width: 100%;
}

#offroad-error {
  width: 100%;
}

.search-field {
  background-color: #e0e0e0;
  border-bottom: 1px solid #000;
  width: 100%;
  height: 50px;
  border-left: 0px;
  border-right: 0px;
  border-top: 0px;
  font-family: Helvetica, sans-serif;
  font-size: 15px;
  line-height: 30px;
  padding: 0 10px;
  border-radius: 0;
}

.search-form {
  display: flex;
  align-items: center;
}

.search-form label {
  flex: 1;
}

.search-submit {
  width: 15%;
  color: #fff !important;
  text-decoration: none;
  font-family: goldman, sans-serif;
  transition: 0.3s;
  text-align: center;
  padding: 20px;
  border: 1px solid #fff;
  min-width: 100px;
  background-color: #000 !important;
  height: 50px;
  margin-bottom: 0;
  margin-left: 20px;
  flex: none;
  display: none;
}

.search-submit:hover,
.errorLink a:hover {
  color: #000 !important;
  background-color: #fff !important;
}

.errorLink {
  margin: 30px auto 30px auto;
  width: 100%;
  max-width: 1200px;
}

.errorLink a {
  width: 100%;
  color: #fff;
  text-decoration: none;
  font-family: goldman, sans-serif;
  transition: 0.3s;
  text-align: center;
  padding: 20px;
  border: 1px solid #fff;
  min-width: 100px;
  background-color: #000;
  display: block;
  text-transform: uppercase;
}

.search-container {
  position: relative;
  width: 100%;
  height: 100%;
}

.page-title-search {
  text-transform: uppercase;
  text-align: center;
  width: 100%;
  line-height: 30px;
}

.category-contain {
  max-width: 1300px;
  margin: 30px auto 30px auto;
}

.category-contain .grid {
  grid-template-columns: repeat(3, 1fr);
}

.category-contain .grid .post {
  margin-top: 10px;
}

.category-contain .grid .post:nth-child(2n) {
  top: 0;
}

.category-contain .entry-content p {
  font-family: Goldman;
  font-size: 14px;
  line-height: 20px;
}

.category-contain .grid .post .entry-title {
  font-size: 20px;
  line-height: 24px;
}

.grid .post,
.grid .post .blogBG {
  background-color: rgba(180, 180, 180, 1);
  color: #000 !important;
}

.grid .entry-title a {
  color: #000;
}


.full-review-btn {
  font-family: goldman;
  color: #fff !important;
  display: block;
  padding: 7px 10px 5px 10px;
  text-align: center;
  text-transform: uppercase;
  background-color: #2c44ac;
  border: 0;
  transition: 0.3s;
  height: 35px;
  text-decoration: none;
  font-size: 14px;
  width: 40%;
  border-radius: 3px;
}

.full-review-btn:hover {
  background-color: #333;
}

/* The progress container (grey background) */
.progress-container {
  width: 100%;
  height: 5px;
  background-color: #808080;
  display: none;
}

.post-template-default .progress-container {
  display: block;
}

/* The progress bar (scroll indicator) */
.progress-bar {
  height: 5px;
  background: #2c44ac;
  width: 0%;
}

@media screen and (max-width: 1180px) {
  .category-contain .grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 650px) {
  .category-contain .grid {
    display: inline-grid;
    padding: 0px 10px 0px 10px;
    column-gap: 10px;
  }
  .category-contain .grid .post {
    margin: 0 0 10px 0;
  }
  .category-contain .grid .post .entry-title {
    font-size: 16px;
    line-height: 20px;
  }
  .category-contain .entry-content p {
    font-size: 12px;
    line-height: 19px;
  }
  .category-contain .grid .post .blogBG {
    padding: 20px;
  }
  .full-review-btn {
    width: 100%;
  }
}

@media screen and (max-width: 650px) {
  .search-submit {
    margin-top: 20px;
  }
  .search-field {
    width: 100%;
  }
  .search-nav {
    right: 12%;
  }
  #search-container {
    width: 85%;
  }
  #search-container .search-field {
    font-size: 15px;
    width: 100%;
    margin-right: 5px;
    height: 35px;
    color: #000;
  }

  #search-container .search-submit {
    width: 100px;
    margin-top: 0px;
    height: 35px;
    padding-left: 20px;
  }
  .landing .normal-level .item + .item,
  .search-results .post + .post {
    border-top: none;
  }

  .search-results .post {
    padding: 3px 0;
    margin-bottom: 0;
    margin-top: 11px;
  }

  .ad-space,
  .ad-space.item-2 {
    margin-left: -24px;
    margin-right: -24px;
    overflow: visible;
    max-width: calc(100% + 48px);
  }

  .google-auto-placed {
    width: 80% !important;
    clear: none;
    text-align: center;
    overflow: hidden;
    background-color: #eee;
    margin: 20px auto;
    padding: 10px;
  }
}

/*-----PRIVACY POLICY---*/
#privacyContain {
  height: auto !important;
  width: 100%;
  margin: 0 auto;
  max-width: 1200px;
}

#privacyContain h2 {
  text-transform: uppercase;
}

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

.bypostauthor {
  display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
  margin: 0 0 1.5em;
}

.widget select {
  max-width: 100%;
}

/* 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 logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.tile .wp-caption {
  margin-bottom: 0;
  max-width: 100%;
  margin-top: 0;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  background-color: #cecece;
  padding: 15px 20px;
  line-height: 1.4rem;
  font-family: goldman;
  font-size: 0.8em;
}

.tile .wp-caption .wp-caption-text {
  background-color: #cecece;
  padding: 10px 20px;
  line-height: 1.1rem;
  position: absolute;
  width: 100%;
  bottom: 0;
  font-family: goldman;
  font-weight: 100;
  font-size: 0.8em;
}

.page-title {
  margin: 0 auto;
  text-align: center;
  text-transform: uppercase;
}

@media screen and (max-width: 700px) {
  .page-title {
    font-size: 1.4rem;
    line-height: 1.4rem;
  }
  .category-contain .entry-content {
    display: none;
  }
}

.ad-space.mobile-only {
  display: none;
}

/* Galleries
--------------------------------------------- */
.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
}

.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
  display: block;
}

/*-----SITEMAP-----*/

.wsp-container {
  max-width: 850px;
  position: relative;
  padding: 40px 40px 10px 3%;
  min-width: 650px;
  margin: 0 auto;
}

.wsp-posts-title,
.wsp-pages-title {
  background-color: transparent;
}

@media screen and (min-width: 1180px) {
  .wsp-container {
    width: calc(100vw - 300px - 5%);
  }
}

.wsp-pages-list,
.wsp-posts-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.wsp-post {
  line-height: 1em;
}

.wsp-category-title {
  font-family: goldman;
  text-decoration: none;
  text-transform: uppercase;
}

.wsp-pages-list li a,
.wsp-post a {
  text-decoration: none;
  color: #000;
  font-family: goldman;
  font-size: 0.9rem;
  border-bottom: 1px solid #3a3a3a;
  display: block;
  line-height: 23px;
  padding-bottom: 15px;
  padding-top: 15px;
}

.wsp-pages-list li a:hover,
.wsp-post li a:hover,
.wsp-category-title a:hover,
.wsp-post a:hover {
  color: #4268ff;
}

.wsp-category-title {
  font-family: goldman;
  text-decoration: none;
  text-transform: uppercase;
  background-color: #2c44ac;
  width: 100%;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 10px;
}

.wsp-category-title a {
  color: #fff;
  text-decoration: none;
}

@media screen and (max-width: 650px) {
  .wsp-container {
    width: 100%;
    min-width: 0;
    padding-left: 15px;
    padding-right: 15px;
  }

  .wsp-posts-title,
  .wsp-category-title {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }

  .ad-space.mobile-only {
    display: block;
    padding-bottom: 15px;
    background-color: #eee;
  }
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text,
#post-2031.entry-header {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.screen-reader-text:focus,
#post-2031.entry-header:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

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

/* Alignments
--------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;

  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  /*rtl:ignore*/
  float: right;

  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
  position: relative;
}

/*ADSENSE */
.adsense {
  width: 970px;
  height: 90px;
  display: block;
}
.adsense:before {
  display: none !important;
}
.adsense ins {
  width: 100%;
  height: 100%;
  display: block;
}

@media screen and (max-width: 1024px) {
  .adsense {
    width: 728px;
    height: 90px;
  }
  .adsense:before {
    content: "1024";
  }
}

@media screen and (max-width: 1080px) {
  .footertop #social,
  .footertop .newsletter {
    flex: none;
    width: auto;
  }

  div#signupMail {
    position: relative;
    margin: 0;
    transform: translate(0, 0);
  }

  .footertop {
    font-size: 14px;
    justify-content: space-between;
  }

  #signupMail h3 {
    font-size: 14px;
  }
  #signupMail h3,
  #mc_embed_signup {
    display: inline-block;
  }

  #social img {
    width: 20px;
  }
}
@media screen and (max-width: 850px) {
  #signupMail h3,
  #mc_embed_signup {
    display: block;
  }
  .stickies .item .title {
    margin-top: 28px;
  }
  .related-posts .grid {
    grid-template-columns: 1fr 1fr;
  }

  .manualAdTablet {
    display: block;
  }
  .manualAdDesktop {
    display: none;
  }
  .manualAdMobile {
    display: none;
  }
}

@media screen and (max-width: 800px) {
  .adsense {
    width: 468px;
    height: 60px;
  }
  .adsense:before {
    content: "800";
  }
  .blogBG {
    padding-left: 24px;
    padding-right: 24px;
  }
  .blogBG figure.aligncenter {
    margin-right: -24px;
    margin-left: -24px;
    max-width: calc(100% + 48px);
  }
}

/* HOMEPAGE ADS */
.ad-space {
  text-align: center;
  position: relative;
  background-color: rgba(180, 180, 180, 1);
  padding: 15px;
  max-height: 250px;
}
.home .ad-space,
.landing__level .ad-space {
  padding: 0;
  height: fit-content;
  width: fit-content;
  margin-inline: auto;
  grid-column: ad;
  max-height: none;
  background: transparent;
}
.home .ad-space > div,
.landing__level .ad-space > div {
  background-color: #b4b4b4;
  padding: 10px;
  min-width: 300px;
}
.home .ad-space > div:empty,
.landing__level .ad-space > div:empty {
  display: none;
}

.ad-space > ins {
  background-color: transparent;
}
/*@media (max-width: 850px) {
  .ad-space > div {
    width: 728px;
    height: 90px;
  }
}
@media (max-width: 650px) {
  .ad-space > div {
    width: 468px;
    height: 60px;
  }
}*/
.post > .ad-space {
  right: 0;
  left: 0;
  height: 120px;
}

.most-recent,
.more-reviews {
  min-height: 300px;
}
.most-recent,
.more-reviews,
.special-feature,
.landing__level {
  display: grid;
  grid-template-columns: [main-start content-start] 1fr [content-end ad-start] 0px [ad-end main-end];
  grid-gap: 15px 12px;
  grid-template-rows: auto 1fr;
}
.stickies .review-container {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 15px;
}
.stickies .review-container .item {
  grid-column: span 2;
}
.stickies .review-container .item:nth-child(-n + 2) {
  grid-column: span 3;
}
.landing__level .normal-level {
  gap: 15px;
}
.landing__level .normal-level .item:nth-child(5n) {
  grid-column: 1 / -1;
}

.special-feature .ad-space > div {
  background-color: #848484;
}
@media screen and (max-width: 1186px) {
  .most-recent,
  .more-reviews,
  .stickies,
  .landing__level {
    margin-inline: 20px;
  }
}
@media screen and (max-width: 950px) {
  .most-recent .item {
    padding-top: 0;
  }
  .more-reviews,
  .most-recent,
  .special-feature,
  .landing__level {
    max-width: none;
    grid-template-columns: [main-start] 1fr [main-end];
    grid-template-rows: repeat(3, auto);
  }
  .home .ad-space,
  .landing__level .ad-space {
    grid-column: 1;
    margin: 15px auto 0;
  }

  .stickies .popular-tutorials {
    margin-top: 18px;
  }
}

@media screen and (max-width: 650px) {
  .stickies .review-container {
    width: 100%;
    display: block;
    padding: 0 30px;
  }
  .stickies .review-container,
  .more-reviews .grid {
    grid-template-columns: 1fr;
  }
  /* 
  .more-reviews .header,
  .more-reviews .grid,
  .stickies .review-container {
    width: 100%;
  } */
}
@media screen and (max-width: 950px) {
  .landing .top-level .grid {
    display: block;
    width: auto;
  }
  .landing .top-level .ad-space {
    grid-column: 1;
    padding-top: 20px;
  }
  .landing .items {
    padding-left: 0;
    padding-right: 0;
  }

  .landing .top-level .item a {
    height: auto;
  }

  .landing .top-level .item .imgcontainer img {
    position: relative;
    max-width: 100%;
    max-height: none;
  }

  .landing .top-level .description,
  .landing .feature-level .description {
    min-height: 50px;
    padding-left: 10px;
  }

  .landing .feature-level .description {
    color: #fff;
  }

  .landing .normal-level .ad-space {
    top: 0;
    margin-top: 25px;
    margin-bottom: 15px;
  }

  .landing .normal-level {
    padding-bottom: 0;
  }
}

@media screen and (max-width: 650px) {
  .landing .normal-level {
    grid-template-columns: 1fr 1fr;
  }

  .stickies {
    padding-left: 0;
    padding-right: 0;
  }

  .more-reviews {
    padding: 0;
  }

  .stickies .review-container {
    padding: 0;
  }
  .stickies .item .title {
    margin-top: 0;
  }
  .footertop {
    display: block;
    padding: 0;
    height: auto;
  }

  .footertop #social {
    background: #3e3e3e;
    padding: 18px;
    text-align: center;
    display: block;
  }

  .footertop #mc-embedded-subscribe {
    background-color: #142984;
  }
  .footertop #mc-embedded-subscribe:hover {
    background-color: #000;
  }

  #social a {
    padding-left: 5px;
    padding-right: 5px;
  }

  #social .desc {
    display: block;
    font-size: 12px;
    text-align: left;
    line-height: 12px;
    margin-bottom: 10px;
  }

  #footerLogo {
    display: none;
  }
    
    #footerLogoMobile {
display: block;
}
    
    #lifeBeyond {
  width: 80%;
}
    
  .site-info ul,
  .secondaryFooter ul {
    width: 90%;
    margin-bottom: 13px;
    border-bottom: 1px solid #656565;
    padding-bottom: 13px;
  }
  .site-info,
  .secondaryFooter {
    display: block;
    padding-left: 25px;
    margin-bottom: 35px;
  }
  #social {
    width: 100%;
  }
  .site-info {
    margin-bottom: 0;
  }
  .secondaryFooter {
    padding-top: 0;
  }
  .copyright-line {
    padding: 0px 20px 0px 25px;
    margin: 10px auto 0px auto;
  }

  .footertop .newsletter {
    padding: 10px 24px 10px 10px;
    overflow: auto;
  }

  #signupMail {
    height: auto;
    padding-top: 0;
  }

  #mc-embedded-subscribe {
    margin-bottom: 0;
  }

  .mc-field-group,
  #mce-EMAIL {
    margin-left: 0;
  }
  .most-recent,
  .more-reviews,
  .special-feature {
    display: block;
  }
}

@media screen and (min-width: 1860px) {
  /*  .landing-header {
    margin-left: calc(950px - 50vw);
    margin-right: calc(950px - 50vw);
    padding-right: calc(50vw - 280px);
    padding-left: calc(50vw - 280px);
    margin-bottom: 10px;
  }*/
}

.in-the-feed {
  max-width: 1000px;
  margin: auto;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.post-image-wrapper {
  position: relative;
}

.mws-logo .post-image-wrapper,
.mws-logo .post-image-wrapper img {
  margin: 25px auto 0 auto;
}

input[type="submit"].clickable-image-button,
.full-story-button a {
  height: 40px;
  font-size: 0.8em;
  padding: 8px 20px;
  text-transform: uppercase;
  z-index: 1;
  border-radius: 15px;
  cursor: pointer;
  font-family: "Goldman", sans-serif;
  text-decoration: none;
  font-weight: bold;
  transition: 0.3s;
   color: #000;
  background-color: rgba(255,255,255,0.5);
    position: absolute;
  bottom: 20px;
  right: 5%;
}
.full-story-button {
  text-align: center;
  padding-block: 10px;
  background-color: rgba(255,255,255,0.8);
}

.full-story-button a {
  color: #ffffff;
  background-color: #000000;
  padding: 14px 20px;
  border: 1px solid #fff;
  display: block;
  height: 50px;
  width: 200px;
  margin: 0 auto;
  line-height: 21px;
}

.full-story-button a:hover {
  background-color: #fff;
  border: 1px solid #000;
  color: #000;
}

input[type="submit"].post-image-wrapper {
  position: absolute;
  background-color: rgba(255, 255, 255, 0.5);
  left: initial;
  right: 10px;
  bottom: 10px;
  color: #000;
}
.post-image-wrapper img {
  display: block;
  margin-top: 15px;
}
input[type="submit"].clickable-image-button:hover {
  background-color: rgba(255, 255, 255, 1);
  transition: 0.3s;
  color: #000;
}
.sidebarHolder.sidebarHolder--right {
  right: -340px;
  left: auto;
  width: auto;
  min-width: 300px;
  top: 0;
}
.entry-content .mws-logo .clickable-image-button,
.entry-content .photo-galleries .clickable-image-button {
  display: none;
}

.page-template-default.page .blogBG.stuff2 {
  padding: 0;
}
.page-template-default.page .blogBG.stuff2 img {
  aspect-ratio: 1500 / 1000;
}

/*---GUIDES---*/

#perfect{color:#4f4100;}

#guide-list-container{
height: 70px;
  display: flex;
  overflow: hidden;
  -moz-box-align: stretch;
  align-items: stretch;
  position: sticky;
  max-width: 75rem;
  margin: auto;
 top: 166px;
 z-index: 2;
}

#guide-list-container .topSpace{top: 306px;}

.guide-list{
display: flex;
  overflow-x: auto;
  position: relative;
  transition: margin 0.5s;
  white-space: nowrap;
  right: 0px;
  scrollbar-width: none;
  background-color: #ccc;
  margin-bottom: 20px;
  padding: 10px 0px 5px 19px;
    border-bottom: 3px solid #393939;
}

.guide-list-link{
display: flex;
  -moz-box-pack: center;
  justify-content: center;
  -moz-box-align: stretch;
  align-items: stretch;
  position: relative;
    margin: 0px 1.5rem;
}

.guide-list-link a {
  cursor: pointer;
  display: flex;
  -moz-box-align: center;
  align-items: center;
  -moz-box-pack: center;
  justify-content: center;
  padding: 0rem;
  margin: 0rem;
  text-decoration: none;
  font-size: 0.875rem;
  line-height: 1.4;
  color: #000;
  background: none;
  font-weight: unset;
  transition: color 0.3s ease-in-out;
  letter-spacing: 0;
  text-transform: uppercase;
  font-family: Goldman, sans-serif;
}

.guide-list-link li {line-height: 21px;}

.guide-list-link:first-of-type {
  margin-left: 0px;
}

.guide-scroll {
  cursor: pointer;
  -moz-box-pack: center;
  justify-content: center;
  position: absolute;
  right: 0px;
  -moz-box-align: center;
  align-items: center;
  width: 50px;
  padding-left: 10px;
  color: #000;
  background: linear-gradient(90deg, rgba(204, 204, 204, 0) 0%, rgb(255, 255, 255) 100%);
  height: calc(71% - 0px);
}

.guide-intro-panel{
  background-color: #ccc;
  padding-bottom: 15px;
  margin-bottom: 20px;
  max-width: 1020px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 20px;
  display: flex;
}

.flex-1{flex: 1 1 0%;
  padding-right: 20px;
  border-right: 1px solid #000;
  border-bottom: none;
  padding-left: 20px;}

.flex-2{flex: 1 1 0%;
  padding-right: 20px;
  padding-left: 20px;}

.soul-score{text-align: center;
  background-color: #ccc;
  padding: 20px 0px 10px 0; margin-bottom: 20px;}
.soul-score h3{font-size: 2rem; margin: 0;}
.soul-score h5{margin: 0 0 8px 0;}
.soul-score p{font-family: goldman; font-size: 1rem;margin: 6px auto;}
.soul-score span{font-size: 4rem; letter-spacing: -4px;}

.guide-intro-panel h4{margin: 0px 0px 5px 0px;}

.guide-list-link a:hover{color: #2c44ac;}
.guide-list-link a:active {color: #2c44ac !important;}

@media screen and (max-width: 650px) {
    .guide-intro-panel{display: block;}
    .flex-1{padding-right: 0px;
        padding-left: 0;
    border-right: none;
    border-bottom: 1px solid #000;
    padding-bottom: 20px;
    }
    .flex-2{padding-right: 0; padding-left: 0; padding-top: 20px;}
    .guide-list-container, .guide-intro-panel,.soul-score {margin-left: -24px;
  margin-right: -24px;
  overflow: visible;
  max-width: calc(100% + 48px);}

#guide-list-container{
margin-left: -24px;
  margin-right: -24px;
  overflow: visible;
    max-width: calc(100% + 48px);}
}

/*---END GUIDES---*/

/*---DARK THEME---*/
.dark-theme{background-color:#000;}
    
.dark-theme p, .dark-theme h1, .dark-theme h2, .dark-theme h3, .dark-theme h4, .dark-theme h5, .dark-theme h6{color: #FFF;}
.dark-theme .embed-specs-panel, .dark-theme .soul-score, .dark-theme .guide-intro-panel{background-color: #191919; color: #000;}
.dark-theme #breadcrumbs a, .dark-theme .posted-on, .dark-theme .posted-on a, .dark-theme .guide-list-link a, .dark-theme .main-navigation a{color: #FFF;}
.dark-theme #masthead {background-color:#000; color: #FFF;}
.dark-theme .custom-logo, .dark-theme #logo a, .dark-theme .mws-logo{filter: invert(96%) sepia(96%) saturate(15%) hue-rotate(308deg) brightness(105%) contrast(103%);}
.dark-theme #darkmode-icon svg {fill: #FFF;}
.dark-theme #menuToggle span {background: #FFF;}
.dark-theme #mc-mobile-stick {background-color: #191919;}
.dark-theme .wp-caption .wp-caption-text{background-color: #191919; color: #FFF;}
.dark-theme .progress-container, .dark-theme #mc-mobile-stick #mce-EMAIL{background-color: #2b2a32; color: #fff;}
.dark-theme .flex-1{border-right: 1px solid #FFF}
.dark-theme .guide-list {background-color: #CECECE;}
.dark-theme .guide-scroll, .dark-theme .guide-scroll-2{background: linear-gradient(90deg, rgba(25, 25, 25, 0) 0%, rgb(255, 255, 255) 100%);}
.dark-theme #site-navigation {background-color: #e0e0e0; color: #FFF;}
.dark-theme .search-field {border-bottom: 1px solid #FFF; color: #FFF;}
.dark-theme .top-story-mobile{background-color: #191919;}
.dark-theme #breadcrumbs a:hover, .dark-theme .posted-on a:hover, .dark-theme .guide-list-link a:hover, .dark-theme .main-navigation a:hover {color: #2c44ac;}
.dark-theme .special-feature .desc, .dark-theme .itemcopy .title, .dark-theme .special-feature h2, .dark-theme .lightCopy, .dark-theme .special-feature .item a, .dark-theme .special-feature .title{color: #FFF;}
.dark-theme .friend-contain{background-color: #191919;}
.dark-theme .friend-contain h3{color: #FFF;}
.dark-theme #mCruiseBtn, .dark-theme .button, .dark-theme .posts-navigation .nav-links a{color: #FFF; border-color:#FFF;}
.dark-theme #perfect{color:#d9aa21;}

/*---END DARK THEME---*/

@media (prefers-color-scheme: dark) {
body {
  background: #000;
}
    
body,
button,
input,
select,
optgroup,
textarea,
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  color: #ffffff;
}

#masthead {
  background-color: #000;
  color: #fff;
}

.custom-logo {
  filter: invert(96%) sepia(96%) saturate(15%) hue-rotate(308deg)
    brightness(105%) contrast(103%);
}

#search-container {
  background-color: rgba(0, 0, 0, 0);
}

#site-navigation {
  background-color: rgb(22, 22, 22);
}

#search-icon svg,
#darkmode-icon svg {
  fill: #fff;
}

#menuToggle span {
  background: #fff;
}

#social-menu a,
#logo a {
  filter: invert(96%) sepia(96%) saturate(15%) hue-rotate(308deg)
    brightness(105%) contrast(103%);
}

.embed-specs-panel {
  background-color: #191919;
}

.entry-title {
  color: #fff;
}

#sig {
  filter: invert(96%) sepia(96%) saturate(15%) hue-rotate(308deg)
    brightness(105%) contrast(103%);
}

.top-story-mobile {
  background-color: #191919;
  color: #fff;
}

.sideBar-ShareBox-email {
  border-top: 10px solid #000;
}

.mws-logo {
  filter: invert(96%) sepia(96%) saturate(15%) hue-rotate(308deg)
    brightness(105%) contrast(103%);
}

.posted-on a, .entry-content h2, .entry-content h3, #breadcrumbs a, .posted-on a, .friend-contain p,.friend-contain h3 a, .landing .top-level .description, .landing .feature-level .description, #search-container .search-field, .grid .entry-title a, .wsp-pages-list li a, .wsp-post a, .item a, .main-navigation a, .friend-contain h3 a, .mc-field-group, #mce-EMAIL { color: #fff;}

.friend-contain{background-color: #191919;}

.landing-header {
  color: #fff;
}

.ad-space.desktop-side-banner {
  background-color: #262626;
}

.related-posts a .title {
  background: #191919;
  color: #fff;
}

#mCruiseBtn,
.button,
.posts-navigation .nav-links a {
  color: #fff;
  border-color: #fff;
}
#mCruiseBtn:hover,
.button:hover,
.posts-navigation .nav-links a:hover {
  background-color: #fff;
  color: #000;
}

.sidebarHolder,
.sidebarHolder h3,
.sidebarHolder .item,
.sidebarHolder .title {
  background-color: #333;
  color: #fff;
}

#mmt-dc54685c-3ed9-491e-bb3b-d993c4adda0d_1_zonewrap {
  background: rgba(0, 0, 0, 0.7);
}

#mc-mobile-stick {
  background-color: #191919;
}
.guide-scroll-2{background: linear-gradient(90deg, rgba(25, 25, 25, 0) 0%, rgb(0, 0, 0) 100%);}

#extra-story-wrapper h4 {
  color: #fff;
  background-color: #191919;
}

.search-field {
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 1px solid #fff;
  color: #fff;
}

.grid .post,
.grid .post .blogBG {
  background-color: #191919;
  color: #fff;
}

.progress-container {
  background-color: #292929;
}

.wp-caption .wp-caption-text,
.tile .wp-caption .wp-caption-text {
  background-color: rgba(39, 39, 39, 1);
}

.entry-content .ad-space, .home .ad-space > div,
.landing__level .ad-space > div,
.google-auto-placed{
  background-color: #292929;
}

.full-story-button{background-color: rgba(0,0,0,0.8);}

.full-story-button a {
  background-color: #fff;
  color: #000000;
  border: 1px solid #000;
}

.full-story-button a:hover {
  background-color: #000;
  border: 1px solid #fff;
  color: #fff;
}
    
.guide-list{background-color: #191919;}
.guide-list-link a {color: #fff;}
.guide-scroll {background: linear-gradient(90deg, rgba(25, 25, 25, 0) 0%, rgb(0, 0, 0) 100%);}
.guide-intro-panel, .soul-score{color: #fff; background-color: #191919;}
.flex-1{border-right: 1px solid #fff;}
 #perfect{color:#d9aa21;}
    
@media screen and (max-width: 650px) {
    .flex-1{
    border-bottom: 1px solid #fff;
    border-right: none;
    }
    
/*---end dark mode---*/

/*---LIGHT THEME---*/
body.light-theme{background-color:#FFF;}
    
body.light-theme p, body.light-theme h1, body.light-theme h2, body.light-theme h3, body.light-theme h4, body.light-theme h5, body.light-theme h6{color: #000;}
body.light-theme .embed-specs-panel, body.light-theme .soul-score, body.light-theme .guide-intro-panel{background-color: #cecece; color: #000;}
body.light-theme #breadcrumbs a, body.light-theme .posted-on, body.light-theme .posted-on a, body.light-theme .guide-list-link a, body.light-theme .main-navigation a{color: #000;}
body.light-theme #masthead {background-color:#FFF; color: #000;}
body.light-theme .custom-logo, body.light-theme #logo a,  body.light-theme .mws-logo{filter: none;}
body.light-theme #darkmode-icon svg {fill: #000;}
body.light-theme #menuToggle span {background: #000;}
body.light-theme #mc-mobile-stick {background-color: #cecece;}
body.light-theme .wp-caption .wp-caption-text{background-color: #cecece; color: #000;}
body.light-theme .progress-container, body.light-theme #mc-mobile-stick #mce-EMAIL{background-color: #808080; color: #fff;}
body.light-theme .flex-1{border-right: 1px solid #000}
body.light-theme .copyright-line, body.light-theme #footerLogo p {color: #fff;}
body.light-theme .guide-list {background-color: #CECECE;}
body.light-theme .guide-scroll, body.light-theme .guide-scroll-2{background: linear-gradient(90deg, rgba(25, 25, 25, 0) 0%, rgb(255, 255, 255) 100%);}
body.light-theme #site-navigation {background-color: #e0e0e0; color: #000;}
body.light-theme .search-field {border-bottom: 1px solid #000; color: #000;}
body.light-theme .top-story-mobile{background-color: #e7e7e9;}
body.light-theme #breadcrumbs a:hover, body.light-theme .posted-on a:hover, body.light-theme .guide-list-link a:hover, body.light-theme .main-navigation a:hover {color: #2c44ac;}
body.light-theme .special-feature .desc, body.light-theme .itemcopy .title, body.light-theme .special-feature h2, body.light-theme .lightCopy, body.light-theme .special-feature .item a, body.light-theme .special-feature .title{color: #fff;}
body.light-theme .friend-contain{background-color: #cccccc;}
body.light-theme .friend-contain h3{color: #000;}
body.light-theme #mCruiseBtn, body.light-theme .button, body.light-theme .posts-navigation .nav-links a{color: #000; border-color:#000;}
body.light-theme #perfect{color:#4f4100;}

}/*---END LIGHT THEME and DARK BRACKET---*/

@media screen and (max-width: 650px) {
body.light-theme .title.lightCopy, body.light-theme .desc.lightCopy{color: #000;}
}

/* Mediavine CSS */
.single-post #primary {
  overflow-x: clip;
}

.is-sticky {
  inset: 152px 0 auto;
  margin: 0;
  position: fixed;
  z-index: 10;
}

.entry-header:has(.full-story-button) {
  padding-block-end: 30px;
}
.entry-header:has(.is-sticky) {
  margin-bottom: 50px;
}
.full-story-button.copy {
  position: sticky;
  top: 152px;
  z-index: 3;
}

/* Mediavine Mobile CSS */
@media only screen and (max-width: 460px) {
    img.size-full {
        max-width: 100% !important;
        margin-left: unset !important;
    }
}
/* Mediavine CSS Ends */