/*
Theme Name: Grace I.T Church
Theme URI: http://graceitservices.com/
Author: Justice Kwesi Akuffo
Author URI: https://www.allchristianquotes.org/
Description: A Custom WordPress Theme from Grace I.T Services. With a focus on Church
Version: 0.0.1
License: Grace I.T WordPress Theme, Copyright 2012-2020 Justice Kwesi Akuffo
License URI: LICENSE
Text Domain: understrap
Tags: one-column, custom-menu, featured-images, theme-options, translation-ready

GraceIT is based on Underscores https://underscores.me/, (C) 2012-2016 Automattic, Inc.

*/

/*-------------------------------------------------------------
	#Import All Link CSS - 0.0.1
--------------------------------------------------------------*/
@import url(assets/css/bootstrap.min.css);
@import url(assets/css/classy-nav.css);
@import url(assets/css/owl.carousel.min.css);
@import url(assets/css/animate.css);
@import url(assets/css/magnific-popup.css);
@import url(assets/css/font-awesome.min.css);
@import url(assets/css/customstyle.css);
@import url(assets/css/venobox.css);

/*-------------------------------------------------------------
	# Import Fonts - 0.0.2 
--------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css?family=Lobster+Two|Montserrat&display=swap');

/*-------------------------------------------------------------
	#Root CSS - 0.0.3 
--------------------------------------------------------------*/
:root {
	--primary-color			: 	#000d69;
	--primary-close-color	: 	#b44040;
	--second-color			: 	#ff0000;
	--white-color			:	white;
	--black-color			:	#000000;
	--light-white-color		:	#FAFAFA;
	--gray-color1			:	#f3f3f3;
	--gray-color2			:	#e6e6e6;
	--gray-color3			:	#eeeeee;
	--gray-color4			:	#B2B2B2;
	--gray-color5			:	#7E7E7E;
	--gray-color6			:	#F4F4F2;
	--gray-color7			:	#dee2e6;	
	--dsblue-color			:	#003348;
	--light-black-color1	:	#222222;
	--light-black-color2	:	#555555;
	--light-black-color3	:	#191919;
	--light-black-color4	:	#888888;
	--google-map-color		:	#dddddd;
	--youtube-color			:	#b31217;
	--facebook-color		:	#3b5998;
	--twitter-color			:	#55acee;
	--whatsapp-color		:	#075e54;
	--googleplus-color		:	#dd4b39;
	--linkedin-color		:	#0077B5;
	--instagram-color		:	#6651C3;
	--soundcloud-color		:	#6651C3;
	--reverbnation-color	:	#6651C3;
	--audiomack-color		:	#6651C3;
	--author-color			:	#7f8070;
	--transparent-color		:	transparent;
}
/*-------------------------------------------------------------
	#Fonts CSS - 0.0.3 
--------------------------------------------------------------*/
html, body {
	font-family: 'Montserrat', sans-serif !important;
}
.sFont{
	font-family: 'Lobster Two', cursive !important;
}
.mFont{
	font-family: 'Montserrat', sans-serif !important;
}
.font-style-normal{
	font-style: normal !important;
}
.text-primary {
	color: var(--primary-color) !important;
} 
.text-secondary {
	color: var(--second-color) !important;
}
.text-white {
	color: var(--white-color);
}
.text-light-white {
	color: var(--light-white-color);
}
.text-gray-color1 {
	color: var(--gray-color1);
}
.text-gray-color2 {
	color: var(--gray-color2);
}
.text-gray-color3 {
	color: var(--gray-color3);
}
.text-gray-color4 {
	color: var(--gray-color4);
}
.text-gray-color5 {
	color: var(--gray-color5);
}
.text-gmap-color {
	color: var(--google-map-color);
}
.text-black {
	color: var(--black-color);
}
.text-light-black1 {
	color: var(--light-black-color1);
}
.text-light-black2 {
	color: var(--light-black-color2);
}
.text-light-black3 {
	color: var(--light-black-color3);
}
.text-light-black4 {
	color: var(--light-black-color4);
}
.lead p {
  font-size: 1.25rem;
  font-weight: 300;
}
.display-5 {
	font-size: 30px;
	 font-weight: 600;
}
.display-5:hover {
	font-size: 30px;
	color: var(--primary-color);
}
.text-instagram {
	color: var(--instagram-color);
}
.footer-area a{
	color: var(--gray-color1); 
}
.footer-area i{
	color: red; 
}
.footer-area a:hover{
	color: var(--second-color);
}			  
/*-----------------------------------
	#General CSS - 0.0.4 
-----------------------------------*/
html, body {
	font-family: 'Montserrat', sans-serif !important;
}
  .header-area .top-header {
    background-color: var(--light-black-color1);
	}
.single-hero-slide {
	/*width: 100%;*/
	width: 100%;
	height: 440px; 
	position: relative;
	z-index: 3;
	overflow: hidden; 
	}
@media only screen and (max-width: 2560) {
    .single-hero-slide {
		height: 800px !important;  
	} 
}
@media only screen and (max-width: 1920) {
    .single-hero-slide {
		height: 600px !important; 
	} 
}
@media only screen and (max-width: 1440) {
    .single-hero-slide {
		height: 480px !important; 
	} 
}
@media only screen and (max-width: 1366) {
    .single-hero-slide {
		height: 450px !important; 
	} 
}
@media only screen and (max-width: 1280px) {
    .single-hero-slide {
		height: 360px; 
	} 
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-hero-slide {
		height: 250px !important; 
	} 
}
@media only screen and (max-width: 767px) {
    .single-hero-slide {
		height: 190px !important; 
	} 
}
@media only screen and (max-width: 414px) {
    .single-hero-slide {
		height: 140px !important; 
	} 
}
@media only screen and (max-width: 360px) {
    .single-hero-slide {
		height: 120px !important;  
	} 
}
@media only screen and (max-width: 375px) {
    .single-hero-slide {
		height: 125px !important; 
	} 
}
@media only screen and (max-width: 320px) {
    .single-hero-slide {
		height: 110px !important; 
	} 
}
h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
  margin: 0 0 20px 0;
  padding: 0;
}
a:hover {
	color: var(--primary-color);
  }
.ruth li {
	color: var(--primary-color);
  }
.header-area .top-header .top-header-content .top-social-info {
	border-left: none;
	}
/*-------------------------------------------------------------
	#Backgrounds, Margins & Paddings CSS - 0.0.7 
--------------------------------------------------------------*/
.primary-color_bg {
	background-color: var(--primary-color);
}
.white_bg {
	background-color: var(--white-color);
}
.light-white_bg {
	background-color: var(--light-white-color);
}
.gray1_bg {
	background-color: var(--gray-color1);
}
.gray2_bg{
	background-color:  var(--gray-color1);
}
.gray3_bg{
	background-color:  var(--gray-color2);
}
.light-black1_bg{
	background:  var(--light-black-color1);
}
.light-black2_bg{
	background-color:  var(--light-black-color2);
}
.light-black3_bg{
	background-color:  var(--light-black-color3);
}
.author-color_bg{
	background-color:  var(--author-color);
}
.image-boxShd1 {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    background: var(--white-color) url("assets/img/image_box_shadow1.png")!important;
    background-repeat: repeat-x !important;
}
.image-boxShd2 {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    background: var(--gray-color1) url("assets/img/image_box_shadow2.png")!important;
    background-repeat: repeat-x !important;
}
.image-boxShdnoImage {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    background: var(--gray-color1) !important;
    background-repeat: repeat-x !important;
}
.bg-overlay::after	{
    background-color: rgba(15, 6, 6, 0.6);
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: ""; 
	}
/*-------------------------------------------
	#Read more CSS
--------------------------------------------*/
.read_btn1 {
	-webkit-transition-duration: 500ms;
	transition-duration: 500ms;
	position: relative;
	z-index: 1;
	display: inline-block;
	height: 46px;
	color: var(--white-color);
	background-color: var(--primary-color);
	border-radius: 3px;
	padding: 0 17px;
	line-height: 46px;
	text-transform: uppercase;
	font-weight: 700; 
	}
 .read_btn1.active, .read_btn1:hover, .read_btn1:focus {
    color: var(--white-color);
    font-weight: 700;
    background-color: var(--primary-close-color); 
	}
	
.sliderContainer{
	margin-left: auto;
	margin-top: 283px !important;
	margin-bottom:  !important;
	}
	
.read-btn {
	background: var(--white-color)!important;
	color: var(--primary-color)!important;
	box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
	border-radius: 0.5rem !important;
	padding: 0.5rem !important;
	-webkit-transition: all .6s;
	transition: all .6s; 
}
.read-btn:hover {
	background: var(--primary-color)!important;
	color: var(--white-color)!important;
}
/* Icon Pulse from Hover CSS because it was too big to use*/
@-webkit-keyframes hvr-icon-pulse {
  25% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  75% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
}
@keyframes hvr-icon-pulse {
  25% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  75% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
}
.hvr-icon-pulse {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.hvr-icon-pulse .hvr-icon {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-icon-pulse:hover .hvr-icon, .hvr-icon-pulse:focus .hvr-icon, .hvr-icon-pulse:active .hvr-icon {
  -webkit-animation-name: hvr-icon-pulse;
  animation-name: hvr-icon-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.btn-outline-primary {
  color: #007bff;
  border-color: transparent;;
}
/*Quotation*/
#quotation a{
		font-size: 20px; 
}
#quotation blockquote {
	border: none;
	padding: 0;
	margin: 1em 0 0 0;
	position: relative;
	background:  var(--gray-color2);
	box-shadow: 0 0px 5px rgba(0,0,0,0.19), 0 0px 0px rgba(0,0,0,0.23);
}
#quotation blockquote:before,
#quotation blockquote:after {
	content: " ";
	display: table;
}
#quotation blockquote:after {
	clear: both;
}
#quotation blockquote p {
	padding: 1em 1em 0 145px;
	text-align: left;
	font-style: italic;
	font-size: 20px; 
}
#quotation blockquote img {
	position: absolute;
	bottom: 0;
	left: 20px;
	max-width: 120px;
}
#quotation .share {
	position: absolute;
	left: 10px;
	top: 0px;
}
#quotation blockquote small {
	display: block;
	padding: 10px;
	padding-left: 145px;
	background:  var(--light-black-color2);
	color: var(--gray-color2);
}
#quotation blockquote small:before {
	content: ' ';
}
#quotation  blockquote small strong,
#quotation blockquote small .spacer {
	color:  var(--white-color);
	font-size: 15px;
}
#quotation  blockquote small strong a,
#quotation blockquote small .spacer a {
	color:  var(--white-color);
	font-size: 15px;
}
@media (max-width: 768px){
	#quotation blockquote p {
		padding: 1em 1em 0 110px;
		font-size: 16px;
	}
	#quotation blockquote img {
		left: 5px;
	}
	#quotation blockquote small {
		display: block;
		padding: 10px;
		padding-left: 120px;
		background:  var(--light-black-color2);
		color: var(--gray-color2);
	}
}

.single-latest-sermons .sermons-thumbnail .sermons-date {
	-webkit-transition-duration: 500ms;
	transition-duration: 500ms;
	box-shadow: 0 3px 15px 0 rgba(0, 0, 0, 0.15);
	width: 90px;
	height: 90px;
	border-radius: 5px;
	position: absolute;
	left: 20px;
	bottom: -15px;
	background-color: #ffffff; 
	padding-top: 11px;
	}
	@media only screen and (max-width: 767px) {
        .single-latest-sermons .sermons-thumbnail .sermons-date {
			width: 65px;
			height: 85px; 
			padding-top: 6px
		} 
	}
.single-latest-sermons .sermons-thumbnail .sermons-date .sermon-date {
	-webkit-transition-duration: 500ms;
	transition-duration: 500ms;
	display: block;
	font-weight: 700;
	color: var(--primary-color);
	font-size: 36px !important;
	font-family: 'Lobster Two', cursive !important;
}
.single-latest-sermons .sermons-thumbnail .sermons-date .sermon-no-date {
	/*font-size: 36px !important;*/
}
.single-latest-sermons:hover .sermons-thumbnail .sermons-date {
		background-color: (--primary-color);
	}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.single-latest-sermons .sermons-thumbnail .sermons-date .sermon-date {
		font-size: 30px; } 
	}
@media only screen and (max-width: 767px) {
	.single-latest-sermons .sermons-thumbnail .sermons-date .sermon-date {
		font-size: 24px; } 
	}
.single-latest-sermons .sermons-content h2 {
	font-size: 24px;
	font-weight: 600;
	border-bottom: 1px solid var(--gray-color2);
	padding-bottom: 20px;
	margin-bottom: 0; 
}
.single-latest-sermons .sermons-content a:hover {
	color: var(--primary-color);
}	
/*--------------------------------------------------------------
# Play Section
--------------------------------------------------------------*/
#cusplay {
  width: 100%;
  height: 50vh;
  background-size: cover;
  overflow: hidden;
  position: relative;
}
@media only screen and (max-width: 768px) {
	#cusplay {
	  width: 100%;
	  height: 50vh;
	}
}
#cusplay:before {
  content: "";
  background: rgba(6, 12, 34, 0.6);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}
#cusplay .cusplay-container {
  position: absolute;
  bottom: 0;
  left: 0;
  top: 0px;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  padding: 0 15px;
}
#cusplay p {
  color: var(--light-white-color);
  font-size: 14px;
}
#cusplay .play-btn {
  width: 100px;
  height: 100px;
  background: radial-gradient(#f82249 50%, rgba(101, 111, 150, 0.15) 52%);
  border-radius: 50%;
  display: block;
  position: relative;
  overflow: hidden;
}

#cusplay .play-btn::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-40%) translateY(-50%);
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 100;
  transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

#cusplay .play-btn:before {
  content: '';
  position: absolute;
  width: 126px;
  height: 126px;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation: pulsate-btn 2s;
  animation: pulsate-btn 2s;
  -webkit-animation-direction: forwards;
  animation-direction: forwards;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: steps;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;
  border: 2px solid rgba(163, 163, 163, 0.4);
  top: -15%;
  left: -15%;
  background: rgba(198, 16, 0, 0);
}

#cusplay .play-btn:hover::after {
  border-left: 15px solid #f82249; 
  -webkit-transform: scale(20);
  transform: scale(20);
}

#cusplay .play-btn:hover::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-40%) translateY(-50%);
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border: none;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 200;
  -webkit-animation: none;
  animation: none;
  border-radius: 0;
}
@-webkit-keyframes pulsate-btn {
  0% {
    -webkit-transform: scale(0.6, 0.6);
    transform: scale(0.6, 0.6);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 0;
  }
}

@keyframes pulsate-btn {
  0% {
    -webkit-transform: scale(0.6, 0.6);
    transform: scale(0.6, 0.6);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 0;
  }
}
/* Breadcrumb*/
.breadcrumb {
	background-color: transparent;
	border-radius: 0px;
	border-bottom: 1px solid var(--light-gray-color3);
	margin-bottom: -20px;

}
.breadcrumb-item + .breadcrumb-item {
	padding-left: 0.5rem;
}

.breadcrumb-item + .breadcrumb-item::before {
	color: var(--primary-color);
}
.breadcrumb-item.active {
	color: var(--primary-color);
}
.breadcrumb p {
	font-weight: 700;
}
/*-------------------------------------------------------------
	#Underline CSS 
--------------------------------------------------------------*/
.header-title { 
}
.header-title h2 {
	text-transform: uppercase;
    font-size: 2rem;
    margin-top: -7px;
	margin-bottom: 0px;
}
.title-underline{
    width: 120px;
    height: .1rem; 
    background: var(--primary-color);
    -webkit-transition: width 2s;
    transition: width 2s;
	margin: 1rem auto 1rem auto; 
}	
.title-underline:hover{
    width: 100%;
}
.title-underline2{
	width: 150px;
	height: .1rem; 
	background: var(--primary-color);
	-webkit-transition: width 2s;
	transition: width 2s;
	margin: 0 auto 1rem 0; 
}
.title-underline2:hover{
    width: 98%;
	height: .2rem; 
}
.title-underline3{
	width: 120px;
	height: .1rem; 
	background: var(--primary-color);
	-webkit-transition: width 2s;
	transition: width 2s;
	margin: 0 auto 1rem 0; 
}
.title-underline3:hover{
    width: 98%;
	height: .2rem; 
}
.area-title {
    margin-bottom: 20px;
    position: relative;
}
.area-title h2 {
    display: inline-block; 
    letter-spacing: 2px;
    line-height: 1;
    margin-bottom: 10px;
    padding-bottom: 25px;
    position: relative;
}
.area-title h2::before,
.area-title h2::after {
    background: rgba(0, 0, 0, 0) url("assets/img/title-border.png") repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 3px;
	left: 50%;
    position: absolute;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 200px;
}
.area-title h2::after {
    background: var(--primary-color) none repeat scroll 0 0;
    height: 5px;
    width: 50px;
}		
/* :: 14.0 Sermons Area CSS */
.sermons-content-area {
  position: relative;
  z-index: 1;
  margin-bottom: 0px; }
  @media only screen and (max-width: 767px) {
    .sermons-content-area {
      margin-bottom: 100px; } }
  .sermons-content-area .sermons-text {
    position: relative;
    z-index: 1;
    width: 90%;
    left: 5%;
    right: 5%;
    background-color: #ffffff;
    border-radius: 5px;
    box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.15);
    padding: 2% 4%;
    top: -50px; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .sermons-content-area .sermons-text {
        width: 90%;
        left: 5%;
        right: 5%; } }
    @media only screen and (max-width: 767px) {
      .sermons-content-area .sermons-text {
        width: 100%;
        left: 0%;
        right: 0%;
        top: 50px;
        padding: 30px 15px; } }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
      .sermons-content-area .sermons-text {
        padding: 30px 30px; } }
    .sermons-content-area .sermons-text h2, h2 a, h2 a:hover {
      font-size: 25px;
      font-weight: 600;
      margin-bottom: 15px; }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .sermons-content-area .sermons-text h2, h2 a, h2 a:hover  {
          font-size: 23px; } }
      @media only screen and (max-width: 767px) {
        .sermons-content-area .sermons-text h2, h2 a, h2 a:hover  {
          font-size: 21px; } }
    .sermons-content-area .sermons-text p {
      font-size: 16px;
      text-align: left; }
    .sermons-content-area .sermons-text .sermons-meta-data p {
      margin-right: 30px;
      font-size: 14px;
      text-align: center; }
      .sermons-content-area .sermons-text .sermons-meta-data p i {
        color: #c92f2f; }
    .sermons-content-area .sermons-text .sermons-cata {
      position: relative;
      z-index: 1;
      margin-bottom: 15px; }
      .sermons-content-area .sermons-text .sermons-cata a {
        display: inline-block;
        width: 32px;
        height: 32px;
        margin: 0 10px;
        border: 2px solid #ebebeb;
        color: #959595;
        border-radius: 50%;
        line-height: 28px;
        text-align: center; }
        .sermons-content-area .sermons-text .sermons-cata a:hover {
          color: #ffffff;
          background-color: #c92f2f;
          border-color: #c92f2f; }
    .sermons-content-area .sermons-text .read-more-share .read-more-btn a {
      font-weight: 700;
      color: #959595; }
      .sermons-content-area .sermons-text .read-more-share .read-more-btn a i {
        -webkit-transition-duration: 500ms;
        transition-duration: 500ms; }
      .sermons-content-area .sermons-text .read-more-share .read-more-btn a:hover, .sermons-content-area .sermons-text .read-more-share .read-more-btn a:focus {
        color: #c92f2f; }
        .sermons-content-area .sermons-text .read-more-share .read-more-btn a:hover i, .sermons-content-area .sermons-text .read-more-share .read-more-btn a:focus i {
          padding-left: 5px; }
    @media only screen and (max-width: 767px) {
      .sermons-content-area .sermons-text .read-more-share .share {
        margin-top: 30px; } }
    .sermons-content-area .sermons-text .read-more-share .share span,
    .sermons-content-area .sermons-text .read-more-share .share a {
      color: #959595;
      padding: 0 10px;
      font-size: 14px; }
      .sermons-content-area .sermons-text .read-more-share .share span:hover, .sermons-content-area .sermons-text .read-more-share .share span:focus,
      .sermons-content-area .sermons-text .read-more-share .share a:hover,
      .sermons-content-area .sermons-text .read-more-share .share a:focus {
        color: #c92f2f; }
      @media only screen and (max-width: 767px) {
        .sermons-content-area .sermons-text .read-more-share .share span,
        .sermons-content-area .sermons-text .read-more-share .share a {
          padding: 0 5px; } }

.catagory-share-meta {
  position: relative;
  z-index: 1;
  margin-bottom: 5px; }
  .catagory-share-meta .sermons-cata {
    position: relative;
    z-index: 1; }
    .catagory-share-meta .sermons-cata a {
      display: inline-block;
      width: 32px;
      height: 32px;
      margin: 0 10px;
      border: 2px solid #ebebeb;
      color: #959595;
      border-radius: 50%;
      line-height: 28px;
      text-align: center; }
      .catagory-share-meta .sermons-cata a:hover {
        color: #ffffff;
        background-color: #c92f2f;
        border-color: #c92f2f; }
    @media only screen and (max-width: 767px) {
      .catagory-share-meta .sermons-cata {
        margin-bottom: 0px; } }
  .catagory-share-meta .share span,
  .catagory-share-meta .share a {
    color: #959595;
    padding: 0 10px;
    font-size: 14px; }
    .catagory-share-meta .share span:hover, .catagory-share-meta .share span:focus,
    .catagory-share-meta .share a:hover,
    .catagory-share-meta .share a:focus {
      color: #c92f2f; }

.sermons-details-area {
  position: relative;
  z-index: 1; }
 .single-post-details-area {
  margin-bottom: 0px; }
  .sermons-details-area .single-post-details-area {
    border-bottom: 0px solid #ebebeb;
    padding-bottom: 0px;}		
.truncate{
	max-width: 220px;
}
.truncate a:hover{
	color: var(--primary-color) !important;
}	
@media only screen and (min-width: 250px) and (max-width: 320px) {
	.truncate {
		max-width: 250px;
	} 
}	
@media only screen and (min-width: 341px) and (max-width: 375px) {
	.truncate {
		max-width: 300px;
	} 
}
@media only screen and (min-width: 376px) and (max-width: 414px) {
	.truncate {
		max-width: 330px;
	} 
}		
@media only screen and (min-width: 992px) and (max-width: 1024px) {
	.truncate {
		max-width: 170px;
	} 
}	
.ctcd {
  position: relative;
  display: inline-block;
  margin-left: 42px;
}

.ctcd .tctcdtext {
  visibility: hidden;
  width: auto;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  position: absolute;
  z-index: 1;
  bottom: 150%;
  left: 50%;
  margin-left: -75px;
  opacity: 0;
  transition: opacity 0.3s;
}

.ctcd .tctcdtext::after {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -5px;
	border-width: 5px;
	border-style: solid;
	border-color: #555 transparent transparent transparent;
}
.ctcd:hover .tctcdtext {
	visibility: visible;
	opacity: 1;
}
.ctcdhide {
	width: 5px;
	height: 10px;
	opacity: 0;
	filter: alpha(opacity=0);
}	
/*------------------------------------
	#Key Member
--------------------------------------*/ 
#keyMember {
	background: white url('assets/img/jerry_panou8.png') 90% 0px no-repeat;
}

#keyMember h3 {
	margin: 0 0 15px;
}
/* ====	#Media Queries	Key Member	==== */
@media screen and (max-width : 991px) {
	#keyMember .container {
		background: rgba(255,255,255,0.8);
		padding: 20px;
	}
} 
.badge.social {
	background: var(--google-map-color);
	font-size: 20px;
	height: 35px;
	width: 35px;
	text-align: center;
	line-height: 35px;
	margin: 0 5px 20px 0;
	padding: 0;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	color: var(--white-color);
}

.badge.social.twitter:hover {
	background: var(--twitter-color);
}

.badge.social.facebook:hover {
	background: var(--facebook-color);
}

.badge.social.instagram:hover {
	background: var(--instagram-color);
}
.single-latest-sermons .sermons-content h2 {
	font-size: 24px;
	font-weight: 600;
	border-bottom: 1px solid var(--gray-color2);
	padding-bottom: 20px;
	margin-bottom: 0; 
	color: var(--light-black-color1);
}
.single-latest-sermons .sermons-content a:hover, .events-text h2 a:hover{
	color: var(--primary-color) !important;
}
.events-text h2 a{
		font-size: 23px;
	color: var(--black-color) !important;
}	
.ruthBorderRightHidemobile {
	border-right: 1px solid var(--gray-color7);
	border-left: 1px solid var(--gray-color7);
}  
/* Clients Section
--------------------------------*/

#clients {
  /*box-shadow: inset 0px 0px 12px 0px rgba(0, 0, 0, 0.1);*/
}

#clients .clients-wrap {
  border-top: 1px solid #d6eaff;
  border-left: 1px solid #d6eaff;
  margin-bottom: 30px;
}

#clients .client-logo {
  padding: 64px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-right: 1px solid #d6eaff;
  border-bottom: 1px solid #d6eaff;
  overflow: hidden;
  height: 160px;
}

#clients .client-logo:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

#clients img {
  transition: all 0.4s ease-in-out;
}
/*------------------------------------
15.	#Read More CSS
--------------------------------------*/
.btnMore {
	background: var(--white-color)!important;
	color: var(--primary-color)!important;
	-webkit-box-shadow: 0 1px 10px rgba(52, 51, 49, 0.3);
	-moz-box-shadow: 0 1px 10px rgba(52, 51, 49, 0.3);
	box-shadow: 0 1px 10px rgba(52, 51, 49, 0.3);
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	text-transform: none;
	border: none;
	-webkit-transition: all .4s;
	transition: all .4s; 
	font-weight: bold;
} 
.btnMore:hover {
	background: var(--primary-color) !important;
	color: var(--white-color) !important;
	-webkit-box-shadow: 0 3px 10px rgba(52, 51, 49, 0.3);
	-moz-box-shadow: 0 3px 10px rgba(52, 51, 49, 0.3);
	box-shadow: 0 3px 10px rgba(52, 51, 49, 0.3);
	-webkit-transition: all .4s;
	transition: all .4s; 
}
.hoverup:hover {
	margin-top: -10px !important;
	transition: all 0.5s ease-in-out;
}
/*======================================
//--//-->   PORTFOLIO
======================================*/

.work-box {
  margin-bottom: 3rem;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: #fff;
}

.work-box:hover img {
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
}

.work-img {
  display: block;
  overflow: hidden;
}

.work-img img {
  transition: all 1s;
}

.work-content {
  padding: 2rem 3% 1rem 4%;
}

.work-content .w-more {
  color: #4e4e4e;
  font-size: .8rem;
}

.work-content .w-more .w-ctegory {
  color: #0078ff;
}

.work-content .w-like {
  font-size: 2.5rem;
  color: #0078ff;
  float: right;
}

.work-content .w-like a {
  color: #0078ff;
}

.work-content .w-like .num-like {
  font-size: .7rem;
}

.w-title {
  font-size: 1.2rem;
}


/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info-box {
  color: #313030;
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
  padding: 20px;
}

.contact .info-box i {
  font-size: 32px;
  color: #ff5821;
  border-radius: 50%;
  padding: 8px;
  border: 2px dotted #ffded4;
  float: left;
}

.contact .info-box h3 {
  font-size: 20px;
  color: #656262;
  font-weight: 700;
  margin: 10px 0 10px 68px;
}

.contact .info-box p {
  padding: 0;
  line-height: 24px;
  font-size: 14px;
  margin: 0 0 0 68px;
}

.contact .php-email-form {
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
  padding: 30px;
}

.contact .php-email-form .validate {
  display: none;
  color: red;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input, .contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
}

.contact .php-email-form input::focus, .contact .php-email-form textarea::focus {
  background-color: #ff5821;
}

.contact .php-email-form input {
  padding: 20px 15px;
}

.contact .php-email-form textarea {
  padding: 12px 15px;
}

.contact .php-email-form button[type="submit"] {
  background: #ff5821;
  border: 0;
  padding: 10px 24px;
  color: #fff;
  transition: 0.4s;
}

.contact .php-email-form button[type="submit"]:hover {
  background: #ff7e54;
}

@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/
.team .member {
  margin-bottom: 20px;
  overflow: hidden;
  text-align: center;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

.team .member .member-img {
	position: relative;
	overflow: hidden;
}

.team .member .social {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 40px;
  opacity: 0;
  transition: ease-in-out 0.3s;
  text-align: center;
  background: rgba(255, 255, 255, 0.85);
}

.team .member .social a {
  transition: color 0.4s;
  margin: 0 10px;
  padding-top: 8px;
  display: inline-block;
}

.team .member .social a:hover {
	color: var(--second-color) !important;;
}

.team .member .social i {
  font-size: 18px;
  margin: 0 2px;
}

.team .member .member-info {
  padding: 25px 15px;
}

.team .member .member-info h4 {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 18px;
  color: #473d3a;
}

.team .member .member-info span {
  display: block;
  font-size: 13px;
  font-weight: 400;
  color: #989595;
}

.team .member .member-info p {
  font-style: italic;
  font-size: 14px;
  line-height: 26px;
  color: #656262;
}

.team .member:hover .social {
  opacity: 1;
}

#profiles {
  padding: 60px 0 30px 0;
}
#profiles .profile {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}
#profiles .profile .details {
  background: rgba(6, 12, 34, 0.76);
  position: absolute;
  left: 0;
  bottom: -30px;
  right: 0;
  text-align: center;
  padding-top: 10px;
  transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
}
#profiles .profile .details h3 {
  color: var(--white-color);
  font-size: 16px;
  margin-bottom: 5px;
}
#profiles .profile .details p {
  color: var(--white-color);
  font-size: 12px;
  margin-bottom: 5px;
}
#profiles .profile .details .social {
  height: 30px;
}
#profiles .profile .details a {
  color: var(--primary-color) !important;
}
#profiles .profile .details a:hover {
  color: var(--white-color) !important;
}
#profiles .profile:hover .details {
  bottom: 0;
}
#profiles-details {
  padding: 60px 0;
}
#profiles-details .details h2 {
  color: var(--color-primary);
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 10px;
}
#profiles-details .details .social {
  margin-bottom: 10px;
}
#profiles-details .details .social a {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  padding-top: 9px;
}
#profiles-details .details p {
  font-size: 16px;
  margin-bottom: 10px;
}
.profile:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
	transition: all 1s;
}
.hDivider h4 {
display: flex;
flex-direction: row;
	}
.hDivider h4:before,
.hDivider h4:after {
content: "";
flex: 1 1;
border-bottom: 2px solid #000;
margin: auto;
}
/*-------------------------------------------------------------
	#Profile/ CSS - 0.1.9
--------------------------------------------------------------*/
.about-me:before {
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}
.relative {
	position: relative;
}
.lined-head {
    position: relative;
    padding-left: 62px;
}
.lined-head:before {
	background: var(--primary-color);
    position: absolute;
    content: close-quote;
    height: 2px;
    width: 40px;
    left: 0;
    top: 50%;
}
.experience li {
    padding-left: 86px;
    position: relative;
}
.experience li .dates {
    position: absolute;
    left: 0;
    top: 2px;
}
.experience li:not(:last-child) {
    margin-bottom: 30px;
}
.about-image {
    max-width: 474px;
}
.about-image img:hover {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
	transition: all 1s;
}
.user-exprnce {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}
.user-exprnce h1 {
	text-shadow: 0.1px 0.1px var(--white-color);
	font-size: 85px;
	margin-left: 13px;
}
.user-exprnce h4 {
	text-shadow: 1px 1px var(--black-color);
	margin-left: 20px;
}
.introHighlight {
    border-left: 4px solid var(--primary-color);
    position: relative;
	padding-left: 10px;
}
.introHighlight:before {
    position: absolute;
    content: close-quote;
    width: 4px;
    bottom: 0;
    left: 0;
    top: 0;
}
.dotList li {
    font-size: 14px;
    font-weight: 400;
    line-height: 2;
    position: relative;
    padding-left: 25px;
}
.dotList li:before {
    font-family: "FontAwesome";
    font-weight: 400;
    content: "\f192";
    position: absolute;
    left: 0;
    top: 0px;
	color: var(--primary-color);
}
.ruthList li {
    font-size: 14px;
    font-weight: 400;
    line-height: 2;
    position: relative;
    padding-left: 25px;
}
.ruthList li:before {
    font-family: "FontAwesome";
    font-weight: 400;
    content: "\f192";
    position: absolute;
    left: 0;
    top: 0px;
	color: var(--primary-color);
}
.imgHover img {
	-webkit-transform: scale(1.0);
	transform: scale(1.0);
	transition: all 1s;
}
.imgHover img:hover {
	transition: all 1s;
	margin: 1rem !important;
	border-radius: 10px;
}