/*-----------------------------------------------------------
Podstawowy styl (dla najmniejszych ekranów) - mobile-first 
------------------------------------------------------------*/


body {
	font-size: 14px;
	line-height: 1.5;
}

.grid-layout {
	width: calc(100% + var(--scrollbar-width));
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
}

.grid-layout .col{
	background-color: #00FFFF;
	opacity: .25;
}



/* ...reszta styli z wcześniejszej wersji... */

/* Widok mobilny: akordeon */
@media (max-width: 499px) {


	/* Widok desktop – jak wcześniej (przykład) */
	.mt-cat-dropdown {
		position: absolute;
		z-index: 50;
		margin-top: 12px;
		padding: 16px 20px;
		display: none;
		gap: 32px;
		border-radius: 12px;
		background: #fff;
		box-shadow: 0 18px 40px rgba(0, 0, 0, 0.12);
		width: 100%;
    	max-width: 100%;
	}

	.mt-cat-dropdown.open {
		display: flex;
	}

    .mt-cat-dropdown.mt-accordion {
        position: absolute;
        left: 0;
        right: 0;
        margin-top: 8px;
        padding: 12px 16px;
    }

    .mt-cat-dropdown.mt-accordion .mt-cat-level1-col {
        min-width: 100%;
    }

    .mt-cat-dropdown.mt-accordion .mt-cat-level2-col {
        display: none; /* grupy są przeniesione pod dialekty */
    }

    .mt-level1 {
        padding: 6px 0;
    }

    .mt-level2-group {
        display: none;
        margin-left: 12px;
        padding-left: 10px;
        border-left: 1px solid #eee;
        margin-bottom: 4px;
    }

    .mt-level2-group.active {
        display: block;
    }

    .mt-level2 {
        padding: 3px 0;
        font-size: 13px;
    }
}




@media (max-width: 999px) {

#accessibility-wrapper .alert{
	display: none;
}

#hero .section-width {
	padding: 4.69vw 5.31vw !important;
}

#hero.section .section-width .section-content .text-editor, 
#hero.section .section-width .section-content .subtitle, 
#hero.section .section-width .section-content .title-wrapper{
	width: auto;
}

#hero.section .section-width .section-content{
	justify-content: baseline;
	gap: 0;
}

#hero.section .section-width .section-content .top-hero{
	display: flex;
	gap: 30px;
	flex-direction: column;
	order: 1;
}

#hero.section .section-width .section-content .image-wrapper{
	align-items: flex-start;
}



#hero.section .section-width .section-content .title-wrapper{
	order: 2;
}


.section--map .section-content{
	flex-direction: column;
}

.section--map .section-content .col-right{
	order: 1;
}

.section--map .section-content .col-left{
	order: 2;
}

.section--map .section-content .col-end{
	order: 3;
}

#dialects-map {
    width: 100%;
    border-radius: 10px;
}

.map-filter{
	margin-top: 0;
}

.map-filter__btn:hover, .map-filter__btn.is-active {
    padding-left: 40px;
    padding-right: 20px;
}




.post-loop.two-col-six .post-item{
	border-top: none !important;
	border-bottom: 1px solid #BFBFBF !important;
}

#loop-type-3.section.loop.publikacje .post-loop.two-col-six .post-item,
.post-loop.two-col-six.type-1 .post-item{
	padding: 0 0 30px;
    border-bottom: 1px solid #BFBFBF ;
}



.mt-level2-group{
	padding-left: 25px;
	border: none;
}




#top-section.section.top-1 .page-meta .col-left{
	display: none;
}

#top-section.section.top-1 .page-meta.twins.two .col-left,
#top-section.section.top-1 .page-meta.twins.two .col-right,
#top-section.section.top-2 .page-meta.twins.two .col-left,
#top-section.section.top-2 .page-meta.twins.two .col-right{
	width: 100% !important;
}

#top-section.section.top-1 .page-meta.twins.one,
#top-section.section.top-2 .page-meta.twins.one{
	display: flex;
	justify-content: space-between;
}

#top-section.section.bb.akt.top-1 .page-meta.twins.two,
#top-section.section.bb.akt.top-2 .page-meta.twins.two {
	display: grid;
	grid-template-columns: 100%;
}

#top-section.section.top-1 .page-meta.twins.two .meta{
	display: grid;
	grid-template-columns: 100%;
}

#top-section.section.top-1 .page-meta.twins.two .left{
	
}

#top-section.section.top-1 .page-meta.twins.two .right {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}

.category-mediateka #top-section.section.bb.akt.top-2 .twins.two .post-thumbnail, 
.category-mediateka #top-section.section.bb.akt.top-2 .twins.two .post-thumbnail img,
.category-gwary #top-section.section.bb.akt.top-1 .twins.two .post-thumbnail, 
.category-gwary #top-section.section.bb.akt.top-1 .twins.two .post-thumbnail img,
.category-jezyki-dialekty #top-section.section.bb.akt.top-1 .twins.two .post-thumbnail, 
.category-jezyki-dialekty #top-section.section.bb.akt.top-1 .twins.two .post-thumbnail img{
	width: 26.56vw;
	min-width: 85px;
	height: 17.81vw !important;
	min-height: 85px;
}

#top-section.section.bb.akt.top-1 .twins.two .meta h1,
#top-section.section.bb.akt.top-2 .twins.two .meta h1{
	font-size: 24px;
	padding-bottom: 5px;
}




.category-mediateka .post-date .top {
    display: flex;
    flex-wrap: wrap;
	margin-bottom: 20px;
}

.category-mediateka #top-section.section .post-date {
	width: 100%;
	margin-bottom: 40px;
}

.category-mediateka .post-date .top span:first-child {
    border-top: 1px solid #F0F0F0;
    border-bottom: 1px solid #F0F0F0;
    display: inline-block;
    width: 100%;
    padding: 5px 0;
    margin-bottom: 5px;
}




.section.loop.new-special .col-top h2 {
    padding-left: 0;
}



footer .top-section .col-right{
	display: none;
}


/*-----------------------------------------------------------
Breakpoint dla szerokości ekranu od 200px
------------------------------------------------------------*/

@media (min-width: 200px) { 

	.desktop,
	.menu-desktop,
	.search-form{
		display: none !important;
	}

	.tablet{
		display: none;
	}

	.grid-layout {
		gap: 4.69vw;
		padding: 0 5.31vw;
	}
	
	.grid-layout .col{
		width: 10.94vw;
	}

    .header{
		padding: 9.38vw 5.31vw 4.69vw !important;
		grid-template-columns: 50vw auto;
		justify-content: space-between;
		gap: 4.69vw;
	}

	.header-wrapper .search{
		justify-content: flex-end;
	}

	.logo{
		position: relative;
	}

	.logo:before{
		content: '';
		width: 55%;
		height: 100%;
		position: absolute;
		right: 0;
		top: 0;
		background-color: white;
		opacity: 0;
		transition: .5s;
	}

	.header-wrapper.menu-active .logo:before{
		opacity: 1;
	}

	.line{
		display: none;
	}

	.part-left.parts,
	.part-right.parts{
		width: auto;
	}

	.part-right.parts {
		gap: 4.69vw;
		flex-direction: row;
		height: 30px;
		align-items: center;
	}
	
	.section-width {
        padding: 4.69vw 5.31vw;
    }

	.second-icon a,
	.accessibility-wrapper{
		width: 30px;
		height: 30px;
	}
	
	.second-icon img,
	.accessibility-wrapper img{
		width: 13.5px;
		height: 15px;
	}

	.second-icon img{		
		width: 17px;
		height: auto;
	}

	.author-info{
		margin-top: 10px;
		padding-top: 10px;
	}

	.author-info{
		gap: 15px;
	}

	.author-info .author-img,
	.author-info .author-img img{
		width: 30px;
		height: 30px;
	}



	body {
		font-size: 14px;
	}

	/*Hero*/

	#hero,
	#hero .section-width{
		min-height: 550px;
	}

	#hero .section-width {
		padding: 4.69vw 5.31vw;
	}

	#hero.section .section-content.big{
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		height: 100%;
	}

	.karuzela-wpisow .post-item .section-content {
		grid-template-columns: 100%;
		gap: 4.69vw;
	}	

	.karuzela-wpisow .post-thumbnail img {
		height: 43.44vw;
		min-height: auto;
	}

	.karuzela-wpisow .post-thumbnail img,
	.top-similiar .twins.two .post-thumbnail,
	.section.bb.top-similiar .twins.two .post-thumbnail img,
	#map {
		border-radius: 5px;
	}

	.karuzela-wpisow .excerpt {
		width: 100%;
		margin: 2.50vw 0;
	}

	
	.karuzela-wpisow .post-category{
		padding-bottom: 4.69vw;
	}

	.fake-div{
		top: 0;
		grid-template-columns: 100%;
		gap: 0;
	}

	.fake-arrow{
		display: none;
	}


	/* Wspólne */

	.close-icon-link a,
	.close-icon-link a img,
	.carousel-arrows .slick-arrow,
	.carousel-arrows .slick-arrow img,
	.icon,
	.icon img,
	.arrow,
	.arrow img,
	.navigation-post a,
	.navigation-post img,
	.fake-arrow{
		width: 30px;
		height: 30px;
	}

	.post-category .gwary-option-btn,
	.post-category .gwary-main-btn,
	.post-category a {
		font-size: 14px;
		padding: 5px 15px;
		border-radius: 23px;
	}

	.post-title h2,
	.post-title h3,
	.title-wrapper h2,
	.normal-txt.v2 .text-editor p,
	.title a{
		font-size: 18px;
	}
	 
	.section.cta .tekst h2{
		font-size: 24px;
	}

	.breadcrumbs a,
	.breadcrumb,
	.breadcrumb-separator,
	#top-section.section.search .col-right p{
		font-size: 10px;
	}

	.single .page-title,
	.search .page-title {
		max-width: 9ch;
	}

	.single #top-section.section.bb.top-team .twins .page-title,
	.single #top-section.section.bb.pro .twins .page-title{
		max-width: 60ch;
	}

	.page-meta h1{
		font-size: 24px;
	}





	/* Post loop */

	.post-loop,
	.post-loop.two-col,
	.post-loop.two-col-six {
		display: grid;
		grid-template-columns: 100%;
		gap: 12.19vw;
	}

	.section.loop {
		padding: 4.69vw 5.31vw !important;
	}

	.col-top{
		margin-bottom: 7.19vw;		
	}

	#section-4.section.loop .col-top {
		margin-bottom: 9.38vw;
	}

	.section.loop .section-width{
		padding: 3.13vw 0 0 !important;
	}

	.post-loop.three-col .support-wrapper-post .post-category{
		top: 10px;
		left: 10px;
	}

	.post-loop.two-col .post-item .post-thumbnail,
	.post-loop .post-item .post-thumbnail {
		width: 100%;
		height: 50.00vw;
		position: relative;
		margin-bottom: 2.50vw;
	}

	.post-loop.two-col .post-item .post-thumbnail img,
	.post-loop .post-item .post-thumbnail img {
		width: 100%;
		height: 50.00vw;
		object-fit: cover;
	}

	.post-loop.two-col .post-title {
		margin-bottom: 4.69vw;
	}

	.meta .excerpt {
		margin: 2.50vw 0;
	}

	.post-loop.three-col .animation-wrapper,
	.post-loop .post-item .post-thumbnail,
	.post-loop .post-item .post-thumbnail img,
	.top-similiar .twins.two .post-thumbnail,
	.section.bb.top-similiar .twins.two .post-thumbnail img,
	#map {
		border-radius: 10px;
		transition: .3s !important;
	}

	.post-loop.three-col .post-item .post-thumbnail-wrapper:hover .animation-wrapper,
	.post-loop.three-col .post-item .post-thumbnail-wrapper:hover .post-thumbnail,
	.post-loop.three-col .post-item .post-thumbnail-wrapper:hover .post-thumbnail img {
		border-radius: 23px !important;
	}

	.post-loop.three-col .post-item .post-thumbnail-wrapper:hover .animation-wrapper {
		border: 5px solid white;
	}

	.post-loop .post-item .post-thumbnail-wrapper:hover .mask1,
	.post-loop .post-item .post-thumbnail-wrapper:hover .mask2{
		height: 5px;
	}

	.post-loop .post-item .post-thumbnail-wrapper:hover .mask3,
	.post-loop .post-item .post-thumbnail-wrapper:hover .mask4{
		width: 5px;
	}

	.masks.mask1:before,
	.masks.mask1::after,
	.masks.mask2:before,
	.masks.mask2::after {
		content: '';
        width: 10px;
        height: 10px;
		border-radius: 40px;
	}


	.post-loop.three-col .post-item:hover .animation-wrapper {
		border: 5px solid white;
	}

	.post-loop .post-item:hover .mask1, .post-loop .post-item:hover .mask2 {
		height: 5px;
	}

	.post-loop .post-item:hover .mask3, .post-loop .post-item:hover .mask4 {
		width: 5px;
	}

	.arrow-and-cat .arrow,
	.arrow-and-cat .arrow img{
		width: 30px;
		height: 30px;
	}


	.post-loop.two-col-six{
		gap: 2.50vw;
	}

	.post-loop.two-col-six .post-item {
		width: 100%;
		gap: 4.69vw;
		grid-template-columns: 28.13vw 57.81vw;
		padding: 0 0 7.19vw;
		border-bottom: 1px solid #BFBFBF !important;
	}

	.post-loop.two-col-six .post-item.last-post{
		border: none !important;
		padding-bottom: 0 !important;
	}

	.post-loop.two-col-six .support-wrapper-post:last-child .post-category-wrapper{
		bottom: 0 !important;
	}

	.post-loop.two-col-six .post-item .arrow-and-cat.mobile{
		width: 100%;
	}
	
	.post-loop.two-col-six .post-item .arrow-and-cat .post-date{
		margin-bottom: 4.69vw;
	}

	.post-loop.two-col-six .post-title h3{
		font-size: 14px;
		padding-bottom: 2.50vw;
	}

	.post-loop.two-col-six .post-item .meta {
		width: 57.81vw;
	}

	.post-loop.two-col-six .post-item .post-thumbnail, 
	.post-loop.two-col-six .post-item .post-thumbnail img {
		width: 26.56vw;
		height: 27.50vw;
	}

	.post-loop.two-col-six .support-wrapper-post .post-category-wrapper {
		bottom: 30px !important;
	}

	.post-loop.two-col-six .else-staff .post-category a{
		font-size: 11px;
	}


	.post-date{
		font-size: 10px;
	}


	/* CTA */

	.section.cta {
		margin-left: 0;		
		width: 100%;
		padding: 4.69vw 0;
	}

	.section.cta .section-width {
		padding: 2.50vw 8.13vw 4.69vw 5.31vw;
	}

	.section.cta .section-content {
		width: 100%;
	}

	/* Filtry */

	.filter-wrapper .post-category{
		gap: 5px;
	}








	/* Elastic fields */

	.more-count{
		font-size: 48px;
	}

	.gallery-wrapper .item,
	.post-slide .image-slide .item img,
	.custom-video,
	.video-wrapper iframe,
	.media-wrap img{
		border-radius: 5px;
	}

	.elastic-fields .section-width {
		padding: 2.50vw 5.31vw 4.69vw;
	}

	#top-section.section .twins {
		grid-template-columns: 100%;
		gap: 4.69vw;
		padding-bottom: 4.69vw;
	}

	.normal-txt .section-content {
		grid-template-columns: 100%;
		gap: 4.69vw;
	}

	

	.elastic-fields .col-left .title-wrapper p{
		margin-bottom: 0;
	}


	.gallery .section-content {
		grid-template-columns: 100%;
		gap: 4.69vw;
	}

	.gallery-wrapper {
		grid-template-columns: repeat(2, 1fr);
		gap: 4.69vw;
	}

	.gallery-wrapper .item,
	.gallery-wrapper .item img {
		width: 42.19vw;
		height: 42.19vw;
	}




	.post-slide .section-width{
		padding: 4.69vw 5.31vw;
	}

	.post-slide .section-content{
		width: 100%;
	}

	.post-slide .image-slide img {
		width: 100%;
		height: 51.88vw;
	}




	.similiar .section-width {
		padding: 2.50vw 5.31vw 4.69vw;
	}

	.similiar .section-content {
		padding-top: 2.5vw;
		width: 100%;
	}

	.similiar .title{
		padding-bottom: 0;
	}

	.drop-down.similiar .title {
		padding-bottom: 4.69vw;
	}

	.drop-down.similiar .drop-content {
		grid-template-columns: 100%;
		gap: 4.69vw;
	}

	.drop-down.similiar.open .drop-content {
		max-height: 600px;

	}




	.video-wrapper {
		width: 100%;
		height: 51.88vw;
	}

	#share.section {
		padding: 4.69vw 5.31vw;
	}

	#share.section .section-width {
		padding: 3.13vw 0 0;
	}

	.share-wrapper .social-media{
		justify-content: space-between;
	}

	.share-wrapper .social-media-wrapper .col-left {
		text-align: left;
	}

	.share-wrapper .social-media-wrapper p {
		padding-bottom: 0;
	}

	



	.filter-wrapper {
		grid-template-columns: 100%;
		gap: 7.19vw;
		padding-bottom: 4.69vw;
	}

	.filter-wrapper.pro{
		gap: 0;
	}

	.filter-wrapper .post-category{
		gap: 2.50vw 1.56vw;
		flex-wrap: wrap;
	}


	.loop.cat .section-width .col-top {
		margin-bottom: 1.56vw;
	}


	.team .post-loop{
		gap: 4.69vw;
	}

	.team .post-item {
		grid-template-columns: 100%;
		border-top: 1px solid #BFBFBF;
		padding-top: 2.50vw;
		margin-top: 2.50vw;
		gap: 2.50vw;
	}

	.team .post-item .meta {
		border-top: none;
		padding-top: 0;
	}

	.elastic-fields .team .section-width {
		padding-left: 5.31vw;
	}

	.team .post-loop .post-item .post-thumbnail, 
	.team .post-loop .post-item .post-thumbnail img {
		width: 26.56vw;
		height: 26.56vw;
	}

	.team .post-item .excerpt {
		width: 100%;
	}



	#top-section.section .twins .col-left.parent{
		display: flex;
		justify-content: space-between;
	}

	
	#top-section.section.bb .twins{
		border-bottom: 1px solid #F0F0F0;		
	}

	.single #top-section.section.bb .twins{
		padding-bottom: 9.38vw;
	}

	.single #top-section.section.bb.top-team .twins{
		padding-bottom: 4.69vw;
	}

	.post-thumbnail.special {
		margin-top: 4.69vw;
	}

	.post-thumbnail.special, .post-thumbnail.special img {
		width: 42.19vw;
		height: 42.19vw;
	}













	/* Osoby */

	.top-similiar .twins.two .meta {
		width: 100%;
	}

	.mobile-nav .navigation-post {
		display: flex	;
		gap: 4.69vw;
	}


	/* Aktualności */


	#top-section.section.bb.akt .twins.one {
		padding-bottom: 4.69vw;
	}

	#top-section.section.bb.akt .page-meta.twins.two {
		display: flex;
		flex-wrap: wrap;
		gap: 0;
		justify-content: space-between;
		padding-bottom: 9.38vw;
	}

	#top-section.section.bb.akt .twins.two .col-left,
	#top-section.section.bb.akt .twins.two .col-right {
		padding-left: 0;
		width: 50%;
	}

	#top-section.section.bb.akt .twins.two .meta {
		width: 100%;
		padding-top: 4.69vw;
	}
	
	#top-section.section.bb.akt .twins.two .meta h1{
		font-size: 18px;
	}

	#top-section.section.bb.akt .twins .col-right .navigation-post {
		height: 100%;
		justify-content: flex-end;
		align-items: flex-end;
		gap: 4.69vw;
	}

	#top-section.section.bb.akt .twins.two .post-thumbnail, 
	#top-section.section.bb.akt .twins.two .post-thumbnail img {
		width: 42.19vw;
		height: 25.00vw;
		object-fit: cover;
	}




	/* Kontakt */

	.page-id-15460 .normal-txt.num-1 .section-width,
	.page-id-15460 .google-map .section-width, 
	.page-id-15460 .more-info-elastic .section-width {
		padding-bottom: 4.69vw;
	}

	#map {
		width: 100%;
		height: 69.69vw;
	}

	.q-a .col-right {
		gap: 4.69vw;
	}


	/* Footer*/

	footer {
		margin-top: 4.69vw;
	}

	footer .section-width {
		padding: 9.38vw 5.31vw 4.69vw;
	}

	footer .foot-section {
		grid-template-columns: 100%;
		gap: 9.38vw;		
	}

	footer .top-section.foot-section {
		gap: 18.75vw;
	}

	footer .middle-section {
		margin: 9.38vw 0 18.75vw;
	}

	.foot-logo {
		width: 50vw;
	}

	.bip img {
		width: 10.39vw;
		height: auto;
	}

	.social-media-wrapper p{
		padding-bottom: 4.69vw;
		margin: 0;
	}

	.social-media {
		gap: 6.25vw;
		margin-top: 0;
	}

	.close a,
	.social-media a{
		font-size: 12px;
		width: 30px;
		height: 30px;	
	}
	
	.social-media a img{
		height: 16px;
	}


	.foot-menu ul.menu-bottom {
		gap: 4.69vw;
	}

	.foot-menu ul.menu-bottom li.menu-item-has-children a {
		margin-bottom: 4.69vw;
	}

	.second-menu ul.menu-bottom-two,
	.foot-menu ul.menu-bottom li.menu-item ul {
		gap: 4.69vw;
	}



	.second-menu ul.menu-bottom-two li{
		line-height: 2;
	}


	footer .middle-section .col-right {
		padding-top: 4.69vw;
		border-top: 1px solid #BFBFBF;
		gap: 9.38vw;
	}

	footer .middle-section .col-right .text-editor p{
		line-height: 2;
		margin: 0;
	}

	.compny-info {
		display: grid;
		gap: 3.13vw;
	}

	.compny-info p {
		margin-bottom: 0;
	}


	

	.more-info a {
		height: 30px;
	}

    .more-info a .support-wrapper {
		margin-top: 0;
		font-size: 11px;
        height: 30px;
        gap: 11px;
        padding: 0 15px 0 13px;
    }

	.more-info a .support-wrapper:before{
		border-radius: 23px;		
	}

	.more-info a .support-wrapper span {
		height: 14px;
	}

	.more-info a img{
		height: 9.4px;
	}






	

	




	footer .bottom-section .mkidn img {
		width: 62.50vw;
		margin-bottom: 4.69vw;
	}


	.second-menu ul.menu-bottom-two {
		margin-top: 0;
		margin-bottom: 9.38vw;
	}




	.second-menu ul.menu-bottom-two li:before,
	.foot-menu ul.menu-bottom li.menu-item ul li:before{
		width: 25.86px;
		height: 10.65px; 
	}

	.second-menu ul.menu-bottom-two li,
	.foot-menu ul.menu-bottom li.menu-item ul {
        padding-left: 37px;
    }

	footer .bottom-section .text-editor{
		font-size: 10px;
	}

	footer .bottom-section .text-editor p{
		margin-bottom: 0;
	}

	footer .bottom-section .col-right .text-editor {
		transform: translate(0px, -4px);
		max-width: 70%;
	}

	.to-top img{
		width: 30px;
		height: 30px;
	}

}

/*-----------------------------------------------------------
Breakpoint dla szerokości ekranu od 500px
------------------------------------------------------------*/

@media (min-width: 500px) {

	.tablet{
		display: block;
	}

	.tablet-ds-none{
		display: none;
	}

	.tablet-ds-block{
		display: block !important;
	}
 
	.grid-layout {
		gap: 4.00vw;
		padding: 0 4.00vw;
	}
	
	.grid-layout .col{
		width: 12.00vw;
	}

	.overlay-section .section-width {
		padding: 34.60vw 4vw 78.80vw;
	}


    .header{
		padding: 6vw 4vw 4vw !important;
		grid-template-columns: 44.00vw 44vw;
		gap: 4vw;
	}

	.part-right.parts {
		gap: 4vw;
		flex-direction: row;
		height: 30px;
		align-items: center;
	}
	
	.section-width {
        padding: 4vw 4vw;
    }


	/*Hero*/


	#hero,
	#hero .section-width{
		min-height: 650px;
	}

	#hero .section-width {
		padding: 4vw 4vw;
	}

	.karuzela-wpisow .post-item .section-content {
		gap: 4vw;
	}	

	.karuzela-wpisow .post-thumbnail img {
		height: 44.80vw;
	}

	.karuzela-wpisow .post-thumbnail img,
	.top-similiar .twins.two .post-thumbnail,
	.section.bb.top-similiar .twins.two .post-thumbnail img,
	#map {
		border-radius: 10px;
	}

	.karuzela-wpisow .excerpt {
		margin: 2vw 0;
	}

	
	.karuzela-wpisow .post-category{
		padding-bottom: 4vw;
	}






	.section.cta .tekst h2{
		font-size: 36px;
	}




	/* Post loop */

	.meta .excerpt {
		margin: 2vw 0;
	}

	.post-loop{
		grid-template-columns: repeat(2, 1fr);
		gap: 10.00vw 4vw;
	}

	.post-loop.two-col,
	.post-loop.two-col-six {		
		grid-template-columns: 100%;
		gap: 10vw;
	}

	.section.loop {
		padding: 4vw 4vw !important;
	}

	.col-top{
		margin-bottom: 6.00vw;		
	}

	#section-4.section.loop .col-top {
		margin-bottom: 4vw;
	}

	.section.loop .section-width{
		padding: 2.00vw 0 0 !important;
	}

	.post-loop .post-item .post-thumbnail img{
		width: 100%;
		object-fit: cover;
	}
	
	.post-loop.two-col .post-item .post-thumbnail,
	.post-loop.three-col .post-item .post-thumbnail {
		width: 100%;
		position: relative;
		margin-bottom: 2vw;
	}


	.post-loop.three-col .post-item .post-thumbnail,
	.post-loop.three-col .post-thumbnail img{
		height: 29.40vw;
	}

	.post-loop.two-col .post-item .post-thumbnail,
	.post-loop.two-col .post-item .post-thumbnail img{
		height: 51.60vw;
	}

	.post-loop.two-col .post-title{
		margin-bottom: 4vw;
	}



	.post-loop.two-col-six{
		gap: 2vw;
	}

	.post-loop.two-col-six .post-item {
		width: 100%;
		gap: 4vw;
		grid-template-columns: 28.00vw 60.00vw;
		padding: 0 0 6vw;
		border-bottom: 1px solid #BFBFBF !important;
	}

	.post-loop.two-col-six .support-wrapper-post .post-category-wrapper {
		bottom: 30px !important;
	}

	.post-loop.two-col-six .post-item.last-post{
		border: none !important;
		padding-bottom: 0 !important;
	}

	.post-loop.two-col-six .post-item .arrow-and-cat.mobile{
		width: 100%;
	}
	
	.post-loop.two-col-six .post-item .arrow-and-cat .post-date {
		margin-bottom: 2vw;
	}

	.post-loop.two-col-six .post-title h3{
		font-size: 14px;
		padding-bottom: 2vw;
	}

	.post-loop.two-col-six .post-item .meta {
		width: 60.00vw;
	}

	#loop-type-3.section.loop.publikacje .post-thumbnail,
	#loop-type-3.section.loop.publikacje .post-thumbnail img,
	.post-loop.two-col-six .post-item .post-thumbnail, 
	.post-loop.two-col-six .post-item .post-thumbnail img {
		width: 28.00vw;
		height: 29.20vw;
	}



	/* CTA */

	.section.cta {
		padding: 4vw 0;
	}

	.section.cta .section-width {
		padding: 3vw 12.80vw 4vw 4vw;
	}

	/* Filtry */



	/* Elastic fields */

	.elastic-fields .section-width {
		padding: 2vw 4vw 4vw;
	}

	#top-section.section .twins {
		gap: 4vw;
	}

	#top-section.section.akt .twins {
		gap: 4vw;
		padding-bottom: 4vw;
		grid-template-columns: 28.00vw 60.00vw;
	}

	.normal-txt .section-content {
		gap: 4vw;
	}

	.gallery .section-content {
		gap: 4vw;
	}

	.gallery-wrapper {
		grid-template-columns: repeat(3, 1fr);
		gap: 4vw;
	}

	.gallery-wrapper .item, 
	.gallery-wrapper .item img {
		width: 28.00vw;
		height: 28.00vw;
	}




	.post-slide .section-width{
		padding: 4vw 4vw;
	}

	.post-slide .section-content{
		width: 100%;
	}

	.post-slide .image-slide img {
		width: 100%;
		height: 51.88vw;
	}




	.similiar .section-width {
		margin: 0;
		padding: 2vw 4vw 4vw;
	}

	.similiar .section-content {
		padding-top: 2vw;
		width: 100%;
	}

	.drop-down.similiar .title {
		padding-bottom: 4vw;
	}

	.drop-down.similiar .drop-content {
		grid-template-columns: 100%;
		gap: 4vw;
	}

	.drop-down.similiar.open .drop-content {
		max-height: 600px;
		padding-bottom: 4.69vw;
	}




	.video-wrapper {
		width: 100%;
		height: 51.88vw;
	}

	#share.section {
		padding: 4vw 4vw;
	}

	#share.section .section-width {
		padding: 2vw 0 0;
	}

	.share-wrapper .social-media {
		justify-content: flex-end;
	}



	

	.filter-wrapper {
		gap: 6vw;
		padding-bottom: 4vw;
	}

	.filter-wrapper.pro{
		gap: 0;
	}

	.filter-wrapper .post-category{
		gap: 2vw 1vw;
		flex-wrap: wrap;
	}

	.loop.cat .section-width .col-top {
		margin-bottom: 2vw;
	}




	.team .post-loop{
		gap: 4vw;
	}

	.team .post-item {
		grid-template-columns: 28.00vw 60.00vw;
		border-top: 1px solid #BFBFBF;
		padding-top: 2vw;
		margin-top: 2vw;
		gap: 2vw;
	}

	.page-id-17155 .team .post-item{
		grid-template-columns: 100%;
	}

	.team .post-item .meta {
		border-top: none;
		padding-top: 0;
	}

	.elastic-fields .team .section-width {
		padding-left: 4vw;
	}

	.team .post-loop .post-item .post-thumbnail, 
	.team .post-loop .post-item .post-thumbnail img {
		width: 28.00vw;
		height: 28.00vw;
	}

	.team .post-item .excerpt {
		width: 100%;
	}




	#top-section.section .twins .col-left.parent{
		display: flex;
		justify-content: space-between;
	}

	
	#top-section.section.bb .twins{
		border-bottom: 1px solid #F0F0F0;		
	}

	.single #top-section.section.bb .twins{
		padding-bottom: 6vw;
	}

	.single #top-section.section.bb.pro .twins{
		padding-bottom: 4vw;
	}

	.single #top-section.section.bb.top-team .twins{
		padding-bottom: 4vw;
	}

	.post-thumbnail.special {
		margin-top: 4vw;
	}

	.post-thumbnail.special, 
	.post-thumbnail.special img {
		width: 28.00vw;
		height: 28.00vw;
	}



	/* Osoby */

	.top-similiar .twins.two .meta {
		width: 100%;
	}

	.mobile-nav .navigation-post {
		display: flex	;
		gap: 4vw;
	}


	/* Aktualności */


	#top-section.section.bb.akt .twins.one {
		padding-bottom: 4vw;
	}

	#top-section.section.bb.akt .page-meta.twins.two {
		display: grid;
		gap: 4vw;
		grid-template-columns: 28.00vw 60.00vw;
		padding-bottom: 8vw;
	}

	#top-section.section.bb.akt .twins.two .col-left,
	#top-section.section.bb.akt .twins.two .col-right {
		padding-left: 0;
		width: 100%;
	}

	#top-section.section.bb.akt .twins.two .meta {
		width: 100%;
		padding-top: 0;
	}
	
	#top-section.section.bb.akt .twins.two .meta h1{
		font-size: 18px;
	}

	#top-section.section.bb.akt .twins .col-right .navigation-post {
		height: 100%;
		justify-content: flex-end;
		align-items: flex-end;
		gap: 4vw;
	}

	#top-section.section.bb.akt .twins.two .post-thumbnail, 
	#top-section.section.bb.akt .twins.two .post-thumbnail img {
		width: 28.00vw;
		height: 16.60vw;
	}




	/* Kontakt */

	.page-id-15460 .normal-txt.num-1 .section-width,
	.page-id-15460 .google-map .section-width, 
	.page-id-15460 .more-info-elastic .section-width {
		padding-bottom: 4vw;
	}

	#map {
		width: 100%;
		height: 44.60vw;
	}

	.q-a .col-right {
		gap: 4vw;
	}


	/* Footer*/

	footer {
		margin-top: 4vw;
	}

	footer .section-width {
		padding: 8vw 4vw 4vw;
	}

	footer .foot-section {
		grid-template-columns: 100%;
		gap: 6vw;		
	}

	footer .top-section.foot-section {
		gap: 16vw;
	}

	footer .middle-section {
		margin: 8vw 0 8vw;
	}


	.foot-logo {
		width: 44vw;
	}

	.bip img {
		width: 6.65vw;
		height: auto;
	}

	.social-media-wrapper p{
		padding-bottom: 4vw;
		margin: 0;
	}

	.social-media {
		gap: 4.00vw;
	}

	.close a,
	.social-media a{
		font-size: 12px;
		width: 30px;
		height: 30px;	
	}
	



	.foot-menu ul.menu-bottom {
		gap: 2vw;
	}

	.foot-menu ul.menu-bottom li.menu-item-has-children a {
		margin-bottom: 2vw;
	}

	.second-menu ul.menu-bottom-two,
	.foot-menu ul.menu-bottom li.menu-item ul {
		gap: 2vw;
	}






	
	footer .middle-section{
		grid-template-columns: repeat(2, 1fr);
	}

	footer .middle-section .col-right {
		padding-top: 0;
		border-top: none;
		gap: 8vw;
		justify-content: flex-start;
	}

	footer .middle-section .col-right .text-editor p{
		line-height: 2;
		margin: 0;
	}

	.compny-info {
		gap: 2vw;
	}

	.compny-info p {
		margin-bottom: 0;
	}

	.more-info {
		gap: 2vw;
		margin-top: 8vw;
	}





	footer .bottom-section{
		grid-template-columns: repeat(2, 1fr);
		gap: 4vw;
	}

	footer .bottom-section .mkidn img {
		width: 26.4vw;
		margin-bottom: 4vw;
	}

	.second-menu ul.menu-bottom-two {
		margin-top: 0;
		margin-bottom: 4vw;
	}


	.second-menu ul.menu-bottom-two li:before,
	.foot-menu ul.menu-bottom li.menu-item ul li:before{
		width: 31.74px;
		height: 13.07px; 
	}

	.second-menu ul.menu-bottom-two li,
	.foot-menu ul.menu-bottom li.menu-item ul {
        padding-left: 41px;
    }

	footer .bottom-section .text-editor{
		font-size: 10px;
	}


	@media (min-width: 700px) {

		#hero,
		#hero .section-width{
			min-height: 700px;
		}

	}

	@media (min-width: 850px) {

		#hero,
		#hero .section-width{
			min-height: 800px;
		}

	}


}

}

/*-----------------------------------------------------------
Breakpoint dla szerokości ekranu od 1000px
------------------------------------------------------------*/
  
@media (min-width: 1000px) {

	.desktop{
		display: block;
	}

	.mobile,	
	.tablet,
	.menu-mobile{
		display: none;
	}

	.grid-layout {
		gap: 4vw;
		padding: 0 4vw;
	}
	
	.grid-layout .col{
		width: 4vw;
	}

	.second-icon a,
	.accessibility-wrapper {
		width: 45px;
		height: 45px;
	}
	
	.second-icon img,
	.accessibility-wrapper img {
        width: 19px;
        height: 21.11px;
	}

	.second-icon img{
		width: 23px;
		height: auto;
	}
	
	footer .bottom-section .text-editor p{
		margin-bottom: 0;
	}
	

	.menu-desktop ul.menu li a,
	.switcher a {	
		font-size: 16px;
	}

	.search-form {
		border-radius: 25px;
		padding: 8px 15px;
	}

	.search-field {
		width: 15vw;
	}

	.search-icon img{
		width: 15px;
		height: 15px;
	}

	.menu-desktop ul.menu li.menu-item-has-children:after{
		width: 12px;
		height: 12px;
		right: -17px;
	}




	/*Hero*/

	.karuzela-wpisow .post-thumbnail img {
		border-radius: 40px;
	}
	
	.fake-div {
		top: -30px;
	}


#loop-type-3.section.loop.publikacje .post-loop.two-col-six .post-item .post-thumbnail, 
#loop-type-3.section.loop.publikacje .post-loop.two-col-six .post-item .post-thumbnail img {
	height: 12vw;
}


#loop-type-3.publikacje .section-width .section-content:after{
	content: '';
	width: 100%;
	height: 1px;
	background-color: #F0F0F0;
	position: absolute;
	top: calc(50% + .5vw);
    lefT: 0;
    transform: translateY(-50%);
	display: none;
}

	/* Wspólne */

	.post-title h2,
	.post-title h3,
	.title-wrapper h2,
	.normal-txt.v2 .text-editor p,
	.title a{
		font-size: 20px;
	}

	.section.cta .tekst h2{
		font-size: 48px;
	}

	.breadcrumbs a,
	.breadcrumb,
	.breadcrumb-separator,
	#top-section.section.search .col-right p{
		font-size: 12px;
	}


	.single .page-title,
	.search .page-title {
		max-width: 30ch;
	}


	.author-info{
		margin-top: 10px;
		padding-top: 10px;
	} 

	.author-info{
		gap: 20px;
	}

	.author-info .author-img,
	.author-info .author-img img{
		width: 40px;
		height: 40px;
	}

	

	.post-loop.three-col .support-wrapper-post .post-category{
		top: 10px;
		left: 10px;
	}

	.post-category .gwary-option-btn,
	.post-category .gwary-main-btn,
	.post-category a {
		font-size: 14px;
		padding: 5px 15px;
		border-radius: 23px;
	}

	.close-icon-link a, .close-icon-link a img, .carousel-arrows .slick-arrow, .carousel-arrows .slick-arrow img, .icon, .icon img, .arrow, .arrow img, .navigation-post a, .navigation-post img, .fake-arrow {
		width: 30px;
		height: 30px;
	}

	.more-count {
		font-size: 48px;
	}

	.filter-wrapper .post-category {
		gap: 5px;
	}

	.page-meta h1 {
		font-size: 24px;
	}
	

	/* Elastic fields */

	.gallery-wrapper .item,
	.post-slide .image-slide .item img,
	.custom-video,
	.video-wrapper iframe,
	.media-wrap img{
		border-radius: 10px;
	}




	/* Post loop */

	.post-date{
		font-size: 12px;
	}

	.post-loop.two-col-six .post-title h3{
		font-size: 16px;
		padding-bottom: 1vw;
	}

	.post-loop.two-col-six .post-item .post-thumbnail, 
	.post-loop.two-col-six .post-item .post-thumbnail img {
		height: 15.80vw;
	}

	.post-loop.three-col .animation-wrapper,
	.post-loop .post-item .post-thumbnail,
	.post-loop .post-item .post-thumbnail img,
	.top-similiar .twins.two .post-thumbnail,
	.section.bb.top-similiar .twins.two .post-thumbnail img,
	#map {
		border-radius: 20px;
		transition: .3s !important;
	}

	.post-loop.three-col .post-item .post-thumbnail-wrapper:hover .animation-wrapper,
	.post-loop.three-col .post-item .post-thumbnail-wrapper:hover .post-thumbnail,
	.post-loop.three-col .post-item .post-thumbnail-wrapper:hover .post-thumbnail img {
		border-radius: 23px !important;
	}

	.post-loop.three-col .post-item .post-thumbnail-wrapper:hover .animation-wrapper {
		border: 5px solid white;
	}

	.post-loop .post-item .post-thumbnail-wrapper:hover .mask1,
	.post-loop .post-item .post-thumbnail-wrapper:hover .mask2{
		height: 5px;
	}

	.post-loop .post-item .post-thumbnail-wrapper:hover .mask3,
	.post-loop .post-item .post-thumbnail-wrapper:hover .mask4{
		width: 5px;
	}

	.masks.mask1:before,
	.masks.mask1::after,
	.masks.mask2:before,
	.masks.mask2::after {
		content: '';
        width: 10px;
        height: 10px;
		border-radius: 40px;
	}














	
	.post-loop.two-col-six .post-item .arrow-and-cat .post-date{
		margin-bottom: 10px;
	}





	/* Footer*/

	.social-media{
		gap: 20px;
	}

	.close a,
	.social-media a{
		font-size: 12px;
		width: 30px;
		height: 30px;	
	}

	.social-media a img{
		height: 16px;
	}





	.more-info a {
		height: 30px;
	}

    .more-info a .support-wrapper {
		font-size: 14px;
        height: 30px;
        gap: 14px;
        padding: 0 16.86px 0 15px;
    }

	.more-info a .support-wrapper:before{
		border-radius: 21px;		
	}

	.more-info a .support-wrapper span {
		height: 20px;
	}

	.more-info a img{
		height: 10.19px;
	}










	footer .bottom-section .text-editor{
		font-size: 10px;
	}

	.to-top img{
		width: 30px;
		height: 30px;
	}

	.second-menu ul.menu-bottom-two li:before,
	.foot-menu ul.menu-bottom li.menu-item ul li:before{
		width: 31.74px;
		height: 13.07px; 
	}

	.second-menu ul.menu-bottom-two li,
    .foot-menu ul.menu-bottom li.menu-item ul {
        padding-left: 43px;
    }


}

/*-----------------------------------------------------------
Breakpoint dla szerokości ekranu od 1500px
------------------------------------------------------------*/

@media (min-width: 1500px) {

	body {
		font-size: 20px;
	}

	.menu-desktop ul.menu li a,
	.switcher a {	
		font-size: 18px;
	}

	.search-form {
		padding: 12.5px 20.64px;
	}

	.search-field {
        width: auto;
    }

	.search-icon img{
		width: 20px;
		height: 20px;
	}

	.second-icon a,
	.accessibility-wrapper{
		width: 45px;
		height: 45px;
	}
	
	.second-icon img,
	.accessibility-wrapper img{
		width: 19px;
		height: 21.11px;
	}

	.second-icon img{
		width: 23px;
		height: auto;
	}

	.menu-desktop ul.menu li.menu-item-has-children:after{
		width: 16px;
		height: 16px;
		right: -24px;
	}



	/*Hero*/


	.karuzela-wpisow .post-thumbnail img {
		border-radius: 40px;
	}

	.close-icon-link a,
	.close-icon-link a img,
	.carousel-arrows .slick-arrow,
	.carousel-arrows .slick-arrow img,
	.icon,
	.icon img,
	.arrow,
	.arrow img,
	.navigation-post a,
	.navigation-post img,
	.fake-arrow {
		width: 45px;
		height: 45px;
	}

	.fake-div{
		top: -45px;
	}


	/* Wspólne */

	.post-category .gwary-option-btn,
	.post-category .gwary-main-btn,
	.post-category a {
		font-size: 18px;
		padding: 10.5px 22px;
	}

	.post-title h2,
	.post-title h3,
	.title-wrapper h2,
	.normal-txt.v2 .text-editor p,
	.title a{
		font-size: 28px;
	}

	.post-date{
		font-size: 14px;
	}

	.section.cta .tekst h2{
		font-size: 60px;
	}

	.post-loop.two-col-six .post-item .post-thumbnail, 
	.post-loop.two-col-six .post-item .post-thumbnail img {
		height: 13.80vw;
	}

	.breadcrumbs a,
	.breadcrumb,
	.breadcrumb-separator,
	#top-section.section.search .col-right p{
		font-size: 14px;
	}

	.single .page-title, .search .page-title {
        max-width: 40ch;
    }

	.page-meta h1{
		font-size: 36px;
	}

	.author-info{
		margin-top: 15px;
		padding-top: 15px;
	}

	.author-info{
		gap: 20px;
	}

	.author-info .author-img,
	.author-info .author-img img{
		width: 40px;
		height: 40px;
	}









	/* Post loop */

	.post-loop.three-col .animation-wrapper,
	.post-loop .post-item .post-thumbnail,
	.post-loop .post-item .post-thumbnail img {
		transition: .3s !important;
		border-radius: 30px;
	}

	.post-loop.three-col .post-item .post-thumbnail-wrapper:hover .animation-wrapper,
	.post-loop.three-col .post-item .post-thumbnail-wrapper:hover .post-thumbnail,
	.post-loop.three-col .post-item .post-thumbnail-wrapper:hover .post-thumbnail img {
		border-radius: 40px !important;
	}

	.post-loop.three-col .post-item .post-thumbnail-wrapper:hover .animation-wrapper {
		border: 10px solid white;
	}

	.post-loop .post-item .post-thumbnail-wrapper:hover .mask1,
	.post-loop .post-item .post-thumbnail-wrapper:hover .mask2{
		height: 10px;
	}

	.post-loop .post-item .post-thumbnail-wrapper:hover .mask3,
	.post-loop .post-item .post-thumbnail-wrapper:hover .mask4{
		width: 10px;
	}

	.masks.mask1:before,
	.masks.mask1::after,
	.masks.mask2:before,
	.masks.mask2::after {
		content: '';
		width: 23px;
		height: 21px;
		border-radius: 40px;
	}


















	
	.post-loop.three-col .support-wrapper-post .post-category{
		top: 15px;
		left: 15px;
	}

	.arrow-and-cat .arrow,
	.arrow-and-cat .arrow img{
		width: 45px;
		height: 45px;
	}

	.post-loop.two-col-six .post-item .arrow-and-cat .post-date{
		margin-bottom: 15px;
	}
	
	.post-loop.two-col-six .post-title h3{
		font-size: 20px;
		padding-bottom: 1vw;
	}




	/* Filtry */

	.filter-wrapper .post-category{
		gap: 10px;
	}



	/* Gallery */

	.more-count{
		font-size: 60px;
	}





	/* Footer */


	.social-media{
		gap: 30px;
	}

	.close a,
	.social-media a{
		font-size: 18px;
		width: 45px;
		height: 45px;	
	}
	
	.social-media a img{
		height: 21px;
	}






	.more-info a {
		height: 42px;
	}

    .more-info a .support-wrapper {
        font-size: 18px;
        height: 42px;
        gap: 20px;
        padding: 0 22.4px 0 19px;
    }

	.more-info a .support-wrapper:before{
		border-radius: 21px;
	}

	.more-info a .support-wrapper span {
		height: 20px;

	}

	.more-info a img{
		height: 13px;
	}
	





	





	.second-menu ul.menu-bottom-two li,
	.foot-menu ul.menu-bottom li.menu-item ul{
        padding-left: 55px;
	}

	.second-menu ul.menu-bottom-two li:before,
	.foot-menu ul.menu-bottom li.menu-item ul li:before{
		width: 40px;
		height: 16.63px; 
	}


	footer .bottom-section .text-editor{
		font-size: 13px;
	}

	.to-top img{
		width: 45px;
		height: 45px;
	}

}

/*-----------------------------------------------------------
Breakpoint dla szerokości ekranu od 2000px
------------------------------------------------------------*/

@media (min-width: 2000px) {

	body {
		font-size: 24px;
	}

	.menu-desktop ul.menu li a {
        font-size: 24px;
    }
	
	.search-form {
		border-radius: 30px;
		padding: 17.58px 24.58px;
	}

	.search-icon img{
		width: 24.85px;
		height: 24.85px;
	}

	.second-icon a,
	.accessibility-wrapper{
		width: 60px;
		height: 60px;
	}

	.second-icon img,
	.accessibility-wrapper img{
		width: 26px;
		height: 28.89px;
	}
	

	.second-icon img{
		width: 30px;
		height: auto;
	}
	

	.menu-desktop ul.menu li.menu-item-has-children:after{
		width: 20px;
		height: 20px;
		right: -30px;
	}

	#top-section.section.bb.top-similiar .twins.two .meta .excerpt {
		width: 36.00vw;
	}

	/*Hero*/

	.post-category .gwary-option-btn,
	.post-category .gwary-main-btn,
	.post-category a {
		font-size: 24px;
		padding: 13px 30px;
		border-radius: 30px;
	}

	.post-loop.three-col .animation-wrapper,
	.karuzela-wpisow .post-thumbnail img,
	.top-similiar .twins.two .post-thumbnail,
	.section.bb.top-similiar .twins.two .post-thumbnail img,
	#map{
		border-radius: 40px;
	}





	.close-icon-link a,
	.close-icon-link a img,
	.carousel-arrows .slick-arrow,
	.carousel-arrows .slick-arrow img,
	.icon,
	.icon img,
	.arrow,
	.arrow img,
	.navigation-post a,
	.navigation-post img,
	.fake-arrow {
		width: 60px;
		height: 60px;
	}

	.fake-div{
		top: -60px;
	}



	/* Wspólne */

	.post-title h2,
	.post-title h3,
	.title-wrapper h2,
	.normal-txt.v2 .text-editor p,
	.title a{
		font-size: 36px;
	}

	.post-loop.two-col-six .post-title h3{
		font-size: 24px;
		padding-bottom: 1vw;
	}
	
	.section.cta .tekst h2{
		font-size: 72px;
	}

	.more-count{
		font-size: 72px;
	}

	.breadcrumbs a,
	.breadcrumb,
	.breadcrumb-separator,
	#top-section.section.search .col-right p{
		font-size: 18px;
	}

	.single .page-title, .search .page-title {
        max-width: 50ch;
    }

	.page-meta h1{
		font-size: 48px;
	}



	/* Post loop */

	.post-loop .post-item .post-thumbnail,
	.post-loop .post-item .post-thumbnail img {
		border-radius: 40px;
	}
	
	.post-loop.three-col .support-wrapper-post .post-category{
		top: 20px;
		left: 20px;
	}
	
	.arrow-and-cat .arrow,
	.arrow-and-cat .arrow img{
		width: 60px;
		height: 60px;
	}

	.post-loop.two-col-six .post-item .arrow-and-cat .post-date{
		margin-bottom: 18px;
	}

	.post-loop.two-col-six .post-item .post-thumbnail, 
	.post-loop.two-col-six .post-item .post-thumbnail img {
		height: 11.15vw;
	}
	


	.social-media{
		gap: 40px;
	}
	
	.close a,
	.social-media a{
		width: 60px;
		height: 60px;	
		font-size: 24px;
	}

	.social-media a img{
		height: 28px;
	}



	.author-info{
		margin-top: 20px;
		padding-top: 20px;
	} 

	.author-info{
		gap: 2.00vw;
	} 

	.author-info .author-img,
	.author-info .author-img img{
		width: 2vw;
		height: 2vw;
	} 



	.more-info a {
		height: 60px;
	}

    .more-info a .support-wrapper {
        height: 60px;
        gap: 25px;
        padding: 0 27.26px 0 25px;
    }

	.more-info a .support-wrapper:before{
		border-radius: 30px;		
	}

	.more-info a .support-wrapper span {
		height: 28px;
	}

	.more-info a img{
		height: 18px;
	}



	.second-menu ul.menu-bottom-two li,
	.foot-menu ul.menu-bottom li.menu-item ul{
		padding-left: 65px;
	}

	.second-menu ul.menu-bottom-two li:before,
	.foot-menu ul.menu-bottom li.menu-item ul li:before{
		width: 50.59px;
	}




	footer .bottom-section .text-editor{
		font-size: 18px;
	}

	.to-top img{
		width: 60px;
		height: 60px;
	}
	
}












  






