/*----style----*//*these will soon become library standards*/

/*these will soon become library standards*/

@keyframes overlay_fade {
  from {opacity: 1;}
  to {opacity: 0;}
}

@keyframes bg_animate_top {
  0% {left: -80px;}
  50% {left: 0%;}
  100% {left: -80px;}
}

@keyframes bg_animate_bottom {
  0% {right: -80px; bottom: -40px;}
  50% {right: 0%; bottom: 0px;}
  100% {right: -80px; bottom: -40px;}
}

@keyframes fade_in_2 {
  from {opacity: 0;}
  to {opacity: 0.2;}
}

@keyframes fade_in_8 {
  from {opacity: 0;}
  to {opacity: 0.8;}
}

@keyframes fade_in_10 {
  from {opacity: 0;}
  to {opacity: 1;}
}

@keyframes loading {
  0% {left:-20%;}
  50% {left: 20%;}
  100% {left: -20%;}
}

*{
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
	color: inherit;
	font-weight: 300;
}

body{
	display: block;
	width: 100%;
	min-height: 100vh;
}

iframe{
	display: block;
	margin: 0px auto;
}

strong,b{
	font-weight: 700;
}

h3 > i{
	display: inline-block;
	width: 30px;
	margin: 12pt 0px;
}

body{
	overflow-y: scroll;
	overflow-x: hidden;
	font-family: 'Red Hat Display', sans-serif, sans-serif;
	font-size: 13pt;
}

html[active_within="cart"],
html[active_within="cart"] body{
	overflow-y: hidden ! important;
	overflow-x: hidden ! important;
}

body.noscroll{
	overflow-y: hidden;
}

#page_container{
	display: block;
	width: 100%;
	overflow-x: hidden;
}

section{
	position: relative;
	transition: all 120ms ease;
	display: block;
	width: 100%;
}

h4{ font-size: 15pt; }

section p{
	margin: 12pt 0px;
}

section[type="hero"]{
	display: block;
	margin: 0px;
	background: transparent;
	color: white;
	min-height: 60vh;
}

.blurred{
	filter: blur(5px);
}

.central{
	width: 100%;
	max-width: 740px;
	/*padding: 0px 32px;*/
	margin: 0px auto;
}

.central.right,
.central.left{
	position: relative;
	z-index: 1;
	max-width: 420px;
	margin: 0px auto;
}

.contain{
	position: relative;
	overflow: hidden;
	padding: 0px;
}

section[type]{
	position: relative;
	width: 100%;
	max-width: 850px;
	margin: 0px auto;
}

section[type="hero"] p > a:last-child{
	display: inline-block;
	position: relative;
	line-height: 30px;
	padding: 0px 14px;
	background: #2b5423;
	text-decoration: none;
	transition: all 120ms ease;
	border-radius: 0px 10pt 0px 10pt;
	overflow: visible;
	z-index: 1;
}

section[type="hero"] p > a:last-child:hover{
	color: #25481e;
	background: #407d35;
}

section[type="hero"] p > a:last-child:before{
	content: "";
	position: absolute;
	left: 0px; right: 0px; top: 0px; bottom: 0px;
	box-shadow: 0px 8px 9px rgba(0,0,0,0.23), 0px 0px 15px rgba(0,0,0,0.28);
	opacity: 0;
	transition: all 420ms ease 1s;
	background: linear-gradient(35deg, rgba(0,255,0,0.6), rgba(0,190,0,0.6));
	z-index: -1;
	border-radius: 0px 10pt 0px 10pt;
}

body[scroll] section[type="hero"] p > a:last-child:before{
	opacity: 1;
}

body[scroll] section[type="hero"] p > a:last-child:active:before{
	opacity: 0;
	transition: all 120ms ease 0ms;
}

section[type="text"]{
	margin: 20vh auto;
	padding: 16pt 0px;
	background: linear-gradient(90deg, rgba(255,255,255,0.9) 65%, rgba(255,255,255,0.7));
	
	box-shadow: 0px 2px 3px rgba(60,60,60,0.4), 0px 4px 8px rgba(0,0,0,0.1);
	color: black;
	text-shadow: 0px 0px 10px white, 0px 0px 5px white;
}

section[type="bg_cover"]{
	position: relative;
	
	width: calc(100vw - 64px);
	max-width: 850px; margin: 0px auto;
	
	padding: 0px;
	
	background: transparent;
}

section[type="bg_cover"]:after,
section[type="bg_cover"]:before{
	content: " ";
	
	position: absolute;
	top: 0px; bottom: 0px;
	width: 100%;
	min-width: 50vw;
	
	background: white;
	
	z-index: 1;
}

section[type="bg_cover"]:after{
	left: 100%;
	background: linear-gradient(90deg,white,rgba(255,255,255,0.5));
}
section[type="bg_cover"]:before{
	right: 100%;
	background: linear-gradient(270deg,white,rgba(255,255,255,0.5));
}

section[type="naked"]{
	color: white;
	margin: 20vh auto;
	padding: 16pt 0px;
}

section[type="text"] > .central > div[content_id],
section[type="naked"] > .central > div[content_id]{
	padding: 0px 16pt;
}

section[type="banner"]{
	transform: skewY(2deg);
	z-index: 2;
	height: 400px;
	overflow: visible;
	padding: 0px;
}

section[type="banner"] > div{
	position: absolute;
	top: -4vw; bottom: 0px;	left: 0px; right: 0px;
	padding: 0px;
	overflow: hidden;
	vertical-align: middle;
	background: #25481e;
}

section[type="banner"] > div > img{
	position: absolute;
	top: 0px; bottom: 0px;	left: 0px; right: 0px;
	margin: auto; 
	width: 100%; height: auto;
}

section[type="workspace"]{
	background: white;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	padding: 20pt 0px;
}


#page_container{
	padding-top: 60px;
	padding-bottom: 30vh;
	min-height: 100vh;
	background: white;
	color: black;
}

.loading{
	position: relative;
	display: block;
	font-size: 28pt;
	text-align: center;
	margin-top: 120pt ! important;
	padding: 120pt 0px;
	animation: fade_in_10 920ms ease-in;
	z-index: 10;
}

.loading:before{
	position: absolute;
	content: ""; display: block;
	top: 0px; left: 0px; bottom: 0px; width: 100%;
	animation: loading 4.2s ease 0ms infinite;
	background: radial-gradient(ellipse at center, rgba(255,255,255,0.5), rgba(255,255,255,0.15) 40%, rgba(255,255,255,0) 60%);
	z-index: -1;
}

.loading > img{
	height: 120px;
}

.page_menu{
	position: fixed;
	left: 0px; right: 0px; top: 60px;
	max-height: 230px;
	z-index: 1;
	background: white;
	padding: 16px;
	box-shadow: 0px 4px 3px rgba(20,20,20,0.2), 0px 6px 5px rgba(20,20,20,0.1);
	transition: top 120ms ease, left 330ms ease 20ms;
}

body[scroll_direction="down"] .page_menu{
	top: 0px;
}

.page_menu ~ *{
	padding-top: 230px;
}

.padded{
	padding: 16pt ! important;
}

.modal_body{
	max-height: calc(100vh - 160px);
	overflow-y: auto;
}

.modal_body > *{
	overflow: visible;
}

.widget[size="small"] > img{ max-width: 180px; }
.widget[size="medium"] > img{ max-width: 320px; }
.widget[size="large"] > img{ max-width: 520px; }
.widget[size="full"] > img{ max-width: 100%; }

.widget[size="small"] > i:after,
.widget[size="small"] > i:before{ font-size: 13pt; }
.widget[size="medium"] > i:after,
.widget[size="medium"] > i:before{ font-size: 34pt;}
.widget[size="large"] > i:after,
.widget[size="large"] > i:before{ font-size: 48pt; }
.widget[size="full"] > i:after,
.widget[size="full"] > i:before{ font-size: 62pt; }

.central.after_image:before{
	content: " ";
	display: block;
	position: relative;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	border-radius: 8pt;
	height: 240px;
	width: 100%;
}

/*larger than (X)px in width*/
@media screen and (min-width: 1270px) {
	
	.widget[size="small"] > img{ max-width: 180px; }
	.widget[size="medium"] > img{ max-width: 420px; }
	.widget[size="large"] > img{ max-width: 720px; }
	.widget[size="full"] > img{ max-width: 100%; }
	
	.widget[size="small"] > i:after,
	.widget[size="small"] > i:before{ font-size: 15pt; }
	.widget[size="medium"] > i:after,
	.widget[size="medium"] > i:before{ font-size: 45pt;}
	.widget[size="large"] > i:after,
	.widget[size="large"] > i:before{ font-size: 55pt; }
	.widget[size="full"] > i:after,
	.widget[size="full"] > i:before{ font-size: 85pt; }

	h1{font-size: 28pt; text-align: center;}
	h2{font-size: 18pt;}
	
	h1,h2,h3,h4{
		color: #293427;
		font-weight: 900;
	}
	div,span,p,input,li{
		font-size: 15pt;
	}
	
	.central{
		display: block;
		position: relative;
		max-width: 850px;
		width: 100%;
		margin: 0px auto;
	}
	
	.central.right,
	.central.left{
		display: block;
		max-width: 425px;
		width: 100%;
	}
	.central.left{
		margin: 0px 50% 0px auto;
	}	
	.central.right{
		margin: 0px auto 0px 50%;
	}
	
	.central.after_image:before{
		position: absolute;
		top: 0px; bottom: 0px;
		width: 425px;
		height: auto;
	}
	
	.central.left.after_image:before{
		left: 100%;
	}
	
	.central.right.after_image:before{
		right: 100%;
	}
	
	section[type="naked"],
	section[type="text"]{
		padding: 16pt 0px;
		margin: 16pt auto 5vh auto;
	}

	body[scroll_direction="down"] #nav{
		top: 0px;
	}
	
		
	body[scroll_direction="down"] .page_menu,
	.page_menu{
		top: 80px;
	}
	
	.padded{
		padding: 16pt;
	}

	#page_container{
		padding-top: 80px;
		transition: padding 330ms ease 20ms;
	}

		
	body[admin_panel_navigation="true"] .page_menu{
		left: 280px;
	}
	
	body[admin_panel_navigation="true"] #page_container{
		padding-left: 280px;
	}
}/*----navigation----*/
#nav{
	display: block;
	position: fixed; top: 0px; right: 0px; left: 0px;
	line-height: 60px;
	z-index: 8;
	height: 80px;
	transition: all 320ms ease;
	overflow: visible;
	color: white;
}

#nav:before{
	position: absolute;
	content: "";
	bottom: -5px; left: 0px; right: 0px; top: 100%;
	
	z-index: -1;
	transition: opacity 220ms;
}

body[scroll="0"] #nav{
	background: transparent;
}


#nav_logo{
	position: fixed;
	top: 5px; left: calc(50% - 60px); right: calc(50% - 60px); bottom: calc(100vh - 60px);

	z-index: 2;	
	
	transition: 
		opacity 200ms ease,
		left 200ms ease, 
		right 200ms ease, 
		top 240ms ease 40ms, 
		bottom 240ms ease 40ms;
}

body[scroll="0"] #nav_logo{
	left: 10vw; right: 10vw;
	top: 60px;
	bottom: 50vh;
}

#nav_logo:before{
	position: absolute;
	content: " ";
	top: 0px; left: 0px; right: 0px; bottom: 0px;
	
	background-image: url('https://mrandrewscontracting.co.nz/images/logo_home_shadow.png');
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	
	opacity: 0;
}

#nav_logo:after{
	position: absolute;
	content: " ";
	top: 0px; left: 0px; right: 0px; bottom: 0px;
	
	background-image: url('https://mrandrewscontracting.co.nz/images/logo_home.png');
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}

section[type="nav_padding"]{
	height: 50vh;
	transition: height 240ms ease;
}


#mobile_menu{
	display: block;
	position: absolute;
	top: 60px; right: 0px; left: 0px; bottom: 0px;
	height: 0px;
	width: 100%;
	overflow: hidden;
	transition: height 240ms ease 280ms;
	background: linear-gradient(#25481e, rgba(0,0,0,0.95));
	
	font-weight: bold;
	color: white;
}

#mobile_menu > div{
	line-height: 34px;
	font-size: 0px;
	text-align: center;
}

#mobile_menu > div > h3{
	padding: 0px 10px;
	margin-top: 10px;
	font-size: 14pt;
}

#mobile_menu > div > .nav_item{
	display: block;
	line-height: inherit;
	padding: 10px;
	font-weight: bold;
	margin: 5px;
}

#menu_toggle{
	display: block;
	width: 60px;
	height: 60px;
	position: fixed;
	top: 0px; right: 0px;
	z-index: 20;
	box-sizing: border-box;
	border: none;
	background: none;
	transition: all 150ms ease;
	outline: none;
}

#menu_toggle > div{
	margin: 3px auto;
	height: 3px;
	width: 24px;
	background: #293427;
	transition: all 150ms ease;
	border-radius: 2pt;
}

#menu_toggle:focus{
	color: white;
	background: #25481e;
}

#menu_toggle:focus > div{
	background: white;
}

#menu_toggle:focus ~ #mobile_menu{
	transition-delay: 0ms;
	height: 100vh;
}

.nav_item{
	display: block;
	line-height: 55px;
	padding: 0px 8px;
	margin: 8px;
	text-decoration: none;
	text-align: center;
	font-size: 15pt;
	font-weight: inherit;
	color: inherit;
}

.nav_item.image{
	padding: 4px 0px;
}

.nav_item.image > img{
	display: inline;
	text-align: center;
	height: 42px;
	line-height: 42px;
}

#was_admin{
	position: fixed;
	bottom: 8px; left: 8px;
	border-radius: 50%;
	width: 50px;
	height: 50px;
	line-height: 50px;
	vertical-align: middle;
	background: #25481e;
	box-shadow: 0px 2px 5px rgba(0,0,0,0.4);
	z-index: 10;
}

#was_admin a{
	display: block;
	text-align: center;
	color: white;
}

.menu_bar{
	display: none;
}

#footer{
	position: relative;
	display: block;
	background: linear-gradient(90deg,rgba(0,0,0,0.1), rgba(50,50,50,0.4), rgba(50,50,50,0.4), rgba(0,0,0,0.1));
	z-index: 1;
	color: white;
	padding: 60px 0px;
}

#footer > div{
	display: block;
}

#footer .layout_table > div{
	margin: 32px auto;
}

#footer h4{
	font-weight: bold;
	margin-bottom: 10px;
}

#footer a{
	display: block;
	text-decoration: none;
	margin-bottom: 10px;
	transition: all 140ms ease;
}

#footer a:hover{
	opacity: 0.7;
}

#footer a > i{
	width: 24px;
	margin-right: 10px;
	text-align: center;
}

#sub_nav{
	display: none;
}

/*larger than (X)px in width*/
@media screen and (min-width: 1270px) {

	body[scroll_direction="down"] #nav,
	#nav{
		display: block;
		position: fixed; top: 220px; right: calc(50% + 425px); left: auto;
		width: 180px;
		height: auto;
		line-height: 80px;
	}

	#sub_nav{
		display: block;
		position: fixed;
		
		top: 80px; left: 0px; right: 0px; line-height: 80px;
		
		padding: 0px 8pt;
		color: white;
		text-align: center;
		background: #1a4ac2;
		
		z-index: 10;
		
		box-shadow: 0px 2px 3px rgba(60,60,60,0.4), 0px 4px 8px rgba(0,0,0,0.1);
	}
	
	#nav_logo{
		position: fixed;
		
		top: 60px; bottom: calc(100vh - 220px);
		right: calc(50% + 425px + 10px); left: calc(50% - 425px - 170px);

		z-index: 2;	
		
		transition: 
			opacity 200ms ease,
			left 200ms ease, 
			right 200ms ease, 
			top 240ms ease 40ms, 
			bottom 240ms ease 40ms;
	}

	body[scroll="0"] #nav_logo{
		top: 0px; bottom: 20vh;
		left: calc(50% - 280px); right: calc(50% - 280px);
		
		transition: 
			opacity 200ms ease,
			left 240ms ease 40ms, 
			right 240ms ease 40ms, 
			top 200ms ease, 
			bottom 200ms ease;
	}

	body[scroll="0"] #nav_logo:before{
		opacity: 1;
	}	
		
	body[scroll="0"] section[type="nav_padding"]{
		height: 80vh;
	}

	
	body[admin_panel_navigation="true"] #nav{
		left: 280px;
	}


	#menu_toggle{
		display: none;
	}
	
	#mobile_menu{
		display: none;
	}
	
	#menu{
		display: block;
		position: relative;
		height: auto;
		background: none;
		width: 100%;
	}
	
	.menu_bar{
		display: block;
		position: relative;
		width: 100%;
	}

	.menu_bar > div{
		display: block;
		line-height: 80px;
		text-align: center;
		vertical-align: middle;
		font-size: 0;
		box-sizing: border-box;
		color: white;
	}
	

		.nav_item{
			display: block;
			box-sizing: border-box;
			width: 100%;
			height: 50px;
			background: transparent;
			line-height: 1.1;
			white-space: nowrap;
			padding: 12pt;
			text-shadow: 0px 1px 3px 1px black;
			margin: 0px;
			text-decoration: none;
			vertical-align: middle;
			font-size: 15pt;
			transition: font-size 120ms ease, background 120ms ease 0ms, opacity 220ms ease 0ms;
			text-align: center;
		}
		
		.nav_item.bold{
			background: #293427;
		}
		
		.nav_item.clear,
		.nav_item.bold{
			border: 2px solid #293427;
		}
		
		.nav_item:active,
		.nav_item:hover{
			background: rgba(40,50,40,0.7);
			text-shadow: none;
		}	
		
		.nav_item.image:active,
		.nav_item.image:hover{
			background: transparent;
			opacity: 0.6;
		}
		
		
}/*----inputs----*/[status="Disabled"]{
	opacity: 0.7;
	filter: grayscale(100%);
	background: #888;
}

button,
input[type="button"],
input[type="submit"]{
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.navigation_input{
	width: 100%;
	max-width: calc(100% - 115px);
	background: rgba(255,255,255,0.7);
	border: 1px solid rgba(0,0,0,0.5);
	border-radius: 2pt;
	padding: 5px;
	max-height: 34px;
	height: 34px;
	box-sizing: border-box;
}

.navigation_input:last-child{
	max-width: 100%;
}

.navigation_input + input[type="submit"]{
	float: right;
	width: 105px;
	padding: 0px;
	max-height: 34px;
	height: 34px;
	box-sizing: border-box;
	margin-top: 0px;
}	

.code_input{
	display: inline-block;
	width: 100%;
	
	font-size: 15pt;
	font-family: monospace;
	text-align: center;
	line-height: 20pt;
	padding: 10pt;
}

.code_input:last-child{
	margin: 10pt auto;
}

.code_input + input[type="submit"]{
	line-height: 20pt;
}

input.hidden{
	position: fixed;
	top: -10px;
	height: 1px;
	width: 1px;
	pointer-events: none;
	opacity: 0;
}

.stripe_input_wrapper{
	padding: 12pt;
	background: rgba(0,0,0,0.1);
	border-bottom: 2px solid #293427;
}

::-moz-selection { /* Code for Firefox */
	color: <main_lowest>;
	background: #fef8a9;
}

::selection {
	color: <main_lowest>;
	background: #fef8a9;
}

.highlighted {
	color: <main_lowest>;
	background: #fef478;
}

a.red, li.red, td.red{background: #ff3d00; color: white;}
a.orange, li.orange, td.orange{background: #ffa000; color: white;}
a.yellow, li.yellow, td.yellow{background: #fdd835; color: black;}
a.green, li.green, td.green{background: #64dd17; color: black;}
a.teal, li.teal, td.teal{background: #1de9b6; color: black;}
a.blue, li.blue, td.blue{background: #448aff; color: white;}
a.purple, li.purple, td.purple{background: #ab47bc; color: white;}
a.magenta, li.magenta, td.magenta{background: #d81b60; color: white;}

.widget[layout="inline_left"]{display: inline; float: left; padding: 4px 16px 8px 0px;}
.widget[layout="inline_right"]{display: inline; float: right; padding: 4px 0px 8px 16px;}
.widget[layout="span_left"]{display: block; text-align: left; padding: 4px 16px 8px 0px;}
.widget[layout="span_center"]{display: block; text-align: center; padding: 8px;}
.widget[layout="span_right"]{display: block; text-align: right; padding: 4px 0px 8px 16px;}

.widget > img{ width: 100%; max-width: 100%;}

.ui_icon{
	width: 240px;
	max-width: 50%;
	display: block;
	margin: 0px auto;
}

.block_table{
	display: block;
}

.block_table > *{
	display: block;
}

.gradient{
	background-image: linear-gradient(90deg, #fef478, #293427); 
}

/*
.toolbar{
	text-align: right;
	vertical-align: middle;
}

.toolbar > *{
	display: inline-block;
	position: relative;
	min-width: 30px;
	width: 30px;
	height: 30px;
	color: black; background: white;
	transition: 220ms ease;
	cursor: pointer;
	text-align: center;
	vertical-align: middle;
	border-radius: 3px;
}

.toolbar i {
	line-height: 30px;
	vertical-align: middle;
}

.toolbar > *:hover{
	color: white; background: black;
}

.toolbar > * > *{
	position: absolute;
	vertical-align: middle;
	width: 30px;
	height: 30px;
	top: 0px; left: 0px; right: 0px; bottom: 0px;
	
}

.toolbar_item{
	display: inline-block;
	background: white;
	color: black;
	transition: background 200ms ease, color 200ms ease;
	text-align: center;
	cursor: pointer;
}

.toolbar_item:hover{
	background: black;
	color: white;
	transition: background 200ms ease, color 200ms ease;
}
*/


[client_action]{
	cursor: pointer;
}

[client_action] input{
	cursor: pointer;
}

td[client_action]{
	cursor: auto;
}

td[client_action][periods]{
	cursor: pointer;
}

[bizeco_editable]{
	padding: 4px 0px;
}

.input_container{
	margin: 16px;
}

.embed_container{
	position: relative;
	width: 100%;
	margin: 6px 0px 24px 0px;
}

.input_wrapper{
	position: relative;
	width: 100%;
	box-sizing: border-box;
	line-height: initial;
	background: #E5E5E5;
	margin: 6px 0px 24px 0px;
	padding-top: 16px;
	border-radius: 2pt;
	color: #666;
	border: 1px solid;
	cursor: text;
}

.input_wrapper .input_wrapper{
	baclground: transparent;
	border: none;
	outline: none;
}

.readonly .input_wrapper{
	background: none;
	border-color: #BBB;
	color: #111;
}

.readonly .input_wrapper label{
	color: #25481e;
}

span.input_wrapper,
.input_wrapper.inline{
	max-width: 240px;
	margin: 0px 12px 0px 0px;
	display: inline-block;
}

.input_wrapper[type="hidden"]{
	display: none;
}

.input_wrapper_table{
	display: table;
	table-layout: fixed;
	background: #e5e5e5;
	border-radius: 2pt;
	margin: 5px 0px 28px 0px;
	width: 100%;
}	

.input_wrapper_table > .input_wrapper{
	display: table-cell;
	width: auto;
}

.input_wrapper:after{
	position: absolute;
	top: 100%; left: 8px; right: 8px;
	line-height: 18px;
	vertical-align: middle;
	content: "";
	font-size: 11pt;
	color: inherit;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.readonly .input_wrapper:after{
	display: none;
}

.input_wrapper[warn]:after{
	content: attr(warn);
}

.input_wrapper[help]:after{
	content: attr(help);
}


.input_wrapper[error]:after{
	content: attr(error);
}

.input_wrapper[warn]:last-child,
.input_wrapper[error]:last-child,
.input_wrapper[help]:last-child{
	margin-bottom: 20px;
}

section.readonly .input_wrapper:after{
	display: none;
}

.view_input,
.input_wrapper > p{
	margin: <mobile_padding_smaller> 0px 9pt 0px;
	padding: 0px 8px;
	color: #333;
}


.input_options_menu{
	position: absolute;
	top: 100%; right: 0px; left: 0px;
	height: 0px;
	background: white;
	box-shadow: 0pt 4pt 2pt rgba(0,0,10,0.4), 0pt 4pt 12pt rgba(0,0,10,0.3);
	overflow-x: hidden;
	overflow-y: auto;
	transition: all 220ms;
	z-index: 10;
	opacity: 0.2;
	max-height: 220px;
}

.input_option{
	padding-left: 10px;
	line-height: 40px;
	white-space: nowrap;
	width: 100%;
	background: white;
	cursor: pointer;
}

.input_option[current="true"]{
	background: #293427;
	color: black;
}
.input_option:hover, 
.input_option:active{
	background: #25481e;
	color: white;
}

.input_wrapper[option],
.input_wrapper[option] > input{
	cursor: pointer;
}

.input_wrapper[type="box"]{
	padding: 4px;
	border: 1px solid rgba(127,127,127,0.5);
	border-radius: 2pt;
	margin: 8px 0px;
	box-shadow: inset 0px 2px 6px 0px rgba(0,0,0,0.2), inset 0px 2px 2px 0px rgba(0,0,0,0.1);
}

.input_wrapper[type="upload"] iframe{
	height: 140px;
}

.input_wrapper > img{
	display: block;
	margin: 0px auto;
	border: 1px solid rgba(0,0,0,0.2);
	max-height: 120px;
}

.input_wrapper > span.range{
	display: table;
	table-layout: fixed;
	width: 100%;
	margin: 6px 0px;
}

.input_wrapper > span.range > *{
	display: table-cell;
}

.input_wrapper > span.range > label{
	width: 60px;
	text-align: center;
	background: #CCC;
	line-height: 25px;
	border-right: 0px;
}

.input_wrapper input[type="range"]{
	-webkit-appearance: none;
	width: calc(100% - 20px);
	height: 5px;
	margin: 10px;
	background: #BBB;
	oultine: 0px;
	border-radius: 2pt;
}


#address_finder_input, 
.input_wrapper > input, 
.input_wrapper > textarea, 
.input_wrapper > select{
	box-sizing: border-box;
	font-family: 'Roboto', sans-serif;
	position: relative;
	background: none;
	
	width: calc(100% - 16px);
    margin: 0px auto;
    display: block;
    padding: 8px 0px;
	
	color: black;
	border: none;
	outline: none;
	transition: all 200ms;	
	width: calc(100% - 16px);
	font-size: 13pt;
	resize: none;
	border-radius: 0px;
	font-weight: 500;
}

.input_wrapper > *:-webkit-autofill{
	font-size: 13pt;
}

.input_wrapper input[type="color"]{
	display: block;
	height: 32px;
	padding: 0px;
	padding-bottom: 6px;
}

input:-webkit-autofill::first-line{
	font-size: 13pt;
}

.input_wrapper label input + input{
	display: inline;
	min-width: calc(100% - 60px);
	width: auto;
	border: 1px solid #666;
	border-radius: 2pt;
	padding: 4px;
	background: none;
}

/*putting a span creates a sub input box useful for radios and ticks*/
.input_wrapper > span{
	display: block;
	position: relative;
	line-height: 16px;
	font-size: 13pt;
	border: none;
	padding: 6px;
	text-align: left;
	color: black;
	transition: all 120ms;
}

.input_wrapper.hide_answers > span{
	opacity: 0;
	height: 0px;
	padding: 0px;
	
}

.input_wrapper > span.label{
	font-size: 12pt;
	color: inherit;	
	
}

.input_wrapper > span.help{
	font-size: 12pt;
	color: inherit;
	
}

.input_wrapper[type="radio"] > span > label{
	display: block;
	position: relative;
	padding-left: 33px;
	line-height: 20px;	
	vertical-align: middle;
}

.input_wrapper[type="radio"] > span > label > input{
	position: absolute;
	left: 0px; top: 4px;
	vertical-align: bottom;
}

.input_wrapper > span [type="radio"], 
.input_wrapper > span [type="checkbox"]{
	display: inline-block;
	outline: none;
	line-height: 30px;
	width: 30px;
	cursor: pointer;
	vertical-align: middle;
}

	.input_toggle_section{
		position: relative;
		top: -10px;
		height: 0px;
		overflow: hidden;
		padding: 0px;
		margin: 0px;
		transition: all 230ms;
		opacity: 0;
	}

	.input_toggle_section.active{
		height: auto;
		top: 0px;
		overflow: visible;
		margin: 12px 0px;
		opacity: 1;
	}
	.input_toggle_section.active:empty{margin: 0px;}

.input_wrapper > span > iframe{
	box-sizing: border-box;
	display: block;
	overflow: hidden;
	width: 1px;
	min-width: 100%;
	*width: 100%; /*--this is to make sure the CSS still works on OLD browsers--*/
}

.input_wrapper > label{
	pointer-events: none;
	top: 6px; left: 8px;
	display: block;
	position: absolute;
	line-height: 100%;
	font-size: 11pt;
	color: inherit;
	transition: all 200ms;
	z-index: 1;
}

.input_wrapper[required] > label:after{
	content: attr(label) " *";
}

.readonly .input_wrapper > label:after{
	display: none;
}

.input_wrapper > aside{
	position: relative;
	padding: 0px 8px 6px 8px;
	font-size: 11pt;
}

.input_wrapper[icon]::before, 
.input_wrapper[option]::before{
	font-family: "Font Awesome 6 Pro";
	font-weight: 900;
	position: absolute;
	right: 8px; top: 8px; bottom: 8px;
	width: 33px;
	color: #555;
	line-height: 33px;
	text-align: center;
	font-size: 16pt;
	cursor: pointer;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
}

.input_wrapper[option]::before{
	font-family: "Font Awesome 6 Pro"; 
	content: "\f078";
}

.input_wrapper.load[option]::before{
	font-family: "Font Awesome 6 Pro"; 
	content: "\f073";
}

/*color overrides*/
.input_wrapper.forced_active,
.input_wrapper.active{
	color: #25481e;
}

.input_wrapper:focus-within{
	color: #293427;
}
.input_wrapper.focus{
	color: #293427;
}

.input_wrapper[error]{
	color: tomato;
}
/*color overrides*/

/*input groups*/
.input_group{
	list-style-type: none;
}

.input_group.run_on{
	display: table;
	table-layout: fixed;
	width: 100%;
}

.input_group.run_on > li{
	display: table-cell;
	padding: 0px 4px;
}

.input_group.run_on > li:first-child{ padding-left: 0px; }
.input_group.run_on > li:last-child{ padding-right: 0px; }


/*input groups*/

/*buttons*/
.button{
	display: inline-block;
	position: relative;
	margin-top: 9pt;
	box-sizing: border-box;
	width: auto;
	outline: none;
	border: none;
	border-radius: 2pt;
	transition: all 120ms ease 100ms;
	border: 2px solid #293427;
	background: #293427;
	line-height: 21pt;
	padding: 0px 8px;
	letter-spacing: 1px;
	/*text-transform: uppercase;*/
	font-family: 'Roboto', sans-serif;
	color: white;
	cursor: pointer;
	user-select: none;
	text-decoration: none;
	font-size: 11pt;
	overflow: visible;
	white-space: nowrap;
	height: 32px;
	max-height: 32px;
	vertical-align: middle;
}

/*hide button icons on smaller devices*/
.button > i{display: none;}

.button > i:first-child{
	margin-right: 8px;
}

.button > input[type="file"]{
	width: 0.1px;
	height: 0.1px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	z-index: -1;	
}

section .button{ background: #25481e; border-color: #25481e; }

section.banner .button{ border-color: #293427; background: #293427; color: #25481e; line-height: 110%; height: 100%; }

.button.clear{
	background: none ! important; 
	color: black;
	border-color: #25481e;
}

.button.icon{
	background: transparent;
	border-width: 1px;
	padding: 1px;
	line-height: 32px;
}

.button.icon > img{
	display: inline-block;
	height: 28px;
}


.button[disabled]{
	opacity: 0.5;
	color: #333;
	border-color: #333;
	background: #EEE;
	text-shadow: 0px 0px 2px #444;
}

section.banner{
	padding: 0px;
	line-height: 40px;
	display: block;
	position: relative;
	width: 100%;
}

section.banner *{
	vertical-align: top;
	margin: 0px;
	font-size: 13pt;
	line-height: 110%;
	height: 100%;
}


section.banner > p{
	position: relative;
	display: block;
	padding: 9pt 35% 9pt 9pt;
	line-height: 110%;
	text-align: left;
}

section.banner .toolbar_container > div{
	display: block;
	position: relative;	
}

section.banner .toolbar_container > div .toolbar_wrapper{
	display: table;
	position: absolute;
	top: 0px; right: 0px; bottom: 0px; left: 0px;
	width: 100%;
	table-layout: fixed;
}

section.banner > .toolbar_container{
	display: block;
	position: absolute;
	top: 0px; right: 0px; bottom: 0px;
	width: 30%;
	height: 100%;
	min-width: 50px;
	max-width: 120px;
	text-align: right;
	border-left: 1px solid;
	z-index: 1;
	font-size: 0px;
	padding: 0px;
}

section.banner > .toolbar_container .toolbar_wrapper .button{
	display: table-cell;
	border: 0px;
	border-radius: none;
	text-align: center;
	vertical-align: middle;
	font-weight: 600;
}

section.banner .toolbar_container .link_wrapper{
	vertical-align: middle;
	display: table;
	text-align: center;
	border-radius: 0px;
	width: 100%; height: 100%;
}

section.banner .toolbar_container .link_wrapper > *{
	display: table-cell;
	border-radius: 0px;
	vertical-align: middle;
	outline: 0px; border: 0px;
	font-weight: bold;
}
	

.button.frameless{
	border: none;
}

.button:focus{
	border-color: #293427;
}

.button:active{
	transition-delay: 0ms;
	border-color: #293427;
	background: #293427;
}

.button[disabled="true"]{
	pointer-events: none;
	background: none;
	opacity: 0.7;
	box-shadow: none;
}

.input_wrapper_image{
    display: block;
    position: relative;
    overflow: hidden;
    min-height: 100px;
    text-align: center;
    border-radius: 2pt;
    background-color: rgba(127,127,127,0.2);
    cursor: pointer;
    margin-bottom: 24px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    transition: height 220ms;
    font-size: 0pt;
	max-height: 30vh;
}

.input_wrapper_image[type="image"].active{
	height: 250px;
}

.input_wrapper_image.active:hover label{
	opacity: 1;
}

.input_wrapper_image > label{
	position: absolute;
	top: 0px; left: 0px; right: 0px;
	line-height: 50px;
	color: #888;
	font-size: 16pt;
	cursor: pointer;
	transition: all 120ms;
}

.readonly .input_wrapper[accepts]{
	padding: 0px;
	background: #BBB;
}

.readonly .input_wrapper[accepts] p{
	padding: 0px;
	font-size: 0px;
	margin: 0px;
}
.readonly .input_wrapper[accepts] label{
	background: rgba(255,255,255,0.9);
	border-radius: 4pt;
	padding: 4pt;
}

.embed_container img{
	max-width: 100%;
	max-height: 340px;
	margin: 0px auto;
	display: block;
}


.input_wrapper_image > img{
	max-width: 100%;
	max-height: 100%;
	cursor: pointer;
}

.input_wrapper_image > div{
	background: #25481e;
	transition: width 120ms;
	height: 5px;
	width: 0%;
	position: absolute;
	bottom: 0px; left: 0px;
}

@-webkit-keyframes autofill {
	to {
		background: transparent;
	}
}

.input_wrapper > :-webkit-autofill,
.input_wrapper > :-webkit-autofill:hover, 
.input_wrapper > :-webkit-autofill:focus{
	/*no style for autofill please*/
	-webkit-animation-name: autofill;
	-webkit-animation-fill-mode: both;
}

.page_details{
	display: block;
	text-align: center;
	margin: 12px auto;
}


.static_media{
	margin: 10px 0px;
	font-size: 0px;
	outline: none;
}

.static_media > *{
	box-sizing: border-box;
	display: block;
	max-width: 640px;
	width: 100%;
	margin: 0px auto;
	border: 1px solid #CCC;
	outline: none;
}

.video_quiz{
	
}

.incremental_search_wrapper{
	position: relative;
	overflow: visible;
}

.incremental_search_wrapper > .options_reciever{
	position: absolute;
	top: 100%; left: 0px; right: 0px;
	z-index: 1;
	background: white;
	box-shadow: 0px 2px 3px rgba(60,60,60,0.4), 0px 4px 8px rgba(0,0,0,0.1);
	opacity: 0;
	pointer-events: none;
	list-style-type: none;
	font-size: 0px;
}

.options_reciever > pre{
	display: none ! important; /*override the override*/
}

.incremental_search_wrapper > .options_reciever[active="true"]{
	pointer-events: auto;
	opacity: 1;
}

.options_reciever > button{
	background: white;
	border: 0px;
	outline: 0px;
	margin: 0px 0px;
	display: table;
	width: 100%;
	color: black;
	border-top: 1px solid rgba(127,127,127,0.5);
}

.options_reciever > button:focus,
.options_reciever > button:hover{
	background: #293427;
}

.options_reciever > button > div{
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	text-align: left;
	padding: 4pt;
}

.options_reciever > button > .thumb{
	box-sizing: border-box;
	width: 60px;
	min-width: 60px;
	max-width: 60px;
	padding: 0px;
	background-color: #DDD;
	overflow: hidden;
	border: 1px solid rgba(127,127,127,0.5);
}

.options_reciever > button > .thumb > img{
	float: left;
	height: 100%;
	max-height: 50px;
}

.button_wrapper > .button{
	margin-right: 6px;
}

@media screen and (min-width: 320px) {
	.button{ font-size: 13pt;}
	.button > i{display: inline-block;}
}

@media screen and (min-width: 680px) {
	.static_media{
		padding: 60px 10px;
		background: radial-gradient(black, #777 70%);
	}
	
	.static_media > *{
		box-shadow: 0px 2px 3px rgba(60,60,60,0.4), 0px 4px 8px rgba(0,0,0,0.1);
	}
}

@media screen and (min-width: 900px) {
	/*font overrides for desktop*/
	.info_list,
	.info_table,
	#address_finder_input, 
	.input_wrapper > input, 
	.input_wrapper > textarea, 
	.input_wrapper > select,
	.input_wrapper > span,
	.button_wrapper,
	.input_wrapper_image[type="image"].active label,
	#toast_box > div,
	#toast_box span,
	.faq:after,
	.faq:before,
	[bizeco_editable="false"] .faq,
	.faq[active="true"],
	[bizeco_editable="false"] .faq,
	.faq[active="true"],
	.faq:before,
	.faq:after{
		font-size: 15pt;
	}

	.input:-webkit-autofill{
		font-size: 15pt;
	}
	
	.pagination > *,
	.search_wrapper > span > *{
		font-size: 14pt;
	}
	
	.input_wrapper:after
	.input_wrapper > label,
	.input_wrapper > span.label,
	.input_wrapper > span.help,
	.input_wrapper > aside{
		font-size: 13pt;
	}
	/*font overrides for desktop*/
	
	.input_row{
		display: table;
		table-layout: fixed;
		width: 100%;
		
	}

	.input_row > .input_wrapper{
		display: table-cell;
		width: auto;
		box-sizing: content-box;
		border-left: 6pt solid white;
		border-right: 6pt solid white;
	}
	.input_row > .input_wrapper:first-child{border-left: none;}
	.input_row > .input_wrapper:last-child{border-right: none;}
	
	.search_wrapper > span:first-child{
		width: 60%;
	}
	
	
	.pagination > *{
		width: 40px;
		max-width: 40px;
		line-height: 40px;
	}
	
	.embed_container img{
		max-height: 600px;
	}
		
}/*overrides*/
.button{
	background: <main_lowest>;
}

[status="Disabled"]{
	opacity: 0.7;
	filter: grayscale(100%);
	background: #AAA;
}

.stripe_input_wrapper{
	padding: 12pt;
	background: rgba(0,0,0,0.1);
	border-bottom: 2px solid #293427;
}

::-moz-selection { /* Code for Firefox */
	color: #293427;
	background: #fef8a9;
}

::selection {
	color: #293427;
	background: #fef8a9;
}

.block_table{
	display: block;
}

.block_table > *{
	display: block;
}

.gradient{
	background-image: linear-gradient(90deg, #fef8a9, #293427); 
}

.toolbar{
	text-align: right;
	vertical-align: middle;
}

.toolbar > *{
	display: inline-block;
	position: relative;
	min-width: 30px;
	width: 30px;
	height: 30px;
	color: black; background: white;
	transition: 220ms ease;
	cursor: pointer;
	text-align: center;
	vertical-align: middle;
	border-radius: 3px;
}

.toolbar i {
	line-height: 30px;
	vertical-align: middle;
}

.toolbar > *:hover{
	color: white; background: black;
}

.toolbar > * > *{
	position: absolute;
	vertical-align: middle;
	width: 30px;
	height: 30px;
	top: 0px; left: 0px; right: 0px; bottom: 0px;
	
}

.toolbar_item{
	display: inline-block;
	background: white;
	color: black;
	transition: background 200ms ease, color 200ms ease;
	text-align: center;
	cursor: pointer;
}

.toolbar_item:hover{
	background: black;
	color: white;
	transition: background 200ms ease, color 200ms ease;
}

.faq,
.testimonial,
.card{
	box-shadow: 0px 2px 4px rgba(0,0,0,0.2), 0px 2px 14px rgba(0,0,0,0.2);
	margin: 12pt auto;
	padding: 16px;
	background: white;
	color: black;
}

.testimonial{
	display: block;
}

.testimonial:before{
	content: attr(content_before);
	position: relative;
	display: block;
	border-bottom: 2px solid #293427;
	margin-bottom: 8px;
	line-height: 36px;
	font-weight: bold;
}

.faq{/*faq answer*/
	display: block;
	box-sizing: border-box;
	
	background: #293427;
	transition: all 120ms ease;
	cursor: pointer;
	position: relative;
	padding-left: 48px;
	padding-top: 48px;
	padding-bottom: 0px;
	
	height: 48px;
	min-height: 48px;
	overflow: hidden;

	color: rgba(255,255,255,0);
	
	font-size: 0px;
	line-height: 0px;
	transition: all 180ms ease, color 30ms ease;
}

.faq:hover{/*faq answer*/
	background: #2f4129;
}

.faq:after{/*faq icon*/
	position: absolute;
	top: 8px; left: 8px;
	font-family: "Font Awesome 6 Pro";
	font-size: 20px;
	content: "\f107";
	-webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
	font-weight: bold;
    text-rendering: auto;
	color: white;
	width: 32px;
	line-height: 32px;
	text-align: center;
	vertical-align: middle;
	transition: all 420ms ease;
}

.faq:before{/*faq question*/
	content: attr(content_before);
	position: absolute;
	top: 8px; left: 48px;
	line-height: 32px;
	font-weight: bold;
	color: white;
	white-space: nowrap;
	display: block;
	font-size: 15px;
}

[bizeco_editable="false"] .faq,
.faq[active="true"]{/*faq answer*/
	height: auto;
	background: white;
	font-size: 15px;
	color: black;
	line-height: 22px;
	padding: 48px 8px 8px 8px;
	opacity: 1;
	transition: all 180ms ease, color 90ms ease 120ms;
}

[bizeco_editable="false"] .faq:before,/*faq question*/
.faq[active="true"]:before{/*faq question*/
	color: black;
}

[bizeco_editable="false"] .faq:after,/*faq icon*/
.faq[active="true"]:after{/*faq icon*/
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    font-style: normal;
    font-variant: normal;
	color: black;
}


li{
	list-style-type: none;
}

[client_action]{
	cursor: pointer;
}

[client_action] input{
	cursor: pointer;
}

td[client_action]{
	cursor: auto;
}

td[client_action][periods]{
	cursor: pointer;
}

[bizeco_editable]{
	padding: 4px 0px;
}

.input_container{
	margin: 16px;
}

.input_wrapper{
	width: 100%;
	box-sizing: border-box;
	line-height: initial;
	position: relative;
	background: #E5E5E5;
	margin: 5px 0px 28px 0px;
	padding-top: 16px;
	border-radius: 2pt;
	cursor: text;
}


span.input_wrapper,
.input_wrapper.inline{
	max-width: 240px;
	margin: 0px 12px 0px 0px;
	display: inline-block;
}

.input_wrapper_table{
	display: table;
	table-layout: fixed;
	background: #e5e5e5;
	border-radius: 2pt;
	margin: 5px 0px 28px 0px;
	width: 100%;
}	

.input_wrapper_table > .input_wrapper{
	display: table-cell;
	width: auto;
}


.input_options_menu{
	position: absolute;
	top: 100%; right: 0px; left: 0px;
	height: 0px;
	background: white;
	box-shadow: 0pt 4pt 2pt rgba(0,0,10,0.4), 0pt 4pt 12pt rgba(0,0,10,0.3);
	overflow-x: hidden;
	overflow-y: auto;
	transition: all 220ms;
	z-index: 10;
	opacity: 0.2;
	max-height: 220px;
}

.input_option{
	padding-left: 10px;
	line-height: 40px;
	white-space: nowrap;
	width: 100%;
	background: white;
	cursor: pointer;
}

.input_option[current="true"]{
	background: #293427;
	color: black;
}
.input_option:hover, 
.input_option:active{
	background: #25481e;
	color: white;
}

.input_wrapper[option],
.input_wrapper[option] > input{
	cursor: pointer;
}

.input_wrapper[type="box"]{
	padding: 4px;
	border: 1px solid rgba(127,127,127,0.5);
	border-radius: 2pt;
	margin: 8px 0px;
	box-shadow: inset 0px 2px 6px 0px rgba(0,0,0,0.2), inset 0px 2px 2px 0px rgba(0,0,0,0.1);
}

.input_wrapper > span.range{
	display: table;
	table-layout: fixed;
	width: 100%;
	margin: 6px 0px;
}

.input_wrapper > span.range > *{
	display: table-cell;
}

.input_wrapper > span.range > label{
	width: 60px;
	text-align: center;
	background: #CCC;
	line-height: 25px;
	border-right: 0px;
}

.input_wrapper input[type="range"]{
	-webkit-appearance: none;
	width: calc(100% - 20px);
	height: 5px;
	margin: 10px;
	background: #AAA;
	oultine: 0px;
	border-radius: 5px;
}

.slider::-webkit-slider-thumb {
	-webkit-appearance: none;
	appearance: none;
	width: 25px;
	height: 25px;
	background: #25481e;
	cursor: pointer;
	border-radius: 50%;
}

.input_wrapper > input, 
.input_wrapper > textarea, 
.input_wrapper > select{
	box-sizing: border-box;
	font-family: 'Roboto', sans-serif;
	position: relative;
	background: none;
	padding: 8px;
	color: black;
	border: none;
	outline: none;
	transition: all 200ms;	
	width: 100%;
	font-size: 13px;
	resize: none;
	border-radius: 0px;
	font-weight: 500;
}

.input_wrapper > select{
	width: 100%;
}	

/*putting a span creates a sub input box useful for radios and ticks*/
.input_wrapper > span{
	display: block;
	line-height: 16px;
	font-size: 14px;
	border: none;
	padding: 6px;
	text-align: left;
}

.input_wrapper > span.label{
	font-size: 11px;
	color: #25481e;	
	
}

.input_wrapper > span.help{
	font-size: 11px;
	color: #AAA;
	
}

.input_wrapper > span > label{
	display: block;
	line-height: 24pt;
	vertical-align: middle;
}

.input_wrapper > span [type="radio"], 
.input_wrapper > span [type="checkbox"]{
	display: inline-block;
	width: auto;
	margin: 4px 8px 4px 4px;
	transform: scale(1.3);
	outline: none;
	height: 20px;
	cursor: pointer;
	vertical-align: middle;
}

	.input_toggle_section{
		position: relative;
		top: -10px;
		height: 0px;
		overflow: hidden;
		padding: 0px;
		margin: 0px;
		transition: all 230ms;
		opacity: 0;
	}

	.input_toggle_section.active{
		height: auto;
		top: 0px;
		overflow: visible;
		margin: 12px 0px;
		opacity: 1;
	}
	.input_toggle_section.active:empty{margin: 0px;}

.input_wrapper > span > .file_upload ~ label{
	display: inline-block;
	line-height: 20px;
	height: 20px;
	margin: 0px 8px;
	vertical-align: middle;
	color: #555;
}

.input_wrapper:not([type="box"]) > label{
	pointer-events: none;
	top: 18px;
	left: 8px;
	display: block;
	position: absolute;
	line-height: 100%;
	font-size: 14px;
	color: #888;
	transition: all 200ms;
	z-index: 1;
}

.input_wrapper[required] > label:after{
	content: attr(label) " *";
}

/*has to be doubled up because focus-within prevents entire rule to be read on ie*/
.input_wrapper.active > label, 
.input_wrapper.forced_active > label, 
.input_wrapper.focus > label, 
.input_wrapper[error] > label, 
.input_wrapper > span ~ label,
.input_wrapper > input[type="date"] ~ label{
	top: 6px ! important;
	font-size: 11px ! important;
}
.input_wrapper:focus-within > label, 
.input_options_menu ~ label{
	top: 6px ! important;
	font-size: 11px ! important;
	color: #25481e ! important;
}

.input_wrapper[icon]::before, 
.input_wrapper[option]::before{
	font-family: "Font Awesome 6 Pro";
	font-weight: 900;
	position: absolute;
	right: 8px; top: 8px; bottom: 8px;
	width: 33px;
	color: #555;
	line-height: 33px;
	text-align: center;
	font-size: 20px;
	cursor: pointer;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
}

.input_wrapper[option]::before{
	font-family: "Font Awesome 6 Pro"; 
	content: "\f078";
}

.input_wrapper.load[option]::before{
	font-family: "Font Awesome 6 Pro"; 
	content: "\f073";
}

.input_wrapper:after{
	content: " ";
	box-sizing: border-box;
	font-size: 9.5pt;
	position: absolute;
	top: calc(100% - 2px); /*54px*/
	left: 0px;
	width: 0px;
	overflow: visible;
	height: 2px;
	white-space: nowrap;
	transition: all 220ms ease;
	padding-left: 8px;
	line-height: 25px;
	background: transparent;
}

.input_wrapper[help]:after{
	color: #333;
	content: attr(help);
	text-align: left;
}

.input_wrapper[error]:after{
	color: red;
	background: red ! important;
	content: attr(error);
	width: 100%;
}

/*
.input_wrapper.active:after, 
.input_wrapper.focus:after, 
.input_wrapper.forced_active:after{
	width: 100%;
	background: #AAA;
}
*/

.button_wrapper{
	display: block;
	text-align: left;
	line-height: 40px;
	font-size: 12pt;
	padding-top: 12pt;
}

.input_wrapper:focus-within:after{
	width: 100%;
	background: #25481e;
	text-shadow: 0px 0px 1px black;
}


.button[disabled="true"]{
	pointer-events: none;
	background: none;
	opacity: 0.7;
	box-shadow: none;
}

.input_wrapper_image{
    display: block;
    position: relative;
    overflow: hidden;
    min-height: 100px;
    text-align: center;
    border-radius: 2pt;
    background-color: rgba(127,127,127,0.2);
    cursor: pointer;
    margin-bottom: 24px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    transition: height 220ms;
    font-size: 0pt;
	max-height: 30vh;
}

.input_wrapper_image[type="image"].active{
	height: 250px;
}

.input_wrapper_image[type="image"].active label{
	color: white;
	text-shadow: 0px 0px 1px black, 0px 3px 3px rgba(0,0,0,0.2), 0px 3px 9px rgba(0,0,0,0.2);
	font-size: 14px;
	opacity: 0;
}

.input_wrapper_image.active:hover label{
	opacity: 1;
}

.input_wrapper_image > label{
	position: absolute;
	top: 0px; left: 0px; right: 0px;
	line-height: 50px;
	color: #888;
	font-size: 20px;
	cursor: pointer;
	transition: all 120ms;
}

.input_wrapper_image > img{
	max-width: 100%;
	max-height: 100%;
	cursor: pointer;
}

.input_wrapper_image > div{
	background: #25481e;
	transition: width 120ms;
	height: 5px;
	width: 0%;
	position: absolute;
	bottom: 0px; left: 0px;
}
/*usually paired with input_wrapper_image*/
.file_upload{
	margin: 0px;
}
.file_upload > input[type="file"]{
	display: none;	
}

@-webkit-keyframes autofill {
	to {
		background: transparent;
	}
}

.input_wrapper > *:-webkit-autofill,
.input_wrapper > *:-webkit-autofill:hover, 
.input_wrapper > *:-webkit-autofill:focus{
	/*no style for autofill please*/
	-webkit-animation-name: autofill;
	-webkit-animation-fill-mode: both;
}

/*toast*/
#toast_box{
	box-sizing: border-box;
	position: fixed;
	top: calc(100vh - 60px); left: 0px; right: 0px;
	z-index: 99;
	transition: all 300ms;
	pointer-events: none;
}

#toast_box > div{
	box-sizing: border-box;
	width: 400px;
	max-width: calc(100vw - 30px);
	padding: 4px 8px;
	border-radius: 2pt;
	margin: 0px auto;
	background: #212121;
	color: white;
	font-size: 12pt;
	border-radius: 2pt;
	overflow: hidden;
	pointer-events: auto;
}

#toast_box span{
	line-height: 40px;
	padding: 0px 6px;
	font-size: 10pt;
	transition: color 220ms;
	white-space: nowrap;
}

#toast_box span:last-child:hover{
	cursor: pointer;
	color: rgba(127,127,127,0.8);
}

#toast_box .button{
	background: none;
	box-shadow: none;
}

#toast_box[type="1"] > div{
	background: #b71c1c;
}

#toast_box[hide="1"]{
	top: calc(100vh + 20px);
}

#bizeco_window_storage{
	position: fixed;
	top: 0px; left: 0px;
	height: 0px;
	overflow: visible;
	z-index: 10;
	font-family: 'Roboto', sans-serif;
}

.bizeco_window_container{
	position: fixed;
	top: 0px; left: 0px; right: 0px;
}

.bizeco_window_container.back, .bizeco_window_container.back_perm{
	bottom: 0px;
	background: rgba(0,0,0,0.3);
	overflow: visible;
	z-index: 11;
}

.bizeco_window{
	box-sizing: border-box;
	position: relative;
	margin: 16pt auto;
	max-width: calc(100vw - 32pt);
	max-height: calc(100vh - 32pt);
	background: white;
	border-radius: 2pt;
	box-shadow: 0px 2px 3px rgba(0,0,0,0.3), 0px 2px 10px rgba(0,0,0,0.3);
	color: black;
}

.bizeco_window_content_container{
	padding: 16pt;
	max-height: calc(100vh - 200px);
	overflow-y: auto;
	overflow-x: hidden;
}

.modal_toolbox{
	width: 100%;
	box-sizing: border-box;
	background: white;
	padding: 16pt;
	box-shadow: 0px 2px 2px -3px rgba(0,0,0,0.2), 0px 5px 6px -5px rgba(0,0,0,0.3);
	z-index: 1;
	min-height: 120px;
}

.modal_loading{
	position: relative;
	padding: 48px 32px;
	display: block;
	font-size: 24pt;
	text-align: center;
	background: white;
	color: #777;
}

.modal_loading:after{
	content: " ";
	position: absolute; top: 0px; left: 0px; bottom: 0px; right: 0px;
	background: linear-gradient(270deg, rgba(255,255,255,0.9), rgba(255,255,255,0.1), rgba(255,255,255,0.9));
	background-size: 300% 100%;
	animation: background_slide 3s ease infinite;
}

.bizeco_wizard_container{
	position: fixed;
	top: 0px; left: 0px; right: 0px; bottom: 0px;
	z-index: 9;
	overflow: hidden;
	background-color: white;
	background-image: url('images/wizard_background.jpg');
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: bottom center;
}

.bizeco_wizard_container.wait > *{
	pointer-events: none;
}

.bizeco_wizard_container:after{
	position: fixed;
	top: 0px; left: 0px; right: 0px; bottom: 0px;
	content: "Loading...";
	line-height: 50vh;
	text-align: center;
	font-size: 40pt;
	background: rgba(0,0,0,0.4);
	color: white;
	pointer-events: none;
	opacity: 0;
	z-index: -1;
}


.bizeco_wizard_container.wait:after{
	opacity: 1;
	z-index: 1;
}

.bizeco_wizard_wrapper{
	position: absolute;
	left: 0vw; top: 0px; bottom: 0px;
	width: auto;
	white-space: nowrap;	
	overflow: visible;
	transition: left 220ms ease;
}

.bizeco_wizard_slide{
	display: inline-block;
	width: 100vw;
	height: 100%;
	overflow-y: auto;
	overflow-x: hidden;
}

.bizeco_modal_title{
	display: table;
	background: #25481e;
	color: white;
	width: 100%;
}

.bizeco_modal_title > *{
	display: table-cell;
	padding-left: 12px;
	line-height: 40px;
}

.bizeco_modal_title > .bizeco_modal_title_toolbar{
	text-align: right;
}

.bizeco_modal_title > .bizeco_modal_title_toolbar > *{
	min-width: 40px;
	cursor: pointer;
	text-align: center;
	line-height: 40px;
	text-decoration: none;
}

.bizeco_modal_title > .bizeco_modal_title_toolbar > *:hover{
	background: white;
	color: black;	
}

.bizeco_modal_container{
	overflow-y: auto ! important;
}

.bizeco_modal_content_container{
	overflow-y: visible ! important;
	max-height: none ! important;
}

.bizeco_modal{
	overflow-y: visible ! important;
	max-height: none ! important;
}

.bizeco_wizard_slide{
	vertical-align: top;
}

@media screen and (min-width: 900px) {
	.input_row{
		display: table;
		table-layout: fixed;
		width: 100%;
		
	}

	.input_row > .input_wrapper{
		display: table-cell;
		width: auto;
		box-sizing: content-box;
		border-left: 6pt solid white;
		border-right: 6pt solid white;
	}
	.input_row > .input_wrapper:first-child{border-left: none;}
	.input_row > .input_wrapper:last-child{border-right: none;}
}/*----theme----*/.page-title{
    display: none;
}

#main_hero_image{
	display: block;

	position: fixed;
	top: 0px; bottom: 0px; left: 0px; right: 0px;
	width: 100%;
	height: 100%;
	
	padding: 0px;
	
	pointer-events: none;
		
	background-repeat: no-repeat;
	background-attachment: fixed;
	background: linear-gradient(90deg, #25481e 40%, #e7ce25 100%);
	
	transition: all 0.6s ease 0.1s;
	
	opacity: 0;
	
	z-index: 0;
	
}

#main_hero_image:after{
	content: "";
	display: block;
	width: 100%; height: 100%;
	
	position: absolute;
	bottom: 0%; top: 0px; left: 0px; right: 0px;
	
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url(https://mrandrewscontracting.co.nz/images/background.jpg);
}

section[type="hero"]{
	display: table;
	width: 100%;
}

section[type="hero"] > .central{
	display: table-cell;
	vertical-align: middle;
	padding: 0px 32px;
}

section[type="hero"] h1{font-size: 23pt;}
section[type="hero"] h2{font-size: 20pt;}
section[type="hero"] h3{font-size: 18pt;}

section[type="hero"] .page_button{
	position: relative;
	line-height: 50px;
	padding: 0px 18px;
	text-align: center;
	margin: 10px auto;
	background: white;
	color: #316229;
	opacity: 1;
	border-radius: 4pt;
	z-index: 1;
	transition: all 200ms ease;
}

section[type="hero"] .page_button:before{
	content: " ";
	position: absolute;
	top: 10px; bottom: 10px; left: 50%; right: 50%;
	opacity: 0;
	border-radius: 14pt;
	box-shadow: 0px 0px 10px white;
	background: rgba(220,255,250,0.05);
	transition: all 200ms ease;
}

section[type="hero"] .page_button:hover:before{
	top: 0px; bottom: 0px; left: 0px; right: 0px;
	opacity: 1;
}

section[type="hero"] > .central > div{
	max-width: 420px;
	margin: 0px auto;
	padding: 16px;
	background: rgba(0,0,0,0.2);
	border-radius: 4pt;
}

.global_background{
	position: fixed;
	display: block;
	top: 0px; bottom: 0px; left: 0px; right: 0px;
	width: 100%; height: 100%;
	
	pointer-events: none;

	
	z-index: 0;

	opacity: 1;
}

.global_background:before{
	content: " ";
	
	position: fixed;
	display: block;
	bottom: 0px; right: 0px; top: 0px; left: 0px;
	pointer-events: none;
	
	background-repeat: no-repeat;
	background-position: center;
		
	background-image: url(https://mrandrewscontracting.co.nz/images/img_1.jpg);
	background-size: cover;
	
	opacity: 1;
	
	transition: background 500ms ease, left 300ms ease;
	
	/*animation: bg_animate_bottom 31s ease;
	animation-iteration-count: infinite;*/
}

.global_background:after{
	content: " ";
	
	position: fixed;
	display: block;
	bottom: 0px; right: 0px; top: 0px; left: 0px;
	opacity: 1;
	
}

section .global_background{
	background-attachment: fixed;
	position: absolute;
	z-index: 2;
}



[show_on_page="services"]{
	height: 0px;
	padding: 0px;
	pointer-events: none;
	line-height: 0px;
	opacity: 0;
	transition: all 220ms ease;
}


body[root="services"] [show_on_page="services"]{
	height: auto; 
	line-height: 80px;
	opacity: 1;
	pointer-events: auto;
}

body[root="services"] #page_container > section:first-child{
	padding-top: 90px;
}

.card_container{
	width: 100%;
	display: block;
}

.card_container > div{
	width: 100%;
	display: block;
}

section[type="naked"] .widget.image > img{
	box-shadow: 0px 4px 4px rgba(0,0,0,0.23), 0px 0px 10px rgba(0,0,0,0.28);
}

section[type="naked"] h1,
section[type="naked"] h2,
section[type="naked"] h3{
	color: white;
}

section[type="naked"]{
	background: rgba(90,110,90,0.86);
}

section ol,
section ul{
	padding-left: 35px;
}

section ol > li{
	list-style-type: decimal;
}

section ol > li::marker {
	font-weight: bold;
}

section ul > li{
	list-style-type: disc;
}

section ul > li[style]{
	color: #25481e;
	font-weight: 900;
	padding: 5px;
	list-style: none;
}

.page_button{
	display: table;
	max-width: 600px;
	background: #316229;
	color: white;
	border-radius: 2pt;
	box-shadow: 0px 2px 3px rgba(60,60,60,0.4), 0px 4px 8px rgba(0,0,0,0.1);
	outline: none; border: none;
	font-size: 16pt;
	font-weight: 600;
	padding: 10px 22px;
	margin: 0px auto;
	transition: all 120ms ease;
	opacity: 0.8;
	text-decoration: none;
}

section[type="naked"] .page_button{
	background: white;
	color: #316229;
}

.page_button:hover{
	opacity: 1;
}

.page_button > i{
	margin-right: 16px;
}


.audio_recording_container{
	display: block;
	position: relative;
}

.audio_recording_wrapper{
	display: block;
	position: relative;
	text-align: center;
	padding: 10pt;
	border-radius: 32px;
	background: rgba(255,255,255,0.3);
	box-shadow: 0px 2px 3px rgba(60,60,60,0.4), 0px 4px 8px rgba(0,0,0,0.1);
	max-width: 420px;
	margin: 5pt auto;
}

.audio_recording_wrapper span{
	display: block;	
	padding: 5pt;
	font-size: 11pt;
}

.audio_recording_wrapper audio{
	display: block;	
	width: 100%;
}

.audio_recording_wrapper audio::-webkit-media-controls-panel {
     background: #fef8a9;
}

.gallery_container{
	min-height: 320px;	
}
	
.gallery_wrapper{
	background: linear-gradient(90deg, transparent, #BBB, transparent);
	color: white;
}

.gallery_wrapper > li{
	transition: all 260ms ease;
}

.gallery_wrapper[active="true"]{
	cursor: pointer;
	color: black;
}

#contact_us_landing{
	min-height: 600px;
}

#contact_us_landing > div{
	position: relative;
	display: block;
	width: 100%;
	min-height: 500px;
}



/*we do a lil overriden*/

body[section_index="8"] #contact_us_landing > div > #contactus .contactus_title{
	border-bottom: 1px solid rgba(0,0,0,0.3);
}

body[section_index="8"] #contact_us_landing > div > #contactus .contactus_title > *{	
	height: 40px;
	line-height: 40px;
	min-width: 40px;
	font-size: 16pt;
}

body[section_index="8"] #contact_us_landing > div > #contactus .contactus_title > .simple_button{	
	display: none;
}

body[section_index="8"] #contact_us_landing > div > #contactus #contactus_form{
	top: 40px; 
}

body[section_index="8"] #contact_us_landing > div > #contactus{
	position: absolute;
	right: 0px; bottom: 0px;
	width: 328px ! important;
	height: 540px ! important;
	max-width: 100%;
	max-height: 100%;
	border-radius: 2pt;
	cursor: default;
	transition: width 230ms cubic-bezier(.6,.1,.4,.9), height 250ms cubic-bezier(.6,.1,.4,.9) 120ms, border-radius 160ms linear, background 520ms ease 20ms;
	vertical-align: top;
}

body[section_index="7"][contactus="false"] #contact_us_landing > div > #contactus{
	transition: none;
}

div[bizeco_editable="true"] > div > p[style="text-align: center;"]:last-child > a:first-child{
	background: #FEF13E ! important;
	padding: 4pt 12pt;
	border-radius: 2pt;
	box-shadow: 0px 4px 4px rgba(0,0,0,0.23), 0px 0px 10px rgba(0,0,0,0.28);
	text-decoration: none;
	margin-top: 12pt;
	color: black;
	font-weight: bold;
}

#map_image{
	width: 100%;
	height: 350px;
	background: rgba(18,24,54,0.5);
}

@media screen and (min-width: 1270px) {
	
	/*	
	.global_background:before{
		content: " ";
		
		position: absolute;
		display: block;
		bottom: 0px; right: 0px;
		width: 100%; height: 100%;
		pointer-events: none;

		background: linear-gradient(90deg, #25481e 0%,  #316229 50%, transparent 75%);
		
		z-index: 2;
		opacity: 1;
		
		transition: opacity 120ms ease;
		
	}

	body[scroll="0"] .global_background:before{
		opacity: 0;
	}
	*/
			
	.gallery_container,
	.gallery_wrapper{
		min-height: 420px;
	}
		
		
	.gallery_wrapper[active="true"]{
		top: 100px; 
		right: 100px;
		bottom: 100px; 
		left: 100px;
		width: calc(100% - 200px); height: calc(100% - 200px);
		border: 20px solid white;
		box-shadow: 0px 4px 4px rgba(0,0,0,0.23), 0px 0px 10px rgba(0,0,0,0.28);
	}


	.global_background:before{
		left: 50vw; /*calc(50vw + 425px);*/
		bottom: 30%;
	}
	
	
	.global_background:after{
		left: -10%; right: -10%; bottom: -10%; top: -10%;
		background-image: 
			linear-gradient(0deg, #2f4129 0%, #25481e 25%,  40%, transparent 40%),
			linear-gradient(90deg, #316229 50%, rgba(254,241,62,0.3) 70%);
		transform: rotate(4deg);
	}

	#main_hero_image:after{
		background-position: center;
		background-size: cover;
		opacity: 0.5;
	}
	
	body[scroll="0"] #main_hero_image{
		opacity: 1;
	}
	
	section[type="hero"]:before{
		background-position: right center;
		background-image: url('https://mrandrewscontracting.co.nz/images/hero_bg_right.png');
	}
	
	section[type="hero"] p > a:last-child{
		line-height: 60px;
		padding: 0px 24px;
	}
	
	section[type="hero"] > .central{
		padding-left: 50%;
		padding-right: 10%;
	}
	
	section[type="hero"] > .central > div{
		max-width: 420px;
		background: transparent;
		margin: 0px;
	}
	
	section[type="hero"] .page_button{
		margin: 5px 16px;	
	}
			
}

@media screen and (min-width: 850px) {

	.card_container{
		display: table;
		table-layout: fixed;
	}

	.card_container > div{
		display: table-cell;
	}
}/*----contactus----*/#contactus{
	position: fixed;
	bottom: 20px;
	right: 20px;
	border-radius: 50%;
	background: white;
	box-shadow: 0px 4px 4px rgba(0,0,0,0.23), 0px 0px 10px rgba(0,0,0,0.28);
	width: 70px;
	height: 70px;
	overflow: hidden;
	cursor: pointer;
	/*transition: width 230ms cubic-bezier(.6,.1,.4,.9) 120ms, height 250ms cubic-bezier(.6,.1,.4,.9), border-radius 160ms linear 220ms, background 520ms ease 20ms;*/
	z-index: 2;
}

#contactus[active="false"]{
	width: 70px ! important;
	height: 70px ! important;
}

#contactus[loading="true"]{ pointer-events: none;}
#contactus[loading="true"] form{ display: none; }
#contactus[loading="true"]:after{
	content: "Sending, please wait";
	position: absolute;
	top: 0px; left: 0px; right: 0px; bottom: 0px;
	background: rgba(255,255,255,0.8);
	color: rgba(0,0,0,0.5);
	font-size: 20pt;
	z-index: 1000;
	text-align: center;
	line-height: 200px;
	vertical-align: middle;
}

#contactus .contactus_title{
	background: linear-gradient(0deg,white,#FEF13E); /*linear-gradient(165deg, #FEF13E, #e7ce25);*/
	
}

#contactus .contactus_title > *{
	text-align: center;
	color: black;
	transition: all 240ms;
	display: inline-block;
	line-height: 70px;
	min-width: 70px;
	font-size: 34px;		
	vertical-align: top;
	color: black;
}

#contactus[active="true"] .contactus_title{
	border-bottom: 1px solid rgba(0,0,0,0.3);
}

#contactus[active="true"] .contactus_title > *{	
	line-height: 40px;
	min-width: 40px;
	font-size: 16pt;
}

#contactus [onclick]{
	cursor: pointer;
}

#contactus_form{
	position: absolute;
	top: 70px; left: 0px; right: 0px; bottom: 0px;
	background: white;
	padding: 12px;
	overflow-y: auto;
	overflow-x: hidden;
	transition: top 220ms ease;
}

#contactus[active="true"] #contactus_form{
	top: 40px; 
}

#contactus_form > p{
	margin-bottom: 15px;
}

#contactus_form > button{
	display: block;
	width: 100%;
	max-width: 240px;
	margin: 15px auto;
}

.altcha{
    --altcha-max-width: 100%;
    --altcha-color-text: black;
}

#contactus[active="true"]{
	width: 100%; /*328px fits google recaptcha nicely*/
	height: 100%;
	max-width: calc(100% - 40px);
	max-height: calc(100% - 100px);
	border-radius: 2pt;
	cursor: default;
	transition: width 230ms cubic-bezier(.6,.1,.4,.9), height 250ms cubic-bezier(.6,.1,.4,.9) 120ms, border-radius 160ms linear, background 520ms ease 20ms;
	vertical-align: top;
}

@media screen and (min-width: 600px) {
	#contactus[active="true"]{
		width: 328px; /*328px fits google recaptcha nicely*/
		height: 540px;
		max-width: calc(100% - 40px);
		max-height: calc(100% - 114px);
		border-radius: 2pt;
		cursor: default;
		transition: width 230ms cubic-bezier(.6,.1,.4,.9), height 250ms cubic-bezier(.6,.1,.4,.9) 120ms, border-radius 160ms linear, background 520ms ease 20ms;
		vertical-align: top;
	}
}
/*----ckwidgets----*/
.layout_table{
	display: block; 
	table-layout: fixed;
	margin: 0px;
	width: 100%;
	padding: 0px;
	list-style-type: none;
}

.layout_table > div{
	display: block;
	vertical-align: top;
}

.layout_table > div > p:empty{
	display: none;
}

[bizeco_editable="false"] .layout_table > div{
	outline: 1px solid #47a53d;
}

.layout_table > div > .widget.image{
	margin-top: 0px;
}

.bg_card,
.media_card{
	position: relative;
	display: block;
	table-layout: fixed;
	width: 100%;
	max-width: 600px;
	margin: <mobile_padding_smaller> auto;
	padding: 0px;
	box-shadow: 0px 2px 3px rgba(60,60,60,0.4), 0px 4px 8px rgba(0,0,0,0.1);
	background: black;
	border: 1px solid #898a92;
}

.media_card > div:first-child .image{
	display: block;
	width: 100%;
	overflow: hidden;
	height: 200px; 
	max-height: 200px; 
}

.media_card > div:first-child .image > img{
	width: 100%;
    height: 100%;
	object-fit: cover;
}

.media_card > div:last-child{
	padding: 9pt;
}

.bg_card{
	min-height: 240px;
	padding: 20px 0px;
}

.bg_card > .image{
	display: block;
	position: absolute;
	top: 0px; left: 0px; right: 0px; bottom: 0px;
	z-index: 0;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.bg_card .text{
	position: relative;
	display: table;
	width: 100%;
	height: 200px;
	z-index: 1;
	table-layout: fixed;
	text-shadow: 0px 0px 1px rgba(255,255,255,0.6), 0px 0px 35px white, 0px 0px 65px white;
	color: black;
}

.bg_card .text > div{
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

[layout="underlay"]{
	z-index: -1 ! important;
}

[bizeco_editable="true"] [layout="underlay"]{
	z-index: -2 ! important;
	pointer-events: none;
}

.widget[size="small"] > img{ max-width: 180px; }
.widget[size="medium"] > img{ max-width: 320px; }
.widget[size="large"] > img{ max-width: 520px; }
.widget[size="full"] > img{ max-width: 100%; }

.widget[size="small"] > i:after,
.widget[size="small"] > i:before{ font-size: 13pt; }
.widget[size="medium"] > i:after,
.widget[size="medium"] > i:before{ font-size: 34pt;}
.widget[size="large"] > i:after,
.widget[size="large"] > i:before{ font-size: 48pt; }
.widget[size="full"] > i:after,
.widget[size="full"] > i:before{ font-size: 62pt; }

@media screen and (min-width: 700px) {
		
	.widget[size="small"] > img{ max-width: 180px; }
	.widget[size="medium"] > img{ max-width: 420px; }
	.widget[size="large"] > img{ max-width: 720px; }
	.widget[size="full"] > img{ max-width: 100%; }
	
	.widget[size="small"] > i:after,
	.widget[size="small"] > i:before{ font-size: 15pt; }
	.widget[size="medium"] > i:after,
	.widget[size="medium"] > i:before{ font-size: 45pt;}
	.widget[size="large"] > i:after,
	.widget[size="large"] > i:before{ font-size: 55pt; }
	.widget[size="full"] > i:after,
	.widget[size="full"] > i:before{ font-size: 85pt; }
	
	.layout_table > div{padding: 0px 16pt;}
	.layout_table > div:first-child{padding-left: 0px;}
	.layout_table > div:last-child{padding-right: 0px;}

	.media_card{padding: 12pt;}
	.media_card, .layout_table{display: table;}
	.media_card > *, .layout_table > div{display: table-cell; width: 100%;}
	
	.media_card > div:first-child{
		display: table-cell; 
		width: 120px;
		max-width: 120px; 
	}
	
	.media_card > div:first-child .image{
		border-radius: 50%;
		border: 3px solid #316229;
		height: 120px; 
		max-height: 120px; 
		box-shadow: 1px 2px 3px rgba(0,0,0,0.4);
	}	
	
	.media_card > div:last-child{
		vertical-align: top;
		min-height: 120px;
		padding-left: 12pt;
	}

}/*----img----*/
body[section_index="1"] .global_background:before{background-image: url(https://mrandrewscontracting.co.nz/images/img_1.jpg);}
body[section_index="2"] .global_background:before{background-image: url(https://mrandrewscontracting.co.nz/images/img_1.jpg);}
body[section_index="3"] .global_background:before{background-image: url(https://mrandrewscontracting.co.nz/images/img_3.jpg);}
body[section_index="4"] .global_background:before{background-image: url(https://mrandrewscontracting.co.nz/images/img_2.jpg);}
body[section_index="5"] .global_background:before{background-image: url(https://mrandrewscontracting.co.nz/images/img_4.jpg);}
body[section_index="6"] .global_background:before{background-image: url(https://mrandrewscontracting.co.nz/images/img_5.jpg);}
body[section_index="7"] .global_background:before{background-image: url(https://mrandrewscontracting.co.nz/images/img_6.jpg);}