@import url('AvenirNextLTPro/styles.css');
html {font-size: 1rem;}
body {
	font-family: 'AvenirNextLTPro-BoldCn', sans-serif;
    font-size: 18px;
    color: #101010;
	font-weight: normal;
	font-style: normal;
	margin: 0; 
	padding: 0; 
	line-height: normal;
}
p{line-height: 26px;}
a, a:hover, a img, a:hover img {
	text-decoration: none;
	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    display: inline-block;	
}
.no-bullets ol, .no-bullets ul {padding: 0;margin: 0; list-style: none;}
h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}
a {text-decoration: none; color: #444;}
a:hover, .topnav a:hover, .main-menu ul li a:hover {color: #c23327;}
#footer a:hover {color: #6bc05b;}
#header {
    position: absolute;
    z-index: 999;
    left: 0;
    top: 0;
}
#header .logo {
    margin: 15px 0 0 0;
}
.topnav {
    padding: 20px 0;
}
.topnav div, .topcta div {
    display: inline-block;
    vertical-align: top;
}
.topnav .link a {
    display: inline-block;
    border-left: 2px solid #fff;
    padding: 0 10px;
}
.topnav .link a:first-child {
    border-left: 0px solid #fff;
}
.topnav .social {
    padding: 0 4px 0 4px;
}

.topnav .social a {
    display: inline-block;
    width: 22px;
    margin: -2px 5px 0 5px;
}
.topnav .social a img {
    float: left;
    max-width: 100%;
}
.topnav .phone a {
    font-weight: 600;
    font-size: 23px;
    margin: -5px 0 0 0;
}
.topcta, .topnav, .main-menu {
    text-align: right;
}
.topcta .text {
    font-weight: bold;
    padding: 9px 60px 0 0;
}
.topcta .cta a {
    background-color: #6bbf5b;
    padding: 12px 58px;
    border: 2px solid #6bbf5b;
    margin: 0 0 0 4px;
}
.topcta .cta a:first-child, .topcta .cta a:hover {
    background-color: transparent;
    color: #6bbf5b;
}
.topcta .cta a:first-child:hover {
    background-color: #6bbf5b;
    color: #fff;
}
.main-menu {
    padding: 30px 0 0 0;
}
.main-menu ul, .main-menu li {
    display: inline-block;
}
.main-menu ul li {
    padding: 0 0 0 30px;
}
.main-menu ul li:first-child {
    padding-left: 0;
}
#footer {
    background-image: url(../images/footer-bg.jpg);
    background-size: cover;
    background-position: center top;
    padding: 50px 0 35px 0;
}
#footer .col {
    float: left;
    width: 25%;
    padding: 0 20px;
}
#footer ul.menu li {
    padding: 0 0 10px 0;
}
#footer .head {
    font-stretch: condensed !important;
}
#footer .social a {
    margin: 0 5px 0 0;
}
a.rbtn {
    background-color: #c23327;
    color: #fff;
    padding: 15px 50px;
    font-size: 20px;
}
a.rbtn:hover {
    background-color: #6bc05b;
}

.z-default-subpage-header {
    background-image: url(../images/page-banner.jpg);
    background-position: center top;
    background-size: cover;
    text-align: left;
}
.z-default-subpage-header .z-default-subpage-title {
    margin: 320px 0 0 0;
    padding: 13px 20px;
    font-size: 48px;
    text-transform: uppercase;
    color: #fff;
    position: relative;
    min-width: 60%;
    background-image: url(../images/title-bg.png);
    background-position: top right;
    background-size: auto 100%;
}
.z-default-subpage-header .z-default-subpage-title:before {
    content: '';
    position: absolute;
    background-color: rgba(194, 51, 39, 0.7);
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
}


.z-default-subpage-subpage {
    padding-top: 30px;
    padding-bottom: 50px;
}
.z-default-subpage-right-panel {
    padding-bottom: 0;
    border-left: 2px solid #dee2e1;
}
.z-default-subpage-subcontent {
    padding: 10px 30px 30px 30px;
}
.z-default-subpage-left-panel {
    min-width: 300px;
    max-width: 300px;
    padding-right: 20px;
    background-color: transparent;
}
.z-default-subpage-left-panel-menu ul {
    list-style: none;
    margin: 0;
    padding: 0 10px 0 0;
    border: none;
}
.z-default-subpage-left-panel-menu a:link, .z-default-subpage-left-panel-menu a:visited {
    width: 100%;
    color: #000000;
    font-size: 20px;
    padding: 22px;
    margin: 0 0 1px 0;
    border: none;
}
.z-default-subpage-left-panel-menu a:hover, .z-default-subpage-left-panel-menu li.active a {
    color: #fff;
    background-color: #6bbf5b;
}
.breadcrumb {
    color: #c23327;
}
.breadcrumb strong {
    padding: 0 4px;
}
.breadcrumb a, .breadcrumb strong {
    color: #000;
}
.breadcrumb a:hover {
    color: #c23327;
}
h1.p-title {
    font-size: 42px;
    padding-bottom: 30px;
}
section.sub-page {
    background-image: url(../images/innerp-bg.png);
    background-position: center top;
    background-repeat: no-repeat;
}
.sub-page.plan .box {
    padding: 0;
    max-width: 395px;
}
.sub-page.plan .box a {
    display: inline-block;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    background-color: #c23327;
    margin-bottom: 10px;
}
.sub-page.plan .box a:hover {
    background-color: #6bbf5b;
}
.sub-page.plan .box a:hover img {
    opacity: 0.8;
}
.sub-page.plan .box a span {
    display: inline-block;
    width: 100%;
    padding: 15px;
    font-size: 20px;
}
#footer .copy {
    display: inline-block;
    width: 100%;
    text-align: center;
    padding-top: 40px;
}
.z-default-subpage-header .z-default-subpage-title:empty {
    opacity: 0;
}
span.rss-summary-text {
    display: inline-block;
    font-size: 100%;
    line-height: normal;
}

.team-member {
    display: grid;
    grid-template-columns: 1fr 3fr;
    grid-gap: 20px;
    margin-bottom: 30px;
}
.team-detail {
    padding: 0 20px;
}
.team-detail .name {
    font-size: 24px;
    font-weight: 600;
    padding: 0 0 5px 0;
}
.team-detail .title {
    font-size: 18px;
    padding: 0 0 10px 0;
}
.team-detail .bio {
    font-size: 16px;
    padding: 0 0 10px 0;
}

.rockgympro-iframe {
    height: 1625px;
}

@media screen and (max-width: 1362px) {
	.topcta .text {padding: 9px 30px 0 0;}
    .main-menu ul li{ padding:0 0 0 18px;}

}
@media screen and (max-width: 992px) {
    #header{position:relative;}
	#header .logo, #header .main-menu {display: none;}
	.hright {padding: 0px 20px 10px 20px; float:left; width:100%; background-color:#000; }
	.z-default-subpage-right-panel {border-left: 0px solid#dee2e1;}
	.z-default-subpage-left-panel {padding: 0 20px;}
    .z-mobile-header .z-mobile-header-logo {width: 100px;}
    .z-mobile-header .z-mobile-menu {background-color:#c23327;}
    .z-default-subpage-header {margin-top: 0;}
}
@media screen and (max-width: 767px) {	
	.z-default-subpage-header .z-default-subpage-title, h1.p-title {font-size: 32px;}
	.topcta .cta a {padding: 8px 30px;}
	#footer .col {width: 50%;padding: 10px 20px;}
    .z-default-subpage-header .z-default-subpage-title {margin: 250px 0 0 0;}
    .rockgympro-iframe {height: 2500px;}
}
@media screen and (max-width: 479px) {
	h1.p-title {font-size: 26px;}
	.z-default-subpage-header .z-default-subpage-title {margin: 190px 0 0 0;width: auto;min-width: auto;padding: 6px 45px 6px 20px;}
	#header {position: relative;background-color:#000;}
	.topnav {padding: 10px 0;}
	.topnav, .topcta {text-align: center !important;}
	.topnav .link {padding: 0 0 10px 0;}
	.topcta .text, .topnav .cta, #footer .col  {width: 100%;}
	.topcta .text {padding: 0;text-align: center;}
	.topcta .cta a {padding: 8px 20px;margin: 0 3px;}
	.topcta .cta {padding: 12px 0;}
	.topnav .phone a {font-size: 19px;}
	a.rbtn {padding: 10px 30px;font-size: 18px;}
	.sub-page.plan .box a span {font-size: 18px;}
	.z-default-subpage-left-panel-menu a:link, .z-default-subpage-left-panel-menu a:visited {font-size: 18px;padding: 15px;}
    .z-mobile-header .z-mobile-header-logo img {max-width: 66px;}
    .z-default-subpage-header .z-default-subpage-title {margin: 90px 0 0 0;}
    #footer ul.menu li {padding: 0 0 4px 0;}
    #footer .head {padding-bottom: 3px;}
    .z-default-subpage-header .z-default-subpage-title, h1.p-title {font-size: 28px;text-transform: none;}
    .sub-page.plan .box a span {padding: 8px;}
    .sub-page.plan .box a {margin-bottom: 0;}
    .team-member {grid-template-columns: 1fr;}
    .team-member img {width: 100%;}
}