/*
Theme Name: Salient Child Theme
Description: This is a custom child theme for Salient
Theme URI:   https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266
Author: ThemeNectar
Author URI:  https://themeforest.net/user/themenectar
Template: salient
Version: 1.0
*/
/* .typeofglass ul li a {
    pointer-events: none;
} */
.font_weight_300{
	font-weight:300 !important;
}
.font_weight_400{
	font-weight:400 !important;
}
.font_weight_500{
	font-weight:500 !important;
}
.font_weight_600{
	font-weight:600 !important;
}
.font_weight_700{
	font-weight:700 !important;
}
.font_weight_800{
	font-weight:800 !important;
}
.margin_0{
	margin:0 !important;
}

.typeofglass ul {
    list-style: none;
    margin: 0;
    display: flex;
    justify-content: space-between;
}

.typeofglass ul li {
    list-style: none;
    width: 100%;
    max-width: 273px;
}

.typeofglass ul li a {
    color: #fff;
    font-family: 'Albert Sans';
    font-weight: 500;
    padding: 14.5px 15px;
    width: 100%;
    display: flex;
    max-width: 273px;
    text-align: center;
    justify-content: center;
}

.typeofglass ul li a:hover {
    background: #c6b170;
}


.buttonMonu {
    font-family: Albert Sans;
    font-size: 20px !important;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0.03em;
    text-align: center;
    padding: 12px 23px !important;
    border: 2px solid #17244b;
}

.goldenBox_wrap>.col>.column_container>.vc_column-inner>.wpb_wrapper {
    display: flex;
    align-items: start;
    justify-content: center;
    gap: 8%;
}
.goldenBox_wrap .goldenBox {
    border: 2px solid #bf9822;
    padding: 4% 1% 5% 1%;
    max-width: 330px;
    align-self: stretch;
    margin: 0;
}
.goldenBox_wrap .goldenBox p {
    font-size: 14px;
}

.typeofglass ul li:nth-child(1):before {
    content: "";
    background-image: url(https://www.monumentservices.nl/wp-content/uploads/2024/11/glas_icons-10.svg);
    background-size: contain;
    display: block;
    min-width: 40px;
    height: 40px;
    background-repeat: no-repeat;
}

.typeofglass ul li:nth-child(2):before {
    content: "";
    background-image: url(https://www.monumentservices.nl/wp-content/uploads/2024/11/glas_icons-09.svg);
    background-size: contain;
    display: block;
    min-width: 40px;
    height: 40px;
    background-repeat: no-repeat;
}

.typeofglass ul li:nth-child(3):before {
    content: "";
    background-image: url(https://www.monumentservices.nl/wp-content/uploads/2024/11/glas_icons-07.svg);
    background-size: contain;
    display: block;
    min-width: 40px;
    height: 40px;
    background-repeat: no-repeat;
}


.typeofglass ul li:nth-child(4):before {
    content: "";
    background-image: url(https://www.monumentservices.nl/wp-content/uploads/2024/11/glas_icons-06.svg);
    background-size: contain;
    display: block;
    min-width: 40px;
    height: 40px;
    background-repeat: no-repeat;
}
    
    
.typeofglass ul li:nth-child(5):before {
    content: "";
    background-image: url(https://www.monumentservices.nl/wp-content/uploads/2024/11/glas_icons-08.svg);
    background-size: contain;
    display: block;
    min-width: 40px;
    height: 40px;
    background-repeat: no-repeat;
}




@media only screen and (max-width: 900px) {
.goldenBox_wrap>.col>.column_container>.vc_column-inner>.wpb_wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
	gap: 25px;
}
.goldenBox_wrap .goldenBox {
    border: 2px solid #bf9822;
    padding: 4% 1% 5% 1%;
    max-width: 280px;
    align-self: center;
    margin: 0;
}
	
	.typeofglass .wpb_wrapper {
    display: flex;
    overflow-x: scroll;
    margin: 0;
    justify-content: space-between;
    gap: 2%;
    width: 100%;
    padding: 0px;
}
	.typeofglass ul li {

    width: 180px !important;
}
}

#gform_wrapper_1 .gform_footer { visibility: hidden; position: absolute; left: -100vw; }