/*
Theme Name: Enfold Child
Description: A <a href='http://codex.wordpress.org/Child_Themes'>Child Theme</a> for the Enfold Wordpress Theme. If you plan to do a lot of file modifications we recommend to use this Theme instead of the original Theme. Updating will be much easier then.
Version: 1.0
Author: Kriesi
Author URI: http://www.kriesi.at
Template: enfold
*/

.logos-row {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(7, 1fr);
    overflow: hidden;
    align-items: center;
    justify-content: center;
}
#homeslide .av-section-color-overlay {
    background-repeat: no-repeat;
    background-size: cover;
}
.logo-item {
    text-align: center;
}
.av-subheading.av-subheading_above {
    text-transform: uppercase;
    color: #5C292E;
    font-weight: 700;
}
.logo-item img {
    height: 60px;
    width: auto;
    object-fit: contain;
    transition: 0.3s;
    object-position: center center;
}
span.logo {
    padding: 10px 0;
}
span.avia-menu-fx {
    background: #5C292E !important;
    border-color: #5C292E !important;
    height: 4px !important;
    bottom: 25px;
    width: 80%;
    margin: 0 auto;
    left: 0;
    right: 0;
}
.header-scrolled span.avia-menu-fx {
    bottom: 0;
}
.simple-banner-text {
    text-align: left;
    font-size: 17px;
    font-weight: 400 !important;
    padding: 8px 0 !important;
}
.simple-banner-text strong {
    color: #fff;
    text-transform: uppercase;
}
button#simple-banner-close-button {
    color: #fff;
}
#homeslide .caption_left .slideshow_caption {
    right: 50px;
left: unset;
}
a.avia-button.avia-color-white {
    color: #000 !important;
}
a.avia-button.avia-color-theme-color-highlight {
    background: #BAAF82 !important;
    color: #000 !important;
}
div#header_meta {
    background: #2B475B;
    border: none;
}
.simple-banner-text img {
    vertical-align: middle;
    padding-right: 5px;
}
.simple-banner-text span span {
    vertical-align: middle;
}
.avia-icon-list li {
    border: 1px solid rgba(43,71,91,0.24);
    background: #FFF;
    box-shadow: 10px 14px 24px 0 rgba(0,0,0,0.08);
    margin-bottom: 25px;
    display: flex;
    padding: 16px;
    align-items: flex-start;
    gap: 16px;
    align-self: stretch;
}
.avia-icon-list .iconlist-timeline {
    display: none;
}
h4.av_iconlist_title.iconlist_title {
    color: #5C292E;
    margin-bottom: 10px;
}
.avia-icon-list .iconlist_content p {
    margin: 0;
}
.avia-icon-list .iconlist_content_wrap {
    padding-bottom: 0;
}
.avia-svg-icon svg:first-child[is-colored=true] {
    fill: revert-layer !important;
}
.avia-icon-list .iconlist_icon span.av-icon-char {
    border-radius: 10px;
    background: #5C292E !important;
    display: flex;
    width: 44px;
    height: 44px;
    line-height: 44px;
    align-items: center;
    justify-content: center;
    font-size: 25px;
}
.avia-icon-list .iconlist_icon {
    margin-right: 0;
    width: auto;
    height: auto;
    line-height: normal;
    padding-top: 5px;
    background: none !important;
}
.avia-icon-list .iconlist_icon span.av-icon-char svg {
    margin-top: 0;
}
.avia-icon-list .iconlist_content {
    line-height: 1.5em;
}
.template-page .entry-content-wrapper h1, .template-page .entry-content-wrapper h2 {
    letter-spacing: 0;
}
.avia_textblock.rightarrowlist ul {
    margin-left: 0;
}
.avia_textblock.rightarrowlist li {
    display: flex;
    padding: 10px 16px;
    align-items: center;
    gap: 12px;
    align-self: stretch;
    border: 1px solid rgba(43, 71, 91, 0.24);
    background: var(--White, #FFF);
    box-shadow: 10px 14px 24px 0 rgba(0, 0, 0, 0.08);
    margin-bottom: 20px;
    color: #5C292E;
    font-weight: 600;
    margin-left: 0;
}
.avia_textblock.rightarrowlist li::before {
    content: '';
    width: 20px;
    height: 20px;
    background: url(/wp-content/uploads/2026/03/ArrowRight.svg);
}
.fontsmall {
    font-size: 14px;
}
.fontsemibold {
    font-size: 15px;
    font-weight: 600;
}
.avia_codeblock.flexdetails {
    display: flex;
    gap: 10px;
    color: #fff;
}
.borderight.right {
    border-left: 3px solid #fff;
    padding-left: 5px;
}
.cololfff {
    color: #fff;
}
footer h3.widgettitle {
    color: #000;
    font-size: 15px !important;
    text-transform: uppercase !important;
    margin-top: 0 !important;
}
ul#menu-quick-links li {
    border: none !important;
}
ul#menu-quick-links li a {
color: #000 !important;
    font-size: 15px !important;
}
ul#menu-quick-links li a::before {
    content: '\e875';
    font-family: 'entypo-fontello';
    font-size: 17px;
    padding-right: 10px;
}
.services-row {
    display: flex;
    gap: 7px;
    overflow: hidden;
}

.service-card {
   flex: 0 0 calc((100% - 25px) / 6);
    height: 350px;
    position: relative;
    background-size: cover;
    background-position: center;
    overflow: hidden;
}

.service-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(49,74,72,0) 0%, #314A48 100%);
}
.service-card:hover .service-overlay {
    background: linear-gradient(180deg, rgba(49, 74, 72, 0.64) 0%, #314A48 100%);
}
.service-content {
    position: absolute;
    bottom: 20px;
    left: 10px;
    right: 10px;
    color: #fff;
}
.service-content h3 {
    margin: 0;
    font-size: 15px;
    color: #fff;
}
.service-content p {
    font-size: 16px;
    margin-bottom: 10px;
    font-weight: 500;
    margin-top: 0;
}
.service-content p,
.service-btn {
    opacity: 0;
    transform: translateY(15px);
    transition: all 0.3s ease;
}

/* Show on hover */
.service-card:hover .service-content p,
.service-card:hover .service-btn {
    opacity: 1;
    transform: translateY(0);
}

/* Optional: smooth title shift */
.service-content h3 {
    transition: transform 0.3s ease;
}

.service-card:hover .service-content h3 {
    transform: translateY(-5px);
}
.fullwidthsec .container {
    max-width: 100% !important;
    padding: 0 !important;
    width: 100% !important;
}
@media (max-width: 1024px) {
    .service-card {
        flex: 0 0 calc(33.33% - 10px); /* 3 per row */
    }
}

@media (max-width: 767px) {
    .service-card {
        flex: 0 0 100%; /* 1 per row */
    }
}
.service-content p,
.service-btn {
    display: none;
}

/* Show on hover */
.service-card:hover .service-content p,
.service-card:hover .service-btn {
    display: block;
}
.service-card:hover .service-btn {
    display: inline-block !important;
    padding: 6px 22px;
    color: #fff !important;
    font-size: 16px;
    margin-top: 5px;
    border-radius: 10px;
    border: 2px solid #FFF;
    font-weight: 700;
    text-transform: uppercase;
}
.service-icon {
    display: flex;
    width: 48px;
    height: 48px;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    background: #fff;
    margin-bottom: 20px;
}
footer#footer-page {
    font-size: 15px;
}
a.footerbtn.avia-button.avia-color-theme-color {
    text-align: center;
    display: block;
}
a.footerbtn img {
    vertical-align: middle;
    padding-right: 5px;
}
.contact-info p {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 14px;
}

.contact-info img {
  width: 20px;
  height: 20px;
}

.contact-info span {
  display: block;
}
.phone-info div {
    display: block;
    line-height: normal;
}
.av_phone_active_right .phone-info {
    float: none;
}
.top-bar {
    color: #fff;
    font-size: 16px;
    display: flex !important;
    justify-content: space-between;
    align-items: center;
}
.top-left {
    display: flex !important;
  align-items: center;
  gap: 8px;
}

.top-left img {
  width: 16px;
}
.top-left a {
    color: #fff !important;
    text-decoration: none;
}
.divider {
  margin: 0 4px;
}

/* RIGHT */
.top-right {
    display: flex !important;
  align-items: center;
  gap: 22px;
}

.top-item {
  display: flex !important;
  align-items: center;
  gap: 6px;
  color: #fff !important;
  text-decoration: none;
  transition: opacity 0.3s ease;
}
.top-item img {
  width: 20px;
  height: 20px;
}
.top-item.brand img {
    width: 100%;
    height: auto;
}
.phone-info {
    font-weight: 600 !important;
}
@media (min-width: 989px) and (max-width: 1180px)  {
div#homeslide .avia-slideshow {
    height: 70vh;
}
span.logo.avia-svg-logo svg {
    width: 77% !important;
}
.av-main-nav>li>a {
    padding: 0 7px;
}	
}
@media (min-width: 768px) and (max-width: 1180px)  {
.services-row {
    display: grid;
    grid-template-columns: repeat(3,1fr);
}	
#homeslide .caption_left .slideshow_caption {
    right: 0;
    left: unset;
    width: 100%;
}
}
@media (min-width: 768px) and (max-width: 989px)  {
div#homeslide .avia-slideshow {
    height: 50vh;
}
}
@media (max-width: 989px) {
a.avia-button br {
    display: none;
}	
}
@media (max-width: 767px) {
.top-bar {
    flex-direction: column;
    gap: 15px;
    padding: 10px 0 !important;
}
#homeslide .caption_left .slideshow_caption {
    right: 0;
}
.services-row {
    flex-direction: column;
}
.service-card {
    padding-bottom: 100%;
}
section#boardmembers .avia_textblock.av_multi_colums {
    column-count: 1 !important;
}
.top-item.brand {
    display: none !important;
}	
.logos-row {
    grid-template-columns: repeat(2, 1fr);
}
}

