/*
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.5.1761715738
Updated: 2025-10-29 05:28:58

*/
:root {
  --font-primary: "Bona Nova", sans-serif;
}
/******Home*****/
.home-blog img {
    height: 250px !important;
    object-fit: cover;
}
/*****************Portfolio Section****************/
.portfolio-hero {
    background-color: #DCD9E1 !important;
    padding: 113px 0;
    background: url(https://staging.whitearborquilting.com/wp-content/uploads/2025/10/bg-hero.png) no-repeat;
    background-position: bottom left;
    background-size: contain;
}
.portfolio-hero h1 {font-size:60px; color:black;}
.page-width {
    max-width: 1300px;
    width: 100%;
    margin: 0 auto;
}
h1.portfolio-archive-title {font-size:53px; line-height:70px;font-family: var(--font-primary); font-weight:500;}
.center{text-align:center;}
.portfolio-sub-heading{font-family: var(--font-primary); color:#746592; font-size:15px; line-height:22px; }
.portfolio-sub-title {font-family: var(--font-primary);color:#000; font-size:39px; line-height:51px; }
/* Wrapper spacing */
.portfolio-archive-wrapper {
  padding-top: 60px;
  padding-bottom: 80px;
  background-color: #fff;
  color: #111;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Inter", Roboto, "Helvetica Neue", Arial, sans-serif;
}

.portfolio-archive-hero {
  margin-bottom: 40px;
  text-align: center;
}

.portfolio-archive-hero .container {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 16px;
}
.portfolio-archive-intro {
  font-size: 1rem;
  color: #444;
  line-height: 1.6;
}

/* Grid section */
.portfolio-grid-section .container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 16px;
}

/* Card */
.portfolio-card {
  background: #fff;
  border: 1px solid #eee;
  border-radius: 14px;
  box-shadow: 0 16px 40px rgba(0,0,0,0.05);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: all .18s ease;
	position:relative;
}

.portfolio-card:hover {
  box-shadow: 0 24px 60px rgba(0,0,0,0.07);
  transform: translateY(-2px);
}

.portfolio-card-thumb img {
  display: block;
  width: 100%;
  height: 240px;
  object-fit: cover;
}

.portfolio-card-body {
    padding: 13px;
    border-radius: 8px;
    position: absolute;
    background: white;
    bottom: 20px;
    left: 60px;
    right: 60px;
    text-align: center;
}

.portfolio-card-title {
  font-size: 1.125rem;
  font-weight: 600;
  margin: 0 0 8px;
 line-height: 21px;
}

.portfolio-card-title a {
    color: #111;
    text-decoration: none;
    font-family: var(--font-primary);
    font-size: 16px;
    font-weight: 500;
}

.portfolio-card-title a:hover {
  text-decoration: underline;
}

.portfolio-card-meta {
  font-size: .875rem;
  color: #666;
  margin-bottom: 12px;
  line-height: 1.4;
}

.portfolio-card-desc {
  font-size: .95rem;
  line-height: 1.5;
  color: #444;
  margin: 0 0 16px;
  min-height: 3.5em; /* keeps cards same height even if text is short */
}

.portfolio-card-link {
  font-size: .9rem;
  font-weight: 500;
  text-decoration: none;
  color: #111;
  display: inline-block;
  border-bottom: 1px solid #111;
  line-height: 1.4;
}

.portfolio-card-link:hover {
  opacity: .7;
}

/* Pagination */
.portfolio-pagination {
  margin-top: 48px;
  text-align: center;
}

.portfolio-pagination .page-numbers {
  display: inline-block;
  margin: 0 4px;
  padding: 8px 12px;
  border-radius: 8px;
  border: 1px solid #ddd;
  text-decoration: none;
  font-size: .9rem;
  color: #111;
}

.portfolio-pagination .page-numbers.current {
  background-color: #111;
  border-color: #111;
  color: #fff;
  font-weight: 600;
}

.no-projects {
  text-align: center;
  font-size: 1rem;
  color: #666;
  padding: 60px 0;
}
.portfolio-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(1, 1fr); /* mobile default: 1 column */
}

/* 2 columns on small/medium screens */
@media (min-width: 600px) {
  .portfolio-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* 3 columns on tablets / small laptops */
@media (min-width: 900px) {
  .portfolio-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

/* 4 columns on desktop */
@media (min-width: 1200px) {
  .portfolio-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
/*****************End Portfolio Section****************/
/*****************Home Page****************/ 
.homesection-1{z-index:1}
.hpbox_1 { position: relative; background: #f2f2f2;}

.hpbox_1:after {
    content: '';
    position: absolute;
    top: -2px;
    bottom: -2px;
    left: -2px;
    right: -2px;
        background-image: linear-gradient(90deg, #5C5C5C 19%, #DCD9E1 0%);
    z-index: -1;
    border-radius: 50px;
}
/*****Home Course****/
.home_course .ekit-wid-con .row {
     display: flex;
    -ms-flex-wrap: unset;
	flex-wrap: unset;
flex-direction: column ;margin-bottom: -8px;}
.home_course .ekit-wid-con .col-lg-6 {
        -ms-flex: 0 0 100%;
        -webkit-box-flex: 0;
        flex: 0 0 100%;
        max-width: 100%;
    }
.home_course .elementskit-author-name {
    text-align: center;
	margin-top:35px;
}
.home_course span.elementskit-author-des {
    text-align: center;
    display: block;
    margin-bottom: 20px;
}
.home_course .ekit-wid-con .elementskit-profile-image-card:hover::before {
    background-color: transparent;
    top: 0;
}
.home_course .swiper-slide-inner:after{
	content: "";
    background: #746592;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
    top: 6px;
    border-radius: 8px;
	
}
.home_course .swiper-slide {
    padding: 10px 0px 0 0px;
}
.art img:hover{cursor:pointer;}
/*****Testimonials*****/
.testi .ekit-wid-con .row {
   flex-direction: row-reverse;
}
.testi .col-lg-6.elementkit-testimonial-col:nth-child(2) {
        -ms-flex: 0 0 20%;
        -webkit-box-flex: 0;
        flex: 0 0 10%;
        max-width: 10%;
    }
.testi .col-lg-6.elementkit-testimonial-col:first-child {
        -ms-flex: 0 0 80%;
        -webkit-box-flex: 0;
        flex: 0 0 90%;
        max-width: 90%;
    }
.testi .ekit-wid-con .elementskit-profile-image-card:hover::before { background-color: rgb(255 255 255 / 0%);}

.testi .ekit-wid-con .elementskit-profile-image-card {
   max-width:92px;
}

element.style {
}
.testi .col-lg-6.elementkit-testimonial-col:nth-child(2) {
    -ms-flex: 0 0 20%;
    -webkit-box-flex: 0;
    flex: 0 0 10%;
    max-width: 10%;
}
.testi .elementkit-testimonial-col {
    align-self: flex-start !important;
}

.testi .elementskit-commentor-content {
    display: flex;
    flex-direction: column-reverse;
    gap: 20px;
}
.testi .swiper-slide {padding-bottom:10px;}
.testi .elemntskit-testimonial-item:after {
    content: "";
    background: #746592;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
    bottom: 7px;
    border-radius: 16px;
	border-top-left-radius:100px;
	border-top-right-radius:100px;
}
.ekit-wid-con .elementskit-meta-lists>.elementskit-single-meta {background: #746592 !important;border-radius: 10px !important;}
.ekit-wid-con .elementskit-meta-lists {
    position: absolute;
    top: 2% !important;
    left: 2% !important;
}
/*******************Blog***********************/
.page-width { max-width: 1200px; margin: 0 auto; padding: 0 16px; }
.center { text-align: center; }

/* Title on top */
.blog-hero { background-color: #DCD9E1 !important; padding: 113px 0; background: url(https://staging.whitearborquilting.com/wp-content/uploads/2025/10/bg-hero.png) no-repeat;background-position: bottom left; background-size: contain;}
.blog-title { font-size: 53px;  margin: 0; font-weight: 500;font-family: var(--font-primary); }
.blog-intro { max-width: 800px; margin: 12px auto 0; color:#555; line-height:1.7; font-family: var(--font-primary);}
.blog-archive-hero { margin-bottom: 40px;  text-align: center; margin-top: 40px;font-family: var(--font-primary);}
/* Grid */
.blog-grid-section { padding: 16px 0 40px; }
.blog-grid { display: grid; grid-template-columns: 1fr; gap: 28px; }
.blog-sub-title { font-family: var(--font-primary); color: #000; font-size: 46px; line-height: 51px; text-transform: capitalize;}
@media (min-width: 700px) { .blog-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1024px){ .blog-grid { grid-template-columns: repeat(3, 1fr); } }

.blog-card { border:1px solid #eee; border-radius:16px; overflow:hidden; background:#fff; box-shadow:0 10px 30px rgba(0,0,0,.04); }
.blog-card-thumb img { width:100%; height:220px; object-fit:cover; display:block; }
.blog-card-thumb--placeholder { height:220px; background:#f4f4f6; }
.blog-card-body { padding:18px 18px 22px; }
.blog-card-meta { font-size:.85rem; color:#777; margin-bottom:6px; }
.blog-card-sep { margin:0 6px; }
.blog-card-title { font-size:1.15rem; margin:8px 0; }
.blog-card-title a { color:#111; text-decoration:none; }
.blog-card-title a:hover { text-decoration:underline; }
.blog-card-excerpt { color:#444; line-height:1.6; margin:0 0 12px; }
.blog-card-link { font-weight:600; color:#111; text-decoration:none; border-bottom:1px solid #111; }
.blog-card-link:hover { opacity:.75; }
/* Thumbnail wrapper so badge can sit on top-left */
.blog-card-thumb-wrap {
  position: relative;
  display: block;
  overflow: hidden;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
}

.blog-card-thumb-wrap img,
.blog-card-thumb--placeholder {
  width: 100%;
  height: 220px;         /* match your card image height */
  object-fit: cover;
  display: block;
}

.date-badge {
    position: absolute;
    top: 10px;
    left: 10px;
    background: #746592;
    color: #fff;
    width: 66px;
    height: 67px;
    border-radius: 10px;
    box-shadow: 0 8px 18px rgba(0, 0, 0, .18);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    line-height: 1;
    text-transform: uppercase;
    font-family: var(--font-primary);
}
.date-badge-day {
  font-weight: 700;
  font-size: 18px;
  letter-spacing: .5px;
}
.date-badge-mon {
  margin-top: 4px;
  font-size: 12px;
  letter-spacing: 1px;
  opacity: .95;
}

/* Meta row: tiny icons + spacing */
.blog-card-meta {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 13px;
  color:#202020;
  margin-top: 14px;
}
.meta-item {
  display: inline-flex;
  align-items: center;
  gap: 6px;
	font-family: var(--font-primary);
}
.meta-item svg { display: inline-block; }
.meta-item svg path{  fill: #746592;}
.meta-author a { color: inherit; text-decoration: none; }
.meta-author a:hover { text-decoration: underline; }
.meta-sep { opacity: .6; }

/* Card shell (if not already present) */
.blog-card {
  border: 1px solid #eee;
  border-radius: 16px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 10px 30px rgba(0,0,0,.04);
}
.blog-card-body { padding: 18px 18px 22px; }

.blog-card-title {
    font-size: 25px;
    margin: 10px 0 10px;
    font-family: var(--font-primary);
    line-height: 34px;
}
.blog-card-title a {
    color: #111;
    text-decoration: none;
    margin: 30px 0;
    display: block;
}
.blog-card-title a:hover { text-decoration: underline; }
.blog-card-excerpt { color: #444; line-height: 1.6; margin: 0 0 14px; }
.blog-card-link
 {
    display: inline-block;
    padding: 18px 27px;
    border: 1px solid #746592;
    border-radius: 10px;
    text-decoration: none;
    color: #242424 !important;
    background: #f7f6ff00;
    font-weight: 500;
    font-size: 13px;
}
.blog-card-link:hover { opacity: .9; }
/* Pagination */
.blog-pagination { text-align:center; padding: 32px 0; }
.blog-pagination .page-numbers { display:inline-block; margin:0 4px; padding:8px 12px; border:1px solid #ddd; border-radius:10px; text-decoration:none; color:#111; }
.blog-pagination .current { background:#111; color:#fff; border-color:#111; font-weight:700; }
/**************************Single Post*****************************/
.page-width { max-width: 1100px; margin: 0 auto; padding: 0 16px; }

/* Wrapper */
.sp-wrapper { padding: 10px 0 48px; }

.sp-article { background:#fff; }
.sp-header { margin: 14px 0 10px; }
.sp-title {
    font-size: 46px;
    line-height: 50px;
    margin: 0;
    font-family: var(--font-primary);
}

.sp-featured { margin: 14px 0 18px;overflow: hidden; box-shadow: 0 12px 36px rgba(0,0,0,.06); }
.sp-featured img { width:100%; height:auto; display:block; }

/* Meta row */
.sp-meta {
  display:flex; align-items:center; gap:12px; font-size: 14px; color:#666; margin: 6px 0 18px;margin-bottom: 40px;}
.sp-meta-item { display:inline-flex; align-items:center; gap:6px; font-family: var(--font-primary);}
.sp-dot { opacity:.6; }
.sp-spacer { flex:1; } /* pushes like/comments to the right */
.sp-meta-like svg, .sp-meta-comments svg { opacity:.9; }
.sp-count { font-weight:600; color:#333; }
span.sp-meta-item.sp-meta-cat {
    background: #988BB2;
    color: white;
    font-size: 12px;
    padding: 10px 10px;
    border-radius: 6px;
	font-family: var(--font-primary);
	letter-spacing:1.5px;
}
span.sp-meta-item.sp-meta-cat a{color:white !important;}
span.sp-meta-item.sp-meta-date {
    color: black;
	font-family: var(--font-primary);
	letter-spacing:0.5px
}
span.sp-meta-item.sp-meta-like, span.sp-meta-item.sp-meta-comments { color: black;}
/* Content */
.sp-content { color:#333; line-height:1.8; font-size: 1.03rem; }
.sp-content p { margin: 0 0 1.1em; }
.sp-content img { max-width: 100%; height: auto; border-radius: 12px; }
.sp-pages { margin-top: 18px; font-size:.95rem; }

/* Tags */
.sp-tags { margin-top: 18px; }
.sp-tag {
  display:inline-block; margin:0 8px 8px 0; padding:6px 10px;
  background:#f4f4f6; border:1px solid #e8e8ef; border-radius:999px;
  color:#333; text-decoration:none; font-size:.85rem;
}

/* ===== Comments list ===== */
.waq-comments-wrap { margin-top: 24px; }
.waq-comments-title {
  font-size: 46px;
  margin: 0 0 16px;
  font-weight: 500;
font-family: var(--font-primary);
}
.waq-comments-list { max-width: 720px; }

.waq-comment__inner { display: grid; grid-template-columns: 56px 1fr; gap: 14px; }
.waq-avatar { width: 56px; height: 56px; border-radius: 12px; object-fit: cover; }

.waq-comment__author {
  margin: 0 0 4px;
  font-size: 1.05rem;
  letter-spacing: .02em;
  text-transform: uppercase;       /* matches look in screenshot */
	font-family: var(--font-primary);
}
.waq-comment__date {
  font-size: .8rem;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: #7b7b7b;
	font-family: var(--font-primary);
}

.waq-comment__content { color: #333; line-height: 1.75; margin-top: 8px; }
.waq-comment__pending { color:#999; font-style: italic; }

.waq-comment__footer { margin-top: 10px; }
.waq-reply { font-size: .72rem; letter-spacing: .15em; text-transform: uppercase; color:#6a6a6a; }
.waq-reply a { color: inherit; text-decoration: none; }
.waq-reply a:hover { text-decoration: underline; }

.waq-comment__divider {
  height: 1px; background: #ececf2; margin: 14px 0 20px 70px; /* align with text column */
}
#comments .comment .avatar, #comments .pingback .avatar {border-radius: 0 !important;}
/* ===== Form ===== */
.waq-form-title {
  font-size:46px;
  margin: 28px 0 8px;
  letter-spacing: .06em;
	font-family: var(--font-primary);
}
.waq-form-note { margin: 0 0 16px; color: #383838; max-width: 720px; order:1;}

.waq-comment-form { max-width: 720px;display: flex;  flex-direction: column; }
.waq-comment-form p { margin: 0 0 14px; }

.comment-form-author,
.comment-form-email,
.comment-form-url {
  display: inline-block;
  width: 48%;
}
.comment-form-author { margin-right: 4%; }
@media (max-width: 640px) {
  .comment-form-author,
  .comment-form-email,
  .comment-form-url { width: 100%; margin-right: 0; }
}

.waq-comment-form input[type="text"],
.waq-comment-form input[type="email"],
.waq-comment-form input[type="url"],
.waq-comment-form textarea {
  width: 100%;
  padding: 14px 16px;
  border: 1px solid #dedde7;
  border-radius: 4px;
  background: #fff;
  outline: none;
}
.waq-comment-form textarea { min-height: 170px; resize: vertical; }

.waq-btn-submit {
    width: 100%;
    padding: 14px 16px;
    border-radius: 4px !important;
    border: 0px !important;
    background: #988BB2;
    color: #fff;
    font-weight: 500;
    cursor: pointer;
    font-size: 14px;
}
.waq-btn-submit:hover{ background: #988BB2;}
a {   color: #336;}
.waq-btn-submit:hover {
    background: #5b4d76 !important;
}
.waq-name-row {
    display: flex;
    justify-content: space-between;
    order: 2;
}
p.comment-form-comment {  order: 3;}
p.form-submit { order: 4;}
div#respond {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 16px;
}
/***************Gallery************************/
/* --- Portfolio Gallery Grid --- */
.pf-gallery { margin: 60px 0 28px; }

.pf-grid {
  display: grid;
  gap: 14px;                    /* space between tiles */
  grid-template-columns: repeat(3, 1fr);   /* 1-col on phones */
}
/* Tile */
.pf-item {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 14px;
  background: #f6f6f8;
  box-shadow: 0 8px 24px rgba(0,0,0,.05);
  transition: transform .2s ease, box-shadow .2s ease;
}

/* Keep a consistent height; adjust if you prefer square */
.pf-item img {
  width: 100%;
  height: 200px;        /* change to 100% with aspect-ratio if you like squares */
  object-fit: cover;
  display: block;
  transition: transform .25s ease;
}
/* Hover */
.pf-item:hover { box-shadow: 0 12px 32px rgba(0,0,0,.08); }
.pf-item:hover img { transform: scale(1.03); }
/***********Shop Page*****************/
.cat-shop h2.woocommerce-loop-category__title {
    font-size: 13px !important;
    text-align: center;
    border: 1px solid #746592;
    border-radius: 10px;
    padding: 18px 28px !important;
    background: white;
    width: max-content;
    margin: 40px auto -40px auto !important;
}
.cat-shop li.product-category.product {
    border: 1px solid #746592;
    border-radius: 5px;
    padding: 10px 10px 20px 10px !important;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    text-align: center;
    float: unset !important;
    margin: 0 !important;
	    margin-bottom: 30px !important;
}
/* .cat-shop ul.products.columns-3 {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    gap: 30px;
} */
/* 3 on desktop, 2 on mobile — for shop/category/category-shortcode */
.cat-shop ul.products{
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 30px;
  justify-content: start;
  align-content: start;
 padding: 0 20px;
}

/* Reset theme flex/float widths so each item fits its grid cell */
.cat-shop ul.products > li.product,
.cat-shop ul.products > li.product-category{
  margin: 0 !important;
  width: auto !important;
  float: none !important;
  clear: none !important;
  max-width: 100% !important;
}
@media (max-width: 900px){
  .cat-shop ul.products{  grid-template-columns: repeat(2, 1fr); }
.woocommerce ul.products li.product a img {  min-height: auto;}
	.woocommerce ul.products li.product a img {  min-height: auto;  max-height: auto;  object-fit: cover;}
}

@media (max-width: 600px){
  .cat-shop ul.products{
    grid-template-columns: repeat(1, 1fr);
  }
}

/* (Optional) if your theme adds clearfix pseudo-elements */
.cat-shop ul.products:before,
.cat-shop ul.products:after{ display:none !important; }
.cat-shop mark.count {
    background: #ff000000 !important;
}
ul.products li {
    border: 1px solid #746592;
    border-radius: 5px;
    padding: 10px 10px 20px 10px !important;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    text-align: center;
    flex-direction: column;
}
.woocommerce ul.products li.product .button {
    background: white;
    font-size: 13px !important;
    text-align: center;
    border: 1px solid #746592;
    border-radius: 10px;
    padding: 18px 28px !important;
    background: white;
    width: max-content;
    margin: 40px auto -40px auto !important;
}
.woocommerce ul.products li.product a img {
    min-height: 300px;
    max-height: 300px;
    object-fit: cover;
}
header.shop-hero {
	background-color: #DCD9E1 !important;
    padding: 113px 0;
    background: url(https://staging.whitearborquilting.com/wp-content/uploads/2025/10/bg-hero.png) no-repeat;
    background-position: bottom left;
    background-size: contain;
	text-align: center;
	margin-bottom:30px;
}
header.woocommerce-products-header, nav.woocommerce-breadcrumb {
    display: none !important;
}

@media (min-width: 600px) {
  .pf-grid { grid-template-columns: repeat(3, 1fr); }  
}
@media (min-width: 900px) {
  .pf-grid { grid-template-columns: repeat(4, 1fr); }  /* 3-col */
}
@media (min-width: 1200px) {
  .pf-grid { grid-template-columns: repeat(6, 1fr); }  /* 4-col (optional) */
}
@media(max-width:1300px){

.testi .col-lg-6.elementkit-testimonial-col:nth-child(2) { -ms-flex: 0 0 18% !important; -webkit-box-flex: 0; flex: 0 0 18% !important;  max-width: 18% !important; }
.testi .col-lg-6.elementkit-testimonial-col:first-child { -ms-flex: 0 0 82% !important;  -webkit-box-flex: 0;  flex: 0 0 82% !important;  max-width: 82% !important;}
.testi .ekit-wid-con .elementskit-profile-image-card { max-width: 100%;}
	.testi .ekit-wid-con .row { flex-direction: row-reverse; justify-content: flex-end;}
}
@media(max-width:768px){
h1.portfolio-archive-title { font-size: 34px; line-height: 40px;}
.testi .ekit-wid-con .elementskit-profile-image-card { max-width: 92px; margin: 0 auto;}
.testi .col-lg-6.elementkit-testimonial-col:nth-child(2) { -ms-flex: 0 0 25% !important; -webkit-box-flex: 0; flex: 0 0 25% !important;  max-width: 25% !important; }
.testi .col-lg-6.elementkit-testimonial-col:first-child { -ms-flex: 0 0 75% !important;  -webkit-box-flex: 0;  flex: 0 0 75% !important;  max-width: 75% !important;}
.testi .ekit-wid-con .row { flex-direction: row-reverse; justify-content: flex-end;}
.hpbox_1:after {  content: '';display:none !important;}
.hpbox_1 br{display:none;}
}
@media(max-width:600px){
	.testi .ekit-wid-con .row {flex-direction: column-reverse !important;}
	.testi .col-lg-6.elementkit-testimonial-col:nth-child(2) { -ms-flex: 0 0 100% !important; -webkit-box-flex: 0; flex: 0 0 100% !important;  max-width: 100% !important; }
	.testi .col-lg-6.elementkit-testimonial-col:first-child { -ms-flex: 0 0 100% !important;  -webkit-box-flex: 0;  flex: 0 0 100% !important;  max-width: 100% !important; text-align:center;}
}
