/*
Theme Name: Athletic Performance Training Center
Theme URI: http://www.wpbeaverbuilder.com
Version: 1.0
Description: An example child theme that can be used as a starting point for custom development.
Author: The Beaver Builder Team
Author URI: http://www.fastlinemedia.com
template: bb-theme
*/

/* Dont delete this */ 
/** Custom Paddings **/
.pad-xl .fl-row-content-wrap{
  padding-top: 12%;
  padding-bottom: 12%;
}
.pad-lg .fl-row-content-wrap{
  padding-top: 10%;
  padding-bottom: 10%;
}
.pad-md .fl-row-content-wrap{
  padding-top: 8%;
  padding-bottom: 8%;
}
.pad-sm .fl-row-content-wrap{
  padding-top: 6%;
  padding-bottom: 6%;
}
.pad-xs .fl-row-content-wrap{
  padding-top: 5%;
  padding-bottom: 5%;
}
.pad-xss > .fl-col-content {
  padding-top: 3%;
  padding-bottom: 3%;
}
/** REMOVE PADDING **/
/* Remove padding top or bottom */
.remove-pad-top .fl-row-content-wrap {
  padding-top: 0 !important;
}
.remove-pad-bottom  .fl-row-content-wrap{
  padding-bottom: 0 !important;
}
.fl-module-uabb-heading .fl-module-content{
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}

/** Column Padding **/
.pad-xl-col > .fl-module-content {
  padding: 12% 12% !important;
}
.pad-lg-col > .fl-module-content {
  padding: 10% 10% !important;
}
.pad-md-col > .fl-module-content {
  padding: 8% 8% !important;
}
.pad-sm-col > .fl-module-content {
  padding: 6% 6% !important;
}
.pad-xs-col > .fl-module-content {
  padding: 4% 4% !important;
}
.pad-xss-col > .fl-module-content {
  padding: 3% 3% !important;
}

/** Nagative Margins **/
@media only screen and (min-width: 1024px) {
	.neg-top {
	  margin-top: -100px;
	}
	.neg-bottom {
	  margin-bottom: -150px;
	}
	.neg-left {
	  margin-left: -100px;
	}
	.neg-right {
	  margin-right: -100px;
	}
}
.foo-gallery ul {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    display: flex;
    margin-top: 15px;
}
.foo-gallery ul li {
    border: 1px solid #f7f7f7;
    margin-right: 10px;
    text-align: center;
}
.foo-gallery ul li img {
    width: 80%;
    margin: 0 auto;
    text-align: center;
}
.foo-gallery ul li:last-child{
	margin-right: 0px;
}
footer aside#media_image-2 {
    text-align: center;
}
footer #media_image-2 img {
    width: 180px;
}



.slider-text-main .uabb-subheading p {
    margin-bottom: 20px;
}
.slider-text-main .uabb-subheading p:last-child {
    margin-bottom: 0;
}



/* Remove element margin */
.remove-margin-top .fl-module-content{
  margin-top: 0 !important;
}
.remove-margin-bottom .fl-module-content{
  margin-bottom: 0 !important;
}

/* Header */
.bhf-fixed-header {
    overflow: hidden;
}
.bhf-fixed-header.bhf-fixed .logo img {
    width: 160px;
}
.bhf-fixed-header.bhf-fixed .logo{

}
.bhf-fixed-header.bhf-fixed .fl-row-content-wrap {
    padding-top: 10px;
    padding-bottom: 10px;
}
.bhf-fixed-header.bhf-fixed .menu-section {
    padding-top: 8px;
}
.top-links-menus {
    position: relative;
}
.fl-col-has-cols.top-links-menus::before {
content: '';
    width: 1px;
    background-color: #e5e5e5;
    left: -3px;
    height: 194px;
    margin-top: -20px;
    transform: skewX(-12deg);
    position: absolute;
}
.top-sec-links {
	text-align: right;
}
.top-sec-links .top-links {
    margin-right: 4px;
}
.top-sec-links .top-links:first-child {
    margin: 0 20px 0 0;
}
.menu-section {
	position:relative;
	padding-top: 25px;
}
.menu-section .fl-col-content::before {
    content: '';
    position: absolute;
    left: 0;
    right: -15px;
    height: 1px;
    background-color: #e5e5e5;
    top: 0;
}
.top-sec-links i {
	font-size: 20px;
	margin: 0 5px 0 0;
}
.menu-section li a {
	margin: 0 !important;
}
.menu-section .fl-module-content {
	margin: 0px 20px 0;
}

.header .fl-row-content-wrap::before {
	position: absolute;
	height: 100%;
	content: '';
	background: transparent;
	left: 372px;
	top: 0;
	transform: skew(-15deg, 0deg);
	-moz-transform: skew(-15deg, 0deg);
	-webkit-transform: skew(-15deg, 0deg);
	border-right: 1px solid #e2e2e2;
	display:none;
}

.header .fl-row-content-wrap .fl-col-group::before {
	position: absolute;
	width: 20%;
	content: '';
	background: #1414ea;
	right: 10px;
	top: -20px;
	border: none;
	display: inline-block;
	height: 149px;
	-moz-transform: scaleX(1) scaleY(1) scaleZ(1) skewX(-10deg);
	-webkit-transform: scaleX(1) scaleY(1) scaleZ(1) skewX(-10deg);
	transform: scaleX(1) scaleY(1) scaleZ(1) skewX(-10deg);
	border-bottom-right-radius: 5px;
	border-top-right-radius: 5px;
	transform-origin: 50% 50%;
	padding: 0px;
	margin: 0px;
	font-weight: 700;
	z-index:0;
	display:none;
}
.top-cta-sec {
	margin-top: -20px;
	margin-bottom: -20px;
	z-index: 1;
	vertical-align: middle;
	padding-top: 20px;
}
.top-cta-sec .fl-rich-text i {
	font-size: 100px;
	color: #fff;
	float: left;
	margin-right: 15px;
	line-height: 60px;
}
.top-cta-sec .fl-rich-text p {
	font-size: 24px;
	color: #fff;
	vertical-align: middle;
	font-family:"Rubik",sans-serif;
}
.top-cta-sec .fl-rich-text a {
	font-size: 26px;
	color: #fff;
	display: block;
	font-weight: bold;
	margin-bottom:0;
}
.top-cta-sec .fl-rich-text a:hover {
opacity:0.7;
}
.top-cta-sec .fl-rich-text img {
    float: left;
    width: 44px;
    margin-right: 10px;
}
.primary-btn a {
	padding:12px 40px !important;
	-webkit-transition: 1s ease !important;
	-moz-transition: 1s ease !important;
	-ms-transition: 1s ease !important;
	-o-transition: 1s ease !important;
	transition: 1s ease !important;
}
.primary-btn a:hover {
	border-radius: 3px;
}
.home-banner-section .fl-builder-layer-align-bottom-right {
	bottom: -20px !important;
}
.top-menu .uabb-creative-menu .menu > li {
	margin-left: 12px !important;
	margin-right: 12px !important;
}
.fl-col-small.top-cta-sec {
    width: 20%;
    padding-top: 0;
    position: relative;
    overflow: hidden;
}
.fl-col-small.top-cta-sec .fl-col-content::before {
    content: '';
    width: 0;
    height: 0;
    border-bottom: 202px solid #1414ea;
    border-left: 28px solid transparent;
    position: absolute;
    left: 0px;
    top: -5px;
    z-index: 9;
    bottom: 0;
}
.banner-image {
    position: absolute;
    z-index: -1;
    text-align: center !important;
	right:0;
	bottom:0;
}
.banner-image .fl-photo {
    text-align: center;
}

/* Form Section */
.home-form-section h2 {
	color: #1414ea;
	font-size: 20px;
	text-align: center;
	font-weight: 600;
}
#gform_submit_button_1, #gform_submit_button_2 {
	width: 100%;
	border-radius: 30px;
	background-image: linear-gradient(to left, #0f0fb9, #1414ea);
	font-size: 20px;
	color: #fff;
	 -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
top: 0 !important;
	line-height: 25px;
}
#gform_submit_button_2 {
	width: auto !important;
	margin-left:20px;
}

#gform_submit_button_1:hover, #gform_submit_button_2:hover {
	background-image: linear-gradient(to left, #1414ea, #0f0fb9);
	color:#fff !important;
}
.home-banner-section .widget.gform_widget {
    max-width: 380px;	
}
.widget.gform_widget {
    background: #fff;
    padding: 20px;
    border-radius: 20px;
    box-shadow: 8px 10px 20px rgba(0,0,0,0.2);
    margin-right: 0;
    margin-left: auto;
}
.gform_wrapper textarea.medium {
	height: 80px !important;
}
.gform_wrapper label.gfield_label, .gform_wrapper legend.gfield_label {
	font-weight: lighter !important;
	font-size: 16px !important;
}
body .gform_wrapper .top_label div.ginput_container {
	margin-top: 0 !important;
}
input[type="text"], input[type="password"], input[type="email"], input[type="tel"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="number"], input[type="search"], input[type="url"], textarea {
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 8px !important;
	padding: 10px 15px !important;
}

/* Welcome Section */
.secondary-btn a {
	background-image: linear-gradient(to left, #1414ea, #0f0fb9) !important;
	padding: 12px 40px !important;
}
article .secondary-btn a {
	border:1px solid #1414ea !important;
}
.secondary-btn a:hover {
	background-image: linear-gradient(to left, #0f0fb9, #1414ea) !important;
}
h2.uabb-heading .uabb-heading-text span {
	color: #1414ea !important
}

/* USPS Section */
.info-box-info {
	position: relative;
}
.info-box-info .uabb-infobox.infobox-left {
	padding: 0 10px 0 0;
}

.info-box-info .uabb-module-content.uabb-imgicon-wrap {
	margin-top: 0;
	margin-bottom: 0px;
}

.info-box-info .uabb-button-has-icon.uabb-creative-button-has-icon a {
	color: #fff !important;
	padding: 5px;
	position: absolute;
	right: 20px;
	bottom: 30px;
	margin: 0;
}
.info-box-info .uabb-button-has-icon.uabb-creative-button-has-icon i {
	color: #fff !important;
}



/* Foooter Section */
#fl-to-top {
	background-image: linear-gradient(to left, #1414ea, #0f0fb9) !important;
	bottom: 40px;
}
#fl-to-top:hover {
	background-image: linear-gradient(to left, #0f0fb9, #1414ea) !important;
}
/* Newsletter Section */
.newsletter-section a {
	 background-image: linear-gradient(to left, #1414ea, #0f0fb9) !important;    
    border-radius: 40px;
    padding: 0 20px;
}
.newsletter-section a:hover {
	 background-image: linear-gradient(to left, #0f0fb9, #1414ea) !important;
}
.newsletter-section ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #555 !important;
}
.newsletter-section ::-moz-placeholder { /* Firefox 19+ */
  color: #555 !important;
}
.newsletter-section  :-ms-input-placeholder { /* IE 10+ */
  color: #555 !important;
}
.newsletter-section  :-moz-placeholder { /* Firefox 18- */
  color: #555 !important;
}
.newsletter-section a.uabb-button.uabb-creative-button {
	background-image: linear-gradient(to left, #0f0fb9, #1414ea) !important;
	padding: 12px 40px !important;
	box-shadow: 0px 2px 6px #454545 !important;
	border-radius: 30px;
	border: none !important;
	margin: 0;
}
.newsletter-section a.uabb-button.uabb-creative-button:hover {
	background-image: linear-gradient(to left, #1414ea, #0f0fb9) !important;
}
.uabb-subscribe-form input[type="text"], .uabb-subscribe-form input[type="tel"], .uabb-subscribe-form input[type="email"] {
	border-radius: 20px !important;
	box-shadow: 0px 2px 6px #454545 !important;
}

/* Footer Section */
.fl-page-footer-widgets .col-sm-4.col-md-4:nth-child(1) {
	width: 39%;
	padding-right: 100px;
}
.fl-page-footer-widgets .col-sm-4.col-md-4:nth-child(2) {
	width: 30%;
	padding-right: 15px;
}
.fl-page-footer-widgets .col-sm-4.col-md-4:nth-child(3) {
	width: 31%;
}
.fl-page-footer-widgets .fl-widget ul.menu {
	-webkit-column-count: 2;
	column-count: 2;
	-webkit-column-gap: 30px;
	column-gap: 30px;
}
.fl-page-footer-widgets h4{
	margin-top: 0;
	margin-bottom: 20px !important;
}
.fl-page-footer-widgets .fl-widget {
	margin-bottom: 0 !important;
}
.footer-contact-info p {
	line-height: 20px;
}
.footer-contact-info i {
    float: left;
    font-size: 20px;
    vertical-align: middle;
    color: #1414ea;
    margin-right: 10px;
    height: 25px;
    padding: 6px 0;
}
.fl-page-footer-widgets a {
	text-decoration: none;
}
.fl-page-footer {
	border-top: 0px solid #e6e6e6;
}
.fl-page-footer-container.container {
	border-top: 1px solid #ccc;
	overflow:hidden;
}
.fl-page-footer-text {
    font-size: 14px;
    font-weight: bold;
    padding-bottom: 20px;
    color: #4c4c4c;
    font-family: Rubik;
}
body{
	margin: 0 0 0px;
}
.fl-page-footer-widgets-container {
	padding: 80px 0 30px;
}
#mobile-phone-cta {
    display: none;
    position: fixed;
    bottom: 0px;
    left: 0;
    right: 0;
    height: 44px;
    z-index: 9;
    background-color: #000;
    padding: 0!important;
    -webkit-box-shadow: 0px -4px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0px -4px 10px rgba(0, 0, 0, 0.1);
    border-top: 1px solid rgba(204,204,204,.3);
}
#mobile-phone-cta i {
	color:#fff !important;
}
#mobile-phone-cta a {
    display: block;
    height: 44px;
    width: 100%;
    color: #fff;
    text-align: center;
    font-size: 18px;
    padding-top: 6px;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
    font-weight: bold;
}

/* Memebership Plans Section */

.uabb-pricing-table-title{
	background-image: linear-gradient(to left, #1414ea, #0f0fb9) !important;
	padding:20px;
	min-height:130px;
}
.uabb-pricing-table-title span{
	font-size:15px;
	display:block;
}
.uabb-pricing-table ul.uabb-pricing-table-features {
    margin-top: 20px !important;
    margin-bottom: 40px !important;
}
.uabb-pricing-table ul li {
    list-style: none !important;
    padding: 0 0 5px 20px !important;
    font-weight: 600 !important;
    font-size: 22px;
    max-width: 135px !important;
    margin: auto !important;
    color: #444444 !important;
    position: relative;
}
.uabb-pricing-table ul li::before {
    content: '';
    background-image: url(https://yahoosmallbusiness.thestagingurl.com/athleticperformancetrainingcenter/wp-content/uploads/sites/100/2020/07/icon_1.png) !important;
    position: absolute;
    width: 14px;
    height: 21px;
    top: 5px;
    left: 0;
    background-repeat: no-repeat;
    background-size: 13px;
}
.uabb-pricing-table ul li b {
	float: right;
}
.secondary-btn .uabb-pricing-table a {
	background-image: none !important;
	border:1px solid #1414ea;
	padding: 12px 40px !important;
	background-color:#fff !important;
	color:#1414ea !important;
}
.secondary-btn .uabb-pricing-table a:hover {
	color:#fff !important;
	background-image:linear-gradient(to left, #1414ea, #0f0fb9) !important
}
.memebership-sec .uabb-module-content.uabb-pricing-table {
	box-shadow: 0px 0px 20px rgba(0,0,0,0.2);
	border-radius: 10px;
}
.memebership-sec .uabb-pricing-table-column {
    height: 100%;
    border-radius: 10px;
    overflow: hidden;
    background-image: url(https://yahoosmallbusiness.thestagingurl.com/athleticperformancetrainingcenter/wp-content/uploads/sites/100/2020/07/icon.png) !important;
    background-repeat: no-repeat !important;
    background-position: 100% 100% !important;
    padding-bottom: 50px;
}
body {
	overflow-x: hidden;
}
.uabb-subscribe-form .uabb-form-error-message {
    color: #fff !important;
    margin-top: 15px !important;
}

/* Inner pages */
.pricing-tables .uabb-pricing-table ul li {
    font-size: 18px;
}
.pricing-tables .uabb-pricing-table-title span {
    margin-top: 10px;
}
.pricing-tables .uabb-pricing-table-title {
    font-size: 20px;
}
.pricing-tables .uabb-pricing-table-title {
    min-height: 116px;
}
.memebership-sec.pricing-tables .uabb-module-content.uabb-pricing-table {
    margin-bottom: 40px;
	min-height:416px;
}
.uabb-photo-gallery-content a {
	margin: 0 !important;
}
.claim-form h2.widgettitle {
    font-weight: normal;
    font-size: 30px;
    color: #1414ea;
    margin: 15px 0 10px 15px;
}
.contact-page-info .contact-info {
	text-align: center;
}
.contact-page-info .contact-info i {
	color: #1414ea;
}
.contact-page-info .contact-info a {
	color: #4c4c4c;
}
.contact-page-info .contact-info a:hover {
	color: #1414ea;
}
.events-page-header {
	background: url(https://templates.responsively.com/template12/wp-content/uploads/sites/13/2019/07/inner-banner.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: scroll;
	background-size: cover;
	position: relative;
	padding:230px 0;
	z-index:9;
}
.events-page-header .container.fl-heading {
	text-align: center;
	color: #fff;
	text-shadow: 3px 3px 5px rgba(0,0,0,0.59);
}
.events-page-header::before {
	content: "";
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.4);
	z-index: -1;
}
.mobile-slider-txt{display:none;}

/* Iphone Modes */
@media screen and (max-width: 768px) {
.home-form-section {
    margin-top: 30px;
}
}
@media screen and (max-width: 767px) {
.home-banner-section .fl-builder-layer-align-bottom-right {
	display: none;
}
	
h1 {
	font-size: 30px !important;
	line-height: 37px !important;
}
.mobile-slider-txt .uabb-text-editor {
	font-weight: 400;
	font-size: 18px;
}
.specials-page .fl-module.fl-module-rich-text {
	margin-bottom: 30px;
}
.top-menu {
	position: absolute;
	top: -60px;
	right: 0;
	width: 20% !important;
}
.claim-form {
	margin-top: 50px;
	margin-bottom: 30px;
}

.top-sec-links, /*.top-cta-sec,*/ .header .fl-row-content-wrap::before, .header .fl-row-content-wrap .fl-col-group::before {
	display: none !important;
}	
.logo .fl-photo.fl-photo-align-left {
	padding: 0 10px 0px;
    text-align: left;
}
.logo .fl-photo-content img {
    width: 40%;
    position: relative;
    top: 3px;
}
.header .fl-row-content-wrap {
	padding: 10px;
}
.uabb-creative-menu-mobile-toggle {
	position: relative;
	padding: 10px 5px 5px;
}
.menu-section .fl-module-content {
	margin: 5px 20px 0 !important;
}
.fl-page-footer-widgets .col-sm-4.col-md-4 {
	width: 100% !important;
	padding-right: 0 !important;
	margin-bottom: 30px;
}
	.fl-page-footer-widgets-container {
	padding: 30px 30px 10px !important;
}
.fl-page-footer-widgets h4 {
	margin-top: 0;
	margin-bottom: 10px !important;
}
.uabb-pricing-table ul li {
	padding-left: 40px !important;
	background-position: 10px 15px !important;
	padding-right: 10px !important;
}
.memebership-sec .uabb-pricing-element-box {
	margin: 0 !important;
}
.memebership-sec .uabb-module-content.uabb-pricing-table {
	margin: 10px 0;
}
.menu-section {
	border-top: 0px solid #e5e5e5;
	padding-top: 0;
}
.info-box-info .uabb-button-has-icon.uabb-creative-button-has-icon a {
	bottom: 20px;
}
.free-pass-section .uabb-text-editor {
	font-size: 16px;
	line-height: 30px;
}
  .fl-col-small.top-cta-sec{
	  display:none;
  }
  .fl-col-has-cols.top-links-menus::before,.menu-section .fl-col-content::before{
	  content:none;
  }
  .footer-contact-info i {
    float: none;
  }
  .fl-page-footer-widgets {
    text-align: center;
}
.uabb-pricing-table ul li {
    width: 160px !important;
	max-width:100% !important;
    box-sizing: border-box;
}
.home-banner-section .widget.gform_widget{
	max-width:100%;
}
}

@media screen and (min-width: 320px) and (max-width: 420px) {
	.uabb-infobox-content {
	width: 100% !important;
	text-align: center;
	padding: 15px 10px;
}
.info-box-info .uabb-module-content.uabb-imgicon-wrap {
	margin-top: 15px;
	margin-bottom: 0px;
	width: 100%;
	text-align: center;
}
.claim-form h2.widgettitle {
	font-size: 22px !important;
}
}
@media screen and (min-width: 421px) and (max-width: 767px) {
	.usps-section .fl-col-small {
	max-width: 100%;
}
.specials-page .uabb-photo-gallery .uabb-photo-gallery-item {
	width: 50%;
}
.fl-col-small.logo {
	width: 60% !important;
	float: left;
}
}
#gform_3 input#gform_submit_button_3:hover {
    color: #FFF !important;
}
.home-banner-section .uabb-creative-button-wrap a, .home-banner-section .uabb-creative-button-wrap a:visited {
    border-radius: 30px !important;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
}
/*Ipad Modes */
@media screen and (max-width: 1610px) {
.top-cta-sec .fl-rich-text a {
    font-size: 22px;
}
}
@media screen and (max-width: 1440px) {
.logo .fl-photo {
    text-align: center;
}
.logo .fl-photo img {
    width: 160px;
    text-align: center;
    margin: 0 auto;
}
.slider-text-main .uabb-heading {
    font-size: 40px !important;
}
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
.fl-col.top-links-menus {
	clear: both;
	float: none !important;
	margin-left: auto;
	margin-right: auto;
	width: 75% !important;
	max-width: 100% !important;
}
.menu-section {
    position: initial;
}
.fl-col-small.top-cta-sec{
	display:none;
}
.specials-page .fl-module.fl-module-rich-text {
	margin-bottom: 20px;
}	
.specials-page .uabb-photo-gallery .uabb-photo-gallery-item {
	width: 50%;
}
.top-menu {
    position: absolute;
    top: 50%;
    right: 0;
    width: 20% !important;
    transform: translateY(-50%);
}
.fl-page-footer-widgets .col-sm-4.col-md-4 {
	width: 100% !important;
	padding-right: 0 !important;
	margin-bottom: 30px;
	text-align:center;
}
	.fl-page-footer-widgets-container {
	padding: 30px 30px 10px !important;
}	
.footer-contact-info i {
	float: none;
}
.fl-page-footer-widgets .fl-widget ul.menu {
	-webkit-column-count: 3;
	column-count: 3;
	-webkit-column-gap: 0;
	column-gap: 0;
}
.fl-page-footer-widgets h4 {
	margin-top: 20px;
	margin-bottom: 10px !important;
}
.memebership-sec .uabb-pricing-element-box {
	margin: 0 !important;
}
.memebership-sec .uabb-module-content.uabb-pricing-table {
	margin: 10px 0;
}
.top-sec-links {
	text-align: center;
}
.fl-col-small.logo {
	max-width: 100%;
	padding-left: 20px;
}
.header .fl-row-content-wrap {
	padding: 10px 0px !important;
}
.menu-section {
	border-top: 0px solid #e5e5e5;
	padding-top: 0;
}
.menu-section .fl-col-content::before,.fl-col-has-cols.top-links-menus::before{
	content:none;
}
.footer-contact-info p {
	margin-bottom: 10px;
}
.fl-col-small {
	max-width: 80%;
}
.home-form-section{
	width:100% !important;
	max-width:100% !important;
}
.banner-image img {
    width: auto !important;
}
}
@media screen and (max-width: 1199px) {
.uabb-creative-menu li a, .uabb-creative-menu li.current-menu-item a span{
    color: #FFF !important;
    font-size: 18px !important;
}	
.uabb-creative-menu li.current-menu-item a span {
    border-bottom: 2px solid #FFF;
}
}
@media screen and (max-width: 1023px) {
.foo-gallery ul li img {
    width: 50%;
}
.foo-gallery ul {
    display: inline-block;
}
.foo-gallery ul li {
    float: left;
    width: 49%;
}
.top-sec-links .top-links {
 display:none !important;
}	
}
@media screen and (max-width: 1024px) {
.mobile-slider-txt{display:block;}
.home-banner-section .mobile-hide {
	display: none !important;
}
.mobile-slider-txt .fl-row-content-wrap {
	padding-right: 10px !important;
	padding-left: 10px !important;
}
.home-form-section {
	padding: 20px 0;
}
.welcome-section .fl-col-small {
	max-width: 100%;
}
.events-page-header {
    padding: 12% 0;
}
.banner-image {
    position: initial;
    z-index: 0;
    text-align: center !important;
    right: 0;
    bottom: 0;
    margin-bottom: -20%;
}
.banner-image img {
    width: auto;
}
}

@media screen and (min-width: 1279px) and (max-width: 1500px) {
.fl-node-5d3be00b3ccd5 > .fl-row-content-wrap {
    padding-top:10px;
	padding-bottom:10px;
}	
.top-cta-sec {
    margin-top: -10px;
    margin-bottom: -10px;
}
.fl-col-small.top-cta-sec .fl-col-content::before {
    border-bottom: 225px solid #1414ea;
}
.fl-col-has-cols.top-links-menus::before {
    height: 200px;
}
.menu-section {
    padding-top: 15px;
}
.fl-node-5d3be0a976130 > .fl-col-content {
    margin-bottom: 0;
}
}
@media screen and (min-width: 1024px) and (max-width: 1278px) {

.home-banner-section .fl-col-small {
	width: 50% !important;
}
.header > .fl-row-content-wrap {
    padding-right: 0px !important;
    padding-left: 20px !important;
    padding-top: 10px;
    padding-bottom: 10px;
}
.fl-col-has-cols.top-links-menus::before {
    height: 185px;
    margin-top: -10px;
}
.fl-col-small.top-cta-sec .fl-col-content::before {
    border-bottom: 200px solid #1414ea;
	top:0;
}
.top-links-menus .fl-col-content {
	margin-right: 10px !important;
	margin-bottom: 0px;
	padding-right: 0 !important;
}
.menu-section .fl-module-content {
	margin: -10px 0px 0 !important;
}
.top-cta-sec {
    margin-top: -10px;
    margin-bottom: -10px;
}
.fl-col.fl-node-5d3e90809173c.fl-col-small {
    display: none;
}
.fl-node-5d3e91f870440 .uabb-heading {
    font-size: 52px;
}
.fl-node-5d3e91f870440 .uabb-text-editor {
    font-size: 18px;
}

}

@media screen and (min-width: 1024px) and (max-width: 1055px) {
	.fl-node-5d3be9d5bf3b2 .uabb-creative-menu.uabb-menu-default .menu > li > a{
		padding-right:0;
	}
}
@media screen and (min-width: 1024px) and (max-width: 1280px) {
.fl-page-footer-widgets .col-sm-4.col-md-4:nth-child(1) {
    width: 35%;
    padding-right: 15px;
}
.fl-page-footer-widgets .col-sm-4.col-md-4:nth-child(2) {
    padding-right: 10px !important;
	width:33%;
}
.fl-page-footer-widgets .col-sm-4.col-md-4:nth-child(3) {
    width: 32%;
}	
}

@media screen and (max-width: 1700px) {
.fl-node-5d3e90809177d {
    width: 30%;
}
.fl-node-5d3e90809173c {
    width: 25%;
}
}
@media screen and (max-width: 1610px) {
	.fl-node-5d3be063c7bfa {
		width: 58%;
	}
	.fl-col-small.top-cta-sec {
		width: 22%;
		padding-top: 0;
		position: relative;
		overflow: hidden;
	}
}
@media screen and (max-width: 1460px) {
	.fl-node-5d3be063c7bfa {
		width: 55%;
	}
	.fl-col-small.top-cta-sec {
		width: 25%;
		padding-top: 0;
		position: relative;
		overflow: hidden;
	}
	.banner-image {
		bottom: 0;
		right: 0;
	}
	.banner-image img {
		width: 750px;
	}
}
@media screen and (max-width: 1295px) {
	.top-cta-sec .fl-rich-text img {
		width: 40px;
		margin-right: 5px;
	}
	.top-cta-sec .fl-rich-text p {
		font-size: 22px;
	}
	.top-cta-sec .fl-rich-text a {
		font-size: 24px;
	}
}
@media screen and (max-width: 1900px) {
	.banner-image {
    bottom: -50px;
}
}
@media screen and (max-width: 1750px) {

.banner-image img {
    width: 850px;
}
}

@media screen and (max-width: 810px) {
.foo-gallery ul li img {
    width: 120px;
}
.foo-gallery ul {
	margin: 0px;
    padding: 0px;
    list-style-type: none;
    display: inline-block;
    margin-top: 15px;
}
.foo-gallery ul li {
	width: 100%;
    text-align: center;
    height: 100%;
    min-height: 100%;
    max-height: 100%;
    display: inline-block;
}
}
@media screen and (min-width: 768px) and (max-width: 1650px) {
.fl-col-small.logo {
	width: 20% !important;
}
.fl-col-small.fl-col-has-cols.top-links-menus {
	width: 60% !important;
}
	
.header .fl-row-content-wrap .fl-col-group::before, .header .fl-row-content-wrap::before {
	display: none !important;
}
.top-menu .uabb-creative-menu .menu > li {
	margin-left: 0px !important;
	margin-right: 0px !important;
}
.home-banner-section > .fl-row-content-wrap {
    padding-top: 40px;
    padding-right: 50px;
    padding-left: 50px;
}
.info-box-info .uabb-button-has-icon.uabb-creative-button-has-icon a {
	bottom: 30px;
}
.banner-image {
    bottom: -40px;
}
}
@media screen and (max-width:1480px) {

.banner-image {
    right: 40px;
}	
}

@media screen and (max-width:1400px) {
.banner-image img {
    width: 750px;
}
}
@media screen and (max-width:1300px) {
header#masthead .fl-row-content-wrap {
    padding-right: 0px;
    padding-left: 24px;
}
ul#menu-main-menu li a {
    padding-left: 0;
    padding-right: 15px;
}
}
@media screen and (max-width:1150px) {
ul#menu-main-menu li a {
    padding-right: 10px;
}
}
@media screen and (min-width:993px) and (max-width:1024px) {
.mobile-slider-txt .fl-node-5d43e35da080e,.mobile-slider-txt .home-form-section {
    width: 50% !important;
}	
}
@media screen and (max-width:900px) and (min-width:800px){
	.banner-image {
    margin-bottom: -30%;
}

}
@media screen and (max-width:799px) and (min-width:769px){
	.banner-image {
    margin-bottom: -40%;
}

}
@media screen and (max-width:1130px){
.uabb-pricing-table-title {
   font-size: 26px;
}
ul#menu-main-menu li a {
    padding-right: 10px;
    font-size: 14px;
}
}
@media screen and (max-width:1010px) and (min-width:769px){
.uabb-pricing-table-title{
    min-height: 151px;
}
}
@media screen and (max-width:1160px) and (min-width:1024px){
.fl-node-5d3be9d5bf3b2 .uabb-creative-menu.uabb-menu-default .menu > li > a, .fl-node-5d3be9d5bf3b2 .uabb-creative-menu.uabb-menu-default .menu > li > .uabb-has-submenu-container > a {
    padding-left: 5px;
    padding-right: 0;
}
.top-cta-sec .fl-rich-text img {
    width: 35px;
    margin-right: 5px;
}
.top-cta-sec .fl-rich-text p {
    font-size: 18px;
}
.top-cta-sec .fl-rich-text a {
    font-size: 20px;
}
}
@media screen and (max-width:1178px) and (min-width:992px){
.fl-node-5d3be9d5bf3b2 .uabb-creative-menu.uabb-menu-default .menu > li > a, .fl-node-5d3be9d5bf3b2 .uabb-creative-menu.uabb-menu-default .menu > li > .uabb-has-submenu-container > a {
    padding-left: 5px;
    padding-right: 0;
}
.top-cta-sec .fl-rich-text img {
    width: 35px;
    margin-right: 5px;
}
.top-cta-sec .fl-rich-text p {
    font-size: 18px;
}
.top-cta-sec .fl-rich-text a {
    font-size: 20px;
}
}
.hide-xs {
    display: none !important; 
}

/**------------------------------ 
 * Buttons
 ----------------------------**/
.btn > .fl-button-wrap, .gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit], .gform_wrapper .gform_page_footer input.button, .gform_wrapper .gform_page_footer input[type=submit] {
  padding: 14px 20px;
  font-size: 14px;
  border-radius: 0;
  letter-spacing: 0;
  text-transform: initial;
  border: 0px solid transparent;
  margin-top: 20px;
}
/* Button one */
.btn.btn-one>.fl-button-wrap {
  background-color: #101010 !important;
  color: #F8F8F8 !important;
  border: 0px solid transparent !important;
}
/* Button one > hover */
.btn.btn-one:hover>.fl-button-wrap {
  background-color: #282828 !important;
}

/* Button two */
.btn.btn-two>.fl-button-wrap {
  background-color: #101010 !important;
  color: #F8F8F8 !important;
  border: 0px solid transparent !important;
}
/* Button two > hover */
.btn.btn-two:hover>.fl-button-wrap {
  background-color: #282828 !important;
}

/* Button three */
.btn.btn-three>.fl-button-wrap {
  background-color: #101010 !important;
  color: #F8F8F8 !important;
  border: 0px solid transparent !important;
}
/* Button three > hover */
.btn.btn-three:hover>.fl-button-wrap {
  background-color: #282828 !important;
}

/**------------------------------ 
 * Gravity Form Buttton
 ----------------------------**/
.gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit], .gform_wrapper .gform_page_footer input.button, .gform_wrapper .gform_page_footer input[type=submit] {
  color: #fff !important;
  border: 0px solid transparent !important;
  margin-bottom: 0px !important;
}
.gform_wrapper .gform_footer {
    padding-bottom: 0;
}

/* form button */
.gform_wrapper .gform_footer input.button:hover, .gform_wrapper .gform_footer input[type=submit]:hover, .gform_wrapper .gform_page_footer input.button:hover, .gform_wrapper .gform_page_footer input[type=submit]:hover {
  background-color: #ffaf00 !important;
  color:#000 !important;
}

p{
	margin-bottom:15px;
}
body{
	margin: 0 0 0px;
}
 p:last-child {
    margin-bottom: 0 !important;
}

.right-content .fl-col-content {
    padding-left: 30px;
}
.left-content .fl-col-content {
    padding-left: 30px;
}

/** Scroll To Top **/
#fl-to-top {
    background-color: rgb(42, 125, 46);
}
/** Beaver Builder Remove Module Margins **/
.fl-module-content {
    margin-top: 0;
    margin-bottom: 0;
}

/**------------------------------ 
 * Overlap Headers
 ----------------------------**/
@media screen and (min-width: 1024px) {
  .fl-page-bar {
    position: absolute;
    top: 0;
    z-index: 1;
    width: 100%;
  }
  .fl-page-header, .fl-page-header-wrap {
    background-color: transparent;
    border-bottom-style: none; 
    position: absolute;
    top:0px; 
    width: 100%;
    z-index: 10;
    border-bottom: 0px !important;
  }
.fl-page-header-container.container {
		background: rgba(39, 44, 63, 0.8);
}

.fl-shrink-header .fl-page-header-container.container {
		background: rgba(39, 44, 63, 1) !important;
}
}
@media only screen and (max-width: 768px) and (min-width:768px){
.fl-col-group.fl-col-group-equal-height {
    display: flex;
}
}
@media only screen and (max-width: 768px){
	.home-banner-section .widget.gform_widget {
    margin-right: auto;
	max-width:100%
}
#mobile-phone-cta {
    display: block;
}
.fl-page-footer-container {
    padding-bottom: 40px;
}
.banner-image {
    margin-bottom: -40px;
}
}
@media only screen and (max-width: 1500px){
	.fl-node-5d3e90808ea58 > .fl-row-content-wrap {
    min-height: 600px;
}
}
@media only screen and (min-width: 641px){
.gform_wrapper ul.gform_fields li.gfield {
    padding-right: 16px;
    padding-left: 16px;
}
#gform_wrapper_2.gform_wrapper ul.gform_fields li.gfield {
    padding-right: 0;
}
}
.fl-node-5d428a4ee9354 .widget.gform_widget{	
	box-shadow : 0 0 5px rgba(0,0,0,0.2);
}	
.price-box {
    background-color: #fff;
    padding: 0 0 50px;
    border-radius: 10px;
    background-image: url(https://yahoosmallbusiness.thestagingurl.com/athleticperformancetrainingcenter/wp-content/uploads/sites/100/2020/07/icon.png) !important;
    background-repeat: no-repeat !important;
    background-position: 100% 100% !important;
    background-size: 50%;
    text-align: center;
    border: 1px solid #cccccc;
    width: 32%;
    float: left;
    margin-right: 2%;
    overflow: hidden;
    margin-bottom: 30px;
}
.price-box:nth-child(3n) {
    margin-right: 0;
}
.price-box small {
    font-size: 14px;
    display: block;
}
.price-box ul {
    padding-left: 0;
    list-style: none;
    margin-bottom: 0;
	text-align:left !important;
}
.price-box li {
    font-size: 18px;
    font-weight: 700;
	margin-bottom:0;
    max-width: 145px !important;
    margin: auto !important;
    color: #444444 !important;
    position: relative;
	padding:0 0 5px 20px !important;

}
.price-box li::before {
    content: '';
    background-image: url(https://yahoosmallbusiness.thestagingurl.com/athleticperformancetrainingcenter/wp-content/uploads/sites/100/2020/07/icon_1.png) !important;
    position: absolute;
    width: 14px;
    height: 21px;
    top: 5px;
    left: 0;
    background-repeat: no-repeat;
    background-size: 13px;
}
.price-box .price-title p {
    color: #fff;
    font-size: 20px;
    font-weight: bold;
}
.price-title {
    background-image: linear-gradient(to left, #1414ea, #0f0fb9) !important;
    padding: 20px;
    margin-bottom: 40px;
	min-height:160px;
}
.price-box form{
	margin-top:30px;
}
@media only screen and (max-width: 992px) and (min-width:600px){
.price-box {
    width: 48%;
    margin-right: 4%;

}
.price-box:nth-child(3n) {
    margin-right: 4%;
}
.price-box:nth-child(2n) {
    margin-right: 0;
}
}
@media only screen and (max-width: 1024px) and (min-width:769px){
.slider-text-main .uabb-subheading p br{
	display: none;
}
}
@media only screen and (max-width: 992px){
	.slider-text-main .uabb-subheading p {
    font-size: 18px !important;
}
/*.slider-text-main .uabb-subheading p br{
	display: none;
}*/
}
@media only screen and (max-width: 640px){
	.slider-text-main .uabb-subheading p br{ 
		display: none;
	}
}
@media only screen and (max-width: 599px){
.price-box {
    width: 100%;
    margin-right:0;
	float:none;
}
.price-box:nth-child(3n) {
    margin-right: 0%;
}
.price-box:nth-child(2n) {
    margin-right: 0;
}
}
/** End **/

/**--