/*
Theme Name: International Jazz Festival Canarias (2022)
Theme URI: https://canariasjazz.com
Author: Héctor Muñoz
Author URI: http://hectormunozg.com
Description: Official website of International Jazz Festival Canarias
Version: 0.1
License: Copyright
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/* brand 31 edition: #28394B */

.logged-in .navbar-sticky-on {
  top: 32px;
}

.navbar-brand .navbar-brand-item {
  height: 100px;
  margin-left: 8px;
}

.navbar-brand {
  padding-top: 10px;
  padding-bottom: 10px;
}

.map-responsive{

  overflow:hidden;
  padding-bottom:56.25%;
  position:relative;
  height:0;

}

.map-responsive iframe{

  left:0;
  top:0;
  height:100%;
  width:100%;
  position:absolute;

}

.embed-container { 
  position: relative; 
  padding-bottom: 56.25%;
  overflow: hidden;
  max-width: 100%;
  height: auto;
} 

.embed-container iframe,
.embed-container object,
.embed-container embed { 
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* pagination css */

.page-numbers {
  display: block;
  text-align: center;
  font-size: 1.4rem;
}

.page-numbers li {
  list-style: none;
  display: inline-block;
  padding: 1rem;
  border: 2px solid #444;
  transition: all 0.7s;
}

.page-numbers li:hover {
  background-color: #ddd;
}

/* load more btn */

.misha_loadmore{
	background-color: #ddd;
	border-radius: 2px;
	display: block;
	text-align: center;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 800;
	letter-spacing:1px;
	cursor:pointer;
	text-transform: uppercase;
	padding: 10px 0;
	transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;  
}
.misha_loadmore:hover{
	background-color: #767676;
	color: #fff;
}

/* wordpress classes */

.alignleft {
  float: left;
  padding-right: 10px;
}

.alignright {
  float: right;
  padding-left: 10px;
}

.sponsor-banner {
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 600px;
}

.fw {
  max-width: 100% !important;
}

.wpml-ls-legacy-list-horizontal.wpml-ls-statics-footer {
  margin-bottom: 0;
}