
/* ==============================
   Small desktop
   ============================== */

@media only screen and (max-width: 1366px) {
	
    	
	
}  

@media only screen and (max-width: 1200px) {
	
   
    
}
@media only screen and (max-width: 1199px) {
    .grid-sizer,
    .grid-item {
        width: 212px;
    }
    .grid-item-width2 {
        width: 454px;
    }
    .filter-btn {
        margin-left: 40px;
    }
    .hid-filter {
        margin-left: 40px;
        padding-left: 50px;
    }
    .thumb .info .descript {
        padding-top: 0px;
    }
}

/* ==============================
   Tablet landskape
   ============================== */

@media only screen and (max-width: 1024px) {
    p.job-tags, p.job-details {
        line-height: 30px;
    }
	p.job-tags {
        border-right: none;
    }
}
  
@media only screen and (max-width: 992px) {
    .grid-sizer,
    .grid-item {
        width: 220px;
    }
    .grid-item-width2 {
        width: 470px;
    }
    .hid-filter {
        margin-left: 41px;
    }
    .work-details p.small {
        padding-bottom: 20px;
        border-bottom: 1px solid #1e1e1e;
        margin-bottom: 20px;
    }
    .work-details p:last-child.small {
        border-bottom: 0;
    }
    .about-container {
        text-align: center;
    }
    .profile-photo {
        margin-bottom: 45px;
    }
    .profile-photo img {
        margin: auto;
    }
}
  
  
/* ==============================
   Tablet Portrait
   ============================== */
  
@media only screen and (max-width: 768px) {
    .container{
        max-width: 700px;
    }
    header{
        height: 80px;
        background: #1e1e1e;
        padding: 19px 0 0 0;
        transition: all 0.4s ease;
    }
    header img{
        width: 160px;
        transition: all 0.4s ease;
    }
    .nav-button{display: block;}
    .column-filter {
        position: relative;
        float: none;
        top: 0px;
        margin-left: 0;
        margin-top: 30px;
        margin-bottom: 15px;
        z-index: 600;
    }
    .filter-sticky{
        position: relative;
    }
    .filter-btn {
        display: none;
    }
    .hid-filter {
        display: block;
        position: relative;
        background-color: #232323;
        margin-left: -15px !important;
        padding: 0;
    }
    .hid-filter a {
        padding: 5px 12px 5px 14px;
        margin-left: 0;
        margin-right: 20px;
        border: 2px solid #404040;
        display: block;
    }
    .hid-filter a:hover {
        border: 2px solid #525252;
    }
    .grid-sizer,
    .grid-item {
        width: 203px;
    }
    .grid-item-width2 {
        width: 436px;
    }
    .hid-filter {
        margin-left: 41px;
    }
    .work-details p:last-child.small {
        padding-bottom: 20px;
        border-bottom: 1px solid #1e1e1e;
        margin-bottom: 20px;
    }
}


/* ==============================
   Phone
   ============================== */

@media only screen and (max-width: 640px) {
    .container{
        max-width: 570px;
    }
    .grid-sizer,
    .grid-item {
        width: 159px;
    }
    .grid-item-width2 {
        width: 348px;
    }
    .thumb .info .descript {
        display: none;
    }
}

@media only screen and (max-width: 480px) {
    .hid-filter a {
        font-size: 10px;
        padding: 5px 5px 5px 7px;
        margin-left: 0;
        margin-right: 10px;
        border: 2px solid #404040;
        display: block;
    }
    .grid-sizer,
    .grid-item {
        width: 205px;
    }
    .grid-item-width2 {
        width: 438px !important;
    }
}


/* ==============================
   Small Phone
   ============================== */
  
@media only screen and (max-width: 320px) {
	.grid-sizer,
    .grid-item {
        width: 100%;
    }
    .grid-item-width2 {
        width: 100%;
    }
}


/* ==============================
   Max Height 768
   ============================== */

@media only screen and (max-height: 768px) {

	
}