/*
Theme Name:     Penelope
Theme URI:      https://demos.restored316.com/penelope/
Template:       kadence
Author:         Restored 316 // Lauren Dierschke
Author URI:     http://www.restored316designs.com/
Description:    A mobile responsive WordPress theme built for the Kadence Framework by Lauren Dierschke of Restored 316.
Version:        1.0.0
License:        GNU General Public License v3.0 (or later)
License URI:    https://www.gnu.org/licenses/gpl-3.0.html
*/

/* Theme customization starts here
-------------------------------------------------------------- */

.wp-block-post-date,
.wp-block-post-terms {
	text-transform: uppercase;
}

.wp-block-read-more {
	text-align: center;
}

#masthead .kadence-sticky-header.item-is-fixed:not(.item-at-start) > .site-header-row-container-inner {
	box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.1);
}

ul.wp-block-social-links {
	margin-bottom: 0;
}

/* Query Page Numbers
---------------------------------- */

.wp-block-query-pagination-numbers .page-numbers {
	display: inline-block;
  margin-right: 0.5em;
  border: 2px solid transparent;
  min-width: 2.5em;
  line-height: 2.25em;
  text-align: center;
  text-decoration: none;
  border-radius: .25rem;
  color: inherit;
	background: none;
}

.wp-block-query-pagination-numbers .page-numbers:hover {
	border-color: var(--global-palette-btn-bg);
	background: none;
}

.wp-block-query-pagination-numbers .page-numbers.current {
		border-color: var(--global-palette-btn-bg);
    background: var(--global-palette-btn-bg);
    color: var(--global-palette-btn);
}

.wp-block-query-pagination-numbers .page-numbers.current:hover {
	border-color: var(--global-palette-btn-bg);
}

.pagination .nav-links {
	text-align: center;
}

/* Penelope Custom
---------------------------------- */

h1.archive-title {
	text-transform: uppercase;
}

.readmore {
	font-family: 'Luxurious Script', cursive;
	font-size: 30px;
	text-transform: lowercase;
}

.archive.content-style-unboxed .entry, .blog.content-style-unboxed .entry, .post-type-archive.content-style-unboxed .entry, .search-results.content-style-unboxed .entry {
	text-align: center;
}

.wp-block-post-title {
	text-shadow: #F9F9F5 2px 0 20px;
}

.entry-related .loop-entry .entry-content-wrap {
    padding: 1rem;
}

/* Search Drawer
---------------------------------- */


#search-drawer .drawer-inner {
	width: 30% !important;
	height: 150px !important;
	margin: 83px auto;
	box-shadow: none;
}

#search-drawer .drawer-inner .drawer-content form input.search-field {
	background: #fff;
}

.popup-drawer.active .drawer-overlay {
	 opacity: 0 !important;
}

@media only screen and (max-width: 767px) {
	
	#search-drawer .drawer-inner {
		width: 100% !important;
		height: 150px !important;
		margin: 39px auto;
		box-shadow: none;
	}

}
