/*
Theme Name: Betheme Child
Theme URI: https://themes.muffingroup.com/betheme
Author: Muffin group
Author URI: https://muffingroup.com
Description: Child Theme for Betheme
Template: betheme
Version: 2.0.2
*/

.grecaptcha-badge { visibility: hidden; } .grecaptcha-badge { visibility: hidden; } .grecaptcha-badge { visibility: hidden; }
.cmp.cb .cb-logo {display:none !important;}

/* header */
.layout-full-width.header-fw #Top_bar .container {
 	padding-left: 2% !important;
  	padding-right: 2% !important;
	max-width: 1680px;
}

.sticky-tb-color #Top_bar.is-sticky {
  	background-color: rgba(0, 0, 0, .8);
	padding-top: 10px;
  	padding-bottom: 10px;
}

/* contact form */
.two-col {
	display: flex;
	flex-wrap: wrap;
}
.two-col p {
	width: 49%;
}
.two-col p:first-of-type {
	margin-right: 1%;
}
.two-col p:last-of-type {
	margin-left: 1%;
}
.wpcf7-form input, .wpcf7-form textarea {
	border: 3px solid #333;
	padding: 15px 30px;
	box-shadow: unset;
	border-radius: 20px;
	font-weight: 800;
}
.wpcf7-form textarea {
	border-radius: 20px 20px 0px 20px;
}
.wpcf7-form input:focus {
	color: #626262;
  	background-color: rgba(250, 183, 29, .5);
  	border-color: #fab71d;	
}
.wpcf7-form .submit input {
	transition: 0.2s;
  	font-weight: 800;
  	background-color: #ffffff;
  	color: #333333;
  	border-color: #FAB71D;
  	padding: 12px 45px 12px 45px;
  	border-radius: 25px 25px 25px 25px;
  	border-width: 2px 2px 2px 2px;	
}
.wpcf7-form .submit input:hover {
  	background-color: #FAB71D !important;
  	color: #ffffff !important;
}








