/*
Theme Name: Avada Child
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/

/* STEPPER */
.stepper-wrapper {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
	color: var(--body_typography-color);
}
.stepper-item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1;

  @media (max-width: 768px) {
    font-size: 12px;
  }
}

.stepper-item::before {
  position: absolute;
  content: "";
  border-bottom: 2px solid #ccc;
  width: 100%;
  top: 20px;
  left: -50%;
  z-index: 2;
}

.stepper-item::after {
  position: absolute;
  content: "";
  border-bottom: 2px solid #ccc;
  width: 100%;
  top: 20px;
  left: 50%;
  z-index: 2;
}

.stepper-item .step-counter {
  position: relative;
  z-index: 5;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #0e3b3a;
  margin-bottom: 6px;
	border: 2px solid var(--awb-color3);
}

.stepper-item.active {
  font-weight: bold;
}

.stepper-item.completed .step-counter {
  background-color: var(--awb-color3);
}

.stepper-item.completed::after {
  position: absolute;
  content: "";
  border-bottom: 2px solid var(--awb-color3);
  width: 100%;
  top: 20px;
  left: 50%;
  z-index: 3;
}

.stepper-item:first-child::before {
  content: none;
}
.stepper-item:last-child::after {
  content: none;
}

.camera-page-content {
  border-radius: 10px;
  overflow: hidden;
  background-color: var(--awb-color2);
  background-size: cover;
  width: 100%;
  margin-top: 50px;
  margin-bottom: 50px;
  margin-left: calc(-4% / 2);
  margin-right: calc(-4% / 2);
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  font-size: 16px;
}

.camera-page-content .fusion-fullwidth {
  border-radius: 0;
  padding-top: 50px;
  padding-bottom: 50px;
}

.camera-page-content .fusion-builder-row {
  max-width: 1248px;
}

.camera-page-content .fusion-layout-column {
  padding-top: 50px;
  padding-right: 30px;
  padding-bottom: 50px;
  padding-left: 30px;
  overflow: hidden;
  background-color: var(--awb-color2);
  background-size: cover;
  border-radius: 10px;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}

.camera-page-content .fusion-flex-align-items-flex-start {
  align-items: center;
}

.camera-page-content .fusion-flex-container {
  width: 100%;
  height: 100%;
  overflow: auto;
}

.camera-page-content .fusion-flex-column {
  width: 100%;
}

.camera-page-content .fusion-column-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.camera-page-table-class {
  width: 100%;
  border-collapse: collapse;
}

.camera-page-th-class {
  text-transform: uppercase;
  padding: 0px 0px 12px 0px;
  border-bottom: 1px solid #e69a78;
}

.camera-page-tbody-class {
  width: 100%;
}

.camera-page-tr-class:nth-child(even) {
  background-color: #f2f2f2;
}

.camera-page-td-class {
  padding: 12px 0px 12px 0px;
  border-bottom: 1px dashed #e69a78;
}

.dashicons-video-alt3-size {
  font-size: 28px;
}

.video-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.video-container .modal-dialog {
  width: 100vh; 
  height: 100vh; 
  display: flex;
  flex-direction: column; 
  justify-content: center; 
  align-items: center; 
  z-index: 9999;
}
.video-container .modal-content .fusion-modal-content {
  width: 840px; 
  height: 800px; 
  display: flex; 
  flex-direction: column; 
  justify-content: center;
  align-items: center; 
}

.video-container .modal-content .modal-header{
  width: 100%; 
  height: 80px; 
  display: flex; 
  flex-direction: row-reverse; 
  justify-content: space-between; 
  align-items: center; 
}

.video-container .modal-body {
  width: 840px; 
  height: 640px; 
  display: flex; 
  flex-direction: column; 
  justify-content: center; 
  align-items: center; 
  padding: 20px;
}

.video-container .modal-body p {
  width: 800px;
  height: 600px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0%;
  margin: 0%;
}

.video-container .modal-body p object {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.video-container .modal-content .modal-footer {
  width: 100%; 
  height: 80px; 
  display: flex; 
  flex-direction: column; 
  justify-content: center; 
  align-items: center; 
  margin: 0%;
  padding: 0%;
}

.cat-video-modal {
  z-index: 999;
}
.cat-video-modal .modal-backdrop {
  z-index: 998;
}

.cat-form-title {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
}

.cat-form {
  text-align: left;
  padding: 32px;
}

.acf-button {
  display: block !important;
  margin: 0 auto !important;
  margin-top: 16px !important;
}

.add-cat-button:hover {
  background-color: transparent !important;
  color: inherit !important;
  border-color: transparent !important;
  box-shadow: none !important;
  text-decoration: none !important;
}

.my-iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: none;
}