/*-----------------------------------------------------------------------------------

    Template Name: 
    Template URI: 
    Description: This is html5 template
    Author: Saikat Ahmed
    Author URI: http://saikatahmed.com/
    Version: 1.0

-----------------------------------------------------------------------------------

    CSS INDEX
    ===================
  
    1. Theme default CSS
    2. Home One
        2.2 Hero Area
        2.3 Subscribe
        2.4 Trending Post
        2.5 Home 1 Body
        2.6 Sidebar
        2.7 Insagram area
        2.8 Footer
    3. Home Two
    4. Home Three
    5. Home Four
    6. Home Five
    7. Home Six
    8. Home Seven
    9. Home Eight
    10. Standard Post
    11. Post Header Wide
    12. Post Header Large
    13. Typograpy
    14. Interior
    15. Lifestyle
    16. About
    17. Contact
    18. Coming
    19. 404
    
-----------------------------------------------------------------------------------*/
/*----------------------------------------*/
/*  1. Theme default CSS
/*----------------------------------------*/
/*google-font*/
@import url("https://fonts.googleapis.com/css?family=Playfair+Display:400,700,900|Roboto:300,400,500,700");
@import url("../fonts/Rage Italic.ttf");
/* 
Table Of Contents
=========================
- Custom Typography
=========================
*/
/* variables */
/* 
--------------------------
- Default Typography
--------------------------
*/
body {
  font-family: "Roboto", sans-serif; }

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-family: "Playfair Display", serif;
  font-weight: 700;
  color: #131313;
  letter-spacing: 0; }

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  font-weight: inherit;
  font-family: "Playfair Display", serif; }

h1 {
  font-size: 36px;
  line-height: 70px;
  letter-spacing: 1px;
  margin-bottom: 0px; }

h2 {
  font-size: 22px;
  line-height: 24px;
  margin-bottom: 0px; }

h3 {
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 0px; }

h4 {
  font-size: 20px;
  line-height: 27px; }

h5 {
  font-size: 16px;
  line-height: 24px; }

h6 {
  font-size: 14px;
  line-height: 24px; }

p {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 0;
  line-height: 28px;
  margin: 0; }

p img {
  margin: 0; }

span {
  font-family: "Roboto", sans-serif; }

/* em and strong */
em {
  font: 15px/30px; }

strong,
b {
  font: 15px/30px; }

small {
  font-size: 11px;
  line-height: inherit; }

/*  blockquotes */
blockquote {
  border-left: 0 none;
  font-family: "Roboto", sans-serif;
  margin: 10px 0;
  padding-left: 40px;
  position: relative; }

blockquote::before {
  color: #686868;
  content: "\f10d";
  font-family: FontAwesome;
  font-size: 36px;
  left: 20px;
  line-height: 0;
  margin: 0;
  opacity: 0.5;
  position: absolute;
  top: 20px; }

blockquote p {
  font-style: italic;
  padding: 0;
  font-size: 18px;
  line-height: 36px; }

blockquote cite {
  display: block;
  font-size: 12px;
  font-style: normal;
  line-height: 18px; }

blockquote cite:before {
  content: "\2014 \0020"; }

blockquote cite a,
blockquote cite a:visited {
  color: #131313;
  border: none; }

/* abbreviations */
abbr {
  color: #131313;
  font-weight: 700;
  font-variant: small-caps;
  text-transform: lowercase;
  letter-spacing: .6px; }

abbr:hover {
  cursor: help; }

/* links */
a,
a:visited {
  text-decoration: none;
  font-family: "Roboto", sans-serif;
  font-weight: normal;
  font-size: 12px;
  color: #686868;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  outline: 0; }

a:hover,
a:active {
  color: #686868;
  text-decoration: none;
  outline: 0; }

a:focus {
  text-decoration: none;
  outline: 0; }

p a,
p a:visited {
  line-height: inherit;
  outline: 0; }

a.active-page {
  color: #686868; }

/* list */
ul,
ol {
  margin-bottom: 0px;
  margin-top: 0px; }

ul {
  margin: 0; }

ol {
  list-style: decimal; }

ol,
ul.square,
ul.circle,
ul.disc {
  margin-left: 0px; }

ul.square {
  list-style: square outside; }

ul.circle {
  list-style: circle outside; }

ul.disc {
  list-style: disc outside; }

ul ul,
ul ol,
ol ol,
ol ul {
  margin: 0; }

ul ul li,
ul ol li,
ol ol li,
ol ul li {
  margin-bottom: 0px; }

li {
  line-height: 18px;
  margin-bottom: 0px; }

/* definition list */
dl {
  margin: 12px 0; }

dt {
  margin: 0;
  color: #686868; }

dd {
  margin: 0 0 0 20px; }

/* 
--------------------------
- Custom Typography
--------------------------
*/
/* Your Custom Typography. */
.bg-with-black {
  position: relative; }

.bg-with-black::before {
  background: #000 none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.3;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0; }

.bg-with-white {
  position: relative; }

.bg-with-white::before {
  background: #fff none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.3;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0; }

.bg-with-blue {
  position: relative; }

.bg-with-blue::before {
  background: #00bff3 none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.6;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0; }

.hvr-bs:hover {
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); }

.clear {
  clear: both; }

::-moz-selection {
  background: #00b0ff;
  color: #fff;
  text-shadow: none; }

::selection {
  background: #00b0ff;
  color: #fff;
  text-shadow: none; }

.no-mar {
  margin: 0 !important; }

.no-pad {
  padding: 0 !important; }

div#preloader {
  background: #000 url("../img/loader.gif") no-repeat scroll center center;
  height: 100%;
  left: 0;
  overflow: visible;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999; }

.menu.navbar-fixed-top {
  animation-duration: 0.8s;
  animation-name: fadeInDown;
  animation-timing-function: ease-in-out;
  background: #fff;
  box-shadow: 0 4px 12px -4px rgba(0, 0, 0, 0.75);
  left: 0;
  padding-top: 20px;
  position: fixed !important;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 999; }

.mar-bot-50 {
  margin-bottom: 50px; }

.mar-bot-40 {
  margin-bottom: 40px; }

.mar-bot-35 {
  margin-bottom: 35px; }

.mar-bot-30 {
  margin-bottom: 30px; }

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

.mar-top-80 {
  margin-top: 80px; }

.mar-top-80 {
  margin-top: 80px; }

.mar-top-55 {
  margin-top: 55px; }

.mar-top-108 {
  margin-top: 108px; }

.text-left {
  text-align: left; }

.text-center {
  text-align: center; }

.text-right {
  text-align: right; }

*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

*:focus {
  outline: 0; }

html {
  font-size: 62.5%;
  -webkit-font-smoothing: antialiased; }

body {
  background: #fff;
  font-weight: normal;
  font-size: 15px;
  letter-spacing: 0;
  color: #686868;
  line-height: 30px;
  -webkit-font-smoothing: antialiased;
  /* Fix for webkit rendering */
  -webkit-text-size-adjust: 100%; }

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

button,
input,
textarea {
  letter-spacing: 0; }

/*----------------------------------------*/
/*  2. Home One
/*----------------------------------------*/
/* header */
header {
  background: transparent;
  padding: 0 0 53px; }

.header-top-area {
  background: #131313 none repeat scroll 0 0;
  padding: 3px 0 4px; }

.ht-left {
  text-align: left; }
  .ht-left ul {
    list-style: outside none none;
    padding: 0; }
    .ht-left ul li {
      display: inline-block;
      color: #fff;
      margin-right: 12px; }
      .ht-left ul li a {
        color: #fff;
        display: block; }

.ht-right {
  text-align: right; }
  .ht-right div {
    display: inline-block; }

.top-submit-post {
  margin-right: 86px;
  text-align: left; }
  .top-submit-post a {
    color: #fff;
    display: block;
    font-size: 12px;
    letter-spacing: 0;
    line-height: 16px;
    padding-left: 20px;
    position: relative; }
    .top-submit-post a:before {
      content: "\f055";
      font-family: FontAwesome;
      font-size: 16px;
      left: 0;
      position: absolute;
      top: 0; }

.top-lang {
  margin-right: 8px;
  text-align: left; }
  .top-lang select {
    background: #000 none repeat scroll 0 0;
    border: 1px solid #fff;
    color: #fff;
    display: inline-block;
    font-size: 12px;
    letter-spacing: 0;
    line-height: 16px; }
    .top-lang select option {
      display: block; }

.top-newsletter a {
  color: #fff;
  display: block;
  font-size: 12px;
  letter-spacing: 0;
  line-height: 16px;
  padding-left: 10px;
  position: relative;
  text-transform: uppercase; }
  .top-newsletter a:before {
    color: #fff;
    content: ".";
    left: 0;
    line-height: 10px;
    position: absolute;
    top: 0; }

.top-social ul {
  padding: 0;
  list-style: none; }
  .top-social ul li {
    display: inline-block;
    margin-left: 7px;
    padding-left: 13px;
    position: relative; }
    .top-social ul li a {
      color: #fff;
      display: block;
      font-size: 12px;
      line-height: 16px; }
    .top-social ul li:before {
      color: #fff;
      content: ".";
      left: 0;
      line-height: 10px;
      position: absolute;
      top: 0; }

.logo-area {
  padding: 58px 0 8px; }

.logo {
  text-align: center; }
  .logo a {
    color: #3b3b3b;
    display: inline-block;
    font-family: "Playfair Display", serif;
    font-size: 48px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 52px; }

.menu-area {
  padding: 30px 0 0; }

.menu {
  background: #fff;
  text-align: center;
  position: relative;
  border-bottom: 1px solid #484848;
  padding: 0 0 14px;
  /* menu-ul-end */ }
  .menu ul {
    list-style: none;
    padding: 0;
    display: inline-block;
    margin: 0px 40px; }
    .menu ul li {
      display: inline-block;
      position: relative;
      z-index: 99; }
      .menu ul li a {
        font-size: 14px;
        line-height: 18px;
        margin-right: 17px;
        padding: 5px 23px 10px 0;
        position: relative; }
        .menu ul li a:before {
          content: ".";
          line-height: 18px;
          position: absolute;
          right: 0;
          top: 2px; }
      .menu ul li ul.drop {
        background: #ffffff none repeat scroll 0 0;
        box-shadow: 0 5px 10px 0 #858585;
        left: 0;
        margin: 0;
        min-width: 180px;
        opacity: 0;
        padding: 0 10px;
        position: absolute;
        text-align: left;
        top: 140%;
        visibility: hidden;
        transition: 0.3s;
        -webkit-transition: 0.3s;
        -moz-transition: 0.3s;
        -o-transition: 0.3s;
        z-index: 99; }
        .menu ul li ul.drop li {
          display: block;
          position: relative; }
          .menu ul li ul.drop li a {
            display: block;
            margin: 0;
            padding: 0; }
            .menu ul li ul.drop li a:before {
              display: none; }
          .menu ul li ul.drop li ul.third {
            background: #ffffff none repeat scroll 0 0;
            box-shadow: 0 5px 10px 0 #858585;
            left: 105%;
            margin: 0;
            min-width: 180px;
            opacity: 0;
            padding: 0 10px;
            position: absolute;
            top: 0;
            visibility: hidden;
            z-index: 99; }
            .menu ul li ul.drop li ul.third li {
              display: block; }
              .menu ul li ul.drop li ul.third li a {
                display: block; }
          .menu ul li ul.drop li:hover ul.third {
            visibility: visible;
            opacity: 1; }
      .menu ul li:hover ul.drop {
        opacity: 1;
        visibility: visible; }
      .menu ul li:hover ul.drop li a {
        padding: 10px 0; }
  .menu .top-search {
    float: right;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 9; }
    .menu .top-search .ts-icon {
      color: #929292;
      cursor: pointer;
      padding: 8px 0px 8px 20px; }
    .menu .top-search .ts-box {
      position: absolute;
      right: 0px;
      top: 38px;
      z-index: 991; }
      .menu .top-search .ts-box input[type="text"] {
        background: #fff;
        border: 1px solid #ccc;
        min-width: 250px;
        height: 40px;
        padding: 0 10px;
        letter-spacing: 0; }

.menu.navbar-fixed-top .top-search {
  display: none; }

.top-tags-area {
  padding: 0; }

.top-tags {
  padding: 0 0 10px; }
  .top-tags ul {
    text-align: center;
    list-style: none;
    padding: 0; }
    .top-tags ul li {
      display: inline-block;
      margin: 0 15px; }
      .top-tags ul li a {
        display: block;
        color: #909090;
        font-size: 14px;
        line-height: 18px; }

/* 2.2 Hero Area */
.hero-box {
  position: relative; }
  .hero-box .hb-content {
    position: absolute;
    bottom: 55px;
    left: 47px; }
    .hero-box .hb-content .hbc-type {
      display: block;
      letter-spacing: 0;
      line-height: 24px;
      text-transform: uppercase;
      font-size: 14px;
      color: #fff;
      margin: 0 0 0px; }
    .hero-box .hb-content .hbc-title {
      color: #fff;
      font-size: 40px;
      font-weight: 400;
      line-height: 44px;
      margin: 0 0 7px; }
      .hero-box .hb-content .hbc-title a {
        color: #fff;
        font-size: 40px;
        font-family: "Playfair Display", serif;
        font-weight: 400;
        line-height: 44px;
        margin: 0 0 7px; }
    .hero-box .hb-content .hbc-list {
      margin: 0;
      padding: 0; }
      .hero-box .hb-content .hbc-list li {
        display: inline-block;
        color: #fff;
        font-size: 14px;
        line-height: 18px;
        margin-right: 5px;
        padding-right: 16px; }
      .hero-box .hb-content .hbc-list .tags {
        position: relative; }
        .hero-box .hb-content .hbc-list .tags:before {
          position: absolute;
          content: "/";
          right: 0;
          top: 0; }
      .hero-box .hb-content .hbc-list .views {
        position: relative; }
        .hero-box .hb-content .hbc-list .views:before {
          position: absolute;
          content: "\f06e";
          font-family: Fontawesome;
          right: -10px;
          top: 0; }

/* 2.3 Subscribe */
.subscribe-area {
  padding: 88px 0 20px; }

.subscribe-box .sb-img {
  float: left;
  width: 240px; }
  .subscribe-box .sb-img img {
    width: auto; }
.subscribe-box .sb-content {
  overflow: hidden;
  padding-left: 40px;
  position: relative;
  top: 28px; }
  .subscribe-box .sb-content .sb-title {
    color: #5c5c5c;
    display: inline-block;
    font-size: 30px;
    border-bottom: 1px solid #e1e1e1;
    line-height: 36px;
    font-weight: 400;
    margin: 0 0 26px;
    padding: 0 0 6px; }
  .subscribe-box .sb-content .sb-check-list {
    display: flex;
    border-bottom: 1px solid #e1e1e1;
    padding: 0 0 16px;
    margin: 0 0 17px;
    list-style: none;
    flex-wrap: wrap;
    width: 90%; }
    .subscribe-box .sb-content .sb-check-list li {
      flex: auto; }
      .subscribe-box .sb-content .sb-check-list li input[type="checkbox"] {
        display: inline-block; }
      .subscribe-box .sb-content .sb-check-list li .sb-cl-text {
        display: inline-block;
        color: #afafaf;
        text-transform: uppercase;
        font-size: 14px;
        line-height: 18px;
        margin-left: 6px; }
  .subscribe-box .sb-content .sb-inputs .sb-input-box {
    display: inline-block;
    margin-right: 20px; }
    .subscribe-box .sb-content .sb-inputs .sb-input-box input[type="text"] {
      border: none;
      border-bottom: 1px solid #e1e1e1;
      color: #afafaf;
      font-size: 13px;
      height: 60px;
      width: 178px; }
  .subscribe-box .sb-content .sbc-send {
    position: absolute;
    background: #262627;
    right: 0;
    top: 0;
    bottom: 0;
    cursor: pointer;
    width: 44px;
    border: 0;
    color: #fff; }

/* 2.4 Trending Post */
.trending-post-area {
  padding: 36px 0 20px; }

.trending-post-head {
  text-align: center;
  margin: 0 0 68px; }

.home1-section-title {
  text-transform: uppercase;
  color: #525252;
  font-size: 30px;
  line-height: 34px;
  font-weight: 400; }

/* single-post-1 */
.single-post-1 {
  display: inline-block;
  position: relative;
  min-height: 200px;
  margin-bottom: 70px; }
  .single-post-1 .sp1-img {
    display: block; }
    .single-post-1 .sp1-img a {
      display: block; }
      .single-post-1 .sp1-img a img {
        width: auto; }
  .single-post-1 .sp1-content {
    position: absolute;
    bottom: 32px;
    right: 32px;
    left: 32px;
    background: #fff;
    padding: 20px 30px 12px;
    min-width: 270px; }
    .single-post-1 .sp1-content .sp1c-title {
      color: #131313;
      font-size: 18px;
      line-height: 20px;
      margin: 0 0 13px;
      position: relative;
      padding: 23px 0 0; }
      .single-post-1 .sp1-content .sp1c-title :before {
        content: "";
        position: absolute;
        margin: auto;
        background: #ff7d7d;
        width: 29px;
        height: 4px;
        top: 0;
        left: 0;
        transition: 0.3s;
        -webkit-transition: 0.3s;
        -moz-transition: 0.3s;
        -o-transition: 0.3s;
        transform: scaleX(0);
        -webkit-transform: scaleX(0);
        -moz-transform: scaleX(0);
        -o-transform: scaleX(0);
        transform-origin: left; }
      .single-post-1 .sp1-content .sp1c-title a {
        display: block;
        color: #131313;
        font-family: "Playfair Display", serif;
        font-size: 18px;
        line-height: 20px; }
    .single-post-1 .sp1-content .sp1c-meta .type {
      display: inline-block;
      color: #686868;
      overflow: hidden;
      font-size: 12px;
      line-height: 16px; }
    .single-post-1 .sp1-content .sp1c-meta .date {
      display: inline-block;
      float: right;
      color: #131313;
      font-size: 12px;
      line-height: 16px;
      font-weight: 700;
      text-transform: uppercase; }
  .single-post-1 :hover .sp1c-title :before {
    transform: scaleX(1);
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -o-transform: scaleX(1); }

/* 2.5 Home 1 Body */
/* 2.6 Sidebar */
.sidebar-widget {
  position: relative;
  margin: 0 0 48px; }
  .sidebar-widget .widget-title {
    color: #2f2e2e;
    text-align: center;
    font-size: 18px;
    line-height: 24px;
    text-transform: uppercase;
    font-weight: 400;
    margin-bottom: 29px; }

.widget-about {
  position: relative; }
  .widget-about .wa-img {
    text-align: center;
    margin: 0 0 19px; }
    .widget-about .wa-img img {
      width: auto; }
  .widget-about .wa-text {
    color: #4f4c4d;
    font-size: 14px;
    line-height: 24px;
    margin: 0 0 14px; }
  .widget-about .wa-sign {
    font-style: italic;
    font-family: Rage Italic;
    text-align: center;
    color: #262324;
    font-size: 24px;
    text-transform: capitalize;
    line-height: 24px; }

.widget-social {
  position: relative; }
  .widget-social ul {
    position: relative;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap; }
    .widget-social ul li {
      line-height: 18px;
      margin-bottom: 0px;
      flex: auto;
      text-align: center; }
      .widget-social ul li a {
        display: block;
        border: 1px solid #cdced0;
        height: 36px;
        width: 36px;
        color: #2f2e2e;
        font-size: 16px;
        line-height: 36px;
        -webkit-border-radius: 100px;
        -moz-border-radius: 100px;
        -ms-border-radius: 100px;
        border-radius: 100px; }

.widget-post {
  position: relative; }
  .widget-post ul {
    list-style: none;
    padding: 0; }
    .widget-post ul li {
      display: block;
      overflow: hidden;
      border-bottom: 1px dashed #e8e8e8;
      margin: 0 0 18px;
      padding: 0 0 18px; }
      .widget-post ul li:last-of-type {
        padding-bottom: 0;
        margin-bottom: 0;
        border-bottom: none; }
      .widget-post ul li a {
        display: block; }
        .widget-post ul li a .w-rec-post-left {
          float: left;
          width: 84px;
          display: block; }
          .widget-post ul li a .w-rec-post-left img {
            width: auto; }
        .widget-post ul li a .w-rec-post-right {
          overflow: hidden;
          padding-left: 14px;
          display: block; }
          .widget-post ul li a .w-rec-post-right .title {
            display: block;
            color: #2f2e2e;
            font-size: 14px;
            font-family: "Playfair Display", serif;
            line-height: 18px;
            margin: 0 0 4px; }
          .widget-post ul li a .w-rec-post-right .date {
            color: #6b6b6b;
            display: block;
            font-size: 12px;
            line-height: 16px; }

.widget-newsletter .widget-newsletter-box input[type="text"] {
  display: block;
  width: 100%;
  height: 42px;
  border: 1px solid #e4e5e9;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  color: #adaeb0;
  padding: 0 10px;
  font-size: 14px;
  margin-bottom: 16px; }
.widget-newsletter .widget-newsletter-box input[type="submit"] {
  color: #fff;
  cursor: pointer;
  display: block;
  background: #262627;
  border: 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  width: 100%;
  height: 42px; }

.widget-instagram {
  position: relative; }
  .widget-instagram ul {
    list-style: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap; }
    .widget-instagram ul li {
      flex: 32%;
      margin: 0 3px 6px 0; }
      .widget-instagram ul li a {
        display: block; }

.widget-catagories {
  position: relative; }
  .widget-catagories ul {
    padding: 0;
    list-style: none; }
    .widget-catagories ul li {
      border-bottom: 1px dashed #e8e8e8;
      display: block; }
      .widget-catagories ul li:last-of-type {
        border-bottom: none; }
      .widget-catagories ul li a {
        display: block;
        color: #2f2e2e;
        font-size: 14px;
        line-height: 38px; }
        .widget-catagories ul li a span {
          color: #bbbbbb; }

.widget-facebook {
  overflow: hidden; }
  .widget-facebook .widget-facebook-box iframe {
    border: none;
    width: 105%;
    height: 216px; }

/* 2.7 Insagram area */
.instagram-area {
  padding: 0 0 65px; }

.instagram-head {
  text-align: center;
  margin: 0 0 83px; }
  .instagram-head .insta-head-title {
    color: #3b3b3b;
    font-size: 48px;
    line-height: 52px;
    margin: 0 0 16px; }
  .instagram-head .insta-head-text {
    font-weight: 500;
    color: #3b3b3b;
    font-size: 16px;
    line-height: 24px;
    text-transform: uppercase; }

.all-insta-img {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 0 15px; }
  .all-insta-img .insta-img-box {
    flex: 20%;
    margin-left: -32px; }
    .all-insta-img .insta-img-box:first-of-type {
      margin-left: 0; }
    /*.all-insta-img .insta-img-box:nth-child(2n+2) {*/
      /*margin-top: -95px; }*/

/* 2.8 Footer */
footer {
  background: #f3f3f3;
  padding: 42px 0 28px; }

.footer-top {
  padding: 40px 0 5px; }

.footer-widget {
  margin: 0; }
  .footer-widget .widget-title {
    color: #262627;
    text-align: left; }
  .footer-widget .fw-big-title {
    color: #3b3b3b;
    font-size: 48px;
    line-height: 52px;
    margin: 0 0 19px; }
  .footer-widget .fw-text {
    color: #131313;
    font-size: 12px;
    line-height: 22px;
    margin: 0 0 9px; }
  .footer-widget .fw-link {
    display: block; }
  .footer-widget ul {
    padding: 0;
    list-style: none; }
    .footer-widget ul li {
      display: block; }
      .footer-widget ul li a {
        display: block;
        color: #131313;
        font-size: 12px;
        line-height: 31px; }
  .footer-widget ul.social {
    padding: 0;
    list-style: none; }
    .footer-widget ul.social li {
      display: block; }
      .footer-widget ul.social li a {
        display: block;
        color: #131313;
        font-size: 12px;
        line-height: 31px;
        padding-left: 34px;
        position: relative; }
        .footer-widget ul.social li a span {
          margin-right: 28px;
          font-size: 14px;
          position: absolute;
          left: 0;
          top: 0; }
  .footer-widget ul.twitter {
    padding: 0;
    list-style: none; }
    .footer-widget ul.twitter li {
      display: block;
      border-bottom: 1px solid #e8e8e8;
      color: #262627;
      font-size: 14px;
      line-height: 22px;
      position: relative;
      padding: 0 0px 28px 34px;
      margin: 0 0 17px; }
      .footer-widget ul.twitter li:before {
        position: absolute;
        left: 0;
        top: 0;
        content: "\f099";
        font-family: FontAwesome; }
      .footer-widget ul.twitter li:last-of-type {
        border-bottom: none;
        margin-bottom: 0;
        padding-bottom: 0; }
      .footer-widget ul.twitter li a {
        display: inline-block;
        color: #858585;
        font-size: 14px;
        line-height: 22px; }
      .footer-widget ul.twitter li span.time {
        display: block;
        color: #262627;
        font-size: 13px;
        line-height: 22px;
        margin: 5px 0 0; }

.footer-bottom {
  padding: 8px 0 10px;
  text-align: center; }
  .footer-bottom p {
    color: #484848;
    font-size: 12px;
    line-height: 22px; }

/*newsletter-popup*/
#wd1_nlpopup_overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #333333;
  opacity: .8;
  z-index: 9999; }

#wd1_nlpopup {
  border-radius: 3px;
  box-shadow: 0 0 20px #000;
  display: none;
  left: 10%;
  padding: 100px 90px 200px;
  position: absolute;
  top: 100px;
  transition: all 0.5s ease 0s;
  width: 80%;
  z-index: 9999; }

/*----------------------------------------*/
/*  3. Home Two
/*----------------------------------------*/
.home2-header {
  position: absolute;
  left: 0;
  right: 0;
  top: 0; }

.home2-header .menu.navbar-fixed-top {
  background: #fff; }

/*menu*/
.home2-header .menu.navbar-fixed-top {
  background: #5a5a5a; }

.home2-header .logo a {
  color: #fff; }

.home2-header .menu ul li a {
  color: #fff; }

.home2-header .menu ul li ul.drop li a {
  color: #686868; }

.home2-header .top-tags ul li a {
  color: #fff; }

.home2-header .menu.navbar-fixed-top ul li a {
  color: #686868; }

/* mobile */
.home2-header .mean-container.menu ul li a {
  color: #000; }

/*hero*/
.home2-hero-area {
  background-image: url(../img/home2/hero.jpg);
  background-size: cover;
  background-position: 70% 0;
  background-repeat: no-repeat;
  padding: 469px 0 62px; }

.home2-header .menu {
  background: transparent;
  border-bottom: 1px solid #fff; }

.home2-hero-content {
  text-align: center; }
  .home2-hero-content .h2hc-title {
    color: #fff;
    font-size: 60px;
    line-height: 64px;
    text-decoration: underline;
    margin: 0 0 99px; }
  .home2-hero-content .h2hc-list {
    list-style: none;
    padding: 0;
    margin: 0 0 68px; }
    .home2-hero-content .h2hc-list li {
      display: inline-block;
      color: #fcfcfc;
      font-size: 12px;
      line-height: 24px;
      font-weight: 700;
      text-transform: uppercase;
      margin: 0 6px; }
  .home2-hero-content .h2hc-more {
    text-align: center; }
    .home2-hero-content .h2hc-more a {
      background: #262627;
      display: inline-block;
      color: #fff;
      font-size: 12px;
      line-height: 24px;
      font-weight: 700;
      padding: 3px 16px; }

/* home2-body */
.home2-body-area {
  padding: 82px 0 10px; }

/* single-post-2 */
.h2-sp1 .sp1-content {
  min-width: 195px; }

.single-post-2 {
  position: relative;
  margin: 0 0 19px; }
  .single-post-2 .sp1-content {
    top: -33px;
    left: 5px;
    right: 5px;
    padding: 22px 10px 16px;
    position: relative;
    min-width: unset;
    width: 97%; }
    .single-post-2 .sp1-content .sp1c-title {
      padding: 0; }
      .single-post-2 .sp1-content .sp1c-title :before {
        display: none; }
    .single-post-2 .sp1-content .sp1c-meta {
      margin: 0 0 0; }
    .single-post-2 .sp1-content .sp2c-text {
      font-size: 16px;
      line-height: 24px;
      color: #262627;
      margin: 0 0 24px; }
    .single-post-2 .sp1-content .more {
      display: inline-block;
      background: #262627;
      color: #fff;
      font-weight: 700;
      font-size: 12px;
      line-height: 24px;
      padding: 3px 15px;
      text-transform: uppercase;
      margin: 0 0 25px; }
    .single-post-2 .sp1-content .share p {
      display: inline-block;
      color: #b0b0b0;
      font-size: 12px;
      line-height: 24px;
      font-weight: 700;
      text-transform: uppercase;
      margin-right: 17px; }
      .single-post-2 .sp1-content .share p span {
        margin-left: 13px;
        color: #928f8f;
        font-size: 18px; }
    .single-post-2 .sp1-content .share ul {
      padding: 0;
      display: inline-block;
      list-style: none; }
      .single-post-2 .sp1-content .share ul li {
        display: inline-block; }
        .single-post-2 .sp1-content .share ul li a {
          display: block;
          color: #131313;
          font-size: 16px;
          line-height: 22px;
          margin-right: 8px; }

/*----------------------------------------*/
/*  4. Home Three
/*----------------------------------------*/
/* hero */
.h3-hero-box {
  position: relative; }
  .h3-hero-box .hb-content {
    left: 14px; }
    .h3-hero-box .hb-content .hbc-title {
      font-size: 30px;
      line-height: 34px; }
      .h3-hero-box .hb-content .hbc-title a {
        font-size: 30px;
        line-height: 34px; }
    .h3-hero-box .hb-content .hbc-list li {
      font-size: 12px;
      line-height: 24px; }

/* trending */
.home3-trending-area {
  padding: 43px 0 0; }

.h3-trending-head {
  text-align: center;
  margin: 0 0 27px; }
  .h3-trending-head .h3th-title {
    color: #575757;
    line-height: 18px;
    text-transform: uppercase; }

.h3-trending-box {
  position: relative;
  display: inline-block; }
  .h3-trending-box .h3tb-img {
    position: relative; }
    .h3-trending-box .h3tb-img .h3tb-img-content {
      position: absolute;
      bottom: 14px;
      background: #fff;
      left: 6px;
      right: 6px;
      padding: 12px 12px; }
      .h3-trending-box .h3tb-img .h3tb-img-content .h3tb-ic-title {
        font-size: 14px;
        color: #131313;
        line-height: 16px; }
        .h3-trending-box .h3tb-img .h3tb-img-content .h3tb-ic-title a {
          font-size: 14px;
          font-family: "Playfair Display", serif;
          color: #131313;
          line-height: 16px; }
  .h3-trending-box .h3tb-content {
    padding: 18px; }
    .h3-trending-box .h3tb-content .type {
      font-size: 12px;
      color: #686868;
      line-height: 16px;
      margin: 0 0 3px; }
    .h3-trending-box .h3tb-content .date {
      color: #131313;
      font-size: 12px;
      font-weight: 700;
      line-height: 16px;
      text-transform: uppercase; }

.h3-trending-carousel {
  border-bottom: 1px solid #cfcfcf;
  padding: 0 0 42px; }

.h3-trending-carousel .owl-dots {
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  text-align: center; }
  .h3-trending-carousel .owl-dots .owl-dot {
    display: inline-block;
    background: #a3a3a3;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    border-radius: 100px;
    height: 12px;
    width: 12px;
    margin: 0 5px; }
  .h3-trending-carousel .owl-dots .active {
    background: #1b1d1c; }

/* home3-body */
.home3-body-area {
  margin: 69px 0 9px; }

/* single-post-3 */
.single-post-3 {
  overflow: hidden;
  margin: 0 0 69px; }
  .single-post-3 .sp3-img {
    float: left; }
  .single-post-3 .sp3-content {
    overflow: hidden;
    padding: 30px 0 0 26px; }
    .single-post-3 .sp3-content .sp3c-title {
      color: #131313;
      font-size: 18px;
      line-height: 20px;
      margin: 0 0 22px; }
      .single-post-3 .sp3-content .sp3c-title a {
        color: #131313;
        font-size: 18px;
        line-height: 20px; }
    .single-post-3 .sp3-content .sp3c-meta {
      margin: 0 0 20px; }
      .single-post-3 .sp3-content .sp3c-meta .type {
        display: inline-block;
        text-transform: uppercase;
        color: #686868;
        font-size: 12px;
        line-height: 24px;
        margin-right: 33px; }
      .single-post-3 .sp3-content .sp3c-meta .date {
        display: inline-block;
        text-transform: uppercase;
        color: #131313;
        font-size: 12px;
        font-weight: 700;
        line-height: 24px;
        margin-right: 33px; }
      .single-post-3 .sp3-content .sp3c-meta .by {
        display: inline-block;
        text-transform: uppercase;
        color: #131313;
        font-size: 12px;
        font-weight: 700;
        line-height: 24px;
        margin-right: 33px; }
        .single-post-3 .sp3-content .sp3c-meta .by a {
          color: #686868; }
    .single-post-3 .sp3-content .sp3c-text {
      color: #262627;
      font-size: 16px;
      line-height: 24px;
      margin: 0 0 19px; }
    .single-post-3 .sp3-content .share p {
      display: inline-block;
      color: #b0b0b0;
      font-size: 12px;
      line-height: 24px;
      font-weight: 700;
      text-transform: uppercase;
      margin-right: 17px; }
      .single-post-3 .sp3-content .share p span {
        margin-left: 13px;
        color: #928f8f;
        font-size: 18px; }
    .single-post-3 .sp3-content .share ul {
      padding: 0;
      display: inline-block;
      list-style: none; }
      .single-post-3 .sp3-content .share ul li {
        display: inline-block; }
        .single-post-3 .sp3-content .share ul li a {
          display: block;
          color: #131313;
          font-size: 16px;
          line-height: 22px;
          margin-right: 8px; }

.h3-big-post {
  display: block;
  margin: 0 0 69px; }

/*----------------------------------------*/
/*  5. Home Four
/*----------------------------------------*/
.h4-hero-carousel {
  border-bottom: 1px solid #a1a1a1;
  padding: 0 0 38px; }
  .h4-hero-carousel .owl-dots {
    margin: 64px 0 0;
    text-align: center; }
    .h4-hero-carousel .owl-dots .owl-dot {
      background: #c9c9c9;
      -webkit-border-radius: 100px;
      -moz-border-radius: 100px;
      -ms-border-radius: 100px;
      border-radius: 100px;
      display: inline-block;
      height: 12px;
      width: 12px;
      margin: 0 5px; }
    .h4-hero-carousel .owl-dots .active {
      background: #202020; }

.home4-body-area {
  padding: 70px 0 0; }

/*----------------------------------------*/
/*  6. Home Five
/*----------------------------------------*/
.home5-body-area {
  padding: 0 0 15px; }

/* hero */
.home5-hero-area {
  padding: 0 0 80px;
  margin: 0 0 58px; }

.home5-hero-carousel .hero-box .hb-content {
  left: 143px; }
.home5-hero-carousel .owl-nav div {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  background: #1c1e1f;
  height: 120px;
  text-align: center;
  width: 30px;
  line-height: 120px;
  color: #fff;
  font-size: 24px; }
.home5-hero-carousel .owl-nav .owl-prev {
  left: 14px; }
.home5-hero-carousel .owl-nav .owl-next {
  right: 14px; }
.home5-hero-carousel .owl-dots {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  bottom: -68px; }
  .home5-hero-carousel .owl-dots .owl-dot {
    background: #c9c9c9;
    border-radius: 100px;
    display: inline-block;
    margin: 0 5px;
    height: 9px;
    width: 9px; }
  .home5-hero-carousel .owl-dots .active {
    background: #202020; }

/* hero */
/* single-post-4 */
.single-post-4 {
  position: relative;
  text-align: center;
  margin: 0 0 60px; }
  .single-post-4 .sp4-head {
    margin: 0 0 21px; }
    .single-post-4 .sp4-head .tag {
      display: block;
      color: #575757;
      font-size: 14px;
      line-height: 24px;
      margin: 0 0 15px; }
    .single-post-4 .sp4-head .title {
      color: #131313;
      font-size: 48px;
      line-height: 52px;
      margin: 0 0 22px; }
      .single-post-4 .sp4-head .title a {
        display: block;
        color: #131313;
        font-size: 48px;
        line-height: 52px;
        font-family: "Playfair Display", serif; }
    .single-post-4 .sp4-head .meta {
      padding: 0;
      list-style: none; }
      .single-post-4 .sp4-head .meta li {
        display: inline-block;
        color: #575757;
        font-size: 14px;
        line-height: 24px;
        margin-right: 6px;
        position: relative; }
      .single-post-4 .sp4-head .meta .view {
        position: relative;
        padding-right: 22px; }
        .single-post-4 .sp4-head .meta .view:before {
          content: "\f06e";
          font-family: FontAwesome;
          position: absolute;
          right: 0;
          top: 0; }
  .single-post-4 .sp4-img {
    margin: 0 0 34px; }
    .single-post-4 .sp4-img img {
      width: auto; }
  .single-post-4 .sp4-isotope {
    margin: 0 0 35px; }
    .single-post-4 .sp4-isotope .sp4-isotope-box {
      margin: 0 0 10px; }
      .single-post-4 .sp4-isotope .sp4-isotope-box img {
        width: auto; }
  .single-post-4 .sp4-carousel {
    margin: 0 0 31px; }
    .single-post-4 .sp4-carousel .sp4-carousel-box {
      display: block; }
    .single-post-4 .sp4-carousel .owl-nav div {
      background: #1c1e1f;
      height: 120px;
      width: 32px;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      text-align: center;
      line-height: 120px;
      color: #fff;
      font-size: 30px; }
    .single-post-4 .sp4-carousel .owl-nav .owl-prev {
      left: -3px; }
    .single-post-4 .sp4-carousel .owl-nav .owl-next {
      right: -3px; }
  .single-post-4 .sp4-video iframe {
    border: none;
    height: 486px;
    width: 100%; }
  .single-post-4 .sp4-audio iframe {
    border: none;
    height: 246px;
    width: 100%; }
  .single-post-4 .sp4-content .text {
    color: #262627;
    font-size: 16px;
    line-height: 24px;
    padding: 0 20px;
    margin: 0 0 49px; }
  .single-post-4 .sp4-content .more {
    display: inline-block;
    background: #262627;
    color: #fff;
    font-weight: 700;
    font-size: 12px;
    line-height: 24px;
    padding: 3px 15px;
    text-transform: uppercase;
    margin: 0 0 30px; }
  .single-post-4 .sp4-content .share p {
    display: inline-block;
    color: #b0b0b0;
    font-size: 12px;
    line-height: 24px;
    font-weight: 700;
    text-transform: uppercase;
    margin-right: 17px; }
    .single-post-4 .sp4-content .share p span {
      margin-left: 13px;
      color: #928f8f;
      font-size: 18px; }
  .single-post-4 .sp4-content .share ul {
    padding: 0;
    display: inline-block;
    list-style: none; }
    .single-post-4 .sp4-content .share ul li {
      display: inline-block; }
      .single-post-4 .sp4-content .share ul li a {
        display: block;
        color: #131313;
        font-size: 16px;
        line-height: 22px;
        margin-right: 8px; }

/*----------------------------------------*/
/*  7. Home Six
/*----------------------------------------*/
.home6-body-area {
  padding: 83px 0 11px; }

/*----------------------------------------*/
/*  8. Home Seven
/*----------------------------------------*/
.home7-body-area {
  padding: 88px 0 5px; }

/* h7-sidebar */
.h7-side-post.single-post-1 .sp1-content {
  min-width: auto; }

/*----------------------------------------*/
/*  9. Home Eight
/*----------------------------------------*/
/* hero */
.home8-hero-area {
  background-image: url(../img/home8/hero-bg.jpg);
  background-size: cover;
  background-position: left top;
  background-repeat: no-repeat;
  padding: 265px 0 274px; }

.home8-hero {
  text-align: center; }
  .home8-hero .title {
    color: #fff;
    font-size: 60px;
    line-height: 64px;
    text-decoration: underline;
    margin: 0 0 98px; }
  .home8-hero .list {
    padding: 0;
    list-style: none;
    margin: 0 0 67px; }
    .home8-hero .list li {
      display: inline-block;
      color: #fff;
      font-size: 12px;
      text-transform: uppercase;
      font-weight: 700;
      margin: 0 20px; }
  .home8-hero .more {
    display: inline-block;
    color: #fff;
    font-size: 12px;
    line-height: 24px;
    text-transform: uppercase;
    font-weight: 700;
    background: #262627;
    padding: 3px 15px; }

/*body*/
.home8-body-area {
  padding: 85px 0 22px; }

/*----------------------------------------*/
/*  10. Standard Post
/*----------------------------------------*/
.standard-post-body {
  padding: 7px 0 30px; }

.standard-post {
  position: relative; }
  .standard-post .standard-post-share {
    position: absolute;
    left: -104px;
    top: 200px; }
    .standard-post .standard-post-share .title {
      display: block;
      color: #959595;
      font-size: 10px;
      font-weight: 700;
      text-transform: uppercase;
      line-height: 14px;
      margin: 0 0 30px; }
    .standard-post .standard-post-share .share {
      list-style: none;
      padding: 0; }
      .standard-post .standard-post-share .share li {
        display: inline-block; }
        .standard-post .standard-post-share .share li a {
          display: block;
          color: #acacac;
          font-size: 16px;
          margin-right: 8px; }
  .standard-post .standard-post-title-2 {
    color: #2f2e2e;
    margin: 0 0 36px; }
  .standard-post .single-post-4 {
    text-align: left; }
    .standard-post .single-post-4 .sp4-head {
      text-align: center; }
    .standard-post .single-post-4 .sp4-content p {
      padding: 0; }
    .standard-post .single-post-4 .sp4-content blockquote {
      color: #737373;
      font-size: 20px;
      line-height: 24px;
      font-style: italic;
      padding: 0 0 0 20px;
      margin-bottom: 30px; }
      .standard-post .single-post-4 .sp4-content blockquote:before {
        display: none; }
  .standard-post .standard-post-meta {
    border-bottom: 1px solid #737373;
    border-top: 1px solid #737373;
    overflow: hidden;
    padding: 7px 0;
    margin: 0 0 18px; }
    .standard-post .standard-post-meta div {
      display: inline-block; }
    .standard-post .standard-post-meta .tags {
      display: inline-block;
      margin-right: 29px; }
      .standard-post .standard-post-meta .tags span {
        display: inline-block;
        color: #2f2e2e;
        font-size: 14px;
        line-height: 24px;
        margin-right: 12px; }
      .standard-post .standard-post-meta .tags ul {
        display: inline-block;
        padding: 0;
        list-style: none; }
        .standard-post .standard-post-meta .tags ul li {
          display: inline-block;
          text-transform: uppercase;
          font-weight: 500;
          margin-right: 5px; }
          .standard-post .standard-post-meta .tags ul li a {
            display: block;
            background: #f2f3f5;
            text-transform: uppercase;
            font-size: 10px;
            line-height: 18px;
            font-weight: 500;
            padding: 4px 14px; }
    .standard-post .standard-post-meta .like {
      display: inline-block; }
      .standard-post .standard-post-meta .like .box {
        display: inline-block;
        color: #dda89b;
        font-size: 18px;
        line-height: 24px; }
      .standard-post .standard-post-meta .like .counter {
        display: inline-block;
        color: #8a8b8e;
        font-size: 10px;
        line-height: 24px; }
    .standard-post .standard-post-meta .social {
      display: inline-block;
      float: right; }
      .standard-post .standard-post-meta .social ul {
        padding: 0;
        list-style: none; }
        .standard-post .standard-post-meta .social ul li {
          color: #c0c2c5;
          display: inline-block;
          margin-right: 7px; }
          .standard-post .standard-post-meta .social ul li a {
            display: block;
            color: #c0c2c5;
            font-size: 14px;
            line-height: 24px; }
    .standard-post .standard-post-meta .comments {
      display: inline-block;
      float: right; }
      .standard-post .standard-post-meta .comments span {
        display: inline-block;
        color: #c0c2c5;
        font-size: 16px;
        line-height: 20px;
        margin-right: 6px; }
      .standard-post .standard-post-meta .comments a {
        display: inline-block;
        color: #363636;
        font-size: 14px;
        line-height: 18px; }
  .standard-post .post-author {
    border: 1px solid #fafaf9;
    border-top: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    padding: 30px 32px 40px; }
    .standard-post .post-author .author-img {
      float: left;
      height: 100px;
      overflow: hidden;
      width: 100px; }
      .standard-post .post-author .author-img img {
        -webkit-border-radius: 100px;
        -moz-border-radius: 100px;
        -ms-border-radius: 100px;
        border-radius: 100px;
        width: auto; }
    .standard-post .post-author .author-content {
      overflow: hidden;
      padding-left: 38px; }
      .standard-post .post-author .author-content .title {
        color: #2f2e2e;
        margin: 0 0 10px; }
      .standard-post .post-author .author-content .text {
        color: #4f4c4d;
        line-height: 24px;
        margin: 0 0 10px; }
      .standard-post .post-author .author-content .list {
        padding: 0;
        list-style: none; }
        .standard-post .post-author .author-content .list li {
          color: #c0c2c5;
          display: inline-block;
          margin-right: 7px; }
          .standard-post .post-author .author-content .list li a {
            display: block;
            color: #c0c2c5;
            font-size: 14px;
            line-height: 24px; }
  .standard-post .next-prev-posts {
    overflow: hidden;
    margin: 0 0 56px; }
    .standard-post .next-prev-posts .next-post-box {
      float: left; }
      .standard-post .next-prev-posts .next-post-box .next-pb-img {
        float: left;
        width: 122px; }
        .standard-post .next-prev-posts .next-post-box .next-pb-img a {
          display: block; }
          .standard-post .next-prev-posts .next-post-box .next-pb-img a img {
            width: auto; }
      .standard-post .next-prev-posts .next-post-box .next-pb-content {
        overflow: hidden;
        padding: 24px 0 0 28px; }
        .standard-post .next-prev-posts .next-post-box .next-pb-content .link {
          display: block;
          color: #636262;
          font-size: 13px;
          line-height: 17px;
          text-transform: uppercase;
          position: relative;
          margin: 0 0 3px; }
          .standard-post .next-prev-posts .next-post-box .next-pb-content .link:before {
            content: "<";
            position: absolute;
            left: -10px;
            top: 0; }
        .standard-post .next-prev-posts .next-post-box .next-pb-content .title {
          display: block;
          color: #a6a6a6;
          font-size: 14px;
          line-height: 18px; }
    .standard-post .next-prev-posts .prev-post-box {
      float: right; }
      .standard-post .next-prev-posts .prev-post-box .prev-pb-img {
        float: right;
        width: 122px; }
        .standard-post .next-prev-posts .prev-post-box .prev-pb-img a {
          display: block; }
          .standard-post .next-prev-posts .prev-post-box .prev-pb-img a img {
            width: auto; }
      .standard-post .next-prev-posts .prev-post-box .prev-pb-content {
        overflow: hidden;
        padding: 24px 30px 0 0;
        text-align: right; }
        .standard-post .next-prev-posts .prev-post-box .prev-pb-content .link {
          display: block;
          color: #636262;
          font-size: 13px;
          line-height: 17px;
          text-transform: uppercase;
          position: relative;
          margin: 0 0 3px; }
          .standard-post .next-prev-posts .prev-post-box .prev-pb-content .link:before {
            content: ">";
            position: absolute;
            right: -10px;
            top: 0; }
        .standard-post .next-prev-posts .prev-post-box .prev-pb-content .title {
          display: block;
          color: #a6a6a6;
          font-size: 14px;
          line-height: 18px; }
  .standard-post .may-like {
    margin: 0 0 80px; }
    .standard-post .may-like .may-like-box .mlb-img a {
      display: block; }
      .standard-post .may-like .may-like-box .mlb-img a img {
        width: auto; }
    .standard-post .may-like .may-like-box .mlb-content {
      text-align: center;
      padding: 25px 0 0; }
      .standard-post .may-like .may-like-box .mlb-content .title {
        color: #2f2e2e;
        font-weight: 400;
        font-family: "Roboto", sans-serif;
        margin: 0 0 4px; }
        .standard-post .may-like .may-like-box .mlb-content .title a {
          color: #2f2e2e;
          display: block;
          font-size: 14px;
          font-family: "Roboto", sans-serif;
          font-weight: 400; }
      .standard-post .may-like .may-like-box .mlb-content .date {
        color: #666666;
        font-size: 12px;
        line-height: 16px; }
  .standard-post .all-comments {
    margin: 0 0 92px; }
    .standard-post .all-comments ol {
      list-style: none;
      padding: 0; }
      .standard-post .all-comments ol li article {
        display: block;
        border-bottom: 1px dashed #e8e8e8;
        margin: 0 0 39px;
        padding: 0 0 36px; }
        .standard-post .all-comments ol li article .comment-status-text .comment-img {
          float: left;
          padding-right: 36px;
          width: 100px; }
          .standard-post .all-comments ol li article .comment-status-text .comment-img img {
            -webkit-border-radius: 100px;
            -moz-border-radius: 100px;
            -ms-border-radius: 100px;
            border-radius: 100px; }
        .standard-post .all-comments ol li article .comment-status-text .comment-author-metadata {
          overflow: hidden;
          position: relative; }
          .standard-post .all-comments ol li article .comment-status-text .comment-author-metadata .author {
            color: #2f2e2e;
            font-size: 12px;
            line-height: 16px;
            text-transform: uppercase;
            margin: 0 0 6px; }
          .standard-post .all-comments ol li article .comment-status-text .comment-author-metadata .date {
            display: block;
            color: #808080;
            font-size: 12px;
            line-height: 16px;
            margin: 0 0 11px; }
          .standard-post .all-comments ol li article .comment-status-text .comment-author-metadata .comment-content {
            color: #4f4c4d;
            line-height: 24px; }
          .standard-post .all-comments ol li article .comment-status-text .comment-author-metadata .comment-reply-link {
            position: absolute;
            top: 0;
            right: 0;
            color: #8a8b8e;
            font-size: 10px;
            line-height: 14px; }
      .standard-post .all-comments ol li ul {
        list-style: none;
        padding-left: 70px; }
  .standard-post .leave-reply {
    box-shadow: 0px 2px 5px -3px rgba(0, 0, 0, 0.75);
    -webkit-box-shadow: 0px 2px 5px -3px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 2px 5px -3px rgba(0, 0, 0, 0.75);
    -o-box-shadow: 0px 2px 5px -3px rgba(0, 0, 0, 0.75);
    padding: 31px 36px 16px 36px;
    margin: 0 0 80px; }
    .standard-post .leave-reply form .leave-reply-input-box {
      margin: 0 0 30px; }
      .standard-post .leave-reply form .leave-reply-input-box input[type="text"] {
        border: 1px solid #f8f8f8;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        border-radius: 3px;
        height: 42px;
        color: #adaeb0;
        font-size: 14px;
        line-height: 24px;
        padding: 0 16px;
        width: 100%; }
      .standard-post .leave-reply form .leave-reply-input-box input[type="email"] {
        border: 1px solid #f8f8f8;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        border-radius: 3px;
        height: 42px;
        color: #adaeb0;
        font-size: 14px;
        line-height: 24px;
        padding: 0 16px;
        width: 100%; }
      .standard-post .leave-reply form .leave-reply-input-box textarea {
        border: 1px solid #f8f8f8;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        border-radius: 3px;
        height: 180px;
        color: #adaeb0;
        font-size: 14px;
        line-height: 24px;
        padding: 0 16px;
        width: 100%; }
      .standard-post .leave-reply form .leave-reply-input-box input[type="submit"] {
        cursor: pointer;
        background: #b5b6b7;
        border: 0;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        border-radius: 3px;
        padding: 6px 82px;
        color: #fff;
        font-size: 12px;
        line-height: 24px; }

/*----------------------------------------*/
/*  11. Post Header Wide
/*----------------------------------------*/
.post-header-width-hero {
  background-image: url(../img/post-header-wide/hero.jpg);
  background-repeat: no-repeat;
  background-position: 55% 0px;
  background-size: cover;
  padding: 47px 0 35px; }
  .post-header-width-hero .phwh-box .title {
    color: #fff;
    font-size: 60px;
    line-height: 64px;
    text-decoration: underline;
    margin: 0 0 77px; }
  .post-header-width-hero .phwh-box .list {
    padding: 0;
    list-style: none;
    margin: 0 0 39px; }
    .post-header-width-hero .phwh-box .list li {
      display: inline-block;
      color: #fff;
      font-size: 12px;
      line-height: 24px;
      font-weight: 700;
      text-transform: uppercase;
      margin: 0 14px; }
  .post-header-width-hero .phwh-box .more a {
    background: #262627;
    display: inline-block;
    color: #fff;
    font-size: 12px;
    line-height: 24px;
    padding: 4px 14px; }

.post-header-wide-body {
  padding: 74px 0 0; }

/*----------------------------------------*/
/*  12. Post Header Large
/*----------------------------------------*/
header.phl-header {
  position: absolute;
  left: 0;
  top: 0;
  right: 0; }

.home2-header .menu.navbar-fixed-top {
  background: #fff; }

/*menu*/
header.phl-header .menu {
  background: transparent;
  border-color: #fff; }

header.phl-header .menu.navbar-fixed-top {
  background: #5a5a5a; }

header.phl-header .logo a {
  color: #fff; }

header.phl-header .menu ul li a {
  color: #fff; }

header.phl-header .menu ul li ul.drop li a {
  color: #686868; }

header.phl-header .top-tags ul li a {
  color: #fff; }

/* mobile */
header.phl-header .mean-container.menu ul li a {
  color: #000; }

/* hero */
.post-header-large-area {
  background-image: url(../img/post-header-large/hero-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 55% 0;
  padding: 470px 0 62px; }

.post-header-large .title {
  color: #fff;
  font-size: 60px;
  line-height: 64px;
  text-decoration: underline;
  margin: 0 0 77px; }
.post-header-large .meta {
  padding: 0;
  list-style: none;
  margin: 0 0 39px; }
  .post-header-large .meta li {
    display: inline-block;
    color: #fff;
    font-size: 12px;
    line-height: 24px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 14px; }
.post-header-large .more {
  display: block; }
  .post-header-large .more a {
    background: #262627;
    display: inline-block;
    color: #fff;
    font-size: 12px;
    line-height: 24px;
    padding: 4px 14px; }

/*----------------------------------------*/
/*  13. Typograpy
/*----------------------------------------*/
.typography-body {
  padding: 15px 0 63px; }

.typography .typo-img {
  margin: 0 0 20px; }
  .typography .typo-img .desc {
    text-align: center;
    color: #515151;
    line-height: 24px;
    letter-spacing: 1px;
    margin: 16px 0 0; }
.typography .text {
  color: #515151;
  line-height: 24px;
  margin: 0 0 20px; }
.typography .typo-img-small {
  overflow: hidden;
  margin: 30px 0 30px; }
  .typography .typo-img-small .content {
    float: left;
    width: 58%; }
    .typography .typo-img-small .content .title {
      color: #515151;
      margin: 0 0 022px; }
    .typography .typo-img-small .content .text {
      color: #515151;
      line-height: 24px;
      margin: 0 0 20px; }
  .typography .typo-img-small .img {
    float: right;
    width: 284px; }
.typography .title-text .title {
  color: #515151;
  font-weight: 400;
  margin: 0 0 30px; }
.typography .text-icon {
  padding: 16px 30px;
  margin: 0 0 30px; }
  .typography .text-icon h2 {
    position: relative;
    color: #515151;
    font-weight: 400;
    font-style: italic;
    padding-left: 44px; }
    .typography .text-icon h2:before {
      position: absolute;
      content: "\f0f4";
      left: 0;
      top: 0;
      font-family: FontAwesome; }
.typography .title-text-2 .title {
  color: #515151;
  margin: 0 0 39px; }
.typography .headings h1 {
  color: #515151; }
.typography .headings h2 {
  color: #515151;
  font-size: 25px;
  line-height: 27px;
  margin: 0 0 20px; }
.typography .headings h3 {
  color: #515151;
  font-size: 22px;
  line-height: 24px;
  margin: 0 0 20px; }
.typography .headings h4 {
  color: #515151;
  font-size: 19px;
  line-height: 24px;
  margin: 0 0 20px; }
.typography .headings h5 {
  color: #515151;
  font-size: 17px;
  line-height: 24px;
  margin: 0 0 20px; }
.typography .headings h6 {
  color: #515151;
  font-size: 15px;
  line-height: 24px;
  margin: 0 0 20px; }
.typography .headings p {
  color: #515151;
  line-height: 24px; }
.typography .headings .border {
  border-top: 1px solid #515151;
  margin: 19px 0 31px; }
.typography .blockquote .title {
  color: #515151;
  font-size: 28px;
  line-height: 32px;
  font-weight: 400;
  margin: 0 0 30px; }
.typography .blockquote blockquote {
  font-style: italic;
  font-family: "Playfair Display", serif;
  color: #515151;
  font-size: 22px;
  line-height: 28px;
  padding: 0 10px 0 40px;
  margin: 0 20px 20px; }
  .typography .blockquote blockquote:before {
    left: 0; }
.typography .unorder-list {
  margin: 0 0 60px; }
  .typography .unorder-list .title {
    color: #515151;
    font-size: 28px;
    line-height: 32px;
    font-weight: 400;
    margin: 0 0 30px; }
  .typography .unorder-list ul {
    list-style: square; }
    .typography .unorder-list ul li {
      margin: 0 0 10px; }
.typography .order-list .title {
  color: #515151;
  font-size: 28px;
  line-height: 32px;
  font-weight: 400;
  margin: 0 0 30px; }
.typography .order-list ol li {
  margin: 0 0 10px; }

/*----------------------------------------*/
/*  14. Interior
/*----------------------------------------*/
.interior-hero {
  position: relative; }
  .interior-hero .hero-box {
    position: relative; }
    .interior-hero .hero-box:before {
      position: absolute;
      content: "";
      background: #000;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      opacity: 0.4; }

.interior-body-area {
  padding: 76px 0 16px; }

.interior-posts .interior-post-head {
  margin: 0 0 77px; }
  .interior-posts .interior-post-head .title {
    color: #1d1d1d;
    font-size: 48px;
    line-height: 52px;
    margin: 0 0 30px; }
  .interior-posts .interior-post-head .count {
    color: #1d1d1d;
    font-size: 16px;
    line-height: 20px; }

/*----------------------------------------*/
/*  15. Lifestyle
/*----------------------------------------*/
.lifestyle-body-area {
  padding: 5px 0 7px; }

.lifestyles .life-styles-head {
  margin: 0 0 51px; }
  .lifestyles .life-styles-head .title {
    color: #1d1d1d;
    font-size: 48px;
    line-height: 52px;
    margin: 0 0 29px; }
  .lifestyles .life-styles-head .text {
    color: #1d1d1d;
    font-size: 16px;
    line-height: 22px;
    text-transform: uppercase; }

/*----------------------------------------*/
/*  16. About
/*----------------------------------------*/
.about-body-area {
  padding: 12px 0 16px; }

.about .image {
  margin: 0 0 28px; }
.about .text {
  color: #515151;
  line-height: 24px;
  margin: 0 0 26px; }
.about .faq {
  margin: 0 0 67px; }
  .about .faq .title {
    color: #2b2b2b;
    font-size: 18px;
    line-height: 22px;
    margin: 0 0 26px; }
  .about .faq .question {
    color: #2b2b2b;
    font-size: 18px;
    line-height: 22px;
    font-weight: 400;
    margin: 0 0 20px; }
  .about .faq .answer {
    color: #4e5665;
    line-height: 24px;
    margin: 0 0 20px; }
  .about .faq .answer-2 {
    color: #4e5665;
    line-height: 24px;
    margin: 0 0 20px;
    font-weight: 700; }
    .about .faq .answer-2 a {
      color: #4e5665;
      font-size: 14px;
      font-weight: 700;
      display: inline-block;
      text-decoration: underline; }
.about .may-like .may-like-head {
  margin: 0 0 33px; }
  .about .may-like .may-like-head .standard-post-title-2 {
    font-weight: 400; }
.about .may-like .may-like-box .mlb-img {
  margin: 0 0 25px; }
  .about .may-like .may-like-box .mlb-img a {
    display: block; }
.about .may-like .may-like-box .mlb-content {
  text-align: center; }
  .about .may-like .may-like-box .mlb-content .title {
    margin: 0 0 2px; }
    .about .may-like .may-like-box .mlb-content .title a {
      display: block;
      color: #2f2e2e;
      font-size: 14px;
      line-height: 18px; }
  .about .may-like .may-like-box .mlb-content .date {
    color: #666666;
    font-size: 12px;
    line-height: 16px; }

/*----------------------------------------*/
/*  17. Contact
/*----------------------------------------*/
.contact-body-area {
  padding: 24px 0 16px; }

.contact .image {
  margin: 0 0 83px; }
.contact .content {
  margin: 0 0 36px; }
  .contact .content .title {
    color: #3b3b3b;
    font-size: 26px;
    line-height: 30px;
    font-weight: 400;
    margin: 0 0 16px; }
  .contact .content .text {
    color: #515151;
    line-height: 24px; }
.contact .form-area .form-input-box {
  margin: 0 0 20px; }
  .contact .form-area .form-input-box label {
    display: block;
    color: #8e8e8e;
    font-size: 13px;
    line-height: 17px; }
  .contact .form-area .form-input-box input[type="text"] {
    display: block;
    width: 100%;
    height: 38px;
    border: 1px solid #c9c9c9; }
  .contact .form-area .form-input-box textarea {
    display: block;
    width: 100%;
    height: 170px;
    border: 1px solid #c9c9c9; }
  .contact .form-area .form-input-box button {
    background: #ebebeb;
    color: #2b2b2b;
    cursor: pointer;
    font-size: 13px;
    line-height: 24px;
    padding: 4px 22px;
    border: 1px solid #c2c2c2;
    border-radius: 5px; }

/*mail*/
.cf-msg {
  padding: 10px;
  text-align: center;
  margin-bottom: 30px; }

.cf-msg p {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0;
  color: #fff;
  text-transform: capitalize; }

/*----------------------------------------*/
/*  18. Coming
/*----------------------------------------*/
header.coming-header {
  padding: 0; }

.coming-area {
  background-image: url(../img/coming/bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left top;
  padding: 99px 0 30px; }

.coming .coming-head {
  margin: 0 0 138px; }
  .coming .coming-head .title {
    color: #e6e6e6;
    font-size: 72px;
    line-height: 76px;
    margin: 0 0 50px; }
  .coming .coming-head .text {
    color: #e6e6e6;
    font-size: 18px;
    line-height: 30px; }
.coming .timer-area {
  margin: 0 0 158px; }
  .coming .timer-area .cdown {
    display: inline-block; }
    .coming .timer-area .cdown .time-count {
      display: block;
      color: #fff;
      font-size: 148px;
      line-height: 152px;
      margin: 0 50px 20px;
      position: relative;
      font-family: "Playfair Display", serif; }
      .coming .timer-area .cdown .time-count:before {
        content: ":";
        position: absolute;
        right: -70px;
        top: 0; }
    .coming .timer-area .cdown p {
      display: block;
      color: #fff;
      font-size: 16px;
      line-height: 24px;
      text-transform: uppercase; }
    .coming .timer-area .cdown:last-of-type .time-count:before {
      display: none; }
.coming .subscribe .subscribe-head {
  margin: 0 0 10px; }
  .coming .subscribe .subscribe-head .title {
    color: #fff;
    font-size: 48px;
    line-height: 52px;
    font-weight: 400;
    margin: 0 0 20px; }
  .coming .subscribe .subscribe-head .text {
    color: #fff;
    font-size: 15px;
    line-height: 24px; }
.coming .subscribe .widget_wysija_cont {
  margin: 0 0 30px; }
  .coming .subscribe .widget_wysija_cont input[type="email"] {
    background: #fff;
    display: inline-block;
    width: 424px;
    height: 52px;
    border-radius: 3px;
    border: 0;
    padding: 0 14px; }
  .coming .subscribe .widget_wysija_cont input[type="submit"] {
    cursor: pointer;
    display: inline-block;
    border: 0;
    border-radius: 3px;
    height: 52px;
    padding: 0 32px;
    margin-left: 16px;
    color: #131313;
    font-size: 14px;
    line-height: 2px;
    text-transform: uppercase;
    background: #fafafa; }

/*----------------------------------------*/
/*  19. 404
/*----------------------------------------*/
.error-area {
  padding: 218px 0 204px; }

.error-box .error-text {
  margin: 0 0 89px; }
  .error-box .error-text h2 {
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    display: inline-block;
    color: #ebebeb;
    font-size: 220px;
    line-height: 400px;
    margin-left: -150px; }
.error-box .title {
  color: #000000;
  font-size: 30px;
  line-height: 34px;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  letter-spacing: 12px;
  margin: 0 0 20px; }
.error-box .text {
  color: #959595;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  text-transform: uppercase;
  margin: 0 0 62px;
  letter-spacing: 3px; }
.error-box .back {
  color: #1d1d1d;
  font-size: 14px;
  line-height: 18px;
  display: block;
  text-decoration: underline;
  text-transform: uppercase; }

/*# sourceMappingURL=style.css.map */
