/* Widget Calendar --------------------------------------- */


#wp-calendar {
	font-size: 14px;
	max-width: 100%;
	text-align: center;
	width: 100%;
}

#wp-calendar thead { 
	border-top: 1px solid #e1e1e5; 
}

#wp-calendar tbody > tr,
#wp-calendar tbody > tr:nth-child(odd) {
	background: transparent;
}

#wp-calendar,
#wp-calendar caption,
#wp-calendar tr,
#wp-calendar td,
#wp-calendar th {
	text-align: center;
}

#wp-calendar caption {
	font-weight: 500;
	padding-bottom: 4%;
	text-transform: capitalize;
}

#wp-calendar th,
#wp-calendar td {
	border-bottom: 1px solid #e1e1e5;
	border-right: 1px solid #e1e1e5;
	padding: 3% 2%;
	position: relative;
}

#wp-calendar thead th {
	font-size: 0.75em;
}

#wp-calendar th:first-child,
#wp-calendar tbody td:first-child { border-left: 1px solid #e1e1e5; }

#wp-calendar tbody td a {
	font-weight: 700;
}

#wp-calendar tbody a:hover { 
	opacity: 0.5;
	text-decoration: none; 
}

#wp-calendar tfoot td { 
	border: none !important;
	padding: 0; 
}
#wp-calendar tfoot #prev a { text-align: left; }
#wp-calendar tfoot #next a { text-align: right; }

#wp-calendar tfoot a {
	display: block;
	margin-top: 12px;
}


/* Widget Search ------------------------------------------- */


.widget_search form,
.widget_product_search form,
.sidebar .wp-block-search__inside-wrapper {
	align-items: stretch;
	display: flex;
	gap: 10px;
	position: relative;
}

.sidebar .wp-block-search__label {
	clip: rect( 1px, 1px, 1px, 1px );
	clip-path: inset( 50% );
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	white-space: nowrap;
	width: 1px;
}

.widget_search form label,
.widget_search form .search-field,
.widget_product_search form label,
.widget_product_search form .search-field,
.sidebar .wp-block-search__input {
	margin: 0;
	width: 100%;
}

.widget_search form:before,
.widget_product_search form:before,
.sidebar .wp-block-search__inside-wrapper:before {
	background: url( ../svg/spyglass-black.svg ) no-repeat center;
	background-size: 16px auto;
	content: "";
	height: 18px;
	left: 14px;
	top: 50%;
	opacity: 0.45;
	position: absolute;
	transform: translateY( -50% );
	width: 18px;
	pointer-events: none;
	z-index: 1;
}

.widget_search form .search-field,
.widget_product_search form .search-field,
.sidebar .wp-block-search__input {
	background: #fff;
	border: 1px solid #d1d5db;
	border-radius: 10px;
	box-shadow: 0 1px 2px rgba( 0, 0, 0, 0.05 );
	font-size: 14px;
	height: 46px;
	padding: 0 14px 0 42px;
	transition: border-color .15s ease, box-shadow .15s ease, background-color .15s ease;
}

.widget_search form .search-field:focus,
.widget_product_search form .search-field:focus,
.sidebar .wp-block-search__input:focus {
	background: #fff;
	border-color: #9ca3af;
	box-shadow: 0 0 0 3px rgba( 17, 24, 39, 0.06 );
	outline: none;
}

.widget_search form input[type="submit"],
.widget_product_search form input[type="submit"],
.sidebar .wp-block-search__button {
	align-items: center;
	background: #111827;
	border: 1px solid #111827;
	border-radius: 10px;
	box-shadow: none;
	color: #fff;
	display: inline-flex;
	flex-shrink: 0;
	font-size: 14px;
	font-weight: 500;
	height: 46px;
	justify-content: center;
	margin: 0;
	min-width: 0;
	padding: 0 18px;
	transition: background-color .15s ease, border-color .15s ease, transform .15s ease;
}

.widget_search form input[type="submit"]:hover,
.widget_product_search form input[type="submit"]:hover,
.sidebar .wp-block-search__button:hover {
	background: #1f2937;
	border-color: #1f2937;
	opacity: 1;
	text-decoration: none;
}

.widget_search form input[type="submit"]:active,
.widget_product_search form input[type="submit"]:active,
.sidebar .wp-block-search__button:active {
	transform: translateY( 1px );
}

.sidebar .wp-block-search__button {
	width: auto;
}

@media ( max-width: 480px ) {
	.widget_search form,
	.widget_product_search form,
	.sidebar .wp-block-search__inside-wrapper {
		flex-direction: column;
	}

	.widget_search form input[type="submit"],
	.widget_product_search form input[type="submit"],
	.sidebar .wp-block-search__button {
		width: 100%;
	}
}


/* Widget Tag Cloud ------------------------------------------- */


.widget_tag_cloud a {
	display: inline-block;
	margin: 2px;
	white-space: nowrap;
}

.widget_tag_cloud .tag-link-count {
	color: #767676;
	font-size: 0.75em;
}


/* Widget Gallery --------------------------------------- */

.widget_media_gallery .gallery {
	margin: 0 -5px -10px -5px;
}

.widget_media_gallery .gallery-item a:hover {
	opacity: 0.75;
}

.widget_media_gallery .gallery-item {
	margin: 0 0 10px 0;
	padding: 0 5px;
}

.widget_media_gallery .gallery-item img {
	border-radius: 2px;
}

.widget_media_gallery .gallery-caption {
	margin-top: 5px;
}


/* sullivan Widget List --------------------------------------- */


.sullivan-widget-list li {
	margin-bottom: 15px;
}

.sullivan-widget-list li:last-child {
	margin-bottom: 0;
}

.sullivan-widget-list a {
	align-items: center;
	display: flex; 
}

.sullivan-widget-list .post-image {
	background: #f1f1f5 no-repeat center;
	background-size: cover;
	border-radius: 2px;
	flex-shrink: 0;
	height: 60px;
	width: 60px;
}

.sullivan-widget-list .inner { 
	margin-left: 10px;
}

.sullivan-widget-list .title {
	font-family: Newsreader, Georgia, serif;
	font-size: 18px;
	line-height: 1.15;
}

.sullivan-widget-list .meta { 
	font-size: 14px;
	margin-top: 3px;
}

.sullivan-widget-list .meta ins {
	text-decoration: none;
}

.sullivan-widget-list a:hover {
	text-decoration: none;
}

.sullivan-widget-list a:hover .title { 
	text-decoration: underline; 
}

#site-footer .sullivan-widget-list a:hover .title {
	text-decoration: none;
}

.widget .show-more {
	margin-top: 12px;
}

.widget .show-more a {
	font-size: 14px;
	font-weight: 500;
}

.widget .show-more a:hover {
	color: #767676;
	text-decoration: none;
}


/* Contact Information Widget --------------------------------------- */


.widget_sullivan_contact {
	font-family: Newsreader, Georgia, serif;
	font-size: 16px;
}

.widget_sullivan_contact .contact-title {
	font-size: 32px;
}

.widget_sullivan_contact p {
	color: #767676;
	font-style: italic;
	line-height: 1.5;
}

.widget_sullivan_contact div + div {
	margin-top: 20px;
}


