/*
Theme Name: 1TA Interface - 2025
Theme URI: https://onetechavenue.com
Author: Christian Jay Magowan
Author URI: https://onetechavenue.com
Description: Classic theme designed to work with onetechavenue. Uses grid and flex layout with black on white color scheme.
Version: 2.1.251019
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: onetechavenue
Tags: News, newspaper, Publishing, Grid Style
*/

/* default theme metrics */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
:root {
/* color-scheme: dark light; */	
	--bg-color: #ffffff;
	--divider-color: #D5C5C6;
	--content-width: 1300px;
	--link-hover: #007cba;
	--maintext-color: #222222;
}

html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
	padding: 0;
	overflow-y: scroll;
	display: grid;
	grid-template-rows: auto 1fr auto;
	min-height: 100vh;
  	font-family: "Roboto", sans-serif;
	font-optical-sizing: auto;
	color: #222222;
	letter-spacing: normal;
	background: var(--bg-color);
}


/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2.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;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 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;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* 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;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * 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;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * 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;
	border-radius: 5px;
}

/* 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;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  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;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 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;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 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;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * 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;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* 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;
  
}

a,a:link,a:active,a:visited {
	text-decoration: none;
	color: #222222;
	transition: all 0.2s ease-in-out;
}

a:hover {
	color: var(--link-hover);
	transition: all 0.2s ease-in-out;
}

/* ===========================  Custom Settings  =============================== */

header {
	position: fixed;
	z-index: 1000;
	background: var(--bg-color);
	display: grid;
	margin:auto;
	padding: 2% auto;
	width: 100%;
	border-bottom: var(--divider-color) 1px solid;
	
}

#header-content {
	position: relative;
	margin: auto;
	width: var(--content-width);
	display: grid;
	grid-template-columns: 5% 1fr 20%;
	align-items: center;
	gap: 1rem;
}

#header-content > * {
}

.header-menu ul {
	display: flex;
	list-style: none;
	margin: 0%;
	padding: 0%;
	flex-wrap: wrap;
}

.header-menu ul > * {
	margin-right: 1rem;
	padding: 1%;
	font-size: 1.2em;
	font-weight: 500;
	text-transform: uppercase;
}

.header-menu ul li.current-menu-item {
	border-bottom: var(--link-hover) 3px solid;
}

.header-menu ul li.current-post-parent {
	border-bottom: var(--link-hover) 3px solid;
}

.site-logo {
	display: block;
	width: 4rem;
	height: 4rem;
	padding: 1rem 0;
}
.header-logo img {
	border-radius: 0px;
}

footer {
	position: relative;
	background: #f2f4f7;
}

footer content {
	width: var(--content-width);
	margin: 3% auto;
	display: grid;
	grid-template-columns: 5% 1fr;
	gap: 2rem;
	align-items:  center;
	padding-bottom: 2%;
}

footer content > * {
	width: 100%;
}

footer content div.footer-menu ul {
	position: relative;
	display: flex;
	list-style: none;
	margin: 0%;
	padding: 0%;
	flex-wrap: wrap;
}

footer content div.footer-menu ul li {
	padding: 2%;
}

.footer-text {
	position: relative;
	grid-column: span 2;
	font-size: 1em;
	font-weight: 300;
	text-align: center;
	margin: 2% auto;
}

a.auth-log {
	position: relative;
	padding: 0.5rem 1rem;
	margin-left: 1rem;
	background: #ffffff;
	border: #333333 2px solid;
}

a.auth-log:hover {
	border: var(--link-hover) 2px solid;
}

#ota-full {
	font-size: 3em;
	font-weight: bold;
	text-align: center;
	font-family: "Roboto Slab", serif;
	color: #EBE4E4;
	margin: 2% auto;
}

#ota-full span {
	font-size: 0.4em;
	font-weight: 300;
	display: block;
}


main {
	position: relative;
	margin-top: 5%;
	overflow: hidden;
}

#ui-feat-container {
	width: 100%;
	padding: 1% auto;
}

#index-feat {
	margin: auto;
	max-width: var(--content-width);
	padding: 5% 0% 2% 0%;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-template-rows: repeat(2, 1fr);
	gap: 3rem;
	border-bottom: var(--divider-color) 1px solid;
	
}

#index-feat > * {
	position: relative;
	width: 100%;
	min-height: 250px;
	max-height: 600px;
	overflow: hidden;
	display: block;

}
.feat-1 {
	grid-column: span 2;
	grid-row: span 2;
}

.index-feat-img {
	position: relative;
	width: 100%;
	height: 65%;
	margin-bottom: 1%;
	border-radius: 5px;
}


.index-feat-meta {
	height: 33%;
	display: grid;
	width: 100%;
	grid-template-rows: 30px 1fr auto;
}

.index-feat-meta > * {
	position: relative;
	width: 100%;
	overflow: hidden;
}


.index-feat-category {
	overflow:  hidden;
	text-transform: uppercase;
	font-size: 0.9em;
	color: #999999;
	margin: 1% auto;
}

.index-feat-title {
	display: block;
	overflow:  hidden;
	font-weight: 500;
}
.feat-1 .index-feat-title {
	font-size: 1.6em;
}
.index-feat-author {
	display: block;
	overflow:  hidden;
	font-size: 0.8rem;
	color: var(--maintext-color);
}

#index-articles {
	margin: auto;
	max-width: var(--content-width);
	padding: 2% 0%;
	display: grid;
	align-content: center;
	grid-template-columns: repeat(3, 1fr);
	gap: 4rem;
}
.banner-ads {
	margin: 2% auto;
	text-align: center;
}


#index-articles .latest-post {
	position: relative;
	display:  block;
	width: 100%;
	min-height: 320px;
	overflow:  hidden;
}

#index-articles h1 {
	grid-column: span 3;
	min-height: 10px;
	font-weight: 300;
	font-size: 2.5em;
}

.lp-banner-ads {
	grid-column: span 3;
	position: relative;
	display:  block;
	width: 100%;
	min-height: 150px;
	align-content: center;
	text-align: center;
}

nav.navigation {
	position: relative;
	align-content: center;
	min-height: 50px;
	max-width: var(--content-width);
	margin: 2% auto;
	text-align: center;
	gap: 2rem;
	font-size: 1em;
}
.nav-links > * {
	padding: 1rem;
}

.nav-links span.current {
	border-bottom: var(--link-hover) solid 5px;
}


.latest-post-img {
	position: relative;
	width: 100%;
	height: 60%;
	margin-bottom: 1%;
	border-radius: 5px;
}

.latest-post-meta {
	height: 35%;
	display: grid;
	width: 100%;
	grid-template-rows: 20px 2fr auto;
}

.latest-post-meta > * {
	position: relative;
	width: 100%;
	overflow: hidden;
}


.latest-post-category {
	overflow:  hidden;
	text-transform: uppercase;
	font-size: 0.9em;
	color: #999999;
}

.latest-post-text {
	overflow:  hidden;
	justify-content: center;
}
.latest-post-title {
	font-size: 1em;
	font-weight: 500;
}

.latest-post-excerpt {
	display: block;
	font-size: 0.9em;
	vertical-align: top;
	color: var(--maintext-color);
}


.latest-post-author {
	overflow:  hidden;
	font-size: 0.8rem;
	color: var(--maintext-color);
}

.lp-1, .lp-9 {
	grid-column: span 2;
}


.lp-1 .latest-post-img, .lp-9 .latest-post-img {
	width: 60%;
	height: 100%;
	float: right;
}
.lp-1 .latest-post-meta, .lp-9 .latest-post-meta {
	width: 38%;
	margin-right: 2%;
	height: 95%;
	float:right;
}

.lp-1 .latest-post-title, .lp-9 .latest-post-title {
	overflow:  hidden;
	font-size: 1.5em;
	font-weight: 500;
}

.index-sec-label {
	margin: auto;
	width: var(--content-width);
	padding: 2% 0%;
	font-weight: 300;
	font-size: 2.5em;
}


#ui-pr-container {
	width: 100%;
	padding: 1% auto;
	background: url("img/pr-bg.jpg") no-repeat center fixed;
	background-size: cover;
}

#index-pressrelease {
	margin: auto;
	max-width: var(--content-width);
	padding-bottom: 1%;
}

#index-pressrelease > * {
	position: relative;
	margin: 3% auto;
	width: 100%;
	overflow: hidden;
	display: grid;
	grid-template-columns: 15% 1fr;
	gap: 2rem;
	height: 120px;
	font-size: 1.5em;
}

.pr-feat-img {
	border-radius: 5px;
}

.pr-meta {
	height: 100%;
	display: grid;
	width: 100%;
	grid-template-rows: 1fr auto;
	align-items:  center;
}

.pr-meta > * {
	position: relative;
	width: 100%;
	overflow: hidden;
	display: block;

}

.pr-title {
	overflow:  hidden;
	font-weight: 400;
	font-family: "Roboto Slab", serif;
}
.pr-author {
	overflow:  hidden;
	font-size: 0.8rem;
	color: var(--maintext-color);
}

#ui-rev-container {
	width: 100%;
	padding: 1% auto;
}

#index-review {
	margin: auto;
	max-width: var(--content-width);
	padding: 2% 0%;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 3rem;
	
}

#index-review > * {
	position: relative;
	width: 100%;
	min-height: 250px;
	overflow: hidden;
}
.rev-feat-img {
	position: relative;
	width: 100%;
	height: 65%;
	margin-bottom: 1%;
	border-radius: 5px;
}


.rev-meta {
	height: 33%;
	display: grid;
	width: 100%;
	grid-template-rows: 1fr auto;
}

.rev-meta > * {
	position: relative;
	width: 100%;
	overflow: hidden;
}

.rev-title {
	overflow:  hidden;
	font-weight: 500;
}


.rev-author {
	overflow:  hidden;
	font-size: 0.8rem;
	color: var(--maintext-color);
}

#loop-titler {
	position: relative;
	grid-column: span 3;
}

#loop-titler span {
	font-size: 1.5em;
	text-transform: uppercase;
	background:  #000000;
	color: #ffffff;
	padding: 0.5rem 1rem;
}


#loop-titler h1 {
	position: relative;
	grid-column: span 3;
	min-height: 10px;
	font-weight: 300;
	font-size: 2.5em;

}

#index-notfound {
	grid-column: span 3;
	font-size: 2em;
	text-align: center;
	margin: 5rem auto;
}

#index-notfound span {
	font-size: 15em;
	font-weight: bolder;
	font-family: "Roboto Slab", serif;
}

#index-notfound span.longmsg {
	font-size: 2em;
	font-weight: bolder;
	font-family: "Roboto Slab", serif;
}



/* =========================  search result Settings  ============================== */

#search-titler {
	min-height: 50px;
	padding: 4% 0%;
	font-size: 2.5em;
	border-bottom: var(--divider-color) 10px solid;
}

#search-result {
	margin: auto;
	max-width: var(--content-width);
	padding-bottom: 1%;
}

#search-result a {
	position: relative;
	margin: 3% auto;
	width: 100%;
	overflow: hidden;
	display: grid;
	grid-template-columns: 25% 1fr;
	gap: 2rem;
	min-height: 180px;
}

.sr-img {
	border-radius: 5px;
}

.sr-meta {
	height: 100%;
	display: grid;
	width: 100%;
	align-items: center;
}

.sr-meta > * {
	position: relative;
	width: 100%;
	overflow: hidden;
	display: block;

}

.sr-title {
	overflow:  hidden;
	font-weight: 400;
	font-family: "Roboto Slab", serif;
	font-size: 1.5em;
}
.sr-excerpt {
	overflow:  hidden;
	font-weight: 200;
	font-size: 1.2em;
	color: var(--maintext-color);
}

.sr-author {
	overflow:  hidden;
	font-size: 0.8rem;
	color: var(--maintext-color);
}

.sr-banner-ads {
	position: relative;
	display:  block;
	width: 100%;
	min-height: 250px;
	align-content: center;
	text-align: center;
}




/* ===========================  singlepost Settings  =============================== */
#singlepost-container {
	position: relative;
	max-width: var(--content-width);
	margin: auto;
}
#singlepost-titler {
	margin: 5% auto;
}
#singlepost-titler h1 {
	font-size: 3.2em;
	font-weight: 400;
	font-family: "Roboto Slab", serif;
}
#singlepost-titler p {
	font-size: 1.5em;
	font-weight: 300;
	font-family: "Roboto Slab", serif;

}
.singlepost-cat {
	margin-top: 2%;
	text-transform: uppercase;
}

.singlepost-pubdata {
	font-size: 0.8em;
}
.singlepost-feat-img {
	margin: auto;
	border-radius: 10px;
}

.singlepost-feat-img-caption {
	align-items: center;
	color: #666666;
}


#singlepost-body {
	display: grid;
	grid-template-columns: 1fr 300px;
	gap: 3rem;
	margin-top: 2%;
}
#singlepost-body div.thecontent {
	font-size: 1.3em;
	line-height: 1.75em;
	font-weight: 400;
	color: #444444;
	overflow: hidden;
}

#singlepost-body div.thecontent p {
	position: relative;
	margin-bottom: 2em;
}

div.thecontent a,div.thecontent a:link,div.thecontent a:active,div.thecontent a:visited {
	text-decoration: none;
	color: var(--link-hover);
	transition: all 0.2s ease-in-out;
}

div.thecontent a:hover {
	transition: all 0.2s ease-in-out;
	border-bottom: var(--link-hover) 1px solid;
}


#singlepost-body div.thesidebar {
}


/* =========================  Legacy Support atart here =========================== */
div.thecontent .ota_singlepost_video, div.thecontent .singlepost-video {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 40px;
	height: 0;
	overflow: hidden;
	border-radius: 5px;
}
div.thecontent .ota_singlepost_video iframe, div.thecontent .ota_singlepost_video object, div.thecontent .ota_singlepost_video embed, div.thecontent .singlepost-video iframe, div.thecontent .singlepost-video object, div.thecontent .singlepost-video embed  {
   position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/* =========================  Legacy Support ends here =========================== */

div.thecontent .wp-block-embed__wrapper {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 40px;
	height: 0;
	overflow: hidden;
	border-radius: 5px;
}

div.thecontent .wp-block-embed__wrapper iframe {
   position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


#singlepost-tags {
	position: relative;
	margin: 5% auto;
	padding: 1% 0%;
	border-top: var(--divider-color) 1px solid;
	border-bottom: var(--divider-color) 1px solid;
}

#singlepost-comments {
	position: relative;
	margin: 5% auto;
}

.sb-block {
	width: 100%;
	min-height: 100px;
	margin-bottom: 1.5%;
}
.sb-label {
	border-left: #333333 solid 10px;
	padding: 0% 2%;
	margin: 1rem auto;
	font-size: 1.5em;
	font-weight: 400;
	width: 100%;
}

.sb-latestnews {
	width: 100%;
	margin: 10% auto;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 1rem;
}

.sb-latestnews a {
	display: block;
	width: 100%;
	min-height: 150px;
	font-size: 0.8em;
	font-weight: 700;
}

.sb-latestnews a > * {
	display: block;
}

.sb-latestnews a span.sbln-img {
	width: 100%;
	height: 80px;
	border-radius: 5px;
	margin-bottom: 0.5rem;
}

/* ===========================  page post Settings  =============================== */
#page-titler h1 {
	font-size: 4em;
	font-weight: 500;
	font-family: "Roboto Slab", serif;
}

#pagepost-body {
	position: relative;
	margin: 5% auto;
	font-size: 1.3em;
	line-height: 1.75em;
	font-weight: 400;
	color: #444444;
}


/* ===========================  responsive Settings  ============================== */

@media (max-width : 1440px)
{
#header-content, .foot-content, #index-feat, #index-articles, nav.navigation, .index-sec-label, #index-pressrelease, #index-review, #search-result, #singlepost-container {
	width: 84%;
	overflow: hidden;
	transition: all 0.2s ease-in-out;

}

#header-content {
	padding: 1% 0%;
}

.header-menu ul > * {
	font-size: 1em;
}

.site-logo {
	display: block;
	width: 3.3rem;
	height: 3.3rem;
	padding: 0.5rem 0;
}
.header-logo img {
	border-radius: 0px;
}


footer {
	font-size: 0.8em;
}

a.auth-log {
	padding: 0.3rem 0.8rem;
	margin-left: 0.5rem;
}

main {
	margin-top: 9%;
}
#index-feat {
	gap: 2rem;
	border-bottom: var(--divider-color) 1px solid;
	
}

#index-feat > * {
	min-height: 240px;
}

.index-feat-img {
	height: 64%;
}


.index-feat-meta {
	height: 35%;
}
.index-feat-title {
	font-size: 0.8em;
}

.feat-1 .index-feat-title {
	font-size: 1.1em;
}

.index-feat-category {
	font-size: 0.7em;
}

.index-feat-author {
	font-size: 0.7rem;
}


#index-articles {
	gap: 2.5rem;
}

#index-articles a {
	min-height: 300px;
}

#index-articles h1 {
	font-size: 2em;
}


#index-pressrelease > * {
	font-size: 1em;
}

#index-notfound {
	font-size: 1.5em;
}

#index-notfound span {
	font-size: 8em;
}

}

@media (max-width : 1000px)
{

#header-content {
	grid-template-columns: 5% 1fr 25%;
}

footer {
	font-size: 0.7em;
}

a.auth-log {
	padding: 0.3rem 0.8rem;
	margin-left: 0.5rem;
}

#index-feat > * {
	min-height: 200px;
}
.feat-1 {
	height: 400px;
}
.index-feat-img {
	height: 50%;
}

.index-feat-meta {
	height: 48%;
	grid-template-rows: 20px 1fr auto;
}

.index-feat-title {
	font-size: 0.8em;
}

.feat-1 .index-feat-title {
	font-size: 1.4em;
}

.index-feat-category {
	font-size: 0.7em;
}

.index-feat-author {
	font-size: 0.7rem;
}


#index-articles {
	gap: 2rem;
}

#index-articles a {
	min-height: 200px;
}

#index-articles h1 {
	font-size: 1.8em;
}

.latest-post-img {
	height: 50%;
}

.latest-post-meta {
	height: 45%;
	grid-template-rows: 20px 2fr auto;
}

.latest-post-category {
	font-size: 0.7em;
}

.latest-post-title {
	font-size: 0.9em;
	font-weight: 500;
}

.latest-post-excerpt {
	font-size: 0.8em;
}


.lp-1 .latest-post-title, .lp-9 .latest-post-title {
	font-size: 1.2em;
}

.index-sec-label {
	font-size: 1.8em;
}

#index-pressrelease > * {
	height: 100px;
	font-size: 1.1em;
}

#index-review {
	gap: 2rem;
	
}

#index-review > * {
	min-height: 200px;
}
.rev-feat-img {
	height: 55%;
}


.rev-meta {
	height: 43%;
}

#loop-titler {
	position: relative;
	grid-column: span 3;
}

#loop-titler span {
	font-size: 1.1em;
}


#loop-titler h1 {
	font-size: 2em;

}

#index-notfound {
	font-size: 1.5em;
}

#index-notfound span {
	font-size: 8em;
}

#index-notfound span.longmsg {
	font-size: 1em;
}

#search-titler {
	font-size: 2em;
}

#search-result a {
	min-height: 120px;
}

.sr-title {
	font-size: 1.1em;
}
.sr-excerpt {
	font-size: 0.7em;
}

#singlepost-titler h1 {
	font-size: 1.8em;
}
#singlepost-titler p {
	font-size: 0.9em;
}

.singlepost-cat {
	font-size: 0.9em;
}

.singlepost-pubdata {
	font-size: 0.6em;
}
.singlepost-feat-img {
	min-height: 30vh;
	border-radius: 5px;
}

#singlepost-body {
	gap: 1.5rem;
}
#singlepost-body div.thecontent {
	font-size: 0.9em;
	line-height: 1.2em;
}

#singlepost-body div.thecontent p {
	margin-bottom: 1.7em;
}

.sb-label {
	font-size: 1.1em;
}

.sb-latestnews a {
	min-height: 120px;
	font-size: 0.6em;
	font-weight: 500;
}

.sb-latestnews a span.sbln-img {
	height: 70px;
}


}

/* =========================  mobile layout Settings  ============================= */

@media (max-width : 800px)
{
#header-content, .foot-content, #index-feat, #index-articles, nav.navigation, .index-sec-label, #index-pressrelease, #index-review, #search-result, #singlepost-container {
	width: 95%;
	overflow: hidden;
}

header {
	position: relative;
}

#header-content {
	display: block;
	justify-content: center;
}

#header-content > * {
	margin: auto;
}

.header-menu ul {
	display: flex;
	justify-content: center;
	margin: 2% auto;
	
}

.header-menu ul > * {
	margin-right: 1rem;
	padding: 2% 1%;
	font-size: 0.85em;
	text-align: center;
}

.searchbar form > * {
	margin: auto;
}

.searchbar {
	padding: 2% 0%;
}

footer content {
	grid-template-columns: 8% 1fr;
}

footer content div.footer-menu ul {
	justify-content:left;
	margin: 2% auto;
}

.footer-text {
	font-size: 0.8em;
}

a.auth-log {
	position: relative;
	padding: 0.5rem 1rem;
	margin-left: 1rem;
	background: #ffffff;
	border: #333333 2px solid;
}

a.auth-log:hover {
	border: var(--link-hover) 2px solid;
}

main {
	position: relative;
	margin-top: 5%;
}

#index-feat {
	display: grid;
	margin: auto;
	padding: 2% 0%;
	grid-template-columns: 1fr 1fr;
	gap: 1rem;
}

#index-feat > * {
	display: block;
	position: relative;
	width: 100%;
	min-height: 250px;
	max-height: 330px;
}

.feat-1 {
	grid-column: span 2;
	height:  400;
}
	
.index-feat-img {
	width: 100%;
	height: 50%;
}

.feat-1 .index-feat-img {
	width: 100%;
	height: 60%;
}


.index-feat-meta {
	height: 48%;
	display: grid;
	gap: 1rem;
	grid-template-rows: 20% 1fr auto;
}

.feat-1 .index-feat-meta {
	height: 37%;
	display: grid;
	gap: 1rem;
	grid-template-rows: 20% 1fr auto;
}

.index-feat-category {
	font-size: 0.8em;
}

.index-feat-title {
	font-size: 0.8em;
	margin: 0%;
	padding: 0%;
}
.feat-1 .index-feat-title {
	font-size: 1.1em;
	margin: 0%;
	padding: 0%;
}
.index-feat-author {
	font-size: 0.7rem;
}
	
#index-articles {
	display: block;
}

#index-articles .latest-post {
	position: relative;
	width: 100%;
	min-height: 120px;
	overflow:  hidden;
	display: grid;
	grid-template-columns: 40% 1fr;
	gap: 1rem;
	margin-bottom: 2rem;
}

#index-articles h1 {
	min-height: 10px;
	font-weight: 300;
	font-size: 2em;
}

.lp-banner-ads {
	grid-column: span 2;
}

.latest-post-img {
	position: relative;
	width: 100%;
	height: 100%;
	margin-bottom: 0%;
	border-radius: 5px;
}

.latest-post-meta {
	height: 100%;
	display: grid;
	width: 100%;
	grid-template-rows: 20px 1fr auto;
}

.latest-post-category {
	font-size: 0.7em;
}

.latest-post-title {
	font-size: 1.1em;
}

.latest-post-excerpt {
	display: none;
	font-size: 0.1em;
}

.lp-1, .lp-9 {
	display: block;
	margin: 1rem auto;
}


.lp-1 .latest-post-img, .lp-9 .latest-post-img {
	width: 100%;
	height: 100%;
}
.lp-1 .latest-post-meta, .lp-9 .latest-post-meta {
	width: 100%;
	height: 100%;
	float: none;
}

.lp-1 .latest-post-title, .lp-9 .latest-post-title {
	font-size: 1.2em;
}

.nav-links > * {
	padding: 0.5rem;
}

.index-sec-label {
	font-weight: 300;
	font-size: 2em;
}

#index-pressrelease > * {
	margin: 5% auto;
	display: grid;
	grid-template-columns: 30% 1fr;
	gap: 1rem;
	min-height: 100px;
	font-size: 1em;
}

.pr-feat-img {
	border-radius: 5%;
}

.pr-title {
	font-weight: 400;
}
.pr-author {
	font-size: 0.7rem;
}

#ui-rev-container {
	width: 100%;
	padding: 1% auto;
}

#index-review {
	margin: auto;
	padding: 2% 0%;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 2rem;
	
}

#index-review > * {
	display: block;
	min-height: 180px;
}
.rev-feat-img {
	height: 60%;
	margin-bottom: 0%;
	border-radius: 5px;
}


.rev-meta {
	height: 40%;
	display: grid;
	width: 100%;
	grid-template-rows: 1fr auto;
}

.rev-meta > * {
	position: relative;
	width: 100%;
	overflow: hidden;
}

.rev-title {
	margin-top: 3%;
	font-size: 0.9em;
}

.rev-author {
	font-size: 0.7rem;
}

#search-titler {
	font-size: 2em;
}

#search-result a {
	display: grid;
	grid-template-columns: 30% 1fr;
	gap: 1rem;
	min-height: 100px;
	margin-bottom: 5%;
}

.sr-title {
	font-size: 1em;
}
.sr-excerpt {
	font-size: 0.8em;
}

.sr-author {
	overflow:  hidden;
	font-size: 0.6rem;
}

.sr-banner-ads {
	width: 100%;
	min-height: 100px;
}

#singlepost-titler h1 {
	font-size: 2.1em;
}
#singlepost-titler p {
	font-size: 1.1em;
}
.singlepost-cat {
	margin-top: 1%;
}

.singlepost-pubdata {
	font-size: 0.7em;
	text-transform: uppercase;
}
.singlepost-feat-img {
	width: 100%;
	min-height: 30vh;
	border-radius: 5px;
}

.singlepost-feat-img-caption {
	align-items: center;
	color: #666666;
}


#singlepost-body {
	display: block;
	margin-top: 2%;
}
#singlepost-body div.thecontent {
	font-size: 1.3em;
	line-height: 1.5em;
}

#singlepost-body div.thecontent p {
	position: relative;
	margin-bottom: 1.2em;
}

.sb-label {
	font-size: 1.8em;
}

.sb-latestnews a {
	font-size: 0.85em;
}

.gpw {
	margin-bottom: 2rem;
	}

}
/* ===================  mobile layout Settings  ends here  ======================== */

/* ===================  gas price watch card starts here   ======================== */

.gpw {
	position: relative;
	display: grid;
	min-height: 320px;
	width: 94%;
	padding: 3%;
	border-radius: 5px;
	color: #ECECEC;
	overflow: hidden;
	background-image: linear-gradient(to right top, #83dce0, #8de3dd, #9ae9d9, #a8efd6, #b8f4d3, #b8f4d3, #b8f4d3, #b8f4d3, #a8efd6, #9ae9d9, #8de3dd, #83dce0);
	}

.gpw-dec {
	background-image: linear-gradient(to bottom, #90d5ff, #a6dbfb, #bbe1f7, #d0e7f3, #e4ecf0);
	color: #333333;
	}

.gpw-var {
	background-image: linear-gradient(to right top, #63f9ff, #7afbf3, #90fde8, #a5fede, #b9ffd7, #cbfbca, #dcf6c2, #ebf1bd, #f9e6b8, #ffdbba, #ffd3c2, #ffcccb);
	color: #000000;
	}

.gpw-inc {
	background-image: linear-gradient(to right top, #ff6863, #ff8174, #ff9786, #ffad9b, #ffc1b1, #ffc1b1, #ffc1b1, #ffc1b1, #ffad9b, #ff9786, #ff8174, #ff6863);
	color: #333;
	}

.gpw-header {
	font-size: 0.8em;
	}

.gpw-date {
	font-size: 1.5em;
	font-weight: bold;
	padding: 2%;
	width: 50%;
	margin: 2% auto;
	text-align: center;
	}

.gpw-date span {
	font-size: 0.6em;
	font-weight: normal;
	border-top: #999 solid 1px;
	padding: 2%;
	}

.gpw-fuel {
	margin: 5% 0%;
	}


.gpw-fuel div {
	margin: 2% auto;
	display: grid;
	grid-template-columns: 30% 70%;
	background:rgba(3,3,3,0.2);
	border-radius: 5px;
	align-content: center;
	}

.gpw-fuel div > * {
	padding: 3% 10%;
	align-content: center;
	font-size: 1em;
	font-weight: 400;
	}

.gpw-fuel div .gpw-fuel-val {
	font-size: 1.2em;
	font-weight: bold;
	text-align: end;
	}
.gpw-link {
	text-align: end;
	}

.gpw-link a,.gpw-link a:link,.gpw-link a:active,.gpw-link a:visited {
	text-decoration: none;
	color: #333;
	transition: all 0.2s ease-in-out;
}

.gpw-link a:hover {
	border-bottom: #333 solid 1px;
	transition: all 0.2s ease-in-out;
}

.gpw-dec .gpw-link a,.gpw-dec .gpw-link a:link,.gpw-dec .gpw-link a:active,.gpw-dec .gpw-link a:visited {
	text-decoration: none;
	color: #555;
	transition: all 0.2s ease-in-out;
}

.gpw-dec .gpw-link a:hover {
	border-bottom: #555 solid 1px;
	transition: all 0.2s ease-in-out;
}


/* ===================   gas price watch card ends here    ======================== */


/* ======================   RSS Reader Style Rendering   ========================== */

#rss-reader ul.rss-feed-list {
    list-style: none;
    padding: 0;
}
#rss-reader ul.rss-feed-list li {
    list-style: none;
    display: grid;
	grid-template-columns: 15rem 1fr;
    gap: 15px;
    margin-bottom: 20px;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
}
#rss-reader ul.rss-feed-list img.feed-thumb {
    width: 200px;
    height: 180px;
    object-fit: cover;
    border-radius: 6px;
}
#rss-reader ul.rss-feed-list a.feed-link {
	font-size: 1em;
}

#rss-reader ul.rss-feed-list div.feed-meta {
	font-size: 0.8em;
}

div.pnr-body-container h1.article-headline {
	line-height: 1em;
}
/* ======================   RSS Reader Style Rendering   ========================== */

