/* prefixed by https://autoprefixer.github.io (PostCSS: v7.0.23, autoprefixer: v9.7.3) */

#main-content{
    max-width: 60%;
    margin: 0 auto;
    margin-bottom: 150px;
    background-color: #000;
}
body{
    background-color: #000!important;
}
.hero-image img{
    width: 100%;
}
body #main-content h1{
    text-align: center;
    margin-top: 105px;
}
body #main-content h4{
    font-family: Roboto;
    font-weight: 600;
    margin-bottom: 0;
    font-size: 28px;
    color: #f9c389;
    margin-top: 30px;
}
#main-content ul li{
    color: #bda285;
    font-size: 28px;
}

#main-content form{
    max-width: 750px;
    width: 90%;
    margin: 0 auto;
}
.select2-search {
    background-color: #000;
    color: #f9c389;
    outline: none;
    border: none;
}
.select2-results {
    background-color: #000;
    color: #f9c389;
    outline: none;
}
body .select2-container{
    margin-top: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 10px;
    width: 100%!important;
}
body .select2-container--default .select2-search--dropdown .select2-search__field{
    border:none;
}
body .select2-container--default .select2-selection--single {
    background-color: #000;
    border: 1px solid #f9c389;
    border-radius: 0;
    height: 36px;
    font-family: Roboto;
    font-style: italic;
    outline: none;
}
body .select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #000;
    color: #bda285;
}
body .select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #000;
    color: #bda285;
}
body .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 36px;
    color: #bb9753;
    font-style: normal;
}
body .select2-container--default .select2-selection--single .select2-selection__rendered:focus{
    outline: none;
}
.select2-search input {
    background-color: #000;
    color: #f9c389;
    outline: none;
}
.row{
    display: block;

    width: 100%;

}



#main-content input, #main-content textarea, select{

    max-width: 100%;

    background-color: #000;
    height: 34px;
    border: 1px solid #f9c389;
    padding: 0 10px;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    width: 100%;
    color: #bb9753;
    font-weight: 300;
}
.namewrap{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
body .select2-selection__placeholder, input:placeholder, textarea:placeholder{
    color: #8e8e8e;
}

#main-content .wpcf7-form-control-wrap {
    position: relative;
    margin-bottom: 10px;
    display: block;
    margin-top: 10px;
}
.namewrap .wpcf7-form-control-wrap{
    width: 49%;
}
#main-content textarea{
    height: 233px;
    padding-top: 10px;
}
textarea:focus, input:focus{
    outline: none;
}
#main-content .gold-button{
    width: 139px;
    background-color: #f9c389;
    color: #000000;
    font-size: 20px;
    font-weight: 300;
    height: initial;
    cursor: pointer;
    padding-left: 32px;
    font-weight: bold;
    padding-right: 32px;
    height: 52px;
    cursor: pointer;
}
.actions p{
    font-family: Robot;
    font-weight: 300;
    font-style: italic;
    color: #f9c389;
    margin: 0;
    width:80%;
}
.actions{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position:relative;
    margin-top: 20px;
}
.actions .ajax-loader{
    position:absolute;
    bottom: -22px;
    right: 0;
}

@media only screen and (max-width: 900px) {
    body #main-content h1{
        margin-top: 50px;
    }
    body #main-content h4{
        font-size: 18px;
    }
    body #main-content p, body #main-content li{
        font-size: 14px;
    }
    #main-content {
        max-width: 80%;
    }
}

@media only screen and (max-width: 800px){
    #main-content .wpcf7-form-control-wrap {
        width: 100%;
    }
    .namewrap{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    body .select2-container {
        margin-top: 0;
    }
}
@media only screen and (max-width: 600px){
    .actions{
        margin-top: 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .actions p{
        margin-bottom: 20px;
        width:100%;
    }
    #main-content{
        max-width: 90%;
    }
}