/*
Theme Name: Blanquette
Theme URI: https://blanquette.qodeinteractive.com
Description: Restaurant WordPress Theme
Author: Mikado Themes
Author URI: https://qodeinteractive.com
Text Domain: blanquette
Tags: one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-menu, featured-images, flexible-header, post-formats, sticky-post, threaded-comments, translation-ready
Version: 1.3.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/* Caixa 100×50, fons blanc i vora #f8efed */
#qodef-back-to-top { width:125px!important; height:50px!important; right:24px; bottom:24px; }
#qodef-back-to-top .qodef-back-to-top-icon{
  display:flex!important; align-items:center; justify-content:center;
  width:100%; height:100%; background:#fff!important; border:2px solid #f8efed!important;
  border-radius:4px; box-shadow:none!important; overflow:hidden; text-indent:0!important;
}

/* ── EL TEXT ── */
#qodef-back-to-top .qodef-back-to-top-icon::after{
  content:"CONTACTAR";
  display:inline-block;
  font-weight:400;
  font-size:14px;          /* assegura’t que no és 0 */
  letter-spacing:0.05em;
  line-height:1;
  color:#000;              /* NEGRE com demanes */
}

@media (min-width: 981px) {
  #qodef-back-to-top svg { display:none!important; }
}

@media (max-width: 980px) {
  /* tornar al botó petit nadiu del tema */
  #qodef-back-to-top { 
    width: 53px !important; 
    height: 53px !important; 
  }
  #qodef-back-to-top .qodef-back-to-top-icon {
    width: 100% !important;
    height: 100% !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    transform: none !important;           /* evitem doble rotació */
    -webkit-transform: none !important;
  }
  #qodef-back-to-top .qodef-back-to-top-icon::after { 
    display: none !important;             /* amaguem el text a mòbil */
  }
}
