/*================================================================================
	Item Name: Crypto ICO - Cryptocurrency Website Landing Page HTML Template
	Version: 1.0
	Author: PIXINVENT
	Author URL: http://www.themeforest.net/user/pixinvent
================================================================================

NOTE:
------
PLACE HERE YOUR OWN SCSS CODES AND IF NEEDED, OVERRIDE THE STYLES FROM THE OTHER STYLESHEETS.
WE WILL RELEASE FUTURE UPDATES SO IN ORDER TO NOT OVERWRITE YOUR STYLES IT'S BETTER LIKE THIS.  */
.vertical-social {
  display: none; }

.navbar button.navbar-toggler {
  display: none !important; }

.navbar .collapse:not(.show) {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-flex-basis: auto;
  -ms-flex-preferred-size: auto;
  flex-basis: auto; }

.navbar ul.navbar-nav li .nav-link {
  padding-right: 1rem; }

.navbar .header-logo {
  height: 50px; }

@media (max-width: 576px) {
  .navbar.navbar-absolute {
    padding: 3.4rem 0; } }

#navigation form.form-inline {
  margin-top: 0 !important; }

@media (max-width: 576px) {
  #navigation {
    position: absolute;
    top: 0.5rem;
    margin: 0;
    padding: 0;
    right: 1rem; } }

.crypto-3d-graphic .graphic-3d-img {
  width: 489px;
  margin: 2rem auto; }
  @media (max-width: 575.98px) {
    .crypto-3d-graphic .graphic-3d-img {
      width: auto !important;
      height: 80vw;
      margin: 7rem auto 2rem auto; } }
  @media (min-width: 576px) and (max-width: 900px) {
    .crypto-3d-graphic .graphic-3d-img {
      width: auto !important;
      height: 80vw;
      margin: 7rem auto 2rem auto; } }

.head-area .head-content.survey-content {
  padding-top: 5rem;
  padding-bottom: 4rem;
  height: auto; }

.head-area .head-content h1, .head-area .head-content h2 {
  color: #FFFFFF;
  font-size: 1.9rem;
  line-height: 2.75rem; }

.head-area .head-content h1 {
  font-weight: 700; }

.head-area .head-content h2 {
  font-weight: 100; }

@media (max-width: 991.98px) {
  .head-area .head-content {
    height: auto;
    padding-bottom: 4rem; } }

.head-area .head-content h3 {
  margin-top: 4.375rem;
  color: #FFFFFF;
  font-size: 1.125rem;
  line-height: 1.9rem;
  font-weight: 700; }

@media (min-width: 1200px) and (max-width: 1499.98px) {
  .crypto-3d-graphic .graphic-3d-img {
    width: 390px; } }

@media (min-width: 992px) and (max-width: 1199.98px) {
  .crypto-3d-graphic .graphic-3d-img {
    width: 317px; }
  .head-area .head-content h1, .head-area .head-content h2 {
    font-size: 1.5rem;
    line-height: 2rem; }
  .head-area .head-content h3 {
    margin-top: 2rem;
    font-size: 1rem;
    line-height: 1.5rem; } }

@media (min-width: 768px) and (max-width: 991.98px) {
  .crypto-3d-graphic .graphic-3d-img {
    width: 364px;
    margin: 6rem auto 2rem auto; }
  .head-area .head-content h1, .head-area .head-content h2 {
    font-size: 1.5rem;
    line-height: 2rem; }
  .head-area .head-content h3 {
    margin-top: 2rem !important;
    font-size: 1rem;
    line-height: 1.5rem; } }

@media (min-width: 576px) and (max-width: 767.98px) {
  .graphic-3d-img {
    width: 300px; }
  .head-area .head-content h1, .head-area .head-content h2 {
    font-size: 1.5rem;
    line-height: 2rem; }
  .head-area .head-content h3 {
    margin-top: 2rem !important;
    font-size: 1rem;
    line-height: 1.5rem; } }

@media (max-width: 575.98px) {
  .head-area .head-content h1, .head-area .head-content h2 {
    font-size: 1.2rem;
    line-height: 2rem; }
  .head-area .head-content h3 {
    margin-top: 2rem !important;
    font-size: 1rem;
    line-height: 1.5rem; } }

.banner-content h2 {
  color: white;
  font-weight: 100; }

.survey-container {
  background-color: rgba(255, 255, 255, 0.6);
  border-radius: 5px; }

#exchange-listing {
  display: none; }

#mobile-app {
  padding-top: 0; }

.mobile-image-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center; }

.we-deliver-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center; }
  .we-deliver-row div {
    max-width: 90vw; }
    @media (min-width: 575.98px) {
      .we-deliver-row div {
        max-width: 70vw; } }
    @media (min-width: 900px) {
      .we-deliver-row div {
        max-width: 50vw; } }
    @media (min-width: 1200px) {
      .we-deliver-row div {
        max-width: 50vw; } }

.contact-address-li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.contact-form-label {
  display: block;
  text-align: left;
  color: #3F3F3F;
  font-size: 0.875rem; }

.footer .social-buttons {
  display: none; }

.footer .footer-logo-image {
  margin-right: 10px;
  vertical-align: middle; }

.footer .logo-text {
  vertical-align: middle; }
