/* Archive Page */


/* Attention, do not edit this file directly, please use the stylesheet editor in admin.
Any changes made here will be overwritten*/

.main_content h1 {
text-align:center;
margin-bottom:50px;
font-size:40px;
}
.current_issue {
display:flex;
justify-content:center;
flex-direction:column;
align-items:center;
}
.current_issue h4 {
text-align:center;
margin:20px 0;
font-weight:bold;
}
.mags {
font-size:0;
margin-top:30px;
}
.mags .mag_edition {
font-size:initial;
width:33.33%;
position:relative;
text-align:center;
font-weight:bold;
margin:10px auto;
}
.mags.loader:after {
display:block;
text-align:center;
overflow:hidden;
content:"";
height:50px;
background-image:url(/clients/52/assets/load.gif);
background-position:center;
background-repeat:no-repeat;
background-size:100px;
}

@media (min-width: 1200px) {
.mags .mag_edition {
width:24%;
}

}

@media (min-width: 980px) and (max-width: 1199px) {

}

@media (min-width: 768px) and (max-width: 979px) {

}

@media (max-width: 767px) {
.mags .mag_edition {
width:50%;
}

}

@media (max-width: 480px) {

}
