/**
 * Theme Name: Kadence Child
 * Template:   kadence
 */

/* ---------------------------------------------------------------------------------- */
/* Główne CSS */
/* ---------------------------------------------------------------------------------- */
body 		    { font-weight:300!important; }
nav 		    {
                    flex-basis: 100%;
                    max-width: 100%;
                    overflow: hidden;
                    position:relative;
                    flex:1;
			    }
#primary 	    { margin-top:0!important;margin-bottom:0!important; }
.site-container { gap:10px!important; }
.site-container > div:has(> .container-content) { gap:10px!important; }
/* footer		    { margin-top:20px!important; } */
p               { margin:0; }
.VIpgJd-ZVi9od-aZ2wEe-wOHMyf-ti6hGc { display:none; } /* Captcha */
/* h2              { font-size:18px!important;} */
/* ---------------------------------------------------------------------------------- */

/* Footer */
/* ---------------------------------------------------------------------------------- */
footer a {
    color: #d1d5dc !important;
}

body footer {
    margin-top:10px;
}
footer .current-menu-item {
    background:transparent!important;
}
footer h2 {
    padding-bottom: 10px;
    border-bottom: 1px solid #2d3748;
}
section#nav_menu-12 {
    margin-bottom: 18px!important;
    padding-bottom: 10px;
    border-bottom: 1px solid #2d3748;
}
footer .site-top-footer-inner-wrap .widget {
    margin-bottom: 35px;
}
section#block-74 {
    background: #252c39;
    padding: 25px 10px;
    display: flex;
    justify-content: center;
    border-radius: 5px;
    border: 1px solid #2d3748;
    margin-bottom: 10px!important;
}
section#text-1 {
    background: #252c39;
    padding: 25px 20px;
    display: flex;
    justify-content: center;
    border-radius: 5px;
    border: 1px solid #2d3748;
    margin-bottom: 20px;
}
.site-bottom-footer-inner-wrap {
    border-top: 1px solid #2d3748;
    padding: 10px !important;
    align-items: center;
}
@media (max-width: 767px) {
    body > footer {
        margin-top:0!important;
    }
    section#nav_menu-3 {
        margin-top: 30px;
    }
}

/* ---------------------------------------------------------------------------------- */


/* ---------------------------------------------------------------------------------- */
/* Komunikaty */
/* ---------------------------------------------------------------------------------- */
.info-msg {
    background: #252c39;
    padding: 20px;
    border: 1px solid #2d3748;
    border-radius: 3px;
    text-align: center;
}
.info-msg i {
    font-size: 65px;
    color: #2d3748;
    margin-bottom: 10px;
}
.small-info {
    font-size:12px!important;
}
.info-gray {
    color:#728099;
}
/* ---------------------------------------------------------------------------------- */

/* ---------------------------------------------------------------------------------- */
/* Placeholder */
/* ---------------------------------------------------------------------------------- */
::-webkit-input-placeholder {
/* Chrome/Opera/Safari */
color: #5d6677!important;
}

::-moz-placeholder {
/* Firefox 19+ */
color: #5d6677!important;
}

:-ms-input-placeholder {
/* IE 10+ */
color: #5d6677!important;
}

:-moz-placeholder {
/* Firefox 18- */
color: #5d6677!important;
}
/* ---------------------------------------------------------------------------------- */

/* ---------------------------------------------------------------------------------- */
/* Nagłówki */
/* ---------------------------------------------------------------------------------- */
.header-title {
    display:flex;
    justify-content: space-between;
    align-items:center;
    width:100%;
}
.header-title h2, .header-title h1 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    /* text-transform: capitalize; */
}
.header-title button, .header-title a {
    flex: 0 0 auto;
}
.header-title.border-bottom {
    border-bottom: 1px solid #2d3748;
    margin-bottom: 10px;
    padding-bottom: 10px;
}
.header-title i.fa-arrow-right {
    margin-left:5px;
}
@media (max-width:767px) {
    .header-btn-mobile {
        display:block!important;
    }
}
.drawer-header {
    position: relative;
    right: 1.75em;
    top: 0.5em;
    margin-bottom: -2.35em;
    min-height: unset !important;
    padding: 0.5em 0.7em !important;
    z-index: 99999;
}
.drawer-header .drawer-toggle {
    font-size: 19px!important;
    padding:0!important;
}
/* ---------------------------------------------------------------------------------- */

/* ---------------------------------------------------------------------------------- */
/* Sekcja: Treśc */
/* ---------------------------------------------------------------------------------- */
.container-content {
    background: var(--global-palette9)!important;
	border: 1px solid #2d3748!important;
	padding:20px;
    position:relative;
    gap:10px;
}

@media (max-width:767px) {
    .container-content {
        padding:15px;
    }
}
/* ---------------------------------------------------------------------------------- */

/* ---------------------------------------------------------------------------------- */
/* Paginacja */
/* ---------------------------------------------------------------------------------- */
.pagination     { margin:0!important; }
.pagination .nav-links { display:flex; }
.pagination .current {
    border-color: var(--global-palette2)!important;
    background: var(--global-palette2)!important;
    color: var(--global-palette4)!important;
    font-weight: bold!important;
}
.pagination a:hover, .pagination a:focus, .pagination a:active {
    border-color: var(--global-palette2)!important;
}
.pagination .page-numbers {
    min-width: auto!important;
    line-height: normal!important;
    padding: 1px 10px!important;
}
/* ---------------------------------------------------------------------------------- */

/* ---------------------------------------------------------------------------------- */
/* Styl preloadera */
/* ---------------------------------------------------------------------------------- */
.preloader {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    background: #252c39;
    border: 1px solid #2d3748;
    border-radius: 5px;
}

.spinner {
    border: 4px solid #2d3748;
    border-top: 4px solid #6b32ff;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
/* ---------------------------------------------------------------------------------- */

/* ---------------------------------------------------------------------------------- */
/* Menu mobilne */
/* ---------------------------------------------------------------------------------- */
#mobile-submenu        { grid-area: mobile-menu; }    
@media (min-width: 767px) {
    #mobile-submenu {
        display:none;
    }
}
@media (max-width: 767px) {
    #info-profile {
        display:none;
    }
}

/* .menuToggle i {
    display:none;
} */

/* .menuToggle.active i {
    display:inline-block;
    margin-right:5px;
} */

.menuToggle i {
    display: inline-block;
    margin-right: 5px;
    font-size: 14px;
    margin-top: -1px;
}

/* Ukrycie wszystkich divów z klasą grid-mobile, które są kontrolowane przez menu */
.grid-mobile {
    display: none;  /* Domyślnie ukryte */
}

/* Aktywne divy będą widoczne */
.grid-mobile.active {
    display: flex;  /* Wyświetl aktywny div */
}

/* #mobile-menu {
    height:35px!important;
} */

/* Stylowanie przycisków menu */
#mobile-submenu button {
    /* padding: 1px 10px !important; */
    padding: 4px 10px !important;
    font-size: 13px !important;
    text-decoration: none !important;
    font-weight: 500 !important;
    border-radius: 5px;
    color: #fff;
    transition: background-color 0.3s ease; /* Płynne przejście tła */
    background: #1a202c;
    border: 1px solid #2d3748;
    display: flex;
    align-items: center;
    height:100%;
    /* border-bottom: none !important; */
}

#mobile-submenu button:hover {
    background: #6a31fe !important;
}

/* Przycisk z klasą active (aktywny) */
#mobile-submenu button.active {
    background: #6a31fe !important;
}

/* Responsywność: Poniżej 768px: menu ukryte, divy kontrolowane przez kliknięcia */
@media (max-width: 767px) {
    #mobile-submenu {
        display: flex;
        align-items: center;
        justify-content: center;
        gap:3px;
        z-index: 1;
    }
    #news-profile {
        margin-top: -7px;
    }
}
/* ---------------------------------------------------------------------------------- */

/* ---------------------------------------------------------------------------------- */
/* Menu dla wszystkich urządzeń */
/* ---------------------------------------------------------------------------------- */
#section-submenu {
    grid-area: section-menu;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    z-index: 1;
}

/* Ukrycie domyślnie wszystkich divów z klasą section-grid */
.section-grid {
    display: none;
}

/* Aktywne divy będą widoczne */
.section-grid.active {
    display: flex;
    flex-direction: column;
}

/* Stylowanie przycisków menu */
#section-submenu button {
    padding: 1px 10px;
    /* padding: 4px 12px; */
    font-size: 14px;
    text-decoration: none;
    font-weight: 500;
    /* border-radius: 5px; */
    color: #fff;
    transition: background-color 0.3s ease;
    background: #1a202c;
    border: 1px solid #2d3748;
    display: flex;
    align-items: center;
    cursor: pointer;
}

#section-submenu button:hover {
    background: #6a31fe;
}

#section-submenu button.active {
    background: #6a31fe;
}

/* Ikony w przyciskach */
.sectionToggle i {
    display: inline-block;
    margin-right: 5px;
    font-size: 14px;
    margin-top: -1px;
}
/* ---------------------------------------------------------------------------------- */

/* ---------------------------------------------------------------------------------- */
/* Sekcja: Modal pop-up */
/* ---------------------------------------------------------------------------------- */
#modal-container {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    justify-content: center;
    align-items: center;
    z-index: 9999;
}
#modal-container .modal-content {
    background: white;
    padding: 20px;
    position: relative;
    width: 80%;
    max-width: 800px;
}
#modal-container .close {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    font-size: 20px;
    font-weight: bold;
}
#modal-container .close i {
    color: black;
}
#modal-container iframe {
    width: 100%;
    height: 400px;
    border: none;
}
/* ---------------------------------------------------------------------------------- */

/* ---------------------------------------------------------------------------------- */
/* Error 404 */
/* ---------------------------------------------------------------------------------- */
section.error .page-content {
    margin-top:0!important;
}
/* ---------------------------------------------------------------------------------- */

/* ---------------------------------------------------------------------------------- */
/* Ikony */
/* ---------------------------------------------------------------------------------- */
.icon-hd {
    width: 27px!important;
    height: 27px!important;
    display: inline-block;
    background-size: cover;
    background-repeat: no-repeat;
    transition: background-image 0.3s ease!important;
    cursor:default!important;
    flex: 0 0 auto;
}
/* ---------------------------------------------------------------------------------- */

/* ---------------------------------------------------------------------------------- */
/* Logo */
/* ---------------------------------------------------------------------------------- */
a.logos {
	font-size: clamp(10px, 5vw, 30px)!important;
	/* font-size: clamp(10px, 5vw, 1.75rem)!important; */
	line-height: 1;
    display: flex;
    align-items: center;
    text-decoration:none!important;
    color:#fff!important;
    font-weight: bold;
}

a.logos mark {
    background-color:#6b32ff;
    color:#fff!important;
    padding: 0 .2em;
    margin-right: .2em;
	display: inline-flex;
	align-items:center;
	justify-content:center;
}

@media screen and (min-width: 768px) {
    a.logos { font-size: clamp(10px, 3.4vw, 30px) !important; }
    .logos { align-items:flex-start!important; }
}

/* ---------------------------------------------------------------------------------- */

/* ---------------------------------------------------------------------------------- */
/* Sekcja sidebar */
/* ---------------------------------------------------------------------------------- */
@media (max-width:1640px) {
	.nowrap-1640 {
		display:block!important;
	}
}
/* ---------------------------------------------------------------------------------- */


/* Elementy dodatkowe */
/* ---------------------------------------------------------------------------------- */
.fa-status-style {
    font-size: 9px;
    vertical-align: middle;
    margin-top: -4px;
    color: #8BC34A;
    margin-right: 5px;
}

.status-offline {
    color:#9E9E9E;
}
/* ---------------------------------------------------------------------------------- */


/* Przyciski */
/* ---------------------------------------------------------------------------------- */

button, a {
    -webkit-transition: 0.3s ease!important;
    -moz-transition: 0.3s ease!important;
    -o-transition: 0.3s ease!important;
    -ms-transition: 0.3s ease!important;
    transition: 0.3s ease!important;
}

.btn-pinkred {
    background:#E91E63!important;
    color:white!important;
}
.btn-pinkred:active, .btn-pinkred:active, .btn-pinkred:focus {
    background:#d20a4e!important;
}

.btn-violet, .btn-violet:focus {
    background: #6b32ff!important;
    color: white!important;
}
.btn-violet:hover, .btn-violet:active {
    background:#5123c9!important;
    color:white!important;
}

.btn-small {
    padding: 1px 10px!important;
    font-size: 13px!important;
    text-decoration:none!important;
    font-weight: 500!important;
}

.btn-square {
    padding: 1px 5px!important;
    font-size: 12px!important;
    text-decoration:none!important;
    font-weight: 500!important;
    border-radius:3px!important;
}

.btn-square-user {
    /* padding: 0px 4px !important; */
    padding: 1px 5px 0 !important;
}

.btn-repost, .btn-repost:focus {
    background: #141a24;
}

.btn-repost, .btn-repost:focus, .btn-repost span, .btn-repost:focus span {
    color: crimson;
}

.btn-repost span {
    margin:0;
    font-size: 13px !important;
}

@media (min-width:501px) {
    .btn-repost i {
        display:none;
    }
}

.btn-repost:hover, .btn-repost:active, .btn-repost:hover span, .btn-repost:active span {
    color: white;
}
.btn-repost:hover, .btn-repost:active {
    background: crimson;
}
 
.btn-black, .btn-black:focus {
    background: #141a24 !important;
    color: #fff !important;
}
.btn-black:hover, .btn-black:active {
    background:#5123c9!important;
    color:white!important;
}
 
.btn-bg-light, .btn-bg-light:focus {
    background: #252c39 !important;
    color: #fff !important;
    border: 1px solid #2d3748;
}
.btn-bg-light:hover, .btn-bg-light:active {
    background:#5123c9!important;
    color:white!important;
}
 
.btn-bg-dark, .btn-bg-light:focus {
    background: var(--global-palette9) !important;
    color: #fff !important;
    border: 1px solid #2d3748;
}
.btn-bg-dark:hover, .btn-bg-light:active {
    background:#5123c9!important;
    color:white!important;
}

.btn-gray, .btn-gray:focus {
    background: #2d3748;
    color: white;
}

.btn-gray:hover, .btn-gray:active {
    background: #6b32ff;
    color:white;
}

.btn-gray-light, .btn-gray-light:focus {
    background: #424a58;
    color: white;
}

.btn-gray-light:hover, .btn-gray-light:active {
    background: #6b32ff;
    color:white;
}
/* ---------------------------------------------------------------------------------- */

/* Iframe na stronie (Kamerki) */
/* ---------------------------------------------------------------------------------- */

/* 
@media (min-width:768px) and (max-width:1024px) {
    iframe.chaturbate-iframe {
        height:24vw!important;
    }
}

@media (min-width:601px) and (max-width:767px) {
    iframe.chaturbate-iframe {
        height:52vw!important;
    }
}

@media (min-width:441px) and (max-width:600px) {
    iframe.chaturbate-iframe {
        height:50vw!important;
    }
}

@media (max-width:440px) {
    iframe.chaturbate-iframe {
        height:48vw!important;
    }
} */
/* ---------------------------------------------------------------------------------- */



/* ---------------------------------------------------------------------------------- */
/* a.social-button:hover { color: #ffffff; background: #1a202c; } */
/* ---------------------------------------------------------------------------------- */
/* #archive-container {
    -webkit-column-gap: .5rem;
    -moz-column-gap: .5rem;
    column-gap: .5rem;
    row-gap: .5rem;
}








.archive-filters-group .filter-group:first-of-type {
	min-height:70px!important;
	display:flex;
	align-items:center;
} */




/* select {
    height: 100%;
    border-radius: 4px;
    color: #6b32ff;
    vertical-align: middle;
    line-height: normal;
    margin-right: 3px;
    display: flex;
    align-items: center;
    font-weight: 500;
    max-height: 25px;
    cursor:pointer;
    white-space: nowrap;
    font-size:13px;
    background:transparent;
    border:1px solid #6b32ff;
    color:white;
} */













/* @media screen and (min-width: 1025px) {
    .has-sidebar .content-container {
		grid-gap: var(--global-sm-spacing)!important;
	}
} */
/* .content-area { margin-top:30px } */
/* .logo mark {
    padding: 0px 5px;
    margin-right: 5px;
}
*/

/* ---------------------------------------------------------------------------------- */

/* ---------------------------------------------------------------------------------- */
/* Panel do sortowania */
/* ---------------------------------------------------------------------------------- */

/* ---------------------------------------------------------------------------------- */