/*
Theme Name: Abrahamic Reunion
Theme URI:
Author:Solminds
Author https://www.solminds.com/:
Description: 
Version:1.0
 */ 
 
    font-family: 'craft_gothicbold_extended';
    src: url('fonts/craftgothic-boldextended-webfont.woff2') format('woff2'),
         url('fonts/craftgothic-boldextended-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

} 
.banner .swiper-slide {
    height: 670px;
    overflow: hidden;
}
.center {
    justify-content: center;
}
.swiper-slide img.animation_1,
.swiper-slide img.animation_2{
	transform: translate(-0px, -130px);
	transition: all .8s linear;
    -o-transition: all .8s linear;
    -moz-transition: all .8s linear;
    -webkit-transition: all .8s linear;
	animation-name: example;
	animation-duration: 80s;
	animation-iteration-count: infinite;
}
@keyframes example {
  0 {transform: translate(-0px, -130px);}
  25% {transform: translate(-580px, -690px);}
  50% {transform: translate(-10px, -690px);}
  100% {transform: translate(-0px, -130px);}
}
.swiper-slide img.animation_2{
    animation-duration: 30s;
    transform: scale(1.5);
    animation-name: example2;
    object-fit: cover;
    max-width: 100%;
    object-position: center;
}

@keyframes example2 {
  0% {transform: scale(1.5); }
  25% {transform: scale(1); }
  50% {transform: scale(1.5); }
  100% {transform: scale(1);}
}

.swiper-slide img.animation-3{
    animation-duration: 30s;
    transform: scale(1.5);
    animation-name: example3;
    object-fit: cover;
    max-width: 100%;
    object-position: center;
}

@keyframes example3 {
  0% {transform: scale(1.0); }
  25% {transform: scale(1); }
  50% {transform: scale(1.0); }
  100% {transform: scale(1);}
}

.content_wrpr {
    position: absolute;
    top: 0px;
    left: 0;
    right: 0;
   display:flex;
   padding-top:100px;
   justify-content:center;
   color:#fff;
   bottom:0px;
   align-items:center;
   flex-direction:column;
  

}
.content_wrpr h1{
	 font-size:64px;
	 font-family:craft_gothicbold_extended;
	 font-weight:700;
	 text-align:center;
}
.content_wrpr p{
	 font-size:16px;
	 max-width:60%;
	 margin:0 auto;
	 text-align:center;
	 font-weight:bold;
	 font-family:Montserrat;
}
.menu-headermenu-container {
    font-family: 'Montserrat';
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
}

.menu-headermenu-container a {
    color: #fff;
}

.menu-headermenu-container li {
    margin: 0 17px;
}

.donation-btn a {
    display: inline-block;
    position: absolute;
    background: #efb646;
    width: 97px;
    height: 97px;
    right: 0;
    top: -39px;
    z-index: 100;
    border-radius: 50%;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.donation-btn {
    width: 60px;
}

.headernav {
    margin-top: 61px;
    position: relative;
}
.headernav a:hover{
	text-decoration:none;
}
.headernav .icon-search1 {
    font-size: 19px;
}

.learnmore-btn {
    border: 2px solid #fff;
    color: #fff;
    padding: 15px 30px;
    border-radius: 51px;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
	transition: all .2s linear;
    -o-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -webkit-transition: all .2s linear;
	box-shadow: 0 0 0 3px transparent;
	font-family:Montserrat;
}

.learnmore-btn span {
    margin-right: 11px;
	font-size:21px;
}

.learnmore-btn:hover {
    text-decoration: none;
    color: #fff;
    box-shadow: 0 0 0 3px #efb646;
    border: 2px solid rgb(255 255 255 / 0%);
}

.bullet-points-wrpr {
    background: #8abdc0;
	min-height: 250px;
    padding: 90px 0px;
    text-align: center;
}

.bullet-points-wrpr h4{
    font-size:30px;
    font-family:craft_gothicbold_extended;
    margin-bottom:0px;
	color:#fff;
}
.bullet-points-wrpr a:hover{
	text-decoration:none;
}

.swiper-button-next.bullet-next,
.swiper-button-prev.bullet-prev {
    background: none;
	right: 26px;
	top: 30px;
}

.swiper-button-next.bullet-next:before,
.swiper-button-prev.bullet-prev:before  {
    content: "\ed93";
    font-family: 'icons-sm';
    font-size: 48px;
    border: 3px solid #fff;
    color: #fff;
    font-size: 32px;
    padding: 7px;
    border-radius: 50%;
}
.swiper-button-prev.bullet-prev:before  {
	content:"\ed96";
}
.bullet-points-wrpr h4 {
    padding: 0 100px;
}
.swiper-pagination.bullet-pagination {
    bottom: 0px;
}
.swiper-container.bullet-points .swiper-wrapper {
    padding-bottom: 45px;
}
.swiper-pagination-bullet {
    border: 3px solid #fff;
    width: 13px;
    height: 13px;
    background: transparent;
}
.young-people-wrpr {
    min-height: 760px;
	padding-top:70px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
}
.young-people-wrpr h2{
	max-width:829px;
	margin:0 auto;
	margin-bottom:10px;
	font-family:craft_gothicbold_extended;
	font-size:30px;
}
h1, h2, h3, h4, h5{
	font-family:craft_gothicbold_extended;
}

p{
	font-family:Montserrat;
	font-size:14px;
}
.young-people-wrpr p{
	max-width:829px;
	margin:0 auto;
	line-height:30px;
}

.learnmore-wrpr {
    display: flex;
    justify-content: center;
    padding-top: 26px;
}

section.subscribe-wrpr {
    background: #efb646;
    min-height: 240px;
    display: flex;
    align-items: center;
}

.subscribe-btn-wrpr {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.subscribe-btn-wrpr .btn-subscribe {
    background: #fff;
    color: #e68546 !important;
    border: 3px solid #e68546;
    border-radius: 41px;
    font-size: 19px;
    text-transform: uppercase;
    font-family: 'Montserrat';
    font-weight: 600;
    min-width: 200px;
    min-height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.subscribe-btn-wrpr .btn-subscribe span {
    margin-right: 9px;
}
section.subscribe-wrpr h2 {
    margin-bottom: 17px;
}

.videos-wrpr {
    background: url(images/video-bg-picture.jpg) no-repeat;
	background-size:cover;
	padding:100px 0 50px 0;
	position:relative;
}
.video-section-content h2 {
    max-width: 829px;
    margin: 0 auto;
    margin-bottom: 10px;
    font-family: craft_gothicbold_extended;
    font-size: 30px;
    text-align: center;
}

.video-section-content p {
    max-width: 829px;
    margin: 0 auto;
    line-height: 30px;
    text-align: center;
}
.videothumb {
    max-width: 384px;
    height: 205px;
    overflow: hidden;
	position:relative;
}

.videothumb img {
    object-fit: cover;
    max-width: 384px;
    height: 189px;
    border: 3px solid #dfaa43;
    border-radius: 8px;
}

.video-content h2 {
    font-size: 16px;
    padding-left: 36px;
    position: relative;
}
.video-content h2 span {
    position: absolute;
    left: 6px;
    font-size: 21px;
    color: #fd0203;
}

.videothumb a:after {
    content: "\e037";
    font-family: 'icons-sm';
    position: absolute;
    left: 50%;
    top: 50%;
    font-size: 60px;
    color: #dfaa43;
    display: flex;
    width: 77px;
    height: 77px;
    border: 3px solid #dfaa43;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    margin-left: -38px;
    margin-top: -38px;
	opacity:.5;
	-o-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -webkit-transition: all .2s linear;
	box-shadow: 0 0 0 3px transparent;
}
.videothumb a:hover:after {
	opacity:1;
	background:rgba(0,0,0,.5);
}

.donate-wrpr {
    background: #e68546;
    padding: 50px 0;
}
.donate-wrpr .donation-btn a {
    position: static;
    width: 135px;
    height: 135px;
    font-size: 19px;
    text-transform: uppercase;
    font-weight: 600;
	-o-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -webkit-transition: all .2s linear;
}

.donate-wrpr .donation-btn a:hover {
    text-decoration: none;
	box-shadow: 0 0 0 4px #fff;
}

.news-events-wrpr .col-md-4 img {
    width: 354px;
    height: 217px;
    object-fit: cover;
}

.news-events-wrpr .col-md-4 h2 {
    font-size: 14px;
}

.news-events-wrpr .col-md-4 p {
    font-size: 14px;
}

/*
Theme Name: Abrahamic Reunion
Theme URI:
Author:Solminds
Author https://www.solminds.com/:
Description: 
Version:1.0
 */
 
 @font-face {
    font-family: 'craft_gothicbold_extended';
    src: url('fonts/craftgothic-boldextended-webfont.woff2') format('woff2'),
         url('fonts/craftgothic-boldextended-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

} 
.banner .swiper-slide {
    height: 670px;
    overflow: hidden;
}
.center {
    justify-content: center;
}
.swiper-slide img.animation_1,
.swiper-slide img.animation_2{
	transform: translate(-0px, -130px);
	transition: all .8s linear;
    -o-transition: all .8s linear;
    -moz-transition: all .8s linear;
    -webkit-transition: all .8s linear;
	animation-name: example;
	animation-duration: 80s;
	animation-iteration-count: infinite;
}
@keyframes example {
  0 {transform: translate(-0px, -130px);}
  25% {transform: translate(-580px, -690px);}
  50% {transform: translate(-10px, -690px);}
  100% {transform: translate(-0px, -130px);}
}
.swiper-slide img.animation_2{
    animation-duration: 30s;
    transform: scale(1.5);
    animation-name: example2;
    object-fit: cover;
    max-width: 100%;
	width:100%;
    object-position: center;
}

@keyframes example2 {
  0% {transform: scale(1.5); }
  25% {transform: scale(1); }
  50% {transform: scale(1.5); }
  100% {transform: scale(1);}
}

.swiper-slide img.animation-3{
    animation-duration: 30s;
    transform: scale(1.5);
    animation-name: example3;
    object-fit: cover;
    max-width: 100%;
    object-position: center;
}

@keyframes example3 {
  0% {transform: scale(1.0); }
  25% {transform: scale(1); }
  50% {transform: scale(1.0); }
  100% {transform: scale(1);}
}

.content_wrpr {
    position: absolute;
    top: 0px;
    left: 0;
    right: 0;
   display:flex;
   padding-top:100px;
   justify-content:center;
   color:#fff;
   bottom:0px;
   align-items:center;
   flex-direction:column;
  

}
.content_wrpr h1{
	 font-size:64px;
	 font-family:craft_gothicbold_extended;
	 font-weight:700;
	 text-align:center;
}
.content_wrpr p{
	 font-size: 25px;
    max-width: 70%;
    margin: 0 auto;
    text-align: center;
    font-weight: 600;
    font-family: Montserrat;
}
.menu-headermenu-container {
    font-family: 'Montserrat';
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 600;
}

.menu-headermenu-container a {
    color: #fff;
}
.single .menu-headermenu-container a {
    color: #000;
}
.menu-headermenu-container li {
    margin: 0 17px;
}
.post-template-banner-blog-single .about-banner {
    background: red;
}

.donation-btn a {
    display: inline-block;
    position: absolute;
    background: #efb646;
    width: 97px;
    height: 97px;
    right: 0;
    top: -39px;
    z-index: 100;
    border-radius: 50%;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
	font-size:11px;
}

.donation-btn {
    width: 60px;
}

.headernav {
    margin-top: 61px;
    position: relative;
}
.headernav a:hover{
	text-decoration:none;
}
.headernav .icon-search1 {
    font-size: 19px;
}

.learnmore-btn {
    border: 2px solid #fff;
    color: #fff;
    padding: 15px 30px;
    border-radius: 51px;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
	transition: all .2s linear;
    -o-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -webkit-transition: all .2s linear;
	box-shadow: 0 0 0 3px transparent;
	font-family:Montserrat;
}

.learnmore-btn span {
    margin-right: 11px;
	font-size:21px;
}

.learnmore-btn:hover {
    text-decoration: none;
    color: #fff;
    box-shadow: 0 0 0 3px #efb646;
    border: 2px solid rgb(255 255 255 / 0%);
}

.bullet-points-wrpr {
    background: #8abdc0;
	min-height: 250px;
    padding: 90px 0px;
    text-align: center;
}

.bullet-points-wrpr h4{
    font-size:30px;
    font-family:craft_gothicbold_extended;
    margin-bottom:0px;
	color:#fff;
}
.bullet-points-wrpr a:hover{
	text-decoration:none;
}

.swiper-button-next.bullet-next,
.swiper-button-prev.bullet-prev {
    background: none;
	right: 26px;
	top: 30px;
}

.swiper-button-next.bullet-next:before,
.swiper-button-prev.bullet-prev:before  {
    content: "\ed93";
    font-family: 'icons-sm';
    font-size: 48px;
    border: 3px solid #fff;
    color: #fff;
    font-size: 32px;
    padding: 7px;
    border-radius: 50%;
}
.swiper-button-prev.bullet-prev:before  {
	content:"\ed96";
}
.bullet-points-wrpr h4 {
    padding: 0 100px;
}
.swiper-pagination.bullet-pagination {
    bottom: 0px;
}
.swiper-container.bullet-points .swiper-wrapper {
    padding-bottom: 45px;
}
.swiper-pagination-bullet {
    border: 3px solid #fff;
    width: 13px;
    height: 13px;
    background: transparent;
}
.young-people-wrpr {
    min-height: 760px;
	padding-top:70px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
}
.young-people-wrpr h2{
	max-width:829px;
	margin:0 auto;
	margin-bottom:10px;
	font-family:craft_gothicbold_extended;
	font-size:30px;
}
h1, h2, h3, h4, h5{
	font-family:craft_gothicbold_extended;
}

p{
	font-family:Montserrat;
	font-size:14px;
	/*font-size:13px;*/
	font-weight: 600;
}
.young-people-wrpr p{
	max-width:829px;
	margin:0 auto;
	line-height:30px;
}

.learnmore-wrpr {
    display: flex;
    justify-content: center;
    padding-top: 26px;
}

section.subscribe-wrpr {
    background: #efb646;
    min-height: 240px;
    display: flex;
    align-items: center;
}

.subscribe-btn-wrpr {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.subscribe-btn-wrpr .btn-subscribe {
    background: #fff;
    color: #e68546 !important;
    border: 3px solid #e68546;
    border-radius: 41px;
    font-size: 19px;
    text-transform: uppercase;
    font-family: 'Montserrat';
    font-weight: 600;
    min-width: 200px;
    min-height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.subscribe-btn-wrpr .btn-subscribe span {
    margin-right: 9px;
}
section.subscribe-wrpr h2 {
    margin-bottom: 17px;
}

.videos-wrpr {
    background: url(images/video-bg-picture.jpg) no-repeat;
	background-size:cover;
	padding:100px 0 50px 0;
	
}
.video-section-content h2 {
    max-width: 829px;
    margin: 0 auto;
    margin-bottom: 10px;
    font-family: craft_gothicbold_extended;
    font-size: 30px;
    text-align: center;
}

.video-section-content p {
    max-width: 829px;
    margin: 0 auto;
    line-height: 30px;
    text-align: center;
}
.videothumb {
    max-width: 384px;
    height: 205px;
    overflow: hidden;
	position:relative;
}

.videothumb img {
    object-fit: cover;
    max-width: 384px;
    height: 189px;
    border: 3px solid #dfaa43;
    border-radius: 8px;
}

.video-content h2 {
    font-size: 16px;
    padding-left: 36px;
    position: relative;
}
.video-content h2 span {
    position: absolute;
    left: 6px;
    font-size: 21px;
    color: #fd0203;
}

.videothumb a:after {
    content: "\e037";
    font-family: 'icons-sm';
    position: absolute;
    left: 50%;
    top: 50%;
    font-size: 60px;
    color: #dfaa43;
    display: flex;
    width: 77px;
    height: 77px;
    border: 3px solid #dfaa43;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    margin-left: -38px;
    margin-top: -38px;
	opacity:.5;
	-o-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -webkit-transition: all .2s linear;
	box-shadow: 0 0 0 3px transparent;
}
.videothumb a:hover:after {
	opacity:1;
	background:rgba(0,0,0,.5);
}

.donate-wrpr {
    background: #e68546;
    padding: 50px 0;
}
.donate-wrpr .donation-btn a {
    position: static;
    width: 135px;
    height: 135px;
    font-size: 19px;
    text-transform: uppercase;
    font-weight: 600;
	-o-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -webkit-transition: all .2s linear;
	line-height: 19px;
}

.donate-wrpr .donation-btn a:hover {
    text-decoration: none;
	box-shadow: 0 0 0 4px #fff;
}

.news-events-wrpr .col-md-4 img {
    width: 354px;
    height: 217px;
    object-fit: cover;
	border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

.news-events-wrpr .col-md-4 h2 {
        font-size: 16px;
    margin-bottom: 8px;
    font-family: 'Montserrat';
    font-weight: 700;
}

.news-events-wrpr .col-md-4 p {
    font-size: 13px;
    min-height: 76px;
}
.news-events-wrpr .col-md-4 .btn-readmore {
    font-size: 12px;
    font-family: 'Montserrat';
    color: #e68546;
    font-weight: 600;
}
.news-events-wrpr .col-md-4 .btn-readmore:hover {
	text-decoration:none;
}
.news-events-wrpr .col-md-4 .date {
    font-size: 12px;
    font-family: 'Montserrat';
    text-transform: uppercase;
    font-weight: 600;
    opacity: .5;
    display: inline-block;
    margin-bottom: 16px;
}
.btn-readmore span {
    font-size: 14px;
    position: relative;
    top: 2px;
    left: -7px;
    opacity: 0;
	-o-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -webkit-transition: all .2s linear;
}
.btn-readmore:hover span {
    left: 0px;
    opacity: 1;
}
.news-events-wrpr {
    background: #f7f7f7;
    padding: 100px 0;
}
.news-content {
    padding: 20px;
    padding-bottom: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: #fff;
    border-radius: 14px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    min-height: 252px;
}
.newsthumb-wrpr{
	overflow:hidden;
	-o-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -webkit-transition: all .2s linear;
    margin-bottom: 30px;
}
.newsthumb-wrpr:hover {
    box-shadow: 0 0 20px rgb(0 0 0 / 15%);
    border-radius: 16px;
}

.newsthumb-wrpr:hover .news-content {
    background: #fff;
}
section.news-events-wrpr h2 {
    margin-bottom: 75px;
}
a.learnmore-btn.more-news {
    box-shadow: 0 0 0 3px transparent;
	border-color:#e68546;
    color: #e68546;
    max-width: 290px;
    margin: 0 auto;
    margin-top: 30px;
}
.learnmore-btn.more-news span {
    position: relative;
    left: -10px;
}
.news-events-wrpr .col-md-4 h2 a {
    color: #000;
}
.news-events-wrpr .col-md-4 h2 a:hover{
    text-decoration:none;
}

.learnmore-btn.more-news:hover {
    box-shadow: 0 0 0 3px #e68546;
    border-color: #fff;
}

footer{
	background:#62703b;
	padding:56px 0;
}
img.footer-logo + p,
.footerlogo-link + p{
    font-size: 13px;
    max-width: 314px;
    margin-top: 18px;
    line-height: 24px;
}

.social-links a {
    color: #fff;
}

.social-links img {
    width: 18px;
}

.social-links a + a {
    margin-left: 12px;
}

.social-links a:hover{
	text-decoration:none;
}


span.user_avatar {
    display: none;
}

ul.juiz_last_tweet_tweetlist {
    padding: 0 !important;
}

.juiz_last_tweet_inside.juiz_ltw_user_abrahamicreunio {
    background: transparent;
    color: #fff !important;
}

em.juiz_last_tweet_inner.juiz_last_tweet_metadata {
    background: transparent !important;
    color: #fff;
}

em.juiz_last_tweet_inner.juiz_last_tweet_metadata a {
    color: #fff;
}

span.juiz_last_tweet_footer_item {
    background: transparent !important;
    padding-left: 0 !important;
}

em.juiz_last_tweet_inner.juiz_last_tweet_metadata {
    padding-left: 0px;
}

span.juiz_action_links {
    display: none !important;
}

p.juiz_last_tweet_follow_us {
    display: none;
}
span.juiz_lt_content a {
    color: #fff !important;
}

div.juiz_last_tweet_inside .juiz_last_tweet_metadata a {
    color: #fff !important;
}

.twitter-label {
    text-transform: uppercase;
    font-family: 'Montserrat';
    font-size: 13px;
    font-weight: 600;
    position: relative;
}

.twitter-label span {
    position: absolute;
    left: -23px;
    top: 3px;
}

.footernav, .directors-nav {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.footernav a, .directors-nav a {
    color: #fff;
    font-size: 13px;
}

.footernav li, .directors-nav li {
    margin-right: 100px;
    line-height: 40px;
}

.footer-menu-label {
    position: relative;
}

.footer-menu-label span {
    position: absolute;
    top: 13px;
    left: -28px;
}

.footer-menu-cntnr {
   margin-top: 16px;
    border-top: 1px solid #727f4f;
    padding-top: 14px;
}

.footer-director-label {
    text-transform: uppercase;
    font-family: 'Montserrat';
    font-size: 13px;
    font-weight: 600;
    position: relative;
}

.footer-director-label span {
    position: absolute;
    top: 4px;
    left: -29px;
}

.international-directors-cntnr {
    margin-top: 20px;
    border-top: 1px solid #727f4f;
    padding-top: 23px;
}

.latest-tweets-cntnr {
    margin-top: 39px;
}
.directors-nav li {
    margin-right: 0;
    min-width: 180px;
}

.twitter-handle {
    font-size: 13px;
    margin-bottom: 16px;
    opacity: .7;
}

.footer-copy {
    background: #525f2d;
    padding: 20px 0;
    font-size: 13px;
}
.footer-copy a{
	color:#fff;
}

#customNavbar {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 100;
}

#customHiddenNavbar{
	position: fixed;
    left: 0;
    right: 0;
    top: -150px;
    z-index: 100;
}
body:not('.winScrolling') #customHiddenNavbar{
	top:0;
	z-index:-1;
}
#customHiddenNavbar {
    -o-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -webkit-transition: all .2s linear;
	opacity:0;
}

.menu-on-scroll #customHiddenNavbar {
    top: 0 !important;
	opacity:1;
	z-index:1001;
}


.menu-on-scroll #navbar2{
	opacity:0;
	-o-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -webkit-transition: all .2s linear;
}
.menu-on-scroll .secondfold#navbar2{
	opacity:1;
}
#navbar2 img {
    width: 130px;
}

#navbar2 {
    background: #205454 !important;
	-o-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -webkit-transition: all .2s linear;
}
#navbar2 .headernav {
    margin-top: 31px;
    position: relative;
}
#navbar2 .menu-headermenu-container {
    font-size: 11px;
}
.donation-btn a {
    -o-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -webkit-transition: all .2s linear;
}
.donation-btn a:hover {
    box-shadow: 0 0 0 4px #fff;
}
.search-icon {
    position: relative;
    left: -10px;
    top: 2px;
}
#navbar2 .search-icon {
    top: -3px;
}
.video-content {
    margin-top: 113px;
}

#navbar .menu-headermenu-container li,
#navbar2 .menu-headermenu-container li {
    position: relative;
}

#navbar .menu-headermenu-container a:before,
#navbar .menu-headermenu-container .current-menu-item a:before,
#navbar2 .menu-headermenu-container a:before,
#navbar2 .menu-headermenu-container .current-menu-item a:before  {
    content: "";
    position: absolute;
    bottom: -6px;
    height: 3px;
	opacity:0;
    background: #efb646;
    width: 100%;
	 -o-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -webkit-transition: all .2s linear;
	left: 0;
	
}
#navbar .menu-headermenu-container a:hover:before,
#navbar2 .menu-headermenu-container a:hover:before,
#navbar .menu-headermenu-container .current-menu-item a:before,
#navbar2 .menu-headermenu-container .current-menu-item a:before   {
	 bottom: 0px;
	 opacity:1;
}
#navbar .menu-headermenu-container .search-icon a:before ,
#navbar .menu-headermenu-container .donation-btn a:before,
#navbar2 .menu-headermenu-container .search-icon a:before ,
#navbar2 .menu-headermenu-container .donation-btn a:before {
	content:none;
}
.tribe-events .tribe-events-c-ical__link, .tribe-events .tribe-events-c-ical__link:visited{
    border-color:#ffac33 !important;
    color:#ffac33 !important;
}
.tribe-events .tribe-events-c-ical__link:hover{
    background:#ffac33 !important;
    color:#fff !important;
}

.tribe-common .tribe-common-c-svgicon{
    color: #ffac33 !important;
}

.subscribe-btn-wrpr .btn-subscribe:hover {
    box-shadow: 0 0 0 3px #e68546;
    border-color: #fff;
}
.about-banner {
    min-height: 360px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    background-size: cover !important;
    background-position-y: center !important;
}
.post-template-banner-blog-single .about-banner {
    min-height: 160px;
    /*background-image: linear-gradient(to right top, #097ac4, #008fcb, #00a2cd, #24b4cb, #57c5c9) !important;*/
}
.tribe-events-page-template .about-banner {
    min-height: 240px;
}
.about-banner:after {
    content: "";
    bottom: 0;
    right: 0;
    left: 0;
    top: 0;
    background: rgb(5 5 5 / 39%);
    position: absolute;
}
.about-banner h1 {
    color: #fff;
    position: relative;
    z-index: 1;
	text-shadow: 0 0 1px black, 0 0 1px black, 0 0 1px black;
}
.page .menu-headermenu-container a,
.page-template .menu-headermenu-container a,
.tribe-events-page-template .menu-headermenu-container a,
.search .menu-headermenu-container a,
.category .menu-headermenu-container a,
.tag .menu-headermenu-container a{
								  
    color: #000;
}
.page #customNavbar,
.page-template #customNavbar,
.single #customNavbar,
.tribe-events-page-template #customNavbar,
.category #customNavbar,
.tag #customNavbar,				   
.search #customNavbar {
    position: static;
}
.single .content-area, .category .content-area, .page .content-area, .tribe-events-page-template .content-area, .search .content-area {
    padding-top: 60px;
}
.content-area {
    min-height: 600px;
}
.about-subsection {
    background: url(images/interlaced.png);
    padding: 41px 15px;
    border-top: 3px solid #8d89a4;
	border-bottom: 3px solid #8d89a4;
    margin: 30px 0;
}

.about-subsection h2 {
    font-size: 24px;
    margin-bottom: 20px;
}

.about-subsection img {
    width: 100%;
    height: auto;
}
.page .headernav, .single .headernav, .tribe-events-page-template .headernav, .search .headernav, .category .headernav , .tag .headernav {
    margin-top: 0;
    position: relative;
}

.page .navbar .donation-btn a,
.single .navbar  .donation-btn a,
.tribe-events-page-template .donation-btn a,
.search .donation-btn a,
.category .donation-btn a ,
.tag .donation-btn a{
    display: inline-block;
    position: absolute;
    background: #efb646;
    width: 80px;
    height: 80px;
    right: 0;
    top: -29px;
    z-index: 100;
    border-radius: 50%;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 11px;
}
.page #navbar2 img, .single #navbar2 img, .tribe-events-page-template #navbar2 img {
    width: 212px;
}
.page-template #navbar2 .menu-headermenu-container a,
.tribe-events-page-template #navbar2 .menu-headermenu-container a  {
    color: #fff;
}
.search .about-banner {
    background: #57c5c9 !important;
    color: #fff;
    min-height: 150px;
}
.search .about-banner h2{
	position:relative;
	z-index:1;
}
.growing-force img {
    max-height: 340px;
    object-fit: cover;
}

.growing-force {
    background: url(images/vintage-concrete.jpg);
    padding: 38px;
    border: 3px solid #506481;
    border-left: none;
    border-right: none;
    margin-top: 30px;
    margin-bottom: 30px;
}

.two-column-btns {
    padding-top: 40px;
    padding-bottom: 40px;
}

.two-column-btns .btn-primary {
    min-width: 100%;
    padding: 16px;
    font-size: 18px;
    background: #e68546;
    border-color: #e68546;
    font-weight: 600;
    text-transform: uppercase;
}

.tribe-events .tribe-events-c-search__button {
    background: #efb646 !important;
}

.tribe-events .tribe-events-c-search__button:hover {
    background: #f07022 !important;
}
.page-id-18 .about-banner {
    min-height: 260px;
    background-position-y: top !important;
}
.search h3 {
    font-size: 20px;
    margin-bottom: 0;
}

.search h3 a {
    color: #000;
    text-decoration: none;
}

.search p.postmetadata {
    font-size: 12px;
}
.search-para {
    margin-top: 16px;
}

.has-post-thumbnail {
    margin-bottom: 40px;
    border-bottom: 1px solid rgb(77 173 176 / 25%);
}
#searchform input {
    border: 1px solid #dadada;
    padding: 9px;
    min-width: 110px;
}

#searchform input[type=text] {
    min-width: 77%;
}
#search-bar {
    position: fixed;
    top: -500px;
    background: rgb(0 0 0 / 70%);
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
	z-index:-10;
	 -o-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -webkit-transition: all .2s linear;
	opacity:0;
}
.search-wrpr {
    padding: 60px 30px;
    background: #fff;
    box-shadow: 0 0 5px rgb(0 0 0 / 25%);
    border-radius: 4px;
    min-width: 620px;
	position:relative;
	 -o-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -webkit-transition: all .2s linear;
	position:relative;
	top:-50px;

}
.search-popup-active .search-wrpr {
	top:0px;
}
.search-popup-active #search-bar{
	top: 0px;
	z-index:1000;
	opacity:1;
}
.search-wrpr label {
    font-weight: 500;
}
#searchform input[type=submit] {
    background: #efb646;
    font-weight: 600;
    text-transform: uppercase;
}

a.icon-close.close-search {
    position: absolute;
    right: 10px;
    top: 10px;
}
a.icon-close.close-search:hover{
	text-decoration:none;
}
.page-template-banner-blog-page .about-banner,
.page-template-news-events-page .about-banner{
    min-height: 160px;
    background-position-y: -100px !important;
}

.page-template-banner-blog-page .newsthumb-wrpr,
.page-template-news-events-page .newsthumb-wrpr,
.page-template-banner-youth-page .newsthumb-wrpr{
    box-shadow: 0 0 20px rgb(0 0 0 / 15%);
    border-radius: 14px;
    margin-bottom: 30px;
    -o-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -webkit-transition: all .2s linear;
    transform: translateY(0px);    
}
.page-template-banner-blog-page .newsthumb-wrpr:hover,
.page-template-banner-youth-page .newsthumb-wrpr:hover,
.page-template-news-events-page .newsthumb-wrpr:hover {
    transform: translateY(10px);
    box-shadow: 0 0 5px rgb(0 0 0 / 10%);
}
.page-template-banner-blog-page .newsthumb-wrpr .date,
.page-template-banner-youth-page .newsthumb-wrpr .date,
.page-template-news-events-page .newsthumb-wrpr .date{
	    display: flex;
    justify-content: flex-end;
    align-items: center;
    position: absolute;
    top: 9px;
    right: 12px;
    font-size: 13px;
    opacity: 1;
    z-index: 100;
    color: #fff
}
.page-template-banner-blog-page .newsthumb-wrpr h2,
.page-template-banner-youth-page .newsthumb-wrpr h2,
.page-template-news-events-page .newsthumb-wrpr h2,
.category .card h2, .tag .card h2{
	font-size: 15px;
    font-family: 'Montserrat';
    font-weight: 600;
	
}
.category .card-header ,
.tag .card-header {
    padding: 0px;
}
.category .card-body ,
.tag .card-body {
   min-height: 147px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.category .card, 
.tag .card {
    margin-bottom: 27px;
}

.category .card-header ,
.tag .card-header {
    min-height: 111px;
}
.newsthumb {
    position: relative;
}

.newsthumb:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgb(0 0 0 / 45%);
    border-radius: 13px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.home .newsthumb:before {
    background:transparent;
}

.news-content a.btn-readmore {font-size: 13px;text-align: right;}

.news-content a.btn-readmore:hover {
    text-decoration: none;
}

.page-template-banner-blog-page .newsthumb-wrpr h2 a,
.page-template-banner-youth-page .newsthumb-wrpr h2 a,
.page-template-news-events-page .newsthumb-wrpr h2 a,
.category .card-body h2 a, .tag .card-body h2 a{
	color:#333;
	
}
.page-template-banner-blog-page .newsthumb-wrpr h2 a:hover,
.page-template-banner-youth-page .newsthumb-wrpr h2 a:hover,
.page-template-news-events-page .newsthumb-wrpr h2 a:hover,
.category .card-body h2 a:hover, .tag .card-body h2 a:hover{
	text-decoration:none;
}
.page-template-banner-blog-page  .col-md-4 .btn-readmore,
.page-template-banner-youth-page  .col-md-4 .btn-readmore,
.page-template-news-events-page  .col-md-4 .btn-readmore{
    font-size: 12px;
    font-family: 'Montserrat';
    color: #e68546;
    font-weight: 600;
}
.page-template-banner-blog-page  .col-md-4 .btn-readmore:hover,
.page-template-banner-youth-page  .col-md-4 .btn-readmore:hover,
.page-template-news-events-page  .col-md-4 .btn-readmore:hover{
	text-decoration:none;
}
.page-template-banner-blog-page .newsthumb-wrpr .date .icon-calendar4,
.page-template-banner-youth-page .newsthumb-wrpr .date .icon-calendar4,
.page-template-news-events-page .newsthumb-wrpr .date .icon-calendar4 {
    margin-right: 5px;
}
.page-id-73 .card {
    margin-bottom: 50px;
	box-shadow: 0 10px 10px rgb(0 0 0 / 6%);
	margin-bottom: 50px;
    background-image: linear-gradient(to bottom, #f7f7f7, #f9f9f9, #fbfbfb, #fdfdfd, #ffffff);
    border-radius: 9px;
}
.page-id-73 .card-header{
	background:transparent;
	border-bottom:none;
}
.intnl-org-heading {
    margin-bottom: 50px;
    background: #b87f02;
    padding: 18px;
    color: #fff;
    text-shadow: 0 2px 3px rgb(0 0 0 / 30%);
	    border-radius: 8px
}
.page-template .about-banner {
    min-height: 240px;
}

.content-area h3 span {
    color: #333 !important;
}

.content-area h3 {
    margin-top: 40px;
}
.sidebar{
	border-left:1px solid #f7f7f7;
}
.content-area p{
	/*max-width:90%;*/
	word-break: break-word;
}
.sidebar .news-thumb img {
    width: 100%;
    height: 100px;
    object-fit: cover;
    object-position: center center;
}

.sidebar h2 {
    font-size: 14px;
    margin-bottom: 10px !important;
    font-family: 'Montserrat';
    font-weight: 600;
    
    padding-top: 16px;
}

.sidebar h2 a {
    color: #333;
}
.sidebar .widget_search {
    margin-bottom: 20px;
}
.sidebar .read-more {
    font-size: 13px;
    text-align: right;
    border: 1px solid #dadada;
    display: inline-block;
    width: auto !important;
    float: right;
    padding: 4px 10px;
    color: #333;
    border-radius: 5px;
}
.content-area h3:first-child {
    margin-top: 0;
}
.sidebar .read-more:hover {
    background: rgb(218 218 218 / 50%);
    text-decoration: none;
}
.wp-block-button__link {
    padding: 4px 22px !important;
    font-size: 14px !important;
    text-transform: uppercase;
}

.wp-block-button__link:hover {
    text-decoration: none;
}
.content-area p a strong {
    font-weight: normal !important;
}
.sidebar h3, .sidebar h4  {
    font-size: 19px;
    background: #57c5c9;
    padding: 8px 12px;
}
.comment-form  label {
    display: block !important;
    font-weight: 600;
    margin-bottom: 0px;
}

.comment-form input {
    width: 100%;
    padding: 8px;
    border: 1px solid #dadada;
}

.comment-form textarea {
    width: 100%;
    border: 1px solid #dadada;
}

.comment-form #wp-comment-cookies-consent {
    display: inline-block;
    width: auto;
    position: relative;
    top: 3px;
    margin-right: 10px;
}

.wp-block-categories-list.wp-block-categories {
    list-style: none;
    margin-left: 0;
    padding-left: 0;
    display: flex;
    flex-wrap: wrap;
}

.wp-block-categories-list.wp-block-categories li a {
    padding: 2px 10px;
    display: inline-block;
    border: 1px solid #9e9e9e96;
    margin-bottom: 6px;
    margin-right: 6px;
    border-radius: 6px;
    color: #3f51b5;
    font-size: 14px;
    text-decoration: none;
}

.wp-block-categories-list.wp-block-categories li a:hover {
    background: #57c5c9;
    border-color: #57c5c9;
    color: #fff;
}

.comment-form #wp-comment-cookies-consent + label {
    display: inline-block !important;
    width: auto !important;
    max-width: 90%;
}

p.comment-form-cookies-consent {
    display: flex;
    align-items: flex-start;
    position: relative;
}

.comment-form input[type=submit] {
    background: #62703b;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    width: auto;
    padding-left: 30px;
    padding-right: 30px;
}
.comments-cntnr {
    width: 100%;
    max-width: 700px;
}
.single-post .about-banner:after {
    background-color: rgb(239 182 70 / 85%);
}

.single-post .about-banner {
    min-height: 171px;
}

.single-post .about-banner h1 {
    max-width: 90%;
    text-shadow: none;
}
.pfc-post.layout-two {
    border-top: 1px solid #dadada;
}
ul.sub-menu {
    display: none;
    position: absolute;
    right: 0;
    background: #fff;
    box-shadow: 0 0 10px rgb(0 0 0 / 30%);
    z-index: 100;
    padding-left: 0;
}

.menu-item-has-children {
    position: relative;
}

.menu-item-has-children:hover .sub-menu {
    display: block;
    margin-top: 3px;
}

ul.sub-menu li {
    list-style: none;
    margin-left: 0;
    padding-left: 0;
}

ul.sub-menu a {
    padding: 8px 18px !important;
    display: block;
    width: 100%;
}

ul.sub-menu li {
    margin-right: 0px;
}
#navbar .menu-headermenu-container .sub-menu a:hover:before {
    left: 0;
}
.newsthumb-wrpr .newsthumb img {
    height: 140px;
    object-fit: cover;
}
.page-template.page-id-25 .about-banner {
    min-height: 160px;
    background-position: 0px -260px !important;
}
.page-template-banner-blog-page .about-banner h1,
.page-template-news-events-page .about-banner h1{
    margin-bottom:0px;
}
.page-template .about-banner {
    min-height: 160px;
    /*background-position: 0px -120px !important;*/
    background-position: center;
}
.page .navbar-header,
.single .navbar-header {
    background: #fff;
}

.page-template-banner-blog-page,
.page-template-news-events-page{
    background: #fafafa;
}
.pagination-wrpr {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 59px;
}

.pagination-wrpr a, .pagination-wrpr span {
    display: inline-flex;
    padding: 10px;
    border: 1px solid #dadada;
    height: 30px;
    align-items: center;
    justify-content: center;
    margin: 3px;
    color: #333;
    background: #fff;
    border-radius: 3px;
}

.pagination-wrpr span {
    background: transparent;
    opacity: .4;
}
.page-template-default .about-banner {
    min-height: 230px;
}
.content-area .col-md-8 img {
    max-width: 100%;
    margin-bottom: 30px;
}
.sidebar .wp-block-search__inside-wrapper input {
    border: 1px solid #dadada;
}

.sidebar .wp-block-search__inside-wrapper button {
    margin-left: 0;
    border-left: 0px;
    min-width: 100px;
    text-transform: uppercase;
    font-weight: 600;
}
.site-main.row .col-md-8 {
    padding-right: 40px;
}

.single.menu-on-scroll .menu-headermenu-container a {
    color: #fff;
}
#navbar .menu-headermenu-container .sub-menu a:before {
    height: 0px;
}
#navbar .menu-headermenu-container .sub-menu a:hover:before {
    height: 37px;
    z-index: -1;
}
label.wp-block-search__label {
    display: none;
}
.btn-donate-here {
    background: #efb646;
    border-color: #efb646;
    text-transform: uppercase;
    font-weight: 600;
    width: 120px;
    height: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    line-height: 17px;
    margin: 0 auto;
}
.date.blogdate {
    background: #f3f3f3;
    position: relative;
    top: -30px;
    line-height: 45px;
    text-align: right;
    padding-right: 10px;
    font-size: 13px;
}

.date.blogdate:before{
    content:"\ecb0";
    font-family:icons-sm;
    margin-right:5px;
}

.board-of-directors .card h3 {
    font-size: 16px;
}

.board-of-directors .card-body {
    min-height: 286px;
}

.board-of-directors .card {
    margin-bottom: 30px;
}
.our-peacemakers img {
    height: auto;
    border-radius: 50% !important;
}

.our-peacemakers h3 {
    font-size: 19px;
}

.our-peacemakers .col-md-6 .container {
    border-top: 6px solid rgb(161 161 161 / 24%);
    padding-top: 20px;
}

.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  display: table;
  margin: 0 auto;
}
.page-id-5359 .about-banner h1 {
    margin-left: 240px;
    margin-bottom: 0;
}
.page-id-5359 .about-banner:after {
    background: rgb(5 5 5 / 0%);
    display: none;
}
.page-id-3774 h4 {
    border-bottom: 1px solid #efb646;
    max-width: 380px;
    margin: 0 auto;
    margin-bottom: 40px;
}

.page-id-3774 h4 span {
    background: #fff;
    position: relative;
    top: 14px;
    padding: 6px;
}

.page-id-3774 p {
    font-size: 17px;
}
.threeClm p {
    font-size: 14px;
    margin-top: 30px;
}

.page-id-3774 .content-area {
    max-width: 770px;
}
.ten-column .col-md-6 {
    border-right: 1px solid #dadada;
    border-top:1px solid #dadada;
    padding:25px;
}
.ten-column .col-md-6 h4{
    background-color:#f07022;
    color:#fff;
    padding-left:5px;
    width:30px;
    border-radius:4px;
}
.ten-column .col-md-6:nth-child(2),
.ten-column .col-md-6:nth-child(4),
.ten-column .col-md-6:nth-child(6),
.ten-column .col-md-6:nth-child(8),
.ten-column .col-md-6:nth-child(10) {
    border-right: 1px solid #fff;
}
.ten-column .col-md-6:nth-child(1),
.ten-column .col-md-6:nth-child(2){
    border-top:none;
}

.donate-now-box {
    background: #efb646;
    padding: 30px;
    color: #fff;
    text-align: center;
}

.donate-now-box {
    background: #efb646;
    padding: 30px;
    color: #fff;
    text-align: center;
    border-radius: 7px;
    margin-bottom: 20px;
    min-height: 200px;
}

.donate-now-box .btn-primary {
        width: 100px;
    height: 100px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    line-height: 18px;
    text-transform: uppercase;
    font-weight: 500;
    background: #f26f13;
    border: 3px solid #fff;
    position: absolute;
    left: 50%;
    margin-left: -50px;
        -o-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -webkit-transition: all .2s linear;
    transform: translateY(0px);
}
.donate-now-box .btn-primary:hover {
    box-shadow: 0 0 0 3px white;
}

.ten-column .col-md-6:nth-child(10) h4 {
    width: 46px;
}

.donate-now-box .btn-primary:active,
.donate-now-box .btn-primary:focus {
    background: #d95d07 !important;
    box-shadow:0px 0px 0px 2px   #f26f13 !Important;
    border-color:#fff !important;
}
.menu-on-scroll .menu-headermenu-container a {
    color: #fff !important;
}


.board-of-directors .card-header {
    border-top: 4px solid #f07022;
    background: transparent;
    border-radius: 0;
}

.board-of-directors .card {
    border: none;
    border-radius: 0px !important;
}
.regions-nav a {
    color: #fff;
}

.regions-nav {
    display: flex;
    flex-direction: row;
}

.regions-nav li {
    margin-right: 38px;
    font-size: 13px;
    margin-top: 10px;
}
.home .menu-headermenu-container .menu-item-has-children .sub-menu a {
    color: #333;
}
.page-template-banner-blog-page .news-content,
.page-template-banner-youth-page .news-content,
.page-template-news-events-page .news-content{
    min-height: 160px;
}

.category-list ul {
    display: flex;
    list-style: none;
    margin-left: 0;
    padding-left: 0px;
}

.category-list ul li {
    margin-right: 7px;
}

.category-list ul li a {
    font-size: 12px;
    color: #fff;
    background: #f36b13;
    padding: 2px 9px;
    border-radius: 2px;
}

.category-list {
    margin-bottom: 60px;
}
.category .about-banner,
.tag .about-banner {
				   
    min-height: 140px;
}

.category .about-banner h1,
.tag .about-banner h1 {
					   
    margin-bottom: 0;
}

.category .card-img-top,
.tag .card-img-top  {
					
    height: 112px;
    object-fit: cover;
}
.tag .about-banner {
    background: #57c5c9 !important;
}
.tag .about-banner h1 {
    text-shadow: 0 0 1px #57c5c9, 0 0 1px #57c5c9, 0 0 1px #57c5c9;
}
.next-prev-category {
    display: flex;
    justify-content: center;
    margin-bottom: 49px;
    margin-top: 10px;
}

.next-prev-category a {
    border: 1px solid #dadada;
    padding: 3px 18px;
    border-radius: 2px;
    margin: 0 3px;
    text-transform: uppercase;
    font-size: 13px;
    color: #444;
    font-weight: 600;
}

.next-prev-category a:first-child {
    padding-left:25px;
    position:relative;
}
.next-prev-category a:last-child {
    padding-right:25px;
    position:relative;
}
.next-prev-category .icon-navigate_before,
.next-prev-category .icon-navigate_next{

    font-family: 'icons-sm';
    font-size: 17px;
    position: absolute;
    left: 3px;
    top: 4px;
}
.next-prev-category .icon-navigate_next{
    left: auto;
    right:3px ;
}
.banner .addtoany_share_save_container.addtoany_content.addtoany_content_bottom {
    display: none;
}

.myiframe nav, .myiframe footer, .myiframe .footer-copy {
    display: none;
}
.btn-paypaldon {
    background: #08c;
    border-color: #08c;
    margin-bottom:10px;
}

.btn-facebookdon {
    background: #5472d2;
    border-color: #5472d2;
    margin-bottom:10px;
}
.btn-paypaldon:hover{
   background: #036fa5;
    border-color: #036fa5; 
}

.btn-facebookdon:hover{
   background: #425db3;
    border-color: #425db3; 
}
.wpb_animate_when_almost_visible {
    opacity: 1 !important;
}
.postid-6469 .content-area .col-md-8 img {
    display: none;
}
.wpb_animate_when_almost_visible {
     opacity: 1 !important; 
}
.page-template-default .about-banner{
	position:relative;
}

.page-template-default .about-banner,
.page-template .about-banner{
	position:relative;
}
.page-template-default .about-banner:before,
.page-template .about-banner:before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    /*background: linear-gradient(#f07022, transparent);*/
}

.page-template-media-page h4 {
    font-size: 16px;
    font-weight: 100 !important;
}
.search .has-post-thumbnail{
    margin-bottom:20px !important;
}
#menu-headermenu .donation-btn a:hover {
    box-shadow: 0 0 0 3px #f07022;
}
.tag-cntnr a {
    color: #000;
    font-size: 13px;
    margin-left: 4px;
    text-decoration: none;
}

.tag-cntnr {
    font-size: 13px;
    margin-bottom: 10px;
}

.tag-cntnr a + a {
    margin-left: 4px;
}

.tag-cntnr a:before {
    content: "\e95f";
    font-family: 'icons-sm';
    margin-right: 4px;
    position: relative;
    top: 1px;
    font-size: 11px;
    color: #f07022;
}
.news-content p:empty {display: none;}
.videos-wrpr:after {content: "";position: absolute;top: 0;left: 0;right: 0;bottom: 0;background: rgb(0 0 0 / 70%);}
.videos-wrpr .container {position: relative;z-index: 1;}
.postid-82 .card .container {border-top: 3px solid #dadada;padding-top: 27px;}
.postid-82 .card-body {padding: 0;}
#menu-item-16 ul.sub-menu {width: 280px;}
.menu-item-has-children:after {content: "\e313";font-family: 'icons-sm';position: relative;top: 2px; color:#fff;}
.widget_block h4 {font-size: 19px;
    background: #57c5c9;
    padding: 8px 12px;}

p.wp-block-tag-cloud a {color: rgb(0 0 0 / 70%);}
				
					
					 
						  
 

.widget_categories ul li {list-style: none;}
					
						
 

.widget_categories ul {margin-left: 0;padding-left: 0;}
					 
 

.widget_categories ul a {color: #000;border: 1px solid #dadada;padding: 3px 14px;display: inline-flex;margin-bottom: 8px;margin-right: 7px;font-size: 13px;text-decoration: none;}

ul.wp-block-categories-list.wp-block-categories {display: flex;flex-wrap: wrap;}
					  
					   
			 
					
				   
 

.widget_categories ul a:hover {background: #f1f1f1;}

/*div#block-12 {display: none;}

div#block-11 {display: none;}

div#block-10 {display: none;}

div#block-9 {display: none;}*/


.post-template-banner-blog-single div#block-12 {display: block;}

.post-template-banner-blog-single div#block-11 {display: block;}

.post-template-banner-blog-single div#block-10 {display: block;}

.post-template-banner-blog-single div#block-9 {display: block;}
.page-id-14.page-template .about-banner {min-height:210px;}
.epyt-pagination > div {border: 1px solid #d7d7d7;margin: 0 3px;font-size: 14px;min-height: 31px;line-height: 27px;}


.youtubefooter iframe {width: 100%; margin-top:50px; max-width:360px; height:220px}
.home .menu-item-has-children:after { color:#fff}
.tim-body {
    min-height: 348px;
}
.staff-body {
	min-height:100px!important;
	padding: 21px !important;
    padding-top: 0px !important;
	padding-left: 0 !important;
    padding-right: 0px !important;
}
.anat-body {
    min-height: 305px;
}
.hermione-body {
    min-height: 435px;
}
.neil-body {
    min-height: 509px;
}
.learnmore-wrpr a +a {
    margin-left: 10px;
}
.postid-82 .card .container .container {
    border: none;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
}

.staff-body > .container {
    padding-left: 0;
    padding-right: 0;
}
.postid-82 .card .container .container {
    border: none;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
}

.staff-body > .container {
    padding-left: 0;
    padding-right: 0;
}

.container.board-of-directors .col-md-12 .card-header {
    border-bottom: 0;
}
.card-body.germany-body, .card-body.uk-body {
    padding: 23px;
}
.menu-on-scroll .menu-headermenu-container .sub-menu a {
    color: #000 !important;
}

.menu-on-scroll .menu-headermenu-container .sub-menu {
    min-width: 240px;
}
.ipad .menu-headermenu-container li {
    margin: 0 5px;
    font-size: 11px;
}
.ipad.page .navbar .donation-btn a, .ipad.single .navbar .donation-btn a, .ipad.tribe-events-page-template .donation-btn a, .ipad.search .donation-btn a, .ipad.category .donation-btn a, .ipad.tag .donation-btn a {
    width: 65px;
    height: 65px;
    top: -17px;
    font-size: 8px;
    line-height: 9px;
}
ul#menu-headermenu {
    position: relative;
    top: 5px;
}

.ipad li#menu-item-18 {
    top: -2px;
}

.ipad.page #navbar2 img, .ipad.single #navbar2 img, .ipad.tribe-events-page-template #navbar2 img {
    width: 152px;
}
.ipad #navbar2 .headernav {
    margin-top: 5px;
    position: relative;
}
.ipad #navbar2 .search-icon {
    top: -2px;
    left: -5px;
}

.ipad .social-links a {
    margin-bottom: 10px;
    display: inline-block;
}

.ipad footer .col-md-6 {
    max-width: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}
.ipad .icon-people, .ipad  .icon-earth {
    display: none;
}
.tnp-subscription input {
    border: 1px solid #dadada !important;
    margin-bottom: 50px !important;
}

.tnp-subscription input[type=submit] {
    width: 150px;
    background: #fff !important;
    color: #e68546 !important;
    border: 3px solid #e68546 !important;
    border-radius: 41px;
    font-size: 19px;
    text-transform: uppercase;
    font-family: 'Montserrat';
    font-weight: 600;
    min-width: 200px;
    min-height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.tnp-field label {
    padding-left: 0;
    font-weight: 400;
}
.youtubefooter img {
    width: 360px;
    height: 200px;
    object-fit: cover;
}
.youtubefooter a {
    position: relative;
    display: block;
    width: 360px;
}

.youtubefooter i {
    position: absolute;
    left: 50%;
    top: 46%;
    font-size: 52px;
    margin-left: -26px;
    margin-top: -26px;
    color: rgb(255 0 0 / 37%);
}

.youtubefooter a:hover i {
    color: rgb(255 0 0 / 100%);
}
.youtubefooter {
    margin-top: 40px;
}
.tribe-events-content div {
    margin-bottom: 16px;
}




@media (max-width:1170px){
	.youtubefooter iframe {
    	max-width: 480px;
    	height: 270px;
	}
	.youtubefooter {
		width: 100%;
	}
	.twitter-label {
		margin-bottom:10px;
	}
	.fb_iframe_widget iframe {
    	/*width: 100% !important;*/
	}
	.latest-tweets-cntnr{width:100% !important;}
	.fb_iframe_widget_fluid {
    	display: inline-block !important;
    	width: 100% !important;
	}
	footer .twitter-content span,
	footer .twitter-content spans iframe{
		width: 100% !important;
		height: 350px !important;
		display:flex !important;
		justify-content:center;
	}
	footer .col-md-6 {
    	max-width: 100%;
    	flex: 0 0 100%;
	}
	.banner .swiper-slide {
		height: 499px;
		overflow: hidden;
	}
	a.logo-cntnr img {
	    width: 150px;
	    position: relative;
	    /*top: 22px;*/
	}
}



@media (max-width:1000px){
	.youtubefooter a {
    	width: 345px;
	}
	.youtubefooter img{
		width:345px;
	}
	.admin-bar #mobileNavbar {
		top: 46px;
	}
	
	.board-of-directors img {
		height: 130px !important;
		width: 130px !important;
		object-fit: cover;
		border-radius: 50% !important;
		margin: 40px auto;
	}

	.board-of-directors  figure.wp-block-image {
		text-align: center;
	}
	
	.page-id-73 .site-main .col-md-6 {
    width: 100%;
    max-width: 100%;
    flex-basis: auto;
}

.page-id-73 .site-main .col-md-12 {
    width: 100% !important;
    max-width: 100%;
    flex-basis: auto;
}
	/* NEw Menu design */
	
	li#menu-item-7913 {
		border-right: 1px solid #168fa2;
	}
	
	li#menu-item-7912 {
    width: 100% !important;
}

#menu-mobile-header-menu4 {
    border-top: none !important;
    margin-top: 30px !important;
	margin-bottom: 30px !important;
}

#menu-mobile-header-menu3 {
    margin-top: 60px !important;
}
	
	#menu-mobile-header-menu3 li:nth-child(1), 
	#menu-mobile-header-menu3 li:nth-child(3) {
		border-right: 1px solid #168fa2;
	}
	
	#menu-mobile-header-menu2,
	#menu-mobile-header-menu3,
	#menu-mobile-header-menu4{

    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-left: 28px;
    margin-right: 28px;
    font-family: 'Montserrat';
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: .5px;
    flex-wrap:wrap;
	border-top: 1px solid #168fa2;
	margin-top: 12px;
}

#menu-mobile-header-menu2  li,
#menu-mobile-header-menu3 li,
#menu-mobile-header-menu4 li{
     width: 50%;
    text-align: left;
    line-height: normal;
    margin-left: 0px !important;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 0px;
    padding-bottom: 0px;
    border-bottom: 1px solid #168fa2;
    min-height: 64px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
	
}

#menu-mobile-header-menu2 li a {
    line-height: 1px !important;
    line-height: 15px !important;
    
}

#menu-mobile-header-menu2 li:nth-child(1) {
    border-right: 1px solid #168fa2;
}
#menu-mobile-header-menu2 li:nth-child(3) {
    border-right: 1px solid #168fa2;
}
#menu-mobile-header-menu2 li:nth-child(5) {
    border-right: 1px solid #168fa2;
}
	
	.menu-mobile-header-menu1-container ul {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    margin-left: 28px;
    margin-right: 28px;
    font-family: 'Montserrat';
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: .5px;
}

.menu-mobile-header-menu1-container li:nth-child(1) {
    font-family: 'icons-sm' !important;
    font-size: 24px;
    font-weight: 100;
}
	
	
	.mobile-donation-wrpr a {
		background: #efb646;
		height: 55px;
		display: flex;
		justify-content: center;
		align-items: center;
		font-size: 16px;
		text-transform: uppercase;
		font-family: 'Montserrat';
		font-weight: 600;
		margin-left: 15px;
		margin-right: 15px;
		border-radius: 5px;
	}
	
	
	
	
	
	
	.sub-menu li {
		line-height: 30px;
	}

	.sub-menu {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	ul.sub-menu{
		position:relative;
		background:#17a2b8;
	}
	.learnmore-wrpr {
		flex-direction: column;
	}

	.learnmore-wrpr a {
		margin-bottom: 10px;
	}

	.learnmore-wrpr a + a {
		margin-left: 0;
	}
	.bwg-title2{display:none;}
	.epyt-gallery {padding: 30px;}
	.epyt-gallery iframe, .youtubefooter iframe {width: 100% !important; height:220px;}

.epyt-gallery-allthumbs.epyt-cols-5 {display: flex;flex-direction: column;}

.epyt-gallery-allthumbs.epyt-cols-5 > div {width: 100% !important;}

.youtubefooter iframe#_ytid_69817 {width: 100%; margin-top:50px;}
	
	.swiper-slide img.animation_2{
		animation-duration: 30s;
		transform: scale(1);
		animation-name: example2;
		object-fit: cover;
		max-width: 100%;
		object-position: center;
	}

	@keyframes example2 {
	  0% {transform: scale(1); }
	  25% {transform: scale(1); }
	  50% {transform: scale(1); }
	  100% {transform: scale(1);}
	}

    .site-main.row .col-md-8 {padding-right: 15px;}
    
    .addtoany_content {margin-top: 90px !important;}
    .ten-column .col-md-6 {
        border-right: none;
        border-bottom: 1px solid #dadada;
    }
    
    
    .sidebar {margin-top: 50px !important;}
    
    .sidebar input {border: 1px solid #dadada !important;margin-left: 0 !important;}
    
    .sidebar button {margin-right: 0 !important;}
    
    .sidebar #block-8 {padding-left: 0;padding-right: 0px;}
    .ten-column .col-md-6 {
        border-right: none;
        border-bottom: 1px solid #dadada;
    }

    .footer-director-content li {
        margin-right: 0 !important;
            line-height: 40px;
    }   

    .about-banner h1 {font-size: 27px;}
    .navbar-header a.navbar-toggler span {
        color: #333;
    }
    .home .navbar-header a.navbar-toggler span {
        color: #fff;
    }
    
    .menu-on-scroll .navbar-header a.navbar-toggler span {
        color: #fff !important;
    }

    .two-column-btns a {margin-bottom: 10px;}
    .about-subsection .row,
    .growing-force .row,
    .two-column-btns .row,
    .board-of-directors .row,
    .our-peacemakers .row,
    .ten-column .row {
        display: flex;
        flex-direction: column;
    }

    .swiper-slide img.animation_2 {height: 100%;}

    .content_wrpr p {font-size: 16px !important;margin: 0 10px;line-height: 21px;}
        .regions-nav {
            flex-direction: column;
        }
	.mobile-nav-bar .menu-item-18 {
		display: none;
	}
	.widget_search {
		padding: 0 20px;
	}

	.widget_search input[type='search'] {
		border: none;
		padding-left: 9px;
	    margin-left: 15px;
	}

	.widget_search button[type='submit'] {
		margin-left:0px;
		border:none;
		background:#eaa02d;
		text-transform: uppercase;
		font-weight: 600;
		padding-left: 20px;
		padding-right: 20px;
		margin-right: 16px;
		font-family: 'icons-sm';
    	color: #fff;
    	margin-right: 25px;
	}




	.widget_search label {
		display: none;
	}
	
	.content_wrpr h1 {
		font-size: 25px;
	}
	.content_wrpr p {
		font-size: 13px;
		max-width: 100%;
	}
	.banner .swiper-slide {
		height: 310px;
	}
	#navbar img {
		max-width: 124px;
	}
	.bullet-points-wrpr h4 {
		padding: 0 0px;
	}
	.bullet-points-wrpr h4 {
		font-size: 16px;
	}
	.swiper-button-next.bullet-next, .swiper-button-prev.bullet-prev {
		right: 26px;
		top: 104px;
	}
	.swiper-button-next.bullet-next:before, .swiper-button-prev.bullet-prev:before {
		font-size: 19px;   
	}
	.bullet-points-wrpr {
		padding: 70px 0px;
	}
	.young-people-wrpr h2 {
		font-size: 15px;
	}
	.young-people-wrpr p {
		line-height: 21px;
	}
	.young-people-wrpr {
		align-items: flex-end;
	}
	.page-id-1073 .col-md-6 {text-align: center !important;margin-bottom: 10px;}
	.page-template img, .post-template img {max-width: 100%;}
	.news-events-wrpr .col-md-4 img{width:100%;}
	.videos-wrpr {
		background: url(images/video-bg-picture.jpg) no-repeat #180f10;
		background-size: contain;
	}
	.young-people-wrpr .col-md-12 {background: #091927;padding-top: 20px;padding-bottom: 20px;}
	.young-people-wrpr {
		/*background-position: center -80px !important;*/
		min-height: 470px;
	}
	.learnmore-btn {
		padding: 8px 13px;
		font-size: 14px;
	}
	section.subscribe-wrpr h2 {
		font-size: 20px;
		text-align: center;
	}
	section.subscribe-wrpr h2 + p {
		text-align: center;
	}
	
	.video-section-content h2 {
		font-size: 20px;
	}
	.video-section-content h2 + p {
		text-align: center;
		line-height: 21px;
	}
	.subscribe-btn-wrpr {
		justify-content: center;
	}
	.subscribe-btn-wrpr .btn-subscribe {
		font-size: 17px;
		min-width: 177px;
		min-height: 52px;
	}
	.video-content h2 {
		font-size: 14px;
		margin-bottom: 40px;
	}
	.subscribe-btn-wrpr {
		display: flex;
		width: 100%;
		margin-bottom: 26px;
	}

	.donate-wrpr h2 {
		font-size: 20px;
		text-align: center;
	}

	.donate-wrpr h2 + p {
		text-align: center;
	}
	section.news-events-wrpr h2 {
		margin-bottom: 10px;
	}
	.newsthumb-wrpr {
		margin-bottom: 30px;
		box-shadow: 0 0 20px rgb(0 0 0 / 15%);
		border-radius: 16px
	}
	a.learnmore-btn.more-news {
		max-width: 222px;
	}
	.news-events-wrpr {
		padding: 50px 0;
	}
	footer .col-md-6 p {
		max-width: unset;
		margin-bottom: 40px;
	}
	footer .col-md-6 {
		text-align: center;
	}
	.latest-tweets-cntnr {
		margin-bottom: 44px;
		border-top: 1px solid #707d4d;
		padding-top: 36px;
	}
	.directors-nav li {
		min-width: 100%;
	}
	.directors-nav {
		margin-top: 20px;
	}
	.footernav li, .directors-nav li {
		margin-right: 0;
		line-height: 40px;
		width: 100%;
	}
	.twitter-label span {
		display: none;
	}

	.footer-menu-label span {
		display: none;
	}
	.footer-copy .col-md-6 {
		text-align: center !important;
	}
	.swiper-slide img.img2 {
		height: 470px;
	}
	section.subscribe-wrpr {
		min-height: 240px;
		padding-top: 30px;
	}
	.videos-wrpr {
		padding: 50px 0 50px 0;
	}
	.learnmore-btn span {
		font-size: 16px;
	}
	.video-content {
		margin-top: 63px;
	}
	a.navbar-toggler {
		margin-left: auto;
		border: none;
	}
	a.navbar-toggler span {
		color: #fff;
		font-size: 37px;
	}
	.page a.navbar-toggler span,
	.single a.navbar-toggler span	{
		color: #333;
	}
	#mobileNavbar {
		background: #17a2b8;
		position: fixed;
		z-index: 100;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		overflow-y:auto;
		padding-bottom: 10px;
        padding-top: 10px;
	}
	.mobile-nav-bar li {
		text-align: center;
		line-height: 60px;
	}
	.mobile-nav-bar li {
		text-align: center;
		line-height: 45px;
	    margin-left: 15px;
	}

	.mobile-nav-bar li.donation-btn {
		line-height: normal;
		text-align: center;
		width: 100%;
		margin-left: auto;
	}
	.mobile-nav-bar li.donation-btn a {
		position: static;
		margin: 0 auto;
	}
	.mobile-nav-bar .text-center img {
		max-width: 185px;
		margin-top: 40px;
		margin-bottom: 30px;
	}
	.mobile-nav-bar .icon-close {
		color: #fff;
		font-size: 24px;
		position: absolute;
		right: 27px;
		top: 11px;
	}
	.mobile-nav-bar a{
		color:#fff !important;
	}
}