/*
	Theme Name: Satelite Child
	Theme URI: http://clapat.ro/themes/satelite-wordpress/
	Description: Responsive Wordpress Theme
	Template: satelite
	Version: 1.0
	Author: You
	Author URI: http://your site
	License: Themeforest
	License: GNU General Public License version 3.0
	License URI: http://www.gnu.org/licenses/gpl-3.0.html
	Tags: four-columns, custom-background, custom-colors, featured-images, full-width-template, theme-options
	Text Domain: satelite-child
*/


/*------------------------------------------------------------------

Add here your own styles
-------------------------------------------------------------------*/

footer #footer-container .footer-button-wrap .footer-button,  .page-id-6 #footer-container {
	display:none!important;
}

.bgwhite {
	background-color:#ffffff!important;
}

.light-content h2.noir {
	color:#000000!important;
}

#comments {
	display:none;
}

#blog-content article .article-content .entry-categories ul.post-categories, #hero #hero-caption .post-article-wrap .article-content .entry-categories ul.post-categories {
	display:none!important;
}

.rc-anchor, #rc-anchor-alert, .rc-anchor-alert, .grecaptcha-badge {
		visibility:hidden!important;
}

#hero-bg-wrapper {
	 /*	&darr;
	  transition: all 1s;*/
}

#hero-bg-wrapper::after {  
  content:"\25bc"; 
   position: absolute;  
  top: 95%; 
	left:50%;
	color:#f6dd1b;
	font-size:20px;
	/*transform: translate3d(0px, -90px, 0px);
	transition: all 5s ease;*/
	/*transition: all 1s;
    transform: translateY(-200px);*/
	  animation: mymove 2s;
  animation-iteration-count: infinite;
}

#hero-bg-wrapper:hover::after {  
	/*transition: all 1s;
  transform: translateY(20px);*/
}


@keyframes mymove {
  from {top: 80%;}
  to {top: 85%;}
}


.debordepas, .debordepas video {
	width:100% !important;
	max-width:100% !important;
	aspect-ratio: 1920/1080!important;
	max-height:100vh!important;
}

@media only screen and (max-aspect-ratio: 10/9) {
  .debordepas, .debordepas video  {
    max-height:50vh!important;
  }
}


@media only screen and (max-aspect-ratio: 6/9) {
  .debordepas, .debordepas video  {
    max-height:30vh!important;
  }
}