/* File for client customization */
.navbar .navbar-nav .nav-link {
  font: 400 16px/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;
}

.subscribe-form{
	max-width: 650px;
    margin: 0 auto;
    padding: 25px;
    margin-bottom: 70px;
}

.cfs_custom_form{
	margin: 0;	
}

.wpcf7-form .cfs_custom_form input[type="submit"] {
    margin-bottom: 0 !important;
    background: #2b2b2b;
    color: #fff;
}

/* .pum-theme-41714 .pum-content + .pum-close, .pum-theme-default-theme .pum-content + .pum-close{
	background: #f0f0ec !important;
    box-shadow: none !important;
    color: #000 !important;
    font-size: 20px !important;
}

.pum-theme-41714 .pum-container, .pum-theme-default-theme .pum-container{
	padding: 0 !important;
}

.pum-theme-41714, .pum-theme-default-theme {
    background-color: #000000c9 !important;
}

.popmake-content .mb-120{
	margin-bottom: 0 !important;
} */


.entry-title h1{
	padding-right:25px;
}

.entry-title.open_button{
	justify-content: space-between;
	display: flex;
}

.entry-title.open_button .btn-success{
	max-height: 59px;
}

.text-box-tags-row #breadcrumbs span{
	    padding: 0;
}

@media(max-width: 767px){
	.entry-title.open_button{
		display: block;
	}
	.entry-title.open_button .btn-success{
		margin: 15px 0 10px 0;
		display: block;
	}
}

.pum-container.pum-responsive.pum-responsive-medium{
	width:auto;
	    padding: 30px !important;
}
.pum-theme-41714, .pum-theme-default-theme {
    background-color: #000000c9 !important;
}
.pum-container.pum-responsive.pum-responsive-medium{
    width: auto !important;
    padding: 50px !important;
}


.subscribe_button_group{
	display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 50px;
    flex-direction: column;
}

.subscribe_button_group .subscribe_button_yes{
	display: block; width: 100%; max-width: 250px;
}

.subscribe_button_no{
text-decoration: none !important;
    display: inline-block;
    margin-top: 10px;
    color: #000;
    border-bottom: 1px solid;
}

.subscribe_button_no.btn-success:before{
	
	background-color: #730101 !important;
}
.pum-content + .pum-close, .pum-theme-default-theme .pum-content + .pum-close{
	background: #f9f9f9 !important;
    box-shadow: none !important;
    color: #000 !important;
    font-size: 20px !important;
}
.subscribe_popup h2{
	text-align: center;
}

#breadcrumbs{
    margin-top: 15px;
}

.new_single_content{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    margin-top: 75px;
}

.new_single_content .left_info{
    width: 612px;
}

.new_single_content .right_info{
    width: 486px;
}

.new_single_content .right_info img{
    max-width: 100%;
    border-radius: 4px;
    margin-bottom: 24px;
}

.new_single_content .tags-links{
    display: block;
    box-sizing: border-box;
    border-radius: 4px;
    background: #F4F4F0;
    padding: 16px;
}

.new_single_content .tags-links h4{
    font-weight: 700;
    font-size: 20px;
    color: #222;
    margin-bottom: 24px;
}

.new_single_content .tags-links a{
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    color: #222;
    opacity: 0.8;
    margin-right: 16px;
    transition: all .3s ease;
}

.new_single_content .tags-links a:hover{
    color: #43A047;
    text-decoration: underline;
}

.new_single_content h1.entry-title{
    color: #222;
    font-size: 48px;
    font-weight: 700;
    line-height: normal;
    margin-top: 0;
}

.new_single_content .post_meta{
    padding: 16px 0;
    border-top: 1px solid #EAECF0;
    border-bottom: 1px solid #EAECF0;
    margin-top: 20px;
    margin-bottom: 48px;
    color: rgba(67, 160, 71, 0.80);
    font-size: 14px;
    font-weight: 600;
    display: flex;
    justify-content: space-between;
}

.new_single_content .post_meta a{
    color: rgba(67, 160, 71, 0.80);
}

.new_single_content .post_meta a:hover{
    color: rgba(67, 160, 71);
}

.new_single_content .post_content p{
    color: #222;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.new_single_content .addtoany_content{
    border-top: 1px solid #EAECF0;
    margin-top: 48px;
    padding-top: 24px;
}

.new_single_content .addtoany_list.a2a_kit_size_32 a{
    border: 0 !important;
    padding: 0;
    margin-right: 12px;
    border-radius: 4px;
}

.new_single_content .addtoany_list.a2a_kit_size_32 a:last-child{
    margin-right: 0;
}

.new_single_content .addtoany_list.a2a_kit_size_32 a span{
    background: #eee !important;
}

.new_single_content .a2a_svg svg path{
    fill: #22222230;
    transition: none;
}

.new_single_content .addtoany_list.a2a_kit_size_32 a:hover span{
    background: #43A047 !important;
}

.new_single_content .addtoany_list.a2a_kit_size_32 a:hover svg path{
    fill: #fff;
    transition: none;
}

.new_single_content .addtoany_content_bottom{
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.new_single_content .addtoany_header{
    color: #222;
    font-family: 'Open Sans';
    font-size: 14px;
    font-weight: 600;
}

#comments{
    margin-top: 100px;
    max-width: 598px;
    margin-bottom: 100px;
}

.comments-title{
    color: #3E3232;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;
}

.comments-title span{
    color: #43A047;
}

.comment-list .comment{
    border-radius: 12px;
    background: #F4F4F0;
    padding: 15px;
    box-sizing: border-box;
    margin-top: 24px;
}

.comment-body .thumb img {
    border-radius: 12px;
}

.comment-body h4{
    color: #3E3232;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
    margin-bottom: 8px;
}

.comment-body .post-time{
color: rgba(34, 34, 34, 0.50);
font-size: 14px;
font-style: normal;
font-weight: 500;
line-height: 20px;
text-transform: capitalize;
display: flex;
align-items: center;
}

.comment-body .post-time svg{
    margin-right: 8px;
}

.comment-body .comment-top{
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.comment-reply-title{
    color: #3E3232;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;
    margin-top: 45px;
}

.comment-form .form-control {
    border-radius: 4px;
    border: 1px solid #D9D9CC;
    background: #FFF;
    box-shadow: none;
    padding: 10px 14px;
}

.comment-form input[type="submit"]{
    border-radius: 4px;
    background: #43A047;
    width: 100%;
}

.recent-news{
    padding:64px 0;
    background: #F4F4F0;
    margin-bottom: 100px;
}


.flex-news-title h3{
    color: #222;
    font-family: Montserrat;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}

.recent-news .owl-carousel .owl-item img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 4px;
}

.news-item .thumbnail{
    height: 220px;
    overflow: hidden;
    border-radius: 4px;
}

.related-meta{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 32px 0 16px 0;
}

.related-meta-left{
    display: flex;
    border-radius: 16px;
    background: rgba(217, 217, 204, 0.30);
    padding: 4px 12px 4px 4px;
    align-items: center;
}

.related-meta-left .category a{
    border-radius: 16px;
    background: #B05453;
    padding: 2px 8px;
    color: #FFF;
    text-align: center;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 18px;
    text-decoration: none;
}

.related-meta-left .date{
    color: #B05453;
    font-family: Open Sans;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 18px;
    margin-left: 8px;
}

.related-meta-left .comments{
    color: #B05453;
    font-family: Open Sans;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 18px;
    display: flex;
    align-items: center;
}

.related-meta-left .comments svg{
    margin-right: 5px;
}

.news-item .title a{
    color: #222;
    text-overflow: ellipsis;
    font-family: Montserrat;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    transition: all .3s ease;
    text-decoration: none;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.news-item .title a span{
    width: calc(100% - 35px);
}

.news-item .title a:hover{
    color:#A24E4D;
}

.news-item .title a:hover svg{
    transition: all .3s ease;
    color:#222;
}
.news-item .title a:hover svg path{
    stroke: #A24E4D;
    transition: all .3s ease;
}

.related-meta-right .comments{
    color: #B05453;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 18px;
    align-items: center;
    display: flex;
}

.related-meta-right .comments svg{
    margin-right: 5px;
}

.recent-owl-nav{
    width: 104px;
    display: flex;
    justify-content: space-between;
}

.recent-owl-nav .prev,
.recent-owl-nav .next{
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border-radius: 100%;
    background: #000;
    background: linear-gradient(0deg, #43A047 0%, #43A047 100%), rgba(255, 255, 255, 0.50);
}

.flex-news-title{
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 64px;
    align-items: center;
}

.news-section{
    width: 100%;
}

.recent-read-more{
    font-size: 16px;
    color: #b05453;
    font-weight: 600;
    margin-top: 10px;
    display: inline-block;
}

@media(max-width: 1200px){
    .new_single_content .left_info,
    .new_single_content .right_info{
        width: 100%;
    }
    .new_single_content{
        flex-direction: column-reverse;
    }
    .new_single_content .right_info {
        width: 100%;
        margin-bottom: 50px;
    }
    .new_single_content .right_info img {
        max-width: inherit;
        width: 100%;
    }
    .new_single_content {
        margin-top: 10px;
    }
    #comments {
        margin-top: 60px;
        max-width: 100%;
        margin-bottom: 60px;
    }
    .related-meta-left .date{
        display: none;
    }

}
@media(max-width: 767px){
    .new_single_content .post_meta{
        flex-direction: column;
    }
}

header a svg.r-13v1u17{
	fill: #a1a1a1 !important;
}
header a:hover svg{
	fill: #fff !important;
}

.fa-twitter{
	display: none;
}

@media(min-width:767px){
  .hidden-desctop-menu{
    display:none;
  }
}