/*
Theme Name:   Woodmart Child
Description:  Woodmart Child Theme
Author:       XTemos
Author URI:   http://xtemos.com
Template:     woodmart
Version:      1.0.0
Text Domain:  woodmart
*/
.mobile-infobox_ { display:none !important; }
#mobile_sidebar_section { display:none !important; }
.features-grid-section-wrap .features-grid-row-wrap.cstm-p-item .cstm-p-content .cstm-excerpt {
	-webkit-line-clamp: 4 !important;
}
.site-logo img { height:100px !important; }
.features-grid-section-wrap .features-grid-row-wrap.cstm-p-item .cstm-p-content  {
-webkit-line-clamp: 5 !important;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
overflow: hidden;
font-size: 12px !important;
line-height: 18px !important;
}

.features-grid-section-wrap .features-grid-row-wrap.cstm-p-item .cstm-p-content p a{
color: var(--wd-text-color);
}

.features-grid-section-wrap .features-grid-row-wrap.cstm-p-item .cstm-p-content p{
font-size: 12px !important;
line-height: 18px !important;
}

.features-grid-section-wrap .features-grid-row-wrap.cstm-p-item:nth-child(4) .cstm-p-content{
-webkit-line-clamp: 7 !important;
}

.features-grid-section-wrap .features-grid-row-wrap.cstm-p-item .cstm-p-content .cstm-excerpt{
-webkit-line-clamp: unset !important;
display: block;
overflow: visible;
}

@media (max-width: 520px){
.features-grid-section-wrap .features-grid-row-wrap.cstm-p-item .cstm-p-content{
	-webkit-line-clamp: 4 !important;
}

.features-grid-section-wrap .features-grid-row-wrap.cstm-p-item .cstm-p-content ul, .features-grid-section-wrap .features-grid-row-wrap.cstm-p-item .cstm-p-content ol,.features-grid-section-wrap .features-grid-row-wrap.cstm-p-item .cstm-p-content h1,.features-grid-section-wrap .features-grid-row-wrap.cstm-p-item .cstm-p-content h2,.features-grid-section-wrap .features-grid-row-wrap.cstm-p-item .cstm-p-content h4,.features-grid-section-wrap .features-grid-row-wrap.cstm-p-item .cstm-p-content h5,.features-grid-section-wrap .features-grid-row-wrap.cstm-p-item .cstm-p-content h6{
display: none;
}
}


/*.features-grid-section-wrap .features-grid-row-wrap.cstm-p-item .cstm-p-content .cstm-excerpt {

	-webkit-line-clamp: 4 !important;

}

.features-grid-section-wrap .features-grid-row-wrap.cstm-p-item:nth-child(4) .cstm-p-content .cstm-excerpt {

	-webkit-line-clamp: 6 !important;

}*/

.podcast_ctm_main_wrap{
	width:100%; 
	border: 2px solid #DEC0B9;
    margin-bottom: 10px;
}

.podcast_ctm_main_mnc {
    width: 100%;
    position: relative;
}

.podcast_ctm_main_mnc .podcast_ctm_main {
	display:flex;
    width:100%;
	padding: 19px 13px;
	border-bottom:2px solid #DEC0B9;
	background: url("https://timesca.com/wp-content/uploads/2024/07/podcast_bg.gif") no-repeat center center;
	background-size:cover;
}

.podcast_ctm_main_mnc .podcast_ctm_main .podcast_ctm_main_left {
width: 46px;
height: 46px;
margin-top: 4px;
}

.podcast_ctm_main_mnc .podcast_ctm_main .podcast_ctm_main_left .custom-audio,
.podcast_ctm_main_mnc .podcast_ctm_main .podcast_ctm_main_left .custom-audio .audio-controls{
height: 100%;
width: 100%;
}

.podcast_ctm_main_mnc .podcast_ctm_main .podcast_ctm_main_left .audio-controls button{
padding: 0;
width: 100%;
height: 100%;
background-color: #005A96;
color: #fff;
min-height: auto;
}

.podcast_ctm_main_mnc .podcast_ctm_main .podcast_ctm_main_left .audio-controls button svg{
width: 25px;
height: 28px;
}

.podcast_ctm_main_mnc .podcast_ctm_main .podcast_ctm_main_right {
width: calc(100% - 56px);
word-wrap: break-word;
}
.podcast_ctm_main_mnc .podcast_ctm_main .podcast_ctm_main_right h3{
	font-size: 13px;
	/* line-height: 20px; */
	font-weight: 700;
	margin-bottom: 0;
	color: #9E4D38;
}

.podcast_ctm_main_mnc .podcast_ctm_main .podcast_ctm_main_right p{
	font-size: 11px;
	line-height: 14px;
	font-weight: 700;
	color: #000000;
	margin: 0;
}

.podcast_ctm_main_player{
	position: relative;
    width: 100%;
}
.podcast_ctm_main_left {
	width: 36px;
	height: 36px;
}
.audio-controls {
	padding: 0;
}
.podcats_time_duration { 
	width: 62px;
	color: rgba(158, 77, 56, 0.65);
	font-size: 10px;
	font-weight: 400;
}
.progress-container {
	width: calc(100% - 110px) !important;
	margin: 0 10px !important;
}

/* .podcast_ctm_main_player.show_podcast{
display: inline-flex;
} */
.audio-controls .play-button {
	width: 100%;
	height: 100%;
	background: #9E4D38;
	padding: 0;
	min-height: 36px;
	color: #fff;
}
.audio-controls .play-button svg {
	width: 14px;
	height: 14px;
}
.podcast_ctm_main_player{
	display: inline-flex;
	align-items: center;
	padding: 13px 13px 13px 20px;
	width: 100%;
	background-color: #E7E8E3;
}
.podcast_ctm_main_player .progress-container{
	height: 6px;
	margin: 0;    
}
.podcast_ctm_main_player .progress-container {
	background: #F3F4EF !important;
}

.podcast_ctm_main_player .progress-container .progress-bar{
    background-color: #9E4D38;
}

@media (max-width: 1199px){
.podcast_ctm_main_mnc{
	padding: 19px 12px;
}

.podcast_ctm_main_mnc .podcast_ctm_main .podcast_ctm_main_left {
	width: 40px;
	height: 40px;
}

.podcast_ctm_main_mnc .podcast_ctm_main .podcast_ctm_main_left .audio-controls button svg {
	width: 22px;
	height: 25px;
}

.podcast_ctm_main_mnc .podcast_ctm_main .podcast_ctm_main_right {
	width: calc(100% - 50px);
}

.podcast_ctm_main_player{
	width: calc(100% - 24px);
}
}

@media (max-width: 820px){
.podcast_ctm_main_mnc{
	padding: 24px 15px;
}

.podcast_ctm_main_mnc .podcast_ctm_main .podcast_ctm_main_left {
	width: 46px;
	height: 46px;
}

.podcast_ctm_main_mnc .podcast_ctm_main .podcast_ctm_main_left .audio-controls button svg {
	width: 22px;
	height: 25px;
}

.podcast_ctm_main_mnc .podcast_ctm_main .podcast_ctm_main_right {
	width: calc(100% - 56px);
}
}

@media (max-width: 479px){
.podcast_ctm_main_mnc {
	padding: 19px 12px;
}

.podcast_ctm_main_mnc .podcast_ctm_main{
	margin-bottom: 6px;
}

.podcast_ctm_main_mnc .podcast_ctm_main .podcast_ctm_main_left {
	width: 36px;
	height: 36px;
}

.podcast_ctm_main_mnc .podcast_ctm_main .podcast_ctm_main_left .audio-controls button svg {
	width: 18px;
	height: 22px;
}

.podcast_ctm_main_mnc .podcast_ctm_main .podcast_ctm_main_right {
	width: calc(100% - 46px);
}

.podcast_ctm_main_player{
	width: calc(100% - 24px);
}
}

.gtranslate_wrapper { 
display:flex;
justify-content:flex-end; 
}

.gtranslate_wrapper .select2-container--default .select2-selection--single {
background:transparent;
border:none !important;
border-bottom: 2px solid transparent !important;
border-radius: 0 !important;
}

.select2-container--default .select2-results>.select2-results__options .select2-results__option { margin:0 !important;color: #9E4D38; }
.select2-container--default .select2-results>.select2-results__options .select2-results__option:first-child{
	display: none;
}

.gtranslate_wrapper .select2-container--default .select2-selection--single:hover,
.select2-container--default.select2-container--open .select2-selection--single{
border-color:#9E4D38 !important;
}

.select2-dropdown { 
border:none !important; 
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable,
.select2-container--default .select2-results__option--selected{
background:#9E4D38 !important;
color:#fff !important;
}

.select2-container--default .select2-results>.select2-results__options { 
max-height:300px !important; 
}

.select2-container--default .select2-results>.select2-results__options {
background:#DEC0B9 !important;
}

.gtranslate_wrapper .select2-container { 
width:auto !important;
min-width:160px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
border: solid black !important;
border-width: 0 1px 1px 0 !important;
display: inline-block !important;
padding: 3px !important;
transform: rotate(45deg);
-webkit-transform: rotate(45deg);
margin-top: -5px !important;
border-color:#9E4D38 !important;
}

.gtranslate_wrapper .select2-container--default .select2-selection--single span { 
color:#9E4D38;
padding-left: 20px !important; 
text-align: right;
}

.gtranslate_wrapper .select2-container--default .select2-selection--single span.select2-selection__rendered{
background:url('https://timescadev.wpenginepowered.com/wp-content/uploads/2024/05/glob.png') no-repeat left 3px center !important;
width: fit-content;
display: flex;
margin-left: auto;
padding-right: 25px;
position: relative;
}

.gtranslate_wrapper .select2-container--default .select2-selection--single span.select2-selection__rendered:before{
content: 'Editions:';
margin-right: 4px;
}

.select2-container .select2-dropdown .select2-results .select2-results__options li:first-child{
display: none;
}

.custom_main_bdy_inr_main .wd-entry-content .wp-caption,
.custom_main_bdy_inr_main .wp-playlist.wp-video-playlist{
position:relative;
}

.custom_main_bdy_inr_main .wd-entry-content .wp-caption.no-captiontimeca {
padding-bottom:5px !important;
}

.custom_main_bdy_inr_main .wd-entry-content .wp-caption:after,
.custom_main_bdy_inr_main .wp-playlist.wp-video-playlist:after {
width:42px;
height:100%;
background:#e8e2dc;
content:'';
position:absolute;
left:-42px;
top:0;
}
.wp-playlist-tracks { 
background: #E8E2DC !important;
line-height: 1.5 !important;
padding: 6px 10px 6px 42px !important;
margin: 0 !important;
color: #9E4D38 !important;
position: relative;
font-size: 14px !important;
padding-left: 0 !important;
z-index:2;
}
.custom_main_container .site-content { padding:0 !important; }
.custom_main_container .sidebar-right { padding-right:0 !important; }
.custom_main_container .content-layout-wrapper {margin:0 !important; }
html .single-post .custom_main_container .wd-post-date.wd-style-with-bg { left:0 !important; }
html .single.single-post .article-inner .custom_main_bdy_inr_main .entry-content.wd-entry-content p.wp-caption-text { 
background: #E8E2DC !important;
line-height: 1.5 !important;
padding: 6px 10px 6px 42px !important;
margin: 0 !important;
color: #9E4D38 !important;
position: relative;
font-size: 14px !important;
padding-left:0 !important;
z-index: 2;
}
html .single.single-post .article-inner .custom_main_bdy_inr_main .entry-content.wd-entry-content { border:none !important;margin:0 !important;padding:0 !important;padding-left:42px !important; }
html .single.single-post .article-inner .custom_main_bdy_inr_main .entry-content.wd-entry-content p {text-align:left; }
html .single.single-post .article-inner .custom_main_bdy_inr_main { position:relative; }
html .single.single-post .article-inner .custom_main_bdy_inr_main:before { 
position: absolute;
content: '';
left: 22px;
top: 20px;
height:  calc(100% - 25px)!important;
width: 1.5px;
background: #9E4D38;
z-index: 11;
	
}
html .single.single-post .article-inner .custom_main_bdy_inr_main .entry-header .single-post-social a.wd-social-icon {
border:1px solid  #9E4D38 !important;
background:#fff !important;
width:25px !important;
height:25px !important;
margin:7px 0 !important;
box-shadow: 0 0 0px 0.3px #9E4D38 !important;
}
html .single.single-post .article-inner .custom_main_bdy_inr_main .entry-header .single-post-social a.wd-social-icon:not(:first-child){
margin-top: 13px !important;
}
html .single.single-post .article-inner .custom_main_bdy_inr_main .entry-header .single-post-social a.wd-social-icon span {   
width:100% !important;
height:100% !important;
display:flex;
align-items:center;
justify-content:center;
}
html .single-post .content-layout-wrapper .article-inner .entry-header .single-post-social a.wd-social-icon .wd-icon::before { display:none !important; }
html .single.single-post .article-inner .custom_main_bdy_inr_main .entry-header .single-post-social a.wd-social-icon.social-facebook span {
align-items: flex-end;
justify-content: center;
}
html .single.single-post .article-inner .custom_main_bdy_inr_main .entry-header .single-post-social { left:10px;bottom:auto !important;top:12px !important;z-index: 11; }

.custom_main_bdy_inr_main .entry-header .entry-thumbnail { padding-bottom:5px !important; }
.custom_main_bdy_inr_main .image-captions {
background:#E8E2DC !important;
line-height: 1.5 !important;
padding:1px 10px 6px 42px !important;
margin:0 !important;
color:#9E4D38 !important;
position:relative;
}
.custom_main_bdy_inr_main .image-captions b {
color:rgba(158, 77, 56, 0.46) !important;
padding-left:4px;
font-weight:400 !important;
}
html .single-post .article-inner .custom_main_bdy_inr_main .wp-playlist-item .wp-playlist-caption {
padding-left: 0 !important;
color: #9E4D38 !important;
font-weight:400 !important;
}
html .single-post .article-inner .custom_main_bdy_inr_main .wp-playlist-item {
position:relative;
padding:0;
}
html .single-post .article-inner .custom_main_bdy_inr_main .wp-playlist-item:after {
position: absolute;
content: '';
top: 5px;
left: -19px;
width: 16px;
height: 14px;
border-top: 7px solid transparent;
border-bottom: 7px solid transparent;
border-left: 14px solid #9E4D38;
}
.custom_main_bdy_inr_main .wp-playlist-item-length { display:none !important; }
.custom_main_bdy_inr_main .wp-playlist-light .wp-playlist-playing {
background: transparent;
color: #000;
text-align: left;
}
.custom_main_bdy_inr_main .wp-playlist.wp-video-playlist{
background-color: #E8E2DC !important;
text-align: center;
padding: 5px 5px 0 0;
}
.custom_main_bdy_inr_main .wp-caption-text b { color:rgba(158, 77, 56, 0.46) !important;  font-weight:400 !important; }
html .single-post .article-inner .custom_main_bdy_inr_main .entry-content.wd-entry-content p strong { color:#9E4D38 !important; }
.custom_main_bdy_inr_main .image-captions:after {
position: absolute;
content: '';
top: 4px;
left: 22px;
width: 16px;
height: 14px;
border-top: 7px solid transparent;
border-bottom: 7px solid transparent;
border-left: 12px solid #9E4D38;
}
.custom_main_bdy_inr_main .wp-caption {
margin-bottom: 20px !important;
}
html .single-post .custom_main_bdy_inr_main .cstm-author-detail { margin-left: 22px !important;margin-top:30px !important; }
.custom_main_bdy_inr_main .wp-caption-text {
background: #E8E2DC !important;
line-height: 20px;
padding: 6px 10px 6px 51px !important;
margin: 0 !important;
color: #9E4D38 !important;
position: relative;
font-style: normal !important;
}
.custom_main_bdy_inr_main .wp-caption-text:after {
position: absolute;
content: '';
top: 10px;
left: -19px;
width: 16px;
height: 14px;
border-top: 7px solid transparent;
border-bottom: 7px solid transparent;
border-left: 12px solid #9E4D38;
}
/*.custom_main_container #just-for-tags-row { margin:0 !important; }*/
.uai.userway_dark { background:none !important; }
.uai.userway_dark span { display:inline-flex !important; }
.uai.userway_dark:hover span svg g path { fill:#000 !important; }
.uai.userway_dark:hover span svg>path { stroke:#000 !important; }
.custom_main_container .article-body-container p { line-height:22.4px !important;font-size:15px !important; }
.custom_main_container #just-for-tags-row .wpb_text_column .post-tags {
min-height: 86px;
}
.custom_main_container .article-body-container { padding-left:0 !important;padding-top:20px !important; }
.custom_main_container .article-inner { padding-right:67px !important; }
html .single.single-post .article-inner .custom_main_bdy_inr_main .entry-header .single-post-social a.wd-social-icon:hover {
background:#9E4D38 !important;
}
html .single.single-post .article-inner .custom_main_bdy_inr_main .entry-header .single-post-social a.wd-social-icon:hover svg path {
stroke: #fff;
}
html .single.single-post .article-inner .custom_main_bdy_inr_main .entry-header .single-post-social a.wd-social-icon.social-twitter:hover svg path {
stroke:transparent;
fill:#fff;
}
.whb-header-bottom-inner .whb-col-center > .fixed {
position: fixed;
left: 0;
right: 0;
margin: 0 auto;
top: 0px !important;
z-index: 999;
}
.whb-main-header {
background-color: #F3F4EF;
}
header.whb-header {
margin-bottom: 0 !important;
}
.whb-top-bar-inner ul {
padding: 0;
}
.whb-top-bar-inner ul li {
display: inline-block !important;
margin: 0;
color: #fff;
font-size: 16px;
}
.whb-top-bar-inner ul li:not(:last-child) {
margin-right: 30px;
}
.whb-header-bottom-inner .whb-col-center {
display: block !important;
max-width: 100% !important;
width: 100%;
}
.whb-general-header .container>div {
border-top: 1px solid #005A96;
border-bottom: 1px solid #005A96;
margin-top: 4px;
}
.whb-header-bottom-inner .whb-col-center > div:nth-child(1) {
background-color: #005A96;
margin-top: 4px !important;
margin-bottom: 4px !important;
}
.whb-header-bottom-inner .whb-col-center > div:nth-child(1) ul li a {
color: #fff !important;
}
.whb-header-bottom-inner .whb-col-center > div:nth-child(2) {
background-color: #E7E8E3;
border-top: 1px solid #005A96;
border-bottom: 1px solid #005A96;
}
.whb-general-header .gt_selector {
width: unset;
margin-left: auto;
margin-right: 0;
display: table;
border: none !important;
}
.whb-header-bottom-inner .whb-col-center > div:nth-child(2) ul li a {
color: #005a96 !important;
}
#footer-sec .menu-footer-menu-container ul {
margin: 0;
padding: 0;
text-align: right;
}
#footer-sec .menu-footer-menu-container ul li {
display: inline-block !important;
margin: 0;
}
#footer-sec .menu-footer-menu-container ul li:not(:last-child) {
margin-right: 40px;
}
#footer-sec .menu-footer-menu-container ul li a {
color: #fff;
font-family: 'Noto Sans' !important;
}
.vc_column-inner {
padding-top: 0 !important;
}
#footer-sec .wpb_text_column {
margin-bottom: 0;
}
#footer-sec .wpb_text_column p {
font-family: 'Noto Sans' !important;
color: #fff;
}
.wpb_single_image {
margin-bottom: 0;
}
#main-banner-sec .cstm-txt {
margin-bottom: 0 !important;
}
#home-page-layout-one-sec {
padding-top: 23px;
}
#main-banner-sec .info-box-title {
margin-bottom: 0;
}
#main-banner-sec .cstm-txt ul {
list-style: none;
border-left: 2px solid #9E4D38;
padding-left: 10px;
}
#main-banner-sec .cstm-txt ul li {
font-weight: 500;
}
#home-page-layout-one-sec .post-widget-title-block .info-box-content {
display: flex;
justify-content: space-between;
align-items: center;
}
#home-page-layout-one-sec .post-widget-title-block .info-box-content .info-box-title {
margin: 0;
}
#home-page-layout-one-sec .post-widget-title-block .info-box-content .info-btn-wrapper {
margin-top: 0;
}
#home-page-layout-one-sec .post-widget-title-block {
border: 1px solid #DEC0B9;
background: rgba(158, 77, 56, 0.10);
padding: 7px 12px;
}
#home-page-layout-one-sec .post-widget-title-block a.btn {
border: none;
text-transform: none;
color: #9E4D38;
font-family: 'Noto Sans' !important;
font-weight: 400;
}
#home-page-layout-one-sec .clmm .vc_column-inner>div {
background: linear-gradient(0deg, #E7E8E3 30.13%, rgba(231, 232, 227, 0.92) 54.41%, rgba(231, 232, 227, 0.00) 100%);
}
#home-page-layout-one-sec .clmm .vc_column-inner>div.wpb_wrapper {
border-left: 2px solid #dec0b9;
border:none !important;
}
#home-page-layout-one-sec .clmm .info-box-wrapper {
border-left: 2px solid #dec0b9 !important;
border-right: 2px solid #dec0b9 !important;
}

#home-page-layout-one-sec #cstm-post-list {
border-left: 2px solid #dec0b9 !important;
border-right: 2px solid #dec0b9 !important;
border-bottom: 2px solid #dec0b9 !important;
}

#cstm-post-list .cstm-post-list-items { 
padding-top:20px!important;

}
#home-page-layout-one-sec .post-widget-title-block {
border-left: unset !important;
border-width: 2px;
margin-bottom: 20px;
}
#home-page-layout-one-sec .clmm h2.widgettitle {
display: none;
}
#home-page-layout-one-sec .clmm .widget_recent_entries {
margin-left: 20px;
margin-right: 20px;
}
#home-page-layout-one-sec .clmm .widget_recent_entries ul li:not(:last-child) {
border-bottom: 1px solid  rgba(158, 77, 56, 0.30);
padding-bottom: 20px;
}
#home-page-layout-one-sec .clmm .widget_recent_entries ul li a {
display: block;
font-family: 'Noto Sans' !important;
color: #000;
font-weight: 700;
font-size: 16px;
line-height: 26px;
margin-bottom: 5px;
}
#home-page-layout-one-sec .clmm .widget_recent_entries ul li .post-date {
color: rgba(158, 77, 56, 0.30);
letter-spacing: 0.25px;
text-transform: lowercase;
font-size: 14px;
position: relative;
padding-left: 19px;
}
#home-page-layout-one-sec .clmm .widget_recent_entries ul li .post-date::before {
content: "" !important;
height: 10px;
width: 10px !important;
background-color: #c69e91;
border-radius: 50%;
border: 2px solid;
border-color: #d7b0c7;
position: absolute;
left: 0;
top: 6px;
}
#home-page-layout-one-sec .clmm  .vc_wp_posts {
margin-bottom: 0;
padding-bottom: 20px;
}
.post-category-title-block .info-box-content {
display: flex;
justify-content: space-between;
align-items: center;
}
.post-category-title-block .info-box-content .info-box-title {
margin: 0;
}
.post-category-title-block .info-box-content .info-btn-wrapper {
margin-top: 0;
}
.post-category-title-block .info-box-content .info-btn-wrapper a.btn {
border: none;
text-transform: none;
color: #005aac;
font-family: 'Noto Sans' !important;
font-weight: 400;
}
.post-category-title-block {
border-bottom: 1px solid #005A96;
padding-bottom: 5px;
}
#main-banner-sec .vc_figure, #main-banner-sec .vc_figure div, #main-banner-sec .vc_figure img {
width: 100%;
display: block;
}
.featured-posts-with-category-sec .vc_gitem-zone-mini .vc_col-sm-3 {
padding-left: 0;
padding-top: 0;
padding-bottom: 0;
}
.featured-posts-with-category-sec .vc_gitem-zone-mini .vc_col-sm-3 .vc_figure, .featured-posts-with-category-sec .vc_gitem-zone-mini .vc_col-sm-3 .vc_figure >a, .featured-posts-with-category-sec .vc_gitem-zone-mini .vc_col-sm-3 .vc_figure img {
display: block;
width: 100%;
}
.featured-posts-with-category-sec .vc_gitem-zone-mini .vc_col-sm-3 .wpb_single_image {
margin-bottom: 0;
}
.featured-posts-with-category-sec .vc_gitem-zone-mini .vc_col-sm-9 {
padding-right: 0;
padding-top: 0;
padding-bottom: 0;
}
.featured-posts-with-category-sec .vc_gitem-zone-mini .vc_col-sm-9 p {
margin: 0;
font-family: Noto Sans;
font-size: 14px;
}
.featured-posts-with-category-sec .vc_gitem-zone-mini .vc_col-sm-9  .vc_gitem-post-data-source-post_categories {
margin-bottom: 5px !important;
}
.featured-posts-with-category-sec .vc_gitem-zone-mini .vc_col-sm-9 .vc_custom_heading {
margin-bottom: 10px;
}
.featured-posts-with-category-sec .vc_gitem-zone-mini .vc_col-sm-9 .vc_custom_heading h3 {
margin-bottom: 0;
font-family: Noto Sans;
font-size: 20px;
font-weight: 700;
line-height: 25px;
letter-spacing: -0.165px;
}
.featured-posts-with-category-sec .vc_gitem-zone-mini .vc_gitem_row {
align-items: center;
display: flex;
}
.featured-posts-with-category-sec .vc_gitem-zone-mini {
border: 2px solid rgb(158 77 56 / 0%);
background: rgb(222 192 185 / 0%);
padding: 5px;
transition: .5s;
}
.featured-posts-with-category-sec .vc_grid-item:first-child .vc_gitem-zone-mini {
border: 2px solid rgba(158, 77, 56, 0.30);
background: rgba(222, 192, 185, 0.25);
}
.featured-posts-with-category-sec .vc_gitem-zone-mini .vc_col-sm-9 .vc_gitem-post-data-source-post_categories .vc_gitem-post-category-name {
font-family: Noto Sans;
font-size: 13px;
font-weight: 500;
color: #9E4D38;
letter-spacing: -0.165px;
}
.featured-posts-with-category-sec  .vc_grid-item {
padding-bottom: 0 !important;
}
.featured-posts-with-category-sec .vc_grid-item:not(:last-child) {
margin-bottom: 5px;
}
.openion-sec{
margin-bottom: 40px;
}
.openion-sec .vc_grid-item-mini {
border: 1px solid #DEC0B9;
}
.openion-sec .vc_grid-item-mini h4 {
margin-bottom: 0;
}
.openion-sec .vc_grid-item-mini .vc_gitem-post-data-source-post_author {
margin-bottom: 0;
}
.openion-sec .vc_grid-item-mini .cstm-post-author {
float: right;
}
.openion-sec .vc_grid-item-mini .cstm-post-author .vc_custom_heading h4 {
font-family: Noto Sans;
font-size: 12px;
color: #9E4D38;
font-weight: 700;
}
.openion-sec .vc_grid-item-mini .cstm-post-author .wpb_single_image {
margin-bottom: 6px;
}
.openion-sec .vc_grid-item-mini .cstm-post-author {
padding: 0;
}
.openion-sec .vc_grid-item-mini .vc_col-sm-12 {
padding: 0;
}
.openion-sec .vc_grid-item-mini .cstm-post-author .wpb_single_image .vc_figure, .openion-sec .vc_grid-item-mini .cstm-post-author .wpb_single_image .vc_figure> a, .openion-sec .vc_grid-item-mini .cstm-post-author .wpb_single_image .vc_figure img {
display: block;
width: 50px;
margin-left: auto;
margin-right: auto;
}
.openion-sec .vc_grid-item-mini {
padding: 20px;
transition: .5s !important;
}
.openion-sec .vc_grid-item-mini .vc_custom_heading h3 {
margin: 0;
font-family: Noto Sans;
font-size: 16px;
font-weight: 700;
}
.openion-sec .vc_grid-item-mini .vc_custom_heading {
margin-bottom: 10px !important;
}
.openion-sec .vc_grid-item-mini p {
margin: 0;
font-family: Noto Sans;
font-size: 14px;
}
.openion-sec .vc_grid-item-mini .cstm-post-author .vc_custom_heading {
margin-bottom: 0 !important;
}
.openion-sec .vc_grid-item-mini:hover {
background-color: #E7E8E3;
}
.cstm-featured-posts .vc_grid-item-mini .vc_col-sm-5 {
padding-top: 0;
padding-left: 0;
padding-bottom: 0;
}
.cstm-featured-posts .vc_grid-item-mini .vc_col-sm-7 {
padding-right: 0;
padding-top: 0;
padding-bottom: 0;
}
.cstm-featured-posts .vc_grid-item-mini .vc_col-sm-7 p {
margin: 0;
font-family: Noto Sans;
font-size: 14px;
}
.cstm-featured-posts .vc_grid-item-mini .vc_col-sm-7 .vc_gitem-post-data-source-post_categories {
margin-bottom: 4px;
}
.cstm-featured-posts .vc_grid-item-mini .vc_col-sm-7 .vc_custom_heading h3 {
margin-bottom: 0;
font-family: Noto Sans;
font-size: 20px;
font-weight: 700;
line-height: 25px;
letter-spacing: -0.165px;
}
.cstm-featured-posts .vc_grid-item-mini .wpb_single_image .vc_figure, .cstm-featured-posts .vc_grid-item-mini .wpb_single_image .vc_figure > a, .cstm-featured-posts .vc_grid-item-mini .wpb_single_image .vc_figure img {
width: 100%;
display: block !important;
}
.cstm-featured-posts .vc_grid-item-mini .vc_col-sm-7 .vc_gitem-post-data-source-post_categories .vc_gitem-post-category-name {
font-family: Noto Sans;
font-size: 13px;
font-weight: 500;
color: #9E4D38;
letter-spacing: -0.165px;
}
.cstm-featured-posts .vc_grid-item-mini .vc_col-sm-7 .vc_custom_heading {
margin-bottom: 6px;
}
.cstm-featured-posts .vc_grid-item-mini .vc_gitem_row {
display: flex;
align-items: center;
}
.cstm-featured-posts .vc_pageable-slide-wrapper .vc_grid-item {
padding-bottom: 0 !important;
}
.cstm-featured-posts .vc_pageable-slide-wrapper .vc_grid-item:not(:last-child) {
margin-bottom: 30px;
}
.cstm-featured-posts .vc_grid-item-mini .wpb_single_image {
margin-bottom: 0 !important;
}
html .category .main-page-wrapper .wd-blog-holder .blog-design-masonry>div {
display: flex !important;
align-items: center;
}
html .category .main-page-wrapper .wd-blog-holder .blog-design-masonry .post-image-mask {
display: none;
}
html .category .main-page-wrapper .wd-blog-holder .blog-design-masonry .entry-header {
width: 30%;
}
html .category .main-page-wrapper .wd-blog-holder .blog-design-masonry .article-body-container {
width: 70%;
text-align: left !important;
padding-bottom: 0 !important;
padding-top: 0 !important;
padding-right: 0 !important;
padding-left: 30px;
}

html .category .main-page-wrapper .wd-blog-holder .blog-design-masonry .entry-header .post-date.wd-post-date.wd-style-with-bg {
display: none;
}
html .category .main-page-wrapper .wd-blog-holder .blog-design-masonry .article-body-container .meta-categories-wrapp {
position: unset !important;
margin-bottom: 10px;
}
html .category .main-page-wrapper .wd-blog-holder .blog-design-masonry .article-body-container .meta-categories-wrapp .meta-post-categories.wd-post-cat {
padding: 0 !important;
background-color: #fff0 !important;
}
html .category .main-page-wrapper .wd-blog-holder .blog-design-masonry .article-body-container .meta-categories-wrapp .meta-post-categories.wd-post-cat a {
color: #9E4D38;
text-transform: capitalize;
font-family: 'Noto Sans' !important;
font-size: 16px;
}
html .category .main-page-wrapper .wd-blog-holder .blog-design-masonry .article-body-container .title.post-title {
font-family: 'Noto Sans' !important;
font-weight: 700;
color: black;
margin-bottom: 10px;
}
html .category .main-page-wrapper .wd-blog-holder .blog-design-masonry .article-body-container .entry-meta.wd-entry-meta {
display: none !important;
}
html .category .main-page-wrapper .wd-blog-holder .blog-design-masonry .article-body-container .hovered-social-icons {
display: none;
}
html .category .main-page-wrapper .wd-blog-holder .blog-design-masonry .article-body-container .entry-content.wd-entry-content {
color: black !important;
font-size: 16px;
line-height: 26px;
}
html .category .main-page-wrapper .wd-blog-holder .blog-design-masonry .article-body-container .read-more-section {
margin-top: 0 !important;
display: none;
}
html .category .main-page-wrapper .wd-blog-holder .blog-design-masonry .entry-header img.attachment-large {
height: 180px;
object-fit: cover;
}
html .category nav.wd-pagination li {
border: 1px solid #9E4D38 !important;
}
html .category nav.wd-pagination li span.current.page-numbers {
background-color: #DEC0B9 !important;
}
html .category nav.wd-pagination li span, html .category nav.wd-pagination li a {
font-weight: 700 !important;
color: #9E4D38 !important;
font-family: 'Noto Sans' !important;
font-size: 19px;
}
html .category nav.wd-pagination li:not(:last-child) {
margin-right: 5px;
}
.whb-header-bottom-inner .whb-col-center > div:nth-child(2) ul li a:hover, .whb-header-bottom-inner .whb-col-center > div:nth-child(2) ul li.current-menu-item a {
background-color: #fff !important;
color: #9E4D38 !important;
border-color: #9E4D38 !important;
}
.whb-header-bottom-inner .whb-col-center > div:nth-child(2) ul li a {
padding-left: 10px;
padding-right: 10px;
border-left: 1px solid #fff0;
border-right: 1px solid #fff0 !important;
border-top: 1px solid #fff0;
border-bottom: 1px solid #fff0 !important;
font-size: 11px !important;
color: #9E4D38 !important;
}
.whb-header-bottom-inner .whb-col-center > div:nth-child(2) ul {
display: block;
text-align: center;
}
.whb-header-bottom-inner .whb-col-center > div:nth-child(2) ul li {
display: inline-block;
}
.custom-flag {
text-align: center;
}
.custom-flag p {
margin: 0;
}
#img-with-txt {
display: flex;
align-items: center;
justify-content: center;
padding: 2px 0;
}
#img-with-txt img {
margin-right: 20px;
width: 50px;
}
#img-with-txt p {
color: #fff !important;
font-family: Noto Sans;
font-size: 24px;
font-style: normal;
letter-spacing: 6px;
}
html .single-post #comments {
display: none !important;
}
html .single-post .wd-single-footer {
border: none !important;
}
html .single-post .wd-post-date.wd-style-with-bg {
top: -12px;
left: 15px !important;
padding: 0 !important;
background-color: #fff0 !important;
box-shadow: none !important;
display: flex;
align-items: center;
}
html .single-post .wd-post-date.wd-style-with-bg span {
font-size: 12px !important;
line-height: 12px !important;
padding: 0  !important;
color: #9e4d38 !important;
font-family: Noto Sans;
font-weight: 300;
letter-spacing: -0.165px;
}
html .single-post .wd-post-date.wd-style-with-bg span:not(:last-child)::After {
content: ",";
margin-right: 3px;
}
html .single-post .wd-post-date.wd-style-with-bg span {
text-transform: capitalize;
}
html .single-post  .article-inner {
text-align: left !important;
display: flex;
flex-direction: column;
}
html .single-post .article-inner img {
width: 100%;
}
html .single-post .article-inner .entry-content.wd-entry-content {
padding-left: 20px !important;
border-left: 2px solid #9E4D38;
}
#single-post-cstm-sidbar .post-widget-title-block .info-box-content {
display: flex;
justify-content: space-between;
align-items: center;
}
#single-post-cstm-sidbar .post-widget-title-block .info-box-content .info-box-title {
margin: 0;
}
#single-post-cstm-sidbar .post-widget-title-block .info-box-content .info-btn-wrapper {
margin-top: 0;
}
#single-post-cstm-sidbar .post-widget-title-block {
border: 1px solid #DEC0B9;
background: rgba(158, 77, 56, 0.10);
padding: 7px 12px;
border-left: unset !important;
}
#single-post-cstm-sidbar .post-widget-title-block a.btn {
border: none;
text-transform: none;
color: #9E4D38;
font-family: 'Noto Sans' !important;
font-weight: 400;
}
#single-post-cstm-sidbar .vc_column-inner>div {
background: linear-gradient(0deg, #E7E8E3 30.13%, rgba(231, 232, 227, 0.92) 54.41%, rgba(231, 232, 227, 0.00) 100%);
}
#single-post-cstm-sidbar .vc_column-inner>div {
border-left: 2px solid #dec0b9;
}
#home-page-layout-one-sec .post-widget-title-block {
border-left: unset !important;
border-width: 2px;
margin-bottom: 0px;
}
#single-post-cstm-sidbar h2.widgettitle {
display: none;
}
#single-post-cstm-sidbar .widget_recent_entries {
margin-left: 20px;
margin-right: 20px;
}
#single-post-cstm-sidbar .widget_recent_entries ul li:not(:last-child) {
border-bottom: 1px solid  rgba(158, 77, 56, 0.30);
padding-bottom: 20px;
}
#single-post-cstm-sidbar .widget_recent_entries ul li a {
display: block;
font-family: 'Noto Sans' !important;
color: #000;
font-weight: 700;
font-size: 16px;
line-height: 26px;
margin-bottom: 5px;
}
#single-post-cstm-sidbar .widget_recent_entries ul li .post-date {
color: rgba(158, 77, 56, 0.30);
letter-spacing: 0.25px;
text-transform: lowercase;
font-size: 14px;
position: relative;
padding-left: 19px;
}
#single-post-cstm-sidbar .widget_recent_entries ul li .post-date::before {
content: "" !important;
height: 10px;
width: 10px !important;
background-color: #c69e91;
border-radius: 50%;
border: 2px solid;
border-color: #d7b0c7;
position: absolute;
left: 0;
top: 6px;
}
#single-post-cstm-sidbar  .vc_wp_posts {
margin-bottom: 0;
padding-bottom: 20px;
}
html .single-post .widget-area p {
margin: 0;
}
html .single-post .content-layout-wrapper {
padding-top: 40px !important;
}
html .single-post .row.content-layout-wrapper .meta-post-categories, html .single-post .row.content-layout-wrapper .meta-post-tags {
background-color: #fff0 !important;
padding: 0 !important;
color: #9e4d38 !important;
margin-bottom: 15px;
}
html .single-post .row.content-layout-wrapper .meta-post-tags a, html .single-post .row.content-layout-wrapper .meta-post-categories a {
color: #9E4D38;
text-transform: capitalize;
font-family: 'Noto Sans' !important;
font-size: 16px;
}
html .single-post .row.content-layout-wrapper  .wd-entities-title {
order: -1;
}
html .single-post .row.content-layout-wrapper  .entry-meta.wd-entry-meta {
display: none;
}
html .single-post .article-inner .wd-entities-title {
font-family: 'Noto Sans' !important;
font-weight: 700;
color: black;
margin-bottom: 25px;
}
.whb-main-header .whb-top-bar .whb-col-center,
.whb-main-header .whb-top-bar .whb-col-center .wd-header-text {
max-width: 100%;
}
.whb-main-header .whb-top-bar .marquee ul {
margin: 0;
margin-left: 30px;
}
.whb-main-header .whb-top-bar .marquee {
position: relative;
max-width: 100vw;
overflow: hidden;
display: flex;
}
.whb-main-header .whb-top-bar .marquee ul {
white-space: nowrap;
will-change: transform;
animation: marquee 15s linear infinite;
flex: 1 0 100%;
}
@keyframes marquee {
to { transform: translateX(-100%); }
}
.wd-side-hidden {
background-color: #e7e8e3 !important;
}
.wd-side-hidden .wd-nav-mobile li a {
border: none !important;
padding-bottom: 5px !important;
padding-top: 5px !important;
min-height: auto !important;
font-family: Noto Sans;
font-size: 13px;
color: #9E4D38;
text-transform: capitalize;
padding-left: 10%;
padding-right: 10%;
}
.wd-side-hidden .wd-nav-mobile li:not(:last-child) {
margin-bottom: 5px;
}
.mobile-nav .wd-heading {
border: navajowhite !important;
}
.wd-side-hidden .wd-nav-mobile li a b {
color: #9e4d38 !important;
font-family: Noto Sans;
font-size: 15px;
font-weight: 800;
letter-spacing: -0.165px;
text-transform: capitalize;
}
.wd-side-hidden .wd-nav-mobile li a b {
display: block;
margin: 10px 0;
}
.wd-side-hidden .wd-nav-mobile li:not(.cstm-heading) a:hover {
background-color: #DEC0B9 !important;
color: #9E4D38 !important;
}
.wd-side-hidden .wd-nav-mobile li.current-menu-item a {
color: #9E4D38;
background-color: #DEC0B9;
}
.whb-sticky-shadow.whb-sticked .whb-main-header {
box-shadow: none !important;
}
.cstm-recent-posts .vc_col-sm-12 {
padding: 0 !important;
border-bottom: 1px solid rgba(158, 77, 56, 0.30);
}
.cstm-recent-posts .vc_gitem-post-data-source-post_date {
color: rgba(158, 77, 56, 0.30);
letter-spacing: 0.25px;
text-transform: lowercase;
font-size: 9px;
position: relative;
padding-left: 19px;
}
.cstm-recent-posts .vc_custom_heading h3 {
margin-bottom: 0 !important;
display: block;
color: rgb(0, 0, 0);
font-weight: 700;
font-size: 16px;
line-height: 26px;
font-family: "Noto Sans" !important;
}
.cstm-recent-posts .vc_gitem-post-data-source-post_title {
margin-bottom: 10px !important;
}
.cstm-recent-posts .vc_gitem-post-data-source-post_date::before {
content: "" !important;
height: 10px;
width: 10px !important;
background-color: #c69e91;
border-radius: 50%;
border: 2px solid;
border-color: #d7b0c7;
position: absolute;
left: 0;
top: 2px;
}

#main-banner-sec .sub-lead-title p{
padding-bottom: 1px;
}

#main-banner-sec .sub-lead-title p a {
font-weight: 700 !important;
font-family: Noto Sans;
font-size: 14px;
line-height: 20px;
letter-spacing: -0.165px;
}

#main-banner-sec .sub-lead-title p a{
text-decoration: none;
opacity:1 !important;
transition: none !important;
}

.vc_custom_heading a:hover { 
opacity:1 !important;
transition: none !important; 
}

#main-banner-sec .sub-lead-title p a:hover {
opacity:1 !important;
transition: none !important;  
}

#main-banner-sec .sub-lead-title p a:focus,
#main-banner-sec .sub-lead-title p a:hover{
text-decoration: underline;
text-decoration-color: rgba(158,77,56,0.65);
text-underline-position: under;
/*text-underline-offset: -1px;*/
text-decoration-thickness: 2px;
}
.main-page-wrapper {
background-color: #f3f4ef !important;
}
.cstm-recent-posts {
padding: 0 20px !important;
}
.featured-posts-with-category-sec .vc_grid-pagination .vc_grid-pagination-list {
margin-top: 40px !important;
}
.featured-posts-with-category-sec .vc_grid-pagination .vc_grid-pagination-list li:not(:last-child) {
margin-right: 5px;
}
.featured-posts-with-category-sec .vc_grid-pagination .vc_grid-pagination-list li a {
font-weight: 700 !important;
color: #9E4D38 !important;
font-family: 'Noto Sans' !important;
font-size: 19px;
opacity: 1;
background-color: #fff0 !important;
border-color: #9E4D38 !important;
border-radius: 0px !important;
}
.featured-posts-with-category-sec .vc_grid-pagination .vc_grid-pagination-list li.vc_grid-active a, .featured-posts-with-category-sec .vc_grid-pagination .vc_grid-pagination-list li a:hover {
background-color: #DEC0B9 !important;
}

.openion-sec .vc_grid-pagination .vc_grid-pagination-list {
margin-top: 40px !important;
}
.openion-sec .vc_grid-pagination .vc_grid-pagination-list li:not(:last-child) {
margin-right: 5px;
}
.openion-sec .vc_grid-pagination .vc_grid-pagination-list li a {
font-weight: 700 !important;
color: #9E4D38 !important;
font-family: 'Noto Sans' !important;
font-size: 19px;
opacity: 1;
background-color: #fff0 !important;
border-color: #9E4D38 !important;
border-radius: 0px !important;
}
.openion-sec .vc_grid-pagination .vc_grid-pagination-list li.vc_grid-active a, .openion-sec .vc_grid-pagination .vc_grid-pagination-list li a:hover {
background-color: #DEC0B9 !important;
}
.cstm-featured-posts .vc_grid-pagination .vc_grid-pagination-list {
margin-top: 40px !important;
}
.cstm-featured-posts .vc_grid-pagination .vc_grid-pagination-list li:not(:last-child) {
margin-right: 5px;
}
.cstm-featured-posts .vc_grid-pagination .vc_grid-pagination-list li a {
font-weight: 700 !important;
color: #9E4D38 !important;
font-family: 'Noto Sans' !important;
font-size: 19px;
opacity: 1;
background-color: #fff0 !important;
border-color: #9E4D38 !important;
border-radius: 0px !important;
}
.cstm-featured-posts .vc_grid-pagination .vc_grid-pagination-list li.vc_grid-active a, .cstm-featured-posts .vc_grid-pagination .vc_grid-pagination-list li a:hover {
background-color: #DEC0B9 !important;
}
.cstm-latest-post-category-name .vc_gitem-post-category-name:not(:first-child)  {
display: none !important;
}
.cstm-featured-posts .vc_grid-item-mini .vc_col-sm-7 .vc_gitem-post-data-source-post_categories .vc_gitem-post-category-name:not(:first-child) {
display: none !important;
}
.featured-posts-with-category-sec .vc_gitem-zone-mini .vc_col-sm-9 .vc_gitem-post-data-source-post_categories .vc_gitem-post-category-name:not(:first-child) {
display: none !important;
}
html .single-post .content-layout-wrapper .article-inner .entry-header .entry-thumbnail .image-title {
position: absolute !important;
margin: 0;
z-index: 9;
bottom: 15px;
right: 10px;
background-color: #F3F4EF !important;
padding: 0 10px !important;
font-family: Noto Sans;
font-size: 13px;
font-weight: 600;
line-height: 22.5px;
letter-spacing: -0.165px;
color: #9e4d38 !important;
border: 1px solid #9e4d38 !important;
}
html .single-post .content-layout-wrapper .article-inner .entry-header .entry-thumbnail {
position: relative;
padding-top:5px;
}

.whb-general-header{
background-image: repeating-linear-gradient(0deg, #ffffff00, #005a9600 5px, transparent 5px, transparent 8px), repeating-linear-gradient(90deg, #005A96, #005A96 3px, transparent 3px, transparent 5px), repeating-linear-gradient(180deg, #3330, #fff0 10px, transparent 10px, transparent 20px), repeating-linear-gradient(270deg, #005A96, #005A96 3px, transparent 3px, transparent 5px);
background-position: 0 0, 0 0, 100% 0, 0 100%;
background-size: 1px 100%, 100% 1px, 1px 100%, 100% 1px;
background-repeat: no-repeat;
}

.whb-general-header .container .whb-general-header-inner{
border-top: 0px;
border-bottom: 0px;
}

.whb-header-bottom-inner .whb-col-center > div:nth-child(1),
.whb-header-bottom-inner .whb-col-center > div:nth-child(2){
position: relative;
z-index: 2;
}

.whb-header-bottom-inner .whb-col-center > div:nth-child(1):before,
.whb-header-bottom-inner .whb-col-center > div:nth-child(1):after,
.whb-header-bottom-inner .whb-col-center > div:nth-child(2):before,
.whb-header-bottom-inner .whb-col-center > div:nth-child(2):after{
content: '';
position: absolute;
width: 100vw;
height: 100%;
top: 0;
z-index: -1;
}

.whb-header-bottom-inner .whb-col-center > div:nth-child(1):before,
.whb-header-bottom-inner .whb-col-center > div:nth-child(2):before{
left: -50vw;
}

.whb-header-bottom-inner .whb-col-center > div:nth-child(1):after,
.whb-header-bottom-inner .whb-col-center > div:nth-child(2):after{
right: -50vw;
}

.whb-header-bottom-inner .whb-col-center > div:nth-child(1):before,
.whb-header-bottom-inner .whb-col-center > div:nth-child(1):after{
background-color: #005A96;
}

.whb-header-bottom-inner .whb-col-center > div:nth-child(2):before,
.whb-header-bottom-inner .whb-col-center > div:nth-child(2):after{
background-color: #E7E8E3;
border-top: 1px solid #005A96;
border-bottom: 1px solid #005A96;
border-top: 1px solid #D8B5AC;
border-bottom: 1px solid #D8B5AC;
top: -1px;
height: 32px;
}

@media (max-width: 820px) {
.whb-top-bar-inner ul li:not(:last-child) {
	margin-right: 10px;
}
.whb-top-bar-inner ul li {
	font-size: 13px;
}
.whb-top-bar-inner ul {
	text-align: center;
}
#home-page-layout-one-sec>div {
	width: 100% !important;
}
#home-page-layout-one-sec>div:not(:last-child) {
	margin-bottom: 20px;
}
.openion-sec .vc_col-sm-3 {
	width: 50% !important;
}
.cstm-featured-posts .vc_col-sm-6 {
	width: 100% !important;
}
#footer-sec .menu-footer-menu-container ul li:not(:last-child) {
	margin-right: 10px !important;
}
.whb-general-header .gt_selector {
	margin-right: 0 !important;
}
.custom_main_container .article-inner{

	padding-right: 0px !important;

}

html .single-post .content-layout-wrapper> .site-content{

	padding-right: 0px !important;

}
}
@media (max-width: 480px) {
#home-page-layout-one-sec {
	padding-top: 20px !important;
}
#main-banner-sec>div:not(:last-child) {
	margin-bottom: 20px !important;
}
.openion-sec .vc_col-sm-3 {
	width: 100% !important;
}
.featured-posts-with-category-sec .vc_gitem-zone-mini .vc_col-sm-3 {
	padding: 0 !important;
	width: 100% !important;
}
.featured-posts-with-category-sec .vc_gitem-zone-mini .vc_col-sm-9 {
	width: 100% !important;
	padding: 20px 0 0 0;
}
.featured-posts-with-category-sec .vc_gitem-zone-mini .vc_gitem_row {
	display: block !important;
}
.cstm-featured-posts .vc_grid-item-mini .vc_col-sm-5 {
	padding: 0 !important;
	width: 100% !important;
}
.cstm-featured-posts .vc_grid-item-mini .vc_col-sm-7 {
	padding: 20px 0 0 0 !important;
	width: 100% !important;
}
.cstm-featured-posts .vc_grid-item-mini .vc_gitem_row {
	display: block !important;
}
.cstm-featured-posts {
	margin-bottom: 30px !important;
}
#footer-sec {
	text-align: center !important;
	padding: 30px 0 !important;
}
#footer-sec ul, #footer-sec p {
	text-align: center !important;
}
#footer-sec .wpb_single_image {
	text-align: center;
	margin-bottom: 20px;
}
#footer-sec .menu-footer-menu-container ul li:not(:last-child) {
	margin: 0 0 10px 0 !important;
}
#footer-sec .menu-footer-menu-container ul li {
	display: block !important;
}
#footer-sec .vc_wp_custommenu {
	margin-bottom: 20px !important;
}
.site-content {
	margin-bottom: 0 !important;
}
.whb-top-bar-inner ul li {
	line-height: 20px;
}
html .category .main-page-wrapper .wd-blog-holder .blog-design-masonry>div {
	display: block !important;
}
html .category .main-page-wrapper .wd-blog-holder .blog-design-masonry .entry-header {
	width: 100% !important;
}
html .category .main-page-wrapper .wd-blog-holder .blog-design-masonry .article-body-container {
	width: 100% !important;
	padding: 20px 0 0 0 !important;
}
html .category .main-page-wrapper .wd-blog-holder .blog-design-masonry .entry-header img.attachment-large {
	height: 250px !important;
}
html .category  nav.wd-pagination {
	margin-bottom: 50px;
}
.whb-general-header .gt_selector {
	padding-right: 0 !important;
}
#main-banner-sec .vc_gitem_row {
	display: flex;
	flex-direction: column-reverse;
}
#main-banner-sec .vc_col-sm-12 {
	padding-bottom: 0;
}
/*#main-banner-sec p {
	margin-bottom: 0;
}*/
#main-banner-sec .vc_gitem-post-data-source-post_title h2 {
	margin-bottom: 20px;
}
.featured-posts-with-category-sec .vc_gitem-zone-mini .vc_col-sm-3 {
	width: 40% !important;
}
.featured-posts-with-category-sec .vc_gitem-zone-mini .vc_col-sm-9 {
	padding: 0 0 0 20px !important;
	width: 60% !important;
}
.featured-posts-with-category-sec .vc_gitem-zone-mini .vc_gitem_row {
	display: flex !important;
}
.cstm-featured-posts .vc_grid-item-mini .vc_col-sm-5 {
	width: 40% !important;
}
.cstm-featured-posts .vc_grid-item-mini .vc_col-sm-7 {
	width: 60% !important;
	padding-top: 0 !important;
	padding-left: 20px !important;
}
.cstm-featured-posts .vc_grid-item-mini .vc_gitem_row {
	display: flex !important;
}
#footer-sec .wpb_single_image {
	text-align: left;
}
#footer-sec .menu-footer-menu-container ul li {
	text-align: left !important;
	display: inline;
}
#footer-sec .wpb_text_column p {
	text-align: left !important;
}
#main-banner-sec .vc_gitem_row {
	display: flex;
	flex-direction: column-reverse;
}
#main-banner-sec .vc_col-sm-12 {
	padding-bottom: 0;
}
/*#main-banner-sec p {
	margin-bottom: 0;
}*/
#main-banner-sec .vc_gitem-post-data-source-post_title h2 {
	margin-bottom: 20px;
}
.featured-posts-with-category-sec .vc_gitem-zone-mini .vc_col-sm-3 {
	width: 40% !important;
}
.featured-posts-with-category-sec .vc_gitem-zone-mini .vc_col-sm-9 {
	padding: 0 0 0 20px !important;
	width: 60% !important;
}
.featured-posts-with-category-sec .vc_gitem-zone-mini .vc_gitem_row {
	display: flex !important;
}
.cstm-featured-posts .vc_grid-item-mini .vc_col-sm-5 {
	width: 40% !important;
}
.cstm-featured-posts .vc_grid-item-mini .vc_col-sm-7 {
	width: 60% !important;
	padding-top: 0 !important;
	padding-left: 20px !important;
}
.cstm-featured-posts .vc_grid-item-mini .vc_gitem_row {
	display: flex !important;
}
#footer-sec .wpb_single_image {
	text-align: left;
}
#footer-sec .menu-footer-menu-container ul li {
	text-align: left !important;
	display: inline;
}
#footer-sec .wpb_text_column p {
	text-align: left !important;
}
.feature-cstm-post-card .cstm-post-featured-image {
	width: 40% !important;
}
.feature-cstm-post-card .cstm-post-content {
	width: 60% !important;
	padding-left: 0;
}
.feature-cstm-post-card .cstm-post-content .cstm-post-excerpt {
	display: none !important;
}
.feature-cstm-post-card .cstm-post-content .cstm-post-title {
	margin-bottom: 0 !important;
	font-size: 20px !important;
	line-height: 30px;
}
.cstm-post-featured-image img {
	height: 150px !important;
}
#cstm-post-type {
	background-color: #f3f4ef !important;
}

.whb-main-header .whb-header-bottom .whb-col-mobile {
	display: block !important;
}
header.whb-header .whb-header-bottom {
	background-color: #005A96 !important;
	margin-top: 4px;
}
header.whb-header .whb-header-bottom .searchform {
	margin: 9px 40px 3px 40px;
}
header.whb-header .whb-header-bottom .searchform input {
	background-color: #fff !important;
	border-radius: 10px;
}
header.whb-header .whb-header-bottom #img-with-txt {
	color: #fff !important;
	font-family: 'Noto Sans' !important;
	font-size: 24px !important;
	letter-spacing: 6px;
}
}






/ HOMEPAGE LEAD STORY REWORK */
.sub-lead-title, .sub-lead-title p {
margin-bottom: 0px !important;
}
.sub-lead .vc_gitem-col {
padding-top: 0px;
padding-bottom: 15px;
}
.sub-lead {
border-left: 2px solid #9E4D38;
padding-top: 5px;
padding-left: 5px;
}
.sub-lead a {
font-weight: 500;
}

.lead-item h2 {
font-family: var(--wd-text-font) !important;
font-size: 20px;
line-height: 30px;
color: #000;
}
.lead-desc {
color: #000;
font-size: 16px;
line-height: 26px;
}
/* OPINION */
.op-desc {
overflow: hidden;
display: -webkit-box;
-webkit-line-clamp: 3;
line-clamp: 3;
-webkit-box-orient: vertical;
}
.op-title {
overflow: hidden;
display: -webkit-box;
-webkit-line-clamp: 2;
line-clamp: 2;
-webkit-box-orient: vertical;
}
.author-img img {
height: 50px;
object-fit: cover;
}
.author-img {
margin-top: 20px;
}


/* my css */
#for-mobile-menu {
display: none;
}
@media (max-width: 480px) {
#for-mobile-menu .vc_wp_custommenu {
	margin-bottom: 0 !important;
}
#for-mobile-menu .vc_wp_custommenu ul {
	margin: 0;
	border-top: 1px solid;
	border-bottom: 1px solid;
	border-color: #005a96;
	background-color: #e7e8e3;
	overflow-x: scroll;
	width: 100%;
	position: relative;
	z-index: 999;
	white-space: nowrap;
}
#for-mobile-menu .vc_wp_custommenu ul li {
	display: inline-block !important;
	margin-bottom: 0;
}
#for-mobile-menu .vc_wp_custommenu ul li a {
	padding-left: 10px;
	padding-right: 10px;
	border-left: 1px solid #fff0;
	border-right: 1px solid #fff0 !important;
	font-weight: 500;
	color: #005a96;
	font-size: 16px;
	display: flex;
	height: 40px;
	align-items: center;
	justify-content: center;
}
#for-mobile-menu .vc_wp_custommenu ul li:not(:last-child) {
	margin-right: 2px;
}
#for-mobile-menu .vc_wp_custommenu ul li a:hover, #for-mobile-menu .vc_wp_custommenu ul li.current-menu-item a:hover {
	color: #9e4d38 !important;
	background-color: #fff !important;
	border-color: #9e4d38 !important;
}
#for-mobile-menu {
	margin-bottom: 30px;
	display: block;
}
#for-mobile-menu .vc_column-inner {
	padding: 0;
	overflow: hidden;
}
#for-mobile-menu .menu-header-main-menu-container {
	overflow-x: scroll;
	padding-bottom: 10px;
}
#features .vc_gitem-post-data-source-post_excerpt {
	display: none;
}
#business-and-economy .vc_gitem-post-data-source-post_excerpt {
	display: none;
}
#local-politics .vc_gitem-post-data-source-post_excerpt {
	display: none;
}
#international-affairs .vc_gitem-post-data-source-post_excerpt {
	display: none;
}
#life-and-culture .vc_gitem-post-data-source-post_excerpt {
	display: none;
}
#justice .vc_gitem-post-data-source-post_excerpt {
	display: none;
}	
div#home-page-layout-one-sec {
	position: relative;
}
div#main-banner-sec> div> div {
	padding-left: 0 !important;
}
div#features> div> div {
	padding-left: 0 !important;
}
#for-mobile-menu {
	position: fixed !important;
	z-index: 99;
	left: 0;
	right: 0;
	margin-left: 0;
	margin-right: 0;
	margin-top: -21px;
}
#for-mobile-menu.sticky {
	margin-top: 0;
	top: 0;
}
#for-mobile-menu .menu-country-main-menu-container {
	overflow-x: scroll;
	padding-bottom: 10px;
}
}

/* contact page css */
.cntc-sec .cstm-heading {
margin-bottom: 75px !important;
}
.cntc-sec .cstm-heading h4 {
font-weight: 700;
}
.cntc-sec .wd-button-wrapper:not(:last-child) {
margin-bottom: 80px;
}
.cntc-sec  .cstm-cta-button {
background-color: #F3F4EF !important;
color: #005A96 !important;
font-family: Noto Sans;
font-size: 26px;
font-weight: 600;
line-height: 35px;
text-transform: none;
letter-spacing: -0.165px;
padding: 12px;
width: 80%;
border: 0.5px solid #005A96;
box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
transition: .5s !important;
}
.cntc-sec .cstm-cta-button:hover {
background-color: #005A96 !important;
color: #fff !important;
border-color: #fff0 !important;
}
.cntc-page-pre-footer-sec .txt {
margin-bottom: 0 !important;
}
.cntc-page-pre-footer-sec .txt p {
font-family: Noto Sans;
font-size: 15px;
font-weight: 400;
line-height: 25px;
letter-spacing: -0.165px;
}
.contact-sub-page-sec .txt-breadcrumbs h4 {
font-family: Noto Sans;
font-size: 15px;
}
.contact-sub-page-sec .txt p {
font-family: Noto Sans;
font-size: 13px;
font-weight: 300;
line-height: 18px;
letter-spacing: -0.165px;
}
.contact-sub-page-sec .cstm-form {
background-color: rgba(222, 192, 185, 0.25) !important;
padding: 14px 10px 20px 10px !important;
border: 1px solid rgba(158, 77, 56, 0.30);
}
.contact-sub-page-sec .cstm-form p {
margin: 0 !important;
}
.contact-sub-page-sec .cstm-form  #just-for-margin {
margin-bottom: 20px;
}
.contact-sub-page-sec .cstm-form #just-for-margin input, .contact-sub-page-sec .cstm-form #just-for-margin textarea {
background-color: #fff !important;
box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25) inset;
border: .5px solid #005A96;
}
.contact-sub-page-sec .cstm-form #just-for-margin ::placeholder {
color: rgba(0, 90, 150, 0.40);
opacity: 1;
}
.contact-sub-page-sec .cstm-form #just-for-margin.bb-1 {
border-bottom: 1px solid rgba(158, 77, 56, 0.30);
padding-bottom: 20px;
}
.contact-sub-page-sec .cstm-form #just-for-margin .upload-file-btn {
position: relative !important;
width: 30% !important;
text-align: center;
background-color: #F3F4EF !important;
color: #005A96 !important;
font-family: Noto Sans;
font-size: 15px;
font-weight: 400;
line-height: 18px;
letter-spacing: 0.6px;
border: 0.5px solid #005A96 !important;
box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
padding: 10px 0;
}
.contact-sub-page-sec .cstm-form #just-for-margin .upload-file-btn input#Uploadprofilepicture {
position: absolute !important;
left: 0;
width: 100% !important;
opacity: 0;
z-index: 999;
top: 0;
height: 100% !important;
cursor: pointer !important;
}
.contact-sub-page-sec .cstm-form #just-for-margin #TextofSubmission {
min-height: 250px !important;
}
.contact-sub-page-sec .cstm-form #just-for-margin #yourexpertise {
min-height: 120px !important;
}
.contact-sub-page-sec .cstm-form input#Submit {
background-color: #005A96 !important;
color: #fff !important;
box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
font-weight: 700;
letter-spacing: 0.8px;
font-family: Noto Sans;
text-transform: capitalize;
font-size: 15px;
line-height: 20px;
padding: 13px 121px;
transition: .5s !important;
}
.contact-sub-page-sec .cstm-form input#Submit:hover {
background-color: #9E4D38 !important;
}
.contact-sub-page-sec .cstm-form span.wpcf7-spinner {
display: none !important;
}
html body.category .site-content .image-title {
display: none !important;
}
html body.category .site-content .cstm-author-detail {
display: none !important;
}
html .category .main-page-wrapper .wd-blog-holder .blog-design-masonry .article-body-container .title.post-title {
overflow: hidden;
display: -webkit-box;
-webkit-line-clamp: 2;
line-clamp: 2;
-webkit-box-orient: vertical;
}
html .category .main-page-wrapper .wd-blog-holder .blog-design-masonry .article-body-container .meta-categories-wrapp .meta-post-categories.wd-post-cat a:not(:last-child) {
display: none !important;
}
html .category .main-page-wrapper .wd-blog-holder .blog-design-masonry .article-body-container .meta-categories-wrapp .meta-post-categories.wd-post-cat {
font-size: 0;
}
.cstm-p-items .cstm-p-item> div:first-child {
padding-right: 0;
}
html .single-post .content-layout-wrapper .article-inner .entry-header .single-post-social a.wd-social-icon {
box-shadow: none !important;
}
div#just-for-tags-row .wpb_text_column {
margin-bottom: 0 !important;
}
div#just-for-tags-row {
margin-bottom: 20px;
}
div#just-for-tags-row .wpb_text_column .post-tags {
font-size: 0;
}
div#just-for-tags-row .wpb_text_column .post-tags a {
font-family: Noto Sans;
font-size: 13px;
color: #7D7D7D;
border: 1px solid #7D7D7D;
padding: 5px 10px;
margin-bottom: 5px !important;
display: inline-block;
}
div#just-for-tags-row .wpb_text_column .post-tags a:not(:last-child) {
margin-right: 5px;
}
div#just-for-tags-row .wpb_text_column .post-tags a:hover {
background-color: rgba(222, 192, 185, 0.25) !important;
color: #9E4D38 !important;
}
#podcast_mobile_display_between {
	display: none !important;
}
@media (max-width: 1024px) {
html body .cntc-sec {
	margin-left: 0 !important;
	margin-right: 0 !important;
	padding-bottom: 40px !important;
}
html body .cntc-sec .cstm-heading {
	margin-bottom: 35px !important;
}
html body .cntc-sec .wd-button-wrapper:not(:last-child) {
	margin-bottom: 40px !important;
}
html body .contact-sub-page-sec {
	margin-left: -15px !important;
	margin-right: -15px !important;
}
html body .contact-sub-page-sec .txt:last-child {
	margin-bottom: 0 !important;
}
html body .contact-sub-page-sec {
	padding-bottom: 0 !important;
}
}
@media (max-width: 768px) {
html .single-post .cstm-author-detail {
	margin-left: 0 !important;
}
}
@media (max-width: 480px) {
.cntc-sec .cstm-cta-button {
	font-size: 18px !important;
	width: 90% !important;
	line-height: 28px;
}
html body .cntc-page-pre-footer-sec {
	padding-left: 6% !important;
	padding-right: 6% !important;
}
html body .contact-sub-page-sec .txt-breadcrumbs {
	margin-bottom: 15px;
}
.contact-sub-page-sec .cstm-form #just-for-margin .upload-file-btn {
	width: 100% !important;
}
.contact-sub-page-sec .cstm-form input#Submit {
	padding-left: 0 !important;
	padding-right: 0 !important;
	width: 100% !important;
}
html body .contact-sub-page-sec {
	padding-bottom: 35px !important;
}
html .single-post .article-inner .entry-content.wd-entry-content {
	margin-bottom: 0 !important;
}
html .single-post .cstm-author-detail {
	margin-bottom: 30px !important;
	width: 60% !important;
}
}
@media (max-width: 480px) {
.cntc-sec .cstm-cta-button {
	font-size: 16px !important;
	line-height: 26px;
}
}


/* Additional Edits */

.wd-nav-main>li>a, .wd-nav-secondary>li>a {
height: 30px !important;
}
.whb-header-bottom-inner .whb-col-center > div:nth-child(1) ul li:not(:last-child), .whb-header-bottom-inner .whb-col-center > div:nth-child(2) ul li:not(:last-child) {
margin-right: 45px;
}
#main-banner-sec .vc_figure a {
width: 100% !important;
}
#main-banner-sec .lead-img {
margin-bottom: 0 !important;
}
#main-banner-sec .lead-item .vc_gitem_row .vc_col-sm-6:last-child {
padding: 0;
}
.cstm-latest-post-category-name {
margin-bottom: 3px !important;
font-family: Noto Sans;
font-size: 13px;
font-weight: 300;
line-height: 18px;
letter-spacing: -0.165px;
color: #9E4D38;
}
.featured-posts-with-category-sec .vc_gitem-post-data-source-post_excerpt {
margin-bottom: 0 !important;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
overflow: hidden;
}
.featured-posts-with-category-sec .vc_gitem-zone-mini .vc_col-sm-3 .wpb_single_image img {
height: 136px !important;
object-fit: cover !important;
object-position: center;
}
.cstm-featured-posts .vc_gitem-post-data-source-post_excerpt {
margin-bottom: 0 !important;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
overflow: hidden;
}
.cstm-featured-posts .vc_gitem-zone-mini .wpb_single_image img {
height: 136px !important;
object-fit: cover !important;
object-position: center;
}
html .single-post .article-inner .entry-content.wd-entry-content {
margin: 0 10% 0 3%;
}
html .single-post .content-layout-wrapper {
margin-left: 1%;
margin-right: 1%;
}
/* single blog page */
html .single-post .content-layout-wrapper .article-inner .entry-header {
position: relative;
}
html .single-post .content-layout-wrapper .article-inner .entry-header .single-post-social {
position: absolute !important;
bottom: 10px;
left: 10px;
}
html .single-post .content-layout-wrapper .article-inner .entry-header .single-post-social .wd-social-icons a {
display: block;
height: 30px;
}
html .single-post .content-layout-wrapper .article-inner .entry-header .single-post-social a.wd-social-icon {
background-color: #fff0 !important;
width: auto !important;
}
.cstm-featured-posts .vc_grid-item-mini .vc_col-sm-7 .vc_custom_heading h3 {
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
overflow: hidden;
}
/*  icons fix */
html .single-post .content-layout-wrapper .article-inner .entry-header .single-post-social a.wd-social-icon{
	overflow:hidden;
}
html .single-post .content-layout-wrapper .article-inner .entry-header .single-post-social a.wd-social-icon.social-facebook::before {
	position: absolute;
    content: '';
    background-image: url(https://timesca.com/wp-content/uploads/2024/10/facebook-regular.png);
    background-size: contain;
    background-repeat: no-repeat;
    display: block;
    top: 7px;
    left: 0;
    right: 0;
    bottom: 0;
}
/*  same but hover*/
html .single-post .content-layout-wrapper .article-inner .entry-header .single-post-social a.wd-social-icon.social-facebook:hover::before {
   
    background-image: url(https://timesca.com/wp-content/uploads/2024/10/facebook-hover.png);
   
}

html .single-post .content-layout-wrapper .article-inner .entry-header .single-post-social a.wd-social-icon.social-twitter::before {
	position: absolute;
    content: '';
    background-image: url(https://timesca.com/wp-content/uploads/2024/10/x-regular.png);
    background-size: contain;
    background-repeat: no-repeat;
    display: block;
    top: 45px;
    left: 0;
    right: 0;
    bottom: 0;
}
html .single-post .content-layout-wrapper .article-inner .entry-header .single-post-social a.wd-social-icon.social-twitter:hover::before {
  
    background-image: url(https://timesca.com/wp-content/uploads/2024/10/x-hover.png);
   
}
html .single-post .content-layout-wrapper .article-inner .entry-header .single-post-social a.wd-social-icon.social-linkedin::before {
	position: absolute;
    content: '';
    background-image: url(https://timesca.com/wp-content/uploads/2024/10/linkedin-regular.png);
    background-size: contain;
    background-repeat: no-repeat;
    display: block;
    top: 83px;
    left: 0;
    right: 0;
    bottom: 0;
}
html .single-post .content-layout-wrapper .article-inner .entry-header .single-post-social a.wd-social-icon.social-linkedin:hover::before {
	
    background-image: url(https://timesca.com/wp-content/uploads/2024/10/linkedin-hover.png);
   
}
html .single-post .content-layout-wrapper .article-inner .entry-header .single-post-social a.wd-social-icon.social-tg::before {
	position: absolute;
    content: '';
    background-image: url(https://timesca.com/wp-content/uploads/2024/10/telegram-regular.png);
    background-size: contain;
    background-repeat: no-repeat;
    display: block;
    top: 121px;
    left: 0;
    right: 0;
    bottom: 0;
}
html .single-post .content-layout-wrapper .article-inner .entry-header .single-post-social a.wd-social-icon.social-tg:hover::before {
	background-image: url(https://timesca.com/wp-content/uploads/2024/10/telegram-hover.png);
}
/* html .single-post .content-layout-wrapper .article-inner .entry-header .single-post-social a.wd-social-icon.social-facebook .wd-icon::before {
content: url('https://timesca.com/wp-content/uploads/2023/12/Vector-1-1.png');
}
html .single-post .content-layout-wrapper .article-inner .entry-header .single-post-social a.wd-social-icon.social-twitter .wd-icon::before {
content: url('https://timesca.com/wp-content/uploads/2023/12/x.png');
}
html .single-post .content-layout-wrapper .article-inner .entry-header .single-post-social a.wd-social-icon.social-linkedin .wd-icon::before {
content: url('https://timesca.com/wp-content/uploads/2023/12/Social-Icons.png');
}
html .single-post .content-layout-wrapper .article-inner .entry-header .single-post-social a.wd-social-icon.social-tg .wd-icon::before {
content: url('https://timesca.com/wp-content/uploads/2023/12/Social-Icons-1.png');
} */
/* single blog page */



.cstm-recent-posts .vc_custom_heading h3 {
overflow: hidden;
display: -webkit-box;
-webkit-line-clamp: 2;
line-clamp: 2;
-webkit-box-orient: vertical;
}
.cstm-recent-posts .cstm-post-tags {
margin-bottom: 7px !important;
}
.cstm-recent-posts .cstm-post-tags .post-tags {
font-family: Noto Sans;
font-size: 13px;
font-weight: 300;
line-height: 18px;
letter-spacing: -0.165px;
color: #9E4D38 !important;
}
.cstm-recent-posts .cstm-post-tags .post-tags a {
color: #9E4D38 !important;
}
.cstm-recent-posts .days-ago-shortcode {
position: relative;
}
.cstm-recent-posts .days-ago-shortcode .wpb_wrapper {
font-family: Noto Sans;
font-size: 9px;
color: rgb(158 77 56 / 70%) !important;
letter-spacing: 0.25px;
font-weight: 500;
position: relative;
padding-left: 12px;
left: 3px;
}
.cstm-recent-posts .days-ago-shortcode .wpb_wrapper::before {
content: "" !important;
width: 5px !important;
height: 5px !important;
background-color: #9e4d38a6 !important;
position: absolute !important;
border-radius: 50% !important;
box-shadow: 0px 0px 0px 2px #9e4d3875;
left: 0;
top: 4px;
}
.cstm-recent-posts .vc_col-sm-12 {
padding-left: 14px !important;
padding-right: 14px !important;
}

.whb-header-bottom-inner .whb-col-center > div:nth-child(1) ul li a {
padding: 0 10px !important;
}

@media (max-width: 768px) {
html .single-post .article-inner .entry-content.wd-entry-content {
	margin: 0 !important;
}
html .single-post .content-layout-wrapper {
	padding-left: 0;
	padding-right: 0;
	font-size: : 13px !important;
}
}

/* pdf editd */
.whb-general-header .container>div .whb-col-left {
position: relative;
left: 1%;
}
.whb-general-header .container>div .whb-col-right {
position: relative;
right: 0.5%;
}
#home-page-layout-one-sec {
margin-left: 1%;
margin-right: 1%;
}
#opinions {
margin-left: 1%;
margin-right: 1%;
}
html body .cstm-featured-posts {
margin-left: 1%;
margin-right: 1%;
}
#home-page-layout-one-sec> .vc_col-sm-9 {
width: 70%;
}
#home-page-layout-one-sec> .vc_col-sm-3 {
width: 30%;
}
.post-category-title-block .info-box-content {
padding-left: 3%;
padding-right: 3%;
}
.post-category-title-block .info-box-content .info-btn-wrapper a.btn {
font-size: 10px;
}
.post-category-title-block .info-box-content .info-box-title {
text-shadow: 0 0 #005a96;
}
html .search-no-results .main-page-wrapper {
height: 100vh;
}
html .search-no-results .main-page-wrapper .site-content {
margin-top: 50px;
}
.openion-sec .vc_grid-item-mini .cstm-post-author pre {
padding: 0 !important;
background-color: #fff0 !important;
}
.openion-sec .vc_grid-item-mini .cstm-post-author code {
padding: 0 !important;
}
.openion-sec .vc_grid-item-mini .cstm-post-author img {
height: 47px !important;
width: 47px !important;
margin: 0 auto;
display: table;
object-fit: contain !important;
object-position: center bottom !important;
border: 1px solid #DEC0B9;
}
#main-banner-sec .vc_figure img {
height: 330px !important;
object-fit: cover !important;
}
.lead-item .vc_col-sm-6 {
padding-top: 0 !important;
}
.lead-item h2 {
font-family: 'Noto Sans' !important;
font-weight: 700 !important;
}
.lead-desc p {
font-family: Noto Sans;
font-size: 13px !important;
font-weight: 400;
line-height: 18px;
color: black !important;
}
#main-banner-sec .vc_grid-container-wrapper:nth-child(2) p a {
font-weight: 700 !important;
font-family: Noto Sans;
line-height: 2px !important;
}
#main-banner-sec .vc_grid-container-wrapper:nth-child(2) {
z-index: 99 !important;
position: relative;
}
div#main-banner-sec> div> div {
padding-right: 0 !important;
}
div#features> div> div {
padding-right: 0 !important;
}
.wd-info-box .info-box-content .info-box-title {
letter-spacing: -0.165px;
font-weight: 500 !important;
line-height: 22.5px;
}
.whb-general-header .wd-search-dropdown::before {
content: url('/wp-content/uploads/2023/12/Icon.png');
position: absolute !important;
top: 7px;
left: 10px;
}
.whb-general-header .wd-search-dropdown {
margin: 0 !important;
top: 0;
width: 300px !important;
}
.whb-general-header .wd-search-dropdown input.s {
padding-left: 40px;
}
html body .whb-main-header .set-cont-mb-s {
color: #005A96 !important;
font-family: Noto Sans !important;
letter-spacing: -0.165px;
}
.whb-header-bottom-inner .whb-col-center > div:nth-child(1) ul li a:hover {
background-color: #f3f4ef !important;
color: #005a96 !important;
}
.whb-general-header .gt_selector {
color: #9e4d38 !important;
font-weight: 300;
letter-spacing: -0.165px;
font-family: Noto Sans;
height: auto !important;
padding-left: 0 !important;
border-bottom: 2px solid #9e4d3800 !important;
}
.whb-general-header .gt_selector:hover {
border-bottom: 2px solid #9e4d38 !important;
}
html .single-post .content-layout-wrapper> .site-content {
width: 70% !important;
max-width: 70% !important;
padding-right: 0 !important;
}
html .single-post .content-layout-wrapper> .sidebar-container {
width: 30% !important;
max-width: 30% !important;
flex: unset !important;
}
#single-post-cstm-sidbar .post-widget-title-block {
margin-bottom: 20px !important;
border-width: 2px !important;
}
html .single-post .article-inner img {

height: 360px !important;

object-fit: contain !important;

border: 1px solid #DEC0B9;

width: 100% !important;

}

html .single-post .article-inner img.portraitsetwh{

height: 360px !important;

object-fit: contain !important;

border: 1px solid #DEC0B9;

width: auto !important;

}

.custom_main_bdy_inr_main .wp-caption,

.custom_main_bdy_inr_main .entry-header .entry-thumbnail {

background-color: #E8E2DC !important;

text-align: center;

padding:5px 5px 0 42px;

}

.custom_main_bdy_inr_main .wd-entry-content .wp-caption {

background-color: #E8E2DC !important;

text-align: center;

padding:5px 5px 0 0;

}
.cstm-recent-posts .cstm-post-tags .post-tags a:not(:first-child) {
display: none !important;
}
/*.cstm-recent-posts .cstm-post-tags .post-tags {
color: #fff0 !important;
}*/
.contact-sub-page-sec #our-cstm-txt h2, .contact-sub-page-sec #our-cstm-txt h3 {
font-family: Noto Sans;
font-size: 13px;
line-height: 18px;
letter-spacing: -0.165px;
font-weight: 700 !important;
}
.contact-sub-page-sec .txt-breadcrumbs h4 .last-modification-date {
font-family: Noto Sans;
font-size: 8px;
color: #7D7D7D !important;
font-weight: 500;
line-height: 22.5px;
letter-spacing: 0.25px;
position: absolute !important;
left: 0 !important;
width: 200px;
bottom: -18px;
}
.contact-sub-page-sec .txt-breadcrumbs h4> span {
position: relative;
}
.cntc-page-pre-footer-sec .txt p {
margin-bottom: 4px !important;
}
.cntc-page-pre-footer-sec .txt p {
font-weight: 500 !important;
}
html .single-post .wd-single-footer {
display: none !important;
}
html .single-post .cstm-author-detail {
display: flex !important;
align-items: center;
border: 1px solid !important;
border-color: #9e4d38 !important;
margin-left: 3%;
width: calc(100% - 22px);
}

html .single-post .article-inner img {

border:none !important;
}

html .single-post .cstm-author-detail .author-avatar{
background-color: transparent;
}

html .single-post .cstm-author-detail .author-avatar img {
height: 54px !important;
width: 54px !important;
object-fit: cover !important;
}
html .single-post .cstm-author-detail .author-name p {
margin: 0 !important;
}
html .single-post .cstm-author-detail .author-name {
margin-left: 10px;
}
html .single-post .cstm-author-detail .author-name p {
font-family: Noto Sans;
font-size: 13px;
font-weight: 600;
line-height: 22.5px;
letter-spacing: -0.165px;
text-transform: capitalize;
}
html .single-post .cstm-author-detail .author-name a {
color: #9E4D38 !important;
}
html .single-post .author-avatar {
/*border-right: 1px solid #9e4d38;*/
   margin: 1px;
border: 2px solid #9e4d38;
}
html .single-post .article-inner .entry-content.wd-entry-content {
padding-bottom: 30px;
}
@media (max-width: 1024px) {
html body .whb-header-bottom .container .whb-header-bottom-inner {
	width: 100% !important;
	max-width: 100% !important;
	display: block !important;
}
html .whb-header-bottom-inner .whb-col-center > div:nth-child(2) {
	overflow-x: scroll !important;
	padding-bottom: 2px;
}
html .whb-header-bottom-inner .whb-col-center > div:nth-child(2) ul.menu {
	width: 109% !important;
}
.whb-general-header .container .whb-general-header-inner .whb-column {
	width: 40% !important;
}
.whb-general-header .container .whb-general-header-inner .whb-column .site-logo, .whb-general-header .container .whb-general-header-inner .whb-column .site-logo a, .whb-general-header .container .whb-general-header-inner .whb-column .site-logo a img {
	width: 100% !important;
	max-width: 100% !important;
}
html body .whb-header-bottom .container .whb-header-bottom-inner .whb-col-mobile {
	display: none !important;
}
}
@media (max-width: 820px) {
html .whb-header-bottom-inner .whb-col-center > div:nth-child(2) ul.menu {
	width: 150% !important;
}
html .single-post .content-layout-wrapper> .site-content {
	width: 100% !important;
	max-width: 100% !important;
	
/*		padding-right: 15px !important;*/
}
html .single-post .content-layout-wrapper> .sidebar-container {
	width: 100% !important;
	max-width: 100% !important;
	margin-bottom: 0 !important;
	padding-bottom: 40px !important;
}
html .single-post .content-layout-wrapper {
	display: block !important;
}
.custom_main_container .article-inner{

	padding-right: 0px !important;

}

html .single-post .content-layout-wrapper> .site-content{

	padding-right: 0px !important;

	padding-bottom: 40px !important;

	margin-bottom: 0;

}
}
@media (max-width: 480px) {
.whb-header-bottom-inner .whb-col-center > div:nth-child(1) ul li:not(:last-child), .whb-header-bottom-inner .whb-col-center > div:nth-child(2) ul li:not(:last-child) {
	margin-right: 0 !important;
}
header.whb-header .whb-header-bottom .whb-header-bottom-inner {
	height: 100px !important;
	max-height: 100px !important;
}
html .whb-header-bottom-inner .whb-col-center > div:nth-child(2) ul.menu {
	width: 960px !important;
}
header.whb-header .whb-header-bottom {
	background-color: #fff0 !important;
}
.whb-header-bottom-inner .whb-col-center > div:nth-child(1) {
	display: none !important;
}
header.whb-header .whb-header-bottom {
	margin-top: -1px !important;
}
header.whb-header .whb-header-bottom .whb-header-bottom-inner {
	height: 40px !important;
	max-height: 40px !important;
}
html body:not(.page-id-9) .whb-header-bottom .container .whb-header-bottom-inner .whb-col-mobile {
	display: block !important;
}
html body:not(.page-id-9) .whb-header-bottom-inner .whb-col-center {
	display: none !important;
}
html body:not(.page-id-9) header.whb-header .whb-header-bottom .whb-header-bottom-inner {
	height: 95px !important;
	max-height: 95px !important;
}
html body:not(.page-id-9) header.whb-header .whb-header-bottom {
	background-color: #005A96 !important;
	margin-top: 4px !important;
	padding-top: 5px;
}
html .single-post .article-inner .entry-content.wd-entry-content {
	margin: 0 0 30px 0 !important;
}
 html .single-post .custom_main_bdy_inr_main .cstm-author-detail{
	margin-bottom: 0px !important;
}
}

/* our people */
#custom-author-page {
min-height: 700px;
}
.our-people-sec {
margin-left: 1%;
margin-right: 1%;
margin-top: 10px !important;
}
.our-people-sec .cstm-page-title {
border: 1px solid #005A96 !important;
background-color: rgba(0, 90, 150, 0.40) !important;
height: 40px;
padding: 0 10px !important;
margin-bottom: 20px !important;
}
.our-people-sec .cstm-page-title h1 {
font-family: Noto Sans;
font-size: 15px;
font-weight: 700;
letter-spacing: -0.165px;
line-height: 36px !important;
}
.our-people-sec .cstm-page-description {
border-bottom: 1px solid rgba(158, 77, 56, 0.30) !important;
padding-left: 25px !important;
padding-right: 25px !important;
padding-bottom: 25px !important;
}
.our-people-sec .user-info .author-avatar img {
width: 100% !important;
object-fit: cover !important;
}
.our-people-sec .user-info .author-avatar {
border: 1px solid #DEC0B9 !important;
margin-bottom: 10px !important;
}
.our-people-sec .cstm-users-row:not(:last-child) {
margin-bottom: 60px !important;
}
.our-people-sec .cstm-users-row {
margin-left: 0;
margin-right: 0;
}
.our-people-sec .user-info .author-details .author-name {
font-family: Noto Sans;
font-size: 26px;
font-weight: 600;
line-height: 35px;
text-transform: capitalize !important;
letter-spacing: -0.165px;
}
.our-people-sec .user-info .author-details .user-roles {
font-family: Noto Sans;
font-size: 18px;
font-weight: 400;
line-height: 25px;
letter-spacing: -0.165px;
color: black !important;
text-transform: capitalize !important;
}
.our-people-sec .user-info .author-details .author-name a {
color: black !important;
}
.our-people-sec .cstm-users-row>div {
margin-bottom: 60px;
}
.cstm-p-items .cstm-p-item .cstm-p-content .cstm-pt-title {
margin-bottom: 0 !important;
-webkit-line-clamp: 2;
font-size: 18px !important;
}
.cstm-p-items .cstm-p-item .cstm-p-content .cstm-excerpt {
-webkit-line-clamp: 3 !important;
font-size: 12px !important;
line-height: 18px !important;
}
.cstm-cpt-item .row .cstm-cptt-title {
font-size: 18px !important;
line-height: 25px !important;
margin-bottom: 0 !important;
}
.cstm-cpt-item .row .cstm-excerpt {
font-size: 12px !important;
line-height: 18px !important;
-webkit-line-clamp: 3 !important;
}
.cstm-p-items .cstm-p-item .post-thumbnail img, .cstm-p-items .cstm-p-item .post-thumbnail a {
display: block !important;
width: 100% !important;
}

@media (max-width: 480px) {
.our-people-sec {
	margin-left: 0 !important;
	margin-right: 0 !important;
}
.our-people-sec .vc_column-inner {
	padding-left: 0 !important;
	padding-right: 0 !important;
}
.our-people-sec .cstm-page-title {
	border: none !important;
	border-bottom: 1px solid #005A96 !important;
	border-top: 1px solid #005A96 !important;
	background-color: #fff0 !important;
	padding-left: 16px !important;
	padding-right: 16px !important;
	margin-bottom: 40px !important;
}
.whb-general-header {
	border-top: 1px solid !important;
	border-bottom: 1px solid !important;
	border-color: #005a96 !important;
	margin-top: 5px !important;
}
.whb-general-header .container> div {
	border: none !important;
	margin: 0 !important;
}
.our-people-sec .cstm-page-description {
	padding-left: 40px !important;
	padding-right: 40px !important;
	padding-bottom: 40px !important;
}
.our-people-sec .cstm-users-row {
	margin-left: 7% !important;
	margin-right: 7% !important;
}
.our-people-sec .cstm-users-row:not(:last-child) {
	margin-bottom: 30px !important;
}
.our-people-sec .cstm-users-row> div:not(:last-child) {
	margin-bottom: 30px !important;
}
.our-people-sec .cstm-users-row>div {
	margin-bottom: 60px;
}
.our-people-sec .cstm-users-row> div {
	width: 50% !important;
}
.our-people-sec .user-info .author-details .author-name {
	font-size: 13px !important;
	line-height: 22.5px !important;
}
.our-people-sec .user-info .author-details .user-roles {
	font-size: 9px;
	line-height: 18px;
}
html body #footer-sec .wpb_single_image {
	display: none !important;
}
html body #footer-sec .wpb_text_column {
	display: none !important;
}
html body #footer-sec .vc_wp_custommenu {
	margin-bottom: 0 !important;
}
html body div#footer-sec {
	padding-left: 20px !important;
	padding-right: 20px !important;
}
.whb-general-header{
	border-top: 0px !important;
	border-bottom: 0px !important;
}
.cstm-p-items .cstm-p-item .cstm-p-content .cstm-pt-title{
	font-size: 13px !important;
	line-height: 20px !important;
}

}

/* single post template css */

.post-single-page .scond-image .vc_figure, .post-single-page .scond-image .vc_figure div, .post-single-page .scond-image img {
display: block;
width: 100% !important;
}
.post-single-page .scond-image {
margin-bottom: 30px !important;
}
.post-single-page .scond-image .vc_figure {
position: relative;
}
.post-single-page .scond-image .vc_figure .image-title {
position: absolute !important;
margin: 0;
z-index: 9;
bottom: 15px;
right: 10px;
background-color: #F3F4EF !important;
padding: 0 10px !important;
font-family: Noto Sans;
font-size: 13px;
font-weight: 600;
line-height: 22.5px;
letter-spacing: -0.165px;
}
#opinions .owl-nav {
position: absolute !important;
top: 37%;
left: 0;
right: 0;
width: 100%;
height: 0;
z-index: 999;
}
#opinions .owl-nav .owl-prev {
float: left;
position: relative;
left: 5px;
}
#opinions .owl-nav .owl-next {
float: right;
right: 5px;
position: relative;
}
#opinions .owl-nav .owl-next, #opinions .owl-nav .owl-prev {
font-size: 30px;
}
#opinions .owl-dots {
display: none;
}
#cstm-opinion .cstm-opinion-items .cstm-opinion-wrapper .cstm-opinion-title {
-webkit-line-clamp: 3 !important;
min-height: 65px;
}
html body #cstm-opinion .cstm-opinion-items .cstm-opinion-wrapper .cstm-author-name {
font-weight: 400 !important;
font-size: 10px !important;
color: black !important;
}
#opinions .owl-nav .owl-next span, #opinions .owl-nav .owl-prev span {
font-size: 0 !important;
}
#opinions .owl-nav .owl-prev span::before {
content: url('/wp-content/uploads/2023/12/Vector-8.svg');
}
#opinions .owl-nav .owl-next span::before {
content: url('/wp-content/uploads/2023/12/Vector-9.svg');
}
html .single-post .whb-header-bottom-inner .whb-col-center > div:nth-child(2) ul li.current-menu-item a {
background-color: #fff0 !important;
border-color: #fff0 !important;
color: #005a96 !important;
}
html .single-post .whb-header-bottom-inner .whb-col-center > div:nth-child(2) ul li.current-menu-item a:hover {
background-color: #fff !important;
color: #9E4D38 !important;
border-color: #9E4D38 !important;
}
html .tag .whb-header-bottom-inner .whb-col-center > div:nth-child(2) ul li.current-menu-item a {
background-color: #fff0 !important;
border-color: #fff0 !important;
color: #005a96 !important;
}
html .tag .whb-header-bottom-inner .whb-col-center > div:nth-child(2) ul li.current-menu-item a:hover {
background-color: #fff !important;
color: #9E4D38 !important;
border-color: #9E4D38 !important;
}
html .category .whb-header-bottom-inner .whb-col-center > div:nth-child(2) ul li.current-menu-item a {
background-color: #fff0 !important;
border-color: #fff0 !important;
color: #005a96 !important;
}
html .category .whb-header-bottom-inner .whb-col-center > div:nth-child(2) ul li.current-menu-item a:hover {
background-color: #fff !important;
color: #9E4D38 !important;
border-color: #9E4D38 !important;
}

div#just-popup-row figure, div#just-popup-row figure> div, div#just-popup-row figure img {
width: 100%;
}
html body #just-popup-row {
padding: 0 !important;
background-color: #fff0 !important;
}
html .single-post .wd-post-date.wd-style-with-bg span:not(:last-child)::After {
display: none;
}
html .single-post .wd-post-date.wd-style-with-bg span:not(:last-child) {
margin-right: 5px;
}


/*remove tag*/
html .single-post .row.content-layout-wrapper .meta-post-categories, html .single-post .row.content-layout-wrapper .meta-post-tags {
display: none !important;
}


/*final edits*/
html body.home div#main-banner-sec .lead-desc {
overflow: hidden;
display: -webkit-box;
-webkit-line-clamp: 3;
line-clamp: 3;
-webkit-box-orient: vertical;
}
.cstm-cpt-item .row {
align-items: flex-start !important;
}
.cstm-cpt-item .row .tags-links {
margin-top: -5px;
}
.cstm-cpt-item .row .cstm-cptt-title {
display: block !important;
margin-bottom: 5px !important;
}
.cstm-cpt-item .row .cstm-excerpt {
-webkit-line-clamp: 2 !important;
}
@media (max-width: 1024px) {
html .whb-header-bottom-inner .whb-col-center > div:nth-child(2) ul.menu {
	width: 100% !important;
}
.whb-header-bottom-inner .whb-col-center > div:nth-child(2) ul li:not(:last-child) {
	margin-right: 15px;
}
}
@media (max-width: 575px) {
    .mobile-podcassxt-pages .podcast_ctm_main_mnc { padding: 0 !important;position: relative; }
	.mobile-podcassxt-pages .podcast_ctm_main { 
		margin: 0 !important;
		padding-left: 70px !important;
	}
	.mobile-podcassxt-pages .podcast_ctm_main_mnc .podcast_ctm_main { border: none !important; }
	.mobile-podcassxt-pages .podcast_ctm_main_mnc .podcast_ctm_main_player {
		position: absolute;
		top: 0;
		background: transparent;
		width: 100%;
	}
	.mobile-podcassxt-pages .show_podcast_X	.podcast_ctm_main_left { position: relative;top: 4px; }
	.mobile-podcassxt-pages .podcast_ctm_main_player.show_podcast.show_podcast_X .progress-container,
	.mobile-podcassxt-pages .podcast_ctm_main_player.show_podcast.show_podcast_X .podcats_time_duration { 
		display: inline-flex !important;
	 }
	.mobile-podcassxt-pages .show_podcast_X .progress-container,
	.mobile-podcassxt-pages .show_podcast_X .podcats_time_duration {
		display: none !important; 
	}

	.mobile-podcassxt-pages {
		width: calc(100% + 28px);
		margin-left: -14px;
	}
	.mobile-podcassxt-pages .podcast_ctm_main_wrap { margin:0 !important;border-left: 0 !important;border-right: 0 !important; }
	.mobile-podcassxt-pages .podcats_time_duration { position: absolute;right: 0;bottom: 0; }
	.mobile-podcassxt-pages .podcast_ctm_main_player .progress-container {
		background: #F3F4EF !important;
		position: absolute;
		bottom: -8px;
		left: 0;
		margin: 0 !important;
		width: 100% !important;
	}
    .main-page-wrapper { padding-top: 0 !important; }
	html .single-post .content-layout-wrapper .article-inner .entry-header .entry-thumbnail{
		padding: 5px 0;
	}

	html .single-post .content-layout-wrapper .article-inner .entry-header .entry-thumbnail img,
	html .single-post .article-inner .entry-header img.portraitsetwh{
		height: auto !important;
	}

	html .single-post .article-inner .entry-header img.portraitsetwh{
		object-fit: cover !important;
		width: 100% !important;
	} 
	
	.custom_main_bdy_inr_main .image-captions,
	html .single.single-post .article-inner .custom_main_bdy_inr_main .entry-content.wd-entry-content p.wp-caption-text{
		display: flex;
		flex-direction: column;
	}
	
	.custom_main_bdy_inr_main .image-captions b{
		padding-left: 0px;
	}
	
	.custom_main_bdy_inr_main .image-captions:after,
	.custom_main_bdy_inr_main .wp-caption-text:after{
		top: 11px;
		width: 11px;
		height: 10px;
		border-top: 5px solid transparent;
		border-bottom: 5px solid transparent;
		border-left: 10px solid #9E4D38;
	}
	
	html .single-post .article-inner .custom_main_bdy_inr_main .wp-playlist-item:after{
		width: 11px;
		height: 10px;
		border-top: 5px solid transparent;
		border-bottom: 5px solid transparent;
		border-left: 10px solid #9E4D38;
	}
	
	html .single.single-post .article-inner .custom_main_bdy_inr_main .entry-header, .custom_main_bdy_inr_main .image-captions{
		margin: 0 -15px !important;
	}
	
	/*html .single.single-post .article-inner .custom_main_bdy_inr_main .entry-header .single-post-social{
		left: 25px;
	}*/

	html .single.single-post .article-inner .custom_main_bdy_inr_main .entry-header .single-post-social{
		left: 15px;
	}
	
	/*.custom_main_bdy_inr_main .image-captions{
		padding: 6px 10px 6px 55px !important;
	}*/

	.custom_main_bdy_inr_main .image-captions{
		padding: 6px 10px 6px 45px !important;
	}
	
	/*.custom_main_bdy_inr_main .image-captions:after{
		left: 37px;
	}*/

	.custom_main_bdy_inr_main .image-captions:after{
		left: 27px;
	}
	
	.custom_main_bdy_inr_main .wd-entry-content .wp-caption img{
		margin-left: -14px;
		position: relative;
		height: auto !important;
		z-index: 99;
		min-width: calc(100% + 13px) !important;
	}
	
	.custom_main_bdy_inr_main .wp-playlist.wp-video-playlist .mejs-container {
		min-width: calc(100% + 13px) !important;
		margin-left: -12px;
	}

	html .single.single-post .article-inner .custom_main_bdy_inr_main:before{
		left: 12px;
	}

	html .single.single-post .article-inner .custom_main_bdy_inr_main .entry-content.wd-entry-content{
		padding-left: 32px !important;
	}

	html .single-post .custom_main_bdy_inr_main .cstm-author-detail{
		margin-left: 12px !important;
		width: calc(100% - 12px) !important;
	}

	.custom_main_bdy_inr_main .wd-entry-content .wp-caption:after, .custom_main_bdy_inr_main .wp-playlist.wp-video-playlist:after{
		width: 26px;
		left: -26px;
	}

	.custom_main_container.container{
		padding-left: 10px;
		padding-right: 10px;
	}

	html .single.single-post .article-inner .custom_main_bdy_inr_main .entry-content.wd-entry-content p{
		font-size: 13px !important;
		line-height: 20.4px !important;
		padding-right: 10px;
	}

	html .single.single-post .article-inner .custom_main_bdy_inr_main .entry-content.wd-entry-content p{
    	font-size: 13px !important;
        line-height: 20.4px !important;
        padding-right: 10px;
    }
    .custom_main_container.mobile_main_container #home-page-layout-one-sec .vc_col-sm-9 {
    	padding:0 !important;
    }
    .custom_main_container.mobile_main_container div#main-banner-sec> div> div {
    	padding:0 !important;
    }
    div#cstm-lead-story .row .cstm-lead-story-title { margin-bottom:13px !important; }
    .home-banner-section-wrap { background-image:none !important; }
    #mobile_sidebar_section { display:inline-block  !important;width: calc(100% + 30px);margin-bottom: 26px !important; }
	#mobile_sidebar_section .vc_column-inner { padding:0 !important; }
    #mobile_sidebar_section.row { margin-inline: 0 !important;}
    #home-page-layout-one-sec #mobile_sidebar_section .mobile-sidebar-infobox {
    	border-left: 2px solid #DEC0B9 !important;
        border-right: 2px solid #DEC0B9 !important;
        padding: 5px 12px !important;
        min-height: 40px;
        position: relative;
    }

    #home-page-layout-one-sec #mobile_sidebar_section .mobile-sidebar-infobox:before{
        content: '';
        width: 10px;
        height: 10px;
        position: absolute;
        right: 10px;
        border-top: 2px solid #DEC0B9;
        border-left: 2px solid #DEC0B9;
        transform: rotate(225deg);
        margin-top: -7px;
    }

    #home-page-layout-one-sec #mobile_sidebar_section .mobile-sidebar-infobox.mobile_recent_select_open:before{
        /*border-top: 2px solid #9E4D38;
        border-left: 2px solid #9E4D38;*/
        transform: rotate(-315deg);
        margin-top: 2px;
    }

    /*#home-page-layout-one-sec .post-widget-title-block:hover{
        background-color: #DEC0B9;
        border-color: #9E4D38;
    }
    #home-page-layout-one-sec #mobile_sidebar_section .mobile-sidebar-infobox.mobile_recent_select_open{
        background-color: #DEC0B9;
    }
    #home-page-layout-one-sec #mobile_sidebar_section .mobile-sidebar-infobox.mobile_recent_select_open,
    #home-page-layout-one-sec #mobile_sidebar_section .mobile-sidebar-infobox:hover{
        border-color: #9E4D38 !important;
    }
    #home-page-layout-one-sec #mobile_sidebar_section .mobile-sidebar-infobox:hover:before {
        border-color: #9E4D38;
    }*/
    #home-page-layout-one-sec #demopostgrid { display:none !important; }
    #main-banner-sec>div:not(:last-child) { margin:0 !important; }
    #main-banner-sec .wpb_content_element { margin-bottom:26px !important; }
    #main-banner-sec .wpb_content_element.sub-lead.lead2 { margin-bottom:0 !important;padding-top:0 !important; }
    #main-banner-sec .wpb_content_element.sub-lead.lead1 { margin-bottom:20px !important;padding-top:0 !important; }
    #home-page-layout-one-sec #mobile_sidebar_section .mobile-sidebar-infobox .info-box-title { padding:3px 0 !important; font-size: 12px !important; line-height: 14px !important; background-color: transparent;}
    /*#home-page-layout-one-sec #cstm-post-list{
        border-left: 2px solid #9E4D38 !important;
        border-right: 2px solid #9E4D38 !important;
        border-bottom: 2px solid #9E4D38 !important;
    }*/
    .custom_main_container.mobile_main_container #home-page-layout-one-sec .vc_col-sm-9 { margin-bottom:0 !important; }
    .mobile-infobox_ { display:inline-flex !important;width:100%; }
    .desktop-infobox_ { display:none !important; }    
    .common-home-section .post-category-title-block .info-box-content {
        padding: 0 16px !important;
    }
    .common-home-section .post-category-title-block .info-box-title { padding: 0 !important; }
    
    .common-home-section .info-btn-wrapper .wd-button-wrapper a.btn {
    	color:#DEC0B9 !important;
        display: flex;
        height: 28px;
    }
    .common-home-section .post-category-title-block.wd-info-box:hover .info-box-content .info-box-title:before { display:none !important; }
    .common-home-section .post-category-title-block.wd-info-box:hover .info-box-content .info-box-title { border:none !important;background:none !important; }
    #podcast_mobile_display_between { display: block !important;}
	#podcast_mobile_display_between .mobile-podcassxt-pages { margin-bottom: 20px !important; }
    .features-grid-section-wrap .cstm-p-items .cstm-p-item .cstm-p-content ul,
    .features-grid-section-wrap .cstm-p-items .cstm-p-item .cstm-p-content h1,
    .features-grid-section-wrap .cstm-p-items .cstm-p-item .cstm-p-content h2,
    .features-grid-section-wrap .cstm-p-items .cstm-p-item .cstm-p-content h4,
    .features-grid-section-wrap .cstm-p-items .cstm-p-item .cstm-p-content h5 { display:none !important; }
    #home-page-layout-one-sec { margin-bottom:26px !important; }
    .opinion-section-main-content .post-category-title-block .info-box-content .info-box-title { padding:8px 0 !important; }
    .opinion-section-main-content .opinions-slider-wrapper { padding-top:17px !important; }
    #opinions { margin-bottom:20px !important; }
    html body .cstm-featured-posts {
       margin-left: 0 !important;
       margin-right: 0 !important;
    }

    #features .cstm-p-items .cstm-p-item .cstm-p-content .tags-links a:hover{
        background-color: transparent;
        color: #B98071 !important;
    }

    #mobile_sidebar_section #cstm-post-list .cstm-post-list-items .cstm-post-content .tags-links a:hover{
        background-color: transparent;
        color: #9E4D38 !important;
    }

    #opinions #cstm-opinion .cstm-opinion-slider-items .cstm-opinion-wrapper:hover{
        background-color: transparent !important;
    }
    
    .cstm-featured-posts .cstm-category-timesca-mlc .leftysdjfko{
        margin-bottom: 10px;
    }

    .cstm-category-timesca-mlc .smalltcimecastory .row .business-sml-grid:not(:last-child){
        margin-bottom: 10px;
    }

    .cstm-featured-posts .cstm-category-timesca-mlc .leftysdjfko .cstm-p-item .cstm-cpt-content .tags-links a:hover{
        background-color: transparent;
        color: #B98071 !important;
    }
}
@media (max-width: 520px) {
	.mobile-sidebar-recent-posts { margin-bottom:0 !important; }
.whb-general-header .container .whb-general-header-inner .whb-column {
	width: 70% !important;
}
html body.home header.whb-header .whb-header-bottom {
	display: block !important;
	border-top: 1px solid #9E4D38 !important;
	margin-top: 3px !important;
}
html body.home .whb-header-bottom .container .whb-header-bottom-inner {
	display: flex !important;
	align-items: center;
}
html body.home .whb-header-bottom .container .whb-header-bottom-inner .whb-col-mobile {
	display: block !important;
}
#mobile-header-bottom-sec {
	display: flex;
	align-items: center;
	justify-content: space-between !important;
}
#mobile-header-bottom-sec .wpb_text_column {
	margin-bottom: 0 !important;
}
#mobile-header-bottom-sec .wpb_raw_code {
	margin-bottom: 0 !important;
}
#mobile-header-bottom-sec .wpb_raw_code select.gt_selector {
	width: unset;
	margin-left: auto;
	margin-right: 0;
	display: table;
	border: none !important;
	color: #9e4d38 !important;
	font-weight: 300;
	letter-spacing: -0.165px;
	font-family: Noto Sans;
	height: auto !important;
	padding-left: 0 !important;
	border-bottom: 2px solid #9e4d3800 !important;
}
html body.home .whb-header-bottom-inner .whb-col-center > div:nth-child(2) {
	display: none;
}
html body.home .whb-header-bottom-inner .whb-col-center {
	display: none !important;
}
html body:not(.home) header.whb-header .whb-header-bottom .container {
	padding: 0 !important;
}
html body:not(.home) div#mobile-header-bottom-sec {
	background-color: #f3f4ef !important;
	margin-left: 0;
	margin-right: 0;
	padding: 5px 0 15px 0 !important;
	margin-top: 6px !important;
	border-top: 1px solid #9E4D38;
	box-shadow: 0 -4px 0px #f3f4ef !important;
}
html body:not(.home) header.whb-header .whb-header-bottom .whb-header-bottom-inner {
	height: 138px !important;
	max-height: 138px !important;
}
#mobile-header-bottom-sec p strong {
	font-family: Noto Sans;
	font-size: 13px;
	letter-spacing: -0.165px;
	font-weight: 700;
}
html body.home div#main-banner-sec .lead-desc {
	-webkit-line-clamp: 6;
	line-clamp: 6;
}
html body.home #main-banner-sec .vc_figure img {
	margin-bottom: 10px;
}
html body.home div#main-banner-sec .subs-box .vc_grid-item:not(:last-child) {
	margin-bottom: 15px !important;
}
.cstm-cpt-item .row {
	align-items: flex-start !important;
}
html body .cstm-cpt-item .row .post-thumbnail img {
	height: 100px !important;
}
.cstm-cpt-item .row .cstm-cptt-title {
	font-size: 13px !important;
	line-height: 20px !important;
	-webkit-line-clamp: 3 !important;
	display: -webkit-box !important;
}
html body div#footer-sec {
	padding-bottom: 70px !important;
}
#cstm-opinion {
	padding-left: 20px !important;
	padding-right: 20px !important;
}
#cstm-opinion .owl-stage-outer {
	overflow: visible !important;
}
html body #cstm-post-list .cstm-post-list-items .cstm-post-content .cstm-post-title {
	display: block !important;
	text-transform:none;
}
}

.post-single-page .scond-image .vc_figure .image-title {
margin: 0;
z-index: 9;
bottom: 15px;
right: 10px;
background-color: #F3F4EF !important;
padding: 0 10px !important;
font-family: Noto Sans;
font-size: 13px;
font-weight: 600;
line-height: 22.5px;
letter-spacing: -0.165px;
color: #9e4d38 !important;
border: 1px solid #9e4d38 !important;
}
.contact-sub-page-sec .cstm-form input#Submit {
margin-bottom: 20px;
}


/* TEAM */
.single-team .cstm-author-detail {
display: none;
}
.single-team header.entry-header {
display: none;
}
.single-team h1.wd-entities-title {
height: 1px;
overflow: hidden;
width: 1px;
position: absolute;
clip: rect(1px 1px 1px 1px);
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
white-space: nowrap;
}
.single-team .wd-single-footer {
display: none !important;
}
/* New Edits */
.wd-search-dropdown {
opacity: 0 !important;
visibility: hidden !important;
transform: unset !important;
}
.wd-search-dropdown.head-search {
opacity: 1 !important;
visibility: visible !important;
transform: unset !important;
}
#cstm-post-list .cstm-post-list-items .cstm-post-list-item:last-child {
border: unset !important;
padding-bottom: 30px !important;
}
html .single-post .article-inner .entry-content.wd-entry-content a {
color: #0066CC !important;
}
html .single-post .article-inner .entry-content.wd-entry-content a:visited {
color: #800080 !important;
}
/* additional blog page edits */
html .single-post .article-inner .entry-content.wd-entry-content>p>strong {
color: #9E4D38 !important;
font-family: 'Noto Sans' !important;
font-size: 16px !important;
line-height: 26px !important;
font-weight: 600;
position: relative;
}
html .single-post .article-inner .entry-content.wd-entry-content>p>strong::before {
content: '' !important;
height: 16px !important;
width: 16px !important;
position: absolute !important;
background-color: #9e4d38 !important;
left: -29px;
top: 3px;
border-radius: 50%;
box-shadow: 0px 0px 0px 4px #9e4d3842 !important;
}
.whb-header-bottom-inner .whb-col-center > div:nth-child(2) ul li.current-menu-item a {
border-color: transparent !important;
background-color: #fff0 !important;
color: #005a96 !important;
color:#9E4D38 !important;

}
.whb-header-bottom-inner .whb-col-center > div:nth-child(2) ul li a.mPS2id-target, .whb-header-bottom-inner .whb-col-center > div:nth-child(2) ul li a.mPS2id-highlight, .whb-header-bottom-inner .whb-col-center > div:nth-child(2) ul li a.mPS2id-clicked {
background-color: #fff !important;
color: #9E4D38 !important;
background:#DEC0B9 !important;
color:#9E4D38 !important;
border-color: #9E4D38 !important;
}
.whb-header-bottom-inner .whb-col-center>div:nth-child(2) ul li.current-menu-item a:hover {
	border-color: #9E4D38 !important;
}
/* additional blog page edits end */

/* 4-4-2024 R-developer */

.addSidebarScroll #cstm-post-list {

padding:0 10px !important;

}

.addSidebarScrollhome {

padding: 0px 10px !important;

}

.wp-video {

background-color: rgba(222, 192, 185, 0.25) !important;

display:flex;

align-items:center;

justify-content:center;

width:100%;

margin-bottom:20px;

padding:0;

width:100% !important;

}

html .single-post .article-inner .entry-content.wd-entry-content {
margin: 0 0 0 3% !important;
}

.mejs-overlay-button {
background:url('https://timescadev.wpenginepowered.com/wp-content/uploads/2024/04/mejs-controls.svg') !important;
background-position: 0 -39px !important;
}

.wp-video.portrait_video_cls .mejs-mediaelement video {
width:100% !important;
height:100% !important;
}

.wp-video.portrait_video_cls .mejs-container {
width:290px !important;
height:515px !important;
position:relative;
}
.common-home-section .post-category-title-block{
border-top: 2px solid #005A96;
padding: 0 0 1px 0;
background-image: repeating-linear-gradient(0deg, #fff0, #fff0 10px, transparent 10px, transparent 20px), repeating-linear-gradient(90deg, #3330, #3330 10px, transparent 10px, transparent 20px), repeating-linear-gradient(180deg, #3330, #3330 10px, transparent 10px, transparent 20px), repeating-linear-gradient(270deg, #005A96, #005A96 3px, transparent 3px, transparent 5px);
background-position: 0 0, 0 0, 100% 0, 0 100%;
background-size: 1px 100%, 100% 1px, 1px 100%, 100% 1px;
background-repeat: no-repeat;
border-bottom: 0;
margin-bottom: 4px;
transition: all 0.3s ease-in-out;
}
.common-home-section .post-category-title-block .info-box-content{
padding: 0;
}

.common-home-section .wd-info-box .info-box-content .info-box-title{
	font-size:13px!important;
/* background-color: #E7E8E3; */
padding: 4px 0;
border-left: 1px solid transparent;
border-right: 1px solid transparent;
}
 .common-home-section .wd-info-box .info-box-content .info-box-title{
/* background-color: #E7E8E3; */
padding: 4px 0;
border-left: 1px solid transparent;
border-right: 1px solid transparent;
	transition:none!important;
}
 #opinions .wd-info-box .info-box-content .info-box-title{
	color:white!important;
}
#opinions .wd-info-box:hover .info-box-title{
	color:white!important;
	
}

.opinion-section-main-content .info-box-wrapper{
    background-color: #005a96 !important;
}

.opinion-section-main-content .info-box-wrapper .desktop-infobox_{
border-top: 0;
	background-image:none;
/* background-image: repeating-linear-gradient(0deg, #fff0, #fff0 10px, transparent 10px, transparent 20px), repeating-linear-gradient(90deg, #3330, #3330 10px, transparent 10px, transparent 20px), repeating-linear-gradient(180deg, #3330, #3330 10px, transparent 10px, transparent 20px), repeating-linear-gradient(270deg, #ACC7D9, #ACC7D9 3px, transparent 3px, transparent 5px);
background-position: 0 0, 0 0, 100% 0, 0 100%;
background-size: 1px 100%, 100% 1px, 1px 100%, 100% 1px;
background-repeat: no-repeat; */
padding: 1px 0 1px;
background-color: #005a96 !important;
position: relative;
z-index: 3;
}

.common-home-section .post-category-title-block.wd-info-box:hover .info-box-content .info-box-title{
border-left: 1px solid #9E4D38;
border-right: 1px solid #9E4D38;
background-color: #fff;
color: #9E4D38 !important;
position: relative;
}
 .common-home-section .post-category-title-block.wd-info-box:hover .info-box-content .info-box-title{
/* border-left: 1px solid #9E4D38;
border-right: 1px solid #9E4D38; */
background-color:transparent!important;
color: #9E4D38 !important;
position: relative;
	border-left: 0px solid #9E4D38!important;
border-right: 0px solid #9E4D38!important;
}

.common-home-section .post-category-title-block.wd-info-box:hover .info-box-content .info-box-title:before{
content: '';
position: absolute;
left: 0px;
width: 100%;
bottom: -1px;
background-color: #005a96;	
height: 1px;
}
 .common-home-section .post-category-title-block.wd-info-box:hover .info-box-content .info-box-title:before{
content: '';
position: absolute;
left: 0px;
width: 100%;
bottom: -1px;

height: 0px;
}

.opinion-section-main-content.common-home-section .post-category-title-block.wd-info-box:hover .info-box-content .info-box-title:before{
background-color: #fff;	
}
.home .opinion-section-main-content.common-home-section .post-category-title-block.wd-info-box:hover .info-box-content .info-box-title:before{
background-color: transparent;	
}

/* .common-home-section .post-category-title-block.wd-info-box:hover{
background-color: #E7E8E3;
} */
.common-home-section .post-category-title-block.wd-info-box:hover{
background-color: transparent;
}

.opinion-section-main-content.common-home-section .post-category-title-block.wd-info-box:hover{
background-color: transparent;
}

.opinion-section-main-content .info-box-wrapper .desktop-infobox_:before,
.opinion-section-main-content .info-box-wrapper .desktop-infobox_:after{
content: '';
position: absolute;
width: 50vw;
height: 100%;
top: 0;
background-color: #005A96;
z-index: -2;
}

.opinion-section-main-content .info-box-wrapper .desktop-infobox_:before{
left: -50vw;
/* background-image: repeating-linear-gradient(0deg, #fff0, #fff0 10px, transparent 10px, transparent 20px), repeating-linear-gradient(90deg, #3330, #3330 10px, transparent 10px, transparent 20px), repeating-linear-gradient(180deg, #3330, #3330 10px, transparent 10px, transparent 20px), repeating-linear-gradient(270deg, #ACC7D9, #ACC7D9 3px, transparent 3px, transparent 5px);
background-position: 0 0, 0 0, 100% 0, 0 100%;
background-size: 1px 100%, 100% 1px, 1px 100%, 100% 1px;
background-repeat: no-repeat; */
}

.opinion-section-main-content .info-box-wrapper .desktop-infobox_:after{
right: -50vw;
/* background-image: repeating-linear-gradient(0deg, #fff0, #fff0 10px, transparent 10px, transparent 20px), repeating-linear-gradient(90deg, #3330, #3330 10px, transparent 10px, transparent 20px), repeating-linear-gradient(180deg, #3330, #3330 10px, transparent 10px, transparent 20px), repeating-linear-gradient(270deg, #ACC7D9, #ACC7D9 3px, transparent 3px, transparent 5px);
background-position: 0 0, 0 0, 100% 0, 0 100%;
background-size: 1px 100%, 100% 1px, 1px 100%, 100% 1px;
background-repeat: no-repeat; */
}

.opinion-section-main-content .wd-info-box .info-box-content .info-box-title{
padding: 8.5px 22px 8.5px 0;
background-color: transparent;
color:white !important;
}
.opinion-section-main-content .info-box-wrapper .post-category-title-block {
padding: 1.5px 0;
background-color: transparent !important;    
}

/* suggested article slider css 24 05 2024*/
.suggested-article-sec-wrap{
padding-top: 18px;
padding-bottom: 20px;
}

.suggested-article-bg{
background: rgb(243,244,239);
background: -moz-linear-gradient(90deg, rgba(243,244,239,1) 0%, rgba(229,229,229,1) 51%, rgba(243,244,239,1) 100%);
background: -webkit-linear-gradient(90deg, rgba(243,244,239,1) 0%, rgba(229,229,229,1) 51%, rgba(243,244,239,1) 100%);
background: linear-gradient(90deg, rgba(243,244,239,1) 0%, rgba(229,229,229,1) 51%, rgba(243,244,239,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f3f4ef",endColorstr="#f3f4ef",GradientType=1);
}

.suggested-article-title{
background-color: #E8E2DC;
padding: 8px 0 8px 42px;
display: flex;
margin-bottom: 16px;
position: relative;
}

.suggested-article-title:before{
content: '';
position: absolute;
top: -58px;
height: 68px;
width: 2px;
left: 22px;
background-image: repeating-linear-gradient(0deg, #9E4D38, #9E4D38 5px, transparent 5px, transparent 8px), repeating-linear-gradient(90deg, #fff0, #fff0 10px, transparent 10px, transparent 20px), repeating-linear-gradient(180deg, #3330, #fff0 10px, transparent 10px, transparent 20px), repeating-linear-gradient(270deg, #fff0, #fff0 10px, transparent 10px, transparent 20px);
background-position: 0 0, 0 0, 100% 0, 0 100%;
background-size: 1.5px 100%, 100% 1.5px, 1.5px 100%, 100% 1.5px;
background-repeat: no-repeat;
}

.suggested-article-title:after{
content: '';
position: absolute;
top: 9px;
left: 22px;
width: 9px;
height: 10px;
border-top: 7px solid transparent;
border-bottom: 7px solid transparent;
border-left: 12px solid #9E4D38;
}

.suggested-article-title h3 {
margin-bottom: 0;
color: #9E4D38;
font-weight: 500;
font-size: 14px;
line-height: 1.2;
}

.suggested-article-slider{
padding: 0 32px 25px;
/*padding: 0px;*/
position: relative;
}

.suggested-article-slider:before,
.suggested-article-slider:after{
content: '';
position: absolute;
height: 100%;
width: 35px;
top: 0px;
z-index: 4;
background: rgba(243, 244, 239, 0.5);
}

.suggested-article-slider:before{
left: 30px;
}

.suggested-article-slider:after{
right: 30px;
}

.suggested-article-slider .cstm-opinion-items{
padding: 0 22px;
}

.suggested-article-slider .cstm-opinion-items .article-img-and-title {
margin-bottom: 16px;
height: 136px;
}

.suggested-article-slider .cstm-opinion-items .article-img-and-title .post-thumbnail,
.suggested-article-slider .cstm-opinion-items .article-img-and-title .post-thumbnail a img{
height: 100%;
}

.suggested-article-slider .cstm-opinion-items .article-img-and-title .post-thumbnail a img{
object-fit: cover;
}

.suggested-article-slider .cstm-opinion-items .article-title-and-excerpt .cstm-opinion-title{
margin-bottom: 0px;
font-size: 13px;
line-height: 18px;
font-weight: 700;
}

.suggested-article-slider .cstm-opinion-items .article-title-and-excerpt .cstm-opinion-title a.int-link{
display: -webkit-box;
-webkit-line-clamp: 4;
text-overflow: ellipsis;
overflow: hidden;
-webkit-box-orient: vertical;
}

.suggested-article-slider .slick-slider button{
position: absolute;
top: 68px;
opacity: 0.5;
transition: all 0.3s ease-in-out;
}
.slick-slider { margin-bottom:0px !important; }
.suggested-article-slider .slick-slider button:hover{
opacity: 1;
}

.suggested-article-slider .slick-slider button.slick-prev{
left: -32px;
}

.suggested-article-slider .slick-slider button.slick-next{
left: auto;
right: -32px;
transform: rotate(180deg);
top:46px!important;
}

.suggested-article-slider .slick-slider .slick-prev::before {
content: url('/wp-content/uploads/2024/08/sidebar-slider-arrow.svg');
}

.suggested-article-slider .slick-slider .slick-next::before {
content: url('/wp-content/uploads/2024/08/sidebar-slider-arrow.svg');
	
/* content: url('/wp-content/uploads/2024/05/slider-nav-right-icon.svg'); */
}

@media (max-width: 991px){
.suggested-article-slider .cstm-opinion-items{
	padding: 0 16px;
}

.suggested-article-slider:before, 
.suggested-article-slider:after{
	width: 40px;
}
}

@media (max-width: 767px){
.suggested-article-slider .cstm-opinion-items{
	padding: 0 10px;
}

.suggested-article-slider:before, .suggested-article-slider:after {
	width: 45px;
}
}

@media (max-width: 575px){

.suggested-article-sec-wrap .col-sm-12{
	padding: 0px;
}

.suggested-article-slider{
	padding: 0 0px 25px;
}

.suggested-article-slider:before, .suggested-article-slider:after {
	width: 45px;
}

.suggested-article-slider:before{
	left: 0;
}

.suggested-article-slider:after{
	right: 0;
}

.suggested-article-title:before{
	left: 27px;
}

.suggested-article-title:after{
	left: 27px;
}

.suggested-article-title:after{
	top: 10px;
	width: 11px;
	height: 10px;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 10px solid #9E4D38;
}

.suggested-article-slider .slick-slider button{
	z-index: 10;
}

.suggested-article-slider .slick-slider button.slick-prev{
	left: 10px;
}

.suggested-article-slider .slick-slider button.slick-next{
	right: 10px;
}
.featured-posts-with-category-sec,
    .opinion-section-main-content{
        width: calc(100% + 60px);
        margin-left: -30px;
        margin-right: 0;
    }

    .opinion-section-main-content{
        border-top: 1px solid #005A96;
        padding-top: 4px;
    }

    .common-home-section .post-category-title-block{
        border-top-color: #DEC8C0;
        background-image: none;
        margin-bottom: 5px;
    }

    .common-home-section .wd-info-box .info-box-content .info-box-title{
        background-color: transparent;
        padding: 9px 16px;
        border: 0px;
        color: #9E4D38 !important;
    }

    #features .features-grid-section-wrap .cstm-p-items .cstm-p-item:first-child,
    #features .features-grid-section-wrap .features-grid-row-wrap{
        padding-left: 13px !important;
        padding-right: 13px !important;
    }

    #features .features-grid-section-wrap .cstm-p-items .cstm-p-item.features-grid-row-wrap{
        align-items: center;
        border: 0px;
    }

    .cstm-p-items .cstm-p-item .cstm-p-content .tags-links a{
        border: 1px solid #EBE3DD;
        background-color: transparent;
        color: #B98071 !important;
        font-size: 11px;
        line-height: 1;
        padding: 3px 5px !important;
        font-weight: 500;
    }

    .cstm-p-items .cstm-p-item .cstm-p-content .cstm-pt-title{
        -webkit-line-clamp: 3 !important;
    }

    #features .features-grid-section-wrap .cstm-p-items .cstm-p-item .post-thumbnail img{
        height: 87px !important;
    }

    #features .features-grid-section-wrap .cstm-p-items .cstm-p-item.features-grid-row-wrap:hover{
        background-color: transparent;
    }

    #features .features-grid-section-wrap .features-grid-row-wrap:nth-child(4){
        flex-direction: row;
        margin: 0;
    }

    .features-grid-section-wrap .features-grid-row-wrap:nth-child(4):before, 
    .features-grid-section-wrap .features-grid-row-wrap:nth-child(4):after{
        display: none;
    }

    .hide-sidebar-mobile{
        display: none;
    }

    .opinion-section-main-content .info-box-wrapper .desktop-infobox_{
        background-image: none;
    }

    .opinion-section-main-content .info-box-wrapper .desktop-infobox_:before,
    .opinion-section-main-content .info-box-wrapper .desktop-infobox_:after{
        background-image: none;
    }

    .opinion-section-main-content .info-box-wrapper .post-category-title-block{
        border-top: 0;
    }

    .common-home-section.opinion-section-main-content .info-btn-wrapper .wd-button-wrapper a.btn{
        color: #fff !important
    }

    .opinion-section-main-content .vc_column-inner{
	/* padding: 0;*/
    }

    .opinion-section-main-content .wd-info-box .info-box-content .info-box-title{
        color: #F3F4EF !important;
    }

    #features .features-grid-section-wrap .cstm-p-items .cstm-p-item.features-grid-row-wrap{
        column-gap: 10px;
    }

    .cstm-p-items .cstm-p-item .cstm-p-content span.tags-links{
        margin-bottom: 5px !important;
    }

    #features .cstm-p-items .cstm-p-item .cstm-p-content .cstm-pt-title {
        font-size: 12px !important;
        line-height: 18px !important;
        margin-bottom: 0px !important;
        padding-left: 5px;
    }

    .features-grid-section-wrap .cstm-p-items .cstm-p-item .cstm-p-content p{
        display: none !important;
    }
}

@media (max-width: 520px){
	#cstm-post-list .cstm-post-list-items .cstm-post-list-item:last-child { padding-bottom:15px !important; }	
.feature-slider #cstm-opinion.suggested-article-slider-main-wrap{
	padding-left: 0px !important;
	padding-right: 0px !important;
}
}

@media (max-width: 479px){
   .suggested-article-slider:before, .suggested-article-slider:after {
	width: 70px;
}

.suggested-article-slider .slick-slider button.slick-prev {
	left: 15px;
}

.suggested-article-slider .slick-slider button.slick-next {
	right: 15px;
}
}

@media (max-width: 360px){
   .suggested-article-slider:before, .suggested-article-slider:after {
	width: 40px;
}
}
/* */

.wpb_wrapper div#cstm-lead-story .cstm-lead-story-items .row .cstm-lead-story-content .cstm-excerpt { 
font-size: 12px !important;
line-height: 18px !important;
color: #000 !important;
}
/* home container spacing */
.custom_main_container.container{
max-width: 1320px;
}
.features-grid-section-wrap .features-grid-row-wrap:nth-child(4) .cstm-excerpt {
-webkit-line-clamp: 6 !important;
}
#home-page-layout-one-sec .vc_col-sm-9 { padding-right:15px !important; }
div#main-banner-sec> div> div{
padding-right: 15px !important;
}
#home-page-layout-one-sec .vc_col-sm-3 .wpb_raw_code { margin-bottom:0px !important; }
.featured-posts-with-category-sec .wpb_raw_code { margin-bottom:0 !important; }
/* */

/* category section css */
.cstm-category-timesca-mlc .cstm-p-item {
padding:0 !important;
}
.cstm-category-timesca-mlc .cstm-cpt-content a:hover h3 { color:#9e4d38 !important; }
.cstm-category-timesca-mlc .cstm-cpt-content a .cstm-excerpt { color:#000 !important; }
.cstm-category-timesca-mlc .cstm-p-items .cstm-p-item {
border: 0px;
}

.cstm-category-timesca-mlc .leftysdjfko .cstm-p-item .post-thumbnail img {
height:300px !important;
}

.cstm-category-timesca-mlc .rightsddowodl .cstm-excerpt { float:left;width:100%; }
.cstm-category-timesca-mlc .tags-links { float:left;width:100%;padding:8px 0 0 0 !important; margin-left: -5px;}
.cstm-category-timesca-mlc {
margin-bottom:20px !important;
}

.cstm-category-timesca-mlc .leftysdjfko .cstm-excerpt {
margin-bottom:0 !important; 
}

.cstm-category-timesca-mlc .tags-links .int-link {
color: #9E4D38 !important;
font-weight:500 !important;
font-size:13px !important;
display: inline-flex;
padding: 0 5px;
}

.cstm-category-timesca-mlc .tags-links .int-link:hover{
background-color: #9E4D38;
color: #F3F4EF !important;
}

.cstm-category-timesca-mlc .cstm-cpt-title { float:left;width:100%;margin:0 !important; }
.cstm-category-timesca-mlc .leftysdjfko .cstm-excerpt {
 display: -webkit-box;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;
overflow: hidden;
font-size: 12px !important;
line-height: 18px !important;
float: left;
width: 100%;
} 

.cstm-category-timesca-mlc .cstm-cpt-title {
color: #000 !important;
font-weight:700 !important;
font-size:18px !important;
line-height: 25px;
letter-spacing: -0.165px;
}

.cstm-category-timesca-mlc .smalltcimecastory .cstm-cpt-title{
display: -webkit-box;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;
overflow: hidden;
font-size: 15px !important;
line-height: 18px !important;
float: left;
width: 100%;
}

.cstm-category-timesca-mlc .smalltcimecastory .cstm-cpt-title a{
font-size: 15px !important;
line-height: 18px !important;
}

.cstm-category-timesca-mlc .rightsddowodl .cstm-cpt-title,
.cstm-category-timesca-mlc .rightsddowodl .cstm-cpt-title a {
display: -webkit-box;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;
overflow: hidden;
font-size: 15px !important;
line-height: 18px !important;
float: left;
width: 100%;
}

.cstm-category-timesca-mlc .rightsddowodl .tags-links { 
margin-bottom:4px !important; 
}

.cstm-category-timesca-mlc .rightsddowodl .cstm-excerpt {
-webkit-line-clamp: 2 !important;
margin-top:3px !important;
}

.cstm-category-timesca-mlc .rightsddowodl .cstm-cpt-item .post-thumbnail img {
width: 100% !important;
object-fit: cover !important;
object-position: center;
height: 120px !important;
}

.cstm-category-timesca-mlc .rightsddowodl{
position: relative;
background-image: repeating-linear-gradient(0deg, #005A96, #005A96 3px, transparent 3px, transparent 5px), repeating-linear-gradient(90deg, #fff0, #fff0 10px, transparent 10px, transparent 20px), repeating-linear-gradient(180deg, #3330, #fff0 10px, transparent 10px, transparent 20px), repeating-linear-gradient(270deg, #fff0, #fff0 10px, transparent 10px, transparent 20px);
background-position: 0 0, 0 0, 100% 0, 0 100%;
background-size: 1px 100%, 100% 1px, 1px 100%, 100% 1px;
background-repeat: no-repeat;
}
.home .cstm-category-timesca-mlc .rightsddowodl{
position: relative;
border-left:1px solid #DEC8C0;
background-image: none;
background-position: 0 0, 0 0, 100% 0, 0 100%;
background-size: 1px 100%, 100% 1px, 1px 100%, 100% 1px;
background-repeat: no-repeat;
}

.cstm-category-timesca-mlc .rightsddowodl .cstm-cpt-item .cstm-p-item {
  border:none !important;
margin-bottom:30px !important;
}

.cstm-category-timesca-mlc .rightsddowodl .cstm-cpt-item .cstm-p-item:last-child {
margin-bottom:0 !important;
}

.cstm-category-timesca-mlc .cstm-cpt-title a {
color: #000 !important;
font-weight:700 !important;
font-size:18px !important;
line-height: 25px;
letter-spacing: -0.165px;
}

.cstm-cpt-item .row {
margin-left: 0;
margin-right: 0;
align-items: center !important;
}

.cstm-cpt-item .row>div:first-child {
padding-left: 0;
}

.cstm-cpt-item .row>div:last-child {
padding-right: 0 !important;
}

.cstm-cpt-item .row .post-thumbnail img {
height: 136px !important;
object-fit: cover !important;
object-position: center;
}

.cstm-cpt-item .row .tags-links {
font-family: Noto Sans;
font-size: 13px;
font-weight: 500;
color: #9E4D38;
letter-spacing: -0.165px;
display: block;
margin-bottom: 5px;
margin-left: -5px;
}

.cstm-cpt-item .row .tags-links a {
font-family: Noto Sans;
font-size: 13px;
font-weight: 500;
color: #9E4D38;
letter-spacing: -0.165px;
display: inline-flex;
padding: 0 5px;
}

.cstm-cpt-item .row .tags-links a:hover{
background-color: #9E4D38;
color: #F3F4EF !important;
}

.cstm-cpt-item .row .tags-links a:not(:first-child) {
display: none !important;
}

.cstm-cpt-item .row .cstm-cptt-title {
margin-bottom: 8px;
font-family: Noto Sans;
font-size: 20px;
font-weight: 700;
line-height: 25px;
letter-spacing: -0.165px;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
overflow: hidden;
}

.cstm-cpt-item .row .cstm-excerpt {
margin-bottom: 0 !important;
font-family: Noto Sans;
font-size: 14px;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
overflow: hidden;
}

div#cstm-cpt .cstm-cpt-item {
margin-bottom: 25px !important;
}

html body .cstm-featured-posts .wpb_raw_html {
margin-bottom: 0 !important;
}

.cstm-category-timesca-mlc .business-sml-grid .cstm-cpt-title a:hover,
.cstm-category-timesca-mlc .leftysdjfko .cstm-cpt-title a:hover,
.cstm-category-timesca-mlc .rightsddowodl .cstm-cpt-title a:hover{
color: #9E4D38 !important;
}

@media (max-width: 820px) {
div#cstm-cpt .cstm-cpt-item {
	width: 100% !important;
	max-width: 100% !important;
	flex: unset !important;
}
}

@media (max-width: 768px) {
.cstm-cpt-item .row>div:first-child {
	width: 41.66666667%;
}

.cstm-cpt-item .row>div:last-child {
	width: 58.33333333%;
}

.cstm-category-timesca-mlc .leftysdjfko .cstm-p-item .cstm-cpt-featured-img{
	padding: 0;
	width: 100% !important;
}

.cstm-category-timesca-mlc .leftysdjfko .cstm-p-item .cstm-cpt-content{
	padding: 0px;
	width: 100% !important;
}

.cstm-category-timesca-mlc .rightsddowodl{
	margin-top: 20px;
	padding-top: 20px;
	background-image: repeating-linear-gradient(0deg, #005a9600, #005a9600 3px, transparent 3px, transparent 5px), repeating-linear-gradient(90deg, #005a96, #005a96 3px, transparent 3px, transparent 5px), repeating-linear-gradient(180deg, #3330, #fff0 10px, transparent 10px, transparent 20px), repeating-linear-gradient(270deg, #fff0, #fff0 10px, transparent 10px, transparent 20px) !important;
}

.cstm-category-timesca-mlc .rightsddowodl .cstm-cpt-item .cstm-p-item .row{
	width: 100% !important;
	padding: 0;
}
}

@media (max-width: 575px) {
    .cstm-category-timesca-mlc .leftysdjfko .cstm-p-item .cstm-cpt-featured-img {
        width: calc(100% + 30px) !important;
        margin-left: -15px !important;
    }
    .cstm-featured-posts .info-box-wrapper{
        width: calc(100% + 30px) !important;
        margin-left: -15px !important;
    }
    
    .cstm-cpt-item .row .tags-links,
    .cstm-category-timesca-mlc .tags-links{
/*        margin-left: 0;*/
    }
	.cstm-category-timesca-mlc .rightsddowodl .cstm-cpt-title, .cstm-category-timesca-mlc .cstm-cpt-title {
        font-size: 12px !important;
        line-height: 18px !important;
        margin-bottom: 0px !important;
    }
    .cstm-category-timesca-mlc .rightsddowodl .cstm-cpt-item .cstm-p-item {
    	margin: 10px 0 !important;
        float: left;
    }
    .cstm-category-timesca-mlc .rightsddowodl .tags-links { margin-top:0 !important;padding-top:0 ! important; }
    .cstm-category-timesca-mlc .rightsddowodl .cstm-cpt-item .post-thumbnail img {
    	height: 87px !important;
    }
    .cstm-category-timesca-mlc .tags-links .int-link{
        /*background-color: #B98071;
        color: #F5F5F5 !important;*/
        border: 1px solid #EBE3DD;
        background-color: transparent;
        color: #B98071 !important;
        font-size: 10px !important;
        line-height: 1;
        padding: 3px 5px !important;
        font-weight: 500 !important;
        display: inline-flex;
        align-items: center;
        flex-wrap: wrap;
    }
    
    .cstm-category-timesca-mlc .rightsddowodl{
        background-image: none !important;
        padding-top: 0px;
    }
    .cstm-featured-posts { margin-bottom:0 !important; }
    .cstm-category-timesca-mlc .leftysdjfko .cstm-cpt-content .cstm-cpt-title {
    	font-size:18px !important;
        margin-bottom: 5px !important;
        line-height:1.1 !important;
    }

    .common-home-section .post-category-title-block.wd-info-box:hover{
        background-color: transparent;
    }

    .common-home-section .post-category-title-block.wd-info-box:hover .info-box-content .info-box-title{
        color: #9E4D38 !important;
    }
    
    .common-home-section.opinion-section-main-content .post-category-title-block.wd-info-box:hover .info-box-content .info-box-title{
        color: #f3f4ef !important;
    }

    .wpb_wrapper div#cstm-lead-story .cstm-lead-story-items .row .cstm-lead-story-content .cstm-excerpt{
        display: block !important;
    }

    html body:not(.home) header.whb-header .whb-header-bottom{
        border-top: 0px !important;
        margin-top: 0 !important;
        background-color: #005A96 !important;
        padding-top: 0;
    }

    #features .features-grid-section-wrap .cstm-p-items .cstm-p-item:hover .cstm-pt-title a{
        color: unset !important;
    }

    .cstm-p-items .cstm-p-item .cstm-p-content .cstm-pt-title a{
        color: var(--wd-title-color);
    }
}

@media (max-width: 520px) {

    .cstm-cpt-item .row .tags-links a:hover,
    .cstm-category-timesca-mlc .tags-links .int-link:hover{
        background-color: transparent;
        color: #B98071 !important;
    }
}

@media (max-width: 480px) {
	.cstm-cpt-item .row>div:last-child {
		padding-left: 10px !important;
	}

	.cstm-cpt-item .row .cstm-excerpt {
		display: none !important;
	}

	.cstm-cpt-item .row>div:first-child {
		padding-right: 8px;
	}

	.cstm-category-timesca-mlc .leftysdjfko .cstm-p-item .post-thumbnail img{
		height: 200px !important;
	}

	html body:not(.home) header.whb-header .whb-header-bottom .whb-header-bottom-inner{
        height: 30px !important;
        max-height: 30px !important;
        display: flex !important;
        align-items: center;
    }
    
    html body:not(.home) header.whb-header .whb-header-bottom .whb-header-bottom-inner .set-cont-mb-s{
        padding: 5px 0;
    }
}
/* */

/* inner page header */
.custom-flag #img-with-txt{
	padding: 4px 0;
}

.custom-flag #img-with-txt img{
	margin-right: 15px;
    width: 34px;
    min-height: 22px;
}

.custom-flag #img-with-txt p{
	font-size: 17px;
	line-height: 1;
}

@media (max-width: 480px){
	header.whb-header .whb-header-bottom #img-with-txt{
		font-size: 12px !important;
		line-height: 1;
        letter-spacing: 2px;
        padding: 0;
	}

	.whb-col-mobile #img-with-txt img{
        margin-right: 14px;
        width: auto;
        height: 20px;
        object-fit: contain;
        object-position: right;
	}
}
/* */

/* author details */
html .single-post .custom_main_bdy_inr_main .cstm-author-detail.author-bios{
flex-direction: column;
align-items: flex-start;
border: 0px !important;
}

html .single-post .custom_main_bdy_inr_main .cstm-author-detail.author-bios.author-bio-wrapper{
border-bottom-color: transparent !important;
   border-left-color: transparent !important;
}

html .single-post .custom_main_bdy_inr_main .cstm-author-detail.author-bios .main-author-cls{
display: flex;
align-items: center;
column-gap: 18px;
width: 100%;
padding-right: 30px;
cursor: pointer;
transition: all 0.3s ease-in-out;
border: 1px solid #9E4D38;
border-left-width: 2px;
}

html .single-post .custom_main_bdy_inr_main .cstm-author-detail.author-bios .main-author-cls.single-times-author:hover{
background-color: transparent;
cursor: default;
}

html .single-post .custom_main_bdy_inr_main .cstm-author-detail.author-bios .main-author-cls:hover{
background-color: #EBDEDB;
}

html .single-post .custom_main_bdy_inr_main .cstm-author-detail.author-bios .main-author-cls.new_biograph_main_cls{
background-color: #9E4D38;
}

.single-post .new_biograph_main_cls .author-avatar {
border-color: #fff;
}

html .single-post .custom_main_bdy_inr_main .cstm-author-detail.author-bios .main-author-cls .author-name{
margin-left: 0px;
color: #9E4D38;
}

html .single-post .custom_main_bdy_inr_main .cstm-author-detail.author-bios .main-author-cls.new_biograph_main_cls .author-name{
color: #F3F4EF;
}

html .single-post .custom_main_bdy_inr_main .cstm-author-detail.author-bios .main-author-cls .author-accordion-icon{
margin-left: auto;
}

html .single-post .custom_main_bdy_inr_main .cstm-author-detail.author-bios .main-author-cls.new_biograph_main_cls .author-accordion-icon{
transform: rotate(-180deg);
}

html .single-post .custom_main_bdy_inr_main .cstm-author-detail.author-bios .main-author-cls .author-accordion-icon svg{
color: #9E4D38;
}

html .single-post .custom_main_bdy_inr_main .cstm-author-detail.author-bios .main-author-cls.new_biograph_main_cls .author-accordion-icon svg{
color: #F3F4EF;
}

.biography-dropmenu.visible{
position: relative;
}

.biography-dropmenu.visible:before{
content: '';
position: absolute;
background-image: repeating-linear-gradient(0deg, #9e4d38, #9e4d38 5px, #f3f4ef 5px, #f3f4ef 8px), repeating-linear-gradient(90deg, #9e4d3800, #9e4d3800 5px, #f3f4ef00 5px, #f3f4ef00 8px), repeating-linear-gradient(180deg, #9e4d38, #9e4d38 5px, #f3f4ef 5px, #f3f4ef 8px), repeating-linear-gradient(270deg, #9e4d38, #9e4d38 5px, #f3f4ef 5px, #f3f4ef 8px);
background-position: 0 0, 0 0, 100% 0, 0 100%;
background-size: 1.5px 100%, 100% 1.5px, 1.5px 100%, 100% 1.5px;
background-repeat: no-repeat;
width: 100%;
height: 100%;
bottom: 0px;
left: 0px;
z-index: 17;
}

.biography-content-section{
padding: 28px;
position: relative;
z-index: 18;
}

.custom_main_container .biography-content-section p{
margin-bottom: 20px;
font-size: 12px !important;
line-height: 22px !important;
}

.custom_main_container .biography-content-section p,
.custom_main_container .biography-content-section p a{
color: #9E4D38;
}

.custom_main_container .biography-content-section p:last-child{
margin-bottom: 0px;
}

.author-view-article{
color: #9E4D38;
font-size: 12px;
line-height: 22px;
/*	padding: 1px 0 1px 28px;*/
position: relative;
display: flex;
align-items: center;
margin-bottom: 10px;
z-index: 18;
width: calc(100% - 2.5px);
margin-left: 1px;
}

.author-view-article.main_time_ca_authior{
column-gap: 5px;
padding: 1px 0 1px 28px;
background-color: #E8E2DC;
}

.author-view-article:after {
position: absolute;
content: '';
top: 4.5px;
left: -1px;
width: 9px;
height: 10px;
border-top: 7px solid transparent;
border-bottom: 7px solid transparent;
border-left: 12px solid #9E4D38;
}

.author-view-article a{
color: #9E4D38;
position: relative;
padding: 1px 0 1px 28px;
width: 100%;
background-color: #E8E2DC;
display: flex;
align-items: center;
column-gap: 5px;
}

.author-view-article a:hover{
background-color: #DEC0B9;
}
/* */

/* topbar container */
.whb-main-header .whb-top-bar .container{
max-width: 1320px;
}

.whb-main-header .whb-top-bar .whb-top-bar-inner{
margin-left: 1%;
margin-right: 1%;
}

.whb-main-header .whb-top-bar .container .whb-col-center{
padding-left: 15px;
padding-right: 15px;
}

.whb-main-header .whb-top-bar .container .whb-col-center .wd-header-text{
padding: 0px;
}

.whb-general-header .container>div .whb-col-left{
left: 1%;
}

.whb-general-header .container>div .whb-col-right{
right: 0.5%;
}

@media (max-width: 767px){

html .single-post .custom_main_bdy_inr_main .cstm-author-detail.author-bios .main-author-cls:hover{
	background-color: transparent;
}

html .single-post .custom_main_bdy_inr_main .cstm-author-detail.author-bios .main-author-cls.new_biograph_main_cls{
	background-color: #9E4D38;
}
}
/* */

/* title transform changes */
div#cstm-lead-story .row .cstm-lead-story-title,
.cstm-p-items .cstm-p-item .cstm-p-content .cstm-pt-title,
.cstm-category-timesca-mlc .rightsddowodl .cstm-cpt-title,
.cstm-category-timesca-mlc .cstm-cpt-title{
text-transform: none;
}


/* secondary header menu */
.whb-header-bottom-inner .whb-col-center > div:nth-child(2){
    border: 0px;
}

.whb-header-bottom-inner .whb-col-center > div:nth-child(2):before{
    top: 0px;
}

.whb-header-bottom-inner .whb-col-center > div:nth-child(2):after{
    top: 0px;
}

.whb-header-bottom-inner .whb-col-center > div:nth-child(2) ul li a{
    min-height: 32px;
    height: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
}

.whb-header-bottom-inner .whb-col-center > div:nth-child(2) ul .owl-stage-outer{
    display: flex;
    align-items: center;
    justify-content: center;
}

.whb-header-bottom-inner .whb-col-center > div:nth-child(2) ul .owl-stage{
    display: flex;
    align-items: center;
}

#menu-header-main-menu.slick-slider .slick-arrow,
#menu-country-main-menu.slick-slider .slick-arrow{
	min-height: 32px;
}

#menu-header-main-menu.slick-slider .slick-arrow:before,
#menu-country-main-menu.slick-slider .slick-arrow:before{
    opacity: 1;
    font-size: unset;
}

#menu-header-main-menu.slick-slider .slick-prev::before,
#menu-country-main-menu.slick-slider .slick-prev::before{
    content: url('/wp-content/uploads/2024/07/header-arrow-prev.svg');
}

#menu-header-main-menu.slick-slider .slick-next::before,
#menu-country-main-menu.slick-slider .slick-next::before{
    content: url('/wp-content/uploads/2024/07/header-arrow-next.svg');
}

.whb-header-bottom-inner .whb-col-center > div:nth-child(2) ul li{
	margin: 0 22px !important;
}

@media (max-width:520px){
    html body.home header.whb-header .whb-header-bottom{
        border-top: 0px !important;
        margin-top: 0 !important;
        background-color: #005A96 !important;
    }
    
    html body.home header.whb-header .whb-header-bottom .container{
        padding-left: 0px;
        padding-right: 0px;
    }
    
    .whb-general-header{
        background-image: none;
    }
    
    .whb-general-header .container .whb-general-header-inner{
        margin-top: 0px;
    }
    
    .whb-header-bottom .container .whb-header-bottom-inner .whb-col-mobile{
        width: 100%;
    }

    .whb-header-bottom .container .whb-header-bottom-inner .whb-col-mobile .wd-header-nav:first-child{
        overflow-x: auto;
        margin: 0 10px;
    }

    .whb-header-bottom .whb-col-mobile .wd-header-secondary-nav ul#menu-header-menu{
        flex-wrap: nowrap;
    }

    .whb-header-bottom .whb-col-mobile .wd-header-secondary-nav ul#menu-header-menu .menu-item .int-link{
        color: #fff;
        font-size: 12px;
        line-height: 20px;
    }

    .whb-header-bottom .whb-col-mobile .wd-header-secondary-nav ul#menu-header-menu .menu-item{
        padding: 0 10px;
        min-width: 104px;
    }

    .whb-header-bottom .container .whb-header-bottom-inner .whb-col-mobile .wd-header-nav:last-child{
        background-color: #F3F4EF;
        padding: 3px 0;
        margin: 0 10px;
    }

	.whb-header-bottom .container .whb-header-bottom-inner .whb-col-mobile .wd-header-nav:last-child #menu-header-main-menu,
    .whb-header-bottom .container .whb-header-bottom-inner .whb-col-mobile .wd-header-nav:last-child #menu-country-main-menu{
        position: relative;
    }

    .whb-header-bottom .container .whb-header-bottom-inner .whb-col-mobile .wd-header-nav:last-child #menu-header-main-menu:before,
    .whb-header-bottom .container .whb-header-bottom-inner .whb-col-mobile .wd-header-nav:last-child #menu-header-main-menu:after,
    .whb-header-bottom .container .whb-header-bottom-inner .whb-col-mobile .wd-header-nav:last-child #menu-country-main-menu:before,
    .whb-header-bottom .container .whb-header-bottom-inner .whb-col-mobile .wd-header-nav:last-child #menu-country-main-menu:after{
        content: '';
        position: absolute;
        left: 0px;
        background-color: #DEC0B9;
        width: 100%;
        height: 1px;
    }

    .whb-header-bottom .container .whb-header-bottom-inner .whb-col-mobile .wd-header-nav:last-child #menu-header-main-menu:before,
    .whb-header-bottom .container .whb-header-bottom-inner .whb-col-mobile .wd-header-nav:last-child #menu-country-main-menu:before{
        top: 0px;
    }

    .whb-header-bottom .container .whb-header-bottom-inner .whb-col-mobile .wd-header-nav:last-child #menu-header-main-menu:after,
    .whb-header-bottom .container .whb-header-bottom-inner .whb-col-mobile .wd-header-nav:last-child #menu-country-main-menu:after{
        bottom: 0px;
    }
    
	.whb-header-bottom .container .whb-header-bottom-inner .whb-col-mobile .wd-header-nav:last-child #menu-header-main-menu .slick-list,
    .whb-header-bottom .container .whb-header-bottom-inner .whb-col-mobile .wd-header-nav:last-child #menu-country-main-menu .slick-list{
        position: relative;
        z-index: 3;
        padding: 0 30px;
    }
    
    .whb-header-bottom .container .whb-header-bottom-inner .whb-col-mobile .wd-header-nav:last-child #menu-header-main-menu li a,
    .whb-header-bottom .container .whb-header-bottom-inner .whb-col-mobile .wd-header-nav:last-child #menu-country-main-menu li a{
        white-space: nowrap;
        font-size: 11px;
        line-height: 12px;
        font-weight: 500;
        height: 32px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        padding: 2px 16px;
        color: #9E4D38;
        border: 1px solid transparent;
    }
    
    .whb-header-bottom .container .whb-header-bottom-inner .whb-col-mobile .wd-header-nav:last-child #menu-header-main-menu li a.mPS2id-clicked,
    .whb-header-bottom .container .whb-header-bottom-inner .whb-col-mobile .wd-header-nav:last-child #menu-header-main-menu li a.mPS2id-highlight,
    .whb-header-bottom .container .whb-header-bottom-inner .whb-col-mobile .wd-header-nav:last-child #menu-country-main-menu li a.mPS2id-clicked,
    .whb-header-bottom .container .whb-header-bottom-inner .whb-col-mobile .wd-header-nav:last-child #menu-country-main-menu li a.mPS2id-highlight{
        border: 1px solid #9E4D38;
        background-color: #DEC0B9;
    }
    
    .whb-header-bottom .container .whb-header-bottom-inner .whb-col-mobile .wd-header-nav:last-child #menu-header-main-menu .menu-item,
    .whb-header-bottom .container .whb-header-bottom-inner .whb-col-mobile .wd-header-nav:last-child #menu-country-main-menu .menu-item{
        margin: 0 10px;
    }

	#menu-header-main-menu.slick-slider .slick-arrow,
    #menu-country-main-menu.slick-slider .slick-arrow{
        min-height: auto;
        width: 35px;
        height: 30px;
        /* background: rgb(231,232,227); */
        z-index: 5;
        background-repeat: no-repeat;
        background-size: cover;
    }
    .whb-main-header .whb-top-bar .marquee {
    	max-width: calc(100vw - 16px) !important;
    }
    
    #menu-header-main-menu.slick-slider .slick-prev,
    #menu-country-main-menu.slick-slider .slick-prev{
        left: 0px;
        background-image: url('https://timescadev.wpenginepowered.com/wp-content/uploads/2024/06/newleft-background-gradient.svg');
        /*background: -moz-linear-gradient(90deg, rgba(231,232,227,1) 0%, rgba(231,232,227,0) 100%);
        background: -webkit-linear-gradient(90deg, rgba(231,232,227,1) 0%, rgba(231,232,227,0) 100%);
        background: linear-gradient(90deg, rgba(231,232,227,1) 0%, rgba(231,232,227,0) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e7e8e3",endColorstr="#e7e8e3",GradientType=1);*/
    }

    #menu-header-main-menu.slick-slider .slick-next,
    #menu-country-main-menu.slick-slider .slick-next{
        right: 0px;
        background-image: url('https://timescadev.wpenginepowered.com/wp-content/uploads/2024/06/right-background-img.svg');
        /*background: -moz-linear-gradient(270deg, rgba(231,232,227,1) 0%, rgba(231,232,227,0) 100%);
        background: -webkit-linear-gradient(270deg, rgba(231,232,227,1) 0%, rgba(231,232,227,0) 100%);
        background: linear-gradient(270deg, rgba(231,232,227,1) 0%, rgba(231,232,227,0) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e7e8e3",endColorstr="#e7e8e3",GradientType=1);*/
    }

    
    .gtranslate_wrapper .select2-container{
        min-width: auto !important;
    }
   
    .whb-top-bar-inner .set-cont-mb-s { padding-inline: 0 !important; }
	.gtranslate_wrapper .select2-container--default .select2-selection--single{
        background: url(https://timescadev.wpenginepowered.com/wp-content/uploads/2024/07/Icontmcaglob.svg) no-repeat center !important;
        width: 28px;
    }
    .whb-general-header .container .whb-general-header-inner .whb-column .site-logo {     padding-inline:0 !important; padding:0 !important;    }
    .gtranslate_wrapper .select2-container--default .select2-selection--single:hover, .select2-container--default.select2-container--open .select2-selection--single {
    border-color: #9e4d3800 !important;
}
.whb-general-header .container .whb-general-header-inner .whb-column.whb-mobile-right .wd-header-text { padding-inline: 5px !important; }
    .gtranslate_wrapper .select2-container--default .select2-selection--single span.select2-selection__rendered{
        display: none;
    }

    .gtranslate_wrapper .select2-container--default .select2-selection--single span.select2-selection__rendered:before,
    .gtranslate_wrapper .select2-container--default .select2-selection--single span{
        display: none;
    }
    
    .select2-container--open .select2-dropdown--below{
        width: 100px !important;
        left: -70px !important;
    }
    
    #menu-header-main-menu.slick-slider .slick-arrow:before,
    #menu-country-main-menu.slick-slider .slick-arrow:before{
        z-index: 1;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
    }

    #menu-header-main-menu.slick-slider .slick-prev::before,
    #menu-country-main-menu.slick-slider .slick-prev::before{
        content: url('/wp-content/uploads/2024/07/header-arrow-prev.svg');
        left: 12px;
    }

    #menu-header-main-menu.slick-slider .slick-next::before,
    #menu-country-main-menu.slick-slider .slick-next::before{
        content: url('/wp-content/uploads/2024/07/header-arrow-next.svg');
        right: 12px;
    }
	.cstm-category-timesca-mlc .leftysdjfko .cstm-p-item .cstm-cpt-content a{
        color: #000;
    }
    .cstm-category-timesca-mlc .cstm-cpt-content a:hover,
    .cstm-category-timesca-mlc .cstm-cpt-content a:hover .cstm-cpt-title,
    .cstm-category-timesca-mlc .business-sml-grid .cstm-cpt-title a:hover, 
    .cstm-category-timesca-mlc .leftysdjfko .cstm-cpt-title a:hover, 
    .cstm-category-timesca-mlc .rightsddowodl .cstm-cpt-title a:hover,
    .cstm-category-timesca-mlc .rightsddowodl .cstm-cpt-title, 
    .cstm-category-timesca-mlc .int-link,
    html body #cstm-post-list .cstm-post-list-items .cstm-post-content .cstm-post-title a:hover{
        color: unset !important;
    }
    
    .home-banner-section-wrap.stoy_main_lead_hvr .cstm-lead-story-title, 
    .home-banner-section-wrap a:hover .cstm-lead-story-title,
    #main-banner-sec .sub-lead-title p a:focus, 
    #main-banner-sec .sub-lead-title p a:hover{
        text-decoration: none !important;
    }

}

@media (max-width:480px){
	#for-mobile-menu{
        position: relative !important;
        margin-top: 0;
        margin-bottom: 0;
    }

    #for-mobile-menu .menu-header-main-menu-container{
        padding-bottom: 0px;
    }
    
    #home-page-layout-one-sec .vc_col-sm-9{
        padding: 0px;
    }
    
    .home_top_section{
        margin-left: 0px;
        margin-right: 0px;
    }
    
    .whb-header-bottom .whb-col-mobile .wd-header-secondary-nav ul#menu-header-menu .menu-item{
        padding: 0 10px;
        min-width: 104px;
    }
    
    header.whb-header .whb-header-bottom .whb-header-bottom-inner{
        height: 30px !important;
        max-height: 30px !important;
    }
    
    .whb-general-header{
        margin-top: 0px !important;
    }
    
    .mobile-main-menu-hide{
    	display: none !important;
    }
    
}
/* */


/* single post */
@media (max-width:520px){
    .single .whb-header .whb-general-header{
        border-bottom: 1px solid #005A96 !important;
    }
    
    html .single-post .content-layout-wrapper{
        padding-top: 37px !important;
    }
    
    html .single-post .main-page-wrapper{
        margin-top: -10px;
    }
    
    html .single-post .custom_main_container .wd-post-date.wd-style-with-bg{
        top: -17px;
    }

    .single .main-page-wrapper .post-single-page{
        margin-top: 5px;
    }
    
    html .single-post .article-inner .wd-entities-title{
        margin-bottom: 13px;
    }
    
}
#cstm-post-list .cstm-post-list-items .cstm-post-content .cstm-post-title{
	text-transform:none;
}


/* */