/*
Theme Name: BCA
Description: Custom theme for Brevard Cultural Alliance
Author: Brandt Ronat and Company
Version: 1.1
*/

@import url("reset.css");

/***** TESTING *****/

/* div, section, main { 
	border: thin solid red;
} */

/***** STRUCTURE *****/

/*** Header ***/

#banner {
	background: url('images/header-bg.gif') repeat-x bottom #ececec;
}

#banner-container-top {
	width: 960px;
	margin: 0 auto;
	padding: 16px 0;
}

#banner-logo {
	float: left
}

#banner-tagline {
	float: left;
	width: 400px;
	margin: 50px 0 0 15px;
	line-height: 1.2em;
	font-style: italic;
	font-size: .9em;	
	font-family: ubuntu, arial, helvetica, sans-serif;
}

#banner-toolbox {
	float: right;
	width: 260px;
}

#banner-toolbox p {
	display: inline;
	vertical-align: middle;
	line-height: 36px;
}

#banner-toolbox-buttons {
	float: right;
	width: 400px;
	text-align: right;
}

.toolbox-button {
	vertical-align: middle;
	margin: 0 0 0 4px;
}

#google_translate_element {
	float: right;
	margin: 13px 0;
	width: 154px;
}

#header-search {
	float: right;
}

#banner-container-bottom {
	width: 960px;
	margin: 0 auto;
	background: #ff3333;
}

#header-navigation {}


/*** Front Page ***/

#home-content {
	background: url('images/canvas-tile.jpg') repeat;
	display: block;
}

#home-container {
	width: 960px;
	margin: 0 auto;
}

#slider {
	margin: 0 0 37px;
}

#home-widgets {
	margin: 0 0 40px;
}


/*** Page ***/

#page-content {
	background: url('images/canvas-tile.jpg') repeat;
	display: block;
}

#page-container {
	width: 960px;
	margin: 0 auto;
}

#page-body {
	float: left;
	width: 615px;
	padding: 10px;
	background: white;
	margin: 0 0 40px;
}

#right-sidebar {
	float: right;
	width: 290px;
	padding: 10px;
	background: white;
	margin: 0 0 40px;
}

/*** 3-column Layout ***/

#left-sidebar-thin {
	float: left;
	width: 180px;
	padding: 10px;
	background: white;
	margin: 0 0 40px;
}

#page-body-center {
	float: left;
	width: 510px;
	padding: 10px;
	background: white;
	margin: 0 15px 40px;
}

#right-sidebar-thin {
	float: right;
	width: 180px;
	padding: 10px;
	background: white;
	margin: 0 0 40px;
}

/*** 3-column Layout ***/

#page-body-full {
	width: 960px;
	padding: 10px;
	background: white;
	margin: 0 0 40px;
}

/*** Blog Layout ***/

.blog-post-listing {
	margin: 0 0 5px;
	border-bottom: thin solid #515151;
}
.blog-post-listing h2 a {
	color: #282a76;
}

.blog-post-image-holder {
	float: left;
	width: 160px;
	margin: 0 10px 0 0;
}

.blog-post-content {
	float: left;
	width: 445px;
}
.blog-post-content-wide {}

.post-meta {
	font-size: .8em;
	margin: 0 0 5px;
}

#press-boilerplate {}

#media-contact {
	text-align: center;
}

/*** Membership Directory ***/

.directory-results {
	columns:200px 2;
	-webkit-columns:200px 2;
	-moz-columns:200px 2;
}

.directory-results a {
	font-family: ubuntu, arial, helvetica, sans-serif;
	font-weight: 500;
	color: #282a76;	
	font-style: normal;
}

.member-categories {}

.account-photo {
	width: auto;
	max-height: 150px;
	margin: 5px 0 0;
	display: block;
	float: right;
}

.member-photo {
	max-width: 140px;
	height: auto;
	margin: 5px 10px 5px 0;
	text-align: center;
	display: block;
	float: left;
}
#member-gallery {
	position: relative;
	width: 290px;
}
#member-gallery a:nth-of-type(2) .member-photo {
	margin-right: 0;
}

.page-template-template-members-php #TB_ajaxContent {
	overflow: hidden;
}

/*** Search Page ***/
.search-item {
	margin: 0 0 20px
}

/*** Footer ***/

#site-footer {}

#footer-container {
	width: 960px;
	margin: 0 auto;
}

#footer-contact {
	color: #282a76;
	border-bottom: #d20000 solid 3px;
	line-height: 40px;
	vertical-align: middle;
	margin: 0 0 10px;
	text-align: center;
}

#footer-widgets {
}


/***** CORE TYPE STYLES ****/

/*** Text & Links ***/

body {
	font-family: museo-sans, arial, helvetica, sans-serif;
	font-weight: 300;
}

p {
	margin: 0 0 20px;
	line-height: 1.3em;
	color: #515151;
}

a {
	color: #666666;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
p a {	
	font-style: italic;
}
#page-body p a,
#right-sidebar p a {
	text-decoration: underline;
}

blockquote {
	width: 80%;
	margin: 0 auto 20px;
	padding: 30px 15px 15px;
	font-style: italic;
	color: white;
	background: #282a76;
}
blockquote p {
	color: white;
	margin: 0 0 15px;
	font-size: .9em;
}
blockquote a {
	color: #faa634;
}

.col2 {
	columns:300px 2;
	-webkit-columns:300px 2;
	-moz-columns:300px 2;
}
.col3 {
	columns:200px 3;
	-webkit-columns:200px 3;
	-moz-columns:200px 3;
}

/*** Headings ***/

h1 {
	color: #282a76;
	text-transform: uppercase;
	font-size: 1.7em;
	margin: 0 0 10px;
	font-family: ubuntu, arial, helvetica, sans-serif;
	font-weight: 700;
}

h2 {
	color: #282a76;
	font-size: 1.4em;
	margin: 0 0 10px;
	font-weight: bold;
	font-family: ubuntu, arial, helvetica, sans-serif;
	font-weight: 700;
}

h3 {
	color: #282a76;
	font-size: 1.2em;
	margin: 0 0 10px;
	font-family: ubuntu, arial, helvetica, sans-serif;
	font-weight: 500;
}

h4 {
	color: black;
	font-size: 1em;
	margin: 0 0 5px;
	border-bottom: thin solid #ed1b28;
	font-weight: bold;
	font-family: ubuntu, arial, helvetica, sans-serif;
	font-weight: 500;
}

/*** Lists ***/

ul {
	list-style: disc;
	margin: 0 0 20px 15px;
	font-size: 12pt;
}

ul ul {
	margin: 5px 0 0 15px;
	list-style: circle;
}

ul ul ul {
	list-style: square;
}

ol {
	list-style: decimal;
	margin: 0px 0 20px 20px;
	font-size: 12pt;
}

ol ol {
	list-style: lower-alpha;
	margin: 5px 0 0 20px;
}

ol ol ol {
	list-style: lower-roman;
}

li {
	
	margin-bottom: 6px;
	font-size: .8em;
}

/*** Forms ***/

fieldset {
	display: block;
	margin: 0 0 10px;
}
label {
	display: block;
}
label.align {
	width: 50%;
	text-align: right;
	display: inline-block;
	vertical-align: middle;
}
label.inline {
	display: inline;
}

input {
	width: 50%;
}
input#state {
	width: 10%;
}
input#zip {
	width: 20%;
}

select {
	width: 100%;
}

textarea {
	width: 100%;
	height: 5em;
	vertical-align: middle;
}

input[type="checkbox"] {
	width: auto;
}

button[type="submit"],
input[type="submit"] {
	display: block;
	margin: 10px 0;
	width: auto;
}

.inquiry-success {
	font-weight: bold;
	color: green;
}

.inquiry-failure {
	font-weight: bold;
	color: red;
}

.registration-id {
	display: none; 
	visibility: hidden;
}

/* Home Search */

#banner-toolbox .search-field {
	width: 148px;
}

/*** Tables ***/

table {
	margin: 0 0 20px;
}

table img {
	vertical-align: middle;
}

table.zebra tr:nth-child(odd) {
	background: #eff8fc;
}
table.zebra td {
	padding: 5px;
	color: #6a737b;
	vertical-align: middle;
}

table.bordered
{
	border-collapse:collapse;
	border: 1px solid black;
}
table.bordered th, 
table.bordered td
{
	border: 1px solid black;
	padding: 5px;
	vertical-align: middle;
}

table.neon-form .leftLabel {
	text-align: right;
	vertical-align: middle;
	padding: 0 10px 0 0;
}

table.neon-form tr {
}

table.neon-form td {
	padding: 10px 0;
}

table.neon-form table {
	border: thin #666 solid;
}

table.neon-form table td,
table.neon-form table .leftLabel {
	padding: 10px;
}

table.neon-form table .leftLabel {
	text-align: left;
}

/***** MENUS *****/

/*** Header Navigation ***/

#header-navigation-menu {
	list-style: none;
	margin: 0;
	font-size: 15pt;
	font-family: ubuntu, arial, helvetica, sans-serif;
	font-weight: 500;
}

#header-navigation-menu > li {
	float: left;
	text-shadow: -1px 1px rgb(17, 17, 17);
	padding: 5px 0px;
	margin: 0;
}
#header-navigation-menu > li > a {
	color: white;
	text-decoration: none;
	display: table-cell;
	vertical-align: middle;
	height: 50px;
	text-align: center;
	padding: 0px 10px;
	border-right: thin solid white;
	max-width: 100px;
}

#nav-about{}
#nav-news{}
#nav-calendar{}
#nav-join{}
#nav-directory{}
#nav-education{}
#nav-grants{}
#nav-public{}
#nav-contact a {
	border-right: none !important;
}

.translated-ltr #header-navigation-menu > li {
	font-size: .6em;
	word-wrap: break-word;
}

/* Dropdowns */

.header-navigation-menu-dropdown {
	position: absolute;
	padding: 10px 20px 20px;
	background: url('images/dropdownbg.png');
	text-shadow: none;
	margin: 5px 0 0;
	display: none;
	z-index: 1000;
	width: 420px;
}
#header-navigation-menu li:hover .header-navigation-menu-dropdown {
	display: block;
}

#about-dropdown {}
#news-dropdown {}
#events-dropdown {
	width: 520px;
}
#join-dropdown {}
#directory-dropdown {
	width: 520px;
}
#education-dropdown {
	margin-left: -93px;
}
#grants-dropdown {
	margin-left: -214px;
}
#public-dropdown {
	margin-left: -335px;
}
#contact-dropdown {}

.header-navigation-menu-dropdown h1 {
	color: #515151;
	font-size: 2.5em;	
	font-weight: 300;
	text-transform: none;
	margin: 0 0 10px 0px;
}

.dropdown-nav {
	list-style: none;
	margin: 0;
	width: 240px;
	border-top: 5px solid #25a6df;
	padding: 10px 0 0;
	float: left;
}
.header-navigation-menu-dropdown-singlecolumn:nth-of-type(even) .dropdown-nav {
	border-top: 5px solid #19a94a;
}
.dropdown-nav li {	
	font-size: 1em;
	margin: 0;
}
.dropdown-nav li ul {
	margin: 0 0 5px 10px;
}
.dropdown-nav li li {
	list-style: none;
}
.dropdown-nav li a {
	display: block;
	padding: 5px 0;
}
.dropdown-nav li a:hover {
	background: #25a6df;
}
.header-navigation-menu-dropdown-singlecolumn:nth-of-type(even) .dropdown-nav li a:hover {
	background: #19a94a;
}
.dropdown-nav li a:hover {
	color: white;
	font-style: italic;
	text-decoration: none;
}

.item-listing {
	list-style: none;
	margin: 0;
	width: 240px;
	border-top: 5px solid #25a6df;
	padding: 10px 0 0;
	float: left;
}
.header-navigation-menu-dropdown-singlecolumn:nth-of-type(even) .item-listing {
	border-top: 5px solid #ed1b28;
}
.item-listing li {
	padding: 5px 0;
	margin: 0;
	border-bottom: thin solid #666666;
}
.item-listing a {
	color: #282a76;
	line-height: 1.2em;
}
.item-listing .item-listing-date {
	font-weight: bold;
	display: block;
}

.header-navigation-menu-dropdown-singlecolumn {
	float: left;
	width: 240px;	
	margin: 0 20px 0 0;
}

.header-navigation-menu-dropdown-thincolumn {
	float: left;
	width: 140px;	
	margin: 0 20px 0 0;
}

.header-navigation-menu-dropdown-doublecolumn {
	float: left;
	width: 500px;	
	margin: 0 20px 0 0;
}
.header-navigation-menu-dropdown-singlecolumn img,
.header-navigation-menu-dropdown-doublecolumn img,
.header-navigation-menu-dropdown-thincolumn img {
	margin: 0 auto;
	display: block;
	width: 130px;
	height: auto;
}

.header-navigation-menu-dropdown:first-child {}

.header-navigation-menu-dropdown h2,
.header-navigation-menu-dropdown h2 a,
.header-navigation-menu-dropdown h2 a:hover {
	color: #25a6df;	
	text-decoration: none;
}

.header-navigation-menu-dropdown-singlecolumn:nth-of-type(even) h2,
.header-navigation-menu-dropdown-singlecolumn:nth-of-type(even) h2 a,
.header-navigation-menu-dropdown-singlecolumn:nth-of-type(even) h2 a:hover {
	color: #19a94a;
	text-decoration: none;
}

.header-navigation-menu-dropdown-singlecolumn .tribe-events-adv-list-widget ol {
	margin: 0;
	border-top: 5px solid #25a6df;
	padding: 10px 0 0;
}

.header-navigation-menu-dropdown-singlecolumn .tribe-events-adv-list-widget li {	
	padding: 5px 0;
	margin: 0;
	border-bottom: thin solid #515151;
}

.header-navigation-menu-dropdown-singlecolumn .tribe-events-adv-list-widget h4 {
	border: none;
	margin: 0;
	line-height: 1.1em;
}

#member-login-button {
	display: inline-block;
	float: left;
	width: 130px;
	margin: 20px 0 0px 55px;
}
 

/***** WIDGETS & PLUGINS *****/

/*** Home Page Widgets ***/

#home-widgets > ul {
	list-style: none;
	margin: 0;
}
#home-widgets .widget {
	width: 32%;
	height: 304px;
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
}
#home-widgets .widget h3 {
	line-height: 37px;
	vertical-align: middle;
	font-size: 1.8em;
	font-weight: 700;
}

#home-widgets .widget:first-child,
#home-widgets .widget:nth-child(4) {
	background: #eff8fc;
	border-bottom: 6px solid #25a6df;
}
#home-widgets .widget:first-child h3,
#home-widgets .widget:nth-child(4) h3 {
	background: #25a6df;
	text-align: center;
	color: white;
}
#home-widgets .widget:first-child h4,
#home-widgets .widget:nth-child(4) h4 {	
	color: #25a6df;
}

#home-widgets .widget:nth-child(2),
#home-widgets .widget:nth-child(5) {
	background: #fdefef;
	border-bottom: 6px solid #ed1b28;
	margin: 0 2%;
}
#home-widgets .widget:nth-child(2) h3,
#home-widgets .widget:nth-child(5) h3 {
	background: #ed1b28;
	text-align: center;
	color: white;
}
#home-widgets .widget:nth-child(2) h4,
#home-widgets .widget:nth-child(5) h4 {
	color: #ed1b28;
}

#home-widgets .widget:last-child,
#home-widgets .widget:nth-child(3) {
	background: #eef9f2;
	border-bottom: 6px solid #19a94a;
}
#home-widgets .widget:last-child h3,
#home-widgets .widget:nth-child(3) h3 {
	background: #19a94a;
	text-align: center;
	color: white;
}
#home-widgets .widget:last-child h4,
#home-widgets .widget:nth-child(3) h4 {
	color: #19a94a;
}

/*** Featured Post Widget ***/

.feature-widget-image {
	float: left;
	margin: -5px 10px 0px 5px;
}

.widget_bca_feature_widget h4 {
	font-size: 1.2em;
	padding: 0 10px;
	border: none;
}

.widget_bca_feature_widget p {
	padding: 0 10px;
	font-size: 1em;
	line-height: 1.4em;
}

/*** Home Recent Posts Widget ***/

#home-widgets .widget_recent_entries ul {
	list-style: none;
	padding: 0 10px;
	margin: 0;
}

#home-widgets .widget_recent_entries li {
	margin: 0 0 20px;
}

#home-widgets .widget_recent_entries .post-date {
	color: #25a6df;
	font-weight: bold;
}
	
/*** Page Widgets ***/

#right-sidebar > ul,
#right-sidebar-widgets > ul {
	list-style: none;
	margin: 0;
}

.widget h3 {
	text-align: center;
	color: white;
	background: #282a76;
	padding: 5px 0;
}

/*** Footer Widgets ***/

#footer-widgets > ul {
	list-style: none;
	margin: 0;
}
#footer-widgets .widget {
	width: 32%;
	height: 304px;
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
}

#footer-widgets .widget h3 {
	text-align: center;
	color: #282a76;
	background: white;
	padding: 0;
}

#footer-widgets .widget:nth-child(2),
#footer-widgets .widget:nth-child(5) {
	margin: 0 2%;
}

.partner-logo {
	margin: 0 2px 10px;
}

#footer-legal-top {
	color: #282a76;
	text-align: center;
	margin: 0 0 10px;
	line-height: 1.5em;
	font-family: ubuntu, arial, helvetica, sans-serif;
	font-weight: 400;
}
#footer-legal-top b {
	font-weight: 700;
}
#footer-legal-bottom {
	color: black;
	font-style: italic;	
	text-align: center;
	line-height: 1em;
}

/*** Upcoming Events widget styling ***/
.hfeed {
	margin: 0px 0px 20px;
}

.tribe-events-adv-list-widget ol li {
	margin-bottom: 10px !important;
}

.tribe-events-adv-list-widget h4 a {
	color: #282a76;
}

.tribe-events-adv-list-widget .list-info {
	margin: 0 0 20px;
}

/* Styling Event Titles in Header */
.header-navigation-menu-dropdown-singlecolumn .entry-title {
	font-size: 1em;
	margin: 0 0 5px;
}

.header-navigation-menu-dropdown-singlecolumn .entry-title a {
	color: #282A76;	
}
.header-navigation-menu-dropdown-singlecolumn .entry-title a:hover {
	text-decoration: underline;
	color: #282A76;	
}

/* Remove state and link in dropdown */
.header-navigation-menu-dropdown-singlecolumn .location,
.header-navigation-menu-dropdown-singlecolumn .tribe-events-widget-link {
	display: none;
}

/* Remove List Date Everywhere */
.tribe-events-adv-list-widget .list-date {
	display: none;
}

/*** JetPack Gallery ***/

.slideshow-window {
	background: white !important;
	border-color: white !important;
}

#right-sidebar .jetpack-slideshow {
	height: 260px !important;
}
#right-sidebar .slideshow-slide {
	height: 250px !important;
	line-height: 250px !important; 
}

#right-sidebar .slideshow-slide img {
	max-height: 250px !important;
	vertical-align: top !important;
}

#right-sidebar .slideshow-slide-caption {
	bottom: -20px !important;
}

/*** Category Recent Posts Widget ***/

.rpjc_widget_cat_recent_posts .post-date {
	margin: 0 0 0 5px;
}


/*** Pagination ***/

.pagination {
clear:both;
padding:20px 0;
position:relative;
font-size:11px;
line-height:13px;
float: right;
}
 
.pagination span, .pagination a {
display:block;
float:left;
margin: 2px 2px 2px 0;
padding:6px 9px 5px 9px;
text-decoration:none;
width:auto;
color:#fff;
background: #666666;
}
 
.pagination a:hover{
color:#fff;
background: #ed1b28;
}
 
.pagination .current{
padding:6px 9px 5px 9px;
background: #282a76;
color:#fff;
}

/*** Content Toggle ***/

.hider-toggle {
	text-align: center;
	width: 50%;
	margin: 0px auto 20px;
	display: block;
	cursor: pointer;
}

/*** Artist Profile Shortcode ***/

.artist-profile {
	float: left;
	width: 190px;
	min-height: 125px;
	font-size: .6em;
}
.artist-profile:nth-of-type(3n+2) {
	border-left: thin solid #ed1b28;
	border-right: thin solid #ed1b28;
	padding: 0 10px;
	margin: 0 10px 10px;
}

.artist-profile img {
	float: left;
	width: 80px;
	height: 125px;
	margin: 0 5px 0 0;
	display: block;
}
.artist-profile p {
	margin: 0 0 15px;
}
.artist-profile p:last-child {
	margin: 0;
}

.artist-profile br {
	display: none;
}
/***** MISC. *****/

/***** UTILITY CLASSES *****/

.bold, b, strong {
	font-weight: bold;
}

.italic, i, em {
	font-style: italic;
}

hr {
	border: 0;
	height: 0;
	border-top: 1px solid #ed1b28;
	border-bottom: 1px solid #ed1b28;
}

.screen-reader-text {
	position: absolute;
	left: -9000px;
}

.hidden {
	display: none;
}

.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

/***** RESPONSIVE *****/

@viewport{
    zoom: 1.0;
    width: device-width;
}

/*** Set Up Hidden Content ***/

#minimalheader {
	display: none;
}
#banner-logo-mobile {
	margin: 10px auto;
	display: block;
	text-align: center;
}
#mobile-nav,
#mobile-sub-nav {
	width: 50%;
	margin: 0 auto 10px;
	display: block;
}

#mobile-toolbox {
	display: none;
	text-align: center;
	padding: 10px 0 0;
}
.mobile-social-button {
	margin: 0 5px;
}

#mobile-event-info {
	margin: -20px 0 20px;
	display: none;
}


/* ----------- 960px ----------- */
@media screen and (max-width: 960px) {

/* BASE SETTING: Expand width and remove floating */

#banner-container-top,
#banner-container-bottom,
#home-container,
#page-container,
#page-body,
#right-sidebar,
#left-sidebar-thin,
#page-body-center,
#right-sidebar-thin,
#page-body-full,
#footer-container,
#home-widgets .widget,
#footer-widgets .widget {
	width: 100%;
	float: none;
	margin-left: 0;
	margin-right: 0;
}

/* Widget Fixes */

#home-widgets .widget,
#home-widgets .widget:nth-child(2),
#home-widgets .widget:nth-child(5) {
	margin: 0 0 20px;
	height: auto;
}

#footer-widgets .widget,
#footer-widgets .widget:nth-child(2),
#footer-widgets .widget:nth-child(5) {
	margin: 0 0 10px;
	height: auto;
	text-align: center;
}

/* Header Fixes */

#banner-logo {
	float: none;
}

#banner-tagline {
	text-align: center;
	float: none;
	margin: 0;
}

#banner-toolbox {
	position: absolute;
	right: 10px;
	top: 10px;
}

/* Page Padding Fixes */

#page-body,
#right-sidebar,
#left-sidebar-thin,
#page-body-center,
#right-sidebar-thin,
#page-body-full {
	padding: 10px 0;
}

#page-body > *,
#right-sidebar > *,
#left-sidebar-thin > *,
#page-body-center > *,
#right-sidebar-thin > *,
#page-body-full > * {
	padding: 0 10px;
}

/* Dropdown Changes */

#header-navigation-menu > li > a {
	max-width: initial;
}

.header-navigation-menu-dropdown {
	position: absolute;
	padding: 10px 20px 20px;
	background: url('images/dropdownbg.png');
	text-shadow: none;
	margin: 5px 0 0;
	display: none;
	z-index: 1000;
	width: 100%;
	left: 0;
}

#about-dropdown {}
#news-dropdown {}
#events-dropdown {
	width: 100%;
}
#join-dropdown {}
#directory-dropdown {
	width: 100%;
}
#education-dropdown {
	margin-left: 0px;
}
#grants-dropdown {
	margin-left: 0px;
}
#public-dropdown {
	margin-left: 0px;
}
#contact-dropdown {}

/* Remove Member Gallery */

#member-gallery {
	display: none;
}

/* Fix Artist Profiles */

.artist-profile {
	float: none;
	width: auto;
	font-size: 1em;
}

.artist-profile:nth-of-type(2), .artist-profile:nth-of-type(5), .artist-profile:nth-of-type(8) {
	border: none;
	margin: 0;
}

/* Blog Listing Fixes */

.blog-post-image-holder {
	width: 20%;
	margin: 0 5% 0 0;
}
.blog-post-content {
	width: 75%
} 

/* Image Fix */

img {
	max-width: 100%;
	height: auto;
}

/* Event Fixes */

#mobile-event-info {
	display: block;
}

body.events-single #right-sidebar {
	display: none;
}

/* Misc. Style Changes */


}

/* ----------- 640px ----------- */
@media screen and (max-width: 640px) {

/* Activate Mobile Header and Footer */

#minimalheader,
#mobile-toolbox {
	display: block;
}

/* Hide Things */

#banner,
#text-2,
#text-6 {
	display: none;
}

/* Blog Listing Fixes */

.blog-post-image-holder {
	width: 100%;
	margin: 0 auto 0;
	float: none;
	text-align: center;
}
.blog-post-content {
	width: 100%;
	float: none;
}

/* Events Fixes */

.tribe-events-list .tribe-events-event-image {
	margin: 0 auto 20px !important;
}

.tribe-events-list .event-listing-info {
	width: 100% !important;
	float: none;
}

/* Misc. Style Changes */


}