/*
Theme Name: Avada Child
Description: Child theme for the Avada
Author: Your name here
Template: avada
*/

@import url("./../css/style.css");

.header-v4 #header .tagline {
    float: left;
    line-height: 30px;
    font-size: 24px;
    margin: 5px 0 0 10px;
}

div.avada-rowx{
    font-size: 18px;
    line-height: 22px;
    font-weight: bold;
}

.page-title-container {
    display: none;
}

.fusion-checklist {
    padding: 10px;

}

#dekoboko_form fieldset {
    width: 65%;
}

#dekoboko_form fieldset li {
    width: 65%;
}

#dekoboko_form label {
    width: 65%;
    float: none;
    margin-right: 10px;
}

.wpcf7 .wpcf7-form .wpcf7-submit {
    color: #FFFFFF;
    border-color: #FFFFFF;
    border-radius: 5px;
    margin-top: 5px;
    
}

.wpcf7 .wpcf7-form  .wpcf7-submit:hover {
    background: linear-gradient(to top, #90c9e8, #5aabd6) repeat scroll 0 0 #90c9eA;
    color: #FFFFFF;
}


