/* Enter Your Custom CSS Here */

.gradient-overlay {
  position: relative;
}
.gradient-overlay::after {
  content: '';
	background: linear-gradient(45deg, rgba(2,0,36,1) 0%, rgba(0,183,160,1) 100%);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: .5;
}

/* Footer */
.fusion-footer .fusion-checklist .fusion-li-item-content {color: white;}
.fusion-footer .fusion-checklist {line-height: 18px !important;}
.fusion-footer #media_image-2 {margin-bottom: 10px;}

#comment-input .placeholder, #comment-input input, #comment-textarea .placeholder, #comment-textarea textarea, #wrapper .search-table .search-field input, .avada-select .select2-container .select2-choice, .avada-select .select2-container .select2-choice2, .avada-select-parent select, .chzn-container .chzn-drop, .chzn-container-single .chzn-single, .comment-form-comment textarea, .input-text, .main-nav-search-form input, .post-password-form label input[type="password"], .search-page-search-form input, .wpcf7-captchar, .wpcf7-form .wpcf7-date, .wpcf7-form .wpcf7-number, .wpcf7-form .wpcf7-quiz, .wpcf7-form .wpcf7-select, .wpcf7-form .wpcf7-text, .wpcf7-form textarea, .wpcf7-select-parent .select-arrow, input.s, input.s .placeholder, input[type="email"], input[type="number"], input[type="password"], input[type="text"], select, textarea {color: white;}

::-webkit-input-placeholder { /* WebKit browsers */
color: #fff !important;
opacity: .6;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
color: #fff !important;
opacity: .6;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
color: #fff !important;
opacity: .6;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
color: #fff !important;
opacity: .6;
}

.text-white > * {
  color: white !important;
}