/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.4.4.1750680289
Updated: 2025-06-23 12:04:49

*/

/*Title styling - base - desktop */
.title {
	position: relative;
	font-size: 55px !important;
	padding-top: 30px;
    padding-bottom: 30px;
	margin-top: 1em;
    margin-bottom: 1em;
    line-height: 1.3em !important;
}

.title span {
	display: inline;
	position: relative;
}

.title span:after {
	content: "";
	display: block;
	position: absolute;
	background: #ffffff;
	border-left: 1px solid #000000;
	height: 133px;
	width: 20px;
	transform: rotate(25deg);
	z-index: 1;
	right: -18px;
	bottom: -33px;
}

/*Title styling - tablet down */
@media (max-width: 1024px) {
	.title span:after {
		height: 66px;
		bottom: -13px;
	}
	.title {
		font-size: 35px !important;
		padding-top: 15px;
		padding-bottom: 15px;
	}
}

/*Banner wedge */
.cover:after {
    display: block;
    content: "";
    position: absolute;
    right: -1px;
    bottom: -1px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 146px 68px;
    border-color: transparent transparent #ffffff transparent;
    z-index: 1000;
}

.box-title {
    opacity: 0;
}
.inner:hover .box-title {
    opacity: 1;
}

h5 {
	margin-top: 20px;
}

/*Project info fields */
ul.project-information {
	list-style: none;
	padding: 0;
	margin: 0;
}

ul.project-information li {
	margin-bottom: 0.5em;;
	border-bottom: 1px solid #d7d7d7;
    padding: 12px 0;
    font-size: 12px;
}

ul.project-information .label {
	color: #555555;
	font-size: 13px;
    display: block;
}

ul.project-information .text {
	color: #a7a9ab;
	font-size: 13px;
    margin-top: 10px;
	display: block;
}

/* ----- Inline images in post content (Classic Editor) ----- */
.entry-content img {
  height: auto;
  max-width: 100%;
  display: block;
}

.entry-content figure.wp-caption[style] {
  width: auto !important;
  max-width: 100%;
}

.entry-content figure.wp-caption {
  display: inline-block;
  margin: 0 0 1.25rem 0;
}

.entry-content .wp-caption img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 0;
}

.wp-caption-text {
  margin-top: 0.5rem;
  font-size: 14px!important;
  line-height: 1.4;
  color: #6b7280;
  text-align: left; 
}

.entry-content .alignleft,
.entry-content .wp-caption.alignleft {
  float: left;
  margin: 0.25rem 1.5rem 1rem 0;
}

.entry-content .alignright,
.entry-content .wp-caption.alignright {
  float: right;
  margin: 0.25rem 0 1rem 1.5rem;
}

.entry-content .aligncenter,
.entry-content .wp-caption.aligncenter {
  display: block;
  margin: 1rem auto;
  float: none;
  text-align: center;
}

@media (min-width: 769px) {
  .entry-content .alignleft,
  .entry-content .alignright,
  .entry-content .wp-caption.alignleft,
  .entry-content .wp-caption.alignright {
    max-width: 45%; 
  }
}

@media (max-width: 768px) {
  .entry-content .alignleft,
  .entry-content .alignright,
  .entry-content .wp-caption.alignleft,
  .entry-content .wp-caption.alignright {
    float: none;
    display: block;
    margin: 1rem auto;
    max-width: 100%;
  }
  .entry-content .wp-caption .wp-caption-text {
    text-align: center;
  }
}
.entry-content::after {
  content: "";
  display: table;
  clear: both;
}
