/* Media Queries Stylesheet */

/* LARGE  */
@media only screen and (max-width: 991px) {
}

/* MEDIUM */
@media only screen and (max-width: 767px) {
    html #wpadminbar {
        display: none;
    }
    html {
        margin-top: 0 !important;
    }

    body.bricks-is-frontend.admin-bar #brx-header.sticky {
        top: 0;
    }	
	
	body .component-astronaut {
  		width: 64px;
  		height: 64px;
  		max-width: 64px;
  		max-height: 64px;
	}
	
	
	


  body .solar-system {
    width: 264px;
    height: 264px;
  }

  body .earth-orbit {
    width: 264px;
    height: 264px;
  }

  body .venus-orbit {
    width: 192px;
    height: 192px;
  }

  body .mercury-orbit {
    width: 144px;
    height: 144px;
  }

  body .planet {
    top: -8px;
    width: 16px;
    height: 16px;
  }

  body .sun {
    width: 56px;
    height: 56px;
  }	
	
}


@media only screen and (max-width: 680px) {
	body .icons-wrap {
		display: none;
	}
}
	
	
/* SMALL */
@media only screen and (max-width: 478px) {
	body .component-astronaut {
  		width: 60px;
  		height: 60px;
  		max-width: 60px;
  		max-height: 60px;
	}	
	
	
	
  body .solar-system {
    width: 214.5px;
    height: 214.5px; 
  }

  body .earth-orbit {
    width: 214.5px;
    height: 214.5px;
  }

  body .venus-orbit {
    width: 156px; 
    height: 156px;
  }

  body .mercury-orbit {
    width: 117px;
    height: 117px; 
  }

  body .planet {
    top: -6.5px;
    width: 13px;
    height: 13px; 
  }

  body .sun {
    width: 45.5px; 
    height: 45.5px; 
  }		
}

/* EXTRA SMALL */
@media only screen and (max-width: 360px) {
	
}
