@import url("https://fonts.googleapis.com/css2?family=Baloo+Paaji+2:wght@400;500;600;700&family=Noto+Sans+JP:wght@100;400;500;700;900&display=swap");
html {
line-height: 1.15;
-webkit-text-size-adjust: 100%;
}  body {
margin: 0;
} main {
display: block;
} h1 {
font-size: 2em;
margin: 0.67em 0;
}  hr {
box-sizing: content-box;
height: 0;
overflow: visible;
} pre {
font-family: monospace, monospace;
font-size: 1em;
}  a {
background-color: transparent;
} abbr[title] {
border-bottom: none;
text-decoration: underline;
text-decoration: underline dotted;
} b,
strong {
font-weight: bolder;
} code,
kbd,
samp {
font-family: monospace, monospace;
font-size: 1em;
} small {
font-size: 80%;
} sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sub {
bottom: -0.25em;
}
sup {
top: -0.5em;
}  img {
border-style: none;
}  button,
input,
optgroup,
select,
textarea {
font-family: inherit;
font-size: 100%;
line-height: 1.15;
margin: 0;
} button,
input {
overflow: visible;
} button,
select {
text-transform: none;
} button,
[type="button"],
[type="reset"],
[type="submit"] {
-webkit-appearance: button;
} button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
border-style: none;
padding: 0;
} button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
outline: 1px dotted ButtonText;
} fieldset {
padding: 0.35em 0.75em 0.625em;
} legend {
box-sizing: border-box;
color: inherit;
display: table;
max-width: 100%;
padding: 0;
white-space: normal;
} progress {
vertical-align: baseline;
} textarea {
overflow: auto;
} [type="checkbox"],
[type="radio"] {
box-sizing: border-box;
padding: 0;
} [type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
height: auto;
} [type="search"] {
-webkit-appearance: textfield;
outline-offset: -2px;
} [type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
} ::-webkit-file-upload-button {
-webkit-appearance: button;
font: inherit;
}  details {
display: block;
} summary {
display: list-item;
}  template {
display: none;
} [hidden] {
display: none;
}  *,
*::before,
*::after {
box-sizing: inherit;
}
html {
box-sizing: border-box;
}  body,
button,
input,
select,
optgroup,
textarea {
color: #404040;
font-family: "Baloo Paaji 2",cursive;
font-size: 1rem;
line-height: 1.5;
}
h1,
h2,
h3,
h4,
h5,
h6 {
clear: both;
}
p {
margin-bottom: 1.5em;
}
dfn,
cite,
em,
i {
font-style: italic;
}
blockquote {
margin: 0 1.5em;
}
address {
margin: 0 0 1.5em;
}
pre {
background: #eee;
font-family: "Courier 10 Pitch", courier, monospace;
line-height: 1.6;
margin-bottom: 1.6em;
max-width: 100%;
overflow: auto;
padding: 1.6em;
}
code,
kbd,
tt,
var {
font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr,
acronym {
border-bottom: 1px dotted #666;
cursor: help;
}
mark,
ins {
background: #fff9c0;
text-decoration: none;
}
big {
font-size: 125%;
} body {
background: #fff;
}
hr {
background-color: #ccc;
border: 0;
height: 1px;
margin-bottom: 1.5em;
}
ul,
ol {
margin: 0 0 1.5em 3em;
}
ul {
list-style: disc;
}
ol {
list-style: decimal;
}
li > ul,
li > ol {
margin-bottom: 0;
margin-left: 1.5em;
}
dt {
font-weight: 700;
}
dd {
margin: 0 1.5em 1.5em;
} embed,
iframe,
object {
max-width: 100%;
}
img {
height: auto;
max-width: 100%;
}
figure {
margin: 1em 0;
}
table {
margin: 0 0 1.5em;
width: 100%;
} a {
color: #4169e1;
}
a:visited {
color: #800080;
}
a:hover,
a:focus,
a:active {
color: #191970;
}
a:focus {
outline: thin dotted;
}
a:hover,
a:active {
outline: 0;
} button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
border: 1px solid;
border-color: #ccc #ccc #bbb;
border-radius: 3px;
background: #e6e6e6;
color: rgba(0, 0, 0, 0.8);
line-height: 1;
padding: 0.6em 1em 0.4em;
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
border-color: #ccc #bbb #aaa;
}
button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
border-color: #aaa #bbb #bbb;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
color: #666;
border: 1px solid #ccc;
border-radius: 3px;
padding: 3px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
color: #111;
}
select {
border: 1px solid #ccc;
}
textarea {
width: 100%;
}  .site-tops {
background: #121214 none repeat scroll 0 0;
border-bottom: 1px solid #cccccc;
display: inline-block;
margin: 0 auto;
padding: 5px 0;
width: 100%;
}
.site-top {
margin: 0 auto;
max-width: 1200px;
width: 100%;
}
.site-top ul {
list-style: outside none none;
margin: 0;
padding: 0;
float:left;
}
.site-top ul li {
border-radius: 3px;
float: left;
height: 28px;
line-height: 30px;
margin: 0 10px 0 0;
padding: 3px 0 0;
text-align: center;
width: 30px;
}
.site-top .personal li {
background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
height: auto;
width: auto;
}
.site-top .address a {
color: #cccccc;
font-size: 15px;
text-decoration: none;
}
.site-top .address a:hover {
color: #FFEB5F;
}
.site-top .left-top-menu {
float: right;
margin: 2px 0 0 0;
}
.address a strong {
font-weight: 400;
color: #fff;
}
.site-top ul .facebook:hover {
background: #3b5998 none repeat scroll 0 0;
}
.site-top ul .twitter:hover {
background: #2e9edd none repeat scroll 0 0;
}
.site-top ul .youtube:hover {
background: #e52d27 none repeat scroll 0 0;
}
.site-top ul .instagram:hover {
background: #8941a7 none repeat scroll 0 0;
}
.engg a, .punn a {
color: #ffffff;
text-decoration: none;
text-transform: uppercase;
}
.site-top ul .engg, .site-top ul .punn {
height: auto;
line-height: 20px;
margin: 5px 10px 0 0;
padding: 0 10px;
width: auto;
position:relative;
}
.site-top ul .engg {
background: #555 none repeat scroll 0 0;
}
.site-top ul .punn, .site-top ul .engg:hover {
background: #cc0000 none repeat scroll 0 0;
}
.site-top ul .punn:before {
border-left: 6px solid rgba(0, 0, 0, 0);
border-right: 6px solid rgba(0, 0, 0, 0);
border-top: 7px solid #d4000e;
content: "";
display: block !important;
height: 6px;
position: absolute;
top: 20px;
left: 41%;
width: 6px;
}
.dat-tim > div {
float: left;
font-weight: 400;
}
.dat-tim > p {
float: right;
margin: 0;
padding: 0;
}
.dat-tim {
background: #1a1913 none repeat scroll 0 0;
border-left: 2px solid #ab9a47;
border-right: 1px solid #ab9a47;
color: #ffffb7;
display: table;
font-family: "Noto Sans JP",sans-serif;
font-size: 13px;
font-weight: 100;
list-style: outside none none;
margin: 0 0 -2px 0px;
padding: 0 10px;
position: relative;
width: 194px;
z-index: 9;
}
.logos {
float: left;
margin: 8px 0 3px;
}
.srch {
float: right;
margin: 0;
width: 77%;
position: relative;
}
.srch ul {
list-style: outside none none;
margin: 0;
padding: 0;
}
.srch li {
float: left;
margin: 7px 0 0 2%;
padding: 0;
width: 62%;
}
.feture-link {
margin: 7px 0 0 0;
}
.srch a {
color: #000000;
display: flex;
margin: 0;
padding: 0;
text-decoration: none;
}
.feture {
float: left;
margin: 0 15px 0 0;
}
.feture img {
border: 1px solid #333333;
min-height: 60px;
}
.site-branding {
display: table;
}
.site {
margin: 0 auto;
width: 100%;
}
.site-branding{
height: 94px;
margin: 0 auto;
max-width: 1200px;
width: 100%;
}
.middles {
margin: 30px auto;
max-width: 1200px;
width: 100%;
display: table;
}
.sliders {
float: left;
height: 299px;
overflow: hidden;
width: 680px;
}
.sliders iframe{margin-top:8px;}
.wppsac-post-slider.design-4 .slick-dots, .wppsac-post-date {
display: none!important;
}
.live-tv {
float: right;
height: 300px;
width: 500px;
}
.live-tv > h4, .sliders > h4, .schdule h4 {
background: #d40011 none repeat scroll 0 0;
float: left;
line-height: 20px;
margin: 0 0 -10px 12px;
padding: 2px 20px 0;
position: relative;
z-index: 999;
}
.live-tv a, .sliders > h4 a, .schdule a {
color: #ffffff;
font-family: "Noto Sans JP",sans-serif;
font-size: 23px;
font-weight: 500;
text-decoration: none;
text-transform: uppercase;
}
.trnds {
float: left;
margin: 0 0 0 13px;
width: 90%;
}
.trnds ul {
list-style: outside none none;
margin: 0;
padding: 0;
}
.trnds li {
border-right: 1px solid;
float: left;
margin: 0 15px 0 0;
display: contents;
padding: 0 15px 0 0;
}
.trnds li a {
color: #000000;
text-decoration: none;
font-weight: 500;
}
.schdule {
margin: 30px auto;
max-width: 1200px;
width: 100%;
}
.schdule > h4 {
margin: 0 0 10px;
}
.site-main h3::after, .widget-area .widget-title::after, .site-cat .a-sides .entry-header .entry-title::after, .site-cat .a-sides .page-header h1:after, .site-cat.stoo .widget-area h4:after, .site-cat.arch .widget-area h4:after, .site-cat.pag h4:after {
background: rgba(0, 0, 0, 0) url(//tvpunjab.com/vews/d99546dce6/img/logo-icon.png) no-repeat scroll center center;
content: "";
height: 30px;
position: absolute;
right: -29px;
top: 0;
width: 28px;
background-color: #D5010F;
}
.site-cat.stoo .bdp-post-carousel.bdp-design-2 .bdp-post-margin-content, .site-cat.arch .bdp-post-carousel.bdp-design-2 .bdp-post-margin-content, .site-cat.pag .bdp-post-carousel.bdp-design-2 .bdp-post-margin-content  {
display: none;
}
.entry-header h1 {
font-size: 26px;
font-weight: 500;
margin: 30px 0 0;
}
.foot .current-menu-item, .current_page_item {
border: none;
}
.site-cat.stoo .a-sides .entry-header .entry-title::after { display:none;}
.natt.tech-autoss .enters .world-widget .widget-title {
margin: 0 0 -30px;
}
.natt.tech-autoss, .natt.sportss {
margin: 20px 0 0;
}
.schdule h2.psac-post-title {
display: none;
}
.psac-post-image-bg::before {
background:rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
}
.schdule .wppsac-post-title, #secondary .wppsac-post-title, #text-7 .bdp-post-margin-content {
display: none!important;
}
#secondary .wppsac-post-carousel.design-1 .wppsac-carousel-slides { padding:0 !important;}
#primary {
display: inline-block;
float: left;
height: auto;
max-width: none;
position: relative;
text-align: center;
width: 100%;
}
#primary ul {
list-style: outside none none;
margin: 0;
padding: 0;
}
#primary ul li {
clear: both;
display: inline-block;
width: 100%;
}
.part-1 {
background: #ececed none repeat scroll 0 0;
display: inline-block;
margin: 0 0 30px;
padding: 30px 0 0;
width: 100%;
}
.natt {
margin: 0 auto;
max-width: 1200px;
}
.natt.worlds, .healths, .tech-autoss, .sportss {
display: inline-block;
margin: 0 auto;
max-width: 1200px;
width: 100%;
text-align: left;
}
.enters {
background: #fbfbfb none repeat scroll 0 0;
float: right;
min-height: 471px;
padding: 20px 20px 0;
width: 35%;
border: 1px solid #e3e3e3;
}
.nationals {
box-sizing: border-box;
display: inline-block;
float: left;
margin: 0 auto 10px;
padding: 20px 0 0;
width: 63.2%;
text-align: left;
}
.midd {
float: left;
width: 62%;
}
.natt.worlds .world {
width: 64%;
}
.healths .enters.mixx .world-widget + .world-widget .widget-title {
margin: 15px 0 20px;
}
.enters.mixx .bdp-medium-6 .bdp-post-image-bg {
margin: 0 20px 0 0;
text-align: left;
}
.enters.mixx .bdp-medium-6 h2 a {
font-size: 19px;
font-weight: 500!important;
}
.world, .health, .tech-autos, .sports {
float: left;
display: inline-block;
margin: 0 auto;
width: 100%;
}
.tech-autos {
margin: 30px 0 0;
}
.world .bdp-columns, .tech-autos .bdp-columns {
padding: 0 20px 0 0;
}
.natt.healths .enters {
background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
border: medium none;
margin: 34px 0 0;
padding: 0;
}
.enters.mixx .bdp-post-carousel-wrp {
margin: -37px 0 0;
padding: 53px 0 0;
}
.healths .enters .world-widget .widget-title {
margin: 3px 0 -33px;
}
.enters.mixx .bdp-post-carousel .slick-arrow {
top: -50px;
}
.site-cat.stoo .widget-area h4, .site-cat.arch .widget-area h4, .site-cat.pag h4 {
background: #d40011 none repeat scroll 0 0;
color: #ffffff;
float: left;
font-family: "Noto Sans JP",sans-serif;
font-size: 20px;
font-weight: 500;
line-height: 20px;
margin: 0 0 -30px;
padding: 4px 10px 6px;
position: relative;
text-transform: uppercase;
}
.site-cat.arch #secondary {
margin: 35px 0 0;
}
.trend {
background: #121214 none repeat scroll 0 0;
border-bottom: 1px solid #cccccc;
display: table;
margin: 10px auto 0;
max-width: 1200px;
padding: 0;
width: 100%;
}
.trends {
margin: 0 auto;
max-width: 1200px;
display:flex;
}
.trend h4 {
background: #d4000e none repeat scroll 0 0;
border-radius: 3px;
color: #ffffff;
font-weight: 600;
float: left;
font-size: 15px;
margin: 0;
padding: 0 10px;
text-transform: uppercase;
}
.mid-2 {
display: inline-block;
margin: 0 auto;
width: 100%;
}
#secondary {
width: 400px;
float: right;
} .widget-area .widget-title {
background: #d40011 none repeat scroll 0 0;
color: #fff;
float: left;
font-family: "Noto Sans JP",sans-serif;
font-size: 20px;
font-weight: 500;
line-height: 20px;
margin: 0 0 15px;
padding: 4px 10px 6px;
position: relative;
text-transform: uppercase;
}
.enters .widget-title, #text-7 .widget-title {
margin: 0 0 -30px;
}
.site-main h3 {
background: #d40011 none repeat scroll 0 0;
color: #ffffff;
float: left;
font-family: "Noto Sans JP",sans-serif;
font-size: 20px;
font-weight: 500;
line-height: 20px;
margin: 0 0 20px;
padding: 4px 10px 6px;
position: relative;
text-decoration: none;
text-transform: uppercase;
}
.site-main h3 a { color:#fff; text-decoration:none; }
#primary .bdp-post-title > a {
color: #121212;
font-weight: 600;
}
.site-main .bdp-inline-grid .bdp-post-title > a {
font-size: 19px;
}
.enters .bdp-post-title {
line-height: 29px;
}
.part-1 .enters .bdp-post-carousel.bdp-design-2 .bdp-post-margin-content {
background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
display: block;
margin: 0 auto;
max-width: 100%;
padding: 20px 0 0;
position: relative;
}
.enters .bdp-post-carousel.bdp-design-2 .bdp-post-margin-content {
display: none;
}
.worlds .enters {
background: none;
margin: 50px 0 0;
min-height: 640px;
border: none;
padding: 0;
}
.related-w {
box-sizing: border-box;
margin: 0 auto;
width: 100%;
}
.related-s {
clear: both;
display: inline-block;
margin: 0 0 20px;
width: 100%;
}
.site-cat.stoo .thumbss {
float: left;
height: 120px;
margin: 0 20px 0 0;
overflow: hidden;
}
.enters .bdp-post-title, .enters .world-widget p {
margin: 0 !important;
}
.enters .world-widget .widget-title {
margin: -50px 0 20px 0;
}
.enters .world-widget .bdp-columns {
margin: 0;
padding: 0;
}
.enters .bdp-post-carousel .bdp-post-image-bg {
max-height: 280px;
overflow: hidden;
}
.natt .nationals .bdp-post-image-bg img, .natt .health .bdp-post-image-bg img, .natt .sports .bdp-post-image-bg img {
width: 100%;
}
.natt .world .bdp-post-image-bg, .natt .tech-autos .bdp-post-image-bg {
text-align: left;
height: 163px;
overflow: hidden;
}
#primary .natt.worlds .bdp-post-title > a {
font-size: 19px;
font-weight: 500;
}
#primary .natt.worlds .bdp-medium-6 {
width: 45%;
}
#primary .natt.worlds .bdp-post-title > a {
font-size: 19px;
font-weight: 500;
}
.natt.worlds .bdp-post-list {
margin: 0;
}
#primary .natt.worlds .enters .bdp-columns + .bdp-columns {
width: 54%;
}
.v-more {
background: #d40011 none repeat scroll 0 0;
margin: 30px auto 0;
text-align: center;
width: 30%;
}
.v-more > a {
color: #ffffff;
font-family: "Noto Sans JP",sans-serif;
text-decoration: none;
text-transform: uppercase;
font-size: 14px;
font-weight: normal;
}
#secondary .bdp-post-image-bg img {
min-height: 225px;
}
#secondary .wppsac-post-carousel.design-1 .wppsac-post-image-bg {
width: 100%;
}
#primary .bdp-post-masonry.bdp-design-1 .bdp-post-grid-content .bdp-post-title > a, #secondary .bdp-post-list-content .bdp-post-title > a, .r-title a {
color: #121212;
font-size: 19px;
font-weight: 500;
width: 100%;
text-decoration: none;
}
#primary .bdp-post-masonry.bdp-design-1 .bdp-post-grid-content .bdp-post-title, #secondary .bdp-post-list-content .bdp-post-title {
line-height: 27px;
text-align: left;
}
#primary .bdp-post-masonry.bdp-design-1 .bdp-post-grid-content .bdp-post-image-bg img {
min-height: 163px;
}
#primary .bdp-post-grid.bdp-medium-4.bdp-columns {
min-height: 318px;
}
.pro {
background: #212126 none repeat scroll 0 0;
border-top: 6px solid #d4000e;
color: #ced2d9;
margin: 0;
min-height: 272px;
padding: 20px;
}
.natt.healths .textwidget > p {
margin-bottom: 0;
}
.promoo {background: #D4000E;
color: #fff;
display: inline-block;
font-size: 12px;
font-style: normal;
font-weight: 700;
letter-spacing: 1px;
line-height: 13px;
padding: 6px 12px 4px;
position: relative;
margin: 0 auto 16px 26px;
text-transform: uppercase;
height: 25px;
}
.promoo::before {
background: #D4000E url(//tvpunjab.com/vews/d99546dce6/img/logo-icon.png) no-repeat scroll 0 0 / 24px 24px;;
background-size: 24px 24px;
content: '';
position: absolute;
top: 0;
height: 25px;
left: -24px;
width: 25px;
border-right: 1px solid #fff;
}
.promoo > a {
color: #ffffff;
font-family: "Noto Sans JP",sans-serif;
font-size: 14px;
text-decoration: none;
text-transform: uppercase;
}
.pro h5 {
color: #ffffff;
display: block;
font-family: "Noto Sans JP",sans-serif;
font-size: 28px;
font-style: normal;
font-weight: 500;
line-height: 30px;
margin: 10px 0 13px;
text-transform: none;
}
.pro > p {
margin: 0;
}
#secondary .bdp-post-list-content .bdp-post-image-bg img {
min-height: auto;
}
#secondary .bdp-post-list-content .bdp-medium-6 {
width: 34%;
}
#secondary .bdp-post-list-content .bdp-medium-6 + .bdp-medium-6 {
width: 60%;
}
#secondary .bdp-post-list {
margin: 0;
}
.bdp-post-grid-content .bdp-post-meta {
text-align: left;
margin: 0 0 0 -6px;
}
footer#colophon {
background: #090802 none repeat scroll 0 0;
clear: both;
color: #ffffff;
margin: 30px 0 0;
padding: 20px 0 0;
text-align: center;
}
.foot {
display: inline-block;
margin: 8px auto 10px;
max-width: 1200px;
text-align: left;
width: 100%;
}
.foot .world-widget {
float: left;
margin: 0 60px 0 0;
}
.foot-m {
background: #0f0e08 none repeat scroll 0 0;
padding: 7px 0 12px;
}
.foot .world-widget ul {
list-style: outside none none;
margin: 0;
padding: 0;
}
.foot .menu-item-home {
margin: 0;
}
.foot a {
color: #cccccc;
text-decoration: none;
}
.foot a:hover {
color: #F8F38D;
}
.foot .widget-title {
margin: 0 0 5px;
}
.foot-m .world-widget {
margin: 0 auto;
max-width: 1200px;
width: 100%;
}
.foot-m .menu {
display: flex;
justify-content: center;
list-style: outside none none;
margin: 0;
padding: 0;
text-align: center;
text-decoration: none;
}
.foot-m .menu li {
align-content: center;
align-items: center;
float: none;
padding: 10px 10px;
position: unset;
}
.foot-m .menu li a {
color: #cccccc;
text-decoration: none;
}
.foot-m .current-menu-item, .current_page_item {
border: none;
}
.socialss li {
float: left;
margin: 0 11px 10px 0;
}
.aapp li {
float: left;
margin: 0 10px 0 0;
}
.site-info {
margin: 0 auto;
max-width: 1200px;
width: 100%;
text-align: center;
}
.site-info a {
color: #fff;
text-decoration: none;
text-transform: uppercase;
}
.site-cat {
margin: 0 auto;
max-width: 1200px;
text-align: left;
}
.a-sides {
float: left;
width: 64%;
}
.site-cat #secondary {
margin: 41px 0 0;
}
.site-cat #secondary .bdp-columns + .bdp-columns {
padding: 0 0 0 20px;
}
.site-cat #secondary .bdp-columns {
padding: 0;
}
.site-cat .widget-area .widget-title {
margin: 0 0 23px;
}
.site-cat.pag .a-sides .entry-header .entry-title, .site-cat .a-sides .page-header h1 {
background: #d40011 none repeat scroll 0 0;
color: #ffffff;
display: inline-block;
font-size: 20px;
font-weight: 500;
height: 30px;
line-height: 20px;
margin: 35px 0 0;
padding: 7px 10px 6px;
position: relative;
text-transform: uppercase;
}
.site-cat.stoo .entry-content {
color: #000000;
font-size: 18px;
}
.site-cat.stoo .entry-meta {
margin: 0 0 10px;
border-top: 1px solid #ededf0;
padding: 5px 0 0;
font-size: 15px;
text-decoration: none;
}
.site-cat.stoo .entry-meta a {
color: #b00;
font-size: 15px;
text-decoration: none;
}
.site-cat.arch .page-header {
margin: 0 0 23px;
}
.site-cat.arch .thumbss {
float: left;
width: 300px;
}
.site-cat.arch .entry-header {
float: left;
margin: 0 0 0 30px;
width: 57%;
}
.site-cat.arch article {
clear: both;
display: inline-block;
width: 100%;
}
.site-cat.arch .entry-header a {
color: #000000;
font-weight: normal;
text-decoration: none;
}
.site-cat.arch .entry-title {
margin: 0;
}
.entry-footer span {
clear: both;
display: inline-block;
}
.tags-links a {
margin: 0 3px 10px 7px;
text-decoration: none;
border: 1px solid #ccc;
padding: 0 10px;
display: inline-block;
border-radius: 50px;
color: #000;
border-top: none;
}
#tab_container_5580 .wpsm_nav-tabs > li {
width: auto;
}
#tab_container_5580 .tab-content {width: 100%!important;}
.srchh {
float: right;
margin: 22px 0 0;
position: absolute;
right: 0;
}
.vrsion {
display: none;
}
.site-header .search-form {
position: relative;
}
.site-header .search-field {
background-color: transparent;
background-image: url(//tvpunjab.com/vews/d99546dce6/img/search.png);
background-position: 5px center;
background-repeat: no-repeat;
background-size: 24px 24px;
border: none;
cursor: pointer;
height: 37px;
margin: 3px 0;
padding: 0 0 0 34px;
position: relative;
-webkit-transition: width 400ms ease, background 400ms ease;
transition:         width 400ms ease, background 400ms ease;
width: 0;
}
.site-header .search-field:focus {
background-color: #fff;
border: 2px solid #c3c0ab;
cursor: text;
outline: 0;
width: 230px;
}
.search-form
.search-submit {
display:none;
}
.part-1 .bdp-post-image-bg img {
width: 100%;
}
.wppsac-post-slider .wppsac-post-categories ul.wppsac-post-categories-list li + li + li {
display: none!important;
}
.sports .bdp-s-medium-3, .health .bdp-s-medium-3, .nationals .bdp-s-medium-3 {
width: 32%;
}
.sports .bdp-s-medium-9, .health .bdp-s-medium-9, .nationals .bdp-s-medium-9 {
width: 68%;
}
.adss {
margin: 30px 0 30px;
}
.health .bdp-post-image-bg, .sports .bdp-post-image-bg {
max-height: 371px;
overflow: hidden;
}
.relpost-custom-block-single {
height: auto!important;
}
.relpost-thumb-wrapper {
margin: 0 0 30px;
}
.relpost-block-single {
margin: 0 10px 0 0!important;
padding: 6px 6px 6px 0!important;
text-align: left!important;
} .main-navigation {
border-bottom: 1px solid #cccccc;
border-top: 1px solid #cccccc;
clear: both;
display: block;
width: 100%;
}
#primary-menu {
margin: 0 auto;
max-width: 1200px;
width: 100%;
}
.menu-item-home {
margin: 0 0 0 20px;
}
.menu-item-home::before {
background: rgba(0, 0, 0, 0) url(//tvpunjab.com/vews/d99546dce6/img/home.png) no-repeat scroll center center;
content: "";
height: 21px;
left: -21px;
position: absolute;
top: 10px;
width: 25px;
}
#menu-item-37,#menu-item-53993 {
background: #d4000e none repeat scroll 0 0;
border-radius: 3px;
height: 21px;
line-height: 19px;
margin:12px 15px;
padding: 0 11px 0 24px;
}
#menu-item-53993 {padding: 0 10px;
margin-left: 5px;}
#menu-item-53993 a{color:#fff;}
#menu-item-37::before {
background: #ffffff none repeat scroll 0 0;
border-radius: 100%;
content: "";
height: 8px;
left: 10px;
position: absolute;
top: 7px;
width: 8px;
}
#menu-item-29 {
background: #f8f38d none repeat scroll 0 0;
border-radius: 3px;
height: 21px;
line-height: 19px;
margin: 12px 0 0 10px;
padding: 0 11px 0 49px;
}
#menu-item-29::before {
background: rgba(0, 0, 0, 0) url(//tvpunjab.com/vews/d99546dce6/img/corona.png) no-repeat scroll center center;
content: "";
height: 34px;
left: 10px;
position: absolute;
top: -5px;
width: 34px;
}
#menu-item-40 {
background: #111111 none repeat scroll 0 0;
border-radius: 3px;
height: 21px;
line-height: 19px;
margin: 12px 0 0 10px;
padding: 0 11px;
}
#menu-item-40 a, #menu-item-37 a {
color:#fff;
}
#menu-item-29 a {
color: #000000;
}
#menu-item-40::before {
background: rgba(0, 0, 0, 0) url(//tvpunjab.com/vews/d99546dce6/img/live.png) no-repeat scroll center center;
content: "";
height: 13px;
position: absolute;
right: -6px;
top: -9px;
width: 33px;
}
.current-menu-item, .current_page_item {
border-bottom: 2px solid #cc0000;
}
.main-navigation ul {
display: none;
list-style: none;
margin: 0;
padding-left: 0;
}
.main-navigation ul ul {
box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
float: left;
position: absolute;
top: 100%;
left: -999em;
z-index: 99999;
}
.main-navigation ul ul ul {
left: -999em;
top: 0;
}
.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
display: block;
left: auto;
}
.main-navigation ul ul a {
width: 200px;
}
.main-navigation ul li:hover > ul, .main-navigation ul li.focus > ul {
margin: 0 0 0 -9px;
left: auto;
background: #fff;
}
.main-navigation ul li:hover > ul li {
border-bottom: 1px dotted #ccc;
}
.main-navigation li {
float: left;
padding: 10px 15px;
position: relative;
}
.main-navigation a {
color: #000;
display: block;
font-family: "Noto Sans JP",sans-serif;
font-size: 16px;
font-weight: 500;
text-decoration: none;
}
.main-navigation a:hover {
color: #d4000e;
} .menu-toggle,
.main-navigation.toggled ul {
display: block;
}
.section-highlighs-wrapper span a:hover {
color: #ffffff;
}
.section-highlighs-wrapper span a::before {
background: rgba(0, 0, 0, 0) url(//tvpunjab.com/vews/d99546dce6/img/logo-icon.png) no-repeat scroll 0 0;
border-right: 1px solid #ffffff;
content: "";
height: 32px;
left: -30px;
position: absolute;
top: 0;
width: 32px;
}
.schedule-logo {
border-radius: 3%;
display: inline-block;
font-size: 18px;
height: auto;
letter-spacing: 0.03em;
margin: 0 0 10px !important;
opacity: 1;
padding: 7px 15px;
width: auto;
z-index: 999;
}
.schedule-logo a, .schedule-logo a:hover {
color: #ffffff;
display: inline;
text-transform: uppercase;
}
.square1, .square2, .square3, .square4, .square5, .square6, .square7, .square8, .square9, .square10, .square11 {
animation: 11s ease-in-out 0s normal none infinite running square1;
border-radius: 2%;
height: 9em;
margin: -1em auto auto -1em;
opacity: 0;
position: absolute;
transform-origin: 50% 50% 0;
width: 9em;
}
.square2 {
animation-delay: 2.5s;
border: 3px solid rgba(0, 0, 0, 0.6);
left: 50%;
top: 20%;
}
.square3 {
animation-delay: 5s;
border: 4px solid rgba(65, 65, 77, 0.4);
left: 10%;
top: 20%;
}
.square4 {
animation-delay: 1.5s;
background-color: #333333;
left: 70%;
top: 40%;
}
.square5 {
animation-delay: 4.8s;
background-color: #333333;
border: 5px solid rgba(65, 65, 77, 0.3);
left: 70%;
top: 40%;
}
.square6 {
animation-delay: 4.5s;
border: 9px solid rgba(65, 65, 77, 0.3);
left: 60%;
top: 40%;
}
.square7 {
animation-delay: 2.5s;
border: 4px solid rgba(65, 65, 77, 0.2);
left: 20%;
top: 50%;
}
.square8 {
animation-delay: 4s;
border: 3px solid rgba(139, 139, 153, 0.4);
left: 40%;
top: 20%;
}
.square9 {
animation-delay: 3.5s;
background-color: rgba(139, 139, 153, 0.3);
left: 50%;
top: 50%;
}
.square10 {
animation-delay: 3.3s;
border: 4px solid;
left: 50%;
top: 30%;
}
.square11 {
animation-delay: 4.7s;
border: 3px solid;
left: 20%;
top: 30%;
}
@keyframes square1 {
0% {
opacity: 0;
transform: scale(0);
}
33% {
opacity: 0.05;
}
66% {
opacity: 0.5;
}
99% {
opacity: 0;
}
100% {
transform: scale(1.7);
}
}
@media screen and (min-width: 37.5em) {
.menu-toggle {
display: none;
}
.main-navigation ul {
display: table;
}
}
@media (max-width: 620px) {
.Supportbutton{display:block !important}
.page-id-53947 .a-sides{margin: 0 2%;
width: 96%;}
.pmpro_table tr th{display:none;}
.nav-menu li:last-child{display:none;}
.logos {
margin: 10px 0 0 60px;
width: 133px;
}
.dat-tim, .site-tops {
display: none;
}
.custom-logo {
width: 100%;
}
.srch {
margin: 0;
width: auto;
}
.site-header .search-form {
position: absolute;
right: 10px;
top: 2px;
}
.srchh {
margin: 0;
width: 130px;
float: right;
}
.srch .vrsion {
display: block;
width: 100%;
margin: 12px 0 0 0;
}
.bdp-ticker-wrp>ul {
left: 120px !important;
}
.srch .engg a, .srch .punn a {
color: #fff;
}
.srch .vrsion li {
width: auto;
border-left: 1px solid #404040;
margin: 4px 0 0 5px;
line-height: 16px;
padding: 0 0 0 5px;
float: left;
}
.srch .vrsion li:first-child {
border: none;
}
.srch .srchh .punn a {
color: #EED042;
position: relative;
}
.srch .srchh .punn a:before {
border-left: 5px solid rgba(0, 0, 0, 0);
border-right: 5px solid rgba(0, 0, 0, 0);
border-top: 5px solid #EED042;
content: "";
display: block !important;
height: 6px;
position: absolute;
top: 15px;
left: 36%;
width: 6px;
}
.site-header .search-field {
background-image: url(//tvpunjab.com/vews/d99546dce6/img/search2.png);
}
.site-branding {
background: #000000 none repeat scroll 0 0;
height: auto;
}
.main-navigation {
border: medium none;
clear: none;
display: inline-block;
float: left;
margin: -33px 0 0 16px;
width: auto;
z-index: 2147483647;
}
.main-navigation button, .main-navigation button:focus {   outline:none;  }
.menu-toggle {
background: rgba(0, 0, 0, 0) url(//tvpunjab.com/vews/d99546dce6/img/menu.png) repeat scroll 0 0;
border: medium none;
border-radius: 0;
height: 21px;
width: 29px;
}
.main-navigation.toggled .menu-main-menu-container {
position: fixed;
background: #000000eb;
z-index: 999999999999999999;
left: 0;
bottom: 0;
width: 100%;
top: 0;
}
.main-navigation li {
float: none;
clear: both;
margin: 0 20px;
}
.main-navigation ul li:hover > ul, .main-navigation ul li.focus > ul {
position: relative;
background: transparent;
}
.menu-item-has-children:before {
border-left: 6px solid rgba(0, 0, 0, 0);
border-right: 6px solid rgba(0, 0, 0, 0);
border-top: 7px solid #fff;
content: "";
display: block !important;
height: 6px;
position: absolute;
top: 20px;
left: 41%;
width: 6px;
}
#menu-item-37, #menu-item-29, #menu-item-40 {
width: auto;
float: left;
margin: 12px 0 14px 30px;
}
#menu-item-40 {
border: 1px solid #555;
}
.main-navigation a {color:#fff;}
.bdp-ticker-title-cnt {
display: inline-block !important;
font-size: 15px !important;
height: 15px !important;
line-height: 15px !important;
margin: 0;
padding: 0 !important;
text-align: center;
width: 84px;
}
#bdp-ticker-1 > .bdp-ticker-title {
height: 17px !important;
line-height: 19px;
margin: 5px 0 0 10px;
}
.bdp-ticker-wrp > ul > li {
height: 22px;
line-height: 25px;
margin: 0 !important;
padding: 3px 0 0 !important;
}
.bdp-ticker-wrp > .bdp-ticker-navi > span { height:24px;}
.trend {
background: #201f19 none repeat scroll 0 0;
border: medium none;
padding: 3px 0 0;
margin: 0 auto 0;
}
.middles {
background: #ededf0 url(//tvpunjab.com/vews/d99546dce6/img/lin.png) repeat scroll 0 0;
display: inline-block;
margin: 0 auto 0;
padding: 20px 0;
}
.sliders {
width: 100%;
float: none;
}
.wppsac-post-slider h2.wppsac-post-title, .wppsac-post-carousel h2.wppsac-post-title {
bottom: 0;
line-height: 26px;
margin: 15px 20px 10px 0!important;
position: absolute;
}
.live-tv {
clear: none;
display: inline-block;
float: none;
height: auto;
margin: 20px 0 0;
width: 100%;
}
.sliders .wppsac-post-content, .sliders .wppsac-post-categories {
display: none;
}
.sliders .wppsac-post-slider.design-4 .wppsac-post-list-content .wp-medium-7 {
background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(0, 0, 0, 0) 0px, rgba(0, 0, 0, 0.99) 50%, rgba(0, 0, 0, 0.99) 100%) repeat scroll 0 0;
box-sizing: border-box;
margin: -80px 0 0;
min-height: 125px;
}
.live-tv > h4, .sliders > h4, .schdule h4 {
display: table;
float: none;
margin: 0 0 -12px 5px;
width: auto;
}
.live-tv a, .sliders > h4 a, .schdule a {
font-size: 15px;
}
.schdule {
margin: -10px auto 0;
}
.schdule img {
width: 100%;
}
.schdule .wppsac-post-carousel.design-1 .wppsac-carousel-slides {
margin: 0;
padding: 0;
}
.schdule .wppsac-post-carousel.design-1 .wppsac-post-image-bg {
margin: 0;
}
.natt, .nationals, .enters, .natt.worlds .world {
min-height: auto;
width: 100%;
}
.nationals {
padding: 0;
}
.nationals > h3 {
margin: 0 0 10px 10px;
}
.world .bdp-columns, .tech-autos .bdp-columns {
padding: 0;
}
.bdp-left-block .bdp-post-title, .bdp-left-block .bdp-post-meta {
margin: 0 0 0 13px !important;
}
.bdpgridbox-main.bdp-design-1 .bdp-left-block {
border-bottom: 1px solid #cccccc;
}
.site-cat.stoo .entry-meta {
margin: 0 0 12px;
border-top: 1px solid #ededf0;
padding: 8px 0 0;
font-size: 15px;
text-decoration: none;
}
.site-cat.stoo .entry-meta a {
color: #b00;
font-size: 15px;
text-decoration: none;
}
.natt.worlds .world .bdp-post-image-bg, .tech-autos .bdp-post-image-bg{
float: left;
margin: 0 20px 0 0;
width: 34%;
}
.enters.mixx .bdp-post-list .bdp-columns {
float: left;
margin: 0 0 0 10px;
width: 34%;
}
.enters.mixx .bdp-post-list .bdp-columns + .bdp-columns {
width: 60%;
margin: 0;
}
.natt.worlds .world .bdp-post-image-bg img, .tech-autos .bdp-post-image-bg img, .enters.mixx .bdp-post-list .bdp-post-image-bg img {
min-height: auto !important;
}
.natt.worlds .world .bdp-post-title, .tech-autos .bdp-post-title {
clear: none;
float: left;
width: 60%;
}
.enters.mixx .bdp-post-list .bdp-post-title {width:100%;}
#primary .bdp-post-grid.bdp-medium-4.bdp-columns {
min-height: auto !important;
}
.worlds .enters {
margin: 50px 0 20px;
min-height: auto;
}
.midd {
width: 100%;
}
.natt.worlds .world {
box-sizing: border-box;
margin: 0 10px;
width: 97%;
}
.enters .world-widget .widget-title {
margin: -50px 0 0 10px;
}
.relpost-block-single {
width: 100%;
}
.relpost-block-single-image {
float: left;
margin: 0 20px 0 0!important;
}
.relpost-custom-block-single {
height: auto!important;
width: 100%!important;
}
.relpost-block-single {
margin: 0 0 0 0!important;
padding: 6px 0 6px 0!important;
text-align: left!important;
}
.health h3 {
margin: 0 0 20px 10px;
}
.tech-autos {
margin: 0 14px;
width: 97%;
}
.sports > h3 {
margin: 0 0 20px 13px;
}
.healths .enters .world-widget .widget-title {
margin: 3px 0 -33px 13px;
}
.healths .enters.mixx .world-widget + .world-widget .widget-title {
margin: 15px 0 20px 10px;
}
.pro {
min-height: auto;
}
.foot .world-widget {
width: 88%;
margin: 0 6% 20px;
box-sizing: border-box!important;
position: relative;
max-width: 100%;
}
.aapp {
clear: both;
}
.pro {
margin: 0;
}
.a-sides {
float: none;
width: 100%;
}
.site-cat.stoo .entry-header {
margin: 0 10px;
}
.site-cat.stoo .entry-content {
margin: 0 10px;
}
.site-cat.stoo .entry-footer {
margin: 0 10px;
}
.site-cat #secondary {
box-sizing: border-box;
float: none;
margin: 0 2%;
width: 96%;
}
.bdp-post-image-bg img {width: 100%;}
.related-w {
box-sizing: border-box;
margin: 30px 2%;
width: 96%;
}
.related-s {
clear: both;
display: inline-block;
margin: 0 0 20px;
width: 100%;
}
.site-cat.stoo .thumbss {
float: left;
height: 80px;
margin: 0 20px 0 0;
overflow: hidden;
width: 120px;
}
.site-cat.stoo .thumbss img {
width: 100%;
}
.site-cat.arch {
margin: 0 2%;
width: 96%;
}
.sports .bdp-s-medium-3, .health .bdp-s-medium-3, .nationals .bdp-s-medium-3 {
width: 25%;
}
.sports .bdp-s-medium-9, .health .bdp-s-medium-9, .nationals .bdp-s-medium-9 {
width: 75%;
}
.site-cat.arch .thumbss {
width: 100%;
}
.site-cat.arch .thumbss img {
width: 100%;
}
.site-cat.arch .entry-header {
margin: 0 auto;
width: 100%;
}
#tab_container_5580 .wpsm_nav-tabs > li {
float: none !important;
width: 100%;
}
.postsubscribe-message a{display: inline-block;
padding: 5px !important;
line-height: 20px !important;
margin: 0 !important;}
}
.entry-content #tab_container_5580 .wpsm_nav-tabs > li > a {
font-size: 16px !important;
font-family: "Noto Sans JP",sans-serif!important;
}
#tab_container_5580 .bdp-post-title > a {font-family: "Noto Sans JP",sans-serif!important;}
.tab-content .bdp-post-image-bg {
text-align: left;
}
.tab-content .bdp-medium-6.bdp-columns:first-child {
width: auto;
padding: 0;
}
.tab-content .bdp-medium-6.bdp-columns { width: 58%;}
.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
margin: 0 0 1.5em;
}
.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
display: flex;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
flex: 1 0 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
text-align: end;
flex: 1 0 50%;
} .sticky {
display: block;
}
.post,
.page {
margin: 0 0 1.5em;
}
.updated:not(.published) {
display: none;
}
.page-content,
.entry-content,
.entry-summary {
margin: 1.5em 0 0;
}
.page-links {
clear: both;
margin: 0 0 1.5em;
} .comment-content a {
word-wrap: break-word;
}
.bypostauthor {
display: block;
} .widget {
margin: 0 0 30px;
}
.widget-area p {
margin: 0;
}
.widget select {
max-width: 100%;
} .page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
border: none;
margin-bottom: 0;
margin-top: 0;
padding: 0;
} .custom-logo-link {
display: inline-block;
} .wp-caption {
margin-bottom: 1.5em;
max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
display: block;
margin-left: auto;
margin-right: auto;
}
.wp-caption .wp-caption-text {
margin: 0.8075em 0;
}
.wp-caption-text {
text-align: center;
} .gallery {
margin-bottom: 1.5em;
display: grid;
grid-gap: 1.5em;
}
.gallery-item {
display: inline-block;
text-align: center;
width: 100%;
}
.gallery-columns-2 {
grid-template-columns: repeat(2, 1fr);
}
.gallery-columns-3 {
grid-template-columns: repeat(3, 1fr);
}
.gallery-columns-4 {
grid-template-columns: repeat(4, 1fr);
}
.gallery-columns-5 {
grid-template-columns: repeat(5, 1fr);
}
.gallery-columns-6 {
grid-template-columns: repeat(6, 1fr);
}
.gallery-columns-7 {
grid-template-columns: repeat(7, 1fr);
}
.gallery-columns-8 {
grid-template-columns: repeat(8, 1fr);
}
.gallery-columns-9 {
grid-template-columns: repeat(9, 1fr);
}
.gallery-caption {
display: block;
}   .infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
display: none;
} .infinity-end.neverending .site-footer {
display: block;
}   .screen-reader-text {
border: 0;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute !important;
width: 1px;
word-wrap: normal !important;
}
.screen-reader-text:focus {
background-color: #f1f1f1;
border-radius: 3px;
box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
clip: auto !important;
clip-path: none;
color: #21759b;
display: block;
font-size: 0.875rem;
font-weight: 700;
height: auto;
left: 5px;
line-height: normal;
padding: 15px 23px 14px;
text-decoration: none;
top: 5px;
width: auto;
z-index: 100000;
} #primary[tabindex="-1"]:focus {
outline: 0;
} .alignleft { float: left; margin-right: 1.5em;
margin-bottom: 1.5em;
}
.alignright { float: right; margin-left: 1.5em;
margin-bottom: 1.5em;
}
.aligncenter {
clear: both;
display: block;
margin-left: auto;
margin-right: auto;
margin-bottom: 1.5em;
} #primary .bdpp-post-title > a{color:#121212;font-weight:600;} .world .bdpp-post-title a,.health h2.wppsac-post-title a,.tech-autos h2.wppsac-post-title a,.sports h2.wppsac-post-title a,.mixx .textwidget .bdpp-post-title a{font-size:18px;color:#121212 !important;font-weight:600}
.trends .bdpp-ticker{background:#000}
.dat-tim {
display: none !important;}
.health .wppsac-wrap .wppsac-post-image,.sports .wppsac-wrap .wppsac-post-image,.tech-autos .wppsac-wrap .wppsac-post-image{height:200px;width:100%}
.blog .middles  .wppsac-post-slider.design-4 .wppsac-post-list-content .wp-medium-7{background:#000;color:#fff}
.middles .wppsac-post-slider.design-4 .wppsac-post-list-content .wppsac-post-title a{color:#fff}
#bdp-ticker-1{background:#000} .pmpro_price .pmpro_level_cost {
display: none;
}
.Supportbutton{
margin: 15px 0;}
.Supportbutton{display:
none;}
.Supportbutton a{color:#fff;padding: 0 10px;
margin-left: 5px;
color: #fff;
text-decoration: none;}