/**
 * Custom CSS - Migrated from Admiral Child Theme
 *
 * This file contains portable CSS that works with any theme.
 * Admiral-specific styles have been removed.
 */

/* ==========================================================================
   Typography
   ========================================================================== */

h1, h2, h3, h4 {
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

/* ==========================================================================
   Elementor Compatibility Styles
   ========================================================================== */

.elementor-widget-container a {
    color: #3c87de;
}

.elementor-widget-container a:hover {
    text-decoration: underline;
}

/* ==========================================================================
   Contact Form 7 Styles
   ========================================================================== */

.wpcf7-form-control.wpcf7-submit {
    background: #959595;
    color: #ffffff;
    font-size: 16px;
    font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    padding: 10px 20px;
    border: none;
    cursor: pointer;
}

.wpcf7-form-control.wpcf7-submit:hover {
    background: #7a7a7a;
}

/* ==========================================================================
   Widget Styles
   ========================================================================== */

.widget {
    padding: 0px;
}

.widget-header h3.widget-title {
    font-size: 15px;
    text-align: center;
    text-transform: capitalize;
    color: #666666;
}

.widget-header h3.widget-title::after {
    content: '';
    border-bottom: 3px solid #dddddd;
    height: 2px;
    width: 100%;
    display: block;
    margin-top: 4px;
}

/* ==========================================================================
   Login Widget Styles
   ========================================================================== */

.widget_wp_sidebarlogin .sidebar-login-form p {
    margin-bottom: 5px;
}

.widget_wp_sidebarlogin .sidebar-login-form form p label {
    font-size: 13px;
    font-family: arial, helvetica, verdana, sans-serif;
}

.widget_wp_sidebarlogin .sidebar-login-form .input {
    width: 100%;
    box-sizing: border-box;
    margin: 0;
    height: 25px;
    padding: 4px 7px;
    border: none;
    border-radius: 4px;
    background: #f5f5f5;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2) inset;
}

.widget_wp_sidebarlogin .sidebar-login-form {
    font-size: 13px;
    text-align: center;
}

/* ==========================================================================
   404 Error Page
   ========================================================================== */

body.error404 div#content {
    background-color: #fff;
}

body.error404 .error-404.not-found p,
body.error404 .error-404.not-found a {
    font-size: 14px;
    font-weight: normal;
    font-family: helvetica, arial, sans-serif;
    line-height: normal;
    color: #5f6565;
}

/* ==========================================================================
   Search Form Styles
   ========================================================================== */

.search-form input[type="search"],
.search-form input[type="text"] {
    border-color: navy;
    color: black;
}

.search-form button[type="submit"] {
    background: navy;
    color: white;
}

/* ==========================================================================
   Link Styles
   ========================================================================== */

a:link, a:visited {
    color: black;
}

.entry-title a:link,
.entry-title a:visited {
    color: #3c87de;
}

/* ==========================================================================
   Events Widget Styles
   ========================================================================== */

#em_widget-2 {
    text-align: center;
    padding: 0px 10px 10px 10px;
}

#em_widget-2 ul li {
    line-height: 1.2em;
}

#em_widget-2 ul li a {
    font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
    font-size: 14px;
}

/* ==========================================================================
   Local Links Box Style
   ========================================================================== */

.local-links-box {
    box-shadow: 0px 2px 10px black;
    border: 4px solid #fff;
    margin: 10px;
    border-radius: 6px;
    font-size: 14px;
    font-family: arial;
    padding-left: 10px;
    background: #fafafa;
}

.local-links-box ul {
    list-style: square;
}

.local-links-box ul li a {
    font-size: 13.6px;
    letter-spacing: 0.5px;
    font-family: arial, helvetica, verdana, sans-serif;
    padding: 2px 2px 2px 0px;
    color: #404040;
}

/* ==========================================================================
   Sidebar Widget Box Style
   ========================================================================== */

.sidebar-widget-box {
    box-shadow: 0px 2px 10px black;
    border: 1px solid white;
    margin: 10px;
    border-radius: 6px;
    background-color: white;
    padding: 16px 10px;
}
