/*--------------------------------------------------------------
/* (sm) Small devices (landscape phones, 576px and up)
--------------------------------------------------------------*/

@media screen and (min-width: 576px) {

  img.img-5col-left {
    width: 82.5%;
    align-self: flex-end;
  }

  img.img-5col-right {
      width: 82.5%;
  } 

  .col-sm-5 img,
  .col-sm-6 img,
  .col-sm-7 img {
      margin-bottom: 30px;
  }

  .mobilehide {
    display: block;
  }
	
/*--------------------------------------------------------------
  # Projects Overview Page 
  --------------------------------------------------------------*/
  p.archive-project-client {
    font-size: 18px;
    padding-bottom: 10px;
  }
  p.archive-project-title {
    font-size: 24px;
  }
	

/*--------------------------------------------------------------
  # Team Overview Page - Team All Page 
  --------------------------------------------------------------*/
   .team-single-wrapper.user-pic video {
    display: inline-block;
    visibility: hidden;
    width: 100%;
  }
  .team-single-wrapper.user-pic img {
    display: none;
    visibility: visible;
  }
	
   .team-all .user-pic {
     min-height: 240px;
  }


 
  
  .team-single-wrapper .flag {
      /* top: 84%;*/
  }

  .team-all .inner {
    position: relative;
    max-width: 320px;
    margin: 0 auto;
    margin-bottom: 78px;
    line-height: 0;
    font-size: 0;
  }
  
  
  .team-all .flag {
    background: #f55028;
    position: absolute;
    width: 65%;
    top: 76.25%;
    right: 0;
  }
  
  .team-all .flag:before {
    content: "";
    display: block;
    padding-top: 72.63%;
  }
  
  .team-all .flag-name {
    position: absolute;
    top: 0;
    height: 50%;
    width: 100%;
    background-color: #348bac;
    font-size: 14px;
    /*font-size: 1.25rem;*/
    line-height: 18px;
    /*line-height: 1.125rem;*/
  }
  
  .team-all .flag-position {
    position: absolute;
    top: 50%;
    width: 100%;
    height: 50%;
    font-size: 0.75rem;
    font-size: 11px;
    /*font-size: 1rem;*/
    line-height: 16px;
    /*line-height: 1.125rem;*/
  }
  
  .team-all .flag-name, .team-all .flag-position {
    padding: 7px 10px 8px;
    color: #ffffff;
  }
  
	.project-manager .flag-position {	
		font-size: 16px;
		line-height: 22px;
	}
	
	.project-manager .flag-name {	
		font-size: 18px;
		line-height: 26px;
	}
	
/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/

  .site-footer {
    padding: 35px 10px;
  }

  .site-footer .social-media {
    padding-top: 0px;
    text-align: right;
  }

  .site-footer .social-media {
    padding-top: 0px;
  }

	/*--------------------------------------------------------------
# Full Width Video
--------------------------------------------------------------*/

.in-grid-full-width-video {
  padding: 0 0 304px 0;
  width: 540px;
  margin: 0 auto;
}

}