/*
Theme Name: dragawalsclinictheme
Theme URI: 
Author: Amit
Author URI: 
Description: A theme for clinics
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 5.7
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: dragawalsclinictheme
Tags: blog, news, portfolio, one-column, wide-blocks, accessibility-ready, block-patterns, block-styles, custom-colors, custom-logo, custom-menu, editor-style, featured-images, full-site-editing, rtl-language-support, sticky-post, style-variations, threaded-comments, translation-ready
 */

.box-shadow-effect1 {
  -webkit-box-shadow: 0 10px 6px -6px #777;
     -moz-box-shadow: 0 10px 6px -6px #777;
          box-shadow: 0 10px 6px -6px #777;
} /* To elevate cards and header */

.shadow-on-top {
  -webkit-box-shadow: 0 -10px 6px -6px #777; /* Adjust the vertical offset to -10px */
     -moz-box-shadow: 0 -10px 6px -6px #777;
          box-shadow: 0 -10px 6px -6px #777;
} /* To elevate footer */

figure.wp-block-gallery.has-nested-images figure.wp-block-image figcaption {
    font-size: .75rem;
	font-weight: bold;
       background: none;
    position: relative;
    color: var(--wp--preset--color--contrast);
   margin-top: 1.5em;
} 
figure.wp-block-gallery.has-nested-images figure.wp-block-image figcaption a {
    text-decoration: none;
	}
/* To shift caption below image */

figure.wp-block-gallery.has-nested-images figure.wp-block-image {
	 -webkit-box-shadow: 0 10px 6px -6px #777;
     -moz-box-shadow: 0 10px 6px -6px #777;
          box-shadow: 0 10px 6px -6px #777;
}/* To elevate image in gallery */

.my-svg-icon path {
  fill: var(--wp--preset--color--primary) !important; 
}/* To change color of svg icons */

.wp-block-navigation .wp-block-navigation-item a:active, .wp-block-navigation .wp-block-navigation-item a:hover,
.wp-block-navigation .wp-block-navigation-item a:focus {
	color: var(--wp--preset--color--primary);}
/* To change navigation link color on hover */

.wp-block-template-part
{
	margin-top : 0px;
	}/* To remove gap between content bottom and footer top */
