/*
Theme Name: Chaplin Child Theme
Theme URI: https://www.telmplate.co.il
Author: Stefan Etter
Description: Chaplin Child Theme
Template: chaplin
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Version: 1.0.0
Text Domain: Chaplin-child
*/


/* CUSTOM CSS CODE GOES HERE */

.entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
    max-width: 120rem;
    width: calc(100% - 8rem);
}

.home .entry-title {
display: block;
}


/* Intro Titel ausblenden*/
.home .intro-title{
	display: none;
}

  /* Sponsoren Trennline ausblenden*/
.widget_sponsors_widget .sponsors-item {
	border:none;
}

.widget_sponsors_widget ul.horizontal {
 align-items: center;
}


#wp-sponsors li{
	margin-bottom:2em;
	max-width:15em;
}

div#wp-sponsors {
 justify-content:space-between;
 align-items:center;
}


.widget_sponsors_widget li{
	width:50%;
	max-width:20em;
	
}

  /* Sponsoren im Footer werden auf Sponsorenseite ausgeblendet
.page-id-428 .widget_sponsors_widget ul.horizontal {
 display:none;
	align-items:center;
}*/

@media screen and (max-width : 400px) {
  .secondary-navigation {
    display:none;
  }
	.site-header-inner .social-links{
		display:none;
	}
	.widget_sponsors_widget ul.horizontal li.sponsors-item {
 width:100%;
	}
	.horizontal {
		margin-left: 1rem!important;
	}
}

@media screen and (max-width: 782px) {
	.horizontal {
	 margin-left: 1.5rem!important;
	}
}

.widget_sponsors_widget ul.horizontal li {
 padding:10px 0px 10px 0;
}

.widget_sponsors_widget ul.horizontal li.sponsors-item img {
 padding-bottom:0px;
	justify-content: space-around;
}

@media screen and (max-width : 800px) {
  .secondary-navigation {
    display:none;
  }
	.site-header-inner .social-links{
		display:none;
	}
}

.widget_sponsors_widget ul.horizontal {
  justify-content: space-around;
}



/* public.css | http://etnetrw6aff.internet-box.ch:10000/wp-content/plugins/wp-sponsors/assets/dist/css/public.css?ver=3.2.0 */





/* blocks.style.css | https://dev.stveggethof.ch/wp-content/plugins/ultimate-addons-for-gutenberg/dist/blocks.style.css?ver=1.14.6 */

.uagb-post-grid .is-grid.uagb-post__equal-height .uagb-post__inner-wrap {
  border: solid;
	border-color:rgba(83, 83, 84, 0.2);
  border-width: thin;
}

.uagb-post-grid .uagb-post__image img {
  padding: 0px;
}



/*
.wp-custom-header {
    width: auto;
    height: 300px;
    background-size: cover;
    background-repeat: no-repeat;
	overflow:hidden;
}*/

@media screen and (max-width: 782px) {
	.ics-calendar.nomobile .ics-calendar-month-grid{
		
	}
}



/* blocks.style.css | http://etnetrw6aff.internet-box.ch:10000/wp-content/plugins/ultimate-addons-for-gutenberg/dist/blocks.style.css?ver=1.14.6 */


.blockstyle {
	border-style:solid;
  border-width: thin;
  border-color: rgba(83, 83, 84, 0.2);
}

.overlay-header #site-header {
    background-color: #fefeff;
}

.header-inner{
	background-color: white!important;
}

.overlay-header :not(.is-sticky).header-inner{
	color:#535354;
}

.entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
    max-width: 120rem;
    width: 100%;
	
}

@media only screen and (max-width: 768px) {
.wp-block-table {
		overflow: hidden;
		overflow-x: scroll;
		display:block;
		width:100%!important;
	}
.wp-block-table th tbody {
		display: table;
		width: 100%;
	}
}
/* style.min.css | https://dev3.stveggethof.ch/wp-includes/css/dist/block-library/style.min.css?ver=5.3.2 */

@media only screen and (max-width: 800px) {
	.wp-block-columns {
		display: block;
	}
	.has-2-columns .wp-block-column,
	.has-3-columns .wp-block-column,
	.has-4-columns .wp-block-column,
	.has-5-columns .wp-block-column,
	.has-6-columns .wp-block-column {
		width: 100%;
	}
	div.wp-block-column:nth-child(2) {
  margin-left: 0px;
	}
}

/*Timetable*/
.mptt-shortcode-wrapper .mptt-shortcode-table.mptt-theme-mode tbody tr:nth-child(2n+2) td.event {
    background-color: #fff;
}




