.safirGutenbergBlockContainer.overflow {
    overflow: hidden;
}

.safirGutenbergBlockContainer .safirButton {
    float: left;
}

.safirGutenbergBlockContainer .mainHeading {
    margin-bottom: 0;
}

.safirGutenbergBlockContainer .safir-faq .question {
    padding: 0;
}

/* Safir Button */

.safirButton {
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    color: #fff !important;
    font-weight: 500;
    line-height: 40px;
    cursor: pointer;
    font-size: 15px;
    transition: all .3s;
    border-radius: 3px;
    padding: 0 20px;
    position: relative;
}

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

.safirButton:after {
	position: absolute;
	content: "";
	transition: all .3s;
	display: block;
	top: 0;
    left: 50%;
	margin: auto;
    width: 0;
    height: 100%;
	opacity: 0;
	background: rgba(255,255,255,0.095);
}

.safirButton:hover:after {
    width: 100%;
    left: 0;
    opacity: 1;
}

.safirButton .text {
    float: left;
}

.safirButton .icon {
    float: left;
    width: 20px;
    height: 40px;
    padding: 0;
    margin: 0 8px 0 0;
}

.safirButton.safiricon:before {
    margin-right: 5px;
} 

.safirButton .safiricon:before {
    font-size: 20px;
    line-height: 40px;
    color: inherit;
    padding: 0;
    height: 40px;
}

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

/* Main Heading */

.mainHeading {
    position: relative;
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 20px;
    font-weight: bold;
    display: flex;
}

.reading .mainHeading {
    margin-top: 25px;
}

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

.mainHeading .inner {
    display: inline-block;
    position: relative;
    padding-bottom: 15px;
}

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

.mainHeading .icon {
    display: block;
    float: left;
    height: auto;
    width: auto;
    padding: 0;
    margin: inherit;
}

.mainHeading .icon:before {
    display: block;
    height: 20px;
    width: 30px;
    line-height: 20px;
    font-size: 20px;
    color: inherit;
    padding: inherit;
}

.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: 900px) {

    .mainHeading {
        margin-bottom: 10px;
    }

}

/* Soru Cevap */

.safir-faq {
    border-bottom: 2px solid #f3f3f3;
}

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

.safir-faq .question {
    cursor: pointer;
    position: relative;
    transition: all .3s;
    font-weight: 600;
    padding: 20px 20px 20px 0;
    color: #000;
}

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

.safir-faq .question:hover {
    color: #505050;
}

.safir-faq .icon {
    float: left;
    margin-right: 10px;
}

.safir-faq .icon:before {
    display: block;
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 20px;
}

.safir-faq .openclose {
    position: absolute;
    top: 0;
    right: 0;
}

.safir-faq .openclose:before {
    display: block;
    font-size: 14px;
    width: 20px;
    height: 60px;
    line-height: 60px !important;
    text-align: center;
    content: "\E00F" !important;
    color: #666;
}

.safir-faq.active .openclose:before {
    content: "\E022" !important;
}

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

/* 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 .icon:before {
    display: block;
    font-size: 60px;
}

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

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