.navbar .navbar-nav > li > a{
	text-align:center;
}

#block-lightwire-page-title{
	display:none
	}
.section-two-blocks .content{
	padding-left:80px!important;	
	width:auto!important;
}
.section-two-blocks{
	
	height:auto!important
}
.margin-top30px{
	margin-top:30px;
}
.vertical-row .row > div{
    display: flex !important;
    align-items: center;
}
#block-lightwire-local-tasks ul li{
	list-style-type:none;
	margin-right:15px;
	float:left;
}
.margin-top0{
	margin-top:0px!important;
}
.contact-form label{
	width: 100%;
    float: left;
    clear: both;
    margin-bottom: 15px;
    color: #4C4C4C;
    font-weight: normal;
    margin-top: 20px;
}
.contact-form input[type=text], .contact-form input[type=email], .contact-form textarea{
	width: 100%;
    border-radius: 0;
    border: none;
    border-bottom: 1px solid #2d2d2d;
    padding: 0;
    margin-bottom: 10px;
    background: none;
}
.contact-form input[type=submit] {
    text-transform: uppercase;
    font-weight: 500;
    position: relative;
    z-index: 1;
    overflow: hidden;
    white-space: nowrap;
    padding: 10px 25px;
    border: 1px solid #F5BF23;
    /* border-color: #F5BF23; */
    background: #F5BF23;
    color: #FFF;
    font-weight: normal;
    font-size: 14px;
}
.contact-form input[type=submit]:hover{
    transition: width .4s;
	background-color: #FFF;
	color:#F5BF23;
	transition:0.5s;
	
	}
.contact-form textarea{
	height:100px;
}
.contact-form{
	margin-top:-20px;
}
.grid-box .grid-item .advs-box, .maso-box .maso-item .advs-box,
.class-blog-list .grid-item{
	margin-bottom:60px
}
.widget .form-search{
	width: 100%;
    padding: 6px;
    border: 1px solid #cac9c9
}
.widget input[type=submit]{
    margin-top: 15px;
    background: #F5BF23!important;
    color: #FFF!important;
    border: none;
    padding: 6px 15px;
    border: solid 1px #F5BF23;
    transition: .4s;
    text-transform: uppercase;
	
}
.widget input[type=submit]:hover{
	background-color: #FFF!important;
    color: #F5BF22!important;
    border-color: #F5BF23;
}
.widget{
	margin-top:-14px;
}
.comment-form input[type=text], .comment-form textarea{
	clear:both;
	float:left;
	margin:15px 0 20px 0;
	padding:5px;
	width:100%;
	border:solid 1px #CCC;
}
#block-lightwire-content .search-form {
	width:100%;
	float:left;
	clear:both;
	margin-bottom:30px;
}