/*
Theme Name: The7 Child
Template: dt-the7
*/



/**** contenedores ***/

.text-box{
	max-width:800px;
	margin:0 auto;
}

.text-box p{
	margin-bottom:15px;
	line-height:2;
}

/*** header ****/

.masthead{
	background:black !important;
}

.branding a img, .branding img, .mobile-header-bar img{
	max-width:60px !important;
}

/* eliminar salto lateral que hace el menú al hacer scroll */

.transparent.phantom-sticky .sticky-on.masthead .branding > a{
	padding:0 5px 0 0 !important;
}

/*** hero ***/

@media (min-width:779px){
	.hero-mobile{
		display:none !important;
}
	
	
}

@media (max-width:778px){
	.hero-deskop{
		display:none !important;
}
	
	.wpb_content_element{
	padding: 0 10px;
}
}
/*** títulos ***/

.toc-container .vc_row-has-fill>.vc_column_container>.vc_column-inner{
	padding-top:0;
	
}

.heading-toc{
  width: 130vw;
  position: relative;
  left: 50%;
  transform: translateX(-50%) rotate(-3deg);
  z-index: 10;

  border-bottom: 8px solid #F03A8A;
  margin: 50px 0 40px 0; /* ajusta el margen inferior a gusto */
}

@media (max-width:778px){
	.title-space{
		height:40px;
	}
}
#sinopsis{
	overflow: visible !important;
}
/*** elenco ***/

.toc-elenco-boxes{
	max-width:800px !important;
	margin:0 auto !important;
	display:flex !important;
	justify-content:space-between;
}


.elenco_item h2{
	font-weight:700 !important;
	font-size:20px !important;
	line-height:35px !important;
}

.elenco_item .uvc-sub-heading{
	font-size:26px !important;
}


.elenco_item .vc_column-inner{
  box-shadow: 0 8px 18px rgba(0,0,0,0.15);
	padding-top:0;
	padding:0 10px 15px 10px;
}

.elenco_item { 
	padding:10px 10px 15px 10px;
	margin-bottom:5px !important;
	width:30%;
	transition: transform .3s ease, box-shadow .3s ease;
	
}

/* Foto 1 
.elenco_item:nth-child(1) {
  transform: rotate(-4deg) translateY(2px);
}

/
.elenco_item:nth-child(2) {
  transform: rotate(3deg) translateY(-3px);
}


.elenco_item:nth-child(3) {
  transform: rotate(-2deg) translateY(1px);
}


.elenco_item:nth-child(4) {
  transform: rotate(5deg) translateY(-2px);
}

.elenco_item:nth-child(5) {
  transform: rotate(-3deg) translateY(3px);
}


.elenco_item:nth-child(6) {
  transform: rotate(2deg) translateY(-1px);
}


.elenco_item:nth-child(7) {
  transform: rotate(-5deg) translateY(2px);
}



.elenco_item:hover {
  transform: rotate(0deg) scale(1.05);
  transition: ease;
  z-index: 2;
}

.elenco_item:hover .vc_column-inner {
  box-shadow: 0 15px 20px rgba(0,0,0,0.25);
 
}


*/

@media (max-width:778px){
	.toc-elenco-boxes{
		flex-direction:column;
		align-content:center;
		align-items:center;
		justify-content:center !important;
	
	}
	
	.elenco_item{
		width: 60%;
		padding:10px 0px 15px 0px;
	}
	
	.elenco_item .vc_column-inner{
		
	}
	
	.elenco_item:last-of-type{
		margin-bottom:0 !important;
	}
}



/*** entradas ***/

.entradas-box{
	max-width:1200px;
	margin:0 auto !important;
}

.btn-entradas{
	background:#e6007e !important;
	color:white !important;
}

.btn-entradas:hover{
	background:#d80068 !important;
}


@media (max-width:778px){
	.btn-entradas{
		margin-bottom:2rem;
	}
	
}

/*** productora ****/

.logo-atg img{
	max-width:100px !important;
}

.img-atg img{
	max-width:800px !important;
}

/*** equipo creativo ***/

.equipo-title{
	margin-bottom:10px !important;
}




/*** footer ****/

footer > .wf-wrap:first-child {
  display: none;
}

#bottom-bar img{
	max-width:100px;
	height:auto;
}
