/*
Theme Name: Total Baubiologie
Theme URI: http://totalwptheme.com
Description: Total WordPress theme example child theme.
Author: AJ Clarke
Author URI: http://totalwptheme.com
Template: Total
Version: 1.0
*/

@import url("../Total/style.css");

/* -----Header-----*/

#site-header {
    background: url("http://www.baubio-logisch.de/wp-content/uploads/2014/05/moodbar_baubiologisch_05.jpg") repeat scroll 50% 50% / cover rgba(0, 0, 0, 0);
}

header h1 {
    font-size: 19.7px;
    margin: 50px 360px 0 0;
    color:#3462a4;
}

#site-logo {
    margin-top: 26px!important;
}

/* -----Sidebar-----*/


#sidebar .widget-title {
    margin: 0 0 10px;
    color: #3462A4;
    font-weight: 400;
}

#sidebar .wpex-widget-recent-posts-title, 
#respond h3  {
    color: #3462A4;
    font-weight: 400;
}

/* -----Footer-----*/
.site-footer .footer-widget {
    margin-bottom: 10px;
}

.site-footer .container {
    padding-top: 20px;
}

/* -----Headings-----*/

h1, h2, h3, h4, h5, h6 {
    color: #3462A4;
}

/* -----Bullets-----*/

.vcex-bullets-check ul li {
    background: url("images/check.png") no-repeat scroll 0 8px rgba(0, 0, 0, 0);
}

.vcex-bullets ul {
    margin-top: 0 !important;
}

.vcex-bullets-check ul li {
    background-position:0 8px;
}

/* -----Portfolio-----*/

.portfolio-entry-title a{
    font-size: 16px;
    margin: 0;
    color: #B6A946;
    font-weight:500;
}

/* body .vc_text_separator {
    display:none*/
}

/* -----Testimonials-----*/

.testimonial-entry-thumb {
    border-radius: 100px;
    float: left;
    height: 100px;
    margin-right: 20px;
    width: 100px;
}

.testimonial-entry-thumb img {
    border: 1px solid #EEEEEE;
    border-radius: 100px;
    display: block;
    height: 100px;
    padding: 3px;
    width: 100px;
}

.page-header {
    padding-bottom: 10px!important;
    padding-top: 15px!important;
}

.vcex-filter-links a:hover, .vcex-filter-links li.active a {
    background: none repeat scroll 0 0 #C9B520;
    border-color: rgba(0, 0, 0, 0);
    color: #FFFFFF;
    text-decoration: none;
}



