/*
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 */
/* add css through Benutzerdefiniertes CSS*/

.ticon-instagram {
	margin-top: 0px !important;
}

.simple-banner #custom-banner-text-de {
	display: none;
}


h2.custom-title {
    font-weight: 400;
    font-size: 40px;
    line-height: 1.2;
    margin: 0 0 50px 20px;
}



div#categories-2 {
    margin-top: 92px;
	color: #3E43FF !important;
	
}
div#categories-3 {
    margin-top: 92px;
	color: #3E43FF !important;
}
div#categories-4 {
    margin-top: 92px;
	color: #3E43FF !important;
}

h2.title-none{
    display: none;
}
@media only screen and (max-width:959px){
    h2.custom-title, .entry h2 {
        margin: 0 0 50px 20px!important;
    }
    div#categories-2 {
        margin-top: 10px;
		color: #3E43FF !important;
    }
    div#categories-3 {
        margin-top: 10px;
		color: #3E43FF !important;
    }
    div#categories-4 {
        margin-top: 10px;
		color: #3E43FF !important;
    }
}



header.single-blog-header.clr ~ ul.meta.clr ~ ul.meta.clr {
    margin-bottom: 20px;
}

header.single-blog-header.clr ~ ul.meta.clr {
    margin-bottom: 0;
}

.archive header ~ ul.meta.clr ~ ul.meta.clr {
    margin-bottom: 15px;
}

.archive header ~ ul.meta.clr {
    margin-bottom: 5px;
}

li.meta-author.noline:after {display:none;}
