/*
Theme Name: Transcargo Child Theme
Theme URI: http://logistics.stylemixthemes.com/
Author: StylemixThemes
Author URI: http://stylemixthemes.com/
Description: Transcargo is the only best WordPress theme for transportation and logistics business.  Using Transcargo you can easily create a modern website and start promoting your services.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: blue, red, one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, fixed-layout, fluid-layout, responsive-layout, flexible-header, custom-background, custom-colors, custom-header, custom-menu, editor-style, sticky-post, theme-options
Text Domain: transcargo-child-theme
Template: transcargo
*/

/* Add your own styles here */
@font-face {
    font-family: 'Galano Grotesque';
    src: url('Fonts/Galano-Grotesque.otf');
    src: url('Fonts/Galano-Grotesque.otf') format('otf'),
        url('Fonts/Galano-Grotesque.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Galano Grotesque Bold';
    src: url('Fonts/Galano-Grotesque-Bold.otf');
    src: url('Fonts/Galano-Grotesque-Bold.otf') format('otf'),
        url('Fonts/Galano-Grotesque-Bold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

h1, h2, strong, rs-layer {
    font-family: 'Galano Grotesque Bold', san-serif !important;
}

h3, h4, h5, h6, p, span, div {
    font-family: 'Galano Grotesque', san-serif !important;
}

#customer_login .u-column2 {
    display: none;
}

/* Hide site navigation */
.site-navigation {
    display: none;
}

.notification-box {
    border: 2px solid #4B5CD0; /* Border color #4B5CD0 */
    background-color: #E8E9FF; /* Light color of #4B5CD0 */
    color: #000000; /* White text color */
    padding: 10px;
    margin-bottom: 20px;
}

.custom-notification {
    border: 2px solid #4B5CD0; /* Border color #4B5CD0 */
    background-color: #E8E9FF; /* Light color of #4B5CD0 */
    color: #000000; /* White text color */
    padding: 10px;
    margin-bottom: 20px;
}


.tgwc-logout-button {
    border-radius: 20px; /* Adjust the value as needed */
    padding: 10px 20px; /* Adjust the padding as needed */
    /* Add any other styles you want */
}

/* Center the responsive image container */
.responsive-image-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh; /* Adjust based on your layout needs */
    text-align: center;
}

/* Hide both images initially */
.horizontal-image, .vertical-image {
    display: none;
    max-width: 100%;
    height: auto;
    margin: 0 auto; /* Ensure the images are centered */
}

/* Display the horizontal image for desktops, laptops, and tablets */
@media (min-width: 768px) {
    .horizontal-image {
        display: block;
    }
}

/* Display the vertical image for mobile devices */
@media (max-width: 767px) {
    .vertical-image {
        display: block;
    }
}

blockquote {
    margin: 0 0 0px 0px !important; /* Adjusted spacing */
    border-left: 3px solid #c9b981 !important;
    padding: 9px 0 9px 40px !important; /* Adjusted padding */
    color: #595959 !important;
    font-size: 18px !important;
    font-style: italic !important;
    font-weight: 300 !important;
    line-height: 36px !important;
}

/* Disable the before styles for h1, h2, h3, h4, h5, h6 */
h1:before, .h1:before,
h2:before, .h2:before,
h3:before, .h3:before,
h4:before, .h4:before,
h5:before, .h5:before,
h6:before, .h6:before {
    content: none;
    border: none;
    margin-bottom: 0;
    display: none; /* Ensures it does not occupy space */
}

h3, .h3 {
    font-size: 30px;
    margin: 28px 0 5px 0; /* top right bottom left */
}

    table {
        width: 100%;
        border-collapse: collapse;
    }

    th, td {
        padding: 10px;
        text-align: left;
        border-bottom: 1px solid #ddd;
    }

    th {
        font-weight: bold;
    }
