/* Header Stuff */
span.mobile_menu_bar:before{
  color:#ffffff;
}

#main-header {
    background-color: #768f68;
}

#top-menu a {
    color: white;
}

#logo{
    width: 205px;
    margin-left: 3px;
}

.rl-privacy-wrapper {
 z-index: 2147483647 !important;
 margin-bottom: 0 !important;
 margin-right: 0 !important;
}

/* LWF HERO CTA Version A*/
.lwf-hero-cta-a {
    font-family: 'Montserrat', Helvetica, Arial, Lucida, sans-serif;
}

.lwf-hero-cta-a .head {
    color: #000;
    font-size: 17px;
    font-weight: 700;
    display: block;
    margin: 18px 0;
}

.lwf-hero-cta-a .icon {
    color: #000;
    font-size: 22px;
}

.lwf-hero-cta-a .tel {
    font-size: 28px;
    font-weight: 600;
    text-decoration: none;
    color: #ff814e;
}

.lwf-hero-cta-a .email {
    color: #353740 !important;
    font-size: 15px;
    display: block;
    margin: 9px 0 18px 0;
}

.lwf-hero-cta-a .link {
    color: #ff814e;
}

/* LWF HERO CTA */
.lwf-hero-cta {
    font-family: 'Montserrat', Helvetica, Arial, Lucida, sans-serif;
}

.lwf-hero-cta .head {
    color: #000;
    font-size: 17px;
    font-weight: 700;
    display: block;
    margin: 18px 0;
}

.lwf-hero-cta .icon {
    color: #000;
    font-size: 22px;
}

.lwf-hero-cta .tel {
    font-size: 28px;
    font-weight: 600;
    text-decoration: none;
    color: rgb(255, 129, 78);
}

.lwf-hero-cta .email {
    color: #353740 !important;
    font-size: 15px;
    display: block;
    margin: 9px 0 18px 0;
}

.lwf-hero-cta .link {
    color: #0099cc;
}

/* Set Burger Breakpoint */
@media only screen and (max-width: 1100px) {
	#top-menu-nav {
		display: none;
	}
	
	#et_mobile_nav_menu {
		display: block
	}
}

@media (max-width: 980px) {
.et_non_fixed_nav.et_transparent_nav #main-header, .et_non_fixed_nav.et_transparent_nav #top-header, .et_fixed_nav #main-header, .et_fixed_nav #top-header {
    position: fixed;
}
}


/*style the Divi Blurb link as a button*/

a.pa-blurb-button {
	color: #ffffff;
	background: #ff814e;
	padding: .7em 1.3em;
	margin-top: 20px;
	border-radius: 50px;
	text-transform: capitalize;
	display: inline-block;
	transition: all 0.3s ease-in-out;
}


/*style the Divi Blurb link text as a button on hover*/

a.pa-blurb-button:hover {
	background: #E70395;
	cursor: pointer;
	transition: all 0.1s ease-in-out;
}



/* Links */
.et_pb_post_content a:link {
	text-decoration:underline;
}

/* Add "Menu" Before In-Page Burger*/
.et_mobile_nav_menu::before {
    content: "Menu";
}

/* Hide Recaptcha */
.grecaptcha-badge {
    display: none !important;
}

/* CF7 Stuff */
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 input[type="number"],
.wpcf7 textarea {
  padding: 12px;
  background-color: #fff;
  color: #000;
  width: 100%;
  max-width: 600px;
  border-radius: 4px;
  font-size: 18px;
  font-weight: 600;
}

.wpcf7 input[type="submit"] {
  background-color: #FF814E;
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
}

span.wpcf7-list-item {
  display: block;
  margin: 18px 0;
}

::-webkit-input-placeholder {
  /* Edge */
  color: #058063;
}

:-ms-input-placeholder {
  /* Internet Explorer */
  color: #058063;
}

::placeholder {
  color: #058063;
}
.grecaptcha-badge {
    display: none;
}

/* Pull Logo and Contact Btn In */
#main-header {
    padding-left: 60px;
	padding-right: 60px;
}

/* Hide Gallery Lightbox Title */
.mfp-title {
    /* display: none !important; */
}

/* Hide Gallery Lightbox Title */
@media only screen and (max-width: 600px) {
	#main-header {
		padding-left: 0;
		padding-right: 0;
	}
}

/* LWF Main Contact Form */
#lwf-main-contact .grid-row label {
    font-size: 16px;
}

.lwf-main-grid-row {
	margin-top: 5px;
}

#lwf-main-contact h2 {
    font-family: "Open Sans";
    font-size: 36px;
    font-weight: 400;
    color: #058014;
}

#lwf-main-contact h3 {
    font-family: "Open Sans";
    font-size: 18px;
    font-weight: 700;
    margin: 24px 0;
    line-height: 110%;
}

#lwf-main-contact p {
    font-family: "Open Sans";
    font-size: 18px;
    font-weight: 400;
    line-height: 20px;
}

#lwf-main-contact img {
    margin: -5px 0 10px 0;
}

#lwf-main-contact .hr {

    border-top: 1px solid #7EBEC5;
    margin: 24px 0;

}

#lwf-main-contact .lwf-main-contact-hide {
    display: none;
}

#lwf-main-contact .lwf-main-contact-show {
    display: block;
    border-top: 1px solid #7EBEC5;
    margin-top: 24px;
    padding-top: 12px;
}

#lwf-main-contact .lwf-main-contact-tel {
    font-size: x-large !important;
}

#lwf-main-contact .lwf-email {
    overflow: hidden;
    text-overflow: ellipsis;
	line-height: 130%;
}

#lwf-main-contact .wpcf7-list-item-label {
    font-size: 16px;
}

.lwf_button {
  background-color: #FF814E;
  color: white !important;
  padding: 14px 32px !important;
  text-align: center;
  text-decoration: none;
  display: inline;
  font-size: 14px;
  margin: 4px 2px;
  cursor: pointer;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  border-radius: 24px;
  border-width: 8px!important;
  border-color: #FF814E;
}

.lwf_button {
  box-shadow: 0px 6px 10px -5px rgba(0,0,0,0.3);
}

.lwf_button:hover {
  box-shadow: 0px 12px 20px -10px rgba(0,0,0,0.3);
}