@media only screen and (min-width: 1201px) { 
    .nav-primary .genesis-nav-menu a {
        padding-left: 20px!important;
        padding-right: 20px!important;
    }
}
@media only screen and (min-width: 1024px) and (max-width: 1200px) {
    .main-header .header-items .header-col.logo-item img {
        height: 60px!important;
    }
    
    .contact-page-wrap .contact-site-info-icon {
        width: 40px!important;
    }
}

@media only screen and (min-width: 1024px) {
    .contact-page-wrap .contact-page-info .contact-site-name {
        font-size: 18px!important;
    }
    .service-pages.layout-2 .service-item a.site-btn, .service-pages.layout-3 .service-item a.site-btn, .service-pages.layout-5 .service-item a.site-btn {
        margin: 15px auto!important;
    }
    div#footer-count3, div#footer-count4 {
        width: 20%!important;
    }
    div#footer-count2 {
        width: 30%!important;
    }
    .col-3.contact-site-info-item.contact-site-phone {
        width: 24% !important;
    }
    .col-3.contact-site-info-item.contact-site-location {
        width: 40%!important;
    }
    .genesis-nav-menu .sub-menu .sub-menu {
        margin: -46px 0 0 199px!important;
    }
    .genesis-nav-menu {
        text-align: center;
    }
   .genesis-nav-menu > li.menu-item .sub-menu > .menu-item.menu-item-has-children > a span:after
    {
       font-family: 'Font Awesome\ 5 Free';
        font-weight: 900;
        content: "\f0d7";
        margin-left: 7px;
        font-size: 12px;     
        
    }
}
@media only screen and (max-width: 1023px) {
  
}
@media only screen and (min-width: 768px) {
    .wp-block-group.list-col-2 p {
        column-count: 2;
    }
}
@media only screen and (max-width: 600px) {
    .mobile-dots-items .mob-item {
        font-size: 13px!important;
    }
    
    .contact-page-wrap .contact-page-info .contact-site-name {
        font-size: 18px!important;
    }
}

.widget-container.widget-container--normal.visible {
    z-index: 10000000 !important;
}
.floating-cta
{
    z-index: 9!important;   
}

.entry-content span.time-list span {
    display: block;
}

sidebar .widget_slmp_widget_gallery .slmp-widget-gallery, .sidebar .widget_sfs_widget_review .sfs-review-widget {
    padding: 10px!important;
}
.sidebar .review-author {
    padding: 10px 0 20px;
}
.widget-btn a, .slmp-widget-btn a {
    margin: 10px;
}
.slmp-gallery .slmp-album-title {
    font-size: 20px!important;
}

.slmp-gallery .slmp-album-description {
    font-size: 14px;
}
.entry-content ol {
    padding: 0 0 0 20px!important;
}

.background-image.review-section:before {
    background-color: rgba(0, 0, 0, 0.70)!important;
}

.wp-block-button__link:hover {
    background: #a6c6ee!important;
    color: #000;
}
div#footer-count1 a
{
  color: #f9ae00!important;
    font-weight: bold;
}

header.site-header .section-closed
{
    color: #000!important;
}

.col-1.form-field-item.form-field-cv label {
    display: block!important;
    padding: 10px 0 0;
}

.service-list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin: 2rem 0;
}
.service-item {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  border-bottom: 1px solid #e2e8f0;
  padding-bottom: .75rem;
}
.service-name {
  font-weight: 600;
  flex: 1 1 60%;
}
.service-desc {
  flex: 1 1 100%;
  color: #64748b;
  font-size: 0.9rem;
  margin-top: .25rem;
}
.service-price {
  font-weight: 700;
  flex: 1 1 30%;
  text-align: right;
  color: #0b6efd;
}
@media (max-width: 768px) {
  .service-item { flex-direction: column; align-items: flex-start; }
  .service-price { text-align: left; margin-top: .3rem; }
}