/*
Theme Name: The8
Theme URI: http://the8.creaws.com/
Author: Creative Web Solutions
Author URI: http://themeforest.net/user/creativews
Description: The8 - Corporate, Business WordPress Theme.
Version: 1.0.6
License: GNU General Public License version 3.0 & Envato Regular/Extended License
License URI:  http://www.gnu.org/licenses/gpl-3.0.html & http://themeforest.net/licenses
Tags: blue, gray, pink, purple, white, yellow, dark, light, two-columns, left-sidebar, fixed-layout, responsive-layout, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, featured-images, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
Text Domain: the8

*/ 

/* =Theme customization starts here
-------------------------------------------------------------- */

/* Newsletter home 26/10/2016 */
.home .wysija-paragraph	{ margin-bottom:0; }
.home .wysija-paragraph input[type="text"] { width:30%; float:left; margin-left:10px}
.home .widget_wysija_cont .wysija-submit { float:left; border:2px solid #FFF;  margin-top:0; margin-left:10px;}
.home .widget_wysija_cont .wysija-submit:hover { background-color:#fff; color:#ad0a27; border:1px solid #FFF;}
.home .formError { left:inherit!important; right:0;}

/* Desactivar ampliar imagenes staff 27/10/2016 */
.pic .links > *:only-child {
    display: none;
}

/* Modificar hover imagenes staff 27/10/2016 */
.pic .hover-effect {
    background-color: rgba(173, 10, 39, 0.4);
}

/* Aumentar título staff 27/10/2016 */
.cws_ourteam:not(.single) .cws_ourteam_items .title_wrap>.title, .cws_ourteam:not(.single) .cws_ourteam_items .title_wrap>.positions {
    font-size: 0.9em;
}

/* Eliminar carrito del menú 28/10/2016 */
.mini-cart .woo_icon i {
    display: none;
}


/* Colocar boton envio formulario contacto 02/11/2016 */
.wpcf7 input[type="submit"] {
    float: none;
}

/* Ocultar categoría en página de blog 03/11/2016 */
.news .item .post_info {
    display: none;
}

/* Cambiar color botón cierre pop up objetivos 03/01/2017 */
.popmake.theme-8240 > .popmake-close, .popmake.theme-default-theme > .popmake-close {
    background-color: #ad0a27 !important;
}

/* Ocultar Top Rated de Woocommerce */

.the8-new-layout .cws-widget .widget-title {
    line-height: 24px;
    margin-bottom: 20px;
    display: none !important;
}

/* Ocultar Selector de Orden Woocommerce */

.select2-container .select2-choice > .select2-chosen {
    margin-right: 32px;
    display: none !important;
}

.select2-container .select2-choice, .select2-results .select2-result-label {
    display: none !important;
}

/* Ocultar Valoraciones de Producto */

.woocommerce .woocommerce-tabs .tabs li.active {
    display: none !important;
}

.woocommerce-tabs .tabs {
    display: none !important;
}

.woocommerce .panel.entry-content {
    display: none !important;
}

/* Ocultar Cantidades en Producto */

.quantity {
    display: none !important;
}

/* Ocultar Limpiar en Pago en Producto */

.woocommerce .variations td .reset_variations {
    display: none !important;
}

/* Buscar en tipos de precio en producto */

.select2-search, .select2-search input {
    display: none !important;
}

/* Ocultar Título en Página Checkout */

form.checkout h3 {
    display: none;
}

/* Ocultar Seguir Comprando en Página Checkout */

.woocommerce-message {
    display: none;
}

/* Estilo asociate menu */

.asociatemenu {
    background-color: #fff !important;
    color: #ad0a27 !important;
    border-radius: 3px;
    border-width: 2px;
    border-style: solid;
}

.asociatemenu a:hover {
    background-color: #ad0a27;
    color: #fff !important;
}

/* Ocultar aumentar foto en tienda */

.pic:hover .links > :first-child {
    display: none !important;
}
/* Swing 11/01/2018 - Quitar circulitos de carruseles */
.kiwi-logo-carousel li:before { display:none;}

