/*
Theme Name: Tiejunior
Theme URI: 
Author: the tiejunior team
Author URI: https://hip.wolfi.site
Description: My theme
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: 
*/
@font-face {
	font-family: 'Montez';
	font-style: normal;
	font-weight: 400;
	src: url('fonts/Montez.eot');
	src: url('fonts/Montez.eot?#iefix') format('embedded-opentype');
	src:
		local('Montez'),
		local('Montez-Regular'),
		url('fonts/Montez.woff') format('woff');
}
@font-face {
	font-family: 'Oxygen';
	font-style: normal;
	font-weight: 400;
	src: url('fonts/Oxygen.eot');
	src: url('fonts/Oxygen.eot?#iefix') format('embedded-opentype');
	src:
		local('Oxygen'),
		local('Oxygen-Regular'),
		url('fonts/Oxygen.woff') format('woff');
}

@font-face {
	font-family: 'Yanone Kaffeesatz';
	font-style: normal;
	font-weight: 400;
	src: url('fonts/yanone-kaffeesatz.eot');
	src: url('fonts/yanone-kaffeesatz.eot?#iefix') format('embedded-opentype');
	src:
		local('Yanone Kaffeesatz Regular'),
		local('YanoneKaffeesatz-Regular'),
		url('fonts/yanone-kaffeesatz.woff2') format('woff2');
}
@font-face {
	font-family: 'Roboto Regular';
	src: url('fonts/roboto-regular.woff2') format('woff2');
	font-weight: normal;
	font-style: normal;
}

.entry-header,
.small {
	margin-bottom: 1rem;
}
.post-info {
	margin-bottom: 0;
}
.card-text {
	font-size: 1.2rem;
}
.entry-date,
.entry-standard {
	font-size: 0.875rem;
}
.nav-previous,
.form-group {
	margin-bottom: 10px;
}
.post-tag a,
.url,
.nav-previous a,
.nav-next a,
.post-info a {
	text-decoration: none;
}
/* ================= LOGO ================= */

#logo {
	position: relative;
	display: block;
	padding: 0;
	text-align: left;
	word-wrap: break-word;
}
#logo a {
	font-family: 'Montez', Verdana, Geneva, sans-serif;
	font-size: 46px;
	color: #fff;
	text-decoration: none;
	text-align: left;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}
#logo a:hover {
	text-decoration: none;
	color: #1abc9c;
	border-bottom: none;
}

#logo a img {
	margin-top: -15px;
}
/* ================= SIDE SIDEBAR ================= */
#sidebar ul {
	list-style: none;
	ist-style: none;
	font-weight: 300;
	margin: 0;
}
#sidebar a {
	text-decoration: none;
}
.widget-title {
	font-family: 'Yanone Kaffeesatz';
	font-size: 28px;
}
.wp-widget-group__inner-blocks {
	flex: 1 1 auto;
	padding: 1rem 1rem;
}
#wp-calendar th,
#wp-calendar #today,
#wp-calendar #today a {
	background: #212121;
	font-family: 'Oxygen', Verdana, Geneva, sans-serif;
}

#wp-calendar #today,
#wp-calendar #today a {
	background: #1abc9c;
}

#wp-calendar a:hover {
	border: none;
	color: #fff;
}

#wp-calendar {
	background: #262626;
	width: 100%;
}

#wp-calendar caption {
	font-size: 16px;
	text-transform: uppercase;
	text-align: left;
	font-family: 'Oxygen', Verdana, Geneva, sans-serif;
	caption-side: top;
	background-color: #ffffff00;
}
#wp-calendar th,
#wp-calendar td {
	text-align: center;
	font-size: 14px;
	color: #fff;
	padding: 3px 6px;
	border-width: 0;
}
#wp-calendar td a {
	display: block;
	text-align: center;
	font-size: 14px;
	color: #0d6efd;
	text-decoration: none;
}

#wp-calendar td#prev a,
#wp-calendar td#prev a {
	text-decoration: none;
	text-align: left;
}

#wp-calendar th {
	font-weight: bold;
}
tr:nth-child(2n + 2) {
	background-color: #212121;
}
/* ================= SIDE SIDEBAR ================= */
