/*
 Theme Name:   Bricks Child Theme
 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
*/

/*
.custom-anchor-wrapper{
	position: absolute;
	width: 0;
	height: 0;    
	overflow: hidden;
	pointer-events: none;
	margin: 0;
	padding: 0;
	border: none;
	flex: 0 0 auto;
	grid-area: auto;
}

.custom-anchor-wrapper {
  position: relative;     
  display: block;         
  height: 0;              
  padding: 0;             
  margin: 0;              
}

.custom-anchor-wrapper:before {
  content: "";
  display: block;
  padding-top: 400px;          
  margin-top: -400px;    
  scroll-margin-top: 400px;
}

.custom-anchor-wrapper {
display: block;
  height: 1px;
  margin-top: -180px; 
  padding-top: 180px; 
  visibility: hidden;
}

.custom-anchor-wrapper::before {
  content: "";
  display: block;
  height: 180px;
  margin-top: -180px;
  visibility: hidden;
}
*/


/* custom Bricks module anchor styling BEGIN */
/*
.custom-anchor-wrapper {
  width: 1px !important;
	position: relative;
  top: -180px;
  margin-bottom: -180px;
}*/



/* custom Bricks module anchor styling END  */


li.lang-item img{
    padding-top: 9px;
    padding-bottom: 7px;
    width: 25px;
}