/*** top info bar ***/
.header-contact ul li a span {
  font-weight: 400;
}
.header-top-wrap .ht-container-p {
  padding: 0 25px;
}

/*** top nav spacing ***/
.main-menu ul li {
	margin-left: 25px;
}
.s-header-container,
.sticky-menu .s-header-container {
  padding: 15px 20px;
}
.s-transparent-header,
.s-transparent-header.sticky-menu {
  padding-left: 0;
  padding-right: 0;
}

.t-main-menu ul li:not(active) {
  color: #000c38 !important;
}

/*** top subnav ***/
.header1 .main-menu ul li > .submenu li a {
  font-weight: 700 !important;
  line-height: 1.4;
}

/*** top nav mobile ***/
.header1 .third-mobile-menu.mean-container a.meanmenu-reveal {
  border: 1px solid #000c38 !important;
  color: #000c38 !important;
}
.header1 .third-mobile-menu.mean-container a.meanmenu-reveal span {
  background: #000c38 !important;
}
.mean-container .mean-nav {
  margin-top: 0;
}

/*** top nav spacing resize ***/
.main-menu ul li,
.header-one-search-area {
  -webkit-transition: margin .3s ease;
  transition: margin .3s ease;
}

.t-header-btn .btn {
  -webkit-transition: padding .3s ease;
  transition: padding .3s ease;  
}

@media screen and (max-width: 1512px) {
  .main-menu ul li,
  .header-one-search-area{
    margin-left: 20px;
  }
  .t-header-btn .btn {
    padding: 22px 30px;
  }  
}

@media screen and (max-width: 1450px) {
  .main-menu ul li,
  .header-one-search-area{
    margin-left: 15px;
  } 
}

@media screen and (max-width: 1400px) {
  .main-menu ul li,
  .header-one-search-area{
    margin-left: 10px;
  }
  .t-header-btn .btn {
    padding: 22px 25px;
  }    
}

@media screen and (max-width: 1355px) {
  .main-menu ul li,
  .header-one-search-area{
    margin-left: 5px !important;
  } 
}

@media screen and (max-width: 1290px) {
  .main-menu ul li,
  .header-one-search-area{
    margin-left: 12px !important;
  } 
}

@media screen and (max-width: 1240px) {
  .main-menu ul li,
  .header-one-search-area{
    margin-left: 7px !important;
  } 
}

@media screen and (max-width: 1200px) {
  .main-menu ul li,
  .header-one-search-area{
    margin-left: 15px !important;
  } 
}

@media screen and (max-width: 1160px) {
  .main-menu ul li,
  .header-one-search-area{
    margin-left: 10px !important;
  } 
}

@media screen and (max-width: 1115px) {
  .main-menu ul li,
  .header-one-search-area{
    margin-left: 20px !important;
  } 
}

@media screen and (max-width: 1090px) {
  .main-menu ul li,
  .header-one-search-area{
    margin-left: 15px !important;
  }
}

@media screen and (max-width: 1090px) {
  .main-menu ul li,
  .header-one-search-area{
    margin-left: 10px !important;
  }
  .header-top-wrap .ht-container-p {
    padding: 0 5px;
  }
  .header-contact ul li,
  .header-top-social,
  .header-top-policy ul li:not(:last-child) {
    margin-right: 15px !important;
  }
  .s-header-container {
    padding: 15px 10px;
  }
}

@media screen and (max-width: 1290px) and (min-width: 1201px) {
  a.navbar-brand-logo {
    background-image: url(https://oaanews.org/wp-content/uploads/2022/09/OAA_Website_Logo-icon.jpg);
    width: 50px;
    height: 50px;
    display: block;
    background-position: 0 0;
    background-size: 90%;
    background-repeat: no-repeat;
  }

  a.navbar-brand-logo img {
    display: none;
  }
}

@media screen and (max-width: 1115px) and (min-width: 990px) {
  a.navbar-brand-logo {
    background-image: url(https://oaanews.org/wp-content/uploads/2022/09/OAA_Website_Logo-icon.jpg);
    width: 50px;
    height: 50px;
    display: block;
    background-position: 0 0;
    background-size: 90%;
    background-repeat: no-repeat;
  }

  a.navbar-brand-logo img {
    display: none;
  }
}


/***** updated mobile menu w/ search and dontate buttons visible *****/
@media (max-width: 991px) {
  /* menu container */
	.s-header-container {
    padding: 10px 5px 12px 3px;
  }
  .customizer-logo {
    padding-right: 0;
  } 	
	
  /* search */
  .header-one-menu-area .header-one-search-area {
    display: flex;
    position: absolute;
    top: 5px;
    right: 4.5rem;
    margin: 0 !important;
    gap: 0.6rem;
  }  
  .header-search-box a {
    top: 0;
    border: 1px solid #afacc4;
    height: 45px;
    width: 48px;
    line-height: 0;
    vertical-align: middle;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .header-search-box a .fa-search {
    font-size: 1.4rem;
  }
	
  /* donate button */
  .header-btn .fa-heart {
    font-size: 1.1rem;
		margin: 0;
  }

  /* mobile menu */
  .mean-container a.meanmenu-reveal {
    margin-top: -49px !important;
  }
  .header-btn {
    margin: 0;
  }
  .header-btn a {
    display: flex;
    flex-direction: column;
    padding: 0 0.5rem !important;
    font-size: 0.75rem;
    height: 45px;
    align-items: center;
    justify-content: center;
    letter-spacing: 0.5px;
  }
}





/*** icon font ***/
.fal,
.far {
  font-family: "Font Awesome 5 Pro" !important;
}


/*** Subheader breadcrumbs ***/
ol.breadcrumb {
  display: none;
}

@media screen and (max-width: 640px) {
	.custom-breadcrumb-area {
  display: none;
	}
}


/*** blog posts ***/
/* fix anchor tag word break */
.inner-blog .details-content a {
  word-break: break-all;
}

@media screen and (max-width: 1200px) {
	.blog-post-content .the-content section:first-child section > div {
		width: 100%;
	}
	.blog-post-content .the-content section:first-child section > div > div:first-child {
		width: auto;
    margin-right: .5rem;
	}
	.blog-post-content .the-content section:first-child section > div > div:nth-child(2) {
		width: auto;
	}
}

@media screen and (max-width: 768px) {
	.blog-post-content .b-details-content img {
		float: none;
		width: 100%;
	}
	.blog-post-content .the-content section:first-child section {
		margin: 1.5rem 1.25rem 0;
	}
	.blog-post-content .the-content section:first-child section > div {
		width: 100%;
	}
	.blog-post-content .the-content section:first-child section > div > div:first-child {
		width: auto;
	}
	.blog-post-content .the-content section:first-child section > div > div:nth-child(2) {
		width: auto;
	}	
}

@media screen and (max-width: 640px) {
	.blog-post-content .the-content section:first-child section > div > div:first-child p {
	  font-size: 0;
	}
	.blog-post-content .the-content section:first-child section > div > div:first-child a {
		font-size: 1.1rem;
    font-weight: 600;
	}
	.blog-post-content .the-content section:first-child section > div > div:first-child a:before {
		content: "< Back to";
    margin-right: 0.4rem;
	  font-size: 1.1rem;
    font-weight: 600;	
	}
	.blog-post-content .the-content section:first-child section > div > div:nth-child(2) {
		display: none;
	}	
}


/*** GiveWP form ***/
#give-form-2609-wrap .give-embed-form,
#give-form-2609-wrap .give-embed-receipt {
  max-width: 700px !important;
}


/*** sidebar blog display ***/
/* added fixed height to sidebar blog as a temporary fix */
.sidebar-rc-post {
  height: auto;
  overflow: hidden;
  max-height: 405px;
}

.sidebar-rc-post .rc-post-date {
  display: none;
}
.sidebar-rc-post .rc-post-content h5 {
  /*font-size: 21px;*/
  color: #001234;
	
/* 4 lines * 20px line-height = 40px */
	max-height: 80px;
    
/* webkits: use -webkit-line-clamp (with ellipsis) */
  display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
}


@media screen and (max-width: 960px) and (min-width: 768px) {
	.sidebar-rc-post .rc-post-thumb {
		float: none;
	}
}

@media screen and (max-width: 640px) {
	aside.sidebar-blog #facebook-likebox-2 {
		display: none;
	}
}

/** header breadcrumb section **/
.breadcrumb-area {
  padding-top: 25px !important;
  padding-bottom: 20px !important;
  background: #000927;
}
@media screen and (max-width: 640px) {
	.breadcrumb-wrap h2 {
		font-size: 60px !important;
	}
}


/*** image caption background ***/
.wp-caption {
  background: transparent;
  border: none;
}


/*** blog post header section ***/
.post-template-default section.breadcrumb-area {
  display: none;
}


/*** blog display : footer, hide author and comments ***/
.b-details-content .sharedaddy {
  display: none;
}
.bpost-navigation {
  margin-top: 3rem;
}
.bpost-navigation .align-items-center div {
  height: 125px;
}
.bpost-navigation .align-items-center div h4 {
  font-size: 1.3rem;
  word-break: break-word;
}
.b-details-content .bpost-meta li:nth-child(odd) {
    display: none;
}

/*** footer menu ***/
footer .menu li:before {
  display: none;
}
footer .menu li {
  padding-left: 0;
}

.footer-top .fw-contact-content a {
  color: #a7b6d3;
  word-break: break-all;
}
.footer-top .fw-contact ul {
  display: flex;
  list-style: none;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 1rem;
}
.fw-contact.fix li {
  display: flex;
  width: 33.3%;
}

@media screen and (max-width: 767px) {
	.fw-contact ul li {
    width: auto !important;
		justify-content: center;
	}	
	.footer-top .footer-logo {
		text-align: center;
	}
}
@media screen and (max-width: 577px) { 
	.footer-top .fw-contact ul {
		flex-direction: column;
		align-items: center;
	}
  .fw-contact ul li {
    flex-direction: column;
    align-items: center;
	}	
	.footer-top .fw-contact-content h4 {
    text-align: center;
	}
  footer .footer-widget {
		text-align: center;
	}
	footer .widget_blog_subscription button, .sidebar-blog .widget_blog_subscription button {
		width: 100%;
	}
}


/*** a tag word break ***/
.paragraph a {
  word-break: break-all;
}

/*** google translate cta ***/
#glt-translate-trigger {
  font-family: inherit;
  font-weight: normal;
}
#flags {
  display: none;
}


/*** sidebar form ***/
#subscribe-email input {
  border: 2px solid #a7b6d3;
  background: none;
  color: #7585a5;
  padding: 16px;
  padding: 16px;
  font-size: 16px;
  width: 100%;
  margin-bottom: 0.5rem;	
}

.widget_blog_subscription button, .mc4wp-form-fields input[type="submit"] {
  color: #fff;
  border: none;
  background-color: #39bdb2;
  font-weight: 600;
  text-transform: uppercase;
}

/* form error */
.sidebar-blog .error a {
  color: #ff566e;
}
.sidebar-blog .error {
  border: 2px solid #f88a99;
  padding: 1rem;
  background-color: rgba(255,255,255,.1);
}


/* form success */
.sidebar-blog .success a {
  color: #39bdb2;
}
.sidebar-blog .success {
  border: 2px solid #39bdb2;
  padding: 1rem;
  background-color: rgba(255,255,255,.1);
}


/*** footer form ***/
.fwn-input-box:before {
  right: 20px;
}

.fw-newsletter input {
  font-size: 16px !important;
  padding: 16px !important;
  padding-right: 55px !important;
}

.chariton-mcilchimp button.btn {
  padding: 20px;
}

.mc4wp-form-fields input[type="submit"] {
  padding: 16px !important;
  width: 60%;
}

/* error */
footer .widget_blog_subscription .error a {
  color: #f88a99;
}
footer .widget_blog_subscription .error {
  border: 2px solid #f88a99;
  color: #fff;
  padding: 1rem;
  background-color: rgba(255,255,255,.1);
}

footer .widget_blog_subscription .sucesss a {
  color: #39bdb2;
}
footer .widget_blog_subscription .success {
  border: 2px solid #39bdb2;
  color: #fff;
  padding: 1rem;
  background-color: rgba(255,255,255,.1);
}

/*** home page blog ***/
.bsingle-post .bpost-avatar {
  display: none;
}

/*** cookie consent ***/
#cookie-law-info-bar {
  z-index: 1000000 !important;
}



/*** removes 'NO POSTS FOUND' text that displays after some Betterdocs plugin update. ***/
.eael-better-docs-category-grid-wrapper {
  display: none;
}

/*** Join the Registry nav link ***/
#menu-item-21641 {
	display: inline-block;
}
#menu-item-21641 a {
  background: #EE7125;
  color: #fff;
  text-transform: uppercase !important;
padding: 1rem 1.4rem;
  height: 60.75px;
  line-height: 1.7;
}

@media screen and (max-width: 991px) {
	#menu-item-21641 a {
		height: auto;
		line-height: normal;
		padding: 0.8rem 0;
		margin: 0 auto;
		text-align: center;
		float: none;
		width: 95%;
	}  
}


/* footer elements */
#menu-footer-menu-quick-links li {
  max-width: 200px;
}
.elementor-21676 {
  max-width: 210px;
}
.custom-badges img {
  max-width: 90px;
}

.elementor-21693 {
  max-width: 180px;
}
.custom-sponsors img {
  max-width: 165px;
}

@media screen and (max-width: 991px) {
	.elementor-21693 {
		max-width: none;
	}
	#menu-footer-menu-quick-links li {
		max-width: 188px;
	}
	.elementor-21676 {
		max-width: none;
	}
}