/*
 Theme Name: Pin-Up Marketing Theme
 Template: flatsome
 Author: Pin-Up Marketing
 Author URI: https://pinupmarket.com
 Description: Custom child theme powered by PinUp
 Version: 1.0.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
/* Center align header menus */
.header-nav-main {
  justify-content: center !important;
  text-align: center;
  width: 100%;
}

.header-nav-main > li {
  float: none !important;
  display: inline-block;
}


@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}