/*
Theme Name:   Saltandfuessel Child
Theme URI:    https://github.com/gabriel-sf/saltandfuessel-wp-v1.0
Author:       Salt and Fuessel
Author URI:   https://saltandfuessel.com.au/
Template:     saltandfuessel-wp
Version:      1.0.0
Tags:        one-column, two-columns, custom-menu, featured-images, microformats, sticky-post, threaded-comments, translation-ready
*/
/* Search form */
#overlay-search,
#overlay-search1 {
	background-color: rgba(255, 255, 255, 0.91);
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
#overlay-search1 img {
	position: absolute;
	top: 15%;
	left: 0;
	right: 0;
	margin: 0 auto;
	max-width: 70%;
	transition: all 0.5s ease;
	transform: scale(0.3, 0.3);
}
#overlay-search1 img.loaded {
	transform: scale(1, 1);
}
#overlay-search form {
	width: 80%;
	position: absolute;
	top: 30%;
	left: 10%;
	z-index: 9;
}
#overlay-search form input {
	font-weight: 100;
	font-size: 80px;
	line-height: 80px;
	box-shadow: none;
	border: 0px;
	background: none;
	height: auto;
	color: rgba(136, 136, 136, 0.9);
	font-style: italic;
	padding: 0px;
}
#overlay-search form input::-webkit-input-placeholder {
	color: rgba(136, 136, 136, 0.9);
}
#overlay-search form input:-moz-placeholder {
	color: rgba(136, 136, 136, 0.9);
}
#overlay-search form input::-moz-placeholder {
	color: rgba(136, 136, 136, 0.9);
}
#overlay-search form input:-ms-input-placeholder {
	color: rgba(136, 136, 136, 0.9);
}
#overlay-search form button {
	display: none;
}
#overlay-search form p {
	font-size: 11px;
	color: #888888;
	font-weight: 100;
}
#overlay-search .close-search,
#overlay-search1 .close-search {
	position: absolute;
	display: inline-block;
	width: 60px;
	height: 60px;
	top: 10%;
	right: 10%;
	z-index: 10;
}
#overlay-search .close-search::before,
#overlay-search1 .close-search::before,
#overlay-search .close-search::after,
#overlay-search1 .close-search::after {
	content: '';
	width: 2px;
	height: 100%;
	position: absolute;
	background-color: #ff0000;
	top: 0px;
	left: 50%;
	margin-left: -1px;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
#overlay-search .close-search::before,
#overlay-search1 .close-search::before {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
#overlay-search .close-search::after,
#overlay-search1 .close-search::after {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
#overlay-search .close-search:hover::before,
#overlay-search1 .close-search:hover::before {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
#overlay-search .close-search:hover::after,
#overlay-search1 .close-search:hover::after {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
#overlay-search .close-search:focus,
#overlay-search1 .close-search:focus {
	outline: none;
}
#overlay-search.active,
#overlay-search1.active {
	visibility: visible;
	opacity: 1;
}
.widget + .widget > .widget-title {
	margin: 30px 0 15px 0;
}
#map:after {
	background: rgb(255, 255, 255);
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 999999;
	opacity: 0;
	visibility: hidden;
	content: '';
	height: 100%;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
/*
body:before {
background: url(../../uploads/2017/11/map-loader.gif) no-repeat;
content: '';
position: absolute;
top: 7%;
z-index: 9999999999;
height: 400px;
width: 528px;
background-size: cover;
left: 30%;
-webkit-transition: all 0.5s ease;
transition: all 0.5s ease;
opacity: 0;
visibility: hidden;
}
*/
#map:before {
	background: url(../../uploads/2020/03/preloader-padders.gif) no-repeat;
	content: '';
	position: fixed;
	top: 50%;
	z-index: 9999999999;
	height: 200px;
	width: 200px;
	background-size: cover;
	left: 0;
	right: 0;
	margin: 0 auto;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
}
.ajax-loader:after,
.ajax-loader:before {
	opacity: 1 !important;
	visibility: visible !important;
}
.map-error {
	position: absolute;
	bottom: 0;
}
.map-error span {
	font-size: 13px;
	color: #d44d40;
}
.store-finder-wrap {
	position: relative;
}
.map-accordina {
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.5s ease-out;
}
.acc-open .filter-show-head img {
	transform: rotate(0deg);
}
.filter-show-head img {
	transition: all 0.5s ease;
	transform: rotate(-180deg);
}
a.store-finder-sort-list.sort-applied img {
	transform: rotate(180deg);
}
a.store-finder-sort-list img {
	transition: none;
}
.linear-activity {
	overflow: hidden;
	width: 100%;
	height: 0px;
	background-color: #B3E5FC;
}
.ajax-loading .linear-activity {
	height: 4px;
}
.indeterminate {
	position: relative;
	width: 100%;
	height: 100%;
}
.indeterminate:before {
	content: '';
	position: absolute;
	height: 100%;
	background-color: #03A9F4;
	animation: indeterminate_first 1.5s infinite ease-out;
}
.indeterminate:after {
	content: '';
	position: absolute;
	height: 100%;
	background-color: #4FC3F7;
	animation: indeterminate_second 1.5s infinite ease-in;
}
label.required-msg {
	color: #d44c40 !important;
	font-size: 14px !important;
}
label.required-suces {
	font-size: 14px !important;
	color: #069e55 !important;
	line-height: 16px;
	margin-top: 8px;
	display: block;
}
@keyframes indeterminate_first {
	0% {
		left: -100%;
		width: 100%;
	}
	100% {
		left: 100%;
		width: 10%;
	}
}
@keyframes indeterminate_second {
	0% {
		left: -150%;
		width: 100%;
	}
	100% {
		left: 100%;
		width: 10%;
	}
}
/***/
.subscribe-form .btn-default {
	position: relative;
}
.subscribe-form .btn-default .linear-activity,
.btn-default .linear-activity {
	position: absolute;
	bottom: -3px;
	left: 0;
	right: 0;
}
img.mail-loader {
	height: 0px;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
}
.ajax-mail .mail-loader {
	height: 35px;
}
.disabled-dropdawn {
	pointer-events: none;
	background-color: #e1e1e1 !important;
}
.scrol-drpdawn {
	max-height: 300px;
	overflow-y: scroll;
	overflow-x: hidden;
}
/*
.hero_banner_wrapper
{
z-index: 99999;
}*/
#map {
	width: 100%;
	height: 700px;
}
ul.list-style.scroller-ul {
	overflow-y: scroll;
	height: 100%;
	width: 105%;
}
.scrolltrack {
	position: absolute;
	top: 0;
	height: 439px;
	width: 5px;
	background: #000;
	right: 3px;
	bottom: 0;
	z-index: 99;
}
.widget-container .widget-title,
.news-list-area .widget-title {
	height: 44px;
	-webkit-border-radius: 2px 2px 0 0;
	border-radius: 2px 2px 0 0;
	background-color: #333333;
	letter-spacing: -0.3px;
	color: #ffffff;
	padding: 9px 16px 11px;
	font-family: 'ProximaNova-Semibold';
	margin-bottom: 16px;
}
.widget-container ul {
	list-style: none;
}
.widget-container ul li {
	padding: 0 16px 16px;
	line-height: 17px;
}
.widget-container ul li a {
	font-family: 'ProximaNova-Semibold';
	font-size: 14px;
	color: #333333;
	line-height: 17px;
}
#content {
	padding: 70px 0px;
}
ul.xoxo {
	list-style: none;
}
.catalogue-product-page-main .hero_banner_wrapper {
	z-index: 99;
}
.odd-even-only-img {
	/*    z-index: 9;*/
}
#how_we_can_loader {
	padding: 15px 0px;
}
.subsubmenuscroll {
	height: 200px;
	overflow-y: scroll;
}
.menu-relative {
	height: 345px;
	overflow: hidden;
	position: relative;
}
.inner-sub-menu {
	padding: 0;
	overflow-y: scroll;
	height: 100%;
	width: 114%;
	padding-right: 16px;
}
.padding-menu {
	padding: 8px 35px 20px 41px;
}
.hover-mnu .arrow {
	position: absolute;
	right: 11px;
}
.views-field a {
	font-size: 20px;
	font-weight: bold;
}
.views-field {
	margin: 26px 0 10px 0;
}
.views-field-created {
	position: absolute;
	right: 0;
	top: -1px;
}
.products-odd-even-primary-wrapper p {
	margin: 0 !important;
}
.previous a {
	width: auto !important;
	padding: 0 10px !important;
}
.pagination > .active > span {
	-webkit-border-radius: 100% !important;
	border-radius: 100% !important;
}
.pagination > li > a:hover,
.pagination > li > a:focus,
.pagination > li.active > a,
.pagination > li.active > a:focus,
.pagination > li.active > a:hover {
	/*
-webkit-border-radius: unset !important; 
border-radius: unset !important;
*/
}
.views-field-title {
	width: 80%;
}
.activelink a {
	color: #d44d40 !important;
}
.generic-content img.alignleft {
	float: left;
	padding-right: 16px;
	margin: 0px !important;
}
.field-type-file,
.file-application-pdf {
	border: 3px solid #e14947;
	border-radius: 3px;
	display: block;
	float: left;
	margin-bottom: 20px;
	margin-top: 20px;
	padding: 12px 6px;
	width: 325px;
}
.generic-content .field-type-file img {
	margin: 0 !important;
}
/*
.generic-content ol, .news-post-card ol, .generic-content ul, .news-post-card ul {
padding-left: 30px;
}
*/
h2.section-title.line37 {
	line-height: 27px;
}
.clearfix {
	clear: both;
}
#nav_menu-8,
#nav_menu-9,
#nav_menu-12 {
	margin-bottom: 32px;
}
#nav_menu-8 .label-list,
#nav_menu-12 .label-list,
#nav_menu-9 .label-list {
	height: 44px;
	-webkit-border-radius: 2px 2px 0 0;
	border-radius: 2px 2px 0 0;
	background-color: #333333;
	letter-spacing: -0.3px;
	color: #ffffff;
	padding: 9px 16px 11px;
	font-family: 'ProximaNova-Semibold';
	margin-bottom: 16px;
}
#nav_menu-8 ul,
#nav_menu-12 ul,
#nav_menu-9 ul {
	list-style: none;
}
#nav_menu-8 ul li,
#nav_menu-12 ul li,
#nav_menu-9 ul li {
	padding: 0 16px 16px;
	line-height: 17px;
}
#nav_menu-8 ul li:last-child,
#nav_menu-12 ul li:last-child,
#nav_menu-9 ul li:last-child {
	padding-bottom: 0;
}
#nav_menu-8 ul li a,
#nav_menu-12 ul li a,
#nav_menu-9 ul li a {
	font-family: 'ProximaNova-Semibold';
	font-size: 14px;
	color: #333333;
	line-height: 17px;
}
.news-list-area.listing-ul-trick.video-box {
	background-color: #ffffff;
	-webkit-box-shadow: 0 0 34px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 34px 0 rgba(0, 0, 0, 0.1);
	padding: 20px;
}
.scroler {
	-webkit-border-radius: 4px;
	border-radius: 4px;
	background-color: #ffffff;
	padding: 0 0px 10px 0px;
	height: 500px;
	margin: 0;
	overflow: hidden;
	overflow-x: hidden;
	width: 100%;
}
.cshadow {
	-webkit-box-shadow: 0 0 34px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 34px 0 rgba(0, 0, 0, 0.1);
}
.header-product.clearfix {
	margin-top: -7px;
}
.scroler .scrolltrack {
	background: #c3c3c3;
	-webkit-border-radius: 25px;
	border-radius: 25px;
}
.listing-ul-trick .scroler ul li {
	padding: 6px 0px 5px 10px;
}
.scroler li {
	border-bottom: 1px solid #eee;
}
li.manage-dt {
	width: 100%;
	float: left;
}
.manage-dt .lft,
.lft {
	width: 65%;
	float: left;
	font-size: 13px;
}
li.manage-dt .rght,
.rght {
	float: left;
	width: 32%;
	font-size: 13px;
	text-align: right;
	padding-right: 10px;
}
span.lft.newlft {
	padding-left: 10px;
	font-size: 14px;
	font-weight: 600;
}
span.rght.newrght {
	font-size: 14px;
	line-height: 18px;
	font-weight: 600;
}
span.pull-right.cstm-font {
	width: 33%;
}
.prodct-sorting {
	padding-left: 7px;
}
.data-sorting {
	position: relative;
	top: -7px
}
.cstm-font {
	font-family: 'ProximaNova-Semibold';
	font-size: 14px;
	color: #333333;
	line-height: 17px;
	padding-left: 10px;
	padding-right: 5px;
}
.brand-box img {
	padding-right: 15px;
}
.gallery-top-link-area h3 span {
	font-size: 24px;
	display: block;
	color: #fff;
	font-weight: 400;
	letter-spacing: -0.5px;
	outline: none;
	margin-bottom: 8px;
}
.gallery-top-link-area h3 span:hover {
	outline: none;
}
.product-box-hover span {
	font-size: 15px;
	line-height: 1.8;
	text-align: left;
	color: #ffffff;
	font-family: 'ProximaNova-Bold';
	display: block;
	text-align: center;
	margin: 6px 0 0 0;
}
.page-template-content-productrelease ul.post-listing,
.single-product_release ul.post-listing {
	border-top: 1px solid #ddd;
	clear: both;
}
span.rght.newrght.sort-applied .fa {
	transform: rotate(180deg);
}
.cstm-font:hover {
	cursor: pointer;
}
span.rght.newrght .fa {
	transform: rotate(0deg);
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}
.rght.newrght:hover {
	cursor: pointer;
}
/*
.modal-open {
position: fixed;
overflow: hidden;
}*/
.browse-kit {
	height: auto;
	-webkit-border-radius: 2px 2px 0 0;
	border-radius: 2px 2px 0 0;
	background-color: #333333;
	letter-spacing: -0.3px;
	color: #ffffff;
	padding: 9px;
	font-family: 'ProximaNova-Semibold';
	margin-bottom: 0;
}
#nav_menu-10,
#nav_menu-13,
#nav_menu-14,
#nav_menu-15,
#nav_menu-16 {
	-webkit-border-radius: 4px;
	border-radius: 4px;
	background-color: #ffffff;
	-webkit-box-shadow: 0 0 34px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 34px 0 rgba(0, 0, 0, 0.1);
	padding: 16px 16px 24px 16px;
	height: auto;
	margin-bottom: 32px;
}
#nav_menu-10 .menu-item-has-children,
#nav_menu-13 .menu-item-has-children,
#nav_menu-14 .menu-item-has-children,
#nav_menu-15 .menu-item-has-children,
#nav_menu-16 .menu-item-has-children {
	position: relative;
}
#nav_menu-10 .menu-item-has-children > a:after,
#nav_menu-13 .menu-item-has-children > a:after,
#nav_menu-14 .menu-item-has-children > a:after,
#nav_menu-15 .menu-item-has-children > a:after,
#nav_menu-16 .menu-item-has-children > a:after {
	position: absolute;
	font-family: FontAwesome;
	content: "\f107";
	right: 0;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
}
.fivepages ul {
	list-style: none;
}
.fivepages ul .menu-item-has-children ul {
	display: none;
}
. fivepages ul .menu-item-has-children > a {
	color: #000;
}
.fivepages ul .menu-item-has-children {
	border-bottom: 1px solid #dfdfdf;
	padding: 5px 6px;
	margin-bottom: 5px;
}
.fivepages ul ul {
	margin-left: 20px;
	padding: 9px 0px;
}
.fivepages .right-sidebar {
	display: none;
}
.page-template-how-can-we-help-new .how-can-we-help-wrapper .how-can-we-help-content img {
	border-radius: 4px;
}
.fivepages .menu-item-has-children > a.yes-open:after {
	transform: rotate(180deg);
}
.fivepages .menu-item-has-children:hover {
	cursor: pointer;
}
.page-template-pedder-landing .pedder-content-block-two {
	padding: 0 0 25px;
}
.pedder-content-block-two.pedder-content-block-two-primary h2 {
	font-weight: bold;
}
.page-template-conent-page .leftside_image_rightside_content + .leftside_image_rightside_content .odd-even-content-primary-box {
	padding: 0 0 0 30px;
}
/*
.odd-even-only-content-inner ul li {
padding: 0 0 0 15px;
}
*/
.odd-even-only-content-inner ul {
	padding: 0 0 24px 32px;
}
a.simple-link {
	display: block;
	padding-top: 14px;
}
.pos-rel {
	height: 241px;
	overflow: hidden;
	position: relative;
	margin: 0 -20px;
}
.scroler {
	position: relative
}
.dropdown.scrol-drpdawn.scroller-ul1,
.s-scrolll {
	overflow-y: scroll;
	height: 100%;
	width: 108%;
	top: 0;
}
.storeli .scrolltrack {
	display: none;
	background: #c3c3c3;
	-webkit-border-radius: 25px;
	border-radius: 25px;
}
.storeli.active .scrolltrack {
	display: block;
}
.pac-container {
	z-index: 1051 !important;
}
#findstore_with_zipcode #autocomplete {
	width: 251px;
}
.listing-ul-trick.listing-ul-trick1 ul {
	list-style: unset;
	padding-left: 17px;
}
.listing-ul-trick.listing-ul-trick1 ul li {
	padding: 0 5px 5px;
	line-height: 17px;
}
.leaflet-control-attribution.leaflet-control {
    display: none!important;
}
li.authorised-dealer {
    color: #fff;
    background: #666!important;
    font-weight: 400;
    letter-spacing: 0.8px;
    padding-top: 10px!important;
    padding-bottom: 10px!important;
}
li.peders-dealer {
    color: #fff;
    background: #d44d40!important;
    font-weight: 400;
    letter-spacing: 0.8px;
    padding-top: 10px!important;
    padding-bottom: 10px!important;
}

form.store-finder-form.locater_form {
    position: relative;
}
ul.store-list {
    position: absolute;
    top: 46px;
    list-style: none;
    background: #ffff;
    width: 425px;
        z-index: 999;
    border-radius: 4px;
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 34px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 34px 0 rgba(0, 0, 0, 0.1);
    max-height: 350px;
    overflow-y: auto;
}
@media (max-width:767px) {
    ul.store-list {
        width: 100%;
        top:33px;
    }
}
ul.store-list li {
    padding: 2px 15px;
    border-bottom: 1px solid #ccc;
}
ul.store-list a {
    font-size: 13px;
}
ul.store-list li:last-child {
    border-bottom: none;
}
.leaflet-container .service-list a {
    color: #000;
}
.address-list:hover {
    cursor: pointer;
}
.video-brochures-box.view-more p, .video-brochures-box.view-more a {
    font-size: 32px;
    text-align: center;
    line-height: 34px;
    font-family: 'ProximaNova-Bold';
}
.video-brochures-box.view-more {
    min-height: 211px;
    text-align: center;
    justify-content: center;
    align-items: center;
    display: flex;
    background: red;
    color: #fff;
}
.video-brochures-list-wrapper .video-brochures-box{
    border-radius: 6px;
}
.search-form input.form-control.placehoder-black:focus {
    border: 1px solid #d9d9d9;
}