/*!
Theme Name: Ubiq TV
Theme URI: https://ubiqtv.com
Author: Ubiq TV
Author URI: https://ubiqtv.com
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: Ubiq-TV
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

TV Punjab is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
@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%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: "Noto Sans JP",sans-serif;
	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%;
}

/* Elements
--------------------------------------------- */
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;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
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;
}

/* Forms
--------------------------------------------- */
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%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
.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: 1px solid #eed347;
    border-right: 1px solid #eed347;
    color: #ffffb7;
    display: table;
    font-family: "Noto Sans JP",sans-serif;
    font-size: 15px;
    font-weight: 100;
    list-style: outside none none;
    margin: 0 0 -2px 1px;
    padding: 0 10px;
    position: relative;
    width: 202px;
    z-index: 9;
}
.logos {
    float: left;
    margin: 20px 0 3px;
    width: 100px;
}
.custom-logo {
    width: 100%;
}
.srch {
    float: right;
    margin: 7px 0 0;
    width: 77%;
}
.srch ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.srch li {
    background: #f3f3f3 none repeat scroll 0 0;
    float: left;
    margin: 0 0 0 2%;
    padding: 0;
    width: 42%;
}
.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{
    margin: 0 auto;
    max-width: 1200px;
    width: 100%;
}
#bdp-ticker-1 >ul>li>a:hover, #bdp-ticker-1>ul>li>a {
    color: #fff;
    font-size: 14px;
    font-weight: normal;
}
.middles {
    margin: 30px auto;
    max-width: 1200px;
    width: 100%;
    display: table;
    height: auto;
}
.sliders {
    float: left;
    width: 540px;
    height: 420px;
    overflow: hidden;
}
.middles .bdp-post-meta, .middles .bdp-post-tags, .wppsac-post-slider.design-4 .slick-dots, .wppsac-post-date {
    display: none!important;
}
.middles .bdp-post-title {
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(0, 0, 0, 0) 0px, rgba(0, 0, 0, 0.77) 50%, rgba(0, 0, 0, 0.99) 100%) repeat scroll 0 0;
    bottom: 0;
    left: 0;
    line-height: 23px;
    margin: 0 !important;
    padding: 70px 20px 20px;
    position: absolute;
    right: 0;
    text-align: left;
}
.middles .bdp-post-title a {
    color: #fff!important;
}
.middles .bdp-post-image-bg {
    background: #000000 none repeat scroll 0 0;
    min-height: 375px;
    height: 375px;
    overflow: hidden;
}
.middles .sliders .bdp-post-title {
    text-align: center;
    line-height: 24px;
}

.middles .sliders .bdp-post-title a {
    font-size: 24px;
    line-height: 34px;
    font-weight: 500;
}
.middles .bdp-post-carousel.bdp-design-1 .bdp-post-carousel-content { position:relative;}
.middles .slick-slide img {
    min-height: 220px;
	width:100%;
}
.middles .sliders > h4 {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    margin: 0 0 -28px 15px;
    padding: 2px 20px 0 0;
}
.sliders > h4::before,  .live-tv .widget-title::before, .site-cat .a-sides .entry-header .entry-title:before, .site-cat .widget-area .widget-title:before, .site-cat .a-sides .page-header .page-title:before {
    background: #d5010f none repeat scroll 0 0;
    content: "";
    height: 23px;
    left: -15px;
    position: absolute;
    width: 6px;
}
.site-cat .a-sides .entry-header .entry-title, .site-cat .a-sides .page-header .page-title {
    margin: 35px 0 0 17px!important;
    padding: 0!important;
}
.site-cat .a-sides article .entry-header .entry-title {
    margin: 20px 0 6px 0!important;
}
span.tags-links {
    clear: both;
    display: inline-block;
    margin: 20px 0 0;
}
span.tags-links a {
    color: #003471;
    text-decoration: none;
    background: #ccc;
    padding: 3px 10px 5px;
    margin: 0 0 10px;
    font-size: 13px;
    display: inline-block;
    border-radius: 27px;
}

.live-tv {
    float: left;
    height: 400px;
    margin: 0 0 0 26px;
    position: relative;
    width: 299px;
}
.live-tv > h4, .sliders > h4, .schdule h4 {
    background: #1b9edd none repeat scroll 0 0;
    float: left;
    line-height: 20px;
    margin: 0 0 -28px;
    padding: 2px 20px 0;
    position: relative;
    z-index: 999;
}
.live-tv a, .sliders > h4 a, .schdule a, .live-tv .widget-title{
    color: #000;
    font-family: "Noto Sans JP",sans-serif;
    font-size: 23px;
    font-weight: 500;
    text-decoration: none;
}

.middles .live-tv .bdp-post-image-bg {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid #cccccc;
    border-radius: 6px;
    float: left;
	display:none;
    margin: 0 0 11px;
    min-height: auto;
    overflow: hidden;
    width: 130px;
}
.middles .live-tv .bdp-post-title {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    clear: none;
    float: left;
    margin: 0 0 0 0 !important;
    padding: 0;
    position: relative;
    width: 100%;
}
.middles .live-tv .bdp-post-title a {
    color: #000000 !important;
    font-size: 15px;
    font-weight: normal;
}
.live-tv .widget-title {
    margin: -5px 0 16px 15px;
}
.live-tv .widget-title::before {
    top: 0;
    left: 0;
}
.live-tv .bdp-recent-post-items .bdp-post-li {
    padding: 0 0 11px !important;
    border-bottom: 1px dotted #666;
}
.live-tv .bdp-post-image-bg img {
    display: block;
    min-height: 100px;
    width: 100%;
}
.live-tv .bdp-post-meta {
    color: #5a6f88;
    display: block !important;
    float: left;
    margin: 5px 0 0 0 !important;
}
.live-tv.adds {
    clear: none !important;
    float: right;
    min-height: 419px;
    width: 300px;
}
.add2 {
    margin: 10px 0 0;
}
.epyt-gallery-title {
    font-size: 16px!important;
}
.site-cat.arch article {
    clear: both;
    display: inline-block;
    width: 100%;
}
.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 .entry-title {
    margin: 0;
}
.site-cat.arch .entry-header a {
    color: #000000;
    font-weight: normal;
    text-decoration: none;
}
.page-header {
    background: no-repeat;
    margin: 0 0 30px;
}


.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-cat .a-sides .page-header h1::after {
    height: 23px;
    left: -9px;
    top: 6px;
}
.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 .world .wpsm_nav li {
    clear: none;
    width: auto;
}
.part-1 {
    background: #ececed none repeat scroll 0 0;
    border-bottom: 2px solid #cccccc;
    border-top: 2px solid #cccccc;
    display: inline-block;
    margin: 0 0 10px;
    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: 76%;
    text-align: left;
}
.nationals.food {
    float: right;
    width: 23%;
}
#primary .nationals.food .bdp-post-list {
    background: #ffffff none repeat scroll 0 0;
    min-height: auto;
    padding: 10px;
}
.nationals .bdp-medium-6 + .bdp-medium-6.bdp-columns {
    line-height: 20px;
    width: 55%;
    margin: -6px 0  0 0;
}
.nationals .bdp-medium-6 {
    margin: 0 12px 0 0;
    padding: 0;
    width: 36%;
}
#primary .nationals .bdp-medium-6 + .bdp-medium-6.bdp-columns h2 a {
    font-size: 15px;
    font-weight: normal;
}
#primary .nationals .bdp-post-list {
    clear: none;
    float: left;
    overflow: hidden;
    margin: 0 0 20px;
    width: 303px;
    display: inline-block;
    height: 115px;
}
.nationals .bdp-post-meta {
    margin: 0;
}
.midd {
    float: left;
    width: 62%;
}
.natt.worlds .world {
    width: 75%;
}
.healths .enters.mixx .world-widget + .world-widget .widget-title {
    margin: 30px 0 -30px;
}
.world, .health, .tech-autos, .sports {
    float: left;
    display: inline-block;
    margin: 0 auto;
    width: 100%;
}
.tech-autos {
    margin: 80px 0 0;
}
.tech-autos + .tech-autos {
    margin: 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;
    position: sticky;
    padding: 0;
    top: 100px;
    display: inline-block;
}
.healths .enters .world-widget .widget-title {
    margin: -50px 0 0 15px;
}



.trend {
    background: #fff;
    border-bottom: 1px solid #cccccc;
    display: table;
    box-shadow: 0 0 11px -6px;
    padding: 7px 0 0;
    width: 100%;
}
.trends {
    margin: 0 auto;
    max-width: 1200px;
    width: 100%;
}

.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: table;
    margin: 0 auto;
    width: 100%;
}
#secondary {
    width: 400px;
    float: right;
    display: inline-block;
    box-sizing: border-box;
    position: sticky;
    top: 45px;
}

/**.widget-area .widget-title {
    background: rgba(0, 0, 0, 0) linear-gradient(#CA9F2B, #FFEA56, #CA9F2B, #FFEA56) repeat scroll 0 0;
    color: #000;
    float: left;
    font-family: "Noto Sans JP",sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    margin: 3px 0 -28px 10px;
    padding: 1px 10px 1px;
    position: relative;
    text-transform: uppercase;
    border: 1px solid #CA9F2B;
}
*/

.widget-area .widget-title {
    color: #041932;
    float: left;
    font-family: "Noto Sans JP",sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 20px;
    margin: 0 0 15px;
    padding: 0 10px 0 4px;
    position: relative;
    text-transform: uppercase;
}
.enters .widget-title, #text-7 .widget-title {
    margin: 0 0 -30px;
}
.site-main h3, .o-story .tt {
    color: #d5010f;
    float: left;
    font-family: "Noto Sans JP",sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 20px;
    margin: 0 0 20px 0;
    padding: 0;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
}
.sliders > h4 a, .live-tv .widget-title {
    text-transform: uppercase;
}
.o-story .tt {
    float: none;
}
.site-main h3 a, .tt a {
    color: #d5010f;
    font-size: 23px;
    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;
}
.enters .world-widget .bdp-post-title {
    line-height: 23px;
	font-weight: normal;
}
#primary  .enters .world-widget .bdp-post-title a {
	font-weight: normal;
	font-size: 17px;
}
.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.mixx .bdp-post-image-bg {
    width: 30%;
    text-align: left;
    margin: 0 15px 0 0;
    float: left;
}

.enters.mixx .bdp-post-title {
    clear: none;
}
.enters .bdp-post-title > a {
    font-size: 17px!important;
    font-weight: normal!important;
}
.enters .bdp-post-carousel.bdp-design-2 .bdp-post-margin-content {
    display: none;
}
.worlds .enters {
    background: #ececed none repeat scroll 0 0;
    margin: 41px 0 0;
    min-height: 640px;
}
.enters .bdp-post-title {
    margin: 0 !important;
}
.enters .world-widget .widget-title {
    margin: -61px 0 20px -6px;
}
.enters .world-widget .bdp-columns {
    margin: 0;
    padding: 0;
}
.natt.worlds .bdp-post-image-bg {
    height: 177px;
    overflow: hidden;
    text-align: left;
}
.natt.worlds .enters .bdp-post-image-bg {
    height: auto !important;
}

#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;
}
.world button.bdp-load-more-btn, .site-main .bdp-ajax-btn-wrap {
    display: none;
}

#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 {
    color: #121212;
    font-size: 16px;
    font-weight: 500;
    width: 100%;
}
#primary .bdp-post-masonry.bdp-design-1 .bdp-post-grid-content .bdp-post-title, #secondary .bdp-post-list-content .bdp-post-title {
    line-height: 21px;
    text-align: left;
}
#primary .bdp-post-masonry.bdp-design-1 .bdp-post-grid-content .bdp-post-image-bg img {
    min-height: 177px;
}
#primary .bdp-post-grid.bdp-medium-4.bdp-columns {
    min-height: 350px;
}
.pro {
    background: #212126 none repeat scroll 0 0;
    border-top: 6px solid #d4000e;
    color: #ced2d9;
    margin: 0;
    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("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.entry-footer {
    border-top: 1px solid #ededf0;
    border-bottom: 1px solid #ededf0;
    padding: 5px 0 11px 0;
    margin: 30px 0 0;
}
.entry-footer .cat-links a {
    text-decoration: none;
    background: #073265;
    border-radius: 4px;
    padding: 2px 10px 4px;
    color: #fff;
    font-size: 13px;
}
footer#colophon {
    background: #07182c none repeat scroll 0 0;
    border-top: 1px solid #17283c;
    clear: both;
    color: #ffffff;
    margin: 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;
}
.foot-m {
    background: #051932 none repeat scroll 0 0;
    border-top: 1px solid #17283c;
    padding: 7px 0 12px;
}
.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;
}
.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;
    width: 100%;
    text-align: left;
    display: inline-block;
}
.a-sides {
    float: left;
    width: 64%;
}

.site-cat #secondary {
    margin: 35px 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 14px;
}
.site-cat.pag .a-sides .entry-header .entry-title, .site-cat .a-sides .page-header h1 {
    color: #000;
    display: inline-block;
    font-size: 20px;
    font-weight: 500;
    height: 30px;
    line-height: 20px;
    margin: 35px 0 0 8px;
    padding: 7px 10px 0;
    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: 13px;
    text-decoration: none;
}
	.site-cat.stoo .entry-meta a {
    color: #b00;
    font-size: 13px;
    text-decoration: none;
}

#tv-tab {
    width: 100%;
}
#tv-tabs {
    background: #ffffff none repeat scroll 0 0;
    clear: both;
    color: #ffffff;
    height: 620px;
    margin: 38px 0 0;
    overflow: hidden;
    padding: 0;
    width: 100%;
}
#tv-tabs ul {
    margin: 0;
    padding: 0;
}
#tabs {
    float: left;
    height: 100%;
    margin:0;
}
#tv-tab .tabb li {
    box-sizing: border-box;
    display: block;
    float: left;
    margin: 0 0 20px;
    min-height: 260px;
    position: relative;
    width: 300px;
}
.tabb {
    clear: both;
    display: inline-block;
    margin: 15px 0 0;
}

#tabs > ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

#primary #tabs > ul > li {
    clear: none;
    color: #df2519;
    cursor: pointer;
    display: inline-block;
    font-size: 18px;
    margin: 0 30px 0 0;
    padding: 7px 10px 4px 0;
    position: relative;
    text-transform: uppercase;
    width: auto;
}


.vidsm img {
    float: left;
    margin: 0 13px 0 0;
    width: 100%;
}
#primary #tabs > ul > li.tabActiveHeader {
    color: #000000;
    cursor: pointer;
    position: relative;
    z-index: 99;
}
#primary #tabs > ul > li.tabActiveHeader::after {
    border-left: 7px solid rgba(0, 0, 0, 0);
    border-right: 7px solid rgba(0, 0, 0, 0);
    border-top: 10px solid #d5010f;
    bottom: -4px;
    clear: both;
    content: "";
    height: 0;
    left: 33%;
    position: absolute;
    width: 0;
}
#tv-tabs .thumbss {
    display: block !important;
    height: 170px;
    margin: 0 0 8px;
    overflow: hidden;
    width: 288px;
}
#tv-tabs .thumbss img {
    width: 100%;
}
#tv-tab .tabb a {
    color: #000000;
    font-size: 17px;
    font-weight: 500;
    text-decoration: none;
}
.view-m {
    border: 1px solid #bdbdbd;
    clear: both;
    display: block !important;
    margin: 0 auto;
    text-align: center;
    width: 30%;
}
.videos-h .epyt-gallery {
    background: #172941 none repeat scroll 0 0;
    clear: both;
    display: inline-block;
    margin: 0 auto -7px;
    max-width: 1200px;
    padding: 20px;
    width: 100%;
}
.videos-h {
    background: #051932 none repeat scroll 0 0;
    margin: 30px 0 0;
}
.videos-h .epyt-video-wrapper {
    float: left;
    height: 310px;
    margin: 53px 0 0;
    width: 540px;
}
.videos-h .epyt-video-wrapper iframe {
    height: 304px;
}
.videos-h .epyt-gallery-list {
    float: right;
    width: 600px;
}
.videos-h .epyt-gallery-title {
    color: #ccc;
    padding: 10px 0;
    text-align: left;
    line-height: inherit;
}
.videos-h .epyt-pagenumbers {
    color: #ffffff;
    font-size: 16px;
}
.videos-h .epyt-pagebutton {
    background: #cc0000 none repeat scroll 0 0;
    border-radius: 2px;
    color: #ffffff;
    font-size: 15px;
    line-height: 20px;
    padding: 0 10px;
}
.foot .world-widget > p {
    color: #8397b0;
    font-size: 15px;
    font-weight: normal;
    margin: 0 0 0 30px;
}
.foot .world-widget li {
    list-style: outside none none;
}
.foot .world-widget li a {
    color: #8397b0;
    font-size: 15px;
    text-decoration: none;
}
.foot .wp-block-media-text {
    margin: 0 0 0 10px;
    grid-template-columns: none;
}
.foot-so {
    margin: 0 0 0 80px;
}
.foot-so > h3 {
    color: #8397b0;
    margin: 0;
}
.foot-so > ul {
    float: left;
    margin: 0;
    padding: 0;
}
.foot-so li {
    float: left;
    margin: 10px 11px 0 0;
}
.foot-so img {
    width: 32px;
    height: 32px;
    border-radius: 32px;
}





/* Navigation
--------------------------------------------- */
header {
    background: #181818 none repeat scroll 0 0;
}
header.entry-header {
    background: none;
}
.main-navigation {
    background: #020202 none repeat scroll 0 0;
    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("img/home2.png") no-repeat scroll center center / 100% auto;
    content: "";
    height: 21px;
    left: -21px;
    position: absolute;
    top: 5px;
    width: 20px;
}
#menu-item-38 {
    background: #d4000e none repeat scroll 0 0;
    border-radius: 3px;
    height: 21px;
    line-height: 19px;
    margin: 12px 0 0;
    padding: 0 11px 0 24px;
}
#menu-item-38::before {
    background: #ffffff none repeat scroll 0 0;
    border-radius: 100%;
    content: "";
    height: 8px;
    left: 10px;
    position: absolute;
    top: 7px;
    width: 8px;
}
#menu-item-35 {
    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-35::before {
    background: rgba(0, 0, 0, 0) url("img/corona.png") no-repeat scroll center center;
    content: "";
    height: 34px;
    left: 10px;
    position: absolute;
    top: -5px;
    width: 34px;
}
#menu-item-41 {
    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-41 a, #menu-item-38 a {
    color:#fff;
}
#menu-item-35 a {
    color: #000000;
}


#menu-item-41::before {
    background: rgba(0, 0, 0, 0) url("img/live.png") no-repeat scroll center center;
    content: "";
    height: 13px;
    position: absolute;
    right: -6px;
    top: -9px;
    width: 33px;
}

.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 {
	left: auto;
}

.main-navigation li {
    float: left;
    padding: 7px 9px 4px;
    position: relative;
}

.main-navigation a {
    color: #fff;
    display: block;
    font-family: "Noto Sans JP",sans-serif;
    font-size: 13px;
    font-weight: 400;
    text-transform: uppercase;
    text-decoration: none;
}

/*
.main-navigation a {
    color: #fff;
    display: block;
    font-family: "Noto Sans JP",sans-serif;
    font-size: 15px;
    font-weight: 500;
    text-decoration: none;
}
*/

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

.srchh {
    float: right;
    margin: 2px 0 0;
}
.site-header .search-form {
    position: relative;

}
 
.site-header .search-field {
    background-color: transparent;
    background-image: url(https://ubiqtv.com/wp-content/uploads/2021/08/search1.png);
    background-position: 5px center;
    background-repeat: no-repeat;
    background-size: 22px 20px;
    border: none;
    cursor: pointer;
	position:absolute;
	right:0;
    height: 25px;
    margin: 3px 0;
    padding: 0 0 0 34px;
    -webkit-transition: width 400ms ease, background 400ms ease;
    transition: width 400ms ease, background 400ms ease;
    width: 20px;
}
 
.site-header .search-field:focus {
    background-color: #fff;
    border: 2px solid #c3c0ab;
    cursor: text;
    outline: 0;
    width: 230px;
}
.search-form
.search-submit { 
display:none;
}
.tvv {
    float: right;
    margin: 9px 44px 0 0;
}
.tvv img {
    width: auto;
    max-width: none;
}

.srch .tvv li {
    width: auto;
    background: none;
    margin: 0 0 0 10px;
}
.srch .tvv li:last-child {
    border-left: 1px solid #777;
    padding: 0 0 0 12px;
}
.srch .vrsn {
    float: right;
    width: 20%;
    margin: 0 0 10px;
}

.aass {
    clear: both;
}

.srch .vrsn li {
    background: none;
    width: auto;
    float: left;
    padding: 0 10px 0 10px;
}

.srch .vrsn li a {
    color: #ccc;
    font-size: 15px;
    text-transform: uppercase;
}

.srch .vrsn li:first-child {
    border-right: 1px solid #777;
}
.o-story .world-widget {
    width: 100%;
    display: inline-block;
}
.o-story .bdp-post-image-bg {
    display: none;
}
.o-story {
    margin: 0 auto;
    max-width: 1200px;
}

.o-story .bdp-recent-post-items .bdp-post-li {
    float: left;
    clear: none;
    width: 298px;
    border-left: 4px solid #D61B16;
    padding: 0 20px 0 15px!important;
    border-bottom: none;
    height: 77px;
    margin: 0 0 30px;
    overflow: hidden;
}

.o-story .bdp-post-title a {
    font-size: 15px;
    color: #000;
}

















.section-highlighs-wrapper span a:hover {
    color: #ffffff;
}
.section-highlighs-wrapper span a::before {
    background: rgba(0, 0, 0, 0) url("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 (max-width: 620px) {
.logos {
margin: 10px 0 0 60px;
width: 68px;
}
.dat-tim, .site-tops {
display: none;
}
.custom-logo {
width: 100%;
}
.srch {
margin: 8px 0 0;
width: auto;
}
.site-header .search-form {
position: absolute;
right: 10px;
}
.srchh {
margin: 3px 0 0;
}
.srch ul {
display: none;
}
.site-header .search-field {
background-image: url(//tvpunjab.com/wp-content/themes/tv-punjab/img/search2.png);
}
header {
    background: #041932 none repeat scroll 0 0;
    position: relative;
}
.site-branding {
background: #181818 none repeat scroll 0 0;
height: auto;
}
.main-navigation {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    clear: none;
    display: inline-block;
    float: left;
    left: 0;
    margin: 14px 0 0 15px;
    position: absolute;
    top: 0;
    width: auto;
    z-index: 2147483647;
}
	#primary-menu {
    padding: 13px 0 0;
}
	.main-navigation button, .main-navigation button:focus {   outline:none;}
.main-navigation.toggled .menu-toggle, .menu-item-home::before { display:none;  }
.menu-toggle {
background: rgba(0, 0, 0, 0) url(https://ubiqtv.com/wp-content/themes/tv-punjab/img/menu3.png) repeat scroll 0 0;
border: medium none;
border-radius: 0;
height: 21px;
width: 29px;
}
.main-navigation.toggled {
    position: fixed;
    background: #000000eb;
    z-index: 999999999999999999;
    left: 0;
    bottom: 0;
    height: 100%;
    margin: 0;
    width: 78%;
    right: 50px;
    top: 0;
}
.main-navigation li {
    float: none;
    clear: both;
    border-bottom: 1px dotted;
    margin: 0 20px;
}
	.site-cat .a-sides article .entry-header .entry-title {
    margin: 20px 0 6px 0!important;
    font-size: 20px;
}
	.site-cat .a-sides article .entry-header .entry-title:before {
    display: none!important;
}
.site-cat.stoo .entry-meta {
    margin: 0 0 12px;
    border-top: 1px solid #ededf0;
    padding: 8px 0 0;
    font-size: 13px;
    text-decoration: none;
}
	.site-cat.stoo .entry-meta a {
    color: #b00;
    font-size: 13px;
    text-decoration: none;
}
#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: 12px !important;
    height: 7px !important;
    line-height: 7px !important;
    margin: 0;
    padding: 0 !important;
    text-align: center;
    width: 80px;
}
#bdp-ticker-1 > .bdp-ticker-title {
height: 17px !important;
line-height: 19px;
margin: 4px 0 0 10px;
}
.bdp-ticker-wrp > ul > li {
height: 22px;
line-height: 25px;
margin: 0 !important;
padding: 0 0 0 !important;
}
.bdp-ticker-wrp > .bdp-ticker-navi > span { height:24px;}
#bdp-ticker-1 > ul > li > a:hover, #bdp-ticker-1 > ul > li > a { font-size: 13px; color: #ffffff!important;}
.trend {
background: #020202 none repeat scroll 0 0;
border: medium none;
padding: 3px 0 0;
margin: 0 auto 0;
}
.middles {
display: inline-block;
margin: 0 auto 0;
padding: 0 0 20px;
}
	.bdp-post-carousel-wrp {
    padding-top: 0 !important;
}
.sliders {
    float: none;
    height: 310px;
    width: 100%;
}
.sliders > h4 {
    display: none !important;
}
.site-cat {
    width: 100%;
}
.a-sides {
    padding: 0 10px;
    width: 100%;
}
.a-sides .entry-content img {
    max-width: 100%;
}
.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;
}

	.bdp-post-carousel .slick-arrow {
    top: 43%;
}
.bdp-post-carousel .slick-prev {
    left: 10px !important;
}
	iframe.livv {
    height: 216px!important;
    border: none;
}
.live-tv {
    box-sizing: border-box;
    clear: none;
    display: inline-block;
    float: none;
    height: auto;
    margin: 20px 2% 0;
    width: 96%;
}	
	.middles .live-tv .bdp-post-image-bg {width: 35%;}
	.middles .live-tv .bdp-post-title {width: 100%;}
	#primary .bdp-post-grid.bdp-medium-4.bdp-columns {
    margin: 0 0 10px;
    min-height: auto !important;
    position: relative !important;
    top: 0 !important;
}
	.live-tv.adds {
    background: #ececed none repeat scroll 0 0;
    margin: 0 auto 10px;
    min-height: auto;
    padding: 20px 0;
    text-align: center;
    width: 100%;
}
	.o-story {
    width: 96%;
}
.o-story .bdp-recent-post-items .bdp-post-li {
    border-bottom: 1px dashed #acacac;
    border-left: medium none;
    height: auto;
    margin: 4px 0;
    min-height: auto;
    padding: 0 !important;
    width: 100%;
}
.live-tv .bdp-recent-post-items .bdp-post-li {
    margin: 0 0 4px !important;
    padding: 0 0 5px !important;
}	
	.natt.worlds .bdp-post-image-bg {
    height: auto !important;
}
.mid-2 .site-main .world .bdpgrid-3 {
    height: auto !important;
}
.o-story .bdp-recent-post-items .bdp-post-li:last-child {
    border: medium none;
}
	.part-1 {
    padding: 20px 2% 0 !important;
}
.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;
}
.o-story .world-widget {
    width: 100%;
}

.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;
}

.world .bdp-columns, .tech-autos .bdp-columns {
padding: 0;
}
#primary .nationals .bdp-post-list {
    border-bottom: 1px dashed #b0b0b0;
    height: auto;
    margin: 0 0 10px;
    padding: 0 0 5px;
    width: 100%;
}
	.nationals .bdp-medium-6 {
    width: 30%!important;
}
	.nationals .bdp-medium-6 + .bdp-medium-6.bdp-columns {
    width: 66%!important;
}
#primary #tabs > ul > li {
    background: #181818 none repeat scroll 0 0;
    color: #cccccc !important;
    float: left;
    font-family: "Noto Sans JP",sans-serif;
    font-size: 12px;
    font-weight: 600;
    margin: 0 2px 0 0;
    padding: 3px 7px 2px;
    text-align: center;
    width: auto;
}
#primary #tabs > ul > li.tabActiveHeader {
    color: #ffff70 !important;
}
#primary #tabs > ul > li.tabActiveHeader::after {
    border-top-color: #181818;
    border-width: 7px 6px;
    bottom: -7px;
    left: 44%;
}
	#tv-tabs {
    height: auto;
    margin: 0;
}
	.tabb {
    width: 100%;
}
	#tabs > ul {
    display: inline-flex;
    width: 100%;
}
#tv-tab .tabb li {
    float: left;
    height: auto;
    min-height: auto;
    width: 100%;
}
#tv-tabs .thumbss {
    float: left;
    height: auto;
    margin: 0 12px 0 0;
    min-height: auto;
    width: 30%;
}
	#tv-tab .view-m a {
    color: #cc0000 !important;
    font-size: 13px !important;
}
.view-m {
    border-radius: 4px;
    line-height: 20px;
    padding: 0 10px;
    width: 36%;
}
.nationals.food.vi > h3, .nationals.food > h3, .site-cat .widget-area .widget-title, .relpost-thumb-container > h3 {
    background: #121212 none repeat scroll 0 0;
    margin: 0 0 10px 9px;
    padding: 3px 0 4px 8px;
    width: 94%;
}
.nationals.food.vi h3 a, .nationals.food h3 a, .site-cat .widget-area .widget-title a {
    color: #ffffff;
    font-size: 17px;
}
.nationals.food > h3 {
    margin: 0 0 13px;
    width: 100%;
}
.site-cat .widget-area .widget-title, .relpost-thumb-container > h3 {
    background: #121212 none repeat scroll 0 0;
    color: #ffffff;
    font-size: 17px;
    margin: 0 0 13px;
    width: 100%;
}
.videos-h {
    width: 100%;
}
.videos-h .epyt-video-wrapper iframe {
    height: auto;
	min-height:250px;
}
.videos-h .epyt-gallery {
    margin: 0 auto;
    padding: 0;
    width: 100%;
}
.videos-h .epyt-gallery-list {
    width: 100%;
}
.relpost-block-single {
    border-bottom: 1px dashed #dddddd !important;
    margin: 0 0 10px!important;
    padding: 0!important;
    width: 100%!important;
}
.relpost-block-single-image {
    float: left !important;
    height: 100px !important;
    margin: 0 12px 0 0 !important;
    width: 30% !important;
}
.relpost-custom-block-single {
    height: auto !important;
    width: 100% !important;
}
.relpost-block-single-text {
    font-size: 17px !important;
    text-align: left!important;
}
.relpost-thumb-wrapper {
    margin: 0 0 30px!important;
}
	
.epyt-gallery-allthumbs.epyt-cols-3 .epyt-gallery-thumb {
    width: 98% !important;
}
.bdp-post-image-bg {
    margin: 0 !important;
}
.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;
}
.natt.worlds .world .bdp-post-image-bg, .tech-autos .bdp-post-image-bg{
float: left;
margin: 0 20px 0 0;
width: 34%;
}
	selectorSavingError {
    margin: 0;
    padding: 0 !important;
}
.foot .world-widget > p {
    margin: 0;
    padding: 0;
}
.foot .menu {
    border-bottom: 1px dashed #142942;
    border-top: 1px dashed #142942;
    margin: 0;
    padding: 10px 0;
}
.foot-so {
    margin: 0;
}

.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%;
}
	.mid-2 {
    display: inline-block;
}
.natt.worlds .world {
    box-sizing: border-box;
    margin: 0 10px 30px;
    width: 97%;
}
.videos-h .epyt-video-wrapper {
    margin: 0;
    width: 100%;
	height:auto;
	min-height:250px;
}
	.site-info {
    text-align: center;
    width: 95%;
}
.nationals.food {
    box-sizing: border-box;
    float: none;
    margin: 0 auto;
    width: 100%;
}
.middles .bdp-post-image-bg {
    height: 310px;
    min-height: 310px;
}
	.middles .slick-slide img {
    min-height: 300px;
}
.enters .world-widget .widget-title {
margin: -50px 0 0 10px;
}
.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 {
    box-sizing: border-box;
    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%;
}
footer#colophon {
    background: #041932 none repeat scroll 0 0;
    margin: -7px 0 0;
}
.foot-m {
    background: #132841 none repeat scroll 0 0;
}	
.site-cat.arch .thumbss {
    width: 100%;
}
.site-cat.arch .thumbss img {
    width: 100%;
}
.site-cat.arch .entry-header {
    margin: 0 auto;
    width: 100%;
}	
	
	
}




@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: table;
	}
}

.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%;
}

/* Posts and pages
--------------------------------------------- */
.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;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 30px;
}
.widget-area p {
    margin: 0;
}
.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.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;
}

/* Galleries
--------------------------------------------- */
.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;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.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;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}
