/**
 * Theme Name:        Assigned Media
 * Theme URI:         https://assignedmedia.org
 * Description:       A child theme by R.E. Carlson Web Development
 * Version:           1.0
 * Author:            R.E. Carlson
 * Author URI:        https://profiles.wordpress.org/carlsonwebtech
 * Tags:              block-patterns, full-site-editing
 * Template:          generatepress
 * Text Domain:       gp-child
 */

/* Global Header Customizations */

.secondary-navigation .menu-toggle {
      display: none;
}

@media(max-width: 768px) {
    .secondary-navigation {
        text-align: center !important;
    }
    .secondary-navigation ul {
        display: block;
    }
    .secondary-navigation .sf-menu>li {
        float: none;
        display: inline-block !important;
    }
}
div.inside-header {border-top: 2px solid var(--accent);}
div.inside-header .header-widget {margin-top:0;}
.inside-navigation {border-bottom: 1px solid black; border-top: 1px solid black;}

/* Post Category Loop Customizations */

div.dynamic-term-description p {
    font-weight: bold;
    font-size: 2.2rem;
    border-bottom: 1px solid black;
    margin-bottom: 1rem;
}

h6.gb-text > a {
    color: var(--contrast);
    border:1px solid black;
    margin-top: 15px;
    padding: 6px;
    border-radius: 10px;
    font-weight: 600;
}

/* Global Footer Customizations */

.footer-widgets-container {border-top: 1px solid black; border-bottom: 1px solid black;}
#menu-footer-1 li {margin-bottom: 0; font-size: 1rem;}

div#footer-widgets a>span {
    margin-left: 10px;
    padding: 4px;
    color: #ffffff;
    background-color: var(--accent);
    font-size-adjust: smaller;
    text-decoration: none;
}

.copyright-bar {text-align: left;}