/* 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 {
		color: #fff !important;
		background: var(--c1);
		display: inline-flex;
		align-items: center;
		padding: 0 20px;
		font-weight: 500;
		border-radius: 3px;
		line-height: 50px;
		border:0;
		cursor: pointer;
		font-size: 15px;
		transition: all .3s;
	}

	.safirButton .inner {
		transition: all .3s;
		display: flex;
		align-items: center;
		position: relative;
	}

	.safirButton:hover, form input[type=submit]:hover {
		background: #222 !important;
	}

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

	.safirGutenbergBlockContainer .safirButton {
		float: left;
	}

/* Main Heading */

	.mainHeading {
		position: relative;
		margin-bottom: 20px;
		padding-bottom: 11px;
		font-size: 18px;
		line-height: 20px;
		font-weight: 500 !important;
		color: #4a4a4a !important;
		font-family: var(--headFont);
	}
	
	.mainHeading .icon {
		display: block;
		float: left;
		color: var(--c1);
	}

	.mainHeading .icon svg {
		height: 20px;
		width: 20px;
		margin: 0 10px;
		fill: currentColor;
	}

	.mainHeading .text {
		font-size: 18px;
		line-height: 20px;
		font-weight: 500;
	}

	.mainHeading:after {
		content: "";
		display: block;
		width: 100%;
		height: 1px;
		clear: both;
		position: absolute;
		left: 0;
		bottom: 0;
		z-index: 1;
		background: #ededed;
		background: -moz-linear-gradient(left, var(--c1) 0%, var(--c1) 40px, #ededed 40px,  #ededed 100%);
		background: -webkit-linear-gradient(left, var(--c1) 0%,var(--c1) 40px, #ededed 40px, #ededed 100%);
		background: linear-gradient(to right, var(--c1) 0%,var(--c1) 40px, #ededed 40px, #ededed 100%);
	}

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

		.mainHeading {
			margin-bottom: 15px;
		}

	}

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

/* Soru Cevap */

	.safir-faq {
		font-size: 14px;
	}

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

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

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

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

	.safir-faq .question > .icon {
		position: absolute;
		left: 0;
		top: 0;
		width: 40px;
		height: 40px;
		padding: 10px;
		color: #fff;
		background: var(--c1);
		box-sizing: border-box;
	}

	.safir-faq .openclose {
		position: absolute;
		top: 0;
		right: 0;
		width: 40px;
		height: 40px;
		padding: 12px;
		color: #555;
	}

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

	.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;
		margin-top: 10px;
	}

	.safirGutenbergBlockContainer .safir-faq .icon:before {
		content: "";
		background: url(../assets/images/question.svg);
		background-size: contain;
		display: block;
		width: 20px;
		height: 20px;
		line-height: 20px;
		font-size: 20px;
		text-align: center;
		color: #fff;
	}

	.safirGutenbergBlockContainer .safir-faq .rich-text {
		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;
		text-align: center;
	}
	
	.descriptionbox .icon svg {
		width: 60px;
		height: 60px;
		margin-right: 10px;
		fill: currentColor;
	}

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

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