/*
 Theme Name:     Divi Child Theme
 Theme URI:      https://www.elegantthemes.com/gallery/divi/
 Description:    Divi Child Theme
 Author:         Elegant Themes
 Author URI:     https://www.elegantthemes.com
 Template:       Divi
 Version:        1.0.0
*/

header div#header_menu_icons div.et_pb_row_0_tb_header {
    background-color: rgba(0, 0, 0, 0.77) !important;
}

div.single_news_content div.entry-content img {
    height: 250px;
    width: 100%;
    object-fit: cover;
}

div#tilte_div_contains {
    margin-bottom: 0px !important;
}


.news_banner_img_contains {
    display: grid;
    grid-template-columns: 70% 30%;
    gap: 10px;
    margin-top: 25px;
}

div.author_content_side div.post_type_name,
div.social_icon_containers p {
    border-bottom: 1px solid red;
}

div.social_icon_containers {
    margin-top: 30px;
}

div.social_icon_containers ul {
    padding-top: 5px !important;
}

div.author_content_side {
    width: 80%;
}

div.news_details_content div.et_pb_row_1_tb_body {
    margin: 0px !important;
    padding-top: 0px !important;
}

div.news_details_content div.et_section_regular {
    padding-top: 15px !important;
}

.newsletter_contains {
    display: grid;
    grid-template-columns: 70% 30%;
    gap: 10px;
    margin-top: 15px;
}

div.nl_subscribe_form {
    border: 1px solid #000;
    height: fit-content;
    padding: 12px;
    margin-top: 15px;
}

p.nl_title {
    color: #FF3131;
    font-size: 26px;
    line-height: normal;
    font-weight: 400;
}

div.nl_subscribe_form div.tnp-subscription {
    margin-top: 0px;
}

input.tnp-submit {
    background-color: #000 !important;
    border-radius: 5px;
}

div.news_details_content div.et_pb_row_1_tb_body {
    width: 100% !important;
}

header div#header_menu_icons div.et_pb_row_0_tb_header {
    background-color: rgba(0, 0, 0, 0.77) !important;
}

div.post_news_container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
}

div.post_news_container .news-item {
    border-radius: 10px;
    overflow: hidden;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    padding: 11px;
    margin-bottom: 30px;
}

h2.post_news_title {
    display: -webkit-box;
    max-width: 100%;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: normal;
    padding-bottom: 0px;
}

div.post_news_container .news-item img.post_news_image {
    width: 100%;
    border-radius: 10px;
    width: 100%;
    border-radius: 10px;
    height: 130px;
    object-fit: cover;
}

.pagination_links_news {
    font-size: 21px;
    margin-top: 25px;
}

div.pagination_links_news span.page-numbers.current {
    border-bottom: 1px solid #000;
}

div.post_news_container .news-item .news-content p {
    display: -webkit-box;
    max-width: 100%;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 18px;
    line-height: normal;
}

div.post_news_container .news-item h2.post_news_title {
    font-size: 20px;
    font-weight: 600;
}

div.post_news_container .news-item:hover {
    cursor: pointer;
    position: relative;
    top: -5px;
}

.news-content p {
    font-size: 16px !important;
}

.news-content {
    margin-top: 10px;
}

.single_news_content h1 {
    width: 70%;
    line-height: normal;
}


div.news_details_content p{
    text-align: justify !important;
}

body.post-type-archive-news div#header_menu_icons {
    background-color: transparent !important;
}

body.post-type-archive-news div#header_menu_icons div:nth-child(1) {
    max-width: 100% !important;
}

body.post-type-archive-news div#header_menu_icons div.et_pb_row {
    width: 100% !important;
}



@media screen and (max-width: 768px) {
    div.single_news_content div.entry-content img {
        height: 130px;
        width: 100%;
        object-fit: cover;
    }

    div#tilte_div_contains {
        margin-bottom: 0px !important;
    }

    div.post_news_container {
        display: block;
        margin-bottom: 10px;
    }

    div.author_date_info p {
        font-size: 14px;
        line-height: normal;
    }

    div.social_icon_containers {
        margin-top: 20px;
    }

    p.nl_title {
        font-size: 19px;
    }

    div.nl_subscribe_form p.nl_form_text {
        font-size: 11px;
        line-height: normal;
        margin-bottom: 10px;
    }

    div.single_news_content h1.entry-title {
        font-size: 25px;
        line-height: normal;
    }

    .single_news_content h1 {
        width: 100%;
        line-height: normal;
    }
}

@media screen and (max-width: 515px) {
    .news_banner_img_contains {
        display: block;
    }

    div.author_content_side {
        width: 100%;
    }

    .newsletter_contains {
        display: block;
    }
}

.page-id-9121 .et_pb_row_1 .dsm-content-toggle-body .et_pb_text_inner .et_pb_contact_main_title:nth-of-type(2) {
    display: none !important;
}

/*.page-id-9121 .dsm_content_toggle_0 {
    margin-right: 0px;
    margin-left: 0px;
}

.page-id-9121 .dsm_content_toggle_1 {
   margin-right: 0px;
    margin-left: 0px;
}*/ 