html { box-sizing: border-box; } *, *:before, *:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */ box-sizing: inherit; } body { background: $color__background-body; /* Fallback for when there is no custom background color defined. */ } img { height: auto; /* Make sure images are scaled correctly. */ max-width: 100%; /* Adhere to container width. */ vertical-align: top; } blockquote, q { quotes: none; &:before, &:after { content: ''; } } blockquote { position: relative; margin: 0 0 25px; @include font-size(1.875); line-height: 1.43; text-align: left; padding-left: 40px; border-left: 3px solid; .tm-testi & { border-left: none; padding-left: 0; } p + & { margin-top: 30px; } cite { display: block; margin-top: 7px; &:before { content: "— "; } } &:before { content: none; } &:after { content: ""; position: absolute; width: 1px; left: 2px; top: 0; bottom: 0; .tm-testi & { content: none; } } .single .format-quote .entry-content & { margin-bottom: 40px; &:first-child { margin-top: 10px; } } } hr { clear: both; min-height: 1px; margin: 40px 0 45px; &:last-child { margin-bottom: 0; } } hr:not(.tm_pb_module) { padding-bottom: 3px; width: 40px; position: relative; border-top: 3px solid; background: transparent; &:after { content: ''; width: 100%; position: absolute; left: 0; right: 0; bottom: 0; border-top: 1px solid; } } /*-------------------------------------------------------------- ## Lists --------------------------------------------------------------*/ @import "lists"; /*-------------------------------------------------------------- ## Tables --------------------------------------------------------------*/ @import "tables"; /*-------------------------------------------------------------- ## Preloader --------------------------------------------------------------*/ @import "page-preloader"; /*-------------------------------------------------------------- ## ToTop button --------------------------------------------------------------*/ @import "totop-button";