/*
Theme Name: AD child
Theme URI: https://qodeinteractive.com
Description: AD Child Theme
Author: AD
Textdomain: qi
Author URI: https://qodeinteractive.com
Template: ad
Version: 1.2
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html 
*/

/* Custom css */

html {
	scroll-behavior: auto !important;
}
 
.slider-box {
	 -webkit-backdrop-filter: blur(10px) !important;
    backdrop-filter: blur(10px) !important;
}

.copyright-text {
	text-align: center;
	font-size: 16px;
	line-height: 1.5em;
	color: #fff;
}

.copyright-text a {
	color: #fff !important;
}

/* Header */

#qodef-page-header-inner, .qodef-header-sticky {
backdrop-filter: blur(10px) !important;
}

/* Gravity forms */

.gform_button {
	background-color: #0D153D !important;
	border-radius: 5px !important;
}