/**
Theme Name: ZipSites
Author: ZipSites
Author URI: https://www.zipsites.com.au/
Description: ZipSites
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: zipsites
Template: astra
*/
.grecaptcha-badge {
	display: none !important;
}
.ast-small-footer {
	font-size: 12px;
}
.elementor-widget-heading .elementor-heading-title {
    padding: 0;
    margin: 0;
    line-height: 1.2;
}
body {
	letter-spacing: 0.02em;
}
body .entry-content p:last-child {
	margin-bottom: 0;
}
h1, h2, h3, h4, h5, h6 {
	letter-spacing: 0.15em;
}
#ast-scroll-top {
	border-radius: 999px;
	background: #003e50;
}
header .custom-logo-link img {
	width: 100%;
}
header .zs-menu-toggle {
    width: 22px;
    height: 18px;
    margin-left: auto;
}
header .zs-menu-toggle span {
    width: 100%;
    height: 2px;
    display: block;
    background: #1d1d1b;
    margin-bottom: 6px;
}

/* ZS Custom Menu */
.zs-responsive-menu-header {
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #eee;
    position: relative;
}
.zs-responsive-menu-header img {
	width: 200px;
	height: auto;
}
.zs-responsive-menu .toggle-close {
	float: right;
	position: absolute;
	top: 6px;
	right: 0;
	font-weight: 300;
	color: #000;
	padding: 8px 5px;
	margin: 0;
}
.zs-responsive-menu {
	height: 100vh;
	width: 0;
	position: fixed;
	z-index: 2147483000 !important;
	top: 0;
	left: 0;
	background-color: #fff;
	overflow-x: hidden;
	transition: 0.5s;
	box-shadow: 0 0 20px rgba(0,0,0,0.2);
}
.zs-responsive-menu .zs-responsive-menu-wrapper {
	padding: 20px;
	padding-left: 25px;
	padding-bottom: 140px;
	opacity: 0;
	transition: opacity ease 1s;
}
.zs-responsive-menu ul {
	list-style: none;
	margin: 0;
}
.zs-responsive-menu ul li {
	padding: 2px 0;
	font-size: 18px;
}
.zs-responsive-menu ul li a {
	color: #0a0a0a;
	font-weight: 500;
}
.zs-responsive-menu ul.sub-menu li {
	font-size: 13px;
	line-height: 1.2;
	padding: 10px 0;
}
.zs-responsive-menu ul.sub-menu li a {
	color: #a2a2a2;
	margin-left: 10px;
}
.zs-responsive-menu ul.menu li:not(.open) .sub-menu {
	height: 0;
	overflow: hidden;
}
.zs-responsive-menu .toggle-icon {
	line-height: 1;
	padding: 0.35em 1em;
	float: right;
	cursor: pointer;
	margin-right: -0.75em;
	font-weight: 400;
	color: #000;
}
.zs-responsive-menu li:not(.menu-item-has-children) > i {
	display: none;
}
.zs-responsive-menu-footer {
	border-top: 1px solid #eee;
	margin-top: 10px;
	padding-top: 20px;
}
.zs-responsive-menu .button {
	display: inline-block;
    text-align: center;
    width: 230px;
	font-size: 13px;
	font-weight: 400;
	text-transform: uppercase;
	border-radius: 0;
	padding: 15px;
    margin-bottom: 10px;
	font-family: "Angelic Bonques Sans", Sans-serif;
	letter-spacing: 1px;
}
.zs-menu-toggle, .zs-responsive-menu .toggle-close {
	cursor: pointer;
}
.zs-responsive-menu-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.6);
    opacity: 0;
    z-index: 0;
    pointer-events: none;
    -webkit-transition: opacity .5s linear;
    -moz-transition: opacity .5s linear;
    transition: opacity .5s linear;
	z-index: 1000;
}
body.zs-menu-open .zs-responsive-menu-overlay {
    opacity: 1;
    pointer-events: auto;
    cursor: pointer;
}
body.zs-menu-open .zs-responsive-menu .zs-responsive-menu-wrapper { 
	opacity: 1;
}
body.zs-menu-open .zs-responsive-menu, .zs-responsive-menu > * {
	width: 300px;
}
.lfs-grid {
	justify-content: center;
}