.hidden-overflow {
overflow: hidden;
}
.modal-bg {
display: none;
background: rgba(0, 0, 0, 0.8);
width: 100%;
height: 100%;
z-index: 10;
position: fixed;
overflow-y: auto;
top: 0;
z-index: 9999999;
left: 0;
right: 0;
bottom: 0;
}
.close_modal {
border-radius: 50%;
background-color: #000;
width: 40px;
height: 40px;
background: url(../img/cd-icon-close.svg) no-repeat center;
background-size: cover;
display: inline-block;
background-color: rgba(0, 0, 0, 0.8);
cursor: pointer;
position: absolute;
z-index: 10;
right: 26px;
top: 12px;
}
.close_modal:hover {
background-color: rgba(0, 0, 0, 0.65);
}
.modal-container {
margin-top: 80px;
margin-bottom: 5%;
position: relative;
}
.modal-container {
max-width: 500px;
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto;
}
.modal-content {
padding-bottom: 20px;
padding-top: 25px;
border-radius: 10px;
padding-left: 15px;
padding-right: 15px;
}
#mobile_nav .modal-content {
text-align: center;
padding-bottom: 20px;
background: #eee;
position: relative;
}
#mobile_nav .modal-content > ul {
padding: 0;
}
/* Temp */
#mobile_nav li {
list-style: none;
}
#mobile_nav a {
text-align: center;
color: #1ea87d;
font-size: 24px;
line-height: 37px;
font-family: 'MyriadCond';
font-family: 'MyriadBoldCond';
text-decoration: none;
/* font-family: 'MyriadRegular'; */
text-transform: uppercase;
}
#mobile_nav a:hover {
color: #077251;
}
#mobile_nav a.active_mobile {
color: #077251;
}
.menu_show.menu-icon {
display: inline-block;
color: #fff;
padding: 10px 15px;
border-radius: 5px;
background-color: #64acc8;
cursor: pointer;
}
.modal-content .wpcf7-form p input, .modal-content .wpcf7-form p select, .modal-content .wpcf7-form p textarea {
width: 100% !important;
}
.modal-content .wpcf7-form p {
font-size: 20px;
color: #077251;
font-family: "MyriadCond";
line-height: 25px;
margin-bottom: 15px;
}
#sider-modals .modal-container {
max-width: 100%;
}
#sider-modals .modal-container .modal-content {
padding-bottom: 20px;
padding: 30px;
}
#sider-modals .modal-container .modal-content h2:first-of-type {
margin-bottom: 30px;
font-family: "MyriadBoldCond";
font-size: 38px;
text-align: left !important;
}
@media (max-width: 550px) {
#sider-modals .modal-container .modal-content h2:first-of-type {
  margin-bottom: 20px;
  font-size: 24px;
}
}
#sider-modals .modal-container .modal-content .entry-content {
padding: 0;
}
#sider-modals .modal-container .modal-content .breadcrumbs a {
margin-right: 5px;
}
#sider-modals .modal-container .modal-content .breadcrumbs a:nth-of-type(n+2) {
margin-left: 5px;
}
