/*
Theme Name:		Business Ninja 2017
Theme URI:		
Author:			
Author URI:		
Version:		3.0
*/

@import url(css/fonts.css);


/*-----------------------------------------------------------------------------------*/
/* Typography and some main Elements
/*-----------------------------------------------------------------------------------*/

html * { -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box; }
body {background: #fff; font-size:18px; color:#444; font-family:'MuseoSans100', Arial, Helvetica, sans-serif; overflow-x:hidden; line-height:1; }
h1, h2, h3, h4, h5, h6 { padding:0; margin:0 0 15px 0; line-height:1.2; font-family: 'MuseoSans300'; }
h1 { font-size:58px; }
h2 { font-size:48px; }
h3 { font-size:24px; }
h4 { font-size:20px; }
h5 { font-size:13px; }
h6 { font-size:13px; }
ul,ol { margin:0; padding:0; list-style:none; }
a, a:visited, a:active { color:#f26522; text-decoration:none; -webkit-transition:color .3s ease-out; -moz-transition:color .3s ease-out; -o-transition:color .3s ease-out; -ms-transition:color .3s ease-out; transition:color .3s ease-out; }
a:focus, a:hover { color:#636363; text-decoration:underline; }
p { margin:0 0 15px 0; line-height:1.5; }


/*-----------------------------------------------------------------------------------*/
/* Structure
/*-----------------------------------------------------------------------------------*/

.container { max-width:1150px; margin:0 auto; width: auto; padding-left:20px; padding-right:20px; }

#content .main {float: left; width: 780px;}
body #content .full-width {float: none; width: auto;}
#sidebar {float: right; width: 240px; text-align: center;}

/*-----------------------------------------------------------------------------------*/
/* Header styling
/*-----------------------------------------------------------------------------------*/

#header { padding: 30px 0; background: #fff url(images/banner-bg.jpg) left bottom; background-size: cover;}
.home #header { padding: 30px 0; background: #000;  background-size: cover; }
	#header .logo { float:left; width: 322px;}
		#header .logo img { width: 322px; }

/*-----------------------------------------------------------------------------------*/
/* Navigation styling
/*-----------------------------------------------------------------------------------*/

	#header nav { float:right; width: 540px;}
		#header nav li { float:left;}
		#header nav li a { font-size:17px; color:#FFF; text-decoration:none; display: block; margin: 10px 25px 0 0; }
		#header nav li a:hover { color:#f26d7d; }
		
/*-----------------------------------------------------------------------------------*/
/* SECTIONS
/*-----------------------------------------------------------------------------------*/




/* pages */

#page-banner h1 {
	margin: 60px 0 0 0; padding: 0; color: #fff; font-size: 92px;
	font-family: 'MuseoSans100'; 
	line-height: 1;
}

#content { 
	background:#fff; 
	padding: 40px 0; 
	text-align: left;
}

		#content .main h2 { font-size: 32px; color:#f26522; margin: 20px 0 5px 0; }
		
		#content .main ul {margin: 0 0 20px 0;}
			#content .main ul li { list-style: circle; padding: 5px 0; margin: 0 0 0 16px; text-align: left; line-height: 1.2;}
	
		#content .main ol {margin: 0 0 20px 0;}
			#content .main ol li { list-style: decimal; padding: 5px 0; margin: 0 0 0 16px; text-align: left; line-height: 1.2;}
	
			#content h2 { color:#444; margin:0 0 20px 0; }
			#content .main h3 { text-align: left; font-weight: 600;}
			
			#content .main .service { width:31%; display:inline-block; margin: 15px 1% 15px 1%; }
			#content .main .service a img { margin:0 auto 10px auto; }
			#content .main .service h3 { text-align: center; font-family: 'MuseoSans300Italic'; margin:0 0 2px 0; }
			#content .main .service p { text-align: center;}
			
		.main p {text-align: left;}
		
		.main .post {text-align: left;}
		
	
		body #content .sidebar-blog {text-align: left !important;}
		body #content .sidebar-blog h3 {padding-top: 20px;}
		body #content .sidebar-blog ul li.cat-item {text-align: left !important; padding: 3px 0;}
		body #content .sidebar-blog ul li.cat-item a {text-align: left !important;}

	
/*-----------------------------------------------------------------------------------*/
/* Home Page styling
/*-----------------------------------------------------------------------------------*/


#home-hero {
	background: #fff url(images/home-hero-bg.jpg) center bottom no-repeat; background-size: cover; height: 600px;
	padding: 100px 0 0 0;
}
	#home-hero h1 {float: left; font-size: 86px; color: #fff; letter-spacing: -2px; line-height: 1; padding: 0;}
	#home-hero img {float: right; max-width: 55%; height: auto;}	


#home-about { margin:0 auto; padding:30px 0 50px 0; }
	
	#home-about-left {float: left; width: 28%;}
		#home-about-left p {font-size: 16px; text-align: left; font-style: italic; line-height: 2;}
	
	#home-about-right {float: right; width: 64%;}
		#home-about-right p {font-size: 24px; text-align: left;
		line-height: 1.7;	
	}

	#home-about-right .btn {
		font-family: 'Montserrat';
		line-height: 2;
		font-size: 11px; background: #000; text-transform: uppercase; 
		color: #fff;
		border-radius: 3px;
		margin: 0;
		float: left;
		padding: 10px 40px;	
		letter-spacing: 5px;
	}


#home-subscribe { background: #000; text-align:center; padding: 40px 0; }
	#home-subscribe h2 { 
		display: block; font-family: 'MuseoSans100'; color:#FFF;
		font-size: 24px; padding: 0; margin: 0 0 10px 0;
		line-height: 1;
	}
	#home-subscribe-btn { display: inline-block; }
		#hom-subscribe .btn {
			font-family: 'Montserrat';
			font-size: 11px; background: #f26522; text-transform: uppercase; 
			color: #fff;
			border-radius: 3px;
			margin: 0 0 0 20px;
			padding: 10px 40px;
			letter-spacing: 2px;
		}



#home-services { 
	background: #ececec;
	text-align:center; padding: 60px 0; 
}

	#home-services h2 { 
		font-family: 'MuseoSans500'; color:#333;
		font-size: 22px; padding: 0; margin: 0 0 30px 0;
		line-height: 1;
	}

	#home-services .service { width:25%; display:inline-block; margin:0 32px 30px 32px; }
	#home-services .service img { margin: 20px auto; }
	#home-services .service h3 a { 
		font-family: 'MuseoSans500'; margin: 20px 0; 
		text-transform: uppercase;
		color: #333;
		line-height: 1.4;
		display: block;
		font-size: 16px;
	}
	
	
	#home-services .btn {
		font-family: 'Montserrat';
		line-height: 2;
		font-size: 11px; background: #ccc; text-transform: uppercase; 
		color: #fff;
		border-radius: 3px;
		margin: auto;
		display: inline-block;
		padding: 10px 40px;	
		letter-spacing: 5px;	
	}


#home-promo {
	background: url(images/building-image.jpg); background-size: cover;
	padding: 80px 0 160px 0;
}
	#home-promo h2 {
		font-style: italic; line-height: 1; 
		margin: 25px 0;
		font-size: 72px;
		color: #fff;
		font-family: 'MuseoSans100';
		letter-spacing: -1px;
	}
	#home-promo h2 span {font-family: 'MuseoSans500';}
	
	#home-promo .btn {
		font-family: 'Montserrat';
		font-size: 11px; background: #000; text-transform: uppercase; 
		color: #fff;
		border-radius: 3px;
		margin: 0;
		padding: 10px 40px;	
		letter-spacing: 2px;
	}

#home-quote { background: #000; text-align:center; padding: 40px 0 45px 0; }
	#home-quote h2 { 
		display: inline-block; font-family: 'MuseoSans100'; color:#FFF;
		font-size: 32px; padding: 0; margin: 0;
		line-height: 1;
		position: relative; 
		top: 5px;
	}
	#home-quote-btn { display: inline-block; }
		#home-quote .btn {
			font-family: 'Montserrat';
			font-size: 11px; background: #f26522; text-transform: uppercase; 
			color: #fff;
			border-radius: 3px;
			margin: 0 0 0 20px;
			padding: 10px 40px;
			letter-spacing: 2px;
		}

#home-clients { margin:0 auto; padding: 60px 0; text-align:center; }
	#home-clients .clients-slider { position:relative; width: auto; max-width:900px; padding: 20px 0 40px 0; }
	#home-clients h2 { color:#222; text-transform: uppercase; font-size: 22px; }
	
	#home-clients .slides {width: 100%;}
		#home-clients .slides li { 
			float: left; width: 25%;
			margin: 40px 0;
			position: relative;
			vertical-align: middle;
		}
	#home-clients .slides li img { margin: auto; display:block; width: 100%; max-width: 220px; height: auto; }
	
/* gallery */

/* The Gallery container (div) */
.gallery { }

/* A Gallery item container,
 for 3, 2 and 4 column galleries */
.gallery .gallery-item { float: left; margin: 10px 20px 30px 0;}
.gallery-columns-2 .gallery-item { }
.gallery-columns-4 .gallery-item { }

/* The actual image inside a container
for 3, 2 and 4 column galleries */
.gallery img {  background: #fff; }
.gallery-columns-2 .attachment-medium { }
.gallery-columns-4 .attachment-thumbnail { }

/* A gallery image caption */
.gallery .gallery-caption { }

/* Definition lists elements */
.gallery dl, .gallery dt { }

/* Pick the second line break if two
line breaks are adjacent */
.gallery br+br { }


/* blog */
.attachment-post-thumbnail {width: 100%; height: auto;}

.attachment-thumbnail {float: left; margin-right: 25px;}
h2 a {line-height: 1; display: block}

.date {font-style: italic; font-size: 12px; margin: 0; padding: 0 0 10px 0;}





/* services */
#services { 
	text-align:center; padding: 60px 0; 
}

	#services h2 { 
		font-family: 'MuseoSans500'; color:#333;
		font-size: 22px; padding: 0; margin: 0 0 30px 0;
		line-height: 1;
	}

	#services .service { width:25%; display:inline-block; margin:0 32px 30px 32px; }
	#services .service img { margin: 20px auto; }
	#services .service h3 a { 
		font-family: 'MuseoSans500'; margin: 20px 0; 
		text-transform: uppercase;
		color: #333;
		line-height: 1.4;
		display: block;
		font-size: 16px;
	}
	
	
	#services .btn {
		font-family: 'Montserrat';
		line-height: 2;
		font-size: 11px; background: #ccc; text-transform: uppercase; 
		color: #fff;
		border-radius: 3px;
		margin: auto;
		display: inline-block;
		padding: 10px 40px;	
		letter-spacing: 5px;	
	}


/* packages */
#packages h2 {
	text-align: center; font-size: 33px;
	font-family: 'MuseoSans500'; 
	padding: 40px 0 20px 0;
}
#packages .package {float: left; text-align: center;}
		
	#packages .package .featured {
		line-height: 2; 
	}
	#packages .package .active {font-family: 'MuseoSans500'; background: #e3e3e3; width: 80%; margin: auto; }
	#packages .package .package-inner .active {width: 70%;}

#packages #package1 {width: 32%;}
#packages #package2 {width: 32%; margin-left: 2%; margin-right: 2%;}
#packages #package3 {width: 32%;}
	#packages .package .package-inner {
		border: solid 2px #ddd;
		padding: 20px;
		border-radius: 3px;
	}
	#packages .package .package-inner img {margin: 20px 0;}
	#packages .package .package-inner h3 {font-size: 24px; font-family: 'MuseoSans500'; color: #f26522;}

	#packages .package .package-inner h4 {
		text-transform: uppercase; font-family: 'MuseoSans500'; 
	}
	#packages .package .package-inner hr {margin: 20px 0;}
	#packages .package .package-inner p {font-size: 16px; margin: 0 0 10px 0; padding: 0;}
	
	#packages .package .package-inner .package-price {
		font-size: 42px; font-family: 'MuseoSans500'; color: #f26522; padding: 0 0 5px 0;
	}
	#packages .package .package-inner .package-price-month {
		font-size: 19px; font-family: 'MuseoSans500'; color: #f26522; padding: 5px 0 0 0;
	}
	#packages .package .package-inner .package-price-day {
		font-size: 19px; font-family: 'MuseoSans500'; color: #f26522; padding: 5px 0 0 0;
	}

	#packages .package .btn {
		display: inline-block; font-family: 'Montserrat';
		font-size: 13px; background: #f26522; text-transform: uppercase; 
		color: #fff;
		border-radius: 3px;
		margin: 20px 0 20px 20px;
		padding: 15px 45px;
		letter-spacing: 2px;
	}

#customized-package-cta {margin: 30px 0; padding: 30px 0; background: #f3f3f3; text-align: center;}
	#customized-package-cta h2 {
		font-style: italic; font-family: 'MuseoSans100'; padding: 0 0 10px 0; margin: 0; 
		font-size: 42px;
		line-height: 1;	
	}
	#customized-package-cta h3 {font-family: 'MuseoSans100'; padding: 0; margin: 0; font-size: 29px;}
	#customized-package-cta .btn {
		display: inline-block; font-family: 'Montserrat';
		font-size: 13px; background: #f26522; text-transform: uppercase; 
		color: #fff;
		border-radius: 3px;
		margin: 20px 0 20px 20px;
		padding: 15px 45px;
		letter-spacing: 2px;
	}


#package-content { margin:0 auto; padding: 30px 0 70px 0; }
	
	#package-left {float: left; width: 28%;}
		#package-left p {font-size: 16px; text-align: left; font-style: italic; line-height: 2;}
	
	#package-right {float: right; width: 64%;}
		#package-right p {font-size: 24px; text-align: left;
		line-height: 1.7;	
	}

	#package-right .btn {
		font-family: 'Montserrat';
		line-height: 2;
		font-size: 11px; background: #000; text-transform: uppercase; 
		color: #fff;
		border-radius: 3px;
		margin: 0;
		float: left;
		padding: 10px 40px;	
		letter-spacing: 5px;
	}


/* contact BLOCK*/
#home-contact {
	background: url(images/contact-bg.jpg); background-size: cover;
	padding: 80px 0;
}
	#home-contact h2 {font-size: 42px; color: #fff; line-height: 1; margin: 0; padding: 0;}
	#home-contact h3 {font-size: 28px; color: #fff; line-height: 1; margin: 0 0 30px 0;}

#page-contact {
	background: #dadada url(images/page-contact-bg.jpg); background-size: 100% auto; background-repeat: no-repeat;
	padding: 80px 0;
	text-align: center;
}
	#page-contact h2 {
		font-family: 'MuseoSans100'; font-size: 54px; font-style: italic;
		color: #fff; line-height: 1; margin: 20px 0; padding: 0;
	}
	
	#contact-form-holder {width: 640px; margin: auto; background: #fff; padding: 30px 20px 20px 20px;}
		#page-contact #contact-form-holder h3 {
			font-size: 28px; color: #222; line-height: 1; margin: 0 0 30px 0;
			font-family: 'MuseoSans500'; 
		}




/* forms */
.wpcf7-text, .wpcf7-email {
	border: solid 2px #ccc; padding: 15px;
	width: 100%;
	max-width: 560px;
	font-size: 21px;
	border-radius: 3px;
	font-family: 'MuseoSans300';
}
.wpcf7-textarea {
	padding: 15px;
	width: 100%;
	max-width: 560px;
	font-size: 21px;
	font-family: 'MuseoSans300';
	border-radius: 3px;
	border: solid 2px #ccc;
	height: 220px;
}

.wpcf7-submit {
	font-family: 'Montserrat';
	font-size: 13px; background: #000; text-transform: uppercase; 
	color: #fff;
	border: none;
	border-radius: 3px;
	margin: 0;
	padding: 10px 60px;
	letter-spacing: 2px;
}
	.wpcf7-submit:hover {background: #333;}

/* mailchimp */
#mc_embed_signup #mce-EMAIL {
	width: 100%;
	max-width: 560px;
	font-size: 21px;
	font-family: 'MuseoSans300';
	line-height: 40px;
	height: 40px;
	padding: 0 0.4em;
}
body #mc_embed_signup .button {
    font-family: 'Montserrat';
	font-size: 13px; background-color: #f26522 !important; text-transform: uppercase;
    letter-spacing: 1px;
    color: #fff;
    box-sizing: border-box;
    height: 40px;
	padding: 0 18px;
    line-height: 40px;
    display: inline-block;
    margin: 0;
    transition: all 0.23s ease-in-out 0s;
	max-width: 200px;
}



#sidebar {text-align: center;}
	#sidebar h2 {font-size: 32px; padding: 0 0 20px 0; margin: auto; width: auto; text-align: center;}
	#sidebar h3 a {font-weight: normal; font-style: normal; font-size: 18px;}
	#sidebar .service {padding: 20px 0 20px 0;}
		#sidebar .service img {margin: 0 auto 10px auto; width: 50%; height: auto;}
		#sidebar .service p {font-size: 15px;}

	#sidebar .service h3 a { 
		font-family: 'MuseoSans500'; margin: 20px 0; 
		text-transform: uppercase;
		color: #333;
		line-height: 1.4;
		display: block;
		font-size: 16px;
	}
	
	
	#sidebar .service .btn {
		font-family: 'Montserrat';
		line-height: 2;
		font-size: 11px; background: #ccc; text-transform: uppercase; 
		color: #fff;
		border-radius: 3px;
		margin: auto;
		display: inline-block;
		padding: 10px 40px;	
		letter-spacing: 5px;	
	}


#footer { background: #000; padding: 40px 0; }
	
	#footer .footer-left { width:350px; margin: 0; float:left; }
		#footer .footer-left .logo img { margin: 0 15px 0 0; float: left;}
		#footer .footer-left p { margin: 14px 0 0 0; color:#FFF; line-height:1; font-size:12px; }
		#footer .footer-left a { margin:0; color:#FFF; font-size:12px;}
	
	#footer .footer-right {float:right; width: 740px;}
	#footer .footer-right p {text-align: right;}
		#footer ul { margin: 12px 5px 0 0; width: 510px; float:right;}
			#footer ul li { margin:0 20px 0 0; display: inline-block; float: left;}
			#footer ul strong a { font-size:14px; color:#FFF; font-weight:normal; }
			#footer ul a { font-size:14px; text-transform:uppercase; color: #fff;}

		#footer .social-links { float: right; margin: 4px 0 0 0; width: 122px; }
			#footer .social-links a img { width: 28px; height: auto; }
			#footer .social-links a { display:inline-block; margin:0 1px;}
	
