/*
Theme Name: GBS Child
Theme URI: https://www.gbs-group.it/
Author: Global Business Solution S.r.l.
Author URI: https://www.gbs-group.it/
Description: GBS Custom WordPress Theme. This theme is not available for you to download or buy.
Template: gbs
Version: 1.0.0
*/

/* =Theme customization starts here
------------------------------------------------------- */


:root {
	--sideNav-width: 450px;
	--viewportHeight: 100vh;
	--sideNav-paddingY: 20px;
	--sideNav-paddingX: 25px;
	--gray-border: #c9c9c9;
}

* {
	box-sizing: border-box;
}


html {
	background-color: var(--background-color) !important;
}

main {
	min-height: 100vh;
}

/**************************custom************************/

.pum-close {
    position: absolute;
    height: 36px;
    width: 36px;
    left: auto;
    right: 2px;
    bottom: auto;
    top: 2px;
    padding: 0px;
    color: #fff;
    font-family: Arial;
    font-weight: 100;
    font-size: 34px;
    line-height: 34px;
    border: 2px solid #B3B3B3;
    border-radius: 26px;
    /* box-shadow: 0px 0px 15px 1px rgba(2, 2, 2, 0.17); */
    text-shadow: 0px 0px 0px rgba(0, 0, 0, 0.12);
    background-color: #B3B3B3;
}
