div.col-lg-9.col-md-8 {
  background-color: #fff;
	border-top-left-radius:20px;
  border-top-right-radius:20px;
  border-bottom-left-radius:20px;
  border-bottom-right-radius:20px;
  box-shadow:0px 0px 10px 0px #000000 !important;
}

div.missed-inner {
  border-top-left-radius:20px;
  border-top-right-radius:20px;
  border-bottom-left-radius:20px;
  border-bottom-right-radius:20px;
  box-shadow:0px 0px 10px 0px #000000 !important;
}

/* To expand post Images */
img.aligncenter.size-medium {
  width: 100% !important;
  height: auto !important;
}

/* Featured News */
.post.type-post.status-publish {
	border-top-left-radius:20px;
	border-top-right-radius:20px;
	border-bottom-left-radius:20px;
	border-bottom-right-radius:20px;
	box-shadow:0px 0px 10px 0px #000000 !important;
}

/* Self-Explanatory */
h1.site-title {
	max-height: 10px;
}

/* For Quotes */
div.sue-testimonial-text.su-u-trim {
	font-size: 12px;
	box-shadow:0px 0px 10px 0px #000000 !important;
}

/* For Quotes Images */
img.sue-testimonial-photo {
    width: 75px !important;      /* Reduced size (adjust to 50px-80px as needed) */
    height: 75px !important;     /* Keep width/height equal for the circle */
    float: left !important;      /* Forces it to the left */
    
    /* Move it "further left" by using a small negative margin */
    margin: 1px 15px 5px -18px !important; 
    
    /* Your existing styling */
    border-radius: 50% !important; 
    box-shadow: 0px 0px 10px 0px #000000 !important;
    object-fit: cover;
}

/* 2. Adjust the container to remove internal gaps */
.su-testimonial {
    padding-left: 10px !important; /* Reduces the gap at the start of the box */
    overflow: hidden;              /* Ensures the box contains the floated image */
}

/* 3. Ensure text starts immediately after the image */
.su-testimonial-content {
    display: block;
    overflow: hidden; /* Prevents text from wrapping under the image */
}

/* Self-Explanatory */
p.site-description {
  color: red;
	text-shadow:.1em .1em yellow;
	position:relative;
	top:-65px;
}

/* Self-Explanatory */
a.nav-link { 
	text-shadow:.1em .1em yellow;
}

/* Self-Explanatory */
img.custom-logo {
  width: 1080px !important;
  height: 150px !important;
	position:relative;
	top:-25px;
}

/* Title BG Width */
div.inner {
	max-height: 200px;
	}

/* Erm */
.mg-blog-post-box .small.single iframe {
    aspect-ratio: 16 / 9;
    width: 100% !important;
    height: auto !important;
}

/* For Transparency */
img.titlesw.size-full {
    -moz-border-radius: 0px;
    border-radius: 0px 0px 0px 0px;
    box-shadow: none !important;
}

/* For YouTube Circular */
img.titleyt.size-full {
	border-top-left-radius:90px;
	border-top-right-radius:90px;
	border-bottom-left-radius:90px;
	border-bottom-right-radius:90px;
	box-shadow:0px 0px 20px 0px #000000 !important;
}

/* Self-Explanatory */
h1 {
 text-shadow:.1em .1em lightgray
}

/* Self-Explanatory */
a:hover {
 text-shadow:.1em .1em #C0C0FF;
}

/* Featured Image for Frontpage */
.mg-posts-modul-6 .mg-post-thumb {
	border-top-left-radius:20px;
	border-top-right-radius:20px;
	border-bottom-left-radius:20px;
	border-bottom-right-radius:20px;
	box-shadow:0px 0px 10px 0px #000000 !important;
}

/* Self-Explanatory */
img.aligncenter {
	border-top-left-radius:20px;
	border-top-right-radius:20px;
	border-bottom-left-radius:20px;
	border-bottom-right-radius:20px;
	box-shadow:0px 0px 10px 0px #000000 !important;
}

/* Self-Explanatory */
img.alignleft {
	border-top-left-radius:20px;
	border-top-right-radius:20px;
	border-bottom-left-radius:20px;
	border-bottom-right-radius:20px;
	box-shadow:0px 0px 10px 0px #000000 !important;
}

/* Self-Explanatory */
img.alignright {
	border-top-left-radius:20px;
	border-top-right-radius:20px;
	border-bottom-left-radius:20px;
	border-bottom-right-radius:20px;
	box-shadow:0px 0px 10px 0px #000000 !important;
}

/* Specifically for PNG's Transparency */
img.alignnone {
    -moz-border-radius: 0px;
    border-radius: 0px 0px 0px 0px;
    box-shadow: none !important;
}

/* For Post Videos */
iframe {
	border-top-left-radius:20px;
	border-top-right-radius:20px;
	border-bottom-left-radius:20px;
	border-bottom-right-radius:20px;
	box-shadow:0px 0px 10px 0px #000000 !important;
}

/* For the Tiled Galleries */
.tiled-gallery a img {
	border-top-left-radius:20px;
	border-top-right-radius:20px;
	border-bottom-left-radius:20px;
	border-bottom-right-radius:20px;
	box-shadow:0px 0px 10px 0px blueviolet !important;
}

/* For Like Box */
iframe.jetpack-likes-widget {
border-top-left-radius:0px;
	border-top-right-radius:0px;
	border-bottom-left-radius:0px;
	border-bottom-right-radius:0px;
	box-shadow:0px 0px 0px 0px #000000 !important;
}

/* For Curved Inage at Top */
.wp-caption {
	border-top-left-radius:20px;
	border-top-right-radius:20px;
	border-bottom-left-radius:20px;
	border-bottom-right-radius:20px;
	box-shadow:0px 0px 10px 0px #000000 !important;
}

/* Centers Jetpack Tiled Galleries */
.tiled-gallery {
    margin-left: auto !important;
    margin-right: auto !important;
    display: block !important;
}

.tiled-gallery .gallery-row {
    margin: 0 auto 20px !important;
}