@charset "UTF-8";
/**

/* @import must be at top of file, otherwise CSS will not work */


html, body, div, span, applet, object, iframe,
h1,
h2, h2, h3, h4, h5, h6, p, .modal-content ul, .modal-content ol, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small,
figcaption, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video, main {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  scroll-behavior: smooth;}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, main {
  display: block;}

figure {
   margin-bottom: 33px;
}



ol, ul {
  list-style: none; }


  
  
blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

blockquote p {
	font-size: 16px;
    line-height: 24px;
    color: #fff;
    text-align: left;
    padding: 0px;
    text-shadow: 0px 0px 6px #000;
}
.quote-caption {
	font-size: 16px;
	line-height: 22px;
	padding: 0;
	letter-spacing: 0.03em;
	text-align: left;
	font-style:italic;
}
blockquote p::before {
    font-size: 30px;
    content: '\201C';
    color: rgba(255,185,39,1.0);
}

blockquote p::after {
   font-size: 30px;
    content: '\201D';
    color: rgba(255,185,39,1.0);
}
.template-quote {
	margin-bottom: 0px !important;
	}

table {
  border-collapse: collapse;
  border-spacing: 0; }

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

::-moz-selection {
  background: #f7d8dc; }

::selection {
  background: #f7d8dc; }

::-moz-selection {
  background: #f7d8dc; }
  

html,
body {
  			font: normal 20px "latoregular";
  			overflow-x: hidden;
  			background-color:#000;
		   	background-repeat: no-repeat;
		   	background-size:cover;
		   	background-position: center top;
		   	background-attachment: fixed;
  			scroll-behavior: smooth;
  }
  

.main {
		position: relative;
		background-image: linear-gradient(rgba(255,255,255,0.0), rgba(0,0,0,0.8));
					clear: both;
		margin: 10vh 0px 0px 0px;
		padding: 0 9% 46px 9%;
		width: 100%;
		z-index: 7;
		display: inline-block;
		float: left;
		
	}
.main-gallery {
		margin: 10vh 0px 0px 0px;
		padding: 0 20% 46px 20%;
		
	}
	.fn-masonry {
		clear: both;
		margin: 46px auto;
		width: 80%;
		}
		
	.fn-grid {
		clear: both;
		margin: 46px auto;
		width: 80%;
		}
p img {
    width: 80%;
    border: 6px solid rgba(129,93,37,0.4);
    border-radius: 0px 0px 110px 0px;
    margin: 12px 0px;
}
img {
  max-width: 100%; }

.grid::before, .grid::after {
  content: " ";
  display: table; }

.grid::after {
  clear: both; }

@media (max-width: 568px) {
  .grid {
    padding: 0 0rem; } }

@media (min-width: 569px) {
  .grid {
    padding: 0 0rem; } }

@media (min-width: 768px) {
  .grid {
    padding: 0 0rem; } }

@media (min-width: 1200px) {
  .grid {
    padding: 0 0rem; }
 }

[class*='col-'] {
  float: left;
  padding: 0px; }

.col-1-1 {
  width: 100%; }

.col-2-3 {
  width: 66.66%; }

.col-1-3 {
  width: 33.33%; }

.col-1-2 {
  		width: 46%;
  		margin: 0 2%; }
  
  .col-1-2-text {
  		width: 48%;
  		margin: 0 1% 20px 1%; }

.col-1-4 {
  width: 25%; }

.col-1-8 {
  width: 12.5%; }


.col-1-2 ul {
	margin-bottom: 22px;
}
.col-1-2 li {
  	
  	font-size: 16px;
	line-height: 28px;
	font-weight: normal;
	margin-bottom: 15px;
	letter-spacing: 0.05em;
  	color: rgba(255,255,255,1.0);
    padding-left: 30px;
    
    list-style: none;
    background-image: url(/wp-content/themes/storioni-theme/assets/svg/bullit-list.svg);
    background-repeat: no-repeat;
    background-size: 15px;
    background-position: left 8px;
  }
  .col-1-2-text li {
  	
  	font-size: 16px;
	line-height: 28px;
	font-weight: normal;
	margin-bottom: 15px;
	letter-spacing: 0.05em;
  	color: rgba(255,255,255,1.0);
    padding-left: 30px;
    
    list-style: none;
    background-image: url(/wp-content/themes/storioni-theme/assets/svg/bullit-list.svg);
    background-repeat: no-repeat;
    background-size: 15px;
    background-position: left 8px;
  }
  
  
  
@font-face {
    font-family: 'federantregular';
    src: url('./letters/federant-regular-webfont.woff2') format('woff2'),
         url('./letters/federant-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'mansalvaregular';
    src: url('./letters/mansalva-regular-webfont.woff2') format('woff2'),
         url('./letters/mansalva-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'latoregular';
    src: url('./letters/lato-regular-webfont.woff2') format('woff2'),
         url('./letters/lato-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'latobold';
    src: url('./letters/lato-bold-webfont.woff2') format('woff2'),
         url('./letters/lato-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

em {
    font-style: italic;
}

p {
	font-family: "latoregular";
	font-size: 16px;
	line-height: 23px;
	font-weight: normal;
	margin-bottom: 15px;
	letter-spacing: 0.05em;
  	color: rgba(255,255,255,1.0);
	
}

a {
  text-decoration: none;
  color: rgba(255,185,39,1.0);
  cursor: pointer;
  }
a:hover{
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  }
  
p a, .modal-content ul a, .modal-content ol a, li a, blockquote a {
     	text-decoration: none;
  		color: rgba(255,185,39,1.0);
  	}
p a:hover, .modal-content ul a, .modal-content ol a, li a, blockquote a {
     	color: #fff;
  	}


h1,
h2,
h2,
h3,
h4,
h5 {
  line-height: 1.2;
  letter-spacing: 0.02em;
  -webkit-hyphens: none;
      -ms-hyphens: none;
          hyphens: none; }


h1,
h2 {
  font-family: "latoregular"; }
  

h1 {
  	 	font-size: 35px;
    	line-height: 41px;
    	margin-bottom: 33px;
    	letter-spacing: 0.02em;
    	margin-bottom: 33px;
    	margin-top: 0px;
    	color: rgba(255,185,39,1.0);
  }

h2 {
  		font-size: 23px;
    	line-height:31px;
    	margin-bottom: 33px;
    	letter-spacing: 0em;
    	margin-top: 33px;
    	color: rgba(255,185,39,1.0);
    	}


h3 {
  font-size: 1.5rem;
  line-height: 1;
  margin-top: 13px;
  margin-bottom: 0.45em;
  max-width: 32em; }

h4 {
  font-size: 1.4rem;
  margin: 0 0 0.5rem;
  max-width: 32em;
  line-height: 1.2em; }
h5 {
  	font-weight: normal;
	font-size: 16px; }

h6 {
  font-weight: normal;
  text-transform: uppercase;
  font-size: 19px;
  line-height: 28px;
  color: rgba(255, 255, 255, 1.0);
  margin-top: 1.2rem;
  margin-bottom: 1.2rem;
  letter-spacing: 0.04em; }

.block a {
    font-size: 16px;line-height: 25px;
}

.block p, .block .modal-content ul, .modal-content .block ul, .block .modal-content ol, .modal-content .block ol {
    font-family: "latoregular";
    font-weight: normal;
	font-size: 16px;line-height: 25px;
}
.content-container p  {
	font-family: "latoregular";
	font-weight: normal;
	font-size: 16px;line-height: 25px;
	margin-top: 20px;
	} 
.content-container ul  {
	margin-top: 15px;
	margin-bottom: 15px;
	} 

.content-container li  {
	font-size: 16px;line-height: 25px;
	margin-top: 7px;
	margin-left: 0px;
	padding-left: 20px;
	background-image: url("/wp-content/themes/storioni-theme/assets/images/bullit-pink.png");
	background-repeat: no-repeat;
	background-position: left;
	} 
 
.content-container h3  {
	font-size: 1.22rem !important;
	font-weight: 500;
	color: rgba(255,185,39,1.0);
	line-height: 1;
	margin-top: 1.2em;
	margin-bottom: 0.65em;
	max-width: 32em;
	}

.btn, .button, .wp-block-button a, a.button.close-responsive-search, button, input[type="button"], input[type="submit"] {
    padding: 8px 8px 0px 8px;
    
}
				 /* Turn on a 13x13 scrollbar */
				 .modal::-webkit-scrollbar {
					 width: 30px;
				 }
 
				 .modal::-webkit-scrollbar-button:vertical {
					 background-color: red;
				 }
 
				 /* Turn on single button up on top, and down on bottom */
				 .modal::-webkit-scrollbar-button:start:decrement,
				 .modal::-webkit-scrollbar-button:end:increment {
					 display: block;
				 }
 
				 /* Turn off the down area up on top, and up area on bottom */
				 .modal::-webkit-scrollbar-button:vertical:start:increment,
				 .modal::-webkit-scrollbar-button:vertical:end:decrement {
					 display: none;
				 }
 
				 /* Place The scroll down button at the bottom */
				 .modal::-webkit-scrollbar-button:vertical:increment {
					 background-color: #fff;
					 height: 38px;
					 background-image: url("/wp-content/themes/storioni-theme/assets/images/scroll-down.png");background-repeat: no-repeat;background-position: center;
				 }
 
				 /* Place The scroll up button at the up */
				 .modal::-webkit-scrollbar-button:vertical:decrement {
					 background-color: #fff;
					 height: 38px;
					 background-image: url("/wp-content/themes/storioni-theme/assets/images/scroll-up.png");background-repeat: no-repeat;background-position: center;
				 }
 
				 .modal::-webkit-scrollbar-track:vertical {
					 background-color: #fff;
				 }
 
				 /* Top area above thumb and below up button */
				 .modal::-webkit-scrollbar-track-piece:vertical:start {
					 border: 0px solid #000;
				 }
 
				 /* Bottom area below thumb and down button */
				 .modal::-webkit-scrollbar-track-piece:vertical:end {
				 }
 
				 /* Track below and above */
				 .modal::-webkit-scrollbar-track-piece {
					 background: rgba(255, 255, 255, 1.0);
				 }
 
				 /* The thumb itself */
				 .modal::-webkit-scrollbar-thumb:vertical {
					 height: 50px;
					 background-color: rgba(0, 0, 0, 0.1);
					 border-radius:0px;
				 }
 
				 /* Corner */
				 .modal::-webkit-scrollbar-corner:vertical {
					 background-color: black;
				 }
 
				 /* Resizer */
				 .modal::-webkit-scrollbar-resizer:vertical {
					 background-color: gray;
				 }

.search-form input[type="search"]{
    width: 100%;
    padding: 8px 45px 8px 12px;
    background: rgba(255, 255, 255, 0.3);
    border: 0px solid #000;
    font-size: 16px;
    border-radius: 0px;
    color: #fff;
}

.searchmain {
			width:100%;
			margin-bottom: 2.5rem;
	}
.searchbar {
			width:100%;
			height:auto;
			background-color: #f7d8dc;
	}
	.barparts {
			position:relative;
			float:left;
			display:block;
			width:33.3333%;
			background-color: #f7d8dc;
			padding: 2rem 1rem 2.5rem 2rem;
	}
	.bmiddle {
			padding: 2rem 1rem 2.5rem 1rem;
			background-color: #f7d8dc;
	}
	.bright {
			padding: 2rem 2rem 2.5rem 1rem;
			background-color: #f7d8dc;
	}
.searchbar h3 {
			
			font-size: 1.7rem;
			font-weight: bold;
			line-height: 1;
			margin-top: 1.3em;
			margin-bottom: 0em;
			padding: 1.5rem 2rem 0rem 2rem;
			width:100%;
			height:70px;
			margin: 0px;


			}	
.searchbar input {
			background-color: #fff;
			width:100%;
			height: 3.0rem;
			border:0px;
			border-right: 10px solid #fff;
			border-radius:0px;
			padding-right: 12px;
			font-size: 21px;
	}
	.searchinput {
			
			background-image: url("/wp-content/themes/storioni-theme/assets/images/zoeken.svg");
			background-repeat: no-repeat;
			background-size: 9%;
			background-position: right center;
	}
	.searchinputarrow {
			
			background-image: url("/wp-content/themes/storioni-theme/assets/images/arrow-field.svg");
			background-repeat: no-repeat;
			background-size: 9%;
			background-position: right center;
	}
	
	#searchsubmit {
	
				display:none;
			}
.subkop h2 {
	font-size: 3.1vw;
	font-weight:600;
  	margin-top: 2.6rem; 
  	margin-bottom: 2.5rem; 
  	text-transform: none;
  	margin-left: -5px;
	}
.subkop2 h2 {
	font-size: 5.4vw;
	font-weight:900;
  	margin-top: 2.6rem; 
  	margin-bottom: 2.5rem; 
  	margin-left:10px;
  	text-transform: none;
	}
	
.subkopred h3 {
	font-size: 1.8rem;
	color:rgba(255,185,39,1.0);
  	margin-top: 1.3em;
  	margin-bottom: 0.45em;
  	max-width: 32em; }
	}
	
.searchkop h2 {
	font-size: 3.0vw !important;
	font-weight:500 !important;
  	margin-top: 2rem; 
  	margin-bottom: 1.6rem; 
  	text-transform: none;
  	margin-left: -5px;
  	text-transform:none !important;
	}
.searchblock img {
	display:none;
	}
.search-excerpt{
	color: rgba(255,185,39,1.0);
	}

.row {
	display: inline-block;
	width:100%;
	}
	
.columns {
	width: 100%;
    margin: 0px auto;
    position: relative;
  	}
.template-columns {
		margin: 22px 0;
  	}
.template-columns h3 {
	
    	font-family: "mansalvaregular";
    			font-size: 44px;line-height: 50px;
    			margin-bottom: 33px;
    			margin-top: 0px;
	font-weight:normal;
  	color: rgba(255,185,39,1.0);
  	}

.noimage  {
	min-height: 1px !important;
	margin-bottom: 0px !important;
	}
.image-insert  {
	width: 57% !important;
    margin-top: -60px;
    border-radius: 0px 0px 120px 0px !important;
    z-index: 22;
    position: relative;
    margin-left: 12%;
    border: 6px solid rgba(129,93,37,1.0) !important;
	}
	
.image-insert-right  {
	width: 57% !important;
    margin-top: -140px;
    border-radius: 0px 0px 0px 120px !important;
    z-index: 22;
    position: relative;
    margin-left: 27%;
    border: 6px solid rgba(129,93,37,1.0) !important;
	}
.image_caption  {
	font-size: 17px;
	line-height: 23px;
	width:100%;
	text-align: left;
	padding: 12px 16% 12px 12%;
	font-style:italic;
	color: rgba(255,255,255,0.8);
	letter-spacing: 0.02em;
	}
	
.caption-right  {
	text-align: right;
	padding: 12px 16% 12px 12%;
	}	
	
.collimage-left  {
	width: 100%;
	min-height: 300px;
	margin-bottom: 50px;
	}
	.collimage-left img  {
		 width: 100%;
		 border: 6px solid rgba(129,93,37,0.8);
    	border-radius: 0px 0px 190px 0px;
		 }
.colltext-left  {
	width: 100%;
	padding: 40px;
	background: rgba(0, 0, 0, 0.66);
	min-height: 200px;
	margin-top: -50px;
	    display: inline-block;
		 border-radius: 0px;
	}
	.colltext-left h1  {
	font-family: federantregular;
	font-size: 42px;
    	line-height: 48px;
    	
	}
.colltext-right  {
	width: 100%;
	padding: 40px;
	background: rgba(0, 0, 0, 0.66);
	min-height: 250px;
	    display: inline-block;
	}
.collimage-right  {
	width: 100%;
	min-height: 300px;
	}
	.collimage-right img  {
		 width: 100%;
		 border: 6px solid rgba(129,93,37,0.8);
    		border-radius: 0px 0px 0px 190px;
		 }

.colltext-centered  {
	width: 100%;
	padding: 20px;
	background: rgba(0, 0, 0, 0.5);
	    display: inline-block;
		 border-radius: 0px;
		 text-align: center;
	}
	.colltext-centered h6 {
			margin: 0px;
	}
	
.readmore_block {
		display:none;
		padding-top: 22px;
	}
.readmore_button {
		padding-top: 22px;
	}
.readless_button {
		display:none;
		padding-top: 22px;
	}

.content-container  {
	width:100%;
	}

.social-navigation {
	width: 80%;
	margin: 33px auto;
	padding-right: 5px;
}
.social-navigation ul {
	text-align: center;
}
.social-navigation li {
	display:inline-block;
	margin: 0px 10px;
}

.soc-head {
	width: 40%;
    float: right;
    margin-top: -66px;
    right: 0px;
    padding-right: 55px;
		}
.soc-head ul {
	text-align: right;
	}
.soc-head li {
	margin: 0px 5px;
}


.langswitch  {
		padding: 27px 0 0 0px;
	}

.langswitch-soc  {
		padding: 10px 10px 0 0px;
		text-align: right;
	}
	
	
	

.st_social a  {
		color: rgba(255, 255, 255, 0.6);
	}
.st_social a:hover  {
		color: rgba(255, 255, 255, 1.0);
	}
.st_social  {
		height:35px;
	 	background-repeat: no-repeat;
	 	background-size: 35px;
	 	background-position: center left;
		padding: 7px 0 0 33px;
	}
.st_facebook {
		background-image: url("/wp-content/themes/storioni-theme/assets/images/facebook.png");
	}
.st_facebook:hover {
		opacity: 0.5;
	}
.st_youtube {
		background-image: url("/wp-content/themes/storioni-theme/assets/images/youtube.png");
	}
.st_youtube:hover {
		opacity: 0.5;
	}
.st_instagram {
		background-image: url("/wp-content/themes/storioni-theme/assets/images/instagram.png");
	}
.st_instagram:hover {
		opacity: 0.5;
	}
.st_twitter {
		background-image: url("/wp-content/themes/storioni-theme/assets/images/twitter.png");
	}
.st_twitter:hover {
		opacity: 0.5;
	}
.st_spotify {
		background-image: url("/wp-content/themes/storioni-theme/assets/images/spotify.png");
	}
.st_spotify:hover {
		opacity: 0.5;
	}

.footer--main {
				padding-top: 25px;
				padding-bottom: 35px;
				background-color:rgba(0, 0, 0, 0.8);
		}


.button-bas {
    position: relative;
    float: left;
    display: block;
    text-align: center;
    border: 0px solid rgba(1,0,0, 1.0);
    background-color: rgba(255,185,39, 0.3);
    color: rgba(255,255,255, 1.0);
    font-family: "latoregular";
    
    text-transform: uppercase;
    padding: 14px 20px;
    margin-top: 22px;
    margin-bottom: 42px;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -ms-transition: all 0.8s;
    -o-transition: all 0.8s;
    transition: all 0.8s;
    z-index: 1;
}

.button-bas:hover {
   background-color: rgba(255,185,39, 1.0);
    color: rgba(0,0,0, 1.0);
}

.butt-moremedia {
		width:30%;
		margin-left: 35%;
	}




		 /* ==================================================
			7. Responsive Media Queries
		 ================================================== */
		 
		 
		 @media (min-width: 1200px) {body.boxed .is-sticky .full-width-menu{width:1080px;}
		 
		 									
		 					}
		 											
		 @media (min-width: 992px) and (max-width: 1199px) {
									
									
		 }

		 @media (min-width: 992px){
		 
		
															
		 }

		 @media only screen 
		 and (min-device-width : 768px) 
		 and (max-device-width : 1024px) 
		 and (orientation : landscape) { /* STYLES GO HERE */

							 
		 }

@media (max-width: 1080px) {
						html,
						body {
								background-size:100%;
		   						background-position: center top;
  							}
  							.main {
								       margin: 30vh 0px 0px 0px;			
										}
    							.teaser-text {
    								margin: -35px auto 0 auto;
									}
		
		
		
								}
		 @media (max-width: 992px) {
						html,
						body {
								background-size:220%;
		   						background-position: -600px top;
  							}
						
						
						
						.main {
								       margin: 50vh 0px 0px 0px;			
										}
						.col-1-2 {
    						width: 100%;
						}
  
  .col-1-2-text {
  		width: 100%; }
						
						.colltext-left {
							 	margin-top: 0px;
						 }
				
		}
		
		
		@media (max-width: 767px) {
						
						html,
						body {
								background-size:300%;
		   						background-position: -550px top;
  							}
  						.main {
								   margin: 10vh 0px 0px 0px;
								   width: 100%;
							   }
							   
						.colltext-left {
								padding: 30px 20px;
							 	margin-top: 0px;
						 }
						 	.colltext-centered  {
									background: rgba(0, 0, 0, 0.0);
	}
						.col-1-2 {
    						width: 100%;
    						padding: 0rem;
						}
						.social-navigation li {
    						width: 45%;
						}
						.template-columns h3 {
							font-size: 38px;
							line-height: 40px;
							margin-top: 0px;
						}
						.soc-head {
								display:none;
						}
		 }
		 
		 @media only screen and (min-width: 320px) and (max-width: 480px) {



		 }





