/*
Theme Name: Atec
Theme URI: https://atec.rs
Author: Atec Technologies
Author URI: https://atec.rs
Version: 2022
*/

/* 
1.0 HEADER 
2.0 MENU 
3.0 PAGE LAYOUT & ELEMENTS
4.0 PAGES
5.0 FOOTER
6.0 MEDIA QUERIES
*/

:root {
  --primary-color: #fff;
  --secondary-color: #003781;
}



/******** 1.0 HEADER ********/
.content-header {
	background-color: var(--primary-color);
}

.top-header {
	background-color: #3dbdd8;
}

.heder-icon-language {
	display: flex;
	justify-content: right;
	align-items: center;
}

.heder-icon-language img {
	margin-right: 5px;
}

.top-header-left i {
	color: #fff;
	font-size: 13px;
	padding-right: 5px;
}

.top-header-left {
	padding-top: 8px;
	font-size: 15px;
	font-weight: 500;
}

.top-header-left a:nth-child(2) {
	padding-right: 13px;
}

.top-header-left a:nth-child(3) {
	padding-right: 25px;
}

.top-header-left a:nth-child(5) {
	padding-right: 13px;
}

.top-header-info .btn-social {
	border: none;
	background-color: transparent;
	color: #fff;
	font-size: 18px;
}

.top-header-info .btn-social:hover {
	color: #fff;
	border: none;
	background-color: transparent;
}

.top-header-info .social-network-links li {
	float: right;
	padding-right: 20px;
}

.top-header-left a {
	color: #fff;
	text-decoration: none;
}

.top-header-info ul {
	margin-top: 0;
	margin-bottom: 0;
}

.top-header-info span {
	float: right;
	color: #fff;
	padding-right: 40px;
}

.top-header-info {
	padding-top: 9px;
	padding-bottom: 9px;
}

.top-header-info span:hover {
	text-decoration: underline;
}

#header-box {
	padding-top: 16px;
	padding-bottom: 10px;
}

.breadcrumb-top h1 {
	margin-bottom: 5px;
}


/******** 1.0 END HEADER ********/

/******** 2.0 MENU ********/
.dropdown:hover .dropdown-menu {
    display: block;
}

.menu-item-has-children .caret {
	position: relative;
	content: "\f0d7";
	font-family: "FontAwesome";
	display: inline-block;
	width: 15px;
	height: 15px;
	margin-left: 2px;
	vertical-align: middle;
	border-top: 0px;
	border-right: 0px;
	border-left: 0px;
	z-index: 999;
	cursor: auto;
}

.menu-item-has-children .caret::before {
	position: absolute;
	content: "\f0d7";
	font-family: "FontAwesome";
	top: -3px;
	left: 3px;
}

.navbar-default {
	background-color: #a50046;
	border-color: #a50046;
	margin-bottom: 0;
}

.navbar-light .navbar-nav .nav-link {
	color: rgb(64, 64, 64);
}

#menu-main-menu a {
	font-size: 15px;
	letter-spacing: 0.5px;
	text-align: center;
	margin-left: 17px;
	margin-right: 17px;
	padding-bottom: 2px;
	margin-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	border-bottom: 1px solid transparent;
	white-space: nowrap;
	-webkit-transition: .5s;
	transition: .5s;
	color: #003781;
	font-size: 18px;
	font-weight: 500;
}

#menu-main-menu a:hover {
	color: #3dbdd8;
	background-color: transparent;
}

#menu-main-menu .current_page_item a {
	color: #3dbdd8;
	background-color: transparent;
}

.navbar-nav {
	float: none;
	margin: 0 auto;
}

.dropdown-menu {
	min-width: 250px;
	border: 0px solid rgba(0,0,0,.15);
	border-radius: 0;
	box-shadow: 0 10px 10px #0000000d;
	transition: all .35s;
}

#menu-main-menu .dropdown-menu a {
	font-size: 14px;
	letter-spacing: 1px;
	text-align: left;
	margin-left: 0px;
	margin-right: 0;
	padding-bottom: 3px;
	margin-bottom: 0;
	padding-left: 10px;
	padding-right: 5px;
	padding-top: 7px;
}

#menu-main-menu .dropdown-menu a:visited {
	color: var(--secondary-color);
	background-color: transparent;
}

#menu-main-menu .dropdown-menu a:hover {
	color: #3dbdd8 !important;
	background-color: transparent;
	font-weight: 500;
}

.dropdown-item.active, .dropdown-item:active {
	color: #3dbdd8 !important;
	text-decoration: none;
	background-color: transparent;
}


/******** 2.0 END MENU ********/



/******** 3.0 PAGE LAYOUT & ELEMENTS ********/

/* Standard Page Elements */

.breadcrumb-top {
	background: url(images/topy-company-header-img.jpg);
	background-repeat: no-repeat;
	padding-top: 60px;
	padding-bottom: 60px;
	background-position: center;
	background-size: cover;
}

.breadcrumb-top h1, .breadcrumb-top ul li {
	text-align: center;
	color: #fff;
	text-shadow: -1px 3px 6px #003781cc;
}

.breadcrumb-top li {
	list-style: none;
	display: inline;
	font-weight: 500;
	font-size: 14px;
	color: #fff;
}

.breadcrumb-top ul {
	padding: 0;
	text-align: center;
}

.breadcrumb-top li a {
	font-weight: 300;
	font-size: 14px;
	color: #fff;
	text-decoration: none;
}

.breadcrumb {
	text-align: center;
	display: block;
}

#scroll-top {
	width: 40px;
	height: 40px;
	opacity: 0.3;
	position: fixed;
	bottom: 50px;
	right: 50px;
	display: none;
	text-indent: -9999px;
	background: url('images/icon_top.png') no-repeat;
	outline: none !important;
}

.page-id-36 .content.page-content a {
	color: #b51f38;
	text-decoration: none;
}

.page-id-36 .content.page-content a:hover {
	text-decoration: underline;
}

.page-top-header-box img {
	width: 100%;
}

.page-top-header-box {
	position: relative;
}

.page-top-header-box h1 {
	position: absolute;
	top: 21%;
	right: 0;
	left: 0;
	font-size: 50px;
	letter-spacing: 0.5px;
	text-align: center;
	color: #fff;
	padding-left: 4px;
	padding-right: 4px;
}

/* Search Page */

body {
	margin: 0;
	padding: 0;
	max-width: inherit;
	-webkit-box-shadow: none;
	box-shadow: none;
	font-family: "Montserrat", Sans-serif;
  	font-size: 16px;
  	line-height: 26px;
	color: var(--secondary-color);
}

.search {
	background-color: #fff;
	padding: 0;
	color: #003781;
	border-radius: 0;
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
}

#error-page {
	margin-top: 0 !important;
}

body {
	max-width: inherit !important;
}

.nav > li {
	margin-bottom: 0;
}

.search-box img {
	width: 100%;
	height: auto;
}

.search .old-price {
	text-decoration: line-through;
	opacity: 0.8;
	color: #205aa7;
}

.search .price {
	color: #205aa7;
	font-weight: bold;
}

.search-box {
	padding-bottom: 45px;
}

.search-content h3 {
	height: 40px;
}

.search .well {
	min-height: 20px;
	padding: 19px;
	margin-bottom: 20px;
	background-color: #f5f5f5;
	border: 1px solid #e3e3e3;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
	display: none;
}

.more-button {
	margin-top: 24px;
}

.search-box a {
	color: #fff;
	background-color: #205aa7;
	font-weight: bold;
	padding: 13px 15px;
	border-radius: 3px;
}

.search-box a:hover, .search-box a:active {
	background-color: #133f79;
	text-decoration: none;
}

/******** 3.0 END PAGE LAYOUT & ELEMENTS  ********/



/******** 4.0 PAGES ********/
.page-content {
	padding-top: 30px;
	padding-bottom: 30px;
}

/* Front page */

.slider .slick-slide img {
	width: 100%;
}

.fp-section-top {
	background-color: #3dbdd8;
}

.fp-section-top h2 {
	font-size: 30px;
	line-height: 47px;
	margin-bottom: 20px;
	margin-top: 40px;
	font-weight: 600;
	padding-left: 20%;
	padding-right: 20%;
	color: #fff;
}

figure.wp-block-embed.is-type-video.is-provider-youtube.wp-block-embed-youtube.wp-embed-aspect-16-9.wp-has-aspect-ratio.youtube-about {
    margin: 0;
}

figure.wp-block-gallery.has-nested-images.columns-6.is-cropped.page-gallery.wp-block-gallery-1.is-layout-flex.wp-block-gallery-is-layout-flex, figure.wp-block-gallery.has-nested-images.columns-6.is-cropped.wp-block-gallery-1.is-layout-flex.wp-block-gallery-is-layout-flex {
	margin: 0;
}

#gallery-1 img {
	border: 0px solid #cfcfcf !important;
}

.fp-section-top p {
	font-size: 16px;
	letter-spacing: 0.3px;
	line-height: 35px;
	padding-left: 15%;
	padding-right: 15%;
	text-align: center;
	font-weight: 500;
	margin-bottom: 2%;
	color: #fff;
}

.fp-section-proizvodi-box figure {
	margin: 0;
}

.fp-section-proizvodi-box h2 a {
	line-height: 38px;
	letter-spacing: 0.3px;
	margin-bottom: 0;
	font-weight: 500;
	position: absolute;
	bottom: -5px;
	background-color: rgba(0,0,0,0.2);
	width: 100%;
	font-size: 20px;
	padding: 0 5px 5px 10px;
	line-height: 36px;
	color: #fff;
	transition: all .3s;
	margin-bottom: 5px;
	text-decoration: none;
}

.fp-section-proizvodi-box h1 a {
	font-size: 46px;
	font-weight: 600;
	line-height: 36px;
	text-transform: uppercase;
	color: #003781;
	transition: all .3s;
	margin-bottom: 0;
	text-decoration: none;
	padding-bottom: 25px;
}

.wp-block-column.fp-section-proizvodi-box.is-layout-flow.wp-block-column-is-layout-flow p {
	font-size: 18px;
	padding-right: 8%;
	line-height: 32px;
}

.fp-section-proizvodi-box h1, .fp-section-proizvodi-box h2 {
	margin: 0;
	padding-bottom: 25px;
}

.fp-section-proizvodi-box {
	margin-bottom: 30px;
}

.is-layout-flow.wp-block-column.fp-section-proizvodi-box {
	margin-bottom: 0;
	position: relative;
	overflow: hidden;
	display: flex;
	justify-content: center;
	flex-direction: column;
}

.wp-block-buttons.fp-product-btn.is-layout-flex.wp-block-buttons-is-layout-flex {
	padding-top: 25px;
}

.fp-product-btn a {
	color: #fff !important;
	border: 2px solid #fb751c;
	transition: all 0.3s ease-in-out;
}

.fp-product-btn a:hover {
	background-color: transparent !important;
	border: 2px solid #fb751c;
	color: #003781 !important;
	transition: all 0.3s ease-in-out;
}

.wp-block-image img {
	transition: opacity .1s ease,transform 1s cubic-bezier(0,0,.44,1.18);
}

.fp-section-proizvodi-box:hover img {
	transform: scale(1.03);
}

.fp-section-proizvodi {
	padding-left: 10%;
	padding-right: 10%;
	margin-bottom: 0;
}

.is-layout-flex.wp-container-18.wp-block-columns.test-img img {
	width: 100%;
	margin-top: 43px;
}

.fp-section-proizvodi-box .wp-block-media-text__media {
	overflow: hidden;
	-webkit-transition: all .5s ease 0s;
	transition: all .5s ease 0s;
}

.fp-section-proizvodi-box .wp-block-media-text__media img {
	-webkit-transition: all .5s ease 0s;
	transition: all .5s ease 0s;
}

.fp-section-proizvodi-box .wp-block-media-text__media:hover img {
	webkit-transform: scale(1.1);
	transform: scale(1.1);
	-webkit-transition: all .5s ease 0s;
	transition: all .5s ease 0s;
	display: block;
	width: 100%;
}

.fp-section-proizvodi-naslov h2::after, .section-fp-blog h5:after {
content: '';
  width: 40%;
  height: 3px;
  background: #dbdbdb;
  position: absolute;
  left: 0;
  bottom: 0;
}

.fp-section-proizvodi-naslov h2::before, .section-fp-blog h5:before {
	content: '';
	position: absolute;
	bottom: 0px;
	left: 0;
	width: 75%;
	height: 1px;
	background-color: #dbdbdb;
}

.fp-section-proizvodi-naslov h2 {
	text-align: center;
	font-weight: 600;
	margin-bottom: 15px;
	margin-top: 20px;
	color: #424242;
	position: relative;
	padding-bottom: 10px;
	text-transform: uppercase;
	display: inline-block;
}

.section-fp-blog .archive-blog-box-white {
	padding: 20px 10px;
}

.section-fp-blog {
	padding-top: 60px;
	padding-bottom: 60px;
}

.section-fp-blog h5 {
	font-size: 40px;
	letter-spacing: 1px;
	text-align: center;
	font-weight: 600;
	margin-bottom: 15px;
	margin-top: 20px;
	color: #424242;
	position: relative;
	padding-bottom: 10px;
	text-transform: uppercase;
	display: inline-block;
}

.section-fp-blog .archive-blog-box-white h4 a {
	-webkit-transition: all .5s ease 0s;
	transition: all .5s ease 0s;
	font-size: 19px;
}

.section-fp-blog .archive-blog-btn-more a, .section-fp-blog .archive-blog-btn-more a:visited, .section-fp-blog .archive-blog-btn-more a:active {
	font-size: 14px;
}	

.section-fp-blog .archive-blog-excerpt p {
	font-size: 15px;
}


/******** NAVIGATION ********/
.navigation li {
	display: inline;
}

.navigation ul {
	text-align: center;
}

.navigation li a {
	background-color: #5ec6d1!important;
	border-radius: 1px;
	cursor: pointer;
	color: #fff !important;
	padding: 6px 13px 6px 13px;
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	letter-spacing: 0.5px;
}

.navigation {
	padding: 10px 0 10px 0;
	clear: both;
}

.navigation li a:hover, .navigation li.active a, .navigation li.disabled {
	transition: all 0.5s ease;
	text-decoration: none;
	background-color: #44a3ae !important;
	color: #fff !important;
	font-weight: 400;
	padding: 6px 13px 6px 13px;
	background-color: #44a3ae;
}

.navigation li a:visited {
	background-color: #44a3ae;
	color: #fff !important;
}

.navigation li.active a {
	background-color: #44a3ae !important;
}

.product-cat-head h2 {
	position: relative;
	padding-bottom: 8px;
}

/* News */

.tl-tags a {
	padding: 0.5em 1.5em;
	margin-bottom: 0.5em;
	border: 1px solid #16171e;
	color: #16171e!important;
	opacity: 0.6;
	font-size: 10px;
	line-height: 1.5em;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	list-style: none;
}

.tl-tags a:hover {
	opacity: 1;
}

.sidebar-archive-link {
	color: var(--primary-color);
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 12px;
}

.single-post-box a {
	color: var(--secondary-color);
}

.single-news-details a {
	color: var(--primary-color);
}

.single-news-details a:hover {
	color: #000;
}

.related-posts {
	padding-top: 20px;
	padding-bottom: 20px;
}

.single-post-box img {
	width: 100%;
}

.single-post-box h4 {
	line-height: 1.5;
	font-size: 14px;
	padding-top: 12px;
	transition: all 0.3s;
}

.related-posts.row:hover h4 {
	color: #111;
}

.sidebar-novosti {
	padding-top: 30px;
}

.archive-news {
	padding-top: 35px;
}

.archive-news h1 {
	position: relative;
	height: 34px;
}

.archive-news-box {
	padding-bottom: 50px;
}

.archive-news-box img {
	float: left;
	width: 580px;
	margin-right: 45px;
}

.archive-news-box h4 {
	font-size: 34px;
	font-weight: 500;
	line-height: 1;
	letter-spacing: -1px;
	color: #0a3147;
	transition: all 0.3s;
	background: transparent;
	margin-bottom: 0;
}

.archive-news-box h4:hover, .archive-news-box:hover h4, .archive-news-box:hover .btn-txt {
	color: #d414141;
}

.archive-news-content a {
	text-decoration: none;
}

.archive-news-content {
	overflow: hidden;
}

.archive-news-excerpt-text {
	padding-top: 17px;
}

.archive-news-excerpt-text a {
	color: #0a3147;
}

.archive-news-box .date, .date-featured {
	color: #0a3147;
	font-size: 10px;
	display: inline-block;
	transition: transform 0.35s;
}

.single-blog-box img {
	width: 100%;
}

.archive-news-box .view-full-post, .single-blog-box a {
	color: #061a24;
	font-size: 11px;
	text-transform: uppercase;
}

.single-blog-box h4 {
	font-size: 16px;
	text-transform: initial;
	padding-top: 8px;
	transition: all 0.3s;
}

.sidebar-blog {
	padding-left: 15px;
}

.single-news-content {
	padding-bottom: 3%;
	padding-right: 4%;
}

.sidebar-blog h5 {
	font-weight: 600;
	font-size: 25px;
	padding-top: 30px;
	padding-bottom: 20px;
}

.single-blog-box:hover a h4 {
	color: #d2ac67;
}

.archive-news-box .btn-txt {
	display: inline-block;
	transition: transform 0.3s cubic-bezier(0.2, 0.95, 0.25, 1);
	font-weight: 600;
	letter-spacing: 1px;
}

.sidebar-blog .single-blog-box {
	margin-bottom: 15px;
}

.single-news-content h1 {
	font-size: 34px;
	font-weight: 400;
}

.single-news-content .snd-title {
	font-size: 12px;
	color: #737373;
	text-transform: uppercase;
}

.single-news-details > div {
	color: #0a3147;
	font-size: 14px;
	display: inline-block;
	margin-top: 30px;
}

.single-news-details {
	margin-bottom: 5px;
}

.home-blog-box a {
	text-decoration: none;
}

.news-single-contents a {
	color: var(--primary-color);
	transition: all 0.3s
}

.news-single-contents a:hover {
	color: #000;
	transition: all 0.3s
}

.sidebar-cpt {
	padding-top: 60px;
}

.sidebar-box h4 {
	font-size: 23px;
	color: #000;
}

.sidebar-box .sidebar-post-type {
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 1.5px;
	color: var(--primary-color);
}

.sidebar-box img {
	margin-bottom: 18px;
	transition: box-shadow 0.3s, transform 0.3s;
}

.sidebar-box:hover img {
	transform: translateY(-2px);
	box-shadow: 0 5px 30px rgba(0,0,0,0.2);
	transition: all 0.3s;
}

.home-blog-inner {
	padding: 10px;
	box-shadow: 3px 2px 15px #4141410f;
}

.home-blog-box {
	margin-bottom: 20px;
}

.home-blog-inner .btn-txt {
	font-weight: 600;
	text-transform: uppercase;
	font-size: 11px;
}

.home-blog-box img {
	width: 100%;
}

.home-blog-box h2 {
	font-size: 20px;
	padding-top: 15px;
	transition: all 0.3s;
	font-weight: 600;
	color: var(--secondary-color);
	line-height: 28px;
	transition: all 0.3s;
}

.home-blog-text {
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.home-blog-box a {
	color: #151616;
}

.home-blog-box .excerpt a {
	color: #ff800e;
}

.home-blog-inner:hover h2 {
	color: #ff800e;
	transition: all 0.3s;
}

.home-blog-box .date {
	font-size: 13px;
	color: #777;
}

.archive-home {
	padding-top: 1%;
	padding-bottom: 3%;
}

/* Blog archive */

.excerpt {
	border-top: 1px solid #eceff1;
	padding-top: 5px;
}

.archive-blog-inner {
	box-shadow: 0 0 10px 0 rgba(148,146,245,.1);
	margin-bottom: 30px;
	overflow: hidden;
	text-align: left;
	-webkit-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}

.img-blog-thumb img {
	transition: all 0.3s;
	float: left;
	width: 580px;
	margin-right: 45px;
}

.archive-blog-inner:hover .img-blog-thumb img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.related-posts.row a {
	text-decoration: none;
	display: flex;
}

.archive-blog-box-white h4 a {
	-webkit-transition: all .5s ease 0s;
	transition: all .5s ease 0s;
	font-size: 20px;
	line-height: 28px;
	margin-bottom: 30px;
	margin-top: 36px;
	font-weight: 500;
	text-decoration: none;
	color: var(--secondary-color);
}

.archive-blog .archive-blog-box-white h4 a {
	font-size: 26px;
	line-height: 30px;
	margin-bottom: 30px;
	margin-top: 30px;
}

.archive-blog-box-white {
	padding: 20px 20px;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	flex: 1;
}

.archive-blog-left .archive-blog-box-white {
	justify-self: center;
	display: flex;
	justify-content: center;
}

.archive-blog-box-white a:visited {
	color: var(--secondary-color);
}

.archive-blog-box-white a:hover {
	text-decoration: none;
}

.archive-blog-btn-more a, .archive-blog-btn-more a:visited, .archive-blog-btn-more a:active {
	-webkit-transition: all .5s ease 0s;
	transition: all .5s ease 0s;
	color: #fb751c;
	text-decoration: none;
}

.archive-blog-btn-more a:hover {
	color: #003781;
}

.archive-blog-excerpt p {
	line-height: 26px;
	font-weight: 300;
	margin-top: 12px;
}

.archive-blog-btn-more {
	margin-top: 15px;
	margin-bottom: 10px;
}

.sidebar-img img {
	width: 100%;
	border-radius: 3px;
}

.sidebar-img {
	padding-right: 5px;
}

.sidebar-text {
	padding-left: 10px;
}

.blog-sidebar-content {
	margin-bottom: 30px;
	padding: 30px 25px 30px;
	box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
	height: 100%;
}

.sidebar-vesti-box {
	padding-bottom: 15px;
	padding-top: 15px;
}

.blog-sidebar-content h3 {
	line-height: 17px;
	margin-bottom: 25px;
	position: relative;
	font-weight: 500;
	text-transform: uppercase;
	font-size: 22px;
}

.sidebar-text h4 {
	line-height: 16px;
}

.sidebar-text h4 a {
	font-size: 14px;
	color: #221638;
	font-weight: 400;
	text-decoration: none;
	-webkit-transition: all .5s ease 0s;
	transition: all .5s ease 0s;	
}

.sidebar-text i {
	font-size: 11px;
}

.archive-blog-box-white h4 {
	margin-bottom: 3px;	
}

.sidebar-text h4 a:hover {
	text-decoration: none;
	color: #7cb908;
	-webkit-transition: all .5s ease 0s;
	transition: all .5s ease 0s;
}

.sidebar-vesti-box .archive-blog-btn-more a, .sidebar-vesti-box .archive-blog-btn-more a:visited, .sidebar-vesti-box .archive-blog-btn-more a:active {
	-webkit-transition: all .5s ease 0s;
	transition: all .5s ease 0s;
	text-decoration: none;
	font-weight: 300;
	font-size: 14px;
}

.archive-blog, .single-vesti-content {
	padding-top: 4%;
	padding-bottom: 2%;
}

.single-blog-text-inner {
	padding: 20px 15px;
	border-radius: 0 0 10px 10px;
}

.single-content-inner h1 {
	font-size: 24px;
	line-height: 28px;
	font-weight: 500;
	color: var(--secondary-color);
}

.single-content .single-blog-text-inner {
	padding: 10px 0;
}

.single-blog-text-inner p {
	font-weight: 300;
}

.single-content-inner img {
	width: 100%;
}

.single-blog-text-inner img {
	max-width: 40%;
}

.single-blog-text-inner p:last-child img {
	max-width: 20%;
}

.single-blog-text-inner p img {
	max-width: 60%;
}

.modal-dialog {
	max-width: 600px;
}

/* Estimated form */

.fp-estimated-form {
    text-align: center;
}

.fp-estimated-form h4 {
	font-size: 30px;
	font-weight: 600;
	margin-bottom: 0;
	text-transform: uppercase;
}

.product-content-sidebar li {
	list-style-type: none;
}

.fp-estimated-subtext {
    text-align: center;
    margin-bottom: 25px;
}

.fp-contact-left {
	text-align: left;
	padding-right: 0;
	padding-left: 0;
}

.fp-contact-right {
    text-align: right;
    padding-right: 0;
}

.fp-privacy-agrement.col-md-12 {
    font-size: 10px;
    margin-top: 5px;
}

.wpcf7-form-control-wrap {
    color: #003781;
    font-weight: 400;
}

.wpcf7-form-control-wrap {
    position: relative;
}

.fp-contact-left input, .fp-contact-right input, .fp-contact-center textarea {
	width: 100%;
	margin-bottom: 15px;
	padding: 15px;
	border: 1px solid #003781;
	margin-bottom: 20px;
	width: 100%;
	font-size: 13px;
	line-height: 20px;
	letter-spacing: 0.5px;
	background-color: transparent;
	display: block;
	border-radius: 5px;
	padding: 15px 15px;
}

.fp-contact-left input, .fp-contact-right input {
	padding: 10px;
}

.fp-contact-center .wpcf7-submit {
	margin: 15px auto;
	text-align: center;
	border: 2px solid #fb751c;
	transition: all 0.5s ease;
	background-color: #fb751c;
	color: #ffffff;
	font-size: 13px;
	padding: 10px 20px;
	border-radius: 100px;
	text-align: center;
	font-weight: 600;
	letter-spacing: 0.5px;
	transition: all 0.5s ease;
	display: block;
}

.fp-contact-center .wpcf7-submit:hover {
	text-decoration: none;
	color: #003781;
	background-color: #ffffff;
	border: 2px solid #fb751c;
	transition: all 0.5s ease;
}

.fp-privacy-agrement {
    font-size: 10px;
    margin-top: 5px;
}

.fp-estimated-half.row {
	margin-right: 0;
	margin-left: 0;
}

.product-cat-head ul, .products-list-box-right .products-list-content ul {
	list-style-type: none;
	padding-left: 0;
	margin-top: 10px;
}

.products-list-box-right .products-list-content ul {
	margin-top: 5px;
}


.product-cat-head h4 {
	font-size: 18px;
	font-weight: 600;
	color: #414141;
	text-transform: uppercase;
}

.products-list-content-single ul li::before, .products-list-box-right .products-list-content ul li::before {
	content: "\f111";
	color: #fb751c;
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	font-size: 5px;
	position: relative;
	top: -3px;
	padding-right: 7px;
}

.products-list-box-right .products-list-content ul li::before {
	font-size: 5px;
	top: -2px;
	padding-right: 5px;
}

.products-list-content-single ul li, .products-list-box-right .products-list-content ul li {
	position: relative;
}

.products-list-box-right .products-list-content {
	font-size: 13px;
	display: -webkit-box;
	-webkit-line-clamp: 10;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.product-cat-page-container .products-list-box-btns button {
	background-color: #fb751c;
	color: #ffffff;
	font-size: 15px;
	padding: 12px 17px;
	text-align: center;
	font-weight: 400;
	letter-spacing: 0.3px;
	transition: all 0.5s ease;
	margin-bottom: 25px;
	border-radius: 100px;
	border: 2px solid #fb751c;
	transition: all 0.5s ease;
	margin-right: 10px;
}

.product-cat-page-container .products-list-box-btns button:hover {
    text-decoration: none;
    color: #003781;
    background-color: #ffffff;
    border: 2px solid #fb751c;
	transition: all 0.5s ease;    
}

.addtoany_list a, .widget .addtoany_list a {
	padding: 0 7px !important;
}


/* Product page */

.product-content-sidebar h5 {
	position: relative;
	margin-bottom: 20px;
	margin-top: 20px;
	font-size: 24px;
	color: #003781;
	position: relative;
	padding-bottom: 10px;
}

.product-content-sidebar h5::before {
content: '';
  width: 60px;
  height: 3px;
  background: #dbdbdb;
  position: absolute;
  left: 0;
  bottom: 0;
}

.product-content-sidebar li a {
	color: #003781;
	text-decoration: none;
	font-size: 17px;
	letter-spacing: 0.5px;
	line-height: 32px;
	transition: all 0.5s ease;
	font-weight: 500;
}

.product-content-sidebar li a:hover {
	color: #3dbdd8;
	text-decoration: none;
}

.product-cat-head {
	padding-left: 4%;
}

.archive.tax-kategorija_namestaj.term-komode-i-vitrine .products-list-box {
	flex: 0 0 auto;
	width: 50%;
}

.product-cat-head h2 {
	font-size: 32px;
	line-height: 38px;
	margin-bottom: 30px;
    color: #003781;
}

.products-list-box {
	box-shadow: -1px 2px 12px 7px rgba(0,0,0,0.05);
	margin-bottom: 25px;
	border-radius: 5px;
}

.thumbnail-slider .thumbnail {
	margin-bottom: 5px;
}

.products-list-box-right, .products-list-box-left {
	padding: 12px;
}

.products-list-box-right {
	position: relative;
}

.product-cat-description h4 {
	margin-top: 25px;
	text-transform: uppercase;
	letter-spacing: 0.3px;
	display: inline-block;
	color: var(--secondary-color);
	font-size: 17px;
	padding: 9px 0px;
	text-align: center;
	font-weight: 600;
	transition: all 0.5s ease;
	margin-bottom: 25px;
	position: relative;
}

.product-cat-description h4::before {
	content: '';
	width: 60px;
	height: 3px;
	background: #dbdbdb;
	position: absolute;
	left: 0;
	bottom: 0;
}

.products-list-box-cat {
	padding-top: 15px;
	padding-bottom: 25px;
	font-size: 14px;
}

.products-list-box-cat a {
	color: var(--secondary-color);
}

.product-cat-head p {
	line-height: 28px;
	font-size: 16px;
}

.product-cat-description p {
	line-height: 28px;
	font-size: 16px;
}

.container.product-cat-page-container {
	padding-top: 4%;
	padding-bottom: 4%;
	color: var(--secondary-color);
}

.products-list-title a {
	color: var(--secondary-color);
	font-size: 21px;
	padding-bottom: 16px;
	padding-top: 15px;
	line-height: 29px;
	display: inline-block;
	font-weight: 600;
}

.products-list-content p, .products-list-box-price {
	font-size: 13px;
}

.products-list-box ul.products-list-box-btns {
	list-style-type: none;
	padding-left: 0;
	margin-top: 25px;
	position: relative;
	bottom: 0;
	display: inline-flex;
}

.products-list-box-btns.tax-product-btn li.products-list-box-btn-view {
	  background-color: #fb751c;
	  color: #ffffff;
	  font-size: 13px;
	  padding: 6px 12px;
	  border-radius: 100px;
	  text-align: center;
	  font-weight: 400;
	  letter-spacing: 0.3px;
	  border: 2px solid #fb751c;
	  transition: all 0.5s ease;
	  margin-right: 10px;
	  float: left;
}

.tax-product-btn .products-list-box-btn-email button {
	background-color: #fb751c;
	color: #ffffff;
	font-size: 13px;
	padding: 6px 16px;
	border-radius: 100px;
	text-align: center;
	font-weight: 400;
	letter-spacing: 0.3px;
	border: 2px solid #fb751c;
	transition: all 0.5s ease;
	display: inline-block;
}

.products-list-box .products-list-box-btn-view a {
	color: #fff;
}

.tax-product-btn .products-list-box-btn-email button:hover, .products-list-box-btns.tax-product-btn li.products-list-box-btn-view:hover {
	text-decoration: none;
	  color: #003781;
	  background-color: #ffffff;
	  border: 2px solid #fb751c;
	  transition: all 0.5s ease;
}

.products-list-box-btn-view a:visited {
	color: #fff !important;
}

.products-list-box-btn-view a:hover {
	color: #003781 !important;
}

.fancybox__thumbs .carousel__slide .fancybox__thumb::after {
	border-width: 2px;
	border-color: #05bee2c4;
}

.inline-single-gallery img {
	width: 100%;
}

.products-list-box img {
	width: 100%;
	-webkit-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.category-page-product-img {
	margin-bottom: 5px;
	overflow: hidden;
	-webkit-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.category-page-product-img:hover img {
	webkit-transform: scale(1.1);
	transform: scale(1.1);
	-webkit-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	display: block;
	width: 100%;
}

.products-list-box a h2 {
	font-size: 21px;
	font-weight: 500;
	letter-spacing: 0.3px;
	line-height: 38px;
	margin-bottom: 40px;
	color: var(--secondary-color);
	text-transform: uppercase;
	text-align: center;
}

.products-list-box a:hover h2 {
	text-decoration: underline;
}

.products-list-box a {
	text-decoration: none;
}

.row.product-content {
	padding-top: 3%;
	padding-bottom: 5%;
}

.product-category-desc {
	font-size: 17px;
	padding-bottom: 2%;
}

.product-cat-page-container img {
	width: 100%;
}

.slider-container .main-image {
	padding-bottom: 5px;
}

.thumbnail-slider.row {
	--bs-gutter-x: 0.3rem;
	--bs-gutter-y: 0;
}
/* Contact page */

.content.contact-page.page-content {
	padding-top: 80px;
	padding-bottom: 0;
}

.cf-contact-info h3, .contact-page-form h3 {
	margin-bottom: 40px;
	margin-top: 20px;
	font-size: 30px;
	position: relative;
	padding-bottom: 10px;
	font-weight: 600;
}

.cf-contact-info h3::before, .contact-page-form h3::before {
	content: '';
	width: 60px;
	height: 3px;
	background: #dbdbdb;
	position: absolute;
	left: 0;
	bottom: 0;
}

.cf-contact-info .contact-detail {
	font-size: 15px;
	display: block;
	line-height: 25px;
}

.cp-info-left .contact-list {
  display: flex;
  align-items: flex-start;
  padding-bottom: 25px;
}

.contact-details-wrapper {
  display: flex;
  flex-direction: column;
  margin-left: 0;
}


.cf-text {
	padding-bottom: 25px;
}

.contact-list .small {
	color: #5b5b5b;
	font-size: 15px;
}

.contact-page-form, .cp-info-left {
	margin-bottom: 6%;
}

.cp-info-left .social-network-links li a i {
	padding: 2px;
}

.cp-info-left .contact-list a {
	color: var(--secondary-color);
	text-decoration: none;
	padding-left: 12px;
}

.contact-list.contact-list1 p {
	padding-left: 30px;
}

.cp-info-left .contact-list a:hover {
	text-decoration: underline;
}

.cp-info-left .btn-social, .cp-info-left .btn-social:visited {
	border-radius: 100%;
	display: inline-flex;
	width: 2.5rem;
	height: 2.5rem;
	font-size: 1rem;
	justify-content: center;
	align-items: center;
	background-color: #fff;
	color: #131313;
	border: 1px solid #7cb908;
	text-decoration: none;
	margin-right: 8px;
	transition: all 0.5s ease;
}

.cp-info-left .btn-social:hover {
	background-color: #131313;
	color: #fff;
	text-decoration: none;
	border-color: #131313;
}

.cf-contact-info ul {
	padding-left: 0;
	list-style-type: none;
	font-size: 16px;
	letter-spacing: 0;
	line-height: 24px;
	margin-bottom: 0;
}

.cf-contact-info h2 {
	font-size: 21px;
	padding-left: 35px;
	padding-bottom: 10px;
	font-weight: 600;
}

.cp-info-left .contact-list {
	display: flex;
	padding-bottom: 25px;
	display: flex;
}

.contact-list.contact-list-em {
	padding-bottom: 0;
}

.contact-list.contact-list-em-bottom, .contact-list.contact-list-em-middle {
	padding-left: 28px;
}

.cp-info-left i {
	color: #8ea3c2;
	font-size: 24px;
	padding-right: 5px;
}

.cp-info-left .contact-detail p {
	padding-left: 12px;
}

.be-cf-wrapper span {
	font-weight: 400;
	font-size: 24px;
	line-height: 29px;
	color: var(--secondary-color);
}

.be-cf-wrapper label input, .be-cf-wrapper label textarea {
	border: none;
	border: 1px solid #90a5c0;
	margin-bottom: 15px;
	width: 100%;
	font-size: 16px;
	line-height: 20px;
	letter-spacing: 0.5px;
	background-color: transparent;
	display: block;
	border-radius: 5px;
	padding: 15px 15px;
}

.be-cf-wrapper label {
	width: 100%;
}

.cform-submit-btn input {
	font-weight: 600;
	font-size: 15px;
	line-height: 17px;
	color: #FFFFFF;
	text-transform: uppercase;
	background-color: #fb751c;
	border: 2px solid #fb751c;
	padding: 14px 50px;
	text-align: center;
	margin-top: 0;
	transition: all 0.3s ease-in-out;
	border-radius: 100px;
	letter-spacing: 0.5px;
}

.cform-submit-btn input:hover {
	background-color: #fff;
	border: 2px solid #fb751c;
	color: var(--secondary-color);
	transition: all 0.3s ease-in-out;
}

.cform-message textarea {
	max-height: 200px;
}

.contact-title {
	font-weight: 600;
	font-size: 56px;
	line-height: 68px;
	color: #000000;
	text-align: center;
	margin-bottom: 55px;
}

.be-cf-wrapper {
	padding-right: 3%;
}

.wpcf7 form.sent .wpcf7-response-output {
	border-color: #7cb908;
}

.cform-div textarea:focus, .cform-div input:focus, .cform-message textarea:focus {
	outline: none;
}

.about-us-page h1 {
	font-size: 35px;
	line-height: 47px;
	margin-bottom: 10px;
}

.about-us-page h2 {
	font-size: 20px;
	color: #003781;
}

.about-us-page p {
	letter-spacing: 0.3px;
	line-height: 27px;
	font-size: 16px;
	font-weight: 300;
	padding-left: 10%;
	padding-right: 10%;
}

.fp-section-icons {
	padding-left: 20%;
	padding-right: 20%;
}

.fp-section-icons-box {
	font-size: 15px;
	line-height: 1.5em;
	letter-spacing: 1px;
	font-weight: 300;
	background-color: #fff;
	margin-bottom: 40px;
	text-align: center;
	padding: 25px 10px;
	margin-top: 0;
	position: relative;
	top: 80px;
	box-shadow: 0 10px 10px #0000000d;
}

.fp-section-icons-box .wp-element-caption::after {
	content: '';
	width: 65px;
	display: block;
	background: #7cb908;
	height: 3px;
	margin: 40px auto 0;
}

.thumbnail-slider .thumbnail img {
	border: 1px solid #90a5c0;
	border-radius: 7px;
}

.thumbnail-slider .thumbnail {
	margin-bottom: 5px;
	padding: 0 4px;
}

/******** 5.0 PAGES ********/


/******** 5.0 FOOTER ********/

footer {
	font-size: 15px;
	font-weight: 400;
	padding-top: 70px;
	color: var(--secondary-color);
	letter-spacing: 0.5px;
	position: relative;
	box-shadow: 0px 3px 38px rgba(0,0,0,0.15);
}

.footer::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-image: url(images/02.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	opacity: .05;
	z-index: -1;
}

.footer-menu-policy ul li {
	display: inline;
	margin-right: 20px;
}

ul#footer_menu2 {
	margin-bottom: 0;
	margin-top: 35px;
}

#footer_menu2 {
	text-align: center;
}

#footer_menu2 li a {
	font-size: 14px;
}

.contact-list.clist-phone2 {
	padding-left: 23px;
}

.contact-list.clist-phone1 {
	padding-bottom: 3px !important;
}

.website-design {
	box-shadow: 0px 3px 38px rgba(0,0,0,0.15);
	text-align: center;
	padding: 5px 0;
	margin-top: 0px;
	font-size: 12px;
}

.website-design a {
	font-size: 12px;
	color: var(--secondary-color);
}

.fp-our-partners {
	background-color: #efefef;
	margin-bottom: 0;
	margin-top: 5%;
	padding: 3% 10%;
}

.single-logo-partners {
	display: inline-block;
	padding-right: 15px;
	margin-bottom: 20px;
}

.fp-our-partners h3 {
	font-size: 42px;
	font-weight: 600;
	line-height: 36px;
	text-align: center;
	color: #003781;
	transition: all .3s;
	margin-bottom: 0;
	padding-bottom: 50px;
}

.single-logo-partners img {
	width: 100%;
	border: 4px solid #fff;
	border-radius: 12px;
}

.cf-tit {
	font-size: 13px;
	color: #7cb908;
}

.footer ul {
	list-style-type: none;
	padding-left: 0;
}

.footer a, .footer span.small {
	font-size: 15px;
	color: var(--secondary-color);
	letter-spacing: 0.5px;
}

.footer a:hover {
	text-decoration: none;
	color: #3dbdd8;
	transition: all .3s;
}

.footer h3 {
	font-size: 18px;
	line-height: 18px;
	margin-bottom: 25px;
	font-weight: 600;
	color: var(--secondary-color);
	text-transform: uppercase;
	position: relative;
	padding-bottom: 16px;
	width: 90%;
}

.contact-detail p {
	margin-bottom: 0;
}

#footer a {
	text-decoration: none;
}

.footer h3::before {
	content: '';
	width: 30%;
	height: 2px;
	background: #dbdbdb;
	position: absolute;
	left: 0;
	bottom: -1px;
}

.footer-contact-info span p {
	padding-top: 15px;
	padding-right: 10px;
}

.social-network-links {
	list-style-type: none;
}

.social-network-links li {
	float: left;
	padding-right: 5px;
}

#footer .btn-social, #footer .btn-social:visited {
	width: 2rem;
	height: 2rem;
	border-radius: 100%;
	display: inline-flex;
	font-size: 15px;
	justify-content: center;
	align-items: center;
	background-color: #8ea3c2;
	color: #fff;
	border: none;
	text-decoration: none;
	margin-right: 0;
	transition: all 0.5s ease;
}

#footer .btn-social:hover {
	background-color: transparent !important;
	color: #f8f8f8 !important;
	text-decoration: none;
	background-color: #3dbdd8 !important;
}

.footer-contact-info i {
	color: #8ea3c2;
}

.website-design .container {
	padding-top: 10px;
	padding-bottom: 5px;
}

..website-design {
	background-color: #003781;
	text-align: center;
	color: #fff;
	font-size: 12px;
	letter-spacing: 0.5px;
	padding-bottom: 5px;
	font-weight: 300;
	border-top: 1px solid #c8c8c81c;
	margin-top: 40px;
}

.website-design a {
	text-align: center;
	color: var(--secondary-color);
	font-size: 11px;
	letter-spacing: 0.3px;
	text-decoration: none;
}

.website-design a:hover {
	text-decoration: underline;
	color: #3dbdd8;
}

.footer-contact-info .contact-list {
	padding-bottom: 8px;
}

.footer .contact-list, .footer-menu li {
	padding-bottom: 10px;
	display: flex;
}

.footer .contact-list i {
	color: #fb751c;
}

.footer .contact-detail {
	display: flex;
}

.footer .contact-list i {
	color: #8ea3c2;
	padding-right: 8px;
	top: 5px;
	position: relative;
}

.footer-working-hours br {
	margin-bottom: 5px;
}

#footer > .row {
	padding-bottom: 10px;
}

.fp-section-proizvodi-box.fp-section-proizvodi-box2.fp-section-proizvodi-box-text {
	overflow: visible;
}

/******** 5.0 END FOOTER ********/


/******** 6.0 MEDIA QUERIES ********/

/* X-Large devices (large desktops, less than 1500px) */
@media (max-width: 2270px) {

.single-logo-partners {
	padding-right: 29px;
}

}


/* X-Large devices (large desktops, less than 1500px) */
@media (max-width: 1499.98px) {

.fp-section-icons {
	padding-left: 10%;
	padding-right: 10%;
}

}

/* X-Large devices (large desktops, less than 1340px) */
@media (max-width: 1339.98px) {

.fp-section-icons {
	padding-left: 3%;
	padding-right: 3%;
}

.fp-section-top p {
	line-height: 30px;
	padding-left: 5%;
	padding-right: 5%;
}

.fp-section-top h2 {
	margin-top: 30px;
}

.wp-block-column.fp-section-proizvodi-box.is-layout-flow.wp-block-column-is-layout-flow p {
	padding-right: 3%;
	line-height: 28px;
}

.fp-section-proizvodi-box h1 a {
	font-size: 36px;;
}

.fp-section-proizvodi {
	margin-bottom: 15px;
}

}


/* Large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) {

.fp-section-top p, .fp-section-top h2 {
	padding-left: 10%;
	padding-right: 10%;
}

.fp-section-proizvodi-box h2 a {
	line-height: 32px;
	letter-spacing: 0;
	font-size: 16px;
}

#menu-main-menu a {
	font-size: 17px;
	letter-spacing: 0;
	margin-left: 7px;
	margin-right: 7px;
}

.archive-blog-btn-more {
	margin-top: 15px;
}

.fp-contact-right {
	padding-left: 0;
}

.about-us-page p {
	padding-left: 5%;
	padding-right: 5%;
}

.container.section-fp-blog-boxes {
	width: 100%;
	max-width: 100%;
}

.fp-section-proizvodi-box h1 a {
	bottom: 36px;
}

.product-content-sidebar {
	order: 2;
}

.img-blog-thumb img {
	width: auto;
	margin-right: 45px;
}

}


/* Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {

.product-cat-head {
	padding-left: 2%;
	padding-top: 3%;
	order: 1;
}

.top-header-left {
	padding-left: 0;
	font-size: 14px;
}

.top-header-info {
	padding-right: 0;
}

.top-header-left a:nth-child(3) {
	padding-right: 20px;
}

.wp-block-columns {
	display: flex;
	margin-bottom: 1.75em;
	box-sizing: border-box;
	flex-wrap: wrap !important;
	align-items: normal !important;
}

.wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {
	flex-basis: 100% !important;
}

.fp-section-proizvodi-box.fp-section-proizvodi-box2.fp-section-proizvodi-box-text.fp-order1 {
	order: 1;
}

.fp-section-proizvodi-box.fp-order2 {
	order: 2;
}

.wp-block-columns.fp-section-proizvodi.fp-section-proizvodi2.is-layout-flex.wp-container-core-columns-is-layout-3.wp-block-columns-is-layout-flex {
	display: flex;
}

.slider-container {
	order: 2;
}

.img-blog-thumb img {
	float: none;
	width: 100%;
	margin-right: 0;
}

.product-cat-head h2 {
	margin-bottom: 10px;
}

.fp-section-proizvodi {
	padding-left: 4%;
	padding-right: 4%;
}

.fp-section-proizvodi-box .wp-block-media-text {
	display: flex;
	flex-direction: column;
}

.fp-section-proizvodi-box .wp-block-media-text__media {
	width: 90%;
}

.fp-section-box-rotate {
	display: flex;
	flex-direction: column;
}

.fp-section-box-rotate .wp-block-media-text__content {
	order: 2;
}

.fp-section-box-rotate .wp-block-media-text__media {
	order: 1;
}

.about-us-page p {
	padding-left: 3%;
	padding-right: 3%;
}

.content-header {
	position: relative;
}

#main-menu {
	background-color: #fff;
}

.logo-header {
	width: 100%;
}

.navbar {
	position: absolute;
	width: 100%;
	right: 5px;
	top: 13px;
	padding-left: 0;
	padding-right: 0;
}

#main-menu {
	z-index: 6;
}

.navbar-toggler {
	margin-right: 5px;
}

.navbar-light .navbar-toggler {
	border: 2px solid #737373;
}

.logo-header img {
	z-index: 4;
	position: relative;
}

.navbar-toggler:focus {
	box-shadow: none;
}

.fp-section-top p, .fp-section-top h2 {
	padding-left: 5%;
	padding-right: 5%;
}

.fp-section-proizvodi-naslov.container h2 {
	padding-bottom: 10px;
}

.fp-section-proizvodi-box h2 a {
	line-height: 19px;
	font-size: 16px;
	height: 55px;
	display: flex;
	align-items: center;
}

.fp-section-proizvodi-box h1 a {
	bottom: 54px;
}

.fp-section-icons-box figure {
	margin: 0 !important;
}

.archive-blog-box-white h4, .archive-blog-box-white h4 a {
	line-height: 21px;
}

.section-fp-blog .archive-blog-box-white h4 a {
	font-size: 17px;
}

#menu-main-menu .dropdown-menu a {
	text-align: center;
}

.fp-section-top p {
	line-height: 25px;
}
	
	.fp-section-proizvodi-box h1 a {
	line-height: 26px;
}

.footer-menu, .footer-working-hours {
	padding-top: 28px;
}

.product-cat-description {
	order: 3;
}

}


/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {

.archive.tax-kategorija_namestaj.term-komode-i-vitrine .products-list-box {
	width: 100%;
}

.top-header-info .social-network-links li {
	float: none;
	padding-right: 10px;
}

.social-network-links li {
	display: inline-block;
	padding-right: 5px;
}

.top-header-info ul {
	text-align: center;
	padding-left: 0;
}

.top-header-left {
	padding-left: 12px;
	text-align: center;	
}

.header-email {
	text-align: center;
	display: block;
}

.products-list-box ul.products-list-box-btns {
	margin-top: 10px;
	position: relative;
}

.content.contact-page.page-content {
	padding-top: 10px;
}

.container.section-fp-blog-boxes {
	max-width: 540px;
	width: auto;
}

.fp-section-top p, .fp-section-top h2 {
	padding-left: 3%;
	padding-right: 3%;
}

.fp-section-top h2 {
	font-size: 28px;
	line-height: 37px;
	margin-bottom: 20px;
	margin-top: 30px;
}

.fp-section-top p {
	line-height: 25px;
}

.fp-section-icons-box {
	top: 10px;
}

.section-fp-blog {
	padding-top: 10px;
	padding-bottom: 20px;
}

.top-header-left a:nth-child(2) {
	padding-right: 10px;
}

}

/* X-Small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {

.sidebar-text h4 {
	padding-top: 15px;
}

.fp-section-proizvodi-box h1 a {
	font-size: 32px;
}

.breadcrumb-top {
	padding-top: 10px;
	padding-bottom: 10px;
}

.breadcrumb-top h1 {
	font-size: 22px;
}

.breadcrumb-top li {
	font-size: 13px;
}

.breadcrumb-top ul {
	line-height: 20px;
}

.footer-menu, .footer-working-hours {
	padding-top: 20px;
}

.footer ul {
	margin-bottom: 0;
}

.footer-contact-info span p {
	padding-bottom: 25px;
}

.fp-section-top h2 {
	font-size: 22px;
	line-height: 28px;
}

.about-us-page h1 {
	font-size: 26px;
	line-height: 30px;
	margin-bottom: 20px;
}

.logo-header img {
	max-width: 170px;
	width: 170px;
}

.product-cat-head h2 {
	font-size: 26px;
	line-height: 30px;
}

}



    
    /******** 6.0 END MEDIA QUERIES ********/