/*
Theme Name: Enfold Child - Bushwick 01
Description: A <a href='http://codex.wordpress.org/Child_Themes'>Child Theme</a> for the Enfold Wordpress Theme. If you plan to do a lot of file modifications we recommend to use this Theme instead of the original Theme. Updating wil be much easier then.
Version: 1.0
Author: MJV
Author URI: http://www.kriesi.at
Template: enfold
*/



/*Add your own styles here:*/

/*changes default font size, orignally it was set to 13px: also changes other styling of body, line height and color of links*/

body {
  font-size: 18px;
  line-height: 30px;
}

.main_color a, .alternate_color a {
color: #FF1200;
}


/*------------------------------END*/


/*adds horizontal line seprator between blog posts*/

.template-blog .post_delimiter {
	border-bottom: 1px solid #e1e1e1;
}

/*------------------------------END*/

/*styling for The Events Calendar widget -------------------------------------*/

/*.tribe-events-list-widget ol { margin: 0px; }*/

li.tribe-events-list-widget-events h4 a { font-size: 13px; }

li.tribe-events-list-widget-events h4.entry-title { margin: 0px; color: #719430; font-weight: strong;  text-transform: uppercase;}

li.tribe-events-list-widget-events.hentry { margin-bottom: 10px; border-bottom: 1px solid #e1e1e1; }

.tribe-events-list-widget .duration{
font-size:13px;
font-weight: normal;
margin-bottom: 10px
/*color:#0099FF*/
}

.tribe-events-list-widget .tribe-events-widget-link a {
	font-size:13px;
	font-weight: normal;
}

.tribe-events-list-widget .tribe-events-widget-link {
	margin-top: -10px;
	margin-left: 15px;
}

.tribe-events-list-widget-events.hentry  {
	margin-left: 0px;
}

ol.hfeed {
	margin-left: 0px;
}



/*------------------------------END*/

/*---------------------------------------------- removes allwed html code from the comments section of blog posts */

.form-allowed-tags { display: none!important; }

/*------------------------------END*/

/*---------------- removes the tags from displaying at the bottom of individual posts */

.blog-tags.minor-meta {
display: none;
}

/*------------------------------END*/


/*------------------- removes the meta data comments, categories, from displaying below blog post titles */

.comment-container.minor-meta,
.comment-container.minor-meta + .text-sep,
.blog-categories.minor-meta, 
.blog-categories.minor-meta + .text-sep {
    display: none;
}

/*------------------------------END*/


/*------------- modifies the meta dat under blog post slider,------------------------*/

.slide-meta .slide-meta-comments, .slide-meta .slide-meta-comments + .slide-meta-del {
	display: none!important;
}


.slide-meta-time.updated {
font-size: 13px;
}

.slide-entry-title.entry-title  {
	font-size: 20px;
}

.slide-entry-excerpt.entry-content {
	font-size: 13px;
}

/*------------------------------END*/

.post-title.entry-title {
	font-size: 30px;
}

.post-meta-infos {
	font-size: 16px;
}

/*---------------------- removes header from mailchimp widget on homepage -----*/

.page-id.home .widgettitle {
	display: none;
}


.big-preview img {
    height: auto !important;
    width: auto !important;
}

