.noUi-target,
.noUi-target * {
-webkit-touch-callout: none;
-webkit-user-select: none;
-ms-touch-action: none;
-ms-user-select: none;
-moz-user-select: none;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.noUi-target {
position: relative;
direction: ltr;
}
.noUi-base {
width: 100%;
height: 100%;
position: relative;
}
.noUi-origin {
position: absolute;
right: 0;
top: 0;
left: 0;
bottom: 0;
}
.noUi-handle {
position: relative;
z-index: 1;
}
.noUi-stacking .noUi-handle { z-index: 10;
}
.noUi-stacking + .noUi-origin { *z-index: -1;
}
.noUi-state-tap .noUi-origin {
-webkit-transition: left 0.3s, top 0.3s;
transition: left 0.3s, top 0.3s;
}
.noUi-state-drag * {
cursor: inherit !important;
} .noUi-base {
-webkit-transform: translate3d(0,0,0);
transform: translate3d(0,0,0);
} .noUi-horizontal {
height: 18px;
}
.noUi-horizontal .noUi-handle {
width: 34px;
height: 28px;
left: -17px;
top: -6px;
}
.noUi-vertical {
width: 18px;
}
.noUi-vertical .noUi-handle {
width: 28px;
height: 34px;
left: -6px;
top: -17px;
} .noUi-background {
background: #FAFAFA;
box-shadow: inset 0 1px 1px #f0f0f0;
}
.noUi-connect {
background: #3FB8AF;
box-shadow: inset 0 0 3px rgba(51,51,51,0.45);
-webkit-transition: background 450ms;
transition: background 450ms;
}
.noUi-origin {
border-radius: 2px;
}
.noUi-target {
border-radius: 4px;
border: 1px solid #D3D3D3;
box-shadow: inset 0 1px 1px #F0F0F0, 0 3px 6px -5px #BBB;
}
.noUi-target.noUi-connect {
box-shadow: inset 0 0 3px rgba(51,51,51,0.45), 0 3px 6px -5px #BBB;
} .noUi-dragable {
cursor: w-resize;
}
.noUi-vertical .noUi-dragable {
cursor: n-resize;
}
.noUi-handle {
border: 1px solid #D9D9D9;
border-radius: 3px;
background: #FFF;
cursor: default;
box-shadow: inset 0 0 1px #FFF,
inset 0 1px 7px #EBEBEB,
0 3px 6px -3px #BBB;
}
.noUi-active {
box-shadow: inset 0 0 1px #FFF,
inset 0 1px 7px #DDD,
0 3px 6px -3px #BBB;
} .noUi-handle:before,
.noUi-handle:after {
content: "";
display: block;
position: absolute;
height: 14px;
width: 1px;
background: #E8E7E6;
left: 14px;
top: 6px;
}
.noUi-handle:after {
left: 17px;
}
.noUi-vertical .noUi-handle:before,
.noUi-vertical .noUi-handle:after {
width: 14px;
height: 1px;
left: 6px;
top: 14px;
}
.noUi-vertical .noUi-handle:after {
top: 17px;
} [disabled].noUi-connect,
[disabled] .noUi-connect {
background: #B8B8B8;
}
[disabled] .noUi-handle {
cursor: not-allowed;
}.image-comparator {
width: 100%;
display: inline-block;
padding: 6px; }
.image-comparator.smooth .images .left, .image-comparator.smooth .images .right {
transition: all 1s; }
.image-comparator .images {
width: 100%;
height: 97%;
height: calc(100% - 35px);
overflow: hidden;
position: relative;
display: inline-block;
margin-bottom: 5px; }
.image-comparator .images a {
max-width: inherit; }
.image-comparator .images a:hover img {
opacity: 1.0; }
.image-comparator .images img {
max-width: inherit;
width: 100%;
border: 0;
padding: 0; }
.image-comparator .images .left, .image-comparator .images .right {
overflow: hidden;
width: 100%; }
.image-comparator .images .left > img, .image-comparator .images .right > img {
margin: 0px; }
.image-comparator .images .right {
position: absolute;
top: 0px;
left: 0px; }
.image-comparator .images .ic-clear {
clear: both; }
.image-comparator.fade-in .right {
opacity: 0.5; }
.image-comparator.from-left .left {
z-index: 1;
left: -50%; }
.image-comparator.from-left .left {
position: absolute;
top: 0px; }
.image-comparator.from-left .right {
position: relative;
z-index: 0; }
.image-comparator.from-right .left {
z-index: 0; }
.image-comparator.from-right .right {
z-index: 1;
left: 50%; }
.image-comparator.side-by-side .left {
left: -50%; }
.image-comparator.side-by-side .right {
left: 50%; }
.image-comparator.overlay .left {
position: absolute;
top: 0px;
z-index: 1; }
.image-comparator.overlay .right {
position: relative;
z-index: 0; }
.image-comparator.overlayed-slider {
position: relative;
padding-bottom: 6px; }
.image-comparator.overlayed-slider .left {
border-right: 2px solid #ccc; }
.image-comparator.overlayed-slider.from-right .left {
border-right: 0; }
.image-comparator.overlayed-slider.from-right .right {
border-left: 1px solid #ccc; }
.image-comparator.overlayed-slider[data-ic-slider-value='0'] .left {
border-right: 0; }
.image-comparator.overlayed-slider[data-ic-slider-value='0'] .right {
border-left: 0; }
.image-comparator.overlayed-slider .images {
height: calc(100% - 40px); }
.image-comparator.overlayed-slider .slider-wrapper {
position: absolute;
width: 100%;
width: calc(100% - 12px);
left: 6px;
top: 50%; }
.image-comparator.overlayed-slider .slider-wrapper div.slider {
background: transparent;
border: 0;
height: 0;
z-index: 1000; }
.image-comparator.overlayed-slider .slider-wrapper div.slider a.ui-slider-handle {
width: 2em;
height: 2em;
background: white;
border-radius: 37px;
border-width: 2px;
outline: 0; }
.image-comparator.overlayed-slider .slider-wrapper div.slider:focus a.ui-slider-handle {
border-radius: 37px;
border-width: 2px;
color: transparent; }
.image-comparator .noUi-target {
border-radius: 2px;
border: 1px solid #c3c3c3; }
.image-comparator .noUi-horizontal {
height: 12px; }
.image-comparator .noUi-horizontal .noUi-handle {
width: 22px;
height: 22px;
border-radius: 2px;
border-color: #c3c3c3;
left: -10px;
top: -6px; }
.image-comparator .noUi-horizontal .noUi-handle:before, .image-comparator .noUi-horizontal .noUi-handle:after {
display: none; }
.image-comparator.bullet-on-thin-line .noUi-horizontal .noUi-handle {
width: 15px;
height: 15px;
left: -7px;
top: -6px;
border-color: black;
background-color: black;
box-shadow: none;
border-radius: 30px; }
.image-comparator.bullet-on-thin-line .noUi-horizontal .noUi-handle:after, .image-comparator.bullet-on-thin-line .noUi-horizontal .noUi-handle:before {
display: none; }
.image-comparator.bullet-on-thin-line .noUi-target {
border-radius: 10px;
border-color: black;
background-color: black;
box-shadow: none;
height: 5px; }
.image-comparator.gray .noUi-handle {
border-color: #464646;
background: #B4B4B4;
box-shadow: inset 0 0 1px #B4B4B4, inset 0 1px 7px #898787, 0 3px 6px -3px #BBB; }
.image-comparator.gray .noUi-target {
border-color: #464646;
box-shadow: inset 0 1px 1px #898787, 0 3px 6px -5px #BBB; }
.image-comparator.gray .noUi-background {
background: #B4B4B4; }
.image-comparator.hidden-slider .noUi-target {
display: none; }
.image-comparator.red-on-green .noUi-horizontal .noUi-handle {
background-color: red;
border-color: darkred; }
.image-comparator.red-on-green .noUi-target {
background-color: green;
border-color: darkgreen; }
.image-comparator.rounded-handle .noUi-horizontal .noUi-handle {
border-radius: 20px;
top: -8px; }
.image-comparator.rounded-handle .noUi-horizontal {
height: 8px; }
.image-comparator.subtle .noUi-target {
border-radius: 2px;
border: 1px solid #f9f9f9;
transition: 0.5s border-color; }
.image-comparator.subtle:hover .noUi-target {
border: 1px solid #D3D3D3; }
.image-comparator.subtle .noUi-horizontal {
height: 12px; }
.image-comparator.subtle .noUi-horizontal .noUi-handle {
width: 22px;
height: 22px;
border-radius: 2px;
left: -10px;
top: -6px; }
.image-comparator.subtle .noUi-horizontal .noUi-handle:before, .image-comparator.subtle .noUi-horizontal .noUi-handle:after {
display: none; }.child_pages{overflow:auto;margin-bottom:1em}.child_pages .child_page{float:left;overflow:hidden}.child_pages .child_page-container{margin:5px;border:1px solid #dedede;background-image:url(//adrian.moe/rchen/wp-content/plugins/child-pages-shortcode/css/img/bg-white.png);background-repeat:repeat-x;background-position:left bottom;border-radius:5px;padding:10px}.child_pages .post_thumb{text-align:center;overflow:hidden;background-image:url(//adrian.moe/rchen/wp-content/plugins/child-pages-shortcode/css/img/camera.png);background-position:center center;background-repeat:no-repeat}.child_pages .post_thumb img{max-width:100%;height:auto}.child_pages .post_content{padding:0 10px}.child_pages .post_content h4{font-weight:bolder;margin-top:.5em;font-size:14px;line-height:1.2em}.child_pages .post_content .post_excerpt{margin-top:.5em;font-size:12px;line-height:1.2em}a {
text-decoration-thickness: 1px !important;
text-underline-offset: .1em;
} :where(.wp-site-blocks *:focus) {
outline-width: 2px;
outline-style: solid;
} .wp-block-navigation .wp-block-navigation-submenu .wp-block-navigation-item:not(:last-child) {
margin-bottom: 3px;
} .wp-block-navigation .wp-block-navigation-item .wp-block-navigation-item__content {
outline-offset: 4px;
} .wp-block-navigation .wp-block-navigation-item ul.wp-block-navigation__submenu-container .wp-block-navigation-item__content {
outline-offset: 0;
} h1, h2, h3, h4, h5, h6, blockquote, caption, figcaption, p {
text-wrap: pretty;
} .more-link {
display: block;
}@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 300;
src: url(//adrian.moe/rchen/wp-content/cache/embed-google-fonts/open-sans/open-sans-v29-vietnamese_latin-ext_latin_hebrew_greek-ext_greek_cyrillic-ext_cyrillic-300.eot); src:url(//adrian.moe/rchen/wp-content/cache/embed-google-fonts/open-sans/open-sans-v29-vietnamese_latin-ext_latin_hebrew_greek-ext_greek_cyrillic-ext_cyrillic-300.eot?#iefix) format("eot"),url(//adrian.moe/rchen/wp-content/cache/embed-google-fonts/open-sans/open-sans-v29-vietnamese_latin-ext_latin_hebrew_greek-ext_greek_cyrillic-ext_cyrillic-300.woff2) format("woff2"),url(//adrian.moe/rchen/wp-content/cache/embed-google-fonts/open-sans/open-sans-v29-vietnamese_latin-ext_latin_hebrew_greek-ext_greek_cyrillic-ext_cyrillic-300.woff) format("woff"),url(//adrian.moe/rchen/wp-content/cache/embed-google-fonts/open-sans/open-sans-v29-vietnamese_latin-ext_latin_hebrew_greek-ext_greek_cyrillic-ext_cyrillic-300.ttf) format("ttf"),url(//adrian.moe/rchen/wp-content/cache/embed-google-fonts/open-sans/open-sans-v29-vietnamese_latin-ext_latin_hebrew_greek-ext_greek_cyrillic-ext_cyrillic-300.svg#Open Sans) format("svg")            ;}
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 400;
src: url(//adrian.moe/rchen/wp-content/cache/embed-google-fonts/open-sans/open-sans-v29-vietnamese_latin-ext_latin_hebrew_greek-ext_greek_cyrillic-ext_cyrillic-regular.eot); src:url(//adrian.moe/rchen/wp-content/cache/embed-google-fonts/open-sans/open-sans-v29-vietnamese_latin-ext_latin_hebrew_greek-ext_greek_cyrillic-ext_cyrillic-regular.eot?#iefix) format("eot"),url(//adrian.moe/rchen/wp-content/cache/embed-google-fonts/open-sans/open-sans-v29-vietnamese_latin-ext_latin_hebrew_greek-ext_greek_cyrillic-ext_cyrillic-regular.woff2) format("woff2"),url(//adrian.moe/rchen/wp-content/cache/embed-google-fonts/open-sans/open-sans-v29-vietnamese_latin-ext_latin_hebrew_greek-ext_greek_cyrillic-ext_cyrillic-regular.woff) format("woff"),url(//adrian.moe/rchen/wp-content/cache/embed-google-fonts/open-sans/open-sans-v29-vietnamese_latin-ext_latin_hebrew_greek-ext_greek_cyrillic-ext_cyrillic-regular.ttf) format("ttf"),url(//adrian.moe/rchen/wp-content/cache/embed-google-fonts/open-sans/open-sans-v29-vietnamese_latin-ext_latin_hebrew_greek-ext_greek_cyrillic-ext_cyrillic-regular.svg#Open Sans) format("svg")            ;}
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 500;
src: url(//adrian.moe/rchen/wp-content/cache/embed-google-fonts/open-sans/open-sans-v29-vietnamese_latin-ext_latin_hebrew_greek-ext_greek_cyrillic-ext_cyrillic-500.eot); src:url(//adrian.moe/rchen/wp-content/cache/embed-google-fonts/open-sans/open-sans-v29-vietnamese_latin-ext_latin_hebrew_greek-ext_greek_cyrillic-ext_cyrillic-500.eot?#iefix) format("eot"),url(//adrian.moe/rchen/wp-content/cache/embed-google-fonts/open-sans/open-sans-v29-vietnamese_latin-ext_latin_hebrew_greek-ext_greek_cyrillic-ext_cyrillic-500.woff2) format("woff2"),url(//adrian.moe/rchen/wp-content/cache/embed-google-fonts/open-sans/open-sans-v29-vietnamese_latin-ext_latin_hebrew_greek-ext_greek_cyrillic-ext_cyrillic-500.woff) format("woff"),url(//adrian.moe/rchen/wp-content/cache/embed-google-fonts/open-sans/open-sans-v29-vietnamese_latin-ext_latin_hebrew_greek-ext_greek_cyrillic-ext_cyrillic-500.ttf) format("ttf"),url(//adrian.moe/rchen/wp-content/cache/embed-google-fonts/open-sans/open-sans-v29-vietnamese_latin-ext_latin_hebrew_greek-ext_greek_cyrillic-ext_cyrillic-500.svg#Open Sans) format("svg")            ;}
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 600;
src: url(//adrian.moe/rchen/wp-content/cache/embed-google-fonts/open-sans/open-sans-v29-vietnamese_latin-ext_latin_hebrew_greek-ext_greek_cyrillic-ext_cyrillic-600.eot); src:url(//adrian.moe/rchen/wp-content/cache/embed-google-fonts/open-sans/open-sans-v29-vietnamese_latin-ext_latin_hebrew_greek-ext_greek_cyrillic-ext_cyrillic-600.eot?#iefix) format("eot"),url(//adrian.moe/rchen/wp-content/cache/embed-google-fonts/open-sans/open-sans-v29-vietnamese_latin-ext_latin_hebrew_greek-ext_greek_cyrillic-ext_cyrillic-600.woff2) format("woff2"),url(//adrian.moe/rchen/wp-content/cache/embed-google-fonts/open-sans/open-sans-v29-vietnamese_latin-ext_latin_hebrew_greek-ext_greek_cyrillic-ext_cyrillic-600.woff) format("woff"),url(//adrian.moe/rchen/wp-content/cache/embed-google-fonts/open-sans/open-sans-v29-vietnamese_latin-ext_latin_hebrew_greek-ext_greek_cyrillic-ext_cyrillic-600.ttf) format("ttf"),url(//adrian.moe/rchen/wp-content/cache/embed-google-fonts/open-sans/open-sans-v29-vietnamese_latin-ext_latin_hebrew_greek-ext_greek_cyrillic-ext_cyrillic-600.svg#Open Sans) format("svg")            ;}
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 700;
src: url(//adrian.moe/rchen/wp-content/cache/embed-google-fonts/open-sans/open-sans-v29-vietnamese_latin-ext_latin_hebrew_greek-ext_greek_cyrillic-ext_cyrillic-700.eot); src:url(//adrian.moe/rchen/wp-content/cache/embed-google-fonts/open-sans/open-sans-v29-vietnamese_latin-ext_latin_hebrew_greek-ext_greek_cyrillic-ext_cyrillic-700.eot?#iefix) format("eot"),url(//adrian.moe/rchen/wp-content/cache/embed-google-fonts/open-sans/open-sans-v29-vietnamese_latin-ext_latin_hebrew_greek-ext_greek_cyrillic-ext_cyrillic-700.woff2) format("woff2"),url(//adrian.moe/rchen/wp-content/cache/embed-google-fonts/open-sans/open-sans-v29-vietnamese_latin-ext_latin_hebrew_greek-ext_greek_cyrillic-ext_cyrillic-700.woff) format("woff"),url(//adrian.moe/rchen/wp-content/cache/embed-google-fonts/open-sans/open-sans-v29-vietnamese_latin-ext_latin_hebrew_greek-ext_greek_cyrillic-ext_cyrillic-700.ttf) format("ttf"),url(//adrian.moe/rchen/wp-content/cache/embed-google-fonts/open-sans/open-sans-v29-vietnamese_latin-ext_latin_hebrew_greek-ext_greek_cyrillic-ext_cyrillic-700.svg#Open Sans) format("svg")            ;}
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 800;
src: url(//adrian.moe/rchen/wp-content/cache/embed-google-fonts/open-sans/open-sans-v29-vietnamese_latin-ext_latin_hebrew_greek-ext_greek_cyrillic-ext_cyrillic-800.eot); src:url(//adrian.moe/rchen/wp-content/cache/embed-google-fonts/open-sans/open-sans-v29-vietnamese_latin-ext_latin_hebrew_greek-ext_greek_cyrillic-ext_cyrillic-800.eot?#iefix) format("eot"),url(//adrian.moe/rchen/wp-content/cache/embed-google-fonts/open-sans/open-sans-v29-vietnamese_latin-ext_latin_hebrew_greek-ext_greek_cyrillic-ext_cyrillic-800.woff2) format("woff2"),url(//adrian.moe/rchen/wp-content/cache/embed-google-fonts/open-sans/open-sans-v29-vietnamese_latin-ext_latin_hebrew_greek-ext_greek_cyrillic-ext_cyrillic-800.woff) format("woff"),url(//adrian.moe/rchen/wp-content/cache/embed-google-fonts/open-sans/open-sans-v29-vietnamese_latin-ext_latin_hebrew_greek-ext_greek_cyrillic-ext_cyrillic-800.ttf) format("ttf"),url(//adrian.moe/rchen/wp-content/cache/embed-google-fonts/open-sans/open-sans-v29-vietnamese_latin-ext_latin_hebrew_greek-ext_greek_cyrillic-ext_cyrillic-800.svg#Open Sans) format("svg")            ;}
@font-face {
font-family: 'Open Sans';
font-style: italic;
font-weight: 300;
src: url(//adrian.moe/rchen/wp-content/cache/embed-google-fonts/open-sans/open-sans-v29-vietnamese_latin-ext_latin_hebrew_greek-ext_greek_cyrillic-ext_cyrillic-300italic.eot); src:url(//adrian.moe/rchen/wp-content/cache/embed-google-fonts/open-sans/open-sans-v29-vietnamese_latin-ext_latin_hebrew_greek-ext_greek_cyrillic-ext_cyrillic-300italic.eot?#iefix) format("eot"),url(//adrian.moe/rchen/wp-content/cache/embed-google-fonts/open-sans/open-sans-v29-vietnamese_latin-ext_latin_hebrew_greek-ext_greek_cyrillic-ext_cyrillic-300italic.woff2) format("woff2"),url(//adrian.moe/rchen/wp-content/cache/embed-google-fonts/open-sans/open-sans-v29-vietnamese_latin-ext_latin_hebrew_greek-ext_greek_cyrillic-ext_cyrillic-300italic.woff) format("woff"),url(//adrian.moe/rchen/wp-content/cache/embed-google-fonts/open-sans/open-sans-v29-vietnamese_latin-ext_latin_hebrew_greek-ext_greek_cyrillic-ext_cyrillic-300italic.ttf) format("ttf"),url(//adrian.moe/rchen/wp-content/cache/embed-google-fonts/open-sans/open-sans-v29-vietnamese_latin-ext_latin_hebrew_greek-ext_greek_cyrillic-ext_cyrillic-300italic.svg#Open Sans) format("svg")            ;}
@font-face {
font-family: 'Open Sans';
font-style: italic;
font-weight: 400;
src: url(//adrian.moe/rchen/wp-content/cache/embed-google-fonts/open-sans/open-sans-v29-vietnamese_latin-ext_latin_hebrew_greek-ext_greek_cyrillic-ext_cyrillic-italic.eot); src:url(//adrian.moe/rchen/wp-content/cache/embed-google-fonts/open-sans/open-sans-v29-vietnamese_latin-ext_latin_hebrew_greek-ext_greek_cyrillic-ext_cyrillic-italic.eot?#iefix) format("eot"),url(//adrian.moe/rchen/wp-content/cache/embed-google-fonts/open-sans/open-sans-v29-vietnamese_latin-ext_latin_hebrew_greek-ext_greek_cyrillic-ext_cyrillic-italic.woff2) format("woff2"),url(//adrian.moe/rchen/wp-content/cache/embed-google-fonts/open-sans/open-sans-v29-vietnamese_latin-ext_latin_hebrew_greek-ext_greek_cyrillic-ext_cyrillic-italic.woff) format("woff"),url(//adrian.moe/rchen/wp-content/cache/embed-google-fonts/open-sans/open-sans-v29-vietnamese_latin-ext_latin_hebrew_greek-ext_greek_cyrillic-ext_cyrillic-italic.ttf) format("ttf"),url(//adrian.moe/rchen/wp-content/cache/embed-google-fonts/open-sans/open-sans-v29-vietnamese_latin-ext_latin_hebrew_greek-ext_greek_cyrillic-ext_cyrillic-italic.svg#Open Sans) format("svg")            ;}
@font-face {
font-family: 'Open Sans';
font-style: italic;
font-weight: 500;
src: url(//adrian.moe/rchen/wp-content/cache/embed-google-fonts/open-sans/open-sans-v29-vietnamese_latin-ext_latin_hebrew_greek-ext_greek_cyrillic-ext_cyrillic-500italic.eot); src:url(//adrian.moe/rchen/wp-content/cache/embed-google-fonts/open-sans/open-sans-v29-vietnamese_latin-ext_latin_hebrew_greek-ext_greek_cyrillic-ext_cyrillic-500italic.eot?#iefix) format("eot"),url(//adrian.moe/rchen/wp-content/cache/embed-google-fonts/open-sans/open-sans-v29-vietnamese_latin-ext_latin_hebrew_greek-ext_greek_cyrillic-ext_cyrillic-500italic.woff2) format("woff2"),url(//adrian.moe/rchen/wp-content/cache/embed-google-fonts/open-sans/open-sans-v29-vietnamese_latin-ext_latin_hebrew_greek-ext_greek_cyrillic-ext_cyrillic-500italic.woff) format("woff"),url(//adrian.moe/rchen/wp-content/cache/embed-google-fonts/open-sans/open-sans-v29-vietnamese_latin-ext_latin_hebrew_greek-ext_greek_cyrillic-ext_cyrillic-500italic.ttf) format("ttf"),url(//adrian.moe/rchen/wp-content/cache/embed-google-fonts/open-sans/open-sans-v29-vietnamese_latin-ext_latin_hebrew_greek-ext_greek_cyrillic-ext_cyrillic-500italic.svg#Open Sans) format("svg")            ;}
@font-face {
font-family: 'Open Sans';
font-style: italic;
font-weight: 600;
src: url(//adrian.moe/rchen/wp-content/cache/embed-google-fonts/open-sans/open-sans-v29-vietnamese_latin-ext_latin_hebrew_greek-ext_greek_cyrillic-ext_cyrillic-600italic.eot); src:url(//adrian.moe/rchen/wp-content/cache/embed-google-fonts/open-sans/open-sans-v29-vietnamese_latin-ext_latin_hebrew_greek-ext_greek_cyrillic-ext_cyrillic-600italic.eot?#iefix) format("eot"),url(//adrian.moe/rchen/wp-content/cache/embed-google-fonts/open-sans/open-sans-v29-vietnamese_latin-ext_latin_hebrew_greek-ext_greek_cyrillic-ext_cyrillic-600italic.woff2) format("woff2"),url(//adrian.moe/rchen/wp-content/cache/embed-google-fonts/open-sans/open-sans-v29-vietnamese_latin-ext_latin_hebrew_greek-ext_greek_cyrillic-ext_cyrillic-600italic.woff) format("woff"),url(//adrian.moe/rchen/wp-content/cache/embed-google-fonts/open-sans/open-sans-v29-vietnamese_latin-ext_latin_hebrew_greek-ext_greek_cyrillic-ext_cyrillic-600italic.ttf) format("ttf"),url(//adrian.moe/rchen/wp-content/cache/embed-google-fonts/open-sans/open-sans-v29-vietnamese_latin-ext_latin_hebrew_greek-ext_greek_cyrillic-ext_cyrillic-600italic.svg#Open Sans) format("svg")            ;}
@font-face {
font-family: 'Open Sans';
font-style: italic;
font-weight: 700;
src: url(//adrian.moe/rchen/wp-content/cache/embed-google-fonts/open-sans/open-sans-v29-vietnamese_latin-ext_latin_hebrew_greek-ext_greek_cyrillic-ext_cyrillic-700italic.eot); src:url(//adrian.moe/rchen/wp-content/cache/embed-google-fonts/open-sans/open-sans-v29-vietnamese_latin-ext_latin_hebrew_greek-ext_greek_cyrillic-ext_cyrillic-700italic.eot?#iefix) format("eot"),url(//adrian.moe/rchen/wp-content/cache/embed-google-fonts/open-sans/open-sans-v29-vietnamese_latin-ext_latin_hebrew_greek-ext_greek_cyrillic-ext_cyrillic-700italic.woff2) format("woff2"),url(//adrian.moe/rchen/wp-content/cache/embed-google-fonts/open-sans/open-sans-v29-vietnamese_latin-ext_latin_hebrew_greek-ext_greek_cyrillic-ext_cyrillic-700italic.woff) format("woff"),url(//adrian.moe/rchen/wp-content/cache/embed-google-fonts/open-sans/open-sans-v29-vietnamese_latin-ext_latin_hebrew_greek-ext_greek_cyrillic-ext_cyrillic-700italic.ttf) format("ttf"),url(//adrian.moe/rchen/wp-content/cache/embed-google-fonts/open-sans/open-sans-v29-vietnamese_latin-ext_latin_hebrew_greek-ext_greek_cyrillic-ext_cyrillic-700italic.svg#Open Sans) format("svg")            ;}
@font-face {
font-family: 'Open Sans';
font-style: italic;
font-weight: 800;
src: url(//adrian.moe/rchen/wp-content/cache/embed-google-fonts/open-sans/open-sans-v29-vietnamese_latin-ext_latin_hebrew_greek-ext_greek_cyrillic-ext_cyrillic-800italic.eot); src:url(//adrian.moe/rchen/wp-content/cache/embed-google-fonts/open-sans/open-sans-v29-vietnamese_latin-ext_latin_hebrew_greek-ext_greek_cyrillic-ext_cyrillic-800italic.eot?#iefix) format("eot"),url(//adrian.moe/rchen/wp-content/cache/embed-google-fonts/open-sans/open-sans-v29-vietnamese_latin-ext_latin_hebrew_greek-ext_greek_cyrillic-ext_cyrillic-800italic.woff2) format("woff2"),url(//adrian.moe/rchen/wp-content/cache/embed-google-fonts/open-sans/open-sans-v29-vietnamese_latin-ext_latin_hebrew_greek-ext_greek_cyrillic-ext_cyrillic-800italic.woff) format("woff"),url(//adrian.moe/rchen/wp-content/cache/embed-google-fonts/open-sans/open-sans-v29-vietnamese_latin-ext_latin_hebrew_greek-ext_greek_cyrillic-ext_cyrillic-800italic.ttf) format("ttf"),url(//adrian.moe/rchen/wp-content/cache/embed-google-fonts/open-sans/open-sans-v29-vietnamese_latin-ext_latin_hebrew_greek-ext_greek_cyrillic-ext_cyrillic-800italic.svg#Open Sans) format("svg")            ;}@font-face {
font-family: 'Noto Serif';
font-style: normal;
font-weight: 400;
src: url(//adrian.moe/rchen/wp-content/cache/embed-google-fonts/noto-serif/noto-serif-v21-vietnamese_latin-ext_latin_greek-ext_greek_cyrillic-ext_cyrillic-regular.eot); src:url(//adrian.moe/rchen/wp-content/cache/embed-google-fonts/noto-serif/noto-serif-v21-vietnamese_latin-ext_latin_greek-ext_greek_cyrillic-ext_cyrillic-regular.eot?#iefix) format("eot"),url(//adrian.moe/rchen/wp-content/cache/embed-google-fonts/noto-serif/noto-serif-v21-vietnamese_latin-ext_latin_greek-ext_greek_cyrillic-ext_cyrillic-regular.woff2) format("woff2"),url(//adrian.moe/rchen/wp-content/cache/embed-google-fonts/noto-serif/noto-serif-v21-vietnamese_latin-ext_latin_greek-ext_greek_cyrillic-ext_cyrillic-regular.woff) format("woff"),url(//adrian.moe/rchen/wp-content/cache/embed-google-fonts/noto-serif/noto-serif-v21-vietnamese_latin-ext_latin_greek-ext_greek_cyrillic-ext_cyrillic-regular.ttf) format("ttf"),url(//adrian.moe/rchen/wp-content/cache/embed-google-fonts/noto-serif/noto-serif-v21-vietnamese_latin-ext_latin_greek-ext_greek_cyrillic-ext_cyrillic-regular.svg#Noto Serif) format("svg")            ;}
@font-face {
font-family: 'Noto Serif';
font-style: italic;
font-weight: 400;
src: url(//adrian.moe/rchen/wp-content/cache/embed-google-fonts/noto-serif/noto-serif-v21-vietnamese_latin-ext_latin_greek-ext_greek_cyrillic-ext_cyrillic-italic.eot); src:url(//adrian.moe/rchen/wp-content/cache/embed-google-fonts/noto-serif/noto-serif-v21-vietnamese_latin-ext_latin_greek-ext_greek_cyrillic-ext_cyrillic-italic.eot?#iefix) format("eot"),url(//adrian.moe/rchen/wp-content/cache/embed-google-fonts/noto-serif/noto-serif-v21-vietnamese_latin-ext_latin_greek-ext_greek_cyrillic-ext_cyrillic-italic.woff2) format("woff2"),url(//adrian.moe/rchen/wp-content/cache/embed-google-fonts/noto-serif/noto-serif-v21-vietnamese_latin-ext_latin_greek-ext_greek_cyrillic-ext_cyrillic-italic.woff) format("woff"),url(//adrian.moe/rchen/wp-content/cache/embed-google-fonts/noto-serif/noto-serif-v21-vietnamese_latin-ext_latin_greek-ext_greek_cyrillic-ext_cyrillic-italic.ttf) format("ttf"),url(//adrian.moe/rchen/wp-content/cache/embed-google-fonts/noto-serif/noto-serif-v21-vietnamese_latin-ext_latin_greek-ext_greek_cyrillic-ext_cyrillic-italic.svg#Noto Serif) format("svg")            ;}
@font-face {
font-family: 'Noto Serif';
font-style: italic;
font-weight: 700;
src: url(//adrian.moe/rchen/wp-content/cache/embed-google-fonts/noto-serif/noto-serif-v21-vietnamese_latin-ext_latin_greek-ext_greek_cyrillic-ext_cyrillic-700italic.eot); src:url(//adrian.moe/rchen/wp-content/cache/embed-google-fonts/noto-serif/noto-serif-v21-vietnamese_latin-ext_latin_greek-ext_greek_cyrillic-ext_cyrillic-700italic.eot?#iefix) format("eot"),url(//adrian.moe/rchen/wp-content/cache/embed-google-fonts/noto-serif/noto-serif-v21-vietnamese_latin-ext_latin_greek-ext_greek_cyrillic-ext_cyrillic-700italic.woff2) format("woff2"),url(//adrian.moe/rchen/wp-content/cache/embed-google-fonts/noto-serif/noto-serif-v21-vietnamese_latin-ext_latin_greek-ext_greek_cyrillic-ext_cyrillic-700italic.woff) format("woff"),url(//adrian.moe/rchen/wp-content/cache/embed-google-fonts/noto-serif/noto-serif-v21-vietnamese_latin-ext_latin_greek-ext_greek_cyrillic-ext_cyrillic-700italic.ttf) format("ttf"),url(//adrian.moe/rchen/wp-content/cache/embed-google-fonts/noto-serif/noto-serif-v21-vietnamese_latin-ext_latin_greek-ext_greek_cyrillic-ext_cyrillic-700italic.svg#Noto Serif) format("svg")            ;}
@font-face {
font-family: 'Noto Serif';
font-style: normal;
font-weight: 700;
src: url(//adrian.moe/rchen/wp-content/cache/embed-google-fonts/noto-serif/noto-serif-v21-vietnamese_latin-ext_latin_greek-ext_greek_cyrillic-ext_cyrillic-700.eot); src:url(//adrian.moe/rchen/wp-content/cache/embed-google-fonts/noto-serif/noto-serif-v21-vietnamese_latin-ext_latin_greek-ext_greek_cyrillic-ext_cyrillic-700.eot?#iefix) format("eot"),url(//adrian.moe/rchen/wp-content/cache/embed-google-fonts/noto-serif/noto-serif-v21-vietnamese_latin-ext_latin_greek-ext_greek_cyrillic-ext_cyrillic-700.woff2) format("woff2"),url(//adrian.moe/rchen/wp-content/cache/embed-google-fonts/noto-serif/noto-serif-v21-vietnamese_latin-ext_latin_greek-ext_greek_cyrillic-ext_cyrillic-700.woff) format("woff"),url(//adrian.moe/rchen/wp-content/cache/embed-google-fonts/noto-serif/noto-serif-v21-vietnamese_latin-ext_latin_greek-ext_greek_cyrillic-ext_cyrillic-700.ttf) format("ttf"),url(//adrian.moe/rchen/wp-content/cache/embed-google-fonts/noto-serif/noto-serif-v21-vietnamese_latin-ext_latin_greek-ext_greek_cyrillic-ext_cyrillic-700.svg#Noto Serif) format("svg")            ;}