common.css (2007B)
1 div#fancybox-overlay { 2 display: none; 3 } 4 5 .spacer { 6 text-align: center; 7 display: block; 8 font-size: 20px; 9 line-height: 0px; 10 letter-spacing: 0px; 11 word-spacing: 0px; 12 padding: 0px 5%; 13 white-space: nowrap; 14 } 15 16 .spacer span { 17 display: inline-block; 18 border-radius: 100%; 19 vertical-align: middle; 20 box-sizing: border-box; 21 font-size: inherit; 22 text-align: center; 23 width: auto; 24 max-width: 20%; 25 overflow: hidden; 26 white-space: nowrap; 27 } 28 29 .spacer span:before { 30 content: "-----"; 31 line-height: 100%; 32 letter-spacing: -0.2em; 33 vertical-align: middle; 34 text-align: center; 35 font-family: Courier New, Courier, monospace; 36 display: inline-block; 37 width: 100%; 38 margin-left: -0.2em; 39 white-space: initial; 40 overflow: hidden; 41 max-height: 1em; 42 max-width: 100%; 43 } 44 45 .spacer span.before { 46 border-top-right-radius: 0px; 47 border-bottom-right-radius: 0px; 48 margin-right: -0.2em; 49 } 50 51 .spacer span.after { 52 border-top-left-radius: 0px; 53 border-bottom-left-radius: 0px; 54 margin-left: -0.2em; 55 } 56 57 .spacer i.mdi { 58 margin-left: 0.5em; 59 margin-right: 0.5em; 60 display: inline-block; 61 box-sizing: border-box; 62 vertical-align: middle; 63 } 64 65 .spacer i.mdi:before { 66 vertical-align: middle; 67 } 68 69 /*[data-overlap="true"] > div {*/ 70 /*background: #ffffff;*/ 71 /*}*/ 72 73 [data-reiki-hidden="true"] { 74 display: none !important; 75 } 76 77 /*CUSTOM SECTION*/ 78 79 80 .custom-row { 81 text-align: center; 82 } 83 84 .clients-grayscale-images img { 85 -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */ 86 filter: grayscale(100%); 87 transition: all .2s linear; 88 } 89 90 .clients-grayscale-images img:hover { 91 -webkit-filter: none; /* Safari 6.0 - 9.0 */ 92 filter: none; 93 transition: all .2s linear; 94 } 95 96 .prepare-ss [data-id] { 97 border-top:30px solid black !important; 98 border-bottom:30px solid black !important; 99 }