/*
Theme Name: Tobačna.eu
Theme URI: https://tobacna.eu;
Author: Blaž Habjan & Fejzo Košir
Author URI: no webpage no fun
Description: Custom theme for "tobacna.eu" landing page
Version: 0.8
License: Nein
Tags: black, onepager, tobacna, landing, flexible-width, responsive, custom-menu, featured-images


*/

@import url('https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css');
@import url('https://fonts.googleapis.com/css?family=Cabin:400,700&subset=all');
@import url('https://fonts.googleapis.com/css?family=Biryani:400,600,700,800,900&subset=latin-ext');

.logo-mobile {
	display: none;
}

body {
/*	font-family: Cabin !important; */
	font-family: 'Biryani', sans-serif !important;
	font-weight: 700;
	font-size: 20px;
	background-color: black;
	color: white;
}

nav {
    padding-bottom: 0px;
    margin-bottom: 10px !important;
}

nav ul{
  list-style-type:none;
  display:flex;
  justify-content: center;

}
nav ul li{
  display: list-item;
      margin-top: 20px;
    min-width: 150px;
}

nav a {
    text-transform: uppercase;
}

a {
    color: white;
    outline: 0 !important;
    text-decoration: none;
}

.nav > li > a:focus,
.nav > li > a:hover {
    background-color: unset;
}

.navbar li a {
	text-align: center;
}

#menu-item-4496 a {
    visibility: hidden;
    width: 220px;
    margin: auto 40px auto; 
}

#menu-item-4496 a:after {
    content: '';
    background: url('https://s3.amazonaws.com/upload.uxpin/files/908600/899135/tobac-88c9b6.png');
    visibility: visible;
    position: absolute;
    display: block;
    margin-left: -14px;
    top: -3px;
    height: 46px;
    width: 219px;
    background-size: 100% 100%;
    
}


.sb_instagram_header,
.sbi_load,
.sbi_load_btn,
.sbi_follow_btn{
    display: none !important;
}

.sbi_images[style] {
    padding: 0px !important;
}


.kontaktni-podatki a {
	color: white;
	text-decoration: none;
}

.kontaktni-podatki h3,
.contact-form h3 {
	font-size: 24px;
	font-weight: 700;
	text-transform: uppercase;
}

.kontaktni-podatki h4,
.kontaktni-podatki h5,
.kontaktni-podatki p {
	font-size: 16px;
	font-weight: 400;
}

.kontaktni-podatki h5 {
    margin-top: 30px;
}

.kontaktni-podatki h4 {
    margin-top: 30px;
}

.kontaktni-podatki p:last-of-type {
    margin-top: 30px;
}

.kontaktni-podatki {
    margin-top: 30px;
    border-left: 1px solid white;
    padding-left: 80px
}

.kontaktni-podatki p:last-of-type {
    margin-top: 48px;
}

/* Kontaktni obrazec */

.contact-form label {
	max-width: 400px;
	width: 100%;
}

.wpcf7 input,
.wpcf7 textarea {
    color: black;
    font-size: 16px;
    font-weight: 700;
    max-width: 380px;
    width: 100%;

}

.wpcf7-submit {
	text-transform: uppercase;
	font-weight: 700;
}

.copyright{
    margin: 0 auto;
    display: block;
    text-align: center;
    color: rgb(62,62,62);
}

footer {
	padding: 40px 0;
}

.insta-feed-cincin {
    margin: -30px 0px -20px 0px;
}
.insta-feed-fp {
    margin-top: -70px;
}

#sbi_images {
    padding: 5px 0px 0px 0px !important;
}


.kontaktni-obrazec form p:last-of-type {
    margin-top: -4px;
}


#scroll {
    position:fixed;
    right:10px;
    bottom:10px;
    cursor:pointer;
    width:50px;
    height:50px;
    background-color:#444443;
    text-indent:-9999px;
    display:none;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    border-radius:5px;
}
#scroll span {
    position:absolute;
    top:50%;
    left:50%;
    margin-left:-8px;
    margin-top:-12px;
    height:0;
    width:0;
    border:8px solid transparent;
    border-bottom-color:#ffffff;
}
#scroll:hover {
    background-color:grey;
    opacity:1;
    filter:"alpha(opacity=100)";
    -ms-filter:"alpha(opacity=100)";
}

.event-img {
	display: block;
	max-width:595px;
	max-height:307px;
 	width: auto;
 	height: auto;
}

.fb-events h3 {
	height: 50px;
	position: absolute;
	bottom: 0px;
	padding: 10px;
	/* text-shadow: 1px 1px 3px rgba(0, 0, 0, 1); */
	font-size: 18px;
	line-height: 21px;
	height: 35px;
	background-color: black;
	width: 100%;
}


.owl-dots {
	height: 11px;
}

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

	nav ul li {
	    min-width: 170px;
	}

	#menu-item-4496 a::after {
	    margin-left: -51px;
	    top: 6px;
	    height: 35px;
	    width: 164px;

	}

	#sbi_images {
		padding: 5px 0px 0px 0px !important;
	}

	.fb-events .col-md-4 {
    		margin-bottom: 10px;
	}

	.fb-events .col-md-4:last-of-type {
	    margin-bottom: 0px;
	}

}

@media screen and (min-width: 768px) and (max-width: 992px) {
	.img-container img {
		display: block;
		margin: 0 auto;
	}

	.fb-events h3 a {
		text-align: center;
		display: block;
	}

	.fb-events {
		margin-bottom: 30px;
	}

	.fb-events h3 {
		bottom: 15px;
		display: block;
		margin: 0 auto;
		left: 0;
		right: 0;
		line-height: 20px;
		height: 35px;
	}

}

@media screen and (max-width: 768px) {
		.logo-mobile {
	    max-width:200px;
	    margin: 10px 0px 0px 10px;
	    display: inline-block !important;
	}

		#sbi_images {
		padding: 20px 0px 0px 0px !important;
	}

	.insta-feed-fp #sbi_images {
		padding: 5px 0px 0px 0px !important;
	}



	button.navbar-toggle {
	    background-color: #444443;
	    width: 60px;
	    border-radius: 0px;
	    float: unset !important;
	    display: inline-block;
	    right: 0;
	    position: absolute !important;
	    margin-top: 20px;
	}

	.icon-bar {
	    background-color: black;
	    width: 40px !important;
	}
	#collapse {
	    margin: 0 !important;
	    padding: 0 !important;
	}

	#collapse ul {
	    width: 100%;
	    margin: 0 !important;
	    padding: 0 !important;
	    background-color: #444443 !important;
	    padding-bottom: 20px !important; 
	    float: none !important;
	    clear: both;
	    display: block;
	}
	#collapse li {
	    width: 100% !important;
	    display: block;
	    position: relative;
	    
	}

	#collapse li:nth-of-type(3) {
	    display: none;
	}

	#collapse li a {
	    text-align: center;
	    background-color: black;
	    width: 300px;
	    margin: 0 auto;
	    font-size: 18px;
	    
	}

	#collapse ul,
	.navbar-header {
	    margin-bottom: 10px !important;
	}

	nav {
	    margin-bottom: 0px !important;
	}

	.kontaktni-podatki {
    	margin-top: 30px;
    	border-left: unset;
    	padding-left: 15px;

	}

}

@media screen and (max-width: 480px) {
	.insta-feed-cincin #sbi_images .sbi_item,
	.insta-feed-fp #sbi_images .sbi_item {
		display: none !important;
	}

	.insta-feed-cincin #sbi_images .sbi_item:first-of-type,
	.insta-feed-fp #sbi_images .sbi_item:first-of-type {
		display: block !important;
	}



}

