 /**/

 .site-header, body:not([class*="elementor-page-"]) .site-main {
	max-width: 1300px;
}


 #myc-container {
  width: inherit;
}

#myc-nav-container {
  margin-bottom: 15px;
  width: inherit;
}

#myc-current-month-year-container {
  display: inline-block;
  font-size: 1.5em;
  font-weight: lighter;
  text-align: center;
  text-transform: capitalize;
  vertical-align: top;
  width: 68%;
}

#myc-prev-week-container {
  display: inline-block;
  width: 15%;
}

#myc-next-week-container {
  display: inline-block;
  width: 15%;
}

#myc-prev-week {
	border: 1px solid #2fadde;
	border-radius: 80px;
	color: #2fadde;
	cursor: pointer;
	float: left;
	font-size: 20px;
	/* font-weight: bold; */
	text-align: center;
	width: auto;
  padding: 5px 15px 10px 15px;
}

#myc-next-week {
	border: 1px solid #2fadde;
	border-radius: 80px;
	color: #2fadde;
	cursor: pointer;
	float: right;
	font-size: 20px;
	/* font-weight: bold; */
	text-align: center;
	width: auto;
  padding: 5px 15px 10px 15px;
}

#myc-prev-week:hover, #myc-next-week:hover {
  color: white;
  background-color: #2fadde;
}

#iwdnextone {
  display: none; 
}

#myc-dates-container {
  background-color: white;
}

.myc-date-header {
  border-right: 1px solid white;
  display: inline-block;
  min-height: 40px;
  padding: 10px 0px 10px 0px;
  vertical-align: top;
  width: 13.77%;
}

.myc-date-header:first-of-type {
  /* 
  padding-left: 15px;
  */ 
}

.myc-date-header:last-of-type {
  border-right: none;
  width: 13%;
}

#myc-available-time-container {
  min-height: 150px;
}

.myc-date-display {
  font-weight: bold;
  font-size: 18px;
}

.myc-day-time-container {
  /*border-right: 1px solid #e0e0e0;*/
  display: inline-block;
  height: 100%;
  /* 
  padding: 15px 15px 15px 15px;
  */ 
  padding: 0; 
  vertical-align: top;
  width: 13.77%;
}

.myc-day-time-container:first-of-type {
  /* 
  padding-left: 15px;
*/ 
}

.myc-day-time-container:last-of-type {
  border-right: none;
  width: 13%;
}
.myc-date-number {
font-size: 15px;
font-weight: lighter;
color: #7d7d7d;
}

.myc-available-time {
background-color: #2fadde;
/* border-radius: 20px; */
color: #ffffff;
display: block;
/* margin-bottom: 15px; 
  */
padding: 10px 0px 10px 0px;
text-align: center;
border: solid 1px white;
}

.myc-available-time:hover {
  background-color: #fab743;
  color:white
}

.myc-available-time.selected {
background-color: #fba611;
color: white;
}

.iwddisabled {
  pointer-events: none;
  background-color: #9d9d9d;
}

.nice {
	font-size: 16px;
	color: #1a7ca8;
	font-weight: bold;
	display: block;
	border: solid 2px #1a7ca8;
	text-align: center;
	padding: 8px;
	background: #e3f7ff;
}

.step::before {
  content: '';
}

@media only screen and (max-width: 768px) {
  .myc-date-header, .myc-day-time-container {
      width: 13.5%;
  }
  /*.myc-date-header:last-of-type, .myc-day-time-container:last-of-type {
      width: 12%;
  }*/
  
}

/**
* vertical stepper 
*/ 

.steps {
  width: 100%;
  padding: 24px 0;
  position: relative;
  margin: auto;
}


.step {
  padding: 0 20px 24px 50px;
  position: relative;
  transition: all 0.4s ease-in-out;
  background-color: #FFF;
}

.step::before {
content: '';
position: absolute;
height: 37px;
width: 37px;
/* background-color: rgb(198, 198, 198); */
border-radius: 100%;
left: 23px;
transform: translateX(-45%);
z-index: 2;
text-align: center;
line-height: 29px;
border: solid 2px #1a7ca8;
color: white;
background: #1a7ca8;
font-weight: bold;
font-size: 21px;
top: -3px; 
}

.step.minimized::before {
border: solid 2px #1a7ca8;
color: #1a7ca8;
background: white;	
}


.step:not(.step:last-of-type)::after {
content: '';
position: absolute;
height: 100%;
width: 2px;
background-color: #1a7ca8;
left: 24px;
top: 0;
z-index: 1;
}

.step.minimized {
  background-color: #FFF;
}

.step-header {
height: 42px;
color: #1a7ca8;
user-select: none;
font-size: 19px;
font-weight: bold;
border-bottom: solid 1px #1a7ca8;
}
.subheader {
  user-select: none;
  font-size: 14px; 
  color: rgba(0, 0, 0, 0.4);
}

.step-content {
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  position: relative;

}

.step.minimized > .step-content {
  height: 0px;
  padding: 0; 
}

.step-content.one {
  height: auto;
  width: 100%;
  border-radius: 4px;
  margin-top: 10px;
  padding-top: 30px;
  padding-bottom: 30px;
}

.step-content.two {
  height: auto;
  width: 100%;
  border-radius: 4px;
  margin-top: 10px;
  padding-top: 30px;
  padding-bottom: 30px;
}

.step-content.three {
  height: auto;
  width: 100%;
  border-radius: 4px;
  margin-top: 10px;
  padding-top: 30px;
  padding-bottom: 30px;
}

.next-btn, .prev-btn, .next-btnn {
	position: relative;
	/* top: 50%; */
	/* left: 50%; */
	border: 0 !important;
	padding: 10px 20px !important;
	border-radius: 4px;
	background-color: #fba611 !important;
	box-shadow: 0 5px 10px -3px rgba(0, 0, 0, 0.3) !important;
	color: #FFF !important;
	cursor: pointer;
	/* transform: translate(-50%, -50%); */
	margin: 0 auto;
	margin-top: 30px;
}
  
.next-btnn {
  float: right; 
}

.close-btn {
  position: relative;
  top: 50%;
  left: 50%;
  border: 0;
  padding: 10px 20px;
  border-radius: 4px;
  background-color: #fba611;
  box-shadow: 0 5px 10px -3px rgba(0, 0, 0, 0.3);
  color: #FFF;
  cursor: pointer;
  transform: translate(-50%, -50%);
} 

/* Irrelevant styling things */
.close-btn:hover {
  background-color: #e49712
}

.close-btn:focus {
  outline: 0;
}

.next-btn:hover, .prev-btn:hover {
  background-color: #e49712
}

.next-btn:focus, .prev-btn:focus {
  outline: 0;
}

.iwdmoretimes {
  background-color: #1a7ca8;
}

.iwdmore {
  display: none;
}

.iwdtaken {
  pointer-events: none;
  background-color: #005f84;

}

/**
* Custom 
*/ 

input[type="time"],input[type="date"], input[type="email"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="url"], select, textarea {
  width: 100%;
  border: 1px solid #666;
  border-radius: 3px;
  padding: .5rem 1rem;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

#iwd-appointments {
  padding: 25px;
  -webkit-box-shadow: 0px 0px 6px 1px rgba(0,0,0,0.2); 
box-shadow: 0px 0px 6px 1px rgba(0,0,0,0.2);
}



.iwd_errors { padding: 8px; border: 1px solid #f50; margin: 0 0 15px; }
.iwd-wrapper{margin:50px auto;}
.iwd-hidden {display: none !important;}
.iwd-clear {clear: both;}
#fe-success {
	border: 2px #7dc47d solid;
	text-align: center;
	padding: 25px;
	font-size: 16px;
	margin-top: 30px;
	margin-bottom: 30px;
	background: #edf9e8;
}
input.error {border: solid 1px red !important;}
textarea { width: 100% }
.iwd-10 {
  float:left;
width: 10%; 
}
.iwd-20 {
  float:left;
width: 20%; 
}
.iwd-30 {
  float:left;
width: 30%; 
}
.iwd-40 {
  float:left;
width: 40%; 
}
.iwd-50 {
  float:left;
width: 50%; 
}
.iwd-60 {
  float:left;
width: 60%; 
}
.iwd-70 {
  float:left;
width: 70%; 
}
.iwd-80 {
  float:left;
width: 80%; 
}
.iwd-90 {
  float:left;
width: 90%; 
}
.iwd-100 {
  float:left;
width: 100%; 
}

.iwd-form-group {
	padding: 5px !important;
	float: left;
	min-height: 99px; 
}



/*
    Common 
*/

.wizard,
.tabcontrol
{
    display: block;
    width: 100%;
    overflow: hidden;
}

.wizard a,
.tabcontrol a
{
    outline: 0;
}

.wizard ul,
.tabcontrol ul
{
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

.wizard ul > li,
.tabcontrol ul > li
{
    display: block;
    padding: 0;
}

/* Accessibility */
.wizard > .steps .current-info,
.tabcontrol > .steps .current-info
{
    position: absolute;
    left: -999em;
}

.wizard > .content > .title,
.tabcontrol > .content > .title
{
    position: absolute;
    left: -999em;
}



/*
    Wizard
*/

.wizard > .steps
{
    position: relative;
    display: block;
    margin-bottom: 150px;
    width: 100%;
}

.wizard.vertical > .steps
{
    display: inline;
    float: left;
    width: 30%;
}

.wizard > .steps > ul > li
{
    width: 16%; 
}

.wizard > .steps > ul > li,
.wizard > .actions > ul > li
{
    float: left;
}


.wizard.vertical > .steps > ul > li
{
    float: none;
    width: 100%;
}

.wizard > .steps a,
.wizard > .steps a:hover,
.wizard > .steps a:active
{
    display: block;
    width: auto;
    margin: 0 0.5em 0.5em;
    padding: 1em 1em;
    text-decoration: none;

    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.wizard .number {
  clear:both;
  display: block;
  width: 100%;
}

.wizard > .steps .disabled a,
.wizard > .steps .disabled a:hover,
.wizard > .steps .disabled a:active
{
    color: #aaa;
    cursor: default;
}

.wizard > .steps .current a
{
    color: #4C0424;
    cursor: default;
    font-size: 16px;;
}

.wizard > .steps .done:before, 
.wizard > .steps .done:after 
{
    background: #4C0424;
}
.wizard > .steps .done a
{
    color: #4C0424;
}
.wizard > .steps .error a,
.wizard > .steps .error a:hover,
.wizard > .steps .error a:active
{
    background: #ff3111;
    color: #fff;
}

.wizard > .content {
	background: #eee;
  border: solid 3px #4C0424; 
	display: block;
	margin: 0.5em;
	overflow: hidden;
	position: relative;
	width: auto !important;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-bottom: 25px;
	margin-top: 41px;
	padding-bottom: 25px;
    clear: both;
  }

.wizard.vertical > .content
{
    display: inline;
    float: left;
    margin: 0 2.5% 0.5em 2.5%;
    width: 65%;
}

.wizard > .content > .body
{
    float: left;
    position: relative;
    width: 95%;
    height: 95%;
    padding: 2.5%;
}

.wizard > .content > .body ul
{
    list-style: disc !important;
}

.wizard > .content > .body ul > li
{
    display: list-item;
}

.wizard > .content > .body > iframe
{
    border: 0 none;
    width: 100%;
    height: 100%;
}

.wizard > .content > .body input
{
    border: 1px solid #ccc;
}

.wizard > .content > .body input[type="checkbox"]
{
    display: inline-block;
}

.wizard > .content > .body input.error
{
    background: rgb(251, 227, 228);
    border: 1px solid #fbc2c4;
    color: #8a1f11;
}

.wizard > .content > .body label
{
    display: inline-block;
    margin-bottom: 0.5em;
}

.wizard > .content > .body label.error
{
    color: #8a1f11;
    display: inline-block;
    margin-left: 1.5em;
}

.wizard > .actions
{
    position: relative;
    display: block;
    text-align: right;
    width: 100%;
    margin-top: 30px;
}

.wizard.vertical > .actions
{
    display: inline;
    float: right;
    margin: 0 2.5%;
    width: 95%;
}

.wizard > .actions > ul
{
    display: inline-block;
    text-align: right;
}

.wizard > .actions > ul > li
{
    margin: 0 0.5em;
}

.wizard.vertical > .actions > ul > li
{
    margin: 0 0 0 1em;
}

.wizard > .actions a,
.wizard > .actions a:hover,
.wizard > .actions a:active
{
  text-transform: uppercase;
  letter-spacing: 0.2px;
  fill: #FFFFFF;
  color: #FFFFFF;
  background-color: #4C0424;
  background-image: none;
  font: var(--the7-btn-l-font);
  text-transform: var(--the7-btn-l-text-transform);
  letter-spacing: var(--the7-btn-l-letter-spacing);
  word-spacing: var(--the7-btn-l-word-spacing);
  -webkit-border-radius: var(--the7-btn-l-border-radius);
  border-radius: var(--the7-btn-l-border-radius);
  border-width: var(--the7-btn-l-border-width);
  border-style: var(--the7-btn-l-border-style);
  border-color: var(--the7-btn-border-color);
  padding: var(--the7-btn-l-padding);
  min-width: var(--the7-btn-l-min-width);
  min-height: var(--the7-btn-l-min-height);
}

.wizard > .actions .disabled a,
.wizard > .actions .disabled a:hover,
.wizard > .actions .disabled a:active
{
    background: #eee;
    color: #aaa;
}

.wizard > .loading
{
}

.wizard > .loading .spinner
{
}

.iwd-form-group label {
  width: 100%; 
}


.iwdtooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black; /* If you want dots under the hoverable text */
}


.iwdtooltip .tooltiptext {
	visibility: hidden;
	background-color: black;
	color: #fff;
	text-align: center;
	padding: 5px;
	border-radius: 6px;
	position: absolute;
	z-index: 1;
  font-size: 12px;
  line-height: 1;
}


/* Show the tooltip text when you mouse over the tooltip container */
.iwdtooltip:hover .tooltiptext {
  visibility: visible;
}
/*
    Tabcontrol
*/



.tabcontrol > .steps
{
    position: relative;
    display: block;
    width: 100%;
}
/* 
.tabcontrol > .steps > ul
{
    position: relative;
    margin: 6px 0 0 0;
    top: 1px;
    z-index: 1;
}

.tabcontrol > .steps > ul > li
{
    float: left;
    margin: 5px 2px 0 0;
    padding: 1px;

    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
} 

.tabcontrol > .steps > ul > li:hover
{
    background: #edecec;
    border: 1px solid #bbb;
    padding: 0;
}

.tabcontrol > .steps > ul > li.current
{
    background: #fff;
    border: 1px solid #bbb;
    border-bottom: 0 none;
    padding: 0 0 1px 0;
    margin-top: 0;
}
*/ 

#iwd-calculator-form #stepper ul li a {
  text-transform: uppercase !important;
}

.steps li {
  list-style-type: none;
  float: left;
  width: 33%;
  position: relative;
  text-align: center;
}

.steps li:before {
  content: '';

  line-height: 30px;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  border: 1px solid #ddd;
  display: block;
  text-align: center;
  margin: 0 auto 10px;
  position: relative; 
  z-index: 2;
  background-color: white
}

.steps li:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 4px;
  background-color: #ddd;
  top: 15px;
  left: -50%;
  z-index: 1;
}

.steps li:first-child:after {
  content: none;
}

.steps li.current {
  color: #4C0424;
}

.steps li.current:before {
  color: white;
  border-color: #4C0424;
  background-color: #4C0424
}

.steps .current:after {
  background-color: #4C0424;
}


.tabcontrol > .steps > ul > li > a
{
    color: #5f5f5f;
    display: inline-block;
    border: 0 none;
    margin: 0;
    padding: 10px 30px;
    text-decoration: none;
}

.tabcontrol > .steps > ul > li > a:hover
{
    text-decoration: none;
}

.tabcontrol > .steps > ul > li.current > a
{
    padding: 15px 30px 10px 30px;
}

.tabcontrol > .content
{
    position: relative;
    display: inline-block;
    width: 100%;
    height: 35em;
    overflow: hidden;
    border-top: 1px solid #bbb;
    padding-top: 20px;
}

.tabcontrol > .content > .body
{
    float: left;
    position: absolute;
    width: 95%;
    height: 95%;
    padding: 2.5%;
}

.tabcontrol > .content > .body ul
{
    list-style: disc !important;
}

.tabcontrol > .content > .body ul > li
{
    display: list-item;
}




@media screen and (max-width: 900px) {
  .iwd-10,
  .iwd-20,
  .iwd-30,
  .iwd-40,
  .iwd-50,
  .iwd-60,
  .iwd-70,
  .iwd-80,
  .iwd-90,
  .iwd-100 {
    width: 100%; 
  }
  }

  .wizard > .steps .error a, .wizard > .steps .error a:hover, .wizard > .steps .error a:active {
    background: transparent !important;
    color: auto;   
  }

  .iwd-form-group input[type=submit] {
    text-transform: uppercase !important;
    outline: 0 !important;
    border: 0 !important;  
    float: right;
    text-shadow: 0px 0px 10px rgba(0,0,0,0.3);
  }

  @media screen and (max-width: 770px) {

    .wizard > .steps {
      margin-bottom: auto; 
    }

    .wizard > .steps a {
      display: none !important;
    }
    
    .steps li:before {
      content: attr(data-step);
    }
    .wizard > .steps .current a {
      color: #4C0424;
      cursor: default;
      font-size: 16px;
      position: absolute;
      /* left: 0; */
      display: none !important;
      width: 90vw !important;
      top: 38px;
      margin: 0 auto;
      right: auto;
      left: auto;
    }
    .wizard > .steps > ul > li {
      width: 16%;
    }
    .wizard > .content {
       margin-top: 20px;
    }

    .iwd-form-group img {
      width: 100%;
    }

}