/*
Theme Name: DFR
Theme URI: http://www.bijaja.com.pk/themes/wp/dfr
Author: Sharafat Ali
Author URI: 
Description: A Complete SEO KIng Level Theme with Hybrid Structure
Requires at least: 6.8
Tested up to: 6.8
Requires PHP: 5.7
Version: 1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: dfr
Tags: 
*/
.br5 {
    border: 1px solid var(--wp--preset--color--my-border-color) !important;
    border-radius: 5px;
        overflow: hidden;
}
.br10 {
    border: 1px solid var(--wp--preset--color--my-border-color) !important;
    border-radius: 10px;
        overflow: hidden;
}
.br15 {
    border: 1px solid var(--wp--preset--color--my-border-color) !important;
    border-radius: 15px;
        overflow: hidden;
}
.br20 {
    border: 1px solid var(--wp--preset--color--my-border-color) !important;
    border-radius: 20px;
        overflow: hidden;
}
.br20-bottom {
    border-bottom: 1px solid var(--wp--preset--color--my-border-color) !important;
    border-radius: 20px;
        overflow: hidden;
}
.br20-right {
    border-right: 1px solid var(--wp--preset--color--my-border-color) !important;
    border-radius: 20px;
        overflow: hidden;
}
ul.wp-block-navigation__submenu-container.wp-block-navigation-submenu {
    border-radius: 10px;
    padding-top: 15px;
        min-width: 250px !important;
        border: none !important;
        border-bottom: 1px solid #e2e8f0 !important;
}
.animatedBGsvg{
    background-image: url(assets/images/animatedBG.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
}


#modal-1-content > ul {
    border: none !important;
}

a.wp-block-post-excerpt__more-link {
    text-decoration: none;
    font-weight: 600;
}
.wp-block-post-excerpt__excerpt {
    max-width: 600px;
}
.bijaja-heading-bottom-dash {
  position: relative;
  padding-bottom: 8px;
}

.bijaja-heading-bottom-dash::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 60px;
    height: 3px;
    background: rgb(255 146 3);
    bottom: -15px;
    border-radius: 8px;
    margin-left: 4px;
}
h2.bijaja-heading-bottom-dash{
    margin-bottom: 30px;
}
ul.wp-block-list {
    list-style-type: circle;
}

nav.bijaja-breadcrumb {
    font-size: 12px;
    opacity: .6;
}
nav.bijaja-breadcrumb:hover {
    opacity: 1;
}
nav.bijaja-breadcrumb a {
    text-decoration: none;
    font-weight: 500;
}