/*
Theme Name: Bridge Child
Theme URI: http://demo.qodeinteractive.com/bridge/
Description: A child theme of Bridge Theme
Author: Qode Interactive
Author URI: http://www.qodethemes.com/
Version: 1.0.0
Template: bridge
*/
@import url("../bridge/style.css");

/* HEADER */
.custom-menu-btn span {
    border: 1px solid #eeeeee;
    padding: 14px 18px;
}
.sticky .custom-menu-btn span {
    border: 1px solid #080808;
    padding: 14px 18px;
}
.light:not(.sticky):not(.scrolled) nav.main_menu>ul>li>a:hover{color: #ca190c !important;}
span.plus{display:none;}
nav.main_menu>ul>li>a>i.menu_icon {
    display: none;
}
rs-layer#slider-4-slide-4-layer-2, rs-layer#slider-4-slide-4-layer-1 {
    text-shadow: 1px 1px 3px #0000008c !important;
}
/* HOME */
.q_elements_item.home-grid-text .wpb_text_column {
    margin: 20px auto !important;
    width:  75%;
}
.home-grid-text h2 {
    margin: 20px 0;
    font-size: 48px;
    line-height: 60px;
    color: white;
    font-family: 'Roboto Condensed';
}
.home-grid-text p {
    font-size: 20px;
}
a.home-grid-btn {
    background-color: #ed1c24;
    color: white;
    padding: 20px 60px;
    font-size: 16px;
    font-weight: 700;
    display: inline-block;
    margin: 40px 0;
    transition: 0.3s;
}
a.home-grid-btn:HOVER{
  background-color:#ed441c;
  color:white;
}
.home-service-section {
    border: 2px solid black !important;
    margin: 40px 0;
    padding: 20px 0;
}
a.home-text-btn {
    color: #eb3a2d;
    font-size: 20px;
    margin: 20px 0;
    display: inline-block;
    font-weight: 700;
}
.home-service-section .wpb_content_element {
    width: 90%;
    /* text-transform: lowercase; */
}
.home-service-section h3 {
    text-transform: none;
}
.h2-custom h2 {
    font-size: 48px;
    font-family: 'Roboto Condensed';
    font-weight: 800 !important;
    margin: 20px 0 !important;
}
.h2-custom p {
    margin: 0 auto 20px 0 !important;
    /* display: block; */
    font-size: 20px !important;
}
.h2-custom {
    margin: 40px auto;
}
.q_elements_item.home-subs-img {
    position: absolute;
    right: 0;
}
.subscription-home {
    padding: 40px;
}
/* WORKOUTS GRID */
.ult-new-ib.ult-ib-effect-style1.ult-ib-resp:before {
    content: "";
    display: block;
    background-color: #292929a1;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
}
#workouts-home .ult-ib-effect-style1 .ult-new-ib-desc {
    top: 0 !important;
    bottom: auto !important;
    padding-left: 40px;
    z-index: 2;
}
#workouts-home .ult-ib-effect-style1 .ult-new-ib-content {
    margin-top: 40px !important;
    }
#workouts-home h2.ult-new-ib-title.ult-responsive {
    font-size: 30px !important;
    font-family: 'Roboto Condensed' !important;
    text-transform: uppercase;
}
#workouts-home .ult-new-ib .ult-new-ib-content p {
    font-size: 20px !important;
    font-weight: 100 !important;
    line-height: 1.4;
}
/* PACKAGES - SUBSCRIPTION */
.ihc_level_template_9 .ihc-level-item {
    width: 50% !important;
    box-sizing: border-box;
    max-width:none;
}
.columns {
 padding: 8px;
}
.price {
  list-style-type: none;
  border: 1px solid #eee;
  margin: 0;
  padding: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.price:hover {
  box-shadow: 0 8px 12px 0 rgba(0,0,0,0.2)
}
.price .header {
  background-color: #111;
  color: white;
  font-size: 25px;
}
.price li {
  border-bottom: 1px solid #eee;
  padding: 20px;
  text-align: center;
}
.price .grey {
  background-color: #eee;
  font-size: 20px;
}

/* FOOTER */
.footer_top, .footer_top.footer_top_full {
    padding-top: 60px !important;
    padding-right: 0px;
    padding-bottom: 60px !important;
    padding-left: 0px;
}

/* MENU MOBILE */
.mobile_menu .custom-menu-btn span {
    color: #ed1c24;
    border: none;
    /* background-color: #ccc; */
    width: 100% !important;
    padding: 0;
}
.mobile_menu a.current {
    color: white !important;
}
/* MEDIA */
@media only screen and (max-width: 600px) {
  .columns {
    width: 100%;
  }
  .q_elements_item.home-grid-text .wpb_text_column {
    width: 90%;
    text-align: center;
}
.q_elements_item.home-subs-img {
    width: 33% !important;
    position: initial !important;
}
  .home-grid-text h2 {
    margin: 40px 0;
    font-size: 28px !important;
    line-height: 28px;
  }
  .home-grid-text p {
    font-size: 16px;
}
a.home-grid-btn {
    padding: 12px 38px !important;
  }
.home-service-section .wpb_content_element {
    text-align: center;
    margin-top: 20px;
    width:99%;
}
a.home-text-btn {
    font-size: 16px;
}
.h3, body.qode-overridden-elementors-fonts .elementor-widget-heading h3.elementor-heading-title, h3 {
    font-size: 14px;
    }
    .q_elements_item.home-subs-img {
    /* width: 50%; */
    position: initial !important;
}
#workouts-home h2.ult-new-ib-title.ult-responsive{
  font-size: 24px !important;
}
}
