/*
Theme Name: Delaware Child
Theme URI: http://steelthemes.com/delaware
Author: SteelThemes
Author URI: http://steelthemes.com
Description: Consulting, Business, Finance, Accounting WordPress Theme
Version: 1.0.0
License: GNU General Public License v2+
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: delaware
Domain Path: /lang/
Tags: one-column, two-columns, left-sidebar, right-sidebar, full-width-template, post-formats, theme-options, threaded-comments, translation-ready
Template: delaware
*/

.entry-content .wp-block-separator, .entry-content hr {
	max-width: 100.25em;
}
.entry-footer.edit-link{display:none!important}
.hoverstyle::before {
	box-sizing: inherit;
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	border-width: 0px;
	top: 30px;
	left: 30px;
	border-style: solid;
	border-top-color: #f8e510;
	border-left-color: #f8e510;
	border-right-color: transparent;	
	border-bottom-color: transparent;	
	transition: width 0.75s ease-out, height 0.75s ease-out;
	border-radius: 0;
	z-index: 4;
}

.hoverstyle::after {
	box-sizing: inherit;
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	border-width: 0px;
	bottom: 30px;
	right: 30px;
	border-style: solid;
	border-top-color: transparent;
	border-left-color: transparent;
	border-right-color: #f8e510;	
	border-bottom-color: #f8e510;
	transition: width 0.75s ease-out, height 0.75s ease-out;
	border-radius: 0;
	z-index: 4;
}

.hoverstyle:hover::before, .hoverstyle:hover::after {
	width: calc(100% - 60px);
	height: calc(100% - 60px);
	border-width: 3px;
}

.hoverstyle:hover .e-con-full {
	background: linear-gradient(rgba(23, 29, 60, 0.9), rgba(17, 28, 85, 0.9));
}

.hoverstyle .e-con-full {
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.35);
	min-height: 100% !important;
	border-radius: 10px;
}

@media screen and (max-width: 780px) {


.tax-rate-table {
    overflow: scroll;
    width: 340px;       
    height: 100vh;
}
.delaware-off-canvas-panel.menu-sidebar ul.menu .sub-menu li a {	
	font-size: 14px;	
	padding: 0px;}
}