/*
Theme Name: KMcK
Theme URI: https://www.kmck.com.au
Author: George Pacarski [BoxTM]
Author URI: https://www.gpacarski.com.au
Description: Theme by George Pacarski for KMcK (Kathy McKinnon)
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: KMcK
Tags: Theme by George Pacarski for KMcK (Kathy McKinnon)
*/

/*
 * font definitions
 */
@import url("https://fast.fonts.net/t/1.css?apiType=css&projectid=cc3b5a07-16f3-48d5-a13f-526d8208a162");
@font-face{
    font-family:"Avenir LT W01_45 Book1475508";
    src:url("fonts/710789a0-1557-48a1-8cec-03d52d663d74.eot?#iefix");
    src:url("fonts/710789a0-1557-48a1-8cec-03d52d663d74.eot?#iefix") format("eot"),url("fonts/065a6b14-b2cc-446e-9428-271c570df0d9.woff2") format("woff2"),url("fonts/65d75eb0-2601-4da5-a9a4-9ee67a470a59.woff") format("woff"),url("fonts/c70e90bc-3c94-41dc-bf14-caa727c76301.ttf") format("truetype");
}
@font-face{
    font-family:"Avenir LT W01_45 Book O1475514";
    src:url("fonts/d8c50fcc-bc32-4f31-8c24-b170c64e2254.eot?#iefix");
    src:url("fonts/d8c50fcc-bc32-4f31-8c24-b170c64e2254.eot?#iefix") format("eot"),url("fonts/476612d9-282d-4f76-95cd-b4dd31e7ed21.woff2") format("woff2"),url("fonts/f1ebae2b-5296-4244-8771-5f40e60a564a.woff") format("woff"),url("fonts/04d1bf6c-070d-4b7e-9498-6051c9f0c349.ttf") format("truetype");
}
@font-face{
    font-family:"Avenir LT W01_85 Heavy1475544";
    src:url("fonts/6af9989e-235b-4c75-8c08-a83bdaef3f66.eot?#iefix");
    src:url("fonts/6af9989e-235b-4c75-8c08-a83bdaef3f66.eot?#iefix") format("eot"),url("fonts/d513e15e-8f35-4129-ad05-481815e52625.woff2") format("woff2"),url("fonts/61bd362e-7162-46bd-b67e-28f366c4afbe.woff") format("woff"),url("fonts/ccd17c6b-e7ed-4b73-b0d2-76712a4ef46b.ttf") format("truetype");
}
@font-face{
    font-family:"Avenir LT W01_85 Heavy_1475550";
    src:url("fonts/e6b412d9-d1ed-4b17-bb93-a6911df8640d.eot?#iefix");
    src:url("fonts/e6b412d9-d1ed-4b17-bb93-a6911df8640d.eot?#iefix") format("eot"),url("fonts/3c210c80-960f-4684-850b-25390b4d08af.woff2") format("woff2"),url("fonts/cb5c71ad-e582-4d00-929c-67fbfaeb1c27.woff") format("woff"),url("fonts/9ced8e96-4602-4507-8c20-4ff381949a9a.ttf") format("truetype");
}

/*
 * global variables
 */
:root {
    --text-colour: #000000;
    --alt-text-colour: #cdcdcd;
    --gap-1x: 8px;
    --gap-2x: calc(var(--gap-1x) * 2);
    --gap-4x: calc(var(--gap-1x) * 4);
    --gap-8x: calc(var(--gap-1x) * 8);
    --bg-main: #fffcf0;
    --bg-grey: #656460;
    --bg-mint: #8ac88a;
    --tint: rgba(0,0,0,0.5);
    --tint-mobile: rgba(0,0,0,0.75);
    --txt-black: #000000;
    --txt-grey: #999999;
    --txt-dark-grey: #3e3c3a;
    --txt-grey-trans: rgba(153,153,153,0.8);
    --txt-grey-trans-mobile: rgba(153,153,153,0.95);
    --txt-white: #ffffff;
    --txt-gold: #c0aa86;
    --txt-sm: 12px;
    --txt-sm-sp: 1px;
    --txt-md: 16px;
    --txt-md-sp: 1px;
    --txt-ml: 18px;
    --txt-ml-sp: 1px;
    --txt-lg: 20px;
    --txt-lg-sp: 1px;
    --txt-xl: 24px;
    --txt-xl-sp: 4px;
    --p-gap: 8px;
    --font-normal: "Avenir LT W01_45 Book1475508", Helvetica, Arial, sans-serif;
    --font-bold: "Avenir LT W01_85 Heavy1475544", Helvetica, Arial, sans-serif;
    --font-italic: "Avenir LT W01_45 Book O1475514", Helvetica, Arial, sans-serif;
    --font-bold-italic: "Avenir LT W01_85 Heavy_1475550", Helvetica, Arial, sans-serif;
    --admin-height: 0px;
}
body.logged-in {
    --admin-height: 46px;
}


/*
 * css reset
 */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center, main,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video, button, input, textarea {
    position: relative;
	margin: 0;
	padding: 0;
	border: 0;
    outline: 0;
	font-size: 100%;
	font: inherit;
    font-weight: 300;
    font-style: normal;
	vertical-align: baseline;
    box-sizing: border-box;
    border-radius: 0;
}
body {
	font-family: var(--font-normal);
    line-height: 1.5;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
    background-color: var(--bg-main);
}
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
    max-width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}
table th, table td {
    padding-right: 20px;
}
button, input[type="submit"], input[type="reset"] {
    background: none;
    color: inherit;
    cursor: pointer;
    outline: inherit;
    box-shadow: none;
    text-align: inherit;
    -webkit-appearance: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    appearance: none;
    user-select: none;
}

/*
 * general purpose classes
 */
.hidden {
    display: none;
    overflow: hidden;
    margin: 0;
}
body.logged-in #wpadminbar {
    position: fixed;
}
.grid, .grid-md-2-cols {
    display: grid;
    grid-template-columns: 1fr;
    row-gap: var(--gap-4x);
    column-gap: var(--gap-4x);
}
.grid-col-gap-2px {
    column-gap: 2px;
}
.grid-row-gap-half {
    row-gap: var(--gap-2x);
}
.md-shown {
    display: none;
    visibility: hidden;
}
.full-width, .md-half-width {
    width: 100%;
}
.xy-centred, .x-centred, .y-centred, .parent-cover, .tint {
    position: absolute;
}
.xy-centred {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.xy-overflow-hidden {
    overflow: hidden;
}
.x-padding {
    padding-inline: var(--gap-4x);
}
.y-padding, .top-padding {
    padding-top: var(--gap-2x);
}
.top-padding-half {
    padding-top: var(--gap-1x);
}
.y-padding, .bottom-padding {
    padding-bottom: var(--gap-2x);
}
.y-padding-2x, .top-padding-2x {
    padding-top: var(--gap-4x);
}
.y-padding-2x {
    padding-bottom: var(--gap-4x);
}
.parent-cover {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.img-fit img,
.landscape-container img,
.landscape-container-14by9 img,
.landscape-container-5by4 img,
.portrait-container img {
    width: 100%;
	height: 100%;
	max-width: none;
	max-height: none;
	object-fit: cover;
	object-position: center center;
}
.media-container {
    font-size: 0;
}
.tint {
    background-color: var(--tint);
}
body.ua_mobile .tint {
    background-color: var(--tint-mobile);
}
.fade, .hover-opaque {
    -webkit-transition: opacity 500ms linear;
    -moz-transition: opacity 500ms linear;
    -o-transition: opacity 500ms linear;
    -ms-transition: opacity 500ms linear;
    transition: opacity 500ms linear;
}
.hover-opaque {
    opacity: 0;
}
body.ua_mobile .hover-opaque,
.hover-opaque:hover, .hover-opaque:focus {
    opacity: 1;
}
.landscape-container,
.landscape-container-14by9,
.landscape-container-5by4 {
    aspect-ratio: 25/16;
}
.portrait-container {
    aspect-ratio: 10/13;
}
.bg-grey {
    background-color: var(--bg-grey);
}
.bg-mint {
    background-color: var(--bg-mint);
}

/*
 * fonts
 */
strong, b {
    font-family: var(--font-bold);
}
em, i {
    font-family: var(--font-italic);
}
em strong, i strong,
em b, i b,
strong em, strong i,
b em, b i {
    font-family: var(--font-bold-italic);
}
.txt-black,
a:hover, a:focus,
.txt-black-rollover:hover,
.txt-black-rollover:focus {
    color: var(--txt-black);
}
a, .txt-grey,
.txt-grey-rollover:hover,
.txt-grey-rollover:focus,
.footer-info a {
    color: var(--txt-grey);
}
body, .txt-dark-grey, .bg-lt-grey a,
.txt-dark-grey-rollover:hover,
.txt-dark-grey-rollover:focus {
    color: var(--txt-dark-grey);
}
.txt-grey-trans {
    color: var(--txt-grey-trans);
}
body.ua_mobile .txt-grey-trans {
    color: var(--txt-grey-trans-mobile);
}
.txt-white,
.txt-white-rollover:hover,
.txt-white-rollover:focus,
.footer-info a:hover,
.footer-info a:focus {
    color: var(--txt-white);
}
.txt-gold {
    color: var(--txt-gold);
}
.txt-sm {
    font-size: var(--txt-sm);
    letter-spacing: var(--txt-sm-sp);
}
.txt-md {
    font-size: var(--txt-md);
    letter-spacing: var(--txt-md-sp);
}
.txt-ml {
    font-size: var(--txt-ml);
    letter-spacing: var(--txt-md-sp);
}
.txt-lg {
    font-size: var(--txt-lg);
    letter-spacing: var(--txt-lg-sp);
}
.txt-xl {
    font-size: var(--txt-xl);
    letter-spacing: var(--txt-xl-sp);
}
.txt-centred {
    text-align: center;
}
.txt-left {
    text-align: left;
}
.txt-right {
    text-align: right;
}
a, .txt-no-underline {
    text-decoration: none;
}
.txt-uc {
    text-transform: uppercase;
}
.txt-lc {
    text-transform: lowercase;
}
a {
    -webkit-transition: color 250ms ease;
    -moz-transition: color 250ms ease;
    -o-transition: color 250ms ease;
    -ms-transition: color 250ms ease;
    transition: color 250ms ease;
}

/*
 * load screen
 */
body.site_loading {
    overflow: hidden;
    max-height: 100vh;
}
body.site_loading > .main,
body.site_loading > .testimonials-section,
body.site_loading > .footer {
    opacity: 0;
}
.load-bar {
    max-height: 0px;
    opacity: 0;
    background-color: #aaaaaa;
    -webkit-transition: all 500ms linear;
    -moz-transition: all 500ms linear;
    -o-transition: all 500ms linear;
    -ms-transition: all 500ms linear;
    transition: all 500ms linear;
}
body.site_loading .load-bar {
    max-height: 4px;
    opacity: 1;
    z-index: 1000;
}
.loading-animation {
    height: 4px;
    color: #fff;
	background: linear-gradient(90deg, #aaaaaa, #666666, #aaaaaa);
	background-size: 20% 100%;
    background-repeat: no-repeat;
	-webkit-animation: loadscroll 1s linear 30;
    -moz-animation: loadscroll 1s linear 30;
    -o-animation: loadscroll 1s linear 30;
    animation: loadscroll 1s linear 30;
}
@-webkit-keyframes loadscroll {
    0% {
        background-position: 0% 50%;
    }
    100%{
        background-position: 100% 50%;
    }
}
@-moz-keyframes loadscroll {
    0% {
        background-position: 0% 50%;
    }
    100%{
        background-position: 100% 50%;
    }
}
@-o-keyframes loadscroll {
    0% {
        background-position: 0% 50%;
    }
    100%{
        background-position: 100% 50%;
    }
}
@keyframes loadscroll {
    0% {
        background-position: 0% 50%;
    }
    100%{
        background-position: 100% 50%;
    }
}


/*
 * header
 */
.header {
    font-size: 0;
    z-index: 1000;
}
.header-logo {
    display: block;
    width: 360px;
    max-width: 50%;
    margin: 0 auto;
}
.header-logo img {
    width: 100%;
    height: auto;
    padding-block: var(--gap-2x);
}
.nav-toggle {
    position: absolute;
    top: var(--gap-2x);
    right: var(--gap-4x);
    width: 34px;
    max-width: 4.7%;
    z-index: 1001;
    opacity: 0.4;
}
body.site_loading .nav-toggle {
    visibility: hidden;
    opacity: 0;
}
.nav-toggle:hover,
.nav-toggle:focus {
    opacity: 1;
}
.nav-toggle img {
    width: 100%;
    height: auto;
}
.nav-show {
    position: relative;
}
.nav-hide {
    position: absolute;
    top: 0;
    right: 0;
}
body.show-main-nav .nav-show,
body:not(.show-main-nav) .nav-hide {
    opacity: 0;
    z-index: 0;
}
body.show-main-nav .nav-hide,
body:not(.show-main-nav) .nav-show {
    opacity: 1;
    z-index: 1;
}

/*
 * page top, nav/menu
 */
.main-menu-container {
    z-index: 50;
}
.article-menu-container .main-menu-container,
.article-menu-container .article {
    max-height: 0px;
    opacity: 0;
    -webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    -ms-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
}
body.show-main-nav .article-menu-container .main-menu-container,
body:not(.show-main-nav) .article-menu-container .article {
    max-height: 1200px;
    opacity: 1;
}
.main-menu-container {
    overflow: hidden;
}
.main-menu-container .menu-item {
    text-align: center;
}
.main-menu-container a {
    text-transform: uppercase;
    font-size: var(--txt-xl);
    letter-spacing: var(--txt-xl-sp);
    white-space: nowrap;
    color: var(--txt-grey-trans);
}
.main-menu-container a:hover,
.main-menu-container a:focus {
    color: var(--txt-white);
}


/*
 * footer
 */
.footer-logo {
    width: 97px;
}
.footer-logo img {
    width: 100%;
    height: auto;
}
.menu-footer-menu-container a {
    font-size: var(--txt-md);
    letter-spacing: var(--txt-md-sp);
    color: var(--txt-grey);
}
.menu-footer-menu-container a:hover,
.menu-footer-menu-container a:focus {
    color: var(--txt-white);
}
.footer-social-links {
    --link-width: 32px;
    display: flex;
    flex-direction: row;
    column-gap: calc(var(--link-width) / 2);
}
.social-link {
    display: block;
    height: var(--link-width);
    width: var(--link-width);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.instagram-link {
    background-image: url(img/instagram-white.png);
}
.instagram-link:hover,
.instagram-link:focus {
    background-image: url(img/instagram.png);
}
.houzz-link {
    background-image: url(img/houzz-white.png);
}
.houzz-link:hover,
.houzz-link:focus {
    background-image: url(img/houzz.png);
}

/*
 * testimonials
 */
.testimonials-wrap, .testimonials-outer, #testimonials-container {
    overflow: visible;
}
.testimonials-wrap, .testimonials-outer {
    max-width: 100%;
}
.testimonials-section {
    overflow: hidden;
    background-color: var(--bg-mint);
}
#testimonials-container {
    white-space: nowrap;
    margin-left: -12px;
    font-size: 0;
}
.one-testimonial {
    box-sizing: border-box;
    display: inline-block;
    vertical-align: top;
    white-space: normal;
    padding: 0 12px;
}
.one-testimonial, .one-testimonial.fade-out,
.one-testimonial.selected.fade-out {
    opacity: 0.15;
}
.one-testimonial.selected,
.one-testimonial.fade-in {
    opacity: 1;
}
.testimonial-content > :first-child:before {
    content: '\201c';
    display: inline;
    position: relative;
    font-size: 64px;
    line-height: 0;
    bottom: -24px;
}
.testimonials-prev {
    margin-right: 8px;
}

/*
 * common to multiple pages
 */
.main p, .nested-article-title {
    margin: var(--p-gap) 0;
}
.page-link-block {
    display: block;
    cursor: pointer;
}
.hero:hover .hover-opaque,
.page-link-block:hover .hover-opaque {
    opacity: 1;
}
.main .entry-content-text p:first-of-type {
    margin-top: 0px;
}
.entry-content-text ul, .entry-content-text ol {
    padding-left: calc(var(--txt-md) * 1.5);
}
.entry-content-text ul {
    list-style-type: disc;
}
.entry-content-text ol {
    list-style-type: decimal;
}
.nested-header {
    line-height: 3;
}
.page-entry-content-text {
    order: 0;
}
.entry-content-media {
    display: flex;
    flex-direction: column;
    row-gap: var(--gap-4x);
    order: 1;
}
.entry-content img, .entry-content video, .project-item video,
.project-aspect-ratio-variable img {
    width: 100%;
    height: auto;
}
.prev-next-projects {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.prev-next-projects .next-project {
    margin-left: auto;
}
.prev-next-projects .prev-project::after {
    content: ' <';
    display: inline-block;
    padding-left: calc(var(--txt-md)/2);
}
.prev-next-projects .next-project::before {
    content: '> ';
    display: inline-block;
    padding-right: calc(var(--txt-md)/2);
}
.nested-article, .nested-article-text {
    display: flex;
    flex-direction: column-reverse;
}
.nested-article-text .txt-md {
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    overflow-wrap: anywhere;
	-webkit-line-clamp: 5;
    line-clamp: 5;
	text-decoration: none;
}
.nested-article-inner {
    row-gap: 0;
}

/*
 * homepage
 */
#home-slideshow {
    height: 75vh;
}
#home-slideshow .tint {
    z-index: 10;
}
.home-slide:first-of-type {
    opacity: 1;
}
.home-slide,
.home-hero:has(.menu-item:hover) .home-slide {
    opacity: 0;
}
.home-hero:has(.menu-item:nth-of-type(1):hover) .home-slide:nth-of-type(2),
.home-hero:has(.menu-item:nth-of-type(2):hover) .home-slide:nth-of-type(3),
.home-hero:has(.menu-item:nth-of-type(3):hover) .home-slide:nth-of-type(4),
.home-hero:has(.menu-item:nth-of-type(4):hover) .home-slide:nth-of-type(5),
.home-hero:has(.menu-item:nth-of-type(5):hover) .home-slide:nth-of-type(6),
.home-hero:has(.menu-item:nth-of-type(6):hover) .home-slide:nth-of-type(7),
.home-hero:has(.menu-item:nth-of-type(7):hover) .home-slide:nth-of-type(8),
.home-hero:has(.menu-item:nth-of-type(8):hover) .home-slide:nth-of-type(9) {
    opacity: 1;
}


/*
 * @MEDIA QUERIES
 */
@media screen and (orientation: landscape) {
    body.ua_mobile #home-slideshow {
        height: 60vh;
    }
}
@media screen and (max-height:1080px) {
    #home-slideshow {
        height: 70vh;
    }
}
@media screen and (max-width: 360px) {
	#menu-main-menu a.txt-xl {
		letter-spacing: 1px;
	}
}
@media screen and (max-width: 767px) {
    .sm-hidden {
        display: none;
    }
}
@media screen and (min-width: 768px) {
    :root {
        --txt-ml: 20px;
        --txt-ml-sp: 1.2px;
        --txt-lg: 26px;
        --txt-lg-sp: 2px;
        --txt-xl: 32px;
        --txt-xl-sp: 5px;
    }
    .grid-md-2-cols {
        grid-template-columns: repeat(2, minmax(calc(50% - var(--gap-4x)), 1fr));
    }
    .grid-md-2-cols .item-md-span-2 {
        grid-column: 1/3;
    }
    .grid-md-2-cols li.md-shown {
        display: list-item;
        visibility: visible;
    }
    .md-hidden {
        display: none;
    }
    .md-half-width {
        width: 75%;
    }
    .nested-article-text.md-half-width .txt-md {
        -webkit-line-clamp: 3;
        line-clamp: 3;
    }
    .md-left-padding {
        padding-left: var(--gap-4x);
    }
    .md-right-padding {
        padding-right: var(--gap-4x);
    }
    .landscape-container {
        aspect-ratio: 16/9;
    }
    .landscape-container-5by4 {
        aspect-ratio: 5/4;
    }
    .footer-info {
        order: 0;
    }
    .footer-logo {
        order: 2;
    }
    .menu-footer-menu-container {
        order: 1;
    }
    .footer-social-links {
        order: 3;
    }
    .testimonial-content > :first-child:before {
        font-size: 80px;
        bottom: -32px;
    }
    .page-entry-content-text {
        order: 1;
    }
    .entry-content-media {
        order: 0;
    }
}
@media screen and (min-width: 783px) {
    body.logged-in {
        --admin-height: 32px;
    }
}
@media screen and (max-width: 1024px) {
    .nested-article-text {
        padding-inline: var(--gap-2x);
    }
}
@media screen and (min-width: 1024px) {
    :root {
        --gap-1x: 22.5px;
        --txt-md: 18px;
        --txt-md-sp: 1.2px;
        --txt-ml: 24px;
        --txt-ml-sp: 1.5px;
        --txt-lg: 36px;
        --txt-lg-sp: 2.5px;
        --txt-xl: 42px;
        --txt-xl-sp: 5.5px;
        --p-gap: 16px;
    }
    .header a {
        max-width: 66.6%;
    }
    .nav-toggle {
        max-width: 6.28%;
    }
    .article-menu-container .article {
        max-width: 66.6%;
        margin: 0 auto;
    }
    .testimonials-wrap {
        width: 66.66%;
        margin-left: 16.66%;
    }
    .testimonial-content > :first-child:before {
        font-size: 92px;
        bottom: -34px;
    }
}
@media screen and (min-width: 2000px) {
    :root {
        --txt-sm: 15px;
        --txt-sm-sp: 1px;
        --txt-md: 22px;
        --txt-md-sp: 2px;
        --txt-ml: 28px;
        --txt-ml-sp: 2.5px;
        --txt-lg: 40px;
        --txt-lg-sp: 3px;
        --txt-xl: 47px;
        --txt-xl-sp: 6px;
        --p-gap: 20px;
    }
    .testimonials-prev {
        margin-right: 10px;
    }
    .testimonial-content > :first-child:before {
        font-size: 108px;
        bottom: -40px;
    }
    .testimonials-wrap {
        width: 50%;
        margin-left: 25%;
    }
}
@media screen and (min-width: 2500px) {
    :root {
        --gap-1x: 33.75px;
        --txt-sm: 18px;
        --txt-sm-sp: 1.2px;
        --txt-md: 26px;
        --txt-md-sp: 2px;
        --txt-ml: 32px;
        --txt-ml-sp: 2.5px;
        --txt-lg: 46px;
        --txt-lg-sp: 4px;
        --txt-xl: 52px;
        --txt-xl-sp: 6.5px;
        --p-gap: 24px;
    }
    .header a {
        width: 450px;
    }
    .md-half-width {
        width: 66.67%;
    }
    .social-links {
        --link-width: 48px;
    }
    .testimonials-prev {
        margin-right: 12px;
    }
    .testimonial-content > :first-child:before {
        font-size: 124px;
        bottom: -42px;
    }
}
@media screen and (min-width: 3000px) {
    .md-half-width {
        width: 50%;
    }
    .nested-article-text.full-width .txt-md {
        -webkit-line-clamp: 3;
        line-clamp: 3;
    }
    .nested-article-text.md-half-width .txt-md {
        -webkit-line-clamp: 2;
        line-clamp: 2;
    }
}