/*
Theme Name: La Pura
Theme URI: http://themeneo.com
Author: ThemeNeo
Author URI: http://themeneo.com/
Description: "La Pura" is clean content focus Blogging Theme perfect for bloggers. It is responsive means it will fit in various device of different size. It is simple and it’s elegant. Theme options are directly incorporated with WordPress Customizer itself. "La Pura" is suitable for any kind of personal or food, travel, hobby, tutorial blog.
Version: 1.3
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: right-sidebar, left-sidebar, fixed-layout, responsive-layout, accessibility-ready, custom-colors, custom-menu, editor-style, featured-images, microformats, post-formats, sticky-post, threaded-comments, translation-ready
Text Domain: themeneo
*/

/**
 * Table of Contents
 *
 * 1.0 - Reset
 * 2.0 - General
 * 3.0 - Header
 * 4.0 - Navigation
 * 5.0 - Main Content
 * 6.0 - Widgets
 * 7.0 - Comments
 * 8.0 - Footer
 * 9.0 - Media Queries
 * 10.0 - Misc
 */
 
/*
 *  1.0 - Reset
 *
 *  Resetting and rebuilding styles have been helped along thanks to the fine
 *  work of Eric Meyer, Nicolas Gallagher, Jonathan Neal, and Blueprint.
 *
 *-------------------------------------------------------------------------*/
*,
*:hover,
*:focus,
*:active {
    outline: none;
    outline-style: none;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-font-smoothing: antialiased !important;
    -moz-font-smoothing: antialiased !important;
    -o-font-smoothing: antialiased !important;
    -ms-font-smoothing: antialiased !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}
html {
    overflow-x: hidden;
    overflow-y: scroll;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}
body {
    line-height: 1;
}
audio, canvas, video {
    display: inline-block;
    max-width: 100%;
}
h1, h2, h3, h4, h5, h6, b, strong {
    font-weight: bold;
}
h1, h2, h3, h4, h5, h6 {
    clear: both;
}
abbr[title] {
    border-bottom: 1px dotted;
    cursor: help;
}
address, cite, dfn, em, i {
    font-style: italic;
}
mark,
ins {
    background: #FFA;
    text-decoration: none;
}
code, kbd, tt, var, samp, pre {
    font-family: monospace, serif;
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
}
pre {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 100%;
    overflow: auto;
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}
pre,
code {
    -moz-tab-size: 4;
    -o-tab-size: 4;
    tab-size: 4;
}
ol,
ul {
    list-style: none;
}
blockquote,
q {
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
    quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
    content: none;
}
small {
    font-size: smaller;
}
big {
    font-size: 125%;
}
sup,
sub {
    font-size: 75%;
    height: 0;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    bottom: 1ex;
}
sub {
    top: .5ex;
}
img {
    -ms-interpolation-mode: bicubic;
    border: 0;
    vertical-align: middle;
}
figure {
    margin: 0;
}
legend {
    white-space: normal;
}
button, input, select, textarea {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: inherit;
    margin: 0;
    max-width: 100%;
    vertical-align: baseline;
}
button,
input {
    line-height: normal;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}
button[disabled],
input[disabled] {
    cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
    padding: 0;
}
input[type="search"] {
    -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
textarea {
    overflow: auto;
    vertical-align: top;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
caption,
th,
td {
    font-weight: normal;
    text-align: left;
}
hr {
    background-color: #CCC;
    border: 0;
    height: 1px;
}
embed,
iframe,
object,
video {
    max-width: 100%;
}
embed,
iframe,
img,
object,
video {
    max-width: 100%;
}
img {
    width: auto;
    height: auto;
}


/*
 *  2.0 - General
 *-------------------------------------------------------------------------*/
body {
    background-color: #FFF;
    overflow-x: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
body, button, input, select, textarea {
    color: #202222;
    font-size: 16px;
    font-family: "Gentium Basic", Georgia, sans-serif;
    line-height: 1.625;
}
a {
    color: #ef5f69;
    text-decoration: none;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
h1, h2, h3, h4, h5, h6, b, strong {
    color: #000000;
}
h1, h2, h3, h4, h5, h6 {
    line-height: 1.425;
}
p ~ h1, p ~ h2, p ~ h3, p ~ h4, p ~ h5, p ~ h6 {
    margin-top: 32px;
}
h1 {
    font-size: 23px;
}
h2 {
    font-size: 21px;
}
h3 {
    font-size: 18px;
}
h4 {
    font-size: 16px;
}
h5 {
    font-size: 14px;
}
h6 {
    font-size: 12px;
}
table,
th,
td {
    border: 1px solid #e5e5e5;
}
table {
    border-collapse: separate;
    border-spacing: 0;
    border-width: 1px 0 0 1px;
    margin-bottom: 25px;
    width: 100%;
}
caption,
th,
td {
    font-weight: normal;
    text-align: left;
}
th,
td {
    border-width: 0 1px 1px 0;
    padding: 5px;
}
del {
    color: #9a9a9a;
}
hr {
    background-color: #e5e5e5;
    border: 0;
    height: 1px;
    margin-bottom: 23px;
}
p, pre, dl, dd, blockquote, address, table, fieldset, form, .gallery, .wp-audio-shortcode, .wp-video-shortcode, img.alignnone {
    margin-bottom: 24px;
}
p:last-child {
    margin-bottom: 0;
}
p img.alignnone:last-child {
    margin-bottom: 0;
}
input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="week"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], input[type="color"], textarea {
    background-color: #f5f5f5;
    border: 0;
    color: #000000;
    display: inline-block;
    padding: 5px 10px;
    line-height: 1.42;
    width: auto;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
input[type="text"]:focus, input[type="password"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="email"]:focus, input[type="number"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="time"]:focus, input[type="url"]:focus, input[type="color"]:focus, textarea:focus {
    background-color: #f8f8f8;
}
textarea {
    width: 100%;
}
button, input[type="button"], input[type="reset"], input[type="submit"] {
    background-color: #000000;
    color: #fff;
    border: 0;
    display: inline-block;
    padding: 9px 10px;
    font-size: 10px;
    letter-spacing: 2px;
    text-transform: uppercase;
    line-height: 1.42;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
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: #ef5f69;
}
.search-form .search-field,
.search-form .search-submit {
    float: left;
}
embed, iframe, img, object, video, .wp-caption {
    max-width: 100%;
}
[hidden],
.hide {
    display: none;
}
.sticky,
.bypostauthor {}
.alignleft {
    float: left;
}
.alignright {
    float: right;
}
.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
blockquote.alignleft,
figure.wp-caption.alignleft,
img.alignleft {
    margin: 8px 24px 8px 0;
}
.wp-caption.alignleft {
    margin: 8px 14px 8px 0;
}
blockquote.alignright,
figure.wp-caption.alignright,
img.alignright {
    margin: 8px 0 8px 24px;
}
.wp-caption.alignright {
    margin: 8px 0 8px 14px;
}
blockquote.aligncenter,
img.aligncenter,
.wp-caption.aligncenter {
    margin-top: 8px;
    margin-bottom: 8px;
}
.wp-caption {
    margin-bottom: 24px;
    max-width: 100%;
    position: relative;
}
.wp-caption img[class*="wp-image-"] {
    display: block;
    margin: 0;
}
.wp-smiley {
    border: 0;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}
.gallery-caption,
.wp-caption-text {
    color: #9a9a9a;
    font-style: italic;
    font-size: 14px;
    margin-top: 4px;
}
.gallery-columns-2 .gallery-caption, .gallery-columns-3 .gallery-caption, .gallery-columns-4 .gallery-caption, .gallery-columns-5 .gallery-caption, .gallery-columns-6 .gallery-caption, .gallery-columns-7 .gallery-caption, .gallery-columns-8 .gallery-caption, .gallery-columns-9 .gallery-caption, .gallery-columns-3 .wp-caption-text, .gallery-columns-4 .wp-caption-text, .gallery-columns-5 .wp-caption-text, .gallery-columns-6 .wp-caption-text, .gallery-columns-7 .wp-caption-text, .gallery-columns-8 .wp-caption-text, .gallery-columns-9 .wp-caption-text {
    display: none;
}
.gallery-item {
    display: inline-block;
    margin: 0;
    padding: 0;
    position: relative;
    max-width: 100%;
    overflow: hidden;
    vertical-align: top;
}
.gallery-item img {
    width: 100%;
    *width: auto;
    height: auto;
    padding: 1px;
}
.gallery-columns-1 .gallery-item {
    width: 100%;
    margin-bottom: 16px;
}
.gallery-columns-2 .gallery-item {
    max-width: 50%;
}
.gallery-columns-3 .gallery-item {
    max-width: 33.33%;
}
.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%;
}
.mejs-poster {
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
}
.says,
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
}
.required {
    color: red;
}
.gallery:before, .gallery:after, .wp-audio-shortcode:before, .wp-audio-shortcode:after, .wp-video-shortcode:before, .wp-video-shortcode:after, .clearfix:before, .row:before, .container:before, .navigation .nav-links:before, .comment-content:before, .clearfix:after, .row:after, .container:after, .navigation .nav-links:after, .comment-content:after {
    content: "";
    display: table;
}
.gallery:after, .wp-audio-shortcode:after, .wp-video-shortcode:after, .clearfix:after, .row:after, .container:after, .navigation .nav-links:after, .comment-content:after {
    clear: both;
}
.row {
    width: 100%;
}
.container {
    margin: 0 auto;
    position: relative;
    width: 1000px;
}
.related-posts h5,
.themeneo-posts-widget .item .item-content h5 {
    font-family: "Gentium Basic", Georgia, sans-serif;
}
h1, h2, h3, h4, h5, h6, button, input[type="button"], input[type="reset"], input[type="submit"], .site-navigation, .pagination, #infinite-handle span, .entry-categories, .entry-meta, .more-link, .entry-tags a, .tagcloud a, .comment-author, .comment .reply, .comment-form-author label, .comment-form-email label, .comment-form-url label, .comment-form-comment label, .site-footer .null-instagram-feed p a {
    font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.site-header a:hover,
.entry-title a:hover,
.author-box .author-bio h4 a:hover,
.related-posts h5 a:hover,
.site-footer .null-instagram-feed p a:hover {
    -webkit-transition: opacity 0.2s linear;
    -moz-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
    opacity: 0.66;
    filter: alpha(opacity=66);
}


/*
 *  3.0 - Header
 *-------------------------------------------------------------------------*/
.site-header {
    background-color: #f5f5dc;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    display: block;
    position: relative;
    text-align: center;
}
.site-header,
.site-header a {
    color: #000000;
}
.site-header .overlay {
    padding: 48px 20px 0;
}
.title-area {
    padding: 60px 0 70px;
}
.site-title {
    font-size: 38px;
    line-height: 1.1;
    letter-spacing: 6px;
    text-transform: uppercase;
}
.site-title img {
    width: auto;
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}


/*
 *  4.0 - Navigation
 *-------------------------------------------------------------------------*/
.site-navigation {
    background-color: #f5f5dc;
    font-size: 10px;
    letter-spacing: 2px;
    text-transform: uppercase;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    height: 48px;
    text-align: center;
    z-index: 15;
}
.site-navigation ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.site-navigation ul li {
    display: inline-block;
    position: relative;
}
.site-navigation ul li a {
    display: block;
    padding: 0 18px;
    line-height: 48px;
}
.site-navigation ul li:hover > ul {
    display: block;
}
.site-navigation ul ul {
    background-color: #000000;
    padding: 6px 0;
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -86px;
    width: 172px;
    display: none;
}
.site-navigation ul ul li {
    display: block;
    width: 100%;
    float: none;
}
.site-navigation ul ul li a {
    letter-spacing: 1px;
    color: #fff !important;
    padding: 6px;
    line-height: 18px;
}
.site-navigation ul ul ul {
    left: 100%;
    top: 0;
    margin-left: 0;
}
.site-navigation > ul > li.menu-item-has-children > ul:before {
    content: "";
    display: inline-block;
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin-left: -5px;
    width: 0;
    height: 0;
    border-bottom: 5px solid #000000;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
}
.admin-bar .site-navigation {
    top: 32px;
}
.site-navigation-fixed {
    background-color: #f5f5dc;
    -webkit-transition: background-color 0.3s ease-in-out;
    -moz-transition: background-color 0.3s ease-in-out;
    transition: background-color 0.3s ease-in-out;
}
.site-navigation-fixed a {
    color: #0e0e0e;
}
.navigation .nav-previous {
    display: block;
    float: left;
}
.navigation .nav-next {
    display: block;
    float: right;
}
.comment-navigation,
.post-navigation {
    margin-bottom: 48px;
}
.comment-navigation .nav-previous, .comment-navigation .nav-next, .post-navigation .nav-previous, .post-navigation .nav-next {
    width: 50%;
}
.comment-navigation .nav-next,
.post-navigation .nav-next {
    text-align: right;
}
.toggle-menu {
    display: none;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 99;
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    font-size: 28px;
    background-color: #ef5f69;
    color: #fff;
}
.pagination {
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: 2px;
}
.pagination a {
    color: #9a9a9a;
}
.pagination a:hover {
    color: #ef5f69;
}
.infinite-scroll .pagination {
    display: none !important;
}
#infinite-handle {
    display: block;
    text-align: center;
}
#infinite-handle span {
    background-color: #000000;
    color: #fff;
    text-transform: uppercase;
    font-size: 10px;
    letter-spacing: 2px;
    margin: auto;
    display: inline-block;
}
#infinite-handle span:hover {
    background-color: #ef5f69;
    color: #fff;
}


/*
 *  5.0 - Main Content
 *-------------------------------------------------------------------------*/
.site-main {
    display: block;
    padding: 48px 0 120px;
    min-height: 560px;
}
.content-area {
    display: block;
    float: left;
    width: 66%;
}
.left-sidebar .content-area {
    float: right;
}
.full-width .content-area {
    width: 100%;
}
.page-header {
    margin: 0 0 28px;
    position: relative;
    padding-bottom: 20px;
}
.page-header:after {
    content: "";
    display: inline-block;
    width: 20px;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #000000;
}
.error-404 .page-header:after {
    height: 4px;
}
.page-title {
    font-size: 17px;
}
.error-404 .page-title {
    font-size: 32px;
}
.page-content .search-form .search-field {
    width: 55%;
    float: left;
}
.page-content .search-form .search-submit {
    float: left;
}
.hentry {
    margin-bottom: 48px;
}
.type-page {
    padding-bottom: 48px;
    border-bottom: 1px solid #e5e5e5;
}
.loop {
    margin-bottom: 42px;
    padding-bottom: 41px;
    border-bottom: 1px solid #e5e5e5;
}
.entry-header {
    margin: 0 0 28px;
    text-align: center;
}
.entry-categories {
    margin: 0 0 10px;
    font-size: 10px;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.entry-categories,
.entry-categories a {
    color: #ef5f69;
}
.entry-categories a:hover {
    text-decoration: underline;
}
.entry-categories .sep {
    margin: 0 5px;
    font-size: 8px;
}
.entry-title {
    margin: 0;
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.entry-title,
.entry-title a {
    color: #000000;
}
.entry-meta {
    margin: 8px 0 0;
    font-size: 10px;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.entry-meta,
.entry-meta a {
    color: #9a9a9a;
}
.entry-meta a:hover {
    text-decoration: underline;
}
.entry-meta .sep {
    margin: 0 8px;
}
.comment-content a,
.entry-content a,
.widget-text a {
    text-decoration: underline;
}
.comment-content a:hover, .entry-content a:hover, .widget-text a:hover {
    text-decoration: none;
}
.comment-content blockquote, .entry-content blockquote, .widget-text blockquote {
    color: #9a9a9a;
    padding-left: 24px;
    border-left: 2px solid;
    margin-bottom: 32px;
    font-style: italic;
    font-size: 18px;
}
.comment-content h1, .comment-content h2, .comment-content h3, .comment-content h4, .comment-content h5, .comment-content h6, .entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6, .widget-text h1, .widget-text h2, .widget-text h3, .widget-text h4, .widget-text h5, .widget-text h6 {
    margin-bottom: 10px;
}
.comment-content ul, .comment-content ol, .entry-content ul, .entry-content ol, .widget-text ul, .widget-text ol {
    margin: 0 0 32px 32px;
}
.comment-content ul, .entry-content ul, .widget-text ul {
    list-style: disc;
}
.comment-content ol, .entry-content ol, .widget-text ol {
    list-style: decimal;
}
.comment-content pre, .entry-content pre, .widget-text pre {
    margin: 32px;
    margin-right: 0;
    color: #9a9a9a;
}
.more-link {
    display: block;
    margin: 24px 0 0;
    padding-top: 6px;
    text-transform: uppercase;
    font-size: 10px;
    letter-spacing: 2px;
    text-align: center;
    text-decoration: none !important;
}
.more-link:hover span {
    text-decoration: underline;
}
.entry-footer {
    margin: 24px 0 0;
}
.entry-tags a {
    display: inline-block;
    padding: 4px 8px;
    font-size: 9px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #666;
    background-color: #f3f3f3;
    margin: 0 2px 2px 0;
}
.entry-tags a:hover {
    background-color: #ef5f69;
    color: #fff;
}
.list-item .featured-image {
    display: block;
    float: left;
    margin-left: 0;
    margin-right: -100%;
    width: 36.36363636363636%;
}
.list-item .list-content {
    display: block;
    float: left;
    margin-left: 40.60606060606061%;
    margin-right: 0;
    padding-top: 15px;
}
.list-item .list-content .entry-title {
    font-size: 16px;
    letter-spacing: 1px;
}
.author-box {
    margin: 0 0 52px;
}
.author-box .author-icon {
    display: block;
    float: left;
    width: 88px;
    margin-left: 0;
    margin-right: -100%;
}
.author-box .author-icon img {
    width: 88px;
    height: 88px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.author-box .author-bio {
    display: block;
    float: left;
    margin-left: 108px;
    margin-right: 0;
}
.author-box .author-bio h4,
.author-box .author-bio h4 a {
    color: #000000;
}
.author-box .author-bio p {
    font-size: 15px;
    line-height: 20px;
    margin: 12px 0 0;
}
.author-box .author-bio .author-social {
    padding-left: 18px;
    margin-left: 15px;
    border-left: 1px solid #e5e5e5;
}
.author-box .author-bio .author-social a {
    margin-right: 12px;
    color: #9a9a9a;
}
.author-box .author-bio .author-social a:hover {
    color: #ef5f69;
}
.no-avatars .author-box .author-icon {
    display: none;
}
.no-avatars .author-box .author-bio {
    float: none;
    margin-left: 0;
}
.related-posts .related-title {
    margin: 0 0 18px;
    position: relative;
    text-align: center;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.related-posts .related-title span {
    display: inline-block;
    padding: 0 20px;
    background-color: #FFF;
    position: relative;
    z-index: 2;
}
.related-posts .related-title:before {
    left: 0;
    right: 0;
    content: "";
    display: inline-block;
    z-index: 1;
    position: absolute;
    top: 50%;
    height: 1px;
    background-color: #e5e5e5;
}
.related-posts ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.related-posts ul li {
    display: block;
    float: left;
    width: 30.66666666666667%;
    margin-left: 4%;
    vertical-align: top;
}
.related-posts ul .related-item-1 {
    margin-left: 0;
}
.related-posts .thumb-link {
    margin: 0 0 15px;
    display: block;
}
.related-posts h5,
.related-posts h5 a {
    color: #000000;
}


/*
 *  6.0 - Widgets
 *-------------------------------------------------------------------------*/
.widget-area {
    display: block;
    width: 30%;
    float: right;
}
.left-sidebar .widget-area {
    float: left;
}
.widget {
    margin: 0 0 40px;
}
.widget a {
    color: #202222;
}
.widget a:hover {
    text-decoration: underline;
}
.widget ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.widget ul li {
    margin-bottom: 8px;
    padding-bottom: 8px;
    border-bottom: 1px dashed #e5e5e5;
}
.widget ul li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
}
.widget-title {
    margin: 0 0 18px;
    position: relative;
    text-align: center;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.widget-title span {
    display: inline-block;
    padding: 0 20px;
    background-color: #FFF;
    position: relative;
    z-index: 2;
}
.widget-title:before {
    left: 0;
    right: 0;
    content: "";
    display: inline-block;
    z-index: 1;
    position: absolute;
    top: 50%;
    height: 1px;
    background-color: #e5e5e5;
}
.widget_categories {
    color: #9a9a9a;
}
.widget_categories ul li a {
    color: #000000;
}
.tagcloud a {
    display: inline-block;
    padding: 4px 8px;
    font-size: 9px !important;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #666;
    background-color: #f3f3f3;
    margin: 0 2px 2px 0;
}
.tagcloud a:hover {
    background-color: #ef5f69;
    color: #fff;
    text-decoration: none;
}
.widget_search .search-form {
    margin: 0;
}
.widget_search .search-form .search-field {
    float: none;
    width: 100%;
}
.widget_search .search-form .search-submit {
    display: none;
}
.themeneo-about-widget .about-image,
.themeneo-about-widget .about-text {
    text-align: center;
    font-size: 15px;
    line-height: 25px;
}
.themeneo-about-widget .image-circle img {
    width: auto;
    height: auto;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.themeneo-about-widget .about-image {
    margin-bottom: 20px;
}
.themeneo-about-widget .about-text a {
    color: #ef5f69;
}
.themeneo-about-widget .image-square ~ .about-text {
    text-align: left;
}
.themeneo-about-widget .about-image ~ .widget-title {
    margin-top: 22px;
    margin-bottom: 18px;
}
.themeneo-posts-widget ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.themeneo-posts-widget ul li {
    clear: both;
    padding-bottom: 18px;
    margin-bottom: 18px;
}
.themeneo-posts-widget .item .thumb-link {
    display: block;
    float: left;
    margin-left: 0;
    margin-right: -100%;
    width: 32%;
}
.themeneo-posts-widget .item .item-content {
    display: block;
    float: left;
    margin-left: 40%;
    margin-right: 0;
    clear: none;
    padding-top: 20px;
}
.themeneo-posts-widget .item .item-content h5 {
    font-size: 15px;
}
.themeneo-posts-widget .item .item-content .post-date {
    display: block;
    font-style: italic;
    color: #9a9a9a;
    margin: 8px 0 0;
}
.themeneo-social-widget .widget-content {
    text-align: center;
}
.themeneo-social-widget .widget-content a {
    font-size: 18px;
    display: inline-block;
    width: 12.5%;
    text-align: center;
    color: #ef5f69;
}
.themeneo-social-widget .widget-content a:hover {
    color: #000000;
}
.null-instagram-feed ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.null-instagram-feed ul li {
    margin: 0;
    padding: 0;
    border: 0;
    display: inline-block;
    width: 33.33333333333333%;
}
.null-instagram-feed ul li img {
    border: 2px solid #fff;
    max-width: 100%;
    vertical-align: middle;
}
.widget_latest_tweets_widget .latest-tweets ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.widget_latest_tweets_widget .latest-tweets ul li {
    padding-bottom: 18px;
    margin-bottom: 18px;
    padding-left: 25px;
    position: relative;
}
.widget_latest_tweets_widget .latest-tweets ul li:before {
    content: "\f243";
    color: #55acee;
    display: inline-block;
    font-family: "Ionicons";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    text-rendering: auto;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    left: 0;
    top: 2px;
}
.widget_latest_tweets_widget .latest-tweets ul li:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: 0;
}
.widget_latest_tweets_widget .latest-tweets p {
    margin-bottom: 14px;
    font-size: 15px;
    line-height: 20px;
}
.widget_latest_tweets_widget .latest-tweets p a {
    color: #ef5f69;
}
.widget_latest_tweets_widget .latest-tweets p a:hover {
    text-decoration: underline;
}
.widget_latest_tweets_widget .latest-tweets p:last-child {
    margin-bottom: 0;
}
.widget_latest_tweets_widget .latest-tweets .tweet-details,
.widget_latest_tweets_widget .latest-tweets .tweet-details a {
    color: #9a9a9a;
}
.widget_latest_tweets_widget .latest-tweets .tweet-details a:hover {
    color: #ef5f69;
}
.widget_mc4wp_widget .widget-title {
    margin-bottom: 0;
}
.mc4wp-form label {
    font-weight: 400 !important;
    margin-bottom: 18px !important;
    text-align: center;
    font-style: italic;
}
.mc4wp-form button,
.mc4wp-form input[type=button],
.mc4wp-form input[type=submit] {
    width: 100%;
}
.mc4wp-form button:hover,
.mc4wp-form input[type=button]:hover,
.mc4wp-form input[type=submit]:hover {
    background: #ef5f69;
    color: #fff;
}
.mc4wp-form input[type=date],
.mc4wp-form input[type=email],
.mc4wp-form input[type=tel],
.mc4wp-form input[type=text],
.mc4wp-form input[type=url],
.mc4wp-form select,
.mc4wp-form textarea {
    font-style: italic;
    background-color: #fff;
}
.mc4wp-form {
    margin: 0 !important;
    padding: 15px 20px;
    background: #f5f5f5;
}
.mc4wp-form form {
    margin: 0 !important;
}
.mc4wp-form form p {
    margin: 12px 0;
}
.post-password-form p,
.wpcf7-form p {
    color: #9a9a9a;
    font-style: italic;
}


/*
 *  7.0 - Comments
 *-------------------------------------------------------------------------*/
.comment-area {
    margin: 0 0 52px;
    padding-top: 52px;
}
.comment-title {
    margin: 0 0 18px;
    position: relative;
    text-align: center;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.comment-title span {
    display: inline-block;
    padding: 0 20px;
    background-color: #FFF;
    position: relative;
    z-index: 2;
}
.comment-title:before {
    left: 0;
    right: 0;
    content: "";
    display: inline-block;
    z-index: 1;
    position: absolute;
    top: 50%;
    height: 1px;
    background-color: #e5e5e5;
}
.comment-list {
    margin-bottom: 30px;
}
.comment-list,
.comment-list ol,
.comment-list ul {
    list-style: none;
}
.comment-body {
    position: relative;
    margin: 0 0 25px;
}
.comment-meta {
    margin: 0 0 15px;
}
.comment-meta a:hover {
    text-decoration: underline;
}
.comment-author {
    font-size: 13px;
}
.comment-author .avatar {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    float: left;
    margin-right: 15px;
}
.comment-metadata {
    font-style: italic;
    font-size: 15px;
    margin-top: 6px;
}
.comment-metadata,
.comment-metadata a {
    color: #9a9a9a;
}
.comment .reply {
    display: block;
    margin: 0 0 15px;
    text-transform: uppercase;
    font-size: 10px;
    letter-spacing: 2px;
}
.comment .reply,
.comment .reply a {
    color: #9a9a9a;
}
.comment .reply a:before {
    content: "\f21e";
    display: inline-block;
    font-family: "Ionicons";
    speak: none;
    font-size: 15px;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    text-rendering: auto;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.comment-list .children {
    margin-left: 60px;
    padding-left: 30px;
    border-left: 1px solid #e5e5e5;
}
.comment-content {
    font-size: 15px;
    display: block;
    margin: 16px 0;
}
.comment-respond {
    margin: 0 0 32px;
}
.comment-list ~ .comment-respond {
    border-top: 1px dashed #e5e5e5;
    padding-top: 30px;
}
.comment-respond p {
    margin: 0 0 15px;
}
.comment-reply-title {
    text-transform: uppercase;
    font-size: 11px;
    margin: 0 0 15px;
    letter-spacing: 2px;
}
.no-comments,
.logged-in-as,
.must-log-in,
.comment-notes {
    color: #9a9a9a;
    font-style: italic;
}
.no-comments a:hover,
.logged-in-as a:hover,
.must-log-in a:hover,
.comment-notes a:hover {
    text-decoration: underline;
}
.no-comments {
    color: #9a9a9a;
}
.comment-form-author label,
.comment-form-email label,
.comment-form-url label,
.comment-form-comment label {
    display: block;
    margin: 0 0 8px;
    font-size: 10px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #000000;
}
.comment-form-author input,
.comment-form-email input,
.comment-form-url input,
.comment-form-comment input {
    width: 100%;
}
#cancel-comment-reply-link {
    background-color: #000000;
    color: #fff;
    margin-left: 6px;
}
.comment-form-comment label {
    display: none;
}
.comment-list .pingback {
    font-style: italic;
}
.comment-list .pingback,
.comment-list .pingback a {
    color: #9a9a9a;
}
.comment-awaiting-moderation {
    margin: 20px;
    color: #9a9a9a;
}
.comment-meta .fn,
.comment-meta .fn a {
    color: #000000;
}


/*
 *  8.0 - Footer
 *-------------------------------------------------------------------------*/
.site-footer {
    background-color: #252528;
    color: #999;
    display: block;
}
.site-footer a {
    color: #fff;
}
.site-footer .null-instagram-feed {
    padding: 0;
    margin: 0;
    position: relative;
}
.site-footer .null-instagram-feed ul {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
}
.site-footer .null-instagram-feed ul li {
    display: inline-block;
    width: 12.5%;
    margin: 0;
    padding: 0;
    border: 0;
}
.site-footer .null-instagram-feed p {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    text-align: center;
}
.site-footer .null-instagram-feed p a {
    display: inline-block;
    padding: 6px 10px;
    background-color: #000000;
    color: #fff;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.site-footer .null-instagram-feed p a:hover {
    text-decoration: none;
}
.site-footer .null-instagram-feed img {
    border: 0;
}
.footer-social {
    border-bottom: 1px solid #333;
    text-align: center;
    padding: 28px 0 25px;
}
.footer-social a {
    display: inline-block;
    width: 12.5%;
    text-align: center;
}
.footer-social a i {
    font-size: 20px;
    margin-right: 8px;
}
.footer-social a span {
    position: relative;
    top: -2px;
}
.footer-social a:hover {
    color: #ef5f69;
}
.site-info {
    padding: 28px 0 30px;
    text-align: center;
    font-size: 14px;
}
.back-to-top {
    position: fixed;
    z-index: 88;
    bottom: 20px;
    right: 20px;
    width: 32px;
    height: 32px;
    border: 2px solid #e5e5e5;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    line-height: 32px;
    color: #e5e5e5;
    font-size: 18px;
}
.back-to-top:hover {
    border-color: #000000;
    color: #000000;
}


/*
 *  9.0 - Media Queries
 *-------------------------------------------------------------------------*/
@media only screen and (max-width: 1059px) {
    .container {
        width: 92%;
    }
}
@media only screen and (max-width: 779px) {
    .toggle-menu {
        display: block;
    }
    .toggle-menu-active span:before {
        content: "\f2d7";
    }
    .back-to-top {
        display: none !important;
    }
    .container {
        max-width: 480px;
    }
    .content-area {
        width: 100%;
        float: none;
    }
    .widget-area {
        width: 100%;
        margin: 60px auto 0;
        float: none;
    }
    .site-header .overlay {
        padding-top: 0;
    }
    .title-area {
        padding: 30px 0 40px;
    }
    .site-navigation-fixed {
        background: #262828 !important;
    }
    .site-navigation-fixed a {
        color: #999 !important;
    }
    .site-navigation-fixed .current-menu-item > a,
    .site-navigation-fixed li:hover > a,
    .site-navigation-fixed a:hover {
        color: #fff !important;
        opacity: 1;
        filter: alpha(opacity=100);
    }
    .site-navigation {
        background-color: #262828 !important;
        left: inherit;
        bottom: 0;
        z-index: 90;
        width: 300px;
        padding: 50px 25px;
        overflow-x: hidden;
        overflow-y: auto;
        height: auto;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        right: -300px;
        text-align: left;
        position: fixed;
    }
    .site-navigation ul li {
        display: block;
        width: 100%;
    }
    .site-navigation ul li a {
        color: #999 !important;
        line-height: 34px !important;
        padding: 0;
        white-space: nowrap;
        position: relative;
        overflow: hidden;
        text-overflow: ellipsis;
        border-top: 1px solid #353333;
    }
    .site-navigation ul ul {
        background: none !important;
        padding: 0;
        position: static;
        margin-left: 20px;
        width: auto;
        display: block;
    }
    .site-navigation ul ul li a {
        color: #999 !important;
        padding: 0 !important;
    }
    .site-navigation ul:before {
        content: none !important;
    }
    .site-navigation .current-menu-item > a,
    .site-navigation li:hover > a,
    .site-navigation a:hover {
        color: #fff !important;
        opacity: 1;
        filter: alpha(opacity=100);
    }
    .show-menu {
        margin-left: -300px;
        margin-right: 300px;
    }
    .show-menu .site-navigation {
        right: 0;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }
    .list-item .list-content {
        padding-top: 20px;
    }
    .list-item .list-content .entry-content {
        display: none;
    }
    .related-posts ul li {
        width: 48%;
        margin-left: 4%;
    }
    .related-posts .related-item-3 {
        display: none;
    }
    .site-footer .null-instagram-feed ul li {
        width: 25%;
    }
    .footer-social a span {
        display: none;
    }
    .footer-social a i {
        margin: auto;
    }
}
@media only screen and (max-width: 479px) {
    p ~ h1,
    p ~ h2,
    p ~ h3,
    p ~ h4,
    p ~ h5,
    p ~ h6 {
        margin-top: 25px;
    }
    h1 {
        font-size: 20px;
    }
    h2 {
        font-size: 17px;
    }
    h3 {
        font-size: 15px;
    }
    h4 {
        font-size: 13px;
    }
    h5 {
        font-size: 11px;
    }
    h6 {
        font-size: 10px;
    }
    .site-title {
        font-size: 23px;
        letter-spacing: 2px;
    }
    .entry-header {
        margin-bottom: 20px;
    }
    .site-footer .null-instagram-feed p a,
    .entry-categories,
    .entry-meta {
        font-size: 8px;
    }
    .entry-title {
        font-size: 15px;
    }
    .list-item .list-content .entry-title {
        font-size: 12px;
    }
    .post-navigation .nav-previous,
    .post-navigation .nav-next {
        float: none;
        width: 100%;
        margin: 8px 0;
        text-align: left;
    }
    .author-box .author-icon {
        display: none;
    }
    .author-box .author-bio {
        margin-left: 0;
    }
    .comment-list .children {
        margin-left: 30px;
        padding-left: 15px;
    }
    .site-footer .null-instagram-feed,
    .footer-social,
    .comment-author .avatar {
        display: none;
    }
}


/*
 *  10.0 - Misc
 *-------------------------------------------------------------------------*/
::selection {
    background: #ef5f69;
    color: #fff;
    text-shadow: none;
}
::-moz-selection {
    background: #ef5f69;
    color: #fff;
    text-shadow: none;
}
::-webkit-input-placeholder {
    color: #AAA;
    font-style: italic;
}
:-moz-placeholder {
    color: #AAA;
    font-style: italic;
}
::-moz-placeholder {
    color: #AAA;
    font-style: italic;
    opacity: 1;
}
:-ms-input-placeholder {
    color: #AAA;
    font-style: italic;
}