/*
Theme Name: Newspaper Child
Description: Child theme for Newspaper
Template: Newspaper
*/
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
.more-posts-wrap {
    margin-top: 10px;
    /* text-align: center; */   
    overflow: hidden;
    width: 100%;
    display: flex;
    justify-content: center;
    padding-top: 15px;
}
.side-title-wrap {
    margin-bottom: 5px;
    width: 100%;
    overflow: hidden;
}
/* h3 {
    font-size: 22px;
    line-height: 25px;
    margin-top: 27px;
} */
h3.side-list-title {
    font-size: 1rem !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
padding-bottom: 20px !important;
    position: relative;
    margin: 0;
    padding-bottom: 20px;
}
.side-list-wrap {
    background: #fff;
    width: 100%;
    border-top: 10px solid #c3c5c4;
}
.jd-empscape-ad img{margin-bottom: 0 !important;}
a, a:visited {
    color: #367C7C;
    font-weight: 500;
    text-decoration: none;
    transition: color 0.3s ease 0s;
}

.center-block {
    margin: 0 auto;
    display: block;
}
img {
    height: auto;
    max-width: 100%;
    overflow: clip;
}
ul li {
    line-height: 15px;
    margin-left: 21px;
}
/* ul.side-list {
    width: 100%;
    list-style: none;

}
ul.side-list li {
    float: left;
    padding: 15px 5%;
    position: relative;
    list-style: none;
    width: 90%;
} */
p.bcgtitle {
    margin-bottom: 0;
}
.section-one {
    float: left;
    width: 100%;
    padding-bottom: 10px;
}
/* .section-one {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
} */

.part-one {
    float: left;
    width: 30%;
}
.part-two {
    float: left;
    width: 70%;
}
/* .part-one { flex: 0 0 30%; max-width: 30%; }
.part-two { flex: 1 1 70%; max-width: 70%; } */

.jobs-btn-style{
    border: medium none;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    padding: 8px 0px;
    /* text-align: center; */
      /* color: #fff; */
    font-size: 14px;
    font-weight: bold;
    padding: 10px 0px;
    /* line-height: 32px; */
    text-align: center;
    width: 90%;
    cursor: pointer;
    background-color: #317ee5;
    display: flex;
    justify-content: center;
}
.feat-widget-text {
    background: #fff;
    float: left;
    /* padding: 15px 5% 15px; */
    position: relative;
    width: 95%;
}
.feat-widget-wrap {
    background: #fff;
    overflow: hidden;
    width: 100%;
    margin-top:0
} 
input[type="text"] {
    text-indent: 10px;
    height: 30px;
    line-height: 30px;
}
input[type="hidden" i] {
    display: none !important;
}
/* ul.side-list {
    width: 100%;
} */
.side-pop-wrap {
    width: 100%;
    border-top: 10px solid #c3c5c4;
}
link {
    display: none;
}
ul.token-input-list-facebook {
    overflow: hidden;
    height: auto !important;
    /* height: 1%; */
    /* width: 350px; */
    border: 1px solid #8496ba;
    cursor: text;
    font-size: 12px;
    font-family: Verdana;
    min-height: 1px;
    margin: 0;
    padding: 0;
    background-color: #fff;
    list-style-type: none;
    clear: left;
}
ul {
    list-style: none;
}
li.token-input-input-token-facebook {
    float: left;
    margin: 0 !important;
    padding: 0;
    list-style-type: none;
}
ul.token-input-list-facebook li input {
    border: 0;
    width: 100px;
    background-color: white;
    margin: 2px 0;
}
.feat-widget-text p {
    color: #777;
    float: left;
    font-size: .9rem;
    font-weight: 400;
    line-height: 130%;
    margin: 0px;
    width: 100%;
}

.archive_widget {
    background: #dddddd !important;
    /* margin: 0 0 15px 0 !important; */
    border-top: 10px solid #c3c5c4;
}
.archive_widget .archive_span {
    font-size: 0.9rem;
    color: #000 !important;
    font-weight: 700;
}
.selectbox {
    line-height: 30px;
    height: 30px;
}
.archive_widget .selectbox {
    width: 100%;
    margin-top: 5px;
    margin-bottom: 5px;
    border: none;
    font-size:14px;
}
.side-widget {
    float: left;
    padding: 15px 5%;
    position: relative;
    width: 100%;
}
.archive_widget .google {
    width: 100%;
    margin-top: 5px;
    margin-bottom: 5px;
      font-size: 14px;
    padding: 10px;
    /* margin: 0px; */
    border: none;
}
.legal-posts {
    display: block;
    width: 100%;
    clear: both;
    margin-top: 10px;
    font-size: 16px;
    color: #000;
    /* text-align: center; */
    margin-bottom: 0; 
}
.widget li{
    line-height: 15px;
    margin-left: 12px;
}
/* .execphpwidget {
    float: left;
    margin-top: 15px;
    width: 100%; 
} */
 @media (max-width: 1024px) {
    .part-one {
        width: 35%;
    }
    .part-two {
        width: 65%;
    }
}
@media (max-width: 768px) {
    .section-one {
    float: left;
    width: 100%;
    padding-bottom: 10px;
    }
    .part-one,
    .part-two {
        /* width: 100%;
        float: none; */
        flex: 0 0 100%;
        max-width: 100%;
    }
    .feat-widget-wrap {
        margin-top: 15px;
    }
    h3.side-list-title {
        font-size: 15px;
    }
    .feat-widget-text p {
        font-size: 0.85rem;
    }
    ul li {
        margin-left: 15px;
        line-height: 18px;
    }
    /* .more-posts-wrap.left {
        display: block;
    } */
}
@media (max-width: 480px) {
    h3 {
        margin-top: 15px;
        font-size: 15px;
        line-height: 22px;
    }
    h3.side-list-title {
        font-size: 15px;
        line-height: 18px;
    }
    .jobs-btn-style {
        font-size: 13px;
        /* padding: 6px 0; */
        width: 100%;
    }
    .archive_widget .archive_span {
        font-size: 0.8rem;
    }
    .feat-widget-text {
        width: 100%;
        padding: 10px;
    }
    .side-widget {
        padding: 10px;
    }
    ul.token-input-list-facebook li input {
        width: 80px;
    }
}
/* @media (max-width: 767px) {
    .more-posts-wrap.left {
        display: none;
    }
} */




/* css start 9-17-2025 */
.section_keyword input{
box-shadow: inset 8px 8px 33px 0px rgba(212, 212, 212, 1);color: #989898;}
.search_serch_one{font-size: 1rem !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;padding-bottom: 20px !important;}
.search_legal_jobs,.search_legal_jobs_2 {padding:15px;}
.search_legal_jobs li{margin-left: 0; font-family: 'Roboto';}
p{margin:0;}
.more-posts-wrap{
    margin-bottom: 0;
}
#relevent_jobs_h3{padding-bottom: 5px !important;}
#legal_job_h3{padding-bottom:10px !important;}
#tdi_13 br{display: none;}
h3#bcg_h3 {
    margin: 0 pa;
    margin: 0;
    padding: 0 !important;
    color: #606261;}
#searchjob{padding:0px;}
.feat-widget-text p{padding-top:5px;
}
 .feat-widget-p {
    color: #777;
    float: left;
    font-size: .9rem;
    font-weight: 400;
    line-height: 130%;
    margin-top: 5px;
    width: 100%;
}
#bcg_featured_job{
padding-bottom:0 !important;}
.feat-widget-a{
        color: #811417;
        font-size:14px;
        line-height: 18px;
        font-weight: 700;
}
.jobsearch-wrapper {
    margin: 0 !important;
    padding: 0;
}
#bcg_category_h3{display:none;}
.legal_career_resource_title .td-block-title{margin-bottom: 0 !important;}
.feat-widget-text.feat-widget-read-more {
    display: flex;
    flex-direction: column;
    padding: 15px;
    width: 100%;
}
.feat-widget-read-more span.side-list-cat {
    color: #999;
    float: left;
    font-family: 'Montserrat', sans-serif;
    font-size: .65rem;
    font-weight: 400;
    line-height: 100%;
    margin-bottom: 6px;
    text-transform: uppercase;
    width: 100%;
}
.feat-widget-read-more p{
        color: #777;
    float: left;
    font-size: .9rem;
    font-weight: 400;
    line-height: 130%;
    margin-top: 5px;
    width: 100%;
}
.feat-widget-read-more-1{
    font-weight:700;
        color: #606261;
        font-size: 16px;
        line-height: 20px;
        
}
.feat-widget-read-more-2{
    color: #367c7c;
        font-size: 0.9rem;
            font-weight: 700;
            font-size: 14px;
            line-height: 16px;
            text-align: end;
}
.bcc_div img{width: 100%;height: 100%;}
#legal_h3{padding-bottom: 0 !important;}
h3#bcg_title_h3 {
    padding-bottom: 0 !important;
}
#archive_widget-5{background-color: #dddddd ;}
.right-s-img img{margin-bottom: 0 !important;}
.td-block-data{display: flex;justify-content: space-between;}
/* css end 9-17-2025 */

p.readmore {
    margin-bottom: 0 !important;
}
.td_module_wrap {
    padding: 10px !important;
}
.td-fix-index > div:empty,
.td-fix-index > div:not(:has(*)) {
    display: none !important;
}
.footer_form input{
    height: 100% !important;
    border-radius: 5px;
    line-height: 30px;
    padding: 10px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
border:1px solid black;
}
.footer_form input:first-child{
margin-bottom:10px;
   
}
.footer_form  .td_block_wrap{
margin-bottom:0 !important; 
}
.btn1 button{
 background: #811417;
    border-radius: 5px; 
    color: #fff;
    cursor: pointer;
    font-size: 12px;
    font-weight: bold;
    margin: 10px 0;
    padding: 7px 30px;
    text-align: center;
    display: block;
    width: 100%;
    text-decoration: none;
	box-shadow:none;
height:42px;
}
@media(max-width:1024px){
#footer_row .td-pb-span4{ width:100% !important;} 

}
#home-mid-wrap2 {
    background: #fff;
    padding-top: 20px;
    width: 100%;
        max-width: 1163px;
    margin: 0 auto;
    padding: 0 1.87265917603% 20px;
}
#home-mid-wrap2 .full,#home-mid-wrap2  .full-contact{
	float:left; 
	width:100%;
}
#home-mid-wrap2 .full-contact{
	padding-top:15px;
}
#home-mid-wrap2 .contact-style,#home-mid-wrap2  .contact-style-full,#home-mid-wrap2  .ceptcha{
	border: 1px solid #e0e0e0;
   background: #f6f6f6;
   box-shadow: 0 0 10px rgba(0, 0, 0, 0.2) inset;
   padding:5px 1%;
	width:97%!important;
	color:#4c4c4c;
   font-size: 12px;
   line-height: 15px;
	margin-top:8px;
}
#home-mid-wrap2 .part-50{float:left; width:49%;}
#home-mid-wrap2 .part-50:nth-child(2){
	margin-left:1%;
}
#home-mid-wrap2 .address-sec{
	background:#e9e9e9;
}
#home-mid-wrap2 .address-sec .inner{
	margin:30px 10%;
	width:80%;
}
#home-mid-wrap2 .btn-style{
	width:auto;
	background: rgb(54, 124, 124);
   border: medium none;
   color: #fff;
   font-size: 14px;
   font-weight: bold;
   line-height: 25px;
   text-align: center;
   cursor: pointer;
	padding:5px 35px;
}
#home-mid-wrap2 .contact-style,#home-mid-wrap2  .contact-style-full,#home-mid-wrap2  .ceptcha{
	border: 1px solid #e0e0e0;
   background: #f6f6f6;
   box-shadow: 0 0 10px rgba(0, 0, 0, 0.2) inset;
   padding:5px 1%;
	width:97%!important;
	color:#4c4c4c;
   font-size: 12px;
   line-height: 15px;
	margin-top:8px;
}
#home-mid-wrap2 .ceptcha{width:30%!important;}

#home-mid-wrap2 span.post-head-cat {
	clear: both;
	color: #fff;
	display: inline-block;
	float: left;
	font-family: helvetica, arial, sans-serif;
	font-size: .65rem;
	font-weight: bold;
	line-height: 100%;
	margin-bottom: 7px;
	padding: 4px 15px;
	text-transform: uppercase;
	background-color:#367C7C ;
	}

#home-mid-wrap2 .h1_tag {
	color:#367c7c;
	font-size: 2.1rem;
	font-weight: 800;
	text-transform: none;
	margin-bottom: 10px;
	padding-bottom: 15px;
	border-bottom: 1px solid #e0e0e0;
}







#customPopup {
        display: none;
        position: fixed;
        top: 20px;
        right: 20px;
        width: 360px;
        background: #fff;
        padding: 25px 20px;
        border-radius: 8px;
        border: 1.5px solid #ccc;
        box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
        z-index: 99999;
        font-family: Arial, sans-serif;
    }

    #customPopup.show {
        display: block;
        animation: fadeIn 0.4s ease-in-out;
    }

    #customPopupClose {
        position: absolute;
        top: 8px;
        right: 12px;
        cursor: pointer;
        font-size: 22px;
        border: none;
        background: #f9f9f9;
        width: 32px;
        height: 32px;
        color: #666;
        border: 1.5px solid #ccc;
    }

    #customPopupClose:hover {
        background-color: #ce0909ff;
        border-color: #ce0909ff;
        color: #fff;
    }

    #customPopup h3 {
        margin-top: 0;
        font-size: 18px;
        font-weight: bold;
        text-align: center;
        margin-bottom: 15px;
    }

    #customPopup p {
        margin-bottom: 10px;
        color: #444;
        font-size: 14px;
        text-align: center;
    }


    .social-login-button img {
        margin-right: 10px;
        width: 20px;
        height: 20px;
    }

    .social-login-button:hover {
        background-color: #f5f5f5;
    }


    .social-login-button.facebook { 
        border:2px solid #4267B2; 
        color:#4267B2; 
    height: 42px;
    padding: 10px 20px;
    display: flex;
    margin: 0 auto;
    border-radius: 6px;
    }

    #customPopup .popup-divider {
        margin: 20px 0;
        font-size: 12px;
        color: #666;
        text-align: center;
        line-height: 1.4em;
    }

    #thankYouMessage { 
        display:none; 
        color:green; 
        margin-top:10px; 
        text-align:center; 
        font-weight:bold;
    }

    @keyframes fadeIn {
        from {
            opacity: 0;
            transform: translateY(-10px);
        }
        to {
            opacity: 1;
            transform: translateY(0);
        }
    }
button#google-login-btn .S9gUrf-YoZ4jf {
    border: 0;
    padding: 0;
 
}
button#google-login-btn {
    padding: 0;
   display: flex;
    margin: 0 auto;
    margin-bottom: 15px;
border-radius: 6px;
}




/* .sub-menu#submenu-1,.sub-menu#submenu-2,.sub-menu#submenu-3
,.sub-menu#submenu-4 {
    width: 100% !important;
    max-width: 1114px!important;
    left: 0 !important;
} */













#footer-google-btn-container div[role="button"] {
    width: 32px !important;
    height: 32px !important;
    min-width: 32px !important;
    border-radius: 50% !important;
    padding: 0 !important;
    overflow: hidden !important;
}

#footer-google-btn-container div[role="button"] div {
    margin: 0 !important;
    padding: 0 !important;
}

/* Facebook button styling */
#footer-facebook-btn-container button {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}

#footer-facebook-btn-container img {
    width: 24px;
    height: 24px;
}


