/*
Theme Name: Ignis Child
Theme URI: https://kazanjian.am/
Description: Child theme for Ignis-master
Author: Hagop
Template: ignis-master
Version: 1.0.0
*/

/* Put your custom CSS below */



@media (min-width: 992px) {
  .col-md-offset-1 { margin-left: 8.33333333%; }
  .col-md-offset-2 { margin-left: 16.66666667%; }
  .col-md-offset-3 { margin-left: 25%; }
  .col-md-offset-4 { margin-left: 33.33333333%; }
}

.post-content .entry-content {
text-align: left;
}

.site-branding img {
border-radius: 50%;
}

.social-navigation li {
	background-color: rgba(120, 158, 31,0.3)!important;
}

.ignis-hero-area {
	background: none;
}

.ignis-hero-area .header-text {
	padding:0px;
}

/* Footer widgets: horizontal, equal-width */
.footer-widgets-horizontal .footer-widgets-inner{
  display: flex;
  gap: 30px;              /* spacing between widgets */
  align-items: flex-start;
}

.footer-widgets-horizontal .footer-widget{
  flex: 1 1 0;            /* equal distribution */
  min-width: 0;           /* prevents overflow issues */
}

/* Stack vertically on smaller screens */
@media (max-width: 767px){
  .footer-widgets-horizontal .footer-widgets-inner{
    flex-direction: column;
  }

  /* Fancy blockquote for Ignis child theme */
blockquote {
  position: relative;
  margin: 2.5rem auto;
  padding: 1.75rem 2rem 1.75rem 3.5rem;
  max-width: 42rem;

  background: linear-gradient(135deg, #fff5f7, #f0fbff);
  border-radius: 10px;
  border: none;

  color: #4a4a4a;
  font-style: normal;
}

/* Vertical accent bar on the left */
blockquote::before {
  content: "";
  position: absolute;
  left: 1.2rem;
  top: 1.3rem;
  bottom: 1.3rem;
  width: 4px;
  border-radius: 999px;
  background: linear-gradient(180deg, #ff6b7e, #37c9df);
}

/* Big, soft quote mark in the corner */
blockquote::after {
  content: "“";
  position: absolute;
  top: -0.9rem;
  left: 1.6rem;
  font-family: "Poppins", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 3.5rem;
  line-height: 1;
  color: rgba(0, 0, 0, 0.06);
  pointer-events: none;
}

/* Tidy up paragraph spacing inside the quote */
blockquote p:last-child {
  margin-bottom: 0;
}

/* Optional styling for <cite> inside blockquote */
blockquote cite {
  display: block;
  margin-top: 1rem;
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #ff6b7e;
}

/* Small screens: soften spacing a bit */
@media (max-width: 600px) {
  blockquote {
    padding: 1.4rem 1.4rem 1.4rem 2.7rem;
    margin: 1.8rem 0;
  }

  blockquote::before {
    left: 0.9rem;
  }

  blockquote::after {
    left: 1.2rem;
    font-size: 3rem;
  }
}
