/*
	Theme Name: Fitzeous
	Theme URI: http://fitzeous.bolvo.com/
	Author: DesignArc
	Author URI: http://themeforest.net/user/designarc
	Description: A powerful WordPress theme for Fitness businesses.
	Version: 1.5
	Text Domain: fitzeous
	License: Themeforest Split License.
	License URI: http://themeforest.net/licenses.
	Tags: threaded-comments, translation-ready, custom-menu
*/

/*
 *
 * This is default style.css file that WordPress loads.
 * Its not recommended to put anything here, as this file will get overwritten when you update theme.
 * If you want to just change few styles, then you can put your styles in wp-admin/theme-options/customcss
 * If you want to do heavy modifications, please use a child theme. A blank child theme is supplied with your Themeforest download.
 *
 */
.home-slider-wrapper{
	padding: 10px;
	background: white;
	padding-top: 17px;
}
.copy_right {
    background: black;
    overflow: hidden;
    padding: 5px 10px;
    color: #ffffff75;
    font-size: 13px;
}
.home-about-us{
	text-align: center;
	padding: 20px 10px;
	background: #f1efef;
}
.mainheading{
	color: #1d1d1d;
	text-transform: uppercase;
	font-size: 18px !important;
	display: inline-block;
	margin: 0px auto;
	position: relative;
	font-weight: bold;
}
.mainheading:before{
	content: " ";
	display: inline-block;
	position: absolute;
	width: 200%;
	height: 1px;
	background: #1d1d1d;
	left: -250%;
	top: 10px;
}
.mainheading:after{
	content: " ";
	display: inline-block;
	position: absolute;
	width: 200%;
	height: 1px;
	background: #1d1d1d;
	right: -250%;
	top: 10px;
}
.mainheadingunder{
	font-size: 12px;
	margin-bttom: 15px;
}
.cat-inner a img{
	max-width: 100%;
}
.cat-inner h4{
	padding: 0px !important;
	margin: 0px !important;
	line-height: 12px;
}
.cat-inner h4 a{
	font-size: 15px;
	color: #1d1d1d !important;
	padding: 0px !important;
	margin: 0px !important;
}
.cat-inner h6 a{
	font-size: 12px;
	color: #1d1d1d !important;
}
.cat-inner:hover h6 a{
	color: #e77817 !important;
}
.cat-inner:hover h4 a{
	color: #e77817 !important;
}
.newsletter-home{
	background: white;
	padding: 10px;
}
.newsletter-home #newsletter input{
	width: 90%;
	height: 30px;
	padding: 0px 10px;
	font-size: 12px;
}
.newsletter-home #newsletter button{
	width: 9% !important;
	height: 30px !important;
}
.newsletter-home span{
	text-align: right;
	display: block;
	font-weight: bold;
	color: #828080;
	padding-top: 5px;
}
.newsletter-home span:before{
	content: " ";
	display: block;
	position: absolute;
	background-image: url('assets/img/Untitled-3.png');
	background-size: cover;
	width: 50px;
	height: 50px;
	margin-top: -30px;
}
.feature-productss{
	text-align: center;
	padding: 20px 10px;
	background: #f1efef;
}
.pbox{
	border: 1px solid #1d1d1d2e;
	margin: 15px 0px;
	padding: 5px;
}
.pbox img{
	border-bottom: 1px solid #1d1d1d2e;
}
.pbox span{
	display: block;
	text-align: left;
	font-size: 13px;
}
.pbox .pname{
	font-weight: bold;
}
.pbox .part{
	color: #e77817;
}
.pbox .pmeta a{
	display: block;
	background: #e77817;
	color: white;
	height: 40px;
	padding-top: 10px;
	border-radius: 8px;
	text-align: center !important;
}