/* Enter Your Custom CSS Here */
/* test */
.text h2 {
  font-size: 28px;
  padding: 20px 0px;
  border: none;
}

.text ul li {
}

/* CORNERSTONE CONTENT */

.csc{
	font-size: 20px;
  	line-height: 1.5;
    color: #111;
    font-family: "Lato",sans-serif;
  	max-width: 900px;
}

.csch1 {
	text-align: center;	
	font-size: 48px;
  	padding: 50px;
    line-height: 1.25;
   	font-family: "Lato",sans-serif;
}

.cscgrey {
  	padding: 30px 50px;
    background: #f8f8f8;
    box-shadow: 0 0 3px 1px #d8d8d8 inset;
}

.cscgreyheader {
	text-align: center;
  	font-size: 36px;
  	line-height: 1.5;
  	font-weight: bold;
  	padding: 0px 0px 30px 0px;
	border-bottom: thin dotted #CCC;
}

.cscyellow {
  	padding: 30px 30px 30px 30px;
  	margin: 30px 0px; 
    background: #FF9;
	border: solid 1px #CCC;
}

/* SALES CONTENT */

.cscsales {
	font-size: 18px;
  	line-height: 2;
    color: #111;
 	font-family: "Lato",sans-serif;
  	max-width: 1200px;
  	padding: 30px 50px;
  	margin: 0px 50px;
    background: #FFF;
    box-shadow: 0 0 3px 1px #d8d8d8 inset;
}

.cscsales h1{
    color: #111;
	text-align: center;	
	font-size: 42px;
  	padding: 20px 0px;
  	line-height: 1.25;
}

.cscsales h2{
    color: #111;
	text-align: center;	
	font-size: 36px;
  	padding: 20px 0px;
  	line-height: 1.25;
}

.cscsales h3{
    color: #111;
	text-align: center;
    font-size: 28px;
  	font-weight: strong; 
  	padding: 20px 0px;
  	line-height: 1.25;
  	border-bottom: dotted 1px #ededed;
}

.cscsales h4{
    color: #111;
    font-size: 22px;
  	padding: 20px 20px;
  	line-height: 2;
}

.cscsales img {
  	margin: 25px 25px 0px 25px;
}

.cscsales blockquote {
  	font-size: 18px;
  	line-height: 2;
    color: #111;
 	font-family: "Lato", sans-serif;
}

.cscbtn, .wpcf7 input[type="submit"], button[type="submit"]  {
  background: #ff9933;
  background-image: -webkit-linear-gradient(top, #ff9933, #ff6600);
  background-image: -moz-linear-gradient(top, #ff9933, #ff6600);
  background-image: -ms-linear-gradient(top, #ff9933, #ff6600);
  background-image: -o-linear-gradient(top, #ff9933, #ff6600);
  background-image: linear-gradient(to bottom, #ff9933, #ff6600);
  -webkit-border-radius: 10;
  -moz-border-radius: 10;
  border-radius: 10px;
  text-shadow: 1px 1px 1px #666666;
  -webkit-box-shadow: 0px 1px 3px #666666;
  -moz-box-shadow: 0px 1px 3px #666666;
  box-shadow: 0px 1px 3px #666666;
  font-family: Arial;
  color: #ffffff;
  font-size: 24px;
  padding: 10px 30px 10px 30px;
  text-decoration: none;
  width: 300px;
  text-align: center; 
  margin: 0px 200px; 
}

.cscbtn:hover, .wpcf7 input[type="submit"]:hover, button[type="submit"]:hover  {
  background: #ffcc00;
  background-image: -webkit-linear-gradient(top, #ffcc00, #ff9933);
  background-image: -moz-linear-gradient(top, #ffcc00, #ff9933);
  background-image: -ms-linear-gradient(top, #ffcc00, #ff9933);
  background-image: -o-linear-gradient(top, #ffcc00, #ff9933);
  background-image: linear-gradient(to bottom, #ffcc00, #ff9933);
  text-decoration: none;
}

.wpcf7 input[type="email"] {
    display: block;
    float: left;
    padding: 10px;
    width: 60%;
border: 1px solid #ddd;
} 

.wpcf7 input[type="email"], .wpcf7 textarea {
    background-color: #f4f4f4;
}

.wpcf7 input[type="email"]:focus, textarea:focus {
    background-color: #fff;
    color: #444;
    border-color: #bbb;
}


/* SALES PAGE */
