/* 
Theme Name:		 Photography Showcase Theme
Theme URI:		 https://photography-onepage.vodiendemo.com/
Author:			 Vodien Demo
Template:		 Divi
Version:		 1.1.9
Text Domain:	 divi-child
*/


body {
    font-weight: 300;
}



/* Gravity Form */

#booking input, #booking textarea {
    background: transparent;
    font-family: 'Roboto',Helvetica,Arial,Lucida,sans-serif;
    font-weight: 300;
    font-size: 15px;
    line-height: 1.6em;   
    border-width: 1px;
    border-color: rgba(255,255,255,0.46);
    padding: 16px;
    color: rgba(255, 255, 255, 0.6);
}

#booking textarea {
    height: 150px;
}

#booking input::placeholder, #booking textarea::placeholder {
    color: white;
}


.gform_wrapper .gform_validation_errors {
    background: transparent;
    border: none;
    border-radius: 0;
    box-shadow: none;
    margin-top: 0;
    padding: 16px 16px 8px 48px;
}

.gform_wrapper .gform_validation_errors>h2 {
    color: #c02b0a;
    font-size: 15px;
    font-weight: 500;
}

.gform_wrapper .gfield_validation_message,
.gform_wrapper .validation_message {
    background: transparent;
    border: none;
    font-size: 13px !important;
    margin-top: 0;
    padding: 0 24px;
}

.gform_wrapper.gravity-theme .gform_footer {
    text-align: right;
    float: right;
}

.gform_wrapper.gravity-theme .gform_footer input[type=submit] {
    font-size: 14px !important;
    font-weight: 400!important;
    background-color: #edf000 !important;
    text-transform: uppercase;
    color: black !important;
    cursor: pointer;
}

.gform_wrapper.gravity-theme .gform_footer input[type=submit]:hover { font-weight: bold !important; }

.gform_confirmation_wrapper {
    color: #c02b0a;
    font-size: 18px;
    font-weight: bold;
}


/* .error404 #main-header { display: none; } */


@media (max-width: 980px) {
    footer .et_pb_column {
        width: 100%;
        margin-bottom: 30px !important;
    }
    footer .et_pb_column:last-child {
        margin-bottom: 0 !important;
    }
}