/*
Theme Name: Salient Child Theme
Description: This is a custom child theme for Salient
Theme URI:   https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266
Author: ThemeNectar
Author URI:  https://themeforest.net/user/themenectar
Template: salient
Version: 1.0
*/
@media only screen and (max-width: 1000px) {
.wpb_column .column-bg-overlay-wrap {
  pointer-events: none;
  position: static;
  z-index: -1;
  height: 10vh;
  width: 100vw;
  top: 45%;
  content: ' ';
  display: block;
  opacity: 0.5;
  transition: background-color .45s cubic-bezier(.25,1,.33,1),opacity .45s cubic-bezier(.25,1,.33,1);
}
#header-space {
	display: none !important;
	padding: 0px !important;
	margin 0px !important;
}
#logo {
  display: none !important;
}
.imgCentro {
	align-items: center !important;
	justify-content: center !important;
	display: flex !important;
}
#top {
  display: none !important;
}
}
@media only screen and (min-width: 1000px) {
	.wpb_column .column-bg-overlay-wrap {
  pointer-events: none;
  position: fixed;
  z-index: -1;
  height: 100vh;
  width: 50vw;
  top: 0;
  left: 50vw;
  content: ' ';
  display: block;
  opacity: 0.5;
  transition: background-color .45s cubic-bezier(.25,1,.33,1),opacity .45s cubic-bezier(.25,1,.33,1);
}
	#header-space {
	display: none !important;
	padding: 0px !important;
	margin 0px !important;
}
#logo {
  display: none !important;
}
.imgCentro {
	align-items: center !important;
	justify-content: center !important;
	display: flex !important;
}
#top {
  display: none !important;
}
}

