/* The Modal (background) */
.lw-gallery-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    height: 20px;
    left: 0;        
}
#location-projects.single-project .lw-gallery-nav #next-proj {
    position: absolute;
    right: 10px;

    display: inline-block;
    background: #5F5F5F;
    height: 50px;
    width: 50px;
    border-radius: 50px;
    text-align: center;
    line-height: 38px;
    font-size: 50px;
    color: #fff;            
}
#location-projects.single-project .lw-gallery-nav #prev-proj {
    position: absolute;
    left: 10px;         

    display: inline-block;
    background: #5F5F5F;
    height: 50px;
    width: 50px;
    border-radius: 50px;
    text-align: center;
    line-height: 38px;
    font-size: 50px;
    color: #fff;               
}        
.single-project .modal {
    display: none;  
}       
.single-project .modal {
    display: none;
    position: fixed; /* Stay in place */
    z-index: 999999; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.8); /* Black w/ opacity */
}
/* Modal Content/Box */
.single-project .modal-content {
    background-color: transparent;
    margin: 0 auto; /* 15% from the top and centered */
    padding: 0;
    border: 0;
    width: 80%; /* Could be more or less, depending on screen size */
    position: relative;
    height: 100%;
    display: table;
}

/* The Close Button */

.single-project #gallery-pop-up .content {
    text-align: center;
    float: none;
    width: 100%;    
    height: 100%;
    display: table-cell;
    vertical-align: middle;
}
.single-project .img-holder {
    width: 150px;
    height: 150px;
    overflow: hidden;

    width: 23%;
    height: auto;
    overflow: hidden;
    display: inline-block;
    margin: 0 1% 5px;   
}
.single-project .img-holder img {
    
}
.single-project #gallery-pop-up img {
    max-height: 900px;
}
.single-project .close:hover,
.single-project .close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}
.single-project  span.close {
    float: right;
    position: absolute;
    z-index: 1;    
    line-height: 37px;
    background: #fff;
    right: -20px;
    top: 6px;
    width: 50px;
    height: 50px;
    text-align: center;
    border: solid #444 1px;
    border-radius: 50px;
    padding: 0;
    background: #5F5F5F;
    color: #fff;
    font-weight: normal;
    font-size: 49px;      
}

#location-projects.single-project .prev-next {
    padding-bottom: 20px;
    height: 40px;
}
#location-projects.single-project .prev-next a {
	font-size: 20px;
}
#location-projects.single-project .prev-next .prev-btn {

}
#location-projects.single-project .prev-next .next-btn {
	float: right;
}
#location-projects.single-project .recent-posts {
	display: table;
    table-layout: fixed;
    width: 100%;
    padding: 5px 0;
    margin-bottom: 50px;
}
#location-projects.single-project .recent-posts li {
    display: table-cell;
    padding-left: 0;
    vertical-align: top;
}
#location-projects.single-project .recent-posts .excerpt {
	min-height: 75px;
}
#location-projects.single-project .recent-posts h4 {
	min-height: 50px;
	margin-bottom: 5px;
}
#location-projects.single-project .recent-feat-image {
	height: 150px;
}
#location-projects.single-project .read-more {
	padding-top: 50px;
    background: #000;
    padding: 8px 20px;
    border-radius: 5px;
    color: #fff;	
    margin-top: 20px;
    display: inline-block;
	font-size: 12px;
}
#location-projects.single-project .comments {
	border-top: 0;
	padding: 0;
}
#location-projects.single-project .comment-title {
	margin-bottom: 15px;
}
.single #project-contact .std-form-line > label {
	display: none!important;
}
.single #project-contact .std-form-line input[type="text"],
.single #project-contact .std-form-line input[type="email"],
.single #project-contact .std-form-line textarea {
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    font-family: roboto;
    border-radius: 3px;
    border-width: 1px;
    border-color: #ccc;
}
.single #project-contact .std-form-line textarea {
	min-height: 100px;
}
.single #project-contact .std-form-line .important-note {
	font-size: 12px;
    line-height: normal;
    display: block;
    margin-top: 7px;	
}
.single #project-contact .grp {
	width: 100%;
}
#location-projects.single-project .g-recaptcha {
    padding: 5px;
    border: solid #CCCCCC 1px;
    margin: 0 2px;
    border-radius: 2px;
}
#location-projects.single-project #buttons input[type="submit"] {
	padding: 15px 30px;
    font-weight: bold;
    margin: 30px auto 0;
    display: block;	
}
#location-projects.single-project #buttons .msg-container {
	display: block;
	text-align: center;
	margin-top:15px;
	font-style: normal;
}
#location-projects.single-project .feat-image {
	text-align: center;
	margin-bottom: 20px;
}
#location-projects.single-project .feat-image img {
	height: auto;
	width: 100%;
	max-width: 100%;
}
#location-projects.single-project .description {
	margin: 15px 0 30px;
}
#location-projects.single-project .rn-header {
    margin: 0 0 10px;
    font-size: 27px;
    border-bottom: solid #eee 4px;
    padding-bottom: 10px;
	font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif;
	font-weight: 600;	
}
#location-projects.single-project .categories, #location-projects .keywords {
	margin-top: 30px;
}
#location-projects.single-project .categories ul , #location-projects .keywords ul {
	list-style-type: none;
	padding-left: 0;
}
#location-projects.single-project .categories ul li, #location-projects .keywords ul li {
	margin: 5px 0;
}
#location-projects.single-project .content-ii {
	margin-top: 30px;
}
#location-projects.single-project a {
	color: #2574BD;
}
#location-projects.single-project #Website {
	word-break: break-all;
}
.single .share-buttons {
	text-align: center;
	margin: 20px 0 40px;
	font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif;
}
.single .share-buttons h4 {
	font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif;
	margin-bottom: 20px;	
}
.single .share-buttons a {
    margin: 0 4px;	
    color: #fff;
    display: inline-block;
    padding-right: 10px;
    text-decoration: none;
}
.single .share-buttons a.facebook-share-button {
	background: #3A5993;
}
.single .share-buttons a.twitter-share-button {
	background: #269BE4;
}
.single .share-buttons a.linkedin-share-button {
	background: #0F6FA5;
}
.single .share-buttons a i {
	display: inline-block;
    width: 30px;
    line-height: 30px;	
    background: rgba(255,255,255,.2);
    margin-right: 3px;
}
.single .review .by {
	margin: 0;
}
.single .review .review-body {
	margin: 0 0 10px;	
}
.single .review .rating {
	background: #F5F5F5;
	border-radius: 7px;
	padding: 0;	
	overflow: hidden;
	margin-bottom: 25px;	
}
.single .review .rating p {
	margin: 0;
	padding: 4px 10px;
}
.single .review .rating p.overall {
	background: #ececec;
	padding: 4px 10px;
}
.single .review .ave-ratings .empty-stars:before {
	-webkit-text-stroke: 1px #ccc;
}
.single .review .rating i {
	color: #F1E112;
	font-size: 14px;
}
.single .review .rating i.inactive {
	color: #ccc;
}			
.single .review .rating .label {
	margin-left: 20px;
	color: #444;
}
.single .ave-ratings .empty-stars::before, 
.single .ave-ratings .full-stars::before {
    font-size: 14pt!important;
}
.single .ave-ratings {
	color: #ccc!important;
}
.single .ave-ratings .full-stars {
    color: #F1E112!important;
}	
.single .ave-ratings {
    position: relative;
    vertical-align: middle;
    display: inline-block;
    color: #eee;
    overflow: hidden;
}
.single .ave-ratings .full-stars {
    position: absolute;
    left: 0;
    top: 0;
    white-space: nowrap;
    overflow: hidden;
    color: #F7D51B;
}
.single .ave-ratings .empty-stars:before, 
.single .ave-ratings .full-stars:before {
    content:"\2605\2605\2605\2605\2605";
    font-size: 40pt;
}
.single .ave-ratings .empty-stars:before {
    -webkit-text-stroke: 1px #eee;
}
.single .ave-ratings .full-stars:before {
    -webkit-text-stroke: 1px #F7D51B;
}