<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Theme Name: LookAtIsrael CheerUp Child
Theme URI: http://theme-sphere.com/
Description: A child theme of CheerUp
Author: ThemeSphere
Author URI: http://theme-sphere.com
Template: cheerup
Version: 1.1
*/
/*
:root {
    --main-width: 1800px;
}

.wrap {
    width: 1800px;
    width: var(--main-width);
  }

  .alignfull &gt; .wp-block-group__inner-container,
  .alignwide &gt; .wp-block-group__inner-container {
    max-width: 1800px;
  }
*/
/*
*
* OVERRIDE THEME ORIGINAL STYLES
*
*/

:root {
    --lai-color-blue: #4dc0fc;
    --lai-color-orange: #fc7340;
}

.lai-post-video &gt; img,
.lai-post-video span.bg-cover{
    background-size: contain !important;
    object-fit: contain !important;
    background-position-y: top;
}

.lai-post-video span.format-icon.format-video {
    top: 43%;
    translate: translateX(-50%) translateY(-47%) ;
}

/*
*
* UTILS CLASS
*
*/
.clear {
    clear: both;
}

.h10 {
    height: 10px;
}

.h20 {
    height: 20px;
}

.radius5 {
    border-radius: 5px;
}

.w100p {
    width: 100%;
}

.left {
    text-align: left;
}

.center {
    text-align: center;
}

.right {
    text-align: right;
}

.radius10 {
    border-radius: 10px;
}
.blue-to-orange &gt; *,
.blue-to-orange {
    color: #4dc0fc !important;
}

.blue-to-orange &gt; *:hover,
.blue-to-orange:hover {
    color: #fc7340 !important;
}

.orange-to-blue &gt; *,
.orange-to-blue {
    color: #fc7340 !important;
}

.orange-to-blue &gt; *:hover,
.orange-to-blue:hover {
    color: #4dc0fc !important;
}



/*
By default in this theme tag blockqoute add quotes.
When I use blockquote block by one of plugins
need to hide default quote mark
*/
/* Hiding default quote for STACKABLE blockquote block */
blockquote.wp-block-ugb-blockquote::before,
blockquote.ugb-blockquote::before {
    content: '';
    display: none;
}








/*
Maps maker styles
*/

.mmp-list-popup p img,
.mmp-popup-text p img,
.mmp-popup-text figure img {
    width: 30% !important;
    margin: 0 10px 0 0 !important;
    border-radius: 5px;
    float: left;
}




/*
FB-Comments width patch
*/
.fb_iframe_widget_fluid_desktop iframe {
    min-width: 100% !important;
}





/*
We have some CTA theme (call to action) boxes
by default title centered vertically
but I want move it to bottom
*/
.widget-cta .label {
    margin-bottom: 1.1rem;
    align-self: self-end ;
}

.lai-hp-section-header h4
{
    color: var(--lai-color-orange);
    font-size: 22px;
}

.lai-hp-section-header span
{
    color: var(--lai-color-blue);
    font-size: 22px;
}





/*
I didn't found how to change font-style for post in list
so I do it here
*/
.list-post .post-excerpt {
	font-size: 19px;
	line-height: 1.3
}

/*
Widgets titles in footer
*/
.main-footer h5.widget-title {
	color: #dedede !important;
}
/*
Next media styles relocate float sharing bar in single posts
*/
/* For min-width 1200 and greater */
@media (min-width: 1200px) {
    .the-post-modern .post-share-float {
        margin-left: -222px !important;
      }
}
/* for max-width 941 and less */
@media (max-width: 941px) {
    .the-post-modern .post-share-float {
      margin-left: -90px;
      margin-left: calc(-15.76923vw - 20.76923px);
    }
}

@media only screen and (max-device-width: 767px) {
    .shareaholic-inpost-follow-vertical {
        display: none;
    }

    .shareaholic-inpost-follow-horizontal {
        display: block;
        margin-top: 30px;
    }
}

@media only screen and (min-device-width: 768px) {
    .shareaholic-inpost-follow-vertical {
        display: block;
    }

    .shareaholic-inpost-follow-horizontal {
        display: none;
    }
}

/*
Some bug in style
In single post &lt;Next post&gt; box (located at right) display border in Firefox
so I need to hide it
*/
.post-nav .post.next::before {
    border-left: 0;
}

/*
Replace &lt;BlogLovin Heart&gt; icon with &lt;Telegram plane&gt; icon in top-bar
*/
.tsi-heart::before {
    font-family: 'Font Awesome 5 Brands';
    content: '\f3fe';
    font-weight: 400;
}

/*
Becouse I put banner into footer instagram 
I need to relocate SUBSCRIBE button lower
*/
.mid-footer .spc-insta-link a {
    top: 25%;
}

/* Image hover effect */
.posts-dynamic .wp-post-image,
.posts-dynamic .post-content img {
    /*
    disabled-transition: transform 0.3s ease-in;
    disabled-will-change: transform;
    */
    border-radius: 10px;
}

.wp-post-image:hover,
.post-content img:hover,
.post-content figure.wp-block-image a:hover {
    opacity: 1 !important;
}
/*
.posts-dynamic .wp-post-image:hover,
.posts-dynamic .post-content img:hover {
    disabled-transform: scale(1.03, 1.03);
}
*/
.bold-slider .thumbs {
    border-radius: 10px;
}

/*
Google still place auto ads. Need to hide it
Review if still need it after 25/4/2020
Banner appears in Ð²Ð¸Ð´ÐµÐ¾-Ð¾Ñ‚Ñ‡ÐµÑ‚Ñ‹
*/
/*
.google-auto-placed {
    display: none !important;
}
*/
.lai-demo-ad-container,
.lai-google-ad {
    width: 100%;
    text-align: center;
    padding: 10px 0;
    margin: 10px 0;
}

.lai-demo-ad-container {
    background-color: #ddd;
    color: white;
    line-height: 100px;
    height: 100px;
    font-weight: bold;
    color: black;
    font-size: 2em;
}

#lai3-ad-hp-main-top {
    margin-bottom: 60px !important;
}

#lai3-ad-hp-main-list-after-3 {
    margin: 0 0 30px 0 !important;
}

#lai3-ad-archive-tag,
#lai3-ad-archive-category,
#lai3-ad-archive-search,
#lai3-ad-archive-author {
    margin: 0 auto 30px auto !important;
} 

/* Patch for quebely social icons */
.qubely-block-social-icons {
    text-align: center !important;
}
.qubely-social-item a {
    padding: 7px  !important;
    border-radius: 4px  !important;
}
.qubely-social-item .qubely-social-label {
    margin-left: 7px  !important;
}

.qubely-social-item .qubely-social-icon {
    font-size: 28px !important;
    height: 28px !important;
    line-height: 28px !important;
    width: 28px !important;
}

.qubely-block-social-icons .qubely-social-item {
    margin: calc(2px/2) !important;
}

/* For embed block remove space above */
.wp-block-embed {
    margin-top: 0 !important;
}

/* For some uknown reason sometime Quebely social icons style going lost */
.qubely-block-social-icons ul.qubely-ul li.qubely-li {
    display: inline-block;
    font-size: initial;
    position: relative;
}

.qubely-block-social-icons.qubely-style-default.qubely-layout-fill ul li a {
    background: #333;
    color: #fff !important;
}

.qubely-block-social-icons ul.qubely-ul li.qubely-li a {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: inherit;
    text-decoration: none !important;
    font-style: normal;
    -webkit-transition: color .3s,background-color .3s,border-color .3s,border-radius .3s;
    transition: color .3s,background-color .3s,border-color .3s,border-radius .3s;
}

.qubely-block-social-icons.qubely-style-default.qubely-layout-fill ul li.qubely-social-facebook a {
    background: #3b5998;
}

.qubely-block-social-icons.qubely-style-default.qubely-layout-fill ul li.qubely-social-youtube a {
    background: red;
}

.qubely-block-social-icons.qubely-style-default.qubely-layout-fill ul li.qubely-social-telegram a {
    background: #08c;
}

.qubely-block-social-icons.qubely-style-default.qubely-layout-fill ul li.qubely-social-instagram a {
    background: #e1306c;
}

/* Related In-Post */
.yarp-lai-in-post-related {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
}

.yarp-lai-in-post-related article {
    width: 30%;
}

h4.yarp-lai-in-post-related-title {
    font-size: 18px;
    font-weight: normal;
    margin-top: 0.5rem;
}

@media (max-width: 700px) {
    h4.yarp-lai-in-post-related-title {
        font-size: 14px;
        font-weight: normal;
        margin-top: 0.3rem;
    }
}</pre></body></html>