/**
Theme Name: Connexus Cloud
Author: Connexus Cloud
Author URI: https://www.connexus.cloud
Description: A Child theme for Connexus Cloud.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: connexus-cloud
Template: astra
*/

 .uagb-block-f3d6c90f.wp-block-uagb-info-box .uagb-ifb-title {
	margin-left:0px!important;
}

.uagb-block-0b19540e.wp-block-uagb-info-box .uagb-ifb-title{
	margin-left:5px!important;
}

.blog-title .uagb-heading-text a{
	text-decoration:none;
}

/******* BLOG OVERRIDES ******

.cc-post-grid .post-card, .blog-header {
    position: relative;
    overflow: hidden;
		 background-size: 0 0, cover !important;
  background-position: 0 0, center !important;
  background-repeat: no-repeat, no-repeat !important;
}

.cc-post-grid .post-card::before, .blog-header::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(16, 24, 40, 0.5) !important;
    opacity: 1 !important;
    transition: opacity 0.4s ease !important;
    z-index: 1 !important;
    pointer-events: none;
} 

.cc-post-grid .post-card:hover::before, .blog-header:hover::before {
    opacity: 0.4 !important;
}


.cc-post-grid .post-card:hover::after,
.blog-header:hover::after {
    opacity: 0.25 !important;
    transform: scale(1.05) !important;
}


.cc-post-grid .post-card h3,
.cc-post-grid .post-card .uagb-post__title,
.cc-post-grid .post-card .entry-title,
.cc-post-grid .post-card a, .cc-post-grid .post-card h3 a, 
.blog-post-title, .blog-post-meta {
  color: #fff !important;
  opacity: 1 !important;
  text-shadow: 0 2px 6px rgba(0,0,0,0.5);
  position: relative;
  z-index: 3;
	text-decoration:none;
}

*/