/*
Theme Name: Green Space
Template: twentysixteen
*/

.news-updates {
    max-width: 1000px;
    margin: 0 auto;
}

.post-item {
    display: flex;
    margin-bottom: 20px;
}

.post-image {
    flex: 1;
    margin-right: 20px;
}

.post-image img {
    max-height: 450px;
    width: auto;
    margin-left: auto;
    margin-right: auto;
    display: block;
    /* height: auto;
       width: 100%; */
}

.post-content {
    flex: 2;
}

.post-content h3 {
    font-weight: bold;
}

.post-content p {
    margin: 0;
    font-size: 16px;
    margin-bottom: 10px; /* Adjust as needed */
}

.post-content a {
    font-weight: bold;
    color: #0073aa; /* Adjust for your theme’s color */
    text-decoration: none;
}
.post-content a:hover {
    text-decoration: underline;
}


/* Remove meta data 
.entry-meta .byline, .entry-meta .cat-links { display: none; }
 
.entry-meta .posted-on { display: none; }
*/

/*
.entry-content { width: 90%; }

.content-area { width: 90%; } 
*/

.no-sidebar .entry-content, .no-sidebar .entry-header {
	margin-left: 10%;
	margin-right: 10%;
}

/*
.container {
    width: 9000;
}
*/

/* TURN OFF FOOTER 
.entry-footer { display: none;
	width: 0;
  min-width: 0; }
*/

/* SET COLORS */
.site {
	background-color:#bfdf9f;
}

.site-content {
	background-color: white;	
}

/* SITE HEADER IMAGE AND SHAPE */
.site-header {
/*	background-color:whitesmoke; */
	background-image: url("https://marylowd.com/wp-content/uploads/2020/09/nasa-hI5dX2ObAs-unsplash-1.jpg");
	background-image: -webkit-image-set(url("https://marylowd.com/wp-content/uploads/2020/09/nasa-hI5dX2ObAs-unsplash-1.webp") type("image/webp"), url("https://marylowd.com/wp-content/uploads/2020/09/nasa-hI5dX2ObAs-unsplash-1.jpg") type("image/jpeg"));
	background-image: image-set(url("https://marylowd.com/wp-content/uploads/2020/09/nasa-hI5dX2ObAs-unsplash-1.webp") type("image/webp"), url("https://marylowd.com/wp-content/uploads/2020/09/nasa-hI5dX2ObAs-unsplash-1.jpg") type("image/jpeg"));
	padding-top: 2%;
	padding-bottom: 2%;
}

p.site-description {
  color: #000000;
	font-size: 14pt;
	font-weight: bold;
}

.site-branding .site-title a {
font-size: 32pt;
color: #bfdf9f;
text-shadow: 2px 2px #1a1a1a,
		-2px  2px #1a1a1a,
		-2px -2px #1a1a1a,
		 2px -2px #1a1a1a;
}


.main-navigation a {
	color: #CCCCCC;
	text-shadow: 2px 2px #000000;
	font-size: larger;
}

/* REMOVE WEIRD BAR AT THE TOP  */
@media screen and (min-width: 44.375em) {
	body:not(.custom-background-image):before,
	body:not(.custom-background-image):after {
		height: 0px;
	}
}

/* SUPPORT FOR FULL-WIDTH PAGES */
.page-template-full-width .content-area, .no-sidebar .content-area {
    width: 100%;
    margin: 0.75%;
    border: 0px;
    padding: 0px;
	background-color: transparent;
}
 
.page-template-full-width .site, .no-sidebar .site {
margin: 0px;
padding: 1.5%;
}

.page-template-full-width .site-content, .no-sidebar .site-content {
    margin: 0px;
    border: 0px;
    padding-left: 5%;
  	padding-right: 5%;
	  padding-bottom: 3%;
	  padding-top: 3%;
}


/* TWEAK SITEBUILDER */
.widget {
	border: none;
} 

.panel-grid {
	border: none;
  border-bottom-style: solid;
	border-width: 1px;
	padding-bottom: 1%;
	padding-top: 1%;
} 

.site-content {
	padding-top: 2%;
}

.site-content .content-bottom-widgets .widget-area {
  margin-bottom: 0%;
} 

.widget .aligncenter {
	margin-bottom: 0%;
}

/* Copied from .widget-title */
.bookrow h3 {
font-family: Montserrat, "Helvetica Neue", sans-serif;
font-size: 16px;
font-size: 1rem;
letter-spacing: 0.046875em;
line-height: 1.3125;
margin: 0 0 1.75em;
text-transform: uppercase;
}

.bookrow p {
	font-size: 0.8125rem;
	line-height: 1.6153846154
}

.bookrow {
	margin-top: 2%;
	margin-bottom: 2%;
	padding-top: 2%;
	padding-bottom: 2%;
	border-bottom: 1px solid darkgray;
}


.main-navigation li ul a {
    color: #004401 !important; /* Light color for text */
		text-shadow: none;
	  font-size: large;
}

.main-navigation li ul a:hover,
.main-navigation li ul a:focus {
    color: #000000 !important; /* Light gray color for text on hover/focus */
    background-color: rgb(191, 223, 159) !important; /* Slightly darker background on hover/focus */
}

.single .post-thumbnail img {
    max-width: 600px; /* Adjust as needed */
    height: auto;
    display: block;
    margin: 0 auto; /* Center the image */
}

.posts-page-container .archive-title {
    margin-top: 40px;
}


.archive-title {
    margin-bottom: 40px;
    border-bottom: 1px solid #ddd;
}


/* NEW FOR BOOKS */


/* Books Archive Styling */
.books-archive-container {
    margin: 0 auto;
    padding: 20px;
    margin-left: 8%;
}



.book-entry {
    display: flex;
    flex-direction: row;
    margin-bottom: 40px;
    border-bottom: 1px solid #ddd;
    align-items: flex-start;
    margin-right: 8%;
}

.book-cover {
    width: 20%;
    margin-right: 4%;
    margin-bottom: 4%;
}

.book-cover img {
    width: 100%;
    height: auto;
}

.book-details {
    width: 80%;
}

.book-title {
    text-align: left;
    font-weight: 900;
    margin-bottom: 1.3125em;
    font-family: Montserrat,"Helvetica Neue",sans-serif;
    font-size: 1rem;
    letter-spacing: .046875em;
    line-height: 1.3125;
    margin: 0 0 1.75em;
    text-transform: uppercase;
}


.book-purchase-links .buy-links-list {
    list-style: none;
    padding: 0;
}

.book-purchase-links .buy-links-list li {
    display: inline-block;
    margin-right: 10px;
}

.book-purchase-links a {
    background-color: #0073aa;
    color: #fff;
    padding: 8px 12px;
    text-decoration: none;
    border-radius: 4px;
}

.book-purchase-links a:hover {
    background-color: #005177;
}


.book-description {
    color: #1a1a1a;
    font-family: Merriweather, Georgia, serif;
    font-size: 0.8125rem;
    line-height: 1.6153846154;
    margin-bottom: 1.6153846154em;
    
}

.book-cover-slider-container {
    margin: 20px auto;
    max-width: 1200px;
    position: relative;
    overflow: hidden;
}

.swiper-container {
    /* padding: 10px 0;
    width: 100%; */
    margin: 20px auto;
    max-width: 1200px;
    position: relative;
    overflow: hidden;
}

.swiper-slide {
    text-align: center;
}

.swiper-slide img {
    width: auto;
    height: auto;
    border-radius: 4px;
    max-height: 200px;
}

.swiper-button-next,
.swiper-button-prev {
    color: #0073aa; /* Adjust color to match your theme */
}