/*
	Theme Name: Mi-bor
	Theme URI: 
	Description: Tema za spletno stran Mi-bor
	Version: 1.0
	Author: Marko Zajko
	Author URI: marko.zajko@gmail.com
	Tags: les

	License: Private (do not copy)
	License URI: marko.zajko@gmail.com
*/


@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,700&subset=latin-ext');
@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');

html{
	/*
	background: url(img/background.jpg) 
    -webkit-background-size: auto;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='.background.jpg', sizingMethod='scale');
    -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='background.jpg', sizingMethod='scale')";
    background-attachment: fixed;
	*/

}

h1, h2, h3, h4{
	margin-top: 0px;
	color: #756e70;
	font-family: "Rubik", sans-serif;
	/*font-family: 'Open Sans', sans-serif;*/
}

h1{
	font-size:24px;
	color: #756e70;
	/*text-transform: uppercase;*/
	margin:0;
	line-height: 40px;
	display: inline;
}

h2{
	font-size: 22px;
	text-align: left;
	color:#756e70;
	line-height: 40px;
    padding-bottom: 0px;

}
h3{
	color: #E13917;
	font-size: 18px;
	text-align: center;
	padding-top:15px;
}


body{
	/*background-color:#E8E8E8;*/
	/*font-family: 'Open Sans', sans-serif;*/
	/*text-align: justify;*/
	font-family: "Rubik", sans-serif;
	color:#756e70;
}

.title{
	text-align: center; 
	font-weight:600; 
	font-size:30px; 
	color: #756e70;
}

.red{
	color: #ed3237;
}

.normalLink{
	color:#756e70;
}

.normalLink:visited{
	color:#A4CB3C;
}

.container {
    max-width:1000px;
	width:100%;
}

.whiteB{
	background: #FFF;
}

.img-responsive{
	margin:0 auto !important;
}

.centerText{
	text-align:center;
}

.containerLarge {
    max-width: 1050px;
}

.titleHolder, .galleryTitleHolder{
	position: relative; 
	margin:0 auto; 
	text-align:center;
	margin-top: 10px;
	margin-bottom: 10px;
}

.galleryTitleHolder{
	width: 100px; 
}

.subtitle{

	color: #E6C31F;
	font-size:30px;
	line-height: 50px;
	display: inline;
	text-transform: uppercase;
}


.crop {
        width: 100%;
        /*height: 70px;*/
        overflow: hidden;
        display: inline-block;
        text-align: center;
    }

.crop img {
    width: 100%;
    height: auto;
    /*margin: -75px 0 0 -100px;*/
}

#largeImage{
	width: 120%;
}



#toggle { 
  font-size: 24px; 
  color:#fff;
  width:10px;
}

#toggle:hover, #toggle:visited, #toggle:focus{ 
	text-decoration: none;
}


/*custom mobile menu*/
nav {
  background-color: #333;
  text-align: center;
}
nav ul { 
	display: none; 
}

nav ul li{ 
	padding-bottom:6px;
}

nav ul a{ 
	color:#fff;
	padding-bottom:8px;
}
	
nav ul a:hover{ 
	text-decoration:none;
	color:#A4CB3C;
}

.scroll-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  cursor: pointer;
  display: none;
  z-index:1000000;
}

.scroll-top:hover {
  background-color: #0056b3;
}



.mobileMenu{
	display:none;
}

.headerHolder{
	/*position: fixed;*/
	z-index: 1000; 
	width: 100%
}
.languageHolder{
	height: 32px;
	background: #fff;
	padding-top: 5px;
	padding-bottom: 5px;
	background: rgba(255, 255, 255, 0) !important;
	padding-top:35px
}

.topInfo{
	/*background: #fff;*/
}

.topInfoDiv{
	display: inline; 
	padding-right:5px;
	font-size: 12px;
}

.topHeadLink{
	padding-left: 10px;
	color: #3D3A3A;
}

.topHeadLink:hover{
	color: #A4CB3C;
	text-decoration: none;
}


/* Style The Dropdown Button */
.dropbtn {
    background-color: #89AC46;
    color: white;
    padding: 4px 8px;
    margin-top: -3px;
    font-size: 16px;
    border: none;
    cursor: pointer;
    position: relative;
}


.topHead{
	/*background: #fff;*/
	top:0;
	width:100%;
	z-index: 900000000;
	height:80px;
	background: rgba(255, 255, 255, 0.95);
	position: fixed;
}

.logoHolder{
	margin-top: -15px;
	padding-bottom: 5px;
	display: inline-block;
}

.logoImg{
	max-width: 180px;
	margin-top: 20px;
}

.languageLink{
	font-size: 14px;
	/*font-weight: bold;*/
	color: #3D3A3A;
	padding: 5px;
	/*text-transform: uppercase;*/
}
.languageLink:hover{
	color: #f18021;
	text-decoration: none;
	cursor: pointer;
}

.languageLinkDevider{
	font-size: 14px;
	font-weight: bold;
	color: #3D3A3A;
	display: inline;
}

.activeLanguage{
	color: #f18021;
}

.topMenu{
	display: inline-block;
	padding-right: 50px;
	margin-top:-3px;
}

.topMenuLink{
	font-size: 18px;
	color: #3D3A3A;
	font-family: "Rubik", sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
}

.topMenuLink:hover{
	color: #ed3237;
	text-decoration: none;
	
}


/*main menu*/

.menuHolder{
	background: transparent;
	padding-bottom:6px;
}

.maxMenu{
	max-width: 100%;
	z-index: 999999;
	position: relative;
}

.max-mega-menu{
	text-align: center !important;
}
.mega-menu-wrap, .mega-menu-toggle{
	background: rgba(255, 255, 255, 0) !important; /* Old browsers */
}

.mega-menu-item a{
	font-size: 20px !important;
	/*font-weight: bold !important;*/
	padding-right:20px !important;
	padding-left:10px !important;
	line-height: 26px !important;
	padding-top: 5px !important;
	padding-bottom:5px !important;
	color: #756e70 !important;
	background: rgba(255, 255, 255, 0) !important;
	
}

.mega-menu-item a:hover{
	/*background: #ed3237 !important;*/
	color: #FE9D4D !important;
}

.mega-current-menu-item a{
	color: #FE9D4D !important;
}

/* handle multi line menu - add "multi-line" to menu class in admin */
#{$wrap} #{$menu} li.mega-menu-item.mega-multi-line > a.mega-menu-link {
    @include desktop {
        line-height: inherit;
        display: flex;
        align-items: center;
    }
    @include mobile {
        br {
            display: none;
        }
    }
}



/* submenu*/
#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
	background: #f18021 !important;
	color: #FFF !important;
}

#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:hover {
	background: #FE9D4D !important;
	color: #FFF !important;
}



/* breadcrumbs*/
.breadcrumb {
    padding-top: 20px;
	padding-left: 0px;
    margin-bottom: 20px;
    background-color: #fff !important;
    text-align: left !important;
	margin-bottom: 0px;
}

.mega-toggle-animated-inner, .mega-toggle-animated-inner::before, .mega-toggle-animated-inner::after{
	background-color: #f18021 !important;
}



/*home page*/




.inlineNewsletterHolder{
	background: url(img/kontakt-ozadje.jpg);
	width:100%; 
	height:100px;
	padding-top:30px;
}

.newsLetter span {
	margin-right:2px;

}

.newsLetter input {
	padding:10px;
	width:100%

}

.newsLetter input[type="submit"] {
    background: #756e70;
    border: 2px solid #756e70;
	color: white;
	background: #756e70;
}

.woodHolder{
	background: url(img/les.jpg);
	width:100%; 
	height:auto;
	padding-top:80px;
	padding-bottom:80px;
	text-align:center;
	color: #FFF;
	font-weight:600;
	font-size:42px;
}

.woodLink{
	color: #FFF;
}
.woodLink:hover{
	text-decoration: none;
	color: #f18020;
}

.homeCategoryLink{
	color: #756e70;
}

.homeCategoryLink:hover{
	text-decoration: none;
}


.homeCategoryTitle{
	text-align: center;
	color: #756e70;
	font-weight: normal;
}


.homecategoryImgHolder{

}


.homecategoryImgHolder:hover{

}

.homeCategoryImg{
	width:100%;
	height: 180px; 
	vertical-align: middle; 
	margin: 0 auto
}

.homeCategoryOverlay{
	position: absolute;
	top: 60%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100px; /* Adjust size */
	height: auto;
	border-radius: 50%;
	border: 2px solid white;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
	z-index:100;
	display: none;
	pointer-events: none;
}

.homeCategoryOverlayArtikel{
	position: absolute;
	top: 45%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100px; /* Adjust size */
	height: auto;
	border-radius: 50%;
	border: 2px solid white;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
	z-index:100;
	display: none;
	pointer-events: none;
}

.orangeUnderline{
	bottom: 0px;
	border-left: 0px;
	width: 40px;
	height: 3px;
	text-align:center;
	margin: 0 auto;
	background: #f18021;
}

.redUnderline{
	position: absolute;
	bottom: 0px;
	border-left: 0px;
	width: 40px;
	height: 3px;
	background: #C93327;
}

.underlineBlue{
	position: absolute;
	bottom: 0px;
	border-left: 0px;
	width: 40px;
	height: 3px;
	background: #0094D9;
}

.greenUnderline{
	bottom: 0px;
	border-left: 0px;
	width: 40px;
	height: 3px;
	background: #ed3237;
	text-align:center;
	margin: 0 auto;
}






.zeroPaddingRight{
	padding-right: 0px;
}

/*slider*/


.sliderCard{
	background-color:rgba(255,255,255,0.85);
	color:#3D3A3A;
	padding: 15px;
	font-size: 35px !important;
	line-height: 50px !important;
	border-left:10px solid #A5CE37;
	text-align: left;
}
/*
.sliderGrayCard{
	background-color:rgba(85,85,85,0.8);
	color:#fff;
	padding: 15px;
	font-size: 30px;
	line-height: 40px;
}

.sliderGreenCard{
	background-color:rgba(0,168,89,0.8);
	color:#000;
	padding: 15px;
	font-size: 18px;
	line-height: 28px;
}


.sliderText{
	font-size:20px;
	padding-bottom:15px;
	line-height: 25px;
}
*/


/*gallery*/
.gallery-container {
	max-width: 600px;
	margin: auto;
}
.gallery-main-image img {
	width: 100%;
	height: 400px;
	object-fit: cover;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.gallery-thumbnails {
	margin-top: 10px;
}
.gallery-thumbnails .col-xs-3 {
	padding: 5px; /* Added padding around thumbnails */
}
.gallery-thumbnails img {
	width: 100%;
	height: 80px;
	object-fit: cover;
	cursor: pointer;
	transition: transform 0.2s, opacity 0.2s;
}
.gallery-thumbnails img:hover {
	transform: scale(1.1);
	opacity: 0.8;
}
.gallery-thumbnails img.gallery-active {
	border: 3px solid #007bff;
	opacity: 0.7;
}
		
		
		
		
		
		
		

.pdfLink{
	color: #E13917;
	font-size: 18px;
}

.pdfLink:hover{
	text-decoration: none;
}

/*recommended products*/
.productHolder{
	border: 2px solid #FAF376;
	background: white;
	padding: 10px;
}
.productTitle{
	text-align: center;
	font-weight: bold;
}

.productImg{
	width:100%;
}

.sendMsg{
	border: 2px solid #FAF376;
	background: white;
	padding: 7px;
	text-align: center;
	width: 350px;
	margin:0 auto;
	font-size: 20px;
	font-weight: bold;
}

.sendMsg:hover{
	background: #F1F0F0;
	cursor: pointer;
}


.iphorm-fancybox-link{
	color:#FFF;
}

.iphorm-fancybox-link:hover{
	color:#3B3C3C;
	text-decoration: none;
}



.smallButton{
	border: 2px solid #FAF376;
	background: white;
	padding: 5px;
	text-align: center;
	width: 150px;
	margin:0 auto;
}

.smallButton:hover{
	background: #F1F0F0;
}


/*footer*/

.footerMenuText{
	font-weight:bold; 
	padding-bottom:15px; 
	padding-left:120px;
}

.footer{
	/*background: url(img/footerBackground.jpg);*/
	background: #e6e6e6;
	color:#fff;
	    -webkit-background-size: auto;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='.background.jpg', sizingMethod='scale');
    -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='background.jpg', sizingMethod='scale')";
    background-attachment: fixed;
	margin-top:30px;
	/*background-size: 100% auto;*/
}

.footerTitle{
	font-size:18px; 
	font-weight:bold;
	padding-bottom: 10px; 
	padding-bottom: 20px;
	color: #fff;
}

.footerLink{
	color:#fff;
	font-size: 14px;
	display: block;
	padding-bottom: 6px;
}

.footerLink:hover{
	color: #f18021;
	text-decoration: none;
}


.showOnTablet{
	display:none;
}


.footerLogo{
	width:250px; 
	margin:0 auto;
}





@media (max-width: 1092px) {
	.showOnTablet{
		display:block;
	}

}


@media (max-width: 1080px) {
	.footerMenuText{
		display:none;
	}

	.hideOnTablet{
		display: none;
	}

	.categoryLeftContent, .categoryRightContent{
		display: none;
	}
}

/* menu goes to mobile */
@media (max-width: 1000) {
	#mega-menu-header-menu > li.mega-menu-item{
		margin-top: -22px !important;
	}

}





@media (max-width: 992px) {
	.mobileMenu{
		display:block
	}
	
	.desktopMenu{
		/*display:none;*/
	}

	.decorationSquare{
		display: none;
	}
	.homeSubTitleHolder{
		position:relative; 
		padding:10px; 
		width: 100%; 
		border: 0px solid #000; 
		font-size: 30px;
			z-index: 2;
		background: #fff;
		text-align: center;
	}
	
	.homeCategoryImg{
		width:100%;
		height:auto;
		margin-bottom: 20px;
	}

	.next{
		display: none;
	}

	.homeTextHolder, .categoryTextHolder{
	    padding-top: 20px;
	    text-align: center;
	    margin-left: 0px;
	    width: 100%;
		margin-top:0px;
	}

	.zeroPaddingRight{
		padding-right: 10px;
	}

	h2{
		text-align: center;
	}

	.readMoreHolder{
		margin-left: 0px;
	}
	
	.readMoreHolderCategory{
		margin-left: 0px;
	}

	.homeImgHolder{
		padding-left:0px;
	}

	.img-responsive{
		margin: 0 auto;
		margin-bottom:20px !important;
	}

	.service{
		text-align: center;
	}

	.redUnderline{
		display: none;
	}

	.topHead{
		height: auto;
	}

	.logoContainer{
		text-align: center;
	}
	
	.logoImg{
		margin-top: 15px;
		width: 150px;
		text-align: center;
		padding-bottom:10px;
	}
	
	.textCenterMobile{
		text-align: center;
	}

	.hideFooterIcon{
		display: none;
	}
	
}



@media (max-width:845px) {

	.topInfoDiv{
		/*display: none;*/
	}

	.logoContainer{
		text-align: center;
	}

	.logoHolder{
		text-align: center;
	}

	.menuHolder{
		text-align: center;
	}



	.gallery-item{
		width:50% !important;
	}
	
	
	.horizontalText{
		display: none;
	}
	
	.categoryText{
		padding-top:0px;
		padding-bottom:10px;
		text-align: center;
	}
	
	.divider{
		padding: 0px; 
		padding-top: 0px;
	}



}


@media (max-width: 768px) {
	.shadow{
		-webkit-box-shadow: 0px -1px 10px 0px rgba(0,0,0,0);
		-moz-box-shadow: 0px -1px 10px 0px rgba(0,0,0,0);
		box-shadow: 0px -1px 10px 0px rgba(0,0,0,0);
		text-align:center;
	}
	.hideMobile{
		display: none;
	}

	.mobileFix{
		width:100%;
		display: block;
		height: 100px
	}
	.topInfo{
		/*display: none;*/
	}
	
	.mega-menu-link{
		text-align: center !important;
	}
	
	.headerHolder{
		max-height: 120px;
	}
	
	.topHead{
		height:40px;
		position: relative;
	}
	
	.menuHolder{
		height:0px;
	}
	
	.maxMenu{
		position: absolute;
		top: -50px;
		right: 0px;
	}
	
	.languageHolder{
		padding-top:0px;
	}
	
	.inlineNewsletterHolder{
		height:auto;
	}
}


@media (max-width: 720px) {
	.categoryContentHolder{
		height:auto;
	}
}

@media (max-width: 600px) {
	.mega-menu-link {
	    /*color: #fff !important;*/
	}

	.mega-sub-menu 	.mega-menu-link {
	    /*color: #000 !important;*/
	}
}


@media (max-width: 530px) {

	.mega-menu-header-menu{
		z-index:10000;
	}
	
	.subMenu{
		margin-top:0px;
	}

	.divider{
		display: none;
	}

	.gallery-item{
		width:100% !important;
	}
}

@media (max-width: 360px) {
	.logoImg{
		margin-top: 15px;
		width: 150px;
	}
	.categoryImg{
		width: 100%;
		height: auto;
	}

	.productImgHolder{
		width:200px;
		margin: 0 auto; 
		height:auto; 
		padding:10px; 
		position: relative;
	}
	
	.footerLogo{
		width:100%;
		margin:0 auto;
	}
	
	




}



