/*
Theme Name:   Passion For Fitness Theme
Theme URI:    https://www.enetwebservices.com
Description:  Passion For Fitness Theme
Author:       Nick
Author URI:   
Template:     Divi
Version:      1.0.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
*/

/* ------------------------------ ADDITIONAL CSS HERE ------------------------------ */

#et-secondary-menu > ul > li a {
    display: block;
    padding-bottom: 0em;
}

#et-secondary-menu > ul > li a:hover {
    transition: none;
    opacity: 1 !important;
}

#top-header {
    height: 63px;
}

.menu-btn {
    background-color: #e6fafc;
    border: 1px solid #e6fafc;
    color: #2EA3F2 !important;
    font-weight: 700;
    padding: 7px 25px;
    margin: 10px 0 5px;
    line-height: 22px;
    transition: none;
}

.menu_btn_offer {
    background-color: #E84855;
    border: 1px solid #E84855;
    color: #E6FAFC !important;
    font-weight: 700;
    padding: 7px 25px;
    margin: 10px 0 5px;
    line-height: 22px;
    transition: none;
}

.menu-btn:hover {
    color: #E84855;
}

.menu_btn_offer:hover {
    background-color: #E6FAFC;
    border: 1px solid #E6FAFC;
}

.menu-btn a,
.menu_btn_offer a {
    transition: none;
}

.menu-btn a {
    color: #2EA3F2 !important;
}

.menu-btn a:hover {
    color: #E84855 !important;
}

.menu_btn_offer a {
    color: #E6FAFC !important;
}

.menu_btn_offer a:hover {
    color: #E84855 !important;
}

.footer-links {
    float: right;
    position: relative;
}

.footer-links a {
    color: #ffffff;
}

.enet-credits {
    float: right;
}

.landscape .et_pb_image_wrap {
    padding-top: 56.25%;
    display: block;
}

.portrait .et_pb_image_wrap {
    padding-top: 177.78%;
    display: block;
}

.landscape .et_pb_image_wrap img,
.portrait .et_pb_image_wrap img {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
}

/* Show/Hide Section Buttons */
.rv_button_honking .closed:after,
.rv_button_strenghtmusclegain.closed:after,
.rv_button_restorative.closed:after,
.rv_button_kettlebells.closed:after,
.rv_button_Step_2_Personal_Training_j.closed:after,
.rv_button_Step_2_Group_Training_j.closed:after,
.rv_button_healthdurability.closed:after {
    content: "\33";
}

.rv_button_honking .opened:after,
.rv_button_strenghtmusclegain.opened:after,
.rv_button_restorative.opened:after,
.rv_button_kettlebells.opened:after,
.rv_button_Step_2_Personal_Training_j.opened:after,
.rv_button_Step_2_Group_Training_j.opened:after,
.rv_button_healthdurability.opened:after {
    content: "\32";
}

.selection_boxes_sessions {
    background-color: red;
}

#responsive-menu-container {
    z-index: 99999 !important;
}

/* Contact Form General Styles */
[id^="wpcf7-"] .wpcf7-list-item {
    width: 100%;
}

.package_category_form_section_title {
    font-size: 40px;
    padding-top: 30px;
    line-height: 50px;
    font-weight: 700;
    color: #E84855;
}

.package_category_form_section_sub_title {
    font-size: 21px;
    padding-bottom: 10px;
    border-bottom: 1px solid #363635;
    color: #2EA3F2;
    margin-bottom: 25px;
}

input[type=email],
input[type=password],
input[type=tel],
input[type=text],
select,
textarea {
    width: 100%;
    padding: 15px;
    font-size: 16px;
    font-weight: 700;
    color: #000 !important;
    margin-bottom: 10px;
    border: solid 1px #2EA3F2;
    background-color: #fff;
}

.wpcf7-submit,
#wpcf7-f1013-p802-o1 .wpcf7-submit {
    border: none;
    color: #fff;
    background-color: #E84855;
    cursor: pointer;
    font-size: 20px;
    font-weight: 700;
    border-radius: 3px;
    transition: all 0.3s ease 0s;
}

.wpcf7-submit {
    padding: 20px;
    width: 250px;
    float: right;
}

#wpcf7-f1013-p802-o1 .wpcf7-submit {
    padding: 13px 0;
    width: 92%;
    text-align: center;
}

.wpcf7-submit:hover {
    background-color: #2EA3F2;
}

.wpcf7-recaptcha {
    float: left;
    position: relative;
}

.one-half .one_half_form_label {
    text-align: center;
    font-size: 18px;
    padding-top: 18px;
    font-weight: 600;
    color: #E84855;
}

.one-half,
.one-third,
.one-fourth {
    position: relative;
    float: left;
    margin-bottom: 20px;
}

.one-half {
    width: 48%;
    margin-right: 4%;
}

.one-third {
    width: 30.66%;
    margin-right: 4%;
}

.one-fourth {
    width: 23%;
    margin-right: 2%;
}

.last {
    margin-right: 0 !important;
    clear: right;
}

div.wpcf7-mail-sent-ok {
    border: 2px solid #024e49;
    background-color: #007069;
    color: #fff;
    width: 100%;
    text-align: center;
    margin: 10px 0;
    float: right;
}

/* Tabs & Layout */
.tablink {
    background-color: #555;
    color: white;
    float: left;
    border: none;
    cursor: pointer;
    padding: 14px 16px;
    font-size: 17px;
}

.tablink:hover {
    background-color: #777;
}

.tabcontent {
    color: #000;
    display: none;
    padding: 100px 20px;
}

.tabcontent span {
    font-size: 20px;
}

.tab-btn {
    text-align: center;
    padding: 10px 10px;
    height: 56px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    background-color: white;
    border-radius: 32px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.12);
}

.tab-btn button {
    font-size: 16px;
    font-weight: 500;
    margin: 4px 0;
    padding: 17px 16px;
    border-radius: 32px;
    height: 48px;
    cursor: pointer;
}

.roww {
    display: flex;
    text-align: center;
    padding: 10px 80px;
}

.co-4 {
    flex: 0 0 33.33%;
    max-width: 33.33%;
}

.co-12 {
    flex: 0 0 100%;
    max-width: 100%;
}

.sess-no {
    font-size: 24px;
    font-weight: 600;
    color: white;
    background-color: #147Fa9;
    width: 48px;
    height: 48px;
    margin: auto auto 10px;
    border-radius: 50%;
    line-height: 2;
}

.roww h2 {
    font-size: 24px;
    font-weight: 800;
    line-height: 1.5;
    letter-spacing: 0.27px;
    color: #272727;
}

.roww h5 {
    font-size: 16px;
    font-weight: 300;
    padding: 0 50px;
}

.freesession h6 {
    width: 100%;
    padding: 10px 0;
    min-height: 43px;
    background-color: #d3f7ff;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 2px;
    text-align: center;
    color: #272727;
}

.box-shadow {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    padding: 20px 5px;
    margin: 25px 20px;
    transition: 0.3s;
    border-radius: 10px;
}

.box-shadow:hover {
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    border-radius: 10px;
}

.box-shadow:hover h2 {
    color: #147Fa9;
}

.box-shadow h3 {
    margin-top: -30px;
    background: aliceblue;
    margin: 0 50px;
    padding: 10px 0;
    font-size: 16px;
}

.con-btn {
    margin-bottom: 50px;
}

.con-btn button {
    width: 344px;
    height: 52px;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.27px;
    color: #fff;
    background-image: linear-gradient(68deg, #147fa9, #1681aa, #68c3d4);
    border: none;
    border-radius: 4px;
    display: block;
    margin: auto;
    outline: none;
}

/* Mobile + Responsive */
@media only screen and (max-width: 1561px) {
    #et-top-navigation {
        padding: 30px 0 0 0;
        width: 100%;
    }
    #logo {
        max-height: 54% !important;
    }
}

@media only screen and (min-width: 500px) and (max-width: 800px),
       only screen and (min-width: 300px) and (max-width: 500px) {
    html, body {
        width: auto !important;
        overflow-x: hidden !important;
    }
    .roww {
        display: grid;
        text-align: center;
        padding: 10px 20px;
    }
    .co-4 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .tab-btn {
        padding: 10px 30px;
        height: auto;
        position: relative;
    }
}

@media only screen and (max-width: 980px) {
    .one-half,
    .one-third {
        width: 100%;
        margin-right: 0;
    }
    #main-header {
        min-height: 100px;
    }
    .logo_container {
        min-height: 115px;
    }
}

@media (max-width: 650px) {
    .one-fourth {
        width: 100%;
        margin-bottom: 5px;
    }
    #wpcf7-f1013-p802-o1 .wpcf7-submit {
        width: 100%;
    }
}

@media (max-width: 534px) {
    #top-header {
        min-height: 75px;
    }
}

@media (max-width: 500px) {
    .wp-caption.alignright,
    .wp-caption.alignleft {
        margin: 0 0 20px 0;
        width: 100%;
        max-width: 100% !important;
    }
}

/* Recaptcha badge fix */
.grecaptcha-badge {
    z-index: 9999;
}
/* Remove bullets & extra indent from all site menus */
#top-menu-nav ul,
#top-menu-nav ul li,
.et_pb_menu .et_pb_menu__menu ul,
.et_pb_menu .et_pb_menu__menu li {
  list-style: none !important;
  margin: 0 !important;
  padding-left: 0 !important;
}

/* Some browsers show markers via ::marker — kill those too */
#top-menu-nav li::marker,
.et_pb_menu .et_pb_menu__menu li::marker {
  content: "" !important;
}

/* Keep dropdown spacing readable */
#top-menu-nav .sub-menu li a,
.et_pb_menu .et_pb_menu__menu .sub-menu li a {
  padding-left: 14px;
}
