/*
Theme Name: Bad Credit Loans
Author: Chilli Dee
Author URI: http://www.chillidee.com.au
Description: The Wordpress theme for Bad Credit Loans
Version: 1.0
*//*
Theme Name: Bad Credit Loans
Author: Chilli Dee
Author URI: http://www.chillidee.com.au
Description: The Wordpress theme for Bad Credit Loans
Version: 1.0
*/
/*------To the next developer:
   The Css files for this theme are located in the css file, and are built with gulp. To recompile the build file, ssh to the server and use gulp cli in the css folder.
   This file overrides css written in the build file.---*/

#apply-form p:nth-child(2) {
    padding-left: 0;
}
#apply-form p:nth-child(2) label.radio {
    margin-top: 8px;
}
#apply-form label {
    padding: 0px;
}
#apply-form label {
    width: 100%;
    border: none;
    color: #2D404C;
    font-style: normal;
    font-size: 16px;
}
@media (max-width: 768px){
body.page-id-16419 .form-container {
    height: auto;
}
}
@media (max-width: 1024px) {
body.page-id-16419 #apply-form input#apiSubmit {
    bottom: 0!important;
}
.contact {
   margin-top: 25px;
}
}
.home-header {
    height: auto!important;
    padding-bottom: 50px;
}
.nav>li:last-of-type {
    background: #E2334C;
    border: 1px solid #b3b3b3;
    border-radius: 2px;
}
/*#apply-form input#apiSubmit {
    height: 100px;
    margin-top: -135px;
    z-index: 1;
    bottom: 0;
}*/
#main-footer {
    margin-top: 20px;
}

#apply-form .form-body p {
  border: none;}
#apply-form input, #apply-form select {
    border: 1px solid #316282;
    border-radius: 4px;
    width: 100%;
    width: 100%!important;
    background-color: #FFFFFF;
    height: 46px;
}
#apply-form input[type=radio] {
      width: auto!important;
}
label[for=hasPropertyYes], label[for=hasPropertyNo]{
    width: auto!important;
    display: inline-block;
}
#apply-form p {
      font-style: normal;
    font-size: 16px;
}
#apply-form .form-body p {
    border: none;
    overflow: hidden;
}