/*
Theme Name: Coo'ee - Bettio
Author: Coo'ee Italia
Description: Coo'ee custom theme
Version: 1.0
*/
/******************/
/*** VARIABLES ****/
/******************/
/****************************  Sotto ai 1400  *********************************/
@media (max-width: 1440px) { .boxed-lg { max-width: 86%; } }

/****************************  breakpoint lg-xl  *********************************/
/****************************  breakpoint md-lg  *********************************/
@media (max-width: 1023px) { .boxed-lg { max-width: 90%; }
  .boxed-lg.full-tablet { max-width: 100%; }
  .btn { padding: 7px 25px; font-size: 14px; font-weight: 400; letter-spacing: 0.3px; } }

/****************************  breakpoint sm-md  *********************************/
@media (max-width: 767px) { h1 { font-size: 30px; }
  h3 { font-size: 17px; }
  h4 { font-size: 16px; }
  ul.lista-doc span { font-size: 13px; }
  ul.lista-doc li a { background-size: 17px; }
  .video span { font-size: 13px; }
  .modal__overlay .modal__container { padding: 0; } }
