/* Variable Starts */
/* Variable Ends */
:focus {
  outline: -webkit-focus-ring-color auto 0;
}
body {
  font-family: 'PT Sans', sans-serif;
}
.custom-navbar {
  z-index: 5;
  width: 100%;
  background: #2567a5;
  top: 0;
}
.custom-navbar.bg-menu {
  background-color: #FFF;
  box-shadow: 0px 0px 21px -6px #929292;
}
.custom-navbar .top-nav.socials a.icon {
  text-decoration: none !important;
}
.custom-navbar .top-nav.socials a.icon img {
  width: 20px;
}
.custom-navbar .top-nav.socials a.icon span {
  font-size: 14px;
  color: #9a9a9a;
}
.custom-navbar .top-nav.socials a.icon:hover span {
  color: #676767;
}
.custom-navbar .brand-logo img {
  height: 85px;
  margin-top: -15px;
  background-color: #fff;
  margin-bottom: 20px;
}
.custom-navbar .navbar-brand {
  color: #2567a5;
  font-size: 18px;
  margin-left: 20px;
  font-weight: 700;
  font-family: 'Raleway', sans-serif;
}
.custom-navbar .navbar-brand:hover,
.custom-navbar .navbar-brand:focus {
  color: #2567a5;
}
.custom-navbar .menu {
  background-color: #2567a5;
  box-shadow: 0px 4px 17px -1px #579ad9;
}
.custom-navbar .menu .nav-item a {
  color: #FFF;
  font-size: 18px;
  font-weight: 500;
  transition-duration: 500ms;
  padding: 0.3rem 1rem;
  position: relative;
}
.custom-navbar .menu .nav-item a.ml{
  font-size: 15px;
  padding: 0.3rem 0.6rem !important;
}
.custom-navbar .menu .nav-item a.tm{
  font-size: 15px;
  padding: 0.2rem 0.4rem !important;
}
.custom-navbar .menu .nav-item a:before {
  content: ' ';
  background: #fff;
  width: 0;
  height: 3px;
  position: absolute;
  bottom: 0;
  left: 1px;
  transition-duration: 500ms;
}
.custom-navbar .menu .nav-item a:hover::before {
  width: 100%;
}
.custom-navbar .menu .nav-item a:hover {
  box-shadow: 0px 14px 15px -9px #ffffff;
  background-color: #ffffff40;
}
.custom-navbar .menu .nav-item a.nav-link.active {
  box-shadow: 0px 14px 15px -9px #ffffff;
}
.custom-navbar .menu .nav-item a.nav-link.active:before {
  content: ' ';
  background: #fff;
  width: 100%;
  height: 3px;
  position: absolute;
  bottom: 0;
  left: 1px;
  transition-duration: 500ms;
}
.dropdown {
  transition: linear 400ms;
}
.dropdown .dropdown-toggle::after {
  vertical-align: 0.155em;
}
.dropdown .dropdown-menu {
  border: none;
  border-radius: 2px;
  transition: linear 400ms;
  background: #FFF;
  box-shadow: 0px 7px 21px -4px #80b3e3;
}
.dropdown .dropdown-menu.dropdown-menu-right {
  right: 0;
  left: initial;
}
.dropdown .dropdown-menu a.dropdown-item {
  color: #2567a5;
  transition-duration: 400ms;
}
.dropdown .dropdown-menu a.dropdown-item:hover {
  color: #FFF !important;
  border-color: transparent;
  background: #2567a5;
  box-shadow: 0px 4px 12px -4px #2567a5;
}
.navbar-toggler.collapsed .navbar-toggler-icon {
  background-image: url('https://noah-live.s3.amazonaws.com/assets/menu.svg');
}
.navbar-toggler .navbar-toggler-icon {
  background-image: url('https://noah-live.s3.amazonaws.com/assets/left-arrow.svg');
}
.main-slider-section {
  display: none;
}
.main-slider-section .home-slider .vhome-slider .slick-slide {
  width: 475px;
}
.main-slider-section .home-slider .slider-image {
  width: 100%;
  max-width: 900px;
  height: auto;
  padding-left: 5px;
  padding-right: 5px;
}
.main-slider-section .home-slider .slick-prev,
.main-slider-section .home-slider .slick-next {
  z-index: 1;
  width: 50px;
  height: 50px;
}
.main-slider-section .home-slider .slick-prev:before,
.main-slider-section .home-slider .slick-next:before {
  font-size: 50px;
}
.main-slider-section .home-slider .slick-prev {
  left: 20px;
}
.main-slider-section .home-slider .slick-next {
  right: 20px;
}
.post-module.news .thumbnail {
  height: 380px;
}
.post-module.news .post-content {
  height: 200px;
}
.daily {
  min-height: 550px;
}
.post-module {
  position: relative;
  z-index: 1;
  display: block;
  background: #FFF;
  cursor: pointer;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
  overflow: hidden;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.post-module:hover {
  -webkit-box-shadow: 0px 1px 35px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 1px 35px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 1px 35px 0px rgba(0, 0, 0, 0.3);
}
.post-module:hover .thumbnail img,
.post-module:hover .thumbnail .image {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  transform: scale(1.1);
}
.post-module .date {
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 1;
  background: #e74c3c;
  width: 55px;
  height: 55px;
  padding: 5px 0;
  color: #FFF;
  font-weight: 700;
  text-align: center;
  -webkti-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom-left-radius: 5px;
}
.post-module .date .day {
  font-size: 18px;
}
.post-module .date .month {
  font-size: 12px;
  text-transform: uppercase;
}
.post-module .thumbnail {
  background: #FFF;
  height: 400px;
  overflow: hidden;
}
.post-module .thumbnail .image {
  filter: saturate(0.5);
  -webkit-filter: saturate(0.5);
  background-position: center;
  min-height: 200px;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.post-module .thumbnail img {
  display: block;
  width: 120%;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.post-module .post-content {
  position: absolute;
  bottom: 0;
  background: #FFF;
  width: 100%;
  height: 220px;
  padding: 20px;
  -webkti-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
  -moz-transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
  -ms-transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
  -o-transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
  transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
}
.post-module .post-content .category {
  position: absolute;
  top: -41px;
  left: 0;
  background: #2567a5;
  padding: 10px 15px;
  color: #FFF;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  border-top-right-radius: 5px;
}
.post-module .post-content .title {
  margin: 0;
  padding: 0 0 10px;
  color: #9a9a9a;
  font-size: 24px;
  font-weight: 700;
  -webkit-transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
  -moz-transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
  -ms-transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
  -o-transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
  transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
}
.post-module .post-content .sub_title {
  margin: 0;
  padding: 0 0 20px;
  color: #2567a5;
  font-size: 20px;
  font-weight: 400;
}
.post-module .post-content .description {
  color: #666666;
  font-size: 14px;
  line-height: 1.8em;
  max-height: 80px;
  overflow: hidden;
}
.post-module .post-content .crown {
  position: absolute;
  top: -35px;
  right: -7px;
}
.post-module .post-content .post-meta {
  color: #b3b3b3;
  position: absolute;
  bottom: 0px;
  left: 0;
  z-index: 2;
  background: #FFF;
  width: 100%;
}
.post-module .post-content .post-meta .post-by {
  margin: 0 16px 0 0;
  padding: 8px 0 0 30px;
  display: none;
}
.post-module .post-content .post-meta .post-by img {
  margin-top: -4px;
  width: 24px;
  border-radius: 50%;
}
.post-module .post-content .post-meta a {
  color: #b3b3b3;
  text-decoration: none;
}
.post-module.list {
  width: 100%;
  display: inline-flex;
}
.post-module.list .thumbnail {
  height: 220px;
  position: relative;
  width: 50%;
}
.post-module.list .thumbnail .image {
  min-height: 100%;
}
.post-module.list .post-content {
  position: relative;
  height: 220px;
  width: 100%;
  padding: 20px;
}
.post-module.list .post-content .category {
  top: initial;
  bottom: 10px;
  left: initial;
  right: 10px;
  z-index: 5;
  border-radius: 4px;
  background-color: #3465aa;
  box-shadow: 2px 4px 10px -3px #cdcdcd;
  transition-duration: 400ms;
}
.post-module.list .post-content .crown {
  position: absolute;
  top: -3px;
  right: -10px;
  opacity: 0.8;
}
.post-module.list .post-content .crown img {
  width: 20px;
}
.post-module.list:hover .category {
  box-shadow: 0px 0px 0px 0px #000;
}
.comments-section textarea {
  border: none;
  box-shadow: 0 0 4px 0px #969696;
}
.comments-section textarea:focus {
  border-color: transparent;
  outline: 0;
  box-shadow: 0px 0px 10px 0px #ccc;
}
#comments-component {
  /* To clear the div Clearfix, I am using the nth child from 2nd div onwards. */
}
#comments-component .comment-count {
  font-family: 'PT Sans', sans-serif;
  font-size: 0.9em;
  text-align: center;
  margin: 0;
}
#comments-component .comment {
  padding: 0px;
  position: relative;
  margin: 15px auto;
}
#comments-component .comment.reply {
  padding-left: 11% !important;
}
#comments-component .comment.reply .photo {
  background-position: 52% 0;
  background-size: 270%;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  margin: 0 auto;
}
#comments-component .cm-pic {
  width: 14%;
  padding: 5px;
  text-align: center;
}
#comments-component .photo {
  width: 60px;
  height: 60px;
  border-radius: 50%;
}
#comments-component .comment-text {
  width: 86%;
  float: left;
  box-shadow: 0 0 11px 0px #e6e6e6;
  background: #fcfcfc;
  padding: 15px;
  border-radius: 5px;
}
#comments-component .action {
  position: absolute;
  right: 0;
  top: 0;
  color: #ccc;
  cursor: pointer;
  opacity: 0;
  transition-duration: 500ms;
}
#comments-component .name {
  margin: 0;
  font-size: 0.8em;
  color: #9a9a9a;
  font-weight: 500;
}
#comments-component .time {
  margin: 0;
  color: #a0a0a0;
  font-weight: 400;
}
#comments-component p {
  margin: 0;
  font-size: 0.9em;
  color: #626a73;
  white-space: pre-line;
}
#comments-component .likes {
  float: right;
  display: block;
  color: darkgray;
  font-size: 14px;
  cursor: pointer;
}
#comments-component .likes img {
  margin-right: 2px;
  margin-top: -5px;
}
#comments-component .comment:nth-child(n + 2):after {
  display: block;
  content: " ";
  clear: both;
}
#comments-component .comment:hover .action {
  opacity: 1;
}
.list-grid-toggle {
  width: 30px;
  height: 25px;
  border-radius: 3px;
  color: #2567a5;
  cursor: pointer;
  font-size: 12px;
  font-weight: 200;
  letter-spacing: 3px;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.15s ease;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.list-grid-toggle .viewLabel {
  position: absolute;
  top: 5px;
  right: 40px;
  width: 100px;
}
.list-grid-toggle .viewLabel .label {
  margin-left: 4px;
}
.glicon {
  width: 30px;
  margin-bottom: 6px;
}
.icon-bar {
  position: relative;
  width: 30px;
  height: 5px;
  margin: 0 auto 5px auto;
  background: #2567a5;
  box-shadow: 2px 2px 4px -2px #636363;
  transition: all 0.15s ease;
}
.icon-bar:last-child {
  margin-bottom: 0;
}
.icon-bar:before,
.icon-bar:after {
  position: absolute;
  display: block;
  width: 5px;
  height: 5px;
  background: #2567a5;
  box-shadow: 2px 2px 4px -2px #636363;
  content: '';
  opacity: 0;
  transition: all 0.15s ease;
}
.icon-bar:before {
  left: -15px;
}
.icon-bar:after {
  right: -15px;
}
.icon-grid .icon-bar {
  width: 5px;
}
.icon-grid .icon-bar:before,
.icon-grid .icon-bar:after {
  opacity: 1;
}
.icon-grid .icon-bar:before {
  left: 0;
  -webkit-transform: translateX(-10px);
  transform: translateX(-10px);
}
.icon-grid .icon-bar:after {
  right: 0;
  -webkit-transform: translateX(10px);
  transform: translateX(10px);
}
.u-float-right {
  float: right;
}
.u-flex-center {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.subtle {
  color: #9a9a9a;
  font-size: 14px;
}
.card-media {
  border-radius: 2px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
  height: 110px;
  margin-bottom: 25px;
  transition: all 300ms ease-out;
  width: 100%;
  cursor: pointer;
}
.card-media a {
  text-decoration: none;
}
.card-media:hover {
  box-shadow: 0 5px 14px rgba(0, 0, 0, 0.2);
}
.card-media-object-container {
  background: none;
  float: left;
  height: 100%;
  width: 35%;
  position: relative;
}
.card-media-object-container .event-date {
  position: absolute;
  background-color: #b1b1b1;
  color: #fff;
  font-weight: 600;
  padding: 6px;
  text-align: center;
  line-height: 1.2;
  top: 7px;
  left: 6px;
  box-shadow: 0px 0px 0px 3px #f3f3f3;
  height: 97px;
  width: 79px;
}
.card-media-object-container .event-date .day {
  font-size: 2rem;
  padding-left: 10px;
  padding-top: 7px;
}
.card-media-object-container .event-date .day sup {
  font-size: 1rem;
  top: -1.3em;
}
.card-media-object-container .event-date .mon-year {
  font-size: 1.5rem;
}
.card-media-object-container .crown {
  position: absolute;
  z-index: 1;
  bottom: 5px;
  left: 10px;
}
.card-media-object {
  background-position: center center;
  background-size: cover;
  height: 100%;
  transition: all 300ms ease-out;
}
.card-media-object:after {
  content: " ";
  display: block;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 300ms ease-out;
  z-index: 10;
}
.card-media:hover .card-media-object:after {
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 52%, rgba(0, 0, 0, 0.4) 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 52%, rgba(0, 0, 0, 0.4) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 52%, rgba(0, 0, 0, 0.4) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);
  opacity: 1;
}
.card-media-object-tag {
  background-color: #FFF;
  border-radius: 2px;
  padding: 2px 7px;
  position: absolute;
  right: 2px;
  top: 2px;
  font-size: 10px;
}
.card-media-object-social-list {
  bottom: 4px;
  left: 10px;
  list-style-type: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 20;
}
.card-media-object-social-list li {
  border-radius: 50%;
  display: inline-block;
  height: 30px;
  margin-right: 6px;
  opacity: 0;
  overflow: hidden;
  transform: translateY(5px);
  transition: all 300ms ease-out;
  width: 30px;
}
.card-media:hover .card-media-object-social-list li {
  opacity: 1;
  transform: translateY(0);
}
.card-media-object-social-list li:nth-child(1) {
  transition-delay: 0;
}
.card-media-object-social-list li:nth-child(2) {
  transition-delay: 75ms;
}
.card-media-object-social-list li:nth-child(3) {
  transition-delay: 150ms;
}
.card-media-object-social-list-item-additional {
  border: 1px solid #FFF;
  color: #FFF;
  font-size: 12px;
  padding-top: 7px;
  text-align: center;
}
.card-media-body {
  background-color: #FFF;
  float: left;
  height: 100%;
  padding: 7px 15px;
  position: relative;
  width: 65%;
}
.card-media-body-top {
  display: block;
}
.card-media-body-top-icons {
  margin-top: -2px;
  opacity: 0;
  transition: all 300ms ease-out;
  transform: translateY(-5px);
}
.card-media:hover .card-media-body-top-icons {
  opacity: 1;
  transform: translateY(0);
}
.card-media-body-top-icons > svg {
  cursor: pointer;
  margin-left: 10px;
  transition: all 300ms ease-out;
}
.card-media-body-top-icons > svg:hover {
  fill: #444;
}
.card-media-body-heading {
  display: block;
  font-size: 18px;
  font-weight: 600;
  color: #9a9a9a;
  line-height: 1.2;
}
.card-media-body-supporting-bottom {
  position: absolute;
  bottom: 10px;
  left: 0;
  opacity: 1;
  padding: 0 15px;
  transition: all 300ms ease-out;
  width: 100%;
}
.card-media:hover .card-media-body-supporting-bottom {
  opacity: 0;
  transform: translateY(-8px);
}
.card-media-body-supporting-bottom-text {
  display: inline-block;
}
.card-media-body-supporting-bottom-reveal {
  opacity: 0;
  transform: translateY(8px);
  transition: all 300ms ease-out;
}
.card-media:hover .card-media-body-supporting-bottom-reveal {
  opacity: 1;
  transform: translateY(0);
}
.card-media-link {
  color: #2567a5;
  text-decoration: none;
}
.card-media-link:hover {
  color: #2567a5;
  text-decoration: underline;
}
.card-media-link.disabled {
  color: #989898;
  pointer-events: none;
}
.videos-section .video-p {
  padding: 56% 0 0 0;
}
.videos-section .video-frame {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.videos-section .video-post {
  padding: 15px;
}
.videos-section .video-post .inner {
  height: 300px;
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.09);
  background: #fff;
  border-bottom: 0;
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  overflow: hidden;
}
.videos-section .video-post .inner:hover,
.videos-section .video-post .inner:focus {
  -webkit-transform: translate(0, -8px);
  -moz-transform: translate(0, -8px);
  -ms-transform: translate(0, -8px);
  -o-transform: translate(0, -8px);
  transform: translate(0, -8px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.16);
}
.videos-section .video-post .inner .screencast {
  position: relative;
  height: 125px;
}
.videos-section .video-post .inner .screencast .play-btn {
  position: absolute;
  width: 48px;
  height: 48px;
  background: url('https://ddll2cr2psadw.cloudfront.net/e5cf9938-febc-40e7-aaa3-f25dddcb7e3b/public/ministry/images/svg/play-button.svg') no-repeat scroll 0 0;
  top: calc(50% - 24px);
  left: calc(50% - 24px);
  opacity: 0.5;
}
.videos-section .video-post .inner .screencast .media-length {
  position: absolute;
  background: #2567a5;
  line-height: 20px;
  font-size: 12px;
  padding: 0 5px;
  left: 0;
  bottom: 0;
  color: #fff;
}
.videos-section .video-post .inner .post-data {
  padding: 12px;
  padding-bottom: 25px;
  min-height: calc(300px - 125px);
}
.videos-section .video-post .inner .post-data .post-title {
  font-weight: 600;
  line-height: 22px;
  color: #676767;
}
.videos-section .video-post .inner .post-data .author,
.videos-section .video-post .inner .post-data .date {
  color: #676767;
  font-size: 12px;
  font-weight: 600;
}
.videos-section .video-post .inner .post-data .author {
  margin-right: 30px;
}
.videos-section .video-post .inner .post-data .category {
  display: block;
}
.videos-section .video-post .inner .post-data .category .name {
  color: #676767;
  font-size: 12px;
  font-weight: 600;
  display: block;
}
.videos-section .video-post .inner .post-data .category .name img {
  margin-right: 5px;
  margin-bottom: 4px;
}
.videos-section .video-post .inner .post-data .post-title {
  font-size: 14px;
  display: block;
  padding-bottom: 15px;
}
.videos-section .video-post .inner .post-data .isSocial {
  height: 60px;
}
.videos-section .video-post .inner .post-data .isSocial .soc {
  padding: 3px 0 0 20px;
}
.videos-section .video-post .inner:hover .screencast .play-btn {
  opacity: 1;
}
.liveVideo-section .video-p {
  padding: 56% 0 0 0;
}
.liveVideo-section .video-frame {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.liveVideo-section .countdown-timer {
  color: #0073c5;
}
.liveVideo-section .countdown-timer td {
  text-align: center;
  padding: 10px 5px;
}
.liveVideo-section .countdown-timer .tr-text {
  font-size: 14px;
}
.liveVideo-section .countdown-timer .tr-text td {
  padding: 0;
}
.liveVideo-section .countdown-timer table {
  table-layout: fixed;
  margin-bottom: 0;
}
.liveVideo-section .countdown-timer table tr {
  border: none;
}
.liveVideo-section .countdown-timer .fix-width {
  position: relative;
  font-weight: 500;
  font-size: 2em;
}
.liveVideo-section .countdown-timer .circle {
  width: 100px;
  height: 0;
  padding-bottom: 71%;
  border-radius: 50%;
  margin: 0 auto;
}
.liveVideo-section .countdown-timer .numbers {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 85%;
}
.liveVideo-section .countdown-timer svg {
  width: 85%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.liveVideo-section .countdown-timer svg.filter-shadow {
  filter: drop-shadow(0px 0px 1.5px rgba(0, 115, 197, 0.9));
}
.live-sidebar .previous {
  font-weight: 600;
  color: #818181;
  border-bottom: 1px solid #b3b3b3;
  padding-bottom: 3px;
}
.live-sidebar .side-video {
  position: relative;
  display: block;
}
.live-sidebar .side-video .y-thumb {
  align-self: center;
  padding: 8px 0;
  position: relative;
}
.live-sidebar .side-video .y-thumb img {
  width: 120px;
  max-height: 100px;
  opacity: 0;
}
.live-sidebar .side-video .y-thumb .bg-blur {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  z-index: -2;
}
.live-sidebar .side-video .y-content {
  padding-left: 10px;
}
.live-sidebar .side-video .y-content .title {
  font-weight: 600;
  font-size: 14px;
  color: #676767;
  text-transform: capitalize;
}
.live-sidebar .side-video .y-content .date,
.live-sidebar .side-video .y-content .views {
  color: #8d8d8d;
  font-size: 12px;
}
.live-sidebar .side-video .paid-icon {
  position: absolute;
  width: 20px;
  left: 4px;
  bottom: 0;
}
.live-sidebar .v-container {
  transition-duration: 300ms;
}
.live-sidebar a {
  color: #9a9a9a;
  text-decoration: none !important;
}
.live-sidebar a:hover .v-container {
  box-shadow: 0px 0px 10px -2px #8d8d8d;
}
.contact-section .logo img {
  height: 120px;
  max-width: 400px;
  box-shadow: 0px 0px 6px -2px #adadad;
}
.contact-section .content {
  font-size: 20px;
  color: #585858;
  padding-bottom: 7px;
}
.contact-section .content a {
  color: #2567a5;
}
.contact-section .gmap_canvas {
  overflow: hidden;
  background: none !important;
}
.contact-section #gmap_canvas {
  height: 100vh;
}
.donations-section .donate-today {
  width: fit-content;
  width: -moz-fit-content;
  padding: 3rem 1rem;
}
.donations-section .donate-today input.mobile {
  width: 80vw;
  height: 20vh;
  font-size: 16vh;
  border: none;
  border-bottom: 5px solid coral;
  padding: 2vmin 1vmin;
  caret-color: auto;
  color: red;
}
.donations-section .donate-today input.mobile:focus,
.donations-section .donate-today input.mobile:active {
  outline: 0;
  box-shadow: 0 0 0 0 transparent;
}
.donations-section .donate-today input.mobile::-webkit-input-placeholder {
  color: red;
}
.donations-section .donate-today input.mobile::-moz-placeholder {
  color: red;
}
.donations-section .donate-today input.mobile:-ms-input-placeholder {
  color: red;
}
.donations-section .donate-today input.mobile::-ms-input-placeholder {
  color: red;
}
.donations-section .donate-today input.mobile::placeholder {
  color: red;
}
.tvlist-section .tv-list .tv-card {
  padding: 10px 10px 0 10px;
  box-shadow: 0px 0px 8px 0px #ccc;
  transition-duration: 300ms;
}
.tvlist-section .tv-list .tv-card .title {
  font-size: 30px;
  font-weight: 600;
  color: #676767;
  transition-duration: 400ms;
  border-bottom: 1px solid #9a9a9a;
}
.tvlist-section .tv-list .tv-card .tv-thumb {
  height: 320px;
}
.tvlist-section .tv-list .tv-card .tv-thumb .img-fluid {
  max-width: 230px;
}
.tvlist-section .reach-city {
  color: #929292;
}
.tvlist-section .tv-label {
  font-weight: 600;
  color: #8d8d8d;
}
.tvlist-section hr {
  border-top: 1px solid rgba(0, 0, 0, 0.04);
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.dailyShow-section .daily-type {
  font-size: 20px;
  color: #9a9a9a;
  padding-left: 2px;
  font-weight: 600;
}
.dailyShow-section .head {
  font-size: 45px;
  font-weight: 600;
  border-bottom: none;
  margin-top: 5px;
}
.dailyShow-section .daily-photo .image {
  max-height: 600px;
}
.dailyShow-section .person .person-info {
  padding: 0px 5px;
}
.dailyShow-section .person .person-info .name {
  color: #818181;
  font-size: 18px;
}
.dailyShow-section .card-show {
  margin: 0 auto 60px auto;
  padding: 50px 20px 20px 20px;
  background-color: #FFF;
  border-radius: 2px;
  box-shadow: 1px 2px 7px 0px #bbbbbb;
}
.dailyShow-section .published-date {
  position: absolute;
  color: #b1b1b1;
  font-weight: 600;
  padding: 5px;
  text-align: center;
  line-height: 1.2;
  min-width: 90px;
  top: 20px;
  left: 10px;
  box-shadow: 0px 0px 0px 3px #f3f3f3;
}
.dailyShow-section .published-date .day {
  font-size: 4rem;
  padding-left: 10px;
}
.dailyShow-section .published-date .day sup {
  font-size: 1.5rem;
  top: -1.3em;
}
.dailyShow-section .published-date .mon-year {
  font-size: 2rem;
}
.dailyShow-section .daily-show {
  min-height: 200px;
}
.dailyShow-section .daily-show .image {
  max-height: 300px;
}
.dailyShow-section .daily-show .ttl {
  color: #dadada;
  font-weight: 600;
  border-bottom: 1px dashed #dadada;
  padding-left: 10px;
}
.dailyShow-section .daily-show .content {
  color: #4e4e4e;
  letter-spacing: 0.3px;
  font-size: 20px;
  text-align: justify;
}
.dailyShow-section .daily-show .content blockquote {
  border-left: 4px solid #3465aa;
  padding-left: 15px;
  margin: 7px 0 7px 8px;
  font-weight: 600;
  font-size: 18px;
  font-style: italic;
}
.dailyShow-section .daily-show .content img {
  max-width: 100%;
  border-radius: 10px;
  width: 100%;
}
.user-section .user-photo {
  box-shadow: 3px 3px 16px -4px #525252;
  border: 0px solid #fff;
  border-radius: 5px;
}
.flatpickr-day {
  border-radius: 0;
}
.flatpickr-current-month input.cur-year {
  font-family: 'PT Sans', sans-serif;
}
a:hover {
  color: #676767;
  text-decoration: none;
}
section h1.head {
  margin-top: 15px;
  border-bottom: 1px solid #2567a5;
  padding-bottom: 15px;
  color: #205a90;
}
section .container {
  max-width: 85%;
}
.title-cat {
  color: #9a9a9a;
  font-size: 20px;
}
.isSocial {
  height: 45px;
  bottom: 0px;
}
.isSocial .soc {
  margin: 0 16px 0 0;
  padding: 8px 0 0 20px;
  line-height: 2;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex!important;
  -ms-flex-wrap: wrap!important;
  flex-wrap: wrap!important;
}
.isSocial .soc .likes img,
.isSocial .soc .comments img {
  width: 20px;
  margin-top: -7px;
}
.isSocial .soc .views img {
  width: 20px;
  margin-top: -5px;
}
.isSocial .soc span {
  color: #b3b3b3;
}
.view-like-comment .likes,
.view-like-comment .comments {
  cursor: pointer;
}
.view-like-comment .likes img,
.view-like-comment .comments img {
  width: 20px;
  margin-top: -7px;
}
.view-like-comment .views img {
  width: 20px;
  margin-top: -5px;
}
.cat-list {
  list-style: none;
  padding: 0;
}
.cat-list .list-item a {
  color: #757575;
  padding: 4px 20px 4px 10px;
  display: block;
  position: relative;
  text-transform: capitalize;
  font-size: 18px;
  box-shadow: 0px 2px 6px -3px #c3c3c3;
  margin: 10px;
  background: #ffffff;
  border-radius: 5px;
  transition-duration: 300ms;
}
.cat-list .list-item a:hover {
  padding-left: 13px;
}
.cat-list .list-item a .count {
  position: absolute;
  top: 7px;
  right: 7px;
  color: #fff;
  background-color: #bbb;
  border-radius: 5px;
  min-width: 20px;
  height: 20px;
  font-size: 14px;
  text-align: center;
  z-index: 5;
  padding: 0 2px;
  box-shadow: 1px 2px 5px 0 #9c9c9c8c;
}
.cat-list .list-item.active {
  border-left: 3px solid #2567a5;
  border-right: 2px solid #cdcdcd;
}
.cat-list .list-item .arrow {
  position: absolute;
  bottom: 10px;
  right: 33px;
}
.cat-list .list-item.sub a {
  border-left: 2px solid #cdcdcd;
}
.bible-commentary-section .book-card .name {
  color: #ffffff;
  background-color: #d4d4d4;
  border-radius: 3px;
  transition-duration: 400ms;
}
.bible-commentary-section .book-card .count {
  position: absolute;
  right: 0;
  top: 0;
  background-color: #333;
  color: #fff;
  padding: 0 5px;
  font-size: 18px;
}
.bible-commentary-section .book-card:hover .name {
  color: #2567a5;
  background-color: #fff;
}
.ebooks-section .book-card .bookType {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 5;
  padding: 5px;
}
.ebooks-section .book-card .bookType img {
  width: 20px;
}
.ebooks-section .book-card .shadow-b {
  box-shadow: 3px 3px 5px 1px rgba(0, 0, 0, 0.35);
  transition-duration: 400ms;
}
.ebooks-section .book-card .book-img {
  max-height: 300px;
  object-fit: cover;
}
.ebooks-section .book-card .name {
  color: #fff;
  line-height: 1.2;
  transition-duration: 400ms;
}
.ebooks-section .book-card .author {
  color: #989898;
  line-height: 1.2;
  transition-duration: 400ms;
}
.ebooks-section .book-card .count {
  position: absolute;
  right: 0;
  top: 0;
  background-color: #d4d4d4;
  color: #fff;
  padding: 0 5px;
  font-size: 12px;
}
.ebooks-section .book-card:hover .card {
  transform: scale(1.02);
  box-shadow: 3px 3px 8px 1px rgba(0, 0, 0, 0.35);
  border-radius: 0;
}
.ebooks-section .book-card:hover .name {
  text-decoration: underline;
}
.no-decoration {
  text-decoration: none !important;
}
.not-found {
  font-size: 6vmin;
  color: gray;
}
.btn.focus,
.btn:focus,
button:focus {
  outline: 0;
  box-shadow: 0 0 7px -1px rgba(0, 0, 0, 0.24);
}
.btn-dropdown {
  background-color: #FFF;
  color: #2567a5;
  position: absolute;
  right: 15px;
}
.dropdown-item.active,
.dropdown-item:active {
  background-color: #ccc !important;
}
.btn-donate {
  display: table;
  background-color: #2567a5;
  color: #fff;
  font-weight: 500;
  font-size: 16px;
  border-radius: 0;
  padding: 5px 12px;
}
.btn-donate:hover {
  box-shadow: 6px 6px 0px -1px #579ad9;
}
.btn-login {
  display: table;
  border: 1px solid #9a9a9a;
  color: #9a9a9a !important;
  font-weight: 500;
  font-size: 16px;
  border-radius: 0;
  padding: 5px 12px;
}
.btn-login:hover {
  box-shadow: 6px 6px 0px -1px #cdcdcd;
}
.btn-custom {
  border: 1px solid #FFF;
  border-radius: 2px;
  color: #FFF;
  transition-duration: 300ms;
  background: transparent;
}
.btn-custom:hover {
  color: #2567a5;
  border-color: #2567a5;
}
.btn-default-outline {
  background: #FFF;
  border: 1px solid #9a9a9a;
  color: #9a9a9a !important;
  font-weight: 500;
  font-size: 14px;
  border-radius: 0;
  padding: 5px 10px;
}
.btn-default-outline:hover,
.btn-default-outline:focus {
  box-shadow: 4px 4px 0px -1px #cdcdcd;
}
/* Like floating button Starts */
.press {
  padding: 5px 12px;
}
.press .press:hover,
.press .press:active {
  box-shadow: 0px 0px 21px -6px #929292;
}
.like-fab {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 500;
  transition-duration: 300ms;
}
.like-fab .btn {
  transition: all 300ms;
  -moz-transition: all 300ms;
  -webkit-transition: all 300ms;
}
.like-fab .btn-like {
  color: #FFF;
  background-color: #007bff;
  border-color: #007bff;
}
.like-fab:hover .btn {
  -webkit-box-shadow: 0 0 15px 0 #525252;
  -moz-box-shadow: 0 0 15px 0 #525252;
  box-shadow: 0 0 15px 0 #525252;
}
.like-img {
  margin-bottom: 6px;
}
/* Like floating button Ends */
.events-modal .group-name {
  color: #cdcdcd;
}
.events-modal .event-name {
  color: #8d8d8d;
  font-weight: 600;
}
.fc .fc-button-group > * {
  float: left;
  margin: 0 0 5px 2px;
}
.fc-toolbar h2 {
  margin: 0 0 15px 0;
  color: #2567a5;
  opacity: 0.8;
}
.fc button {
  text-shadow: none;
  border-width: 2px;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.35;
  border: none;
  border-radius: 2px;
  padding: 11px 22px;
  cursor: pointer;
  outline: none;
  height: auto;
  box-shadow: none;
  transition: all 0.2s ease-in-out;
}
.fc button.fc-state-default {
  background: #dcdcdc;
  color: #fff;
}
.fc button .fc-icon {
  position: relative;
  top: -0.05em;
  margin: 0 0.2em;
  vertical-align: middle;
}
.fc button:hover {
  background-color: #9a9a9a;
  box-shadow: 0px 5px 8px -4px #353535;
}
.fc-toolbar .fc-state-active,
.fc-toolbar .ui-state-active {
  background: #9c9c9c;
  box-shadow: 0px 5px 8px -4px #6d6d6d;
}
.fc-toolbar.fc-state-disabled {
  background: #ccc !important;
}
.fc-toolbar.fc-state-disabled:hover {
  box-shadow: none;
}
.fc-icon {
  display: inline-block;
  height: 1em;
  line-height: 1em;
  font-size: 1em;
  text-align: center;
  overflow: hidden;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.fc-unthemed .fc-content,
.fc-unthemed .fc-divider,
.fc-unthemed .fc-list-heading td,
.fc-unthemed .fc-list-view,
.fc-unthemed .fc-popover,
.fc-unthemed .fc-row,
.fc-unthemed tbody,
.fc-unthemed td,
.fc-unthemed th,
.fc-unthemed thead {
  border-color: #f1f1f1;
}
.fc .fc-widget-header {
  border: 0;
}
.fc .fc-body .fc-widget-content,
.fc .fc-row:last-child td {
  border-bottom: 0;
}
.fc td:last-child {
  border-right: 0;
}
.fc td:first-child {
  border-left: 0;
}
.fc th {
  text-align: right;
}
.fc-day-header {
  color: #868686;
}
.fc-unthemed td.fc-today {
  background: #f1f1f1;
  box-shadow: 0 0 13px -4px #868686;
}
.fc-unthemed td.fc-today .fc-day-number {
  background: #8e8e8e;
  color: #fff;
  padding: 2px 4px;
  min-width: 20px;
  text-align: center;
  border-radius: 2px;
}
.fc-day-top .fc-day-number {
  color: #2567a5;
  padding: 2px 4px;
}
.fc-event {
  border: none;
  letter-spacing: 0.5px;
  font-size: 14px;
  padding: 0 0 2px 4px;
  background-color: #00a2ed;
  color: #fff !important;
}
.fc-event a {
  color: #fff;
}
.fc-list-item:nth-child(odd) {
  background: #f7f7f7;
}
.instaWidget {
  overflow-y: auto;
}
.nav-tabs .nav-link {
  color: #676767;
}
.card-wd,
.card {
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
  background-color: #fff;
}
.fb-page,
.fb-page span,
.fb-page span iframe[style] {
  width: 100% !important;
}
.socials .icon:hover img {
  transform: scale(1.1);
}
.text-theme {
  color: #2567a5;
}
.footer {
  background: #151515;
  color: #FFF;
  letter-spacing: 1px;
}
.footer .h5 {
  color: #e6e6e6;
  letter-spacing: 5px;
  text-transform: uppercase;
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 8px;
  padding-left: 10px;
}
.footer .contact-us .email,
.footer .contact-us .phone,
.footer .contact-us .address {
  color: #848484;
}
.footer .contact-us .phone,
.footer .contact-us .address,
.footer .contact-us .email {
  font-size: 1.2rem;
}
.footer .item {
  font-size: 1.4rem;
  padding: 0 10px;
  transition-duration: 400ms;
}
.footer a {
  color: #848484;
  transition-duration: 400ms;
}
.footer a:hover {
  text-decoration: none;
}
.footer a:hover .item {
  color: #FFF;
  padding-left: 11px;
}
.footer .copyright {
  color: #848484;
  border-top: 1px solid #292929;
  padding: 2.5rem 0.5rem;
}
.force-break {
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}
.limit-3:nth-of-type(n+4) {
  display: none;
}
.spinner {
  margin: 10px auto 0;
  width: 100px;
  text-align: center;
}
.spinner > div {
  width: 18px;
  height: 18px;
  background-color: #adadad;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}
.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
@-webkit-keyframes sk-bouncedelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
  }
}
@keyframes sk-bouncedelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@media screen and (max-width: 767px) {
  .head {
    font-size: 2.2rem;
  }
  .custom-navbar .btn-donate {
    background-color: #FFF;
    border: 1px solid #2567a5;
    color: #2567a5;
  }
  .custom-navbar .btn-login {
    display: none;
  }
  .custom-navbar .brand-logo img {
    margin-top: 0px;
  }
  .custom-navbar .menu {
    min-height: 60px;
    z-index: 999;
  }
  .custom-navbar .menu .nav-item {
    border-bottom: 1px solid #efefef14;
  }
  .custom-navbar .menu .nav-item a.nav-link.active {
    box-shadow: none;
    background-color: #ffffff40;
  }
  button.navbar-toggler {
    position: absolute;
    margin-top: 20px;
    top: 3px;
  }
  ul.nav {
    flex-flow: column;
  }
  .card-media:nth-of-type(n+4) {
    display: none;
  }
  .limit-sm-2:nth-of-type(n+3) {
    display: none;
  }
  .main-slider-section .home-slider .slider-image {
    max-width: 500px;
  }
  .dailyShow-section .head {
    font-size: 2rem;
    margin-bottom: 0px;
    padding-left: 2px;
  }
  .dailyShow-section .published-date {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 5px 70px;
    margin: 20px auto;
    left: 0;
    top: 0;
    box-shadow: none;
    color: #2567a5;
  }
  .dailyShow-section .published-date .day {
    font-size: 2rem;
    padding-right: 5px;
  }
  .dailyShow-section .published-date .day sup {
    font-size: 1rem;
    top: -0.9em;
  }
  .dailyShow-section .published-date .mon-year {
    font-size: 2rem;
  }
  .tvlist-section .tv-list .tv-card .tv-thumb {
    height: 220px;
  }
  .tvlist-section .tv-list .tv-card .tv-thumb .img-fluid {
    max-width: 210px;
    max-height: 100%;
  }
  .contact-section #gmap_canvas {
    height: 300px;
  }
  #rc-imageselect,
  .g-recaptcha {
    transform: scale(0.77);
    -webkit-transform: scale(0.77);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
  }
  .no-mobile {
    display: none;
  }
  section .container {
    max-width: 90%;
  }
  #comments-component .cm-pic {
    width: 15%;
  }
  #comments-component .photo {
    width: 8vmin;
    height: 8vmin;
    box-shadow: none;
  }
  #comments-component .comment-text {
    width: 84%;
  }
  #comments-component .comment.reply {
    padding-left: 11% !important;
  }
  #comments-component .comment.reply .photo {
    width: 8vmin;
    height: 8vmin;
    box-shadow: none;
  }
  .like-fab {
    bottom: 45px;
  }
}
@media screen and (max-width: 450px) {
  .main-slider-section .home-slider .slick-prev,
  .main-slider-section .home-slider .slick-next {
    width: 25px;
    height: 25px;
  }
  .main-slider-section .home-slider .slick-prev:before,
  .main-slider-section .home-slider .slick-next:before {
    font-size: 25px;
  }
  .main-slider-section .home-slider .slider-image {
    max-width: 100vw;
  }
  .main-slider-section .home-slider .slick-prev {
    left: 10px;
  }
  .main-slider-section .home-slider .slick-next {
    right: 10px;
  }
  .post-module.list .post-content .category {
    display: none;
  }
  .liveVideo-section .countdown-timer {
    transform: scale(0.7);
  }
}
@media (min-width: 576px) and (max-width: 992px) {
  .home-content .container {
    max-width: 100%;
  }
  .widget-area .container {
    max-width: 100%;
  }
  button.navbar-toggler {
    margin-top: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  .limit-lg-4:nth-of-type(n+4) {
    display: block !important;
  }
  .main-slider-section .home-slider .slider-image {
    max-width: 600px;
  }
}
@media screen and (min-width: 980px) and (max-width: 1200px) {
  .post-module {
    min-width: 245px;
  }
}
@media screen and (min-width: 1440px) {
  section .container {
    max-width: 1140px;
  }
  .home-content .container-fluid {
    max-width: 1400px;
  }
}
