/*
Theme Name: Betheme
Theme URI: http://themes.muffingroup.com/betheme/
Author: Muffin group
Author URI: http://muffingroup.com/
Description: The biggest WordPress Theme ever
License: Themeforest Split Licence
License URI: -
Version: 20.6.4

All css files are placed in /css/ folder
*/


.wpcf7-form label span.labels{
	margin-bottom: 10px;
	display: inline-block;
}

span.wpcf7-list-item {
    display: inline-block;
    margin: 0 0 10px 0em;
    padding: 0 0 0 0px;
    width: 50%;
    float: left;
}

span.wpcf7-list-item label{
	cursor: pointer;
}

span.wpcf7-list-item input[type="radio"]{
    position: absolute;
    visibility: hidden;
}

span.wpcf7-list-item-label{
    padding-left: 20px;
    display: block;
    position: relative;
}

span.wpcf7-list-item-label:before{
    display: block;
    position: absolute;
    border: 2px solid #AAAAAA;
    border-radius: 100%;
    height: 10px;
    width: 10px;
    top: 3px;
    left: 0px;
    z-index: 5;
    transition: border .25s linear;
}

input[type=radio]:checked ~ span.wpcf7-list-item-label:before {
    border: 2px solid #a3845b;
    background: #a3845b;
}



@media screen and ( max-width: 1024px ){
	.customHeader h4{
		padding-top: 60px;
	}
}