/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block; }

/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
template,
[hidden] {
  display: none; }

/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
  font: inherit;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold; }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Css Table

1. Clearfix, Centering, Page Loader & Bg Covers
2. Section Info
3. Section Menu
4. Header
5. Slider
6. Full Width
7. 3 Columns Filter
8. 3 Columns Blog
9. Image Hovers
10. 2 Columns Side Bar
11. Section Blog
12. Single Posts
13. About
14. Side Bar
15. Footer

*/
/*== 1. Clearfix, Centering, Page Loader & Bg Covers ==*/
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0; }

.clearfix {
  display: inline-block; }

* html .clearfix {
  height: 1%; }

.clearfix {
  display: block; }

* {
  box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box; }

a {
  color: inherit;
  outline: none;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out; }
  a:hover {
    color: #51bbe5;
    text-decoration: none; }
  a:focus {
    text-decoration: none;
    outline: none; }

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

.centered-columns .centered-column {
  display: table-cell;
  vertical-align: middle;
  float: none; }

.centered-columns .centered-column.centered-column-bottom {
  vertical-align: bottom; }

.centered-columns .centered-column.centered-column-top {
  vertical-align: top; }

.centered-columns .img-responsive {
  width: 100%; }

.clear {
  clear: both; }

body {
  color: #696969;
  font-size: 14px;
  line-height: 1.68;
  overflow-x: hidden;
  background: #f1f1f1 !important; }

.button {
  font-size: 17px;
  display: inline-block;
  padding: 14px 30px;
  text-transform: uppercase;
  line-height: 1.3;
  border: none;
  outline: none;
  background: #f32f1b;
  color: #FFF;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out; }

.spinner {
  width: 50px;
  height: 50px;
  border: 2px solid #969696;
  border-top: 3px solid #232a34;
  border-radius: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 9999;
  animation: spin 1s infinite linear; }

@keyframes spin {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(360deg); } }
#page-loader {
  height: 100%;
  width: 100%;
  background: white;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999; }

.margin-30 {
  margin-top: 30px; }

.text-right {
  font-size: 20px !important;
  color: #696969;
  position: absolute;
  right: 0;
  top: 0; }

.social-circle {
  display: inline-block;
  text-align: center;
  width: 35px;
  height: 35px;
  border: 2px solid #969696;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  line-height: 32px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out; }
  .social-circle a {
    font-size: 14px;
    color: #969696; }

.social-circle:hover {
  background: #ff9900;
  border: 2px solid #ff9900; }
  .social-circle:hover a {
    color: #fff; }

/***** PAGES *****/
.pages {
  margin-top: 30px;
  background: #fff;
  padding-top: 35px;
  padding-bottom: 30px;
  clear: both; }
  .pages a {
    font-size: 17px;
    font-family: vollkorn, 'sans-serif';
    color: #969696;
    margin-right: 5px;
    margin-left: 5px; }
  .pages a:hover {
    color: #ff9900;
    text-decoration: none; }
  .pages .page-numbers {
    padding: 5px 12px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%; }
  .pages .page-numbers:hover {
    background: #ff9900;
    color: #fff;
    text-decoration: none; }
  .pages .next:after {
    content: '\f178';
    padding-left: 10px;
    font-family: fontawesome; }
  .pages .prev:before {
    content: '\f177';
    padding-right: 10px;
    font-family: fontawesome; }

.bg-pattern {
  position: relative;
  z-index: 1; }

.bg-pattern:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../images/dot-pattern.png");
  opacity: 0.3;
  z-index: -1;
  content: ''; }

.bg-cover {
  position: relative;
  color: #FFF;
  z-index: 1; }

.bg-cover:after {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.6);
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: '';
  z-index: -1; }

iframe {
  border: 1px solid transparent; }

/*== 2. Section Info ==*/
.section-info {
  background: #232a34; }

.top-info .top-info-item {
  display: inline-block; }

.left-info {
  float: left; }
  .left-info .top-info-item {
    padding-right: 15px; }

.right-info {
  float: right; }
  .right-info .top-info-item {
    padding-left: 15px; }

.info-email {
  line-height: 33px;
  font-size: 12px;
  font-family: vollkorn, 'sans-serif';
  color: #a9b6c9; }

.info-email:hover {
  color: #fff;
  text-decoration: none; }

.social-buttons {
  display: inline-block;
  margin-right: 10px; }

.social-button {
  display: inline-block;
  width: 33px;
  height: 33px;
  line-height: 33px;
  margin-left: -5px;
  text-align: center;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out; }
  .social-button i {
    font-size: 13px;
    color: #a9b6c9; }

.social-button:hover {
  background: #fff;
  border-bottom: 2px solid #dd0101;
  width: 33px;
  height: 33px;
  text-align: center;
  line-height: 33px;
  cursor: pointer; }
  .social-button:hover i {
    color: #232a34; }

.search {
  position: relative;
  text-align: center;
  margin-bottom: 30px;
  margin-right: 20px;
  font-size: 12px;
  font-family: vollkorn, 'sans-serif';
  color: #a9b6c9; }

.search:hover {
  color: #fff;
  text-decoration: none; }

.search:before {
  opacity: 0.2;
  position: absolute;
  left: 0;
  width: 1px;
  height: 33px;
  margin-left: -20px;
  background-color: #FFF;
  content: ''; }

.search:after {
  opacity: 0.2;
  position: absolute;
  right: 0;
  width: 1px;
  height: 33px;
  margin-right: -20px;
  background-color: #FFF;
  content: ''; }

/*== 3. Section Menu ==*/
::i-block-chrome .menu, .section-menu .menu {
  font-size: 15px !important; }
::i-block-chrome ul.drop-menu a, .section-menu ul.drop-menu a {
  font-size: 15px !important; }

.section-menu h2 {
  font-size: 18.5px;
  font-family: Playfair Display, 'sans-serif';
  color: #232a34; }
.section-menu h3 {
  font-size: 11px;
  font-family: vollkorn, 'sans-serif';
  color: #232a34; }
.section-menu .navbar-default {
  background: #fff;
  border: 1px solid #fff;
  border-radius: 0;
  padding-top: 10px;
  padding-bottom: 7px; }
  .section-menu .navbar-default .navbar-nav {
    position: relative;
    left: 15px; }
  .section-menu .navbar-default .menu {
    font-size: 16px;
    font-family: Playfair Display, 'sans-serif';
    color: #343434;
    margin-right: -20px;
    text-transform: uppercase; }
  .section-menu .navbar-default a {
    font-size: 16px;
    font-family: Playfair Display, 'sans-serif';
    color: #343434;
    text-transform: uppercase; }
    .section-menu .navbar-default a:hover {
      color: #ff9900;
      text-decoration: none; }
  .section-menu .navbar-default .last-menu {
    color: #343434; }
  .section-menu .navbar-default .last-menu:hover {
    color: #ff9900; }
  .section-menu .navbar-default .menu:hover {
    color: #ff9900;
    text-decoration: none; }
  .section-menu .navbar-default .menu:after {
    content: "";
    display: inline-block;
    margin-left: 20px;
    margin-right: 10px;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: #343434;
    margin-bottom: 5px; }
  .section-menu .navbar-default .menu:hover:after {
    color: #343434; }

.section-menu h1,
.section-menu h2,
.section-menu h3,
.section-menu h4,
.section-menu h5,
.section-menu h6 {
  margin: 4px 0; }

ul.drop-menu {
  position: absolute;
  top: 100%;
  left: 0%;
  width: 245px;
  padding: 0;
  z-index: 9999;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out; }

ul.drop-menu li {
  background: #fff;
  padding: 15px;
  color: #343434;
  text-align: left;
  text-transform: uppercase;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out; }

ul.drop-menu li:hover {
  background: #ff9900; }
  ul.drop-menu li:hover a {
    color: #fff !important; }

ul.drop-menu a {
  font-size: 16px;
  font-family: Playfair Display, 'sans-serif';
  color: #343434 !important; }

ul.drop-menu li {
  display: none; }

li:hover ul.drop-menu li {
  display: block; }

/*== 4. Header ==*/
.header {
  text-align: center;
  margin-bottom: 55px; }
  .header .bg-image {
    margin-top: -20px;
    background: url(../images/full-width/2.jpg);
    padding-top: 30px;
    padding-bottom: 40px; }
  .header .bg-white-cover {
    position: relative;
    z-index: 1; }
  .header .bg-white-cover:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: 
    z-index: -1;
    content: ''; }
  .header .header-title {
    font-size: 31px;
    font-family: Playfair Display, 'sans-serif';
    color: #000; }
  .header .under-title {
    font-size: 17px;
    font-family: vollkorn;
    color: #000; }
  .header h6 {
    font-size: 14px;
    font-family: vollkorn;
    color: #000;
    font-weight: 400; }

/*== 5. Slider ==*/
#slider {
  margin-top: -20px; }

.slide-1 {
  position: relative;
  background: url("../images/slider/1.jpg") center center;
  background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  padding-top: 205px;
  padding-bottom: 220px; }

.slide-columns-1 {
  position: relative;
  background: url("../images/columns-3/slider.jpg") center center;
  background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  padding-top: 140px;
  padding-bottom: 280px; }

.section-slider h1,
.section-slider h2,
.section-slider h3,
.section-slider h4,
.section-slider h5,
.section-slider h6 {
  margin: 4px 0; }

.slider {
  position: relative; }

.owl-theme .owl-controls .owl-page span {
  position: relative;
  bottom: 50px; }

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

.slider-content {
  padding-left: 15px;
  padding-right: 15px; }

.slider-info {
  font-size: 17px;
  font-family: vollkorn, 'sans-serif';
  color: #fff;
  font-weight: 400;
  margin-top: 10px; }

.slider-title {
  font-size: 31px;
  font-family: Playfair Display, 'sans-serif';
  color: #fff;
  font-weight: bold;
  padding-bottom: 30px;
  padding-top: 5px; }

.slider-button {
  padding: 5px 40px;
  border: 2px solid #fff;
  border-radius: 20px;
  font-size: 15px;
  font-family: vollkorn, 'sans-serif';
  color: #fff;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  -o-border-radius: 20px; }

.slider-button:hover {
  background: #fff;
  color: #000;
  text-decoration: none; }

/*== 6. Full Width ==*/
.section-blog .blog-post-content {
  position: relative; color: #343434;}
.section-blog .image-slider .paragraph {
  margin-top: 0px; }
.section-blog .image-slider .paragraph-slider {
  font-size: 15px;
  font-family: vollkorn , 'sans-serif';
  color: #343434;
  margin-top: -5px;
  margin-bottom: 20px; }

.read-more-button {
  position: absolute;
  right: 0;
  bottom: 0;
  border: 2px solid #969696;
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  -o-border-radius: 20px;
  width: 150px;
  height: 35px;
  text-align: center; }
  .read-more-button a {
    line-height: 35px;
    font-size: 15px;
    font-family: vollkorn, 'sans-serif';
    color: #969696; }

.read-more-button:hover {
  background: #ff9900;
  border: 2px solid #ff9900;
  text-decoration: none; }
  .read-more-button:hover a {
    color: #fff;
    text-decoration: none; }

/*== 7. 3 Column Filter ==*/
.blog-columns .list-filter {
  margin-top: 25px; }
.blog-columns .columns-filter {
  margin-top: 15px; }
  .blog-columns .columns-filter .details-post {
    margin-bottom: 30px; }
    .blog-columns .columns-filter .details-post .bg-image {
      background: url(../images/filter/3.jpg);
      padding: 100px 0 110px 0;
      background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover;
      -webkit-background-size: cover; }
@-moz-document url-prefix() {
  .blog-columns .columns-filter .details-post .bg-image {
    padding-top: 102px; } }
      @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
        .blog-columns .columns-filter .details-post .bg-image {
          padding-top: 102px; } }
    .blog-columns .columns-filter .details-post i {
      font-size: 51px;
      color: #fff;
      margin-bottom: 30px;
      opacity: 0.6; }
    .blog-columns .columns-filter .details-post .big-text {
      font-size: 29px;
      font-family: Playfair Display, 'sans-serif';
      color: #fff;
      line-height: 44px;
      padding-left: 80px;
      padding-right: 80px; }
    .blog-columns .columns-filter .details-post .author {
      font-size: 21px;
      font-family: vollkorn, 'sans-serif';
      color: #fff;
      margin-top: 30px; }
  .blog-columns .columns-filter iframe {
    width: 100%;
    height: 250px; }
  .blog-columns .columns-filter .link-post {
    background: #fff;
    text-align: center;
    background: #ff9900;
    margin-bottom: 30px;
    margin-top: 0;
    padding-top: 54px;
    padding-bottom: 55px;
    color: #fff; }
@-moz-document url-prefix() {
  .blog-columns .columns-filter .link-post {
    padding-top: 56px; } }
    @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
      .blog-columns .columns-filter .link-post {
        padding-top: 56px; } }
    .blog-columns .columns-filter .link-post h2 {
      font-size: 30px;
      font-family: Playfair Display, 'sans-serif';
      color: #fff;
      padding-right: 45px;
      padding-left: 45px;
      line-height: 37px; }
    .blog-columns .columns-filter .link-post i {
      font-size: 53px; }
    .blog-columns .columns-filter .link-post .author {
      font-size: 21px;
      font-family: vollkorn, 'sans-serif';
      padding-top: 5px;
      padding-bottom: 20px; }
    .blog-columns .columns-filter .link-post a {
      width: 80%;
      margin: 0 auto; }

.isotope-filter {
  font-family: playfair regular, 'sans-serif';
  font-size: 13px;
  color: #343434;
  text-transform: uppercase; }

.isotope-filter-last {
  font-family: playfair regular, 'sans-serif';
  font-size: 13px;
  color: #343434;
  text-transform: uppercase; }

.line:after {
  content: '/';
  margin-left: 5px; }

.list-filter {
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center; }
  .list-filter a {
    font-family: playfair regular, 'sans-serif'; }
  .list-filter a:hover {
    text-decoration: none; }

.filter-font {
  font-size: 13px;
  font-family: playfair display italic, 'sans-serif';
  color: #343434; }

li {
  display: inline-block;
  list-style: none; }

.isotope-filter {
  font-size: 15px;
  font-family: playfair display, 'sans-serif';
  color: #343434;
  text-transform: uppercase;
  margin: 10px; }

.isotope-filter:hover {
  text-decoration: none;
  cursor: pointer;
  color: #343434; }

li .active {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative; }

li .active:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  bottom: 0;
  background: #ff9900;
  height: 1px;
  -webkit-transition-property: left, right;
  transition-property: left, right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

/* Underline From Center */
.isotope-filter {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative; }

.isotope-filter:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  right: 50%;
  bottom: 0;
  background: #ff9900;
  height: 1px;
  -webkit-transition-property: left, right;
  transition-property: left, right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

.isotope-filter:hover:before, .isotope-filter:focus:before, .isotope-filter:active:before {
  left: 0;
  right: 0; }

_:-ms-lang(x) .details-post .bg-image, _:-webkit-full-screen .details-post .bg-image, .columns-filter .details-post .bg-image {
  padding-top: 103px !important; }
_:-ms-lang(x) .link-post, _:-webkit-full-screen .link-post, .columns-filter .link-post {
  padding-top: 57px !important; }

::i-block-chrome .link-post, .columns-filter .link-post {
  padding-top: 53px !important;
  padding-bottom: 55px !important; }
::i-block-chrome .link-3, .columns-filter .link-3 {
  font-size: 14px !important; }
  ::i-block-chrome .link-3 a, .columns-filter .link-3 a {
    font-size: 14px !important; }
  ::i-block-chrome .link-3 i, .columns-filter .link-3 i {
    font-size: 14px !important; }
::i-block-chrome .link-3:hover, .columns-filter .link-3:hover {
  color: #ff9900; }

.link-3 {
  font-size: 15px;
  font-family: vollkorn, 'sans-serif';
  color: #696969;
  padding-bottom: 3px; }
  .link-3 a {
    font-size: 15px;
    font-family: vollkorn, 'sans-serif';
    color: #696969; }
  .link-3 .link-line:after {
    content: '|';
    font-style: normal;
    padding-left: 5px;
    padding-right: 5px;
    color: #696969;
    cursor: default; }
  .link-3 a:hover {
    color: #ff9900;
    text-decoration: none; }

.read-more {
  float: right;
  font-size: 15px;
  font-family: vollkorn;
  color: #969696;
  margin-right: 15px; }

.read-more:hover {
  color: #ff9900;
  text-decoration: none; }

.read-more:after {
  font-family: fontawesome;
  font-size: 15px;
  color: #969696;
  content: '\f178';
  padding-left: 7px; }

.read-more:hover:after {
  color: #ff9900; }

/*== 8. 3 Columns Blog ==*/
.blog-columns .columns-3 iframe {
  width: 100%;
  height: 250px; }
.blog-columns .columns-3 .link-post {
  background: #fff;
  text-align: center;
  background: #ff9900;
  margin-bottom: 30px;
  padding-top: 55px;
  padding-bottom: 55px;
  color: #fff; }
@-moz-document url-prefix() {
  .blog-columns .columns-3 .link-post {
    padding-top: 57px; } }
  @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .blog-columns .columns-3 .link-post {
      padding-top: 57px; } }
  .blog-columns .columns-3 .link-post h2 {
    font-size: 29px;
    font-family: Playfair Display, 'sans-serif';
    color: #fff;
    padding-right: 45px;
    padding-left: 45px;
    line-height: 37px; }
  .blog-columns .columns-3 .link-post i {
    font-size: 52px; }
  .blog-columns .columns-3 .link-post .author {
    font-size: 21px;
    font-family: vollkorn, 'sans-serif';
    padding-top: 5px;
    padding-bottom: 20px; }
  .blog-columns .columns-3 .link-post a {
    width: 80%;
    margin: 0 auto; }
.blog-columns .columns-3 .details-post {
  position: relative;
  margin-bottom: 30px; }
  .blog-columns .columns-3 .details-post .bg-image {
    background: url(../images/columns-3/6.jpg);
    padding-top: 125px;
    padding-bottom: 120px;
    background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover; }
@-moz-document url-prefix() {
  .blog-columns .columns-3 .details-post .bg-image {
    padding-top: 125px;
    padding-bottom: 120px; } }
    @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
      .blog-columns .columns-3 .details-post .bg-image {
        padding-top: 125px;
        padding-bottom: 120px; } }
  .blog-columns .columns-3 .details-post .details-post-content {
    padding-left: 15px;
    padding-right: 15px; }
  .blog-columns .columns-3 .details-post .third-post-over {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%; }
  .blog-columns .columns-3 .details-post i {
    font-size: 74px !important;
    color: #969696;
    opacity: 0.6; }
  .blog-columns .columns-3 .details-post .big-text {
    font-size: 29px;
    font-family: Playfair Display, 'sans-serif';
    color: #fff;
    padding-top: 30px;
    padding-bottom: 25px; }
  .blog-columns .columns-3 .details-post .author {
    font-size: 21px;
    font-family: vollkorn, 'sans-serif';
    color: #fff; }

_:-ms-lang(x) .details-post .bg-image, _:-webkit-full-screen .details-post .bg-image, .columns-3 .details-post .bg-image {
  padding-top: 126px !important;
  padding-bottom: 120px !important; }

::i-block-chrome .details-post .bg-image, .columns-3 .details-post .bg-image {
  padding-top: 125px !important;
  padding-bottom: 120px !important; }
::i-block-chrome .link-post, .columns-3 .link-post {
  padding-top: 59px !important;
  padding-bottom: 50px !important; }
::i-block-chrome .link-3, .columns-3 .link-3 {
  font-size: 14px !important; }
  ::i-block-chrome .link-3 a, .columns-3 .link-3 a {
    font-size: 14px !important; }

/*== 9. Image Hovers ==*/
.image-unit {
  position: relative;
  transition: all 0.5s; }

.image-unit img {
  width: 100%;
  height: auto; }

.image-hover {
  position: absolute;
  display: inline-block;
  width: 100%;
  background: rgba(255, 255, 255, 0.8);
  top: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  opacity: 0;
  transition: all 0.5s; }
  .image-hover .bottom-info {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    background: #292724;
    text-align: left;
    padding: 15px;
    font-size: 15px;
    font-family: playfair display, 'sans-serif';
    color: #fff; }
  .image-hover .image-search {
    font-size: 16px;
    color: #000;
    padding: 8px 10px;
    border: 2px solid #000;
    border-radius: 50%; }
  .image-hover .image-search:hover {
    background: #ff9900;
    border: 2px solid #ff9900;
    color: #fff; }

.image-unit:hover .image-hover {
  opacity: 1; }

/*== 10. 2 Columns Side Bar ==*/
.blog-columns .blog-post {
  background: #fff;
  padding: 25px 20px 45px 20px;
  margin-bottom: 30px; }
  .blog-columns .blog-post .title {
    font-size: 21px;
    font-family: playfair display, 'sans-serif';
    color: #000;
    margin-top: 20px;
    padding-bottom: 5px; }
  .blog-columns .blog-post .paragraph {
    font-size: 15px;
    font-family: vollkorn;
    color: #343434;
    margin-top: 20px; }
  .blog-columns .blog-post .paragraph-video {
    font-size: 15px;
    font-family: vollkorn;
    color: #343434;
    margin-top: 15px; }
  .blog-columns .blog-post .paragraph-audio {
    font-size: 15px;
    font-family: vollkorn;
    color: #343434;
    margin-top: 15px; }
  .blog-columns .blog-post .paragraph-slider {
    font-size: 15px;
    font-family: vollkorn;
    color: #343434;
    margin-top: -18px; }
.blog-columns .pages {
  margin-top: 0; }
.blog-columns .columns-2 iframe {
  width: 100%;
  height: 216px; }
.blog-columns .columns-2 .details-post {
  margin-top: 30px;
  margin-bottom: 30px; }
  .blog-columns .columns-2 .details-post .bg-image {
    background: url(../images/columns-2-sidebar/6.jpg);
    padding: 80px 0 97px 0;
    background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover; }
@-moz-document url-prefix() {
  .blog-columns .columns-2 .details-post .bg-image {
    padding-top: 80px;
    padding-bottom: 100px; } }
    @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
      .blog-columns .columns-2 .details-post .bg-image {
        padding-top: 80px;
        padding-bottom: 100px; } }
  .blog-columns .columns-2 .details-post i {
    font-size: 50px;
    color: #fff;
    margin-bottom: 30px;
    opacity: 0.6; }
  .blog-columns .columns-2 .details-post .big-text {
    font-size: 29px;
    font-family: playfair display, 'sans-serif';
    color: #fff;
    line-height: 44px;
    padding-left: 80px;
    padding-right: 80px; }
  .blog-columns .columns-2 .details-post .author {
    font-size: 21px;
    font-family: vollkorn, 'sans-serif';
    color: #fff;
    margin-top: 30px; }
.blog-columns .columns-2 .link-post {
  background: #fff;
  text-align: center;
  background: #ff9900;
  margin-bottom: 30px;
  padding-top: 60px;
  padding-bottom: 55px;
  color: #fff; }
@-moz-document url-prefix() {
  .blog-columns .columns-2 .link-post {
    padding-top: 62px; } }
  @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .blog-columns .columns-2 .link-post {
      padding-top: 62px; } }
  .blog-columns .columns-2 .link-post h2 {
    font-size: 29px;
    font-family: Playfair Display, 'sans-serif';
    color: #fff;
    padding-right: 45px;
    padding-left: 45px;
    line-height: 37px; }
  .blog-columns .columns-2 .link-post i {
    font-size: 50px; }
  .blog-columns .columns-2 .link-post .author {
    font-size: 21px;
    font-family: vollkorn, 'sans-serif';
    padding-top: 5px;
    padding-bottom: 20px; }
  .blog-columns .columns-2 .link-post a {
    width: 80%;
    margin: 0 auto; }

::i-block-chrome .link-post, .columns-2 .link-post {
  padding-bottom: 55px !important;
  padding-top: 60px !important; }
::i-block-chrome .details-post .bg-image, .columns-2 .details-post .bg-image {
  padding-top: 90px !important;
  padding-bottom: 88px !important; }

/*== 11. Section Blog ==*/
.full-border {
  border-bottom: 1px solid #cecece;
  width: 100%; }

.full-border-bottom {
  border-bottom: 1px solid #cecece;
  width: 100%;
  display: inline-block; }

.social-circles {
  margin-top: 25px; }

.border-bottom {
  border-bottom: 1px solid #cdcdcd;
  width: 50px; }

.link-post {
  color: #fff; }
  .link-post .author {
    font-size: 21px;
    font-family: vollkorn, 'sans-serif';
    padding-top: 5px;
    padding-bottom: 20px; }
  .link-post a {
    font-size: 15px;
    font-family: vollkorn italic, 'sans-serif';
    color: #fff;
    font-style: italic;
    width: 80%;
    margin: 0 auto; }

.section-blog {
  /***** BLOG-POST *****/
  /***** GRID-POST *****/
  /***** DETAILS *****/
  /***** IMAGE SLDIER *****/
  /*****  VIDEO POST *****/
  /***** LINK POST *****/
  /***** AUIDO *****/ }
  .section-blog iframe {
    width: 100%;
    height: 355px;
    border: 1px solid transparent; }
  .section-blog .blog-post {
    background: #fff;
    padding: 35px 40px 40px 40px;
    margin-bottom: 30px; }
    .section-blog .blog-post .paragraph {
      font-size: 17px;
      font-family: vollkorn;
      color: #343434;
      margin-top: 30px; }
  .section-blog .blog-paragraph {
    font-size: 17px;
    font-family: vollkorn, 'sans-serif';
    color: #343434;
    padding-right: 50px;
    padding-top: 30px;
    padding-bottom: 20px; }
  .section-blog .paragraph-2 {
    font-size: 17px;
    font-family: vollkorn, 'sans-serif';
    color: #343434;
    padding-right: 50px;
    padding-bottom: 5px; }
  .section-blog .links {
    font-size: 15px;
    font-family: vollkorn, 'sans-serif';
    color: #696969;
    padding-bottom: -5px; }
    .section-blog .links a {
      font-size: 15px;
      font-family: vollkorn, 'sans-serif';
      color: #696969; }
    .section-blog .links .link-line:after {
      content: '|';
      font-style: normal;
      padding-left: 10px;
      padding-right: 5px;
      color: #696969;
      cursor: pointer; }
    .section-blog .links a:hover {
      color: #ff9900;
      text-decoration: none; }
  .section-blog .coma {
    position: absolute;
    top: -50px;
    left: -13px;
    font-size: 107px;
    font-family: Playfair Display, 'sans-serif';
    color: #ff9900; }
  .section-blog .coma-2 {
    position: absolute;
    bottom: -90px;
    padding-left: 15px;
    font-size: 107px;
    font-family: Playfair Display, 'sans-serif';
    color: #ff9900; }
  .section-blog .coma-alt {
    position: absolute;
    top: -50px;
    left: -13px;
    font-size: 107px;
    font-family: Playfair Display, 'sans-serif';
    color: #adadad; }
  .section-blog .coma-2-alt {
    position: absolute;
    bottom: -90px;
    padding-left: 15px;
    font-size: 107px;
    font-family: Playfair Display, 'sans-serif';
    color: #adadad; }
  .section-blog {
    position: relative;
    margin-top: 30px;
    padding-left: 45px;
    padding-right: 80px;
    font-size: 17px;
    font-family: vollkorn, 'sans-serif';
    color: #000;
    margin: 0 5px; }
  .section-blog .quote-alt {
    position: relative;
    margin-top: 30px;
    padding-left: 45px;
    padding-right: 80px;
    font-size: 17px;
    font-family: vollkorn, 'sans-serif';
    color: #adadad;
    margin: 0 5px; }
  .section-blog .quote-border {
    border-bottom: 1px solid #cecece;
    width: 120px;
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 30px; }
  .section-blog .quote-border-2 {
    border-bottom: 1px solid #cecece;
    width: 120px;
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 30px; }
  .section-blog .blog-post .post-title {
    font-size: 35px;
    font-family: Playfair Display, 'sans-serif';
    color: #000;
    margin-bottom: 25px;
    padding-top: 5px; }
  .section-blog .blog-post .text-right {
    top: 0;
    right: 0;
    font-size: 20px;
    color: #696969; }
  .section-blog .blog-post .second-blog-paragraph {
    font-size: 17px;
    font-family: vollkorn, 'sans-serif';
    color: #343434;
    margin-top: -5px; }
  .section-blog .blog-post .links {
    font-size: 15px;
    font-family: vollkorn, 'sans-serif';
    color: #696969; }
    .section-blog .blog-post .links a {
      font-size: 15px;
      font-family: vollkorn, 'sans-serif';
      color: #696969; }
    .section-blog .blog-post .links .link-line:after {
      content: '|';
      font-style: normal;
      padding-left: 10px;
      padding-right: 5px;
      color: #696969;
      cursor: pointer; }
    .section-blog .blog-post .links a:hover {
      color: #ff9900;
      text-decoration: none; }
  .section-blog .grid-gallery {
    margin-top: 30px; }
  .section-blog .grid-post {
    background: #fff;
    padding: 35px 35px 40px 35px; }
    .section-blog .grid-post .grid-post-content {
      position: relative; }
    .section-blog .grid-post .paragraph {
      font-size: 17px;
      font-family: vollkorn, 'sans-serif';
      color: #343434;
      margin-top: 25px; }
    .section-blog .grid-post .full-border-bottom {
      margin-top: 30px; }
    .section-blog .grid-post .post-title {
      font-size: 32px;
      font-family: Playfair Display, 'sans-serif';
      color: #000;
      margin-bottom: 20px; }
    .section-blog .grid-post .grid-unit {
      position: relative;
      margin: 5px 4px;
      transition: all 0.5s;
      display: inline-block; }
    .section-blog .grid-post .grid-unit img {
      width: 100%;
      height: auto; }
    .section-blog .grid-post .grid-hover {
      position: absolute;
      display: inline-block;
      width: 100%;
      background: rgba(255, 255, 255, 0.8);
      top: 0;
      right: 0;
      bottom: 0;
      text-align: center;
      opacity: 0;
      transition: all 0.5s; }
      .section-blog .grid-post .grid-hover .bottom-info {
        position: absolute;
        bottom: 0;
        right: 0;
        left: 0;
        background: #292724;
        text-align: left;
        padding: 15px;
        font-size: 15px;
        font-family: playfair display, 'sans-serif';
        color: #fff; }
      .section-blog .grid-post .grid-hover .grid-search {
        font-size: 16px;
        color: #000;
        padding: 8px 10px;
        border: 2px solid #000;
        border-radius: 50%; }
      .section-blog .grid-post .grid-hover .grid-search:hover {
        background: #ff9900;
        border: 2px solid #ff9900;
        color: #fff; }
    .section-blog .grid-post .grid-unit:hover .grid-hover {
      opacity: 1; }
  .section-blog .details-post {
    position: relative;
    margin-bottom: 30px;
    margin-top: 30px; }
    .section-blog .details-post .bg-image {
      background: url(../images/classic/3.jpg);
      padding-top: 50px;
      padding-bottom: 50px;
      background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover;
      -webkit-background-size: cover; }
    .section-blog .details-post .details-post-content {
      padding-left: 15px;
      padding-right: 15px; }
    .section-blog .details-post .third-post-over {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%; }
    .section-blog .details-post i {
      font-size: 70px;
      color: #969696;
      opacity: 0.5;
      margin-bottom: 30px; }
    .section-blog .details-post .big-text {
      font-size: 29px;
      font-family: Playfair Display, 'sans-serif';
      color: #fff;
      padding-bottom: 25px; }
    .section-blog .details-post .author {
      font-size: 21px;
      font-family: vollkorn, 'sans-serif';
      color: #fff; }
  .section-blog .image-slider .paragraph {
    margin-top: -5px;
    margin-bottom: 15px; }
  .section-blog .video-post iframe {
    width: 100%;
    height: 450px; }
  .section-blog .video-post .post-title {
    margin-bottom: 25px; }
  .section-blog .video-post .paragraph {
    font-size: 17px;
    font-family: vollkorn, 'sans-serif';
    color: #343434;
    margin-top: 25px;
    padding-bottom: 7px; }
  .section-blog .link-post {
    text-align: center;
    background: #ff9900;
    margin-top: 30px;
    margin-bottom: 30px;
    padding-top: 50px;
    padding-bottom: 45px;
    color: #fff; }
    .section-blog .link-post h2 {
      font-size: 29px;
      font-family: Playfair Display, 'sans-serif';
      color: #fff;
      padding-right: 70px;
      padding-left: 70px; }
    .section-blog .link-post i {
      font-size: 49px;
      padding-bottom: 10px; }
    .section-blog .link-post .author {
      font-size: 21px;
      font-family: vollkorn, 'sans-serif';
      padding-top: 25px;
      padding-bottom: 10px; }
    .section-blog .link-post a {
      font-size: 15px;
      font-family: vollkorn, 'sans-serif';
      color: #fff;
      font-style: italic;
      word-wrap: break-word; }
  .section-blog .audio-content {
    position: relative; }
  .section-blog .links {
    padding-bottom: 10px; }
  .section-blog .audio-paragraph {
    padding-top: 25px;
    padding-bottom: 7px;
    font-size: 17px;
    font-family: vollkorn, 'sans-serif';
    color: #343434; }

/*== 12. Single Posts ==*/
.right-tag {
  position: absolute;
  right: 0;
  bottom: 5px;
  font-size: 15px;
  font-family: vollkorn, 'sans-serif';
  color: #969696; }
  .right-tag a {
    font-size: 15px;
    font-family: vollkorn, 'sans-serif';
    color: #969696; }
    .right-tag a:hover {
      color: #ff9900;
      text-decoration: none; }

.section-blog .audio-post img {
  display: inline-block;
  margin-top: 10px; }
.section-blog .second-image {
  padding-bottom: 5px;
  margin-top: 40px; }
.section-blog .single-image .quote-border-2 {
  margin-bottom: 5px; }
.section-blog .single-full .second-image {
  margin-top: 30px;
  padding: 0; }
.section-blog .single .full-border-bottom {
  margin-top: 20px; }

.prev-button {
  position: absolute;
  bottom: 0;
  left: 0px;
  width: 144px;
  height: 35px;
  border: 2px solid #696969;
  border-radius: 50px;
  text-align: center;
  background: #fff; }
  .prev-button a {
    font-size: 15px;
    font-family: vollkorn, 'sans-serif';
    color: #969696;
    line-height: 35px; }

.prev-button:hover {
  background: #ff9900;
  border: 2px solid #ff9900; }
  .prev-button:hover a {
    color: #fff;
    text-decoration: none; }

.title {
  margin-top: -2px; }

.main-button {
  text-align: center;
  width: 144px;
  height: 35px;
  border: 2px solid #696969;
  border-radius: 50px;
  margin: 0 auto;
  background: #fff; }
  .main-button a {
    font-size: 15px;
    font-family: vollkorn, 'sans-serif';
    color: #969696;
    line-height: 35px; }

.main-button:hover {
  background: #ff9900;
  border: 2px solid #ff9900; }
  .main-button:hover a {
    color: #fff;
    text-decoration: none; }

.next-button {
  position: absolute;
  bottom: 0;
  right: 0px;
  width: 144px;
  height: 35px;
  border: 2px solid #696969;
  border-radius: 50px;
  text-align: center;
  background: #fff; }
  .next-button a {
    font-size: 15px;
    font-family: vollkorn, 'sans-serif';
    color: #969696;
    line-height: 35px; }

.next-button:hover {
  background: #ff9900;
  border: 2px solid #ff9900; }
  .next-button:hover a {
    color: #fff;
    text-decoration: none; }

.nav-buttons {
  margin-top: 20px;
  margin-bottom: 25px;
  position: relative; }

.about-section {
  background: #fff;
  padding: 40px 20px 15px 40px;
  clear: both; }
  .about-section .full-border {
    clear: both; }
  .about-section .author-links {
    position: relative;
    left: -15px;
    text-align: left;
    margin-bottom: 35px; }
  .about-section .about-author-content {
    margin-left: -20px; }
  .about-section .ignition-web:after {
    content: '|';
    padding-left: 15px;
    color: #969696; }
  .about-section .twitter:before {
    content: '\f099';
    font-size: 13px;
    font-family: fontawesome;
    color: #969696; }
  .about-section .facebook:before {
    content: '\f09a';
    font-size: 13px;
    font-family: fontawesome;
    color: #969696; }
  .about-section .google:before {
    content: '\f0d5';
    font-size: 13px;
    font-family: fontawesome;
    color: #969696; }
  .about-section .dribbble:before {
    content: '\f17d';
    font-size: 13px;
    font-family: fontawesome;
    color: #969696; }
  .about-section .behance:before {
    content: '\f1b4';
    font-size: 13px;
    font-family: fontawesome;
    color: #969696; }
  .about-section img {
    float: left;
    margin-right: 20px;
    margin-bottom: 40px; }
  .about-section .comment-post {
    margin-top: 20px; }
  .about-section .second-comment-row {
    margin-top: 45px;
    position: relative;
    left: -20px; }
  .about-section .third-comment-row {
    margin-top: 45px;
    position: relative;
    left: -40px; }
  .about-section .fourth-comment-row {
    margin-top: 45px;
    position: relative;
    left: -60px; }
  .about-section .comments-number {
    font-size: 17px;
    font-family: playfair display, 'sans-serif';
    color: #000; }
  .about-section .comment-options {
    font-size: 13px;
    font-family: vollkorn, 'sans-serif';
    color: #969696;
    padding-left: 10px; }
  .about-section .commentor {
    font-size: 15px;
    font-family: vollkorn, 'sans-serif';
    color: #000; }
  .about-section .comment-date {
    font-size: 15px;
    font-family: vollkorn, 'sans-serif';
    color: #969696;
    font-style: italic; }
  .about-section .reply {
    font-size: 15px;
    font-family: vollkorn, 'sans-serif';
    color: #969696;
    font-style: italic; }
  .about-section .reply:hover {
    color: #ff9900;
    text-decoration: none; }
  .about-section .commentor:hover {
    text-decoration: none; }
  .about-section .comment {
    font-size: 15px;
    font-family: vollkorn, 'sans-serif';
    color: #696969; }
  .about-section .title {
    font-size: 21px;
    font-family: Playfair Display, 'sans-serif';
    color: #000; }
  .about-section .author-paragraph {
    font-size: 15px;
    font-family: vollkorn, 'sans-serif';
    color: #343434; }
  .about-section .author-links a {
    font-size: 16px;
    font-family: vollkorn, 'sans-serif';
    color: #969696;
    margin-left: 15px; }
  .about-section .author-links a:hover {
    color: #D41919;
    text-decoration: none; }
  .about-section .author-links a:before {
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    padding-right: 5px; }
  .about-section .author-links a:hover:before {
    color: #D41919;
    text-decoration: none; }

/*== 13. About ==*/
.about-author .about {
  background: #fff;
  padding: 40px; }
.about-author .about-content {
  padding-left: 80px; }
.about-author .about-paragraph {
  margin-top: 10px;
  font-size: 15px;
  font-family: vollkorn, 'sans-serif';
  color: #343434; }
.about-author .title {
  font-size: 17px;
  font-family: playfair Display, 'sans-serif';
  color: #000;
  margin-bottom: 12px; }
.about-author .full-border {
  clear: both; }
.about-author .skills-content {
  padding-left: 15px;
  padding-top: 45px; }
.about-author .skills-paragraph {
  font-size: 15px;
  font-family: vollkorn, 'sans-serif';
  color: #343434; }
.about-author .about-author-2 {
  background: #fff;
  margin-left: -15px;
  margin-top: 25px;
  margin-bottom: 30px; }
  .about-author .about-author-2 .ignition-web:after {
    content: '|';
    padding-left: 15px;
    color: #969696; }
  .about-author .about-author-2 .twitter:before {
    content: '\f099';
    font-size: 13px;
    font-family: fontawesome;
    color: #969696; }
  .about-author .about-author-2 .facebook:before {
    content: '\f09a';
    font-size: 13px;
    font-family: fontawesome;
    color: #969696; }
  .about-author .about-author-2 .google:before {
    content: '\f0d5';
    font-size: 13px;
    font-family: fontawesome;
    color: #969696; }
  .about-author .about-author-2 .dribbble:before {
    content: '\f17d';
    font-size: 13px;
    font-family: fontawesome;
    color: #969696; }
  .about-author .about-author-2 .behance:before {
    content: '\f1b4';
    font-size: 13px;
    font-family: fontawesome;
    color: #969696; }
  .about-author .about-author-2 i {
    margin-left: 30px; }
  .about-author .about-author-2 .title {
    font-size: 21px;
    font-family: Playfair Display, 'sans-serif';
    color: #000; }
  .about-author .about-author-2 .author-paragraph {
    font-size: 15px;
    font-family: vollkorn, 'sans-serif';
    color: #343434; }
  .about-author .about-author-2 a {
    font-size: 16px;
    font-family: vollkorn, 'sans-serif';
    color: #969696;
    margin-left: 15px; }
  .about-author .about-author-2 a:hover {
    color: #D41919;
    text-decoration: none; }
  .about-author .about-author-2 a:before {
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    padding-right: 5px; }
  .about-author .about-author-2 a:hover:before {
    color: #D41919;
    text-decoration: none; }
.about-author .pie-chart {
  text-align: center;
  margin-top: 35px; }
  .about-author .pie-chart h2 {
    font-size: 23px;
    font-family: vollkorn, 'sans-serif';
    color: #343434;
    font-style: italic; }
.about-author .chart {
  display: inline-block;
  width: 180px;
  height: 180px;
  line-height: 180px;
  text-align: center;
  vertical-align: top;
  position: relative; }
  .about-author .chart .percentage {
    display: block;
    font-size: 45px;
    font-family: volkorn, 'sans-serif';
    color: #ff9900;
    font-style: italic; }
  .about-author .chart canvas {
    position: absolute;
    left: 0;
    top: 0; }

.may-like {
  margin-top: 35px;
  margin-bottom: 35px; }
  .may-like .thumb-unit {
    position: relative;
    margin-right: 5px;
    transition: all 0.5s;
    max-width: 150px;
    display: inline-block; }
  .may-like .thumb-unit img {
    width: 100%;
    height: auto;
    margin-bottom: 5px; }
  .may-like .thumb-hover {
    position: absolute;
    display: block;
    width: 100%;
    height: calc(100% - 20px);
    background: rgba(255, 255, 255, 0.9);
    top: 0;
    right: 0;
    text-align: center;
    opacity: 0;
    transition: all 0.5s; }
    .may-like .thumb-hover .thumb-search {
      font-size: 16px;
      color: #000;
      padding: 8px 10px;
      line-height: 100px;
      border: 2px solid #000;
      border-radius: 50%; }
    .may-like .thumb-hover .thumb-search:hover {
      background: #ff9900;
      border: 2px solid #ff9900;
      color: #fff; }
  .may-like .thumb-content:hover .thumb-title {
    color: #ff9900; }
  .may-like .thumb-title {
    margin: 0;
    font-size: 13px;
    font-family: vollkorn regular, 'sans-serif';
    color: #696969; }
  .may-like .thumb-unit:hover .thumb-hover {
    opacity: 1; }

.comment-section {
  clear: both; }
  .comment-section .contact {
    background: #fff;
    margin: 0 10px;
    margin-top: 30px; }
    .comment-section .contact h3 {
      font-size: 17px;
      font-family: playfair display, 'sans-serif';
      color: #000;
      padding-left: 5px; }
    .comment-section .contact .message {
      width: 100%;
      height: 135px;
      font-size: 15px;
      font-family: vollkorn, 'sans-serif';
      color: #969696;
      font-style: italic;
      display: block;
      padding-left: 10px;
      padding-top: 7px; }
    .comment-section .contact .message:focus {
      outline: none;
      border: 1px solid #ff9900; }
    .comment-section .contact .submit-button {
      float: right;
      padding: 5px 20px;
      border-radius: 30px;
      border: 2px solid #969696;
      background: #fff;
      font-size: 15px;
      font-family: vollkorn, 'sans-serif';
      color: #969696;
      font-style: italic;
      margin-top: 20px; }
    .comment-section .contact .input {
      display: block;
      width: 100%;
      height: 35px;
      margin-bottom: 15px;
      border: 1px solid #969696; }
    .comment-section .contact .input[type=text] {
      font-size: 15px;
      font-family: vollkorn, 'sans-serif';
      color: #969696;
      font-style: italic;
      padding-left: 10px; }
    .comment-section .contact .input:focus {
      outline: none;
      border: 1px solid #ff9900; }
    .comment-section .contact .padding-10 {
      padding: 5px; }

/*****
      CONTACT
             *****/
.recent-post {
  padding: 1px 40px 1px 35px;
  background: #fff;
  margin-top: 40px; }
  .recent-post .title {
    font-size: 17px;
    font-family: playfair display, 'sans-serif';
    color: #000;
    margin-bottom: 15px;
    padding-left: 5px; }

.return-msg {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }

.return-msg.show-return-msg {
  opacity: 1;
  visibility: visible;
  padding: 5px 0; }

.form {
  background: #fff;
  margin-top: 40px;
  padding: 15px 50px 35px 50px; }
  .form h3 {
    font-size: 17px;
    font-family: playfair display, 'sans-serif';
    color: #000;
    margin-left: 5px; }
  .form textarea {
    width: 100%;
    height: 135px;
    font-size: 15px;
    font-family: vollkorn, 'sans-serif';
    color: #000;
    font-style: italic;
    padding-left: 10px;
    padding-top: 7px;
    position: relative; }
  .form .message:focus {
    outline: none;
    border: 1px solid #ff9900; }
  .form .submit-button {
    float: right;
    padding: 5px 20px;
    border-radius: 30px;
    border: 2px solid #969696;
    background: #fff;
    font-size: 15px;
    font-family: vollkorn, 'sans-serif';
    color: #969696;
    font-style: italic;
    margin-top: 20px; }
  .form .input {
    display: block;
    width: 100%;
    height: 35px;
    margin-bottom: 15px;
    border: 1px solid #969696; }
  .form .input[type=text] {
    font-size: 15px;
    font-family: vollkorn, 'sans-serif';
    color: #000;
    font-style: italic;
    padding-left: 10px; }
  .form .input:focus {
    outline: none;
    border: 1px solid #ff9900; }
  .form .padding-10 {
    padding: 5px; }

.recent-post-content {
  margin-top: 35px;
  margin-bottom: 35px; }
  .recent-post-content .image-unit {
    position: relative;
    margin-right: 5px;
    margin-left: 5.5px;
    transition: all 0.5s;
    max-width: 205px;
    display: inline-block; }
  .recent-post-content .image-unit img {
    margin-bottom: 5px; }
  .recent-post-content .image-hover {
    height: calc(100% - 20px); }
    .recent-post-content .image-hover .image-search {
      font-size: 16px;
      color: #000;
      padding: 8px 10px;
      line-height: 150px;
      border: 2px solid #000;
      border-radius: 50%; }
    .recent-post-content .image-hover .image-search:hover {
      background: #ff9900;
      border: 2px solid #ff9900;
      color: #fff; }
  .recent-post-content .image-content:hover .image-title {
    color: #ff9900; }
  .recent-post-content .image-title {
    margin: 0;
    font-size: 13px;
    font-family: vollkorn regular, 'sans-serif';
    color: #696969; }
  .recent-post-content .image-unit:hover .image-hover {
    opacity: 1; }

/*== 14. Side Bar ==*/
::i-block-chrome .links, .side-bar .links {
  font-size: 10px !important; }
  ::i-block-chrome .links a, .side-bar .links a {
    font-size: 10px !important; }
  ::i-block-chrome .links i, .side-bar .links i {
    font-size: 10px !important; }

.side-bar {
  background: #fff;
  padding: 1px 20px 20px 20px;
  display: block; }
  .side-bar .links {
    font-size: 13px;
    font-family: vollkorn, 'sans-serif';
    color: #696969;
    padding-bottom: 10px; }
    .side-bar .links a {
      font-size: 13px;
      font-family: vollkorn, 'sans-serif';
      color: #696969; }
    .side-bar .links i {
      padding-left: 5px; }
    .side-bar .links .link-line:after {
      content: '|';
      font-style: normal;
      padding-left: 10px;
      padding-right: 5px;
      color: #696969;
      cursor: pointer; }
    .side-bar .links a:hover {
      color: #ff9900;
      text-decoration: none; }
  .side-bar .latest-posts .links {
    font-size: 10px;
    font-family: vollkorn, 'sans-serif';
    color: #696969;
    padding-bottom: 10px; }
    .side-bar .latest-posts .links a {
      font-size: 10px;
      font-family: vollkorn, 'sans-serif';
      color: #696969; }
    .side-bar .latest-posts .links i {
      font-size: 10px; }
    .side-bar .latest-posts .links .link-line:after {
      content: '|';
      font-style: normal;
      padding-left: 5px;
      color: #696969;
      cursor: default; }
    .side-bar .latest-posts .links a:hover {
      color: #ff9900;
      text-decoration: none; }
  .side-bar .image-full {
    width: 100%;
    margin-top: 8px; }
  .side-bar .links {
    font-size: 13px;
    font-family: vollkorn, 'sans-serif'; }
  .side-bar h2 {
    font-size: 19px;
    font-family: Playfair Display, 'sans-serif';
    color: #000; }
  .side-bar .links {
    margin-top: -20px; }
  .side-bar h3 {
    font-size: 15px;
    font-family: vollkorn, 'sans-serif';
    color: #000; }
  .side-bar p {
    font-size: 15px;
    font-family: vollkorn, 'sans-serif';
    color: #343434;
    padding-right: 25px;
    padding-top: 15px;
    padding-bottom: 13px; }
  .side-bar .border-bottom {
    border-bottom: 1px solid #cdcdcd;
    width: 50px;
    clear: both; }
  .side-bar .social-circles {
    margin-bottom: 30px; }

.side-bar .banner {
  margin-bottom: 105px;
  clear: both; }
  .side-bar .banner .banner-title {
    margin-top: 20px;
    margin-bottom: 20px; }
  .side-bar .banner .demo-small {
    padding-bottom: 30px; }
  .side-bar .banner .demo-img {
    width: 100%;
    padding-bottom: 10px; }
  .side-bar .banner .demo-img-small {
    display: inline-block;
    padding-bottom: 10px;
    float: left;
    min-width: 47%; }
  .side-bar .banner .demo-img-small-2 {
    display: inline-block;
    padding-bottom: 10px;
    float: right;
    min-width: 47%; }
.side-bar .border-bottom-banner {
  clear: both;
  border-bottom: 1px solid #cdcdcd;
  width: 50px; }
.side-bar .categories {
  clear: both; }
  .side-bar .categories .border-bottom {
    margin-top: 30px; }
.side-bar select {
  border: 1px solid #969696;
  height: 35px;
  font-size: 15px;
  font-family: vollkorn, 'sans-serif';
  font-style: italic;
  color: #969696;
  width: 100%;
  cursor: pointer; }
.side-bar select:hover {
  border: 1px solid #ff9900;
  color: #000; }
.side-bar select:focus {
  outline: none;
  border: 1px solid #ff9900;
  color: #000; }
.side-bar .instagram-feed {
  margin-bottom: 20px; }
  .side-bar .instagram-feed h1 {
    font-size: 17px;
    font-family: vollkorn, 'sans-serif';
    color: #000; }
  .side-bar .instagram-feed img {
    margin-right: 3px;
    margin-bottom: 8px; }
.side-bar .insta-images {
  display: inline-block; }
.side-bar .tag-group a {
  font-size: 14px;
  font-family: vollkorn, 'sans-serif';
  color: #696969;
  padding: 10px 14px;
  background: #ebebeb;
  display: inline-block;
  margin-bottom: 10px;
  margin-left: 5px; }
.side-bar .tag-group a:hover {
  background: #ff9900;
  color: #fff;
  text-decoration: none; }

/*== 15. Footer ==*/
.footer {
  background: #232a34;
  margin-top: 50px;
  padding-top: 25px;
  padding-bottom: 35px;
  padding-right: 20px; }
  .footer _::-webkit-full-page-media, .footer _:future, .footer :root {
    padding-top: 500px; }

.footer {
  background: #232a34;
  padding-top: 40px;
  padding-bottom: 35px;
  margin-top: 50px;
  width: 100%; }
  .footer .footer h1,
  .footer .footer h2,
  .footer .footer h3,
  .footer .footer h4,
  .footer .footer h5,
  .footer .footer h6 {
    margin: 5px 0; }
  .footer h1 {
    font-size: 25px;
    font-family: Playfair Display, 'sans-serif';
    color: #fff; }
  .footer h3 {
    font-size: 15px;
    font-family: vollkorn, 'sans-serif';
    color: #fff; }
  .footer .border-bottom {
    border: 1px solid #fff;
    width: 50px;
    margin-top: 15px;
    margin-bottom: 20px; }
  .footer .border-bottom-alt {
    border: 1px solid #fff;
    width: 50px;
    margin-top: 20px;
    margin-bottom: 20px; }
  .footer p {
    font-size: 13px;
    font-family: vollkorn, 'sans-serif';
    color: #a9b6c9;
    padding-right: 60px; }
  .footer h2 {
    font-size: 17px;
    font-family: Playfair Display, 'sans-serif';
    color: #fff;
    padding-top: 25px;
    padding-bottom: 15px; }
  .footer .flickr-img {
    opacity: 0.6; }
    .footer .flickr-img img {
      margin-bottom: 8px;
      margin-right: 4px; }
  .footer .flickr-img:hover {
    opacity: 1; }
  .footer .numbers {
    float: right; }
  .footer .footer-categories {
    padding-left: 20px; }
    .footer .footer-categories a {
      font-size: 13px;
      font-family: vollkorn, 'sans-serif';
      color: #a9b6c9;
      display: block;
      position: relative;
      margin-top: -5px;
      margin-bottom: 15px; }
    .footer .footer-categories .category:before {
      position: absolute;
      border-bottom: 1px solid #333c48;
      bottom: -5px;
      width: 100%;
      content: ''; }
    .footer .footer-categories .bottom-line {
      border-bottom: 1px solid red;
      margin-top: 4px;
      margin-bottom: 6px;
      width: 100%; }
    .footer .footer-categories a:last-child {
      border-bottom: none; }
    .footer .footer-categories a:hover {
      color: #ff9900;
      text-decoration: none; }

.footer-menu {
  text-align: center;
  background: #1b222d;
  padding-bottom: 20px; }
  .footer-menu .footer-menu-border {
    border-bottom: 1px solid #394453;
    width: 100px;
    margin: 0 auto;
    margin-top: 20px; }
  .footer-menu a {
    font-size: 16px;
    font-family: Playfair Display, 'sans-serif';
    color: #8d939d !important;
    display: inline-block; }
  .footer-menu a:hover {
    color: #fff !important;
    text-decoration: none; }
  .footer-menu li {
    margin-top: 25px;
    display: inline-block; }
  .footer-menu .menu:after {
    content: " \00b7";
    font-weight: 700 !important;
    font-family: montserrat;
    font-size: 15px;
    padding-left: 15px;
    padding-right: 15px;
    color: #8d939d; }
  .footer-menu .menu:hover:after {
    color: #8d939d; }
  .footer-menu p {
    font-size: 11px;
    font-family: Playfair Display, 'sans-serif';
    color: #b1bac8;
    margin-top: 15px; }
  .footer-menu .ignition {
    font-size: 11px;
    font-family: Playfair Display, 'sans-serif';
    color: #b1bac8; }
  .footer-menu .ignition:hover {
    color: #fff; }
