/**
* 2006-2022 THECON SRL
*
* NOTICE OF LICENSE
*
* DISCLAIMER
*
* YOU ARE NOT ALLOWED TO REDISTRIBUTE OR RESELL THIS FILE OR ANY OTHER FILE
* USED BY THIS MODULE.
*
*  @author    THECON SRL <contact@thecon.ro>
*  @copyright 2006-2022 THECON SRL
*  @license   Commercial
*/

/*==================================================
=            Bootstrap 3 Media Queries             =
==================================================*/

/*==========  Mobile First Method  ==========*/

@media only screen and (max-width : 991px) {

}

/* Phones Portrait — extended to 600px to cover the 480-600px gap */
@media only screen and (max-width : 600px) {
    #categorii-produse .th-grid-items {
        grid-template-columns: repeat(2, 1fr) !important;
    }

    #categorii-produse.th-content-grid {
        padding-bottom: 0 !important;
        margin-bottom: 20px !important;
    }

    .th-promo-slider-container {
        padding-bottom: 0 !important;
    }

    #industrii-grid .th-grid-items {
        grid-template-columns: repeat(2, 1fr) !important;
    }

    #industrii-grid .th-grid-item .th-item-link {
        flex-direction: column !important;
    }

    #industrii-grid .th-grid-item .th-item-image {
        height: 60px;
    }

    #industrii-grid .th-item-title {
        height: 44px !important;
        line-height: 22px !important;
    }

    .th-grid-item {
        margin-bottom: 0 !important;
    }

    .blog-homepage-footer {
        padding-top: 0 !important;
    }

    #content-wrapper {
        padding-bottom: 0;
    }

    #parteneriate-succes .th-item-image {
        flex: 0 0 58% !important;
    }

    #parteneriate-succes .th-item-title {
        line-height: 22px !important;
        margin-bottom: 10px !important;
    }

    #parteneriate-succes .th-item-subtitle {
        line-height: 18px !important;
    }

    #categorii-produse .th-item-content {
        padding: 10px 10px;
    }

    #categorii-produse .th-item-link {
        background: #F4F4F4;
    }

    #categorii-produse .th-item-title {
        font-size: 18px;
        line-height: 22px;
        min-height: 44px;
    }
}

/* Phones Landscape */
@media only screen and (min-width : 480px) and (max-width : 767px) {

}

/* Phones Portrait and Landscape */
@media only screen and (min-width : 320px) and (max-width : 767px) {

}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) and (max-width : 991px) {

}

@media only screen and (min-width : 992px) {

}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) and (max-width : 1199px) {

}

/* Small and Medium Devices */
@media only screen and (min-width : 768px) and (max-width : 1199px) {

}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {

}

