﻿/* iPads (portrait) ----------- */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (orientation: portrait) 
  and (-webkit-min-device-pixel-ratio: 1) {
.flex-views-4 {
    flex: 0 0 calc(50% - 8px);
}
#block-instagramblock img {
    width: 25%!important;
    padding: 5px;
}
.site-branding {
    justify-content: center;
}
.bef-exposed-form .form--inline > .form-item {
    float: left;
    width: 86%;
    margin: 0;
    display: inline-block;
}
#block-front-authors {
    max-height:unset;
}
#block-converter {
    float: left;
    width: 50%;
}
.l-r.region.pr-navbar__navbar.rm-region {
    padding: 0 9px!important;
    border-bottom: 2px solid #fff;
}
.flex-views-editors {
    flex: 0 0 calc(50% - 5px);
    margin: 0 0 10px 0;
}
.flex-views-6 {
    flex: 0 0 calc(33.333%);
}
/*
================================================================================
|                                                                             DISPLAY-NONE                                                         |
================================================================================
*/
#block-pagerblock {
    display: none;
}
flex: 0 0 calc(50% - 8px);
.item-desc {
    display: none;
}
.shuffle-item {
    width: 50%;
}
}