/*
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
*/

.none {
  display: none !important;
}

.big {
  letter-spacing: 0.18px;
  opacity: 1;
  font-weight: 500;
  color: #1d1d1d !important;
}

/*SEE ALL FEES BUTTON ARROW*/
.btn-see-all {
  text-decoration: underline;
  color: #272d3a;
}

.btn-see-all i {
  padding-left: 10px;
}

/*BG CTA HOMEPAGE && BG HELP BOX*/
@media only screen and (max-width: 767px) {
  .bg_cta,
  .bg_help_box {
    background-color: #d5d5d5 !important;
    background-image: none !important;
  }
}

/* TITLE VERTICAL SCROLL SECTION */
.vertical_scroll_container .title_vert_section {
  font-weight: 400 !important;
}

/* CARD LIST BOX */

.my_card_list_item h3 {
  line-height: 22px !important;
  /* line-height: var(--body_typography-line-height); */
  font-size: var(--body_typography-font-size) !important;
  font-family: var(--body_typography-font-family) !important;
  font-weight: var(--body_typography-font-weight) !important;
  letter-spacing: var(--body_typography-letter-spacing) !important;
  font-style: var(--body_typography-font-style, normal) !important;
}

.my_card_list_item div {
  margin-bottom: 5px !important;
}

.my_card_list_item img {
  margin-right: 10px !important;
}

@media only screen and (max-width: 1024px) {
  .my_card_list_item .content-box-wrapper {
    padding: 10px !important;
  }
}
/*FAQ*/
#my_faq .fusion-filter a {
  color: #272d3a;
  font-size: 15px;
}

/*FORM*/

/*Radio Buttons*/
.fusion-form-form-wrapper .fusion-form-field {
  margin: 1em 0 0 !important;
}
.fusion-form-form-wrapper .fusion-form-field.fusion-form-label-above .label,
.fusion-form-form-wrapper .fusion-form-field.fusion-form-label-above label {
  font-weight: 700;
}

.fusion-form-form-wrapper
  .fusion-form-field
  .fusion-form-checkbox
  input:checked
  + label:after,
.fusion-form-form-wrapper
  .fusion-form-field
  .fusion-form-radio
  input:checked
  + label:after {
  background: #ff9900 !important;
}
.fusion-form-form-wrapper
  .fusion-form-field
  .fusion-form-checkbox
  input:checked
  + label:before,
.fusion-form-form-wrapper
  .fusion-form-field
  .fusion-form-radio
  input:checked
  + label:before {
  border: 1px solid #ff9900 !important;
}

.fusion-form-form-wrapper .fusion-form-field .fusion-form-checkbox label:before,
.fusion-form-form-wrapper .fusion-form-field .fusion-form-radio label:before {
  background: #fff;
  border: 1px solid #cccccc;
}

.fusion-form-form-wrapper
  .fusion-form-field.form_btn_radio
  .fusion-form-radio
  label {
  display: inline-block;
  background-color: #ffffff;
  padding: 10px 20px;
  font-size: 14px;
  border: 2px solid #ffffff;
  border-radius: 4px;
  margin-bottom: 15px;
}
.fusion-form-form-wrapper
  .fusion-form-field.form_btn_radio
  .fusion-form-radio
  label:hover {
  border: 2px solid #ff9900;
}
.fusion-form-form-wrapper
  .fusion-form-field.form_btn_radio
  .fusion-form-radio
  label:before,
.fusion-form-form-wrapper
  .fusion-form-field.form_btn_radio
  .fusion-form-radio
  label:after {
  display: none;
}
.form_btn_radio input[type="radio"] {
  opacity: 0;
  position: fixed;
  width: 0;
}
.form_btn_radio input[type="radio"]:checked + label {
  background-color: #f90 !important;
  border-color: #f90 !important;
  color: #ffffff;
}
.form_btn_radio input[type="radio"]:focus + label {
  border: 2px solid #ffffff;
}

#radio_card_plan .fusion-form-radio {
  position: relative;
  margin-bottom: 30px;
}
#radio_card_plan .fusion-form-radio.option-inline::after {
  color: var(--awb-color7);
  display: block;
  position: absolute;
  top: 35px;
  right: 50%;
  transform: translate(50%, 50%);
  font-size: 13px;
  width: 100%;
  text-align: center;
}
#radio_card_plan .fusion-form-radio.option-inline:nth-child(1)::after {
  /*content: "€ 1 / month";*/
}
#radio_card_plan .fusion-form-radio.option-inline:nth-child(2)::after {
  /*content: "€ 6 / month";*/
}
#radio_card_plan .fusion-form-radio.option-inline:nth-child(3)::after {
  /*content: "€ 8 / month";*/
}

#shipping_form_card {
  display: none;
}

/*Sticky blocks*/
.floating_toc {
  position: -webkit-sticky !important;
  position: sticky !important;
  top: 100px;
  min-height: 200px;
}
.page-id-1801 #boxed-wrapper {
  overflow: visible;
}

/*BLOG*/
/* Remove Recent Posts Bottom Space */
.fusion-recent-posts {
  margin-bottom: 0px;
}

#blog_swaggybank .fusion-post-wrapper {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}

/* RELATED POST */
.related-posts.single-related-posts {
  margin-bottom: 100px;
}
/*TABS CARDS*/
#tabs_cards .tab-pane {
  padding: 0;
  margin: 30px 0;
}
.tab_card_wrap {
  display: flex;
  align-items: center;
  background: #ffffff;
}

.tab_card_inside {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px;
  width: 70%;
}

.tab_card_wrap ul {
  list-style: none;
  padding: 0 30px 30px 0;
}
.tab_card_wrap ul li {
  font-size: 17px;
  line-height: 24px;
}
.tab_card_wrap ul li div {
  float: right;
  padding-left: 30px;
  display: inline-block;
}
.tab_card_wrap ul li h4 {
  margin: 0 0 10px;
}

.card_tab_img {
  max-width: 500px;
}
.tab_card_inside_wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding: 30px;
  width: 70%;
}
.wrapper_tab_content {
  width: 100%;
}
#tabs_card_inside {
  width: 100%;
  height: 30px;
  padding-right: 2px;
  margin-top: 30px;
  display: flex;
}
#tabs_card_inside li a {
  cursor: pointer;
}

#tabs_card_inside li {
  list-style: none;
  margin-right: 5px;
  outline: none;
  width: 100%;
  text-align: center;
}

#tabs_card_inside li a {
  font-weight: 700;
  color: #666666;
  padding: 5px 10px;
  display: block;
  background: #fff;
  border-bottom: 2px solid #ccc;
  text-decoration: none;
  outline: none;
}
li.ui-state-active a {
  border-bottom: 2px solid #ff9900 !important;
  color: #000000 !important;
}

#tabs_card_inside li a:hover {
  color: #000000;
  outline: none;
}

.btns_under_tabs {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 40px auto;
}
.btns_under_tabs a {
  margin: 0 5px;
}

/*Card Order Form*/
#radio_card_plan fieldset .fusion-form-radio:last-child {
  display: none;
}

/*RESPONSIVE*/
@media only screen and (max-width: 1024px) {
  .tab_card_wrap {
    flex-direction: column;
  }
  .tab_card_inside_wrap {
    width: 90%;
  }
}
/*MOBILE*/
@media only screen and (max-width: 768px) {
  .pm-0 {
    padding: 0px !important;
  }
  .pm-5 {
    padding: 5% !important;
  }
  .pm-10 {
    padding: 10% !important;
  }
  .pm-top-bottom-50 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
  .pm-top-50 {
    padding-top: 50px !important;
  }
  .pm-bottom-50 {
    padding-bottom: 50px !important;
  }
  .txtm_center {
    text-align: center;
  }
  .mobile-none {
    display: none !important;
  }

  /*Payment cards*/
  .btns_under_tabs a {
    width: 50%;
  }

  /*Currency Exchange*/
  #flag_container .fusion-layout-column {
    margin-top: 0px !important;
    margin-bottom: 15px !important;
  }

  /*ToTop*/
  .to-top-right #toTop {
    right: 10px !important;
    bottom: 10px !important;
  }
}
@media only screen and (max-width: 480px) {
  .card_tab_img {
    max-width: 100%;
  }
  .tab_card_inside_wrap {
    padding: 30px 20px;
    width: 100%;
  }
  .tab_card_wrap ul li div {
    float: none;
    padding-left: 0;
    display: block;
    margin-bottom: 8px;
    font-weight: 700;
  }
  .z-index_image_mobile {
    z-index: -1 !important;
    margin-right: -70px !important;
  }
}

/* 
        ##Device = Tablets, Ipads (portrait)
        ##Screen = B/w 768px to 1024px
  */

@media (min-width: 768px) and (max-width: 1024px) {
  .tablet-none {
    display: none !important;
  }
}

/*DESKTOP*/
@media only screen and (min-width: 1024.1px) {
  .desktop-none {
    display: none !important;
  }
}
