@media all and (max-width: 768px){
.vc_btn3-container.vc_btn3-right {
    text-align: center !important;
}

.vc_btn3-container.vc_btn3-left {
    text-align: center !important;
}

#block-8 img {
    width: 300px;
}

.footer-widget-1 {
    padding-left: 40px;
}

.cta iframe {
     height: 325px !important;
     margin-top: 25px;
}

.hero p {
    font-size: 23px !important;
}

.hero h1 {
    font-size: 45px !important;
}

.gm-logo img {
    width: 125px;
}
}

@media all and (min-width: 768px){
.site-footer #emailp {
    font-size: 13px;
    padding-top: 7px;
}

.cta iframe {
     height: 325px;
     margin-top: 25px;
}
}

.sidebar h2 {
    color: #6d6e71 !important;
}

/* Clamp WPBakery grid excerpt so all cards are same height */
.vc_grid .vc_gitem-post-data-source-post_excerpt p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4; /* change to 3/5/etc */
  overflow: hidden;
}

/* WPBakery grid pagination: stop clipping + make every button the same size */
.vc_grid-pagination,
.vc_grid-pagination-list {
  overflow: visible !important;
  height: auto !important;
}

.vc_grid-pagination-list > li {
  overflow: visible !important;
  height: auto !important;
}

.vc_grid-pagination-list > li > a,
.vc_grid-pagination-list > li > span {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  line-height: 44px;
  padding: 0 !important;
  overflow: visible !important;
  vertical-align: middle;
}

.byline {
   display: none !important;
}

#categories-2 {
    margin-top: 50px;
}

.vc_gitem-zone {
    max-height: 400px;
}

.vc_btn3.vc_btn3-color-juicy-pink, .vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-flat {
  display: inline-block;
  background: #66baa8 !important;
  color: #fff !important;
}

.vc_btn3.vc_btn3-color-juicy-pink, .vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-flat:hover {
  background: #a8a8a8 !important;
}

#footer-widgets a {
     color: #fff;
     text-decoration: none;
}

.gm-main-menu-wrapper .gm-dropdown-menu--lvl-1 {
        background-color: rgba(0, 0, 0, 0);
    }

.gm-main-menu-wrapper .gm-navbar-nav > .gm-dropdown:not(.mega-gm-dropdown) .gm-dropdown-menu {
     min-width: 10%;
}

/* Groovy Menu: dropdown opens BELOW the parent, no gap */
@media (min-width: 1025px) {

header.gm-navbar.gm-preset-id-252 .gm-navbar-nav > li.gm-menu-item.gm-dropdown > .gm-dropdown-menu-wrapper {
        margin: -10px 0 0 !important;
    }

.gm-navbar--shadow-dropdown-medium.gm-navbar--has-shadow-dropdown .gm-dropdown-menu, .gm-navbar--shadow-dropdown-medium.gm-navbar--has-shadow-dropdown ~ .gm-main-menu-wrapper .gm-dropdown-menu {
        box-shadow: none !important;
    }

  /* Sidebar list vertical */
  header.gm-navbar.gm-preset-id-252 .gm-navbar-nav {
    display: block;
  }

  /* Top-level items full width */
  header.gm-navbar.gm-preset-id-252 .gm-navbar-nav > li.gm-menu-item {
    display: block;
    width: 100%;
  }

  /* Parent with children: stack link + submenu */
  header.gm-navbar.gm-preset-id-252 .gm-navbar-nav > li.gm-menu-item.gm-dropdown {
    position: relative;
    display: block;
  }

 /* Make the parent link a flex row so text and caret share one line */
  header.gm-navbar.gm-preset-id-252 .gm-navbar-nav > li.gm-menu-item.gm-dropdown > a.gm-anchor {
    display: flex;
    align-items: center;
    justify-content: space-between; /* text on left, caret on right */
    width: 100%;
  }

  /* Let the text shrink instead of pushing caret down */
  header.gm-navbar.gm-preset-id-252 .gm-navbar-nav > li.gm-menu-item.gm-dropdown > a.gm-anchor .gm-menu-item__txt-wrapper {
    flex: 1;
    min-width: 0;
  }

  /* Submenu wrapper: start HIDDEN so it doesn't create a gap */
  header.gm-navbar.gm-preset-id-252 .gm-navbar-nav > li.gm-menu-item.gm-dropdown > .gm-dropdown-menu-wrapper {
    position: static !important;
    left: auto !important;
    top: auto !important;
    width: 100% !important;
    margin: 0;
    transform: none !important;
    box-shadow: none !important;
    display: none !important;          /* key: no space when not hovered */
  }

  /* Show submenu directly under parent on hover */
  header.gm-navbar.gm-preset-id-252 .gm-navbar-nav > li.gm-menu-item.gm-dropdown:hover > .gm-dropdown-menu-wrapper {
    display: block !important;
  }

  /* Optional: indent submenu items */
  header.gm-navbar.gm-preset-id-252 .gm-dropdown-menu.gm-dropdown-menu--lvl-1 {
    padding-left: 0px;
  }
}

.latest_posts_ul { list-style: none; margin: 0; padding: 0; }
.latest_posts_ul .latest_post_item { padding: 18px 0; border-bottom: 1px solid #eee; }
.latest_posts_ul .latest_post_item:first-child { padding-top: 0; }

.latest_post, .latest_post a img, .latest_post > a { display: block; position: relative; }
.latest_post_image { width: 95px; float: left; }
.latest_post_holder.image_in_box .latest_post_text { padding: 0 0 0 116px; }
.latest_post_text { display: block; width: auto; }
.latest_post_title { margin: 0 0 6px; line-height: 1.25; }
.latest_post .excerpt { margin: 0 0 10px; }

.post_infos { display: inline-flex; align-items: center; gap: 10px; font-size: 13px; opacity: 0.9; }
.post_infos .dots { line-height: 1; }
.post_infos .fa-square { font-size: 6px; }

.latest_post_more { margin-top: 16px; text-align: center; }
.latest_post_more_link { display: inline-block; padding: 10px 16px; border: 1px solid #ddd; text-decoration: none; border-radius: 4px; }
.latest_post_more_link:hover { border-color: #bbb; }

/* Fallback thumbnail look if no featured image */
.latest_post_image .no-thumb { display: block; width: 95px; height: 95px; background: #f5f5f5; }
.latest_post_image .no-thumb .no-thumb-placeholder { display: block; width: 100%; height: 100%; background: repeating-linear-gradient(45deg,#e9e9e9,#e9e9e9 10px,#f6f6f6 10px,#f6f6f6 20px); }

.site-footer .footer-widgets-container .inside-footer-widgets {
    margin-left: 75px;
    margin-right: 75px;
}

.gm-search {
    display: none !important;
}

.gm-main-menu-wrapper .gm-navbar-nav > li > .gm-anchor {
    border-bottom: none;
}

/* Size your logo area */
.gm-logo {
  width: 180px;           /* adjust */
  height: 60px;           /* adjust */
}

/* Replace the “Please add image or text logo” with your image */
.gm-logo__no-logo {
  display: block;
  width: 100%;
  height: 100%;
  text-indent: -9999px;   /* hide the text */
  overflow: hidden;
  white-space: nowrap;
  background: url('https://dfwvendingservice.com/wp-content/uploads/2025/10/DFW-Vending_Primary-Logo-scaled.png') no-repeat center center;
  background-size: contain;
}

.inside-footer-widgets {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    padding: 20px 0 15px;
}

.site-footer .footer-widgets-container .inner-padding {
    padding: 0 0 0 0px;
}

.footer-widget-4 p {
    font-size: 11px;
    line-height: 1.1;
}

.footer-widget-4 {
    text-align: center;
}

#block-10 .single-icon {
    margin-left: -15px;
}

.three .fa-lg {
    font-size: 1.5em !important;
    margin-top: -9px;
}

.one .fa-lg, .two .fa-lg {
    font-size: 1.5em !important;
    margin-top: -7px;
}

#block-10 .fa-circle {
    color: transparent;
}

.footer-widgets p {
   color: #fff;
}

.footer-widgets {
    background: url(https://dfwvendingservice.com/wp-content/uploads/2025/10/footerbg.png);
    background-size: cover;
}

footer.site-info {
    display: none;
    background: #c3e5e2 !important;
    color: white;
}

.footer-widget-2 .vc_btn3.vc_btn3-size-md {
    padding: 10px;
}

.footer-widget-3 #block-11 {
    padding: 0;
    margin-top: 40px;
}

.footer-widget-3 #block-10 {
    padding: 0;
}

.site-footer .fa-lg {
    font-size: 1em;
}

.site-footer .fa-circle {
    color: #c3e5f4;
}

.site-footer .single-icon .fa-stack {
    float: left;
    margin-right: -10px;
}

.widget-title {
    margin-bottom: 10px;
    color: #fff !important;
}

.footer-widget-2 p {
    line-height: 38px;
    font-size: 18px;
    text-transform: uppercase;
}

.vc_btn3.vc_btn3-size-md {
    padding: 10px 50px;
}

.vc_btn3.vc_btn3-color-success.vc_btn3-style-modern:hover {
    background-color: #005c4a !important;
    border-color: #005c4a !important;
    background-image: none;
    color: #fff;
}

.vc_btn3.vc_btn3-color-success.vc_btn3-style-modern {
    background-color: #4abfb5;
    border-color: #4abfb5;
    background-image: none;
    color: #fff;
}

.vc_btn3.vc_btn3-color-white.vc_btn3-style-modern:hover {
    background-color: #a8a8a8 !important;
    border-color: #a8a8a8 !important;
    color: #fff !important;
    font-weight: 500;
}

.vc_btn3.vc_btn3-color-white.vc_btn3-style-modern {
    background-color: #fff;
    border-color: #fff;
    color: #005c4a;
    font-weight: 500;
}

.vc_btn3.vc_btn3-shape-square {
    border-radius: 0px !important;
}

.site-logo {
    display: none;
}

.main-navigation {
    background-color: transparent;
}

.site-header {
    background-color: transparent;
}

img {
    width: auto;
}

#cta p {
    color: white;
}

body #cta h2 {
    font-size: 30px;
    line-height: 38px;
    margin-bottom: 10px;
}

b, strong {
    font-weight: 800;
}

h2 {
    color: #1c5dc7;
    font-size: 35px;
    line-height: 1em;
    font-weight: 600 !important;
}

.site-footer .single-icon img {
    max-height: 40px;
    float: left;
    margin-right: 10px;
}

.site-footer .single-icon {
    clear: both;
    margin-bottom: 20px!important;
}

.site-footer .single-icon p {
    padding-top: 5px;
}

.footer-widget-2 {
    padding-left: 40px;
}

.main-navigation li.btn:hover a {
    background: black;
    color: white;
}

.accent {
    color: #0088cf;
}


#cta .col-right a {
    color: #009548 !important;
}

#cta .col-right a:hover {
    color: white!important;
}

.widget-title {
    font-size: 18px;
    line-height: 30px;
    font-weight: 600;
    color: #6d6e71;
    text-transform: uppercase;
}

footer.site-info a {
    color: white;
}

.footer-widgets-container {
    padding: 40px 0px;
}

.main-navigation .main-nav ul li a {
    text-transform: uppercase;
    font-weight: 400;
    color: #fff;
    line-height: inherit;
    padding: 0px 45px;
}

.main-navigation .main-nav ul li a:hover {
    color: #fff !important;
    border-bottom: 1px solid #fff !important;
    padding-top: 11px;
    padding-bottom: 10px;
}

.main-navigation .main-nav ul li.btn a:hover {
    border-bottom: none !important;
    background: #005c4a !important;
    border-color: #005c4a !important;
}

.main-navigation li.btn a {
    border: none !important;
    background: #fff;
    margin-left: 30px;
    padding: 10px 20px !important;
    color: #005c4a !important;
    border-radius: 0px;
}

li#menu-item-28 {}

a.vc_general {
    text-transform: uppercase;
    font-weight: 800;
}

.main-navigation li:nth-child(3) a {
    border: none!important;
}

.main-navigation .main-nav ul li:not([class*="current-menu-"]):hover > a {
    color: #0088cf;
}

.vc_general {
    border-radius: 0px !important;
}
@media all and (max-width: 768px) {
.desktop-only {
display: none!important;
}
}
.vc_column-inner {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}
@media all and (min-width: 768px) {
.vc_row[data-vc-full-width] {
    padding-left: 280px !important;
    padding-right: 50px !important;
}

    body {
        margin-left: 235px !important;
    }

    .gm-navbar {
        border-right-color: #c3e5f4;
        border-right: 10px solid #c3e5f4;
    }

    .gm-navbar .gm-navbar-nav > .gm-menu-item {
        padding-right: 20px;
        padding-left: 20px;
    }

    .gm-navbar {
        width: 225px;
    }

.gm-navbar #gm-main-menu {
        position: static;
        flex: 1 100%;
        align-self: flex-end;
        margin: 0 0 50px 0;
    }

.gm-navbar .gm-logo {
        position: relative;
        width: 185px;
        top: 0;
        display: block;
        margin-top: 40px;
        height: fit-content;
        margin-left: -15px;
    }

.mobile-only {
display: none!important;
}
}

.vc_row {
    background: white;
}
.vc_row.vc_inner {
    background: transparent;
}
.sec-padding {
    padding-top: 80px;
    padding-bottom: 80px;
}

.center, .center * {
    text-align: center !important;
}

a.vc_general:hover {
    background: #a8a8a8 !important;
    color: white!important;
    border: none!important;
}

a.vc_general {
    background: #66baa8 !important;
    color: white!important;
    border: none!important;
}

.btn-accent a.vc_general {
    background: #65bd61 !important;
}

.vc_do_btn {
    display: block!important;
}

.wpb_button, .wpb_content_element, ul.wpb_thumbnails-fluid>li {
    margin-bottom: 0px;
}

.vc_do_btn {
    margin-top: 20px;
}

body a {
   font-family: "Nunito Sans", sans-serif;
   color: #969696;
   text-decoration: none;
}

ul, li {
   font-family: "Nunito Sans", sans-serif;
   color: #969696;
}

p {
   font-family: "Nunito Sans", sans-serif;
   color: #969696;
}

h1, h2, h3, h4, h5 {
      font-family: "Nunito Sans", sans-serif;
}

h1, h2, h3, h4, h5, p {
    margin-bottom: 20px;
}

.btn-white a.vc_general {
    background: white!important;
    color: #65bd61 !important;
}

.entry-content {
    margin-top: 0px!important;
}

.inside-article {
    padding-top: 0px!important;
    padding-bottom: 0px!important;
}

main#main {
    margin: 0px auto;
}
h1, h2, h3 {
    font-weight: 800;
}

.vc_general {
    font-weight: 600;
    font-size: 16px!important;
    line-height: 24px!important;
}

body .vc_general:hover{
    background: black !important;
    color: white!important;
}

.white * {
    color: white!important;
}