/*
Theme Name: Prayercast Africa
Theme URI: https://prayer.com
Author: 
Author URI: https://prayer.com
Description: Prayercast Africa is a startup theme for Advanced user who want to build professional WordPress theme based on Bootstrap
Version: 0.1
Tags: blue, black, white, light, one-column, two-columns, right-sidebar, fluid-layout, responsive-layout, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, translation-ready
Text Domain: prayercast

Use it to make something cool, have fun, and share what you've learned with others.
*/


/**
 * Table of Contents:
 *
 * 1.0 - Basic Structure
 * 2.0 - Media Queries
 * ----------------------------------------------------------------------------
 */


/**
 * 1.0 Basic Structure
 * ----------------------------------------------------------------------------
 */
 :root {
  --color-primary: #004265;
  --color-secondary : #d9cebd;
}

body {
  font-family: "Sora", sans-serif;
  background-color: #fff;
  font-size: 16px;
  font-weight: 400;
  width: 100%;
  color: #000;
  overflow: hidden;
}
h1 {
  font-size: 5rem;
}
h2 {
  font-size: 2rem;
}
h3 {
  font-size: 1.5rem;
  font-weight: 700;
}
a:hover {
  color: #F28406;
}
/* h1,
h2 {
  font-size: 1.5rem;
}
h3 {
  font-size: 1.25rem;
}
h4,
h5 {
  font-size: 1.25rem;
} */
p {
  font-size: 1rem;
  font-weight: 400;
  color: #4D4C4C;
} 
img,
iframe {
  max-width: 100%;
}
.bg-white {
  background-color: #fff;
}
.bg-gray {
  background-color: rgba(228, 237, 246, 1);
}
.navbar-nav {
  margin: 0;
}
.navbar-nav .nav-link.active {
  font-weight: 400;
}
.navbar-nav li a:hover {
  color: #F28406;
}
.navbar-collapse div {
  margin-left: auto !important;
}
.navbar-nav li {
  position: relative;
  padding: 1rem 1.2rem;
}
/* .navbar-nav li .sub-menu li {
  padding: 0.5rem;
} */
.navbar-nav li a {
  font-size: 1.1rem;
  font-weight: 400;
  color: #fff;
}
.navbar-nav li .sub-menu {
  display: none;
  position: static;
  width: 12.5rem;
  background-color: #004265;
  padding: 0;
  margin: 0;
  z-index: 1;
}
.navbar-toggler-icon {
  background-color: #fff;
}
.menu-item-has-children {
  position: relative;
  padding: 0;
}
.sticky {
  position: fixed;
  z-index: 9999;
  top: 0;
  width: 100%;
  background-color: #004265;
}
input.search-text {
  border-radius: 0.3rem;
}
.search-forms {
  margin-left: 1rem;
  background-color: #275E9DE5;
  border-radius: 1.3rem;
  color: #fff;
}
input.search-text {
	position: relative;
	z-index: 5;
	height: 30px;
	width: 0;
	padding: 15px 0 20px 36px !important;
	box-sizing: border-box;
	font-size: 1rem;
	cursor: pointer;
	border: 1px solid transparent;
	background: url('images/search-icon.png') no-repeat left 11px center transparent;
  filter: brightness(0) saturate(100%) invert(98%) sepia(98%) saturate(6%) hue-rotate(132deg) brightness(100%) contrast(103%);
  background-size: 1rem 1.2rem;
}
input.search-text:focus {
	z-index: 3; 
	width: 18.75rem;
  padding-right: 10px;
	border: 1px solid #666;  
	background-color: #fff;
	outline: none;
	cursor: auto;
  filter: none;
}
input.search-text::-webkit-search-cancel-button {
	cursor: pointer;
}
.menu-item-has-children::after{
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 13px;
  height: 15px;
  transform: translateY(-50%) rotate(90deg);
  background-size: 0.8rem;
  background-image: url(images/arrow-left-bold.png);
  background-position: center;
  background-repeat: no-repeat;
  transition: transform 0.6s;
  filter: brightness(0) saturate(100%) invert(98%) sepia(98%) saturate(6%) hue-rotate(132deg) brightness(100%) contrast(103%);
}
.menu-item-has-children:hover::after {
  transform: translateY(-50%) rotate(-90deg);
}
.menu-item-has-children:hover .sub-menu{
  display: block;
}
ul {
  list-style-type: none;
  padding: 0;
}
a {
  display: inline-block;
  text-decoration: none;
  color: #000;
}
a:hover {
  text-decoration: none !important;
}
.title-primary {
  color: #fff;
}

/* button*/
.btn-primary {
  font-weight: 600;
  padding: 0.5rem 1rem;
  font-size: 1rem;
  border: 1px solid #004265;
  background-color: #004265;
  border-radius: 0;
  color: #fff;
}
.btn-secondary,
input[type=submit] {
  background-color: #fff;
  font-weight: 700;
  text-transform: capitalize;
  padding: 0.6rem 1.3rem;
  border: 1px solid #fff;
  border-radius: 0;
  color: #000;
}
.btn-secondary:hover,
input[type=submit]:hover {
  background-color: #235C98;
  color: #fff;
  border: 1px solid #fff;
}
.btn-primary:hover {
  background-color: #fff;
  border: 1px solid #004265;
  color: #004265;
}

.wpcf7-spinner {
  display: none;
}
.form-control::placeholder {
  color: #919496!important; 
} 
.form-control:focus,
input[type="text"]:focus, 
input[type="email"]:focus,
input[type="number"]:focus, 
input[type="tel"]:focus {
 box-shadow: none !important;
 border-color:#004265;
}
/* header */
header {
  background-color: #004265;
}
header .logo {
  max-width: 176px;
}

.masonry {
	column-count: 3;
	column-gap: 16px;
  position: relative;
}
.masonry .masonrye {
  display: inline-block;
  margin-bottom: 16px;
  width: 100%;
}

.banner {
  background-color: #00517E;
  color: #fff;
}
.banner h3 {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.7;
}
.banner a {
  padding: 0.7rem 4rem;
}
.wp-block {
  max-width: 100% !important;
}

.nothing-theme-blog .nothing-theme-flip {
  font-size: 1.25rem;
}
.img-pdf {
  height: 274px;
  width: 100%;
  object-fit: cover;
  text-align: center;
}
/* Page home */
/* home-banner */
.home-banner {  
  height: 45rem;
  position: relative;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  color: #fff;
  width: 100vw;
  overflow: hidden;
}
 .home-banner video {
  position: absolute;
  top: 0;
  left: 0;
  height: 45rem;
  width: 100%;
  max-width: none;
  object-fit: cover;
}
/* .home-banner:before {
  content: "";
  background: #00426580;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
} */

/* .home-banner h1 {
  font-size: 1.5rem;
  margin-bottom: 1rem;
} */

/* Listing prayer  */

.prayer-card {
  background: #fff;
  min-height: 38rem;
  border: 1px solid #eee;
}

.prayer-card img {
  max-width: 100%;
  width: 17.43rem; 
  height: 23.18rem;
  display: block;
}
.prayer-card-content {
  padding: 1rem;
  background-color: #fff;
  position: relative;
}
.prayer-card-title a {
  font-size: 1rem;
  font-weight: 700;
  color: #000 !important;
  text-decoration: none;
}
.prayer-card-more {
  text-decoration: underline;
  color: #004265;
  font-weight: 600;
}
.countpray {
  background-color: #EEF0F1;
  padding: 0.5rem 0.7rem;
  font-size: 0.8rem;
  font-weight: 600;
}
.prayer-card-excerpt {
  font-size: 0.87rem;
  font-weight: 400;
}
.i-prayed-btn.disabled, .i-prayed-btn:disabled{
  background-color: #ccc !important;
  cursor: not-allowed;
  opacity: 0.7;
  pointer-events: none;
}

/* home-about */

.about {  
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url('images/bg.png');
  color: #fff;
}
.about:before {
  content: "";
  /* background: #00426580; */
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 3;
}
.about-one {
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url('images/bg-about.jpeg');
  color: #fff;
}
.about-one p {
  text-transform: uppercase;
  font-size: 0.6rem;
  color: #FFF1F1;
}
.about-one h5 {
  font-size: 1.4rem;
  font-weight: 400;
}
.about-one p a, .about-one h5 a {
  color: #FFF1F1 !important;
}
.about-two h2 {
  color: #000;
  font-size: 2rem;
}
/* //Our impact */
.impact {  
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url('images/bg-impact.png');
  color: #fff;
}
.impact:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.impact-content {
  background-color: #fff;
  padding: 2.7rem 2.7rem 2rem 2.7rem;
  width: 30.25rem;
}
.impact-content h3 {
  font-weight: 1.5rem;
  color: #004265;
  font-weight: 800;
  text-align: center;
}
.impact-content a {
  color: #235C98;
  text-decoration: underline;
}
.count-content p {
  font-size: 0.8rem;
  font-weight: 400;
  margin-top: 0.5rem;
}
.count {
  padding: 1.7rem 0;
  width: 80px;
  margin: auto;
  background-color: #235C98;
}
.contents {
  background-color: #E4EDF6;
}
.contents h3 {
  font-size: 2.25rem;
  font-weight: 700;
  color: #343434;
}
.contents p {
  font-weight: 400;
  color: #343434;
}
.tiret-content {
  font-size: 1rem;
  color: #1D2130;
  text-transform: uppercase;
}
.tiret {
  width: 72px;
  height: 2px;
  margin-right: 1rem;
  border: 1px solid #1D2130;
  background-color: #1D2130;
}
.download {
  background-color: #004265;
  padding: 1rem;
}
.download p {
  color: #fff;
  font-weight: 700;
  padding-right: 6rem;
}

/* /Single prayer */
.prayer-header {
  padding: 1.7rem;
  background-color: rgba(228, 237, 246, 1);
}
.prayer-header h1, .single-prayer h1 a {
  font-size: 1.5rem;
  color: #004265;
}
.prayer-header-two p {
  font-size: 1.125rem;
  color: #343434;
}
.prayer-header-three {
  padding: 1.2rem;
  margin-top: -1.8rem;
  background-color: #004265;
}

.prayer-header-six {
  padding: 1.2rem;
  /* margin-top: -1.8rem; */
  background-color: #004265;
}

.prayer-header-three p, .prayer-header-six p {
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
}
.prayer-header-foor {
  background-color: #F2F4FF;
}
.prayer-header-list h5 {
  font-size: 1.25rem;
  font-weight: 700;
  color: #004265;
}
.prayer-header-list p {
  color: #004265;
}
.prayer-header-list {
  position: relative;
}
.prayer-header-list::after {
  content: "";
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 50%;
  border-bottom: 1px solid #004265;
  transform: translateX(-50%);
}
.prayer-lits li {
  font-size: 1.125rem;
  color: #343434;
  margin-bottom: 0.5rem;
}
.prayer-lits li i {
  width: 1.125rem;
  height: 1.125rem;
  margin-right: 0.5rem;
  color: #004265;
}
.prayer-header-five {
  padding: 1.3rem 3rem 0.8rem 3rem;
  color: #fff;
  background-color: #235C98;
}
.prayer-header-five h5 {
  font-size: 0.8rem;
  font-weight: 400;
}
.prayer-header-five p {
  font-size: 1rem;
  font-weight: 700;
  color: #fff;
}
.single-prayer h3, .single-prayer h3 a {
  font-size: 1.5rem;
  font-weight: 700;
  color: #004265;
}
.single-prayer h2 {
  font-size: 2rem;
  font-weight: 700;
  color: #000;
}
/* //RESOURCE */
.nav-pills {
  background-color: #F5F5F5;
  border-radius: 0.5rem;
}
.nav-pills .nav-link.active {
  background-color: #004265;
  color: #fff;
}
.nav-pills .nav-link {
  background-color: #fff;
  color: #171720BF;
  width: 17.5rem;  
  height: 3rem;
  margin: 2rem;
}
.nav-pills .nav-link:hover {
  color: #F28406;
}
.hats {
  background-color: #235C98;
}
.hats h1 {
  color: #fff;
  font-weight: 700;
  font-size: 1.5rem;
  text-transform: uppercase;
}

.media.bg-gray h3,
.whoweare-values h5, 
.nothing-about h5,
.nothing-consumers h5 {
  text-transform: none;
}
.media.bg-goldenrod h3 strong {
  color: #fff;
}
.about-content p {
  font-size: 0.825rem;
}
.about-content {
  height: 100%;
}

button:hover {
  background-color:#235C98 !important;
}
header .current-menu-item > a {
   border-bottom: 3px solid #F28406;
}
.hentry {
  margin-bottom: 0 !important;
}
/* music-feel */
.music-feel ul li {
  margin-bottom: 1.5rem;
}

input[type="search"] {
  padding: 8px;
}

textarea {
  resize: none;
}
.form-control {
  border-radius: 0 !important;
}
.contacts {
  background-color: #fff;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15);
}
.contacts img {
  border: 10px solid rgba(226, 231, 242, 1);
}
.contact-text h4 {
  max-width: 26rem;
}
.space-evenly {
  justify-content: space-evenly;
}
.watch-content h2 {
  font-weight: 700;
}
.watch-content p {
  max-width: 60rem;
  font-weight: 700;
  margin: auto;
}
.watch-blok {
  background-color: #F1F3F3;
  padding: 4rem 2.5rem;
}
.watch-blok ul li .number {
  font-size: 0.75rem;
  background-color: #004265; 
  color: white;               
  padding: 2px 5px;           
  border-radius: 1rem; 
  margin-right: 0.5rem;        
}
.watch-blok ul li {
  margin-bottom: 1rem;
/*   text-decoration: underline; */
}
.watch-img {
  width: 49.6rem;
  height: 23.81rem;
  display: flex;
  justify-content: center;
  align-items: end;
}
.watch-list {
  width: 49.6rem;
  padding: 1.5rem 2rem;
  margin: 0;
  background-color: #EEF6FA;
}
.watch-list li {
  margin-bottom: 1rem;
  font-weight: 700;
}
.card1, .card2, .card3, .card4 {
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 5rem;
}
.card1 {
  border: 1px solid #CF0000;
  background-color: #CF0000;
}
.card2 {
  border: 1px solid #F4A600;
  background-color: #F4A600;
}
.card3 {
  border: 1px solid #EF5100;
  background-color: #EF5100;
}
.card4{
  border: 1px solid #006649;
  background-color: #006649;
}
.blur {
  background-color: #004265;
}
.watch-slick .slick-dots li button:before {
  font-family: 'slick';
  font-size: 20px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content:  '■';
  text-align: center;
  opacity: .25;
  color: #D9D9D9;
  border-radius: 0;
}
.watch-slick .slick-dots li button:hover:before {
  color: #006649;
}
.watch-slick .slick-dots {
  bottom: 0;
  text-align: left;
}
.watch-slick .slick-dots li.slick-active button:before {
  color: #004265;
}
.watch-slick p {
  margin-bottom: 0;
}
.slick-prev:before, .slick-next:before {
  content: '';
  display: block;
  background-size: 1.3rem;
  background-image: url(images/arrow-left-bold.png);
  background-position: center;
  background-repeat: no-repeat;
  color: transparent !important;
}
.slick-prev:before {
  transform: rotate(180deg);
}
.slick-next, .slick-prev {
  background-color: #fff !important;
  color: #fff;
  width: 50px !important;
  height: 50px !important;
  box-shadow: 0px 0px 14px 0px #00000026 !important;
  border-radius: 2rem !important;
  z-index: 1;
}
/* Page  nothing*/
.pagination {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

.pagination-list {
  list-style: none;
  padding: 0;
  display: flex;
}

.page-numbers {
  display: block;
  padding: 4px 10px;
  margin: 0 5px;
  font-weight: 800;
  border: 1px solid #004265;
  border-radius: 4rem;
  text-decoration: none;
  color: #004265;
  font-family: "Sora", sans-serif;
}

/* .page-item:first-child .page-link {
  border-top-left-radius: 4rem;
  border-bottom-left-radius: 4rem;
}
.page-item:last-child .page-link {
  border-top-right-radius: 4rem;
  border-bottom-right-radius: 4rem;
} */
.page-numbers:hover {
  background-color: #f8f9fa;
}

.page-numbers.current {
  background-color: #004265;
  color: white;
  border-color: #004265;
}
.feedback-message {
  font-size: 14px;
  color: green;
  margin-top: 5px;
  transition: opacity 0.5s ease;
}

.bar-chart {
  display: flex;
  width: 100%;
  height: 20px;
  border-radius: 10px;
  overflow: hidden;
  gap: 5px;
}

.bar {
  height: 100%;
  border-radius: 10px;
}

.legend {
  display: flex;
  flex-wrap: wrap;
  margin-top: 10px;
  gap: 15px;
}

.legend-item {
  display: flex;
  align-items: center;
  gap: 5px;
}

.legend-circle {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  display: inline-block;
}
.country-info h4 {
  color: #343434;
  font-size: 1.3rem;
  font-weight: 400;
  text-transform: uppercase;
}
.numbpeople {
  color: #a67c52;
  font-size: 3rem;
  font-weight: 700;
}
.info-container p {
  font-size: 1.2rem;
  color: #004265;
  font-weight: 600;
}
.info-container ul li {
  display: inline-block;
  font-size: 1.2rem;
  color: #004265;
  font-weight: 600;
}
.map-container iframe {
  border-radius: 10px;
}
.map-content {
  position: relative;
}
.time-weather {
  position: absolute;
  background-color: #fff;
  border-radius: 5rem;
  border: 1px solid #fff;
}
.flag {
  position: absolute;
  bottom: 5rem;
  right: -8rem;
  z-index: 1;
  border-radius: 1rem;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}
.flag img {
  border-radius: 1rem;
  object-fit: cover;
}
.time-weather {
  position: absolute;
  top: 5rem;
  left: -4rem;
  padding: 0.3rem 1.8rem;
  z-index: 1;
  border-radius: 2rem;
  background-color: #fff;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}
.time-weather span{
  font-size: 1.25rem;
  color: #004265;
}
.time i, .temperature i {
  color: #a67c52;
  font-weight: bold;
  font-size: 2rem;
}

.country-info hr {
  background-color: #a67c52;
  height: 0.1rem;
}
.country-info a {
  color: #a67c52;
}
.contact-form {
  background: #004265;
  box-shadow: 0 6px 25px rgba(0, 0, 0, 0.05);
  margin-top: -4rem;
  border-radius: 0.5rem;
  position: relative;
}
.contact-form label {
  color: #fff;
}
#newsletter  input[type="submit"] {
  background-color: #004265 !important;
  color: #fff !important;
}
.newsletter-form p {
  max-width: 38rem;
  position: relative;
  display: flex;
}
#newsletter h3 {
  font-weight: 700;
  margin: 0 auto 1.5rem;
  color: #004265;
  font-size: 2rem;
}
#newsletter .wpcf7-form-control-wrap {
  position: unset;
  flex-grow: 1;
}
#newsletter input[type="email"] {
  font-size: 0.825rem;
  border: 2px solid #004265;
  border-radius: 0.25rem;
  color: #004265 !important;
  background: transparent !important;
  padding: 1rem !important;
  display: block;
  width: 100%;
}
#newsletter input[type="email"]::placeholder {
  color: #004265;
}
#newsletter input[type="submit"] {
  width: 8rem;
  height: 3.36rem;
  font-weight: bold;
  border: 0 !important;
	border-radius: 0.25rem;
  margin-left: -10px !important;
  vertical-align: initial;
  flex-grow: 1;
}
#newsletter input[type="submit"]:hover {
  background-color: #004265 !important;
}
#newsletter .wpcf7-not-valid-tip {
  display: inline-block;
  padding: 4px 0;
}
#newsletter .wpcf7-spinner {
  position: absolute;
  right: -32px;
  top: 50%;
  transform: translateY(-50%);
  margin: 0;
}
#newsletter .wpcf7 form .wpcf7-response-output {
  margin: 0.5em 0;
}
#newsletter .wpcf7 form.invalid .wpcf7-response-output,
#newsletter .wpcf7 form.unaccepted .wpcf7-response-output,
#newsletter .wpcf7 form.payment-required .wpcf7-response-output {
  color: #fff;
  border-color: #004265;
}
.wpcf7-spinner {
  display: none;
}
/* church-content */
.church-content {
  height: 100%;
  border-radius: 1rem;
  box-shadow: 0 6px 25px 0 rgba(0, 0, 0, 0.1);
}
.church-content img {
  border-radius: 1rem 1rem 0 0;
  height: 200px;
  max-width: 100%;
  object-fit: cover;
}
.church-text {
  padding: 1rem;
  border-radius:  0 0 1rem 1rem;
  background-color: #fff;
}
.church-content h5 {
  font-size: 1.2rem;
  font-weight: 700;
  color: #004265;
}
.church-content a, .church-content a i {
  color: #004265;
  font-weight: 700;
}
.church-content:hover {
  box-shadow: 0 6px 25px 0 rgba(0, 0, 0, 0.2);
}
.church-content:hover {
  transform: translateY(-5px);
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
}
.church-content:hover img {
  transform: scale(1);
  opacity: 0.9;
}
.prayer-container {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.prayer-cards {
  position: relative;
  height: 300px;
  background-size: cover;
  background-position: center;
  border-radius: 1.5rem;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.prayer-btn {
  position: absolute;
  top: 0.5rem;
  left: 0.5rem;
}
.prayer-btn a {
  padding: 0.4rem 0.8rem;
  background-color: rgba(0, 0, 0, 0.48);
  color: #fff;
  border: 1px solid transparent;
  border-radius: 5rem;
}
.prayer-content {
  color: white;
  width: 100%;
  display: flex;
  position: absolute;
  bottom: 0;
  padding: 1rem;
  justify-content: space-between;
  align-items: center;
}

.prayer-link {
  display: inline-block;
  margin-top: 10px;
  color: #004265;
  background-color: #fff;
  font-size: 1rem;
  padding: 0.4rem 0.9rem;
  text-decoration: none;
  border-radius: 5rem;
}
.prayer-car {
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 1.5rem;
  text-align: center;
  box-shadow: 0 6px 25px 0 rgba(0, 0, 0, 0.1);
}
.prayer-car a { 
  border-radius: 4rem;
  background-color: #004265;
  color: #fff;
  padding: 0.5rem 1.4rem;
}
/* footer */
footer {
  background-color: #004265;
  color: #fff;
}
footer .logo {
  max-width: 176px;
}
footer h5 {
  font-weight: 400;
}
.footer-content {
  position: relative;
}
.footer-content::after {
  content: "";
  position: absolute;
  width: calc(100% - 1.875rem);
  bottom: 0;
  left: 50%;
  border-bottom: 1px solid #fff;
  transform: translateX(-50%);
}

.link-social li a {
  display: inline-block;
  width: 1.8rem;
  height: 1.8rem;
  color: #fff;
  text-align: center;
  background-color: #004265;
  border-radius: 1rem;
  padding-top: 0.2rem;
  box-shadow: 0px 2.45px 7.34px 0px rgba(0, 30, 89, 0.4);
}
.link-social li a:hover {
  color: #fff;
}
.link-social li {
  display: inline-block;
  font-size: 1rem;
  margin-right: 1rem;
}

.footer-widget-area .widget {
  margin: 0 0 1rem;
}
footer .phone ul li {
  font-weight: 400;
  margin-bottom: 0.5rem;
}
.widget .widget-title {
  color: #fff;
}
.widget_nav_menu ul li {
  font-size: 1rem;
  padding: 0;
  margin-left: 0;
}
.widget ul {
  margin-left: 0;
}
/* .widget_nav_menu ul ul {
  margin: 0 0 0 1rem;
} */
.widget ul li a {
  color: #fff;
  font-size: 1rem;
  font-weight: 400;
}
.widget ul li a:hover {
  color: #F28406;
}
.widget .widget-title {
  font-size: 1rem;
  text-transform: none;
}
.socials ul li a {
  color: #fff;
}
.wpcf7-list-item.first {
  margin-left: 0;
}
.widget .widget-title::after {
  content: none;
}
.widget .widget-title{
  content: none;
}

/**
 * 2.0 Media Queries
 * ----------------------------------------------------------------------------
 */

/* X-Small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
  
  h1 {
    font-size: 3rem;
  }
  h2 {
    font-size: 2rem;
  }
 
 
}
@media (max-width: 991.98px) {
  footer, footer ul li, header nav ul li  {
    text-align: center;
  }
  footer ul {
    justify-content: center;
  }
 
  .prayer-header-five {
    text-align: center;
  }
  .prayer-card img {
    max-width: 100%;
    width: 700px;
    height: 400px;
    display: block;
    object-fit: cover;
  }
  .navbar-nav li .sub-menu {
    width: auto;
  }
  .navbar-nav li .sub-menu li {
    padding: 0.5rem;
  }
  .watch-slick .slick-dots {
    top: 6rem;
  }
	.prayer-header-three {
		margin-top: 0;
	}
	iframe, video {
		height: 100%;
		width: 100%;
	}
}

@media (min-width: 575.98px) and (max-width: 1200px) {
  header a {
    font-size: 0.8rem;
  }
}

@media (min-width: 991.98px) {
  .navbar-nav li .sub-menu {
    position: absolute;
    left: 0;
    top: 100%;
  }
  .menu-item-has-children {
    padding-right: 1.5rem !important;
  }
  /* Page nothing for us without us*/
 
  h1 {
    font-size: 5rem;
  }
}

@media (min-width: 1123.98px) {
  h1 {
    font-size: 5rem;
  }
  h2 {
    font-size: 2rem;
  }
  h3 {
    font-size: 1.5rem;
    font-weight: 700;
  }
  
}

@media (max-width: 1124px) {
  /* header  */
  header nav .sub-menu {
    padding-top: 0;
  }
  header nav ul {
    padding-top: 1rem;
  }

}
