/*
Theme Name: Duhocinec Theme
Theme URI: https://duhocinec.com
Author: INEC Team
Author URI: https://duhocinec.com
Description: Custom theme developed for Duhocinec, based on the Flatsome UX structure.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: duhocinec
*/
/* 
   This file is required for WordPress to recognize the theme. 
   Actual styles are loaded via assets/css/flatsome.css and assets/css/custom.css 
*/
body {
    background: #fff;
    color: #3c4043;
}

h1, h2, h3, h4, h5, h6, .heading-font {
    color: #3c4043;
}

#Course > div.course-content > div.course-uni > span:nth-child(2) > a {
    color: #3c4043 !important;
}

.overflow-line-3
{
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.wpvl_auto_thumb_play {
    position: absolute;
    left: 75px;
    top: 50px;
}

.wpvl_auto_thumb_box {
    position: relative;
    height: 150px;
}

.video_lightbox_auto_anchor_image {
    width: 200px;
    height: 150px;
}

.video_lightbox_auto_anchor_image {
    border-radius: 10px;
}

.video_lightbox_auto_anchor_image {
    object-fit: cover;
}
.wpvl_auto_thumb_box, .video_lightbox_auto_anchor_image {
    width: 100% !important;
}
#slider-testimonials
{
    padding: 30px;
}

.searchandfilter ul li {
    list-style: none;
    display: block;
    padding: 10px 0;
    margin: 0;
}

#search-filter-form-47790 > ul > li.sf-field-taxonomy-faculty {
    margin-left: 0;
}

#search-filter-form-47790 ul {
    display: flex;
    gap: 15px;
    padding-left: 40px;
}

.searchandfilter label {
    display: inline-block;
    margin: 0;
    padding: 0;
}

#search-filter-form-47790 > ul > li > label > select.sf-input-select {
    min-width: 100%;
    margin: 0;
    border-radius: 30px;
}

b, strong {
    font-weight: inherit !important; 
}