h3, h4, h5, h6 {
    color: #8cc63f;
}

#menu ul a:hover, #menu ul li.sfHover a, #menu ul li.current-cat a, #menu ul li.current_page_item a, #menu ul li.current-menu-item a, #menu ul li.current-page-ancestor a, #menu ul li.current-menu-ancestor a {
    color: #8cc63f;
}

#logo a img {
    margin-top: 7px;
}

.lightbox {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
    margin-top: -330px;
    max-width: 70px;
    margin-bottom: 260px;
    margin-left: 62%;
}

.fancy-wrap:hover .overlay, .fancy-wrap:active .overlay, .fancy-wrap:focus .overlay {
    opacity: 0;
}

.az-testimonial-quote {
   color: white;
}

.footer-widgets {
    display: none;
}

.az-testimonial-source {
color: white;
}

.az-testimonials-container .flex-control-nav li a {
    border: 2px solid #fcfcfc;
}

.az-testimonials-container .flex-control-nav li a.flex-active, .az-testimonials-container .flex-caption, .az-testimonials-container .flex-control-nav li a:hover {
    background: white;
}

.bootstrap-select.btn-group .custom-select .plus-select {
    top: 18px;
}

.alert-info {
    background-color: #2f2c97;
}

/*----- FORM -----*/

.contact {
    margin-right: 20%;
}

@media (max-width: 992px) {
.contact {
    margin-right: 0;
}
}

.contact__form {
	 display: flex;
	 flex-direction: column;
}
 .contact__form__col-2 {
	 display: flex;
	 justify-content: space-between;
	 flex-direction: row;
}
 .contact__form__field {
	 width: 100%;
	 margin-bottom: 5px;
}
 .contact__form__field:first-child {
	 margin-right: 20px;
}
 .contact__form__field--name {
	 font-weight: 400;
         font-size: 18px;
}
 .contact__form__field--ph {
	 font-size: 15px;
	 padding: 16px 16px 16px 16px;
	 border: 2px solid #ebedef;
	 width: 100%;
	 margin-bottom: 25px;
	 margin-top: 15px;
	 background-color: white;
}
 .contact__form__field--ph:focus {
	 border: 2px solid grey;
}

.contact__form__field--select {
	 font-size: 15px;
	 border: 2px solid #ebedef;
	 width: 100%;
	 margin-bottom: 25px;
	 margin-top: 15px;
	 background-color: white;
         display: block;
         position: relative;
}
 .contact__form__field--select select {
	 width: 100%;
	 padding: 18px 16px;
	 border: none;
	 -webkit-appearance: none;
}
 .contact__form__field--select:focus {
	 border: 2px solid grey;
}
 .contact__form__field--select .select-icon {
	 width: 20px;
	 height: 20px;
	 position: absolute;
	 right: 15px;
         top: 16px;
}
 @media (min-width: 992px) {
	 .contact__form__field--select .select-icon {
		 right: 15px;
	}
}

 .contact__form__col-1 {
	 display: flex;
	 flex-direction: column;
}
 .contact__form--message {
	 font-size: 15px;
	 padding: 16px 16px 16px 16px;
	 border: 2px solid #ebedef;
	 width: 100%;
	 margin-bottom: 25px;
	 margin-top: 10px;
	 background-color: white;
}
 .contact__form--message:focus {
	 border: 2px solid grey;
}
 .contact__form__submit {
	 display: flex;
	 margin-top: 10px;
}
 .contact__form__submit--btn {
	 border: none;
	 padding: 0;
	 font-family: \'Source Sans Pro\', sans-serif;
	 font-size: 18px;
	 cursor: pointer;
}
 .contact__form__submit--icon {
	 position: relative;
	 top: 10px;
	 width: 58px;
	 margin-left: 15px;
	 cursor: pointer;
}
 textarea:focus, input:focus {
	 outline: none;
}
 ::placeholder {
	 color: #bcbcc4;
}
 input:-webkit-autofill, input:-webkit-autofill:hover input:-webkit-autofill:focus, input:-webkit-autofill:active {
	 -webkit-text-fill-color: grey !important;
}

/*-----BUTTON----*/

.button {
	 display: inline-block;
	 padding: 18px 34px;
	 margin: 0;
	 border: none;
	 color: #fff;
	 border-radius: 1px;
	 background: #8cc63f;
	 -webkit-appearance: none;
	 text-decoration: none;
	 position: relative;
	 overflow: hidden;
	 cursor: pointer;
	 text-transform: uppercase;
	 transition: ease-in-out 0.1s;
}
 .button.btn--light {
	 background: white;
	 color: #8cc63f;
}
 .button.btn--sm {
	 padding: 10px 16px;
	 font-size: 13px;
	 line-height: 16px;
}
 .button.btn--md {
	 padding: 16px 22px;
	 font-size: 15px;
	 line-height: 16px;
}
 .button.btn--lg {
	 padding: 18px 34px;
	 font-size: 16px;
	 line-height: 18px;
}
 @media (min-width: 992px) {
	 .button.btn--lg {
		 font-size: 16px;
	}
}
