@charset "UTF-8";
/*
Theme Name: 	Inside EVs 2
Author: 		MotorSport
Author URI: 	http://motorsport.com
Description: 	NewsBlog theme
Version: 		1.0
*/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

a img {
  height: auto;
  max-width: 100%;
  border: none;
  outline: none;
}

.hidden {
  position: absolute;
  top: -9999px;
  left: -9999px;
}

.clearfix {
  overflow: hidden;
  display: block;
  float: none;
  clear: both;
}

.background-light {
  background-color: #f4f5fa;
}

.open-text {
  font-family: "Open Sans", sans-serif;
}

.open-title {
  font-family: "Open Sans", sans-serif;
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: 1px;
}

.oswald-title {
  font-family: "Oswald", sans-serif;
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.oswald-title h2 {
  margin: 0;
  line-height: 1.5;
}

img,
iframe {
  max-width: 100%;
}

iframe {
  border: none;
}

.v-p-1 {
  padding: 1rem 0;
}

/* todo */
.long-test-banner {
  width: 728px;
  height: 90px;
  background-color: cornflowerblue;
}

.sq-test-banner {
  max-width: 360px;
  width: 100%;
  height: 260px;
  background-color: cornflowerblue;
}

.over-vis {
  overflow: visible !important;
}

body {
  position: relative;
  min-height: 100vh;
  background-color: #f4f5fa;
  overflow-x: hidden;
  z-index: 1;
}
@media (max-width: 768px) {
  body {
    padding: 0 !important;
  }
}
body.blur {
  overflow: hidden;
}
body.blur .st-sticky-share-buttons {
  display: none !important;
}
body header,
body .featured,
body .overlay,
body main,
body .div404 {
  -webkit-filter: none;
          filter: none;
}
body.blur header, body.blur .featured, body.blur main, body.blur .div404 {
  -webkit-filter: blur(6px);
          filter: blur(6px);
}
body .overlay {
  display: none;
  background-color: gray;
  width: 100vw;
  height: 100%;
  top: 0;
  position: absolute;
  left: 0;
  overflow: hidden;
  z-index: 998;
  opacity: 0.7;
}
body.blur .overlay {
  display: block;
}
body.full-screen-banner {
  background-image: url("/wp-content/themes/newevs/img/full-screen-ad.png");
}
body.home .sidebar-featured > .title {
  position: absolute;
  top: -35px;
}

a {
  border: none;
  outline: none;
}

.sidebar {
  position: fixed;
  display: flex;
  top: 0;
  bottom: 0;
  right: -400px;
  flex-direction: column;
  font-family: "Open Sans", sans-serif;
  color: #808184;
  background-color: black;
  overflow-x: hidden;
  z-index: 999;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
@media (max-width: 576px) {
  .sidebar {
    width: 96%;
  }
}
.sidebar .btn-close img {
  cursor: pointer;
  width: 32px;
}
.sidebar .logo img {
  width: 70%;
}
.sidebar .side-search {
  margin: 15px 0 5px;
}
.sidebar .side-search input {
  width: 100%;
  padding: 8px 48px 8px 16px;
  border: none;
  border-radius: 50px;
  background: white no-repeat 12px 9px;
  background-position: calc(100% - 14px);
  background-size: 23px;
}
.sidebar .menu-items {
  display: flex;
  flex-direction: column;
  align-items: baseline;
}
.sidebar .menu-items .menu-item {
  margin: 4px 0;
  font-size: 1.1rem;
  font-weight: 400;
  color: #161616;
  word-spacing: 1px;
  letter-spacing: 1px;
  text-decoration: none;
}
.sidebar .menu-items .menu-item:hover {
  color: #6ccc53;
}
@media (max-width: 320px) {
  .sidebar .menu-items .menu-item {
    margin-right: 10px;
  }
}
.sidebar .menu-items .menu-item.scorecard {
  padding: 8px 20px;
  margin: 10px 0 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.05rem;
  color: white;
  background-color: #6ccc53;
  border-radius: 2rem;
}
.sidebar .menu-items .menu-item.scorecard:hover {
  background-color: #50b636;
}
@media (max-width: 576px) {
  .sidebar .menu-items .menu-item.scorecard {
    padding: 8px 18px;
    font-size: 14px;
  }
}
@media (max-width: 320px) {
  .sidebar .menu-items .menu-item.scorecard {
    font-size: 13px;
  }
}
.sidebar .menu-item {
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out;
}
.sidebar .light-side {
  display: flex;
  min-height: 500px;
  padding: 20px 30px;
  flex: 0.82;
  flex-direction: column;
  justify-content: space-evenly;
  background: #ebeced;
}
.sidebar .light-side .menu-item {
  font-weight: 400;
  font-size: 1.2rem;
}
.sidebar .light-side .menu-item.scorecard {
  font-weight: 600;
}
.sidebar .dark-side {
  display: flex;
  min-height: 400px;
  padding: 20px 30px 15px;
  flex: 1;
  flex-direction: column;
  justify-content: space-evenly;
  background: #161616;
}
.sidebar .dark-side .logo,
.sidebar .dark-side .socials {
  max-width: 315px;
  text-align: center;
}
.sidebar .dark-side > svg {
  width: 100%;
  height: auto;
  min-height: 35px;
}
.sidebar .dark-side > svg path:first-child {
  fill: white;
}
.sidebar .dark-side .menu-items {
  flex-direction: row;
  flex-wrap: wrap;
  width: 300px;
}
@media (max-width: 576px) {
  .sidebar .dark-side .menu-items {
    width: 100%;
  }
}
.sidebar .dark-side .menu-item {
  margin: 7px 0;
  width: 50%;
  font-size: 13px;
  color: gray;
}
@media (max-width: 576px) {
  .sidebar .dark-side .menu-item {
    font-size: 11px;
  }
}
.sidebar .dark-side .socials {
  display: flex;
  margin: 15px 0;
  justify-content: center;
  align-items: center;
}
.sidebar .dark-side .socials a {
  display: flex;
  text-decoration: none;
  color: #eee;
}
.sidebar .dark-side .socials a:hover {
  color: #6ccc53;
}
.sidebar .dark-side .socials a:not(:last-child) {
  margin-right: 50px;
}
.sidebar .dark-side .socials a span {
  font-size: 20px;
}
.sidebar .dark-side .socials img {
  width: 24px;
  height: 24px;
}
.sidebar .side-newsletter {
  margin-top: 1rem;
}
.sidebar .side-newsletter .title {
  text-transform: uppercase;
  color: white;
  letter-spacing: 1px;
  word-spacing: 2px;
}
.sidebar .side-newsletter .email-input {
  display: flex;
  margin-top: 20px;
  align-items: center;
  justify-content: flex-end;
}
.sidebar .side-newsletter .email-input input {
  width: 100%;
  padding: 8px 15px;
  font-size: 14px;
  color: white;
  background-color: gray;
  border: none;
  border-radius: 50px;
}
.sidebar .side-newsletter .email-input input::-webkit-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #ebeced;
  opacity: 1;
  /* Firefox */
}
.sidebar .side-newsletter .email-input input:-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #ebeced;
  opacity: 1;
  /* Firefox */
}
.sidebar .side-newsletter .email-input input::-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #ebeced;
  opacity: 1;
  /* Firefox */
}
.sidebar .side-newsletter .email-input input::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #ebeced;
  opacity: 1;
  /* Firefox */
}
.sidebar .side-newsletter .email-input input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #ebeced;
}
.sidebar .side-newsletter .email-input input::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #ebeced;
}
.sidebar .side-newsletter .email-input .svg {
  cursor: pointer;
  display: flex;
  margin-left: 12px;
}
.sidebar .side-newsletter .email-input .svg svg {
  width: auto;
  height: 37px;
}
.sidebar .side-newsletter .email-input .svg svg:hover path:first-child {
  fill: #50b636;
}
.sidebar .side-newsletter .privacy-policy {
  margin: 20px 0 0;
  width: 300px;
  font-size: 0.8rem;
}
@media (max-width: 576px) {
  .sidebar .side-newsletter .privacy-policy {
    width: 100%;
    font-size: 12px;
  }
}
.sidebar .side-newsletter .privacy-policy a {
  display: inline-block;
  color: #6ccc53;
}
.sidebar .side-newsletter .social-text {
  margin: 2.1rem 0 12px;
  font-size: 0.8rem;
  font-weight: bold;
  letter-spacing: 1px;
  color: #bbb;
}
.sidebar .side-copy {
  display: flex;
  padding: 10px 30px;
  min-height: 360px;
  flex-direction: column;
  align-items: center;
  font-size: 0.9rem;
  background-color: black;
}
.sidebar .side-copy .partner {
  display: block;
  margin-top: 15px;
  height: 40px;
  width: 100%;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
  background: no-repeat url("/wp-content/themes/newevs/img/logos_msn.png");
  background-size: auto 160px;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  transition: -webkit-filter 0.7s ease;
  transition: filter 0.7s ease;
  transition: filter 0.7s ease, -webkit-filter 0.7s ease;
}
.sidebar .side-copy .partner.motor1 {
  background-position: center 100%;
  background-size: 68%;
}
.sidebar .side-copy .partner.myev {
  background-position: center 77.7%;
  background-size: 84%;
}
.sidebar .side-copy .partner.autoclassics {
  background-position: center 61%;
  background-size: 68%;
}
.sidebar .side-copy .partner.rideapart {
  background-position: center 13%;
  background-size: 68%;
}
.sidebar .side-copy .partner.motorsport-tv {
  background-position: center 70%;
  background-size: 68%;
}
.sidebar .side-copy .partner.ferrarichat {
  background-position: center 90%;
  background-size: 68%;
}
.sidebar .side-copy .partner:hover {
  -webkit-filter: none;
          filter: none;
}
.sidebar .side-copy .copy {
  margin: 20px 0 10px;
  font-size: 13px;
}
.sidebar .side-copy .copy span {
  font-size: 10px;
}

body.nav-fixed nav {
  position: fixed;
  width: 100%;
  top: 0;
  box-shadow: grey 0 0 10px;
}

header {
  position: relative;
}
header nav {
  background-color: white;
  z-index: 100;
}
header .nav-container {
  position: relative;
  z-index: 100;
}
header .banner-panel {
  position: relative;
  background-color: #464854;
  z-index: 2;
  overflow: hidden;
  /* TODO */
}
header .banner-panel .banner {
  display: flex;
  width: 728px;
  height: 90px;
  align-items: center;
  justify-content: center;
  background-color: cornflowerblue;
}
header .banner-sq {
  max-width: 360px;
  width: 100%;
  height: 260px;
  background-color: cornflowerblue;
}
header .top-menu {
  display: flex;
  padding: 15px 30px;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 992px) {
  header .top-menu {
    padding: 0.8rem 0;
  }
}
@media (max-width: 576px) {
  header .top-menu {
    padding: 1rem 0;
  }
}
header .top-menu .logo svg {
  display: flex;
  width: 185px;
  height: 25px;
}
@media (min-width: 992px) and (max-width: 1200px) {
  header .top-menu .logo svg {
    width: 150px;
    height: 20px;
  }
}
@media (max-width: 576px) {
  header .top-menu .logo svg {
    max-width: 40vw;
    height: auto;
  }
}
header .top-menu .line-menu {
  display: flex;
  align-items: center;
}
header .top-menu .line-menu a {
  margin: 0 1rem;
}
@media (max-width: 992px) {
  header .top-menu .line-menu #searchform {
    display: none !important;
  }
}
header .top-menu .line-menu.mobile {
  display: none;
}
@media (max-width: 992px) {
  header .top-menu .line-menu.mobile {
    display: inherit;
  }
}
@media (max-width: 576px) {
  header .top-menu .line-menu.mobile a {
    margin: 0 1rem;
  }
}
@media (max-width: 375px) {
  header .top-menu .line-menu.mobile a {
    margin: 0 0.5rem;
  }
}
header .top-menu .line-menu.desktop {
  display: inherit;
}
@media (max-width: 992px) {
  header .top-menu .line-menu.desktop {
    display: none !important;
  }
}
header .top-menu a {
  color: black;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  font-weight: 600;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out;
}
@media (min-width: 992px) and (max-width: 1200px) {
  header .top-menu a {
    font-size: 16px;
  }
}
header .top-menu a:hover {
  text-decoration: none;
  color: #6ccc53;
}
header .top-menu a.scorecard {
  margin: 0;
  padding: 6px 20px;
  font-size: 1rem;
  text-transform: uppercase;
  color: white;
  background-color: #6ccc53;
  border-radius: 2rem;
}
@media (min-width: 1024px) and (max-width: 1200px) {
  header .top-menu a.scorecard {
    font-size: 0.85rem;
  }
}
@media (max-width: 992px) {
  header .top-menu a.scorecard {
    display: none !important;
  }
}
header .top-menu a.scorecard:hover {
  background-color: #50b636;
}
header .top-menu .search {
  position: relative;
  width: 60px;
  height: 40px;
}
@media (max-width: 1024px) {
  header .top-menu .search {
    display: none;
  }
}
header .top-menu .search input {
  cursor: pointer;
  position: absolute;
  width: 50px;
  margin-right: 5px;
  padding: 7px 16px 7px 32px;
  right: 16px;
  color: transparent;
  border: transparent solid 1px;
  border-radius: 2rem;
  background: white no-repeat 10px 4px;
  background-size: 29px;
  transition: width 0.4s ease-in-out, border 0.4s, color 0.4s, background-color 0.4s;
  -webkit-transition: width 0.4s ease-in-out, border 0.4s, color 0.4s, background-color 0.4s;
}
@media (max-width: 1200px) {
  header .top-menu .search input {
    margin-right: 0;
  }
}
header .top-menu .search input:focus {
  cursor: inherit;
  width: calc(1350px - 30rem);
  padding: 7px 16px 7px 48px;
  font-family: "Open Sans", sans-serif;
  color: black;
  border-color: #ddd;
  background-color: #f5f5f5;
}
@media (max-width: 1200px) {
  header .top-menu .search input:focus {
    width: calc(250px + 50vw);
  }
}
@media (min-width: 1281px) {
  header .top-menu .search input:focus {
    width: calc(1030px - 5.5vw);
  }
}
@media (min-width: 1340px) {
  header .top-menu .search input:focus {
    width: calc(1300px - 17.5rem);
  }
}
header .top-menu .search [type=submit] {
  cursor: pointer;
  border: none;
  background-color: transparent;
  z-index: 10;
}
header .top-menu .bars {
  cursor: pointer;
  display: flex;
  z-index: 20;
}
header .top-menu .bars svg {
  width: auto;
  height: 34px;
}
@media (max-width: 576px) {
  header .top-menu .bars svg {
    height: 26px;
  }
}
header .top-menu .bars svg #green1,
header .top-menu .bars svg #green2,
header .top-menu .bars svg #green3 {
  transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
header .top-menu .bars svg:hover #green1,
header .top-menu .bars svg:hover #green3 {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}
header .top-menu .bars svg:hover #green2 {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}

.featured {
  position: relative;
  background-color: #464854;
  color: white;
}
.featured .container {
  padding: 15px 30px 25px;
  overflow: hidden;
}
.featured .container .row {
  position: relative;
  flex-wrap: nowrap;
}
.featured .title {
  display: flex;
  margin-bottom: 15px;
  justify-content: space-between;
  align-items: flex-end;
}
.featured .title .more {
  cursor: pointer;
  display: flex;
  align-items: center;
  font-size: 1.25rem;
  letter-spacing: 1px;
}
.featured .title .more span {
  position: relative;
}
.featured .title .more .more-arrow {
  margin-left: 0.5rem;
  transition: -webkit-transform 0.35s ease-in-out;
  transition: transform 0.35s ease-in-out;
  transition: transform 0.35s ease-in-out, -webkit-transform 0.35s ease-in-out;
}
.featured .title .more.is-more .more-arrow {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.featured .title .more.no-is-more .more-arrow {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.featured .featured-list .featured-item .featured-article {
  text-decoration: none;
  color: white;
}
.featured .featured-list .featured-item img {
  width: 100%;
  height: 147px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (min-width: 1281px) {
  .featured .featured-list .featured-item img {
    height: 168px;
  }
}
.featured .featured-list .featured-item .featured-title {
  display: block;
  height: calc(.9rem * 1.2 * 2);
  margin: 1rem 0;
  font-family: "Open Sans", sans-serif;
  font-size: 0.9rem;
  overflow: hidden;
}
.featured .featured-list .featured-item .featured-info {
  display: flex;
  align-items: center;
  font-size: 13px;
  color: gray;
}
.featured .featured-list .featured-item .featured-info .by {
  margin: 0 2px;
}
.featured .featured-list .featured-item .featured-info .clock {
  margin-right: 3px;
}
.featured .featured-list .featured-item .featured-info a {
  color: gray;
}
.featured .featured-list .featured-item .featured-info > span {
  max-width: 65%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.featured .featured-list .featured-item .featured-info .comment {
  margin: 0 3px 0 20px;
}
.featured .featured-list .featured-item .play-btn {
  position: absolute;
  top: calc(50% - 23px);
  left: calc(50% - 34px);
}

main {
  background-color: #f4f5fa;
}
main > .title {
  margin-bottom: 15px;
}
@media (max-width: 768px) {
  main > .title {
    margin-left: 15px;
  }
}

.main-col {
  /*
  article {
      position: relative;
      top: -20px;
      opacity: 0;
  }*/
}
@media (min-width: 1025px) {
  .main-col {
    flex: 0 0 calc(100% - 330px);
    max-width: calc(100% - 330px);
  }
}
@media (max-width: 768px) {
  .main-col {
    padding: 0;
  }
}

.main-content {
  padding: 20px 30px 15px;
}
@media (max-width: 768px) {
  .main-content {
    padding: 20px 15px 0;
  }
}
@media (max-width: 576px) {
  .main-content {
    padding: 11px 15px;
  }
}
.main-content > .title {
  margin-bottom: 15px;
}
@media (max-width: 768px) {
  .main-content > .title {
    margin-left: 15px;
  }
}
.main-content .breadcrumb {
  margin-bottom: 0.7rem;
  padding: 0;
  font-family: "Open Sans", sans-serif;
  font-size: 0.7rem;
  font-weight: 400;
  background-color: transparent;
}
.main-content .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  content: ">";
  padding: 0 0.25rem;
  color: #666;
}
.main-content .breadcrumb a {
  color: #6ccc53;
}
.main-content .breadcrumb .active {
  color: #666;
}
.main-content .content {
  padding: 30px;
  background-color: white;
  border-radius: 6px;
}
@media (max-width: 768px) {
  .main-content .content {
    border-radius: 0;
  }
}
@media (max-width: 576px) {
  .main-content .content {
    padding: 0 15px;
  }
}
@media (max-width: 768px) {
  .main-content .content.gray-mobile-background {
    background-color: #ebeced;
  }
}
@media (max-width: 768px) {
  .main-content .content.light-mobile-background {
    background-color: #f4f5fa;
  }
}
.main-content .content .related-posts-block {
  margin-bottom: 30px;
  flex-wrap: nowrap;
  overflow: hidden;
}
.main-content .content img {
  height: auto;
}
.main-content .content > .title {
  margin: 0;
  padding: 15px 0;
  font-size: 1.6rem;
}
@media (min-width: 768px) {
  .main-content .content > .title {
    padding: 0 0 30px;
  }
}
.main-content .content .details {
  display: flex;
  margin: 25px 0;
  align-items: center;
  font-size: 13px;
  color: gray;
}
.main-content .content .details .by {
  margin: 0 4px;
}
.main-content .content .details a {
  color: gray;
}
.main-content .content .details .clock {
  margin-right: 3px;
}
.main-content .content .details .comment {
  margin: 0 3px 0 20px;
}
.main-content .content .banner-panel {
  display: flex;
  justify-content: center;
  margin: 3.3rem 0;
}
@media (max-width: 767px) {
  .main-content .content .banner-panel {
    margin: 30px -15px;
  }
}
.main-content .content article:not(:last-of-type) {
  margin-bottom: 30px;
  padding-bottom: 25px;
  border-bottom: #ebeced solid 1px;
}
@media (width: 1024px) {
  .main-content .content article.main-article {
    padding-bottom: 0;
  }
  .main-content .content article.main-article > .row {
    padding-bottom: 25px;
  }
}
@media (max-width: 768px) {
  .main-content .content article.main-article {
    margin-bottom: 15px;
    padding: 0 15px 15px;
    background-color: white;
    border-radius: 4px;
    overflow: hidden;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .main-content .content article.main-article {
    padding: 15px;
  }
}
@media screen and (orientation: landscape) and (min-device-width: 319px) and (max-device-width: 812px) {
  .main-content .content article.main-article {
    padding: 0 15px;
  }
}
@media (max-width: 576px) {
  .main-content .content article {
    padding-bottom: 15px;
  }
}
.main-content .content article.related {
  margin: 0;
  padding: 0 8px 25px;
}
.main-content .content article.related:first-child {
  padding-left: 0;
}
.main-content .content article.related:last-child {
  padding-right: 0;
}
.main-content .content article .title {
  display: block;
  font-size: 1.5rem;
  font-family: "Open Sans", sans-serif;
  text-decoration: none;
  line-height: 1.2;
  letter-spacing: -1px;
  color: black;
}
@media (max-width: 768px) {
  .main-content .content article .title {
    margin: 0 0 5px;
    max-height: calc(1.4rem * 1.2 * 2);
    font-size: 1.4rem;
    font-weight: 600;
    overflow: hidden;
  }
}
@media (max-width: 576px) {
  .main-content .content article .title {
    max-height: calc(1.4rem * 1.2 * 3);
  }
}
.main-content .content article .image-col {
  flex: 0 0 100%;
  max-width: 100%;
}
@media (max-width: 768px) {
  .main-content .content article .image-col {
    padding: 0;
    margin: 0 15px 15px 0;
  }
}
@media (width: 768px) {
  .main-content .content article .image-col {
    margin: 0 15px 0 0;
  }
}
@media (min-width: 768px) {
  .main-content .content article .image-col {
    flex: 0 0 330px;
    max-width: 330px;
  }
}
.main-content .content article .image-col a img {
  width: 100%;
  height: 165px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 768px) {
  .main-content .content article .image-col a img {
    height: 170px;
  }
}
@media (max-width: 576px) {
  .main-content .content article .image-col a img {
    height: 190px;
  }
}
@media (max-width: 320px) {
  .main-content .content article .image-col a img {
    height: 170px;
  }
}
@media screen and (orientation: landscape) and (min-device-width: 319px) and (max-device-width: 812px) {
  .main-content .content article .image-col a img {
    height: 150px;
  }
}
.main-content .content article .image-col a svg {
  position: absolute;
  top: calc(50% - 23px);
  left: calc(50% - 34px);
}
@media screen and (orientation: landscape) and (min-device-width: 319px) and (max-device-width: 812px) {
  .main-content .content article .image-col {
    flex: inherit;
    margin: 0;
    width: 40%;
    max-width: inherit;
    order: 1;
  }
}
@media screen and (orientation: landscape) and (min-device-width: 319px) and (max-device-width: 812px) {
  .main-content .content article .image-col {
    flex: inherit;
    margin: 0;
    width: 40%;
    max-width: inherit;
    order: 1;
  }
}
@media screen and (orientation: landscape) and (min-device-width: 319px) and (max-device-width: 812px) {
  .main-content .content article .info-col {
    justify-content: center;
  }
}
.main-content .content article .info-col p {
  margin: 10px 0 20px;
  font-size: 0.95rem;
  font-family: "Open Sans", sans-serif;
}
@media (max-width: 768px) {
  .main-content .content article .info-col p {
    overflow: hidden;
    max-height: calc(.95rem * 1.5 * 2);
  }
}
@media (max-width: 576px) {
  .main-content .content article .info-col p {
    margin: 15px 0 10px;
  }
}
.main-content .content article .info-col .info {
  display: flex;
  margin-top: auto;
  align-items: center;
  font-family: "Source Sans Pro";
  font-size: 13px;
  color: gray;
}
@media (max-width: 768px) {
  .main-content .content article .info-col .info {
    margin-top: 5px;
    font-size: 14px;
  }
}
.main-content .content article .info-col .info a {
  color: gray;
}
.main-content .content article .info-col .info .by {
  margin: 0 4px;
}
.main-content .content article .info-col .info .clock {
  margin-right: 3px;
}
.main-content .content article .info-col .info .comment {
  margin: 0 3px 0 15px;
}
.main-content .content article.related > a {
  display: flex;
  justify-content: center;
  align-items: center;
}
.main-content .content article.related > a img {
  height: 150px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 1281px) {
  .main-content .content article.related > a img {
    height: 180px;
  }
}
@media (max-width: 768px) {
  .main-content .content article.related > a img {
    height: 220px;
  }
}
.main-content .content article.related > a svg {
  position: absolute;
}
.main-content .content article.related .title {
  height: calc(1rem * 1.4 * 3);
  margin: 15px 0 25px;
  font-size: 1rem;
  line-height: 1.4;
  overflow: hidden;
}
@media (max-width: 768px) {
  .main-content .content article.related .title {
    height: calc(1rem * 1.4 * 2);
  }
}
.main-content .content .sidebar-scorecard {
  display: flex;
  margin: 15px 0 30px;
  padding: 25px 35px;
  width: 100%;
  max-width: 340px;
  flex-direction: column;
  align-items: center;
  background-color: white;
  border-radius: 6px;
}
.main-content .content .sidebar-scorecard .title {
  margin-top: 0.5rem;
}
.main-content .content .sidebar-scorecard .blue-check {
  margin: 1.5rem 0;
}
.main-content .content .sidebar-scorecard .scorecard {
  width: 100%;
  padding: 0.4rem 0;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
  font-size: 0.9rem;
  color: white;
  background-color: #6ccc53;
  border-radius: 2rem;
}
.main-content .content .sidebar-scorecard .scorecard:hover {
  background-color: #50b636;
}
.main-content .loader {
  display: flex;
  margin: 2rem 0;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.35s;
}
.main-content .loader.loading {
  opacity: 1;
}
.main-content .loader.loading .anim-battery #path-1 {
  -webkit-animation: path-1-anim 1.5s linear infinite;
          animation: path-1-anim 1.5s linear infinite;
}
.main-content .loader.loading .anim-battery #path-2 {
  -webkit-animation: path-2-anim 1.5s linear infinite;
          animation: path-2-anim 1.5s linear infinite;
}
.main-content .loader.loading .anim-battery #path-3 {
  -webkit-animation: path-3-anim 1.5s linear infinite;
          animation: path-3-anim 1.5s linear infinite;
}
.main-content .loader.loading .anim-battery #path-4 {
  -webkit-animation: path-4-anim 1.5s linear infinite;
          animation: path-4-anim 1.5s linear infinite;
}
.main-content .loader.loading .anim-battery #path-5 {
  -webkit-animation: path-5-anim 1.5s linear infinite;
          animation: path-5-anim 1.5s linear infinite;
}
.main-content .loader.loading .anim-battery #path-6 {
  -webkit-animation: path-6-anim 1.5s linear infinite;
          animation: path-6-anim 1.5s linear infinite;
}
.main-content .loader span {
  margin-right: 1rem;
  font-style: italic;
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
  color: gray;
}

#sidebar {
  max-width: 330px;
  flex: 0 0 330px;
}
#sidebar .newsletter-box {
  display: flex;
  height: 305px;
  padding: 20px 25px 15px;
  margin-bottom: 25px;
  flex-direction: column;
  color: white;
  background: black no-repeat bottom right;
  border-radius: 6px;
}
#sidebar .newsletter-box .title {
  font-size: 1.3rem;
  letter-spacing: 2px;
}
#sidebar .newsletter-box p {
  margin-top: 0.3rem;
  font-size: 0.8rem;
  color: #a7a9ac;
}
#sidebar .newsletter-box p.privacy-policy {
  text-shadow: #1f1f1f 1px 1px 2px;
}
#sidebar .newsletter-box p.privacy-policy a {
  color: white;
}
#sidebar .newsletter-box p.social-text {
  margin: auto 0 0.6rem;
  font-size: 0.7rem;
}
#sidebar .newsletter-box .email-input {
  position: relative;
  width: 100%;
  margin-top: 0.7rem;
}
#sidebar .newsletter-box .email-input input {
  width: 100%;
  padding: 0.5rem 3rem 0.5rem 1rem;
  font-family: "Open Sans", sans-serif;
  border: none;
  border-radius: 5rem;
}
#sidebar .newsletter-box .email-input .svg {
  cursor: pointer;
  position: absolute;
  padding: 4px 4px 0 0;
  right: 0;
  top: 0;
}
#sidebar .newsletter-box .email-input .svg:hover #email-btn-back {
  fill: #50b636;
}
#sidebar .newsletter-box .socials {
  display: flex;
  justify-content: space-between;
}
#sidebar .newsletter-box .socials a path {
  transition: fill 1s ease-in-out;
}
#sidebar .newsletter-box .socials a:hover path:first-child {
  fill: #6ccc53;
}
#sidebar .sidebar-featured .title {
  margin-bottom: 0.5rem;
  font-size: 1.4rem;
  letter-spacing: 0;
}
#sidebar .sidebar-featured .featured-v-list {
  margin-bottom: 25px;
  padding: 25px 15px 25px 25px;
  background-color: white;
  border-radius: 6px;
}
#sidebar .sidebar-featured .featured-v-list article {
  display: flex;
  font-family: "Source Sans Pro";
}
#sidebar .sidebar-featured .featured-v-list article:not(:last-child) {
  margin-bottom: 20px;
}
#sidebar .sidebar-featured .featured-v-list article > div {
  flex: 1;
}
#sidebar .sidebar-featured .featured-v-list article a {
  margin-right: 0.8rem;
}
#sidebar .sidebar-featured .featured-v-list article a img {
  height: 80px;
  width: 90px;
  -o-object-fit: cover;
     object-fit: cover;
}
#sidebar .sidebar-featured .featured-v-list article .title {
  display: block;
  height: calc(.9rem * 1.2 * 3);
  font-size: 0.9rem;
  line-height: 1.2;
  text-decoration: none;
  color: black;
  overflow: hidden;
}
#sidebar .sidebar-featured .featured-v-list article .title .video-mark {
  color: red;
}
#sidebar .sidebar-featured .featured-v-list article .info {
  display: flex;
  font-size: 13px;
  align-items: center;
  color: gray;
}
#sidebar .sidebar-featured .featured-v-list article .info a {
  color: gray;
}
#sidebar .sidebar-featured .featured-v-list article .info .clock {
  margin-right: 3px;
}
#sidebar .sidebar-featured .featured-v-list article .info .comment {
  margin: 0 3px 0 10px;
}
#sidebar .sidebar-scorecard {
  display: flex;
  margin-bottom: 30px;
  padding: 25px 35px;
  flex-direction: column;
  align-items: center;
  background-color: white;
  border-radius: 6px;
}
#sidebar .sidebar-scorecard .title {
  margin-top: 0.5rem;
}
#sidebar .sidebar-scorecard .blue-check {
  margin: 1.5rem 0;
}
#sidebar .sidebar-scorecard .scorecard {
  width: 100%;
  padding: 0.4rem 0;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
  font-size: 0.9rem;
  color: white;
  background-color: #6ccc53;
  border-radius: 2rem;
}
@media (max-width: 576px) {
  #sidebar .sidebar-scorecard .scorecard {
    margin: 0;
    padding: 0.3rem 0.8rem;
    font-size: 0.62rem;
  }
}
#sidebar .sidebar-scorecard .scorecard:hover {
  background-color: #50b636;
}
#sidebar .sidebar-banner {
  min-height: 250px;
  margin-bottom: 30px;
  background-color: cornflowerblue;
}
#sidebar .sidebar-forum {
  margin-top: 15px;
}
#sidebar .sidebar-forum .title {
  margin-bottom: 0.5rem;
  font-size: 1.4rem;
  letter-spacing: 0;
}
#sidebar .sidebar-forum .forum-list {
  margin-bottom: 30px;
  padding: 35px;
  background-color: white;
  border-radius: 6px;
}
#sidebar .sidebar-forum .forum-list .forum-item {
  display: flex;
  margin-bottom: 22px;
}
#sidebar .sidebar-forum .forum-list .forum-item .image {
  width: 75px;
  height: 75px;
  margin-right: 25px;
  background: no-repeat center;
  background-size: 50px;
  border-radius: 50px;
  border: #6ccc53 solid 1px;
}
#sidebar .sidebar-forum .forum-list .forum-item a {
  margin: 0 0 5px 5px;
  text-decoration: none;
  font-family: "Open Sans", sans-serif;
  color: #333;
}
#sidebar .sidebar-forum .forum-list .forum-item .info {
  display: flex;
  align-items: center;
  font-size: 13px;
  color: gray;
}
#sidebar .sidebar-forum .forum-list .forum-item .info .comment_q {
  margin-right: 5px;
}
#sidebar .sidebar-forum .forum-list .forum-item .info .comment {
  margin: 0 5px 0 20px;
}
#sidebar .more-button {
  display: flex;
  padding: 0.5rem;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #333;
}
#sidebar .more-button:hover {
  color: #6ccc53;
}
#sidebar .more-button span {
  margin: 0.1rem 0.5rem 0;
  font-size: 0.9rem;
}
#sidebar .v-banners {
  margin-bottom: 10px;
}
#sidebar .v-banners a {
  display: block;
  margin-bottom: 1rem;
}
#sidebar [id^=div-gpt-ad] {
  margin-bottom: 15px;
}

.div404 {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 55vh;
}

/* BIG BOOTSTRAP FIX */
input {
  outline: none;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}
@media (max-width: 1199px) {
  .container {
    width: 100%;
    max-width: inherit;
  }
}
#editor {
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  font-weight: 300;
  overflow: hidden;
}
#editor dl, #editor ol, #editor ul {
  margin: 1rem 0;
  list-style-position: inside;
}
#editor dl li, #editor ol li, #editor ul li {
  margin: 0 0 10px 25px;
}
#editor h5,
#editor h4 {
  letter-spacing: -1px;
}
#editor .full-width {
  margin: 0.5rem 0;
  max-width: 100%;
}
@media (max-width: 576px) {
  #editor .full-width {
    margin: 0 -15px;
    max-width: calc(100% + 30px);
  }
}
#editor .img-line {
  display: flex;
  justify-content: space-between;
  overflow: hidden;
}
@media (max-width: 1200px) {
  #editor .img-line img {
    width: 33%;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
#editor a.btn-email {
  display: inline-block;
  margin-top: 100px;
  padding: 5px 15px;
  font-size: 0.9rem;
  font-weight: 400;
  text-decoration: none;
  color: white;
  background-color: #6ccc53;
  border-radius: 5px;
}
#editor a.btn-email:hover {
  background-color: #50b636;
}
#editor .staff-item {
  padding: 0;
}
@media (min-width: 768px) {
  #editor .staff-item {
    margin-bottom: 25px;
    height: calc(14px * 1.5 * 6 + 155px);
    overflow: hidden;
  }
}
#editor .staff-item:hover {
  overflow: visible;
  z-index: 2;
}
@media (min-width: 768px) {
  #editor .staff-item:hover .photo, #editor .staff-item:hover .job, #editor .staff-item:hover .name, #editor .staff-item:hover .text, #editor .staff-item:hover .d-flex {
    border-color: #b6b6b6;
  }
}
#editor .staff-item .photo {
  padding: 15px 15px 0;
  border: 1px solid white;
  border-bottom: none;
}
@media (max-width: 576px) {
  #editor .staff-item .photo {
    padding: 15px 0 0;
  }
}
#editor .staff-item .photo img {
  height: 140px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#editor .staff-item .job, #editor .staff-item .name {
  padding: 0 15px;
  color: #6ccc53;
  font-weight: 400;
  border-left: 1px solid white;
  border-right: 1px solid white;
}
#editor .staff-item .job {
  padding-top: 0.5rem;
}
#editor .staff-item .text {
  padding: 0.5rem 15px 0;
  background-color: white;
  border-left: 1px solid white;
  border-right: 1px solid white;
}
#editor .staff-item .d-flex {
  position: relative;
  padding: 0 15px;
  background-color: white;
  z-index: 1;
  border: 1px solid white;
  border-top: none;
}
#editor .staff-item .more-button {
  display: flex;
  padding: 1rem 0;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #333;
}
#editor .staff-item .more-button:hover {
  color: #6ccc53;
}
#editor .staff-item .more-button span {
  margin-right: 10px;
  font-weight: 400;
}

body.ad-skin.home .page-skin, body.ad-skin.single .page-skin {
  display: none;
}
body.ad-skin.home.desktop .page-skin, body.ad-skin.single.desktop .page-skin {
  display: block;
  position: absolute;
  width: 100%;
  height: 100vh;
}
body.ad-skin.home.desktop .main-content, body.ad-skin.single.desktop .main-content {
  position: relative;
  background-color: #f4f5fa;
}
body.ad-skin.home.desktop.nav-fixed .page-skin, body.ad-skin.single.desktop.nav-fixed .page-skin {
  position: fixed;
  top: 70px;
}
body.ad-skin.home.desktop #TopPick, body.ad-skin.single.desktop #TopPick {
  margin-top: 120px;
}
body.ad-skin.home.desktop #TopPick > .container, body.ad-skin.single.desktop #TopPick > .container {
  background-color: #f4f5fa;
  position: relative;
}
body.ad-skin.home.desktop .featured, body.ad-skin.single.desktop .featured {
  background-color: initial;
}
body.ad-skin.home.desktop .featured > .container, body.ad-skin.single.desktop .featured > .container {
  background-color: #464854;
}
body.ad-skin.single.desktop .main-content {
  margin: 120px auto 0;
  padding: 15px 30px;
}

.single #editor {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
}
.single #editor ul {
  padding-left: 20px;
  list-style-position: inside;
}
.single #editor blockquote {
  position: relative;
  margin: 1.5rem 0;
  padding: 1.1rem 1.5rem 1.1rem 3.5rem;
  font-style: italic;
  font-weight: 600;
  letter-spacing: 0.02rem;
  clear: both;
  background: #F3F3F3;
}
.single #editor blockquote::before {
  content: "“";
  position: absolute;
  font-family: serif;
  font-size: 2.8rem;
  left: 1rem;
  top: 0.3rem;
}
.single #editor blockquote p {
  margin: 0 0 0.5rem 0;
  line-height: 1.6;
}
.single #editor p {
  margin: 1.25em 0 1rem;
}
.single #editor a {
  color: #50b636;
  text-decoration: none;
}
.single #editor a:hover, .single #editor a:focus {
  color: #6ccc53;
  text-decoration: underline;
}
.single p.categories,
.single p.tags,
.single p.populars {
  font-family: "Open Sans", sans-serif;
}
.single p.categories a,
.single p.tags a,
.single p.populars a {
  color: #50b636;
  text-decoration: none;
}
.single p.categories a:hover, .single p.categories a:focus,
.single p.tags a:hover,
.single p.tags a:focus,
.single p.populars a:hover,
.single p.populars a:focus {
  color: #6ccc53;
  text-decoration: underline;
}
.single p.categories.categories,
.single p.tags.categories,
.single p.populars.categories {
  margin: 20px 0 10px;
}
.single p.categories.tags,
.single p.tags.tags,
.single p.populars.tags {
  margin-bottom: 20px;
}
.single p.categories.populars,
.single p.tags.populars,
.single p.populars.populars {
  margin-top: 25px;
}
.single p.categories.populars a,
.single p.tags.populars a,
.single p.populars.populars a {
  display: block;
  margin: 6px 0;
  font-size: 14px;
  text-decoration: none;
}
.single p.categories.populars a.popular-flex,
.single p.tags.populars a.popular-flex,
.single p.populars.populars a.popular-flex {
  display: flex;
  align-items: center;
  color: #313131;
  background-color: #f5f5f5;
}
.single p.categories.populars a.popular-flex img,
.single p.tags.populars a.popular-flex img,
.single p.populars.populars a.popular-flex img {
  width: 90px;
  height: 80px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-right: 0.5em;
}
.single .related-posts {
  padding-top: 2rem;
  padding-bottom: 2rem;
  clear: both;
}
@media (max-width: 768px) {
  .single .related-posts > .row > div {
    margin-bottom: 6px;
  }
}
.single .related-posts .read-also {
  margin-bottom: 10px;
  font-size: 1.4rem;
  font-weight: 600;
  color: #636363;
}
.single .related-posts .related-post {
  display: flex;
  height: 100%;
  padding: 10px 15px;
  align-items: center;
  color: black !important;
  background-color: #ececec;
  border-radius: 3px;
}
.single .related-posts .related-post img {
  width: 70px;
  height: 40px;
  -o-object-fit: cover;
     object-fit: cover;
}
.single .related-posts .related-post span {
  height: calc(14px * 1.5 * 3);
  margin-left: 0.75rem;
  font-size: 14px;
  overflow: hidden;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .single .related-posts .related-post {
    padding: 15px 15px 10px;
    flex-direction: column;
  }
  .single .related-posts .related-post span {
    margin: 10px 0 0;
  }
}
.single .newsletter {
  margin: 25px 0;
  padding: 20px 0 30px;
  font-family: "Open Sans", sans-serif;
  border-top: 1px solid #DDD;
  border-bottom: 1px solid #eee;
  overflow: hidden;
}
.single .newsletter .title {
  margin-bottom: 20px;
  font-size: 1.3rem;
}
.single .newsletter p {
  font-size: 0.8em;
  margin: 0.5rem 0;
  color: #999;
}
.single .newsletter p a {
  color: #6ccc53;
}
.single .newsletter .mc4wp-form {
  width: 100%;
}
.single .newsletter .email-input {
  position: relative;
  display: flex;
  margin-top: 0.7rem;
  justify-content: flex-end;
}
.single .newsletter .email-input input {
  width: 100%;
  padding: 0.5rem 1rem;
  font-family: "Open Sans", sans-serif;
  border: none;
  border-radius: 5rem;
  background-color: #ebeced;
}
.single .newsletter .email-input .svg {
  cursor: pointer;
  position: absolute;
  display: flex;
  padding: 3px 4px 0 0;
  right: 0;
}
.single .newsletter .email-input .svg:hover #email-btn-back {
  fill: #50b636;
}
.single #comments {
  padding-bottom: 20px;
  font-family: "Open Sans", sans-serif;
  color: #333;
  clear: both;
  overflow: hidden;
}
.single #comments .title {
  font-size: 1.5rem;
}
.single #comments a {
  color: #50b636;
  text-decoration: none;
}
.single #comments a:hover, .single #comments a:focus {
  color: #6ccc53;
  text-decoration: underline;
}
.single #comments #cancel-comment-reply-link {
  color: maroon;
}
.single #comments ol.comment-list {
  font-size: 0.9em;
}
.single #comments ol {
  list-style-type: none;
}
.single #comments ol li.comment {
  display: block;
  background: #F6F6F6;
  border: 1px solid #DDD;
  border-radius: 2px;
  margin: 1em 0 0;
  padding: 0.5em;
}
.single #comments ol li.comment .vcard {
  overflow: hidden;
}
.single #comments ol li.comment .vcard img {
  display: block;
  float: left;
  background: white;
  padding: 0.2em;
  margin-right: 0.5em;
  border-radius: 2px;
}
.single #comments ol li.comment .vcard cite {
  display: inline-block;
  height: 0.5em;
  font-style: normal;
  font-weight: bold;
  letter-spacing: 0em;
  vertical-align: middle;
}
.single #comments ol li.comment .vcard .says {
  display: none;
}
.single #comments ol li.comment.even.parent {
  background: white;
}
.single #comments ol li.comment p {
  margin: 1em 0;
  word-wrap: break-word;
}
.single #comments ol li.comment a.comment-reply-link {
  color: #333;
  text-shadow: 1px 1px 1px white;
  font-size: 0.9em;
  font-weight: bold;
  display: inline-block;
  padding: 0.2em 0.5em 0.3em;
  margin: 0.2em 0;
  text-decoration: none;
  border: 1px solid #CCC;
  border-radius: 3px;
  cursor: pointer;
  background: #E3E3E3;
}
.single #comments ol li.comment a.comment-reply-link:hover, .single #comments ol li.comment a.comment-reply-link:focus {
  background: #EFEFEF;
  color: #6ccc53;
}
.single #comments ol li.comment .comment-meta {
  margin-bottom: 1em;
}
.single #comments ol li.comment .comment-meta a {
  color: #333;
  text-decoration: none;
  font-size: 0.75em;
}
.single #comments ol li.comment .comment-meta a:hover, .single #comments ol li.comment .comment-meta a:focus {
  color: #6ccc53;
  text-decoration: underline;
}
.single #comments #respond {
  margin: 20px 0;
  clear: both;
}
.single #comments #respond h3 {
  font-size: 1em;
  color: #6ccc53;
}
.single #comments #respond form p {
  overflow: hidden;
  padding: 0.4em 0;
}
.single #comments #respond form input, .single #comments #respond form textarea {
  float: left;
  border: 1px solid #CCC;
  border-radius: 2px;
  font-size: 0.9em;
  padding: 0.3em 0.2em;
  outline: none;
}
.single #comments #respond form input:active, .single #comments #respond form input:focus, .single #comments #respond form textarea:active, .single #comments #respond form textarea:focus {
  border-color: #6ccc53;
}
.single #comments #respond form label {
  vertical-align: middle;
  font-size: 0.8em;
  color: #444;
  position: relative;
}
.single #comments #respond form p.comment-form-comment label {
  position: absolute;
  top: -9999px;
  left: -9999px;
}
.single #comments #respond form #submit {
  clear: both;
  font-weight: bold;
  display: inline-block;
  padding: 5px 10px 6px;
  text-decoration: none;
  border: 1px solid #CCC;
  border-radius: 3px;
  cursor: pointer;
  background: #E3E3E3;
}
.single #comments #respond form #submit:hover, .single #comments #respond form #submit:focus {
  background: #EFEFEF;
  color: #6ccc53;
}
.single #comments #respond form p.form-allowed-tags {
  display: none;
}

footer {
  position: relative;
  width: 100%;
  padding: 20px 30px;
  font-size: 0.9rem;
  font-family: "Open Sans", sans-serif;
  line-height: 2.2;
  color: #666;
  background-color: #ebeced;
  border-top: #d7d8d8 solid 1px;
  z-index: 10;
}
footer.fixed {
  position: fixed;
  bottom: -100px;
  transition: all 0.5s ease-in-out;
}
@media (max-width: 576px) {
  footer.fixed {
    bottom: -120px;
  }
}
footer.open {
  bottom: 0;
}
@media (max-width: 1024px) {
  footer.open {
    padding-bottom: 46px;
  }
}
@media (max-width: 576px) {
  footer {
    padding: 10px 5px;
  }
}
footer .link {
  display: inline-block;
}
@media (min-width: 576px) {
  footer .link::before {
    touch-action: none;
    content: "•";
    padding: 0 1rem;
  }
}
@media (max-width: 576px) {
  footer :not(.last-sm-line) > .link::before,
footer .last-sm-line .link:not(:first-child)::before {
    touch-action: none;
    content: "•";
    padding: 0 1rem;
  }
}
footer a {
  text-decoration: none;
  color: #777;
}
footer a:hover, footer a.focus {
  color: #6ccc53;
}
footer .back-to-top {
  cursor: pointer;
  position: absolute;
  right: 25px;
  top: calc(50% - 20px);
  opacity: 0.8;
  transition: opacity 0.5s ease-in-out;
}
footer .back-to-top:hover {
  opacity: 1;
}

.space {
  width: 1rem;
}

/* --------------------------------------------------------------
   Basic WordPress Blog Styles
-------------------------------------------------------------- */
.wp-caption {
  position: relative;
  max-width: 100%;
}
.wp-caption > a {
  position: relative;
  display: block;
}
.wp-caption img {
  display: block;
  margin: 0 auto;
  padding: 0;
  border: 0 none;
  width: 100%;
  height: auto;
}
.wp-caption .wp-caption-text {
  position: absolute;
  width: 100%;
  margin: 0 !important;
  padding: 2rem 1rem 0.75rem;
  bottom: 0;
  font-size: 0.85rem;
  font-weight: 400;
  color: white;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-shadow: black 1px 1px 5px;
  z-index: 1;
}
.wp-caption .wp-caption-text:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(to bottom, transparent, black);
  z-index: -1;
  opacity: 0.8;
}

.alignright {
  float: right;
  margin: 0.5rem 0 0.5rem 1rem;
}

.alignleft {
  float: left;
  margin: 0.5rem 1rem 0.5rem 0;
}

.aligncenter {
  display: block;
  margin: 0.5rem auto;
}

.wp-smiley {
  margin: 0 !important;
  max-height: 1em;
}

@-webkit-keyframes path-1-anim {
  10% {
    fill: #6ccc53;
  }
  70% {
    fill: #6ccc53;
  }
  100% {
    fill: #6ccc53 0;
  }
}

@keyframes path-1-anim {
  10% {
    fill: #6ccc53;
  }
  70% {
    fill: #6ccc53;
  }
  100% {
    fill: #6ccc53 0;
  }
}
@-webkit-keyframes path-2-anim {
  20% {
    fill: #6ccc53;
  }
  70% {
    fill: #6ccc53;
  }
  100% {
    fill: #6ccc53 0;
  }
}
@keyframes path-2-anim {
  20% {
    fill: #6ccc53;
  }
  70% {
    fill: #6ccc53;
  }
  100% {
    fill: #6ccc53 0;
  }
}
@-webkit-keyframes path-3-anim {
  30% {
    fill: #6ccc53;
  }
  70% {
    fill: #6ccc53;
  }
  100% {
    fill: #6ccc53 0;
  }
}
@keyframes path-3-anim {
  30% {
    fill: #6ccc53;
  }
  70% {
    fill: #6ccc53;
  }
  100% {
    fill: #6ccc53 0;
  }
}
@-webkit-keyframes path-4-anim {
  40% {
    fill: #6ccc53;
  }
  70% {
    fill: #6ccc53;
  }
  100% {
    fill: #6ccc53 0;
  }
}
@keyframes path-4-anim {
  40% {
    fill: #6ccc53;
  }
  70% {
    fill: #6ccc53;
  }
  100% {
    fill: #6ccc53 0;
  }
}
@-webkit-keyframes path-5-anim {
  50% {
    fill: #6ccc53;
  }
  70% {
    fill: #6ccc53;
  }
  100% {
    fill: #6ccc53 0;
  }
}
@keyframes path-5-anim {
  50% {
    fill: #6ccc53;
  }
  70% {
    fill: #6ccc53;
  }
  100% {
    fill: #6ccc53 0;
  }
}
@-webkit-keyframes path-6-anim {
  60% {
    fill: #6ccc53;
  }
  70% {
    fill: #6ccc53;
  }
  100% {
    fill: #6ccc53 0;
  }
}
@keyframes path-6-anim {
  60% {
    fill: #6ccc53;
  }
  70% {
    fill: #6ccc53;
  }
  100% {
    fill: #6ccc53 0;
  }
}
div.gallery br {
  display: block;
  margin: 1em 0;
}
div.gallery dl {
  vertical-align: top;
  width: 30%;
  margin: 1em 1%;
  display: inline-block;
}
div.gallery dl dt img {
  display: block;
  margin: 0.5em auto;
  border-radius: 2px;
  border: 1px solid #DDD;
}
div.gallery dl dd {
  text-align: center;
  background: #DDD;
  border: 1px solid #CCC;
  border-radius: 2px;
}

/*********************
Comments
*********************/
#respond {
  margin: 20px 0;
}

#respond label {
  display: block;
  font-weight: bold;
}

#respond form .form-allowed-tags {
  padding: 5px;
  background: #eee;
}

/********************
MOTORSPORTS Updates
********************/
.red {
  color: #d8162c;
}

/*  new forums icon */
#menu-item-246130::after {
  content: url("img/new.png");
  position: absolute;
  left: 285px;
}

/* FeaturedVideo Plug-In FIX */
.media-container:hover .play-btn .back {
  fill: black;
}
.media-container iframe {
  border: none;
}
.media-container img {
  height: auto;
  max-height: 600px;
  -o-object-fit: contain;
     object-fit: contain;
}
.media-container .video-img {
  cursor: pointer;
  width: 100%;
}
.media-container .play-btn {
  position: absolute;
}

/* TablePress */
.tablepress th {
  font-size: 0.9em;
}

.tablepress td {
  text-align: right;
  font-size: 0.8em;
  padding: 4px;
}

.tablepress tr td:first-child {
  text-align: left;
}

.tablepress tr td:last-child,
.tablepress tr th:last-child {
  font-weight: bold;
  border-left: double black;
}

.tablepress tbody tr:nth-last-child(3) {
  font-weight: bold;
  border-style: double none none none;
}

.tablepress tbody tr:nth-last-child(2),
.tablepress tbody tr:nth-last-child(1) {
  font-weight: bold;
}

.tablepress tbody tr:nth-last-child(1) td:last-child,
.tablepress tbody tr:nth-last-child(2) td:last-child,
.tablepress tbody tr:nth-last-child(3) td:last-child {
  color: red;
}

/* ShareThis */
#st-2 {
  bottom: inherit !important;
  z-index: 105 !important;
}
@media (max-width: 768px) {
  #st-2 {
    display: none !important;
    top: 58px !important;
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
    transition: all 0.5s ease-in-out;
  }
  #st-2.st-show {
    display: flex !important;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

/* SliderPage */
.slider-content {
  margin-bottom: 50px;
  font-family: "Open Sans", sans-serif;
}
.slider-content.padding0 {
  padding: inherit !important;
}
.slider-content .slide {
  margin-bottom: 15px;
  display: none;
}
.slider-content .slide.active {
  display: block;
}
@media only screen and (max-width: 480px) {
  .slider-content .slide.ad-show .img {
    padding-bottom: 80%;
  }
}
.slider-content .slide .img {
  position: relative;
  display: flex;
  align-items: flex-end;
  padding-bottom: 56.25%;
  background: #eee;
  overflow: hidden;
}
.slider-content .slide .img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.slider-content .slide .img .controls {
  position: absolute;
  display: flex;
  width: 100%;
  height: 100%;
  bottom: 0;
}
.slider-content .slide .img .controls .overlay {
  cursor: default;
  display: none;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  background-color: rgba(150, 150, 150, 0.5);
  opacity: 1;
  z-index: 5;
}
.slider-content .slide .img .controls .overlay div {
  width: 300px;
  height: 250px;
  background-color: #222222;
}
.slider-content .slide .img .controls .prevSlideBtn,
.slider-content .slide .img .controls .nextSlideBtn {
  cursor: pointer;
  display: flex;
  position: relative;
  width: 50%;
  height: 100%;
  align-items: flex-end;
}
.slider-content .slide .img .controls .prevSlideBtn.prevSlideBtn,
.slider-content .slide .img .controls .nextSlideBtn.prevSlideBtn {
  justify-content: flex-start;
}
.slider-content .slide .img .controls .prevSlideBtn.nextSlideBtn,
.slider-content .slide .img .controls .nextSlideBtn.nextSlideBtn {
  justify-content: flex-end;
}
.slider-content .slide .img .controls .prevSlideBtn > span,
.slider-content .slide .img .controls .nextSlideBtn > span {
  padding: 3px 15px;
  font-size: 1.5rem;
  font-weight: 300;
  letter-spacing: -2px;
  color: white;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 10;
}
@media (min-width: 768px) {
  .slider-content .slide .img .controls .prevSlideBtn > span,
.slider-content .slide .img .controls .nextSlideBtn > span {
    padding: 10px 15px 9px;
  }
}
.slider-content .slide .img .controls .prevSlideBtn > span .all-slides,
.slider-content .slide .img .controls .nextSlideBtn > span .all-slides {
  margin-right: 10px;
  font-size: 1rem;
}
.slider-content .slide .img .controls .prevSlideBtn svg,
.slider-content .slide .img .controls .nextSlideBtn svg {
  width: 18px;
  height: 18px;
}
@media (min-width: 768px) {
  .slider-content .slide .img .controls .prevSlideBtn svg,
.slider-content .slide .img .controls .nextSlideBtn svg {
    height: 25px;
    width: 25px;
  }
}
.slider-content .slide.ad-show .overlay {
  display: flex !important;
}
.slider-content .slide p.title {
  margin-top: 25px;
  font-size: 1.3rem;
  font-weight: 600;
}
.slider-content .slide p.text {
  margin-bottom: 50px;
}

/* lightgallery */
.lightgallery-default {
  margin-bottom: 1rem;
}
.lightgallery-default .slider-line {
  display: flex;
  position: relative;
  min-height: 125px;
  overflow: hidden;
}
.lightgallery-default .slider-line .slide-img {
  margin-right: 5px !important;
}
.lightgallery-default .slider-line .slide-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-top: transparent solid 4px;
}
.lightgallery-default .slider-line .slide-img img:hover {
  border-top-color: #6ccc53;
}
.lightgallery-default .main {
  position: relative;
}
.lightgallery-default .main img {
  width: 100%;
  max-height: 450px;
  -o-object-fit: cover;
     object-fit: cover;
}
.lightgallery-default .main div {
  position: absolute;
  left: 1rem;
  bottom: 1rem;
  padding: 0.5rem 0.7rem;
  font-size: 0.8rem;
  font-weight: 400;
  color: white;
  background-color: rgba(0, 0, 0, 0.2);
}
.lightgallery-default .main div span {
  background-color: white;
  color: black;
  width: 1.7rem;
  height: 1.7rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 2rem;
  margin-right: 0.4rem;
}

.lg-aside-box {
  position: absolute;
  width: 330px;
  height: 100vh;
  top: 0;
  left: calc(100% - 330px);
  padding: 15px;
  font-weight: 600;
  background-color: white;
  z-index: 1070;
}
.lg-aside-box .lg-aside-box-container .lg-aside-ads, .lg-aside-box .lg-aside-box-container img {
  margin-top: 15px;
}

/*
.lg-toolbar:before{
	content:'';
	display: inline-block !important;
	width:100px;
	height:47px;
	background:url(https://icdn-3.motor1.com/static4ui/prod_v2_137/images/logo_m_x2.png) no-repeat center;
	background-size: contain;
	vertical-align: top;
	margin-left: 10px;
}*/
.embed-container {
  margin-bottom: 1rem;
}

/* ShareThis FIX */
.st-btn {
  width: 38px !important;
  height: 38px !important;
  padding: 7px !important;
}
.st-btn:hover {
  width: 48px !important;
}

.st-toggle {
  width: 38px !important;
}
.st-toggle:hover {
  width: 48px !important;
}

@media only screen and (min-width: 1281px) {
  .container {
    max-width: 1360px;
  }
}
/* WPDiscuz FIX */
#wpcomm .wc_new_comment {
  background: #6CCC53;
}

#wpcomm .wc_new_reply {
  background: #6CCC53;
}

#wpcomm .wc-form-wrapper {
  background: none;
}

/* ->formBGColor */
#wpcomm .wpdiscuz-front-actions {
  background: #F9F9F9;
}

#wpcomm .wpdiscuz-subscribe-bar {
  background: #F9F9F9;
}

#wpcomm select,
#wpcomm input[type=text],
#wpcomm input[type=email],
#wpcomm input[type=url],
#wpcomm input[type=date],
#wpcomm input[type=color] {
  border: #D9D9D9 1px solid;
}

#wpcomm .wc-comment .wc-comment-right {
  background: #FEFEFE;
}

#wpcomm .wc-reply .wc-comment-right {
  background: #F8F8F8;
}

#wpcomm .wc-comment-right .wc-comment-text,
#wpcomm .wc-comment-right .wc-comment-text * {
  font-size: 14px;
}

#wpcomm .wc-blog-administrator > .wc-comment-right .wc-comment-author, #wpcomm .wc-blog-administrator > .wc-comment-right .wc-comment-author a {
  color: #00B38F;
}

#wpcomm .wc-blog-administrator > .wc-comment-left .wc-comment-label {
  color: #00B38F;
  border: none;
  border-bottom: 1px solid #dddddd;
}

#wpcomm .wc-blog-editor > .wc-comment-right .wc-comment-author, #wpcomm .wc-blog-editor > .wc-comment-right .wc-comment-author a {
  color: #00B38F;
}

#wpcomm .wc-blog-editor > .wc-comment-left .wc-comment-label {
  color: #00B38F;
  border: none;
  border-bottom: 1px solid #dddddd;
}

#wpcomm .wc-blog-author > .wc-comment-right .wc-comment-author, #wpcomm .wc-blog-author > .wc-comment-right .wc-comment-author a {
  color: #00B38F;
}

#wpcomm .wc-blog-author > .wc-comment-left .wc-comment-label {
  color: #00B38F;
  border: none;
  border-bottom: 1px solid #dddddd;
}

#wpcomm .wc-blog-contributor > .wc-comment-right .wc-comment-author, #wpcomm .wc-blog-contributor > .wc-comment-right .wc-comment-author a {
  color: #00B38F;
}

#wpcomm .wc-blog-contributor > .wc-comment-left .wc-comment-label {
  color: #00B38F;
  border: none;
  border-bottom: 1px solid #dddddd;
}

#wpcomm .wc-blog-subscriber > .wc-comment-right .wc-comment-author, #wpcomm .wc-blog-subscriber > .wc-comment-right .wc-comment-author a {
  color: #00B38F;
}

#wpcomm .wc-blog-subscriber > .wc-comment-left .wc-comment-label {
  color: #00B38F;
  border: none;
  border-bottom: 1px solid #dddddd;
}

#wpcomm .wc-blog-wpseo_manager > .wc-comment-right .wc-comment-author, #wpcomm .wc-blog-wpseo_manager > .wc-comment-right .wc-comment-author a {
  color: #00B38F;
}

#wpcomm .wc-blog-wpseo_manager > .wc-comment-left .wc-comment-label {
  color: #00B38F;
  border: none;
  border-bottom: 1px solid #dddddd;
}

#wpcomm .wc-blog-wpseo_editor > .wc-comment-right .wc-comment-author, #wpcomm .wc-blog-wpseo_editor > .wc-comment-right .wc-comment-author a {
  color: #00B38F;
}

#wpcomm .wc-blog-wpseo_editor > .wc-comment-left .wc-comment-label {
  color: #00B38F;
  border: none;
  border-bottom: 1px solid #dddddd;
}

#wpcomm .wc-blog-post_author > .wc-comment-right .wc-comment-author, #wpcomm .wc-blog-post_author > .wc-comment-right .wc-comment-author a {
  color: #00B38F;
}

#wpcomm .wc-blog-post_author > .wc-comment-left .wc-comment-label {
  color: #00B38F;
  border: none;
  border-bottom: 1px solid #dddddd;
}

#wpcomm .wc-blog-guest > .wc-comment-right .wc-comment-author, #wpcomm .wc-blog-guest > .wc-comment-right .wc-comment-author a {
  color: #00B38F;
}

#wpcomm .wc-blog-guest > .wc-comment-left .wc-comment-label {
  color: #00B38F;
  border: none;
  border-bottom: 1px solid #dddddd;
}

#wpcomm .wc-comment .wc-comment-left .wc-comment-label {
  background: #ffffff;
}

#wpcomm .wc-load-more-submit {
  border: 1px solid #D9D9D9;
}

#wpcomm .wc-new-loaded-comment > .wc-comment-right {
  background: #FFFAD6;
}

#wpcomm .wpdiscuz-subscribe-bar {
  color: #777;
}

#wpcomm .wpdiscuz-front-actions .wpdiscuz-sbs-wrap span {
  color: #777;
}

#wpcomm .page-numbers {
  color: #555;
  border: #555 1px solid;
}

#wpcomm span.current {
  background: #555;
}

#wpcomm .wpdiscuz-readmore {
  cursor: pointer;
  color: #6CCC53;
}

#wpcomm .wpdiscuz-textarea-wrap {
  border: #D9D9D9 1px solid;
}

.wpd-custom-field .wcf-pasiv-star, #wpcomm .wpdiscuz-item .wpdiscuz-rating > label {
  color: #DDDDDD;
}

#wpcomm .wpdiscuz-item .wpdiscuz-rating > input ~ label:hover, #wpcomm .wpdiscuz-item .wpdiscuz-rating > input:not(:checked) ~ label:hover ~ label, #wpcomm .wpdiscuz-item .wpdiscuz-rating > input:not(:checked) ~ label:hover ~ label {
  color: #FFED85;
}

#wpcomm .wpdiscuz-item .wpdiscuz-rating > input:checked ~ label:hover, #wpcomm .wpdiscuz-item .wpdiscuz-rating > input:checked ~ label:hover, #wpcomm .wpdiscuz-item .wpdiscuz-rating > label:hover ~ input:checked ~ label, #wpcomm .wpdiscuz-item .wpdiscuz-rating > input:checked + label:hover ~ label, #wpcomm .wpdiscuz-item .wpdiscuz-rating > input:checked ~ label:hover ~ label, .wpd-custom-field .wcf-activ-star, #wpcomm .wpdiscuz-item .wpdiscuz-rating > input:checked ~ label {
  color: #FFD700;
}

#wpcomm .wc-comment-header {
  border-bottom: 1px solid #dedede;
}

#wpcomm .wc-reply .wc-comment-header {
  border-bottom: 1px solid #DDDDDD;
}

/* Buttons */
#wpcomm button,
#wpcomm input[type=button],
#wpcomm input[type=reset],
#wpcomm input[type=submit] {
  border: 1px solid #555555;
  color: #FFFFFF;
  background-color: #555555;
}

#wpcomm button:hover,
#wpcomm button:focus,
#wpcomm input[type=button]:hover,
#wpcomm input[type=button]:focus,
#wpcomm input[type=reset]:hover,
#wpcomm input[type=reset]:focus,
#wpcomm input[type=submit]:hover,
#wpcomm input[type=submit]:focus {
  border: 1px solid #333333;
  background-color: #333333;
}

#wpcomm .wpdiscuz-sort-buttons {
  color: #777777;
}

#wpcomm .wpdiscuz-sort-button {
  color: #777777;
  cursor: pointer;
}

#wpcomm .wpdiscuz-sort-button:hover {
  color: #6CCC53 !important;
  cursor: pointer;
}

#wpcomm .wpdiscuz-sort-button-active {
  color: #6CCC53 !important;
  cursor: default !important;
}

#wpcomm .wc-cta-button,
#wpcomm .wc-cta-button-x {
  color: #777777;
  border-bottom: 1px solid #dddddd;
}

#wpcomm .wc-vote-link.wc-up {
  color: #999999;
}

#wpcomm .wc-vote-link.wc-down {
  color: #999999;
}

#wpcomm .wc-vote-result {
  color: #999999;
}

#wpcomm .wpf-cta {
  color: #999999;
}

#wpcomm .wpf-cta:hover {
  background: #6CCC53 !important;
  color: #FFFFFF;
}

#wpcomm .wc-cta-active {
  background: #6CCC53 !important;
  color: #FFFFFF;
}

#wpcomm .wc-cta-button:hover {
  background: #6CCC53 !important;
  color: #FFFFFF;
}

#wpcomm .wc-footer-right .wc-toggle,
#wpcomm .wc-footer-right .wc-toggle a,
#wpcomm .wc-footer-right .wc-toggle i {
  color: #6CCC53;
}

/* STICKY COMMENT HEADER */
#wpcomm .wc-sticky-comment.wc-comment .wc-comment-header {
  background: #f2fcfb;
  border-bottom: 1px dotted #00B38F;
}

#wpcomm .wc-sticky-comment.wc-comment .wc-comment-header .wpd-sticky {
  color: #00B38F;
  border: 1px dotted #00B38F;
}

#wpcomm .wc-closed-comment.wc-comment .wc-comment-header .wpd-closed {
  color: #555555;
  border: 1px dotted #555555;
}

/* PRIVATE COMMENT HEADER */
#wpcomm .wc-private-comment.wc-comment .wc-comment-header {
  background: #eeeeee;
  border-bottom: 1px solid #999999;
}

#wpcomm .wc-private-comment.wc-comment .wc-comment-header .wpd-private {
  color: #000000;
  border: 1px dotted #333333;
}

/* Custom FIX */
.comments-area {
  width: auto;
}

#wpcomm .wc-comment .wc-comment-left .wc-comment-label {
  display: none;
}

#wpcomm .wc-comment-header {
  height: inherit !important;
}

/* LightGallery Fix & styles */
@font-face {
  font-family: lg;
  src: url(https://cdn.jsdelivr.net/npm/lightgallery@1.6.9/dist/fonts/lg?n1z373);
  src: url(https://cdn.jsdelivr.net/npm/lightgallery@1.6.9/dist/fonts/lg.eot?#iefixn1z373) format("embedded-opentype"), url(https://cdn.jsdelivr.net/npm/lightgallery@1.6.9/dist/fonts/lg.woff?n1z373) format("woff"), url(https://cdn.jsdelivr.net/npm/lightgallery@1.6.9/dist/fonts/lg.ttf?n1z373) format("truetype"), url(https://cdn.jsdelivr.net/npm/lightgallery@1.6.9/dist/fonts/lg.svg?n1z373#lg) format("svg");
}
@media only screen and (max-width: 1023px) {
  .lg-aside-box {
    display: none;
  }
  .lg-aside-box .ap {
    display: none;
  }
}
@media only screen and (min-width: 1024px) {
  .lg-outer.lg-aside:not(.lg-fullscreen-on) .lg-inner {
    width: calc(100% - 330px);
    width: calc(100vw - 330px);
  }
  .lg-outer.lg-aside:not(.lg-fullscreen-on) .lg-toolbar {
    width: calc(100% - 330px);
  }
  .lg-outer.lg-fullscreen-on.lg-aside .lg-inner {
    transition-duration: 0s !important;
  }
  .lg-outer.lg-aside.lg-topside:not(.lg-fullscreen-on) .lg-topside-box {
    right: 330px;
  }
  .lg-outer.lg-aside:not(.lg-fullscreen-on) .lg-actions .lg-next {
    right: 350px;
  }
  .lg-outer.lg-aside:not(.lg-fullscreen-on) .lg-sub-html {
    display: none;
  }

  .lg-aside-box {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 330px;
    background: #fff;
    z-index: 1079;
    overflow: hidden;
    overflow-y: auto;
  }

  .lg-fullscreen-on .lg-aside-box {
    display: none;
  }

  .lg-aside-box-wrapper {
    box-sizing: border-box;
    padding: 15px;
  }
  .lg-aside-box-wrapper .ap {
    margin: 25px 0;
  }
  .lg-aside-box-wrapper .asideCaption {
    font-size: 14px;
    line-height: 1.3;
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 320px) {
  .lg-topside-off .lg-topside-box,
.lg-topside-off .lg-topside-box .ap {
    display: none;
  }

  .lg-topside-box {
    position: absolute;
    top: 47px;
    right: 0;
    left: 0;
    z-index: 1075;
    overflow: hidden;
    overflow-y: auto;
    transition: top 0.3s ease;
  }

  .lg-outer.lg-topside.lg-hide-items .lg-topside-box {
    top: 0;
  }

  .lg-fullscreen-on .lg-topside-box {
    display: none;
  }

  .lg-topside-box-wrapper {
    box-sizing: border-box;
    margin: 10px 0;
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .lg-topside-box {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  .lg-outer.lg-topside:not(.lg-fullscreen-on):not(.lg-topside-off) .lg-inner {
    height: calc(100% - 157px);
    height: calc(100vh - 157px);
    margin-top: 157px;
  }

  .lg-outer.lg-topside.lg-hide-items:not(.lg-fullscreen-on):not(.lg-topside-off) .lg-inner {
    height: calc(100% - 110px);
    height: calc(100vh - 110px);
    margin-top: 110px;
  }

  .lg-outer.lg-topside.lg-thumb-open:not(.lg-fullscreen-on):not(.lg-topside-off) .lg-inner {
    height: calc(100% - 247px);
    height: calc(100vh - 247px);
  }

  .lg-outer.lg-topside.lg-hide-items.lg-thumb-open:not(.lg-fullscreen-on):not(.lg-topside-off) .lg-inner {
    height: calc(100% - 200px);
    height: calc(100vh - 200px);
  }
}
@font-face {
  font-family: "icons";
  src: url("fonts/icons.eot");
  src: url("fonts/icons.eot?#iefix") format("embedded-opentype"), url("fonts/icons.ttf") format("truetype"), url("fonts/icons.woff") format("woff"), url("fonts/icons.svg?#icons") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icons" !important;
  speak: none;
  font-size: 24px;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-Flip_1:before {
  content: "";
}

.icon-fb:before {
  content: "";
}

.icon-rss:before {
  content: "";
}

.icon-tw:before {
  content: "";
}

/*# sourceMappingURL=style.css.map */