/* @@ page header */
.page_header {
	height: 90px;
}
.page_header .page_menu > div > ul > li > a {
	line-height: 90px;
}


body {
	font-family: "Open Sans";
}

.sc85_iconbox.clean_left_aligned .title,
.sc85_iconbox.clean_right_aligned .title {
	font-family: "Open Sans";
}


h1, h2, h3, h4, h5, h6,
.page_title,
.wpt_weekly_classes_schedule .classes .class_entry .name,
.sc85_heading.regular .title,
.sc85_heading.impact .title,
.sc85_counter.digital_clock .counter_description label {
	font-family: "Oswald";
font-weight: 400;
}


.page_header .page_menu .menu > li > a {
	font-family: "Oswald";
font-weight: 400;
}


.page_header .page_menu .menu .sub-menu > li > a {
	font-family: "Roboto";
}


.sc85_button .button,
a.button,
button,
input[type="submit"] {
	font-family: "Pathway Gothic One";
font-weight: 400;
}

/* @@ custom css */
.shop_product_iconboxes .sc85_iconbox {
    margin-bottom: 7px;
}

.page_menu .wpcf7 {
	margin-bottom: 0;
}

.wpt_testimonial_archive .testimonial_list .entry .wrapper .thumbnail img,
.wpt_testimonial_carousel .thumbnail img{
    width: 100%;
    height: 100%;
}

body {
    font: 16px/1.4 'Open Sans', Arial, Helvetica, sans-serif;
    color: #404040;
}

.workoutplan_navigation .quick_nav {
    padding-top: 5px;
    padding-bottom: 5px;
}

/* Adjust the display property for the workout details wrapper */
.wpt_workout_single .exercises_list .details .wrapper {
    display: grid;
    float: none; /* Remove the 'float' property */
}

/* Responsive adjustments for small screens */
@media only screen and (max-width: 568px) {
    .wpt_workout_single .exercises_list .entry .details .wrapper {
        float: inline-start;
        margin-top: 15px;
    }
    
    /* Make the tooltip responsive on mobile */
    .wpt_workout_single .exercises_list .details .tooltip .tooltip-content,
    .wpt_workout_single .exercises_list .details .tooltip .tooltip-content::after {
        right: auto;
        left: 6%; /* Adjust the position */
    }
}

/* Style the tooltip content */
.wpt_workout_single .exercises_list .details .tooltip .tooltip-content {
    position: absolute;
    z-index: 9999;
    width: 300px;
    right: -30px;
    bottom: 100%;
    font-size: 20px;
    text-align: left;
    color: #212121;
    background: transparent;
    opacity: 0;
    margin: 0 0 10px -10px;
    cursor: default;
    pointer-events: none;
    -webkit-font-smoothing: antialiased;
    transition: all 0.3s 0.3s;
}