/*
    Template: pearl
    Theme Name: Pearl Child Theme
    Theme URI: http://pearl.stylemixthemes.com/
    Author: StylemixThemes
    Author URI: http://stylemixthemes.com/
    Description: Pearl WP is a true multi-niche WordPress theme, which consist of several micro-niche themes. Each micro-niche layout has its own features, modules and specifications. You can use UI modules from any layout and mix it with other UI modules. 300+ UI modules and 250+ prebuilt pages are available for use. Open the shell and find the Pearl!
    Version: 1.1.1
    License: GNU General Public License v2 or later
    License URI: http://www.gnu.org/licenses/gpl-2.0.html
    Tags: beauty salon, blog, business, church, coach, construction, consulting, corporate, ecommerce, multipurpose, music, portfolio, restaurant, transportation, travel, custom-header, custom-menu, editor-style, sticky-post, theme-options
	Text Domain: pearl-child-theme
*/

/* Header */

.stm-header .stm-logo {
    max-width: 140px;
}

/* Fonts */

body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
    font-family: "ivypresto-headline", serif !important;
}

body p,
.stm_slider_style_7 .stm_slide__button a, .stm_iconbox_style_4 .stm_iconbox__text h5, .stm_blockquote_style_5 blockquote cite, .stm_lists_style_1 .wpb_text_column ul.main_font li, .stm_post_style_5 #cancel-comment-reply-link, body, .main_font, .stm_header_style_4 .stm-navigation > ul > li > ul.sub-menu, .stm_tabs_style_3 .vc_tta-title-text, .stm_single_post_style_4 .stm_single_post__tags a, .stm_testimonials_style_7 .stm_testimonials__info h6, .stm_blockquote_style_9 blockquote cite {
    font-family: "adelle-sans", sans-serif !important;
}

.text-white * {
    color: #fff !important;
}

/* Hero */

body .hero {
    overflow: hidden;
}

/* Page Hero */

body.stm_header_transparent .stm_titlebox_style_11 .stm_titlebox__inner {
	margin-top: 245px;
}

body.stm_header_transparent .stm_titlebox_style_11 .stm_titlebox__inner h1 {
	text-align: left;
	padding: 20px 15px 0 15px;
}

body.stm_header_transparent .stm_titlebox_style_11 .stm_titlebox__inner .stm_separator {
	display: none;
}

body .stm_titlebox_style_11 .stm_titlebox__inner .stm_breadcrumbs {
    text-align: left;
    margin-bottom: 0;
}

body .stm_titlebox_style_11 .stm_titlebox__inner .stm_breadcrumbs span a[property="item"] {
    color: #71ffbf;
}

body .stm_titlebox_style_11 .stm_titlebox__inner h1 {
	display: none;
}

/* Navigation */

.stm-navigation ul li a {
    font-family: "adelle-sans", sans-serif !important;
}

.stm-navigation ul li.claim-modal a {
    background: #57eaa7;
    padding: 10px !important;
    transform: translateY(-10px);
    color: #141c26 !important;
}

.stm-navigation ul li.claim-modal a:hover {
    background: #141c26;
}

/* Buttons */

body a.btn {
    font-family: "adelle-sans", sans-serif !important;
}

/* Icon box */

body .stm_iconbox_style_2 .stm_iconbox__text p {
    font-size: 16px;
}

/* CTA */

body .stm_cta.style_1 .stm_cta__content span {
    color: #141C26 !important;
}

body .stm_cta.style_1 .stm_cta__content h3 {
	font-family: "adelle-sans", sans-serif !important;
    font-size: 22px;
}

/* Button */

body .btn_primary.btn_solid {
	background: #141C26 !important;
	border-color: #141C26 !important;
}

body .btn_primary.btn_solid:hover {
	color: #141C26 !important;
	background: #71FFBF !important;
	border-color: #71FFBF !important;
}

/* Blockquote */

html body blockquote {
    font-size: 18px;
}

/* Lists */

body .wpb_text_column ul {
	margin-bottom: 25px;
	margin-top: -20px;
}

body .wpb_text_column ul li {
    display: block;
    position: relative;
    padding-left: 15px;
    margin: 5px 0;
}

body.stm_lists_style_5 .wpb_text_column ul li::before {
    left: 0;
    position: absolute;
	color: #141c26 !important;
}

body .wpb_text_column ul li ul {
    margin: 20px 0 20px 20px !important;
}

body .wpb_text_column ul li ul li {
    line-height: 1.3em;
    margin: 10px 0;
}

/* 404 */

.stm_errorpage__inner {
	text-align: center;
}

/* Footer */

body .stm-footer .footer-widgets aside.widget .widgettitle h4 {
    text-transform: none;
}

body .stm-footer .footer-widgets aside.widget {
    font-size: 16px;
}

body .stm-footer__bottom {
    font-size: 13px;
}

body .footer-widgets .textwidget a {
	color: #71ffbf;
}

body .footer-widgets .stm-socials .stm-socials__icon {
    background: #71ffbf;
}

body .footer-widgets .stm-socials .stm-socials__icon:hover {
    background: #fff !important;
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}

body .footer-widgets .stm-icontext__text {
	font-size: 16px;
}

body .stm-footer small {
    font-size: 12px;
    margin-bottom: 20px;
    display: block;
    line-height: 1.4em;
    opacity: .6;
}

/* Claim modal */

.custom_modal.hidden {
    pointer-events: none;
}

.custom_modal {
    pointer-events: all;
    background: rgb(20 28 38 / 75%);
    position: fixed;
    inset: 0;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
}

.custom_modal .custom_modal__content {
    overflow: scroll;
    max-height: 75vh;
    max-width: 75vw;
    background: #fff;
    padding: 5rem 2rem 2rem;
    position: relative;
}

.custom_modal .custom_modal__content .custom_modal__close {
    position: absolute;
    top: 2rem;
    right: 2rem;
    cursor: pointer;
}

.custom_modal .custom_modal__content .custom_modal__close:hover {
    opacity: .5;
}

.custom_modal .custom_modal__content .custom_modal__body p {
    background: rgb(20 28 38 / 5%);
    padding: 1.5rem;
}

.custom_modal .custom_modal__content .custom_modal__body p:last-of-type {
    margin-bottom: 0;
}

.custom_modal .custom_modal__content .custom_modal__body a {
    color: #47ae7f;
}

/* News */

.single-post .stm_titlebox__category {
	background: none !important;
    text-align: left;
    font-family: "ivypresto-headline", serif !important;
    font-size: 30px;
    display: block;
    padding: 15px 15px 25px 15px;
}

.single-post .stm_single_post {
	padding-inline: 15px;
}

.stm_loop__single:hover a.inner,
.stm_loop__single:hover a.inner h3,
.stm_loop__single a:hover {
	color: #00b262 !important;
}

.stm_post_details ul li i {
	color: #00b262 !important;
}

.stm_post_details ul li.post_by,
.stm_post_details ul li.post_comments {
	display: none;
}

/* Downloads */

.calendar-download {
    display: none;
}

.calendar-download.visible {
    display: block;
}

.download-link {
    background: #57eaa7;
    color: #141c26;
    display: inline-block;
    padding: 20px;
}

.download-link:hover {
    background: #141c26;
    color: #57eaa7;
}

/* Insights */

.single-insights .has-sidebar {
    display: flex;
    gap: 30px;
    padding-block-end: 50px;

    @media(max-width: 999px) {
        flex-direction: column;
    }
}

.single-insights .has-sidebar .insights-sidebar {
    background: #f4f4f4;
    padding: 40px;
    display: flex;
    flex-direction: column;
    gap: 30px;
    max-width: 300px;
}

.single-insights .has-sidebar .insights-sidebar p {
    font-size: 14px;
    line-height: 1.4em;
}

.single-insights .has-sidebar .insights-sidebar p:last-child {
    margin-bottom: 0 !important;
}

.single-insights .has-sidebar .insights-sidebar a {
    color: #00b262;
}

.single-insights .has-sidebar .insights-sidebar .author-info img {
    height: 120px;
    width: 120px;
    object-fit: cover;
    border-radius: 50%;
}

.single-insights .has-sidebar article.post {
    margin: 0;
}

.single-insights article.post,
.post-type-archive-insights article.post {
    margin: 0 auto 60px auto;
    max-width: 800px;
}

.single-insights article.post img,
.post-type-archive-insights article.post img {
    max-height: 250px;
    object-fit: cover;
}
.single-insights article.post h3,
.post-type-archive-insights article.post h3 {
    margin-top: 30px;
}

.single-insights article.post h3 a,
.post-type-archive-insights article.post h3 a {
    color: #141c26;
}

.single-insights article.post h3:hover a,
.post-type-archive-insights article.post h3:hover a {
    color: #00b262;
}

.single-insights article.post .entry-meta,
.post-type-archive-insights article.post .entry-meta {
    padding: 0 0 10px 0;
    margin: 0 0 30px 0;
    border-bottom: 1px solid #ccc;
    display: flex;
    gap: 20px;
}

.single-insights article.post .entry-meta i,
.post-type-archive-insights article.post .entry-meta i {
    color: #00b262 !important;
    font-size: 14px;
    margin-inline-end: 5px;
}

.single-insights article.post .entry-meta time,
.post-type-archive-insights article.post .entry-meta time,
.single-insights article.post .entry-meta .author,
.post-type-archive-insights article.post .entry-meta .author {
    color: #888;
    font-size: 14px;
}

.single-insights article.post .entry-content a,
.post-type-archive-insights article.post .entry-content a {
    color: #00b262;
}

.single-insights .wp-caption-text {
	font-size: 10px;
    padding: 10px;
    background: #f4f4f4;
}

/* Links */

.wpb_text_column a {
    color: #00b262;
}

@media (min-width: 1024px) {
    .single-insights.stm_header_transparent .stm-header,
    .post-type-archive-insights.stm_header_transparent .stm-header {
        position: relative;
        background: #151D26;
    }
}

@media (max-width: 1023px) {
	
	body.stm_header_style_1 .stm_mobile__header {
		margin-bottom: 0;
	}
	
	body.stm_layout_business.stm_header_style_1 .stm_titlebox {
		margin-top: 0;
	}
	
	html body.stm_header_transparent .stm_titlebox_style_11 .stm_titlebox__inner {
		margin-top: 30px;
	}
	
	body .hero::before,
	body .hero::after {
		display: none;
	}
	
}
.pearl_arrow_top {
    z-index: 8000 !important;
}
#cookie-notice {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #000000;
    padding: 16px;
    z-index: 99999;
    color: white;
    text-align: center;
}
#cookie-notice p {
     font-size: 14px;
}
#cookie-notice a#accept-button {
    background: #71FFBF !important;
    border-color: #71FFBF !important;
    color: #000000 !important;
}
#cookie-notice a#accept-button:hover {
    color: black !important;
    background: white !important;
}
@media (min-width: 768px) {
    #cookie-notice .container {
        display: flex;
        align-items: center;
        text-align: left;
    }
    #cookie-notice p {
        margin: 0;
        padding-right: 24px;
    }
}