/*
Theme Name: Heart of Compassion Ministry
Theme URI: #
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Our 2015 default theme is clean, blog-focused, and designed for clarity. wp-demo's simple, straightforward typography is readabl6e on a wide variety of screen sizes, and suitable for multiple languages. We designed it using a mobile-first approach, meaning your content takes center-stage, regardless of whether your visitors arrive by smartphone, tablet, laptop, or desktop computer.
Version: 1
License: GNU General Public License v2 or later
License URI: http://wp-demo.com
Tags: black, blue, gray, pink, purple, white, yellow, dark, light, two-columns, left-sidebar, fixed-layout, responsive-layout, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
Text Domain: heart-of-compassion-ministry

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/


@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@300;400;600;700&display=swap');
body,
p,
h1,
h2,
h3,
h4,
h5,
h6{
	font-family: 'Source Sans Pro', sans-serif !important;
}
/*============	Font-face	============*/
/*Extra*/
.btn.btn-banner,
.btn.btn-red {
	background-color: #ED1121;
	color: #fff;
	border-radius: 50px;
	padding: 21px 33px;
	font-size: 14px;
	font-weight: 400;
	text-transform: uppercase;
}
.btn.btn-red i{
	padding-left: 50px;
}
.text-caption-resources a{
	color: #ed1121;
}
/*Extra*/
/* sec heading */
.sec-heading-1,
.sec-heading-2{
	font-weight: 300;
}
/* sec heading */
/* Inner page Header */
.banner{
	position: relative;
	/* background-image: url('images/section-3.jpg'); */
	background-repeat: no-repeat;
	background-size: 100%;
	height: 340px;
	overflow: hidden;
	background-position: center center;
}
.banner .overlay{
	position: absolute;
	background-color: rgba(0, 0, 0, 0.5);
	display: -webkit-flex; 
	display: flex; 
	-webkit-flex-direction: column; 
	flex-direction: column; 
	-webkit-align-items: center; 
	align-items: center; 
	-webkit-justify-content: center; 
	justify-content: center;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}
.banner .overlay h1{
	color: #fff !important;
    text-transform: uppercase;
    font-size: 46px;
    font-weight: 700;
}
/* Inner page Header */
/* Inner Page Content */
.master_page{
	padding:60px 0; 
}
.page-id-94 .master_page{
	padding: 0;
}
.master_page p{
	font-size: 17px;
	color: #333333;
}
/* Inner Page Content */
header .container{
	max-width: 1700px;
}
.logo-area{
	padding: 32px 0;
}
.menu-bar {
	text-align: right;
}
.menu-bar ul{
	position: relative;
}
.menu-bar ul li .dropdown-menu{
	background-color: #ec2224;
	min-width: 15rem;
	padding: 11px 0;
	border: 1px solid #fff;
}
.menu-area .menu-bar .navbar .navbar-nav li ul.dropdown-menu li a {
    padding: 12px 12px;
    color: #fff;
    background: transparent;
}
.menu-bar ul li .dropdown-menu li{
    padding: 15px 15px !important;
    transition: all 0.3s !important;
}
.menu-bar ul li .dropdown-menu li:last-child{
	margin-bottom: 0 !important;
}
.menu-bar ul li .dropdown-menu li:hover{
	background-color: #fff;
}
.menu-bar ul li .dropdown-menu li:hover a{
	color: #ec2224; !important;
}
.menu-area .menu-bar .navbar .navbar-nav li .dropdown-menu li:active, 
.menu-area .menu-bar .navbar .navbar-nav li .dropdown-menu li.active, 
.menu-area .menu-bar .navbar .navbar-nav li .dropdown-menu li:focus, 
.menu-area .menu-bar .navbar .navbar-nav li .dropdown-menu li:hover{
	background-color: #fff;
}
.menu-area .menu-bar .navbar .navbar-nav li .dropdown-menu li:active a, 
.menu-area .menu-bar .navbar .navbar-nav li .dropdown-menu li.active a, 
.menu-area .menu-bar .navbar .navbar-nav li .dropdown-menu li:focus a, 
.menu-area .menu-bar .navbar .navbar-nav li .dropdown-menu li:hover a{
	color: #ec2224;
	background: transparent;
}
.menu-bar ul li .dropdown-menu li:before{
    content: none !important;
}
.menu-area{
	padding: 0 0;
	position: relative;
	z-index: 999;
}
.menu-area .menu-bar .navbar{
	padding: 0;
	display: inline-block;
}
.menu-area .menu-bar .navbar .navbar-nav{
    padding: 30px 0;
    margin: 0px 0 0;
}
.menu-area .menu-bar .navbar .navbar-nav li{
	line-height: 14px;
	display: inherit;
	position: relative;
	padding: 20px 18px;
}
.menu-area .menu-bar .navbar .navbar-nav li a:active,
.menu-area .menu-bar .navbar .navbar-nav li.active a,
.menu-area .menu-bar .navbar .navbar-nav li a:focus,
.menu-area .menu-bar .navbar .navbar-nav li:hover a{
    /* background-color: #ed1121; */
    color: #ed1121;
}
.menu-area .menu-bar .navbar .navbar-nav li a:active:before,
.menu-area .menu-bar .navbar .navbar-nav li.active a:before,
.menu-area .menu-bar .navbar .navbar-nav li a:focus:before,
.menu-area .menu-bar .navbar .navbar-nav li:hover a:before{
    width: 100%;
    /*height: 120%;*/
    /*background-color: #4a75a0;*/
}
.menu-area .menu-bar .navbar .navbar-nav li a{
	position: relative;
	font-size: 15px;
	font-weight: 700;
	color: #333333;
	text-decoration: none;
	z-index: 999999;
	padding: 20px 0;
	transition: all 0.5s;
}
.menu-area .menu-bar .navbar .navbar-nav li a:before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    bottom: 0;
    width: 0;
    height: 2px;
    background-color: #ed1121;
    transition: 0.5s;
    margin: auto;
}
/*home slider*/
.home-slider{
	height: 834px;
	width: 100%;
}
.home-slider .carousel-caption{
	bottom: 0;
	top: 0;
	justify-content: center;
	flex-direction: column;
	display: flex;
	right: 21%;
	left: 21%;
}
.home-slider .carousel-inner{}
.home-slider .carousel-inner .carousel-item{}
.home-slider .carousel-inner .carousel-item .carousel-caption h1{
	font-size: 70px;
	font-weight: 600;
	color: #fff;
	text-transform: capitalize;
	line-height: 79px;
	margin: 0 0 17px;
}
.home-slider .carousel-inner .carousel-item .carousel-caption p{
	font-size: 20px;
	font-weight: 400;
	color: #fff;
	width: 60%;
}
.home-slider .carousel-inner .carousel-item .carousel-caption .btn.btn-banner{
	margin: 35px 0 0;
}
.home-slider .carousel-inner .carousel-item .carousel-caption .btn.btn-banner i{
	padding: 0 0 0 50px; 
}
.carousel-indicators{
	left: auto;
	bottom: 26px;
	margin-right: 15%;
	margin-left: 21%;
}
.carousel-indicators li{
	width: 12px;
	height: 12px;
	background-color: #fff;
	border-radius: 50%;
	opacity: 1;
}
.carousel-indicators .active{
	background-color: #ed1121;
}
/* home sec 1 */
.main-home-sec-1{
    padding: 49px 0 40px;
}
.main-inner-sec-1{
    padding: 31px 0 75px;
}
.main-inner-sec-1 .item-sec-1 {
    padding: 0 15px;
}
.main-inner-sec-1 .item-sec-1 .vc_column-inner{
	background-color: #F3F3F3;
	padding: 59px 22px 70px;
	border-radius: 15px;
	min-height: 405px;
}
.main-inner-sec-1 .item-sec-1 .icon-box{
    width: 53px;
    height: 53px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 19px;
}
.main-inner-sec-1 .item-sec-1 .icon-box img{
    max-width: 100%;
    max-height: 100%;
}
.main-inner-sec-1 .item-sec-1 .item-sec-1-heading{
	text-transform: capitalize;
	font-weight: 600;
	margin: 0 0 29px;
}
.main-inner-sec-1 .item-sec-1 .text-caption{}
.main-inner-sec-1 .item-sec-1 .text-caption p{
	font-size: 14px;
	color: #1f1f1f;
	font-weight: 400;
}
/* main-need-your-helping-hand */
.main-need-your-helping-hand{
	background-color: #002956;
	padding: 68px 0 17px;
}
.need-your-helping-hand-col-left{}
.need-your-helping-hand-col-left .sec-heading-2{
    margin: 0 0 16px;
}
.need-your-helping-hand-col-left .text-caption{}
.need-your-helping-hand-col-left .text-caption p{
	font-size: 14px;
	font-weight: 300;
	color: #fff;
}
.item-need-helping-hand{
    margin: 0 0 22px;
}
.item-need-helping-hand .img-box{
	width: 100%;
	height: 141px;
	overflow: hidden;
	margin: 0 0 18px;
}
.item-need-helping-hand .img-box img{
	width: 100%;
	height: 141px;
}
.item-need-helping-hand .item-helping-hand-heading{
	font-weight: 600;
	margin: 0 0 18px;
}
.item-need-helping-hand .text-caption{
	width: 86%;
}
.item-need-helping-hand .text-caption p{
	font-size: 14px;
	font-weight: 300;
	color: #fff;
}
/* get-involved */
.main-get-involved{
    padding: 66px 0 78px;
}
.main-get-involved .sec-heading-2{
	margin: 0 0 49px;
}
.item-get-involved{}
.item-get-involved .img-box{
	width: 100%;
	height: 213px;
	overflow: hidden;
	margin: 0 0 15px;
}
.item-get-involved .img-box img{
	width: 100%;
	height: 213px;
	object-fit: cover;
	object-position: center;
}
.item-get-involved .item-get-involved-heading{
	font-weight: 600;
	color: #000;
	margin: 0 0 22px;
}
.item-get-involved .text-caption{}
.item-get-involved .text-caption p{
	font-size: 14px;
	font-weight: 400;
	color: #000;
}
/* main-sec-4 */
.main-sec-4{
	background-color: #002956;
	padding: 102px 0 86px;
}
.sec-4-col-left{}
.sec-4-col-left .sec-heading-2{
	margin: 0 0 41px;
}
.sec-4-col-left .text-caption{
    margin: 0 0 64px;
    width: 90%;
}
.sec-4-col-left .text-caption p{
	color: #fff;
	font-size: 14px;
	font-weight: 300;
}
.sec-4-col-left .text-caption-1{}
.sec-4-col-left .text-caption-1 p{
	color: #fff;
	font-size: 17px;
	font-weight: 400;
}
.sec-4-col-left .btn.btn-red{
	margin: 0 0 0;
}
.sec-4-col-right{
	position: relative;
	height: 568px;
}
.sec-4-col-right:before{
	position: absolute;
    content: "";
    left: 0;
    top: 0;
    background-image: url('/wp-content/uploads/2020/07/shutterstock_305465330.png');
    background-repeat: no-repeat;
    background-position: center;
    width: 845px;
    height: 568px;
}
.sec-4-col-right .vp-a img{
	float: right;
}
/* program */
.main-program{
    padding: 54px 0 84px;
}
.inner-program-sec{
	padding: 34px 0 0;
}
.main-program .btn.btn-red{
	margin: 24px 0 0;
}
.item-program .img-box{
	width: 100%;
	height: 243px;
	overflow: hidden;
	margin: 0 0 27px;
}
.item-program .img-box img{
	width: 100%;
	height: 243px;
	object-position: center;
	object-fit: cover;
}
.item-program .item-program-heading{
	font-weight: 600;
	margin: 0 0 14px;
}
.item-program .text-caption{
	
	margin: 0 0 19px;
	padding: 0 0 29px;
}
.item-program .text-caption p{
	font-size: 14px;
	font-weight: 400;
	color: #000;
}
.item-program .text-caption-1{}
.item-program .text-caption-1 p{
	font-size: 13px;
	font-weight: 400;
	color: #000;
}
.item-program .text-caption-1 p i{
	margin-right: 10px;
}
/* main-let-get-to-work */
.main-let-get-to-work{
	background-image: url('/wp-content/uploads/2020/07/Group-191.png');
	background-repeat: no-repeat;
	background-position: center center;
	padding: 157px 0 121px;
}
.inner-lets-get-to-work{
	margin: 61px 0 0;
}
.main-let-get-to-work .img-box{
    margin: 0 0 45px;
}
.main-let-get-to-work .img-box img{}
.main-let-get-to-work .heading-lets-get-to-work{
	font-weight: 600;
	margin: 0 0 13px;
	text-transform: inherit;
}
.main-let-get-to-work .text-caption{}
.main-let-get-to-work .text-caption p{
	font-size: 14px;
	font-weight: 300;
	color: #fff;
}
/* main-footer */
.main-footer{
	background-color: #F3F3F3;
	padding: 109px 0 65px;
}
.footer{}
.footer p{
    width: 80%;
}
.footer-1 .footer-logo{
	margin: 0 0 18px;
}
.footer h3{
	font-size: 30px;
	font-weight: 600;
	color: #000000;
	text-transform: capitalize;
	margin: 29px 0 28px;
}
.footer ul{
    list-style: none;
    padding: 0;
}
.footer ul li{
	margin: 0 0 13px;
}
.footer ul li a{
	text-decoration: none;
}
.footer ul li a,
.footer p{
	font-size: 14px;
	font-weight: 400;
	color: #AFAFAF;
}
footer .footer-3 .es_subscription_form {
    position: relative;
    margin-top: 40px
}
footer .footer-3 .es_subscription_form .es-field-wrap label {
    font-size: 0;
    display: block;
    position: relative
}
footer .footer-3 .es_subscription_form .es-field-wrap label input {
    width: 90%;
    border: navajowhite;
    border: 1px solid #f4f4f4;
    display: block;
    font-size: 14px;
    color: #fff;
    background: #fff;
    padding: 3px 47px 4px 20px;
    outline: none;
    height: 55px;
    text-transform: capitalize;
    font-weight: 300;
    color: #000;
    margin: 0 0 0;
    border-radius: 30px;
}
footer .footer-3 .es_subscription_form .es_subscription_form_submit {
    position: absolute;
    top: 1px;
    bottom: 0;
    right: 36px;
    background-color: #ED1121;
    border: none;
    color: #fff;
    height: 46px;
    padding: 0 7px;
    font-size: 0;
    font-weight: 600;
    cursor: pointer;
    background-image: url(/wp-content/uploads/2020/07/Component-1-15.png);
    background-repeat: no-repeat;
    width: 43px;
    height: 43px;
    background-size: 42%;
    margin: 6px 17px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background-position: center center;
    border-radius: 50%;
}
.footer-3 ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #AFAFAF;
  font-size: 14px;
  font-family: 'Source Sans Pro', sans-serif !important;
}
.footer-3 ::-moz-placeholder { /* Firefox 19+ */
  color: #AFAFAF;
  font-size: 14px;
  font-family: 'Source Sans Pro', sans-serif !important;
}
.footer-3 :-ms-input-placeholder { /* IE 10+ */
  color: #AFAFAF;
  font-size: 14px;
  font-family: 'Source Sans Pro', sans-serif !important;
}
.footer-3 :-moz-placeholder { /* Firefox 18- */
  color: #AFAFAF;
  font-size: 14px;
  font-family: 'Source Sans Pro', sans-serif !important;
}
.copyright{
	background-color: #002956;
	padding: 23px 0;
}
.copyright h3{
	font-size: 16px;
	font-weight: 400;
	color: #fff;
	text-align: center;
	margin: 0;
}
.main-get-in-touch .form-group .form-control{
	height: 60px;
	border-radius: 0;
	border: 1px solid #dfdfdf;
}
.main-get-in-touch .form-group textarea.form-control{
	height: 252px;
	resize: none;
	padding: 15px 15px 0;
}
.main-get-in-touch .btn.btn-form{
	margin: 42px 0 0;
}
.main-get-in-touch ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: #464646;
	font-size: 15px;
	font-weight: 400;
	font-family: 'Open Sans', sans-serif !important;
}
.main-get-in-touch ::-moz-placeholder { /* Firefox 19+ */
	color: #464646;
	font-size: 15px;
	font-weight: 400;
	font-family: 'Open Sans', sans-serif !important;
}
.main-get-in-touch :-ms-input-placeholder { /* IE 10+ */
	color: #464646;
	font-size: 15px;
	font-weight: 400;
	font-family: 'Open Sans', sans-serif !important;
}
.main-get-in-touch :-moz-placeholder { /* Firefox 18- */
	color: #464646;
	font-size: 15px;
	font-weight: 400;
	font-family: 'Open Sans', sans-serif !important;
}
.main-get-in-touch{
	padding: 66px 0 39px;
}
.wpcf7-response-output {
    color: #fff !important;
}