/* FONTS */
@font-face {
    font-family: VT323;
    font-style: normal;
    font-weight: normal;
    src: url(../fonts/it-industrija-fonts/VT323-Regular.ttf);
}

@font-face {
    font-family: public-sans-200;
    font-style: normal;
    font-weight: normal;
    src: url(../fonts/it-industrija-fonts/publicSans/PublicSans-ExtraLight.ttf);
}

@font-face {
    font-family: public-sans-300;
    font-style: normal;
    font-weight: normal;
    src: url(../fonts/it-industrija-fonts/publicSans/PublicSans-Light.ttf);
}

@font-face {
    font-family: public-sans-400;
    font-style: normal;
    font-weight: normal;
    src: url(../fonts/it-industrija-fonts/publicSans/PublicSans-Regular.ttf);
}

@font-face {
    font-family: public-sans-600;
    font-style: normal;
    font-weight: normal;
    src: url(../fonts/it-industrija-fonts/publicSans/PublicSans-SemiBold.ttf);
}

@font-face {
    font-family: public-sans-700;
    font-style: normal;
    font-weight: normal;
    src: url(../fonts/it-industrija-fonts/publicSans/PublicSans-Bold.ttf);
}

@font-face {
    font-family: public-sans-800;
    font-style: normal;
    font-weight: normal;
    src: url(../fonts/it-industrija-fonts/publicSans/PublicSans-ExtraBold.ttf);
}

@font-face {
    font-family: public-sans-900;
    font-style: normal;
    font-weight: normal;
    src: url(../fonts/it-industrija-fonts/publicSans/PublicSans-Black.ttf);
}

@font-face {
    font-family: courier;
    font-style: normal;
    font-weight: normal;
    src: url(../fonts/it-industrija-fonts/CourierPrime-Regular.ttf);
}

/*COMMON */
* {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
}

.bottom-border-text-wrapper {
    display: flex;
    border-bottom: 0.5px solid rgba(0, 0, 0, 0.13);
    margin-bottom: 24px;
}

.bottom-border-text-wrapper p {
    font-size: 16px;
    color: #222222;
    font-family: public-sans-300;
    border-bottom: 2.5px solid rgba(0, 0, 0, 0.53);
    width: fit-content;
    margin-bottom: -2px;
    padding-bottom: 8px;
}

.justify-center {
    justify-content: center;
}

.inline {
    display: flex;
    align-items: center;
}

.page-wrapper {
    max-width: 950px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 90px;
    margin-bottom: 70px;
}

/* SOCIAL-MEDIA-SECTION */
.social-media-wrapper {
    background-color: #F7F7F7;
    padding-top: 18px;
    padding-bottom: 20px;
    margin-top: 30px;
}

.socials-icon-wrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-evenly;
}

.socials-icon {
    width: 42px;
    height: 42px;
}

.socials-text {
    font-size: 14px;
    text-align: center;
    color: #06A965;
    font-family: VT323;
}

/* HEADER */
header {
    background-color: #06A965;
    position: absolute;
    top: 0px;
    width: 100%;
    height: 55px;
}

.inner-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 950px;
    margin-left: auto;
    margin-right: auto;
}

.logo-text {
    font-size: 30px;
    color: #FFFFFF;
    font-family: VT323;
    margin-left: 10px;
}

.logo-icon {
    width: 20px;
    height: 30px;
}

.hamburger-icon {
    width: 35px;
    height: 35px;
}

/* HOME PAGE AND CATEGORY */
.main-post-wrapper {
    margin-bottom: 42px;
}

.main-post-inner-wrapper {
    display: flex;
    align-items: center;
}

.main-post-text-wrapper h1 {
    font-size: 32px;
    line-height: 40px;
    color: #222222;
    font-family: public-sans-900;
    margin-bottom: 15px;
    padding-right: 100px;
}

.main-post-text-wrapper {
    width: 50%;
}

.main-post-content {
    font-size: 15px;
    line-height: 20px;
    padding-right: 50px;
    color: #555555;
    font-family: 'Arial';
}

.main-cover-image {
    width: 50%;
}

.layout-wrapper {
    display: flex;
}

section {
    width: 65%;
    padding-right: 50px;
}

.section-inner-wrapper {
    align-items: baseline;
    display: flex;
    flex-direction: column;
}

.post-inner-wrapper {
    padding-right: 60px;
}

.post-inner-wrapper h3 {
    font-size: 18px;
    line-height: 24px;
    color: #212529;
    font-family: public-sans-200;
    margin-bottom: 9px;
}

.post-outer-wrapper {
    display: flex;
    margin-bottom: 32px;
}

.post-inner-wrapper h4 {
    font-size: 12px;
    line-height: 17px;
    color: #555555;
    font-family: 'Arial';
    font-weight: 400;
    margin-bottom: 7px;
}

.post-featured-image {
    width: 100px;
    height: 100px;
}

.post-date {
    font-size: 10px;
    line-height: 17px;
    color: #000000;
    font-family: public-sans-400;
    text-transform: uppercase;
}

.font-600 {
    font-family: public-sans-700;
}

aside {
    width: 35%;
}

.most-readed-wrapper {
    display: flex;
    margin-bottom: 16px;
}

.most-readed-number-wrapper {
    width: 30px;
    height: 30px;
    background-color: #06A965;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 12px;
    margin-top: 4px;
    flex-shrink: 0;
}

.most-readed-number-wrapper p {
    font-size: 24px;
    color: #FFFFFF;
    font-family: VT323;
}

.most-readed-inner-wrapper h3 {
    font-size: 15px;
    line-height: 19px;
    color: #212529;
    font-family: public-sans-700;
    margin-bottom: 5px;
}

.load-more-button {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 12px;
    background-color: #06A965;
    width: fit-content;
}

.load-more-button p {
    color: #FFFFFF;
    font-size: 22px;
    font-family: VT323;
    margin-right: 10px;
}

.load-more-button img {
    width: 16px;
    height: 16px;
}

/* SINGLE POST AND ABOUT US */
.single-post-narrow-wrapper {
    max-width: 610px;
    margin-left: auto;
    margin-right: auto;
}

.single-big-post-heading h1 {
    font-size: 43px;
    line-height: 55px;
    color: #222222;
    font-family: public-sans-900;
    margin-bottom: 25px;
    padding-right: 55px;
}

.single-big-post-heading h3 {
    font-size: 15px;
    line-height: 27px;
    color: #555555;
    font-family: public-sans-200;
}

.single-big-post-featured-image {
    width: 100%;
    height: auto;
    margin-top: 35px;
}

.single-small-post-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 75px;
}

.single-small-post-inner-wrapper {
    justify-content: center;
    display: flex;
    flex-direction: column;
    width: 45%;
}

.single-small-post-heading h1 {
    font-size: 38px;
    line-height: 49px;
    color: #222222;
    font-family: public-sans-900;
    margin-bottom: 20px;
    padding-right: 15px;
}

.single-small-post-heading h3 {
    font-size: 15px;
    line-height: 25px;
    color: #555555;
    font-family: public-sans-200;
    padding-right: 30px;
}

.single-small-post-featured-image {
    width: 500px;
    height: 440px;
    max-width: 49%;
    max-height: 500px;
}

.highlighted-text {
    font-size: 18px;
    line-height: 28px;
    color: #555555;
    font-family: public-sans-400;
    padding: 18px 30px 18px 30px;
    background-color: #C2FCE4;
    margin-bottom: 35px;
}

.highlighted-text::first-letter {
    font-size: 44px;
    line-height: 48px;
    color: #333333;
    font-weight: 700;
    float: left;
    margin-right: 9px;
}

.single-post-content-wrapper {
    margin: 40px 0px 50px 0;
}

.single-post-content-wrapper * {
    font-size: 15px;
    line-height: 24px;
    color: #555555;
    font-family: 'Arial';
    font-weight: 400;
    margin-bottom: 25px;
}

.single-post-content-wrapper li {
    margin-left: 32px;
    margin-bottom: 0px;
}

.single-post-content-wrapper h2 {
    font-size: 27px;
    line-height: 32px;
    color: #000000;
    font-family: public-sans-700;
    margin-bottom: 20px;
}

.single-post-content-wrapper h3 {
    font-size: 18px;
    line-height: 25px;
    color: #000000;
    font-family: public-sans-300;
    margin-bottom: 20px;
}

.single-post-content-wrapper code {
    background-color: #06A965;
    color: #ffffff;
    font-family: courier;
    display: block;
    padding: 32px;
    margin-bottom: 40px;
    word-wrap: break-word;
}

.single-post-content-wrapper blockquote {
    font-size: 16px;
    line-height: 24px;
    color: #555555;
    font-style: italic;
    padding-left: 16px;
    border-left: 7px solid #333333;
}

.about-us-heading {
    font-size: 46px;
    line-height: 55px;
    color: #222222;
    font-family: public-sans-800;
    margin-bottom: -25px;
}


/* FOOTER */
.footer {
    background-color: #06A965;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-top: 32px;
    padding-bottom: 40px;
}

.footer-heading {
    font-size: 36px;
    line-height: 38px;
    text-align: center;
    color: #FFFFFF;
    font-family: VT323;
    max-width: 420px;
    margin-bottom: 16px;
}

.footer-subheading {
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    color: #FFFFFF;
    font-family: 'Arial';
    max-width: 420px;
    margin-bottom: 20px;
}

#subscribe-wrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.input-subscribe {
    background-color: transparent;
    border: 2px solid #FFFFFF;
    width: 168px;
    height: 34px;
    color: #FFFFFF;
    font-size: 22px;
    font-family: VT323;
    padding-left: 15px;
    padding-right: 15px;
}

.input-subscribe::placeholder {
    color: #FFFFFF;
}

.input-subscribe:focus {
    outline: none;
}

#icon-subscribe {
    width: 25px;
    height: 25px;
}

#button-subscribe {
    background-color: #FFFFFF;
    height: 38px;
    width: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: -1px;
}

#button-subscribe img {
    width: 22px;
    height: 22px;
}

.see-ict-footer {
    background-color: #333333;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 35px
}

.see-ict-text {
    font-size: 12px;
    color: #CCCCCC;
    font-family: public-sans-400;
}

/* MEDIA QUERY */
@media only screen and (max-width: 1200px) {
    .inner-header {
        width: 750px;
        margin-left: auto;
        margin-right: auto;
    }
    
    .page-wrapper {
        max-width: 750px;
        margin-left: auto;
        margin-right: auto;
    }
}

@media only screen and (max-width: 800px) {
    .bottom-border-text-wrapper {
        margin-bottom: 15px;
    }
    
    .bottom-border-text-wrapper p {
        font-size: 14px;
        padding-bottom: 8px;
    }
    
    .social-media-wrapper {
        margin-top: 25px;
    }
    
    /* HEADER*/
    header {
        height: 46px;
    }
    
    .inner-header {
        margin-left: 16px;
        margin-right: 16px;
    }

    .logo-text {
        font-size: 22px;
        margin-left: 7px;
    }
    
    .logo-icon {
        width: 15px;
        height: 22px;
    }
    
    .hamburger-icon {
        width: 28px;
        height: 28px;
    }
    
    /* CONTENT */
    .page-wrapper {
        padding-left: 16px;
        padding-right: 16px;
        margin-top: 66px;
        margin-bottom: 16px;
    }
    
    .main-post-wrapper {
        margin-bottom: 15px;
    }
    
    .main-post-text-wrapper h1 {
        font-size: 23px;
        line-height: 30px;
        margin-bottom: 5px;
        padding-right: 5px;
    }
    
    .main-post-inner-wrapper {
        flex-direction: column-reverse;
        align-items: baseline;
    }
    
    .main-post-text-wrapper {
        width: 100%;
        padding-right: 0px;
    }
    
    .main-post-content {
        font-size: 14px;
        line-height: 24px;
        padding-right: 0px;
    }
    
    .main-cover-image {
        width: 100%;
        height: auto;
        margin-bottom: 15px;
    }
    
    .layout-wrapper {
        flex-direction: column;
    }
    
    section {
        width: 100%;
        padding-right: 0px;
    }
    
    .post-inner-wrapper {
        padding-right: 0px;
        padding-left: 10px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    
    .post-inner-wrapper h3 {
        font-size: 15px;
        line-height: 23px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 3; /* number of lines to show */
                line-clamp: 3;
        -webkit-box-orient: vertical;
    }
    
    .post-outer-wrapper {
        display: flex;
        flex-direction: row-reverse;
        margin-bottom: 11px;
    }
    
    .post-inner-wrapper h4 {
        display: none;
    }
    
    .post-featured-image {
        width: 97px;
        height: 97px;
    }
    
    aside {
        width: 100%;
        display: contents;
    }
    
    .most-readed-outer-wrapper {
        margin-top: 10px;
        margin-bottom: 10px;
    }
    
    .order {
        order: -1;
    }
    
    .most-readed-number-wrapper {
        margin-top: 3px;
    }
    
    .most-readed-wrapper {
        margin-bottom: 20px;
    }
    
    .most-readed-number-wrapper p {
        font-size: 30px;
    }
    
    .most-readed-inner-wrapper h3 {
        font-size: 16px;
    }
    
    .socials-icon {
        width: 38px;
        height: 38px;
    }
    
    .socials-text {
        font-size: 14px;
    }
    
    .load-more-button {
        padding: 10px;
        margin-bottom: 30px;
        margin-top: 15px;
    }
    
    .load-more-button p {
        font-size: 16px;
        margin-right: 22px;
    }
    
    .load-more-button img {
        width: 15px;
        height: 15px;
    }
    
    .single-post-content-wrapper {
        margin: 30px 0px 50px 0;
    }
    
    .single-post-content-wrapper * {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 20px;
    }
    
    .single-post-content-wrapper li {
        margin-left: 20px;
        margin-bottom: 5px;
    }
    
    .single-post-content-wrapper h2 {
        font-size: 18px;
        line-height: 28px;
    }
    
    .single-post-content-wrapper h3 {
        font-size: 16px;
        line-height: 28px;
    }
    
    .single-post-content-wrapper code {
        padding: 20px;
        margin-bottom: 24px;
        font-size: 14px;
    }
    
    .single-post-content-wrapper blockquote {
        font-size: 14px;
        line-height: 24px;
        padding-left: 13px;
    }
    
    .highlighted-text {
        font-size: 14px;
        line-height: 21px;
        padding: 10px;
        margin-bottom: 13px;
    }
    
    .highlighted-text::first-letter {
        font-size: 46px;
        line-height: 40px;
        margin-right: 6px;
    }
    
    .about-us-heading {
        font-size: 32px;
        line-height: 30px;
        margin-bottom: -10px;
    }
    
    .single-big-post-heading h1, .single-small-post-heading h1  {
        font-size: 23px;
        line-height: 30px;
        margin-bottom: 5px;
        padding-right: 0px;
    }
    
    .single-big-post-heading h3, .single-small-post-heading h3 {
        font-size: 14px;
        line-height: 24px;
        padding-right: 0px;
    }
    
    .single-big-post-featured-image, .single-small-post-featured-image {
        margin-top: 12px;
        margin-bottom: -20px;
    }
    
    .single-small-post-featured-image {
        width: 100%;
        height: 320px;
        max-width: 100%;
        margin-bottom: 0px;
    }
    
    .single-small-post-wrapper {
        flex-direction: column;
        margin-bottom: 25px;
    }
    
    .single-small-post-inner-wrapper {
        width: 100%;
    }
    
    
    /* FOOTER */
    .footer {
        padding-top: 49px;
        padding-bottom: 57px;
    }
    
    .footer-heading {
        font-size: 24px;
        line-height: 28px;
        margin-bottom: 15px;
        max-width: 230px;
    }
    
    .footer-subheading {
        font-size: 13px;
        line-height: 20px;
        margin-bottom: 15px;
        max-width: 230px;
    }
    
    .input-subscribe {
        width: 174px;
        height: 32px;
        font-size: 18px;
        padding-left: 13px;
        padding-right: 13px;
    }
    
    #icon-subscribe {
        width: 18px;
        height: 21px;
    }

    #button-subscribe {
        height: 36px;
        width: 30px;
    }
    
    #button-subscribe img {
        width: 21px;
        height: 21px;
    }
    
    .see-ict-footer {
        height: 27px;
    }
    
    .see-ict-text {
        font-size: 11px;
    }
}

/* SWIPER */
.most-readed-swiper {
   overflow: hidden;
}


.swiper-slide {
   display: -webkit-box;
   display: -ms-flexbox;
   display: -webkit-flex;
   display: flex;
   -webkit-box-pack: center;
   -ms-flex-pack: center;
   -webkit-justify-content: center;
   justify-content: center;
   -webkit-box-align: center;
   -ms-flex-align: center;
   -webkit-align-items: center;
   align-items: center;
}

.swiper-pagination {
    position: relative;
}

.swiper-pagination-bullet-active {
    background-color: #06A965 !important;
}

.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
    position: relative;
}