/*--------------------------------------------------------------
# Import - Font
--------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css?family=Raleway:400,400i,500,500i,600,600i,700,700i");
@import url("https://fonts.googleapis.com/css?family=Playfair+Display:400,700,900|Vidaloka");
/*--------------------------------------------------------------
# SCSS Variables
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Resets & Common Styles
--------------------------------------------------------------*/
html { overflow-x: hidden; }

body { background: none; font-family: "Raleway", sans-serif; font-size: 16px; color: #555555; font-weight: 500; overflow-x: hidden; }

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 { font-family: "Playfair Display", serif; font-weight: 700; color: #7B2E00; }

h2, .h2 { font-size: 38px; line-height: 1.25 !important; }

h3, .h3 { font-size: 26px; }

a { color: #7B2E00; transition: all 0.1s ease-in; }
a:hover, a:focus, a:active { color: #555555; outline: none; }

p { margin-bottom: 1.4rem; }

blockquote { border-color: #7B2E00; }
blockquote p { font-size: 16px; color: #7B2E00; }
blockquote p:last-child { margin-bottom: 0; }

.container { max-width: 1200px; }

.content-area { flex: 0 0 70%; max-width: none; margin: 50px 0; }

.content-area.tc-fullwidth { flex: 0 0 100%; }

.sidebar { flex: 0 0 30%; max-width: none; padding-left: 30px; margin: 50px 0; }

.sidebar-on-left { padding-left: 15px; padding-right: 30px; }

.consulting-page-header { position: relative; background: #fff url(assets/images/header-bg.jpg) no-repeat center center/cover; text-align: center; padding: 60px 0; }
.consulting-page-header .page-title { font-size: 36px; color: #fff; }
.consulting-page-header:before { position: absolute; top: 0; left: 0; width: 100%; height: 100%; content: ""; background: rgba(0, 0, 0, 0.7); opacity: .8; }
.consulting-page-header.consulting-has-thumb { overflow: hidden; background: none; }
.consulting-page-header.consulting-has-thumb .header-thumb { position: absolute; top: 0; left: 0; width: 100%; z-index: -1; }
.consulting-page-header.consulting-has-thumb:before { z-index: 0; }

.templatic-article { background: none; border: none; border-radius: 3px; padding: 0; margin-bottom: 40px; }

.tempatic-sidebar .widget { background: none; border: none; border-radius: 3px; padding: 0; margin-bottom: 40px; }

/*--------------------------------------------------------------
# Form & Elements
-------------------------------------------------------------- */
input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea, select { height: 46px; background: rgba(0, 0, 0, 0.01); border: 1px solid rgba(0, 0, 0, 0.12); border-radius: 3px; transition: all 0.1s ease-in; font-family: "Raleway", sans-serif; font-size: 15px; color: #333; font-weight: 500; outline: 0; padding: 0 15px; }
input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="number"]:focus, input[type="tel"]:focus, input[type="range"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="time"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="color"]:focus, textarea:focus, select:focus { border-color: #7B2E00; box-shadow: 0 0 15px rgba(0, 0, 0, 0.2); color: #111; }

textarea { width: 100%; min-height: 220px; padding-top: 8px; padding-bottom: 8px; }

input[type="button"], input[type="reset"], input[type="submit"], button, .button, .btn-primary { display: inline-block; height: 52px; background: #7B2E00; border: none; border-radius: 3px; outline: none; font-family: "Raleway", sans-serif; font-size: 16px; color: #fff; font-weight: 500; line-height: 52px; letter-spacing: 1px; padding: 0 25px; }
input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover, button:hover, .button:hover, .btn-primary:hover { background: #252525; color: #fff; text-decoration: none; }
input[type="button"]:active, input[type="button"]:focus, input[type="reset"]:active, input[type="reset"]:focus, input[type="submit"]:active, input[type="submit"]:focus, button:active, button:focus, .button:active, .button:focus, .btn-primary:active, .btn-primary:focus { background: #252525; box-shadow: 0 0 15px rgba(0, 0, 0, 0.4); color: #fff; text-decoration: none; }

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.home .site-header, .elementor-page-819 .site-header { position: absolute; top: 0; left: 0; width: 100%; background: none; transition: all 0.1s ease-in; z-index: 99; /* Navigation */ /* Sticky Header */ }
.home .site-header .header-strip, .elementor-page-819 .site-header .header-strip { background: rgba(255, 255, 255, 0.08); }
.home .site-header .site-branding .custom-logo-link, .elementor-page-819 .site-header .site-branding .custom-logo-link { display: block; }
.home .site-header .site-branding .site-title a, .elementor-page-819 .site-header .site-branding .site-title a { color: #fff; }
.home .site-header .site-branding .site-description, .elementor-page-819 .site-header .site-branding .site-description { color: rgba(255, 255, 255, 0.5); }
.home .site-header .nav-wrap .main-navigation ul li a, .elementor-page-819 .site-header .nav-wrap .main-navigation ul li a { color: #fff; }
.home .site-header .nav-wrap .header-right-area .button, .elementor-page-819 .site-header .nav-wrap .header-right-area .button { border-color: #fff; color: #fff; }
.home .site-header.sticky-head, .elementor-page-819 .site-header.sticky-head { position: fixed; top: 0; left: 0; background: #fff; }
.home .site-header.sticky-head .header-strip, .elementor-page-819 .site-header.sticky-head .header-strip { background: #7B2E00; }
.home .site-header.sticky-head .site-branding .site-branding-inner h2 a, .elementor-page-819 .site-header.sticky-head .site-branding .site-branding-inner h2 a { color: #7B2E00; }
.home .site-header.sticky-head .site-branding .site-branding-inner .site-description, .elementor-page-819 .site-header.sticky-head .site-branding .site-branding-inner .site-description { color: #555555; }
.home .site-header.sticky-head .nav-wrap .main-navigation ul li a, .elementor-page-819 .site-header.sticky-head .nav-wrap .main-navigation ul li a { color: #7B2E00; }
.home .site-header.sticky-head .nav-wrap .main-navigation ul li a:hover, .home .site-header.sticky-head .nav-wrap .main-navigation ul li a:active, .home .site-header.sticky-head .nav-wrap .main-navigation ul li a:hover, .elementor-page-819 .site-header.sticky-head .nav-wrap .main-navigation ul li a:hover, .elementor-page-819 .site-header.sticky-head .nav-wrap .main-navigation ul li a:active, .elementor-page-819 .site-header.sticky-head .nav-wrap .main-navigation ul li a:hover { color: #fff; }
.home .site-header.sticky-head .nav-wrap .main-navigation ul li.current-menu-item a, .home .site-header.sticky-head .nav-wrap .main-navigation ul li.current_page_item a, .home .site-header.sticky-head .nav-wrap .main-navigation ul li.current-menu-parent a, .elementor-page-819 .site-header.sticky-head .nav-wrap .main-navigation ul li.current-menu-item a, .elementor-page-819 .site-header.sticky-head .nav-wrap .main-navigation ul li.current_page_item a, .elementor-page-819 .site-header.sticky-head .nav-wrap .main-navigation ul li.current-menu-parent a { color: #fff; }
.home .site-header.sticky-head .nav-wrap .main-navigation ul li .sub-menu li a, .elementor-page-819 .site-header.sticky-head .nav-wrap .main-navigation ul li .sub-menu li a { color: #fff; }
.home .site-header.sticky-head .nav-wrap .main-navigation ul li:hover > a, .elementor-page-819 .site-header.sticky-head .nav-wrap .main-navigation ul li:hover > a { color: #fff; }
.home .site-header.sticky-head .nav-wrap .header-right-area .button, .elementor-page-819 .site-header.sticky-head .nav-wrap .header-right-area .button { border-color: #7B2E00; color: #7B2E00; }
.home .site-header.sticky-head .nav-wrap .header-right-area .button:hover, .elementor-page-819 .site-header.sticky-head .nav-wrap .header-right-area .button:hover { color: #fff; }

.home.admin-bar .site-header, .elementor-page-819.admin-bar .site-header { top: 32px; }

.site-header { border-bottom: none; transition: all 0.1s ease-in; /* Navigation */ /* Sticky Header */ }
.site-header .header-strip { background: #7B2E00; color: #fff; padding: 10px 0; }
.site-header .header-strip .header-right-col { text-align: right; }
.site-header .header-strip .header-right-col .simple-social-icons ul, .site-header .header-strip .header-right-col #simple-social-icons-1 ul, .site-header .header-strip .header-right-col #simple-social-icons-2 ul, .site-header .header-strip .header-right-col #simple-social-icons-3 ul, .site-header .header-strip .header-right-col #simple-social-icons-4 ul, .site-header .header-strip .header-right-col #simple-social-icons-5 ul { justify-content: flex-end; }
.site-header .header-strip .header-right-col .simple-social-icons ul li, .site-header .header-strip .header-right-col #simple-social-icons-1 ul li, .site-header .header-strip .header-right-col #simple-social-icons-2 ul li, .site-header .header-strip .header-right-col #simple-social-icons-3 ul li, .site-header .header-strip .header-right-col #simple-social-icons-4 ul li, .site-header .header-strip .header-right-col #simple-social-icons-5 ul li { margin: 0 0 0 15px !important; }
.site-header .header-strip .header-right-col .simple-social-icons ul li a, .site-header .header-strip .header-right-col #simple-social-icons-1 ul li a, .site-header .header-strip .header-right-col #simple-social-icons-2 ul li a, .site-header .header-strip .header-right-col #simple-social-icons-3 ul li a, .site-header .header-strip .header-right-col #simple-social-icons-4 ul li a, .site-header .header-strip .header-right-col #simple-social-icons-5 ul li a { display: inline-block; vertical-align: middle; height: auto; background: none !important; font-size: 20px; color: #fff; outline: none; padding: 0; }
.site-header .header-strip .header-right-col .simple-social-icons ul li a:hover, .site-header .header-strip .header-right-col #simple-social-icons-1 ul li a:hover, .site-header .header-strip .header-right-col #simple-social-icons-2 ul li a:hover, .site-header .header-strip .header-right-col #simple-social-icons-3 ul li a:hover, .site-header .header-strip .header-right-col #simple-social-icons-4 ul li a:hover, .site-header .header-strip .header-right-col #simple-social-icons-5 ul li a:hover { opacity: .7; }
.site-header .header-strip .widget { margin-bottom: 0; }
.site-header .header-strip .widget .header-contact-info { display: flex; padding: 0; }
.site-header .header-strip .widget .header-contact-info li { position: relative; padding-left: 20px; margin: 0 20px 0 0; }
.site-header .header-strip .widget .header-contact-info li i { position: absolute; top: 5px; left: 0; font-size: 14px; }
.site-header .site-branding { flex: 0 0 20%; padding-top: 20px; padding-bottom: 20px; max-width: 20%; }
.site-header .site-branding .custom-logo-link { display: block; overflow: hidden; }
.site-header .site-branding .custom-logo-link .custom-logo { display: block; height: auto; }
.site-header .site-branding .site-title { font-size: 30px; margin: 0; }
.site-header .site-branding .site-title a { font-size: 28px; }
.site-header .site-branding .site-title a:hover { color: #7B2E00; text-decoration: none; }
.site-header .site-branding .site-description { font-size: inherit; }
.site-header .nav-wrap { display: flex; align-items: center; flex: 0 0 80%; max-width: 80%; justify-content: flex-end; }
.site-header .nav-wrap .main-navigation { width: auto; }
.site-header .nav-wrap .main-navigation ul li { padding: 0; margin-left: 8px; }
.site-header .nav-wrap .main-navigation ul li:first-child { margin-left: 0; }
.site-header .nav-wrap .main-navigation ul li.current-menu-item a, .site-header .nav-wrap .main-navigation ul li.current_page_item a, .site-header .nav-wrap .main-navigation ul li.current-menu-parent a { background: #7B2E00; color: #fff; text-decoration: none; }
.site-header .nav-wrap .main-navigation ul li a { border-radius: 3px; color: #7B2E00; line-height: normal; padding: 10px 14px; }
.site-header .nav-wrap .main-navigation ul li a:hover, .site-header .nav-wrap .main-navigation ul li a:active, .site-header .nav-wrap .main-navigation ul li a:hover { background: #7B2E00; color: #fff; text-decoration: none; }
.site-header .nav-wrap .main-navigation ul li .sub-menu { overflow: hidden; background: #7B2E00; border: none; border-radius: 0 3px 3px 3px; box-shadow: 0 10px 10px rgba(0, 0, 0, 0.3); padding: 0; margin-top: -3px; }
.site-header .nav-wrap .main-navigation ul li .sub-menu li { padding: 0; margin: 0; }
.site-header .nav-wrap .main-navigation ul li .sub-menu li a { border-radius: 0; border-bottom: 1px solid rgba(255, 255, 255, 0.08); font-size: 15px; color: #fff; padding: 14px 18px; margin: 0; }
.site-header .nav-wrap .main-navigation ul li .sub-menu li a:hover { background: none; text-indent: 8px; }
.site-header .nav-wrap .main-navigation ul li .sub-menu li:last-child a { border-bottom: 0; }
.site-header .nav-wrap .main-navigation ul li:hover > a { background: #7B2E00; color: #fff; text-decoration: none; }
.site-header .nav-wrap .nav-right-col a { display: inline-block; height: auto; line-height: normal; text-transform: capitalize; padding: 10px 14px; margin-left: 4px; }
.site-header .nav-wrap .nav-right-col a i { display: none; }
.site-header.sticky-head { position: fixed; top: 0; left: 0; width: 100%; background: #fff; box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); z-index: 99; }

.admin-bar .sticky-head { top: 32px; }

/*--------------------------------------------------------------
# Post Listing & Single Page
--------------------------------------------------------------*/
/* Post Listing */
.templatic-article { border-bottom: 1px solid rgba(0, 0, 0, 0.08); padding-bottom: 40px; }
.templatic-article:first-child { margin-top: 0; }
.templatic-article .post-thumbnail { margin-bottom: 30px; }
.templatic-article .post-thumbnail img { border-radius: 3px; }
.templatic-article .archive-title { font-size: 22px; color: #7B2E00; }
.templatic-article .archive-title a { font-size: 22px; color: #7B2E00; }
.templatic-article .archive-title a:hover, .templatic-article .archive-title a:focus, .templatic-article .archive-title a:active { color: #7B2E00; text-decoration: none; }
.templatic-article .entry-meta { font-size: 14px; color: #a3a2a2; font-style: normal; margin-bottom: 1.4rem; }
.templatic-article .entry-meta a { color: #a3a2a2; }
.templatic-article .entry-meta a:hover { color: #7B2E00; }
.templatic-article .entry-content { margin-top: 0; }
.templatic-article .entry-footer { font-size: 14px; color: #555555; font-style: normal; }
.templatic-article .read-more-link { font-size: 15px; margin: 12px 0 0; }
.templatic-article:last-child { border-bottom: none; padding-bottom: 0; }

/* Post Single Page */
.single .templatic-article { border-bottom: none; padding-bottom: 0; }

/* Comments Area */
.comments-area { background: rgba(0, 0, 0, 0.008); border: 1px solid rgba(0, 0, 0, 0.08); border-radius: 5px; font-size: 16px; padding: 20px 20px 0; }
.comments-area .comments-title { font-size: 24px; margin-bottom: 20px; }
.comments-area .comment-list li.comment { border-bottom: 1px solid rgba(0, 0, 0, 0.08); padding: 0 0 20px 0; margin-bottom: 20px; }
.comments-area .comment-list li.comment .comment-body { position: relative; padding-left: 70px; }
.comments-area .comment-list li.comment .comment-body .comment-meta { display: flex; align-items: center; margin-bottom: 5px; }
.comments-area .comment-list li.comment .comment-body .comment-meta .comment-author img { position: absolute; top: 5px; left: 0; border-radius: 3px; }
.comments-area .comment-list li.comment .comment-body .comment-meta .comment-author b { text-transform: capitalize; margin-right: 10px; }
.comments-area .comment-list li.comment .comment-body .comment-meta .comment-author .says { display: none; }
.comments-area .comment-list li.comment .comment-body .comment-meta .comment-metadata { font-style: normal; }
.comments-area .comment-list li.comment .comment-body .comment-meta .comment-metadata a { font-size: 13px; opacity: .6; }
.comments-area .comment-list li.comment .comment-body .comment-content p:last-child { margin-bottom: 8px; }
.comments-area .comment-list li.comment .comment-body .reply .comment-reply-link { color: #7B2E00; font-style: normal; }
.comments-area .comment-list li.comment .comment-body .reply .comment-reply-link:hover { color: #252525; }
.comments-area .comment-list li.comment .children li { border-top: 1px solid rgba(0, 0, 0, 0.08); padding-top: 20px; margin-top: 20px; }
.comments-area .comment-list li.comment .children li:last-child { margin-bottom: 0; }
.comments-area .comment-list li.comment:last-child { border-bottom: 0; padding-bottom: 0; margin-bottom: 0; }
.comments-area .comment-respond { padding-top: 0; }
.comments-area .comment-respond .comment-reply-title { font-size: 24px; }
.comments-area .comment-respond .comment-form input[type="text"], .comments-area .comment-respond .comment-form input[type="email"], .comments-area .comment-respond .comment-form input[type="url"], .comments-area .comment-respond .comment-form textarea { background: #fff; }
.comments-area .comment-respond .comment-form p { font-size: 16px; }
.comments-area .comment-respond .comment-form p label { font-size: 15px; }

/* Breadcrumb */
.breadcrumbs .trail-browse, .breadcrumbs .trail-items, .breadcrumbs .trail-items li { font-size: 14px; color: #fff; }
.breadcrumbs .trail-browse a, .breadcrumbs .trail-items a, .breadcrumbs .trail-items li a { color: #fff; }

.pagination-nav ul { display: flex; list-style: none; justify-content: center; padding: 0; margin: 0; }
.pagination-nav ul li { overflow: hidden; border-radius: 3px; margin: 0 2px; }
.pagination-nav ul li a { display: block; min-width: 40px; min-height: 40px; background: rgba(0, 0, 0, 0.08); border: none; font-size: 14px; color: #555555; font-weight: 500; text-align: center; line-height: 40px; padding: 0 15px; margin: 0 !important; }
.pagination-nav ul li a:hover, .pagination-nav ul li a:active, .pagination-nav ul li a:focus { background: #7B2E00; color: #fff; text-decoration: none; }
.pagination-nav ul li.active a { background: #7B2E00; color: #fff; }

.site-main .comment-navigation, .site-main .posts-navigation, .site-main .post-navigation { overflow: visible; }

/*--------------------------------------------------------------
# Home Page
-------------------------------------------------------------- */
/* Home Page - Recent Post by Plugin */
.home-page-recent-posts h5 { font-size: 24px; margin-bottom: 20px; }
.home-page-recent-posts ul { display: flex; list-style: none; padding: 0; margin: 0 0 0 -3%; }
.home-page-recent-posts ul li { flex: 0 0 30.33%; margin-left: 3%; }
.home-page-recent-posts ul li a { display: block; margin-bottom: 20px; }
.home-page-recent-posts ul li a img { display: block; border-radius: 5px; }
.home-page-recent-posts ul li h3 { font-size: 20px; margin-bottom: 10px; }
.home-page-recent-posts ul li h3 a { color: #7B2E00; margin-bottom: 0; }
.home-page-recent-posts ul li h3 a:hover { color: #7B2E00; }
.home-page-recent-posts ul li .rpwe-summary .more-link { display: block; width: 136px; background: none; border: 2px solid #7B2E00; border-radius: 3px; font-family: "Playfair Display", serif; color: #7B2E00; font-weight: 700; text-align: center; padding: 8px 10px; margin: 15px 0 0; }
.home-page-recent-posts ul li .rpwe-summary .more-link:hover { background: #7B2E00; color: #fff; }

/*--------------------------------------------------------------
# Widgets & Sidebar
-------------------------------------------------------------- */
/* All in one - Products */
.widget-aio-listings .widget-title { font-size: 36px; text-align: center; margin-bottom: 15px; }
.widget-aio-listings .widget-desc { text-align: center; max-width: 720px; margin: 0 auto 40px; }
.widget-aio-listings .widget-title:empty { display: none; }
.widget-aio-listings .widget-desc:empty { display: none; }
.widget-aio-listings .all-in-one-common { display: flex; flex-wrap: wrap; list-style: none; padding: 0; margin: 0 0 0 -3%; }
.widget-aio-listings .all-in-one-common li { position: relative; flex: 0 0 100%; max-width: 22%; text-align: center; margin: 0 0 60px 3%; }
.widget-aio-listings .all-in-one-common li .onsale { display: inline-block; position: absolute; top: 0; right: 0; background: #000; font-size: 15px; color: #fff; font-weight: 700; text-align: center; padding: 0 10px; }
.widget-aio-listings .all-in-one-common li a { display: block; text-align: center; }
.widget-aio-listings .all-in-one-common li a img { margin-bottom: 18px; }
.widget-aio-listings .all-in-one-common li a h3 { font-size: 20px; margin-bottom: 5px; }
.widget-aio-listings .all-in-one-common li a .price { display: block; color: #999; margin-bottom: 15px; }
.widget-aio-listings .all-in-one-common li a .price del { margin-right: 7px; }
.widget-aio-listings .all-in-one-common li a.button { display: inline-block; height: 42px; line-height: 36px; padding: 0 15px; }
.widget-aio-listings .all-in-one-common.product-col-1 li { max-width: 100%; }
.widget-aio-listings .all-in-one-common.product-col-2 li { max-width: 47%; }
.widget-aio-listings .all-in-one-common.product-col-3 li { max-width: 30.33%; }
.widget-aio-listings .all-in-one-common.product-col-5 li { max-width: 17%; }
.widget-aio-listings .all-in-one-common.product-col-6 li { max-width: 13.66%; }

.widget-aio-listings .all-in-one-common.product-post li { text-align: left; line-height: 24px; }
.widget-aio-listings .all-in-one-common.product-post li a { text-align: left; font-size: 20px; line-height: normal; margin-bottom: 10px; }

@media (max-width: 767px) {
	.widget-aio-listings .all-in-one-common li { max-width: 47%; }
	.widget-aio-listings .all-in-one-common.product-col-3 li { max-width: 47%; }
	.widget-aio-listings .all-in-one-common.product-col-5 li { max-width: 47%; }
	.widget-aio-listings .all-in-one-common.product-col-6 li { max-width: 47%; }
}
@media (max-width: 420px) {
	.widget-aio-listings .all-in-one-common { margin: 0; }
	.widget-aio-listings .all-in-one-common li { max-width: 100%; margin-left: 0; }
	.widget-aio-listings .all-in-one-common.product-col-2 li { max-width: 100%; }
	.widget-aio-listings .all-in-one-common.product-col-3 li { max-width: 100%; }
	.widget-aio-listings .all-in-one-common.product-col-5 li { max-width: 100%; }
	.widget-aio-listings .all-in-one-common.product-col-6 li { max-width: 100%; }
}

/* Sidebar - Common widget styles */
.tempatic-sidebar, .sidebar { margin-top: 0; }
.tempatic-sidebar .widget a, .sidebar .widget a { color: #555555; }
.tempatic-sidebar .widget a:hover, .sidebar .widget a:hover { color: #7B2E00; }
.tempatic-sidebar .widget .widget-title, .sidebar .widget .widget-title { font-size: 22px; margin-bottom: 12px; }
.tempatic-sidebar .widget .widget-title.screen-reader-text, .sidebar .widget .widget-title.screen-reader-text { position: static !important; clip: auto; clip-path: none; width: auto; height: auto; }
.tempatic-sidebar .widget ul, .sidebar .widget ul { padding: 0; }
.tempatic-sidebar .widget ul li, .sidebar .widget ul li { line-height: 22px; margin-bottom: 10px; }
.tempatic-sidebar .widget.widget_meta ul li, .tempatic-sidebar .widget.widget_pages ul li, .tempatic-sidebar .widget.widget_archive ul li, .tempatic-sidebar .widget.widget_nav_menu ul li, .tempatic-sidebar .widget.widget_categories ul li, .tempatic-sidebar .widget.widget_recent_entries ul li, .tempatic-sidebar .widget.widget_recent_comments ul li, .tempatic-sidebar .widget.widget_recent_comments ul li, .sidebar .widget.widget_meta ul li, .sidebar .widget.widget_pages ul li, .sidebar .widget.widget_archive ul li, .sidebar .widget.widget_nav_menu ul li, .sidebar .widget.widget_categories ul li, .sidebar .widget.widget_recent_entries ul li, .sidebar .widget.widget_recent_comments ul li, .sidebar .widget.widget_recent_comments ul li { position: relative; font-size: 15px; line-height: 22px; padding-left: 15px; margin-bottom: 10px; }
.tempatic-sidebar .widget.widget_meta ul li:before, .tempatic-sidebar .widget.widget_pages ul li:before, .tempatic-sidebar .widget.widget_archive ul li:before, .tempatic-sidebar .widget.widget_nav_menu ul li:before, .tempatic-sidebar .widget.widget_categories ul li:before, .tempatic-sidebar .widget.widget_recent_entries ul li:before, .tempatic-sidebar .widget.widget_recent_comments ul li:before, .tempatic-sidebar .widget.widget_recent_comments ul li:before, .sidebar .widget.widget_meta ul li:before, .sidebar .widget.widget_pages ul li:before, .sidebar .widget.widget_archive ul li:before, .sidebar .widget.widget_nav_menu ul li:before, .sidebar .widget.widget_categories ul li:before, .sidebar .widget.widget_recent_entries ul li:before, .sidebar .widget.widget_recent_comments ul li:before, .sidebar .widget.widget_recent_comments ul li:before { position: absolute; top: 0; left: 0; font-family: "Font Awesome 5 Free", "FontAwesome"; font-size: 18px; color: #7B2E00; content: "\f105"; font-weight: 900; margin-right: 10px; }
.tempatic-sidebar .widget.widget_meta ul li ul.sub-menu, .tempatic-sidebar .widget.widget_pages ul li ul.sub-menu, .tempatic-sidebar .widget.widget_archive ul li ul.sub-menu, .tempatic-sidebar .widget.widget_nav_menu ul li ul.sub-menu, .tempatic-sidebar .widget.widget_categories ul li ul.sub-menu, .tempatic-sidebar .widget.widget_recent_entries ul li ul.sub-menu, .tempatic-sidebar .widget.widget_recent_comments ul li ul.sub-menu, .tempatic-sidebar .widget.widget_recent_comments ul li ul.sub-menu, .sidebar .widget.widget_meta ul li ul.sub-menu, .sidebar .widget.widget_pages ul li ul.sub-menu, .sidebar .widget.widget_archive ul li ul.sub-menu, .sidebar .widget.widget_nav_menu ul li ul.sub-menu, .sidebar .widget.widget_categories ul li ul.sub-menu, .sidebar .widget.widget_recent_entries ul li ul.sub-menu, .sidebar .widget.widget_recent_comments ul li ul.sub-menu, .sidebar .widget.widget_recent_comments ul li ul.sub-menu { margin: 10px 0; }

.sidebar { margin-top: 50px; }

/* Search Widget */
.templatic-searchform { background: rgba(0, 0, 0, 0.04); border-radius: 3px; padding: 17px; }
.templatic-searchform .input-group { margin-bottom: 0 !important; }
.templatic-searchform .input-group .form-control { height: 52px; background: #fff; font-size: 16px; color: #666; font-style: normal; padding: 0 15px; }
.templatic-searchform .input-group button { width: 40px; font-size: 16px; color: #fff; }
.templatic-searchform .input-group button:hover, .templatic-searchform .input-group button:active, .templatic-searchform .input-group button:focus { border-color: #252525; }

/* Calendar */
#wp-calendar { width: 100%; font-size: 14px; font-weight: 300; border-collapse: separate; border-spacing: 2px; margin-left: -2px; }
#wp-calendar caption { display: none; }
#wp-calendar thead th { font-size: 13px; font-weight: 500; text-align: center; padding-bottom: 10px; }
#wp-calendar tbody td { min-width: 40px; border: 1px solid #e0e0e0; font-weight: 500; text-align: center; padding: 6px 0; margin-bottom: 10px; }
#wp-calendar tbody td.pad { background: none; border: 0px none; }
#wp-calendar tbody td#today { background: #7B2E00; color: #fff; }
#wp-calendar tbody td a { color: #7B2E00; }
#wp-calendar tbody td a:hover { color: #252525; }
#wp-calendar tfoot td { font-weight: 500; padding: 6px 0; }
#wp-calendar tfoot td#prev { text-align: left; }
#wp-calendar tfoot td#next { text-align: right; }

/* Tag Cloud */
.widget_tag_cloud .tagcloud a { display: inline-block; vertical-align: top; background: rgba(0, 0, 0, 0.05); border: 1px solid rgba(0, 0, 0, 0.05); border-radius: 3px; font-size: 13px !important; padding: 4px 12px; margin-bottom: 5px; }
.widget_tag_cloud .tagcloud a:hover { background: #7B2E00; border-color: #7B2E00; color: #fff !important; text-decoration: none; }

/* Gallery */
.widget_media_gallery figure { margin: 0; }

/* Recent Posts Widget */
.widget_recent_entries ul li .post-date { display: block; font-size: 14px; color: #a3a2a2; margin-top: 3px; }

/* Simple Social Icon Widget (by Plugin) */
body .simple-social-icons ul, body #simple-social-icons-1 ul, body #simple-social-icons-2 ul, body #simple-social-icons-3 ul, body #simple-social-icons-4 ul, body #simple-social-icons-5 ul { display: flex; flex-wrap: wrap; float: none; }
body .simple-social-icons ul li, body #simple-social-icons-1 ul li, body #simple-social-icons-2 ul li, body #simple-social-icons-3 ul li, body #simple-social-icons-4 ul li, body #simple-social-icons-5 ul li { float: none; margin: 0 5px 0 0 !important; }
body .simple-social-icons ul li a, body #simple-social-icons-1 ul li a, body #simple-social-icons-2 ul li a, body #simple-social-icons-3 ul li a, body #simple-social-icons-4 ul li a, body #simple-social-icons-5 ul li a { border-radius: 0 !important; }

.widget.recent-posts-extended .rpwe-block ul li { padding-bottom: 15px; margin-bottom: 20px; }
.widget.recent-posts-extended .rpwe-block ul li .rpwe-img img { border: none !important; padding: 0 !important; margin: 6px 15px 10px 0; }
.widget.recent-posts-extended .rpwe-block ul li .rpwe-title { margin-bottom: 8px !important; }
.widget.recent-posts-extended .rpwe-block ul li .rpwe-title a { font-size: 18px; line-height: normal; }
.widget.recent-posts-extended .rpwe-block ul li .rpwe-time { font-size: 14px; color: rgba(0, 0, 0, 0.8); margin-right: 20px; }
.widget.recent-posts-extended .rpwe-block ul li .rpwe-comment { font-size: 14px; color: rgba(0, 0, 0, 0.8); }
.widget.recent-posts-extended .rpwe-block ul li .rpwe-comment:hover { color: #7B2E00; }
.widget.recent-posts-extended .rpwe-block ul li .rpwe-summary { font-size: inherit; margin-top: 15px; }
.widget.recent-posts-extended .rpwe-block ul li .rpwe-summary .more-link { color: #7B2E00; }
.widget.recent-posts-extended .rpwe-block ul li .rpwe-summary .more-link:hover { color: #252525; }
.widget.recent-posts-extended .rpwe-block ul li:last-child { border: none; padding-bottom: 0; margin-bottom: 0; }

.donate-page .contact-info-widget .contact-informations li { padding-left: 0; }
.donate-page .give-form-title { font-size: 26px; }

.header-right-area .widget { margin-bottom: 0; }
.header-right-area .widget .textwidget p { margin: 0; }
.header-right-area .widget .textwidget .button { height: 40px; background: none; border: 2px solid #7B2E00; color: #7B2E00; font-weight: 600; line-height: 36px; padding: 0 14px; margin-left: 8px; }
.header-right-area .widget .textwidget .button:hover, .header-right-area .widget .textwidget .button:active, .header-right-area .widget .textwidget .button:focus { background: #7B2E00; border-color: #7B2E00; color: #fff; }
.header-right-area .widget .textwidget .button i { display: none; }

/*--------------------------------------------------------------
# Search Page
--------------------------------------------------------------*/
.search .templatic-article { display: flex; }
.search .templatic-article .post-thumbnail { flex: 0 0 150px; margin: 0 25px 20px 0; }
.search .templatic-article .entry-summary { margin-top: 0; }
.search .templatic-article .entry-summary .entry-header { margin-bottom: 10px; }
.search .templatic-article .entry-summary .entry-header .entry-meta { margin-bottom: 0; }
.search .templatic-article .entry-summary p { margin-bottom: 16px; }
.search .templatic-article .entry-summary .entry-footer { color: #a3a2a2; }
.search .templatic-article .entry-summary .entry-footer a { color: #a3a2a2; }
.search .templatic-article .entry-summary .entry-footer a:hover { color: #7B2E00; }

/*--------------------------------------------------------------
# 404 Page
--------------------------------------------------------------*/
.error-404 .wrap-404-error { max-width: 800px; padding: 50px 0; margin: 0 auto; }
.error-404 .wrap-404-error h2 { font-size: 200px; color: #a3a2a2; text-align: center; line-height: 160px; letter-spacing: -15px; margin-bottom: 50px; }
.error-404 .wrap-404-error p { font-size: 20px; text-align: center; line-height: 32px; margin-bottom: 50px; }
.error-404 .wrap-404-error p a { font-weight: 700; text-decoration: underline; }

/*--------------------------------------------------------------
# Contact Page
--------------------------------------------------------------*/
.contact-page .templatic-article { margin-bottom: 0; }
.contact-page .wpcf7-form { display: flex; flex-wrap: wrap; margin-top: 20px; }
.contact-page .wpcf7-form div { width: 100%; margin-left: 0; margin-right: 0; }
.contact-page .wpcf7-form p { width: 100%; margin-bottom: 15px; }
.contact-page .wpcf7-form p:nth-child(2) { width: 48.5%; margin-right: 3%; }
.contact-page .wpcf7-form p:nth-child(3) { width: 48.5%; }
.contact-page .wpcf7-form p:last-of-type { margin-bottom: 0; }
.contact-page .wpcf7-form p label { display: block; font-size: 15px; font-weight: 400; }
.contact-page .wpcf7-form p label input[type="text"], .contact-page .wpcf7-form p label input[type="email"] { width: 100%; max-width: none; }
.contact-page .wpcf7-form p label textarea { width: 100%; max-width: none; }
.contact-page .wpcf7-form p input[type="submit"] { height: 60px; font-size: 20px; padding: 0 50px; }
.contact-page .textwidget p { margin-bottom: 5px; }

.contact-info-widget ul { list-style: none; padding: 0; margin: 0; }
.contact-info-widget ul li { position: relative; padding-left: 30px; margin-bottom: 15px !important; }
.contact-info-widget ul li i { position: absolute; top: 4px; left: 0; }
.contact-info-widget ul li a { position: relative; font-size: 14px; color: #7B2E00 !important; text-decoration: underline; padding-left: 22px; }
.contact-info-widget ul li a i { top: 2px; }
.contact-info-widget ul li a:hover { color: #252525 !important; }

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.site-footer { position: relative; clear: both; background: #212121 url(assets/images/footer-bg.jpg) no-repeat center top/cover; font-size: 15px; color: #c6bcb6; line-height: 2; padding: 80px 0; }
.site-footer a { color: #c6bcb6; }
.site-footer a:hover { color: #fff; text-decoration: none; }
.site-footer .fc-wide-col { flex: auto; width: 50%; max-width: none; padding-right: 10%; }
.site-footer .fc-common-col { flex: auto; width: 25%; max-width: none; }
.site-footer .widget ul { padding: 0; margin: 0; }
.site-footer .widget ul li { margin-bottom: 0; }
.site-footer .widget ul li a { color: #c6bcb6; }
.site-footer .widget ul li a:hover { color: #fff; text-decoration: none; }
.site-footer .widget p { margin-bottom: 0; }
.site-footer .widget.simple-social-icons ul, .site-footer .widget#simple-social-icons-1 ul, .site-footer .widget#simple-social-icons-2 ul, .site-footer .widget#simple-social-icons-3 ul, .site-footer .widget#simple-social-icons-4 ul, .site-footer .widget#simple-social-icons-5 ul { display: flex; float: none; }
.site-footer .widget.simple-social-icons ul li, .site-footer .widget#simple-social-icons-1 ul li, .site-footer .widget#simple-social-icons-2 ul li, .site-footer .widget#simple-social-icons-3 ul li, .site-footer .widget#simple-social-icons-4 ul li, .site-footer .widget#simple-social-icons-5 ul li { float: none; margin: 0 5px !important; }
.site-footer .widget.simple-social-icons ul li a, .site-footer .widget#simple-social-icons-1 ul li a, .site-footer .widget#simple-social-icons-2 ul li a, .site-footer .widget#simple-social-icons-3 ul li a, .site-footer .widget#simple-social-icons-4 ul li a, .site-footer .widget#simple-social-icons-5 ul li a { background: none !important; border: none !important; font-size: 22px; color: inherit !important; padding: 0; }
.site-footer .widget.simple-social-icons ul li a:hover, .site-footer .widget#simple-social-icons-1 ul li a:hover, .site-footer .widget#simple-social-icons-2 ul li a:hover, .site-footer .widget#simple-social-icons-3 ul li a:hover, .site-footer .widget#simple-social-icons-4 ul li a:hover, .site-footer .widget#simple-social-icons-5 ul li a:hover { color: #fff !important; }
.site-footer .widget .contact-info-widget ul li i { top: 8px; }
.site-footer .widget-title { font-size: 22px; color: #fff; margin-bottom: 18px; }
.site-footer .site-info { text-align: center; border-top: 1px solid rgba(255, 255, 255, 0.08); padding-top: 30px; margin-top: 15px; }
.site-footer .button { height: 44px; color: #fff; line-height: 42px; padding: 0 15px; margin-top: 15px; }
.site-footer .button:hover, .site-footer .button:active, .site-footer .button:focus { background: #fff; color: #7B2E00; }
.site-footer:before { position: absolute; top: 0; left: 0; content: ""; display: block; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.8); }
.site-footer:after { display: none; }

/*--------------------------------------------------------------
# Elementor Specific Styles
--------------------------------------------------------------*/
.elementor-editor-active.home .site-header, .elementor-editor-active.elementor-page-819 .site-header { position: static; }

.elementor-button { background: none !important; border: 2px solid #7B2E00; border-radius: 3 !important; transition: all 0.1s ease-in !important; font-family: "Playfair Display", serif; color: #7B2E00 !important; font-weight: 700 !important; }
.elementor-button:hover, .elementor-button:active, .elementor-button:focus { background: #7B2E00 !important; color: #fff !important; }

.theme-quotes .elementor-testimonial-content { max-width: 900px; font-family: "Playfair Display", serif; margin: 0 auto; }
.theme-quotes .elementor-testimonial-image { padding-right: 25px !important; }
.theme-quotes .elementor-testimonial-details .elementor-testimonial-name { margin-bottom: 8px; }

.image-border-radius img { border-radius: 5px !important; }

.home-icon-box-grid .elementor-heading-title { color: #555555; }
.home-icon-box-grid .elementor-heading-title i { width: 25px; margin-right: 10px; }
.home-icon-box-grid .elementor-heading-title:hover { color: #7B2E00; }

.elementor-img-banner { position: relative; }
.elementor-img-banner:after { position: absolute; top: 0; left: 0; content: ""; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.5); z-index: 2; }

.home-page-banner { position: relative; }
.home-page-banner .elementor-text-editor { position: absolute; top: 35%; left: 50%; max-width: 900px; width: 100%; font-size: 20px; color: #fff; text-align: center; margin-left: -450px; z-index: 9; }
.home-page-banner .elementor-text-editor h2 { font-size: 70px; color: #fff; margin-bottom: 25px; }
.home-page-banner .elementor-text-editor h2 span { color: #7B2E00; }
.home-page-banner .elementor-text-editor p { margin-bottom: 40px; }
.home-page-banner .elementor-text-editor .button { height: 56px; background: none; border: 2px solid rgba(255, 255, 255, 0.6); border-radius: 3px; font-size: 20px; color: rgba(255, 255, 255, 0.9); line-height: 52px; padding: 0 40px; margin: 0 5px; }
.home-page-banner .elementor-text-editor .button:hover, .home-page-banner .elementor-text-editor .button:active, .home-page-banner .elementor-text-editor .button:focus { background: #7B2E00; border-color: #7B2E00; color: #fff; }
.home-page-banner.with-badge .elementor-text-editor { top: 23%; }

/*--------------------------------------------------------------
# Plugin Compatibility - Elementor Addons & Templates
--------------------------------------------------------------*/
.theme-woocommerce-product .obfx-grid .obfx-grid-container .obfx-grid-wrapper { padding-bottom: 50px !important; }
.theme-woocommerce-product .obfx-grid .obfx-grid-container .obfx-grid-wrapper .obfx-grid-col .obfx-grid-col-image { box-shadow: none; }
.theme-woocommerce-product .obfx-grid .obfx-grid-container .obfx-grid-wrapper .obfx-grid-col .obfx-grid-col-content .obfx-grid-title { margin-bottom: 10px; }
.theme-woocommerce-product .obfx-grid .obfx-grid-container .obfx-grid-wrapper .obfx-grid-col .obfx-grid-col-content .obfx-grid-title a { font-size: 20px; }
.theme-woocommerce-product .obfx-grid .obfx-grid-container .obfx-grid-wrapper .obfx-grid-col .obfx-grid-col-content .obfx-grid-title a:hover { color: #7B2E00; }
.theme-woocommerce-product .obfx-grid .obfx-grid-container .obfx-grid-wrapper .obfx-grid-col .obfx-grid-col-content .obfx-grid-price { margin-bottom: 15px; }
.theme-woocommerce-product .obfx-grid .obfx-grid-container .obfx-grid-wrapper .obfx-grid-col .obfx-grid-col-content .obfx-grid-price del { margin-right: 10px; }
.theme-woocommerce-product .obfx-grid .obfx-grid-container .obfx-grid-wrapper .obfx-grid-col .obfx-grid-col-content .obfx-grid-price del .woocommerce-Price-amount { font-size: 16px; }
.theme-woocommerce-product .obfx-grid .obfx-grid-container .obfx-grid-wrapper .obfx-grid-col .obfx-grid-col-content .obfx-grid-price .woocommerce-Price-amount { font-size: 20px; }
.theme-woocommerce-product .obfx-grid .obfx-grid-container .obfx-grid-wrapper .obfx-grid-col .obfx-grid-col-content .obfx-grid-footer a { border: 2px solid #7B2E00; border-radius: 3px; font-family: "Playfair Display", serif; color: #7B2E00; font-weight: 700; text-transform: capitalize; padding: 8px 20px; }
.theme-woocommerce-product .obfx-grid .obfx-grid-container .obfx-grid-wrapper .obfx-grid-col .obfx-grid-col-content .obfx-grid-footer a:hover, .theme-woocommerce-product .obfx-grid .obfx-grid-container .obfx-grid-wrapper .obfx-grid-col .obfx-grid-col-content .obfx-grid-footer a:active, .theme-woocommerce-product .obfx-grid .obfx-grid-container .obfx-grid-wrapper .obfx-grid-col .obfx-grid-col-content .obfx-grid-footer a:focus { background: #7B2E00; border-color: #7B2E00; color: #fff; }

/*--------------------------------------------------------------
# Plugin Compatibility - Donation
--------------------------------------------------------------*/
.panel, .woocommerce div.product .woocommerce-tabs ul.tabs li.active { background: none; }

.give_error, .give_success, .give_warning { line-height: 22px; }

.give-form .give-total-wrap .give-donation-amount .give-currency-symbol { height: 46px; background: #fff; border: 1px solid rgba(0, 0, 0, 0.12); border-radius: 3px 0 0 3px; line-height: 46px; }
.give-form .give-total-wrap .give-donation-amount #give-amount, .give-form .give-total-wrap .give-donation-amount #give-amount-text { height: 46px; background: #fff; border: 1px solid rgba(0, 0, 0, 0.12); border-radius: 0 3px 3px 0; line-height: 46px; }
.give-form .give-total-wrap .give-donation-amount #give-amount:focus, .give-form .give-total-wrap .give-donation-amount #give-amount-text:focus { border-color: #7B2E00; }
.give-form #give-payment-mode-select legend { border: none; font-family: "Playfair Display", serif; padding: 0; margin: 0 0 5px; }
.give-form #give-payment-mode-select #give-payment-mode-wrap ul { margin-bottom: 10px; }
.give-form #give-payment-mode-select #give-payment-mode-wrap ul li label { font-weight: 400; }
.give-form #give_purchase_form_wrap legend { border: none; font-family: "Playfair Display", serif; padding: 0; margin: 0 0 5px; }
.give-form #give_purchase_form_wrap p label { font-weight: 400; }
.give-form #give_purchase_form_wrap p input[type="text"], .give-form #give_purchase_form_wrap p input[type="email"] { height: 46px; background: #fff; border: 1px solid rgba(0, 0, 0, 0.12); border-radius: 3px; line-height: 46px; padding: 0 15px; }
.give-form #give_purchase_form_wrap p input[type="text"]:focus, .give-form #give_purchase_form_wrap p input[type="email"]:focus { border-color: #7B2E00; }
.give-form #give_purchase_form_wrap #give_purchase_submit p .give-donation-total-label { height: 46px; background: #fff; border: 1px solid rgba(0, 0, 0, 0.12); border-right: none; border-radius: 3px 0 0 3px; line-height: 46px; }
.give-form #give_purchase_form_wrap #give_purchase_submit p .give-final-total-amount { height: 46px; background: #fff; border: 1px solid rgba(0, 0, 0, 0.12); border-radius: 0 3px 3px 0; line-height: 46px; }

.give-btn { height: 46px; background: #fff; border: 2px solid #7B2E00; font-family: "Playfair Display", serif; font-size: 16px; color: #7B2E00; font-weight: 700; padding: 0 15px; }
.give-btn:hover, .give-btn:active, .give-btn:focus { background: #7B2E00; border-color: #7B2E00; color: #fff; }

/*--------------------------------------------------------------
# Plugin Compatibility - Sermons
--------------------------------------------------------------*/
.ca-sermon { flex: 0 0 100%; }
.ca-sermon article { clear: both; }
.ca-sermon article .post-thumbnail { float: left; width: 35%; margin-bottom: 0; }
.ca-sermon article .entry-header { float: right; width: 61%; }
.ca-sermon article .entry-summary { float: right; width: 61%; }
.ca-sermon article:after { display: table; clear: both; content: ""; }

.wpfc-sermon .entry-summary .wpfc-sermon-inner .wpfc-sermon-main { padding: 0; }
.wpfc-sermon .entry-summary .wpfc-sermon-inner .wpfc-sermon-main .wpfc-sermon-header .wpfc-sermon-header-aside { text-align: right; }
.wpfc-sermon .entry-summary .wpfc-sermon-inner .wpfc-sermon-main .wpfc-sermon-header .wpfc-sermon-header-aside a { display: inline; background-color: rgba(0, 0, 0, 0.03); border: 1px solid rgba(0, 0, 0, 0.03); color: #555555; padding: 3px; }
.wpfc-sermon .entry-summary .wpfc-sermon-inner .wpfc-sermon-main .wpfc-sermon-header .wpfc-sermon-header-aside a:hover, .wpfc-sermon .entry-summary .wpfc-sermon-inner .wpfc-sermon-main .wpfc-sermon-header .wpfc-sermon-header-aside a:active, .wpfc-sermon .entry-summary .wpfc-sermon-inner .wpfc-sermon-main .wpfc-sermon-header .wpfc-sermon-header-aside a:focus { border-color: #7B2E00; color: #7B2E00; text-decoration: none; }
.wpfc-sermon .entry-summary .wpfc-sermon-inner .wpfc-sermon-main .wpfc-sermon-description { margin: 12px 0 0; }
.wpfc-sermon .entry-summary .wpfc-sermon-inner .wpfc-sermon-main .wpfc-sermon-description .wpfc-sermon-description-read-more { margin-top: 12px; }
.wpfc-sermon .entry-summary .wpfc-sermon-inner .wpfc-sermon-main .wpfc-sermon-footer { border: none; padding: 0; margin: 12px 0 10px; }

.plyr--audio .plyr__controls { background: rgba(0, 0, 0, 0.02); border: 1px solid rgba(0, 0, 0, 0.03); border-radius: 3px; color: #fff; }
.plyr--audio .plyr__controls input:hover, .plyr--audio .plyr__controls input:active, .plyr--audio .plyr__controls input:focus { background: none !important; box-shadow: none; }
.plyr--audio .plyr__controls button { height: auto; color: #7B2E00; }
.plyr--audio .plyr__controls button:hover, .plyr--audio .plyr__controls button:active, .plyr--audio .plyr__controls button:focus { background: #7B2E00 !important; color: #fff; }
.plyr--audio .plyr__controls .plyr__progress--played, .plyr--audio .plyr__controls .plyr__volume--display { background: rgba(0, 0, 0, 0.2); color: #7B2E00; }
.plyr--audio .plyr__controls .plyr__time { color: #7B2E00; }

.wpfc-sermon-single-audio-download { background: #7B2E00; border: none !important; border-radius: 0 3px 3px 0; color: #fff; }
.wpfc-sermon-single-audio-download:hover, .wpfc-sermon-single-audio-download:active, .wpfc-sermon-single-audio-download:focus { background: #252525 !important; }
.wpfc-sermon-single-audio-download svg { fill: #fff; }

.wpfc-sermon-single-inner .wpfc-sermon-single-image { display: none; }
.wpfc-sermon-single-inner .wpfc-sermon-single-main .wpfc-sermon-single-header { text-align: left; }
.wpfc-sermon-single-inner .wpfc-sermon-single-main .wpfc-sermon-single-header .wpfc-sermon-single-meta-date { margin: 0; }
.wpfc-sermon-single-inner .wpfc-sermon-single-main .wpfc-sermon-single-attachments { background: rgba(0, 0, 0, 0.02); border: 1px solid rgba(0, 0, 0, 0.03); border-radius: 5px; }
.wpfc-sermon-single-inner .wpfc-sermon-single-main .wpfc-sermon-single-attachments #wpfc-attachments p { display: flex; }
.wpfc-sermon-single-inner .wpfc-sermon-single-main .wpfc-sermon-single-attachments #wpfc-attachments p a { margin-left: 25px; }
.wpfc-sermon-single-inner .wpfc-sermon-single-main .wpfc-sermon-single-attachments #wpfc-attachments p a:hover, .wpfc-sermon-single-inner .wpfc-sermon-single-main .wpfc-sermon-single-attachments #wpfc-attachments p a:active, .wpfc-sermon-single-inner .wpfc-sermon-single-main .wpfc-sermon-single-attachments #wpfc-attachments p a:focus { text-decoration: none; }

#wpfc-sermons-shortcode #wpfc-sermons-container { display: flex; flex-wrap: wrap; margin-bottom: 30px; }
#wpfc-sermons-shortcode #wpfc-sermons-container .wpfc-sermon { flex: 0 0 48.5%; margin: 0 3% 3% 0; }
#wpfc-sermons-shortcode #wpfc-sermons-container .wpfc-sermon:nth-child(2n) { margin-right: 0; }
#wpfc-sermons-shortcode #wpfc-sermons-container .wpfc-sermon:last-child { margin-right: 0; }
#wpfc-sermons-shortcode #wpfc-sermons-container .wpfc-sermon .wpfc-sermon-inner { background: rgba(0, 0, 0, 0.02); border: 1px solid rgba(0, 0, 0, 0.06); border-radius: 5px; }
#wpfc-sermons-shortcode #wpfc-sermons-container .wpfc-sermon .wpfc-sermon-inner .wpfc-sermon-header-aside { text-align: right; }
#wpfc-sermons-shortcode #wpfc-sermons-container .wpfc-sermon .wpfc-sermon-inner .wpfc-sermon-header-aside a { display: inline; background-color: rgba(0, 0, 0, 0.03); border: 1px solid rgba(0, 0, 0, 0.03); color: #555555; padding: 3px; }
#wpfc-sermons-shortcode #wpfc-sermons-container .wpfc-sermon .wpfc-sermon-inner .wpfc-sermon-header-aside a:hover, #wpfc-sermons-shortcode #wpfc-sermons-container .wpfc-sermon .wpfc-sermon-inner .wpfc-sermon-header-aside a:active, #wpfc-sermons-shortcode #wpfc-sermons-container .wpfc-sermon .wpfc-sermon-inner .wpfc-sermon-header-aside a:focus { border-color: #7B2E00; color: #7B2E00; text-decoration: none; }
#wpfc-sermons-shortcode #wpfc-sermons-container #wpfc-sermons-shortcode-navigation { display: flex; flex: 0 0 100%; justify-content: center; text-align: center; }
#wpfc-sermons-shortcode #wpfc-sermons-container #wpfc-sermons-shortcode-navigation a { display: block; min-width: 44px; min-height: 44px; background: rgba(0, 0, 0, 0.08); border: none; border-radius: 3px; font-size: 14px; color: #555555; font-weight: 500; text-align: center; line-height: 44px; padding: 0 10px; margin: 0 5px; }
#wpfc-sermons-shortcode #wpfc-sermons-container #wpfc-sermons-shortcode-navigation a:hover, #wpfc-sermons-shortcode #wpfc-sermons-container #wpfc-sermons-shortcode-navigation a:active, #wpfc-sermons-shortcode #wpfc-sermons-container #wpfc-sermons-shortcode-navigation a:focus { background: #7B2E00; color: #fff; text-decoration: none; }

body ul#wpfc_images_grid { display: flex; flex-wrap: wrap; margin: 0; }
body ul#wpfc_images_grid li.wpfc_grid_image { flex: 0 0 23%; flex-grow: 1; margin: 0 2% 3% 0; }
body ul#wpfc_images_grid li.wpfc_grid_image:nth-child(4n) { margin-right: 0; }
body ul#wpfc_images_grid li.wpfc_grid_image:last-child { margin-right: 0; }
body ul#wpfc_images_grid li.wpfc_grid_image a img { width: 100%; border-radius: 3px; margin-bottom: 10px; }
body ul#wpfc_images_grid li.wpfc_grid_image h3 { font-size: 20px; }

ul.subscribe { display: flex; flex-wrap: wrap; padding: 0; margin: 0; }
ul.subscribe li { flex: 0 0 31%; flex-grow: 1; margin: 0 2% 3% 0; }
ul.subscribe li:nth-child(3n) { margin-right: 0; }
ul.subscribe li:last-child { margin-right: 0; }

ul#list-sermons { display: flex; flex-wrap: wrap; list-style: none; padding: 0; margin: 0; }
ul#list-sermons li { flex: 0 0 23%; flex-grow: 1; margin: 0 2% 3% 0; }
ul#list-sermons li:nth-child(4n) { margin-right: 0; }
ul#list-sermons li:last-child { margin-right: 0; }
ul#list-sermons li a { display: block; background: rgba(0, 0, 0, 0.04); border: 1px solid rgba(0, 0, 0, 0.05); border-radius: 3px; text-align: center; padding: 10px 20px; }
ul#list-sermons li a:hover, ul#list-sermons li a:active, ul#list-sermons li a:focus { background: #7B2E00; color: #fff; }

#wpfc_sermon_sorting { margin-bottom: 20px; }
#wpfc_sermon_sorting form { position: relative; }
#wpfc_sermon_sorting form select { -webkit-appearance: none; -moz-appearance: none; appearance: none; padding-right: 35px; }
#wpfc_sermon_sorting form:after { position: absolute; bottom: 14px; right: 16px; content: "\f0d7"; font-family: "Font Awesome 5 Free", "FontAwesome"; line-height: normal; }

/*--------------------------------------------------------------
# Plugin Compatibility - Events
--------------------------------------------------------------*/
.event_filters { background-color: rgba(0, 0, 0, 0.03); border: 1px solid rgba(0, 0, 0, 0.03); border-radius: 5px; margin-bottom: 30px; }
.event_filters .search_events { padding: 20px 20px 10px 20px; }
.event_filters .search_events input[type="text"] { background: #fff; }
.event_filters .search_events .chosen-container .chosen-choices { height: 46px !important; background: #fff !important; border: 1px solid rgba(0, 0, 0, 0.12) !important; border-radius: 3px; transition: all 0.1s ease-in; font-family: "Raleway", sans-serif; font-size: 15px; color: #333; font-weight: 500; outline: 0; padding: 7px 10px 9px; }
.event_filters .search_events .chosen-container .chosen-choices:focus { border-color: #7B2E00; box-shadow: none; color: #111; }
.event_filters .search_events .chosen-container .chosen-choices input[type="text"] { font-family: "Raleway", sans-serif; color: rgba(0, 0, 0, 0.48); }
.event_filters .search_events .chosen-container-single { width: 100% !important; }
.event_filters .search_events .chosen-container-single .chosen-single { height: 46px; background: #fff !important; border: 1px solid rgba(0, 0, 0, 0.12); border-radius: 3px; font-family: "Raleway", sans-serif; font-size: 15px; color: rgba(0, 0, 0, 0.48); font-weight: 500; line-height: 46px; padding: 0 15px; }
.event_filters .search_events .chosen-container-single .chosen-single div b { background-position: 0 14px; }
.event_filters .search_events .chosen-container-multi { width: 100% !important; }

.event-listings-view-header { border-bottom: 1px solid rgba(0, 0, 0, 0.08) !important; padding-bottom: 15px; margin-bottom: 20px !important; }
.event-listings-view-header h3 { font-size: 26px; color: #7B2E00; margin-bottom: 0; }
.event-listings-view-header .layout-view-icon { margin-top: 4px; }
.event-listings-view-header .layout-view-icon i { margin-left: 10px; }

#event-listing-view.event-listings-change { margin: 0 0 0 -3%; }
#event-listing-view.event-listings-change a { display: inline-block; vertical-align: top; width: 30.33%; margin: 0 -5px 3% 3%; }
#event-listing-view.event-listings-change a .box-layout { display: block; float: none; width: 100%; border: none; margin: 0; }
#event-listing-view.event-listings-change a .box-layout .event-img { display: block; max-height: none; height: auto; float: none; margin-bottom: 20px; }
#event-listing-view.event-listings-change a .box-layout .event-img img { max-width: none; height: auto; border-radius: 5px; }
#event-listing-view.event-listings-change a .box-layout .event-title { height: auto; border: none; font-family: "Playfair Display", serif !important; font-size: 20px; color: #7B2E00; font-weight: 700; line-height: 24px; padding: 0 0 10px; }
#event-listing-view.event-listings-change a .box-layout .event-start-date { font-family: "Raleway", sans-serif !important; font-size: 14px; padding: 0 0 5px; }
#event-listing-view.event-listings-change a .box-layout .event-location { border: none; font-family: "Raleway", sans-serif !important; font-size: 14px; padding: 0 0 5px; }
#event-listing-view.event-listings-change a .box-layout .box-footer .event-type { height: auto; border: none; font-family: "Raleway", sans-serif !important; font-size: 14px; padding: 0; }
#event-listing-view.event-listings-change a .box-layout .box-footer .event-ticket { font-family: "Raleway", sans-serif !important; font-size: 14px; text-transform: capitalize; }
#event-listing-view.event-listings-change a .box-layout:hover { box-shadow: none; }
#event-listing-view.event-listings-change a:hover, #event-listing-view.event-listings-change a:active, #event-listing-view.event-listings-change a:focus { text-decoration: none; }

#event-listing-view.event-listings { border: none !important; }
#event-listing-view.event-listings .event-info-row-listing { border-bottom: 1px solid rgba(0, 0, 0, 0.08); padding: 0; }
#event-listing-view.event-listings .event-info-row-listing a { padding: 10px 0 !important; }
#event-listing-view.event-listings .event-info-row-listing a .row { padding: 0; }
#event-listing-view.event-listings .event-info-row-listing a .row .organizer-logo { position: static; width: 100%; height: auto; margin-right: 0; }
#event-listing-view.event-listings .event-info-row-listing a .row .event-title h4 { font-size: 16px; color: #7B2E00; line-height: 24px; }
#event-listing-view.event-listings .event-info-row-listing a .row .date, #event-listing-view.event-listings .event-info-row-listing a .row .event-location, #event-listing-view.event-listings .event-info-row-listing a .row .event-ticket { font-size: 14px; }
#event-listing-view.event-listings .event-info-row-listing a .row .event-type { display: none; }
#event-listing-view.event-listings .event-info-row-listing:hover { border-left: none; }
#event-listing-view.event-listings li.event_listing.event_featured a { background: #fff7f2; }
#event-listing-view.event-listings li.event_listing.event_featured a:hover { background: #fff0e7; }

.single_event_listing .meta { background: #7B2E00; border: 1px solid rgba(0, 0, 0, 0.08); border-radius: 5px; padding: 15px; }
.single_event_listing .meta .col-md-12 { padding: 0; }
.single_event_listing .meta .col-md-12 .event-title { display: none; }
.single_event_listing .meta .col-md-12 .meta-text { font-family: "Raleway", sans-serif !important; font-size: 14px; color: #fff; text-align: left; margin-bottom: 0; }
.single_event_listing .meta .col-md-12 .meta-text a { color: #fff; }
.single_event_listing .meta .col-md-12 .meta-text a:hover { text-decoration: underline; }
.single_event_listing .meta .col-md-12 .meta-text span { color: #fff; margin-right: 20px; }
.single_event_listing .meta .col-md-12 .meta-text span span { margin-right: 0; }
.single_event_listing .meta .col-md-12 .meta-text span:before { font-size: 14px; }
.single_event_listing .meta .col-md-12 .meta-text span:empty { display: none; }
.single_event_listing .meta .col-md-12 .meta-text big { display: none; }
.single_event_listing .col-md-8 .event-details { border: none; padding: 0; }
.single_event_listing .col-md-8 .event-details .section-title { border: none; font-size: 22px; padding: 0; margin-top: 0; }
.single_event_listing .col-md-4.text-justify .organizer-details { width: 100%; }
.single_event_listing .col-md-4.text-justify .organizer-details ul.when-where li p.text-center { text-align: left !important; margin-top: 8px; }
.single_event_listing .col-md-4.text-justify .organizer-details .event_registration { margin-top: 15px; }
.single_event_listing .col-md-4.text-justify .organizer-details .event_registration .registration_button { width: 100%; border-radius: 3px; margin-right: 0; }
.single_event_listing .col-md-4.text-justify .organizer-details .link-button { display: inline-block; border: 1px solid #7B2E00; border-radius: 3px; padding: 10px 20px; }
.single_event_listing .col-md-4.text-justify .organizer-details .link-button:hover, .single_event_listing .col-md-4.text-justify .organizer-details .link-button:active, .single_event_listing .col-md-4.text-justify .organizer-details .link-button:focus { background: #7B2E00; color: #fff; }
.single_event_listing .col-md-4.text-justify .organizer-details .col-md-12 { padding: 0; }
.single_event_listing .col-md-4.text-justify .organizer-details #event-watch-video-button { width: 100%; border: 1px solid #7B2E00; border-radius: 3px; font-size: 16px; padding: 0 25px; margin-left: 0; }
.single_event_listing .col-md-4.text-justify .organizer-details #event-watch-video-button:hover, .single_event_listing .col-md-4.text-justify .organizer-details #event-watch-video-button:active, .single_event_listing .col-md-4.text-justify .organizer-details #event-watch-video-button:focus { background: none; color: #7B2E00; }
.single_event_listing .col-md-4.text-justify .organizer-details .organizer-social { list-style: none; padding: 0; }
.single_event_listing .col-md-4.text-justify .organizer-details .organizer-social li { list-style: none; }
.single_event_listing .col-md-4.text-justify .organizer-details .organizer-social li a:before { margin: 0 10px 0 0; }
.single_event_listing .col-md-4.text-justify .organizer-details .social-share { padding-top: 0; }
.single_event_listing .col-md-4.text-justify .organizer-details .social-share li a { display: block; }
.single_event_listing .col-md-4.text-justify .organizer-details .social-share li a:before { display: block; line-height: normal; }

.event-listing-widget h5 { display: none; }
.event-listing-widget ul.event_listings { display: flex; flex-wrap: wrap; border: none !important; padding: 0; margin-left: -3% !important; }
.event-listing-widget ul.event_listings .wpem-single-event-widget { display: flex; align-items: center; flex: 0 0 47%; margin-left: 3%; }
.event-listing-widget ul.event_listings .wpem-single-event-widget > .wpem-event-action-url { display: flex; border: none; font-family: "Raleway", sans-serif !important; padding: 0 0 0 15px; margin: 0; }
.event-listing-widget ul.event_listings .wpem-single-event-widget .wpem-event-infomation { flex: 0 0 100%; max-width: calc(100% - 150px); }
.event-listing-widget ul.event_listings .wpem-single-event-widget .wpem-event-infomation .wpem-event-title { margin-left: 5px; }
.event-listing-widget ul.event_listings .wpem-single-event-widget .event-widget:hover { box-shadow: none; }
.event-listing-widget ul.event_listings .wpem-single-event-widget .event-widget .event-img { display: block; float: none; height: auto; max-height: none; margin-bottom: 15px; }
.event-listing-widget ul.event_listings .wpem-single-event-widget .event-widget .event-img img { max-height: none; border-radius: 5px; }
.event-listing-widget ul.event_listings .wpem-single-event-widget .event-widget .event-title { height: auto; border: none; padding: 0; margin-bottom: 5px; }
.event-listing-widget ul.event_listings .wpem-single-event-widget .event-widget .event-title h3 { font-size: 22px; }
.event-listing-widget ul.event_listings .wpem-single-event-widget .event-widget .event-start-date { padding: 0; margin-bottom: 10px; }
.event-listing-widget ul.event_listings .wpem-single-event-widget .event-widget .event-location { display: none; }
.event-listing-widget ul.event_listings .wpem-single-event-widget .event-widget .box-footer { display: none; }

/*--------------------------------------------------------------
# Plugin Compatibility - WooCommerce
--------------------------------------------------------------*/
/* Success Message */
.woocommerce-notice--success, .woocommerce-message, .mprm-notice.mprm-notice-success { background-color: #EBF6E0; border: none; border-radius: 3px; box-shadow: none; color: #5f9025; padding: 20px 25px; }

/* Error Message */
.woocommerce-error, .contact-page .wpcf7-form div { background-color: #ffe6e7; border: none; border-radius: 5px; box-shadow: none; color: #b81c23; padding: 20px 25px; }

/* Info Message */
.woocommerce-info { background-color: #E9F7FE; border: none; border-radius: 3px; box-shadow: none; color: #4587a9; padding: 20px 25px; }

.woocommerce-error, .woocommerce-info, .woocommerce-message { padding-left: 50px !important; }
.woocommerce-error:before, .woocommerce-info:before, .woocommerce-message:before { top: 20px; }

/* Woocommerce - Shop Page */
.woocommerce .woocommerce-result-count { margin: 10px 0; }
.woocommerce .woocommerce-ordering { position: relative; }
.woocommerce .woocommerce-ordering .orderby { -webkit-appearance: none; -moz-appearance: none; appearance: none; padding: 0 30px 0 15px; }
.woocommerce .woocommerce-ordering:after { position: absolute; top: 14px; right: 15px; content: "\f0d7"; font-family: "Font Awesome 5 Free", "FontAwesome"; line-height: normal; font-weight: 900; }
.woocommerce ul.products { padding-top: 30px; }
.woocommerce ul.products li.product { text-align: center; }
.woocommerce ul.products li.product a img { margin-bottom: 10px; }
.woocommerce ul.products li.product a .woocommerce-loop-product__title { font-size: 18px; }
.woocommerce ul.products li.product a .price { font-size: 16px; color: #7B2E00; }
.woocommerce ul.products li.product a .price del { margin-right: 5px; }
.woocommerce ul.products li.product a .price ins { margin-left: 5px; }
.woocommerce ul.products li.product .button { background: none; border: 2px solid #7B2E00; color: #7B2E00; line-height: 42px; margin-top: 8px; }
.woocommerce ul.products li.product .button:hover, .woocommerce ul.products li.product .button:active, .woocommerce ul.products li.product .button:focus { background: #7B2E00; color: #fff; }

.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button { height: 46px; background: none; border: 2px solid #7B2E00; border-radius: 3px; color: #7B2E00; line-height: 42px; padding: 0 25px; }
.woocommerce #respond input#submit:hover, .woocommerce #respond input#submit:active, .woocommerce #respond input#submit:focus, .woocommerce a.button:hover, .woocommerce a.button:active, .woocommerce a.button:focus, .woocommerce button.button:hover, .woocommerce button.button:active, .woocommerce button.button:focus, .woocommerce input.button:hover, .woocommerce input.button:active, .woocommerce input.button:focus { background: #7B2E00; color: #fff !important; }

/* Woocommerce - Single Page */
.woocommerce.single-product .post-thumbnail { margin: 0; }
.woocommerce.single-product .singular-title { margin-bottom: 30px; }
.woocommerce.single-product .woocommerce .entry-summary { margin-top: 0; }
.woocommerce.single-product .woocommerce .entry-summary .price { color: #7B2E00; }
.woocommerce.single-product .woocommerce .entry-summary .price del { margin-right: 15px; }
.woocommerce.single-product .woocommerce .entry-summary .price ins { font-size: 26px; }
.woocommerce.single-product .woocommerce .entry-summary .cart .quantity { margin-right: 10px; }
.woocommerce.single-product .woocommerce .entry-summary .cart .quantity .qty { width: 100px; }
.woocommerce.single-product .woocommerce .entry-summary .cart .button { height: 46px; background: #7B2E00; }
.woocommerce.single-product .woocommerce .entry-summary .cart .button:hover, .woocommerce.single-product .woocommerce .entry-summary .cart .button:active, .woocommerce.single-product .woocommerce .entry-summary .cart .button:focus { background: none; color: #7B2E00; }
.woocommerce.single-product .woocommerce .woocommerce-tabs ul.tabs li { font-family: "Playfair Display", serif; }
.woocommerce.single-product .woocommerce .woocommerce-tabs .woocommerce-Tabs-panel h2 { font-size: 28px; }
.woocommerce span.onsale { background-color: #0e9100; }

/* Woocommerce - Cart Page */
.woocommerce-cart .woocommerce table.shop_table { border: none; }
.woocommerce-cart .woocommerce table.shop_table tr th { position: relative; vertical-align: top; background: rgba(0, 0, 0, 0.03); font-size: 16px; color: #333; font-weight: 600; text-align: left; line-height: 19px; padding: 25px 20px; margin-left: 33px !important; z-index: 9; }
.woocommerce-cart .woocommerce table.shop_table tr td { border: none; padding: 40px 20px; }
.woocommerce-cart .woocommerce table.shop_table tr td.product-remove a.remove { color: #7B2E00 !important; }
.woocommerce-cart .woocommerce table.shop_table tr td.product-remove a.remove:hover, .woocommerce-cart .woocommerce table.shop_table tr td.product-remove a.remove:active, .woocommerce-cart .woocommerce table.shop_table tr td.product-remove a.remove:focus { background: none; color: #ff0000 !important; }
.woocommerce-cart .woocommerce table.shop_table tr td.product-thumbnail img { width: 100px; height: 100px; }
.woocommerce-cart .woocommerce table.shop_table tr td.product-quantity .quantity { overflow: hidden; width: 38px; }
.woocommerce-cart .woocommerce table.shop_table tr td.product-quantity .quantity .qty { background: none; border: none; padding: 0; pointer-events: none; }
.woocommerce-cart .woocommerce table.shop_table tr td.actions { background: rgba(0, 0, 0, 0.03); padding: 20px; }
.woocommerce-cart .woocommerce table.shop_table tr td.actions input[type="text"] { width: auto !important; height: 52px !important; background: #fff; padding: 0 15px; }
.woocommerce-cart .woocommerce table.shop_table tr td.actions button[type="submit"] { height: 51px; border-radius: 3px; line-height: 47px; padding: 0 15px; }
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals h2 { font-size: 26px; }
.woocommerce-cart .woocommerce .cart-collaterals .shop_table td { background: rgba(0, 0, 0, 0.01); padding: 25px; }
.woocommerce-cart .woocommerce .cart-collaterals .wc-proceed-to-checkout .checkout-button { background: #7B2E00; border-color: #7B2E00; border-radius: 3px; height: 68px; line-height: 64px; padding: 0 15px; }
.woocommerce-cart .woocommerce .cart-collaterals .wc-proceed-to-checkout .checkout-button:hover, .woocommerce-cart .woocommerce .cart-collaterals .wc-proceed-to-checkout .checkout-button:active, .woocommerce-cart .woocommerce .cart-collaterals .wc-proceed-to-checkout .checkout-button:focus { background: none; color: #7B2E00 !important; }

/* Woocommerce - Checkout Page */
.woocommerce form .form-row { padding: 0; margin-bottom: 25px; }

.woocommerce-checkout .col2-set span, .woocommerce-MyAccount-content .col2-set span { display: block; width: 100%; }
.woocommerce-checkout .col2-set label, .woocommerce-MyAccount-content .col2-set label { margin-bottom: 0; }
.woocommerce-checkout .col2-set .col-1, .woocommerce-MyAccount-content .col2-set .col-1 { flex: 0 0 100%; max-width: 100%; padding: 0; }
.woocommerce-checkout .col2-set .col-1 .form-row-first, .woocommerce-MyAccount-content .col2-set .col-1 .form-row-first { width: 100%; }
.woocommerce-checkout .col2-set .col-1 .form-row-last, .woocommerce-MyAccount-content .col2-set .col-1 .form-row-last { width: 100%; }
.woocommerce-checkout .col2-set .col-2, .woocommerce-MyAccount-content .col2-set .col-2 { flex: 0 0 100%; max-width: 100%; padding: 0; }
.woocommerce-checkout table.shop_table tr, .woocommerce-MyAccount-content table.shop_table tr { border-bottom: 1px solid rgba(0, 0, 0, 0.05); }
.woocommerce-checkout table.shop_table tr th, .woocommerce-MyAccount-content table.shop_table tr th { vertical-align: middle; line-height: normal; padding: 20px !important; }
.woocommerce-checkout table.shop_table tr td, .woocommerce-MyAccount-content table.shop_table tr td { vertical-align: middle; line-height: normal; padding: 20px !important; }

#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment { background: #e8dae8; border-radius: 3px; }

.woocommerce #payment #place_order, .woocommerce-page #payment #place_order { background: #7B2E00; border-color: #7B2E00; border-radius: 3px; height: 68px; font-size: 22px; line-height: 62px; padding: 0 35px; }
.woocommerce #payment #place_order:hover, .woocommerce #payment #place_order:active, .woocommerce #payment #place_order:focus, .woocommerce-page #payment #place_order:hover, .woocommerce-page #payment #place_order:active, .woocommerce-page #payment #place_order:focus { background: none; color: #7B2E00 !important; }

#add_payment_method #payment div.payment_box, .woocommerce-cart #payment div.payment_box, .woocommerce-checkout #payment div.payment_box { background: #7B2E00; border-radius: 3px; color: #fff; }
#add_payment_method #payment div.payment_box:before, .woocommerce-cart #payment div.payment_box:before, .woocommerce-checkout #payment div.payment_box:before { border-bottom-color: #7B2E00; }

/* Woocommerce - My Account */
.woocommerce-MyAccount-navigation ul { list-style: none; width: 95%; padding: 0; margin: 0; }
.woocommerce-MyAccount-navigation ul li { margin-bottom: 3px; }
.woocommerce-MyAccount-navigation ul li a { display: block; background: rgba(0, 0, 0, 0.03); border-radius: 3px; color: #555555; padding: 10px 20px; }
.woocommerce-MyAccount-navigation ul li a:hover, .woocommerce-MyAccount-navigation ul li a:active, .woocommerce-MyAccount-navigation ul li a:focus { background: #7B2E00; color: #fff; text-decoration: none; }
.woocommerce-MyAccount-navigation ul li:last-child { margin-bottom: 0; }
.woocommerce-MyAccount-navigation ul li.is-active a { background: #7B2E00; color: #fff; text-decoration: none; }

.woocommerce table.shop_table { border: none; border-collapse: collapse; }
.woocommerce table.shop_table th { position: relative; vertical-align: top; background: rgba(0, 0, 0, 0.03); font-size: 16px; color: #333; font-weight: 600; text-align: left; line-height: 19px; padding: 25px 20px; margin-left: 33px !important; z-index: 9; }
.woocommerce table.shop_table td { border: none; padding: 40px 20px; }

.woocommerce-MyAccount-content span { width: 100%; }
.woocommerce-MyAccount-content label { margin-bottom: 0; }
.woocommerce-MyAccount-content .woocommerce-EditAccountForm button.button, .woocommerce-MyAccount-content .woocommerce-address-fields button.button { height: 60px; line-height: 60px; padding: 0 25px; }

/* Woocommerce - Login/Register Page */
#customer_login { max-width: 900px; margin: 0 auto; }
#customer_login .col-1 { max-width: 50%; }
#customer_login .col-2 { max-width: 50%; }
#customer_login label { line-height: normal; margin-bottom: 5px; }
#customer_login .woocommerce-form p { line-height: 24px; }
#customer_login .woocommerce-form p:last-child { margin-bottom: 0; }
#customer_login .woocommerce-form .woocommerce-Button { width: 100%; height: 52px; background: #7B2E00; color: #fff; line-height: 52px; margin-bottom: 10px; }
#customer_login .woocommerce-form .woocommerce-form__label { width: 100%; }
#customer_login .woocommerce-form .woocommerce-privacy-policy-text { margin-bottom: 25px; }

/* Woocommerce - Widgets */
.woocommerce .widget_shopping_cart_content ul li a.remove { width: 20px; height: 20px; border-radius: 3px; line-height: 16px; }
.woocommerce .widget_shopping_cart .total { border-top: 1px solid rgba(0, 0, 0, 0.1); }

.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content { background-color: rgba(0, 0, 0, 0.2); }
.woocommerce .widget_price_filter .ui-slider .ui-slider-range { background-color: #7B2E00; }
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle { background-color: #7B2E00; }
.woocommerce .widget_price_filter .price_slider_amount { font-weight: 700; line-height: 44px; }

.widget_product_categories ul li a:hover { text-decoration: none; }

.woocommerce .widget_products .product_list_widget li, .woocommerce .widget_top_rated_products .product_list_widget li { border-bottom: 1px solid rgba(0, 0, 0, 0.1); padding: 0 0 15px; margin-bottom: 15px; }
.woocommerce .widget_products .product_list_widget li a, .woocommerce .widget_top_rated_products .product_list_widget li a { font-family: "Playfair Display", serif; font-size: 18px; margin-bottom: 5px; }
.woocommerce .widget_products .product_list_widget li del, .woocommerce .widget_top_rated_products .product_list_widget li del { opacity: .5; margin-right: 10px; }
.woocommerce .widget_products .product_list_widget li ins, .woocommerce .widget_top_rated_products .product_list_widget li ins { text-decoration: none; }
.woocommerce .widget_products .product_list_widget li:last-child, .woocommerce .widget_top_rated_products .product_list_widget li:last-child { border: none; padding-bottom: 0; margin-bottom: 0; }

.widget_product_search .woocommerce-product-search button { width: 100%; margin-top: 15px; }

.widget_product_tag_cloud .tagcloud a { display: inline-block; vertical-align: top; background: rgba(0, 0, 0, 0.05); border: 1px solid rgba(0, 0, 0, 0.05); font-size: 13px !important; padding: 6px 15px; margin: 0 5px 8px 0; }
.widget_product_tag_cloud .tagcloud a:hover { background: #7B2E00; border-color: #7B2E00; color: #fff !important; text-decoration: none; }

/*--------------------------------------------------------------
# Responsive CSS
--------------------------------------------------------------*/
@media screen and (max-width: 1200px) { /* Home Page ------------------------------*/
  .elementor-img-banner img { max-width: none !important; width: auto !important; height: 700px !important; }
  .home-page-banner .elementor-text-editor { top: 32%; } }
@media screen and (max-width: 992px) { /* Common Styles ------------------------------*/
  .content-area { flex: 0 0 100%; }
  .sidebar { flex: 0 0 100%; padding-left: 15px; }
  /* Header ------------------------------*/
  #primary-menu { display: none; }
  .site-branding { display: flex; flex-direction: row-reverse; }
  .site-branding .slicknav_menu { display: block; }
  .home .site-header.sticky-head, .elementor-page-819 .site-header.sticky-head { position: static; background: none; }
  .site-header { position: relative; }
  .site-header .header-strip { display: none; }
  .site-header .site-branding { position: inherit; flex: 0 0 66%; max-width: 66%; }
  .site-header .site-branding .site-branding-inner { flex-grow: 1; }
  .site-header .site-branding .site-branding-inner .site-title { font-size: 20px; }
  .site-header .site-branding .site-branding-inner .site-description { font-size: 12px; line-height: normal; margin-top: 5px; }
  .site-header .site-branding .slicknav_menu .slicknav_btn { background: none; border-radius: 0; vertical-align: middle; padding: 0; margin: 6px 15px 0 0; }
  .site-header .site-branding .slicknav_menu .slicknav_btn .slicknav_icon { width: 24px; }
  .site-header .site-branding .slicknav_menu .slicknav_btn .slicknav_icon .slicknav_icon-bar { width: 100%; height: 3px; box-shadow: none; background: #7B2E00; border-radius: 10px; }
  .site-header .site-branding .slicknav_menu .slicknav_nav { top: 74px; background: #7B2E00; padding: 0; }
  .site-header .site-branding .slicknav_menu .slicknav_nav li { border-bottom: 1px solid rgba(255, 255, 255, 0.08); }
  .site-header .site-branding .slicknav_menu .slicknav_nav li a { background: none; color: #fff; padding: 15px 20px; margin: 0; }
  .site-header .site-branding .slicknav_menu .slicknav_nav li a:hover, .site-header .site-branding .slicknav_menu .slicknav_nav li a:active, .site-header .site-branding .slicknav_menu .slicknav_nav li a:focus { background: none; text-decoration: none; }
  .site-header .site-branding .slicknav_menu .slicknav_nav li a a { padding: 0; }
  .site-header .site-branding .slicknav_menu .slicknav_nav li ul.sub-menu { padding-left: 20px; margin-bottom: 20px; }
  .site-header .site-branding .slicknav_menu .slicknav_nav li ul.sub-menu li { border: none; }
  .site-header .site-branding .slicknav_menu .slicknav_nav li ul.sub-menu li a { padding: 5px 0; border: none; }
  .site-header .nav-wrap { flex: 0 0 34%; max-width: 34%; }
  .site-header .nav-wrap .jb-login-signup a { font-size: 0; padding: 8px 10px; margin: 0; }
  .site-header .nav-wrap .jb-login-signup a i { display: block; font-size: 14px; }
  .site-header.sticky-head { position: static; }
  /* Home Page ------------------------------*/
  .elementor-img-banner img { height: 470px !important; }
  .home-page-banner .elementor-text-editor { top: 20%; left: 0; max-width: 100%; margin-left: 0; }
  .home-page-banner .elementor-text-editor h2 { font-size: 46px; } }
@media screen and (max-width: 767px) { /* Common Styles ------------------------------*/
  h2, .h2 { font-size: 30px; }
  h3, .h3 { font-size: 22px; }
  h4, .h4 { line-height: 34px !important; }
  .content-area { margin: 20px 0 30px; }
  .sidebar { margin: 0 0 20px; }
  .image-frame .elementor-image:after { top: 2%; left: 2%; width: 96%; height: 96%; }
  .sidebar .widget:last-child, .tempatic-sidebar .widget:last-child { margin-bottom: 0; }
  /* Header ------------------------------*/
  .site-header .header-strip .widget .header-contact-info { flex-wrap: wrap; }
  .site-header .header-strip .widget .header-contact-info li { width: 100%; }
  .site-header .header-strip .header-right-col .simple-social-icons ul { justify-content: left; padding: 0; }
  .site-header .header-strip .header-right-col .simple-social-icons ul li { margin: 0 15px 0 0 !important; }
  .site-header .site-branding .slicknav_menu .slicknav_btn { margin: 0 15px 0 0; }
  .home.admin-bar .site-header, .elementor-page-819.admin-bar .site-header { top: 46px; }
  /* Blog ------------------------------*/
  .templatic-article { padding-bottom: 20px; margin-bottom: 20px; }
  /* Widgets ------------------------------*/
  .home-page-recent-posts { max-width: 500px; margin: 0 auto; }
  .home-page-recent-posts ul { flex-wrap: wrap; margin: 0; }
  .home-page-recent-posts ul li { flex: 0 0 100%; margin: 0 0 60px; }
  .home-page-recent-posts ul li:last-child { margin-bottom: 0; }
  /* Footer ------------------------------*/
  .site-footer { line-height: 1.75; padding: 40px 0; }
  .site-footer .widget { margin-bottom: 0; }
  .site-footer .widget-title { margin-bottom: 10px; }
  .site-footer .col-md-6 { width: 100%; margin-bottom: 30px; }
  .site-footer .fc-wide-col .simple-social-icons { margin-top: 20px; }
  /* Sermons (Plugin) ------------------------------*/
  #wpfc-sermons-shortcode #wpfc-sermons-container .wpfc-sermon { flex: 0 0 100%; margin-right: 0; }
  #wpfc-sermons-shortcode #wpfc-sermons-container .wpfc-sermon:last-child { margin-bottom: 0; }
  /* Event (Plugin) ------------------------------*/
  .event-listing-widget ul.event_listings { flex-wrap: wrap; max-width: 500px; margin: 0 auto !important; }
  .event-listing-widget ul.event_listings a { flex: 0 0 100%; margin: 0 0 20px; }
  .event-listing-widget ul.event_listings a .event-widget .event-title { margin-bottom: 0; }
  .event-listing-widget ul.event_listings a .event-widget .event-title h3 { margin-bottom: 0; }
  .event-listing-widget ul.event_listings a:last-child { margin-bottom: 0; }
  #event-listing-view.event-listings-change a { width: 47%; margin-bottom: 30px; }
  .theme-woocommerce-product .obfx-grid .obfx-grid-container .obfx-grid-wrapper .obfx-grid-col .obfx-grid-col-content { text-align: left !important; }
  /* WooCommerce (Plugin) ------------------------------*/
  .woocommerce-cart .woocommerce table.shop_table tr td { background-color: rgba(0, 0, 0, 0.02); border-bottom: 1px solid rgba(0, 0, 0, 0.04); padding: 15px; }
  .woocommerce-cart .woocommerce table.shop_table tr td.product-quantity .quantity input { height: auto; }
  .woocommerce-cart .woocommerce table.shop_table tr td.actions input[type="text"] { width: 100% !important; margin-bottom: 10px; }
  .woocommerce-cart .woocommerce table.shop_table tr td.actions button { width: 100% !important; } }
@media screen and (max-width: 592px) { /* Common Styles ------------------------------*/
  .consulting-page-header { padding: 30px 0; }
  /* Home Page ------------------------------*/
  .elementor-img-banner img { height: 440px !important; }
  .home-page-banner .elementor-text-editor { top: 27%; font-size: 16px; padding: 0 10px; }
  .home-page-banner .elementor-text-editor h2 { font-size: 32px; }
  .home-page-banner .elementor-text-editor .button { height: 46px; font-size: 16px; line-height: 42px; padding: 0 25px; }
  .header-right-area .widget .textwidget .button { font-size: 0; padding: 0 0 0 10px; margin: 0; }
  .header-right-area .widget .textwidget .button i { display: inline-block; font-size: 22px; text-align: center; line-height: 37px; }
  /* Blog ------------------------------*/
  .comments-area .comment-list li.comment .children { padding-left: 0; margin-left: 0; }
  /* Widgets ------------------------------*/
  .home-page-recent-posts ul li { margin: 0 0 40px; }
  .home-page-recent-posts ul li a { margin-bottom: 15px; }
  .home-page-recent-posts ul li h3 { margin-bottom: 10px; }
  .home-page-recent-posts ul li:last-child { margin-bottom: 0; }
  /* Contact Page ------------------------------*/
  .contact-page .wpcf7-form p:nth-child(2) { width: 100%; margin-right: 0; }
  .contact-page .wpcf7-form p:nth-child(3) { width: 100%; }
  .contact-page .wpcf7-form input[type="submit"] { width: 100%; }
  /* Search Page ------------------------------*/
  .search .page-title { margin-bottom: 15px; }
  .search .templatic-article { flex-wrap: wrap; padding-bottom: 15px; }
  .search .templatic-article .post-thumbnail { flex: 0 0 100%; margin-right: 0; }
  .search .templatic-article .entry-summary .archive-title a { font-size: 18px; }
  .search .templatic-article .entry-summary p:last-child { margin-bottom: 0; }
  /* 404 Page ------------------------------*/
  .error-404 .wrap-404-error { padding: 0 0 20px; }
  .error-404 .wrap-404-error h2 { font-size: 140px; line-height: 140px !important; margin-bottom: 40px; }
  .error-404 .wrap-404-error p { font-size: 16px; line-height: 26px; margin-bottom: 20px; }
  /* Footer ------------------------------*/
  .site-footer .col-md-2 { width: 100%; margin-bottom: 30px; }
  .site-footer .col-md-2:last-child { margin-bottom: 0; }
  /* Sermons (Plugin) ------------------------------*/
  .ca-sermon article .post-thumbnail { width: 100%; margin-bottom: 15px; }
  .ca-sermon article .entry-header { width: 100%; }
  .ca-sermon article .entry-summary { width: 100%; }
  #event-listing-view.event-listings-change { margin-left: 0; }
  #event-listing-view.event-listings-change a { width: 100%; margin: 0 0 30px 0; } }
@media screen and (max-width: 375px) { /* Home Page ------------------------------*/
  .home-page-banner .elementor-text-editor { top: 25%; } }
@media screen and (max-width: 320px) { /* Home Page ------------------------------*/
  .home-page-banner .elementor-text-editor { top: 22%; } }
