/*
Theme Name: Private Equity Climate Risks

Description: Design by Luke, developed by Fa and Shuja. 89up LTD.
Version: 1.0
Author: Luke
Author URI: https://89up.org/
License: GNU General Public License v2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html

*/

.mobile{
    display: none;
}
.relative{
    position: relative;
}
.featureimage{
    height: auto;
}
.page-header.white.shortph{
    background-color: #fff;
}
.button.blackb {
	border-color: #000;
	background-color: #000;
	color: #fff;
}
.button.blackb:hover {
	border-color: #000;
	background-color: #fff;
	color: #000;
}
.imageFixed{
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}
@media screen and (max-width: 768px) {
    .mobile{
        display: block;
    }
}

.hbspt-form {
    max-width: 500px;
    margin: auto;
}
.hbspt-form .input {
    margin-bottom: 20px;
}

.hbspt-form .input input {
    color: #000000;
    height: 40px;
    border: 0px;
    width: 100%;
}

.hs-button {
    margin: 20px auto;
    padding: 13px;
    border: 2px solid #000;
    color: #fff;
    font-weight: 900;
    border-color: #dc1a22;
    background-color: #dc1a22;
}

.hs-button:hover {
  background-color: black;
  color: white;
}

#cmplz-manage-consent .cmplz-manage-consent{
    animation: mc_slideIn 0.5s forwards!important;
}
  
.fullimage {
    height: auto;
}
.w-icon-nav-menu:before {
    color: #000;
    content: "\e602";
}