@charset "UTF-8";

/*
	Theme Name: Wikilogy Child Theme
	Theme URI: http://themeforest.net/user/gloriathemes
	Description: Wikilogy Child Theme
	Author: Gloria Themes
	Author URI: http://gloriathemes.com/
	Template: wikilogy
	License: GNU General Public License v2 or later
	License URI: http://www.gnu.org/licenses/gpl-2.0.html
	Text Domain: wikilogy
	Version: 1.0
*/
/* Google fonts */
@font-face {
	font-family: Montserrat;
	src: url(./fonts/Montserrat/Montserrat-Thin.ttf);
	font-weight: 200;
	font-style: normal;
}
@font-face {
	font-family: Montserrat;
	src: url(./fonts/Montserrat/Montserrat-Light.ttf);
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: Montserrat;
	src: url(./fonts/Montserrat/Montserrat-Regular.ttf);
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: Montserrat;
	src: url(./fonts/Montserrat/Montserrat-Medium.ttf);
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: Montserrat;
	src: url(./fonts/Montserrat/Montserrat-SemiBold.ttf);
	font-weight: 600;
	font-style: normal;
}

@font-face {
	font-family: Montserrat;
	src: url(./fonts/Montserrat/Montserrat-Bold.ttf);
	font-weight: 700;
	font-style: normal;
}

@font-face {
	font-family: Montserrat;
	src: url(./fonts/Montserrat/Montserrat-ThinItalic.ttf);
	font-weight: 200;
	font-style: italic;
}
@font-face {
	font-family: Montserrat;
	src: url(./fonts/Montserrat/Montserrat-LightItalic.ttf);
	font-weight: 300;
	font-style: italic;
}

@font-face {
	font-family: Montserrat;
	src: url(./fonts/Montserrat/Montserrat-MediumItalic.ttf);
	font-weight: 500;
	font-style: italic;
}

@font-face {
	font-family: Montserrat;
	src: url(./fonts/Montserrat/Montserrat-SemiBoldItalic.ttf);
	font-weight: 600;
	font-style: italic;
}

@font-face {
	font-family: Montserrat;
	src: url(./fonts/Montserrat/Montserrat-BoldItalic.ttf);
	font-weight: 700;
	font-style: italic;
}


/* Footer Farbe anpassen */
.footer.footer-style1 {
    background-color: #fff;
}

/* Post Blog-Liste Überschrift + Copytext */
.post-list-style-5 .title {
	font-size: inherit;
	font-weight: 500;
	text-transform: none;
}

.post-list-style-5 .title-text {
    font-size: inherit;
    font-style: italic;
	text-transform: uppercase;
    margin-bottom: 0.07692rem;
}

/* Post Seite: Überschrift */
.wikilogy-title.style-1 .title {
    text-transform: none;
    font-weight: 500;
}

/* Footer: Copyright-Bereich ausblenden */
.footer-copyright {
	display: none;
}

/* Scroll Indikator Startseite */
#scroll-indikator {
	position: absolute;
    top: 85%;
    left: 50%;
    margin: auto 0;
}


.header.header-style-2 .mainmenu .navbar-nav > li>.nav-link,
.header.header-style-2 .mainmenu .navbar-nav > li>.nav-link:visited {
	font-size: 20px;
	text-transform: none;
	font-weight: 300;
}


.single-content .post-content h2 {
	border-bottom: none;
}

/* Content Index customization */
.content-index {
	width: 25%;
	height: 50%;
}