/**
 * Theme Name:     Motion Gymnastics
 * Author:         Digitalrocks
 * Template:       kadence
 * Text Domain:	   motion-gymnastics
 * Description:    Tema para Motion Gymnastics por Digitalrocks
 * Theme URI:      https://digitalrocks.com.mx/
 * Author URI:     https://digitalrocks.com.mx/
 * Version:        1.0
 * License:        GNU
 */


.rotate {
	display: none;
}

.single-content h1.elementor-heading-title,
.single-content h2.elementor-heading-title,
.single-content h3.elementor-heading-title,
.single-content h4.elementor-heading-title,
.single-content h5.elementor-heading-title,
.single-content h6.elementor-heading-title {
    margin: 0px !important;
}

iframe {
    display: block;
}

textarea {
    resize: none;
}

#programsGrid .ue-item-overlay {
	background: linear-gradient(0deg,rgba(10, 23, 45, 1) 0%, rgba(10, 23, 45, 0.5) 60%, rgba(0, 0, 0, 0) 100%);
}

#kt-scroll-up-reader.scroll-up-side-right, #kt-scroll-up.scroll-up-side-right {
    right: 49% !important;
}

/* Media queries */


@media (max-width: 767px) {
    
    .hidden-xs {
        display: none;
    }
     
}

@media screen and (min-width: 768px) and (max-width: 991px) and (orientation:portrait) {
	
	.rotate {
		display: flex;
		text-align: center;
		padding: 0 40px;
		position: fixed;
		height: 100%;
		background: rgba(0,0,0,0.85);
		align-items: center;
		z-index: 12;
	}
	
	.rotate h1 {
		color: #fff;
		font-size: 3em;
	}
	 
}