/*!
 * 1.0
 * Bootstrap v3.3.1 (http://getbootstrap.com)
 * Copyright 2011-2014 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

/*!
 * Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=c4eb8936e2c051892e38)
 * Config saved to config.json and https://gist.github.com/c4eb8936e2c051892e38
 */
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, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    border: 0;
    font-family: inherit;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
}

html {
    font-size: 62.5%; /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
    overflow-y: scroll; /* Keeps page centered in all browsers regardless of content height */
    text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
    -ms-text-size-adjust: 100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

*:before,
*:after {
    /* apply a natural box layout model to all elements; see http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */
    -webkit-box-sizing: border-box; /* Not needed for modern webkit but still used by Blackberry Browser 7.0; see http://caniuse.com/#search=box-sizing */
    -moz-box-sizing: border-box; /* Still needed for Firefox 28; see http://caniuse.com/#search=box-sizing */
    box-sizing: border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
    display: block;
}

ol,
ul {
    list-style: none;
}

table {
    /* tables still need 'cellspacing="0"' in the markup */
    border-collapse: separate;
    border-spacing: 0;
}

caption,
th,
td {
    font-weight: normal;
    text-align: left;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
}

blockquote,
q {
    quotes: "" "";
}

b,
strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

mark {
    background: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 1em 40px;
}

hr {
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

pre {
    overflow: auto;
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled],
html input[disabled] {
    cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input {
    line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}

input,
button,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

figure {
    margin: 0;
}

img {
    vertical-align: middle;
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 0;
    padding-right: 0;
}

@media (min-width: 768px) {
    .container {
        width: 720px;
    }
}

@media (min-width: 992px) {
    .container {
        width: 940px;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1140px;
    }
}

.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 0;
    padding-right: 0;
}

.row {
    margin-left: 0;
    margin-right: 0;
}

.row-eq-height {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-left: 0;
    padding-right: 0;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
    float: left;
}

.col-xs-12 {
    width: 100%;
}

.col-xs-11 {
    width: 91.66666667%;
}

.col-xs-10 {
    width: 83.33333333%;
}

.col-xs-9 {
    width: 75%;
}

.col-xs-8 {
    width: 66.66666667%;
}

.col-xs-7 {
    width: 58.33333333%;
}

.col-xs-6 {
    width: 50%;
}

.col-xs-5 {
    width: 41.66666667%;
}

.col-xs-4 {
    width: 33.33333333%;
}

.col-xs-3 {
    width: 25%;
}

.col-xs-2 {
    width: 16.66666667%;
}

.col-xs-1 {
    width: 8.33333333%;
}

.col-xs-pull-12 {
    right: 100%;
}

.col-xs-pull-11 {
    right: 91.66666667%;
}

.col-xs-pull-10 {
    right: 83.33333333%;
}

.col-xs-pull-9 {
    right: 75%;
}

.col-xs-pull-8 {
    right: 66.66666667%;
}

.col-xs-pull-7 {
    right: 58.33333333%;
}

.col-xs-pull-6 {
    right: 50%;
}

.col-xs-pull-5 {
    right: 41.66666667%;
}

.col-xs-pull-4 {
    right: 33.33333333%;
}

.col-xs-pull-3 {
    right: 25%;
}

.col-xs-pull-2 {
    right: 16.66666667%;
}

.col-xs-pull-1 {
    right: 8.33333333%;
}

.col-xs-pull-0 {
    right: auto;
}

.col-xs-push-12 {
    left: 100%;
}

.col-xs-push-11 {
    left: 91.66666667%;
}

.col-xs-push-10 {
    left: 83.33333333%;
}

.col-xs-push-9 {
    left: 75%;
}

.col-xs-push-8 {
    left: 66.66666667%;
}

.col-xs-push-7 {
    left: 58.33333333%;
}

.col-xs-push-6 {
    left: 50%;
}

.col-xs-push-5 {
    left: 41.66666667%;
}

.col-xs-push-4 {
    left: 33.33333333%;
}

.col-xs-push-3 {
    left: 25%;
}

.col-xs-push-2 {
    left: 16.66666667%;
}

.col-xs-push-1 {
    left: 8.33333333%;
}

.col-xs-push-0 {
    left: auto;
}

.col-xs-offset-12 {
    margin-left: 100%;
}

.col-xs-offset-11 {
    margin-left: 91.66666667%;
}

.col-xs-offset-10 {
    margin-left: 83.33333333%;
}

.col-xs-offset-9 {
    margin-left: 75%;
}

.col-xs-offset-8 {
    margin-left: 66.66666667%;
}

.col-xs-offset-7 {
    margin-left: 58.33333333%;
}

.col-xs-offset-6 {
    margin-left: 50%;
}

.col-xs-offset-5 {
    margin-left: 41.66666667%;
}

.col-xs-offset-4 {
    margin-left: 33.33333333%;
}

.col-xs-offset-3 {
    margin-left: 25%;
}

.col-xs-offset-2 {
    margin-left: 16.66666667%;
}

.col-xs-offset-1 {
    margin-left: 8.33333333%;
}

.col-xs-offset-0 {
    margin-left: 0%;
}

@media (min-width: 768px) {
    .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
        float: left;
    }

    .col-sm-12 {
        width: 100%;
    }

    .col-sm-11 {
        width: 91.66666667%;
    }

    .col-sm-10 {
        width: 83.33333333%;
    }

    .col-sm-9 {
        width: 75%;
    }

    .col-sm-8 {
        width: 66.66666667%;
    }

    .col-sm-7 {
        width: 58.33333333%;
    }

    .col-sm-6 {
        width: 50%;
    }

    .col-sm-5 {
        width: 41.66666667%;
    }

    .col-sm-4 {
        width: 33.33333333%;
    }

    .col-sm-3 {
        width: 25%;
    }

    .col-sm-2 {
        width: 16.66666667%;
    }

    .col-sm-1 {
        width: 8.33333333%;
    }

    .col-sm-pull-12 {
        right: 100%;
    }

    .col-sm-pull-11 {
        right: 91.66666667%;
    }

    .col-sm-pull-10 {
        right: 83.33333333%;
    }

    .col-sm-pull-9 {
        right: 75%;
    }

    .col-sm-pull-8 {
        right: 66.66666667%;
    }

    .col-sm-pull-7 {
        right: 58.33333333%;
    }

    .col-sm-pull-6 {
        right: 50%;
    }

    .col-sm-pull-5 {
        right: 41.66666667%;
    }

    .col-sm-pull-4 {
        right: 33.33333333%;
    }

    .col-sm-pull-3 {
        right: 25%;
    }

    .col-sm-pull-2 {
        right: 16.66666667%;
    }

    .col-sm-pull-1 {
        right: 8.33333333%;
    }

    .col-sm-pull-0 {
        right: auto;
    }

    .col-sm-push-12 {
        left: 100%;
    }

    .col-sm-push-11 {
        left: 91.66666667%;
    }

    .col-sm-push-10 {
        left: 83.33333333%;
    }

    .col-sm-push-9 {
        left: 75%;
    }

    .col-sm-push-8 {
        left: 66.66666667%;
    }

    .col-sm-push-7 {
        left: 58.33333333%;
    }

    .col-sm-push-6 {
        left: 50%;
    }

    .col-sm-push-5 {
        left: 41.66666667%;
    }

    .col-sm-push-4 {
        left: 33.33333333%;
    }

    .col-sm-push-3 {
        left: 25%;
    }

    .col-sm-push-2 {
        left: 16.66666667%;
    }

    .col-sm-push-1 {
        left: 8.33333333%;
    }

    .col-sm-push-0 {
        left: auto;
    }

    .col-sm-offset-12 {
        margin-left: 100%;
    }

    .col-sm-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-sm-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-sm-offset-9 {
        margin-left: 75%;
    }

    .col-sm-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-sm-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-sm-offset-6 {
        margin-left: 50%;
    }

    .col-sm-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-sm-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-sm-offset-3 {
        margin-left: 25%;
    }

    .col-sm-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-sm-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-sm-offset-0 {
        margin-left: 0%;
    }
}

@media (min-width: 992px) {
    .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
        float: left;
    }

    .col-md-12 {
        width: 100%;
    }

    .col-md-11 {
        width: 91.66666667%;
    }

    .col-md-10 {
        width: 83.33333333%;
    }

    .col-md-9 {
        width: 75%;
    }

    .col-md-8 {
        width: 66.66666667%;
    }

    .col-md-7 {
        width: 58.33333333%;
    }

    .col-md-6 {
        width: 50%;
    }

    .col-md-5 {
        width: 41.66666667%;
    }

    .col-md-4 {
        width: 33.33333333%;
    }

    .col-md-3 {
        width: 25%;
    }

    .col-md-2 {
        width: 16.66666667%;
    }

    .col-md-1 {
        width: 8.33333333%;
    }

    .col-md-pull-12 {
        right: 100%;
    }

    .col-md-pull-11 {
        right: 91.66666667%;
    }

    .col-md-pull-10 {
        right: 83.33333333%;
    }

    .col-md-pull-9 {
        right: 75%;
    }

    .col-md-pull-8 {
        right: 66.66666667%;
    }

    .col-md-pull-7 {
        right: 58.33333333%;
    }

    .col-md-pull-6 {
        right: 50%;
    }

    .col-md-pull-5 {
        right: 41.66666667%;
    }

    .col-md-pull-4 {
        right: 33.33333333%;
    }

    .col-md-pull-3 {
        right: 25%;
    }

    .col-md-pull-2 {
        right: 16.66666667%;
    }

    .col-md-pull-1 {
        right: 8.33333333%;
    }

    .col-md-pull-0 {
        right: auto;
    }

    .col-md-push-12 {
        left: 100%;
    }

    .col-md-push-11 {
        left: 91.66666667%;
    }

    .col-md-push-10 {
        left: 83.33333333%;
    }

    .col-md-push-9 {
        left: 75%;
    }

    .col-md-push-8 {
        left: 66.66666667%;
    }

    .col-md-push-7 {
        left: 58.33333333%;
    }

    .col-md-push-6 {
        left: 50%;
    }

    .col-md-push-5 {
        left: 41.66666667%;
    }

    .col-md-push-4 {
        left: 33.33333333%;
    }

    .col-md-push-3 {
        left: 25%;
    }

    .col-md-push-2 {
        left: 16.66666667%;
    }

    .col-md-push-1 {
        left: 8.33333333%;
    }

    .col-md-push-0 {
        left: auto;
    }

    .col-md-offset-12 {
        margin-left: 100%;
    }

    .col-md-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-md-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-md-offset-9 {
        margin-left: 75%;
    }

    .col-md-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-md-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-md-offset-6 {
        margin-left: 50%;
    }

    .col-md-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-md-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-md-offset-3 {
        margin-left: 25%;
    }

    .col-md-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-md-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-md-offset-0 {
        margin-left: 0%;
    }
}

@media (min-width: 1200px) {
    .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
        float: left;
    }

    .col-lg-12 {
        width: 100%;
    }

    .col-lg-11 {
        width: 91.66666667%;
    }

    .col-lg-10 {
        width: 83.33333333%;
    }

    .col-lg-9 {
        width: 75%;
    }

    .col-lg-8 {
        width: 66.66666667%;
    }

    .col-lg-7 {
        width: 58.33333333%;
    }

    .col-lg-6 {
        width: 50%;
    }

    .col-lg-5 {
        width: 41.66666667%;
    }

    .col-lg-4 {
        width: 33.33333333%;
    }

    .col-lg-3 {
        width: 25%;
    }

    .col-lg-2 {
        width: 16.66666667%;
    }

    .col-lg-1 {
        width: 8.33333333%;
    }

    .col-lg-pull-12 {
        right: 100%;
    }

    .col-lg-pull-11 {
        right: 91.66666667%;
    }

    .col-lg-pull-10 {
        right: 83.33333333%;
    }

    .col-lg-pull-9 {
        right: 75%;
    }

    .col-lg-pull-8 {
        right: 66.66666667%;
    }

    .col-lg-pull-7 {
        right: 58.33333333%;
    }

    .col-lg-pull-6 {
        right: 50%;
    }

    .col-lg-pull-5 {
        right: 41.66666667%;
    }

    .col-lg-pull-4 {
        right: 33.33333333%;
    }

    .col-lg-pull-3 {
        right: 25%;
    }

    .col-lg-pull-2 {
        right: 16.66666667%;
    }

    .col-lg-pull-1 {
        right: 8.33333333%;
    }

    .col-lg-pull-0 {
        right: auto;
    }

    .col-lg-push-12 {
        left: 100%;
    }

    .col-lg-push-11 {
        left: 91.66666667%;
    }

    .col-lg-push-10 {
        left: 83.33333333%;
    }

    .col-lg-push-9 {
        left: 75%;
    }

    .col-lg-push-8 {
        left: 66.66666667%;
    }

    .col-lg-push-7 {
        left: 58.33333333%;
    }

    .col-lg-push-6 {
        left: 50%;
    }

    .col-lg-push-5 {
        left: 41.66666667%;
    }

    .col-lg-push-4 {
        left: 33.33333333%;
    }

    .col-lg-push-3 {
        left: 25%;
    }

    .col-lg-push-2 {
        left: 16.66666667%;
    }

    .col-lg-push-1 {
        left: 8.33333333%;
    }

    .col-lg-push-0 {
        left: auto;
    }

    .col-lg-offset-12 {
        margin-left: 100%;
    }

    .col-lg-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-lg-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-lg-offset-9 {
        margin-left: 75%;
    }

    .col-lg-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-lg-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-lg-offset-6 {
        margin-left: 50%;
    }

    .col-lg-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-lg-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-lg-offset-3 {
        margin-left: 25%;
    }

    .col-lg-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-lg-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-lg-offset-0 {
        margin-left: 0%;
    }
}

.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
    content: " ";
    display: table;
}

.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
    clear: both;
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.pull-right {
    float: right !important;
}

.pull-left {
    float: left !important;
}

.hide {
    display: none !important;
}

.show {
    display: block !important;
}

.invisible {
    visibility: hidden;
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.hidden {
    display: none !important;
    visibility: hidden !important;
}

.affix {
    position: fixed;
}

@-ms-viewport {
    width: device-width;
}

.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
    display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
    display: none !important;
}

@media (max-width: 767px) {
    .visible-xs {
        display: block !important;
    }

    table.visible-xs {
        display: table;
    }

    tr.visible-xs {
        display: table-row !important;
    }

    th.visible-xs,
    td.visible-xs {
        display: table-cell !important;
    }
}

@media (max-width: 767px) {
    .visible-xs-block {
        display: block !important;
    }
}

@media (max-width: 767px) {
    .visible-xs-inline {
        display: inline !important;
    }
}

@media (max-width: 767px) {
    .visible-xs-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm {
        display: block !important;
    }

    table.visible-sm {
        display: table;
    }

    tr.visible-sm {
        display: table-row !important;
    }

    th.visible-sm,
    td.visible-sm {
        display: table-cell !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-block {
        display: block !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline {
        display: inline !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md {
        display: block !important;
    }

    table.visible-md {
        display: table;
    }

    tr.visible-md {
        display: table-row !important;
    }

    th.visible-md,
    td.visible-md {
        display: table-cell !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-block {
        display: block !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline {
        display: inline !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg {
        display: block !important;
    }

    table.visible-lg {
        display: table;
    }

    tr.visible-lg {
        display: table-row !important;
    }

    th.visible-lg,
    td.visible-lg {
        display: table-cell !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg-block {
        display: block !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg-inline {
        display: inline !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg-inline-block {
        display: inline-block !important;
    }
}

@media (max-width: 767px) {
    .hidden-xs {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm {
        display: none !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-md {
        display: none !important;
    }
}

@media (min-width: 1200px) {
    .hidden-lg {
        display: none !important;
    }
}

.visible-print {
    display: none !important;
}

@media print {
    .visible-print {
        display: block !important;
    }

    table.visible-print {
        display: table;
    }

    tr.visible-print {
        display: table-row !important;
    }

    th.visible-print,
    td.visible-print {
        display: table-cell !important;
    }
}

.visible-print-block {
    display: none !important;
}

@media print {
    .visible-print-block {
        display: block !important;
    }
}

.visible-print-inline {
    display: none !important;
}

@media print {
    .visible-print-inline {
        display: inline !important;
    }
}

.visible-print-inline-block {
    display: none !important;
}

@media print {
    .visible-print-inline-block {
        display: inline-block !important;
    }
}

@media print {
    .hidden-print {
        display: none !important;
    }
}
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
    font-family: 'FontAwesome';
    src: url(//ethsecurity.com.br/wp-content/themes/bingo/assets/external/fonts/fontawesome-webfont.eot?v=4.7.0);
    src: url(//ethsecurity.com.br/wp-content/themes/bingo/assets/external/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0) format('embedded-opentype'), url(//ethsecurity.com.br/wp-content/themes/bingo/assets/external/fonts/fontawesome-webfont.woff2?v=4.7.0) format('woff2'), url(//ethsecurity.com.br/wp-content/themes/bingo/assets/external/fonts/fontawesome-webfont.woff?v=4.7.0) format('woff'), url(//ethsecurity.com.br/wp-content/themes/bingo/assets/external/fonts/fontawesome-webfont.ttf?v=4.7.0) format('truetype'), url(//ethsecurity.com.br/wp-content/themes/bingo/assets/external/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular) format('svg');
    font-weight: normal;
    font-style: normal
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.fa-lg {
    font-size: 1.33333333em;
    line-height: .75em;
    vertical-align: -15%
}

.fa-2x {
    font-size: 2em
}

.fa-3x {
    font-size: 3em
}

.fa-4x {
    font-size: 4em
}

.fa-5x {
    font-size: 5em
}

.fa-fw {
    width: 1.28571429em;
    text-align: center
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none
}

.fa-ul > li {
    position: relative
}

.fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: .14285714em;
    text-align: center
}

.fa-li.fa-lg {
    left: -1.85714286em
}

.fa-border {
    padding: .2em .25em .15em;
    border: solid .08em #eee;
    border-radius: .1em
}

.fa-pull-left {
    float: left
}

.fa-pull-right {
    float: right
}

.fa.fa-pull-left {
    margin-right: .3em
}

.fa.fa-pull-right {
    margin-left: .3em
}

.pull-right {
    float: right
}

.pull-left {
    float: left
}

.fa.pull-left {
    margin-right: .3em
}

.fa.pull-right {
    margin-left: .3em
}

.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear
}

.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8)
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

.fa-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.fa-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.fa-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg)
}

.fa-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1)
}

.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1)
}

:root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-flip-horizontal, :root .fa-flip-vertical {
    filter: none
}

.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle
}

.fa-stack-1x, .fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center
}

.fa-stack-1x {
    line-height: inherit
}

.fa-stack-2x {
    font-size: 2em
}

.fa-inverse {
    color: #fff
}

.fa-glass:before {
    content: "\f000"
}

.fa-music:before {
    content: "\f001"
}

.fa-search:before {
    content: "\f002"
}

.fa-envelope-o:before {
    content: "\f003"
}

.fa-heart:before {
    content: "\f004"
}

.fa-star:before {
    content: "\f005"
}

.fa-star-o:before {
    content: "\f006"
}

.fa-user:before {
    content: "\f007"
}

.fa-film:before {
    content: "\f008"
}

.fa-th-large:before {
    content: "\f009"
}

.fa-th:before {
    content: "\f00a"
}

.fa-th-list:before {
    content: "\f00b"
}

.fa-check:before {
    content: "\f00c"
}

.fa-remove:before, .fa-close:before, .fa-times:before {
    content: "\f00d"
}

.fa-search-plus:before {
    content: "\f00e"
}

.fa-search-minus:before {
    content: "\f010"
}

.fa-power-off:before {
    content: "\f011"
}

.fa-signal:before {
    content: "\f012"
}

.fa-gear:before, .fa-cog:before {
    content: "\f013"
}

.fa-trash-o:before {
    content: "\f014"
}

.fa-home:before {
    content: "\f015"
}

.fa-file-o:before {
    content: "\f016"
}

.fa-clock-o:before {
    content: "\f017"
}

.fa-road:before {
    content: "\f018"
}

.fa-download:before {
    content: "\f019"
}

.fa-arrow-circle-o-down:before {
    content: "\f01a"
}

.fa-arrow-circle-o-up:before {
    content: "\f01b"
}

.fa-inbox:before {
    content: "\f01c"
}

.fa-play-circle-o:before {
    content: "\f01d"
}

.fa-rotate-right:before, .fa-repeat:before {
    content: "\f01e"
}

.fa-refresh:before {
    content: "\f021"
}

.fa-list-alt:before {
    content: "\f022"
}

.fa-lock:before {
    content: "\f023"
}

.fa-flag:before {
    content: "\f024"
}

.fa-headphones:before {
    content: "\f025"
}

.fa-volume-off:before {
    content: "\f026"
}

.fa-volume-down:before {
    content: "\f027"
}

.fa-volume-up:before {
    content: "\f028"
}

.fa-qrcode:before {
    content: "\f029"
}

.fa-barcode:before {
    content: "\f02a"
}

.fa-tag:before {
    content: "\f02b"
}

.fa-tags:before {
    content: "\f02c"
}

.fa-book:before {
    content: "\f02d"
}

.fa-bookmark:before {
    content: "\f02e"
}

.fa-print:before {
    content: "\f02f"
}

.fa-camera:before {
    content: "\f030"
}

.fa-font:before {
    content: "\f031"
}

.fa-bold:before {
    content: "\f032"
}

.fa-italic:before {
    content: "\f033"
}

.fa-text-height:before {
    content: "\f034"
}

.fa-text-width:before {
    content: "\f035"
}

.fa-align-left:before {
    content: "\f036"
}

.fa-align-center:before {
    content: "\f037"
}

.fa-align-right:before {
    content: "\f038"
}

.fa-align-justify:before {
    content: "\f039"
}

.fa-list:before {
    content: "\f03a"
}

.fa-dedent:before, .fa-outdent:before {
    content: "\f03b"
}

.fa-indent:before {
    content: "\f03c"
}

.fa-video-camera:before {
    content: "\f03d"
}

.fa-photo:before, .fa-image:before, .fa-picture-o:before {
    content: "\f03e"
}

.fa-pencil:before {
    content: "\f040"
}

.fa-map-marker:before {
    content: "\f041"
}

.fa-adjust:before {
    content: "\f042"
}

.fa-tint:before {
    content: "\f043"
}

.fa-edit:before, .fa-pencil-square-o:before {
    content: "\f044"
}

.fa-share-square-o:before {
    content: "\f045"
}

.fa-check-square-o:before {
    content: "\f046"
}

.fa-arrows:before {
    content: "\f047"
}

.fa-step-backward:before {
    content: "\f048"
}

.fa-fast-backward:before {
    content: "\f049"
}

.fa-backward:before {
    content: "\f04a"
}

.fa-play:before {
    content: "\f04b"
}

.fa-pause:before {
    content: "\f04c"
}

.fa-stop:before {
    content: "\f04d"
}

.fa-forward:before {
    content: "\f04e"
}

.fa-fast-forward:before {
    content: "\f050"
}

.fa-step-forward:before {
    content: "\f051"
}

.fa-eject:before {
    content: "\f052"
}

.fa-chevron-left:before {
    content: "\f053"
}

.fa-chevron-right:before {
    content: "\f054"
}

.fa-plus-circle:before {
    content: "\f055"
}

.fa-minus-circle:before {
    content: "\f056"
}

.fa-times-circle:before {
    content: "\f057"
}

.fa-check-circle:before {
    content: "\f058"
}

.fa-question-circle:before {
    content: "\f059"
}

.fa-info-circle:before {
    content: "\f05a"
}

.fa-crosshairs:before {
    content: "\f05b"
}

.fa-times-circle-o:before {
    content: "\f05c"
}

.fa-check-circle-o:before {
    content: "\f05d"
}

.fa-ban:before {
    content: "\f05e"
}

.fa-arrow-left:before {
    content: "\f060"
}

.fa-arrow-right:before {
    content: "\f061"
}

.fa-arrow-up:before {
    content: "\f062"
}

.fa-arrow-down:before {
    content: "\f063"
}

.fa-mail-forward:before, .fa-share:before {
    content: "\f064"
}

.fa-expand:before {
    content: "\f065"
}

.fa-compress:before {
    content: "\f066"
}

.fa-plus:before {
    content: "\f067"
}

.fa-minus:before {
    content: "\f068"
}

.fa-asterisk:before {
    content: "\f069"
}

.fa-exclamation-circle:before {
    content: "\f06a"
}

.fa-gift:before {
    content: "\f06b"
}

.fa-leaf:before {
    content: "\f06c"
}

.fa-fire:before {
    content: "\f06d"
}

.fa-eye:before {
    content: "\f06e"
}

.fa-eye-slash:before {
    content: "\f070"
}

.fa-warning:before, .fa-exclamation-triangle:before {
    content: "\f071"
}

.fa-plane:before {
    content: "\f072"
}

.fa-calendar:before {
    content: "\f073"
}

.fa-random:before {
    content: "\f074"
}

.fa-comment:before {
    content: "\f075"
}

.fa-magnet:before {
    content: "\f076"
}

.fa-chevron-up:before {
    content: "\f077"
}

.fa-chevron-down:before {
    content: "\f078"
}

.fa-retweet:before {
    content: "\f079"
}

.fa-shopping-cart:before {
    content: "\f07a"
}

.fa-folder:before {
    content: "\f07b"
}

.fa-folder-open:before {
    content: "\f07c"
}

.fa-arrows-v:before {
    content: "\f07d"
}

.fa-arrows-h:before {
    content: "\f07e"
}

.fa-bar-chart-o:before, .fa-bar-chart:before {
    content: "\f080"
}

.fa-twitter-square:before {
    content: "\f081"
}

.fa-facebook-square:before {
    content: "\f082"
}

.fa-camera-retro:before {
    content: "\f083"
}

.fa-key:before {
    content: "\f084"
}

.fa-gears:before, .fa-cogs:before {
    content: "\f085"
}

.fa-comments:before {
    content: "\f086"
}

.fa-thumbs-o-up:before {
    content: "\f087"
}

.fa-thumbs-o-down:before {
    content: "\f088"
}

.fa-star-half:before {
    content: "\f089"
}

.fa-heart-o:before {
    content: "\f08a"
}

.fa-sign-out:before {
    content: "\f08b"
}

.fa-linkedin-square:before {
    content: "\f08c"
}

.fa-thumb-tack:before {
    content: "\f08d"
}

.fa-external-link:before {
    content: "\f08e"
}

.fa-sign-in:before {
    content: "\f090"
}

.fa-trophy:before {
    content: "\f091"
}

.fa-github-square:before {
    content: "\f092"
}

.fa-upload:before {
    content: "\f093"
}

.fa-lemon-o:before {
    content: "\f094"
}

.fa-phone:before {
    content: "\f095"
}

.fa-square-o:before {
    content: "\f096"
}

.fa-bookmark-o:before {
    content: "\f097"
}

.fa-phone-square:before {
    content: "\f098"
}

.fa-twitter:before {
    content: "\f099"
}

.fa-facebook-f:before, .fa-facebook:before {
    content: "\f09a"
}

.fa-github:before {
    content: "\f09b"
}

.fa-unlock:before {
    content: "\f09c"
}

.fa-credit-card:before {
    content: "\f09d"
}

.fa-feed:before, .fa-rss:before {
    content: "\f09e"
}

.fa-hdd-o:before {
    content: "\f0a0"
}

.fa-bullhorn:before {
    content: "\f0a1"
}

.fa-bell:before {
    content: "\f0f3"
}

.fa-certificate:before {
    content: "\f0a3"
}

.fa-hand-o-right:before {
    content: "\f0a4"
}

.fa-hand-o-left:before {
    content: "\f0a5"
}

.fa-hand-o-up:before {
    content: "\f0a6"
}

.fa-hand-o-down:before {
    content: "\f0a7"
}

.fa-arrow-circle-left:before {
    content: "\f0a8"
}

.fa-arrow-circle-right:before {
    content: "\f0a9"
}

.fa-arrow-circle-up:before {
    content: "\f0aa"
}

.fa-arrow-circle-down:before {
    content: "\f0ab"
}

.fa-globe:before {
    content: "\f0ac"
}

.fa-wrench:before {
    content: "\f0ad"
}

.fa-tasks:before {
    content: "\f0ae"
}

.fa-filter:before {
    content: "\f0b0"
}

.fa-briefcase:before {
    content: "\f0b1"
}

.fa-arrows-alt:before {
    content: "\f0b2"
}

.fa-group:before, .fa-users:before {
    content: "\f0c0"
}

.fa-chain:before, .fa-link:before {
    content: "\f0c1"
}

.fa-cloud:before {
    content: "\f0c2"
}

.fa-flask:before {
    content: "\f0c3"
}

.fa-cut:before, .fa-scissors:before {
    content: "\f0c4"
}

.fa-copy:before, .fa-files-o:before {
    content: "\f0c5"
}

.fa-paperclip:before {
    content: "\f0c6"
}

.fa-save:before, .fa-floppy-o:before {
    content: "\f0c7"
}

.fa-square:before {
    content: "\f0c8"
}

.fa-navicon:before, .fa-reorder:before, .fa-bars:before {
    content: "\f0c9"
}

.fa-list-ul:before {
    content: "\f0ca"
}

.fa-list-ol:before {
    content: "\f0cb"
}

.fa-strikethrough:before {
    content: "\f0cc"
}

.fa-underline:before {
    content: "\f0cd"
}

.fa-table:before {
    content: "\f0ce"
}

.fa-magic:before {
    content: "\f0d0"
}

.fa-truck:before {
    content: "\f0d1"
}

.fa-pinterest:before {
    content: "\f0d2"
}

.fa-pinterest-square:before {
    content: "\f0d3"
}

.fa-google-plus-square:before {
    content: "\f0d4"
}

.fa-google-plus:before {
    content: "\f0d5"
}

.fa-money:before {
    content: "\f0d6"
}

.fa-caret-down:before {
    content: "\f0d7"
}

.fa-caret-up:before {
    content: "\f0d8"
}

.fa-caret-left:before {
    content: "\f0d9"
}

.fa-caret-right:before {
    content: "\f0da"
}

.fa-columns:before {
    content: "\f0db"
}

.fa-unsorted:before, .fa-sort:before {
    content: "\f0dc"
}

.fa-sort-down:before, .fa-sort-desc:before {
    content: "\f0dd"
}

.fa-sort-up:before, .fa-sort-asc:before {
    content: "\f0de"
}

.fa-envelope:before {
    content: "\f0e0"
}

.fa-linkedin:before {
    content: "\f0e1"
}

.fa-rotate-left:before, .fa-undo:before {
    content: "\f0e2"
}

.fa-legal:before, .fa-gavel:before {
    content: "\f0e3"
}

.fa-dashboard:before, .fa-tachometer:before {
    content: "\f0e4"
}

.fa-comment-o:before {
    content: "\f0e5"
}

.fa-comments-o:before {
    content: "\f0e6"
}

.fa-flash:before, .fa-bolt:before {
    content: "\f0e7"
}

.fa-sitemap:before {
    content: "\f0e8"
}

.fa-umbrella:before {
    content: "\f0e9"
}

.fa-paste:before, .fa-clipboard:before {
    content: "\f0ea"
}

.fa-lightbulb-o:before {
    content: "\f0eb"
}

.fa-exchange:before {
    content: "\f0ec"
}

.fa-cloud-download:before {
    content: "\f0ed"
}

.fa-cloud-upload:before {
    content: "\f0ee"
}

.fa-user-md:before {
    content: "\f0f0"
}

.fa-stethoscope:before {
    content: "\f0f1"
}

.fa-suitcase:before {
    content: "\f0f2"
}

.fa-bell-o:before {
    content: "\f0a2"
}

.fa-coffee:before {
    content: "\f0f4"
}

.fa-cutlery:before {
    content: "\f0f5"
}

.fa-file-text-o:before {
    content: "\f0f6"
}

.fa-building-o:before {
    content: "\f0f7"
}

.fa-hospital-o:before {
    content: "\f0f8"
}

.fa-ambulance:before {
    content: "\f0f9"
}

.fa-medkit:before {
    content: "\f0fa"
}

.fa-fighter-jet:before {
    content: "\f0fb"
}

.fa-beer:before {
    content: "\f0fc"
}

.fa-h-square:before {
    content: "\f0fd"
}

.fa-plus-square:before {
    content: "\f0fe"
}

.fa-angle-double-left:before {
    content: "\f100"
}

.fa-angle-double-right:before {
    content: "\f101"
}

.fa-angle-double-up:before {
    content: "\f102"
}

.fa-angle-double-down:before {
    content: "\f103"
}

.fa-angle-left:before {
    content: "\f104"
}

.fa-angle-right:before {
    content: "\f105"
}

.fa-angle-up:before {
    content: "\f106"
}

.fa-angle-down:before {
    content: "\f107"
}

.fa-desktop:before {
    content: "\f108"
}

.fa-laptop:before {
    content: "\f109"
}

.fa-tablet:before {
    content: "\f10a"
}

.fa-mobile-phone:before, .fa-mobile:before {
    content: "\f10b"
}

.fa-circle-o:before {
    content: "\f10c"
}

.fa-quote-left:before {
    content: "\f10d"
}

.fa-quote-right:before {
    content: "\f10e"
}

.fa-spinner:before {
    content: "\f110"
}

.fa-circle:before {
    content: "\f111"
}

.fa-mail-reply:before, .fa-reply:before {
    content: "\f112"
}

.fa-github-alt:before {
    content: "\f113"
}

.fa-folder-o:before {
    content: "\f114"
}

.fa-folder-open-o:before {
    content: "\f115"
}

.fa-smile-o:before {
    content: "\f118"
}

.fa-frown-o:before {
    content: "\f119"
}

.fa-meh-o:before {
    content: "\f11a"
}

.fa-gamepad:before {
    content: "\f11b"
}

.fa-keyboard-o:before {
    content: "\f11c"
}

.fa-flag-o:before {
    content: "\f11d"
}

.fa-flag-checkered:before {
    content: "\f11e"
}

.fa-terminal:before {
    content: "\f120"
}

.fa-code:before {
    content: "\f121"
}

.fa-mail-reply-all:before, .fa-reply-all:before {
    content: "\f122"
}

.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
    content: "\f123"
}

.fa-location-arrow:before {
    content: "\f124"
}

.fa-crop:before {
    content: "\f125"
}

.fa-code-fork:before {
    content: "\f126"
}

.fa-unlink:before, .fa-chain-broken:before {
    content: "\f127"
}

.fa-question:before {
    content: "\f128"
}

.fa-info:before {
    content: "\f129"
}

.fa-exclamation:before {
    content: "\f12a"
}

.fa-superscript:before {
    content: "\f12b"
}

.fa-subscript:before {
    content: "\f12c"
}

.fa-eraser:before {
    content: "\f12d"
}

.fa-puzzle-piece:before {
    content: "\f12e"
}

.fa-microphone:before {
    content: "\f130"
}

.fa-microphone-slash:before {
    content: "\f131"
}

.fa-shield:before {
    content: "\f132"
}

.fa-calendar-o:before {
    content: "\f133"
}

.fa-fire-extinguisher:before {
    content: "\f134"
}

.fa-rocket:before {
    content: "\f135"
}

.fa-maxcdn:before {
    content: "\f136"
}

.fa-chevron-circle-left:before {
    content: "\f137"
}

.fa-chevron-circle-right:before {
    content: "\f138"
}

.fa-chevron-circle-up:before {
    content: "\f139"
}

.fa-chevron-circle-down:before {
    content: "\f13a"
}

.fa-html5:before {
    content: "\f13b"
}

.fa-css3:before {
    content: "\f13c"
}

.fa-anchor:before {
    content: "\f13d"
}

.fa-unlock-alt:before {
    content: "\f13e"
}

.fa-bullseye:before {
    content: "\f140"
}

.fa-ellipsis-h:before {
    content: "\f141"
}

.fa-ellipsis-v:before {
    content: "\f142"
}

.fa-rss-square:before {
    content: "\f143"
}

.fa-play-circle:before {
    content: "\f144"
}

.fa-ticket:before {
    content: "\f145"
}

.fa-minus-square:before {
    content: "\f146"
}

.fa-minus-square-o:before {
    content: "\f147"
}

.fa-level-up:before {
    content: "\f148"
}

.fa-level-down:before {
    content: "\f149"
}

.fa-check-square:before {
    content: "\f14a"
}

.fa-pencil-square:before {
    content: "\f14b"
}

.fa-external-link-square:before {
    content: "\f14c"
}

.fa-share-square:before {
    content: "\f14d"
}

.fa-compass:before {
    content: "\f14e"
}

.fa-toggle-down:before, .fa-caret-square-o-down:before {
    content: "\f150"
}

.fa-toggle-up:before, .fa-caret-square-o-up:before {
    content: "\f151"
}

.fa-toggle-right:before, .fa-caret-square-o-right:before {
    content: "\f152"
}

.fa-euro:before, .fa-eur:before {
    content: "\f153"
}

.fa-gbp:before {
    content: "\f154"
}

.fa-dollar:before, .fa-usd:before {
    content: "\f155"
}

.fa-rupee:before, .fa-inr:before {
    content: "\f156"
}

.fa-cny:before, .fa-rmb:before, .fa-yen:before, .fa-jpy:before {
    content: "\f157"
}

.fa-ruble:before, .fa-rouble:before, .fa-rub:before {
    content: "\f158"
}

.fa-won:before, .fa-krw:before {
    content: "\f159"
}

.fa-bitcoin:before, .fa-btc:before {
    content: "\f15a"
}

.fa-file:before {
    content: "\f15b"
}

.fa-file-text:before {
    content: "\f15c"
}

.fa-sort-alpha-asc:before {
    content: "\f15d"
}

.fa-sort-alpha-desc:before {
    content: "\f15e"
}

.fa-sort-amount-asc:before {
    content: "\f160"
}

.fa-sort-amount-desc:before {
    content: "\f161"
}

.fa-sort-numeric-asc:before {
    content: "\f162"
}

.fa-sort-numeric-desc:before {
    content: "\f163"
}

.fa-thumbs-up:before {
    content: "\f164"
}

.fa-thumbs-down:before {
    content: "\f165"
}

.fa-youtube-square:before {
    content: "\f166"
}

.fa-youtube:before {
    content: "\f167"
}

.fa-xing:before {
    content: "\f168"
}

.fa-xing-square:before {
    content: "\f169"
}

.fa-youtube-play:before {
    content: "\f16a"
}

.fa-dropbox:before {
    content: "\f16b"
}

.fa-stack-overflow:before {
    content: "\f16c"
}

.fa-instagram:before {
    content: "\f16d"
}

.fa-flickr:before {
    content: "\f16e"
}

.fa-adn:before {
    content: "\f170"
}

.fa-bitbucket:before {
    content: "\f171"
}

.fa-bitbucket-square:before {
    content: "\f172"
}

.fa-tumblr:before {
    content: "\f173"
}

.fa-tumblr-square:before {
    content: "\f174"
}

.fa-long-arrow-down:before {
    content: "\f175"
}

.fa-long-arrow-up:before {
    content: "\f176"
}

.fa-long-arrow-left:before {
    content: "\f177"
}

.fa-long-arrow-right:before {
    content: "\f178"
}

.fa-apple:before {
    content: "\f179"
}

.fa-windows:before {
    content: "\f17a"
}

.fa-android:before {
    content: "\f17b"
}

.fa-linux:before {
    content: "\f17c"
}

.fa-dribbble:before {
    content: "\f17d"
}

.fa-skype:before {
    content: "\f17e"
}

.fa-foursquare:before {
    content: "\f180"
}

.fa-trello:before {
    content: "\f181"
}

.fa-female:before {
    content: "\f182"
}

.fa-male:before {
    content: "\f183"
}

.fa-gittip:before, .fa-gratipay:before {
    content: "\f184"
}

.fa-sun-o:before {
    content: "\f185"
}

.fa-moon-o:before {
    content: "\f186"
}

.fa-archive:before {
    content: "\f187"
}

.fa-bug:before {
    content: "\f188"
}

.fa-vk:before {
    content: "\f189"
}

.fa-weibo:before {
    content: "\f18a"
}

.fa-renren:before {
    content: "\f18b"
}

.fa-pagelines:before {
    content: "\f18c"
}

.fa-stack-exchange:before {
    content: "\f18d"
}

.fa-arrow-circle-o-right:before {
    content: "\f18e"
}

.fa-arrow-circle-o-left:before {
    content: "\f190"
}

.fa-toggle-left:before, .fa-caret-square-o-left:before {
    content: "\f191"
}

.fa-dot-circle-o:before {
    content: "\f192"
}

.fa-wheelchair:before {
    content: "\f193"
}

.fa-vimeo-square:before {
    content: "\f194"
}

.fa-turkish-lira:before, .fa-try:before {
    content: "\f195"
}

.fa-plus-square-o:before {
    content: "\f196"
}

.fa-space-shuttle:before {
    content: "\f197"
}

.fa-slack:before {
    content: "\f198"
}

.fa-envelope-square:before {
    content: "\f199"
}

.fa-wordpress:before {
    content: "\f19a"
}

.fa-openid:before {
    content: "\f19b"
}

.fa-institution:before, .fa-bank:before, .fa-university:before {
    content: "\f19c"
}

.fa-mortar-board:before, .fa-graduation-cap:before {
    content: "\f19d"
}

.fa-yahoo:before {
    content: "\f19e"
}

.fa-google:before {
    content: "\f1a0"
}

.fa-reddit:before {
    content: "\f1a1"
}

.fa-reddit-square:before {
    content: "\f1a2"
}

.fa-stumbleupon-circle:before {
    content: "\f1a3"
}

.fa-stumbleupon:before {
    content: "\f1a4"
}

.fa-delicious:before {
    content: "\f1a5"
}

.fa-digg:before {
    content: "\f1a6"
}

.fa-pied-piper-pp:before {
    content: "\f1a7"
}

.fa-pied-piper-alt:before {
    content: "\f1a8"
}

.fa-drupal:before {
    content: "\f1a9"
}

.fa-joomla:before {
    content: "\f1aa"
}

.fa-language:before {
    content: "\f1ab"
}

.fa-fax:before {
    content: "\f1ac"
}

.fa-building:before {
    content: "\f1ad"
}

.fa-child:before {
    content: "\f1ae"
}

.fa-paw:before {
    content: "\f1b0"
}

.fa-spoon:before {
    content: "\f1b1"
}

.fa-cube:before {
    content: "\f1b2"
}

.fa-cubes:before {
    content: "\f1b3"
}

.fa-behance:before {
    content: "\f1b4"
}

.fa-behance-square:before {
    content: "\f1b5"
}

.fa-steam:before {
    content: "\f1b6"
}

.fa-steam-square:before {
    content: "\f1b7"
}

.fa-recycle:before {
    content: "\f1b8"
}

.fa-automobile:before, .fa-car:before {
    content: "\f1b9"
}

.fa-cab:before, .fa-taxi:before {
    content: "\f1ba"
}

.fa-tree:before {
    content: "\f1bb"
}

.fa-spotify:before {
    content: "\f1bc"
}

.fa-deviantart:before {
    content: "\f1bd"
}

.fa-soundcloud:before {
    content: "\f1be"
}

.fa-database:before {
    content: "\f1c0"
}

.fa-file-pdf-o:before {
    content: "\f1c1"
}

.fa-file-word-o:before {
    content: "\f1c2"
}

.fa-file-excel-o:before {
    content: "\f1c3"
}

.fa-file-powerpoint-o:before {
    content: "\f1c4"
}

.fa-file-photo-o:before, .fa-file-picture-o:before, .fa-file-image-o:before {
    content: "\f1c5"
}

.fa-file-zip-o:before, .fa-file-archive-o:before {
    content: "\f1c6"
}

.fa-file-sound-o:before, .fa-file-audio-o:before {
    content: "\f1c7"
}

.fa-file-movie-o:before, .fa-file-video-o:before {
    content: "\f1c8"
}

.fa-file-code-o:before {
    content: "\f1c9"
}

.fa-vine:before {
    content: "\f1ca"
}

.fa-codepen:before {
    content: "\f1cb"
}

.fa-jsfiddle:before {
    content: "\f1cc"
}

.fa-life-bouy:before, .fa-life-buoy:before, .fa-life-saver:before, .fa-support:before, .fa-life-ring:before {
    content: "\f1cd"
}

.fa-circle-o-notch:before {
    content: "\f1ce"
}

.fa-ra:before, .fa-resistance:before, .fa-rebel:before {
    content: "\f1d0"
}

.fa-ge:before, .fa-empire:before {
    content: "\f1d1"
}

.fa-git-square:before {
    content: "\f1d2"
}

.fa-git:before {
    content: "\f1d3"
}

.fa-y-combinator-square:before, .fa-yc-square:before, .fa-hacker-news:before {
    content: "\f1d4"
}

.fa-tencent-weibo:before {
    content: "\f1d5"
}

.fa-qq:before {
    content: "\f1d6"
}

.fa-wechat:before, .fa-weixin:before {
    content: "\f1d7"
}

.fa-send:before, .fa-paper-plane:before {
    content: "\f1d8"
}

.fa-send-o:before, .fa-paper-plane-o:before {
    content: "\f1d9"
}

.fa-history:before {
    content: "\f1da"
}

.fa-circle-thin:before {
    content: "\f1db"
}

.fa-header:before {
    content: "\f1dc"
}

.fa-paragraph:before {
    content: "\f1dd"
}

.fa-sliders:before {
    content: "\f1de"
}

.fa-share-alt:before {
    content: "\f1e0"
}

.fa-share-alt-square:before {
    content: "\f1e1"
}

.fa-bomb:before {
    content: "\f1e2"
}

.fa-soccer-ball-o:before, .fa-futbol-o:before {
    content: "\f1e3"
}

.fa-tty:before {
    content: "\f1e4"
}

.fa-binoculars:before {
    content: "\f1e5"
}

.fa-plug:before {
    content: "\f1e6"
}

.fa-slideshare:before {
    content: "\f1e7"
}

.fa-twitch:before {
    content: "\f1e8"
}

.fa-yelp:before {
    content: "\f1e9"
}

.fa-newspaper-o:before {
    content: "\f1ea"
}

.fa-wifi:before {
    content: "\f1eb"
}

.fa-calculator:before {
    content: "\f1ec"
}

.fa-paypal:before {
    content: "\f1ed"
}

.fa-google-wallet:before {
    content: "\f1ee"
}

.fa-cc-visa:before {
    content: "\f1f0"
}

.fa-cc-mastercard:before {
    content: "\f1f1"
}

.fa-cc-discover:before {
    content: "\f1f2"
}

.fa-cc-amex:before {
    content: "\f1f3"
}

.fa-cc-paypal:before {
    content: "\f1f4"
}

.fa-cc-stripe:before {
    content: "\f1f5"
}

.fa-bell-slash:before {
    content: "\f1f6"
}

.fa-bell-slash-o:before {
    content: "\f1f7"
}

.fa-trash:before {
    content: "\f1f8"
}

.fa-copyright:before {
    content: "\f1f9"
}

.fa-at:before {
    content: "\f1fa"
}

.fa-eyedropper:before {
    content: "\f1fb"
}

.fa-paint-brush:before {
    content: "\f1fc"
}

.fa-birthday-cake:before {
    content: "\f1fd"
}

.fa-area-chart:before {
    content: "\f1fe"
}

.fa-pie-chart:before {
    content: "\f200"
}

.fa-line-chart:before {
    content: "\f201"
}

.fa-lastfm:before {
    content: "\f202"
}

.fa-lastfm-square:before {
    content: "\f203"
}

.fa-toggle-off:before {
    content: "\f204"
}

.fa-toggle-on:before {
    content: "\f205"
}

.fa-bicycle:before {
    content: "\f206"
}

.fa-bus:before {
    content: "\f207"
}

.fa-ioxhost:before {
    content: "\f208"
}

.fa-angellist:before {
    content: "\f209"
}

.fa-cc:before {
    content: "\f20a"
}

.fa-shekel:before, .fa-sheqel:before, .fa-ils:before {
    content: "\f20b"
}

.fa-meanpath:before {
    content: "\f20c"
}

.fa-buysellads:before {
    content: "\f20d"
}

.fa-connectdevelop:before {
    content: "\f20e"
}

.fa-dashcube:before {
    content: "\f210"
}

.fa-forumbee:before {
    content: "\f211"
}

.fa-leanpub:before {
    content: "\f212"
}

.fa-sellsy:before {
    content: "\f213"
}

.fa-shirtsinbulk:before {
    content: "\f214"
}

.fa-simplybuilt:before {
    content: "\f215"
}

.fa-skyatlas:before {
    content: "\f216"
}

.fa-cart-plus:before {
    content: "\f217"
}

.fa-cart-arrow-down:before {
    content: "\f218"
}

.fa-diamond:before {
    content: "\f219"
}

.fa-ship:before {
    content: "\f21a"
}

.fa-user-secret:before {
    content: "\f21b"
}

.fa-motorcycle:before {
    content: "\f21c"
}

.fa-street-view:before {
    content: "\f21d"
}

.fa-heartbeat:before {
    content: "\f21e"
}

.fa-venus:before {
    content: "\f221"
}

.fa-mars:before {
    content: "\f222"
}

.fa-mercury:before {
    content: "\f223"
}

.fa-intersex:before, .fa-transgender:before {
    content: "\f224"
}

.fa-transgender-alt:before {
    content: "\f225"
}

.fa-venus-double:before {
    content: "\f226"
}

.fa-mars-double:before {
    content: "\f227"
}

.fa-venus-mars:before {
    content: "\f228"
}

.fa-mars-stroke:before {
    content: "\f229"
}

.fa-mars-stroke-v:before {
    content: "\f22a"
}

.fa-mars-stroke-h:before {
    content: "\f22b"
}

.fa-neuter:before {
    content: "\f22c"
}

.fa-genderless:before {
    content: "\f22d"
}

.fa-facebook-official:before {
    content: "\f230"
}

.fa-pinterest-p:before {
    content: "\f231"
}

.fa-whatsapp:before {
    content: "\f232"
}

.fa-server:before {
    content: "\f233"
}

.fa-user-plus:before {
    content: "\f234"
}

.fa-user-times:before {
    content: "\f235"
}

.fa-hotel:before, .fa-bed:before {
    content: "\f236"
}

.fa-viacoin:before {
    content: "\f237"
}

.fa-train:before {
    content: "\f238"
}

.fa-subway:before {
    content: "\f239"
}

.fa-medium:before {
    content: "\f23a"
}

.fa-yc:before, .fa-y-combinator:before {
    content: "\f23b"
}

.fa-optin-monster:before {
    content: "\f23c"
}

.fa-opencart:before {
    content: "\f23d"
}

.fa-expeditedssl:before {
    content: "\f23e"
}

.fa-battery-4:before, .fa-battery:before, .fa-battery-full:before {
    content: "\f240"
}

.fa-battery-3:before, .fa-battery-three-quarters:before {
    content: "\f241"
}

.fa-battery-2:before, .fa-battery-half:before {
    content: "\f242"
}

.fa-battery-1:before, .fa-battery-quarter:before {
    content: "\f243"
}

.fa-battery-0:before, .fa-battery-empty:before {
    content: "\f244"
}

.fa-mouse-pointer:before {
    content: "\f245"
}

.fa-i-cursor:before {
    content: "\f246"
}

.fa-object-group:before {
    content: "\f247"
}

.fa-object-ungroup:before {
    content: "\f248"
}

.fa-sticky-note:before {
    content: "\f249"
}

.fa-sticky-note-o:before {
    content: "\f24a"
}

.fa-cc-jcb:before {
    content: "\f24b"
}

.fa-cc-diners-club:before {
    content: "\f24c"
}

.fa-clone:before {
    content: "\f24d"
}

.fa-balance-scale:before {
    content: "\f24e"
}

.fa-hourglass-o:before {
    content: "\f250"
}

.fa-hourglass-1:before, .fa-hourglass-start:before {
    content: "\f251"
}

.fa-hourglass-2:before, .fa-hourglass-half:before {
    content: "\f252"
}

.fa-hourglass-3:before, .fa-hourglass-end:before {
    content: "\f253"
}

.fa-hourglass:before {
    content: "\f254"
}

.fa-hand-grab-o:before, .fa-hand-rock-o:before {
    content: "\f255"
}

.fa-hand-stop-o:before, .fa-hand-paper-o:before {
    content: "\f256"
}

.fa-hand-scissors-o:before {
    content: "\f257"
}

.fa-hand-lizard-o:before {
    content: "\f258"
}

.fa-hand-spock-o:before {
    content: "\f259"
}

.fa-hand-pointer-o:before {
    content: "\f25a"
}

.fa-hand-peace-o:before {
    content: "\f25b"
}

.fa-trademark:before {
    content: "\f25c"
}

.fa-registered:before {
    content: "\f25d"
}

.fa-creative-commons:before {
    content: "\f25e"
}

.fa-gg:before {
    content: "\f260"
}

.fa-gg-circle:before {
    content: "\f261"
}

.fa-tripadvisor:before {
    content: "\f262"
}

.fa-odnoklassniki:before {
    content: "\f263"
}

.fa-odnoklassniki-square:before {
    content: "\f264"
}

.fa-get-pocket:before {
    content: "\f265"
}

.fa-wikipedia-w:before {
    content: "\f266"
}

.fa-safari:before {
    content: "\f267"
}

.fa-chrome:before {
    content: "\f268"
}

.fa-firefox:before {
    content: "\f269"
}

.fa-opera:before {
    content: "\f26a"
}

.fa-internet-explorer:before {
    content: "\f26b"
}

.fa-tv:before, .fa-television:before {
    content: "\f26c"
}

.fa-contao:before {
    content: "\f26d"
}

.fa-500px:before {
    content: "\f26e"
}

.fa-amazon:before {
    content: "\f270"
}

.fa-calendar-plus-o:before {
    content: "\f271"
}

.fa-calendar-minus-o:before {
    content: "\f272"
}

.fa-calendar-times-o:before {
    content: "\f273"
}

.fa-calendar-check-o:before {
    content: "\f274"
}

.fa-industry:before {
    content: "\f275"
}

.fa-map-pin:before {
    content: "\f276"
}

.fa-map-signs:before {
    content: "\f277"
}

.fa-map-o:before {
    content: "\f278"
}

.fa-map:before {
    content: "\f279"
}

.fa-commenting:before {
    content: "\f27a"
}

.fa-commenting-o:before {
    content: "\f27b"
}

.fa-houzz:before {
    content: "\f27c"
}

.fa-vimeo:before {
    content: "\f27d"
}

.fa-black-tie:before {
    content: "\f27e"
}

.fa-fonticons:before {
    content: "\f280"
}

.fa-reddit-alien:before {
    content: "\f281"
}

.fa-edge:before {
    content: "\f282"
}

.fa-credit-card-alt:before {
    content: "\f283"
}

.fa-codiepie:before {
    content: "\f284"
}

.fa-modx:before {
    content: "\f285"
}

.fa-fort-awesome:before {
    content: "\f286"
}

.fa-usb:before {
    content: "\f287"
}

.fa-product-hunt:before {
    content: "\f288"
}

.fa-mixcloud:before {
    content: "\f289"
}

.fa-scribd:before {
    content: "\f28a"
}

.fa-pause-circle:before {
    content: "\f28b"
}

.fa-pause-circle-o:before {
    content: "\f28c"
}

.fa-stop-circle:before {
    content: "\f28d"
}

.fa-stop-circle-o:before {
    content: "\f28e"
}

.fa-shopping-bag:before {
    content: "\f290"
}

.fa-shopping-basket:before {
    content: "\f291"
}

.fa-hashtag:before {
    content: "\f292"
}

.fa-bluetooth:before {
    content: "\f293"
}

.fa-bluetooth-b:before {
    content: "\f294"
}

.fa-percent:before {
    content: "\f295"
}

.fa-gitlab:before {
    content: "\f296"
}

.fa-wpbeginner:before {
    content: "\f297"
}

.fa-wpforms:before {
    content: "\f298"
}

.fa-envira:before {
    content: "\f299"
}

.fa-universal-access:before {
    content: "\f29a"
}

.fa-wheelchair-alt:before {
    content: "\f29b"
}

.fa-question-circle-o:before {
    content: "\f29c"
}

.fa-blind:before {
    content: "\f29d"
}

.fa-audio-description:before {
    content: "\f29e"
}

.fa-volume-control-phone:before {
    content: "\f2a0"
}

.fa-braille:before {
    content: "\f2a1"
}

.fa-assistive-listening-systems:before {
    content: "\f2a2"
}

.fa-asl-interpreting:before, .fa-american-sign-language-interpreting:before {
    content: "\f2a3"
}

.fa-deafness:before, .fa-hard-of-hearing:before, .fa-deaf:before {
    content: "\f2a4"
}

.fa-glide:before {
    content: "\f2a5"
}

.fa-glide-g:before {
    content: "\f2a6"
}

.fa-signing:before, .fa-sign-language:before {
    content: "\f2a7"
}

.fa-low-vision:before {
    content: "\f2a8"
}

.fa-viadeo:before {
    content: "\f2a9"
}

.fa-viadeo-square:before {
    content: "\f2aa"
}

.fa-snapchat:before {
    content: "\f2ab"
}

.fa-snapchat-ghost:before {
    content: "\f2ac"
}

.fa-snapchat-square:before {
    content: "\f2ad"
}

.fa-pied-piper:before {
    content: "\f2ae"
}

.fa-first-order:before {
    content: "\f2b0"
}

.fa-yoast:before {
    content: "\f2b1"
}

.fa-themeisle:before {
    content: "\f2b2"
}

.fa-google-plus-circle:before, .fa-google-plus-official:before {
    content: "\f2b3"
}

.fa-fa:before, .fa-font-awesome:before {
    content: "\f2b4"
}

.fa-handshake-o:before {
    content: "\f2b5"
}

.fa-envelope-open:before {
    content: "\f2b6"
}

.fa-envelope-open-o:before {
    content: "\f2b7"
}

.fa-linode:before {
    content: "\f2b8"
}

.fa-address-book:before {
    content: "\f2b9"
}

.fa-address-book-o:before {
    content: "\f2ba"
}

.fa-vcard:before, .fa-address-card:before {
    content: "\f2bb"
}

.fa-vcard-o:before, .fa-address-card-o:before {
    content: "\f2bc"
}

.fa-user-circle:before {
    content: "\f2bd"
}

.fa-user-circle-o:before {
    content: "\f2be"
}

.fa-user-o:before {
    content: "\f2c0"
}

.fa-id-badge:before {
    content: "\f2c1"
}

.fa-drivers-license:before, .fa-id-card:before {
    content: "\f2c2"
}

.fa-drivers-license-o:before, .fa-id-card-o:before {
    content: "\f2c3"
}

.fa-quora:before {
    content: "\f2c4"
}

.fa-free-code-camp:before {
    content: "\f2c5"
}

.fa-telegram:before {
    content: "\f2c6"
}

.fa-thermometer-4:before, .fa-thermometer:before, .fa-thermometer-full:before {
    content: "\f2c7"
}

.fa-thermometer-3:before, .fa-thermometer-three-quarters:before {
    content: "\f2c8"
}

.fa-thermometer-2:before, .fa-thermometer-half:before {
    content: "\f2c9"
}

.fa-thermometer-1:before, .fa-thermometer-quarter:before {
    content: "\f2ca"
}

.fa-thermometer-0:before, .fa-thermometer-empty:before {
    content: "\f2cb"
}

.fa-shower:before {
    content: "\f2cc"
}

.fa-bathtub:before, .fa-s15:before, .fa-bath:before {
    content: "\f2cd"
}

.fa-podcast:before {
    content: "\f2ce"
}

.fa-window-maximize:before {
    content: "\f2d0"
}

.fa-window-minimize:before {
    content: "\f2d1"
}

.fa-window-restore:before {
    content: "\f2d2"
}

.fa-times-rectangle:before, .fa-window-close:before {
    content: "\f2d3"
}

.fa-times-rectangle-o:before, .fa-window-close-o:before {
    content: "\f2d4"
}

.fa-bandcamp:before {
    content: "\f2d5"
}

.fa-grav:before {
    content: "\f2d6"
}

.fa-etsy:before {
    content: "\f2d7"
}

.fa-imdb:before {
    content: "\f2d8"
}

.fa-ravelry:before {
    content: "\f2d9"
}

.fa-eercast:before {
    content: "\f2da"
}

.fa-microchip:before {
    content: "\f2db"
}

.fa-snowflake-o:before {
    content: "\f2dc"
}

.fa-superpowers:before {
    content: "\f2dd"
}

.fa-wpexplorer:before {
    content: "\f2de"
}

.fa-meetup:before {
    content: "\f2e0"
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.sr-only-focusable:active, .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}/*--------------------------------------------------------------
    >>> TABLE OF CONTENTS:
----------------------------------------------------------------
    1.0 Magnific Popup
    2.0 Slick Slider
    3.0 Justified Gallery
    4.0 Tipsy
--------------------------------------------------------------*/

.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9980;
    overflow: hidden;
    position: fixed;
    background: rgba(0, 0, 0, 0.95) !important;
    filter: alpha(opacity=80);
}

.mfp-bg.mpf-ruby-effect {
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.mpf-ruby-effect.mfp-ready .mfp-animation {
    opacity: 1;
    transform: perspective(600px) scale(1);
    transform: translate3d(0, -120px, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
}

.mpf-ruby-effect .mfp-animation {
    opacity: 0;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    transform: translate3d(0, -120px, 0);
    -webkit-transform: translate3d(0, -90px, 0);
    -moz-transform: translate3d(0, -90px, 0);
    -ms-transform: translate3d(0, -90px, 0);
    -o-transform: translate3d(0, -90px, 0);
}

.mpf-ruby-effect.mfp-ready.mfp-removing .mfp-animation {
    opacity: 0;
    -webkit-transform: translate3d(0, -90px, 0);
    -moz-transform: translate3d(0, -90px, 0);
    -ms-transform: translate3d(0, -90px, 0);
    -o-transform: translate3d(0, -90px, 0)
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    position: fixed;
    outline: none !important;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
    display: none;
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045;
}

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto;
}

.mfp-ajax-cur {
    cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out;
}

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
    cursor: auto;
}

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.mfp-loading.mfp-figure {
    display: none;
}

.mfp-hide {
    display: none !important;
}

.mfp-preloader {
    color: #cccccc;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 1044;
}

.mfp-preloader a {
    color: #cccccc;
}

.mfp-preloader a:hover {
    color: white;
}

.mfp-s-ready .mfp-preloader {
    display: none;
}

.mfp-s-error .mfp-content {
    display: none;
}

button.mfp-close, button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    color: #282828;
    font-weight: lighter;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    -webkit-box-shadow: none;
    box-shadow: none;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}

button.mfp-arrow:hover {
    opacity: .7;
}

button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

.mfp-close {
    width: 40px;
    height: 40px;
    line-height: 40px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: 0.65;
    filter: alpha(opacity=65);
    padding: 0;
    color: white;
    font-style: normal;
    font-size: 34px;
    font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover, .mfp-close:focus {
    opacity: 1;
    filter: alpha(opacity=100);
}

.mfp-close:active {
    top: 1px;
}

.mfp-close-btn-in .mfp-close {
    color: #fff;
}

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
    color: white;
    right: 0;
    text-align: center;
    padding-right: 0;
    background: none;
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #cccccc;
    font-size: 12px;
    line-height: 18px;
}

.mfp-arrow {
    position: absolute;
    opacity: 1;
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.mfp-arrow:active {
    margin-top: -54px;
}

.mfp-arrow:hover, .mfp-arrow:focus {
    opacity: 1;
    filter: alpha(opacity=100);
}

.mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 38px;
    margin-left: 38px;
    border: medium inset transparent;
}

.mfp-arrow:after, .mfp-arrow .mfp-a {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px;
}

.mfp-arrow:before, .mfp-arrow .mfp-b {
    border-top-width: 12px;
    border-bottom-width: 12px;
    opacity: 1;
}

.mfp-arrow-left {
    left: 0;
}

.mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
    margin-left: 25px;
    border-right: 18px solid #fff;
}

.mfp-arrow-right {
    right: 0;
}

.mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
    border-left: 18px solid #fff;
}

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
    top: -40px;
}

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: black;
}

/* Main image in popup */
img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
    line-height: 0;
}

.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444444;
}

.mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px;
}

.mfp-figure figure {
    margin: 0;
}

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto;
}

.mfp-title {
    display: none;
}

.mfp-image-holder .mfp-content {
    max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
    /**
     * Remove all paddings around the image on small screen
     */
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0;
    }

    .mfp-img-mobile img.mfp-img {
        padding: 0;
    }

    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0;
    }

    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px;
    }

    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, 0.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0;
    }

    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px;
    }

    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, 0.6);
        position: fixed;
        text-align: center;
        padding: 0;
    }
}

@media all and (max-width: 900px) {
    .mfp-arrow {
        -webkit-transform: scale(0.75);
        transform: scale(0.75);
    }

    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0;
    }

    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%;
    }

    .mfp-container {
        padding-left: 6px;
        padding-right: 6px;
    }
}

.mfp-ie7 .mfp-img {
    padding: 0;
}

.mfp-ie7 .mfp-bottom-bar {
    width: 600px;
    left: 50%;
    margin-left: -300px;
    margin-top: 5px;
    padding-bottom: 5px;
}

.mfp-ie7 .mfp-container {
    padding: 0;
}

.mfp-ie7 .mfp-content {
    padding-top: 44px;
}

.mfp-ie7 .mfp-close {
    top: 0;
    right: 0;
    padding-top: 0;
}

/* overlay at start */
.mfp-fade.mfp-bg {
    opacity: 0;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -ms-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}

.mfp-bg.mfp-removing {
    opacity: 0;
}

.mfp-fade.mfp-bg.mfp-ready {
    opacity: 0.85;
}

/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
    opacity: 0;
}

/* content at start */
.mfp-content {
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    transform-origin: center;
    -webkit-transform-origin: center;
}

.mfp-fade.mfp-wrap .mfp-content {
    -webkit-transform: translateY(-30px);
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -o-transform: translateY(-30px);
    transform: translateY(-30px);
    opacity: 0;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -ms-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}

/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
    -webkit-transform: translateY(30px);
    -moz-transform: translateY(30px);
    -ms-transform: translateY(30px);
    -o-transform: translateY(30px);
    transform: translateY(30px);
    opacity: 0;
}

.mfp-figure:after {
    box-shadow: 1px 0 8px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 1px 0 8px rgba(0, 0, 0, 0.1);
}

/*!
  * 3.0
  *Slick Slider
  */
.slick-slider {
    position: relative;
    outline: none !important;
    display: block;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;

    display: block;
}

.slick-track:before,
.slick-track:after {
    display: table;

    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    outline: none !important;
    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;

    height: auto;

    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}


/*!  *-------------------------------------------------------------------------------------------------------------------------------------------------------------
     * 5.0
     * Justified Gallery - v3.5.0
     * http://miromannino.github.io/Justified-Gallery/
     * Copyright (c) 2014 Miro Mannino
     * Licensed under the MIT license.
     */
@-webkit-keyframes justified-gallery-show-caption-animation {
    from {
        opacity: 0
    }
    to {
        opacity: .7
    }
}

@-moz-keyframes justified-gallery-show-caption-animation {
    from {
        opacity: 0
    }
    to {
        opacity: .7
    }
}

@-o-keyframes justified-gallery-show-caption-animation {
    from {
        opacity: 0
    }
    to {
        opacity: .7
    }
}

@keyframes justified-gallery-show-caption-animation {
    from {
        opacity: 0
    }
    to {
        opacity: .7
    }
}

@-webkit-keyframes justified-gallery-show-entry-animation {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@-moz-keyframes justified-gallery-show-entry-animation {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@-o-keyframes justified-gallery-show-entry-animation {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@keyframes justified-gallery-show-entry-animation {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

.justified-gallery {
    width: 100%;
    position: relative;
    overflow: hidden
}

.justified-gallery > a, .justified-gallery > div {
    position: absolute;
    display: inline-block;
    overflow: hidden;
    opacity: 0;
    filter: alpha(opacity=0)
}

.justified-gallery > a > img, .justified-gallery > div > img, .justified-gallery > a > a > img, .justified-gallery > div > a > img {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: 0;
    padding: 0;
    border: 0
}

.justified-gallery > a > .caption, .justified-gallery > div > .caption {
    display: none;
    position: absolute;
    bottom: 0;
    padding: 5px;
    background-color: #000;
    left: 0;
    right: 0;
    margin: 0;
    color: #fff;
    font-size: 12px;
    font-weight: 300;
    font-family: sans-serif
}

.justified-gallery > a > .caption.caption-visible, .justified-gallery > div > .caption.caption-visible {
    display: initial;
    opacity: .7;
    filter: "alpha(opacity=70)";
    -webkit-animation: justified-gallery-show-caption-animation 500ms 0 ease;
    -moz-animation: justified-gallery-show-caption-animation 500ms 0 ease;
    -ms-animation: justified-gallery-show-caption-animation 500ms 0 ease
}

.justified-gallery > .entry-visible {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-animation: justified-gallery-show-entry-animation 500ms 0 ease;
    -moz-animation: justified-gallery-show-entry-animation 500ms 0 ease;
    -ms-animation: justified-gallery-show-entry-animation 500ms 0 ease
}

.justified-gallery > .spinner {
    position: absolute;
    bottom: 0;
    margin-left: -24px;
    padding: 10px 0;
    left: 50%;
    opacity: initial;
    filter: initial;
    overflow: initial
}

.justified-gallery > .spinner > span {
    display: inline-block;
    opacity: 0;
    filter: alpha(opacity=0);
    width: 8px;
    height: 8px;
    margin: 0 4px;
    background-color: #000;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px
}

/** tooltip */
.tipsy {
    font-size: 10px;
    position: absolute;
    padding: 5px;
    z-index: 100000;
}

.tipsy-inner {
    background-color: #000;
    color: #FFF;
    max-width: 200px;
    padding: 5px 8px 4px 8px;
    text-align: center;
}

/* Rounded corners */
.tipsy-inner {
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

/* Uncomment for shadow */
/*.tipsy-inner { box-shadow: 0 0 5px #000000; -webkit-box-shadow: 0 0 5px #000000; -moz-box-shadow: 0 0 5px #000000; }*/

.tipsy-arrow {
    position: absolute;
    width: 0;
    height: 0;
    line-height: 0;
    border: 5px dashed #000;
}

/* Rules to colour arrows */
.tipsy-arrow-n {
    border-bottom-color: #000;
}

.tipsy-arrow-s {
    border-top-color: #000;
}

.tipsy-arrow-e {
    border-left-color: #000;
}

.tipsy-arrow-w {
    border-right-color: #000;
}

.tipsy-n .tipsy-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-bottom-style: solid;
    border-top: none;
    border-left-color: transparent;
    border-right-color: transparent;
}

.tipsy-nw .tipsy-arrow {
    top: 0;
    left: 10px;
    border-bottom-style: solid;
    border-top: none;
    border-left-color: transparent;
    border-right-color: transparent;
}

.tipsy-ne .tipsy-arrow {
    top: 0;
    right: 10px;
    border-bottom-style: solid;
    border-top: none;
    border-left-color: transparent;
    border-right-color: transparent;
}

.tipsy-s .tipsy-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-top-style: solid;
    border-bottom: none;
    border-left-color: transparent;
    border-right-color: transparent;
}

.tipsy-sw .tipsy-arrow {
    bottom: 0;
    left: 10px;
    border-top-style: solid;
    border-bottom: none;
    border-left-color: transparent;
    border-right-color: transparent;
}

.tipsy-se .tipsy-arrow {
    bottom: 0;
    right: 10px;
    border-top-style: solid;
    border-bottom: none;
    border-left-color: transparent;
    border-right-color: transparent;
}

.tipsy-e .tipsy-arrow {
    right: 0;
    top: 50%;
    margin-top: -5px;
    border-left-style: solid;
    border-right: none;
    border-top-color: transparent;
    border-bottom-color: transparent;
}

.tipsy-w .tipsy-arrow {
    left: 0;
    top: 50%;
    margin-top: -5px;
    border-right-style: solid;
    border-left: none;
    border-top-color: transparent;
    border-bottom-color: transparent;
}

.tipsy {
    letter-spacing: 1px;
    z-index: 1000000;
    text-transform: capitalize;
}/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 - Reset
2.0 - Main
3.0 - Topbar
4.0 - Headers
5.0 - Post Modules
6.0 - Blocks
7.0 - Single
8.0 - Widgets
9.0 - Footer
--------------------------------------------------------------*/

/*--------------------------------------------------------------
================================================================
    1.0 - RESET
================================================================
--------------------------------------------------------------*/

body {
    display: block;
    background: #f9f9f9;
    color: #282828;
}

body, p {
    font-size: 15px;
    font-family: 'Lato', sans-serif;
    line-height: 1.7;
}

h1, h2, h3, h4, h5, h6, .post-title {
    color: #282828;
    font-family: 'Montserrat', sans-serif;
}

.h1 {
    margin-top: 30px;
    margin-bottom: 20px;
    font-size: 32px;
    line-height: 40px;
}

.h2 {
    margin-top: 30px;
    margin-bottom: 20px;
    font-size: 28px;
    line-height: 36px;
}

.h3 {
    margin-top: 30px;
    margin-bottom: 20px;
    font-size: 22px;
    line-height: 30px;
}

.h4 {
    margin-top: 30px;
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 28px;
}

.h5 {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 24px;
}

.h6 {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 15px;
    line-height: 18px;
}

a {
    outline: none;
    color: inherit;
    text-decoration: none;
    line-height: inherit;
}

a:hover, a:focus {
    text-decoration: none;
}

li {
    list-style: none;
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}

kbd {
    padding: 0 7px;
    border-radius: 4px;
    background: #282828;
    color: #fff !important;
}

select {
    outline: none;
}

cite {
    font-weight: 700;
    font-style: italic;
}

.entry cite {
    display: block;
    font-size: 13px;
}

.screen-reader-text:focus {
    top: 5px;
    left: 5px;
    z-index: 100000;
    display: block;
    clip: auto !important;
    padding: 15px 23px 14px;
    width: auto;
    height: auto;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: #f1f1f1;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    text-decoration: none;
    font-weight: bold;
    font-size: 0.875rem;
    line-height: normal; /* Above WP toolbar. */
}

input {
    outline: none !important;
}

input:-webkit-autofill {
    background-color: transparent !important;
    -webkit-box-shadow: 0 0 0 1000px #fff inset;
}

input[type="button"], button {
    display: inline-block;
    padding: 7px 15px;
    outline: none !important;
    border: 1px solid #eee;
    background: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 13px;
    line-height: 1;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}

input[type="text"],
input[type="email"],
input[type="password"],
input[type="search"],
input[type="tel"] {
    display: block;
    padding: 10px 20px;
    width: 100%;
    outline: 0;
    outline: none !important;
    border: 1px solid #eee;
    box-shadow: none;
    vertical-align: middle;
    text-align: left;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.3;
    -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .35s ease-in-out;
    -ms-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
}

textarea {
    display: block;
    padding: 20px;
    width: 100%;
    outline: none !important;
    border: 1px solid rgba(28, 28, 28, .07);
    color: #282829;
    vertical-align: middle;
    text-align: left;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.5;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

input[type="button"]:hover, button:hover {
    color: #55acee;
}

select {
    display: block;
    padding: 12px;
    width: 100%;
    outline: none;
    border-color: #f2f2f2;
}

.size-auto,
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
    max-width: 100%;
    height: auto;
}

em {
    font-style: italic;
}

.ruby-col-5 {
    display: block;
    float: left;
    width: 20%;
}

.is-hidden {
    display: none !important;
}

.is-opacity a {
    opacity: .5;
}

.is-overflow {
    overflow: hidden !important;
}

.is-disable {
    opacity: .1 !important;
    pointer-events: none !important;
}

.is-absolute {
    position: absolute !important;
    z-index: 10;
}

/* popup effect */
.mfp-bg.mpf-ruby-effect {
    opacity: 0;
    -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .35s ease-in-out;
    -ms-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
}

.mfp-bg.mfp-ready.mpf-ruby-effect {
    opacity: 1;
}

.mfp-removing.mfp-bg.mfp-ready.mpf-ruby-effect {
    opacity: 0;
}

.mpf-ruby-effect.mfp-ready .mfp-animation {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: perspective(600px) scale(1);
    transform: translate3d(0, 0, 0);
}

.block-popup-gallery.mfp-animation {
    margin: auto;
    max-width: 1140px;
}

.mpf-ruby-effect .mfp-animation {
    opacity: 0;
    -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .35s ease-in-out;
    -ms-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
    -webkit-transform: translate3d(0, -90px, 0);
    -moz-transform: translate3d(0, -90px, 0);
    -ms-transform: translate3d(0, -90px, 0);
    -o-transform: translate3d(0, -90px, 0);
    transform: translate3d(0, -120px, 0);
}

.mpf-ruby-effect.mfp-ready.mfp-removing .mfp-animation {
    opacity: 0;
    -webkit-transform: translate3d(0, -90px, 0);
    -moz-transform: translate3d(0, -90px, 0);
    -ms-transform: translate3d(0, -90px, 0);
    -o-transform: translate3d(0, -90px, 0)
}

.bypostauthor {

}

/*--------------------------------------------------------------
================================================================
   2.0 - MAIN
================================================================
--------------------------------------------------------------*/

.is-boxed .site-outer {
    z-index: 2;
    display: block;
    margin-right: auto;
    margin-left: auto;
    max-width: 1200px;
    background-color: #f9f9f9;
    -webkit-box-shadow: 2px 2px 1px rgba(28, 28, 28, 0.05);
    -moz-box-shadow: 2px 2px 1px rgba(28, 28, 28, 0.05);
    box-shadow: 2px 2px 1px rgba(28, 28, 28, 0.05);
}

.ruby-container {
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding: 0;
    max-width: 1140px;
}

.container-inner {
    display: block;
    margin-right: 15px;
    margin-left: 15px;
}

.site-outer, .site-wrap, .site-inner {
    display: block;
}

.site-inner {
    position: relative;
    right: 0;
    margin: 0 auto;
    padding: 0;
}

/* slick slider */
.slick-dots {
    position: absolute;
    right: 10px;
    bottom: 10px;
    z-index: 2;
    display: block;
    line-height: 1;
}

.is-gallery .slick-dots {
    right: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

.slick-dots li {
    position: relative;
    display: inline-block;
    padding: 0 3px;
    vertical-align: middle;
    line-height: 10px;
    opacity: .8;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}

.slick-dots li button {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 0;
    opacity: 0;
    cursor: pointer;
}

.slick-dots li:before {
    position: relative;
    display: block;
    width: 8px;
    height: 8px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #fff;
    content: '';
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}

.slick-dots li.slick-active:before {
    -webkit-transform: scale(1.4);
    -moz-transform: scale(1.4);
    -ms-transform: scale(1.4);
    -o-transform: scale(1.4);
    transform: scale(1.4);
}

.slick-dots li:hover, .slick-dots li.slick-active {
    opacity: 1;
}

.ruby-slider-nav {
    position: absolute;
    z-index: 99;
    padding: 0;
    width: 38px;
    height: 38px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background-color: rgba(28, 28, 28, .5);
    color: #fff;
    text-align: center;
    font-size: 24px;
    line-height: 38px;
    opacity: .3;
    cursor: pointer;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.ruby-slider-nav:hover, .ruby-slider-nav:focus {
    opacity: 1;
}

.ruby-slider-prev {
    top: 50%;
    left: 20px;
    margin-top: -19px;
}

.ruby-slider-prev i {
    margin-right: 2px;
}

.ruby-slider-next {
    top: 50%;
    right: 20px;
    left: auto;
    margin-top: -19px;
}

.ruby-slider-next i {
    margin-left: 2px;
}

.slider-nav {
    cursor: pointer;
}

.ruby-slider-popup-nav {
    position: absolute;
    top: 50%;
    bottom: auto;
    z-index: 999;
    margin-top: -18px;
    width: 38px;
    height: 38px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background-color: #fff;
    box-shadow: none;
    color: #282828;
    text-align: center;
    font-size: 24px;
    line-height: 38px;
    opacity: .05;
    cursor: pointer;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.ruby-slider-popup-prev {
    left: -100px;
}

.ruby-slider-popup-prev i {
    margin-right: 2px;
}

.ruby-slider-popup-next {
    right: -100px;
}

.ruby-slider-popup-nav:hover {
    opacity: .5;
}

.ruby-slider-popup-next i {
    margin-left: 2px;
}

.slick-disabled {
    opacity: .1;
    pointer-events: none;
}

.slider-init {
    overflow: hidden;
    opacity: 0;
}

.fw-block-1-slider.slider-init,
.fw-block-2-slider.slider-init {
    height: 540px;
}

.fw-block-2-slider.slider-init {
    height: 655px;
}

.fw-block-3-slider.slider-init,
.fw-block-5-slider.slider-init,
.post-thumb-gallery-slider.slider-init {
    height: 440px;
}

.fw-block-6-slider.slider-init {
    height: 500px;
}

.fw-block-7 .slider-init {
    height: 250px;
}

.related-video-slider.slider-init {
    height: 200px;
}

.ruby-mini-slider.slider-init {
    height: 370px;
}

.ajax-loadmore-link {
    display: inline-block;
    padding: 0 20px;
    border: none;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background-color: rgba(0, 0, 0, .4);
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    white-space: nowrap;
    font-size: 13px;
    line-height: 28px;
    opacity: .4;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

input#comment-submit,
a.box-comment-btn,
.header-search-more button,
.entry input[type="submit"] {
    display: inline-block;
    padding: 0 20px;
    border: none;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background-color: #282828;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .1);
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    white-space: nowrap;
    font-weight: 600;
    font-size: 12px;
    line-height: 28px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

input#comment-submit,
a.box-comment-btn {
    opacity: .4;
}

.ajax-loadmore-link.ajax-link:hover {
    background-color: #282828;
}

input#comment-submit:hover,
input#comment-submit:focus,
.box-comment-btn:hover,
.box-comment-btn:focus,
.header-search-more button:hover,
.header-search-more button:focus,
.entry input[type="submit"]:hover,
.entry input[type="submit"]:focus {
    -webkit-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, .3);
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, .3);
    opacity: 1;
}

/* is hide */
.is-hide {
    display: none !important;
}

.is-show {
    display: block;
}

/* page pagination */
.pagination-wrap {
    display: block;
    clear: both;
    margin-top: 10px;
    margin-bottom: 20px;
    padding: 0 15px;
    width: 100%;
    height: 34px;
    text-align: center;
}

.pagination-text {
    display: block;
    float: right;
    color: #999;
    font-style: italic;
    font-size: 14px;
    line-height: 34px;
}

.pagination-num {
    display: block;
    float: left;
    color: #fff;
}

.page-numbers {
    display: block;
    float: left;
    margin-right: 4px;
    margin-left: 4px;
    width: 34px;
    height: 34px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background-color: #fff;
    color: #282828;
    text-align: center;
    font-size: 14px;
    line-height: 34px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.single .page-numbers {
    background-color: #f7f7f7;
}

.page-numbers:first-child {
    margin-left: 0;
}

.page-numbers.dots {
    background: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    color: #222;
    -o-box-shadow: none;
}

.next.page-numbers i {
    margin-left: 1px;
}

.prev.page-numbers i {
    margin-right: 1px;
}

.prev.page-numbers, .next.page-numbers {
    font-size: 15px;
}

.page-numbers.current, a.page-numbers:hover, a.page-numbers:focus {
    border-color: #55acee;
    background-color: #55acee;
    color: #fff;
}

/* image animation */
.ruby-animated-image {
    opacity: 0;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}

.ruby-zoom.ruby-animated-image.ruby-animation {
    opacity: 1;;
    -webkit-animation: ruby-zoom-animated 0.5s 1 cubic-bezier(0.2, 1, 0.3, 1);;
    -moz-animation: ruby-zoom-animated 0.5s 1 cubic-bezier(0.2, 1, 0.3, 1);
    animation: ruby-zoom-animated 0.5s 1 cubic-bezier(0.2, 1, 0.3, 1);
}

.ruby-fade.ruby-animated-image.ruby-animation {
    opacity: 1;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.ruby-bottom.ruby-animated-image.ruby-animation {
    opacity: 1;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

.ruby-bottom.ruby-animated-image {
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    -ms-transform: translateY(100px);
    -o-transform: translateY(100px);
    transform: translateY(100px);
}

@keyframes ruby-zoom-animated {
    0% {
        transform: scale(0.6);
        opacity: 0.1;
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}

@-webkit-keyframes ruby-zoom-animated {
    0% {
        -webkit-transform: scale(0.6);
        opacity: 0.1;
    }
    100% {
        -webkit-transform: scale(1);
        opacity: 1;
    }
}

@-moz-keyframes ruby-zoom-animated {
    0% {
        -moz-transform: scale(0.6);
        opacity: 0.1;
    }
    100% {
        -moz-transform: scale(1);
        opacity: 1;
    }
}

/*--------------------------------------------------------------
================================================================
    3.0 - TOPBAR
================================================================
--------------------------------------------------------------*/

/*topbar*/
.topbar-wrap {
    position: relative;
    z-index: 999;
    background-color: #282828;
    font-size: 13px;
    font-family: 'Lato', sans-serif;
    line-height: 34px;
}

.topbar-left {
    float: left;
}

.topbar-left > * {
    display: inline-block;
    margin-right: 15px;
}

.topbar-left > *:last-child {
    margin-right: 0;
}

.topbar-right {
    float: right;
}

.topbar-right > * {
    float: left;
    margin-left: 15px;
}

.topbar-right > *:first-child {
    margin-left: 0;
}

.topbar-info i {
    margin-right: 7px;
}

.topbar-info > * {
    margin-right: 10px;
}

.topbar-info > *:last-child {
    margin-right: 0;
}

.topbar-social a {
    display: block;
    float: left;
    padding: 0 7px;
    vertical-align: middle;
    font-size: 16px;
}

.topbar-social a:hover, .topbar-social a:focus {
    opacity: 1;
}

/* topbar email info */
.info-email, .info-phone {
    text-transform: none;
}

/* topbar nav */
.topbar-menu-inner > li {
    position: relative;
    display: inline-block;
}

.topbar-menu-inner > li > a {
    display: block;
    padding: 0 10px;
}

.topbar-menu-inner > li:first-child > a {
    padding-left: 0;
}

.topbar-menu-inner > li:hover > a,
.topbar-menu-inner > li:focus > a {
    opacity: .8;
}

.topbar-menu-inner a {
    white-space: nowrap;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.topbar-menu-inner a:hover {
    opacity: 1;
}

.topbar-menu-inner .sub-menu {
    position: absolute;
    top: -99999px;
    right: auto;
    left: auto;
    z-index: 99;
    display: block;
    visibility: hidden;
    padding: 5px 0;
    min-width: 155px;
    background-color: #282828;
    -webkit-box-shadow: 1px 1px 7px rgba(0, 0, 0, 0.1);
    box-shadow: 1px 1px 7px rgba(0, 0, 0, 0.1);
    opacity: 0;
    pointer-events: none;
}

.topbar-menu-inner .sub-menu li:hover .sub-menu {
    top: 0;
    left: 100%;
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}

.topbar-menu-inner > li.menu-item-has-children > a:after {
    display: inline-block;
    margin-top: -2px;
    margin-left: 4px;
    content: "\f078";
    vertical-align: middle;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 6px;
}

.topbar-menu-inner > li:hover > .sub-menu {
    top: 100%;
    bottom: auto;
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
}

.topbar-menu-inner .sub-menu a {
    display: block;
    padding: 5px 15px;
    line-height: 1.5;
}

.topbar-menu-inner .sub-menu a:hover {
    background-color: rgba(255, 255, 255, .07);
}

.topbar-menu-inner > .menu-item-has-children > .sub-menu > li.menu-item-has-children > a:after {
    right: 10px !important;
}

/* topbar mini cart */
.topbar-cart {
    position: relative;
    display: block;
}

.topbar-style-2 .mini-cart-wrap {
    background-color: #fff;
}

.mini-cart-wrap {
    position: absolute;
    min-width: 300px;
    padding: 20px;
    background-color: #282828;
    right: -30px;
    top: 125%;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .1);
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.topbar-cart:hover .mini-cart-wrap {
    opacity: 1;
    visibility: visible;
    top: 100%;
}

#ruby-mini-cart .total {
    margin-bottom: 25px;
}

.topbar-cart .cart-counter {
    position: absolute;
    display: inline-block;
    text-align: center;
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 9px;
    font-weight: 700;
    top: 0;
    right: -15px;
}

#ruby-mini-cart .total strong {
    margin-right: 4px;
}

#ruby-mini-cart .wc-forward {
    display: inline-block;
    padding: 0 20px;
    border: none;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    color: #fff !important;
    background-color: #55acee;
    text-transform: uppercase;
    white-space: nowrap;
    font-weight: 400;
    font-size: 13px !important;
    line-height: 30px;
    -webkit-transition: all .2s !important;
    -moz-transition: all .2s !important;
    -ms-transition: all .2s !important;
    -o-transition: all .2s !important;
    transition: all .2s !important;
}

#ruby-mini-cart .wc-forward:first-child {
    margin-right: 5px;
    background-color: #55acee;
}

.topbar-style-2 #ruby-mini-cart .wc-forward:hover {
    background-color: #111 !important;
    color: #fff !important;
}

#ruby-mini-cart .wc-forward:hover {
    background-color: #fff !important;
    color: #282828 !important;
    opacity: 1;
}

/* subscribe form */
.ruby-subscribe-form-inner.subscribe-wrap {
    position: relative;
    margin-right: auto;
    margin-left: auto;
    padding: 50px 0 0 0;
    max-width: 500px;
    background-color: #ffffff;
    background-position: center center;
    background-size: cover !important;
    background-repeat: no-repeat;
    -webkit-background-size: cover !important;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.topbar-subscribe-button a {
    display: block;
    text-transform: uppercase;
    letter-spacing: .02em;
    font-size: 12px;
    line-height: 30px;
}

.topbar-subscribe-button a span {
    display: inline-block;
    padding: 0 15px;
    height: 20px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background-color: #55acee;
    color: #fff;
    vertical-align: middle;
    font-weight: 600;
    font-size: 12px;
    line-height: 20px;
}

.ruby-subscribe-form-inner p {
    color: #999;
}

.subscribe-header {
    position: absolute;
    top: 0;
    left: 0;
    padding: 0 30px;
    width: 100%;
    height: 50px;
    border-bottom: 1px solid rgba(28, 28, 28, .07);
    line-height: 50px;
}

.is-light-text .subscribe-header {
    border-color: rgba(255, 255, 255, .07);
}

.subscribe-body {
    padding: 15px 30px 30px 30px;
}

.subscribe-social-wrap {
    display: block;
    overflow: hidden;
    margin-top: 15px;
}

.subscribe-social-wrap > * {
    display: block;
    float: left;
    margin: 2px;
}

.subscribe-social-wrap a > * {
    display: block;
    width: 26px;
    vertical-align: middle;
    text-align: center;
    font-size: 16px;
    line-height: 26px;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.subscribe-social-wrap a > *:hover,
.subscribe-social-wrap a > *:focus {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);

}

.is-light-text .subscribe-social-wrap a > *,
.is-light-text.ruby-subscribe-form-inner .mfp-close {
    border-color: rgba(255, 255, 255, .3);
}

.subscribe-logo img {
    display: inline-block;
    max-height: 35px;
    width: auto;
    line-height: 50px;
}

.ruby-subscribe-form-inner .mfp-close {
    right: 0;
    width: 50px;
    height: 50px;
    border-left: 1px solid rgba(28, 28, 28, .07);
    color: #282828;
    opacity: .7;
    cursor: pointer;
}

.ruby-subscribe-form-inner .mfp-close:hover,
.ruby-subscribe-form-inner .mfp-close:focus {
    opacity: 1;
}

.ruby-subscribe-form-inner .mfp-close:before {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    margin-top: -1px;
    margin-left: -10px;
    width: 20px;
    height: 2px;
    background-color: #1d4a7b;
    content: '';
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.ruby-subscribe-form-inner .mfp-close:after {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    margin-top: -1px;
    margin-left: -10px;
    width: 20px;
    height: 2px;
    background-color: #1d4a7b;
    content: '';
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.is-light-text .mfp-close:before,
.is-light-text .mfp-close:after {
    background-color: #ffffff;
}

/* topbar style 2 */
.topbar-wrap.topbar-style-2 {
    border-bottom: 1px solid rgba(28, 28, 28, .07);
    background-color: #ffffff;
}

.topbar-style-2 .topbar-subscribe-button a span {
    background-color: rgba(0, 0, 0, .07);
    color: #282828;
}

.topbar-style-2 .topbar-subscribe-button a span:hover {
    background-color: #55acee;
    color: #fff;
}

.topbar-style-2 .topbar-menu-inner .sub-menu {
    background-color: #fff;
}

/*--------------------------------------------------------------
================================================================
    4.0 - HEADER
================================================================
--------------------------------------------------------------*/

.is-logo-image .logo-title,
.is-logo-mobile-image .logo-mobile-title {
    display: none;
}

.logo-wrap a {
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}

.logo-wrap a:hover {
    opacity: .7;
}

.logo-text h1 {
    margin: 0;
    color: #1d4a7b;
    text-transform: uppercase;
    letter-spacing: -1px;
    font-weight: 700;
    font-style: normal;
    font-size: 40px;
}

.site-tagline {
    margin: 5px 0 0 0;
    color: #1d4a7b;
    white-space: nowrap;
    font-weight: 400 !important;
    font-size: 14px;
    line-height: 1;
}

.navbar-left > * {
    float: left;
    margin-right: 15px;
}

.navbar-left > *:last-child {
    margin-right: 0;
}

.header-wrap .no-menu p {
    overflow: hidden;
    padding: 0;
    line-height: 52px;
}

.banner-inner {
    display: -webkit-flex;
    display: flex;
}

.header-inner .logo-wrap {
    margin: 20px 0;
    max-width: 360px;
}

.header-inner .banner-ad-wrap {
    margin: auto 0 auto auto;
    max-width: 728px;
    max-height: 90px;
    text-align: center;
}

.header-wrap .logo-inner img {
    display: block;
    margin: auto;
    max-height: 90px;
    width: auto;
}

.header-style-1 .is-logo-text .logo-inner {
    margin-top: 10px;
}

.header-style-1 .header-inner .logo-wrap {
    min-height: 90px;
    text-align: left;
}

.header-style-2 .header-inner .logo-wrap,
.header-style-4 .header-inner .logo-wrap,
.header-style-5 .header-inner .logo-wrap {
    margin: 20px auto;
}

/* header social */
.header-social-wrap {
    margin-top: 5px;
    text-align: center;
}

.header-social-inner a {
    display: inline-block;
    margin: 10px 2px 0 2px;
    width: 36px;
    height: 36px;
    border: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: rgba(0, 0, 0, .06);
    vertical-align: middle;
    font-size: 17px;
    line-height: 36px;
}

.header-social-inner.is-light-style a {
    border-color: rgba(255, 255, 255, .5);
    background-color: rgba(255, 255, 255, .07);
}

/* header logo background url */
.hide-header-background .banner-wrap.banner-background-image {
    display: none;
}

.header-parallax-wrap {
    position: relative;
    overflow: hidden;
    background-color: #fff;
}

.banner-background-color {
    background: #fff;
}

.banner-background-image {
    position: relative;
}

#header-image-parallax {
    height: 320px;
}

.banner-background-image:before {
    position: absolute;
    left: 0;
    content: '';

}

.banner-background-image:after {
    position: absolute;
    right: 0;
    content: '';
}

.banner-background-image .banner-inner {
    position: absolute;
    top: 0;
    right: auto;
    bottom: auto;
    left: 0;
    z-index: 9;
    display: -webkit-flex;
    display: flex;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    text-align: center;
}

.header-inner .banner-background-image .logo-wrap {
    display: block;
    margin: auto;
    max-width: 100%;
    height: auto;
}

.header-inner .banner-background-image .logo-inner img {
    display: block;
    margin: auto;
    max-height: 110px;
    width: auto;
}

.banner-background-color .banner-inner {
    border-bottom: 1px solid rgba(0, 0, 0, .02);
}

/* logo mobile */
.logo-mobile-wrap {
    display: none;
}

.hide-header-background .logo-mobile-wrap {
    display: flex;
    line-height: 52px;
    max-height: 52px;
    float: left;
}

.hide-header-background .logo-mobile-wrap .logo-mobile-inner {
    margin: auto;
}

.logo-mobile-inner {
    text-align: center;
}

.logo-mobile-inner a img {
    margin: auto;
    max-width: 280px;
    max-height: 44px;
    width: auto;
}

.logo-mobile-text > * {
    color: #1d4a7b;
    text-transform: uppercase;
    letter-spacing: -1px;
    font-weight: 700;
    font-size: 32px;
    font-family: 'Montserrat', sans-serif;
    line-height: 52px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.logo-mobile-text > *:hover {
    opacity: .7;
}

.header-style-1 .banner-ad-image img {
    max-height: 100px;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

/* Header style 2 & 4 & 5 */
.header-style-2 .header-inner .banner-ad-wrap,
.header-style-3 .header-inner .banner-ad-wrap,
.header-style-4 .header-inner .banner-ad-wrap,
.header-style-5 .header-inner .banner-ad-wrap {
    display: block;
    overflow: hidden;
    margin: 20px 0;
    max-width: 100%;
    max-height: none;
}

.header-style-5 .main-menu-wrap,
.header-style-6 .main-menu-wrap,
.header-style-9 .main-menu-wrap {
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
}

.header-style-7 .header-inner .banner-ad-wrap {
    margin: 20px 0;
    max-width: 100%;
    max-height: 100%;
}

.header-style-3 .logo-text h1,
.header-style-7 .logo-text h1 {
    font-size: 26px;
    line-height: 1.1;
}

.header-style-3 .navbar-inner {
    min-height: 60px;
}

.header-style-7 .navbar-inner {
    margin-right: 0;
    margin-left: 0;
    padding: 0 20px;
    min-height: 60px;
}

.header-style-7 .navbar-right {
    right: 20px;
}

.header-style-7 .navbar-left > * {
    margin-left: 20px;
}

.header-style-7 .navbar-left > *:first-child {
    margin-left: 0;
}

.header-style-3 .off-canvas-btn-wrap {
    padding: 0 20px;
}

.header-style-3 .navbar-right > *:nth-child(2):not(.is-hidden) {
    border-right: 1px solid rgba(28, 28, 28, .05);
}

.header-style-3 .off-canvas-btn,
.header-style-7 .off-canvas-btn {
    height: 72px;
}

.header-style-3 .off-canvas-btn .ruby-trigger,
.header-style-7 .off-canvas-btn .ruby-trigger {
    margin-top: -36px;
    height: 72px;
}

.header-style-3 .header-search-popup .btn,
.header-style-7 .header-search-popup .btn {
    right: 80px;
    line-height: 72px;
}

.header-style-3 .no-menu p,
.header-style-3 .main-menu-inner > li > a,
.header-style-7 .no-menu p,
.header-style-7 .main-menu-inner > li > a {
    line-height: 72px;
}

.header-style-3 .header-inner .logo-wrap {
    display: -webkit-flex;
    display: flex;
    margin: auto;
    height: 72px;
}

.header-style-7 .header-inner .logo-wrap {
    display: -webkit-flex;
    display: flex;
    margin: auto auto auto 20px;
    height: 72px;
}

.header-style-3 .logo-inner,
.header-style-7 .logo-inner {
    margin: auto;
    margin-right: 10px;
    text-align: left;
}

.header-style-3 .logo-inner .site-tagline,
.header-style-7 .logo-inner .site-tagline {
    margin-top: 0;
    font-size: 12px;
}

.header-style-3 .logo-wrap img,
.header-style-7 .logo-wrap img {
    max-height: 64px !important;
}

.header-style-3 .navbar-search {
    padding: 0 15px;
}

.header-style-3 .ruby-close-search {
    top: 20px;
    right: 101px;
}

.header-style-7 .ruby-close-search {
    top: 20px;
    right: 22px;
}

.header-style-3 .navbar-right {
    border-right: 1px solid rgba(28, 28, 28, .05);
    border-left: 1px solid rgba(28, 28, 28, .05);
    font-size: 21px;
    line-height: 72px;
}

.header-style-7 .navbar-right {
    font-size: 21px;
    line-height: 72px;
}

.header-style-3 .navbar-social a {
    padding-right: 8px;
    padding-left: 8px;
}

.header-style-3 .header-search-popup #ruby-search-input,
.header-style-7 .header-search-popup #ruby-search-input {
    padding-top: 10px;
    padding-right: 130px;
    padding-bottom: 10px;
}

.header-style-9 .header-inner .banner-ad-wrap {
    margin: 20px 0 20px auto;
}

/* off canvas button */
.header-banner-wrap .off-canvas-btn-wrap {
    position: absolute;
    top: 50%;
    left: 40px;
    display: block;
    margin-top: -27px;
}

.off-canvas-btn {
    position: relative;
    display: block;
    float: left;
    overflow: hidden;
    width: 24px;
    height: 52px;
    cursor: pointer;
    z-index: 9;
}

.ruby-is-stick .off-canvas-btn {
    width: 24px;
    height: 42px;
}

.off-canvas-btn .ruby-trigger {
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    margin-top: -26px;
    width: 24px;
    height: 52px;
}

.off-canvas-btn .ruby-trigger:hover,
.off-canvas-btn .ruby-trigger:focus {
    opacity: .7;
}

.ruby-trigger .icon-wrap {
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    margin-top: -1px;
    width: 24px;
    height: 2px;
    background-color: #1d4a7b;
    font-size: 0;
    -webkit-transition: background-color .2s ease-in-out;
    -moz-transition: background-color .2s ease-in-out;
    -ms-transition: background-color .2s ease-in-out;
    -o-transition: background-color .2s ease-in-out;
    transition: background-color .2s ease-in-out;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.ruby-trigger .icon-wrap:before, .ruby-trigger .icon-wrap:after {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #1d4a7b;
    content: '';
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
}

.ruby-trigger .icon-wrap:before {
    -webkit-transform: translateY(-300%);
    transform: translateY(-300%);
}

.ruby-trigger .icon-wrap:after {
    -webkit-transform: translateY(300%);
    transform: translateY(300%);
}

.mobile-js-menu .ruby-trigger .icon-wrap {
    background-color: transparent;
}

.mobile-js-menu .ruby-trigger .icon-wrap:before {
    -webkit-transform: translateY(0) rotate(45deg);
    transform: translateY(0) rotate(45deg);
}

.mobile-js-menu .ruby-trigger .icon-wrap:after {
    -webkit-transform: translateY(0) rotate(-45deg);
    transform: translateY(0) rotate(-45deg);
}

/* off canvas section */
.off-canvas-wrap {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 10001;
    visibility: hidden;
    overflow-x: hidden;
    overflow-y: auto;
    width: 300px;
    background-color: #282828;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    -webkit-transform: translate3d(-100%, 0, 0);
    -moz-transform: translate3d(-100%, 0, 0);
    -o-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    -moz-perspective: 1000;
    -ms-perspective: 1000;
    perspective: 1000;
}

.off-canvas-inner {
    position: relative;
    display: block;
    padding: 60px 30px;
}

.canvas-sidebar-inner .widget {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 2px solid rgba(0, 0, 0, .1);
}

.canvas-sidebar-inner .widget_search .search-input input[type="text"] {
    background-color: #fafafa;
}

.canvas-sidebar-inner .widget:last-child {
    margin-bottom: 0;
    border: none;
}

.canvas-sidebar-inner .widget-title.block-title {
    display: block;
    margin-bottom: 20px;
}

.canvas-sidebar-inner .widget-title.block-title span {
    background: none !important;
    color: inherit !important;
}

.off-canvas-wrap .sidebar-inner {
    padding: 0;
}

.off-canvas-wrap.is-dark-text {
    background-color: #fff;
}

.admin-bar .off-canvas-wrap {
    top: 32px;
}

.mobile-js-menu .off-canvas-wrap {
    visibility: visible;
    -webkit-transition: -webkit-transform .2s;
    transition: transform .2s;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.main-site-mask {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    display: block;
    visibility: hidden;
    width: 100%;
    height: 100%;
    background: transparent;
    -webkit-transition: background .2s ease-in-out, visibility .2s ease-in-out;
    -moz-transition: background .2s ease-in-out, visibility .2s ease-in-out;
    transition: background .2s ease-in-out, visibility .2s ease-in-out;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}

.mobile-js-menu .main-site-mask {
    visibility: visible;
    background: rgba(28, 28, 28, 0.9);
}

.mobile-js-menu .main-site-mask:hover {
    cursor: url(//ethsecurity.com.br/wp-content/themes/bingo/assets/images/cursor-close.png), default;
}

.off-canvas-wrap::-webkit-scrollbar {
    width: 6px;
    background: #eee;
}

.off-canvas-wrap.is-light-text::-webkit-scrollbar {
    background: #333;
}

.off-canvas-wrap::-webkit-scrollbar-corner {
    display: block;
    border-radius: 4px;
    background-color: #55acee;
}

.off-canvas-wrap::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: #55acee;
}

.off-canvas-wrap.is-light-text::-webkit-scrollbar-corner,
.off-canvas-wrap.is-light-text::-webkit-scrollbar-thumb {
    background-color: #aaa;
}

#ruby-off-canvas-close-btn {
    position: absolute;
    top: 20px;
    right: 10px;
    display: block;
    width: 40px;
    height: 40px;
    color: #fff;
    text-align: center;
    line-height: 40px;
    opacity: .5;
}

.off-canvas-wrap.is-dark-text #ruby-off-canvas-close-btn {
    color: #282828;
}

#ruby-off-canvas-close-btn:hover, #ruby-off-canvas-close-btn:focus {
    opacity: 1;
}

.off-canvas-social-wrap {
    display: block;
    padding-top: 30px;
    border-top: 3px solid rgba(28, 28, 28, .07);
    text-align: center;
}

.off-canvas-widget-section-wrap {
    margin-top: 30px;
    padding-top: 30px;
    border-top: 3px solid rgba(28, 28, 28, .07);
}

.is-light-text .off-canvas-social-wrap,
.is-light-text .off-canvas-widget-section-wrap,
.is-light-text .canvas-sidebar-inner .widget {
    border-color: rgba(255, 255, 255, .5);
}

.off-canvas-social-wrap a {
    display: inline-block;
    padding: 0 7px;
    color: #fff;
    font-size: 18px;
    line-height: 30px;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.off-canvas-social-wrap a:hover, .off-canvas-social-wrap a:focus {
    opacity: .7;
}

.off-canvas-wrap.is-dark-text .off-canvas-social-wrap a {
    color: #282828;
}

.off-canvas-wrap.is-light-text .off-canvas-nav-wrap {
    color: #fff;
}

.is-dark-text .ruby-close-btn:before,
.is-dark-text .ruby-close-btn:after {
    background-color: #282828;
}

/* off canvas menu */
.off-canvas-nav-wrap {
    display: block;
    margin-top: 0;
    margin-bottom: 30px;
}

.off-canvas-nav-wrap .sub-menu {
    display: none;
}

.off-canvas-nav-wrap a {
    position: relative;
    display: block;
    width: 100%;
    border-top: 1px solid rgba(255, 255, 255, .05);
    line-height: 42px;
    -webkit-transition: opacity .2s ease-in-out;
    -moz-transition: opacity .2s ease-in-out;
    -ms-transition: opacity .2s ease-in-out;
    -o-transition: opacity .2s ease-in-out;
    transition: opacity .2s ease-in-out;
}

.no-menu p {
    display: block;
    padding: 15px 0;
    color: #999;
    letter-spacing: 0;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.4;
}

.no-menu a {
    display: inline-block;
    width: auto;
    border: none;
    text-decoration: underline;
}

.no-menu a:hover {
    color: #282828
}

.is-light-text .no-menu a:hover {
    color: #fff;
    opacity: .7;
}

.off-canvas-nav-wrap a:hover {
    opacity: .7;
}

.is-dark-text .off-canvas-nav-wrap a {
    border-color: #f8f8f8;
}

.off-canvas-nav-inner > li:first-child > a {
    border-top: none;
}

.off-canvas-nav-wrap .explain-menu {
    z-index: 999;
    display: block;
    float: right;
    width: 42px;
    height: 42px;
    text-align: center;
    opacity: .7;
    cursor: pointer;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.off-canvas-nav-wrap .explain-menu:hover {
    opacity: 1;
}

.off-canvas-nav-wrap .explain-menu-inner {
    text-align: center;
    font-size: 15px;
}

.off-canvas-nav-wrap .show-sub-menu > .sub-menu {
    display: block !important;
}

.off-canvas-nav-wrap .sub-menu {
    padding-left: 15px;
    font-size: .85em;
}

.off-canvas-nav-wrap .sub-menu .sub-menu {
    font-size: inherit;
}

/* main navigation */
.navbar-outer {
    position: relative;
    z-index: 998;
    display: block;
}

.navbar-wrap {
    right: auto;
    left: auto;
    display: block;
    background-color: #fff;
    -webkit-box-shadow: 0 4px 6px 0 rgba(28, 28, 28, .05);
    -moz-box-shadow: 0 4px 6px 0 rgba(28, 28, 28, .05);
    box-shadow: 0 4px 6px 0 rgba(28, 28, 28, .05);
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}

.is-stick .navbar-wrap {
    -webkit-transition: transform .2s;
    -moz-transition: transform .2s;
    -ms-transition: transform .2s;
    -o-transition: transform .2s;
    transition: transform .2s;
}

.main-menu-inner {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 15px;
    font-family: 'Lato', sans-serif;
}

.main-menu-inner > li {
    position: relative;
    display: inline-block;
}

.main-menu-inner > li > a {
    position: relative;
    display: block;
    padding: 0 15px;
    white-space: nowrap;
    line-height: 52px;
    -webkit-transition: color .2s;
    -moz-transition: color .2s;
    -ms-transition: color .2s;
    -o-transition: color .2s;
    transition: color .2s;
}

.main-menu-inner > li:hover > a,
.main-menu-inner > li:focus > a {
    background-color: rgba(28, 28, 28, .03);
}

.main-menu-inner > .current-menu-item > a {
    background-color: rgba(28, 28, 28, .03);
}

.main-menu-inner .sub-menu .current-menu-item > a {
    background-color: rgba(255, 255, 255, .15);
    color: #fff;
}

.main-menu-inner i {
    margin-right: 7px;
}

.main-menu-inner .sub-menu.is-sub-default .sub-menu {
    top: 0;
    left: 100%;
    -webkit-transition: -webkit-transform .15s ease-in-out;
    -moz-transition: -moz-transform .15s ease-in-out;
    -ms-transition: -ms-transform .15s ease-in-out;
    -o-transition: -o-transform .15s ease-in-out;
    transition: transform .15s ease-in-out;
    -webkit-transform: scaleY(0);
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -o-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 100% 0%;
    -ms-transform-origin: 100% 0%;
    transform-origin: 100% 0%;
    pointer-events: none;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}

.main-menu-inner .sub-menu.is-sub-default > li:hover > .sub-menu,
.main-menu-inner .sub-menu.is-sub-default > li:focus > .sub-menu {
    visibility: visible;
    opacity: 1;
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
    transform: scaleY(1);
    pointer-events: auto;
}

.main-menu-inner .sub-menu.is-sub-default > li > .sub-menu > li:hover > .sub-menu,
.main-menu-inner .sub-menu.is-sub-default > li > .sub-menu > li:focus > .sub-menu {
    visibility: visible;
    opacity: 1;
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
    transform: scaleY(1);
    pointer-events: auto;
}

.header-style-5 .mega-col-menu.mega-menu-wrap.sub-menu,
.header-style-6 .mega-col-menu.mega-menu-wrap.sub-menu,
.header-style-7 .mega-col-menu.mega-menu-wrap.sub-menu,
.header-style-9 .mega-col-menu.mega-menu-wrap.sub-menu {
    left: 50%;
    transform: translate(-50%, 0) scaleY(0);
}

.header-style-5 .is-col-mega-menu:hover .mega-col-menu.mega-menu-wrap.sub-menu,
.header-style-5 .is-col-mega-menu:focus .mega-col-menu.mega-menu-wrap.sub-menu,
.header-style-6 .is-col-mega-menu:hover .mega-col-menu.mega-menu-wrap.sub-menu,
.header-style-6 .is-col-mega-menu:focus .mega-col-menu.mega-menu-wrap.sub-menu,
.header-style-7 .is-col-mega-menu:hover .mega-col-menu.mega-menu-wrap.sub-menu,
.header-style-7 .is-col-mega-menu:focus .mega-col-menu.mega-menu-wrap.sub-menu,
.header-style-9 .is-col-mega-menu:hover .mega-col-menu.mega-menu-wrap.sub-menu,
.header-style-9 .is-col-mega-menu:focus .mega-col-menu.mega-menu-wrap.sub-menu {
    transform: translate(-50%, 0) scaleY(1);
}

.sub-menu li {
    position: relative;
    display: block;
}

.main-menu-inner .sub-menu:not(.mega-menu-wrap) a {
    display: block;
    padding: 10px 20px 10px 15px;
    width: 100%;
    white-space: nowrap;
    line-height: 1;
}

.sub-menu.mega-category-menu > .sub-menu.is-sub-default > li {
    margin: 0 10px;
}

.sub-menu.mega-category-menu > .sub-menu.is-sub-default > li a {
    padding-right: 0;
    padding-left: 0;
}

.sub-menu.mega-category-menu > .sub-menu.is-sub-default > li a:hover,
.sub-menu.mega-category-menu > .sub-menu.is-sub-default > li a:focus {
    background: none;
    opacity: .7;
}

.mega-menu-wrap .ajax-pagination.ajax-nextprev {
    margin-bottom: 0;
    padding: 0;
    border: none;
}

.main-menu-inner .sub-menu:not(.mega-menu-wrap) li:last-child a,
.main-menu-inner .sub-menu.is-sub-default .sub-menu li:last-child a {
    border-bottom: none;
}

.main-menu-inner > li.menu-item-has-children > a:after,
.main-menu-inner > li.is-mega-menu > a:after {
    display: inline-block;
    margin-left: 7px;
    content: "\f107";
    font-size: 15px;
    font-family: FontAwesome;
    opacity: .7;
}

.navbar-inner .menu-item-has-children > .sub-menu:not(.mega-col-menu) li.menu-item-has-children > a:after {
    position: absolute;
    top: 50%;
    right: 15px;
    display: block;
    margin-top: -10px;
    height: 20px;
    content: "\f105";
    font-family: FontAwesome;
    line-height: 20px;
}

.main-menu-inner > li.is-mega-menu > a:before,
.main-menu-inner > li.menu-item-has-children > a:before {
    position: absolute;
    bottom: 0;
    left: 20px;
    z-index: 200;
    border-right: 5px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 5px solid transparent;
    content: '';
    -webkit-transition: all .05s ease-in-out;
    -moz-transition: all .05s ease-in-out;
    -ms-transition: all .05s ease-in-out;
    -o-transition: all .05s ease-in-out;
    transition: all .05s ease-in-out;
}

.main-menu-inner > li.is-mega-menu:hover > a:before,
.main-menu-inner > li.is-mega-menu:focus > a:before,
.main-menu-inner > li.menu-item-has-children:hover > a:before,
.main-menu-inner > li.menu-item-has-children:focus > a:before {
    border-bottom-color: #1d4a7b;
}

.main-menu-inner .sub-menu {
    position: absolute;
    top: -99999px;
    right: auto;
    left: auto;
    z-index: 9999;
    display: block;
    visibility: hidden;
    padding: 5px 0;
    min-width: 180px;
    background-color: #1d4a7b;
    -webkit-box-shadow: 1px 1px 7px rgba(0, 0, 0, 0.1);
    box-shadow: 1px 1px 7px rgba(0, 0, 0, 0.1);
    color: #fff;
    text-transform: capitalize;
    font-weight: 400;
    font-size: 14px;
    opacity: 0;
    pointer-events: none;
}

.main-menu-inner .is-mega-bg .sub-menu {
    background: none;
}

.mega-category-menu .post-meta-info,
.mega-category-menu .post-meta-info .vcard {
    color: rgba(255, 255, 255, .8);
}

.main-menu-inner > li > .sub-menu {
    text-align: left;
    -webkit-transition: -webkit-transform .2s ease-in-out;
    -moz-transition: -moz-transform .2s ease-in-out;
    -ms-transition: -ms-transform .2s ease-in-out;
    -o-transition: -o-transform .2s ease-in-out;
    transition: transform .2s ease-in-out;
    -webkit-transform: scaleY(0);
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -o-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 100% 0%;
    -ms-transform-origin: 100% 0%;
    transform-origin: 100% 0%;
    pointer-events: none;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}

.main-menu-inner > li:hover > .sub-menu {
    top: 100%;
    bottom: auto;
    visibility: visible;
    opacity: 1;
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
    transform: scaleY(1);
    pointer-events: auto;
}

/* mega col menu */
.mega-col-menu.mega-menu-wrap.sub-menu {
    left: -45px;
    display: flex;
    display: -webkit-flex;
    -ms-flex-direction: row-reverse;
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
    padding: 30px;
    width: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
}

.mega-col-menu.mega-menu-wrap.sub-menu .mega-col-menu-ad {
    display: block;
    margin-top: auto;
    margin-bottom: auto;
    margin-left: 30px;
    min-width: 300px;
    vertical-align: middle;
}

.mega-col-menu.mega-menu-wrap.sub-menu .sub-menu.is-sub-default {
    display: block;
    float: left;
    min-width: 810px;
}

.mega-col-menu.mega-menu-wrap.sub-menu > ul.sub-menu.is-sub-default > li {
    float: left;
    overflow: hidden;
    padding-left: 30px;
    width: 25%;
}

.mega-col-menu.mega-menu-wrap.sub-menu > ul.sub-menu.is-sub-default > li > a {
    padding-right: 0;
    padding-left: 0;
    min-width: 180px;
    border-bottom: 2px solid rgba(255, 255, 255, .4);
    text-transform: uppercase;
    font-weight: 700;
}

.mega-col-menu.mega-menu-wrap.sub-menu > ul.sub-menu.is-sub-default > li:first-child {
    padding-left: 0;
}

.mega-col-menu.mega-menu-wrap.sub-menu .sub-sub-menu.sub-menu {
    position: relative;
    top: 100%;
    bottom: auto;
    left: 0;
    visibility: visible;
    margin-top: 10px;
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: 1;
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
    transform: scaleY(1);
    pointer-events: auto;
}

.mega-col-menu.mega-menu-wrap.sub-menu .sub-sub-menu.sub-menu li > a {
    padding-right: 0;
    padding-left: 0;
    border-bottom: 1px solid rgba(255, 255, 255, .07);
}

.mega-col-menu.mega-menu-wrap.sub-menu .sub-sub-menu.sub-menu li:last-child > a {
    border-bottom: none;
}

.main-menu-inner .sub-menu.is-sub-default a:hover {
    background-color: rgba(255, 255, 255, .15);
}

.main-menu-inner .mega-col-menu .sub-menu.is-sub-default a:hover {
    background: none;
    opacity: .7;
}

.navbar-inner {
    position: relative;
    display: block;
    min-height: 52px;
    color: #1d4a7b;
}

.navbar-left {
    display: block;
}

.navbar-right {
    position: absolute;
    top: 0;
    right: 0;
    bottom: auto;
    left: auto;
    display: block;
    font-size: 18px;
    line-height: 52px;
}

.navbar-right > * {
    display: block;
    float: left;
    line-height: inherit;
}

.navbar-search a {
    display: block;
    width: 34px;
    height: 100%;
    text-align: center;
    font-size: 16px;
}

.navbar-search a:hover,
.navbar-search a:focus {
    opacity: .7;
}

/* nav social  */
.navbar-social-wrap {
    position: relative;
    padding-right: 30px;
    white-space: nowrap;
}

.navbar-social {
    overflow: hidden;
    text-align: left
}

.navbar-right > .navbar-search {
    float: right;
}

.navbar-social a {
    display: inline-block;
    padding: 0;
    width: 30px;
    background-color: #fff;
    text-align: center;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.navbar-social a i {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.navbar-social-wrap .navbar-social a:nth-child(n+3) {
    visibility: hidden;
    width: 0;
    opacity: 0;
}

.navbar-social-wrap .navbar-social a:nth-child(3) {
    -webkit-transition: width .2s ease-in-out;
    -moz-transition: width .2s ease-in-out;
    -ms-transition: width .2s ease-in-out;
    -o-transition: width .2s ease-in-out;
    transition: width .2s ease-in-out;
}

.navbar-social-wrap .navbar-social a:nth-child(4) {
    -webkit-transition: width .25s ease-in-out;
    -moz-transition: width .25s ease-in-out;
    -ms-transition: width .25s ease-in-out;
    -o-transition: width .25s ease-in-out;
    transition: width .25s ease-in-out;
}

.navbar-social-wrap .navbar-social a:nth-child(5) {
    -webkit-transition: width .3s ease-in-out;
    -moz-transition: width .3s ease-in-out;
    -ms-transition: width .3s ease-in-out;
    -o-transition: width .3s ease-in-out;
    transition: width .3s ease-in-out;
}

.navbar-social-wrap .navbar-social a:nth-child(6) {
    -webkit-transition: width .35s ease-in-out;
    -moz-transition: width .35s ease-in-out;
    -ms-transition: width .35s ease-in-out;
    -o-transition: width .35s ease-in-out;
    transition: width .35s ease-in-out;
}

.navbar-social-wrap .navbar-social a:nth-child(7) {
    -webkit-transition: width .4s ease-in-out;
    -moz-transition: width .4s ease-in-out;
    -ms-transition: width .4s ease-in-out;
    -o-transition: width .4s ease-in-out;
    transition: width .4s ease-in-out;
}

.navbar-social-wrap .navbar-social a:nth-child(n+8) {
    -webkit-transition: width .45s ease-in-out;
    -moz-transition: width .45s ease-in-out;
    -ms-transition: width .45s ease-in-out;
    -o-transition: width .45s ease-in-out;
    transition: width .45s ease-in-out;
}

.navbar-social-wrap.extend-social .icon-social {
    visibility: visible !important;
    width: 30px !important;
    opacity: 1 !important;
}

.navbar-social a.icon-social:hover i,
.navbar-social a.icon-social:focus i {
    opacity: .7;
}

.navbar-social-wrap.extend-social a.icon-social:hover i,
.navbar-social-wrap.extend-social a.icon-social:focus i {
    opacity: .7;
}

.show-social {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 9;
    display: inline-block;
    visibility: visible;
    width: 30px;
    height: 100%;
    text-align: center;
    opacity: 1;
    cursor: pointer;
    -webkit-transition: opacity .3s ease-in-out;
    -moz-transition: opacity .3s ease-in-out;
    -ms-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
}

.show-social:hover, .show-social:focus,
.extend-social .close-social:hover, .extend-social .close-social:focus {
    opacity: .7;
}

.show-social .ruby-icon-show {
    position: relative;
    top: 50%;
    left: 50%;
    display: block;
    margin-top: -2px;
    margin-left: -2px;
    width: 4px;
    height: 4px;
    border: 1px solid #1d4a7b;
    border-radius: 50%;
    background-color: #1d4a7b;
}

.show-social .ruby-icon-show:before {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    margin-top: -2px;
    margin-left: -8px;
    width: 4px;
    height: 4px;
    border: 1px solid #1d4a7b;
    border-radius: 50%;
    background-color: #1d4a7b;
    content: '';
}

.show-social .ruby-icon-show:after {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    margin-top: -2px;
    margin-left: 4px;
    width: 4px;
    height: 4px;
    border: 1px solid #1d4a7b;
    border-radius: 50%;
    background-color: #1d4a7b;
    content: '';
}

.close-social {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 9;
    display: inline-block;
    visibility: hidden;
    width: 0;
    text-align: center;
    opacity: 0;
    cursor: pointer;
    -webkit-transition: opacity .3s ease-in-out;
    -moz-transition: opacity .3s ease-in-out;
    -ms-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
}

.extend-social .show-social {
    visibility: hidden;
    width: 0;
    opacity: 0;
}

.extend-social .close-social {
    visibility: visible;
    width: 30px;
    height: 100%;
    opacity: 1;
}

.extend-social .ruby-icon-close {
    position: relative;
    display: block;
    width: 30px;
    height: 100%;
}

.extend-social .ruby-icon-close:before {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    margin-top: -1px;
    margin-left: -7px;
    width: 16px;
    height: 2px;
    background-color: #1d4a7b;
    content: '';
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.extend-social .ruby-icon-close:after {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    margin-top: -1px;
    margin-left: -7px;
    width: 16px;
    height: 2px;
    background-color: #1d4a7b;
    content: '';
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.navbar-social-wrap.extend-social a:nth-child(3) {
    -webkit-animation: socialactive .2s .2s backwards;
    -o-animation: socialactive .2s .2s backwards;
    animation: socialactive .2s .2s backwards;
}

.navbar-social-wrap.extend-social a:nth-child(4) {
    -webkit-animation: socialactive .2s .25s backwards;
    -o-animation: socialactive .2s .25s backwards;
    animation: socialactive .2s .25s backwards;
}

.navbar-social-wrap.extend-social a:nth-child(5) {
    -webkit-animation: socialactive .2s .3s backwards;
    -o-animation: socialactive .2s .3s backwards;
    animation: socialactive .2s .3s backwards;
}

.navbar-social-wrap.extend-social a:nth-child(6) {
    -webkit-animation: socialactive .2s .35s backwards;
    -o-animation: socialactive .2s .35s backwards;
    animation: socialactive .2s .35s backwards;
}

.navbar-social-wrap.extend-social a:nth-child(7) {
    -webkit-animation: socialactive .2s .4s backwards;
    -o-animation: socialactive .2s .4s backwards;
    animation: socialactive .2s .4s backwards;
}

.navbar-social-wrap.extend-social a:nth-child(n+8) {
    -webkit-animation: socialactive .2s .45s backwards;
    -o-animation: socialactive .2s .45s backwards;
    animation: socialactive .2s .45s backwards;
}

@-webkit-keyframes socialactive {
    0% {
        -webkit-transform: scale(0.7);
        transform: scale(0.7);
        opacity: 0
    }
    66% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
}

@keyframes socialactive {
    0% {
        -webkit-transform: scale(0.7);
        transform: scale(0.7);
        opacity: 0
    }
    66% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
}

.is-color.icon-facebook i {
    color: #899DCE;
}

.is-color.icon-twitter i {
    color: #60D2F5;
}

.is-color.icon-google i {
    color: #DC4047;
}

.is-color.icon-youtube i {
    color: #EF464B;
}

.is-color.icon-linkedin i {
    color: #007BB6;
}

.is-color.icon-pinterest i {
    color: #F74C53;
}

.is-color.icon-flickr i {
    color: rgb(255, 0, 130);
}

.is-color.icon-tumblr i {
    color: rgb(50, 80, 109);
}

.is-color.icon-skype i {
    color: rgb(0, 170, 225);
}

.is-color.icon-vimeo i {
    color: rgb(68, 187, 225);
}

.is-color.icon-rss i {
    color: #ffcc15;
}

.is-color.icon-instagram i {
    color: #7E40B6;
}

.is-color.icon-vk i {
    color: #5FA0DD;
}

.is-color.icon-snapchat i {
    color: #FFFC00;
}

.is-color.icon-whatsapp i {
    color: #00E676;
}

.is-color.icon-reddit i {
    color: rgb(255, 69, 0);
}

.is-color.icon-soundcloud i {
    color: #fd794a;
}

.is-color.icon-dribbble i {
    color: #FB70A6;
}

.is-color.icon-digg {
    color: #282828;
}

.is-color.icon-social {
    color: inherit;
}

.footer-social-inner .icon-social.is-color i {
    color: #fff;
}

/* search form */
.header-search-popup {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 999;
    display: none;
    width: 100%;
    background-color: #fff;
    color: #282828;
}

.ruby-close-search {
    position: absolute;
    top: 10px;
    right: 15px;
    z-index: 9;
    width: 34px;
    height: 34px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    line-height: 34px;
    opacity: .5;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.ruby-close-search i:before, .ruby-close-search i:after {
    background-color: #282828;
}

.ruby-close-search:hover, .ruby-close-search:focus {
    opacity: 1;
}

.header-search-popup-wrap {
    position: relative;
}

.ruby-close-btn {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.ruby-close-btn:before {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    margin-top: -2px;
    margin-left: -10px;
    width: 20px;
    height: 2px;
    background-color: #fff;
    content: '';
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.ruby-close-btn:after {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    margin-top: -2px;
    margin-left: -10px;
    width: 20px;
    height: 2px;
    background-color: #fff;
    content: '';
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

/* search popup */
.header-search-popup-inner {
    display: block;
    overflow: hidden;
    margin-right: auto;
    margin-left: auto;
    padding: 0 15px;
}

.header-search-popup .search-form {
    position: relative;
    display: inline-block;
    width: 100%;
    text-align: center;
}

.header-search-popup .search-form fieldset {
    position: relative;
    margin: 0 auto;
    margin-right: 42px;
}

.header-search-popup #ruby-search-input {
    display: block;
    padding: 0 52px 0 0;
    width: 100%;
    border: none;
    white-space: nowrap;
    font-size: 16px;
    line-height: 52px;
}

.header-search-popup .btn {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 999;
    display: block;
    padding: 0;
    width: 52px;
    outline: none !important;
    border: none;
    background: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 16px;
    line-height: 52px;
    opacity: .5;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.header-search-popup .btn:hover, .header-search-popup .btn:focus {
    opacity: 1;
}

.header-search-popup .btn i {
    line-height: inherit;
}

.header-search-result {
    position: relative;
    display: block;
    padding: 0;
    min-height: 100px;
    width: auto;
    text-align: left;
}

body .header-search-result .ajax-loader {
    background-color: #f9f9f9 !important;
}

.header-search-result-inner {
    display: block;
    overflow: hidden;
    padding: 20px 10px;
    background-color: #f9f9f9;
}

.header-search-result .post-wrap {
    margin-right: 10px;
    margin-bottom: 20px;
    margin-left: 10px;
}

.header-search-result .post-thumb-outer,
.header-search-result .post-thumb-outer img {
    height: 175px;
}

.header-search-result .post-meta-info {
    display: none;
}

.header-search-result .post-outer:nth-child(4n+1) {
    clear: both;
}

.header-search-more {
    display: block;
    margin-top: 10px;
    text-align: center;
}

.header-search-not-found {
    padding: 30px;
    background-color: #fff;
    color: #55acee;
    text-align: center;
    font-size: 16px;
}

.header-search-popup .ruby-close-btn {
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background-color: #f9f9f9;
}

/* mega menu */
li.is-mega-menu {
    position: static;
}

.mega-category-menu.mega-menu-wrap {
    right: 0;
    left: 0;
    padding: 5px;
    width: 100%;
}

.mega-category-menu .post-format-wrap .post-format {
    width: 34px;
    height: 34px;
}

.mega-menu-wrap .sub-menu-inner {
    display: block;
    overflow: hidden;
    margin: 15px 5px 15px 5px;
}

.main-menu-inner .mega-menu-wrap .sub-menu.is-sub-default {
    position: relative;
    top: auto;
    bottom: auto;
    visibility: visible;
    min-width: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: 1;
    pointer-events: auto;
}

.main-menu-inner .mega-category-menu .sub-menu.is-sub-default {
    display: block;
    float: left;
    padding-top: 15px;
    padding-bottom: 15px;
    width: 15%;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
}

/* sticky navigation */
.is-stick .navbar-wrap {
    opacity: .95;
}

.is-stick .navbar-wrap:hover {
    opacity: 1;
}

/* mega menu block */
.mega-menu-wrap .ruby-block-wrap {
    clear: none !important;
    margin: 0 !important;
    padding: 15px 5px;
}

.mega-menu-wrap .post-wrap.post-grid-m2 {
    margin: 0 10px;
    padding: 0;
    background: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.mega-menu-wrap .post-wrap.post-grid-m2 .post-thumb {
    min-height: 134px;
}

.block-mega-menu.is-ajax-pagination .block-content-wrap {
    margin-bottom: 15px;
}

.mega-menu-wrap .post-grid-m2 .post-body {
    margin-top: 15px;
    padding: 0;
}

.mega-menu-wrap .block-footer {
    margin-top: 20px;
}

.is-cat-mega-menu .block-content-inner {
    margin-bottom: 0;
}

.mega-menu-wrap .ajax-pagination.ajax-nextprev {
    margin-bottom: 0;
    padding: 0;
    border: none;
}

.mega-menu-wrap .block-mega-menu-sub {
    display: block;
    float: left;
    min-height: 210px;
    width: 84.9999%;
}

.mega-menu-wrap .is-top-format.post-format-wrap {
    top: 7px !important;
    right: 7px !important;
}

.mega-menu-wrap .ajax-pagination.ajax-nextprev > * {
    width: 28px;
    height: 28px;
    font-size: 14px;
    line-height: 28px;
}

/* breaking news */
.page-template-page-composer .site-inner > *:first-child,
.blog .site-inner > *:not(.blog-wrap):first-child {
    padding-top: 40px;
}

.breaking-news-wrap {
    position: relative;
    z-index: 1;
    display: block;
    margin-top: -25px;
    margin-bottom: 15px;
}

.post-breaking-news.post-wrap {
    overflow: hidden;
    margin: 0 60px 0 0 !important;
    background: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.breaking-news-inner {
    position: relative;
    display: block;
    padding: 7px 10px;
    border-radius: 4px;
    background-color: #fff;
    -webkit-box-shadow: 4px;
}

.breaking-news-title {
    display: block;
    float: left;
    margin-right: 15px;
}

.breaking-news-title span {
    display: block;
    padding: 0 10px;
    height: 22px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    color: #55acee;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    line-height: 22px;
}

.breaking-news-title .mobile-headline {
    display: none;
    height: 22px;
    color: #55acee;
    font-size: 16px;
    line-height: 22px;
}

.breaking-news-content {
    position: relative;
    display: block;
    max-width: 100%;
}

.breaking-news-content .ruby-error {
    padding: 0;
    text-align: left;
}

.breaking-news-content .ruby-slider-nav {
    position: absolute;
    display: block;
    margin-top: -11px;
    width: 22px;
    height: 22px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background-color: rgba(28, 28, 28, .07);
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 14px;
    line-height: 22px;
    opacity: .5;
    -webkit-transition: opacity .3s ease-in-out;
    -moz-transition: opacity .3s ease-in-out;
    -ms-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;

}

.breaking-news-content .ruby-slider-nav:hover,
.breaking-news-content .ruby-slider-nav:focus {
    opacity: 1;
}

.breaking-news-content .ruby-slider-next {
    right: 0;
}

.breaking-news-content .ruby-slider-prev {
    right: 27px;
    left: auto;
}

.breaking-news-wrap .post-title > * {
    vertical-align: middle;
    text-decoration: none !important;
    white-space: nowrap;
    letter-spacing: 0;
    font-size: .95em;
    line-height: 22px !important;
}

.breaking-news-loader {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 992;
    display: block;
}

.breaking-news-content-inner {
    z-index: 99;
}

.breaking-news-content-inner.slider-init {
    height: 22px;
}

.breaking-news-right {
    position: absolute;
    top: 7px;
    right: 65px;
    bottom: auto;
    left: auto;
    z-index: 101;
    display: block;
}

.breaking-news-tag-el {
    display: block;
    float: left;
    margin-top: 1px;
    margin-left: 5px;
    padding: 0 8px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background-color: rgba(28, 28, 28, .07);
    color: #666;
    text-transform: capitalize;
    font-size: 11px;
    line-height: 20px;
}

.breaking-news-tag-el:first-child {
    margin-left: 0;
}

.breaking-news-tag-el:hover {
    background-color: #282828;
    color: #fff;
}

.post-breaking-news .post-title {
    position: relative;
    left: 30px;
    display: block;
    visibility: hidden;
    margin: 0;
    padding: 0;
    white-space: nowrap;
    font-weight: inherit;
    line-height: 22px;
    opacity: 0;
    -webkit-transition: all .7s ease-in-out;
    -moz-transition: all .7s ease-in-out;
    -ms-transition: all .7s ease-in-out;
    -o-transition: all .7s ease-in-out;
    transition: all .7s ease-in-out;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}

.post-breaking-news.slick-current .post-title {
    left: 0;
    visibility: visible;
    opacity: 1;
}

/*--------------------------------------------------------------
================================================================
    5.0 - Post Modules
================================================================
--------------------------------------------------------------*/
.hs-block-8 .post-outer:nth-child(2n+2),
.hs-block-9 .post-outer:nth-child(2n+2),
.hs-block-11 .post-outer:nth-child(2n+2),
.hs-block-12 .post-outer:nth-child(2n+2),
.hs-block-14 .post-outer:nth-child(3n+2),
.hs-block-19 .post-outer:nth-child(2n+1),
.hs-block-20 .post-outer:nth-child(3n+1),
.hs-block-21 .post-outer:nth-child(2n+1),
.hs-block-28 .post-outer:nth-child(5n+4),
.hs-block-29 .post-outer:nth-child(7n+5),
.hs-block-32 .post-outer:nth-child(5n+4) {
    clear: both;
}

.post-title {
    display: block;
    color: #282828;
    font-weight: 700;
    line-height: 0;
}

.post-title > * {
    display: block;
    margin: 0;
    padding: 0;
    color: inherit;
    text-transform: inherit;
    letter-spacing: inherit;
    font-weight: inherit;
    font-family: inherit;
    line-height: 1.3;
    -webkit-transition: color .3s ease-in-out;
    -moz-transition: color .3s ease-in-out;
    -ms-transition: color .3s ease-in-out;
    -o-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out;
}

.post-title.is-size-1 {
    letter-spacing: -.04em;
    font-size: 36px;
}

.post-title.is-size-1 > * {
    line-height: 1.15;
}

.post-title.is-size-2 {
    letter-spacing: -.04em;
    font-size: 30px;
}

.post-title.is-size-2 > * {
    line-height: 1.2;
}

.post-title.is-size-3 {
    letter-spacing: -0.04em;
    font-size: 21px;
}

.post-title.is-size-3 > * {
    line-height: 1.26;
}

.post-title.is-size-4 {
    letter-spacing: -0.04em;
    font-size: 18px;
}

.post-title.is-size-4 > * {
    line-height: 1.3;
}

.post-title.is-size-5 {
    letter-spacing: -.02em;
    font-size: 14px;
}

.post-title.is-size-6 {
    letter-spacing: -.02em;
    font-size: 13px;
}

.post-title.is-size-5 > *,
.post-title.is-size-6 > * {
    line-height: 1.4;
}

.post-body {
    position: relative;
    padding: 20px 15px 30px 15px;
}

.ruby-error {
    padding: 30px 0;
    color: #fd5252;
    text-align: center;
}

.no-menu.ruby-error {
    padding: 0;
}

.post-list-m1 .post-body,
.post-list-m2 .post-body {
    padding: 0;
}

.post-review-wrap {
    top: 10px;
    left: 15px;
    padding: 0;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background-color: #ff518f;
    text-align: center;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}

.post-review-wrap .review-info-score {
    display: block;
    padding: 16px 8px;
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    line-height: 1;
}

.post-review-wrap.is-big-review .review-info-score {
    padding: 20px 10px;
    font-size: 20px;
}

/* post wrap */
.post-wrap {
    position: relative;
    display: block;
    overflow: hidden;
    margin-right: 15px;
    margin-bottom: 30px;
    margin-left: 15px;
    background-color: #ffffff;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .1);
}

.is-background .post-wrap {
    background-color: rgba(255, 255, 255, .1);
}

.post-list-3.post-wrap {
    margin-bottom: 25px;
}

.post-list-3.post-wrap .post-meta-info-media-duration,
.post-list-4.post-wrap .post-meta-info-media-duration {
    display: none !important;
}

.post-list-3 > *:first-child:not(.post-thumb-outer) {
    margin-left: 0;
    padding-left: 0;
}

.post-list-4 > *:first-child:not(.post-thumb-outer) {
    margin-left: 0;
    padding-left: 0;
}

.post-meta-info {
    position: relative;
    display: block;
    margin-top: 8px;
    color: #999;
    font-size: 12px;
    font-family: 'Lato', sans-serif;
    line-height: 14px;
}

.post-meta-counter {
    position: absolute;
    top: 0;
    right: 0;
    display: inline-block;
    white-space: nowrap;
    line-height: inherit;
}

.post-meta-counter i {
    margin-right: 3px;
}

.post-meta-info a {
    display: inline-block;
}

.post-meta-info a:hover {
    text-decoration: underline;
}

.post-meta-info a:after {
    margin: 0 5px;
    content: ',';
}

.post-meta-info a:last-child:after {
    display: none;
}

.meta-info-el {
    display: inline;
    vertical-align: middle;
    line-height: inherit;
}

.meta-info-date .updated {
    display: none;
}

.is-show-icon .meta-info-el {
    margin-right: 10px;
}

.is-show-icon .meta-info-el:last-child {
    margin-right: 0;
}

.meta-info-el.meta-info-author img {
    display: inline;
    margin-right: 7px;
    width: 20px;
    height: 20px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    vertical-align: middle;
}

.meta-info-el.meta-info-comment span {
    display: inline-block;
    margin-right: 2px;
}

.meta-info-el i {
    margin-right: 5px;
}

.post-meta-info:not(.is-show-icon) .meta-info-el:before {
    display: inline;
    margin-right: 5px;
    margin-left: 5px;
    content: '-';
}

.post-meta-s .meta-info-el:before {
    content: '-';
}

.post-meta-info:not(.is-show-icon) .meta-info-el:first-child:before {
    display: none;
}

.post-meta-info-left {
    display: inline-block;
}

.post-meta-info.is-hide-icon {
    margin-top: 10px;
    padding-left: 10px;
    border-left: 5px solid rgba(28, 28, 28, .07);
}

.post-meta-info.is-show-icon {
    line-height: 20px;
}

.is-light-text .post-meta-info.is-hide-icon {
    margin-top: 5px;
    padding-left: 1px;
    border: none;
}

.post-editor {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 99;
    display: block;
    visibility: visible;
    padding: 4px 7px;
    background-color: #282828;
    color: #fff;
    font-weight: bold;
    font-size: 9px;
    line-height: 1;
    opacity: 0;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}

.post-thumb:hover .post-editor {
    visibility: visible;
    opacity: 1;
}

.post-editor:hover {
    background-color: #55acee;
}

.is-sticky.post-title a:before {
    margin-right: 7px;
    outline: 0;
    content: "\f08d";
    font-family: FontAwesome;
    line-height: 1;
}

.is-dark-block .post-title {
    color: #fff;
}

.post-title a:hover, .post-title a:focus {
    color: #55acee;
}

.is-light-text, .is-light-text > *,
.is-light-text .cat-info-el {
    color: #fff;
}

.is-light-text .post-meta-info,
.is-light-text .post-meta-info .vcard {
    color: #eee;
}

.is-light-text .post-title {
    color: #fff !important;
}

.is-header-overlay.is-light-text .post-title {
    text-shadow: 1px 1px 2px rgba(28, 28, 28, .1);
}

.is-light-text .post-title a:hover,
.is-light-text .post-title a:focus {
    color: #fff !important;
    opacity: .8;
}

.is-light-text .post-meta-share-inner:before,
.is-light-text .post-meta-info-share .share-bar-el i {
    border-color: #fff;
    color: #fff;
}

/* post thumbnail */
.post-thumb-outer {
    position: relative;
    display: block;
}

.post-thumb-outer .is-image img:after {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    visibility: hidden;
    width: 100%;
    height: 100%;
    background: rgba(28, 28, 28, .7);
    content: '';
    opacity: 0;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.post-wrap:hover .is-image img:after {
    visibility: visible;
    opacity: 1;
}

.post-thumb-overlay {
    position: absolute;
    top: 45%;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .2) 30%, rgba(0, 0, 0, .75) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(30%, rgba(0, 0, 0, .2)), color-stop(100%, rgba(0, 0, 0, .75)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .2) 30%, rgba(0, 0, 0, .75) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .2) 30%, rgba(0, 0, 0, .75) 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .2) 30%, rgba(0, 0, 0, .75) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .2) 30%, rgba(0, 0, 0, .75) 100%);
    pointer-events: none;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}

.post-thumb.is-bg-thumb {
    z-index: 1;
    display: block;
    width: 100%;
    height: 100%;
}

.thumbnail-resize {
    position: relative;
    display: block;
    overflow: hidden;
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 0;
}

.is-bg-thumb .thumbnail-resize img {
    position: absolute;
    right: -9999px;
    left: -9999px;
    margin: 0 auto;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.post-thumb:not(.is-bg-thumb) img {
    max-width: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.post-thumb-outer.is-grid {
    margin: -4px;
    background: none;
}

.post-link-absolute {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
}

.thumbnail-image {
    position: relative;
    display: block;
}

.thumbnail-image:after {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    visibility: hidden;
    width: 100%;
    height: 100%;
    background: rgba(28, 28, 28, .7);
    content: '';
    opacity: 0;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.post-wrap:hover .is-image .thumbnail-image:after {
    visibility: visible;
    opacity: 1;
}

/* thumbnail popup gallery slider */
.popup-thumbnail-slider-outer {
    max-width: 100%;
    max-height: 100%;
}

.popup-thumbnail-slider-holder {
    margin: 60px auto;
    max-width: 1100px;
}

.popup-thumbnail-slider-image-holder {
    position: relative;
    display: block;
    margin: auto;
    height: 430px;
    text-align: center;
}

.popup-thumbnail-slider-image-holder img {
    min-width: 1100px;
    -o-object-fit: cover;
    object-fit: cover;
}

.popup-thumbnail-slider-image {
    display: inline-block;
    margin-right: auto;
    margin-left: auto;
    max-height: 100%;
    width: auto;
    height: 100%;
}

.popup-thumbnail-slider-image img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: 100%;
}

.popup-thumbnail-slider {
    position: relative;
    margin-bottom: 2px;
}

.popup-thumbnail-slider-nav-el img {
    padding: 0 1px;
    width: auto;
    height: 111px;
}

.popup-thumbnail-slider-nav .slider-nav {
    position: relative;
    display: block;
    margin: -1px;
}

.ruby-thumb-galley-popup {
    cursor: pointer;
}

/* post thumbnail video popup */
.popup-thumbnail-video-holder {
    margin: auto;
    max-width: 1400px;
}

.popup-thumbnail-video-inner {
    margin: auto;
    max-width: 850px;
}

.popup-thumbnail-video-inner .post-thumb.iframe-video {
    position: relative;
}

.popup-thumbnail-video-inner .post-header > * {
    margin-top: 20px;
    color: #cbcbcb !important;
}

/* thumb caption */
.thumb-caption {
    position: absolute;
    bottom: 15px;
    left: 15px;
    display: block;
    padding: 0 8px;
    background-color: rgba(0, 0, 0, .4);
    color: #fff;
    font-style: italic;
    font-size: 12px;
    line-height: 20px;
}

/* category info  */
.post-cat-info {
    margin-bottom: 10px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 11px;
    font-family: 'Lato', sans-serif;
}

.post-cat-info.is-absolute {
    bottom: 15px;
    left: 15px;
    margin: 0;
    padding: 0;
}

.cat-info-el {
    position: relative;
    display: block;
    float: left;
    margin-top: 1px;
    margin-bottom: 1px;
    margin-left: 5px;
    padding: 0 12px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background-color: #55acee;
    color: #fff;
    text-shadow: none;
    font-size: inherit;
    line-height: 20px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    pointer-events: auto;
}

.cat-info-el:first-child {
    margin-left: 0;
}

.post-cat-info .cat-info-el:hover, .post-cat-info .cat-info-el:focus {
    background-color: #282828;
}

.is-light-text .cat-info-el:hover,
.is-light-text .cat-info-el:focus,
.is-absolute .cat-info-el:hover,
.is-absolute .cat-info-el:focus {
    background-color: #fff !important;
    color: #282828;
}

.post-excerpt {
    display: block;
    margin-top: 13px;
    color: #666;
    font-size: 14px;
    line-height: 1.6;
}

.is-light-text .post-excerpt {
    color: #f2f2f2;
}

.post-meta-info .vcard {
    color: #282828;
    font-weight: 700;
}

.post-wrap .is-header-overlay {
    top: auto;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 3;
    padding: 15px;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}

/* post share */
.post-meta-info-share {
    display: block;
    margin-top: 20px;
    text-align: left;
    line-height: 0;
}

.post-meta-share-inner {
    position: relative;
    display: block;
    cursor: pointer;
}

.post-meta-share-inner:before {
    display: block;
    float: left;
    width: 32px;
    height: 32px;
    border-bottom: 1px solid rgba(28, 28, 28, .07);
    color: #555;
    content: "\f064";
    text-align: center;
    font-size: 13px;
    font-family: FontAwesome;
    line-height: 32px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.post-meta-share-inner:hover:before {
    opacity: .4;
}

.post-meta-info-share .share-bar-el {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    display: block;
    visibility: hidden;
    padding-right: 2px;
    padding-left: 2px;
    text-align: center;
    opacity: 0;
    -webkit-transition: opacity .3s;
    -moz-transition: opacity .3s;
    -ms-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}

.share-bar-el i {
    display: block;
    width: 32px;
    height: 32px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #fff;
    text-align: center;
    font-size: 14px;
    line-height: 32px;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}

.post-meta-info-share a.share-bar-el:hover i, .share-bar-icon:hover i {
    background-color: #282828;
}

.post-meta-share-inner:hover .social-sharing .share-bar-el {
    visibility: visible;
    opacity: 1;
}

.post-meta-share-inner .social-sharing a:nth-child(1) {
    -webkit-transform: translate3d(32px, 0, 0);
    -moz-transform: translate3d(32px, 0, 0);
    -ms-transform: translate3d(32px, 0, 0);
    -o-transform: translate3d(32px, 0, 0);
    transform: translate3d(32px, 0, 0);
}

.post-meta-share-inner .social-sharing a:nth-child(2) {
    -webkit-transform: translate3d(68px, 0, 0);
    -moz-transform: translate3d(68px, 0, 0);
    -ms-transform: translate3d(68px, 0, 0);
    -o-transform: translate3d(68px, 0, 0);
    transform: translate3d(68px, 0, 0);
}

.post-meta-share-inner .social-sharing a:nth-child(3) {
    -webkit-transform: translate3d(104px, 0, 0);
    -moz-transform: translate3d(104px, 0, 0);
    -ms-transform: translate3d(104px, 0, 0);
    -o-transform: translate3d(104px, 0, 0);
    transform: translate3d(104px, 0, 0);
}

.post-meta-share-inner .social-sharing a:nth-child(4) {
    -webkit-transform: translate3d(140px, 0, 0);
    -moz-transform: translate3d(140px, 0, 0);
    -ms-transform: translate3d(140px, 0, 0);
    -o-transform: translate3d(140px, 0, 0);
    transform: translate3d(140px, 0, 0);
}

.post-meta-share-inner .social-sharing a:nth-child(5) {
    -webkit-transform: translate3d(176px, 0, 0);
    -moz-transform: translate3d(176px, 0, 0);
    -ms-transform: translate3d(176px, 0, 0);
    -o-transform: translate3d(176px, 0, 0);
    transform: translate3d(176px, 0, 0);
}

.post-meta-share-inner .social-sharing a:nth-child(6) {
    -webkit-transform: translate3d(212px, 0, 0);
    -moz-transform: translate3d(212px, 0, 0);
    -ms-transform: translate3d(212px, 0, 0);
    -o-transform: translate3d(212px, 0, 0);
    transform: translate3d(212px, 0, 0);
}

.post-meta-share-inner .social-sharing a:nth-child(7) {
    -webkit-transform: translate3d(248px, 0, 0);
    -moz-transform: translate3d(248px, 0, 0);
    -ms-transform: translate3d(248px, 0, 0);
    -o-transform: translate3d(248px, 0, 0);
    transform: translate3d(248px, 0, 0);
}

.post-meta-share-inner .social-sharing a:nth-child(8) {
    -webkit-transform: translate3d(284px, 0, 0);
    -moz-transform: translate3d(284px, 0, 0);
    -ms-transform: translate3d(284px, 0, 0);
    -o-transform: translate3d(284px, 0, 0);
    transform: translate3d(284px, 0, 0);
}

.post-meta-share-inner .social-sharing a:nth-child(9) {
    -webkit-transform: translate3d(320px, 0, 0);
    -moz-transform: translate3d(320px, 0, 0);
    -ms-transform: translate3d(320px, 0, 0);
    -o-transform: translate3d(320px, 0, 0);
    transform: translate3d(320px, 0, 0);
}

.post-meta-share-inner:hover .social-sharing a:nth-child(1) i {
    -webkit-animation: socialshare .4s backwards;
    animation: socialshare .4s backwards
}

.post-meta-share-inner:hover .social-sharing a:nth-child(2) i {
    -webkit-animation: socialshare .4s .05s backwards;
    animation: socialshare .4s .05s backwards
}

.post-meta-share-inner:hover .social-sharing a:nth-child(3) i {
    -webkit-animation: socialshare .4s .1s backwards;
    animation: socialshare .4s .1s backwards
}

.post-meta-share-inner:hover .social-sharing a:nth-child(4) i {
    -webkit-animation: socialshare .4s .15s backwards;
    animation: socialshare .4s .15s backwards
}

.post-meta-share-inner:hover .social-sharing a:nth-child(5) i {
    -webkit-animation: socialshare .4s .2s backwards;
    animation: socialshare .4s .2s backwards
}

.post-meta-share-inner:hover .social-sharing a:nth-child(6) i {
    -webkit-animation: socialshare .4s .25s backwards;
    animation: socialshare .4s .25s backwards
}

.post-meta-share-inner:hover .social-sharing a:nth-child(7) i {
    -webkit-animation: socialshare .4s .3s backwards;
    animation: socialshare .4s .3s backwards
}

.post-meta-share-inner:hover .social-sharing a:nth-child(8) i {
    -webkit-animation: socialshare .4s .35s backwards;
    animation: socialshare .4s .35s backwards
}

.post-meta-share-inner:hover .social-sharing a:nth-child(9) i {
    -webkit-animation: socialshare .4s .4s backwards;
    animation: socialshare .4s .4s backwards
}

@-webkit-keyframes socialshare {
    0% {
        -webkit-transform: scale(.5);
        transform: scale(.5);
        opacity: 0;
    }
    66% {
        -webkit-transform: scale(1.12);
        transform: scale(1.12);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}

@keyframes socialshare {
    0% {
        -webkit-transform: scale(.5);
        transform: scale(.5);
        opacity: 0;
    }
    66% {
        -webkit-transform: scale(1.12);
        transform: scale(1.12);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}

/* social color */
.post-meta-info-share .icon-facebook i {
    background-color: #899DCE;
}

.post-meta-info-share .icon-google i {
    background-color: #f91414;
}

.post-meta-info-share .icon-twitter i {
    background-color: #60D2F5;
}

.post-meta-info-share .icon-pinterest i {
    background-color: #f74249;
}

.post-meta-info-share .icon-linkedin i {
    background-color: #009CDC;
}

.post-meta-info-share .icon-reddit i {
    background-color: #ff4500;
}

.post-meta-info-share .icon-vk i {
    background-color: #42678e;
}

.post-meta-info-share .icon-email i {
    background-color: #ffcf51;
}

.post-meta-info-share .icon-tumblr i {
    background-color: #0b193a;
}

/* post format icon */
.post-format-wrap {
    top: 50%;
    right: auto;
    left: 50%;
    z-index: 99;
    display: block;
    margin-top: -20px;
    margin-left: -20px;
}

.post-format-wrap.is-big-icon {
    margin-top: -25px;
    margin-left: -25px;
}

.post-format-wrap.is-small-icon {
    margin-top: -15px;
    margin-left: -15px;
}

.post-format-wrap .post-format {
    position: relative;
    display: block;
    width: 40px;
    height: 40px;
    vertical-align: middle;
    text-align: center;
    line-height: inherit;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}

.post-format-wrap.is-big-icon .post-format {
    width: 50px;
    height: 50px;
}

.post-format-wrap.is-small-icon .post-format {
    width: 30px;
    height: 30px;
}

.post-format.is-video-format {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAYAAAAeP4ixAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6Q0VGNDRFNTg0ODJGMTFFN0I4RjFDRTczOTUzMTAxRDEiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6Q0VGNDRFNTk0ODJGMTFFN0I4RjFDRTczOTUzMTAxRDEiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpDRUY0NEU1NjQ4MkYxMUU3QjhGMUNFNzM5NTMxMDFEMSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpDRUY0NEU1NzQ4MkYxMUU3QjhGMUNFNzM5NTMxMDFEMSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PsDVOP0AAAyOSURBVHjazFoJTJRZ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);
    background-size: cover;
    -webkit-background-size: cover;
}

.post-format.is-audio-format {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAYAAAAeP4ixAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6REM3QzFCNjY0ODJGMTFFN0E0RkREMzdDQTYwNjFERTciIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6REM3QzFCNjc0ODJGMTFFN0E0RkREMzdDQTYwNjFERTciPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpEQzdDMUI2NDQ4MkYxMUU3QTRGREQzN0NBNjA2MURFNyIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpEQzdDMUI2NTQ4MkYxMUU3QTRGREQzN0NBNjA2MURFNyIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PupxH/AAAA2tSURBVHjazJoJUJTn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);
    background-size: cover;
    -webkit-background-size: cover;
}

.post-format.is-gallery-format {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAYAAAAeP4ixAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RkI3RjhENTc0ODJGMTFFN0E2MTVCOURBNjM0OUMwQjEiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RkI3RjhENTg0ODJGMTFFN0E2MTVCOURBNjM0OUMwQjEiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpGQjdGOEQ1NTQ4MkYxMUU3QTYxNUI5REE2MzQ5QzBCMSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpGQjdGOEQ1NjQ4MkYxMUU3QTYxNUI5REE2MzQ5QzBCMSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PldUd5YAAA3HSURBVHjazFoJUJRH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);
    background-size: cover;
    -webkit-background-size: cover;
}

.post-format.is-default-format {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAYAAAAeP4ixAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RUQ3NDBDQTQ0ODJGMTFFN0EwMTk4OTIyRDBCOEVGMUYiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RUQ3NDBDQTU0ODJGMTFFN0EwMTk4OTIyRDBCOEVGMUYiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpFRDc0MENBMjQ4MkYxMUU3QTAxOTg5MjJEMEI4RUYxRiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpFRDc0MENBMzQ4MkYxMUU3QTAxOTg5MjJEMEI4RUYxRiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PiT2v1UAAAvDSURBVHja3Fp7TFNZ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);
    background-size: cover;
    -webkit-background-size: cover;
}

.post-popup-video .post-format-wrap {
    cursor: pointer;
}

.is-top-format.post-format-wrap,
.is-top-format.post-format-wrap.is-big-icon {
    top: 15px;
    right: 15px;
    left: auto;
    margin: 0;
}

/* meta post info */
.post-meta-info-media-duration {
    top: 100%;
    left: 50%;
    margin-top: 5px;
    padding: 0 5px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background-color: rgba(0, 0, 0, .4);
    color: #fff;
    text-align: center;
    white-space: nowrap;
    font-size: 11px;
    line-height: 16px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}

/* post list 3 */
.post-list-3 .post-thumb-outer {
    float: left;
    margin-bottom: 0;
    max-width: 110px;
    width: 110px;
    height: 85px;
}

.post-list-3 .post-body {
    margin-left: 125px;
    padding: 0;
}

/* post list 4 */
.post-list-4 .post-thumb-outer {
    float: left;
    margin-bottom: 0;
    max-width: 92px;
    width: 92px;
    height: 70px;
}

.post-list-4 .post-thumb-outer img {
    height: 70px;
}

.post-list-4 .post-body {
    margin-left: 92px;
    padding: 0 0 0 15px;
}

/* post list m1 */
.post-wrap.post-list-m1, .post-wrap.post-list-m2 {
    margin-bottom: 25px;
}

/* post grid m9 & post grid 1 */
.hs-block-20 .block-content-wrap {
    margin-right: -5px;
    margin-left: -5px;
}

.post-wrap.post-grid-m2 {
    margin-right: 10px;
    margin-bottom: 20px;
    margin-left: 10px;
}

.post-grid-m2 .post-body {
    padding: 15px;
}

.post-grid-m2 .post-cat-info {
    bottom: 10px;
    left: 10px;
}

/* post overlay 5 */
.post-overlay-1 .post-thumb-outer {
    height: 370px;
}

.post-overlay-1 .thumbnail-resize img {
    min-width: 370px;
}

.post-wrap.post-overlay-2 .is-header-overlay {
    padding-right: 15px;
    padding-bottom: 20px;
    padding-left: 15px;
}

.post-list-inner {
    margin-right: -15px;
    margin-left: -15px;
}

.ruby-block-wrap .post-list-inner .col-left {
    padding-left: 15px;
}

.ruby-block-wrap .post-list-inner .col-right {
    padding-right: 15px;
}

.is-right-thumb .post-list-inner .col-left {
    float: right;
    padding-right: 15px;
    padding-left: 0;
}

.is-right-thumb .post-list-inner .col-right {
    padding-right: 0;
    padding-left: 15px;
}

.post-list-inner .post-thumb-outer {
    margin-bottom: 0;
}

/* post overlay 6 */
.post-overlay-2 .post-thumb-outer {
    height: 416px;
}

.post-overlay-2 .thumbnail-resize img {
    min-width: 416px;
}

/* hs block 1 */
.hs-block-1 .block-content-wrap {
    padding: 30px 30px 0 30px;
}

.hs-block-1 .post-body {
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
}

.hs-block-1 .col-right {
    margin-bottom: 5px;
}

/* HS block 3 */
.hs-block-3 .block-content-wrap {
    padding: 30px 30px 0 30px;
}

.hs-block-3 .col-right {
    margin-bottom: 5px;
}

.hs-block-3 .post-grid-3 .post-body {
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
}

/* hs block 4 */
.hs-block-4 .block-content-wrap {
    padding: 30px 30px 0 30px;
}

.hs-block-4 .col-right {
    margin-bottom: 5px;
}

/* HS block 6 */
.hs-block-6 .block-content-wrap {
    padding: 30px 30px 0 30px;
}

.post-feat-7.post-wrap .is-header-overlay {
    padding: 10px;
}

.hs-block-6 .post-overlay-1 .post-thumb-outer {
    height: 420px;
}

.hs-block-6 .post-overlay-1 .thumbnail-resize img {
    min-width: 420px;
}

.hs-block-6 .post-overlay-4 .post-thumb-outer {
    height: 195px;
}

.hs-block-6 .post-overlay-4 .thumbnail-resize img {
    height: 195px;
}

/* hs block 7 */
.post-overlay-1 .post-outer,
.post-overlay-1 .post-thumb-outer,
.post-overlay-2 .post-outer,
.post-overlay-2 .post-thumb-outer {
    margin-bottom: 0;
}

/*hs block 8 & 9 & 11 & 12 */
.hs-block-8 .block-content-wrap,
.hs-block-9 .block-content-wrap,
.hs-block-11 .block-content-wrap,
.hs-block-12 .block-content-wrap {
    padding: 30px 30px 5px 30px;
}

.post-wrap.post-overlay-3 {
    margin-bottom: 35px;
}

.hs-block-8 .post-wrap.post-list-1,
.hs-block-8 .post-list-1 .post-thumb-outer img,
.hs-block-9 .post-wrap.post-list-1,
.hs-block-9 .post-list-1 .post-thumb-outer img {
    height: auto;
}

/* hs block 15 */
.hs-block-15 .post-wrap.post-grid-2,
.hs-block-16 .post-wrap.post-grid-2 {
    margin-bottom: 5px;
}

.hs-block-17 .post-wrap.post-overlay-1,
.hs-block-18 .post-wrap.post-overlay-1 {
    margin-bottom: 35px;
}

.hs-block-15 .post-list-3.post-wrap,
.hs-block-16 .post-wrap.post-list-m1,
.hs-block-17 .post-list-3.post-wrap,
.hs-block-18 .post-wrap.post-list-m1 {
    padding: 0 15px;
}

.hs-block-15 .post-list-3.post-wrap:last-child,
.hs-block-16 .post-wrap.post-list-m1:last-child,
.hs-block-17 .post-list-3.post-wrap:last-child,
.hs-block-18 .post-wrap.post-list-m1:last-child {
    padding-bottom: 5px;
}

/* post list 1 */
.post-wrap.post-list-1 {
    height: 330px;
}

.is-sidebar-none .post-wrap.post-list-1 .col-left {
    max-width: 370px;
}

.post-list-1 .post-list-content {
    display: block;
    overflow: hidden;
    height: 220px;
}

.post-wrap.post-list-1.is-no-featured, .is-no-featured.post-list-1 .post-list-content {
    height: auto !important;
}

.post-list-1 .post-thumb-outer img {
    height: 330px;
}

.post-list-1.is-right-thumb .col-left {
    padding-left: 30px;
}

.post-list-1.is-right-thumb .col-right {
    padding-right: 0;
    text-align: left;
}

.post-list-1.is-right-thumb .post-body {
    margin-left: 0;
    padding-right: 0;
    padding-left: 30px;
}

.post-list-1 .post-body {
    padding: 30px;
}

.post-wrap.is-dark-post {
    background-color: #282828;
}

.post-list-1.is-dark-post .col-right {
    align-self: center;
    -webkit-align-self: center;
}

.block-bg-full .post-list-1 {
    margin-bottom: 35px;
}

.block-bg-full .post-list-1 .post-body {
    padding: 0;
}

.block-bg-full .post-list-inner .col-left {
    padding-right: 30px;
}

.big-col-right .post-list-inner .col-left {
    padding-right: 15px;
    padding-left: 30px;
}

.big-col-right .post-list-inner .col-right {
    padding-right: 0;
    padding-left: 15px;
}

/* post overlay 7 */
.post-overlay-3 .post-thumb-outer {
    margin-bottom: 0;
}

.post-overlay-3 .is-header-overlay {
    padding-right: 20px;
    padding-bottom: 25px;
    padding-left: 20px;
}

/* post overlay 9 */
.post-overlay-5 .post-thumb-outer {
    margin-bottom: 0;
    height: 364px;
}

.post-wrap.post-overlay-5 .is-header-overlay {
    padding: 0 20px 25px 20px;
}

.hs-block-14 .post-overlay-3 {
    margin-right: 10px;
    margin-left: 10px;
}

.hs-block-14 .block-content-inner {
    margin-right: -10px;
    margin-left: -10px;
}

/* block post 20 */
.hs-block-20 .block-content-inner {
    margin-right: -5px;
    margin-left: -5px;
}

/* post list 2 */
.post-wrap.post-list-2 {
    height: 275px;
}

.post-wrap.post-list-2 .post-list-content {
    display: block;
    overflow: hidden;
    height: 185px;
}

.post-list-2 .post-thumb-outer {
    height: 275px;
}

.post-wrap.post-list-2.is-no-featured,
.post-wrap.post-list-2.is-no-featured .post-list-content {
    height: auto;
}

.post-list-2 .post-thumb img {
    min-width: 310px;
}

.post-list-2 .post-body {
    padding: 19px 30px;
}

.post-thumb.iframe-video {
    margin: 0;
    padding-bottom: 56% !important;
    height: 0 !important;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}

.iframe-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

.post-thumb.iframe-audio {
    padding-bottom: 26% !important;
    height: 0 !important;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}

.iframe-audio iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

/* post classic 1 */
.post-classic-1 .post-body {
    padding: 30px 25px 35px 25px;
}

.post-classic-1 .thumbnail-image {
    display: inline-block;
}

/* post classic 2 */
.post-wrap.post-classic-2 {
    background: none;
    box-shadow: none;
    -wekit-box-shadow: none;
}

.post-classic-2 .post-body {
    position: relative;
    z-index: 2;
    display: block;
    margin-top: -90px;
    margin-right: 20px;
    margin-left: 20px;
    padding: 30px;
    background-color: #fff;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .1);
}

.post-classic-2.is-no-featured .post-body {
    margin-top: 0;
    margin-right: 0;
    margin-left: 0;
}

.post-classic-2.is-dark-post .post-body {
    background-color: #282828;
}

.post-classic-2.is-dark-post.post-wrap {
    margin-bottom: 45px;
}

/* hs block 29 */
.hs-block-29 .post-wrap {
    margin-right: 10px;
    margin-left: 10px;
}

.hs-block-29 .block-content-inner {
    margin-right: -10px;
    margin-left: -10px;
}

/* popup gallery */
.block-popup-gallery-inner {
    margin: 60px auto;
    max-width: 1140px;
}

.post-wrap.post-popup-gallery {
    display: flex;
    display: -webkit-flex;
    margin: 0;
    padding-top: 0;
    background-color: #282828;
}

.post-popup-gallery .post-thumb-outer {
    margin-bottom: 0;
}

.post-wrap.post-popup-gallery .col-right {
    margin-right: 15px;
    align-self: center;
    -webkit-align-self: center;
}

.post-wrap.post-popup-gallery > * {
    padding-right: 15px;
    padding-left: 15px;
}

.post-wrap.post-popup-gallery .col-left {
    padding-left: 0;
}

.popup-post-gallery-slider-image {
    overflow: hidden;
    height: 386px;
    background-position: center center;
    background-size: cover !important;
    background-repeat: no-repeat;
    -webkit-background-size: cover !important;
}

.post-popup-gallery .popup-post-featured-image {
    display: block;
    overflow: hidden;
    margin-bottom: 0;
    height: 500px;
    background-position: center center;
    background-size: cover !important;
    background-repeat: no-repeat;
    -webkit-background-size: cover !important;
}

.popup-post-gallery-slider-image.popup-post-gallery-slider-image-nav {
    margin: 1px;
    height: 110px;
}

.popup-gallery-slider-nav {
    overflow: hidden;
    margin: 1px -1px;
}

.popup-slider-gallery.slider-init {
    max-width: 1140px;
    height: 500px;
}

.popup-slider-gallery > .slick-dots {
    right: 30px;
    bottom: 30px;
    opacity: .5;
}

/* hs block 33 */
.hs-block-33 .block-content-inner {
    margin-right: 0;
    margin-left: 0;
}

.hs-block-33 .video-playlist-iframe-nav {
    margin-left: 0;
    padding: 0 20px;
}

.hs-block-33 .post-wrap {
    margin: 0 0 20px 0;
    background: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.video-playlist-iframe {
    position: relative;
    display: block;
    overflow: hidden;
}

.video-playlist-iframe-nav {
    overflow-x: hidden;
    overflow-y: scroll;
    margin-top: 1px;
    padding: 0 10px;
    max-height: 315px;
}

.video-playlist-iframe-nav::-webkit-scrollbar {
    width: 5px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #333333;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;

}

.video-playlist-iframe-nav::-webkit-scrollbar-corner {
    display: block;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background-color: #55acee;
    opacity: .5;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}

.video-playlist-iframe-nav::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background-color: #55acee;
    opacity: .5;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}

/* ------ post fw ------ */

.fw-block-g1 .post-outer:nth-child(3n+1),
.fw-block-g2 .post-outer:nth-child(4n+1),
.fw-block-g3 .post-outer:nth-child(4n+1),
.fw-block-g4 .post-outer:nth-child(3n+1),
.is-layout_grid_small .blog-inner .content-without-sidebar .post-outer:nth-child(4n+1),
.is-layout_grid_small .blog-inner .content-with-sidebar .post-outer:nth-child(3n+1) {
    clear: both;
}

.fw-block.fw-block-g2 .block-content-inner {
    margin-right: -10px;
    margin-left: -10px;
}

.fw-block-g2 .post-wrap .post-body {
    padding: 20px;
}

.fw-block-g3 .block-content-wrap {
    padding: 30px 30px 5px;
}

.fw-block-g4 .block-content-wrap {
    padding: 30px 30px 5px;
}

/* fw block g6 */
.fw-block-g5 .block-content-inner {
    margin: 0;
}

.fw-block-g5 .fw-block-6-slider-el {
    display: block;
    overflow: hidden;
    margin: -3px;
}

.fw-block-g5 .post-gallery-1 .post-thumb-outer {
    height: 366px;
}

.fw-block-g5 .post-gallery-1 .post-thumb-outer img {
    height: 366px;
    -o-object-fit: cover;
    object-fit: cover;
}

.fw-block-g5 .post-wrap {
    overflow: hidden;
    margin: 3px !important;
}

.fw-block-g5 .col-right .post-outer:nth-child(3n+1) {
    clear: both;
}

/* fw block g7 */
.fw-block-g6 .block-content-inner {
    margin: -3px;
}

.fw-block-g6 .post-wrap {
    margin: 3px !important;
}

.fw-block-g6 .post-outer:nth-child(6n+1) {
    clear: both;
}

/* fw block v1 & v2 */
.video-playlist-wrap {
    display: block;
    overflow: hidden;
    background-color: #282828;
}

.ruby-block-wrap.is-background .video-playlist-wrap {
    background: none;
}

.fw-block-v2.is-background .video-playlist-iframe .post-wrap,
.fw-block-v1.is-background .video-playlist-iframe .post-wrap {
    margin: 0;
}

.fw-block-v2.is-background .video-playlist-iframe-nav {
    margin-top: 0;
}

.video-playlist-iframe {
    position: relative;
    display: block;
    overflow: hidden;
}

.fw-block-v1 .post-thumb.iframe-video {
    padding-bottom: 45% !important;
}

.fw-block-v1 .block-content-inner,
.fw-block-v2 .block-content-inner {
    margin-right: 0;
    margin-left: 0;
}

.fw-block-v1 .post-wrap,
.fw-block-v2 .post-wrap {
    margin: 20px;
    background: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.fw-block-v1 .video-playlist-iframe .post-wrap {
    margin-bottom: 0;
}

.fw-block-v1 .video-playlist-iframe .post-thumb-outer {
    height: 480px;
}

.fw-block-v1 .video-playlist-iframe .post-thumb img {
    height: 480px;
    -o-object-fit: cover;
    object-fit: cover;
}

.fw-block-v1 .video-playlist-iframe-nav {
    margin: 20px 0;
    padding-top: 0;
    max-height: 190px;
}

.fw-block-v1.is-background .video-playlist-iframe-nav {
    margin-left: -10px;
    padding: 0;
}

.fw-block-v1 .video-playlist-iframe-nav .post-wrap {
    overflow: hidden;
    margin: 0 10px 20px 10px;
}

.fw-block-v1 .video-playlist-iframe-nav .post-outer:nth-child(5n+1) {
    clear: both;
}

.fw-block-v1 .post-body {
    margin-top: 10px;
    padding: 0;
}

.fw-block-v2 .post-body {
    padding-right: 0;
}

.fw-block-v2 .video-playlist-iframe .post-thumb-outer {
    height: 400px;
}

.fw-block-v2 .video-playlist-iframe .post-wrap {
    margin-right: 0;
}

.fw-block-v2 .video-playlist-iframe .post-thumb img {
    height: 400px;
    -o-object-fit: cover;
    object-fit: cover;
}

.fw-block-v2 .video-playlist-iframe-nav {
    overflow-x: hidden;
    overflow-y: auto;
    margin-top: 20px;
    padding-left: 0;
    max-height: 400px;
    height: 100%;
}

.fw-block-v2 .video-playlist-iframe-nav::-webkit-scrollbar {
    width: 6px;
    background: #333;
}

.fw-block-v2 .video-playlist-iframe-nav::-webkit-scrollbar-corner {
    display: block;
    border-radius: 4px;
    background-color: #55acee;
}

.fw-block-v2 .video-playlist-iframe-nav::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: #55acee;
}

.fw-block-v2 .video-playlist-iframe-nav .post-wrap {
    margin-top: 0;
    margin-right: 0;
}

.post-feat-4 .post-thumb-outer {
    margin-bottom: 0;
    height: 250px;
}

.post-thumb-outer.post-no-thumb:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    background-color: #282828;
    content: '';
}

.post-feat-4 .thumbnail-resize img {
    min-width: 390px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.fw-block-t1 .post-wrap.post-grid-2,
.fw-block-t2 .post-wrap.post-grid-2 {
    margin-bottom: 5px;
}

.fw-block-t1 .post-list-3.post-wrap,
.fw-block-t2 .post-list-m1.post-wrap,
.fw-block-t3 .post-list-3.post-wrap,
.fw-block-t4 .post-list-m1.post-wrap {
    padding: 0 15px 0 15px;
}

.fw-block-t1 .post-list-3.post-wrap:last-child,
.fw-block-t2 .post-list-m1.post-wrap:last-child,
.fw-block-t3 .post-list-3.post-wrap:last-child,
.fw-block-t4 .post-list-m1.post-wrap:last-child {
    margin-bottom: 30px;
}

.fw-block-t3 .post-wrap.post-overlay-1,
.fw-block-t4 .post-wrap.post-overlay-1 {
    margin-bottom: 35px;
}

/* fw block 1 */
.page-template-page-composer .site-inner > *:first-child .fw-block-1 {
    margin-top: -40px;
}

.post-feat-1 .post-thumb-outer {
    margin-bottom: 0;
    height: 536px;
}

.post-feat-2 .post-thumb-outer {
    margin-bottom: 0;
    height: 268px;
}

.fw-block-1 .fw-block-1-slider-el {
    display: block;
    overflow: hidden;
    margin: 0;
}

.fw-block-1 .post-wrap {
    margin: 0 !important;
    padding: 0;
    background: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.post-feat-1 .thumbnail-resize img {
    min-width: 1000px;
}

.post-feat-2 .thumbnail-resize img {
    min-width: 480px;
}

.fw-block-1 .post-wrap.post-feat-2 {
    float: left;
    overflow: hidden;
    margin: 0;
    width: 50%;
}

/* fw block 2 */
.fw-block-2 .block-content-inner {
    margin: 0;
}

.fw-block-2 .post-wrap {
    margin: 0 !important;
    padding: 0;
    background: transparent;
}

/* fw block 3 */
.fw-block-3 .block-content-inner {
    margin: 0;
}

.fw-block-3-slider-el {
    display: block;
    overflow: hidden;
}

.fw-block-3 .post-wrap {
    margin: 0 !important;
    padding: 0;
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.fw-block-3 .post-feat-3 .post-thumb-outer {
    margin-bottom: 0;
    height: 438px;
}

.fw-block-3 .post-wrap.post-feat-7 .post-thumb-outer {
    overflow: hidden;
    margin-bottom: 0;
    height: 219px;
}

.fw-block-3 .post-wrap.post-feat-7 .post-thumb-outer img {
    min-width: 330px;
}

.fw-block-3 .post-feat-3 .thumbnail-resize img {
    min-width: 750px;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.fw-block-3 .post-wrap.post-feat-7 {
    float: left;
    overflow: hidden;
    width: 50%;
}

/* fw block 4 */
.page-template-page-composer .site-inner > *:first-child .fw-block-4.is-background {
    margin-top: -40px;
    padding-bottom: 35px;
}

.fw-block-4 .block-content-inner {
    margin: 0;
}

.fw-block-4-slider-el {
    display: block;
    overflow: hidden;
}

.fw-block-4 .post-wrap {
    margin: 0 !important;
    padding: 0;
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.post-feat-4.post-wrap .is-header-overlay {
    padding: 0 15px 15px 15px;
}

.post-feat-6 .post-thumb-outer {
    margin-bottom: 0;
    height: 400px;
}

.post-feat-6 .thumbnail-resize img {
    min-width: 700px;
}

/* fw block 5 */
.fw-block-5 .block-content-inner {
    margin: 0;
}

.fw-block-5-slider-el {
    display: block;
    overflow: hidden;
}

.fw-block-5-slider-el > * {
    float: left;
    width: 25%;
}

.fw-block-5 .post-wrap {
    margin: 0 !important;
    padding: 0;
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.post-feat-8 .post-thumb-outer {
    margin-bottom: 0;
    height: 400px;
}

.post-feat-8 .is-bg-thumb .thumbnail-resize img {
    height: 400px;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}

/* fw block 6 */
.fw-block-6 .post-feat-3 .post-thumb-outer {
    height: 500px;
}

.fw-block-6 .post-feat-3 .post-thumb-outer img {
    min-width: 1100px;
    -o-object-fit: cover;
    object-fit: cover;
}

.fw-block-6 .block-content-inner {
    margin: 0;
}

.fw-block-6 .post-wrap {
    margin: 0 !important;
    padding: 0;
}

.fw-block-6 .post-feat-3 .is-header-overlay {
    padding: 0 250px 30px 30px;
}

/*fw block 7*/
.fw-block-7 .block-content-inner {
    margin: 0;
}

.fw-block-7 .post-wrap {
    margin: 0;
    padding: 0;
}

.fw-block-html .block-content-inner,
.hs-block-html .block-content-inner {
    margin-right: 0;
    margin-left: 0;
}

.fw-block-html.is-fullwidth .ruby-block-inner {
    padding-right: 0;
    padding-left: 0;
}

/* fw grid style 2 */
.is-grid-style-2 .post-wrap .is-header-overlay {
    top: 1px;
    right: 1px;
    bottom: auto;
    left: 1px;
    z-index: 3;
    padding: 20px 20px 0 20px;
}

.is-grid-style-2 .post-review-wrap {
    top: auto;
    right: 0;
    bottom: 0;
    left: auto;
}

.is-grid-style-2 .is-top-format.post-format-wrap, .is-grid-style-2 .is-top-format.post-format-wrap.is-big-icon {
    top: auto;
    right: auto;
    bottom: 20px;
    left: 20px;
    margin: 0;
}

.is-grid-style-2 .post-thumb-overlay {
    top: 0;
    right: 0;
    bottom: 35%;
    left: 0;
    background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .2) 30%, rgba(0, 0, 0, .75) 100%);
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(30%, rgba(0, 0, 0, .2)), color-stop(100%, rgba(0, 0, 0, .75)));
    background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .2) 30%, rgba(0, 0, 0, .75) 100%);
    background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .2) 30%, rgba(0, 0, 0, .75) 100%);
    background: -ms-linear-gradient(bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .2) 30%, rgba(0, 0, 0, .75) 100%);
    background: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .2) 30%, rgba(0, 0, 0, .75) 100%);
}

/* grid style 3 */
.is-grid-style-3 .post-wrap .is-header-overlay {
    top: 0;
    right: auto;
    bottom: auto;
    left: 0;
    display: -webkit-flex;
    display: flex;
    padding: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.is-grid-style-3 .post-wrap .is-header-overlay .post-header {
    margin: auto;
    max-width: 90%;
    pointer-events: auto;
}

.is-grid-style-3 .post-wrap .is-header-overlay .post-header .post-cat-info > * {
    display: inline-block;
    float: none;
}

.is-grid-style-3 .post-thumb-overlay {
    top: 0;
    bottom: 0;
    background: inherit;
    background-color: rgba(0, 0, 0, .6);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.is-grid-style-3 .is-top-format.post-format-wrap,
.is-grid-style-3 .is-top-format.post-format-wrap.is-big-icon {
    top: auto;
    bottom: 20px;
}

/* fw grid style 4 */
.is-grid-style-4 .is-light-text .post-meta-info,
.is-grid-style-4 .is-light-text .post-meta-info .vcard {
    color: #fff;
}

.is-grid-style-4 .post-thumb-overlay {
    top: 0;
    background: -ms-linear-gradient(top left, #FF9CE1 0%, #FF8863 100%);
    background: -moz-linear-gradient(top left, #FF9CE1 0%, #FF8863 100%);
    background: -o-linear-gradient(top left, #FF9CE1 0%, #FF8863 100%);
    background: -webkit-gradient(ease-in-out, left top, right bottom, color-stop(0, #FF9CE1), color-stop(100, #FF8863));
    background: -webkit-linear-gradient(top left, #FF9CE1 0%, #FF8863 100%);
    background: linear-gradient(to bottom right, #FF9CE1 0%, #FF8863 100%);
    opacity: .6;
    pointer-events: none;
}

.is-grid-style-4 .post-outer-nth-1 .post-thumb-overlay {
    background: -ms-linear-gradient(top left, #FF9CE1 0%, #FF8863 100%);
    background: -moz-linear-gradient(top left, #FF9CE1 0%, #FF8863 100%);
    background: -o-linear-gradient(top left, #FF9CE1 0%, #FF8863 100%);
    background: -webkit-gradient(ease-in-out, left top, right bottom, color-stop(0, #FF9CE1), color-stop(100, #FF8863));
    background: -webkit-linear-gradient(top left, #FF9CE1 0%, #FF8863 100%);
    background: linear-gradient(to bottom right, #FF9CE1 0%, #FF8863 100%);
}

.is-grid-style-4 .post-outer-nth-2 .post-thumb-overlay {
    background: -ms-linear-gradient(top left, #43DFCA 0%, #A98FFF 100%);
    background: -moz-linear-gradient(top left, #43DFCA 0%, #A98FFF 100%);
    background: -o-linear-gradient(top left, #43DFCA 0%, #A98FFF 100%);
    background: -webkit-gradient(ease-in-out, left top, right bottom, color-stop(0, #43DFCA), color-stop(100, #A98FFF));
    background: -webkit-linear-gradient(top left, #43DFCA 0%, #A98FFF 100%);
    background: linear-gradient(to bottom right, #43DFCA 0%, #A98FFF 100%);
}

.is-grid-style-4 .post-outer-nth-3 .post-thumb-overlay {
    background: -ms-linear-gradient(top left, #F5FF9C 0%, #FFC6BA 100%);
    background: -moz-linear-gradient(top left, #F5FF9C 0%, #FFC6BA 100%);
    background: -o-linear-gradient(top left, #F5FF9C 0%, #FFC6BA 100%);
    background: -webkit-gradient(ease-in-out, left top, right bottom, color-stop(0, #F5FF9C), color-stop(100, #FFC6BA));
    background: -webkit-linear-gradient(top left, #F5FF9C 0%, #FFC6BA 100%);
    background: linear-gradient(to bottom right, #F5FF9C 0%, #FFC6BA 100%);
}

.is-grid-style-4 .post-outer-nth-4 .post-thumb-overlay {
    background: -ms-linear-gradient(top left, #FF63D6 0%, #FFADBE 100%);
    background: -moz-linear-gradient(top left, #FF63D6 0%, #FFADBE 100%);
    background: -o-linear-gradient(top left, #FF63D6 0%, #FFADBE 100%);
    background: -webkit-gradient(ease-in-out, left top, right bottom, color-stop(0, #FF63D6), color-stop(100, #FFADBE));
    background: -webkit-linear-gradient(top left, #FF63D6 0%, #FFADBE 100%);
    background: linear-gradient(to bottom right, #FF63D6 0%, #FFADBE 100%);
}

.is-grid-style-4 .post-outer-nth-5 .post-thumb-overlay {
    background: -ms-linear-gradient(top left, #B778FF 0%, #DAA3FF 100%);
    background: -moz-linear-gradient(top left, #B778FF 0%, #DAA3FF 100%);
    background: -o-linear-gradient(top left, #B778FF 0%, #DAA3FF 100%);
    background: -webkit-gradient(ease-in-out, left top, right bottom, color-stop(0, #B778FF), color-stop(100, #DAA3FF));
    background: -webkit-linear-gradient(top left, #B778FF 0%, #DAA3FF 100%);
    background: linear-gradient(to bottom right, #B778FF 0%, #DAA3FF 100%);
}

.is-grid-style-4 .post-outer-nth-6 .post-thumb-overlay {
    background: -ms-linear-gradient(top left, #B7EF92 0%, #D4FF94 50%, #B8BD86 100%);
    background: -moz-linear-gradient(top left, #B7EF92 0%, #D4FF94 50%, #B8BD86 100%);
    background: -o-linear-gradient(top left, #B7EF92 0%, #D4FF94 50%, #B8BD86 100%);
    background: -webkit-gradient(ease-in-out, left top, right bottom, color-stop(0, #B7EF92), color-stop(50, #D4FF94), color-stop(100, #B8BD86));
    background: -webkit-linear-gradient(top left, #B7EF92 0%, #D4FF94 50%, #B8BD86 100%);
    background: linear-gradient(to bottom right, #B7EF92 0%, #D4FF94 50%, #B8BD86 100%);
}

/*--------------------------------------------------------------
================================================================
    6.0 - BLOCKS
================================================================
--------------------------------------------------------------*/
.ruby-section {
    display: block;
    overflow: hidden;
}

.ruby-block-wrap {
    position: relative;
    display: block;
    clear: both;
    overflow: hidden;
    margin-bottom: 20px;
}

.fw-block-1, .fw-block-2, .fw-block-3, .fw-block-4, .fw-block-5, .fw-block-6, .fw-block-7, .fw-block-g5, .fw-block-g6, .fw-block-v1, .fw-block-v2, .block-ad {
    margin-bottom: 40px;
}

.ruby-block-wrap.is-background {
    padding-top: 40px;
    padding-bottom: 50px;
}

.hs-block.ruby-block-wrap.is-block-half,
.fw-block.ruby-block-wrap.is-block-third {
    float: left;
    clear: none;
}

.ruby-block-inner {
    position: relative;
    display: block;
    padding-right: 15px;
    padding-left: 15px;
}

.blog-content-inner {
    position: relative;
    display: block;
    overflow: hidden;
}

.is-sidebar-left .ruby-content-wrap {
    float: right;
}

.block-header-wrap {
    position: relative;
    display: block;
    margin-bottom: 25px;
    border-bottom: 1px solid rgba(28, 28, 28, .07);
    letter-spacing: -0.02em;
    font-size: 18px;
    line-height: 40px;
}

.ruby-block-wrap.is-background .block-header-wrap {
    border-color: rgba(255, 255, 255, .07);
}

.block-header-inner {
    position: relative;
    display: block;
}

.block-footer {
    position: relative;
    display: block;
    margin-top: 20px;
}

.block-title {
    position: relative;
    display: inline-block;
    line-height: 0;
}

.is-background .block-title {
    color: #fff;
}

.block-title h3 {
    display: inline-block;
    border-bottom: 3px solid;
    color: inherit;
    text-transform: inherit;
    letter-spacing: inherit;
    font-weight: inherit;
    font-style: inherit;
    font-size: inherit;
    font-family: inherit !important;
    line-height: 37px;
}

.block-content-wrap {
    position: relative;
    display: block;
    margin-bottom: 15px;
}

.block-content-inner {
    position: relative;
    display: block;
    overflow: hidden;
    margin-right: -15px;
    margin-left: -15px;
}

.block-ad .block-content-inner {
    margin-right: 0;
    margin-left: 0;
}

.block-bg-full .block-content-wrap {
    background-color: #fff;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .1);
}

.block-bg-full .post-wrap {
    background: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.block-bg-full.is-dark-block .block-content-wrap {
    background-color: #282828;
}

/* block ajax filter */
.block-ajax-filter-wrap {
    position: absolute;
    top: 0;
    right: 0;
    left: auto;
    display: inline-block;
    visibility: hidden;
    color: #282828;
    letter-spacing: 0;
    font-weight: 500;
    font-size: 11px;
    opacity: 0;
}

.ruby-js-loaded .block-ajax-filter-wrap {
    visibility: visible;
    opacity: 1;
    -webkit-transition: opacity .3s ease-in-out;
    -moz-transition: opacity .3s ease-in-out;
    -ms-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
}

.ajax-filter-list {
    display: inline-block;
    line-height: 1;
}

.ajax-filter-el {
    -webkit-transition: opacity .3s ease-in-out;
    -moz-transition: opacity .3s ease-in-out;
    -ms-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
}

.ajax-filter-list li {
    display: inline-block;
    margin-left: 2px;
}

.ajax-filter-list li:first-child {
    margin-left: 0;
}

.ajax-filter-link {
    display: block;
    padding: 0 10px;
    text-transform: inherit;
    opacity: .7;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.ajax-filter-dropdown-list .ajax-filter-link {
    opacity: 1;
}

.ajax-filter-dropdown-list a {
    padding: 0 15px;
    line-height: 24px;
}

.ajax-filter-dropdown {
    position: relative;
    display: inline-block;
}

.ajax-filter-more {
    display: inline-block;
    margin-left: 2px;
    padding: 0 10px;
    text-transform: inherit;
    line-height: 30px;
    cursor: pointer;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.ajax-filter-more i {
    margin-left: 5px;
}

.ajax-filter-more > span {
    opacity: .6;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.ajax-filter-link:hover, .ajax-filter-link:hover,
.ajax-filter-link.is-active, .ajax-filter-more:hover > span {
    opacity: 1;
}

.ajax-filter-dropdown-list .ajax-filter-link:hover,
.ajax-filter-dropdown-list .ajax-filter-link:focus,
.ajax-filter-dropdown-list .ajax-filter-link.is-active {
    background-color: rgba(255, 255, 255, .3);
}

.ajax-filter-dropdown-list {
    position: absolute;
    top: 100%;
    right: -20px;
    left: auto;
    z-index: 9999;
    display: block;
    visibility: hidden;
    padding: 10px 0;
    min-width: 135px;
    background-color: #282828;
    -webkit-box-shadow: 0 3px 10px 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0 3px 10px 3px rgba(0, 0, 0, 0.1);
    color: #fff;
    white-space: nowrap;
    opacity: 0;
    -webkit-transition: -webkit-transform .3s ease-in-out;
    -moz-transition: -moz-transform .3s ease-in-out;
    -ms-transition: -ms-transform .3s ease-in-out;
    -o-transition: -o-transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    -webkit-transform: scaleY(0);
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -o-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 100% 0%;
    -ms-transform-origin: 100% 0%;
    transform-origin: 100% 0%;
    pointer-events: none;
}

.ajax-filter-dropdown:hover .ajax-filter-dropdown-list {
    visibility: visible;
    opacity: 0.95;
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
    transform: scaleY(1);
    pointer-events: auto;
}

/* ajax pagination */
.ajax-pagination.ajax-nextprev {
    display: inline-block;
    font-size: 16px;
    line-height: 1;
}

.ajax-pagination.ajax-nextprev > * {
    display: inline-block;
    margin-left: 7px;
    width: 28px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background-color: rgba(0, 0, 0, .4);
    color: #fff;
    text-align: center;
    line-height: 28px;
    opacity: .4;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.is-light-text .ajax-pagination.ajax-nextprev > * {
    background-color: rgba(255, 255, 255, .15);
}

.ajax-pagination.ajax-nextprev > *:hover {
    opacity: 1;
}

.ajax-pagination.ajax-nextprev > *:first-child {
    margin-left: 0;
}

.ajax-pagination .ajax-next i {
    margin-right: 0;
    margin-left: 1px;
}

.ajax-pagination .ajax-prev i {
    margin-right: 1px;
    margin-left: 0;
}

/* ajax pagination icon */

.ajax-animation {
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    visibility: hidden;
    width: 100%;
    height: 24px;
    text-align: center;
    opacity: 0;
    pointer-events: none;
}

.ajax-animation-icon, .ajax-loader,
.header-search-result .ajax-loader,
.slider-loader {
    background: transparent url('data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%2238%22%20height%3D%2238%22%20viewBox%3D%220%200%2038%2038%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20stroke%3D%22%23282828%22%3E%0A%20%20%20%20%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0A%20%20%20%20%20%20%20%20%3Cg%20transform%3D%22translate%281%201%29%22%20stroke-width%3D%222%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Ccircle%20stroke-opacity%3D%22.5%22%20cx%3D%2218%22%20cy%3D%2218%22%20r%3D%2218%22/%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M36%2018c0-9.94-8.06-18-18-18%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3CanimateTransform%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20attributeName%3D%22transform%22%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type%3D%22rotate%22%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20from%3D%220%2018%2018%22%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20to%3D%22360%2018%2018%22%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20dur%3D%22.8s%22%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20repeatCount%3D%22indefinite%22/%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3C/path%3E%0A%20%20%20%20%20%20%20%20%3C/g%3E%0A%20%20%20%20%3C/g%3E%0A%3C/svg%3E') no-repeat center center !important;
}

.is-light-text .ajax-loader, .video-loader {
    background: transparent url('data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%2238%22%20height%3D%2238%22%20viewBox%3D%220%200%2038%2038%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20stroke%3D%22%23aaaaaa%22%3E%0A%20%20%20%20%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0A%20%20%20%20%20%20%20%20%3Cg%20transform%3D%22translate%281%201%29%22%20stroke-width%3D%222%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Ccircle%20stroke-opacity%3D%22.5%22%20cx%3D%2218%22%20cy%3D%2218%22%20r%3D%2218%22/%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M36%2018c0-9.94-8.06-18-18-18%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3CanimateTransform%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20attributeName%3D%22transform%22%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type%3D%22rotate%22%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20from%3D%220%2018%2018%22%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20to%3D%22360%2018%2018%22%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20dur%3D%22.8s%22%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20repeatCount%3D%22indefinite%22/%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3C/path%3E%0A%20%20%20%20%20%20%20%20%3C/g%3E%0A%20%20%20%20%3C/g%3E%0A%3C/svg%3E') no-repeat center center !important;
}

.ajax-animation-icon {
    display: inline-block;
    width: 24px;
    height: 24px;
    background-size: conver !important;
    -webkit-background-size: cover !important;
}

.ajax-loader {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 992;
    opacity: 0.96;
}

.slider-loader {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 992;
}

.video-loader {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 992;
    opacity: 0.96;
}

.big-col-right .col-left {
    float: right;
}

/* block bg full */

/* load more animation */
.ajax-pagination {
    position: relative;
    display: block;
    margin-bottom: 20px;
}

.ajax-pagination.ajax-loadmore {
    margin-bottom: 0;
    text-align: center;
}

.ajax-pagination.ajax-loadmore a {
    margin-bottom: 30px;
}

.ajax-animation {
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    visibility: hidden;
    width: 100%;
    height: 24px;
    text-align: center;
    opacity: 0;
    pointer-events: none;
}

.ajax-infinite-scroll {
    height: 24px;
}

/*------ Blog page ------*/

/* layout grid */
.is-layout_grid .ruby-content-wrap .post-outer:nth-child(2n+1),
.is-layout_grid .is-sidebar-none .post-outer:nth-child(3n+1) {
    clear: both;
}

.is-layout_grid .is-sidebar-none .post-outer:nth-child(2n+1) {
    clear: none;
}

.page-template .latest-blog-wrap .post-wrap {
    margin-top: 0;
    margin-bottom: 30px;
}

.latest-blog-wrap .block-header-wrap {
    margin: 0 15px 20px 15px;
}

/* layout list */
.blog-wrap .post-wrap.post-list-2,
.blog-wrap .post-wrap.post-list-1 {
    padding-right: 15px;
    padding-left: 15px;
}

.blog-wrap.is-layout_grid_small .blog-content-inner {
    margin-right: 5px;
    margin-left: 5px;
}

/*--------------------------------------------------------------
================================================================
    7.0 - SINGLE
================================================================
--------------------------------------------------------------*/

h1 {
    font-size: 40px;
    line-height: 44px;
}

h2 {
    font-size: 34px;
    line-height: 40px;
}

h3 {
    font-size: 28px;
    line-height: 34px;
}

h4 {
    font-size: 22px;
    line-height: 30px;
}

h5 {
    font-size: 18px;
    line-height: 24px;
}

h6 {
    font-size: 15px;
    line-height: 18px;
}

.entry h1, .entry h2, .entry h3, .entry h4, .entry h5, .entry h6 {
    margin-bottom: 20px;
}

.entry iframe {
    overflow: hidden;
    max-width: 100%;
}

.single-post-header .post-meta-info {
    margin-top: 10px;
}

/* wp caption */
.wp-caption, .gallery-caption {
    position: relative;
    display: block;
    max-width: 100%;
}

figure {
    display: block;
    margin: 30px 0;
}

.wp-caption-text {
    margin-bottom: 25px;
    background: none !important;
    color: #444;
    font-style: italic;
    font-size: 13px;
    padding-top: 5px;
    line-height: 20px;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin-right: auto;
    margin-left: auto;
}

.aligncenter {
    display: block;
    clear: both;
    margin-right: auto;
    margin-left: auto;
}

.alignleft {
    display: inline;
    float: left;
    margin-right: 25px;
    margin-left: 0;
    max-width: 600px;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 25px;
    max-width: 600px;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin-right: auto;
    margin-left: auto;
}

.entry img, .entry video {
    max-width: 100%;
    height: auto;
}

.entry ol, .entry ul {
    margin: 5px 0 25px 15px;
}

.entry li {
    list-style: disc;
}

.entry ul li {
    position: relative;
    margin: 0 0 5px 0;
    font-size: 15px;
    line-height: 22px;
}

.entry ol ul li:before,
.entry ul ol li:before {
    display: none;
}

.entry ol li {
    margin: 0 0 7px 0;
    padding-left: 5px;
    list-style: outside decimal;
    font-size: 15px;
}

.entry li > ul, .entry li > ol {
    margin-bottom: 0;
}

.entry hr {
    margin: 20px 0;
    border-style: dotted;
    border-color: #ddd !important;
    background: none !important;
}

.entry del {
    color: #4387d2;
}

.entry blockquote p {
    padding: 0 18px;
    border-left: 3px solid #4387d2;
    color: #4387d2;
    text-transform: none;
    letter-spacing: -.03em;
    font-style: italic;
    font-size: 30px;
    line-height: 38px;
    opacity: .8;
}

.entry table {
    margin-top: 2em;
    margin-bottom: 2em;
    width: 100%;
    border-bottom: 1px solid #f2f2f2;
    border-left: 1px solid #f2f2f2;
}

.entry th, .entry td {
    padding: 7px 15px;
    border-top: 1px solid #f2f2f2;
    border-right: 1px solid #f2f2f2;
    text-align: left;
}

.entry a:not(button) {
    color: #4387d2;
    text-decoration: inherit;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}

.entry code {
    padding: 0 7px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background-color: rgba(28, 28, 28, .07);
}

.entry pre {
    display: block;
    padding: 10px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background-color: #f2f2f2;
}

.single-page-links {
    display: block;
    margin-top: 20px;
    overflow: hidden;
    text-align: center;
    width: 100%;
}

.single-page-links .pagination-num {
    display: inline-block;
    float: inherit;
}

.single-page-links .pagination-num > span, .single-page-links .pagination-num > a:hover > span {
    background-color: #4387d2;
    color: #fff;
}

.entry input[type="password"] {
    margin-bottom: 10px;
    width: 70%;
}

.entry p a:not(.single-popup):hover, .entry p a:not(.single-popup):focus {
    text-decoration: underline;
}

.entry p a img {
    margin-top: 10px;
    margin-bottom: 20px;
}

.entry form label {
    color: #999;
    font-style: italic;
}

.single-inner {
    padding: 0 15px;
}

.single-inner.attachment-inner {
    margin: 50px 15px;
    padding: 30px;
    background-color: #fff;
    box-shadow: 0 1px 3px 0 rgba(28, 28, 28, 0.05);
    -wekit-box-shadow: 0 1px 3px 0 rgba(28, 28, 28, 0.05);
}

.banner-ad-wrap {
    margin-top: 30px;
    text-align: center;
}

. banner-ad-top-single {
    margin-bottom: -15px;
}

.single-post-left {
    position: absolute;
    top: 35px;
    left: 30px;
    display: block;
    overflow: hidden;
    max-width: 120px;
    text-align: center;
}

.single-entry {
    display: block;
    clear: both;
    position: relative;
}

.single-post-right {
    display: block;
}

.single-post-body {
    position: relative;
    display: block;
    padding: 40px 30px;
}

.is-author-top .single-content-wrap {
    margin-left: 150px;
}

.is-author-top .banner-ad-bottom-single {
    margin-left: -180px;
    margin-right: -30px;
}

.is-entry-padding .is-author-bottom .single-content-wrap {
    margin-left: 80px;
}

.is-entry-padding .is-author-bottom .banner-ad-bottom-single {
    margin-left: -110px;
    margin-right: -30px;
}

.banner-ad-bottom-single {
    margin-left: -30px;
    margin-right: -30px;
}

.single-subtitle {
    display: block;
    margin-top: 15px;
    margin-bottom: 15px;
    padding-left: 15px;
    border-left: 3px solid;
    color: #777;
    font-style: italic;
    font-size: 14px;
    line-height: 1.5;
}

.single-subtitle h3 {
    letter-spacing: inherit;
    font-weight: inherit;
    font-size: inherit;
    line-height: inherit;
}

.single-post-feat-bg-outer {
    position: relative;
    margin: 0 15px 30px 15px;
}

.single-post-feat-bg-outer:not(.single-post-format-feat-bg-outer):before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    display: block;
    background-color: rgba(28, 28, 28, .3);
    content: '';
    pointer-events: none;
}

.single-post-feat-bg-outer .single-post-thumb-outer {
    margin-top: 0;
    margin-bottom: 0;
}

.single-post-thumb-outer {
    position: relative;
    display: block;
    text-align: center;
}

.single-post-excerpt {
    font-style: italic;
    font-size: 12px;
    position: absolute;
    right: 0;
    bottom: 10px;
    background-color: #f2f2f2;
    text-align: center;
    color: #777;
    padding: 5px 10px;
    z-index: 9;
}

.single-post-5 .single-post-excerpt {
    display: none;
}

.single-post-thumb-outer .post-link-absolute {
    display: none;
}

.single-widget {
    margin-top: 30px;
}

.single-widget .widget.widget_custom_html {
    display: block;
}

.single-widget .widget {
    display: none;
}

.single-widget .widget {
    margin-top: 30px;
}

.single-widget .widget:first-child {
    margin-top: 0;
}

.single-wrap.ruby-section {
    overflow: inherit;
    margin-top: 40px;
}

/* single post social share color */
.single-post-meta-info-share a:hover,
.single-post-meta-info-share a:focus {
    opacity: 1;
}

.share-bar-el-big.icon-facebook,
.single-post-share-header .icon-facebook i {
    background-color: #899DCE;
}

.share-bar-el-big.icon-google,
.single-post-share-header .icon-google i {
    background-color: #f91414;
}

.share-bar-el-big.icon-twitter,
.single-post-share-header .icon-twitter i {
    background-color: #60D2F5;
}

.share-bar-el-big.icon-pinterest,
.single-post-share-header .icon-pinterest i {
    background-color: #f74249;
}

.share-bar-el-big.icon-linkedin,
.single-post-share-header .icon-linkedin i {
    background-color: #009CDC;
}

.share-bar-el-big.icon-reddit,
.single-post-share-header .icon-reddit i {
    background-color: #ff4500;
}

.share-bar-el-big.icon-vk,
.single-post-share-header .icon-vk i {
    background-color: #42678e;
}

.share-bar-el-big.icon-email,
.single-post-share-header .icon-email i {
    background-color: #ffcf51;
}

.share-bar-el-big.icon-tumblr,
.single-post-share-header .icon-tumblr i {
    background-color: #0b193a;
}

.single-post-header {
    position: relative;
    display: block;
    padding: 30px;
}

/* single share header */
.single-post-action {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 15px 30px;
    border-top: 1px solid rgba(28, 28, 28, .07);
    border-bottom: 1px solid rgba(28, 28, 28, .07);
}

.single-post-share-header {
    position: relative;
    display: block;
    float: right;
}

.single-post-share-header .single-share-bar-el {
    display: block;
    float: left;
    margin-left: 4px;
    line-height: 34px;
}

.single-post-share-header .single-share-bar-el:first-child {
    margin-left: 0;
}

.single-post-share-header .single-share-bar-el i {
    display: inline-block;
    overflow: hidden;
    width: 32px;
    height: 32px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    color: #fff;
    vertical-align: middle;
    text-align: center;
    font-size: 16px;
    line-height: 32px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.single-post-share-header .single-share-bar-el:hover i,
.single-post-share-header .single-share-bar-el:focus i {
    background-color: #282828;
}

.single-post-counter {
    position: relative;
    display: block;
}

.single-post-counter > * {
    position: relative;
    display: block;
    float: left;
    margin-right: 20px;
    text-align: center;
    line-height: 34px;
}

.single-post-counter > *:last-child {
    margin-right: 0;
}

.single-post-action .icon-view, .single-post-action .icon-share {
    position: relative;
    display: block;
    float: left;
    margin-right: 12px;
    text-align: center;
    font-size: 26px;
    line-height: 34px;
}

.single-post-action .total-content {
    display: block;
    float: left;
}

.single-post-action .total-number {
    display: block;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 22px;
    line-height: 22px;
}

.single-post-action .total-caption {
    display: block;
    margin-top: 2px;
    color: #999;
    text-transform: uppercase;
    font-size: 10px;
    line-height: 10px;
}

/* single share big */
.single-post-share-big {
    display: block;
    margin-top: 30px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
}

.single-post-share-big-inner {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    margin-right: -5px;
    margin-left: -5px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: flex-start;
    align-items: flex-start;
}

.single-post-share-big-inner > * {
    display: block;
    float: left;
    margin: 5px;
    padding: 0 20px;
    min-width: 250px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #fff;
    font-size: 14px;
    line-height: 36px;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.single-post-share-big-inner a:hover {
    background-color: #282828;
}

.single-post-share-big-inner a > * {
    display: inline-block;
    vertical-align: middle;
    line-height: inherit;
}

.single-post-share-big-inner i {
    margin-right: 10px;
    font-size: 18px;
    line-height: inherit;
}

/* layout 1 */
.single-post-1 > .single-inner > .post-wrap {
    background: none;
    box-shadow: none;
    -wekit-box-shadow: none;
}

.single-post-1 .single-post-action {
    border-top: none;
}

.single-post-1 .post-thumb {
    display: inline-block;
}

.single-post-top {
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(28, 28, 28, .07);
    font-size: 12px;
}

.breadcrumb-wrap {
    display: block;
    width: 100%;
    color: #777;
    font-size: 12px;
    font-family: 'Lato', sans-serif;
    line-height: 20px;
}

.breadcrumb-wrap a:hover {
    color: #282828;
}

.is-light-text .breadcrumb-wrap a:hover,
.is-absolute-breadcrumb .breadcrumb-wrap a:hover {
    color: #fff;
}

.breadcrumb-wrap .breadcrumb-inner {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.is-date-full .breadcrumb-wrap .breadcrumb-inner {
    width: 78%;
}

.single-post-top .meta-info-date-full {
    position: absolute;
    top: 0;
    right: 0;
    padding-left: 5px;
    background: #fff;
    color: #999;
    text-align: right;
    font-size: 12px;
    line-height: 20px;
}

.breadcrumb-wrap i {
    margin: 0 5px;
}

.comment-button {
    margin-bottom: 15px;
    width: 100%;
    text-align: center;
}

.single-content-wrap p,
.entry p {
    display: block;
    margin-bottom: 18px;
}

.single-box {
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
    background-color: #fff;
    box-shadow: 0 1px 3px 0 rgba(28, 28, 28, 0.05);
    -wekit-box-shadow: 0 1px 3px 0 rgba(28, 28, 28, 0.05);
}

.single-box.single-widget {
    padding: 0;
    margin-top: 30px;
    background: none;
    box-shadow: none;
    -wekit-box-shadow: none;
}

.single-post-3 .single-post-feat-bg-outer,
.single-post-4 .single-post-feat-bg-outer {
    margin: 0;
    padding: 0;
}

.is-absolute-breadcrumb .breadcrumb-wrap {
    position: absolute;
    top: 10px;
    right: 0;
    bottom: auto;
    left: 0;
    z-index: 9;
    display: block;
    margin: 0;
    padding: 0;
    border: none;
    color: #eee;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, .2);
    line-height: 15px;
    opacity: 1;
}

.page .is-absolute-breadcrumb .breadcrumb-inner {
    margin-top: 10px !important;
}

.single-post-date {
    top: 25px;
    right: 0;
    left: 0;
    z-index: 9;
    line-height: 15px;
}

.single-post-date .meta-info-date-full {
    display: inline-block;
    margin-top: 5px;
    margin-left: 15px;
    padding-top: 5px;
    border-top: 1px solid rgba(255, 255, 255, .4);
    font-size: 12px;
    opacity: 1;

}

.single-post-feat-bg-outer .post-thumb {
    display: block;
    max-height: 500px;
    width: 100%;
}

.single-post-feat-bg-outer .post-thumb img {
    display: inline-block;
    max-height: 500px;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.single-post-4 .single-post-content-wrap {
    position: relative;
    z-index: 9;
    margin-top: -100px;
}

.single-post-4.single-no-feat .single-post-content-wrap {
    margin-top: 0;
}

.single-post-4.is-no-featured .single-post-content-wrap {
    margin-top: 0 !important;
}

/* layout 5 */
.single-post-overlay-outer {
    position: relative;
    display: block;
}

.single-post-overlay-outer .is-absolute-breadcrumb .breadcrumb-inner {
    padding-left: 30px;
}

.single-post-overlay-outer .single-post-date .meta-info-date-full {
    margin-left: 30px;
}

.single-post-5 .single-post-overlay-outer:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    display: block;
    background-color: rgba(28, 28, 28, .3);
    content: '';
}

.single-post-5 .single-post-thumb-outer {
    position: inherit;
    margin-top: 0;
}

.single-post-5 .single-post-header {
    bottom: 0;
    padding: 20px;
}

.single-post-5 .single-post-header .post-title {
    margin-bottom: 0;
}

.single-post-overlay-outer .single-title.post-title {
    color: #fff;
}

.single-post-overlay-outer .single-title.post-title h1 {
    line-height: 1.05;
}

.single-post-5 .single-post-content-outer .banner-ad-wrap:not(.banner-ad-bottom-single) {
    margin-top: 0;
}

/* post format layout */
.single-post-format-2 .breadcrumb-wrap,
.single-post-format-3 .breadcrumb-wrap,
.single-post-5:not(.single-page-5) .breadcrumb-wrap {
    margin-top: -20px;
    margin-bottom: 20px;
    padding: 0 15px;
    line-height: 1;
}

.single-post-audio-2 .single-post-thumb-outer {
    margin-top: 0;
}

.single-post-slider-3 .single-post-feat-bg-outer {
    margin: 0 15px 30px 15px;
}

/* single tag */
.single-post-tag {
    display: block;
    margin-top: 30px;
}

.single-post-tag .single-tag-text {
    margin-right: 10px;
    vertical-align: middle;
    line-height: 26px;
}

.single-post-tag a {
    display: inline-block;
    margin-right: 5px;
    padding: 0 15px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background-color: #f2f2f2;
    vertical-align: middle;
    text-align: center;
    font-style: italic;
    line-height: 26px;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}

.single-post-tag a:hover {
    background-color: #282828;
    color: #fff;
}

.single-post-tag a:last-child {
    margin-right: 0;
}

/* single comment box */
.is-show-btn .box-comment-content {
    display: none;
    opacity: 0;
}

.box-comment-content .comments-area {
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid rgba(28, 28, 28, .07);
}

p.comment-form-comment {
    margin-bottom: 0;
}

.comment-title h3 {
    margin-bottom: 20px;
    color: #55acee;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 18px;
    line-height: 28px;
}

h3.comment-reply-title {
    margin-bottom: 10px;
    color: #55acee;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
}

.comment-title h3 i {
    margin-right: 5px;
    font-size: 21px;
    line-height: 28px;
}

p.logged-in-as {
    display: block;
    margin-bottom: 20px;
    color: #999;
    text-transform: none;
    font-size: 14px;
    line-height: 1;
}

.comments-area .logged-in-as a {
    color: inherit;
    text-decoration: none;
}

.comments-area .logged-in-as a:hover {
    color: #f33b3b;
    text-decoration: none;
}

p.logged-in-as a:last-child {
    margin-left: 10px;
    text-decoration: underline;
}

.comment-form label {
    display: none;
}

.comment-form-cookies-consent label {
    display: block;
    float: left;
    font-size: 13px;
    line-height: 1;
    margin-top: 15px;
    margin-left: 7px;
    color: #888;
}

.comment-form-cookies-consent input {
    display: block;
    float: left;
}

.comment-form textarea {
    display: block;
    margin-top: 30px;
    width: 100%;
}

.comment-form input {
    margin-top: 15px;
}

.comment-form input[type="text"], .comment-form input[type="tel"], .comment-form input[type="email"] {
    width: 50%;
    white-space: nowrap;
}

.comment-form > p {
    margin: 0 !important;
    clear: both;
}

.comment-form input[type="submit"] {
    margin-top: 25px;
}

.box-comment-btn-wrap {
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid rgba(28, 28, 28, .07);
}

.box-comment-btn i {
    margin-right: 5px;
}

.comment-list .comment-reply-link:hover,
.comment-list .comment-reply-link:focus {
    background-color: #282828;
}

.comment-list .comment-edit-link:hover,
.comment-list .comment-edit-link:focus {
    opacity: .5;
}

.comment-list.entry {
    margin-top: 30px;
    margin-right: 0;
    margin-left: 0;
}

.comment-list li.comment {
    list-style: none;
}

.single-comment-wrap .entry ol {
    margin: 0;
}

.comment-list .comment-author img {
    display: block;
    float: left;
    margin-top: 0 !important;
    margin-right: 10px;
    margin-bottom: 0;
    width: 45px !important;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.comment-author.vcard a {
    color: inherit !important;
    text-decoration: inherit !important;
}

.comment-author.vcard .fn {
    color: #282828;
    text-transform: uppercase;
    font-size: 12px;
}

.comment-author.vcard .says {
    display: none;
}

.comment-metadata {
    display: block;
    float: left;
    padding-top: 2px;
    color: #999;
    font-style: italic;
    font-size: 12px;
    line-height: 1;
}

.comment-metadata a:not(.comment-edit-link) {
    color: #999 !important;
}

p.comment-awaiting-moderation {
    overflow: hidden;
    margin-bottom: 0;
    padding-top: 5px;
    padding-left: 55px;
    width: 100%;
    color: #f33b3b;
    font-size: 12px;
    line-height: 20px;
}

.comment-list .comment-content {
    position: relative;
    display: block;
    float: left;
    clear: both;
    margin-top: 15px;
    padding: 20px 15px;
    width: 100%;
    background-color: #fafafa;
    box-shadow: 0 1px 3px 0 rgba(28, 28, 28, 0.05);
    color: #999;
    -wekit-box-shadow: 0 1px 3px 0 rgba(28, 28, 28, 0.05);
}

.comment-list .comment-content:before {
    position: absolute;
    top: -6px;
    left: 15px;
    z-index: 200;
    border-right: 5px solid transparent;
    border-bottom: 6px solid #f3f3f3;
    border-left: 5px solid transparent;
    content: '';
    -webkit-transition: all .15s ease-in-out;
    -moz-transition: all .15s ease-in-out;
    -ms-transition: all .15s ease-in-out;
    -o-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
}

.comment-list .comment-content p {
    margin-bottom: 10px;
    color: #444;
    font-size: .9em;
    line-height: 1.6;
}

.comment-list .comment-content blockquote p {
    margin: 15px 0 !important;
    color: #4387d2;
    letter-spacing: -.03em;
    font-size: 22px;
    line-height: 28px;
}

.entry.comment-list th, .entry.comment-list td, .entry.comment-list table {
    border-color: #fff;
}

.entry dl {
    margin-bottom: 1.25em;
}

.comment-list .comment-content p:last-child {
    margin-bottom: 0;
}

.comment-list .comment-body {
    position: relative;
    display: block;
    overflow: hidden;
    margin-top: 30px;
}

.comment-list .comment-reply-link {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    padding: 3px 10px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: #55acee;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 10px;
    line-height: 9px;
}

.comment-list .edit-link {
    display: inline-block;
    margin-left: 5px;
    color: #55acee;
}

.comment-list .edit-link:before {
    content: '(';
}

.comment-list .edit-link:after {
    content: ')';
}

#cancel-comment-reply-link {
    margin-left: 7px;
    color: #999;
    letter-spacing: 0;
    font-weight: 400;
    font-size: 12px;
}

#cancel-comment-reply-link:hover {
    color: #282828;
    text-decoration: underline;
}

.comment-respond {
    display: block;
    margin-top: 30px;
}

.depth-2 .comment-body {
    margin-left: 20px;
}

.depth-3 .comment-body {
    margin-left: 40px;
}

.depth-4 .comment-body {
    margin-left: 60px;
}

.depth-5 .comment-body {
    margin-left: 80px;
}

.page .single-comment-wrap {
    margin-top: 40px;
}

/* single navigation */
.single-nav {
    display: block;
    overflow: hidden;
    margin-top: 30px;
    padding: 30px;
    width: auto;
}

.single-nav a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
}

.single-nav a:hover, .single-nav a:focus {
    color: #55acee;
}

.single-nav a:hover .ruby-nav-icon, .single-nav a:focus .ruby-nav-icon {
    background-color: #55acee;
    color: #ffffff;
}

.ruby-nav-icon {
    display: inline-block;
    width: 30px;
    height: 30px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: #efefef;
    vertical-align: middle;
    text-align: center;
    font-size: 16px;
    line-height: 30px;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.ruby-nav-link {
    display: block;
    overflow: hidden;
    max-width: 75%;
}

.single-nav .nav-left {
    padding-right: 20px;
    border-right: 1px solid rgba(0, 0, 0, .02);
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}

.nav-left-icon {
    float: left;
    margin-right: 15px;
}

.nav-left-link {
    float: left;
    text-align: left;
}

.single-nav .nav-right {
    margin-left: -1px;
    padding-left: 20px;
    border-collapse: collapse;
    border-left: 1px solid rgba(0, 0, 0, .02);
    text-align: right;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}

.single-nav .nav-right a {
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
}

.nav-right-link {
    float: right;
    text-align: right;
}

.nav-right-icon {
    float: right;
    margin-left: 15px;
    padding-left: 1px;
}

/* author box */
.author-thumb-wrap {
    margin-bottom: 15px;
}

.author-thumb-wrap img {
    overflow: hidden;
    max-width: 110px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.author-content-wrap .author-title {
    position: relative;
    display: block;
    overflow: hidden;
    margin-bottom: 13px;
    color: #282828;
    text-transform: capitalize;
    font-size: 15px;
    line-height: 21px;
}

.is-author-bottom .author-content-wrap .author-title > *,
.author .author-content-wrap .author-title > * {
    display: block;
    float: left;
}

.author-content-wrap .author-title a:hover {
    color: #4387d2;
}

.author-content-wrap .author-title h3 {
    font-weight: inherit;
    font-size: 16px;
    line-height: 20px;
}

.author-content-wrap .author-title span {
    margin-left: 10px;
    color: #999;
    text-transform: capitalize;
    font-weight: normal;
    font-style: italic;
    font-size: 13px;
    line-height: 20px;
}

.is-author-top .author-content-wrap .author-title span {
    margin-left: 0;
}

.author-description {
    font-size: .95em;
    line-height: 1.6;
}

.author-description a {
    display: inline-block;
    color: #4387d2;
    text-transform: capitalize;
}

.author-description a:hover {
    color: #282828;
}

.ruby-author-links {
    margin-top: 15px;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #f2f2f2;
}

.ruby-author-links a {
    display: inline-block;
    padding: 0 15px;
    border: none;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background-color: #282828;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .1), inset 0 0 0 transparent;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .1), inset 0 0 0 transparent;
    color: #fff;
    text-transform: uppercase;
    white-space: nowrap;
    font-weight: 700;
    font-size: 9px;
    line-height: 26px;
    opacity: .4;
    -webkit-transition: all .15s;
    -moz-transition: all .15s;
    -ms-transition: all .15s;
    -o-transition: all .15s;
    transition: all .15s;
}

.ruby-author-links a:hover,
.ruby-author-links a:focus {
    -webkit-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, .3), inset 0 0 100px rgba(0, 0, 0, .1);
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, .3), inset 0 0 100px rgba(0, 0, 0, .1);
    opacity: 1;
}

.author-social a {
    padding: 0 5px;
    color: #555;
    line-height: 26px;
}

.author-social a:hover {
    opacity: .5;
}

.single-box-author {
    margin-top: 30px;
}

.single-author-wrap.single-author-bottom {
    padding: 30px;
}

.single-author-bottom .author-thumb-wrap {
    display: block;
    float: left;
}

.single-author-bottom .author-thumb-wrap img {
    max-width: 100px;
}

.single-author-bottom .author-social a {
    display: block;
    float: left;
    padding: 0 8px;
}

.single-author-bottom .author-content-wrap .author-title,
.single-author-bottom .author-description,
.single-author-bottom .ruby-author-bttom-wrap {
    display: block;
    margin-left: 120px;
}

.single-author-bottom .ruby-author-links {
    float: left;
    margin-right: 10px;
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.single-author-bottom .author-social {
    float: left;
    margin-top: 15px;
    text-align: left;
}

/* like/tweet/g+ */
.single-post-like {
    display: block;
    margin-top: 30px;
    max-height: 30px;
}

.single-post-like .like-twitter {
    margin-right: 10px;
}

/* single box related */
.single-inner .box-related-content {
    margin-right: -15px;
    margin-left: -15px;
}

.single-inner .box-related-content .post-wrap.post-list-1 {
    padding-right: 15px;
    padding-left: 15px;
}

.single-inner .box-related-3 .box-related-content {
    margin-right: -10px;
    margin-left: -10px;
}

.single-post-box-related {
    margin-top: 30px;
}

.box-related-2 .post-outer:nth-child(2n+1),
.box-related-4 .post-outer:nth-child(2n+1) {
    clear: both;
}

.box-related-3 .post-outer:nth-child(3n+1) {
    clear: both;
}

.box-related-footer > * {
    position: relative;
    display: block;
    margin-bottom: 30px;
    height: 24px;
}

/* review box */
.review-box-wrap {
    display: block;
    padding: 30px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: #f9f9f9;
}

.review-box-wrap .review-title h3 {
    margin: 0;
}

.review-box-wrap .review-title h3:before {
    display: inline-block;
    margin-right: 7px;
    color: #282828;
    content: "\f123";
    font-weight: 400;
    font-family: FontAwesome;
    opacity: 1;
}

.single .review-box-wrap.is-left-top {
    margin-bottom: 30px;
}

.review-content-wrap {
    position: relative;
    display: block;
}

.review-el, .review-el-inner {
    position: relative;
    display: block;
    overflow: hidden;
}

.review-description {
    display: inline-block;
    font-weight: bold;
    font-size: 15px;
    line-height: 24px;
}

.review-el .review-info-score {
    float: right;
    color: #282828;
    font-weight: bold;
    font-size: 18px;
    line-height: 24px;
}

.review-el {
    margin-top: 15px;
    margin-bottom: 15px;
}

.score-animation {
    -webkit-transition: all 1.2s ease-in-out;
    -moz-transition: all 1.2s ease-in-out;
    -ms-transition: all 1.2s ease-in-out;
    -o-transition: all 1.2s ease-in-out;
    transition: all 1.2s ease-in-out;
    -webkit-transition-delay: .5s;
    -moz-transition-delay: .5s;
    -o-transition-delay: .5s;
    transition-delay: .5s;
}

.score-bar-wrap {
    position: relative;
    display: block;
    margin-top: 5px;
    margin-bottom: 5px;
    width: 100%;
    height: 15px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background-color: #eee;
}

.review-summary-wrap {
    display: block;
    overflow: hidden;
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid #f2f2f2;
}

.post-review-info .review-info-score {
    position: relative;
    display: inline-block;
    color: #282828;
    font-weight: 700;
    font-size: 40px;
    line-height: 1;
}

.review-box-wrap.is-left-top .review-summary-desc {
    font-size: 12px;
    line-height: 1.7;
}

.review-box-wrap .review-summary-wrap h3 {
    margin-bottom: 10px;
    margin-left: 110px;
    padding: 0;
    font-weight: bold;
    font-size: 18px;
    line-height: 18px;
}

.review-box-wrap .review-summary-wrap h3:first-child {
    margin-top: 0;
}

.review-summary-inner .post-review-info {
    display: block;
    float: left;
    width: 90px;
    height: 80px;
    border-right: 1px solid #f2f2f2;
    text-align: center;
    line-height: 80px;
}

.review-box-wrap .review-summary-wrap .review-summary-desc {
    margin-left: 110px;
    font-style: italic;
    font-size: 14px;
    line-height: 22px;
}

.score-remove {
    width: 0 !important;
}

.score-bar {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background-color: #ff518f;
}

/* cat page && archive page */
.ruby-page-wrap {
    margin-top: 40px;
    margin-bottom: 30px;
}

.latest-blog-wrap .ruby-page-wrap {
    margin-top: 0;
}

.category .breadcrumb-wrap,
.archive .breadcrumb-wrap {
    margin: 0;
    padding: 0;
    border: none;
    line-height: 1;
}

.category .breadcrumb-inner,
.archive .breadcrumb-inner {
    overflow: inherit;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 0 15px;
    text-align: left;
    line-height: 1;
}

.single-page-wrap .breadcrumb-inner {
    overflow: inherit;
    margin-top: 20px;
    margin-bottom: -20px;
    padding: 0 15px;
    text-align: left;
    line-height: 1;
}

.archive-page-header {
    display: flex;
    overflow: hidden;
    margin-bottom: 30px;
    min-height: 30px;
    width: 100%;
    background-position: center center;
    background-size: cover !important;
    -webkit-background-size: cover !important;
}

.archive-page-header-inner {
    margin: auto;
    padding: 0 15px;
    width: 100%;
}

h1.archive-title {
    position: relative;
    z-index: 2;
    display: inline-block;
    margin: 0;
    font-size: 34px;
    line-height: 1;
}

.archive-page-header.has-bg-image {
    position: relative;
    margin-bottom: 45px;
    height: 120px;
    text-align: center;
}

.archive-page-header.has-bg-image:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    background-color: rgba(28, 28, 28, .3);
    content: '';
}

.is-light-text h1.archive-title,
.is-light-text .page-subtitle {
    color: #fff;
}

.page-subtitle {
    color: #666;
    text-transform: capitalize;
    font-weight: 400;
}

.page-subtitle:after {
    margin-right: 4px;
    margin-left: 2px;
    content: ':';
}

.archive-page-header .archive-desc {
    position: relative;
    z-index: 2;
    display: block;
    margin-top: 10px;
    margin-right: auto;
    margin-left: auto;
}

.archive-page-header .archive-desc p {
    color: #aaa;
    font-style: italic;
    font-size: 14px;
    line-height: 22px;
}

.archive-page-header.is-light-text .archive-desc p {
    color: #fff;
}

/* single page */
.single-page-post {
    margin-bottom: 50px;
    padding: 30px 60px 60px 60px;
}

.single-page-post p {
    display: block;
    margin-bottom: 20px;
}

.page-title {
    display: block;
    margin-bottom: 30px;
}

h1.page-title {
    line-height: 1.15 !important;
}

.single-page-3 .single-post-feat-bg-outer .post-thumb,
.single-page-4
.single-post-feat-bg-outer .post-thumb {
    margin-bottom: 0;
}

/* contact form 7 */
.entry .wpcf7 {
    display: block;
    padding: 30px 0;
}

.wpcf7 label {
    font-size: 13px;
}

.wpcf7 input {
    display: block;
    margin-top: 7px;
    max-width: 70%;
}

.wpcf7 textarea {
    display: block;
    margin-top: 7px;
}

/* contact ninja */
.entry .ninja-forms-form-wrap {
    display: block;
    padding: 30px 0;
}

.entry .nf-form-fields-required {
    display: block;
    margin-bottom: 20px;
    color: #999;
}

.nf-form-title h3 {
    margin-bottom: 5px;
    font-size: 20px;
}

.nf-field-label label {
    color: #999;
    font-style: italic;
    font-size: 13px;
}

.entry .nf-error-msg.nf-error-required-error {
    margin-top: 7px;
    color: #ff4e4e;
    font-size: 13px;
}

.entry .ninja-forms-req-symbol, .entry .nf-error-msg {
    color: #ff4e4e;
}

.entry .nf-error .ninja-forms-field {
    border: 1px solid #ff4e4e;
}

.label-below .nf-field-element, .label-above .nf-field-element {
    width: 100% !important;
}

.entry .nf-form-content input {
    display: block;
    max-width: 70%;
}

.entry .nf-form-content textarea {
    display: block;
    margin-top: 7px;
}

input[type="button"].ninja-forms-field {
    display: inline-block;
    padding: 0 20px;
    border: none;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background-color: #55acee;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .1);
    color: #fff;
    text-transform: uppercase;
    white-space: nowrap;
    font-weight: 600;
    font-size: 12px;
    line-height: 30px;
    -webkit-transition: all .15s;
    -moz-transition: all .15s;
    -ms-transition: all .15s;
    -o-transition: all .15s;
    transition: all .15s;
}

input[type="button"].ninja-forms-field:hover,
input[type="button"].ninja-forms-field:focus {
    -webkit-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, .3);
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, .3);
}

/* author page */
.author-page-wrap {
    margin: 0 15px;
}

.author-page-wrap .single-author-inner {
    margin-bottom: 30px;
    padding: 30px;
    background-color: #fff;
    box-shadow: 0 1px 3px 0 rgba(28, 28, 28, 0.05);
    -wekit-box-shadow: 0 1px 3px 0 rgba(28, 28, 28, 0.05);
}

.author-page-wrap .author-thumb-wrap {
    display: block;
    float: left;
}

.author-page-wrap .author-social a {
    padding: 0 8px;
}

.author-page-wrap .author-title,
.author-page-wrap .author-description {
    margin-left: 140px;
}

.author-page-wrap .author-social {
    margin-left: 130px;
}

/* author team page */
.ruby-page-wrap.page-author-team-inner {
    display: block;
    max-width: 900px;
}

.author-team-page-title {
    margin-left: 15px;
    margin-right: 15px;
}

/* search page */
.archive-header {
    display: flex;
    -ms-flex-pack: justify;
    -ms-flex-align: center;
    margin: 30px 15px;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

.search-page-header-inner {
    overflow: hidden;
    padding: 10px 0;
    font-size: 18px;
    line-height: 20px;
}

.search-page-header-inner > * {
    display: block;
    float: left;
    margin-left: 10px;
    text-transform: capitalize;
    font-weight: 700;
}

.search-page-header-inner > *:first-child {
    margin-left: 0;
}

.search-page-header-inner .post-title h3 {
    text-transform: none;
    font-size: inherit;
    line-height: inherit;
}

.page-search-form-description {
    display: block;
    margin-top: 15px;
    margin-bottom: 5px;
    color: #999;
    font-style: italic;
    font-size: 14px;
}

.page-search-form-description:before {
    display: inline-block;
    margin-right: 7px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #eee;
    content: '';
    vertical-align: baseline;
}

/* page search form */
.search .breadcrumb-wrap .breadcrumb-inner,
.error404 .breadcrumb-wrap .breadcrumb-inner {
    margin-top: 15px;
    margin-bottom: -15px;
    padding-right: 15px;
    padding-left: 15px;
}

.page-search-form > * {
    width: 300px;
}

.page-search-form .ruby-search {
    display: block;
    width: 100%;
}

.page-search-form .search-input {
    display: block;
    float: left;
    width: 75%;
}

.page-search-form .search-input input[type="text"] {
    padding: 8px 15px;
    height: 40px;
    border: none;
    -webkit-border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px;
    background-color: #fff;
    color: #282828;
    font-size: 13px;
}

.entry .page-search-form .search-input input[type="text"] {
    background-color: #f9f9f9;
}

.page-search-form .search-submit {
    position: relative;
    display: block;
    float: left;
    width: 25%;
    height: 40px;
}

.page-search-form .search-submit input[type="submit"] {
    width: 100%;
    height: 100%;
    border: 0;
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0;
    background-color: #55acee;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    color: #fff;
    text-transform: uppercase;
}

.page-search-form .search-submit i {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -8px;
    margin-left: -8px;
    width: 16px;
    height: 16px;
    color: #ffffff;
    text-align: center;
    font-size: 16px;
    line-height: 16px;
    pointer-events: none;
}

/* page search not found & 404 page */
.search-page-content.page-not-found,
.content-404 {
    display: block;
    margin: 30px auto 60px auto;
}

.content-404-inner,
.page-not-found .nothing-found-wrap {
    display: block;
    overflow: hidden;
    margin-right: 15px;
    margin-left: 15px;
    padding: 45px 30px 60px 30px;
    background-color: #fff;
}

.nothing-found-wrap .search-page-header-inner {
    padding-top: 0;
    padding-bottom: 0;
}

.page-not-found .nothing-found-wrap p,
.content-404-inner p {
    display: block;
    margin-bottom: 20px;
    color: #777;
    font-style: italic;
    font-size: 18px;
}

.page-not-found .nothing-found-wrap p:before,
.content-404-inner p:before {
    display: inline-block;
    margin-right: 7px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #eee;
    content: '';
    vertical-align: baseline;
}

.page-not-found .search-page-header {
    margin-bottom: 20px;
}

.page-not-found .page-search-form > *,
.content-404-inner .page-search-form > * {
    display: block;
    max-width: 600px;
    width: 100%;
}

/* single gallery */
.entry div.gallery {
    display: block;
    overflow: hidden;
    margin-right: -1px !important;
    margin-bottom: 25px;
    margin-left: -1px !important;
}

.gallery-item {
    position: relative;
    display: block;
    float: left;
    padding: 1px;
}

.single-entry-wrap .tiled-gallery img {
    margin: 1px !important;
}

.gallery-item img {
    display: block;
    margin-bottom: 0;
    width: 100%;
    height: auto;
}

.gallery-item div {
    margin: 0;
}

.gallery-item .wp-caption-text.gallery-caption {
    position: absolute;
    top: auto;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 10px;
    background-color: rgba(0, 0, 0, .3);
    color: #fff;
    font-size: 12px;
    line-height: 1.4;
}

.gallery-columns-1 .gallery-item {
    width: 100%;
}

.gallery-columns-2 .gallery-item {
    width: 50%;
}

.gallery-columns-2 .gallery-item:nth-child(2n +1) {
    clear: both;
}

.gallery-columns-3 .gallery-item {
    width: 33.3333%;
}

.gallery-columns-3 .gallery-item:nth-child(3n +1) {
    clear: both;
}

.gallery-columns-4 .gallery-item {
    width: 25%;
}

.gallery-columns-4 .gallery-item:nth-child(4n +1) {
    clear: both;
}

.gallery-columns-5 .gallery-item {
    width: 20%;
}

.gallery-columns-5 .gallery-item:nth-child(5n +1) {
    clear: both;
}

.gallery-columns-6 .gallery-item {
    width: 16.66666%;
}

.gallery-columns-6 .gallery-item:nth-child(6n +1) {
    clear: both;
}

.gallery-columns-7 .gallery-item {
    width: 14.285%;
}

.gallery-columns-7 .gallery-item:nth-child(7n +1) {
    clear: both;
}

.gallery-columns-8 .gallery-item {
    width: 12.5%;
}

.gallery-columns-8 .gallery-item:nth-child(8n +1) {
    clear: both;
}

.gallery-columns-9 .gallery-item {
    width: 11.111%;
}

.gallery-columns-9 .gallery-item:nth-child(9n +1) {
    clear: both;
}

.tiled-gallery-caption {
    padding: 5px 0 !important;
    background-color: rgba(0, 0, 0, .2) !important;
    color: #fff !important;
    text-transform: capitalize;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .1);
    font-style: italic;
    font-size: 12px !important;
}

/*--------------------------------------------------------------
>>> .single-post-box-related-video
--------------------------------------------------------------*/
.single-post-format-feat-bg-outer,
.single-post-box-related-video {
    background-color: #282828;
}

.box-related-video-wrap {
    display: block;
    overflow: hidden;
    margin-right: 20px;
    margin-left: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.single-inner .box-related-video-wrap .box-related-content {
    margin-right: -10px;
    margin-bottom: 0;
    margin-left: -10px;
}

.single-post-format-feat-bg-outer .box-related-video-wrap .block-content-wrap {
    margin-right: -10px;
    margin-left: -10px;
}

.box-related-video-wrap .post-wrap {
    margin-right: 10px;
    margin-bottom: 0;
    margin-left: 10px;
}

.post-feat-5.post-wrap {
    background: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.post-feat-5.post-wrap .is-header-overlay {
    padding: 8px 0 0 0;
}

.box-related-video-wrap .block-content-inner {
    overflow: inherit;
}

.box-related-video-wrap .ruby-slider-next {
    top: 0;
    right: 10px;
}

.single-post-format-feat-bg-outer .box-related-video-wrap .ruby-slider-next {
    right: 11px;
}

.box-related-video-wrap .ruby-slider-prev {
    top: 0;
    right: 38px;
    left: auto;
}

.single-post-format-feat-bg-outer .box-related-video-wrap .ruby-slider-prev {
    right: 37px;
}

.box-related-video-wrap .ruby-slider-nav {
    margin-top: -55px;
    width: 24px;
    height: 24px;
    font-size: 18px;
    line-height: 24px;
}

.is-light-text .block-header-wrap {
    border-color: rgba(255, 255, 255, 0.07);
}

.box-related-video-header {
    position: relative;
    display: block;
    margin: 0 0 15px 0;
}

.single-post-box-related-video .block-content-inner {
    margin: 0;
}

/* single post video 3 */
.single-post-video-3 .single-post-format-feat-bg-outer {
    margin: 0;
    padding: 20px 0 30px 0;
}

.single-post-video-3 .single-post-feat-bg-outer .single-post-thumb-outer {
    margin: 0 15px;
}

.single-post-format-3.single-post-video-3 .breadcrumb-wrap {
    margin-top: 0;
    margin-bottom: 20px;
}

.single-post-video-3 .box-related-video-wrap {
    margin-right: 15px;
    margin-left: 15px;
    padding-bottom: 0;
}

/*--------------------------------------------------------------
================================================================
    8.0 - WIDGETS
================================================================
--------------------------------------------------------------*/

.ruby-sidebar-sticky {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

.sidebar-inner {
    display: block;
    overflow: hidden;
    margin-bottom: 20px;
    padding-right: 15px;
    padding-left: 35px;
}

.is-sidebar-left .sidebar-inner {
    padding-right: 35px;
    padding-left: 15px;
}

.sidebar-inner .widget {
    position: relative;
    display: block;
    margin-bottom: 45px;
}

.widget-content-wrap {
    display: block;
}

.widget-ad-content-wrap {
    display: block;
    text-align: center;
}

.sidebar-wrap .post-widget-inner.style-1, .sidebar-wrap .post-widget-inner.style-2,
.sidebar-wrap .post-widget-inner.style-4, .sidebar-wrap .post-widget-inner.style-6,
.sidebar-wrap .post-widget-inner.style-7, .sidebar-wrap .post-widget-inner.style-5 {
    padding: 30px 20px;
    background-color: #fff;
    -webkit-box-shadow: 0 2px 5px 0 rgba(28, 28, 28, .1);
    box-shadow: 0 2px 5px 0 rgba(28, 28, 28, .1);
}

.sb-widget-post .post-widget-inner.style-1 .post-wrap,
.sb-widget-post .post-widget-inner.style-2 .post-wrap,
.sb-widget-post .post-widget-inner.style-4 .post-wrap,
.sb-widget-post .post-widget-inner.style-6 .post-wrap,
.sb-widget-post .post-widget-inner.style-7 .post-wrap,
.sb-widget-post .post-widget-inner.style-5 .post-wrap {
    margin-right: 0;
    margin-left: 0;
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.sb-widget-post .post-feat-4 .post-thumb-outer {
    height: 225px;
}

.sidebar-wrap .post-widget-inner.style-7 .post-body {
    padding: 15px 0 0 0;
}

.sb-widget-post .post-widget-inner.style-5 .post-wrap {
    margin: 0;
}

.widget .post-wrap:last-child {
    margin-bottom: 0;
}

.widget .post-outer {
    position: relative;
    margin-bottom: 30px;
}

.post-widget-inner .post-counter {
    position: absolute;
    top: -5px;
    left: -5px;
    z-index: 9;
    width: 30px;
    height: 30px;
    border-radius: 4px;
    background-color: #55acee;
    -webkit-box-shadow: 4px;
    -webkit-box-shadow: 0 2px 5px 0 rgba(28, 28, 28, .1);
    box-shadow: 0 2px 5px 0 rgba(28, 28, 28, .1);
    color: #fff;
    text-align: center;
    font-weight: 700;
    line-height: 30px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.post-widget-inner .post-outer:hover .post-counter {
    background-color: #282828;
}

.widget .post-outer:last-child {
    margin-bottom: 0;
}

.widget-title {
    position: relative;
    display: block;
    overflow: hidden;
    margin-bottom: 25px;
    border-bottom: 1px solid rgba(28, 28, 28, .07);
    color: #444;
    font-weight: 600;
    font-size: 14px;
}

.widget-title h3 {
    position: relative;
    display: inline-block;
    color: inherit;
    text-transform: inherit;
    line-height: 32px;
}

.widget-title h3 span {
    text-transform: inherit;
    font-size: inherit;
    line-height: inherit;
}

.sidebar-inner .widget-title.block-title span:after {
    position: absolute;
    bottom: -3px;
    left: 0;
    z-index: 9;
    width: 100%;
    border-bottom: 3px solid;
    content: '';
}

.ad-title {
    margin-bottom: 3px;
    color: #999;
    text-align: center;
    font-size: 12px;
}

.ad-wrap {
    text-align: center;
}

/* post widget */
.widget.sb-widget-post .post-wrap:last-child {
    margin-bottom: 0;
}

.sb-widget-post .post-wrap.post-grid-m2 {
    margin-bottom: 30px;
}

/* style 3 */
.is-widget-post-slider {
    position: relative;
}

.sb-widget-post .style-3 .post-wrap {
    margin: 0;
}

.sb-widget-post .style-3 .post-overlay-1 .post-thumb-outer {
    height: 400px;
}

.sb-widget-post .style-3 .post-overlay-1 .post-thumb-outer img {
    min-width: 400px;
}

.is-widget-post-slider .ruby-slider-prev {
    top: 15px;
    margin-top: 0;
}

.is-widget-post-slider .ruby-slider-next {
    top: 15px;
    right: auto;
    left: 60px;
    margin-top: 0;
}

/* style 5 */
.sb-widget-post .style-5 .is-size-3 > a {
    font-size: .85em;
}

/* style 2 &style 6 & style 7 */
.style-7.post-widget-inner .post-counter {
    width: 40px;
    height: 40px;
    font-size: 22px;
    line-height: 40px;
}

.header-style-7 .navbar-outer {
    min-height: 72px;
}

.sb-widget-post .style-6 .is-top-row,
.sb-widget-post .style-2 .is-top-row {
    margin-bottom: 30px;
}

.widget .style-6 .post-overlay-4 .post-thumb-outer,
.widget .style-2 .post-overlay-4 .post-thumb-outer {
    height: 190px;
}

.widget .style-6 .post-outer,
.widget .style-2 .post-outer {
    margin-bottom: 20px;
}

.widget .style-6 .post-outer:last-child,
.widget .style-2 .post-outer:last-child {
    margin-bottom: 0;
}

/* category widget */
.cat-item, .widget_archive li,
.widget_pages .page_item,
.widget_meta a,
.widget_nav_menu .menu-item a,
.widget_recent_entries li,
.widget_recent_comments .recentcomments {
    display: block;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(28, 28, 28, .07);
    text-transform: capitalize;
    font-size: 13px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.widget_recent_comments .recentcomments {
    text-transform: none;
}

.cat-item a {
    text-transform: uppercase;
}

.widget_recent_comments .recentcomments a {
    font-weight: 700;
}

.cat-item:hover, .widget_archive a:hover, .widget_pages .page_item a:hover, .widget_meta a:hover,
.widget_nav_menu .menu-item a:hover, .widget_recent_entries a:hover, .widget_recent_comments .recentcomments a:hover {
    opacity: .7;
}

.cat-item:last-child, .widget_archive li:last-child a, .widget_pages .page_item:last-child a,
.widget_meta li:last-child a, .widget_recent_comments .recentcomments:last-child, .widget_recent_entries li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none !important;
}

.cat-item .children .cat-item {
    margin-top: 15px;
    margin-left: 15px;
    padding-top: 15px;
    border-top: 1px solid rgba(28, 28, 28, .07);
    border-bottom: none;
}

.page_item .children .page_item {
    margin-left: 15px;
}

.page_item .children {
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid rgba(28, 28, 28, .07);
}

.page_item:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.number-post-count {
    display: block;
    float: right;
    padding: 0 5px;
    border-radius: 2px;
    background-color: #282828;
    -webkit-box-shadow: 2px;
    color: #fff;
}

.widget_categories label, .widget_archive label {
    display: none;
}

/* search widget */
.widget_search {
    overflow: hidden;
}

.widget_search .ruby-search {
    display: block;
    overflow: hidden;
}

.widget_search .search-input {
    display: block;
    float: left;
    width: 75%;
}

.widget_search .search-input input[type="text"] {
    padding: 8px 15px;
    height: 40px;
    border: none;
    -webkit-border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px;
    color: #282828;
}

.is-light-text .widget-title {
    border-color: rgba(255, 255, 255, .1);
    color: #aaa;
}

.is-light-text .widget_search .search-input input[type="text"] {
    background-color: rgba(255, 255, 255, .07);
    color: #fff;
}

.widget_search .search-submit {
    position: relative;
    display: block;
    float: left;
    width: 25%;
    height: 40px;
}

.search-submit input[type="submit"] {
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.search-submit input[type="submit"]:hover {
    background-color: #282828 !important;
}

.is-light-text .search-submit input[type="submit"]:hover {
    background-color: rgba(255, 255, 255, .15) !important;
}

.widget_search .search-submit input[type="submit"] {
    width: 100%;
    height: 100%;
    border: 0;
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0;
    background-color: #55acee;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;

}

.widget_search .search-submit i {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -8px;
    margin-left: -8px;
    width: 16px;
    height: 16px;
    color: #ffffff;
    text-align: center;
    font-size: 16px;
    line-height: 16px;
    pointer-events: none;
}

/* calendar widget */
.widget_calendar .calendar_wrap table {
    width: 100%;
}

#wp-calendar th, #wp-calendar td {
    padding: 5px 10px;
    text-align: center;
}

#wp-calendar #today {
    color: #4387d2;
}

#wp-calendar caption {
    margin-bottom: 10px;
    font-weight: 700;
}

/* widget text */
.textwidget {
    display: block;
}

/* widget menu */
.widget_nav_menu .sub-menu {
    margin-left: 15px;
}

.widget_nav_menu .sub-menu .sub-menu {
    margin-left: 15px;
}

.widget_recent_entries a {
    font-weight: 700;
}

.widget_tag_cloud .tagcloud {
    display: block;
    overflow: hidden;
}

.widget_tag_cloud a {
    display: inline-block;
    margin-right: 2px;
    margin-bottom: 2px;
    padding: 0 10px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background-color: #999;
    color: #fff;
    vertical-align: middle;
    text-align: center;
    font-size: 12px !important;
    line-height: 20px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.widget_tag_cloud a:hover, .widget_tag_cloud a:focus {
    background-color: #282828;
    color: #fff;
}

/* widget MailChimp */
.widget.widget_mc4wp_form_widget .mc4wp-form {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 35px 30px;
    background: #fff;
    -webkit-box-shadow: 0 2px 5px 0 rgba(28, 28, 28, .1);
    box-shadow: 0 2px 5px 0 rgba(28, 28, 28, .1);
    color: #888;
}

.widget.widget_mc4wp_form_widget .mc4wp-form-fields p:first-child {
    margin-top: 0;
}

.widget.widget_mc4wp_form_widget .mc4wp-form-fields input[type="submit"] {
    height: 40px;
    border: 0;
    background-color: #55acee;
    color: #fff;
    text-align: center;
    text-transform: capitalize;
    letter-spacing: 0;
    font-weight: 700;
    font-size: 15px;
    line-height: 1;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}

.widget.widget_mc4wp_form_widget .mc4wp-form-fields input[type="submit"]:hover {
    background-color: #282828;
}

.widget.widget_mc4wp_form_widget .newsletter-privacy {
    display: none;
}

/* subscribe form */
.widget.sb-widget-subscribe {
    padding: 0;
}

.subscribe-wrap {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 35px 30px;
    background: #fff;
    -webkit-box-shadow: 0 2px 5px 0 rgba(28, 28, 28, .1);
    box-shadow: 0 2px 5px 0 rgba(28, 28, 28, .1);
    color: #888;
    text-align: left;
    text-shadow: none;
}

.mc4wp-form-fields {
    position: relative;
    display: block;
    overflow: hidden;
}

.subscribe-wrap .mc4wp-form-fields > *:not(span) {
    display: block;
    float: left;
    width: 100%;
}

.mc4wp-form-fields label,
.mc4wp-form-fields span {
    display: none;
}

.subscribe-icon-mail i {
    position: absolute;
    top: -23px;
    right: -20px;
    color: #55acee;
    font-size: 73px;
    -webkit-transform: rotate(22deg);
    -ms-transform: rotate(22deg);
    transform: rotate(22deg);
}

.subscribe-title-wrap h3 {
    margin-top: 0;
    margin-bottom: 15px;
    color: #282828;
    text-transform: capitalize;
    letter-spacing: -.03em;
    font-weight: 700;
    font-size: 22px;
    line-height: 1.2;
}

.subscribe-text-wrap {
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 1.45;
}

.subscribe-wrap.is-light-text .subscribe-text-wrap,
.subscribe-wrap.is-light-text .subscribe-title-wrap h3,
.subscribe-wrap.is-light-text .newsletter-privacy {
    color: #fff;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, .2);
}

.subscribe-wrap.is-light-text,
.subscribe-wrap.is-light-text .subscribe-form-wrap input[type="email"] {
    border-color: rgba(255, 255, 255, .3) !important;
}

.subscribe-form-wrap input[type="email"] {
    margin: 0;
    padding-right: 10px;
    padding-left: 30px;
    width: 73%;
    height: 40px;
    border-color: rgba(0, 0, 0, .1);
    -webkit-border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px;
    background: none;
    font-size: 14px;
}

.subscribe-form-wrap .mc4wp-form-fields input[type="submit"] {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0;
    width: 27%;
    height: 40px;
    border: 0;
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0;
    background-color: #55acee;
    color: #fff;
    text-align: center;
    text-transform: capitalize;
    letter-spacing: 0;
    font-weight: 700;
    font-size: 15px;
    line-height: 1;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}

.subscribe-form-wrap .mc4wp-form-fields .ruby-icon-mail {
    position: absolute;
    top: 50%;
    left: 8px;
    display: block;
    margin-top: -8px;
    line-height: 1;
    opacity: .5;
}

.subscribe-form-wrap input[type="submit"]:hover,
.subscribe-form-wrap input[type="submit"]:focus {
    background-color: #282828;
}

.is-light-text .subscribe-form-wrap input[type="submit"]:hover,
.is-light-text .subscribe-form-wrap input[type="submit"]:focus {
    background-color: #fff;
    color: #282828;
}

.mc4wp-alert p {
    display: block;
    margin-top: 15px;
    color: #f33b3b !important;
    font-size: 14px;
    line-height: 17px;
}

.subscribe-wrap .mc4wp-form-fields p {
    margin-top: 0;
}

.mc4wp-form-fields p {
    margin-top: 20px;
}

.mc4wp-form-fields input[type="submit"] {
    width: 100%;
}

.subscribe-wrap .newsletter-privacy {
    margin-top: 10px;
    color: #999;
    text-align: left;
    font-style: italic;
    font-size: 13px;
    line-height: 1;
}

/* Widget Tabs nav */
ul.widget-tab-nav {
    margin-bottom: 25px;
    border-bottom: 1px solid rgba(28, 28, 28, .07);
}

.tab-pane li:last-child .post-wrap {
    margin-bottom: 0;
}

.widget-tab-nav li {
    float: left;
    margin: 0;
    width: 50%;
    text-align: center;
}

.widget-tab-nav li a {
    display: block;
    padding: 0;
    border-bottom: 3px solid transparent;
    color: #999;
    text-decoration: none !important;
    text-transform: uppercase;
    text-shadow: none;
    font-weight: 600;
    font-size: 14px;
    line-height: 37px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.widget-tab-nav li a:hover,
.widget-tab-nav li a:focus {
    color: #282828;
}

.widget-tab-nav li.active a {
    border-color: #282828;
    color: #282828;
}

.widget-tab-nav li:last-child a {
    border-right: none;
}

.widget-tab-nav li a i {
    margin-right: 5px;
}

.widget-tab-content, .sidebar-wrap .contact-info-container {
    position: relative;
    display: block;
    padding: 30px 20px;
    background-color: #fff;
    -webkit-box-shadow: 0 2px 5px 0 rgba(28, 28, 28, .1);
    box-shadow: 0 2px 5px 0 rgba(28, 28, 28, .1);
}

.widget-tab-content .tab-pane {
    display: none;
}

.widget-tab-content .post-wrap.post-list-4 {
    margin-right: 0;
    margin-left: 0;
    background: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.widget-tab-content .active {
    display: block;
}

.tab-pane ul li:last-child .post-list-small {
    margin-bottom: 0;
}

/* widget recent comments */
.ruby-recent-comments li {
    display: block;
    overflow: hidden;
    margin-bottom: 30px;
}

.ruby-recent-comments li:last-child {
    margin-bottom: 0;
}

.ruby-recent-comments .comment-img {
    float: left;
    margin-right: 15px;
}

.ruby-recent-comments .comment-img img {
    width: 65px;
    height: 65px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.is-light-text .comment-list-content .post-title {
    color: #ffffff;
}

.comment-list-content p {
    display: block;
    margin-top: 5px;
    margin-left: 80px;
    font-size: .9em;
    line-height: 1.45;
}

/* Widget flickr */
.flickr-btn-wrap {
    position: relative;
    display: block;
    margin-top: 15px;
}

.flickr-btn-wrap span {
    position: absolute;
    top: 50%;
    margin-top: -4px;
    width: 8px;
    height: 8px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.first-btn {
    left: 0;
    background-color: #1ab1fd;
}

.second-btn {
    left: 8px;
    background-color: #FF0082;
}

.flickr-btn-wrap a {
    margin-left: 25px;
    color: #55acee;
    font-style: italic;
}

.flickr-btn-wrap a:hover,
.flickr-btn-wrap a:focus {
    opacity: .7;
}

.widget-flickr-content {
    display: block;
    margin: 0 -1px 1px -1px;
}

.flickr-el {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 1px;
}

.flickr-el img {
    width: 100%;
    height: auto;
}

.flickr-el a {
    position: relative;
    display: block;
}

.flickr-el a:before {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    visibility: hidden;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .2);
    content: '';
    opacity: 0;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}

.flickr-el:hover a:before, .flickr-el:focus a:before {
    visibility: visible;
    opacity: 1;
}

/* twitter feed */
.sidebar-inner .widget.sb-widget-twitter .widget-content-wrap {
    padding: 30px 20px;
    background-color: #fff;
    -webkit-box-shadow: 0 2px 5px 0 rgba(28, 28, 28, .1);
    box-shadow: 0 2px 5px 0 rgba(28, 28, 28, .1);
}

li.twitter-content {
    margin-top: 0;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px dashed rgba(0, 0, 0, .1);
    font-size: .9em;
}

li.twitter-content:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.twitter-content a {
    color: #55acee;
    font-style: italic;
}

.twitter-content a:hover, .twitter-content a:focus {
    text-decoration: underline;
}

.twitter-timestamp {
    display: block;
    margin-top: 7px;
    color: #999;
    font-style: italic;
    font-size: 11px;
    line-height: 1.1;
}

.twitter-timestamp i {
    display: inline-block;
    margin-right: 5px;
    vertical-align: bottom;
    line-height: inherit;
}

/* sb social counter  */
.sb-widget-social-counter .counter-element-inner {
    text-transform: capitalize;
    line-height: 22px;
}

/* social counter style 1 */
.sb-social-counter.style-1 {
    display: block;
    overflow: hidden;
    margin: -5px;
}

.sb-widget-social-counter .style-1 .counter-element {
    position: relative;
    display: block;
    float: left;
    padding: 5px;
    width: 33.33%;
    color: #ffffff;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, .1);
    font-size: 14px;
}

.sb-widget-social-counter .style-1 .counter-element > a {
    display: block;
    overflow: hidden;
    padding: 15px 5px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    text-align: center;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.sb-widget-social-counter .style-1 .counter-element i {
    display: block;
    margin-right: 0;
    vertical-align: middle;
    font-size: 40px;
    line-height: 40px;
}

.style-1 .counter-element-inner .num-count {
    display: block;
    text-transform: uppercase;
    letter-spacing: -.03em;
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
}

.style-1 .counter-element-inner .text-count {
    display: block;
    text-shadow: none;
    font-size: 13px;
    line-height: 19px;
}

/* social counter style 2 */
.sb-widget-social-counter .style-2 .counter-element {
    display: block;
    margin-bottom: 2px;
    color: #ffffff;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, .2);
    font-size: 14px;
    line-height: 20px;
}

.sb-widget-social-counter .style-2 .counter-element > a {
    display: block;
    overflow: hidden;
    padding: 10px 15px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.sb-widget-social-counter .style-2 .counter-element i {
    margin-right: 7px;
    vertical-align: middle;
    font-size: 20px;
    line-height: 22px;
}

.style-2 .counter-element-inner .num-count {
    text-transform: uppercase;
}

.sb-widget-social-counter .style-2 .counter-element:last-child {
    margin-bottom: 0;
}

.sb-widget-social-counter .style-2 .counter-element-right {
    float: right;
    text-transform: capitalize;
    letter-spacing: 1px;
    font-size: 12px;
    line-height: 22px;
}

.sb-widget-social-counter .counter-element:hover a {
    background-color: #282828;
    -webkit-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, .3);
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, .3);
}

.sb-widget-social-counter .bg-facebook a {
    background-color: #899DCE;
}

.sb-widget-social-counter .bg-twitter a {
    background-color: #60D2F5;
}

.sb-widget-social-counter .bg-pinterest a {
    background-color: #F74C53;
}

.sb-widget-social-counter .bg-vimeo a {
    background-color: #44BBE1;
}

.sb-widget-social-counter .bg-instagram a {
    background-color: #709CBF;
}

.sb-widget-social-counter .bg-youtube a {
    background-color: #EF464B;
}

.sb-widget-social-counter .bg-dribbble a {
    background-color: #FB70A6;
}

.sb-widget-social-counter .bg-soundcloud a {
    background-color: #fd794a;
}

.sb-widget-social-counter .bg-google a {
    background-color: #f91414;
}

.sb-widget-social-counter .bg-vk a {
    background-color: #42678e;
}

/* widget quote text */
.quote-text-content img {
    max-height: 65px;
    width: auto;
}

.quote-text-content .quote-text {
    margin-top: 20px;
}

.quote-text-content .quote-social {
    margin-top: 20px;
    margin-right: -7px;
    margin-left: -7px;
}

.quote-text-content .quote-social a {
    display: inline-block;
    padding: 0 7px;
    font-size: 18px;
    line-height: 30px;
    opacity: .8;
}

.quote-text-content .quote-social a:hover {
    opacity: 1;
}

/* contact info */
.bingo-info-wrap > * {
    display: block;
    float: left;
    margin-left: 5px;
    font-size: 14px;
}

.contact-info-el {
    display: block;
    overflow: hidden;
    margin-top: 4px;
    color: #282828;
    line-height: 22px;
}

.contact-info-el p {
    color: inherit;
}

.contact-info-el a:hover {
    text-decoration: underline;
}

.is-light-text .contact-info-el {
    color: #cbcbcb;
}

.is-light-text .contact-info-el a:hover {
    color: #fff;
}

.contact-info-el:first-child {
    margin-top: 0;
    margin-bottom: 10px;
}

.contact-info-el i {
    float: left;
    margin-right: 10px;
    color: inherit;
    font-size: 15px;
    line-height: 20px;
}

.is-light-text .bingo-info-wrap > * {
    color: #bbb;
}

.bingo-info-wrap > *:first-child {
    margin-left: 0;
}

/* instagram widget */
.sb-instagram-content-wrap {
    display: block;
    overflow: hidden;
}

.sb-instagram-content-inner {
    margin: -1px;
}

.instagram-el {
    display: block;
    padding: 1px;
}

.instagram-el a {
    position: relative;
    display: block;
    overflow: hidden;
}

.instagram-el a:after {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    display: block;
    visibility: hidden;
    overflow: hidden;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .2);
    content: '';
    opacity: 0;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}

.instagram-el:hover a:after {
    visibility: visible;
    opacity: 1;
}

.instagram-bottom-text {
    display: block;
    margin-top: 10px;
    padding: 0 30px 30px 30px;
    color: #999;
    text-align: right;
    letter-spacing: 1px;
    font-size: 11px;
}

.top-footer-widget-instagram .widget-title.block-title,
.top-footer-widget-instagram .widget-title.block-title h3 {
    border: none;
}

/* category banner */
.widget.sb-widget-cat-banner {
    padding: 0 !important;
    background: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.widget-cat-banner-image {
    position: relative;
    display: block;
    overflow: hidden;
    margin-bottom: 7px;
    height: 70px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background-position: center center;
    background-size: cover !important;
    background-repeat: no-repeat;
    -webkit-background-size: cover !important;
}

.widget-cat-banner-image:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    background-color: rgba(0, 0, 0, .6);
    content: '';
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.cat-banner-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9;
    display: -webkit-flex;
    display: flex;
    text-align: center;
}

.cat-banner-overlay h4 {
    display: inline-block;
    margin: auto;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0;
    font-size: 13px;
}

/* widget social */
.widget-social-link-info a {
    display: inline-block;
    line-height: 1;
}

.widget-social-link-info a i {
    margin: 3px;
    width: 48px;
    height: 48px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background-color: #55acee;
    color: #fff !important;
    text-align: center;
    font-size: 24px;
    line-height: 48px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.widget-social-link-info a i:hover,
.widget-social-link-info a i:focus {
    background-color: #282828 !important;
}

.widget-social-link-info .is-color.icon-facebook i {
    background-color: #899DCE !important;
}

.widget-social-link-info .is-color.icon-twitter i {
    background-color: #60D2F5 !important;
}

.widget-social-link-info .is-color.icon-google i {
    background-color: #DC4047 !important;
}

.widget-social-link-info .is-color.icon-youtube i {
    background-color: #EF464B !important;
}

.widget-social-link-info .is-color.icon-linkedin i {
    background-color: #007BB6 !important;
}

.widget-social-link-info .is-color.icon-pinterest i {
    background-color: #F74C53;
}

.widget-social-link-info .is-color.icon-flickr i {
    background-color: rgb(255, 0, 130) !important;
}

.widget-social-link-info .is-color.icon-tumblr i {
    background-color: rgb(50, 80, 109) !important;
}

.widget-social-link-info .is-color.icon-skype i {
    background-color: rgb(0, 170, 225) !important;
}

.widget-social-link-info .is-color.icon-vimeo i {
    background-color: rgb(68, 187, 225) !important;
}

.widget-social-link-info .is-color.icon-rss i {
    background-color: #ffcc15 !important;
}

.widget-social-link-info .is-color.icon-instagram i {
    background-color: #7E40B6 !important;
}

.widget-social-link-info .is-color.icon-vk i {
    background-color: #5FA0DD !important;
}

.widget-social-link-info .is-color.icon-snapchat i {
    background-color: #FFFC00 !important;
}

.widget-social-link-info .is-color.icon-whatsapp i {
    background-color: #00E676 !important;
}

.widget-social-link-info .is-color.icon-reddit i {
    background-color: rgb(255, 69, 0) !important;
}

.widget-social-link-info .is-color.icon-soundcloud i {
    background-color: #fd794a !important;
}

.widget-social-link-info .is-color.icon-dribbble i {
    background-color: #FB70A6 !important;
}

.widget-social-link-info .is-color.icon-bloglovin i {
    background-color: #282828 !important;
}

.widget-social-link-info .is-color.icon-digg i {
    background-color: #282828 !important;
}

/* widget about me */
.about-widget-image .about-title {
    margin-top: 20px;
    text-transform: uppercase;
    font-size: 15px;
    line-height: 1.5;
}

.about-widget-image .about-subtitle {
    display: inline-block;
    margin-top: 5px;
    padding-top: 5px;
    border-top: 1px solid rgba(0, 0, 0, .04);
    color: #959595;
    font-style: italic;
    font-size: 12px;
}

.about-widget-image h3 {
    letter-spacing: inherit;
    font-weight: inherit;
    font-size: inherit;
    font-family: inherit;
    line-height: inherit;
}

.signature-img {
    margin-top: 20px;
}

.signature-img img {
    max-height: 60px;
    width: auto;
}

.about-content-wrap {
    margin-top: 20px;
    font-size: 13px;
    line-height: 22px;
}

/*--------------------------------------------------------------
================================================================
    9.0 - FOOTER
================================================================
--------------------------------------------------------------*/

/* back to top */
#ruby-back-top {
    position: fixed;
    right: 10px;
    bottom: 10px;
    z-index: 999;
    display: none;
    overflow: hidden;
    border: none;
    text-decoration: none;
    cursor: pointer;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

#ruby-back-top i {
    display: block;
    width: 38px;
    height: 38px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background-color: #4387d2;
    color: #fff;
    text-align: center;
    font-size: 18px;
    line-height: 36px;
    opacity: .5;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}

#ruby-back-top:hover i {
    opacity: 1;
}

/* footer  */
.footer-wrap {
    position: relative;
    display: block;
}

.footer-wrap .widget {
    background: none;
    box-shadow: none;
    -wekit-box-shadow: none;
}

.top-footer-inner .sb-widget {
    display: none;
}

.footer-inner .widget {
    padding: 0;
    box-shadow: none;
    -wekit-box-shadow: none;
}

.sidebar-footer .widget {
    margin-bottom: 30px;
}

.sidebar-footer .widget:last-child {
    margin-bottom: 0;
}

.footer-wrap .widget-title {
    margin-bottom: 25px;
}

.footer-wrap .widget-title span {
    background: none !important;
    color: inherit !important;
}

.sidebar-footer .widget:last-child {
    margin-bottom: 0;
}

.footer-inner {
    position: relative;
    display: block;
    overflow: hidden;
    background-color: #282828;
}

.footer-inner.has-bg-image:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .95);
    content: '';
}

.sidebar-footer {
    padding-right: 30px;
    padding-left: 30px;
}

.column-footer-wrap {
    display: block;
    padding-top: 50px;
    padding-bottom: 50px;
}

.column-footer-inner {
    display: block;
    overflow: hidden;
    margin-right: -15px;
    margin-left: -15px;
}

.is-light-text .cat-item, .is-light-text .widget_archive a,
.is-light-text .widget_pages .page_item a, .is-light-text .widget_meta a,
.is-light-text .widget_nav_menu .menu-item a, .is-light-text .widget_recent_comments .recentcomments,
.is-light-text .widget_recent_entries li {
    border-color: rgba(255, 255, 255, .05);
    color: #fff;
}

.is-light-text p {
    color: #cbcbcb;
}

.is-light-text th, .is-light-text td, .is-light-text table {
    border-color: rgba(255, 255, 255, .05);
    color: #eee;
}

.is-light-text .widget_tag_cloud a {
    border-color: rgba(255, 255, 255, .05);
    color: #fff;
}

.is-light-text .widget_tag_cloud a:hover, .is-light-text .widget_tag_cloud a:focus {
    background-color: #fff;
    color: #282828;
}

.is-light-text select {
    border-color: rgba(255, 255, 255, .05);
    background-color: #222;
    color: #fff;
}

.is-light-text .post-counter {
    color: #fff;
}

/* top footer */
.top-footer-inner {
    display: block;
    overflow: hidden;
    padding-top: 40px;
    background-color: #fff;
    text-align: center;
}

/*top footer subscribe */
.top-footer-inner .widget.sb-widget-subscribe {
    display: block;
    width: 100%;
    box-shadow: none;
    -wekit-box-shadow: none;
}

.top-footer-inner .subscribe-wrap.subscribe-big {
    display: block;
    margin-right: auto;
    margin-left: auto;
    max-width: 700px;
}

.top-footer-inner .subscribe-wrap.subscribe-medium {
    display: block;
    margin-right: auto;
    margin-left: auto;
    width: 35%;
}

.top-footer-inner .subscribe-big .subscribe-icon-mail i {
    top: -35px;
    right: -35px;
    font-size: 90px;
}

/* footer instagram */
.footer-instagram-el {
    display: block;
    overflow: hidden;
    position: relative;
    outline: 0;
}

.footer-instagram-el a {
    display: block;
    overflow: hidden;
    padding: 0 0 100% 0 !important;
    outline: 0;
    text-decoration: none;
    position: static;
}

.footer-instagram-el a:after {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    display: block;
    visibility: hidden;
    overflow: hidden;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .2);
    content: '';
    opacity: 0;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}

.footer-instagram-el:hover a:after {
    visibility: visible;
    opacity: 1;
}

.footer-instagram-el img {
    display: block;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    -o-object-fit: cover;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}

.ruby-instagram-error {
    color: #f33b3b;
    font-style: italic;
}

.ruby-col-5 {
    float: left;
    width: 20%;
}

.ruby-col-7 {
    float: left;
    width: 14.285%;
}

.ruby-col-8 {
    float: left;
    width: 12.5%;
}

.ruby-col-9 {
    float: left;
    width: 11.11111%;
}

.ruby-col-10 {
    float: left;
    width: 10%;
}

.top-footer-wrap .widget {
    display: none;
}

.top-footer-wrap .widget.top-footer-widget-instagram,
.top-footer-wrap .widget.widget_text {
    position: relative;
    display: block;
}

.top-footer-widget-instagram .widget-title.block-title {
    margin-bottom: 20px;
    color: #282828;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
}

.top-footer-widget-instagram .instagram-content-wrap.ruby-container {
    margin: 0 auto 60px auto;
}

/* bottom footer */
.bottom-footer-wrap {
    position: relative;
    display: block;
}

.bottom-footer-inner {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 30px 15px;
    border-top: 1px solid rgba(28, 28, 28, .07);
}

.is-light-text .bottom-footer-inner {
    border-color: rgba(255, 255, 255, .07);
}

/* footer menu */
.footer-menu-wrap {
    display: block;
    float: left;
    overflow: hidden;
    height: 50px;
}

.footer-menu-inner {
    position: static;
    display: inline-block;
    margin: 0;
}

.footer-menu-inner > li {
    display: block;
    float: left;
}

.footer-menu-inner li a {
    display: inline-block;
    float: left;
    margin: 5px 0;
    padding: 0 10px;
    text-transform: capitalize;
    white-space: nowrap;
    line-height: 40px;
}

.is-light-text .footer-menu-inner li a {
    color: #dddddd;
}

.is-light-text .footer-menu-inner li a:hover,
.is-light-text .footer-menu-inner li a:focus {
    opacity: .7;
}

/* footer social */
.footer-social-wrap {
    display: block;
    float: right;
    margin: 5px 0;
    line-height: 1;
}

.footer-social-inner {
    position: static;
    display: inline-block;
    margin: 0;
}

.footer-social-wrap a {
    display: block;
    float: left;
    margin: 2px;
    width: 34px;
    height: 34px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background-color: rgba(28, 28, 28, .07);
    color: #282828;
    text-align: center;
    font-size: 18px;
    line-height: 34px;
}

.is-light-text .footer-social-wrap a {
    background-color: rgba(255, 255, 255, .05);
}

.is-light-text .footer-social-wrap a i {
    color: #eee;
}

.is-light-text .footer-social-wrap a.is-color i {
    color: #fff;
}

.footer-social-wrap .is-color.icon-facebook {
    background-color: #899DCE;
}

.footer-social-wrap .is-color.icon-twitter {
    background-color: #60D2F5;
}

.footer-social-wrap .is-color.icon-google {
    background-color: #DC4047;
}

.footer-social-wrap .is-color.icon-youtube {
    background-color: #EF464B;
}

.footer-social-wrap .is-color.icon-linkedin {
    background-color: #007BB6;
}

.footer-social-wrap .is-color.icon-pinterest {
    background-color: #F74C53;
}

.footer-social-wrap .is-color.icon-flickr {
    background-color: rgb(255, 0, 130);
}

.footer-social-wrap .is-color.icon-tumblr {
    background-color: rgb(50, 80, 109);
}

.footer-social-wrap .is-color.icon-skype {
    background-color: rgb(0, 170, 225);
}

.footer-social-wrap .is-color.icon-vimeo {
    background-color: rgb(68, 187, 225);
}

.footer-social-wrap .is-color.icon-rss {
    background-color: #ffcc15;
}

.footer-social-wrap .is-color.icon-instagram {
    background-color: #7E40B6;
}

.footer-social-wrap .is-color.icon-vk {
    background-color: #5FA0DD;
}

.footer-social-wrap .is-color.icon-snapchat {
    background-color: #FFFC00;
}

.footer-social-wrap .is-color.icon-whatsapp {
    background-color: #00E676;
}

.footer-social-wrap .is-color.icon-reddit {
    background-color: rgb(255, 69, 0);
}

.footer-social-wrapb.is-color.icon-soundcloud {
    background-color: #fd794a;
}

.footer-social-wrap .is-color.icon-dribbble {
    background-color: #FB70A6;
}

.footer-social-wrap a:first-child {
    margin-left: 0;
}

/* footer logo */
.footer-logo {
    display: block;
    float: left;
    margin-right: 10px;
    height: 50px;
    line-height: 50px;
}

.footer-logo img {
    max-width: 180px;
    max-height: 50px;
    width: auto;
    height: auto;
}

.footer-logo a {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.footer-logo a:hover, .footer-logo a:focus {
    opacity: .8;
}

/* copyright */
.footer-copyright-wrap {
    position: relative;
    z-index: 1;
    display: block;
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: #282828;
    text-align: center;
}

.footer-copyright-wrap p {
    color: #dddddd;
    font-size: 13px;
    line-height: 1.6;
    text-align: center;
}

/* shortcode woocommerce */
/* 4 columns */
.fw-block-shortcode .woocommerce.columns-4 ul.products li.product {
    margin: 0 !important;
    padding: 0 15px 30px 15px;
    width: 25%;
}

.fw-block-shortcode .woocommerce.columns-4 ul.products,
.fw-block-shortcode .woocommerce.columns-3 ul.products {
    margin: 0;
}

/* 3 columns */
.fw-block-shortcode .woocommerce.columns-3 ul.products li.product {
    margin: 0 !important;
    padding: 0 15px 30px 15px;
    width: 33.33%;
}

@media only screen and (max-width: 991px) {

    .fw-block-shortcode .woocommerce.columns-4 ul.products li.product,
    .fw-block-shortcode .woocommerce.columns-3 ul.products li.product {
        width: 50%;
    }

    .fw-block-shortcode .woocommerce.columns-4 ul.products li:nth-child(2n+1),
    .fw-block-shortcode .woocommerce.columns-3 ul.products li:nth-child(2n+1) {
        clear: both;
    }

    .woocommerce ul.products li.first {
        clear: none;
    }

}/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 - X > 1400px
2.0 - 992px < X < 1199px
3.0 - X < 992px
4.0 - 768px < X < 992px
5.0 - X < 768px
6.0 - 480px < X < 768px
7.0 - X < 480px
--------------------------------------------------------------*/

/*--------------------------------------------------------------
    1. X > 1400px
--------------------------------------------------------------*/
@media only screen and (min-width: 1200px) {
    .header-style-7 .mega-category-menu.mega-menu-wrap.sub-menu > * {
        margin: auto !important;
        max-width: 1120px;
    }

    .header-style-7 .mega-col-menu.mega-menu-wrap.sub-menu {
        left: 45%;
    }
}

/*--------------------------------------------------------------
    2. 992px < X < 1199px
--------------------------------------------------------------*/
@media only screen and (max-width: 1199px) and (min-width: 992px) {

    /* container */
    .ruby-container {
        max-width: 974px !important;
    }

    .mega-col-menu.mega-menu-wrap.sub-menu .mega-col-menu-ad {
        display: none;
    }

    .mega-col-menu.mega-menu-wrap.sub-menu {
        left: -20px;
    }

    .header-style-7 .mega-col-menu.mega-menu-wrap.sub-menu {
        left: 50%;
    }

    .header-style-1 .logo-wrap,
    .header-style-6 .logo-wrap,
    .header-style-8 .logo-wrap,
    .header-style-9 .logo-wrap {
        max-width: 306px;
    }

    .mega-menu-wrap .post-wrap.post-grid-m2 .post-thumb {
        min-height: 119px;
    }

    .header-wrap .logo-inner img {
        max-height: 85px;
    }

    .logo-text h1 {
        font-size: 34px;
        line-height: 1;
    }

    .post-title.is-size-1 h1,
    .single-post-overlay-outer .single-title.post-title h1 {
        font-size: .8em;
        line-height: 1.2;
    }

    .site-tagline {
        font-size: 16px;
        line-height: 1;
    }

    .header-inner .banner-ad-wrap {
        max-width: 595px;
        max-height: 85px;
    }

    .header-search-result .post-thumb-outer, .header-search-result .post-thumb-outer img {
        height: 165px;
    }

    .post-body {
        padding: 20px;
    }

    .post-title.is-size-1 > * {
        font-size: .8em;
    }

    .post-title.is-size-4 > * {
        font-size: .8em;
    }

    .post-cat-info {
        margin-bottom: 7px;
    }

    .is-top-format.post-format-wrap,
    .is-top-format.post-format-wrap.is-big-icon {
        top: 15px;
        right: 15px;
    }

    .post-cat-info.is-absolute {
        bottom: 15px;
        left: 15px;
    }

    .post-feat-2 .post-cat-info,
    .fw-block-g2 .post-meta-info-right {
        display: none;
    }

    .post-feat-1 .post-thumb-outer {
        height: 356px;
    }

    .post-feat-1 .thumbnail-resize img {
        min-width: 680px;
        height: auto;
    }

    .post-feat-2 .post-thumb-outer {
        height: 178px;
    }

    .post-feat-2 .thumbnail-resize img {
        min-width: 300px;
    }

    .header-style-3 .no-menu p, .header-style-3 .main-menu-inner > li > a, .header-style-3 .header-search-popup .btn, .header-style-7 .no-menu p, .header-style-7 .main-menu-inner > li > a {
        padding: 0 10px;
        font-size: .9em;
    }

    .post-list-1 .post-list-content {
        height: 200px;
    }

    /* single */
    .is-entry-padding .is-author-bottom .single-content-wrap {
        margin-left: 60px;
    }

    .is-entry-padding .is-author-bottom .banner-ad-bottom-single {
        margin-left: -90px;
    }

    .single-post-left,
    .author-thumb-wrap img {
        max-width: 110px;
    }

    .is-author-top .author-content-wrap > * {
        font-size: .93em;
    }

    .is-author-top .banner-ad-bottom-single {
        margin-left: -180px;
    }

    .review-box-wrap .review-title h3 {
        font-size: 20px;
    }

    .entry blockquote p {
        font-size: 26px;
        line-height: 34px;
    }

    .alignleft, .alignright {
        max-width: 300px !important;
    }

    /* fw block 3 */
    .fw-block-3 .post-wrap.post-feat-7 .post-thumb-outer {
        height: 186px;
    }

    .fw-block-3 .post-wrap.post-feat-7 .post-thumb-outer img {
        min-width: 280px;
    }

    .fw-block-3 .post-feat-3 .thumbnail-resize img {
        min-width: 500px;
        height: 374px;
    }

    .fw-block-3 .post-feat-3 .post-thumb-outer {
        height: 372px;
    }

    .post-title.is-size-5 > * {
        font-size: .85em;
        line-height: 1.3;
    }

    /* fw block 4 */
    .post-feat-6 .post-thumb-outer {
        height: 360px;
    }

    .post-feat-6 .thumbnail-resize img {
        min-width: 620px;
    }

    .post-title.is-size-2 > * {
        font-size: .9em;
    }

    .post-feat-4 .post-thumb-outer {
        margin-bottom: 0;
        height: 225px;
    }

    .post-feat-4 .thumbnail-resize img {
        min-width: 340px;
    }

    /* fw block 5 */
    .post-feat-8 .post-thumb-outer {
        height: 350px;
    }

    .post-feat-8 .is-bg-thumb .thumbnail-resize img {
        min-width: 250px;
        height: auto;
    }

    .post-wrap.post-feat-8 .is-header-overlay {
        padding: 0 15px 15px 15px;
    }

    /* fw block G5 */
    .fw-block-g5 .post-gallery-1 .post-thumb-outer {
        height: 314px;
    }

    .fw-block-g5 .post-gallery-1 .post-thumb-outer img {
        height: 314px;
    }

    /* hs block 2 */
    .post-overlay-2 .post-thumb-outer {
        height: 395px;
    }

    .post-overlay-2 .thumbnail-resize img {
        min-width: 395px;
    }

    /* hs block 3 */
    .hs-block-3 .post-grid-1 .post-body {
        padding: 30px;
    }

    .hs-block-3 .post-title.is-size-4 > * {
        font-size: inherit;
    }

    /* hs block 6 */
    .hs-block-6 .post-overlay-1 .post-thumb-outer {
        height: 360px;
    }

    .hs-block-6 .post-overlay-1 .thumbnail-resize img {
        min-width: 360px;
    }

    .hs-block-6 .post-overlay-4 .post-thumb-outer {
        height: 165px;
    }

    .hs-block-6 .post-overlay-4 .thumbnail-resize img {
        min-width: 250px;
        height: auto;
    }

    /* hs block 8 & 9 */
    .hs-block-8 .post-list-1 .post-list-content,
    .hs-block-9 .post-list-1 .post-list-content {
        height: 178px;
    }

    /* post list 1 */
    .post-wrap.post-list-1,
    .post-list-1 .post-thumb-outer img {
        height: 310px;
    }

    .post-title.is-size-3 > * {
        font-size: .85em;
    }

    /* post list 2 */
    .post-wrap.post-list-2,
    .post-list-2 .post-thumb-outer img {
        height: 260px;
    }

    .post-list-2 .post-body {
        padding: 16px 20px;
    }

    .post-wrap.post-list-2 .post-list-content {
        height: 167px;
    }

    /* post list 3 */
    .post-list-3 .post-thumb-outer {
        width: 100px;
        height: 80px;
    }

    .post-list-3 .post-body {
        margin-left: 115px;
    }

    .sb-widget-social-counter .style-1 .counter-element i {
        font-size: 35px;
        line-height: 35px;
    }

    .sb-widget-social-counter .style-1 .counter-element > a {
        padding-top: 12px;
        padding-bottom: 12px;
    }

    .style-1 .counter-element-inner .num-count {
        margin-top: 1px;
        font-size: 1.1em;
    }

    .style-1 .counter-element-inner .text-count {
        font-size: .8em;
        line-height: 18px;
    }

    .post-list-4 .post-thumb-outer {
        max-width: 80px;
        width: 80px;
        height: 68px;
    }

    .post-list-4 .post-thumb-outer img {
        height: 68px;
    }

    .post-list-4 .post-body {
        margin-left: 80px;
        padding: 8px 10px 0 10px;
    }

    .style-7.post-widget-inner .post-counter {
        width: 36px;
        height: 36px;
        font-size: 16px;
        line-height: 36px;
    }

    .widget .style-6 .post-overlay-4 .post-thumb-outer,
    .widget .style-2 .post-overlay-4 .post-thumb-outer {
        height: 160px;
    }

    .ruby-recent-comments .comment-img {
        margin-right: 15px;
    }

    .ruby-recent-comments .comment-img img {
        width: 68px;
        height: 68px;
    }

    .comment-list-content p {
        margin-left: 84px;
        font-size: .85em;
    }

    /* widget subscribe*/
    .subscribe-wrap {
        padding: 25px;
    }

    .subscribe-title-wrap h3 {
        font-size: 26px;
    }

}

/*--------------------------------------------------------------
    3. X < 992px
--------------------------------------------------------------*/
@media only screen and (max-width: 991px) {
    /* container */
    .ruby-container {
        max-width: 750px !important;
    }

    .ruby-page-wrap {
        margin-top: 30px;
    }

    .ruby-page-wrap .ruby-content-wrap > :last-child {
        margin-bottom: 10px;
    }

    .related-video-slider.slider-init {
        height: 150px;
    }

    .container-inner,
    .latest-blog-wrap .block-header-wrap,
    .single-post-feat-bg-outer,
    .author-team-page-title {
        margin-right: 10px;
        margin-left: 10px;
    }

    .author-team-page-title {
        margin-bottom: 20px;
    }

    .author-team-page-title h1 {
        font-size: 30px;
    }

    .ruby-block-inner, .single-inner,
    .single-inner .box-related-content .post-wrap.post-list-1 {
        padding-right: 10px;
        padding-left: 10px;
    }

    .sidebar-inner, .is-sidebar-left .sidebar-inner {
        margin-bottom: 20px;
        padding-right: 10px;
        padding-left: 10px;
    }

    .blog-wrap .post-wrap.post-list-2,
    .blog-wrap .post-wrap.post-list-1 {
        padding-right: 10px;
        padding-left: 10px;
    }

    .page-template .latest-blog-wrap .post-wrap,
    .blog-wrap .post-wrap,
    ul.widget-tab-nav,
    .widget-tab-content .post-wrap.post-list-4,
    .widget .post-wrap,
    .footer-wrap .widget-title.block-title {
        margin-bottom: 20px;
    }

    .widget-tab-content .post-wrap.post-list-4:last-child {
        margin-bottom: 0;
    }

    .widget-tab-content,
    .sidebar-wrap .post-widget-inner.style-1,
    .sidebar-wrap .post-widget-inner.style-2,
    .sidebar-wrap .post-widget-inner.style-4,
    .sidebar-wrap .post-widget-inner.style-6,
    .sidebar-wrap .post-widget-inner.style-7,
    .sidebar-wrap .post-widget-inner.style-5 {
        padding: 20px 10px;
    }

    .page-template-page-composer .site-inner > *:first-child,
    .blog .site-inner > *:not(.blog-wrap):first-child {
        padding-top: 20px;
    }

    .page-template-page-composer .site-inner > *:first-child .fw-block-4.is-background,
    .page-template-page-composer .site-inner > *:first-child .fw-block-1 {
        margin-top: -30px;
    }

    .breaking-news-wrap {
        margin-top: -15px;
    }

    .single-post-4 .single-post-content-wrap {
        margin-top: -70px;
    }

    .header-style-2 .header-inner .banner-ad-wrap,
    .header-style-6 .header-inner .banner-ad-wrap,
    .header-style-7 .header-inner .banner-ad-wrap,
    .header-style-8 .header-inner .banner-ad-wrap,
    .header-style-9 .header-inner .banner-ad-wrap {
        margin: 10px 0;
    }

    .header-style-3 .header-inner .banner-ad-wrap,
    .header-style-4 .header-inner .banner-ad-wrap,
    .header-style-5 .header-inner .banner-ad-wrap {
        margin: 10px;
    }

    .post-list-2 .post-body {
        padding: 16px 20px;
    }

    .post-list-2 .post-thumb img {
        min-width: 245px;
    }

    .post-list-1 .post-body {
        padding: 20px;
    }

    .header-inner .logo-wrap {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .logo-wrap.is-logo-text {
        height: auto !important;
    }

    .logo-text h1 {
        font-size: 26px;
        line-height: 1;
    }

    .site-tagline {
        font-size: 12px;
        line-height: 1;
    }

    .header-inner .banner-background-image .logo-inner img {
        max-height: 100px;
    }

    .navbar-left > * {
        margin-right: 10px;
    }

    .header-social-wrap {
        margin-top: 2px;
    }

    .header-social-inner a {
        margin: 8px 4px 0 4px;
        width: 28px;
        height: 28px;
        font-size: 14px;
        line-height: 28px;
    }

    .ruby-block-wrap.is-background {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .post-wrap {
        margin-right: 10px;
        margin-bottom: 30px;
        margin-left: 10px;
    }

    .post-body {
        padding: 10px 10px 20px 10px;
    }

    .hs-block-15 .post-list-3.post-wrap:last-child, .hs-block-16 .post-wrap.post-list-m1:last-child, .hs-block-17 .post-list-3.post-wrap:last-child, .hs-block-18 .post-wrap.post-list-m1:last-child {
        padding-bottom: 0;
    }

    .post-classic-2 .post-body,
    .post-classic-1 .post-body {
        padding: 20px;
    }

    .fw-block-g2 .post-wrap .post-body {
        padding: 15px;
    }

    .fw-block-1, .fw-block-2, .fw-block-3, .fw-block-4, .fw-block-5, .fw-block-6, .fw-block-7, .fw-block-g5, .fw-block-g6,
    .fw-block-v1, .fw-block-v2, .block-ad, .post-wrap.post-overlay-3 {
        margin-bottom: 30px;
    }

    .ajax-pagination {
        margin-bottom: 10px;
    }

    .ajax-pagination.ajax-loadmore a {
        margin-bottom: 20px;
    }

    .single-wrap.ruby-section {
        margin-top: 30px;
    }

    .sidebar-inner .widget:not(.sb-widget-subscribe),
    .widget .style-6 .post-outer {
        margin-bottom: 20px;
    }

    .sidebar-inner .widget.sb-widget-subscribe {
        margin-bottom: 20px;
    }

    .sidebar-inner .widgetwidget.sb-widget-cat-banner {
        padding: 0;
    }

    .ajax-filter-dropdown-list {
        right: -10px;
    }

    .block-title h3 {
        font-size: .95em;
    }

    .fw-block-2 .block-content-wrap,
    .fw-block-3 .block-content-wrap {
        margin-right: 10px;
        margin-left: 10px;
    }

    .block-content-inner,
    .post-list-inner {
        margin-right: -10px;
        margin-left: -10px;
    }

    .ruby-block-wrap .post-list-inner .col-left {
        z-index: 9;
        padding-left: 10px;
    }

    .single-page-post {
        margin-bottom: 40px;
    }

    .post-title.is-size-1,
    .post-title.is-size-2,
    .post-title.is-size-3,
    .post-title.is-size-4,
    .post-title.is-size-5,
    .post-title.is-size-5 {
        line-height: 1;
    }

    .post-cat-info {
        margin-bottom: 7px;
    }

    .cat-info-el {
        padding-right: 10px;
        padding-left: 10px;
        height: auto;
    }

    .post-cat-info.is-absolute {
        bottom: 10px;
        left: 10px;
    }

    .post-meta-info {
        margin-top: 7px;
    }

    .meta-info-el.meta-info-author img {
        width: 20px;
        vertical-align: -6px;
    }

    .post-review-wrap .review-info-score,
    .post-review-wrap.is-big-review .review-info-score {
        padding: 0;
        width: 30px !important;
        height: 40px !important;
        font-size: 14px !important;
        line-height: 40px !important;
    }

    .post-format-wrap.is-big-icon .post-format,
    .post-format-wrap .post-format {
        width: 34px;
        height: 34px;
    }

    .is-top-format.post-format-wrap,
    .is-top-format.post-format-wrap.is-big-icon {
        top: 10px;
        right: 10px;
    }

    .post-wrap .is-header-overlay,
    .post-feat-7.post-wrap .is-header-overlay,
    .post-feat-4.post-wrap .is-header-overlay {
        padding: 0 10px 10px 10px;
    }

    .navbar-social-wrap, .post-feat-2 .post-meta-info, .post-feat-7 .post-meta-info, .logo-wrap, .main-menu-wrap, .topbar-wrap,
    .post-feat-2 .post-cat-info, .fw-block-g2 .post-meta-info-right {
        display: none;
    }

    .header-style-1 .banner-ad-wrap, .header-style-6 .banner-ad-wrap, .header-style-8 .banner-ad-wrap, .header-style-9 .banner-ad-wrap {
        max-width: 720px;
        max-height: 100%;
        margin: auto;
    }

    .logo-mobile-wrap {
        display: block;
    }

    .header-search-result {
        display: none !important;
    }

    .ajax-loadmore-link, input#comment-submit, a.box-comment-btn, .header-search-more button {
        padding: 0 18px;
        font-size: 11px;
        line-height: 30px;
    }

    .sidebar-footer {
        padding-right: 10px;
        padding-left: 10px;
    }

    .column-footer-inner {
        margin-right: 0;
        margin-left: 0;
    }

    /* header style 3 & 7 */
    .header-style-3 .no-menu p, .header-style-3 .main-menu-inner > li > a, .header-style-7 .no-menu p, .header-style-7 .main-menu-inner > li > a {
        padding: 0 7px;
        font-size: .7em;
        line-height: 60px;
    }

    .header-style-3 .header-search-popup .btn,
    .header-style-7 .header-search-popup .btn {
        right: -10px;
        line-height: 60px;
    }

    .header-style-3 .header-inner .logo-wrap,
    .header-style-7 .header-inner .logo-wrap {
        height: 60px;
    }

    .header-style-3 .logo-wrap img, .header-style-7 .logo-wrap img {
        max-height: 58px !important;
    }

    .header-style-3 .navbar-search {
        padding: 0 8px;
    }

    .header-style-3 .navbar-right, .header-style-7 .navbar-right {
        font-size: 18px;
        line-height: 60px;
    }

    .header-style-3 .off-canvas-btn-wrap {
        padding: 0 13px;
    }

    .header-style-3 .off-canvas-btn, .header-style-7 .off-canvas-btn {
        height: 60px;
    }

    .header-style-3 .off-canvas-btn .ruby-trigger, .header-style-7 .off-canvas-btn .ruby-trigger {
        margin-top: -30px;
        height: 60px;
    }

    .header-style-3 .header-search-popup #ruby-search-input, .header-style-7 .header-search-popup #ruby-search-input {
        padding-top: 4px;
        padding-right: 30px;
        padding-bottom: 4px;
    }

    .header-style-3 .ruby-close-search {
        top: 12px;
        right: 35px;
    }

    .mega-col-menu.mega-menu-wrap.sub-menu {
        left: -10px;
    }

    .mega-col-menu.mega-menu-wrap.sub-menu .sub-menu.is-sub-default {
        min-width: 690px;
    }

    .mega-col-menu.mega-menu-wrap.sub-menu > ul.sub-menu.is-sub-default > li > a,
    .main-menu-inner .sub-menu {
        min-width: 150px;
    }

    /* post meta share */
    .post-meta-share-inner:before {
        width: 28px;
        height: 28px;
        font-size: 11px;
        line-height: 28px;
    }

    .share-bar-el i {
        width: 28px;
        height: 28px;
        font-size: 11px;
        line-height: 30px;
    }

    .post-meta-share-inner .social-sharing a:nth-child(1) {
        -webkit-transform: translate3d(28px, 0, 0);
        -moz-transform: translate3d(28px, 0, 0);
        -ms-transform: translate3d(28px, 0, 0);
        -o-transform: translate3d(28px, 0, 0);
        transform: translate3d(28px, 0, 0);
    }

    .post-meta-share-inner .social-sharing a:nth-child(2) {
        -webkit-transform: translate3d(60px, 0, 0);
        -moz-transform: translate3d(60px, 0, 0);
        -ms-transform: translate3d(60px, 0, 0);
        -o-transform: translate3d(60px, 0, 0);
        transform: translate3d(60px, 0, 0);
    }

    .post-meta-share-inner .social-sharing a:nth-child(3) {
        -webkit-transform: translate3d(92px, 0, 0);
        -moz-transform: translate3d(92px, 0, 0);
        -ms-transform: translate3d(92px, 0, 0);
        -o-transform: translate3d(92px, 0, 0);
        transform: translate3d(92px, 0, 0);
    }

    .post-meta-share-inner .social-sharing a:nth-child(4) {
        -webkit-transform: translate3d(124px, 0, 0);
        -moz-transform: translate3d(124px, 0, 0);
        -ms-transform: translate3d(124px, 0, 0);
        -o-transform: translate3d(124px, 0, 0);
        transform: translate3d(124px, 0, 0);
    }

    .post-meta-share-inner .social-sharing a:nth-child(5) {
        -webkit-transform: translate3d(156px, 0, 0);
        -moz-transform: translate3d(156px, 0, 0);
        -ms-transform: translate3d(156px, 0, 0);
        -o-transform: translate3d(156px, 0, 0);
        transform: translate3d(156px, 0, 0);
    }

    .post-meta-share-inner .social-sharing a:nth-child(6) {
        -webkit-transform: translate3d(188px, 0, 0);
        -moz-transform: translate3d(188px, 0, 0);
        -ms-transform: translate3d(188px, 0, 0);
        -o-transform: translate3d(188px, 0, 0);
        transform: translate3d(188px, 0, 0);
    }

    .post-meta-share-inner .social-sharing a:nth-child(7) {
        -webkit-transform: translate3d(220px, 0, 0);
        -moz-transform: translate3d(220px, 0, 0);
        -ms-transform: translate3d(220px, 0, 0);
        -o-transform: translate3d(220px, 0, 0);
        transform: translate3d(220px, 0, 0);
    }

    .post-meta-share-inner .social-sharing a:nth-child(8) {
        -webkit-transform: translate3d(252px, 0, 0);
        -moz-transform: translate3d(252px, 0, 0);
        -ms-transform: translate3d(252px, 0, 0);
        -o-transform: translate3d(252px, 0, 0);
        transform: translate3d(252px, 0, 0);
    }

    .post-meta-share-inner .social-sharing a:nth-child(9) {
        -webkit-transform: translate3d(284px, 0, 0);
        -moz-transform: translate3d(284px, 0, 0);
        -ms-transform: translate3d(284px, 0, 0);
        -o-transform: translate3d(284px, 0, 0);
        transform: translate3d(284px, 0, 0);
    }

    /* single */
    .single-post-top {
        margin-bottom: 15px;
        padding-bottom: 2px;
    }

    .breadcrumb-wrap {
        font-size: 10px;
    }

    .single-post-format-2 .breadcrumb-wrap, .single-post-format-3 .breadcrumb-wrap {
        margin-top: -15px;
        margin-bottom: 20px;
    }

    .single-box.single-widget {
        margin-top: 20px;
    }

    .post-title.is-size-1 h1,
    .single-post-overlay-outer .single-title.post-title h1 {
        font-size: .75em;
        line-height: 1.2;
    }

    .total-number {
        font-size: 16px;
        line-height: 16px;
    }

    .total-caption {
        font-size: 9px;
        line-height: 9px;
    }

    .entry blockquote p {
        font-size: 25px;
        line-height: 33px;
    }

    .alignleft, .alignright {
        max-width: 250px !important;
    }

    .single-post-share-big-inner > * {
        padding: 0 20px;
        font-size: 12px;
        line-height: 32px;
    }

    .single-post-share-big-inner i {
        margin-right: 8px;
        font-size: 16px;
    }

    .single-post-share-header .single-share-bar-el {
        margin-left: 2px;
    }

    .single-post-share-header .single-share-bar-el i {
        width: 26px;
        height: 26px;
        font-size: 12px;
        line-height: 26px;
    }

    .is-entry-padding .is-author-bottom .single-content-wrap,
    .is-author-top .single-content-wrap {
        margin-left: 0;
    }

    .is-entry-padding .is-author-bottom .banner-ad-bottom-single,
    .is-author-top .banner-ad-bottom-single {
        margin-left: -30px;
    }

    .review-box-wrap {
        padding: 20px;
    }

    .review-box-wrap .review-title h3 {
        font-size: 19px;
    }

    .review-description {
        font-size: 11px;
        line-height: 22px;
    }

    .review-el .review-info-score {
        font-size: 16px;
        line-height: 22px;
    }

    .review-summary-inner .post-review-info {
        width: 70px;
        height: 80px;
    }

    .post-review-info .review-info-score {
        font-size: 32px;
    }

    .review-box-wrap .review-summary-wrap h3 {
        margin-top: 20px;
        margin-left: 90px;
        font-size: 15px;
    }

    .review-box-wrap .review-summary-wrap .review-summary-desc {
        margin-bottom: 20px;
        margin-left: 90px;
        font-size: 13px;
        line-height: 20px;
    }

    .single-nav,
    .single-box-author {
        margin-top: 20px;
    }

    .single-post-box-related {
        margin-top: 20px;
        margin-bottom: 10px;
    }

    .single-post-format-2 .breadcrumb-wrap, .single-post-format-3 .breadcrumb-wrap, .single-post-5 .breadcrumb-wrap {
        margin-bottom: 20px;
    }

    .single-post-5 .single-post-header {
        padding: 0 15px 15px 15px;
    }

    /* box author */
    .single-author-bottom .author-thumb-wrap img,
    .author-thumb-wrap img {
        max-width: 75px;
    }

    .single-author-bottom .author-content-wrap .author-title,
    .single-author-bottom .author-description,
    .single-author-bottom .ruby-author-bttom-wrap {
        margin-left: 87px;
    }

    .author-content-wrap .author-title {
        margin-bottom: 10px;
        font-size: 13px;
    }

    .author-page-wrap .single-author-inner {
        padding: 25px 20px;
    }

    .author-page-wrap .author-content-wrap .author-title,
    .author-page-wrap .author-title,
    .author-page-wrap .author-description {
        margin-left: 90px;
    }

    .author-page-wrap .author-social {
        margin-left: 80px;
    }

    .ruby-author-links,
    .single-author-bottom .author-social {
        margin-top: 10px;
    }

    .ruby-author-links a {
        padding: 0 12px;
        font-size: 8px;
        line-height: 23px;
    }

    .author-social a {
        font-size: .9em;
        line-height: 23px;
    }

    .single-nav .nav-left {
        padding-right: 10px;
    }

    .ruby-nav-icon {
        width: 28px;
        height: 28px;
        font-size: 13px;
        line-height: 28px;
    }

    .nav-left-icon {
        margin-right: 10px;
    }

    .single-post-left {
        position: inherit;
        top: 20px;
        left: 0;
        margin-top: 20px;
        padding: 20px;
        max-width: 100%;
        background-color: #fafafa;
    }

    /* related box */
    .single-inner .box-related-content {
        margin-right: -10px;
        margin-bottom: 10px;
        margin-left: -10px;
    }

    .box-related-content .post-feat-4 .post-thumb-outer,
    .box-related-content .post-feat-4 .post-thumb-outer img {
        height: 200px;
    }

    /* grid style 2 */
    .is-grid-style-2 .post-wrap .is-header-overlay {
        padding: 10px 10px 0 10px;
    }

    .is-grid-style-2 .is-top-format.post-format-wrap,
    .is-grid-style-2 .is-top-format.post-format-wrap.is-big-icon {
        bottom: 10px;
        left: 10px;
    }

    .is-grid-style-2 .post-review-wrap {
        right: 0;
        bottom: 0;
    }

    /* grid style 3 */
    .is-grid-style-3 .is-top-format.post-format-wrap,
    .is-grid-style-3 .is-top-format.post-format-wrap.is-big-icon {
        right: 10px;
        bottom: 10px;
    }

    /* hs block 6 */
    .hs-block-6 .block-content-wrap {
        padding: 20px 20px 0 20px;
    }

    /* hs block 3 */
    .hs-block-3 .block-content-wrap {
        padding: 20px 20px 0 20px;
    }

    /* hs block 8 & 9 */
    .hs-block-8 .block-content-wrap, .hs-block-9 .block-content-wrap, .hs-block-11 .block-content-wrap, .hs-block-12 .block-content-wrap {
        padding: 20px 20px 0 20px;
    }

    .block-bg-full .post-list-1,
    .hs-block-17 .post-wrap.post-overlay-1, .hs-block-18 .post-wrap.post-overlay-1 {
        margin-bottom: 30px;
    }

    .hs-block-15 .post-list-3.post-wrap, .hs-block-16 .post-wrap.post-list-m1, .hs-block-17 .post-list-3.post-wrap, .hs-block-18 .post-wrap.post-list-m1 {
        padding: 0 10px;
    }

    .post-list-3.post-wrap {
        margin-bottom: 20px;
    }

    .hs-block-8 .post-list-1 .post-list-content,
    .hs-block-9 .post-list-1 .post-list-content {
        height: auto;
    }

    .hs-block-8 .post-excerpt,
    .hs-block-9 .post-excerpt {
        display: none;
    }

    .hs-block-8 .post-meta-info-share,
    .hs-block-9 .post-meta-info-share {
        margin-top: 30px;
    }

    /* hs block 22 */
    .ruby-block-wrap .post-list-inner .col-right {
        padding-right: 10px;
    }

    .post-meta-info-share {
        margin-top: 20px;
    }

    /* footer */
    .footer-menu-inner li a {
        padding: 0 6px;
        font-size: .88em;
    }

    .footer-social-wrap a {
        display: inline-block;
        float: inherit;
        margin-left: 3px;
        width: 32px;
        height: 32px;
        font-size: 13px;
        line-height: 30px;
    }

    /* footer */
    .column-footer-wrap {
        padding-bottom: 10px;
    }

    .sidebar-footer .widget {
        margin-bottom: 20px;
    }

    .sidebar-footer .widget:last-child {
        margin-bottom: 40px;
    }

    .footer-logo {
        display: block;
        float: inherit;
        overflow: hidden;
        margin-right: 0;
        width: 100%;
        text-align: center;
    }

    .footer-menu-wrap,
    .footer-social-wrap {
        display: block;
        float: inherit;
        width: 100%;
        text-align: center;
    }

    .footer-copyright-wrap p {
        font-size: 10px;
    }

    /* widget social icon */
    .widget-social-link-info a i {
        margin: 2px;
        width: 40px;
        height: 40px;
        font-size: 20px;
        line-height: 40px;
    }

    .archive-page-header.has-bg-image {
        margin-bottom: 30px;
    }

}

/*--------------------------------------------------------------
    4. 768px < X < 992px
--------------------------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 991px) {

    .post-title.is-size-1 > * {
        font-size: .6em;
        line-height: 1.2;
    }

    .post-title.is-size-2 > * {
        font-size: .75em;
    }

    .post-title.is-size-3 > * {
        font-size: .73em;
    }

    .post-title.is-size-4 > * {
        font-size: .75em;
    }

    .post-title.is-size-5 > * {
        font-size: .8em;
        line-height: 1.3;
    }

    .box-related-video-wrap .post-title.is-size-6 > * {
        font-size: .9em;
        line-height: 1.4;
    }

    .post-grid-m2 .post-body {
        padding: 8px;
    }

    .widget .style-6 .post-overlay-4 .post-thumb-outer,
    .widget .style-2 .post-overlay-4 .post-thumb-outer {
        height: 140px;
    }

    /* header */
    .header-style-1 .banner-ad-wrap, .header-style-6 .banner-ad-wrap, .header-style-8 .banner-ad-wrap, .header-style-9 .banner-ad-wrap {
        display: block;
        max-width: 470px;
        max-height: 60px;
    }

    .header-style-1 .logo-wrap, .header-style-6 .logo-wrap, .header-style-8 .logo-wrap, .header-style-9 .logo-wrap {
        float: left;
        max-width: 250px;
    }

    .header-wrap .logo-inner img {
        max-height: 67px;
    }

    .logo-wrap, .main-menu-wrap, .topbar-wrap {
        display: block;
    }

    .logo-mobile-wrap {
        display: none;
    }

    .main-menu-inner > li > a {
        padding: 0 8px;
    }

    .main-menu-inner a {
        font-size: .8em;
    }

    .mega-col-menu.mega-menu-wrap.sub-menu .mega-col-menu-ad {
        display: none;
    }

    .mega-menu-wrap .ruby-block-wrap {
        padding: 10px 5px;
    }

    .mega-menu-wrap .post-wrap.post-grid-m2 .post-thumb {
        min-height: 80px;
    }

    .mega-menu-wrap .post-wrap.post-grid-m2 {
        margin: 0 5px;
    }

    .mega-menu-wrap .post-grid-m2 .post-body {
        margin-top: 10px;
    }

    .mega-menu-wrap .post-wrap.post-grid-m2 .post-title.is-size-5 > * {
        font-size: .7em;
    }

    .fw-block-2 .block-content-wrap, .fw-block-3 .block-content-wrap {
        margin-right: 0;
        margin-left: 0;
    }

    /* fw block 1 */
    .post-feat-1 .post-thumb-outer {
        height: 284px;
    }

    .post-feat-1 .thumbnail-resize img {
        min-width: 516px;
        height: 286px;
    }

    .post-feat-2 .post-thumb-outer {
        height: 142px;
    }

    .post-feat-2 .thumbnail-resize img {
        min-width: 240px;
    }

    /* fw block 3 */
    .fw-block-3 .post-wrap.post-feat-7 .post-thumb-outer {
        height: 142px;
    }

    .fw-block-3 .post-wrap.post-feat-7 .post-thumb-outer img {
        min-width: 215px;
    }

    .fw-block-3 .post-feat-3 .thumbnail-resize img {
        min-width: 370px;
        height: 286px;
    }

    .fw-block-3 .post-feat-3 .post-thumb-outer {
        max-height: 284px;
    }

    .post-feat-7 .post-meta-info {
        display: none;
    }

    /* fw block 4 */
    .post-feat-6 .post-thumb-outer {
        height: 250px;
    }

    .post-feat-6 .thumbnail-resize img {
        min-width: 450px;
    }

    .fw-block-4-slider-el .post-feat-4 .post-thumb-outer {
        height: 150px;
    }

    .fw-block-4-slider-el .post-feat-4 .post-cat-info,
    .fw-block-4-slider-el .post-feat-4 .post-meta-info {
        display: none;
    }

    /* fw block 5 */
    .post-feat-8 .post-thumb-outer {
        height: 280px;
    }

    .post-feat-8 .is-bg-thumb .thumbnail-resize img {
        min-width: 200px;
        height: auto;
    }

    /* fw block 6 */
    .fw-block-6 .post-feat-3 .post-thumb-outer {
        height: 400px;
    }

    .fw-block-6 .post-feat-3 .post-thumb-outer img {
        height: 400px;
    }

    /* fw block G2 */
    .fw-block-g2 .post-wrap .post-body {
        padding: 15px 10px;
    }

    .fw-block-g2 .post-title.is-size-4 * {
        font-size: .7em;
    }

    .fw-block-g2 .cat-info-el {
        padding-right: 8px;
        padding-left: 8px;
    }

    .fw-block-g2 .meta-info-el.meta-info-author img {
        width: 18px;
        vertical-align: -6px;
    }

    /* fw block G5 */
    .post-list-4 .post-thumb-outer {
        max-width: 70px;
        width: 70px;
        height: 70px;
    }

    .post-list-4 .post-body {
        margin-left: 70px;
        padding: 6px 10px;
    }

    .post-list-4 .post-thumb-outer img {
        height: 70px;
    }

    .post-list-4 .post-body .post-title a {
        font-size: .9em;
    }

    /* fw block G6 */
    .fw-block-g5 .post-gallery-1 .post-thumb-outer {
        height: 242px;
    }

    .fw-block-g5 .post-gallery-1 .post-thumb-outer img {
        height: 242px;
    }

    /* fw block V2 */
    .fw-block-v2 .video-playlist-iframe .post-thumb-outer,
    .fw-block-v2 .video-playlist-iframe-nav {
        max-height: 310px;
        height: 310px;
    }

    /* post overlay 2 */
    .post-overlay-2 .post-thumb-outer {
        height: 340px;
    }

    .post-overlay-2 .thumbnail-resize img {
        min-width: 340px;
    }

    /* hs block 4 */
    .hs-block-4 .block-content-wrap {
        padding: 20px 20px 0 20px;
    }

    /* hs block 3 */
    .post-list-3 .post-thumb-outer {
        max-width: 90px;
        width: 90px;
        height: 70px;
    }

    .post-list-3 .post-body {
        margin-left: 100px;
    }

    /* HS block 17 */
    .post-overlay-1 .post-thumb-outer {
        height: 270px;
    }

    .post-overlay-1 .post-thumb-outer img {
        min-width: 270px;
    }

    /* hs block 6 */
    .hs-block-6 .post-overlay-1 .post-thumb-outer {
        height: 320px;
    }

    .hs-block-6 .post-overlay-1 .thumbnail-resize img {
        min-width: 320px;
    }

    .hs-block-6 .post-overlay-4 .post-thumb-outer {
        height: 150px;
    }

    .hs-block-6 .post-overlay-4 .thumbnail-resize img {
        min-width: 230px;
        height: auto;
    }

    /* hs block 33 */
    .hs-block-33 .post-list-3 .post-meta-s {
        display: block;
    }

    /* post list 1 && post list 2 */
    .post-wrap.post-list-1,
    .post-list-1 .post-thumb-outer img {
        height: 263px;
    }

    .post-wrap.post-list-2,
    .post-list-2 .post-thumb:not(.is-bg-thumb) img {
        height: 215px;
    }

    .post-meta-info-right {
        display: none;
    }

    .post-list-1 .post-list-content {
        height: 175px;
    }

    .post-wrap.post-list-2 .post-list-content {
        height: 143px;
    }

    /* widget */
    /* widget counter */
    .sb-widget-social-counter .style-1 .counter-element {
        padding: 3px;
    }

    .sb-widget-social-counter .style-1 .counter-element > a {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .sb-widget-social-counter .style-1 .counter-element i {
        font-size: 25px;
        line-height: 25px;
    }

    .style-1 .counter-element-inner .num-count {
        font-size: inherit;
    }

    .style-1 .counter-element-inner .text-count {
        font-size: .65em;
        line-height: 14px;
    }

    /* widget subscribe */
    .subscribe-wrap {
        padding: 25px 15px;
    }

    .subscribe-icon-mail i {
        top: -32px;
        right: -35px;
        font-size: 65px;
    }

    .subscribe-title-wrap h3 {
        margin-bottom: 10px;
        font-size: 22px;
    }

    .subscribe-text-wrap {
        margin-bottom: 10px;
        font-size: 14px;
    }

    .subscribe-form-wrap input[type="email"] {
        padding-top: 7px;
        padding-bottom: 7px;
        height: 36px;
    }

    .subscribe-form-wrap .mc4wp-form-fields input[type="submit"] {
        height: 36px;
    }

    .subscribe-wrap .newsletter-privacy {
        margin-top: 8px;
        font-size: 11px;
    }

    /* widget tab nav */
    .widget-tab-nav li a {
        padding-top: 8px;
        padding-bottom: 8px;
        font-size: 11px;
    }

    /* widget cat banner */
    .widget-cat-banner-image img {
        height: 100px;
    }

    .cat-banner-overlay {
        margin-top: -16px;
    }

    .cat-banner-overlay h1 {
        padding: 0 8px;
        font-size: 10px;
        line-height: 28px;
    }

    /* post widget */
    .sb-widget-post .style-3 .post-overlay-1 .post-thumb-outer {
        height: 300px;
    }

    .sb-widget-post .style-3 .post-overlay-1 .post-thumb-outer img {
        min-width: 300px;
    }
}

/*--------------------------------------------------------------
    5. X < 768px
--------------------------------------------------------------*/
@media only screen and (max-width: 767px) {

    /* container */
    .ruby-container,
    .header-wrap .ruby-container {
        padding-right: 10px !important;
        padding-left: 10px !important;
        max-width: 100% !important;
    }

    .off-canvas-btn-wrap.is-hidden {
        display: block !important;
    }

    .blog-inner.ruby-container {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .archive-header {
        display: block;
        -ms-flex-pack: justify;
        overflow: hidden;
        margin: 10px 0 0 0;
        -webkit-box-pack: justify;
        justify-content: space-between;
    }

    .header-wrap .banner-wrap.banner-background-image {
        display: none;
    }

    .logo-mobile-inner a > * {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
    }

    .page-search-form {
        margin-top: 10px;
    }

    .page-search-form > * {
        width: 100%;
    }

    .single-page-wrap .breadcrumb-inner {
        margin-bottom: -10px;
    }

    .page-not-found .nothing-found-wrap p, .content-404-inner p {
        font-size: 15px;
    }

    .is-absolute-breadcrumb .breadcrumb-inner {
        margin: 0 15px;
    }

    .single-post-wrap:not(.single-post-video-3) .ruby-container.single-post-box-related-video {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    .container-inner {
        margin-right: 10px;
        margin-left: 10px;
    }

    .post-classic-2 .post-body {
        margin-top: -35px;
        margin-right: 10px;
        margin-left: 10px;
    }

    .breaking-news-title {
        margin-right: 10px;
    }

    .single-post-header,
    .single-post-body {
        padding: 20px;
    }

    .is-author-top .banner-ad-bottom-single,
    .is-entry-padding .is-author-bottom .banner-ad-bottom-single,
    .banner-ad-bottom-single {
        margin-left: -20px;
        margin-right: -20px;
    }

    .single-post-action {
        padding: 10px;
    }

    .post-classic-1 .post-body {
        padding: 20px;
    }

    .breaking-news-title .mobile-headline {
        display: block;
    }

    .breaking-news-title span,
    .breaking-news-right {
        display: none;
    }

    .breaking-news-inner.container-inner {
        margin-right: 0;
        margin-left: 0;
    }

    .ruby-section-hs > .ruby-container {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    .block-header-wrap {
        margin-bottom: 20px;
    }

    .logo-mobile-text h1 {
        font-size: 18px;
    }

    .post-title.is-size-3 > * {
        font-size: .78em;
    }

    .sidebar-inner {
        margin-left: auto;
        margin-right: auto;
        max-width: 480px;
    }

    .slick-dots {
        display: none !important;
    }

    .fw-block-2 .ruby-block-inner.ruby-container,
    .fw-block-3 .ruby-block-inner.ruby-container,
    .fw-block-4 .ruby-block-inner.ruby-container,
    .fw-block-5 .ruby-block-inner.ruby-container,
    .fw-block-6 .ruby-block-inner.ruby-container {
        max-width: 100% !important;
    }

    .hs-block-6 .post-overlay-1 .post-thumb-outer,
    .hs-block-6 .post-overlay-1 .post-thumb-outer img,
    .post-overlay-2 .post-thumb-outer {
        height: 420px;
    }

    .post-overlay-2 .thumbnail-resize img {
        min-width: 420px;
    }

    .hs-block-6 .block-content-wrap {
        padding-bottom: 20px;
    }

    .hs-block-6 .post-wrap {
        margin-bottom: 0;
    }

    .hs-block-6 .post-overlay-4 .thumbnail-resize img {
        height: auto;
    }

    .ruby-slider-nav {
        width: 32px;
        height: 32px;
        font-size: 20px;
        line-height: 32px;
    }

    .ruby-slider-next {
        right: 10px;
    }

    .ruby-slider-prev {
        left: 10px;
    }

    .popup-thumbnail-slider-holder {
        margin: 50px auto;
        max-width: 650px;
    }

    .popup-thumbnail-slider-image-holder,
    .popup-thumbnail-slider-image img,
    .popup-thumbnail-slider-image-holder img,
    .popup-thumbnail-slider-image {
        min-width: auto;
        max-height: 300px;
    }

    .is-widget-post-slider .ruby-slider-next {
        left: 45px;
    }

    .fw-block-3-slider.slider-init, .fw-block-5-slider.slider-init, .post-thumb-gallery-slider.slider-init {
        height: 240px;
    }

    /* header logo */
    .header-style-5 .main-menu-wrap,
    .header-style-6 .main-menu-wrap,
    .header-style-7 .header-inner .logo-wrap,
    .header-style-9 .main-menu-wrap {
        display: none;
    }

    .header-style-5 .logo-mobile-wrap {
        text-align: center;
    }

    .header-inner .banner-background-image .logo-inner img {
        margin-bottom: 7px;
        max-height: 70px;
    }

    #header-image-parallax {
        height: 230px;
    }

    /* pagination */
    .pagination-wrap {
        padding-right: 10px;
        padding-left: 10px;
        height: auto;
    }

    .pagination-num {
        display: inline-block;
        float: inherit;
        width: 100%;
        text-align: center;
    }

    .page-numbers {
        display: inline-block;
        float: inherit;
        margin: 4px;
    }

    .pagination-text {
        float: inherit;
        margin-top: 7px;
    }

    /* HS block 4 */
    .hs-block-4 .post-overlay-2 .post-thumb-outer {
        height: 420px;
    }

    /* fw block 2 */
    .fw-block-2-slider-el .col-right > * {
        float: left;
        width: 50%;
    }

    /* fw block 4 */
    .fw-block-4-slider-el .post-feat-4 .post-cat-info,
    .fw-block-4-slider-el .post-feat-4 .post-meta-info {
        display: none;
    }

    /* fw block 5 */
    .fw-block-5-slider-el > * {
        width: 100%;
    }

    /* fw block G2 */
    .fw-block-g2 .block-content-inner > * {
        float: left;
        width: 50%;
    }

    .fw-block-g2 .post-outer:nth-child(4n+1) {
        clear: none;
    }

    .fw-block-g2 .post-outer:nth-child(2n+1) {
        clear: both;
    }

    /* fw block V1 */
    .fw-block-v1 .video-playlist-iframe .post-thumb-outer {
        margin-right: 0;
        width: 100%;
        height: 285px;
    }

    .fw-block-v1 .video-playlist-iframe .post-wrap {
        margin: 20px 10px 0 10px;
    }

    .fw-block-v1 .ruby-col-5 {
        width: 100%;
    }

    .fw-block-v1 .post-thumb-outer {
        float: left;
        margin-right: 15px;
        margin-bottom: 0;
        width: 110px;
        height: auto;
    }

    .fw-block-v1 .video-playlist-iframe-nav .post-wrap {
        margin-right: 0;
        margin-left: 0;
    }

    .video-playlist-iframe-nav .post-format-wrap .post-format {
        display: none;
    }

    .fw-block-v1 .post-meta-info-media-duration {
        display: none;
    }

    /* fw block V2 */
    .fw-block-v2 .video-playlist-iframe .post-wrap {
        margin: 20px 10px 10px 10px;
    }

    .fw-block-v2 .video-playlist-iframe .post-thumb-outer {
        height: 280px;
    }

    .fw-block-v2 .video-playlist-iframe-nav {
        margin-top: 10px;
        max-height: 315px;
    }

    .fw-block-v2.is-background .video-playlist-iframe-nav {
        margin-top: 20px;
    }

    .fw-block-v2 .video-playlist-iframe-nav .post-wrap {
        margin-left: 10px;
    }

    .fw-block-v2.is-background .video-playlist-iframe-nav .post-wrap {
        margin-left: 0;
    }

    /* hs block 14 */
    .hs-block-14 .block-content-inner > *:not(:first-child) {
        float: left;
        width: 50%;
    }

    .hs-block-14 .post-outer:nth-child(3n+2) {
        clear: none;
    }

    /* hs block 20 */
    .hs-block-20 .block-content-inner > * {
        float: left;
        width: 50%;
    }

    .hs-block-20 .post-outer:nth-child(3n+1) {
        clear: none;
    }

    .hs-block-20 .post-outer:nth-child(2n+1) {
        clear: both;
    }

    /* hs block 29 */
    .hs-block-29 .block-content-inner .block-content-holder > *:not(:first-child) {
        float: left;
        width: 50%;
    }

    .hs-block-29 .post-outer:nth-child(7n+5) {
        clear: none;
    }

    /* fw block G6 */
    .fw-block-g5 .post-gallery-1 .post-thumb-outer {
        height: 250px;
    }

    .fw-block-g5 .post-gallery-1 .post-thumb-outer img {
        height: 250px;
    }

    /* single */
    .post-title.is-size-1 h1,
    .single-post-overlay-outer .single-title.post-title h1 {
        font-size: .66em;
        line-height: 1.15;
    }

    .box-related-video-wrap .post-title.is-size-6 > * {
        font-size: .9em;
        line-height: 1.4;
    }

    .entry blockquote p {
        font-size: 22px;
        line-height: 30px;
    }

    .alignleft, .alignright {
        display: block;
        float: none;
        clear: both;
        margin-right: auto;
        margin-left: auto;
        max-width: 100% !important;
    }

    /* related box */
    .box-related-content .post-feat-4 .post-thumb-outer,
    .box-related-content .post-feat-4 .thumbnail-resize img {
        height: 220px;
    }

    /* box navigation */
    .single-nav .nav-left {
        margin-bottom: -1px;
        padding-right: 0;
        padding-bottom: 15px;
        border-right: none;
        border-bottom: 1px solid rgba(0, 0, 0, .02);
    }

    .single-nav .nav-right {
        padding-top: 15px;
        padding-left: 0;
        border-top: 1px solid rgba(0, 0, 0, .02);
        border-left: none;
    }

    /* box author */
    .single-author-wrap.single-author-bottom {
        padding: 20px;
        text-align: center;
    }

    .single-author-bottom .author-thumb-wrap,
    .single-author-bottom .author-content-wrap .author-title,
    .single-author-bottom .author-description,
    .single-author-bottom .ruby-author-bttom-wrap,
    .single-author-bottom .ruby-author-links,
    .is-author-bottom .author-content-wrap .author-title > * {
        display: block;
        float: inherit;
        margin-left: 0;
    }

    .single-author-bottom .author-social a,
    .single-author-bottom .author-social {
        display: inline-block;
        float: inherit;
        text-align: center;
    }

    /* page search */
    .search-page-content.page-not-found, .content-404 {
        margin: 30px auto;
    }

    .page-not-found .nothing-found-wrap, .content-404-inner {
        margin-right: 0;
        margin-left: 0;
    }

    .page-title {
        font-size: 28px;
        line-height: 1.3;
    }

    /* widget*/
    .sb-widget-post .style-3 .post-overlay-1 .post-thumb-outer {
        height: 300px;
    }

    .sb-widget-post .style-3 .post-overlay-1 .post-thumb-outer img {
        min-width: 300px;
    }

    .header-style-7 .navbar-inner {
        padding: 0 10px;
    }

    .header-style-7 .navbar-right {
        right: 10px;
    }

    .comment-form input[type="text"], .comment-form input[type="tel"], .comment-form input[type="email"] {
        width: 100%;
    }

    .banner-background-color .banner-inner, .banner-inner {
        border-bottom: none;
    }

    .header-style-1 .banner-ad-inner {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .single-post-share-big-inner > * {
        margin-right: 10px !important;
        margin-left: 10px !important;
        min-width: auto;
        width: 100%;
    }

    .single-post-top .meta-info-date-full {
        display: none;
    }

    .is-date-full .breadcrumb-wrap .breadcrumb-inner {
        width: 100%;
    }

    .sidebar-footer {
        padding-left: 0;
        padding-right: 0;
    }

    .is-block-third .ruby-block-inner.ruby-container,
    .is-block-half .ruby-block-inner.ruby-container {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .is-layout_grid_small .blog-inner .content-without-sidebar .post-outer:nth-child(2n+1),
    .is-layout_grid_small .blog-inner .content-with-sidebar .post-outer:nth-child(2n+1) {
        clear: both;
    }

    .is-layout_grid_small .blog-inner .content-with-sidebar .post-outer:nth-child(3n+1) {
        clear: none;
    }

    .sb-widget-post .post-feat-4 .post-thumb-outer {
        height: 180px;
    }

    .single-inner, .sidebar-inner {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .single-inner.attachment-inner {
        padding: 20px !important;
    }

    .ruby-section-hs .sidebar-inner, .blog-wrap .sidebar-inner {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
}

/*--------------------------------------------------------------
    6. 480px < X < 768px
--------------------------------------------------------------*/
@media only screen and (max-width: 767px) and (min-width: 480px) {

    .ruby-container {
        max-width: 462px !important;
    }

    .post-feat-1 .post-thumb-outer,
    .fw-block-3 .post-feat-3 .post-thumb-outer {
        height: 320px;
    }

    .post-feat-1 .thumbnail-resize img,
    .fw-block-3 .post-feat-3 .thumbnail-resize img {
        top: -50%;
        min-width: 900px;
        height: auto;
    }

    .post-feat-2 .post-thumb-outer,
    .fw-block-3 .post-wrap.post-feat-7 .post-thumb-outer {
        height: 150px;
    }

    .post-feat-2 .thumbnail-resize img,
    .post-feat-7 .thumbnail-resize img {
        top: -50%;
        min-width: 384px;
        height: auto;
        backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
    }

    .post-title.is-size-1 > * {
        font-size: .6em;
    }

    .post-title.is-size-2 > * {
        font-size: .9em;
    }

    .post-title.is-size-4 > * {
        font-size: .85em;
    }

    /* fw block 4 */
    .fw-block-4-slider-el .ruby-post-top {
        width: 50%;
    }

    .fw-block-4-slider-el .post-title.is-size-2 > * {
        font-size: .65em;
    }

    .post-feat-6 .post-thumb-outer {
        height: 220px;
    }

    .post-feat-6 .thumbnail-resize img {
        min-width: 400px;
        height: 220px;
    }

    .fw-block-4-slider-el .ruby-post-bottom {
        width: 33.33%;
    }

    .post-feat-4 .post-thumb-outer {
        height: 160px;
    }

    .post-feat-4 .thumbnail-resize img {
        min-width: 270px;
        height: 160px;
    }

    /* fw block 5 */
    .fw-block-5-slider-el > * {
        width: 50%;
    }

    .post-feat-8 .post-thumb-outer {
        height: 210px;
    }

    .post-feat-8 .is-bg-thumb .thumbnail-resize img {
        top: -50%;
        height: auto;
    }

    .fw-block-4-slider-el .post-title.is-size-4 > * {
        font-size: .8em;
    }

    /* fw block 6 */
    .fw-block-6 .post-feat-3 .post-thumb-outer {
        height: 350px;
    }

    .fw-block-6 .post-feat-3 .post-thumb-outer img {
        height: 350px;
    }

    .fw-block-6 .post-feat-3 .is-header-overlay {
        padding: 0 80px 20px 20px;
    }

    /* post list 1 && post list 2 */
    .post-wrap.post-list-1,
    .post-wrap.post-list-2 {
        height: auto;
    }

    .post-list-inner .col-left {
        float: left;
        margin-left: 0;
        padding-left: 0;
        width: 170px;
        height: 145px;
    }

    .post-list-1 .post-thumb-outer img,
    .post-list-2 .post-thumb:not(.is-bg-thumb) img {
        min-width: 170px;
        height: 145px;
    }

    .post-list-1 .post-body,
    .post-list-2 .post-body {
        margin-right: 0;
        margin-left: 170px;
        padding: 20px;
    }

    .post-list-1.is-right-thumb .post-list-inner .col-right .post-body,
    .post-list-2.is-right-thumb .post-list-inner .col-right .post-body {
        margin-left: 0;
    }

    .post-list-2 .post-thumb img {
        min-width: 170px;
    }

    .post-list-1 .post-list-content,
    .post-wrap.post-list-2 .post-list-content {
        height: auto;
    }

    .post-list-1 .post-excerpt,
    .post-list-1 .post-meta-info-share,
    .post-list-2 .post-excerpt,
    .post-list-2 .post-meta-info-share {
        display: none;
    }
}

/*--------------------------------------------------------------
    7. X < 480px
--------------------------------------------------------------*/
@media only screen and (max-width: 479px) {

    .container-inner {
        margin-right: 0;
        margin-left: 0;
    }

    .entry .nf-form-content input,
    .wpcf7 input {
        max-width: 83%;
    }

    .box-related-video-wrap .post-thumb img {
        max-height: 80px;
    }

    .fw-block-2 .block-content-wrap,
    .fw-block-3 .block-content-wrap,
    .fw-block-4 .block-content-wrap,
    .fw-block-5 .block-content-wrap,
    .fw-block-6 .block-content-wrap,
    .fw-block-2 .block-content-inner,
    .fw-block-3 .block-content-inner,
    .fw-block-4 .block-content-inner,
    .fw-block-5 .block-content-inner,
    .fw-block-6 .block-content-inner {
        margin-right: 0;
        margin-left: 0;
    }

    .popup-thumbnail-slider-holder {
        margin: 40px auto;
        max-width: 430px;
    }

    .popup-thumbnail-slider-image-holder,
    .popup-thumbnail-slider-image img,
    .popup-thumbnail-slider-image-holder img,
    .popup-thumbnail-slider-image {
        min-width: auto;
        max-height: 200px;
    }

    .popup-thumbnail-slider-nav-el img {
        height: 90px;
    }

    .header-style-3 .logo-wrap img, .header-style-7 .logo-wrap img {
        max-height: 45px !important;
    }

    .header-social-wrap {
        margin-top: 2px;
    }

    .header-social-inner a {
        margin: 6px 3px 0 3px;
        width: 26px;
        height: 26px;
        font-size: 12px;
        line-height: 26px;
    }

    .header-style-3 .ruby-close-search {
        right: 10px;
    }

    .post-title.is-size-1 > * {
        font-size: .55em;
        line-height: 1.25;
    }

    .post-title.is-size-2 > * {
        font-size: .65em;
    }

    .post-title.is-size-4 > * {
        font-size: .9em;
    }

    .ruby-slider-prev {
        left: 7px;
    }

    .ruby-slider-next {
        right: 7px;
    }

    .meta-info-el.meta-info-author img {
        width: 18px;
        vertical-align: -5px;
    }

    .ruby-coll-scroll > * {
        display: inline-block !important;
        float: none !important;
        width: 100% !important;
        white-space: normal !important;
    }

    .ruby-coll-scroll {
        overflow-x: auto;
        overflow-y: hidden;
        width: 100%;
        height: 138px;
        white-space: nowrap;
        font-size: 0;
    }

    .ruby-coll-scroll::-webkit-scrollbar {
        height: 8px;
        background: #eee;
    }

    .ruby-coll-scroll::-webkit-scrollbar-corner {
        display: block;
        border-radius: 4px;
        background-color: #55acee;
    }

    .ruby-coll-scroll::-webkit-scrollbar-thumb {
        border-radius: 4px;
        background-color: #55acee;
    }

    .ruby-col-5 {
        width: 100%;
    }

    .post-feat-1 .post-thumb-outer,
    .post-feat-3 .post-thumb-outer,
    .fw-block-3 .post-feat-3 .post-thumb-outer,
    .post-feat-6 .post-thumb-outer {
        height: 220px;
    }

    .post-feat-1 .thumbnail-resize img,
    .fw-block-3 .post-feat-3 .thumbnail-resize img,
    .post-feat-6 .thumbnail-resize img {
        min-width: 435px;
        height: 220px;
    }

    .post-feat-2 .post-thumb-outer,
    .fw-block-3 .post-wrap.post-feat-7 .post-thumb-outer {
        height: 130px;
    }

    .post-feat-2 .thumbnail-resize img,
    .post-feat-7 .thumbnail-resize img,
    .post-feat-4 .thumbnail-resize img {
        min-width: 300px;
        height: auto;
        backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
    }

    .fw-block-1 .post-wrap.post-feat-2,
    .fw-block-2-slider-el .col-right > *,
    .fw-block-3 .post-wrap.post-feat-7 {
        float: inherit;
        width: 100%;
    }

    /* fw block 5 */
    .post-feat-8 .post-thumb-outer {
        height: 200px;
    }

    .post-feat-8 .is-bg-thumb .thumbnail-resize img {
        top: -50%;
        height: auto;
        backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
    }

    /* fw block 6 */
    .fw-block-6 .post-feat-3 .post-thumb-outer {
        height: 280px;
    }

    .fw-block-6 .post-feat-3 .post-thumb-outer img {
        height: 280px;
    }

    .fw-block-6 .post-feat-3 .is-header-overlay {
        padding: 0 15px 15px 15px;
    }

    /* fw block G2 */
    .fw-block-g2 .post-wrap .post-body {
        padding: 12px;
    }

    .fw-block-g2 .post-meta-info {
        display: none;
    }

    /* fw block V1 */
    .fw-block-v1 .video-playlist-iframe .post-thumb-outer {
        height: 190px;
    }

    /* fw block V2 */
    .fw-block-v2 .video-playlist-iframe .post-thumb-outer {
        height: 190px;
    }

    .fw-block-v1 .post-thumb-outer {
        width: 90px;
    }

    .fw-block-v2 .video-playlist-iframe-nav {
        max-height: 210px;
    }

    /* hs block 2 */
    .hs-block-2 .col-right .post-thumb-outer img {
        height: 100px;
    }

    .hs-block-33 .video-playlist-iframe-nav {
        padding: 0 10px;
    }

    /* hs block 8 */
    .hs-block-8 .post-list-inner .col-left {
        padding-left: 10px !important;
    }

    .hs-block-8 .post-list-1 .post-body,
    .hs-block-9 .post-list-1 .post-body,
    .post-list-2 .post-body {
        margin-left: 135px;
    }

    .post-list-1.is-right-thumb .post-list-inner .col-right .post-body,
    .post-list-2.is-right-thumb .post-list-inner .col-right .post-body {
        margin-left: 0;
    }

    .hs-block-6 .post-overlay-4 .post-thumb-outer {
        height: 160px;
    }

    .hs-block-6 .post-overlay-4 .thumbnail-resize img {
        height: auto;
    }

    /* hs block 33 */
    .hs-block-33 .post-title.is-size-6 > * {
        font-size: .9em;
        line-height: 1.4;
    }

    .post-wrap.post-list-1,
    .post-wrap.post-list-2 {
        height: auto;
    }

    .post-list-inner .col-left {
        float: left;
        margin-left: 0;
        padding-left: 0 !important;
        width: 110px;
        height: 85px;
    }

    .post-list-1 .post-thumb-outer {
        width: 110px;
    }

    .post-list-1 .post-thumb-outer img,
    .post-list-2 .post-thumb:not(.is-bg-thumb) img {
        min-width: 110px;
        height: 85px;
    }

    .post-list-1 .post-body,
    .post-list-2 .post-body {
        margin-right: 0;
        margin-left: 110px;
        padding: 10px;
    }

    .post-list-2 .post-thumb img {
        min-width: 120px;
    }

    .post-list-1 .post-list-content,
    .post-wrap.post-list-2 .post-list-content {
        height: auto;
    }

    .post-list-1 .post-title.is-size-3 > *,
    .post-list-2 .post-title.is-size-4 > * {
        font-size: .65em;
        line-height: 1.4;
    }

    .post-list-1 .post-excerpt,
    .post-list-1 .post-meta-info-share,
    .post-list-1 .post-cat-info,
    .post-list-1 .post-meta-info-right,
    .post-list-1 .post-meta-info-media-duration,
    .post-list-2 .post-excerpt,
    .post-list-2 .post-meta-info-share,
    .post-list-2 .post-cat-info,
    .post-list-2 .post-meta-info-right,
    .post-list-2 .post-meta-info-media-duration {
        display: none;
    }

    h1.archive-title {
        display: block;
    }

    .archive-page-header {
        margin-top: 20px;
    }

    .page-subtitle {
        display: block;
        margin-bottom: 10px;
    }

    /* page search */
    .page-title {
        margin-bottom: 25px;
        font-size: 22px;
    }

    .page-not-found .nothing-found-wrap .page-title,
    .content-404-inner .page-title {
        margin-bottom: 15px;
    }

    .post-feat-4 .post-thumb-outer {
        height: 180px;
    }
}

@media screen and (max-width: 782px) and (min-width: 601px) {
    .admin-bar .is-stick .navbar-wrap {
        top: 46px !important;
    }
}

@media only screen and (max-width: 600px) {
    .admin-bar .is-stick .navbar-wrap {
        top: 0 !important;
    }
}/*
Theme Name:     Bingo
Theme URI:      http://bingo.themeruby.com/
Author:         Theme-Ruby
Author URI:     https://themeforest.net/user/theme-ruby/
Description:    Bingo: Multi-Purpose Newspaper, Magazine Theme
Version:        2.3
Text Domain:    bingo
Tags:           custom-background, custom-menu, editor-style, featured-images, theme-options, custom-colors, translation-ready
License:        Themeforest Licence
License URI:    http://themeforest.net/licenses/standard
*/