/*!
Theme Name: Worky
Theme URI: https://www.templatemonster.com/vendors/zemez
Author: Zemez
Author URI: https://zemez.io/wordpress
Description: Kava child theme.
Template: kava
Version: 2.1.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: worky
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
DocumentationID: worky
Template Id: 21594
*/

#toTop {
	cursor: pointer;
}

.wpcf7-spinner {
	display: none;
}

.site-breadcrumbs {
	display: none;
}

.jet-theme-core-document {
	overflow: hidden;
}

div[aria-label="Back to Prev Items"] i:before{
	content:"\f104"
}

.blog .search-form__submit.btn {
	display: flex;
	padding: 10px 4px 10px 11px;
}
table {
	width:100%;
	border-color:#eee;
}
table tr td {
	padding: 10px 15px;
	text-align: center;
}
table tr td p {
	margin-bottom:0;
}
table tr:first-of-type td {
	font-weight:bold;
}
table tr:nth-child(even) td {
	background:#f7992b14;
}
.white h1,
.white h2,
.white h3,
.white h4,
.white h5 {
	color:#fff !important;
}
::-webkit-scrollbar {
    width: 5px;
}
::-webkit-scrollbar-thumb {
    background: #F7992B;
}
::selection {
    background: #F7992B;
    color: #fff;
    text-shadow: none;
}
.jet-services__inner:after {
	content:'';
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.3);
	background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);

	z-index:0;
}
.jet-services__content {
	z-index:1;
}