/*
Theme Name: Jobking
Text Domain: Jobking
Version: 1.1.0
Tested up to: 6.0
Requires at least: 4.7
Requires PHP: 5.2.4
Description: Digital eForce provides high-tech software outsourcing services for small and medium size enterprises, specializing in custom application development, system integration and business process automation tools, with industry-specific software expertise in software technology, financial services and media sectors.
Tags: blog, one-column, custom-background, custom-colors, custom-logo, custom-menu, editor-style, featured-images, footer-widgets, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready, block-patterns, block-styles, wide-blocks, accessibility-ready
Author: Naveed ur Rehman
Author URI: https://digitaleforce.com/
Theme URI: https://digitaleforce.com/
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

All files, unless otherwise stated, are released under the GNU General Public
License version 2.0 (http://www.gnu.org/licenses/gpl-2.0.html)

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

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------

	0. 	CSS Reset
	1. 	Document Setup
	2. 	Element Base
	3. 	Helper Classes
	4. 	Site Header
	5. 	Menu Modal
	6. 	Search Modal
	7. 	Page Templates
		a. 	Template: Cover Template
		c. 	Template: Full Width
	8.  Post: Archive
	9.  Post: Single
	10. Blocks
	11. Entry Content
	12. Comments
	13. Site Pagination
	14. Error 404
	15. Widgets
	16. Site Footer
	17. Media Queries

----------------------------------------------------------------------------- */


/* -------------------------------------------------------------------------- */

/*	0. CSS Reset
/* -------------------------------------------------------------------------- */


@media (min-width: 230px ) { 
.mobile { display:block; }
.desktop { display:none; }
.home.heading {
    font-size: 12px;
}
.main_container { padding-top:67px; }
.right_panel {
	background-color:#FFF;
}
}


@media (min-width: 768px) {
	.mobile { display:none; }
	.desktop { display:block; }
	.home.heading {
	font-size: 19px;
	}
.main_container { padding-top:0px; }
.right_panel {
	background-color:#d8d8d8;
}
}


body {
	font-size:12px;
}

.home.heading {
	font-weight: 300;
	background: rgba(108, 82, 82, 0.9);
	color: white;
	border-radius: 3px;
	padding: 4px 17px;
	margin: 0px 0px;
	line-height: 40px;
}
.widget-title {
	padding: 5px 10px;
	background-color: #3d3d3d;
	font-size: 16px;
	font-weight: normal;
	margin: 0px;
	color:white;
}
.widget-content nav {
	text-align: left;
	padding: 10px;
}
.widget-content ul {
	margin: 0 0 0 20px;
	padding: 0;
	font-size:12px;
}
.widget-content ul li {
	margin: 3px 0;
	padding: 0;
}
.widget-content ul li a {
	color: #C00;
	text-decoration: none;
}
.widget-content ul li a:hover {
	text-decoration: underline;
	color: #C00;
}
.grid {
	border-collapse: collapse;
	width: 100%;
	border: solid 1px #ebebeb;
	font-size:12px;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}
.grid tr, .grid td, .grid th {
	border-bottom: solid 1px #ebebeb;
	padding: 5px;
	vertical-align: top;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}
.grid tr, .grid td, .grid th {
	border-bottom: 1px solid #ebebeb;
	padding: 5px;
	vertical-align: top;
}
.grid th {
	background-color: #ebebeb;
	text-align: left;
	padding: 10px 5px;
	box-shadow: inset 0 1px 0 #ffffff;
}
.grid tr.r1, .grid tr.r1 td {
	background-color: #f8f8f8;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}
.listing .thumb {
	float: left;
	margin: 0 10px 0 0;
}
.listing p {
	margin: 5px 0;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}
.page-numbers {
	background-color:#FFF;
	padding: 2px 9px;
	color:black;
	text-decoration:none;
	font-weight:bold;
}
.page-numbers:hover {
	background-color:#3d3d3d;
	color:white !important;
	text-decoration:none;
}
.page-numbers.current {
	background-color:#3d3d3d;
	color:white;
	text-decoration:none;
}
.footerlinks a {
	font-size: 12px;
	background-color: #ededed;
	border: #999 1px solid;
	padding: 2px 13px;
	text-decoration: none;
}
.footerlinks a:hover {
	color: #C00;
	text-decoration:underline;
}
.footer {
	border-top: dashed #D4E09F 1px;
	margin: 20px 0;
	padding: 10px 0;
	clear: both;
	font-size: 11px;
}
.footer a:hover {
	color: #C00;
	text-decoration:underline;
}
#search-form-1 {
	border: 1px solid grey;
	padding: 2px;
}
.search-submit {
	background-color:#FFCB50 !important;
	border: 1px solid #ff8b00;
	padding: 2px 16px;
}
.drpdiwn {
	border:none;
	background:none;
}
*:focus {
	outline: 0 !important;
}

.mobile_header {     position: fixed;
    background-color:#FFF;
    z-index: 1;
    width: 100%;
    padding: 0px 18px; }
