/*
Theme Name: Total Child
Theme URI: http://totalwptheme.com
Description: Total WordPress theme example child theme.
Author: AJ Clarke
Author URI: http://totalwptheme.com
Template: Total
Version: 1.1
*/

#sidebar {padding: 20px !important;}
.related-portfolio-posts-heading {margin-top: 20px; color: #FFF !important;}

/* Parent stylesheet should be loaded from functions.php not using @import */

/* .vc_column_container>.vc_column-inner {padding-top: 15px;} */

/* Globally set the VC row to white
.vc_row {
    background-color: #ffffff;
}
*/

/* format project page */
.display-posts-listing .listing-item .title {display: block; font-family: 'Roboto'; font-weight: 700; font-size: 24px; text-align: left; margin: 10px; }
.display-posts-listing img {margin: 10px; border-radius: 1%; }

.tribe-events-event-meta .column, .tribe-events-event-meta .tribe-events-meta-group {
    box-sizing: border-box;
    display: inline-block;
    margin: 0 0 20px;
    padding: 0 4%;
    text-align: left;
    vertical-align: top;
    width: auto;
    zoom: 1;
}

.single-tribe_events #tribe-events-content .tribe-events-event-meta dt {
    clear: left;
    font-weight: 700;
    line-height: 1.5;
    list-style: none;
    background-color: #ffffff !important;
}

ul.tribe-events-sub-nav {display: none;}

.entries.left-thumbs .blog-entry.thumbnail-entry-style {
   background-color: #ffffff !important;
   padding: 10px 10px 10px 10px !important;
}

/* Fix background color for NEWS page */

body .single-post-title {
    background-color: #ffffff !important;
}

/* Fix background color for single blog (news) post */

article#single-blocks.single-blog-article.clr {
   background-color: #ffffff !important;
   padding: 10px 10px 10px 10px !important;
}

#tribe-events-content-wrapper {
   background-color: #ffffff !important;
   padding: 10px 10px 10px 10px !important;
}

/* The following affects the list view of events as well */

#tribe-events-content {
   background-color: #ffffff !important;
   padding: 10px 10px 10px 10px !important;
}
