/*
Theme Name:         duepue-mechanical
Theme URI:          https://solomediagroup.co/
Description:        Sage sample is a WordPress Theme based on Sage Starter Theme.
Version:            9.0.10
Author:             Solo Media Group Inc
Author URI:         https://solomediagroup.co/
Text Domain:        sage
License:            MIT License
License URI:        https://opensource.org/licenses/MIT
Requires PHP:       7.3
Requires at least:  5.4
*/

/* Most of the links on the site weren't originally underlined, but they somehow became underlined at some point. This reverts that change. */
body a:where(:not(.wp-element-button)),
.el-menu .el-menu-item a,
.el-sub-menu .el-sub-menu__title a
{
	text-decoration: none;
}

.header-duepue .header-parts .menus a.orange-btn {
  position: absolute;
  top: 63px;
  right: 25px;
  font-family: "Archivo";
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 16px;
  align-items: center;
  color: #ffffff;
  width: 142px;
  height: 56px;
  border-radius: 30px;
  background: linear-gradient(270deg, #e75e24 0%, #f9893d 100%);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.header-duepue .header-parts .menus .close-menu-btn {
  display: none;
}

.container-certification .container-page .container-imgs .img-certification:last-child
{
	margin-right: 0;
}
