/*
Theme Name: Dubai Fast Renovation - Bijaja
Theme URI: 
Author: Sharafat Bijaja
Author URI: 
Description: A light weight SEO king optimized custom hybrid theme with minimal php.
Requires at least: 6.9
Tested up to: 6.9
Requires PHP: 5.7
Version: 
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: dubai-fast-renovation-bijaja
Tags: 
*/
/* Block headings */
/* Only H2 headings in Block Editor */
.no-bottom-dash {
    font-size: 10px !important;
    font-style: italic;
}
.wp-block-heading:is(h2)::after {
	content: "";
	display: block;
	width: 50px;
	height: 2px;
	margin: 15px 0 30px 5px;
	background-color: var(--wp--preset--color--custom-accent-one);
}
.no-bottom-dash::after {
    width: 0px !important;
    height: 0px !important;
    margin-bottom: -15px !important;
}
ul.wp-block-navigation__submenu-container {
    min-width: 270px !important;
}

a.wp-block-navigation-item__content:hover,
a.wp-block-navigation-item__content:focus {
    text-decoration: none;
    color: var(--wp--preset--color--custom-accent-one) !important;
}

nav.rank-math-breadcrumb {
    font-size: 12px;
    font-weight: 600;
    position: absolute;
    left: 15px;
    top: -15px;
}
nav.rank-math-breadcrumb a {
    text-decoration: none;
}
ul.wp-block-navigation__submenu-container {
    padding: 1rem;
    border-radius: 4px;
}
a.wp-block-post-excerpt__more-link {
    color: var(--wp--preset--color--custom-accent-one);
    text-decoration: none;
    font-weight: 600;
}
a {
    text-decoration: none;
    color: var(--wp--preset--color--custom-accent-one)
}
a.custom-logo-link {
    max-width: 85px;
}
img.custom-logo {
    width: 85px;
}
a.custom-logo-link {
    width: 85px;
}

footer .wp-block-list {
    margin-left: -30px;
}
footer .wp-block-list li {
    list-style-type: none;
}
footer .wp-block-list li a {
    text-decoration: none;
}
footer .wp-block-list li a:hover {
    color: var(--wp--preset--color--custom-accent-one)
}