/*
Theme Name:   WENAssociateChild
Description:  Write here a brief description about your child-theme
Author:       ADS Creative
Author URL:   Write here the author's blog or website url
Template:     wen-associate
Version:      1.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  WENAssociateChild
*/

/* Write here your own personal stylesheet */

a {
  color: rgb(255, 121, 76)!important;
}
/* footer text */
#colophon {
	color: rgb(50, 50, 50)!important;
}
body #page {
      background-color:transparent!important;
}
#primary.content-area {
	background-color: hsla(0,0%,100%,0.5)!important;
}
#primary.content-area #main {
	background-color: hsla(0,0%,100%,0.85)!important;
}
.widget-area.sidebar {
	background-color: hsla(0,0%,100%,0.5)!important;
}
.widget-area.sidebar .widget.widget_text {
	background-color: hsla(0,0%,100%,0.85)!important;
}
.wpcf7 input.wpcf7-text { width: 100%; }
.wpcf7 textarea.wpcf7-textarea { width: 100%; }
.wpcf7-form textarea { height: 200px; }