/*
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 */


.admin-bar #site-header {
    top: 32px;
}

#site-header.transparent-header,
#site-header.minimal-header {
  position: fixed;
  /*overflow: hidden;*/
  width: 100%;
  text-align: center;
  color: black;
  transition: 0.3s;
}

#site-header.scrolled {
  background-color: #fff;
  color: black;
  transition: 0.3s;
}

#site-navigation-wrap .dropdown-menu > li.btn > a > span {
	color: #373737;
	font-weight: inherit;
	transition: all 0.5s;
}

.single-post #main #content-wrap {
	padding-bottom: 0;
}