﻿@import url('custom-styles.css');

@media (max-width: 1200px) {
    .navbar-nav .nav-item.first-in-line {
        border-left: transparent;
    }
}

@media (max-width: 992px) {
    .navbar-nav .nav-item {
        border-left: none !important;
        border-top: 1px solid rgba(255,255,255,0.5);
    }
}

@media (max-width: 768px) {
    
    body {
        font-size: 1.1rem;
    }
    
    #headerbox-logo {
        width: 100%;
        height: auto;
    }

    #headerbox-sales {
        width: 100%;
        height: auto;
    }    
    
    h5, .h5 { font-size: 1.2rem }


}

@media (max-width: 540px) {
    #footerline { font-size: 12px; }


    h1, .h1 {
        font-size: 2.6rem
    }

}



/* ********************** */
/*                        */
/*  SYNCFUSION OVERRIDES  */
/*                        */
/* ********************** */

@media (max-width :540px) {

    .e-grid.e-responsive .e-gridcontent td:before {
        width: 35% !important;
    }

    e-grid.e-responsive .e-gridcontent td[data-cell] {
        padding-left: 60% !important;
    }

}
