/* Enter Your Custom CSS Here */
.small-caps {
  /* font-variant-caps: petite-caps; */
}

.center-text {
  text-align: center;
}

.author .company-name strong {
    /* font-variant-caps: petite-caps; */
}

.top-border-solid {
  border-top: solid 1px;
}

.top-border-solid.space {
  padding-top: 14px;
}

.fusion-main-menu {
  text-transform: uppercase;
}

#wrapper .fusion-vertical-menu-widget .menu li.current_page_item > a {
  color: #fff !important;
  border-right: none !important;
  text-decoration: underline;
}

.fusion-vertical-menu-widget .menu-item.menu-item-type-custom.menu-item-object-custom.current-menu-item > a {
  color: #fff !important;
  border-right: none !important;
}

.soft-text-border-shadow {
  /*text-shadow: 1px 0 0 #fff, -1px 0 0 #fff, 0 1px 0 #fff, 0 -2px 0 #fff, 1px 1px #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff; */
}

.social-box-at-header {
  display: inline-flex;
  margin-left: 40px;
}

.contact-form-custom .one-half, .contact-form-custom .one-third {
    position: relative;
    margin-right: 4%;
    float: left;
        margin-bottom: 20px;
 
}
 
.contact-form-custom .one-half { width: 48%; }
.contact-form-custom .one-third { width: 30.66%; }
 
.contact-form-custom .last {
    margin-right: 0 !important;
    clear: right;
}
 
@media only screen and (max-width: 767px) {
    .contact-form-custom .one-half, .contact-form-custom .one-third {
        width: 100%;
        margin-right: 0;
    }
}

.contact-form-custom .one-half span input, .contact-form-custom .one-third span input {
 margin-bottom: 17px; 
}

.contact-form-custom .button-contact-send-custom {
  background: #409840 !important;
  color: #fff !important;
}

.background-image-contain .parallax-inner {
   background-size: contain !important;
}