/*
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 */

.site-header {
	padding-bottom: 0px;
}

h1.site-title {
	margin-top: 0px;
}

.site-description {
	padding-top: 15px;
    margin-bottom: 0px;
    font-weight: 600;
    /*color: #b03b5c;*/
    font-size: 1.9rem;
}

.site-branding {
    margin-bottom: 0px;
}

.site-branding .site-title a {
	color: #fdf4e3 ! important;
	background-color: #231f20;
	padding: 5px;
	font-size: 2.0rem;
} 

.site-description {
    color: #231f20 ! important;
}

@media screen and (min-width: 44.375em) {
	.site-description {
		font-size: 2.5rem;	
	}
	
	.site-branding .site-title a {
		font-size: 3.0rem;
	}
}


.custom-logo-link {
    display: block;
    /*height: 100%;*/
    vertical-align: middle;
    line-height: 280px;
    margin: 5px 15px 5px 15px;
}

.header-image {
	/*background-position-x: 0px;
	background-position-y: 0px;
    height: 280px;
    background-size: initial;
    background-color: #e5887f;*/
}

@media screen and (max-width: 859px) {
	.header-image {
		/*background-image: none ! important;*/
	}
}

.custom-logo {
	max-width: 480px;
	width: 100%;
}

.juko_year {
    font-family: 'Poppins', sans-serif;
    font-weight: 800;
    font-size: 28px;
    font-size: 3.75rem;
    line-height: 1.2173913043;
    color: #b13a5c;
    text-decoration: overline;
    margin-top: 10px;
}

div.juko_startendlocation_section {
	width: 510px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 15px;
} 

div.juko_startendlocation_wrapper {
	float: left;
	width: 160px;
	margin-left: 5px;
	margin-right: 5px;	
}

div.juko_startendlocation_wrapper a:hover {
	text-decoration: none;
}

div.juko_startendlocation_wrapper a:hover table.juko_startendlocation {
	background-color: #686868;
}

table.juko_startendlocation {
	border: none;
	border-radius: 5px;
	width: auto;
	background-color: #b13a5c;
	margin-left: auto;
	margin-right: auto;
	color: white;
}

table.juko_startendlocation td {
	border: none;
	padding-right: 8px;
	font-family: "Poppins", "Helvetica Neue", sans-serif;
	font-style: italic;
}

table.juko_startendlocation tr {
	border: none;
}

td.juko_startendloaction_icon {
	text-align: right;
}

td.juko_startendloaction_icon i {
	font-size: 30pt;
	padding-top: 5px;
	padding-left: 8px;
}

div.clear {
	clear: both;
}

@media screen and  (max-width: 540px) {
	
	div.juko_startendlocation_section {
		width: 100%;
		margin-left: auto;
		margin-right: auto;
	} 
	
	div.juko_startendlocation_wrapper {
		float: none;
		width: 160px;
		margin-left: auto;
		margin-right: auto;	
	}

}

/* page and post content styles */

#main {
	background-color: #fff;
}

.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 */

a.countdown_infolink {
	display: none;
}

span.countdown_descr {
	padding-top: 20px;
}

#shailan-countdown-widget-2 {
	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;
}
