/*
Theme Name: Fixit Child
Description: Multi-Purpose WordPress Theme.
Template: Fixit
Version: 1.13.4
Author:	Fixit
Theme URI: https://www.fixit.gr/
Author URI: https://www.fixit.gr/
*/

/*Add your own styles here:*/
.homepage-form .form-container{
    display: flex;
    flex-wrap: wrap;
    background-color: #487EC1;
    padding: 35px 25px;
}
.homepage-form .form-container .heading-row{
    text-align: center;
    display: block;
    margin: 0 auto;
    width: 100%;
    color: #f5f5f5;
    font-size: 24px;
    line-height: 28px;
}
.homepage-form .form-container .form-wrapper{
    display: flex;
    width: 100%;
    max-width: 100%;
    justify-content: center;
    gap: 35px;
}
.homepage-form .form-container .form-wrapper>*{
    width: 100%;
}
.homepage-form .form-container .form-wrapper input{
    background-color: transparent;
    border-bottom: 2px solid #f5f5f5;
    border-top: none;
    box-shadow: none;
    color: #f5f5f5;
}
.homepage-form .form-container .form-wrapper textarea{
    background-color: transparent;
    border-bottom: 2px solid #f5f5f5;
    color: #f5f5f5;
    box-shadow: none;
}
.homepage-form .form-container .form-wrapper input.wpcf7-submit{
    border: none;
    margin-top: 35px;
    width: 100%;
    background: transparent;
    border: 2px solid #f5f5f5;
}
.main-footer .w-image img{
    max-width: 150px;
}
.main-footer .vc_column_container{
    color: #fff;
}
.main-footer .vc_column_container h3{
    color: #fff;
}
.main-footer .vc_column_container a{
    color: #fff;
    transition: all .3s linear;
}
.main-footer .vc_column_container a:hover{
    transition: all .3s linear;
    text-decoration: underline;
}
.copyright-bottom-footer{
    display: flex;
    justify-content: center;
    padding: 15px 5px;
}
.copyright-bottom-footer a{
    margin-left: 5px;
}
.copyright-bottom-footer{
    background-color: #000;
    color: #fff;
}