/*
Theme Name: TheSimplestChild
Template: thesimplest
*/

/* Define special fonts*/

@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url('font/MaterialIcons-Regular.eot'); /* For IE6-8 */
  src: local('Material Icons'),
    local('MaterialIcons-Regular'),
    url('font/MaterialIcons-Regular.woff2') format('woff2'),
    url('font/MaterialIcons-Regular.woff') format('woff'),
    url('font/MaterialIcons-Regular.ttf') format('truetype');
}

.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;

  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;

  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;

  /* Support for IE. */
  font-feature-settings: 'liga';
}

/* General styles*/

h1, 
h2,
h3,
h4,
h5,
h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: "Poppins", "Helvetica Neue", sans-serif;
    font-weight: 900;
    margin: 28px 0 14px;
}	
	
h1 {
    font-size: 33px;
    line-height: 1.2727272727;
}

h2 {
    font-size: 28px;
    line-height: 1.25;
}

h3 {
    font-size: 23px;
    line-height: 1.2173913043;
}

h4, 
h5, 
h6 {
    font-size: 19px;
    line-height: 1.1052631579;
}

h4 {
    letter-spacing: 0.13333em;
    text-transform: uppercase;
}

h6 {
    font-style: italic;
}


/* Header styles */

#masthead {
	border-bottom-width: 0px;
	border-bottom-style: none;
}

.site-header {
	padding-bottom: 0px;
}

.site-header-main {
	padding-bottom: 0px;
}

.site-branding-container {
	display: flex;
    margin-bottom: 20px;
    margin-top: 20px;
    width: 100%;
    justify-content: center;
}

.site-branding-kranz {
	width: 6%;
}

.site-branding {
	max-width: 1140px;
	margin-left: 10px;
	margin-right: 10px;
	align-self: center;
}

.site-branding {
    margin-bottom: 0px;
}

.site-branding .site-title {
	margin-top: 0px;
	font-size: max(24px, 2.7vw);
	margin-bottom: 0px;
	font-weight: 900;
}

.site-branding .site-title a {
	color: black;
	background-color: rgba(0, 0, 0, 0);
	text-transform: uppercase;
} 

.site-branding .site-title a:hover {
	color: black !important;
}

.site-branding .site-description {
	color: #ffffff !important;
    background-color: black;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    padding-top: 5px;
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 0.2em;
    margin-bottom: 0px;
    font-weight: 600;
    font-size: max(18px, 1.5vw);
}

.site-branding .juko-motto {
	padding-top: 0.5em;
	font-size: max(16px, 1.3vw);
	font-weight: 600;
	font-style: normal;
	font-family: "Poppins", "Helvetica Neue", sans-serif;
	color: black;
	margin-bottom: 0px;
}

.site-header-main .menu-wrapper {
    margin-bottom: 0xp;
    padding-bottom: 15px;
    padding-top: 15px;
}

.site-header-main .menu-wrapper #menu-toggle {
    margin-bottom: 0px;
    margin-top: 0px;
}

#site-header-menu{
	margin-top: 0px;
	margin-bottom: 0px;
}

#site-header-menu li.focus > a, #site-header-menu li:hover > a {
	color: #1a1a1a;
}

#site-header-menu a:hover, #site-header-menu a:active, #site-header-menu a:focus {
	color: #1a1a1a;
}

@media screen and (min-width: 56.875em) {
	#site-header-menu{
		background: linear-gradient(151deg, #f5a3a3 0%, #f5cca3 13%, #b8a3f5 25%, #b8f5a3 38%, #f5f5a3 50%, #f5a3e0 63%, #a3e0f5 75%, #ccc 88%); 
	}
}

@media screen and (max-width: 56.874em) {
    #site-header-menu ul {
        margin-top: 10px;
    }
}


@media (max-width: 768px) {
	.site-branding-kranz {
		display: none;
	}
}


/* page and post content styles */

#main {
	background-color: #fff;
}

.home .entry-title {
    font-size: 33px;
    line-height: 1.2727272727;
    font-family: "Poppins", "Helvetica Neue", sans-serif;
    font-weight: 900;
}

.entry-content h1, 
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: "Poppins", "Helvetica Neue", sans-serif;
    font-weight: 900;
    margin: 28px 0 14px;
}	
	
.entry-content h1 {
    font-size: 33px;
    line-height: 1.2727272727;
}

.entry-content h2 {
    font-size: 28px;
    line-height: 1.25;
}

.entry-content h3 {
    font-size: 23px;
    line-height: 1.2173913043;
}

.entry-content h4, 
.entry-content h5, 
.entry-content h6 {
    font-size: 19px;
    line-height: 1.1052631579;
}

.entry-content h4 {
    letter-spacing: 0.13333em;
    text-transform: uppercase;
}

.entry-content h6 {
    font-style: italic;
}

/* page and post content styles for programm section */

article.mp-event-item {
	padding-bottom: 0px;
	border-bottom: none;
}

article.mp-event-item span.cat-tags-links{
	display: none;
}

.custom-list-event-header {
	background-color: #fff;
}

.custom-list-event-content {
	background-color: #fff;
}

.custom-list-event-category {
	border-radius: 4px;
	padding: 4px;
	font-style: italic;
	margin-bottom: 5px;
	margin-right: 5px;
	white-space: nowrap;
	display: inline-block;
}

.custom-list-event-category-container {
	margin-top: 5px;
}

.custom-list-event-category-container a{
	color: #000;
}

.custom-list-event-category-container a:hover{
	text-decoration: none;
}

.custom-list-event-category-container a:hover span{
	border: solid 1px black;
}

span.author-info {
	display: none;
}

span.nav-next {
	padding-left: 5px;
	padding-right: 5px;
}

span.nav-previous {
	padding-left: 5px;
	padding-right: 5px;
}

/* Single event post styles */

.single .site-main > article.custom-single-event {
	margin-bottom: 35px;	
}

.custom-event-category-container {
	margin-top: 5px;
	margin-bottom: 15px;
}

.custom-event-category-container a {
	color: #000;
}

.custom-event-category-container a span{
	border: solid 1px white;
}

.custom-event-category-container a:hover{
	text-decoration: none;
}

.custom-event-category-container a:hover span{
	border: solid 1px black;
}

.comments-area {
	display: none;
}

/* Sidebar styles */

/* - search button */
span.header-search-icon {
	display: none;
}

button.search-submit {
	background-color: #fff;
	border-style: none;
}

button.search-submit:hover {
	border-style: solid;
	border-width: 1px;
	border-color: black;
}

section.widget {
	margin-bottom: 25px;
	padding-left: 15px;
	padding-right: 15px;
}

@media screen and (min-width: 44.375em) {
	section.widget {
		margin-bottom: 25px;
	}	
}

@media screen and (min-width: 61.5625em) {
	section.widget {
		margin-bottom: 25px;
	}	
}

.wp-caption .wp-caption-text {
	font-size: 1.1rem;
}



/* Extra styling rules for the time table */

footer.site-footer {
	/*background-image: url('https://antifaschistischer-jugendkongress.org/wp-content/uploads/2019/05/juko2019v2cmyk_pxlsd_downscaled.jpg');
    background-size: cover;
    background-position-y: 10%;*/
   	padding-top: 30px;
    padding-bottom: 30px;
}

.mptt-inner-event-content {
	word-break: break-word;
	word-wrap: anywhere;
}

/* Footer styles */

.site-footer {

}

.site-footer-inner {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    text-align: left;
    column-gap: 20px;
    max-width: 1170px;
    margin-left: auto;
    margin-right: auto;
}

.site-footer .widget {
    display: block;
    width: 320px;
    border-top: none;
}

.site-footer .widget a {
    color: white;
    text-decoration: underline;
}

.site-footer .widget p,
.site-footer .widget li,
.site-footer .widget a {
    font-weight: normal;
}

.site-info {
    padding-top: 30px;
    width: 100%;
    text-align: center;
    font-style: italic;
    font-size: small;
    font-weight: normal;
}


/* a.countdown_infolink {
	display: none;
}

span.countdown_descr {
	padding-top: 20px;
}

#shailan-countdown-widget-2 {
	display: none;
	
	border-top-width: 0px;
	border-top-style: none;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	background-color: #444;
	width: 100%;
} */

/*	Restyle link color */

.entry-author-info a:hover {
    color: #337ab7;
}

.entry-footer .cat-links a:hover,
.entry-footer .tags-links a:hover {
    color: #337ab7;
}

.page-links a:hover,
.page-links a:focus {
    background-color: #337ab7;
}

.entry-title a:hover,
.entry-title a:focus {
    color: #337ab7;
}

.dropdown-toggle:hover,
.dropdown-toggle:focus {
    color: #337ab7;
}

.main-navigation a:hover,
.main-navigation a:focus {
    color: #337ab7;
}

.menu-toggle,
.menu-toggle:hover,
.menu-toggle:focus {
    color: #337ab7;
    border: 1px solid #337ab7;
}

.site-branding .site-title a:hover,
.site-branding .site-title a:focus {
    color: #ffffff;
}

.social-links a:hover {
    color: #337ab7;
}

.icon-button-search:hover {
    color: #337ab7;
}

input[type="date"]:focus,
input[type="time"]:focus,
input[type="datetime-local"]:focus,
input[type="week"]:focus,
input[type="month"]:focus,
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
textarea:focus {
    border-color: #337ab7;
}

button:hover,
button:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
    background: #337ab7;
}

.main-navigation li:hover > a,
.main-navigation li.focus > a {
    color: #337ab7;
}

.tagcloud a:hover,
.tagcloud a:focus {
    border-color: #337ab7;
    color: #337ab7;
}

.widget_calendar tbody a {
    background-color: #337ab7;
}

.comment-reply-link:hover,
.comment-reply-link:focus {
    color: #337ab7;
}

.comment-reply-link {
    color: #337ab7;
}

.comment-metadata a:hover,
.comment-metadata a:focus,
.pingback .comment-edit-link:hover,
.pingback .comment-edit-link:focus {
    color: #337ab7;
}

.pagination a:hover,
.pagination a:focus {
    color: #337ab7;
}

.post-navigation a:hover .post-title,
.post-navigation a:focus .post-title {
    color: #337ab7;
}
