/*
Theme Name:  Immortal - Fast and customizable WP Theme
Author:      Tible Technologies
Author URI:  https://tibletech.com/es
Description: Plantilla para WordPress sencilla, eficiente y personalizable.
Version:     1.1
*/

@charset "UTF-8";


:root {
	--color-theme:       #ec6d1b;
	--color-theme-dark:  #da5720;
	--color-theme-light: #ed8254;
	--color-theme-lighter: #ed825414;
	--color-theme-light-alpha25: rgba(237, 130, 84, .25);
	--color-gray:        #888;
	--color-gray-light:  #f4f6f8;

	--bs-border-radius: 0.375rem;

	--bs-spacing-6: 4rem;
	--bs-spacing-7: 5rem;
}

.color-theme {
	color: var(--color-theme);
}
.color-theme:hover {
	color: var(--color-theme);
}

@font-face {
	font-family: 'Bubbleboddy Neue';
	font-weight: 100;
	src: url('/wp-content/themes/immortal-by-tible/font/bubbleboddy-neue-thin.woff2') format('woff2'),
        url('/wp-content/themes/immortal-by-tible/font/bubbleboddy-neue-thin.woff') format('woff');
}
@font-face {
	font-family: 'Bubbleboddy Neue';
	font-weight: 200;
	src: url('/wp-content/themes/immortal-by-tible/font/bubbleboddy-neue-light.woff2') format('woff2'),
        url('/wp-content/themes/immortal-by-tible/font/bubbleboddy-neue-light.woff') format('woff');
}
@font-face {
	font-family: 'Bubbleboddy Neue';
	font-weight: 400;
	src: url('/wp-content/themes/immortal-by-tible/font/bubbleboddy-neue.woff2') format('woff2'),
        url('/wp-content/themes/immortal-by-tible/font/bubbleboddy-neue.woff') format('woff');
}
@font-face {
	font-family: 'Bubbleboddy Neue';
	font-weight: 700;
	src: url('/wp-content/themes/immortal-by-tible/font/bubbleboddy-neue-bold.woff2') format('woff2'),
        url('/wp-content/themes/immortal-by-tible/font/bubbleboddy-neue-bold.woff') format('woff');
}
@font-face {
	font-family: 'Bubbleboddy Neue';
	font-weight: 900;
	src: url('/wp-content/themes/immortal-by-tible/font/bubbleboddy-neue-extra.woff2') format('woff2'),
        url('/wp-content/themes/immortal-by-tible/font/bubbleboddy-neue-extra.woff') format('woff');
}

html, 
body {
	font-family: "Bubbleboddy Neue" !important;
	font-size: 20px;
	color: #333;
	font-weight: 200;
	min-height: 100%;
}
html{
	-ms-text-size-adjust:100%;
	-webkit-text-size-adjust:100%;
}
body{
	background-color: #fff;
	padding: 0;
	margin: 0;
	font-weight: light !important;
	font-style: normal;
	position: relative;
	cursor: auto;
}
*,
*:before,
*:after{
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}


#wpadminbar {
	position: fixed;
}



a {
	color: #337ab7;
}
.bg-secondary-light {
	background-color: #e2e2e2;
}



#main_header {
	box-shadow: #ccc 0px 5px 10px;
}


/* #### MENUS ####*/
#main_menu .navbar-nav {
	flex-wrap: wrap;
}
#main_menu .nav-item,
#main_menu .nav-link {
	color: var(--color-theme);
}
#main_menu .nav-item .nav-link {
	padding: 8px;
	line-height: 20px;
	font-size: 18px;
}
#main_menu_collapse > ul > .nav-item {
	font-weight: 400;
}
/* elemento desplegado */
#main_menu .dropdown.show {
	color: #000;
}
/* submenú desplegable */
#main_menu .dropdown-menu {
	margin-top: -1px;
	border: none;
}
#main_menu .dropdown-menu .dropdown-item {
	color: #fff;
	border-bottom: 1px solid #ddd;
	font-size: 15px;
}
#main_menu .nav-item:hover,
#main_menu .nav-link:hover,
#main_menu .dropdown-menu .dropdown-item:hover {
	color: #000 !important;
}

#sub_main_menu_container {
	background-color: #1d2327;
}

@media (max-width: 991px) {
	#main_menu { padding: 0; }
	#main_menu .nav-item { border: none; }
}
@media (min-width: 992px) {
	#main_menu { font-size: 16px; }
	#main_menu .nav-item .nav-link { padding: 12px 10px; }
}

/* Efecto parallax */
.parallax-container {
	background-attachment: fixed !important;
	box-shadow: inset 0 0 8px rgba(0,0,0,.5);
}

/* BOTÓN GO TO TOP */
.link-top {
	height: 60px;
	width: 60px;
	display: flex;
	position: fixed;
	bottom: 20px;
	right: 20px;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	color: #fff;
	background-color: var(--color-theme);
	z-index: 10000;
}
.link-top:hover {
	background-color: var(--color-theme-light);
	color: #000;
}

@media (max-width: 991px) {
	.link-top {
		font-size: 12px;
		width: 40px;
		height: 40px;
		right: 10px;
		bottom: 10px;
	}
}


/* ### SINGLE ### */
#single_post_container {
	line-height: 24px;
	color: #333;
}
#single_post_container #post_content * {
	max-width: 100% !important;
}
/* #single_post_container #post_content img {
	height: auto !important;
} */

#single_post_container #post_content h1 {
	font-size: 30px; 
	color: #000;
	font-weight: bold;
	border-bottom: 1px solid #e2e2e2;
	padding: 0 0 10px;
}
#single_post_container #post_content h2 { font-size: 25px; color: #000; font-weight: bold; }
#single_post_container #post_content h3 { font-size: 21px; color: #000; font-weight: bold; }
#single_post_container #post_content h4 { font-size: 19px; color: #000; font-weight: bold; }
#single_post_container #post_content h5 { font-size: 17px; color: #000; font-weight: bold; }
#single_post_container #post_content h6 { font-size: 15px; color: #000; font-weight: bold; }

#single_post_container #post_content p {
	text-align: justify;
	text-indent: 15px;
}
#single_post_container #post_content p.ez-toc-title {
	text-indent: 0px;
}
#single_post_container #post_content a.ez-toc-btn {
	background: white;
}
#single_post_container #post_content blockquote {
	margin-left: 25px;
	margin-right: 25px;
	padding: 5px;
	padding-left: 10px;
	border-left: 3px solid var(--color-theme);
	font-size: 115%;
	text-align: left;
}
#single_post_container #post_content blockquote cite {
	font-size: 80%;
}
#single_post_container #post_content figcaption {
	text-align: center;
	font-style: italic;
	font-weight: 200;
	font-size: 85%;
	color: #666;
}
#single_post_container #post_content code {
	border: 1px solid #ccc;
	background-color: #f5f5f5;
	color: #000;
	border-radius: 5px;
	padding: 10px;
}

#single_post_container #post_content #post_subtitle {
	font-size: 20px;
	margin: 20px 0 5px !important;
	color: #126c91 !important;
}
.post_date {
	margin: 10px 0px 0px 0px;
	color: #219EDB;
	font-size: 12px;
}

/* ### COMMENTS ## */
#comment {		
	display: block;
	width: 100%;
	border-radius: 5px;
	border: 1px solid #cbcbcb;
	padding: .66rem;
}
.recent_title {
	font-weight: bold;
	color: #1a4b88;
}

/* ## BÚSQUEDA ### */
.search_result_post {
	background: #fff;
}
.search_result_post .search_result_post_excerpt {
	font-size: 18px;
}
.search_result_post .search_result_post_img {
	height: 230px;
	background-color: #ebebeb;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.search_result_post h2 {
	font-size: 1.2rem;
}
.search_result_post:hover {
	box-shadow: 0 .5rem 1rem rgba(0,0,0,.15);
	transition: 0.5s;
}

.page_title,
.category_name {
	font-size: 20px; 
	margin: 8px 0 15px !important;
	border-bottom: 1px solid #e2e2e2;
	padding: 0 0 10px; 
	font-weight: bold;
}
/* ### PAGINACIÓN ### */
.navigation.pagination .nav-links {
	display: flex;
}
.navigation.pagination .nav-links .page-numbers {
	border-radius: 50%;
	font-size: 22px;
	background-color: #1d2327;
	margin: 5px;
	padding: 16px;
	width: 46px;
	height: 46px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	text-decoration: none;
	box-shadow: 0 .5rem 1rem rgba(0,0,0,.15);
}

.navigation.pagination .nav-links a.page-numbers:hover {
	background-color: #126c91;
	color: #fff;
	transition: 0.5s;
}
.navigation.pagination .nav-links .page-numbers.current {
	background-color: #e95d0f;
	color: #fff;
}

/* Navegación de posts */
nav.navigation.post-navigation {
	margin-top: 25px;
	margin-bottom: 15px;
}
nav.navigation.post-navigation .nav-links {
	display: flex;
	justify-content: space-between;
	font-size: 18px;
}
nav.navigation.post-navigation .nav-links a {
	color: var(--color-theme);
}
nav.navigation.post-navigation .nav-links a:hover {
	color: #000;
}

/* ### FOOTER ### */
footer,
#subfooter_menu_container {
	font-size: 12px;
}
footer a {
  color: #09C;
}

footer a:hover {
  color: #fff;
}

footer h4 {
	font-size: 14px;
	margin-bottom: 0;
}