/*
Theme Name: Creatief
Theme URI: https://rminds.nl
Author: rminds.nl
Author URI: https://creatief.com
Main Dev: Dumitru Galit
Description:  Creatief Bouwbedrif Page Custom Theme
Version: 1.0.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: creatief
*/

.logo-block img,
.main-logo img {
    height: 60px;
    width: auto;
}

.wpb_wrapper {
    float: left;
    width: 100%;
}

.st-icon > svg,
.st-icon .icon-svg {
    max-width: 50%;
}

html body .main-features {
    margin-bottom: 300px !important;
}

footer .ft-nav .ft-menu li, .footer .ft-nav .ft-menu li {
    margin-right: 15px;
}

/* Services URL Style */
html body .main-services .serv-wrapper .serv-block .desc .title a {
    color: #1e1e1e;
    font-size: 20px;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 20px;
    line-height: 24px;
    transition: all .3s ease;
}
html body .main-services .serv-wrapper .serv-block:hover .desc .title a {
    color: #fff;
}

/* Contact Form */

.st-form .wpcf7-form-control-wrap {
    width: 100%;
}

.st-form.form .wpcf7-form-control-wrap textarea {
    height: 100px;
}

.st-form input[type='submit']:hover {
    background: #e63440 !important;
    transition: all .5s ease;
}

.st-form input[type='submit'] {
    display: block;
    position: relative;
    width: 100%;
    height: 40px;
    background: #cd0012 !important;
    border-radius: 3px;
    border: none;
    color: #d1d1d1;
    font-size: 15px;
    font-weight: 800;
    line-height: 40px;
    text-align: center;
    text-transform: uppercase;
    padding: 0;
    transition: all .5s ease;
    cursor: pointer;
}

.ft-form div.wpcf7-mail-sent-ok {
    margin: 0;
}

.ft-form div.wpcf7-mail-sent-ok font {
    color: #ffffff;
}