/* ==========================================================================
   01. Foundation
   ========================================================================== */

[class*="block-grid-"] {
    display: block;
    padding: 0;
    margin: 0 -10px;
}

[class*="block-grid-"]:before,
[class*="block-grid-"]:after {
    content: " ";
    display: table;
}

[class*="block-grid-"]:after {
    clear: both;
}

[class*="block-grid-"]>li {
    display: block;
    height: auto;
    float: left;
    padding: 0 10px 20px;
}

.small-block-grid-1>li {
    width: 100%;
    list-style: none;
}

.small-block-grid-1>li:nth-of-type(1n) {
    clear: none;
}

.small-block-grid-1>li:nth-of-type(1n+1) {
    clear: both;
}

.small-block-grid-2>li {
    width: 50%;
    list-style: none;
}

.small-block-grid-2>li:nth-of-type(1n) {
    clear: none;
}

.small-block-grid-2>li:nth-of-type(2n+1) {
    clear: both;
}

.small-block-grid-3>li {
    width: 33.33333%;
    list-style: none;
}

.small-block-grid-3>li:nth-of-type(1n) {
    clear: none;
}

.small-block-grid-3>li:nth-of-type(3n+1) {
    clear: both;
}

.small-block-grid-4>li {
    width: 25%;
    list-style: none;
}

.small-block-grid-4>li:nth-of-type(1n) {
    clear: none;
}

.small-block-grid-4>li:nth-of-type(4n+1) {
    clear: both;
}

.small-block-grid-5>li {
    width: 20%;
    list-style: none;
}

.small-block-grid-5>li:nth-of-type(1n) {
    clear: none;
}

.small-block-grid-5>li:nth-of-type(5n+1) {
    clear: both;
}

.small-block-grid-6>li {
    width: 16.66667%;
    list-style: none;
}

.small-block-grid-6>li:nth-of-type(1n) {
    clear: none;
}

.small-block-grid-6>li:nth-of-type(6n+1) {
    clear: both;
}

.small-block-grid-7>li {
    width: 14.28571%;
    list-style: none;
}

.small-block-grid-7>li:nth-of-type(1n) {
    clear: none;
}

.small-block-grid-7>li:nth-of-type(7n+1) {
    clear: both;
}

.small-block-grid-8>li {
    width: 12.5%;
    list-style: none;
}

.small-block-grid-8>li:nth-of-type(1n) {
    clear: none;
}

.small-block-grid-8>li:nth-of-type(8n+1) {
    clear: both;
}

.small-block-grid-9>li {
    width: 11.11111%;
    list-style: none;
}

.small-block-grid-9>li:nth-of-type(1n) {
    clear: none;
}

.small-block-grid-9>li:nth-of-type(9n+1) {
    clear: both;
}

.small-block-grid-10>li {
    width: 10%;
    list-style: none;
}

.small-block-grid-10>li:nth-of-type(1n) {
    clear: none;
}

.small-block-grid-10>li:nth-of-type(10n+1) {
    clear: both;
}

.small-block-grid-11>li {
    width: 9.09091%;
    list-style: none;
}

.small-block-grid-11>li:nth-of-type(1n) {
    clear: none;
}

.small-block-grid-11>li:nth-of-type(11n+1) {
    clear: both;
}

.small-block-grid-12>li {
    width: 8.33333%;
    list-style: none;
}

.small-block-grid-12>li:nth-of-type(1n) {
    clear: none;
}

.small-block-grid-12>li:nth-of-type(12n+1) {
    clear: both;
}

/* ==========================================================================
   02. Searchford
   ========================================================================== */

/* line 163, ../scss/style.scss */

.searchford-box {
    max-width: 100%;
    position: absolute;
    z-index: 10;
    display: none;
    outline: 0;
    width: 450px;
    color: #000;
    z-index: 9999;
}

/* line 172, ../scss/style.scss */

.searchford-box a {
    color: #222;
}

/* line 175, ../scss/style.scss */

.searchford-box a:hover {
    color: #111;
}

/* line 180, ../scss/style.scss */

.searchford-box table {
    border-collapse: collapse;
    border: none;
    margin: 0;
    padding: 0;
    table-layout: fixed;
}

/* line 186, ../scss/style.scss */

.searchford-box table td {
    border: none;
    padding: 0;
}

/* line 192, ../scss/style.scss */

.searchford-box .searchford-tip {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 14px 15px 14px;
    border-color: transparent transparent #ecf0f1 transparent;
    margin-left: 15px;
}

/* line 200, ../scss/style.scss */

.searchford-box .searchford-tip.searchford-tip-right {
    margin-left: auto;
    margin-right: 15px;
}

/* line 206, ../scss/style.scss */

.searchford-box .searchford-content,
.searchford-box .searchford-load {
    background: #ecf0f1;
}

/* line 211, ../scss/style.scss */

.searchford-box .searchford-content {
    overflow-y: auto;
    overflow-x: hidden;
    line-height: 1em;
    max-height: 20em;
    border-bottom: none;
    border-left: none;
}

.searchford-box .searchford-content img {
    width: 100%;
    height: auto;
}

.searchford-box .searchford-content.with-masonry {
    max-height: 30em;
}

/* line 216, ../scss/style.scss */

.searchford-box .searchford-content table {
    width: 100%;
}

/* line 220, ../scss/style.scss */

.searchford-box .searchford-content .searchford-thumb {
    width: 20%;
}

/* line 224, ../scss/style.scss */

.searchford-box .searchford-content .searchford-none {
    padding: 2em;
    text-align: center;
    font-size: 0.9em;
}

/* line 230, ../scss/style.scss */

.searchford-box .searchford-content ul.searchford-list {
    padding: 0;
    margin: 0;
    list-style: none;
}

/* line 234, ../scss/style.scss */

/* line 239, ../scss/style.scss */

.searchford-box .searchford-content .searchford-list li {
    margin: 0;
    padding: 0;
}

/* line 243, ../scss/style.scss */

.searchford-box .searchford-content .searchford-list li>a {
    padding: 0.5em 1em;
    display: block;
    position: relative;
    border-left: 4px solid #f0f0f0;
    transition: border-left-color 0.2s ease-in-out;
    max-width: 100%;
    width: 100%;
}

.searchford-box .searchford-content li>a table,
.searchford-box .searchford-content li>a tbody,
.searchford-box .searchford-content li>a tr {
    display: block;
    width: 100%;
    max-width: 100%;
}

.searchford-box .searchford-content li>a td {
    display: inline-block;
    vertical-align: middle;
}

/* line 250, ../scss/style.scss */

.searchford-box .searchford-content .searchford-list li>a:hover {
    border-left-color: #7ec1bb;
}

/* line 255, ../scss/style.scss */

.searchford-box .searchford-content .searchford-list li:first-child>a {
    padding-top: 1em;
}

/* line 259, ../scss/style.scss */

.searchford-box .searchford-content .searchford-list li:last-child>a {
    padding-bottom: 1em;
}

/* line 265, ../scss/style.scss */

.searchford-box .searchford-masonry-container {
    padding: 20px 20px 0;
}

/* line 269, ../scss/style.scss */

.searchford-box .searchford-masonry-container .searchford-masonry a {
    width: 100%;
    position: relative;
    display: block;
    overflow: hidden;
}

/* line 275, ../scss/style.scss */

.searchford-box .searchford-masonry-container .searchford-masonry a img {
    width: 100%;
    height: auto;
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

/* line 286, ../scss/style.scss */

.searchford-box .searchford-masonry-container .searchford-masonry a.with-title:hover img {
    -webkit-transform: translate3d(0, -39px, 0);
    transform: translate3d(0, -39px, 0);
}

/* line 291, ../scss/style.scss */

.searchford-box .searchford-masonry-container .searchford-masonry a.with-title:hover .searchford-masonry-title {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

/* line 300, ../scss/style.scss */

.searchford-box .searchford-masonry-container .searchford-masonry-title {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 10px;
    margin: 0;
    background: #7ec1bb;
    color: #fff;
    text-transform: none;
    font-size: 90%;
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
}

/* line 319, ../scss/style.scss */

.searchford-box .searchford-text {
    vertical-align: top;
    width: 80%;
    padding-left: 1em;
}

/* line 324, ../scss/style.scss */

.searchford-box .searchford-text.no-thumbnail {
    width: 100%;
    padding-left: 0;
}

/* line 329, ../scss/style.scss */

.searchford-box .searchford-text.title-only {
    vertical-align: middle;
}

/* line 334, ../scss/style.scss */

.searchford-box .searchford-title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.4;
    font-size: 14px;
}

/* line 341, ../scss/style.scss */

.searchford-box .searchford-title.with-excerpt {
    margin-bottom: 0.5em;
    font-weight: bold;
    font-size: 1em;
}

/* line 348, ../scss/style.scss */

.searchford-box .searchford-excerpt {
    display: block;
    /* Fallback for non-webkit */
    display: -webkit-box;
    max-height: 58.8px;
    /* Fallback for non-webkit */
    margin: 0 auto;
    line-height: 1.4;
    font-size: 14px;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* line 360, ../scss/style.scss */

.searchford-box .searchford-excerpt.no-title {
    max-height: 78.4px;
    /* Fallback for non-webkit */
    -webkit-line-clamp: 4;
}

/* line 366, ../scss/style.scss */

.searchford-box .searchford-cat {
    background: #7ec1bb;
    padding: 1em;
    font-weight: bold;
    font-size: 1.2em;
    color: #fff;
}

/* line 374, ../scss/style.scss */

.searchford-box .searchford-user {
    border-radius: 50%;
}

/* line 378, ../scss/style.scss */

.searchford-box .searchford-load {
    position: relative;
    min-height: 50px;
    padding: 2.5em 0;
}

/* line 383, ../scss/style.scss */

.searchford-box .searchford-load .search-loading {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    height: 30px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -25px;
    margin-left: -15px;
}

/* line 393, ../scss/style.scss */

.searchford-box .searchford-load .search-loading div {
    width: 15px;
    height: 15px;
    position: absolute;
}

/* line 400, ../scss/style.scss */

.searchford-box .searchford-load .l1 div,
.searchford-box .searchford-load .l2 div,
.searchford-box .searchford-load .l3 div,
.searchford-box .searchford-load .l4 div {
    width: 100%;
    height: 100%;
    background-color: #7ec1bb;
}

/* line 406, ../scss/style.scss */

.searchford-box .searchford-load .l2 {
    transform: translate(0, 15px);
    -webkit-transform: translate(0, 15px);
}

/* line 407, ../scss/style.scss */

.searchford-box .searchford-load .l3 {
    transform: translate(15px, 0px);
    -webkit-transform: translate(15px, 0);
}

/* line 408, ../scss/style.scss */

.searchford-box .searchford-load .l4 {
    transform: translate(15px, 15px);
    -webkit-transform: translate(15px, 15px);
}

@keyframes l1-rise {
    0% {
        transform: translate(0, 0);
    }
    30% {
        transform: translate(-2px, -2px);
    }
    70% {
        transform: translate(-2px, -2px);
    }
    100% {
        transform: translate(0, 0);
    }
}

@keyframes l2-rise {
    0% {
        transform: translate(0, 15px);
    }
    30% {
        transform: translate(-2px, 17px);
    }
    70% {
        transform: translate(-2px, 17px);
    }
    100% {
        transform: translate(0, 15px);
    }
}

@keyframes l3-rise {
    0% {
        transform: translate(15px, 0);
    }
    30% {
        transform: translate(17px, -2px);
    }
    70% {
        transform: translate(17px, -2px);
    }
    100% {
        transform: translate(15px, 0);
    }
}

@keyframes l4-rise {
    0% {
        transform: translate(15px, 15px);
    }
    30% {
        transform: translate(17px, 17px);
    }
    70% {
        transform: translate(17px, 17px);
    }
    100% {
        transform: translate(15px, 15px);
    }
}

@-webkit-keyframes l1-rise {
    0% {
        -webkit-transform: translate(0, 0);
    }
    30% {
        -webkit-transform: translate(-2px, -2px);
    }
    70% {
        -webkit-transform: translate(-2px, -2px);
    }
    100% {
        -webkit-transform: translate(0, 0);
    }
}

@-webkit-keyframes l2-rise {
    0% {
        -webkit-transform: translate(0, 15px);
    }
    30% {
        -webkit-transform: translate(-2px, 17px);
    }
    70% {
        -webkit-transform: translate(-2px, 17px);
    }
    100% {
        -webkit-transform: translate(0, 15px);
    }
}

@-webkit-keyframes l3-rise {
    0% {
        -webkit-transform: translate(15px, 0);
    }
    30% {
        -webkit-transform: translate(17px, -2px);
    }
    70% {
        -webkit-transform: translate(17px, -2px);
    }
    100% {
        -webkit-transform: translate(15px, 0);
    }
}

@-webkit-keyframes l4-rise {
    0% {
        -webkit-transform: translate(15px, 15px);
    }
    30% {
        -webkit-transform: translate(17px, 17px);
    }
    70% {
        -webkit-transform: translate(17px, 17px);
    }
    100% {
        -webkit-transform: translate(15px, 15px);
    }
}

/* line 466, ../scss/style.scss */

.searchford-box .searchford-load .l1 {
    animation: l1-rise 3s ease 0s infinite;
    -webkit-animation: l1-rise 3s ease 0s infinite;
}

/* line 467, ../scss/style.scss */

.searchford-box .searchford-load .l2 {
    animation: l2-rise 3s ease 0s infinite;
    -webkit-animation: l2-rise 3s ease 0s infinite;
}

/* line 468, ../scss/style.scss */

.searchford-box .searchford-load .l3 {
    animation: l3-rise 3s ease 0s infinite;
    -webkit-animation: l3-rise 3s ease 0s infinite;
}

/* line 469, ../scss/style.scss */

.searchford-box .searchford-load .l4 {
    animation: l4-rise 3s ease 0s infinite;
    -webkit-animation: l4-rise 3s ease 0s infinite;
}

/* line 472, ../scss/style.scss */

.searchford-box .searchford-foot {
    background: #7ec1bb;
    line-height: 3em;
    font-weight: bold;
    color: #fff;
    text-align: center;
}

.searchford-box .searchford-foot a {
    color: #fff;
}

/* line 175, ../scss/style.scss */

.searchford-box .searchford-foot a:hover {
    color: #f0f0f0;
}

/* line 480, ../scss/style.scss */

.searchford-box *,
.searchford-box *:before,
.searchford-box *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* line 487, ../scss/style.scss */

.searchford-box.radius .searchford-content,
.searchford-box.radius .searchford-load {
    border-radius: 4px 4px 0 0;
}

/* line 491, ../scss/style.scss */

.searchford-box.radius .searchford-foot {
    border-radius: 0 0 4px 4px;
}

/* line 496, ../scss/style.scss */

.searchford-box.dark {
    color: #fff;
}

/* line 499, ../scss/style.scss */

.searchford-box.dark .searchford-tip {
    border-color: transparent transparent #3b3b3b transparent;
}

/* line 503, ../scss/style.scss */

.searchford-box.dark .searchford-content,
.searchford-box.dark .searchford-load {
    background: #3b3b3b;
}

/* line 508, ../scss/style.scss */

.searchford-box.dark .searchford-cat {
    background: #2b2b2b;
}

/* line 514, ../scss/style.scss */

.searchford-box.dark .searchford-load .l1 div,
.searchford-box.dark .searchford-load .l2 div,
.searchford-box.dark .searchford-load .l3 div,
.searchford-box.dark .searchford-load .l4 div {
    background-color: #2b2b2b;
}

/* line 519, ../scss/style.scss */

.searchford-box.dark .searchford-foot {
    background: #2b2b2b;
}

/* line 523, ../scss/style.scss */

.searchford-box.dark a {
    color: #f0f0f0;
}

/* line 526, ../scss/style.scss */

.searchford-box.dark a:hover {
    color: #fff;
}

/* line 531, ../scss/style.scss */

.searchford-box.dark .searchford-content .searchford-list li>a {
    border-left-color: #3b3b3b;
}

/* line 535, ../scss/style.scss */

.searchford-box.dark .searchford-content .searchford-list li>a:hover {
    border-left-color: #2b2b2b;
}

/* line 539, ../scss/style.scss */

.searchford-box.dark .searchford-masonry-title {
    background: #2b2b2b;
}