/*
You can add your own CSS here.

Click the help icon above to learn more.
*/

.anuncio_centro{
    background-attachment: scroll;
    background-color: #FFF;
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat repeat;
    border-radius: 1.5em 1.5em 1.5em 1.5em;
    margin-bottom: 13px;
    margin-top: 13px;
    padding: 15px 15px;
    color: #3D3D3D;
}

#secondary .widget {
    margin-bottom: 20px;
    background: rgba(0,0,0,0);
    padding: 7px 10px;
}

#secondary .widget ul li {
    margin-bottom: 10px;	
}

.site-content .entry-content table td {
    padding: 10px 15px;
    text-align: left;
}

.busqueda_principal{
margin-top: -58px;
}

.espanol{
font-weight: bold;
}
/* LA PRUEBA Y SU ESTILO*/
.listening_inst {
	background: url("https://www.spanishlearninglab.com/wp-content/uploads/2022/01/headset_icon.png") no-repeat scroll left 0 transparent;
	height: auto;
	margin-top: 10px;
	padding-left: 63px;
	padding-right: 10px;
}

.reproductor2 audio {
	width: 100%;
	margin: 20px 0;
	background: none repeat scroll 0 0 transparent;
}

.preguntas {
    background-attachment: scroll;
    background-color: #FFF;
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat repeat;
    border: 1px solid #eee;
    border-radius: 1.5em 1.5em 1.5em 1.5em;
    box-shadow: 8px 4px 5px #DADADA;
    margin-bottom: 13px;
    margin-top: 13px;
    padding: 15px 15px;
    color: #3D3D3D;
}

.prueba_escucha {
    background-attachment: scroll;
    background-color: #FFF;
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat repeat;
    border: 1px solid #eee;
    border-radius: 1.5em 1.5em 1.5em 1.5em;
    box-shadow: 8px 4px 5px #DADADA;
    margin-bottom: 13px;
    margin-top: 13px;
    padding: 15px 15px;
    color: #3D3D3D;
}


/*CREANDO ESTILO PARA LA PAGINA PRINCIPAL*/

.categorias {
	width: 100%;
	height: auto;
	display: inline-block;
	margin-top: 20px;
}

.categoria {
	border-radius: 3px 3px 3px 3px;
	box-shadow: 2px 4px 2px #DADADA;
	height: auto;
	margin-bottom: 3%;
	width: 100%;
}

.cat_titulo {
    border-bottom: 1px double #C2C2C2;
    color: #01b2c6;
    /* font-family: Redressed,verdana,arial; */
    font-size: 1.3em;
    font-weight: bold;
    line-height: 1.2em;
    padding: 5px;
    text-align: left;
    font-variant: small-caps;
}

.cat_enlace {
	border-top: 1px dashed #87CD62;
	padding: 5px;
	text-align: center;
}

.cat_enlace a {
	font-weight: bold;
	text-decoration: none;
	font-size: 1.2em;
}

.site-content article {
    border-bottom: 2px double #f3f3f3;
    margin-bottom: 28px;
    padding-bottom: 24px;
    word-wrap: break-word;
}

.collapseomatic {
    background-image: url(/wp-content/plugins/jquery-collapse-o-matic/images/arrow-down.png);
    background-repeat: no-repeat;
    padding: 0 0 10px 16px;
    cursor: pointer;
    color: #15a2a9;
    font-weight: bold;
}

input.tnp-submit {
	  display: inline-block;
  *display: inline;
  zoom: 1;
  padding: 6px 20px;
  margin: 0;
  cursor: pointer;
  border: 1px solid #bbb;
  overflow: visible;
  font: bold 13px arial, helvetica, sans-serif;
  text-decoration: none;
  white-space: nowrap;
  color: #555;
  
  background-color: #ddd;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,1)), to(rgba(255,255,255,0)));
  background-image: -webkit-linear-gradient(top, rgba(255,255,255,1), rgba(255,255,255,0));
  background-image: -moz-linear-gradient(top, rgba(255,255,255,1), rgba(255,255,255,0));
  background-image: -ms-linear-gradient(top, rgba(255,255,255,1), rgba(255,255,255,0));
  background-image: -o-linear-gradient(top, rgba(255,255,255,1), rgba(255,255,255,0));
  background-image: linear-gradient(top, rgba(255,255,255,1), rgba(255,255,255,0));
  
  -webkit-transition: background-color .2s ease-out;
  -moz-transition: background-color .2s ease-out;
  -ms-transition: background-color .2s ease-out;
  -o-transition: background-color .2s ease-out;
  transition: background-color .2s ease-out;
  background-clip: padding-box; /* Fix bleeding */
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, .3), 0 2px 2px -1px rgba(0, 0, 0, .5), 0 1px 0 rgba(255, 255, 255, .3) inset;
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, .3), 0 2px 2px -1px rgba(0, 0, 0, .5), 0 1px 0 rgba(255, 255, 255, .3) inset;
  box-shadow: 0 1px 0 rgba(0, 0, 0, .3), 0 2px 2px -1px rgba(0, 0, 0, .5), 0 1px 0 rgba(255, 255, 255, .3) inset;
  text-shadow: 0 1px 0 rgba(255,255,255, .9);
  
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}


/*ESTILO BOTÓN DESCARGA*/
.buttonDownload {
	display: inline-block;
	position: relative;
	padding: 10px 25px;
  
	background-color: #4CC713;
	color: white;
  
	font-family: sans-serif;
	text-decoration: none;
	font-size: 0.9em;
	text-align: center;
	text-indent: 15px;
}

.buttonDownload:hover {
	background-color: #333;
	color: white;
}

.buttonDownload:before, .buttonDownload:after {
	content: ' ';
	display: block;
	position: absolute;
	left: 15px;
	top: 52%;
}

/* Download box shape  */
.buttonDownload:before {
	width: 10px;
	height: 2px;
	border-style: solid;
	border-width: 0 2px 2px;
}

/* Download arrow shape */
.buttonDownload:after {
	width: 0;
	height: 0;
	margin-left: 3px;
	margin-top: -7px;
  
	border-style: solid;
	border-width: 4px 4px 0 4px;
	border-color: transparent;
	border-top-color: inherit;
	
	animation: downloadArrow 2s linear infinite;
	animation-play-state: paused;
}

.buttonDownload:hover:before {
	border-color: #4CC713;
}

.buttonDownload:hover:after {
	border-top-color: #4CC713;
	animation-play-state: running;
}

/* keyframes for the download icon anim */
@keyframes downloadArrow {
	/* 0% and 0.001% keyframes used as a hackish way of having the button frozen on a nice looking frame by default */
	0% {
		margin-top: -7px;
		opacity: 1;
	}
	
	0.001% {
		margin-top: -15px;
		opacity: 0;
	}
	
	50% {
		opacity: 1;
	}
	
	100% {
		margin-top: 0;
		opacity: 0;
	}
}

/* Polylang Flags Inline */

.polylang-flags {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.polylang-flags li {
    display: inline;  
}

