/*
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.0.0
*/


@charset "UTF-8";

html,
body {
	/* height:100%; */
	font-size:100%;
}
html{
	-ms-text-size-adjust:100%;
	-webkit-text-size-adjust:100%;
}
body{
	background-color: #fff;
	color:#777777;
	padding:0;
	margin:0;
	font-family: Helvetica, Arial, Verdana, Tahoma, sans-serif;
	font-weight:normal !important;
	font-style: normal;
	font-size: 1.2em;
	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;
}
.text-theme {
	color: #2b4e9f;
}
.text-theme-alt {
	color: #219edb;
}

/* #### BOTONES ####*/
.btn-theme {
	color: #fff;
	background-color: #2b4e9f;
	border-color: #2b4e9f;
}
.btn-theme:hover {
	color: #fff;
	background-color: #092c7d;
	border-color: #092c7d;
}
.btn-theme-light {
	color: #fff;
	background-color: #219edb;
	border-color: #219edb;
}
.btn-theme-light:hover {
	color: #fff;
	background-color: #007cb9;
	border-color: #007cb9;
}

/* #### MENUS ####*/
#main_menu .navbar-nav {
	flex-wrap: wrap;
}
#main_menu .nav-link {
	color: #fff;
}
#main_menu .nav-item .nav-link {
	padding: 8px;
	line-height: 20px;
	font-size: 14.4px;
}
#main_menu_collapse > ul > .nav-item {
	font-weight: 400;
}
#main_menu .dropdown.show {
	background-color: #219EDB;
}
#main_menu .dropdown-menu {
	background-color: #219EDB;
	margin-top: -2px;
	border: none;
}
#main_menu .dropdown-menu .dropdown-item {
	color: #fff;
	border-bottom: 1px solid #2ea5df;
	font-size: 12px;
}
#main_menu .nav-item:hover {
	background-color:  #219EDB;
	color: #fff;
}
#main_menu .dropdown-menu .dropdown-item:hover {
	background: #336699;
	color: #FFF;
}

#sub_main_menu_container {
	background-color: #002e4f;
}

@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: #333;
	background-color: #ffc107;
	z-index: 10000;
}
.link-top:hover {
	background-color: #eeb000;
	color: #000;
}

@media (max-width: 991px) {
	.link-top {
		font-size: 12px;
		width: 40px;
		height: 40px;
		right: 10px;
		bottom: 10px;
	}
}


/* ### SINGLE ### */
#single_post_container {
	font-size: 14px;
}
#single_post_container #post_content * {
	max-width: 100% !important;
}
#single_post_container #post_content img {
	height: auto !important;
}

#single_post_container h1 { font-size: 20px; margin: 8px 0 15px !important;border-bottom: 1px solid #e2e2e2;color: #cf2f24;padding: 0 0 10px; font-weight: bold;}
#single_post_container h2 { font-size: 18px; }
#single_post_container h3 { font-size: 16px; }
#single_post_container h4 { font-size: 14px; }
#single_post_container h5 { font-size: 12px; }
#single_post_container h6 { font-size: 10px; }

#single_post_container #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: 13px;
}
.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.4rem;
}
.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;
	color: #cf2f24;
	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: #002e4f;
	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 */
.post-navigation .nav-links {
  display: flex;
  justify-content: space-between;
  font-size: 18px;

}

/* ### FORMS ### */
.input-group {
	font-size: 1rem;
}
.custom-file-input:lang(es) ~ .custom-file-label::after {
    content: "Elegir";
}
/* ### MODAL ### */
.body-video-modal .modal-backdrop.show {
	opacity:0.85 !important;
}

/* ### 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;
}

/* ### PÁGINA DE SELECIIÓN ### */
.fair-ticket-box {
	border: 2px solid #ccc;
	position: relative;
	height: 180px;
}
.fair-ticket-box:before {
	content: "";
	position: absolute;
	top: 0;
	margin-top: calc(90px - 18px);
	left: -2px;
	width: 20px;
	height: 36px;
	background-color: #ededed;
	border: 2px solid #ccc;
	border-left: none;
	border-top-right-radius: 50%;
	border-bottom-right-radius: 50%;
	z-index: 10;
}

.fair-ticket-box:after {
	content: "";
	position: absolute;
	top: 0;
	margin-top: calc(90px - 18px);
	right: -2px;
	width: 20px;
	height: 36px;
	background-color: #ededed;
	border: 2px solid #ccc;
	border-right: none;
	border-top-left-radius: 50%;
	border-bottom-left-radius: 50%;
	z-index: 10;
}
.fair-ticket-box > div {
	position: relative;
	border: 2px dashed #ccc;
}

.svf-selector-col a {
	text-decoration: none;
}
.svf-selector-col a:hover{
	scale: 1.02;
}

  /* ### BARRA LATERAL CON BUSCADOR DE STAND ### */
#search_stands_sidebar_btn {
	position: fixed;
	top: calc(50% - 19px);
	z-index: 9999;
	transform: rotate(-90deg);
	margin: 0 !important;
	background-color: #2b4e9f;
	border-color: transparent;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
}
#search_stands_sidebar {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	max-width: 100%;
	z-index: 9999;
}
#search_stands_sidebar .directory-stands-container {
	overflow-y: auto;
}
#search_stands_sidebar .close_directory_btn {
	position: absolute;
	top: 0;
	right: 0;
}
@media(min-width:768px) {
	#search_stands_sidebar {
		width: 50%;
	}
}
@media(min-width:992px) {
	#search_stands_sidebar {
		width: 40%;
	}
}
@media(min-width:1200px) {
	#search_stands_sidebar {
		width: 25%;
	}
}
/* STANDS */
@media(max-width: 767px) {
  .stand_tabs nav .nav-item {
    width: 100%;
    border: none;
    text-align: center;
  }
  .stand_tabs nav .nav-item.active {
    background-color: #f8f9fa;
  }
  .stand_tabs .tab-pane,
  .stand_tabs .nav-tabs {
    border: 0 !important;
  }
}

/* enlace de privacidad */
.qc-cmp2-persistent-link {
	left: 0;
	max-width: 10rem;
}

@media(max-width: 400px) {
	.qc-cmp2-persistent-link {
		left: auto;
		right: 10px;
		bottom: 2.2rem;
		z-index: 2;
	}
}