/* layout */

.container, .theContent {
    max-width: 1024px;
    padding: 0;
}
.theContent {
    padding-top: 0;
}
section ul {
    margin:0;
    padding:0;
}

.flex-wrap {
    flex-direction: row;
    flex-wrap: wrap;
}


.lifestyle_socmed {
    align-self: self-end;
}


/* text */

.text-wrap {
    align-self: center;
}
.text-wrap h2 a, .text-wrap p, blockquote a {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-box-orient: vertical;
}
.text-wrap p{
    -webkit-line-clamp: 3;
}
.list-cards .text-wrap h2 a{
    -webkit-line-clamp: 4;
}
li {
    list-style: none;
    padding: 0 6px;
}
a {
    text-decoration: none;
    color: inherit;
}
h2.h2-large{
    font-size: 2.5em;
}
h3 {
    font-size: 2.5em;
    margin-bottom: 1rem
}

/* images */

.img-wrap.large {
    height: 375px;
    flex-basis: 55%;
}
.img-wrap.medium {
    height: 400px;
    width: 450px;
}
.img-wrap.thumb {
    height: 240px;
}



/* lifestyle subnav */

.lifestyle_logo img {
    height: 64px;
}

.mar-bot {
    margin-bottom: 3em;
}


.date {
    margin: 0 15px 15px;
    font-size: .9rem;
    color: #8a8a8a;
}

/*cards */
.large-card p {
    font-family: "robotolight";
    font-size: 1.1em;
    margin-bottom: 0;
}

.list-cards {
    gap: 1em;
}
.list-cards li, .list-cards.blue li {
    padding: 0;
    overflow: hidden;
    flex-basis: calc(25% - 1em);
}
.list-cards.blue li {
    background-color: #178dbf;
    color: white;
}
.list-cards h2 {
    font-weight: 100;
    font-size: 1.1rem;
    line-height: 1.4rem;
}
.list-cards.blue h2 {
    margin: 0;
    min-height: 112px;
}
.list-cards.blue .date {
    margin: 0 0 15px;
}

/* arrows */
#lifestyle-sub-nav {
    padding-right: 3em;
}
.buttons {
    display: block;
    position: absolute;
    right: 0;
    background-color: white;
    margin-top: -3px;
    padding-left: 2px;
}
.buttons button {
    border: none;
    background-color: #e9e9e9;
    margin: 0;
    padding: 3px 5px 0;
    cursor: pointer;
    width: 19px;
    height: 26px;
}
.buttons button:hover {
    background-color: #8a8a8a5c;
}
.buttons button:active {
    background-color: #e9e9e9;
}


/* latest sections */
#section__latest {
    margin-bottom: 0;
}
#section__latest .list-cards li {
    margin-bottom: 0;
}

/* qoutes */
#section__quotes {
    padding: 2rem 2rem 3.5rem;
}

/* newsletter */
#section__newsletter {
    display: flex;
    gap: 15px;
    flex-flow: row-reverse;
}
#section__newsletter .img-wrap{
    height: 250px;
    margin-bottom: 0;
    align-items: flex-end;
}
#section__newsletter picture{
    height: 224px;
}

.newsletter-sign-up-wrap.lifestyle {
    flex-grow: 999;
    flex-basis: 0;
    margin-bottom: 0;
    height: 250px;
}
.lifestyle .newsletter-signup-form_container {
    text-align: left;
}
.lifestyle #newsletter-signup-form {
    background-image: url(https://media.philstar.com/assets/lifestyle/News_roundup_banner_desktop_bg.svg);
    background-position: bottom;
    height: 211px;
    background-color: #bb77ff;
    background-size: auto;
}

.lifestyle #newsletter-signup-form p {margin-bottom: 25%;}

.lifestyle #newsletter-signup-form input {
    width: 35%;
}

.lifestyle #newsletter-signup-form button {
    width: 21%;
}


/* square ad */
/* .square-ad{
    height: 250px;
} */

/* .Leaderboard-footer {
    margin-bottom: 3em;
} */