/*--##Top Nav Social Icons--*/
.social-list .menu-item {
  margin-top: 10px; }

.social-list .menu-item a:hover {
    background-color: transparent;   
		color: #2a93c9; }

/*--##Review Us CSS--*/
.top-panel .button {
       background-color: transparent;  border-style: solid;
 border-width: thin;
 border-radius: 3px;
 }
		
.top-panel a:hover {
       text-decoration: white;
		border-color: #2a93c9;
		background-color: #2a93c9;
}

/*--##Book Now--*/
.header-btn.btn:hover {
    color: #ffffff;
    border-color: #2a93c9;
    background-color: #2a93c9; 
}

/*--##Posts CSS--*/
.post-thumbnail {
  display: none;
}

.category .post-thumbnail {
display: inline-block;
  width:15%;
}

.fa.fa-comment {
		display: none;
}

.entry-meta .post__comments {
		display: none;
}

.post__date {
  margin-top: 20px;
	margin-bottom: 10px;
		margin-left: 30px;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400; }
  .post__date i {
    margin-right: 6px; }

.entry-title {
  margin-top: 30px;
	margin-left: 30px
}

.entry-content {
  margin-top: -5px;
}

/*--##Main Nav Hover--*/
.main-navigation a:hover {
       color: #2a93c9;
}

/*--##Services Pages--*/
.project-entry-title {
			display: none;
}

.featured-image {
		display: none
}