.works .work {

    cursor: pointer;

    float: left;

    overflow: hidden;

    position: relative;

}

.works .grid{

	display: inline-block;

	width: 100%;

}

.article .info{
	padding-left: 0;
}
.sidebar {
  padding-left: 0;
}
.project .info .item a {
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
   -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  color: #aaaaaa;
}
.entry-thumbnail{
	text-align: center;
}
.sidebar .widget li a {
  color: #aaaaaa !important;
}
.sidebar .widget li a:hover{
	 color: #000000 !important;
}
.sidebar .widget .title {
  line-height: 20px;
  margin-top: 0px;
}
.sidebar .widget{
	padding: 0;
	margin-bottom: 37px;
}
.sidebar .widget ul{
	margin-bottom: 0;
}
.sidebar .widget.widget_search{
	padding-top: 0;
	padding-bottom: 0;
}
.sidebar .widget.widget_search form{
	margin-bottom: 0;
}
.sidebar .widget.widget_search form input{
	margin-bottom: 0;
}
#work .quote{
	padding: 0;
	margin-left: 0;
	margin-right: 0;
  	width: 100%;
}
.post.border{
	border: none;
}
.history a.more {
  background-image: url("../images/misc/more.png");
  padding-bottom: 7px;
   padding-right: 12px
}
.history .milestone .info p{
	line-height: 30px;
	text-align: justify;
}
/*.article .entry-title a, .article .entry-title:visited{
	color: #333;
}*/

.home.blog .overlay {
 padding-top: 210px !important;
    position: relative !important;
}
.article .comment .comment-author .photo{
	background-color: transparent;
}
.article .comment .comment-author .fn {
  color: #000000;
  font-family: "Montserrat";
  font-size: 16px;
  letter-spacing: 1px;
  margin-bottom: 15px;
  padding-top: 20px;
  text-transform: uppercase;
  display: block;
}
.article .comment .comment-author .says{
	display: none;
}
.comment-list .comment-meta{
	position: relative;
	color: #666666;
}
.comment-list .comment-meta .reply a{
  background: none repeat scroll 0 0 #eeeeee;
  color: #666666;
  padding: 2px 5px;
  position: absolute;
  right: 0;
  top: 20px;
}

.comment-list .comment-meta .reply a:hover{
	background-color: #666666;
    color: #eeeeee;
}
.works .grid .info .subtitle a{
	color: #999999;
}
.works .grid .info .subtitle a:hover{
	color: white;
}
.navigation ul li a {
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;  
}


.project-preview .text,.project-preview p {
    font-size: 14px;
    font-weight: 400;
    line-height: 30px;
}

.preview .project-preview .subtitle {
  color:#999;
}
.offset-small {padding-top:100px;padding-bottom: 100px;}

@media only screen and (max-width: 767px) {.offset-small {padding-top:50px;padding-bottom: 50px;}}

.wpcf7-form input[type="submit"] {margin-top:20px}