@charset "utf-8";

.single-post #main .entry-title {
    font-size: 2.5rem;
}
.site-content {
	padding-left: 0;
	padding-right: 0;
}
.article-properties-top {
	margin-top: 30px;
}
@media (max-width: 780px) {
	.entry-content {
		padding: 0 5px;
		margin: auto;
		width: 94%;   
	}
}
.new-article-feature-image-BG {
	background-size: cover;
	height: 500px;
}
.entry-header .entry-title {
	font-weight: 700 !important;
	text-align: left !important;
	margin: 0px;
}
.single-post .entry-content p, .single-post .entry-content div {
	color: black;
	font-size: 18px;
	line-height: 1.6;
}
#main p, #main span, #main li {
	font-family: "Roboto Flex", sans-serif !important;
	line-height: 1.6;
	font-weight: 400;
	-webkit-font-smoothing: auto;
}
h1, h2, h3, h4, h5, h6 {
	font-family: "Roboto Serif", serif !important;
	font-weight: 700;
}
#main .wp-block-columns {
	margin-bottom: 1.5rem;
}
p.list-number strong {
	font-size: 2rem !important;
}
.view-issue-alert {
	border-left: solid 10px #fcb900;
	margin-top: 30px;
}
.sign-up-alert {
	border-left: solid 10px #1e73be;
}
.article-bottom-alert {
	border-radius: 10px;
}
.article-bottom-alert .wp-block-button__link, .view-issue-alert a {
	border: none;
}
.article-bottom-alert.has-white-background-color.has-background {
	padding: 10px 1em;
}
div#editor-choice-carousel {
	padding: 50px 0px;
	max-width: 1200px;
	position: relative;
	margin: auto;
}
.article-properties-top span {
	margin-right: 20px;
	display: inline-block;
}
.article-properties-top a, .article-properties-top span {
	color: #555 !important;
	font-size: 14px !important;
	font-weight: 500 !important;
}
i.fa-solid.fa-clock::before {
	content: "\f017";
}
i.fa-solid.fa-hashtag, .fa-tags, .fa-comment, .fa-clock, i.fa-regular.fa-lightbulb:before {
	font-style: normal;
}
.wp-block-button__link {
	letter-spacing: 0em !important;
}

/* product text color*/
del span.woocommerce-Price-amount.amount {
	color: red;
}
span.woocommerce-Price-amount.amount {
	font-size: 20px;
	font-weight: 700;
	color: #282828;
	padding: 0px 5px;
}
.wc-block-grid__product-title {
	color: black;
	font-size: 16px;
	font-weight: 400;
}
/* end product text color*/

/*tip box*/
.circle {
	text-align: center;
	width: 50px;
	height: 50px;
	border-radius: 30px;
	margin-top: -30px !important;
}
i.fa-regular.fa-lightbulb {
	font-size: 23px;
}
i.fa-regular.fa-lightbulb:before {
	position: relative;
	top: 19%;
	content: "\f0eb";
}
.gray-bg-idea-block.idea-block, .white-bg-idea-block.idea-block {
	margin-top: 50px;
}
.gray-bg-idea-block.idea-block p, .white-bg-idea-block.idea-block p {
	font-weight: 500;
}
.gray-bg-idea-block .circle {
	background: #d9dee9;
}
.white-bg-idea-block .circle {
	background: white;
}
.idea-block > div:first-child {
	border-radius: 5px;
}
/*end tip box*/

/*editor choice*/
.editor-choice-carousel .owl-carousel .owl-item img {
	object-fit: cover;
	height: 300px;
	border-radius: 5px;
}
.owl-editor-choice-carousel .product.woocommerce.add_to_cart_inline {
	border: none !important;
	padding: 0px !important;
}
.carousel-item .woocommerce-Price-amount.amount {
	display: block;
	padding: 10px 0px;
}
.carousel-item span.fa.fa-star.checked {
	color: orange;
}
.carousel-item span.fa.fa-star.unchecked {
	color: #cecece;
}
/*end editor choice*/

/*quote*/
blockquote.wp-block-quote {
	border-left: 0.4em solid #c1cadf;
}
cite {
	color: black !important;
	font-weight: bolder;
}
.hentry blockquote.wp-block-quote {
    margin: 1rem 0 1rem;
}
/*end of quote*/

/*carousel*/
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
	background: #869791;
}
.owl-theme .owl-dots .owl-dot span {
	width: 10px;
	height: 10px;
	margin: 5px 7px;
	background: #d6d6d6;
	display: block;
	-webkit-backface-visibility: visible;
	transition: opacity 0.2s ease;
	border-radius: 30px;
}
button.owl-next {
	right: 20px;
}
button.owl-prev {
	left: 20px;
}
button.owl-prev, button.owl-next {
    border-radius: 30px !important;
    position: absolute;
    color: white !important;
    top: 35%;
    line-height: 0 !important;
    background: rgba(0, 0, 0, 0.3) !important;
    height: 40px;
    width: 40px;
}
.owl-dots {
	text-align: center;
	padding-top: 30px;
}
.owl-carousel-container .wp-block-column .wp-block-cover.is-light {
    min-height: 350px !important;
}
.square-img-carousel .carousel-item img {
    border-radius: 5px;
    height: 350px;
    object-fit: cover;
}
button.owl-next:hover, button.owl-prev:hover {
    background: rgba(0, 0, 0, 0.6) !important;
}
@media (max-width: 1300px) {
	div#editor-choice-carousel {
		max-width: 90%;
	}
}
.owl-next i.fa.fa-angle-right, .owl-prev i.fa.fa-angle-left {
    font-weight: 300;
    font-size: 30px;
    color: #fff;
    opacity: 0.8;
}
.owl-prev i.fa.fa-angle-left {
    margin-right: 4px;
}
.owl-next i.fa.fa-angle-right {
    margin-left: 4px;
}
.carousel-item figcaption {
    width: fit-content;
}
.carousel-item figure {
    width: fit-content !important;
}
/*end of carousel*/

.cover-product-image .wc-block-grid__products .wc-block-grid__product-image img {
	object-fit: cover;
	height: 300px;
}

/*remove gray background of an image*/
figure.wp-block-image, .wp-caption {
	background: transparent;
}

/*gallary image*/
.wp-block-gallery figure.wp-block-image.size-large {
	padding-bottom: 0px !important;
	margin-bottom: 42px !important;
}

/*feature image caption*/
.new-article-feature-image-container .feature-img-caption {
    width: 50%;
    text-align: center;
    padding-top: 450px;
    color: white;
    margin: auto;
}
.feature-img-caption p {
    margin: auto;
    padding: 2px;
    width: fit-content;
    background-color: rgba(0, 0, 0, 0.6);
    line-height: 1.6;
    font-size: 0.9rem;
}
@media only screen and (min-width: 481px) and (max-width: 1025px) {
	.new-article-feature-image-container .feature-img-caption {
		width: 90%;
	}
}

/*slideshow*/
.slick-track {
	display: flex;
}
.slick-slide {
	align-self: center;
}
.previous-slideshow.slick-arrow {
	left: 0px !important;
}
.next-slideshow {
	right: 0px;
}
.slick-arrow {
	background: rgba(0, 0, 0, 0.3);
	height: 40px;
	width: 40px;
}
.slick-arrow i.fa.fa-angle-left, .slick-arrow i.fa.fa-angle-right {
    margin-top: 5px;
    font-weight: 300;
    font-size: 30px !important;
    color: #fff;
    opacity: 0.8;
}
.slick-arrow i.fa.fa-angle-left {
    margin-right: 1px;
}
.slick-arrow i.fa.fa-angle-right {
    margin-left: 1px;
}
@media only screen and (min-width: 481px) and (max-width: 780px) {
	.previous-slideshow.slick-arrow {
		left: -20px !important;
	}
	.next-slideshow {
		right: -20px;
	}
}
@media (max-width: 480px) {
	.single-post #main .entry-title {
	    font-size: calc(1.375rem + 1.5vw);
	}
	.new-article-feature-image-BG {
		height: 370px;
	}
	.new-article-feature-image-container .feature-img-caption {
		width: 85%;
		padding-top: 310px;
	}
	.previous-slideshow.slick-arrow {
		left: 40px !important;
	}
	.next-slideshow {
		right: 40px;
	}
	.slick-slideshow-container {
		width: 120%;
		margin-left: -10%;
	}
	.slick-slideshow-container .slick-slide img {
		max-height: 250px;
	}
}
.slick-slideshow-container .slick-arrow:hover {
    background: rgba(0, 0, 0, 0.6);
}
/*end slidesow*/

/*wider custom block*/
@media (min-width: 1200px) {
	.slick-slideshow-container, .container .owl-carousel-container, .idea-block {
		width: 120%;
		margin-left: -10%;
	}
}
/*wider custom block*/

/*number lists*/
.is-layout-flow.wp-block-column:has(> .list-number) {
    align-self: flex-start;
}
p.has-text-align-center.list-number.has-text-color.has-x-large-font-size {
    line-height: 1 !important;
}
div:has(> .list-number) + div.is-layout-flow.wp-block-column p {
    color: #555555;
}

/*Article Body Image Behavior*/
figure.portrait-image-75w {
    width: 75%;
}
.portrait-image-75w img, figure.horizontal-image-100w, .horizontal-image-100w img {
    width: 100%;
}

/*lightgallery*/
.lg-toolbar .lg-icon, .lg-counter {
    padding-top: 50px;
}
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable).lg-complete .lg-img-wrap, body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable).lg-complete .lg-video-cont {
    transform: scale3d(0.9, 0.9, 0.9);
}
button.lg-icon, .lg-toolbar.lg-group .lg-icon, button.lg-next:hover, button.lg-next:focus, button.lg-prev:hover, button.lg-prev:focus {
    border: none !important;
    background: none !important;
}
.wbi-lg-image img, .wbp-lg-image img {
    cursor: zoom-in;
}
.notranslate {
    z-index: 11 !important;
}
.lg-backdrop {
	z-index: 10001;
}
.lg-outer {
	z-index: 10002;
}
img.lg-object.lg-image {
    min-height: 90vh;
}

/*motion weekly*/
.feature-image-button p.has-white-color.has-text-color {
    padding: 0px;
    margin: 0px;
}
.feature-image-button div { 
	border-radius: 8px;
}
.play-button {
	height: 25px;
}
.feature-image-button {
    position: relative;
    margin-bottom: 0px;
    padding-top: 480px;
    width: 450px;
    left: 52%;
}
.play-button-inner {
	background-color: #6245ca;
	padding: 20px;
	box-shadow: rgb(99 99 99 / 15%) 0px 0px 5px 5px;
}
.play-button-inner:hover {
    transition: 0.4s ease-in-out 0s;
    background-color: #9a56cf;
}
@media only screen and (min-width: 750px) and (max-width: 1024px) {
	.feature-image-button {
    	padding-top: 300px;
    	width: 320px;
	}
}
@media only screen and (max-width: 749px) {
	.feature-image-button {
	    position: relative;
	    margin-bottom: 0px;
	    width: 100%;
	    left: 0;
	    top: auto;
	    padding-top: 664px;
	}
	.feature-image-button div {
	    width: 100vw;
	    border-radius: 0px;
	}
	.play-button-inner {
		height: 88px;
		padding: 10px 50px 10px 50px; 
	}
}
body.single-product form.cart .price ins, .article-properties-top a, .article-properties-top span  {
	text-decoration: none;
}
body.post-template-default article.post .button:not(:hover), body.post-template-default article.post .button a:not(:hover), 
body.post-template-default article.post a.button:not(:hover), body.post-template-default article.post button:not(:hover) {
	color: white;
}

/*rclp post page*/
.post-template-rclp-content-post-template .top-post-notification, .top-post-notification + hr, .post-template-rclp-content-post-template .bb-user-avatar-wrap,
figure.entry-media.entry-img.bb-vw-container1, a.flex.align-items-center.bb-comments-wrap, .hentry blockquote.wp-block-quote:before {
    display: none;
}