/*!
  * Item: Kitzu
  * Description: Personal Portfolio Template
  * Author/Developer: Exill
  * Author/Developer URL: https://themeforest.net/user/exill
  * Version: v2.0.0
  * License: Themeforest Standard Licenses: https://themeforest.net/licenses
  */

/*----------- ADD YOUR CUSTOM CSS STYLES BELOW -----------*/
.social {font-size: 32px; font-weight: normal; color: #b5b5b5}
.social a:link { color: #b5b5b5; font-weight: normal; text-decoration: none; }
.social a:visited { color: #b5b5b5; font-weight: normal; text-decoration: none; }
.facebook a:active { color:#1B74E4 !important; font-weight: normal; text-decoration: none; }
.facebook a:hover { color:#1B74E4 !important; font-weight: normal; text-decoration: none; }
.twitter a:active { color:#FFFFFF !important; font-weight: normal; text-decoration: none; }
.twitter a:hover { color:#FFFFFF !important; font-weight: normal; text-decoration: none; }
.instagram a:active { color:#CD2D94 !important; font-weight: normal; text-decoration: none; }
.instagram a:hover { color:#CD2D94 !important; font-weight: normal; text-decoration: none; }
.youtube a:active { color:#FF0201 !important; font-weight: normal; text-decoration: none; }
.youtube a:hover { color:#FF0201 !important; font-weight: normal; text-decoration: none; }
.imdb a:active { color:#F5C519 !important; font-weight: normal; text-decoration: none; }
.imdb a:hover { color:#F5C519 !important; font-weight: normal; text-decoration: none; }

.lightbox-wrapper .lightbox-logo {
  position: fixed;
  text-align: left;
  left: 4vw;
  top: 35px;
  z-index: 99;
}

.resume-section .col-block.voice {
  margin-right: 20px;
}

.resume-section .col-block.demo {
  margin-left: 0;
  margin-right: 0;
}

/* Keep Social Media Section On at all resolutions (reverses main.css command) */
@media (max-width: 767.98px) {
  .home-area .fixed-wrapper {
    display: block;
  }
}

/* moves reCAPTCHA badge to lower left */
.grecaptcha-badge {
  transform: scale(0.7);
  width: 70px !important;
  overflow: hidden !important;
  transition: all 0.3s ease !important;
  left: 40px !important;
  margin-bottom: 46px !important;
}

.grecaptcha-badge:hover {
  width: 256px !important;
}

/* Object to hold Copyright for Landing/Home Page */
.footer {
  color: lightgray;
}

/* Modified version of content-follow that removes the :before */
.info-section .info-content .content-follow-mb {
  -ms-flex-align: center;
  align-items: center;
  display: inline-block;
  display: -ms-flexbox;
  display: flex;
  line-height: 100%;
  margin-bottom: 0;
}

.info-section .info-content .content-follow-mb li {
  font-size: 21px;
}

.info-section .info-content .content-follow-mb li:not(last-child) {
  margin-right: 14px;
}

.info-section .info-content .content-follow-mb li a {
  color: #cecece;
}

.social-header ul {
  display: inline;
}

.social-header li{
  display: inline;
  list-style-type: none;
  padding-right: 20px;
}

#myvideo {
  position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
}
