/*
Theme Name: Salient Child Theme
Description: This is a custom child theme for Salient
Theme URI:   https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266
Author: ThemeNectar
Author URI:  https://themeforest.net/user/themenectar
Template: salient
Version: 1.0
*/
div#text-5 ul li:before, div#text-4 ul li:before {
    content: "";
    background-image: url(https://bengglasservice.nl/wp-content/uploads/2025/10/Arrow-6.svg);
    background-size: contain;
    background-repeat: no-repeat;
    display: block;
    width: 14px;
    height: 16px;
}
#text-3 .ulContact ul li {
    font-size: inherit;
}
div#footer-widgets .one-fourths:nth-child(1) {
    width: 18%;
}

div#footer-widgets .one-fourths:nth-child(2) {
    width: 28.5%;
}

div#text-5 ul li, div#text-4 ul li  {
    display: flex;
    align-items: center;
    gap: 10px;
}
div#text-5 .textwidget {
    display: flex;
    gap: 13px;
}
div#text-2 img.alignnone.size-full.wp-image-27 {
    max-width: 190px;
}
@media (max-width: 768px) {
	.footer-links {margin-left: 0 !important;text-align: left !important;}
}

/* FORCE CTA BUTTON STACK ON MOBILE */
@media (max-width: 768px) {

  .cta-buttons,
  .cta-buttons .vc_row,
  .cta-buttons .vc_column-inner {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    gap: 14px;
  }

  .cta-buttons .vc_btn3,
  .cta-buttons a {
    width: 100% !important;
    max-width: 260px;
    text-align: center;
  }
}
