/*
 Theme Name:   InsuGroup Child
 Theme URI:    http://insugroup.axiomthemes.com/
 Description:  InsuGroup Child Theme
 Author:       AxiomThemes
 Author URI:   http://axiomthemes.com/
 Template:     insugroup
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         flexible-header, custom-background, custom-colors, custom-header, custom-menu, featured-image-header, featured-images, full-width-template, microformats, post-formats, theme-options, threaded-comments, translation-ready
 Text Domain:  insugroup-child
*/

.secondfooter .widget-title {
    font-size: 18px;
}

.secondfooter .menu li {
    list-style: none;
}

.secondfooter .menu {
    padding-left: 0;
}

.secondfooter .widget-title {
    font-size: 20px;
    border-bottom: 1px solid white;
    padding-bottom: 10px;
}

.secondfooter > div {
    width: 12%;
    float: left;
    margin: 1%;
}

.remove_margins .sc_layouts_title, .top_panel.with_bg_image .sc_layouts_title {
	margin-bottom: 4em !important;
}

@media screen and (max-width: 1260px){
    .secondfooter > div {
        width: 22%;
    }

    .secondfooter > div:nth-child(5) {
        clear: both;
    }
}

@media screen and (max-width: 768px){
    .secondfooter > div {
        width: 48%;
    }

    .secondfooter > div:nth-child(3) {
        clear: both;
    }
}