
/* Customizations to USCJ_Theme */

/* General */
@font-face {
  font-family: adagioSans;
  src: url('/sites/default/themes/uscj_theme/adagio_sans.otf'),
  url('/sites/default/themes/uscj_theme/adagio_sans.otf');
}

body {
  font-family: adagioSans;
  font-weight: 400;
  line-height: 1.5;
}

#sitename {
  background: none !important;
  height: auto;
}

#logoimg {
 /* margin-top: 40px;*/
  margin-bottom: 10px;
}

#sidebar a {
  color: #000;
  text-decoration: underline;
  transition: color .3s ease;
}

#sidebar a:hover {
  color: #f78e27;
}

.sidebar-nav-link {
  color: #000;
  cursor: pointer;
}

.sidebar-nav-link span {
  border-bottom: 1px solid #f78e27;
}

.sidebar-nav-link::before { 
  content: "- ";
  color: #f78e27;
}

.sidebar-nav-link.closed::before { 
  content: "+ ";
}

.sidebar-nav-content.closed {
  display: none;
}

/* Header */
.TpBrDiv {
  background-image: none;
  background-color: #F78E27;
}

/* Footer */

.BmBrDiv {
  background-image: none;
  background-color: #F78E27;
  border-bottom: none;
}

.FtrImg {
  display: none;
}

.region-footer {
  background-image: none;
  background-color: #3d3d47;
  font-size: 0.9rem;
  color: #ebebec;
}

.CpRtTxt {
  color: rgba(235,235,236,0.5);
}

.region-footer .block {
  border-right: none;
  font-family: adagioSans;
  font-weight: 400;
  line-height: 1.5;
}

#footer-menu a,
.region-footer a {
  color: #f78e27;
  text-decoration: none;
  transition: color .3s ease;
  font-size: 0.85rem;
}

#footer-menu a:hover,
.region-footer a:hover {
  color: #fff;
}

#footer-social,
#footer-menu {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

#footer-social li,
#footer-menu li {
  float: left;
}

#footer-menu li {
  margin-right: 1.5em;
}

#footer-menu li a {
  font-size: 1.15em;
}

#footer-logo,
#footer-address-content {
  float: left;
}

#footer-address-content {
  font-size: 1.25em;
  position: relative;
  top: 1em;
  left: 3em;
  line-height: 1.25;
  width: 180px;
}

#footer-menu {
  float: right;
  position: relative;
  top: 1em;
}

#footer-social {
  float: left;
}

#footer-donate-button {
  float: right;
}

#footer-copyright {
  color: rgba(235,235,236,0.5);
  font-size: 1.25em;
}

.footer-row-1 {
  margin-top: 1em;
}

.footer-row-2 {
  clear: both;
  position: relative;
  top: 30px;
}

.footer-row-3 {
  clear: both;
  position: relative;
  top: 80px;
}

/* Buttons */

.btn {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: adagioSans;
    font-weight: 600;
    padding: 0.3rem 1.25rem 0.2rem;
    line-height: 1.2;
    transition: all 0.3s ease;
}

.btn {
    white-space: normal !important;
}

.btn-primary {
    color: #754410;
    background-color: #f78e27;
    border-color: #f78e27;
}

.social li .nav-link {
    background-color: #f78e27;
    color: #754410;
    height: 29px;
    width: 32px;
    border-radius: 50%;
    margin-right: 0.5rem;
    text-align: center;
    padding: 0;
    padding-top: 4px;
    font-size: 18px;
    transition: all 0.3s ease;
}

.social li .nav-link:hover {
  color:#f78e27;
  background-color:#fff
}

.nav-social {
    display: flex;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    padding-left: 0px !important;
}

.nav-link {
   display: block;
}

/* DAF Widget customizations - mimic .sidebar styles above for dafwidget link */

#daf_link {
  display: inline;
  margin-top: 0px;
  text-decoration: none !important;
}
a:hover#daf_link {
  color:#000  
}
.region.region-contribution-payment-bottom-block {
  padding-bottom: 50px;
}

/* Block at the bottom of contribution page id 1 */

#notice-section {
  max-width: 680px;
  background-color: rgba(0, 0, 0, 0.7);
  border: 1px solid #848680;
  color: #bdbdbd;
  margin: auto;
  padding: 15px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 0.75rem;
}
#notice-section .container {
  padding: 0 15px;
}
#notice-section .row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}

#notice-section .left h3, #notice-section .right h3 {
  font-size: 1.3125rem;
  color: rgb(255, 255, 255);
  line-height: 1.5;
  margin-top: unset !important;
  font-family: "alternate-gothic-no-2-d", sans-serif;
  font-weight: normal;
}
#notice-section h4,
#notice-section .left a, 
#notice-section .disclaimer p a {
  color: #f4aa00;
  font-weight: 700;
  text-decoration: none;
  letter-spacing: 0.5px;
  font-family: "open-sans", "Helvetica", "Arial", sans-serif;
}
#notice-section .left p,
#notice-section .right p,
#notice-section .disclaimer p {
  line-height: 1.3;
  margin: unset;
  font-family: "open-sans", "Helvetica", "Arial", sans-serif;
}
#notice-section .left a:hover,
#notice-section .disclaimer p a:hover{
  text-decoration: underline;
}
#notice-section .left p:last-child a{
  padding-left: 5px;
}
#notice-section .disclaimer p {
  font-size: 11px;
  line-height: 2 !important;
  font-family: "open-sans", "Helvetica", "Arial", sans-serif;
}

/* Pager reset + layout */
.pager { margin: 1.5rem 0; text-align: center; }
.pager__items { 
  list-style: none; 
  margin: 0; 
  padding: 0; 
  display: flex; 
  flex-wrap: wrap; 
  justify-content: center; 
  gap: .5rem;
}
.pager__item { display: inline-flex; }
.pager__item--ellipsis { align-items: center; }

/* Links */
.pager__link,
.pager__item > span.pager__link {
  display: inline-block;
  min-width: 2rem;
  padding: 0.35rem 0.25rem;
  text-decoration: none;
  border: 1px solid currentColor;
  border-radius: 9999px;
  line-height: 1;
  font-weight: 500;
}

/* Active page */
.pager__item.is-active .pager__link,
.pager__item[aria-current="page"] .pager__link {
  background: #3d3d47;
  color: #fff;
}

/* Focus visibility */
.pager__link:focus {
  outline: 2px solid;
  outline-offset: 2px;
}

.pager__item--previous .pager__link:hover,
.pager__item--next .pager__link:hover,
.pager__item--first .pager__link:hover,
.pager__item--last .pager__link:hover {
  background: #3d3d47;
  color: #fff;
}

/* Spacing like the screenshot */
#mysynagogue-mysynagogue-login {
  width: 90%;
}

/* Inputs width/height */
.mysynagogue-login-form input[type="email"],
.mysynagogue-login-form input[type="password"] {
  width: 100%;
  max-width: 380px;
  /* height: 44px; */
}

/* Button look */
.mysynagogue-login-form .form-submit {
  margin-top: 1rem;
}
