/*
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/
body a:hover {
    text-decoration: none;
}

.btn-with-icon .elementor-button-icon {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

#main-header .elementor-widget-nav-menu .elementor-nav-menu--main .menu-art-spot .elementor-item {
    color: #ffa837;
}

.elementor #main-header.elementor-element .for-the-family-menu .elementor-nav-menu--dropdown .elementor-sub-item {
    text-transform: capitalize;
}

.elementor-editor-active .adthrive-ad {
    display: none;
}

/*.adthrive-ad {
    min-height: auto !important;
}     */

body .removed_link, body a.removed_link {
    text-decoration: none;
}

.home-banner .alith-epk-row.row {
    margin: 0;
}

.home-banner .alith-epk-mb-15 {
    background-color: #fff;
    margin-bottom: 0 !important;
}

.home-banner .left-col .alith-tags {
    display: none;
}

.home-banner .left-col figure {
    opacity: 0;
    visibility: hidden;
}

.home-banner .left-col {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.home-banner .right-col {
    padding: 5%;
}

.home-banner .right-col .alith-tags a:after {
    content: '';
    width: 4px;
    height: 4px;
    background-color: #000;
    border-radius: 50%;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.home-banner .right-col .alith-tags a:last-child:after {
    display: none;
}

body .elementor .elementor-element .right-col .alith-tags a {
    position: relative;
    padding-right: 10px;
    margin-right: 10px;
}

.home-banner .right-col .alith-epk-excerpt {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin: 35px 0 !important;
}

.highlighted-heading .elementor-headline:before {
    content: '';
    background-image: url(/wp-content/uploads/2021/05/heading-bottom-img.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 100%;
    height: 20px;
    position: absolute;
    bottom: 0;
    left: 0;
}

.highlighted-heading .elementor-headline {
    position: relative;
    display: table;
}

body .elementor .elementor-element.latest-activities .elementor-post__card .elementor-post__badge {
    position: unset;
    margin: 0;
    padding: 0;
    background-color: transparent;
    color: #6C6C6C;
    font-size: 12px;
    text-transform: uppercase;
    margin-bottom: 10px;
    letter-spacing: 1.5px;
}

.post-style .elementor-post__read-more:after {
    content: '';
    background-image: url(/wp-content/uploads/2021/05/arrow-icon.svg);
    width: 20px;
    height: 13px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 20px;
}

.post-style .elementor-post__read-more {
    position: absolute;
    bottom: -20px;
}

.post-style .elementor-posts .elementor-post__card .elementor-post__excerpt {
    margin-bottom: 40px;
}

/* ==== [ SINGLE POST ] ==== */
.single-post .elementor-post-info__terms-list {
    font-size: 0;
}

.single-post .terms-category .elementor-post-info__terms-list .elementor-post-info__terms-list-item, .single-post .terms-tags .elementor-post-info__terms-list a {
    font-size: 16px;
    position: relative;
}

.single-post .terms-tags .elementor-post-info__terms-list a {
    background-color: #BDFBF7;
    margin-right: 10px;
    margin-bottom: 10px;
    padding: 14px 20px;
    text-transform: uppercase;
    display: inline-block;
}

.single-post .terms-tags .elementor-icon-list-items .elementor-icon-list-item .elementor-post-info__terms-list a {
    display: inline-block;
}

.single-post .terms-category .elementor-post-info__terms-list a:last-of-type:after {
    display: none;
}

.single-post .terms-category .elementor-icon-list-items .elementor-icon-list-item .elementor-icon-list-text span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
}

.single-post .terms-category .elementor-icon-list-item.elementor-inline-item, .single-post .terms-category .elementor-icon-list-items .elementor-icon-list-item .elementor-icon-list-text {
    width: 100%;
}

.single-post .author-info .elementor-image-box-img {
    width: 45px;
}

.single-post .post-navigation__arrow-wrapper {
    display: none;
}

.single-post .elementor-post-navigation span.elementor-post-navigation__link__next, .single-post .elementor-post-navigation span.elementor-post-navigation__link__prev {
    display: block;
}

.single-post .elementor-post-navigation span.elementor-post-navigation__link__next, .single-post .elementor-post-navigation span.elementor-post-navigation__link__prev {
    display: block;
}

.single-post .elementor-post-navigation .post-navigation__next--label, .single-post .elementor-post-navigation .post-navigation__next--title, .single-post .elementor-post-navigation .post-navigation__prev--label, .single-post .elementor-post-navigation .post-navigation__prev--title {
    display: block;
    overflow: unset;
    -o-text-overflow: unset;
    text-overflow: unset;
    max-width: 270px;
    position: relative;
}

.single-post .elementor-post-navigation .elementor-post-navigation__link {
    white-space: unset;
}

.single-post .elementor-post-navigation .post-navigation__next--label:after, .single-post .elementor-post-navigation .post-navigation__prev--label:before {
    content: '';
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 15px;
    height: 10px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
}

.single-post .elementor-post-navigation .post-navigation__next--label:after {
    background-image: url(/wp-content/uploads/2021/05/arrow-icon.svg);
}

.single-post .elementor-post-navigation .post-navigation__prev--label:before {
    background-image: url(/wp-content/uploads/2021/05/arrow-icon.svg);
    margin-left: 0;
    margin-right: 10px;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.single-post #commentform textarea, .single-post #commentform input {
    border: 1px solid #707070;
    border-radius: 0;
}

.single-post #commentform #submit {
    border: 2px solid #181717;
    color: #181717;
    background-color: transparent;
    padding: 15px 40px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.single-post #commentform #submit:hover {
    background-color: #181717;
    color: #fff;
}

.single-post #commentform label {
    font-weight: 300;
    font-family: "Karla";
    opacity: .4;
    text-transform: uppercase;
}

.terms-category.elementor-post-info__terms-list {
    font-size: 0;
}

.terms-category .elementor-icon-list-items .elementor-icon-list-item .elementor-icon-list-text a {
    display: none;
}

.terms-category .elementor-icon-list-items .elementor-icon-list-item .elementor-icon-list-text a:nth-child(1) {
    display: inline;
}

.single-post .terms-category .elementor-post-info__terms-list a:nth-child(3):after {
    display: none;
}

.author-social-media {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.author-social-media li {
    margin-right: 20px;
}

.most-viewed {
    -ms-grid-columns: 1fr 30px 1fr;
    grid-template-columns: repeat(2,1fr);
    display: -ms-grid;
    display: grid;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
}

.most-viewed-item-content h3, .most-viewed-item-content h3 a {
    font-family: var( --e-global-typography-83ce8d8-font-family ), Sans-serif;
    font-size: var( --e-global-typography-83ce8d8-font-size );
    font-weight: var( --e-global-typography-83ce8d8-font-weight );
    line-height: var( --e-global-typography-83ce8d8-line-height );
    letter-spacing: var( --e-global-typography-83ce8d8-letter-spacing );
    color: var( --e-global-color-secondary );
}

body .most-viewed-categories a {
    font-size: 0;
    display: none;
    margin: 0;
    padding: 0;
    background-color: transparent;
    color: #6C6C6C;
    text-transform: uppercase;
    margin-bottom: 10px;
    letter-spacing: 1.2px;
	line-height: 1.2em;
}

.most-viewed-categories a:first-child {
    display: block;
    font-size: 12px;
}

.most-viewed-categories {
    font-size: 0;
    display: block;
    margin: 10px 0;
}

.most-viewed-item-thumbnail .wp-post-image {
    max-height: 125px;
}

.single-post .rp4wp-related-posts ul {
    display: flex;
    flex-wrap: wrap;
}

.single-post .rp4wp-related-posts ul>li {
    width: 28.33%;
    margin-right: 5%;
}

.single-post .rp4wp-related-post-image {
    width: 100%;
    padding: 0;
}

.single-post .rp4wp-related-post-content a {
    font-size: 18px;
    font-weight: 700;
    color: #262626;
    line-height: 1.33em;
    font-family: "Playfair Display";
    display: block;
}

.single-post .wp-post-image,
.rp4wp-related-post-image img {
    display: block;
    margin-bottom: 20px;
}

.rp4wp-related-post-image img {
    height: 200px;
    object-fit: cover;
    display: block;
    margin-bottom: 20px;
}

.single-post .rp4wp-related-post-image a {
    display: block;
}

.single-post .rp4wp-related-posts ul>li:nth-child(3n+3) {
    margin-right: 0;
}

.single-post .rp4wp-related-post-content p {
    display: none;
}

.single-post .rp4wp-related-posts h3 {
    font-size: 28px;
    font-weight: 700;
    display: block;
    margin-bottom: 7%;
    margin-top: 7%;
    margin-bottom: 30px;
}


/* ==== [ CONTACT ] ==== */
.contact-social-share .elementor-grid .elementor-grid-item {
    width: 50%;
}

.contact-social-share.elementor-widget-social-icons .elementor-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.contact-social-share .elementor-grid .elementor-grid-item a {
    width: 100%;
}

/* ==== [ FOOTER ] ==== */
.blog-cat-cta .elementor-cta__title {
    padding: 10px 5px;
    display: table;
}

.blog-cat-cta1 .elementor-cta__title {
    background-color: rgba(255, 127, 0, 0.55);
}

.blog-cat-cta2 .elementor-cta__title {
    background-color: rgba(37, 152, 161, 0.55);
}

.blog-cat-cta3 .elementor-cta__title {
    background-color: rgba(228, 40, 165, 0.55);
}

.blog-cat-cta4 .elementor-cta__title {
    background-color: rgba(81, 13, 184, 0.55);
}

/* ==== [ ABOUT Jean ] ==== */
.quoted-text .elementor-testimonial-wrapper:before {
    content: '';
    background-image: url(/wp-content/uploads/2021/07/quote-icon.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 38px;
    height: 32px;
    display: block;
    position: absolute;
    left: 0;
    top: 20px;
}

.quoted-text .elementor-testimonial-wrapper {
    position: relative;
    padding-left: 65px;
}

.home-banner .right-col .alith-epk-excerpt {
    margin: 0 0 15px !important;
}

.archive .ftr-cta, .archive .ftr-blog-cat-sec, .single-post .ftr-cta, .single-post .ftr-blog-cat-sec, .home .ftr-cta {
    display: none;
}

.elementor .elementor-element.about-accordion .elementor-accordion-item {
    border: 1px solid #f6f6f8;
    margin-bottom: 10px;
}

/* ==== [ SUBSCRIBE TO ARTFUL PARENT ] ==== */
.subscribe-sec3 .ck_form.ck_naked input[type="text"], .subscribe-sec3 .ck_form.ck_naked input[type="email"] {
    border: 1px solid #707070;
    padding: 26px 25px;
    height: auto;
    display: block;
    width: auto;
    float: none;
    margin-right: 0;
    width: 48%;
    margin-right: 2%;
    text-transform: uppercase;
}

.subscribe-sec3 .ck_form.ck_naked .ck_subscribe_button {
    height: auto;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: none;
    padding: 10px 20px;
    background-color: #FF7F00;
    width: 30%;
}

.subscribe-sec3 .ck_control_group.ck_email_field_group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 70%;
}

.subscribe-sec3 #ck_subscribe_form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

/* ==== [ RESPONSIVE ] ==== */
@media screen and (max-width: 1024px) {
    .mobile-fill-dirty-yellow {
        background-color: #feeee7;
    }

    .mobile-fill-purple {
        background-color: #d2cdf5;
    }

    .most-viewed {
        -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2,1fr);
    }
}

@media screen and (max-width: 767px) {
    .most-viewed {
        -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1,1fr);
    }
	
	.single-post .rp4wp-related-posts ul>li {
		margin-bottom: 20px;
	}

}

@media screen and (max-width: 640px) {
    body .elementor .elementor-element.modify-bg-position:not(.elementor-motion-effects-element-type-background), body .elementor .elementor-element.modify-bg-position > .elementor-background-overlay {
        background-image: none;
    }
}

@media screen and (min-width: 1401px) and (max-width: 1600px) {
    body .elementor .elementor-element.modify-bg-position:not(.elementor-motion-effects-element-type-background) {
        background-position: -10% 60px;
    }

    body .elementor .elementor-element.modify-bg-position > .elementor-background-overlay {
        background-position: 110% 60px;
    }
}

@media screen and (min-width: 1200px) and (max-width: 1400px) {
    body .elementor .elementor-element.modify-bg-position:not(.elementor-motion-effects-element-type-background) {
        background-position: -20% 60px;
    }

    body .elementor .elementor-element.modify-bg-position > .elementor-background-overlay {
        background-position: 115% 60px;
    }
}

@media screen and (min-width: 1025px) and (max-width: 1199px) {
    body .elementor .elementor-element.modify-bg-position:not(.elementor-motion-effects-element-type-background) {
        background-position: -50% 60px;
    }

    body .elementor .elementor-element.modify-bg-position > .elementor-background-overlay {
        background-position: 125% 60px;
    }
}


body .brbr_related_stories {
	background: rgba(0, 0, 0, 0.05);
	padding: 40px;
	margin: 40px 0;
}
body .brbr_related_stories ul {
	padding-left: 0 !important;
	list-style-position: outside;
    margin-left: 20px;
}
body .brbr_related_stories ul li {
	border-bottom-width: 0;
	padding: 10px 0;
	position: relative;
}
body .brbr_related_stories ul li:not(:last-of-type):after {
	content: '';
	display: block;
	position: absolute;
	left: -20px;
	bottom: 0;
	width: calc(100% + 20px);
	height: 1px;
	background-color: rgba(128, 128, 128, 0.5);
}
body .brbr_related_stories ul li::marker {
	margin-right: 5px;
}
body .brbr_related_stories h3 {
	margin: 0 0 10px;
}
body .brbr_related_stories a {
	display: inline;
}

body .bb_mfop {
	margin: 40px 0!important;
}
body .bb_mfop div {
	font-weight: bold;
}
body .bb_mfop ul {
    margin-top: 8px !important;
}
body .bb_mfop li {
    margin-bottom: 8px !important;
}