/*
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
*/

/* Parent stylesheet should be loaded from functions.php not using @import */

h1, h2, h3, h4, h5, h6 {
    font-weight: 600;
    color: #000;
    line-height: 1.5;
    margin: 10px 0 10px;
}

.site-breadcrumbs {
    font-size: 0.9em;
    color: #ffffff;
}
.site-breadcrumbs a {
    color: #ffffff;
}

#home-portfolio .wpex-row .span_1_of_1.col {
    border-bottom:1px solid #ccc;
}


.entries.left-thumbs .entry .entry-media {
   width: 260px;
   padding-right:30px;
}

.entries.left-thumbs .entry .entry-details {
   width: 600px;
}

.boxgrau{
width:200px;}

.fontwhite{
color:#ffffff!important;
}

