/* General Styles */

	.safiricon {
		display: block;
	}

	.safiricon svg {
		display: block;
		fill: currentColor;
		width: 16px;
		height: 16px;
		margin-right: 5px;
	}

	.safirGutenbergBlockContainer.overflow {
		overflow: hidden;
	}

/* Safir Button */

	.safirButton {
		display: inline-flex;
		align-items: center;
		overflow: hidden;
		color: var(--c1);
		font-weight: 500;
		line-height: 40px;
		cursor: pointer;
		font-size: 15px;
		transition: all .3s;
		padding: 0 20px;
		position: relative;
		background: var(--c1);
	}

	a.safirButton, a.safirButton:hover, .reading a.safirButton:hover {
		color: #fff;
	}

	.safirButton:after {
		position: absolute;
		content: "";
		transition: all .3s;
		display: block;
		top: 0;
		left: -10px;
		width: 45%;
		transform: skewX(-20deg);
		height: 40px;
		background: rgba(255,255,255,0.05);
	}

	.safirButton:hover:after {
		width: 120%;
	}

	.safirButton:hover {
		border-color: #000;
	}

	.safirButton+.safirButton {
		margin-left: 15px;
	}

	.safirGutenbergBlockContainer .safirButton {
		float: left;
	}

/* Main Heading */

	.mainHeading {
		position: relative;
		margin: 0 -30px 20px;
		padding: 0 30px 0;
		font-size: 18px;
		line-height: 20px;
		font-weight: bold;
		color: var(--c1);
		font-family: var(--headFont);
		overflow: hidden;
	}

	.mainHeading h1, .mainHeading h2, .mainHeading h3 {
		font-size: 18px;
	}

	.mainHeading .inner {
		float: left;
		overflow: hidden;
		position: relative;
		padding-bottom: 15px;
		display: flex;
		align-items: center;
	}

	.mainHeading .inner:after {
		content: "";
	    display: block;
	    width: 100%;
	    height: 2px;
		clear: both;
	    position: absolute;
	    left: 0;
	    bottom: 0;
		z-index: 2;
		background: var(--c1);
	}

	.mainHeading .safiricon svg {
		width: 20px;
		height: 20px;
	}

	.mainHeading .text {
		float: left;
	}

	.mainHeading:after {
		content: "";
	    display: block;
	    width: 100%;
	    height: 2px;
		clear: both;
	    position: absolute;
	    left: 0;
	    bottom: 0;
		z-index: 1;
		background: #eee;
	}

	@media all and (max-width: 768px) {
	
		.mainHeading {
			margin-bottom: 10px;
		}
	
	}

	.safirGutenbergBlockContainer .mainHeading {
		margin-left: 0;
		margin-right: 0;
		padding-left: 0;
		padding-right: 0;
	}

/* Soru Cevap */

	.safir-faq {
		background: #fafafa;
	}

	.safir-faq+.safir-faq {
		margin-top: 10px !important;
	}

	.safir-faq .question {
		cursor: pointer;
		position: relative;
		transition:all .3s;
		padding: 0 40px;
		font-weight: bold;
		background: #f9f9f9;
		overflow: hidden;
	}

	.safir-faq .question:hover, .safir-faq.active .question {
		background: #f3f3f3;
	}

	.safir-faq .question .text {
		line-height: 20px;
		padding: 10px 10px 10px 0;
		display: block;
		float: left;
	}

	.safir-faq .question > .icon {
		position: absolute;
		left: 0;
		top: 0;
		padding: 10px;
		color: var(--c1);
	}

	.safir-faq .openclose {
		position: absolute;
		top: 0;
		right: 0;
		width: 40px;
		height: 40px;
		padding: 13px;
	}

	.safir-faq .openclose svg {
		width: 14px;
		height: 14px;
	}

	.safir-faq .openclose .themeicon:first-child, .safir-faq.active .openclose  .themeicon:last-child {
		display: block;
	}

	.safir-faq.active .openclose .themeicon:first-child, .safir-faq .openclose  .themeicon:last-child {
		display: none;
	}

	.safir-faq .answer {
		display: none;
		padding: 15px;
	}

	.safirGutenbergBlockContainer .safir-faq .icon:before {
		display: block;
		width: 20px;
		height: 20px;
		content: "";
	}

	.safirGutenbergBlockContainer .safir-faq .icon:before {
		background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pjxzdmcgdmlld0JveD0iMCAwIDUxMiA1MTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTI1NiA4QzExOS4wNDMgOCA4IDExOS4wODMgOCAyNTZjMCAxMzYuOTk3IDExMS4wNDMgMjQ4IDI0OCAyNDhzMjQ4LTExMS4wMDMgMjQ4LTI0OEM1MDQgMTE5LjA4MyAzOTIuOTU3IDggMjU2IDh6bTAgNDQ4Yy0xMTAuNTMyIDAtMjAwLTg5LjQzMS0yMDAtMjAwIDAtMTEwLjQ5NSA4OS40NzItMjAwIDIwMC0yMDAgMTEwLjQ5MSAwIDIwMCA4OS40NzEgMjAwIDIwMCAwIDExMC41My04OS40MzEgMjAwLTIwMCAyMDB6bTEwNy4yNDQtMjU1LjJjMCA2Ny4wNTItNzIuNDIxIDY4LjA4NC03Mi40MjEgOTIuODYzVjMwMGMwIDYuNjI3LTUuMzczIDEyLTEyIDEyaC00NS42NDdjLTYuNjI3IDAtMTItNS4zNzMtMTItMTJ2LTguNjU5YzAtMzUuNzQ1IDI3LjEtNTAuMDM0IDQ3LjU3OS02MS41MTYgMTcuNTYxLTkuODQ1IDI4LjMyNC0xNi41NDEgMjguMzI0LTI5LjU3OSAwLTE3LjI0Ni0yMS45OTktMjguNjkzLTM5Ljc4NC0yOC42OTMtMjMuMTg5IDAtMzMuODk0IDEwLjk3Ny00OC45NDIgMjkuOTY5LTQuMDU3IDUuMTItMTEuNDYgNi4wNzEtMTYuNjY2IDIuMTI0bC0yNy44MjQtMjEuMDk4Yy01LjEwNy0zLjg3Mi02LjI1MS0xMS4wNjYtMi42NDQtMTYuMzYzQzE4NC44NDYgMTMxLjQ5MSAyMTQuOTQgMTEyIDI2MS43OTQgMTEyYzQ5LjA3MSAwIDEwMS40NSAzOC4zMDQgMTAxLjQ1IDg4Ljh6TTI5OCAzNjhjMCAyMy4xNTktMTguODQxIDQyLTQyIDQycy00Mi0xOC44NDEtNDItNDIgMTguODQxLTQyIDQyLTQyIDQyIDE4Ljg0MSA0MiA0MnoiLz48L3N2Zz4=);
		background-size: contain;
	}

	.safirGutenbergBlockContainer .safir-faq .question {
		background: #f3f3f3;
	}

	.safirGutenbergBlockContainer .safir-faq .rich-text {
		padding: 15px;
		margin: 0;
	}

/* Description Box */

	.descriptionbox {
		border-radius: 3px;
		overflow: hidden;
		margin-bottom: 20px;
		color: #fff;
		text-shadow: 0 0 5px rgba(0,0,0,0.4);
		background-size: cover !important;
	}

	.descriptionbox a {
		color: #fff;
		text-decoration: underline;
	}

	.descriptionbox a:hover {
		color: #ddd;
	}

	.descriptionbox.coffee {
		background: url(../../../images/descriptionbox/coffee.jpg) 50% 50%;
	}

	.descriptionbox.desk {
		background: url(../../../images/descriptionbox/desk.jpg) 50% 50%;
	}

	.descriptionbox.environment {
		background: url(../../../images/descriptionbox/environment.jpg) 50% 50%;
	}

	.descriptionbox.flowers {
		background: url(../../../images/descriptionbox/flowers.jpg) 50% 50%;
	}

	.descriptionbox.notes {
		background: url(../../../images/descriptionbox/notes.jpg) 50% 50%;
	}

	.descriptionbox.question {
		background: url(../../../images/descriptionbox/question.jpg) 50% 50%;
	}

	.descriptionbox.railways {
		background: url(../../../images/descriptionbox/railways.jpg) 50% 50%;
	}

	.descriptionbox.buildings {
		background: url(../../../images/descriptionbox/buildings.jpg) 50% 50%;
	}

	.descriptionbox.sky {
		background: url(../../../images/descriptionbox/sky.jpg) 50% 50%;
	}

	.descriptionbox .inner {
		padding: 3%;
		overflow: hidden;
		background: rgba(0,0,0,.65);
	}

	.descriptionbox .icon {
		display: block;
		float: left;
		width: 60px;
		height: 60px;
		text-align: center;
		line-height: 60px;
		margin-right: 10px;
	}

	.descriptionbox .safiricon svg {
		width: 60px;
		height: 60px;
	}

	.descriptionbox .header {
		font-size: 18px;
		font-weight: bold;
	}

	.descriptionbox .content {
		text-align: left;
		font-size: 15px;
		line-height: 1.5;
	}

/* Safir List */

	.safir-list ul, .safir-list ol {
		overflow: hidden;
		display: flex;
		flex-wrap: wrap;
		margin: 0 0 -10px -10px !important;
		padding-left: 0 !important;
		color: #444;
	}

	.safir-list ul li, .safir-list ol li {
		width: calc(100% - 10px);
		padding: 10px 15px;
		border: 2px solid #f3f3f3;
		list-style: none !important;
		margin-left: 10px !important;
		margin-bottom: 10px !important;
		display: flex;
		align-items: center;
		text-align: left;
		background: #fafafa;
		border-radius: 5px;
	}

	.safir-list[data-col="1"] ul li, .safir-list[data-col="1"] ol li {
		width: calc(100% - 10px);
	}

	.safir-list[data-col="2"] ul li, .safir-list[data-col="2"] ol li {
		width: calc(50% - 10px);
	}

	.safir-list[data-col="3"] ul li, .safir-list[data-col="3"] ol li {
		width: calc(33.333333333333% - 10px);
	}

	.safir-list[data-col="4"] ul li, .safir-list[data-col="4"] ol li {
		width: calc(25% - 10px);
	}

	@media all and (max-width:768px) {

		.safir-list[data-col="2"] ul li, .safir-list[data-col="2"] ol li {
			width: calc(100% - 10px);
		}

		.safir-list[data-col="3"] ul li, .safir-list[data-col="3"] ol li {
			width: calc(50% - 10px);
		}

		.safir-list[data-col="4"] ul li, .safir-list[data-col="4"] ol li {
			width: calc(33.333333333% - 10px);
		}

	}

	@media all and (max-width:400px) {

		.safir-list[data-col="3"] ul li, .safir-list[data-col="3"] ol li {
			width: calc(100% - 10px);
		}

		.safir-list[data-col="4"] ul li, .safir-list[data-col="4"] ol li {
			width: calc(50% - 10px);
		}

	}