/*
 Theme Name:   Spacious child
 Theme URI:    http://www.7editores.com
 Description:  Spacious child de 7 Editores
 Author:       7 Editores
 Author URI:   http://www.7editores.com
 Template:     spacious
 Version:      1.3.7
 Tags: light, white, dark, two-columns, right-sidebar, left-sidebar, fluid-layout, responsive-layout, custom-header, custom-background, custom-menu, custom-colors, sticky-post, threaded-comments, translation-ready, featured-images, theme-options
 Text Domain: spacious-child
*/
/* =Aquí empieza la personalización de tu tema
-------------------------------------------------------------- */

/*
* Slider Form
*/
.form_over_slider
{
  background: rgba(255, 255, 255, 0.45) none repeat scroll 0 0;
  padding: 20px;
  position: relative;
  width: 25%;
  z-index: 1000;
}
.form_post_slider
{
	margin-left:auto;
	margin-right:auto;
	padding: 20px;
  /*width: 400px;*/
}

.float_right
{
	float:right;
	margin: 0 50px 0 0;
}

.float_left
{
	float:left;
	margin: 0 0 0 50px;
}


.slippry-content {
    background-color: rgba(0, 0, 0, 0.54);
    bottom: 10%;
    color: #fff;
    max-width: 50%;
    padding: 1.2em;
    position: absolute;
    z-index: 750;
}
.slippry-content-right{
    right: 10%;
}
.slippry-content-left{
    left: 10%;
}

.slippry-content hr{
	margin: 0.5em -1.2em;
}

.slippry-title
{
	line-height: 0;
}
.slippry-title a
{
	color: #fff;
}
.slippry-content-text p
{
	margin-bottom:0;
}
.sy-slide.fade.useCSS img {
    margin-left: auto;
    margin-right: auto;
    width: auto;
}

@media (min-width: 0px) and (max-width: 1080px) {
  .form_post_slider{ display: block; }
  .form_over_slider{ display: none; }
}
@media (min-width: 1081px){
  .form_post_slider{ display: none; }
  .form_over_slider{ display: block; }
}
/*
* / Slider Form
*/

/*Menú superior*/
.main-navigation li {
    margin: 0 0 0 20px !important;
}
.main-navigation ul li a {
    font-size: 15px !important;
}
.social .icon-2x {
    font-size: 1.4em !important;
}
.social a {
    padding: 5px !important;
}
/*Menú superior*/


/*Comienzo Icono menú Tiktok*/

/*Subir para alinear al resto*/
li.tiktok a {
margin-top: -4px !important;
}
/*fijar el contenido del icono en elemento after*/
li.tiktok a:after {
content: "\e07b";
font-family: "Font Awesome 5 Brands";
    font-style: normal !important;
font-size: 1.2em;
color: #444444 !important;
}
/*fijar el contenido del icono en hover de elemento after*/
li.tiktok a:hover:after {
content: "\e07b";
font-family: "Font Awesome 5 Brands";
    font-style: normal !important;
    /*color: #188d68 !important;*/
}

.main-navigation li.tiktok a:hover {font-weight: normal !important;}

li.tiktok a, li.tiktok a:hover {color:#ffffff !important;}

/*Versión móvil del icono de Tiktok*/
.main-small-navigation li.tiktok a
{
	color: #FFFFFF;
padding: 10px 40px;
}
.main-small-navigation li.tiktok a::after{
	color: #FFFFFF !important;
}
.main-small-navigation li.tiktok a:hover:after {
	color: #FFFFFF !important;
}

/*Fin Icono menú Tiktok*/

/*Inicio quitar bordes en tabla*/
.sin-borde td{
	border: none !important;
}
/*Fin quitar bordes*/