/*
Theme Name: MyStory
Theme URI: https://thegravity.net/mystory/
Author: TheGravity
Author URI: https://thegravity.net/
Description: Creative, simple and powerful theme for personal blog and news web sites.
Version: 1.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: one-column, two-columns, right-sidebar, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, flexible-header, microformats, post-formats, sticky-post, threaded-comments, translation-ready
Text Domain: mystory
*/


/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 Normalize
2.0 Accessibility
3.0 Alignments
4.0 Genericons
5.0 Typography
6.0 Forms
7.0 Formatting
8.0 Lists
9.0 Tables
10.0 Links
11.0 Main Navigation
12.0 Secondary Navigation & Social Navigation
13.0 Layout
    13.1 Header
    13.2 Search
    13.3 Featured Content (Posts Slider, Posts Carousel, Featured Image)
    13.4 Blog Templates
    13.5 Posts
    13.6 Pages
    13.7 Footer
14.0 Comments
15.0 Widgets
16.0 Media
17.0 Animations
18.0 Plug-ins
19.0 Media Queries
20.0 Print
--------------------------------------------------------------*/

/*--------------------------------------------------------------
1.0 Normalize
Styles based on Normalize v5.0.0 @link https://github.com/necolas/normalize.css
--------------------------------------------------------------*/

html {
    font-family: sans-serif;
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

article,
aside,
footer,
header,
nav,
section {
    display: block;
}

figcaption,
figure,
main {
    display: block;
}

figure {
    margin: 0;
}

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

pre {
    font-family: monospace, monospace;
    font-size: 1em;
}

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

a:active,
a:hover {
    outline-width: 0;
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted;
}

b,
strong {
    font-weight: inherit;
}

b,
strong {
    font-weight: bolder;
}

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

dfn {
    font-style: italic;
}

mark {
    background-color: #fa6d53;
    color: #606060;
}

small {
    font-size: 80%;
}

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

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

audio,
video {
    display: inline-block;
}

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

img {
    border-style: none;
}

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

button,
input,
optgroup,
select,
textarea {
    font-family: sans-serif;
    font-size: 100%;
    line-height: 1.15; 
    margin: 0;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

fieldset {
    border: 1px solid #f1f1f1;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}

progress {
    display: inline-block;
    vertical-align: baseline;
}

textarea {
    overflow: auto;
}

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

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

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

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

details,
menu {
    display: block;
}

summary {
    display: list-item;
}

canvas {
    display: inline-block;
}

template {
    display: none;
}

[hidden] {
    display: none;
}

/*--------------------------------------------------------------
2.0 Accessibility
--------------------------------------------------------------*/

.says,
.screen-reader-text {
    position: absolute !important;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    width: 1px;
    height: 1px;
    word-wrap: normal !important;
}

.site .skip-link {
    top: -9999em;
    left: -9999em;
    display: block;
    padding: 15px 23px 14px;
    outline: none;
    background-color: #f1f1f1;
    box-shadow: 0 0 1px 1px rgba(0,0,0,.2);
    color: #21759b;
    text-decoration: none;
    text-transform: none;
    font-weight: 700;
    font-size: 14px;
}

.logged-in .site .skip-link {
    box-shadow: 0 0 2px 2px rgba(0,0,0,.2);
}

.site .skip-link:focus {
    top: 7px;
    left: 6px;
    z-index: 100000;
    clip: auto;
    width: auto;
    height: auto;
}

/*--------------------------------------------------------------
3.0 Alignments
--------------------------------------------------------------*/

.alignleft {
    float: left;
    margin: 0 1.75em 1.75em 0;
}

.alignright {
    float: right;
    margin: 0 0 1.75em 1.75em;
}

.aligncenter {
    display: block;
    clear: both;
    margin: 0 auto 1.75em;
}

blockquote.alignleft {
    margin: 0 1.75em 1.75em 0;
}

blockquote.alignright {
    margin: 0 0 1.75em 1.75em;
}

blockquote.aligncenter {
    margin-bottom: 1.75em;
}

/*--------------------------------------------------------------
4.0 Genericons
--------------------------------------------------------------*/

.menu-item-has-children a:after,
.social-navigation a:before,
.menu-toggle:before,
.dropdown-toggle:after,
.site-header-main > .site-search-icon label:before,
.bypostauthor > article .fn:after,
.comment-reply-title small a:before,
.pagination .prev:before,
.pagination .next:before,
.pagination .nav-links:before,
.pagination .nav-links:after,
.site-search-icon a:after,
.search-submit:before,
.featured-thumbnails-prev:before,
.featured-thumbnails-next:before,
.widget-posts-pagination .prev:before,
.widget-posts-pagination .next:before,
.post-likes a:before {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    text-decoration: inherit;
    text-transform: none;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    font-size: 1rem;
    font-family: "Genericons";
    line-height: 1;
    speak: none;
}

/*--------------------------------------------------------------
5.0 Typography
--------------------------------------------------------------*/

body,
button,
input,
select,
textarea {
    color: #606060;
    font-size: 16px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.75;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
    margin: 0;
    font-weight: 700;
    margin: 1.5em 0 0.875em;
    line-height: 1.4;
}

h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
    margin-top: 0;
}

h1 {
    font-size: 1.5rem;
}

h2 {
    font-size: 1.25rem;
}

h3 {
    font-size: 1.125rem;
}

h4 {
    font-size: 1rem;
    line-height: 1.5;
}

h5 {
    font-size: 1rem;
    line-height: 1.5;
}

h6 {
    font-size: .875rem;
    line-height: 1.6;
}

p {
    margin: 0 0 1.75em;
}

dfn,
cite,
em,
i {
    font-style: italic;
}

blockquote {
    border-left: 4px solid #fa6d53;
    color: #adadad;
    font-style: italic;
    font-size: 1.25rem;
    margin: 0 0 1.75em 0;
    padding: 0 0 0 1.75em;
}

blockquote p {
    margin-bottom: 1.75;
}

blockquote cite,
blockquote small {
    display: block;
    color: #606060;
    font-weight: bold;
    font-style: normal;
}

blockquote cite:before,
blockquote small:before {
    content: "\2014\00a0";
}

blockquote > :last-child {
    margin-bottom: 0;
}

address {
    margin: 0 0 1.75em;
    font-style: italic;
}

code,
kbd,
tt,
var,
samp,
pre {
    font-family: Inconsolata, monospace;
}

pre {
    overflow: auto;
    margin: 0 0 1.75em;
    padding: 1.75em;
    max-width: 100%;
    border: 1px solid rgba(96,96,96,.2);
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
    font-size: 1rem;
}

code {
    padding: 0.125em 0.25em;
    background-color: rgba(96,96,96,.2);
}

abbr,
acronym {
    border-bottom: 1px dotted rgba(96,96,96,.2);
    cursor: help;
}

mark,
ins {
    background: #eee;
    text-decoration: none;
}

big {
    font-size: 125%;
}

/*--------------------------------------------------------------
6.0 Forms
--------------------------------------------------------------*/

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
    background-color: #fff;
    border: 0 !important;
    box-shadow: inset 0 0 0px 1px rgba(96,96,96,.2);
    color: #606060;
    font-size: .875rem;
    display: block;
    padding: .625em;
    width: 100%;
}

.widget input[type="text"],
.widget input[type="email"],
.widget input[type="url"],
.widget input[type="password"],
.widget input[type="search"],
.widget input[type="number"],
.widget input[type="tel"],
.widget input[type="range"],
.widget input[type="date"],
.widget input[type="month"],
.widget input[type="week"],
.widget input[type="time"],
.widget input[type="datetime"],
.widget input[type="datetime-local"],
.widget input[type="color"],
.widget textarea {
    font-size: .813rem;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
    outline: 0;
    border-color: #fa6d53;
}

select {
    max-width: 100%;
    background-color: transparent;
    border: 0;
    box-shadow: inset 0 0 0px 1px rgba(96,96,96,.2);
    color: #111;
    padding: .5em;
    display: block;
}

button,
input[type="button"],
input[type="submit"] {
    padding: .625em 1.5em;
    border: 0;
    background: #606060;
    color: #fff;
    cursor: pointer;
    font-weight: 600;
    font-size: .875rem;
    -webkit-transition: background .2s;
    transition: background .2s;
}

.widget button,
.widget input[type="button"],
.widget input[type="submit"] {
    font-size: .813rem;
}

button:hover,
button:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
    background-color: #fa6d53;
    outline: 0;
    color: #fff;
}

/* Placeholder text color -- selectors need to be separate to work. */
::-webkit-input-placeholder {
    color: #adadad;
}

:-moz-placeholder {
    color: #adadad;
}

::-moz-placeholder {
    color: #adadad;
    opacity: 1;
    /* Since FF19 lowers the opacity of the placeholder by default */
}

:-ms-input-placeholder {
    color: #adadad;
}


/*--------------------------------------------------------------
7.0 Formatting
--------------------------------------------------------------*/

hr {
    margin-bottom: 1.75em;
    height: 1px;
    border: 0;
    background-color: rgba(96,96,96,.2);
}

/*--------------------------------------------------------------
8.0 Lists
--------------------------------------------------------------*/

ul,
ol {
    margin: 0 0 1.75em 1.75em;
    padding: 0;
}

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

li > ul,
li > ol {
    margin-bottom: 0;
    margin-left: 1.75em;
}

dl {
    margin-bottom: 1.75em;
}

dt {
    font-weight: 700;
}

dd {
    margin-bottom: 1.75em;
}

/*--------------------------------------------------------------
9.0 Tables
--------------------------------------------------------------*/

table {
    border-collapse: collapse;
    margin: 0 0 1.75em;
    width: 100%;
}

thead th {
    padding-bottom: 0.5em;
}

th {
    padding: 0.4em;
    text-align: left;
}

tr {
    border-bottom: 1px solid #adadad;
}

td {
    padding: 0.4em;
}

th:first-child,
td:first-child {
    padding-left: 0;
}

th:last-child,
td:last-child {
    padding-right: 0;
}

/*--------------------------------------------------------------
10.0 Links
--------------------------------------------------------------*/

a {
    color: #fa6d53;
    text-decoration: none;
    -webkit-transition: color .2s;
    transition: color .2s;
}

a:hover,
a:focus,
a:active {
    color: #606060;
    outline: 0;
}

/*--------------------------------------------------------------
11.0 Main Navigation
--------------------------------------------------------------*/

.site-header-menu {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 100%;
    width: 100%;
    background: #fff;
    z-index: 9997;
    max-height: none;
    -webkit-transition: bottom .2s ease-in;
    transition: bottom .2s ease-in;
}

.site-header-menu.toggled-on {
    bottom: 0;
    display: block;
}

.main-navigation {
    position: relative;
    display: none;
    background: #fff;
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
}

    .main-navigation ul {
        margin: 0;
        list-style: none;
    }

.site-header-menu.toggled-on .main-navigation {
    display: block;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

/* Navigation List */

.primary-menu {
    position: relative;
    font-size: 1.375rem;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

    .primary-menu li {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .primary-menu a {
        color: #454545;
        font-weight: normal;
        padding: 1em 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 1;
        -ms-flex: 1 auto;
        flex: 1 auto;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-tap-highlight-color: transparent;
    }

    .primary-menu a:hover,
    .primary-menu a:focus,
    .primary-menu .current-menu-item > a,
    .primary-menu .current-menu-ancestor > a  {
        color: #fa6d53;
    }

    .primary-menu ul {
        display: none;
        background: #fff;
        -webkit-transition: opacity .3s ease;
        transition: opacity .3s ease;
    }

    .primary-menu ul.toggled-on {
        display: block;
        -webkit-animation-duration: .5s;
        animation-duration: .5s;
        -webkit-animation-name: fadeInLeft;
        animation-name: fadeInLeft;
    }

    .primary-menu ul a {
        font-weight: normal;
        font-size: 1rem;
        font-weight: normal;
    }

/* Stycky Navigation */

.header-menu-show {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9998;
}

.admin-bar .header-menu-show {
    top: 32px;
}

/* Munu Toggle */

.menu-toggle {
    position: relative;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    width: 60px;
    height: 60px;
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.menu-toggle:hover,
.menu-toggle:focus {
    background-color: transparent;
    outline: 0;
}

    .menu-toggle span,
    .menu-toggle:before,
    .menu-toggle:after {
        position: absolute;
        left: 24px;
        display: block;
        width: 23px;
        height: 2px;
        background: #454545;
        content: "";
        opacity: 1;
        -webkit-transition: .25s ease-in-out;
        transition: .25s ease-in-out;
    }

    .menu-toggle span {
        top: 29px;
    }

    .menu-toggle:before {
        top: 24px;
    }

    .menu-toggle:after {
        bottom: 24px;
    }

    .menu-toggle.toggled-on span {
        opacity: 0;
        left: 0;
    }

    .menu-toggle.toggled-on:before {
        top: 29px;
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg);
    }

    .menu-toggle.toggled-on:after {
        bottom: 29px;
        -webkit-transform: rotate(-135deg);
        transform: rotate(-135deg);
    }

/* Dropdown Toggle */

.dropdown-toggle {
    padding: 0;
    height: 3em;
    background-color: transparent;
    color: #454545;
    -webkit-box-flex: 0;
    -ms-flex: 0 3em;
    flex: 0 3em;
    -webkit-tap-highlight-color: transparent;
}

    .dropdown-toggle:after {
        content: "\f431";
        font-size: 1.5rem;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

    .dropdown-toggle:hover,
    .dropdown-toggle:focus {
        background-color: transparent;
        color: #454545;
    }

    .dropdown-toggle:focus:after {
        border-color: transparent;
    }

    .dropdown-toggle.toggled-on:after {
        content: "\f432";
    }

/*--------------------------------------------------------------
12.0 Secondary Navigation & Social Navigation
--------------------------------------------------------------*/

.secondary-navigation {
    font-size: .75rem
}

.social-navigation {
    margin-left: auto;
}

    .secondary-navigation ul,
    .social-navigation ul {
        margin: 0;
        list-style: none;
        display: -ms-flexbox;
        display: -webkit-box;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .widget .social-navigation ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .secondary-navigation li {
        margin-right: 1.5em;
    }

    .social-navigation li {
        margin-left: .75em;
    }

    .widget .social-navigation li {
        margin: 0 .5em .5em 0;
    }

    .secondary-navigation a,
    .social-navigation a {
        display: block;
        padding: .375em 0;
        color: #606060;
        line-height: 1;
    }

    .secondary-navigation a {
        padding: 1.125em 0;
    }

    .widget .social-navigation a {
        color: #606060;
        border: 1px solid rgba(96,96,96,.2);
        border-radius: 2px;
        padding: .75em;
    }

    .secondary-navigation a:hover,
    .social-navigation a:hover {
        color: #fa6d53;
    }

    .site-footer .widget .social-navigation a:hover {
        color: #fa6d53;
    }

    /* CodePen */

    .social-navigation a[href*="codepen.io"]:before {
        content: "\f216";
    }
    .social-navigation a[href*="codepen.io"]:hover:before {
        color: #555;
    }

    /* Digg */

    .social-navigation a[href*="digg.com"]:before {
        content: "\f221";
    }
    .social-navigation a[href*="digg.com"]:hover:before {
        color: #005be2;
    }

    /* Dribbble */

    .social-navigation a[href*="dribbble.com"]:before {
        content: "\f201";
    }
    .social-navigation a[href*="dribbble.com"]:hover:before {
        color: #ea4c89;
    }

    /* Dropbox */

    .social-navigation a[href*="dropbox.com"]:before {
        content: "\f225";
    }
    .social-navigation a[href*="dropbox.com"]:hover:before {
        color: #007ee5;
    }

    /* Facebook */

    .social-navigation a[href*="facebook.com"]:before {
        content: "\f203";
    }
    .social-navigation a[href*="facebook.com"]:hover:before {
        color: #3b5998;
    }

    /* Flickr */

    .social-navigation a[href*="flickr.com"]:before {
        content: "\f211";
    }
    .social-navigation a[href*="flickr.com"]:hover:before {
        color: #0063dc;
    }

    /* Foursquare */

    .social-navigation a[href*="foursquare.com"]:before {
        content: "\f226";
    }
    .social-navigation a[href*="foursquare.com"]:hover:before {
        color: #f94877;
    }

    /* Google+ */

    .social-navigation a[href*="plus.google.com"]:before {
        content: "\f206";
    }
    .social-navigation a[href*="plus.google.com"]:hover:before {
        color: #dd4b39;
    }

    /* Github */

    .social-navigation a[href*="github.com"]:before {
        content: "\f200";
    }
    .social-navigation a[href*="github.com"]:hover:before {
        color: #4078c0;
    }

    /* Instagram */

    .social-navigation a[href*="instagram.com"]:before {
        content: "\f215";
    }
    .social-navigation a[href*="instagram.com"]:hover:before {
        color: #bc2a8d;
    }

    /* Linkedin */

    .social-navigation a[href*="linkedin.com"]:before {
        content: "\f208";
    }
    .social-navigation a[href*="linkedin.com"]:hover:before {
        color: #007bb6;
    }

    /* Path */

    .social-navigation a[href*="path.com"]:before {
        content: "\f219";
    }
    .social-navigation a[href*="path.com"]:hover:before {
        color: #ee3423;
    }

    /* Pinterest */

    .social-navigation a[href*="pinterest.com"]:before {
        content: "\f210";
    }
    .social-navigation a[href*="pinterest.com"]:hover:before {
        color: #bd081c;
    }

    /* Getpocket */

    .social-navigation a[href*="getpocket.com"]:before {
        content: "\f224";
    }
    .social-navigation a[href*="getpocket.com"]:hover:before {
        color: #f03f59;
    }

    /* Polldaddy */

    .social-navigation a[href*="polldaddy.com"]:before {
        content: "\f217";
    }
    .social-navigation a[href*="polldaddy.com"]:hover:before {
        color: #bc0b0b;
    }

    /* Reddit */

    .social-navigation a[href*="reddit.com"]:before {
        content: "\f222";
    }
    .social-navigation a[href*="reddit.com"]:hover:before {
        color: #ff4500;
    }

    /* Skype */

    .social-navigation a[href*="skype.com"]:before {
        content: "\f220";
    }
    .social-navigation a[href*="skype.com"]:hover:before {
        color: #00aff0;
    }

    /* Stumbleupon */

    .social-navigation a[href*="stumbleupon.com"]:before {
        content: "\f223";
    }
    .social-navigation a[href*="stumbleupon.com"]:hover:before {
        color: #eb4924;
    }

    /* Tumblr */

    .social-navigation a[href*="tumblr.com"]:before {
        content: "\f214";
    }
    .social-navigation a[href*="tumblr.com"]:hover:before {
        color: #35465c;
    }

    /* Twitter */

    .social-navigation a[href*="twitter.com"]:before {
        content: "\f202";
    }

    .social-navigation a[href*="twitter.com"]:hover:before {
        color: #1da1f2;
    }

    /* Vimeo */

    .social-navigation a[href*="vimeo.com"]:before {
        content: "\f212";
    }
    .social-navigation a[href*="vimeo.com"]:hover:before {
        color: #1ab7ea;
    }

    /* Wordpress */

    .social-navigation a[href*="wordpress.com"]:before,
    .social-navigation a[href*="wordpress.org"]:before {
        content: "\f205";
    }
    .social-navigation a[href*="wordpress.com"]:hover:before,
    .social-navigation a[href*="wordpress.org"]:hover:before {
        color: #21759b;
    }

    /* Youtube */

    .social-navigation a[href*="youtube.com"]:before {
        content: "\f213";
    }
    .social-navigation a[href*="youtube.com"]:hover:before {
        color: #cd201f;
    }

    /* Mail */

    .social-navigation a[href^="mailto:"]:before {
        content: "\f410";
    }
    .social-navigation a[href^="mailto:"]:hover:before {
        color: #168de2;
    }

    /* Spotify */

    .social-navigation a[href*="spotify.com"]:before {
        content: "\f515";
    }
    .social-navigation a[href*="spotify.com"]:hover:before {
        color: #2ebd59;
    }

    /* Twitch */

    .social-navigation a[href*="twitch.tv"]:before {
        content: "\f516";
    }
    .social-navigation a[href*="twitch.tv"]:hover:before {
        color: #6441a5;
    }

    /* RSS Feed */

    .social-navigation a[href$="/feed/"]:before {
        content: "\f413";
    }
    .social-navigation a[href$="/feed/"]:hover:before {
        color: #ffa500;
    }

/*--------------------------------------------------------------
13.0 Layout
--------------------------------------------------------------*/

html {
    box-sizing: border-box;
}

*,
*:before,
*:after {
    box-sizing: inherit;
}

body {
    background: #f1f1f1;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

    .gravity-container {
        margin: auto;
        max-width: calc(1086px + 3em);
        padding: 0 1.5em;
        display: -ms-flexbox;
        display: -webkit-box;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .site {
        background-color: #fff;
        word-wrap: break-word;
    }

    .site-boxed .site {
        max-width: 1200px;
        margin: 0 auto;
    }

        .site-inner {
            position: relative;
            margin: 0 auto;
        }

            .site-content {
                padding: 2em 0;
                max-width: inherit;
            }

                .site-content .gravity-container {
                    -webkit-box-align: start;
                    -ms-flex-align: start;
                    align-items: flex-start;
                }

                    .content-area {
                        -webkit-box-flex: 0;
                        -ms-flex: 0 0 100%;
                        flex: 0 0 100%;
                        max-width: 100%;
                        padding-bottom: 1em;
                    }

                    .sidebar {
                        -webkit-box-flex: 0;
                        -ms-flex: 0 0 100%;
                        flex: 0 0 100%;
                        max-width: 100%;
                    }

    /* Do not show the outline on the skip link target. */
    #content[tabindex="-1"]:focus {
        outline: 0;
    }

/*--------------------------------------------------------------
13.1 Header
--------------------------------------------------------------*/

.site-header {
    background: #fff;
}

/* Header - Main */

.site-header-main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    .site-header-branding {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        padding: 1em 0;
    }

        .site-header-branding .gravity-container {
            -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
        }

        .site-branding {
            -ms-flex-negative: 1;
            flex-shrink: 1;
            -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
            order: 1;
        }

        .site-title {
            margin: 0;
            font-weight: 700;
            font-size: 1.5rem;
        }

        .site-branding .site-title a {
            color: #454545;
            display: block;
        }

        .site-branding .site-title span {
            display: block;
        }

        .site-branding .site-title a:hover,
        .site-branding .site-title a:focus {
            color: #fa6d53;
        }

        .site-description {
            margin: 0.25em 0 0;
            color: #adadad;
            font-weight: 400;
            font-size: 0.8125rem;
            line-height: 1.5;
        }

/* Header - Secondary */

.site-header-secondary {
    background: rgba(0,0,0,.03);
    display: none;
}

/* Header Template 1 */

.header-template-one {

}

.header-template-one .ad-location {
    margin-left: 3em;
}

/* Header Template 2 */

.header-template-two .site-header-branding .gravity-container {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.header-template-two .site-branding {
    max-width: none;
    text-align: center;
}

.header-template-two .primary-menu {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.header-template-two .primary-menu .site-search-icon,
.header-template-two .primary-menu .site-search-icon a {
    margin-left: 0;
}

.header-template-two .ad-location {
    margin-top: 2em;
    margin-left: 0;
}

/* Header Template 3 */

.header-template-three .site-header-branding {
    width: 100%;
}

.header-template-three .ad-location {
    margin-left: 3em;
}

/* Mobile Header */

.site-header-mobile {
    background: rgba(0,0,0,.03);
}

/* Header ad location */

.site-header .ad-location {
    max-width: 728px;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    display: none;
}

/* ad after menu */

.ad-location-after_menu {
    display: none;
}

/*--------------------------------------------------------------
13.2 Search
--------------------------------------------------------------*/

.site-search-icon > a:after {
    content: "\f400";
    font-size: 1.5rem;
}

.search-box {
    position: absolute;
    background: #fff;
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    display: none;
    z-index: 9998;
}

    .search-box .search-form {
        padding: .75em 1.25em;
        position: relative;
    }

        .search-box .search-field {
            height: 100%;
            border: 0;
            padding: .5em 0;
        }

    .search-box-results {
        display: none;
    }

        .search-box-results article {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
        }

        .search-box-results article {
            margin-bottom: 1.25rem;
        }

        .search-box-results article a {
            margin: 0;
            padding: 0;
            letter-spacing: normal;
        }

        .search-box-results .post-thumbnail-wrapper {
            -webkit-box-flex: 1;
            -ms-flex: 1;
            flex: 1;
            max-width: 33.33333333%;
        }

        .search-box-results .post-thumbnail {
            background-position: 50%;
            background-size: cover;
            background-repeat: no-repeat;
            height: 75px;
        }

        .search-box-results .post-meta {
            -webkit-box-flex: 2;
            -ms-flex: 2;
            flex: 2;
            max-width: 100%;
        }

        .search-box-results .post-thumbnail-wrapper + .post-meta {
            margin-left: .75em;
        }

        .search-box-results .entry-title {
            font-size: .8125rem;
            margin: 0;
        }

        .search-box-results .entry-footer {
            margin: 0;
            font-size: 0.75rem;
        }

        .search-box-results .entry-footer a {
            font-weight: normal;
        }

        a.search-all-results {
            display: block;
            text-align: center;
            padding: 0.5em 0 !important;
            background: rgba(0,0,0,.03);
            color: #454545;
            font-size: .75rem;
            -webkit-transition: background .2s;
            transition: background .2s;
        }

        a.search-all-results:hover {
            background: #fa6d53;
            color: #fff !important;
        }

.search-box-show,
.search-box-results-show {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    display: block;
}

.search-submit {
    display: none;
}

/* Mobile */

.site-header-main > .site-search-icon {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    width: 60px;
    height: 60px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

    .site-header-main > .site-search-icon > a {
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        color: #454545;
        z-index: 9999;
        position: relative;
        -webkit-tap-highlight-color: transparent;
    }

    .site-header-main > .site-search-icon > a:after {
        margin-right: 24px;
    }

    .site-header-main > .site-search-icon.search-box-open > a:after {
        content: "\f406";
    }

.site-header-main > .site-search-icon .search-box {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    padding: 0 2em;
    overflow: hidden;
	overflow-y: auto;
}

    .site-header-main > .site-search-icon .search-form {
        margin-top: 15%;
        border-bottom: 2px solid #606060;
        padding-left: 0;
        padding-right: 2em;
    }

    .site-header-main > .site-search-icon label {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .site-header-main > .site-search-icon label:before {
        content: "\f400";
        font-size: 1.5rem;
        margin-right: .5em;
    }

    .site-header-main > .site-search-icon .search-field {
        font-size: 1.125rem;
    }

    .site-header-main > .site-search-icon .search-box-results {
        padding: 1.25em 0;
    }

/* Desktop */

.primary-menu li.site-search-icon {
    display: none;
}

    .primary-menu .search-box {
        top: calc(100% - 2px);
        right: 0;
        width: 280px;
        border-top: 2px solid #fa6d53;
        box-shadow: 0 1px 8px rgba(0,0,0,.2);
    }

    .primary-menu .search-box-results {
        border-top: 1px solid rgba(0,0,0,.1);
        padding: 1.25rem;
    }

/*--------------------------------------------------------------
13.3 Featured Content (Posts Slider, Posts Carousel, Featured Image)
--------------------------------------------------------------*/

/* Posts Slider */

.site-featured-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    -webkit-transition: height .2s ease-in;
    transition: height .2s ease-in;
    background: #000;
    height: 375px;
    position: relative;
}

.site-featured-content article {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.site-featured-content > article {
    height: 250px;
    -webkit-transition: height .2s ease-in;
    transition: height .2s ease-in;
}

    .site-featured-content .post-thumbnail {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        margin: 0;
        background-repeat: no-repeat;
        background-position: 50%;
        background-size: cover;
        z-index: 1;
    }

    .site-featured-content .post-meta {
        z-index: 2;
        position: relative;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,.3) 100%);
        background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,.3) 100%);
    }

    .site-featured-content .entry-title a {
        color: #fff;
    }

    .site-featured-content .entry-footer,
    .site-featured-content .entry-footer a {
        color: rgba(255,255,255,.7);
    }

.featured-thumbnails {
    position: relative;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    padding-top: 5px;
    margin-top: auto;
    white-space: nowrap;
    -webkit-transition: height .2s;
    transition: height .2s;
}

.featured-thumbnails-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: transform .5s;
    -webkit-transition: -webkit-transform .5s;
    transition: -webkit-transform .5s;
    transition: transform .5s;
    transition: transform .5s, -webkit-transform .5s;
}

    .featured-thumbnails article {
        min-width: calc(100% - 70px);
        height: 120px;
        border-left: 5px solid #000;
        white-space: normal;
        cursor: pointer;
        -webkit-transition: height .2s ease-in;
        transition: height .2s ease-in;
    }

    .featured-thumbnails article.active {
        border-left-color: #fa6d53;
        pointer-events: none;
    }

    .featured-thumbnails article:hover .post-thumbnail,
    .featured-thumbnails article.active .post-thumbnail {
        opacity: 0.5;
    }

    .featured-thumbnails .entry-title {
        font-size: 1rem;
        pointer-events: none;
    }

    .featured-thumbnails .cat-links a {
        pointer-events: none;
    }

    .featured-thumbnails .entry-footer {
        display: none;
    }

    .featured-thumbnails-prev,
    .featured-thumbnails-next {
        position: absolute;
        top: .75em;
        left: 50%;
        z-index: 99999;
        display: none;
        margin-left: -20px;
        width: 50px;
        height: 50px;
        border-radius: 50%;
        background: rgba(0,0,0,.8);
        color: #fff;
        text-align: center;
        font-size: 1.5rem;
        cursor: pointer;
        -webkit-transition: background .2s;
        transition: background .2s;
    }

    .featured-thumbnails-next {
        top: auto;
        bottom: .75em;
    }

    .featured-thumbnails-prev:before,
    .featured-thumbnails-next:before {
        content: "\f431";
        font-size: inherit;
        line-height: 50px;
    }

    .featured-thumbnails-prev:before{
        content: "\f432";
    }

    .featured-thumbnails-prev:hover,
    .featured-thumbnails-next:hover {
        background: #fa6d53;
        color: #fff;
    }

    .featured-thumbnails-prev.inactive,
    .featured-thumbnails-next.inactive {
        display: none;
    }

/* Posts Carousel */

.site-featured-carousel article {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    background: #000;
}

.site-featured-carousel article {
    height: 250px;
    -webkit-transition: height .2s ease-in;
    transition: height .2s ease-in;
}

    .site-featured-carousel .post-thumbnail {
        position: absolute;
        top: 0;
        left: 0;
        margin: 0;
        width: 100%;
        height: 100%;
        background-position: 50%;
        background-size: cover;
        background-repeat: no-repeat;
        z-index: 1;
    }

    .site-featured-carousel .post-meta {
        z-index: 2;
        position: relative;
        background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,.3) 100%);
        background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,.3) 100%);
    }

    .site-featured-carousel .owl-item.active.center .post-meta {
        -webkit-animation-name: fadeInUp;
        animation-name: fadeInUp;
        -webkit-animation-duration: .7s;
        animation-duration: .7s;
    }

    .site-featured-carousel .entry-title {
        font-size: 1.25rem;
    }

    .site-featured-carousel .entry-title a {
        color: #fff;
    }

    .site-featured-carousel .entry-footer,
    .site-featured-carousel .entry-footer a {
        color: rgba(255,255,255,.7);
    }

/* Featured Image */

.site-featured-image {
    height: 250px;
    position: relative;
}

    .site-featured-image .post-thumbnail {
        position: absolute;
        top: 0;
        left: 0;
        margin: 0;
        width: 100%;
        height: 100%;
        background-position: 50%;
        background-size: cover;
        background-repeat: no-repeat;
    }

/*--------------------------------------------------------------
13.4 Blog Templates
--------------------------------------------------------------*/

[class^=blog-template-] {
    margin-left: -1.5em;
    margin-right: -1.5em;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

    [class^=blog-template-] > article {
        padding-right: 1.5em;
        padding-left: 1.5em;
        margin-bottom: 3em;
    }

    [class^=blog-template-]:not(.blog-template-four) article .entry-content {
        font-size: .8125rem;
    }

/* Blog - Template 1 (1st Post Large then Masonry 2 Columns) */

.blog-template-one {
}

article + .blog-template-one  {
        margin-top: 3em;
    }

    .blog-template-one article .entry-title {
        font-size: 1.5rem;
    }

/* Blog - Template 2 (Masonry Two Columns) */

.blog-template-two {

}

    .blog-template-two article .entry-title {
        font-size: 1.5rem;
    }

/* Blog - Template 3 and 5 (List layout) */

.blog-template-three,
.blog-template-five {
    margin-right: 0;
    margin-left: 0;
}

    .blog-template-three article,
    .blog-template-five article {
        display: -ms-flexbox;
        display: -webkit-box;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        border-bottom: 1px solid rgba(0,0,0,.1);
        padding-right: 0;
        padding-left: 0;
        padding-bottom: 2em;
        margin-bottom: 2em;
        width: 100%;
    }

    .blog-template-three .post-thumbnail-wrapper,
    .blog-template-five .post-thumbnail-wrapper {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333333%;
        flex: 0 0 33.33333333%;
        max-width: 33.33333333%;
    }

    .blog-template-three .post-thumbnail,
    .blog-template-five .post-thumbnail {
        background-position: 50%;
        background-size: cover;
        background-repeat: no-repeat;
        height: 235px;
        margin: 0;
    }

    .blog-template-three .entry-title,
    .blog-template-five .entry-title {
        font-size: 1.5rem;
    }

    .blog-template-three .post-meta,
    .blog-template-five .post-meta {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66666667%;
        flex: 0 0 66.66666667%;
        max-width: 66.66666667%;
    }

    .blog-template-three .post-thumbnail-wrapper + .post-meta,
    .blog-template-five .post-thumbnail-wrapper + .post-meta {
        padding-left: 2em;
    }

/* Blog - Template 4 (Classic layout) */

.blog-template-four {
}

    .blog-template-four article .entry-title {
        font-size: 2.25rem;
    }

/* Blog - Template 5 (1st Large then List Layout) */

.blog-template-five {
}

    .blog-template-five article:first-child {
        border-top: 1px solid rgba(0,0,0,.1);
        padding-top: 2em;
    }


/*--------------------------------------------------------------
13.5 Posts
--------------------------------------------------------------*/

/* Post Templates */

.post-template-five .site-content {
    padding-top: 1em;
}

[class^=post-template-] {

}

.post-template-one .post-header,
.post-template-three .post-header,
.post-template-four .post-header {
    height: 300px;
    width: 100%;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -ms-justify-content: flex-end;
    -webkit-box-pack: end;
    justify-content: flex-end;
    -ms-flex-pack: end;
}

.post-template-one .post-header .post-thumbnail,
.post-template-three .post-header .post-thumbnail,
.post-template-four .post-header .post-thumbnail {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    background-position: 50%;
    background-size: cover;
    background-repeat: no-repeat;
}

.no-post-thumbnail.post-template-one .post-header,
.no-post-thumbnail.post-template-three .post-header,
.no-post-thumbnail.post-template-four .post-header {
    background-image: url("img/set-featured-image.svg");
    background-position: 50%;
    background-size: cover;
    background-repeat: no-repeat;
}


.post-template-three .post-header .post-meta,
.post-template-four .post-header .post-meta {
    padding: 5% 5% 2.5% 5%;
    z-index: 1;
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,.3) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,.3) 100%);
}

.post-template-three .post-header .entry-title,
.post-template-four .post-header .entry-title {
    color: #fff;
}

.post-template-three .post-header .entry-footer,
.post-template-three .post-header .entry-footer a,
.post-template-three .post-header .entry-footer span,
.post-template-four .post-header .entry-footer,
.post-template-four .post-header .entry-footer a,
.post-template-four .post-header .entry-footer span {
    color: rgba(255,255,255,.7);
}

.post-template-three .post-header .entry-footer a:hover,
.post-template-four .post-header .entry-footer a:hover {
    color: #fa6d53;
}

/* Post Template 1 */

.post-template-one {
}

/* Post Template 2 */

.post-template-two {
}

/* Post Template 3 */

.post-template-three {
}

/* Post Template 4 */

.post-template-four {
}

/* Post Template 5 */

.post-template-five {
}

    .post-template-five .post-header {
        margin-top: 3em;
    }

/* Posts and Pages */

.entry-content {
    width: 100%;
}

.single .site-main > article .entry-content,
.page .site-main > article .entry-content {
    padding-bottom: 1.75em;
}

article {
    position: relative;
    overflow: hidden;
}

.entry-header,
.entry-meta,
.entry-summary,
.entry-content,
.entry-footer,
.page-content {
    position: relative;
}

/* Post Title */

.entry-title {
    font-size: 1.75rem;
    margin-bottom: .5rem; /* rem specially */
}

    .entry-title:not(:first-child) {
        margin-top: 0;
    }

    .entry-title a {
        color: #606060;
    }

    .entry-title a:hover,
    .entry-title a:focus {
        color: #fa6d53;
    }

.post-header {
    position: relative;
}

/* Featured Image */

.post-thumbnail {
    display: block;
    margin: 0 0 1.5em;
    -webkit-transition: opacity .2s;
    transition: opacity .2s;
    -webkit-backface-visibility: hidden;
}

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

    article:hover .post-thumbnail,
    article:focus .post-thumbnail {
        opacity: 0.85;
    }

/* Exerpt */

body:not(.search-results):not(.woocommerce) .entry-summary {
    color: #adadad;
    font-size: 1.25rem;
    margin-bottom: .75em;
}

.entry-content > :last-child,
.entry-summary > :last-child,
body:not(.search-results) .entry-summary > :last-child,
.page-content > :last-child,
.comment-content > :last-child,
.textwidget > :last-child {
    margin-bottom: 0;
}

/* More tag */

.more-link {
    display: inline-block;
    padding: .5em 1.25em;
    border: 0;
    background: #606060;
    color: #fff;
    cursor: pointer;
    font-weight: 600;
    font-size: .875rem;
    -webkit-transition: background .2s;
    transition: background .2s;
}

.more-link:hover {
    background: #fa6d53;
    color: #fff;
}

/* Author */

.author-info {
    border-top: 2px solid #fa6d53;
    padding-top: 3em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

    .author-avatar {
        margin-right: 1rem;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 5rem;
        flex: 0 0 5rem;
    }

    .author-avatar .avatar {
        width: 5rem;
        height: 5rem;
        max-width: none;
    }

    .author-description {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
    }

    .author-description > :last-child {
        margin-bottom: 0;
    }

    .author-title {
        clear: none;
        margin: 0;
        font-size: 1.25rem;
    }

    .author-bio {
    }

    .author-link {
    }

/* Meta Data - Tags, Categories etc. */

.entry-meta,
.entry-footer,
.entry-meta a,
.entry-footer a,
.entry-meta span,
.entry-footer span,
.site-footer .entry-meta,
.site-footer .entry-footer,
.site-footer .entry-meta a,
.site-footer .entry-footer a,
.site-footer .entry-meta span,
.site-footer .entry-footer span {
    color: #adadad;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.entry-meta > span:not(:last-child):not(.sticky-post):not(.post-views-icon):after,
.entry-footer > span:not(:last-child):after {
    padding: 0 .438em;
    content: "\b7";
}

.entry-meta  {
    overflow: hidden;
    margin-bottom: .5rem;
    font-size: .8125rem;
}

    .entry-meta .cat-links {
        margin-bottom: -5px;
    }

    .entry-meta .cat-links a {
        margin-bottom: 5px;
    }

    .entry-meta .cat-links a,
    .entry-meta .sticky-post {
        float: left;
        margin-right: 5px;
        padding: 4px 7px;
        color: #fff;
        text-transform: uppercase;
        letter-spacing: 0.5px;
        font-weight: 600;
        font-size: .625rem;
    }

    .entry-meta .cat-links a:hover {
        background: #606060;
    }

/* Entry footer */

.entry-footer {
    line-height: 1.4;
    margin-bottom: .75rem;
    font-size: .8125rem;
}

.recent-posts .entry-footer {
    margin-bottom: 0;
}

.entry-footer:empty {
    margin: 0;
}

.entry-footer a:hover,
.entry-footer a:focus {
    color: #fa6d53;
}

    /* Tags */

    .tags-links span,
    .tags-links a {
        border: 1px solid rgba(96,96,96,.2);
        margin: 0 5px 5px 0;
        padding: 3px 10px;
        border-radius: 2px;
        display: inline-block;
        text-transform: uppercase;
        letter-spacing: .05em;
        font-size: .75rem;
        line-height: 1.7;
    }

    .tags-links a:hover {
        color: #fff !important;
        background: #fa6d53;
        border-color: #fa6d53;
    }

    .tags-links span {
        border-color: transparent;
        background: #fa6d53;
        color: #fff !important;
    }

    /* Post likes */

    .post-likes a:before {
    content: "\f461";
    font-size: 1.25rem;
    }

    .post-likes a.active {
        color: #fa6d53;
    }

    /* Author */

    .byline a {
/*        color: #606060;*/
        font-weight: bold;
    }

    .entry-meta .avatar,
    .entry-footer .avatar {
        margin-right: 0.5em;
    }

    .single .entry-footer .byline .avatar {
        width: 3em;
        height: 3em;
    }

    .entry-meta .byline .avatar,
    .entry-footer .byline .avatar {
        width: 2em;
        height: 2em;
    }

    .byline,
    .updated:not(.published) {
        display: none;
    }

/* Sticky Post */

.sticky-post {
    background: #fa6d53;
}

/* Post Image Gallery */

.gr-gallery-wrap {
    position: relative;
    margin: 0 0 1.75em;
}

.gr-gallery {
    overflow: hidden;
    margin-bottom: .5em;
    background: rgba(0,0,0,.05);
}

    .gr-gallery img {
        display: block;
    }

    .gr-gallery .owl-nav [class*='owl-'] {
        width: 50%;
    }

    .gr-gallery-thumb-wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        position: relative;
    }

    .gr-gallery-thumb {
        display: -ms-flexbox;
        display: -webkit-box;
        display: flex;
        -webkit-transition: .5s;
        transition: .5s;
        -ms-flex-direction: row;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-direction: row;
    }

    .gr-gallery-thumb img {
        width: 70px;
        height: 70px;
        margin-right: 0.5em;
        display: block;
        max-width: none;
        cursor: pointer;
        -webkit-transition: opacity .2s;
        transition: opacity .2s;
    }

    .gr-gallery-thumb img:hover,
    .gr-gallery-thumb img.active {
        opacity: .4;
    }

    .gr-gallery-thumb-wrap .gr-gallery-prev,
    .gr-gallery-thumb-wrap .gr-gallery-next {
        display: block;
        position: absolute;
        width: 30px;
        height: 30px;
        left: .75em;
        text-indent: -99999px;
        background-size: 30px;
        background-repeat: no-repeat;
        margin-top: 20px;
        opacity: .7;
        -webkit-transition: opacity .2s;
        transition: opacity .2s;
    }

    .gr-gallery-thumb-wrap .gr-gallery-prev {
        background-image: url("img/gr-arrow-l.svg");
    }

    .gr-gallery-thumb-wrap .gr-gallery-next {
        right: .75em;
        left: auto;
        background-image: url("img/gr-arrow-r.svg");
    }

        .ie .gr-gallery-thumb-wrap .gr-gallery-prev {
            background-image: url("img/gr-arrow-l.cur");
        }

        .ie .gr-gallery-thumb-wrap .gr-gallery-next {
            background-image: url("img/gr-arrow-r.cur");
        }

    .gr-gallery-thumb-wrap .gr-gallery-prev:hover,
    .gr-gallery-thumb-wrap .gr-gallery-next:hover {
        opacity: 1;
    }

/* Recent Posts */

.recent-posts {
    margin-top: 3em;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: justify;
}

    .recent-posts article {
        margin-bottom: 1em;
    }

    .recent-posts .post-thumbnail {
        height: 140px;
        background-position: 50%;
        background-size: cover;
        background-repeat: no-repeat;
        margin-bottom: .75em;
    }

    .recent-posts .entry-title {
        font-size: 1.125rem;
        margin-bottom: 0;
    }

.taxonomy-description {
    margin: 0 0 1.75em;
}

.taxonomy-description p {
    margin: 0.5em 0 1.75em;
}

.taxonomy-description > :last-child {
    margin-bottom: 0;
}

/* Post Navigation */

.post-navigation {
    border-top: 2px solid rgba(96,96,96,.2);
    margin-top: 3em;
}

    .post-navigation a {
        display: block;
        padding: 2em 0;
        color: #606060;
    }

    .post-navigation .nav-previous + .nav-next a {
        border-top: 1px solid rgba(96,96,96,.2);
    }

    .post-navigation span {
        display: block;
        -webkit-transition: color .2s;
        transition: color .2s;
    }

    .post-navigation .meta-nav {
        margin-bottom: 0.5em;
        color: #adadad;
        text-transform: uppercase;
        letter-spacing: 0.083em;
        font-size: 0.75rem;
    }

    .post-navigation .post-title {
        font-weight: 700;
        font-size: 1.5rem;
        line-height: 1.4;
    }

    .post-navigation a:hover .post-title,
    .post-navigation a:focus .post-title {
        color: #fa6d53;
    }

/*--------------------------------------------------------------
13.6 Pages
--------------------------------------------------------------*/

.page-header {
}

    .page-title {
        font-size: 1.75rem;
    }

    .page-title span {
        color: #fa6d53;
    }

.page-links {
    clear: both;
}

    .page-links a,
    .page-links > span {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        margin-right: 0.5em;
        width: 2em;
        height: 2em;
        border: 1px solid rgba(96,96,96,.2);
        font-size: 0.8125rem;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-transition: background .2s;
        transition: background .2s;
    }

    .page-links a {
        border-color: #606060;
        background-color: #606060;
        color: #fff;
    }

    .page-links a:hover,
    .page-links a:focus {
        border-color: transparent;
        background-color: #fa6d53;
        color: #fff;
    }

    .page-links > .page-links-title {
        margin: 0;
        padding-right: 0.5em;
        width: auto;
        height: auto;
        border: 0;
        color: #606060;
    }

.entry-attachment {
    margin-bottom: 1.75em;
}

.entry-caption {
    padding-top: 1em;
    color: #adadad;
    font-style: italic;
    font-size: 0.8125rem;
}

.entry-caption > :last-child {
    margin-bottom: 0;
}

/* Image Navigation & Comments Navigation */

.image-navigation,
.comment-navigation {
    margin-bottom: 2em;
    padding: 1em 0;
    border-top: 1px solid rgba(96,96,96,.2);
    border-bottom: 1px solid rgba(96,96,96,.2);
    color: #adadad;
}

.comments-title + .comment-navigation {
    margin-bottom: 0;
    border-bottom: 0;
}

.image-navigation .nav-previous:not(:empty),
.image-navigation .nav-next:not(:empty),
.comment-navigation .nav-previous:not(:empty),
.comment-navigation .nav-next:not(:empty) {
    display: inline-block;
}

.image-navigation .nav-previous:not(:empty) + .nav-next:not(:empty):before,
.comment-navigation .nav-previous:not(:empty) + .nav-next:not(:empty):before {
    display: inline-block;
    padding: 0 0.5em;
    content: "\002f";
    opacity: 0.7;
}

/* Password protected content */

.post-password-form {
    margin-bottom: 1.75em;
}

.post-password-form label {
    display: block;
    margin-bottom: 1.75em;
}

/* Pagination */

.pagination {
    position: relative;
    width: 100%;
}

    .pagination:before,
    .pagination:after {
        position: absolute;
        top: 0;
        z-index: 0;
        width: 40px;
        height: 40px;
        border: 1px solid rgba(96,96,96,.2);
        border-radius: 2px;
        content: "";
        font-size: 18px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .pagination:before {
        right: 0;
    }

    .pagination:after {
        right: 45px;
    }

    .pagination a:hover,
    .pagination a:focus {
        color: #606060;
    }

    .pagination .nav-links {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .pagination .nav-links:before,
    .pagination .nav-links:after {
        position: absolute;
        z-index: 1;
        min-width: 40px;
        min-height: 40px;
        font-size: inherit;
        opacity: 0.3;
        font-size: 18px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .pagination .nav-links:before {
        right: 0;
        content: "\f429";
    }

    .pagination .nav-links:after {
        top: 0;
        right: 45px;
        content: "\f430";
    }

    .pagination .page-numbers {
        font-size: .875rem;
        display: none;
        min-width: 40px;
        min-height: 40px;
        border: 1px solid rgba(96,96,96,.2);
        border-radius: 2px;
        color: #606060;
        text-align: center;
        text-transform: uppercase;
        line-height: 1;
        -webkit-transition: all .2s;
        transition: all .2s;
        margin-right: 5px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .pagination .page-numbers:not(.dots):hover {
        border-color: #fa6d53;
        background: #fa6d53;
        color: #fff;
    }

    .pagination .page-numbers.current {
        border-color: #fa6d53;
        background: #fa6d53;
        color: #fff;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .pagination .dots {
        border-color: transparent !important;
    }

    .pagination .prev,
    .pagination .next {
        position: absolute;
        margin: 0;
        z-index: 2;
        border: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .pagination .prev:before,
    .pagination .next:before {
        font-size: 18px;
    }

    .pagination .prev:hover,
    .pagination .prev:focus,
    .pagination .next:hover,
    .pagination .next:focus {
        background-color: #fa6d53;
        color: #fff;
    }

    .pagination .prev:focus,
    .pagination .next:focus {
        outline: 0;
    }

    .pagination .prev {
        right: 45px;
    }

    .pagination .prev:before {
        content: "\f430";
    }

    .pagination .next {
        right: 0;
    }

    .pagination .next:before {
        content: "\f429";
    }

/*--------------------------------------------------------------
13.7 Footer
--------------------------------------------------------------*/

.site-footer {
    background: rgba(0,0,0,.03);
    color: #adadad;
    padding: 4em 0 0;
}

.content-bottom-widgets {
    -ms-flex: 0 1 100%;
    -webkit-box-flex: 0;
    flex: 0 1 100%;
    -webkit-flex: 0 1 100%;
    margin: 0 auto;
}

.site-footer-secondary {
    padding: 1em 0;
    background: rgba(0,0,0,.03);
}

    .footer-navigation {
        color: #adadad;
        font-size: 0.8125rem;
    }

    .footer-navigation a {
        display: inline-block;
        color: #adadad;
    }

    .site-footer .footer-menu {
        margin: 0;
        list-style: none;
    }

    .site-footer .footer-menu li {
        display: inline-block;
    }

    .site-footer .footer-menu li:not(:last-child):after {
        display: inline-block;
        padding: 0 0.5em 0 0.8em;
        content: "\002f";
        opacity: 0.7;
    }

/*--------------------------------------------------------------
14.0 Comments
--------------------------------------------------------------*/

.comments-area {
    margin-top: 3em;
    background: rgba(0,0,0,.03);
    padding: 3em;
}

.comment-list + .comment-respond,
.comment-navigation + .comment-respond {
}

.comments-title,
.comment-reply-title {
    font-size: 1.5rem;
}

.comments-title {
    margin-bottom: 2em;
}

.comment-list {
    margin: 0;
    list-style: none;
}

.comment-list article,
.comment-list .pingback,
.comment-list .trackback {
    padding: 1.75em 0;
    border-top: 1px solid rgba(0,0,0,.1);
}

.comment-list .children {
    margin: 0;
    list-style: none;
}

.comment-list .children > li {
    padding-left: 0.875em;
}

.comment-author {
    color: #606060;
}

.comment-author .avatar {
    position: relative;
    float: left;
    margin-right: 0.875em;
    width: 50px;
    height: 50px;
}

.bypostauthor > article .fn:after {
}

.comment-metadata,
.pingback .edit-link {
    color: #adadad;
    font-style: italic;
    font-size: 0.75rem;
}

.comment-metadata {
    margin-bottom: 1em;
}

.comment-metadata a,
.pingback .comment-edit-link {
    color: #adadad;
}

.comment-metadata a:hover,
.comment-metadata a:focus,
.pingback .comment-edit-link:hover,
.pingback .comment-edit-link:focus {
    color: #fa6d53;
}

.comment-metadata .edit-link,
.pingback .edit-link {
    display: inline-block;
}

.comment-metadata .edit-link:before,
.pingback .edit-link:before {
    display: inline-block;
    padding: 0 0.5em;
    content: "\002f";
    opacity: 0.7;
}

.comment-content ul,
.comment-content ol {
    margin: 0 0 1.5em 1.25em;
}

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

.comment-reply-link {
    color: #fa6d53;
}

.comment-reply-link:hover,
.comment-reply-link:focus {
    outline: 0;
}

.comment-form {
}

.comment-form label {
    display: block;
    color: #adadad;
}

.comment-list .comment-form {
    padding-bottom: 1.75em;
}

.comment-notes,
.comment-awaiting-moderation,
.logged-in-as,
.form-allowed-tags {
    margin-bottom: 2em;
    color: #adadad;
    font-size: 0.8125rem;
}

.no-comments {
    margin: 0;
    padding-top: 1.75em;
    border-top: 1px solid rgba(96,96,96,.2);
}

.comment-navigation + .no-comments {
    padding-top: 0;
    border-top: 0;
}

.form-allowed-tags code {
    font-family: Inconsolata, monospace;
}

.form-submit {
    margin-bottom: 0;
}

.required {
    color: #fa6d53;
}

.comment-reply-title small {
    font-size: 100%;
}

.comment-reply-title small a {
    float: right;
    overflow: hidden;
    width: 26px;
    height: 32px;
    border: 0;
}

.comment-reply-title small a:hover,
.comment-reply-title small a:focus {
    color: #606060;
}

.comment-reply-title small a:before {
    position: relative;
    top: -5px;
    content: "\f405";
    font-size: 32px;
}

/*--------------------------------------------------------------
15.0 Widgets
--------------------------------------------------------------*/

.widget {
    margin-bottom: 3.5em;
    font-size: 0.8125rem;
    position: relative;
}

.sidebar .widget {
    background: rgba(0,0,0,.03);
    padding: 1.5em;
}

.widget ul,
.widget li {
    margin: 0;
    list-style: none;
}

    .widget .widget-title {
        letter-spacing: .1em;
        text-transform: uppercase;
        position: relative;
        margin-bottom: 1.5em;
        font-size: .8125rem;
        color: rgba(0,0,0,.3);
    }

    .sidebar .widget .widget-title span {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
    }

    .sidebar .widget .widget-title {
        text-align: center;
    }

    .widget .widget-title:empty {
        margin-bottom: 0;
    }

    .widget-title a {
        color: #606060;
    }

/* Calendar widget */

.widget.widget_calendar table {
    margin: 0;
}

.widget_calendar td,
.widget_calendar th {
    padding: 0;
    text-align: center;
    line-height: 2.5;
}

.widget_calendar caption {
    margin-bottom: 1em;
    font-weight: bold;
}

.widget_calendar tbody a {
    display: block;
    background-color: #fa6d53;
    color: #fff;
    font-weight: 700;
}

.widget_calendar tbody a:hover,
.widget_calendar tbody a:focus {
    background-color: #adadad;
    color: #fff;
}

/* Recent Posts widget */

.widget_recent_entries .post-date {
    display: block;
    margin-bottom: 0.5em;
    color: #adadad;
}

.widget_recent_entries li:last-child .post-date {
    margin-bottom: 0;
}

/* RSS widget */

.widget_rss .rss-date,
.widget_rss cite {
    display: block;
    margin-bottom: 0.5em;
    color: #adadad;
    font-style: normal;
}

.widget_rss .rssSummary:last-child {
    margin-bottom: 2em;
}

/* Tag Cloud widget */

.tagcloud a {
    display: inline-block;
    margin: 0 0.375rem 0.75em 0;
    line-height: 1;
    color: currentColor;
}

.tagcloud a:hover,
.tagcloud a:focus {
    outline: 0;
    border-color: #fa6d53;
    color: #fa6d53;
}

/* TheGravity Categories */

.widget_mystory_categories {
}

    .widget_mystory_categories li {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

/* TheGravity About */

.widget_mystory_about {
}

.widget_mystory_about img {
    display: block;
    float: none;
}

/* TheGravity Recent Posts */

.mystory_posts {
}

.widget-posts-content-wrapper {
    overflow: hidden;
    z-index: 2;
    position: relative;

}

    .mystory_posts article {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 1.5em;
    }

    .mystory_posts .first-post-big article:first-child {
        position: relative;
        display: -ms-flexbox;
        display: -webkit-box;
        display: flex;
        -ms-flex-direction: column;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        -ms-justify-content: flex-end;
        -ms-flex-pack: end;
        -webkit-box-pack: end;
        justify-content: flex-end;
        height: 180px;
        background: #000;
    }

    .mystory_posts article .post-thumbnail-wrapper {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 95px;
        flex: 0 0 95px;
        height: 65px;
    }

    .mystory_posts article .post-thumbnail {
        width: 100%;
        height: 100%;
        margin-bottom: 0;
        background-position: 50%;
        background-size: cover;
        background-repeat: no-repeat;
    }

    .mystory_posts article .post-meta {
        margin-left: 1.25em;
    }

    .mystory_posts .first-post-big article:first-child .post-meta {
        margin-left: 0;
        padding: 1em 20% 1em 1.5em;;
        z-index: 10;
        background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,.3) 100%);
        background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,.3) 100%);
    }

        .mystory_posts article .entry-footer {
            margin-bottom: 0;
        }

        .mystory_posts article .entry-title {
            margin-bottom: 0;
            max-width: 100%;
            font-size: .875rem;
            font-weight: 600;
        }

        .mystory_posts .first-post-big article:first-child .post-thumbnail {
            position: absolute;
            top: 0;
            left: 0;
            margin: 0;
            width: 100%;
            height: 100%;
            background-position: 50%;
            background-size: cover;
            background-repeat: no-repeat;
        }

        .mystory_posts .first-post-big article:first-child .entry-title {
            font-size: 1rem;
        }

        .mystory_posts .first-post-big article:first-child .entry-title a {
            color: #fff;
        }

        .mystory_posts .first-post-big article:first-child .entry-footer a {
            color: rgba(255,255,255,.7);
        }

.widget-posts-pagination {
    overflow: hidden;
}

    .widget-posts-pagination .prev,
    .widget-posts-pagination .next {
        display: block;
        float: left;
        margin-right: 5px;
        width: 1.5rem;
        height: 1.5rem;
        border: 1px solid rgba(96,96,96,.2);
        position: relative;
        color: #adadad;
    }

    .site-footer .widget-posts-pagination .prev,
    .site-footer .widget-posts-pagination .next {
        border-color: rgba(255,255,255,.2);
    }

    .widget-posts-pagination .prev:before,
    .widget-posts-pagination .next:before {
        position: absolute;
        content: "\f430";
        left: 3px;
        top: 3px;
    }

    .widget-posts-pagination .next:before {
        content: "\f429";
    }

    .widget-posts-pagination .prev:hover,
    .widget-posts-pagination .next:hover,
    .widget-posts-pagination .loadmore:hover {
        background: #fa6d53;
        color: #fff;
        border-color: #fa6d53;
    }

    .widget-posts-pagination .loadmore {
        padding: .25rem .75rem;
        border: 1px solid rgba(96,96,96,.2);
        color: #adadad;
        display: inline-block;
        font-size: 0.6875rem;
    }

    .site-footer .widget-posts-pagination .loadmore {
        border-color: rgba(255,255,255,.2);
    }

    .widget-posts-pagination .inactive,
    .widget-posts-pagination .inactive:before {
        pointer-events: none;
        opacity: .5;
    }

/* Widget Spinner */

.widget-posts-spinner {
    font-size: 2.5rem;
    position: relative;
    display: inline-block;
    width: 42px;
    height: 42px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    opacity: 0;
    z-index: 1;
}

    .widget-posts-spinner div {
        position: absolute;
        left: 0.4629em;
        bottom: 0;
        width: 0.074em;
        height: 0.2777em;
        border-radius: 0.0555em;
        background-color: transparent;
        -webkit-transform-origin: center -0.2222em;
        transform-origin: center -0.2222em;
        -webkit-animation: spinner-fade 1s infinite linear;
        animation: spinner-fade 1s infinite linear;
    }

    .site-footer .widget-posts-spinner div {
        -webkit-animation: spinner-fade-inverse 1s infinite linear;
        animation: spinner-fade-inverse 1s infinite linear;
    }

    .search-box .widget-posts-spinner {
        left: auto;
        right: 1rem;
        width: 26px;
        height: 26px;
    }

    .search-box .widget-posts-spinner div {
        width: 2px;
        height: 7px;
        left: 12px;
        -webkit-transform-origin: center -6px;
        transform-origin: center -6px;
    }

    .widget-posts-spinner div:nth-child(1) {
        -webkit-animation-delay: 0s;
        animation-delay: 0s;
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    .widget-posts-spinner div:nth-child(2) {
        -webkit-animation-delay: 0.083s;
        animation-delay: 0.083s;
        -webkit-transform: rotate(30deg);
        transform: rotate(30deg);
    }

    .widget-posts-spinner div:nth-child(3) {
        -webkit-animation-delay: 0.166s;
        animation-delay: 0.166s;
        -webkit-transform: rotate(60deg);
        transform: rotate(60deg);
    }

    .widget-posts-spinner div:nth-child(4) {
        -webkit-animation-delay: 0.249s;
        animation-delay: 0.249s;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }

    .widget-posts-spinner div:nth-child(5) {
        -webkit-animation-delay: 0.332s;
        animation-delay: 0.332s;
        -webkit-transform: rotate(120deg);
        transform: rotate(120deg);
    }

    .widget-posts-spinner div:nth-child(6) {
        -webkit-animation-delay: 0.415s;
        animation-delay: 0.415s;
        -webkit-transform: rotate(150deg);
        transform: rotate(150deg);
    }

    .widget-posts-spinner div:nth-child(7) {
        -webkit-animation-delay: 0.498s;
        animation-delay: 0.498s;
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    .widget-posts-spinner div:nth-child(8) {
        -webkit-animation-delay: 0.581s;
        animation-delay: 0.581s;
        -webkit-transform: rotate(210deg);
        transform: rotate(210deg);
    }

    .widget-posts-spinner div:nth-child(9) {
        -webkit-animation-delay: 0.664s;
        animation-delay: 0.664s;
        -webkit-transform: rotate(240deg);
        transform: rotate(240deg);
    }

    .widget-posts-spinner div:nth-child(10) {
        -webkit-animation-delay: 0.747s;
        animation-delay: 0.747s;
        -webkit-transform: rotate(270deg);
        transform: rotate(270deg);
    }

    .widget-posts-spinner div:nth-child(11) {
        -webkit-animation-delay: 0.83s;
        animation-delay: 0.83s;
        -webkit-transform: rotate(300deg);
        transform: rotate(300deg);
    }

    .widget-posts-spinner div:nth-child(12) {
        -webkit-animation-delay: 0.913s;
        animation-delay: 0.913s;
        -webkit-transform: rotate(330deg);
        transform: rotate(330deg);
    }

    @-webkit-keyframes spinner-fade {
        0% {
            background-color: rgba(96,96,96,.2);
        }
        100% {
            background-color: transparent;
        }
    }

    @keyframes spinner-fade {
        0% {
            background-color: rgba(96,96,96,.2);
        }
        100% {
            background-color: transparent;
        }
    }

    @-webkit-keyframes spinner-fade-inverse {
        0% {
            background-color: rgba(255,255,255,.4);
        }
        100% {
            background-color: transparent;
        }
    }

    @keyframes spinner-fade-inverse {
        0% {
            background-color: rgba(255,255,255,.4);
        }
        100% {
            background-color: transparent;
        }
    }

/*--------------------------------------------------------------
16.0 Media
--------------------------------------------------------------*/

img,
video {
    height: auto;
    max-width: 100%;
}

.site .avatar {
    border-radius: 50%;
}

.entry-content .wp-smiley,
.entry-summary .wp-smiley,
.comment-content .wp-smiley,
.textwidget .wp-smiley {
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
    border: none;
}

.entry-content a img,
.entry-summary a img,
.comment-content a img,
.textwidget a img {
    display: block;
}

embed,
iframe,
object,
video {
    max-width: 100%;
}

p > embed,
p > iframe,
p > object,
p > video {
    margin-bottom: 0;
}

.entry-content .wp-audio-shortcode a,
.entry-content .wp-playlist a {
    box-shadow: none;
}

.wp-audio-shortcode,
.wp-video,
.wp-playlist.wp-audio-playlist {
    margin-top: 0;
    margin-bottom: 1.75em;
}

.wp-playlist.wp-audio-playlist {
    padding-bottom: 0;
}

.wp-playlist .wp-playlist-tracks {
    margin-top: 0;
}

.wp-playlist-item .wp-playlist-caption {
    padding: 0.75em 0;
    border-bottom: 0;
}

.wp-playlist-item .wp-playlist-item-length {
    top: 0.75em;
}

/* Captions */

.wp-caption {
    margin-bottom: 1.75em;
    max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin: 0;
}

.wp-caption .wp-caption-text {
    padding-top: 0.5em;
    color: #adadad;
    font-style: italic;
    font-size: 0.8125rem;
}

/* Galleries */

.gallery {
    margin: 0 0 1.75em;
}

.gallery-item {
    display: inline-block;
    padding: 0 2% 2%;
    max-width: 33.33%;
    width: 100%;
    vertical-align: top;
    text-align: center;
}

.gallery-columns-1 .gallery-item {
    max-width: 100%;
}

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

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

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

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

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

.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}

.gallery-icon img {
    margin: 0 auto;
}

.gallery-caption {
    display: block;
    padding-top: 0.5em;
    color: #adadad;
    font-style: italic;
    font-size: 0.8125rem;
}

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
    display: none;
}

/*--------------------------------------------------------------
17.0 Animations
--------------------------------------------------------------*/

.fadeIn,
.fadeOut,
.fadeInLeft,
.fadeInRight,
.fadeInUp,
.fadeOutLeft,
.fadeOutRight,
.search-box-show,
.search-box-results-show,
.stretchRight {
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

/* Fade In */

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}

    @-webkit-keyframes fadeIn {
        from {
            opacity: 0;
        }
        to {
            opacity: 1;
        }
    }

    @keyframes fadeIn {
        from {
            opacity: 0;
        }
        to {
            opacity: 1;
        }
    }

/* Fade Out */

.fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}

    @-webkit-keyframes fadeOut {
        from {
            opacity: 1;
        }
        to {
            opacity: 0;
        }
    }

    @keyframes fadeOut {
        from {
            opacity: 1;
        }
        to {
            opacity: 0;
        }
    }

/* Fade In Left */

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}

    @-webkit-keyframes fadeInLeft {
        from {
            opacity: 0;
            -webkit-transform: translate3d(-5%, 0, 0);
            transform: translate3d(-5%, 0, 0);
        }
        to {
            opacity: 1;
            -webkit-transform: none;
            transform: none;
        }
    }

    @keyframes fadeInLeft {
        from {
            opacity: 0;
            -webkit-transform: translate3d(-5%, 0, 0);
            transform: translate3d(-5%, 0, 0);
        }
        to {
            opacity: 1;
            -webkit-transform: none;
            transform: none;
        }
    }

/* Fade In Right */

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}

    @-webkit-keyframes fadeInRight {
        from {
            opacity: 0;
            -webkit-transform: translate3d(5%, 0, 0);
            transform: translate3d(5%, 0, 0);
        }
        to {
            opacity: 1;
            -webkit-transform: none;
            transform: none;
        }
    }

    @keyframes fadeInRight {
        from {
            opacity: 0;
            -webkit-transform: translate3d(5%, 0, 0);
            transform: translate3d(5%, 0, 0);
        }
        to {
            opacity: 1;
            -webkit-transform: none;
            transform: none;
        }
    }

/* Fade In Up */

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

    @-webkit-keyframes fadeInUp {
        from {
            opacity: 0;
            -webkit-transform: translate3d(0, 10%, 0);
            transform: translate3d(0, 10%, 0);
        }
        to {
            opacity: 1;
            -webkit-transform: none;
            transform: none;
        }
    }

    @keyframes fadeInUp {
        from {
            opacity: 0;
            -webkit-transform: translate3d(0, 10%, 0);
            transform: translate3d(0, 10%, 0);
      }
        to {
            opacity: 1;
            -webkit-transform: none;
            transform: none;
        }
    }

/* Fade Out Right */

.fadeOutRight {
    -webkit-animation-name: fadeOutRight;
    animation-name: fadeOutRight;
}

    @-webkit-keyframes fadeOutRight {
        from {
            opacity: 1;
        }
        to {
            opacity: 0;
            -webkit-transform: translate3d(5%, 0, 0);
            transform: translate3d(5%, 0, 0);
        }
    }

    @keyframes fadeOutRight {
        from {
            opacity: 1;
        }

        to {
            opacity: 0;
            -webkit-transform: translate3d(5%, 0, 0);
            transform: translate3d(5%, 0, 0);
        }
    }

/* Fade Out Left */

.fadeOutLeft {
    -webkit-animation-name: fadeOutLeft;
    animation-name: fadeOutLeft;
}

    @-webkit-keyframes fadeOutLeft {
        from {
            opacity: 1;
        }
        to {
            opacity: 0;
            -webkit-transform: translate3d(-5%, 0, 0);
            transform: translate3d(-5%, 0, 0);
        }
    }

    @keyframes fadeOutLeft {
        from {
            opacity: 1;
        }
        to {
            opacity: 0;
            -webkit-transform: translate3d(-5%, 0, 0);
            transform: translate3d(-5%, 0, 0);
        }
    }

/* Fade In */

.stretchRight {
    -webkit-animation-name: stretchRight;
    animation-name: stretchRight;
}

    @-webkit-keyframes stretchRight {
        from {
            width: 0;
        }
        to {
            width: 100%;
        }
    }

    @keyframes stretchRight {
        from {
            width: 0;
        }
        to {
            width: 100%;
        }
    }

/*--------------------------------------------------------------
18.0 Plug-ins
--------------------------------------------------------------*/

/* WP QUADS */

.ad-location-caption {
    font-size: 0.6875rem;
    text-align: center;
    color: rgba(0,0,0,.4);
    margin-top: .25em;
}

.widget[class*=quads-] {
    padding: 0;
    background: transparent;
}

[class^=quads-] img {
    display: block;
    margin: auto;
}

/* Sassy Social Share - Fix for standard buttons */

div.heateor_sss_horizontal_sharing ul >  li {
    width: auto !important;
}

.heateor_sss_sharing_ul li:first-child .heateorSssSharing,
.heateor_sss_sharing_ul li:first-child .heateorSssSharingButton {
    margin-left: 0 !important;
}

.heateor_sss_square_count {
    color: #adadad;
    word-wrap: normal;
    font-weight: normal !important;
}

/* MailChimp for WordPress */

.newsletter-form {
    padding: 2.5em 2.5em 3em;
    margin-top: 3em;
    border-radius: 4px;
    background: rgba(0,0,0,.03);
}

    .newsletter-form h2 {
        margin-bottom: .25em;
    }

    .newsletter-form input:not([type="submit"]) {
        background: #fff;
    }

    .newsletter-form .mc4wp-form p:last-child {
        margin-bottom: 0;
    }

    .mc4wp-form .custom-form {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

/* WP Instagram Widget */

.site-instagram-feed {
    position: relative;
}

.null-instagram-feed img {
    display: block;
}

.sidebar .instagram-pics,
.site-footer .instagram-pics {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.widget.null-instagram-feed {
    overflow: hidden;
}

.site-instagram-feed .widget.null-instagram-feed {
    margin: 0;
}

.null-instagram-feed ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.null-instagram-feed li {
    overflow: hidden;
    background: #606060;
}

.site-instagram-feed .null-instagram-feed li {
    width: 50%;
}

.null-instagram-feed li a {
    display: block;
}

.sidebar .null-instagram-feed li,
.site-footer .null-instagram-feed li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(33.33333333% - 2px);
    flex: 0 0 calc(33.33333333% - 4px);
    max-width: calc(33.33333333% - 4px);
    background: #606060;
    margin: 2px 0;
}

.null-instagram-feed a:hover {
    opacity: .6;
}

.site-instagram-feed .null-instagram-feed li:nth-child(5),
.site-instagram-feed .null-instagram-feed li:nth-child(6),
.site-instagram-feed .null-instagram-feed li:nth-child(7),
.site-instagram-feed .null-instagram-feed li:nth-child(8) {
    display: none;
}

.site-instagram-feed .site-instagram-caption {
    position: absolute;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    pointer-events: none;
}

.site-instagram-feed .site-instagram-caption h4 {
    color: #fff;
    font-size: .75rem;
    font-weight: bold;
    background: #fa6d53;
    padding: .75em 1.5em;
    margin: 0;
}

.site-instagram-feed img {
    width: 100%;
}

/* WooCommerce */

.site-woocommerce-cart > a span {
    position: absolute;
    top: 50%;
    left: 12px;
    background: rgba(0,0,0,.6);
    color: #fff;
    border-radius: 50%;
    min-width: 18px;
    min-height: 18px;
    font-size: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.woocommerce .gravity-container #container {
    width: 100%;
}

.woocommerce ul.products li.product h3 {
    font-size: 1.5rem;
    color: #606060;
    padding: 0;
    -webkit-transition: color .2s;
    transition: color .2s;
}

.woocommerce ul.products li.product a:hover h3 {
    color: #fa6d53;
}

.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
    display: inline-block;
    padding: .5em 1.25em;
    border: 0;
    border-radius: 0;
    background: #606060;
    color: #fff;
    cursor: pointer;
    font-weight: 600;
    font-size: .75rem;
    line-height: inherit;
    -webkit-transition: background, border, .2s;
    transition: background, border, .2s;
}

.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
    padding: .625em 1.25em;
    font-size: .875rem;
}

.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
    background-color: #fa6d53;
    color: #fff;
}

.woocommerce ul.products li.product .price {
    color: #adadad;
}

.woocommerce ul.products li.product .onsale {
    margin: -.75em -.75em 0 0;
}

.woocommerce span.onsale {
    min-height: 4em;
    min-width: 4em;
    padding: 0;
    line-height: inherit;
    background-color: #fa6d53;
    font-size: .75rem;
    top: -.75em;
    left: -.75em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.woocommerce nav.woocommerce-pagination {
    margin-bottom: 1.5em;
}

.woocommerce nav.woocommerce-pagination ul {
    border: 0;
}

.woocommerce nav.woocommerce-pagination ul li {
    border: 0;
    margin-right: 5px;
}

.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
    padding: 0;
    font-size: .875rem;
    min-width: 40px;
    min-height: 40px;
    border: 1px solid rgba(96,96,96,.2);
    border-radius: 2px;
    color: #606060;
    text-align: center;
    text-transform: uppercase;
    line-height: 1;
    -webkit-transition: all .2s;
    transition: all .2s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-backface-visibility: hidden;
}

.woocommerce nav.woocommerce-pagination ul li a:focus,
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li span.current {
    border-color: #fa6d53;
    background-color: #fa6d53;
    color: #fff;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
    float: left;
    margin: 0 3.8% 1em 0;
    padding: 0;
    position: relative;
    width: 22.15%;
}

.woocommerce ul.products li.product.last,
.woocommerce-page ul.products li.product.last {
    margin-right: 0;
}

.woocommerce div.product .product_title {
    color: #404040;
}

.woocommerce div.product p.price,
.woocommerce div.product span.price {
    color: #606060;
}

.woocommerce .star-rating {
    color: #fa6d53;
}

.product_meta > span {
    display: block;
    font-size: .8125rem;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
    padding: 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs:before {
    border-color: #e6e6e6;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
    border-color: #e6e6e6;
    border-radius: 0;
    padding: .625em 1.5em;
    margin: 0;
    float: left;
    font-weight: 600;
    font-size: .875rem;
    background-color: rgba(0,0,0,.03);
    -webkit-transition: background .2s;
    transition: background .2s;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    background: #fff;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li:nth-child(n+2) {
    margin-left: -1px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li:after,
.woocommerce div.product .woocommerce-tabs ul.tabs li:before {
    content: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    padding: 0;
}

.woocommerce-tabs.wc-tabs-wrapper {
    margin-bottom: 3em;
}

.woocommerce #reviews #comments ol.commentlist li img.avatar {
    background: transparent;
    padding: 0;
    border: 0;
    width: 50px;
    height: 50px;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text {
    margin-left: 80px;
}

#add_payment_method table.cart input,
.woocommerce-cart table.cart input,
.woocommerce-checkout table.cart input {
    line-height: inherit;
}

.woocommerce a.remove {
    color: #adadad !important;
}

.woocommerce a.remove:hover {
    background-color: #fa6d53;
}

.woocommerce #respond input#submit.disabled,
.woocommerce #respond input#submit:disabled,
.woocommerce #respond input#submit:disabled[disabled],
.woocommerce a.button.disabled,
.woocommerce a.button:disabled,
.woocommerce a.button:disabled[disabled],
.woocommerce button.button.disabled,
.woocommerce button.button:disabled,
.woocommerce button.button:disabled[disabled],
.woocommerce input.button.disabled,
.woocommerce input.button:disabled,
.woocommerce input.button:disabled[disabled] {
    color: #fff;
    padding: .5em 1.25em;
    line-height: inherit;
    opacity: .5;
}



/*--------------------------------------------------------------
19.0 - Media Queries
--------------------------------------------------------------*/

/* 19.1 - <= 479px */

@media screen and (max-width: 29.938em) {
    
    /* Header */

    .site-branding {
        max-width: 210px;
    }

    /* Blog Template */

    .blog-template-three article,
    .blog-template-five article {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }

    .blog-template-three .post-thumbnail-wrapper,
    .blog-template-three .post-meta,
    .blog-template-five .post-thumbnail-wrapper,
    .blog-template-five .post-meta {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
        max-width: 100%;
    }

    .blog-template-three .post-thumbnail-wrapper,
    .blog-template-five .post-thumbnail-wrapper {
        margin-bottom: 1.5em;
    }

    .blog-template-three .post-thumbnail-wrapper + .post-meta,
    .blog-template-five .post-thumbnail-wrapper + .post-meta {
        padding-left: 0;
    }

}

/* 19.2 - >= 480px */

@media screen and (min-width: 30em) {

    /* Typography */

    h1 {
        font-size: 2rem;
    }

    h2 {
        font-size: 1.25rem;
    }

    h3 {
        font-size: 1.25rem;
    }

    h4 {
        font-size: 1.125rem;
    }

    h5 {
        font-size: 1rem;
    }

    h6 {
        font-size: .875rem;
    }

    /* Layout */

    .gravity-container {
        max-width: calc(1086px + 6em);
        padding: 0 3em;
    }

    /* Recent Posts */

    .recent-posts {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .recent-posts article {
        width: calc(33.3333333% - 0.75rem);
        margin-bottom: 0;
    }
}

/* 19.3 - <= 767px */

@media screen and (max-width: 47.938em) {

    /* Posts Slider */

    .site-featured-content {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .site-featured-content article .post-meta {
        padding: .5em 1.5em;
    }

    .site-featured-content > article {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    }

    .featured-thumbnails-wrapper {
        -webkit-transform: none !important;
        transform: none !important;
    }

    .featured-thumbnails-prev,
    .featured-thumbnails-next {
        display: none;
    }

    /* Posts Carousel */

    .site-featured-carousel .post-meta {
        padding: .5em 1.5em;
    }

    /* Post Templates */

    .post-template-three .post-header .entry-title,
    .post-template-four .post-header .entry-title {
        font-size: 1.25rem;
    }

    /* WooCommerce */

    .woocommerce ul.products li.product,
    .woocommerce-page ul.products li.product {
        width: 48.25% !important;
    }

    .woocommerce ul.products li.product:nth-child(2n),
    .woocommerce-page ul.products li.product:nth-child(2n) {
        margin-right: 0;
    }
}

/* 19.4 - >= 768px */

@media screen and (min-width: 48em) {

    /* Alignments */

    .entry-content blockquote.alignleft,
    .entry-content blockquote.alignright {
        width: calc(50% - 0.75em);
    }

    .entry-summary ul,
    .comment-content ul,
    .entry-summary ol,
    .comment-content ol {
        margin-left: 0;
    }

    .entry-content li > ul,
    .entry-summary li > ul,
    .comment-content li > ul,
    .entry-content blockquote > ul,
    .entry-summary blockquote > ul,
    .comment-content blockquote > ul {
        margin-left: 1.75em;
    }

    .entry-content li > ol,
    .entry-summary li > ol,
    .comment-content li > ol,
    .entry-content blockquote > ol,
    .entry-summary blockquote > ol,
    .comment-content blockquote > ol {
        margin-left: 1.75em;
    }

    /* Layout */

    .site-content {
        padding: 3em 0;
    }

        .content-area {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 calc(66.66666667% - 1em);
                flex: 0 0 calc(66.66666667% - 1em);
            max-width: calc(66.66666667% - 1em);
        }

        .no-sidebar .content-area {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
            flex: 0 0 100%;
            max-width: 100%;
        }

        .sidebar {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 calc(33.33333333% - 2em);
            flex: 0 0 calc(33.33333333% - 2em);
            max-width: calc(33.33333333% - 2em);
        }

    /* Header - Secondary */

    .site-header-secondary {
        display: block;
    }

    /* Posts Slider */

    .site-featured-content {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }

    .site-featured-content article {
        height: 375px;
    }

    .site-featured-content > article {
        height: 100%;
        -ms-flex-preferred-size: 73%;
        flex-basis: 73%;
        max-width: 73%;
    }

        .site-featured-content article .post-meta {
            padding: 5% 25% 3% 5%;
        }

    .featured-thumbnails {
        -ms-flex: 1;
        -webkit-box-flex: 1;
        flex: 1 1 27%;
        padding: 0;
        max-width: 27%;
        margin-left: auto;
        height: 100%;
    }

        .featured-thumbnails-wrapper {
            -ms-flex-direction: column;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            flex-direction: column;
        }

        .featured-thumbnails article {
            height: 125px;
        }

        .featured-thumbnails .entry-title {
            font-size: 0.875rem;
        }

    .featured-thumbnails:hover .featured-thumbnails-prev:not(.inactive),
    .featured-thumbnails:hover .featured-thumbnails-next:not(.inactive) {
        display: block;
    }

    /* Posts Carousel */

    .site-featured-carousel article {
        height: 375px;
    }

    .site-featured-carousel .post-meta {
        padding: 5% 25% 3% 5%;
    }

    /* Blog - Template 3 (List layout) */

    .blog-template-three .post-thumbnail,
    .blog-template-five .post-thumbnail {
        height: 235px;
    }

    /* Post Templates */

    .post-template-one .post-header .post-meta,
    .post-template-three .post-header .post-meta,
    .post-template-four .post-header .post-meta {
        padding-right: 25%;
    }

    /* Post Image Gallery */

    .gr-gallery {
        margin-bottom: .75em;
    }

        .gr-gallery-thumb img {
            width: 100px;
            height: 100px;
            margin-right: 0.75em;
        }

        .gr-gallery-thumb-wrap .gr-gallery-prev,
        .gr-gallery-thumb-wrap .gr-gallery-next {
            width: 40px;
            height: 40px;
            left: 1em;
            background-size: 40px;
            margin-top: 30px;
        }

        .gr-gallery-thumb-wrap .gr-gallery-next {
            right: 1em;
            left: auto;
        }

    /* Post Navigation */

    .post-navigation .nav-links {
        display: -ms-flexbox;
        display: -webkit-box;
        display: flex;
        -webkit-box-pack: justify;
        justify-content: space-between;
        -ms-flex-pack: justify;
    }

    .post-navigation .nav-previous,
    .post-navigation .nav-next {
        max-width: 48%;
    }

    .post-navigation .nav-next {
        text-align: right;
        margin-left: auto;
    }

    .post-navigation .nav-previous + .nav-next a {
        border: 0;
    }

    /* Post Title */

    .entry-title {
        font-size: 2.25rem;
    }

    /* Pages */

    .page-title {
        font-size: 2.25rem;
    }

    /* Pagination */

    .pagination .current .screen-reader-text { /* restore screen-reader-text */
        position: absolute !important;
    }

    .pagination .page-numbers {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    /* Comments */

    .comment-list .children > li {
        padding-left: 3.5em;
    }

    /* Footer */

    .content-bottom-widgets .widget-area:nth-child(1):nth-last-child(2),
    .content-bottom-widgets .widget-area:nth-child(2):nth-last-child(1) {
        float: left;
        margin-right: 5%;
        width: 45%;
    }
    .content-bottom-widgets .widget-area:nth-child(2):nth-last-child(1):last-of-type {
        margin-right: 0;
    }

    .content-bottom-widgets .widget-area:nth-child(1):nth-last-child(3),
    .content-bottom-widgets .widget-area:nth-child(2):nth-last-child(2),
    .content-bottom-widgets .widget-area:nth-child(3):nth-last-child(1) {
        float: left;
        margin-right: 5%;
        width: 30%;
    }

    .content-bottom-widgets .widget-area:nth-child(3):nth-last-child(1):last-of-type {
        margin-right: 0;
    }

    .site-footer .social-navigation {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .footer-navigation {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        margin: 0.5em auto 0.5em 0;
    }

    /* Widgets */

    .widget {
        margin-bottom: 3em;
    }

    .widget p,
    .widget address,
    .widget hr,
    .widget ul,
    .widget ol,
    .widget dl,
    .widget dd,
    .widget table {
        margin-bottom: 1.5em;
    }

    .widget ul {
        margin: 0;
        list-style: none;
    }

    .widget li > ul,
    .widget li > ol {
        margin-bottom: 0;
    }

    .widget blockquote {
        margin-bottom: 1.25em;
        padding-left: 1em;
        font-size: 1rem;
    }

    .widget blockquote cite,
    .widget blockquote small {
        font-size: 0.8125rem;
    }

    .widget th,
    .widget td {
        padding: 0.5em;
    }

    .widget pre {
        margin-bottom: 1.5em;
        padding: 0.5em;
        font-size: 0.8125rem;
    }

    .widget fieldset {
        margin-bottom: 1.5em;
        padding: 0.5em;
    }

    .widget h1 {
        margin-bottom: 1.25em;
        font-size: 1.438rem;
    }

    .widget h2 {
        margin-bottom: 1.25em;
        font-size: 1.188rem;
    }

    .widget h3 {
        margin-bottom: 1.25em;
        font-size: 1rem;
    }

    .widget h4,
    .widget h5,
    .widget h6 {
        margin-bottom: 0.938em;
        font-size: 0.813rem;
    }

    .widget .alignleft {
        margin: 0 1.5em 1.5em 0;
    }

    .widget .alignright {
        margin: 0 0 1.5em 1.5em;
    }

    .widget .aligncenter {
        margin-bottom: 1.5em;
    }

    .widget_calendar td,
    .widget_calendar th {
        padding: 0;
        line-height: 2.5;
    }

    .widget_rss .rssSummary:last-child {
        margin-bottom: 1.5em;
    }

    .widget button.search-submit,
    .news-submit {
        padding: 0;
    }

    .tagcloud a {
    }

    /* WP Instagram Widget */

    .site-instagram-feed .null-instagram-feed li {
        width: 12.5%;
    }

    .site-instagram-feed .null-instagram-feed li:nth-child(5),
    .site-instagram-feed .null-instagram-feed li:nth-child(6),
    .site-instagram-feed .null-instagram-feed li:nth-child(7),
    .site-instagram-feed .null-instagram-feed li:nth-child(8) {
        display: block;
    }

    .owl-theme .owl-nav {
        display: block;
    }

}

/* 19.5 - <= 991px and >= 768 */

@media screen and ( max-width: 61.938em ) and ( min-width: 48em ) {

    /* Widgets */

    .mystory_posts article {
	    margin-bottom: 1.25em;
	}

    .mystory_posts .first-post-big article:first-child {
        height: 110px;
    }

	.mystory_posts article .post-thumbnail-wrapper {
	    flex-basis: 70px;
	    height: 50px;
	}

	.mystory_posts article .post-meta {
	    margin-left: 1em;
	}

	.mystory_posts article .entry-title {
	    font-size: .5rem;
	}

	.mystory_posts article .entry-footer {
	    font-size: .5rem;
	}

}

/* 19.6 - <= 991px */

@media screen and (max-width: 61.938em) {

    /* Header */

    .site-header-branding {
        margin: auto; /* Correct horizontal alignment in Firefox */
    }

    .site-header-branding .gravity-container {
        padding: 0;
    }

        .site-branding {
            text-align: center;
            margin: auto;
        }

    /* Main Navigation */

    .primary-menu {
        padding: 0 5% 4em;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

        .primary-menu li {
            border-bottom: 1px solid rgba(96,96,96,.2);
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
        }

        .primary-menu li.menu-item-has-children a {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 calc(100% - 3em);
            flex: 0 0 calc(100% - 3em);
        }

        .primary-menu li:last-child {
            border-bottom: none;
        }

        .primary-menu ul li:first-child {
            border-top: 1px solid rgba(96,96,96,.2);
        }

        .primary-menu ul {
            padding-left: 1.5em;
            -webkit-box-flex: 1;
            -ms-flex: 1 100%;
            flex: 1 100%;
        }

        .site-header-menu.toggled-on {
            overflow: hidden;
            overflow-y: auto;
        }

        html.menu-toggled-on,
        html.search-toggled-on {
            overflow: hidden !important;
            height: 100% !important;
        }
}

/* 19.7 - >= 992px */

@media screen and (min-width: 62em) {

    /* Main Navigation */

    .site-header-menu {
        display: block;
        position: relative;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        border-top: 1px solid rgba(0,0,0,.1);
    }

    .main-navigation {
        display: block;
    }

    .main-navigation:after {
        content: "";
        width: 100%;
        height: .75em;
        display: block;
        position: absolute;
        bottom: -.75em;
        background: -webkit-linear-gradient(top,rgba(0,0,0,.07) 0%,rgba(0,0,0,0)100%);
        background: linear-gradient(to bottom,rgba(0,0,0,.07) 0%,rgba(0,0,0,0)100%);
    }

        .primary-menu > li:not(.site-search-icon) {
            margin-right: 1.25em;
        }

        .primary-menu > li:not(.site-search-icon):not(.site-woocommerce-cart) > a:before {
            position: absolute;
            bottom: 0;
            left: 0;
            width: 0;
            height: 2px;
            background-color: #fa6d53;
            content: '';
        }

        .primary-menu > li:not(.site-search-icon):hover > a:before {
            animation: stretchRight .3s;
            width: 100%;
        }

        .primary-menu li:hover > ul,
        .primary-menu li.focus > ul {
            display: block;
            animation: fadeIn .3s;
        }

        .primary-menu ul {
            padding: .5rem 0;
            position: absolute;
            left: 0;
            z-index: 99998;
            box-shadow: 0 1px 8px rgba(0,0,0,.2);
            top: 100%;
            display: none;
        }

        .primary-menu ul:before {
            position: absolute;
            top: -2px;
            left: 0;
            width: 100%;
            height: 2px;
            background-color: #fa6d53;
            content: '';
        }

        .primary-menu li:hover > ul:before,
        .primary-menu li.focus > ul:before {
            animation: stretchRight .3s;
            width: 100%;
        }

        .primary-menu ul a {
            padding: .625em 1.75em;
            white-space: nowrap;
        }

        .primary-menu ul a:hover {
            background: rgba(0,0,0,.03)
        }

        .primary-menu ul ul {
            top: -.5rem;
            left: 100%;
        }

            .primary-menu ul ul:before,
            .primary-menu ul ul:after {
                border: 0;
            }

            .primary-menu ul li:hover > a {
                color: #fa6d53;
            }

            .primary-menu ul li:last-child a {
                border-bottom: none;
            }


            .primary-menu ul li:hover > ul,
            .primary-menu ul li.focus > ul {
                right: auto;
                left: 100%;
            }

            .primary-menu li.menu-item-has-children > a {
                margin: 0;
            }

            .primary-menu li.menu-item-has-children > a:after {
                margin-left: .25rem;
                content: "\f431";
                color: #adadad;
                line-height: inherit;
                font-size: inherit;
            }

            .primary-menu ul li.menu-item-has-children > a:after {
                content: "\f431";
                font-size: inherit;
                -webkit-transform: rotate(-90deg);
                transform: rotate(-90deg);
                margin-left: 1.5em;
                margin-right: -.75em;
            }

        .dropdown-toggle,
        .main-navigation ul .dropdown-toggle.toggled-on,
        .menu-toggle {
            display: none;
        }

    /* Header */

    .site-header-main {
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    }

        .site-header-branding {
            width: 100%;
            -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
            order: 1;
            padding-top: 2rem;
            padding-bottom: 2rem;
        }

            .site-branding {
                max-width: none;
                -ms-flex-negative: 0;
                flex-shrink: 0;
            }

            .site-title {
                font-size: 28px;
                font-size: 1.75rem;
                line-height: 1.25;
            }

            .site-description {
                display: block;
            }

    /* Header Template 3 */

    .header-template-three .site-header-main {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    /* Header ad */

    .site-header .ad-location {
        display: block;
    }

    /* ad after menu */
    
    .ad-location-after_menu {
        display: block;
        margin: 1.75em auto 0;
        max-width: 1086px;
    }

    /* Search */

    .site-search-icon {
        display: none;
    }

    .primary-menu li.site-search-icon {
        margin-left: auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .primary-menu .site-woocommerce-cart + .site-search-icon {
        margin: 0;
    }

    /* Featured Content (Posts Slider, Posts Carousel, Featured Image) */

    .site-featured-content,
    .site-featured-carousel article,
    .site-featured-image {
        height: 540px;
    }

    .featured-thumbnails article {
        height: 180px;
    }

    /* Blog Templates */

    .blog-template-one > article,
    .blog-template-two > article {
        width: 50%;
    }

    .site-featured-content .entry-title,
    .site-featured-carousel .entry-title {
        font-size: 3rem;
    }

    .featured-thumbnails .entry-title {
        font-size: 1.125rem;
    }

    /* Post Title */

    .entry-title {
        font-size: 3rem;
    }

    /* Post Templates */

    .post-template-one .post-header,
    .post-template-three .post-header,
    .post-template-four .post-header {
        height: 540px;
    }

    /* Pages */

    .page-title {
        font-size: 3rem;
    }

    /* Widgets */

    .widget {
        margin-bottom: 4em;
    }

    .site-footer .widget {
        margin-bottom: 3em;
    }
}

/* 19.8 - >= 1200px */

@media screen and (min-width: 75em) {

    .site-featured-carousel article {
        width: 1086px;
    }

    .site-boxed .site-featured-carousel article {
        width: auto;
    }
}

/*--------------------------------------------------------------
20.0 Print
--------------------------------------------------------------*/

@media print {

    form,
    button,
    input,
    select,
    textarea,
    .site-header-secondary,
    .menu-toggle,
    .site-search-icon,
    .site-header-menu,
    .navigation,
    .main-navigation,
    .social-navigation,
    .sidebar,
    .site-footer,
    .content-bottom-widgets,
    .page-links,
    .edit-link,
    .comment-respond,
    .comment-edit-link,
    .comment-reply-link,
    .comment-metadata .edit-link,
    .pingback .edit-link,
    .site-instagram-feed,
    .heateor_sss_sharing_container {
        display: none;
    }

    body,
    .site {
        background: none !important; /* Brute force since user agents all print differently. */
    }

    .site {
        padding-left: 5%;
        padding-right: 5%; 
    }

    [class^=blog-template-] > article {
        position: static !important;
    }
}
.fb_iframe_widget_fluid span {
    width: 100% !important;
}
iframe.fbsocialwidget {
    display: none !important;
}