/*!
Theme Name: Personal Training Sale
Theme URI: https://www.kadencewp.com/kadence-theme/
Template: kadence
Author: Kadence WP
Author URI: https://www.kadencewp.com/
Description: A child theme for the Kadence Theme.
Version: 1.0.0
License: GNU General Public License v3.0 (or later)
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Text Domain: kadence-child
*/

/* Theme customization starts here
-------------------------------------------------------------- */
p, .single-content p {
    margin-top: 0px !important;
    margin-bottom: 16px !important;
}
.elementor-heading-title {
    margin-top: 0px!important;
    margin-bottom: 0px!important;
}
.prt-topbar {
    background-color: #404835;
    padding-top: 8px;
    padding-bottom: 8px;
}
.prt-topbar .site-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.prt-topbar a {
    text-decoration: none;
    font-size: 15px;
}
.top-cont a:hover {
    color: var(--global-palette-highlight)!important;
}
.site-top-header-inner-wrap .site-header-top-section-center,
.site-top-header-inner-wrap .site-header-item {
    display: block;
}
ul.top-br {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
}
ul.top-br li a {
    font-size: 15px;
}
.site-main-header-wrap .site-header-row {
    display: grid;
    grid-template-columns: auto auto;
    align-items: start;
}
.site-header-main-section-right {
    position: relative;
    background: #e3e3e3;
    padding: 10px 14px 10px 10px;
    justify-content: space-between!important;
}
.site-header-main-section-right:before {
    content: "";
    position: absolute;
    top: 0;
    left: -34px;
    width: 40px;
    height: 100%;
    background: #e3e3e3;
    transform: skewX(20deg);
    transform-origin: top;
}
/* Banner */
.banner-s::before {
    background: linear-gradient(135deg, #EADA95, #ffffff, #EADA95)!important;
}
.entry-hero-container-inner {
    background: #fff !important;
}
.hero-section-overlay {
    background: linear-gradient(135deg, #EADA95, #ffffff, #EADA95)!important;
    opacity: .3;
}
.pts-rst svg {
    margin-top: 3px;
}

.pts-pstl .elementor-icon-box-content {
    display: flex;
    align-items: center;
    gap: 40px;
}
.pts-pstl .elementor-icon-box-title {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
}
.pts-pstl .elementor-icon-box-description {
    border: 1px solid var(--e-global-color-primary);
    border-radius: 8px;
    padding: 9px 15px 6px 15px;
    margin-bottom: 0px !important;
    flex-grow: 1;
    width: 400px;
    position: relative;
}
.pts-pstl .elementor-icon-box-description:before {
    content: "";
    background-color: var(--e-global-color-primary);
    height: 1px;
    width: 25px;
    position: absolute;
    top: 50%;
    left: -30px;
}
.pts-pstl .elementor-icon-box-description:after {
    content: "";
    background-color: var(--e-global-color-primary);
    height: 10px;
    width: 10px;
    border-radius: 50px;
    position: absolute;
    top: 43%;
    left: -5px;
}
.pts-pstl .elementor-icon-box-title:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 40px;
    background: var(--e-global-color-primary);
    border-radius: 6px;
    transform: rotate(-45deg);
}
.pts-pstl .elementor-icon-box-title:before {
    content: "";
    background-color: var(--e-global-color-primary);
    height: 25px;
    width: 1px;
    position: absolute;
    top: 51px;
}
.pts-pstl .elementor-widget-icon-box:last-child .elementor-icon-box-title:before {
    display: none;
}
.pts-pstl .elementor-icon-box-title span {
    position: relative;
    z-index: 1;
}

.step-s .elementor-shape-top svg {
    width: calc(100% + 400px) !important;
}
.d-br .elementor-divider-separator {
    border-radius: 0px 0px 6px 6px;
}
/* Footer */
footer#colophon {
    display: none;
}
.gf-footer ul.menu {
    margin: 0px;
}
.gf-footer .fn1 ul.menu li {
    width: calc(50% - 3px);
    display: inline-block;
}
.gf-footer ul.menu li a {
    color: #e7e8e6;
    font-weight: 400;
    padding-top: 5px;
    padding-bottom: 5px;
    display: inline-block;
    font-size: 14px;
}
.gf-footer ul.menu li a:hover,.gf-footer ul.menu li.current_page_item a {
    color: var(--e-global-color-primary);
}
.gf-footer .elementor-icon-list-icon {
    height: 2em;
    width: 2em;
    line-height: 2.3em;
    text-align: center !important;
    background: var(--e-global-color-primary);
    border-radius: 50px;
    padding-inline-end: 0 !important;
    margin-right: 5px;
    display: inline-block !important;
    flex-shrink: 0;
}
.gf-footer .elementor-icon-list-icon svg {
    margin: 0 !important;
    width: 14px;
}
.gf-footer .elementor-icon-list-items {
    margin: 0px;
}
.fn2 ul.menu {
    display: flex;
    margin: 0;
    flex-wrap: wrap;
    list-style: none;
}
.fn2 ul.menu li {
    position: relative;
}
.fn2 ul.menu li a {
    padding-left: 10px;
    padding-right: 8px;
}
.fn2 ul.menu li:first-child a {
    padding-left: 0px;
}
.fn2 ul.menu li:before {
    content: "|";
    color: #e7e8e6;
    position: absolute;
    top: 4px;
}
.fn2 ul.menu li:first-child:before {
    display: none;
}
.gf-footer .gallery {
    display: flex;
    flex-wrap: wrap;
}
.gf-footer .gallery .gallery-item {
    width: calc(65px - 10px);
}
.fcr p {
    margin-bottom: 0px !important;
}
.gf-footer .elementor-widget-divider {
    height: 1px;
    background: #717881;
}
/* Contact Form */
.ct-form {
    max-width: 500px;
    margin: auto;
}
.reqruitment-form .ct-form {
    max-width: 710px;
    margin: auto;
}
.ct-form .fr {
    display: flex;
    flex-wrap: wrap;
    margin: 0px -8px;
}
.ct-form .fr .fc {
    width: 50%;
    padding: 0px 8px;
}
.ct-form .fc {
    width: 100%;
    margin-bottom: 15px;
}
.ct-form p {
    margin: 0px !important;
}
.ct-form input:not(input[type="radio"]), .ct-form textarea, .ct-form select {
    background-color: #fff !important;
    border: 0px !important;
    border-radius: 6px !important;
    color: #1B1B1B !important;
    font-weight: 400;
    padding: 8px 15px !important;
    width: 100% !important;
}
.ct-form input::placeholder,.ct-form textarea::placeholder {
    color: #1B1B1B;
}
.ct-form textarea {
    height: 110px;
}
.ct-form .fc.fbt {
    margin-bottom: 0px;
}
.fc.fbt .wpcf7-submit {
    width: auto !important;
    padding: 6px 30px !important;
    background-color: var(--e-global-color-accent) !important;
    color: #fff !important;
    font-family: 'Bebas Neue';
    font-weight: 400;
    letter-spacing: 1px;
    font-size: 20px !important;
}
.fc.fbt .wpcf7-submit:hover,.fc.fbt .wpcf7-submit:focus {
    background-color: #fff!important;
    color: var(--e-global-color-accent)!important;
}
.ct-form .fc.fta {
    margin-bottom: 10px !important;
}
.wpcf7 form .wpcf7-response-output {
    color: #fff;
    max-width: 500px;
    margin: 10px auto 0px auto;
}
.ct-form.v2 .fr.fr3 .fc:first-child {
    width: 24%;
}
.ct-form.v2 .fr.fr3 .fc:nth-child(2), .fr.fr3 .fc:last-child {
    width: 38%;
}
.wpcf7-radio {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    margin-top: 8px;
    margin-bottom: 20px;
}
.wpcf7-radio span.wpcf7-list-item {
    margin-left: 0px;
}
.wpcf7-radio span.wpcf7-list-item label {
    display: flex;
    gap: 10px;
}
.dswcf7_country_sel .iti.iti--allow-dropdown {
    width: 100% !important;
}
input[type="radio"] {
  display: none;
}
input[type="radio"] + .wpcf7-list-item-label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
}
input[type="radio"] + .wpcf7-list-item-label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #fff;
  box-sizing: border-box;
}
input[type="radio"]:checked + .wpcf7-list-item-label:before {
    content: "✔";
    font-size: 20px;
    color: #fff;
    text-align: center;
    line-height: 13px;
    background: #000;
}
/* Events */
.mage_grid_box {
    margin: 0 !important;
    display: grid !important;
    grid-template-columns: minmax(0, 1fr);
    -webkit-column-gap: 25px;
    -moz-column-gap: 2.5rem;
    column-gap: 25px;
    row-gap: 25px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}
.mep_event_grid_item {
    border: 0px !important;
    margin: 0 !important;
    box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.2) !important;
    border-radius: 12px !important;
    width: 100% !important;
    background-color: #fff !important;
}
.mep_event_grid_item .mep_list_event_details {
    padding: 20px 20px 10px 20px !important;
}
.mep_event_grid_item .mep_list_thumb {
    border-radius: 12px 12px 0 0 !important;
}
.mep_list_date, h3.mep_list_date .woocommerce-Price-amount {
    font-weight: 400 !important;
    font-size: 18px !important;
}
ul.mep-list-footer-ul *:not(.evl-ico i) {
    color: #414836 !important;
    font-family: "Manrope", Sans-serif;
    font-size: 16px;
}
.mep-list-footer ul li i {
    color: var(--mpev-base)!important;
}
summary.e-n-accordion-item-title {
    justify-content: space-between !important;
}
.pr-list ul.elementor-icon-list-items li {
    padding: 10px 15px;
    border-bottom: 1px solid #D6DEE7;
}
.pr-list ul.elementor-icon-list-items li:last-child {
    border: 0;
}
.pr-list ul.elementor-icon-list-items li:nth-child(even) {
    background-color: #F6F6F6;
}
.pt-ilst .elementor-icon-box-content {
    display: flex;
    gap: 10px;
}
.pt-ilst .elementor-icon-box-content .elementor-icon-box-title {
    width: 30px;
    height: 30px;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    background-color: var(--e-global-color-primary);
}
.pt-ilst .elementor-widget-icon-box {
    position: relative;
    padding-left: 13px;
}
.pt-ilst .elementor-widget-icon-box:before {
    content: "";
    background-color: var(--e-global-color-primary);
    height: 75px;
    width: 4px;
    position: absolute;
    left: 0;
    top: 2px;
    border-radius: 3px;
}
.pt-ilst .elementor-icon-box-content .elementor-icon-box-description {
    margin-bottom: 10px !important;
}
.pt-ilst .elementor-icon-list-items {
    padding-left: 53px !important;
}
input.wpcf7-form-control.wpcf7-telephone_input.telephone_input_class {
    padding-left: 47px !important;
}
.v-ratio .elementor-widget-video .elementor-wrapper {
    aspect-ratio: .97!important;
}
.entry-hero .page-title,
.entry-hero .entry-title {
    font-family: "Bebas Neue", Sans-serif;
    font-size: 60px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 1em;
    letter-spacing: 5px;
    color: var(--e-global-color-8231cff);
}
.site-top-header-wrap p {
    margin-bottom: 10px !important;
}
.pt-team .elementor-widget-video .elementor-wrapper {
    aspect-ratio: .7 !important;
}
.ssp-share-buttons {
    display: flex;
}
.ssp-share-buttons svg {
    width: 30px;
}
@media only screen and (max-width: 1024px) {
.site-header-main-section-right {
    justify-content: flex-end !important;
}
.site-header-top-section-center .mobile-html-inner {
    text-align: center;
}
}
@media only screen and (max-width: 767px) {
.entry-hero .page-title,
.entry-hero .entry-title {
    font-size: 30px;
}
.prt-topbar .site-container {
    flex-direction: column;
}
.top-cont {
    margin-bottom: 5px;
}
.prt-topbar a {
    font-size: 12px;
}
ul.top-br {
    flex-direction: column;
    gap: 5px
}
.pts-pstl .elementor-icon-box-content {
    flex-direction: column;
}
.pts-pstl .elementor-icon-box-description {
    width: 100%;
    text-align: center;
}
.pts-pstl .elementor-icon-box-description:before,
.pts-pstl .elementor-icon-box-description:after {
    display: none;
}
.pts-pstl .elementor-widget-icon-box:last-child .elementor-icon-box-title:before {
    display: block;
}
.mage_grid_box {
    grid-template-columns: repeat(1, minmax(0, 1fr));
}
}
@media only screen and (max-width: 575px) {
.site-header-top-section-center .mobile-html-inner {
    font-size: 10px;
}
}
@media only screen and (max-width: 360px) {
.prt-topbar a {
    font-size: 10px;
}
ul.top-br li a {
    font-size: 12px;
}
}
