/* 
Theme Name:		 Sweet Briar Elston Inn
Theme URI:		 https://sbc.edu/
Description:	 Sweet Briar Elston Inn Theme is a child theme of Sweet Briar College Theme, created by ChildTheme-Generator.com
Author:			 William Alexander
Author URI:		 https://williamalexander.co/
Template:		 sweet-briar-theme
Version:		 1.0.0
Text Domain:	 sweet-briar-alumnae-theme
*/

.alignfull {
  margin: 0px calc(50% - 50vw);
  max-width: 100vw;
  width: 100vw;
}

.hentry {
  margin: 0 0 0;
}

.page-content, .entry-content, .entry-summary {
  margin: 0 0 0;
}

header#alumnae-masthead {
  position: relative;
}

.gradient-bar {
  background: #002a48;
  background: -moz-linear-gradient(top, #002a48 0%, #111820 100%);
  background: -webkit-linear-gradient(top, #002a48 0%, #111820 100%);
  background: linear-gradient(to bottom, #002a48 0%, #111820 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#002a48', endColorstr='#111820', GradientType=0);
  height: 20px;
}

a.elston-inn-logo {
  display: block;
  padding: 20px;
  max-width: 420px;
  /* width: 23vw; */
}

.page-template-elston-page #primary {
  width: 70%;
  border-right: 1px solid black;
  padding: 0;
}

.logged-in .gradient-bar {
  /* top: 32px; */
}

.alumnae-navigation ul {
  display: flex;
  list-style: none;
  font-family: arvo;
  /* position: absolute;
  top: 40px;
  left: 0;
  right: 0;
  bottom: 0; */
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  max-width: calc(100vw - 480px);
  /* margin-left: auto; */
}

.header-ctas {
    display: flex;
    padding-right: 20px;
}

.alumnae-navigation ul li.middler {
  width: 250px;
}

.top-holder {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.top-holder a.pink-button {
  margin: 0 20px 0 0;
}

.top-holder a.pink-button:last-of-type {
	margin: 0 0px 0 0;
  }
  
.alumnae-navigation ul li a {
  color: black;
  padding: 20px;
  transition: all 0.25s;
  white-space: nowrap;
}

.alumnae-navigation ul li a:hover {
  color: #ce0c55;
}

.alumnae-intro {
  text-align: center;
  padding: 10vh 20px;
  max-width: 800px;
  margin: 0 auto;
  color: black;
}

.alumnae-intro h1 {
  font-size: 3rem;
}

.alumnae-intro p {
  font-family: arvo;
  font-size: 1.5rem;
  margin-bottom: 3rem;
}

.alumnae-section {
  position: relative;
  padding: 30vh 40px 30vh;
  text-align: center;
  color: white;
  position: relative;
  background: transparent;
}
.alumnae-section .contents {
  max-width: 800px;
  margin: 0 auto;
  color: white;
  position: relative;
}

.alumnae-section .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.25);
}
.alumnae-section .contents h2 {
  font-weight: normal;
  font-size: 4rem;
  margin-bottom: 3rem;
  text-shadow: 0px 0px 5px black;
}

.alumnae-section .contents p {
  font-family: arvo;
  font-size: 1.5rem;
  text-shadow: 0px 0px 5px black;
  margin-bottom: 3rem;
}

.alumnae-section .contents em {
  font-style: italic;
}

.font-size-3rem {
  font-size: 3rem;
}

.max-width-900 {
  max-width: 900px;
  margin: 0 auto;
}

.uppercase {
  text-transform: uppercase;
}

.pink-button a {
  color: white !important;
}

.padding-40 {
  padding: 40px;
}

.header-ctas a {
	font-size: 20px;
	padding: 10px 30px;
}

@media screen and (max-width: 1400px) {
	.alumnae-navigation ul li a {
		font-size: 1.5vw;
	}	
	.header-ctas a {
		font-size: 1.5vw;
		padding: 1vw 1.5vw;
	}
}

@media screen and (max-width: 1300px) {
  .alumnae-navigation {
    width: 100%;
    flex-basis: 100%;
  }

  .alumnae-navigation ul {
    /* display: block; */
    /* text-align: center; */
    /* position: static; */
    /* padding-left: 0px; */
    /* padding-top: 20px; */
    /* flex-wrap: wrap; */
  }
  .alumnae-navigation ul li.middler {
    display: none;
  }

  .alumnae-navigation ul li a {
    padding-top: 0;
    padding-bottom: 0;
  }


  .site-branding {
    padding-left: 0px;
  }
}

@media screen and (max-width: 1000px) {
	.top-holder {
		flex-wrap: wrap;
		justify-content: center;
	  }
	  .header-ctas {
		  margin-bottom: 20px;
	  }
	  .header-ctas a {
		font-size: 20px;
		padding: 10px 30px;
	}
	.alumnae-navigation ul {
		margin: -10px auto 20px;
	}
	.alumnae-navigation ul li a {
		font-size: 20px;
	}	
	.font-size-3rem {
		font-size: 5vw;
	}
	p.has-text-align-center {
		max-width: 90vw;
		margin: 10px auto;
		font-size: 4vw !important;
	}
	a.elston-inn-logo {
		max-width: 70vw;
	}
}



@media screen and (max-width: 700px) {
  .alumnae-section .contents h2 {
    font-weight: normal;
    font-size: 3rem;
    margin-bottom: 3rem;
    text-shadow: 0px 0px 5px black;
  }
}

@media screen and (max-width: 600px) {
	.top-holder {
	}
	.header-ctas {
	}
	.header-ctas a {
		font-size: 3.5vw;
	}
	.alumnae-navigation ul {
	}
	.alumnae-navigation ul li a {
		font-size: 3.5vw;
		padding: 10px;
	}
	.pink-button a {
		white-space: initial !important;
	}
	.footer-contact a {
		display: block;
		width: fit-content;
		margin: 0 auto 10px !important;
	}
}

.home-section-header {
  color: #111820;
  text-transform: lowercase;
  font-family: "Arvo", serif;
  font-size: 3em;
  display: block;
  padding: 30px;
  text-align: center;
}

.home-section-header span {
  color: #ed2b74;
  text-transform: uppercase;
  font-size: 1.25em;
  position: relative;
  top: 0.125em;
  font-weight: 600;
}

.block-room-blocks {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.block-room-blocks .one-block {
  width: 210px;
  height: 210px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 10px;
}

.block-room-blocks .one-block h3 {
  color: white;
  text-align: center;
  position: relative;
  font-size: 2rem;
  font-weight: bold;
  text-shadow: 0px 0px 5px black;
  padding: 15px;
}

.block-room-blocks .one-block img, .block-room-blocks .one-block a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.modal {
  position: fixed;
  background: rgb(0 0 0 / 57%);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  visibility: visible;
  opacity: 1;
  transition: all .25s;
}
.modal > div {
  background: white;
  padding: 20px;
  max-width: 800px;
  box-shadow: 0px 0px 5px black;
}


.modal.hide {
  display: flex;
  visibility: hidden;
  opacity: 0;
}

.modal::before {
  content: '\00D7';
  position: fixed;
  z-index: 9999;
  font-size: 2rem;
  padding: 20px;
  color: white;
  cursor: pointer;
  top: 0;
  right: 0;
  font-weight: bold;
}

footer#colophon {
  padding-top: 60px;
}

#colophon a.elston-inn-logo {
  margin: 0 auto 40px;
  background: white;
}

.footer-contact {
  margin: 0px auto 40px;
  color: white;
}

.block-slider {
  position: relative;
}

.content-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

footer.entry-footer {
  display: none;
}

.booking-details {
	visibility: hidden;
	opacity: 0;
	transition: all .25s;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, .56);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
}

.booking-details.show {
	visibility: visible;
	opacity: 1;
}

.booking-details__inner {
	max-width: 800px;
	padding: 20px;
	background: white;
	border-radius: 3px;
	position: relative;
}

.booking-details .closer {
	font-weight: bold;
	font-size: 20px;
	color: black;
	position: absolute;
	top: 0;
	right: 0;
	padding: 20px;
	line-height: 0;
}

header#alumnae-masthead {
    position: fixed;
    z-index: 11111111;
    background: white;
	top: 0;
	left: 0;
	right: 0;
	box-shadow: 0px 0px 5px rgba(0, 0, 0, .26);
	;
}
.logged-in header#alumnae-masthead {
	top: 32px;
}

div#page {
    padding-top: 90px;
}

.logged-in div#page {
    padding-top: 122px;
}

.disabled {
	cursor: default;
}

@media screen and (max-width: 800px) {
	body {
		overflow-x: hidden;
	}
	.alumnae-navigation ul, .header-ctas {
		display: block;
		text-align: center;
		max-width: 100%;
	}

	.header-ctas a, .top-holder a.pink-button {
		display: block;
		width: fit-content;
		margin: 10px auto;
	}

	header#alumnae-masthead {
		position: static;
	}
	div#page {
		padding-top: 0;
	}
	.logged-in div#page {
		padding-top: 0px;
	}
	.home-section-header span {
		font-size: 7vw;
		display:block;
	}
	#primary {
		margin-left: 0;
	}
	.wp-block-cover {
		min-height: 50vh !important;
	}
}
