/*!
Theme Name: Brote Child theme
Theme URI: https://layerdrops.com/brotewp/
Template: brote
Author: bracket-web
Author URI: https://themeforest.net/user/bracket-web
Description: This is a Child theme for Brote WordPress theme.
Version: 1.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: brote-child
*/
.information__logo-box{
	display:none;
}
.services-one__single-inner{
	padding-bottom: 30px;
    padding-top: 30px;
}
.services-one__single-inner:hover{
	background: #004aad!important;
}
.wpcf7-checkbox label {
    display: inline-block;
    margin-bottom: 5px;
    cursor: pointer;
}
.service-list {
	width: 100%;
    border: none;
    outline: none;
    background-color: rgba(var(--brote-white-rgb), 0.1);
    font-size: 14px;
    color: var(--brote-white);
    font-weight: 400;
    padding: 0 30px 0;
    border-radius: 10px;
}
.contact-one__left:before {
	left: -10000px!important;
}
.wpcf7-form .cf7-checkbox-label {
	color: #ffffff!important;
    font-weight: 400!important;
}
.cf7-checkbox-label {
    display: block;
    color: #ffffff;     /* white text for the label */
    font-weight: bold;
    margin-bottom: 8px;
}

.wpcf7-checkbox label {
    color: #ffffff;     /* white text for each checkbox */
    display: block;
    margin-bottom: 5px;
    cursor: pointer;
}
