/*
Theme Name:         SevenFifty Daily
Theme URI:          http://daily.sevenfifty.com/
Description:
Version:            1.0.0
Author:             Headway
Author URI:         http://headway.io/
Text Domain:        sage
*/

.post-box {
    position: relative;
    padding: 20px;
    padding-left: 237px;
    margin: 120px 0;
    font-size: 18px;
    line-height: 1.5;
  min-height: 237px;
}

.post-box:after {
    position: absolute;
    top: calc(100% + 60px);
    left: 0;
    right: 0;
    z-index: 1;
    content: '';
    border-color: #2b2b2b;
    border-image-repeat: round;
    border-image-slice: 33% 33%;
    border-image-source: url('assets/images/svg/dots.svg');
    border-style: dotted;
    border-width: 5px 0 0;
}

.post-box:first-child {
    margin-top: 0 !important;
}

.post-box:last-child {
    margin-bottom: 0 !important;
}

.post-box:last-child:after {
    display: none;
}

.post-box._bg-gray {
    background-color: #f8f8f5;
}

.post-box_image {
    position: absolute;
    top: 20px;
    left: 20px;
    width: 197px;
}

.post-box_image img {
    vertical-align: top;
    max-width: 100%;
    height: auto;
}

.post-box_heading {
    min-height: 50px;
    margin-bottom: 13px;
}

.post-box h2 {
    font-family: FSLucasWebSemibold;
    font-size: 26px;
    line-height: 1.3;
    font-weight: 500;
    color: #000;
    margin: 0 0 5px;
}

.post-box h2 i {
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
    font-style: normal;
}

.post-box h3 {
    font-family: FSLucasWebLight;
    font-size: 16px;
    line-height: 1.2;
    font-weight: 300;
    text-transform: uppercase;
    color: #279AAF;
    margin: 0;
}

.post-box h3 a {
    color: inherit;
}

.post-box p {
    margin: 0 0 9px;
}

.post-box p:last-child {
	margin: 0 0 9px;
}

.post-box p.info {
    margin-bottom: 10px;
    font-family: FSLucasWebSemibold;
    font-weight: 600;
}

.post-box .load-more {
    display: none;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 2;
    font-family: FSLucasWebSemibold;
    font-weight: 600;
    text-transform: uppercase;
    background: #fff;
    border: none;
}

.btn-alt {
    padding: 7px 8px 6px;
    background: #009ACD;
    border: none;
    border-radius: 8px;
    font-family: FSLucasWebSemibold;
    font-size: 12px;
    line-height: 1.2;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    transition: all .2s linear;
}

.btn-alt:hover {
    color: #fff;
    background: #0080aa;
}

.btn-alt:focus {
    color: #fff;
}

.btn-alt._yellow {
    background: #E6BD00;
}

.btn-alt._yellow:hover {
    background: #bf9d00;
}

.btn-alt span {
    display: inline-block;
    vertical-align: middle;
    position: relative;
}

.btn-alt span + span {
    margin-left: 20px;
}

.btn-alt span + span:before {
    position: absolute;
    top: 50%;
    left: -10px;
    z-index: 2;
    content: '';
    transform: translateY(-50%);
    width: 1px;
    height: 16px;
    background: #fff;
}

.btn-alt img {
    display: inline-block;
    vertical-align: middle;
    margin: -1px 0 1px;
}

.v-ellipsis a {
	font-family: FSLucasWebSemibold;
	font-weight: 600;
	text-transform: uppercase;
	background: transparent;
	border: none;
	cursor: pointer;
}

@media (max-width:991px)  {
    .post-box {
        padding-left: 190px;
    }

    .post-box_image {
        width: 150px;
    }
}

@media (max-width:666px)  {
    .post-box {
        padding-left: 190px;
    }

    .post-box_image {
        width: 150px;
    }
}

@media (max-width:559px)  {
    .post-box {
        padding: 0;
        margin: 80px 0;
        background: none !important;
      min-height: auto;
    }

    .post-box:after {
        top: calc(100% + 40px);
    }

    .post-box_image {
        width: 100%;
        position: static;
        margin-bottom: 15px;
    }

    .post-box_image img {
        width: 100%;
    }

    .post-box h2 i {
        display: none;
    }

    .post-box_content {
        display: flex;
        flex-direction: column-reverse;
        align-items: center;
    }

		.post-box .text-wrap {
			display: flex;
			flex-direction: column;
			margin-bottom: 6px;
		}

		.post-box .text-wrap .text-content {
			height: 56px;
			position: relative;
			overflow: hidden;
			display: -webkit-box;
			-webkit-line-clamp: 2;
			-webkit-box-orient: vertical;
			text-overflow: ellipsis;
		}

		.post-box.expanded .text-wrap .text-content {
			height: auto;
			display: block;
			text-overflow: none;
			overflow: visible;
		}

    .post-box.expanded .text-wrap p {
        margin-right: 0;
    }

    .post-box .load-more {
        display: block;
				position: relative;
    }

    .post-box.expanded .load-more {
        display: none;
    }

    .btn-alt {
        border-radius: 15px;
        padding: 10px 15px 9px;
        margin-bottom: 25px;
        font-size: 25px;
    }

    .btn-alt span + span {
        margin-left: 38px;
    }

    .btn-alt span + span:before {
        width: 2px;
        height: 34px;
        left: -21px;
    }

    .btn-alt img {
        width: 140px;
        margin: -2px 0 2px;
    }
}








/* home page sidebar blocks styles */

.row.is-table-lg-row,
.row.is-table-md-row {
    width: calc(100% + 60px);
}

.feature-block .news + .news {
    border-top: 1px solid #979797;
    margin-top: 30px;
    padding-top: 30px;
}

@media (max-width:1199px) {
    .feature-block .news .wrapper {
        display: flex;
        justify-content: space-between;
    }

    .feature-block .news .headline-count-5 article {
        width: auto;
        max-width: 33.33%;
    }
}

@media (max-width:767px) {
    .feature-block .news .wrapper {
        display: block;
    }

    .feature-block .news .headline-count-5 article {
        max-width: inherit;
    }
}
/*Header Update*/
.left-separated-item:before {
    content: " ";
    width: 2px;
    height: 14px;
    background: #0C273E;
    position: absolute;
    left: 0;
    top: calc(50% - 7px);
}
.left-separated-item a{
    color: #0f96aa;
}
.banner .sevenfifty a .sevenfifty-container{
    height: 40px;
    width: 160px;
    text-align: center;
    transition: opacity .4s;
}
.banner .sevenfifty a {
    background-color: #09273e;
    width: 160px;
    padding: 25px 0 5px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    margin: 0 5px;
}
.banner .sevenfifty a:hover,
.banner .sevenfifty a:focus {
    background-color: #09273e;
    width: 160px;
}

.banner .sevenfifty a:hover .sevenfifty-container {
    opacity: 0.8;
}

.banner .sevenfifty a span {
    display: block;
    color: #f1ede4;
    font-size: 13px;
    line-height: 16px;
    font-family: 'Kanit';
    font-weight: 700;
}

nav li.sevenfifty img{
    margin-top: -3px;
}
/*Provi Footer + Article CTA*/
.provi-footer-wrapper{
    margin: 40px 0;
    padding-left: 60px;
    padding-right: 60px;
}
.provi-footer-wrapper + footer{
    margin-top: 0;
}
.provi-footer-wrapper-inner{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    padding: 15px 40px;
    background: #052c48;
    cursor: pointer;
    opacity: 1;
    transition: 0.25s ease all;
}
.provi-footer-wrapper-inner:hover{
    opacity: 0.9;
}
.provi-footer-wrapper > .container{
    padding-top: 40px;
    padding-left: 0;
    padding-right: 0;
    border-top: 1px solid #ccc;
    max-width: 1300px;
}
.provi-footer-image-wrapper{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    position: relative;
    padding-left: 35px;
    padding-right: 35px;
}
.provi-footer-image-wrapper:after {
    position: absolute;
    top: 5px;
    right: -2px;
    bottom: 5px;
    width: 2px;
    content: '';
    background: white;
}
.provi-footer-image-wrapper img{
    width: 136px;
}
.provi-footer-text-wrapper{
    display: flex;
    align-items: center;
    padding-left: 35px;
}
.provi-footer-text-wrapper h5 {
    font-size: 22px;
    font-weight: normal;
    line-height: 1.273;
    margin: 0;
}
.provi-footer-text-wrapper > *{
    font-family: FSLucasWebRegular,Helvetica Neue,Helvetica,Arial,sans-serif;
    color: white;
}
.provi-footer-button {
    display: block;
    flex-shrink: 0;
    padding: 14px 20px;
    margin-left: 35px;
    background: #d7613d;
    border-radius: 5px;
    font-family: Oswald;
    font-size: 18px;
    line-height: 1;
    font-weight: 500;
    letter-spacing: 0;
    text-transform: uppercase;
    color: #fff;
}

.article-cta-inner{
    text-align: center;
    padding: 40px 30px 50px;
    border: 2px solid;
    background: white;
}
.article-cta-header{
    display: inline-block;
    text-align: left;
}
.article-cta-header .cta-title{
    font-family: NoeDisplayBold,Georgia,Times New Roman,Times,serif;
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 54px;
    color: black;
}
.article-cta-header img{
    width: 160px;
}
.article-cta-wrapper{
    margin: 50px 0;
}
.article-cta-content{
    font-family: FSLucasWebRegular,Helvetica Neue,Helvetica,Arial,sans-serif;
    letter-spacing: 0.9px;
    color: black;
    font-size: 34px;
}
.article-cta-content .cta-title{
    margin: 20px 0 10px;
    font-size: 2.9rem;
    letter-spacing: 0.9px;
}
.article-cta-content .cta-description{
    color: #8A8A8A;
    font-size: 18px;
    margin-bottom: 10px;
    letter-spacing: 0.1px;
}
.article-cta-content .form-inner{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: flex-end;
    max-width: 600px;
    margin: auto;
}
.article-cta-content .form-inner .input-wrapper{
    margin-right: 25px;
    text-align: left;
    flex: 1;
}
.article-cta-content .form-inner button{
    border: none;
    background: #E5F2EC;
    font-weight: 500;
    color: #0C273E;
    font-size: 19px;
    padding: 0 15px;
}

.article-cta-content .form-inner input{
    border: 1px solid black;
}
.article-cta-content .form-inner label{
    font-size: 14px;
}
.article-cta-content .form-inner button,
.article-cta-content .form-inner input{
    height: 35px;
}
.banner-image {
    padding-bottom: 40px;
    margin-bottom: 50px;
    border-bottom: 1px solid #d1d1d1;
}
.banner-image img {
    width: 100%;
    height: auto;
}
figure > a,
.article__poster {
    position: relative;
}

.logo_drink img {
    opacity: 1 !important;
}

.logo_drink:after {
    position: absolute;
    bottom: -5px;
    right: -5px;
    z-index: -1;
    content: '';
    width: 100%;
    height: 100%;
    background: #dfd2b9;
}

figure > a .logo_drink,
.article__poster .logo_drink {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    max-width: 20%;
    font-size: 0;
    line-height: 0;
}

.subtext {
    font-size: 18px;
    margin-bottom: 10px;
}

.promo-box {
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #d1d1d1;
    text-align: center;
}

.promo-box__logo {
    max-width: 90%;
    margin: 0 auto 5px;
}

.promo-box__image {
    margin-bottom: 10px;
}

.promo-box .tag-link {
    display: inline-flex;
    line-height: 1.2;
    margin-bottom: 0;
}

.promo-box h2 {
    font-size: 20px;
    line-height: 1.2;
    font-weight: 700;
    margin: 0;
}

.button-provi {
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    padding: 10px 15px;
    background: #d7613d;
    border: none;
    border-radius: 5px;
    font-family: Oswald;
    font-size: 15px;
    line-height: 1;
    font-weight: 500;
    letter-spacing: 0;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    transition: all .2s linear;
}

.button-provi img {
    display: block;
    max-width: 100px;
    margin-top: 5px;
}

.button-provi:hover {
    background: #b25134;
    color: #fff;
}

.person-info {
    display: flex;
    align-items: center;
    margin-bottom: 50px;
}

.person-info__image {
    flex-shrink: 0;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 20px;
}

.person-info__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.person-info__text {
    width: 100%;
    font-family: calluna,Georgia,Times New Roman,Times,serif;
    font-size: 16px;
    line-height: 1.5;
    font-style: italic;
}

.person-info__text p {
    margin: 0;
}

@media screen and (max-width: 1275px) {
    .banner .sevenfifty a .sevenfifty-container{
        width: 92px;
        height: 54px;
     }
     .banner .sevenfifty a {
         width: 92px;
     }
}

@media screen and (max-width: 1199px) {
    .promo-box {
        margin-top: 30px;
        padding-top: 30px;
        border-top: 1px solid #d1d1d1;
    }
    .promo-box__wrap {
        max-width: 280px;
    }
    .provi-footer-wrapper {
        padding-left: 40px;
        padding-right: 40px;
    }
    .provi-footer-image-wrapper {
        padding-left: 0;
    }
    .provi-footer-text-wrapper {
        flex-direction: column;
        align-items: flex-start;
    }
    .provi-footer-button {
        margin: 15px 0 5px;
    }
    .banner .sevenfifty a .sevenfifty-container{
       width: 92px;
       height: 54px;
    }
    .banner .sevenfifty a {
        width: 92px;
    }
}

@media screen and (max-width: 1025px) {
    .banner .sevenfifty {
        width: 0;
    }
    .banner .sevenfifty a {
        transform: translate(-180px, -100px);
        width: 160px;
    }
    .banner .sevenfifty a .sevenfifty-container{
        width: 160px;
        height: 44px;
     }
}

@media screen and (max-width: 991px) {
    .banner-image {
        padding-bottom: 20px;
        margin-top: -20px;
        margin-bottom: 30px;
    }
    .provi-footer-wrapper {
        padding-left: 30px;
        padding-right: 30px;
    }
    .provi-footer-image-wrapper img {
        width: 100px;
    }
}
@media screen and (max-width: 567px){
    .provi-footer-wrapper-inner {
        flex-direction: column;
        padding: 20px;
    }
    .provi-footer-image-wrapper {
        padding: 0 0 20px;
    }
    .provi-footer-image-wrapper:after {
        top: 100%;
        left: 0;
        right: 0;
        bottom: auto;
        width: 100%;
        height: 2px;
    }
    .provi-footer-text-wrapper {
        padding: 20px 0 0;
        align-items: center;
        text-align: center;
    }
    .provi-footer-text-wrapper h5 {
        font-size: 18px;
    }
    .provi-footer-button {
        font-size: 16px;
        padding: 10px 16px;
    }
    .article-cta-inner{
        padding: 7%;
    }
    .article-cta-content .cta-title {
        font-size: 2.25rem;
    }
    .promo-box__wrap {
        max-width: 100%;
    }
}
@media screen and (max-width: 399px){
    .article-cta-content .form-inner{
        display: block;
    }
    .article-cta-content .form-inner .input-wrapper {
        margin-right: 0;
        margin-bottom: 20px;
    }
    .article-cta-content .form-inner button{
        width: 100%;
    }
    .person-info__image {
        width: 80px;
        height: 80px;
        margin-right: 15px;
    }
}
