/*
Theme Name: 3life
Description: This is a child theme for 3life
Author: Kolomedia
Template: flatsome
Version: 1.0
*/


.custom-image-border-radius {
    border-radius: 20px!Important;
    border: 0px solid transparent !important;
    overflow: hidden !important;
    box-shadow: 0 3.4em 2.8em rgb(42 50 21 / 12%);
    z-index: 1 !important;
}

/********* CONTACT FORM **********/

.column-half{
	float: left;
	position: relative;
	padding: 0.65rem;
	width:50%;
	-webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
}

.column-full{
	
	padding: 0.65rem;
	width:100%;
}

.wpcf7 label {
    display: block;
    width: 100%;
}


element.style {
}
.wpcf7 .wpcf7-form-control-wrap {
    display: contents;
}

select {
    box-shadow: inset 0 -1.4em 1em 0 rgba(0,0,0,.02);
    background-color: #fff;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url(data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23333' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-chevron-down'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E);
    background-position: right .45em top 50%;
    background-repeat: no-repeat;
    padding-right: 1.4em;
    background-size: auto 16px;
    border-radius: 0;
    display: block;
}

.wpcf7 .wpcf7-not-valid-tip {
    margin-top: -10px;
    position: relative;
    padding: 5px 8px;
    line-height: 1.2em;
    border-radius: 3px;
    opacity: .8;
    background-color: #fff !important;
    color: #b20000;
}

/**---------------- Media query ----------------**/
@media only screen and (max-width: 799px) { 
	.column-half{
		width: 100%;
	}
}

.wpcf7 input[type="text"], .wpcf7 input[type="email"], .wpcf7 input[type="tel"] {
	height:40px;
}

.wpcf7 input[type="text"], .wpcf7 input[type="email"], .wpcf7 textarea, .wpcf7 input[type="tel"] {
	width: 100%;
	padding: 1px;
	border: 1px solid #fff;
	-webkit-box-sizing: border-box;
	 -moz-box-sizing: border-box;
	      box-sizing: border-box;
	border: 1px solid #fff;
    font-size: .97em;
    color: #313131 !important;
    background-color: #fff;
    font-weight: 500;
	padding: 12px;
	box-shadow:inset 0 -1.4em 1em 0 rgba(0,0,0,.02);
	border: 2px solid #a09c8f;
    
}

.custom-button-cf7 {
    background: #fff !important;
    color: #1b1c1d !important;
    padding: 10px 27px !important; 
    border: 2px solid #1b1c1d !important;
    font-size: 16px !important;

}

.custom-button-cf7:hover {
    background: #1b1c1d !important;
    color: #fff !important;
    padding: 10px 27px !important;
    border: 2px solid #1b1c1d !important;
    font-size: 16px !important;

}

.custom-button-home-gold {
    background: #d4af37 !important;
    color: #fff !important;
    padding: 10px 27px !important; 
    border: 2px solid #d4af37 !important;
    font-size: 16px !important;
    padding: 20px 40px 20px 40px;

}

.custom-button-home-gold:hover {
    background: #d4af37 !important;
    color: #fff !important;
    padding: 10px 27px !important;
    border: 2px solid #fff !important;
    font-size: 16px !important;

}



/*************** ADD CUSTOM CSS HERE.   ***************/


@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}