 /*
Theme Name: Power App v2
Theme Description: Folder is "power-app-v2"
Theme URI: https://pow8r-app
Author: Blaze Media
Author URI: https://wordpress.org/
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
body a {
    text-decoration: none !important;
    color: #000000 !important;
}
 
body a:hover {
     color: #03fecd !important;
    }

@media only screen and (max-width: 768px){
    div#logoholder {
        background: black;
    }
}
     

    
/*
Headings
*/

@media only screen and (max-width: 768px){
    .headerGrid::before {
         background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 11.31%, #000 100%)!important;
    }
}
/* Buttons */
.btn, .button-primary, .button, #discount_code_button, .pmpro_btn {
    color: #000 !important;
    border: solid 2px !important;
    border-radius: 20px !important;
    margin: auto !important;
    padding: 9px 38px !important;
    font-weight: 600 !important;
    font-size: 13px !important;
    background: linear-gradient(to right, #ffffff 50%, #ffffff 50%) !important;
    font-family: 'Inter';
    font-style: normal;
}

.btn-secondary:hoverr {
    text-decoration: none!important;
    color: #87e8e5 !important;
}
.btn:hover, .button-primary:hover, .button:hover, #discount_code_button:hover, .pmpro_btn:hover {
    background-position: left bottom !important;
    color: #00ffcd !important;
	border: 2px #03fecd solid!important;
}
 
 

@media only screen and (max-width: 768px){
    table.footable-details.ws-ls-user-data-ajax.table tr {
        width: 100%;
    }
    table.footable-details.ws-ls-user-data-ajax.table tr > * {
        display: block;
        float: left;
    }
    table.footable-details.ws-ls-user-data-ajax.table tr > *:first-child {
        width: 35%;
    }
    table.footable-details.ws-ls-user-data-ajax.table tr > *:last-child {
        width: 65%;
    }
}

/*////////// New Design Version //////////*/

body {
    font-family: 'Inter', sans-serif!important;
}

/*Headings*/

h1 {
    font-size: 50px;
}
.home-h1{
    font-size: 40px;
}
h2 {
    font-size: 40px;
}
h3 {
    font-size: 32px;
}
h4 {
    font-size: 22px;
}
h4 {
    font-size: 20px;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Inter', sans-serif!important;
    font-weight: 700!important;
    font-style: normal!important;
    text-transform: uppercase!important;
}

@media only screen and (max-width: 800px) {
    h1 {
        font-size: 40px;
    }
    .home-h1{
        font-size: 35px;
    }
    h2 {
        font-size: 23px;
    }
    h3 {
        font-size: 23px;
    }
    h4 {
        font-size: 22px;
    }
    h5 {
        font-size: 20px;
    }
  }

/*Paragraph*/

p , li{
    font-family: Inter;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 150.023%!important;  
}


/*List*/
li p a {
    margin: 10px!important;
}

/*Buttons Version*/

/*Buttons Version One*/
.btn-version-one {
        color: #03fecd !important;
        border: solid 2px !important;
        border-radius: 30px !important;
        padding: 8px 38px;
        font-weight: 600 !important;
        font-size: 13px !important;
        background: linear-gradient(to right, #ffffff00 50%, #ffffff00 50%) !important;
        font-family: 'Inter';
        font-style: normal;
    }
 
.btn-version-one:active, .btn-version-one:focus , .btn-version-one:hover {
        background-position: left bottom !important;
        color: #000000 !important;
        border: 2px #000000 solid!important;
        background-color: #03fecd!important;
    }

/*Buttons Versions Two*/

.btn-version-two {
    color: #000000!important;
    background-color: transparent;
    border: solid 2px;
    border-radius: 30px;
    margin: auto;
    padding: 8px 38px;
    font-weight: 600;
    font-size: 13px;
    font-family: 'Inter';
    font-style: normal;
}
.btn-version-two:active, .btn-version-two:focus , .btn-version-two:hover {
    color: rgb(0 0 0) !important;
    box-shadow: 0 1rem 2rem rgba(black, .2);
    background: rgb(1 248 200);
}
 
/*Buttons Versions Three*/

.btn-version-three {
    color: rgb(255, 255, 255) !important;
    background-color: transparent;
    border: solid 2px;
    border-radius: 30px;
    padding: 8px 38px;
    font-weight: 600;
    font-size: 13px;
    font-family: 'Inter';
    font-style: normal;
}
.btn-version-three:active, .btn-version-three:focus , .btn-version-three:hover {
    color: #03fecd !important;
    box-shadow: 0 1rem 2rem rgba(black, .2);
}

/*Buttons Version Four*/

.btn-version-four {
    color: #03fecd !important;
    background-color: black;
    border: solid 2px black;
    border-radius: 30px;
    margin: auto;
    padding: 8px 38px;
    font-weight: 600;
    font-size: 13px;
    font-family: 'Inter';
    font-style: normal;
}
.btn-version-four:active, .btn-version-four:focus , .btn-version-four:hover {
    color: #000000 !important;
    box-shadow: 0 1rem 2rem rgba(black, .2);
    background: #03fecd;
    }

/*Buttons Version Five*/

.btn-version-five {
    color: #000000 !important;
    background-color: transparent;
    border: solid 2px black;
    border-radius: 30px;
    margin: auto;
    padding:8px 38px;
    font-weight: 600;
    font-size: 13px;
    font-family: 'Inter';
    font-style: normal;
}
.btn-version-five:active, .btn-version-five:focus , .btn-version-five:hover {
    color: #000000 !important;
    box-shadow: 0 1rem 2rem rgba(black, .2);
    background: #ffffff;
    }

/*Buttons Version Six*/

.btn-version-six {
    color: #000000!important;
    background-color: #00ffcd;
    border: solid 2px;
    border-radius: 30px;
    margin: auto;
    padding: 8px 38px;
    font-weight: 600;
    font-size: 13px;
    font-family: 'Inter';
    font-style: normal;
}
.btn-version-six:active, .btn-version-six:focus , .btn-version-six:hover {
    color: #000000 !important;
    box-shadow: 0 1rem 2rem rgba(black, .2);
    background: #ffffff;
}



/*Links*/

.link-one:hover , .link-one:focus {
    color: #03fecd;
    line-height: 150.023%; /* 27.004px */
    text-decoration-line: underline;
}
.link-two:hover , .link-two:focus {
    color: #000000;
    line-height: 150.023%; /* 27.004px */
    text-decoration-line: underline;
}

/*Mobil Menu*/

#navmenu_mobile li a, #navmenu_mobile li a:visited {
    color: #ffffff !important;
    font-family: 'lato';
    font-weight: 400;
    font-style: normal;
    text-transform: uppercase;
    font-size: 2rem;
}
@media only screen and (max-width: 600px) {
    #navmenu_mobile li a, #navmenu_mobile li a:visited {
         font-size: 1.5rem;
    }
  }

/*Client journeys*/
  .postContainer {
    border-radius: 15px;
}
.sidebarContent {
    border-radius: 15px;
    box-shadow: 0px 0px 12.7px 0px rgb(0 0 0 / 23%);
}
.breadcrumbs p {
text-transform: uppercase;
}
.journey-image img {
max-width: 700px;
margin: auto;
padding: 1rem;
width: 100%;
}
.journey-contact h3 {
font-size: 2.2rem!important;
margin-bottom: 0.5rem;
}
.journey-contact p {
font-size: 13px!important;
}
.journey-post a {
text-decoration: underline!important;
}
@media only screen and (max-width: 760px) {
.breadcrumbs {
display: flex;
justify-content: center;
}
}

/*Footer*/

.footer ul {
    list-style: none;
    padding-left: 0px;
}
.footer li {
    font-size: 13px;
}
.footer .logo {
    max-width: 146px;
    padding-left: 6px;
    padding-bottom: 1rem;
}
.footer-content {
    justify-content: start;
    justify-items: start;
    text-align: left;
}
.footer-img-app{
    display: grid;
    justify-content: end;
    justify-items: end;
    text-align: left;
}
@media only screen and (max-width: 600px) {
    .footer-content {
    justify-content: center;
       
    }
    .footer-img-app {
    display: grid;
    justify-content: center;
    justify-items: center;
    text-align: left;
    margin-bottom: 2rem;
    }
  }

 /* Btn Weight Log */
 
.btn-primary, .btn-primary-empty, .button-primary, .button, .ws-ls-user-pref-form input[type=submit], button[type=submit].button {
    color: #000000!important;
    background: transparent!important;
    border: solid 2px!important;
    border-radius: 30px!important;
    margin: auto!important;
    padding: 8px 38px!important;
    font-weight: 600!important;
    font-size: 13px!important;
    font-family: 'Inter'!important;
    font-style: normal!important;
}
.btn-primary:hover, .btn-primary-empty:hover, .button-primary:hover, .button:hover, .ws-ls-user-pref-form input[type=submit]:hover, button[type=submit].button:hover {
    color: rgb(0 0 0) !important;
    box-shadow: 0 1rem 2rem rgba(black, .2)!important;
    background: rgb(1 248 200)!important;
}
 
.btn-check:focus+.btn-primary, .btn-primary:focus {
    color: #fff;
    background-color: #000;
    border-color: #000;
    box-shadow: 0 0 0 0.25rem rgb(38 38 38 / 0%);
}
.btn:hover, .button-primary:hover, .button:hover, #discount_code_button:hover, .pmpro_btn:hover {
    background-position: left bottom !important;
    color: #00ffcd !important;
    border: 2px #000000 solid!important;
}
.btn:hover, .button-primary:hover, .button:hover, #discount_code_button:hover, .pmpro_btn:hover {
    background-position: left bottom !important;
    color: #040404 !important;
    border: 2px #000000 solid!important;
}
button.mt-2.mb-2.mx-auto.reset-btn.btn.btn-secondary.border.border-secondary:hover {
    background: #03fecd!important;
}
.btn-check:focus+.btn-secondary, .btn-secondary:focus {
    box-shadow: 0 0 0 0.25rem rgb(0 217 174 / 0%);
}

/*////////// Home page  //////////*/

.home-page .bg-video {
    position: unset;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
    overflow: hidden;
    background-color: white;
    max-height: 600px;
}

.home-page .bg-video__content {
    height: 100%;
    width: 100%;
    object-fit: cover;
    position: relative !important;
}


/* Accordion Item Styling */
.accordion-item {
    margin-bottom: 22px;
    border: none;
    box-shadow: none;
}

/* Accordion Button Styling */
.accordion-button {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 13px;
    justify-content: center;
    background-color: #000;
    font-family: 'Inter';
    color: white !important;
    padding: 0.6rem 1.25rem;
}

/* Font Style for Inter Family */
.f-inter {
    font-family: 'Inter' !important;
    font-style: normal !important;
}

/* Accordion Button Focus State */
.accordion-button:focus {
    z-index: 3;
    border-color: gray;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgb(0 0 0 / 0%);
}

/* Arrow Styling */
.arrow {
    z-index: 100;
    width: 25px;
    height: 22px;
    position: absolute;
    top: 44%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    fill: #fff;
    cursor: pointer;
}

/* Arrow Left Home Styling */
.arrow--left-home {
    left: 0px;
    background: none;
    border: none;
    fill: #ffffff;
    background-image: url("/wp-content/uploads/2022/11/Vector-10.png");
}

/* Arrow Right Home Styling */
.arrow--right-home {
    right: 0px;
    background: none;
    border: none;
    fill: #ffffff;
    background-image: url("/wp-content/uploads/2022/11/Vector-9.png");
}

/* Slide Thumbnail Styling */
.slide__thumbnail {
    max-width: 819px;
}

/* Accordion Button Expanded State */
.accordion-button:not(.collapsed) {
    background-color: black;
}

/* Mailchimp Form Input Styling */
input {
    font-weight: 400;
    line-height: 1.5;
    color: #212529 !important;
    background-color: #fbf9f9 !important;
    background-clip: padding-box;
    border: 1px solid #000 !important;
    border-radius: 0.5rem !important;
    min-width: 100%;
    margin: auto;
    padding: 6px;
}

/* Hide Email Label in Mailchimp Form */
.EMAIL-label {
    display: none;
}

/* Clearfix Styling */
.clear {
    clear: both;
    width: 43px;
}

/* Subscribe Button Styling */
.button-suscribe {
    background-color: transparent !important;
    width: 10px;
    border-right: none !important;
    border-top: none !important;
    border-bottom: none !important;
    border-radius: 0px !important;
}

/* Click Sign Link Styling */
.click-sign a {
    color: black !important;
    text-decoration: underline !important;
}

.click-sign a:hover {
    color: white !important;
}

/* Collapsed Accordion Button Styling */
button.accordion-button.collapsed {
    font-style: normal !important;
}

button.accordion-button {
    font-style: normal;
}

.our-results .title-box p {
    max-width: 160px;
    text-align: center;
    padding-top: 0.8rem;
}
@media only screen and (max-width: 600px) {
    .text-center-mb {
        text-align:
            center !important;
    }

    .max-width-mb {
        max-width:
            250px !important;
        margin-right:
            8px;
    }

    .mobile-only {
        display:
            none;
    }
}

@media only screen and (min-width: 600px) {
    .desktop-only {
        display:
            none;
    }
}
/*//////////Our Results //////////*/
.our-results .border-black {
    border: 2px solid black;
    border-radius: 5px;
    background: #FFF;
    box-shadow: 0px 0px 12.7px 0px rgb(0 0 0 / 23%);
    padding: 1rem 1rem 1.5rem 1rem;
    transition: 0.5s;
}
.our-results .border-black:hover {
    transform: translate(0px, -8px);
    border: 2px solid #03fecd;
    box-shadow: 0px 0px 12.7px 0px rgb(0 0 0 / 0%);
}
.our-results .title-box {
    display: grid;
    justify-content: center;
    align-items: center;
    justify-items: center;
    height: 4rem;
}
.our-results  button {
    display: none;
}
.slide__thumbnail {
    height: 20rem;
}
.keen-slider__slide h4 {
    margin:0px;
}
.bg-image-client-results{
    height:20rem;
}
.keen-slider__slide {
    padding: 10px;
}
.arrow--left-home, .arrow--right-home {
    position: absolute;
    top: 57%;
    transform: translateY(-50%);
    width: 25px;  
    height: 20px;  
    background-size: cover;
    cursor: pointer;
}
.arrow--left-home {
    left: 0px;
    background-image: url('/wp-content/uploads/2022/11/Vector-10.png');
}
.arrow--right-home {
    right: 0px;
    background-image: url('/wp-content/uploads/2022/11/Vector-9.png');
}
.our-results p {
    margin-bottom: 0px!important;
    font-size: 1.3rem;
    text-transform: uppercase;
    margin: auto;
    font-weight: 700;
}
@media only screen and (max-width: 770px) {
    .arrow--left-home, .arrow--right-home {
    display:none;
    }
 }
/*//////////Choose your plan//////////*/

.card-membership:hover{
     box-shadow: 0 0 0 2px #16C79A, 0 10px 60px 0 rgba(#000, .1);
     transform: translatey(-5px);
} 
.card-membership .bg-white {
    border: 3px solid #ffffff;
}
.card-membership .bg-white:hover {
    border: 3px solid #16C79A;
}

.card-membership {
	transition: 0.5s;
}

.card-membership > div > p {
    min-height: 40px;
}

.choose-your-plan p {
 font-size: 16px;
}

.bg-color-span{
    background: #03fecd;
    padding: 6px;
    font-weight: 600;
    margin-right: 5px;
}
.line-through{
    text-decoration:line-through;
}
 
.best-value {
    display: grid;
    align-items: center;
    justify-items: center;
    background: #03fecd;
    height: 5rem;
    width: 5rem;
    border-radius: 50px;
    position: absolute;
    right: 6px;
    top: -41px;
    border: 4px black solid;
}
.best-value-text {
    color: #000;
    text-align: center;
    font-family: Inter;
    font-size: 16px;
    font-style: italic;
    font-weight: 800;
    line-height: 101.659%;
}
.title-border-color {
    border-bottom: 6px solid #03fecd;
    width: 75%;
    margin: auto;
    padding-bottom: 0px;
    margin-bottom: 1.8rem!important;
    max-width: 553px;
}
.container .row .col-12 > p {
    font-size: 13px !important;
    margin-bottom: 5px !important;
}
@media only screen and (max-width: 740px) {
.title-border-color {
    width: 90%;
    margin-bottom: 3rem!important;
    max-width: 350px;
}
  }

/*////////// Meet your trainers //////////*/

.meet-trainers-grid-2 {
    max-width: 1000px;
    margin: auto;
    display: grid;
    grid-template-columns: 48% auto;
    gap: 4rem;
}
.meet-yours-trainers-title-border {
    border-bottom: 6px solid #03fecd;
    width: 75%;
    margin: auto;
    padding-bottom: 0px;
    margin-bottom: 1.8rem!important;
    max-width: 553px;
}
.position-relative.bottom-0 {
    z-index: 10;
}
ul.studies {
    padding-left: 0px;
}
.studies li {
    margin: 10px;
    display: flex;
    position: relative;  
    margin-left: 0px;  
}
.studies li a {
    display: block;  
    text-decoration: none;  
    color: #000;  
}
.studies {
    list-style-position: outside;  
    padding-left: 20px;  
}
.studies li a {
    display: block;  
    text-decoration: none;  
    color: #000;  
}
.studies a {
    color: #000000!important;
    font-weight: bold;
}
.studies a:hover {
    color: #03fecd!important;
}
 
.studies li::before {
    content: "";
    display: inline-block;
    width: 16px;  
    height: 16px;  
    margin-right: 8px; 
    margin-bottom: -3px; 
    background: url('https://pow8r.com/wp-content/uploads/2023/11/sports-medal.svg') center center / cover no-repeat;
}
.holly-image-1 {
    flex: 1;
    background-image: url('https://pow8r.com/wp-content/uploads/2023/11/Pow8r_Home-Gym_March23-49-1.jpg');  
    background-size: cover;  
    background-repeat: no-repeat;
    background-position: center top;
    height: 60%;
    margin-bottom: 7%;
    }
.holly-image-2 {
    background-image: url('https://pow8r.com/wp-content/uploads/2023/11/meet-the-trainers-power.jpg'); 
    background-size: cover;  
    background-repeat: no-repeat;
    background-position: center top;
    height: 37%;
  }

.callum-image-1 {
    flex: 1;
    background-image: url('https://pow8r.com/wp-content/uploads/2023/11/power-callum.jpg');  
    background-size: cover;  
    background-repeat: no-repeat;
    background-position: center top;
    height: 60%;
    margin-bottom: 7%;
    }
.callum-image-2 {
    background-image: url('https://pow8r.com/wp-content/uploads/2023/11/callum-image-2.jpg'); 
    background-size: cover;  
    background-repeat: no-repeat;
    background-position: 25% top;
    height: 37%;
}
.marquee2 {
	--gap: 1rem;
	position: relative;
	display: flex;
	overflow: hidden;
	user-select: none;
	gap: var(--gap);
	color: #000;
}

.marquee__content2 {
	flex-shrink: 0;
	display: flex;
	justify-content: space-around;
	gap: var(--gap);
	min-width: 100%;
	animation: scroll 10s linear infinite;
    list-style: none;
	animation-direction:reverse;
}

.marquee__content2 li {
    display: flex;
    margin-right: 50px;
}

.marquee__content2 li p {
    font-size: 130px;
    font-weight: bold;
    display: inline;
    margin-right: 10px;
    margin-bottom: 0px !important;
}

@keyframes scroll {
	from {
		transform: translateX(0);
	}
	to {
		transform: translateX(calc(-100% - var(--gap)));
	}
}
@media only screen and (max-width: 760px) {
    .marquee__content2 {
        animation-direction:normal!important;
    }
    .marquee__content2 li p {
        font-size: 60px;
        font-weight: bold;
        display: inline;
        margin-right: 10px;
        margin-bottom: 0px !important;
    }

    .marquee__content2 img {
        max-height: 45px;
    }
    .marquee__content2 li {
        display: flex;
        margin-right: 50px;
        align-items: center;
    }
    .marquee2 a {
        margin-left: 0.5rem!important; 
    }
  }
   


.overlay-meet-your-trainers {
    position: absolute; 
    bottom: 0; 
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.5); /* Black see-through */
    color: #f1f1f1; 
    width: 100%;
    transition: .5s ease;
    opacity:0;
    color: white;
    font-size: 20px;
    padding: 20px;
    text-align: center;
  }

 
 
@media only screen and (max-width: 790px) {
.meet-yours-trainers-title-border {
    max-width: 200px;
      }
.meet-trainers-grid-2 {
    grid-template-columns: auto;
    display: flex;
    flex-direction: column-reverse;
    gap: 2rem;
}
.holly-image-1 {
    height: 54vh;
}
.holly-image-2 {
    height: 32vh;
}
.callum-image-1 {
    height: 54vh;
}
.callum-image-2 {
    height: 32vh;
}
 
.marquee {
    overflow: hidden;
    white-space: nowrap;
    box-sizing: border-box;
    animation: scroll 10s linear infinite;
    color: black;
    font-size: 3rem;
    font-weight: bold;
    width: 800px;
}
.marquee img {
    max-width: 66px;
    margin-bottom: 9px;
}
}




@media only screen and (max-width: 600px){
    .headerGrid {
        min-height: 370px;
        justify-content: center;
    }
    
    .headerGrid .desktopNorm {
        height: 370px;
        max-width: unset;
    }
}
 
@media only screen and (max-width: 400px){
	h1 {
		font-size: 32px;
	}
	h2 {
		font-size: 28px;
	}
}

body.page-id-13 .postion-relative.bg-primary.overflow-hidden .full-height {
    background-color: #fff !important;
}

body.page-id-13 #content #logoholder {
    background-color: #000;
}

body.page-id-13 .postion-relative.bg-primary.overflow-hidden .full-height > .container {
    border: 3px solid #000;
    border-radius: 5px !important;
}

body.page-id-13 #pmpro_form .pmpro_checkout h3 {
    width: fit-content;
    margin: 0px auto 10px;
    border-bottom: 5px solid #00ffcd;
    font-size: 48px;
}

body.page-id-13 form#pmpro_form p a {
    color: #000 !important;
    font-size: 14px;
    text-transform: capitalize;
    margin-top: 10px;
    text-decoration: underline !important;
    text-underline-offset: 3px;
    display: block;
}

body.page-id-13 p.pmpro_membership_desc {
    font-size: 18px;
}

body.page-id-13 p.pmpro_membership_steps.fw-bold {
    font-size: 22px;
    margin-bottom: 10px !important;
}

body.page-id-13 ul.pmpro_membership_list {
    width: fit-content;
}

body.page-id-13 ul.pmpro_membership_list li::before {
    content: "●";
    color: #000;
}

body.page-id-13 ul.pmpro_membership_list li {
    font-size: 16px;
	font-weight: 500;
}

body.page-id-13 .step.active {
    background-color: #00ffcd;
}

body.page-id-13 div#pmpro_account_loggedin {
    margin-top: 20px;
    border: 1px solid #000;
    border-radius: 5px;
}

body.page-id-13 div#pmpro_account_loggedin a {
    color: #000 !important;
    text-decoration: underline !important;
    text-underline-offset: 3px;
}

body.page-id-13 button#nextBtn {
    padding: 10px 60px;
    font-size: 18px;
    text-transform: uppercase;
}

body.page-id-13 .step.finish {
    background-color: #00ffcd;
}

body.page-id-13 .pmpro_checkout h3 span.pmpro_checkout-h3-name {
    margin: 0px;
}

body.page-id-13 form.pmpro_form input[type=text], form.pmpro_form input[type=password], form.pmpro_form input[type=email], form.pmpro_form input[type=number], form.pmpro_form textarea, form.pmpro_form select, #loginform input[type=text], #loginform input[type=password] {
    max-width: 100%;
    border-color: #000 !important;
}

body.page-id-13 form.pmpro_form .input, form.pmpro_form select, .ElementsApp .InputElement, .pmpro_checkout-fields .StripeElement, .pmpro_checkout-fields .input {
    border-color: #000 !important;
}

body.page-id-13 .pmpro_checkout_gateway-stripe form.pmpro_form #pmpro_payment_information_fields .pmpro_payment-discount-code input[type="button"] {
    margin-top: 10px !important;
}

body.page-id-13 hr {
    height: 0px;
}

body.page-id-13 #pmpro_form .pmpro_checkout#pmpro_payment_information_fields h3, body.page-id-13 #pmpro_form .pmpro_checkout#pmpro_pricing_fields h3 {
    margin-top: 2rem;
}



/*/////////////  BLOG POST /////////////*/

/* Container for background and overlay */
.headerGrid {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40rem;
    background-repeat: no-repeat!important;
    background-size: cover!important;
    background-position: center!important;
}

/* Overlay with ::before pseudo-element */
.headerGrid::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 12.31%, #000 80%); /* Semi-transparent black overlay */
    z-index: 1;
}

/* Title styling */
.headerGrid .title {
    z-index: 2; /* Ensure title is above the overlay */
    color: white;
    text-align: center;
    position: relative;
    /* Additional styling as needed */
}

/*Headings*/
.postContent h1 ,
.postContent h2 {
    font-family: Inter;
    color: white;
    position: relative;
    display: inline-block; 
    margin-bottom: 2rem!important;
    max-width: 1110px;
    margin:auto;
    text-transform: capitalize;
}
.postContent h2 {
   font-size:2.125rem;
}
.postContent h3 {
   font-size: 1.5rem;
} 
/*Font*/
.postContent p, .postContent  li, .postContent  a {
    font-size: 13px;
}


/* List */
.postContent li {
    color: black;
}

/* Links */
.post-links li a {
    color: #000000!important;
    text-decoration: underline!important;
}
.post-links li a:hover {
    color: #00ffcd!important;
}
.post-links a {
    color: black!important;
    text-decoration: underline!important;
}
.post-links a:hover {
    color: #00ffcd!important;
  
}
 

/* Next and Previous Post Styling */
.post-navigation {
    justify-content: end;
    align-items: start;
}

.post-navigation p {
    font-size: 14px;
}
.next-post a {
    color: black!important;
}
.next-post a:hover {
    color: #00ffcd!important;
}
/* Styling for Next Post Section */
.post-blog .next-post {
    display: grid;
    align-items: start;
    grid-template-columns: auto auto;
    justify-content: end;
    justify-items: end;
    text-align: end;
    gap: 1.5rem;
}

/* Styling for Post Titles in Navigation */
.post-blog .previous-post h3 > a,
.post-blog .next-post h3 > a {
    color: black!important;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 700;
    font-size: 17px;
}
/* Styling for Post Titles in Navigation */
.post-blog .previous-post h3 > a,
.post-blog .next-post h3 > a:hover {
    color: #00ffcd!important;
}
.next-post.pb-4 p {
    padding-right: 30px;
}
.next-post img {
    margin-bottom: 5px;
    max-width: 20px;
}
 
/* Margin Adjustments for Post Titles */
.post-blog .previous-post h3,
.post-blog .next-post h3 {
    margin-top: 0;
    margin-bottom: 3px;
}
 
/* Icon Link Styling */
.post-blog .icon-link svg {
    max-width: 20px;
}

.post-blog .icon-link {
    padding-top: 6px;
    display: grid;
    align-items: center;
}

/* Grid Display for Post Section */
.post-blog .d-grid-post {
    display: grid;
    align-items: center;
    gap: 0.5rem;
    max-height: 40px;
}
.sidebarContent h3 {
    text-transform: uppercase;
    font-style: italic!important;
    font-weight: bold!important;
    font-size: 3rem;
}
  
@media only screen and (max-width: 1000px){
    h1.title.underline {
    max-width: 760px;
}
}
 
@media only screen and (max-width: 600px){
    .headerGrid {
    max-height: 24rem;
}
    h1.title.underline {
    max-width: 400px;
}
.sidebarContent h3 {
    font-size: 2rem;
  }
}
 
/*/////////////  APP PAGE /////////////*/
.img-app-store {
    display: flex;
    justify-content: center;
    gap: 1rem;
    margin-top: 3rem;
}
.img-app-store img {
    max-height: 45px;
}
 
.font-weight-bold{
    font-weight: bold;
}
.border-circle {
    border: 2px solid black;
    border-radius: 50px;
    text-align: center;
    padding: 0.3rem;
 }
.access-new-app {
    display: grid;
    grid-template-columns: 1fr 4fr;
    align-items: center;
    gap: 5px 25px;
}


@media only screen and (max-width: 1000px) {
    .img-app-store img {
        max-height: 120px;
    }
    .img-app-store {
        gap: 1rem;
        margin-top: 1rem;
    }
    .access-new-app {
        display: grid;
        grid-template-columns: 1fr 2fr;
        align-items: center;
        gap: 5px 5px;
    }
    body.page-id-13 .wp-spacer-md, body.page-id-13 .wp-spacer-lg {
        display: none;
    }

    body.page-id-13 .postion-relative.bg-primary.overflow-hidden .full-height > .container {
        margin-top: 0px !important;
        border: 0px;
    }

    body.page-id-13 div#content #logoholder {
        display: none;
    }
	
	body.page-id-13 #pmpro_form .pmpro_checkout h3 {
		font-size: 36px;
	}

	body.page-id-13 p.pmpro_membership_desc {
		font-size: 16px;
	}
}
@media only screen and (max-width: 600px) {
    .access-new-app {
        grid-template-columns: 1fr 2fr;
        align-items: center;
        gap: 5px 5px;
    }
    .img-app-store img {
        max-height: 50px;
    }
}

/*///////////// WEB APP PAGE /////////////*/

.power-web-app-grid-2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    justify-items: center;
    max-width: 2000px;
    margin: auto;
    height: 44rem;
}
@media only screen and (max-width: 600px) {
.power-web-app-grid-2 {
    grid-template-columns: auto;
    height: 23rem;
    margin-top: 7rem;
    }
  }

 


/*/////////////  WHAT TO EXPECT  /////////////*/
 
 /* Background Image Styling for 'What to Expect' Section */
.bg-image-what-to-expect {
    background-image: url('https://pow8r.com/wp-content/themes/power-app-v2/assets/images/banner/what-to-expect-banner.jpg');
    background-repeat: no-repeat;
    display: grid;
    align-items: center;
    justify-items: center;
    align-content: center;
    overflow: hidden;
    height: 40rem;
    background-size: cover;
    background-position: center;
}

/* Styling for Child Elements Inside 'What to Expect' Background Image */
.bg-image-what-to-expect > * {
    grid-column: 1 / 2;
    grid-row: 1 / 2;
    text-align: center;
}
.what-to-expert h1 {
    border-bottom: 5px solid #00ffcd;
}

/* Image Overlay Styling */
.imageOverlay {
    height: 100%;
    width: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 12.31%, #000 80%);
    position: absolute;
    max-height: 40rem;
}

/* Styling for Large Desktop Display in 'What to Expect' Section */
.bg-image-what-to-expect .desktopLrge {
    display: none;
}

/* Grid Display Styling for 'What to Expect' Section */
.display-grid-what-to-expect {
    display: grid;
    gap: 2rem;
    z-index: 10;
}

/* Media Queries for Large Screens */
@media only screen and (min-width: 2000px) {
    .headerGrid .desktopNorm {
        display: none;
    }
    
    .headerGrid .desktopLrge {
        display: block;
    }
    }
@media only screen and (max-width: 600px) {
    .headerGrid.bg-image-what-to-expect.what-to-expert {
        height: 40rem;
        max-height: 100%;
    }
    .bg-image-what-to-expect {
        background-position: left!important;
    }

    }
    @media only screen and (max-width: 500px) {
        
        .what-to-expert h1 {
            border-bottom: none;
        }
        }    


     

/*/////////////  MEMBERSHIP ACCOUNT  /////////////*/

td.pmpro_account-membership-levelfee p {
    font-size: 1.6rem;
    font-weight: 700;
}
#pmpro_account .pmpro_box p {
    margin: 0.5em 0 0 0!important;
    padding: 0;
    font-family: 'Inter'!important;
}
.pmpro_actionlinks a ,
.pmpro_table a {
    color: black!important;
    text-decoration: underline!important;
}
a#pmpro_actionlink-cancel {
    display: none!important;
}
/*/////////////  MEMBERSHIP LEVELS  /////////////*/
.col-11.col-lg-4.p-5.m-3.text-center.position-relative.flex-shrink-1.odd:hover{
    transform: translatey(-5px);
    border: 3px solid #03fecd!important;
}
.col-11.col-lg-4.p-5.m-3.text-center.position-relative.flex-shrink-1:hover {
    transform: translatey(-5px);
    border: 3px solid #03fecd!important;
}

a.signupBtn {
    color: #000000!important;
    background-color: #03fecd;
    border: solid 2px;
    border-radius: 35px;
    margin: 10px auto 0px;
    font-family: 'Inter';
    font-style: normal;
    text-transform: uppercase;
    display: block;
    width: fit-content;
    transition: 0.5s;
    padding: 8px 38px!important;
    font-weight: 600;
    font-size: 13px!important;
}


/*///////////// BLOG PAGE /////////////*/

    /* Pagination Styles */
    .blog-page nav.navigation.pagination {
        display: flex;
        justify-content: center;
        margin-bottom: 2rem;
        align-items: center;
    }
    .blog-page .page-numbers.current {
        background: #ffffff00!important;
    }
    .blog-page .page-numbers  {
        background: #ffffff00!important;
    }
    
    .blog-page span.page-numbers.current {
        color: #52ffd0;
    }
     
    .blog-page .nav-links {
        font-size: 18px;
    }
    .blog-page a.next.page-numbers {
        position: relative;
    }
    .blog-page a.prev.page-numbers {
        position: relative;
    }
    .blog-page .pagination {
        display: flex;
        justify-content: center;
        background: white;
        padding: 2rem;
    }
    .blog-pagea.page-numbers {
        font-size: 16px;
        padding: 0px 6px;
    }
    .blog-page a.prev.page-numbers {
        margin: -1px;
    }
    .blog-page a.next.page-numbers {
        margin: -1px;
    }
    .blog-page .pagination a {
        font-weight: 600;
    }
    .blog-page span.page-numbers.current {
        color: #52ffd0;
        font-weight: 600;
    }
    .blog-page .pagination a {
        color: black!important;
    }
    .blog-page a.entry-thumbnail:hover {
        opacity: 0.7;
    }
    .blog-page .footer p {
        font-family: 'Inter', sans-serif;
        font-family: 'Inter' !important;
        font-style: normal !important;
        font-weight: 500;
        font-size: 13px;
        line-height: 19px !important;
    }
    .blog-page .border-botom-green{
        border-bottom: 6px solid #03fecd;
        display: grid;
        padding-bottom: 2px!important;
        justify-content: center;
        justify-items: center;
        max-width: fit-content;
    }
    .blog-page a {
        color: black!important;
        font-weight: 600;
    }
    .blog-page h2 a {
        color: black!important;
        font-weight: 600;
        text-decoration: none!important;
    }
    .blog-page h2 a:hover {
        color: #03fecd!important;
    }
    .blog-page a:hover {
        color: #03fecd!important;
    }
    .blog-page .container {
        margin: 2rem auto;
    }
    .postContent .underline {
        max-width: 900px;
        margin: auto;
    }
    @media only screen and (max-width: 760px) {
        .blog-page .container {
            margin: -1rem auto;
        }
      }

 /*///////////// LIVE STREAM /////////////*/
    div.liveChatBox p:first-child {
       color: #03ffcd!important;
    }

    #usermsg {
        margin-bottom: -41px;
    }
    button.pt-5.mb-2.mx-auto.reset-btn.btn.btn-secondary.border.border-secondary {
        margin-top: 1rem!important;
    }

/*///////////// Weight log /////////////*/
    #weightForm h3.ws_ls_title {
        font-size: 1.9rem;
    }

 