.inner-section {
  padding: 40px 0;
}

.inner-section h2, .inner-section .h2 {
  font-size: 30px;
  font-weight: 600;
  margin: 1.5rem 0 1rem;
}

.inner-section h3, .inner-section .h3 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 1rem;
}

.inner-section ol {
  padding: 0;
  margin: 0 0 1rem;
  list-style-position: inside;
}

.inner-section ol li {
  margin-bottom: 0.5rem;
}

.inner-section .btn-lg {
  padding-left: 40px;
  padding-right: 40px;
}

.btc-price {
  background: #fff;
  border: 1px solid #282e3b;
  border-radius: 8px;
  padding: 10px;
  margin-bottom: 12px;
}

.btc-price img {
  max-width: 100%;
}

.btc-cell {
  font-size: 18px;
  color: #fff;
}

.btc-cell span {
  display: block;
  color: #626b7f;
}

.btc-title {
  font-size: 11px;
  text-transform: uppercase;
  color: #626b7f;
}

.btc-val {
  font-weight: 600;
}

.btc-num {
  font-size: 13px;
  color: #2e7bcd;
  font-weight: 600;
}

.btc-num.down:before {
  content: "";
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 6px solid #2e7bcd;
  display: inline-block;
  margin-right: 8px;
}

.btc-num.up:before {
  content: "";
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 6px solid #2e7bcd;
  display: inline-block;
  margin-right: 8px;
}

.btn-icon {
  font-size: 18px;
  text-transform: capitalize;
  padding: 10px;
}

.btn-icon:after {
  content: "";
  border-color: #fff;
  border-style: solid;
  border-width: 2px 2px 0 0;
  height: 10px;
  width: 10px;
  -webkit-transform: rotate(42deg);
  transform: rotate(42deg);
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
  display: inline-block;
  vertical-align: baseline;
  margin: 0 10px;
}

.bg-section {
  background: #ddd;
}

.img-box {
  border-radius: 12px;
  overflow: hidden;
}

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

.buy-item {
  background: #fff;
  border: 1px solid #1D2330;
  border-radius: 8px;
  margin-bottom: 12px;
  padding: 15px;
  font-size: 14px;
}

.buy-item-note {
  padding-bottom: 0;
}

.buy-item .key-link {
  color: #626b7f;
}

.buy-item .key-link .fa {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  display: inline-block;
  border: 1px solid #626b7f;
  vertical-align: baseline;
  font-size: 13px;
  line-height: 1.2;
}

.buy-item img {
  max-width: 100%;
}

.buy-item .btn-primary {
  width: 100%;
  text-transform: capitalize;
  padding: 10px;
  font-size: 16px;
  margin-bottom: 5px;
  white-space: normal;
  line-height: 1.2;
}

.buy-item ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.buy-item ul li {
  position: relative;
  padding-left: 20px;
}

.buy-item ul li:before {
  content: "";
  display: block;
  width: 12px;
  height: 9px;
  position: absolute;
  left: 0;
  top: 5px;
  background: url("/static/img/allow.png") no-repeat;
}

.buy-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 5px;
}

.buy-stars {
  margin-bottom: 20px;
}

.buy-price {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 5px;
}

.buy-logo {
  text-align: center;
  border-radius: 8px;
  overflow: hidden;
}

.buy-logo img {
  display: inline-block;
}

.buy-note {
  text-align: center;
  font-size: 16px;
  line-height: 1.2;
  color: #1d2330;
  background: #626b7f;
  border-radius: 0 0 8px 8px;
  padding: 8px 15px;
  margin: 15px -15px 0;
}

.text-last {
  text-align: justify;
  -moz-text-align-last: center;
  text-align-last: center;
}

.text-last:not(:root:root) {
  text-align: center;
}

.subtitle {
  font-size: 18px;
}

.step-list {
  padding: 0 0 50px;
  border-bottom: 1px solid #272d3b;
  -webkit-box-shadow: 0 1px 0 #000;
  box-shadow: 0 1px 0 #000;
}

.step-item {
  background: #fff;
  border: 1px solid #282e3b;
  padding: 15px;
  height: calc(100% - 15px);
  margin-bottom: 15px;
  border-radius: 8px;
  font-size: 17px;
}

.step-item h2 {
  font-size: 24px;
  color: #2e7bcd;
  text-align: center;
  font-weight: 600;
  margin: 0 0 10px;
}

.step-img {
  border-radius: 4px;
  overflow: hidden;
  margin-bottom: 15px;
}

.step-img img {
  width: 100%;
  height: 170px;
  -o-object-fit: cover;
  object-fit: cover;
}

.step-num {
  text-align: center;
  text-transform: uppercase;
  font-size: 24px;
}

.b-line {
  border-bottom: 1px solid #272d3b;
  -webkit-box-shadow: 0 1px 0 #000;
  box-shadow: 0 1px 0 #000;
  padding: 30px 0 0;
}

.fz-lg {
  font-size: 18px;
}

.b-disc {
  padding: 0;
  margin: 0 0 1.5rem;
  list-style: none;
}

.b-disc li {
  position: relative;
  padding-left: 30px;
}

.b-disc li span {
  color: #2e7bcd;
}

.b-disc li:before {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #626b7f;
  position: absolute;
  left: 0;
  top: 6px;
}

.b-disc.color-disc li:before {
  background: #2e7bcd;
}

.faq-item {
  background: #fff;
  border: 1px solid #282e3b;
  padding: 5px 15px;
  border-radius: 4px;
  margin-bottom: 10px;
}

.faq-header h2 {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.faq-header h2:before {
  content: "+";
  color: #626b7f;
  display: inline-block;
  vertical-align: baseline;
  font-size: 40px;
  font-weight: 600;
  margin-right: 10px;
}

.faq-header button {
  width: 100%;
  padding: 0;
  background: none;
  text-align: left;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 600;
  white-space: normal;
}

.faq-body {
  font-size: 17px;
  padding: 0 0 10px;
}

.coins-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -10px;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.coins-item {
  border-radius: 4px;
  margin: 0 8px 8px;
  width: 165px;
  background: #fff;
  border: 1px solid #282e3b;
  padding: 10px 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.coins-item .btn {
  width: 100%;
  color: #2E7AD0;
  border-color: #2E7AD0;
  text-transform: capitalize;
}

.coins-item .btn:hover, .coins-item .btn:focus {
  color: #fff;
}

.coins-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-weight: 600;
  margin-bottom: 10px;
}

.coins-title img {
  max-height: 36px;
}

#mvp-post-more-wrap {
  width: 100%;
}

#mvp-post-more-wrap ul.mvp-post-more-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  margin: 0;
  padding: 0;
}

#mvp-post-more-wrap ul.mvp-post-more-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: calc((100% / 4) - 10px);
  margin: 0 5px;
}

@media screen and (max-width: 768px) {
  #mvp-post-more-wrap ul.mvp-post-more-list li {
    max-width: calc((100% / 3) - 10px);
  }
}

@media screen and (max-width: 600px) {
  #mvp-post-more-wrap ul.mvp-post-more-list li {
    max-width: calc((100% / 2) - 10px);
  }
}

@media screen and (max-width: 440px) {
  #mvp-post-more-wrap ul.mvp-post-more-list li {
    max-width: 100%;
  }
}

#mvp-post-more-wrap ul.mvp-post-more-list li a {
  display: block;
}

#mvp-post-more-wrap .mvp-post-more-img {
  background: #000;
  line-height: 0;
  margin-bottom: 15px;
  width: 100%;
}

#mvp-post-more-wrap ul.mvp-post-more-list li:hover .mvp-post-more-img img {
  opacity: .8;
}

#mvp-post-more-wrap .mvp-post-more-text {
  width: 100%;
}

#mvp-post-more-wrap .mvp-post-more-text p {
  color: #000;
  float: left;
  font-size: 1.1rem;
  font-weight: 700;
  letter-spacing: -.02em;
  line-height: 1.2;
  width: 100%;
}

#mvp-post-more-wrap ul.mvp-post-more-list li:hover .mvp-post-more-text p {
  opacity: .6;
}

#mvp-content-main ul, .mvp-post-add-main ul {
  font-size: 1.1rem;
}

#mvp-blog-arch-col-wrap {
  margin: 0 -15px;
}

ul.mvp-blog-story-list-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
  width: 100%;
}

ul .mvp-blog-story-col {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
  padding: 0 15px;
  margin: 0 0 10px;
}

ul .mvp-blog-story-col a {
  display: block;
}

.spinner {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 5;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.5);
}

.dark .btc-price, .dark .bg-section, .dark .buy-item, .dark .step-item, .dark .faq-item, .dark .coins-item {
  background: #282e3b;
}

.dark .coins-item .btn {
  border: 1px solid #2E7AD0;
}

.home-sidebar {
  position: fixed;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 160px;
  min-height: 600px;
  z-index: 1;
}

.home-sidebar.float-left {
  left: 10%;
}

@media screen and (max-width: 1900px) {
  .home-sidebar.float-left {
    left: 7%;
  }
}

@media screen and (max-width: 1670px) {
  .home-sidebar.float-left {
    left: 5%;
  }
}

@media screen and (max-width: 1600px) {
  .home-sidebar.float-left {
    left: 2.5%;
  }
}

@media screen and (max-width: 1520px) {
  .home-sidebar.float-left {
    left: 0;
  }
}

.home-sidebar.float-right {
  right: 10%;
}

@media screen and (max-width: 1900px) {
  .home-sidebar.float-right {
    right: 7%;
  }
}

@media screen and (max-width: 1670px) {
  .home-sidebar.float-right {
    right: 5%;
  }
}

@media screen and (max-width: 1600px) {
  .home-sidebar.float-right {
    right: 2.5%;
  }
}

@media screen and (max-width: 1520px) {
  .home-sidebar.float-right {
    right: 0;
  }
}

@media screen and (max-width: 1440px) {
  .home-sidebar {
    top: auto;
    bottom: 0;
    -webkit-transform: none;
    transform: none;
  }
}

@media screen and (max-width: 600px) {
  .home-sidebar {
    display: none;
  }
}

@media screen and (max-height: 600px) {
  .home-sidebar {
    display: none;
  }
}

/* Disable for links */
.isDisabled {
  cursor: not-allowed;
  /*opacity: 0.5;*/
}

.isDisabled > a {
  color: currentColor;
  display: inline-block;
  /* For IE11/ MS Edge bug */
  pointer-events: none;
  text-decoration: none;
}

/* End disable for links */
.dark .trading-software .block-title h3 {
  color: #ffffff;
}

.dark .trading-software .tableContainer .trow .tcol:before {
  background: rgba(255, 255, 255, 0.1);
}

.dark .trading-software .tableContainer .trow.thead .tcol h4 {
  color: #ffffff;
}

.dark .trading-software .min-deposit {
  color: #ffffff;
}

body.dark .learn-to-trade,
body .learn-to-trade {
  background: #00B600;
  margin: 0 5px;
  color: white;
  text-transform: capitalize;
}

/*
* Coinlib academy popup BEGIN
*/
.modal {
  background: rgba(0, 0, 0, 0.6);
}

.modal.show {
  display: block;
}

.modal-window {
  max-width: 500px;
  margin: 1vh auto;
  background: white;
  color: black;
  position: relative;
  border-radius: 13px;
  -webkit-transform: translate(0, 25%);
  transform: translate(0, 25%);
}

@media screen and (max-width: 425px) {
  .modal-window {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    margin-top: 0;
  }
}

.modal-window .header {
  margin: 30px auto;
  color: #f5f6fa;
  font-size: 30px;
  font-weight: 400;
  line-height: 42px;
  letter-spacing: 0.6px;
  text-align: center;
  background-size: cover;
  background: url("/static/img/modal-top-background.png") center 0;
  border: none;
  padding-top: 30px;
  padding-bottom: 60px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.modal-window .header img {
  margin-bottom: 32px;
}

.modal-window .header.h3 {
  padding: 0 16px;
}

.modal-window .content {
  padding: 16px;
  font-size: 22px;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: 0.44px;
  text-align: center;
}

@media screen and (max-width: 402px) {
  .modal-window .content img {
    display: block;
    margin: 0 auto;
  }
}

.modal-window .content p:last-of-type {
  text-transform: uppercase;
  margin-bottom: 30px;
}

.modal-window .content a {
  background-color: #282e3b;
  text-transform: uppercase;
  font-size: 22px;
  font-weight: 700;
  line-height: 30px;
  color: #f5f6fa;
  letter-spacing: 0.44px;
  border: none;
  padding: 15px 40px;
  border-radius: 10px;
  margin: 0 auto 40px;
  display: inline-block;
}

.modal-window .close {
  position: absolute;
  right: 13px;
  top: 13px;
  color: #ffffff;
  background: url(/static/img/close-button.png);
  width: 24px;
  height: 24px;
  opacity: 1;
}

/*
* Coinlib academy popup END
*/
.footer {
  margin-top: 30px;
  padding-top: 50px;
  padding-bottom: 20px;
  border-top: 1px solid #f1f2f3;
  background: #fafafa url("../../../static/img/logo_bg_light.svg") 50px center no-repeat;
}

.footer a {
  color: #606060;
  font-weight: 600;
}

.footer__logo {
  margin-bottom: 20px;
  padding-bottom: 24px;
  min-height: 60px;
  border-bottom: 1px solid #1d2330;
  background: url("../../../static/img/logo/logo_dark.svg") 55px 0 no-repeat;
  background-size: 130px;
}

.footer__logo .btn-up {
  font-size: 16px;
  background-color: #1d2330;
}

.footer__logo img {
  margin-left: 20px;
  max-width: 130px;
}

.footer__title {
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  min-height: 60px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  color: #606060;
}

.footer__nav {
  margin-bottom: 20px;
}

.footer__nav.bordered .nav-item {
  border-bottom: 1px solid #1d2330;
}

.footer__nav .nav-item {
  font-size: 16px;
  text-transform: none;
}

.footer__nav .nav-link {
  margin: 0;
  white-space: normal;
  color: #606060;
}

.footer__nav .nav-link.main {
  padding-top: 2px;
  padding-bottom: 2px;
  font-size: 14px;
}

.footer__actions {
  margin-bottom: 20px;
}

.footer__actions .lights {
  font-size: 18px;
  font-weight: 700;
  color: #606060;
}

.footer__socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.footer__socials .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 10px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: #f1f2f3;
}

.footer__socials .item:hover {
  text-decoration: none;
}

.footer__warning {
  margin-bottom: 20px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 12px;
  border-top: 1px solid #1d2330;
  border-bottom: 1px solid #1d2330;
}

.footer__app {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.footer__app .item {
  margin-left: 5px;
  margin-right: 5px;
}

.footer .copyright {
  font-size: 14px;
}

.dark .footer {
  border-top: 1px solid #1c222f;
  background: #282e3b url("../../../static/img/logo_bg_dark.svg") 50px center no-repeat;
  color: #626b7f;
}

.dark .footer__logo {
  background: url("../../../static/img/logo/light_full.svg") 55px 0 no-repeat;
  background-size: 130px;
}

.dark .footer__title {
  color: #828da6;
}

.dark .footer__nav .nav-link {
  color: #ffffff;
}

.dark .footer__nav .nav-link.main {
  color: #828da6;
}

.dark .footer__nav .nav-link.main:hover {
  color: #ffffff;
}

.dark .footer__actions .lights {
  color: #ffffff;
}

.dark .footer__socials .item {
  border: 1px solid #3d4554;
  background-color: #1d2330;
}

.dark .footer a {
  color: #828da6;
}

.dark .footer a:hover {
  color: #ffffff;
}

@media screen and (max-width: 1199px) {
  ul .mvp-blog-story-col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  #mvp-main-body-wrap .mvp-main-box {
    width: auto;
  }
  .mvp-feat3-main-img img {
    min-width: inherit;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .mvp-feat3-sub-img img {
    min-width: inherit;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .mvp-blog-story-list-col .clearfix {
    display: none;
  }
  .mvp-blog-story-col {
    min-height: 400px;
  }
  .mvp-blog-story-text p {
    display: block !important;
  }
}

@media screen and (max-width: 991px) {
  .btc-price {
    text-align: center;
  }
  .step-item {
    font-size: 14px;
  }
  .step-item h2 {
    font-size: 18px;
  }
  .step-num {
    font-size: 18px;
  }
  .step-img img {
    height: 120px;
  }
  .fz-lg {
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  .buy-logo {
    margin-bottom: 5px;
  }
  .buy-item {
    text-align: center;
  }
  .buy-item ul {
    margin-bottom: 10px;
  }
  .buy-item ul li {
    text-align: left;
  }
  .buy-item .btn-primary {
    margin: 5px 0;
  }
  .buy-price {
    margin: 0;
  }
  .buy-country, .buy-stars {
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 600px) {
  ul .mvp-blog-story-col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    min-height: inherit;
  }
  ul .mvp-blog-story-col .mvp-blog-story-img {
    width: 100%;
    float: none;
    margin: 0 0 20px;
  }
  ul .mvp-blog-story-col .mvp-blog-story-in {
    margin: 0;
    width: 100%;
  }
  ul .mvp-reg-img {
    display: block !important;
  }
  ul .mvp-mob-img {
    display: none !important;
  }
  ul .mvp-post-more-img {
    width: 100%;
    margin: 0 0 15px;
  }
  ul .mvp-post-more-img img {
    height: 165px;
    -o-object-fit: cover;
    object-fit: cover;
  }
  ul .mvp-post-more-text {
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  .mvp-mob-img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    height: 60px;
  }
}

.dropdown-submenu {
  position: relative;
}

.dropdown-submenu a::after {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  position: absolute;
  right: 6px;
  top: .8em;
}

.dropdown-submenu .dropdown-menu {
  top: 0;
  left: 100%;
  margin-left: .1rem;
  margin-right: .1rem;
}

.dropdown-container.hasSubmenu {
  position: relative;
}

.dropdown-container.hasSubmenu > a::after {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  position: absolute;
  right: 6px;
  top: calc(50% - 3px);
}

.dropdown-container.hasSubmenu > .dropdown-menu {
  position: absolute;
  top: 0;
  left: 100%;
}

.dropdown-container.hasSubmenu .dropdown-menu.active,
.dropdown-container.hasSubmenu:hover .dropdown-menu {
  display: block;
}

@media screen and (max-width: 992px) {
  .dropdown-container.hasSubmenu .dropdown-menu {
    display: block;
  }
}

@media screen and (max-width: 992px) {
  .dropdown-container.hasSubmenu .dropdown-menu {
    position: relative;
    left: auto;
    top: auto;
  }
}

.cl-progress-status {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
}

.cl-progress-bar-outer {
  margin-bottom: 40px;
  border: 1px solid #ddd;
  background-color: #ffffff;
}

.cl-progress-bar {
  width: 50%;
  height: 48px;
  background: #111a28 linear-gradient(-45deg, #eee 25%, transparent 25%, transparent 50%, #eee 50%, #eee 75%, transparent 75%, transparent);
  background-size: 50px 50px;
  overflow: hidden;
  z-index: 1;
  -webkit-animation: move 2s linear infinite;
  animation: move 2s linear infinite;
}

.cl-progress-description {
  margin-bottom: 40px;
  font-size: 22px;
}

@-webkit-keyframes move {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 50px 50px;
  }
}

.sign-up-section {
  padding-top: 40px;
  padding-bottom: 40px;
}

.sign-up-title {
  margin-bottom: 16px;
  font-size: 2.25rem;
}

.sign-up-form {
  padding: 20px 50px;
  border-radius: 8px;
  background-color: #282e3b;
  position: relative;
}

.sign-up-form label {
  font-size: 16px;
  font-weight: 600;
  color: #596172;
}

.sign-up-form .label-error.is-invalid {
  margin-top: 5px;
  color: #dc3545;
}

.sign-up-form .form-check .label-error.is-invalid {
  margin-top: 0;
}

.sign-up-form .form-caption {
  color: #596172;
}

.sign-up-form button[type=submit] {
  font-size: 18px;
}

.mvp-post-main-out {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 768px) {
  .mvp-post-main-out {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.mvp-blog-story-text p, span.mvp-author-page-desc, #mvp-404 p, .mvp-widget-feat1-bot-text p, .mvp-widget-feat2-left-text p, .mvp-flex-story-text p, .mvp-search-text p, #mvp-content-main p, .mvp-post-add-main p, #mvp-content-main ul li, #mvp-content-main ol li, .rwp-summary, .rwp-u-review__comment, .mvp-feat5-mid-main-text p, .mvp-feat5-small-main-text p, #mvp-content-main .wp-block-button__link, .wp-block-audio figcaption, .wp-block-video figcaption, .wp-block-embed figcaption, .wp-block-verse pre, pre.wp-block-verse {
  font-family: "proxima-nova", sans-serif !important;
}

#mvp-main-body-wrap {
  padding-top: 60px;
  padding-left: 15px;
  padding-right: 15px;
  background: none;
}

.mvp-main-box {
  width: 1100px;
}

.mvp-feat1-feat-text,
.mvp-feat3-main-text,
.mvp-feat3-sub-text,
.mvp-widget-feat1-top-text {
  width: 100%;
}

.buy-item ul {
  list-style: none !important;
}

.buy-item ul li {
  margin-left: 0 !important;
  padding-left: 20px !important;
}

.buy-item ul li:before {
  top: 10px;
}

.mvp-nav-links {
  display: none;
}

.mvp-video {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
  margin-bottom: 20px;
}

.mvp-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.mvp-blog-story-list,
.mvp-blog-story-list-col {
  padding: 0;
}

.mvp-blog-story-col {
  height: auto;
}

.l-post-thumb {
  display: block;
  margin-bottom: 15px;
  height: 156px;
}

.l-post-thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.l-post-title {
  font-size: 1.2rem;
  font-weight: 700;
  color: #ffffff;
}

.l-post-title a {
  text-decoration: none;
}

.l-post-meta {
  margin-bottom: 7px;
  font-size: 0.7rem;
  color: #777;
}

.l-post-category {
  text-transform: uppercase;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .l-post-thumb {
    height: auto;
  }
}

.mvp-side-widget ul {
  padding: 0;
}

.dark .mvp-widget-feat2-right-text h2,
.dark .mvp-feat1-list-text h2,
.dark .mvp-blog-story-text h2,
.dark .mvp-blog-story-text p,
.dark #mvp-side-wrap a,
.dark span.mvp-post-excerpt,
.dark #mvp-content-main p,
.dark #mvp-content-main p a,
.dark .mvp-post-tags-header,
.dark .mvp-prev-next-text p,
.dark .mvp-related-text,
.dark .mvp-post-add-main p,
.dark .mvp-author-info-text a,
.dark .mvp-post-add-main p a,
.dark .mvp-post-more-text p,
.dark .mvp-widget-feat1-bot-text h2,
.dark #comments .c p,
.dark cite {
  color: #ffffff !important;
}

.dark .mvp-post-add-link {
  background: #1d2330;
}

.dark .mvp-post-add-link:before {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(29, 35, 48, 0)), color-stop(50%, rgba(29, 35, 48, 0.9)), to(#1d2330));
  background-image: linear-gradient(to bottom, rgba(29, 35, 48, 0) 0, rgba(29, 35, 48, 0.9) 50%, #1d2330 100%);
}
