/* Variables */
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1 - Typography
2 - Alignments
3 - General Elements
4 - Containers
5 - Header
6 - Navigation
7 - Home Page
8 - Single Post
9 - Pages
10 - Sidebar and Widgets
11 - Footer
12 - Instagram
13 - Media Queries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
1 - Typography
--------------------------------------------------------------*/
html, body {
  font-family: "Lato", sans-serif; }

body {
  font-size: 1.6rem;
  padding-top: .1px;
  font-family: "Lato", sans-serif;
  letter-spacing: 0.025rem; }

h1, h2, h3, h4, h5, h6 {
  color: #282828;
  font-family: "Lato", sans-serif;
  font-weight: 700; }

h1 {
  font-size: 4.2rem;
  font-weight: 900; }

h2 {
  font-size: 3.6rem; }

h3 {
  font-size: 3rem; }

h4 {
  font-size: 2.4rem; }

h5 {
  font-size: 2.0rem; }

h6 {
  font-size: 1.8rem; }

p {
  font-size: 1.6rem; }

.read-more-wrapper {
  font-weight: 700; }

body .read-more-wrapper {
  -webkit-transition: all .2s ease;
  transition: all .2s ease; }

pre {
  overflow: hidden; }

hr {
  margin-bottom: 4rem; }

a, ul, li {
  font-family: "Lato", sans-serif;
  color: #282828; }
  a:hover, a:active, a:focus, ul:hover, ul:active, ul:focus, li:hover, li:active, li:focus {
    text-decoration: none;
    color: inherit;
    outline: none; }
  a:visited, ul:visited, li:visited {
    color: inherit; }

ul.post-categories li, ul.tags li {
  display: inline;
  list-style: none;
  margin: 0;
  padding: 0; }

a:hover {
  text-decoration: none; }

ul, ol, li {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2; }

ul, ol {
  margin-left: 0rem; }

blockquote {
  margin-left: auto;
  margin-right: auto;
  border: 0px solid black;
  line-height: 1.8;
  display: block;
  position: relative;
  margin: 0rem;
  margin-top: 8rem;
  margin-bottom: 6rem;
  padding-left: 6.5rem; }
  blockquote p {
    font-family: "Merriweather", serif;
    font-size: 1.8rem;
    font-style: italic;
    text-align: left;
    font-weight: 700;
    color: #222;
    margin: 0px;
    text-align: left;
    width: 100%; }
  blockquote:before {
    content: '';
    height: 100%;
    background: #282828;
    width: 3px;
    display: block;
    position: absolute;
    left: 0px;
    top: 0; }
  blockquote p:first-of-type:first-letter {
    font-size: 1.6rem;
    line-height: 4rem;
    padding-top: 0rem;
    padding-right: 0rem;
    float: none;
    font-weight: inherit; }
  blockquote p {
    margin-bottom: 1rem;
    max-width: 75%;
    margin-left: auto;
    margin-right: auto; }

input, textarea, button {
  font-family: "Lato", sans-serif; }

input:hover, input:active, input:focus {
  outline: none; }

p {
  font-family: "Merriweather", serif;
  color: #282828;
  font-weight: 400;
  line-height: 1.75; }

/*--------------------------------------------------------------
2 - Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em; }

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em; }

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto; }

/*--------------------------------------------------------------
3 - General Elements
--------------------------------------------------------------*/
.logged-in-as {
  padding-left: 15px;
  padding-right: 15px; }

.screen-reader-text {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  position: absolute;
  padding: 0;
  width: 1px; }

.tagline {
  max-width: 95%;
  display: block;
  margin-left: auto;
  margin-right: auto; }

.noscroll {
  overflow: hidden; }

.absolute-head {
  padding-top: 15rem; }

button {
  background: none;
  box-shadow: none; }

.btn {
  border-radius: 0rem; }

.ghost-btn {
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  background: none;
  color: #282828;
  color: rgba(40, 40, 40, 0.7); }
  .ghost-btn:hover {
    background: #282828;
    color: white; }

table {
  margin-bottom: 2rem; }
  table th, table td {
    padding: 3px;
    padding-left: 0px;
    margin-right: 15px; }

.gallery {
  overflow: hidden;
  margin-bottom: 20px; }

.gallery-item {
  float: left;
  margin: 0 4px 4px 0;
  overflow: hidden;
  position: relative; }

.gallery-columns-1 .gallery-item {
  max-width: 100%; }

.gallery-columns-2 .gallery-item {
  max-width: 48%;
  max-width: calc(50% - 4px); }

.gallery-columns-3 .gallery-item {
  max-width: 32%;
  max-width: calc(33.3% - 4px); }

.gallery-columns-4 .gallery-item {
  max-width: 23%;
  max-width: calc(25% - 4px); }

.gallery-columns-5 .gallery-item {
  max-width: 19%;
  max-width: calc(20% - 4px); }

.gallery-columns-6 .gallery-item {
  max-width: 15%;
  max-width: calc(16.7% - 4px); }

.gallery-columns-7 .gallery-item {
  max-width: 13%;
  max-width: calc(14.28% - 4px); }

.gallery-columns-8 .gallery-item {
  max-width: 11%;
  max-width: calc(12.5% - 4px); }

.gallery-columns-9 .gallery-item {
  max-width: 9%;
  max-width: calc(11.1% - 4px); }

.gallery-columns-1 .gallery-item:nth-of-type(1n), .gallery-columns-2 .gallery-item:nth-of-type(2n), .gallery-columns-3 .gallery-item:nth-of-type(3n), .gallery-columns-4 .gallery-item:nth-of-type(4n), .gallery-columns-5 .gallery-item:nth-of-type(5n), .gallery-columns-6 .gallery-item:nth-of-type(6n), .gallery-columns-7 .gallery-item:nth-of-type(7n), .gallery-columns-8 .gallery-item:nth-of-type(8n), .gallery-columns-9 .gallery-item:nth-of-type(9n) {
  margin-right: 0; }

.gallery-columns-1.gallery-size-medium figure.gallery-item:nth-of-type(1n+1), .gallery-columns-1.gallery-size-thumbnail figure.gallery-item:nth-of-type(1n+1), .gallery-columns-2.gallery-size-thumbnail figure.gallery-item:nth-of-type(2n+1), .gallery-columns-3.gallery-size-thumbnail figure.gallery-item:nth-of-type(3n+1) {
  clear: left; }

.gallery-caption {
  background-color: rgba(0, 0, 0, 0.7);
  box-sizing: border-box;
  color: #fff;
  font-size: 12px;
  line-height: 1.5;
  margin: 0;
  max-height: 50%;
  opacity: 0;
  padding: 6px 8px;
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: left;
  width: 100%; }

.gallery-caption:before {
  content: "";
  height: 100%;
  min-height: 49px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%; }

.gallery-item:hover .gallery-caption {
  opacity: 1; }

.gallery-columns-7 .gallery-caption, .gallery-columns-8 .gallery-caption, .gallery-columns-9 .gallery-caption {
  display: none; }

:-webkit-autofill {
  background: none; }

select::-ms-expand {
  display: none; }

select::-webkit-expand {
  display: none; }

input:-webkit-autofill {
  background: none; }

input:visited {
  background: none; }

.ajax-load-more-wrapper {
  margin-bottom: 10rem; }
  .ajax-load-more-wrapper .index-ajax-load-more {
    background: #fafafa;
    font-size: 1rem;
    font-weight: 700;
    text-transform: uppercase;
    outline: none;
    border: 1px solid transparent;
    width: 100%;
    height: 5rem;
    margin-left: auto;
    margin-right: auto;
    -webkit-transition: all .5s ease;
    transition: all .5s ease; }
    .ajax-load-more-wrapper .index-ajax-load-more:hover {
      background: #ededed; }

.post-details {
  display: inline-block;
  border: 1px solid #a8a8a8;
  position: relative;
  font-size: 1rem;
  color: #333;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
  margin: auto;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding: .7rem 4.5rem;
  text-transform: uppercase;
  font-weight: 700;
  font-family: "Lato", sans-serif; }
  .post-details:before, .post-details:after {
    content: '';
    display: block;
    position: absolute;
    top: -2px;
    height: 110%;
    width: 4rem;
    background: red; }
  .post-details:before {
    left: 0px;
    background: -webkit-linear-gradient(left, white 0%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0) 100%);
    left: -1px; }
  .post-details:after {
    right: -1px;
    background: -webkit-linear-gradient(right, white 0%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to left, white 0%, rgba(255, 255, 255, 0) 100%); }
  .post-details .post-categories {
    display: inline-block;
    padding-left: 0rem;
    list-style: none;
    margin-left: .5rem;
    margin-bottom: 0rem; }
    .post-details .post-categories li {
      font-weight: 700;
      display: inline-block; }

.post-summary {
  text-align: left;
  margin-left: auto;
  margin-right: auto; }
  .post-summary p {
    color: #333;
    font-family: "Merriweather", serif;
    font-size: 1.2rem;
    line-height: 1.8; }

.read-more-wrapper {
  display: inline-block;
  position: relative;
  background: white;
  padding: 1rem 3.2rem;
  color: #282828;
  text-transform: uppercase;
  margin-top: 5rem;
  font-size: 1rem;
  letter-spacing: 1.5px;
  border: 1px solid #282828;
  -webkit-transition: all .5s ease;
  transition: all .5s ease; }
  .read-more-wrapper:hover {
    color: white;
    border: 1px solid #282828;
    background: #282828; }
    .read-more-wrapper:hover:visited {
      color: #282828; }
  .read-more-wrapper:visited {
    color: #282828;
    background: white; }
    .read-more-wrapper:visited:hover {
      color: white;
      background: #282828; }

.wp-caption {
  display: inline-block;
  border: 1px solid #d9d9d9;
  margin-bottom: 4rem;
  padding: 3px;
  max-width: 100%; }
  .wp-caption img {
    margin-bottom: 2rem; }
  .wp-caption figcaption {
    text-align: center;
    margin-bottom: 1rem; }
  .wp-caption .wp-caption-text {
    max-width: 95%;
    margin-left: auto;
    margin-right: auto; }

.grid {
  text-align: center; }

.sm-icon-wrapper {
  border: 1px solid #757575;
  width: 3rem;
  height: 3rem;
  display: inline-block;
  position: relative;
  -webkit-transition: all .8s ease;
  transition: all .8s ease;
  border-radius: 3px; }
  .sm-icon-wrapper i {
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -28%;
    bottom: 50%;
    left: 0;
    right: 0;
    -webkit-transition: all .8s ease;
    transition: all .8s ease; }
  .sm-icon-wrapper:hover {
    background: #282828; }
    .sm-icon-wrapper:hover i {
      color: white; }

.entry {
  margin-top: 15rem; }
  .entry .content-intro h1 {
    font-weight: 900;
    text-align: center;
    font-size: 4.8rem;
    margin-top: 7rem;
    margin-bottom: 7rem; }
  .entry h1, .entry h2, .entry h3, .entry h4, .entry h5, .entry h6, .entry p {
    margin-bottom: 3rem; }
  .entry p {
    font-size: 1.6rem;
    text-align: left;
    margin-right: auto;
    margin-left: auto; }
  .entry img {
    max-width: 100%;
    margin-bottom: 3rem; }

.scroll-up {
  display: inline-block;
  border: 1px solid #d9d9d9;
  height: 4rem;
  width: 4rem;
  cursor: pointer;
  position: relative;
  -webkit-transition: all .5s ease;
  transition: all .5s ease; }
  .scroll-up .fa {
    display: block;
    font-size: 1rem;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    margin: auto;
    -webkit-transition: all .5s ease;
    transition: all .5s ease; }
  .scroll-up:hover .fa {
    font-size: 1.5rem; }

.archive .ajax-load-more-wrapper button.ajax-load-more {
  background: #fafafa;
  font-size: 1rem;
  font-weight: 700;
  text-transform: uppercase;
  outline: none;
  border: 1px solid transparent;
  width: 100%;
  height: 5rem;
  margin-left: auto;
  margin-right: auto;
  -webkit-transition: all .5s ease;
  transition: all .5s ease; }

.archive .ajax-load-more-wrapper button.ajax-load-more:hover {
  background: #ededed; }

.search.search-no-results .ajax-load-more-wrapper {
  display: none; }

.search.search-no-results .grid-item.no-results.not-found, .search.search-results .grid-item.no-results.not-found {
  position: absolute;
  left: initial;
  text-align: center;
  width: 100%;
  top: 0px;
  float: none;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  right: initial;
  display: inherit; }

/*--------------------------------------------------------------
4- Containers
--------------------------------------------------------------*/
.container {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  margin-left: auto;
  margin-right: auto; }

.text-container {
  max-width: 76rem;
  margin-left: auto;
  margin-right: auto; }

.post-categories, .content-classic .post-categories {
  display: inline-block;
  font-size: inherit;
  font-weight: inherit;
  padding-left: 0rem;
  list-style: none;
  margin-left: 0rem;
  margin-bottom: 0rem;
  list-style: none;
  padding-left: 0rem; }
  .post-categories li, .content-classic .post-categories li {
    font-size: inherit;
    font-weight: inherit; }
    .post-categories li:before, .content-classic .post-categories li:before {
      display: none !important; }

.search-active {
  padding: 1rem; }
  .search-active .search-btn {
    background: none; }
  .search-active label {
    width: 80%;
    display: inline-block; }
  .search-active .search-input {
    width: 100%;
    display: block;
    background: white; }
  .search-active .big-search-area {
    display: block;
    position: fixed;
    width: 100%;
    height: 100%;
    -webkit-transform: none;
            transform: none;
    overflow: hidden;
    z-index: 10000; }
    .search-active .big-search-area .search-ico xpath {
      fill: white; }
    .search-active .big-search-area .search-btn {
      display: block;
      margin: auto;
      left: 0;
      right: 0;
      position: relative; }
    .search-active .big-search-area .info {
      display: block;
      position: absolute;
      top: 50%;
      left: 50%;
      height: auto;
      width: 90%;
      max-width: 30rem;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }
      .search-active .big-search-area .info p {
        font-size: 2.4rem;
        text-transform: uppercase;
        font-family: "Lato", sans-serif;
        font-weight: 300; }
      .search-active .big-search-area .info input {
        font-size: 1.8rem;
        font-weight: 300;
        font-style: italic;
        display: inline-block;
        width: 100% !important;
        text-align: center;
        height: 100%;
        color: #282828;
        background: none;
        text-align: none;
        padding-left: 1.5rem;
        height: 2rem; }
        .search-active .big-search-area .info input::-webkit-input-placeholder {
          font-size: 1.8rem; }
        .search-active .big-search-area .info input::-moz-placeholder {
          font-size: 1.8rem; }
        .search-active .big-search-area .info input:-ms-input-placeholder {
          font-size: 1.8rem; }
        .search-active .big-search-area .info input::placeholder {
          font-size: 1.8rem; }
    .search-active .big-search-area .search-inner {
      display: block;
      position: fixed;
      background: #ffffff;
      width: 100%;
      height: 100%; }
  .search-active ::-webkit-input-placeholder {
    color: #282828;
    font-size: 3rem;
    opacity: 1; }
  .search-active :-moz-placeholder {
    color: #282828;
    font-size: 3rem;
    opacity: 1; }
  .search-active :-ms-input-placeholder {
    color: #282828;
    font-size: 3rem;
    opacity: 1; }
  .search-active ::-moz-placeholder {
    color: #282828;
    font-size: 3em;
    opacity: 1; }
  .search-active input:-webkit-autofill {
    background: none; }
  .search-active.menu-classic.logoleft.nolabel .dropdown-items {
    padding-top: 1.5rem;
    margin-top: 0rem; }
  .search-active.menu-classic.logoleft.nolabel .big-search-area .info {
    width: 80%; }

.main-header .search-area {
  line-height: 1;
  display: block;
  position: absolute;
  outline: none;
  top: 0px;
  right: 0%; }
  .main-header .search-area .icon {
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
    text-align: center; }
    .main-header .search-area .icon img {
      display: block;
      position: relative;
      margin-left: auto;
      margin-right: auto;
      width: auto;
      max-width: 8rem;
      height: 2rem; }
    .main-header .search-area .icon svg, .main-header .search-area .icon .svg {
      width: auto; }

/*--------------------------------------------------------------
5 - Header
--------------------------------------------------------------*/
.big-search-area {
  line-height: 1;
  display: block;
  position: absolute;
  outline: none;
  top: 0px;
  right: 0%;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  border: 1px solid transparent;
  height: auto;
  -webkit-transition: width .5s ease, height .5s ease, border .5s ease, padding-right .5s ease;
  transition: width .5s ease, height .5s ease, border .5s ease, padding-right .5s ease; }
  .big-search-area:active, .big-search-area:focus {
    outline: none; }
  .big-search-area label {
    display: none; }
  .big-search-area .info {
    font-size: 1.8rem;
    font-weight: 700;
    display: inline-block;
    -webkit-transition: all .5s ease;
    transition: all .5s ease; }
    .big-search-area .info input {
      background: none;
      outline: none;
      box-shadow: none;
      border: none;
      text-align: right;
      font-size: 1.4rem;
      padding-left: 1.5rem; }
    .big-search-area .info ::-webkit-input-placeholder {
      color: #282828;
      font-size: 1.6rem;
      opacity: 1; }
    .big-search-area .info :-moz-placeholder {
      color: #282828;
      font-size: 1.6rem;
      opacity: 1; }
    .big-search-area .info :-ms-input-placeholder {
      color: #282828;
      font-size: 1.6rem;
      opacity: 1; }
    .big-search-area .info ::-moz-placeholder {
      color: #282828;
      font-size: 1.6rem;
      opacity: 1; }
    .big-search-area .info input:-webkit-autofill {
      background: none; }
  .big-search-area .icon {
    vertical-align: middle;
    float: right;
    display: inline-block;
    line-height: 1;
    cursor: pointer; }
    .big-search-area .icon img, .big-search-area .icon svg {
      display: block;
      position: relative;
      max-width: 4rem;
      height: 2rem;
      vertical-align: middle; }
  .big-search-area .search-btn {
    right: 0%;
    -webkit-transition: all 1s linear .2s;
    transition: all 1s linear .2s; }
    .big-search-area .search-btn button {
      box-shadow: none;
      outline: none;
      border: none;
      background: none; }
  .big-search-area .search-submit {
    border: none;
    display: none; }
  .big-search-area .search-inner {
    display: none;
    text-align: center; }
  .big-search-area .search-close {
    cursor: pointer; }
    .big-search-area .search-close img {
      display: block;
      max-width: 2.3rem;
      position: absolute;
      top: 10%;
      right: 10%; }

.main-header {
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  display: block;
  position: relative;
  top: 0px;
  padding: 2rem 2rem;
  z-index: 1;
  display: block;
  width: 100%;
  z-index: 990; }
  .main-header.dark {
    background: #262626;
    background: rgba(38, 38, 38, 0.8);
    color: white; }
    .main-header.dark .toggle-menu .menu-line {
      background: white; }
  .main-header.white {
    color: #282828; }
    .main-header.white .toggle-menu .menu-line {
      background: #282828; }
  .main-header.relative {
    position: relative; }
  .main-header .container {
    text-align: center;
    position: relative; }
  .main-header .logo-area {
    top: 0px;
    bottom: 0px; }
    .main-header .logo-area img {
      max-width: 50rem;
      display: block;
      position: relative; }
  .main-header .non-nav-wrapper {
    dispay: block;
    position: relative; }
  .main-header.nolabel {
    padding: 2rem;
    padding-bottom: 2rem; }
    .main-header.nolabel .toggle-menu.animated {
      display: inline-block;
      float: left;
      top: 50%;
      -webkit-transform: translate(0%, -50%);
              transform: translate(0%, -50%);
      position: absolute; }
      .main-header.nolabel .toggle-menu.animated .menu-line {
        margin-bottom: .4rem;
        height: .1rem; }
        .main-header.nolabel .toggle-menu.animated .menu-line:last-child {
          margin-bottom: 0rem; }
    .main-header.nolabel .search-area {
      top: 50%;
      -webkit-transform: translate(0%, -50%);
              transform: translate(0%, -50%); }
      .main-header.nolabel .search-area .info {
        display: inline-block; }
        .main-header.nolabel .search-area .info input {
          -webkit-transition: all .5s ease;
          transition: all .5s ease; }
      .main-header.nolabel .search-area .button {
        margin-left: 0rem; }
    .main-header.nolabel .info {
      display: none; }
  .main-header.noshadows {
    box-shadow: none; }
  .main-header.white {
    color: white; }
    .main-header.white .toggle-menu .menu-line {
      background: white; }
  .main-header.menu-classic.logoleft.nolabel {
    padding: 2rem 2rem; }
    .main-header.menu-classic.logoleft.nolabel .non-nav-wrapper {
      display: block;
      position: relative;
      overflow: auto;
      padding: 1.5rem 1rem; }
    .main-header.menu-classic.logoleft.nolabel .menu {
      overflow: visible; }
    .main-header.menu-classic.logoleft.nolabel .nav-items {
      line-height: 1; }
      .main-header.menu-classic.logoleft.nolabel .nav-items li {
        line-height: 1; }
    .main-header.menu-classic.logoleft.nolabel .dropdown-items {
      padding-top: 1.5rem;
      margin-top: 0rem; }
    .main-header.menu-classic.logoleft.nolabel .search-area {
      width: auto;
      float: none;
      display: block;
      position: absolute;
      right: 0;
      top: 50%; }
      .main-header.menu-classic.logoleft.nolabel .search-area .search-btn {
        display: inline-block; }
      .main-header.menu-classic.logoleft.nolabel .search-area .info {
        width: 1px; }
      .main-header.menu-classic.logoleft.nolabel .search-area .search-btn .info input {
        width: 1rem; }
    .main-header.menu-classic.logoleft.nolabel .main-nav {
      display: none;
      position: absolute;
      top: 50%;
      right: 0;
      -webkit-transform: translate(0%, -50%);
              transform: translate(0%, -50%);
      overflow: visible; }
      .main-header.menu-classic.logoleft.nolabel .main-nav .nav-items {
        line-height: 1;
        padding-bottom: 1.2rem; }
      .main-header.menu-classic.logoleft.nolabel .main-nav .menu-item-has-children .dropdown-items {
        display: none;
        position: absolute;
        color: #282828;
        z-index: 1;
        overflow: hidden;
        background: white;
        max-width: 200%;
        width: 200%; }
        .main-header.menu-classic.logoleft.nolabel .main-nav .menu-item-has-children .dropdown-items li {
          color: #282828;
          z-index: 1;
          display: block;
          position: relative;
          text-align: left;
          line-height: 1.75;
          padding-left: 1rem;
          padding-right: 1rem;
          margin-bottom: .5rem;
          margin-top: .5rem;
          font-size: 1.2rem; }
    .main-header.menu-classic.logoleft.nolabel.search-active {
      width: 100%; }
  .main-header.menu-active {
    background: #fafafa;
    width: 100%;
    height: 100%;
    padding-top: 4rem;
    overflow: auto;
    height: 100vh; }
    .main-header.menu-active .language-selector {
      display: block; }
    .main-header.menu-active .main-nav.fullscreen {
      padding-bottom: 7rem;
      padding-top: 7rem;
      height: 100%;
      margin-top: 7rem;
      overflow: auto; }
    .main-header.menu-active.menu-classic.nolabel .main-nav.fullscreen {
      display: block;
      position: relative;
      -webkit-transform: none;
              transform: none; }
    .main-header.menu-active .toggle-menu .menu-line:nth-child(1) {
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg); }
    .main-header.menu-active .toggle-menu .menu-line:nth-child(2) {
      opacity: 0; }
    .main-header.menu-active .toggle-menu .menu-line:nth-child(3) {
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg);
      margin-top: -1rem; }
    .main-header.menu-active .toggle-menu .menu-line:nth-child(4) {
      display: none; }
  .main-header .main-nav.fullscreen {
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    padding-bottom: 0rem;
    padding-top: 0rem;
    margin-top: 0rem;
    overflow: hidden; }
    .main-header .main-nav.fullscreen .nav-items {
      margin-bottom: 6rem; }
      .main-header .main-nav.fullscreen .nav-items li {
        font-size: 1.4rem;
        color: #777777;
        display: block;
        position: relative;
        max-width: 43rem;
        margin-left: auto;
        margin-right: auto;
        position: relative;
        font-weight: 700;
        letter-spacing: .1em;
        -webkit-transition: all .5s ease;
        transition: all .5s ease; }
        .main-header .main-nav.fullscreen .nav-items li:hover {
          letter-spacing: 3.5px; }
        .main-header .main-nav.fullscreen .nav-items li:after {
          content: '';
          display: block;
          position: relative;
          height: 1px;
          width: 100%;
          margin-top: 1rem;
          background: #c6c6c6;
          opacity: 1;
          -webkit-transition: all .5s ease;
          transition: all .5s ease;
          margin-left: auto;
          margin-right: auto; }
        .main-header .main-nav.fullscreen .nav-items li:hover {
          color: #282828; }
          .main-header .main-nav.fullscreen .nav-items li:hover:after {
            width: 50%;
            margin-left: auto;
            margin-right: auto; }
      .main-header .main-nav.fullscreen .nav-items .menu-item-has-children .fa {
        vertical-align: bottom; }
      .main-header .main-nav.fullscreen .nav-items .menu-item-has-children li, .main-header .main-nav.fullscreen .nav-items .dropdown-items li {
        font-size: 1.2rem;
        font-weight: 700;
        letter-spacing: .2em; }
        .main-header .main-nav.fullscreen .nav-items .menu-item-has-children li:after, .main-header .main-nav.fullscreen .nav-items .dropdown-items li:after {
          display: none; }
    .main-header .main-nav.fullscreen .dropdown-items {
      margin-top: 1.5rem;
      margin-bottom: 2rem; }
      .main-header .main-nav.fullscreen .dropdown-items li {
        margin-bottom: 1rem; }
    .main-header .main-nav.fullscreen .bottom-menu-area {
      text-align: center; }
      .main-header .main-nav.fullscreen .bottom-menu-area h6 {
        text-align: center;
        font-size: 1.2rem;
        margin-bottom: 0rem;
        line-height: .6;
        color: #777777; }
      .main-header .main-nav.fullscreen .bottom-menu-area .random-text {
        margin-bottom: 3rem; }
    .main-header .main-nav.fullscreen .social-media .sm-icon-wrapper {
      border: 1px solid transparent;
      font-size: 2.4rem;
      margin-left: 2.2rem;
      margin-right: 2.2rem;
      color: #777777; }
      .main-header .main-nav.fullscreen .social-media .sm-icon-wrapper:hover {
        background: none; }
        .main-header .main-nav.fullscreen .social-media .sm-icon-wrapper:hover i {
          color: #282828; }
  .main-header .language-selector {
    display: none;
    position: absolute;
    right: 5rem;
    top: 40%;
    margin-top: -0.6rem;
    background: none;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    margin-top: 1px; }
    .main-header .language-selector select {
      border: 1px solid transparent;
      border-color: transparent;
      border-top-color: transparent;
      border: none !important;
      outline: none;
      font-family: "Lato", sans-serif;
      text-transform: uppercase;
      background: none; }

header.main-header.fixed {
  position: fixed;
  background-color: white; }

.main-header.logoleft.nolabel {
  text-align: left; }
  .main-header.logoleft.nolabel .menu {
    text-align: left;
    vertical-align: middle; }
  .main-header.logoleft.nolabel .logo-area {
    text-align: left; }
  .main-header.logoleft.nolabel .toggle-menu {
    display: inline-block;
    position: absolute;
    float: right;
    margin-right: 5rem;
    margin-left: auto;
    text-align: right;
    right: 0px;
    margin-top: 2px;
    top: 50%;
    -webkit-transform: translate(0%, -50%);
            transform: translate(0%, -50%); }
  .main-header.logoleft.nolabel .search-area {
    display: inline-block;
    position: absolute;
    margin-left: auto;
    float: right;
    margin-right: 1rem; }
    .main-header.logoleft.nolabel .search-area .search-btn .icon button {
      padding: 0px; }
    .main-header.logoleft.nolabel .search-area .search-btn {
      vertical-align: middle; }
  .main-header.logoleft.nolabel.search-active .search-area {
    width: 99%;
    margin-left: auto;
    margin-right: auto; }
  .main-header.logoleft.nolabel.search-active .search-area .search-btn .info .search-input {
    width: 100%; }
  .main-header.logoleft.nolabel.search-active .search-btn {
    width: 100%;
    vertical-align: middle; }

body .main-header {
  -webkit-transition: none;
  transition: none; }

body .main-header.menu-active {
  padding-top: 2rem; }

.main-header.menu-classic .main-nav.fullscreen .nav-items li {
  margin-top: 0px; }

.fullwidth_carousel_body.home .main-header.menu-classic.logoleft.nolabel .main-nav ul.nav-items li {
  color: #FFF; }

.fullwidth_carousel_body.home.admin-bar .main-header {
  padding-top: 0px;
  padding-bottom: 29px;
  position: absolute;
  margin-top: 20px; }

.fullwidth_carousel_body.home .main-header {
  position: absolute; }

.main-header.menu-classic .main-nav.fullscreen .nav-items li a {
  font-weight: 700; }

.main-header.menu-active .main-nav.fullscreen .nav-items li a svg {
  width: 2rem;
  display: inline;
  height: 1.4rem;
  left: 3px;
  top: 1px;
  position: relative; }

.main-header .main-nav.fullscreen .nav-items li.menu-item-has-children a {
  /*
    right: -10px;
	position: relative;
    */ }

body .main-header.menu-active .main-nav.fullscreen .dropdown-items li a {
  font-size: 2rem;
  color: #333; }

.main-header .main-nav.fullscreen.active .nav-items li a:hover {
  color: #000; }

.main-header.menu-classic .main-nav.fullscreen .nav-items li a svg {
  width: 2rem;
  height: 1rem; }

.main-header.menu-classic.logoleft.nolabel .main-nav .menu-item-has-children .dropdown-items {
  width: 100%; }

/*--------------------------------------------------------------
6 - Navigation
--------------------------------------------------------------*/
.dropdown-menu {
  box-shadow: none;
  border: 1px solid transparent; }
  .dropdown-menu li:hover {
    background: none;
    background-color: none; }
  .dropdown-menu li a {
    font-weight: 700; }
    .dropdown-menu li a:hover, .dropdown-menu li a:focus, .dropdown-menu li a:active {
      background: none; }
  .dropdown-menu li a:hover {
    background: none;
    background-color: none; }

.dropup {
  cursor: pointer; }
  .dropup li a {
    padding: 0rem;
    padding-top: 1rem;
    padding-bottom: 1rem; }
  .dropup .fa {
    font-weight: 300;
    font-size: 1.2rem;
    vertical-align: middle;
    margin-left: 3px;
    margin-bottom: 1px; }

.toggle-menu.animated {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  cursor: pointer; }
  .toggle-menu.animated .the-lines {
    display: block;
    position: relative; }
  .toggle-menu.animated .menu-line {
    position: relative;
    opacity: 1;
    left: 0;
    -webkit-transition: .25s ease-in-out;
    transition: .25s ease-in-out; }

.menu {
  position: relative; }

.toggle-menu {
  display: inline-block;
  cursor: pointer;
  float: left;
  left: 0px;
  position: absolute; }
  .toggle-menu .the-lines {
    display: inline-block; }
  .toggle-menu .menu-line {
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    width: 2.5rem;
    height: .1rem;
    background: #282828;
    margin-bottom: .4rem;
    margin-right: 0rem; }
    .toggle-menu .menu-line:last-child {
      margin-bottom: 0rem; }
  .toggle-menu .info {
    font-size: 1.8rem; }
  .toggle-menu:hover .menu-line:nth-child(1) {
    margin-bottom: .4rem; }
  .toggle-menu:hover .menu-line:nth-child(3) {
    margin-top: .4rem; }
  .toggle-menu .info {
    display: inline-block;
    font-size: 1.8rem;
    font-weight: 700;
    margin-left: .5rem; }

body .toggle-menu.animated .menu-line {
  -webkit-transition: none;
  transition: none; }

.logo-area {
  display: inline-block; }

.logo-text {
  font-size: 4.8rem;
  font-family: 'Mr Dafoe', cursive;
  line-height: 1;
  vertical-align: bottom;
  letter-spacing: -1px;
  font-weight: 300; }

.main-nav {
  display: none;
  padding-top: 10vh; }
  .main-nav.active {
    margin-top: 7rem;
    display: block;
    background: white;
    position: relative;
    height: 100%;
    z-index: 999;
    overflow-x: hidden;
    -webkit-transition: .5s;
    transition: .5s;
    width: 100%;
    box-shadow: 0px 0px 6.3px 0.7px rgba(221, 221, 221, 0.4); }
  .main-nav .nav-items ul {
    padding-left: 0rem;
    list-style: none;
    margin-left: 0rem; }
  .main-nav .nav-items li {
    font-family: "Lato", sans-serif;
    font-weight: 400;
    font-size: 3.6rem; }
  .main-nav .nav-items {
    padding-left: 0px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    text-align: center;
    list-style: none;
    font-size: 3.6rem;
    text-transform: uppercase; }
    .main-nav .nav-items li {
      margin-bottom: 4.0rem; }
      .main-nav .nav-items li:last-child {
        margin-bottom: 0rem; }
    .main-nav .nav-items .children li, .main-nav .nav-items .sub-menu li {
      font-size: 2.4rem !important;
      margin-bottom: .5rem; }
  .main-nav .close-menu {
    cursor: pointer;
    display: block;
    position: relative;
    width: 100%;
    float: none;
    -ms-flex-line-pack: center;
        align-content: center;
    padding: none;
    margin-bottom: 4.5rem; }
    .main-nav .close-menu img {
      display: block;
      max-width: 4.5rem;
      width: 100%;
      height: auto;
      margin: auto; }
  .main-nav.side-nav {
    width: auto;
    background: white;
    position: absolute;
    float: left;
    padding: 4rem;
    z-index: 999;
    height: 100%;
    left: -500px;
    -webkit-transition: all .8s ease;
    transition: all .8s ease;
    display: block;
    text-align: left;
    min-width: 35rem;
    overflow: scroll; }
    .main-nav.side-nav.active {
      left: 0px; }
    .main-nav.side-nav .nav-items {
      text-align: left; }
      .main-nav.side-nav .nav-items li {
        font-size: 1.6rem;
        margin-bottom: .2rem;
        font-weight: 700; }
        .main-nav.side-nav .nav-items li:hover {
          color: #282828; }
      .main-nav.side-nav .nav-items .menu-item-has-children li {
        font-size: 1.4rem;
        margin-bottom: .1rem;
        padding-left: 1rem; }
    .main-nav.side-nav .sidebar-wrapper {
      margin-top: 10rem;
      display: block;
      position: relative;
      max-width: 40rem;
      height: 100%; }

body.fullwidth_carousel_body.home .main-header.menu-classic.logoleft.nolabel {
  padding: 0px; }

body.fullwidth_carousel_body.home .main-header .main-nav.fullscreen.active .nav-items li a {
  color: #000; }

.main-header .main-nav.fullscreen .nav-items li::after {
  content: none; }

body.fullwidth_carousel_body.home .main-header .main-nav.fullscreen .nav-items li a {
  color: #fff; }

.main-header .main-nav.fullscreen .nav-items li a {
  font-size: 1.2rem;
  letter-spacing: .025em; }

.main-header .main-nav.fullscreen .nav-items li {
  margin-top: 5rem;
  line-height: 1.4rem; }

body.home.fullwidth_carousel_body .main-header.menu-classic.menu-active .main-nav.fullscreen .nav-items li a svg {
  fill: #000; }

.main-header .main-nav.fullscreen.active .nav-items li a {
  color: #282828;
  font-family: "Crimson Text", "Merriweather", serif;
  font-size: 2.4rem;
  border-bottom: 0px;
  font-weight: 600;
  text-transform: capitalize;
  letter-spacing: 0px; }

.main-header .main-nav.fullscreen .nav-items li {
  line-height: 1.4rem;
  font-family: Merriweather;
  font-size: 2rem;
  font-weight: 400; }

.main-header .main-nav.fullscreen .nav-items li:hover {
  letter-spacing: none; }

.main-header .search-area .icon svg {
  height: 2.2rem; }

.fullwidth_carousel_body.home .main-header.search-active:not(.menu-active) .search-area .search-submit svg {
  fill: #000; }

.fullwidth_carousel_body.home .main-header.menu-classic:not(.menu-active) .search-area .search-submit svg {
  top: 0px; }

.main-header.menu-classic .toggle-menu {
  margin-top: 0px !important; }

.main-header.menu-classic.menu-active .toggle-menu {
  margin-top: -2px !important; }

body.home.fullwidth_carousel_body .main-header.menu-classic.logoleft.nolabel .main-nav .menu-item-has-children .dropdown-items {
  background: transparent; }

body.home.fullwidth_carousel_body .main-header.menu-classic .main-nav.fullscreen .nav-items li a svg {
  fill: #fff; }

/*--------------------------------------------------------------
7 - Home Page
--------------------------------------------------------------*/
.main-content-wrapper {
  margin-top: 10rem; }

.hero-area {
  display: block;
  position: relative;
  background: #f4f4f4;
  overflow: hidden;
  height: 80vh;
  min-height: 70rem; }
  .hero-area #heroCarousel {
    display: block;
    position: relative;
    height: 100%;
    width: 100%; }
    .hero-area #heroCarousel .carousel-inner {
      height: 100%; }
    .hero-area #heroCarousel .item {
      height: 100%; }
    .hero-area #heroCarousel .carousel-control {
      background: none;
      background-color: none; }
      .hero-area #heroCarousel .carousel-control i.fa {
        vertical-align: middle;
        font-size: 4rem;
        display: block;
        position: absolute;
        top: 46%;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        color: white; }
  .hero-area .table-wrapper {
    display: table;
    height: 100%;
    margin: 0 auto; }
  .hero-area .inner-table-wrapper {
    height: 100%;
    display: table-cell;
    vertical-align: middle; }

.hero-home.hero-area .item .categories li::after {
  content: ", ";
  font-family: 'Mr Dafoe', cursive;
  color: white; }

.hero-home.hero-area .item .categories li:last-child:after {
  content: ""; }

.hero-home.hero-area.fullwidth_carousel #owl-carousel .item {
  background-color: transparent;
  min-height: 100vh;
  height: 100vh; }

.hero-home .loading .loader__figure {
  border: 0 solid #aaa; }

.fullwidth_carousel_body.home .hero-home.hero-area.fullwidth_carousel {
  z-index: 1; }

.fullwidth_carousel_body.home .main-header {
  z-index: 100; }

.fullwidth_carousel_body.home header:not(.menu-active) .toggle-menu .menu-line {
  background: #FFF; }

.fullwidth_carousel_body.home header:not(.menu-active) .logo-area .logo-text {
  color: #fff; }

.fullwidth_carousel_body.home header:not(.menu-active) .logo-area .tagline {
  color: #fff; }

.fullwidth_carousel_body.home .owl-carousel .item .main-content {
  top: 35%; }

.fullwidth_carousel_body.home .fullwidth_carousel .post-details .date time, .fullwidth_carousel_body.home .fullwidth_carousel .post-details .author {
  font-size: 1.6rem; }

.fullwidth_carousel_body.home .hero-home.hero-area.fullwidth_carousel .owl-carousel .item h1 {
  font-size: 5rem;
  line-height: initial;
  margin-top: 0px;
  margin-bottom: 0px; }

.fullwidth_carousel_body.home .hero-home.hero-area.fullwidth_carousel .owl-carousel .item ul li a {
  font-size: 2.8rem; }

.fullwidth_carousel_body.home .owl-carousel .owl-controls {
  top: 39%;
  position: absolute; }

.fullwidth_carousel_body.home .owl-carousel .owl-nav .owl-prev {
  left: 40px; }

.fullwidth_carousel_body.home .owl-carousel .owl-nav .owl-next {
  right: 40px; }

.fullwidth_carousel_body.home .owl-carousel .slider-nav {
  font-size: 5rem;
  color: #fff;
  padding: 40px; }

.fullwidth_carousel_body.home .owl-carousel .owl-controls .slider-nav:hover {
  color: rgba(255, 255, 255, 0.8); }

.fullwidth_carousel_body.home .fullwidth_carousel .post-details .date time, .fullwidth_carousel_body.home .fullwidth_carousel .post-details .author, .fullwidth_carousel_body.home .fullwidth_carousel .post-details .date time {
  font-size: 1.2rem;
  color: #fff;
  font-weight: 400; }

.fullwidth_carousel_body.home .owl-item .main-content .title {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0px;
  margin-bottom: 0px; }

.fullwidth_carousel_body.home .hero-home.hero-area .item .categories li::after {
  font-size: 3.6rem;
  margin-right: 5px; }

.fullwidth_carousel_body.home .main-header:not(.menu-active) .search-area .search-submit svg {
  fill: #fff; }

.fullwidth_carousel_body.home #owldemo1 .item .post-details {
  font-weight: 400;
  font-size: 1.2rem;
  text-transform: uppercase; }

body .owl-item .post-details time, body .owl-carousel .post-details .author {
  color: #fff; }

body:not(.fullwidth_carousel_body) #owldemo1 .item .post-details {
  border: none;
  font-size: 1.2rem;
  text-transform: uppercase; }

body:not(.fullwidth_carousel_body) .owl-carousel .item::after {
  z-index: 10;
  opacity: 1;
  background-color: rgba(0, 0, 0, 0.2);
  height: 100%;
  width: 100%; }

body:not(.fullwidth_carousel_body) .hero-home .owl-item::before {
  background-color: transparent; }

body:not(.fullwidth_carousel_body) .owl-carousel .item .main-content {
  z-index: 99; }

body:not(.fullwidth_carousel_body) .owl-carousel .item .active-content {
  z-index: 99; }

body:not(.fullwidth_carousel_body) .owl-carousel .item .post-categories li a {
  font-size: 2rem; }

body:not(.fullwidth_carousel_body) .owl-carousel .item h1 {
  margin-top: 0rem;
  margin-bottom: 0rem; }

body:not(.fullwidth_carousel_body) .owl-carousel .item .read-more-wrapper {
  border: none; }

body:not(.fullwidth_carousel_body) .owl-carousel .item .categories {
  margin-top: 2rem; }

body:not(.fullwidth_carousel_body) .hero-home.hero-area .item .categories li::after {
  font-size: 2rem;
  margin-right: 3px; }

.owl-carousel {
  text-align: center; }
  .owl-carousel .active-content {
    margin-top: 4rem; }
  .owl-carousel .owl-stage {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex; }
  .owl-carousel .owl-item {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex; }
  .owl-carousel .item {
    text-align: center;
    padding: 6.5rem;
    width: 100%;
    position: relative; }
    .owl-carousel .item ul li {
      font-family: 'Mr Dafoe', cursive;
      color: white; }
      .owl-carousel .item ul li a {
        font-family: 'Mr Dafoe', cursive;
        color: white; }
    .owl-carousel .item h1 {
      font-size: 3.6rem;
      line-height: 1.428; }
    .owl-carousel .item .summary {
      max-width: 65rem;
      margin-left: auto;
      margin-right: auto; }
    .owl-carousel .item .summary p {
      font-size: 1.2rem;
      text-align: left; }
    .owl-carousel .item:hover .active-content {
      display: block;
      position: relative;
      z-index: 1; }
    .owl-carousel .item .main-content {
      position: relative;
      z-index: 1; }
    .owl-carousel .item .active-content {
      position: relative;
      z-index: 1; }
    .owl-carousel .item:after {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: black;
      z-index: 0;
      opacity: 0; }
  .owl-carousel .post-details {
    text-transform: none;
    color: white; }
    .owl-carousel .post-details .date, .owl-carousel .post-details .author {
      text-transform: uppercase;
      color: white; }
  .owl-carousel .owl-dot {
    display: inline-block;
    position: relative;
    height: 1.6rem;
    width: 1.6rem;
    background: white;
    border-radius: 2rem;
    border: 2px solid #282828;
    margin-left: 1.25rem;
    margin-right: 1.25rem;
    -webkit-transition: background .5s ease;
    transition: background .5s ease; }
    .owl-carousel .owl-dot.active {
      background: #282828; }
  .owl-carousel .owl-nav {
    text-align: center; }
    .owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next {
      display: block;
      position: absolute; }
    .owl-carousel .owl-nav .owl-prev {
      left: -3rem; }
    .owl-carousel .owl-nav .owl-next {
      right: -3rem; }
  .owl-carousel .slider-nav {
    font-size: 1.3rem;
    vertical-align: middle;
    margin-bottom: 2px; }
  .owl-carousel .owl-controls {
    margin-top: 3rem;
    position: relative;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
    width: auto;
    left: 0;
    right: 0; }
  .owl-carousel .owl-prev, .owl-carousel .owl-nav, .owl-carousel .owl-dot {
    cursor: pointer; }
  .owl-carousel .read-more-wrapper {
    margin-top: 2.5rem;
    color: #282828;
    background: white; }
    .owl-carousel .read-more-wrapper:hover {
      color: white;
      background: #282828; }
  .owl-carousel .image-overlay {
    display: none;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    background: black;
    opacity: .001; }

.hero-home .owl-item:before {
  background-color: rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 0;
  content: " ";
  left: 0;
  width: 100%;
  height: 100%; }

.hero-home.hero-area #owl-carousel .item {
  background-color: transparent; }

.hero-inner-text {
  display: block;
  position: absolute;
  top: 40%;
  bottom: 0;
  margin: auto;
  left: 0px;
  right: 0px;
  text-align: center; }
  .hero-inner-text h1 {
    font-size: 4.8rem;
    letter-spacing: -1px; }
  .hero-inner-text p {
    font-family: "Lato", sans-serif;
    font-size: 2.4rem;
    font-weight: 300; }

.hero-area .btn.btn-scroll {
  border: 1px solid white;
  border-color: white;
  display: inline-block;
  position: relative;
  text-align: center;
  margin-top: 10rem;
  height: 7rem;
  width: 3rem; }
  .hero-area .btn.btn-scroll .fa {
    font-size: 2rem;
    display: block;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    color: white;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    position: absolute;
    top: 35%;
    bottom: 0px;
    right: 0;
    left: 0;
    margin: auto;
    -webkit-animation-name: scroll;
            animation-name: scroll;
    -webkit-animation-duration: 2s;
            animation-duration: 2s;
    -webkit-animation-iteration-count: 99;
            animation-iteration-count: 99;
    -webkit-animation-timing-function: ease;
            animation-timing-function: ease; }
    .hero-area .btn.btn-scroll .fa:hover {
      color: white; }

.pagination {
  width: 90%;
  max-width: 63rem;
  margin-left: auto;
  margin-right: auto;
  font-weight: 700;
  display: block;
  text-align: center; }
  .pagination .previous, .pagination .next {
    display: inline-block;
    position: relative;
    width: 15rem;
    max-width: auto; }
    .pagination .previous .text, .pagination .next .text {
      display: inline;
      position: relative; }
    .pagination .previous img, .pagination .next img {
      max-width: .9rem;
      display: inline-block;
      position: relative; }
  .pagination .previous {
    float: left;
    text-align: left; }
    .pagination .previous img {
      margin-right: .5rem; }
  .pagination .next {
    float: right;
    text-align: right; }
    .pagination .next img {
      margin-left: .5rem; }
  .pagination.pagination-boxy a {
    display: inline-block;
    vertical-align: middle; }
  .pagination.pagination-boxy .pagination-box {
    color: #777777;
    text-align: center;
    height: 3rem;
    width: 3rem;
    border: 1px solid white;
    -webkit-transition: border .5s ease;
    transition: border .5s ease; }
    .pagination.pagination-boxy .pagination-box:hover {
      border-color: #d2d2d2; }
  .pagination.pagination-boxy .pagination-active {
    border-color: #d2d2d2; }
  .pagination.pagination-boxy .next, .pagination.pagination-boxy .previous {
    color: #777777;
    border: 1px solid #d2d2d2;
    text-align: center; }
    .pagination.pagination-boxy .next img, .pagination.pagination-boxy .previous img {
      margin-left: 0px;
      margin-right: 0px;
      height: 1.0rem; }
  .pagination.pagination-boxy a:first-child {
    float: left; }
  .pagination.pagination-boxy a:last-child {
    float: right; }

.the-listing {
  text-align: center; }
  .the-listing .the-post {
    display: block;
    position: relative;
    margin-bottom: 10rem; }
    .the-listing .the-post .entry-title, .the-listing .the-post .entry-title a {
      font-family: "Crimson Text", "Merriweather", serif;
      color: #282828;
      font-weight: 400;
      line-height: 1.3;
      font-size: 3rem;
      margin-top: 4rem;
      margin-bottom: 3.5rem;
      margin-left: auto;
      margin-right: auto; }
    .the-listing .the-post .featured-image:before {
      display: block;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      width: 100%;
      height: 100%;
      background: red;
      opacity: .5; }
  .the-listing .the-post.sticky .entry-title:before, .the-listing .the-post.sticky .entry-title a:before {
    display: block;
    position: relative;
    content: "";
    margin-bottom: 3rem; }
  .the-listing .sticky-post-pin {
    display: none; }
  .the-listing .the-post.sticky .sticky-post-pin {
    display: block;
    position: relative;
    max-width: 40px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px; }
  .the-listing .the-post.sticky.has-post-thumbnail .sticky-post-pin {
    display: block;
    position: absolute;
    right: 20px;
    top: 20px;
    max-width: 40px;
    background: #d6d6d6;
    border-radius: 100px;
    z-index: 899; }
  .the-listing .featured-image {
    display: block;
    overflow: hidden;
    margin-bottom: 3rem;
    position: relative; }
    .the-listing .featured-image .image-overlay {
      display: block;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      width: 100%;
      height: 100%;
      background: black;
      opacity: .001; }
    .the-listing .featured-image img {
      max-width: 100%;
      width: auto;
      height: auto; }
    .the-listing .featured-image .post-link {
      display: block;
      position: absolute;
      width: 100%;
      height: 100%; }
    .the-listing .featured-image .image-inner-wrapper {
      display: block;
      position: relative;
      background: #4e4e4e;
      width: 100%;
      background-size: cover;
      background-position: center center; }
  .the-listing .entry-title {
    max-width: 65rem; }
  .the-listing .post-info-wrapper {
    display: block;
    position: relative; }

.classic-listing .the-post .title {
  width: 85%;
  margin-left: auto;
  margin-right: auto; }

.classic-listing .read-more-wrapper {
  margin-top: 3.5rem; }

.classic-listing .post-summary {
  margin: 0 auto;
  max-width: 75rem; }

.classic-listing .image-inner-wrapper:after {
  content: '';
  padding-top: 56%;
  display: block; }

.classic-listing .post-categories {
  padding-left: .3rem;
  margin-left: 0rem; }
  .classic-listing .post-categories li:after {
    content: ',';
    display: inline;
    position: relative; }
  .classic-listing .post-categories li:last-child:after {
    display: none; }

.lifestyle-listing .featured-image {
  margin-bottom: -17rem;
  height: 50rem;
  background: #272727;
  background-size: cover;
  background-position: center center; }

.lifestyle-listing .post-info-wrapper {
  background: white;
  padding: 2rem;
  max-width: 60rem;
  width: 85%;
  margin-left: auto;
  margin-right: auto; }

.lifestyle-listing .post-title, .lifestyle-listing .entry-title, .lifestyle-listing .post-title a, .lifestyle-listing .entry-title a {
  font-size: 2.2rem; }

.lifestyle-listing .post-summary {
  margin: 0 -6.8rem; }

.lifestyle-listing .post-categories {
  display: block;
  position: relative;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0rem;
  margin-bottom: 5rem;
  z-index: 999;
  position: relative;
  line-height: 1; }
  .lifestyle-listing .post-categories li {
    margin-right: 7px; }
    .lifestyle-listing .post-categories li:last-child {
      margin-right: 0rem; }
    .lifestyle-listing .post-categories li a {
      line-height: 1; }
  .lifestyle-listing .post-categories:before, .lifestyle-listing .post-categories:after {
    content: '';
    display: inline-block;
    position: relative;
    width: 5rem;
    height: .1rem;
    background: white;
    vertical-align: middle; }
  .lifestyle-listing .post-categories:before {
    margin-right: 2rem; }
  .lifestyle-listing .post-categories:after {
    margin-left: 2rem; }
  .lifestyle-listing .post-categories a {
    color: white;
    font-family: 'Mr Dafoe', cursive;
    font-size: 3.6rem;
    margin-right: 1.3rem; }
    .lifestyle-listing .post-categories a:last-child {
      margin-right: 0rem; }

.lifestyle-listing .index-ajax-response .grid-item li:last-child::after {
  content: ""; }

.lifestyle-listing .index-ajax-response .grid-item li::after {
  content: ", ";
  font-family: 'Mr Dafoe', cursive;
  color: white;
  font-size: 3.6rem;
  margin-right: 5px; }

.lifestyle-listing-full .the-post {
  display: block;
  position: relative; }

.lifestyle-listing-full .the-post.sticky .sticky-post-pin {
  display: block;
  position: absolute;
  right: 20px;
  top: 20px;
  max-width: 40px;
  background: white;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 100px;
  z-index: 9999; }

.lifestyle-listing-full .the-post:nth-child(2n) figure.featured-image {
  margin-left: auto; }

.lifestyle-listing-full .the-post:nth-child(2n) .post-info-wrapper {
  left: 0px;
  z-index: 5; }

.lifestyle-listing-full .the-post:nth-child(2n) .post-inner-wrapper {
  padding-left: 0rem; }

.lifestyle-listing-full .the-post:nth-child(2n+1) .post-inner-wrapper, .lifestyle-listing-full .the-post:first-child .post-inner-wrapper {
  padding-right: 0rem; }

.lifestyle-listing-full .post-info-wrapper {
  width: 100%;
  display: block;
  position: absolute;
  z-index: 999;
  top: 0;
  right: 0;
  bottom: 0;
  max-width: 72rem;
  vertical-align: middle; }
  .lifestyle-listing-full .post-info-wrapper .title {
    width: 100%;
    margin-left: auto;
    margin-right: auto; }
  .lifestyle-listing-full .post-info-wrapper .title .post-title {
    font-size: 2.2rem; }
  .lifestyle-listing-full .post-info-wrapper .post-inner-wrapper {
    background: white;
    margin-top: 0rem;
    margin-bottom: 0rem;
    margin: auto;
    top: 0px;
    bottom: 0px;
    padding: 4rem 4rem;
    margin-top: 12rem; }
  .lifestyle-listing-full .post-info-wrapper .post-summary {
    max-width: 100%;
    width: 100%; }
  .lifestyle-listing-full .post-info-wrapper .read-more-wrapper {
    margin-top: 2.5rem; }
  .lifestyle-listing-full .post-info-wrapper .entry-title, .lifestyle-listing-full .post-info-wrapper .entry-title a {
    font-size: 3.5rem; }

.lifestyle-listing-full figure.featured-image {
  width: 50rem;
  height: 60rem;
  background-size: cover !important;
  background-position: center center !important;
  display: table;
  z-index: 1;
  background: #575757; }

.lifestyle-listing-full .post-categories {
  display: table-cell;
  vertical-align: middle;
  position: relative;
  top: 0rem;
  left: 0rem;
  margin: auto;
  color: white;
  max-width: 60rem;
  z-index: 999; }
  .lifestyle-listing-full .post-categories:before {
    display: block;
    position: relative;
    content: '';
    width: 1px;
    height: 35px;
    margin-bottom: 35px;
    background: white;
    margin-left: auto;
    margin-right: auto; }
  .lifestyle-listing-full .post-categories:after {
    display: block;
    position: relative;
    content: '';
    width: 1px;
    height: 35px;
    margin-top: 35px;
    background: white;
    margin-left: auto;
    margin-right: auto; }
  .lifestyle-listing-full .post-categories a {
    color: white;
    font-family: 'Mr Dafoe', cursive;
    font-size: 3.6rem;
    margin-right: 2rem;
    display: block;
    line-height: 4.8rem; }
    .lifestyle-listing-full .post-categories a:after {
      content: ",";
      display: inline;
      position: relative; }
    .lifestyle-listing-full .post-categories a:last-child {
      margin-right: 0rem; }
      .lifestyle-listing-full .post-categories a:last-child:after {
        display: none; }

/*--------------------------------------------------------------
8 - Single Post
--------------------------------------------------------------*/
.single-featured-image-wrapper {
  background: #d9d9d9;
  height: 80vh; }

.post .post-date {
  color: #ff4c4c;
  display: block;
  position: absolute;
  top: -15rem;
  left: 2.5rem;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease; }
  .post .post-date .date-number {
    border: 5px solid #ff4c4c;
    display: inline-block;
    padding: .8rem 1.5rem;
    font-size: 3.6rem;
    font-weight: 700; }
  .post .post-date .date-other {
    margin-top: .5rem; }
  .post .post-date .month {
    display: block; }
  .post .post-date .month, .post .post-date .year {
    font-weight: 600;
    font-size: 1.5rem; }

.hero-post {
  background-color: #282828;
  background-image: url(../img/post-image.jpg);
  background-size: cover;
  background-position: center center;
  padding-top: 12%;
  padding-bottom: 7%; }
  .hero-post .post-info {
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: relative;
    width: 100%;
    height: 100%; }
    .hero-post .post-info .post-date {
      margin-left: 0px;
      display: block;
      position: relative;
      left: auto;
      right: auto;
      top: auto;
      bottom: auto; }
      .hero-post .post-info .post-date .date-number {
        font-size: 6rem;
        padding: .4rem 1.5rem;
        border-width: 7px; }
      .hero-post .post-info .post-date .date-other {
        font-size: 3rem; }
        .hero-post .post-info .post-date .date-other .month, .hero-post .post-info .post-date .date-other .year {
          font-size: 2.2rem; }
  .hero-post .post-text {
    display: block;
    position: absolute;
    margin-top: 6rem; }
    .hero-post .post-text h1, .hero-post .post-text h2, .hero-post .post-text h3 {
      color: white; }
    .hero-post .post-text h1 {
      font-size: 6rem;
      max-width: 75rem; }
    .hero-post .post-text h2 {
      font-weight: 400;
      font-size: 3rem; }

.post-featured-image img {
  max-width: 100%; }

.single-featured-image-wrapper {
  background-size: cover;
  background-position: center center; }

.classic-post-info {
  margin-top: 6rem;
  display: block;
  text-align: center; }
  .classic-post-info .post-details {
    margin-bottom: 7rem; }
  .classic-post-info .post-date {
    position: static;
    border: 1px solid #d2d2d2;
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
    padding: 1rem 3rem;
    font-family: "Lato", sans-serif;
    text-transform: uppercase;
    color: #101010;
    font-size: 1.2rem;
    line-height: 1; }
  .classic-post-info .post-description {
    top: 0px;
    display: inline-block;
    position: relative;
    text-align: center;
    color: #282828;
    text-transform: uppercase;
    border: 1px solid black;
    padding: 1rem 2.5rem;
    margin-bottom: 7rem; }
  .classic-post-info .entry-title, .classic-post-info .entry-title a {
    font-family: "Crimson Text", "Merriweather", serif;
    font-size: 5.5rem;
    font-weight: 400;
    line-height: 1.3; }
  .classic-post-info .author-categories {
    margin-top: 7.5rem;
    font-size: 1.4rem;
    font-family: "Lato", sans-serif;
    font-weight: 700; }
    .classic-post-info .author-categories ul {
      line-height: 1; }
    .classic-post-info .author-categories ul li {
      display: inline-block;
      text-transform: uppercase;
      line-height: 1; }
    .classic-post-info .author-categories .author-name {
      text-transform: uppercase; }

.content-classic p {
  font-size: 1.6rem;
  margin-bottom: 5rem; }

.content-classic ul, .content-classic ol {
  padding-left: 2.5rem;
  margin-bottom: 3rem; }

.content-classic img {
  max-width: 100%;
  display: block;
  position: relative;
  margin-bottom: 4rem; }

.post-subscribe {
  text-align: center;
  margin-top: 4.5rem; }
  .post-subscribe .row {
    background: #fafafa;
    padding: 4rem;
    margin-left: 0px;
    margin-right: 0px; }
  .post-subscribe h3 {
    margin-bottom: 4rem; }
  .post-subscribe .description {
    margin-bottom: 8rem; }
  .post-subscribe input, .post-subscribe button {
    display: block;
    margin-left: auto;
    margin-right: auto; }
  .post-subscribe input {
    border: none;
    border-bottom: 1px solid #d9d9d9;
    background: none;
    width: 100%;
    text-align: center;
    padding: 2rem;
    text-transform: uppercase;
    font-size: 1.4rem;
    outline: none;
    font-weight: 700; }
    .post-subscribe input:focus, .post-subscribe input:active, .post-subscribe input:hover {
      outline: none; }
  .post-subscribe .btn-subscribe {
    border: 1px solid #282828;
    text-transform: uppercase;
    font-size: 1.4rem;
    font-weight: 700;
    margin-top: 4rem;
    padding: 1.2rem 2.5rem;
    color: #282828; }

.post-subscribe .btn-subscribe:hover {
  color: #fff; }

.post-content {
  margin-left: auto;
  margin-right: auto;
  margin-top: 10rem; }
  .post-content h1, .post-content h2, .post-content h3, .post-content h4, .post-content h5, .post-content h6 {
    margin-top: 1rem;
    line-height: 1.6;
    font-weight: 900; }
  .post-content p {
    font-family: "Merriweather", serif;
    font-size: 1.6rem;
    line-height: 1.8; }
  .post-content a {
    font-family: "Merriweather", serif; }
  .post-content img {
    height: auto; }
  .post-content .the-content {
    margin-bottom: 8rem; }
    .post-content .the-content p:nth-child(1):first-letter {
      font-size: 10rem;
      line-height: 6rem;
      padding-top: .8rem;
      padding-right: 1.5rem;
      font-family: "Lato", sans-serif;
      float: left;
      font-weight: 700; }
    .post-content .the-content blockquote p:first-of-type:first-letter {
      font-size: 1.4rem;
      line-height: 4rem;
      padding-top: 0rem;
      padding-right: 0rem;
      float: none;
      font-weight: inherit; }
    .post-content .the-content blockquote p {
      margin-bottom: 1rem;
      max-width: 75%;
      margin-left: auto;
      margin-right: auto; }
    .post-content .the-content ul li, .post-content .the-content ol li {
      padding-left: 2rem;
      font-size: 1.7rem;
      line-height: 2; }
    .post-content .the-content ul, .post-content .the-content ol {
      margin-left: 4rem; }
    .post-content .the-content .wp-caption {
      display: inline-block;
      border: 1px solid #d9d9d9;
      margin-bottom: 4rem;
      padding: 3px; }
      .post-content .the-content .wp-caption img {
        margin-bottom: 2rem; }
      .post-content .the-content .wp-caption figcaption {
        text-align: center;
        margin-bottom: 1rem; }
    .post-content .the-content a {
      color: #bf915d; }
  .post-content .author {
    margin-top: 15rem;
    text-align: center;
    font-size: 2rem;
    margin-left: auto;
    margin-right: auto;
    border-top: 2px solid #282828;
    border-bottom: 2px solid #282828;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    font-family: "Merriweather", serif;
    font-weight: 400; }
    .post-content .author strong {
      font-weight: 800; }
  .post-content .comments .comnr {
    margin-top: 0rem; }
  .post-content .details {
    text-align: center;
    font-size: 2rem; }
    .post-content .details .comnr .nr h4 {
      margin-top: 0rem;
      margin-bottom: 0rem;
      line-height: .9;
      font-size: 2rem; }
    .post-content .details h4, .post-content .details h5 {
      font-weight: 400; }
    .post-content .details .strong {
      font-weight: 700; }
    .post-content .details h5 {
      margin-top: 2rem;
      margin-bottom: 1.5rem; }
  .post-content .the-content ul {
    list-style: none;
    padding-left: 0rem; }
    .post-content .the-content ul > li {
      padding-left: 0rem; }
    .post-content .the-content ul > li:before {
      content: '';
      background: white;
      height: 13px;
      width: 13px;
      border-radius: 15px;
      border: 2px solid #282828;
      display: inline-block;
      position: relative;
      margin-right: 3rem; }
  .post-content .the-content ul, .post-content .the-content ol {
    font-style: italic; }
    .post-content .the-content ul li, .post-content .the-content ol li {
      line-height: 2.5;
      font-weight: 700;
      font-size: 1.6rem;
      font-family: "Merriweather", serif;
      padding-left: 0rem; }
  .post-content .the-content ol {
    list-style: none;
    counter-reset: the-counter;
    padding-left: 0rem; }
    .post-content .the-content ol li:before {
      content: counter(the-counter, decimal-leading-zero);
      counter-increment: the-counter;
      display: inline-block;
      position: relative;
      margin-right: 2rem;
      font-family: "Lato", sans-serif;
      font-style: normal;
      font-weight: 900;
      font-size: 2rem;
      line-height: 1;
      vertical-align: middle; }
    .post-content .the-content ol ul li:before {
      content: ''; }
    .post-content .the-content ol ul > li:before {
      counter-reset: the-counter; }
    .post-content .the-content ol ul ol li:before {
      content: counter(the-counter, decimal-leading-zero);
      counter-increment: the-counter;
      display: inline-block;
      position: relative;
      margin-right: 2rem;
      font-family: "Lato", sans-serif;
      font-style: normal;
      font-weight: 900;
      font-size: 2rem;
      line-height: 1;
      vertical-align: middle; }

.post-content .the-content .wp-caption {
  height: 100%; }

.post-content .the-content .wp-caption img {
  height: 100%;
  width: 100%; }

.similar-posts {
  margin-top: 8rem; }
  .similar-posts .previous, .similar-posts .next {
    overflow: hidden;
    display: block;
    position: relative;
    float: left;
    width: 50%;
    box-sizing: padding-box;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    border-color: white;
    border-size: 1px; }
    .similar-posts .previous .postimg, .similar-posts .next .postimg {
      max-width: 100%;
      background: #282828;
      -webkit-transition: all .5s ease;
      transition: all .5s ease; }
    .similar-posts .previous:hover .postimg, .similar-posts .next:hover .postimg {
      opacity: .5; }
  .similar-posts .previous {
    margin-right: 0%; }
    .similar-posts .previous .iconoverlay {
      left: -70rem; }
    .similar-posts .previous:hover .iconoverlay {
      left: 0rem; }
    .similar-posts .previous .fa {
      margin-right: 1.5rem; }
  .similar-posts .next .fa {
    margin-left: 1.5rem; }
  .similar-posts .postimgwrapper {
    display: block;
    position: relative;
    height: 25rem;
    background: #d9d9d9;
    background-size: cover;
    background-position: center center; }
  .similar-posts .post-link {
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 2rem; }
  .similar-posts .etiquete {
    text-align: center;
    font-size: 1.4rem;
    font-weight: 700;
    margin-bottom: 1rem;
    font-family: "Lato", sans-serif;
    font-size: 1.6rem; }
    .similar-posts .etiquete .fa {
      font-size: 2rem; }
  .similar-posts h5 {
    text-align: center;
    margin-top: 0rem;
    font-size: 2rem;
    margin-bottom: 2rem; }
  .similar-posts .iconoverlay {
    display: block;
    position: absolute;
    max-width: 8rem;
    top: 0px;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin: auto;
    opacity: .5; }

.about-author {
  text-align: center;
  background: #fafafa;
  padding: 3rem;
  margin-bottom: 6rem; }
  .about-author .author-img {
    height: 12rem;
    width: 12rem;
    border-radius: 6rem;
    background: gray;
    display: block;
    position: relative;
    margin: 0 auto;
    margin-bottom: 2rem;
    background-size: cover;
    background-position: center center; }
  .about-author .author-name h3 {
    font-size: 1.6rem;
    font-weight: 700;
    margin-bottom: 1rem; }
  .about-author .author-description {
    max-width: 76rem;
    margin: 0 auto; }
    .about-author .author-description p {
      font-family: "Lato", sans-serif;
      font-size: 1.4rem;
      margin-bottom: 1rem; }
  .about-author .author-link {
    font-family: "Lato", sans-serif;
    font-size: 1.2rem;
    font-weight: 700;
    text-transform: uppercase;
    color: black; }
  .about-author .author-link a {
    color: #282828;
    font-family: "Lato", sans-serif; }
  .about-author .social-media {
    margin-top: 2rem; }
    .about-author .social-media .sm-link {
      display: inline-block;
      position: relative; }
  .about-author .fa {
    color: #282828; }

.tags-wrapper {
  text-align: center;
  margin-bottom: 5rem; }
  .tags-wrapper p, .tags-wrapper ul {
    margin-bottom: 0rem; }
  .tags-wrapper p {
    display: inline-block;
    font-family: "Lato", sans-serif;
    font-weight: 400; }
  .tags-wrapper .tags {
    list-style: none;
    display: inline-block;
    color: #282828;
    margin-left: 0rem;
    padding-left: 0rem; }
    .tags-wrapper .tags li {
      display: inline-block;
      font-weight: 400;
      font-family: "Lato", sans-serif;
      margin-right: 5px; }
      .tags-wrapper .tags li:after {
        content: ',';
        display: inline-block;
        position: relative; }
      .tags-wrapper .tags li:last-child:after {
        display: none; }
      .tags-wrapper .tags li:last-child {
        margin-right: 0rem; }

.comments {
  display: block;
  position: relative; }
  .comments .comment {
    margin-top: 6rem; }
    .comments .comment:first-child {
      margin-top: 0rem; }
  .comments .comments-wrapper {
    margin-top: 8rem; }
  .comments .comnr {
    margin-top: 16rem;
    display: block;
    position: relative;
    text-align: center; }
    .comments .comnr:before {
      content: '';
      display: block;
      height: 2px;
      width: 100%;
      background: #282828;
      position: absolute;
      top: 0;
      bottom: 0;
      margin: auto;
      z-index: -1; }
    .comments .comnr .nr {
      text-transform: uppercase;
      text-align: center;
      display: inline-block;
      background: #e6e6e6;
      margin-left: auto;
      margin-right: auto;
      padding-left: 3rem;
      padding-right: 3rem;
      background: white; }
      .comments .comnr .nr h4 {
        font-size: 3rem; }
  .comments .user {
    display: inline-block;
    vertical-align: top;
    position: absolute; }
    .comments .user .img {
      width: 8rem;
      height: 8rem;
      background: gray;
      border-radius: 5rem;
      background-size: cover;
      background-position: center center; }
    .comments .user .user1 {
      background-image: url(../img/avatar1.jpg); }
    .comments .user .user2 {
      background-image: url(../img/avatar2.jpg); }
    .comments .user .user3 {
      background-image: url(../img/avatar3.jpg); }
    .comments .user .replybtn {
      margin-left: auto;
      margin-right: auto;
      display: block;
      margin-top: 1.8rem;
      font-size: 1.2rem;
      text-transform: uppercase;
      background: none;
      outline: none;
      border: 1px solid #ff4c4c;
      color: #ff4c4c;
      padding: .4rem 1.0rem;
      -webkit-transition: all .5s ease;
      transition: all .5s ease;
      font-weight: 700;
      font-family: "Lato", sans-serif; }
      .comments .user .replybtn:hover {
        background: #ff4c4c;
        color: white;
        box-shadow: none;
        outline: none;
        outline-color: transparent;
        border: inherit; }
      .comments .user .replybtn:hover, .comments .user .replybtn:active, .comments .user .replybtn:focus {
        outline: none;
        outline-color: transparent;
        border-color: inherit;
        outline: 0px; }
      .comments .user .replybtn:focus {
        outline: none !important;
        outline: 0px !important; }
  .comments .info-text {
    display: inline-block;
    max-width: 100%;
    padding-left: 10rem;
    padding-top: 2rem; }
    .comments .info-text .username {
      color: #282828;
      font-size: 2rem;
      font-weight: 700; }
    .comments .info-text .userinfo {
      margin-bottom: 2rem;
      font-family: "Lato", sans-serif;
      font-weight: 700;
      font-size: 1.6rem;
      letter-spacing: .025em; }
    .comments .info-text .commdate {
      color: #ff4c4c;
      text-transform: uppercase;
      font-weight: 700;
      font-size: 1.2rem; }
    .comments .info-text .commenttext p {
      font-size: 1.4rem;
      margin-bottom: 0rem; }
  .comments .second-tier {
    padding-left: 8rem;
    margin-top: 4rem; }

.reply {
  margin-top: 15rem;
  margin-bottom: 15rem; }
  .reply ::-webkit-input-placeholder {
    color: #282828;
    font-size: 1.6rem;
    opacity: 1; }
  .reply :-moz-placeholder {
    color: #282828;
    font-size: 1.6rem;
    opacity: 1; }
  .reply :-ms-input-placeholder {
    color: #282828;
    font-size: 1.6rem;
    opacity: 1; }
  .reply ::-moz-placeholder {
    color: #282828;
    font-size: 1.6rem;
    opacity: 1; }
  .reply input:-webkit-autofill {
    background: none; }
  .reply .field {
    display: block;
    position: relative; }
  .reply h2 {
    font-size: 2.4rem;
    margin-bottom: 5rem;
    font-weight: 700; }
  .reply .reply-field .reply-input {
    display: block;
    position: relative;
    width: 100%;
    border-width: 0px;
    border-bottom-width: 1px;
    border-color: #282828;
    height: .1px;
    -webkit-transition: background .5s ease;
    transition: background .5s ease;
    height: 5rem;
    background: none;
    font-size: 1.6rem;
    font-weight: 700;
    color: #282828;
    margin-bottom: 5rem; }
    .reply .reply-field .reply-input:hover, .reply .reply-field .reply-input:active, .reply .reply-field .reply-input:focus {
      outline: none;
      box-shadow: 0px; }
  .reply .reply-field textarea.reply-input {
    color: #282828; }
  .reply .reply-field .reply-label {
    display: block;
    position: absolute;
    left: 0px;
    top: 2rem;
    color: black;
    display: none; }

/* Email Widget (old-design) */
.email-subscription {
  max-width: 1200px;
  padding: 1.5vrem 1.5rem;
  margin-left: auto;
  margin-right: auto; }
  .email-subscription h3 {
    font-size: 2.4rem; }
  .email-subscription p {
    font-size: 1.6rem;
    max-width: 52rem; }
  .email-subscription .email-wrapper {
    max-width: 60rem; }
  .email-subscription .subscription-form {
    margin-top: 1.5rem;
    display: inline-block;
    border: 1px solid #282828;
    padding: .2rem;
    padding-left: 1.5rem; }
    .email-subscription .subscription-form .subscribe {
      display: inline-block; }
    .email-subscription .subscription-form .email-input {
      border: 0px solid white;
      outline: none;
      width: auto;
      font-style: italic;
      font-size: 1.5rem;
      max-width: auto;
      display: inline-block;
      position: relative;
      min-width: 22rem; }
    .email-subscription .subscription-form .submit-btn {
      background: black;
      color: white;
      border-radius: 0px;
      padding: 1.3rem 3.5rem;
      text-transform: uppercase;
      font-size: 1.5rem;
      font-weight: 700;
      outline: none;
      box-shadow: none;
      border: 0px solid white; }

.replysubmit, .cf-btn {
  border: 1px solid #282828;
  text-transform: uppercase;
  font-size: 1.4rem;
  padding: 1.1rem 3.1rem;
  font-weight: 700;
  -webkit-transition: background .5s ease, color .5s ease, padding .5s ease;
  transition: background .5s ease, color .5s ease, padding .5s ease;
  color: #282828; }
  .replysubmit:active, .cf-btn:active {
    box-shadow: none; }
  .replysubmit:hover, .cf-btn:hover {
    background: #282828;
    color: white; }

/*--------------------------------------------------------------
9 - Pages
--------------------------------------------------------------*/
.page-featured-image img {
  max-width: 100%; }

.content404 {
  overflow: hidden;
  background: #fdfdfd;
  text-align: center;
  padding-bottom: 20rem;
  min-height: 80vh; }
  .content404 .the-text {
    margin-top: 20rem; }
  .content404 h1, .content404 h2, .content404 h3 {
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.6; }
  .content404 h2, .content404 h3 {
    line-height: 1.6;
    font-weight: 900; }
  .content404 h1, .content404 .not-found--big {
    font-family: "Lato", sans-serif;
    margin-top: 0rem;
    font-size: 28rem;
    line-height: 1; }
  .content404 h2 {
    font-size: 4.8rem; }
  .content404 h3 {
    font-size: 2.4rem; }

.contact-page {
  padding-bottom: 20rem; }
  .contact-page .container {
    max-width: 78rem; }
  .contact-page h1 {
    margin-bottom: 2rem; }
  .contact-page h5 {
    font-size: 2.4rem;
    font-weight: 400; }
  .contact-page .cform {
    margin-top: 10rem; }
    .contact-page .cform input, .contact-page .cform textarea {
      color: #282828;
      border: 0px solid black;
      border-bottom: 1px solid #282828;
      width: 100%;
      text-align: left;
      font-size: 1.6rem;
      padding-top: 1.5rem;
      margin-top: 3rem;
      padding-bottom: 2rem;
      height: auto;
      line-height: 1.5;
      font-family: "Lato", sans-serif;
      font-weight: 700; }
      .contact-page .cform input:hover, .contact-page .cform input:active, .contact-page .cform input:focus, .contact-page .cform textarea:hover, .contact-page .cform textarea:active, .contact-page .cform textarea:focus {
        outline: none; }
      .contact-page .cform input::-webkit-input-placeholder, .contact-page .cform textarea::-webkit-input-placeholder {
        color: #282828;
        font-size: 1.6rem;
        opacity: 1; }
      .contact-page .cform input:-moz-placeholder, .contact-page .cform textarea:-moz-placeholder {
        color: #282828;
        font-size: 1.6rem;
        opacity: 1; }
      .contact-page .cform input:-ms-input-placeholder, .contact-page .cform textarea:-ms-input-placeholder {
        color: #282828;
        font-size: 1.6rem;
        opacity: 1; }
      .contact-page .cform input::-moz-placeholder, .contact-page .cform textarea::-moz-placeholder {
        color: #282828;
        font-size: 1.6rem;
        opacity: 1; }
      .contact-page .cform input:-webkit-autofill, .contact-page .cform textarea:-webkit-autofill {
        background: none; }
    .contact-page .cform textarea {
      padding-bottom: 0rem;
      padding-top: 1.9rem;
      line-height: 1.2; }
    .contact-page .cform button {
      font-family: "Lato", sans-serif; }
  .contact-page .cf-btn {
    margin-top: 5rem; }

.posts-listing {
  padding-top: 10rem;
  padding-bottom: 10rem;
  width: auto;
  text-align: center; }

.hero-area.hero-results {
  background: white; }
  .hero-area.hero-results .inner-wrapper {
    text-align: center;
    margin-top: 24rem;
    margin-bottom: 24rem;
    text-transform: uppercase; }
    .hero-area.hero-results .inner-wrapper .the-result {
      display: block;
      position: relative; }
      .hero-area.hero-results .inner-wrapper .the-result:after {
        content: '';
        display: block;
        position: relative;
        width: 100%;
        height: 1px;
        background: #282828;
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto;
        z-index: 0; }
    .hero-area.hero-results .inner-wrapper h1 {
      font-weight: 900;
      font-size: 4.6rem;
      margin-bottom: 2rem;
      padding: 1rem 5rem;
      background: white;
      display: inline-block;
      z-index: 5;
      position: relative;
      margin-top: 0rem;
      margin-bottom: 0rem; }
    .hero-area.hero-results .inner-wrapper h4 {
      font-size: 1.2rem;
      letter-spacing: 1.5px;
      font-weight: 300;
      font-weight: 700; }

.hero-results {
  display: block;
  position: relative;
  min-height: inherit;
  height: auto; }

.results-summary {
  font-size: 3.6rem;
  display: block;
  position: relative;
  color: #282828;
  text-align: center;
  margin: auto;
  margin-top: 30rem;
  vertical-align: middle;
  margin-bottom: 20rem; }
  .results-summary:after {
    content: '';
    display: block;
    position: relative;
    width: 100%;
    height: .2rem;
    background: #282828;
    color: #282828;
    margin-top: 3rem; }
  .results-summary:before {
    content: '';
    display: block;
    position: relative;
    width: 100%;
    height: .2rem;
    background: #282828;
    color: #282828;
    margin-bottom: 3rem; }
  .results-summary .result {
    text-transform: uppercase;
    font-weight: 700; }

/* Results Wrapper */
.results-wrapper .the-post .entry-title {
  font-size: 2rem; }

.results-wrapper .non-grid-content {
  margin-bottom: 10rem; }

.results-wrapper .search {
  text-align: center;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 3rem; }
  .results-wrapper .search form {
    display: inline-block;
    width: 30rem; }
    .results-wrapper .search form label {
      width: 100%; }
  .results-wrapper .search input {
    width: 100%;
    display: block;
    border: 1px solid transparent;
    border-bottom-color: #333333;
    text-align: center;
    margin-bottom: 1rem;
    padding: 1rem;
    outline: none; }
  .results-wrapper .search .search-submit {
    background: #111;
    color: white;
    width: 100%;
    height: 4rem;
    font-size: 1.2rem;
    border: 1px solid transparent;
    outline: none;
    box-shadow: none;
    text-transform: uppercase; }
    .results-wrapper .search .search-submit:active, .results-wrapper .search .search-submit:focus, .results-wrapper .search .search-submit:hover {
      outline: none; }

.results-masonry .the-post {
  margin-bottom: 6rem; }
  .results-masonry .the-post .title h1 {
    margin-top: 3rem;
    margin-bottom: 4.5rem; }

.results-masonry .post-info-wrapper .post-summary {
  width: 100%;
  max-width: 100%; }
  .results-masonry .post-info-wrapper .post-summary p {
    font-size: 1.2rem; }

.results-masonry .read-more-wrapper {
  margin-top: 3rem; }

.results-masonry .featured-image {
  background: #d9d9d9;
  background-size: cover;
  background-position: center center; }
  .results-masonry .featured-image:after {
    content: '';
    padding-top: 56%;
    display: block;
    position: relative;
    width: 100%; }

/*--------------------------------------------------------------
10 - Sidebar And Widgets
--------------------------------------------------------------*/
.sidebar-content .widget-area {
  font-family: "Lato", sans-serif;
  max-width: 30rem;
  margin-left: auto; }
  .sidebar-content .widget-area img {
    max-width: 100%;
    height: auto; }
  .sidebar-content .widget-area ul, .sidebar-content .widget-area li {
    line-height: 1.6;
    font-weight: 700; }
  .sidebar-content .widget-area ul.sub-menu {
    margin-left: 1.5rem; }
  .sidebar-content .widget-area li {
    margin-bottom: 1.5rem; }
    .sidebar-content .widget-area li:last-child {
      margin-bottom: 0rem; }
  .sidebar-content .widget-area span {
    font-family: "Lato", sans-serif; }
  .sidebar-content .widget-area ul, .sidebar-content .widget-area ol {
    list-style: none;
    padding-left: 0rem;
    font-family: "Lato", sans-serif; }
  .sidebar-content .widget-area ul, .sidebar-content .widget-area ol, .sidebar-content .widget-area li, .sidebar-content .widget-area span, .sidebar-content .widget-area a {
    font-size: 1.4rem; }
  .sidebar-content .widget-area li {
    text-align: left; }
  .sidebar-content .widget-area select {
    max-width: 100%; }
  .sidebar-content .widget-area .search-area {
    z-index: 100; }
  .sidebar-content .widget-area .widget {
    margin-bottom: 4rem;
    border: 1px solid #ddd;
    padding: 0rem 2rem 2rem 2rem; }
    .sidebar-content .widget-area .widget .title-wrapper {
      margin-bottom: 3.5rem;
      display: block;
      position: relative;
      text-align: center;
      margin-top: -1.5rem; }
      .sidebar-content .widget-area .widget .title-wrapper h2.widget-title {
        text-align: center;
        font-size: 1.2rem;
        text-transform: uppercase;
        position: relative;
        margin: auto;
        display: inline-block;
        color: #777777;
        padding: 0rem 3.7rem;
        background: white;
        letter-spacing: 0.025rem; }
  .sidebar-content .widget-area .tagcloud a {
    padding: .3rem 1.5rem;
    border: 1px solid #aaa;
    display: inline-block;
    position: relative;
    margin-right: 1rem;
    margin-bottom: 1rem; }
  .sidebar-content .widget-area .widget_search label {
    outline: none; }
    .sidebar-content .widget-area .widget_search label:active, .sidebar-content .widget-area .widget_search label:hover, .sidebar-content .widget-area .widget_search label:focus {
      outline: none; }
  .sidebar-content .widget-area .widget_search input {
    outline: none;
    border-radius: none;
    margin-bottom: 2rem;
    width: 100%;
    box-shadow: none;
    border: 1px solid transparent;
    border-bottom: 1px solid #333333;
    text-align: center;
    padding-bottom: 1rem; }
  .sidebar-content .widget-area .widget_search .svg {
    fill: white; }
  .sidebar-content .widget-area .widget_archive select, .sidebar-content .widget-area .widget_categories select {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px; }
  .sidebar-content .widget-area .search-ico {
    display: block;
    position: relative;
    max-width: 2rem;
    margin-left: auto;
    margin-right: auto; }
  .sidebar-content .widget-area .recentcomments a {
    font-weight: 700; }
  .sidebar-content .widget-area .comment-author-link {
    font-weight: 700; }
  .sidebar-content .widget-area .widget_about_author p {
    font-family: "Lato", sans-serif;
    font-style: italic; }
  .sidebar-content .widget-area .widget_about_author .author-image {
    z-index: 990; }
  .sidebar-content .widget-area form.search-form {
    margin-bottom: 0rem; }
    .sidebar-content .widget-area form.search-form label {
      margin-bottom: 0rem;
      height: 100%;
      max-width: 100%;
      display: block; }
    .sidebar-content .widget-area form.search-form input.search-field {
      border: none;
      border-color: transparent;
      padding: 0rem;
      height: 100%;
      width: 100%;
      max-width: 100%;
      display: block;
      text-align: center;
      border-bottom: 1px solid #111;
      margin-bottom: 1.5rem;
      padding-bottom: 8px; }
      .sidebar-content .widget-area form.search-form input.search-field:active, .sidebar-content .widget-area form.search-form input.search-field:focus, .sidebar-content .widget-area form.search-form input.search-field:hover {
        outline: none; }
    .sidebar-content .widget-area form.search-form .search-submit {
      height: 100%;
      width: 100%;
      background: #282828;
      color: white;
      height: 4rem;
      font-size: 1.4rem;
      border: 1px solid transparent;
      padding: 0rem 1.7rem;
      text-transform: uppercase; }
  .sidebar-content .widget-area .widget_subscribe .desc {
    font-family: "Lato", sans-serif; }
  .sidebar-content .widget-area .widget_subscribe input {
    margin-top: 2.5rem;
    width: 100%;
    border: 1px solid transparent;
    border-bottom: 1px solid #333333;
    margin-bottom: 1.5rem;
    text-align: center;
    font-size: 1.2rem;
    padding-bottom: 1rem; }
  .sidebar-content .widget-area .widget_subscribe button {
    width: 100%;
    background: #111111;
    color: white;
    border: 1px solid transparent;
    font-size: 1.2rem;
    height: 4rem;
    text-transform: uppercase; }
  .sidebar-content .widget-area .widget_about_author .author-image {
    display: block;
    position: relative;
    height: 20rem;
    width: 20rem;
    overflow: hidden;
    border-radius: 15rem;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2rem; }
    .sidebar-content .widget-area .widget_about_author .author-image img {
      display: block;
      position: absolute;
      top: -999px;
      bottom: -999px;
      left: -999px;
      right: -999px;
      margin: auto;
      max-width: 100%; }
  .sidebar-content .widget-area .widget_about_author .author-name {
    text-align: center;
    font-weight: 700;
    font-size: 1.6rem; }
  .sidebar-content .widget-area .widget_about_author p {
    text-align: center;
    font-size: 1.4rem;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto; }
  .sidebar-content .widget-area .desc {
    font-size: 1.2rem;
    text-align: center;
    font-weight: 700; }
  .sidebar-content .widget-area .widget_calendar table {
    max-width: 100%;
    width: 100%;
    display: table; }
    .sidebar-content .widget-area .widget_calendar table th, .sidebar-content .widget-area .widget_calendar table td {
      padding-top: 3px;
      padding-bottom: 3px; }
  .sidebar-content .widget-area .smm-icons {
    margin-top: 1.5rem;
    text-align: center; }
    .sidebar-content .widget-area .smm-icons .sm-icon-wrapper {
      height: 4rem;
      width: 4rem;
      margin-right: 1rem; }
      .sidebar-content .widget-area .smm-icons .sm-icon-wrapper .fa {
        margin-top: -25%;
        font-size: 1.8rem; }

body .sidebar-content .widget-area li, body .sidebar-content .widget-area li a, body .sidebar-content .widget-area li span {
  font-size: 1.2rem;
  line-height: 1.4rem; }

.sidebar-content .widget-area .widget_about_author p {
  font-size: 1.2rem;
  font-style: initial;
  font-weight: bold; }

.sidebar-content .widget-area .widget_search input {
  border-bottom: 1px solid #ddd;
  font-size: 1.2rem; }

.sidebar-content .widget-area .widget .title-wrapper h2.widget-title {
  color: #282828; }

.latest-posts-widget .recent-post-thumb-item a:not(.post-title) {
  display: inline-block;
  float: left;
  position: relative; }

.latest-posts-widget .recent-post-thumb-item {
  display: inline-block;
  overflow: hidden;
  height: auto;
  width: 100%; }

.latest-posts-widget .recent-post-right-content {
  float: left;
  display: inline-block;
  margin-left: 20px;
  max-width: 64%; }

.latest-posts-widget .recent-post-right-content .post-title {
  font-family: "Lato", sans-serif;
  font-weight: bold;
  font-size: 12px; }

.latest-posts-widget .recent-post-right-content .post-date {
  font-family: "Lato", sans-serif;
  font-weight: bold;
  font-size: 12px;
  font-style: italic;
  color: #777777;
  width: 100%;
  margin-top: 7px; }

.latest-posts-widget .recent-post-thumb-item img {
  width: 70px;
  height: 56px; }

.sidebar-content .widget-area .widget_search .svg {
  height: 20px;
  position: relative; }

.sidebar-content .widget-area .widget_about_author p {
  color: #555555; }

body .sidebar-content .widget-area li, body .sidebar-content .widget-area li a, body .sidebar-content .widget-area li span {
  color: #555555; }

.sidebar-content .widget-area .tagcloud a {
  color: #555555;
  font-weight: 700; }

body .sidebar-content .widget-area .widget_about_author .author-name {
  font-family: Mr Dafoe;
  font-size: 3.8rem; }

/*--------------------------------------------------------------
11 - Footer
--------------------------------------------------------------*/
.footer {
  display: block;
  position: relative;
  overflow: hidden;
  padding-top: 10rem;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 5rem; }
  .footer .footer-left, .footer .footer-right {
    display: inline-block; }
  .footer .footer-left {
    position: absolute;
    bottom: 0rem;
    left: 0rem; }
    .footer .footer-left h6 {
      font-size: 1.4rem;
      font-weight: 400;
      line-height: 1;
      margin-bottom: .2rem; }
  .footer .footer-right {
    float: right;
    text-align: right;
    font-weight: 700; }
    .footer .footer-right h6 {
      font-weight: 700;
      margin-top: 0rem;
      margin-bottom: 0rem;
      line-height: 1.428;
      font-size: 1.4rem;
      letter-spacing: 0px; }
  .footer .footer-other {
    display: block;
    position: relative;
    overflow: hidden; }
    .footer .footer-other:before {
      content: '';
      display: block;
      position: relative;
      width: 100%;
      height: 1px;
      background: #282828;
      margin-top: 6rem;
      margin-bottom: 6rem; }
  .footer .smm-icons {
    margin-top: 1.5rem; }
    .footer .smm-icons .sm-icon-wrapper {
      height: 4rem;
      width: 4rem;
      margin-right: 1rem; }
      .footer .smm-icons .sm-icon-wrapper .fa {
        margin-top: -25%;
        font-size: 1.8rem; }
  .footer.centered {
    padding-top: 7rem; }
    .footer.centered .footer-left, .footer.centered .footer-right {
      text-align: center;
      width: 100%; }
    .footer.centered .footer-right {
      display: block;
      position: relative;
      margin-bottom: 4rem;
      float: none; }
    .footer.centered .footer-left {
      display: block;
      position: relative; }
    .footer.centered .footer-other:before {
      display: none; }
  .footer.noshadows {
    box-shadow: none; }
  .footer.footer-wide {
    display: block;
    position: relative;
    padding-top: 5rem;
    margin-top: 5rem; }
    .footer.footer-wide .footer-left, .footer.footer-wide .footer-right {
      display: inline-block;
      position: relative; }
    .footer.footer-wide .aditional-text {
      font-size: 1.2rem;
      font-weight: 700; }
      .footer.footer-wide .aditional-text h6 {
        font-size: 1.2rem;
        font-weight: 700;
        line-height: 1.3; }
    .footer.footer-wide .copyright {
      font-size: 1.2rem;
      font-weight: 700; }
    .footer.footer-wide .social-media {
      margin-top: 1rem;
      margin-bottom: 2rem; }
    .footer.footer-wide .smm-icons {
      text-align: center;
      margin-top: 0rem;
      margin-right: .5rem; }
      .footer.footer-wide .smm-icons a {
        margin-right: .5rem; }
      .footer.footer-wide .smm-icons img {
        width: 3rem; }
    .footer.footer-wide .footer-menu {
      right: 0px;
      padding-left: 0rem;
      display: inline-block; }
    .footer.footer-wide .container {
      position: relative; }
    .footer.footer-wide .footer-right {
      position: absolute;
      right: 0px;
      bottom: 0px; }
      .footer.footer-wide .footer-right .footer-menu-wrapper {
        display: inline-block;
        vertical-align: bottom; }
        .footer.footer-wide .footer-right .footer-menu-wrapper .sub-menu {
          padding-left: 0rem; }
  .footer .footer-menu {
    display: inline-block;
    position: relative;
    list-style-image: none;
    margin-bottom: 0rem; }
    .footer .footer-menu li {
      display: inline-block;
      position: relative;
      text-transform: uppercase;
      margin-right: 1rem;
      font-family: "Lato", sans-serif;
      font-weight: 700;
      font-size: 1.2rem; }
    .footer .footer-menu .dropup button {
      padding: 0rem;
      border: 0px solid transparent;
      border: none;
      text-transform: uppercase;
      font-size: 1.2rem;
      font-family: "Lato", sans-serif;
      font-weight: 700; }
      .footer .footer-menu .dropup button:hover {
        background: none; }
      .footer .footer-menu .dropup button:hover, .footer .footer-menu .dropup button:outline, .footer .footer-menu .dropup button:active {
        outline: none;
        background: none;
        box-shadow: none; }

.footer.centered .footer-right {
  margin-bottom: 1rem;
  margin-top: 2rem; }

.footer.centered .footer-right h6 {
  font-size: 1.2rem; }

.footer.centered .footer-left h6 {
  font-weight: 700;
  font-size: 1.2rem; }

footer .dropdown-menu > .active > a, footer .dropdown-menu > .active > a:hover, footer .dropdown-menu > .active > a:focus {
  color: #000;
  background-color: transparent; }

footer .instagram h2.insta-title {
  color: #555; }

.footer .footer-menu li {
  text-transform: capitalize; }

footer .instagram h2.insta-title {
  text-transform: capitalize; }

/*--------------------------------------------------------------
12 - Instagram
--------------------------------------------------------------*/
.instagram {
  padding-bottom: 20px;
  background-color: #fafafa;
  margin-bottom: 20px; }

.insta-title {
  font-size: 1.6rem;
  text-align: center;
  text-transform: uppercase;
  font-family: "Lato", sans-serif;
  padding-top: 2.5rem;
  padding-bottom: 2rem; }

.insta-carousel .owl-item {
  display: block;
  position: relative; }

.insta-carousel .item {
  padding: 0rem;
  display: block;
  position: relative;
  overflow: hidden; }
  .insta-carousel .item:after {
    display: block;
    position: relative;
    padding-bottom: 100%; }

.insta-carousel a {
  display: block;
  position: absolute;
  margin: auto;
  width: 100%;
  height: 100%;
  z-index: 999; }

.insta-img {
  max-width: 100%;
  display: block;
  position: absolute;
  margin: auto; }

@-webkit-keyframes scroll {
  0% {
    top: 10%; }
  50% {
    top: 40%; }
  100% {
    top: 10%; } }

@keyframes scroll {
  0% {
    top: 10%; }
  50% {
    top: 40%; }
  100% {
    top: 10%; } }

/*These css properties are only used for demo purposes in the static files.

This partial won't be included in the file css file, because the changes made here will be made using the properties from the WP dashboard
*/
#post1 .featured-image {
  background-image: url(../img/post-ftr.jpg); }

#post2 .featured-image {
  background-image: url(../img/stocksnap.jpg); }

#post2 .image-overlay {
  opacity: .5; }

#post3 .featured-iamge {
  background-image: url(../img/stocksnap.jpg); }

.dev-settings {
  display: none; }

#hero1210 {
  background-image: url(../img/hero1210.jpg);
  background-size: cover;
  background-position: center center;
  height: 100vh; }
  #hero1210 h1, #hero1210 h2, #hero1210 h3, #hero1210 h4, #hero1210 h5, #hero1210 h6 {
    color: white;
    text-transform: uppercase; }
  #hero1210 h1 {
    font-weight: 900;
    letter-spacing: 7px;
    font-size: 6rem;
    margin-top: .5rem; }
  #hero1210 h6 {
    font-weight: 700;
    font-size: 1.6rem; }
  #hero1210 h3 {
    font-size: 2rem;
    font-weight: 300;
    letter-spacing: 1px; }

#hero2510 {
  background-image: url(../img/hero1210.jpg);
  background-size: cover;
  background-position: center center; }
  #hero2510 h1, #hero2510 h2, #hero2510 h3, #hero2510 h4, #hero2510 h5, #hero2510 h6 {
    color: white;
    text-transform: uppercase; }
  #hero2510 h1 {
    font-weight: 900;
    letter-spacing: 7px;
    font-size: 6rem;
    margin-top: .5rem; }
  #hero2510 h6 {
    font-weight: 400;
    font-size: 1.6rem;
    font-family: 'Mr Dafoe', cursive;
    letter-spacing: 1.5px;
    font-size: 3rem;
    text-transform: inherit; }
  #hero2510 h3 {
    font-size: 2rem;
    font-weight: 300;
    letter-spacing: 1px; }

#carousel2710 {
  text-align: center; }
  #carousel2710 .carousel-text {
    display: block;
    position: absolute;
    top: 40%;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    text-align: center;
    color: white; }
  #carousel2710 h1, #carousel2710 h2, #carousel2710 h3, #carousel2710 h4, #carousel2710 h5, #carousel2710 h6 {
    color: white;
    text-transform: uppercase; }
  #carousel2710 h1 {
    font-weight: 900;
    letter-spacing: 7px;
    font-size: 6rem;
    margin-top: .5rem; }
  #carousel2710 h6 {
    font-weight: 400;
    font-size: 1.6rem;
    font-family: 'Mr Dafoe', cursive;
    letter-spacing: 1.5px;
    font-size: 3rem;
    text-transform: inherit; }
  #carousel2710 h3 {
    font-size: 2rem;
    font-weight: 300;
    letter-spacing: 1px; }
  #carousel2710 .item {
    height: 100%;
    width: 100%;
    min-height: 100%; }
  #carousel2710 #item1 {
    background-image: url(../img/carousel1.jpeg); }
  #carousel2710 #item2 {
    background-image: url(../img/carousel2.jpeg); }
  #carousel2710 #item3 {
    background-image: url(../img/carousel3.jpeg); }
  #carousel2710 #item4 {
    background-image: url(../img/carousel4.jpeg); }
  #carousel2710 #item1, #carousel2710 #item2, #carousel2710 #item3, #carousel2710 #item4 {
    background-size: cover;
    background-position: center center; }

#post1 .single-featured-image-wrapper {
  background-image: url(../img/post-ftr.jpg); }

#author1 {
  background-image: url(../img/author.jpg); }

#similardemo1 .previous .postimgwrapper {
  background-image: url(../img/previous.jpg); }

#similardemo1 .next .postimgwrapper {
  background-image: url(../img/nextpost.jpg); }

#owldemo1 {
  min-height: auto;
  height: auto;
  background: none; }
  #owldemo1 .item {
    background-size: cover;
    background-position: center center; }
    #owldemo1 .item h1, #owldemo1 .item h2, #owldemo1 .item p {
      color: white; }
    #owldemo1 .item .categories li {
      color: white; }
    #owldemo1 .item .post-details {
      color: white;
      border: none;
      font-size: 1.4rem; }
      #owldemo1 .item .post-details:before, #owldemo1 .item .post-details:after {
        display: none;
        border: 1px solid transparent; }
  #owldemo1 #item1 {
    background-image: url(../img/owl1.jpg); }
  #owldemo1 #item2 {
    background-image: url(../img/owl2.jpg); }
  #owldemo1 #item3 {
    background-image: url(../img/owl3.jpg); }
  #owldemo1 #item4 {
    background-image: url(../img/owl1.jpg); }
  #owldemo1 #item5 {
    background-image: url(../img/owl2.jpg); }
  #owldemo1 #item6 {
    background-image: url(../img/owl3.jpg); }

@media screen and (max-width: 767px) {
  #hero2510 h1 {
    font-size: 5rem; }
  #hero2510 h6 {
    font-size: 2rem; }
  #hero2510 h3 {
    font-size: 1.6rem; } }

@media screen and (max-width: 378px) {
  #hero2510 h1 {
    font-size: 3.5rem; }
  #hero2510 h6 {
    font-size: 2rem; }
  #hero2510 h3 {
    font-size: 1.6rem; } }

#demo-logo img {
  max-width: 6.5rem; }

#demo-logo2 img {
  max-height: 12rem; }

.page-list {
  max-width: 1170px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10rem; }
  .page-list .post-wrapper {
    border: 1px solid #d9d9d9;
    display: inline-block;
    position: relative;
    padding: 2rem;
    margin-right: 1.5rem;
    margin-bottom: 1.5rem; }
    .page-list .post-wrapper h1 {
      font-size: 2rem; }

.loading {
  width: 100%;
  display: block;
  position: absolute;
  background: whitesmoke;
  z-index: 999;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }

.loader,
.loader__figure {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.loader {
  overflow: visible;
  padding-top: 2em;
  height: 0;
  width: 2em; }

.loader__figure {
  height: 0;
  width: 0;
  box-sizing: border-box;
  border: 0 solid #8c6329;
  border-radius: 50%;
  -webkit-animation: loader-figure 1.15s infinite cubic-bezier(0.215, 0.61, 0.355, 1);
  animation: loader-figure 1.15s infinite cubic-bezier(0.215, 0.61, 0.355, 1); }

.loader__label {
  float: left;
  margin-left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  margin: 0.5em 0 0 50%;
  margin-top: 5px;
  font-size: 2.6rem !important;
  font-family: 'Mr Dafoe', cursive;
  letter-spacing: 0.1em;
  line-height: 1.5em;
  color: #8c6329;
  white-space: nowrap;
  -webkit-animation: loader-label 1.15s infinite cubic-bezier(0.215, 0.61, 0.355, 1);
  animation: loader-label 1.15s infinite cubic-bezier(0.215, 0.61, 0.355, 1); }

@-webkit-keyframes loader-figure {
  0% {
    height: 0;
    width: 0;
    background-color: #8c6329; }
  29% {
    background-color: #8c6329; }
  30% {
    height: 2em;
    width: 2em;
    background-color: transparent;
    border-width: 1em;
    opacity: 1; }
  100% {
    height: 2em;
    width: 2em;
    border-width: 0;
    opacity: 0;
    background-color: transparent; } }

@keyframes loader-figure {
  0% {
    height: 0;
    width: 0;
    background-color: #8c6329; }
  29% {
    background-color: #8c6329; }
  30% {
    height: 2em;
    width: 2em;
    background-color: transparent;
    border-width: 1em;
    opacity: 1; }
  100% {
    height: 2em;
    width: 2em;
    border-width: 0;
    opacity: 0;
    background-color: transparent; } }

@-webkit-keyframes loader-label {
  0% {
    opacity: 0.25; }
  30% {
    opacity: 1; }
  100% {
    opacity: 0.25; } }

@keyframes loader-label {
  0% {
    opacity: 0.25; }
  30% {
    opacity: 1; }
  100% {
    opacity: 0.25; } }

/*--------------------------------------------------------------
13 - Media Queries
--------------------------------------------------------------*/
@media screen and (max-width: 2920px) {
  .results-masonry .grid {
    padding-left: 0%;
    padding-right: 0%; }
    .results-masonry .grid .grid-item {
      max-width: 47.5%;
      display: inline-block;
      margin-left: 1%;
      margin-right: 1%; } }

@media screen and (max-width: 2000px) {
  .listing-masonry .grid {
    padding-left: 2%;
    padding-right: 2%; }
  .listing-masonry .post {
    max-width: 30%;
    margin-left: 1%;
    margin-right: 1%; }
  .posts-listing:after {
    margin-left: 4%; } }

@media screen and (max-width: 1800px) {
  .grid {
    padding-left: 2%;
    padding-right: 2%; }
  /*.post{
        max-width: 46%;
        margin-left: 1%;
        margin-right: 1%;

    }*/
  .posts-listing:after {
    margin-left: 4%; } }

@media screen and (min-width: 1300px) {
  body.fullwidth_carousel_body .main-header .search-area .icon svg {
    top: 5px; } }

@media screen and (min-width: 1230px) {
  .container {
    width: 1200px; } }

@media screen and (max-width: 1199px) {
  .lifestyle-listing-full .post-info-wrapper {
    max-width: 60rem; }
  .ftr-post-carousel .item {
    padding: 4rem 6rem; }
  .ftr-post-carousel .item h1 {
    font-size: 2.8rem; }
  .lifestyle-listing .post-summary {
    margin: 0 -4rem; } }

@media screen and (max-width: 1115px) {
  .fullwidth_carousel_body.home .owl-carousel .owl-controls {
    top: 70vh; } }

@media screen and (max-width: 1000px) {
  .posts-listing:after {
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    margin-top: 2rem; }
  .post {
    display: block;
    width: 94%;
    margin-bottom: 3%;
    max-width: 76.8rem;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0; }
    .post .post-img {
      max-width: 100%; }
  .container {
    width: 85%; }
  .posts-listing {
    padding-top: 5rem;
    padding-bottom: 5rem; }
  .lifestyle-listing-full figure.featured-image {
    width: 100%;
    max-width: auto;
    margin-bottom: 0rem;
    display: block; }
    .lifestyle-listing-full figure.featured-image .post-categories {
      display: block;
      position: absolute;
      left: 0;
      top: inherit;
      right: 0;
      margin: auto;
      bottom: 8rem; }
  .lifestyle-listing-full .the-post .post-info-wrapper {
    display: block;
    position: relative;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: -5rem;
    width: 95%; }
    .lifestyle-listing-full .the-post .post-info-wrapper .post-inner-wrapper {
      margin-top: 0rem;
      margin-left: auto;
      margin-right: auto;
      padding: 1rem;
      padding-top: 3rem;
      padding-bottom: 3rem; }
  .results-masonry .grid .grid-item {
    display: block;
    position: relative;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%; } }

@media screen and (max-width: 991px) {
  h1 {
    font-size: 3.6rem; }
  .sidebar-content #secondary {
    margin-left: auto;
    margin-right: auto;
    max-width: 38rem; }
  .ftr-post-carousel .item {
    padding: 3rem 4.5rem; }
  .ftr-post-carousel .item h1 {
    font-size: 2.8rem; }
  .lifestyle-listing .post-summary {
    margin: 0 -06vw; }
  .entry {
    margin-top: 10rem; }
  .classic-post-info .entry-title {
    line-height: 1.2;
    font-size: 4.5rem; }
  .post-content {
    margin-top: 6.5rem; }
  .content-classic p {
    margin-bottom: 3rem; }
  .content-classic img {
    margin-bottom: 3rem; }
  .post-content .the-content ul, .post-content .the-content ol {
    margin-left: 0rem; }
  .post-content .the-content ul li:before, .post-content .the-content ol li:before {
    margin-right: 2rem; }
  .post-content .the-content ol li:before {
    font-size: 1.6rem; }
  .post-content .the-content blockquote {
    margin-top: 3rem;
    margin-bottom: 3rem;
    padding-left: 3rem; }
    .post-content .the-content blockquote p {
      max-width: 95%; } }

@media screen and (max-width: 990px) {
  .sidebar-content .widget-area {
    width: 100%;
    margin-left: auto;
    margin-right: auto; }
  .main-header .main-nav.fullscreen.active .nav-items li a {
    font-size: 1.5rem; } }

@media screen and (max-width: 900px) {
  .text-container {
    display: block;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    max-width: 90%; } }

@media screen and (min-width: 768px) {
  .main-header.menu-classic.logoleft.nolabel {
    padding: 1rem; }
    .main-header.menu-classic.logoleft.nolabel .toggle-menu {
      display: none; }
    .main-header.menu-classic.logoleft.nolabel .menu {
      position: relative;
      text-align: right; }
    .main-header.menu-classic.logoleft.nolabel .logo-area {
      float: left; }
    .main-header.menu-classic.logoleft.nolabel .main-nav {
      display: inline-block;
      background: none;
      position: absolute;
      width: auto;
      padding-top: 0rem;
      text-align: right;
      float: none;
      margin-right: 4.5rem;
      padding-bottom: 0rem; }
      .main-header.menu-classic.logoleft.nolabel .main-nav .close-menu {
        display: none; }
      .main-header.menu-classic.logoleft.nolabel .main-nav ul.nav-items {
        display: inline-block;
        margin-bottom: 0rem; }
        .main-header.menu-classic.logoleft.nolabel .main-nav ul.nav-items li {
          vertical-align: middle;
          font-size: 1.2rem;
          color: #282828;
          display: inline-block;
          margin-right: 1rem;
          margin-bottom: 0rem;
          letter-spacing: 0.025em;
          position: inherit; }
          .main-header.menu-classic.logoleft.nolabel .main-nav ul.nav-items li:after {
            display: none; }
      .main-header.menu-classic.logoleft.nolabel .main-nav .bottom-menu-area {
        display: none; }
      .main-header.menu-classic.logoleft.nolabel .main-nav .menu-item-has-children {
        display: inline-block;
        position: relative; }
      .main-header.menu-classic.logoleft.nolabel .main-nav .dropdown-items {
        display: none; }
    .main-header.menu-classic.logoleft.nolabel .search-area {
      display: inline-block;
      float: right;
      top: 50%;
      float: none;
      z-index: 999;
      position: absolute; }
      .main-header.menu-classic.logoleft.nolabel .search-area .search-btn {
        display: block;
        position: relative; } }

@media screen and (min-width: 768px) {
  body.fullwidth_carousel_body.home .main-header.menu-classic.logoleft.nolabel {
    padding: 1rem;
    padding-top: 0px; }
  .main-header.menu-classic.logoleft.nolabel .main-nav .menu-item-has-children .dropdown-items {
    width: auto;
    margin-right: -100px; }
    .main-header.menu-classic.logoleft.nolabel .main-nav .menu-item-has-children .dropdown-items li a {
      display: block;
      margin-bottom: 7px; } }

@media screen and (max-width: 600px) {
  body.fullwidth_carousel_body.home .main-header .interaction, .main-header.menu-classic.nolabel .interaction {
    padding-top: 0px;
    margin-top: 0px; }
  body.fullwidth_carousel_body.home .main-header.menu-active:not(.menu-classic) .main-nav.fullscreen {
    padding-top: 0px;
    margin-top: 12rem; }
  body.home .lifestyle-listing .post .post-summary p {
    text-align: center; }
  body.fullwidth_carousel_body.home .main-header.menu-classic .container {
    width: 95%;
    height: 40px; } }

@media screen and (max-width: 767px) {
  .tagline {
    max-width: 80%; }
  h1 {
    font-size: 4rem; }
  h2 {
    font-size: 3.6rem; }
  h3 {
    font-size: 3.2rem; }
  h4 {
    font-size: 2.6rem; }
  h5 {
    font-size: 2.2rem; }
  h6 {
    font-size: 1.8rem; }
  .hero-home {
    max-height: 100vh;
    height: auto;
    min-height: 45vh; }
    .hero-home .hero-inner-text {
      top: 0px;
      display: block;
      position: relative;
      margin-top: 20rem;
      width: 90%;
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 15rem; }
    .hero-home h1 {
      font-size: 4rem; }
    .hero-home p {
      font-size: 2rem; }
  .main-content-wrapper {
    margin-top: 7rem; }
  .the-listing .the-post {
    margin-bottom: 7rem; }
  .the-listing .the-post h1 {
    font-size: 2.6rem; }
  .post {
    margin-bottom: 2.5rem; }
    .post:hover .post-img {
      opacity: 1; }
    .post:hover .post-details h2, .post:hover .post-details h3 {
      color: #ff4c4c; }
    .post:hover .post-details .date-number, .post:hover .post-details .date-other {
      color: #ff4c4c; }
  .post .post-details {
    display: block;
    position: relative;
    color: #282828; }
    .post .post-details .post-date, .post .post-details .post-desc {
      position: relative;
      top: inherit;
      bottom: inherit;
      left: inherit; }
    .post .post-details .post-desc, .post .post-details .post-title, .post .post-details .post-description {
      color: #282828;
      text-align: left; }
    .post .post-details .post-date {
      display: block;
      float: none;
      top: auto;
      right: auto;
      left: auto;
      bottom: auto;
      text-align: left;
      margin-bottom: .7rem;
      opacity: .8; }
      .post .post-details .post-date:before {
        display: block;
        position: relative;
        height: 5rem;
        width: 2rem;
        background: #282828; }
      .post .post-details .post-date .date-number {
        display: inline;
        font-size: 1.5rem; }
      .post .post-details .post-date .date-other {
        display: inline; }
        .post .post-details .post-date .date-other .month, .post .post-details .post-date .date-other .year {
          display: inline; }
    .post .post-details .post-title {
      margin-top: 0rem; }
    .post .post-details .post-desc {
      float: left; }
    .post .post-details .date-number {
      border: 0px solid black;
      padding: .1rem;
      line-height: 1;
      color: #282828;
      -webkit-transition: all .5s ease;
      transition: all .5s ease; }
    .post .post-details .date-other {
      margin-top: 0rem;
      color: #282828;
      -webkit-transition: all .5s ease;
      transition: all .5s ease; }
  .about-page {
    padding-top: 8rem;
    padding-bottom: 5rem; }
    .about-page h1 {
      margin-top: 2.5rem;
      margin-bottom: 2.5rem; }
    .about-page p {
      margin-top: 2rem; }
  .contact-page {
    padding-top: 12rem;
    padding-bottom: 12rem; }
    .contact-page .cform {
      margin-top: 5rem; }
  .footer .footer-right, .footer .footer-left {
    float: none;
    display: block;
    position: relative; }
  .footer .social-media {
    text-align: center; }
  .footer .footer-left {
    text-align: center;
    margin-top: 2.5rem; }
  .content404 h2 {
    font-size: 3rem; }
  .content404 h1 {
    margin-left: auto;
    margin-right: auto;
    font-size: 20rem; }
  .content404 h3 {
    font-size: 2rem; }
  .post-categories {
    text-align: center; }
    .post-categories:before, .post-categories:after {
      display: none; }
  .similar-posts {
    text-align: center;
    margin-top: 0rem; }
    .similar-posts a {
      margin-left: auto;
      margin-right: auto; }
    .similar-posts .previous {
      margin-bottom: 3rem; }
    .similar-posts .previous, .similar-posts .next {
      float: none;
      position: relative;
      width: 100%;
      max-width: 40rem;
      display: block;
      margin-left: auto;
      margin-right: auto; }
  .footer.footer-wide .footer-left, .footer.footer-wide .footer-right {
    display: block;
    float: none;
    position: relative; }
  .footer.footer-wide .footer-right {
    margin-top: 3rem;
    text-align: center; }
    .footer.footer-wide .footer-right .footer-menu {
      padding-left: 0rem; }
  .sidebar-content #secondary {
    width: 100%;
    max-width: 35rem;
    margin-left: auto;
    margin-right: auto; }
  .lifestyle-listing-full .the-post {
    margin-bottom: 4rem; }
    .lifestyle-listing-full .the-post .featured-image {
      height: 48rem; }
  .contact-page {
    margin-top: 0rem;
    padding-top: 7rem; }
  .lifestyle-listing .post-categories a {
    font-size: 2.9rem; }
  .lifestyle-listing .featured-image {
    margin-bottom: -10rem; }
  .lifestyle-listing .post-categories {
    margin-bottom: 2rem; }
  .lifestyle-listing .post-summary {
    margin: 0 -2rem; }
  .single-featured-image-wrapper {
    max-height: 60vh; }
  .comments .comments-wrapper {
    margin-top: 4rem; }
  .comments .second-tier {
    padding-left: 3rem; }
  .reply {
    margin-top: 7rem; }
    .reply .reply-field .reply-input {
      margin-bottom: 3rem; }
    .reply .reply-field textarea {
      margin-top: 1.5rem; }
  .hero-area.hero-results .inner-wrapper {
    margin-top: 14rem;
    margin-bottom: 14rem; }
    .hero-area.hero-results .inner-wrapper h1 {
      font-size: 3.8rem;
      padding-left: 2rem;
      padding-right: 2rem; }
  .main-header.menu-classic.logoleft.nolabel .main-nav .menu-item-has-children {
    text-align: center; }
    .main-header.menu-classic.logoleft.nolabel .main-nav .menu-item-has-children .dropdown-items {
      width: 100%;
      max-width: 100%;
      text-align: center;
      background: none;
      display: block;
      position: relative; }
      .main-header.menu-classic.logoleft.nolabel .main-nav .menu-item-has-children .dropdown-items li {
        text-align: center;
        margin-bottom: 1rem; }
  .ftr-post-carousel .item {
    padding: 2.5rem 3.5rem; }
  .ftr-post-carousel .item h1 {
    font-size: 2.6rem; }
  .ftr-post-carousel .owl-dot {
    margin-left: .5rem;
    margin-right: .5rem; }
  .main-header.menu-classic .toggle-menu.animated .the-lines {
    display: inline-block; }
  .main-header .main-nav.fullscreen.active .nav-items li a {
    font-size: 2rem; }
  .main-header.menu-classic.logoleft.nolabel .menu-item-has-children {
    margin-bottom: 1.2rem; }
  .main-header.menu-classic.logoleft.nolabel ul.dropdown-items {
    margin-bottom: 0rem; } }

@media screen and (max-width: 615px) {
  body.fullwidth_carousel_body.home .main-header .non-nav-wrapper {
    height: 0px; }
  body.fullwidth_carousel_body.home .main-header.menu-classic.logoleft.nolabel .non-nav-wrapper {
    height: 100%;
    padding: 0px !important; }
  /*
	.fullwidth_carousel_body.home .hero-home.hero-area.fullwidth_carousel {
		top: -40px;
		margin-bottom: -40px;
	}
    */
  .fullwidth_carousel_body.home .hero-home.hero-area.fullwidth_carousel .owl-carousel .item h1 {
    font-size: 4rem; }
  #owldemo1 .item .categories li {
    line-height: 2.5rem; }
  .fullwidth_carousel_body.home .owl-carousel .item .main-content {
    top: 38%; } }

@media screen and (max-width: 600px) {
  h1 {
    font-size: 3.8rem; }
  h2 {
    font-size: 3.4rem; }
  h3 {
    font-size: 3.0rem; }
  h4 {
    font-size: 2.7rem; }
  h5 {
    font-size: 2.4rem; }
  h6 {
    font-size: 2rem; }
  p {
    font-size: 1.6rem; }
  .toggle-menu .info {
    display: none; }
  .search-btn input {
    display: none; }
  .container {
    width: 95%; }
  .grid {
    width: 95%; }
    .grid .post .post-details {
      padding: 1.6rem; }
    .grid .post .post-title {
      font-size: 2.6rem; }
    .grid .post .post-description {
      font-size: 2rem; }
  .content404 {
    min-height: auto;
    padding-top: 6rem;
    padding-bottom: 10rem; }
    .content404 h1 {
      font-size: 10rem; }
    .content404 h2 {
      font-size: 2.6rem; }
    .content404 h2, .content404 h3 {
      font-weight: 400;
      font-size: 2rem;
      opacity: .8; }
    .content404 .the-text {
      margin-top: 10rem; }
  .email-subscription .subscription-form {
    padding-left: .2rem;
    padding-right: .2rem;
    padding-bottom: .2rem;
    width: 100%; }
    .email-subscription .subscription-form input {
      height: 5rem;
      padding-left: 2rem; }
    .email-subscription .subscription-form .subscribe {
      width: 100%; }
    .email-subscription .subscription-form .submit-btn {
      width: 100%;
      display: block; }
  .main-header.menu-classic .search-area .search-btn .info input {
    display: inline-block; }
  .main-header .logo-area {
    display: block;
    position: relative;
    text-align: center; }
    .main-header .logo-area img {
      margin-left: auto;
      margin-right: auto;
      max-width: 100%; }
  .main-header .interaction, .main-header.menu-classic.nolabel .interaction {
    display: block;
    position: relative;
    text-align: center;
    padding-top: 1rem;
    padding-bottom: 1rem;
    margin-top: 2rem; }
    .main-header .interaction .search-area, .main-header.menu-classic.nolabel .interaction .search-area {
      display: inline-block;
      position: relative;
      -webkit-transform: none;
              transform: none; }
      .main-header .interaction .search-area .icon, .main-header.menu-classic.nolabel .interaction .search-area .icon {
        float: none; }
    .main-header .interaction .toggle-menu.animated, .main-header .interaction .toggle-menu, .main-header.menu-classic.nolabel .interaction .toggle-menu.animated, .main-header.menu-classic.nolabel .interaction .toggle-menu {
      position: relative;
      display: inline-block;
      float: none;
      -webkit-transform: none;
              transform: none;
      margin-right: 1rem; }
    .main-header .interaction .language-selector, .main-header.menu-classic.nolabel .interaction .language-selector {
      position: relative;
      top: auto;
      right: auto; }
  .search-active .interaction .toggle-menu.animated {
    display: none; }
  .search-active .interaction .search-btn .icon {
    float: right; }
  .main-header.menu-active .main-nav.fullscreen {
    padding-top: 7rem;
    margin-top: 2rem; }
  .main-header.menu-classic.logoleft.nolabel .logo-area {
    text-align: center; }
  header.main-header.fixed {
    position: absolute; }
  .search-area .icon .svg {
    width: auto; }
  body.fullwidth_carousel_body.home .main-header .interaction, .main-header.menu-classic.nolabel .interaction {
    margin-top: 5px; }
  .main-header .interaction .search-area .icon {
    vertical-align: text-bottom; } }

@media screen and (max-width: 500px) {
  .main-header .search-area .icon svg {
    top: -2px; }
  .main-header.menu-active .interaction .toggle-menu.animated {
    top: -2px; }
  .main-header.menu-active .toggle-menu .menu-line {
    background: #000000; }
  .main-header.menu-active .main-nav.fullscreen .nav-items li {
    max-width: 206px; } }

@media screen and (max-width: 499px) {
  .lifestyle-listing .featured-image {
    margin-bottom: 0rem; }
  .lifestyle-listing .post-categories {
    margin-bottom: 0rem;
    margin-top: 1.2rem; }
    .lifestyle-listing .post-categories:before, .lifestyle-listing .post-categories:after {
      width: 2.5rem;
      color: #282828;
      background: #282828; }
    .lifestyle-listing .post-categories li a {
      color: #282828;
      font-size: 2.5rem;
      line-height: 1.2; } }

@media screen and (max-width: 349px) {
  .lifestyle-listing-full .the-post .featured-image {
    height: 38rem; }
  .classic-post-info .entry-title {
    font-size: 3.8rem; }
  .post-content {
    margin-top: 4rem; }
    .post-content p {
      font-size: 1.35rem; }
  .post-content .the-content ul li, .post-content .the-content ol li {
    font-size: 1.3rem;
    line-height: 2.5; }
    .post-content .the-content ul li:before, .post-content .the-content ol li:before {
      margin-right: 1.2rem; }
  .post-content .the-content p:nth-child(1):first-letter {
    font-size: 4.5rem;
    line-height: 3rem;
    padding-top: .6rem;
    padding-right: 1rem;
    font-family: "Lato", sans-serif;
    float: left;
    font-weight: 700; }
  .content-classic p {
    margin-bottom: 2.5rem; }
  .reply {
    margin-bottom: 10rem; }
  .main-header .container {
    width: 100%;
    padding-left: 0rem;
    padding-right: 0rem; }
  .main-header .logo-area {
    max-width: 90%;
    margin-left: auto;
    margin-right: auto; }
  .main-header.menu-active .main-nav.fullscreen {
    padding-top: 3rem; }
  .the-listing .the-post {
    margin-top: 8rem; }
    .the-listing .the-post .entry-title {
      font-size: 2.5rem;
      margin-top: 3rem;
      margin-bottom: 3rem; }
      .the-listing .the-post .entry-title a {
        font-size: 2.5rem; }
  .classic-listing .read-more-wrapper {
    margin-top: 2.5rem; }
  .container {
    width: 100%; }
  .main-content-wrapper {
    margin-top: 4rem; } }
