/*
Welcome to Custom CSS!

To learn how this works, see http://wp.me/PEmnE-Bt
*/
.site-header {
	background-color: rgba(255,255,255,0.4);
	padding: 5px 0;
}

#mainnav {
	padding-top: 30px;
}

.site-header.float-header #mainnav {
	padding-top: 30px;
}

#mainnav ul li a {
	display: block;
	font-size: 20px;
	color: #2b4442;
	padding: 5px;
	border-radius: 7px;
}

#mainnav ul li a:hover {
	border: none;
	transition: all .2s;
}

.site-header.float-header {
	background-color: rgba(255,255,255,0.7);
}

.roll-button {
	background-color: rgba(214,80,80,0.8);
	border: 1px solid rgba(214,80,80,0.8);
}

.widget_wpcom_social_media_icons_widget ul {
	text-align: center;
}

.widget_wpcom_social_media_icons_widget .genericon {
	font-size: 65px;
}

.widget_wpcom_social_media_icons_widget .genericon:hover {
	color: #2b4442;
}

.widget-title {
	color: #2b4442;
}

.newsletter-widget {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.newsletter-email {
	width: 60%;
	display: inline-block;
	float: left;
}

.newsletter-submit {
	width: 40%;
	display: inline-block;
}

#contact {
	text-align: center;
	display: block;
	width: 70%;
	margin-left: auto;
	margin-right: auto;
}

#contact_info {
	margin-left: auto;
	margin-right: auto;
	width: 50%;
	display: inline-block;
	padding-right: 10%;
	padding-top: 2%;
}

#co_form {
	width: 50%;
	float: right;
	display: inline-block;
}

#mainnav .sub-menu li a {
	margin: 1px;
	border-radius: 1em;
	border: none;
	background-color: rgba(255,255,255,0.6);
	color: #2b4442;
}

#mainnav .sub-menu li a:hover {
	background-color: rgba(214,80,80,0.8);
}

.meta-post {
	display: none;
}

.entry-footer {
	clear: right;
}

.entry-header .title-post {
	display: none;
}

.entry-content .title-post {
	display: initial;
}

.post .entry-header .title-post {
	display: initial;
}

#mainnav ul ul a {
	font-family: "Raleway", sans-serif !important;
}

@media only screen and (max-width: 1024px) {
	.btn-menu {
		color: #2b4442;
		float: right;
		position: fixed;
		right: 5px;
		top: 1%;
	}
	
	.site-logo {
		float: left;
		height: 50px;
	}
}

/* Smaller than standard 980 */
@media only screen and (max-width: 991px) {
	.site-header.fixed {
		position: fixed !important;
		z-index: 1000;
	}
}

.mc4wp-form-fields label {
	display: none;
}

.mc4wp-form-fields {
	text-align: center;
}

.mc4wp-form-fields p {
	display: inline-block;
}
.mc4wp-response p{
	text-align: center;
}