/*
Theme Name:     Engitech Child
Theme URI:      http://wpdemo.archiwp.com/engitech/
Description:    Make your modifications to [Parent Theme] in this child theme.
Author:         Oceanthemes
Author URI:     http://oceanthemes.net/
Version:        1.0
Template:       engitech
*/

@import url("../engitech/style.css");
 
/* =Theme customization starts here
------------------------------------------------------- */
/*Linien Blog-Footer ausblenden*/

.blog-post .entry-footer {

display: none;

}

/*Kategorie ausblenden*/

.post-cat {

display: none;

}

/*Überschriften Blogposts (Übersicht)*/

h3.entry-title > a {
color: #4e6282 !important;
text-decoration: none;
}
h3.entry-title > a:hover {
color: #7a7a7a !important;
text-decoration: none;
}

/*Symbol Breadcrumbs*/

.page-header .breadcrumbs li:before {
    content: "•";
    font-size: 20px;
}

