/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */


@media (min-width: 768px) {
    .layout_layout1 .ets_mm_megamenu_content {
        background: none !important;
 
    }
}	

.layout_layout1 .mm_menus_li:last-child {
    border-right: none !important;
}

.layout_layout1 .mm_menus_li:nth-child(2) {
    border-left: none !important;
}

.layout_layout1 .ets_mm_megamenu_content {
    border-bottom: none !important;
    border-top: none !important;
}

.ets_mm_megamenu ul {
    margin: -10px !important;
}

@media (max-width: 767px) {
    .ets_mm_megamenu .container {
        background-color: none !important;
    }
}

.btn-primary{
    color: #fff;
    background-color: #26B9F8;
    border-color: #26B9F8;
}

#wrapper .page-title-layout-2.page-title {
    margin-top: 0px;
}

.ets_mm_block_content ul li:not(.item_has_img) {

    margin-left: 30px;
}

@media (max-width: 767px) {
    .mm_columns_li {
        padding-left: 31px;
    }
}