/* 
Theme Name:		 Coven Berlin
Theme URI:		 https://www.covenberlin.com
Description:	 Coven Berlin is a child theme of SimpleMag
Author:			 Choni
Author URI:		 https://choni.code-fish.eu
Template:		 simplemag
Version:		 1.3.1
Text Domain:	 coven-berlin
*/

/* 
Hide button in German frontpage translation
*/
.page-6479-2 #site #content .all-news-link{
	display: none !important;
}


.coven-not-visible{
	display: none;
}

/*
Secondary menu displayes on focus
*/

.focus .sub-menu{
	opacity:1 !important;
	top:100% !important;
}

/*
Remove slash between categories in Menu
*/
.main-menu > ul > li:after {
	content: none;
}


/*
Center images of the Image Widget (used for Berlin Senat logo)
*/
.img-center{
	display: block;
	margin: auto;
}

/*
Style for Top Bar
*/

#masthead .secondary-menu{
	float:left;
}

#masthead .search-social{
	float:right;
}

#masthead .search-social #searchform{
	float: left;
}

/*
Slider Height
*/
.posts-slider-section .flexslider,
.posts-slider-section .flexslider .slides img  {
    height: 600px;
}

@media only screen and (max-width: 750px){
		.posts-slider-section .flexslider,
		.posts-slider-section .flexslider .slides img  {
		height: 250px;
	}
}

/*
Slider Play/Pause
*/
.icon-play:before{content:'\25B6';font-style:normal;}
.icon-pause:before{content:'\23F8';font-style:normal;}

.posts-slider .flex-pauseplay a {
	position: absolute;
	z-index: 100;
	text-decoration: none;
	padding: 2px 5px;
	color:#fff;
	font-size:20px;
	text-align:center;
	bottom:5%;
	right: 5%;
	border:3px solid #fff;
    background-color:rgba(255,255,255,0);
}

