
/*
Theme Name: Genesis Sample
Theme URI: https://demo.studiopress.com/
Description: This is the sample theme created for the Genesis Framework.
Author: StudioPress
Author URI: https://www.studiopress.com/

Version: 3.4.1

Tags: accessibility-ready, block-styles, custom-colors, custom-logo, custom-menu, editor-style, featured-images, footer-widgets, full-width-template, left-sidebar, one-column, right-sidebar, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready, two-columns, wide-blocks

Template: genesis

License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

Text Domain: genesis-sample
Requires at least: 5.4
Requires PHP: 5.6
*/

/* Skip Links
---------------------------------------------------------------------------- */
.genesis-skip-link {
	margin: 0;
}

.genesis-skip-link .skip-link-hidden {
	display: none;
	visibility: hidden;
}

.genesis-skip-link li {
	height: 0;
	list-style: none;
	width: 0;
}

.eael-simple-menu-toggle.active .eicon-menu-bar:before {
	content: "✖";
}

@media (max-width: 380px) {
	.blog-box-image:after {
		bottom: -25px !important;
	}
}

@media (min-width: 490px) and (max-width: 650px) {
	.blog-box-image:after {
		bottom: -20px !important;
		height: 130px !important;
	}
}

@media (min-width: 651px) and (max-width: 767px) {
	.blog-box-image:after {
		bottom: -10px !important;
		height: 130px !important;
	}
}

@media (min-width: 768px) and (max-width: 820px) {
	.blog-box-image:after {
		bottom: -10px !important;
	}
}

@media (min-width: 992px) and (max-width: 1133px) {
	.blog-box-image:after {
		bottom: -20px !important;
	}
}
