/*
Theme Name: OceanWP Child
Theme URI: https://oceanwp.org/
Description: OceanWP WordPress theme example child theme.
Author: Nick
Author URI: https://oceanwp.org/
Template: oceanwp
Version: 1.0
*/

/* Parent stylesheet should be loaded from functions.php not using @import */

.parallax {
    transition: none !important;
}

/* No border around link clicked in OceanWP */
a:focus {
    outline: 0px !important;
    outline: none !important;
}

/* Trigger logo with gsap script */
/** {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}*/
.custom-logo {
  position: fixed;
  top:5px;
  width: 10%;
  left:50%;
  height: 100px;
  transform:translateX(-50%);
}
#site-logo-inner{ //, .elementor-element-a29ccd7
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50%;
  //height: 100vh;
}
#site-logo-inner {
  background: wheat;
  height: 110px;
}
#site-header {
	position: fixed;
  height: 110px;
}
.site-main {
  padding-top: 110px;
}

/*.custom-logo {
  position: fixed;
  top:0;
  width: 20%;
  left:50%;
  //height: 15vh;
  height: 150px;
  transform:translateX(-50%);
  z-index:100;
}*/