:root {
  --size-300: 0.75rem;
  --size-400: 1rem;
  --size-500: 1.33rem;
  --size-600: 1.77rem;
  --size-700: 2.36rem;
  --size-800: 3.15rem;
  --size-900: 4.2rem;
}
/*scroll fix*/
body.page-template-page-info .site-content,
body.page-template-info-room-solo .site-content,
body.single .site-content{
overflow:initial;
display:block;
height:initial;
}

#solo{scroll-margin:25vh;}
html{scroll-behavior: smooth;}

body.single .single-post-interior > *,
body.single .single-post-interior .ac-text p{
color:#6d6d6d;
color:#9C9C9C;
  color: #D4D4D4;
}
.single-post-interior h4 a, .single-post-interior h4 a:visited{
	text-decoration:none;
}
body.post-template-info-room-single .afd-header{
	background-color:#ececec;
}
body.post-template-info-room-single .menu-open{
	z-index:900;
}
body.post-template-info-room-single .afd-header .menu-primary-menu-container,
body.post-template-info-room-single .afd-header .menu-secondary-menu-container,
body.post-template-info-room-single .menu-open{
	filter:invert(1)
}
body.post-template-info-room-single h1 {
  font-size: var(--size-700);
}

@media only screen and (min-width:768px){
  body.post-template-info-room-single h1 {
	  font-size:var(--size-900);
  }	
}

body.post-template-info-room-single p{
	word-break: break-word;
}
body.post-template-info-room-single .nav-links a{
	color:inherit;
}
body.post-template-info-room-single .site-main{
	padding-top:100px;
}
.afd-header li a{
	opacity:0.3;
}
.single-post-interior{
	width:100%;
	margin:auto;					
	line-height: 1.3;
    line-height: 1.5;
	--flow-space: var(--size-700);
}								
.single-post-interior :not(  
  .ac-label,
  figure, figure > *, 
  .threeup, 
  .threeup *, 
  .wp-block-media-text, 
  .wp-block-media-text > *, 
  .wp-block-file > *, 
  .wp-block-media-text__content > *, 
  .wp-block-quote > *, 
  p > strong, 
  * > a,
  article.table.facilities,
  article.table.plain-facilities,
  article table,
  article.pr-table.events-shows){
	margin-left:initial;
	margin-right:initial;
}										

/*cal-com*/
.pr-table.events-shows .ac-text .single-post-interior{
width: 89.32%;
width: 100%;
margin-left: auto;
margin-right: auto;
/* padding-right:5.34% */
}
										

.wp-block-quote{border:none;padding:initial;font-weight:bold;}

.single-post-interior .wp-block-image{
	margin-top:80px;
}
.single-post-interior h4,
.threeup heading{
	text-transform: uppercase;
	font-weight: normal;
	font-size:small;
}
.single-post-interior h4{
	padding-left:2em;
}

@media only screen and (min-width:768px){
	.single-post-interior{
		/* width:50%; */
		/* max-width:clamp(16rem, 90vw, 70rem); */
	}
	.single-post-interior h4{
	  padding-left:initial;
	}
}

.single-post-interior h4 a{
	position:relative;				
}
.single-post-interior h4 a:before{
	content:'';					
	display:inline;
	position:absolute;
	top:1em;
	left:-1em;
	height: 1em;
    width: 1.3em;
    background-image: url(//v2.alliedfeather.com/wp-content/themes/afd-com/img/arrow-right-min.png);
    background-size: cover;
    background-position: center;
    transform-origin: center top;
	transform:translateX(-100%) rotate(-135deg);
	filter:invert(1);
}

.tiles{
    min-height:200px;
    display:flex;
    flex-direction:row;
    flex-wrap: wrap;
    justify-content: space-between;
}			    			    

.tiles > div:nth-child(1n),
.threeup div.singles div:nth-child(1n){
    margin-left:initial;
}

.tiles > div:nth-child(4n),
.threeup div.singles div:nth-child(3n){
    margin-right:initial;
}
			    			    
.tiles > div,
.threeup div.singles div{
    background-color:#AAAAAA;
    padding:2.5% 1%;
    width:50%;
    margin:auto;
    display:flex;
    flex-direction:column;
    align-items: center;
    justify-content: center;
    
    text-align:center;
}

@media only screen and (min-width:768px){
    .tiles > div, 
    .threeup div.singles div{
      width:27%;
    }
}

.tiles > div:nth-child(1n),
.threeup div.singles div:nth-child(1n){
    margin-left:initial;
}

/* 			    .tiles > div:nth-child(3n), */
.threeup div.singles div:nth-child(3n){
    margin-right:initial;
}

.threeup{
    position:relative;
    margin-top: 120px;
    padding:initial;
	/*padding:0 10% 80px 10%;*/
}			    	

.threeup{
/* 		  padding:6% 80px; */
  padding:6% 10%;		  
}

@media only screen and (min-width:768px){
	.threeup{
    /*padding:6% 80px; */
      padding:6% 10%;
	}    
}
		    
.threeup.wrapped{
    height:1.49em;
    overflow:hidden;
    margin-bottom:40px;
    transition:padding 500ms ease;
    
/* 				    display:none; */
}

.threeup .state{
    display:inline-block;
    font-size:10px;				    
}
.threeup.wrapped .state{				    
    transform:translateY(-2px) rotate(180deg)
}

.threeup:before{
    display:none;
}
.threeup.wrapped:before{
    display: block;
    content:'';
    position:absolute;
    bottom:0;
    left:0;
    height:50px;
    width:100%;
/* 				    background:linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(236,236,236,1) 100%); */
}

.threeup > div:first-child{
    position:relative;
    width:fit-content;
}
.threeup select{
    position:relative;
/*
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
*/
    border:none;
    background:none;
    color:#AAAAAA;
    padding:1.5% 2.5% 1.5% 0;
    transform: translateX(-0.5em);
}	    
.threeup > div:first-child{
    display:block;
}

.threeup div.singles{
    width:100%;
    display:flex;
    flex-direction:row;
    flex-wrap: wrap;
	justify-content: flex-start;
    transition:opacity 500ms ease, max-height 0ms ease;
    transition-delay: 0ms, 500ms;
    
    margin-bottom:8.60625%;
}	    

@media only screen and (min-width:768px){
    .threeup div.singles{
	    margin-bottom:initial;
    }
}


.threeup div.singles.hide{
    opacity:0;
}

.threeup div.singles div{
/* 				    color:#000; */
    background-color: transparent;
    text-align:left;
    display:inline-block;				    
	margin-top:initial;
	padding: initial;
	cursor: pointer;
	padding-right:5%;					
/*
    box-sizing: border-box;
	width:27%;
	margin:auto;

	margin-left:initial;
	align-self:flex-start;
	padding: 2.5% 2.5% 2.5% 0;
	border:solid 1px #3D9970;
*/
}

@media only screen and (min-width:768px){				    
	.threeup div.singles div{
		margin-right:8.5%;
    }
}

.single-post-interior h3{
	/*font-size: 26px; */
    font-size:var(--size-500);
	line-height: 1.16em;
	line-height: 2.2em;
	color:#fff;
}

.threeup h3{
	font-size:var(--size-400);
}
@media only screen and (min-width:768px){				    
	.threeup h3{
		font-size: 26px;
		line-height: 1.49em;
	}
}

.singles a{
    color:inherit;
    text-decoration:none;
    display:block;
}
.singles p{
    font-size:smaller;
}

.singles p{
    display:none;
    visibility: hidden;
}

@media only screen and (min-width:768px){				    
    .singles p{
	    display:block;
	    visibility: visible;
    }
}


.singles a strong{
    text-transform: uppercase;
    font-size: 10px;
}

.singles a h3{
/* 		    max-width:14ch; */
    font-size:1em;
    line-height:1.2em;
    margin:initial;
    position:relative;
}

.singles a{
    color:inherit;
    text-decoration:none;
    display:block;
}
.singles p{
    font-size:smaller;
}
#single-topic,
.inline-content{
  scroll-margin:6rem;  
}			    
@media only screen and (min-width:768px){
    #single-topic{
	  scroll-margin:12rem;  
	}
    .singles a strong{
	    font-size:14px;
    }
    .singles a h3{
	    font-size:26px;
		line-height:1.49em;
    }				    
}

.site-foot .badge{
    position:relative;		    
    height:50px;
    width:50px;
    width:70px;
    /* margin-left:5%; */
    margin-bottom:30px;
/* 		    background-color:#111; */
    /* background-image: url(//v2.alliedfeather.com/wp-content/themes/afd-com/img/AFD-2020-wordmark.min.svg);	 */
    background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
}
.site-foot nav h3{
    margin-top:initial;
}
.site-foot > ul,
.site-foot nav{
    font-size:0.75em;
    padding:initial;
	/* margin-left:5%; */
	/* margin-right:5%; */
	margin-top:initial;	
	/*padding:0 10%; */
    display:flex;
    flex-direction: row;
    flex-wrap: wrap;
}	    

.site-foot h3{
    font-weight: bold;
}
/*
.site-foot section{
	width:50%;
}
.site-foot section,
.site-foot ul > li{
    margin:auto;
    margin-top:initial;
    margin-left:initial;
    display:inline-block;
}
*/
.site-foot section{
    margin-bottom:5%;
}

.site-foot ul > li:first-child{
    margin-left:initial;
}
.site-foot ul > li:last-child{
    margin-right:initial;
}
.site-foot li ul,
.site-foot section ul{
    padding:initial;
}
.site-foot li ul li,
.site-foot section ul li{
    display:block;
/* 		    margin-bottom:1em; */
}
.site-foot .subnav{
    padding-bottom:1.49em;
}

@media only screen and (min-width:768px){
    .site-foot .badge{
      position:absolute;
/* 				      left:10%;		       */
      top:50px;
      margin-bottom:initial;
    }

	.site-foot > ul,
    .site-foot nav{    		    		    
	  margin-left:16%;
	  margin-right:16%;
    }
    .site-foot section{
	  margin-right:auto;
	  margin-bottom:auto;
      min-width:15%;
	}
	.site-foot li ul li,
	.site-foot section ul li{		   
      margin-bottom:1em;
	}
}

/* oof */
section.browse ul li > a{
  color:#6d6d6d;
  color:rgba(248,248, 249, 0.3);
}
section.browse ul li.active,section.browse ul li.active a, section.browse ul li:hover, 
section.contents ul li,
section.browse ul li > a:hover{
	color: #fff;
  color:rgba(255,255, 255, 1);
}

section.browse figure{
position:absolute;
/* min-height:260px; */
min-width:225px;
width:18%;
z-index:0;
/*   margin-left:50%;
transform:translateX(-50%) translateY(-50%); */
/* opacity:0.3; */
margin:initial;
}

section.browse figure{
  position:absolute;
height:100%;
width:100%;
margin:auto;
/*       		  min-height:260px; */
/*       		  min-width:225px; */
  z-index:0;
/*   margin-left:50%;
  transform:translateX(-50%) translateY(-50%); */
/*       		  opacity:0.3; */
/*       		  margin:initial; */			
}

section.browse figure img{
  position:absolute;
  top:0;
  bottom:0;
  left:0;
  right:0;
  margin:auto;
  display:block;
  object-fit: contain;
/*       		  max-width:25%; */

  opacity: 0;
  visibility: hidden;
  transition: opacity .5s, visibility 0s .5s;
}      	

section.contents figure,
section.contents figure img{
  position:relative;
  min-height:auto;
  min-width:auto;
  /* width:100%; */
  margin:initial;
  opacity: 1;
  visibility: visible;
  
  margin-top:135px;
}

section.contents .ac-sticky figure,
section.contents .ac-sticky figure img{
  margin-top:initial;	
}

section.contents .ac-sticky figure{overflow:hidden;}

section.contents .ac-sticky figure figcaption{
  display:none;
  visibility: hidden;	
}
      	

section.contents .single-post-interior figure,
section.contents .single-post-interior figure img{
height:auto;
/* margin-top:1.2em; */
}


/*info-room-solo signage*/
body.single .contents{position:relative;}

.signage{   
  z-index:100;
  background-color:#0f0f0f;
  color:#ffffff;    
  text-transform: uppercase;
  text-align: center;
  font-family: aM, serif;
  line-height: 1.8em;  
  opacity:0;
  padding: 20px;
  width: 100%;
  transition: opacity 750ms ease;
}

@media screen and (min-width: 960px){
  .signage{
	z-index:0;  
	display:inline-block;  
	text-align: initial;
	width: initial;
	height:initial;
/* 	padding-bottom:250px; */
	writing-mode: vertical-lr;    
/*     transform-origin: bottom left; */
    transform: rotate(-180deg);	  
  }	
}

body.waypoint .signage{
  opacity: 1;	
  background-color:#0f0f0f;
}


section.browse figure img.active{
opacity: 0.5;
visibility: visible;
transition: opacity .75s ease;
}

section.browse {
position:relative;
width: 100%;
/* height: auto; */
height:calc(95vh + 45px);
height:calc(80vh + 45px);
box-sizing: border-box;
position: relative;
/* height: 260px; */
/* min-height: 95vh; */
/* display: flex; */
/* align-items: center; */
/* justify-content: center; */
}

@media screen and (min-width: 960px){
  section.browse {
    /* min-height: 75vh;  */  
  }
}

section.browse nav{
width:100%;
display:flex;
align-items:center;
justify-content:center;
}

/* section.browse ul,
section.contents ul{
position:relative;
z-index:10;
width:100%;
margin:auto;
padding:initial;
list-style-type:none;
display:flex;

display:block;
justify-content:space-around;
flex-direction:row;
flex-wrap:wrap;

columns: 2;
column-gap: 120px;
}	      		 */

section.contents ul{
  display:flex;	
  columns: initial;  
}

section.contents .contents__nav ul{
  padding:10px 0;
}


section.contents{
/* padding-top:85px; */
/* padding-bottom:170px; */
}

section.contents > .details{
/*
position:relative;
z-index:0;
padding:0 7.12%;
margin:auto;
*/
}

.contents .details > .ac > .ac-input:checked ~ .ac-text {
	padding: initial;
	padding-bottom: 100px;
}


.contents .details .details .ac-input:checked ~ .ac-text {
/* 	padding: initial; */
}

section.contents .single-post-interior{
	width:100%;
	margin:auto;
}

@media screen and (min-width: 960px){
	.contents .details > .ac > .ac-input:checked ~ .ac-text {
	  padding: 0 30px;
	  padding-bottom: 100px;
	}

	section.contents > .details{
/*
	  padding:0 14.24%;
	  margin:auto;
*/
	}
	section.contents .single-post-interior{
		/* width:45%; */
		/* margin:auto; */
		/* margin-right:initial; */
	}
}

section.contents .single-post-interior > p:last-of-type {
	  margin-bottom:55px;
	}

section.contents .single-post-interior ul{
display:block;
/* width:100%; */
}

.single-post-interior .details{
  margin-top:35px;
}

section.contents .single-post-interior ul li{
  margin:1.2em auto;
  margin:initial;
  margin-bottom:1.2em;
}

section.contents .single-post-interior ul li:last-child{
  margin-bottom:initial;
}

section.contents .single-post-interior .ac-label hr {
position: relative;
margin-left: 10px;
margin-right: 10px;
transform: translateY(2px);
display: inline-block;
width: 27px;
}

section.browse ul li{
/* margin:1% 4%;	 */
}
@media screen and (min-width: 960px){
	section.browse nav{
/* 	  width:85%; */
	}
}			
@media screen and (min-width: 1024px){
	section.browse ul li{
/* 	  margin:auto 1.5%; */
	}
	section.browse nav{
/*       width:70%; */
  	}
}

section.browse ul li.active,
section.browse ul li:hover,
section.contents ul li{
color:#f8f8f9;
}
section.contents .single-post-interior ul li{
color:inherit;
}
section.browse ul li.active,
section.browse ul li:hover{
cursor:pointer;
}

section.browse heading{
position:absolute;
bottom:0;
height:5vh;
}
section.browse heading h3{
text-transform: uppercase;
text-align:justify;
width:115px;  
margin:initial;
margin:auto;
font-size:14px;
font-weight:normal;
line-height:1em;
font-family:monospace;  
}

section.browse heading h3.solo{
text-align:center;
}
section.browse heading h3.wide{
width:300px;
}

section.browse heading h3:after{
content: "";
display: inline-block;
width: 100%;
height: 0;
}

.ac-text footer{
	width:95%;
	margin:auto;
	margin-top:100px;
}

.contents .ac-label,
.contents .inline-content .ac-label,
section.contents .ac-text footer ul,
.ac-sticky .sticky__inner{
	padding-left:initial;
	padding-right:initial;
}

.ac-sticky .sticky__inner{
	padding-right:5%;
}

@media screen and (min-width: 640px){
	.ac-text footer{
		width:55%;
		max-width:360px;
	}
	
	.contents .ac-label,
	.contents .inline-content .ac-label,
	.ac-sticky .sticky__inner{
	  padding-left:30px;
	  padding-right:30px;
	}
		
	section.contents .ac-text footer ul{
/* 		padding-left:30px; */
	}
}

.ac-text footer .ac::after {
display:none;
content: "";
position: absolute;
bottom: 0;
left: 0;
width: 100%;
border-top: solid 1px #a2a2a2;
}	  		
section.contents .ac-text footer.hide{
display:none;
visibility:hidden;		  	
}	  		
section.contents .ac-text footer ul{
display:block;
width:100%;
margin:initial;
/* 			  		padding-left: 30px; */
justify-content: flex-start;
}

.single-post-interior .ac-text a,
section.contents .ac-text footer ul a{
/* color:#6d6d6d; */
color:#fff;
text-decoration:none;
}
section.contents .ac-text footer ul a:hover{
color:#fff;
text-decoration:underline;
}

/* events-shows */
.cal-meeting .button, 
.cal-meeting button, 
.cal-meeting input[type="button"]{
  background:none;  
  font-family: inherit;
}

