/*
Overrides for plugins...
*/
/* MailChimp Custom Styling
----------------------------------------------- */
.wpcf7-checkbox input[type=checkbox] {
	display: inline-block;
	margin-left: 2px;
	margin-right: 6px;
}

div.wpcf7-response-output {
	text-align: center;
	border-radius: 3px;
	font-weight: 200;
	font-size: 18px;
	margin: 0 0 36px;
	padding: 20px;
	border: 0;
}

div.wpcf7-validation-errors {
	background-color: #fbd7d6;
}

div.wpcf7-mail-sent-ok {
	background-color: #ebf3f4;
}

div.wpcf7 .wpcf7-form-control {
	max-width: 80%;
}

div.wpcf7 .wpcf7-textarea {
	height: 80px;
}

.wpcf7-form checkbox {
	font-size: 12px;
}

.wpcf7-submit {
	width: 200px;
	font-size: 18px;
	font-weight: 400;
}

.presubmit-text,
.wpcf7-list-item-label {
	font-size: 15px;
}

.presubmit-text a {
	display: inline-block;
}

.presubmit-text {
	display: inline-block;
	vertical-align: bottom;
	padding-left: 20px;
	width: 50%;
	line-height: 1.375;
}

@media screen and (max-width:1023px) {
	.presubmit-text {
		width: 100%;
		padding-left: 0;
	}
}

/* Vimeo Embed Custom Styling
----------------------------------------------- */
.vimeo-video {
	height: 400px !important;
}

@media screen and (max-width:1023px) {
	.vimeo-video {
		max-width: 600px !important;
		height: 340px !important;
		margin: 0 auto !important;
	}
}

@media screen and (max-width:540px) {
	.vimeo-video {
		height: 209px !important;
	}
}

/* Twitter Custom Styling
----------------------------------------------- */
.tweet_wrap {
	position: relative !important;
}

.times {
	position: absolute !important;
	top: 0;
	right: 0;
}

#content .container .row #secondary .wptt_TwitterTweets .fetched_tweets.light .tweets_avatar .tweet_wrap .wdtf-user-card .wdtf-screen-name a[dir="ltr"] {
	color: #555 !important;
}

#content .container .row #secondary .wptt_TwitterTweets .fetched_tweets.light .tweets_avatar .tweet_wrap .times em a {
	color: #999999 !important;
}

#content .container .row #secondary .wptt_TwitterTweets .fetched_tweets.light .tweets_avatar .tweet_wrap .tweet_data a {
	color: #7CB1B6 !important;
}

.tweet_wrap .wdtf-screen-name br {
	display: none;
}

.wdtf-screen-name {
	margin-left: 0 !important;
	position: absolute !important;
	top: 0;
	left: 0;
}

.wdtf-screen-name a {
	color: #555 !important;
	font-size: 18px !important;
	font-weight: 500 !important;
}

.tweets_avatar div,
.tweets_avatar p,
.tweets_avatar span {
	font-weight: 200 !important;
}

.fetched_tweets li {
	word-break: normal !important;
}

.tweet_data {
	width: 100% !important;
	padding-top: 20px;
	line-height: 1.5 !important;
}

.tweet_data a:hover,
.tweet_data a:focus {
	color: #333 !important;
	text-decoration: none !important;
}

.tweet_data a:focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}

ul.light li.tweets_avatar {
	box-shadow: none !important;
	padding: 12px 0 !important;
}

.wdtf-screen-name .screen_name {
	display: none;
}