/*
Theme Name:     Newspaper Child HR 
Theme URI: 		http://themeforest.net/user/tagDiv/portfolio
Description:    Child theme made by tagDiv
Author:         tagDiv
Author URI: 	http://themeforest.net/user/tagDiv/portfolio
Template:       Newspaper
Version:        9.0c
*/


/*  ----------------------------------------------------------------------------
    This file will load automatically when the child theme is active. You can use it
    for custom CSS.
*/
/* footer oveflow */
.td-footer-template-wrap{
overflow:hidden;
}
.td-module-meta-info{
font-size:14px !important;
}
.td-excerpt{
font-size:16px !important;
}
.td-category a {
    color: #fff;
 	padding: 6px !important;
    white-space: nowrap;
    display: inline-block;
font-size:14px !important;
}
/* standard table css */

.td-post-content table tr:first-child {
     width: 100%;
    max-width: 580px;
    height: 100% !important;
    min-height: 90px !important;
  font-family: Roboto;
    border-radius: 5px 5px 5px 5px;
    border-top: 25px solid #1E427F;
    margin: 0;
    margin-top: 20px;
    margin-bottom: 15px;
font-weight:bold;
    font-size: 16px;
}

.td-post-content table {width: 100%;}
.td-post-content table>tbody {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.td-post-content table tr {
       width: 100%;
    max-width: 580px;
    height: 100% !important;
    min-height: 70px !important;
    border-radius: 5px 5px 0 0;
    background: #1E427F;
    border-radius: 0 0 5px 5px;
    background: #FFF;
    display: flex;
    align-items: center;
    padding: 5px 19px;
    box-shadow: 0 4px 4px 0 rgba(0,0,0,.25);
    gap: 20px;
    margin-bottom: 15px;
}

.td-post-content table tr td:first-child {
     display: flex;
    max-width: 310px;
    width: 100% !important;
    height: 100% !important;
    border-right: 1px solid #1E427F;
    color: #000;
    font-family: "Open Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    align-items: center;
    margin: 0;
}
.td-post-content table tr td {
   max-width: 180px;
    box-shadow: unset;
    width: 100% !important;
    height: 100% !important;
    border: 0;
  font-family: "Open Sans";
font-size: 16px;
}
.td-post-content table  tr td a {
    color: #4DB2EC;
    text-align: center;
    font-family: "Open Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}


/* Final Desktop Normal Table End */
/* button */
.su-button-center{
margin-bottom:26px;
}
@media(max-width:991px) {
    .hr-fdnt-row { gap: 20px;}
    .hr-fdnt-right-col { max-width: 230px; width: 100%;}
}


@media (max-width:767px) {
    .hr-fdnt-row { gap: 20px; flex-wrap: wrap;}
    .hr-fdnt-left-main { gap: 25px;}
    .td-post-content table tr:first-child {    padding: 0;
    width: 98%;}
    .td-post-content table tr{     gap: 6px;
    flex-wrap: wrap;
    padding: 20px 0;
    width: 98%;}
    .td-post-content table tr td:first-child {
         max-width: 100%;
    width: 100% !important;
    border: 0;
    display: flex;
    justify-content: center;
    }
    .td-post-content table tr td {
         width: 100% !important;
    display: flex;
    max-width: 100%;
    justify-content: center;
    }

}


@media(min-width:1300px){
	.container.w-1116 { 
        max-width:1116px!important;
        padding: 0 24px; 
     }

    }

