/* =================================
------------------------------------
  LibChurch - Event Template
  Version: 1.0
 ------------------------------------ 
 ====================================*/

/*----------------------------------------*/
/* Template default CSS
/*----------------------------------------*/
html,
body {
	height: 100%;
	font-family: "Open Sans", sans-serif;
    font-size: 1em;
    line-height: 2;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #414141;
	margin: 20px 0;
	font-weight: bold;
	font-family: "Open Sans", sans-serif;
}

h1 {
	font-size: 2em;
    margin-bottom: 50px;
}

h2 {
	font-size: 1.5em;
    border-bottom: 1px dotted gray;
    padding-bottom: 10px;
}

h3 {
	font-size: 1.3em;
    color: #007100;
}

h4 {
	font-size: 1.2em;
}

h5 {
	font-size: 1.1em;
}

p {
	font-size: 1.1em;
	color: #414141;
	line-height: 2;
}

img {
	max-width: 100%;
    height: auto;
}

input:focus,
select:focus,
button:focus,
textarea:focus {
	outline: none;
}

a{
    color: #007100;
}

a:hover,
a:focus,
a:visited{
	text-decoration: none;
	outline: none;
    color: #FD0000;
}

ul,
ol {
	padding: 0;
	margin: 0;
}

/*---------------------
	Commom elements
-----------------------*/

/* Buttons */
.site-btn {
	padding: 14px 23px;
	display: inline-block;
	font-size: 14px;
	font-weight: 700;
	border: none;
	text-transform: uppercase;
	color: #007100;
	border-radius: 2px;
	background: #F1C40F;
    border: 2px solid red;
    border-radius: 5px;
	letter-spacing: 1px;
	text-align: center;
}

.site-btn:hover {
	color: #fff;
}

.site-btn.sb-wide {
	padding: 14px 35px;
}

.site-btn.sb-line {
	background-color: transparent;
	border: 2px solid #FD0000;
	color: #fff;
	letter-spacing: 2px;
}

.site-btn.sb-light-line {
	background-color: transparent;
	border: 2px solid #fff;
	color: #fff;
	letter-spacing: 2px;
}

.site-btn.sb-full {
	width: 100%;
	display: block;
}

/* Preloder */
#preloder {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 999999;
	background: #fff;
}

.loader {
	width: 40px;
	height: 40px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -13px;
	margin-inline-start: -13px;
	border-radius: 60px;
	animation: loader 0.8s linear infinite;
	-webkit-animation: loader 0.8s linear infinite;
}

@keyframes loader {
	0% {
		-webkit-transform: rotate(0deg);
		        transform: rotate(0deg);
		border: 4px solid #f44336;
		border-inline-start-color: transparent;
	}
	50% {
		-webkit-transform: rotate(180deg);
		        transform: rotate(180deg);
		border: 4px solid #673ab7;
		border-inline-start-color: transparent;
	}
	100% {
		-webkit-transform: rotate(360deg);
		        transform: rotate(360deg);
		border: 4px solid #f44336;
		border-inline-start-color: transparent;
	}
}

@-webkit-keyframes loader {
	0% {
		-webkit-transform: rotate(0deg);
		border: 4px solid #f44336;
		border-inline-start-color: transparent;
	}
	50% {
		-webkit-transform: rotate(180deg);
		border: 4px solid #673ab7;
		border-inline-start-color: transparent;
	}
	100% {
		-webkit-transform: rotate(360deg);
		border: 4px solid #f44336;
		border-inline-start-color: transparent;
	}
}

/*---------------------
	Helper CSS
-----------------------*/
.section-title {
	text-align: center;
	margin-bottom: 70px;
}

.section-title.title-left {
	text-align: start;
}

.section-title span {
	font-size: 16px;
	font-weight: 700;
	color: #dd3e3e;
	margin-bottom: 10px;
	display: block;
}

.section-title h2 {
	font-size: 40px;
	font-weight: 700;
	text-transform: uppercase;
}

.spad {
	padding: 50px 0;
}

.set-bg {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center 0;
}

/*---------------------
	Header section
-----------------------*/

/* header top */
.top-nav-section {
	background-image: url("../images/site_header_background.jpg");
  	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-color: #007100;
	padding: 15px 0;
    border-bottom: 2px solid #fd0000;
	height: 70px;
}

.top-nav-section .social {
	display: inline-block;
	margin-top: 0px;
    font-size: 120%;
}

.top-nav-section .social a {
	color: #fff;
	margin-inline-end: 30px;
}

.top-nav-section .social a:hover{
    color: #F1C40F;
}

.counter-top {
	text-align: center;
}

.counter-top h5 {
	display: inline-block;
	text-transform: uppercase;
	color: #f1c40f;
	top: -9px;
	position: relative;
}

.counter-top .counter {
	display: inline-block;
	margin: 0 20px;
}

.counter-top .counter .counter-item {
	padding: 0 20px;
	font-size: 11px;
	text-transform: uppercase;
	color: #fff;
	border-inline-end: 1px solid #503030;
	display: inline-block;
}

.counter-top .counter .counter-item:last-child {
	border-inline-end: none;
}

.counter-top .counter .counter-item h4 {
	font-size: 20px;
	color: #fff;
}

.counter-top .top-readmore {
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 600;
	color: #dd3e3e;
	top: -9px;
	position: relative;
}

.top-links {
	float: right;
	margin-top: 5px;
    font-size: 0.9em;
}

.top-links a {
    display: inline-block;
    margin-inline-end: 5px;
	color: #fff;
	text-transform: uppercase;
}

.top-links a:hover{
    color: #F1C40F;
}

.top-links a i{
    margin-inline-end: 3px;
}

.email-signup{
    width: 250px;
    position: absolute;
    z-index: 1000;
    left: 20px;
    margin-top: -1px;
    background-color: rgba(241, 196, 15,0.9);
    padding: 15px;
    display: none;
    border: 1px solid #fd0000;
    color: #414141;
}

.email-signup form, .email-signup h2{
    padding: 0;
    margin: 0;
}

.email-signup h2{
    color: #414141;
    font-size: 1.8em;
    padding-bottom: 10px;
    border-bottom: 1px dotted white;
    margin-bottom: 10px;
}

.email-signup input{
    padding: 5px;
    margin: 5px;
    margin-inline-start: 0;
    border-radius: 5px;
    border: 1px solid #FD0000;
}

.email-signup button{
    padding: 10px;
    margin: 10px;
    margin-inline-start: 0;
    border-radius: 5px;
    background: #007100;
    color: white;
    border: 0;
    box-shadow: none;
}

.header-section {
	padding: 0;
	position: relative;
    margin-top: 5px;
}

.header-section .site-btn {
	float: right;
	margin-inline-start: 100px;
    margin-top: 40px;
}

.site-logo {
	display: inline-block;
	margin-inline-end: 20px;
    width: 160px;
    height: 160px;
    float: left;
}

.nav-switch {
	display: none;
}

.main-menu {
	display: inline-block;
	float: left;
	padding-top: 5px;
}

.main-menu ul {
	list-style: none;
}

.main-menu ul li {
	display: inline;
}

.main-menu ul li a {
	display: inline-block;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 13px;
	color: #414141;
	margin-inline-start: 20px;
	padding: 10px;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
    margin-top: 40px;
}

.main-menu ul li a:hover {
	color: #fd0000;
}

.main-menu ul li.active a {
	color: #fd0000;
}

.main-menu-hidden{
    display: none !important;
}

/*---------------------
	Hero Section
-----------------------*/
.hero-section {
	height: 800px;
	position: relative;
    margin: 20px 0;
}

.hero-section:after {
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: #000;
	opacity: 0.8;
}

.hero-section .hero-content {
	position: relative;
	height: 100%;
	width: 100%;
	display: table;
	text-align: center;
	z-index: 2;
}

.hero-section .hero-content .hc-inner {
	display: table-cell;
	vertical-align: middle;
}

.hero-section .hero-content h2 {
	font-size: 70px;
	font-weight: 700;
	color: #fff;
	margin-bottom: 20px;
    border: 0;
    line-height: 1.2;
    letter-spacing: 10px;
}

.hero-section .hero-content h3 {
	font-size: 50px;
	font-weight: 700;
	color: green;
	margin-bottom: 20px;
    border: 0;
    line-height: 1.2;
}

.hero-section .hero-content p {
	font-size: 18px;
	color: #fff;
	margin-bottom: 40px;
}

/*---------------------
	Event Section
-----------------------*/
.event-section {
	background: #414141;
	padding: 20px 0;
}

.event-section .counter {
	display: inline-block;
	margin: 0 20px;
}

.event-section .counter .counter-item {
	padding: 15px 25px;
	font-size: 12px;
	text-transform: uppercase;
	color: #fff;
	border-inline-end: 1px solid #e05252;
	text-align: center;
	display: inline-block;
}

.event-section .counter .counter-item:last-child {
	border-inline-end: none;
}

.event-section .counter .counter-item h4 {
	font-size: 30px;
	color: #fff;
}

.event-section .site-btn {
	position: relative;
	top: -15px;
}

.event-date {
	display: inline-block;
	float: left;
	text-align: center;
	background: #414141;
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
	width: 75px;
	font-size: 12px;
	margin-inline-end: 30px;
	padding-bottom: 5px;
	border-radius: 5px;
	overflow: hidden;
}

.event-date h2 {
	display: block;
	background: #fff;
	color: #dd3e3e;
	padding: 8px 0;
	font-weight: 700;
	margin-bottom: 5px;
}

.event-info h3 {
	padding-top: 5px;
	margin-bottom: 5px;
	color: #fff;
}

.event-info p {
	color: #fff;
	font-family: "Lora", serif;
	font-style: italic;
	font-size: 15px;
	margin-bottom: 0;
}

.event-info p i:last-child {
	margin-inline-start: 15px;
}

/*---------------------
	About Section
-----------------------*/
.about-content h2 {
	margin-bottom: 30px;
}

.about-content .site-btn {
	margin-top: 40px;
}

/*---------------------
	(Page) Outline
-----------------------*/
.outline-section{
    background-color: #F4F4F4;
    padding: 30px 30px;
    border-radius: 5px;
    margin: 15px;
    display: block;
    position: relative;
}

.outline-section h3{
    margin: 0;
    margin-bottom: 10px;
}

.outline-section a{
    display: block;
    margin-bottom: 5px;
}

.outline-section a::before{
    content: "- ";
}

.demo-section-app{
    display: inline-block;
    margin: 10px;
    cursor: pointer;
    text-align: center;
}

.demo-section-app img{
    width: 200px;
    height: 200px;
}

.demo-section-instructions{
    background-color: #F6F8F9;
    padding: 20px;
    margin: 10px 0;
}

.demo-section-instructions h3{
    margin: 0;
    margin-bottom: 10px;
}

.team-image{
    border-radius: 50%;
	margin: 0 auto 28px;
}

.publisher-logos a{
    margin: 15px;
}

.features-section .feature{
    display: inline-block;
    margin: 5px;
    text-align: center;
    width: 200px;
}

.features-section .feature img{
    width: 80px;
    height: 80px;
    margin: 0 auto;
    display: block;
}

.features-section .feature h4{
    font-size: 1.0em;
}

/*---------------------
	Mission Section (including testimonies)
-----------------------*/

.testimonial{
    background-color: #F4F4F4;
    padding: 30px;
    margin: 20px 0;
    border-radius: 10px;
}

.testimonial img{
    width: 220px;
    margin-inline-end: 20px;
    margin-bottom: 20px;
    float: left;
}

/*---------------------
	Service Section
-----------------------*/
.services-section {
	background: #f6f8f9;
    width: 100%;
}

.services-section .container{
    width: 100%;
}

.service-box h4 {
	margin-bottom: 15px;
}

.service-box h4 i {
	color: #dd3e3e;
	margin-inline-end: 10px;
}

.service-box p {
	margin-bottom: 20px;
}

.service-box .s-readmore {
	color: #b7b7b7;
	font-size: 17px;
}

.service-box .s-readmore i {
	color: #dd3e3e;
}

/*---------------------
	Sermone Section
-----------------------*/
.sermon-section {
	padding-bottom: 0;
}

.sermon-warp {
	background: #f6f8f9;
	position: relative;
}

.sermon-left-bg {
	position: absolute;
	width: 50%;
	height: 100%;
	left: 0;
	top: 0;
}

.sermon-content {
	padding-top: 100px;
	padding-bottom: 100px;
	padding-inline-start: 70px;
}

.sermon-content h2 {
	margin-bottom: 30px;
}

.sermon-info {
	list-style: none;
	margin-bottom: 20px;
}

.sermon-info li {
	font-size: 18px;
	font-family: "Lora", serif;
	font-style: italic;
	margin-bottom: 10px;
}

.sermon-info li span {
	color: #dd3e3e;
}

.icon-links {
	margin-top: 40px;
}

.icon-links a {
	width: 48px;
	height: 48px;
	background: #fff;
	border-radius: 50px;
	text-align: center;
	color: #000000;
	display: inline-block;
	margin-inline-end: 20px;
	font-size: 18px;
	padding-top: 12px;
	-webkit-box-shadow: 0 0 0px 2px #f0f1f1;
	        box-shadow: 0 0 0px 2px #f0f1f1;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
	margin-top: 10px;
}

.icon-links a:hover {
	background: #dd3e3e;
	color: #fff;
}

/*---------------------
	Event Section
-----------------------*/
.event-list .el-item {
	margin-bottom: 50px;
}

.event-list .el-item:last-child {
	margin-bottom: 0;
}

.event-list .el-thubm {
	height: 262px;
}

.event-list .el-header {
	display: block;
	margin-bottom: 25px;
}

.event-list .el-date {
	display: inline-block;
	float: left;
	text-align: center;
	background: #dd3e3e;
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
	width: 75px;
	font-size: 12px;
	margin-inline-end: 30px;
	padding-bottom: 5px;
	border-radius: 5px;
}

.event-list .el-date h2 {
	display: block;
	background: #f5f5f5;
	color: #000;
	padding: 8px 0;
	font-weight: 700;
	margin-bottom: 5px;
	border-radius: 4px 4px 0 0;
}

.event-list h3 {
	padding-top: 5px;
}

.event-list .el-metas {
	padding-top: 15px;
}

.event-list .el-metas .el-meta {
	display: inline-block;
	font-family: "Lora", serif;
	font-style: italic;
	font-size: 16px;
	margin-inline-end: 15px;
}

.event-list .el-metas .el-meta i {
	color: #dd3e3e;
}

.event-list .el-metas .el-meta:last-child {
	margin-inline-end: 0;
}

.event-list p {
	margin-bottom: 25px;
}

.event-list .site-btn {
	color: #dd3e3e;
}

/*---------------------
	Donate Section
-----------------------*/
.donate-section {
	position: relative;
	background-position: center center;
}

.donate-section .container {
	position: relative;
	z-index: 1;
}

.donate-section:after {
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: #000;
	opacity: 0.65;
}

.donate-content {
	padding-inline-end: 0;
}

.donate-content h2 {
	color: #fff;
	margin-bottom: 30px;
}

.donate-content p {
	color: #fff;
	margin-bottom: 0;
}

.donate-info {
	list-style: none;
	margin-bottom: 30px;
}

.donate-info li {
	font-size: 18px;
	font-family: "Lora", serif;
	font-style: italic;
	margin-bottom: 10px;
	color: #fff;
}

.donate-info li span {
	color: #dd3e3e;
}

.donate-card {
	margin-inline-start: 30px;
	padding: 40px 50px;
	background: #fff;
	border-radius: 4px;
}

.donate-card h2 {
	font-weight: 700;
	color: #dd3e3e;
	margin-bottom: 60px;
}

.donate-card h2 span {
	font-family: "Lora", serif;
	color: #414141;
	font-size: 16px;
	font-style: italic;
	font-weight: 400;
	margin-inline-start: 20px;
}

.donate-card .donate-progress-bar {
	display: block;
	width: 100%;
	height: 10px;
	background: #ebebeb;
	position: relative;
	margin-bottom: 15px;
}

.donate-card .donate-progress-bar .pb-inner {
	position: absolute;
	height: 100%;
	width: 60%;
	left: 0;
	top: 0;
	background: #dd3e3e;
}

.donate-card .donate-progress-bar .pb-inner span {
	position: absolute;
	width: 48px;
	height: 22px;
	top: -35px;
	right: -24px;
	text-align: center;
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	border-radius: 2px;
	background: #414141;
}

.donate-card .donate-progress-bar .pb-inner span:after {
	position: absolute;
	content: '';
	width: 6px;
	height: 6px;
	background: #414141;
	bottom: -3px;
	left: 21px;
	-webkit-transform: rotate(47deg);
	    -ms-transform: rotate(47deg);
	        transform: rotate(47deg);
}

.donate-progress-info {
	display: block;
	margin-bottom: 60px;
	font-size: 14px;
	color: #414141;
}

.donate-progress-info span {
	color: #414141;
	font-size: 18px;
	font-weight: 600;
}

.donate-progress-info .di-left {
	float: left;
}

.donate-progress-info .di-right {
	float: right;
}

/*---------------------
	Blog Section
-----------------------*/
.blog-section {
	background: #f7f8f8;
}

.blog-item .bi-thumb {
	width: 100%;
	height: 250px;
}

.blog-item .bi-content {
	background: #fff;
	padding: 30px;
	-webkit-box-shadow: 0 30px 40px rgba(231, 234, 236, 0.7);
	        box-shadow: 0 30px 40px rgba(231, 234, 236, 0.7);
}

.blog-item .bi-content .date {
	font-size: 14px;
	font-family: "Lora", serif;
	font-style: italic;
	color: #dd3e3e;
	margin-bottom: 10px;
}

.blog-item .bi-content h4 {
	line-height: 1.4;
	margin-bottom: 20px;
}

.blog-item .bi-content h4 a {
	color: #414141;
}

.blog-item .bi-content .bi-author {
	display: inline-block;
	font-size: 14px;
	font-family: "Lora", serif;
	font-style: italic;
	color: #b7b7b7;
	margin-top: 3px;
}

.blog-item .bi-content .bi-author a {
	color: #414141;
}

.blog-item .bi-content .bi-cata {
	float: right;
	display: inline-block;
	background: #ebebeb;
	color: #414141;
	padding: 6px 10px;
	font-size: 11px;
	text-transform: uppercase;
}

/*---------------------
	Newsletter Section
-----------------------*/
.newsletter-section {
	padding: 55px 0;
	background: #007100;
    border-top: 2px solid #FD0000;
    border-bottom: 2px solid #FD0000;
}

.newsletter-section h4 {
	color: #fff;
	font-weight: 700;
	padding-top: 8px;
}

.newsletter-form {
	position: relative;
	padding-inline-start: 30px;
}

.newsletter-form input {
	background: #b83939;
	border: none;
	width: 100%;
	height: 47px;
	padding-inline-start: 25px;
	border-radius: 2px;
	padding-inline-end: 170px;
	color: #fff;
}

.newsletter-form .nl-send-btn {
	position: absolute;
	height: 100%;
	top: 0;
	right: 0;
	background: #fff;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 14px;
	letter-spacing: 2px;
	color: #dd3e3e;
	border: none;
	padding: 0 25px;
	border-radius: 2px;
}

.newsletter-form ::-webkit-input-placeholder {
	color: #fff;
}

.newsletter-form :-ms-input-placeholder {
	color: #fff;
}

.newsletter-form ::-ms-input-placeholder {
	color: #fff;
}

.newsletter-form ::placeholder {
	color: #fff;
}

/*---------------------
	Footer top Section
-----------------------*/
.footer-top-section {
	position: relative;
}

.footer-top-section .map-area {
	position: absolute;
	width: 50%;
	height: 100%;
	right: 0;
	bottom: 0;
	background: #f6f6f6;
}

.footer-top-content h3 {
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 10px;
}

.footer-top-content h4 {
	font-size: 16px;
	margin-bottom: 10px;
}

.footer-top-content h5 {
	font-size: 24px;
	font-weight: 400;
}

.footer-top-content p {
	font-size: 18px;
	color: #414141;
	margin-bottom: 25px;
}

.footer-top-content p span {
	color: #414141;
	font-weight: 600;
}

/*---------------------
	Footer Section
-----------------------*/
.footer-section {
	padding: 20px 0;
	background: #F1C40F;
    border-top: 2px solid #FD0000;
    font-size: 0.8em;
    margin-top: 15px;
}

.footer-section .footer-links {
	text-align: end;
	display: block;
	padding-top: 5px;
}

.footer-section .footer-links a {
	color: #007100;
	margin-inline-end: 30px;
}

.footer-section .footer-links a:last-child {
	margin-inline-end: 0;
}

.copyright p {
	font-size: 1em;
	color: #007100;
	margin-bottom: 0;
}

.footer-section .social {
	display: inline-block;
	margin-top: 0px;
    font-size: 120%;
}

.footer-section .social a {
	color: red;
	margin-inline-end: 30px;
}

.footer-section .social a:hover{
    color: green;
}

/*---------------------
	Other Pages
-----------------------
=======================*/

.page-info-section {
	height: 200px;
	position: relative;
    margin-top: 10px;
    margin-bottom: 40px;
    
}

.page-info-section:after {
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: #000;
	opacity: 0.8;
}

.page-info-section-_index{
    display: none;
}

.page-info-section .page-info-content {
	position: relative;
	height: 100%;
	width: 100%;
	display: table;
	z-index: 2;
    border-top: 2px solid #FD0000;
    border-bottom: 2px solid #FD0000;
}

.page-info-section .page-info-content .pi-inner {
	display: table-cell;
	vertical-align: middle;
}

.page-info-section .page-info-content h2 {
	color: #fff;
	margin-bottom: 15px;
    border: 0;
	font-size: 2.5em;
}

.page-info-section .site-breadcrumb {
	padding-inline-start: 2px;
}

.page-info-section .site-breadcrumb i{
    font-size: 0.8em;
}

.page-info-section .site-breadcrumb a,
.page-info-section .site-breadcrumb span {
	color: #fff;
}

.page-info-section .site-breadcrumb i {
	color: #fff;
	margin: 0 8px;
}

.pagination-area {
	padding-top: 60px;
	position: relative;
}

.pagination-area p {
	float: right;
	margin-bottom: 0;
	padding-top: 9px;
}

.pageination-list {
	list-style: none;
	display: inline-block;
}

.pageination-list li {
	display: inline;
}

.pageination-list a {
	display: inline-block;
	color: #414141;
	border: 1px solid #ebebeb;
	padding: 10px 14px;
	margin-inline-end: 3px;
	font-size: 16px;
	border-radius: 2px;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}

.pageination-list a:hover {
	color: #fff;
	background: #dd3e3e;
	border: 1px solid #dd3e3e;
}

.gallery {
	text-align: center;
	padding: 20px;
	border-radius: 1px;
	-webkit-box-shadow: 0px 15px 60px rgba(76, 74, 74, 0.14);
	        box-shadow: 0px 15px 60px rgba(76, 74, 74, 0.14);
    cursor: pointer;
}

.gallery .gallery-img {
	width: 180px;
	height: 180px;
	margin: 0 auto 28px;
}

.gallery h3 {
	font-size: 20px;
}

.gallery p {
	font-family: "Lora", serif;
	font-style: italic;
	margin-bottom: 0;
	color: #dd3e3e;
}

/*---------------------
	Sermons Page
-----------------------*/
.sermons-list-section .pagination-area {
	padding-top: 10px;
}

.sermon-item {
	margin-bottom: 50px;
}

.sermon-item .si-thumb {
	height: 250px;
}

.sermon-item .sermon-info {
	margin-bottom: 10px;
}

.sermon-item .si-content {
	padding: 30px;
	text-align: center;
	-webkit-box-shadow: 0 30px 40px rgba(231, 234, 236, 0.8);
	        box-shadow: 0 30px 40px rgba(231, 234, 236, 0.8);
}

.sermon-item .si-content h4 {
	margin-bottom: 15px;
}

.sermon-item .icon-links {
	margin-top: 0;
}

.sermon-item .icon-links a {
	background: #f6f8f9;
	-webkit-box-shadow: 0 0 0px 1px #ebebeb;
	        box-shadow: 0 0 0px 1px #ebebeb;
}

.sermon-item .icon-links a:hover {
	background: #dd3e3e;
}

/*---------------------
	Blog Page
-----------------------*/
.blog-page .pagination-area {
	padding-top: 10px;
}

.blog-page .blog-item {
	margin-bottom: 50px;
}

/*---------------------
	Single Blog Page
-----------------------*/
.single-post .post-content {
	margin-bottom: 35px;
}

.single-post .post-thumb {
	margin-bottom: 40px;
}

.single-post .date {
	font-size: 14px;
	font-family: "Lora", serif;
	font-style: italic;
	color: #dd3e3e;
	margin-bottom: 10px;
}

.single-post .post-title {
	font-weight: 400;
	margin-bottom: 15px;
}

.single-post .post-metas {
	margin-bottom: 30px;
}

.single-post .post-metas .post-meta {
	display: inline-block;
	font-size: 14px;
	font-family: "Lora", serif;
	font-style: italic;
	color: #b7b7b7;
	margin-top: 3px;
}

.single-post .post-metas .post-meta a {
	color: #414141;
}

.single-post p {
	font-size: 14px;
}

.single-post blockquote {
	margin: 30px 0;
	border-inline-start: 2px solid #dd3e3e;
	padding: 8px 28px;
	font-size: 18px;
	font-family: "Lora", serif;
	font-style: italic;
	color: #414141;
}

.single-post blockquote span {
	display: block;
	font-family: "Open Sans", sans-serif;
	color: #dd3e3e;
	font-style: normal;
	font-size: 14px;
	padding-top: 10px;
	padding-bottom: 15px;
}

.single-post .post-tags a {
	display: inline-block;
	font-size: 11px;
	text-transform: uppercase;
	padding: 6px 15px;
	margin-inline-end: 2px;
	margin-top: 5px;
	color: #414141;
	background: #ebebeb;
}

.single-post .social-share {
	display: block;
	text-align: end;
}

.single-post .social-share p {
	display: inline-block;
	font-size: 14px;
	margin-inline-end: 10px;
}

.single-post .social-share a {
	display: inline-block;
	width: 40px;
	height: 40px;
	margin-inline-start: 6px;
	text-align: center;
	border-radius: 40px;
	background: #f1f1f1;
	color: #343e51;
	padding-top: 10px;
	font-size: 14px;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}

.single-post .social-share a:hover {
	color: #fff;
	background: #dd3e3e;
}

.single-post .post-nav {
	padding-top: 30px;
	margin-top: 30px;
	margin-bottom: 50px;
	border-top: 1px solid #ebebeb;
}

.single-post .post-nav a {
	font-size: 16px;
	color: #414141;
}

.single-post .post-nav a i {
	color: #dd3e3e;
}

.single-post .post-nav .next-post {
	float: right;
}

.comment-form h2 {
	margin-bottom: 40px;
}

.comment-form input[type='text'],
.comment-form input[type='email'],
.comment-form textarea {
	width: 100%;
	border: 1px solid #e5e5e5;
	font-size: 16px;
	padding: 16px 20px;
	margin-bottom: 20px;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}

.comment-form input[type='text']:focus,
.comment-form input[type='email']:focus,
.comment-form textarea:focus {
	border-color: #232d37;
	outline: none;
}

.comment-form textarea {
	height: 120px;
	margin-bottom: 40px;
}

.widget {
	padding-inline-start: 25px;
	margin-bottom: 50px;
}

.widget .widget-title {
	margin-bottom: 30px;
}

.widget ul {
	list-style: none;
}

.widget ul a {
	display: block;
	position: relative;
	color: #414141;
	font-size: 16px;
	padding-inline-start: 30px;
	margin-bottom: 25px;
}

.widget ul a:after {
	position: absolute;
	content: "\f0da";
	font-family: 'FontAwesome';
	left: 0;
}

.widget ul a:hover,
.widget ul a:hover:after {
	color: #dd3e3e;
}

.widget .search-widget {
	max-width: 270px;
	position: relative;
}

.widget .search-widget input {
	width: 100%;
	padding: 15px 20px;
	padding-inline-end: 50px;
	background: #ebebeb;
	border: none;
	font-size: 14px;
}

.widget .search-widget button {
	position: absolute;
	right: 10px;
	top: 0;
	color: #dd3e3e;
	height: 100%;
	border: none;
	background-color: transparent;
}

.widget .recent-post-widget .rp-item {
	margin-bottom: 20px;
	display: block;
	overflow: hidden;
}

.widget .recent-post-widget .rp-thumb {
	width: 83px;
	height: 83px;
	float: left;
	margin-inline-end: 30px;
}

.widget .recent-post-widget .rp-content p {
	font-size: 14px;
	font-family: "Lora", serif;
	font-style: italic;
	color: #dd3e3e;
	line-height: normal;
	margin-bottom: 18px;
}

.widget .recent-post-widget .rp-content h5 {
	font-size: 18px;
	line-height: 1.4;
}

.widget .archive a {
	padding-inline-start: 0;
	font-family: "Lora", serif;
	font-style: italic;
}

.widget .archive a:after {
	display: none;
}

.widget .tags a {
	display: inline-block;
	min-width: 75px;
	font-size: 12px;
	text-transform: uppercase;
	text-align: center;
	padding: 9px 20px;
	margin-inline-end: 8px;
	margin-bottom: 8px;
	color: #414141;
	border: 1px solid #e5e5e5;
}

/*---------------------
	Mission
-----------------------*/
.map-section{
    background-repeat: no-repeat;
	background-size: contain;
	background-position: center 0;
    background-image: url("../images/map_world.jpg");
    height: 598px;
    position: relative;
}

.map-section-content{
    position: absolute;
    margin: 10px;
    background: rgba(255,255,255,0.8);
    padding: 10px;
    border: 1px solid #FD0000;
    border-radius: 5px;
    display: none;
    font-size: 0.8em;
    max-height: 100px;
    overflow: auto;
}

.map-section-content h5{
    margin: 0;
    margin-bottom: 5px;
}

.map-pin{
    font-size: 30px;
    text-align: center;
    color: red;
    line-height: 43px;
    position: absolute;
    background-color: white;
    border: 1px solid green; 
    border-radius: 50%;
    width: 40px;
    height: 40px;
    cursor: pointer;
}

.partner-logo{
    max-width: 120px;
    max-width: 150px;
    cursor: pointer;
}

/*---------------------
	Contact Page
-----------------------*/
.full-map {
	height: 520px;
	background: #ddd;
}

.contact-form input[type='text'],
.contact-form input[type='email'],
.contact-form select,
.contact-form textarea {
	width: 100%;
	border: 1px solid #ebebeb;
	background: #f6f8f9;
	font-size: 16px;
	padding: 16px 20px;
	margin-bottom: 20px;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}

.contact-form input[required='true'],
.contact-form select[required='true'],
.contact-form textarea[required='true']{
	border-color: green;
}

.contact-form textarea {
	height: 120px;
	margin-bottom: 40px;
}


/* News Items/RSS Feeds */
.news-item{
    border-bottom: 1px solid lightgray;
    padding: 10px 0;
    margin: 10px 0;
}

.news-item-title{
    font-size: larger;
    font-weight: bold;
}

.news-item-content{

}

.news-item-available-from{
    color: gray;
    font-size: smaller;
    margin-top: 10px;
    text-align: end;
}

.news-item-image{
    float: left;
    margin-inline-end: 10px;
    margin-bottom: 10px;
}

.news-item-image img{
    border-radius: 10px;
    width: 120px;
}

/* LEARN Specific */
.learn-text-yellow{
    color: #F1C40F !important;
}

.learn-border-yellow{
    border-color: #F1C40F !important;
}

.learn-text-green{
    color: #007100 !important;
}

.learn-border-green{
    border-color: #007100 !important;
}

.learn-text-red{
    color: #FD0000 !important;
}

.learn-border-red{
    border-color: #FD0000 !important;
}

.hidden{
    display: none;
}

/* Medium screen : 992px. */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.counter-top .counter {
		margin: 0 15px;
	}
	.main-menu ul li a,
	.header-section .site-btn {
		margin-inline-start: 10px;
        margin-top: 40px;
	}
	.event-section .counter {
		margin: 0 10px;
	}
	.event-list .el-metas {
		padding-top: 25px;
	}
}

/* Tablet :768px. */
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.top-nav-section .social {
		
	}
	.top-nav-section .social a {
		
	}
	.top-links {
		
	}
	.site-logo {
		display: block;
		margin-bottom: 20px;
	}
	.main-menu {
		float: left;
	}
	.main-menu ul li:first-child a {
		padding-inline-start: 0;
		margin-inline-start: 0;
	}
	.main-menu ul li a {
		margin-inline-start: 10px;
	}
	.header-section .site-btn {
		margin-inline-start: 10px;
	}
	.event-info {
		margin-bottom: 40px;
	}
	.event-section .counter .counter-item:first-child {
		padding-inline-start: 0;
	}
	.about-content {
		margin-bottom: 40px;
	}
	.sermon-left-bg {
		display: none;
	}
	.event-more {
		text-align: start;
	}
	.event-more .site-btn {
		margin-bottom: 40px;
	}
	.event-list .el-thubm {
		margin-bottom: 30px;
	}
	.donate-card {
		margin-inline-start: 0;
		margin-top: 40px;
	}
	.blog-item {
		margin-bottom: 40px;
	}
	.newsletter-section {
		text-align: center;
	}
	.newsletter-form {
		margin-top: 30px;
		padding-inline-start: 0;
	}
	.gallery {
		margin-bottom: 40px;
	}
	.widget {
		padding-inline-start: 0;
	}
	.sidebar {
		padding-top: 50px;
	}
}

/* Large Mobile :480px. */
@media only screen and (max-width: 767px) {
	.site-logo {
		display: block;
		margin-inline-end: 60px;
	}
	.header-section .site-btn {
		margin-inline-start: 0;
		float: none;
		margin-top: 20px;
	}
	.nav-switch {
		position: absolute;
		right: 30px;
		font-size: 30px;
		color: #232d37;
		top: 30px;
		display: block;
		cursor: pointer;
	}
	.main-menu {
		display: none;
		position: absolute;
		top: 100%;
		left: 0;
		z-index: 111;
		background: rgba(255, 255, 255,1);
		width: 100%;
		padding-top: 0;
		padding: 0 10px;
		-webkit-box-shadow: 0px 40px 50px rgba(125, 125, 125, 0.13);
		        box-shadow: 0px 40px 50px rgba(125, 125, 125, 0.13);
        border-bottom: 2px solid #FD0000;
	}
	.main-menu ul li {
		display: block;
		border-bottom: 1px solid #f1f1f1;
	}
	.main-menu ul li a {
		display: block;
        margin-top: 20px;
	}
	.main-menu ul li {
		padding: 5px 0;
	}
    .main-menu-hidden{
        display: block !important;
    }
	.hero-section .hero-content h2 {
		font-size: 45px;
	}
	.event-info {
		margin-bottom: 40px;
	}
	.event-section .site-btn {
		top: 0;
		margin-top: 30px;
	}
	.event-section .counter {
		margin-inline-start: 0;
		display: block;
	}
	.event-section .counter .counter-item:first-child {
		padding-inline-start: 0;
	}
	.event-section .counter .counter-item {
		padding: 5px 13px;
	}
	.about-content {
		margin-bottom: 40px;
	}
	.service-box {
		margin-bottom: 30px;
	}
	.sermon-content {
		padding-inline-start: 0;
	}
	.sermon-left-bg {
		display: none;
	}
	.event-more {
		text-align: start;
	}
	.event-more .site-btn {
		margin-bottom: 40px;
	}
	.event-list .el-metas {
		padding-top: 30px;
	}
	.event-list .el-thubm {
		margin-bottom: 30px;
	}
	.donate-card {
		margin-inline-start: 0;
		margin-top: 40px;
		padding: 25px 25px;
	}
	.blog-item {
		margin-bottom: 40px;
	}
	.newsletter-section {
		text-align: center;
	}
	.newsletter-form {
		margin-top: 30px;
		padding-inline-start: 0;
	}
	.footer-top-section {
		padding-bottom: 0;
	}
	.footer-top-section .map-area {
		position: relative;
		height: 400px;
		width: 100%;
		margin-top: 50px;
	}
	.copyright,
	.footer-section .social {
		text-align: center;
	}
	.footer-section .social {
		padding-top: 15px;
	}
	.gallery {
		margin-bottom: 40px;
	}
	.widget {
		padding-inline-start: 0;
	}
	.sidebar {
		padding-top: 50px;
	}
	.single-post .social-share {
		text-align: start;
		padding-top: 30px;
	}
}

/* small Mobile :320px. */
@media only screen and (max-width: 479px) {
	.hero-section .hero-content h2 {
		font-size: 35px;
	}
	.pagination-area p {
		float: none;
		padding-top: 15px;
	}
	.blog-item .bi-content .bi-author {
		margin-inline-end: 20px;
	}
	.blog-item .bi-content .bi-cata {
		float: none;
		margin-top: 10px;
	}
	.newsletter-form input {
		padding-inline-end: 25px;
	}
	.newsletter-form .nl-send-btn {
		position: relative;
		padding: 13px 25px;
		margin-top: 20px;
	}
}

/* RTL Direction */
html[dir='rtl'] body :is(
    .top-links,
	.header-section .site-btn,
	.blog-item .bi-content .bi-cata,
	.pagination-area p,
	.single-post .post-nav .next-post
    ){
    float: left;
}

html[dir='rtl'] body :is(
	.site-logo,
	.event-date,
	.testimonial img,
	.event-list .el-date,
	.widget .recent-post-widget .rp-thumb,
	.news-item-image
){
    float: right;
}

html[dir='rtl'] body :is(
	.email-signup
){
    left: inherit;
	right: 20px;
}

html[dir='rtl'] body :is(
	.donate-card .donate-progress-bar .pb-inner span:after
){
    left: inherit;
	right: 21px;
}

html[dir='rtl'] body :is(
	.widget ul a:after
){
    left: inherit;
	right: 0px;
}

html[dir='rtl'] body :is(
	.donate-card .donate-progress-bar .pb-inner span
){
    left: -24px;
	right: inherit;
}

html[dir='rtl'] body :is(
	.footer-top-section .map-area
){
    left: 0px;
	right: inherit;
}

html[dir='rtl'] body :is(
	.widget .search-widget button
){
    left: 30px;
	right: inherit;
}