/*
Theme Name: Salient Child Theme
Description: This is a custom child theme for Salient
Theme URI:   https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266
Author: ThemeNectar
Author URI:  https://themeforest.net/user/themenectar
Template: salient
Version: 1.0
*/

.timeLeft timeLeft3088 {
	display: none !important;
}


.nectar-social.fixed {
    display: none !important;
    position: fixed;
    right: 34px;
    bottom: 34px;
    height: 50px;
    width: 50px;
    line-height: 50px;
    z-index: 1000;
}

.description {
    display: none !important;
}


.woocommerce button.button.alt {
    background-color: #f79f1f !important;
}


/* Hide button Buy it Now for ... */
.woocommerce-page button[type=submit].single_add_to_cart_button, body[data-form-submit=regular].woocommerce-page .container-wrap button[type=submit].single_add_to_cart_button {
    font-size: 16px;
    padding: 20px 45px!important;
    transition: all .2s ease;
    display: none !important;
}




/* ============== 2 columns layout CF 7 ============== */
@media only screen and (min-width: 1024px) {
    .column-3 {
        float: left;
        width: 33%;
        padding: 0 20px 20px 0;
    }
}

@media only screen and (max-width: 1024px) {
    .column-3-mob {
        float: left;
        width: 100%;
        padding: 0 0 20px 0 !important;
    }
}


/* Clear floats after the columns */
.row:after {
  /* content: ""; */
  display: table;
  clear: both;
}





/* ============== 3 columns layout CF 7 ============== */
@media only screen and (min-width: 1024px) {
    .column-2 {
        float: left;
        width: 50%;
        padding: 0 20px 20px 0;
    }
}

@media only screen and (max-width: 1024px) {
    .column-2-mob {
        float: left;
        width: 100%;
        padding: 0 0 20px 0 !important;
    }
}


/* Clear floats after the columns */
.row:after {
  /* content: ""; */
  display: table;
  clear: both;
}



.button-to-hide {
    display: none !important;
}


/* Hide date on The Grid slider */

.lome .tg-item-date {
    position: relative;
    display: none !important;
    font-size: 14px;
    line-height: 16px;
    margin: 0;
    padding: 0;
    font-style: italic;
}

.single .heading-title[data-header-style="default_minimal"] .meta-category {
    display: none !important;
}

.meta-category{
    display: none !important;
}

.inner-wrap .uncategorized {
    display: none !important;
}

.comments-section {
    display: none !important;
}
