h4 {
		font-size:22px !important;
}

/* Enter Your Custom CSS Here */

.main-menu .header-menu > li:nth-child(6) {
    background-color: #feb023;
}

.main-menu .header-menu > li:nth-child(6) a{
  color: #fff;
}

.header-help-bar {
  display: none !important;
}

.stm_breadcrumbs_unit .navxtBreads {
  display: none;
}

.title-box-disabled {
    display: none;
}

.wpb_content_element {
  margin-bottom: 25px !important;
}

.slide {
  margin-bottom: 0px !important;
}

.icontext {
  padding: 0 10px !important;
}

.stm_listing_tabs_style_2 .stm_listing_nav_list {
  display: none;
}

.stm_listing_tabs_style_2 {
  border-top: 0px !important;
  padding-top: 0px !important;
}

.stm_listing_tabs_style_2 .tab-pane {
    padding-bottom: 0px;
}

.entry-header.small_title_box > .container {
    min-height: 125px;
}

.vc_color-orange.vc_message_box-solid {
    color: #fff;
    border-color: transparent;
    background-color: #feb023;
    margin-bottom: 5px;
}

input[type="text"], input[type="number"], input[type="tel"], input[type="email"], input[type="search"], input[type="password"] {
    display: block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    padding: 0 21px;
    font-weight: 400;
    color: #888888;
    border: 1px solid #feb023;
    font-size: 14px;
    outline: none !important;
    background-color: #fff;
}

textarea {
    padding: 21px;
    width: 100%;
    max-width: 100%;
    background-color: #fff;
    border: 1px solid #feb023;
    color: #888;
    resize: none;
  max-height: 150px;
}

input[type="submit"], button, .button, .load-more-btn {
    display: block;
    text-align: center;
    padding: 17px 28px 15px;
    font-size: 14px;
    line-height: 14px;
    font-weight: 700;
    letter-spacing: 0.3px;
    text-transform: uppercase;
    color: #fff !important;
    border-radius: 3px;
    background-color: #feb023;
    text-decoration: none !important;
    outline: none !important;
    visibility: visible;
    border: none;
    white-space: normal;
    -webkit-box-shadow: 0 2px 0 rgba(226, 138, 7, 0.75);
    -moz-box-shadow: 0 2px 0 rgba(0,204,30, 0.75);
    box-shadow: 0 2px 0 rgba(226, 138, 7, 0.75);
}
div#wpcf7-f235-p11-o1{
	position: absolute;
  	max-width: 320px;
  	top: 50px;
  	z-index: 10;
  	background-color: #232628;
  	padding: 20px;
  	border-top: 3px solid #feb023;
}
.header-form-title{
	font-size: 1.5rem;
  	text-align: center;
  	color: #ffffff;
  	font-weight: 700;
}
.header-form-text{
	color: #ffffff;
  	padding: 15px;
}
.wpcf7-submit{
	width: 100%;
}
@media (max-width:1138px){
div#wpcf7-f235-p11-o1{
	position: static;
  	margin: 0 auto;
}
}
.social-icons-header{
	position: absolute;
  	left: 10%;
  	padding: 10px;
}
.social-icons-header > a{
	padding: 5px 10px;
}
.social-icons-header > a > i{
	font: normal normal normal 20px/1 FontAwesome;
  	color: #feb023;
}

.page #main .container {
		padding-top: 0px;
}