/*
Theme Name: Beteve
Theme URI: https://afterimagedesigns.com/beteve/
Description:  "_s" (by Automattic, the main people behind WordPress development), Twitter Bootstrap (the most popular HTML, CSS, and JS framework for developing responsive, mobile first projects on the web) and Font Awesome (or Fontawesome, a full suite of 675+ pictographic icons for easy scalable vector graphics on websites). Other features - Currently using Bootstrap v4.0.0-alpha.6, Widgetized footer area, WooCommerce ready, Compatible with Contact Form 7, Compatible with Visual Composer, Compatible with Elementor Page Builder.
Version: 1.0
Text Domain: beteve
Author: Bekodo
*/

@import "/wp-content/themes/beteve/inc/assets/fonts/px-grotesk/px-grotesk.css";
@import "/wp-content/themes/beteve/css-tailwind/dist/output.css?v=8.6";
@import "/wp-content/themes/beteve/general-styles-legacy.css?v=1.1";
/* @import "/wp-content/themes/beteve/bakery-legacy.css"; */
@import "/wp-content/themes/beteve/gutenberg-legacy.css";
/* @import "/wp-content/themes/beteve/home-template-legacy.css"; */
@import "/wp-content/themes/beteve/inc/assets/css/swiper.css";

.has-btv-theme-medium-white-color{
    color: #f1f0eb;
}
.has-btv-theme-orange-color{
    color: #f95741;
}
.has-btv-theme-dark-gray-color {
    color: #2a3034;
}
.has-btv-theme-white-color{
    color: #ffffff;
}
.has-btv-theme-medium-white-background-color{
    background-color: #f1f0eb;
}
.has-btv-theme-dark-gray-background-color{
    background-color: #2a3034;
}
.has-btv-theme-orange-background-color{
    background-color: #f95741;
}
.has-btv-theme-white-background-color{
    background-color: #ffffff;
}

.btv-content-border-top {
    border-top: 2px solid #F1F0EB;
}

.titular-ellipsis {
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

@media screen and (max-width: 1299px) {
    .titular-ellipsis {
        -webkit-line-clamp: 2;
    }
}

.kWidgetPlayBtn {
    background: url(https://beteve.cat/wp-content/themes/beteve/img/post-video.svg) !important;
    background-repeat: no-repeat !important;
    background-size: 53px 53px !important;
    width: 53px !important;
    margin-left: -26.5px !important;
    margin-top: -34px !important;
    opacity: 0.8 !important;
}

.kWidgetPlayBtn:hover {
    background: url(https://beteve.cat/wp-content/themes/beteve/img/post-video.svg) !important;
    background-repeat: no-repeat !important;
    background-size: 53px 53px !important;
    width: 53px !important;
    margin-left: -26.5px !important;
    margin-top: -34px !important;
    opacity: 1 !important;
}

.kWidgetCentered {
    margin: 0;
    width: 100%;
}