/*!
Theme Name: Kadence Child
Theme URI: https://www.kadencewp.com/kadence-theme/
Template: kadence
Author: Kadence WP
Author URI: https://www.kadencewp.com/
Description: A child theme for the Kadence Theme.
Version: 1.1.2
License: GNU General Public License v3.0 (or later)
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Text Domain: kadence-child
*/
/*****************************************************************/
/***                    Font Icons CSS                         ***/
/*****************************************************************/
@font-face {
  font-family: 'wetlands';
  src: url('fonts/wetlands.eot?2wjnx5');
  src: url('fonts/wetlands.eot?2wjnx5#iefix') format('embedded-opentype'), url('fonts/wetlands.ttf?2wjnx5') format('truetype'), url('fonts/wetlands.woff?2wjnx5') format('woff'), url('fonts/wetlands.svg?2wjnx5#wetlands') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^="wetlands-icon-"],
[class*=" wetlands-icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'wetlands' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.wetlands-icon-arrow-left:before {
  content: "\e901";
}
.wetlands-icon-arrow-right:before {
  content: "\e902";
}
.wetlands-icon-email:before {
  content: "\e903";
}
.wetlands-icon-fax:before {
  content: "\e904";
}
.wetlands-icon-linkedin-ftr:before {
  content: "\e900";
}
.wetlands-icon-linkedin-header:before {
  content: "\e905";
}
.wetlands-icon-map:before {
  content: "\e906";
}
.wetlands-icon-quote:before {
  content: "\e907";
}
.wetlands-icon-search:before {
  content: "\e908";
}
.wetlands-icon-whatsapp:before {
  content: "\e909";
}
/*****************************************************************/
/***                    General                            ***/
/*****************************************************************/
#wrapper .single-post-hero {
  padding: 0;
}
#wrapper .entry-related .site-container {
  max-width: var(--global-content-width);
}
#wrapper .single-content h1,
#wrapper .single-content h2,
#wrapper .single-content h3,
#wrapper .single-content h4,
#wrapper .single-content h5,
#wrapper .single-content h6 {
  margin: 0;
}
/*****************************************************************/
/***                    Header                                 ***/
/*****************************************************************/
/*****************************************************************/
/***                    Footer                                 ***/
/*****************************************************************/
#wrapper .footer_contact_us ul {
  list-style: none;
  padding: 0;
  margin: 0;
  color: white;
}
#wrapper .footer_contact_us ul li {
  list-style: none;
  padding: 5px 5px 5px 35px;
  margin: 0 0 5px;
  color: white;
  position: relative;
  font-size: inherit;
  line-height: 1.4;
}
#wrapper .footer_contact_us ul li a {
  color: white;
}
#wrapper .footer_contact_us ul li > i {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -10px;
  line-height: 20px;
  width: 25px;
}
/*****************************************************************/
/***                    Archive                                ***/
/*****************************************************************/
#wrapper .post-archive-hero-section h1,
#wrapper .post-archive-hero-section h2 {
  color: white;
}
#wrapper .post-archive-hero-section .hero-section-overlay  {
  background: url("assets/images/archive-hero-backup.jpg") center center no-repeat;
  background-size: cover;
}
