

/******************
MMR MERGED: /wp-includes/css/classic-themes.min.css
***************/

/*! This file is auto-generated */
.wp-block-button__link{color:#fff;background-color:#32373c;border-radius:9999px;box-shadow:none;text-decoration:none;padding:calc(.667em + 2px) calc(1.333em + 2px);font-size:1.125em}.wp-block-file__button{background:#32373c;color:#fff;text-decoration:none}


/******************
MMR MERGED: /wp-content/plugins/categories-images/assets/css/zci-styles.css
***************/

/* Categories Images Frontend Styles */

/* Grid Layout */
.zci-taxonomy-list.zci-grid {
    display: grid;
    grid-gap: 20px;
    grid-template-columns: repeat(var(--zci-columns, 3), 1fr);
    list-style: none;
    /* Remove bullets */
    padding: 0;
    margin: 0;
}

.zci-taxonomy-list.zci-grid .zci-item {
    text-align: center;
    list-style: none;
    /* Ensure no bullets on items */
    margin: 0;
}

.zci-taxonomy-list.zci-grid .zci-image {
    display: block;
    margin-bottom: 10px;
    overflow: hidden;
    /* For hover effect */
    border-radius: 8px;
    /* Nicer corners */
}

.zci-taxonomy-list.zci-grid .zci-image img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
    transition: transform 0.3s ease;
    /* Smooth hover */
}

.zci-taxonomy-list.zci-grid .zci-image img:hover {
    transform: scale(1.05);
    /* Subtle zoom effect */
}

/* Inline Layout */
.zci-taxonomy-list.zci-inline {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.zci-taxonomy-list.zci-inline .zci-item {
    display: flex;
    align-items: center;
    gap: 5px;
    margin: 0;
}

/* List Layout (Default) */
.zci-taxonomy-list.zci-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.zci-taxonomy-list.zci-list .zci-item {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    gap: 10px;
}

/* Common */
.zci-term-name {
    display: block;
    font-weight: bold;
    margin-top: 5px;
    color: inherit;
    text-decoration: none;
}

.zci-link {
    text-decoration: none;
    color: inherit;
    display: block;
}

.zci-term-count {
    display: inline-block;
    background: #f0f0f1;
    border-radius: 10px;
    padding: 2px 8px;
    font-size: 0.8em;
    margin-left: 5px;
    vertical-align: middle;
}


/******************
MMR MERGED: /wp-content/themes/astec/css/normalize.css
***************/

/*! normalize.css v3.0.0 | MIT License | git.io/normalize */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined in IE 8/9.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */

[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
  background: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */

abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */

b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */

dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9.
 */

img {
  border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari 5.
 */

figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10.
 */

button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8+, and Opera
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9.
 */

textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}



/******************
MMR MERGED: /wp-content/themes/astec/style.css
***************/

/*
Theme Name: ASTEC
Description: Theme for ASTEC Mobility & Control Solutions
Version: 1
Author: Launch Interactive
Author URI: http://launchinteractive.com.au

*/


/**
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    contenteditable attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that are clearfixed.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.cf:before,
.cf:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.cf:after {
    clear: both;
}

/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.cf {
    *zoom: 1;
}

/* WordPress Presentational Classes*/
.aligncenter { display:block; margin:0 auto }
.alignleft { float:left }
.alignright { float:right }
.wp-caption { border:1px solid #666; text-align:center; background:#ccc; padding:10px; margin:10px }

#content img {
	max-width: 100%;
	height: auto;
}

#content img.alignright {
    margin:0 0 20px 20px;
}

#content img.alignleft {
    margin:0 20px 20px 0;
}

* {
	box-sizing: border-box;
}

body {
	color: #777;
	line-height: 1.5;
}

.central {
	position: relative;
	margin-left: auto;
	margin-right: auto;
}

/*
@media all and (max-width: 960px) {

}
@media all and (max-width: 320px) {

}
*/

.notransition #categories .category, .notransition #categories .title , .notransition .products .title, .notransition .product {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  -ms-transition: none !important;
  transition: none !important;
}


/******************
MMR MERGED: /wp-content/themes/astec/css/as_header.css
***************/

header {
	text-align: center;
}

header img {
	max-width: 100%;
	height: auto;
}

#menu-main {
	list-style: none;
	padding: 0;
	margin: 0;
	background-color: red;
	height: 0;
	overflow: hidden;
}

#menu-main.show
{
	height: auto;
}

#menu-main li a {
	color: #fff;
	padding: 6px 10px;
	text-transform: uppercase;
	text-decoration: none;
	display: block;
	font-weight: 600;
	font-style: italic;

	text-align: center;
	border-top: 1px solid #fff;
}

#menu-main li.current-menu-item {
	background-color: #231F20;
}

#logo > img {
	display: inline-block;
	vertical-align: bottom;
	padding: 20px 20px 0;
	width: 320px;
}

header form {
	margin: 10px auto;
	max-width: 480px;
	padding: 0 20px;
	display: flex;
}

.header-phone
{
	margin: 20px 0;
	display: block;
	background: #000;
	padding: 5px;

	color: #fff;
	font-size: 17px;
	text-align: center;
	text-decoration: none;
}

header form input[type="text"] {
	flex: 1;
}

header form input[type="submit"] {
	border: 1px solid red;
	margin: 0;
}

#menuButton
{
	display: block;
	position: relative;
	background: none;

	width: 44px;
	height: 44px;
	margin: 0 10px 0 auto;
	padding: 13px 8px;
}

#menuButton::before
{
	content: "";
	background: red;
	height: 2px;
	width: calc(100% - 16px);
	margin-top: -1px;

	position: absolute;
	top: 50%;
	left: 8px;
}

#menuButton::after
{
	content: "";
	height: calc(100% - 4px);
	width: 100%;
	border: 2px solid red;
	border-width: 2px 0;
	display: block;
}

.menu-main-container
{
	border-bottom: 1px solid #000;
	margin-bottom: 20px;
}

@media all and (min-width: 1100px)
{
	header .menu-main-container {
		text-align: center;
	}

	#menu-main
	{
		height: auto;
		display: flex;
		justify-content: center;
	}

	#menu-main li a {
		border-top: none;
	}

	#menu-main li a:hover{
		background: #0003;
	}

	#logo > img
	{
		margin-bottom: 20px;
	}

	header form
	{
		margin-bottom: 30px;
	}

	header {
		text-align: left;
	}

	header form{
		position: absolute;
		top: 33px;
		right: 0;
	}

	.header-phone
	{
		position: absolute;
		top: 0;
		right: 20px;
		width: 220px;
		padding: 10px 0 8px;
		margin: 0;
	}

	#menuButton
	{
		display: none;
	}

	.menu-main-container
	{
		border: none;
		margin: 0;
	}
}

@media all and (min-width: 1100px)
{
	header form{
		padding: 0;
	}

	.header-phone
	{
		right: 0;
	}

	/*header .menu-main-container {
		position: absolute;
		bottom: 0;
		right: 0;
	}

	#logo > img {
		margin-bottom: 0;
	}*/
}



/******************
MMR MERGED: /wp-content/themes/astec/css/as_footer.css
***************/

footer {
	color: #999;
	border-top: 1px solid #ccc;
	margin-top: 20px;
	padding: 10px 20px;
	text-align: center;
	font-size: 0.923em;
}

footer span {
	display: inline-block;
}

#menu-footer-menu
{
	list-style:none ;
}

#menu-footer-menu li
{
	display:inline-block;
}

#menu-footer-menu li
{
	border-right: 1px solid #999;
	padding: 0 10px;
}

#menu-footer-menu li:last-child
{
	border-right: 0;
}

#menu-footer-menu li a
{
	color: #999;
}

#menu-footer-menu li a:hover
{
	color: #666;
}

#menu-footer-menu li.current-menu-item a
{
	color: red;
}


/******************
MMR MERGED: /wp-content/themes/astec/css/as_content.css
***************/

h1 {
	font-weight: 600;
	font-style: italic;
	color: red;
	line-height: 1.2em;
	text-transform: uppercase;
}
h2 {
	margin: 16px 0 8px;
}
ul {
	margin: 8px 0 16px;
}

a {
	color: red;
}

blockquote {
	text-align: center;
	padding: 10px 20px;
	font-style: italic;
	color: #333;
	font-size: 1.231em;
}

#content.central
{
	margin-top: 50px;
	padding: 0 max(20px, calc(50vw - 600px));
}

#wpgmza_map {
	border: 1px solid #ccc;
	margin-bottom: 30px;
}

#headImage {
	margin-top: 30px;
}

#headImage img {
	width: 100%;
	height: auto;
}

#content div.contentright {
	text-align: center;
}

.pagination {
	margin-top: 30px;
}

.pagination > div {
	width: 50%;
	display: inline-block;
	vertical-align: top;
}

.pagination > div:nth-child(even) {
	text-align: right;
}

.pagination a {
	font-weight: 700;
	text-transform: uppercase;
	font-size: 1.1em;
}

.page-id-11 #content a
{
	color: #3E8456
}

@media all and (min-width: 644px)
{
	#content div.contentright {
		width:300px;
		margin-left: 20px;
		text-align: right;
		float: right;
	}
}



/******************
MMR MERGED: /wp-content/themes/astec/css/as_product.css
***************/

#product_images {
	padding: 0;
	list-style: none;
	margin: 0 -10px;
}

#product_images > li {
	text-align: center;
}

#product_images img {
	max-width: 100%;
	height: auto;
}

.product_description h1 {
	margin: 0;
}

.sku
{
	margin-top: 0;
	font-size: .8em;
}

#specifications,
#options_accessories {
	padding: 0 0 0 15px;
}

#youtubeVideo {
	height: 300px;;
	display: block;

	margin-left: calc(0% - 10px);
	width: calc(100% + 20px);
}

#youtubeVideo + span{
	display: block;
	font-size: 0.9em;
}

#options_accessories p {
	margin: 0;
}

#breadcrumbs {
	text-align: center;
	padding: 0 10px;
}

#breadcrumbs a {
	display: inline-block;
}

#breadcrumbs .breadcrumb_last {
	display: inline-block;
}

#overlay {
	position: fixed;
	background: rgba(0,0,0,.5);
	z-index: 9999;
	width:100%;
	height:100%;
	top:0;
	left:0;
	visibility: hidden;
	opacity: 0;

	transition:opacity .2s ease-out, visibility .2s ease-out;
}

#overlay.show {
	visibility: visible;
	opacity: 1;
	transition:opacity .5s ease-out, visibility .5s ease-out;
}

.dialog {
	visibility: hidden;

	position: fixed;
	top: 50%;
	left:50%;
	margin-left:-240px;
	min-width: 30%;
	max-width:100%;
	z-index: 101;

	-moz-perspective: 700px;
	-webkit-perspective: 700px;
	perspective: 700px;

	padding-bottom:20px;
	z-index: 99999;
}

.dialog_content {

	background: #FFF;
	padding:30px;
	box-shadow: 5px 5px 20px rgba(0,0,0,.7);
	transform: rotateX(30deg) translateY(-100px);
	transition:transform .3s ease-out;

	overflow-x: hidden;
}

.dialog.show {
	visibility: visible;
}
.dialog.show .dialog_content {
	transform: rotateX(0deg) translateY(0px);
}
.dialog .close {
	position: absolute;
	top:10px;
	right:10px;
}

@media all and (min-width: 644px)
{
	#product_images {
		margin: 0 -30px;
	}

	#breadcrumbs {
		padding: 0 30px;
		text-align: left;
	}
}

@media all and (min-width: 750px)
{
	#product_images {
		width: 50%;
		display: inline-block;
		margin: 0;
	}

	#text {
		display: inline-block;
		width: 50%;
		vertical-align: top;
		padding-left: 30px;
	}
}



/******************
MMR MERGED: /wp-content/themes/astec/css/as_category.css
***************/

#categories,
.products {
	text-align: center;
}

#categories .category,
.products .product {
	border: 4px solid rgba(255,0,0,0.8);
	display: inline-block;
	margin: 10px;
	vertical-align: top;

	position: relative;

	width: 262px;
	height: 214px;
}

.no-touch #categories .category,
.no-touch .products .product {
	-webkit-transition: border-color 0.5s ease 0s;
	transition: border-color 0.5s ease 0s;
	border-color: #777;
}

.no-touch #categories .category:hover ,
.no-touch .products .product:hover {
	border-color: rgba(255,0,0,0.8);
}

#categories .category img,
.products .product img {
	vertical-align: bottom;
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
}

/*#categories:not(.gallery) .category img,
.products .product img {
	filter: grayscale(1);
	transition: filter 0.5s ease 0s;
}

#categories:not(.gallery) .category a:hover img,
.products .product a:hover img {
	filter: grayscale(0);
}*/

#categories .category .title,
.products .product .title {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: right;
	color: #fff;
	text-transform: uppercase;
	background: rgba(255,0,0,0.8);
	padding: 9px 15px 5px;
}

.no-touch #categories .category .title,
.no-touch .products .product .title {
	opacity: 0.8;
	-webkit-transition: opacity 0.5s ease, background 0.5s ease;
	transition: opacity 0.5s ease 0s, background 0.5s ease;
	background: #777;
}

.no-touch #categories .category:hover .title,
.no-touch .products .product:hover .title {
	opacity: 1;
	background: rgba(255,0,0,0.8);
}



/******************
MMR MERGED: /wp-content/themes/astec/css/as_homepage.css
***************/

#slider {
	width: 100%;
	height: 390px;
	box-shadow: 0px 0px 40px -15px #333;
	clip-path: polygon(0 0, 100% 0, 100% 200%, 0 200%);
	position: relative;
	
	margin: 0;
	padding: 0;
	color: #5A5A5C;
}

#slider > li {
	height: 100%;
	padding: 60px 30px;
	display: block;
	background: #fff;
}

#slider > li > a {
	height: 100%;
	text-decoration: none;
	color: inherit;
}

#slider h2 {
	color: red;
	text-transform: uppercase;
	font-style: italic;
	font-size: 2em;
	line-height: 1em;
	margin: 0;
}

#slider p {
	font-size: 1.3em;
	font-style: italic;
}

#slider .text p {
	font-size: 2em;
	line-height: 1.2em;
	width:100%;
}

#slider img {
	float: none;
	max-width: 100%;
	width:auto;
	max-height: 100%;
	height: auto;
	display: inline-block;
	vertical-align: bottom;
}

#slider > li > a > span {
	text-align: center;
	height: 50%;
	display: block;
}

.rslides_tabs {
	text-align: center;
}

.rslides_tabs li {
    display: inline-block;
    font-size: 0;
    border-radius: 50%;
    border: 1px solid #777;
    width: 10px;
    height: 10px;
    margin: 0 10px;
}

.rslides_tabs li.rslides_here {
	background: red;
}

.rslides_tabs li a {
	display:block;
	height: 100%;
}

@media all and (min-width: 550px)
{
	
	#slider > li.text,
	#slider > li > a {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
	}
	
	#slider > li {
		padding: 60px;
	}
	
	#slider > li.text {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	
	#slider > li .left,
	#slider > li .right {
		width: 50%;
		-webkit-box-flex: 1;
		-webkit-flex: 1;
		-ms-flex: 1;
		flex: 1;
		display: inline-block;
		text-align: left;
		vertical-align: top;
	}
	
	#slider > li .right {
		text-align: right;
		height: auto;
	}

}

@media all and (min-width: 800px)
{
	#slider h2 {
		color: red;
		text-transform: uppercase;
		font-style: italic;
		font-size: 3em;
		line-height: 1em;
		margin: 0;
	}
	
	#slider > li {
		padding: 60px 120px;
	}
}

@media all and (min-width: 1100px)
{
	#slider h2 {
		font-size: 4em;
	}
}


/******************
MMR MERGED: /wp-content/themes/astec/css/as_forms.css
***************/

#nf-form-1-cont ~ aside {
	text-align: center;
}

input,
textarea {
	border: 1px solid #ddd;
	padding: 5px;
}

textarea {
	resize: vertical;
}

button,
a.button,
input[type="submit"],
input[type="button"],
.woocommerce #content .button {
	background: red;
	color: #fff;
	padding: 5px 10px;
	font-weight: bold;
	font-style: italic;
	text-transform: uppercase;
	border: none;
	margin-top: 10px;
	text-decoration: none;
	display: inline-block;
}

.woocommerce #content .button
{
	line-height: inherit;
	border-radius: 0;
}

.close {
	text-decoration: none;
	font-size: 1.5em;
}

#content .nf-field-container {
	margin-bottom: 0;
}

#content .label-above .nf-field-label {
	margin-top: 10px;
	margin-bottom: 5px;
}

@media all and (min-width: 580px)
{
	#nf-form-1-cont,
	#nf-form-1-cont ~ aside {
		display: inline-block;
		vertical-align: top;
		width: 65%;
	}
	
	#nf-form-1-cont ~ aside {
		width: 34%;
		padding-left: 30px;
		text-align: left;
	}
}

@media all and (min-width: 780px)
{
	#nf-form-1-cont ~ aside {
		padding-left: 80px;
	}
}


/******************
MMR MERGED: /wp-content/themes/astec/css/as_map.css
***************/

#map {
	height: 400px;
	border: 1px solid #ddd;
	margin-bottom: 20px;
}


/******************
MMR MERGED: /wp-content/themes/astec/css/as_lightbox.css
***************/

#cover {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: rgba(0,0,0,0.7);
	z-index: 1000;
}

.lightbox {
	position: fixed;
	top: 50%;
	left: 50%;
	
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	
	z-index: 1200;
}

#content .lightbox img {
	max-width: 100vw;
	max-height: 100vh;
	width: auto;
	height: auto;
}

.lightbox,
#cover {
	visibility: hidden;
	opacity: 0;
}

.lightbox.show,
#cover.show {
	visibility: visible;
	opacity: 1;
}

.clickable {
	cursor: pointer;
}


/******************
MMR MERGED: /wp-content/themes/astec/css/responsiveslides.css
***************/

/*! http://responsiveslides.com v1.54 by @viljamis */

.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
  }



/******************
MMR MERGED: /wp-content/themes/astec/css/as_woocommerce.css
***************/

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
	height: auto;
	position: relative;	
}

.woocommerce ul.products li.product a img
{
	margin: 0;
}

.woocommerce ul.products li.product .woocommerce-loop-category__title, 
.woocommerce ul.products li.product .woocommerce-loop-product__title, 
.woocommerce ul.products li.product h3
{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: right;
	color: #fff;
	text-transform: uppercase;
	background: rgba(255,0,0,.8);
	padding: 9px 15px 5px;
}



.product_meta
{
	margin-top: 15px;
}

.cart + #enquirybutton
{
	margin: -5px 0 15px;
}

@media (hover: hover)
{
	.woocommerce ul.products li.product .woocommerce-loop-category__title, 
	.woocommerce ul.products li.product .woocommerce-loop-product__title, 
	.woocommerce ul.products li.product h3
	{
		opacity: 0.8;
		transition: opacity 0.5s ease 0s,background 0.5s ease;
		background: #777;
	}

	.woocommerce ul.products li.product:hover .woocommerce-loop-category__title, 
	.woocommerce ul.products li.product:hover .woocommerce-loop-product__title, 
	.woocommerce ul.products li.product:hover h3
	{
		opacity: 1;
		background: rgba(255,0,0,.8);
	}
	
	.woocommerce ul.products li.product a img
	{
		filter: grayscale(1);
		transition: filter 0.5s ease 0s;
	}
	
	.woocommerce ul.products li.product:hover a img
	{
		filter: grayscale(0);
	}
}


/******************
MMR MERGED: /wp-content/themes/astec/css/gutenberg.css
***************/

.wp-block-column >:first-child
{
	margin-top: 0;
}

.wp-block-column >:last-child
{
	margin-bottom: 0;
}

figure
{
	margin: 0;
}

.wp-block-image .alignright
{
	margin: 0;
}



/******************
MMR MERGED: /wp-includes/blocks/heading/style.min.css
***************/

h1:where(.wp-block-heading).has-background,h2:where(.wp-block-heading).has-background,h3:where(.wp-block-heading).has-background,h4:where(.wp-block-heading).has-background,h5:where(.wp-block-heading).has-background,h6:where(.wp-block-heading).has-background{padding:1.25em 2.375em}h1.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h1.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),h2.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h2.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),h3.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h3.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),h4.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h4.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),h5.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h5.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),h6.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h6.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]){rotate:180deg}
