.grecaptcha-badge {visibility: hidden !important;}
.is-content-justification-right {
text-align: right !important;
}
.has-text-align-right {
text-align: right !important;
}
@media only screen and (max-width: 769px) {
.is-content-justification-right {
text-align: left !important;
}
.has-text-align-right {
text-align: left !important;
}
}
.qodef-widget-holder.qodef--one {
min-width: 140px;
}
.list-icon-end ul > li {
justify-content: space-between;
}
.list-icon-end ul > li > span:first-child {
order: 2;
transform: rotate(135deg);
}
.qodef-qi-image-slider .qodef-e-alt-text-holder {
visibility: visible !important;
opacity: 1 !important;
position: absolute;
top: 0px;
margin-left: 5%;
}
.media-aspect-ratio .qodef-m-image {
display: flex;
flex-direction: column;
min-height: 580px;
}
@media only screen and (max-width: 769px) {
.media-aspect-ratio img {
height: 100%;
flex-grow: 1;
object-fit: cover;
}
}
#qodef-page-footer-bottom-area-inner > div > div.qodef-grid-inner {
display:flex;
flex-wrap: wrap;
}
@media only screen and (max-width: 769px) {
#qodef-page-footer-bottom-area-inner > div > div.qodef-grid-inner > div:nth-child(1) {
order:4;
}
}