/*
Theme Name: Theme Extensions (Peter's Favorite)
Author: CHOICE
Author URI: http://choiceomg.com/
Description: We build on top of existing themes to extend what is already great. Save time and money by using what is tried tested and true.
Version: 1.0.0
License: Reserved.
Template: dt-the7
*/
html:not(.mobile-true) #bottom-bar img,
html:not(.mobile-true) #header img,
html:not(.mobile-true) #main,
img:not(.animate-element, .ls-s-1) {
    opacity: 1 !important;
}

.top-bar .mini-widgets span {
text-shadow: 2px 2px 2px rgba(0, 0, 0, 1);
}

.ishomepage {
	color: black;
}

.wpcf7-text {
	margin: 10px;

}

.wpcf7-form-control-wrap ::-webkit-input-placeholder { /* Safari, Chrome and Opera */
  color: black !important;
}

.wpcf7-form-control-wrap :-moz-placeholder { /* Firefox 18- */
  color: black !important;
}

.wpcf7-form-control-wrap ::-moz-placeholder { /* Firefox 19+ */
  color: black !important;
}

.wpcf7-form-control-wrap :-ms-input-placeholder { /* IE 10+ */
  color: black !important;
}

.wpcf7-form-control-wrap ::-ms-input-placeholder { /* Edge */
  color: black !important;
}

.wpcf7-form-control-wrap :placeholder-shown { /* Standard one last! */
  color: black !important;
}