@charset "UTF-8";

/**
 * Wordpress integration to any web app
 * (PrestaShop, OpenCart, Magento and more)
 *
 * [no mixing of PHP code or editing of files]
 * [automatically adjust CSS stylesheets]
 *
 * Just install the plugin and the magic is done!
 *
 * http://www.inveostore.com
 *
 * 2025, (c) Inveo s.r.o.
 */

@font-face
 {
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('/blog/wp-content/themes/wishful-blog/wishfulthemes/assets/slick/fonts/slick.eot');
    src: url('/blog/wp-content/themes/wishful-blog/wishfulthemes/assets/slick/fonts/slickd41d.eot?#iefix') format('embedded-opentype'), url('/blog/wp-content/themes/wishful-blog/wishfulthemes/assets/slick/fonts/slick.woff') format('woff'), url('/blog/wp-content/themes/wishful-blog/wishfulthemes/assets/slick/fonts/slick.ttf') format('truetype'), url('/blog/wp-content/themes/wishful-blog/wishfulthemes/assets/slick/fonts/slick.svg#slick') format('svg');
}
#wordpress .slick-prev, 
#wordpress .slick-next {
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
#wordpress .slick-prev:hover, 
#wordpress .slick-prev:focus, 
#wordpress .slick-next:hover, 
#wordpress .slick-next:focus {
    color: transparent;
    outline: none;
    background: transparent;
}
#wordpress .slick-prev:hover:before, 
#wordpress .slick-prev:focus:before, 
#wordpress .slick-next:hover:before, 
#wordpress .slick-next:focus:before {
    opacity: 1;
}
#wordpress .slick-prev.slick-disabled:before, 
#wordpress .slick-next.slick-disabled:before {
    opacity: .25;
}
#wordpress .slick-prev:before, 
#wordpress .slick-next:before {
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
#wordpress .slick-prev {
    left: -25px;
}
#wordpress [dir='rtl'] .slick-prev {
    right: -25px;
    left: auto;
}
#wordpress .slick-prev:before {
    content: '←';
}
#wordpress [dir='rtl'] .slick-prev:before {
    content: '→';
}
#wordpress .slick-next {
    right: -25px;
}
#wordpress [dir='rtl'] .slick-next {
    right: auto;
    left: -25px;
}
#wordpress .slick-next:before {
    content: '→';
}
#wordpress [dir='rtl'] .slick-next:before {
    content: '←';
}
#wordpress .slick-dotted.slick-slider {
    margin-bottom: 30px;
}
#wordpress .slick-dots {
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
#wordpress .slick-dots li {
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
#wordpress .slick-dots li button {
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
#wordpress .slick-dots li button:hover, 
#wordpress .slick-dots li button:focus {
    outline: none;
}
#wordpress .slick-dots li button:hover:before, 
#wordpress .slick-dots li button:focus:before {
    opacity: 1;
}
#wordpress .slick-dots li button:before {
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
#wordpress .slick-dots li.slick-active button:before {
    opacity: .75;
    color: black;
}