/*
Theme Name: Tellusim
Text Domain: tellusim
Description: Tellusim theme.
Version: 1.14
Author: Tellusim Technologies Inc.
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

@font-face {
	font-family: open-sans;
	src: url(/fonts/OpenSans-Regular.ttf);
}
@font-face {
	font-family: open-sans-bold;
	src: url(/fonts/OpenSans-Bold.ttf);
}

body {
	width: 100%;
	margin: auto;
	background: #000;
	font-family: open-sans, sans-serif;
	color: #fff;
}
p {
	margin: 0;
}
p:empty::before {
	content: "";
}
a, a:hover {
	color: #fff;
}

.navbar {
	padding: 0 10rem;
}
.navbar-color {
	background: #000;
}
.navbar-toggler {
	margin: 1rem 0 1rem auto;
}
.nav-link {
	font-family: open-sans-bold;
	margin: 1rem 0 1rem 1rem;
	color: #eee !important;
	font-size: 1.1rem;
}
.nav-link:hover {
	color: #fff !important;
}
.active > .nav-link {
	color: #fff !important;
	text-decoration: underline;
}
.nav-dropdown-menu {
	background: #222;
}
.nav-dropdown-menu .nav-link {
	margin: 0 0 0 1rem;
}
.nav-dropdown-toggle::after {
	display: none !important;
}

.carousel-image {
	width: 100%;
	height: 400px;
	object-fit: cover;
}

.ts-card {
	background-color: #b11532;
	border-radius: 1rem;
	padding: 0.2rem;
}
.ts-card-body {
	background-color: #000;
	border-radius: 0.8rem;
}

.ts-modal-header {
	font-family: open-sans-bold;
	font-size: 1.1rem;
	color: #000;
}
.ts-modal-dialog {
	color: #000;
}

.ts-title {
	font-family: open-sans-bold;
	font-size: 1.4rem;
}
.ts-image {
	vertical-align: middle;
	border-style: none;
	width: 100%;
}
.ts-feature {
	margin: 0 0 1rem 0;
	max-width: 60rem;
}
.ts-about {
	font-size: 1.2rem;
}
.ts-contact {
	font-family: open-sans-bold;
	font-size: 1.4rem;
}
.ts-post {
	padding: 2rem 2rem;
	border-radius: 1rem;
	background-color: #f7f7f7;
	color: #000;
}
.ts-post p {
	line-height: 1.5;
	text-align: justify;
	margin-bottom: 0.75rem;
}
.ts-post a {
	color: #008;
}
.ts-post pre {
	line-height: 1.25;
	font-size: 0.75rem;
	font-family: monospace;
	padding: 0.5rem 1rem;
	margin: 0.5rem 0 0.5rem 0;
	background-color: #222;
	border-radius: 0.5rem;
	color: #eee;
}
.ts-post-link {
	font-family: open-sans-bold;
	text-align: left !important;
	font-size: 1.4rem;
	color: #000;
}
.ts-post-line {
	border-color: #000;
}
.ts-error {
	border-radius: 1rem;
	background-color: #222;
	text-align: center;
	color: #fff;
}

.ts-scroll {
	overflow: auto;
}
.ts-blog-table {
	border-radius: 1rem;
	line-height: 1rem !important;
}
.ts-blog-image {
	border-radius: 1rem;
}

.ts-amd {
	color: #e31b41 !important;
}
.ts-apple {
	color: #ffffff !important;
}
.ts-intel {
	color: #0071c5 !important;
}
.ts-nvidia {
	color: #76b900 !important;
}
.ts-qualcomm {
	color: #3253dc !important;
}
.table > thead > tr:first-child > th {
	border: none;
}

.ts-item-post {
	padding: 2rem 2rem;
	border-radius: 1rem;
	background-color: #323232;
	margin-bottom: 1rem;
	color: #f7f7f7;
}
.ts-item-header {
	font-family: open-sans-bold;
	font-size: 1.4rem;
}
.ts-item-line {
	border-color: #fff;
}
.ts-item-post a {
	text-decoration: underline;
}
.ts-item-grid {
	margin-bottom: 1rem;
	grid-template-columns: repeat(auto-fill, minmax(400px, 1fr));
	grid-gap: 1rem;
	display: grid;
}
.ts-item-container {
	position: relative;
}
.ts-item-title {
	position: absolute;
	text-shadow: 2px 2px black;
	font-size: 1.2rem;
	color: #fff;
	left: 2rem;
	top: 1rem;
}
.ts-item-image {
	border-radius: 1rem;
	min-width: 400px;
	min-height: 225px;
}
.ts-privacy {
	font-family: open-sans-bold;
	font-size: 1.7rem;
	color: #fff;
}

.ts-navigation {
	text-align: center;
	flex-wrap: nowrap;
	margin-bottom: 2rem;
	color: #fff;
}
.ts-prev {
	font-family: open-sans-bold;
	margin: 0 1rem 0 0;
	font-size: 1.2rem;
}
.ts-next {
	font-family: open-sans-bold;
	margin: 0 0 0 1rem;
	font-size: 1.2rem;
}

.content {
	margin: 1rem 10rem 0 10rem;
}

.wp-block-button__link {
	border-radius: 0.5rem;
	padding: 0.5rem 1rem;
}

.wp-block-table {
	border-collapse: collapse;
}
.wp-block-table td, .wp-block-table th {
	border: 1px solid;
}

.btn-danger {
	background-color: #b11532;
	border-color: #b11532;
	margin: 0.25rem 0.25rem;
	min-width: 10rem;
}
.btn-danger:hover, .btn-danger:active, .btn-danger:focus, .btn-danger:visited {
	background-color: #f71e46 !important;
	border-color: #f71e46;
}

.tooltip .arrow:before {
	border-bottom-color: #222;
}
.tooltip .tooltip-inner {
	background-color: #222;
}

.footer {
	width: 100%;
	color: black;
	display: flex;
	flex-wrap: nowrap;
	flex-direction: row;
	justify-content: space-between;
	margin-bottom: 2rem;
}
.footer-copyright {
	font-size: 0.8rem;
	text-align: center;
	color: #aaa;
}
.footer-spacer {
	display: flex;
	flex-wrap: nowrap;
	flex-direction: row;
	justify-content: flex-end;
	margin: 0 10rem 0 0;
	min-width: 8rem;
}
.footer-item {
	width: 1.5rem;
	height: 1.5rem;
	margin: 1rem 0.5rem;
}
.footer-icon {
	display: inline-block;
	width: 1.5rem;
	height: 1.5rem;
	fill: #fff;
}

.menu-icon {
	display: inline-block;
	margin-bottom: 0.2rem;
	width: 1.5rem;
	height: 1.5rem;
	fill: #fff;
}

@media all and (min-width: 768px) {
	.nav-item .nav-dropdown-menu { display: none; margin: 0; }
	.nav-item:hover .nav-dropdown-menu { display: block; }
}
@media all and (max-width: 768px) {
	.nav-item .nav-dropdown-menu { display: block; }
	.nav-link { margin: 0; }
}
@media all and (max-width: 1200px) {
	.navbar { padding: 0 6rem; }
	.content { margin: 1rem 6rem 0 6rem; }
	.footer-spacer { margin: 0 6rem 0 0; }
}
@media all and (max-width: 768px) {
	.navbar { padding: 0 2rem; }
	.content { margin: 1rem 2rem 0 2rem; }
	.footer-spacer { margin: 0 2rem 0 0; }
	.ts-post { padding: 2rem 1rem; }
}
@media all and (max-width: 576px) {
	.navbar { padding: 0 1rem; }
	.content { margin: 1rem 1rem 0 1rem; }
	.footer-spacer { margin: 0 1rem 0 0; }
	.ts-post { padding: 2rem 0.5rem; }
}
@media (prefers-color-scheme: dark) {
	.ts-post { background-color: #222; color: #fff; }
	.ts-post pre { background-color: #444; }
	.ts-post a { color: #77f; }
	.ts-post-link { color: #fff; }
	.ts-post-line { border-color: #fff; }
}
