/*
Theme Name: 4 and Out Coming Soon Page
Description: Coming soon placeholder page on BS 3
Author: Kevin James Vreeburg
Author URI: http://www.kjvdesigns.com
Version: 1.0
*/
/* Table of Contents
==================================================
    #Fonts
    #Typography
    #Header
    #Global
    #Buttons
    #Footer
    #Responsive
*/
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/roboto/v29/KFOkCnqEu92Fr1Mu51xIIzc.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 100;
  src: url(https://fonts.gstatic.com/s/roboto/v29/KFOkCnqEu92Fr1MmgVxIIzc.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: url(https://fonts.gstatic.com/s/roboto/v29/KFOlCnqEu92Fr1MmSU5fBBc9.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/roboto/v29/KFOmCnqEu92Fr1Mu4mxP.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: url(https://fonts.gstatic.com/s/roboto/v29/KFOlCnqEu92Fr1MmEU9fBBc9.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/roboto/v29/KFOlCnqEu92Fr1MmWUlfBBc9.ttf) format('truetype');
}
/* Typography
=========================================*/
p {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-size: 21px;
  line-height: 1.58;
  letter-spacing: -0.003em;
  margin-bottom: 20px;
}
h1,
h2,
h3 {
  position: relative;
  margin-bottom: 40px;
}
h1:after,
h2:after,
h3:after {
  content: "";
  width: 100px;
  height: 2px;
  background: #006ba6;
  position: absolute;
  bottom: -15px;
  left: 0;
}
h1.text-center:after,
h2.text-center:after,
h3.text-center:after {
  left: 50%;
  margin-left: -50px;
}
h1.intro-headline:after {
  content: "";
  background: transparent;
}
h2 {
  font-weight: 700;
  font-size: 36px;
  line-height: 1.15;
  letter-spacing: 0.02em;
}
h3 {
  font-weight: 700;
  font-size: 28px;
  line-height: 1.15;
  letter-spacing: 0.02em;
}
/* Header
=========================================*/
.header {
  padding: 15px 0px;
  position: relative;
  z-index: 2;
  background: #ffffff;
}
.header .logo {
  float: left;
  max-height: 50px;
  width: auto;
}
.header .top-social {
  float: right;
  padding: 0px;
  margin: 0px;
}
.header .top-social:before,
.header .top-social:after {
  display: table;
  content: " ";
}
.header .top-social:after {
  clear: both;
}
.header .top-social li {
  display: inline-block;
}
.header .top-social li a {
  font-size: 35px;
  color: #FD1D1D;
  padding: 10px;
  -webkit-transition: all ease-in-out 0.4s;
  -moz-transition: all ease-in-out 0.4s;
  -ms-transition: all ease-in-out 0.4s;
  -o-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}
.header .top-social li a:hover {
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  -ms-opacity: 0.5;
  -o-opacity: 0.5;
  opacity: 0.5;
}
/* Global
=========================================*/
a {
  color: #006ba6;
  -webkit-transition: all ease-in-out 0.4s;
  -moz-transition: all ease-in-out 0.4s;
  -ms-transition: all ease-in-out 0.4s;
  -o-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}
a:hover {
  text-decoration: none;
  color: #003a5a;
}
a:link,
a:visited,
a:hover,
a:focus,
a:active {
  text-decoration: none;
}
.m-30 {
  width: 100%;
  display: block;
  margin: 30px 0px;
}
.mt-20 {
  width: 100%;
  display: block;
  margin-top: 20px;
}
/* Intro Section
=========================================*/
.intro-section {
  padding: 100px 0px;
  text-align: center;
}
.intro-section .splash-logo {
  max-width: 350px;
  height: auto;
}
.intro-section .sub-title {
  position: relative;
  z-index: 99;
  color: #fff;
  font-size: 40px;
  margin-top: 50px;
}
.section-overlay {
  z-index: 1;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}
.section-white {
  background: #ffffff;
  padding: 60px 0px;
  position: relative;
  z-index: 3;
}
.section-off-white {
  background: #f4f4f4;
  padding: 30px 0px;
  position: relative;
  z-index: 3;
}
.doc-list {
  list-style: none;
  padding-left: 0px;
  font-size: 16px;
}
.doc-list li {
  display: inline-block;
  padding: 10px 30px 10px 0px;
  min-height: 24px;
  line-height: 24px;
}
.doc-list li i {
  margin-right: 10px;
  font-size: 24px;
}
/* SVG Styles
=========================================*/
svg {
  width: 100%;
  margin: auto;
  display: block;
}
.svg-logo {
  position: absolute;
  top: 10px;
  left: 50%;
  margin-left: -300px;
  width: 600px;
  padding: 0px 30px;
  fill: transparent;
  stroke: #ffffff;
  stroke-width: 1;
  stroke-dasharray: 1800;
  stroke-dashoffset: 1800;
  animation: offset 3s 0.5s linear forwards, fill-it 2s 3.5s forwards, shrink 1.5s 3.8s forwards;
}
/* Animations
=========================================*/
@-webkit-keyframes offset {
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes fill-it {
  100% {
    fill: #ffffff;
  }
}
@keyframes shrink {
  0% {
    transform: scale(0.75);
  }
  100% {
    transform: scale(0.5);
  }
}
/* Cards
=========================================*/
.card {
  display: block;
  position: relative;
  overflow: hidden;
  padding: 0px;
  margin: 20px 0px;
  border-radius: 3px;
  -webkit-transition: all ease-in-out 0.4s;
  -moz-transition: all ease-in-out 0.4s;
  -ms-transition: all ease-in-out 0.4s;
  -o-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}
.card.card-m-10 {
  margin: 20px 10px;
}
.card.card-shadow {
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}
.card.hover-effect:hover {
  box-shadow: 0 8px 15px 0 rgba(0, 0, 0, 0.2), 0 6px 18px 0 rgba(0, 0, 0, 0.19);
}
.card.hover-effect:hover .btn-outline {
  background: #006ba6;
  color: #ffffff;
}
.card.hover-effect:hover .card-media > img {
  opacity: 0.5;
}
.card .card-media {
  background-color: #006ba6;
  background-repeat: repeat;
  background-position: 50% 50%;
  background-size: cover;
  overflow: hidden;
  position: relative;
}
.card .card-media > img {
  max-width: 100%;
  height: auto;
  -webkit-transition: all ease-in-out 0.4s;
  -moz-transition: all ease-in-out 0.4s;
  -ms-transition: all ease-in-out 0.4s;
  -o-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}
.card .card-media .hover-icon {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 0;
  opacity: 0;
  -webkit-transition: all ease-in-out 0.4s;
  -moz-transition: all ease-in-out 0.4s;
  -ms-transition: all ease-in-out 0.4s;
  -o-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}
.card .card-media .hover-icon i {
  width: 60px;
  height: 60px;
  line-height: 60px;
  font-size: 48px;
  color: #ffffff;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -30px;
  margin-left: -10px;
}
.card .card-media .hover-icon:hover {
  cursor: pointer;
  opacity: 1;
}
.card .card-content {
  padding: 10px;
}
.card .card-content .video-title {
  font-size: 14px;
  text-align: center;
  line-height: 20px;
  color: #333;
}
.card .card-content .card-title {
  font-size: 22px;
  color: #333;
  line-height: normal;
  overflow: hidden;
  margin: 15px 0px;
  font-weight: 400;
}
.card .card-content .card-title small.meta {
  display: block;
  margin-top: 10px;
  color: #999999;
}
.card .card-content .card-title small.meta i {
  margin-right: 5px;
}
.card .card-content p {
  font-weight: 300;
}
.card .card-footer {
  padding: 10px;
}
.card .card-footer:before,
.card .card-footer:after {
  display: table;
  content: " ";
}
.card .card-footer:after {
  clear: both;
}
/* Modal Backdrop Override
=========================================*/
.modal-backdrop.in {
  opacity: 0.8;
}
/* Form
=========================================*/
.input-wrapper {
  position: relative;
  display: block;
  margin: 10px 0px 20px 0px;
}
.input-wrapper .input-icon {
  width: 30px;
  height: 30px;
  color: #999999;
  font-size: 24px;
  position: absolute;
  top: 3px;
  -webkit-transition: all ease-in-out 0.4s;
  -moz-transition: all ease-in-out 0.4s;
  -ms-transition: all ease-in-out 0.4s;
  -o-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}
.input-wrapper .input-control {
  width: 100%;
  display: block;
  padding: 10px 5px 10px 30px;
  background: transparent;
  border: none;
  border-radius: 0px;
  border-bottom: 1px solid #ccc;
  color: #333;
  font-weight: 300;
  -webkit-transition: all ease-in-out 0.4s;
  -moz-transition: all ease-in-out 0.4s;
  -ms-transition: all ease-in-out 0.4s;
  -o-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}
.input-wrapper .input-control:focus {
  outline: none;
  border-bottom: 1px solid #006ba6;
}
.input-wrapper .input-control:focus .input-icon {
  color: #006ba6;
}
/* Buttons
=========================================*/
.primary-btn {
  background: #006ba6;
  padding: 10px 30px;
  color: #ffffff;
  text-align: center;
  display: inline-block;
  border: none;
  border-radius: 3px;
  font-weight: 300;
  -webkit-transition: all ease-in-out 0.4s;
  -moz-transition: all ease-in-out 0.4s;
  -ms-transition: all ease-in-out 0.4s;
  -o-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}
.primary-btn.block-btn {
  width: 100%;
  display: block;
}
.primary-btn:hover {
  background: #004a73;
}
.primary-btn:focus {
  outline: none;
}
.primary-outline-btn {
  background: transparent;
  padding: 10px 30px;
  color: #006ba6;
  text-align: center;
  display: inline-block;
  border: none;
  border-radius: 3px;
  font-weight: 300;
  border: 1px solid #006ba6;
  -webkit-transition: all ease-in-out 0.4s;
  -moz-transition: all ease-in-out 0.4s;
  -ms-transition: all ease-in-out 0.4s;
  -o-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}
.primary-outline-btn i {
  font-size: 18px;
}
.primary-outline-btn.mt-30 {
  margin-top: 30px;
}
.primary-outline-btn.block-btn {
  width: 100%;
  display: block;
}
.primary-outline-btn:hover {
  background: #006ba6;
  color: #ffffff;
}
.primary-outline-btn:focus {
  outline: none;
}
/* Footer
=========================================*/
/* Responsive
=========================================*/
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) {
  .wow {
    visibility: visible !important;
    -webkit-animation: none !important;
    -moz-animation: none !important;
    -o-animation: none !important;
    -ms-animation: none !important;
    animation: none !important;
  }
  .input-wrapper {
    margin: 10px 0px;
  }
}
@media only screen and (max-width: 767px) {
  .header {
    padding: 15px 0px;
    position: relative;
    z-index: 2;
    text-align: center;
  }
  .header .logo {
    padding: 0px 15px;
  }
  .intro-container {
    position: relative;
    z-index: 3;
  }
  .intro-container .intro-headline {
    font-size: 38px;
  }
  .intro-container .play-btn {
    width: 70px;
    height: 70px;
    line-height: 70px;
    font-size: 40px;
    display: block;
    background: #006ba6;
    color: #ffffff;
    text-align: center;
    margin: 20px auto;
    border-radius: 50%;
  }
  .section-white {
    padding: 80px 0px;
  }
  .primary-outline-btn {
    display: block;
  }
}
