/* 
Theme Name: PGdesign standard
Theme URI: https://pgdesign.pt/
Description: PGdesign standard solution
Author: PGdesign
Author URI: https://pgdesign.pt/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
*/

/* SCROLL BAR */
::-webkit-scrollbar {width: 5px;}
::-webkit-scrollbar-track {background: #FFF;}
::-webkit-scrollbar-thumb {background: #FFEF00;}
::-webkit-scrollbar-thumb:hover {background: #FFEF00;}

p,ul, li {font-size: 1em;}
p::selection, b::selection {background: #FFEF00; color: #1c1c1c;}

.bottom-shadow .shadow-bottom {display: none;}

/* --------------------------------- Tablet --------------------------------- */
@media all and (max-width: 1024px) {}

/* --------------------------------- Smartphones --------------------------------- */
@media all and (max-width: 767px) {}