/*
  Theme Name: Mutlu
  Description: Mutlu WordPress Theme
  Version: 1.0.0
  Theme URI: http://mutluakustik.com
  Author: Mutlu
  Author URI: http://mutluakustik.com
  License: ISC
  Text Domain: mutlu
  Domain Path: /lang
*/
.postpagination {
	clear: both;
	margin: 20px 10px;
	line-height: 2.1em;
	font-size: 1.2em;
	text-align: right;
	color: #fff;
}
.postpagination span {
	padding: 6px 10px;
}
.postpagination a {
	padding: 6px 10px;
	margin: 0 6px;
	border: 1px solid #ddd;
	text-decoration: none;
	color: #fff;
}
.postpagination a:hover {
	border-color: #fff;
}
.flex-caption {
	width: 96%;
	padding: 2%;
	left: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.5);
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
	font-size: 14px;
	line-height: 18px;
}
.brosur-ismi {
	width: 100%;
}
.categories > li.simpleAccTrigger.active > a:before {
	content: none;
}
.categories > li.simpleAccTrigger > a {
	padding: 0;
}
.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.yplay {
	background: url("./assets/img/play.png") center center no-repeat transparent;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 2;
	left: 0;
	top: 0;
	filter: invert(100%);
	-webkit-filter: invert(100%);
	background-size: 40px 40px;
}
