@charset "UTF-8";
/*  Theme Name: michaeldivine2025 */

html, body {
	background: #F9F7F7;
	font-family: 'Outfit', ProximaNova-Light;
	font-weight: 300;
	color: #222;
	font-size: 20px;
}

a:hover, input:hover, button:hover, *:hover, a img:hover {
	transition:all .3s linear;  
}
a:hover {
	color: #468C98
}
/************************************************ fonts and text sizes ************************/

@font-face {
	font-family: ProximaNova-Bold;
	src: url(assets/fonts/ProximaNova-Bold.otf);
	}
@font-face {
	font-family: ProximaNova;
	src: url(assets/fonts/ProximaNova-Regular.otf);
	}
@font-face {
	font-family: ProximaNova-Light;
	src: url(assets/fonts/ProximaNova-Light.otf);
	}
h1, h2, h3, h4 {	
	font-family: 'Cormorant Garamond', palatino, Georgia, "Times New Roman", Times, serif;
	font-weight: 200;
}
h2.pagetitle {
	text-align: center;
	font-size: 64px
}

/************************************************ containers ************************/
body {
	display: flex;
	flex-direction: column;
	padding: 0;
	margin:0;
}
.flex-col {
	display: flex;
	flex-direction: column;
	justify-content: center;
	box-sizing: border-box
}
.flex-row {
	display: flex;
	flex-direction: row;
	box-sizing: border-box
}
content {
	padding-bottom: 80px;
}
.page-template-splash content {
	min-height: 100vh
}
.page-template-splash {
	min-height: 100vh;
	padding-bottom: 0;
	background: url(https://www.michaeldivine.com/wp-content/uploads/2025/09/landing-1-scaled.jpg) no-repeat top;
	background-position: bottom;
	background-size: cover;
	display: flex;
	flex-direction: column;
	background-attachment: fixed;
}
.entry {
	width: 100%;
	max-width: 700px;
	padding:0px 40px;
	margin: auto;
	font-size: 18px;
	line-height: 32px;
	box-sizing: border-box
}
img.feat {
	max-width: 100%;
	height: auto;
	margin-bottom: 40px;
}
/************************************************ header ************************/
.m {
	display: none;
}
header {
	width: 100%;
	padding: 60px 20px 0;
	align-items: center;
	justify-content: center;
	border-bottom: #333 solid .5px;
	background: #fff;
	position: sticky;
	top: 0;
	z-index: 999;
	display: flex;
	flex-direction: column;
	gap: 20px;
}
.sitetitle {
	padding: 0;
	margin: 0
}
.sitetitle a {
	font-size: 24px;
	line-height: 58px;
	letter-spacing: 3px;
	margin: 0;
	padding:0px 20px;
	border: .5px solid #333;
	text-transform: uppercase;
	font-weight: 200;
	color: #000;
	text-decoration: none;
	display: block;
}
.sitetitle a:hover {
	background: #468C98;
	color: #fff;
	border: 1px solid #468C98
}
.menu ul {
	display: flex;
	flex-direction: row;
	list-style: none;
	padding:0;
	margin: 0;
}
.menu ul li {
	padding:0;
	display: block; 
	position: relative;
	transition:all .2	s linear;  
}
.menu ul li a {
	color: #222;
	padding:20px 20px 60px;
	display: block; 
	letter-spacing: 2px;
	text-decoration: none;
	font-family: 'Cormorant Garamond', palatino, Georgia, "Times New Roman", Times, serif;
	font-weight: 200;
	border-bottom: 1px solid #fff;
}
.menu ul li a:hover {
	color: #468C98;
	border-bottom: 1px solid #468C98;
	position: relative;
	box-sizing: border-box;
}
.menu ul li ul {
	opacity: 0;
	height: 0px;
	overflow: hidden;
	display: block;
	position: absolute;
	width: 200px;
	background: #fff;
	border: .5px solid #333;
	transition:all .2	s linear;  
}
.menu ul li:hover ul {
	opacity: 1;
	height: auto;
}

.menu ul li ul li a {
	border: 0;
	padding: 20px;
}
.menu ul li ul li a:hover {
	background: #468C98;
	border: 0;
	color: #fff
}
.theme-toggle {
  position: fixed;
  top: 20px;
  right: 20px;
  padding: 8px 12px;
  border: none;
  background: #eee;
  border-radius: 6px;
  cursor: pointer;
  font-size: 18px;
  z-index: 9999;
}

/************************************************ forms ************************/
form {
	padding-top: 0px;
	padding-bottom: 30px;
	max-width:500px;
	margin:auto;
}
input, textarea, .fourofour input#search-form-1 {
	padding:12px;
	margin:2px 0px 6px;
	width:100%;
	border:none;
	background:#fff;
	box-sizing: border-box;
	border: .5px solid #333;
	font-family:'Outfit', sans-serif;
	font-size: 16px;
}
input[type="submit"] {
	max-width:120px;
	display:block;
	text-align:center;
	padding:20px 0px;
	border:0px;
	color:#fff;
	background: #468C98;
	margin:auto;
	cursor:pointer;
	margin-top:20px;
	font-family: 'Cormorant Garamond', palatino, Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	letter-spacing: 2px;
}
input[type="submit"]:hover {
	  background:#86bfc9;
}
input[type="text"]:focus {
	  outline: none; /* Remove default outline */
	border:1px solid #468C98;
	background: #f0f5f6;;
}
.wpcf7-response-output {
	text-align: center;
}
.wpcf7-not-valid-tip {
	font-size:.9em;
	line-height: 1em;
}
span[data-name="newsletter"] {
	display: none
}
p.captcha {
	display: none
}
/************************************************ footer ************************/
footer {
	width:100%;
	align-items: start;
	justify-content: space-between;
	border-top: #333 solid .5px;
	background: #fff;
	padding: 40px;
}
.footerlinks {
	gap: 20px
}
.footerlinks a {
	display: block;
	height: 24px;
	color: #222;
	text-decoration: none;
	font-family: 'Cormorant Garamond', palatino, Georgia, "Times New Roman", Times, serif;
	font-weight: 200;
	letter-spacing: 2px;
	line-height: 24px;
	padding-left: 30px;
}
.footerlinks a:hover {
	color: #468C98
}
#news {
	background: url(https://michaeldivine.com/wp-content/themes/michaeldivine2025/images/news.svg) no-repeat left;
}
#in {
	background:#ebe9e9;
	padding: 20px 20px 20px 20px;
	font-size: 16px;
	background-position-x: 20px;
	display: flex;
	justify-content: center;
	gap: 12px;
}
#in:hover {
	background:#468C98;
	color: #fff;
}
h1.foottitle {
	background: url(https://michaeldivine.com/wp-content/themes/michaeldivine2025/images/michael-divine.png) no-repeat center;
	background-size: contain;
	text-indent: -100000px;
	width: 410px;
	height: 91px;
	margin: 0
}
.copy p {
	font-family: 'Cormorant Garamond', palatino, Georgia, "Times New Roman", Times, serif;
	font-weight: 200;
	letter-spacing: 2px;
	text-align: center;
}

/************************************************ Album ************************/
#album {
	max-width: 1200px;
}
.album {
	list-style: none;
	padding: 0;
	margin: 0;
	gap: 40px;
}
.album li a {
	display: flex;
	flex-direction: column;
	justify-content: end;
	align-items: center;
	position: relative;
	width: 100%;
	height: 300px;
	color: #222;
	font-family: 'Cormorant Garamond', palatino, Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
	border: #333 solid .5px;
	overflow: hidden;
}


.albthumb {
	display: block;
	position: absolute;
	width: 100%;
	height: 300px;
}
.album li a h2 {
	background: rgba(255,255,255,.9);
	width: 100%;
	max-width: 300px;
	text-align: center;
	box-sizing:border-box;
	padding: 20px;
	margin: 0;
	font-size: 32px;
	letter-spacing: 2px;
}
.album li a:hover h2 {
	height: 0;
	margin: 0;
	padding:0px;
	overflow: hidden;
	transition:all .2s linear;  
}

.album li a  h2 span {
	font-size: 16px;
	line-height: 32px;
	}
}
.album li:hover h2 {
	margin-bottom: -80px;
}
.gallery {
	max-width: 1500px;
}
.gal-array {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  justify-content: center;
}
.gal-array a {
  flex: 0 1 calc(33.333% - 40px); /* 3 per row minus gap */
	aspect-ratio: 1 / 1;     
  display: block;
  display: block;
  text-decoration: none;
  color: #111;
  line-height: 24px;
}

.gal-array img.gal-thumb {
  display: block;
  width: 100%;       /* take up the full flex-basis width */
  height: 100%;     /* fixed height */
  object-fit: contain;
}
.gal-meta {
	display: none;
}

/****************************** Image *****************************/

#lightbox-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  display: none;
  z-index: 9999;
}

#lightbox-overlay iframe {
  width: 100%;
  height: 100%;
  top: 0%;
  left: 0%;
  border: none;
  position: absolute;
}

.lightbox-arrow {
  position: fixed;
  top:50%;
  user-select: none;
  cursor: pointer;
  z-index: 10000;
  padding:12px 4px;
  background: rgba(0, 0, 0, 0.8);
}

#lightbox-prev { 
  left: 0; 
}
#lightbox-next { 
  right: 0; 
}
#lightbox-close {
  position: fixed;
  top: 0px;
  right: 0px;
  font-size: 30px;
  cursor: pointer;
  z-index: 10000;
  padding: 10px;
  padding: 5px;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
}
#lightbox-close:hover, 
.lightbox-arrow:hover {
background:#468C98;
  color: #fff
}
#lightbox-overlay,
#lightbox-prev,
#lightbox-next,
#lightbox-close {
  display: none;
  z-index: 1000000;
}
.lightbox-frame { will-change: opacity; }

.lightbox-stage {
  position: absolute;
  inset: 0;
  background: #111;
  overflow: hidden;
}
.lightbox-frame {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  opacity: 0;
  transition: opacity .35s ease; 
  pointer-events: none;
}
.lightbox-frame.is-active {
  opacity: 1;
  pointer-events: auto;
  z-index: 2;
}
.lightbox-frame.is-inactive {
  opacity: 0;
  z-index: 1;
}
.galimage {
	height: 100vh;
	padding: 0;
	margin: 0
}
.image {
	width: 75%;
	height: 100vh;
	padding: 20px;
	box-sizing: border-box;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	object-fit: contain
}
.image img {
	margin: 20px;
	height: 100%;
	width: auto;
	object-fit: contain
}
.imgsidebar {
	width: 25%;
	background: #fff;
	border-left: .5px solid #333;
	padding: 40px;
	display: flex;
	flex-direction: column;
}
#imgsidebarcontent {
	flex-grow: 1;
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content:center;
}
h2.imagetitle {
	font-size: 20px;
	text-transform: uppercase;
	letter-spacing: 2px;
	line-height: 32px;
}
.info {
	line-height: 24px;
	font-size: 16px;
	font-weight: 200;
}
.imgfoot h1.foottitle {
	background: url(https://michaeldivine.com/wp-content/themes/michaeldivine2025/images/michael-divine.png) no-repeat center;
	background-size: contain;
	text-indent: -100000px;
	width: 90%;
	height: 80px;
	margin: auto
}
.copy p {
	font-family: 'Cormorant Garamond', palatino, Georgia, "Times New Roman", Times, serif;
	font-weight: 200;
	letter-spacing: 2px;
	text-align: center;
	font-size:12px
}

@media screen and (max-width: 1024px) {
.galimage {
	flex-direction: column !important
}
.album li a h2 {
max-width: 100%; 
padding: 12px;
font-size: 24px;
}
.gal-array a {
flex: 0 1 calc(50% - 40px)
}
.image {
	width:100%;
	max-height: 95vh;
	padding: 2px
}
.image img {
	width: 100%;
	margin: 0;
}
.imgsidebar {
	width: 100%;
	padding: 12px;
}

.imgfoot h1.foottitle {
	width: 50%;
	margin-top: 40px;
}
.imgfoot .copy {
	margin-bottom: 80px;
}
.lightbox-arrow, #lightbox-close  {
	top: auto;
	bottom: 0;
	width: 32%;
	box-sizing: border-box;
}
#lightbox-close {
	height: 56px;
	padding: 12px;
	left: 32%;
	width: 36%;
	text-align: center;
	background: rgba(0, 0, 0, 0.8);
	justify-content: center;
	align-items: center;
}

#lightbox-close:hover, 
.lightbox-arrow:hover {
	background: rgba(0, 0, 0, 0.8);
  color: #fff
}

#lightbox-next {
	text-align: right
}
}
@media screen and (max-width: 512px) {
	
.page-template-splash {
	background:none;
	background-size: cover;
	display: flex;
	flex-direction: column;
	}
.page-template-splash content {
	background: url(https://www.michaeldivine.com/wp-content/uploads/2025/09/monument-bg2.jpg) no-repeat left;
	background-size: cover;
	display: flex;
	flex-direction: column;
	
}	
.m {
	display: block;
}
footer {
	flex-direction: column !important;
	align-items: center;
}
.menu {
	display: none
}
header {
	padding:20px;
	flex-direction: row !important;
	justify-content: space-between !important	;
}
.sitetitle a {
	font-size: 20px;
	line-height: 48px;
	letter-spacing: 2px;
	margin: 0;
	padding:0px 20px;
	border: .5px solid #000;
	text-transform: uppercase;
	font-weight: 200;
	color: #000;
	text-decoration: none;
	display: block;
}
.sitetitle a:hover {
	background: #468C98;
	color: #fff;
	border: 1px solid #468C98
}
.slideout, .menuicon {
  display:block
}
.slideout {
  position: fixed;
  top: 0;
  bottom: 0;
  right: -100%;
  width: 100%;
  max-width: 400px;
  height: 100vh;
  transition: right 0.4s ease;
  padding: 60px 20px 24px;
  display: flex;
  flex-direction: column;
  align-items:start;
  justify-content: space-between;
  z-index: 100000;
  background: #fff;
  overflow-y: auto;
  box-sizing: border-box
}
#menu-toggle:checked + label + .slideout {
  right: 0;
}
.menuicon {
  position: relative;
  display: block;
  z-index: 100000;
  cursor: pointer;
  width: 40px;
  height: 40px;
}
.close {
  position: absolute;
  top: 10px;
  right:10px;
  z-index: 1100;
  cursor: pointer;
  width: 42px;
  height: 42px;
}
.close svg {
  color: #000;
}
.menuicon svg {
  color: #fff;
  width: 40px;
  height: 40px;
}
.menuicon svg {
  color: #000
}
.slideout ul, .slideout li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.slideout li {
	padding-bottom: 20px;
}
.slideout li ul {
	border-left: 1px solid #333;
	margin-left: 20px;
}
.slideout li ul li {
	padding: 0 0 0 20px;
}
.slideout .mobilemenu ul {
  display: flex;
  flex-direction: column;
  text-align: left;
  line-height: 40px
}
.slideout .mobilemenu a {
  display: block;
  padding: 12px 16px;
  font-size: 32px;
  font-weight: 200;
  font-family: 'Cormorant Garamond', palatino, Georgia, "Times New Roman", Times, serif;
  text-decoration: none;
  color: #222
}
.slideout .mobilemenu ul ul a {
font-size: 24px;
padding: 10px
}
.footer {
	flex-direction: column !important;
	padding-bottom: 64px;
	align-items: center;
	gap: 20px;
}
h1.foottitle {
	width: 100%;
	margin: auto;
	height: 81px;
	margin-top: 20px;
}
content {
	padding-bottom: 40px;
}
.entry {
	padding:0px 20px;
}
h2.pagetitle {
font-size: 32px;
}
.gal-array {
	gap: 20px;
}
.gal-array a {
  flex:0 1 calc(100% - 0px);
  display: block;
}
.gal-array img.gal-thumb {
height: auto;
}
.image {
	max-height:100%;
}

.gal-meta {
	display: block;
	font-size: 14px;
	line-height: 24px;
}
.gal-meta strong {
	font-weight: bold;
	font-size: 18px;
}
