/*
Theme Name:     Thwacke
Description:    Custom theme for Thwacke Consulting - based on the Responsive Boston Template theme
Author:         AF Media
Template:       boston

(optional values you can add: Theme URI, Author URI, Version)
*/

@import url("../boston/style.css");

a,
a:link,
a:visited{
	font-weight: bold;
}

a:hover,
a:focus,
a:active{
	text-decoration: none;
	color: #e00099;
}

ul{
	padding-left: 0;
}

header#MainHeader{
	background: url('http://www.thwacke.com/wp-content/themes/thwacke/assets/mainheader_background.jpg') no-repeat center center fixed; 
  	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
  	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='.http://www.thwacke.com/wp-content/themes/thwacke/assets/mainheader_background.jpg', sizingMethod='scale');
	-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://www.thwacke.com/wp-content/themes/thwacke/assets/mainheader_background.jpg', sizingMethod='scale')";
}

#MainHeader .content .container .table-align .middle-align .social-unit {
background-color: rgba(224,0,153, 0.8);
background-size: cover;
}

.pull-left {
float: right !important;
}

.top-info {
	opacity: 0.9;
	background-color:#000;
}

.top-info .searchForm .bg-icon {
background: transparent;
}

.team-container2 .col-md-4{
	width: 50%;
}

.cssAnimate .animated {
	opacity: 1;
}

.parallax {
min-height: 450px;
}


.navbar-default .navbar-header, .navbar-inverse .navbar-header {
background-color: #ffffff;
}

.navbar-default .triangle, .navbar-inverse .triangle {
border-color: transparent transparent transparent #ffffff;
}

.tweets .arrows .flex-direction-nav .flex-next {
left: 48px;
}

/* ------- MailChimp form styling------ */

.mailchimp-newsletter-envelope{
	display: block;
	position: relative;
	float: left;
	background: transparent url('http://www.thwacke.com/wp-content/themes/thwacke/assets/mail_white.svg') no-repeat;
	background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
	width: 20%;
	height: 120px;
	padding: 15px 5%;
	overflow: hidden;
}

.mailchimp-newsletter-form{
	display: block;
	position: relative;
	float: left;
	width: 80%;
	height: 120px;
	padding: 15px 2%;
	border-left: 6px solid white;
}

.mc4wp-form label {
display: block;
font-weight: bold;
margin-bottom: 5px;
font-size: 4rem;
}

.mc4wp-form input[type="text"], .mc4wp-form input[type="email"], .mc4wp-form input[type="tel"], .mc4wp-form input[type="url"], .mc4wp-form input[type="date"], .mc4wp-form textarea, .mc4wp-form select {
cursor: auto;
display: block;
float: left;
margin-top: 14px;
margin-right: 30px;
width: 80%;
height: auto;
font-size: 1.8rem;
padding: 12px 24px;
border: 3px solid white;
box-sizing: border-box;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
}

.mc4wp-form input[type="submit"], .mc4wp-form button, .mc4wp-form input[type="button"] {
cursor: pointer;
display: block;
float: right;
background: transparent;
border: 3px solid white;
color: #fff;
font-size: 1.8rem;
padding: 12px 24px;
}


#MainHeader .content .container .table-align .middle-align .title{
	padding: 30px;
}

