/* Single post categories and tags */
.superb-single-post-tags-categories .taxonomy-post_tag, 
.superb-single-post-tags-categories .taxonomy-category {
	margin:0px !important;
}
.superb-single-post-tags-categories .taxonomy-post_tag a, 
.superb-single-post-tags-categories .taxonomy-category a{
	border-radius: 5px;
	border:1px solid var(--wp--preset--color--mono-3);
	padding: 5px 10px;
	text-decoration:none !important;
	display:inline-block;
	margin-right:5px !important;
	margin-bottom:8px !important;
	color: var(--wp--preset--color--mono-2);
}
.superb-single-post-tags-categories .taxonomy-post_tag a:hover, 
.superb-single-post-tags-categories .taxonomy-category a:hover {
	border:1px solid var(--wp--preset--color--primary);
	color: var(--wp--preset--color--primary);
}
/* Contact us boxes */
.column-parent-border-radius .wp-block-column {
	border-radius:20px;
}

/* Footer one */
.superbthemes-footer-one .wp-block-navigation{
	margin-top:0px !important;
}

/* Off canvas close button fix */


/* Comments start */
.wp-block-comments #reply-title,
.wp-block-comments h2#comments {
	font-size: 26px;
}

.wp-block-comments p.logged-in-as,
.wp-block-comments p.comment-notes,
.wp-block-comments label {
	font-size:16px;
}
.wp-block-comments .wp-block-post-comments-form input:not([type=submit]):not([type=checkbox]), 
.wp-block-comments .wp-block-post-comments-form textarea {
	padding: 10px 15px;
	font-size: 15px;
}
.wp-block-post-comments-form .comment-form-cookies-consent #wp-comment-cookies-consent {
	margin-top:3px;
}
.comment-form input:not([type=submit]), 
.comment-form textarea {
	border-radius:5px;
	border:1px solid var(--wp--preset--color--mono-2);
}

/* Remove template margin */
.wp-block-template-part {
	margin-top: 0px !important;
}

@media only screen and (max-width: 768px) {
	/* navigation-004 start */
	.superbthemes-navigation-004 .superbthemes-navigation-004-columns-wrapper .superbthemes-navigation-004-columns-button {
		display: none !important;
	}
	.superbthemes-navigation-004 .superbthemes-navigation-004-columns-wrapper .superbthemes-navigation-004-columns-logo {
		flex-basis: 40% !important;
	}
	.superbthemes-navigation-004 .superbthemes-navigation-004-columns-wrapper .superbthemes-navigation-004-columns-nav {
		flex-basis: 60% !important;
	}
	.superbthemes-navigation-004 .superbthemes-navigation-004-columns-wrapper .superbthemes-navigation-004-columns-nav .wp-block-navigation__container{
		justify-content: end !important;
	}
	.superbthemes-navigation-004 .superbthemes-navigation-004-headline {
		word-break:break-all !important;
	}


	/* features-005 start */
	.superbthemes-features-005 .wp-block-columns .wp-block-column{
		max-width: 48% !important;
		width: 100% !important;
	}

	/* footer-001 start */
	.superbthemes-footer-001 {
		text-align: center;
	}
	.superbthemes-footer-001 ul {
		justify-content: center!important;
	}
}

@media only screen and (max-width: 599px) { 
	/* navigation-004 start */
		.superbthemes-navigation-004 .superbthemes-navigation-004-columns-wrapper .superbthemes-navigation-004-columns-nav .wp-block-navigation__container li a {
		font-size:18px;
	}
	.has-modal-open .wp-block-navigation .wp-block-navigation__responsive-dialog { 
		justify-content: center !important; 
		display: flex; 
	}
	.superbthemes-navigation-004 .superbthemes-navigation-004-columns-wrapper .superbthemes-navigation-004-columns-nav .wp-block-navigation__container {
		align-items:center !important;
	}
	.superbthemes-navigation-004 .superbthemes-navigation-004-columns-wrapper .superbthemes-navigation-004-columns-nav {
		flex-basis: 20% !important;
	}
	.superbthemes-navigation-004 .superbthemes-navigation-004-columns-wrapper .superbthemes-navigation-004-columns-logo {
		flex-basis: 80% !important;
	}
	.superbthemes-navigation-004 .superbthemes-navigation-004-columns-wrapper .superbthemes-navigation-004-columns-nav nav {
		justify-content: end !important;
		display:flex !important;
	}
	.superbthemes-navigation-004 .superbthemes-navigation-004-headline {
		font-size:38px !important;
	}

	/* features-005 start */
	.superbthemes-features-005 .wp-block-columns .wp-block-column{
		max-width: 100% !important;
	}
	.superbthemes-features-005 .wp-block-columns .wp-block-column .wp-block-group {
		justify-content: center !important;
		flex-direction: column !important;
		flex-wrap: wrap !important;
		align-items: center !important;
	}


/* Navigation superbthemes navigation two columns */
.superbthemes-navigation-two-columns .superbthemes-navigation-two-columns-left {
	flex-basis: 80% !important;
}
.superbthemes-navigation-two-columns .superbthemes-navigation-two-columns-right {
	flex-basis: 20% !important;
}
.superbthemes-navigation-two-columns .is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__container {
	align-self: center;
}
.superbthemes-navigation-two-columns .is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__container li,
.superbthemes-navigation-two-columns .is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__container li .wp-block-navigation-item__content {
	align-self: center;
}
}

/* Blog Feed One  */
.blog-feed-one .wp-block-post-featured-image {
	min-width:40% !important;
	width:40%;
}
.blog-feed-one .wp-block-query-pagination-numbers>a,
.blog-feed-one .wp-block-query-pagination-numbers>span {
	border-radius: 3px;
	border:1px solid var(--wp--preset--color--mono-3);
	padding: 5px 10px;
}
.blog-feed-one .wp-block-query-pagination-numbers>span.current {
	opacity: 0.5;
}
.blog-feed-one .wp-block-query-pagination-numbers>span.page-numbers.dots {
	border: 0px;
	padding: 5px 4px;
}
@media only screen and (max-width: 750px) {
	.blog-feed-one .wp-block-post-featured-image {
		min-width:100% !important;
		width:100%;
	}
	.blog-feed-one .has-post-thumbnail .wp-block-group{
		-ms-flex-wrap:wrap !important;
		flex-wrap:wrap !important;
	}
	.blog-feed-one .wp-block-query-pagination-numbers {
		display:none;
	}
}
/* Featured post banner */
@media only screen and (max-width: 781px) { 
	.featured-post-banner .wp-block-social-links {
		justify-content: center !important;
	}
	.featured-post-banner .wp-block-post-template .wp-block-group {
		justify-content: center !important;
	}
}


/* Full width page template  */
.page-template-page-full-width .entry-content {
	margin-top: 0px;
}


/* Navigation three */
@media only screen and (max-width: 1024px) {
	.superbthemes-navigation-three .superbthemes-navigation-three-columns-wrapper .superbthemes-navigation-three-columns-button {
		display: none !important;
	}
	.superbthemes-navigation-three .superbthemes-navigation-three-columns-wrapper .superbthemes-navigation-three-columns-logo {
		flex-basis: 40% !important;
	}
	.superbthemes-navigation-three .superbthemes-navigation-three-columns-wrapper .superbthemes-navigation-three-columns-nav {
		flex-basis: 60% !important;
	}
	.superbthemes-navigation-three .superbthemes-navigation-three-columns-wrapper .superbthemes-navigation-three-columns-nav .wp-block-navigation__container{
		justify-content: end !important;
	}
	.superbthemes-navigation-three .superbthemes-navigation-three-headline {
		word-break:break-all !important;
	}
}
@media only screen and (max-width: 599px) { 
	.superbthemes-navigation-three .superbthemes-navigation-three-columns-wrapper .superbthemes-navigation-three-columns-nav .wp-block-navigation__container {
		align-items:center !important;
	}
	.superbthemes-navigation-three .superbthemes-navigation-three-columns-wrapper .superbthemes-navigation-three-columns-nav .wp-block-navigation__container li a {
		font-size:18px;
	}
	.superbthemes-navigation-three .superbthemes-navigation-three-columns-wrapper .superbthemes-navigation-three-columns-nav {
		flex-basis: 20% !important;
	}
	.superbthemes-navigation-three .superbthemes-navigation-three-columns-wrapper .superbthemes-navigation-three-columns-logo {
		flex-basis: 80% !important;
	}
	.superbthemes-navigation-three .superbthemes-navigation-three-columns-wrapper .superbthemes-navigation-three-columns-nav nav {
		justify-content: end !important;
		display:flex !important;
	}
	.superbthemes-navigation-three .superbthemes-navigation-three-headline {
		font-size:38px !important;
	}
}


/* Author bio pattern  */
@media only screen and (min-width: 600px) {
	.author-introduction-pattern .wp-block-media-text .wp-block-media-text__content {
		padding:0 4%;
	}
}
@media only screen and (max-width: 600px) {
	.author-introduction-pattern .wp-block-media-text  {
		text-align:center;
	}
	.author-introduction-pattern .wp-block-media-text__media{
		text-align:center;
	}
	.author-introduction-pattern .wp-block-media-text__media img{
		max-width: 100px;
	}
}




/* WooCommerce */
.woocommerce-page.woocommerce-uses-block-theme .has-global-padding {
    padding-left:var(--wp--preset--spacing--superbspacing-small);
    padding-right:var(--wp--preset--spacing--superbspacing-small);
}
.woocommerce-page.woocommerce-uses-block-theme.woocommerce-account.woocommerce-page .entry-content.wp-block-post-content.has-global-padding {
    max-width: 100%;
    padding-left: 0px;
    padding-right: 0px;
}
.woocommerce-page.woocommerce-uses-block-theme .woocommerce-ordering select{
    padding: 12px 40px 12px 25px;
    background-color: #fff;
    cursor: pointer;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iNSIgdmlld0JveD0iMCAwIDEwIDUiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+DQo8cGF0aCBkPSJNNC41MDQ5NSA0LjgyMDExTDAuMjA1MjQxIDEuMDQ4NTZDLTAuMDY4NDEzNyAwLjgwODY0NiAtMC4wNjg0MTM3IDAuNDE5NjYzIDAuMjA1MjQxIDAuMTc5ODY0QzAuNDc4NjUyIC0wLjA1OTk1NDcgMC45MjIwOTggLTAuMDU5OTU0NyAxLjE5NTQ5IDAuMTc5ODY0TDUuMDAwMDcgMy41MTcxTDguODA0NTIgMC4xNzk5NjFDOS4wNzgwNSAtMC4wNTk4NTc3IDkuNTIxNDUgLTAuMDU5ODU3NyA5Ljc5NDg2IDAuMTc5OTYxQzEwLjA2ODQgMC40MTk3OCAxMC4wNjg0IDAuODA4NzQzIDkuNzk0ODYgMS4wNDg2Nkw1LjQ5NTA4IDQuODIwMkM1LjM1ODMxIDQuOTQwMTEgNS4xNzkyNSA1IDUuMDAwMDkgNUM0LjgyMDg1IDUgNC42NDE2NSA0Ljk0IDQuNTA0OTUgNC44MjAxMVoiIGZpbGw9IiM3Njc2NzYiLz4NCjwvc3ZnPg0K);
    background-repeat: no-repeat;
    background-position: calc(100% - 20px) 50%;
    -webkit-transition: .1s;
    -o-transition: .1s;
    transition: .1s;
    border: 1px solid var(--wp--preset--color--mono-2);
}

.posts_homepage {
    max-width: 1000px !important;
    margin: auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.posts_homepage li{
	background-color: #fff;
	color:#043f61;
	padding-bottom: 0px;
	box-shadow: 3px 3px 10px #000;
	max-width: 30%;
	margin-bottom: 50px;
}

.posts_homepage .wp-block-latest-posts__post-title{
padding: 20px;
font-weight: 600;
}

.posts_homepage .wp-block-latest-posts__post-title:hover{
	text-decoration: none;
}

.posts_homepage .wp-post-image {
width: 300px !important;
height: 200px;
width: 100%;
object-fit: cover;
padding-bottom: 00px;
}

.max-width-1000 {
	max-width: 1000px !important;
	margin: auto;
}

.posts_homepage .wp-block-latest-posts__post-date{
	text-align: right;
	padding: 20px;
	padding-top: 40px;
	font-size: 12px;
	font-weight: 500;
}

@media only screen and (min-width: 679px) and (max-width: 1000px) {

	.posts_homepage li{
		width: 48%;
		max-width: 100%;
	}

	.posts_homepage .wp-post-image {
	width: 100% !important;
	height: 200px;
	width: 100%;
	object-fit: cover;
	padding-bottom: 00px;
	}
 
}

@media only screen and (max-width: 678px) {

	.posts_homepage li{
		width: 100%;
		max-width: 100%;
	}

	.posts_homepage .wp-post-image {
	width: 100% !important;
	height: 250px;
	width: 100%;
	object-fit: cover;
	padding-bottom: 00px;
	}

	header.wp-block-template-part .wp-block-image {
		max-width: 90px;
	}
 
}

header .superbthemes-navigation-004{
	padding-top: 0px !important;
	padding-bottom: 0px !important;
}

main.wp-block-group{
	margin-top: 0px !important;
}

.posts_homepage .wp-block-latest-posts__featured-image a{
	width: 100%;
}

.partners-column .wp-block-column{
background-color: #fff !important;
height: 100%;

}

.partners-column .wp-block-buttons{
	position: relative;
}

.partners-column .wp-block-button{
	    position: absolute;
    margin-right: -10px;
}

.wp-block-latest-posts__post-excerpt{
	font-size: 0px;
	text-align: right;
	margin-bottom: -15px;
}

.wp-block-latest-posts__post-excerpt a{
	font-size: 16px;
	padding: 15px;
	background-color: #00d084;
	color: #fff;
	margin-right: -15px;

}

.wp-block-latest-posts__read-more,
header .wp-block-button__link{
	font-weight: 700;
	border-style: solid !important;
	border-color: #00d084 !important;
	border-width: 3px !important;
	transition: 300ms ease;
}

.wp-block-latest-posts__read-more:hover,
header .wp-block-button__link:hover{
	background-color: #fff !important;
	color: #00d084 !important;
}

.wp-block-latest-posts__post-excerpt a:hover{
	text-decoration: none;
}

header.wp-block-template-part {
	transition:300ms ease !important;

	width:100%;
	z-index: 9999;
	padding-bottom: 20px;
	padding-top: 20px;
}

.scrolled .custom-logo{
	width:70px;
	padding-bottom:10px;
	padding-top:10px;
	transition:300ms ease !important;
}

.scrolled {
		opacity:1 !important;
		background-color: #043f61;
		padding-bottom: 0px !important;
	padding-top: 0px !important;
}

ss3-force-full-width p {
	margin-top: 0px !important;
	margin-bottom: 0px !important;
}

.single-post .attachment-post-thumbnail{
   
}

.socials-menu svg{
	width: 35px !important;
}

.social-columns {
	max-width: 900px;
	margin: auto;
	position: relative;
}

.social-columns .wp-block-column {
	position: relative;
	min-height: 190px;
}

.social-columns .wp-block-column .wp-block-buttons{
	position: absolute;
	bottom: 0;
	right: 0;
	margin-right: -15px;
	margin-bottom: -15px;
}

.social-columns .wp-block-column .wp-block-social-links{
	margin-left: 10px;
	margin-top: 10px;
}

.social-columns .wp-block-social-links{
	float: none !important;
}

.social-columns h2,
.social-columns p{
	margin-top: 0px;
	padding-left: 10px;
}

.konkurs-columns {
	max-width: 1200px !important;
	margin: auto;
}


.max-width-1200 {
	max-width: 1200px !important;
	margin: auto;
}

.max-width-800 {
	max-width: 800px !important;
	margin: auto;
}

.sign-in-buttons {
	max-width: 550px !important;
	margin: auto;
	gap: 50px !important;
}

.sign-in-buttons .wp-block-button__link{
	aspect-ratio: 1;
	width: 100%;
	border-style: solid !important;
	border-width: 5px !important;
	transition: 300ms ease;
	background-color: #00d084 !important;
	color:#fff !important;
	border-color: #00d084 !important;
	max-width: 250px;
}

.sign-in-buttons .wp-block-button__link:hover{
	color:#00d084 !important;
	background-color: #fff !important;
}

.sign-in-buttons .wp-block-button{
	width: 100%;
	text-align: center;
}



@media only screen and (max-width: 1000px) {
.social-columns {
	padding: 20px;
}

.konkurs-columns .wp-block-columns{
	text-align: center;
}
}

@media only screen and (min-width: 601px) {
.wp-block-navigation__responsive-container.is-menu-open {
	padding:20px !important;
}

header.wp-block-template-part {
	transition:300ms ease !important;
		position:fixed !important;
	width:100%;
	z-index: 9999;
	padding-bottom: 20px;
	padding-top: 20px;
}
}

@media only screen and (max-width: 600px) {
	.wp-block-navigation__responsive-container{
		background-color: #ffffff00 !important;
		padding: 0px !important;
	}

	.wp-block-navigation__responsive-close {
		background-color: #fff;
		padding-bottom: 0px;
	}
	.wp-block-navigation__responsive-container-close {
		margin-right: 20px;
		margin-top: 20px;
	}

	.wp-block-navigation__responsive-container-content,
	.wp-block-navigation__container,
	.wp-block-navigation__container li,
	.wp-block-navigation__container a{
		width: 100%;
		text-align: center;
	}

	.wp-block-navigation__container {
		gap:0px !important;
	}

	.wp-block-navigation__container a{
		border-style: solid;
		border-width: 0px 0px 1px 0px;
		border-color: #000;
		padding-bottom: 20px !important;
		padding-top: 20px !important;
	}

	.social-columns .wp-block-column{
		max-width: 284px !important;
		margin: auto;
	}

	.social-columns .wp-block-column ul,
	.social-columns .wp-block-column p,
	.social-columns .wp-block-column h2{
		margin-left: 10px !important;
	}

	.page-id-70 p{
		font-size: 13px !important;
	}
}

.wp-block-latest-posts__post-title{
	display: block;
}