/* ==================================================================== 
        CONTACT 
 ====================================================================*/
#honey{display: none !important;}
#contact-splash{
    background: url("../img/background/bg_contact.jpg") no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 100vh;
}

#contact-slideshow,
#contact-slideshow:after { 
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: -1; 
    list-style-type: none;
    margin:0;
    display: inline-block;
}
#contact-slideshow:after { 
    content: '';
}

#contact-slideshow li span { 
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    color: #f78f1e;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: none;
    opacity: 0;
    z-index: -1;
    animation: imageAnimation 30s linear infinite 0s; 
}

#contact-slideshow li:nth-child(1) span { 
    background-image: url(../img/background/contact/3.jpg); 
}
#contact-slideshow li:nth-child(2) span { 
    background-image: url(../img/background/contact/2.jpg);
    animation-delay: 6s;
    background-position: 50% 70%; 
}
#contact-slideshow li:nth-child(3) span { 
    background-image: url(../img/background/contact/1.jpg);
    animation-delay: 12s; 
}
#contact-slideshow li:nth-child(4) span { 
    background-image: url(../img/background/contact/4.jpg);
    animation-delay: 18s; 
}
#contact-slideshow li:nth-child(5) span { 
    background-image: url(../img/background/contact/5.jpg);
    animation-delay: 24s; 
}

/* ==================================================================== 
         
 ====================================================================*/
#contact-icon{
    max-width : 80%;
    max-height : 80%;
    display : block;
    margin-left : auto;
    margin-right : auto;
    margin-top : 82px;
}

#contact-intro {
    margin : 0 auto;
    margin-top:75px; 
    z-index:1; 
    position: relative; 
    max-width : 1335px;
    padding-top : 30px;
    padding-bottom : 30px;
    background-color:#14679e;
}
#contact-intro h1, #contact-intro p, #contact-intro a{color:white;}
#contact-intro h1{font-weight:bold; font-size:2.9em; opacity: 1;}

/* ==================================================================== 
        CONTACT
 ====================================================================*/
#contact-quote{
    z-index:-10;
    padding-bottom:250px;
    padding-top:250px;
    margin-top:-250px;
}

/* ==================================================================== 
        PITCH FORM
 ====================================================================*/
 #pitch-container {
    background-color : #f78f1e;
    max-width : 1335px;
    padding-top : 30px;
    padding-bottom : 30px;
    margin : 0 auto;
    margin-top:-250px;
}
#pitch-container h1, #pitch-container p{color:white;}
#pitch-container h1{font-weight:bold; font-size:2.9em; opacity: 1;}
#pitch-form h1{font-size: 2.9em;}
#pitch-form{text-align: right; color:white; font-size:1.3em;}
#pitch-form h2{
    color:white;
    font-size:2em;
    font-weight:bold;
    margin-bottom:20px;
}

#pitch-form hr{

    width:100%;
    background-color:white;
    height:8px;
}

#pitch-form form{
    color:white;
}

#pitch-form input{
    text-align:center;
    color:#f78f1e;
    width:60%;
    display: inline;
    margin-left:5px;
    margin-right: 5px;
}

#pitch-form select{
    text-align-last:center;
    text-align:center;
    color:#f78f1e;
    width:60%;
    display: inline;
    margin-left:5px;
    margin-right: 5px;
}

#pitch-form ::-webkit-input-placeholder{color: #f78f1e;}
#pitch-form :-ms-input-placeholder{color: #f78f1e;}
#pitch-form ::placeholder{color: #f78f1e;}

#pitch-form textarea{
    display:block;
    width:100%;
    text-align:right;
    height:120px;
    color:#f78f1e;
    font-weight: bold;
}

#pitch-form button{
    width:250px;
    color: white;
    border-color:white;
    border-width:medium;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

#pitch-form button:hover{
    width:300px;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

#pitch-icon{
    max-width : 80%;
    max-height : 80%;
    display : block;
    margin-top : 170px;
}

.custom-file-input {
  color: transparent;
}
.custom-file-input::-webkit-file-upload-button {
  visibility: hidden;
}
.custom-file-input::before {
  content: 'Upload file';
  color: black;
  display: inline-block;
  background: -webkit-linear-gradient(top, #f9f9f9, #e3e3e3);
  border: 1px solid #999;
  border-radius: 3px;
  padding: 5px 8px;
  outline: none;
  white-space: nowrap;
  -webkit-user-select: none;
  cursor: pointer;
  text-shadow: 1px 1px #fff;
  font-weight: 700;
  font-size: 10pt;
}
.custom-file-input:hover::before {
  border-color: black;
}
.custom-file-input:active {
  outline: 0;
}
.custom-file-input:active::before {
  background: -webkit-linear-gradient(top, #e3e3e3, #f9f9f9); 
}