#inner-banner{
    background-image: url('../images/bg/page-header.jpg');
}
.post_detail .post_img img {
    width: 100%;
    padding-bottom: 20px;
}

.sidebar_wrap .sidebar_widgets .widget h4::after {
    position: absolute;
    left: 16px;
    height: 26px;
    content: "";
    background: #45243c;
    width: 5px;
}

.post-navigation .nav-links {
    overflow: hidden;
    margin-top: 15px;
    margin-bottom: 40px;
}

.post-navigation .nav-links:after {
    content: "";
    display: table;
    clear: both;
}

.post-navigation .nav-links {
    justify-content: space-between;
}

.post-navigation .nav-links > div {
    min-width: 100px;
    text-align: center;
}

.post-navigation .nav-links .nav-previous {
    float: right;
}

.post-navigation .nav-links .nav-previous a,
.post-navigation .nav-links .nav-next a {
    color: #2f3333;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
    font-size: 1rem;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.08);
    padding: 10px 15px;
    display: block;

}

.post-navigation .nav-links a {
    border: 1px solid #333;
}

.post-navigation .nav-links a:hover {
    background: #dd3333;
    border: 1px solid #dd3333;
}

.post-navigation .nav-links a .fas {
    display: none;
}

.post-navigation .nav-links .nav-previous a i {
    margin-right: 8px;
}

.post-navigation .nav-links .nav-next a i {
    margin-left: 8px;
}

.post-navigation .nav-links .nav-next {
    float: left;
}

.navigation .screen-reader-text {
    display: none;
}

.footer_bottom .footer_links ul {
    display: flex;
    list-style: none;
}

.comment-form-cookies-consent {
    display: none;
}

.nav-stacked .navbar-default .navbar-collapse {
    display: flex;
}

.fa-calendar-alt:before {
    content: "\f073";
}

.far {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400;
}

.bg-fixed {
    background-attachment: fixed;
}

.latest_event_sermons .offset-lg-2 {
    width: 100%;
}

.footer_top .top_widget .ss-socials {
    justify-content: center;
    text-align: right !important;
}

.footer_top .top_widget .ss-socials a {
    color: #fff;
    margin: 0px 0 0px 22px;
    display: inline-block;
    vertical-align: middle;
}

.logo a {
    color: #fff;
    text-transform: capitalize;
    font-size: 20px;
}

/* Mobile menu css */

#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
    line-height: 1;
    display: block;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#cssmenu {
    width: 100%;
    color: #ffffff;
    padding: 60px 0;
}

#cssmenu ul ul {
    display: none;
}

.align-right {
    float: right;
}

#cssmenu > ul > li > a {
    padding: 15px 0px;
    cursor: pointer;
    z-index: 2;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    color: #fff;
    background: none;
}

#cssmenu > ul > li > a:hover,
#cssmenu > ul > li.active > a,
#cssmenu > ul > li.open > a {
    color: #fff;
    background: none;
}

#cssmenu > ul > li.open > a {
    border-bottom: none;
}

#cssmenu > ul > li:last-child > a,
#cssmenu > ul > li.last > a {
    border-bottom: none;
}

.holder {
    width: 0;
    height: 0;
    position: absolute;
    top: 0;
    right: 0;
    font-size: 16px;
}

.holder::before {
    display: block;
    position: absolute;
    content: "\f067";
    right: 20px;
    z-index: 10;
    font-family: "Font Awesome 5 Free";
}

#cssmenu > ul > li.open a span.holder::before {
    content: "\f068";
}

#cssmenu > ul > li > a:hover > span::after,
#cssmenu > ul > li.active > a > span::after,
#cssmenu > ul > li.open > a > span::after {
    border-color: #eeeeee;
}

.holder::before {
    top: 0px;
}

#cssmenu ul ul li a {
    cursor: pointer;
    padding: 10px 20px 10px 30px;
    z-index: 1;
    text-decoration: none;
    font-size: 13px;
    color: #fff;
    background: none;
    margin-left: 20px;
}

#cssmenu ul ul li:hover > a,
#cssmenu ul ul li.open > a,
#cssmenu ul ul li.active > a {
    background: none;
    color: #fff;
}

#cssmenu ul ul li:first-child > a {
    box-shadow: none;
}

/*
#cssmenu ul ul ul li a {
  padding-left: 30px;
} */
#cssmenu > ul > li > ul > li:last-child > a,
#cssmenu > ul > li > ul > li.last > a {
    border-bottom: 0;
}

#cssmenu > ul > li > ul > li.open:last-child > a,
#cssmenu > ul > li > ul > li.last.open > a {
    border-bottom: 0px solid #32373e;
}

#cssmenu > ul > li > ul > li.open:last-child > ul > li:last-child > a {
    border-bottom: 0;
}

#cssmenu ul ul li.has-sub > a:before {
    display: block;
    position: absolute;
    content: "\f067";
    right: 20px;
    z-index: 10;
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
}

#cssmenu ul ul li.open > a:before {
    content: "\f067";
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
}

#cssmenu ul ul li.open > a:before {
    content: "\f068";
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
}

div#cssmenu > ul > li > a {
    padding: 0 30px;
    line-height: 50px;
    font-weight: 600;
    color: #fff;
}

#inner-banner {
    position: relative;
    z-index: 9;
}

#inner-banner:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    z-index: -1;
    left: 0;
    background-color: rgba(0, 0, 0, 0);
}

.footer_top .top_widget .follow_us ul {
    text-align: right;
}

.footer_widget h4.widget-title {
    font-size: 20px;
}

div#media_image-2 {
    margin: 30px 0;
}

div#media_image-2 img {
    width: 100%;
}

.nav-links span.page-numbers.current {
    padding: 5px 10px;
    border: 1px solid #45243c;
}

.nav-links {
    text-align: right;
    margin: 0 auto;
    padding: 0;
    display: block;
}

.nav-links a {
    border-color: #fff;
    color: #555b62;
    border-radius: 0;
    padding: 7px 13px;
}

.nav-links a:hover,
.nav-links span.page-numbers.current:hover {
    border-color: #d33;
    background: #d33;
    color: #fff;
}

nav.breadcrumb:nth-child(3) {
    display: none;
}
.post_detail .alignleft {
    margin: 5px 20px 20px 0;
}

.comment-meta > span {
    font-weight: 600;
}

ul.commentlist ul.children {
    padding-left: 90px;
}

a.comment-reply-link i {
    padding-right: 5px;
}

.sidebar_widgets .widget .search input {
    margin-bottom: 0;
}

.col-12.col-lg-12 .blog_wrap .blog_img img {
    width: 100%;
}

cite {
    color: #dd3333;
}

.post_detail.events-post .post_img {
    margin-bottom: 10px;
}

.post_detail.events-post .post_meta {
    padding: 10px 0;
    margin-bottom: 0px;
}

ul#countdown_calendar {
    display: flex;
    color: #fff;
    font-size: 24px;
    justify-content: space-between;
    padding: 0 40px;
    font-weight: 700;
}

ul#countdown_calendar li,
ul#countdown_calendar li p.timeRefDays {
    margin: 0;
}

ul#countdown_calendar li p {
    font-weight: 400;
    text-transform: uppercase;
}

.event-map {
    margin: 20px 0;
    width: 100%;
    overflow: hidden;
    position: relative;
}

.event-location.google-map {
    height: 280px;
}

a.btn.event-map-location-btn {
    margin-top: 10px;
}

.post-navigation .nav-links a:hover {
    color: #fff;
}

.sermons-categories-filter {
    border: 1px solid rgba(0, 0, 0, 0.08);
    display: inline-block;
    position: relative;
    padding: 0 18px;
}

.sermons-categories-filter label {
    font-size: 15px;
    color: #555b62;
    line-height: 48px;
    margin: 0;
}

.sermons-categories-filter label i {
    margin-left: 10px;
}

.sermons-categories-filter .sermons-category-list {
    position: absolute;
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 3px;
    background-color: #f9f9f9;
    left: 0;
    top: 100%;
    min-width: 100%;
    white-space: nowrap;
    display: none;
    Z-INDEX: 9;
}

.sermons-categories-filter .sermons-category-list a {
    display: block;
    text-decoration: none;
    padding: 0 15px;
}

.sermons-categories-filter .sermons-category-list a:hover {
    color: #ffffff;
    background-color: #dd3333;
}

.sermons-list.sermons-view-grid .sermons_wrap {
    width: calc(33.333333% - 30px);
}

.sermons-list.sermons-view-grid .sermons_wrap {
    border: 1px solid rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.02);
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.02);
    margin: 0 15px 30px;
    padding: 30px;
    float: left;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

div#sermons-list {
    margin: 40px -15px 0;
}

.sermons-list.sermons-view-grid .sermons_wrap .sermons_img,
.sermons-list.sermons-view-grid .sermons_wrap .sermons_img img {
    width: 100%;
}

.sermons-list.sermons-view-grid .sermons_wrap .sermons_info_wrap,
.sermons-list.sermons-view-grid .sermons_wrap .sermons_info_wrap .sermons_info,
.sermons-list.sermons-view-grid .sermons_wrap .sermons_info_wrap .sermons_inside {
    width: 100%;
    float: none;
}

.sermons-list.sermons-view-grid .sermons_wrap .sermons_info_wrap .sermons_inside ul li {
    display: inline-block;
    color: #aaadb0;
    font-size: 19px;
    margin: 0px 0 8px 10px;
}

.view-toggles {
    text-align: right;
    padding-top: 10px;
}
.sermons-list.sermons-view-grid .sermons_wrap .sermons_info_wrap .sermons_inside ul {
    text-align: left;
}

.event-pagination {
    margin: 0 15px 0px;
    width: calc(100% - 30px);
}

.view-toggles .active {
    border: none;
    background: none;
    color: #dd3333;
    font-size: 21px;
}

.view-toggles button {
    background: none;
    border: none;
    color: #776;
    font-size: 20px;
    margin-left: 3px;
}

.view-toggles button:focus {
    outline: none;
}

.view-toggles button:hover {
    cursor: pointer;
}

.sermons-single-details ul.sermons_meta {
    margin-bottom: 30px;
}

.sidebar_widgets .popular_sermon .sermons_meta {
    margin-bottom: 0;
}

.sidebar_widgets .popular_sermon .widget .widget-title {
    border-bottom: #f2f2f2 solid 1px;
    padding: 0;
    color: #45243c;
    font-weight: 700;
    font-size: 24px;
    margin: 0 auto 20px;
    padding-bottom: 20px;
}

.sidebar_widgets .popular_sermon .widget .widget-title:after {
    display: none;
}


/*** Player ***/
.audioplayer {
    width: 100%;
    margin: 16px 0 0;
}

.audioplayer:after {
    content: '';
    display: table;
    clear: both;
}

button[name=audioplay] {
    height: 55px;
    width: 55px;
    line-height: 55px;
    float: left;
    outline: none;
    border: none;
    background-color: #fff3ea;
    text-align: center;
}

button[name=audioplay]:before {
    color: #2f3333;
    font-size: 16px;
    line-height: inherit;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
}

button[name=audioplay].play-btn:before {
    content: '\f04b';
    margin-left: 4px;
}

button[name=audioplay].pause-btn:before {
    content: '\f04c';
}

.player-timestamp {
    background-color: #fff3ea;
    float: left;
    width: calc(100% - 75px);
    margin-left: 20px;
    padding: 20px 15px;
}

.player-timestamp:after {
    content: '';
    display: table;
    clear: both;
}

.timeupdate {
    display: inline-block;
    vertical-align: middle;
    line-height: 15px;
    color: #2f3333;
    float: left;
    width: 45px;
}

.timeline {
    background-color: #2f3333;
    width: calc(100% - 45px);
    vertical-align: middle;
    float: left;
    height: 9px;
    margin-top: 3px;
    overflow: hidden;
    cursor: pointer;
}

.playhead {
    height: 9px;
    width: 18px;
    background-color: #ebd9d8;
    position: relative;
}

.playhead:after {
    content: '';
    left: 100%;
    top: 0;
    height: 100%;
    width: 1000px;
    background-color: #ebd9d8;
    position: absolute;
}

.z-9 {
    z-index: 9;
}

.ps-relative {
    position: relative;
}

.block-icon {
    color: #d33;
    font-size: 40px;
}

.bg-fixed {
    background-attachment: fixed;
}

ul.event_list.event-slider {
    padding: 0;
    margin-bottom: 0;
}

.event-list ul.event_list.event-slider .slick-slide {
    width: 100% !important;
}

ul.event-countdown-timer {
    color: #fff;
}

.tilak-countdown-time {
    color: #fff;
    display: flex;
    justify-content: space-around;
    font-size: 24px;
    font-weight: 700;
}

.tilak-countdown-time .section_count .text {
    font-weight: 100;
    text-transform: uppercase;
}

div#causes.text-left .causes_info {
    margin: 0 auto 0 0;
}

div#causes.text-right .causes_info {
    margin: 0 0 0 auto;
}

.bg-cover {
    background-size: cover;
}


/*---------------------------------------
Tilak Feature Modules
---------------------------------------*/
.tilak-feature-module {
    border: 1px solid rgba(0, 0, 0, 0.1);
    background-color: white;
    -webkit-box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.02);
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.02);
    padding: 50px 30px;
}

.tilak-feature-module .lead {
    font-weight: 500;
    color: #dd3333;
    font-size: 1.4rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}


.tilak-feature-module .tilak-title a:hover {
    color: #dd3333;
}

.tilak-feature-module .tilak-body {
    font-size: 0;
}

.tilak-feature-module .tilak-header + .tilak-body {
    margin-top: 30px;
}

.tilak-feature-module .tilak-body:after {
    content: '';
    display: table;
    clear: both;
}

.tilak-feature-module .tilak-date {
    display: inline-block;
    vertical-align: middle;
    border-radius: 5px;
    border: 2px solid rgba(0, 0, 0, 0.08);
    font-family: "Poppins", sans-serif;
    line-height: 1;
    text-align: center;
    width: 80px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 13px 0;
}

.tilak-feature-module .tilak-date .date {
    display: block;
    font-size: 3rem;
    color: #dd3333;
    margin-bottom: 5px;
    width: 100%;
    padding: 0 0;
}

.tilak-feature-module .tilak-date .month {
    font-size: 14px;
}

.tilak-feature-module .tilak-date + .tilak-metas {
    margin-left: 20px;
    width: calc(100% - 100px);
}

.tilak-feature-module .tilak-metas {
    width: 100%;
    display: inline-block;
    vertical-align: middle;
}

.tilak-feature-module .tilak-metas p {
    font-size: 14px;
}

.tilak-feature-module .tilak-metas .tilak-time {
    margin-bottom: 5px;
}

.tilak-feature-module .tilak-metas p:after {
    content: '';
    display: table;
    clear: both;
}

.tilak-feature-module .tilak-metas p i {
    float: left;
    color: #dd3333;
    width: 15px;
    margin-right: 10px;
    line-height: inherit;
}

.tilak-feature-module .tilak-metas p i + span {
    width: calc(100% - 25px);
}

.tilak-feature-module .tilak-metas p span {
    float: left;
    width: 100%;
}

.tilak-feature-module .tilak-footer {
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
}

.tilak-header p.subtitle {
    margin-bottom: 0;
}

.tilak-feature-module .tilak-footer > a {
    margin: 0;
}

.latest_event_sermons .heading {
    width: 100%;
}

.event_list.event-list-alignemt {
    width: 100%;
}

form.wpcf7-form .form-group .wpcf7-form-control-wrap input,
form.wpcf7-form .form-group .wpcf7-form-control-wrap textarea {
    margin-bottom: 0;
}
.map_wrap .office-location-map{
    height: 430px;
}
.map_wrap .office-location-map .google-map {
    height: calc(100% - 10px);
}

.admin-bar #header.nav-stacked {
    top: 32px;
}

.give-donation-amount.form-row-wide span.give-currency-symbol {
    background: #dd3333;
    color: #fff;
    border: none;
}

.give-form-wrap form[id*=give-form] .give-donation-amount #give-amount {
    background: #ffffff;
    box-shadow: none;
    font-size: 13px;
    min-height: 44px;
    line-height: 33px;
    font-weight: 500;
    border-radius: 4px;
    padding: 5px 11px;
    margin: 0px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    min-width: 200px;
    border-color: #dee2e6;
}

form[id*=give-form] .give-donation-amount .give-currency-symbol.give-currency-position-before {
    border-left: 1px solid #dd3333;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    min-height: 44px;
    padding: 5px 12px;

}

#give-donation-level-button-wrap .give-donation-level-btn {
    background: #e2e2e2;
    color: #000;
    padding: 12px 22px;
    border-radius: 3px;
    transition: 0.3s;
    border-color: #e2e2e2;
    margin-right: 10px;
}

div#give_purchase_form_wrap .form-row input {
    background: #ffffff;
    box-shadow: none;
    font-size: 13px;
    min-height: 44px;
    line-height: 33px;
    font-weight: 500;
    border-radius: 4px;
    padding: 5px 11px;
    margin: 0px;
    min-width: 200px;
    border-color: #dee2e6;
}

form[id*=give-form] div#give_purchase_form_wrap span.give-donation-total-label {
    border-left: 1px solid #dd3333;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    min-height: 44px;
    padding: 4px 12px;
    background: #dd3333;
    color: #fff;
    border: none;
    font-size: 14px;
}

form[id*=give-form] #give-final-total-wrap .give-final-total-amount {
    background: #ffffff;
    box-shadow: none;
    font-size: 13px;
    min-height: 44px;
    line-height: 33px;
    font-weight: 500;
    border-radius: 4px;
    padding: 5px 11px;
    margin: 0px;
    min-width: 200px;
    border-color: #dee2e6;
}

#give-donation-level-button-wrap .give-donation-level-btn.give-default-level,
#give-donation-level-button-wrap .give-donation-level-btn:hover {
    background: #dd3333;
    color: #fff;
    border-color: #dd3333;
    transition: 0.3s;
}

.give-submit-button-wrap input#give-purchase-button {
    background: #db4343;
    border: medium none;
    border-radius: 0px;
    color: #ffffff;
    font-family: 'Noto Sans', sans-serif;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 30px;
    height: auto;
    margin: auto;
    letter-spacing: 0.5px;
    padding: 12px 32px;
    transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    -webkit-transition: all 0.3s linear 0s;
}

.give-goal-progress .raised span {
    color: #dd3333;
    font-size: 20px;
}

.give-form-content-wrap ul {
    list-style: none;
    padding: 0;
}

/*---------------------------------------
Causes
---------------------------------------*/
.cause {
    margin-bottom: 30px;
    border: 1px solid rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
}

.cause:hover {
    border-color: rgba(0, 0, 0, 0.05);
    -ms-box-shadow: 0px 8px 30px 0px rgba(0, 0, 0, 0.08);
    -webkit-box-shadow: 0px 8px 30px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 8px 30px 0px rgba(0, 0, 0, 0.08);
}

.cause .cause-thumb {
    display: block;
}

.cause .cause-body {
    padding: 30px;
}

.cause .cause-title {
    font-size: 20px;
    margin: 0 0 10px;
}

.cause .cause-title a {
    text-decoration: none;
    color: inherit;
}

.cause .cause-title a:hover {
    color: #dd3333;
}

.cause .cause-excerpt {
    margin-bottom: 20px;
}

.cause .donation-progress {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 1.4rem;
}

.cause .progress-on-text {
    margin-bottom: 15px;
    font-size: 1.4rem;
    font-family: 'Poppins', sans-serif;
}

.cause .progress-on-text > span {
    display: block;
    font-weight: 600;
    color: #dd3333;
    font-size: 16px;
}

.cause .progress-on-text > span label {
    color: #022147;
    font-weight: 400;
    margin-right: 6px;
}

.cause .donation-progress .progress-on-text .collected {
    color: #dd3333;
}

.cause .donation-progress .progress-on-text .progress-percent-text {
    float: right;
}

.cause .donation-progress .progress {
    height: 5px;
    background-color: #ededed;
    border-radius: 0;
}

.cause .donation-progress .progress .progress-bar {
    background-color: #dd3333;
}

.cause-footer {
    font-size: 0;
}

.cause-footer:after {
    content: '';
    display: table;
    clear: both;
}

.cause-footer .cause-footer-left {
    display: inline-block;
    width: calc(100% - 100px);
    margin-right: 20px;
    vertical-align: bottom;
}

.cause-footer .progress-rounded {
    width: 80px;
    height: 80px;
    border-width: 6px;
    display: inline-block;
    vertical-align: bottom;
}

.cause-footer-left .btn {
    max-width: 100%;
    padding: 10px 20px;
    text-align: center;
}

.cause-footer .progress-rounded svg {
    width: 80px;
    height: 80px;
    top: -6px;
    left: -6px;
}

.cause-footer .progress-rounded svg circle {
    stroke-dasharray: 232.477856 232.477856;
}

.cause-footer .progress-rounded .progress-value {
    font-size: 16px;
    color: #2f3333;
}
.cause .progress-on-text > span label {
    color: #2f3333;
    font-weight: 400;
    margin-right: 6px;
    font-size: 15px;
}

.progress-rounded {
    float: none;
    margin: 0 auto;
    width: 130px;
    height: 130px;
    border-radius: 50%;
    border: 16px solid #f1f1f1;
    position: relative;
}

.text-white .progress-rounded {
    border-color: #ffffff;
}

.progress-rounded .progress-value {
    font-size: 2.4rem;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    color: #dd3333;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.progress-rounded svg {
    height: 130px;
    width: 130px;
    position: absolute;
    top: -16px;
    left: -16px;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
}

.progress-rounded svg circle {
    stroke-dasharray: 358.141563 358.141563;
    stroke-dashoffset: 358.141563;
    stroke: #dd3333;
    stroke-linecap: square;
    -webkit-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
}
.donations-list .col-lg-9 .col-lg-4.col-md-6 .cause-footer-left,
.donations-list .col-lg-8 .col-lg-4.col-md-6 .cause-footer-left{
    width: 100%;
}
.donations-list .col-lg-9 .col-lg-4.col-md-6 .progress-rounded,
.donations-list .col-lg-8 .col-lg-4.col-md-6 .progress-rounded
{
    margin-top: 20px;
}

.donations-list .widget_calendar table tr th, .donations-list .widget_calendar table tr td {
    padding: 8px 9px;
}
.donations-single .post-thumbnail img {
    width: 100%;
}
.donations-single article.cause.cause-single {
    border: none;
    margin-bottom: 0;
}
.donations-single article.cause.cause-single:hover{
    box-shadow:none;
}
.donations-single .cause-single .post-thumbnail img + .event-countdown-wrap {
    position: absolute;
}
.donations-single .cause-single .post-thumbnail {
    position: relative;
}
.donations-single .cause-single .post-thumbnail img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.donations-single .cause-single .event-countdown-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
    padding: 25px 50px;
}
.donations-single .cause-single .event-countdown-wrap::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #2f3333;
    opacity: 0.8;
    z-index: -1;
}
.donations-single .cause-single .event-countdown-wrap.for-cause-single .donation-progress {
    float: left;
    width: calc(100% - 180px);
    max-width: 380px;
    margin-top: 10px;
}

.donations-single .cause-single .event-countdown-wrap.for-cause-single .donation-progress + .give-form-wrap {
    margin-left: 30px;
    width: 150px;
    float: right;
    margin-top: 5px;
}
.donations-single .cause-single .give-goal-progress {
    color: #fff;
    font-weight: 500;
    margin-bottom: 0;
}
.donations-single .cause-single .give-goal-progress .raised {
    margin-bottom: 15px;
}
.donations-single .cause-single .give-goal-progress .income, .give-goal-progress .goal-text {
    font-size: 1.4rem;
    font-weight: 500;
    letter-spacing: 0;
    line-height: inherit;
    color: #dd3333;
}
.donations-single .cause-single .give-progress-bar {
    height: 5px;
    position: relative;
    background: #eee;
    border-radius: 25px;
    overflow: hidden;
}
.donations-single .cause-single .give-progress-bar > span {
    background-color: #dd3333 !important;
}
.give-btn {
    background: #dd3333;
    border: none;
    color: #fff;
    padding: 16px 20px;
    font-size: 16px;
    text-transform: uppercase;
    transition:0.3s;
    margin-top: 12px;
}
.give-btn:focus{
    outline:none;
}
.give-btn:hover {
    background: #2f3333;
    transition:0.3s;
}
.donations-single .cause-single .give-goal-progress .raised {
    margin-bottom: 15px;
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 100;
}
.donations-single .cause-single .post-body {
    margin-top: 45px;
    padding-top: 0;
}
.donations-single .cause-single .post-body ul{
    list-style-type: none;
    padding: 0;
}

.tilak-donation-form .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: #223246;
    height: 60px;
    width: 60px;
    border-radius: 50%;
    line-height: 60px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    opacity: 0.8;
    cursor: pointer;
}

.tilak-donation-form .slick-arrow:hover {
    opacity: 1;
}

.tilak-donation-form .slick-arrow.fa-chevron-left {
    left: -100px;
}

.tilak-donation-form .slick-arrow.fa-chevron-right {
    right: -100px;
}

.tilak-causes-single .causes-details .cause-progress,
.tilak-banner-countdown .cause-progress {
    margin: 50px 0 20px 0;
    border-radius: 6px;
    background: #d2d2d2;
}

.tilak-causes-single-2 .cause-progress .progress-bar {
    border-radius: 6px;
}

.tilak-causes-single .cause-progress .progress-bar,
.tilak-banner-countdown .cause-progress .progress-bar {
    background: #dd3333;
    height: 7px;
    position: relative;
}

.tilak-causes-single .cause-progress {
    background: #d2d2d2;
}

.tilak-causes-single .cause-progress .progress-bar span,
.tilak-banner-countdown .cause-progress .progress-bar span {
    position: absolute;
    bottom: calc(100% + 13px);
    right: -15px;
    background: #dd3333;
    padding: 0 5px;
    font-size: 11px;
    height: 22px;
    line-height: 24px;
    border-radius: 2px;
}

.tilak-causes-single .cause-progress .progress-bar span:after,
.tilak-banner-countdown .cause-progress .progress-bar span::after {
    content: '';
    position: absolute;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #dd3333;
    bottom: -6px;
    left: 50%;
    margin-left: -6px;
}

.tilak-causes-single .causes-amount {
    margin-bottom: 20px;
    text-align: center;
    overflow: hidden;
    padding-bottom: 15px;
}

.tilak-causes-single-2 .causes-amount .left, .tilak-causes-single-2 .causes-amount {
    border: 0;
}

.tilak-causes-single-2 .causes-amount .left {
    text-align: left;
}

.tilak-causes-single-2 .causes-amount .right {
    text-align: right;
}

.tilak-causes-single .causes-amount .right, .tilak-causes-single .causes-amount .left {
    width: 50%;
    display: block;
    float: left;
}

.tilak-causes-single-2 .causes-amount p {
    color: #555b62;
    font-weight: 700;
    margin-bottom: 0;
}

.tilak-causes-single-2 .causes-amount span {
    color: #2f3333;
    font-size: 18px;
    font-weight: 700;
}

.tilak-causes-single-3.ss-causes-single .causes-amount span {
    font-weight: 700;
    font-size: 18px;
    color: #dd3333;
}

.tilak-causes-single-3.ss-causes-single .causes-amount .left {
    border-right: 1px solid #d9d9d9;
}

.tilak-causes-single-3.ss-causes-single .causes-amount {
    text-align: center;
    overflow: hidden;
    padding-bottom: 15px;
    border-bottom: 1px solid #d9d9d9;
    margin-bottom: 20px;
}

.tilak-banner-countdown .causes-amount {
    margin-bottom: 25px;
}

.tilak-banner-countdown .causes-amount .left {
    display: inline-block;
}

.tilak-banner-countdown .causes-amount p {
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
    font-weight: 600;
    line-height: 28px;
    text-transform: uppercase;
    color: #555b62;
    margin-bottom: 0;
}

.stilak-banner-countdown .causes-amount .right p {
    text-align: right;
}

.tilak-banner-countdown .causes-amount span {
    font-family: 'Poppins', sans-serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 30px;
    color: #2f3333;
}

.tilak-donation-form .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: #2f3333;
    height: 60px;
    width: 60px;
    border-radius: 50%;
    line-height: 60px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    opacity: 0.8;
    cursor: pointer;
}

.tilak-donation-form .slick-arrow:hover {
    opacity: 1;
}

.tilak-donation-form .slick-arrow.fa-chevron-left {
    left: -100px;
}

.tilak-donation-form .slick-arrow.fa-chevron-right {
    right: -100px;
}

.sa-schedules-table-2 .entry-thumb {
    display: inline-block;
    margin-right: 22px;
}

.tilak-shortcode.tilak-event-ticket .price,
.tilak-shortcode.tilak-event-ticket .price .dolar{
    color: #dd3333;
    font-size: 32px;
    font-weight: 700;
}
.tilak-shortcode.tilak-event-ticket ul{
    list-style-type: none;
    padding: 0;
}
.tilak-shortcode.tilak-event-ticket ul.list-style-none {
    line-height: 30px;
    color: #2f3333;
    margin-top: 30px;
}
.tilak-shortcode.tilak-event-ticket ul.list-style-none li i {
    margin-right: 10px;
}
.tilak-next-event img {
    width: 100%;
}
ul.event_list.event-slider li:focus {
    outline: none;
}
.latest_event_sermons.home-sermon img {
    width: 100%;
}

.top-dash-user a img {
    height: 35px;
    border-radius: 50%;
    width: auto;
    display: inline-block;
    vertical-align: middle;
}
.top-dash-user-links {
    position: absolute;
    top: 120%;
    right: 0;
    list-style: none;
    font-size: 14px;
    display: block;
    opacity: 0;
    visibility: hidden;
    margin: 0;
    border-radius: 0;
    border: 1px solid rgba(0, 0, 0, 0.05);
    background-color: #fff;
    transition-duration: 0.3s;
    transition-delay: 0.1s;
    min-width: 180px;
    z-index: 999;
    transform: translateY(-10px);
    text-align: left;
    padding: 0;
}
.top-dash-user-links li a {
    display: block;
    padding: 7px 14px;
}
.top-dash-user:hover .top-dash-user-links {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
.top-dash-user {
    position: relative;
    margin-left: 0px;
    margin-bottom: 0;
    list-style: none;
    padding: 0;
    display:inline-block;
}
ul.top-dash-user-links li,
ul.top-dash-user.not-register li{
    margin-bottom: 0;
}
ul.top-dash-user.not-register li a {
    color: #fff;
    line-height: initial;
}
.page-template-template-dashboard #header {
    position: static;
    background-color: #2f3333;
}
.page-template-template-dashboard .top-dash-user a img{
    margin: 10px 0;
}
.footer_bottom .footer_links ul {
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: flex-end;
}
.footer_bottom .footer_links ul li {
    margin-bottom: 0;
}
form#register .form-label-group label {
    display: block;
    text-align: left;
}
form#register button.btn.btn-primary {
    width: 100%;
}
.login-option a {
    color: #d33;
}
.widget.widget_recent_comments ul li a {
    color: #d33;
}
.footer_widget .widget .screen-reader-text,
.sidebar_widgets .widget .screen-reader-text {
    display: none;
}
.footer_widget .widget select,
.sidebar_widgets .widget select {
    width: 100%;
    color: #2f3333;
    padding: 7px 10px;
}
.footer_widget .widget select:focus,
.sidebar_widgets .widget select:focus{
    outline:none;
}
.footer_widget .widget table tr th, .footer_widget .widget table tr td,
.sidebar_widgets .widget table tr th, .sidebar_widgets .widget table tr td {
    padding: 10px;
}
.footer_widget .widget table,
.sidebar_widgets .widget table {
    margin-bottom: 0;
}
.sidebar_widgets .widget table caption{
    padding-bottom: 0;
}
.footer_widget .widget ul li:last-child,
.sidebar_widgets .widget ul li:last-child {
    margin-bottom: 0;
}
.footer_widget .widget .tagcloud a,
.sidebar_widgets .widget .tagcloud a {
    display: inline-block;
    padding: 6px 17px;
    border: #ebebeb solid 1px;
    background: #f9f9f9;
    color: #555b62;
    font-size: 14px !important;
    margin: 0 10px 10px 0;
}
.footer_widget .widget {
    padding: 20px 0;
}
.footer_widget .widget:last-child{
    padding-bottom: 0;
}
.footer_widget .widget:first-child{
    padding-top: 0;
}
.footer_widget .widget.widget_search input{
    margin-bottom: 0;
}
.recent_post ul li .post_thumb a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.widget.widget_tilak_instagram_photo {
    display: block;
    overflow: hidden;
}
.instagram_gallery {
    width: 100%;
    display: block;
    overflow: hidden;
}
.widget.widget_tilak_widget_social_share ul li {
    display: inline-block;
    margin: 0;
    margin-right: 10px;
}
.widget.widget_tilak_widget_social_share ul li a {
    height: 40px;
    width: 40px;
    line-height: 39px;
    display: inline-block;
    text-align: center;
    color: #555b62;
    background: #f9f9f9;
    border: #ebebeb solid 1px;
}
.widget.widget_tilak_widget_social_share ul li a:hover{
    background:#dd3333;
    color:#fff;
    border-color: #dd3333;
}
.sidebar_widgets .widget .sermons_list {
    padding: 25px 0;
}
.sidebar_widgets .widget .widget-sermons .sermons_list:first-child{
    padding-top: 0;
}
.sidebar_widgets .widget .widget-sermons .sermons_list:last-child{
    padding-bottom:0;
    border: none;
}
.sidebar_widgets .widget .widget-sermons .sermons_list .sermons_meta li i.fa-calendar-alt,
.sermons-list.sermons-view-grid .sermons_info_wrap ul.sermons_meta li i.fa-calendar-alt {
    margin-right: 10px;
}
.sidebar_widgets .widget .widget-title {
    font-size: 24px;
}
form[id*=give-form] .give-donation-amount #give-amount{
    height: 44px;
}
.footer_widget ul ul {
    padding-left: 20px;
}
nav.navbar .menu-item-has-children .sub-menu li.menu-item>a:after {
    background: none;
}
.sidebar_widgets ul ul {
    padding-left: 10px;
}
select {
    border: 1px solid #838383;
    color: #555555;
    font-size: 14px;
    height: 38px;
    padding: 0 20px;
    width: 100%;
    margin-bottom: 20px;
}
.sidebar_widgets .widget select {
    margin-bottom: 0;
}
.footer_widget .widget select {
    margin-bottom: 0;
}
code{
    color: #dd3333;
}
.pagination_wrap .nav-links.paginated {
    text-align: left;
}
.page-links .post-page-numbers.current,
.nav-links.paginated .post-page-numbers.current {
    padding: 5px 10px;
    border: 1px solid #45243c;
}
.page-links .post-page-numbers.current:hover,
.page-links a.post-page-numbers:hover,
.nav-links.paginated .post-page-numbers.current:hover {
    background: #dd3333;
    color: #fff;
    border-color: #dd3333;
}
ul.commentlist li.comment {
    list-style: outside none none;
    padding: 0;
}
ul.commentlist {
    padding: 0;
}
.blog_info h5 {
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}
#inner-banner h1 {
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}
.comment-respond{
    clear: both;
}
.page-links {
    width: 100%;
    overflow: hidden;
    display: block;
    padding:10px 0;
}
.page-links a.post-page-numbers{
    padding: 6px 10px;
    margin-left: 5px;
}
.player-w-thumb img {
    height: 100%;
}
.sermons_wrap .sermons_img {
    margin: 0 auto 20px;
}
.mc4wp-alert.mc4wp-error p {
    color: #fff;
    margin-bottom: 0;
}
.mc4wp-alert.mc4wp-error a {
    color: #dd3333;
}
.ss-shortcode.ss-video {
    position: relative;
}
.section-header h3 {
    margin: 0 auto 30px;
    font-size: 36px;
}
.about_company.section-header.history-slide h3 {
    font-size: 26px;
    margin: 0 auto 30px;
}
.section-header-left .section-header {
    margin: 0 auto 0 0;
    text-align: left !important;
}
.section-header.heading.text-right {
    margin: 0 0 0 auto;
}
.section-header.heading {
    margin: 0 auto 0 0;
}
.section-header.heading.text-center {
    margin: 0 auto;
}
.sermons-list .sermons_wrap .sermons_img {
    margin-bottom: 0;
}
.sermons-list.sermons-view-grid .sermons_wrap .sermons_info_wrap {
    padding-bottom: 0;
}

.login-page #login .custom-control-input {
    opacity: 1;
    left: 0;
    margin-top: 8px;
    z-index: 9;
}
.login-page #login .custom-control label:before {
    display: none;
}
.login-option p {
    margin-bottom: 0;
}
.login-page form .form-label-group label,
form.signup-form .form-label-group label {
    font-weight: 600;
}

.blog_wrap.margin-btm-60 p:last-child {
    margin-bottom: 0;
}
.style_1.contact_wrap>.row{
    margin: 0;
}
.style_1.contact_wrap>.row>div{
    padding: 0;
}
.style_1.contact_wrap .primary-bg {
    padding: 0;
    display: flex;
    align-items: center;
    width: 100%;
}
.style_1.contact_wrap .primary-bg>.contact_info{
    width: 100%;
}
span.donate-single-progress {
    color: #fff;
    font-size: 14px;
}
.events_wrap .event_info ul{
    margin-bottom: 20px;
}
.header_top .top-dash-user-links li a {
    color: #000;
}
.header_top .top-dash-user-links li:hover a{
    color:#dd3333;
}

.heading.custom-margin {
    margin-bottom: 18px;
}
.causes_info.quote-info-text p:last-child {
    display: none;
}
.event_venue .sidebar_title .widget-title {
    margin-bottom: 0;
    color: #45243c;
}