/*
Theme Name: Tika
Theme URI: http://basework.studio
Author: Basework Studio
Author URI: http://basework.studio
Version: 1.0
License: GNU General Public License
License URI: https://www.gnu.org/licenses/gpl.html

tarkan demir test

20240715


*/

.general-head-content {
	margin-bottom: 40px;
}
.general-head-content p {
	font-size: 14px;
	font-family: 'Barlow';
	color: #011e41;
	letter-spacing: -0.005em;
	line-height: 1.2;
	margin-bottom: 15px;
}
.general-head-content p:last-child {
	margin-bottom: 0;
}


.pagination-no-ajax {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 72px;
    margin-bottom: 72px
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
    .pagination-no-ajax {
        margin-top:48px;
        margin-bottom: 48px
    }
}

.pagination-no-ajax ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 32px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
    .pagination-no-ajax ul {
        gap:25px
    }
}

@media only screen and (min-width: 320px) and (max-width: 360px) {
    .pagination-no-ajax ul {
        gap:20px
    }
}

.pagination-no-ajax ul li {
    cursor: pointer;
    list-style: none;
    text-align: center
}

.pagination-no-ajax ul li span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 32px;
    height: 32px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: transparent;
    border-radius: 2px
}

.pagination-no-ajax ul li span.current {
    background-color: #ff5b51;
    color: #fff
}

html[dir='rtl'] .pagination-no-ajax ul li:first-child a i svg {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.pagination-no-ajax ul li:first-child a:hover {
    background: none
}

html[dir='rtl'] .pagination-no-ajax ul li:last-child i svg {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.pagination-no-ajax ul li:last-child a:hover {
    background: none
}

.pagination-no-ajax ul li a {
    font-family: 'Barlow';
    font-style: normal;
    font-weight: 500;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 32px;
    height: 32px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: transparent;
    border-radius: 2px;
    color: #d0d5dd;
    font-size: 16px;
    line-height: 24px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
    .pagination-no-ajax ul li a {
        font-size:14px;
        line-height: 20px
    }
}

.pagination-no-ajax ul li a svg {
    display: block
}

.pagination-no-ajax ul li a:hover {
    background: #ff8a78;
    color: #fff
}

.pagination-no-ajax ul li a.is-disabled {
    cursor: not-allowed
}

.about-mobile-image {
    width: 100%;
    text-align: center;
}
.about-mobile-image img {
    width: 100%;
    height: auto;
    text-align: center;
    object-fit: contain;
}

.ajax-no-posts{
    padding-top: 100px;
}