/*
Theme Name: Warp News
Theme URI: https://warp.md
Author: Adrian Bordeianu
Author URI: https://warp.md
Description: Warp News
Version: 1.0
Requires at least: 5.0
Tested up to: 6.0
Requires PHP: 7.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: warp
*/

:root {
	--selection-color: #ffffff;
	--selection-bg: #1cc2e7;
	--text-body: #94a9c9;
	--bg-body: #0f172a;
	--href-color: #1cc2e7;

	--navbar-border-bottom: #222f43;
	--navbar-bg: #0f172a;
	--navbar-text: #94A9C9;
	--nav-link-text: #94A9C9;
	--nav-link-hover-active: #1cc2e7;

	--nav-elements-bg: #0f172a;
	--input-border: #222F43;
	--input-bg: #131c31;
	--submit-button-text: #94A9C9;
	--submit-button-button-bg: #222f43;
	--submit-button-button-border: #222F43;
	--submit-button-button-bg-hover: #1cc2e7;
	--submit-button-text-hover: #ffffff;
	/* --title-gradient: linear-gradient(90deg, #0ea5ea, #0cc6d8 50%, #0ea5ea); */

	--title-gradient: #0ea6ea;
	--blog-subtitle: #94a9c9;

	--blog-post-category-bg: #222f43;
	--blog-post-category-text: #ffffff;
	--blog-post-category-text-hover: #ffffff;
	--blog-post-category-bg-hover: #0ea5ea;

	--blog-post-link-color: #b9e0f2;
	--blog-post-link-color-hover: #1cc2e7;
	--blog-post-excerpt: #94a9c9;
	--blog-post-time: #66768f;

	--buttons-general-text: #ffffff;
	--buttons-general-bg: #0ea5ea;

	--treding-news-bg: #131c31;
	--treding-news-border: #222F43;
	--section-title-border: #0ea5ea;
	--trending-news-post-tile: #94A9C9;
	--trending-news-post-tile-hover: #1cc2e7;
	--trending-news-date: #66768F;
	--trending-news-post-border-bottom: #222F43;

	--blockquote-bg: #131c31;
	--blockquote-cite: #5f80b1;

	--sub-nav-link-bg: #131c31;
	--sub-nav-link-text: #94a9c9;

	--footer-bg: #131c31;
	--footer-border: #222F43;
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

::selection {
	color: var(--selection-color);
	background: var(--selection-bg);
}

body {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
	color: var(--text-body);
	background-color: var(--bg-body);
	margin: 0;
	padding: 0;
	position: relative;
}

.margin-bottom-20 {
	margin-bottom: 20px;
}

a {
	color: var(--href-color);
	text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	padding: 0;
}

h1 {
	font-size: 45px;
}

h2 {
	font-size: 24px;
}

h3 {
	font-size: 21px;
}

h4 {
	font-size: 18px;
}

h5 {
	font-size: 15px;
}

h6 {
	font-size: 13px;
}

.container {
	padding-right: 20px;
	padding-left: 20px;
	margin-right: auto;
	margin-left: auto;
	max-width: 1200px;
}

/* DESKTOP NAV MENU START */
.navbar-fixed {
	position: sticky;
	top: 0;
	z-index: 100;
}

.navbar {
	background-color: var(--navbar-bg);
	color: var(--navbar-text);
	min-height: 80px;
	border-bottom: 1px solid var(--navbar-border-bottom);
}

.menu {
	min-height: 80px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}

.container-nav {
	padding-right: 20px;
	padding-left: 20px;
	margin-right: auto;
	margin-left: auto;
	max-width: 1350px;
}

.logo {
	display: flex;
	height: 80px;
	max-width: 207px;
	align-items: center;
}

.logo-link {
	display: inline-block;
	line-height: 0;
}

.logo-img {
	height: 50px;
	width: 100%;
	font-size: 40px;
	font-weight: 700;
	line-height: 50px;
	text-transform: uppercase;
	color: #c4d0e3;
}

.logo-img-white {
	height: 50px;
	width: 100%;
	font-size: 40px;
	font-weight: 700;
	line-height: 50px;
	text-transform: uppercase;
	color: #c4d0e3;
	display: none;
}

.navbar-list {
	display: flex;
	flex-wrap: wrap;
	list-style: none;
}

.nav-link {
	color: var(--nav-link-text);
	font-weight: 700;
	letter-spacing: .3px;
	font-size: 15px;
	display: block;
	position: relative;
	height: 80px;
	line-height: 80px;
	padding-left: 20px;
	padding-right: 20px;
}

.nav-link::after {
	content: "";
	position: absolute;
	bottom: -2px;
	left: 0;
	width: 100%;
	height: 3px;
	border-radius: 3px;
	background-color: var(--nav-link-hover-active);
	opacity: 0;
	transition: opacity 0.3s ease;
}

.nav-link:hover::after,
.nav-link.active::after {
	opacity: 1;
}

.nav-link.active {
	color: var(--nav-link-hover-active);
}

.nav-link:hover {
	color: var(--nav-link-hover-active);
}

.nav-link.active:hover {
	color: var(--nav-link-hover-active);
}

.navbar-icons {
	display: flex;
	flex-wrap: wrap;
	height: 25px;
	gap: 25px;
}

.navbar-icons .navbar-search-icon-white,
.navbar-icons .navbar-menu-icon-white {
	display: none;
}

.navbar-search-icon {
	height: 25px;
	width: 25px;
	cursor: pointer;
}

.navbar-menu-icon {
	height: 25px;
	width: 25px;
	cursor: pointer;
	display: none;
}

.mobile-navbar {
	display: none;
}

.mobile-navbar-list {
	display: none;
}

.search-container {
	display: none;
	width: 100%;
	height: 80px;
	background-color: var(--nav-elements-bg);
	border-bottom: 1px solid var(--navbar-border-bottom);
}

.search-form {
	height: 79px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}

.search-input {
	height: 55px;
	width: calc(100% - 105px);
	padding-left: 20px;
	border: solid 1px var(--input-border);
	border-radius: 16px;
	background-color: var(--input-bg);
	color: #5e99c9;
	font-size: 15px;
}

.search-submit {
	margin-left: 10px;
	height: 55px;
	width: 95px;
	color: var(--submit-button-text);
	background-color: var(--submit-button-button-bg);
	border: solid 1px var(--submit-button-button-border);
	cursor: pointer;
	border-radius: 16px;
	font-size: 15px;
	font-weight: 700;
}

.search-submit:hover {
	background-color: var(--submit-button-button-bg-hover);
	color: var(--submit-button-text-hover);
}

/* DESKTOP NAV MENU END */

/* TOP NEWS START */

.top-news-posts {
	display: flex;
	flex-direction: row;
	width: 100%;
	margin-top: 80px;
}

.top-news-link {
	color: var(--blog-post-link-color);
}

.top-news-link:hover {
	color: var(--blog-post-link-color-hover);
}

.column-top-one {
	width: 50%;
	margin-right: 30px;
	/* height: 600px; */
}

.top-news-post-first {
	width: 100%;
}

.top-news-post-first .top-image img {
	width: 100%;
	height: auto;
	aspect-ratio: 16 / 9;
	border-radius: 10px;
	object-fit: cover;
	position: relative;
	margin-bottom: 10px;
}

.top-news-post-first .top-news-details .top-news-link h2 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 1.2em;
	max-height: 3.6em;
	font-size: 28px;
}

.column-top-two {
	width: 50%;
	/* height: 600px; */
}

.top-news-post {
	width: 100%;
	display: flex;
	margin-bottom: 10px;
}

.top-news-post .top-image {
	width: 27%;
	margin-right: 15px;
}

.top-news-post .top-news-details {
	width: calc(73% - 15px);
}

.top-news-post .top-image img {
	width: 100%;
	height: auto;
	aspect-ratio: 1 / 1;
	border-radius: 10px;
	object-fit: cover;
}

.top-image a {
	width: 100%;
	height: 100%;
	display: block;
}

.top-news-post .top-news-details .top-news-link h2 {
	/* margin-bottom: 10px; */
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 1.2em;
	max-height: 3.6em;
	font-size: 23px;
}

.top-news-details span {
	font-size: 12px;
}



.blog-post-span-top {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-bottom: 10px;
	gap: 10px;
}


.blog-post-category-top {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.blog-post-category-top a {
	display: inline-block;
	background-color: var(--blog-post-category-bg);
	color: var(--blog-post-category-text);
	border-radius: 50px;
	padding: 6px 15px;
	font-size: 14px;
	line-height: 16px;
	font-weight: 700;
	text-decoration: none;
	display: inline-block;
	transition: 0.2s;
}

.blog-post-category-top a:hover {
	background-color: var(--blog-post-category-bg-hover);
	color: var(--blog-post-category-text-hover);
	transform: translateY(-2px);
}

.blog-post-time-top {
	/* height: 28px; */
	font-size: 14px;
}






















/* BLOG START */
.container-flex {
	display: flex;
	flex-wrap: wrap;
	margin-top: 50px;
}

.blog-container-home {
	padding-right: 20px;
	width: 100%;
	order: 1;
	flex: 1;
}

.blog-container {
	padding-right: 20px;
	width: 100%;
	order: 1;
	flex: 1;
}

.blog-tile-container {
	width: 100%;
	margin-bottom: 70px;
}

.blog-title {
	background: var(--title-gradient);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
	font-weight: 700;
	font-size: 45px;
	line-height: 61px;
	margin-bottom: 10px;
}

.blog-slogan {
	color: var(--blog-subtitle);
	font-size: 18px;
}

.blog-post {
	max-width: 100%;
	display: flex;
	margin-bottom: 25px;
	height: auto;
}

.blog-post-image {
	width: 35%;
}

.blog-post-image a {
	display: block;
	line-height: 0;
}

.blog-post-image img {
	width: 100%;
	height: auto;
	aspect-ratio: 1 / 1;
	border-radius: 10px;
	object-fit: cover;
	transition: 0.2s;
	position: relative;
	z-index: 2;
}

.blog-post-image img:hover {
	transform: translateY(-4px);
}

.blog-post-details {
	padding-left: 20px;
	width: 65%;
}

.blog-post-category {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-bottom: 10px;
}

.blog-post-category a {
	display: inline-block;
	background-color: var(--blog-post-category-bg);
	color: var(--blog-post-category-text);
	border-radius: 50px;
	padding: 6px 15px;
	font-size: 14px;
	line-height: 16px;
	font-weight: 700;
	text-decoration: none;
	display: inline-block;
	transition: 0.2s;
}

.blog-post-category a:hover {
	background-color: var(--blog-post-category-bg-hover);
	color: var(--blog-post-category-text-hover);
	transform: translateY(-2px);
}

.blog-post-details h2 {
	font-size: 24px;
	line-height: 33px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.blog-post-details .blog-post-link {
	color: var(--blog-post-link-color);
	display: block;
}

.blog-post-details .blog-post-link:hover {
	color: var(--blog-post-link-color-hover);
}

.blog-post-excerpt p {
	color: var(--blog-post-excerpt);
	font-size: 16px;
	line-height: 18px;
	font-style: normal;
	font-weight: 400;
}

.blog-post-details .blog-post-time {
	margin-top: 20px;
	color: var(--blog-post-time);
	font-size: 15px;
	line-height: 20px;
}

.pagination {
	max-width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.page-numbers {
	display: none;
}

.prev.page-numbers,
.next.page-numbers {
	text-decoration: none;
	color: var(--buttons-general-text);
	background-color: var(--buttons-general-bg);
	padding: 10px 13px 10px 13px;
	display: inline-block;
	border-radius: 10px;
	width: 135px;
	font-size: 16px;
	font-weight: 700;
}

.next {
	margin-left: auto;
}

.page-numbers:hover {
	transform: translateY(-2px);
}

/* BLOG END */


.crypto-widget {
	width: 100%;
	font-weight: 700;
	overflow-x: auto;

}

.crypto-widget table {
	width: 100%;
	border-collapse: collapse;
}

.crypto-widget table thead tr {
	padding-bottom: 10px;
}

.crypto-widget table thead tr th {
	border-bottom: 1px solid #323546;
	padding-bottom: 10px;
}


.crypto-image {
	width: 30px;
	height: 30px;
	margin-right: 10px;
}

.crypto-name {
	display: flex;
	align-items: center;
}

.crypto-widget th,
.crypto-widget td {
	padding-top: 15px;
	padding-bottom: 15px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.crypto-widget tr {
	border-bottom: 1px solid #323546;
}

.crypto-widget tr:last-child {
	border-bottom: 0px;
}

.price {
	text-align: right;
}

.change-positive {
	color: #16c784;
	text-align: right;

}

.change-negative {
	color: #ea3943;
	text-align: right;
	min-width: 80px;
}

.coin-market-cap {
	text-align: center;
	font-size: 11px;
	color: #6a7991;
}

/* TRENDING NEWS */
.trending-news-home {
	align-self: flex-start;
	position: -webkit-sticky;
	position: sticky;
	top: 115px;
	order: 2;
	flex: 0 0 350px;
	/* padding: 25px;
	border-radius: 10px;
	background-color: var(--treding-news-bg);
	border: 1px solid var(--treding-news-border); */
}

.trending-news {
	align-self: flex-start;
	position: -webkit-sticky;
	position: sticky;
	top: 90px;
	order: 2;
	flex: 0 0 350px;
}


.sidebar-style {
	padding: 25px;
	border-radius: 10px;
	background-color: var(--treding-news-bg);
	border: 1px solid var(--treding-news-border);	
}


.trending-news-title-container {
	font-size: 20px;
	background: var(--title-gradient);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
	position: relative;
	margin-bottom: 25px;
	padding-bottom: 10px;
}

.trending-news-title-container::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 30%;
	height: 3px;
	background-color: var(--section-title-border);
}

.trending-news-posts {
	display: block;
}

.trending-news-post {
	display: flex;
	border-bottom: solid 1px var(--trending-news-post-border-bottom);
	padding-top: 15px;
	padding-bottom: 15px;
	width: 100%;
	height: auto;
}

.trending-news-post:last-child {
	border-bottom: 0px;
	padding-bottom: 10px;
}

.trending-news-details {
	display: block;
}

.trending-news-details span {
	font-size: 14px;
	color: var(--trending-news-date);
}

.trending-image img {
	width: 64px;
	height: 64px;
	border-radius: 50%;
	object-fit: cover;
	margin-right: 20px;
}

.trending-news-post h2 {
	font-weight: 700;
	font-size: 16px;
	color: var(--trending-news-post-tile);
	margin-bottom: 10px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.trending-news-link h2:hover {
	color: var(--trending-news-post-tile-hover);
}

/* TRENDING NEWS END */

/* PAGE PHP */
.blog-page {
	max-width: 100%;
	margin-bottom: 25px;
	padding-bottom: 10px;
}

.blog-details-page h1 {
	font-size: 22px;
	margin-bottom: 10px;
}

.content-page p {
	font-size: 18px;
	margin-bottom: 20px;
}

.content-page h2,
h3,
h4,
h5,
h6 {
	margin-top: 20px;
	margin-bottom: 20px;
	color: var(--blog-post-link-color);
}

.content-page {
	line-height: 1.6em;
}

/* PAGE PHP END */

/* SINGLE POST */
.blog-post-single {
	max-width: 100%;
}

.blog-details-single h1 {
	background: var(--title-gradient);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
	font-weight: 700;
	font-size: 34px;
	/* line-height: 61px; */
	margin-bottom: 10px;
}

.post-date-single {
	display: flex;
	flex-wrap: wrap;
	min-height: 35px;
	align-items: center;
	margin-bottom: 15px;
	gap: 10px;
}

.blog-single-category {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.blog-single-category a {
	display: block;
	background-color: var(--sub-nav-link-bg);
	color: var(--sub-nav-link-text);
	border-radius: 16px;
	padding: 8px 15px 8px 15px;
	font-size: 14px;
	font-weight: 700;
}

.blog-single-category a:hover {
	background-color: var(--blog-post-category-bg-hover);
	color: var(--blog-post-category-text-hover);
}

.post-date-single span {
	color: var(--sub-nav-link-text);
	font-size: 14px;
}

.blog-image-single {
	margin-bottom: 20px;
	display: block;
	width: 100%;
}

.blog-image-single img {
	width: 100%;
	height: 100%;
	aspect-ratio: 16/9;
	border-radius: 10px;
	object-fit: cover;
	position: relative;
	z-index: 2;
	pointer-events: none;
}

.share-buttons {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	align-items: center;
	font-weight: 600;
	justify-content: flex-end;
}

.facebook-button,
.telegram-button {
	padding: 3px 7px 3px 7px;
	border-radius: 16px;
	font-size: 12px;
}

.facebook-button:hover,
.telegram-button:hover {
	background-color: #0cc6d8;
}

.facebook-button {
	background-color: #0164e1;
	color: #ffffff;

}

.telegram-button {
	background-color: #279bd2;
	color: #ffffff;
}

.content-single {
	margin-top: 10px;
	margin-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
}

.content-single p {
	font-size: 18px;
	margin-top: 20px;
	margin-bottom: 20px;
	color: var(--text-body);
	font-weight: 400;
	line-height: 28px;
}

.content-single h2,
h3,
h4,
h5,
h6 {
	margin-top: 20px;
	margin-bottom: 20px;
	color: var(--blog-post-link-color);
}

.tags-container {
	padding-left: 10px;
	padding-right: 10px;
	gap: 10px;
	display: flex;
	flex-wrap: wrap;
}

.source-container {
	padding-left: 10px;
	padding-right: 10px;
	gap: 10px;
	display: flex;
	flex-wrap: wrap;
	margin-top: 18px;
}

.tags-container a {
	display: block;
	background-color: var(--sub-nav-link-bg);
	color: var(--sub-nav-link-text);
	border-radius: 16px;
	padding: 8px 15px 8px 15px;
	font-size: 14px;
	font-weight: 700;
}

.tags-container a:hover {
	background-color: var(--blog-post-category-bg-hover);
	color: var(--blog-post-category-text-hover);
}

.content-single ul {
	padding-left: 25px;
	margin-top: 20px;
	margin-bottom: 20px;
}

.content-single ul li {
	font-size: 18px;
	/* list-style: var(--title-gradient); */
	color: var(--text-body);
	font-weight: 400;
	line-height: 28px;
}

.wp-block-image img {
	border-radius: 10px;
	position: relative;
	z-index: 2;
}

.wp-block-quote p {
	font-weight: 600;
}

blockquote {
	margin-top: 20px;
	margin-bottom: 20px;
	background-color: var(--blockquote-bg);
	border-radius: 10px;
	background-image: url(./inc/icons/quote.svg);
	background-repeat: no-repeat;
	background-position: 50% 20px;
	background-size: 30px auto;
	padding: 40px 20px 20px 20px;
}

blockquote cite {
	margin-top: .5em;
	padding: 0;
	color: var(--blockquote-cite);
	font-size: 12pt;
	text-align: left;
	font-style: italic;
}

blockquote cite:before {
	content: '- ';
}

#lightbox {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #0f172ade;
	justify-content: center;
	align-items: center;
	z-index: 2;
}

#lightbox img {
	max-width: 80%;
	max-height: 80%;
	margin-top: 81px;
	border-radius: 10px;
}

/* CATEGORY START */
.subcat {
	min-height: 60px;
	width: 100%;
	background-color: var(--nav-elements-bg);
	border-bottom: 1px solid var(--navbar-border-bottom);
}

.subcat-nav {
	padding: 11px 0 11px 0;
	min-height: 60px;
	width: 100%;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 10px;
}

.subcat-nav-link {
	display: block;
	background-color: var(--sub-nav-link-bg);
	color: var(--sub-nav-link-text);
	border-radius: 16px;
	padding: 8px 15px 8px 15px;
	font-size: 14px;
	font-weight: 700;
}

.subcat-nav-link:hover {
	background-color: var(--nav-link-hover-active);
	color: var(--blog-post-category-text-hover);
}

.subcat-nav-link.active {
	background-color: var(--nav-link-hover-active);
	color: var(--blog-post-category-text-hover);
}

.subcat-nav-link.active:hover {
	background-color: var(--nav-link-hover-active);
	color: var(--blog-post-category-text-hover);
}

.subcat-nav-link img {
	width: 17px;
	height: 13px;
}

/* CATEGORY END */

/* FOOTER START */
footer {
	margin-top: 30px;
	width: 100%;
	border-radius: 20px;
	min-height: 50px;
	background-color: var(--footer-bg);
	border: 1px solid var(--footer-border);
	margin-top: 30px;
	margin-bottom: 30px;
	padding-top: 50px;
	padding-bottom: 50px;
}

.footer-copyright-container {
	display: flex;
	align-items: center;
	min-height: 50px;
	justify-content: space-between;
	flex-wrap: wrap;
}

.footer-copyright {
	font-size: 15px;
	color: var(--nav-link-text);
}

.politica-de-confidentialitate a {
	color: var(--nav-link-text);
	font-size: 15px;
}

.politica-de-confidentialitate a:hover {
	color: var(--nav-link-hover-active);
}

.contact-container a {
	display: inline-block;
	background-color: var(--blog-post-category-bg);
	color: var(--blog-post-category-text);
	border-radius: 50px;
	padding: 6px 15px;
	font-size: 14px;
	line-height: 16px;
	font-weight: 700;
	text-decoration: none;
	display: inline-block;
	transition: 0.2s;
}

.contact-container a:hover {
	background-color: var(--blog-post-category-bg-hover);
	color: var(--blog-post-category-text-hover);
	transform: translateY(-2px);
}

.contact-container {
	margin-bottom: 10px;
}

/* FOOTER END */

iframe {
	border: 0;
	border-radius: 5px;
}

/* YOUTUBE EMBED */
.wp-block-embed-youtube {
	width: 100%;
}

.wp-embed-aspect-16-9 {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}

.wp-has-aspect-ratio {
	width: 100%;
}

.is-type-video .wp-block-embed__wrapper {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}

.is-type-video .wp-block-embed__wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* YOUTUBE EMBED END */
.twitter-tweet {
	margin-right: auto;
	margin-left: auto;
}

.content-404 {
	text-align: center;
	margin: 3rem 0;
}

.main-heading-404 {
	margin-bottom: 30px;
}

.content-404 button {
	padding: 20px 30px 20px 30px;
	border-radius: 10px;
	outline: none;
	border: none;
	background: var(--buttons-general-bg);
	color: var(--buttons-general-text);
	font-size: 20px;
	font-weight: 700;
	cursor: pointer;
}








@media screen and (max-width: 1200px) {
	/* .container {
		max-width: 1100px;
	} */

	.top-news-post-first .top-news-details .top-news-link h2 {
		font-size: 24px;
	}

	.top-news-post .top-news-details .top-news-link h2 {
		font-size: 18px;
	}
}

@media screen and (max-width: 992px) {
	/* .container {
		max-width: 890px;
	} */

	.top-news-post-first .top-news-details .top-news-link h2 {
		font-size: 22px;
	}

	.top-news-post .top-news-details .top-news-link h2 {
		font-size: 16px;
	}
}


@media screen and (max-width: 890px) {
	.container {
		max-width: 738px;
	}

	/* MOBILE MENU START */
	.navbar {
		min-height: 70px;
	}

	.menu {
		min-height: 70px;
	}

	.logo {
		height: 50px;
		max-width: 145px;
	}

	.logo-img {
		height: 35px;
	}

	.logo-img-white {
		height: 35px;
	}

	.navbar-list {
		display: none;
	}

	.navbar-menu-icon {
		display: block;
	}

	.mobile-navbar {
		display: none;
		z-index: 100;
		background-color: var(--nav-elements-bg);
		border-bottom: 1px solid var(--navbar-border-bottom);
	}

	.mobile-navbar-list {
		display: block;
		list-style: none;
		padding-top: 15px;
		padding-bottom: 15px;
		letter-spacing: .3px;
		font-size: 15px;
	}

	.mobile-navbar-list li {
		padding-top: 3px;
		padding-bottom: 3px;
		letter-spacing: .3px;
	}

	.nav-link {
		height: 30px;
		line-height: 30px;
		padding-left: 0px;
		padding-right: 0px;
	}

	.search-input {
		font-size: 11px;
	}

	/* MOBILE MENU END */



	.top-news-posts {
		display: flex;
		flex-direction: column;
		margin-top: 50px;
	}

	.column-top-one {
		width: 100%;
		margin-right: 0px;
		margin-bottom: 20px;

	}

	.column-top-two {
		width: 100%;
	}




	.container-flex {
		margin-top: 20px;
		display: flex;
		flex-direction: column
	}

	.trending-news-home {
		order: 2;
		position: static;
		max-width: 100%;
		margin-bottom: 20px;
		/* padding: 20px 10px 20px 10px; */
	}

	.trending-news {
		order: 2;
		position: static;
		max-width: 100%;
		margin-top: 20px;
		margin-bottom: 20px;
		/* padding: 20px 10px 20px 10px; */
	}

	.trending-news-posts {
		position: relative;
		z-index: 2;
	}

	.blog-container-home {
		order: 2;
		padding-right: 0px;
	}

	.blog-container {
		order: 1;
		padding-right: 0px;
	}
}

@media screen and (max-width: 768px) {
	.container {
		max-width: 630px;
	}

	.top-news-posts {
		display: flex;
		flex-direction: column;
		margin-top: 35px;
	}
}

@media screen and (max-width: 630px) {
	.container {
		max-width: 580px;
	}

	/* MOBILE HOME PAGE AND BLOG */
	.blog-tile-container {
		margin-bottom: 40px;
	}

	.blog-post {
		display: block;
		margin-bottom: 50px;
	}

	.blog-post-image {
		width: 100%;
		margin-bottom: 10px;
	}

	.blog-post-image img {
		width: 100%;
		height: auto;
		aspect-ratio: 4 / 3;
	}

	.blog-post-details {
		width: 100%;
		padding-top: 10px;
		padding-bottom: 10px;
		padding-left: 10px;
		padding-right: 10px;
	}

	.blog-post-details h2 {
		font-size: 20px;
		line-height: 30px;
	}

	.blog-post-excerpt p {
		padding-right: 0px;
		font-size: 14px;
	}

	.blog-post-details .blog-post-time {
		margin-top: 10px;
	}

	/* BLOG SINGLE  */
	.content-single {
		padding-left: 7px;
		padding-right: 7px;
	}

	.blog-details-single h1 {
		font-size: 30px;
		line-height: 38px
	}

	.blog-image-single {
		margin-bottom: 15px;
	}

	/* FOOTER START */

	.contact-container {
		text-align: center;
	}

	.footer-copyright-container {
		flex-direction: column;
		justify-content: center;
	}

	.footer-copyright {
		font-size: 14px;
		text-align: center;
	}

	.politica-de-confidentialitate {
		text-align: center;
	}

	.politica-de-confidentialitate a {
		font-size: 12px;
	}
}

@media screen and (max-width: 510px) {
	/* .trending-news-home {
		padding: 15px 15px 15px 15px;
	}

	.trending-news {
		padding: 15px 15px 15px 15px;
	} */

	.trending-news-details span {
		display: none;
	}

}


@media screen and (max-width: 400px) {


	.crypto-widget {
		font-size: 12px;

	}
}



@media screen and (max-width: 375px) {
	.footer-copyright {
		font-size: 13px;
	}
}

@media (hover: none) {
	.blog-post-image img:hover {
		transform: none;
	}

	.blog-post-category a:hover {
		transform: none;
	}

	.page-numbers:hover {
		transform: none;
	}
}

@media (prefers-color-scheme: light) {
	:root {
		--selection-color: #ffffff;
		--selection-bg: #1cc2e7;
		--text-body: #566c8b;
		--bg-body: #f9fbff;
		--href-color: #1cc2e7;

		--navbar-border-bottom: #c2d4ee;
		--navbar-bg: #f9fbff;
		--navbar-text: #4a576a;
		--nav-link-text: #4a576a;
		--nav-link-hover-active: #1cc2e7;

		--nav-elements-bg: #f9fbff;
		--input-border: #c2d4ee;
		--input-bg: #e8edf5;
		--submit-button-text: #94A9C9;
		--submit-button-button-bg: #e9eef5;
		--submit-button-button-border: #c2d4ee;
		--submit-button-button-bg-hover: #1cc2e7;
		--submit-button-text-hover: #ffffff;

		/* --title-gradient: linear-gradient(90deg, #0ea5ea, #0cc6d8 50%, #0ea5ea); */

		--title-gradient: #0ea6ea;
		--blog-subtitle: #58759D;

		--blog-post-category-bg: #e9eef5;
		--blog-post-category-text: #66768f;
		--blog-post-category-text-hover: #ffffff;
		--blog-post-category-bg-hover: #1cc2e7;

		--blog-post-link-color: #344161;
		--blog-post-link-color-hover: #1cc2e7;
		--blog-post-excerpt: #58759D;
		--blog-post-time: #66768f;

		--buttons-general-text: #ffffff;
		--buttons-general-bg: #0ea5ea;

		--treding-news-bg: #ffffff;
		--treding-news-border: #c2d4ee;
		--section-title-border: #1cc2e7;
		--trending-news-post-tile: #344161;
		--trending-news-post-tile-hover: #1cc2e7;
		--trending-news-date: #66768F;
		--trending-news-post-border-bottom: #c2d4ee;

		--blockquote-bg: #ffffff;
		--blockquote-cite: #5f80b1;

		--sub-nav-link-bg: #e9eef5;
		--sub-nav-link-text: #66768f;

		--footer-bg: #ffffff;
		--footer-border: #c2d4ee;


	}

	.logo-img {
		display: none;
	}

	.logo-img-white {
		display: block;
	}

	.navbar-search-icon {
		display: none;
	}

	.navbar-menu-icon {
		display: none;
	}

	.navbar-icons .navbar-search-icon-white {
		display: block;
		height: 25px;
		width: 25px;
		cursor: pointer;
	}

	.navbar-icons .navbar-menu-icon-white {
		height: 25px;
		width: 25px;
		cursor: pointer;
		display: none;
	}

	@media screen and (max-width: 890px) {
		.navbar-icons .navbar-menu-icon-white {
			display: block;
		}

		.trending-news-home {
			padding: 20px 10px 20px 10px;
		}

		.trending-news {
			padding: 20px 10px 20px 10px;
		}
	}

	.crypto-widget table thead tr th {
		border-bottom: 1px solid #c2d4ee;

	}

	.crypto-widget tr {
		border-bottom: 1px solid #c2d4ee;
	}

}