/*
 Theme Name:   GeneratePress Child
 Theme URI:    http://example.com/generatepress-child/
 Description:  GeneratePress Child Theme
 Author:       Your Name
 Author URI:   http://example.com
 Template:     generatepress
 Version:      1.0.0
*/

/* Add your custom styles below */

.ad_title,select#wp-block-categories-1{width:100%}.full-height,.full-height>.gb-inside-container{height:100%}@media (min-width:768px){.sticky-container,.sticky-container>.gb-inside-container{position:sticky;top:20px}#right-sidebar .inside-right-sidebar{height:100%}}.wplogout-social-wrapper{margin:30px 0;font-size:0}.wplogout-social-wrapper span{font-weight:700;padding-right:10px;font-size:16px}.wplogout-social-sharing{font-size:17px;padding:7px 20px}@media only screen and (max-width:600px){.wplogout-social-sharing{font-size:17px;padding:7px 12px;display:inline-block}}.wplogout-social-sharing svg{position:relative;top:.15em;display:inline-block}.wplogout-social-sharing:first-of-type{border-radius:100px 0 0 100px}.wplogout-social-sharing:last-of-type{border-radius:0 100px 100px 0}a{text-decoration:none!important}.paging-navigation,.site-header{box-shadow:rgb(23 43 99 / 30%) 0 6px 18px;border-radius:5px}@media (min-width:769px){.inside-right-sidebar{position:sticky;top:100px}body.single-post #right-sidebar{position:-webkit-sticky;position:sticky;top:0}}.wplogout-float-social-wrapper{position:fixed;top:70%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);z-index:9999}.wplogout-float-social-sharing{display:flex;flex-wrap:nowrap;flex-direction:column;align-items:flex-start;min-height:30px;font-size:12px;padding:10px}.wplogout-float-social-sharing svg{position:relative;top:0}.wplogout-float-social-sharing:first-of-type{border-top-right-radius:10px}.wplogout-float-social-sharing:last-of-type{border-bottom-right-radius:10px}.wplogout-social-facebook{fill:#fff;background-color:#3b5998}.wplogout-social-facebook:hover{background-color:rgba(59,89,152,.8)}.wplogout-social-twitter{fill:#fff;background-color:#1da1f2}.wplogout-social-twitter:hover{background-color:rgba(29,161,242,.8)}.wplogout-social-pinterest{fill:#fff;background-color:#bd081c}.wplogout-social-pinterest:hover{background-color:rgba(189,8,28,.8)}.wplogout-social-linkedin{fill:#fff;background-color:#0077b5}.wplogout-social-linkedin:hover{background-color:rgba(0,119,181,.8)}.wplogout-social-whatsapp{fill:#fff;background-color:#25d366}.wplogout-social-whatsapp:hover{background-color:rgba(37,211,102,.8)}.wplogout-social-reddit{fill:#fff;background-color:#ff5700}.wplogout-social-reddit:hover{background-color:rgba(255,87,0,.8)}.ad_title{margin-bottom:5px!important;font-size:10px!important;color:#999!important;text-align:center!important;font-weight:400;letter-spacing:.2em;text-transform:uppercase}.post-page-numbers{border:1px solid;padding:0 5px}.page-links{padding-top:10px;display:none}


.adsbygoogle[data-ad-status="unfilled"] {
    display: none !important;
  }

/* CSS styles for screens less than 600px wide */
@media (max-width: 600px) {
    h1 {
        font-size: 24px;
    }

    h2 {
        font-size: 20px;
    }

    h3 {
        font-size: 16px;
    }
	#page {
    min-height: 10vh; /* Adjust as per the content height */
		
}
}

/* Hide featured image for post with ID post-32665 */
article#post-32665 .featured-image {
    display: none;
}


article#post-33654 .featured-image, 
article#post-37555 .featured-image
{
    display: none;
}

@media only screen and (max-width: 767px) {
    .gb-block-image-83844dda {
        display: none;
    }
}
p a {
    text-decoration: underline !important;
    
}


.job-item {
  padding: 15px;
  border-bottom: 1px solid #eee;
  transition: 0.2s;
}

.job-item:hover {
  background: #f9f9f9;
}

.job-item h3 {
  font-size: 18px;
  margin-bottom: 5px;
}

.meta {
  font-size: 13px;
  color: #777;
}

.desc {
  font-size: 14px;
  color: #444;
  margin: 8px 0;
}

.apply-btn {
  font-size: 14px;
  color: #0073aa;
  text-decoration: none;
}

.apply-btn {
  display: inline-block;
  margin-top: 5px;
  font-size: 14px;
  color: #0073aa;
}

#loadMore {
  margin: 20px auto;
  display: block;
  padding: 10px 20px;
  cursor: pointer;
}

/* gallery */

/* MAIN CONTAINER */
.asom-slider {
  position: relative;
  z-index: 1;
}

/* IMAGE */
.asom-slide-img {
  width: 100%;
  display: block;
  border-radius: 10px;
  position: relative;
  z-index: 1;
}

/* MAIN CLICK AREA (IMPORTANT) */
.asom-main-link {
  display: block;
  position: relative;
  z-index: 2;
}

/* OVERLAY */
.asom-overlay {
  position: absolute;
  inset: 0;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none; /* don't block clicks */
}

/* + ICON */
.asom-plus {
  background: rgba(255,255,255,0.9);
  width: 60px;
  height: 60px;
  border-radius: 50%;
  font-size: 28px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* ARROWS (VERY IMPORTANT) */
.asom-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 28px;
  color: #fff;
  background: rgba(0,0,0,0.6);
  padding: 12px;
  border-radius: 50%;
  cursor: pointer;
  z-index: 9999; /* FORCE ABOVE EVERYTHING */
  pointer-events: auto;
}

/* positions */
.prev { left: 10px; }
.next { right: 10px; }

/* COUNTER */
.asom-counter {
  position: absolute;
  bottom: 10px;
  left: 15px;
  color: #fff;
  background: rgba(0,0,0,0.6);
  padding: 5px 10px;
  border-radius: 4px;
  z-index: 9999;
}

/* FIX: prevent theme overlays */
.featured-image,
.page-header-image-single,
.asom-slider * {
  pointer-events: auto;
}