/*
 Theme Name:   Bricks Child Theme Draco
 Theme URI:    https://bricksbuilder.io/
 Description:  Use this child theme to extend Bricks.
 Author:       Bricks
 Author URI:   https://bricksbuilder.io/
 Template:     bricks
 Version:      1.1
 Text Domain:  bricks
*/



/*GLOBARS/*/
body{overflow-x:hidden!important;}
html body{overflow:unset;}
*,*:focus,*:hover{
  outline:none!important; /***Remove outline in Chrome/*/
  -webkit-tap-highlight-color: transparent;
} 

/* Apply to all elements */
*:focus {
outline: none;
}

/* Apply to specific elements */
button:focus,
a:focus,
input:focus,
textarea:focus,
select:focus {
outline: none;
-webkit-tap-highlight-color: transparent;
}

h1,h2,h3,h4,h5,h6 {
overflow-wrap: normal;
word-break: keep-all;
-moz-hyphens:none;
-ms-hyphens:none;
-webkit-hyphens: none;
hyphens:none
}

/* ==========================================================================
Custom Scrollbars
 ========================================================================== */

/* width */
::-webkit-scrollbar {
width: 15px;
}

/* Track */
::-webkit-scrollbar-track {

border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
background: #666766;
border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
background: #ddd; 
width:0;
}

section{padding:calc(4.8rem + (4.2 * ((100vw - 32rem)/104.6))) calc(2rem + (4 * ((100vw - 32rem)/104.6)))}


