.entry-tags {
	display:none;
}

.single .byline, .group-blog .byline {
	display:none;
}

/*!
 * verse-reference v1.0.0
 * Kur'an Ayetlerine otomatik referans verme
 * https://github.com/qurantools/verse-reference
 *
 * Copyright Â© 2017, Ilerian Software Technologies Ltd.
 * Released under the MIT
 */
.tippy-popper {
    outline: none !important
}

.tippy-tooltip.alkotob-theme {
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
    background-color: #fff;
    width: 100%;
    min-width: 350px;
    max-width: 400px;
    font-size: 16px;
    font-family: Helvetica, Arial, serif;
    padding: 0
}

.tippy-tooltip.alkotob-theme a {
    text-decoration: none
}

.tippy-tooltip.alkotob-theme a:hover {
    text-decoration: underline
}

.tippy-tooltip.alkotob-theme .verse {
    color: #000
}

.tippy-tooltip.alkotob-theme .verse sup {
    color: rgba(0,0,0,0.5)
}

.tippy-tooltip.alkotob-theme .bismillah {
    display: block;
    font-size: 30px;
    text-align: center;
    margin: 10px 0
}

.tippy-tooltip.alkotob-theme #alkotob-reference {
    background: #333;
    color: #FFF;
    display: block;
    padding: 4px 8px;
    font-weight: bold;
    line-height: 26px;
    text-align: right
}

.tippy-tooltip.alkotob-theme #alkotob-verse-text {
    text-align: left;
    display: block;
    padding: 8px 12px;
    font-size: 14px
}

.tippy-tooltip.alkotob-theme #alkotob-copyright {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 4px 8px
}

.tippy-tooltip.alkotob-theme #alkotob-copyright a {
    color: #333;
    font-size: 12px
}

.tippy-tooltip.alkotob-theme #alkotob-readmore {
    border-top: 1px solid #f5f5f5;
    padding: 4px 8px;
    margin-top: 10px;
    text-align: right
}

.tippy-tooltip.alkotob-theme #alkotob-readmore a {
    font-weight: bold;
    color: #333;
    font-size: 12px
}

.tippy-tooltip.alkotob-theme #alkotob-share {
    position: absolute;
    left: 0;
    top: 0;
    padding: 4px 8px
}

.tippy-tooltip.alkotob-theme #alkotob-share .social {
    color: #FFF;
    fill: #FFF;
    font-size: 0;
    width: 24px;
    float: right
}

.tippy-tooltip.alkotob-theme #select-authors {
    float: left;
    text-align: left;
    margin: 4px 0 -4px 10px
}

.tippy-tooltip.alkotob-theme #select-authors select {
    max-width: 160px;
    font-size: 13px;
    margin-right: 10px;
    height: 2em
}

.tippy-tooltip.alkotob-theme #select-translations {
    height: 2em;
    clear-after: left;
    text-align: left;
    margin: 4px 0 -4px 10px
}

.tippy-tooltip.alkotob-theme #select-translations select {
    max-width: 160px;
    font-size: 13px;
    margin-right: 10px;
    height: 2em
}

.tippy-tooltip.alkotob-theme .sk-folding-cube {
    margin: 20px auto;
    width: 40px;
    height: 40px;
    position: relative;
    -webkit-transform: rotateZ(45deg);
    transform: rotateZ(45deg)
}

.tippy-tooltip.alkotob-theme .sk-folding-cube .sk-cube {
    float: left;
    width: 50%;
    height: 50%;
    position: relative;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.tippy-tooltip.alkotob-theme .sk-folding-cube .sk-cube:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #333;
    -webkit-animation: sk-foldCubeAngle 2.4s infinite linear both;
    animation: sk-foldCubeAngle 2.4s infinite linear both;
    -webkit-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
    transform-origin: 100% 100%
}

.tippy-tooltip.alkotob-theme .sk-folding-cube .sk-cube2 {
    -webkit-transform: scale(1.1) rotateZ(90deg);
    transform: scale(1.1) rotateZ(90deg)
}

.tippy-tooltip.alkotob-theme .sk-folding-cube .sk-cube3 {
    -webkit-transform: scale(1.1) rotateZ(180deg);
    transform: scale(1.1) rotateZ(180deg)
}

.tippy-tooltip.alkotob-theme .sk-folding-cube .sk-cube4 {
    -webkit-transform: scale(1.1) rotateZ(270deg);
    transform: scale(1.1) rotateZ(270deg)
}

.tippy-tooltip.alkotob-theme .sk-folding-cube .sk-cube2:before {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s
}

.tippy-tooltip.alkotob-theme .sk-folding-cube .sk-cube3:before {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s
}

.tippy-tooltip.alkotob-theme .sk-folding-cube .sk-cube4:before {
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s
}

@-webkit-keyframes sk-foldCubeAngle {
    0%,10% {
        -webkit-transform: perspective(140px) rotateX(-180deg);
        transform: perspective(140px) rotateX(-180deg);
        opacity: 0
    }

    25%,75% {
        -webkit-transform: perspective(140px) rotateX(0deg);
        transform: perspective(140px) rotateX(0deg);
        opacity: 1
    }

    90%,100% {
        -webkit-transform: perspective(140px) rotateY(180deg);
        transform: perspective(140px) rotateY(180deg);
        opacity: 0
    }
}

@keyframes sk-foldCubeAngle {
    0%,10% {
        -webkit-transform: perspective(140px) rotateX(-180deg);
        transform: perspective(140px) rotateX(-180deg);
        opacity: 0
    }

    25%,75% {
        -webkit-transform: perspective(140px) rotateX(0deg);
        transform: perspective(140px) rotateX(0deg);
        opacity: 1
    }

    90%,100% {
        -webkit-transform: perspective(140px) rotateY(180deg);
        transform: perspective(140px) rotateY(180deg);
        opacity: 0
    }
}
