/*
Theme Name: Cuber Child
Theme URI: 
Description: Child for the Cuber Theme
Author: <a href="http://dexifly.com">Sergey J</a>
Author URI: 
Template: cuber
Version: 1.0
*/

@import url('../cuber/style.css');

h1, h2,  
.h1, .h2 {
  margin-bottom: 2.5rem;
}

h3, h4, h5, h6, 
.h3, .h4, .h5, .h6 {
  margin-bottom: 1.5rem;
}

.display-2 {
  font-weight: bold;
  text-transform: uppercase;

  /* 40px */
  font-size: 2.66666667rem;
  /* 72px */
  line-height: 1.4;
  /* 200 photoshop */
  letter-spacing: .2em;
}

@media (min-width: 420px) {

  .display-2 {
    /* 50px */
    font-size: 3.33333333rem;
  }
}

.display-3 {
  font-weight: bold;
  text-transform: uppercase;

  /* 40px */
  font-size: 2rem;
  /* 72px */
  line-height: 1.5;
  /* 200 photoshop */
  letter-spacing: .2em;
}

@media (min-width: 420px) {

  .display-3 {
    /* 50px */
    font-size: 2.66666667rem;
  }
}

.display-4 {
  font-weight: bold;
  text-transform: uppercase;
  
  /* 40px */
  font-size: 1.7rem;
  /* 72px */
  line-height: 1.35;
  /* 200 photoshop */
  letter-spacing: .2em;
}

@media (min-width: 420px) {

  .display-4 {
    /* 50px */
    font-size: 1.9rem;
  }
}

@media (min-width: 580px) {

  .display-4 {
    /* 50px */
    font-size: 2.2rem;
  }
}

.display-6 {
  line-height: 1.667;
}

hr {
  box-sizing: content-box;
  overflow: visible;
  text-align: inherit;
  margin: 0 0 20px 0;
  border: 0 none !important;
  border-top: 3px solid #007bff;
  margin-bottom: 20px;
  height: 3px;
}

hr::after {
  content: "";
  display: inline-block;
  width: 119px;
  max-width: 100%;
  border-top: 3px solid #007bff;
  vertical-align: top;
}

/* contact page icons */

.feature-3 .feature__icon {
  margin-bottom: -62px;
}

.feature-3 .feature__title h5 {
  margin-bottom: 1rem;
}

.feature-3 .feature__title, .feature-3 .feature__body {
  margin-left: 50px;
}

/* only animate linked feature icon-boxes */

.feature-4:hover .feature__icon {
  transform: none;
}

.feature-4 .feature__icon a {
  display: inline-block;
  transform: translateY(0);
  transition: all 0.2s ease-in-out;
}

.feature-4 .feature__icon a:hover {
  transform: translateY(-5px);
}

/* portfolio style - about us profiles */

.vp-portfolio__item-img::before {
  background: transparent;
}

.vp-portfolio__items-style-default .vp-portfolio__item-img {
  width: 200px;
  max-width: 100%;
  margin: 0 auto 20px;
}

/* footer  */

.footer__bottom {
  background-color: #171830;
  padding: 1.375rem 0;
  border-top-color: #666666;
  color: #999999;
}

.footer__top-logo {
  max-width: 142px;
}

.widget ul#menu-footer-column-1 li a {
  color: #626262;
  font-weight: bold;
}

.widget ul#menu-footer-column-1 li a:hover,
.widget ul#menu-footer-column-1 li a:active,
.widget ul#menu-footer-column-1 li a:focus { 
  color: #292929;
}

/* card posts */

.card-post {
  box-shadow: 0 0 25px 10px rgba(0, 0, 0, 0.03);
}

.card-post .card-title {
  font-weight: 600;
}

/* compontent - timeline */

@media (min-width: 768px) and (max-width: 991.98px) {

  .timeline .event:before {
    text-align: left;
    position: static;
  }
}

@media (min-width: 768px) {

  .timeline {
    padding-right: 0;
  }
}

/* columns */

@media (min-width: 540px) {
  .text-column-1-2\@s {
    column-count: 2;
  }
}

[class*='text-column-'] {
  column-gap: 30px;
}

/* tables */
/* ----------------- */

/* justified  */
table th:last-child, 
table td:last-child {
  padding-right: 0;
}

.document-gallery td:first-child {
  width: 100px;
}

.document-gallery td:nth-last-child(2) {
  text-align: center;
  width: 60px;
  display: none;
}

.document-gallery td:last-child {
  text-align: right;
  width: 50px;
}

@media (min-width: 540px) {
  .document-gallery td:first-child {
    width: 150px;
  }

  .document-gallery td:nth-last-child(2) {
    display: table-cell;
  }

  .document-gallery td:last-child {
    width: 75px;
  }
}

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

/* stock ticker */
/* ----------------- */

.stock-ticker-wrapper ul.stock_ticker .sqitem {
  white-space: normal;
}

/* homepage style  */

#white-line {
  position: relative;
}

#home-banner #white-line::after {
  content: '';
  width: 2px;
  height: 200%;
  height: 100vh;
  background-color: white;
  position: absolute;
  z-index: 1;
  top: 115%;
  left: 50%;
  transform: translateX(-50%);
}

@media (min-width: 420px) {

  #home-banner #white-line::after {
    top: 120%;
  }
}

/* buttons */

.btn {
  padding: 0.518rem 1.75rem;
}

/* line buttons  */

.btn-line {
  color: #555555;
  background: transparent !important;
  padding: .5rem .1rem;
  border: 0 none;
  border-bottom: 2px solid #007bff;
  border-radius: 0;
  font-size: 1.4725rem !important;
  font-weight: 600;
}

.btn-line:hover,
.btn-focus:hover,
.btn-active:hover {
  border: 0 none;
  border-bottom: 2px solid #007bff;
  color: #007bff;
}

/* menubar button */

.menubar .menubar__buttons .btn {
	font-size: 1rem;
	padding: .469rem 1.208rem;
}

/* logo svg fix */

.menubar .menubar__logo img {
  width: 100%;
}