/*---------------------------------------------------------------*/
/*----------------------------- Admin ---------------------------*/
/*---------------------------------------------------------------*/
.ks-m-news-admin-custom-post-page-config 
{
    display: flex;
    width: 100%;
}

.ks-m-news-admin-custom-post-page-config .ks-global-inputs-system-separator
{
    margin-right: 5%;
}

/*---- Mobile ----*/
@media only screen and (max-width: 1280px) 
{
    .ks-m-news-admin-custom-post-page-config 
    {
        flex-direction: column;
    }
}


/*---------------------------------------------------------------*/
/*---------------------------- Public ---------------------------*/
/*---------------------------------------------------------------*/

/*---- News Thumbnail ----*/
.ks-news-thumbnail 
{
    display: none;
    /* overflow: hidden; */
    max-width: 1080px;
    position: relative;
    margin: 0 auto;
}

.ks-news-thumbnail-slider 
{

}

.ks-news-thumbnail-item
{
    width: 500px;
    height: 570px;
    border: thin solid #E3E3E3;
    border-radius: 25px;
    overflow: hidden;
    margin: 0 5px;
    position: relative;
    background-color: #fff;
}


.ks-news-thumbnail-item-thumb 
{
    display: block;
}

.ks-news-thumbnail-item-thumb img
{
    margin: 0 auto;
    width: 100%;
}

.ks-news-thumbnail-item-title,
.ks-news-single-title
{
    color: #666666;
    overflow-wrap: break-word;
}

.ks-news-thumbnail-item-title 
{
    flex-basis: 20%;
    font-size: 25px;
}


.ks-news-thumbnail-item-data,
.ks-news-single-data
{
    color: #999999;
}

.ks-news-thumbnail-item-data 
{
    position: absolute;
    bottom: 2px;
    left: 15px;
}

.ks-news-thumbnail-content 
{
    display: flex;
    flex-direction: column;
    height: auto;
    padding: 12px 15px 5px 15px;
    position: relative;
    width: 100%;
}

.ks-news-thumbnail-item-description,
.ks-news-single-description
{
    color: #707070;
}

.ks-news-thumbnail-item-description 
{
    overflow: hidden;
    /* flex-basis: 35%; */
    line-height: 1.3;
    font-size: 18px;
}

.ks-news-thumbnail-item-open-link-button, 
.ks-news-style-2 .ks-news-thumbnail-item-open-link-button,
.ks-news-thumbnail-with-paginator-style-2 .ks-news-thumbnail-item-open-link-button 
{
    color: #ffffff;
    border-width: 4px;
    border-color: #009DE0;
    border-radius: 0px;
    font-size: 16px;
    /*font-family: 'Montserrat',Helvetica,Arial,Lucida,sans-serif!important;*/
    font-weight: 600;
    text-transform: uppercase;
    background-color: #009DE0;
    padding: 0.3em 1em;
    display: flex;
    box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.5);
    width: 125px;
    height: 45px;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 35px;
    left: 50%;
    transform: translateX(-50%);
}

.ks-news-thumbnail-slider-arrows,
.ks-slider-thumbnail-slider-arrows 
{
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    max-width: 1080px;
}

.ks-news-thumbnail-slick-arrow,
.ks-slider-thumbnail-slick-arrow 
{
    background: url(../images/shared_left_arrow.png);
    width: 32px;
    height: 32px;
    border: none;
    -webkit-appearance: initial;
    padding: 5px;
    cursor: pointer;
    background-size: contain;
    top: 50%;
}

.ks-news-thumbnail-slick-prev
{
    position: absolute;
    left: -75px;
}

.ks-news-thumbnail-slick-next
{
    background-image: url(../images/shared_right_arrow.png);
    position: absolute;
    right: -60px;
}

.ks-news-thumbnail-slick-arrow-left-type-a 
{
    background-image: url(../images/shared_left_arrow_white.png) !important;
}
.ks-news-thumbnail-slick-arrow-left-type-b 
{
    background-image: url(../images/shared_left_arrow.png) !important;
}
.ks-news-thumbnail-slick-arrow-right-type-a 
{
    background-image: url(../images/shared_right_arrow_white.png) !important;
}
.ks-news-thumbnail-slick-arrow-right-type-b 
{
    background-image: url(../images/shared_right_arrow.png) !important;
}

/*---- Mobile ----*/
@media only screen and (max-width: 1280px)  
{
    .ks-news-thumbnail-slider,
    .ks-news-thumbnail-slider-base 
    {
        width: 100%;
        padding: 0;
        overflow: hidden;
    }

    .ks-news-thumbnail-slick-prev
    {
        position: absolute;
        left: 0px;
        margin-top: 0;
        margin-right: 0;
        width: 20px;
        height: 20px;
    }

    .ks-news-thumbnail-slick-next
    {
        position: absolute;
        right: 0;
        margin-top: 0;
        margin-left: 0;
        width: 20px;
        height: 20px;
    }
}

/*---- News Thumbnail Slider ----*/
.ks-news-thumbnail-slider 
{

}

/*---- News Thumbnail with Paginator ----*/
.ks-news-thumbnail-with-paginator-block 
{
    display: block;
    margin-bottom: 25px;
}

.ks-news-thumbnail-with-paginator 
{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}

.ks-news-thumbnail-with-paginator .ks-news-thumbnail-item 
{
    flex-basis: 48%;
    /* max-width: 400px; */
    margin-bottom: 10px;
}


/*---- Mobile ----*/
@media only screen and (max-width: 1280px)  
{
    .ks-news-thumbnail-item 
    {
        margin: 0 10px;
        min-height: 325px;
        padding-bottom: 45px !important;
    }
}

@media only screen and (max-width: 768px)  
{
    .ks-news-thumbnail-item 
    {
        height: auto !important;
    }

    .ks-news-thumbnail-item-description 
    {
        line-height: 1.6;
    }
    
    .ks-news-thumbnail-slider-arrows 
    {
        position: relative;
        height: auto;
        margin-top: 25px;
        z-index: 1;
    }

    .ks-news-thumbnail-content 
    {
        display: inline-block;
    }

    .ks-news-thumbnail-item-title 
    {
        flex-basis: 20%;
        line-height: 1;
        margin-bottom: 20px;
    }

    .ks-news-thumbnail-item-data 
    {
        
    }

    .ks-news-thumbnail-with-paginator .ks-news-thumbnail-item 
    {
        flex-direction: column;
        flex-basis: 100%;
        width: 100%;
    }

    .ks-news-thumbnail-with-paginator .ks-news-thumbnail-item .ks-news-thumbnail-item-data 
    {
        bottom: 10px;
    }

    .ks-news-thumbnail-with-paginator 
    {
        flex-direction: column;
    }
}

/*---- News Style 1 - Lepark ----*/
.ks-news-style-1 
{
    max-width: 100%;
    padding: 0;
}

.ks-news-style-1 .ks-news-thumbnail-content 
{
    padding: 35px 25px;
}

.ks-news-style-1 .ks-news-thumbnail-item
{
    border-radius: 0;
    background: #ffffff;
    margin: 0px 13px;
    border: none;
}

.ks-news-style-1 .ks-news-thumbnail-item-description,
.ks-news-style-1 .ks-news-single-description
{
    /*font-family: 'Comfortaa', display;*/
    color: #193972;
}

.ks-news-style-1 .ks-news-thumbnail-item-title, 
.ks-news-style-1 .ks-news-single-title 
{
    color: #193972;
    /*font-family: 'Luckiest Guy',display;*/
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 20px;
}

.ks-news-style-1 .ks-news-thumbnail-item-description 
{
    font-size: 16px;
}

.ks-news-style-1 .ks-news-thumbnail-item-data, 
.ks-news-style-1 .ks-news-single-data 
{
    /*font-family: 'Comfortaa',display;*/
    color: #193972;
    font-size: 10px;
    text-transform: uppercase;
    left: 25px;
    bottom: 15px;
}

.ks-news-style-1 .ks-news-thumbnail-slick-arrow, 
.ks-news-style-1 .ks-slider-thumbnail-slick-arrow 
{
    background-image: url(../images/shared_left_arrow_white.png);
}

.ks-news-style-1 .ks-news-thumbnail-slick-next 
{
    background-image: url(../images/shared_right_arrow_white.png);
}

/*---- Mobile ----*/
@media only screen and (max-width: 1280px)  
{
    .ks-news-style-1 .ks-news-thumbnail-item-title, .ks-news-style-1 .ks-news-single-title 
    {
        margin-bottom: 10px;
    }

    .ks-news-style-1 .ks-news-thumbnail-content 
    {
        padding: 15px 15px;
    }

    .ks-news-style-1 .ks-news-thumbnail-item-description 
    {
        font-size: calc(0.8em + 0.25vw);
    }

    .ks-news-style-1 .ks-news-thumbnail-item-data, .ks-news-style-1 .ks-news-single-data 
    {
        font-size: calc(0.6em + 0.25vw);
        left: 14px;
        bottom: 5px;
    }
}

/*---- News Style 2 ----*/
.ks-news-style-2,
.ks-news-thumbnail-with-paginator-style-2
{
    
}

.ks-news-style-2 .ks-news-thumbnail-item,
.ks-news-thumbnail-with-paginator-style-2 .ks-news-thumbnail-item
{
    box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.3);
    border-radius: 0;
    margin: 12px;
    padding-bottom: 90px;
    min-height: 565px;
}

.ks-news-style-2 .ks-news-thumbnail-item-title,
.ks-news-style-2 .ks-news-single-title,
.ks-news-thumbnail-with-paginator-style-2 .ks-news-thumbnail-item-title,
.ks-news-thumbnail-with-paginator-style-2 .ks-news-single-title
{
    /*font-family: 'Montserrat', Helvetica, Arial, Lucida, sans-serif;*/
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    margin-top: 15px;
}

.ks-news-style-2 .ks-news-thumbnail-item-description,
.ks-news-style-2 .ks-news-single-description,
.ks-news-thumbnail-with-paginator-style-2 .ks-news-thumbnail-item-description,
.ks-news-thumbnail-with-paginator-style-2 .ks-news-single-description
{
    /*text-align: center;*/
    /*font-family: 'Roboto',Helvetica,Arial,Lucida,sans-serif;*/
    font-weight: 300;
}

.ks-news-style-2 .ks-news-thumbnail-item-open-link-button
{

}

.ks-news-style-2 .ks-news-thumbnail-item-data,
.ks-news-style-2 .ks-news-single-data
{

}

.ks-news-style-2 .ks-news-thumbnail-slick-arrow,
.ks-news-style-2 .ks-slider-thumbnail-slick-arrow
{
    
}

.ks-news-style-2 .ks-news-thumbnail-slick-next 
{
    
}

/*---- Mobile ----*/
@media only screen and (max-width: 1280px)  
{
    .ks-news-style-2,
    .ks-news-thumbnail-with-paginator-style-2 
    {
        /*box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.3);*/
    }

    .ks-news-style-2 .ks-news-thumbnail-item,
    .ks-news-thumbnail-with-paginator-style-2 .ks-news-thumbnail-item
    {
        margin: 0;
        height: auto !important;
        box-shadow: none;
        min-height: auto;
    }
}

/*---- News Thumbnail with Paginator Style 2 ----*/
.ks-news-thumbnail-with-paginator-style-2 .ks-news-thumbnail-item 
{
    flex-basis: 45%;
}

/*---- Mobile ----*/
@media only screen and (max-width: 1280px)  
{
    .ks-news-thumbnail-with-paginator-style-2 .ks-news-thumbnail-item 
    {
        flex-basis: 100%;
        margin-bottom: 25px;
    }
}

/*---- News - Columns ----*/

.ks-news-thumbnail-with-paginator-column-2 
{

}

.ks-news-thumbnail-with-paginator-column-3 
{
    
}

.ks-news-thumbnail-with-paginator-column-4 
{
    
}

/*---- News Single ----*/
.ks-news-single 
{
    background: #fff;
    padding: 0 0 50px 0;
}

.ks-news-single-wrapper 
{

}

.ks-news-single-thumb
{
    border-radius: 0;
    /*max-height: 450px;*/
    overflow: hidden;
    margin-left: 0;
    margin-right: 0;
}

.ks-news-single-thumb img
{

}

.ks-news-single-content 
{
    margin-bottom: 50px;
    max-width: 800px;
}

.ks-news-single-title
{
    line-height: 1;
}

.ks-news-single-review
{
    line-height: 1.3;
}

.ks-news-single-data
{
    
}

.ks-news-single-description
{
    white-space: pre-line;
    padding: 0 15px;
}

.ks-news-single-description div
{
    display: table;
}

.ks-news-single-description h1,
.ks-news-single-description h2,
.ks-news-single-description h3,
.ks-news-single-description h4,
.ks-news-single-description h5,
.ks-news-single-description h6 
{
    margin-top: 25px;
    line-height: 1.2 !important;
}

.ks-news-single-description ul 
{
    margin-top: 0;
}

.ks-news-single-description li 
{
    margin-top: -20px;
}

.ks-news-single-description pre 
{
    padding: 0;
}

.ks-news-single-gallery 
{
    position: relative;
    width: 100%;
    max-width: 800px;
    display: none;
    margin-bottom: 50px;
}

.ks-news-single-gallery-slider
{

} 

.ks-news-single-gallery-slide-slick-prev
{
    left: 15px;
    background-image: none;
}

.ks-news-single-gallery-slide-slick-prev:before
{
    content: "\34";
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
} 

.ks-news-single-gallery-slide-slick-next 
{
    background-image: url(../images/shared_right_arrow.png);
    background-image: none;
    right: 15px;
}

.ks-news-single-gallery-slide-slick-next:before
{
    content: "\35";
    color: #fff;
    position: absolute;
    top: 0;
    right: 0;
}    


.ks-news-single-gallery-slide-slick-prev:before,
.ks-news-single-gallery-slide-slick-next:before 
{
    display: none;
}

.ks-news-single-gallery-slider .slick-dots
{
    display: flex !important;
    list-style: none;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    padding: 0;
    position: absolute;
    bottom: 25px;
    width: 100%;
}

.ks-news-single-gallery-slider .slick-dots li
{
    background: #fff;
    border-radius: 50px;
    border: thin solid #999;
    width: 12px;
    height: 12px;
    margin: 0 5px;
    opacity: 0.5;

    transition: all .2s ease-in-out;
}

.ks-news-single-gallery-slider .slick-dots li.slick-active
{
    opacity: 1;
}

.ks-news-single-gallery-slider .slick-dots button
{
    text-indent: -999999px;
    background: none;
    border: none;
    cursor: pointer;
}

/*---- Mobile ----*/
@media only screen and (max-width: 600px)  
{
    .ks-news-single-description img 
    {
        width: 90%;
        margin-bottom: 10px;
    }

    .ks-news-single-title 
    {
        margin-top: 10px;
        font-size: 30px;
    }
}

/*---- News Single - Style 1 - Lepark ----*/
.ks-news-single-style-1 
{
    max-width: 100%;
    width: 100%;
    padding: 0;
}

.ks-news-single-style-1 .ks-news-single-wrapper 
{
    max-width: 100%;
}

.ks-news-single-style-1 .ks-news-single-thumb
{
    max-width: 100%;
    width: 100%;
    max-height: 600px;
    border-radius: 0;
}

.ks-news-single-style-1 .ks-news-single-thumb img
{
    width: 100%;
}

.ks-news-single-style-1 .ks-news-single-content 
{
    max-width: 80%;
}

.ks-news-single-style-1 .ks-news-single-title
{
    /*font-family: 'Comfortaa', display;*/
    font-size: 35px;
    color: #193972;
    font-weight: bold;
    text-transform: uppercase;
    text-align: left;
    margin-bottom: 85px;
    line-height: 1.25;
}

.ks-news-single-style-1 .ks-news-single-data
{
    /*font-family: 'Comfortaa', display;*/
    color: #E21170;
    text-align: left;
    margin-bottom: 45px;
}

.ks-news-single-style-1 .ks-news-single-description
{
    /*font-family: 'Comfortaa', display;*/
    color: #101010;
}

.ks-news-single-style-1 .ks-news-single-description a 
{
    color: #4CBCED;
}

.ks-news-single-style-1 .ks-news-single-description div
{

}

.ks-news-single-style-1 .ks-news-single-gallery 
{
    max-width: 800px;
}

.ks-news-single-style-1  .ks-news-single-gallery-slider
{

} 

.ks-news-single-style-1  .ks-news-single-gallery-slide-slick-prev 
{

}

.ks-news-single-style-1  .ks-news-single-gallery-slide-slick-next 
{

}

/*---- Style 1 Mobile ----*/
@media only screen and (max-width: 1280px)  
{
    .ks-news-single-style-1 .ks-news-single-content 
    {
        max-width: 95%;
    }

    .ks-news-single-style-1 .ks-news-single-title 
    {
        margin-bottom: 45px;
    }

    .ks-news-single-style-1 .ks-news-single-data 
    {
        margin-bottom: 25px;
    }
}

/*---- Share ----*/
.ks-news-single-share-buttons 
{
    display: flex;
    width: 100%;
    max-width: 800px;
    justify-content: flex-end;
    align-items: center;
    margin-top: 25px;
}

.ks-news-single-share-button 
{
    background-image: url(../images/facebook.png);
    background-repeat: no-repeat;
    width: 40px;
    height: 40px;
    background-size: cover;
    cursor: pointer;
    display: flex;
    align-items: center;
    margin-left: 2%;
}

.ks-news-single-share-button:first-child 
{
    margin-left: 0;
}

.ks-news-single-share-button:hover 
{
    opacity: 0.8;
}

.ks-news-single-share-button a 
{
    color: rgba(0,0,0,0);
    font-size: 25px;
    line-height: 40px;
    text-indent: -99999999px;
}

.ks-news-single-share-button-facebook 
{
    background-image: url(../images/facebook.png);
    /*background-image: none;
    width: auto;
    height: auto;*/
}

.ks-news-single-share-button-twitter
{
    background-image: url(../images/twitter.png);
    /*background-image: none;
    width: auto;
    height: auto;*/
}

.ks-news-single-share-button-linkedin
{
    background-image: url(../images/linkedin.png);
    /*background-image: none;
    width: auto;
    height: auto;*/
}

.ks-news-single-share-button-whatsapp
{
    background-image: url(../images/whatsapp.png);
}

.ks-news-single-share-button-email
{
    background-image: url(../images/mail.png);
}

/*---- Share Mobile ----*/
@media only screen and (max-width: 1280px)  
{
   
}

/*---- Comments ----*/
.comment-respond 
{
    display: none;
}

.ks-news-single-comments 
{
    position: relative;
    width: 100%;
    max-width: 800px;
}

.ks-news-single-comment 
{
    box-shadow: 0 0 14px rgba(34, 44, 55, 0.1);
    padding: 25px;
    margin-bottom: 25px;
}

.ks-news-single-comments-items 
{

}

.ks-news-single-comment-author 
{
    margin-bottom: 20px;
    display: flex;
}

.ks-news-single-comment-author-avatar 
{
    background-image: url(../images/avatar_default.png);
    background-repeat: no-repeat;
    width: 55px;
    height: 55px;
    background-size: cover;
    margin-right: 20px;
}

.ks-news-single-comment-author-columns 
{

}

.ks-news-single-comment-author-name 
{
    font-size: 25px;
    font-weight: bold;
    line-height: 1;
    color: #000;
    margin-bottom: 10px;
}

.ks-news-single-comment-author-date 
{
    font-size: 18px;
    font-weight: normal;
    line-height: 1;
    color: #368ED3;
}

.ks-news-single-comment-content 
{
    font-size: 18px;
    font-weight: normal;
    line-height: 1.5;
    margin-bottom: 0;
}

.ks-news-single-comments-form 
{
    position: relative;
    width: 100%;
    box-shadow: 0 0 14px rgba(34, 44, 55, 0.1);
    padding: 25px;
    margin-bottom: 25px;
}

.ks-news-single-comments-form .comment-respond 
{
    display: block;
    position: relative;
    width: 100%;
    padding-top: 0 !important;
}

.ks-news-single-comments-form .comment-respond #commentform 
{
    padding-bottom: 0px;
}  

.ks-news-single-comments-form .comment-reply-title 
{

}

.ks-news-single-comments-form .logged-in-as
{

}

.ks-news-single-comments-form .logged-in-as a
{

}

.ks-news-single-comments-form #commentform label 
{

}

.ks-news-single-comments-form #commentform textarea 
{
    color: #000;
    width: 100%;
}

.ks-news-single-comments-form #commentform textarea::placeholder 
{
    color: #999;
}

.ks-news-single-comments-form #commentform .comment-form-author,
.ks-news-single-comments-form #commentform .comment-form-email, 
.ks-news-single-comments-form #commentform .comment-form-url
{
    width: 100%;
}

.ks-news-single-comments-form #commentform .comment-form-author,
.ks-news-single-comments-form #commentform .comment-form-email
{
    width: 49%;
    display: inline-block;
    margin-right: 1.2%;
}

.ks-news-single-comments-form #commentform .comment-form-email 
{
    margin-right: 0;
}

.ks-news-single-comments-form #commentform .comment-form-author input,
.ks-news-single-comments-form #commentform .comment-form-email input, 
.ks-news-single-comments-form #commentform .comment-form-url input
{
    width: 100%;
    color: #000;
}

.ks-news-single-comments-form #commentform .comment-form-cookies-consent 
{
    display: none;
}

.ks-news-single-comments-form .form-submit
{
    text-align: center;
}

.ks-news-single-comments-form .form-submit .submit
{
    background-color: #2196f3;
    border: none;
    padding: 10px;
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: bold;
    cursor: pointer;
    margin-top: 25px;
}

.ks-news-single-comments-form .form-submit .submit:hover 
{
    background-color: #2ca0ff;
}

/*---- Comments Mobile ----*/
@media only screen and (max-width: 1280px)  
{
    .ks-news-single-share-buttons 
    {
        justify-content: center;
        margin-bottom: 20px;
    }

    .ks-news-single-comments-form #commentform .comment-form-author,
    .ks-news-single-comments-form #commentform .comment-form-email, 
    .ks-news-single-comments-form #commentform .comment-form-url
    {
        width: 100%;
        margin-right: 0;
    }

    .ks-news-single-comments-form .form-submit .submit 
    {
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
}


/*==== KsMNewsPublicSCHomeNews ====*/
.ks-m-news-public-sc-home-main-news 
{

}   

.ks-m-news-public-sc-home-main-news-wrapper 
{

}

.ks-m-news-public-sc-home-main-news-columns
{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.ks-m-news-public-sc-home-main-news-column
{
    flex-basis: 32.5%;
}

.ks-m-news-public-sc-home-main-news-column:first-child 
{
    flex-basis: 66.2%;
}

.ks-m-news-public-sc-home-main-news-column:last-child 
{

}

.ks-m-news-public-sc-home-main-news-item
{
    position: relative;
    margin-bottom: 15px;
    display: block;
}

.ks-m-news-public-sc-home-main-news-content-header 
{

}

.ks-m-news-public-sc-home-main-news-title
{
    font-weight: bold;
    font-size: clamp(18px, 1.45vw, 22px);
    min-height: 55px;
    line-height: 1.5;
    max-width: 85%;
}

h2.ks-m-news-public-sc-home-main-news-title 
{
    height: 95px;
}

h3.ks-m-news-public-sc-home-main-news-title 
{
    height: 100px;
}

.ks-m-news-public-sc-home-main-news-column:first-child .ks-m-news-public-sc-home-main-news-title
{
    font-size: clamp(20px, 2.2vw, 32px);
}

.ks-m-news-public-sc-home-main-news-column:first-child h2.ks-m-news-public-sc-home-main-news-title
{

}

.ks-m-news-public-sc-home-main-news-column:first-child h3.ks-m-news-public-sc-home-main-news-title
{

}

.ks-m-news-public-sc-home-main-news-sub-title
{

}

h2.ks-m-news-public-sc-home-main-news-sub-title
{

}

h3.ks-m-news-public-sc-home-main-news-sub-title
{

}

.ks-m-news-public-sc-home-main-news-review
{
    font-size: clamp(14px, 1.1vw, 18px);
    margin-top: 11px;
    margin-bottom: 25px;
    line-height: 1.5;
    overflow: hidden;
}

.ks-m-news-public-sc-home-main-news-column:first-child .ks-m-news-public-sc-home-main-news-review
{
    
}


.ks-m-news-public-sc-home-main-news-description
{
    font-size: clamp(14px, 1.1vw, 18px);
    margin-top: 11px;
    margin-bottom: 25px;
    line-height: 1.5;
    height: 8vw;
    max-height: 70px;
    min-height: 65px;
    overflow: hidden;
}

.ks-m-news-public-sc-home-main-news-column:first-child .ks-m-news-public-sc-home-main-news-description
{

}

.ks-m-news-public-sc-home-main-news-image
{
    width: 100%;
    position: relative;
}

.ks-m-news-public-sc-home-main-news-image img
{
    width: 100%;
}

.ks-m-news-public-sc-home-main-news-author
{
    position: absolute;
    left: 25px;
    bottom: 25px;
    color: #ffffff !important;
    background-color: rgba(0,0,0,0.3);
    padding: 10px;
}



/*---- Styles ----*/

/*- Style 0 -*/
.ks-m-news-public-sc-home-main-news-style-0
{

}  

/*- Style 1 -*/
.ks-m-news-public-sc-home-main-news-style-1
{

} 

.ks-m-news-public-sc-home-main-news-style-1 .ks-m-news-public-sc-home-main-news-columns
{
    flex-direction: column;
}  

.ks-m-news-public-sc-home-main-news-style-1 .ks-m-news-public-sc-home-main-news-column
{
    display: flex;
    justify-content: space-between;
} 

.ks-m-news-public-sc-home-main-news-style-1 .ks-m-news-public-sc-home-main-news-column:first-child
{

} 

.ks-m-news-public-sc-home-main-news-style-1 .ks-m-news-public-sc-home-main-news-item
{
    flex-basis: 49%;
} 

.ks-m-news-public-sc-home-main-news-style-1 .ks-m-news-public-sc-home-main-news-column:last-child .ks-m-news-public-sc-home-main-news-item
{
    flex-basis: 24%;
    display: flex;
    flex-direction: column-reverse;
} 

.ks-m-news-public-sc-home-main-news-style-1 .ks-m-news-public-sc-home-main-news-item .ks-m-news-public-sc-home-main-news-content-header h3
{
    font-size: clamp(20px, 1.2vw, 18px);
} 

.ks-m-news-public-sc-home-main-news-style-1 .ks-m-news-public-sc-home-main-news-column:first-child h2.ks-m-news-public-sc-home-main-news-title
{
    font-size: clamp(20px, 1.9vw, 25px);
}

.ks-m-news-public-sc-home-main-news-style-1 .ks-m-news-public-sc-home-main-news-column:first-child h3.ks-m-news-public-sc-home-main-news-title
{
    font-size: clamp(14px, 1.1vw, 20px);
}



/*- Style 2 -*/
.ks-m-news-public-sc-home-main-news-style-2
{

}  

.ks-m-news-public-sc-home-main-news-style-2 .ks-m-news-public-sc-home-main-news-columns
{
    flex-wrap: wrap;
    align-items: flex-start;
}  

.ks-m-news-public-sc-home-main-news-style-2 .ks-m-news-public-sc-home-main-news-item
{
    flex-basis: 32.5%;
    display: flex;
    flex-direction: column-reverse;
    justify-content: flex-end;
} 

.ks-m-news-public-sc-home-main-news-style-2 .ks-m-news-public-sc-home-main-news-item:first-child
{
    flex-basis: 66.2%;
}

.ks-m-news-public-sc-home-main-news-style-2 .ks-m-news-public-sc-home-main-news-item:nth-child(2)
{
    flex-basis: 32.5%;
}

.ks-m-news-public-sc-home-main-news-style-2 .ks-m-news-public-sc-home-main-news-content-header
{

}

.ks-m-news-public-sc-home-main-news-style-2 .ks-m-news-public-sc-home-main-news-item:first-child .ks-m-news-public-sc-home-main-news-content-header
{
    position: absolute;
    bottom: 0;
    background-color: #626262;
    padding: clamp(10px, 5%, 15px) clamp(10px, 5%, 25px);
    width: 100%;
}  

.ks-m-news-public-sc-home-main-news-style-2 .ks-m-news-public-sc-home-main-news-item:first-child .ks-m-news-public-sc-home-main-news-content-header h2
{
    font-size: clamp(20px, 1.7vw, 32px);
}  

.ks-m-news-public-sc-home-main-news-style-2 .ks-m-news-public-sc-home-main-news-item:first-child .ks-m-news-public-sc-home-main-news-content-header h3
{
    font-size: clamp(12px, 1.2vw, 18px);
} 


.ks-m-news-public-sc-home-main-news-style-2 .ks-m-news-public-sc-home-main-news-author 
{
    display: none;
}

/*---- Mobile ----*/
@media only screen and (max-width: 1280px)  
{
    .ks-m-news-public-sc-home-main-news-columns
    {
        flex-direction: column;
    }
    
    .ks-m-news-public-sc-home-main-news-column
    {
        flex-basis: 100% !important;
        flex-direction: column;
    }

    .ks-m-news-public-sc-home-main-news-item 
    {
        margin-bottom: 35px;
    }

    h2.ks-m-news-public-sc-home-main-news-title 
    {
        height: auto;
    }

    h3.ks-m-news-public-sc-home-main-news-title 
    {
        height: auto;
    }

    p.ks-m-news-public-sc-home-main-news-description 
    {
        height: auto;
        margin-top: 0;
        margin-bottom: 10px;
    }

    /*- Style 2 -*/

    .ks-m-news-public-sc-home-main-news-style-1 .ks-m-news-public-sc-home-main-news-column:last-child .ks-m-news-public-sc-home-main-news-item 
    {
        flex-direction: column;
    }

    /*- Style 2 -*/

    .ks-m-news-public-sc-home-main-news-style-2 .ks-m-news-public-sc-home-main-news-item
    {
        flex-basis: 100% !important;
    }

    .ks-m-news-public-sc-home-main-news-style-2 .ks-m-news-public-sc-home-main-news-item:first-child .ks-m-news-public-sc-home-main-news-content-header
    {
        position: relative;
        background-color: initial;
        padding: 0;
        width: auto;
    }  
}

/*==== Single - Parts - Image Banner ====*/
.ks-news-single-part-image-banner-container
{
    
}


.ks-news-single-part-image-banner
{

}

.ks-news-single-part-image-banner img
{

}

/*==== Single - Parts - Image Thumbnail ====*/
.ks-news-single-part-image-thumbnail-container 
{

}

.ks-news-single-part-image-thumbnail 
{
    display: flex;
    justify-content: center;
}

.ks-news-single-part-image-thumbnail img 
{
 
}

/*==== Single - Parts - Share Icons ====*/
.ks-news-single-part-share-icons-container
{
    
}

.ks-news-single-part-share-icons
{
    justify-content: flex-end;
}

.ks-news-single-part-share-icons-button 
{

}

.ks-news-single-part-share-icons-button a
{

}

/*==== Single - Parts - Author Date Category ====*/
.ks-news-single-part-author-date-category-container
{
    justify-content: flex-end;
    align-items: flex-end;
}

.ks-news-single-part-author-date-category
{

}

/*==== Single - Parts - Title ====*/
.ks-news-single-part-title-container
{
    
}


.ks-news-single-part-title
{

}

/*==== Single - Parts - Review ====*/

.ks-news-single-part-title-review-container 
{

}

.ks-news-single-part-title-review
{

}

/*==== Single - Parts - Description ====*/
.ks-news-single-part-description-container
{

}

.ks-news-single-part-description
{
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    width: 100%;
}

.ks-news-single-part-description strong
{
    display: contents;
}

/*==== Single - Parts - Gallery ====*/
.ks-news-single-part-gallery-container
{

}

.ks-news-single-part-gallery
{

}

/*==== Single - Parts - Comments ====*/
.ks-news-single-part-comments-container
{

}

.ks-news-single-part-comments
{

}

.ks-news-single-part-comments-items 
{

}

.ks-news-single-part-comments-form 
{

}

.ks-news-single-part-comments-form form
{

}

.ks-news-single-part-comments-form form textarea
{
    width: 100% !important;
}


/*==== Search - Form ====*/
.ks-news-single-search-form-container 
{
    display: flex;
    width: 100%;
    align-items: flex-end;
}

.ks-news-single-search-form 
{
    display: flex;
    width: 100%;
    max-width: 572px;
}

.ks-news-single-search-form input[type=text]
{
    border: thin solid #333333;
    color: #333333;
    padding: 15px 15px;
    width: 100%;
    height: 60px;
}

.ks-news-single-search-form-submit
{
    background-color: #FF0404;
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    cursor: pointer;
}

.ks-news-single-search-form-submit::before
{
    content: "";
    background-image: url(../images/icon-search.png);
    background-size: contain;
    width: 32px;
    height: 32px;
    position: revert;
}

/*==== Search - Result ====*/
.ks-news-single-search-result-container 
{
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 1160px;
    margin: 0 auto;
}

.ks-news-single-search-result 
{
    display: flex;
    flex-direction: column;
    width: 100%;
}

.ks-news-single-search-result-item-columns 
{
    display: flex;
}

.ks-news-single-search-result-item-column 
{

}

.ks-news-single-search-result-showed 
{
    margin-bottom: 25px;
}

.ks-news-single-search-result-items 
{

}

.ks-news-single-search-result-item 
{
    padding-top: 30px;
    margin-bottom: 30px;
    border-top: thin solid #999;
}

.ks-news-single-search-result-item-thumb 
{
    margin-right: 15px;
}

.ks-news-single-search-result-item-thumb img
{
    width: auto;
    max-width: 376px;
} 

.ks-news-single-search-result-content 
{
    max-width: 768px;
    margin-top: 5px;
}

.ks-news-single-search-result-item-title
{
    font-size: clamp(16px, 1.4vw, 22px);
}

.ks-news-single-search-result-item-categories 
{
    display: flex;
    margin-top: 5px;
    margin-bottom: 0;
    flex-wrap: wrap;
}

.ks-news-single-search-result-item-category 
{
    width: 146px;
    height: 36px;
    border: thin solid #666666;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 15px;
    margin-bottom: 15px;
}

.ks-news-single-search-result-item-category:last-child
{
    margin-right: 0;
}

.ks-news-single-search-result-item-description 
{
    font-size: clamp(12px, 1.4vw, 18px);
    margin-bottom: 10px;
}

.ks-news-single-search-result-item-author 
{

}

.ks-news-single-search-result-item-data 
{

}

.ks-news-single-search-result-item-open-link-button 
{

}