body {
	color: #262626;
	font-size: 16px;
	line-height: 1.8;
	font-family: Montserrat, sans-serif
}

.clickcaja, .clickcajaexterna {
    cursor: pointer;
}


img {
	vertical-align: baseline
}

a {
	/* color: #262626 
    color:#333;*/
	color:#59585A;
}

a:visited {
	/* color: #757686 */
    color:#59585A
}

a:active,
a:focus,
a:hover {
	color: #59585A;
}

a:focus {
	outline: thin dotted
}

a:active,
a:hover {
	outline: 0;
	list-style: none
}

.top-header-bar {
	background: #ff4800;
	color: #fff
}

.header-bar-email,
.header-bar-text {
	padding: 20px 0;
	font-size: 12px;
	line-height: 1;
	text-transform: uppercase
}

.header-bar-email a,
.header-bar-text span {
	text-transform: lowercase;
	color: #fff;
	text-decoration: none
}

.header-bar-text {
	margin-left: 48px
}

.header-bar-text p {
	margin: 0
}

.site-branding {
	width: calc(100% - 24px);
	/* padding: 20px 0 */
}

.site-branding a {
	margin-top: 6px
}

@media screen and (min-width:992px) {
	.site-branding {
		width: auto
	}
}

.hamburger-menu {
	position: relative;
	width: 24px;
	height: 22px;
	margin: 0 auto;
	transition: .5s ease-in-out;
	cursor: pointer
}

.hamburger-menu span {
	display: block;
	position: absolute;
	height: 2px;
	width: 100%;
	background: #262626;
	border-radius: 10px;
	opacity: 1;
	left: 0;
	transition: .25s ease-in-out
}

.hamburger-menu span:nth-child(1) {
	top: 2px
}

.hamburger-menu span:nth-child(2),
.hamburger-menu span:nth-child(3) {
	top: 10px
}

.hamburger-menu span:nth-child(4) {
	top: 18px
}

.hamburger-menu.open span:nth-child(1) {
	top: 18px;
	width: 0;
	left: 50%
}

.hamburger-menu.open span:nth-child(2) {
	transform: rotate(45deg)
}

.hamburger-menu.open span:nth-child(3) {
	transform: rotate(-45deg)
}

.hamburger-menu.open span:nth-child(4) {
	top: 18px;
	width: 0;
	left: 50%
}

.site-navigation ul {
	position: fixed;
	top: 0;
	left: -320px;
	z-index: 9999;
	width: 320px;
	max-width: calc(100% - 120px);
	height: 100%;
	padding: 30px 15px;
	margin: 0;
	background: #fff;
	list-style: none;
	overflow-x: scroll;
	transition: all .35s
}

.site-navigation.show ul {
	left: 0
}

.site-navigation ul li {
	margin: 0 16px
}

.site-navigation ul li a {
	display: block;
	padding: 16px 0;
	font-size: 14px;
	font-weight: 600;
	line-height: 1;
	color: #262626;
	text-decoration: none;
	transition: color .35s
}

@media screen and (min-width:992px) {
	.site-navigation ul {
		position: relative;
		top: auto;
		left: auto;
		width: 100%;
		max-width: 100%;
		height: auto;
		padding: 0;
		overflow: auto;
		background: 0
	}
	.site-navigation ul li a {
		padding: 24px 0 19px
	}
}

.site-navigation ul li a:hover,
.site-navigation ul li.current-menu-item a {
	border-bottom: 3px solid #ff5a00;
	color: #ff5a00
}

.header-bar-cart {
	margin-left: 40px
}

.header-bar-cart a {
	width: 48px;
	height: 100%
}

.header-bar-cart a {
	color: #fff;
	text-decoration: none
}

.hero-slider {
	/* max-height: 820px*/
	max-height: 420px;
}

.hero-content-wrap {
	position: relative;
	color: #fff
}

.hero-content-overlay {
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, .5)
}

.hero-content-wrap img {
	display: block;
	width: 100%;
	height: 100%;
	margin: 0;
	object-fit: cover
}

.hero-content-overlay h1 {
	margin: 0;
	font-size: 80px;
	font-weight: 600;
	line-height: 1
}

.hero-content-overlay h4 {
	margin: 0;
	font-size: 46px;
	font-weight: 600
}

.hero-content-overlay p {
	font-weight: 500;
	line-height: 1.8
}

.hero-content-overlay .entry-footer,
a.btn {
	color: #000;
	border: 2px solid #262626!important;
	background-color: #fff;
	opacity: 9
}

.hero-slider .pagination-wrap {
	bottom: 0;
	left: 0;
	z-index: 99;
	/* height: 60px */
	height: 28px 
}

.hero-slider .swiper-pagination-bullet {
	width: 24px;
	height: 20px;
	margin-right: 6px;
	border-radius: 0;
	font-size: 12px;
	color: #fff;
	background: 0;
	opacity: 1
}

.hero-slider .swiper-pagination-bullet-active {
	color: #ff5a00
}

.hero-slider .swiper-button-next,
.hero-slider .swiper-button-prev {
	width: 70px;
	height: 70px;
	margin-top: -35px;
	border-radius: 50%;
	background: -moz-linear-gradient(180deg, rgba(255, 90, 0, 1) 0, rgba(255, 54, 0, 1) 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(255, 90, 0, 1)), color-stop(100%, rgba(1255, 54, 0, 1)));
	background: -webkit-linear-gradient(180deg, rgba(255, 90, 0, 1) 0, rgba(255, 54, 0, 1) 100%);
	background: -o-linear-gradient(180deg, rgba(255, 90, 0, 1) 0, rgba(255, 54, 0, 1) 100%);
	background: -ms-linear-gradient(180deg, rgba(255, 90, 0, 1) 0, rgba(255, 54, 0, 1) 100%);
	background: linear-gradient(270deg, rgba(255, 90, 0, 1) 0, rgba(255, 54, 0, 1) 100%);
	transition: all .35s
}

.hero-slider .swiper-button-next {
	right: 80px
}

.hero-slider .swiper-button-prev {
	left: 80px
}

.hero-slider .swiper-button-next span,
.hero-slider .swiper-button-prev span {
	display: block;
	width: 36px;
	padding-top: 15px;
	margin: 0 auto
}

.hero-slider .swiper-button-next path,
.hero-slider .swiper-button-prev path {
	fill: #fff
}

.hero-slider .swiper-button-next.swiper-button-disabled,
.hero-slider .swiper-button-prev.swiper-button-disabled {
	opacity: 0
}

@media screen and (max-width:1200px) {
	.hero-content-overlay h1 {
		font-size: 72px
	}
	.hero-content-overlay h4 {
		font-size: 32px
	}
	.hero-content-overlay p {
		font-size: 14px
	}
	.hero-slider .pagination-wrap {
		height: 40px
	}
}

@media screen and (max-width:992px) {
	.hero-content-overlay h1 {
		font-size: 25px
	}
	.hero-content-overlay h4 {
		font-size: 16px
	}
	.hero-content-overlay p,
	.hero-slider .pagination-wrap,
	.hero-slider .swiper-button-next,
	.hero-slider .swiper-button-prev {
		display: none
	}
	.hero-content-overlay footer {
		margin-top: 12px!important
	}
	.our-causes {display:none}
	.home-page-welcome {display:none}
	.home-page-limestone {display:none}
	.home-page-events {display:none}
}

.elements-wrap {
	margin-top: 80px
}

.btn {
	padding: 18px 40px;
	border: 2px solid #262626;
	border-radius: 24px;
	font-size: 14px;
	font-weight: 600;
	line-height: 1;
	color: #262626;
	outline: 0;
	cursor: pointer
}

.btn:focus {
	outline: 0
}

.btn.orange-border {
	border-color: #262626
}

.btn.gradient-bg,
.btn.orange-border:hover {
	border-color: #262626;
	background: -moz-linear-gradient(180deg, rgba(255, 90, 0, 1) 0, rgba(255, 54, 0, 1) 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(255, 90, 0, 1)), color-stop(100%, rgba(1255, 54, 0, 1)));
	background: -webkit-linear-gradient(180deg, rgba(255, 90, 0, 1) 0, rgba(255, 54, 0, 1) 100%);
	background: -o-linear-gradient(180deg, rgba(255, 90, 0, 1) 0, rgba(255, 54, 0, 1) 100%);
	background: -ms-linear-gradient(180deg, rgba(255, 90, 0, 1) 0, rgba(255, 54, 0, 1) 100%);
	background: linear-gradient(270deg, rgba(255, 90, 0, 1) 0, rgba(255, 54, 0, 1) 100%);
	color: #fff
}

.accordion-wrap {
	position: relative
}

.accordion-wrap .entry-content {
	margin: 0
}

.accordion-wrap .entry-title {
	padding: 12px 38px;
	margin-bottom: 15px;
	border-radius: 30px;
	background: #f3f3f3;
	font-size: 14px;
	font-weight: 600;
	color: #262626;
	cursor: pointer
}

.accordion-wrap .entry-title.active {
	border: 0;
	background: -moz-linear-gradient(180deg, rgba(255, 90, 0, 1) 0, rgba(255, 54, 0, 1) 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(255, 90, 0, 1)), color-stop(100%, rgba(1255, 54, 0, 1)));
	background: -webkit-linear-gradient(180deg, rgba(255, 90, 0, 1) 0, rgba(255, 54, 0, 1) 100%);
	background: -o-linear-gradient(180deg, rgba(255, 90, 0, 1) 0, rgba(255, 54, 0, 1) 100%);
	background: -ms-linear-gradient(180deg, rgba(255, 90, 0, 1) 0, rgba(255, 54, 0, 1) 100%);
	background: linear-gradient(270deg, rgba(255, 90, 0, 1) 0, rgba(255, 54, 0, 1) 100%);
	color: #fff
}

.accordion-wrap .entry-title .arrow-d::before,
.accordion-wrap .entry-title .arrow-r::before {
	content: "+";
	font-size: 24px;
	font-weight: 400
}

.accordion-wrap .entry-title .arrow-d::before {
	content: "-"
}

.accordion-wrap .entry-content {
	display: none
}

.accordion-wrap .entry-content p {
	padding: 0 38px;
	font-size: 14px;
	line-height: 2;
	color: #929191
}

ul.tabs-nav {
	margin: 0;
	padding: 0;
	list-style: none
}

ul.tabs-nav .tab-nav {
	padding: 12px 32px;
	margin-right: 6px;
	border-radius: 30px;
	background: #f3f3f3;
	font-size: 14px;
	font-weight: 600;
	color: #262626;
	cursor: pointer;
	transition: all .35s
}

ul.tabs-nav .tab-nav.active {
	border: 0;
	background: -moz-linear-gradient(180deg, rgba(255, 90, 0, 1) 0, rgba(255, 54, 0, 1) 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(255, 90, 0, 1)), color-stop(100%, rgba(1255, 54, 0, 1)));
	background: -webkit-linear-gradient(180deg, rgba(255, 90, 0, 1) 0, rgba(255, 54, 0, 1) 100%);
	background: -o-linear-gradient(180deg, rgba(255, 90, 0, 1) 0, rgba(255, 54, 0, 1) 100%);
	background: -ms-linear-gradient(180deg, rgba(255, 90, 0, 1) 0, rgba(255, 54, 0, 1) 100%);
	background: linear-gradient(270deg, rgba(255, 90, 0, 1) 0, rgba(255, 54, 0, 1) 100%);
	color: #fff
}

.tabs .tab-nav {
	margin-bottom: -1px;
	z-index: 99
}

.tabs-container {
	padding: 34px
}

.tab-content {
	display: none
}

.tab-content p {
	margin-bottom: 0;
	font-size: 14px;
	line-height: 2;
	color: #929191
}

.counter-box {
	margin: 20px 0;
	text-align: center
}

.counter-box .counter-k {
	font-size: 24px;
	font-weight: 500
}

.counter-box .entry-title {
	margin-top: 16px;
	font-size: 14px;
	color: #595858
}

.icon-box {
	padding: 40px;
	border-radius: 24px;
	background: #ecf2f5;
	text-align: center;
	transition: all .35s
}

.icon-box.active,
.icon-box:hover {
	border: 0;
	background: -moz-linear-gradient(180deg, rgba(255, 90, 0, 1) 0, rgba(255, 54, 0, 1) 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(255, 90, 0, 1)), color-stop(100%, rgba(1255, 54, 0, 1)));
	background: -webkit-linear-gradient(180deg, rgba(255, 90, 0, 1) 0, rgba(255, 54, 0, 1) 100%);
	background: -o-linear-gradient(180deg, rgba(255, 90, 0, 1) 0, rgba(255, 54, 0, 1) 100%);
	background: -ms-linear-gradient(180deg, rgba(255, 90, 0, 1) 0, rgba(255, 54, 0, 1) 100%);
	background: linear-gradient(270deg, rgba(255, 90, 0, 1) 0, rgba(255, 54, 0, 1) 100%);
	color: #fff
}

.icon-box figure img:nth-of-type(1) {
	display: block
}

.icon-box figure img:nth-of-type(2) {
	display: none
}

.icon-box.active figure img:nth-of-type(1),
.icon-box:hover figure img:nth-of-type(1) {
	display: none
}

.icon-box.active figure img:nth-of-type(2),
.icon-box:hover figure img:nth-of-type(2) {
	display: block
}

.icon-box .entry-title {
	margin-top: 28px;
	font-size: 24px;
	font-weight: 600;
	color: #262626
}

.icon-box.active .entry-title,
.icon-box:hover .entry-title {
	color: #fff
}

.icon-box .entry-content {
	/*margin-top: 24px*/ 
}

.icon-box .entry-content p {
	margin: 0;
	font-size: 17px;
	color: #595858;
    letter-spacing: 0.1em;
    line-height: 22px;
}

.icon-box.active .entry-content p,
.icon-box:hover .entry-content p {
	color: #fff
}

.home-page-icon-boxes {
	padding: 10px 0
}

.home-page-welcome {
	position: relative;
	padding: 96px 0;
	background: url(../img/welcome-bg.jpg) no-repeat center;
	background-size: cover;
	z-index: 99
}

.home-page-welcome::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	background: rgba(21, 21, 21, .9)
}

.welcome-content .entry-title {
	position: relative;
	padding-bottom: 24px;
	font-size: 36px;
	font-weight: 600;
	color: #fff
}

.welcome-content .entry-title::before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 64px;
	height: 4px;
	border-radius: 2px;
	background: #ff5a00
}

.welcome-content .entry-content {
	font-size: 14px;
	line-height: 2;
	color: grey
}

.home-page-welcome img {
	display: block;
	width: 100%
}

@media screen and (max-width:992px) {
	.home-page-welcome img {
		margin-bottom: 60px
	}
}

.home-page-events {
	padding: 96px 0
}

.section-heading .entry-title {
	position: relative;
	padding-bottom: 24px;
	font-size: 36px;
	font-weight: 600
}

.section-heading .entry-title::before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 64px;
	height: 4px;
	border-radius: 2px;
	background: #ff5a00
}

@media screen and (max-width:992px) {
	.home-page-events .featured-cause .section-heading {
		margin-top: 80px
	}
}

.event-wrap {
	margin-top: 40px
}

.event-wrap figure {
	width: 144px;
	height: auto
}

.event-wrap figure img {
	display: block;
	width: 100%
}

.event-content-wrap {
	width: calc(100% - 180px);
	margin-top: -10px
}

.event-content-wrap .entry-title a {
	font-size: 18px;
	font-weight: 600;
	color: #262626
}

.event-content-wrap .cats-links a,
.event-content-wrap .posted-date a {
	display: block;
	position: relative;
	margin-top: 6px;
	font-size: 11px;
	font-weight: 500;
	line-height: 1;
	color: #262626
}

.event-content-wrap .posted-date a {
	padding-right: 14px;
	margin-right: 14px
}

.event-content-wrap .posted-date a::after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 1px;
	height: 100%;
	background: #262626
}

.event-content-wrap .entry-content {
	margin-top: 12px;
	margin-bottom: 0;
	font-size: 14px;
	color: #929191
}

.event-content-wrap .entry-footer a {
	display: block;
	margin-top: 10px;
	font-size: 14px;
	color: #ff5a00;
	text-decoration: none
}

.home-page-events {
	padding: 96px 0
}

.cause-wrap {
	margin-top: 50px
}

.featured-cause .cause-wrap {
	padding: 40px 24px;
	background: #edf3f5
}

.featured-cause .featured-cause .cause-wrap figure {
	width: 246px;
	height: auto
}

.cause-wrap figure img {
	display: block;
	width: 100%
}

.featured-cause .cause-content-wrap {
	width: calc(100% - 280px)
}

.cause-content-wrap .entry-title a {
	font-size: 18px;
	font-weight: 600;
	color: #262626
}

.cause-content-wrap .cats-links a,
.cause-content-wrap .posted-date a {
	display: block;
	position: relative;
	margin-top: 6px;
	font-size: 11px;
	font-weight: 500;
	line-height: 1;
	color: #262626
}

.cause-content-wrap .posted-date a {
	padding-right: 14px;
	margin-right: 14px
}

.cause-content-wrap .posted-date a::after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 1px;
	height: 100%;
	background: #262626
}

.cause-content-wrap .entry-content {
	margin-top: 28px;
	margin-bottom: 0;
	font-size: 14px;
	color: #929191
}

.cause-wrap .fund-raised {
	margin-top: 64px
}

.fund-raised-details {
	font-size: 14px;
	color: #929191
}

.our-causes {
	position: relative;
	padding: 96px 0;
	background: url(../img/services-bg.jpg) no-repeat center;
	background-size: cover;
	z-index: 99
}

.our-causes::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	background: rgba(232, 237, 238, .8)
}

.our-causes .swiper-button-next {
	right: -120px
}

.our-causes .swiper-button-prev {
	left: -120px
}

.our-causes .swiper-button-next span,
.our-causes .swiper-button-prev span {
	display: block;
	width: 36px;
	padding-top: 15px;
	margin: 0 auto
}

.our-causes .swiper-button-next path,
.our-causes .swiper-button-prev path {
	fill: #fff
}

.our-causes .swiper-button-next.swiper-button-disabled,
.our-causes .swiper-button-prev.swiper-button-disabled {
	opacity: 0
}

@media screen and (max-width:1400px) {
	.our-causes .swiper-button-next {
		right: 0
	}
	.our-causes .swiper-button-prev {
		left: 0
	}
}

@media screen and (max-width:576px) {
	.our-causes .swiper-button-next,
	.our-causes .swiper-button-prev {display: none}
	.our-causes {display:none}
	.home-page-welcome {display:none}
	.home-page-limestone {display:none}
	.home-page-events {display:none}
}

.home-page-limestone {
	padding: 96px 0
}

.home-page-limestone .section-heading .entry-title {
	padding-bottom: 36px;
	line-height: 1.6
}

.home-page-limestone .section-heading p {
	font-size: 14px;
	color: #595858
}

.single-page .page-header {
	position: relative;
	z-index: 99;
	padding-top: 100px;
	padding-bottom: 72px;
	background-size: cover!important
}

.single-page .page-header::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .7)
}

.single-page .page-header h1 {
	position: relative;
	padding-bottom: 24px;
	font-size: 36px;
	font-weight: 600;
	color: #fff
}

.single-page .page-header h1::before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 64px;
	height: 4px;
	border-radius: 2px;
	background: #ff5a00
}

.about-page .page-header {
	background: url(../img/about-bg.jpg) no-repeat center
}

.followers .page-header {
	background: url(../img/followers-bg.jpg) no-repeat center
}

.likes .page-header {
	background: url(../img/likes-bg.jpg) no-repeat center
}

.comments .page-header {
	background: url(../img/comments-bg.jpg) no-repeat center
}

.views .page-header {
	background: url(../img/views-bg.jpg) no-repeat center
}

.repost .page-header {
	background: url(../img/repost-bg.jpg) no-repeat center
}

.scholarship .page-header {
	background: url(../img/scholarship-instagram-followers-bg.jpg) no-repeat center
}

.welcome-content .entry-title {
	color: #262626
}

.welcome-wrap {
	padding: 30px 0
}

.about-page .welcome-content .entry-content {
	color: #929191
}

.about-stats {
	padding: 96px 0;
	background: #262626
}

.about-stats .circular-progress-bar .circle strong,
.about-stats .circular-progress-bar .entry-title {
	color: #fff
}

.about-testimonial {
	padding: 0 0 96px
}

.testimonial-cont {
	margin-top: 96px
}

.testimonial-cont,
.testimonial-cont p {
	position: relative
}

.testimonial-cont::before {
	content: '“';
	position: absolute;
	top: 0;
	left: 0;
	width: 48px;
	height: 48px;
	font-size: 48px;
	font-family: Montserrat, sans-serif;
	font-weight: 500;
	font-style: italic;
	line-height: 1;
	color: #ff5a00
}

.testimonial-cont .entry-content {
	padding-top: 42px
}

.testimonial-cont p {
	padding-bottom: 32px;
	font-size: 30px;
	font-weight: 600;
	line-height: 1.6;
	font-style: italic
}

.testimonial-cont p::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 64px;
	height: 4px;
	border-radius: 2px;
	background: #ff5a00
}

.testimonial-cont .entry-footer img {
	width: 64px;
	height: 64px;
	border-radius: 50%
}

.testimonial-cont .entry-footer h4, .testimonial-cont .entry-footer h5 {
	margin-left: 20px;
	font-size: 14px;
	font-weight: 600;
	color: #595858
}
.testimonial-cont .entry-footer h4 span, .testimonial-cont .entry-footer h5 span {
	color: #ff5a00
}


.help-us {
	padding: 70px 0 96px;
	background: #ff3700
}

.help-us h2 {
	margin-top: 36px;
	font-size: 36px;
	font-weight: 600;
	color: #fff
}

.help-us .btn {
	margin-top: 36px
}

.help-us .btn,
.help-us .btn:hover {
	border-color: #fff;
	color: #fff
}

@media screen and (max-width:1200px) and (min-width:992px) {
	.cause-wrap figure {
		width: 100%
	}
	.featured-cause .cause-content-wrap {
		width: 100%;
		margin-top: 40px
	}
}

@media screen and (max-width:576px) {
	.cause-wrap figure {
		width: 100%
	}
	.featured-cause .cause-content-wrap {
		width: 100%;
		margin-top: 40px
	}
}

.news-page .page-header {
	background: url(../img/terms-bg.jpg) no-repeat center
}

.news-wrap {
	padding: 0
}

.pagination {
	margin-top: 92px
}

.pagination a {
	margin-right: 16px;
	font-size: 12px;
	font-weight: 500;
	line-height: 1;
	color: #262626;
	text-decoration: #ffdead
}

.pagination .active a,
.pagination a:hover {
	color: #ff3900
}

@media screen and (max-width:992px) {
	.sidebar {
		margin-top: 96px
	}
}

.sidebar h2 {
	font-size: 18px;
	font-weight: 600
}

.sidebar .upcoming-events {
	margin-top: 60px
}

.sidebar .upcoming-events ul {
	list-style: none;
	margin: 60px 0 0
}

.sidebar .upcoming-events li {
	margin-bottom: 32px
}

.sidebar .upcoming-events li:nth-last-of-type(1) {
	margin-bottom: 0
}

.sidebar .upcoming-events figure,
.sidebar .upcoming-events figure a,
.sidebar .upcoming-events figure img {
	display: block;
	margin: 0
}

.sidebar .upcoming-events figure {
	width: 140px
}

.sidebar .upcoming-events .entry-content {
	width: calc(100% - 140px)
}

.sidebar .upcoming-events h3 {
	margin-bottom: 0;
	font-size: 18px;
	font-weight: 500
}

.sidebar .upcoming-events h3 a {
	color: #262626
}

.sidebar .upcoming-events .post-metas {
	font-size: 11px;
	line-height: 1;
	color: #262626
}

.sidebar .upcoming-events .post-metas a {
	color: #262626
}

.sidebar .upcoming-events .post-metas>span {
	display: block;
	padding-right: 10px;
	margin-right: 10px;
	border-right: 1px solid #262626
}

.sidebar .upcoming-events .post-metas>span:nth-last-of-type(1) {
	border: 0;
	padding-right: 0;
	margin-right: 0
}

.sidebar .upcoming-events p {
	margin-top: 16px;
	margin-bottom: 0;
	font-size: 14px;
	color: #929191
}

.sidebar .featured-cause {
	margin-top: 60px
}

.sidebar .featured-cause .cause-wrap {
	padding: 0;
	background: 0
}

.sidebar .featured-cause .featured-cause .cause-wrap figure {
	width: 100%
}

.sidebar .cause-wrap figure img {
	display: block;
	width: 100%
}

.sidebar .featured-cause .cause-content-wrap {
	width: 100%;
	padding: 32px;
	margin-top: 0;
	border: 1px solid #e0e0e0;
	border-top: 0
}

.contact-page .page-header {
	background: url(../img/contact-bg.jpg) no-repeat center
}

.contact-page-wrap .entry-content ul.contact-social {
	padding: 20px 0 0;
	margin: 0;
	list-style: none
}

.contact-page-wrap .entry-content ul.contact-social li {
	margin-right: 28px;
	margin-bottom: 8px;
	font-size: 14px
}

.contact-page-wrap .entry-content ul.contact-social li a {
	color: #ff3700
}

.contact-page-wrap .entry-content ul.contact-info {
	margin: 32px 0 0
}

.contact-page-wrap .entry-content ul.contact-info li {
	display: flex;
	align-items: baseline;
	margin-bottom: 15px;
	font-size: 14px;
	color: #9b9a9a
}

.contact-page-wrap .entry-content ul.contact-info .fa {
	width: 28px;
	margin-right: 10px;
	font-size: 18px;
	color: #ff5a00;
	text-align: center
}

.contact-page .contact-gmap {
	margin-top: 92px
}

.contact-page .contact-gmap iframe {
	display: block;
	width: 100%;
	height: 440px
}

.footer-widgets {
	position: relative;
	padding: 96px 0 90px;
	font-weight: 500;
	color: #929191;
	background: url(../img/foot-bg.jpg) no-repeat center;
	background-size: cover;
	z-index: 99
}

.footer-widgets::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 101%;
	background: rgba(22, 22, 22, .92)
}

.footer-widgets h2 {
	margin-bottom: 40px;
	font-size: 18px;
	color: #fff
}

.footer-widgets ul {
	padding: 12px 0 0;
	margin: 0;
	list-style: none
}

.footer-widgets ul li {
	margin-bottom: 8px;
	font-size: 14px
}

.footer-widgets ul li a {
	color: #a2a1a1;
	text-decoration: none
}

.footer-widgets ul li a:hover {
	color: #ff5a00
}

.foot-about p {
	font-size: 14px;
	line-height: 2;
	color: #929191
}

.foot-about ul li {
	margin-right: 28px
}

.foot-about ul li a {
	color: #fff
}

.foot-latest-news ul li {
	display: block;
	margin-bottom: 36px
}

.foot-latest-news ul li h3 {
	font-size: 14px
}

.foot-latest-news ul li .posted-date {
	font-size: 12px;
	color: #ff5a00
}

.foot-contact ul li {
	display: flex;
	align-items: baseline;
	margin-bottom: 15px
}

.foot-contact ul li .fa {
	width: 28px;
	margin-right: 10px;
	font-size: 18px;
	text-align: center;
	color: #ff5a00
}

.foot-contact ul li span {
	width: calc(100% - 3px)
}

.footer-bar {
	padding: 30px 0;
	font-size: 12px;
	color: #7b7b7b;
	background: #131212;
	text-align: center
}