/**
 * Surefirel Local
 * Custom CSS
 * @package sflBlaze\CSS
 * @author  Web Dev Team
 * @license GPL-2.0-or-later
 */

 	/*
.site-section.call-to-action {
    display: none;
}
*/
.move-to-top {
    bottom: 132px;
}
.widget-btn.text-center {
    margin-top: 20px;
}
.archive .page-banner {
    background-image: url(http://www.amacservice.net/wp-content/uploads/2023/08/blog-page-banner.jpg) !important;
}
footer .footer-column-wrap .footer-column ul.social-media {
    margin-bottom: 30px;
}
nav#genesis-nav-primary {
    max-width: 100%;
}
button.menu-toggle:before, button.menu-toggle.activated:before, .mobile-view-dots .mob-dots {
	color: #fff;
}
.entry-content ul li:before {
    color: #F99647;
}
article.search-result-item.relative.post-751.page.type-page.status-publish.entry {
    display: none;
}
article.search-result-item.relative.post-753.page.type-page.status-publish.entry {
    display: none;
}
.search .page-banner {
    background-image: url(http://www.amacservice.net/wp-content/uploads/2023/08/services-page-banner.jpg) !important;
}
.archive-pagination li a:focus, .archive-pagination li a:hover, .archive-pagination li.active a {
    background-color: #F99647;
    color: #fff;
}
form.use-floating-validation-tip span.wpcf7-not-valid-tip {
        position: absolute !important;
        width: auto !important;
        font-size: 11px !important;
}
.two-col-group {
    margin-bottom: 20px;
}
.two-col-group ul {
    margin-bottom: 0;
    display: inline-block;
    vertical-align: top;
    width: 49%;
}

@media only screen and (max-width:980px) {
.hero-item.desktop-hero-bg.lazyload.background-image.relative {
    height: 500px;
}
.mob-dots-items {
    background-color: #F99647;
}
}

@media only screen and (max-width:768px) {
  .two-col-group ul {
      display: block;
      width: 100%;
  }
}
@media only screen and (min-width:599px) {
ul.two-col {
    columns: 2;
}
ul.three-col {
    columns: 3;
}
}
