/*
 Theme Name:     ApSeminarTheme
 Theme URI:      https://www.andreaspabst.com
 Description:    Divi Child - Make Use of /seminare/ Custom Post Type
 Author:         AndreasPabst
 Author URI:     https://www.andreaspabst.com
 Template:       Divi
 Version:        1.0.1
*/
 
/* =Ab hier kannst du deine CSS-Anpassungen eintragen
------------------------------------------------------- */

/** Fonts **/
@font-face {
  font-family: "Poppins";
  src: url("data:,");
}

body {
  font-family: 'Poppins', sans-serif;
}

body.single-seminare #main-content {
    width: 100%!important;
}
body.single-seminare #main-content {
    padding-top: 0!important;
}
body.single-seminare .container {
    padding-top: 0!important;
	width: 100% !important;
    max-width: 100% !important;
}
/*body.single-seminare .et_post_meta_wrapper { display: none; }*/

/* Divi Mega Menu Width Adaption */
.et_fullwidth_nav #top-menu li.mega-menu>ul {
    width: auto;
    left: 10% !important;
    right: 10% !important;
}
.mega-menu.mega-menu-parent-2 .sub-menu { }
.mega-menu li.mega-head {
    margin-right: 10px;
    background-color: #f5f5f5;
}
.mega-menu li.mega-head > a:first-of-type {
    margin-top: 7px;
}

/*------------------------------------------------*/
/*--------------[GQ CATEGORY TITLES]--------------*/
/*------------------------------------------------*/
 
.blog-title {
    margin-bottom: 60px;
}
hr.archive-line {
    width: 25%;
    float: left;
    border: 0;
    height: 4px;
    background-color: #2ea3f2;}
