/**
 * @version    1.0
 * @package    Architect
 * @author     OnistaWeb Team <onistaweb@gmail.com>
 * @copyright  Copyright (C) 2015 OnistaWeb.com. All Rights Reserved.
 * @license    GNU/GPL v2 or later http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Websites: http://www.onistaweb.com
 */

/* ## CSS OVERVIEW ----------------------------------------------

	1. Plugins
		- Mailchimp
		- Contact Form

-------------------------------------------------------------- */

/*  [ 1. Plugins ]
- - - - - - - - - - - - - - - - - - - - */

/* - Mailchimp */

.newsletterRow {
  background: url('../images/newsletterBg.jpg') no-repeat scroll center 0 #f3d028;
  padding: 35px 68px;
  border-radius: 3px;
  position: relative;
  z-index: 2;
  background-size: cover;
}

.newsletterRow .mc4wp-form  .mc4wp-form-fields label {
    display: none;
}

.newsletterRow .mc4wp-form input[type="email"] {
	width: 700px;
	margin: 0px 30px 0;
	padding: 0 30px;
	line-height: 40px;
	height: 40px;
	background: rgba(48, 48, 48, 0.2);
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	font-family: 'Lato', sans-serif;
	font-style: italic;
	color: rgba(48, 48, 48, 0.7);
	border-radius: 3px;
	float: left;
}

.newsletterRow .mc4wp-form input[type="submit"] {
	border-radius: 3px;
	border: 2px solid  #000;
	line-height: 36px;
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
	font-weight: bold;
	color: #303030;
	padding: 0 22px;
}

.newsletter-section .mc4wp-form input[type="email"]::-webkit-input-placeholder {
   color: #9b9b9b;
}

/* Firefox 18- */
.newsletter-section .mc4wp-form input[type="email"]:-moz-placeholder {
   color: #9b9b9b;
}

 /* Firefox 19+ */
.newsletter-section .mc4wp-form input[type="email"]::-moz-placeholder { 
   color: #9b9b9b;
}

.newsletter-section .mc4wp-form input[type="email"]:-ms-input-placeholder {  
   color: #9b9b9b;
}


/* - Contact Form */
.contactForm  .wpcf7-response-output.wpcf7-display-none.wpcf7-mail-sent-ng,
.contactForm .wpcf7-validation-errors {
	border: 0 none;
	display: none;
}

#contactFormRow {
	background-position: center bottom;
	background-repeat: no-repeat;
	background-color: #f3d028;
}

.contactForm {
	margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    max-width: 770px;
}

.contactForm .form-group {
  margin-bottom: 20px;
}

.contactForm .wpcf7-form .wpcf7-form-control {
	color: #303030;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	border-radius: 0;
	padding: 12px 20px;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: 1px solid #cccccc;
	font-size: 14px;
}

.contactForm .wpcf7-form  input[type="submit"] {
	text-transform: uppercase;
	border-radius: 3px;
	border: 2px solid  #000;
	padding: 0 30px;
	font-family: 'Montserrat', sans-serif;
	font-weight: bold;
	background-color: transparent;
	display: block;
	margin: 0 auto;
	line-height: 40px;
}

.contactForm .wpcf7-form  .wpcf7-textarea {
	height: 150px;
}