/*
  Theme Name: Salient Child
  Theme URI: http://www.themenectar.com
  Description: An Ultra Responsive Multi-Purpose Theme.
  Author: Factoria
  Author URI: http://factoria.la
  Template: salient
  Version: 7.0.8.06
  License: GNU General Public License version 3.0
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
*/
@import url("../salient/style.css");

header#top nav > ul > li > a {
    font-size: 16px;
    text-transform: uppercase;
}
.products .outofstock:before{
    content: 'No hay plazas';
    width: 49px;
    height: 36px;
    display: block;
    background: #f6653c;
    position: absolute;
    z-index: 1;
    color: #fff;
    text-align: center;
    font-weight: bold;
    line-height: 1em;
    padding: 24px 10px 9.9px;
    border-radius: 90px;
    text-transform: uppercase;
    font-size: 12px;
    margin: 10px;
}
body #header-outer:not([data-lhe="animated_underline"]) header#top nav .sf-menu > li.button_solid_color > a,
body #header-outer:not([data-lhe="animated_underline"]) header#top nav .sf-menu > li.current_page_item.button_solid_color > a{
    color:#fff!important;
}
.woocommerce .product-wrap {
    max-height: 270px;
    display: block;
}
.woocommerce div.product .out-of-stock {
    width: 100px;
    height: 100px;
    display: block;
    background: #f6653c;
    z-index: 1;
    text-align: center;
    font-weight: bold;
    line-height: 1em;
    padding: 24px 10px 9.9px;
    border-radius: 90px;
    text-transform: uppercase;
    font-size: 23px!important;
    margin: 10px;
    position: absolute;
    right: 0;
    top: 0;
    color: #fff!important;
}
