/**
 * Surefirel Local
 * Custom CSS
 * @package sflBlaze\CSS
 * @author  Web Dev Team
 * @license GPL-2.0-or-later
 */

 	/*
.site-section.call-to-action {
    display: none;
}
*/

.hero-form .recaptcha-note, .hero-form .recaptcha-note a {
	color: #fff;
}

.images-change img {
    width: 300px;
}

.header-media ul.social-media li {
    background: #fff;
}

.contact-us-page-wrap a {
    color: #cd2525;
}

.genesis-nav-menu .current-menu-item > a, .genesis-nav-menu a:hover {
color: #fff;
}

body {
	max-width: 1920px;
}

.sticky-header-wrap {
    max-width: 1920px;
}

.entry-content a {
    color: #cd2525;
}

header.site-header {
    background-color: #ffffff;
}

.sticky-header {
    background-color: #ffffff;
}

.cta-us.site-name.uppercase {
    font-size: 20px;
    margin: 10px 0;
    margin-top: 20px;
}

div#sqsl_products li:before {
    content: none;
}

.hero-form .form-title-desc-wrap {
    background-color: #4169e1;
}

.list-cols2 {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    list-style-position: inside;
    
}

.list-cols3 {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    list-style-position: inside;
    
}

.home-clear a {
    display: inline-block;
    margin-right: 5px;
    background-color: #012340;
    padding: 10px 25px;
    border-radius: 3px;
    font-size: 16px;
    color: #ffffff;
    cursor: pointer;
}

.read-less-more {
    visibility: hidden;
    height: 0;
    opacity: 0;
    max-height: 0;
    font-size: 0;
}
.read-less-more.show {
    visibility: visible;
    height: auto;
    opacity: 1;
    max-height: 100%;
    font-size: 100%;
    transition: .25s ease;
}
.latest-news-wrap .latest-post-img img {
    padding: 30px 15px;
    background: #fff;
    border-bottom: 2px solid #eee;
}

@media (max-width: 1100px){
    .footer-column a {
        font-size: 15px !important;
    }
}

@media (max-width: 840px){
    .about-generation-list {
        flex-basis: 100% !important;
        width: 100%;
        display: block;
        margin-bottom: 50px !important;
    }

.wp-block-column:nth-child(2n) { margin-left:0!important; }
}

@media (max-width: 768px){
    .about-generation {
        flex: none;
        display: block;
        text-align: center;
    }

    .site-section.badges {
        padding: 60px 30px;
    }

    .ssla-categories li, .ssla-products li {
      margin: 0 !important;
      padding: 0 !important;
      margin-bottom: 50px !important;
  }

	.wp-block-image figure {
        display: block;
        width: 100%;
        float: none;
        margin-bottom: 40px !important;
    }

    .wp-block-columns > div {
        margin-bottom: 40px !important;
    }
    .wp-block-columns {
        display: block;
    }
}

@media (max-width: 640px){
    .list-cols2, .list-cols3 {
      -webkit-column-count: 1;
      -moz-column-count: 1;
      column-count: 1; 
    }
}
