/*
 Theme Name:   My Gateway
 Theme URI:    https://rescuethemes.com/gateway-wordpress-theme/
 Description:  Gateway Child Theme
 Author:       Rescue Themes
 Author URI:   https://rescuethemes.com
 Template:     gateway
 Version:      1.0
 Tags: light, white, gray, orange, three-columns, responsive-layout, featured-images, theme-options, custom-colors, threaded-comments, translation-ready, right-sidebar
 Text Domain:  gateway-child
*/

.site-title {
    font-family: 'Cinzel', sans-serif;
    color: #ff9999;
    text-shadow: 
        -1px -1px 0 #999, /* Top-left */
        1px -1px 0 #999,  /* Top-right */
        -1px 1px 0 #999,  /* Bottom-left */
        1px 1px 0 #999;   /* Bottom-right */
}

div .hero-widgets-wrap {
	margin-top: -9em;
	margin-bottom: -3em;
	padding-bottom: -9em;
	padding-top: -9em;
}
/*
body, h1, h2, h3, h4, h5, h6, p {
    font-family: 'Cinzel', sans-serif !important; /* Override the default font */
/* }
 */
 /*
/* Target specific areas if needed */
/*.navbar, .footer, .sidebar-widget {
    font-family: 'Ariel', sans-serif !important;
 }*/

body {
    color: #111111
}
.top-bar-section ul li > a {
  color: #111111;
  padding: 6px 0 6px 0;
  padding-left: 18px;
  font-family: "Cinzel", serif;
 }

.top-bar .title-area {
    justify-content: flex-start; /* Left-align the logo */
}

.top-bar .name {
    margin-left: 0; /* Remove any default margins */
}

.logo {
    max-height: 70px; /* Adjust size as needed */
    width: auto;
    display: block;
    padding-top: 10px;
    padding-left: 20px
}
.wp-block-group .wp-block-categories ul, .wp-block-group .wp-block-latest-posts ul {
	list-style-type: none !important;
	list-style-image: initial  !important;
}
.site-content {
	margin-top:2em
}
.aexcerpt {
    border: 1px solid #ccc; /* Light border color */
    border-radius: 10px; /* Rounded corners */
    padding: 20px; /* Space inside the card */
    background-color: #fff; /* Background color of the card */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Slight shadow for a card effect */
    margin: 20px 0; /* Space between cards */
}
.wp-block-categories ul, .wp-block-latest-posts ul {
	list-style-type: none !important;
	list-style-image: initial  !important;
}
.widget-area aside {
	margin-bottom: 0em;
}