/*
Theme Name: Telstra Content Hub
Author: GetIT Comms
Author URI: http://getitcomms.com/
Version: 2.0
*/

body {
    font-family: TelstraText;
    font-weight: 400;
    margin: 0;
    padding: 0;
    color: #000;
    font-size: 16px;
}

@font-face {
    font-family: TelstraText;
    font-style: normal;
    font-weight: 700;
    src: url(assets/fonts/TelstraText-Bold.woff2) format("woff2"), url(assets/fonts/TelstraText-Bold.woff) format("woff")
}

@font-face {
    font-family: TelstraText;
    font-style: normal;
    font-weight: 500;
    src: url(assets/fonts/TelstraText-Medium.woff2) format("woff2"), url(assets/fonts/TelstraText-Medium.woff) format("woff")
}

@font-face {
    font-family: TelstraText;
	font-style: normal;
    font-weight: 400;
    src: url(assets/fonts/TelstraText-Regular.woff2) format("woff2-variations"), url(assets/fonts/TelstraText-Regular.woff) format("truetype-variations")
}

header {
    background-color: #fff;
    padding: 7px 0;
    box-shadow: 0px 10px 60px rgba(0, 0, 0, 0.08);
    z-index: 1;
    position: relative;
}

@media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
      max-width: 1230px;
    }   
}

a{
    text-decoration: none;
}

.bg-light{
    background-color: #F4EDE2 !important;
}
.text-sm{
    font-size: 14px;
}
.text-xs{
    font-size: 12px;
}
.font-weight-bold{
    font-weight: 700;
}
.z-index-1{
    z-index: 1;
}

header {
    height: 117px;
    display: flex;
    align-items: center;
}

.home-banner {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: calc(100vh - 117px);
}
.home-banner.inner{
    height: auto;
    padding-bottom: 80px;
}
.home-banner .banner-cont{
    background: #0D54FF;
    padding: 70px 70px 70px 0px;
    border-radius: 0px 0px 120px 0px;
    position: relative;
}
.home-banner .banner-cont::before{
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: #0D54FF;
}
.home-banner .banner-cont h1{
    font-size: 50px;
    line-height: 60px;
    font-weight: 500;
    margin-bottom: 20px;
}
.home-banner .banner-cont h1 span{
    color: #6CCBFE;
}
.home-banner .banner-cont p{
    font-size: 25px;
    line-height: 38px;
    font-weight: 500;
}

.section-heading h2{ 
    font-size: 48px;
    line-height: 62px;
    font-weight: 500;
    color: #0D54FF;
}
.section-heading p{
    font-size: 24px;
    line-height: 32px;
}

.common-padding{
    padding: 80px 0;
}

.article-item-img{
    border-radius: 45px;
    width: 100%;
    height: 360px;
    max-height: 360px;
    object-fit: cover;
}
.article-item h3{
    font-size: 28px;
    line-height: 30px;
    font-weight: 700;
    margin-top: 20px;
    color: #000;
}
.article-item p{
    font-size: 19px;
    line-height: 23px;
    color: #000;

     display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;

}
.btn-theme{
    color: #fff;
    background-color: #F96449;
    border: none;
    padding: 7px 22px;
    border-radius: 100px;
    text-decoration: none;
    font-size: 20px;
    font-weight: 500;
}
.btn-theme:hover{
    background-color: #e4573e;
    color: #fff;
}
.article-decks .article-item,
.article-list-decks .article-item{
    height: 100%;
    /* background-color: #000; */
    border-radius: 45px;
    overflow: hidden;
    position: relative;
}
.article-decks.row .col-md-4:first-child .article-item .article-item-img,
.article-decks.row .col-md-4:last-child .article-item .article-item-img{
    height: 100%;
    width: 100%;
    object-fit: cover;
    max-height: 750px;

}
.article-decks .article-item-content,
.article-list-decks .article-item-content{
    padding: 24px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    /* background: linear-gradient(45deg, #000000 0%, rgba(0, 0, 0, 0) 45%, rgba(0, 0, 0, 1) 100%); */
    background: linear-gradient(to top,  
    #000000 0%,  /* Solid black from bottom to 25% */
    #000000 25%, 
    rgba(0, 0, 0, 1) 25%, /* Start gradient at 25% */
    rgba(0, 0, 0, 0) 75%  /* Gradually fade to transparent at 75% */  );

    color: #fff;
    height: 100%;
    display: flex;
    align-items: flex-end;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
}
.article-decks .article-item-content h3,
.article-decks .article-item-content p,
.article-list-decks .article-item-content h3,
.article-list-decks .article-item-content p{
    color: #fff;
}

footer{
    background-color: #E3E3E3;
}
footer a{
    color: #000;
}
footer a:hover{
    text-decoration: none;
}
footer .menu{
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    display: flex;
    flex-direction: row;
    gap: 30px;
    justify-content: center;
}

.article-detail-header{
    background-color: #F4EDE2;
    padding: 26px 0px 24px 0px;
    margin-bottom: 60px;
    margin-top: 60px;
}
.article-title{
    font-size: 46px;
    font-weight: 500;
    line-height: 51px;
    color: #000;
    margin-bottom: 16px;
}
.article-title span{
    color: #0D54FF;
}
.article-date{
    font-size: 15px;
    line-height: 20px;
    color: #000;
}

.article-featured-img{
    border-radius: 30px;
    margin-bottom: 60px;
}
.article-excerpt{
    font-size: 29px;
    line-height: 38px;
    margin-bottom: 40px;
    font-weight: 500;
}
.article-detail,
.article-detail p{
    font-size: 20px;
    line-height: 26px;
}
.article-detail p {
    margin-bottom: 35px;
}
.article-detail a{
    color: #0D54FF;
}
.article-detail p a:hover{
    text-decoration: none;
}
.article-detail h2,
.article-detail h3,
.article-detail h4{
    margin-top: 40px;
    margin-bottom: 35px;
    color: #0D54FF;
    line-height: 1.3;
    font-weight: 500;
}
.article-detail h2{
    font-size: 30px;
}
.article-detail h3{
    font-size: 20px;
}
.article-detail h4{
    font-size: 20px;
}
.article-detail h5{
    font-size: 29px;
    line-height: 38px;
    margin-bottom: 40px;
    font-weight: 500;
}
.article-detail ol strong{
    color: #0D54FF;
    font-weight: 500;
    display: block;
    padding-bottom: 5px;
}
.article-detail ol li::marker{
    color: #0D54FF;
    font-weight: 500;
    margin-bottom: 6px;
    display: block;
}
.article-detail ol li + li{
    margin-top: 30px;
}
.article-detail ol li p{
    margin-top: 20px;
}

.pdf-container {
    width: 100%;
    height: 600px;
    overflow: hidden;
    position: relative;
    margin-bottom: 80px;
    border: 1px solid #ccc;
}
.pdf-viewer {
    width: 100%;
    height: 100%;
    border: none;
}
.artical-pdf-wrapper{
    background-color: #F4EDE2;
    padding: 80px 25px 60px 25px;
    border-radius: 48px;
}
.article-pdf-title{
    font-size: 40px;
    line-height: 50px;
    font-weight: 700;
    margin-bottom: 25px;
}
.article-tags{
    display: flex;
    flex-direction: row;
    gap: 10px;
    flex-wrap: wrap;
}
.article-tag{
    background-color: #0D54FF;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    padding: 8px 35px;
    border-radius: 100px;
}
ul.page-numbers{
    list-style-type: none;
    display: flex;
    flex-direction: row;
    gap: 10px;
    justify-content: center;
    padding: 0px;
    margin: 0px;
}
li .page-numbers{
    text-decoration: none;
    font-size: 18px;
    font-weight: 400;
    color: #000;
    background-color: #F96449;
    color: #fff;
    border-radius: 100px;
    padding: 5px 15px;
    min-width: 42px;
    min-height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
li .page-numbers.current{
    background-color: #000;
}
li .page-numbers:hover{
    background-color: #e4573e;
    color: #fff;
}


@media (max-width: 767px) {
    header{
        height: 70px;
    }
    header  img{
        height: 30px;
    }
    .home-banner{
        height: calc(100vh - 70px);
    }
    .home-banner .banner-cont{
        padding: 40px 20px 40px 20px;
    }
    .home-banner .banner-cont h1{
        font-size: 40px;
        line-height: 48px;
    }
    .home-banner .banner-cont p{
        font-size: 20px;
        line-height: 28px;
    }
    .home-banner .banner-cont::before{
        left: -99.5%;
    }
    .common-padding {
        padding: 50px 0;
    }
    .section-heading h2{
        font-size: 38px;
        line-height: 48px;
    }
    .section-heading p{
        font-size: 20px;
        line-height: 28px;
    }
    .btn-theme{
        font-size: 18px;
    }
    .article-item-img{
        height: 300px !important;
        max-height: 300px !important;
        object-position: top center;
    }
    .article-item h3{
        font-size: 24px;
        line-height: 28px;
    }

    .article-detail-header{
        margin-bottom: 40px;
        margin-top: 40px;
    }
    .article-featured-img{
        margin-bottom: 40px;
    }
    .article-title{
        font-size: 36px;
        line-height: 42px;
    }
    .article-excerpt{
        font-size: 26px;
        line-height: 32px;
    }
    .article-detail h2 {
        font-size: 28px;
    }
    .article-detail, .article-detail p{
        font-size: 18px;
        line-height: 24px;
    }
    .article-detail h2, .article-detail h3, .article-detail h4{
        margin-top: 30px;
        margin-bottom: 25px;
    }
    .article-detail h5{
        font-size: 26px;
        line-height: 32px;
    }
    .article-detail p{
        margin-bottom: 25px;
    }
    .article-detail ol li + li{
        margin-top: 20px;
    }
    .artical-pdf-wrapper{
        padding: 40px 20px 40px 20px;
    }
    .pdf-container{
        margin-bottom: 50px;
    }
    .article-pdf-title{
        font-size: 36px;
        line-height: 42px;
    }
    .article-tag{
        font-size: 15px;
        padding: 6px 10px;
        white-space: nowrap;
    }
    
   
}

