@charset "utf-8";
/*font*/
.single-post #main .entry-title {
    font-size: 2.5rem;
}
@media (max-width: 480px){
.single-post #main .entry-title {
    font-size: calc(1.375rem + 1.5vw);
}
}
/*end of font*/
.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;
}
@media (max-width: 480px) {
.new-article-feature-image-BG {
height: 370px;
}
}
.single-post figure.entry-media.entry-img.bb-vw-container1 {
display: none;
}
.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 #4d61b5;
}
.article-bottom-alert {
border-radius: 10px;
}
.article-bottom-alert .wp-block-button__link {
border: none;
}
.article-bottom-alert.has-white-background-color.has-background {
padding: 10px 1em;
}
.sign-up-alert a:hover {
background: #3e4d8e !important;
color: white !important;
}
.view-issue-alert a {
border: none;
}
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;
text-decoration: none;
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 {
font-style: normal;
}
a.flex.align-items-center.bb-comments-wrap {
display: none;
}
.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%;
font-style: normal;
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;
}
.hentry blockquote.wp-block-quote:before {
display: none;
}
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,.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,.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: .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*/
/* remove post entry image*/
figure.entry-media.entry-img.bb-vw-container1 {
display: none;
}
.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 {
background: transparent;
}
.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,.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%;
  }
}
@media (max-width: 480px) {
  .new-article-feature-image-container .feature-img-caption {
    width: 85%;
    padding-top: 310px;
  }
}

/*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,.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: .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) {
    .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,.6);
}
/*end slidesow*/
/*wider custom block*/
@media (min-width: 1200px) {
  .slick-slideshow-container {
      width: 120%;
      margin-left: -10%;
  }
  .container .owl-carousel-container {
    width: 120%;
    margin-left: -10%;
}
  .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 {
    width: 100%;
}
figure.horizontal-image-100w {
    width: 100%;
}
.horizontal-image-100w img {
    width: 100%;
}
/*lightgallery*/
.lg-toolbar .lg-icon {
    padding-top: 50px;
}
.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: .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; 
}
}
/*rclp post page*/
.post-template-rclp-content-post-template .top-post-notification, .top-post-notification + hr {
    display: none;
}
.post-template-rclp-content-post-template .bb-user-avatar-wrap{
display:none;
}