/*
Theme Name: Flightpath Theme
Theme URI: https://devdmbootstrap.com
Author: D Machal
Author URI: https://devdm.com/
Description: A no frills theme for Developers using Twitter Bootstrap 4.
Version: 1.81
License: GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Tags: one-column, two-columns, right-sidebar, custom-header, custom-menu, editor-style, featured-images, sticky-post, translation-ready
Text Domain: devdmbootstrap4
GitHub Theme URI: https://github.com/dannymachal/devdmbootstrap4
Site Coded by: Bart Trociuk

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

The default Bootstrap 4 CSS and JS files are enqueued inside the functions.php file with the handles devdmbootstrap4-css and devdmbootstrap4-js
*/

.gallery-caption {}

.bypostauthor {}

ul li{
    list-style-type: square;
}

ul.blue-li-squares li{
    list-style: none;
}

ul.blue-li-squares li::before{
    content: "\25AA";
    color: #1278AA;
    font-weight: bold;
    display: inline-block; 
    width: 1em;
    margin-left: -1em;
}

.home-blog-card .fp-work-block .set-aspect-ratio .work-content{
    background: linear-gradient( rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 70%, rgba(0, 0, 0, 0.4) 80%, rgba(0, 0, 0, 0.5) 100%, rgba(0, 0, 0, 0.7) 100%);
    padding-bottom: 15px;
    padding-top: 15px;
    bottom: 1px!important;
}

.main-container.dmbs-content-wrapper.dmbs-blog-posts-wrapper .featured-posts-list .first-col>.content .content-box{
    background: linear-gradient( rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 70%, rgba(0, 0, 0, 0.4) 80%, rgba(0, 0, 0, 0.5) 100%, rgba(0, 0, 0, 0.7) 100%);
    padding-bottom: 15px!important;
    padding-top: 15px;
    bottom: 1px!important;
}