/*
Theme Name: Recrute
Theme URI: https://example.com/recrute
Author: Converted from Recrute HTML template
Author URI: https://example.com
Description: Recrute is a staffing & recruiting agency WordPress theme converted from the Recrute HTML template. It ships with a custom homepage, dynamic navigation menus, widgetized sidebar and footer, blog, comments, search and translation support.
Version: 1.2.0
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: recrute
Tags: business, agency, recruiting, staffing, custom-menu, featured-images, blog, threaded-comments, translation-ready, footer-widgets
*/

/*
 * The visual styling lives in /assets/css/ (Bootstrap, FontAwesome, main.css, etc.)
 * which is enqueued from functions.php. Add small theme-level overrides below.
 */

.recrute-sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

/* WordPress core helper classes */
.alignleft { float: left; margin: 0 1.5rem 1rem 0; }
.alignright { float: right; margin: 0 0 1rem 1.5rem; }
.aligncenter { display: block; margin-left: auto; margin-right: auto; }
.wp-caption { max-width: 100%; }
.wp-caption-text { font-size: 0.9rem; font-style: italic; }
.sticky { display: block; }
.bypostauthor { display: block; }
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}
.screen-reader-text:focus {
	background-color: #fff;
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Comment list reset so WordPress comments inherit the template look */
.blog-details-commnet-boxs .children {
	list-style: none;
	margin-left: 40px;
	padding-left: 0;
}
.blog-details-commnet-boxs ol,
.blog-details-commnet-boxs ul.comment-list {
	list-style: none;
	margin: 0;
	padding: 0;
}
