/* 
Theme Name:		 Unicon Child Theme
Theme URI:		 https://www.jazibsawar.com
Description:	 	 Child theme for Unicon Theme
Author:			 Jazib Sawar
Author URI:		 https://www.jazibsawar.com
Template:		 unicon
Version:		 1.0.0
Text Domain:	 Unicon-Theme-child
-------------------------------------------------------------- */

/* =Theme customization starts here
------------------------------------------------------- */
.post-type-archive-tribe_events #breadcrumbs {
  float: right;
}
input#miniorange_otp_validate_submit {
  font-size: 13px;
  line-height: 1;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 700;
  width: auto;
  padding: 15px 20px;
  margin: 0;
  border-radius: 2px;
  background: #37c4ec;
  color: #fff;
  border: none;
  transition: all 0.4s ease-in-out;
  margin-bottom: 15px;
}
input#miniorange_otp_validate_submit:hover {
  background: #000;
}
#myModal {
  z-index: 99999;
}
#myModal .modal-header {
  background-color: #999999;
  text-align: right;
  padding: 0 10px;
}
#myModal .close {
  margin-left: 0 !important;
}
#myModal .modal-content {
  border: none;
  max-width: 320px;
  width: 100%;
}
div#mo_message {
  border-radius: 0;
}
div#mo_message.woocommerce-error {
  background-color: #d25c5a;
  color: #fff;
  line-height: 1.3;
  font-weight: bold;
}
.woocommerce-checkout .blockUI.blockOverlay {
  position: fixed !important;
}
.header-icons {
  float: right;
  position: relative;
}
.header-icons .aa-patreon iframe {
  opacity: 0;
  z-index: 99;
  cursor: pointer;
}

.header-icons::after {
  content: "Become a patreon";
  position: absolute;
  display: inline-block;
  width: max-content;
  height: max-content;
  font-size: 16px;
  right: 90px;
  top: 27px;
  cursor: pointer;
}
.header-icons::before {
  content: "";
  background-image: url("/wp-content/uploads/svgviewer-png.png");
  background-size: 20px;
  background-position: center;
  position: absolute;
  display: inline-block;
  top: 32px;
  cursor: pointer;
  width: 20px;
  height: 20px;
  left: 5px;
}

/* Mobile App  Navbar */

.page-id-419 .audio_app_main {
  background-color: #224394;
  display: flex;
  justify-content: center;
}

.audio_app_main {
  background-color: #224394;
  display: flex;
  justify-content: center;
  display: none;
}

.audio_app_main_inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1160px;
  width: 100%;
  padding: 14px 0;
}

.audio_app_section_main-right {
  display: flex;
  justify-content: space-between;
  gap: 11px;
}

.audio_app_section_main_left_span {
  font-weight: 700;
}

.audio_app_section_main-right {
  height: 52px;
}

.audio_app_section_main_left {
  color: #ffffff;
  font-size: 24px;
  letter-spacing: 0px;
  font-weight: 500;
  font-family: "Montserrat";
}

/* Clover Checkout Page Amotaudio */
#wc-first-data-clover-credit-card-postal-code-hosted-error,
.payment_method_first_data_clover_credit_card
  .js-sv-wc-payment-gateway-credit-card-form-input {
  height: 5em !important;
}

/* Responsive */
@media screen and (max-width: 1199px) {
  .audio_app_main_inner {
    max-width: 920px;
  }
}

@media screen and (max-width: 959px) {
  .audio_app_main_inner {
    flex-direction: column;
  }

  .audio_app_section_main_left {
    padding-bottom: 5px;
  }
  #mobile-navigation {
    z-index: 9999;
  }
  #content {
    padding-top: 100px;
  }

  .aa-patreon-mobile {
    display: flex;
    justify-content: center;
  }
  .aa-patreon-mobile > div {
    position: relative;
  }
  .aa-patreon-mobile > div iframe {
    opacity: 0;
    z-index: 99;
    cursor: pointer;
    position: relative !important;
  }
  .aa-patreon-mobile > div::after {
    content: "Become a patreon";
    position: absolute;
    display: inline-block;
    width: max-content;
    font-size: 16px;
    cursor: pointer;
    inset: 0;
    height: 100%;
    display: flex;
    align-items: center;
    left: 25px;
  }
  .aa-patreon-mobile > div::before {
    content: "";
    background-image: url("/wp-content/uploads/svgviewer-png.png");
    background-size: 20px;
    background-position: center;
    position: absolute;
    display: inline-block;
    cursor: pointer;
    width: 20px;
    height: 20px;
    inset: 0;
    top: 12px;
  }
}

@media screen and (max-width: 768px) {
  .audio_app_main {
    flex-direction: column;
  }

  .woocommerce form .form-row-first,
  .woocommerce form .form-row-last {
    width: 100% !important;
  }

  #wc-first-data-clover-credit-card-postal-code-hosted-error,
  .payment_method_first_data_clover_credit_card
    .js-sv-wc-payment-gateway-credit-card-form-input {
    height: 6em !important;
  }
}

@media screen and (max-width: 540px) {
  .audio_app_section_main_left {
    font-size: 20px;
  }

  #home_banner_main {
    padding-top: 260px !important;
  }
}

@media screen and (max-width: 480px) {
  .audio_app_section_main-right {
    gap: 0px;
  }

  .audio_app_section_main-right {
    height: 100%;
  }

  .audio_app_section_main-right img {
    max-width: 90%;
    height: auto;
    height: 40px;
  }
}