.city_select_side{
    background-color: #ff0036;
    position: fixed;
    top: 35%;
    left: 0;
    z-index: 999999;
    padding: 8px 20px;
    border-radius: 2px;
}
.city_select_side a{
    color: #fff;
    font-size: 18px;
    font-weight: bold;
}
.city_select_side a:hover{
    text-decoration: underline;
}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 999; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.6); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 30px 30px 80px;
  border: 1px solid #888;
  width: 80%;
  display: flow-root;
}
.modal-content .g1-column-1of3{
  float: left;
}
/* The Close Button */
.close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
.select_sidebar_inner h1{
    color: red;
    text-align: center;
    font-size: 38px;
    padding: 50px 0 30px;
}
.modal-content .g1-column-1of3 div{
    width: 90%;
    text-align: center;
    margin: 0 auto;
    box-shadow: 2px 2px 8px #888;
}
.modal-content .g1-column-1of3 div:hover{
    box-shadow: 2px 2px 20px #888;
}
.modal-content .g1-column-1of3 div img{
    height: 200px;
    width: 100%;
}
.modal-content .g1-column-1of3 div h2{
    padding: 12px 0;
}
.city_select_side {
    display: none !important;
}

.gridlove-posts {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}
.layout-combo {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 48%;
}
.layout-combo .entry-image {
    width: 50%;
    float: left;
    position: relative;
}
.box-inner-ptbr {
    padding: 30px 0 30px 0;
}
.box-col-b {
    float: left;
    max-width: 43%;
    margin: 0 0 0 30px;
}
.box-inner-ellipsis {
    height: auto;
    max-height: 100%;
    overflow: hidden;
}
.photo_galler_magazn {
    width: 50%;
    float: left;
}
.magazine-site-content.container.magazine-sidebar-right {
    width: 50%;
    margin: 0 auto;
}
.photo_galler_magazn {
    width: 45%;
    float: left;
    margin: 0 auto;
}
.vol_date {
    color: #FFF;
    background-color: #009cff;
    width: 57%;
    padding: 5px 10px;
    text-align: center;
    border-radius: 20px;
    font-weight: 400;
}
.layout-combo {
    box-shadow: 1px 1px 4px 0px #ece7e7;
    margin-right: 20px;
    margin-bottom: 20px;
}
.full_banner_mag {
    height: 500px;
position: relative;
}
.full_banner_mag img{    height: 100%;
    width: 100%;
    object-fit: cover;
}
 .full_banner_mag:before, .full_banner_mag:after {
    content: "";
    top: 0;
    position: absolute;
    height: 100%;
    z-index: 2;
    width: 40%;
}
.full_banner_mag:after {
    right: 0;
    background: -moz-linear-gradient(left,rgba(0,0,0,0) 0,#000 100%);
    background: -webkit-linear-gradient(left,rgba(0,0,0,0) 0,#000 100%);
    background: -webkit-gradient(linear,left top,right top,color-stop(0,rgba(0,0,0,0)),to(#000));
    background: linear-gradient(to right,rgba(0,0,0,0) 0,#000 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=1);
    width: 40%;
}
.full_banner_mag:before {
    left: 0;
    background: -moz-linear-gradient(left,#000 0,rgba(0,0,0,0) 100%);
    background: -webkit-linear-gradient(left,#000 0,rgba(0,0,0,0) 100%);
    background: -webkit-gradient(linear,left top,right top,color-stop(0,#000),to(rgba(0,0,0,0)));
    background: linear-gradient(to right,#000 0,rgba(0,0,0,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6000000', endColorstr='#00000000', GradientType=1);
}
.magazine-site-content.container.magazine-sidebar-right {
    top: -75px;
    position: relative;
    z-index: 999;
    width: 50%;
    margin: 0 auto;
    background: #fff;
    -webkit-box-shadow: 0 3px 5px 0 rgba(0,1,1,.1);
    box-shadow: 0 3px 5px 0 rgba(0,1,1,.1);
}
.box-inner-p-bigger.box-single {
    padding: 40px 60px 50px;
}
.single-magazines .g1-sticky-top-wrapper.g1-hb-row-3.g1-loaded {
    z-index: 9999;
}
.magazine-box.magazine_hentry .entry-content{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;}

@media (max-width: 767px) {
.layout-combo .entry-image {
    width: 100% !important;
}
.magazine-site-content.container.magazine-sidebar-right {
    top: -50px;
    width: 90%;
}
.photo_galler_magazn {
    width: 100%;
    float: none;
    text-align: center;
}
}
@media(max-width : 640px){
.layout-combo{
max-width: 100%;
    flex: 0 0 100%;
    margin: 20px 10px;
    padding: 0;
}
}