/*
 Theme Name:   Basel Child
 Description:  Basel Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     basel
 Version:      1.0.0
 Text Domain:  basel-child
*/


/* Your customizations starts here */
.kc_captcha {
	padding: 10px 0 !important;
	display: block;
}
.top-section .kc_captcha .captcha-image label > input + svg {
	color: #fff;
}
.bottom-form-email .kc_captcha .captcha-image label > input + svg {
	color: #000;
}
.subscribe_wrap .captcha-image {
	border: none !important;
    text-align: left !important;	
}
.bottom-form-email .subscribe_wrap .captcha-image {
    text-align: center !important;	
}
.subscribe_wrap .captcha-image label {
	display: inline-flex !important;
    width: 50px !important;
    position: relative;
    height: 50px;
    margin: 2px 10px 0 0;
    align-items: center;
    justify-content: center;
}
.bottom-form-email .subscribe_wrap .captcha-image label svg {
    border-color: #000;	
}
.captcha-image label > input:checked + svg, .captcha-image label > input:focus + svg {
	border-color: red !important;
}
.subscribe_wrap .captcha-image label svg {
	height: 50px;
	width: 50px;
	padding: 15px;
	border-radius: 10px;
	border: 2px solid #ddd;
}
span.wpcf7-not-valid-tip {
/* 	position: static !important; */
    font-size: 11px !important;
}
span.wpcf7-not-valid-tip {
	bottom: -30px !important;	
}
.bottom-form-email input.wpcf7-tel {
	    background: #fff !important;
    color: #4c4c4c !important;
    text-indent: 10px;
    font-size: 16px;
}

.bottom-form-email input.wpcf7-text::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #4c4c4c;
  opacity: 1; /* Firefox */
}

.bottom-form-email input.wpcf7-text:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #4c4c4c;
}

.bottom-form-email input.wpcf7-text::-ms-input-placeholder { /* Microsoft Edge */
  color: #4c4c4c;
}
@media (max-width: 576px) {
	.top-section span.wpcf7-not-valid-tip {
		bottom: 0px !important;
	}	
	.bottom-form-email input.wpcf7-text {
		margin-bottom: 10px;
	}
	.bottom-form span.wpcf7-not-valid-tip {
		bottom: 10px !important;
		margin-top: 0;
	}
}
