/*Flipsnack E-edition pages & blocks*/
.path-e-editions .left-side-wrp, .e-edition-page .left-side-wrp {
    width: 100% !important;
}
.path-e-editions h1.page-header {
    text-align: center;
}
/*Eedition page*/
.path-e-editions .page-header {
    text-align: center;
}
.e-edition-view-wrp > .view-content {
    text-align: center;
    background: #f9f9f9;
    margin: 0 0 20px;
}
.e-edition-view-wrp  .attachment .view-content .views-col {
    width: auto !important;
    margin-right: 26px;
}
.e-edition-view-wrp .attachment .view-content .views-row {
    display: flex;
    justify-content: center;
}
@media screen and (max-width: 767px) {
    .e-edition-view-wrp .attachment .view-content .views-row {
        flex-wrap: wrap;
    }
    .e-edition-view-wrp  .attachment .view-content .views-col {
        margin-bottom: 20px;
    }
}
.eedition-block .view-content {
    display: flex;
    flex-wrap: wrap;
}
.eedition-block .views-row {
    border: none !important;
    width: 33%;
    padding: 0 10px !important;
}
@media screen and (max-width: 991px) {
    .eedition-block .view-content  {
        justify-content: center;   
    }   
   .eedition-block .views-row,  .path-magazine .eedition-block .views-row, 
   .path-newspaper .eedition-block .views-row , .path-specialsection .eedition-block .views-row  {
        width: auto !important;
    } 
}
.eedition-block .views-row p.read_more_link {
    text-align: center;
    margin: 10px 0;
    font-size: 16px;
}
.eedition-block .read_more_link a {
    font-size: 16px !important;
}
.eedition-block .views-row img.img-responsive {
    height: 227px;
    object-fit: cover;
}
.path-specialsection .eedition-block .views-row:first-child,
.path-newspaper .eedition-block .views-row:first-child,
.path-magazine .eedition-block .views-row:first-child {
    width: 100% !important;
    background: #f8f8f8 !important;
    padding: 20px !important;
    border: none !important;
}
.path-magazine .eedition-block .views-row .read_more_link a,
.path-newspaper .eedition-block .views-row  .read_more_link a,
.path-specialsection .eedition-block .views-row .read_more_link a {
    color: #000 !important;
    font-weight: normal;
    font-size: 14px !important;
}
.path-magazine .eedition-block .views-row,
.path-newspaper .eedition-block .views-row ,
.path-specialsection .eedition-block .views-row {
    width: 25%;
}
/*user page edit*/
.path-edit.path-user .user-form .field--type-address .form-type-select {
    width: 48%;
}
@media screen and (max-width: 767px) {
    .path-edit.path-user .user-form .field--type-address .form-type-select {
        width: 100%;
    }
}
.path-edit.path-user .field--type-mailchimp-lists-subscription fieldset legend {
    padding: 7px 0 0;
    margin: 12px 0 0 !important;
    font-size: 16px;
    font-weight: 800;
    border: none;
}
@media screen and (max-width: 991px) {
    header.container {
        padding: 0 !important;
    }
    .navbar-nav {
        margin: 0;
    }
}
/*Edition page*/
.e-edition-view-wrp .attachment .view-content .views-row img {
    height: 220px;
    object-fit: cover;
    border: 1px solid #cfcfcf;
}
.e-edition-view-wrp .view-content .views-row .views-field-field-e-edition-link {
    margin: 12px 0 0;
    text-align: center;
}
.eedition-block .read_more_link a {
    font-size: 14px;
}
section.eedition-block-home {
    display: inline-block;
}

/*Home page edition block design*/
.edition-wrp {
    text-align: left;
    padding: 0 0 15px 0;
}
.edition-wrp h3 {
    margin: 0 0 5px;
}
.edition-wrp .left {
    padding: 0 !important;
}
.edition-wrp .left .image {
    background: #f0eeee;
}
.edition-wrp .left img {
    width: 100%;
    height: 150px;
    object-fit: cover;
    object-position: top;
}
.edition-wrp .right .more {
    font-size: 16px;
}
@media screen and (max-width:991px) {
    .edition-wrp .right {
         margin: 20px 0 0;
         text-align: center;
    }
    .edition-wrp .left img {
        width: auto;
        height: auto;
    }
}
#views-exposed-form-flipsnack-page-statistics-page-1,#views-exposed-form-flipsnack-page-statistics-sc-page-1,#views-exposed-form-flipsnack-page-statistics-yz-page-1{
    display: none;
}
.interlink-csv{
    margin-top: 30px;
    margin-left: 0;
}

.eedition-block-home .e-block {
    margin-right: 12px;
}

.eedition-block-home .e-edit {
    margin-top: 8px;
}

p.read_more_link.e-block{
    background: #000 !important;
    max-width: max-content;
    margin: 0 auto;
}

p.read_more_link.e-block .clickfeedback:active,
p.read_more_link.e-block .clickfeedback:focus
{
    opacity: 0.5 !important;
}

.eedition-block p.edition-click {
    background: #000 !important;
    max-width: max-content;
    margin: 0 auto !important;
}

.eedition-block .edition-click .clk-feed:active,
.eedition-block .edition-click .clk-feed:focus {
    opacity: 0.8 !important;
}