/*
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
*/
.font-italic {font-style: italic;}
.text-underline {text-decoration: underline;}
.home .post-content .vc_row:last-child img {
    border-radius: 50%;
}
.uncode-single-media.text-center + .heading-text{text-align: center}
header .logo-container{padding:10px;}
.vc_custom_1475057164548 img {
    border-radius: 65px;
}
/*2019-02-04*/
.footer-content-block.row-container {background: #313131;text-align: center;}
.footer-content-block-inner.row-parent {padding: 0 !important;}
.footer-content-block-inner.row-parent p {margin: 0 !important;}

.order-form h3,.order-form h4,.order-form p,.order-form-field {width: 100%;float: left;}
.order-form p{font-weight:normal;}
.order-form label {margin-top: 15px;}
.order-form label, .order-form input[type="tel"], .order-form input[type="text"], .order-form input[type="email"] {float: left;width: 100%;}
.order-form .width-50{width:48%; margin-right:2%; float:left;font-weight:bold;}
.full-width-radio{width: 100%;float: left;}
.full-width-radio span{width:100%;}
@media(max-width:767px){
.order-form .width-50{width:100%; margin:0; float:left;}
}