.g-words-form { float: left; width:100%; height: auto; background-color: #fafafa; padding: 10px 17px 20px 17px; border: 1px solid #CCC; } 

.g-words-form p { text-align: left; }

.g-words-form h2 { color: #000;
    text-align: left;
    font-size: 28px;
    margin-left: 0px;
    margin-bottom: 10px;
	font-weight: bold;
	line-height: 1.3; } 
	
input { float: left; width: 100%; padding: 9px; } 

.peeps input { font-size: 12px; }

.g-words-form h2 img { margin-top: -3px; } 

input[type="submit"] { background-color: #dd0000; color: #fff; padding: 8px 8px; border: none; border-radius: 5px; }

input[type="submit"]:hover { background-color: #b0291b; } 

div.wpcf7-mail-sent-ok { border: 2px solid #fff; } 

.social-icons { display: none !important; }
.mobile-view { display: none;  }


@media only screen and (max-width: 767px) {
	
	.desktop-view { display: none !important;  }
	.mobile-view { display: inline !important;  }


}

