/*
Theme Name: Uncode Child
Description: Child theme for Uncode theme
Author: Undsgn™
Author URI: http://www.undsgn.com
Template: uncode
Version: 1.0.0
Text Domain: uncode
*/
input[type=checkbox]:checked:before, input[type=radio]:checked:before{font-size:18px!important;}
.uncode_text_column p{line-height:1.4!important;}
.btn {
	padding:20px 30px!important;
}
.btn-sm {
	padding:10px 25px!important;
}
.borderBottomRight .t-entry-visual {
	border-bottom-right-radius: 200px;
}
.borderBottomLerft .t-entry-visual {
	border-bottom-left-radius: 200px;
}
.borderTopLerft .t-entry-visual {
	border-top-left-radius: 200px;
}
.borderTopRight .t-entry-visual {
	border-top-right-radius: 200px;
}
.borderBottomLeft .t-entry-visual {
	border-bottom-left-radius: 200px;
}
.backgroundPos1 .background-inner {
	    background-position: right 20%!important;
}

/* FOOTER */
footer .footer-last {
	padding:15px 20px!important;
}

/* FORM */
.wpcf7  input[type=text], .wpcf7  input[type=email], .wpcf7 input[type=tel] {
	background-color: #348865 !important;
    border: 1px solid #fff!important;
    border-radius: 5px;
	height:60px;
}
.style-dark .input-background input[type="text"],
.style-dark .input-background input[type="email"],
.style-dark .input-background input[type="tel"] {
	background-color: #348865 !important;
}
.style-dark input[type="submit"] {
	background-color:#fff!important;
	color:#348865 !important;
	padding:14px 25px!important;
}
.style-dark input[type="submit"]:hover {
	border:1px solid #fff!important;
	color:#fff!important;
	background:#348865!important;
}
.style-dark input[type="checkbox"] {
	height:25px!important;
	width:25px!important;
	border:1px solid #fff;
	border-radius:3px;
}
.blogPage .btn-link {
	padding-top:10px!important;
	padding-left:0px!important;
	padding-right:0px!important;
}
@media (max-width: 980px) {
	.wpcf7-inline-wrapper .wpcf7-inline-field{width:100%; display:block; padding:0px; margin-top:15px!important;}
	.wpcf7-inline-wrapper {margin-top:0px!important;}
	form p{margin:0px;}
	input[type=checkbox]:checked:before{font-size:18px;}
}
