/*
Theme Name: Suffix Lite
Theme URI: https://themeinwp.com/theme/suffix-lite
Author: ThemeInWP
Author URI: https://www.themeinwp.com/
Description: Unique, Versatile, Elegant and Flexible "Suffix Lite" is a feature-rich WordPress theme, suitable for personal, blog and magazine website about fashion, travel journey, tour, lifestyle, food blogs and others. Built with Awesome Features, Suffix Lite is Engineered for the pros and Crafted for the up-and-comers. We tried to dig further in terms of responsiveness and make it not only working in different devices but also looking like it has been specifically designed for those devices.
Version: 1.1.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: suffix-lite
Tags: blog, news, entertainment, one-column, two-columns, three-columns, rtl-language-support, left-sidebar, right-sidebar, custom-background, custom-menu, featured-images, full-width-template, custom-header, translation-ready, theme-options, threaded-comments, footer-widgets
Tested up to: 5.4.2
Requires PHP: 5.5

*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Preloader
# Navigation
    ## Search
    ## Links
    ## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
    ##search
    ##Admin only visible css
    ##Social Icon
    ##Slider
    ## Homepage
    ## Posts and pages
# Footer
    ##Backtotop
# Infinite scroll
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
    font-family: sans-serif;
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body {
    margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden],
template {
    display: none;
}

a {
    background-color: transparent;
}

a:active,
a:hover {
    outline: 0;
}

abbr[title] {
    border-bottom: 1px dotted;
    margin: 0 8px;
}

b,
strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

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;
}

hr {
    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"] {
    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-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
html {
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    min-height: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
}

body,
button,
input,
select,
textarea {
    color: #555;
    font-family: 'Source Sans Pro', Arial, sans-serif;
    font-size: 16px;
    line-height: 1.6;
}

h1, h2, h3, h4, h5, h6, blockquote, q {
    line-height: 1.2;
    clear: both;
    font-weight: 700;
}

h1, h2, h3, h4, h5, h6, blockquote, q {
    font-family: 'Source Sans Pro', Arial, sans-serif;
}

h1 i, h2 i, h3 i, h4 i, h5 i, h6 i {
    font-weight: 400;
}

p {
    margin-bottom: 1.5em;
}

dfn, cite, em, i, .font-italic {
    font-style: italic;
}

address {
    margin: 0 0 1.5em;
}

pre {
    background: #eee;
    font-family: "Courier 10 Pitch", Courier, monospace;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
}

code, kbd, tt, var {
    font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
    font-size: 15px;
    font-size: 0.9375rem;
}

abbr, acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}

mark, ins {
    background: #fff9c0;
    text-decoration: none;
}

big {
    font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
    box-sizing: border-box;
}

*,
*:before,
*:after {
    box-sizing: inherit;
}

body {
    background: #fff;
}

blockquote,
q {
    border: 0;
    display: inline-block;
    font-style: italic;
    margin: 0.25em 0;
    padding: 0.25em 40px;
    line-height: 1.45;
    position: relative;
    color: #383838;
    text-align: center;
}

article blockquote {
    margin-bottom: 54px;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    display: block;
    width: 27px;
    height: 1px;
    background-color: #383838;
    margin-bottom: 1em;
    margin-left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

blockquote:after,
q:after {
    margin-bottom: 0;
    margin-top: 1em;
}

blockquote cite {
    color: #999;
    font-size: 14px;
    display: block;
    margin-top: 5px;
}

blockquote cite:before {
    content: "\2014 \2009";
}

dl {
    border: 2px solid #e8e8e8;
    padding: 2.5em;
}

dt {
    text-align: left;
    font-size: 130%;
    font-weight: bold;
}

dd {
    margin: 0;
    padding: 0 0 1em 0;
}

hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
}

ul, ol {
    margin: 0 0 1.5em 3em;
}

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

li > ul,
li > ol {
    margin-bottom: 0;
    margin-left: 1.5em;
}

img {
    height: auto;
    max-width: 100%;
}

table {
    margin: 0 0 1.5em;
    width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    border-radius: 3px;
    border: 0;
    color: #fff;
    outline: none;
    min-height: 45px;
    font-size: 16px;
    line-height: 1;
    padding: .6em 1em .4em;
}

.button-fancy {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    display: inline-block;
    padding: 16px 42px;
    text-decoration: none;
    position: relative;
}

.read-more.button-fancy {
    display: table;
    clear: both;
    margin-top: 20px;
}

.button-fancy > .btn-arrow {
    background-color: transparent;
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: 50%;
    border-style: solid;
    border-width: 2px;
    width: 100%;
    height: 100%;
    z-index: 50;
    will-transform: translate;
    -webkit-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
    -webkit-transition: right 0.5s ease-in-out, width 0.4s ease 0.3s, height 0.3s ease 0.3s, border-width 0.4s ease-in-out, background-color 0.2s ease-in, border-color 0.4s ease-in-out, -webkit-transform 0.5s ease-in;
    transition: right 0.5s ease-in-out, width 0.4s ease 0.3s, height 0.3s ease 0.3s, border-width 0.4s ease-in-out, background-color 0.2s ease-in, border-color 0.4s ease-in-out, -webkit-transform 0.5s ease-in;
    transition: transform 0.5s ease-in, right 0.5s ease-in-out, width 0.4s ease 0.3s, height 0.3s ease 0.3s, border-width 0.4s ease-in-out, background-color 0.2s ease-in, border-color 0.4s ease-in-out;
    transition: transform 0.5s ease-in, right 0.5s ease-in-out, width 0.4s ease 0.3s, height 0.3s ease 0.3s, border-width 0.4s ease-in-out, background-color 0.2s ease-in, border-color 0.4s ease-in-out, -webkit-transform 0.5s ease-in;
}

.button-fancy > .btn-arrow:before, .button-fancy > .btn-arrow:after {
    background-color: transparent;
    content: '';
    display: block;
    height: 2px;
    position: absolute;
    top: 0;
    right: 0;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    -webkit-transition-delay: 0;
    transition-delay: 0;
}

.button-fancy > .btn-arrow:before {
    -webkit-transform-origin: top right;
    transform-origin: top right;
}

.button-fancy > .btn-arrow:after {
    -webkit-transform-origin: bottom right;
    transform-origin: bottom right;
}

.button-fancy:hover.-white > .btn-arrow {
    background-color: #ffffff;
}

.button-fancy:hover.-white > .btn-arrow:before, .button-fancy:hover.-white > .btn-arrow:after {
    background-color: #ffffff;
}

.button-fancy:hover.-black > .btn-arrow {
    background-color: #555555;
}

.button-fancy:hover.-black > .btn-arrow:before, .button-fancy:hover.-black > .btn-arrow:after {
    background-color: #555555;
}

.button-fancy:hover.-red > .btn-arrow {
    background-color: #eb2f21;
}

.button-fancy:hover.-red > .btn-arrow:before, .button-fancy:hover.-red > .btn-arrow:after {
    background-color: #eb2f21;
}

.button-fancy:hover > .btn-arrow {
    height: 2px;
    border-width: 0;
    border-color: transparent;
    width: 56px;
    right: 0;
    -webkit-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
    -webkit-transition: right 0.5s ease 0.2s, width 0.4s ease, height 0.3s ease-in-out, border-width 0.3s ease-in-out, background-color 0.2s ease-in 0.3s, border-color 0.3s ease-in-out, -webkit-transform 0.5s ease-in;
    transition: right 0.5s ease 0.2s, width 0.4s ease, height 0.3s ease-in-out, border-width 0.3s ease-in-out, background-color 0.2s ease-in 0.3s, border-color 0.3s ease-in-out, -webkit-transform 0.5s ease-in;
    transition: transform 0.5s ease-in, right 0.5s ease 0.2s, width 0.4s ease, height 0.3s ease-in-out, border-width 0.3s ease-in-out, background-color 0.2s ease-in 0.3s, border-color 0.3s ease-in-out;
    transition: transform 0.5s ease-in, right 0.5s ease 0.2s, width 0.4s ease, height 0.3s ease-in-out, border-width 0.3s ease-in-out, background-color 0.2s ease-in 0.3s, border-color 0.3s ease-in-out, -webkit-transform 0.5s ease-in;
}

.button-fancy:hover > .btn-arrow:before, .button-fancy:hover > .btn-arrow:after {
    width: 8px;
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s;
}

.button-fancy:hover > .btn-arrow:before {
    -webkit-transform: rotate(40deg);
    transform: rotate(40deg);
}

.button-fancy:hover > .btn-arrow:after {
    -webkit-transform: rotate(-40deg);
    transform: rotate(-40deg);
}

.button-fancy:hover > .text {
    -webkit-transform: translateX(-42px);
    transform: translateX(-42px);
    -webkit-transition: -webkit-transform 0.4s ease-in-out 0.2s;
    transition: -webkit-transform 0.4s ease-in-out 0.2s;
    transition: transform 0.4s ease-in-out 0.2s;
    transition: transform 0.4s ease-in-out 0.2s, -webkit-transform 0.4s ease-in-out 0.2s;
}

.button-fancy.-white {
    color: white;
    border-color: white;
}

.button-fancy.-black {
    color: #555;
    border-color: #555;
}

.button-fancy.-red {
    color: #eb2f21;
    border-color: #eb2f21;
}

.button-fancy > .text {
    display: block;
    position: relative;
    z-index: 100;
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
    color: #666;
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 0 15px;
    outline: none !important;
    -webkit-appearance: none;
}

input[type="text"]:focus, input[type="text"]:hover,
input[type="email"]:focus,
input[type="email"]:hover,
input[type="url"]:focus,
input[type="url"]:hover,
input[type="password"]:focus,
input[type="password"]:hover,
input[type="search"]:focus,
input[type="search"]:hover,
input[type="number"]:focus,
input[type="number"]:hover,
input[type="tel"]:focus,
input[type="tel"]:hover,
input[type="range"]:focus,
input[type="range"]:hover,
input[type="date"]:focus,
input[type="date"]:hover,
input[type="month"]:focus,
input[type="month"]:hover,
input[type="week"]:focus,
input[type="week"]:hover,
input[type="time"]:focus,
input[type="time"]:hover,
input[type="datetime"]:focus,
input[type="datetime"]:hover,
input[type="datetime-local"]:focus,
input[type="datetime-local"]:hover,
input[type="color"]:focus,
input[type="color"]:hover,
textarea:focus,
textarea:hover {
    color: #eb2f21;
    outline: none !important;
}

select {
    border: 1px solid #ccc;
}

textarea {
    width: 100%;
}

.meta-icon {
    margin-right: 5px;
    font-size: 16px;
    line-height: normal;
    vertical-align: middle;
}

.meta-icon.meta-icon-big {
    color: #fff;
    font-size: 50px;
}

/*--------------------------------------------------------------
## Tables
--------------------------------------------------------------*/

table {
    border-collapse: collapse;
    margin: 0 0 1.5em;
    width: 100%;
}

thead th {
    border-bottom: 2px solid #eee;
    padding-bottom: 0.5em;
}

th {
    padding: 0.4em;
    text-align: left;
}

tr {
    border-bottom: 1px solid #eee;
}

td {
    padding: 0.4em;
}

td a {
    text-decoration: underline;
}

th:first-child,
td:first-child {
    padding-left: 0;
}

th:last-child,
td:last-child {
    padding-right: 0;
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
.preloader {
    background: #fff;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    margin-left: auto;
    margin-right: auto;
    z-index: 9999;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -ms-transform: all 0.7s ease;
    transition: all 0.7s ease;
}

.page-loaded .preloader {
    transform: translateY(-100%);
    -o-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
}

.page-loaded .header {
    transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    -webkit-transform: translateY(0);
}

.page-loaded .navbar-default {
    transform: translateY(0);
    transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    -webkit-transform: translateY(0);
}

.loader {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -25px 0 0 -25px;
    font-size: 10px;
    text-indent: -12345px;
    border-top: 1px solid rgba(0, 0, 0, 0.08);
    border-right: 1px solid rgba(0, 0, 0, 0.08);
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    border-left: 1px solid rgba(0, 0, 0, 0.5);

    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;

    -webkit-animation: spinner 700ms infinite linear;
    -moz-animation: spinner 700ms infinite linear;
    -ms-animation: spinner 700ms infinite linear;
    -o-animation: spinner 700ms infinite linear;
    animation: spinner 700ms infinite linear;

    z-index: 100001;
}

@-webkit-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-moz-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-o-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/*--------------------------------------------------------------
## Search
--------------------------------------------------------------*/
.search-form {
    text-align: center;
}

.search-form label {
    display: block;
    width: 70%;
    float: left;
}

.search-form label .search-field {
    height: 45px;
    -webkit-border-radius: 0;
    border-radius: 0;
    width: 100%;
}

.search-form .search-submit {
    float: left;
    padding-left: 20px;
    padding-right: 20px;
    -webkit-border-radius: 0;
    border-radius: 0;
    width: 30%;
}

.popup-search .search-form {
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
}

.popup-search .search-form label {
    width: 85%;
    width: calc(100% - 200px);
}

.popup-search .search-form .search-submit {
    float: right;
    font-size: 24px;
    width: 200px;
    height: 60px;
    line-height: 60px;
    padding-top: 0;
    padding-bottom: 0;
}

.popup-search .search-form label .search-field {
    border: 0;
    height: 60px;
    line-height: 60px;
    padding: 0 15px;
    width: 100%;
}

/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
    color: #434343;
    text-decoration: none;
}

a:hover,
a:focus {
    color: #d60000;
}

a:active,
a:visited {
    color: #000;
    filter: alpha(opacity=84);
    opacity: .84;
}

a:focus {
    outline: thin dotted;
}

a:hover,
a:active {
    outline: 0;
}

/*--------------------------------------------------------------
## Header
--------------------------------------------------------------*/
#masthead {
    position: relative;
    width: 100%;
    left: 0;
    right: 0;
    z-index: 999;
    -webkit-box-shadow: 0 0 17px 3px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 0 17px 3px rgba(0, 0, 0, .1);
    box-shadow: 0 0 17px 3px rgba(0, 0, 0, .1);
}

#masthead.data-bg-enable .upper-header {
    padding: 45px 0;
}

#masthead.data-bg-enable #nav-affix {
    background: #fff;
    background: rgba(255, 255, 255, .91);
}

.top-bar {
    position: relative;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

/* - Breaking News */

.top-bar:before {
    content: "";
    background-color: #212121;
    left: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    display: inline-block;
}

.twp-date {
    float: right;
    position: relative;
    padding: 0 15px;
    line-height: 50px;
    height: 50px;
}

.twp-date .fa {
    margin-right: 10px;
}

.news {
    direction: ltr;
    background: #333;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 14px;
    line-height: 20px;
    float: left;
    clear: right;
    position: relative;
    width: 70%;
    overflow: hidden;
}

.news .marquee {
    width: 97%;
    display: block;
    overflow: hidden;
    margin-left: 20px;
}

.news > span {
    margin-left: 15px;
    margin-right: 15px;
    padding: 3px 5px 4px 5px;
    border-radius: 2px;
    font-style: italic;
    position: absolute;
    z-index: 1;
    line-height: 13px;
}

.news a {
    text-decoration: none;
    display: inline-block;
    margin-right: 30px;
    padding-left: 5px;
    padding-right: 5px;
}

.site .news a:hover > span,
.site .news a:hover {
    background-color: #212121;
    color: #fff !important;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.news a > span {
    position: relative;
    padding-right: 10px;
    margin-right: 10px;
}

.news a > span:not(.comments):after {
    position: absolute;
    content: "";
    width: 1px;
    background-color: #fff;
    height: 11px;
    top: 5px;
    right: 0;
}

.upper-header {
    padding: 25px 0;
}

.upper-header.header-center,
.upper-header.header-center * {
    text-align: center;
}

.site-branding {
    display: inline-block;
    vertical-align: middle;
}

.header-left .site-branding .custom-logo-link {
    display: block;
    width: 300px;
    margin-left: auto;
    margin-right: auto;
}

@media only screen and (max-width: 991px) {
    .header-left .site-branding .custom-logo-link {
        width: 250px;
    }
}

.site-branding .site-title {
    font-size: 46px;
    line-height: 1.2;
}

.site-title, .site-description {
    left: 0;
    right: 0;
    margin: 0 auto;
}

@media only screen and (max-width: 767px) {
    .site-branding,
    .upper-header .widget {
        display: block;
        text-align: center;
    }
}

.custom-background .top-bar .suffix-lite-wrapper {
    padding-left: 0;
    padding-right: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.site-navigation {
    border-top: 1px solid;
}

.main-navigation {
    position: relative;
}

.main-navigation .toggle-menu {
    height: 50px;
    cursor: pointer;
    display: none;
}

.ham {
    width: 23px;
    height: 2px;
    top: 27px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    background-color: #282828;
    position: relative;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

.ham:before,
.ham:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 2px;
    left: 0;
    background-color: #282828;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

.ham:before {
    top: -8px;
}

.ham:after {
    top: 8px;
}

.ham.exit {
    background-color: transparent;
}

.ham.exit:before {
    -webkit-transform: translateY(8px) rotateZ(-45deg);
    -moz-transform: translateY(8px) rotateZ(-45deg);
    -ms-transform: translateY(8px) rotateZ(-45deg);
    -o-transform: translateY(8px) rotateZ(-45deg);
    transform: translateY(8px) rotateZ(-45deg);
}

.ham.exit:after {
    -webkit-transform: translateY(-8px) rotateZ(45deg);
    -moz-transform: translateY(-8px) rotateZ(45deg);
    -ms-transform: translateY(-8px) rotateZ(45deg);
    -o-transform: translateY(-8px) rotateZ(45deg);
    transform: translateY(-8px) rotateZ(45deg);
}

.nav-right {
    float: right;
}

.nav-right .icon-search,
.nav-right .social-icons {
    display: inline-block;
    vertical-align: middle;
}

.nav-right .icon-search {
    border-left: 1px solid;
    border-right: 1px solid;
    height: 75px;
    line-height: 75px;
    padding: 0 20px;
}

.main-navigation .menu > ul {
    display: block;
    margin: 0 auto;
    margin-right: 20px;
    padding: 0;
    list-style: none;
    vertical-align: top;
}

.main-navigation .menu ul li {
    position: relative;
    float: left;
}

.main-navigation .menu ul li a {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
}

.main-navigation .menu ul li i {
    padding-left: 10px;
    display: inline-block;
    line-height: 100%;
}

.main-navigation .menu ul > li > a {
    display: block;
    line-height: 75px;
    padding: 0 10px;
    position: relative;
    z-index: 1;
}

.menu-description {
    display: inline-block;
    font-size: 12px;
    letter-spacing: 1px;
    line-height: 1.4;
    margin-left: 10px;
    padding: 4px 8px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    vertical-align: middle;
}

@media only screen and (min-width: 992px) {
    .site-navigation-center .main-navigation {
        text-align: center;
    }

    .site-navigation-center .main-navigation > div {
        display: inline-block;
        float: none;
        vertical-align: middle;
    }

    .main-navigation .menu > ul > li:first-child > a {
        padding-left: 0;
    }

    .main-navigation .menu ul ul li {
        width: 250px;
    }

    .main-navigation .menu ul ul a {
        display: block;
        padding: 12px 30px;
        line-height: inherit;
    }

    .main-navigation .menu ul ul a:before {
        margin-right: 10px;
        position: absolute;
        left: 15px;
        top: 35%;
        content: "\f105";
    }

    .main-navigation .menu ul ul a:hover {
        background: #f2f2f2;
        color: #333;
    }

    .main-navigation .menu ul ul {
        position: absolute;
        list-style: none;
        text-align: left;
        visibility: hidden;
        filter: alpha(opacity=0);
        opacity: 0;
        margin: 0 auto;
        padding: 0;
    }

    .main-navigation .menu li:hover > ul,
    .main-navigation .menu li:focus > ul{
        visibility: visible;
        filter: alpha(opacity=1);
        opacity: 1;
        z-index: 999;
        -webkit-transition: opacity 0.4s, top 0.4s;
        -moz-transition: opacity 0.4s, top 0.4s;
        -ms-transition: opacity 0.4s, top 0.4s;
        -o-transition: opacity 0.4s, top 0.4s;
        transition: opacity 0.4s, top 0.4s;
    }

    .main-navigation .menu li:focus-within > ul {
        visibility: visible;
        filter: alpha(opacity=1);
        opacity: 1;
        z-index: 999;
        -webkit-transition: opacity 0.4s, top 0.4s;
        -moz-transition: opacity 0.4s, top 0.4s;
        -ms-transition: opacity 0.4s, top 0.4s;
        -o-transition: opacity 0.4s, top 0.4s;
        transition: opacity 0.4s, top 0.4s;
    }

    .main-navigation .menu > ul > li > ul {
        top: 100%;
        left: 0;
    }

    .main-navigation .menu > ul > li:last-child > ul {
        left: auto;
        right: 0;
    }

    .main-navigation .menu ul ul ul {
        top: -20px;
        left: 100%;
    }

    .main-navigation .menu ul ul li:hover ul,
    .main-navigation .menu ul ul li:focus ul {
        top: 0;
    }

    .main-navigation .menu ul ul li:focus-within ul {
        top: 0;
    }

    .main-navigation .menu ul ul {
        background: #f1f1f1;
        color: #333;
    }
}

.main-navigation .menu .menu-mobile {
    margin: 0;
    padding: 0;
    display: block;
    list-style: none;
    text-align: left;
    position: relative;
    z-index: 9999;
    display: none;
}

.main-navigation .menu .menu-mobile li {
    display: block;
    border-top: 1px solid #dedede;
    float: none;
}

.main-navigation .menu > .menu-mobile > li:first-child {
    border-top: 0;
}

.main-navigation .menu .menu-mobile li a {
    line-height: 60px;
    display: block;
    position: relative;
    padding-right: 30px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.main-navigation .menu .menu-mobile li a:hover {
    opacity: 0.7;
}

.main-navigation .menu .menu-mobile li a i {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 30px;
    z-index: 1;
}

.main-navigation .menu .menu-mobile li a i.active:after {
    width: 13px;
    height: 1px;
}

.main-navigation .menu .menu-mobile li a i:before,
.main-navigation .menu .menu-mobile li a i:after {
    content: '';
    width: 13px;
    height: 1px;
    background-color: #848484;
    position: absolute;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.main-navigation .menu .menu-mobile li a i:after {
    width: 1px;
    height: 13px;
}

.main-navigation .menu .menu-mobile li .sub-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    border-top: 1px solid #dcdcdc;
    display: none;
}

.main-navigation .menu .menu-mobile li .sub-menu > li a {
    margin-left: 15px;
}

.main-navigation .menu .menu-mobile li .sub-menu > li:first-child {
    border-top: 0;
}

.popup-search {
    position: fixed;
    width: 0;
    height: 100%;
    overflow-y: auto;
    text-align: center;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    padding: 20px;
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    background-color: rgba(51, 51, 51, 0.94);
    margin: auto;
    overflow: hidden;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.reveal-search .popup-search {
    opacity: 1;
    visibility: visible;
    width: 100%;
}

.reveal-search .table-align {
    height: 100%;
    width: 100%;
}

.popup-search .close-popup {
    position: fixed;
    bottom: 80px;
    right: 0;
    left: 0;
    margin: auto;
    cursor: pointer;
    z-index: 1;
    width: 40px;
    height: 30px;
    opacity: 1;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.popup-search .close-popup:after,
.popup-search .close-popup:before {
    content: '';
    height: 1px;
    width: 41px;
    position: absolute;
    background-color: #fff;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.popup-search .close-popup:before {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.popup-search .close-popup:after {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

@media only screen and (max-width: 991px) {
    .site-navigation .suffix-lite-wrapper,
    .site-navigation .suffix-lite-wrapper > .grid-row > .column {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }

    .site-navigation .suffix-lite-wrapper .grid-row {
        margin-left: auto;
        margin-right: auto;
    }
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
}

#content[tabindex="-1"]:focus {
    outline: none !important;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.twp-bredcrumb:before,
.twp-bredcrumb:after,
.widget:before,
.widget:after,
.widget-row:before,
.widget-row:after,
.grid-row:before,
.grid-row:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.main-navigation:before,
.main-navigation:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after,
.suggested-article:before,
.suggested-article:after,
.mainbanner-jumbotron .slick-item:before,
.mainbanner-jumbotron .slick-item:after {
    content: "";
    display: table;
    table-layout: fixed;
}

.clear:after,
.twp-bredcrumb:after,
.widget:after,
.widget-row:after,
.grid-row:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.main-navigation:after,
.site-content:after,
.site-footer:after,
.suggested-article:after,
.mainbanner-jumbotron .slick-item:after {
    clear: both;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
.bg-image,
.data-bg {
    width: 100%;
    display: block;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.data-bg-slide {
    background-color: #282828;
    height: 300px;
    position: relative;
}

.site-main .data-bg-slide,
.mainbanner-jumbotron .data-bg-slide {
    height: 600px;
}

.bg-image-featured {
    height: 220px;
}

@media only screen and (min-width: 1824px) {
    .site-main .data-bg-slide,
    .mainbanner-jumbotron .data-bg-slide {
        height: 740px;
    }

    .bg-image-featured {
        height: 300px;
    }
}

@media only screen and (max-width: 767px) {
    .data-bg-slide {
        height: 300px;
    }
}

.carousal-bg-image {
    height: 70px;
}

.site-main .carousal-bg-image,
.carousal-slider-bg {
    height: 200px;
}

.aside-bar-disabled #primary.content-area.not-full-width .twp-carousal-widget .carousal-slider-bg {
    height: 280px;
}

.aside-bar-enabled .site-main .carousal-bg-image {
    height: 100px;
}

.twp-article-item {
    position: relative;
    overflow: hidden;
}

.article-item-image img {
    vertical-align: top;
}

.twp-archive-lr .twp-image-archive.image-left,
.twp-archive-lr .entry-content {
    float: left;
}

.twp-archive-lr .twp-image-archive.image-right {
    float: right;
}

.twp-archive-lr .twp-image-archive.image-left {
    width: 37%;
    margin-right: 3%;
}

.twp-archive-lr .twp-image-archive.image-right {
    width: 37%;
    margin-left: 3%;
}

.hentry {
    margin-bottom: 30px;
    padding-bottom: 30px;
}

.hentry:last-child {
    border-bottom: 0;
    margin-bottom: 0;
}

.twp-featured-image {
    margin-bottom: 20px;
}

.twp-image-archive {
    padding: 20px;
    border: 1px solid;
}

@media only screen and (min-width: 992px) {
    .twp-image-archive {
        padding: 40px;
    }
}

.twp-entry-content {
    background: #fff;
    border-width: 1px;
    border-style: solid;
    padding: 20px;
    position: relative;
}

.has-post-thumbnail .twp-entry-content {
    border-top-width: 0;
    margin-top: -100px;
    margin-left: 80px;
}

.twp-archive-lr .entry-content {
    width: 60%;
}

.twp-meta-categories-bg {
    margin-bottom: 10px;
}

.twp-meta-categories .post-categories {
    display: inline-block;
    list-style: none;
    margin: 0 auto;
    padding: 0;
}

.twp-meta-categories .post-categories li {
    display: inline-block;
    margin: 0 auto;
    padding-right: 3px;
}

.twp-meta-categories a {
    display: inline-block;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;

}

.twp-slider-widget .twp-meta-categories a,
.twp-meta-categories-bg a {
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    padding: 5px 10px;
}

.twp-slider-widget .item-metadata.twp-meta-categories ul li {
    padding-bottom: 0;
}

.twp-slider-widget .item-metadata.twp-meta-categories {
    margin: 5px auto 20px;
}

.full-item-metadata {
    margin-bottom: 10px;
}

.archive-entry-title {
    font-size: 2.5rem;
    padding-bottom: 15px;
    line-height: 1.4;
    border-bottom: 1px solid;
}

@media only screen and (max-width: 640px) {
    .twp-archive-lr .twp-image-archive.image-left,
    .twp-archive-lr .twp-image-archive.image-right {
        width: 100%;
        margin-right: auto;
        margin-left: auto;
    }

    .twp-archive-lr .entry-content {
        width: 100%;
    }
}

.inner-heading,
.block-text {
    color: #434343;
    display: block;
}

.inner-heading {
    padding-top: 20px;
}

.block-text > span {
    font-size: 44.8px;
    font-size: 2.8rem;
    line-height: 1.6;
    border-bottom: solid 1px;
}

.article-detail {
    padding: 20px 15px;
}

.small-title {
    font-size: 16px;
    line-height: 1.2;
    margin: 0 auto 10px;
}

.site-main .small-title {
    font-size: 18px;
    line-height: 1.4;
}

.footer-widget-area .small-title {
    margin-top: 15px;
}

.site .tab-content .small-title {
    margin-top: 0;
    font-size: 14px;
}

.post-meta {
    font-weight: 700;
    font-size: 12px;
    line-height: 1.2;
    text-transform: uppercase;
    filter: alpha(opacity=82);
    opacity: 0.82;
}

.post-content-1 .post-meta {
    margin-bottom: 10px;
}

.breaking-block {
    margin-top: 30px;
}

.breaking-title {
    font-size: 22px;
    line-height: 1.2;
}

.breaking-title em,
.breaking-title span {
    color: #000;
}

.breaking-block .featured-wrapper {
    display: table;
    height: 100%;
    width: 100%;
}

.breaking-block .featured-wrapper .post-image,
.breaking-block .featured-wrapper .post-content {
    display: table-cell;
    vertical-align: top;
}

.breaking-block .featured-wrapper .post-image {
    padding-right: 15px;
    width: 32%;
}

@media only screen and (max-width: 767px) and (min-width: 600px) {
    .breaking-block .featured-wrapper .post-image {
        width: 25%;
    }

    .breaking-block .featured-wrapper .post-image .article-item-image img {
        width: 100%;
    }
}

@media only screen and (max-width: 991px) {
    .breaking-block .featured-wrapper {
        margin-bottom: 25px;
    }
}

/*--------------------------------------------------------------
##slider
--------------------------------------------------------------*/
.mainbanner-jumbotron {
    max-width: 1170px;
    margin: 0 auto;
}

.mainbanner-jumbotron.mainbanner-jumbotron-boxed,
.mainbanner-jumbotron-2 {
    margin-top: 30px;
    margin-bottom: 30px;
}

.mainbanner-jumbotron.mainbanner-jumbotron-fullwidth {
    max-width: inherit;
}

.mainbanner-jumbotron-1 .slider-figcaption {
    padding: 40px;
    z-index: 1;
    position: absolute;
    bottom: 0;
}

.mainbanner-jumbotron-2 .slick-slide {
    padding-left: 2px;
    padding-right: 2px;
    position: relative;
}

.mainbanner-jumbotron-2 .slider-figcaption {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto 40px;
    padding: 15px 30px;
    text-align: center;
    z-index: 2;
    -webkit-transform-style: preserve-3d;
    -webkit-transition: all 200ms cubic-bezier(0.000, 0, .58, 1);
    -moz-transition: all 200ms cubic-bezier(0.000, 0, .58, 1);
    -o-transition: all 200ms cubic-bezier(0.000, 0, .58, 1);
    transition: all 200ms cubic-bezier(0.000, 0, .58, 1);
    -webkit-transform: translateZ(0);
}

.mainbanner-jumbotron-2 .slick-slide:hover .slider-figcaption,
.mainbanner-jumbotron-2 .slick-slide:focus .slider-figcaption {
    padding-bottom: 40px;
}

.mainbanner-jumbotron-2 .slider-figcaption,
.mainbanner-jumbotron-2 .slider-figcaption a {
    color: #fff;
}

.mainbanner-jumbotron-2 .slick-slide:after {
    content: "";
    background: -webkit-linear-gradient(top, transparent, rgba(0, 0, 0, 0.92));
    background: -moz-linear-gradient(top, transparent, rgba(0, 0, 0, 0.92));
    background: -o-linear-gradient(top, transparent, rgba(0, 0, 0, 0.92));
    background: linear-gradient(top, transparent, rgba(0, 0, 0, 0.92));
    border: 4px solid #fff;
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 1;
    display: block;
    top: 0;
}

.mainbanner-jumbotron-3 .data-bg,
.mainbanner-jumbotron-3 .slider-figcaption,
.mainbanner-jumbotron-4 .data-bg,
.mainbanner-jumbotron-4 .slider-figcaption {
    float: left;
}

.mainbanner-jumbotron-3 .data-bg,
.mainbanner-jumbotron-4 .data-bg {
    width: 60%;
}

.mainbanner-jumbotron-3 .slider-figcaption,
.mainbanner-jumbotron-4 .slider-figcaption {
    padding: 30px;
    width: 40%;
}

@media only screen and (max-width: 767px) {
    .mainbanner-jumbotron-3 .data-bg,
    .mainbanner-jumbotron-3 .slider-figcaption,
    .mainbanner-jumbotron-4 .data-bg,
    .mainbanner-jumbotron-4 .slider-figcaption {
        padding-left: 0;
        padding-right: 0;
        width: 100%;
    }
}

.slide-title {
    margin: 0 auto 15px;
}

.slide-details {
    margin: 20px auto;
}

.slide-icon {
    position: absolute;
    border: 2px solid #fff;
    z-index: 1;
    display: block;
    width: 44px;
    font-size: 24px;
    cursor: pointer;
    color: #fff;
    top: 50%;
    margin-top: -22px;
    text-align: center;
    padding: 0;
}

.slide-icon:before {
    display: block;
    line-height: 40px;
    height: 40px;
}

.slide-prev:hover,
.slide-prev:focus,
.slide-next:hover,
.slide-next:focus {
    outline: none !important;
}

.slide-prev {
    left: 20px;
}

.slide-next {
    right: 20px;
}

.slick-slide, .slick-slide * {
    outline: none !important;
}

.slick-dots {
    display: block;
    width: 100%;
    padding: 0;
    margin: 30px auto 0;
    list-style: none;
    text-align: center;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

.slick-dots li button {
    background: transparent !important;
    font-size: 0;
    line-height: 0;
    display: block;
    width: 10px;
    height: 10px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
    filter: alpha(opacity=100);
    opacity: 1;
}

.slick-dots li button:before {
    content: "";
    background: transparent;
    border: 1px solid #333;
    border-radius: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 12px;
    height: 12px;
    text-align: center;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
    background: #333;
}

.slider-nav {
    margin: 30px auto;
}

.inner-banner-1 {
    padding: 30px 0;
}

.twp-article-slides {
    padding-left: 4px;
    padding-right: 4px;
}

.slick-slide:first-child .twp-article-slides {
    padding-left: 0;
}

.slick-slide:last-child .twp-article-slides {
    padding-right: 0;
}

@media only screen and (max-width: 640px) {
    .slick-slider .slide-icon {
        display: none !important;
    }
}

.twp-slider-widget .slider-figcaption {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: table;
    table-layout: fixed;
    z-index: 2;
    color: #fff;
}

.twp-slider-widget .slider-figcaption .slider-figcaption-wrapper {
    display: table-cell;
    vertical-align: bottom;
}

.twp-slider-widget .slider-figcaption .title-wrap {
    padding: 20px 15px 30px;
    position: relative;
}

.twp-slider-widget .title-wrap:before {
    content: "";
    background: #000;
    position: absolute;
    width: 100%;
    height: 100%;
    filter: alpha(opacity=75);
    opacity: 0.85;
    left: 0;
    right: 0;
    top: 0;
}

.twp-slider-widget .title-wrap * {
    color: #fff;
    position: relative;
    z-index: 1;
}

.twp-carousal-widget {
    margin-left: -15px;
    margin-right: -15px;
}

.twp-carousal-widget .carousal-item {
    padding-left: 15px;
    padding-right: 15px;
}

/*--------------------------------------------------------------
##search
--------------------------------------------------------------*/
.search-box {
    display: none;
    background: #f1f1f1;
    padding: 20px 42px;
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 99;
    transition: background-color 500ms ease-in-out;
}

.search-box .search-form {
    max-width: 740px;
    margin-right: auto;
    margin-left: auto;
}

.search-box .search-form label {
    float: left;
    width: 85%;
    width: calc(100% - 200px);
}

.search-box .search-form label .search-field {
    width: 100%;
    background: transparent;
    border-width: 1px 0 1px 1px;
    border-color: #e6e6e6;
    border-style: solid;
    font-size: 20px;
    font-size: 1.25rem;
}

.search-box .search-form .search-submit {
    width: 200px;
}

.search-box .search-form label .search-field::-webkit-input-placeholder {
    color: #434343;
}

.search-box .search-form label .search-field:-moz-placeholder {
    color: #434343;
}

.search-box .search-form label .search-field::-moz-placeholder {
    color: #434343;
}

.search-box .search-form label .search-field:-ms-input-placeholder {
    color: #434343;
}

/*--------------------------------------------------------------
##Admin only visible css
--------------------------------------------------------------*/
.v-align-top {
    vertical-align: top;
}

.v-align-middle {
    vertical-align: middle;
}

.v-align-bottom {
    vertical-align: bottom;
}

.table-align {
    display: table;
}

.table-align .table-align-cell {
    display: table-cell;
}

.sticky {
    display: block;
}

.suffix-lite-wrapper-fluid,
.suffix-lite-wrapper,
.site-content {
    padding-left: 15px;
    padding-right: 15px;
}

.suffix-lite-wrapper,
.site-content,
.custom-background .site {
    margin-left: auto;
    margin-right: auto;
}

.site-content {
    padding-bottom: 50px;
}

.home.blog .site-content {
    margin-top: 60px;
}

.twp-upper-block {
    padding-top: 60px;
}

.custom-background .site-bg {
    background: #fff;
}

@media only screen and (min-width: 768px) {
    .suffix-lite-wrapper,
    .site-content,
    .custom-background .site {
        width: 750px;
    }
}

@media only screen and (min-width: 992px) {
    .suffix-lite-wrapper,
    .site-content,
    .custom-background .site {
        width: 970px;
    }
}

@media only screen and (min-width: 1200px) {
    .suffix-lite-wrapper,
    .site-content,
    .custom-background .site {
        width: 1200px;
    }
}

@media only screen and (min-width: 1824px) {
    .mainbanner-jumbotron {
        max-width: 1510px;
    }

    .mainbanner-jumbotron.mainbanner-jumbotron-fullwidth {
        max-width: inherit;
        padding-left: 0;
        padding-right: 0;
    }

    .suffix-lite-wrapper,
    .site-content,
    .custom-background .site {
        width: 1540px;
    }

    .mainbanner-jumbotron .data-bg-slide {
        height: 700px;
    }
}

@media only screen and (max-width: 991px) {
    .site-main .data-bg-slide,
    .mainbanner-jumbotron .data-bg-slide {
        height: 420px;
    }
}

.featured-block,
.footer-full-width {
    background: #efefef;
    padding-top: 60px;
    padding-bottom: 60px;
}

.featured-block .column-post {
    -moz-box-shadow: 0 3px 24px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 3px 24px rgba(0, 0, 0, 0.1);
    box-shadow: 0 3px 24px rgba(0, 0, 0, 0.1);
    background: #fff;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.featured-block .column-post:hover,
.featured-block .column-post:focus {
    box-shadow: 0 20px 60px -6px rgba(0, 0, 0, 0.5);
    -webkit-transform: translateY(-3px);
    -moz-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    -o-transform: translateY(-3px);
    transform: translateY(-3px);
}

#primary,
.widget-area {
    float: left;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
}

.col-right,
.col-left {
    float: left;
}

#primary.content-area.full-width {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
}

#primary,
.col-left,
.widget-area,
.col-right {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
}

.aside-bar-enabled #primary .site-main,
.aside-bar-enabled #primary .aside-bar,
.aside-bar-disabled #primary .site-main,
.aside-bar-disabled #primary .aside-bar {
    padding-left: 15px;
    padding-right: 15px;
}

@media only screen and (min-width: 992px) {
    #primary,
    .col-left {
        width: 75%;
    }

    .widget-area,
    .col-right {
        width: 25%;
    }

    .aside-bar-enabled .site-main,
    .aside-bar-enabled .aside-bar {
        float: left;
    }

    .aside-bar-enabled .site-main {
        width: 66.66%;
    }

    .aside-bar-enabled .aside-bar {
        width: 33.33%;
    }

    .col-right .widget-area {
        padding: 0;
        width: 100%;
    }

    .right-sidebar #primary,
    .right-sidebar .col-left {
        padding-right: 15px;
    }

    .right-sidebar .widget-area,
    .right-sidebar .col-right {
        padding-left: 15px;
    }

    .left-sidebar #primary,
    .left-sidebar .col-left {
        padding-left: 15px;
    }

    .left-sidebar .widget-area,
    .left-sidebar .col-right {
        padding-right: 15px;
    }
}

@media only screen and (min-width: 1824px) {
    .right-sidebar #primary,
    .right-sidebar .col-left {
        padding-right: 30px;
    }

    .right-sidebar .widget-area,
    .right-sidebar .col-right {
        padding-left: 30px;
    }

    .left-sidebar #primary,
    .left-sidebar .col-left {
        padding-left: 30px;
    }

    .left-sidebar .widget-area,
    .left-sidebar .col-right {
        padding-right: 30px;
    }
}

@media only screen and (max-width: 767px) {

}

body.left-sidebar #primary,
body.left-sidebar .col-left {
    float: right;
}

body.no-sidebar #primary {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
}

body.no-sidebar #secondary {
    display: none !important;
    width: 0px;
    height: 0px;
    visibility: hidden;
    filter: alpha(opacity=0);
    opacity: 0;
}

.twp-bredcrumb {
    display: inline-block;
}

.breadcrumbs ul {
    list-style: none;
    margin: 0 auto;
    padding: 0;
}

.breadcrumbs ul li {
    display: inline-block;
    vertical-align: middle;
}

.trail-item {
    background: #333333;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    height: 32px;
    line-height: 32px;
    letter-spacing: 2px;
    padding: 0 10px 0 15px;
    position: relative;
    float: left;
    margin-right: 20px;
    z-index: 9;
    margin-bottom: 20px;
}

.trail-item,
.trail-item a {
    color: #fff;
}

.trail-item:before,
.trail-item:after {
    content: '';
    position: absolute;
    bottom: 0;
    width: 0;
    height: 0;
}

.trail-item:before {
    border-color: #333333;
    border-left-color: transparent !important;
    border-width: 16px;
    border-style: solid;
    right: -35px;
}

.trail-item.trail-begin {
    background: #d60000;
}

.trail-item.trail-begin:after {
    border-left-color: #d60000;
}

.trail-item.trail-end:before {
    content: none;
    display: none;
}

.trail-item:after {
    right: -16px;
    border-top: 16px solid transparent;
    border-bottom: 16px solid transparent;
    border-left: 16px solid #333333;
}

.breadcrumbs ul .trail-item span {
    position: relative;
    padding-right: 10px;
}

.inner-header-overlay {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.page-links {
    clear: both;
    margin: 0 0 1.5em;
}

.entry-meta {
    padding: 5px 0;
    position: relative;
}

.entry-meta > span {
    margin-right: 15px;
}

.entry-header .entry-title {
    display: inline-block;
    margin: 0 0 20px;
    position: relative;
    vertical-align: middle;
    width: 100%;
}

.inner-banner-1 .entry-header .entry-title {
    font-size: 48px;
}

.entry-header .entry-title span {
    display: block;
    font-size: 20px;
    line-height: 1.2;
    margin-top: 15px;
}

.search .entry-header .entry-title span {
    display: inline-block;
}

.site-content .entry-footer {
    margin: 15px auto 50px;
}

span.cat-links,
span.comments-link {
    margin-right: 10px;
}

/*------------------------------------------------------------
 * ## Post-navigation
 *------------------------------------------------------------
 */
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
    border: 1px solid;
    overflow: hidden;
    margin: 0 0 1.5em;
    padding: 15px;
    position: relative;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
    float: left;
    width: 50%;
    position: relative;
}

.nav-previous,
.nav-next {
    display: table;
    padding: 5px 5px;
}

.nav-previous:before,
.nav-next:after {
    display: table-cell;
    vertical-align: middle;
}

.nav-previous:before {
    content: "\f177";
}

.nav-next:after {
    content: "\f178";
}

.nav-previous a,
.nav-next a {
    padding: 0 15px;
    display: table-cell;
    vertical-align: middle;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
    float: right;
    text-align: right;
    width: 50%;
}

.site-main .comment-navigation:after,
.site-main .posts-navigation:after,
.site-main .post-navigation:after {
    content: '';
    width: 1px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    background: #f3f3f3;
}

/*------------------------------------------------------------
 * ## Asides
 *------------------------------------------------------------
 */
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
    display: none;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 25px;
}

.theiaStickySidebar .widget:last-child {
    margin-bottom: 0;
}

.widget ol,
.widget ul {
    list-style: none;
    padding-left: 0;
    padding-right: 0;
    margin-left: auto;
    margin-right: auto;
}

.widget ol li,
.widget ul li {
    margin-bottom: 15px;
}

.widget_recent_comments li,
.widget_archive li,
.widget_meta li,
.widget_recent_entries li {
    border-bottom: 1px solid;
}

.widget.widget_categories ul li,
.widget.widget_pages ul li {
    padding-left: 1.618em;
    margin-bottom: 0;
}

.widget.widget_categories ul li .children {
    margin-top: 10px;
}

.widget.widget_categories ul li:before,
.widget.widget_pages ul li:before {
    font-family: "FontAwesome";
    margin-right: 0.5407911001em;
    display: block;
    float: left;
    opacity: 0.35;
    margin-left: -1.618em;
    width: 1em;
}

.widget_categories ul li:before {
    content: "\f114";
}

.widget.widget_pages ul li:before {
    content: "\f0f6";
}

.widget.widget_nav_menu ul li {
    margin: 0 auto;
    padding: 0;
}

.widget.widget_nav_menu ul li a {
    border-bottom: 1px solid;
    display: block;
    padding: 0 0 15px;
    margin: 0 0 15px;
    width: 100%;
}

.widget select {
    max-width: 100%;
}

.widget-area {
    font-size: 15px;
    letter-spacing: .25px;
}

.block-title,
.widget-title {
    color: #000;
    font-size: 16px;
    line-height: 1.4;
    margin: 0 auto 30px;
    position: relative;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.block-title:before,
.widget-title:before {
    background-color: #000;
    content: "";
    display: inline-block;
    height: 2px;
    position: relative;
    vertical-align: middle;
    width: 30px;
    right: 10px;
    margin-left: 10px;
}

.block-title,
.footer-full-width .widget-title {
    text-align: center;
}

.block-title:before,
.footer-full-width .widget-title:before {
    margin-right: 10px;
}

.block-title:after,
.footer-full-width .widget-title:after {
    background-color: #000;
    content: "";
    display: inline-block;
    height: 2px;
    position: relative;
    vertical-align: middle;
    width: 30px;
    margin-left: 10px;
    margin-right: 10px;
}

.related-header .block-title {
    text-align: left;
}

.related-header .block-title:after {
    content: none;
    display: none;
}

.content-area .widget-title {
    font-size: 18px;
    letter-spacing: 3px;
    margin: 0 auto 15px;
}

.widget ul li {
    padding-bottom: 15px;
}

.widget.suffix_lite_widget_tabbed ul.tabs {
    border-bottom: 1px solid;
    margin: 0px auto 15px;
    padding: 0;
    list-style: none;
}

.widget.suffix_lite_widget_tabbed ul.tabs li {
    display: inline-block;
    padding: 10px;
    cursor: pointer;
    margin-bottom: 0;
}

.tab-content {
    display: none;
}

.tab-content.current {
    display: inherit;
}

.site-footer .widget ul li a {
    font-size: 16px;
}

.widget ul li:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

.grid-item-title {
    margin: 10px auto 30px;
}

.suffix_lite_author_widget {
    border: 3px solid;
    padding: 15px;
}

.author-widget-title,
.author-info {
    text-align: center;
}

.author-widget-title {
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 20px;
    padding-bottom: 10px;
    position: relative;
}

.author-widget-title:after {
    content: "";
    background: #f1f1f1;
    width: 50px;
    height: 2px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}

.author-info .profile-image {
    background-position: 50% 50% !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    border-radius: 100%;
    height: 180px;
    margin: auto;
    width: 180px;
}

.author-info .author-social {
    margin-top: 20px;
    padding-bottom: 20px;
    text-align: center;
}

.author-info .author-social > a {
    border: 1px solid #d2d2d2;
    border-radius: 100%;
    color: #d2d2d2;
    display: inline-block;
    font-size: 11px;
    height: 40px;
    line-height: 40px;
    margin: 0 4px;
    width: 40px;
}

.author-info .author-social .meta-icon {
    margin: 0 auto;
    padding: 0;
    font-size: 18px;
}

.tagcloud a {
    border: 1px solid #eee;
    display: inline-block !important;
    margin-bottom: 5px;
    font-size: 14px !important;
    font-weight: 700;
    letter-spacing: 3px;
    margin-right: 2px;
    padding: 5px 10px;
    text-transform: uppercase;
    transition: all 300ms ease-in;
    -webkit-transition: all 300ms ease-in;
}

/*Widget Calander*/
#wp-calendar {
    width: 100%;
    margin: 0;
}

#wp-calendar caption {
    text-align: right;
    color: #333;
    margin-bottom: 15px;
    margin-top: -10px;
}

#wp-calendar thead th {
    text-align: center;
}

#wp-calendar tbody td {
    border: 1px solid #e8e8e8;
    text-align: center;
    padding: 8px;
}

#wp-calendar tbody td:hover {
    background: #fff;
}

#wp-calendar tbody .pad {
    background: none;
}

#wp-calendar tfoot #next {
    text-transform: uppercase;
    text-align: right;
    border: none;
    background: none;
}

#wp-calendar tfoot #prev {
    text-transform: uppercase;
    text-align: left;
    border: none;
    background: none;
}

#wp-calendar tfoot td.pad {
    display: none;
}

.view-all {
    padding: 12px 0 12px;
    border: solid #e3e3e3;
    border-width: 1px 0;
    text-align: center;
    font-size: 14px;
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: 1px;
}

.post-image {
    overflow: hidden;
}

.suffix-lite-widget-1 .column-half.featured-post {
    width: 100%;
}

.suffix-lite-widget-1 .column-half.featured-post,
.suffix-lite-widget-1 .column.all-post {
    margin-bottom: 15px;
    padding-bottom: 15px;
}

.suffix-lite-widget-1 .column.all-post:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
}

.suffix-lite-widget-1 .column.all-post {
    border-bottom: 1px solid;
}

.site-main .suffix-lite-widget-1 .column.all-post {
    border-bottom: 0;
}

.site-main .suffix-lite-widget-1 .column.all-post:nth-child(4),
.site-main .suffix-lite-widget-1 .column.all-post:nth-child(6),
.site-main .suffix-lite-widget-1 .column.all-post:nth-child(4),
.site-main .suffix-lite-widget-1 .column.all-post:nth-child(8),
.site-main .suffix-lite-widget-1 .column.all-post:nth-child(10),
.site-main .suffix-lite-widget-1 .column.all-post:nth-child(12) {
    clear: left;
}

.suffix-lite-widget-1 .post-image,
.suffix-lite-widget-2 .post-image {
    width: 32%;
    float: left;
    margin-right: 15px;
}

.suffix-lite-widget-1 .featured-post .post-image {
    width: 50%;
}

.suffix-lite-widget-2 .featured-post .post-image {
    width: 100%;
}

.suffix-lite-widget-1 .post-content,
.suffix-lite-widget-2 .article-block-wrapper:not(.featured-post) .post-content {
    overflow: hidden;
}

.post-content-1 {
    margin-top: 15px;
}

.post-description {
    padding: 15px 0;
}

.post-description p {
    margin: 0 auto;
}

.all-post .post-description {
    clear: both;
}

.article-block-wrapper {
    overflow: hidden;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid;
}

.featured-post.article-block-wrapper .post-content {
    clear: both;
    padding-top: 20px;
}

.twp-image-wrapper,
.article-item-image {
    position: relative;
    display: block;
}

.twp-image-wrapper:after,
.article-item-image:after {
    content: '';
    display: block;
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    filter: alpha(opacity=0);
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.45);
    -webkit-transition: opacity .3s;
    -moz-transition: opacity .3s;
    -ms-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
}

.post-image:hover .twp-image-wrapper:after,
.post-image:focus .twp-image-wrapper:after,
.twp-article-item:hover .article-item-image:after,
.twp-article-item:focus .article-item-image:after {
    filter: alpha(opacity=100);
    opacity: 1;
}

.site-content .twp-image-wrapper:before,
.footer-full-width .twp-image-wrapper:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 150%;
    height: 100%;
    background: rgba(255, 255, 255, 0.3);
    content: '';
    z-index: 9;
    transition: transform .6s;
    -webkit-transition: transform .6s;
    -moz-transition: transform .6s;
    -ms-transition: transform .6s;
    -o-transition: transform .6s;
    transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
    -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
    -moz-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
    -ms-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
    -o-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
}

.site-content .twp-image-wrapper img,
.footer-full-width .twp-image-wrapper img {
    display: block;
    margin: auto;
    transition: transform .7s;
    -webkit-transition: -webkit-transform .7s;
    -moz-transition: transform .7s;
    -webkit-backface-visibility: hidden;
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
}

.site-content .twp-image-wrapper:hover:before,
.site-content .twp-image-wrapper:focus:before,
.footer-full-width .twp-image-wrapper:hover:before,
.footer-full-width .twp-image-wrapper:focus:before {
    transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 140%, 0);
    -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 140%, 0);
    -moz-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 140%, 0);
    -ms-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 140%, 0);
    -o-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 140%, 0);
}

.site-content .twp-image-wrapper:hover img,
.site-content .twp-image-wrapper:focus img,
.footer-full-width .twp-image-wrapper:hover img,
.footer-full-width .twp-image-wrapper:focus img {
    -webkit-transform: scale(1.03);
    -moz-transform: scale(1.03);
    transform: scale(1.03);
}

.author-description,
.related-articles {
    margin-bottom: 30px;
}

.author-description {
    text-align: center;
}

.author-description .author-avatar {
    display: block;
    width: 95px;
    height: 95px;
    overflow: hidden;
    border-radius: 100%;
    background: #eee;
    margin: 0 auto 20px;
}

.author-details .author-name {
    font-size: 24px;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 20px;
    width: auto;
}

.related-articles .suggested-article:first-child {
    border-top: 1px solid;
}

.related-articles .suggested-article {
    border-bottom: 1px solid;
    padding: 15px 0;
}

.suggested-article .post-image {
    float: left;
    margin-right: 15px;
    width: 80px;
}

.suggested-article .entry-title {
    margin: 0 auto;
}

.suggested-article .related-content {
    overflow: hidden;
}

/*------------------------------------------------------------
 * ## Comments
 *------------------------------------------------------------
 */
.comment-content a {
    word-wrap: break-word;
}

.bypostauthor {
    display: block;
}

.comments-area .comments-title, .comments-area .comment-reply-title {
    margin: 30px auto;
    text-transform: uppercase;
}

.comment-respond .comment-reply-title {
    margin-top: 30px;
}

.comments-area .comment-list {
    padding-left: 0;
    margin-left: 0;
}

.comments-area .comment-list, .comments-area .comment-list .sub-menu {
    list-style-type: none;
}

.comments-area .comment-author img {
    border-radius: 100%;
    width: 64px;
    height: 64px;
    float: left;
    margin-right: 15px;
}

.comments-area .comment-author a {
    color: #35353c;
    text-decoration: none;
}

.comments-area .comment-author .says {
    display: none;
}

.comment-body {
    border-top: 1px solid #e8e8e8;
    padding-top: 30px;
}

.comments-area .comment-content,
.comments-area .comment-awaiting-moderation,
.comments-area .reply {
    padding-left: 80px;
}

.comments-area .reply {
    margin-bottom: 15px;
}

.comments-area .reply .comment-reply-link {
    text-decoration: none;
}

.comments-area .reply .comment-reply-link:hover {
    color: #3c3c3c;
}

.comments-area .comment-respond {
    border-top: 1px solid #e8e8e8;
    outline: 0;
}

.comments-area .comment-form-comment label, .comments-area .comment-form-comment textarea {
    width: 100%
}

.comments-area .comment-form-comment textarea {
    height: 120px;
}

.comments-area .comment-respond .form-submit input {
    display: inline-block;
    text-decoration: none;
    margin-top: 20px;
    min-width: 180px;
}

.comments-area .comment-respond .form-submit input,
.comments-area .comment-respond .form-submit input:hover {
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

.comments-area .comment-respond .comment-form-author label,
.comments-area .comment-respond .comment-form-email label,
.comments-area .comment-respond .comment-form-url label {
    width: 100px;
}

.comments-area .comment-notes {
    margin-bottom: 30px;
}

.comments-area .comment-form label {
    color: #808086;
}

.comments-area .blog-img-wide.blogdetails img {
    height: auto;
    padding: 20px;
    width: 100%;
}

.comment-form label {
    color: #707070;
    display: block;
    text-transform: uppercase;
}

.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"],
.comment-form textarea {
    border-color: #e4e4e4;
    border-width: 0 0 1px 0;
    width: 100%;
}

.comment-form-author,
.comment-form-email {
    width: 50%;
    float: left;
}

.comment-form-author {
    padding-right: 10px;
}

.comment-form-email {
    padding-left: 10px;
}

.comment.depth-4 ol {
    margin-left: 0;
    padding-left: 0;
}

@media only screen and (max-width: 767px) {
    .comments-area .comment-list,
    .comments-area .comment-list .sub-menu {
        margin-left: 0;
        padding-left: 0;
    }
}

.comment-metadata {
    font-size: 85%;
    line-height: 1.2;
    margin-bottom: 15px;
}

/*--------------------------------------------------------------
##Social Icon
--------------------------------------------------------------*/
.social-icons ul,
.social-widget-menu ul {
    list-style: none;
    margin: 0 auto;
    padding: 0;
}

.social-icons ul li,
.social-widget-menu ul li {
    display: inline-block;
}

.social-icons ul li a,
.social-widget-menu ul li a {
    display: block;
    width: 24px;
    height: 75px;
    font-size: 16px;
    line-height: 75px;
    position: relative;
    text-align: center;
    border-radius: 100%;
}

.footer-bottom .social-icons ul li a {
    width: 34px;
    font-size: 28px;
}

.social-widget-menu ul li a {
    line-height: 40px;
    height: 40px;
    width: 40px;
    margin-right: 2px;
    margin-left: 2px;
}

.social-icons ul a span {
    display: none;
    filter: alpha(opacity=0);
    opacity: 0;
    visibility: hidden;
}

.social-icons ul li a:after,
.widget .social-widget-menu ul a:before {
    vertical-align: middle;
}

.social-icons ul a[href*="dribbble.com"]:after,
.widget .social-widget-menu ul a[href*="dribbble.com"]:before {
    content: "\f17d";
}

.social-icons ul a[href*="facebook.com"]:after,
.widget .social-widget-menu ul a[href*="facebook.com"]:before {
    content: "\f09a";
}

.social-icons ul a[href*="vk.com"]:after,
.widget .social-widget-menu ul a[href*="vk.com"]:before {
    content: "\f189";
}

.social-icons ul a[href*="twitter.com"]:after,
.widget .social-widget-menu ul a[href*="twitter.com"]:before {
    content: "\f099";
}

.social-icons ul a[href*="linkedin.com"]:after,
.widget .social-widget-menu ul a[href*="linkedin.com"]:before {
    content: "\f0e1";
}

.social-icons ul a[href*="instagram.com"]:after,
.widget .social-widget-menu ul a[href*="instagram.com"]:before {
    content: "\f16d";
}

.social-icons ul a[href*="youtube.com"]:after,
.widget .social-widget-menu ul a[href*="youtube.com"]:before {
    content: "\f167";
}

.social-icons ul a[href*="vimeo.com"]:after,
.widget .social-widget-menu ul a[href*="vimeo.com"]:before {
    content: "\f27d";
}

.social-icons ul a[href*="plus.google.com"]:after,
.widget .social-widget-menu ul a[href*="plus.google.com"]:before {
    content: "\f0d5";
}

.social-icons ul a[href*="pinterest.com"]:after,
.widget .social-widget-menu ul a[href*="pinterest.com"]:before {
    content: "\f0d2";
}

.social-icons ul a[href*="snapchat.com"]:after,
.widget .social-widget-menu ul a[href*="snapchat.com"]:before {
    content: "\f2ac";
}

.social-icons ul a[href*="tumblr.com"]:after,
.widget .social-widget-menu ul a[href*="tumblr.com"]:before {
    content: "\f173";
}

.social-icons ul a[href*="wordpress.org"]:after,
.widget .social-widget-menu ul a[href*="wordpress.org"]:before,
.social-icons ul a[href*="wordpress.com"]:after,
.widget .social-widget-menu ul a[href*="wordpress.com"]:before {
    content: "\f19a";
}

.social-icons ul a[href*="whatsapp.com"]:after,
.widget .social-widget-menu ul a[href*="whatsapp.com"]:before {
    content: "\f232";
}

.social-icons ul a[href*="reddit.com"]:after,
.widget .social-widget-menu ul a[href*="reddit.com"]:before {
    content: "\f281";
}

.social-icons ul a[href*="yelp.com"]:after,
.widget .social-widget-menu ul a[href*="yelp.com"]:before {
    content: "\f1e9";
}

.social-icons ul a[href*="telegram.org"]:after,
.widget .social-widget-menu ul a[href*="telegram.org"]:before {
    content: "\f2c6";
}

.social-icons ul a[href*="spotify.com"]:after,
.widget .social-widget-menu ul a[href*="spotify.com"]:before {
    content: "\f1bc";
}

/*--------------------------------------------------------------
## Homepage
--------------------------------------------------------------*/
.widget-row,
.grid-row {
    margin-left: -15px;
    margin-right: -15px;
}

.row-rtl {
    direction: rtl;
}

.row-rtl [class*="column-"] {
    direction: ltr;
}

@media only screen and (min-width: 992px) {
    .twp-equal {
        display: table;
        width: 100%;
        height: 100%;
    }

    .twp-equal > [class*="column-"] {
        display: table-cell;
        float: none;
        vertical-align: middle;
    }
}

.column {
    float: left;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.column-full {
    width: 100%;
}

.content-area .column-two {
    width: 20%;
}

.content-area .column-three {
    width: 30%;
}

.upper-header .column-four,
.content-area .column-four,
.widget-area .column-four,
.site .tab-content .column-four {
    width: 40%;
}

.content-area .column-half,
.footer-bottom .column-half {
    width: 50%;
}

.upper-header .column-six,
.content-area .column-six,
.widget-area .column-six,
.site .tab-content .column-six {
    width: 60%;
}

.column-three {
    width: 33.33%;
}

.column-quarter {
    width: 25%;
}

.column-one {
    width: 10%;
}

.column-nine {
    width: 90%;
}

.aside-bar-enabled .aside-bar .suffix-lite-widget-1 .featured-post .post-image,
.aside-bar-enabled .content-area.not-full-width .site-main .column-half,
.aside-bar-enabled .content-area .aside-bar .column-half {
    width: 100%;
}

.aside-bar .suffix-lite-widget-1 .featured-post .post-content,
.widget-area .suffix-lite-widget-1 .featured-post .post-content,
.footer-widget-area .suffix-lite-widget-1 .featured-post .post-content,
.sidr .suffix-lite-widget-1 .featured-post .post-content {
    clear: both;
    overflow: visible;
    padding-top: 15px;
}

.aside-bar .recent-widget-list .full-item .full-item-details,
.widget-area .recent-widget-list .full-item .full-item-details,
.footer-widget-area .recent-widget-list .full-item .full-item-details,
.sidr .recent-widget-list .full-item .full-item-details {
    padding-left: 0;
}

@media only screen and (max-width: 767px) {
    .featured-block .column,
    .site-footer .column,
    .breaking-block .column-nine .column,
    .upper-header .column {
        width: 100%;
    }
}

@media only screen and (max-width: 991px) {
    .breaking-block .column-one,
    .breaking-block .column-nine {
        width: 100%;
    }
}

.full-item {
    border-bottom: 1px solid;
    margin-bottom: 15px;
    padding-bottom: 15px;
}

.full-item:last-child {
    border: 0;
}

.item-metadata {
    display: inline-block;
}

.item-metadata.posts-date {
    padding-right: 10px;
}

.twp-meta-info .posted-on a,
.twp-meta-info .byline a,
.item-metadata.posts-date span,
.item-metadata.post-author .author-details {
    font-style: normal;
    font-weight: 700;
}

.twp-meta-info > span {
    padding-right: 10px;
}

.post-category-label {
    font-weight: 700;
    margin-bottom: 0;
    width: 100%;
}

.full-item-desc p {
    margin-bottom: 0;
}

.twp-list-widget .article-list > h3 {
    margin: 0 auto 5px;
    padding: 10px 15px;
}

.twp-list-widget .article-list-block {
    display: table;
    width: 100%;
    height: 100%;
}

.twp-list-widget .article-list-block > span {
    display: table-cell;
    vertical-align: top;
}

.twp-list-widget .article-list-block > span.list-icon {
    width: 15px;
}

.footer-full-width .widget:last-child {
    margin-bottom: 0;
}

.twp-list-widget .article-list > h3,
.widget.suffix_lite_widget_tabbed ul.tabs li {
    background: #f2f2f2;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.site-footer {
    background: #181818;
}

.site-footer,
.site-footer a,
.site-footer .widget-title {
    color: #fff;
}

.site-footer .widget-title:before {
    background-color: #fff;
}

.footer-widget-area .widget {
    margin-bottom: 1.5em;
}

.footer-widget-area {
    padding-top: 60px;
    padding-bottom: 40px;
}

.footer-middle {
    border-top: 1px solid #484848;
    border-bottom: 1px solid #484848;
}

.footer-bottom,
.footer-widget-area .widget.suffix_lite_widget_tabbed ul.tabs li,
.footer-widget-area .twp-list-widget .article-list > h3 {
    background: #111111;
}

.footer-bottom,
.footer-bottom a {
    color: #fff;
}

.footer-bottom .suffix-lite-wrapper {
    padding-bottom: 30px;
    padding-top: 30px;
}

.site-footer-menu {
    text-align: center;
}

.site-footer-menu ul {
    list-style: none;
    margin: 0 auto;
    padding: 0;
}

.site-footer-menu ul li {
    display: inline-block;
}

.site-footer-menu ul li a {
    display: block;
    padding: 15px 10px;
    font-size: 14px;
    text-transform: uppercase;
}

.site-footer-menu ul li:last-child a {
    padding-right: 0;
}

@media only screen and (max-width: 1199px) {
    .site-footer-menu ul li a {
        font-size: 12px;
    }
}

.footer-logo {
    margin-bottom: 10px;
    max-width: 120px;
}

.footer-logo .site-title {
    font-size: 32px;
    letter-spacing: 2px;
    line-height: 100%;
    text-transform: uppercase;
}

.twp-social-share {
    text-align: right;
}

/*--------------------------------------------------------------
##Back to top
--------------------------------------------------------------*/
#scroll-up {
    position: fixed;
    z-index: 8000;
    bottom: 45px;
    right: 10px;
    display: none;
    width: 45px;
    height: 45px;
    line-height: 45px;
    font-size: 28px;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-border-radius: 3px 3px 3px 3px;
    border-radius: 3px 3px 3px 3px;
}

#scroll-up:hover,
#scroll-up:focus {
    background-color: #373737;
    border-color: #373737;
}

#scroll-up:hover i,
#scroll-up:focus i {
    color: #fff;

}

@media only screen and (max-width: 767px) {
    #scroll-up {
        right: 20px;
        bottom: 20px;
    }
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
    display: none;
}

.infinity-end.neverending .site-footer {
    display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}

embed,
iframe,
object {
    max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption .wp-caption-text {
    padding: 0.8075em 1em;
    background: #efefef;
    color: #000;
    font-size: 90%;
    line-height: 1.4;
}

.wp-caption-text {
    text-align: left;
}

.widget_media_gallery .gallery-item {
    margin-bottom: 10px;
}

.widget_media_gallery .gallery-caption {
    display: none;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
    margin-bottom: 1.5em;
}

.gallery .slick-dots {
    bottom: -30px;
}

.gallery-item {
    display: block;
    float: left;
    width: 100%;
    padding: 0 5px;
    position: relative;
    margin-bottom: 20px;
}

.wp-block-gallery.columns-1{
    display: block;
}

.gallery-columns-2 .gallery-item {
    width: 50%;
}

.gallery .gallery-item img {
    vertical-align: top;
}

.gallery-columns-2 .gallery-item:nth-child(2n+1) {
    clear: left;
}

.gallery-columns-3 .gallery-item {
    width: 33.33%;
}

.gallery-columns-3 .gallery-item:nth-child(3n+1) {
    clear: left;
}

.gallery-columns-4 .gallery-item {
    width: 25%;
}

.gallery-columns-4 .gallery-item:nth-child(4n+1) {
    clear: left;
}

.gallery-columns-5 .gallery-item {
    width: 20%;
}

.gallery-columns-5 .gallery-item:nth-child(5n+1) {
    clear: left;
}

.gallery-columns-6 .gallery-item {
    width: 16.66%;
}

.gallery-columns-6 .gallery-item:nth-child(6n+1) {
    clear: left;
}

.gallery-columns-7 .gallery-item {
    width: 14.28%;
}

.gallery-columns-7 .gallery-item:nth-child(7n+1) {
    clear: left;
}

.gallery-columns-8 .gallery-item {
    width: 12.5%;
}

.gallery-columns-8 .gallery-item:nth-child(8n+1) {
    clear: left;
}

.gallery-columns-9 .gallery-item {
    width: 11.11%;
}

.gallery-columns-9 .gallery-item:nth-child(9n+1) {
    clear: left;
}

.gallery-caption {
    display: block;
    background: #000;
    background: rgba(0, 0, 0, .74);
    color: #fff;
    font-size: 85%;
    line-height: 1.22857143;
    position: absolute;
    bottom: 0;
    left: 5px;
    right: 5px;
    padding: 15px;
    text-align: left;
}

@media only screen and (max-width: 991px) {
    body .gallery .gallery-item {
        width: 50%;
        clear: none !important;
    }

    body .gallery.gallery-columns-1 .gallery-item {
        width: 100%;
    }

    body .gallery .gallery-item:nth-child(2n+1) {
        clear: left !important;
    }
}

@media only screen and (max-width: 640px) {
    body .gallery .gallery-item {
        float: none;
        margin-left: auto;
        margin-right: auto;
        max-width: 290px;
        width: 100%;
    }
}

.nav-links .page-numbers {
    background: transparent;
    display: block;
    float: left;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border: 1px solid #ccc;
    margin-right: 7px;
    padding-left: 15px;
    padding-right: 15px;
    font-weight: 700;
}

.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
    padding-left: 15px;
    padding-right: 15px;
    display: block !important;
    height: 40px;
    line-height: 40px;
}

.recent-blog {
    margin: 50px auto;
}

body.home.blog .inner-banner {
    background-attachment: fixed;
}

figure,
figcaption {
    outline: none !important;
    margin: 0 auto;
}

.sticky .entry-title:before {
    content: "\f08d";

}

.post.format-video .entry-title:before {
    content: "\f008";
}

.post.format-image .entry-title:before {
    content: "\f1c5";
}

.post.format-gallery .entry-title:before {
    content: "\f115";
}

.post.format-audio .entry-title:before {
    content: "\f1c7";
}

.sticky .entry-title:before,
.post.format-video .entry-title:before,
.post.format-image .entry-title:before,
.post.format-gallery .entry-title:before,
.post.format-audio .entry-title:before {
    font-size: 52px !important;
    float: right;
    transform: translateY(-25px);
}

/*--------------------------------------------------------------
##Plugin Support
--------------------------------------------------------------*/
.elementor-html .preloader {
    display: none;
}

.main-navigation .menu ul ul a:before,
.nav-previous:before,
.nav-next:after,
.sticky .entry-title:before,
.post.format-video .entry-title:before,
.post.format-image .entry-title:before,
.post.format-gallery .entry-title:before,
.post.format-audio .entry-title:before,
.social-icons ul li a:after,
.widget .social-widget-menu ul a:before,
.post.format-video .entry-title:before,
.post.format-image .entry-title:before,
.post.format-gallery .entry-title:before,
.post.format-audio .entry-title:before {
    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;
}

/*--------------------------------------------------------------
##color and font
--------------------------------------------------------------*/
.social-widget-menu ul li:hover a,
.main-navigation .menu ul ul > li a:hover,
.main-navigation .menu ul ul > li a:hover {
    background-color: #282828;
    color: #fff;
}

.site-navigation,
.nav-right .icon-search,
.suffix-lite-widget-1 .column.all-post,
.widget_recent_comments li,
.widget_archive li,
.widget_meta li,
.widget.widget_nav_menu ul li a,
.widget_recent_entries li,
.article-block-wrapper,
.full-item,
.widget.suffix_lite_widget_tabbed ul.tabs,
.widget.suffix_lite_widget_tabbed #tab-3 .article-panel,
.archive-entry-title,
.suffix_lite_author_widget,
.twp-image-archive,
.twp-entry-content,
.site .related-articles .suggested-article,
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
    border-color: #E2E1E8;
}
.footer-widget-area .widget_recent_comments li,
.footer-widget-area .widget_archive li,
.footer-widget-area .widget_meta li,
.footer-widget-area .widget.widget_nav_menu ul li a,
.footer-widget-area .widget_recent_entries li,
.footer-widget-area .widget.suffix_lite_widget_tabbed ul.tabs,
.footer-widget-area .full-item {
    border-color: #484848;
    border-color: rgba(255,255,255,.1);
}

.widget-bgcolor {
    background: #fff;
    color: #333;
}

body .widget-bgcolor a {
    color: #333;
}

.social-widget-menu ul li a,
button:hover,
button:focus,
button:active,
input[type="button"]:hover,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:hover,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:hover,
input[type="submit"]:active,
input[type="submit"]:focus,
.nav-links .page-numbers.current,
.nav-links .page-numbers:hover,
.nav-links .page-numbers:focus,
.woocommerce nav.woocommerce-pagination ul li a:focus,
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li span.current{
    background: #000;
    color: #fff;
}

.social-icons ul li a,
.nav-right .icon-search {
    color: #848484;
}

.sticky .entry-title:before,
a:hover, a:focus, a:active,
.breaking-title,
.twp-meta-categories-color a,
.author-info .author-social > a:hover,
.author-info .author-social > a:focus,
.social-icons ul li a:hover,
.social-icons ul li a:focus,
.nav-right .icon-search:hover,
.nav-right .icon-search:focus {
    color: #d60000;
}

@media only screen and (min-width: 992px) {
    .main-navigation .menu ul > li.current-menu-item > a,
    .main-navigation .menu ul > li:hover > a,
    .main-navigation .menu ul > li:focus > a {
        color: #d60000;
    }
}

.primary-bgcolor,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.menu-description,
.widget.suffix_lite_widget_tabbed ul.tabs li.current,
.widget.suffix_lite_widget_tabbed ul.tabs li:hover,
.widget.suffix_lite_widget_tabbed ul.tabs li:focus,
.mainbanner-jumbotron-2 .slide-icon,
.twp-meta-categories-bg a,
.twp-slider-widget .twp-meta-categories a {
    background: #d60000;
    color: #fff;
}

.primary-bgcolor a {
    color: #fff;
}

.author-info .author-social > a:hover,
.author-info .author-social > a:focus {
    border-color: #d60000;
}

.secondary-bgcolor {
    background: #333;
}

.secondary-bgcolor,
.secondary-bgcolor a {
    color: #fff;
}

.error-404-content {
    padding: 80px 0 120px;
    text-align: center;
}

.error-404-title {
    font-style: italic;
    margin-bottom: 30px;
}

.button-fancy,
.main-navigation .menu ul li a,
.site-footer-menu ul li a,
.widget.suffix_lite_widget_tabbed ul.nav-tabs li a,
.post-meta,
.site-copyright {
    letter-spacing: 1px;
}

.upper-header .widget {
    margin-bottom: 0;
    text-align: right;
}

.wp-custom-logo .upper-header .widget{
    margin-top: 30px;
}

@media only screen and (max-width: 991px) {
    .site-navigation .nav-right {
        float: none;
        width: 100%;
        text-align: center;
        border-top: 1px solid #E2E1E8;
    }

    #footer-menu {
        text-align: center;
    }

    .site-footer-menu ul li a {
        padding-left: 5px;
        padding-right: 5px;
    }
}

@media only screen and (max-width: 1199px) and (min-width: 768px) {
    .news {
        width: 60%;
    }
}

@media only screen and (max-width: 767px) {
    .site .twp-entry-content {
        margin: 0 auto;
    }

    .popup-search .search-form label,
    .popup-search .search-form .search-submit {
        width: 100%;
    }

    .footer-logo {
        margin-left: auto;
        margin-right: auto;
    }

    .footer-bottom .social-icons {
        text-align: center;
    }

    .site-copyright {
        text-align: center;
    }

    .top-bar .suffix-lite-wrapper {
        padding-left: 0;
        padding-right: 0;
    }

    .twp-sidr {
        width: 55px;
        overflow: hidden;
    }

    .news {
        float: right;
        width: 80%;
    }

    .twp-date {
        float: left;
        width: 100%;
        text-align: center;
    }
}

.headroom {
    will-change: transform;
    transition: transform 200ms linear;
}

.headroom--pinned {
    transform: translateY(0%);
}

.headroom--unpinned {
    transform: translateY(-100%);
}

.headroom--pinned {
    display: block;
}

.headroom--unpinned {
    display: none;
}

@media only screen and (min-width: 768px) {
    #nav-affix.headroom--not-top {
        border-bottom: 1px solid #E2E1E8;
        top: 0;
        position: fixed;
        left: 0;
        right: 0;
    }

    body .site #masthead.data-bg #nav-affix.headroom--not-top {
        background: #fff;
    }

    .admin-bar #nav-affix.headroom--not-top {
        top: 32px;
    }
}

.animated {
    -webkit-animation-duration: .5s;
    -moz-animation-duration: .5s;
    -o-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both
}

@-webkit-keyframes slideDown {
    0% {
        -webkit-transform: translateY(-100%)
    }
    100% {
        -webkit-transform: translateY(0)
    }
}

@-moz-keyframes slideDown {
    0% {
        -moz-transform: translateY(-100%)
    }
    100% {
        -moz-transform: translateY(0)
    }
}

@-o-keyframes slideDown {
    0% {
        -o-transform: translateY(-100%)
    }
    100% {
        -o-transform: translateY(0)
    }
}

@keyframes slideDown {
    0% {
        transform: translateY(-100%)
    }
    100% {
        transform: translateY(0)
    }
}

.animated.slideDown {
    -webkit-animation-name: slideDown;
    -moz-animation-name: slideDown;
    -o-animation-name: slideDown;
    animation-name: slideDown
}

@-webkit-keyframes slideUp {
    0% {
        -webkit-transform: translateY(0)
    }
    100% {
        -webkit-transform: translateY(-100%)
    }
}

@-moz-keyframes slideUp {
    0% {
        -moz-transform: translateY(0)
    }
    100% {
        -moz-transform: translateY(-100%)
    }
}

@-o-keyframes slideUp {
    0% {
        -o-transform: translateY(0)
    }
    100% {
        -o-transform: translateY(-100%)
    }
}

@keyframes slideUp {
    0% {
        transform: translateY(0)
    }
    100% {
        transform: translateY(-100%)
    }
}

.animated.slideUp {
    -webkit-animation-name: slideUp;
    -moz-animation-name: slideUp;
    -o-animation-name: slideUp;
    animation-name: slideUp
}

@media only screen and (max-width: 767px) {
    .site #nav-affix {
        -webkit-animation-name: none;
        -moz-animation-name: none;
        -o-animation-name: none;
        animation-name: none;
    }
}

.single-excerpt {
    background: #f2f2f2;
    padding: 15px;
    margin: 0 auto 30px;
    font-style: italic;
}

.single-excerpt > p {
    margin: 0 auto;
}

.trail-item.trail-begin a,
body .site .twp-meta-categories-bg a,
body .site .twp-slider-widget .twp-meta-categories a{
    color: #fff !important;
}

body .site .mejs-button > button {
    background-color: inherit !important;
    min-height: inherit !important;
}
body .mfp-image-holder .mfp-close,
body .mfp-iframe-holder .mfp-close {
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: transparent;
}