/* Single Portfolio Page */

#portfolio-single-client {
    margin-top:75px;
}
.portfolio-single-row1 {
    padding-bottom: 10px;
}
.portfolio-single-row3 {
    padding: 0 0 40px 0;
}
.portfolio-single-row4 {
    padding: 0;
}
.feature-container {
    padding-bottom:25px;
}
.row2-container {
    width:70%;
    padding-bottom:30px;
}

.portfolio-heading {
    font-family: 'Proxima N W01 Light';
    font-size: 3.5em;
    line-height: 1.05em;
    letter-spacing: 0.09em;
    color: #454545;
    opacity: 1;
    margin: auto;
    text-transform: uppercase;
    text-align:center;
}
.portfolio-parent-heading {
    font-family: 'Proxima N W01 Light';
    font-size: 3.5em;
    line-height: 1.05em;
    letter-spacing: 0.025em;
    color: #454545;
    opacity: 1;
    margin: auto;
    text-transform: uppercase;
    text-align:center;
}
.portfolio-subheading {
    font-family: 'Proxima N W01 Light';
    font-size: 1.5em;
    line-height: 1.05em;
    letter-spacing: 0.025em;
    color: #454545;
    opacity: 1;
    margin: auto;
    text-transform: uppercase;
    text-align:center !important;
}
.portfolio-back-heading {
    font-family: 'Proxima N W01 Light';
    font-size: 1.2em;
    line-height: 1.05em;
    letter-spacing: 0.025em;
    color: #454545;
    opacity: 1;
    margin: auto;
    text-transform: uppercase;
    float:left;
    padding-top:5px;
    padding-bottom:25px;
}
.portfolio-back-heading a {
    color: #454545 !important;
}
.portfolio-back {
    width:30px;
    height:30px;
    float:left;
    fill: #454545 !important;
}

.portfolio-title-border {
border-bottom: 1px solid #dddddd;
    left: 0;
    margin: 0 auto;
    right: 0;
    text-align: center;
    width: 75px;
}

.portfolio-single-client-feature {
    margin: 0 auto;
    text-align:center;
    padding-bottom:25px;
}

.portfolio-single-client-feature img {
    height:auto;
    max-width:70%;
}

.portfolio-gallery {
	list-style: none;
	display:table;
	margin:0 auto;
}
.portfolio-gallery li {
	float:left;
	display:inline-block;
	padding:5px;
}


/* Portfolio Grid Style */

.portfolio-image-cropped {
    width:100%;
    height:500px;
    background-repeat: no-repeat;
    -ms-background-position-x: center;
    -ms-background-position-y: center;
    background-position: center;
    background-size: cover;

}
.portfolio-image-layer {
    background-color: rgba(0, 0, 0, 0.4);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.portfolio-image-layer h2 {
    color: white;
    text-transform: uppercase;
    margin: 0;
    position: absolute;
    top: 38%;
    left: 50%;
    font-size: 2rem;
    transform: translate(-50%, -50%);
    white-space:nowrap;
}

.portfolio-thumb {
    padding-bottom:0px;
    padding-left:0px !important;
    padding-right:0px !important;
}
.portfolio-thumb:hover {
    cursor: pointer;
}

.portfolio-heading {
    font-size: 3.5em;
    line-height: 1.05em;
    letter-spacing: 0.09em;
    color: #454545;
    opacity: 1;
    margin: auto;
    text-transform: uppercase;
    text-align:center;
}

.portfolio-heading {
    font-size: 3.5em;
    line-height: 1.05em;
    letter-spacing: 0.025em;
    color: #454545;
    opacity: 1;
    margin: auto;
    text-transform: uppercase;
    text-align:center;
}

/* Overlay Effects */

#peffect .portfolio-overlay {
  top: 0;
    bottom:0;
  left: 0;
    right: 0;
  opacity: 0;
  }
#peffect .portfolio-foverlay {
  top: 0px;
    bottom:0;
  left: 0;
    right: 0;
  opacity: 0;
  }
  #peffect .portfolio-overlay a.portfolio-expand, #peffect .portfolio-foverlay a.portfolio-expand {
    left: 0;
  right: 0;
    top: 0;
  margin: 0 auto;
    opacity: 0;
  -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
    transition: all 0.5s;
}
#peffect .portfolio-thumb:hover .portfolio-overlay { 
  opacity: 1;
  }
  #peffect .portfolio-thumb:hover .portfolio-overlay a.portfolio-expand {
    top: 50%;
  margin-top: -30px;
    opacity: 1;
}
#peffect .fthumb.hover .portfolio-foverlay {
  opacity: 1;
  }
#peffect .fthumb.hover .portfolio-foverlay a.portfolio-expand {
    top: 50%;
  margin-top: -30px;
    opacity: 1;
}

/* effects */
.portfolio-overlay, .portfolio-foverlay {
  display: block;
    position: absolute;
  z-index: 20;
    background: rgba(0, 0, 0, 0.8);
  overflow: hidden;
    -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
  transition: all 0.5s;
  }

  a.portfolio-close-overlay {
    display: block;
  position: absolute;
    top: 0;
  right: 0;
    z-index: 100;
  width: 45px;
    height: 45px;
  font-size: 20px;
    font-weight: 700;
  color: #fff;
    line-height: 45px;
  text-align: center;
    background-color: #000;
  cursor: pointer;
  }
  a.close-overlay.portfolio-hidden {
    display: none;
}

a.portfolio-expand {
    position: absolute;
  z-index: 100;
    width: 60px;
  height: 60px;
    border: solid 2px #fff;
  text-align: center;
    color: #fff;
  line-height: 55px;
    font-weight: 700;
  font-size: 30px;
    -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
    -ms-border-radius: 30px;
  -o-border-radius: 30px;
    border-radius: 30px;
    text-decoration:none !important;
}
