.single_teaser h3 {
    font-size: 20px;}
	
.single_teaser:hover img {
box-shadow: 0 0 0 10px #e6e0be;}

.highlight, #response {color: #ffffff;}

/* CSS POPOP BEGIN */
#blanket {
background-color:#000;
opacity: 0.85;
filter:alpha(opacity=85);
position:absolute;
z-index: 9001;
top:0px;
left:0px;
width:100%;
}
#popUpDiv, #popUpDiv2, #popUpDiv3 {
padding:5px;
position:fixed;
background-color:#fff;
width:400px;
height:300px;
z-index: 9002;
-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3), inset 0 0 50px rgba(0, 0, 0, 0.2);  
-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3), inset 0 0 50px rgba(0, 0, 0, 0.2);  
box-shadow: 0 0 10px rgba(0, 0, 0, 0.3), inset 0 0 50px rgba(0, 0, 0, 0.2);
-webkit-border-radius: .2em; 
-moz-border-radius: .2em;
border-radius: .2em;
}
/* CSS POPUP END*/

/* TOOLTIP BEGINS */

.wrapper {
  text-transform: uppercase;
  background: transparent;
  cursor: help;
  position: relative;
  -webkit-transform: translateZ(0); /* webkit flicker fix */
  -webkit-font-smoothing: antialiased; /* webkit text rendering fix */
}

.wrapper .tooltip {
  background: #e6e0be;
  bottom: 100%;
  color: #000;
  text-align:left;
  display: block;
  font-size:14px;
  left: 0px;
  margin-bottom: 15px;
  opacity: 0;
  padding: 10px;
  pointer-events: none;
  position: absolute;
  width: 100%;
  -webkit-transform: translateY(10px);
     -moz-transform: translateY(10px);
      -ms-transform: translateY(10px);
       -o-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-transition: all .25s ease-out;
     -moz-transition: all .25s ease-out;
      -ms-transition: all .25s ease-out;
       -o-transition: all .25s ease-out;
          transition: all .25s ease-out;
  -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
     -moz-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
      -ms-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
       -o-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
          box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
}

/* This bridges the gap so you can mouse into the tooltip without it disappearing */
.wrapper .tooltip:before {
  bottom: -20px;
  content: " ";
  display: block;
  height: 20px;
  left: 0;
  position: absolute;
  width: 100%;
}  

/* CSS Triangles - see Trevor's post */
.wrapper .tooltip:after {
  border-left: solid transparent 10px;
  border-right: solid transparent 10px;
  border-top: solid #e6e0be 10px;
  bottom: -10px;
  content: " ";
  height: 0;
  left: 50%;
  margin-left: -13px;
  position: absolute;
  width: 0;
}
  
.wrapper:hover .tooltip {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: translateY(0px);
     -moz-transform: translateY(0px);
      -ms-transform: translateY(0px);
       -o-transform: translateY(0px);
          transform: translateY(0px);
}

/* IE can just show/hide with no transition */
.lte8 .wrapper .tooltip {
  display: none;
}

.lte8 .wrapper:hover .tooltip {
  display: block;
}

/* TOOLTIP ENDS */

.wpcf7 span.wpcf7-form-control-wrap {
	width: 100%;
}
span.wpcf7-form-control-wrap {
	position: relative !important;
    display: inline-block;
    margin-bottom: 2px;
}
span.wpcf7-form-control-wrap .wpcf7-text, span.wpcf7-form-control-wrap .wpcf7-textarea {
	width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 0;
}
.contactMe .form-row .title {
	font-size: 11px;
    line-height: 12px;
    text-transform: uppercase;
    text-align: left;
    margin-bottom: 3px;
    display: none;
}
input[type="text"], input[type="password"], input[type="email"], input[type="tel"], textarea, select {
	max-width: 100%;
	padding: 10px;
}