/*
Theme Name: Peak 24 Fitness
Theme URI: 
Author: Mediamouse
Author URI:  
Description: 
Version: 0.1
License: 
License URI: 
Tags: 
*/
@import url('https://fonts.googleapis.com/css?family=Quicksand:300,400,500,700');
@import url('https://fonts.googleapis.com/css?family=Passion+One');
body{
	font-family: 'Quicksand', sans-serif;
	font-size: 14px;
	line-height: 22px;
	color: black;
	font-weight: 500;
}
h1, h2, h3, h4, h5{
	text-transform: uppercase;
	font-family: 'Passion One', cursive;
	font-weight: normal;
}
h1{
	font-size: 41px;
	margin: 30px 0;
	line-height: 45px;
}
.healcode-registration-promo-text{
	font-size: 35px !important;
	margin: 25px 0;
	line-height: 37px;
}
h2{
	font-size: 35px;
	margin: 25px 0;
	line-height: 37px;
}
h3{
	font-size: 26px;
	margin: 20px 0;
	line-height: 30px;
}
p{
	margin: 20px 0;
}
a{
	outline: none;
}
a:active,
a:visited{
	border: none;
}
a:hover{
	text-decoration: none;
}
img{
	max-width: 100%;
	height: auto;
}
.defaultpage a{
	color: #e05629;
	text-decoration: underline;
}
ul{
	padding: 18px;
}
ul li{
	
}
table td{
	vertical-align: top;
}
.alignright{
	float: right;
	margin: 20px 0px 20px 20px;
}
.aligncenter{
	display: block;
    margin-left: auto;
    margin-right: auto;
}
.alignleft{
	float: left;
	margin: 20px 20px 20px 0;
}
.header{
	background-size: cover;
	padding: 0px 0;
}
.logo{
	padding: 30px 0 25px;
	margin: 0px;
	display: table;
	margin: 0 auto;
}
.logo img{
	display: block;
}
.main_menu{
	
}
.main_menu ul{
	padding: 0px;
	margin: 0 auto 0px;
	display: table;
} 
.main_menu li{
	display: block;
	float: left;
	font-size: 19px;
	text-transform: none;
	position: relative;
	font-family: 'Passion One', cursive;
	text-transform: uppercase;
}
.main_menu li .arrow_menu{
	background: url(img/arrow_menu.png) no-repeat center;
	height: 16px;
	display: table;
	transform: translate(0, -100%);
	width: 100%;
	position: relative;
}
.main_menu li .sub-menu{
	display: none;
	position: absolute;
	top: 100%;
	z-index: 10;
	padding: 10px 0 20px;
	background: #e05629;
	 -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.main_menu li a{
	color: #3b3b3d;
	padding: 0px 17.5px 7px;
	display: inline-block;
	line-height: 48px;
	text-decoration: none;
}
.main_menu li:first-child a{
	padding-left: 0px;
}
.main_menu li:last-child a{
	padding-right: 0px;
}
.main_menu li a[href="#"]:hover{
	cursor: default;
}
.main_menu li.current-menu-item a,
.main_menu li a:hover{
	color: #e05629;
}
.main_menu li:hover .sub-menu{
	display: block;
}
.main_menu .sub-menu li{
	width: 270px;
	font-size: 17px;
}
.main_menu .sub-menu li a{
	color: white;
	line-height: 20px;
	padding: 10px 20px 0px;

}
.main_menu .sub-menu li a:hover{
	color: white;
}
.sub-menu li.current-menu-item a,
.sub-menu li a:hover{
	
}
.footer{
	color: white;
	font-size: 13px;
	line-height: 20px;
	font-weight: 500;
}
.footer a{
	color: white;
}
.footer ul{
	margin: 0;
	padding: 0;
}

.footer li{
	margin-top: 5px;
	list-style: none;
}

.footer td{
	line-height: 25px;
}
.footer td:first-child{
	width: 37%;
}
.footer img{
	display: block;
	margin: 0 auto 0px;
}

.footer .widget-title{
	color: white;
	font-size: 26px;
	margin-bottom: 27px;
}
.widget_footer{
	background: #1a1919;
	padding: 55px 0 40px;
}
.copyright{
	margin-top: 0px;
	text-align: center;
	background: #0a0909;
	padding: 15px 10px;
	font-size: 12px;
}

.homepage.primary{
	font-size: 16px;
	line-height: 25px;
	padding: 65px 0px 65px;
	font-weight: 500;
	color: white;
	margin: 0 auto;
	max-width: 1170px;
	display: table;
}
.custom_content .col-md-3{
	margin-bottom: 60px;
}
#slider_home .item{
	background-size: cover !important;
	background-position: center !important;
	height: 600px !important;
	position: relative;
}
.textslider{
	max-width: 980px;
	width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	color: white;
}
.textslider h1{
	font-size: 70px;
	line-height: 60px;
	margin: 0 0 0 50px;
}
.textslider p{
	margin: 5px 0 0 50px;
	font-size: 15px;
}
.scrolldiv{
	position: absolute;
	bottom: 35px;
	z-index: 9999999;
	left: 50%;
	-moz-transform: translate(-50%,0);
	-webkit-transform: translate(-50%,0);
	transform: translate(-50%,0);
}
/*------------------------------------------------end default --------------------------------------*/
.custom_content{
	padding: 0 0 65px;
}
.custom_content h3{
	text-align: center;
	color: white;
	font-size: 23px;
	margin-bottom: 8px;
}

.custom_content img{
	display: block;
	margin: 0 auto;
	width: 100%;
}
.homepage.primary .custom_content p{
	font-size: 18px;
	color: white;
	line-height: 22px;
	padding: 0;
	margin: 8px 0 10px;
	text-align: center;
	text-transform: uppercase;
	font-family: 'Passion One', cursive;
}
.custom_content a{
	font-size: 18px;
	text-align: center;
	display: inline-block;
  color: white;
	font-family: 'Passion One', cursive;
	text-transform: uppercase;
	background: #df562b;
	padding: 8px 20px;
	margin: 5px 0 20px;
}

.footer img{
	margin: 0 auto;
}
.newssection strong{
	
}
.newssection{
	background: #e05529;
	padding: 16px 0;
	font-size: 23px;
	line-height: 25px;
	color: white;
	text-transform: uppercase;
  font-family: 'Passion One', cursive;
}
.newssection a{
	color: #171c1f;
}
.newssection a:hover{
	text-decoration: none;
}
.titlesection{
	background: black;
}
.page_title{
	margin: 60px 0;
	font-size: 66px;
	text-align: center;
	line-height: 66px;
	color: white;
}
.defaultpage{
	margin: 35px 0 50px;
	display: table;
	width: 100%;
}
.sidebar .widget{
	margin-bottom: 30px;
}
.sidebar .widget ul{
	margin: 0;
	padding: 0;
}
.sidebar .widget ul li{
	list-style: none;
}
.sidebar .widget ul li a{
	text-decoration: none;
	color: black;
}
.sidebar .widget p{
	margin: 0;
}
.sidebar .widget{
	background: #e05629;
	color: black;
	padding: 5px 18px 25px;
	font-size: 13.5px;
}
.sidebar .blogs-widget{
	margin-bottom: 10px;
}
.sidebar .widget-title{
	font-size: 26.5px;
	margin-bottom: 10px;
	color: white;
	margin-top: 18px;
}
.blogs-widget{
	padding: 0px 0 5px; 
}
.blogs-widget p{
	margin-top: 5px;
}
.blogs-widget:last-child{
	border: none;
}
.blogs-widget span{
	font-size: 12px;
	display: block;
	color: white;
}
.footer .btitle{
	text-decoration: none;
	color: #e05629;
	font-weight: bold;
}
.defaultpage .btitle{
	font-weight: bold;
	color: #e05629;
}
.defaultpage .sidebar .btitle{
	color: black;
	text-decoration: none;
}
.btitle:hover{
	text-decoration: none;
}
.blogs-widget .more{
	color: #e05629;
	text-decoration: underline;
}
.sidebar .blogs-widget .more{
	color: black;
	text-decoration: underline;
}
.blogs-widget .more:hover{
	text-decoration: none;
}
.blogs-page{
	padding: 15px 0 15px; 
	border-bottom: 1px solid black;
}
.blogs-page span{
	font-size: 13px;
	display: block;
	margin-top: 2px;
}
.defaultpage .bgtitle{
	font-size: 16px;
	font-weight: bold;
	color: #e05629;
	display: block;
	text-decoration: none;
}
.bgtitle:hover{
	color: #e05629;
}
.blogs-page p{
	margin: 5px 0;
}
.bmore{
	color: #373737;
	text-decoration: underline;
}
.bmore:hover{
	color: #e05629;
	text-decoration: none;
}
input[type="text"],
input[type="email"],
input[type="password"],
textarea,
select{
	width: 100%;
	padding: 10px;
	border: 1px solid #ddd;
	margin-bottom: 15px;
	font-size: 14px;
}
input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: black;
	opacity: 1;
}
input::-moz-placeholder { /* Firefox 19+ */
  color: black;
	opacity: 1;
}
input:-ms-input-placeholder { /* IE 10+ */
  color: black;
	opacity: 1;
}
input:-moz-placeholder { /* Firefox 18- */
  color: black;
	opacity: 1;
}
input[type="submit"]{
	background: #e05629;
	color: white;
	border: none;
	padding: 8px 25px;
	border-radius: 0px;
	font-size: 15px;
	margin: 10px 0;
}
#hc-register{
	background: #e05629;
	color: white;
	border: none;
	padding: 8px 25px;
	border-radius: 0px;
	font-size: 15px;
	margin: 10px 0;
}
.wpcf7-validation-errors{
	display: none !important;
}
.our-staff{
	margin-bottom: 20px;
}
.our-staff img{
	display: block;
	margin: 0 auto;
}
.stitle{
	font-size: 16px;
	font-weight: bold;
	color: #491c6b;
	display: block;
	text-align: center;
	text-decoration: none !important;
	margin: 15px 0 0px;
}
.our-staff span{
	display: block;
	text-align: center;
}
.single-staff h3{
	margin-bottom: 5px;
}

.header_mobile{
	background: #e3672a;
}
.innercustom{
	background: #100f0f;
	display: table;
	width: 100%;
	text-align: center;
}
.fbox a{
	display: block;
	position: relative;
}
.fbox h3{
	position: absolute;
	bottom: 10px;
	right: 42px;
	font-size: 63px;
	line-height: 66px;
	color: white;
}
.linec{
	width: 84%;
	height: 1px;
	background: #df562b;
	margin: 0 auto;
}
.cnss-social-icon{
	margin-top: 50px !important;
}
.cnss-social-icon li img{
	margin-right: 8px !important;
}
div.ptp-bullet-item,
div.ptp-price{
	font-weight: 500 !important;;
}
#ptp-1949 a.ptp-button{
	font-family: 'Passion One', cursive;
	font-weight: normal !important;
	height: 44px !important;
}
.hc-prospect-field{
	font-size: 14px;
}
.hc_footer div{
	float: none !important;
	margin-top: 5px;
}
.containerlarge{
	margin: 20px auto 50px;
	max-width: 1170px;
	display: table;
}
.wp-pagenavi{
	display: table;
	margin: 50px auto 0;
}
.wp-pagenavi span,
.wp-pagenavi a:hover{
	font-weight: 500 !important;
	border: none;
	background: #e05529;
	color: white;
	padding: 5px 10px;
	font-size: 15px;
}
.wp-pagenavi a{
	font-weight: 500 !important;
	border: none;
	background: black;
	color: white;
	padding: 5px 10px;
	font-size: 15px;
	text-decoration: none;
}
.mc4wp-form-fields input{
	text-align: center;
}
.mc4wp-form-fields{
	text-align: center;
}
.gallery{
	margin-bottom: 10px;
	float: left;
	width: 19%;
	margin-left: 1%;
}
.gallery img{
	border: 1px solid #ccc;
	padding: 2px;
}
.gallery:nth-child(5n+1){
	clear: both;
}
.video_lightbox_auto_anchor_image,
.wpvl_auto_thumb_box{
	width: 100% !important;
	height: 100% !important;
}
.wpvl_auto_thumb_play {
    position: absolute;
    left: 50%;
    top: 50%;
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.fbox{
	display: table;
	width: 100%;
}
@media (min-width: 769px) {
	.fbox{
		padding-left: 7px;
	}
	.boxleft{
		float: left;
		width: 49%;
	}
	.boxright{
		float: right;
		width: 49%;
	}
	.boxright img{
		
	}
	.textslider h1{
		max-width: 540px;
	}
	.textslider p{
		max-width: 540px;
	}
	.colf{
		float: left;
	}
	.col1{
		width: 33%;
	}
	.col2{
		width: 18%;
	}
	.col3{
		width: 22%;
	}
	.col4{
		width: 27%;
	}
	.footer img{
		margin: 10px 0 0 0px;
	}
	.homepage.primary p{
		padding: 0 20px;
	}
	.contactdetail .widget{
		max-width: 270px;
		margin: 0 auto;
	}
	.footer .row{
		padding: 0 40px;
	}
	.rightbar{
		float: left;
		width: 63.5%;
	}
	.sidebar{
		float: right;
		width: 29%;
	}
	.innernews{
		margin-left: 100px;
	}
}
@media (max-width: 768px) {
	.mean-container a.meanmenu-reveal{
		
	}
 	.mean-container a.meanmenu-reveal span{
 		background: white;
 	}
 	.mean-container a.meanmenu-reveal{
 		color: white;
 	}
 	.mean-container .mean-nav {
		background: #e3672a;
	}
	
	.mean-container .mean-nav ul li a.mean-expand {
    	height: 29px;
	}
	.footer .col-md-4{
		margin-bottom: 20px;
	}
	
	.custom_content .col-md-3{
		margin-bottom: 40px;
	}
	.custom_content {
			padding: 0 0 0px;
	}
	.logo img{
		max-width: 100%;
		display: block;
		margin: 0 auto;
	}
}
@media (max-width: 568px) {
  .widget_footer {
			text-align: center;
	}
	.footer table{
		margin: 0 auto;
	}
	.colf{
		margin-bottom: 50px;
	}
	.cnss-social-icon {
			margin-top: 20px !important;
	}
	.fbox h3 {
			position: absolute;
			left: 50%;
		  width: 100%;
		  top: 50%;
			font-size: 43px;
			line-height: 50px;
			color: white;
			transform: translate(-50%, -50%);
			text-align: center;
		margin: 0;
	}
	.widget_footer {
			background: #1a1919;
			padding: 55px 0 0px;
	}
	.textslider h1{
		font-size: 30px;
		line-height: 35px;
		margin: 5px 20px 0 20px;
	}
	.textslider p{
		margin: 5px 20px 0 20px;
		font-size: 14px;
	}
	#slider_home .item {
			height: 400px !important;
			position: relative;
	}
} 