@import url('https://fonts.googleapis.com/css2?family=Golos+Text:wght@400..900&family=Lora:ital,wght@0,400..700;1,400..700&display=swap');

body {
    overflow-x: hidden;
}

body,
html,
* {
    font-family: "Golos Text", serif;
}

a,
a:focus,
button {
    text-decoration: none !important;
    outline: none !important;
    color: #181B31;
}

a:hover {
    color: #541B33;
}

button {
    cursor: pointer;
}

ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

img {
    max-width: 100%;
}

textarea {
    resize: none;
}

.modal-open {
    overflow: visible !important;
}

.small-modal {
    max-width: 500px;
}

.modal-content {
    border: none;
}

.modal-content .modal-body {
    padding: 30px;
    border-radius: 10px;
}

.btn-close {
    position: absolute;
    top: 15px;
    right: 15px;
    box-shadow: none !important;
}

body,
div,
a,
span,
ul,
li,
p,
h1,
h2,
h3,
h4,
h5,
h6,
button,
input,
figure,
header,
label,
img,
figure,
::before,
::after {
    margin: 0;
    padding: 0;
    transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    color: inherit;
    font-family: inherit;
}

body {
    height: 100%;
    overflow-x: hidden;
    font-size: 16px;
    background: #fff;
}

section {
    position: relative;
}

.modal {
    overflow-y: auto;
}

.modal-open {
    overflow: auto;
}

.modal-open[style] {
    padding-right: 0px !important;
}

.color-white {
    color: #fff !important;
}

.color-black {
    color: #181B31 !important;
}

.color-purple {
    color: #541B33 !important;
}

.color-text {
    color: #4A4A4A !important;
}

.color-light-text {
    color: #848283 !important;
}

.mt-50 {
    margin-top: 50px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-10 {
    margin-top: 10px;
}

.mt-15 {
    margin-top: 15px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-20 {
    margin-bottom: 20px;
}

.pt-30{
    padding-top: 30px;
}

p {
    line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1.3;
    font-weight: 400;
    font-family: "Lora", serif;
}

.font-unbounded {
    font-family: "Lora", serif;
}

.font-indie {
    font-family: "Indie Flower", serif;
}

.padd-80 {
    padding: 80px 0;
}

.padd-top-80 {
    padding-top: 80px;
}

.padd-bottom-80 {
    padding-bottom: 80px;
}

.radius-30 {
    border-radius: 30px;
}

.radius-20 {
    border-radius: 20px;
}

.radius-10 {
    border-radius: 10px;
}

.row>* {
    padding: 0 15px;
}

.theme-btn,
.blog-list-main .rt-holder .read-more a{
    display: inline-block;
    padding: 10px 30px;
    border: none;
    font-size: 16px;
    font-weight: 500;
    border-radius: 10px;
}

.theme-btn img {
    display: inline-block;
    margin-left: 5px;
    transform: translateY(-2px);
}

.theme-btn.purple-btn,
.blog-list-main .rt-holder .read-more a{
    background: #541B33;
    color: #fff;
    box-shadow: 5px 5px 0 0px #161618;
}

.theme-btn.purple-btn:hover,
.blog-list-main .rt-holder .read-more a:hover{
    transform: translate(5px, 5px);
    box-shadow: -5px -5px 0 0px #161618;
}

.main-heading {
    font-size: 38px;
    font-weight: 700;
    line-height: 60px;
}

.sub-heading {
    font-size: 20px;
    line-height: 34px;
    color: #848283;
    max-width: 420px;
}

.heading-24 {
    font-size: 24px;
    font-weight: 500;
    color: #161618;
    line-height: 40px;
}

.heading-20 {
    font-size: 20px;
    font-weight: 500;
    color: #161618;
    line-height: 34px;
}

.text-18 {
    font-size: 18px;
    color: #4A4A4A;
    line-height: 28px;
}

.text-16 {
    font-size: 16px;
    color: #4A4A4A;
    line-height: 26px;
}

.text-14 {
    font-size: 14px;
    color: #4A4A4A;
    line-height: 24px;
}

.grid-row{
    grid-row-gap: 30px;
}

/*Main CSS*/

.loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
}

.loader img {
    height: 60px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.loader svg{
	width: 220px;
    height: 220px;
    overflow: auto;
}

.loading{
   stroke-dasharray: 80;
   stroke-dashoffset: 500;
   animation: loading3 2s linear infinite;
   -webkit-animation: loading3 2s linear infinite;
}
@keyframes loading3 {
    to {
        stroke-dashoffset: 0;
    }
 }

.header{
    padding: 15px 0;
    background: #fff;
    position: sticky;
    top: 0;
    z-index: 999;
}

.header.fixed-header{
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
}

.header .navbar-expand-lg .navbar-nav .nav-link{
    font-size: 16px;
    line-height: 24px;
    color: #161618;
    padding: 10px 15px;
    border-radius: 10px;
}

.header .navbar-expand-lg .navbar-nav .nav-item .dropdown-menu{
    border-radius: 10px;
    box-shadow: 0 5px 10px rgb(0 0 0 / 10%);
    padding: 0;
    margin: 0;
    overflow: hidden;
}

.header .navbar-expand-lg .navbar-nav .nav-item .dropdown-menu .dropdown-item{
    font-size: 14px;
    line-height: 24px;
    color: #161618;
}

.header .navbar-expand-lg .navbar-nav .nav-item .dropdown-menu .dropdown-item:hover{
    background: #541B33;
    color: #fff;
}

.top-banner {
    padding: 20px 0 60px;
}

.top-banner .banner-box {
    background: #EEE8E2;
    border-radius: 30px;
    overflow: hidden;
}

.top-banner .banner-box>* {
    flex: 0 0 50%;
    max-width: 50%;
}

.banner-slideshow {
    position: relative;
    display: block;
    height: 600px;
    overflow: hidden;
}

.banner-slideshow *{
    transition: none;
}

.banner-slideshow img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.top-banner .banner-box .form-main {
    padding: 30px;
}

.top-banner .banner-box .form-main h1 {
    font-size: 24px;
    line-height: 40px;
    margin-bottom: 30px;
}

.form-group {
    position: relative;
    margin: 0 0 20px;
}

.form-group .form-control {
    min-height: 50px;
    border-radius: 10px;
    border: 1px solid #fff;
    font-size: 16px;
    background: #fff;
    color: #181B31;
    box-shadow: none;
}

.form-group .form-control:focus{
    border-color: #181B31;
}

.form-group .form-control::-webkit-input-placeholder {
    color: #848283;
}

.form-group .form-control::-moz-placeholder {
    color: #848283;
}

.form-group .form-control:-ms-input-placeholder {
    color: #848283;
}

.form-group .form-control:-moz-placeholder {
    color: #848283;
}

.form-group select.form-control{
    background-image: url(../images/arrow-down.svg);
    background-repeat: no-repeat;
    background-position: calc(100% - 15px) 50%;
}

.form-group textarea.form-control{
    height: 100px;
}

.stats-main .text h2 {
    font-size: 52px;
    font-weight: 700;
    line-height: 64px;
}

.abby-letter-main .box {
    position: relative;
    background: #F6F3F0;
    padding-right: 50px;
    border-bottom-right-radius: 30px;
}

.abby-letter-main .box::before {
    content: '';
    position: absolute;
    top: 0;
    left: -308px;
    width: 308px;
    height: 100%;
    background: #F6F3F0;
    z-index: -9;
}

.abby-letter-main .box::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 80px;
    height: 80px;
    background: #fff;
    box-shadow: -10px 10px 15px #00000010;
    border-bottom-left-radius: 10px;
}

.social-links li {
    display: inline-block;
}

.social-links li+li {
    margin-left: 15px;
}

.social-links li a {
    display: inline-block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    box-shadow: 0 0 0 1px #A78665;
    border-radius: 5px;
}

.social-links li a:hover {
    background: #A78665;
}

.social-links li a:hover img {
    filter: brightness(0) invert(1);
    transition: none;
}

.past-projects-main .text figure {
    position: relative;
}

.past-projects-main .text:hover{
    transform: scale(1.02);
}

.past-projects-main .text .heading-24{
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.past-projects-main .text figure::after {
    content: '';
    position: absolute;
    width: 80px;
    height: 80px;
    background: #fff;
    right: 0;
    bottom: 0;
    border-radius: 10px 0 10px 0;
}

.past-projects-main .text figure a {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    background: #541B33;
    border-radius: 10px 0 30px 0;
    box-shadow: 5px 5px 0 0 #161618;
    z-index: 9;
}

.past-projects-main .text figure a:hover {
    transform: translate(5px, 5px);
    box-shadow: -5px -5px 0 0px #161618;
}

.home-about-main .box {
    background: #EEE8E2;
    border-radius: 30px;
    overflow: hidden;
}

.home-about-main .box>* {
    flex: 0 0 50%;
    max-width: 50%;
}

.home-about-main .box figure img {
    height: 100%;
    object-fit: cover;
}

.home-about-main .box .text {
    padding: 50px;
}

.video-testimonial-main figure>img {
    border: 8px solid #A78665;
}

.video-testimonial-main figure a {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 9;
}

.video-testimonial-main figure a:hover img {
    transform: scale(1.1);
}

.work-steps-main .steps-listing {
    grid-template-columns: repeat(4, 1fr);
}

.work-steps-main .steps-listing li {
    background: #F6F3F0;
    position: relative;
    padding: 30px 60px 30px 30px;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    position: relative;
}

.work-steps-main .steps-listing li:nth-child(2n+2) {
    background: #E6DDD5;
}

.work-steps-main .steps-listing li:last-child {
    border-radius: 30px;
}

.work-steps-main .steps-listing li:last-child::before {
    content: none;
}

.work-steps-main .steps-listing li+li {
    z-index: 9;
    margin-left: -30px;
}

.work-steps-main .steps-listing li figure {
    display: inline-block;
    width: 100px;
    height: 100px;
    line-height: 100px;
    text-align: center;
    background: #fff;
    border-radius: 50%;
}

.work-steps-main .steps-listing li .count {
    position: absolute;
    top: 30px;
    right: 60px;
}

.work-steps-main .steps-listing li:last-child .count{
    right: 30px;
}

.work-steps-main .steps-listing li figure img{
    height: 64px;
}

.testimonial-main .box{
    background: #F6F3F0;
    border-radius: 30px;
    padding: 30px 50px 50px;
}

.testimonial-main .box .name-image figure img{
    border-radius: 50%;
    width: 80px;
    height: 80px;
    object-fit: cover;
}

.testimonial-main .box .q-img img{
    height: 60px;
}

.testimonial-main .owl-dots{
    text-align: center;
    margin-top: 20px;
}

.testimonial-main .owl-dots .owl-dot{
    display: inline-block;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #F6F3F0;
    margin: 0 5px;
}

.testimonial-main .owl-dots .owl-dot.active{
    background: #A78665;
}

.footer{
    background: #F6F3F0;
    padding: 30px 0 0;
}

.news-letter-box{
    background: #EEE8E2;
    box-shadow: 5px 5px 0 0 #A7866550;
    padding: 20px 30px;
}

.news-letter-box .text-16{
    max-width: 300px;
}

.news-letter-box .form-group{
    width: 500px;
    max-width: 100%;
}

.news-letter-box .form-group .form-control{
    border-radius: 30px;
}

.news-letter-box .form-group .submit-btn{
    position: absolute;
    top: 5px;
    right: 5px;
    width: 40px;
    height: 40px;
    line-height: 1;
    text-align: center;
    background: #541B33;
    border: 0;
    border-radius: 50%;
}

.news-letter-box .form-group .submit-btn:hover{
    background: #181B31;
}

.quick-links li+li{
    margin-top: 20px;
}

.quick-links li a{
    font-size: 16px;
    line-height: 24px;
    color: #4A4A4A;
}

.quick-links li a:hover{
    color: #541B33;
}

.contact-info li+li{
    margin-top: 15px;
}

.contact-info li a,
.contact-info li p+p,
.contact-info li p a,
.contact-info li p span{
    display: inline-block;
    margin-top: 5px;
    max-width: 300px;
}

.contact-info li .text-14{
    color: #848283;
}

.contact-info li figure{
    flex: 0 0 75px;
    height: 75px;
    line-height: 75px;
    text-align: center;
    border-radius: 20px;
    background: #EEE8E2;
    margin-right: 15px;
}

.contact-info li figure img{
    height: 40px;
}

.footer .end{
    background: #EEE8E2;
    padding: 15px 0;
}

.common-banner{
    background: #F6F3F0;
    padding: 50px 0 0;
    margin-bottom: 115px;
}

.common-banner .c-img img{
    box-shadow: 5px 5px 0 0 #A7866550;
    margin-bottom: -50px;
}

.breadcrumb .breadcrumb-item{
    font-size: 16px;
    line-height: 26px;
    color: #4A4A4A;
}

.breadcrumb .breadcrumb-item a{
    color: #541B33;
}

.contact-form-main{
    background: #EEE8E2;
    box-shadow: 5px 5px 0 0 #A7866550;   
    padding: 30px;
}

.about-livwood-main .year-ex-box{
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 10px 15px #00000010;
    position: absolute;
    top: 270px;
    left: 160px;
}

.about-livwood-main .text .quote-text{
    background: #EEE8E2;
    box-shadow: 5px 5px 0 0 #A7866550;
    padding: 30px 30px 30px 80px;
    background-image: url(../images/quote.svg);
    background-repeat: no-repeat;
    background-position: 30px 30px;
    background-size: 32px;
}

.mission-vision-main .text figure{
    display: inline-block;
    width: 100px;
    height: 100px;
    line-height: 100px;
    border-radius: 50%;
    background: #EEE8E2;
}

.key-strength-main .box{
    padding: 50px;
    background: url(../images/wall-bg.png) no-repeat;
    background-size: cover;
}

.key-strength-main .box > h3{
    flex: 0 0 20%;
    max-width: 20%;
}

.key-strength-main .box ul{
    flex: 0 0 80%;
    max-width: 80%;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 30px;
}

.key-strength-main .box ul li figure{
    display: inline-block;
    width: 100px;
    height: 100px;
    line-height: 100px;
    text-align: center;
    border-radius: 50%;
    background: #fff;
}

.key-strength-main .box ul li figure img{
    height: 64px;
}

.contact-banner-main .box{
    background: url(../images/contact-banner-bg.png) no-repeat;
    background-size: cover;
    padding: 50px;
}

.contact-banner-main .box .purple-btn{
    box-shadow: 5px 5px 0 0px #fff;   
}

.contact-banner-main .box .purple-btn:hover{
    box-shadow: -5px -5px 0 0px #fff;
}

.title-banner{
    padding: 30px 0;
    background: #F6F3F0;
}

.project-info-main .thumb-img img{
    width: 100%;
    box-shadow: 5px 5px 0 0 #A7866550; 
	border-radius: 30px;
}

.project-info-main .lc-box{
    padding: 30px;
    background: #F6F3F0;
}

.project-info-main .lc-box p img{
    margin-right: 4px;
    transform: translateY(-1px);
}

.project-text-main .box{
    padding: 50px;
    background: #F6F3F0;
}

.project-text-main .box .text{
    max-width: 435px;
    margin-left: auto;
}

.project-text-main .row+.row{
    margin-top: 80px;
}

.project-text-main .row .col-sm-8{
    margin-left: -25%;
}

.project-text-main .row:nth-child(2n+1){
    flex-direction: row-reverse;
}

.project-text-main .row:nth-child(2n+1) .col-sm-8{
    margin-left: 0;
}

.project-text-main .row .col-sm-8.ms-25-percent{
    margin-left: -25%;
}

.project-text-main .row:nth-child(2n+1) .col-sm-8 .box .text{
    margin-left: 0;
}

.project-text-main .row:nth-child(2n+1) .col-sm-7{
    margin-left: -25%;
}

.project-text-main .p-img{
    position: relative;
}

.project-text-main .p-img img{
    width: 100%;
    box-shadow: 5px 5px 0 0 #A7866550;
    margin-top: 50px;
	border-radius:30px;
}

.design-services-main .row+.row{
    grid-row-gap: 30px;
}

.design-services-main .box{
    background: #F6F3F0;
}

.design-services-main .box figure{
    flex: auto;
    overflow: hidden;
}

.design-services-main .box:hover figure img{
    transform: scale(1.05);
}

.design-services-main .box .text{
    flex: 0 0 220px;
    max-width: 220px;
    padding: 20px;
}

.ordered-list li{
    font-size: 18px;
    line-height: 30px;
    color: #4A4A4A;
    list-style: disc;
}

.ordered-list li+li{
    margin-top: 10px;
}

.faq-accordion .accordion-item{
    border: 0;
    background: #F6F3F0;
    border-radius: 30px;
}

.faq-accordion .accordion-item+.accordion-item{
    margin-top: 20px;
}

.faq-accordion .accordion-item .accordion-button{
    border: 0;
    border-radius: 30px !important;
    background: #EEE8E2;
    padding: 10px 30px;
    font-size: 17px;
    line-height: 28px;
    color: #161618;
    box-shadow: none;
}

.faq-accordion .accordion-item .accordion-body{
    padding: 20px 30px;
}

.gallery-image{
    display: block;
    position: relative;
    overflow: hidden;
}

.gallery-image img{
    width: 100%;
    height: 190px;
    object-fit: cover;
}

.gallery-image::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #541B3380 url(../images/search-white.svg) no-repeat center;
    background-size: 34px;
    opacity: 0;
}

.gallery-image:hover:before{
    opacity: 1;
}

.blog-list-main .rt-row{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
	grid-row-gap:30px;
}

.blog-list-main .rt-row>*{
    padding: 0 15px;
	grid-row-gap: 30px;
}

.blog-list-main .rt-row .rt-grid-item{
    flex: 0 0 33.33%;
    max-width: 33.33%;
}

.blog-list-main .rt-holder {
	position:relative;
	background: #F6F3F0;
    border-radius: 30px;
}

.blog-list-main .rt-holder .rt-img-holder{
	border-radius: 20px;
	overflow:hidden;
}

.blog-list-main .rt-holder:hover .rt-img-holder a img{
	transform: scale(1.1);
}

.blog-list-main .rt-holder .rt-img-holder a img{
	width: 100%;
    height: 250px;
    object-fit: cover;
}

.blog-list-main .rt-holder.portfolio-holder .rt-img-holder a img{
	height:350px;
}

.blog-list-main .rt-holder .rt-detail {
    padding: 20px 30px;
}

.blog-list-main .rt-holder .rt-detail h3 a{
	font-size: 20px;
    line-height: 34px;
    font-weight: 500;
    color: #161618;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.blog-list-main .rt-holder .rt-detail .post-meta-user .categories-links {
	font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    color: #A78665;
    background: #fff;
    padding: 5px 20px;
    display: inline-block;
    border-radius: 10px;
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 99;
}

.blog-list-main .rt-holder .rt-detail .post-meta-user span.author a{
    pointer-events: none;
}

.blog-list-main .rt-holder .rt-detail .post-meta-user span.categories-links a{
    pointer-events: none;
}

.blog-list-main .rt-holder .rt-detail .post-meta-user span.categories-links::before{
    background-image: url(../images/category.svg) ;
}

.blog-list-main .rt-holder .rt-detail .post-meta-user span.comment-count::before{
    background-image: url(../images/comment.svg) ;
}

.blog-list-main .rt-holder .rt-detail .post-meta-user span.comment-count{
	position: absolute;
    top: 10px;
    right: 10px;
}

.blog-list-main .rt-holder .tpg-excerpt{
    color: #3F3F3F;
    margin-top: 15px;
    font-weight: 500;
    font-size: 16px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.blog-list-main .tpg-widget-heading{
	display:none;
}

.blog-list-main .rt-holder .read-more a{
	margin-top:20px;
}

.blog-list-main .rt-holder .read-more a:after{
    content: '';
    display: inline-block;
    width: 18px;
    height: 18px;
    background: url(../images/arrow-right.svg);
    margin-left: 10px;
    transform: translateY(3px);
}

.pagination-list {
    margin-top: 20px;
    text-align: center;
}

.pagination-list li {
    display: inline-block;
    margin: 0 10px;
}

.pagination-list li a, .pagination-list li span {
	display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 5px;
    font-size: 16px;
    color: #848283;
    font-weight: 500;
}

.pagination-list li a:hover{
	background:#EEE8E2;
	color:#848283;
}

.pagination-list li.active span {
    background: #541B33;
    color: #fff;
}

.blog-title-section {
    background: #F6F3F0;
    padding: 30px 0;
}

.cad-list {
    grid-gap: 30px;
}

.cad-list .p-text {
    display: flex;
    align-items: center;
    grid-gap: 10px;
    font-size: 16px;
    line-height: 30px;
    color: #161618;
}

.cad-list .p-text span {
    font-weight: 500;
    color: #848283;
}

.post-categories{
	pointer-events:none;
}

.blog-detail-img img{
	box-shadow: 5px 5px 0 0 #A7866550;
	border-radius:30px;
	width:100%;
	height:auto;
}

.custom-text h1 {
    font-size: 42px;
    color: #161618;
	line-height:34px;
}

.custom-text h2 {
    font-size: 24px;
    color: #161618;
    margin: 20px 0 0;
	line-height:32px;
}

.custom-text h3 {
    font-size: 20px;
	line-height:30px;
    color: #161618;
    margin: 20px 0 0;
}

.custom-text h4 {
    font-size: 18px;
	line-height:28px;
    color: #161618;
    margin: 20px 0 0;
}

.custom-text h5 {
    font-size: 16px;
    color: #161618;
	line-height:26px;
    margin: 20px 0 0;
}

.custom-text h6 {
    font-size: 14px;
    color: #161618;
	line-height:24px;
    margin: 20px 0 0;
}

.custom-text p {
    font-size: 16px;
	line-height:26px;
    color: #4A4A4A;
	margin-top: 20px;
}

.custom-text ul,
.custom-text ol {
    padding-left: 20px;
    margin: 0;
}

.custom-text ul li {
    list-style: disc;
    font-size: 18px;
    color: #4A4A4A;
    margin-top: 15px;
}

.custom-text ol li {
    font-size: 18px;
    color: #4A4A4A;
    margin-top: 15px;
}

.rp-box {
    background: #F6F3F0;
    border-radius: 30px;
    padding: 30px;
}

.rp-box .tpg-widget-heading {
    display: none;
}

.rp-box .rt-holder {
    display: flex;
    flex-wrap: wrap;
}

.rp-box .rt-holder .rt-img-holder {
    flex: 0 0 100px;
    max-width: 100px;
}

.rp-box .rt-holder .rt-img-holder a img {
    width: 100%;
    height: 80px;
    object-fit: cover;
    border-radius: 10px;
}

.rp-box .rt-holder .rt-detail {
    flex: 0 0 calc(100% - 100px);
    max-width: calc(100% - 100px);
    padding-left: 10px;
}

.rp-box .rt-holder .rt-detail .entry-title {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.rp-box .rt-holder .rt-detail .post-meta-user {
    display: none;
}

.rp-box .rt-holder .rt-detail .read-more {
    color: #541B33;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    display: inline-block;
    margin-top: 8px;
}

.rp-box .rt-holder .rt-detail .read-more:after{
	content: '';
    display: inline-block;
    width: 18px;
    height: 18px;
    background: url(../images/arrow-right-purple.svg);
    margin-left: 8px;
    transform: translateY(3px);
}

.rp-box .rt-holder .rt-detail .read-more:hover:after{
	transform: translateY(3px) translatex(5px);
}

.rp-box .rt-grid-item+.rt-grid-item {
    margin-top: 20px;
}

.screen-reader-response{
	display:none;
}

.c-form .screen-reader-response p{
	font-size:14px;
	color: #3F3F3F;
}

.form-group .wpcf7-not-valid-tip{
	font-size: 13px;
    font-weight: 500;
    color: #ff0000;
}

.form-group br{
	display:none;
}

.wpcf7-response-output {
    background: #16df16;
    margin-top: 15px;
    line-height:40px;
    width: 100%;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    border-radius: 5px;
}

.wpcf7-form.invalid .wpcf7-response-output{
	background:#ff0000
}

.c-submit--btn{
	background-image: url(../images/arrow-right.svg) !important;
    background-repeat: no-repeat !important;
    min-width: 143px;
    text-align: left;
    background-size: 18px !important;
    background-position: calc(100% - 30px) center !important;
}

.banner-box .form-main .wpcf7-response-output {
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 999;
    width: 600px;
    max-width: calc(100% - 40px);
}

.banner-box .form-main .form-group .wpcf7-not-valid-tip {
    position: absolute;
    top: 100%;
    font-size: 12px;
    left: 0;
}