/*
 Theme Name:     Apratim Saha
 Theme URI:      https://devreactor.co.in/
 Description:    Apratim Saha Wordpress Child Theme by Devreactor Technologies LLP
 Author:         Devreactor Technologies LLP
 Author URI:     https://devreactor.co.in
 Template:       Divi
 Version:        1.0.0
*/

/*
 * Responsive Menu for apratimsaha.com
*/
@media (max-width: 1200px){
#et_mobile_nav_menu {
    display: block !important;
}
#top-menu {
    display: none !important;
}
}

/* Theme Customization */
#footer-bottom {display: none;}

/* 
 * Change Mobile Menu Background Colour 
 */
span.mobile_menu_bar:before{
  color:#ffb90c;
}

/* 
 * Disable Gallery Slide In Effect 
 */
.et_pb_gallery_item {
	-webkit-animation: none !important;
	-moz-animation: none !important;
	-o-animation: none !important;
	-ms-animation: none !important;
	animation: none !important;
}


/* 
 * Stories Blog Card Background Transparency 
 */
.stories_card_background .et_pb_blog_grid .et_pb_post {
    background-color: transparent !important;
    border: 0px !important;
}

/*
 * Disable Author Link on Stories Category Post on Behind the Scenes Page
 */
.apratimsaha_stories_post_no_links .et_pb_post .post-meta span.author.vcard a {
	pointer-events: none;
}




