/*
Theme Name: Innany
Theme URI: http://www.softhopper.net
Author: SoftHopper
Author URI: http://www.softhopper.net
Description: It\' s a blog Wordpress Theme. Which is a unique feature and user competitive feature.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: petty
Tags: blog-template, responsive-layout, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images,  post-formats, sticky-post, threaded-comments, translation-ready, wpml, magazine, wordpress-theme, RTL, featured-post

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Petty is based on Underscores http://underscores.me/, (C) 2012-2015 Automatic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Typography (With All Title)
# Elements
	## lists, Table
# Forms
# Navigation
	## Topmenu
	## Mainmenu
	## paging navigation
	## Navigation responsive
		### Mobile CSS
		### Pagination responsive
# Site
    ## Other
        ### 404 page
        ### About page
        ### contact page
        ### portfolio page
    ## Primary
        ### Post and Pages (Respond, Meta, Post)
    ## Site Responsive (404, About, contact and portfolio)
# modules (accessibility and alignments)
# layouts
	## Header Content
		### Site Header (Header Top, Header Middle, Header Bottom)
	## Main Content
		### Instafeed
		### Layout (one then eight)
		### Single Post Page
		### Post Navaigation
		### Related Post 
		### Comments 
	## Footer Content
		### Footer Top
            #### widget
		### Scroll Top
        ### Footer Responsive
	## Layout Responsive	
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
html {
  font-size: 100%;
}

body {
  font-family: "Josefin Sans", sans-serif;
  font-size: 1em;
  line-height: 1.45em;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  color: #333;
  background-color: white;
}

p {
  font-size: 18px;
  margin-bottom: 30px;
  line-height: 2em;
}

img {
  height: auto;
  max-width: 100%;
}

a {
  color: inherit;
}

a, a:hover, a:focus {
  text-decoration: none;
  outline: none;
}

i {
  color: inherit;
}

h1, h2, h3, h4, h5, h6 {
  clear: both;
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4 {
  font-weight: 700;
}

h1 {
  font-size: 5.625em;
}

h2 {
  font-size: 2.875em;
}

h3 {
  font-size: 1.5em;
}

h4 {
  font-size: 1.25em;
}

h5 {
  font-size: 1em;
}

h6 {
  font-size: 0.85em;
}

small {
  font-size: 0.75em;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a {
  color: inherit;
  text-decoration: none;
}

.section-title {
  margin-bottom: 40px;
  text-align: center;
}
.section-title h2 {
  font-size: 52px;
  font-weight: 700;
  color: dimgray;
  text-transform: capitalize;
}

/*--------------------------------------------------------------
# Element
--------------------------------------------------------------*/
body {
  background: white;
  /* Fallback for when there is no custom background color defined. */
  word-wrap: break-word;
  overflow-x: hidden;
}

q {
  quotes: "" "";
}
q:before, q:after {
  content: "";
}

blockquote {
  border: 0;
  padding: 0;
  position: relative;
  border-left: 5px solid #ebebeb;
  font-weight: bold;
}
blockquote p {
  padding: 10px 20px;
  margin-bottom: 10px;
  position: relative;
}
blockquote p:last-child {
  margin-bottom: 0;
}
blockquote p cite {
  margin-left: 0;
  padding-left: 0;
}
blockquote footer {
  font-family: "Josefin Sans", sans-serif;
  margin-left: 35px;
  position: relative;
  top: 6px;
  margin-top: -15px;
}
blockquote cite, blockquote a, blockquote span {
  padding: 0 1.2em;
  font-size: 0.8em;
  font-weight: 500;
  font-style: normal;
  position: relative;
}
blockquote cite {
  display: block;
}
blockquote cite::before {
  content: "--";
  padding-right: 5px;
}

blockquote .small::before,
blockquote footer::before,
blockquote small::before {
  margin-left: 18px;
}

::-moz-selection {
  color: white;
}

::selection {
  color: white;
}

ul, ol {
  padding-left: 0.9em;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1em;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}

.tb {
  display: table;
  width: 100%;
  height: 100%;
}
.tb .tb-cell {
  vertical-align: middle;
  display: table-cell;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
  border: 1px solid #bababa;
}

th, td {
  border: 1px solid #bababa;
}

td {
  border-width: 0 1px 1px 0;
}

/*--------------------------------------------------------------
# Post, Page, Comments Table
--------------------------------------------------------------*/
.site-main .post li, .site-main .page li, .site-main #comments li {
  line-height: 1.3em;
}
.site-main .post table, .site-main .page table, .site-main #comments table {
  border-collapse: collapse;
  margin: 20px 0;
  width: 100%;
  border: 1px solid #bababa;
  border-left: none;
}
.site-main .post table tbody tr.odd, .site-main .page table tbody tr.odd, .site-main #comments table tbody tr.odd {
  background: white;
}
.site-main .post table th, .site-main .post table td,
.site-main .post table td, .site-main .page table th, .site-main .page table td,
.site-main .page table td, .site-main #comments table th, .site-main #comments table td,
.site-main #comments table td {
  border-left: 1px solid #bababa;
  border-top: 1px solid #bababa;
  line-height: 18px;
  padding: 8px;
  text-align: left;
  vertical-align: top;
}

.devider {
  padding: 0 15px;
}

.full-width-content {
  float: none;
  margin: auto;
}

.post-thumb-image {
  background-size: cover;
  background-position: center center;
  height: 0;
  padding-top: 100%;
  position: relative;
}

.post-thumb img {
  margin: auto;
  display: block;
}

/* Some border */
.small-border {
  display: block;
  height: 2px;
  margin: 0.5em 0.8em;
  width: 90px;
}

.ex-small-border {
  display: block;
  height: 1px;
  margin: 0.5em auto 0.8em;
  width: 200px;
  position: relative;
}
.ex-small-border:after {
  content: "";
  height: 3px;
  left: 50%;
  margin-left: -38px;
  position: absolute;
  top: -1px;
  width: 80px;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
/*-------------------------------------
# buttons
--------------------------------------*/
/*-----------search submit btn--------------*/
#submit-btn, #submit-btnn {
  border: 0 none;
  border-radius: 0px;
  background-color: transparent;
  -webkit-transition: all 0.25s ease 0s;
  transition: all 0.25s ease 0s;
}
#submit-btn:hover i, #submit-btnn:hover i {
  color: #96cac6;
}

/*-----------submit btn--------------*/
#submit {
  background-color: white;
  border: 1px solid #e9e9e9;
  font-size: 14px;
  padding: 5px 30px;
  text-transform: capitalize;
  font-family: "Montserrat", sans-serif;
  color: #5f6060;
  -webkit-transition: all 0.35s ease 0s;
  transition: all 0.35s ease 0s;
}
#submit:hover {
  background-color: #96cac6;
  color: white;
}

#submit {
  background-color: white;
  border-color: #e9e9e9;
  color: #5f6060;
}
#submit:hover {
  color: white;
}

.btn.active.focus, .btn.active:focus, .btn.focus, .btn.focus:active, .btn:active:focus, .btn:focus {
  outline: thin none;
  outline-offset: -2px;
}

.form-control {
  border: 1px solid #ccc;
  border-radius: 0px;
  box-shadow: 0 0px 0px rgba(0, 0, 0, 0.075) inset;
}

/*-------------------------------------
# Elements
--------------------------------------*/
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
  padding: 0.5em 1em;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus {
  outline: none;
}

button:focus {
  outline: none;
}

input[type="text"] {
  border: 1px solid #e1e1e1;
}

input[type="submit"]:focus {
  outline: none;
}

input[type="search"] {
  -webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent url("images/select-bg.png") no-repeat scroll 95% 50%;
}
select option[selected] {
  color: white;
}

input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px transparent inset;
}

input:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0px 1000px transparent inset;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}

textarea {
  display: block;
  width: 100%;
  font-size: 0.8em;
  padding-left: 3px;
  display: block;
}
textarea:focus {
  outline: none;
}

input,
select,
textarea {
  margin: 0;
  border: none;
  vertical-align: baseline;
  font-size: 100%;
  font-weight: 400;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.searchform .form-control {
  border: 0 none;
  background-color: transparent;
}
.searchform .form-control.form-control:focus {
  border-color: inherit;
  box-shadow: 0 0px 0px rgba(0, 0, 0, 0.075);
}

/*-----------contact and comment form-----------*/
#contact_form p.single-field input,
#contact_form p.single-field .form-controller {
  border-bottom: 1px solid #e9e9e9 !important;
  border-left: 0 none;
  border-right: 0 none;
  border-top: 0 none;
  font-size: 16px;
  padding: 4px 14px;
  width: 100%;
  max-width: 100%;
  color: #8c8c8c;
}

.comment-input-full-width {
  margin: 0 -5px;
}
.comment-input-full-width .single-field {
  margin: 0 5px 28px !important;
}

.form-submit {
  text-align: center;
  margin-top: -5px;
}

/*--------------------------------------------------------------
# navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# header top menu
--------------------------------------------------------------*/
.header-top-menu {
  font-family: "Montserrat", sans-serif;
}
@media only screen and (max-width: 992px) {
  .header-top-menu {
    display: none;
  }
}
.header-top-menu ul.up-menu {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
.header-top-menu ul.up-menu li {
  color: white;
  display: inline;
  position: relative;
}
.header-top-menu ul.up-menu li:last-child a {
  padding-right: 0px !important;
}
.header-top-menu ul.up-menu li a {
  font-weight: normal;
  color: inherit;
  display: inline-block;
  font-size: 13px;
  line-height: 24px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  padding: 19px 30px;
}
.header-top-menu ul.up-menu li a span {
  margin-left: 3px;
}

.up-menu li:hover > ul {
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
}

.up-menu li .menu-submenu {
  width: 170px;
  background-color: #f6f6f6;
  border: 1px solid;
  visibility: hidden;
  top: 48px;
  -webkit-transform: all 0.35s ease 0s;
  -ms-transform: all 0.35s ease 0s;
  transform: all 0.35s ease 0s;
}
.up-menu li .menu-submenu > li {
  color: #000000;
  width: 100%;
}
.up-menu li .menu-submenu > li > a {
  background-color: inherit;
  padding: 1px 10px !important;
  line-height: 28px;
  font-size: 10px;
  display: block;
  position: relative;
  letter-spacing: normal;
  text-transform: capitalize;
}
.up-menu li .menu-submenu > li > a span {
  position: absolute;
  right: 0;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  top: 34%;
  font-size: 12px;
}
.up-menu li .menu-submenu .menu-submenu {
  left: 168px;
  top: -1px;
}

/*--------------------------------------------------------------
# mainmenu
--------------------------------------------------------------*/
#mobile-menu {
  display: none;
}

.mainmenu {
  position: relative;
}

.overlapblackbg {
  display: none;
}

#nav-left {
  float: left;
  width: calc(50% - 100px);
}

#nav-right {
  float: right;
  text-align: right;
}

.menu-list {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
.menu-list > li {
  position: relative;
  float: left;
}
.menu-list > li:after {
  color: white;
  content: "/";
  position: absolute;
  right: 0;
  top: 21px;
}

#nav-right .menu-list > li:last-child:after {
  content: " ";
}
#nav-right .menu-list > li:first-child:before {
  position: absolute;
  left: 0;
  top: 21px;
  color: white;
  content: "/";
}

.menu-list > li > a {
  display: block;
  padding: 20px 32px;
  font-size: 13px;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  position: relative;
  vertical-align: middle;
  transform: rotateZ(0);
  box-shadow: 0 0 1px transparent;
  backface-visibility: hidden;
  overflow: hidden;
  white-space: nowrap;
  color: white;
  letter-spacing: 0.015em;
  word-spacing: 0.15em;
}
.menu-list > li > a span {
  margin-left: 5px;
}
.menu-list > li.current-menu-item > a:before,
.menu-list > li.current-menu-ancestor > a:before {
  transform: translateY(0);
}

.menu-click {
  display: none;
}

.nav-center .menu-list {
  text-align: center;
  display: table;
  height: 100%;
  margin: 0 auto;
  width: auto;
}
.nav-center .menu-list > li {
  display: table-cell;
}
.nav-center .menu-list > li > a {
  padding: 17px 35px;
}

/* Sub Menu CSS */
.menu-submenu {
  position: absolute;
  z-index: 1000;
  margin: 0;
  padding: 0;
  border: solid 1px #c2c2c2;
  background-color: white;
  opacity: 0;
  filter: alpha(opacity=0);
  font-family: "Montserrat", sans-serif;
  backface-visibility: hidden;
  transform-origin: 0% 0%;
  -webkit-transition: transform 0.3s, opacity 0.4s;
  transition: transform 0.3s, opacity 0.4s;
}
.menu-submenu li {
  position: relative;
}
.menu-submenu li a {
  background: transparent;
  background-image: none !important;
  color: #4e4d4d;
  border-right: 0 none !important;
  text-align: left;
  display: block;
  line-height: 1.5em;
  padding: 10px 8px 10px 16px;
  text-transform: capitalize;
  font-size: 13px;
  letter-spacing: normal;
  border-bottom: 1px dashed #c2c2c2;
}
.menu-submenu li:last-child a {
  border-bottom: none;
}

.menu-submenu li a,
.menu-submenu .menu-submenu li a {
  position: relative;
}
.menu-submenu li a:before,
.menu-submenu .menu-submenu li a:before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  height: 1px;
  width: 48%;
}
.menu-submenu li a:after,
.menu-submenu .menu-submenu li a:after {
  position: absolute;
  content: "";
  bottom: 0;
  right: 0;
  height: 1px;
  width: 48%;
}

.menu-submenu li:last-child > a:before {
  height: 0;
}
.menu-submenu li:last-child > a:after {
  height: 0;
}

.menuexpandermain {
  display: none;
}

.menu-list {
  filter: alpha(opacity=100);
  filter: alpha(opacity=0);
}
.menu-list .menu-submenu {
  min-width: 200px;
}
.menu-list li:hover .menu-submenu,
.menu-list .menu-submenu li:hover .menu-submenu {
  display: block;
}
.menu-list .menu-submenu .menu-submenu,
.menu-list .menu-submenu .menu-submenu .menu-submenu {
  min-width: 200px;
  position: absolute;
  left: 100%;
  top: -1px;
  margin: 0;
  padding: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  transform-origin: 0% 0%;
  transition: transform 0.3s, opacity 0.4s;
  z-index: 1001;
}
.menu-list .menu-submenu li:hover .menu-submenu,
.menu-list .menu-submenu .menu-submenu li:hover .menu-submenu {
  opacity: 1;
  filter: alpha(opacity=100);
  list-style: none;
  background-color: white;
}
.menu-list .menu-submenu a span {
  float: right;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  margin-top: 4px;
}

.menu-submenu li {
  position: relative;
  display: block;
}

/*Animation*/
.menu-list {
  filter: alpha(opacity=100);
}
.menu-list li {
  filter: alpha(opacity=100);
}
.menu-list li > .menu-submenu {
  transform-style: preserve-3d;
  transform: rotateX(-90deg);
  backface-visibility: hidden;
  visibility: hidden;
}
.menu-list li:hover {
  filter: alpha(opacity=100);
}
.menu-list li:hover > .menu-submenu {
  backface-visibility: hiddenh;
  transform: rotateX(0deg);
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
}

/* hover Color */
.menu-list li a, .menu-submenu > li a {
  -webkit-transition: all 0.15s ease 0s;
  transition: all 0.15s ease 0s;
}

.menu-list li:hover .menu-submenu > li:hover > a {
  padding-left: 14px !important;
  background-color: #fafafa !important;
}
.menu-list li:hover .menu-submenu > li:hover > a span {
  margin-right: 5px;
}

.menu-submenu > li > a:hover,
.menu-submenu .menu-submenu > li > a:hover,
.menu-submenu .menu-submenu .menu-submenu > li > a:hover {
  background-color: black !important;
  border-radius: 0 !important;
  text-decoration: none;
}

.menu-submenu .current-menu-parent > a,
.menu-submenu .current-menu-item > a {
  background-color: red;
}

.current-menu-ancestor .current-menu-ancestor > a {
  background-color: blue;
}

.megamenu .menu-submenu .current-menu-item > a,
.megamenu .current-menu-ancestor > a,
.megamenu.current-menu-ancestor .current-menu-ancestor > a {
  background-color: transparent !important;
}

.megamenu .menu-submenu .current-menu-parent > a,
.megamenu .menu-submenu .current-menu-item > a {
  background-color: transparent !important;
}

.menu-submenu .fa {
  margin-right: 7px;
}

#nav-right .menu-submenu .menu-submenu {
  left: -100%;
  margin-left: -2px;
}

/*--------------------------------------------------------------
# paginations
--------------------------------------------------------------*/
.paginations {
  padding: 0 10px;
}
.paginations .paging-navigation {
  margin: 0 15px;
}
.paginations .paging-navigation ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
  text-align: center;
  color: #828282;
}
.paginations .paging-navigation ul li {
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  font-weight: bold;
  word-spacing: 0.15em;
}
.paginations .paging-navigation ul li:first-child {
  float: left;
  margin-top: 2px;
}
.paginations .paging-navigation ul li:first-child a:after {
  content: "";
}
.paginations .paging-navigation ul li:last-child {
  margin-top: 2px;
  float: right;
}
.paginations .paging-navigation ul li:last-child a:after {
  content: "";
}
.paginations .paging-navigation ul li a {
  display: block;
  padding: 0px 2px;
  position: relative;
  transition: all 0.20s ease 0s;
  -webkit-transition: all 0.20s ease 0s;
}
.paginations .paging-navigation ul li a:hover {
  color: #96cac6;
}
.paginations .paging-navigation ul li a:after {
  content: ".";
  position: relative;
}
.paginations .paging-navigation ul li a span {
  padding: 0 8px;
}
.paginations .paging-navigation ul li a img {
  margin-top: -3px;
}

.no-post {
  visibility: hidden;
}

@media only screen and (max-width: 767px) {
  .paginations .paging-navigation {
    margin: 0 !important;
  }
}

@media only screen and (max-width: 767px) {
  .page-numbers {
    display: none !important;
  }
}

/*--------------------------------------------------------------
# responsive navigation
--------------------------------------------------------------*/
@media only screen and (max-width: 1200px) {
  #nav-left .menu-list > li > a {
    padding: 20px 25px;
  }
  #nav-left .menu-list > li:first-child > a {
    padding-left: 0px;
  }

  #nav-right .menu-list > li > a {
    padding: 20px 25px;
  }
  #nav-right .menu-list > li:last-child > a {
    padding-right: 0px;
  }
}
/*-----------header top menu--------------*/
@media only screen and (max-width: 1000px) {
  .header-top-menu .up-menu li a {
    padding-right: 40px !important;
  }
}
@media only screen and (max-width: 767px) {
  .header-top > div {
    width: 100% !important;
  }

  .header-top-menu {
    text-align: center;
  }
  .header-top-menu .up-menu li a {
    padding-right: 18px !important;
  }

  .site-header #header-top .header-search .search {
    margin: 0 auto;
    width: 300px;
  }
}
@media only screen and (max-width: 580px) {
  .header-search .search {
    width: 250px !important;
  }
}
@media only screen and (max-width: 399px) {
  .header-search .search {
    width: 100% !important;
  }
}
/*--------------------------------------------------------------
# Mobile CSS
--------------------------------------------------------------*/
@media only screen and (max-width: 1100px) {
  .site-header #header-bottom #site-author {
    top: -35px !important;
  }

  .site-navigation {
    display: none;
  }

  .menu-list li:after {
    content: "";
  }
  .menu-list li a span {
    display: none !important;
  }

  #mobile-menu {
    display: block;
  }

  .menu-list > li:hover > a {
    background-color: rgba(0, 0, 0, 0.04) !important;
    text-decoration: none;
  }

  .top-menu .menu-list {
    margin: 0 !important;
    padding: 0 !important;
  }
  .top-menu .menu-list > li.current-menu-item > a,
  .top-menu .menu-list > li.current-menu-ancestor > a {
    background-color: rgba(0, 0, 0, 0.04);
  }

  .overlapblackbg {
    left: 0;
    z-index: 100;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    display: none;
    background-color: rgba(0, 0, 0, 0.45);
    cursor: pointer;
  }

  .overlapblackbg.menuopen {
    display: block;
  }

  .top-menu .menu-list > li > a {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: white;
    box-shadow: 0 0 1px transparent;
    color: #282828;
    display: block;
    font-weight: 700;
    line-height: 60px;
    overflow: hidden;
    padding: 5px 14px;
    position: relative;
    text-decoration: none;
    -webkit-transform: translateZ(0px);
    transform: translateZ(0px);
    vertical-align: middle;
  }

  /* Default Color */
  .menu-list li:hover .menu-submenu {
    display: none;
  }
  .menu-list li:hover .menu-submenu .menu-submenu {
    display: none;
  }

  .menu-list .menu-submenu .menu-submenu li:hover .menu-submenu {
    display: none;
    list-style: none;
    padding: 2px;
    border: solid 1px #ebebeb;
    background-color: white;
  }

  .menu-list li:first-child a {
    border-radius: 0;
  }

  .menu-list li:last-child a {
    border-right: 0;
    border-radius: 0;
  }

  .innerpnd {
    padding: 0 !important;
  }

  .menu-container {
    overflow: hidden;
    backface-visibility: hidden;
    min-height: 800px;
    transition: all 0.4s ease-in-out;
  }

  .menuexpandermain {
    background-color: inherit;
    display: block !important;
    position: relative;
    overflow: hidden;
    top: -90px;
    right: 0;
    left: 0;
    padding-left: 0;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
  }

  /* Mobile click to drop arrow */
  .menu-click {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    cursor: pointer;
    z-index: 120;
  }
  .menu-click i {
    display: block;
    background-size: 25px;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.25);
    float: right;
    padding: 15px;
    width: 43px;
    transition: transform 0.1s ease;
    border-left: 1px solid #ebebeb;
  }

  .menu-extend.fa-plus:before {
    content: "\f068";
    font-family: FontAwesome;
  }

  /*2nd UL Style*/
  .menu-list .menu-submenu a {
    display: block;
    padding: 12px 25px 12px 22px;
    border-bottom: solid 1px #ebebeb !important;
    font-weight: normal;
  }

  .top-menu .menu-wrapper ul > li ul {
    border-top: 0 none;
    border-bottom: 0 none;
    border-right: 0 none;
  }

  .menu-list .menu-submenu .menu-submenu {
    width: 100% !important;
    position: static !important;
    left: 100% !important;
    top: 0 !important;
    display: none;
    margin: 0 !important;
    padding: 0 !important;
    border: solid 0 !important;
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
    opacity: 1 !important;
    filter: alpha(opacity=100);
    visibility: visible !important;
  }
  .menu-list .menu-submenu .menu-submenu li {
    margin: 0 !important;
    padding: 0;
    position: relative;
  }

  .menu-submenu-sub li:hover > a {
    color: white;
  }

  .menu-list > li > a .fa {
    margin-right: 6px;
  }

  .menu-submenu .menu-submenu .menu-submenu {
    width: 100% !important;
    position: static !important;
    left: 100% !important;
    top: 0 !important;
    display: none;
    margin: 0 !important;
    padding: 0 !important;
    border: solid 0 !important;
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
    opacity: 1 !important;
    filter: alpha(opacity=100);
    visibility: visible !important;
  }

  .menu-submenu .menu-submenu .menu-submenu li {
    margin: 0 !important;
  }

  .menu-submenu .menu-submenu .menu-submenu a {
    display: block;
    color: black;
    padding: 11px 25px;
    border-bottom: solid 1px #ebebeb;
    font-weight: normal;
  }

  .menu-submenu .menu-submenu .menu-submenu li:hover > a {
    color: #fff;
  }

  .top-menu {
    position: relative;
    overflow-y: auto;
    overflow-x: hidden;
  }
  .top-menu .menu-wrapper .container {
    padding: 0;
  }
  .top-menu .menu-wrapper .row {
    margin: 0;
  }

  .top-menu .menu-list {
    height: 100%;
    display: block !important;
  }

  .top-menu .menu-list > li {
    width: 240px;
    display: block;
    float: none;
    border-right: none;
    background-color: transparent;
    position: relative;
    text-align: left;
    white-space: inherit;
  }

  .top-menu .menu-list > li > a:before {
    opacity: 0;
    filter: alpha(opacity=0);
  }

  .top-menu .menu-list > li > a:after {
    position: relative;
    content: "";
  }

  .top-menu .menu-list > li > a {
    padding: 9px 32px 9px 17px;
    font-size: 12px;
    letter-spacing: 0.025em;
    border-right: solid 0px;
    background-color: transparent;
    line-height: 25px;
    border-bottom: 1px solid #ebebeb;
    position: static;
    text-transform: uppercase;
    color: #3a3a3a;
    font-family: "Montserrat", sans-serif;
    font-weight: bold;
    letter-spacing: 0.015em;
  }

  .menu-submenu {
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
    opacity: 1 !important;
    filter: alpha(opacity=100);
    display: none;
    position: relative !important;
    top: 0px;
    background-color: white;
    border: 0 none;
    padding: 0px;
    visibility: visible !important;
  }

  .menu-submenu .menu-submenu li a {
    line-height: 20px;
    font-size: 12px !important;
  }

  .menu-submenu li .menu-submenu li a {
    padding-left: 28px;
  }

  .menu-submenu .menu-submenu li a,
  .menu-submenu .menu-submenu .menu-submenu li a {
    padding-left: 30px !important;
  }

  .menu-submenu li .menu-submenu .menu-submenu {
    padding-left: 33px;
  }

  .menu-submenu .fa {
    margin-right: 0;
  }

  .mrginleft {
    margin-left: 240px;
    transition: all 0.4s ease-in-out;
  }

  .top-menu {
    width: 0;
    height: 100%;
    position: fixed;
    left: 0;
    padding: 0;
    top: 0;
    margin: 0;
    z-index: 1000;
    transition: all 0.4s ease-in-out;
    border: none !important;
    background-color: white !important;
  }

  /*Nav Expanding Open Effect*/
  .top-menu.menuopen {
    width: 240px;
    transition: all 0.4s ease-in-out;
  }

  .top-menu.menuclose {
    transition: all 0.4s ease-in-out;
  }

  .menucontent {
    z-index: 100;
  }

  /* Navigation arrow Animation */
  .animated-arrow {
    position: absolute;
    right: 0;
    left: 0;
    width: 85px;
    top: 0;
    z-index: 200;
    transition: all 0.4s ease-in-out;
  }

  #menu-marker {
    width: 100%;
    display: block;
    padding-top: 10px;
    margin-left: 8px;
    position: relative;
    z-index: 0;
    width: 100%;
    height: 50px;
    font-weight: bold;
    color: #d7d6d6;
    text-align: center;
    text-transform: uppercase;
  }

  .animated-arrow {
    cursor: pointer;
    padding: 6px 39px 16px 20px;
    margin: 15px auto 0;
  }

  .animated-arrow.menuopen {
    position: fixed;
  }

  .animated-arrow span {
    margin: auto;
    left: 0;
    right: 0;
  }

  .animated-arrow span,
  .animated-arrow span:before,
  .animated-arrow span:after {
    cursor: pointer;
    height: 3px;
    width: 23px;
    background: #d7d6d6;
    position: absolute;
    display: block;
    content: '';
  }

  .animated-arrow span:before {
    top: -7px;
  }

  .animated-arrow span:after {
    bottom: -7px;
  }

  .animated-arrow span,
  .animated-arrow span:before,
  .animated-arrow span:after {
    transition: all 500ms ease-in-out;
  }

  .animated-arrow.menuopen span {
    background-color: transparent;
  }

  .animated-arrow.menuopen span:before,
  .animated-arrow.menuopen span:after {
    background: white;
  }

  .animated-arrow.menuopen span:before,
  .animated-arrow.active span:after {
    top: 7px;
  }

  .animated-arrow.menuopen span:before {
    transform: rotate(45deg);
    bottom: 0;
  }

  .animated-arrow.menuopen span:after {
    transform: rotate(-50deg);
  }

  /*Animation None */
  .menu-list li > .menu-submenu,
  .menu-list li:hover > .menu-submenu {
    transform: none;
    visibility: visible !important;
  }

  .menu-submenu li:hover > .menu-submenu {
    transform: none;
    visibility: visible !important;
    opacity: 1 !important;
    filter: alpha(opacity=100);
  }
}
@media only screen and (max-width: 600px) {
  .menuexpandermain .menuopen {
    left: 240px !important;
    margin-top: 4px !important;
  }
}
/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.screen-reader-text:hover, .screen-reader-text:active, .screen-reader-text:focus {
  border-radius: 3px;
  clip: auto !important;
  display: block;
  font-size: 0.8em;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP tool-bar. */
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 2.7em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 2.7em;
}

/*--------------------------------------------------------------
# site
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# 404 page 
--------------------------------------------------------------*/
/*----------- 404 error page --------------*/
.error-page {
  margin-bottom: 90px;
}
.error-page .error-page-content {
  margin: 0 auto;
  width: 280px;
}
.error-page .error-page-content .error-page-list {
  padding-bottom: 34px;
}
.error-page .error-page-content .error-page-list .error-image {
  padding: 33px 0;
}
.error-page .error-page-content .error-page-list .error-image img {
  margin: 0 auto;
  width: auto;
  padding-left: 28px;
}
.error-page .error-page-content .error-page-list .error-search {
  background-color: whitesmoke;
  margin-bottom: 30px;
}
.error-page .error-page-content .error-page-list .error-search .searchform .form-control {
  height: 53px;
  padding: 10px 0 10px 20px;
  font-family: "Montserrat", sans-serif;
}
.error-page .error-page-content .error-page-list .error-search .searchform .input-group-btn {
  border-left: 1px solid white;
  padding: 11px 14px;
}
.error-page .error-page-content .error-page-list .error-search .searchform .input-group-btn i {
  color: #313131;
}
.error-page .error-page-content .error-page-list .link-home {
  background-color: whitesmoke;
  height: 54px;
  text-align: center;
}
.error-page .error-page-content .error-page-list .link-home > a {
  display: block;
  padding: 15px;
  text-transform: capitalize;
  color: #515151;
  font-size: 14px;
  font-weight: 700;
}

/*--------------------------------------------------------------
# About 
--------------------------------------------------------------*/
.about-me .about-me-content {
  text-align: center;
}
.about-me .author-image {
  margin-bottom: 45px;
}
.about-me .author-image img {
  width: 100%;
}
.about-me .author-details {
  position: relative;
  margin: 0 auto;
  padding: 0 90px;
}
.about-me .author-details .author-name {
  display: inline-block;
  position: relative;
  margin-bottom: 30px;
}
.about-me .author-details .author-name:before {
  background-color: #909090;
  height: 1px;
  content: "";
  position: absolute;
  left: -42px;
  width: 24px;
  top: 50%;
}
.about-me .author-details .author-name:after {
  background-color: #909090;
  height: 1px;
  content: "";
  position: absolute;
  right: -42px;
  width: 24px;
  top: 50%;
}
.about-me .author-details .author-name > h4 {
  color: #1b1b1b;
  font-size: 25px;
  padding: 0 20px;
  line-height: 25px;
}
.about-me .author-details .col-about {
  overflow: hidden;
  padding-top: 34px;
}
.about-me .author-details .col-about .follow-link {
  font-size: 16px;
  margin-top: 10px;
}
.about-me .author-details .col-about .follow-link span {
  font-weight: 700;
  text-transform: capitalize;
  color: #848383;
}
.about-me .author-details .col-about .follow-link a {
  padding: 0 8px;
  color: #BDBDBD;
}

/*--------------------------------------------------------------
# Contact page 
--------------------------------------------------------------*/
.contact-page .gmaps-area {
  padding-top: 6px;
}
.contact-page .gmaps-area #gmaps {
  height: 415px;
  background-color: #e9e9e9;
}
.contact-page .contact-details {
  overflow: hidden;
  margin: 75px 0 0;
}
.contact-page .contact-details .contact-details-list {
  text-align: center;
}
.contact-page .contact-details .contact-details-list .col-sm-4 {
  padding-bottom: 30px;
}
.contact-page .contact-details .contact-details-list .entry-title {
  text-transform: capitalize;
  font-weight: 700;
  color: #646464;
  font-size: 18px;
  margin-bottom: 22px;
}
.contact-page .contact-details .contact-details-list .entry-title span {
  position: relative;
  padding: 0 20px;
}
.contact-page .contact-details .contact-details-list .entry-title span:before {
  position: absolute;
  content: "";
  top: 50%;
  left: -24px;
  height: 1px;
  background-color: #909090;
  width: 24px;
}
.contact-page .contact-details .contact-details-list .icon-area {
  text-align: center;
  margin: 0 auto 24px;
  display: inline-block;
  width: 78px;
  height: 78px;
  border: 6px solid #dedede;
}
.contact-page .contact-details .contact-details-list .icon-area i {
  font-size: 18px;
  color: #646464;
  margin-top: 22px;
}
.contact-page .contact-details .contact-details-list .details {
  color: #808080;
  font-size: 15px;
}
.contact-page .contact-details #contact-form-wrap {
  margin-top: 80px;
}

/*--------------------------------------------------------------
# Contact page 
--------------------------------------------------------------*/
.portfolio {
  margin-bottom: 70px;
  padding-top: 10px;
}
.portfolio .portfolio-menu {
  overflow: hidden;
  margin-bottom: 22px;
}
.portfolio .portfolio-menu ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
.portfolio .portfolio-menu ul li {
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 10px;
}
.portfolio .portfolio-menu ul li:last-child {
  float: right;
  margin-right: 190px;
}
.portfolio .portfolio-menu ul li a {
  border: 1px solid #ececec;
  color: #8d8d8d;
  display: block;
  font-size: 14px;
  font-weight: 700;
  padding: 5px 30px;
  text-transform: capitalize;
  -webkit-transition: linear 0.15s;
  transition: linear 0.15s;
}
.portfolio .portfolio-menu ul li a:hover, .portfolio .portfolio-menu ul li a.active {
  color: #5e5e5e;
}
.portfolio .single-item {
  padding-bottom: 47px;
}
.portfolio .single-item img {
  margin-bottom: 23px;
  height: 297px;
  width: 100%;
}
.portfolio .single-item .single-item-content > h3 {
  color: #272727;
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 5px;
  font-weight: 700;
}
.portfolio .single-item .single-item-content > h4 {
  color: #abaaaa;
  font-size: 14px;
  text-transform: capitalize;
  font-weight: 700;
}

/*--------------------------------------------------------------
# Posts and pages
--------------------------------------------------------------*/
.site-header, .image-wrap {
  background-attachment: scroll;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

#primary {
  padding-bottom: 40px;
}

.post-thumb {
  margin-bottom: 32px;
}
.post-thumb a {
  display: block;
}

.post-media {
  overflow: hidden;
}

.post .entry-title {
  font-weight: bold;
  font-size: 46px;
  line-height: 52px;
  color: #434343;
  margin-bottom: 29px;
}
.post .entry-title a:hover {
  border-bottom: 1px dashed #010101;
  color: inherit;
}
.post .entry-content p {
  margin-bottom: 15px;
}

.author:before {
  content: "\f007";
  font-family: FontAwesome;
  margin-right: 8px;
  color: #afafaf;
}

.cat-links:before {
  content: "\f07c";
  font-family: FontAwesome;
  margin-right: 8px;
  color: #afafaf;
}

.entry-meta-single {
  text-transform: capitalize;
}
.entry-meta-single > span {
  font-size: 16px;
  padding: 0 5px;
  color: #8b8a8a;
}
.entry-meta-single .cat-links a:after {
  content: ",";
  padding: 0 3px;
}
.entry-meta-single .cat-links a:last-of-type:after {
  content: "";
  padding-right: 0;
}

.comment-respond .heading-title,
.comment-section .heading-title,
.related-post .heading-title {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
  top: -18px;
}
.comment-respond .heading-title span,
.comment-section .heading-title span,
.related-post .heading-title span {
  background-color: white;
  font-size: 28px;
  padding: 0 20px;
  color: #3d3d3d;
}

/*-----------post meta--------------*/
.entry-meta {
  font-size: 13px;
  display: inline-block;
  padding: 0 17px;
  position: relative;
  margin-bottom: 25px;
}
.entry-meta:before {
  position: absolute;
  content: "";
  top: 48%;
  left: -56px;
  background-color: #bababa;
  height: 1px;
  width: 56px;
}
.entry-meta:after {
  position: absolute;
  content: "";
  top: 48%;
  right: -56px;
  background-color: #bababa;
  height: 1px;
  width: 56px;
}
.entry-meta > div {
  display: inline;
  color: #8b8a8a;
}
.entry-meta > div span {
  color: inherit;
  padding: 0 5px;
}
.entry-meta > div span i {
  margin-right: 7px;
}
.entry-meta > div span a:hover {
  color: #96cac6;
}

.read-more {
  display: block;
  margin-top: 20px;
}

.more-link {
  font-size: 16px;
  font-weight: bold;
  margin-right: 8px;
  color: black;
  letter-spacing: 0.15em;
  word-spacing: 0.15em;
  text-transform: capitalize;
  -webkit-transition: ease 0.20s;
  transition: ease 0.20s;
}
.more-link:hover {
  color: #96cac6;
}
.more-link .fa {
  position: relative;
  top: 2px;
}

.site-header #header-top {
  background-color: transparent;
  border-bottom-color: #c2c2c2;
}
.site-header #header-top .header-search .form-control {
  color: #dddddd;
}
.site-header #header-top .header-search #submit-btn {
  color: #dddddd;
}
.site-header #header-middle .header-middle-content h1 {
  color: #d7d6d6;
}
.site-header #header-middle .header-middle-content h5 {
  color: #c7c7c7;
}
.site-header #header-bottom #site-author .author-thumb {
  border-color: #e9e9e9;
}
.site-header #header-bottom #site-author .author-title {
  color: #4e4d4d;
}

.post-navigation a {
  color: #6c6c6c;
}

/*-----------comment respond--------------*/
.comment-respond {
  margin-top: 90px;
  position: relative;
}
.comment-respond #contact_form {
  padding: 98px 47px 27px;
}
.comment-respond #contact_form p {
  margin-bottom: 28px !important;
}
.comment-respond #contact_form .row {
  margin: 0px;
}

/*--------------------------------------------------------------
# Site Responsive 
--------------------------------------------------------------*/
@media only screen and (max-width: 1200px) {
  .portfolio .single-item img {
    height: 270px;
  }
  .portfolio .portfolio-menu ul li:last-child {
    margin-right: 0px;
  }
}
@media only screen and (max-width: 767px) {
  .portfolio .portfolio-menu ul li a {
    padding: 5px 20px;
  }

  .about-me {
    padding: 10px 0 100px;
    width: 600px;
    margin: 0 auto;
  }
  .about-me .author-details {
    width: 100%;
    padding: 0 50px;
  }
  .about-me .author-details .author-name {
    margin: 0 0 35px;
  }

  .contact-page {
    padding: 0 0 85px;
  }
  .contact-page .contact-details .contact-details-list .entry-title {
    font-size: 18px !important;
    margin-bottom: 8px !important;
  }
}
@media only screen and (max-width: 600px) {
  .portfolio .single-item img {
    height: 230px;
  }

  .about-me {
    width: 100%;
  }
  .about-me .section-title h2 {
    font-size: 40px;
    line-height: 45px;
  }
  .about-me .author-details .author-name:before {
    left: -24px;
  }
  .about-me .author-details .author-name:after {
    right: -24px;
  }
  .about-me .author-details .follow-link span {
    margin-right: 8px;
  }
  .about-me .author-details .follow-link a {
    margin: 0 3px;
    font-size: 12px;
  }

  .contact-page {
    width: 100%;
    margin: 0 auto;
  }
  .contact-page .gmaps-area #gmaps {
    height: 420px;
  }
  .contact-page .contact-details {
    margin: 80px 0 0;
  }
  .contact-page .contact-details .col-sm-4 {
    width: 100%;
  }
  .contact-page .comment-input-full-width {
    margin: 0;
  }
  .contact-page .comment-input-full-width .single-field {
    margin: 0 0px 28px !important;
  }
}
@media only screen and (max-width: 540px) {
  .error-page {
    margin-bottom: 50px;
  }

  .portfolio .portfolio-item-list .col-md-4 {
    width: 100%;
  }
  .portfolio .single-item img {
    height: 300px;
  }
  .portfolio .portfolio-menu ul li:last-child {
    float: none;
  }

  .about-me .author-image {
    margin-bottom: 40px;
  }
  .about-me .author-details {
    padding: 0px;
  }
  .about-me .author-details .author-name {
    margin: 0 0 25px;
  }
  .about-me .author-details .author-name:before, .about-me .author-details .author-name:after {
    height: 0px;
  }
  .about-me .author-details .col-about {
    padding-top: 15px;
  }
  .about-me .author-details .col-about > div {
    display: block;
    float: none !important;
  }
  .about-me .author-details .follow-link {
    margin-bottom: 20px;
  }
  .about-me .author-details .follow-link span {
    margin-right: 12px !important;
  }
  .about-me .author-details .follow-link a {
    margin: 0 3px !important;
  }
}
@media only screen and (max-width: 430px) {
  .contact-page .section-title h2 {
    font-size: 35px;
    line-height: 40px;
  }
  .contact-page .gmaps-area #gmaps {
    height: 300px;
  }
  .contact-page #contact_form .col-md-6 {
    width: 100%;
  }
}
@media only screen and (max-width: 320px) {
  .portfolio .single-item img {
    height: 245px;
  }

  .error-page .error-page-content {
    width: 250px;
  }
}
/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
  border: none;
}

.format-audio iframe {
  width: 100%;
  overflow: hidden;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
  display: block;
}
.wp-caption .wp-caption-text {
  margin: 0.4em 0;
  font-size: 0.9em;
  font-style: italic;
}

.wp-caption-text {
  text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# WordPress Default Gallery
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
  margin-bottom: 30px;
}
.gallery-columns-2 .gallery-item {
  max-width: 50%;
}
.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
  max-width: 25%;
}
.gallery-columns-5 .gallery-item {
  max-width: 20%;
}
.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Post-gallery One
--------------------------------------------------------------*/
.gallery-one .owl-controls, .gallery-two .full-view .owl-controls {
  margin: 0;
  padding: 0;
}
.gallery-one .owl-controls .owl-nav div, .gallery-two .full-view .owl-controls .owl-nav div {
  display: block !important;
  position: absolute;
  background: white;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 37px;
  top: 50%;
  font-size: 25px;
  margin: auto;
  border-radius: 2px;
  transform: translate(0, -50%);
}
.gallery-one .owl-controls .owl-nav .owl-prev, .gallery-two .full-view .owl-controls .owl-nav .owl-prev {
  left: 10px;
}
.gallery-one .owl-controls .owl-nav .owl-next, .gallery-two .full-view .owl-controls .owl-nav .owl-next {
  right: 10px;
}

.gallery-one .item {
  text-align: center;
}
.gallery-one .item img {
  margin: auto;
  height: auto;
  width: 100%;
  display: block;
  vertical-align: middle;
}

/*--------------------------------------------------------------
# Post-gallery Two
--------------------------------------------------------------*/
.gallery-two .full-view .item {
  text-align: center;
}
.gallery-two .full-view .item img {
  margin: auto;
  height: auto;
  width: 100%;
  display: block;
  vertical-align: middle;
}
.gallery-two .list-view {
  margin-top: 4px;
}
.gallery-two .list-view .item {
  cursor: pointer;
}
.gallery-two .list-view .item > img {
  vertical-align: middle;
}
.gallery-two .list-view .owl-item.active {
  cursor: pointer;
  position: relative;
  z-index: 0;
}
.gallery-two .list-view .owl-item.active:before {
  border-color: white transparent transparent;
  border-style: solid;
  border-width: 10px 10px 0;
  content: "";
  height: 0;
  left: 0;
  margin: 0 auto;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s ease 0s;
  visibility: hidden;
  width: 0;
  z-index: 1;
}
.gallery-two .list-view .owl-item.active.current::before {
  opacity: 1;
  visibility: visible;
}

/*--------------------------------------------------------------
# Post Gallery Tiled
--------------------------------------------------------------*/
.glimmer-tiled-gallery {
  z-index: 8;
}
.glimmer-tiled-gallery:after {
  content: '';
  display: block;
  position: absolute;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-top-color: #bababa;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  backface-visibility: hidden;
  animation: loadingSlider 1s linear infinite;
}
.glimmer-tiled-gallery.justified-gallery:after {
  display: none;
}
.glimmer-tiled-gallery .spinner {
  display: none !important;
}
.glimmer-tiled-gallery .item {
  opacity: 0;
}
.glimmer-tiled-gallery .item + .item {
  display: none;
}
.glimmer-tiled-gallery .item.jg-entry {
  opacity: 1;
}
.glimmer-tiled-gallery .item.jg-entry + .item {
  display: block;
}
.glimmer-tiled-gallery.glimmer-tiled-gallery-mobile .item {
  opacity: 1;
}
.glimmer-tiled-gallery.glimmer-tiled-gallery-mobile .item + .item {
  display: block;
}
.glimmer-tiled-gallery .caption {
  display: none !important;
}

.post-thumb .glimmer-tiled-gallery a,
.post-thumb .gallery-one a,
.post-thumb .gallery-two .full-view a {
  cursor: url("images/cursor-plus.png") 20 20, auto !important;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: url("images/cursor-minus.png") 20 20, auto;
}

.mfp-zoom {
  cursor: url("images/cursor-plus.png") 20 20, auto;
}

/*--------------------------------------------------------------
# layouts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Header Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Pre-Loader
--------------------------------------------------------------*/
.preloader {
  background: white;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: fixed;
  text-align: center;
  z-index: 999;
}
.preloader .loader {
  top: 40%;
  position: relative;
}
.preloader .loader i {
  font-size: 3em;
}

.preloader-logo {
  position: relative;
  top: 20%;
}
.preloader-logo img {
  margin: auto;
}

.subscribe-header {
  margin-bottom: 50px;
  position: relative;
}
.subscribe-header:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.site-header {
  margin-bottom: 0px;
  position: relative;
}
.site-header:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.65);
}
.site-header #header-top {
  width: 100%;
  background-color: transparent;
  border-bottom: 1px solid #c2c2c2;
}
.site-header #header-top .header-search .search.default {
  padding: 18px 0;
}
@media only screen and (min-width: 992px) {
  .site-header #header-top .header-search .search.default {
    padding: 10px 0;
  }
}
.site-header #header-top .header-search .heading-search {
  background: transparent;
}
.site-header #header-top .header-search .heading-search.form-control:focus {
  border-color: inherit;
  box-shadow: 0 0px 0px rgba(0, 0, 0, 0.075);
}
.site-header #header-top .header-search .form-controller {
  background: transparent;
  width: 100%;
  border: 0 none;
}
.site-header #header-top .header-search .btn-default {
  background-color: transparent;
  border: 0 none;
  color: #dddddd;
  padding: 0;
}
.site-header #header-top .header-search .form-control {
  color: #dddddd;
}
.site-header #header-top .header-search #submit-btn {
  color: #dddddd;
  padding: 7px 0;
}
.site-header #header-middle .header-middle-content {
  text-align: center;
}
.site-header #header-middle .header-middle-content .site-branding {
  padding: 130px 0;
}
.site-header #header-middle .header-middle-content h1 {
  font-weight: 700;
  line-height: 110px;
  color: #d7d6d6;
}
.site-header #header-middle .header-middle-content h1 a:hover {
  color: inherit;
}
.site-header #header-middle .header-middle-content h5 {
  columns: #c7c7c7;
  font-weight: 700;
}
.site-header #header-bottom {
  position: relative;
}
@media only screen and (min-width: 992px) {
  .site-header #header-bottom {
    background: rgba(0, 0, 0, 0.2);
  }
}
.site-header #header-bottom #site-author {
  position: absolute;
  top: -13px;
  left: 50%;
  margin-left: -100px;
  height: auto;
  width: 200px;
  text-align: center;
}
.site-header #header-bottom #site-author .author-thumb {
  border: 10px solid #e9e9e9;
  border-radius: 50%;
  height: 172px;
  width: 172px;
  margin: auto;
  overflow: hidden;
}
.site-header #header-bottom #site-author .author-thumb img {
  min-width: 100%;
  min-height: 100%;
}
.site-header #header-bottom #site-author .author-title {
  font-weight: normal;
  color: #4e4d4d;
  font-family: "Montserrat", sans-serif;
  margin-top: 17px;
}
.site-header #header-bottom #site-author .author-title span {
  font-weight: 700;
  text-transform: capitalize;
}
.site-header #header-bottom #site-author .author-sign {
  margin-top: 12px;
}

.modal-content {
  border-radius: 0;
}
.modal-content .form-control {
  border-radius: 0;
  box-shadow: 0 0 transparent;
  height: 100%;
  padding: 12px 18px;
  background: transparent;
  border: 1px solid #e1e1e1;
  height: 42px;
}
.modal-content #submit-btns {
  font-size: 12px;
  padding: 12px !important;
  position: relative;
  text-transform: uppercase;
  height: 42px;
  line-height: normal;
  border-radius: 0;
  color: white !important;
  -webkit-transition: all 0.35s ease-in;
  transition: all 0.35s ease-in;
}
.modal-content #submit-btns:hover {
  color: white;
}
.modal-content #submit-btns:focus {
  outline: 0 none;
}
.modal-content .modal-header .close {
  font-size: 36px;
  margin-right: -30px;
  margin-top: -45px;
}
.modal-content .modal-title {
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  margin-bottom: 10px;
}
.modal-content .modal-header {
  padding: 45px 45px 0;
  border-bottom: 0 none;
}
.modal-content .modal-header p {
  margin-bottom: 0;
}
.modal-content .post-amount {
  padding: 15px 0;
}
.modal-content .modal-body {
  padding: 5px 45px 45px;
}
.modal-content .modal-body h4 {
  font-size: 25px;
  color: #434343;
}
.modal-content .modal-body h4 + span {
  font-size: 13px;
  word-spacing: 0.25em;
  margin: 0;
}
.modal-content .modal-body h4 + span + p {
  margin-top: 15px;
}
.modal-content .modal-body h4 a:hover {
  color: inherit;
}
.modal-content .mc-response {
  padding: 15px;
}
.modal-content .close:hover {
  background: transparent;
}

@media only screen and (max-width: 1100px) {
  .site-header #header-middle .header-middle-content {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 991px) {
  .site-header #header-middle .header-middle-content h1 {
    font-size: 60px;
    line-height: 65px;
    margin-bottom: 13px;
  }
}
@media only screen and (max-width: 350px) {
  .site-header #header-middle .header-middle-content h1 {
    font-size: 50px;
    line-height: 46px;
  }
}
/*--------------------------------------------------------------
# main content 
--------------------------------------------------------------*/
.page-header {
  text-align: center;
  padding-bottom: 20px;
  border-bottom: 3px double #ebebeb;
}
.page-header .page-title {
  font-size: 45px;
}
.page-header .page-title span {
  font-size: 18px;
  display: block;
  margin-bottom: 20px;
  color: #a0a0a0;
}

/*----------layout one----------*/
.layout-one {
  padding-top: 53px;
}
.layout-one .post {
  position: relative;
}
.layout-one .post.hentry {
  margin: 0 0 134px;
}
.layout-one .post.hentry:last-child {
  margin-bottom: 86px;
}
.layout-one .post .post-number {
  left: 120px;
  position: absolute;
  top: -34px;
}
.layout-one .post .post-number .count {
  font-size: 64px;
  font-weight: 700;
  line-height: 50px;
  color: #afafaf;
}

/*----------layout two and three----------*/
.layout-two .post .post-details {
  padding: 0 100px;
}
.layout-two .post .post-thumb-image {
  padding-top: 35%;
}
@media only screen and (max-width: 767px) {
  .layout-two .post .post-thumb-image {
    padding-top: 50%;
  }
}
.layout-two .post .entry-title {
  margin-top: 2px;
}

.layout-two .post.hentry,
.layout-three .post.hentry {
  margin-bottom: 95px;
}

.layout-three .post .post-thumb-image {
  padding-top: 28%;
}
@media only screen and (max-width: 767px) {
  .layout-three .post .post-thumb-image {
    padding-top: 50%;
  }
}
.layout-three .post .entry-title {
  margin-top: 2px;
}
.layout-three .post .post-details {
  margin: auto;
}
@media only screen and (min-width: 768px) {
  .layout-three .post .post-details {
    width: 80%;
  }
}
@media only screen and (max-width: 768px) {
  .layout-three .post .post-details {
    padding: 0 30px;
  }
}

.section-title h2 {
  color: dimgray;
}

.post .entry-title {
  color: #434343;
}
.post .entry-title a:hover {
  border-bottom-color: #010101;
}

.comment-respond .heading-title span,
.comment-section .heading-title span,
.related-post .heading-title span {
  color: #3d3d3d;
}

.entry-meta:before {
  background-color: #bababa;
}
.entry-meta:after {
  background-color: #bababa;
}
.entry-meta > div {
  color: #8b8a8a;
}
.entry-meta > div span a:hover {
  color: #96cac6;
}

/*----------single post page----------*/
.single-post-page {
  margin: 20px 0;
  position: relative;
  /*---------Post Navaigation----------*/
  /*---------Related POst----------*/
  /*----------- Comments area --------------*/
}
.single-post-page .post {
  text-align: center;
}
.single-post-page .post .entry-title {
  margin-bottom: 30px;
}
.single-post-page .post .entry-meta-single {
  margin-bottom: 35px;
}
.single-post-page .post .post-thumb {
  margin: 0 -35px 52px;
}
.single-post-page .post .entry-content {
  margin: 20px 0 0;
}
.single-post-page .post .entry-content p a:hover {
  text-decoration: underline;
}
.single-post-page .post .entry-content > ul, .single-post-page .post .entry-content > ol {
  margin-bottom: 1.875em;
  margin-left: 20px;
}
.single-post-page .post .entry-content ol li,
.single-post-page .post .entry-content ul li {
  padding-top: 5px;
  line-height: 2em;
  font-size: 18px;
}
.single-post-page .post .entry-content > ol > li:first-child,
.single-post-page .post .entry-content > ul > li:first-child {
  padding-top: 0;
}
.single-post-page .post .entry-content > h1:last-child,
.single-post-page .post .entry-content > h2:last-child,
.single-post-page .post .entry-content > h3:last-child,
.single-post-page .post .entry-content > h4:last-child,
.single-post-page .post .entry-content > h5:last-child,
.single-post-page .post .entry-content > h6:last-child {
  margin-bottom: 25px;
}
.single-post-page .post .entry-content iframe {
  border: 0 none !important;
  width: 100% !important;
}
.single-post-page .post .post-details {
  padding: 0 60px 60px;
  border-bottom: 1px solid #ebebeb;
}
.single-post-page .post .post-details .entry-content {
  text-align: left;
}
.single-post-page .post .post-details .entry-content p {
  margin-bottom: 30px;
}
.single-post-page .post .tag-area {
  margin-top: 45px;
}
.single-post-page .post .tag-area .tag a {
  border: 1px solid #ebebeb;
  padding: 9px 25px;
  display: inline-block;
  margin-right: 15px;
  font-weight: bold;
}
.single-post-page .post-navigation .post-previous,
.single-post-page .post-navigation .post-next {
  position: absolute;
  top: 530px;
}
.single-post-page .post-navigation .post-next {
  right: -170px;
}
.single-post-page .post-navigation .post-previous {
  left: -170px;
}
.single-post-page .post-navigation a {
  background-color: white;
  color: #6c6c6c;
  font-size: 16px;
  text-transform: capitalize;
  font-weight: 700;
  border: 1px solid #e1e1e1;
  padding: 13px;
  -webkit-transition: all 0.20s ease 0s;
  transition: all 0.20s ease 0s;
}
.single-post-page .post-navigation a:hover {
  color: #96cac6;
}
.single-post-page .post-navigation a span {
  padding: 0 8px;
}
.single-post-page .post-navigation a .fa {
  position: relative;
  top: 2px;
}
.single-post-page .related-post {
  position: relative;
  border-top: 1px solid #EBEBEB;
  padding: 45px 0 75px;
}
.single-post-page .related-post .heading-title {
  margin-bottom: 30px;
  margin-top: -15px;
}
.single-post-page .related-post .heading-title span {
  font-size: 25px;
}
.single-post-page .related-post .entry-title {
  font-size: 18px;
  color: #5f5f5f;
}
.single-post-page .related-post .related-post-list {
  padding: 0 32px;
}
.single-post-page .related-post .related-post-list .related-post-item {
  text-align: center;
}
.single-post-page .related-post-list .post-body {
  padding: 0 25px 30px;
}
.single-post-page .related-post-list .post-body .entry-meta {
  margin: 12px 0 4px;
  position: relative;
}
.single-post-page .related-post-list .post-body .entry-meta:before, .single-post-page .related-post-list .post-body .entry-meta:after {
  height: 0px;
}
.single-post-page .related-post-list .post-body .entry-meta span {
  font-size: 13px;
  position: relative;
  float: none;
  display: inline-block;
  color: #a9a9a9;
  padding: 0 9px;
}
.single-post-page .related-post-list .post-body .entry-meta span:after {
  content: "/";
  position: absolute;
  right: -4px;
  top: 0px;
}
.single-post-page .related-post-list .post-body .entry-meta span:last-child:after {
  content: "";
}
.single-post-page .related-post-list .post-body .entry-meta span a {
  text-transform: capitalize;
}
.single-post-page .related-post-list .post-body .entry-meta .cat-links a {
  -webkit-transition: all 0.15s ease 0s;
  transition: all 0.15s ease 0s;
}
.single-post-page .related-post-list .post-body .entry-meta .cat-links a:hover {
  color: #96cac6;
}
.single-post-page .related-post-list .post-body .entry-title {
  font-size: 17px !important;
  line-height: 25px !important;
}
.single-post-page .related-post-list .post-body .entry-title a {
  -webkit-transition: all 0.15s ease 0s;
  transition: all 0.15s ease 0s;
}
.single-post-page .related-post-list .post-body .entry-title a:hover {
  color: #96cac6;
}
.single-post-page .comments-area .comment-section {
  text-align: center;
}
.single-post-page .comments-area .heading-title {
  margin-top: -20px;
}
.single-post-page .comments-area .comment-section, .single-post-page .comments-area .comment-respond {
  border: 1px solid #EBEBEB;
  position: relative;
}
.single-post-page .comments-area #disqus_thread {
  padding: 45px;
}

.author-info {
  margin-bottom: 90px;
  margin-top: 45px;
}
@media only screen and (max-width: 767px) {
  .author-info {
    padding: 0 30px;
  }
}
.author-info #author-img {
  padding-right: 45px;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
@media only screen and (max-width: 767px) {
  .author-info #author-img {
    display: block;
    text-align: center;
    padding-right: 0;
  }
}
.author-info #author-img .at-img {
  border-radius: 50%;
  height: 120px;
  margin: auto;
  overflow: hidden;
  position: relative;
  width: 120px;
}
.author-info #author-img .at-img img {
  min-height: 100%;
  min-width: 100%;
}
.author-info #author-img .author-name {
  font-size: 18px;
  font-weight: 600;
  margin-top: 0;
  color: #3d3d3d;
}
.author-info #author-details {
  overflow: hidden;
  position: relative;
  display: table-cell;
  top: 15px;
  vertical-align: middle;
}
@media only screen and (max-width: 767px) {
  .author-info #author-details {
    display: block;
    text-align: center;
  }
}
.author-info #author-details .post-count ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
  text-align: right;
}
@media only screen and (max-width: 767px) {
  .author-info #author-details .post-count ul {
    text-align: center;
  }
}
.author-info #author-details .post-count ul li {
  display: inline-block;
  margin-left: 17px;
  color: #898989;
}
.author-info #author-details .post-count ul li .total-post {
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
}
.author-info #author-details .post-count ul li .total-post:hover {
  color: inherit;
}
.author-info #author-details .post-count ul li .authors-social a {
  color: #D2D2D2;
  font-size: 13px;
  padding: 0 2px;
  -webkit-transition: all 0.20s ease 0s;
  transition: all 0.20s ease 0s;
}
.author-info #author-details .post-count ul li .authors-social a:hover {
  color: #96cac6;
}

/*--------------------------------------------------------------
# footer content 
--------------------------------------------------------------*/
/*----------widget-instagram----------*/
#top-footer {
  margin-top: 115px;
  overflow: hidden;
}
@media only screen and (max-width: 992px) {
  #top-footer {
    margin-top: 75px;
  }
}

.instagram-area .widget-instagram .widget-title-area {
  margin-bottom: 15px;
}
.instagram-area .widget-instagram .widget-title {
  color: #3c3c3c;
  font-family: "Josefin Sans", sans-serif;
  letter-spacing: 1px;
  text-transform: capitalize;
  display: inline-block;
  padding: 0 20px;
  position: relative;
}
.instagram-area .widget-instagram .widget-title:before {
  position: absolute;
  content: "";
  top: 49%;
  left: -30px;
  background-color: #afafaf;
  height: 1px;
  width: 30px;
}
.instagram-area .widget-instagram .widget-title:after {
  position: absolute;
  content: "";
  top: 49%;
  right: -30px;
  background-color: #afafaf;
  height: 1px;
  width: 30px;
}
.instagram-area .widget-instagram #instafeed {
  overflow: hidden;
}
.instagram-area .widget-instagram #instafeed .list {
  float: left;
  position: relative;
  width: 12.5%;
}
.instagram-area .widget-instagram #instafeed .list:before {
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  -webkit-transition: background 0.18s ease 0s;
  transition: background 0.18s ease 0s;
  width: 100%;
  z-index: 9999;
}
.instagram-area .widget-instagram #instafeed .list:hover:before {
  background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
}

.site-footer {
  text-align: center;
}
.site-footer .footer-top {
  background-color: #252525;
  padding: 50px 0 44px;
}
.site-footer .footer-top .social-share-link {
  margin-bottom: 27px;
}
.site-footer .footer-top .social-share-link a {
  border: 1px solid #787878;
  border-radius: 50%;
  color: white;
  display: inline-block;
  height: 38px;
  margin: 0 4px;
  width: 38px;
  font-size: 14px;
  -webkit-transition: linear 0.25s;
  transition: linear 0.25s;
}
.site-footer .footer-top .social-share-link a:hover {
  background-color: #27c9cf;
}
.site-footer .footer-top .social-share-link a i {
  margin-top: 13px;
}
.site-footer .footer-top .footer-menu ul.list-inline {
  color: #ddd;
  margin-bottom: 0;
}
.site-footer .footer-top .footer-menu ul.list-inline li {
  padding: 0 35px;
  line-height: 13px;
  position: relative;
}
.site-footer .footer-top .footer-menu ul.list-inline li:after {
  position: absolute;
  content: "/";
  right: -2px;
  top: 3px;
}
.site-footer .footer-top .footer-menu ul.list-inline li:last-child:after {
  content: "";
}
.site-footer .footer-top .footer-menu ul.list-inline li a {
  font-size: 12px;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  line-height: inherit;
  -webkit-transition: ease 0.18s;
  transition: ease 0.18s;
}
.site-footer .footer-top .footer-menu ul.list-inline li a:hover {
  color: #96cac6;
}
.site-footer .footer-bottom {
  background-color: #2d2d2d;
}
.site-footer .footer-bottom .copyright > p {
  font-size: 13px;
  letter-spacing: 0.09em;
  padding: 15px 0;
  color: #858484;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 0;
}
.site-footer .footer-bottom .copyright > p a {
  -webkit-transition: all 0.20s ease 0s;
  transition: all 0.20s ease 0s;
}
.site-footer .footer-bottom .copyright > p a:hover {
  color: #96cac6;
}

@media only screen and (max-width: 600px) {
  .instagram-area .widget-instagram .widget-title {
    font-size: 20px;
    padding: 0 15px;
  }

  .site-footer .footer-top .social-share-link {
    margin-bottom: 15px;
  }
  .site-footer .footer-top .social-share-link a {
    font-size: 12px;
    height: 30px;
    margin: 0 3px;
    width: 30px;
  }
  .site-footer .footer-top .social-share-link a i {
    margin-top: 9px;
  }
  .site-footer .footer-top .footer-menu ul.list-inline li {
    padding: 0 25px;
  }
}
@media only screen and (max-width: 430px) {
  .instagram-area .widget-instagram .widget-title {
    font-size: 16px;
    padding: 0 10px;
  }

  .site-footer .footer-top .footer-menu ul.list-inline li {
    padding: 0 8px;
  }
  .site-footer .footer-top .footer-menu ul.list-inline li:after {
    content: " ";
  }
}
.topbutton {
  background: white;
  border: 1px solid;
  bottom: 50px;
  display: block;
  height: 40px;
  line-height: 38px;
  position: fixed;
  right: 20px;
  text-align: center;
  width: 40px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 999;
}
.topbutton:hover {
  color: #95cac5;
}

.btn-show {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.btn-hide {
  opacity: 0;
  -webkit-transform: translateY(40px);
  transform: translateY(40px);
}

/*--------------------------------------------------------------
# widget content 
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# About widget
--------------------------------------------------------------*/
.about-widget .author-image-home {
  height: 220px;
  margin: auto;
  overflow: hidden;
  width: 220px;
  border-radius: 100%;
}
.about-widget .author-image-home img {
  width: 100%;
  height: auto;
}
.about-widget .author-name {
  text-align: center;
  font-family: "Montserrat", sans-serif;
  margin: 18px 0 16px;
}
.about-widget .about-description {
  font-family: "Josefin Sans", sans-serif;
  text-align: center;
}
.about-widget .about-description p {
  margin-bottom: 2em;
  font-size: 14px;
  line-height: 1.6em;
}
.about-widget .more-link {
  padding: 0;
  margin-top: 0;
  margin-bottom: 10px;
  background: transparent !important;
  position: relative;
  color: black;
  overflow: visible;
}
.about-widget .more-link:after {
  content: "";
  height: 2px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 25px;
  transition: width 0.3s ease 0s;
  width: 35px;
}
.about-widget .more-link:hover:after {
  width: 50px;
}

/*--------------------------------------------------------------
# Popular, Latest Post, Recent Comment widget
--------------------------------------------------------------*/
.feed-wrapper {
  padding-bottom: 20px;
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
}
.feed-wrapper .image-area {
  width: 65px;
  float: left;
  margin-right: 20px;
}
.feed-wrapper .image-area .fit-img {
  position: relative;
  overflow: hidden;
  padding-top: 100%;
  transform: translateZ(0);
}
.feed-wrapper .item-text {
  position: absolute;
  display: inline-block;
}
.feed-wrapper .item-text h5 {
  margin-top: 0;
  margin-bottom: 2px;
  font-size: 15px;
  line-height: 1.4em;
  display: block;
  max-height: 2.8em;
  overflow: hidden;
}
.feed-wrapper .item-meta {
  font-family: "Josefin Sans", sans-serif;
  font-size: 11px;
  font-style: italic;
  word-spacing: 0.1em;
}
.feed-wrapper .item-meta a:hover {
  text-decoration: underline;
}
.feed-wrapper .fit-img img {
  position: absolute !important;
  width: 100%;
  height: 100%;
  max-width: none !important;
  top: 50%;
  left: 50%;
  transform: -50%, -50%;
}
.feed-wrapper:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border: 0 none;
}

/*--------------------------------------------------------------
# Categories And Archive Widget
--------------------------------------------------------------*/
.widget_categories ul li,
.widget_archive ul li {
  font-size: 15px;
  color: #868686;
  display: block;
  line-height: 1em;
  padding-top: 15px;
  margin-top: 15px;
  border-top: 1px solid #bababa;
  border-bottom: 0 none !important;
  transition: all .25s ease-in 0s;
  position: relative;
}
.widget_categories ul li a,
.widget_archive ul li a {
  transition: all .25s ease-in 0s;
}
.widget_categories ul li a:hover,
.widget_archive ul li a:hover {
  color: #96cac6;
}
.widget_categories ul li ul,
.widget_archive ul li ul {
  padding-left: 15px;
}
.widget_categories ul li .count,
.widget_archive ul li .count {
  position: absolute;
  right: 0;
  top: 12px;
  padding: 5px 10px 10px;
  font-weight: bold;
}
.widget_categories > ul > li:first-child,
.widget_archive > ul > li:first-child {
  border: 0 none;
  padding-top: 0;
  margin-top: 0;
}
.widget_categories > ul > li:first-child > .count,
.widget_archive > ul > li:first-child > .count {
  top: -6px;
}

/*--------------------------------------------------------------
# About me widget
--------------------------------------------------------------*/
.widget_petty_about_me #author-details {
  margin-bottom: 15px;
}
.widget_petty_about_me #author-details .author-name {
  margin-bottom: 5px;
}
.widget_petty_about_me .author-social a {
  font-size: 14px;
  margin-left: 12px;
}

/*--------------------------------------------------------------
# TagCloud Widget
--------------------------------------------------------------*/
.widget_tag_cloud .tagcloud {
  margin-bottom: -2px;
}
.widget_tag_cloud .tagcloud a {
  border: 1px solid #bababa;
  display: block;
  color: black;
  float: left;
  font-size: 12px !important;
  font-weight: normal;
  line-height: 1.4em !important;
  margin-bottom: 5px;
  margin-right: 5px;
  padding: 6px 17px;
  position: relative;
  text-decoration: none;
  white-space: nowrap;
  letter-spacing: 0.05em;
  transform: translateZ(0);
  backface-visibility: hidden;
  transition: all 0.2s linear 0s;
}
.widget_tag_cloud .tagcloud a:hover {
  color: white;
}

/*--------------------------------------------------------------
# Follow Us Widget
--------------------------------------------------------------*/
.follow-us-area {
  margin: 0 auto -7px;
  text-align: center;
}
.follow-us-area .follow-link .fa {
  border: 1px solid #bababa;
  color: #e9e9e9;
  height: 35px;
  line-height: 2.8em;
  margin: 0 3px 9px;
  font-size: 0.8em;
  display: inline-block;
  text-align: center;
  width: 35px;
  border-radius: 50px;
}
.follow-us-area .follow-link .fa:hover {
  color: white;
}

/*--------------------------------------------------------------
# Search Widget
--------------------------------------------------------------*/
.widget_search .input-group .form-controller {
  display: table-cell;
  font-family: "Josefin Sans", sans-serif;
}
.widget_search .form-controller {
  height: 43px;
}
.widget_search button {
  border-radius: 0px;
  padding: 0.75em 1em;
}
.widget_search .btn-search i {
  position: relative;
  top: -1px;
  vertical-align: middle;
}

/*--------------------------------------------------------------
# Calender Widget
--------------------------------------------------------------*/
.widget_calendar table {
  margin: 0;
}
.widget_calendar td,
.widget_calendar th,
.widget_calendar td {
  font-size: 0.8em;
  line-height: 2.555em;
  text-align: center;
  padding: 0;
}
.widget_calendar caption {
  font-weight: bold;
  text-align: center;
  color: white;
  margin: 0;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  padding: 0.5em 1em;
}
.widget_calendar tbody a {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0.3);
  color: white;
  display: block;
  font-weight: bold;
}
.widget_calendar tbody a:hover, .widget_calendar tbody a:focus {
  color: white;
}

/*------------------------------------------------------------------------
# Links, Meta, NavMenu, Pages, Recent Comment, Recent Entries  Widget
-------------------------------------------------------------------------*/
.widget_links a,
.widget_meta a,
.widget_nav_menu .menu a,
.widget_pages a,
.widget_recent_comments a,
.widget_recent_entries a {
  border: 0;
}

.widget_recent_comments .recentcomments a:nth-child(2):before, .widget_recent_comments .recentcomments a:nth-child(3):before, .widget_recent_comments .recentcomments a:nth-child(4):before {
  content: "";
  margin-right: 0;
}

.widget_links,
.widget_meta,
.widget_nav_menu,
.widget_pages,
.widget_recent_comments,
.widget_recent_entries {
  font-size: 15px;
}
.widget_links a,
.widget_meta a,
.widget_nav_menu a,
.widget_pages a,
.widget_recent_comments a,
.widget_recent_entries a {
  border: 0;
  text-decoration: none;
}
.widget_links ul,
.widget_meta ul,
.widget_nav_menu ul,
.widget_pages ul,
.widget_recent_comments ul,
.widget_recent_entries ul {
  list-style: none;
  margin: 0;
}
.widget_links ul li,
.widget_meta ul li,
.widget_nav_menu ul li,
.widget_pages ul li,
.widget_recent_comments ul li,
.widget_recent_entries ul li {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px dotted #bababa;
  border-bottom: 0 none;
}
.widget_links ul li span:before,
.widget_links ul li a:before,
.widget_meta ul li span:before,
.widget_meta ul li a:before,
.widget_nav_menu ul li span:before,
.widget_nav_menu ul li a:before,
.widget_pages ul li span:before,
.widget_pages ul li a:before,
.widget_recent_comments ul li span:before,
.widget_recent_comments ul li a:before,
.widget_recent_entries ul li span:before,
.widget_recent_entries ul li a:before {
  content: "\f054";
  font-family: FontAwesome;
  margin-right: 1em;
  font-size: 0.55em;
  vertical-align: middle;
  position: relative;
  top: -1.5px;
  left: 0;
  transition: left 0.35s ease-in;
}
.widget_links ul li span > a:before,
.widget_meta ul li span > a:before,
.widget_nav_menu ul li span > a:before,
.widget_pages ul li span > a:before,
.widget_recent_comments ul li span > a:before,
.widget_recent_entries ul li span > a:before {
  content: "";
  margin-right: 0;
}
.widget_links ul li span:hover:before,
.widget_links ul li a:hover:before,
.widget_meta ul li span:hover:before,
.widget_meta ul li a:hover:before,
.widget_nav_menu ul li span:hover:before,
.widget_nav_menu ul li a:hover:before,
.widget_pages ul li span:hover:before,
.widget_pages ul li a:hover:before,
.widget_recent_comments ul li span:hover:before,
.widget_recent_comments ul li a:hover:before,
.widget_recent_entries ul li span:hover:before,
.widget_recent_entries ul li a:hover:before {
  left: 5px;
}
.widget_links > ul > li:first-child,
.widget_meta > ul > li:first-child,
.widget_nav_menu > ul > li:first-child,
.widget_pages > ul > li:first-child,
.widget_recent_comments > ul > li:first-child,
.widget_recent_entries > ul > li:first-child {
  margin-top: 0;
  padding-top: 0;
  border-top: 0 none;
}

.widget_nav_menu .sub-menu,
.widget_pages .children {
  border: 0;
  margin: 0 0 0 1em;
}

.widget_recent_entries .post-date {
  display: block;
}

/*--------------------------------------------------------------
# RSS Widget
--------------------------------------------------------------*/
.widget_rss ul {
  list-style: none;
  margin: 0;
}
.widget_rss ul:last-child {
  margin-bottom: 0;
}
.widget_rss li {
  margin-bottom: 1.6em;
}
.widget_rss li:last-child {
  margin-bottom: 0;
}
.widget_rss .rsswidget {
  border: 0;
  font-weight: 700;
}
.widget_rss .rsswidget img {
  margin-top: -4px;
}
.widget_rss .rss-date, .widget_rss cite {
  font-size: 0.8em;
  font-style: normal;
  display: block;
  line-height: 2;
  opacity: 0.8;
}

/*--------------------------------------------------------------
# Text Widget
--------------------------------------------------------------*/
.widget_text img {
  margin: auto;
  display: block;
}

.textwidget > :last-child {
  margin-bottom: 0;
}

.widget-about {
  text-align: center;
}
.widget-about p {
  margin-bottom: 20px;
}
.widget-about p > img {
  max-width: 245px;
  margin: auto;
}

/*--------------------------------------------------------------
# Twitter Widget Plugin
--------------------------------------------------------------*/
.timeline {
  background: transparent !important;
}

.customisable-border {
  border: 0 none !important;
}

/*--------------------------------------------------------------
# Email Subscribe Widget
--------------------------------------------------------------*/
.newsletter-area {
  font-family: "Josefin Sans", sans-serif;
  margin-top: -8px;
}
.newsletter-area > p {
  margin-bottom: 15px;
}
.newsletter-area .form-newsletter p {
  margin-bottom: 10px;
}
.newsletter-area .form-newsletter .form-controller {
  background: transparent;
  border-color: #bababa !important;
  font-style: italic;
  height: 45px;
}
.newsletter-area .form-newsletter .btn {
  border: none;
}
.newsletter-area .form-newsletter .pad-left {
  padding-left: 5px;
}
.newsletter-area .form-newsletter .pad-right {
  padding-right: 5px;
}
.newsletter-area .form-newsletter #mc-embedded-subscribe {
  background: transparent;
  position: relative;
  text-transform: uppercase;
  border: 0 none;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 1px;
  word-spacing: 3px;
}
.newsletter-area .form-newsletter #mc-embedded-subscribe:hover, .newsletter-area .form-newsletter #mc-embedded-subscribe:focus, .newsletter-area .form-newsletter #mc-embedded-subscribe:active:focus {
  text-decoration: none !important;
  outline: none;
  background: transparent;
}
.newsletter-area .form-newsletter #mc-embedded-subscribe:after {
  content: "";
  height: 2px;
  left: 0;
  margin: auto;
  overflow: visible;
  position: absolute;
  right: 0;
  top: 35px;
  width: 45px;
  transition: width 0.3s ease 0s;
}
.newsletter-area .form-newsletter #mc-embedded-subscribe:hover:after {
  width: 75px;
}
.newsletter-area .form-newsletter .mce_inline_error {
  margin-bottom: 8px;
  color: #aa1515;
  font-size: 13px;
}
.newsletter-area .form-newsletter .mce_inline_error.form-controller {
  margin-bottom: 0;
}
.newsletter-area #mce-success-response {
  margin-top: 10px;
  color: green;
  font-size: 13px;
}
.newsletter-area .mc-response {
  margin-top: 10px;
  font-size: 13px;
}

/*--------------------------------------------------------------
# Flickr Widget Plugin Fix
--------------------------------------------------------------*/
ul.flickr li,
.widget ul.flickr li {
  margin: 2px !important;
  border-bottom: none;
}

ul.flickr li,
.widget ul.flickr li {
  margin: 2px !important;
  border-bottom: none;
}

#flickr {
  padding: 3px;
}

#flickr li {
  float: left;
  height: 82px;
  list-style: outside none none;
  margin: 0 4px 4px 0;
  overflow: hidden;
  width: 94px;
}

#flickr img {
  height: 100%;
  width: 100%;
}

/*--------------------------------------------------------------
# layout responsive 
--------------------------------------------------------------*/
@media only screen and (max-width: 1200px) {
  .layout-one .post .post-number {
    left: 25px;
    top: -40px;
  }

  .single-post-page .related-post .related-post-list {
    padding: 0;
  }
  .single-post-page .related-post .related-post-list .post-body {
    padding: 0 10px 30px;
  }
  .single-post-page .related-post .related-post-list .post-body .entry-meta {
    padding: 0px;
  }

  .single-post-page .post .post-details {
    padding: 0 98px 130px;
  }
  .single-post-page .post .post-details .alignleft {
    width: 60%;
  }

  .single-post-page .post-navigation {
    position: relative;
  }
  .single-post-page .post-navigation .post-previous, .single-post-page .post-navigation .post-next {
    top: -100px;
    padding: 6px 10px;
    border: 1px solid;
  }
  .single-post-page .post-navigation .post-previous {
    left: 15px;
  }
  .single-post-page .post-navigation .post-next {
    right: 15px;
  }
}
@media only screen and (max-width: 991px) {
  .layout-two .post .post-details {
    padding: 0;
  }
}
@media only screen and (max-width: 767px) {
  .instagram-area .widget-instagram #instafeed .list {
    width: 25%;
  }

  .entry-title {
    font-size: 36px !important;
    line-height: 45px !important;
    margin-bottom: 20px !important;
  }

  .more-link {
    margin-right: 5px;
  }

  .layout-one {
    padding-top: 30px;
  }
  .layout-one .post.hentry {
    margin: 0 0 85px;
  }

  .layout-two .post.hentry, .layout-three .post.hentry {
    margin-bottom: 70px;
  }

  .single-post-page .post .entry-title {
    margin-bottom: 35px !important;
  }
  .single-post-page .entry-content > p {
    margin-bottom: 20px;
  }
  .single-post-page .tag-area {
    margin: 0px;
  }
  .single-post-page .tag-area .tag a {
    margin-right: 30px;
    margin-bottom: 10px;
  }
  .single-post-page .comments-area {
    padding: 50px 30px;
  }
  .single-post-page .comments-area .comment-body {
    margin-bottom: 55px;
  }
  .single-post-page .comments-area .children {
    margin-left: 34px !important;
  }
  .single-post-page .comment-respond #contact_form {
    padding: 60px 20px 25px;
  }
}
@media only screen and (max-width: 540px) {
  .entry-meta {
    padding: 0 15px;
    margin-bottom: 15px;
  }
  .entry-meta:before, .entry-meta:after {
    width: 30px;
  }
  .entry-meta:before {
    left: -30px;
  }
  .entry-meta:after {
    right: -30px;
  }

  .layout-one .post .post-number {
    top: 0;
    position: relative;
    left: 0;
  }
  .layout-one .post .post-number .count {
    font-size: 40px;
  }
}
@media only screen and (max-width: 480px) {
  .single-post-page .col-md-10 {
    width: 100%;
  }
  .single-post-page .post .post-details {
    padding: 0 0px 130px;
  }
  .single-post-page .post .post-details .alignleft {
    width: 100%;
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
  .single-post-page .post .post-details .entry-subtitle {
    padding-bottom: 0px !important;
  }
  .single-post-page .author-info #author-img {
    padding-right: 0px;
    display: block;
    margin-bottom: 35px;
  }
  .single-post-page .author-info #author-details {
    text-align: center;
  }
  .single-post-page .author-info #author-details #author-meta {
    padding-top: 10px;
  }
  .single-post-page .author-info #author-details .post-count ul {
    text-align: center;
  }
  .single-post-page .related-post {
    padding-bottom: 0px;
  }
  .single-post-page .related-post-list .col-md-4 {
    width: 100%;
  }
  .single-post-page .comments-area {
    padding: 50px 0px;
  }
  .single-post-page .comments-area .comment-list {
    padding: 81px 30px 1px;
  }

  .single-post-page .comment-respond #contact_form {
    padding: 60px 0 25px;
  }

  .single-post-page .post-navigation .post-previous, .single-post-page .post-navigation .post-next {
    padding: 0;
    border: 0px solid;
  }
  .single-post-page .post-navigation .post-previous {
    left: 0px;
  }
  .single-post-page .post-navigation .post-next {
    right: 0px;
  }
}
