
.post, .page {
    margin: 0 0em;
}


.cssAnimate {
  opacity: 0;
}

.fade-out {
    opacity: 0;
    transition: opacity 0.5s ease-out; /* Adjust timing and easing function as needed */
}

/*--------------------------------------------------------------
# Variables
--------------------------------------------------------------*/
:root {
--green: 166, 245, 66;
--dark: 5, 5, 5;
--grey: 162, 162, 162;
}





/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

.site-header{
	padding: 1rem;
}

.flex {
	display: flex;
	
}

.flex-center{
	justify-content: center;
	align-items: center;
}

.flex.end{
	justify-content: end;
}
.flex-col{
	flex-direction: column;
	display: flex;
}
.flex-col.end{
	justify-content: end;
	height: 100%;
}

.justify-center{
	justify-content: center;
}


button.new-button{
	background-color: transparent;
	border: 1px solid black;
	color: black !important;
    border-radius: 5px;
    padding: 1.4rem 2rem;
	margin-top: 2rem;
}


button.new-button:hover{
	border: 1px solid black;
	background-color: black;
	color: white !important;
	-webkit-transition-delay: .1s;	-o-transition-delay: .1s;	transition-delay: .1s;

}

button.new-button:hover a{
	color: white !important;
	-webkit-transition-delay: .1s;	-o-transition-delay: .1s;	transition-delay: .1s;

}


p a{
	color: rgba(var(--dark), 1);
	opacity: 1;
	-webkit-transition: .2s opacity ease-in-out; -o-transition: .2s opacity ease-in-out; transition: .2s opacity ease-in-out;
}

p a:hover{
	color: rgba(var(--dark), 1);
		opacity: .5;
	-webkit-transition: .2s opacity ease-in-out; -o-transition: .2s opacity ease-in-out; transition: .2s opacity ease-in-out;
	-webkit-transition-delay: .05s;	-o-transition-delay: .05s;	transition-delay: .05s;

}

p a:visited{
	color: rgba(var(--dark), 1);
}

a:visited {
    color: inherit;
}

html, body {
	scroll-behavior: smooth;
}

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

.fade-in {
  opacity: 0;
  transition: opacity 0.5s;
  transition-delay: 0s;
}

body
 {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

main{
	background: #F3EADB;
	min-height: 100vh;
	z-index: 0;
	position: relative;
}



button, input[type="button"], input[type="reset"], input[type="submit"]{
	background-color: #0000;
	color: white !important;
	border: 0px;
	border-radius: 0px;
	font-size: .8rem;
	font-family: 'Haas-Medium', sans-serif;
	line-height: 1.3em;
    padding: 1rem 1rem 1rem 1rem;
    cursor: pointer;
    	-webkit-transition: .2s all ease-in-out; -o-transition: .2s all ease-in-out; transition: .2s all ease-in-out;
	-webkit-transition-delay: .1s;	-o-transition-delay: .1s;	transition-delay: .1s;
}

button:hover, .input[type="button"]:hover, input[type="reset"]:hover,input[type="submit"]:hover{
	background-color: transparent;
	border: 0px;
	color:  grey !important;
	-webkit-transition: .2s all ease-in-out; -o-transition: .2s all ease-in-out; transition: .2s all ease-in-out;
	-webkit-transition-delay: .1s;	-o-transition-delay: .1s;	transition-delay: .1s;

}

button a, input[type="button"], input[type="reset"], input[type="submit"]{
	color:  rgba(var(--dark), 1);
	text-decoration: none;
}


button a:visited{
/*		color:  rgba(var(--dark), 1);*/
	color:  inherit;
	text-decoration: none;
}


.section{
    padding-top: 6em;
    padding-bottom: 6em;
	padding-left: 2rem;
	padding-right: 2rem;
}

.image-container img.loaded {
    opacity: 1;
    transition: opacity 0.3s;
}

.image-container.landscape{
	padding-top: 70%;
}

.image-container.portrait{
	padding-top: 130%;
}

.image-container.full{
	padding-top: 82%;
	position: absolute;
    top: 0;
	z-index: -1;
}


.image-container {
  position: relative;
  max-width: 100%; /* Make the container responsive */
  width: 100%;
  background-color: white; /* A background color for the placeholder */
  overflow: hidden; /* Hide the high-res image overflow */
  /* padding-top: 66.67%;  */
}

a .image-container img{
	
    -webkit-transition: .2s all ease-in-out;
    -o-transition: .2s all ease-in-out;
    transition: .2s all ease-in-out;;

}

a:hover .image-container img{
	
	-webkit-transition: .2s all ease-in-out;
	-o-transition: .2s all ease-in-out;
	transition: .2s all ease-in-out;
}

.contributor .image-container img{
    filter: grayscale(1);
}

.image-container img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-color: white;
  object-fit: cover; /* Scale the image to cover the container */
  transition: opacity 0.3s; /* Add a smooth transition effect */
}


.image-container img.loaded {
	opacity: 1;
	transition: opacity 0.3s;
}

.header-links li{
    border-bottom: 1px solid black;
}


.logo-wrapper{
	grid-area: 1 / 1 / 1 / 2;
	width: 131px;
}


.sticky{
	position: -webkit-sticky; /* Safari */
	position: sticky;
  top: 0;
}



/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}





/*--------------------------------------------------------------
# Grid
--------------------------------------------------------------*/


.grid-one {
	display: grid;
	grid-template-columns: repeat(12, 1fr);
/*	grid-template-rows: repeat(5, 1fr);*/
	grid-template-rows: [row1-start] 60px [row1-end] 60px [third-line] 60px [fourth-line] 60px [fifth-line] 60px [sixth-line] 60px [seventh-line]60px [eigth-line]60px [ninth-line]60px[last-line];
	grid-column-gap: 20px;
	grid-row-gap: 10px;
}

.title { grid-area: 1 / 1 / 2 / 7; }
.header { grid-area: 2 / 1 / 3 / 7; display: flex; flex-direction: column;}
.image { grid-area: 1 / 8 / 10 / 13; }
.copy { grid-area: 5 / 1 / 8 / 7; }


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

.max-500{
	max-width: 500px;
}

.max-400{
	max-width: 400px;
}

.max-200{
	max-width: 200px;
}


.mobile-only {
	display: none;
  }

  .ml1{
  	margin-left: 1em !important;
  }
  
   .ml2{
  	margin-left: 2em !important;
  }
  
  .pt0 {
	padding-top: 0 !important;
  }
  
  .pt1 {
	padding-top: 1em !important;
  }
  
  .pt2 {
	padding-top: 2em !important;
  }
  
  .pt3 {
	padding-top: 3em !important;
  }
  
  .pt4 {
	padding-top: 4em !important;
  }
  
  .pt5 {
	padding-top: 5em !important;
  }
  
  .pt6 {
	padding-top: 6em !important;
  }
  
  .pt7 {
	padding-top: 7em !important;
  }
  
  .pt8 {
	padding-top: 8em !important;
  }
  
  .pt9 {
	padding-top: 9em !important;
  }
  
  .pt10 {
	padding-top: 10em !important;
  }

  .pt20{
	padding-top: 20em !important;
  }
  
  .pb0 {
	padding-bottom: 0 !important;
  }
  
  .pb1 {
	padding-bottom: 1em !important;
  }
  
  .pb2 {
	padding-bottom: 2em !important;
  }
  
  .pb3 {
	padding-bottom: 3em !important;
  }
  
  .pb4 {
	padding-bottom: 4em !important;
  }
  
  .pb5 {
	padding-bottom: 5em !important;
  }
  
  .pb6 {
	padding-bottom: 6em !important;
  }

  .pb10 {
	padding-bottom: 10em !important;
  }
  
  
  
  .mt0 {
	margin-top: 0em !important;
  }
  
  .mt1 {
	margin-top: 1em !important;
  }
  
  .mt2 {
	margin-top: 2em !important;
  }
  
  .mt3 {
	margin-top: 3em !important;
  }
  
  .mt4 {
	margin-top: 4em !important;
  }
  
  .mt5 {
	margin-top: 5em !important;
  }
  
  .mt6 {
	margin-top: 6em !important;
  }


  .mt10 {
	margin-top: 10em !important;
  }
  
  .mb0 {
	margin-bottom: 0 !important;
  }
  
  .mb1 {
	margin-bottom: 1em !important;
  }
  
  .mb2 {
	margin-bottom: 2em !important;
  }
  
  .mb3 {
	margin-bottom: 3em !important;
  }
  
  .mb4 {
	margin-bottom: 4em !important;
  }
  
  .mb5 {
	margin-bottom: 5em !important;
  }
  
  .mb6 {
	margin-bottom: 6em !important;
  }
  
  .mb10 {
	margin-bottom: 10em !important;
  }
  
  .ml1 {
	margin-left: 1em !important;
  }
  
  .mr1 {
	margin-right: 1em !important;
  }
  
  .fs1-25 {
	font-size: 1.25em;
  }
  
  .fs1-5 {
	font-size: 1.5em;
  }
  
  .fs1-75 {
	font-size: 1.75em;
  }
  
  .fs2 {
	font-size: 2em;
  }
  
  .text-center {
	text-align: center;
  }

  .text-center.max-400{
	display: block;
	margin: 0% auto;
} 

   .text-center.max-600{
   	display: block;
   	margin: 0% auto;
   } 
  
   .ss-logo{
	margin-top: 5px;
   }

   .ss-logo-wrapper{
    display: flex;
    align-items: center;
	width: 18px;
    margin-left: 13px;
	margin-top: -8px;
   }

  .text-left {
	text-align: left;
  }
  
  .text-right {
	text-align: right;
  }
  
  .no-margin-bottom {
	margin-bottom: 0 !important;
  }
  
  .content {
/*    max-width: 1500px;*/
    padding: 0 2em;
    position: relative;
    margin: 0% auto;
    display: block;
        width: 100%;
  }
  
  .uppercase {
	text-transform: uppercase;
  }
  
  ::selection {
	/* background: #D2FD78; */
	/* WebKit/Blink Browsers */
  }
  
  ::-moz-selection {
	/* background: #D2FD78; */
	/* Gecko Browsers */
  }

  .grid{
	display: grid;
	grid-template-columns: repeat(12, 1fr);
	grid-template-rows: auto;
	grid-column-gap: 20px;
	grid-row-gap: 10px;
  }


  .md-span-2{
	grid-column: span 2;
  }

  .md-span-12{
	grid-column: span 12;
  }
  
  .md-span-4{
	grid-column: span 4;
  }
  
  .md-span-6{
	grid-column: span 6;
  }

  .lg-span-6{
	grid-column: span 6;
  }
  
  
 @media screen and (max-width: 1024px) {
	.content{
		padding: 0em;
	}
  
	  
  }
  @media screen and (max-width: 760px) {
  	/* button, input[type="button"], input[type="reset"], input[type="submit"]{
  		width: 100%;
  	} */
	
  }
  /* end grid */
  /*
  .box { @include transform(rotate(30deg)); 
	  }*/
  body {
	background: #f3eadb;
	min-height: 100vh;
	/*  cursor: url("/wp-content/themes/antimony/build/assets/cursor.svg"), auto;*/
  }
  
  .mobile {
	display: none !important;
  }




/* Tablet
--------------------------------------------- */


@media screen and (max-width: 1024px) {
	.header-links{
		display: none;
	}
	#cursor{
		display: none;
	}
	.sm-pt0{
		padding-top: 0em !important;
	}
	.sm-pt1{
		padding-top: 1em !important;
	}
	.sm-pb1{
		padding-bottom: 1em !important;
	}
	.sm-pt2{
		padding-top: 2em !important;
	}
	.sm-pt3{
		padding-top: 3em !important;
	}
	.sm-pt5{
		padding-top: 5em !important;
	}
	.sm-pb2{
		padding-bottom: 2em !important;
	}
	.sm-pb5{
		padding-bottom: 5em !important;
	}
	.sm-mt4{
		margin-top: 4em !important;
	}
	.sm-ml0{
		margin-left: 0em !important;
	}
	.sm-mt1{
		margin-top: 1em !important;
	}
	.sm-mt2{
		margin-top: 2em !important;
	}
	.sm-mb2{
		margin-bottom: 2em !important;
	}
	.sm-mb0{
		margin-bottom: 0em !important;
	}
	.sm-ml0{
		margin-left: 0em !important;
	}
	.menu-item .nav-hover{
		margin: 0 0em;
	}
	.gallery-slider {
	    grid-area: 1 / 2 / 12 / 12;
	    overflow: hidden;
	}
	.slider-grid{
		grid-template-rows: auto;
	}

}



/* Mobile
--------------------------------------------- */

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


	.xs-pt0{
		padding-top: 0em !important;
	}
	.xs-pt1{
		padding-top: 1em !important;
	}
	.xs-pb1{
		padding-bottom: 1em !important;
	}
	.xs-pt2{
		padding-top: 2em !important;
	}
	.xs-pt5{
		padding-top: 5em !important;
	}
	.xs-pb2{
		padding-bottom: 2em !important;
	}
	.xs-pb5{
		padding-bottom: 5em !important;
	}
	.xs-mt4{
		margin-top: 4em !important;
	}

}


@media (min-width: 2000px) and (max-width: 5000px) {


}
  