/* ==========================================================================
   Table of Contents
   ========================================================================== */
/*
    0. Icons
    1. Reset
    2. General
    3. Structure
    4. Site Navigation
    5. Site Header
    6. Content
    7. Comments
    8. Posts Navigation
    9. Site Footer
    10. Media Queries
*/

/* ==========================================================================
   0. Icons | Font Awesome by Dave Gandy | http://fontawesome.io
   ========================================================================== */

   @font-face {
   	font-family: 'fontawesome';
   	src:url('../fonts/fontawesome.eot?-i8lraq');
   	src:url('../fonts/fontawesome.eot?#iefix-i8lraq') format('embedded-opentype'),
   		url('../fonts/fontawesome.ttf?-i8lraq') format('truetype'),
   		url('../fonts/fontawesome.woff?-i8lraq') format('woff'),
   		url('../fonts/fontawesome.svg?-i8lraq#fontawesome') format('svg');
   	font-weight: normal;
   	font-style: normal;
   }

   [class^="icon-"], [class*=" icon-"] {
   	font-family: 'fontawesome';
   	speak: none;
   	font-style: normal;
   	font-weight: normal;
   	font-variant: normal;
   	text-transform: none;
   	line-height: 1;

   	/* Better Font Rendering =========== */
   	-webkit-font-smoothing: antialiased;
   	-moz-osx-font-smoothing: grayscale;
   }

   .icon-star:before {
   	content: "\e600";
   }
   .icon-close:before {
   	content: "\e601";
   }
   .icon-posts:before {
   	content: "\e602";
   }
   .icon-location:before {
   	content: "\e603";
   }
   .icon-twitter:before {
   	content: "\e604";
   }
   .icon-facebook:before {
   	content: "\e605";
   }
   .icon-linkedin:before {
   	content: "\e613";
   }
   .icon-github:before {
   	content: "\e606";
   }
   .icon-rss:before {
   	content: "\e607";
   }
   .icon-link:before {
   	content: "\e608";
   }
   .icon-list:before {
   	content: "\e609";
   }
   .icon-pinterest:before {
   	content: "\e60a";
   }
   .icon-google-plus:before {
   	content: "\e60b";
   }
   .icon-angle-up:before {
   	content: "\e60c";
   }
   .icon-youtube:before {
   	content: "\e60d";
   }
   .icon-instagram:before {
   	content: "\e60e";
   }
   .icon-flickr:before {
   	content: "\e60f";
   }
   .icon-vimeo:before {
   	content: "\e610";
   }
   .icon-reddit:before {
   	content: "\e611";
   }
   .icon-behance:before {
   	content: "\e612";
   }

/* ==========================================================================
   1. Reset
   ========================================================================== */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
video {
    display: inline-block;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden],
template {
    display: none;
}

html {
    font-size: 112.5%;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

a {
    background-color: transparent;
}

a:focus {
    outline: thin dotted;
}

a:active,
a:hover {
    outline: 0;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

small {
    font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    -ms-interpolation-mode: bicubic;
    border: 0;
    vertical-align: middle;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 0;
}

pre {
    overflow: auto;
}

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    font-size: 1em;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
    content: none;
}

form {
    margin: 0;
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled],
html input[disabled] {
    cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input {
    line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* ==========================================================================
   2. General
   ========================================================================== */

html,
button,
input,
select,
textarea {
    font-family: 'PT Serif', Georgia, Times, "Times New Roman", serif;
}

body {
    background-color: #30373d;
    color: #606669;
    line-height: 1.6666667;
}

a {
    color: #D9A78C;
    text-decoration: underline;
    -webkit-transition: all 0.3s;
    -moz-transition:    all 0.3s;
    transition:         all 0.3s;
}

a:hover {
    color: #aeb0b1;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #30373d;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    line-height: 1.166667;
    margin: 0 0 24px;
}

h1 {
    font-size: 38px;
    letter-spacing: -1px;
}

h2 {
    font-size: 34px;
    letter-spacing: -1px;
}

h3 {
    font-size: 30px;
    letter-spacing: -1px;
}

h4 {
    font-size: 24px;
}

h5 {
    font-size: 20px;
}

h6 {
    font-size: 18px;
}

address {
    font-style: italic;
    margin: 0 0 24px;
}

mark {
    background: #BFD8A1 ;
    color: #606669;
    padding: 0 3px;
}

ins {
    background: #dbdedf;
    padding: 0 3px;
    text-decoration: none;
}

p {
    margin: 0 0 24px;
}

pre {
    background: #f2f5f7;
    font-size: 16px;
    line-height: 1.5;
    margin: 0 0 24px;
    padding: 24px;
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

blockquote {
    border-bottom: 3px solid #f2f5f7;
    border-top: 3px solid #f2f5f7;
    color: #30373d;
    font-size: 22px;
    font-style: italic;
    line-height: 1.4;
    margin: 0 -30px 24px;
    padding: 24px;
    text-align: center;
}

blockquote cite,
blockquote small {
    color: #aeb0b1;
}

blockquote p:last-child {
    margin-bottom: 0;
}

dl {
    margin: 0;
}

dt {
    font-weight: bold;
}

dd {
    margin: 0 0 24px;
}

ul,
ol {
    margin: 0 0 24px;
    padding: 0 0 0 30px;
}

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

li > ul,
li > ol {
    margin-bottom: 0;
}

table {
    border-bottom: 1px solid #dbdedf;
    font-size: 16px;
    line-height: 1.5;
    margin: 0 0 24px;
    text-align: left;
    width: 100%;
}

caption {
    color: #aeb0b1;
    font-style: italic;
    margin-bottom: 12px;
    text-align: left;
}

th,
td {
    border-top: 1px solid #dbdedf;
    padding: 8px 10px;
}

th {
    background: #f2f5f7;
    color: #30373d;
    font-weight: bold;
}

hr {
    background: #f2f5f7;
    border: 0;
    height: 3px;
    margin: 24px 0;
}

button,
input,
select,
textarea {
    background: #dbdedf;
    -webkit-box-sizing: border-box;
    -moz-box-sizing:    border-box;
    box-sizing:         border-box;
    border: 0;
    border-radius: 2px;
    color: #606669;
    font-size: 16px;
    max-width: 100%;
    padding: 6px 10px;
    vertical-align: baseline;
}

button,
input,
textarea {
    -webkit-transition: all 0.3s;
    -moz-transition:    all 0.3s;
    transition:         all 0.3s;
}

input:focus,
select:focus,
textarea:focus {
    background: #f2f5f7;
    outline: 0;
}

button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
    background: #F2BA9C;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    height: 34px;
    padding-left: 30px;
    padding-right: 30px;
}

button:hover,
button:focus,
input[type="submit"]:hover,
input[type="submit"]:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="reset"]:hover,
input[type="reset"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
    background: #606669;
}

img {
    height: auto;
    max-width: 100%;
}

a img {
    -webkit-transition: all 0.3s;
    -moz-transition:    all 0.3s;
    transition:         all 0.3s;
}

a:hover img {
    opacity: 0.8;
}

embed,
iframe,
object,
video {
    max-width: 100%;
}

.grid:after,
.inner:after,
.nav-menu:after,
.entry-content:after,
.gallery:after {
    clear: both;
}

.grid:before,.grid:after,
.inner:before,.inner:after,
.nav-menu:before,.nav-menu:after,
.entry-content:before,.entry-content:after,
.gallery:before,.gallery:after {
    content: "";
    display: table;
}

.screen-reader-text {
    border: 0 none;
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
}

/* ==========================================================================
   3. Structure
   ========================================================================== */

.site-nav,
.site-header,
.content,
.site-footer {
    padding-left: 0px;
    padding-right: 0px;
}

.inner {
    margin: 0 auto;
    max-width: 960px;
}

/* ==========================================================================
   4. Site Navigation
   ========================================================================== */

.site-nav {
    background: #262b2f;
}

.site-nav .inner {
    position: relative;
    padding-right: 20px;
    padding-left: 20px;
}

.nav-menu {
    padding-right: 60px;
}

.nav-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.nav-menu li {
    float: left;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    font-weight: bold;
    line-height: 1.5;
    padding: 15px 0;
    position: relative;
}

.nav-menu a {
    border-left: 2px solid #30373d;
    color: #aeb0b1;
    display: block;
    padding: 0 15px;
    text-transform: uppercase;
    text-decoration: none;
}

.nav-menu li:first-child > a {
    border-left: 0;
    padding-left: 0;
}

.nav-menu li:hover > a {
    color: #F2BA9C;
}

.nav-menu .current-menu-item > a {
    color: #F2BA9C;
}


#menu-toggle {
    color: #aeb0b1;
    cursor: pointer;
    display: none;
    float: left;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: normal;
    line-height: 1.5;
    margin: 0;
    padding: 15px 0 15px 20px;
    position: relative;
    text-transform: uppercase;
    -webkit-transition: all 0.3s;
    -moz-transition:    all 0.3s;
    transition:         all 0.3s;
}

#menu-toggle:before {
    font-family: 'fontawesome';
    font-size: 14px;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    left: 0;
    line-height: 1.2857143;
    position: absolute;
    top: 15px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.subscribe-button {
    color: #aeb0b1;
    font-size: 14px;
    line-height: 1.2857143;
    padding: 15px 0;
    position: absolute;
    right: 0;
    text-align: center;
    text-decoration: none;
    top: 0;
    width: 30px;
}

#menu-toggle.icon-close,
#menu-toggle:hover,
.subscribe-button:hover {
    color: #F2BA9C;
}

/* ==========================================================================
   5. Site Header
   ========================================================================== */
.site-header {
    padding-bottom: 72px;
    padding-top: 60px;
}

.site-title {
    font-size: 34px;
    margin-bottom: 12px;
    text-align: center;
}

.site-title .logo-text {
    background: #F2BA9C;
    color: #fff;
    display: inline-block;
    padding: 16px 30px;
    text-decoration: none;
}

.site-title a.logo-text:hover {
    background: #606669;
}

.site-description {
    color: #aeb0b1;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    line-height: 1.5;
    margin-bottom: 0;
    margin-top: -4px;
    text-align: center;
}

/* ==========================================================================
   6. Content
   ========================================================================== */

.post,
.page-box {
    background: #fff;
    margin-bottom: 60px;
}

.entry-box,
.page-box {
    padding: 48px 30px;
}

.entry-header,
.entry-content,
.entry-footer,
.author-info,
.page-title,
.page-content {
    margin-left: auto;
    margin-right: auto;
    max-width: 720px;
}

.entry-header,
.page-header {
    margin-bottom: 30px;
}

.page-header {
    background: #262b2f;
    padding: 24px 30px;
}

.page-box .page-header {
    background: 0;
    padding: 0;
}

.entry-title {
    font-size: 38px;
    margin-bottom: 0;
    text-align: center;
}

.entry-title a {
    color: #30373d;
    text-decoration: none;
}

.entry-title a:hover {
    color: #F2BA9C;
}

.page-title {
    color: #aeb0b1;
    font-size: 30px;
    font-weight: normal;
    margin-bottom: 0;
    text-align: center;
}

.page-title .highlight {
    color: #F2BA9C;
}

.page-box .page-title {
    color: #30373d;
    font-size: 38px;
    font-weight: bold;
}

.post-thumbnail img {
    display: block;
    margin: 0 auto;
}

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
    margin-top: 36px;
}

.entry-content > h1:first-child,
.entry-content > h2:first-child,
.entry-content > h3:first-child,
.entry-content > h4:first-child,
.entry-content > h5:first-child,
.entry-content > h6:first-child {
    margin-top: 0;
}

.page-content {
    font-size: 20px;
    font-style: italic;
    line-height: 1.5;
    text-align: center;
}

/* Read More */
.read-more {
    margin-top: 48px;
    text-align: center;
}

.read-more .more-link {
    background-color: #aeafb1;
    border-radius: 2px;
    color: #fff;
    display: inline-block;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.5;
    padding: 8px 25px;
    text-decoration: none;
}

.read-more .more-link:hover {
    background: #F2BA9C;
}

/* Entry Meta */
.entry-meta,
.entry-footer {
    color: #aeb0b1;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    line-height: 1.5;
    margin-top: 12px;
}

.entry-meta {
    margin-bottom: 24px;
    text-align: center;
}

.entry-meta a,
.entry-footer a {
    text-decoration: none;
}

.share-post {
    padding-top: 30px;
}

.share-post span {
    display: inline-block;
    margin-bottom: 12px;
    margin-right: 10px;
}

.share-post a {
    border-radius: 3px;
    color: #f2f5f7;
    display: inline-block;
    margin-bottom: 12px;
    margin-right: 5px;
    padding: 4px 12px;
}

.share-post .btn-twitter {
    background: #55acee;
}

.share-post .btn-facebook {
    background: #3b5998;
}

.share-post .btn-google {
    background: #dd4b39;
}

.share-post a:hover {
    background-color: #aeafb1;
    color: #f2f5f7;
}

/* Featured Posts */
.post.featured {
    position: relative;
}

.post .featured-post {
    background: #F2BA9C;
    color: #fff;
    font-size: 14px;
    height: 30px;
    line-height: 2.1428571;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 30px;
}

/* Author box */
.author-box {
    background: #f2f5f7;
    padding: 30px;
}

.author-info {
    margin-bottom: 24px;
    min-height: 90px;
}

.author-info a {
    text-decoration: none;
}

.author-info .author-avatar {
    background-size: cover;
    border-radius: 3px;
    height: 90px;
    float: left;
    margin-right: 30px;
    width: 90px;
}

.author-info .author-title {
    font-size: 18px;
    margin-bottom: 6px;
}

.author-info .author-bio,
.author-location,
.author-website,
.author-stats {
    font-size: 16px;
    font-style: italic;
    line-height: 1.5;
}

.author-location i,
.author-website i,
.author-stats i {
    font-size: 14px;
}

.author-website,
.author-stats {
    margin-left: 5px;
}

.page-header .author-box {
    background: 0;
    margin-top: 24px;
    padding: 0;
}

.page-header .author-title {
    color: #aeb0b1;
}

/* ==========================================================================
   7. Comments
   ========================================================================== */

.comments-area {
    background: #fff;
    margin-bottom: 60px;
    padding: 0 30px 45px;
}

.column-large {
    margin-left: auto;
    margin-right: auto;
    max-width: 720px;
}

#comments-title {
    background: #f2f5f7;
    margin-left: -30px;
    margin-right: -30px;
    padding: 24px 30px;
    text-align: center;
}

/* ==========================================================================
   8. Posts Navigation
   ========================================================================== */

.pagination,
.post-nav {
    color: #606669;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.5;
    max-width: 720px;
    text-align: center;
}

.pagination {
    margin: 0 auto 60px;
    position: relative;
}

.post-nav {
    margin: 0 auto 45px;
}

.pagination a,
.post-nav a {
    color: #f2f5f7;
    text-decoration: none;
}

.post-nav a {
    background-color: #606669;
    border-radius: 2px;
    display: inline-block;
    margin: 0 15px 15px;
    padding: 8px 25px;
}

.pagination a:hover,
.post-nav a:hover {
    background: #F2BA9C;
    color: #fff;
}

.page-number {
    display: inline-block;
    padding: 8px 0;
    min-width: 180px;
}

.older-posts,
.newer-posts {
    background-color: #606669;
    border-radius: 2px;
    color: #f2f5f7;
    padding: 8px 25px;
    position: absolute;
    top: 0;
}

.older-posts {
    right: 0;
}

.newer-posts {
    left: 0;
}

/* ==========================================================================
   9. Site Footer
   ========================================================================== */

.site-footer .inner {
    border-top: 3px solid #394148;
    padding-bottom: 30px;
    text-align: center;
}

.social-links {
    padding-top: 40px;
}

.social-links a {
    color: #606669;
    display: inline-block;
    font-size: 28px;
    line-height: 1;
    margin: 6px 10px;
    text-decoration: none;
}

.copyright {
    color: #606669;
    font-size: 14px;
    line-height: 1.5;
    padding-top: 30px;
}

.copyright a {
    color: #aeb0b1;
    text-decoration: none;
}

.social-links a:hover,
.copyright a:hover {
    color: #F2BA9C;
}

#jump-top {
    background-color: #606669;
    border-radius: 2px;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    line-height: 2.25;
    margin-top: 30px;
    text-decoration: none;
    width: 36px;
}

a#jump-top:hover {
    background-color: #F2BA9C;
}

/* ==========================================================================
   10. Media Queries
   ========================================================================== */

@media only screen and (max-width: 1020px) {
    .content {
        padding-bottom: 30px;
    }

    .post,
    .page-box,
    .comments-area {
        margin-bottom: 15px;
    }

    .pagination {
        margin-bottom: 15px;
        margin-top: 45px;
    }

    .post-nav {
        margin-bottom: 30px;
        margin-top: 45px;
    }
}

@media only screen and (max-width: 870px) {
    blockquote {
        margin-left: 0;
        margin-right: 0;
        padding-left: 0;
        padding-right: 0;
    }
}

@media only screen and (max-width: 768px) {
    #menu-toggle {
        display: block;
    }

    .nav-menu {
        background: #394148;
        clear: left;
        display: none;
        margin-left: -15px;
        margin-right: -15px;
        padding-right: 0;
    }
    .nav-menu li {
        border-bottom: 2px solid #30373d;
        display: block;
        float: none;
        padding: 0;
    }

    .nav-menu li:last-child {
        border-bottom: 0;
    }

    .nav-menu a {
        border-left: 0;
        padding-bottom: 15px;
        padding-top: 15px;
    }

    .nav-menu li:first-child > a {
        padding-left: 15px;
    }
}

@media only screen and (max-width: 600px) {
    html {
        font-size: 100%;
    }

    h1, .entry-title {
        font-size: 34px;
    }

    h2 {
        font-size: 30px;
    }

    h3 {
        font-size: 24px;
        letter-spacing: normal;
    }

    h4 {
        font-size: 20px;
    }

    h5 {
        font-size: 18px;
    }

    h6 {
        font-size: 16px;
    }

    blockquote {
        font-size: 20px;
    }

    .page-title {
        font-size: 24px;
        letter-spacing: normal;
    }

    .page-box .page-title {
        font-size: 34px;
        letter-spacing: -1px;
    }

    .page-content {
        font-size: 18px;
    }

    .site-title {
        font-size: 30px;
    }

    .site-header {
        padding-bottom: 60px;
        padding-top: 48px;
    }

    .entry-box,
    .page-box {
        padding-bottom: 30px;
        padding-top: 30px;
    }

    .comments-area {
        padding-bottom: 30px;
    }

    .older-posts,
    .newer-posts {
        display: inline-block;
        position: static;
    }

    .older-posts {
        margin-top: 15px;
    }

    .newer-posts {
        margin-bottom: 15px;
    }

    .page-number {
        display: block;
        padding: 0;
    }
}

@media only screen and (max-width: 480px) {
    h1, .entry-title {
        font-size: 30px;
    }

    h2 {
        font-size: 24px;
        letter-spacing: normal;
    }

    h3 {
        font-size: 20px;
    }

    h4 {
        font-size: 18px;
    }

    h5,
    h6 {
        font-size: 16px;
    }

    .page-title {
        font-size: 20px;
    }

    .page-box .page-title {
        font-size: 30px;
    }

    .site-header {
        padding-bottom: 48px;
        padding-top: 36px;
    }

    .site-title {
        font-size: 24px;
        letter-spacing: normal;
    }

    .entry-box,
    .page-box,
    .page-header,
    .author-box,
    .comments-area,
    #comments-title {
        padding-left: 15px;
        padding-right: 15px;
    }

    #comments-title {
        margin-left: -15px;
        margin-right: -15px;
    }

    .author-info {
        min-height: 0;
    }

    .author-image .author-avatar {
        display: block;
        float: none;
        margin: 0 auto 30px;
    }

    .author-info .author-title,
    .author-info .author-bio {
        text-align: center;
    }

   .author-location,
   .author-website,
   .author-stats {
        display: block;
        text-align: center;
    }
}

#logo{
  width:300px;
}
