/* File for client customization */
.navbar .navbar-nav .nav-link {
  font: 400 18px/56px 'Montserrat', sans-serif;
}

/* logo */

.main-carousel .carousel-item h2 {
  font-size: 40px;
}


@media screen and (max-width: 418px) {
  .page-intro .entry-title {
    font-size: 28px;
    line-height: 38px;
  }
}

@media screen and (max-width: 768px) {
  .oregon-issues h1{
    font-size: 2rem;
  }
  .home .grid-publications-item h4{
    margin: 0 0 5px 0;
    min-height: 0;
  }
}

@media screen and (max-width: 1023px) {
  .main-carousel .carousel-item h2 {
    font-size: 27px;
  }
  .navbar-brand img {
    max-width: 40%;
  }
  .custom-page-intro h2 {
    font-size: 28px;
  }
  .single-page .entry-content h2 {
    font-size: 23px;
  }
}




/* post images */
.first-post-image{
  /*float: left;*/
  /*width: 100%;*/
  /*overflow: hidden;*/
  /*position: relative;*/
  /* background: #000; */
}
.first-post-image img {
  display: block;
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  margin-bottom: 15px;
}
.single-projects__content .first-post-image{
  margin-bottom: 31px;
  width: auto;
}


/* donation section */
.donation-contact-info{
  color: #fff;
  margin-top: 3rem;
  text-align: center;
}
.donation-contact-info p{
  margin: 0px;
  font-weight: 700;
}


/* 404 page */
section.error-404{
  margin-bottom: 150px;
}
.error-page {
  max-width: 555px;
  margin: 0 auto;
  display: block;
  overflow: hidden;
  text-align: center;
}
.error-page h1{
  color: #43a047;
  font: 700 250px 'Montserrat', sans-serif;
  display: block;
  text-align: center;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .error-page h1{
    font-size: 80px;
    padding-bottom: 20px;
  }
}

.error-page span {
  display: block;
  text-align: center;
  font: 400 80px/80px 'Montserrat', sans-serif;
  color: #ccc;
  margin: -30px 0 20px 0;
}
.error-page p{
  color: #43a047;
  display: block;
  margin: 0 0 45px 0;
  font: 400 24px/40px 'Montserrat', sans-serif;
}

/* .error-page form {
  float: left;
  width: 100%;
  position: relative;
}
.error-page form input[type="text"] {
  float: left;
  width: 100%;
  height: 45px;
  padding: 0 15px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border: 1px solid #ccc;
  box-shadow: 0 0 5px rgb(0 0 0 / 10%);
  -moz-box-shadow: 0 0 5px rgba(0,0,0,0.1);
  -webkit-box-shadow: 0 0 5px rgb(0 0 0 / 10%);
  font: 14px 'Open Sans', sans-serif;
  color: #777;
}
.error-page form button[type="submit"] {
  color: #43a047;
  position: absolute;
  right: 0;
  height: 33px;
  width: 46px;
  top: 0;
  border: 0;
  padding: 8px 0;
  background: none;
  font-size: 16px;
  border-left: 1px solid #ccc;
  margin: 5px 0 0 0;
}
.error-page form button[type="submit"]:hover {
  background-color: #43a047;
  color: #fff;
  height: 45px;
  margin: 0;
  border: 0;
} */

/* same for custom-search-form */
form#custom-search-form{
  float: left;
  width: 100%;
  position: relative;
}
form#custom-search-form input[type="text"]{
  float: left;
  width: 100%;
  height: 45px;
  padding: 0 15px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border: 1px solid #ccc;
  box-shadow: 0 0 5px rgb(0 0 0 / 10%);
  -moz-box-shadow: 0 0 5px rgba(0,0,0,0.1);
  -webkit-box-shadow: 0 0 5px rgb(0 0 0 / 10%);
  font: 14px 'Open Sans', sans-serif;
  color: #777;
}
form#custom-search-form button[type="submit"] {
  color: #43a047;
  position: absolute;
  right: 0;
  height: 33px;
  width: 46px;
  top: 0;
  border: 0;
  /* padding: 8px 0; */
  background: none;
  font-size: 16px;
  border-left: 1px solid #ccc;
  margin: 5px 0 0 0;
}
form#custom-search-form button[type="submit"]:hover {
  background-color: #43a047;
  color: #fff;
  height: 45px;
  margin: 0;
  border: 0;
}

/* archive page */
/*.text-box{*/
/*  margin-top: 15px;*/
/*}*/


.related-articles-component{}


/* footer */
.subscribe-form {
  border: 2px solid #43a047;
  /* border-color: #43a047; */
}

._button-wrapper button#_form_7_submit,
._button-wrapper button#_form_1_submit {
	padding: 15px 37px !important;
  border-radius: 0px !important;
  border: 1px solid transparent !important;
}
._button-wrapper button#_form_7_submit:hover,
._button-wrapper button#_form_1_submit:hover {
    text-decoration: none;
    background-color: #43a047 !important;
    /* border-color: #333 !important; */
    border: 1px solid #000 !important;
    transition: all .4s ease-in-out;
    
    /* outline:; */
    /* padding: 14px 36px !important; */
}

.site-footer__info .copyright {
  font: 400 12px 'Open Sans', sans-serif;
}


/* images home */
.frame img{
  height: 180px;
}

/* images intro single pages */
.block-bg-image{
  height: 500px;
  background-repeat: no-repeat;
  width: 100%;
  background-position: center;
  background-size: cover;
}

/* news grid publications */
.grid-publications-item h4 a{
  font-size: 1.2rem;
  font-weight: 800;
}

/* sidebar news-publications */
.sidebar-news-item{
  background: #48A047;
}


.single-team .addtoany_share_save_container {
  margin-top: 1rem;
  padding-top: 1rem;
}

/* Custom */
.text-box-h1 h1{
	font-size: 24px;
    line-height: 1;
}

/* Global font-size & text color */
body{
	font-size: 15px;
}
body p,
.grid-publications-item p{
	color:#000;
	font-size: 15px;
}

/* Hide archives in page */
.page-id-11045 .widget_archive{
	display:none;
}

.owl-news-init .wp-block-post-title a {
    display: inline-block;
    color: #2e2e2e;
    font-size: 20px;
}

.owl-news-init h2{
      max-height: 50px;
    overflow: hidden;
    margin-bottom: 20px;
}

.owl-news-init.wp-block-post-template.is-flex-container li, .owl-news-init.wp-block-query-loop.is-flex-container li {
    padding: 0 10px;
}