/*
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
*/

.dsk-show { display:block; }
.mob-show { display:none; }


@media(max-width:991px) {
.dsk-show { display:none; }
.mob-show { display:block; }
}

.mobile-menu{
    display: none;
}
@media only screen and (min-width: 800px){
    .desktop-menu{
        display: block !important;
    }
    .mobile-menu{
        display: none !important;
    }
}

@media only screen and (max-width: 799px){
    .desktop-menu{
        display: none !important;
    }
    .mobile-menu{
        display: block !important;
    }
}

@media screen and (max-width:991px) {
.hide {
    display: none;
}
}
#h_blocks::before {
	background: url(https://cudedevelopment.info/cude23/wp-content/uploads/2023/04/large_square.png) no-repeat center center;
	content: "";
	height: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	z-index: 9999;
	width: 100%;
	opacity: 0.5;
}

/* 
#header-outer #header-secondary-outer{
    background-image: url('images/013.svg');
    background-repeat: no-repeat;
    background-size: 100%;
} */

