/*@import url("https://fonts.googleapis.com/css?family=Lato"); */
@import url("/font-awesome.min.css");
@import url("https://assets.dondr.nl/font/style.css");

html, body{
	margin: 0px;
	padding: 0px;
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 20px;
	letter-spacing: 1px;
    max-width: 100%;
    position: relative;
    overflow-x: hidden;
}

input, select, textarea {
    font-family: 'Open Sans Condensed', sans-serif;
}

h1{
	margin: 0 auto;
	text-transform: uppercase;
}

header{
	height: calc(100vh - 48px);
	min-height: 600px;
	background-size: cover;
	background-position: 50% 50%;
	position: relative;
}

.fixed-nav header {
	margin-bottom: 48px;
}

header h1{
	max-width: 270px;
	width: 100vw;
	background-image: url("/wp-content/themes/z2d_theme_tympaan/Images/logo-tympaan.png");
	background-size: cover;
	background-position: 50% 50%;
	margin-bottom: 65px;
}

header h1:after{
	content: '';
	display: block;
	padding-bottom: 100%;
}

header p{
	font-size: 25px;
	line-height: 1px;
	color: white;
}

header h1 span{
	display: none;
}

header a{
	color: white;
}

@media screen and (max-width: 930px){
	header{
		height: 100vh;
	}

	hr{
		width: 300px;
	}

	hr.black{
		width: 300px;
	}
}

hr{
	background-image: url("/wp-content/themes/z2d_theme_tympaan/Images/dotwhite.png");
	background-size: contain;
	background-repeat: no-repeat;
	background-position-y: 50%;
	width: 373px;
	height: 10px;
	margin: 0 auto;
	margin-top: 20px;
	border: 0px;
}

hr.black{
	background-image: url("/wp-content/themes/z2d_theme_tympaan/Images/dotblack.png");
	background-repeat: no-repeat;
}

address{
	color: white;
	text-align: center;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-style: normal;
	font-size: 40px;
}

#header-socialmedia a{
	text-decoration: none;
	color: white;
}

#header-socialmedia{
	text-align: center;
}

#header-socialmedia ul{
	display: inline-block;
	margin: 0px;
	padding: 0px;
}

#header-socialmedia ul li{
	font-size: 28px;
	display: inline-block;
	margin: 2px;
	padding: 10px;
}

#header-socialmedia ul li a span{
	display: none;
}

#header-socialmedia :hover{
	color: #9a8775;
}

nav{
	background-color: #1a1a1a;
	left: 0px;
	right: 0px;
	width: 100%;
	list-style: none;
}

.fixed-nav nav {
	position: fixed;
	top: 0;
	z-index: 13;
}

nav ul{
	margin: 0px;
	display: flex;
	justify-content: space-around;
	list-style: none;
}

nav ul li{
	margin: 0px;
	padding: 0px;
	list-style: none;
	display: inline-block;
}

nav ul li a{
	padding-top: 15px;
	padding-left: 25px;
	padding-right: 25px;
	padding-bottom: 15px;
	display: block;
	color: white;
	font-size: 20px;
	text-transform: uppercase;
	letter-spacing: 1px;
	text-decoration: none;
	margin: 0 auto;
	white-space: nowrap;
}

nav ul li a:hover{
	background-color: #9a8775;
}

header .wrap{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

h1{
	text-transform: uppercase;
	font-size: 30px;
}

.navwrap{
	max-width: 1200px;
	margin: 0 auto;
}

#menu-icon {
	width: 40px;
	height: 40px;
	background-image: url('Images/hamburgermenu.png');
	background-size: 40px 40px;
}

@media
(-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {
	#menu-icon {
		background-image: url('Images/hamburgermenu@2x.png');
	}
}

@media screen and (min-width: 930px){
	#menu-icon{
		display: none;
	}
}

@media screen and (max-width: 930px){
	#menu-icon{
		top: 20px;
		right: 10px;
		position: fixed;
		z-index: 10;
		cursor: pointer;
	}

	#menu-icon:hover{
		color: #9a8775;
	}

	nav{
    	display: none;
	}
}

.wrap:after,
.block:after{
	content: '';
	display:block;
	clear: both;
}

a{
	text-decoration: none;
	color: black;
}

#opacity{
	height: auto;
	width: 700px;
	background: rgba(255, 255, 255, 0.9);
}


@media screen and (max-width: 700px){
	#opacity{
		margin-left: 30px;
		margin-right: 30px;
	}

	.block.wrap1{
		height: 650px;
	}
}

.content p{
	font-size: 20px;
	margin-left: 15px;
	margin-right: 15px;
}

.block.wrap1{
	display: flex;
	justify-content: center;
	align-items: center;
	background-size: cover;
	background-position: 50% 50%;
	width: 100vw;
	height: 650px;
	position: relative;
}


#menu{
	width: 100vw;
	background-image: url("/wp-content/themes/z2d_theme_tympaan/Images/backgrounds_menu.png");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 50%;
}

@media screen and (max-width: 1123px){
	#menu{
		height: auto;
	}
}

h2{
	margin: 0px;
}

#menu h2{
	text-transform: uppercase;
	color: black;
	text-align: center;
	padding-top: 60px;
}

#balkje{
	background-image: url("/wp-content/themes/z2d_theme_tympaan/Images/underline-white.png");
	background-size: contain;
	background-repeat: no-repeat;
	height: 100px;
	width: 300px;
	margin: 0 auto;
}

#containermenu{
	width: 100%;
	display: flex;
	align-items: top;
	max-width: 1145px;
	margin: 0px auto 50px auto;
	justify-content: space-between;
}

#containermenu div{
	text-align: center;
	margin-top: 5%;
}

#lunch img{
	width: 190px;
	height: 190px;
}

#lunch p{
	color: black;
	margin-bottom: 70px;
}

#tap img{
	width: auto;
	height: 190px;
}

#tap p{
	color: black;
	margin-bottom: 70px;
}

#kaart img{
	width: 190px;
	height: 190px;
}

#kaart p{
	color: black;
	margin-bottom: 70px;
}

#lunchkaart{
	color: black;
}

#lunchkaart a{
	display: block;
}

#bierkaart{
	color: black;
	height: auto;
	max-width: 250px;
}

#bierkaart a{
	display: block;
}

#menukaart{
	color: black;
}

#menukaart a{
	display: block;
}

@media screen and (max-width: 1123px){
  	#bierkaart{
		max-width: none;
		padding-left: 15px;
		padding-right: 15px;
  	}
}

.block.wrap h2{
	margin-top: 50px;
	text-align: center;
	text-transform: uppercase;
}

.block.wrap{
	height: 335px;
	max-width: 900px;
	margin: 0 auto;
}

#evenementen{
	margin: 0 auto;
	margin: 40px 0px 0px 0;
}

.fts-fb-event-date{
	width: 60px;
	height: 60px;
	background-color: #9a8775;
	border-radius: 50px;
	position: absolute;
	top: 0;
}

.fts-fb-event-date .dag{
	display: block;
	line-height: 30px;
	text-align: center;
	letter-spacing: 0px;
	color: #fff;
	text-transform: uppercase;
	padding: 5px;
	font-size: 25px;
}

.fts-fb-event-date .maand{
	display: block;
	line-height: 7px;
	text-align: center;
	letter-spacing: 0px;
	color: #fff;
	text-transform: uppercase;
	font-size: 22px;
	margin-left: 3px;
}

.event-date-black{
	width: 70px;
	height: 70px;
	background: black;
	border-radius: 50px;
}

.event-date-brown{
	width: 70px;
	height: 70px;
	background: #9a8775;
	border-radius: 50px;
}

.event-time{
	margin-left: 75px;
}

.fts-jal-fb-header{
	display: none;
}

.fts-fb-location{
	display: none;
}

.fts-fb-get-directions{
	display: none;
}

.fts-jal-fb-see-more{
	display: none;
}

.jal-fb-description{
	display: none;
}

.fts-fb-event-photo{
	display: none;
}

.fts-powered-by-text{
	display: none;
}

.fts-fb-ticket-info{
	display: none;
}

.fts-event-title-wrap{
	width: calc(100% - 60px);
	margin-left: 70px;
	margin-top: 15px;
}

.fts-fb-event-time{
	pointer-events: none;
	width: calc(100% - 60px);
	margin-left: 70px;
	margin-top: 8px;
}

.fts-fb-event-time::before{
	content: url("/wp-content/themes/z2d_theme_tympaan/Images/clock.png");
}


.fts-jal-fb-group-display{
	display: flex;
	flex-wrap: wrap;
	position: relative;
	margin: 0 auto;
}

.fts-jal-single-fb-post{
	width: 50%;
}

.fts-jal-fb-message{
	position: relative;
	min-height: 60px;
	margin-bottom: 10px;
}

@media screen and (max-width: 900px){
    #containermenu{
        flex-direction: column;
  	}
	.fts-jal-single-fb-post{
		width: 60%;
		margin-left: auto;
		margin-right: auto;
	}

	.block.wrap{
		height: auto;
		padding-bottom: 35px;
	}

	.fts-jal-fb-group-display{
		max-width: 440px;
	}

}

@media screen and (max-width: 646px){
	.fts-jal-single-fb-post{
		width: 90%;
		margin-left: auto;
		margin-right: auto;
	}

	.block.wrap{
		height: auto;
		padding-bottom: 35px;
	}
}

@media screen and (max-width: 572px){
	.fts-jal-single-fb-post{
		width: 90%;
		margin-right: auto;
	}

	.block.wrap{
		height: auto;
		padding-bottom: 35px;
	}
}

div.wpcf7-validation-errors{
	border: none;
	margin-top: 150px;
}

span.wpcf7-not-valid-tip{
	margin-left: -45px;
	margin-top: 5px;
}

div.wpcf7-mail-sent-ok{
	border: none;
}

form.wpcf7-form{
	max-width: 700px;
	margin: 0 auto;
}

#quiztext{
	color: black;
	text-align: center;
	margin-top: 60px;
	margin-bottom: 50px;
}

#quiztext p {
	padding: 0 10px;
}

#quiz{
	height: 70px;
	background-color: #1a1a1a;
	max-width: 100%;
	margin: 0 auto;
}

#quiz h1{
	color: white;
	text-align: center;
	font-size: 40px;
	padding-top: 15px;
}

#wijntext{
	color: black;
	text-align: center;
	margin-top: 60px;
	margin-bottom: 50px;
	margin-left: -18px;
}

#wijn{
	height: 70px;
	background-color: #1a1a1a;
	max-width: 100%;
	margin: 0 auto;
}

#wijn h1{
	color: white;
	text-align: center;
	font-size: 40px;
	padding-top: 15px;
}

#biertext{
	color: black;
	text-align: center;
	margin-top: 60px;
	margin-bottom: 50px;
	margin-left: -18px;
}

#bier{
	height: 70px;
	background-color: #1a1a1a;
	max-width: 100%;
	margin: 0 auto;
}

#bier h1{
	color: white;
	text-align: center;
	font-size: 40px;
	padding-top: 15px;
}

#gegevens{
	-webkit-appearance: none;
	border-radius: 0;
	width: 230px;
	height: 200px;
	float: left;
}

#gegevens span input{
	font-size: 14px;
	border-radius: 0;
	text-indent: 10px;
	background-color: #e6e6e6;
	height: 48px;
	width: 100%;
	margin: 5px;
	-webkit-appearance: none;
    -webkit-border-start-style: none;
    -webkit-border-end-style: none;
    -webkit-border-before-style: none;
    -webkit-border-after-style: none;
}

.wpcf7-form-control-wrap{
	padding: 0px 2px;
}

#submit{
	width: 440px;
	height: auto;
	float: right;
	-webkit-appearance: none;
	-webkit-border-start-style: none;
    -webkit-border-end-style: none;
    -webkit-border-before-style: none;
    -webkit-border-after-style: none;
	border-radius: 0;
}

#submit textarea{
	font-size: 14px;
	padding: 10px 11px;
	border-radius: 0;
	background-color: #e6e6e6;
	height: 111px;
	width: 100%;
	margin: 5px;
	resize: none;
	-webkit-appearance: none;
	-webkit-border-start-style: none;
    -webkit-border-end-style: none;
    -webkit-border-before-style: none;
    -webkit-border-after-style: none;
    box-sizing: border-box;
}

@media screen and (max-width: 1100px){
	#submit textarea{
		height: 120px;
	}
}

@media screen and (max-width: 730px){
	#submit textarea{
		width: auto;
	}
}
#submit input{
	background-color: #9a8776;
	color: white;
	height: 50px;
	width: 60%;
	border-radius: 0;
	font-size: 16px;
	margin-right: 37%;
	margin-top: -5px;
	-webkit-appearance: none;
	-webkit-border-start-style: none;
    -webkit-border-end-style: none;
    -webkit-border-before-style: none;
    -webkit-border-after-style: none;
	cursor: pointer;
	box-sizing: border-box;
}

@media screen and (max-width: 1100px){
	#submit input{
		height: 53px;
		margin-top: -6px;
	}
}

#wpcf7-f323-o1.wpcf7{
	margin: 0 auto;
}

.span.wpcf7-form-control-wrap.your-name{
	margin: 2px;
}

.icon-dondr {
	color: #fff;
}
@media screen and (max-width: 730px){
	#gegevens{
		position: relative;
		height: auto;
		float: none;
		width: auto;
	}

	#submit{
		margin: 0 auto;
		position: relative;
		width: auto;
		float: none;
		height: auto;
	}

	#submit textarea{
		width: 100%;
	}

	#submit input{
		position: relative;
		line-height: 1px;
		height: 50px;
		margin-right: 0px;
	}

	div.wpcf7{
		margin: 0 auto;
		max-width: 100%;
		width: 350px;
	}

	.wrap:after{
		content: '';
		display:block;
		clear: both;
	}

	#gegevens span input{
		width: 100%;
	}

	.quizwrap{
		/*height: 600px;*/
	}

	.wijnwrap{
		height: 600px;
	}

	.bierwrap{
		height: 600px;
	}
}

@media screen and (max-width: 488px){
	.quizwrap{
		/*height: 600px;*/
	}

	.wijnwrap{
		height: 630px;
	}

	.bierwrap{
		height: 630px;
	}
}

.fts-instagram{
	display: flex;
	flex-wrap: wrap;
}

.instagram-placeholder{
	width: 16.666%;
}

.instagram-placeholder img{
	width: 100%;
	display: block;
}

.fts-insta-date-popup-grab{
	display: none;
}

.fts-insta-likes-comments-grab-popup{
	display: none;
}

@media screen and (max-width: 730px){
	.instagram-placeholder{
		width: 50%;
	}

	.instagram-placeholder img{
		width: 100%;
	}
}


#socialmedia-bar{
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
	background-color: #1a1a1a;
	color: white;
	height: 70px;
	letter-spacing: 1px;
	padding: 0px;
}

#socialmedia-bar ul{
	max-width: 1200px;
	margin: 0 auto;
	text-align: center;
	padding: 0px;
}

#socialmedia-bar ul li{
	display: inline-block;
	margin: 40px;
	margin-top: 15px;
}

#socialmedia-bar ul li a{
	color: white;
}

#a .fa-facebook{
	white-space: nowrap;
	display: inline-block;
}

#a .fa-instagram{
	white-space: nowrap;
}

#a .fa-tripadvisor{
	white-space: nowrap;
}

#socialmedia-bar .fa-facebook{
	font-size: 27px;
	margin-left: 20px;
	margin-top: 8px;
}

#socialmedia-bar .fa-instagram{
	font-size: 27px;
	margin-left: 20px;
	margin-top: 8px;
}

#socialmedia-bar .fa-tripadvisor{
	font-size: 27px;
	margin-left: 20px;
	margin-top: 8px;
}

@media screen and (max-width: 959px){
	#socialmedia-bar ul li{
		display: inline-block;
		margin: 9px;
		margin-top: 12px;
	}
}

@media screen and (max-width: 488px){
	#socialmedia-bar div{
		background-color: #1a1a1a;;
	}

	#socialmedia-bar ul{
		background-color: #1a1a1a;;
	}

	#socialmedia-bar ul li{
		height: 25px;
		background-color: #1a1a1a;;
	}
}

@media screen and (max-width: 773px){
	#socialmedia-bar{
		display: inline-block;
		justify-content: space-between;
		width: 100%;
		height: 70px;
	}
}

span.facebook{
	float: left;
	margin-top: 12px
}

span.instagram{
	float: left;
	margin-top: 12px;
}

span.fblogo{
	float: left;
}

span.instalogo{
	float: left;
}

.block #map{
	overflow: hidden;
}

#map{
	height: 375px;
	float: left;
	width: 60%;
}

#map h2{
	color: black;
	font-size: 16px;
	float: right;
}

#contact h2{
	text-transform: uppercase;
	text-align: center;
}

#contactgegevens{
	width: 40%;
	margin-left: auto;
	margin-right: auto;
	height: 100px;
}

#contact{
	float: left;
	margin: 0 auto;
	margin-top: 60px;
	width: 40%;
}

@media screen and (max-width: 1238px){
	#map{
		width: 100vw;
	}

	#map h2{
		width: 100vw;
	}

	#contact{
		width: 100%;
		padding-bottom: 100px;
	}

	#contact h2{
		display: block;
		margin-left: auto;
		margin-right: auto;
		text-align: center;
	}

	#contactgegevens{
		margin-left: auto;
		margin-right: auto;
		text-align: center;
	}

	#contact{
		margin-top: 30px;
	}
}

#footer div{
	max-width: 100%;
}

#footer{
	display: flex;
	justify-content: space-between;
	max-width: 100%;
	background-color: #1a1a1a;
	color: white;
	font-size: 20px;
	height: 30px;
	padding-top: 15px;
	padding-bottom: 5px;
}

#cafetympaan{
	margin-left: 10%;
}

.disclaimer{
	position: relative;
	display: inline-block;
	cursor: pointer;
}

.disclaimertext{
	visibility: hidden;
	opacity: 0;
	transition: all 0.5s ease;
	width: calc(100vw - 100px);
	background-color:  #d7d0bf;
	color: black;
	position: absolute;
	z-index: 1;
	padding: 30px;
	transform: translateX(-50%);
	bottom: 90px;
	left: 50%;
	max-width: 900px;
}

@media screen and (max-width: 933px){
	.disclaimertext{
		bottom: 150px;
		padding: 25px;
	}
}

.disclaimertext::after{
	content: "";
	top: 100%;
	left: 50%;
	margin-left: -5px;
	border-width: 5px;
	border-style: solid;
	border-color: #d7d0bf transparent transparent transparent;
}

.disclaimertext.show{
	visibility: visible;
	opacity: 1;
}


#zettwee span{
	display: none;
}

#zettwee a{
	background-image: url("/wp-content/themes/z2d_theme_tympaan/Images/zet-twee-white.png");
	background-size: contain;
	background-repeat: no-repeat;
	margin-right: 50px;
	margin-top: 2px;
	width: 68px;
	height: 10px;
	display: block;
	margin-top: 5px;
}

@media
(-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {
	#zettwee a{
		background-image: url("/wp-content/themes/z2d_theme_tympaan/Images/zet-twee-white@2x.png");
	}
}

@media screen and (max-width: 933px){
	#footer{
		display: block;
		justify-content: space-around;
		height: 68px;
		padding-top: 18px;
		padding-bottom: 15px;
	}

	#cafetympaan{
		text-align: center;
		margin: 0px;
		margin-left: auto;
		margin-right: auto;
	}

	.disclaimer{
		text-align: center;
		margin: 0px;
		margin-left: auto;
		margin-right: auto;
		display: block;
	}

	#zettwee a{
		margin-top: 4px;
		margin-left: auto;
		margin-right: auto;
		height: 15px;
	}
}

.overlay{
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 11;
    left: 0;
    top: 0;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0, 0.9);
    overflow-x: hidden;
    transition: 0.5s;
}

.overlay-content .hamburgermenu{
	list-style: none;
}

.overlay-content{
    position: relative;
    top: 30%;
    width: 100%;
    text-align: center;
}

.overlay a {
    padding: 10px;
    text-decoration: none;
    font-size: 20px;
    color: white;
    display: block;
    transition: 0.3s;
}

.overlay a:hover, .overlay a:focus {
    color: #9a8775;
}

.overlay .closebtn {
    position: absolute;
    top: 12px;
    right: 12px;
    font-size: 40px;
}

.ft-gallery-share-wrap {
	display: none;
}

@media screen and (max-height: 450px) {
    .overlay a {
	    font-size: 12px;
	}

    .overlay .closebtn {
        font-size: 80px;
        top: -5px;
        right: 7px;
    }
}

@media screen and (max-width: 930px) {
	.overlay .closebtn {
		font-size: 80px;
		top: -5px;
		right: 7px;
	}
}






#slides {
	position: relative;
	min-height: 70vh;
}

#slides-wrap {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	overflow: hidden;
}

.slide {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;

	z-index: 100;
	overflow: hidden;
}

#slides.start .slide {
	transition: transform 0.5s ease-in-out;
}

#slides.init .slide:nth-of-type(1){
	transform: translateX(-100%);
	z-index: 105;
}
#slides.init .slide:nth-of-type(2){
	transform: translateX(0%);
	z-index: 104;
}
#slides.init .slide:nth-of-type(3){
	transform: translateX(100%);
	z-index: 103;
}
#slides.init .slide:last-of-type(){
	transform: translateX(100%);
	z-index: 102;
}

#slides-nav {
	position: absolute;
	z-index: 110;
	bottom: 10px;
	left: 10px;
}

#slides-nav ul {
	margin: 0;
	padding: 0;
}

#slides-nav ul:after {
	content: '';
	display: block;
	clear: both;
}

#slides-nav ul li {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	margin-right: 10px;
}

#slides-nav ul li a {
	display: block;
	width: 16px;
	height: 16px;
	background-color: #fff;
	border-radius: 100%;
	border: 2px solid #9a8776;
}

#slides-nav a.active {
	background-color: #9a8776;
	border: 2px solid #fff;
}

#slides-nav ul li a span {
	display: none;
}

div.instagram ul{
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	position: relative;
}
div.instagram ul li {
	margin: 0;
	padding: 0;
	list-style: none;
	position: relative;
	width: 16.666%;
}
div.instagram ul li a {
	display: block;
}
div.instagram ul li a img {
	display: block;
	width: 100%;
	height: auto;
}
div.instagram h2.widgettitle,
div.instagram > p {
	display: none;
}
@media screen and (max-width: 1024px) {
	div.instagram ul li {
		width: 33.333%;
	}
}
@media screen and (max-width: 640px) {
	div.instagram ul li {
		width: 50%;
	}
}

#containermenu {
    justify-content: center;
    align-items: center;
    flex-grow: 1;
    padding: 30px 0;
}

.menu {
    display: block;
    flex-grow: 1;
    position: relative;
    margin: 0 30px;
    max-width: 300px;
}

.menu img {
    width: 100%;
    max-width: 300px;
    height: auto;
}

.menu span {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-weight: bold;
    font-size: 24px;
}


#sbi_images {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0!important;
}

#sbi_images .sbi_item {
    position: relative;
    margin: 0;
    width: calc(100% / 6);
    flex-grow: 1;
}
#sbi_images .sbi_item:after {
    content: '';
    display: block;
    padding-bottom: 100%;
}

#sbi_images .sbi_item .sbi_photo {
    width: 100%!important;
    background-size: cover!important;
}

#sbi_images .sbi_photo_wrap {
    position: absolute;
    width: 100%;
    height: 100%;
}

#sbi_images .sbi_photo_wrap a {
    display: block;
    width: 100%!important;
    height: 100%!important;
    padding: 0!important;
}

#sbi_images .sbi_photo_wrap a span,
#sbi_images .sbi_item a img,
#sbi_images svg {
    display: none;
}


@media screen and (max-width: 800px) {
	#sbi_images .sbi_item {
		width: calc(100% / 3);
	}
}

@media screen and (max-width: 500px) {
	#sbi_images .sbi_item {
		width: 50%;
	}
}
