/*!
Theme Name: Beyond Bracket Ehsanlaw
Theme URI: https://wordpress.org/themes/
Author: Beyond Bracket Developers
Author URI: https://beyondbracket.com/
Description: Beyond Bracket is fast, fully customizable and beautiful WordPress theme perfect for blog, personal portfolio, business website. It is very light and offers unmatched speed. Built with SEO in mind, it works perfectly with all page builders like Elementor, Visual Composer, DV, etc. Some other features: #Responsive #Regularly updated #Designed, developed, maintained and supported by BB’s developers. Looking for a perfect base theme? Don’t look ahead. BB is a fast, fully customizable and ready-made theme that you can use to create any type of website!
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: beyond-bracket-ehsanlaw
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

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

@media only screen and (max-width: 991px) {
    .sub-menu {
        display: none;
    }
}

#single-post-nav .nav-previous,
.nav-next {
    display: inline-block !important;
    width: 49% !important;
}

#single-post-nav .nav-links {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

#single-post-nav .blog_previous.bg-center.bg-cover.text-start,
.blog_next.bg-center.bg-cover.text-end {
    color: white;
}

.contact_form .theme-btn {
    border: none;
}
.contact_form .theme-btn:hover {
    background-color: #033a5b !important;
}

a.theme-btn.mt-5{
	color:#90191D !important;
}
a.theme-btn.theme-border.wow.fadeInLeft{
	color:#90191D !important; 
	border-color:#90191D !important;
}
a.theme-btn.theme-border.wow.fadeInLeft:hover{
/* 	color:white !important; 
	border-color:white !important; */
	background:white !important;
}
.preloader .animation-preloader .txt-loading .letters-loading::before{
	color:#90191D !important; 
}
#my_practice ul {
    list-style-type: disc !important;
	margin: 10px 20px;
}
#my_practice li {
	list-style: inside;
}