@font-face {
  font-display: swap;
}

body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

main.site-main {
	margin-top: 90px;
}

/*
 * FOOTER
 */

footer {
	background-color: #000000;
	color: #ffffff;
	font-size: 14px;
    font-family: "Roboto Condensed";
	font-weight: 500;
}

footer ul.menu {
	list-style: none;
    margin: 0;
    padding: 0;
}

footer h5 {
	font-weight: 700;
}

footer p {
	font-weight: 300;
	*font-size: 1vw;
}

footer a,
footer a:active,
footer a:hover,
footer a:visited {
	color: #ffffff;	
	text-decoration: none;
}

footer .columns {
	margin: 30px 0;
}

footer .bottom {
	padding: 30px 0;
	background-color: #000000;
	color: rgba(255, 255, 255, 0.302);
	font-size: 15px;
}

footer .bottom a {
	color: rgba(255, 255, 255, 0.302);	
	font-weight: 600;
}

footer svg {
	width: 6.6vw;
	height: 6.6vw;
}

#menu-footer-social-media li {
	display: inline-block;
}

#menu-footer-social-media a {
	font-size: 0px;
    color: transparent;
    width: 28px;
    height: 28px;
    display: inline-block;	
	opacity: 0.5;
	margin-left: 15px;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;	
}

#menu-footer-social-media a:hover {
	opacity: 1;
}

#menu-footer-social-media .sm-fb a {
    background-image: url(../img/smfb.png);
}

#menu-footer-social-media .sm-al a {
    background-image: url(../img/smal.png);
}

#menu-footer-social-media .sm-gp a {
    background-image: url(../img/smgp.png);
}


/* PRODUKT */

.produkt {
    background-color: #f6f6f6;
    background-image: url(../img/topleft.png);
    background-repeat: no-repeat;
    background-position: left 45px;
}

.produkt .produkt-top {
    background-repeat: no-repeat !important;
    background-size: auto !important;
    background-position-x: left !important;
    background-position-y: -40px !important;
}

.produkt h1, .produkt h2, .produkt h3, .produkt h4, .produkt h5, .produkt h6,
.produkt .h1, .produkt .h2, .produkt .h3, .produkt .h4, .produkt .h5, .produkt .h6,
.single-post h1, .single-post h2, .single-post h3, .single-post h4, .single-post h5, .single-post h6 {
  	font-family: "Montserrat";
}

.produkt ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.produkt ul li {
	background-image: url(../img/li.png);
    background-repeat: no-repeat;
    background-position: left 7px;
    padding-left: 20px;
}

.produkt .vc_btn3-center .vc_btn3.vc_btn3-color-primary, 
.produkt .vc_btn3-center .vc_btn3.vc_btn3-color-primary.vc_btn3-style-flat {
	background-color: #009ee3;
	font-size: 16px;
	font-weight: 700;
}

/* BLOG - WPIS */

.single-post .menu {
	margin-top: 0; 
}

.single-post h1 {
	text-transform: uppercase;
}

.single-post .post {
	background-color: #f6f6f6;
}

.single-post .post .post-header {
	position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.single-post .post .post-header .post-header-col,
.single-post .post .post-content-col {
	background-color: #ffffff;	
}

.single-post .post .post-header .post-header-content {
    width: 100%;
    display: block;
    float: left;
}

.single-post .post .post-meta {
    padding: 30px 0;
    display: inline-block;
}

.single-post .post .post-meta .post-meta-date {
    background-color: #000;
    font-size: 14px;
    color: #fff;
    padding: 6px 15px;
    display: inline-block;
	float: left;
	margin-right: 5px;
}

.single-post .post .post-meta .post-meta-category {
    background-color: #000;
    font-size: 14px;
    color: #fff;
    padding: 6px 15px;
    display: inline-block;
	float: left;
	margin-right: 5px;
	text-decoration: none;
}

/* BLOG */

.blog .menu,
.archive .menu {
	margin-top: 0; 
}

.post-list {
	background-color: #f6f6f6;	
}

.post-list h1 {
    font-family: "Montserrat";
	color: #000000;
	font-size: 48px;
}

.post-list article {
	position: relative;
    margin-bottom: 30px;
}

.post-list article img.attachment-post-thumbnail {
	width: 100%;
}

.post-list .post-date {
    position: absolute;
    font-size: 22px;
    font-weight: 700;
    color: #fff;
    background-color: #000;
    font-family: "Montserrat";
    padding: 15px;
}

.post-list .post-date span {
    width: 100%;
    display: block;
    padding: 0;
    line-height: 1;
}

.post-list .post-meta {
    position: relative;
    bottom: 0;
    left: 0;
    width: 100%;
}

.post-list .post-meta-content {
    background-color: #ffffff;
    display: inline-block;
}

.post-list .post-meta-content .post-meta-categories {
	position: absolute;
    top: -33px;
    left: 0;
	display: none;
}

.post-list .post-meta-content .post-meta-category {
    background-color: #000;
    font-size: 14px;
    color: #fff;
    padding: 6px 15px;
    display: inline-block;
    float: left;
	text-decoration: none;
}

.post-list h2 {
    font-family: "Montserrat";
	font-size: 24px;
	font-weight: 800;
}

.post-list h2 a {
	color: #000;
	text-decoration: none;
	outline: none;
}

.post-list p {
	color: #747474;
	font-size: 14px;
}

/* PAGINATION */

.pagination-bar a,
.pagination-bar span {
    font-size: 16px;
    font-weight: 700;
    width: 40px;
    height: 40px;
    background-color: #ffffff;
    text-align: center;
    line-height: 40px;
    display: inline-block;
    color: #000;
	text-decoration: none;
}

.pagination-bar span {
    color: #a2a2a2;	
}

.pagination-bar .prev,
.pagination-bar .next {
	background-color: transparent;
}

.pagination-bar .next-ico  {
    background-image: url(../img/pagination-arrow.png);
    width: 18px;
    height: 15px;
    display: inline-block;
}

.pagination-bar .prev-ico  {
    background-image: url(../img/pagination-arrow.png);
    width: 18px;
    height: 15px;
    display: inline-block;
	transform: rotate(180deg);
}


/* SIDEBAR POST-SIDEBAR */

.post-sidebar {
	padding: 30px 0 0 0;
}

/* SIDEBAR ARCHIVE-SIDEBAR */

.archive-sidebar {
	padding: 30px 0 0 0;
}

/* SIDEBAR BLOG-SIDEBAR */

.blog-sidebar {
	padding: 30px 0 0 0;
}

/* WIDGET CATEGORIES XLINE */

.widget_categories_xline {
	
}

.widget_categories_xline h5 {
	margin-bottom: 15px;
}

.widget_categories_xline ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.widget_categories_xline li {
	
}

.widget_categories_xline a {
    background-color: #fff;
    font-size: 16px;
    color: #000;
    padding: 6px 15px;
    display: inline-block;
    margin-right: 5px;
	margin-bottom: 10px;
	font-weight: 700;
}

/* WIDGET RECOMMENDED POST */

.widget_polecane_posty {
	
}

.widget_polecane_posty h5 {
	margin-bottom: 15px;
}

.widget_polecane_posty ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.widget_polecane_posty li {
	
}

.widget_polecane_posty a {
    font-size: 16px;
    color: #000;
    padding: 0;
    display: inline-block;
    margin-right: 5px;
	margin-bottom: 10px;
	font-weight: 700;
	text-decoration: none;
	line-height: 1.2;
}





@media (max-width: 575px) {
	main.site-main {
		margin-top: 0px;
	}
	
	.single-post .post .post-header {
		position: relative;
	}
}

@media (min-width: 576px) {
	main.site-main {
		margin-top: 0px;
	}
	
	.single-post .post .post-header {
		position: relative;
	}
	
	.post-list .post-meta-content .post-meta-categories {
		display: block;
	}
}

@media (min-width: 768px) {
	main.site-main {
		margin-top: 90px;
	}
}

@media (min-width: 992px) {
	.post-list .post-meta {
		position: absolute;
	}
	
	.single-post .post .post-header {
		position: absolute;
	}
}