/*
Theme Name: bjp
Author: Briaux
Description: Custom theme by Briaux Jithesh
Version: 1.0
Template: astra

This is the child theme for Astra theme, generated with Generate Child Theme plugin by catchthemes.

(optional values you can add: Theme URI, Author URI, License, License URI, Tags, Text Domain)
*/
/* Flip + Rotate Hover Animation for Elementor Basic Gallery */
.mygal .gallery-item img {
   transition: transform 0.4s ease;
}

/* Hover effect */
.mygal .gallery-item:hover img {
 transform: scale(1.1);
}


#listbtn .elementor-icon-list-text:hover {
  background: #000 !important;
}

#listbtn .elementor-icon-list-text {
  text-transform: uppercase;
  border: 1px solid #000 !important;
  padding: 2px 7px;
  border-radius: 5px;
}

.trn-page {
   padding: 50px 0 !important;
 }
.site-header {
  z-index: 199 !important;
}
.site-branding.ast-site-identity {
  padding: 0 !important;
}
.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6{
	margin-bottom:2px !important
}

.thumbnail-wrap {
  overflow: hidden;
  position: relative;
}

.thumbnail-wrap img {
  transition: transform 0.5s ease;
  transform: scale(1);
}

.thumbnail-wrap:hover img {
  transform: scale(1.1); /* Zoom in to 110% */
}


.ue-carousel-item {
  overflow: hidden;
  position: relative;
}

.ue-carousel-item img {
  transition: transform 0.5s ease;
  transform: scale(1);
}

.ue-carousel-item:hover img {
  transform: scale(1.1); /* Zoom in to 110% */
}

.entry-meta {
  display: none !important;
}
#comments {
  display: none !important;
}
.navigation.post-navigation {
  display: none !important;
}

@media screen and (max-width: 600px) {
.gallery-item {
  width: 50% !important;
}
}
