/*   
Theme Name: Jtheme Jello
Theme URI: https://elementor.com
Description: Simple and lightweight Jezweb theme
Author: Jezweb
Author URI: https://www.jezweb.com.au/
Text Domain: elementor-hello-theme
Details URI: https://zoro.com.au/theme_updater_versions/versionreadme.txt
Version: 1.4.9.1
Stable tag: 1.0
Requires at least: 6.0.0
Tested up to: 6.6.0
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
*/

/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
html{
	-webkit-text-size-adjust:100%;
}
hr{
	box-sizing:content-box;
	height:0;
	overflow:visible;
}
pre{
	font-family:monospace;
	font-size:1em;
}
abbr[title]{
	border-bottom:none;
	text-decoration:underline dotted;
}
b,strong{
	font-weight:bolder;
}
code,kbd,samp{
	font-family:monospace;
	font-size:1em;
}
small{
	font-size:80%;
}
sub,sup{
	font-size:75%;
	line-height:0;
	position:relative;
	vertical-align:baseline;
}
sub{
	bottom:-.25em;
}
sup{
	top:-.5em;
}
img{
	border-style:none;
}
button,input,optgroup,select,textarea{
	font-family:inherit;
	font-size:inherit;
	outline: none;
}
button,input{
	overflow:visible;
}
button,select{
	text-transform:none;
}
[type=button],[type=reset],[type=submit],button{
	-webkit-appearance:button;
}
[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,button::-moz-focus-inner{
	border-style:none;
	padding:0;
}
fieldset{
	padding:.35em .75em .625em;
}
legend{
	box-sizing:border-box;
	color:inherit;
	display:table;
	max-width:100%;
	padding:0;
	white-space:normal;
}
progress{
	vertical-align:baseline;
}
textarea{
	overflow:auto;
}
[type=checkbox],[type=radio]{
	box-sizing:border-box;
	padding:0;
}
[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{
	height:auto;
}
[type=search]{
	-webkit-appearance:textfield;
	outline-offset:-2px;
}
[type=search]::-webkit-search-decoration{
	-webkit-appearance:none;
}
::-webkit-file-upload-button{
	-webkit-appearance:button;
	font:inherit;
}
details{
	display:block;
}
summary{
	display:list-item;
}
template{
	display:none;
}
[hidden]{
	display:none;
}

/* Admin toolbar */
#wpadminbar #wp-admin-bar-dashboard > .ab-item:before {
	content: "\f111";
	font-family: dashicons;
	padding: 6px 0;
}

/* General */
body{
	margin: 0;
	overflow-x: hidden;
}
h1, h2, h3, h4, h5, h6{
	margin: 0 0 15px 0;
}
p{
	margin: 0 0 15px 0;
}
ul, ol{
	margin: 0 0 0 15px;
}
#main{
	min-height: 200px;
}
.page-header, .page-header-inner, .page-content{
	margin-left: auto;
	margin-right: auto;
}
.clearfix{
	clear: both;
	display: block;
}

/* Elementor heading styles */
.elementor-text-editor h1, .elementor-text-editor h2, .elementor-text-editor h3, 
.elementor-text-editor h4, .elementor-text-editor h5, .elementor-text-editor h6{
	margin: 0 0 1em 0;
}
.elementor-text-editor ul, .elementor-text-editor ol{
	padding: 0;
	list-style-position: inside;
}

/* Gravity forms styles */
.gform_wrapper form .gform_body .gform_fields .gfield input[type=text],  .gform_wrapper form .gform_body .gform_fields .gfield input[type=email],
.gform_wrapper form .gform_body .gform_fields .gfield input[type=number], .gform_wrapper form .gform_body .gform_fields .gfield select,
.gform_wrapper form .gform_body .gform_fields .gfield textarea {
	outline: none;
}
.gform_wrapper form .gform_footer .gform_button{
	cursor: pointer;
}

/* Elementor gallery line fix */
.elementor-lightbox .elementor-swiper-button:focus {
	outline-width: 0px;
}

/* Mobile usability fixes */
:where(body, iframe, pre, img, svg, video, canvas, select) {
	max-width: 100%;
	overflow: auto;
	word-break: break-word;
}