﻿.meta-time, dfn {
    font-style: italic;
}

.authorbox-nav ul, .clearfix:after, .comment-content, .container:after, .slick-track:after, .wpcf7, blockquote {
    clear: both;
}

#cboxWrapper, .cboxPhoto {
    max-width: none;
}

.cboxPhoto, img {
    -ms-interpolation-mode: bicubic;
}

.flexslider .slides:after, .slick-loading .slick-slide, .slick-loading .slick-track {
    visibility: hidden;
}

article, aside, details, figcaption, figure, footer, hgroup, main, nav, section, summary, topbar {
    display: block;
}

[hidden] {
    display: none;
}

html {
    font-family: serif;
}

body, figure {
    margin: 0;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b, strong {
    font-weight: 700;
}

hr {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

mark {
    background: #ff0;
    color: #000;
}

code, kbd, pre, samp {
    font-family: monospace,serif;
    font-size: 1em;
}

pre {
    white-space: pre-wrap;
}

q {
    quotes: "\201C" "\201D" "\2018" "\2019";
}

small {
    font-size: 80%;
}

svg:not(:root) {
    overflow: hidden;
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em;
}

legend {
    border: 0;
    padding: 0;
}

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;
    }

input[type=checkbox], input[type=radio] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}

input[type=search] {
    -webkit-appearance: textfield;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

    input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
        -webkit-appearance: none;
    }

button::-moz-focus-inner, input::-moz-focus-inner {
    padding: 0;
    border: 0;
}

textarea {
    overflow: auto;
}

.clearfix:after, .clearfix:before {
    display: table;
    content: "";
    line-height: 0;
}

article, aside, details, figcaption, figure, footer, hgroup, nav, section, topbar {
    display: block;
}

audio, canvas, video {
    display: inline-block;
}

    audio:not([controls]) {
        height: 0;
        display: none;
    }

html {
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

a:focus {
    outline: #333 dotted thin;
    outline: -webkit-focus-ring-color auto 5px;
    outline-offset: -2px;
}

#cboxClose:active, #cboxNext:active, #cboxPrevious:active, #cboxSlideshow:active, #colorbox, .flex-container a:focus, .flex-container a:hover, .flex-slider a:focus, .flex-slider a:hover, .slick-list:focus, a:active, a:hover, select {
    outline: 0;
}

sub, sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}

sup {
    top: -.5em;
}

sub {
    bottom: -.25em;
}

img {
    width: auto\9;
    height: auto;
    vertical-align: middle;
}

button, input, select, textarea {
    font-family: inherit;
    margin: 0;
    font-size: 100%;
    vertical-align: middle;
}

button, input {
    line-height: normal;
}

@font-face {
    font-family: flexslider-icon;
    src: url(css/flexslider/flexslider-icon.eot);
    src: url(css/flexslider/flexslider-icon.eot?#iefix) format("embedded-opentype"),url(css/flexslider/flexslider-icon.woff) format("woff"),url(css/flexslider/flexslider-icon.ttf) format("truetype"),url(css/flexslider/flexslider-icon.svg#flexslider-icon) format("svg");
    font-weight: 400;
    font-style: normal;
}

.flex-control-nav, .flex-direction-nav, .slides {
    margin: 0;
    padding: 0;
    list-style: none;
}

.flex-pauseplay span {
    text-transform: capitalize;
}

#cboxCurrent, .slide .slide-caption, .slogan, .title-label span {
    text-transform: uppercase;
}

.flexslider .slides > li {
    display: none;
    -webkit-backface-visibility: hidden;
}

.flexslider .slides img {
    width: 100%;
    display: block;
}

.flexslider .slides:after {
    content: "\0020";
    display: block;
    clear: both;
    line-height: 0;
    height: 0;
}

html[xmlns] .flexslider .slides {
    display: block;
}

* html .flexslider .slides {
    height: 1%;
}

.no-js .flexslider .slides > li:first-child {
    display: block;
}

.flexslider {
    position: relative;
    zoom: 1;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -o-box-shadow: 0 1px 4px rgba(0,0,0,.2);
}

    .flexslider .slides {
        zoom: 1;
    }

.flex-viewport {
    max-height: 2000px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.loading .flex-viewport {
    max-height: 300px;
}

.carousel li {
    margin-right: 5px;
}

.flex-direction-nav a {
    text-decoration: none;
    display: block;
    width: 40px;
    height: 40px;
    margin: -20px 0 0;
    position: absolute;
    top: 50%;
    z-index: 10;
    overflow: hidden;
    opacity: 0;
    cursor: pointer;
    color: rgba(0,0,0,.8);
    text-shadow: 1px 1px 0 rgba(255,255,255,.3);
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

    .flex-direction-nav a:before {
        font-family: flexslider-icon;
        font-size: 40px;
        display: inline-block;
        content: '\f001';
    }

    .flex-direction-nav a.flex-next:before {
        content: '\f002';
    }

.flex-direction-nav .flex-prev {
    left: -50px;
}

.flex-direction-nav .flex-next {
    right: -50px;
    text-align: right;
}

.flex-control-nav, .gallery-item, .notfound-text, .wp-caption, blockquote, blockquote:before {
    text-align: center;
}

.flexslider:hover .flex-direction-nav .flex-prev {
    opacity: .7;
    left: 10px;
}

    .flexslider:hover .flex-direction-nav .flex-prev:hover {
        opacity: 1;
    }

.flexslider:hover .flex-direction-nav .flex-next {
    opacity: .7;
    right: 10px;
}

    .flexslider:hover .flex-direction-nav .flex-next:hover {
        opacity: 1;
    }

.flex-direction-nav .flex-disabled {
    opacity: 0 !important;
    filter: alpha(opacity=0);
    cursor: default;
}

.flex-pauseplay a {
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    bottom: 5px;
    left: 10px;
    opacity: .8;
    z-index: 10;
    overflow: hidden;
    cursor: pointer;
    color: #000;
}

    .flex-pauseplay a:before {
        font-family: flexslider-icon;
        font-size: 20px;
        display: inline-block;
        content: '\f004';
    }

    .flex-pauseplay a:hover {
        opacity: 1;
    }

    .flex-pauseplay a .flex-play:before {
        content: '\f003';
    }

.flex-control-nav {
    width: 100%;
    position: absolute;
    bottom: -40px;
}

    .flex-control-nav li {
        margin: 0 6px;
        display: inline-block;
        zoom: 1;
    }

.flex-control-paging li a {
    width: 11px;
    height: 11px;
    display: block;
    background: #666;
    background: rgba(0,0,0,.5);
    cursor: pointer;
    text-indent: -9999px;
    -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,.3);
    -moz-box-shadow: inset 0 0 3px rgba(0,0,0,.3);
    -o-box-shadow: inset 0 0 3px rgba(0,0,0,.3);
    box-shadow: inset 0 0 3px rgba(0,0,0,.3);
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}

    .flex-control-paging li a:hover {
        background: #333;
        background: rgba(0,0,0,.7);
    }

    .flex-control-paging li a.flex-active {
        background: #000;
        background: rgba(0,0,0,.9);
        cursor: default;
    }

.flex-control-thumbs {
    margin: 5px 0 0;
    position: static;
    overflow: hidden;
}

#cboxContent, .slick-list, .slick-slider, .slick-track, blockquote {
    position: relative;
}

.flex-control-thumbs li {
    width: 25%;
    float: left;
    margin: 0;
}

.flex-control-thumbs img {
    width: 100%;
    display: block;
    opacity: .7;
    cursor: pointer;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

#header-social ul li a, .slick-nav {
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
}

.flex-control-thumbs img:hover {
    opacity: 1;
}

.flex-control-thumbs .flex-active {
    opacity: 1;
    cursor: default;
}

@media screen and (max-width:860px) {
    .flex-direction-nav .flex-prev {
        opacity: 1;
        left: 10px;
    }

    .flex-direction-nav .flex-next {
        opacity: 1;
        right: 10px;
    }
}

.slick-slider {
    display: block;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

    .slick-list.dragging {
        cursor: pointer;
        cursor: hand;
    }

.slick-slider .slick-list, .slick-slider .slick-track {
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

.slick-track {
    top: 0;
    left: 0;
    display: block;
}

    .slick-track:after, .slick-track:before {
        display: table;
        content: '';
    }

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir=rtl] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

#cboxClose, .cboxIframe, .cboxPhoto, .slick-initialized .slick-slide, iframe {
    display: block;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

#cboxOverlay, #cboxWrapper, #colorbox {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    overflow: hidden;
}

#cboxOverlay {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .9;
    filter: alpha(opacity=90);
}

#cboxBottomLeft, #cboxMiddleLeft {
    clear: left;
}

#cboxTitle {
    margin: 0;
    position: absolute;
    top: -20px;
    left: 0;
    color: #ccc;
}

#cboxLoadingGraphic, #cboxLoadingOverlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.cboxPhoto {
    float: left;
    margin: auto;
    border: 0;
}

iframe, img, input, select, textarea {
    max-width: 100%;
}

.cboxIframe {
    width: 100%;
    height: 100%;
    border: 0;
    padding: 0;
    margin: 0;
}

#cboxContent, #cboxLoadedContent, #colorbox {
    box-sizing: content-box;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
}

#cboxContent {
    margin-top: 20px;
    background: #000;
}

.cboxIframe {
    background: #fff;
}

blockquote, blockquote:after {
    background: url(images/line-h.png) top left repeat-x;
}

#cboxError {
    padding: 50px;
    border: 1px solid #ccc;
}

#cboxLoadedContent {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    border: 5px solid #000;
    background: #fff;
}

#cboxCurrent {
    position: absolute;
    top: -20px;
    right: 0;
}

#cboxLoadingGraphic {
    background: url(images/loading.gif) center center no-repeat;
}

#cboxClose, #cboxNext, #cboxPrevious, #cboxSlideshow {
    cursor: pointer;
    border: 0;
    padding: 0;
    margin: 0;
    overflow: visible;
    width: auto;
    background: 0 0;
}

#comments, #footer-widgets, #logo-area, #wi-footer, #wi-mainnav .menu > li.mega > ul, #wi-mainnav .menu > li.mega > ul > li > ul, .authorbox, .authorbox-content, .authorbox-nav ul, .blog-slider .flex-direction-nav, .grid-cats, .headline-authorbox, .instagram-pics, .latest-content, .latest-list > li, .masonry-cats, .masonry-thumbnail, .page-links-container, .page-title, .post-list, .post-list .post-body, .post-nav, .post-navigation .nav-links, .post-newspaper .related-thumbnail, .post-share ul, .post-share ul li a, .rated-article-thumb, .related-list .grid-thumbnail, .single-meta, .small-thumbnail, .tagcloud, .thumbnail-gallery, .widget-social ul li, .widget_displaytweetswidget > p, .widget_rss > ul > li, .wpcf7, .wpcf7 .textarea {
    overflow: hidden;
}

#cboxNext, #cboxPrevious {
    top: 50%;
    margin-top: -32px;
    width: 28px;
    height: 65px;
    position: absolute;
    text-indent: -9999px;
}

#cboxSlideshow {
    position: absolute;
    top: -20px;
    right: 90px;
    color: #fff;
}

#cboxPrevious {
    left: 5px;
    background: url(images/controls.png) top left no-repeat;
}

    #cboxPrevious:hover {
        background-position: bottom left;
    }

#cboxNext {
    right: 5px;
    background: url(images/controls.png) top right no-repeat;
}

    #cboxNext:hover {
        background-position: bottom right;
    }

#cboxClose {
    position: absolute;
    top: 5px;
    right: 5px;
    background: url(images/controls.png) top center no-repeat;
    width: 38px;
    height: 19px;
    text-indent: -9999px;
}

    #cboxClose:hover {
        background-position: bottom center;
    }

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

body {
    font-size: 16px;
    line-height: 1.5;
    font-family: Merriweather,georgia,serif;
    color: #000;
    background: top center no-repeat fixed #fff;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0 0 24px;
    line-height: 1.3;
    font-family: Oswald,sans-serif;
    font-weight: 700;
}

h1 {
    font-size: 40px;
    color: #494949;
}

h2 {
    font-size: 32px;
}

h3 {
    font-size: 26px;
    color: #575758;
}

h4 {
    font-size: 22px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 14px;
}

ol, p, ul {
    margin: 0 0 24px;
}

ol, ul {
    padding-left: 28px;
}

ul {
    list-style-type: square;
}

li {
    line-height: 1.5;
}

.page-content li, .post-content li {
    margin-bottom: .25em;
}

a {
    color: #db4a37;
    text-decoration: none;
}

img {
    border: none;
}

iframe {
    width: 100%;
}

.media-container iframe {
    width: 100% !important;
}

.container {
    margin-right: auto;
    margin-left: auto;
}

    .container:after, .container:before {
        display: table;
        content: "";
        line-height: 0;
    }

blockquote {
    margin: 30px auto;
    max-width: 500px;
    padding: 60px 0 20px;
    font-size: 1.5em;
    line-height: 1.5;
    display: block;
    -webkit-column-span: all;
    -moz-column-span: all;
    column-span: all;
}

.blog-grid.column-2 .post-grid:nth-child(2n+1), .blog-grid.column-3 .post-grid:nth-child(3n+1), .blog-grid.column-4 .post-grid:nth-child(4n+1), .gallery-columns-2 .gallery-item:nth-child(2n+1), .gallery-columns-3 .gallery-item:nth-child(3n+1), .gallery-columns-4 .gallery-item:nth-child(4n+1), .gallery-columns-5 .gallery-item:nth-child(5n+1), .gallery-columns-6 .gallery-item:nth-child(6n+1), .gallery-columns-7 .gallery-item:nth-child(7n+1) {
    clear: right;
}

blockquote p {
    margin-bottom: 10px;
}

blockquote:before {
    content: "\201C";
    position: absolute;
    font-size: 60px;
    left: 50%;
    top: 18px;
    width: 40px;
    margin-left: -20px;
    z-index: 20;
    line-height: 1;
    font-family: georgia,serif;
}

#wi-wrapper:after, #wi-wrapper:before, .page-subtitle:before, .topbar-inner:after, blockquote:after {
    content: "";
}

#cboxCurrent, #toggle-menu span, #wi-mainnav, .no-menu, .slide .slide-caption, .title-label span {
    font-family: Oswald,sans-serif;
}

blockquote:after {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
    height: 2px;
}

.slick-prev, .thumbnail-gallery .flex-direction-nav .flex-prev, .thumbnail-gallery .flexslider:hover .flex-direction-nav .flex-prev {
    left: 20px;
}

.slick-next, .thumbnail-gallery .flex-direction-nav .flex-next, .thumbnail-gallery .flexslider:hover .flex-direction-nav .flex-next {
    right: 20px;
}

input, select, textarea {
    background: 0 0;
}

    input[type=text], input[type=email], input[type=number], input[type=url], input[type=password], input[type=tel], textarea {
        color: #000;
        font-size: 16px;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        border: 1px solid;
        outline: 0;
        background: 0 0;
        height: 36px;
        line-height: 20px;
        padding: 8px;
        width: 100%;
        max-width: 100%;
    }

textarea {
    height: 180px;
    width: 100%;
}

select {
    width: 100%;
    border: 1px solid #aaa;
    height: 36px;
    line-height: 20px;
    padding: 8px;
}

.size-auto, .size-full, .size-large, .size-medium, .size-thumbnail, .wp-caption img {
    height: auto;
    max-width: 100%;
}

.alignright, a img.alignright {
    margin: 5px 0 36px 28px;
    float: right;
}

.alignleft, a img.alignleft {
    margin: 5px 36px 28px 0;
    float: left;
}

.aligncenter, a img.aligncenter {
    display: block;
    margin: 5px auto 20px;
}

.wp-caption {
    border: none;
    max-width: 100%;
}

    .wp-caption.alignnone {
        margin: 5px 20px 20px 0;
    }

    .wp-caption.alignleft {
        margin: 5px 48px 28px 0;
    }

    .wp-caption.alignright {
        margin: 5px 0 28px 48px;
    }

    .wp-caption.aligncenter {
        margin: 0 auto 28px;
        text-align: center;
    }

    .wp-caption img {
        border: 0;
        margin: 0;
        padding: 0;
        width: auto;
    }

.gallery-caption, .wp-caption-text {
    margin: 0;
    font-size: .8em;
    padding-top: 8px;
    padding-bottom: 8px;
    font-family: Oswald,sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.mejs-controls .mejs-time-rail .mejs-time-current {
    background: #db4a37 !important;
}

.gallery {
    -webkit-column-span: all;
    -moz-column-span: all;
    column-span: all;
    margin: 0 -10px 24px;
}

.gallery-item {
    float: left;
    display: block;
    padding: 10px;
}

.gallery-caption {
    display: none;
}

.gallery-columns-2 .gallery-item {
    width: 50%;
}

.gallery-columns-3 .gallery-item {
    width: 33.33%;
}

.gallery-columns-4 .gallery-item {
    width: 25%;
}

.gallery-columns-5 .gallery-item {
    width: 20%;
}

.gallery-columns-6 .gallery-item {
    width: 16.66%;
}

.gallery-columns-7 .gallery-item {
    width: 14.28%;
}

.wi-carousel {
    margin: 0 0 32px;
}

.wi-slick .slick-item {
    opacity: 0;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -ms-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
}

.wi-slick.loaded .slick-item {
    -webkit-animation-name: fade;
    -moz-animation-name: fade;
    -o-animation-name: fade;
    animation-name: fade;
}

@-webkit-keyframes fade {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-moz-keyframes fade {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-o-keyframes fade {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fade {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.wi-slick .slick-item:nth-child(2) {
    -webkit-animation-delay: .3s;
    -moz-animation-delay: .3s;
    -o-animation-delay: .3s;
    animation-delay: .3s;
}

.wi-slick .slick-item:nth-child(3) {
    -webkit-animation-delay: .5s;
    -moz-animation-delay: .5s;
    -o-animation-delay: .5s;
    animation-delay: .5s;
}

.slick-item {
    margin: 0 2px;
}

    .slick-item img {
        height: 500px;
        width: auto;
    }

@media (min-width:980px) {
    .has-sidebar .wi-post .slick-item img {
        height: 380px;
    }
}

.slick-nav, .thumbnail-gallery .flex-direction-nav a {
    text-align: center;
    width: 50px;
    height: 50px;
    top: 50%;
    color: #fff;
    outline: 0;
}

.slick-nav {
    border: 3px solid #fff;
    border-color: rgba(255,255,255,.8);
    background: 0 0;
    position: absolute;
    margin-top: -25px;
    transition: all .3s ease-out;
}

    .slick-nav:hover {
        border-color: #fff;
    }

#cboxCurrent {
    color: #fff;
    letter-spacing: 6px;
    font-size: 11px;
    font-weight: 400;
}

.flexslider {
    margin: 0;
    padding: 0;
    border: none;
    outline: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background: 0 0;
}

.thumbnail-gallery .flex-direction-nav a {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: 2px solid #fff;
    text-shadow: none;
    font-size: 0;
    margin-top: -25px;
    opacity: 1 !important;
}

    .thumbnail-gallery .flex-direction-nav a:before {
        font-size: 18px;
        line-height: 52px;
    }

.slide {
    position: relative;
}

    .slide .slide-caption {
        display: block;
        position: absolute;
        width: 100%;
        bottom: 0;
        left: 0;
        padding: 6px 12px;
        background: #000;
        background: rgba(0,0,0,.7);
        color: #fff;
        font-size: .7em;
        letter-spacing: 2px;
        font-weight: 400;
        text-align: left;
        -webkit-transition: all .2s ease-out;
        -moz-transition: all .2s ease-out;
        -ms-transition: all .2s ease-out;
        -o-transition: all .2s ease-out;
        transition: all .2s ease-out;
        -webkit-transform: translateY(100%);
        -moz-transform: translateY(100%);
        -ms-transform: translateY(100%);
        -o-transform: translateY(100%);
        transform: translateY(100%);
    }

#header-area, #header-search .submit, #titlebar, #wi-logo, .page-title, .section-heading, .slogan, .title-label {
    text-align: center;
}

.slide:hover .slide-caption {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

#primary, #secondary {
    display: block;
    padding-top: 20px;
    padding-bottom: 40px;
}

.container {
    width: 1020px;
}

#wi-wrapper {
    margin: 24px auto;
    max-width: 1080px;
    position: relative;
    z-index: 1000;
    padding-top: 16px;
    background: url(images/line-h.png) top left repeat-x #fff;
}

    #wi-wrapper:after, #wi-wrapper:before {
        background: url(images/line.png) top left repeat-y;
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        width: 2px;
        display: block;
    }

    #wi-wrapper:after {
        left: auto;
        right: 0;
    }

.has-sidebar #primary, .has-sidebar #secondary {
    float: left;
}

.has-sidebar #primary {
    width: 74%;
    padding-right: 30px;
}

.has-sidebar #secondary {
    width: 26%;
}

.has-sidebar.sidebar-left #primary {
    float: right;
    padding-right: 0;
    padding-left: 30px;
}

.has-sidebar.sidebar-left #secondary {
    float: left;
}

.page-header {
    padding: 0 0 20px;
}

.page-title {
    font-size: 70px;
    margin-bottom: 0;
    border-top: 3px solid;
    border-bottom: 2px solid;
    padding: 10px 0 16px;
}

    .page-title span {
        position: relative;
        display: inline-block;
    }

        .page-title span:after, .page-title span:before {
            position: absolute;
            top: 50%;
            content: "";
            width: 999px;
            border-top: 2px solid;
            border-bottom: 2px solid;
            height: 8px;
            margin-top: -1px;
            display: none;
        }

        .page-title span:before {
            right: 100%;
            margin-right: 24px;
        }

        .page-title span:after {
            left: 100%;
            margin-left: 24px;
        }

#titlebar {
    position: relative;
    z-index: 90;
}

    #titlebar .container {
        position: relative;
        padding: 10px;
        background:#ffeb00; /*M�u v�ng*/
    }

.title-area {
    padding: 24px;
    border: 2px solid;
    border-color: #f0f0f0;
}

.title-label {
    position: absolute;
    display: block;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    line-height: 1;
}

    .title-label span {
        display: inline-block;
        padding: 0 10px;
        letter-spacing: 5px;
        font-size: 10px;
        color: #fff;
        background: #494949;
        height: 20px;
        line-height: 20px;
    }

.archive-title {
    margin-bottom: 0;
    font-size: 80px;
    line-height: 1.2;
}

.page-subtitle {
    display: block;
    max-width: 700px;
    margin: 32px auto 0;
    font-size: 1.3em;
    font-weight: 400;
    position: relative;
    padding-top: 20px;
}

    .page-subtitle:before {
        position: absolute;
        top: 0;
        left: 50%;
        border-top: 2px solid;
        width: 100px;
        margin-left: -50px;
    }

#wi-header, #wi-header > .container, #wi-logo, #wi-topbar {
    position: relative;
}

.headline-authorbox {
    margin: 1em auto 0;
    max-width: 600px;
}

    .headline-authorbox .author-social {
        float: none;
        display: inline-block;
    }

.heading-author-avatar {
    margin: 0 0 1em;
}

    .heading-author-avatar img {
        width: 90px;
        height: 90px;
    }

#wi-header {
    padding: 10px 0 20px;
}

#logo-area {
    padding: 0;
}

#wi-logo h2 {
    margin-bottom: 0;
    background-color: #ffeb00;
    padding: 20px;
}

.slogan {
    margin: 6px 0 0;
    font-weight: 400;
    font-size: 13px;
    letter-spacing: 12px;
}

#header-social ul li:first-child, #wi-mainnav .menu > ul > li:first-child {
    margin-left: 0;
}

#header-area {
    padding: 30px 0 20px;
}

.page #header-area, .single #header-area {
    padding-bottom: 0;
}

#wi-topbar {
    padding-bottom: 12px;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -ms-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
}

    #wi-topbar .container {
        padding: 10px 0 0;
        position: relative;
        /* background-color: #fbff00; */
    }

.topbar-inner:after {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2px;
    right: 0;
    background: url(images/line-h.png) top left repeat-x;
}

#header-search, #header-social ul li a span, #toggle-menu, #wi-topbar.is-sticky .topbar-inner:after {
    display: none;
}

#wi-topbar.is-sticky {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 99999999;
    background: rgba(255, 248, 41, 0.9);
    -webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,.32),0 1px 3px rgba(0,0,0,.22);
    -moz-box-shadow: inset 0 -1px 0 rgba(0,0,0,.32),0 1px 3px rgba(0,0,0,.22);
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.32),0 1px 3px rgba(0,0,0,.22);
    -webkit-animation-name: topbar;
    -moz-animation-name: topbar;
    -o-animation-name: topbar;
    animation-name: topbar;
}

@-webkit-keyframes topbar {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-100%);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}

@-moz-keyframes topbar {
    0% {
        opacity: 0;
        -moz-transform: translateY(-100%);
    }

    100% {
        opacity: 1;
        -moz-transform: translateY(0);
    }
}

@-o-keyframes topbar {
    0% {
        opacity: 0;
        -o-transform: translateY(-100%);
    }

    100% {
        opacity: 1;
        -o-transform: translateY(0);
    }
}

@keyframes topbar {
    0% {
        opacity: 0;
        transform: translateY(-100%);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.admin-bar #wi-topbar.is-sticky {
    top: 32px;
}

#header-social {
    position: absolute;
    right: 0;
    bottom: 0;
}

    #header-social ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

        #header-social ul li {
            display: block;
            float: left;
        }

            #header-social ul li a {
                text-decoration: none;
                display: block;
                font-size: 24px;
                color: #000;
                width: 34px;
                height: 40px;
                cursor: pointer;
                text-align: center;
                transition: all .3s ease-out;
            }

#wi-mainnav .menu > ul > li > a, .blog-slider .flex-direction-nav a {
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
}

#header-social ul li a:hover {
    color: #db4a37;
}

#header-social ul li a i {
    line-height: 40px;
    display: block;
}

#header-search {
    height: 40px;
    width: 100%;
    z-index: 999;
    margin-bottom: 20px;
}

    #header-search .submit {
        position: absolute;
        top: 0;
        right: 0;
        width: 40px;
        height: 40px;
        line-height: 40px;
        color: #fff;
        background: #000;
        border: none;
        outline: 0;
        display: none;
    }

    #header-search .s {
        border: none;
        background: #ddd;
        height: 40px;
        line-height: 20px;
        padding: 10px 50px 10px 10px;
    }

#wi-mainnav, .no-menu {
    float: left;
    display: block;
    font-style: normal;
}

.no-menu {
    font-size: 22px;
}

#wi-mainnav .menu > ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

    #wi-mainnav .menu > ul > li {
        display: block;
        float: left;
        position: relative;
    }

        #wi-mainnav .menu > ul > li > a {
            display: block;
            text-decoration: none;
            height: 40px;
            line-height: 40px;
            padding: 0 14px;
            position: relative;
            color: #3b3939;
            font-size: 26px;
            -moz-transition: all .3s ease-out;
            -ms-transition: all .3s ease-out;
            transition: all .3s ease-out;
        }

        #wi-mainnav .menu > ul > li.menu-item-has-children > a:after {
            display: inline-block;
            font: normal normal normal 14p/1 FontAwesome;
            font-size: inherit;
            text-rendering: auto;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            transform: translate(0,0);
            /*content: "\f078";*/
            margin-left: 6px;
        }

.big-meta, .blog-slider .flex-direction-nav a, .grid-meta, .list-meta, .masonry-meta, .more-link span.post-more, .pagination-inner, .post-big .more-link, .readmore, .slider-more {
    font-family: Oswald,sans-serif;
}

#wi-mainnav .menu > ul > li a > i {
    margin-right: 8px;
    display: inline-block;
    vertical-align: top;
}

#wi-mainnav .menu > ul > li > a > i {
    line-height: 40px;
}

#wi-mainnav .menu > ul > li.current-menu-ancestor > a, #wi-mainnav .menu > ul > li.current-menu-item > a {
    background: #000;
    color: #fff;
}

#wi-mainnav .menu > ul > li > ul > li > a, #wi-mainnav .menu > ul > li > ul > li > ul > li > a {
    text-decoration: none;
    letter-spacing: 2px;
    color: #000;
    font-size: 12px;
    text-transform: uppercase;
}

    #wi-mainnav .menu > ul > li > a .indicator, #wi-mainnav .menu > ul > li > ul > li > a .indicator {
        display: none;
    }

#wi-mainnav .menu > ul > li > ul {
    margin: -8px 0 0;
    list-style: none;
    background: #fff;
    border: 1px solid;
    padding: 0;
    position: absolute;
    top: 100%;
    left: 0;
    width: 180px;
    z-index: 101;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}

    #wi-mainnav .menu > ul > li > ul > li > a, #wi-mainnav .menu > ul > li > ul > li > ul {
        -webkit-transition: all .2s;
        -moz-transition: all .2s;
        -ms-transition: all .2s;
        -o-transition: all .2s;
    }

#wi-mainnav .menu > ul > li:hover > ul {
    display: block;
    opacity: 1;
    visibility: visible;
    margin-top: -2px;
}

#wi-mainnav .menu > ul > li > ul > li {
    display: block;
    position: relative;
}

    #wi-mainnav .menu > ul > li > ul > li > a {
        display: block;
        padding: 7px 14px;
        border-top: 1px solid #333;
        transition: all .2s;
    }

    #wi-mainnav .menu > ul > li > ul > li:first-child > a {
        border-top: none;
    }

    #wi-mainnav .menu > ul > li > ul > li > ul {
        margin: 0 0 0 -8px;
        list-style: none;
        background: #fff;
        border: 1px solid;
        padding: 0;
        position: absolute;
        left: 100%;
        top: 0;
        width: 180px;
        z-index: 101;
        visibility: hidden;
        opacity: 0;
        transition: all .2s;
    }

    #wi-mainnav .menu > ul > li > ul > li:hover > ul {
        display: block;
        opacity: 1;
        visibility: visible;
        margin-left: 0;
    }

    #wi-mainnav .menu > ul > li > ul > li > ul > li {
        display: block;
        position: relative;
    }

        #wi-mainnav .menu > ul > li > ul > li > ul > li > a {
            display: block;
            padding: 7px 14px;
            border-top: 1px solid #333;
            -webkit-transition: all .2s;
            -moz-transition: all .2s;
            -ms-transition: all .2s;
            -o-transition: all .2s;
            transition: all .2s;
        }

.big-cats a:hover, .post-big .more-link:hover, .section-heading .viewall:hover, .slider-more:hover {
    text-decoration: underline;
}

#wi-mainnav .menu > ul > li > ul > li > ul > li:first-child > a {
    border-top: none;
}

#wi-mainnav .menu > ul > li > ul li.current-menu-ancestor > a, #wi-mainnav .menu > ul > li > ul li.current-menu-item > a, #wi-mainnav .menu > ul > li > ul li > a:hover {
    background: #f9f9f9;
    color: #db4a37;
}

.submenu-dark #wi-mainnav .menu > ul > li > ul, .submenu-dark #wi-mainnav .menu > ul > li > ul > li > ul {
    background: #000;
}

    .submenu-dark #wi-mainnav .menu > ul > li > ul > li > a, .submenu-dark #wi-mainnav .menu > ul > li > ul > li > ul > li > a {
        color: #fff;
        border-top-color: #333;
    }

    .submenu-dark #wi-mainnav .menu > ul > li > ul li.current-menu-ancestor > a, .submenu-dark #wi-mainnav .menu > ul > li > ul li.current-menu-item > a, .submenu-dark #wi-mainnav .menu > ul > li > ul li > a:hover {
        background: #333;
        color: #db4a37;
    }

#wi-mainnav .menu > li.mega-full {
    position: static;
}

#wi-mainnav .menu > li.mega > ul {
    width: 100%;
    table-layout: fixed;
    padding: 20px 0;
}

#wi-mainnav .menu > li.mega.column-2 > ul {
    width: 400px;
}

#wi-mainnav .menu > li.mega.column-3 > ul {
    width: 600px;
}

#wi-mainnav .menu > li.mega.column-4 > ul, #wi-mainnav .menu > li.mega.column-5 > ul {
    width: 100%;
    left: auto;
    right: 0;
}

#wi-mainnav .menu > li.mega.column-2 > ul > li {
    width: 50%;
}

#wi-mainnav .menu > li.mega.column-3 > ul > li {
    width: 33.33%;
}

#wi-mainnav .menu > li.mega.column-4 > ul > li {
    width: 25%;
}

#wi-mainnav .menu > li.mega.column-5 > ul > li {
    width: 20%;
}

#wi-mainnav .menu > li.mega > ul > li {
    display: table-cell;
    position: static;
    border-left: 1px solid;
}

.submenu-dark #wi-mainnav .menu > li.mega > ul > li {
    border-left-color: rgba(255,255,255,.3);
}

#wi-mainnav .menu > li.mega > ul > li:first-child {
    border-left: none;
}

#wi-mainnav .menu > li.mega > ul > li > a {
    border-top: none;
    font-weight: 600;
}

#wi-mainnav .menu > li.mega > ul > li > ul {
    display: none;
    opacity: 1 !important;
    visibility: visible;
    position: static;
    box-shadow: none;
    width: 100%;
    border: none;
    margin: 0;
}

#wi-mainnav .menu > ul > li:hover > ul > li > ul {
    display: block;
}

#wi-mainnav .menu > li.mega > ul > li > ul > li {
    display: block;
    float: right;
    width: 100%;
}

#wi-mainnav .menu > li.mega > ul > li > ul a {
    display: block;
    width: 100%;
    border: none;
}

.blog-slider {
    min-height: 300px;
    margin-bottom: 32px;
    background: url(images/loader.gif) center center no-repeat;
    -webkit-background-size: 32px;
    -moz-background-size: 32px;
    background-size: 32px;
}

    .blog-slider.loaded {
        background: 0 0;
    }

    .blog-slider .flex-direction-nav {
        position: absolute;
        top: 0;
        right: 0;
        list-style: none;
        margin: 0;
        padding: 0;
        z-index: 40;
    }

        .blog-slider .flex-direction-nav li {
            display: block;
            float: left;
        }

        .blog-slider .flex-direction-nav a {
            position: static;
            top: 0;
            opacity: 1 !important;
            color: #fff;
            background: #000;
            background: rgba(0,0,0,.85);
            text-shadow: none;
            width: auto;
            height: 24px;
            line-height: 24px;
            padding: 0 10px;
            margin: 0;
            font-weight: 400;
            font-size: 12px;
            letter-spacing: 6px;
            -moz-transition: all .3s ease-out;
            -ms-transition: all .3s ease-out;
            transition: all .3s ease-out;
        }

            .blog-slider .flex-direction-nav a:hover {
                background: #db4a37;
            }

        .blog-slider .flex-direction-nav .flex-prev, .blog-slider .flexslider:hover .flex-direction-nav .flex-prev {
            left: auto;
            right: 44px;
        }

        .blog-slider .flex-direction-nav .flex-next, .blog-slider .flexslider:hover .flex-direction-nav .flex-next {
            right: 0;
        }

        .blog-slider .flex-direction-nav a:before {
            font-size: 10px;
            display: inline;
            margin: 0 6px;
        }

        .blog-slider .flex-direction-nav a.flex-next:before {
            float: right;
        }

    .blog-slider .counter {
        display: none;
        position: absolute;
        bottom: 60px;
        left: 420px;
        color: #db4a37;
        font-size: 100px;
        font-style: italic;
        line-height: 1;
    }

.post-slider {
    position: relative;
}

.slider-body {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.slider-table {
    display: table;
    width: 100%;
    height: 100%;
}

.slider-cell {
    display: table-cell;
    vertical-align: bottom;
    padding-bottom: 60px;
    color: #fff;
}

.slider-date:after {
    content: "\2014";
    margin: 0 4px;
}

.slider-header {
    padding-left: 10px;
}

.slider-title {
    font-size: 60px;
    margin-bottom: 0;
    text-shadow: 1px 1px 3px rgba(0,0,0,.4);
}

    .slider-title a, .slider-title a:hover {
        color: #fff;
    }

.big-cats a, .big-title a, .big-title a:hover, .post-title a {
    color: #575758;
}

.slider-excerpt {
    max-width: 440px;
    padding: 8px;
    background: #000;
}

    .slider-excerpt p {
        font-size: .9em;
        margin-bottom: 0;
    }

.slider-more {
    letter-spacing: 1px;
    font-weight: 700;
}

.section-ad, .single-ad {
    margin: 10px 0 30px;
}

    .section-ad img, .single-ad img {
        display: block;
        margin: 0 auto;
    }

.section-heading {
    border-top: 4px solid;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 10px;
    font-size: 80px;
    position: relative;
}

    .section-heading .viewall {
        font-size: 12px;
        position: absolute;
        top: 12px;
        right: 0;
    }

.big-body, .post-big {
    position: relative;
}

.wi-section .post-grid .readmore {
    display: none;
}

.post-big .post-thumbnail {
    margin-bottom: 0;
}

    .post-big .post-thumbnail img {
        display: block;
        width: 100%;
    }

.big-content {
    font-size: 1.3em;
}

.big-title {
    font-size: 60px;
    padding-top: 10px;
    margin-bottom: 20px;
}

.big-meta {
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 14px;
    padding-top: 3px;
    border-top: 2px solid;
}

.format-audio .big-meta, .format-gallery .big-meta, .format-video .big-meta {
    border-top: none;
    padding-top: 0;
    margin-top: 12px;
}

.has-thumbnail .big-meta {
    position: absolute;
    height: 28px;
    background: #fff;
    top: -28px;
    line-height: 28px;
    padding-right: 6px;
    left: 0;
    padding-top: 0;
    border: none;
}

.big-date {
    margin-left: 6px;
}

    .big-date:before {
        content: "/";
        margin-right: 6px;
    }

.post-big .more-link {
    width: auto;
    display: block;
    float: right;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 4px;
    color: #000;
    font-weight: 700;
}

.post-header, .post-thumbnail {
    margin-bottom: 32px;
    text-align: center;
    position: relative;
}

.wi-post {
    position: relative;
    padding-top: 50px;
    padding-bottom: 36px;
    border-color: #d11717;
}

    .wi-post:first-child {
        margin-top: 0;
        padding-top: 0;
        border-top: none;
    }

        .wi-post:first-child:before {
            display: none;
        }

.post-header {
    display: block;
    border-top: 4px solid;
    border-bottom: 2px solid #575758;
    padding: 12px 0;
    border-color: #575758;
}

.post-title {
    font-size: 52px;
    font-weight: 700;
    margin-bottom: 0;
    position: relative;
}

    .post-title a {
        text-decoration: none;
        -webkit-transition: all .3s ease-out;
        -moz-transition: all .3s ease-out;
        -ms-transition: all .3s ease-out;
        -o-transition: all .3s ease-out;
        transition: all .3s ease-out;
    }

        .post-title a:hover {
            color: #575758;
        }

.post-header-meta a {
    color: #000;
}

.more-link span.post-more, .post-share ul li a {
    color: #fff;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
}

.post-header-meta a:hover {
    text-decoration: underline;
}

.post-header-meta > span:before {
    content: "\2014";
    margin: 0 6px;
}

.post-header-meta > span:first-child:before {
    display: none;
}

.more-link {
    float: left;
    width: 100%;
    text-align: center;
}

    .more-link span.post-more {
        background: #000;
        display: inline-block;
        padding: 4px 12px;
        text-transform: uppercase;
        font-size: 12px;
        letter-spacing: 12px;
        -ms-transition: all .3s ease-out;
        transition: all .3s ease-out;
    }

        .more-link span.post-more:hover {
            background: #db4a37;
        }

.entry-content {
    padding-bottom: 32px;
}

.enable-2-columns:not(.woocommerce):not(.woocommerce-page) .entry-content {
    text-align: justify;
    -moz-column-count: 2;
    -moz-column-gap: 30px;
    -webkit-column-count: 2;
    -webkit-column-gap: 30px;
    column-count: 2;
    column-gap: 30px;
}

.enable-2-columns .entry-content p {
    margin-bottom: 24px;
}

.enable-dropcap:not(.woocommerce):not(.woocommerce-page) .entry-content h1:first-child + p:first-letter, .enable-dropcap:not(.woocommerce):not(.woocommerce-page) .entry-content h2:first-child + p:first-letter, .enable-dropcap:not(.woocommerce):not(.woocommerce-page) .entry-content h3:first-child + p:first-letter, .enable-dropcap:not(.woocommerce):not(.woocommerce-page) .entry-content h4:first-child + p:first-letter, .enable-dropcap:not(.woocommerce):not(.woocommerce-page) .entry-content p:first-child:first-letter {
    font-weight: 700;
    font-size: 5em;
    display: block;
    float: left;
    margin: 5px 18px 10px 0;
    line-height: 1;
}

blockquote p:first-letter {
    font-weight: inherit !important;
    font-size: 1em !important;
    float: none !important;
    margin: 0 !important;
    line-height: inherit !important;
}

.post-share {
    display: block;
    position: relative;
    font-family: Oswald,sans-serif;
    letter-spacing: 2px;
    font-size: 10px;
    text-transform: uppercase;
    margin: 0 auto;
    max-width: 600px;
}

    .post-share ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

        .post-share ul li {
            display: block;
            margin: 0;
            float: left;
            width: 20%;
        }

    .post-share.share-4 ul li {
        width: 20%;
    }

    .post-share ul li:last-child {
        margin-right: 0;
    }

    .post-share ul li a {
        display: block;
        padding: 4px 8px;
        text-align: center;
        background: #000;
        cursor: pointer;
        -ms-transition: all .3s ease-out;
        transition: all .3s ease-out;
        text-decoration: none;
    }

.grid-title a, .related-title a {
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
}

.grid-cats a:hover, .list-cats a:hover, .masonry-cats a:hover, .newspaper-meta a:hover, .readmore:hover, .single-cats a:hover {
    text-decoration: underline;
}

.post-share i {
    display: none;
}

.post-share ul li.li-facebook a {
    background: #3b5998;
}

.post-share ul li.li-twitter a {
    background: #55acee;
}

.post-share ul li.li-pinterest a {
    background: #cc2127;
}

.post-share ul li.li-google-plus a {
    background: #dd4b39;
}

.post-share ul li.li-comment a {
    background: #777;
}

.post-share ul li a:hover {
    opacity: .8;
}

.related-area {
    padding: 54px 0 20px;
}

.blog-related-heading {
    text-align: center;
    font-size: 22px;
    letter-spacing: 4px;
    text-transform: uppercase;
    font-weight: 300;
    margin-bottom: 0;
    padding-bottom: 8px;
    background: url(images/line-h.png) bottom left repeat-x;
}

.blog-related {
    margin-left: -10px;
    margin-right: -10px;
    position: relative;
    padding-top: 20px;
}

    .blog-related .line {
        position: absolute;
        top: 0;
        left: 33.33%;
        display: block;
        bottom: 0;
        content: "";
        width: 2px;
        background: url(images/line.png) top left repeat-y;
    }

    .blog-related .line2 {
        left: 66.66%;
    }

    #posts-small .post-small .small-thumbnail img, .blog-related .post-related, .newspaper-related .post-related .related-thumbnail img, .related-list .post-grid .grid-thumbnail img {
        opacity: 0;
        -webkit-animation-fill-mode: both;
        -moz-animation-fill-mode: both;
        -ms-animation-fill-mode: both;
        -o-animation-fill-mode: both;
        animation-fill-mode: both;
        -webkit-animation-duration: 1s;
        -moz-animation-duration: 1s;
        -ms-animation-duration: 1s;
        -o-animation-duration: 1s;
        animation-duration: 1s;
    }

.blog-masonry .masonry-thumbnail img, .blog-masonry .post-masonry {
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    -webkit-animation-duration: .9s;
    -moz-animation-duration: .5s;
    -ms-animation-duration: .5s;
    -o-animation-duration: .5s;
}

#posts-small.inview .post-small .small-thumbnail img, .blog-related.inview .post-related, .newspaper-related.inview .post-related .related-thumbnail img, .related-list.inview .post-grid .grid-thumbnail img {
    -webkit-animation-name: popup;
    -moz-animation-name: popup;
    -o-animation-name: popup;
    animation-name: popup;
}

#posts-small .post-small:nth-child(2) .small-thumbnail img, .blog-related .post-related:nth-child(2), .newspaper-related .post-related:nth-child(2) .related-thumbnail img, .related-list .post-grid:nth-child(2) .grid-thumbnail img {
    -webkit-animation-delay: .2s;
    -moz-animation-delay: .2s;
    -o-animation-delay: .2s;
    animation-delay: .2s;
}

#posts-small .post-small:nth-child(3) .small-thumbnail img, .blog-related .post-related:nth-child(3), .newspaper-related .post-related:nth-child(3) .related-thumbnail img, .related-list .post-grid:nth-child(3) .grid-thumbnail img {
    -webkit-animation-delay: .4s;
    -moz-animation-delay: .4s;
    -o-animation-delay: .4s;
    animation-delay: .4s;
}

#posts-small .post-small:nth-child(4) .small-thumbnail img {
    -webkit-animation-delay: .6s;
    -moz-animation-delay: .6s;
    -o-animation-delay: .6s;
    animation-delay: .6s;
}

#posts-small .post-small:nth-child(5) .small-thumbnail img {
    -webkit-animation-delay: .8s;
    -moz-animation-delay: .8s;
    -o-animation-delay: .8s;
    animation-delay: .8s;
}

.post-related {
    display: block;
    float: left;
    width: 33.33%;
    padding: 0 10px;
}

.related-thumbnail {
    display: block;
    float: left;
    width: 72px;
    margin: 0 12px 8px 0;
}

.blog-masonry.column-2, .blog-masonry.column-3 {
    margin-left: -16px;
    margin-right: -16px;
}

.related-thumbnail .format-sign {
    display: none;
}

.related-title {
    margin-bottom: 8px;
    font-size: 22px;
}

    .related-title a {
        color: #000;
        -webkit-transition: all .3s ease-out;
        transition: all .3s ease-out;
    }

        .related-title a:hover {
            color: #db4a37;
        }

.masonry-cats a, .masonry-title a, .newspaper-meta a, .newspaper-title a {
    color: #000;
}

.related-excerpt {
    font-size: .9em;
}

    .related-excerpt p {
        margin-bottom: 0;
    }

.blog-masonry {
    position: relative;
    background: url(images/loader.gif) center 100px no-repeat;
    -webkit-background-size: 32px;
    -moz-background-size: 32px;
    background-size: 32px;
}

    .blog-masonry .post-masonry {
        animation-fill-mode: both;
        animation-duration: .5s;
        opacity: 0;
    }

    .blog-masonry.loaded .post-masonry {
        opacity: 1;
        -webkit-animation-name: fade;
        -moz-animation-name: fade;
        -o-animation-name: fade;
        animation-name: fade;
    }

    .blog-masonry .masonry-thumbnail img {
        visibility: hidden;
        animation-fill-mode: both;
        animation-duration: .5s;
        opacity: 0;
    }

    .blog-masonry.loaded {
        background: 0 0;
    }

        .blog-masonry.loaded .inview .masonry-thumbnail img {
            visibility: visible;
            -webkit-animation-name: popup;
            -moz-animation-name: popup;
            -o-animation-name: popup;
            animation-name: popup;
        }

@-webkit-keyframes popup {
    from {
        -webkit-transform: translateY(10px);
    }

    to {
        -webkit-transform: translateY(0);
        opacity: 1;
    }
}

@-moz-keyframes popup {
    from {
        -moz-transform: translateY(10px);
    }

    to {
        -moz-transform: translateY(0);
        opacity: 1;
    }
}

@keyframes popup {
    from {
        transform: translateY(10px);
    }

    to {
        transform: translateY(0);
        opacity: 1;
    }
}

.post-masonry {
    display: block;
    float: left;
}

.blog-masonry.column-2 .post-masonry {
    width: 50%;
    padding: 0 16px 12px;
}

.blog-masonry.column-2 .grid-sizer {
    width: 50%;
}

.blog-masonry.column-2 .post-masonry:first-child {
    width: 100%;
}

.blog-masonry.column-3 .post-masonry {
    width: 33.33%;
    padding: 0 16px 12px;
}

.blog-masonry.column-3 .grid-sizer {
    width: 33.33%;
}

.blog-masonry.column-3 .post-masonry:first-child {
    width: 66.66%;
}

.blog-masonry.column-4 {
    margin-left: -6px;
    margin-right: -6px;
}

    .blog-masonry.column-4 .post-masonry {
        width: 25%;
        padding: 0 6px 10px;
    }

    .blog-masonry.column-4 .grid-sizer {
        width: 25%;
    }

    .blog-masonry.column-4 .post-masonry:first-child {
        width: 50%;
    }

    .blog-masonry.column-4 .post-masonry .masonry-title a {
        font-size: .8em;
    }

.masonry-thumbnail {
    position: relative;
    margin-bottom: 16px;
    background: #db4a37;
}

    .masonry-thumbnail img {
        display: block;
        width: 100%;
    }

.masonry-header {
    margin-bottom: 32px;
    border-bottom: 2px solid;
}

.newspaper-header, .newspaper-related-heading span {
    border-bottom: 1px solid;
}

.masonry-title {
    font-size: 32px;
    text-transform: inherit;
    margin-bottom: 0;
}

.masonry-meta {
    font-size: .7em;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.masonry-cats:before {
    content: "/";
    margin-right: 4px;
}

.masonry-cats {
    margin-left: 4px;
}

    .masonry-cats .sep {
        margin: 0 4px;
    }

.masonry-content {
    font-size: .9em;
}

.enable-dropcap:not(.woocommerce):not(.woocommerce-page) .masonry-content:first-letter {
    font-weight: 700;
    font-size: 3em;
    display: block;
    float: left;
    margin: 4px 12px 6px 0;
    line-height: 1;
}

.masonry-content p {
    margin-bottom: 10px;
}

.blog-newspaper {
    position: relative;
    background: url(images/loader.gif) center 100px no-repeat;
    -webkit-background-size: 32px;
    -moz-background-size: 32px;
    background-size: 32px;
    margin-left: -20px;
    margin-right: -20px;
}

    .blog-newspaper.loaded {
        background: 0 0;
    }

    .blog-newspaper .post-newspaper {
        -webkit-animation-fill-mode: both;
        -moz-animation-fill-mode: both;
        -ms-animation-fill-mode: both;
        -o-animation-fill-mode: both;
        animation-fill-mode: both;
        -webkit-animation-duration: .9s;
        -moz-animation-duration: .5s;
        -ms-animation-duration: .5s;
        -o-animation-duration: .5s;
        animation-duration: .5s;
        opacity: 0;
    }

    .blog-newspaper.loaded .post-newspaper {
        opacity: 1;
        -webkit-animation-name: fade;
        -moz-animation-name: fade;
        -o-animation-name: fade;
        animation-name: fade;
    }

.post-newspaper {
    display: block;
    float: left;
    width: 50%;
    padding: 0 20px 40px;
}

.blog-newspaper .grid-sizer {
    width: 50%;
}

.post-newspaper .slick-item img {
    height: 260px;
}

.newspaper-header {
    margin-bottom: 16px;
    border-top: 2px solid;
    padding: 12px 0;
}

.newspaper-title {
    text-align: center;
    font-size: 36px;
    text-transform: inherit;
    line-height: 1.1;
    margin-bottom: 16px;
}

.grid-meta, .list-meta {
    text-transform: uppercase;
}

.newspaper-meta {
    text-align: center;
    font-size: .9em;
}

    .newspaper-meta > span:before {
        content: "/";
        margin: 0 2px;
    }

    .newspaper-meta > span:first-child:before {
        display: none;
    }

.newspaper-content {
    font-size: .9em;
    padding-bottom: 20px;
}

.enable-2-columns:not(.woocommerce):not(.woocommerce-page) .newspaper-content {
    text-align: justify;
    -moz-column-count: 2;
    -moz-column-gap: 20px;
    -webkit-column-count: 2;
    -webkit-column-gap: 20px;
    column-count: 2;
    column-gap: 20px;
}

.enable-dropcap:not(.woocommerce):not(.woocommerce-page) .newspaper-content h1:first-child + p:first-letter, .enable-dropcap:not(.woocommerce):not(.woocommerce-page) .newspaper-content h2:first-child + p:first-letter, .enable-dropcap:not(.woocommerce):not(.woocommerce-page) .newspaper-content h3:first-child + p:first-letter, .enable-dropcap:not(.woocommerce):not(.woocommerce-page) .newspaper-content h4:first-child + p:first-letter, .enable-dropcap:not(.woocommerce):not(.woocommerce-page) .newspaper-content:first-letter {
    font-weight: 700;
    font-size: 3em;
    display: block;
    float: left;
    margin: 4px 12px 6px 0;
    line-height: 1;
}

.newspaper-content p {
    margin-bottom: 10px;
}

.post-newspaper .more-link span {
    letter-spacing: 8px;
}

.post-newspaper .post-share ul li a {
    letter-spacing: 1px;
    font-size: 9px;
}

.post-newspaper .related-area {
    background: #eee;
    padding: 24px;
    margin-top: 24px;
}

.newspaper-related-heading {
    letter-spacing: 3px;
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 32px;
}

.grid-meta, .list-meta, .readmore {
    letter-spacing: 1px;
}

.newspaper-related {
    margin-left: -14px;
    margin-right: -14px;
}

.post-newspaper .post-related {
    padding-left: 14px;
    padding-right: 14px;
}

.post-newspaper .related-thumbnail {
    float: none;
    display: block;
    margin: 0 0 10px;
    width: 100%;
    background: #db4a37;
}

.post-grid, .single-date {
    float: left;
}

.post-newspaper .related-title {
    font-size: 16px;
}

.post-newspaper .related-excerpt {
    display: none;
}

.blog-grid {
    position: relative;
    margin-left: -16px;
    margin-right: -16px;
}

.post-grid {
    display: block;
    padding: 0 16px 16px;
}

.blog-grid.column-2 .post-grid {
    width: 50%;
}

.blog-grid.column-3 .post-grid {
    width: 33.33%;
}

.blog-grid.column-4 .post-grid {
    width: 25%;
    float: left;
}

.blog-grid.column-4 > span .post-grid {
    /* width: 25%; */
}

.grid-thumbnail {
    position: relative;
    margin-bottom: 10px;
}

    .grid-thumbnail img {
        display: block;
        width: 100%;
    }

    .grid-thumbnail .format-indicator {
        color: #000;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: block;
        border: 2px solid;
    }

.format-sign, .format-sign.sign-video {
    color: #fff;
    background: 0 0;
    text-align: center;
}

.grid-thumbnail .format-indicator i {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80px;
    height: 80px;
    margin: -40px 0 0 -40px;
    line-height: 80px;
    font-size: 20px;
    text-align: center;
}

.format-sign {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    font-size: 12px;
    padding: 4px 4px 0 0;
}

    .format-sign i {
        position: relative;
        z-index: 20;
    }

    .format-sign:before {
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        content: "";
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 40px 40px 0;
        border-color: transparent #000 transparent transparent;
        -webkit-transition: all .15s;
        -moz-transition: all .15s;
        -ms-transition: all .15s;
        -o-transition: all .15s;
        transition: all .15s;
    }

.carousel-thumbnail .format-sign, .grid-thumbnail .format-sign, .list-thumbnail .format-sign, .masonry-thumbnail .format-sign, .small-thumbnail .format-sign {
    display: block;
}

.carousel-thumbnail:hover .format-sign:before, .grid-thumbnail:hover .format-sign:before, .list-thumbnail:hover .format-sign:before, .masonry-thumbnail:hover .format-sign:before, .small-thumbnail:hover .format-sign:before {
    border-right-color: #db4a37;
}

.format-sign.sign-video {
    z-index: 30;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50px;
    height: 50px;
    margin: -25px 0 0 -25px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    background: rgba(0,0,0,.8);
    font-size: 16px;
    padding: 0;
}

.carousel-thumbnail:hover .format-sign.sign-video, .grid-thumbnail:hover .format-sign.sign-video, .list-thumbnail:hover .format-sign.sign-video, .masonry-thumbnail:hover .format-sign.sign-video, .small-thumbnail:hover .format-sign.sign-video {
    background: #db4a37;
}

.format-sign.sign-video:before {
    display: none;
}

.format-sign.sign-video i {
    display: block;
    line-height: 50px;
}

.grid-header {
    margin-bottom: 20px;
    border-bottom: 2px solid;
}

.grid-title {
    font-size: 26px;
    padding-bottom: 6px;
    margin-bottom: 0;
    line-height: 1.1;
}

    .grid-title a {
        color: #000;
        -webkit-transition: all .3s ease-out;
        -ms-transition: all .3s ease-out;
        transition: all .3s ease-out;
    }

.single-tags a, .wi-pagination a.page-numbers {
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
}

.grid-title a:hover {
    color: #db4a37;
}

.grid-cats a, .list-meta a, .list-title a {
    color: #000;
}

.grid-meta {
    font-size: .7em;
    padding-top: 7px;
}

.grid-cats:before {
    content: "/";
    margin-right: 2px;
}

.grid-cats {
    margin-left: 2px;
}

    .grid-cats .sep {
        margin: 0 4px;
    }

.grid-content {
    font-size: .9em;
}

    .grid-content p {
        margin-bottom: 20px;
    }

.readmore {
    font-weight: 700;
    display: inline-block;
}

.post-list {
    position: relative;
    padding: 40px 0 32px;
}

    .post-list:first-child {
        padding-top: 0;
    }

    .post-list:before {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        background: url(images/line-h.png) top left repeat-x;
        height: 2px;
        content: "";
    }

    .post-list:first-child:before {
        display: none;
    }

.list-thumbnail {
    display: block;
    float: left;
    margin-right: 28px;
    width: 360px;
    position: relative;
}

.list-meta {
    font-size: .7em;
}

    .list-meta .sep {
        margin: 0 5px;
    }

.list-cats {
    margin-left: 4px;
}

    .list-cats:before {
        content: "/";
        margin-right: 4px;
    }

#review-heading:after, .author-avatar:after, .related-heading:before, .single-info:before {
    content: "";
}

.list-header {
    padding: 0 0 26px;
}

.list-title {
    font-size: 36px;
    line-height: 1.2;
    margin: 0;
}

    .list-title a:hover {
        color: #333;
    }

.list-content p {
    margin-bottom: 10px;
}

.wi-pagination {
    padding: 48px 0 24px;
    text-align: center;
}

.pagination-inner {
    display: inline-block;
    border: 2px solid #444;
    padding: 5px 16px;
    letter-spacing: 5px;
    text-transform: uppercase;
    font-size: 13px;
}

.single-date, .single-tags {
    letter-spacing: 2px;
    text-transform: uppercase;
}

.single-cats, .single-date {
    font-size: .8em;
    font-family: Oswald,sans-serif;
}

.wi-pagination a.page-numbers {
    color: #000;
    padding: 0 6px;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.wi-pagination span.page-numbers {
    color: #ccc;
}

.wi-pagination a.page-numbers:hover {
    color: #db4a37;
}

.single-cats {
    float: right;
}

    .single-cats a {
        color: inherit;
        text-transform: uppercase;
    }

.page-links-container {
    margin: 20px auto;
    font-weight: 400;
    font-family: Oswald,sans-serif;
    line-height: 1.2;
    border-top: 2px solid;
    padding-top: 8px;
}

.page-links-label {
    float: left;
    margin-right: 20px;
    font-weight: 700;
}

.page-links > a, .page-links > a:hover, .page-links > span {
    display: block;
    float: left;
    padding: 0 10px;
    border-bottom: none;
    border-right: 1px solid;
}

    .page-links > a:last-child, .page-links > span:last-child {
        padding-right: 0;
        border-right: none;
    }

.page-links > a {
    color: #333;
    text-decoration: none;
}

    .page-links > a:hover {
        color: #db4a37;
    }

.page-links > span {
    color: #999;
}

.single-info {
    position: relative;
    padding-top: 30px;
    margin-top: 20px;
}

    .single-info:before {
        position: absolute;
        top: 0;
        left: 0;
        width: 80px;
        border-top: 1px solid;
    }

.single-tags {
    font-family: Oswald,sans-serif;
    font-size: 11px;
    margin-top: 32px;
    text-align: center;
}

.tag-label {
    font-weight: 700;
    margin-right: 12px;
}

.single-tags a {
    display: inline-block;
    margin: 0 4px 6px 0;
    border: 1px solid #999;
    padding: 5px 8px;
    color: inherit;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.author-social ul li a, .comment .reply a {
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
}

.single-tags a:hover {
    color: #db4a37;
}

#related-posts {
    padding-top: 40px;
}

.related-heading {
    font-size: 24px;
    font-weight: 300;
    letter-spacing: 6px;
    text-transform: uppercase;
    margin-bottom: 22px;
    position: relative;
    padding: 12px 0 0;
    text-align: center;
}

.authorbox-nav, .post-navigation .meta-nav, .same-author-posts .viewall {
    letter-spacing: 2px;
    font-family: Oswald,sans-serif;
}

.related-heading:before {
    width: 100%;
    left: 0;
    top: 0;
    height: 6px;
    border-top: 2px solid;
    position: absolute;
}

.related-list .grid-thumbnail {
    background: #db4a37;
}

.related-list .readmore {
    display: none !important;
}

.related-list.column-3 {
    margin-left: -16px;
    margin-right: -16px;
}

    .related-list.column-3 .post-grid {
        padding-left: 16px;
        padding-right: 16px;
    }

.authorbox-tab {
    display: none;
    overflow: hidden;
}

    .authorbox-tab.active {
        display: block;
    }

.authorbox-nav {
    display: block;
    height: 24px;
    margin-bottom: 16px;
    font-size: 11px;
}

    .authorbox-nav ul {
        display: block;
        list-style: none;
        margin: 0;
        padding: 0;
        position: relative;
    }

        .authorbox-nav ul li {
            display: block;
            float: left;
            margin-right: 4px;
        }

            .authorbox-nav ul li:first-child:before {
                display: none;
            }

            .authorbox-nav ul li a {
                display: block;
                padding: 3px 6px;
                text-transform: uppercase;
                color: #000;
                cursor: pointer;
            }

            .authorbox-nav ul li.active a {
                position: relative;
                z-index: 30;
                color: #fff;
                background: #000;
            }

.authorbox {
    margin-top: 48px;
    position: relative;
    padding: 10px;
    background: #f0f0f0;
}

.authorbox-inner {
    border: 1px solid #000;
    padding: 24px;
}

.author-avatar {
    position: relative;
    display: block;
    width: 90px;
    height: 90px;
    float: left;
    margin-right: 44px;
    margin-top: 34px;
}

    .author-avatar:after {
        position: absolute;
        top: 4px;
        left: 4px;
        width: 106%;
        height: 106%;
        background: #ccc;
        -webkit-transform: rotate(5deg);
        -moz-transform: rotate(3deg);
        -ms-transform: rotate(3deg);
        transform: rotate(3deg);
    }

    .author-avatar img {
        display: block;
        position: relative;
        z-index: 30;
        background: #fff;
        padding: 4px;
        border: 1px solid #000;
    }

.authorbox-content {
    position: relative;
}

.author-name {
    margin-bottom: 12px;
    font-size: 20px;
}

    .author-name a {
        color: #000;
        font-style: normal;
        font-size: 20px;
        text-decoration: none;
    }

        .author-name a:hover, .same-author-list > li > a:hover {
            text-decoration: underline;
        }

.authorbox-content .desc p {
    margin-bottom: 10px;
}

.author-social {
    margin-top: 8px;
    float: right;
}

    .author-social ul {
        display: block;
        list-style: none;
        margin: 0;
        padding: 0;
    }

        .author-social ul li {
            display: block;
            float: left;
        }

            .author-social ul li a {
                display: block;
                width: 32px;
                height: 32px;
                font-size: 22px;
                color: #000;
                text-align: center;
                transition: all .3s ease-out;
            }

                .author-social ul li a:hover {
                    color: #db4a37;
                }

                .author-social ul li a i {
                    line-height: 32px;
                }

.same-author-list {
    margin: 16px 0 0;
    list-style: decimal;
    padding-left: 40px;
}

    .same-author-list > li > a {
        color: #000;
    }

.same-author-posts .viewall {
    display: inline-block;
    text-transform: uppercase;
    font-size: 12px;
    color: #000;
    margin-top: 20px;
    margin-left: 40px;
    border: 2px solid #000;
    padding: 2px 12px;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

    .same-author-posts .viewall:hover {
        background: #000;
        color: #fff;
    }

.post-nav {
    width: 100%;
    background: url(images/line-h.png) top left repeat-x;
}

    .post-nav .container {
        padding: 32px 0 30px;
    }

.post-navigation {
    position: relative;
}

    .post-navigation h2 {
        display: none;
    }

    .post-navigation a, .post-navigation a:hover {
        color: #333;
        text-decoration: none;
    }

    .post-navigation .nav-links .nav-previous {
        float: left;
        display: block;
        width: 50%;
        padding-right: 12px;
    }

    .post-navigation .nav-links .nav-next {
        float: right;
        display: block;
        width: 50%;
        padding-left: 12px;
        text-align: right;
    }

.screen-reader-text {
    display: none;
}

.post-navigation .meta-nav {
    font-size: .7em;
    text-transform: uppercase;
    display: block;
    text-decoration: underline;
}

.post-navigation .nav-links a:hover .meta-nav {
    text-decoration: underline;
}

.post-navigation .nav-next .meta-nav i {
    margin-left: 3px;
}

.post-navigation .nav-previous .meta-nav i {
    margin-right: 3px;
}

.post-navigation .post-title {
    display: block;
    text-align: inherit;
    font-size: 22px;
    line-height: 1.2;
    font-family: Oswald,sans-serif;
    margin: 0 !important;
    font-weight: 700;
}

#review-heading, .review-criterion {
    font-weight: 300;
    text-transform: uppercase;
}

#review-heading {
    text-align: center;
    font-size: 24px;
    letter-spacing: 3px;
}

    #review-heading:after {
        display: block;
        width: 20px;
        height: 2px;
        background: #111;
        margin: 10px auto 0;
    }

#review-wrapper {
    margin: 0 0 30px;
}

#review {
    font-size: 18px;
}

.review-item {
    padding: 7px 0;
    border-bottom: 1px dotted #999;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
}

.review-criterion, .review-score {
    padding: 0 10px;
    font-family: Oswald,sans-serif;
}

.review-item.overrall .review-score {
    border: 2px solid #db4a37;
    background: #db4a37;
    color: #fff;
    font-size: 24px;
}

.review-item.overrall .review-criterion {
    background: 0 0;
    color: inherit;
    font-size: 18px;
}

.review-criterion {
    background: #111;
    color: #fff;
    font-size: 12px;
    letter-spacing: 4px;
}

.review-score {
    margin-left: auto;
}

    .review-score .unit {
        letter-spacing: 2px;
        font-weight: 400;
        margin-left: 4px;
    }

#comments {
    margin-top: 64px;
    border-top: 2px solid;
}

#reply-title, .comments-title, .woocommerce-Reviews-title {
    font-size: 24px;
    font-weight: 300;
    letter-spacing: 6px;
    text-transform: uppercase;
    margin-bottom: 42px;
    position: relative;
    padding: 12px 0 0;
    text-align: center;
}

.commentlist {
    margin: 0 0 40px;
    padding: 0;
    list-style: none;
}

    .commentlist li > .comment-body {
        padding: 0 0 24px;
        display: block;
        border-bottom: 1px solid;
        margin-bottom: 24px;
        position: relative;
    }

    .commentlist .comment-author img {
        float: left;
        margin-right: 24px;
        width: 60px;
        display: block;
        margin-top: 3px;
        padding: 4px;
        border: 1px solid #000;
    }

.comment-metadata {
    line-height: 1.3;
    margin-bottom: 20px;
}

    .comment .reply a, .comment-metadata a {
        color: #000;
        font-size: 10px;
        text-decoration: none;
        font-family: Oswald,sans-serif;
        font-style: normal;
        text-transform: uppercase;
        letter-spacing: 1px;
    }

        .comment-metadata a:hover {
            text-decoration: underline;
        }

.comment-content a, .commentlist .fn a, .commentlist .fn a:hover {
    text-decoration: none;
}

.comment-metadata .edit-link {
    margin-left: 16px;
}

.comment .reply a {
    padding: 3px 6px;
    color: #000;
    border: 1px solid #000;
    position: absolute;
    top: 6px;
    right: 0;
    text-transform: uppercase;
    letter-spacing: 2px;
    transition: all .3s ease-out;
}

    .comment .reply a:hover {
        background: #000;
        color: #fff;
    }

.commentlist .fn {
    font-family: Oswald,sans-serif;
    font-weight: 400;
    font-size: 20px;
}

.commentlist .says {
    display: none;
}

.commentlist .fn a {
    color: #000;
}

.comment .reply, .comment-metadata {
    padding-left: 84px;
}

.comment-content {
    padding-top: 10px;
}

    .comment-content p {
        margin-bottom: 10px;
    }

    .comment-content a {
        border-bottom: 1px dotted;
    }

        .comment-content a:hover {
            border-bottom: 1px solid;
        }

.comment.bypostauthor .fn {
    background: #eaeaea;
    padding: 0 5px;
}

.comment-content ol, .comment-content ul {
    margin-bottom: 30px;
}

    .comment-content ol ol, .comment-content ol ul, .comment-content ul ol, .comment-content ul ul {
        margin-bottom: 0;
    }

.commentlist ul.children {
    list-style: none;
    padding-left: 42px;
}

    .commentlist ul.children .comment-avatar {
        width: 55px;
    }

.comment-notes, .logged-in-as {
    text-align: center;
    padding: 8px 12px;
    border: 1px dashed;
    font-size: .7em;
    margin-bottom: 48px;
    font-family: Oswald,sans-serif;
    letter-spacing: 8px;
    text-transform: uppercase;
    display: none;
}

    .logged-in-as a {
        color: inherit;
    }

        .logged-in-as a:hover {
            text-decoration: underline;
        }

#respond .required {
    color: red;
}

#cancel-comment-reply-link {
    margin-left: 12px;
    color: #333;
    font-size: 10px;
    font-weight: 400;
    margin-top: 6px;
    display: inline-block;
    text-decoration: underline;
}

.comment-awaiting-moderation {
    color: red;
    margin: 10px 0;
    font-style: italic;
}

.comment-form-author, .comment-form-email, .comment-form-url {
    width: 32%;
    float: left;
    margin-left: 2%;
    margin-bottom: 20px;
}

.comment-form-author {
    margin-left: 0;
}

#respond p .required, #respond p label {
    display: none;
    font-family: Oswald,sans-serif;
    margin-bottom: 6px;
    cursor: default;
    text-transform: uppercase;
    letter-spacing: 5px;
    font-size: .8em;
}

#posts-small-heading, #respond #submit {
    display: block;
    position: relative;
    text-transform: uppercase;
}

#respond input[type=text], #respond input[type=email], #respond input[type=url], #respond textarea {
    border: 1px solid;
}

    #respond input[type=text]:focus, #respond input[type=email]:focus, #respond input[type=url]:focus, #respond textarea:focus {
        border-color: #333;
    }

    #respond input[type=text]::-webkit-input-placeholder {
        color: #000;
    }

    #respond input[type=text]::-moz-placeholder {
        color: #000;
    }

    #respond input[type=text]:-ms-input-placeholder {
        color: #000;
    }

    #respond input[type=email]::-webkit-input-placeholder {
        color: #000;
    }

    #respond input[type=email]::-moz-placeholder {
        color: #000;
    }

    #respond input[type=email]:-ms-input-placeholder {
        color: #000;
    }

    #respond input[type=url]::-webkit-input-placeholder {
        color: #000;
    }

    #respond input[type=url]::-moz-placeholder {
        color: #000;
    }

    #respond input[type=url]:-ms-input-placeholder {
        color: #000;
    }

    #respond textarea::-webkit-input-placeholder {
        color: #000;
    }

    #respond textarea::-moz-placeholder {
        color: #000;
    }

    #respond textarea:-ms-input-placeholder {
        color: #000;
    }

#respond #submit {
    margin: 0 auto;
    background: #000;
    color: #fff;
    padding: 7px 14px;
    border: none;
    text-decoration: none;
    font-family: Oswald,sans-serif;
    font-size: .7em;
    letter-spacing: 4px;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

    #respond #submit:active, #respond #submit:focus, #respond #submit:hover {
        background: #db4a37;
    }

.form-submit {
    margin-bottom: 14px;
}

#posts-small-wrapper {
    margin-bottom: 24px;
    background: url(images/line-h.png) top left repeat-x;
}

    #posts-small-wrapper .container {
        padding: 0 0 20px;
        position: relative;
    }

#posts-small-heading {
    text-align: center;
    line-height: 1;
    margin: 0 0 32px;
    height: 20px;
    font-weight: 400;
    top: -8px;
}

    #posts-small-heading span {
        height: 20px;
        line-height: 20px;
        display: inline-block;
        padding: 0 20px;
        letter-spacing: 6px;
        font-size: 11px;
        background: #000;
        color: #fff;
    }

#posts-small {
    margin-left: -14px;
    margin-right: -14px;
}

.post-small {
    position: relative;
    padding: 14px;
    display: block;
    float: left;
    width: 20%;
}

.small-thumbnail {
    display: block;
    position: relative;
    margin-bottom: 12px;
    background: #fffcfc;
    width: 192px;
    height: 128px;
}

    .small-thumbnail img {
        display: block;
        width: 100%;
        -moz-transition: all .1s ease-out;
        -o-transition: all .1s ease-out;
        -webkit-transition: all .1s ease-out;
        transition: all .1s ease-out;
    }

.searchform .submit, .small-title a {
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
}

.small-thumbnail:hover img {
    opacity: .85;
}

.small-meta {
    font-size: .9em;
    display: none;
}

.small-title {
    font-size: 18px;
    margin-bottom: 6px;
}

    .small-title a {
        color: #000;
        transition: all .3s ease-out;
    }

        .small-title a:hover {
            color: #db4a37;
        }

.small-excerpt {
    font-size: .9em;
}

    .small-excerpt p {
        margin-bottom: 0;
    }

.thumbnail-pseudo {
    background: #eee;
    position: relative;
}

    .thumbnail-pseudo .format-indicator {
        color: #000;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: block;
        border: 2px solid;
    }

        .thumbnail-pseudo .format-indicator i {
            display: block;
            position: absolute;
            top: 50%;
            left: 50%;
            width: 80px;
            height: 80px;
            margin: -40px 0 0 -40px;
            line-height: 80px;
            font-size: 20px;
            text-align: center;
        }

.searchform, .widget {
    position: relative;
}

    #footer-social ul li a i, .widget select {
        line-height: 32px;
    }

.widget {
    margin-top: 52px;
}

    .widget:first-child {
        margin-top: 0;
    }

.widget-title {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 8px;
    margin-bottom: 16px;
    text-align: center;
    background: #575758;
    color: #fff;
    padding: 4px 0;
    font-weight: 400;
}

.searchform .s, .textwidget {
    font-size: .9em;
}

.widget a {
    color: inherit;
}

.widget select {
    width: 100%;
    height: 32px;
    outline: 0;
    background: 0 0;
}

.searchform .s, .searchform .submit {
    height: 40px;
    color: #000;
    display: block;
    outline: 0;
}

.searchform .s {
    padding: 0 40px 0 10px;
    width: 100%;
    max-width: 100%;
    border: 1px solid;
}

    .searchform .s::-webkit-input-placeholder {
        color: #000;
    }

    .searchform .s::-moz-placeholder {
        color: #000;
    }

    .searchform .s:-ms-input-placeholder {
        color: #000;
    }

.searchform .submit {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    text-align: center;
    font-size: 12px;
    border: none;
    background: 0 0;
    -ms-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.popular-counter, .rated-article-thumb .score {
    right: 10px;
    text-shadow: 1px 1px 3px rgba(0,0,0,.1);
}

.searchform .submit:hover {
    color: #999;
}

.searchform .submit i {
    line-height: 18px;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}

td, th {
    /* border: 1px solid; */
    text-align: center;
}

#today {
    background: rgba(0,0,0,.04);
}

.widget_archive ul, .widget_categories ul, .widget_meta ul, .widget_nav_menu ul, .widget_pages ul, .widget_recent_entries ul {
    list-style: none;
    margin: 0;
    padding: 0;
    font-family: Oswald,sans-serif;
}

    .widget_archive ul li, .widget_categories ul li, .widget_meta ul li, .widget_nav_menu ul li, .widget_pages ul li, .widget_recent_entries ul li {
        padding: 6px 0;
        position: relative;
        border-bottom: 1px solid #999;
    }

        .widget_archive ul li:last-child, .widget_categories ul li:last-child, .widget_meta ul li:last-child, .widget_nav_menu ul li:last-child, .widget_pages ul li:last-child, .widget_recent_entries ul li:last-child {
            border-bottom: none;
            padding-bottom: 0;
        }

        .widget_archive ul li a, .widget_categories ul li a, .widget_meta ul li a, .widget_nav_menu ul li a, .widget_pages ul li a, .widget_recent_entries ul li a {
            text-decoration: none;
            -webkit-transition: all .3s ease-out;
            -moz-transition: all .3s ease-out;
            -ms-transition: all .3s ease-out;
            -o-transition: all .3s ease-out;
            transition: all .3s ease-out;
        }

            .widget_archive ul li a:hover, .widget_categories ul li a:hover, .widget_meta ul li a:hover, .widget_nav_menu ul li a:hover, .widget_pages ul li a:hover, .widget_recent_entries ul li a:hover {
                color: #db4a37;
            }

    .widget_archive ul ul, .widget_categories ul ul, .widget_meta ul ul, .widget_nav_menu ul ul, .widget_pages ul ul, .widget_recent_entries ul ul {
        padding-left: 20px;
        margin-left: 0;
    }

.post-date {
    display: block;
    font-size: .8em;
    color: #999;
}

.widget-title .rsswidget img {
    margin-top: -4px;
    margin-right: 6px;
}

.widget_rss > ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

    .widget_rss > ul > li {
        border-top: 1px solid;
        padding-top: 14px;
        margin-top: 14px;
        line-height: 1.5;
    }

        .widget_rss > ul > li:first-child {
            border-top: none;
        }

a.rsswidget {
    font-family: Oswald,sans-serif;
    text-transform: uppercase;
    font-size: 1em;
    line-height: 1;
}

.rss-date {
    display: block;
}

.rssSummary {
    font-size: .9em;
    margin-top: 20px;
}

.widget_rss > ul > li > cite {
    float: right;
    margin-top: 8px;
    font-size: .8em;
    font-family: Oswald,sans-serif;
}

.widget_recent_comments ul {
    list-style: none;
    margin: 0;
    padding: 0;
    counter-reset: count;
    font-family: Oswald,sans-serif;
}

    .widget_recent_comments ul li {
        padding: 10px 0 10px 40px;
        position: relative;
        border-bottom: 1px solid #999;
    }

        .widget_recent_comments ul li:last-child {
            border-bottom: none;
            padding-bottom: 0;
        }

        .widget_recent_comments ul li:before {
            content: counter(count);
            counter-increment: count;
            position: absolute;
            top: 10px;
            left: 0;
            font-size: 32px;
            font-style: italic;
            font-family: serif;
        }

        .widget_recent_comments ul li a {
            text-decoration: none;
            color: #000;
        }

        .widget_recent_comments ul li > a:last-child {
            font-size: 18px;
            display: block !important;
            line-height: 1.3;
            -webkit-transition: all .3s ease-out;
            -moz-transition: all .3s ease-out;
            -ms-transition: all .3s ease-out;
            -o-transition: all .3s ease-out;
            transition: all .3s ease-out;
        }

.widget-social ul li a, .widget-social ul li a i {
    line-height: 28px;
    display: block;
}

.tagcloud a, .widget-social ul li a {
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    text-decoration: none;
}

.widget_recent_comments ul li > a:last-child:hover {
    color: #db4a37;
}

.tagcloud a {
    color: #000;
    font-family: Oswald,sans-serif;
    -ms-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

    .tagcloud a:hover {
        color: #db4a37;
    }

.about-image {
    margin-bottom: 24px;
    text-align: center;
}

.widget-about .desc p {
    margin-bottom: 20px;
}

    .widget-about .desc p:last-child {
        margin-bottom: 0;
    }

.widget-social {
    display: block;
    text-align: center;
}

    .widget-social ul {
        list-style: none;
        margin: 0;
        padding: 0;
        display: inline-block;
    }

        .widget-social ul li {
            display: block;
            float: left;
            margin: 0 4px 4px 0;
        }

            .widget-social ul li:last-child {
                margin-right: 0;
            }

            .widget-social ul li a {
                -webkit-border-radius: 100%;
                -moz-border-radius: 100%;
                border-radius: 100%;
                width: 28px;
                height: 28px;
                font-size: 14px;
                color: #fff;
                background: #000;
                -ms-transition: all .3s ease-out;
                transition: all .3s ease-out;
                outline: 0;
            }

.latest-title a, .null-instagram-feed .clear a {
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
}

.widget-social ul li a:hover {
    background: #db4a37;
}

.widget-social ul li a span {
    display: none;
}

.latest-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

    .latest-list > li {
        display: block;
        padding-top: 40px;
    }

        .latest-list > li:first-child {
            padding-top: 0;
        }

.latest-thumb {
    float: left;
    width: 100px;
    margin-right: 20px;
    background: #eee;
    color: #000;
    text-align: center;
    font-size: 20px;
    position: relative;
}

.view-count, .wpcf7 .wpcf7-submit {
    background: #000;
    text-transform: uppercase;
}

.latest-pseudo-thumb {
    line-height: 80px;
    color: #000;
}

.latest-date {
    font-size: .8em;
    display: block;
}

.latest-title {
    font-size: 20px;
    margin-bottom: 0;
}

    .latest-title a {
        color: #000;
        -ms-transition: all .3s ease-out;
        transition: all .3s ease-out;
    }

        .latest-title a:hover {
            color: #db4a37;
        }

.best-rated-posts .rated-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.best-rated-posts .rated-article {
    display: block;
}

    .best-rated-posts .rated-article + .rated-article {
        margin-top: 1em;
    }

.rated-article-thumb {
    position: relative;
    margin: 0 0 .5em;
}

    .rated-article-thumb .score {
        position: absolute;
        font-family: serif;
        font-size: 62px;
        line-height: 1;
        color: #fff;
        font-style: italic;
        bottom: 0;
    }

.rated-article-title {
    margin: 0;
}

.rated-article-date {
    font-size: .9em;
}

.fb_iframe_widget, .fb_iframe_widget iframe, .fb_iframe_widget span {
    width: 100%;
}

.instagram-pics {
    list-style: none;
    margin: 0 -3px;
    padding: 0;
}

    .instagram-pics li {
        display: block;
        float: left;
        width: 33.33%;
        padding: 3px;
    }

        .instagram-pics li img {
            display: block;
            width: 100%;
        }

.null-instagram-feed .clear {
    text-align: center;
    margin-bottom: 0;
    margin-top: 20px;
}

    .null-instagram-feed .clear a {
        display: inline-block;
        color: #000;
        font-family: Oswald,sans-serif;
        font-size: 16px;
        padding: 5px 12px;
        text-decoration: none;
        border: 1px solid #777;
        -ms-transition: all .3s ease-out;
        transition: all .3s ease-out;
    }

#footer-search .submit, .wpcf7 .wpcf7-submit {
    -moz-transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
    cursor: pointer;
}

.null-instagram-feed .clear a:hover {
    border-color: #db4a37;
    color: #db4a37;
}

.widget_displaytweetswidget > p {
    display: block;
    padding-left: 30px;
    position: relative;
    font-size: .9em;
}

    .widget_displaytweetswidget > p: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;
        transform: translate(0,0);
        content: "\f099";
        position: absolute;
        left: 0;
        top: 6px;
        color: #45BCF0;
    }

    .widget_displaytweetswidget > p a {
        border-bottom: 1px dotted;
    }

        .widget_displaytweetswidget > p a:hover {
            border-bottom: 1px solid;
        }

.popular-thumbnail-container {
    position: relative;
    margin-bottom: 10px;
}

.popular-counter, .view-count {
    color: #fff;
    position: absolute;
    bottom: 0;
}

.popular-thumbnail img {
    display: block;
    width: 100%;
}

.popular-counter {
    font-family: serif;
    font-size: 62px;
    line-height: 1;
    font-style: italic;
}

#backtotop span, #footernav, .view-count, .wpcf7 .wpcf7-submit, .wpcf7 p, div.wpcf7-response-output {
    font-family: Oswald,sans-serif;
}

.view-count {
    display: block;
    left: 0;
    padding: 2px 8px;
    letter-spacing: 3px;
    font-size: 11px;
}

.popular-content, .wpcf7 p {
}

.widget a.readmore:hover {
    color: #db4a37;
    text-decoration: none;
}

#footernav a:hover, #footernav li.current-menu-item a, .copyright a:hover {
    text-decoration: underline;
}

.wpcf7 {
    display: block;
    margin: 0 0 30px;
}

    .wpcf7 .input {
        display: block;
        width: 48%;
        float: left;
        margin-right: 4%;
    }

    .wpcf7 .textarea {
        display: block;
    }

    .wpcf7 p {
        display: block;
        color: #222;
        text-transform: uppercase;
        letter-spacing: 1px;
    }

span.wpcf7-form-control-wrap {
    display: block;
    margin-top: 6px;
}

.wpcf7 input[type=date], .wpcf7 input[type=email], .wpcf7 input[type=number], .wpcf7 input[type=tel], .wpcf7 input[type=text], .wpcf7 textarea {
    width: 100%;
    max-width: 100%;
    border: 1px solid;
}

    .wpcf7 input[type=date]:focus, .wpcf7 input[type=email]:focus, .wpcf7 input[type=number]:focus, .wpcf7 input[type=tel]:focus, .wpcf7 input[type=text]:focus, .wpcf7 textarea:focus {
        border-color: #666;
    }

.wpcf7 textarea {
    height: 149px;
}

.wpcf7 .wpcf7-submit {
    color: #fff;
    display: block;
    width: 100%;
    padding: 0 20px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    border: none;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
    font-size: .9em;
    letter-spacing: 3px;
    font-weight: 400;
}

    .wpcf7 .wpcf7-submit:hover {
        background: #db4a37;
    }

div.wpcf7-response-output {
    margin-left: 0 !important;
    margin-right: 0 !important;
    border: 1px solid #f7e700 !important;
    padding: 10px 15px !important;
    font-weight: 700;
}

div.wpcf7-mail-sent-ng {
    border: 1px solid red !important;
}

span.wpcf7-not-valid-tip {
    padding: 2px 8px !important;
    border: none !important;
    color: #fff !important;
    background: #000 !important;
}

span.wpcf7-not-valid-tip-no-ajax {
    display: block;
    margin-top: 6px !important;
}

#footer-widgets {
    background: url(images/line-h.png) top left repeat-x;
    padding: 48px 0 32px;
}

.footer-widgets-inner {
    margin-left: -15px;
    margin-right: -15px;
    position: relative;
}

    #footer-bottom:before, .footer-widgets-inner .line {
        position: absolute;
        content: "";
        display: block;
        top: 0;
    }

.footer-col {
    display: block;
    float: left;
    width: 25%;
    padding: 0 15px;
    min-height: 1px;
}

.footer-widgets-inner .line {
    left: 50%;
    bottom: 0;
    width: 2px;
    background: url(images/line.png) top left repeat-y;
}

#footer-bottom, #footer-search, .copyright {
    position: relative;
}

.footer-widgets-inner .line2 {
    left: 25%;
}

.footer-widgets-inner .line3 {
    left: 75%;
}

#wi-footer {
    background: url(images/line-h.png) bottom left repeat-x;
}

#footer-bottom {
    padding: 20px 0 60px;
}

    #footer-bottom:before {
        left: 0;
        right: 0;
        background: url(images/line-h.png) top left repeat-x;
        height: 2px;
    }

#footer-logo {
    margin: 36px 0 0;
    text-align: center;
}

.copyright {
    margin: 18px auto 0;
    padding: 6px 0;
    text-align: center;
    max-width: 600px;
}

    .copyright a {
        color: inherit;
        font-weight: 700;
    }

    .copyright i {
        margin: 0 4px;
        font-size: 12px;
    }

#footer-search, #footer-social {
    margin: 36px 0 0;
    text-align: center;
}

    #footer-social ul, #footernav ul {
        margin: 0;
        padding: 0;
        display: inline-block;
    }

.copyright i.fa-heart {
    color: #D82E2E;
}

#footer-search form {
    display: inline-block;
    width: 240px;
    max-width: 100%;
    position: relative;
}

#footer-search .s {
    width: 100%;
    height: 32px;
    line-height: 20px;
    padding: 6px 36px 6px 8px;
    border: none;
    border: 1px solid;
    z-index: 100;
    background: 0 0;
    color: #000;
    font-size: 14px;
    outline: 0;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

    #footer-search .s::-webkit-input-placeholder {
        color: #000;
    }

    #footer-search .s::-moz-placeholder {
        color: #000;
    }

    #footer-search .s:-ms-input-placeholder {
        color: #000;
    }

#footer-search .submit, #footer-social ul li a {
    width: 32px;
    height: 32px;
    color: #fff;
    -o-transition: all .3s ease-out;
    display: block;
}

#footer-search .submit {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 12px;
    background: #000;
    text-align: center;
    border: none;
    outline: 0;
    transition: all .3s ease-out;
    padding: 0;
}

    #footer-search .submit:hover, #footer-social ul li a:hover {
        background: #db4a37;
    }

#backtotop, #footer-social ul li a {
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
}

#footer-search .submit i {
    display: block;
}

#footer-social ul {
    list-style: none;
}

    #footer-social ul li {
        display: block;
        float: left;
        margin-left: 8px;
    }

        #footer-social ul li:first-child {
            margin-left: 0;
        }

        #footer-social ul li a {
            background: #000;
            -webkit-border-radius: 100%;
            -moz-border-radius: 100%;
            border-radius: 100%;
            -ms-transition: all .3s ease-out;
            transition: all .3s ease-out;
        }

            #footer-social ul li a span {
                display: none;
            }

#backtotop {
    position: fixed;
    z-index: 999999;
    bottom: 0;
    right: 30px;
    padding: 6px 12px;
    text-align: center;
    background: #fff;
    color: #000;
    cursor: pointer;
    border: 2px solid #333;
    border-bottom: none;
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

    #backtotop.shown {
        BACKGROUND-COLOR:  YELLOW;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }

    #backtotop:hover {
        padding-bottom: 10px;
    }

    #backtotop span {
        display: block;
        text-transform: uppercase;
        line-height: 1.1;
    }

    #backtotop .go {
        font-size: 12px;
    }

    #backtotop .top {
        font-size: 20px;
        font-weight: 700;
    }

#footernav {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 12px;
    text-align: center;
    margin: 1.5em 0 0;
}

    #footernav ul {
        list-style: none;
    }

    #footernav li {
        display: inline-block;
        margin: 0 8px 5px;
    }

    #footernav a {
        color: inherit;
    }

button, input[type=button], input[type=reset], input[type=submit] {
    display: block;
    font-family: Oswald,sans-serif;
    text-transform: uppercase;
    background: #111;
    color: #fff;
    font-size: 11px;
    letter-spacing: 3px;
    border: 0;
    line-height: 36px;
    padding: 0 20px;
}

.mc4wp-form-fields p {
    margin-bottom: 10px;
}

.mc4wp-form-fields button, .mc4wp-form-fields input:not([type]), .mc4wp-form-fields input[type=text], .mc4wp-form-fields input[type=email], .mc4wp-form-fields input[type=number], .mc4wp-form-fields input[type=url], .mc4wp-form-fields input[type=password], .mc4wp-form-fields input[type=tel], .mc4wp-form-fields input[type=color], .mc4wp-form-fields input[type=date], .mc4wp-form-fields input[type=datetime], .mc4wp-form-fields input[type=datetime-local], .mc4wp-form-fields input[type=month], .mc4wp-form-fields input[type=time], .mc4wp-form-fields input[type=week], .mc4wp-form-fields input[type=button], .mc4wp-form-fields input[type=reset], .mc4wp-form-fields input[type=submit], .mc4wp-form-fields input[type=search], .mc4wp-form-fields textarea {
    width: 100%;
}

.disable-hand-lines #footer-bottom:before, .disable-hand-lines #footer-widgets, .disable-hand-lines #posts-small-wrapper, .disable-hand-lines #wi-wrapper, .disable-hand-lines .post-nav, .disable-hand-lines blockquote, .disable-hand-lines blockquote:after, .post-list:before {
    background-image: none;
    border-top: 2px solid #727376;
}

    .disable-hand-lines #wi-wrapper:after, .disable-hand-lines #wi-wrapper:before {
        background: 0 0;
        border-left: 2px solid #333;
    }

.disable-hand-lines #posts-small-heading {
    top: -10px;
}

.disable-hand-lines #wi-footer, .disable-hand-lines .topbar-inner:after {
    background: 0 0;
    border-bottom: 2px solid #333;
}

.disable-hand-lines .blog-related-heading {
    background: 0 0;
    border-bottom: 1px solid #333;
}

.disable-hand-lines .blog-related .line, .disable-hand-lines .footer-widgets-inner .line {
    background: 0 0;
    border-left: 1px solid #333;
}

#content-dock {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 5000;
    background: #fff;
    box-shadow: 3px 8px 10px rgba(0,0,0,.3);
    width: 300px;
    max-height: 50%;
    overflow: scroll;
    padding: 0 24px 24px;
    -webkit-transform: translate(0,100%);
    -moz-transform: translate(0,100%);
    -ms-transform: translate(0,100%);
    -o-transform: translate(0,100%);
    transform: translate(0,100%);
    -webkit-transition: all .6s cubic-bezier(.19,1,.22,1);
    -moz-transition: all .6s cubic-bezier(.19,1,.22,1);
    transition: all .6s cubic-bezier(.19,1,.22,1);
}

    #content-dock.shown {
        -webkit-transform: translate(0,0);
        -moz-transform: translate(0,0);
        -ms-transform: translate(0,0);
        -o-transform: translate(0,0);
        transform: translate(0,0);
    }

    #content-dock .close {
        position: absolute;
        top: 1px;
        right: 0;
        height: 24px;
        width: 24px;
        text-align: center;
        line-height: 22px;
        margin: 0;
        padding: 0;
        background: 0 0;
        border: 2px solid;
        border-radius: 50%;
        color: #fff;
        outline: 0;
    }

        #content-dock .close i {
            margin-left: 2px;
            display: block;
            line-height: inherit;
        }

    #content-dock .dock-title {
        font-size: 12px;
        text-transform: uppercase;
        letter-spacing: 4px;
        text-align: left;
        background: #000;
        color: #fff;
        padding: 6px 0 6px 24px;
        font-weight: 400;
        margin: 0 -24px 24px;
    }

    #content-dock .post-dock {
        opacity: 0;
        visibility: hidden;
        -webkit-transform: translate(0,10px);
        -moz-transform: translate(0,10px);
        -ms-transform: translate(0,10px);
        -o-transform: translate(0,10px);
        transform: translate(0,10px);
        -webkit-transition: all .3s ease-out;
        -moz-transition: all .3s ease-out;
        transition: all .3s ease-out;
        overflow: hidden;
    }

        #content-dock .post-dock + .post-dock {
            margin-top: 20px;
        }

        #content-dock .post-dock .post-dock-thumbnail {
            display: block;
            float: left;
            width: 72px;
            margin: 0 20px 0 0;
        }

        #content-dock .post-dock .post-dock-body {
            overflow: hidden;
        }

        #content-dock .post-dock .post-dock-title {
            font-size: 16px;
            font-weight: 700;
            margin: 0;
        }

            #content-dock .post-dock .post-dock-title a {
                color: inherit;
            }

        #content-dock .post-dock .post-dock-excerpt {
            font-size: 12px;
        }

            #content-dock .post-dock .post-dock-excerpt p {
                margin: 0;
            }

    #content-dock.shown .post-dock {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translate(0,0);
        -moz-transform: translate(0,0);
        -ms-transform: translate(0,0);
        -o-transform: translate(0,0);
        transform: translate(0,0);
    }
