/*
Theme Name: Betheme Child
Theme URI: https://themes.muffingroup.com/betheme
Author: Muffin group
Author URI: https://muffingroup.com
Description: Child Theme for Betheme
Template: betheme
Version: 2.0
*/




.micuenta .label-success {
    background-color: #5cb85c;
}

.micuenta .label-danger {
    background-color: #d9534f;
}

.micuenta .label {
    display: inline;
    padding: 0.2em 0.6em 0.3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
   /* white-space: nowrap; */
    vertical-align: baseline;
    border-radius: 0.25em;
}



.cal-outter{
    max-width: 80%;
}


/*
.cal-outter_1 {
    display: inline-block;
    max-width: 100%;
    padding: 10px;
}

.cal-outter_2 {
    display: inline-block;
    max-width: 49%;
    padding: 10px;
}

.cal-outter_3 {
    display: inline-block;
    max-width: 33%;
    padding: 10px;
}

.cal-outter_4 {
    display: inline-block;
    max-width: 24%;
    padding: 10px;
}

.cal-outter_5 {
    display: inline-block;
    max-width: 18%;
    padding: 10px;
}

*/



.cal-contenedor{
    border-top: 5px solid #e9e9e9;
	display: flex;
	margin: auto;
	padding-top: 20px;
	padding-bottom: 30px;
	justify-content: center;
}

.cal-contenedor:hover{
   background-color: #E8E8E8;
}
.cal-textos{
	display: flex;
	flex-direction: column;
}

.cal-imagen{
    border-radius: 20px 20px 0 0;
    margin-bottom: 0px !important;
}

.cal-fecha{
	margin-top: 38px !important;
	width: 9rem !important;
	height: 8rem !important;
	float: center;
    position: relative;
    background-color: white;
    border-radius: 7px;
    -webkit-box-shadow: 2px 3px 6px -1px rgba(0,0,0,0.14);
    box-shadow: 2px 3px 6px -1px rgba(0,0,0,0.14);
	border:1px solid #F1F1F1;
}

.cal-mes{
    background-color: #ff5252;
    border-radius: 7px 7px 0 0;
    text-align: center;
    color: white;
    font-weight: 700;
    font-size: 20px !important;
}

.cal-dia{
    text-align: center;
    font-size: 45px !important;
    color: black;
    font-weight: 500;
	padding-top: 20px !important;
}

.cal-y{
    text-align: center;
    font-size: 20px !important;
	padding-top: 15px !important;

}

.cal-titulo{
    margin-top: 20px;
    font-weight: 700 !important;
    padding-left: 16px;
    padding-right: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
	font-size: 20px !important;
	color: black;
}

.cal-dir{
    padding-left: 17px;
    font-size: 18px;
}

.cal-dir p{
	margin: 0;
}

.cal-dir p strong{
	color: black !important;
	    font-weight: bold !important;
	    font-size: 18px;
}


.cal-botones{
    padding-bottom: 10px;
	margin-left: 8px;
	margin-right: 4px;
}


.cal-boton{
    display: inline-block;
    padding: 10px 20px;
    background-color: #f3f3f3;
    font-size: 16px;
    border-radius: 5px;
    margin: 4px 0px 0 0px;
	color: #E0E0E0 !important;
}

.cal-boton:hover{
	color: #E0E0E0 !important;
	cursor: not-allowed;
}

.cal-boton-activo{
    background-color: #228ed6;
    color: white !important;
    -webkit-transition: background 0.6s;
    transition: background 0.6s;
	font-weight: 500;
}

.cal-boton-activo:hover{
    background-color: #1f6b9d;
	cursor: pointer;
}

/*bloque de empresas dentro de la taxonomia feria */

.lg\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
}

.gap-6 {
    gap: 1.5rem;
}
.grid {
    display: grid;
}
.text-center {
    text-align: center;
}

.bg-white {
    background-color: rgba(255, 255, 255, 1);
}
.rounded-lg {
    border-radius: 0.5rem;
}

.flex-col {
    flex-direction: column;
}

.flex-col {
    flex-direction: column;
}

.flex {
    display: flex;
}
.flex-1 {
    flex: 1 1 0%;
}
.p-8 {
    padding: 2rem;
}
.sm\:w-80 {
    width: 20rem;
}

.h-auto {
    height: auto;
}

.text-gray-900 {
    color: rgba(17, 24, 39,1);
}

.font-medium {
    font-weight: 500;
}
.text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
}
.mt-6 {
    margin-top: 1.5rem;
}


.text-green-800 {
    color: rgba(6, 95, 70, 1);
}

.font-medium {
    font-weight: 500;
}
.text-xs {
    font-size: 0.75rem;
    line-height: 1rem;
}
.py-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
}

.px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}
.bg-green-100 {
    background-color: rgba(209, 250, 229, 1);
}
.rounded-full {
    border-radius: 9999px;
}

.gap-6 {
    gap: 1.5rem;
}

@media (min-width: 1024px) and (max-width: 3000px) {
li.menu-item-5903{
		display: none !important;
	}
}

/* Mobile */
@media only screen and (max-width: 576px) {
	
.cal-outter{
    max-width: 100%;
    padding-right: 12px;
}
	

.cal-contenedor{
    border-top: 5px solid #e9e9e9;
	display: block;
}

.cal-fecha{
	margin-top: 10px !important;
	margin: auto;
}
	
.cal-textos{
	text-align: center;
}

.cal-dir p{
	padding: 0px 0px 5px 0px;
}

.cal-titulo{
	padding: 5px 0px;
}


.cal-boton {
    font-size: 15px;
    border-radius: 5px;
    margin: 4px px 0 4px;
	padding: 10px 20px;
	flex-direction: column;
	display: flex;
}
	
	
/*
.cal-boton{
	flex-direction: column;
    
	padding: 5px 15px;
    font-size: 0.875rem !important;
	line-height: 1.25rem !important;
    border-radius: 5px;
    margin: 4px -3px 0 4px;
	color: #E0E0E0 !important;
}
*/
	
.grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
}

.flex-shrink-0 {
    flex-shrink: 0;
}
.w-40 {
    width: 10rem;
}
.h-auto {
    height: auto;
}

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

.flex .mx-auto {
    margin-left: auto;
    margin-right: auto;
}
}


/* table */
@media (min-width: 576px) and (max-width: 768px) {
	
.grid-cols-1 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.flex-shrink-0 {
    flex-shrink: 0;
}
.w-40 {
    width: 10rem;
}
.h-auto {
    height: auto;
}

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

.flex .mx-auto {
    margin-left: auto;
    margin-right: auto;
}
}

@media (min-width: 768px) and (max-width: 1024px) {
	
	.cal-outter {
	max-width: 100%
	}
	
.grid-cols-1 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
}

.bloque_feria{
	place-content: space-around;
}

.bloque_feria .cal-fecha{
    margin-top: 5px;
    width: 77px;
    position: relative;
    background-color: white;
    border-radius: 7px;
    -webkit-box-shadow: 2px 3px 6px -1px rgba(0,0,0,0.14);
    box-shadow: 2px 3px 6px -1px rgba(0,0,0,0.14);
	
}

.bloque_feria .cal-mes{
    background-color: #ff5252;
    border-radius: 7px 7px 0 0;
    text-align: center;
    color: white;
    font-weight: 700;
    font-size: 14px;
}

.bloque_feria .cal-dia{
    text-align: center;
    font-size: 25px;
    color: black;
    font-weight: 500;
	padding-top: 5px;
}

.bloque_feria .cal-y{
    text-align: center;
    font-size: 11px;
}

.cta {
  background: orange;
  background-repeat: no-repeat !important;
  background-position: top right;
	background: url('/wp-content/themes/betheme-child/cta-01.png');
  background-size: contain;
  color: white;
  display: block;
  padding: 5px 10px 10px 50px !important;
  margin: 10px 0 0 0 !important;
  height: 150px;
  vertical-align: middle; 
}


form.elementor-search-form .inputsearch , 
form.elementor-search-form_lista_feria .inputsearch_lista_feria {
	border-radius: 11px;
padding-left: 1rem;
padding-right: 1rem;
	webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid transparent;
    width: 100%;
    flex-grow: 1;
    z-index: 1;
	height: 60px;
}

.ui-draggable, .ui-droppable {
	background-position: top;
}

.ui-widget.ui-widget-content {
    z-index: 9999;
}

.elementor-shortcode .woocommerce-notices-wrapper .alert_wrapper a{
	display: none !important;
}


/* Mobile */
@media only screen and (max-width: 576px) {
.ui-autocomplete {
    max-height: 230px;
    overflow-y: auto;
    /* prevent horizontal scrollbar */
    overflow-x: hidden;
  }
  /* IE 6 doesn't support max-height
   * we use height instead, but this forces the menu to always be this tall
   */
  * html .ui-autocomplete {
    height: 100px;
  }

}


/* desktop */
@media only screen and (min-width: 577px) {
.ui-autocomplete {
    max-height: 280px;
    overflow-y: auto;
    /* prevent horizontal scrollbar */
    overflow-x: hidden;
  }
  /* IE 6 doesn't support max-height
   * we use height instead, but this forces the menu to always be this tall
   */
  * html .ui-autocomplete {
    height: 280px;
  }

	
	.cal-boton{
    display: inline-block;
    padding: 5px 5px;
    margin: 2px 0px 0 0px;
}

}


