/*
Theme Name: Within Child
Theme URI: http://within.pt
Description: This is a child theme for Within
Author: Within
Author URI: http://www.within.pt
Template: within
Version: 2.5
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
/*Remover titulo acc da página de contactos*/
#wtn-acc .accordion .accordion-title:first-child a {
border-top: none;
}

#wtn-acc h3.accordion_title {
    display: none;
    opacity: 0;
    visibility: hidden;
}
/*END Remover titulo acc da página de contactos*/
/*Adicionar cor do tema a elementos*/
li.active>a, .price {
color: #f05b27 !important;
}
.nav-dropdown a:hover {
color: #f05b27 !important;
font-weight: 600 !important;
}
/*END Adicionar cor do tema a elementos*/
a[href="###"] {
visibility: hidden !important;
display: none !important;
}

.wide-nav-search.hide-for-small {
float: right;
}

.entry-meta {
    display: none !important;
    visibility: hidden !important;
}
/*Esconder bug do depósito*/
li.tmcp-field-wrap:nth-child(1n+2) {
display: none !important;
visibility: hidden !important;
opacity: 0 !important;
}
/*END Esconder bug do depósito*/
@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}