/* Menu CSS */
@media only screen and (min-width: 768px) {
ul.sub-menu {
    border-radius: 1em;
    margin-left: -10px !important;
}
}

/* Contact Form */
.one-half,
.one-third {
    position: relative;
    margin-right: 4%;
    float: left;
        margin-bottom: 20px;
 
}
 
.one-half { width: 48%; }
.one-third { width: 30.66%; }
 
.last {
    margin-right: 0 !important;
    clear: right;
}
 
@media only screen and (max-width: 767px) {
    .one-half, .one-third {
        width: 100%;
        margin-right: 0;
    }
}

.wpcf7 p {
    padding-bottom: 0px !important;
}

textarea.wpcf7-form-control.wpcf7-textarea {
    height: 121px;
}

/* Contact Form CSS End */

/* Secondary Menu */
#header-secondary-outer[data-lhe=animated_underline] nav>.sf-menu>li>a:after {
    border-color: #ffffff !important;
}

.full-height, .full-height .vc_column-inner {
   height: 100vh !important;
}

.no-mobile-ipad-portrait {
    display: none;
}

.mobile-padding {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}

li#menu-item-5910, li#menu-item-6205, li#menu-item-6151 {
    display: none !important;
}

.single-post h1.entry-title {
    text-shadow: 0 0 25px black;
}

.grecaptcha-badge { visibility: hidden;}

.tally-powered {
    display: none !important;
}

.tally-page.tally-page-2.tally-page-thank-you {
    color: white;
}
