/*

 Theme Name:   ConsultAid child

 Theme URI:    http://demo.themeton.com/consultaid

 Description:  ConsultAid Child Theme

 Author:       ThemeTon

 Author URI:   http://themeton.com

 Template:     consultaid

 Version:      1.0.2

*/


/* Theme customization starts here 

  -------------------------------------------------------------- */

ul.uk-navbar-nav li p {
    color: #fff;
    text-transform: capitalize;
}

ul.uk-navbar-nav li p span a.spanemailnumber {
    color: #fff;
}

.bg-light {
    background-color: #f6f5f5 !important;
}

.bg-red {
    background-color: #db2723 !important;
}

.bg-dark {
    background-color: #262626 !important;
}

.text-white {
    color: #fff;
}

.text-red {
    color: #db2723;
}

.page-title {
    color: #db2723;
    font-size: 42px;
}

.big-title {
    font-size: 45px;
    line-height: 42px
}


/* navigation */

#header {
    background-color: #ffffff;
    box-shadow: 0px 0px 16px 0px rgb(0 0 0 / 0%);
    border-bottom: 1px solid #ebebeb;
}

li.menu-item.current-menu-item a {
    color: #db2723 !important;
}

.uk-offcanvas-bar {
    background: #fff;
}


/* buttons */

.vc_btn3.vc_btn3-color-danger.vc_btn3-style-outline {
    color: #db2723;
    border-color: #db2723;
    background-color: transparent;
}

.vc_btn3.vc_btn3-color-danger.vc_btn3-style-outline:hover {
    color: #fff;
    border-color: #db2723;
    background-color: #db2723;
}


/* gallery */

.bg-dark {}

.bg-dark p,
.bg-dark-alt p {
    color: #fff;
}

.bg-dark h3,
.bg-dark-alt h3 {
    color: #fff;
}

.bg-dark ul,
.bg-dark-alt ul {
    color: #fff;
}

.bg-dark-alt {
    background-color: #343434;
}


/* footer */

#footer a {
    color: #db2723;
    text-decoration: none;
}

#footer ul li a {
    color: #fff !important;
}

#footer ul li a:hover {
    color: #db2723 !important;
}

#footer .social-links a {
    color: #fff;
    text-decoration: none;
}

.footer_widget.widget_media_image {
    width: 55% !important;
    max-width: 170px;
}


/* grid css */

#offerte-form input[type=checkbox] {
    display: inline-block;
    position: absolute;
    width: 14px;
    height: 14px;
    top: 2px;
    border: 1px solid #555555;
    border-radius: 3px;
    background-color: white;
    margin-right: 20px;
    padding: 20px;
}

.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
    content: " ";
    position: relative;
    display: inline-block;
    width: 20px;
}

.wpcf7-list-item-label {
    width: 150px;
    display: inline-block;
}

label.label-checbox {
    width: 320px;
    display: inline-block;
}

@media only screen and (max-width: 728px) {
    label.label-checbox {
        width: 100%;
        display: inline-block;
    }
}

.spacing {
    width: 100%;
    display: inline-block;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
    background-color: #eae9f2;
}

#offerte-form input,
#offerte-form textarea,
#contact-form input,
#contact-form textarea {
    border: 1px solid #999;
    padding: 8px;
    margin-bottom: 10px;
    color: #666;
    background-color: transparent;
    margin: 0px;
    width: 96%;
}

@media only screen and (max-width: 728px) {
    #offerte-form input,
    #offerte-form textarea,
    #contact-form input,
    #contact-form textarea {
        border: 1px solid #fff;
        padding: 8px;
        margin-bottom: 10px;
        color: #fff;
        background-color: transparent;
        margin: 0px;
        width: 96%;
    }
}

.col-6 {
    width: 49%;
    display: inline-block;
}

.col-6 label input {
    max-width: 95% !important;
}

@media only screen and (max-width: 1200px) {
    .col-6 {
        width: 100%;
        display: inline-block;
    }
    .col-6 label input {
        max-width: 100% !important;
    }
}

#offerte-form .wpcf7-submit,
#contact-form .wpcf7-submit {
    background-color: #fff;
    padding: 16px;
    width: 200px;
}

#offerte-form .wpcf7-submit:hover,
#contact-form .wpcf7-submit:hover {
    background-color: #fff;
    padding: 16px;
    border: 1px solid #DB2723;
    color: #DB2723;
    cursor: pointer;
}

#form-offerte-home input,
#form-offerte-home textarea {
    border: 1px solid #fff;
    padding: 8px;
    margin-bottom: 10px;
    color: #fff !important;
    background-color: transparent;
    margin: 10px;
}

#form-offerte-home label.label-halve {
    width: 49.9%;
    padding: 0px;
    margin: 0px;
    float: left;
}

#form-offerte-home label.label-halve-right {
    width: 49.9%;
    padding: 0px;
    margin: 0px;
    float: left;
}

#form-offerte-home label.label-halve input {
    width: 90%;
}

#form-offerte-home input {
    width: 100%;
}

#form-offerte-home textarea {
    width: 100%;
}

@media only screen and (max-width: 1400px) {
    #form-offerte-home label.label-halve {
        width: 49.9%;
        padding: 0px;
        margin: 0px;
        float: left;
    }
    #form-offerte-home label.label-halve-right {
        width: 49.9%;
        padding: 0px;
        margin: 0px;
        float: left;
    }
    #form-offerte-home label.label-halve input {
        width: 90%;
    }
    #form-offerte-home label.label-halve-right input {
        width: 90%;
    }
    #form-offerte-home input {
        width: 90%;
    }
    #form-offerte-home textarea {
        width: 95%;
    }
}

@media only screen and (max-width: 1200px) {
    #form-offerte-home label.label-halve {
        width: 100%;
        padding: 0px;
        margin: 0px;
        float: left;
    }
    #form-offerte-home label.label-halve-right {
        width: 100%;
        padding: 0px;
        margin: 0px;
        float: left;
    }
    #form-offerte-home label.label-halve input {
        width: 100%;
    }
    #form-offerte-home label.label-halve-right input {
        width: 100%;
    }
    #form-offerte-home input {
        width: 100%;
    }
    #form-offerte-home textarea {
        width: 100%;
    }
}

#form-offerte-home ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #fff;
}

#form-offerte-home ::-moz-placeholder {
    /* Firefox 19+ */
    color: #fff;
}

#form-offerte-home :-ms-input-placeholder {
    /* IE 10+ */
    color: #fff;
}

#form-offerte-home :-moz-placeholder {
    /* Firefox 18- */
    color: #fff;
}

#page-contact input {}


/* 
  .wpcf7-form-control.wpcf7-submit {
    background-color:#201F2C;
    color:#fff;
    padding:16px 55px 16px 55px;
    border-radius: 3px;
    border:1px solid #201F2C;
      margin-top:20px;
    max-width:220px;
  }
  .wpcf7-form-control.wpcf7-submit:hover {
    background-color:#fff;
    color:#201F2C;
    cursor:pointer;
  } */

.mobile-img {
    width: 65% !important;
    display: block;
    margin: 0 auto;
}

.contact-widget p a {
    color: #fff !important;
    font-size: 15px;
}

.contact-widget p a:hover {
    color: #db2723 !important;
}

.contact-widget p i {
    color: #db2723 !important;
    font-size: 18px;
    width: 25px;
    text-align: center;
}

.small-text {
    font-size: 12px;
}

@media only screen and (max-width: 768px) {
    ul.uk-navbar-nav li p {
        line-height: 16px;
        padding: 0px;
        font-size: 12px;
    }
    .mobile-hidden {
        display: none;
    }
    .big-title {
        font-size: 26px;
        line-height: 26px
    }
}

@media only screen and (max-width: 520px) {
    .top-bar {
        display: none;
    }
}

.bg-red-trans {
    background-color: #c72522;
    padding: 50px;
    /* 	margin:1px;  
    width:18%;
    height:18% */
}

#icon-row {
    margin-bottom: 0px !important;
    padding: 0px !important;
}

ul.col-5-icons {
    display: inline-block;
    list-style-type: none;
    width: 100%;
}

ul.col-5-icons li {
    display: inline-block;
    list-style-type: none;
    /*  	background-color: #c72522;  */
    width: 100%;
    max-width: 180px;
    padding: 20px;
    height: 130px;
    text-align: center;
}

ul.col-5-icons li img {
    max-width: 65%;
}

ul.col-5-icons li a {
    color: #fff;
    text-align: center;
}

.padding-20 {
    padding: 7%;
}

.padding-20-video {
    padding: 7%;
}

@media only screen and (max-width: 1220px) {
    .padding-20-video {
        padding: 3%;
    }
}

@media only screen and (max-width: 1220px) {
    ul.col-5-icons li {
        max-width: 14%;
        padding: 2%;
        height: 14%;
    }
    ul.col-5-icons li a p {
        margin: 0px;
    }
}

@media only screen and (max-width: 768px) {
    ul.col-5-icons li {
        max-width: 24%;
        padding: 2%;
        height: 16%;
        margin-top: 2px;
        margin-bottom: 2px;
    }
}

.pagination li {
    border-right: 1px solid #e1e3e4;
    float: left;
    padding: 2px 0;
}

#google-reviews {
    min-height: 375px;
}

.projectvc .swiper-container-project .swiper-pagination.circle .swiper-pagination-bullet {
    border: 2px solid #999;
}

.projectvc .swiper-container-project .swiper-pagination.circle .swiper-pagination-bullet.swiper-pagination-bullet-active {
    border: 2px solid #db2723;
}

.projectvc .swiper-container-project .swiper-pagination.circle .swiper-pagination-bullet.swiper-pagination-bullet-active:after {
    content: '';
}

.blog-content-comment-count {
    display: none;
}

.uk-clearfix {
    display: none;
}

.nav-links,
.author-container {
    display: none;
}

.img-border {
    border: 1px solid #dddddd;
}

/* 2021-09-10 toevoegingen Vincent */
.wpcf7 form .wpcf7-response-output {
	font-size: 17px;
	padding: .5em 1em;
	margin: .5em 0 1em;
	display: block !important;
}
.wpcf7 form .wpcf7-response-output:empty {
	display: none !important;
}
.wpcf7 form.invalid .wpcf7-response-output {
	color: #dc3232;
	border-color: #dc3232;
}
.wpcf7 form.sent .wpcf7-response-output {
    color: #279827;
    border-color: #279827;
}