/*
Theme Name: Exhibz
Theme URI: https://themeforest.net/user/tripples/portfolio
Author: Tripples
Author URI: https://themewinter.com
Description: Exhibz is a functional Event and Conference WordPress Theme.
Version: 3.0.7
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: exhibz
Tags: theme-options, post-formats, featured-images
Requires at least: 5.4
Tested up to: 6.8
Requires PHP: 7.4
*/
.wpcf7 .input-wrap.checkbox-wrap label {
	    display: flex;
    align-items: center;
    gap: 10px;
}
.wpcf7 .input-wrap.checkbox-wrap input {
	width: 20px !important;
	height: 20px !important;
}
.wpcf7 .input-wrap.checkbox-wrap a {
	    text-decoration: underline;
    text-underline-offset: 3px;
}
.wpcf7 .input-wrap.checkbox-wrap .wpcf7-list-item {
	margin: 0;
}
.wpcf7 .input-wrap.checkbox-wrap * {
	color: #fff;
}
.wpcf7 .input-wrap .wpcf7-form-control-wrap {
	display: block;
	width: 100%;
}
.wpcf7 .input-wrap p {
	margin: 0 0 10px;
}
.wpcf7 .input-wrap .wpcf7-form-control-wrap input,
.wpcf7 .input-wrap .wpcf7-form-control-wrap textarea,
.wpcf7 .input-wrap .wpcf7-form-control-wrap select{
	width: 100%;
	border: 1px solid #69727d;
	background-color: #FFFFFF;
    border-color: #C8D5DC;
    border-width: 1px 1px 1px 1px;
    border-radius: 0px 0px 0px 0px;
	    font-family: "Poppins", Sans-serif;
    font-size: 16px;
    font-weight: 300;
    text-transform: none;
    font-style: normal;
    text-decoration: none;
    line-height: 1.5em;
    letter-spacing: 0px;
	color: #000000;
	    min-height: 40px;
    padding: 7px 20px;
}
.wpcf7 .wpcf7-submit {
	    background-color: #69727d;
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    font-size: 15px;
    line-height: 1;
    padding: 12px 24px;
    fill: #fff;
    text-align: center;
    transition: all .3s;
	min-height: 40px;
	    font-family: "Poppins", Sans-serif;
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
    font-style: normal;
    text-decoration: none;
    line-height: 1em;
    letter-spacing: 0px;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-radius: 50px 50px 50px 50px;
    padding: 14px 45px 14px 45px;
	    background-color: #000000;
    color: #FFFFFF;
    border-color: #000000;
	cursor: pointer;
}
.wpcf7 .wpcf7-submit:hover {
	background-color: #fff;
	color: #000;
}
.wpcf7 .input-wrap h3 {
	color: #fff;
	font-size: 18px;
	margin-top: 10px;
}
.icon-menu:before {
	content: "\e871" !important;
}
.wrap-2-col {
	display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}
.wrap-3-col {
	display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 16px;
}
.input-wrap .wpcf7-form-control-wrap textarea {
	height: 120px;
}
.input-wrap label {
	color: #fff;
}
@media (max-width: 991px) {
.wrap-3-col,
.wrap-2-col{
    grid-template-columns: 1fr;
}
	.navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show > .nav-link {
		color: #4F8301;
	}
}