/*
Theme Name:     Arboreal Solutions
Description:    Arboreal Solutions
Version:        1.26
Author:         Lawrence Zevon
Author URI:     http://www.zevonmedia.com/
Template:       enfold
License:        GPL v2
License URI:    http://www.gnu.org/licenses/gpl-2.0.html
*/

@import url("../enfold/style.css");
@import url("https://use.typekit.net/hwo4gps.css");
@import url("https://use.typekit.net/hwo4gps.css");


/* Customizations Here */
.special_amp { color: inherit!important; font-family: inherit; font-size: inherit; font-style: inherit; }

h1, h2, h3, h4, h5, h6 {
font-family: "cochin-lt-pro", sans-serif;
font-weight: 600;
font-style: normal;
}

/* desktop only, need mobile variants */
h1 { font-size: 52px; color: #264653 !important; }
h2 { font-size: 42px; color: #264653 !important; }
h3 { font-size: 32px; }
h4 { font-size: 24px; }

h4.h4-body-copy  { margin-bottom: -10px; }
h4.h4-body-copy  { margin-top: 10px; }

body {
font-family: "candara", sans-serif;
font-weight: 400;
font-style: normal;
font-size: clamp(16px, 1.2vw, 20px);
}

.logo img, .logo a svg {
    padding-top: 6px !important;
    padding-bottom: 6px !important;
    max-height: 120px !important; /* Forces the logo height to stay consistent */
}

.main_menu .avia-menu-fx,
.main_menu .avia-menu-fx svg {
    display: none !important;
}


/* footer socials */
#top #footer-page .footer-social-links {
  display: grid;
  grid-template-columns: repeat(auto-fit, 60px);
  gap: 20px;
}
#top #footer-page .footer-social-links .av_font_icon {
  margin: 0;
}
@media screen and (min-width: 1580.1px) {
  #top #footer-page .footer-social-links {
    margin-left: 80px;
  }
}
@media screen and (max-width:1580px) and (min-width:1180.1px){
#top #footer-page .footer-social-links{
    margin:0;
}
}
@media screen and (max-width: 1180px) {
  #top #footer-page .footer-social-links {
    justify-content: center;
    margin-top: 20px;
  }
}

.cta-consult { border-radius: 12px; }
.cta-consult h3 { margin-top: 10px; }

/* Add padding on the right of the promo content to stop overlapping the button */
.avia-promocontent {
    padding-right: 100px !important;
}

/* Optional: Adjust font-size for desktop and mobile if it's too large */
.avia-promocontent p {
    font-size: 16px !important;
}

/* Mobile specific styling to keep text and buttons balanced */
@media only screen and (max-width: 767px) {
    .avia-promocontent {
        padding-right: 0 !important;
        padding-bottom: 20px !important;
    }
}
.av_promobox .avia-button:hover { color: #333333; }

/* Pill badges */
.as-pill-badge {
    background-color: #264653; /* Adjust badge color */
    color: #ffffff;            /* Text color */
    border-radius: 50px;       /* Creates the pill effect */
    padding: 6px 16px;         /* Adjust padding for shape */
    display: inline-block;
	font-size: 15px;
	letter-spacing: 0.015em;
    font-weight: 600;
}

/* Chip Grid */
.credentials-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 0;
  list-style: none;
  margin: 0;
}

.credentials-grid li {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 8px 16px;
  border: 1px solid #c8d5ca;
  border-radius: 100px;
  color: #2a3d2e;
  font-size: 15px;
  letter-spacing: 0.01em;
  white-space: nowrap;
}

.credentials-grid li::before {
  content: '';
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #4a7c59;
  flex-shrink: 0;
}

/*Footer vcariant */
.credentials-grid-footer {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 0;
  list-style: none;
  margin: 0;
}

.credentials-grid-footer li {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 6px 10px;
  border: 1px solid #c8d5ca;
  border-radius: 100px;
  color: #fff;
  font-size: 14px;
  letter-spacing: 0.01em;
  white-space: nowrap;
}

.credentials-grid-footer li::before {
  content: '';
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #fff;
  flex-shrink: 0;
}

.inset-half-hero img {
border-radius: 20px;
}

/* Large icon lists */
#top .avia-icon-list .iconlist-timeline { display: none !important; }
h4.av_iconlist_title.iconlist_title.av_inherit_color { margin-bottom: -10px; }
li.avia_start_animation { padding: 0px 0px 8px !important; }
.avia-icon-list .iconlist_icon svg { font-size: 60px; }

.main_color table tr:nth-child(even),
.main_color table tr:nth-child(odd),
.alternate_color table tr:nth-child(even),
.alternate_color table tr:nth-child(odd) {
    background-color: transparent !important;
	color: inherit !important;
	font-size: 16px !important;
}

.main_color table td,
.main_color table th,
.alternate_color table td,
.alternate_color table th {
    color: inherit !important;
}

/* Change button background and text color */
.gform_wrapper .gform_footer input[type="submit"], 
.gform_wrapper .gform_page_footer input[type="submit"] {
    background-color: #4a7c59 !important; /* Replace with your color */
    color: #ffffff !important;            /* Replace with text color */
}

/* Change button color on hover */
.gform_wrapper .gform_footer input[type="submit"]:hover, 
.gform_wrapper .gform_page_footer input[type="submit"]:hover {
    background-color: #b7c7b0 !important; /* Replace with hover color */
    color: #000000 !important;            
}