/* Portrait tablet to landscape and desktop */
@media (max-width: 1020px) {

	.singlevideo section.item-list div.content iframe, .singlevideo section.item-list div.content embed, .singlevideo section.item-list div.content object
	{
		width:726px !important;
	}
	div.detail-page div.ziyaretci .new-comment input, div.detail-page div.ziyaretci .new-comment textarea
	{
		width: 100%;
	}
	div.detail-page div.ziyaretci .new-comment input[type=submit]
	{
		width: 100%;
	}
	.uyelist ul li .username
	{
		width:300px;
	}
	.harf
	{
		padding:6.70px;
	}
	div.detail-page div.yonetim .yonetici-kart .aciklama
	{
		width: calc(100% - 200px);
	}
	div.detail-page div.yonetim .yonetici-kart .aciklama small
	{
		width: 100%;
	}
	div.user-account div.tab-content input[type="text"],
	div.user-account div.tab-content input[type="password"],
	div.user-account div.tab-content select,
	div.user-account div.tab-content textarea	{		
		width:708px;
	}
    .wrapper {
        width: 728px;
    }

    header.page-header {
        height: auto;
    }

    header.page-header section.header-content {
        height: auto !important;
    }

    header.page-header div.page-logo {
        width: 100%;
        margin-bottom: 20px;
        text-align: center;
    }

    header.page-header div.page-logo img {
        width: 90px;
        height: 90px;
    }

    header.page-header div.information {
        float: none;
        margin: 0 auto;
    }

    header.page-header nav.main-menu {
        height: auto;
        border-bottom: 0;
    }

    header.page-header nav.main-menu a.menu-collapse {
        display: block;
    }

    header.page-header nav.main-menu > ul {
        width: 100%;
        height: auto;
        display: none;
        position: absolute;
        top: 43px;
        background: rgba(20, 20, 20, 0.9);
        border: 0;
    }

    header.page-header nav.main-menu ul li {
        width: 100%;
        height: auto;
        text-align: center;
    }

    header.page-header nav.main-menu ul li a {
        border: 0;
    }

    header.page-header nav.main-menu ul li ul.sub-menu {
        width: 100%;
        float: left;
        position: relative;
        top: 0;
        left: 0;
    }

    header.page-header nav.main-menu ul li ul.sub-menu li {
        width: 100%;
        text-align: center;
        border: 0;
    }

    header.page-header nav.main-menu ul li ul.sub-menu li a {
        background-image: none !important;
    }

    div.news-slider div.bx-wrapper {
        width: 450px;
    }

    div.main-slider {
        width: 100%;
        height: auto;
    }

    div.main-slider img {
        width: 100%;
    }

    div.events {
        display: none;
    }

    div.quick-links ul {
        margin-top: -10px;
    }

    div.quick-links ul li {
        margin: 10px 0 0 60px !important;
    }

    section.page-container div.page-content {
        width: 100%;
    }

    section.page-container aside.sidebar {
        width: 100%;
        margin-left: 0;
    }

    section.item-list {
        width: inherit;
        box-sizing: border-box;
    }

    section.item-list div.content ul li {
        margin-left: 35px;
    }

    footer.page-footer {
        text-align: center;
    }

    footer.page-footer div.footer-left {
        width: 100%;
    }

    footer.page-footer div.footer-left img {
        width: 50px;
        height: 50px;
        margin: 0 auto 10px auto;
        float: none;
        display: block;
    }

    footer.page-footer div.footer-left p {
        width: 100%;
        margin-left: 0;
        text-align: center;
    }

    footer.page-footer div.list {
        display: none;
    }
}

/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
    .wrapper {
        width: 460px;
    }
	
	div.detail-page div.ziyaretci .new-comment input, div.detail-page div.ziyaretci .new-comment textarea
	{
		width: 100%;
	}
	div.detail-page div.ziyaretci .new-comment input[type=submit]
	{
		width: 100%;
	}
	
	.sayfalama {display:none;}
	.sayfalama2
	{
		display:block;
	}
	
	.singlevideo section.item-list div.content iframe, .singlevideo section.item-list div.content embed, .singlevideo section.item-list div.content object
	{
		width:458px !important;
		height:250px !important;
	}
	
	.uyelist ul li .username
	{
		width:160px;
	}
	.uyelist ul li .kangrubu 
	{
		width:40px;
	}
	.uyelist ul li .telefon
	{
		width:100px;
	}
	.kangruplari .kangrub
	{
		font-size:10px;
		width:29px;
	}
	.harf
	{
		padding:9.92px;
	}
	
	div.detail-page div.yonetim .yonetici-kart .resim
	{
		width: 140px;
	}
	div.detail-page div.yonetim .yonetici-kart .aciklama
	{
		width: calc(100% - 160px);
	}
	div.detail-page div.yonetim .yonetici-kart .aciklama small
	{
		width: 100%;
	}
	
	div.user-account div.tab-content input[type="text"],
	div.user-account div.tab-content input[type="password"],
	div.user-account div.tab-content select,
	div.user-account div.tab-content textarea	{
		width:440px;
	}

    header.page-header section.top-bar {
        display: none;
    }

    header.page-header div.information {
        display: none;
    }

    header.page-header div.page-logo {
        margin-bottom: 0;
    }

    header.page-header div.page-logo img {
        width: 70px;
        height: 70px;
    }

    div.quick-links ul li {
        margin: 10px 0 0 45px !important;
    }

    section.item-list div.content ul li {
        margin-left: 25px;
    }

    section.item-list div.content ul li:last-child {
        display: none;
    }

    section.item-list.photo-gallery div.content ul li:last-child {
        display: block;
    }

    div.news-slider div.bx-wrapper {
        width: 220px;
    }

    div.main-slider div.text {
        display: block !important;
        width: 100% !important;
        padding: 6px 10px !important;
        bottom: 0 !important;
        left: 0 !important;
        background: rgba(0, 0, 0, 0.75) !important;
    }

    div.main-slider div.text p.date {
        display: none !important;
    }

    div.main-slider div.text p.title {
        font-size: 10px !important;
        line-height: 0 !important;
        overflow: hidden !important;
        text-overflow: ellipsis !important;
        display: -webkit-box !important;
        -webkit-line-clamp: 1 !important;
        line-clamp: 1 !important;
        -webkit-box-orient: vertical !important;
        margin: 0 !important;
    }
}

/* Landscape phones and down */
@media (max-width: 480px) {
    .wrapper {
        width: 280px;
    }
	
	div.detail-page div.ziyaretci .new-comment input, div.detail-page div.ziyaretci .new-comment textarea
	{
		width: 100%;
	}
	div.detail-page div.ziyaretci .new-comment input[type=submit]
	{
		width: 100%;
	}
	
	.sayfalama {display:none;}
	
	.singlevideo section.item-list div.content iframe, .singlevideo section.item-list div.content embed, .singlevideo section.item-list div.content object
	{
		width:278px !important;
		height:150px !important;
	}
	
	.uyelist ul li .avatar
	{
		display:none;
	}
	.uyelist ul li .sosyal
	{
		display:none;
	}
	.kangruplari
	{
		display:none;
	}
	.harfler
	{
		display:none;
	}
	.uyelist ul li .username
	{
		width:120px;
		font-size:10px;
	}
	.uyelist ul li .kangrubu 
	{
		width:30px;
		font-size:10px;
	}
	.uyelist ul li .telefon
	{
		width:80px;
		font-size:10px;
	}	
	
	div.detail-page div.yonetim .yonetici-kart .resim
	{
		width: 100%;
		margin-bottom: 15px;
		margin-right: 0px;
		text-align: center;
	}
	
	div.detail-page div.yonetim .yonetici-kart .resim img
	{
		width: 140px;
		height: auto;
	}
	
	div.detail-page div.yonetim .yonetici-kart .aciklama
	{
		width: 100%;
		float: none;
	}
	
	div.detail-page div.yonetim .yonetici-kart .aciklama small
	{
		width: 100%;
		font-size: 12px;
	}
	
	div.detail-page div.yonetim .yonetici-kart .aciklama span
	{
		width: 80px;
		font-size: 11px;
	}
	
	div.detail-page div.detail h3
	{
		margin-bottom:0px;
		font-size:12px;
	}
	
	div.user-account div.tab-content input[type="text"],
	div.user-account div.tab-content input[type="password"],
	div.user-account div.tab-content select,
	div.user-account div.tab-content textarea	{
		width:260px;
	}

    div.news-slider {
        width: 100% !important;
        height: 38px !important;
        margin-bottom: 10px;
        display: flex !important;
        align-items: center !important;
        box-sizing: border-box !important;
        overflow: hidden !important;
        position: relative !important;
    }

    div.news-slider div.title {
        width: 40px !important;
        height: 38px !important;
        float: none !important;
        padding: 0 !important;
        flex-shrink: 0 !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
    }

    div.news-slider div.title p {
        display: none !important;
    }

    div.news-slider div.title span {
        font-size: 16px !important;
        margin: 0 !important;
        float: none !important;
        display: block !important;
    }

    div.news-slider div.bx-wrapper {
        width: calc(100% - 75px) !important;
        height: 38px !important;
        flex: 1 !important;
        float: none !important;
        margin: 0 !important;
        padding: 0 !important;
        box-sizing: border-box !important;
        overflow: hidden !important;
    }

    div.news-slider div.bx-wrapper .bx-viewport {
        float: none !important;
        margin: 0 !important;
        padding: 0 !important;
        height: 38px !important;
        overflow: hidden !important;
        display: flex !important;
        align-items: center !important;
    }

    div.news-slider div.bx-wrapper .bx-viewport ul {
        margin: 0 !important;
        padding: 0 10px !important;
        list-style: none !important;
        height: 38px !important;
        min-height: 38px !important;
        max-height: 38px !important;
    }

    div.news-slider div.bx-wrapper .bx-viewport ul li {
        font-size: 11px !important;
        padding: 0 !important;
        margin: 0 !important;
        height: 38px !important;
        line-height: 38px !important;
        white-space: nowrap !important;
        overflow: hidden !important;
        text-overflow: ellipsis !important;
        display: block !important;
        min-height: 38px !important;
        max-height: 38px !important;
    }

    div.news-slider div.bx-wrapper .bx-viewport ul li a {
        display: block !important;
        width: 100% !important;
        height: 100% !important;
        color: inherit !important;
        text-decoration: none !important;
        pointer-events: auto !important;
        cursor: pointer !important;
        z-index: 10 !important;
        position: relative !important;
    }

    div.news-slider div.bx-controls {
        position: relative !important;
        width: 35px !important;
        height: 38px !important;
        top: auto !important;
        right: auto !important;
        padding: 8px 5px !important;
        flex-shrink: 0 !important;
        display: flex !important;
        flex-direction: column !important;
        justify-content: center !important;
        gap: 4px !important;
        box-sizing: border-box !important;
    }

    div.news-slider div.bx-controls a {
        font-size: 10px !important;
        line-height: 1 !important;
        display: block !important;
        text-align: center !important;
    }

    div.quick-links {
        margin-bottom: 15px;
    }

    div.quick-links ul {
        display: flex !important;
        flex-wrap: wrap !important;
        justify-content: center !important;
        gap: 10px !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    div.quick-links ul li {
        width: auto !important;
        height: auto !important;
        margin: 0 !important;
        float: none !important;
    }

    div.quick-links ul li a {
        width: 50px !important;
        height: 50px !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        border-radius: 50% !important;
        padding: 0 !important;
    }

    div.quick-links ul li a p {
        display: none !important;
    }

    div.quick-links ul li a span.icon {
        margin: 0 !important;
        float: none !important;
        width: auto !important;
        height: auto !important;
    }

    div.quick-links ul li a span.icon i {
        font-size: 22px !important;
    }

    div.quick-links ul li a:before,
    div.quick-links ul li a:after {
        display: none !important;
    }

    section.item-list div.content ul li {
        margin: 20px 0 0 50px;
    }

    section.item-list div.content ul li:last-child {
        display: block;
    }

    div.user-account div.tab-content input[type="submit"],
    div.user-account div.tab-content input[type="button"] {
        width: 100%;
    }

    footer.page-footer div.footer-bottom {
        height: 38px;
        padding-top: 12px;
    }
}

/* Single Post Mobile Responsive */
@media (max-width: 768px) {
    .reading-tools {
        flex-direction: column;
        gap: 15px;
        padding: 15px;
    }
    
    .font-controls, .page-tools {
        justify-content: center;
        width: 100%;
    }
    
    .single-meta {
        flex-direction: column;
        gap: 10px;
        padding: 8px 10px;
        justify-content: center;
    }
    
    .single-content {
        padding: 20px 15px;
        margin: 10px 0;
    }
    
    .reading-tools button {
        min-width: 45px;
        height: 45px;
        font-size: 16px;
    }
}

@media (max-width: 480px) {
    .single-content {
        padding: 15px 10px;
        font-size: 14px;
    }
    
    .reading-tools {
        margin: 15px 0;
    }
    
    .social-share {
        gap: 6px;
    }
    
    .reading-tools button {
        padding: 6px 10px;
        min-width: 40px;
        height: 40px;
    }
}

/* Breadcrumb Responsive Styles
----------------------------------------*/
@media (max-width: 1020px) {
    .breadcrumb {
        padding: 10px 12px;
        font-size: 13px;
    }
}

@media (max-width: 767px) {
    .breadcrumb {
        padding: 8px 10px;
        font-size: 12px;
    }
    
    .breadcrumb li:not(:last-child)::after {
        margin: 0 6px;
    }
}

@media (max-width: 480px) {
    .breadcrumb {
        padding: 6px 8px;
        font-size: 11px;
        border-radius: 3px;
    }
    
    .breadcrumb ol {
        flex-direction: row;
    }
    
    .breadcrumb li:not(:last-child)::after {
        margin: 0 4px;
    }
    
    .breadcrumb i {
        font-size: 9px;
    }
}