/* Header Nav Menu Starts */
.navbar-brand {font-weight: 600;}

#menu-secondary-right .menu-item>a:not(.has-styling) {
     font-variation-settings: "wght" 200;
}
#menu-main-desktop .menu-item>a:not(.has-styling) {
     font-variation-settings: "wght" 600;
}
.nav .current-menu-item>a {color: #000000!important;}
#navbar-secondary .nav {
  margin: 0!important; 
}
.nav .btn {background: #000000;}

.dropdown-menu {background: #f4f4f4!important;}
a.dropdown-item {color: #000000!important;}
/* Header Nav Menu Ends */



/* Page Title and Headings */
.entry-content .wp-block-heading {margin-bottom: 10px!important;}
.entry-content p {line-height: 1.8!important;}
.title-line {margin-top: 1em;}
/* Page Title and Headings */


/* Button /
.wp-block-button__link {
  border-top-width: 0!important; 
  border-left-width: 0!important; 
  border-right-width: 0!important;  
  border-bottom: 1px solid #000000!important;
  border-radius: 0!important;  
  font-weight: 400;
}
.wp-block-button__link:hover {
  box-shadow: none!important;  
  font-weight: 700;
  border-bottom: 2px solid #000000!important;
  text-decoration: none!important;
}
/* Button */

/* News &amp; Press */
.mark, mark {
  letter-spacing: 1px;
  	font-size: 14px;
  font-weight: 200;
    padding: 9px 15px;
    background-color: #000000;
    color: #ffffff;
    border-radius: 5px;
/* News &amp; Press */
  
/* A Link Colors */
.border-white {
  color: #ffffff;
  text-decoration: none;
}
.border-white:hover {
  color: #ffffff;
  padding-bottom: 2px;
  border-bottom: 1px solid #ffffff!important;
}

.border-red a {
  color: #000000;
  text-decoration: none!important;
  border-bottom: 1px solid #9D2235!important;
  display: inline;
}
.border-red a:hover {
  color: #000000;
  padding-bottom: 2px;
  border-bottom: 2px solid #9D2235!important;
}

h2 a {line-height: 1.4em;}

/* A Link Colors */


@media screen and (min-width: 600px) and (max-width: 991px){
.four-col .wp-block-coblocks-column {
	width: 50%!important;
  }
}

.no-margin {margin-top: 0; margin-bottom: 0;}




/* Footer Starts */
#wrapper-footer {padding: 0!important;}

.container .row .col-md-12 .site-footer, .site-footer, .site-info, div#footer-site-info.container {
  display: none!important;
}
   
.site-info {
      text-align: -webkit-center!important;   
      display: none;
    }
.entry-content a, footer a {
  color: #000000;
  text-decoration: none;
  border-bottom: 1px solid #000000;
  padding-bottom: 3px;  
}
.entry-content a:hover, footer a:hover {
  border-bottom: 2px solid #000000;
  padding-bottom: 2px;  
}

#footer-full-content {
  width: 90%;
  border-top: 1px solid #1a1a1a;
  border-bottom: 1px solid #1a1a1a;
  padding: 1rem 0 0; 
  margin-bottom: 0;
}
.footer-widget p, .footer-widget a {font-weight: 300;}
.footer-widget h3.wp-block-heading {
    font-family: Merriweather;
    font-weight: 600;
}
#footer-content-eb {
  padding: 12px 0 9px;
  font-size: 16px;
  font-weight: 200;
}
.wp-social-link-mail {
  font-size: 24px!important; 
  background: #9e2b44!important;
  color: #ffffff!important;
}
footer ul.is-layout-flex {gap: 0.3em;}
/* Footer Ends */