/*  
Theme Name: Level Up Base
Version: 1.0
Description: Level Up Design Theme Base
Tags: light, gray, white, custom-background, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready
License: GNU General Public License
License URI: license.txt
Text Domain: pioneer

---------

DO NOT EDIT THIS FILE.
*/
.wp-caption, .wp-caption-text, .gallery-caption{text-align: center; font-style: italic;}
.bypostauthor{}
.sticky{}
select{
	max-width: 100%;
}
.space{
	height: 60px;
}
.alignright{
	text-align: right;
}
.alignleft{
	text-align: left;
}

.aligncenter{
	text-align: center;
}
.wpcf7-validation-errors{
	display: none !important;
}
.map-container .address  {
	color: #fff;
	font-size: 18px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	margin: 0;
	text-transform: uppercase;
	letter-spacing: 2px;
}
img{
	max-width: 100%;
	height: auto;
}
@media (min-width: 782px){

	.logged-in .navbar-fixed-top{
		top: 32px;
	}
	
}
.post-tags li  i{
	display: inline-block;
	color: #d35400;
	margin-right: 10px;
	font-size: 11px;
}
.form-control{
	border-radius: 0px;
	box-shadow: none;
	border: none;
}
.form-control:focus{
	box-shadow: none;
}
.form-control{
	margin: 0 0 18px;
	width: 100%;
	color: #686868;
	height: 40px;
	font-size: 14px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	padding: 10px 20px;
	background: #f2f2f2;
	border: none;
	outline: none;
	transition: all 0.17s ease-in-out;
	-moz-transition: all 0.17s ease-in-out;
	-webkit-transition: all 0.17s ease-in-out;
	-o-transition: all 0.17s ease-in-out;
	position: relative;
	z-index: 2;
}
textarea.form-control{
	height: 150px;
	margin-bottom: 42px;
	
}
#commentform, .wpcf7-form{
	margin: 60px 0;
	padding: 0 60px;
	position: relative;
	padding-top: 50px;
}
.wpcf7-form{
	padding-top: 0px;
}
body{
	overflow-x: hidden;
}
#commentform:after, .wpcf7-form:after{
	content: '';
	position: absolute;
	top: 10px;
	left: 0;
	bottom: 20px;
	z-index:-1;
	width: 100%;
	border: 1px solid #000000;
}
.wpcf7-form h1{
	text-align: center;
	color: #111111;
	font-size: 18px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	margin: 0 0 2px;
	text-transform: uppercase;
	letter-spacing: 2px;
	position: relative;
	z-index: 2;
}
.wpcf7-form h1 span{
	display: inline-block;
	background: #fff;
	padding: 0 20px;
}
.wpcf7-form br{
	display: none;
}
.wpcf7-form-control-wrap{
	display: block !important;
}
.wpcf7-form p.intro{
	text-align: center;
	color: #686868;
	font-size: 14px;
	font-family: 'Open Sans', sans-serif;
	margin: 0 0 25px;
}
#reply-title span{
	display: inline-block;
	background: #fff;
	padding: 0 20px;
}
.comment-notes{
	display: none;
}
a{
	color: #000;
}
#reply-title {
	
	text-align: center;
	color: #111111;
	font-size: 18px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	margin: 0 0 2px;
	text-transform: uppercase;
	letter-spacing: 2px;
	position: relative;
	z-index: 2;
	margin-bottom: -83px;
}
#submit{
	text-align: center;
	color: #000000;
	font-size: 14px;
	font-family: 'Montserrat', sans-serif;
	padding: 10px 40px;
	text-decoration: none;
	border: 1px solid #000000;
	text-transform: uppercase;
	letter-spacing: 2px;
	background: #fff;
	transition: all 0.17s ease-in-out;
	-moz-transition: all 0.17s ease-in-out;
	-webkit-transition: all 0.17s ease-in-out;
	-o-transition: all 0.17s ease-in-out;
}
.form-submit{
	text-align: center;
	position: relative;
	z-index: 2;
}
.comment-count{
	margin-bottom: 60px !important;
}
#submit:hover{
	color: #fff;
	background: #d35400;
	border: 1px solid #d35400;
}
.comment-tree , .comment-tree ul.children{
	padding: 0px;
	list-style: none;
}
.comment-tree .children{
	margin-left: 100px;
}
.comment-box, .comment-content{
	overflow: hidden;
}
.comment-content{
	padding-bottom: 15px;
	border-bottom: 1px solid #000;
	margin-bottom: 15px;
}
.comment-box .avatar{
	float: left;
	margin-right: 10px;
}
.author-name, .author-name a{
	color: #000000;
	font-size: 14px;
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin: 8px 0 0px;
}
.time {
	display: inline-block;
	margin-bottom: 15px;
	font-style: italic;
}
.comment-reply-link{
	display: inline-block;
	float: right;
	text-align: center;
	color: #000000;
	font-size: 12px;
	font-family: 'Montserrat', sans-serif;
	padding: 5px 10px;
	text-decoration: none;
	border: 1px solid #000000;
	text-transform: uppercase;
	letter-spacing: 2px;
	background: #fff;
	transition: all 0.17s ease-in-out;
	-moz-transition: all 0.17s ease-in-out;
	-webkit-transition: all 0.17s ease-in-out;
	-o-transition: all 0.17s ease-in-out;
}
.comment-reply-link:hover{
	text-decoration: none;
	color: #fff;
	background: #d35400;
	border: 1px solid #d35400;
}
.comment-section{
	margin-bottom: 60px;
}
.flexslider{
	border: none !important;
}
.slider-part .flex-direction-nav{
	display: none !important;
}
#home-section:after{
	z-index: 2;
}
.home-content{
	z-index:10;
}
.statistic-post h2{
	color: #ffffff;
	font-size: 18px;
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin: 0 0 12px;
}
.statistic-post p {
color: #ffffff;
font-size: 14px;
font-family: 'Open Sans', sans-serif;
line-height: 24px;
margin: 0;
}
.statistic-post{
	color: #fff;
}
body .wpb_row{
	margin-bottom: 0px;
}
#portfolio-section{
	overflow: hidden;
}
.blog-pagination{
	list-style: none;
	padding: 0px;
	text-align: center;
	margin: 30px 0px;
}

.blog-pagination li {
display: inline-block;
}
.blog-pagination li a, .blog-pagination li span{
	display: inline-block;
	margin: 2px;
	border: 1px solid #000;
	padding: 5px 10px;
}
.blog-pagination li a:hover, .blog-pagination li span{
text-decoration: none;
color: #fff;
background: #d35400;
border: 1px solid #d35400;

}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus{
	color: #fff;
	background: rgba(211,84,0,0.75);

}
.inner-hover span a{
	color: #fff;
}
.blog-list .blog-post p{
	text-align: center; 
}
.widget-title{
	font-size: 18px;
font-family: 'Montserrat', sans-serif;
text-transform: uppercase;
letter-spacing: 2px;
margin: 0 0 10px;
	color: #111111;
	background: #fff;
	z-index: 2;
}
.sidebar{
	padding: 140px 0px;
}
.sidebar .widget{
	margin-bottom: 30px;
}
.widget_rss li{
	margin-bottom: 20px;
}

#wp-calendar{
	width: 100%;
}
#wp-calendar th, #wp-calendar td{
	padding: 5px;
	text-align: center;
	border: 1px solid #dedede;
}

#today{
	background: #d35400;
	color: #fff;
}
.widget_recent_entries ul, .widget_recent_comments ul, .widget_archive ul, .widget_categories ul, .widget_meta ul, .widget_pages ul, .widget_rss ul, .widget_nav_menu ul{
	padding: 0px;
	margin: 0px;
	list-style: none;
}
.widget_recent_entries ul li, .widget_recent_comments ul li, .widget_archive ul li, .widget_categories ul li, .widget_meta ul li, .widget_pages ul li, .widget_nav_menu ul li{
	padding: 5px 0;
border-bottom: 1px solid #dedede;
}
.tagcloud a{
	display: inline-block;
color: #000000;
font-size: 14px;
padding: 2px 18px;
text-decoration: none;
border: 1px solid #000000;
transition: all 0.17s ease-in-out;
-moz-transition: all 0.17s ease-in-out;
-webkit-transition: all 0.17s ease-in-out;
-o-transition: all 0.17s ease-in-out;
margin: 2px;
}
.tagcloud a:hover{
	color: #fff;
	background: #d35400;
	border: 1px solid #d35400;
}
.dropdown-menu > li > a{
	padding: 10px 20px;
}
.dropdown-menu{
	padding: 0px;
}
.padding{
	padding: 100px 0px;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus{
	background: #d35400;
}