/*======================================
Theme Name: DSS Child Theme
Theme URI: https://digitalsyntaxsolutions.com/
Description: DSS Child theme from Digital Syntax Solutions
Author: Digital Syntax Solutions
Author URI: https://digitalsyntaxsolutions.com/
Author Email: digitalsyntaxsolutions@gmail.com
Template: hello-elementor
Version: 2.0.0
======================================*/
/* header-2 sticky  */
.header-2 {
 transform: translatey(-80px);
 -moz-transition: all .3s ease!important;
 -webkit-transition: all .3s ease!important;
 transition: all .3s ease!important;
 width: 100%!important;
}
.elementor-sticky--effects.header-2  {
 height: auto!important;
 transform: translatey(0px);
}
.elementor-sticky--effects.header-1 {
 display: none!important;
}
/* recaptcha */
.grecaptcha-badge { 
    visibility: hidden !important;
}
/* Final Tile gallery Fix */
.final-tiles-gallery .tile img.item {
transform: none !important;
}
/* dflip config */
.df-more-container>.df-ui-btn {
	color: black;
}
._df_button.df-element.df-popup-button {
	background-color: white;
	color: black;
	border: 3px solid #399099;
	border-radius: 50px;
	padding: 10px 25px;
}
._df_button.df-element.df-popup-button:hover {
    background-color: #399099;
    color: black;
	border: 3px solid black;
}
/* links color */
.links-color a:link {
    color: #000000;
}
.links-color a:active {
    color: #000000;
}
.links-color a:visited {
    color: #000000;
}
.links-color a:hover {
    color: #F15A24;
}
.contact-form a:link {
    color: #7779a6;
}
.contact-form a:active {
    color: #7779a6;
}
.contact-form a:visited {
    color: #7779a6;
}
.contact-form a:hover {
    color: #F15A24;
}
.footer-links a:link {
    color: #7779a6;
}
.footer-links a:active {
    color: #7779a6;
}
.footer-links a:visited {
    color: #7779a6;
}
.footer-links a:hover{
    color: #F15A24;
}

/* cleanup dashboard */
#health-check-accordion-block-plugin_theme_auto_updates {
	display: none;
}