/*
Theme Name: Visual Composer Starter Child
Theme URI: http://visualcomposer.io
Description: Visual Composer Starter child theme
Author: The Visual Composer Team
Author URI: http://visualcomposer.io
Template: visual-composer-starter
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: light, blog, starter, responsive-layout, accessibility-ready, sandwich-menu
Text Domain: visual-composer-starter-child
*/

#request-offer .nf-field-container {
	margin-bottom: 12.5px;
}

#request-offer input[type="text"],
#request-offer input[type="tel"],
#request-offer input[type="email"] {
	font-size: 15px;
    color: #ffffff;
    border: 1px solid;
    border-color: rgba(227,201,151,0.5);
    padding: 5px 8px;
	border-radius: 5px;
    height: 36px !important;
}

#request-offer textarea {
	font-size: 15px;
    color: #ffffff;
    border: 1px solid;
    border-color: rgba(227,201,151,0.5);
	height: 70px;
    padding: 5px 8px;
	border-radius: 5px;
    /* height: 35px !important; */
}

#request-offer input[type="submit"] {
	background-color: #e37f00;
	border-radius: 5px;
	font-weight: bold;
	font-size: 14px;
	padding: 5px 16px;
}

#request-offer input[type="submit"]:hover {
	color: #ffffff;
	background-color: #ff9400;
}

#request-offer .nf-field-element::after {
	top: 4px !important;
    right: 4px !important;
    font-size: 15px !important;
    height: 28px !important;
    line-height: 28px !important;
    width: 28px !important;
    border-radius: 15px !important;
}

.vce-basic-menu-container .vce-basic-menu ul .menu-item a {
	padding: 12px 18px !important;
}

.comment-content ul>li:before,
.entry-content ul>li:before {
    margin-top: 8px !important;
}