/*
Theme Name: pioneerperformance
Author: DigiPro
Author URI: https://www.digipromedia.co.uk
Version: 1.0
*/

/* 1.0 - Structure */

@import url("https://use.typekit.net/kzm3eky.css");

body {
font-family: "proxima-nova", Arial, Helvetica, sans-serif;
font-size: 18px;
line-height: 1.5em;
background-color: #fff;
color: #606266;
margin: 0;
background-size: 100%;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
-webkit-text-size-adjust: none;
}

.site-container {
position: relative;
background: #000;
max-width: 1400px;
margin: 0 auto;
display: block;
}

.container {
margin: 0 auto;
display: block;
padding: 0;
}

.main {
display: block;
position: relative;
clear: both;
overflow: hidden;
max-width: 1200px;
padding: 0 30px 0 30px;
margin: 0 auto;
}

.section {
position: relative;
display: block;
clear: both;
}

.section-container {
padding: 40px 40px;
margin: 0 auto;
position:relative;
display: block;
clear: both;
overflow: hidden
}

.narrow-container {
max-width: 600px;
width: 65%;
margin: 0;
box-sizing: border-box 
}

.full-container {
margin: 0 auto;
position:relative;
display: block;
clear: both;
overflow: hidden
}

.very-narrow {
max-width: 700px;
margin: 0 auto;
}

.narrow {
max-width: 925px;
margin: 0 auto;
}

.book-narrow {
max-width: 935px;
margin: 0 auto;
}

.standard {
max-width: 1150px;
}

.wide {
max-width: 1280px;
}

.middle {
position: absolute;
top: 50%;
display: inline-block;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}

.error404 .page-title {
padding-top: 90px;
}

.error404 .page-content {
max-width: 925px;
margin: 0 auto;
display: block;
padding: 30px;
}


/* 2.0 - Header */

.site-header {
position: absolute;
z-index: 9999;
width: 100%;
background: transparent;
background: linear-gradient(to bottom, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
background: -o-linear-gradient(top, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
display: block;
box-sizing: border-box;
min-height: 62px;
}

.site-header-container {
margin: 0 auto;
padding: 0 40px;
transition: all 0.3s ease;
}

.error404 .site-header {
transition: all 0.3s ease;
background: #000;
}

.site-logo {
left: 40px;
padding: 15px 0 0;
transition: all 0.3s ease;
position: absolute;
overflow: hidden;
}

.site-logo img, .logo-dark {
max-width: 200px;
transition: all 0.3s ease;
height: auto !important;
display: block;
}


/* 3.0 - Navigation */

.navigation {
overflow: hidden;
float: right;
margin-top:0;
}

.navigation ul {
margin:0;
padding:0;
}

.site-header nav ul li a:link, .site-header nav ul li a:visited {
display: block;
}

.site-header nav ul li a:hover {
color: #43b77b;
border-color: #43b77b;
}

.site-header nav ul li.current-menu-item a:link, .site-header nav ul li.current-menu-item a:visited {
color: #43b77b;
border-color: #43b77b;
}

.navigation ul li a {
font-family: "proxima-nova", Helvetica, Arial, sans-serif;
font-weight: 600;
color: #fff;
font-size: 16px;
padding: 28px 15px;
transition: all 0.3s ease;
border-top: 2px solid transparent;
display: block;
}

.menu-item-has-children a:hover + .sub-menu {
height: auto !important;
padding: 6px 0 !important;
}

.active .sub-menu {
margin-top: 1px;
}

.navigation ul:before, .site-nav ul:after {
content: "";
display: table;
}

.navigation ul:after {
clear:both;
}

.navigation ul li {
list-style: none;
float: left;
font-size: 16px;
}

#responsive-menu {
z-index: 10001 !important;
font-family: "proxima-nova", Arial, Helvetica, sans-serif;
font-weight: 600;
}

#responsive-menu-container #responsive-menu li.responsive-menu-item .responsive-menu-item-link {
font-size: 15px !important;
}

#responsive-menu li a {
border: 0 !important;
padding: 5px 15px !important;
}

.responsive-menu-submenu li {
background: #43b77b;
padding-left: 10px !important;
}

.responsive-menu-submenu li a {
background: none !important;
font-weight: 400 !important;
}

.responsive-menu-submenu li a:hover, .responsive-menu-submenu .current-menu-item a, .sub-menu .current-menu-item a {
color: #000 !important;
}

.responsive-menu-subarrow {
border: 0 !important;
padding: 5px 0 !important;
height: auto !important;
}

#responsive-menu-title {
font-size: 25px !important;
text-align: center !important;
margin: 0 auto;
display: none;
padding: 0 !important;
}

.single button#responsive-menu-button, .blog button#responsive-menu-button, .author button#responsive-menu-button, .archive button#responsive-menu-button {
height: 52px !important;
}

button#responsive-menu-button {
right: 20px !important
}

.single #responsive-menu-button {
top: 3px !important;
}

.responsive-menu-boring .responsive-menu-inner, .responsive-menu-boring .responsive-menu-inner::before, .responsive-menu-boring .responsive-menu-inner::after {
transition: all 0.3s ease !important;
}

.children-links {
display: none !important;
}


/* 4.0 - Text & Body Elements */

::-moz-selection {
color: #fff;
background: #43b77b;
}

::selection {
color: #fff;
background: #43b77b;
}

/* 4.1 - Titles */

h1, h2, h3, h4, h5, h6 {
font-family: "proxima-nova", Arial, Helvetica, sans-serif;
line-height: 1.2em;
transition: all 0.3s ease;
}

h1, .large-title {
color: #000;
font-size: 30px;
font-weight: 700;
margin: 0 0 10px 0;
}

h2, .medium-title {
font-size: 24px;
margin: 0 0 5px 0;
color: #000;
font-weight: 700;
}

.small-title {
font-size: 20px;
margin: 0 0 5px 0;
color: #000;
font-weight: 700;
}

h3 {
font-size: 18px;
letter-spacing: 2px;
margin: 0 0 10px 0;
color: #000;
font-weight: 600;
text-transform: uppercase;
}

h4 {
font-size: 16px;
margin: 0 0 5px 0;
color: #fff;
font-family: "proxima-nova", Arial, Helvetica, sans-serif; 
}

h5 {
font-family: "proxima-nova", Arial, Helvetica, sans-serif; 
font-size: 20px;
margin: 0 0 8px 0;
color: #fff;
font-weight: 400;
}

h6 {
text-transform: uppercase;
}

/* 4.2 - Body Elements */

p {
line-height: 1.45em;
margin-top: 0;
margin-bottom: 1.5em !important;
transition: all 0.3s ease;
}

span {
transition: all 0.3s ease;
}

.container ul {
overflow: hidden;
}

strong {
font-weight: 600;
}

img {
transition: all 0.3s ease;
}

a:link, a:visited {
color: #43b77b;
text-decoration: none;
transition: all 0.3s ease;
}

a:hover {
color: #000;
}

.subtitle {
}

/* 4.3 - Styling Rules */

.center {
text-align: center;
}

.subtext {
font-size: 15px;
margin-bottom: 0px !important
}

.black-bg {
background: #000;
}

.darkgrey-bg {
background: #303030;
}

.highlight-bg, .green-bg {
background: #43b77b;
}

.white {
color: #fff;
}

.dark-text {
color: #000 !important;
}

.dark {
color: #000;
}

.highlight {
color: #43b77b !important;
}

.lightgrey {
color: #b3b3b3;
}

.greybg, .grey-bg {
background: #f6f6f6;
}

.post-overlay {
background: rgba(50, 55, 60, 0.5);
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
}

.grey-overlay {
background: rgba(249, 249, 249, 0.92);
}

.dark-overlay {
background: rgba(0, 0, 0, 0.75);
}

.subtle-overlay {
background: rgba(50, 50, 50, 0.2);
}

.no-center {
margin: 0 !important;
}

.padding {
padding: 40px;
}

.extra-padding {
padding: 80px 40px;
}

.light {
font-weight: 300;
}

.bold {
font-weight: 600;
}

.uppercase {
text-transform: uppercase;
}

.spaced-uppercase {
text-transform: uppercase;
font-weight: 600;
font-size: 15px;
letter-spacing: 1px;
color: #43b77b !important;
line-height: 1.4em;
}

.clear {
clear:both;
}

.large-space-bottom {
margin-bottom: 40px !important;
}

.space-bottom {
margin-bottom: 30px;
}

.gap-bottom {
margin-bottom: 20px;
}

.twelve-bottom {
margin-bottom: 12px;
}

.fifteen-bottom {
margin-bottom: 15px;
}

.five-bottom {
margin-bottom: 5px;
}

.float-left {
float: left;
}

.float-right {
float: right;
}

.no-mb {
margin-bottom: 0 !important;
}

/* 4.4 - Buttons */

.button {
font-family: "proxima-nova", Arial, Helvetica, sans-serif;
font-weight: 700;
transition: all 0.3s ease;
display: inline-block;
color: #43b77b !important;
border: 0.5px solid #43b77b;
border-radius: 30px;
-webkit-border-radius: 30px;
-moz-border-radius: 30px;
}

.center-button {
margin: 0 auto;
display: block;
max-width: 150px;
text-align: center;
}

.white-button {
color: #ffffff !important;
border: 1px solid #ffffff;
}

.white-button i {
color: #ffffff;
transition: all 0.3s ease;
}

.white-button:hover {
background: #ffffff;
color: #43b77b !important;
}

.white-button:hover i {
color: #43b77b !important;
}

.highlight-button {
color: #43b77b !important;
border: 1px solid #43b77b;
}

.highlight-button:hover {
background: #43b77b;
color: #ffffff !important;
}

.highlight-button i {
color: #43b77b;
transition: all 0.3s ease;
}

.highlight-button:hover i {
color: #ffffff !important;
}

.highlight-bg-button {
background: #43b77b !important;
color: #fff !important;
border: 1px solid #43b77b;
}

.highlight-bg-button:hover {
background: transparent !important;
color: #43b77b !important;
}

.highlight-bg-button i {
color: #fff;
transition: all 0.3s ease;
}

.highlight-bg-button:hover i {
color: #43b77b !important;
}

.small-button {
font-size: 11px;
padding: 2px 10px;
}

.large-button {
font-size: 16px;
padding: 18px 28px;
}

.spaced-button {
max-width: 170px;
display: block;
position: relative;
clear: both;
}


/* 5.0 - Sliders & Banners */

.video-banner {
position: relative;
max-height: 800px;
max-height: 100vh;
overflow: hidden;
display: block;
background-color: #000;
}

.banner-cont {
position: relative;
overflow: hidden;
background-color: #000;
}

.banner {
position: relative;
background-size: cover;
background-color: #000;
-webkit-background-size: cover;
-moz-background-size: cover;
background-repeat: no-repeat;
background-position: 50%;
height: 0;
padding-bottom: 42.87%;
transition: all 0.3s ease;
}

#about-banner {
background-image: url(https://pioneer.digiprodemo.com/wp-content/uploads/2024_04_18_croo_digital_pioneer_performance_01614.jpg);
background-position: 50%;
}

#alex-banner {
background-image: url(https://pioneer-performance.com/wp-content/uploads/alex-esgate-banner.jpg);
background-position: 30% 50%;
}

#matthew-banner {
background-image: url(https://pioneer-performance.com/wp-content/uploads/matthew-walker-banner.jpg);
background-position: 30% 50%;
}

#sam-banner {
background-image: url(https://pioneer-performance.com/wp-content/uploads/sam-bacon-banner.jpg);
background-position: 30% 50%;
}

#finn-banner {
background-image: url(https://pioneer-performance.com/wp-content/uploads/finn-banner.jpg);
background-position: 30% 50%;
}

#pt-banner {
background-image: url(https://pioneer.digiprodemo.com/wp-content/uploads/2024_04_18_croo_digital_pioneer_performance_01250.jpg);
background-position: 50%;
}

#massage-banner {
background-image: url(https://pioneer-performance.com/wp-content/uploads/sports-massage-banner.jpg);
background-position: 30% 50%;
}

#client-results-banner {
background-image: url(https://pioneer.digiprodemo.com/wp-content/uploads/2024_04_18_croo_digital_pioneer_performance_01331.jpg);
background-position: 50%;
}

#events-banner {
background-image: url(https://pioneer-performance.com/wp-content/uploads/newcastle-fitness-training-nutrition-events.jpg);
background-position: 50%;
}

#contact-banner {
background-image: url(https://pioneer.digiprodemo.com/wp-content/uploads/2024_04_18_croo_digital_pioneer_performance_01179-1.jpg);
background-position: 50%;
}

#blog-banner {
background-image: url(https://pioneer.digiprodemo.com/wp-content/uploads/2024_04_18_croo_digital_pioneer_performance_01139.jpg);
background-position: 50%;
padding-bottom: 30%;
}

.author #blog-banner {
background-image: url(https://pioneer-performance.com/wp-content/uploads/work-with-us-banner.jpg);
background-position: 50% 25% !important;
}

#work-banner {
background-image: url(https://pioneer-performance.com/wp-content/uploads/work-with-us-banner.jpg);
background-position: 50%;
}

.banner-overlay {
position: absolute;
left:0;
max-width: 635px;
width: 60%;
margin: 0 auto;
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
margin-top: 39px;
transition: all 0.3s ease;
}

.bo-container {
padding: 30px;
text-align: left;
}


.page-template-template-optin .bo-container {
text-align: right;
padding-right: 45px;
}

.banner-title, .banner-text {
color: #ffffff;
}

.banner-title {
font-size: 65px;
font-weight: 700;
line-height: 1.2em;
padding-bottom: 0px;
font-family: "proxima-nova", Arial, Helvetica, sans-serif;
color: #fff;
}

.banner-text {
font-family: "proxima-nova", Arial, Helvetica, sans-serif; 
font-size: 21px;
}

.banner-scroll {
bottom: 0;
position: absolute;
left:0;
right:0;
max-width: 50px;
margin: 0 auto;
text-align: center;
padding-bottom: 20px;
font-size: 40px;
z-index: 80
}

.metaslider {
margin: 0 auto;
}

.metaslider .caption {
padding: 0 !important
}

.metaslider .caption-wrap {
position: initial !important;
background: none !important;
opacity: 1 !important;
width: auto !important;
}

.flexslider {
margin-bottom: 0 !important;
}

.threecol-home i.fa.fa-angle-right {
color: #003d5b;
margin-top: 3px;
}

.slides {
overflow: hidden;
padding: 0;
margin: 0 0 10px 0;
}

.flex-direction-nav {
display:none;
}

.flex-control-nav {
position: absolute;
z-index: 99999 !important;
display: block;
padding: 0;
text-align: right !important 
}

.flex-control-nav li {
display: inline-block;
margin-left: 10px;
}

.flex-control-nav li:last-child {
margin-right: 0 !important
}

.flex-control-nav li a {
font-size: 1px;
color: transparent !important;
border: 1px solid #fff;
border-radius: 100px;
-moz-border-radius: 100px;
-webkit-border-radius: 100px;
height:12px !important;
width: 12px !important;
display: block;
transition: all 0.3s ease;
background-color: transparent !important; 
border-color: #fff !important;
opacity: 0.5
}

.flex-control-nav li a.flex-active, .flex-control-nav li a:hover {
border-color: #fff !important;
background-color: #fff !important;
box-shadow: none !important
}


/* 6.0 - Columns */

/* Half Half */

.half-text {
width: 50%;
float: left;
display: block;
postion: relative;
transition: width 0.3s ease, min-height 0.3s ease;
}

.half {
width: 50%;
display: block;
transition: width 0.3s ease, min-height 0.3s ease;
}

.half-left {
width: 50%;
float: left;
display: block;
transition: width 0.3s ease, min-height 0.3s ease;
background-size: cover;
background-repeat: no-repeat;
background-position: 50% 50%;
}

.half-right {
width: 50%;
float: right;
display: block;
transition: width 0.3s;
postion: relative;
}

.half-image {
min-height: 500px;
background-size: cover !important;
-webkit-background-size: cover !important;
-moz-background-size: cover !important;
background-repeat: no-repeat;
background-position: 50% 50%;
}

#pioneer-home {
background: url(https://pioneer-performance.com/wp-content/uploads/pioneer-performance-newcastle-personal-training.jpg);
background-position: 40% 0% !important;
}

#expert-home {
background: url(https://pioneer-performance.com/wp-content/uploads/James_lauren-1.png);
background-position: 50% 50% !important;
}

#who-about {
background: url(https://pioneer-performance.com/wp-content/uploads/who-are-pioneer.png);
background-position: 50% 50% !important;
}

#culture-about {
background: url(https://pioneer-performance.com/wp-content/uploads/James-about-page.png);
background-position: 50% 50% !important;
}

#benefits-massage {
background: url(https://pioneer-performance.com/wp-content/uploads/benefits-sports-massage-newcastle.jpg);
background-position: 50% 50% !important;
}

#testimonial-pt {
background: url(https://pioneer-performance.com/wp-content/uploads/personal-training-newcastle-gym.jpg);
background-position: 50% 50% !important;
}

/* 6.01 - Two Columns */

.two-column {
margin: 0 auto;
display: block;
overflow: hidden;
padding: 0;
}

.two-column li:nth-child(2n) {
margin-right: 0;
}

.two-column li:nth-child(2n+1) {
clear: left;
}

.two-column li {
position: relative;
float: left;
width: 48.5%;
margin-right: 3%;
list-style: none;
transition: all 0.3s ease;
}

.two-column li:nth-last-child(n+3) { 
margin-bottom: 3%;
}


/* 6.1 - Three Columns */

.three-column {
margin: 0 auto;
display: block;
overflow: hidden;
padding: 0;
}

.three-column li:nth-child(3n) {
margin-right: 0;
}

.three-column li:nth-child(3n+1) {
clear: left;
}

.three-column li {
position: relative;
float: left;
width: 32%;
margin-right: 2%;
list-style: none;
transition: all 0.3s ease;
}

#meet-the-team .three-column li:nth-last-child(n+4) { 
margin-bottom: 2%;
}

/* 6.2 - Four Columns */

.four-column {
padding: 0;
margin: 0 auto;
display: block;
overflow: hidden;
text-align: left;
}

.four-column-ul {
overflow: hidden;
padding: 0;
margin: 0 0 0 0;
}

.four-column li {
position: relative;
float: left;
width: 23.5%;
margin-right: 2%;
list-style: none;
}

.four-column li:nth-child(4n) {
margin-right: 0;
}

/* 6.3 - Five Columns */

.fifth-column {
max-width: 1100px;
margin: 0 auto;
display: block;
overflow: hidden;
text-align: center;
}

.five-column-ul {
overflow: hidden;
padding: 0;
margin: 0 0 0 0;
}

.fifth-column li {
float: left;
width: 18.4%;
margin-right: 2%;
list-style: none;
}

.fifth-column li .subtext {
color: #909296 !important;
}

.fifth-column li:hover > h4 {
color: #43b77b;
}

.fifth-column li:hover > i {
background: #43b77b;
color: #fff;
border-color: #43b77b
}


/* 7.0 - Blog */

.single-post .main, .blog .container, .archive .main, .category .main {
background: #fff !important;
}

.single-post .post, .author .post, .archive .post, .category .post {
max-width: 900px;
margin: 0 auto;
display: block;
}

.blog-category {
text-transform: uppercase;
font-family: "proxima-nova", Arial, Helvetica, sans-serif;
font-size: 13px;
letter-spacing: 1px;
}

.blog .post, .category .post, .author .post, .archive .post {
float: left;
width: 32%;
margin-right: 2%;
box-sizing: border-box;
float: left;
display: inline-block;
clear: none;
margin-bottom: 30px;
}

.blog .post:nth-child(3n), .category .post:nth-child(3n), .author .post:nth-child(3n), .archive .post:nth-child(3n) {
margin-right: 0 !important
}

.blog .post:nth-child(3n+1), .category .post:nth-child(3n+1), .author .post:nth-child(3n+1), .archive .post:nth-child(3n+1) {
clear:left;
}

.blog .post-container, .author .post-container, .archive .post-container, .category .post-container {
padding-top: 15px;
}

.blog .post:hover .post-image, .archive .post:hover .post-image, .author .post:hover .post-image, .post .result:hover .post-image {
opacity: 0.7;
}

.third h3 {
font-size: 21px;
}

.post-highlight {
font-size: 18px;
margin: 0 0 1.5em 0;
color: #43b77b;
font-weight: 400;
display: block;
}

.single-post .content h2 {
font-family: "proxima-nova", Arial, Helvetica, sans-serif;
font-weight: 700;
font-size: 24px;
text-transform: none;
margin-top: 45px;
margin-bottom: 15px;
letter-spacing: 0px;
}

.single-post .content h3 {
font-size: 18px;
font-weight: 400;
letter-spacing: 1px;
line-height: 1.4em;
}

.sub-post-text {
color: #999;
font-size: 14px;
display: block;
margin-bottom: 10px;
}

.blog .post h5 {
font-weight: 600;
}

.blog-button {
font-family: "proxima-nova", Helvetica, Arial, sans-serif;
font-size: 12px;
letter-spacing: 1.25px;
text-transform: uppercase;
padding: 8px 16px;
color: #43b77b !important;
border: 1px solid #43b77b;
}

.blog-button:hover {
background: #43b77b;
color: #ffffff !important;
}

.blog-button i {
color: #43b77b;
transition: all 0.3s ease;
}

.blog-button:hover i {
color: #ffffff !important;
}

.single-post .current_page_parent a, .blog .current_page_item {
color: #43b77b !important;
}

.blog .post h1 {
margin-top: 20px;
}

.blog .container, .author .container {
}

.blog-main {
margin: 0 auto;
position: relative;
max-width: 1400px;
overflow: hidden;
}

.blog .banner-container {
position: absolute;
bottom: 0;
left: 0;
right:0;
background-image: linear-gradient(rgba(30, 35, 40, 0), rgba(30, 35, 40, 1));
padding-top: 150px;
}

.blog .banner-post-container {
max-width: 750px;
padding: 45px;
}

.blog .post, .author .post, .archive .post {
}

.blog .post-info, .author .post-info, .archive .post-info {
font-size: 15px;
font-family: "proxima-nova", Helvetica, Arial, sans-serif;
margin-bottom: 12px !important;
margin-top: 5px;
}

.blog .post img, .author .post img, .archive .post img, .category .post img {
width:100%;
height: auto;
display: block;
}

.single .post-banner img {
margin-bottom: 0 !important;
width:100%;
height: auto;
display: block;
}

.single ol {
padding: 0 40px;
}

.single ol li {
padding-bottom: 30px;
}

.single ol li:last-child {
padding-bottom: 0 !important;
}

.single .content h3 {
color: #000;
}

.post-image {
max-height: 350px;
overflow: hidden;
padding-bottom: 56.25%;
background-size: cover;
background-position: 50%;
background-repeat: no-repeat;
transition: all 0.3s ease;
}

.blog h2, .author h2, .archive h2 {
font-size: 20px !important;
font-family: "proxima-nova", Arial, Helvetica, sans-serif;
font-weight: 600;
text-transform: none;
letter-spacing: 0px;
margin-bottom: 0;
color: #000
}

.blog h2 a, .author h2 a, .archive h2 a {
color: #000
}

.blog .post:hover h2, .author .post:hover h2, .archive .post:hover h2, .category .post:hover h2 {
color: #43b77b
}

.blog-date, .event-date {
text-transform: uppercase;
display: block;
font-weight: 600;
font-size: 13px;
margin-top: 8px;
letter-spacing: 1px;
color: #43b77b !important;
}

.blog .post-categories, .author .post-categories, .archive .post-categories {
display: block;
margin-bottom: 0 !important;
}

.blog .post-categories a, .author .post-categories a, .archive .post-categories a {
}

.single-info {
background: #f6f6f6;
}

.single-info-container {
max-width: 1200px;
margin: 0 auto;
overflow: hidden;
padding: 10px 20px;
}

.single-info img {
border-radius: 30px;
max-width: 40px;
display: inline-block;
float: left;
transition: all 0.3s ease;
}

.single-info .float-right {
padding-top: 8px;
}

.single .category-link {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 15px;
    letter-spacing: 1px;
    color: #43b77b !important;
}

.single .category-link:hover {
color: #fff !important;
}

.single .author-bio {
margin-bottom: 20px;
}

.single .post-author-name:hover {
color: #fff !important;
}

.single .date {
color: #fff !important;
}

.single-info p {
margin-bottom: 0 !important;
}

.single-info a:link, .single-info .post-author-name, .category-link {
color: #000 !important;
}

.single-info a:hover {
color: #43b77b !important;
}

.post-author-name {
display: inline-block;
}

.single-info .float-left:hover .post-author-name {
color: #43b77b;
} 

.single-info .float-left:hover .avatar {
opacity: 0.7;
} 

.single .post {
margin: 0 auto;
color: #404040;
}

.single .post p {
margin-bottom: 1em;
}

.single .post p:last-of-type {
margin-bottom: 0 !important;
}

.single .content p:last-child {
margin-bottom: 0 !important;
}

.single .post-info {
font-size: 16px;
margin-bottom: 14px;
}

.single .post-categories {
padding-top: 14px;
}

.single-post .sidebar ul, .blog .sidebar ul, .author .sidebar ul, .archive.category .sidebar ul {
margin: 0;
padding: 0;
}

.single-post .sidebar li, .blog .sidebar li, .author .sidebar li, .archive.category .sidebar li  {
list-style: none;
font-weight: 700;
font-family: "proxima-nova", Arial, Helvetica, sans-serif;
padding-bottom: 30px;
}

.single-post .sidebar li img, .blog .sidebar li img, .author .sidebar li img, .archive.category .sidebar li img {
margin-bottom: 10px;
}

.single-post .sidebar li a, .blog .sidebar li a, .author .sidebar li a, .archive.category .sidebar li a {
line-height: 1.8em;
text-transform: uppercase;
letter-spacing: 2px;
font-weight: 400;
font-size: 14px;
}

.sidebar .cat-item {
padding-bottom: 0 !important;
}

.single .avatar {
float: left;
max-width: 60px;
margin-right: 20px;
height: auto;
display: block;
border-radius: 50%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
}

.archive .avatar {
border-radius: 50%;
float: left;
margin-right: 20px;
}

.author-side {
float: left;
padding-top: 6px;
}

.author-links {
clear: both;
position: relative;
display: block;
}

.author-links h3 {
font-weight: 400;
margin-bottom: 5px;
}

.author-links i {
padding-right: 10px;
}

.author-info {
clear: both;
position: relative;
padding-top: 15px;
}

.signup-box {
margin: 30px 0;
overflow: hidden;
clear: both;
max-width: 400px;
}

.signup-box h3 {
margin-bottom: 15px !important;
}

.email-container {
float: left;
width: 70%;
}

.submit-container {
float: left;
width: 30%;
}

.signup-email {
-webkit-appearance: none;
box-shadow: none;
border: 0;
width: 100%;
padding: 10px;
box-sizing: border-box;
border: 1px solid #e7e7e7;
background: #fafafa;
font-size: 14px;
text-align: left;
outline: none;
margin: 0;
border-top-left-radius: 30px;
border-bottom-left-radius: 30px;
}

.signup-submit {
width: 100%;
box-sizing: border-box;
padding: 12.5px 10px;
-webkit-appearance: none;
border: 0;
box-shadow: none;
font-size: 12px;
margin: 0;
background: #43b77b;
color: #fff !important;
transition: all 0.3s ease;
cursor: pointer;
border-top-left-radius: 0;
border-bottom-left-radius: 0;
border-top-right-radius: 30px;
border-bottom-right-radius: 30px;
}

.signup-submit:hover {
background: #202428;
}

.sidelink {
margin-bottom: 20px;
display: block;
}

.sidelink:last-child {
margin-bottom: 0;
}

.sidelink img {
transition: all 0.3s ease;
}

.sidelink:hover img {
opacity: 0.7;
}

.sidelink:hover .sidelink-title {
color: #43b77b
}

.sidelink-title {
text-transform: none !important;
font-weight: 700;
font-size: 18px;
letter-spacing: 0;
padding-top: 10px;
color: #202428;
}

.categories, .sidebar-social {
padding-top: 30px;
margin-top: 30px;
border-top: 1px solid #f1f1f1;
}

.sidebar-social {
font-size: 21px
}

.sidebar-social i {
margin-right: 10px;
color: #909296 !important;
display: inline-block;
transition: all 0.3s ease;
}

.sidebar-social .fa:hover {
color: #43b77b !important;
}

.single .post ul > li p {
margin-bottom: 0.5em !important;
}

.post {
clear: both;
}

.blog-content {
width: 100%;
float:left;
position: relative;
}

.single .banner-image {
position: relative;
display: block;
clear: both;
background: #181818;
overflow: hidden;
}

.single .banner-image img {
width:100%;
height: auto;
display: block;
}

.blog-container {
padding: 40px 20px;
}

.content {
width: 70%;
float:left;
}

.content-container {
padding: 40px 30px 40px 30px;
}

.sidebar {
width: 30%;
float: right;
box-sizing: border-box;
padding-bottom: 500%;
margin-bottom: -500%;
}

.sidebar-container {
padding: 40px 30px;
font-size: 15px;
}

.sidebar ul {
padding: 1px 0 0 0;
margin: 0;
}

.sidebar li {
list-style: none;
}

.sidebar img {
width: 100%;
height: auto;
display: block;
}

.sidebar h3 {
color: #000;
font-size: 15px;
letter-spacing: 1.5px;
font-weight: 700;
}


.page .sidebar a {
display: block 
}

.sidebar a {
color: #909296;
line-height: 1.7em;
transition: all 0.3s ease;
}

.sidebar a:hover {
color: #43b77b !important;
}

.sidebar-divide {
padding-top: 30px;
margin-top: 30px;
border-top: 1px solid #e7e7e7;
}

.grey-bg .sidebar-divide {
border-color: #d1d1d1 !important;
}

.post-banner {
width: 100%;
max-height: 600px;
overflow: hidden;
position: relative;
display: block
}

.post-info {
color: #999;
font-size: 15px;
}

.post-info i {
color: #999 !important;
}

.single-post .container {
padding-top: 0px;
}

.single-post .post {
max-width: 960px;
margin: 0 auto;
}


/* 8.0 - Form */

/* Contact Section */

#left {
width: 49.6%;
text-align: left;
float:left;
}

#right {
width: 49.6%;
text-align: left;
float:right;
}

#top {
width: 100%;
overflow: hidden;
}

.topleft {
width: 49.5%;
float: left;
display: inline-block;
margin-right: 1%;
}

.topright {
width: 49.5%;
float: left;
display: inline-block;
}

#bottom {
width: 100%;
overflow: hidden;
}

.bottomleft {
width: 49.5%;
float: left;
display: inline-block;
margin-right: 1%;
}

.bottomright {
width: 49.5%;
float: left;
display: inline-block;
}

.message {
width: 100%;
}

#bottom p {
margin-bottom: 0 !important;
}

.br2 .ajax-loader, div.wpcf7 img.ajax-loader {
display:none !important;
}

input#file-upload.wpcf7-form-control.wpcf7-file {
background: none !important;
font-size: 11px;
}

.wpcf7 br {
display: none;
} 

.wpcf7 p {
margin-bottom: 0 !important;
}

.wpcf7 input[type=text], .wpcf7 input[type=email], .wpcf7 input[type=tel], .wpcf7 textarea {
font-size: 16px;
border-radius: 0 !important;
-moz-border-radius: 0 !important;
-webkit-border-radius: 0 !important;
font-family: "proxima-nova", Arial, Helvetica, sans-serif;
background: #f6f6f6;
box-shadow: 0 !important;
width: 100%;
padding: 6px;
border: 1px solid #e7e7e7;
margin-bottom: 2%;
outline:none;
color: #333333;
-webkit-appearance: none;
resize: none;
display: block;
}


::-webkit-input-placeholder, ::-moz-placeholder, :-moz-placeholder, :-ms-input-placeholder {
  color: #aaa;
}

.wpcf7 select {
font-family: "proxima-nova", "Proxima Nova", Arial, Helvetica, sans-serif;
font-size: 16px;
-webkit-appearance: none;
-moz-appearance: none;
padding: 10px;
border-radius: 0 !important;
-moz-border-radius: 0 !important;
-webkit-border-radius: 0 !important;
background: #f6f6f6;
border: 1px solid #e7e7e7;
color: #aaa;
outline:none;
margin: 0 0 2% 0;
width: 100%;
background: url(https://pioneer-performance.com/wp-content/uploads/dropdown.png) no-repeat right #f6f6f6;
}

.dark-select {
color: #333 !important;
}

span.wpcf7-not-valid-tip {
background: #43b77b !important;
}

div.wpcf7-validation-errors {
background: none !important;
border: 2px solid #43b77b;
color: #43b77b !important;
}

input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
}

input.wpcf7-form-control.wpcf7-submit {
font-family: "brandon-grotesque", "proxima-nova", Arial, Helvetica, sans-serif;
text-transform: uppercase;
letter-spacing: 2.5px;
font-weight: 600;
padding: 13px 28px;
box-shadow: none !important;
background: #43b77b;
color: #fff;
text-shadow: none !important;
font-size: 14px;
line-height: 18px;
margin-top: 5px;
border: 1px solid #43b77b;
-webkit-appearance: none;
display: block;
width: auto;
margin-left: 0;
border-radius: 30px !important;
-webkit-border-radius: 30px !important;
-moz-border-radius: 30px !important;
}

.wpcf7 {
margin: 10px 0 0 0 !important;
}

.wpcf7 input[type="text"], .wpcf7 input[type="email"], .wpcf7 textarea {
	width: 100%;
	padding: 10px;
	border-radius: 0;
	-moz-border-radius: 0 !important;
	-webkit-border-radius: 0 !important;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
.wpcf7 input[type="text"]:focus{
	background: #f6f6f6;
}
.wpcf7-submit{
	cursor: pointer;
	transition: all 0.3s ease;
}
.wpcf7-submit:hover{
	background: transparent !important;
	color: #43b77b !important
}
span.wpcf7-not-valid-tip{
	text-shadow: none;
	font-size: 12px;
	color: #fff;
	background: #ff0000;
	padding: 5px;
}
div.wpcf7-validation-errors { 
	text-shadow: none;
	border: transparent;
	background: #f9cd00;
	padding: 5px;
	color: #9C6533;
	text-align: center;
	margin: 0;
	font-size: 12px;
}
.highlight-bg div.wpcf7-mail-sent-ok{
color: #fff !important;
border-color: #fff !important;
}
div.wpcf7-mail-sent-ok{
	text-align: center;
	text-shadow: none;
	padding: 15px 20px;
	font-size: 14px;
	color: #43b77b;
	margin: 0 auto;
	margin-top: 10px;
	border: 1px solid #43b77b !important;
}

textarea.wpcf7-form-control.wpcf7-textarea {
max-height: 80px;
}

.wpcf7-form-control-wrap {
position: static !important;
}

/* 8.1 - Active Campaign Forms */

._form-content {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
._form-content ._form_element {
	flex:  0 0 100%;
	max-width: 100%;
	padding: 0 5px;
	box-sizing: border-box;
	margin: 5px 0;
}
._form-title {
	font-size: 18px;
    letter-spacing: 2px;
    margin: 0 0 10px 0;
    font-weight: 600;
    text-transform: uppercase;
}
._html-code p:last-child {margin-bottom: 0 !important;}

._form-label {
	font-size: 14px;
	color: #000;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 1px;
}
._button-wrapper {
	margin-top: 10px !important;
}

._form ._field-wrapper input {
-webkit-appearance: none;
box-shadow: none;
padding: 10px;
box-sizing: border-box;
border: 1px solid #e7e7e7;
background: #f6f6f6;
font-size: 16px;
line-height: 1.4;
text-align: left;
outline: none;
margin: 0;
border-radius: 0 !important;
width: 100% !important;
color: #333333;
outline: none !important;
}
._form ._field-wrapper select {
	font-family: "proxima-nova", "Proxima Nova", Arial, Helvetica, sans-serif;
    font-size: 16px;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding: 10px;
    border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    background: #f6f6f6;
    border: 1px solid #e7e7e7;
    color: #333;
    outline: none;
    margin: 0;
    width: 100%;
    background: url(https://pioneer-performance.com/wp-content/uploads/dropdown.png) no-repeat right #f6f6f6;
}
._form ._field-wrapper textarea {
	font-size: 16px;
    border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    font-family: "proxima-nova", Arial, Helvetica, sans-serif;
    background: #f6f6f6;
    box-shadow: 0 !important;
    width: 100%;
    padding: 6px;
    border: 1px solid #e7e7e7;
    margin-bottom: 0;
    outline: none;
    color: #333333;
    -webkit-appearance: none;
    resize: none;
    display: block;
    width: 100%;
    padding: 10px;
    border-radius: 0;
    -moz-border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 88px;
    max-height: 88px;
}
._error-inner {color: red;}

._form ._button-wrapper {
	width: 100%;
}
._form ._button-wrapper ._submit {
box-sizing: border-box;
padding: 13px 30px;
-webkit-appearance: none;
border: 1px solid #43b77b;
box-shadow: none;
font-size: 14px;
margin: 0;
background: #43b77b;
color: #fff !important;
cursor: pointer;
border-radius: 30px;
font-family: "proxima-nova", Arial, Helvetica, sans-serif;
font-weight: 600;
transition: all 0.3s ease;
text-transform: uppercase;
letter-spacing: 2.5px;
}
._form ._button-wrapper ._submit:hover {
	color: #43b77b !important;
	background:  #FFF;
}

.book-content ._form-content,
.cta-section ._form-content {
	color: #FFF;
}
.book-content ._form-content ._form-title {
	font-size: 30px;
    font-weight: 400;
    margin: 0;
    letter-spacing: 0;
    text-transform: none;
    line-height: 1.2em;
}
.book-content ._html-code p {
	margin-bottom: 1.5em;
}
.book-content ._html-code p:last-child {
	margin-bottom: 1em !important;
}
.book-content ._form-content ._form_element:nth-child(3),
.book-content ._form-content ._form_element:nth-child(4),
.cta-section ._form-content ._form_element:nth-child(1),
.cta-section ._form-content ._form_element:nth-child(2),
.cta-section ._form-content ._form_element:nth-child(3),
.cta-section ._form-content ._form_element:nth-child(4) {
	flex:  0 0 50%;
	max-width: 50%;
}
.book-content ._form-label {
	display: none !important;
}
.book-content ._form_element input {
	width: 100% !important;
}
.book-content ._form ._button-wrapper ._submit,
.cta-section ._form ._button-wrapper ._submit {
	/*padding: 13px 28px !important;*/
	background:  #000;
}
.book-content ._form ._button-wrapper ._submit:hover,
.cta-section ._form ._button-wrapper ._submit:hover {
	color: #000 !important;
	background: #FFF;
}

.cta-section ._form-label {
	color: #FFF;
}

.footer-signup-box ._form-content ._form_element:nth-child(3),
.footer-signup-box ._form-content ._form_element:nth-child(4) {
	flex:  0 0 50%;
	max-width: 50%;
}
.footer-signup-box ._form-title {
	font-size: 18px;
    letter-spacing: 2px;
    margin: 0 0 5px 0 !important;
    font-weight: 600;
    text-transform: uppercase;
	text-align: center;
	color: #fff !important;
}
.footer-signup-box ._form-label {
	display: none !important;
}
.footer-signup-box ._form ._field-wrapper input {
background: #181818;
border: 1px solid #272727 !important;
color: #fff !important;
}
.footer-signup-box ._html-code p {
margin-bottom: 15px;
display: block;
text-align: center;
}

.footer-signup-box ._html-code p {
	font-size: 17px;
	margin-bottom: 0 !important;
	color: #606266;
}
.footer-signup-box ._form ._button-wrapper ._submit {
	border-radius: 0px;
	border: none;
}



/* 9.0 - Footer */

.site-footer {
background: #000;
overflow: hidden;
position: relative;
clear: both;
}

.site-footer-container {
max-width: 1280px;
margin: 0 auto;
display: block;
overflow: hidden;
padding: 40px 30px;
}

.site-footer p, .site-footer a {
font-size: 15px;
color: #909296
}

.bottom-footer a, .bottom-footer {
color: #666666;
}

.site-footer a:hover, .bottom-footer a:hover {
color: #43b77b;
transition: all 0.3s ease;
}

.site-footer a:after {
content: "\f105";
font-family: "Font Awesome 5 Pro";
padding-left: 8px;
color: transparent;
transition: all 0.3s ease;
}

.site-footer a:hover:after {
color: #43b77b !important;
}

.site-footer h5 {
color: #fff;
}

#footerContent {
overflow: hidden;
}

.fcol {
display: inline-block;
float: left;
margin-right: 3%;
}

#fc1 {
width: 20%;
}

#fc2 {
width: 18%;
}

#fc3 {
width: 24%;
margin-right: 5%;
}

#fc4 {
width: 27%;
}

.fcol a {
clear:both;
display: block;
padding-bottom: 9px;
}

.address {
margin: 0;
list-style: none;
padding-left: 0;
line-height: 1.7em;
font-size: 15px;
}

#fc4 {
margin-right: 0;
}

.footer-posts {
list-style: none;
padding-top: 4px;
padding: 0;
margin: 0;
}

.footer-posts li {
padding-bottom: 15px;
margin-bottom: 15px;
border-bottom: 1px solid #363636;
}

.footer-posts li a {
display: block;
}

.footer-posts li:last-child {
margin-bottom: 0;
padding-bottom: 0;
border-bottom: 0;
}

.social-links {
margin: 20px 0 0 0;
padding: 1px 0 0 0;
list-style: none;
overflow: hidden;
}

.social-links li {
float:left;
margin-right:15px;
}

.social-links a {
clear: none !important;
transition: all 0.3s ease;
}

.social-links a:after {
display: none !important;
}

.social-links i {
font-size: 30px;
text-align: center;
border-radius: 0px;
}

.site-footer .social-links a:hover i {
color: #43b77b;
}

.bottom-footer {
padding: 20px 30px;
font-size: 15px;
background: #181818;
overflow: hidden;
}

.bottom-footer-container {
margin: 0 auto;
max-width: 1280px;
}

.bf-container {
float: left;
max-width: 580px;
}

.copyright {
transition: all 0.3s ease;
text-align: left;
display: inline-block;
font-family: "proxima-nova", Arial, Helvetica, sans-serif;
text-transform: uppercase;
font-weight: 400;
font-size: 13px;
letter-spacing: 2px;
}

.footer-logo {
display: block;
max-width: 130px;
}

.dpm {
transition: all 0.3s ease;
text-align: right !important;
display: inline-block;
right: 0 !important;
float:right;
font-family: "proxima-nova", Arial, Helvetica, sans-serif;
text-transform: uppercase;
font-weight: 400;
font-size: 13px;
letter-spacing: 2px;
}

.dpm:hover{
color:#43b77b !important;
}


/* 10.0 - Snippets & Miscellaneous */

.divide {
border-bottom: 2px solid #43b77b;
margin-top: 20px;
margin-bottom: 20px;
display: block;
overflow: hidden;
max-width: 100px;
}

.divide-center {
border-bottom: 2px solid #43b77b;
margin-top: 20px !important;
margin-bottom: 30px !important;
margin: 0 auto;
display: block;
overflow: hidden;
max-width: 100px;
}

.full-divide {
border-bottom: 1px solid #e7e7e7;
padding-bottom: 25px;
margin-bottom: 25px;
overflow: hidden;
}

.left-gradient {
background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0));
background: -o-linear-gradient(right, rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0)); 
background: -moz-linear-gradient(right, rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0));
background: linear-gradient(to right, rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0));
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
}

.right-gradient {
background: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
background: -o-linear-gradient(right, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0)); 
background: -moz-linear-gradient(right, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
background: linear-gradient(to left, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
}

.video-container {
width: 58%;
float: left;
margin-right: 4%;
}

.video-side {
width: 38%;
float: left;
}

.video-wrapper {
position: relative;
padding-bottom: 56.25%;
height: 0;
overflow: hidden;
max-width: 100%;
}

.video-wrapper iframe, .video-wrapper object, .video-wrapper embed, .video-wrapper video {
position: absolute; 
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.video-wrapper video {
	-o-object-fit: cover;
	   object-fit: cover;
}

/*.fadeInBlock {
opacity:0;
}*/

/* Homepage Image Links */

.bg-overlay {
position: absolute;
bottom: 0;
left: 0;
right: 0;
top: 0;
opacity: 0.9;
background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 1));
transition: all 0.3s ease;
}

.image-links h3 {
position: absolute;
left: 20px;
bottom: 20px;
margin-bottom: 0;
text-transform: none;
letter-spacing: 0;
font-size: 21px;
font-weight: 700;
color: #fff;
}

.image-links li {
height: 0;
padding-bottom: 30%;
}

.image-links li:hover h3 {
color: #43b77b;
}

.image-links li:hover .bg-overlay {
opacity: 1;
}

.sports-therapy-link {
background: url(https://pioneer-performance.com/wp-content/uploads/sports-massage-therapy-link.jpg);
background-size: cover;
background-position: 50%;
}

.client-results-link {
background: url(https://pioneer-performance.com/wp-content/uploads/client-stories-link.jpg);
background-size: cover;
background-position: 50%;
}

.team-link {
background: url(https://pioneer-performance.com/wp-content/uploads/meet-the-team-link.jpg);
background-size: cover;
background-position: 50% 80%;
position: relative;
}

.blog-link {
background: url(https://pioneer-performance.com/wp-content/uploads/blog-link.jpg);
background-size: cover;
background-position: 50% 10%;
}

.team-alex-link {
background: url(https://pioneer-performance.com/wp-content/uploads/team-alex.jpg);
background-size: cover;
background-position: 50%;
}

.team-matthew-link {
background: url(https://pioneer-performance.com/wp-content/uploads/team-matthew.jpg);
background-size: cover;
background-position: 50%;
}

.team-sam-link {
background: url(https://pioneer-performance.com/wp-content/uploads/team-sam.jpg);
background-size: cover;
background-position: 50%;
}

.team-james-link {
background: url(https://pioneer-performance.com/wp-content/uploads/team-james.jpg);
background-size: cover;
background-position: 50%;
}

.team-sarah-link {
background: url(https://pioneer-performance.com/wp-content/uploads/team-sarah.jpg);
background-size: cover;
background-position: 50%;
}

.team-finn-link {
background: url(https://pioneer-performance.com/wp-content/uploads/team-finn.jpg);
background-size: cover;
background-position: 50%;
}

/* Affiliates */

#affiliates {
background: #ffffff;
width: 100%;
position: relative;
display: block;
clear:both;
overflow: hidden;
}

#affiliate-cont {
padding: 5px;
overflow:hidden;
}

#affiliate-imgs {
max-width: 800px;
margin: 0 auto;
display: block;
}

.al-img {
display: inline-block;
padding-right: 2%;
width: 18.4%;
overflow:hidden;
float: left;
}

#al-last {
padding-right: 0 }

#al-img4 {
padding-right: 0;
float: none !important;
}

.al-img img {
display: block;
max-width: 150px;
margin: 0 auto;
width: 100%;
height: auto;
}

.testimonial-author {
color: #43b77b;
text-transform: uppercase;
letter-spacing: 2px;
font-weight: 600;
font-size: 16px;
}

.pioneer-ul {
overflow: hidden;
}

.pioneer-ul li {
padding-bottom: 10px;
list-style-image: url(https://pioneer-performance.com/wp-content/uploads/bullet.png);
padding-left: 15px;
}

.white.pioneer-ul li {
padding-bottom: 10px;
list-style-image: url(https://pioneer-performance.com/wp-content/uploads/bullet-white.png);
padding-left: 15px;
}

.pioneer-ul li:last-child {
padding-bottom: 0 !important;
}

.team-float, .single-custom-post-image img {
float: left;
padding-bottom: 15px;
padding-right: 30px;
width: 50%;
max-width: 440px;
height: auto;
}

.single .blog-return {
float: left;
}

.single .post-social {
padding-top: 40px;
overflow: hidden;
}

.share-links {
float: left;
border-spacing: 10px 0px;
border-collapse: separate;
display: table;
}

.post-social-link {
border: 1px solid #909296;
color: #909296;
width: 47px;
display: table-cell;
text-align: center;
vertical-align: middle;
height: 47px;
border-radius: 50%;
font-size: 21px;
}

.share-twitter {
border-color: #00b6f1;
color: #00b6f1 !important;
}

.share-twitter:hover {
background: #00b6f1;
color: #fff !important;
}

.share-facebook {
border-color: #3b5998;
color: #3b5998 !important;
}

.share-facebook:hover {
background: #3b5998;
color: #fff !important;
}

.share-linkedin {
border-color: #007bb6;
color: #007bb6 !important;
}

.share-linkedin:hover {
background: #007bb6;
color: #fff !important;
}

.client-results .result h3 {
color: #fff;
}

.result {
float: left;
width: 32%;
margin-right: 2%;
margin-bottom: 2%;
display: block;
position: relative;
overflow: hidden;
}

.result:nth-of-type(3n) {
margin-right: 0 !important;
}

.result img {
width: 100%;
height: auto;
display: block 
}

.custom-post-image {
transition: all 0.3s ease;
}

/*.result a:hover .custom-post-image,*/ .other-event a:hover .custom-post-image {
opacity: 0.7 !important;
}

.result h3, .oc-video h3 {
margin-top: 15px;
color: #000;
text-transform: none;
letter-spacing: 0;
}

.result a:hover h3 {
color: #43b77b !important;
}

.results-headline {
color: #fff;
margin-bottom: 0 !important;
}

.results-main, .events-main {
padding-top: 100px;
transition: all 0.3s ease;
}

.dashboard-main {
padding-top: 78px;
transition: all 0.3s ease;
}

.dashboard-main .content, .single-videos .content {
float: right;
}

.single-results .site-header, .single-events .site-header, .page-dashboard .site-header, .parent-pageid-1341 .site-header, .single-videos .site-header, .tax-videocategory .site-header, .tax-resourcecategory .site-header {
background: #000;
}

.page-dashboard .newsletter-signup, .parent-pageid-1341 .newsletter-signup {
display: none !important;
}

.single-results .single-results-headline {
text-transform: uppercase;
font-weight: 600;
font-size: 15px;
letter-spacing: 1px;
color: #43b77b !important;
}

.single-results .post-social, .single-events .post-social {
padding-top: 20px !important;
}

.single-results .share-links, .single-events .share-links {
margin-left: -10px;
}

.single-results #menu-item-91 a {
color: #43b77b !important;
border-color: #43b77b !important;
}

.page-template-template-events h3 {
letter-spacing: 0 !important;
text-transform: none !important;
}

.event-image {
height: 0;
padding-bottom: 100%;
overflow: hidden;
background-size: cover;
background-position: 50% 25%;
background-repeat: no-repeat
}

.result-image {
height: 0;
padding-bottom: 100%;
overflow: hidden;
background-size: cover;
background-position: 50% 25%;
background-repeat: no-repeat
}

.single-events h1 { 
font-size: 30px;
}

.single-events .event-logo {
width: 100%;
height: auto;
max-width: 200px;
display: block;
margin-bottom: 15px;
}

.other-event {
float: left;
width: 32%;
margin-right: 2%;
overflow: hidden;
}

.other-event img {
width: 100%;
height: auto;
display: block;
}

.other-event:nth-of-type(3n) {
margin-right: 0 !important;
}

.embed-container {
position: relative;
padding-bottom: 56.25%;
height: 0;
overflow: hidden;
max-width: 100%;
}

.embed-container iframe, .embed-container object, .embed-container embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

.footer-signup-box {
margin: 0;
overflow: hidden;
clear: both;
padding: 20px;
max-width: 720px;
margin: 0 auto;
text-align: center;
}

.footer-signup-box h3 {
text-align: center;
color: #fff !important;
margin-bottom: 5px !important;
}

.footer-signup-box span.text {
margin-bottom: 15px;
display: block;
text-align: center;
}

.site-footer #mc_embed_signup {
width: auto;
display: inline-block;
}

.footer-email-container {
float: left;
margin-right: 10px;
display: block;
}

.footer-submit-container {
clear: none !important;
display: inline-block !important
}

.footer-signup-email {
-webkit-appearance: none;
box-shadow: none;
border: 0;
width: 100%;
padding: 10px;
box-sizing: border-box;
border: 1px solid #272727;
background: #181818;
font-size: 14px;
color: #fff;
text-align: left;
outline: none;
margin: 0;
}

.footer-signup-submit {
box-sizing: border-box;
padding: 13px 30px;
-webkit-appearance: none;
border: 0;
box-shadow: none;
font-size: 13px;
margin: 0;
background: #43b77b;
color: #fff !important;
transition: all 0.3s ease;
cursor: pointer;
border-top-left-radius: 0;
border-bottom-left-radius: 0;
border-top-right-radius: 0;
border-bottom-right-radius: 0;
}

.footer-signup-submit:hover {
background: #fff;
color: #43b77b !important;
}

#mce-responses {
clear: none !important;
display: none;
}

.newsletter-signup {
border-bottom: 1px solid #363636;
position: relative;
display: block;
clear: both;
overflow: hidden;
}

.pagination {
clear: both;
position: relative;
text-align: center;
text-transform: uppercase;
letter-spacing: 1px;
}

.no-bullets {
list-style: none;
padding-left: 20px;
}

.no-bullets li {
padding-bottom: 10px;
}

.optin-sm-links {
margin: 0;
padding: 0;
list-style: none;
font-size: 20px;
}

.optin-sm-links li {
padding-bottom: 20px;
}

.optin-sm-links li:last-child {
padding-bottom: 0 !important;
}

/*.formula-section input[type=text], .formula-section input[type=email], .formula-section input[type=tel] {
display: inline-block !important;
float: left !important;
width: 48.5% !important;
margin-right: 3%;
clear: none !important;
box-sizing: border-box !important;
}

.formula-section .your-email input {
margin-right: 0 !important;
}

.formula-section input[type=text]:nth-of-type(2n), .formula-section input[type=email]:nth-of-type(2n), .formula-section input[type=tel]:nth-of-type(2n) {
margin-right: 0 !important;
}

.formula-section input.wpcf7-form-control.wpcf7-submit {
background: #000 !important;
color: #fff !important;
margin: 0 !important;
border-width: 0 !important;
}

.formula-section input.wpcf7-form-control.wpcf7-submit:hover {
background: #fff !important;
color: #000 !important;
}*/

.page-id-22 .cta-section {
display: none !important;
}

.boxes li {
background: #000;
color: #fff;
box-sizing: border-box;
padding: 25px;
padding-bottom: 100%;
margin-bottom: -100%;
}

.large-icon {
height: 100px;
width: 100px;
background: #43b77b;
text-align: center;
vertical-align: middle;
margin: 0 auto;
font-size: 45px;
display: table-cell;
border-radius: 50%;
z-index: 999999;
}

.accordion {
background: #fff;
border: 1px solid rgba(122, 122, 122, 0.25);
margin-bottom: 1.5em;
position: relative;
}

.accordion-title {
padding: 24px 30px;
margin-bottom: 0 !important;
outline: 0;
transition: all 0.5s ease;
border-top: 1px solid rgba(122, 122, 122, 0.25);
font-size: 16px !important;
}

.accordion-title:first-of-type {
border-top: 0 !important;
}

.accordion-title:hover, .accordion-title.open {
background: #000;
color: #43b77b !important;
}

.accordion h3.accordion-title::after {
font-family: "Font Awesome 5 Pro";
content: '\f107';
position: absolute;
right: 18px;
}

.accordion h3.accordion-title.open::after {
content: '\f106' !important;
}

.accordion-content {
padding: 30px
}

.accordion br {    
display: none;
}

.accordion-content img {
width: 100%;
height: auto;
display: block;
margin: 20px 0;
}

.column-container {
padding: 0;
display: block;
position: relative;
clear: both;
}

.icon-section {
padding: 50px 0 0 0;
}

.icon-container {
margin-bottom: 20px !important;
margin-top: -70px !important;
margin: 0 auto;
display: block;
max-width: 100px;
}

hr {
margin: 30px 0;
border-top: 0;
border-bottom: 1px solid #ddd;
}

#catapultCookie {
font-weight: 400;
border-radius: 30px !important;
-webkit-border-radius: 30px !important;
-moz-border-radius: 30px !important;
background: transparent !important;
border: 1px solid #fff !important;
letter-spacing: 1.5px;
text-transform: uppercase;
transition: all 0.3s ease;
font-family: "proxima-nova", Arial, Helvetica, sans-serif;
font-weight: 600;
padding: 7px 14px !important;
}

#catapultCookie:hover {
background: #fff !important;
color: #000 !important;
}

.has-cookie-bar #catapult-cookie-bar {
padding: 10px 15px !important;
}

.ctcc-left-side {
font-size: 85%;
font-weight: 300;
}

.bottom-footer {
padding-bottom: 47px;
}

#cookies {
margin-bottom: 1.5em;
}

.privacy-policy ul li {
padding-bottom: 8px;
}

@media only screen and (max-width:650px) {
.ctcc-left-side {
font-size: 70% !important;
}
}

.highlight-bg .your-consent .wpcf7-list-item-label {
color: #fff;
}

.highlight-bg .your-consent .wpcf7-list-item {
margin-left: 0 !important;
}

.your-consent span.wpcf7-list-item-label::before {
padding-left: 10px;
}

.your-consent {
margin-bottom: 10px;
display: block;
}

.aligncenter {
margin: 0 auto;
display: block;
}

.content .embed-container {
margin-bottom: 1.5em;
}

.blog-filters {
margin: 0;
padding: 0;
list-style: none;
padding: 40px 30px 0;
text-transform: uppercase;
font-weight: 600;
letter-spacing: 1px;
color: #000;
text-align: center
}

.blog-filters li {
display: inline-block;
padding-right: 20px;
color: #000;
transition: all 0.3s ease;
}

.blog-filters a {
color: #000;
}

.blog-filters li:hover, .blog-filters li:hover a, .blog-filters li.current-cat, .blog-filters li.current-cat a {
color: #43b77b;
}

.blog-filters li:last-of-type {
padding-right: 0 !important;
}

.category .banner-title {
text-align: right !important;
}

.center-button-container {
text-align: center;
clear: both;
}

.center-button-container .button, .center-button-container a {
display: inline-block;
}

.single-results p img, .single .content img {
width: auto;
height: auto;
max-width: 100%;
margin-bottom: 1.5em;
}

.dashboard-main .sidebar h3 {
font-size: 18px;
}

.dashboard-main .sidebar a {
font-size: 18px;
color: #000;
}

.dashboard-boxes.three-column li {
background-size: 100%;
background-position: 50% 20%;
}

.dashboard-boxes.three-column li:hover {
background-size: 110%;
}

.dashboard-boxes.three-column li:nth-of-type(1), .dashboard-boxes.three-column li:nth-of-type(2) {
width: 48.5% !important;
}

.dashboard-boxes.three-column li:nth-of-type(1) {
margin-right: 3% !important;
}

.dashboard-boxes.three-column li:nth-of-type(2) {
margin-right: 0 !important;
}

.dashboard-boxes.three-column li:nth-of-type(3) {
margin-right: 2% !important;
clear: left;
}

.dashboard-boxes.three-column li:nth-of-type(4) {
clear: none !important;
}

.dashboard-boxes.three-column li:nth-of-type(5) {
margin-right: 0 !important;
}

#menu-online-coaching-menu li a::before {
font-family: "Font Awesome 5 Pro";
padding-right: 10px;
display: inline-block;
min-width: 20px;
}

.page-dashboard .menu-item-1349 a, #menu-online-coaching-menu .current-menu-item a, .single-videos .ocnav-videos a, .current-cat a {
color: #43b77b !important;
}

.dashboard-main .sidebar li {
padding-bottom: 8px;
}

.ocnav-dash a::before {
content: "\f0e4";
}

.ocnav-nutrition a::before {
content: "\f787";
}

.ocnav-videos a::before {
content: "\f04b";
}

.ocnav-resources a::before {
content: "\f15c";
}

.ocnav-account a::before {
content: "\f007";
}

.ocnav-logout a::before {
font-family: "Font Awesome 5 Pro";
content: "\f08b";
padding-right: 10px;
min-width: 20px;
display: inline-block;
}

.ocnav-fb a::before {
content: "\f082";
font-family: "Font Awesome 5 Brands";
padding-right: 10px;
min-width: 20px;
display: inline-block;
}

.cover-image {
padding-bottom: 140%;
}

.two-column li:hover .post-image {
opacity: 0.7;
}

.tg  {border-collapse:collapse;border-spacing:0;}

.content table {
margin-bottom: 1.5em;
color: #000;
width: 100%;
}

td {padding:16px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;border-color:#bfbfbf;}

th{font-size:15px;font-weight: 600 !important;text-transform: uppercase; color:#fff;letter-spacing: 1.5px;font-weight: 700;font-weight:normal;padding:16px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;border-color:#bfbfbf;}

.tg .tg-0lax{text-align:left;vertical-align:middle}

tbody tr:nth-child(odd) {
background: #f6f6f6;
}

thead {
background: #000;
color: #fff;
}

tr th:nth-child(2n), tr td:nth-child(2n) {
text-align: center !important;
}

.nutrition-table tr th:nth-child(1) {
width: 65%;
}

blockquote {
color: #43b77b;
font-weight: 600;
font-size: 130%;
border-left: 4px solid #e7e7e7;
margin-left: 0;
padding-left: 23px
}

blockquote p {
font-size: 125% !important;
}

.disclaimer {
color: #999;
margin-top: 20px;
display: block;
font-size: 15px;
}

.result-content {
position: absolute;
top: 50%;
transform: translateY(-50%);
left: 35px;
right: 35px;
color: #fff;
text-align: center;
opacity: 0;
transition: all 0.4s ease;
}

.image-overlay {
position: absolute;
bottom: 0;
left: 0;
right: 0;
top: 0;
opacity: 0;
background: rgba(0, 0, 0, 0.8);
transition: all 0.4s ease;
}

.result:hover .image-overlay, .result:hover .result-content { 
opacity: 1;
}

.resource-cat {
display: inline-block !important;
}

table {
border-collapse: collapse;
width: 100%;
margin-bottom: 30px;
}

.grey-bg table tbody tr:nth-child(odd) {
background: #f9f9f9;
}

.grey-bg table tbody tr:nth-child(odd) {
background: #fff;
}

.section-builder h1::after {
content: '';
width: 100px;
height: 2px;
margin: 20px 0;
background: #43b77b;
display: block;
}

.section-builder .black-bg, .section-builder .black-bg h1, .section-builder .black-bg h2, .section-builder .black-bg h3, .section-builder .black-bg h4, .section-builder .black-bg h5, .section-builder .black-bg h6, .section-builder .green-bg, .section-builder .green-bg h1, .section-builder .green-bg h2, .section-builder .green-bg h3, .section-builder .green-bg h4, .section-builder .green-bg h5, .section-builder .green-bg h6, .section-builder .darkgrey-bg, .section-builder .darkgrey-bg h1, .section-builder .darkgrey-bg h2, .section-builder .darkgrey-bg h3, .section-builder .darkgrey-bg h4, .section-builder .darkgrey-bg h5, .section-builder .darkgrey-bg h6 {
color: #fff;
}

.site-header .menu-cta, .site-header nav ul li.current-menu-item.menu-cta {
margin-top: 12px;
margin-left: 10px;
}

.site-header .menu-cta a, .site-header nav ul li.current-menu-item.menu-cta a:link {
border-radius: 30px !important;
-webkit-border-radius: 30px !important;
-moz-border-radius: 30px !important;
padding: 16px 23px 18px !important;
background: #43b77b !important;
border-color: #43b77b !important;
color: #fff !important;
}

.site-header nav ul li.current-menu-item.menu-cta a:hover {
background: #3aaa6e !important;
border-color: #3aaa6e !important;
}

.page-template-template-landingpage .site-logo {
left: 0;
right: 0;
}

.page-template-template-landingpage .site-logo .logo-dark {
display: initial;
}

.page-template-template-landingpage .site-logo img {
	margin: 0 auto;
display: block;
}

/* Floating Apple-glass CTA */
.sticky-cta {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 16px;
  z-index: 9999;
  padding: 0 16px;
  pointer-events: none; /* lets clicks pass except on inner */
}

.sticky-cta .highlight-bg-button:hover {
	background: #4ac987 !important;
	border-color: #4ac987 !important;
	color: #fff !important;
}

.sticky-cta__inner {
  pointer-events: auto;
  max-width: 600px;
  margin: 0 auto;
  display: flex;
  gap: 12px;
  align-items: center;
  justify-content: space-between;
  padding: 15px 30px;
  border-radius: 50px;
  background: rgba(255, 255, 255, 0.65);
border: 1px solid rgba(255, 255, 255, 0.65);
  backdrop-filter: blur(14px) saturate(140%);
  -webkit-backdrop-filter: blur(14px) saturate(140%);
  box-shadow: 0 10px 30px rgba(0,0,0,0.18);
}

.sticky-cta__text {
  margin: 0;
  font-weight: 700;
  line-height: 1.5;
  color: #181818;
}

.sticky-cta__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 16px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 700;
  background: rgba(0,0,0,0.88);
  color: #fff;
  transition: transform .08s ease, opacity .2s ease;
}
.sticky-cta__btn:hover { transform: translateY(-1px); }
.sticky-cta__btn:active { transform: translateY(0); opacity: .9; }

.sticky-cta__close {
  background: transparent;
  border: 0;
  font-size: 20px;
  line-height: 1;
  cursor: pointer;
  color: inherit;
  opacity: .75;
  padding: 4px 8px;
}
.sticky-cta__close:hover { opacity: 1; }

/* Dark mode-friendly (optional if you support it) */
@media (prefers-color-scheme: dark) {
  .sticky-cta__inner {
    background: rgba(24, 24, 24, 0.55);
    border-color: rgba(255,255,255,0.15);
  }
  .sticky-cta__text { color: #f4f4f5; }
  .sticky-cta__btn { background: rgba(255,255,255,0.92); color: #111; }
}

/* Mobile stacking */
@media (max-width: 640px) {
  .sticky-cta__inner { flex-wrap: wrap; gap: 10px; }
  .sticky-cta__text { flex: 1 1 100%; }
}

/* Keep clear of WP admin bar */
.admin-bar .sticky-cta { bottom: calc(16px + 46px); }
@media (min-width: 783px) {
  .admin-bar .sticky-cta { bottom: calc(16px + 32px); }
}

html[data-op3-support] #op3-designer-element #op3-element-t4MKsBwE>[data-op3-element-container]>[data-op3-border]>[data-op3-background="overlay"]::before, html[data-op3-support] #op3-designer-element #op3-element-t4MKsBwE>[data-op3-element-container]>[data-op3-border]>[data-op3-background="overlay"]::after {
background-color: rgba(0,0,0,0.3);
}

#metaslider_2268 {
max-height: 400px;
}

.pp-compare{
      --pp-green:#17a34a; /* green-600 */
      --pp-red:#dc2626;   /* red-600 */
      --pp-bg:#ffffffee;  /* slight translucency ok in most themes */
      --pp-border:#e5e7eb;/* gray-200 */
      margin: 1.5rem 0;
    }
    .pp-compare .pp-table{
      width:100%;
      border-collapse: collapse;
      background:var(--pp-bg);
      border:1px solid #ccc;
      border-radius:0;
      overflow:hidden;
font-family: "proxima-nova", Arial, Helvetica, sans-serif;
    }
    .pp-compare .pp-table th,
    .pp-compare .pp-table td{
      padding:14px 16px;
      border-bottom:1px solid var(--pp-border);
      vertical-align:middle;
      text-align:left;
      font-size:18px;
      line-height:1.4;
    }
    .pp-compare .pp-table thead th{
      font-weight:700;
    }
    .pp-compare .pp-table tr:last-child td{ border-bottom:none; }
    .pp-compare .feature{ font-weight:600;color: #303030; }
    .pp-compare .yes, .pp-compare .no{
      font-weight:700;
      align-items:center;
      gap:8px;
      white-space:nowrap;
    }
.pp-compare .icon {
	font-size: 30px;
}
    .pp-compare .yes .icon{ color:var(--pp-green); }
    .pp-compare .no  .icon{ color:var(--pp-red); }
.pp-compare .maybe .icon { color:#f59e0b; }
    .pp-compare .sub{
      display:block;
      font-weight:400;
      color:#6b7280; /* gray-500 */
      font-size:14px;
      margin-top:2px;
    }
    /* Make it stack nicely on mobile */
    @media (max-width: 640px){
      .pp-compare .pp-table thead{ 
        display:none; 
      }
      .pp-compare .pp-table, 
      .pp-compare .pp-table tbody, 
      .pp-compare .pp-table tr, 
      .pp-compare .pp-table td{
        display:block; width:100%;
      }
      .pp-compare .pp-table tr{
        border-bottom:1px solid var(--pp-border);
      }
      .pp-compare .pp-table td{
        border:none;
        padding:10px 16px;
      }
      .pp-compare .pp-table td[data-label]::before{
        content: attr(data-label) " ";
        display:block;
        font-size:13px;
        color:#6b7280;
        text-transform:uppercase;
        letter-spacing:.04em;
        margin-bottom:4px;
      }
      .pp-compare .feature{ font-size:17px; }
    }

.pp-compare tr th:nth-child(2n), .pp-compare tr td:nth-child(2n), .pp-compare tr th:nth-child(3n), .pp-compare tr td:nth-child(3n) {
	text-align: center;
}

/* 11.0 - Responsive */

@media only screen and (min-width:2100px) {
.banner {
height: 925px !important;
padding-bottom: 0 !important;
}
.blog-banner-image {
min-height: 925px;
}
.banner-cont {
max-height: 900px !important;
}
}

@media only screen and (min-width:1865px) and (max-width:2099px) {
.banner {
height: 750px !important;
padding-bottom: 0 !important;
}
.blog-banner-image {
min-height: 750px;
}
}

@media only screen and (min-width:1865px) {
.banner-overlay {
max-width: 900px !important;
}
.half-image {
min-height: 650px !important;
}
}

@media only screen and (min-width:1601px) and (max-width:1864px) {
.banner-overlay {
max-width: 750px;
}
}

@media only screen and (min-width:1601px) {
.banner-cont {
max-height: 750px;
}
.banner-title {
font-size: 3.5vw;
}
.banner-text {
font-size: 21px;
line-height: 1.4em
}
}

@media only screen and (max-width:1100px) {
.results-main, .events-main {
padding-top: 60px !important;
}
}
@media only screen and (max-width:1200px) {
.dashboard-main {
padding-top: 60px !important;
}
}

@media only screen and (max-width:1090px) {
.video-side.middle {
position: relative;
top: 0 !important;
transform: none !important;
}
}

@media only screen and (min-width:1001px) and (max-width:1100px) {
.navigation ul li a {
font-size: 14px !important;
padding: 21.5px 12px;
}
.navigation ul li .sub-menu a {
padding: 6px 12px !important;
}
}

@media only screen and (max-width:1014px) {
.sub-menu a {
padding: 10px 10px !important;
font-size: 14px !important; 
}
}

@media only screen and (max-width:1000px) {
.navigation {
display:none;
}
}

@media only screen and (min-width:961px) and (max-width:1150px) {
.site-footer .email-container, .site-footer .submit-container {
width: 100% !important;
}
.site-footer .email-container input, .site-footer .submit-container input {
border-radius: 0 !important;
text-align: center !important;
}
}

@media only screen and (max-width:973px) {
.footer-signup-box h3 {
padding-top: 0 !important;
}
}

@media only screen and (min-width:961px) {
.sidebar {
border-left: 1px solid #f1f1f1;
}
.blog-filters {
padding: 40px 20px 0 !important;
}
}

@media only screen and (max-width:960px) {
.content, .sidebar {
width: 100% !important;
}
.sidebar-container {
overflow: hidden;
}
.main {
padding: 0 !important;
}
.blog-container, .content-container {
padding: 30px 30px 30px 30px;
}
.smalltitle, .bantitle {
font-size: 23px !important;
line-height: 26px !important;
}
.banner-overlay {
margin-top: 8px !important;
}
.single-post .post p img {
width: 100%;
height: auto;
display: block;
}
#responsive-menu a::before {
padding-right: 15px !important;
clear: none !important;
display: inline-block !important;
padding-top: 6px !important;
text-align: left !important;
}
.blog-content, .sidebar, .single .content {
width: 100% !important;
}
.main {
padding: 0 !important;
}
.sidebar {
border-top: 1px solid #f1f1f1;
}
}

@media only screen and (min-width:931px) {
.formula-section h2 {
padding-top: 15px !important;
}
}

@media only screen and (min-width:911px) {
.sub-menu {
padding: 0 !important;
position: absolute;
display: block;
clear: both;
overflow:hidden;
transition: all 0.3s ease;
margin: 0 0 0 0 !important;
background-color: rgba(67, 183, 123, 0.95);
color: #fff !important;
float: none !important;
height:0 !important;
z-index: 11000;
transition: all 0.3s;
text-align: left !important;
width: 100%;
max-width: 190px;
}

.sub-menu li {
text-align: left !important;
float: none !important;
display: block;
clear:both;
}

.sub-menu a:hover{
color: #000 !important;
}

.sub-menu a {
color: #fff !important;
margin: 0 auto !important;
font-weight: 400 !important;
padding: 6px 12px !important;
border-top: 0 !important;
}

.sub-menu a::after {
content: none !important;
}

.sub-menu:hover {
height: auto !important;
padding: 6px 0 !important;
}
}

@media only screen and (max-width:910px) {
.sub-menu {
border-left: 10px solid #43b77b;
padding-left: 0;
}
.blog .post, .category .post, .author .post, .archive .post, .category .post {
width: 100% !important;
}
}


@media only screen and (min-width:901px) and (max-width:1200px) {
.site-logo img, .logo-dark {
max-width: 180px !important;
}
.navigation ul li a {
padding-top: 21.5px !important;
padding-bottom: 21.5px !important;
}
.navigation ul li .sub-menu a {
padding: 6px 12px !important;
}
.site-header .navigation ul li.menu-cta {
margin-top: 6px !important;
}
}

@media only screen and (min-width:901px) {
.dropdown a::after {
content: "\f107";
font-family: "Font Awesome 5 Pro";
display: inline-block;
padding-left: 7px;
}
.active.site-header {
position: fixed !important;
right: 0;
background-color: rgba(0, 0, 0, 0.95);
transition: all 0.3s ease;
padding-top: 0 !important;
padding-bottom: 0 !important;
display: block;
margin: 0 auto;
left: 0;
}
}

@media screen and (max-width:900px) {
.video-container {
width: 100%;
float: left;
margin-right: 0;
}
.video-side {
margin-top: 15px;
width: 100%;
float: left;
}
.fcol {
width: 47% !important;
margin-right: 6% !important;
}
#fc5 {
width: 100% !important;
}
#footerleftcol, #footerrightcol {
clear: both;
float: left;
width: 100%;
padding-bottom: 30px;
}
.fcol:nth-child(2n) {
margin-right: 0 !important;
}
.site-logo, .site-logo img, .logo-dark {
max-width: 180px;
}
}

@media only screen and (min-width:851px) {
.book-left {
width: 28%;
float: left;
}
.book-content {
width: 68%;
float: right;
}
}

@media only screen and (max-width:850px) {
.book-left {
float: none !important;
display: block;
margin: 0 auto;
max-width: 240px !important;
clear: both;
padding: 0 0 20px 0;
}
}

@media only screen and (min-width:831px) and (max-width:1027px) {
.banner-title {
font-size: 41px !important;
}
}

@media only screen and (max-width:840px) {
.copyright, .bf-container {
text-align: center;
clear: both;
display: block;
position: relative;
width: 100%;
box-sizing: border-box;
float: none;
max-width: none;
}
.dpm {
display:block !important;
text-align:center !important;
float:none !important;
margin:0 auto;
position: relative;
width: 100%;
box-sizing: border-box;
padding-top: 5px;
}
}

@media only screen and (min-width:831px) {
.flex-control-nav {
right: 40px !important;
bottom: 40px !important;
}
}

@media only screen and (max-width:830px) {
.blog-filters li {
display: block;
padding-bottom: 10px;
}
}

@media only screen and (min-width:801px) {
.table-half {
width: 48%;
float: left;
}
.table-half.table-right {
float: right;
}
}

@media only screen and (max-width:800px) {
h5 {
font-size: 17px;
}
.right, .left {
width: 100%;
}
.left {
position: relative;
top: 0 !important;
display: block;
-webkit-transform: none !important;
-ms-transform: none !important;
transform: none !important;
}
}

@media only screen and (min-width:755px) and (max-width:800px) {
h1, .single-events h1 {
font-size: 27px;
}
.single h1 {
font-size: 40px !important;
}
}

@media only screen and (min-width:751px) {
.half-left .middle {
margin-right: 50%;
}
.result:nth-of-type(3n+1) {
clear:left;
}
}

@media only screen and (max-width:750px) {
.half-image {
float: none;
margin: 0 auto;
width: 100% !important;
display: block;
min-height: 350px !important; 
background-position-y: 38%;
}
.half-text {
width: 100% !important;
display: block;
max-width: 800px;
padding-bottom: 0px;
margin: 0 auto !important;
float:none !important;
overflow: hidden;
}
.half .middle {
position: relative !important;
top: 0 !important;
display: block;
-webkit-transform: none !important;
-ms-transform: none !important;
transform: none !important;
}
}

@media only screen and (max-width:736px) {
/* .video-banner {
background: url(https://pioneer-performance.com/wp-content/uploads/pioneer-resp-fallback.jpg);
background-position: 70% !important;
background-size: cover !important;
background-repeat: no-repeat !important;
}
.video-banner iframe {
display: none !important;
}
}*/

@media only screen and (min-width:721px) {
.text-right {
position: absolute;
top: 50%;
display: inline-block;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
padding-right: 30px;
padding-left: 50px
}
}

@media only screen and (max-width:720px) {
.image-left {
width: 100%;
padding-top: 300px;
}
.text-right {
position: absolute;
}
}

@media only screen and (min-width:701px) and (max-width:900px) {
.image-links li {
padding-bottom: 35%;
}
.dashboard-boxes.image-links li {
padding-bottom: 30% !important;
}
}

@media only screen and (min-width:701px) {
.enquiry-text {
max-width: 64%;
}
.right-button {
position: absolute;
right: 40px;
top: 50%;
transform: translateY(-50%);
}
}

@media only screen and (max-width:700px) {
#meet-the-team .three-column li { 
width: 48.5% !important;
margin-right: 3% !important;
margin-bottom: 3% !important;
}
#meet-the-team .three-column li:nth-child(2n) {
margin-right: 0 !important; 
}
#meet-the-team .three-column li:nth-last-child(-n+2) {
margin-bottom: 0 !important; 
}
.enquiry-text {
margin-bottom: 20px !important;
display: block;
position: relative
}
.image-links li {
padding-bottom: 60%;
}
.image-links .dashboard-boxes li {
padding-bottom: 30% !important;
}
#meet-the-team.image-links .dashboard-boxes.three-column li {
width: 31.3334% !important;
padding-bottom:31.3334% !important;
}
#meet-the-team.image-links .dashboard-boxes.three-column li:nth-child(4) {
margin-right: 2% !important; 
}
#meet-the-team.image-links .dashboard-boxes.three-column li:nth-child(5) {
margin-right: 0 !important; 
}
#meet-the-team.image-links .dashboard-boxes.three-column li:nth-of-type(1), #meet-the-team.image-links .dashboard-boxes.three-column li:nth-of-type(2) {
width: 100% !important;
padding-bottom: 50% !important;
}
.four-column li {
width: 48.5%;
margin-right: 3%;
margin-bottom: 3%;
}
.four-column li:nth-child(2n) {
margin-right: 0;
}
.blog-container, .content-container {
padding: 30px 30px !important;
}
}

@media only screen and (min-width:685px) {
.site-footer .email {
width: 300px;
}
.fname, .lname {
max-width: 190px;
}
}

@media only screen and (max-width:684px) {
.site-footer .footer-email-container {
margin-right: 2%;
width: 49%;
margin-bottom: 2%;
}
.site-footer .footer-email-container:nth-of-type(2n) {
margin-right: 0 !important;
}
.site-footer .footer-submit-container {
width: 49% !important;
}
.site-footer .footer-signup-submit {
width: 100%;
}
.site-footer .footer-signup-box h3 {
width: 100%;
text-align: center;
padding-top: 0 !important
}
.site-footer .site-footer #mc_embed_signup {
width: 100%;
max-width: 400px !important;
margin: 0 auto;
display: block;
float: none !important;
min-width: 280px !important
}
}

@media only screen and (min-width:651px) and (max-width:960px) {
.icon-section li {
width: 48.5% !important;
margin-right: 3% !important;
}
.icon-section li:nth-of-type(3n) {
margin-right: 0 !important;
}
.icon-section li:first-of-type {
width: 100% !important;
margin-right: 0 !important;
margin-bottom: 70px !important;
padding-bottom: 25px !important;
}
}

@media only screen and (min-width:651px) and (max-width:768px) {
.extra-padding {
padding: 60px 30px
}
}

@media screen and (max-width:650px){
.icon-section li {
margin-bottom: 70px !important;
padding-bottom: 25px !important;
width: 100% !important;
margin-right: 0 !important;
}
.icon-section li:last-of-type {
margin-bottom: 0 !important;
}
.accordion-title {
padding: 20px 35px 20px 20px !important;
font-size: 14px !important;
}
.narrow-container {
width: 100% !important;
}
.extra-padding {
padding: 50px 25px !important;
}
.padding {
padding: 30px 30px !important;
}
}

@media only screen and (min-width:621px) and (max-width:830px) {
.banner-title {
font-size: 30px;
padding-bottom: 0;
}
.banner-text {
font-size: 16px;
}
}

@media only screen and (max-width:620px) {
.banner-title {
font-size: 27px;
padding-bottom: 0;
}
.banner-text {
font-size: 14px;
display: block;
line-height: 1.25em;
margin-top: 5px;
}
.banner-scroll {
padding-bottom: 5px !important;
}
}

@media only screen and (min-width:601px) and (max-width:1021px) {
.fifth {
width: 32%;
margin-bottom:30px;
}
}

@media only screen and (min-width:601px) and (max-width:960px) {
.sidelink {
width: 49%;
float: left;
margin-right: 2%;
}
.sidelink:nth-of-type(2n) {
margin-right: 0 !important
}
.sidelink:nth-of-type(2n+1) {
clear: left;
}
}

@media only screen and (min-width:601px) and (max-width:608px) {
.image-left {
padding-top: 330px !important;
}
}

@media only screen and (max-width:600px) {
.formula-section input {
max-width: none !important;
width: 100% !important;
}
#fc3, #fc4 {
width: 100% !important;
margin-right: 0 !important;
}
#fc4 {
margin-top: 30px !important;
}
#footerrightcol {
padding-bottom: 0 !important;
}
.single-events .single-custom-post-image {
overflow: hidden;
height: 0;
padding-bottom: 65%;
margin-bottom: 15px;
}
.single-events .single-custom-post-image img {
width: 100% !important;
clear: both;
padding-right: 0 !important;
position: relative;
max-width: none !important
}
.threecol-ul li {
width: 100% !important;
padding: 0 !important;
max-width: 400px;
margin: 0 auto !important;
float: none !important;
}
.tc-img {
margin-bottom: 10px !important;
}
.tcoverlay {
bottom:20px !important;
}
.single ol {
padding: 0 30px !important;
}
.threecol-ul-home li {
width: 100% !important;
padding: 0 !important;
max-width: 400px;
margin: 0 auto !important;
float: none;
}
.breadcrumbs {
font-size: 13px;
}
.wpcf7 input, .wpcf7 textarea, wpcf7 select {
font-size: 14px !important;
}
.wpcf7-submit {
margin-top: 10px !important;
}
.section-container {
padding: 30px;
}
body {
font-size: 16px;
}
.single .post p {
font-size: 17px;
}
.small-spaced {
font-size: 21px !important;
}
blockquote p {
font-size: 21px !important;
}
.third {
width: 100%;
margin-right: 0%;
margin-bottom: 30px;
}
.fifth {
width: 48%;
margin-right:4%;
margin-bottom: 20px
}
.bo-container {
padding: 10px;
}
.page-template-template-optin .bo-container {
text-align: right;
padding-right: 20px;
}
.banner-title {
margin-bottom: 0;
}
.subtle-overlay {
background: rgba(50, 50, 50, 0.75) !important;
}
}

@media only screen and (min-width:512px) {
.social-links {
max-width: 210px !important;
}
.social-links li:nth-child(4n) {
margin-right: 0;
}
}

@media only screen and (min-width:511px) {
.single .banner-image {
min-height: 450px;
max-height: 750px;
}
}

@media only screen and (max-width:510px) {
#meet-the-team.image-links .dashboard-boxes.three-column li {
width: 100% !important;
background-size: cover !important;
}
#meet-the-team.image-links .dashboard-boxes.three-column li:nth-of-type(1), #meet-the-team.image-links .dashboard-boxes.three-column li:nth-of-type(2) {
padding-bottom: 80% !important;
}
#meet-the-team.image-links .dashboard-boxes.three-column li:nth-of-type(3), #meet-the-team.image-links .dashboard-boxes.three-column li:nth-of-type(4), #meet-the-team.image-links .dashboard-boxes.three-column li:nth-of-type(5) {
padding-bottom: 50% !important;
}
.spaced-uppercase {
font-size: 13px !important;
}
.single .banner-image {
height: 0;
padding-bottom: 100%;
}
.single .banner-image img {
width: 250%;
margin-left: -50%
}
.post-overlay {
opacity: 0;
}
h1, .large-title, .single-events h1 {
font-size: 21px !important;
}
h2, .medium-title {
font-size: 21px !important;
}
h3 {
font-size: 15px !important;
}
.ppvt-quote {
  font-size: 23px !important;
}
.single h3 {
font-size: 16px !important;
}
.result h3 {
font-size: 18px !important;
}
h4 {
font-size: 15px !important;
}
.intro p {
text-align: left !important;
}
.banner {
padding-bottom: 75% !important;
}
.banner-title {
margin-top: 25px;
font-size: 22px !important;
}
#home-banner {
background-position: 25% 50%;
}
#about-banner {
background-position: 67% 50%;
}
.banner-scroll {
display: none;
}
}

@media only screen and (min-width:501px) and (max-width:830px) {
.flex-control-nav {
right: 30px !important;
bottom: 30px !important;
}
}

@media only screen and (min-width:501px) and (max-width:754px) {
h1, .single-events h1 {
font-size: 23px;
}
.single h1 {
font-size: 30px !important;
}
.single h3 {
font-size: 18px !important;
}
}

@media only screen and (min-width:501px) and (max-width:750px) {
.result {
width: 48% !important;
margin-right:4% !important;
margin-bottom: 4% !important;
}
.result:nth-of-type(3n) {
margin-right: 4% !important;
}
.result:nth-of-type(2n) {
margin-right: 0 !important;
}
}

@media only screen and (max-width:500px) {
.result, .other-event {
width: 100%;
margin-right: 0%;
margin-bottom: 30px;
}
.single .category-link {
font-size: 12px;
margin-bottom: 7px;
display: inline-block;
}
.single .date {
font-size: 14px !important;
display: block;
margin-top: 7px;
}
.team-float, .single-custom-post-image img {
width: 100%;
padding-right: 0 !important;
padding-bottom: 20px !important;
}
.video-wrapper {
padding-bottom: 100% !important;
}
.flex-control-nav {
right: 20px !important;
bottom: 20px !important;
}
.banner-cont, .banner-slider, .metaslider, #metaslider_container_45, .flexslider, .slides, .slides li, .slides li img {
max-height: 60vh
}
.slides li img {
width: auto !important;
margin-left: -35%;
}
.site-logo {
left: 10px !important;
}
.single-info .date {
padding-left: 10px;
margin-left: 10px;
}
.single-info .float-right {
float: left !important;
padding-top: 10px;
clear:both;
font-size: 13px;
}
.half-image {
min-height: 200px !important;
background-size: 100% auto !important;
-webkit-background-size: 100% auto !important;
-moz-background-size: 100% auto !important;
}
}

@media screen and (max-width:460px) {
.bf-container {
text-align: center !important;
padding-top: 10px;
padding-bottom: 15px;
float: none !important;
margin: 0 auto;
width: 100%;
}
.footer-logo {
float:none !important;
display:block;
max-width: 90px !important;
margin-bottom: 10px
}
}


@media only screen and (max-width:472px) {
.share-links {
margin-left: -10px;
margin-top: 15px;
}
}

@media only screen and (max-width:450px) {
.al-img {
max-width: 250px !important;
padding-right: 3% !important;
width: 47% !important;
}
#affiliate-cont {
padding: 15px 10px 5px 15px !important;
}
#al-last {
margin: 0 auto !important;
float: none !important;
display: block;
}
input.wpcf7-form-control.wpcf7-submit {
background: #43b77b !important;
color: #fff !important;
}
.formula-section input.wpcf7-form-control.wpcf7-submit {
background: #000 !important;
color: #fff !important;
margin: 0 !important;
border-width: 0 !important;
}
.tcoverlay {
font-size: 20px !important;
}
.fifth {
margin-right: 0;
width: 100% !important;
margin-bottom: 20px !important
}
.topleft, .topright, .bottomleft, .bottomright {
width: 100%;
margin-right: 0;
}
}

@media only screen and (min-width:425px) and (max-width:480px) {
.image-left {
padding-top: 350px !important;
}
}

@media only screen and (max-width:420px) {
.site-footer .footer-email-container {
margin-right: 0 !important;
width: 100% !important;
margin-bottom: 7px !important
}
.site-footer .footer-submit-container {
width: 100% !important;
}
}

@media only screen and (max-width:400px) {
.slides li img {
margin-left: -15% !important;
}
.site-logo img, .logo-dark {
max-width: 160px !important;
}
.site-header-container {
padding: 0 10px !important;
}
}

@media only screen and (min-width: 341px) and (max-width:424px) {
.image-left {
padding-top: 420px !important;
}
}

@media only screen and (max-width:340px) {
.signup-submit, .footer-signup-submit {
padding: 13px 10px !important;
font-size: 11px !important;
letter-spacing: 1.5px !important;
}
.spaced-uppercase {
font-size: 11px !important;
}
.banner-title {
font-size: 21px !important;
}
.image-left {
padding-top: 450px !important;
}
}

.blog .post:hover .post-image, .archive .post:hover .post-image, .author .post:hover .post-image {
opacity: 0.7;
}

.blog .post-image {
max-height: 350px;
overflow: hidden;
padding-bottom: 56.25%;
background-size: cover;
background-position: 50%;
background-repeat: no-repeat;
transition: all 0.3s ease;
}

.team-float, .single-custom-post-image img {
float: left;
padding-bottom: 15px;
padding-right: 30px;
width: 50%;
max-width: 440px;
height: auto;
}

.custom-post-image {
transition: all 0.3s ease;
}

/*.result a:hover .custom-post-image,*/ .other-event a:hover .custom-post-image {
opacity: 0.7 !important;
}

@media only screen and (max-width:600px) {
.single-events .single-custom-post-image {
overflow: hidden;
height: 0;
padding-bottom: 65%;
margin-bottom: 15px;
}
.single-events .single-custom-post-image img {
width: 100% !important;
clear: both;
padding-right: 0 !important;
position: relative;
max-width: none !important
}
}

@media only screen and (max-width:500px) {
.team-float, .single-custom-post-image img {
width: 100%;
padding-right: 0 !important;
padding-bottom: 20px !important;
}
}