/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*03-07-23*/
.cky-notice-btn-wrapper .cky-btn{padding: 10px 20px; font-size: 16px; line-height: 20px;}
.cky-notice-btn-wrapper .cky-btn:hover{background-color:#0070EE !important; border-color: #0070EE !important;}
.cky-notice .cky-title{color: #13224B !important;  font-weight: 400 !important;  font-size: 25px !important;}
.cky-notice-des p{font-size: 18px;}
/*03-07-23*/
.cky-prefrence-btn-wrapper .cky-btn{padding:10px !important; color: #fff!important; border-color: #61C41F!important; background-color: #61C41F!important; margin: 10px;}
.elementor-sticky--active .button-style #menu-1-90d2f0b li{
    background-color: #f5f5f5 !important;
}
.elementor-sticky--active .button-style #menu-1-90d2f0b li:hover {
    background-color: #61C41F !important;
}
.gform_confirmation_message {
    text-align: center;
}
@media(max-width:560px){	
	.cky-prefrence-btn-wrapper .cky-btn{font-size:16px; line-height:20px;}
}
/*
    Add your custom styles here
*/
// shortcode to count number of posts
function wpb_total_posts() {
    $total = wp_count_posts()->publish;
    return $total; 
} 
add_shortcode('total_posts','wpb_total_posts');
