/*
Theme Name: Technique Starter Theme
Theme URI: https://www.techniquewebdesign.co.uk
Author: techniqueweb
Author URI: https://www.techniqueweb.co.uk
Description: A simple Gutenberg ready WordPress theme.
Version: 1.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: technique-theme
Tags: translation-ready
*/
body, button, input, select, optgroup, textarea{
	font-family: 'Adobe Clean', sans-serif !important;
}
input, textarea, select {
    font-size: 1.125rem !important;
}

.tox-statusbar {
    display: none !important;
}
section#step-1 .attribute-section {
    margin-top: 20px;
}

.form-stepper .form-stepper-completed .form-stepper-circle::after {
       content: "\f00c";
    position: absolute;
    top: -6px;
    z-index: 999999;
    display: block;
    left: 0px;
    right: 0px;
    font-size: 10px;
    color: #ffffff;
    font-family: "Fontawesome";
}


label.fileupload {
    background: #fff;
}
.upload-file{
	position:relative;
}
.image-icon{
	    width: 15px;
    position: relative;
    display: block;
    top: 28px;
    left: 10px;
}
input#user-name {
    padding-left: 35px;
	border: 2px solid #B7B7B7;
}
input#password {
    padding-left: 30px;
	border: 2px solid #B7B7B7;
}

.tox-notification.tox-notification--in.tox-notification--warning {
    display: none;
}

.upload-file::before {
    border: 2px solid #B7B7B7;
    content: "";
    position: absolute;
    width: 95%;
    top: 37px;
    height: 73px;
    left: 20px;
    display: block;
    border-radius: 5px;
    z-index: -111;
}

input#uploads {
    border: unset;
    color: #313131;
    font-size: 16px;
	
}
.upload-file {
    padding: 20px 35px;
}
.last-step {
   width: 80%;
    margin: 0 auto;
    padding: 80px;
    background: url(https://thenfordarboretum.com/wp-content/uploads/2022/12/back_image-scaled.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.last-form-step {
    width: 60%;
    margin: 0 auto;
	background: #ffffff;
    opacity: 0.92;
    padding: 80px;
}
.last-step h2 {
    font-size: 70px;
    color: #0A6582;
    font-weight: 700;
    text-align: center;
	font-family: 'Adobe Clean', sans-serif;
	line-height:1em;
    margin: 0px 0px 10px 0px;

}
.last-step p {
    font-size: 38px;
    color: #313131;
    text-align: center;
	    margin: 0px;
		line-height: 1em;
		font-family: 'Adobe Clean', sans-serif;

}

.form-step input{
        width:100%;
        height:40px;
        border-radius:5px;
        border:2px solid #B7B7B7;
        margin:0px 0px 10px 0px;

    }
  textarea#myTextarea,  textarea#collection {
        width:100%;
        height:65px;
        border-radius:5px;
        border:1px solid #B7B7B7; 
}

#multi-step-form-container {
    margin-top: 5rem;
}
.text-center {
    text-align: center;
}
.mx-auto {
    margin-left: auto;
    margin-right: auto;
}
.pl-0 {
    padding-left: 0;
}
.button {
    padding: 0.7rem 1.5rem;
    border: 1px solid #0A6582;
    background-color: #0A6582;
    color: #fff;
    cursor: pointer;
    border-radius: 5px;
    font-size: 1.125rem;
	font-family: 'Adobe Clean', sans-serif;
}
.submit-btn {
    border: 1px solid #0e9594;
    background-color: #0e9594;
	font-family: 'Adobe Clean', sans-serif;
}
.mt-3 {
    margin-top: 2rem;
}
.d-none {
    display: none;
}
/* .form-step {
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 20px;
    padding: 3rem;
} */

.thankyou-btn a {
    margin: 0px 20px;
}
.font-normal {
    font-weight: normal;
}
div#multi-step-form-container {
    width: 80%;
    margin: 80px auto;
}
ul.form-stepper {
    counter-reset: section;
    margin-bottom: 0rem;
}
ul.form-stepper .form-stepper-circle {
    position: relative;
}
ul.form-stepper .form-stepper-circle span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
}
.form-stepper-horizontal {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
ul.form-stepper > li:not(:last-of-type) {
    margin-bottom: 0.625rem;
    -webkit-transition: margin-bottom 0.4s;
    -o-transition: margin-bottom 0.4s;
    transition: margin-bottom 0.4s;
}
.form-stepper-horizontal > li:not(:last-of-type) {
    margin-bottom: 0 !important;
}
.form-stepper-horizontal li {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.form-stepper-horizontal li:not(:last-child):after {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 1px;
    content: "";
    top: 32%;
}
.form-stepper-horizontal li:after {
    background-color: #E8E8E8;
    border: 1px solid #E8E8E8;
}
.form-stepper-horizontal li.form-stepper-completed:after {
    background-color: #0A6582;
    border: 1px solid #0A6582;
}
.form-stepper-horizontal li:last-child {
    flex: unset;
}
ul.form-stepper li a .form-stepper-circle {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 0;
    line-height: 1.7rem;
    text-align: center;
    background: rgba(0, 0, 0, 0.38);
    border-radius: 50%;
}
.form-stepper .form-stepper-active .form-stepper-circle {
    background-color: #FBBD19 !important;
    color: #fff;
    border-color: #0A6582 !important;
    border: 3px solid;
}
.form-stepper .form-stepper-active .label {
    color: #313131 !important;
    font-size: 1.25rem;
	font-weight:500;
	font-family: 'Adobe Clean', sans-serif;
}
.form-stepper .form-stepper-active .form-stepper-circle:hover {
    background-color: #FBBD19 !important;
    color: #fff !important;
}
.form-stepper .form-stepper-unfinished .form-stepper-circle {
    background-color: #fff;
    border: 3px solid #AAAAAA;
}
.form-stepper .form-stepper-completed .form-stepper-circle {
    background-color: #32B109 !important;
    color: #fff;
    border: 3px solid #0A6582;
}
.form-stepper .form-stepper-completed .label {
    color: #313131 !important;
    font-size:1.3rem;
}
.form-stepper .form-stepper-completed .form-stepper-circle:hover {
    background-color: #0e9594 !important;
    color: #fff !important;
}
.form-stepper .form-stepper-active span.text-muted {
    color: #fff !important;
}
.form-stepper .form-stepper-completed span.text-muted {
    color: #fff !important;
}
.form-stepper .label {
    font-size: 20px;
    color:#313131;
    margin-top: 0.5rem;
	font-family: 'Adobe Clean', sans-serif;
}
.form-stepper a {
    cursor: default;
}
.form-attribute img.calender-img {
    top: 60px;
    right: 20px;
}

.form-attribute {
    width: 50%;
    float: left;
    padding: 5px 10px;
	position:relative;
} 
.attbutes_section {display:inline-block;}
.attribute-section {
    display: inline-block;
    border: 1px solid #cccccc;
	border-radius:5px;
    width: 100%;
}
.attribute-section input {
    width:100%;
        height:40px;
        border-radius:5px;
        border:2px solid #B7B7B7;
        margin: 0px 0px;
		font-family: 'Adobe Clean', sans-serif;
}

.button-section {
    padding: 10px;
	display: flex;
    justify-content: space-between;
	width:100%;
}

.form-step label {
    font-size: 1.125rem;
    font-weight: 600;
    color: #313131;
	font-family: 'Adobe Clean', sans-serif;
	
}

.attribute-section h4 {
    color: #313131;
    font-size: 2rem;
    padding: 0px 35px;
    border-bottom: 1px solid #B7B7B7;
    margin: 0px;
	font-weight:600;
	font-family: 'Adobe Clean', sans-serif;
}
ul.form-stepper .label {
    position: absolute;
    top: -50px;
	font-size: 1.25rem;
    font-weight: 500;
	left:-26px;
}
ul.form-stepper li:nth-child(3) .label {
    left: -45px;
}

.steps-form {
    padding: 20px 35px;
}

/* setting listing form */

select#plants {
    width: 100% !important;
    font-size: 16px;
    height: 40px;
}

option {
    font-size: 18px !important;
}

.upload__inputfile {
  /*width: 0.1px;
  height: 0.1px;
  opacity: 1;
  overflow: hidden;
  position: absolute;
  z-index: -1;*/
}
.upload__btn {
  display: flex;
      background: #0a6582;
    color: #fff !important;
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 400;
    border-radius: 5px;
    border: unset;
	    justify-content: center;
		width:20%;

}
.upload__btn img{
width: 25px;
    height: 25px;
    position: relative;
    top: 10px;
    left: -8px;
	}

.upload__btn-box {
  margin-bottom: 10px;
  padding:0px 15px;
}
.upload__img-wrap {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
  position:relative;
}
.upload__img-box {
    width: 22%;
    border: 1px solid #cccccc;
    margin: 10px 10px;
    padding: 10px;
}
.upload__img-close {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: rgb(10 101 130);
  position: absolute;
  top: -22px;
  right: -20px;
  text-align: center;
  line-height: 24px;
  z-index: 1;
  cursor: pointer;
}
.upload__img-close:after {
  content: '\2716';
  font-size: 14px;
  color: white;
  position: absolute;
    top: 0px;
    right: 6px;
    left: 6px;
}
.img-bg {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  padding-bottom: 100%;
}

.form-button:nth-child(1) button#myBtn {
    background: none;
    color: #0a6582;
}

.form-button:nth-child(1) button#myBtn img {
    position: relative;
    left: -5px;
}

.upload__btn-box p {
    margin: 10px 0px;
}
/* start css 09-01-2023*/

.sub-attribute {
     width: 47.333%;
    float: left;
    margin: -6px 10px 0px 0px;
}
select{
	width:100%;
}
.form-attribute h3 {
    font-size: 1.125rem;
    font-weight: 600;
    color: #313131;
	margin:0px;
	font-family: 'Adobe Clean', sans-serif;

}
input[type="checkbox"], input[type="radio"] {
    width: 20px;
    height: 20px;
}
label.checkbox-inline {
    position: relative;
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    vertical-align: middle;
    cursor: pointer;
    max-width: 100%;
	font-weight: 600;
	padding-right: 30px;
	top:-15px;
}
section#step-2 .form-attribute h3 {
    margin-top: 9px;
}
label.checkbox-inline input[type="checkbox"], label.checkbox-inline input[type="radio"]  {
    margin: 0px 10px;
    position: relative;
    top: 4px;
}


div#image-section label.checkbox-inline {
    display: flex;
    margin: 10px 0px;
    position: relative;
    top: 0px;
}

.thankyou-btn {
    display: flex;
    justify-content: end;
    width: 85%;
    margin: 40px auto 100px auto;
}
select {
    font-size: 16px !important;
    font-family: 'Adobe Clean', sans-serif !important;
}

.listing-header ul#menu-home-menu {
        display: flex;
    align-items: center;
    margin: 0 auto;
    justify-content: center;
}
.listing-header {
    background: #0a6582 !Important;
}
.listing-header ul#menu-home-menu li a {
    line-height: 1.6em;
    height: auto;
    padding: 0px 10px 0px 10px;
    vertical-align: baseline;
   
    display: block;
    color: #fff;
    text-transform: none;
    text-decoration: none;
    text-align: left;
    background: rgba(0, 0, 0, 0);
    border: 0;
    border-radius: 0;
}
.listing-header li {
    padding: 0px 10px;
}
.listing-header li{
border-left: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: inset 1px 0 0 0 rgb(255 255 255 / 10%);
}
.listing-header ul#menu-home-menu li#menu-item-1866 {
    border-left: unset;
    box-shadow: unset;
}
.item-container span {
    font-size: 16px;
    position: relative;
    display: block;
    margin: 20px auto;
    width: 80%;
    float: left;
font-family: 'Adobe Clean', sans-serif;
color: #0a6582;
}
.item-container input[type="radio"] {
    float: left;
    margin: 23px auto;
    -webkit-appearance: none;
    border-radius: unset;
	    margin-right: 10px;

}
#image-section input[type="radio"]:checked::after {
    content: "\f00c";
    position: absolute;
    top: 0px;
    z-index: 999999;
    display: block;
    left: 4px;
    right: 4px;
    font-size: 10px;
    color: #ffffff;
    font-family: "Fontawesome";
}

input.button.submit-btn.button.btn-navigate-form-step {
   background: #0a6582;
    border-color: #0a6582;
    color: #ffffff;
    font-size: 16px !important;
    border-radius: 5px;
    font-family: 'Adobe Clean', sans-serif;
}


@media only screen and (max-width: 992px) {
 .upload__btn{
	     width: 100%;
 }
}


/* header section */
.site-branding .col-5-12 {
    width: 50%;
	
}
.site-branding .col-1-7.logo {
  
    width: 50%;
	
}
.site-branding .col-1-7.logo img {
    width: 200px;
    position: relative;
    top: 10px;
}

div#header-listing .col-5-12 {
    width: 80%;
	order: 2;
}
div#header-listing .col-1-7.logo {	
  
    width: 20%;
	order: 1;
}

div#header-listing {
    width: 80%;
    margin: 20px auto !important;
}

.listing-header .menu-home-menu-container {
    width: 80%;
    margin: 0 auto;

}
.listing-header ul#menu-home-menu li a {
    padding: 12px;
}
ul#menu-home-menu ul.sub-menu li a {
    padding: 0px !important;
}

.listing-header ul#menu-home-menu li:hover {
  background: #283d5766;
}	

ul.sub-menu li:hover {
    background: unset !important;
}

ul.sub-menu li a:hover {
    color:#fff !important;
}



/* tooltip */

span.tooltiptext {
 background-color: #fff;
    position: absolute;
    top: -90px;
    padding: 10px 15px;
    border-radius: 5px;
    font-size: 14px;
    opacity: 0;
    transition: all .5s;
    word-break: normal;
}

/* Hover text tooltip */
span.tooltiptext:hover {
    opacity: 1;
    transform: translateY(-10px);
	
}




span.tooltiptext img:hover {
    opacity: 1;
    transform: translateY(-10px);
}

.listing-table table.listing-content td{
	
	font-size:16px !important;
}



table#invent-table {
    width: 80%;
    margin: 50px auto;
	    table-layout: fixed;
    border-collapse: separate;
    border-spacing: 8px 0px;
	overflow:visible;
}

table#invent-table th {
    font-size: 16px;
    padding: 10px;
    background: #293D57;
    color: #fff;
    font-family: 'Adobe Clean', sans-serif;
}
#invent-table td {
    font-size: 16px;
    color: #283D57;
    padding: 10px;
    font-family: 'Adobe Clean', sans-serif;
    word-break: break-all;
}
.invent-listing h2 {
    font-size: 38px;
    color: #313131;
	font-family: 'Adobe Clean', sans-serif;
	    margin: 30px 0px 0px 0px;
}
.invent-listing {
    width: 80%;
    margin: 0 auto;
}
.invent-listing label {
    font-size: 1.125rem;
    font-weight: 600;
    color: #313131;
    font-family: 'Adobe Clean', sans-serif;
}
div#invent-btn {
    justify-content: end;
}

div#invent-btn button#myBtn {
    background: #0a6582;
    color: #fff;
}

.invent-listing .form-attribute {
    margin-bottom: 20px;
}

.tox.tox-tinymce {
    height: 200px !important;
}
button.button-top {
    display: none;
}
.form-step label span {
    color: red;
}
div#fnameerror p {
    margin: 0;
    font-size: 16px;
    color: red;
    font-weight: 600;
}
section#thankyou {
    margin: 50px 0px;
}


/*new tooltip*/
.photo-container {
    max-width: 25em;
    height: auto;
    position: relative;
    margin: 1.563em auto;
}

.photo-container a {
    text-decoration: none;
    color: black;
    cursor: default;
    font-weight: normal;
}

.photo-container a span {
    visibility: hidden;
    position: absolute;
    left: -10px;
    top: 22px;
    background: #ffffff;
    font-size: 0.7em;
    padding: 0.3em;
    cursor: default;
    line-height: 1.4;
    z-index: 999999;
    color: #293d57;
	pointer-events: none;
	width:80px;
	box-shadow: rgb(149 157 165 / 20%) 0px 8px 24px;
}
.photo-container a:nth-child(5) span {
    left: -80px;
    width: 120px;
}

.photo-container a:hover span {
    visibility: visible;
}


/**/

.page-id-1864 .listing-step {
    width: 80%;
    margin: auto;
}
ul#menu-home-menu a:focus {
    color: #ffffff !important;
}

.page-id-1767 img.calender-img {
    top: 60px !important;
}

/* radio button css */

#image-section input[type="radio"]:checked {
    background: #0a6582;
}
#image-section input[type="radio"] {
    -webkit-appearance: none;
    border-radius: unset;
}
.item-container input[type="radio"]:checked {
    background: #0a6582;
}
.page-template-default div#wprmenu_bar {
    display: none;
}

@media only screen and (max-width: 768px) {
 .form-attribute {
    width: 100%;
}
.sub-attribute {
    width: 100%;
}
.attribute-section {
    display: block;
}
.page-id-1913 .attribute-section {
    display: inline-block !Important;
    width: 90% !important;
}
.page-id-1913 .heightset {
    height: auto;
    min-height: auto;
}
.page-id-1913 .inventory-form .attribute-section { 
    height: auto;  
}

.site-branding .col-5-12 {
    width: 100%;
    padding: 0px 5px;
}

th{
	width:auto !important;
}
nav#site-navigation {
    position: relative;
}
div#mega-menu-wrap-menu-1 {
   position: fixed;
    left: 0;
    right: 0;
    z-index: 999999;
    top: 0;
    display: inline-block;
    width: 100%;
}
.mega-menu-toggle {
    padding: 0px 10px;
}
span.mega-toggle-label-closed {
    font-size: 1.125rem;
}
span.mega-toggle-label-open {
    font-size: 1.125rem;
}
html.js {
    padding: 0px !important;
}

.site-branding {
    margin: 40px 0px 20px 0px !important;
}

.main-navigation.backend {
    display: block !important;
}
div#header-listing {
    width: 80%;
    margin: 35px auto !important;
}
}
@media only screen and (max-width: 500px) {
ul.form-stepper .label {
    position: absolute;
    top: -40px;
    font-size: 14px;
    line-height: 1.2em;
}
.form-stepper .form-stepper-active .label {

    font-size: 14px;
    
}
div#header-listing h3 a{
		float:none;
	}
}

/* front end site design */

.page-id-1651 .cat-block.maxh h3 {
    position: sticky;
    top: 0px;
	z-index:999999;
}

ul#menu-home-menu ul.sub-menu li {
    padding: 0px;
}


