/*
Theme Name: Full Screen Image Background Template
Description: This is a fully responsive full screen image background template
Author: Kevin James Vreeburg
Author URI: http://www.kjvdesigns.com
Version: 1.0
*/
body {
  color: #fff;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4), 0 0 0 rgba(255, 255, 255, 0);
}
.header {
  background: #fff;
  padding: 15px 0px;
  margin-bottom: 50px;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
}
.logo {
  max-height: 60px;
  max-width:100%;
}
.body-title {
  margin-bottom: 40px;
  padding-bottom: 10px;
  display: block;
  border-bottom: 2px dotted #fff;
  position: relative;
}
.body-title:after {
  position: absolute;
  content: "";
  background: #fff;
  height: 6px;
  width: 175px;
  left: 0px;
  bottom: -4px;
}
.body-copy {
  font-size: 20px;
}
#social-one {
  float: right;
  display: inline-block;
}
#social-two {
  display: none;
}
.social-container {
  list-style: none;
  padding-left: 0px;
}
.social-container:before,
.social-container:after {
  content: " ";
  display: table;
}
.social-container:after {
  clear: both;
}
.social-container > li {
  float: left;
  padding: 10px;
  font-size: 40px;
}
.social-container > li > a {
  color: #fff;
}
.video-container {
  margin-top: 30px;
  background: #fff;
  padding: 6px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4), 0 0 0 rgba(255, 255, 255, 0);
}
.fluid-width-video-wrapper {        
  width: 100%;                     
  position: relative;              
  padding: 0;                      
}                                   
          
.fluid-width-video-wrapper iframe,
.fluid-width-video-wrapper video,
.fluid-width-video-wrapper object,  
.fluid-width-video-wrapper embed {  
  position: absolute;              
  top: 0;                          
  left: 0;                         
  width: 100%;                     
  height: 100%;                    
}
.imageHosted {
  max-width:100%;
  height:auto;
}
.mpage-lead-headline {
  font-size:26px;
}
.submit-btn {
  background: #cccccc;
  border: none;
  border-bottom: 3px solid #abaaaa;
  border-radius: 4px;
  padding: 6px 15px;
  color: #fff;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4), 0 0 0 rgba(255, 255, 255, 0);
}
.thank-you-container {
  background: rgba(0, 0, 0, 0.2);
  border: 1px solid #333;
  border-radius: 5px;
  padding: 10px;
}
.thank-you-container > .thank-you-text {
  text-align: center;
}
.file-type-wrapper {
  padding-left: 0px;
  padding-top: 10px;
  margin-top: 10px;
  border-top: 1px solid #ccc;
}
.file-type-wrapper:before,
.file-type-wrapper:after {
  content: " ";
  display: table;
}
.file-type-wrapper:after {
  clear: both;
}
.file-type-wrapper > li {
  list-style: none;
  float: left;
  margin: 10px 20px 10px 0px;
}
.file-type-wrapper > li > a {
  color: #efefef;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4), 0 0 0 rgba(255, 255, 255, 0);
}
.pdf,
.msword,
.mspowerpoint,
.msexcel,
.document,
.video-file {
  margin-top: 15px;
  padding: 5px 5px 8px 40px;
}
.pdf {
  background: url('http://templates.ourmicrosite.com/images/file-icons/icon-pdf.png') top left no-repeat;
}
.msword {
  background: url('http://templates.ourmicrosite.com/images/file-icons/icon-word.png') top left no-repeat;
}
.mspowerpoint {
  background: url('http://templates.ourmicrosite.com/images/file-icons/icon-ppt.png') top left no-repeat;
}
.msexcel {
  background: url('http://templates.ourmicrosite.com/images/file-icons/icon-excel.png') top left no-repeat;
}
.document {
  background: url('http://templates.ourmicrosite.com/images/file-icons/icon-misc.png') top left no-repeat;
}
.video-file {
  background: url('http://templates.ourmicrosite.com/images/file-icons/icon-video.png') top left no-repeat;
}
.footer {
  height: 50px;
}
.footer {
  height: 50px;
}
.backstretch:after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: url('https://s3.amazonaws.com/templates.ourmicrosite.com/images/minimal.png') repeat rgba(0, 0, 0, 0.2);
  content: "";
}
@media (max-width: 991px) {
  .body-title {
    margin-bottom: 40px;
    padding-bottom: 10px;
  }
  .body-title:after {
    position: absolute;
    content: "";
    background: #fff;
    height: 6px;
    width: 175px;
    left: 0px;
    bottom: -4px;
  }
  .video-container {
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .header {
    margin-bottom: 20px;
    text-align: center;
    padding: 10px 0px;
  }
  .logo {
    max-height: 35px;
  }
  .body-title {
    margin-bottom: 40px;
    padding-bottom: 10px;
  }
  .body-title:after {
    position: absolute;
    content: "";
    background: #fff;
    height: 6px;
    width: 175px;
    left: 0px;
    bottom: -4px;
  }
  #social-one {
    display: none;
  }
  #social-two {
    display: inline-block;
    float: left;
    margin-top: 20px;
  }
  .social-container {
    display: none;
  }
  .social-container > li {
    float: left;
    padding: 6px;
  }
  .video-container {
    margin-bottom: 40px;
  }
}
