/*SideBar Menu*/
*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  list-style: none;
  text-decoration: none;
  
}

a:link {
  text-decoration: none ;
}

.columnP {
  padding: 20px;
  background-color: rgba(0, 0, 0, .25);
  border-radius: 5px;
  border: 0px green solid;
}

.wrapper{
  display: flex;
  position: relative;
}

.pointer {cursor: pointer;}


.wrapper .sidebar ul li{
  padding: 15px;
  border-bottom: 1px solid #343a40;
  border-bottom: 1px solid rgba(0,0,0,0.05);
  border-top: 1px solid rgba(255,255,255,0.05);
}    

.wrapper .sidebar ul li a{
  color: #343a40;
  display: block;
  /*text-transform: uppercase;*/
  white-space: nowrap;
  /*font-size: 13px*/
}

.wrapper .sidebar ul li:hover{
  background-color: #f3f6f5;
}
    
.wrapper .sidebar ul li:hover a{
  color: #20c997;
}

.wrapper .main_content{
  width: 100%;
  height: 100vh;
  overflow-y: scroll;
  overflow-x: hidden;
  /*margin-left: 15px; */
  scrollbar-width: none;
}

.main_content::-webkit-scrollbar {
  width: 0px;
}

/*Thumbnail Display*/
.portfolio-filter li:last-child {
	/*margin-right: 0;*/
}

.set-bg {
	background-repeat: no-repeat;
	/*background-size: contain;*/
	background-size: cover;
	/*background-size: 50%;*/
	background-position: top center;
	}

.portfolio-item {
	min-height: 100%;
	display: block;
}

.portfolio-warp {
	text-align:center;
	/*padding: 0 19px;*/
	padding-left: 0px;
	margin-bottom:150px;
}


  
/* Tansparancy Effect */
  .portfolio-box:before {
      position: absolute;
      content: "";
      left: 0;
      right: 0;
      bottom: 0;
      top: 0;
      z-index: 1;
      background: transparent;
      -webkit-transition: .3s all ease;
      -o-transition: .3s all ease;
      transition: .3s all ease; }


  
    .portfolio-box:hover:before {
      background: rgba(0, 0, 0, 0.4);
      }

   .butn h1{	
	position: absolute;
	z-index: 2;
	color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: .1em; 
  }
   
.butn {
  border-radius: 0;
  }
  .butn:hover, .butn:active, .butn:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none; }	 
	
.portfolio-box .butn-out-w h1{ 
    border-color: #fff;
	outline: 2px solid white;
	padding: 7px;
    border-width: 2px; 
	margin-left: 35%;
	margin-right: 35%;
	text-align: center;
	position: relative;
	top: 50%;
	}

    .portfolio-box .butn-out-w:hover h1{
      background: #fff;
      color: #000; 
	  -webkit-transition: .3s all ease;
      -o-transition: .3s all ease;
      transition: .3s all ease; }
	
/*Single Portfolio Display*/
.single-portfolio {
    padding-top: 15px;
    padding-bottom: 70px;
	padding-right: 80px;
	margin-bottom:150px;
}

.single-portfolio .box .rightC{	
   border-left: 1px dotted black;
   width: 10%;
   height: 100%;
   float: right;
   max-width: 150px;
   max-height: 500px;  
   overflow-y: scroll;
   overflow-x: hidden;
}

.single-portfolio .box .leftC{
  border: 0px dashed red;
  width: 90%;
  line-height: 498px;
  height: 100%;
  float: left;
}
		
.single-portfolio .box {
	width: 1000px; 
    height: 500px;
	/*background-color: #E2E2E2;*/
	background-color: rgba(0, 0, 0, .25);
    border: 0px dashed #f7a239;
	display: table-cell;
    text-align: center;
	}

.single-portfolio img {
	max-height: 500px;
	vertical-align: middle; 
}

.single-portfolio .box .leftC img{
	height: auto;
	width: 100%;
	object-fit: contain;
}

.single-portfolio .content-area h1 {
    margin-top: 15px;
    font-size: 1.875rem;
}


.single-portfolio .content-area .entry-content {
	margin-left: 10px;
    margin-top: 15px;
    line-height: 1.6;
}
.single-portfolio .entry-meta {
    margin-top: 15px;
	font-size: 14px;
	border-radius: 5px;
    border: 1px grey solid;
	padding: 15px;
	padding-bottom: 0px;
}

.single-portfolio .entry-meta label {
    display: block;
    line-height: 1.3;
    text-transform: uppercase;
}

.single-portfolio .date-format,
.single-portfolio .post-category,
.single-portfolio .posted-tags {
    display: block;
    margin-bottom: 25px;
}
.single-portfolio .posted-date span,
.single-portfolio .post-category span,
.single-portfolio .posted-tags span,
.single-portfolio .entry-meta a {
    color: #595959;
}

/* ----------------------------------------------------------------------------------------- */
                               /* MOBILE SCALING (Selected Work) */
/* ----------------------------------------------------------------------------------------- */
/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {} /*Image size BREAKS AT 575px; Need to scale menu padding to allow for multiple rows fo thumbnails; 
												Need to scale thumbnail size accuratly; "View" box begins to collapses at 430px need to fix */

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {} /*Need to scale menu padding to allow for multiple rows fo thumbnails; 
												Need to scale thumbnail size accuratly*/

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {} /*Image size BREAKS AT 991px; Need to scale menu padding to allow for multiple rows fo thumbnails; 
												Need to scale thumbnail size accuratly*/

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
} 

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
}

/* ----------------------------------------------------------------------------------------- */
                               /* MOBILE SCALING (Portfolio) */
/* ----------------------------------------------------------------------------------------- */
/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
	
			.wrapper .sidebar{
  width: 150px;
  height: 100%;
 /* background: #f3f3f4;*/
  background: #fff;
  padding: 30px 15px;
  position: relative;
}
#row1 {
  padding-top: 5px;
}
} /*Need to change max heihgt of image display box; 
												Need to create one box for image display and make thumbnails a collapseable overlay;
												Need to scale menu padding and width; dimesntions etc need to placed in footer box;*/

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
		.wrapper .sidebar{
  width: 250px;
  height: 100%;
 /* background: #f3f3f4;*/
  background: #fff;
  padding: 30px 15px;
  position: relative;
}

#row1 {
  padding-top: 10px;
  height: auto;
  width: 100%;
}
.portfolio-warp {
	text-align:center;
	/*padding: 0 19px;*/
	padding-left: 0px;
	margin-bottom:150px;
	position: relative;
	left: 10%
}
} /*Need to change max heihgt of image display box; 
												Need to create one box for image display and make thumbnails a collapseable overlay;
												Need to scale menu padding and width; dimesntions etc need to placed in footer box;*/

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
	

} /*Need to change max heihgt of image display box; 
												Need to create one box for image display and make thumbnails a collapseable overlay;
												Possibly begin to scale menu padding; dimesntions etc need to placed in footer box;*/

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
	.wrapper .sidebar{
  width: 300px;
  height: 100%;
 /* background: #f3f3f4;*/
  background: #fff;
  padding: 30px 15px;
  position: relative;
}
#row1 {
  padding-top: 10px;
  height: 100%;
  width: 100%;
}
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
}