/*
Welcome to Custom CSS!

To learn how this works, see http://wp.me/PEmnE-Bt
*/
.nav-primary {
	background-color: #469BD1;
}

.magazine-home .content .widget-title, .sidebar .widget-title {
	background-color: #e51716;
}

.footer-widgets {
	background-color: #469BD1;
}

.site-footer {
	background-color: #469BD1;
}

.enews-widget {
	background-color: #469BD1;
	color: #fff;
}

.entry-title a {
	color: #469BD1;
}

.site-header .wrap {
	border-bottom: 2px solid #e51716;
}

#subbutton {
	background-color: #e51716;
}

#subbutton:hover {
	background-color: #fff;
}

.nav-secondary .wrap {
	border-bottom: 1px solid #e51716;
}

#text-5 + [data-readmore-toggle] {
	margin-bottom: 20px;
	margin-top: -20px;
}

.magazine-pro-blue .site-title a:hover,
.site-title a:hover {
	color: transparent;
}

@media only screen and (max-width: 768px) {
	.pluginButtonContainer {
		float: right;
		margin-left: 35px;
	}

	.pluginButtonLabel {
		display: none !important;
	}

	#facebook .pluginButtonImage {
		float: right;
	}	
}



.title-area {    
	padding-top: 0;
	padding-bottom: 0;
    width: 100%;
}

.site-title a {
	color: transparent;
	background: url('wp-content/uploads/2016/02/BAP-Logo-2016.jpg') no-repeat;
	background-size: 285px;
	height: 130px;
	display: block;
}

.site-description {   
    text-indent: 0;    
}


@media only screen and (max-width: 768px) {
	.title-area {	   
	    padding-bottom: 30px;
	}
}

@media only screen and (max-width: 360px) {
	.title-area {
	    font-size: 15px;
	    padding-bottom: 45px;
	}
}


/*top header bar*/
.nav-primary {    
    top: 43px;
}
#mailchimp-top-bar.mctb-small .mctb-close,
#mailchimp-top-bar.mctb-medium .mctb-close{
    display: none;
  	visibility: hidden;
}