/*
Theme Name: Brooklyn
Theme URI: http://brooklyn.egotype.design
Author: Egotype Design
Author URI: http://egotype.design
Description: WordPress Blog Theme
Version: 1.1.4
License: Themeforest Licence
License URI: http://themeforest.net/licenses
Tags: two-columns, right-sidebar, custom-menu, featured-images, post-formats, sticky-post, translation-ready
Text Domain: brooklyn
*/

/*----------------------------------
> TABLE OF CONTENTS
------------------------------------*/

/*
General
Typography
Forms
Layout
Header
Footer
Content
Widgets
Features
Responsiveness
*/

/*----------------------------------
> General
------------------------------------ */

*, html, body, div, dl, dt, dd, ul, ol, li, pre, form, label, fieldset, input, blockquote, th, td {
  margin: 0;
  padding: 0
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-size: 1em;
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 11px;
  line-height: 2;
  color: #666;
  background-color: white;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border: 0;
}

table {
  width: 100%;
}

a {
  text-decoration: none;
  color: #000;
  font-size: 11px;
}

a:active,
a:hover,
a:focus {
  text-decoration: underline;
}

a:focus,
textarea:focus,
select:focus {
  outline: 0;
}

input {
  box-shadow: none;
}

select:not([multiple="multiple"]) {
  border: 1px solid #ddd;
  height: 36px;
  line-height: 1.4;
  border-radius: 0;
  overflow: hidden;
  background-image: url('dist/images/arrow-select.png');
  background-position: 100% center;
  background-repeat: no-repeat;
  background-size: auto 5px;
  background-color: #fff;
  padding: 8px 12px;
  color: #666;
  box-shadow: none !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
}

embed,
iframe,
object {
  max-width: 100%;
}

mark {
  padding: 1px 5px;
  margin: 0 1px;
  font-weight: 700;
  color: #fff;
  background-color: #666;
}

address {
  font-style: inherit;
}

fieldset {
  padding: 0 20px 20px;
  margin-bottom: 20px;
  font-size: 12px;
  border: none;
  background: #f4f4f4;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  font-size: inherit;
}

h1 a, h1 a:active, h1 a:hover, h1 a:focus,
h2 a, h2 a:active, h2 a:hover, h2 a:focus,
h3 a, h3 a:active, h3 a:hover, h3 a:focus,
h4 a, h4 a:active, h4 a:hover, h4 a:focus,
h5 a, h5 a:active, h5 a:hover, h5 a:focus,
h6 a, h6 a:active, h6 a:hover, h6 a:focus {
  text-decoration: none;
  color: #000;
}

ol, ul, li {
  list-style: none;
}

.social-links a {
  color: #000;
}

/* Wordpress Core */
.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  white-space: nowrap;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/*----------------------------------
> Typography
------------------------------------ */

h1, h2, h3, h4, h5, h6 {
  font-family: "Playfair Display", Georgia, serif;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.02em;
  color: #000;
}

h1 {
  margin-top: 0;
  font-size: 33px;
  margin-bottom: 18px;
}

h2 {
  font-size: 27px;
  margin-bottom: 16px;
}

h3 {
  font-size: 23px;
  margin-bottom: 16px;
}

h4 {
  font-size: 19px;
  margin-bottom: 16px;
}

h5 {
  font-size: 16px;
  margin-bottom: 11px;
}

h6 {
  font-size: 13px;
  margin-bottom: 11px;
}

small {
  font-size: 80%;
}

p {
  margin-bottom: 20px;
  font-size: 12px;
}

p a, ul li a, table a {
  font-size: inherit;
}

/*----------------------------------
> Forms
------------------------------------ */

/* Buttons */
.btn {
  display: inline-block;
  padding: 6px 24px;
  margin-bottom: 20px;
  font-size: 11px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  line-height: 2;
  white-space: nowrap;
  color: #666;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 30px;
  transition: all .3s ease-in-out;
}

.btn:hover,
.btn:active,
.btn:focus,
.btn:visited {
  text-decoration: none;
  outline: 0;
}

.btn.btn-color {
  background-color: #e0f0ed;
}

.btn.more-link {
  margin-top: 10px;
}

.search-form .btn {
  padding: 6px 12px;
  background-color: #fff;
  border: solid #ddd;
  border-width: 1px 1px 1px 0;
  border-radius: 0;
}

.btn.scroll-top {
  display: none;
  position: fixed;
  bottom: 40px;
  right: 40px;
  padding: 0;
  margin: 0;
  width: 40px;
  height: 40px;
  line-height: 1;
  text-align: center;
  font-size: 16px;
  opacity: 0.6;
  transition: all .3s ease-in-out;
  z-index: 10;
}

.btn.scroll-top:hover {
  opacity: 1;
}

/* Input Text */
.form-control {
  display: block;
  width: 100%;
  height: 36px;
  padding: 8px 12px;
  font-size: 11px;
  line-height: 1.4;
  color: #666;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  transition: all .3s ease-in-out;
}

.form-control:focus {
  border-color: #b4b4b4;
  outline: 0;
}

.form-control::-moz-placeholder {
  color: #b4b4b4;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #b4b4b4;
}

.form-control::-webkit-input-placeholder {
  color: #b4b4b4;
}

/* Input Group */
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}

.input-group-btn {
  position: relative;
  font-size: 0;
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
  display: table-cell;
}

.input-group-btn .btn {
  margin: 0 0 0 -17px;
}

.input-group .form-control  {
  display: table-cell;
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}

/* Search Form */
.search-form .form-control:focus + .input-group-btn .btn {
  border-color: #b4b4b4;
}

.search-text {
  display: none;
}

/* Commment, Contact & Newsletter Form */
.mc-form {
  max-width: 420px;
  margin: 0 auto;
}

.site-main select:focus,
.widget select:focus,
.site-main input:focus,
.widget input:focus {
  outline: none;
  border-color: #b4b4b4 !important;
}

.widget textarea,
.site-main textarea {
  width: 100%;
  height: 170px;
  padding: 12px;
  margin-bottom: 11px;
  font-size: 11px;
  line-height: 1.4;
  color: #666;
  border: 1px solid #ddd;
  resize: vertical;
  border-radius: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  transition: all .3s ease-in-out;
}

.site-main textarea:focus {
  border-color: #b4b4b4;
}

.widget input:not([type="radio"]):not([type="checkbox"]):not([type="file"]):not([type="submit"]),
.site-main input:not([type="radio"]):not([type="checkbox"]):not([type="file"]):not([type="submit"]) {
  display: block;
  width: 250px;
  height: 36px;
  padding: 8px 12px;
  font-size: 11px;
  line-height: 1.4;
  color: #666;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  transition: all .3s ease-in-out;
}

.widget select[multiple="multiple"],
.site-main select[multiple="multiple"] {
  width: 250px;
  height: auto;
  background-color: #fff;
  border: 1px solid #ddd;
}

.widget select:not([multiple="multiple"]),
.site-main select:not([multiple="multiple"]){
  width: 250px;
  height: 36px;
  padding: 8px 12px;
  color: #666;
  background-color: #fff;
  border: 1px solid #ddd;
  box-shadow: none;
  -webkit-appearance: menulist-button;
}

.widget input:not([type="radio"]):not([type="checkbox"]):not([type="file"]):not([type="submit"]),
.widget select[multiple="multiple"],
.widget select:not([multiple="multiple"]) {
  width: 100%;
}

.widget input[type="submit"],
.site-main input[type="submit"] {
  display: inline-block;
  width: auto;
  height: auto;
  padding: 6px 24px;
  margin-bottom: 10px;
  font-size: 11px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  line-height: 2;
  white-space: nowrap;
  color: #666;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 30px;
  transition: all .3s ease-in-out;
}

.widget input[type="submit"]:hover,
.site-main input[type="submit"]:hover {
  background-color: #ccc;
}

div.wpcf7 {
  margin: 30px 0;
}

.wpcf7-list-item-label,
.widget [type=checkbox], .widget [type=radio],
.site-main [type=checkbox], .site-main [type=radio] {
  margin-right: 5px;
}

.wpcf7 .wpcf7-list-item {
  display: block;
  margin-left: 0;
  width: 250px;
}

.site-main .post-password-form input[type="password"] {
  margin-bottom: 20px;
}

.message-newsletter,
.wpcf7 div.wpcf7-response-output {
  padding: 10px 15px;
}

.wpcf7 span.wpcf7-not-valid-tip {
  color: #a94442;
}

.wpcf7 div.wpcf7-mail-sent-ng,
.wpcf7 div.wpcf7-spam-blocked {
  margin-left: 0;
  margin-right: 0;
  color: #a94442;
  background-color: #f2dede;
  border: 0;
}

.message-newsletter {
  display: none;
  margin-top: 10px;
}

.message-newsletter,
.wpcf7 div.wpcf7-mail-sent-ok {
  margin-left: 0;
  margin-right: 0;
  color: #3c763d;
  background-color: #dff0d8;
  border: 0;
}

.message-newsletter.error,
.wpcf7 div.wpcf7-validation-errors {
  margin-left: 0;
  margin-right: 0;
  color: #8a6d3b;
  background-color: #fcf8e3;
  border: 0;
}

.subscribe-info {
  max-width: 360px;
  padding: 0 22px;
  margin: 0 auto 33px auto;
  text-align: center;
  color: #666;
}

/*----------------------------------
> Layout
------------------------------------ */

/* Container */
.row {
  margin-right: -15px;
  margin-left: -15px;
}

.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.container-fluid {
  width: 100%;
  min-width: 1200px
}

.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}

.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  display: table;
  content: " ";
}

.container {
  width: 1200px;
}

.site-main {
  float: left;
  width: 850px;
  padding-left: 15px;
  padding-right: 25px;
}

.content-fullwidth .site-main {
  width: 100%;
  padding-right: 15px;
}

.lazy-load-effect.blog .site-main .post,
.lazy-load-effect.archive .site-main .post {
  opacity: 0;
  visibility: hidden;
  transition: all 1.5s ease;
}

.lazy-load-effect.blog .site-main .post-visible,
.lazy-load-effect.archive .site-main .post-visible {
  opacity: 1;
  visibility: visible;
}

/* Sidebar */
.sidebar {
  float: right;
  width: 350px;
  padding-left: 25px;
  padding-right: 15px;
}

.sidebar {
  font-size: 0;
}

/* Post Layout */
.grid,
.list {
  margin-left: -15px;
  margin-right: -15px;
}

.list {
  margin-bottom: 60px;
}

.masonry {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -moz-column-gap: 30px;
  -webkit-column-gap: 30px;
  column-gap: 30px;
}

.grid {
  font-size: 0;
}

.post-grid {
  display: inline-block;
  vertical-align: top;
  padding-left: 15px;
  padding-right: 15px;
  width: 50%;
}

.post-list {
  overflow: hidden;
  padding-left: 15px;
  padding-right: 15px;
}

.post-masonry {
  display: inline-block;
  width: 100%;
}

.post-grid article,
.post-masonry article,
.post-standard article {
  margin-bottom: 60px;
}

.post-list article {
  padding: 40px 0;
  border-top: 1px solid #ddd;
}

.post-list article:after {
  display: table;
  clear: both;
  content: "";
}

.post-list:first-child article {
  padding-top: 0;
  border: 0;
}

.post-list .post-img {
  float: left;
  width: 41%;
  padding-right: 30px;
  margin-bottom: 0;
}

.post-list .post-content {
  width: 59%;
  float: left;
}

.post-list .post-entry {
  margin-bottom: 0;
}

.post-list .post-entry p:last-child {
  margin-bottom: 0;
}

/*----------------------------------
> Header
------------------------------------ */

/* Logo */
.header-title {
  text-align: center;
  width: 100%;
  display: none;
  color: #000;
}

.header-desktop .header-title {
  display: table;
}

.page-template-page-fullwidth .header-title,
.archive .header-title {
  margin-bottom: 0;
}

.header-title > div {
  vertical-align: middle;
  display: table-cell;
}

.header-title img {
  margin: 0 auto;
}

.header-title p {
  margin-bottom: 0;
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #000;
}

/* Menu */
.site-header {
  position: relative;
  z-index: 100;
}

.nav-wrapper {
  position: relative;
  height: 75px;
}

.main-nav {
  position: absolute;
  width: 1200px;
  height: 75px;
  background-color: #fff;
  z-index: 9999;
  box-shadow: 0 1px 5px rgba(0, 0, 0, .25);
  -webkit-backface-visibility: hidden;
  transition: all ease .6s;
}

.sticky-effect :target:before {
  content: "";
  display:block;
  height: 75px;
  margin-top: -75px;
}

.sticky-navbar .main-nav {
  position: fixed;
}

.sticky-navbar.admin-bar .main-nav {
  margin-top: 32px;
}

.main-nav .container {
  position: relative;
}

.navbar-wrapper {
  position: relative;
}

.navbar-header {
  display: inline-block;
}

.navbar-header a {
  display: block;
  line-height: 75px;
  margin-right: 30px;
}

.nav-menu {
  display: inline-block;
}

.nav-menu .header-menu li {
  display: inline-block;
  margin-right: 28px;
  position: relative;
}

.nav-menu .header-menu li a {
  display: block;
  font-size: 11px;
  line-height: 74px;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #666;
}

.nav-menu .header-menu li a:hover,
.nav-menu .header-menu li.current_page_item > a {
  color: #000;
}

.nav-menu .header-menu li.menu-item-has-children > a:after {
  margin-left: 7px;
  content: "\f107";
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 12px;
  color: #b4b4b4;
}

.nav-menu .header-menu .sub-menu,
.nav-menu .header-menu .children {
  display: none;
  position: absolute;
  left: 0;
  background-color: #fff;
  z-index: 99999;
  border: 1px solid #ddd;
}

.nav-menu ul.header-menu ul a,
.nav-menu .header-menu ul ul a {
  margin: 0;
  padding: 10px 16px;
  min-width: 220px;
  line-height: 20px;
  transition: all .3s ease-in-out;
}

.nav-menu ul.header-menu ul li,
.nav-menu .header-menu ul ul li {
  padding-right: 0;
  margin-right: 0;
  border-bottom: 1px solid #ddd;
}

.nav-menu ul.header-menu ul li:last-child,
.nav-menu .header-menu ul ul li:last-child {
  border: 0;
}

.nav-menu ul.header-menu ul a,
.nav-menu .header-menu ul ul a {
  background-color: #fff;
}

.nav-menu ul.header-menu ul a:hover,
.nav-menu .header-menu ul ul a:hover {
  padding-left: 20px;
  background-color: #eee;
}

.nav-menu ul.header-menu li:hover > ul,
.nav-menu .header-menu ul li:hover > ul {
  display: block;
}

.nav-menu .header-menu .sub-menu ul,
.nav-menu .header-menu .children ul {
  left: 100%;
  top: 0;
  margin-top: -1px;
}

/* Menu mobile */
.nav-menu-mobile {
  display: none;
  width: 380px;
  margin: 0 auto;
  text-align: center;
}

.slicknav_menu {
  position: relative;
  font-size: inherit;
  background: transparent;
  padding: 0;
}

.slicknav_menu .slicknav_icon-bar {
  display: block;
  height: 2px;
  width: 100%;
  background-color: #666;
  border-radius: 1px;
  box-shadow: none;
}

.slicknav_nav .slicknav_arrow {
  font-size: 1em;
  color: #b4b4b4;
}

.slicknav_menu .slicknav_icon {
  position: relative;
  float: right;
  width: 20px;
  height: 16px;
  background: transparent;
  border: none;
  cursor: pointer;
}

.slicknav_icon span {
  position: absolute;
  left: 0;
  display: block;
  height: 1px;
  width: 100%;
  background-color: #fff;
  border-radius: 9px;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  transition: all .3s ease-in-out;
}

.slicknav_icon span:nth-child(1) {
  top: 0;
}

.slicknav_icon span:nth-child(2) {
  top: 6px;
}

.slicknav_icon span:nth-child(3) {
  top: 12px;
}

.slicknav_btn {
  float: none;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  padding: 30px 0 29px 0;
  margin: 0;
  text-shadow: none;
  border-radius: 0;
  background: none;
  cursor: pointer;
}

.slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar {
  margin-top: 0;
}

.slicknav_nav {
  position: absolute;
  width: 100%;
  top: 70px;
  font-size: inherit;
  list-style: none;
  border: 1px solid #ddd;
  background-color: #f4f4f4;
  z-index: 10;
}

.slicknav_nav ul {
  margin: 0;
}

.slicknav_nav li {
  line-height: 40px;
}

.slicknav_nav li > a {
  display: block;
  border-top: 1px solid #ddd;
  padding: 0 15px;
}

.slicknav_nav > li:first-child > a {
  border: 0;
}

.slicknav_nav .slicknav_row {
  padding: 0 15px;
  margin: 0;
}

.slicknav_nav .slicknav_row:hover {
  color: #000;
  border-radius: 0;
  background: none;
}

.slicknav_nav .slicknav_row:focus {
  outline: 0;
}

.slicknav_nav a {
  vertical-align: middle;
  padding: 0;
  margin: 0;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #666;
}

.slicknav_nav a:hover,
.slicknav_nav a:focus,
.slicknav_nav a:active {
  text-decoration: none;
  color: #000;
  border-radius: 0;
  background: none;
}

.slicknav_nav .slicknav_item li a,
.slicknav_nav .slicknav_parent-link li a {
  padding: 0;
  margin: 0;
  text-decoration: none;
}

/* Menu Footer */
.footer-menu li {
  display: inline-block;
  margin-right: 0;
  margin-left: 28px;
}

.footer-menu li a {
  display: block;
  font-size: 11px;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #666;
}

.header-menu li.current_page_item > a,
.footer-menu li a:hover {
  color: #000;
}

/* Menu Features */
.nav-features {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 0;
}

.nav-features > div {
  display: inline-block;
}

.nav-features > div > span,
.nav-features > div > a {
  display: inline;
  margin-left: 16px;
  font-size: 14px;
  line-height: 75px;
  text-decoration: none;
  cursor: pointer;
}

.nav-features .social-links {
  border-right: 1px solid #ddd;
  padding-right: 16px;
}

.nav-features .social-links:last-child {
  border-right: 0;
  padding-right: 0;
}

/* Menu Search Form */
.search-overlay {
  overflow: hidden;
  width: 100%;
}

.nav-search .search-form-container {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  padding: 0 30px;
  background-color: #fff;
  z-index: 999;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.admin-bar .nav-search .search-form-container {
  margin-top: 32px;
}

.nav-search .search-form-container .search-form {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.nav-search .close-search-overlay {
  display: none;
  position: fixed;
  top: 30px;
  right: 30px;
  padding: 0;
  font-size: 30px;
  line-height: 15px;
  color: #666;
  z-index: 9999;
  cursor: pointer;
}

.admin-bar .nav-search .close-search-overlay {
  top: 62px;
}

.close-search-overlay i:before {
  content: "\00d7";
  font-style: normal;
}

.nav-search .form-control {
  height: 86px;
  padding: 18px 22px 18px 0;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 50px;
  border: 0;
  border-bottom: 1px solid #b4b4b4;
  border-radius: 0;
}

.nav-search .form-control:focus,
.nav-search .form-control:focus + .input-group-btn {
  border-color: #666;
}

.nav-search .search-form .btn {
  padding: 0 0 0 24px;
  font-size: 40px;
  line-height: 0;
  border: 0;
  margin-top: -4px;
}

.nav-search .input-group {
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
}

.nav-search .input-group-btn {
  border: 0;
  border-bottom: 1px solid #b4b4b4;
  padding: 0;
  transition: all .3s ease-in-out;
}

.nav-search .search-text {
  display: block;
  margin-top: 30px;
}

/*----------------------------------
> Footer
------------------------------------ */

/* Info + Menu */
.footer-info > .container > .footer-wrapper {
  padding: 25px 0;
}

.footer-feature > .container > .footer-wrapper {
  border-top: 1px solid #ddd;
}

.footer-instagram + .footer-feature > .container > .footer-wrapper {
  border-top: 0;
}

.footer-wrapper {
  display: table;
  width: 100%;
  padding: 60px 0;
}

.footer-right,
.footer-left {
  display: table-cell;
  vertical-align: middle;
}

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

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

.footer-left > *:last-child {
  margin-bottom: 0;
}

.footer-logo {
  display: block;
  margin-bottom: 10px;
}

.footer-logo a {
  display: block;
  padding: 6px 0;
}

/*----------------------------------
> Content
------------------------------------ */
.content-wrapper {
  margin: 60px 0;
}

.header-desktop.header-mobile .content-wrapper {
  margin-top: 0;
}

.content-wrapper > *:last-child {
  margin-bottom: 0;
}

.popular-wrapper {
  margin-bottom: 40px;
}

.content-area {
  margin-top: 60px;
}

.archive .content-area {
  margin-top: 60px !important;
}

.page-template-page-fullwidth .post-img-fw {
  margin-top: -60px;
}

.header-desktop.page-template-page-fullwidth .post-img-fw {
  margin-top: 0;
}

.header-mobile.header-desktop .content-area {
  margin-top: 0;
}

.container .featured-slider,
.container .featured {
  margin-top: 60px;
}

.header-mobile.header-desktop .container .featured-slider,
.header-mobile.header-desktop .container .featured {
  margin-top: 0;
}

.header-mobile.header-desktop .featured-slider,
.header-mobile.header-desktop .featured {
  margin-bottom: 60px;
}

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

.feature-title h2 {
  display: inline-block;
  padding: 0 0 10px;
  margin-bottom: 30px;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 11px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  border-bottom: 1px solid #000;
}

/* Post Media */
.post-img,
.post-video,
.post-gallery,
.post-audio {
  margin-bottom: 11px;
  text-align: center;
}

.post-audio iframe {
  height: 180px;
  width: 100%;
}

.page .post-img {
  margin-bottom: 40px;
}

.post-img-fw {
  width: 100%;
  height: 600px;
  margin: 0 0 60px 0;
  background-size: cover;
  background-position: center;
}

.popular-post-top .post-img-fw {
  margin-top: 0 !important;
}

.gallery-slider {
  visibility: hidden;
  cursor: -moz-grab;
  cursor: -webkit-grab;
  cursor: grab;
}

.gallery-slider.slick-initialized {
  visibility: visible;
}

.gallery-slider:hover .slick-arrow {
  opacity: 0.6;
}

.gallery-slider .slick-prev {
  left: 35px;
}

.gallery-slider .slick-next {
  right: 35px;
}

.gallery-slider .gallery-image {
  height: 500px;
  background-position: center;
  background-size: cover;
}

.content-fullwidth .gallery-slider .gallery-image {
  height: 760px;
}

/* Post Meta */
.post-meta {
  overflow: hidden;
  clear: both;
}

.post-meta a {
  text-decoration: none;
}

.post-meta .meta-left {
  float: left;
}

.post-meta .meta-right {
  float: right;
}

.post-meta.meta-top {
  margin-bottom: 22px;
  padding-bottom: 8px;
  font-size: 12px;
  border-bottom: 1px solid #b4b4b4;
}

.post-meta.meta-top a {
  font-size: 12px;
}

.post-meta.meta-top .fa {
  font-size: 1.1em;
  margin-right: 8px;
}

.post-meta.meta-bottom {
  padding-top: 11px;
  margin-bottom: 60px;
  border-top: 1px solid #9a9a9a;
}

.post-meta .post-comments,
.post-meta .post-likes {
  float: left;
}

.post-meta .post-likes {
  margin-left: 16px;
}

.post-likes .fa-heart {
  color: #ff1a10;
}

.post-like-button span {
  vertical-align: middle;
}

.post-like-button .sl-like-text {
  margin-left: 8px;
}

.post-like-button a {
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 0.2em;
  color: #b4b4b4;
}

.post-share .title-share {
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: #b4b4b4;
}

.post-share a {
  margin-left: 8px;
  font-size: 1.1em;
  letter-spacing: 0;
  color: #666;
}

.post-category {
  margin-bottom: 12px;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: #9a9a9a;
}

.post-category a {
  color: #9a9a9a;
}

.post-category .separator {
  margin: 0 5px;
}

.posted-info {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #b4b4b4;
}

.posted-info a {
  color: #b4b4b4;
}

.post-date {
  color: #b4b4b4;
}

.post-tags {
  margin-bottom: 40px;
  margin-left: -4px;
  margin-right: -4px;
  clear: both;
}

.product-tags {
  margin-top: 20px;
  margin-left: -4px;
  margin-right: -4px;
  clear: both;
}

.product-tags a,
.post-tags a {
  margin: 4px;
}

/* Post Author */
.post-author-profile {
  margin-bottom: 60px;
  margin-top: 60px;
  overflow: hidden;
}

.post-author-img {
  float: left;
  padding-right: 30px;
  margin-bottom: 0;
}

.post-author-img img {
  border-radius: 50%;
}

.post-author-content {
  overflow: hidden;
}

.post-author-content p {
  margin-bottom: 10px;
}

.post-author-profile .social-links a {
  margin-right: 16px;
}

/* Post Content */
.post-img + .post-header {
  margin-top: 22px;
}

.post-list .post-header {
  margin-top: 0
}

.post-entry {
  margin-bottom: 60px;
}

.post-entry .more-link {
  margin-bottom: 0;
}

.post-entry h1,
.post-entry h2,
.post-entry h3,
.post-entry h4,
.post-entry h5,
.post-entry h6,
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
  margin-bottom: 20px;
}

.post-entry a,
.post-entry a:hover {
  color: #9fd1c8;
}

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

.post-entry hr {
  margin: 30px 0;
}

.post-entry hr, .entry-content hr {
  border: 0;
  height: 0;
  border-bottom: 1px solid #ddd;
  clear: both;
}

.post-entry blockquote {
  margin: 0 10px 30px 10px;
  font-family: "Playfair Display", Georgia, serif;
  line-height: 1.8;
  letter-spacing: 0.01em;
  text-align: center;
  color: #000;
}

.post-entry blockquote:before {
  display: block;
  content: "\201C";
  padding-top: 5px;
  font-size: 80px;
  font-style: normal;
  line-height: 0.6;
}

.post-entry blockquote p {
  font-size: 1em;
}

blockquote p {
  font-size: 1em;
  font-weight: inherit;
}

.post-entry ul,
.post-entry ol {
  padding-left: 45px;
  margin-bottom: 20px;
}

.post-entry ul li {
  margin-bottom: 12px;
  list-style: disc;
}

.post-entry ol li {
  margin-bottom: 12px;
  list-style: decimal;
}

.post-entry pre {
  overflow: auto;
}

.post-entry table {
  width: 100%;
  margin-bottom: 20px;
  border-collapse: collapse;
}

.post-entry table thead th {
  border-top: 2px #ddd solid;
}

.post-entry td,
.post-entry th {
  padding: 12px;
  border-bottom: 1px #ddd solid;
}

.post-entry th {
  font-weight: bold;
  text-align: left;
}

/* Post Content Media */
.gallery img[data-mce-selected]:focus {
  outline: none;
}

.gallery {
  margin: auto -6px;
  padding: 6px 0;
  line-height: 1.4;
  overflow-x: hidden;
}

.ie7 .gallery,
.ie8 .gallery {
  margin: auto;
}

.wp-caption-text,
.gallery .gallery-caption {
  margin-top: 10px;
  color: #9a9a9a;
}

.gallery .gallery-item {
  float: left;
  margin: 0;
  padding: 6px;
  box-sizing: border-box;
}

.ie7 .gallery .gallery-item,
.ie8 .gallery .gallery-item {
  padding: 6px 0;
}

.gallery-columns-1 .gallery-item {
  width: 100%;
}

.gallery-columns-2 .gallery-item {
  width: 50%;
}

.gallery-columns-3 .gallery-item {
  width: 33.333%;
}

.ie8 .gallery-columns-3 .gallery-item,
.ie7 .gallery-columns-3 .gallery-item {
  width: 33%;
}

.gallery-columns-4 .gallery-item {
  width: 25%;
}

.gallery-columns-5 .gallery-item {
  width: 20%;
}

.gallery-columns-6 .gallery-item {
  width: 16.665%;
}

.gallery-columns-7 .gallery-item {
  width: 14.285%;
}

.gallery-columns-8 .gallery-item {
  width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  width: 11.111%;
}

.gallery img {
  max-width: 100%;
  height: auto;
  border: none;
  padding: 0;
}

.wp-caption {
  max-width: 100%;
  text-align: left;
  border: 0;
  padding: 0;
}

.wp-caption.alignnone,
.wp-caption.alignleft,
.wp-caption.alignright,
a img.alignnone,
a img.alignleft,
a img.alignright {
  margin-bottom: 10px;
}

/* Post Content Lightbox */
.mfp-bg {
  background: #000;
  opacity: 0.8;
}

.gallery-arrow {
  position: absolute;
  top: 50%;
  width: 30px;
  height: 30px;
  padding: 0;
  z-index: 10000;
  font-size: 20px;
  line-height: 1;
  color: #fff;
  background-color: #000;
  border: 0;
  border-radius: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
}

.mfp-gallery .gallery-arrow {
  opacity: 0;
  transition: all .3s ease-in-out;
}

.mfp-gallery:hover .gallery-arrow {
  opacity: .6;
}

.gallery-arrow-left:before {
  margin-right: 1px;
}

.gallery-arrow-right:before {
  margin-left: 3px;
}

.gallery-arrow-left {
  left: 20px;
}

.gallery-arrow-right {
  right: 20px;
}

.gallery-arrow-left:before {
  content: "\f104";
  opacity: 0.7;
}

.gallery-arrow-right:before {
  content: "\f105";
  opacity: 0.7;
}

.mfp-counter {
  font-size: inherit;
}

.image-popup {
  display: block;
  cursor: pointer;
}

/* Comments */
.comments-list {
  margin-bottom: 60px;
}

.thecomment {
  padding: 26px 0 10px 0;
}

.comment + .comment-respond {
  padding-top: 22px;
  border-top: 1px dotted #ddd;
}

.comments .comment {
  border-top: 1px dotted #ddd;
}

.comments .bypostauthor {
}

.comments > .comments-list > li:first-child {
  border-top: 0;
}

.thecomment .author-img {
  float: left;
  margin-right: 20px;
}

.thecomment .author-img img {
  border-radius: 50%;
}

.thecomment .comment-text {
  overflow: hidden;
}

.post-author-profile .author a,
.thecomment .comment-text span.author,
.thecomment .comment-text span.author a {
  display: block;
  margin-bottom: 11px;
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #000;
}

.thecomment .comment-text span.date {
  display: inline-block;
  margin-bottom: 11px;
  font-size: 11px;
  text-transform: uppercase;
  color: #b4b4b4;
}

.thecomment .comment-text .comment-reply-link:before {
  content: "\f112";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: 400;
  margin-right: 5px;
}

.thecomment .comment-text .comment-edit-link:before {
  content: "\f040";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: 400;
  margin-right: 5px;
}

.comments span.reply {
  display: block;
  margin-bottom: 20px;
}

.comments span.reply a {
  display: inline-block;
  padding: 2px 12px;
  margin-right: 7px;
  font-size: 10px;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  background-color: #ddd;
  color: #666;
  border-radius: 12px;
  transition: all .3s ease-in-out;
}

.comments span.reply a:hover {
  background-color: #ccc;
}

.comments ul.children {
  margin-left: 20px;
}

.comments ul.children li.thecomment {
  margin: 0 0 8px 0;
}

.comment-info {
  color: #a94442;
}

.comment-info span {
  margin-right: 5px;
}

.comment-respond {
  margin-bottom: 60px;
  overflow: hidden;
}

.comment-respond h3 {
  font-size: 11px;
  color: #9a9a9a;
  font-weight: 700;
  margin-bottom: 20px;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.comment-respond h3 a {
  color: #000;
  display: inline-block;
}

.comment-respond h3 small a {
  padding: 5px 12px;
  margin-left: 7px;
  font-size: 11px;
  text-decoration: none;
  background-color: #ddd;
  letter-spacing: 0;
  text-transform: none;
  color: #666;
  border-radius: 12px;
  transition: all .3s ease-in-out;
}

/* Navigation */
.comment-navigation,
.posts-navigation {
  margin-bottom: 60px;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous {
  float: right;
  text-align: right;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next {
  float: left;
  text-align: left;
}

.comment-navigation a,
.posts-navigation a {
  text-decoration: none;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: #666;
  border-top: 1px solid #ddd;
}

.comment-navigation .nav-next a,
.posts-navigation .nav-next a {
  padding: 10px 0 0 1px;
}

.comment-navigation .nav-previous a,
.posts-navigation .nav-previous a {
  padding: 10px 1px 0 3px;
}

.comment-navigation .nav-links:after,
.posts-navigation .nav-links:after {
  content: "";
  clear: both;
  display: table;
}

/* Post Content - Archive, 404, Search */
.page-header {
  text-align: center;
  background: #fafafa;
  padding: 40px 0;
  margin-bottom: 60px;
}

.page-header .page-header-wrapper > *:last-child {
  margin-bottom: 0;
}

.page-header .social-links a {
  margin-left: 8px;
  margin-right: 8px;
}

.page-header .page-header-wrapper {
  width: 100%;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.page-header .sub-title {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  color: #666;
}

.no-content,
.error-content {
  margin-bottom: 60px;
  text-align: center;
}

.no-content .search-form-container,
.error-content .search-form-container {
  max-width: 360px;
  margin: 0 auto;
}

input.search-field.form-control {
  width: 100% !important;
  border-right: 0 !important;
}

/*----------------------------------
> Widgets
------------------------------------ */

.sidebar .widget {
  margin-bottom: 60px;
  font-size: 11px;
}

.widget-title {
  padding: 16px 0;
  margin-bottom: 30px;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  text-align: center;
  border-top: 2px solid #000;
  border-bottom: 1px solid #000;
  color: #000;
}

.widget-title a {
  color: #000;
}

.widget select {
  padding: 8px 12px;
  width: 100%;
  height: 36px;
  font-size: 11px;
  color: #666;
  border: 1px solid #b4b4b4;
  border-radius: 0;
}

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

/* Wordpress Widgets */
.widget_pages ul li,
.widget_recent_comments ul li,
.widget_recent_entries ul li,
.widget_meta ul li,
.widget_nav_menu ul li,
.widget_categories ul li,
.widget_archive ul li {
  margin-bottom: 11px;
  padding-bottom: 11px;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  border-bottom: 1px dotted #b4b4b4;
}

.widget_rss ul li {
  margin-bottom: 11px;
  padding-bottom: 11px;
  font-size: 11px;
  text-transform: uppercase;
  border-bottom: 1px dotted #b4b4b4;
}

.widget_rss a.rsswidget {
  letter-spacing: 0.1em;
}

.widget_rss a.rsswidget:first-child {
  margin-right: 4px;
}

.widget_pages ul li:last-child,
.widget_rss ul li:last-child,
.widget_recent_comments ul li:last-child,
.widget_meta ul li:last-child,
.widget_nav_menu ul li:last-child,
.widget_categories ul li:last-child,
.widget_archive ul li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}



.widget_rss .rssSummary {
  color: #666;
  text-transform: none;
  margin: 11px 0;
}

.widget_categories > ul > li > a {
  font-weight: 700;
}

.widget_nav_menu .sub-menu a:before,
.widget_categories .children a:before {
  content: "– ";
}

.widget_nav_menu ul.sub-menu li,
.widget_categories ul.children li {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.widget_nav_menu ul.sub-menu,
.widget_categories ul.children {
  margin-bottom: 0;
  margin-left: 15px;
}

.widget_nav_menu li.current_page_item > a,
.widget_nav_menu li.current-menu-item > a {
  font-weight: 700;
}

.widget .widget_text a {
  font-size: inherit;
}

.widget .textwidget ul,
.widget .textwidget ol {
  padding-left: 25px;
  margin-bottom: 20px;
}

.widget .textwidget ol li {
  margin-bottom: 6px;
  list-style: decimal;
}

.widget .textwidget ul li {
  margin-bottom: 6px;
  list-style: disc;
}

.widget .textwidget > *:last-child {
  margin-bottom: 0;
}

/* Teaser, Sponsored & Facebook Widget */
.sponsored-widget,
.teaser-widget,
.facebook-widget {
  text-align: center;
}

.teaser-widget .signature {
  display: block;
  margin: 0 auto 20px auto;
}

.sponsored-widget img,
.teaser-widget img {
  margin-bottom: 30px;
}

.teaser-widget .img-circle {
  border-radius: 50%;
  max-width: 230px;
  width: 100%;
}

.sponsored-widget .btn,
.teaser-widget .btn {
  margin: 10px 4px 0 4px;
}

.sponsored-widget > *:last-child,
.teaser-widget > *:last-child {
  margin-bottom: 0;
}

/* Recent Posts Widget & Popular Posts Widget */
.popular-posts-widget.pp-list ul li,
.recent-posts-widget.pp-list ul li {
  list-style-type: none;
  margin-bottom: 22px;
  margin-left: 0;
}

.popular-posts-widget.pp-list ul li:last-child,
.recent-posts-widget.pp-list ul li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}

.popular-posts-widget.pp-list .pp-content,
.recent-posts-widget.pp-list .rp-content {
  display: inline-block;
  margin-right: -4px !important;
  width: 70%;
}

.popular-posts-widget.pp-list .pp-image,
.recent-posts-widget.pp-list .rp-image {
  float: left;
  width: 30%;
  vertical-align: top;
  padding-right: 15px;
}

.popular-posts-widget.pp-list article:after,
.recent-posts-widget.pp-list article:after {
  display: table;
  clear: both;
  content: "";
}

.popular-posts-widget.pp-list .posted-info,
.recent-posts-widget.pp-list .posted-info {
  margin-bottom: 9px;
}

.popular-posts-widget.pp-grid ul,
.recent-posts-widget.pp-grid ul {
  margin-right: -7px;
  margin-left: -7px;
  font-size: 0;
}

.popular-posts-widget.pp-grid li,
.recent-posts-widget.pp-grid li {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  padding-left: 7px;
  padding-right: 7px;
  margin-bottom: 15px;
  list-style-type: none;
}

.popular-posts-widget.pp-grid li:last-child,
.popular-posts-widget.pp-grid li:nth-last-child(2),
.recent-posts-widget.pp-grid li:last-child,
.recent-posts-widget.pp-grid li:nth-last-child(2) {
  margin-bottom: 0;
}

.popular-posts-widget.pp-grid .posted-info,
.recent-posts-widget.pp-grid .posted-info {
  margin-bottom: 0;
}

.popular-posts-widget.pp-grid .pp-image,
.recent-posts-widget.pp-grid .rp-image {
  margin-bottom: 11px;
}

/* Social Widget */
.social-widget {
  text-align: center;
}

.social-widget a {
  height: 16px;
  width: 20px;
  margin: 0 11px;
  font-size: 16px;
  line-height: 2;
  color: #000;
}

.social-widget a:first-child {
  margin-left: 0;
}

.social-widget a:last-child {
  margin-right: 0;
}

/* Tagcloud widget */
.widget .tagcloud {
  text-align: center;
}

.product-tags a,
.post-tags a,
.widget .tagcloud a {
  display: inline-block;
  padding: 4px 8px;
  font-size: 10px !important;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #666;
  background-color: #e0f0ed;
  transition: all .3s ease-in-out;
}

.widget .tagcloud a {
  margin: 4px;
}

.product-tags a:hover,
.post-tags a:hover,
.widget .tagcloud a:hover {
  text-decoration: none;
  background-color: #d9e8e6;
}

/*** Calender widget ***/
.widget_calendar {
  width: 100%;
}

.widget_calendar caption {
  padding-bottom: 8px;
  margin-top: 11px;
  margin-bottom: 11px;
  text-align: center;
  text-transform: uppercase;
  color: #666;
  border-bottom: 1px solid #b4b4b4;
}

.widget_calendar thead th {
  padding-bottom: 11px;
}

.widget_calendar tbody {
  color: #9a9a9a;
  margin-bottom: 16px;
}

.widget_calendar tbody td {
  text-align: center;
  line-height: 3.4;
  background-color: #f4f4f4;;
  border: 1px solid #fff;
}

.widget_calendar tbody td a {
  display: block;
  color: #666;
  background-color: #ddd;
  text-decoration: none;
}

.widget_calendar tbody td a:hover {
  color: #666;
  background-color: #ccc;
}

.widget_calendar tbody .pad {
  background: none;
}

.widget_calendar tfoot td {
  padding-top: 11px;
}

.widget_calendar tfoot #next {
  text-transform: uppercase;
  text-align: right;
}

.widget_calendar tfoot #prev {
  text-transform: uppercase;
}

/*----------------------------------
> Features
------------------------------------ */

/* Related-, Promo-, Popular-Posts */
.related-posts,
.promo-posts {
  margin-bottom: 30px;
}

.related,
.promo,
.popular {
  font-size: 0;
  margin-left: -15px;
  margin-right: -15px;
}

.related-grid,
.promo-grid,
.popular-grid {
  display: inline-block;
  vertical-align: top;
  padding-left: 15px;
  padding-right: 15px;
  width: 33.333333%;
}

.related-grid article,
.promo-grid article,
.popular-grid article {
  margin-bottom: 30px;
}

.promo .promo-item,
.popular .popular-item {
  position: relative;
  width: 100%;
  height: 240px;
  background: #ddd center;
  background-size: cover;
  box-sizing: border-box;
}

.popular .overlay,
.promo .overlay {
  display: table;
  position: absolute;
  width: 65%;
  height: 65%;
  top: 50%;
  left: 50%;
  padding: 15px;
  background-color: rgba(255, 255, 255, 1);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  box-shadow: 0 8px 6px -6px rgba(0, 0, 0, .25);
}

.popular .overlay,
.promo .overlay {
  width: 65%;
  height: 65%;
}

.promo .overlay {
  width: 60%;
  height: 60%;
}

.popular .overlay-inner,
.promo .overlay-inner {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  box-sizing: border-box;
}

.related .post-header > *:last-child,
.popular .overlay-inner > *:last-child,
.promo .overlay-inner > *:last-child {
  margin-bottom: 0;
}

.promo .promo-link {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: block;
  z-index: 100;
}

.related-posts .post-img {
  margin-bottom: 16px;
}

/* Featured Slider */
.container .featured,
.container .featured-slider {
  padding: 22px;
  background-color: #e0f0ed;
}

.featured-slider {
  visibility: hidden;
  cursor: -moz-grab;
  cursor: -webkit-grab;
  cursor: grab;
}

.featured-slider.slick-initialized {
  visibility: visible;
}

.featured-slider:hover .slick-arrow {
  opacity: 0.6;
}

.featured-slider .slick-prev {
  left: 65px;
}

.featured-slider .slick-next {
  right: 65px;
}

.featured .featured-post,
.featured-slider .featured-post {
  position: relative;
  background-position: center;
  background-size: cover;
}

.featured-slider .featured-post:focus {
  outline: 0;
}

.featured .featured-post,
.featured-slider.mode-single .featured-post {
  height: 650px;
}

.featured-slider.mode-multiple .featured-post {
  height: 480px;
}

.featured-post .overlay {
  display: table;
  position: absolute;
  top: 50%;
  left: 50%;
  padding: 30px;
  background-color: rgba(255, 255, 255, 1);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  box-shadow: 0 8px 6px -6px rgba(0, 0, 0, .25);
}

.featured-post .overlay-inner {
  display: table-cell;
  width: 440px;
  height: 280px;
  padding: 30px;
  border: 6px solid #e0f0ed;
  text-align: center;
  vertical-align: middle;
  box-sizing: border-box;
}

.featured-post .btn.more-link {
  margin-bottom: 0;
}

/* Slider Arrows */
.slick-prev,
.slick-next {
  display: block;
  position: absolute;
  top: 50%;
  width: 30px;
  height: 30px;
  padding: 0;
  font-size: 20px;
  line-height: 1;
  color: #9a9a9a;
  background-color: #fff;
  border: none;
  border-radius: 50%;
  outline: none;
  z-index: 1;
  cursor: pointer;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.slick-arrow {
  opacity: 0;
  transition: all .3s ease-in-out;
}

.slick-next i:before {
  margin-left: 3px;
}

.slick-prev i:before {
  margin-right: 1px;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: .25;
}

/* Slider Dots */
.slick-dotted.slick-slider {
  padding-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: 0;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  display: block;
  width: 8px;
  height: 8px;
  cursor: pointer;
  color: transparent;
  border: 0;
  border-radius: 50%;
  background-color: #ddd;
  outline: none;
  transition: all .3s ease-in-out;
}

.slick-dots li.slick-active button,
.slick-dots li button:hover,
.slick-dots li button:focus {
  background-color: #666;
  outline: none;
}

/* Instagram */
.instagram-pics {
  text-align: center;
  font-size: 0;
}

.instagram-pics:after {
  display: table;
  clear: both;
  content: "";
}

.null-instagram-feed {
  position: relative;
  text-align: center;
}

.null-instagram-feed p {
  margin: 10px 0 0;
}

.instagram-pics .instagram-meta {
  position: absolute;
  left: 50%;
  top: 50%;
  text-align: center;
  opacity: 0;
  color: #fff;
  font-size: 12px;
  white-space: nowrap;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.instagram-pics .instagram-meta span {
  margin: 0 5px;
}

.instagram-pics .instagram-meta i {
  margin-right: 4px;
}

.instagram-pics li {
  position: relative;
  display: inline-block;
  vertical-align: top;
  list-style-type: none;
}

.instagram-pics li img {
  max-width: 100%;
  height: auto;
}

.instagram-pics li a {
  display: block;
  overflow: hidden;
  background-color: #000;
}

.instagram-pics li a img {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  transition: all .3s ease-in-out;
}

.instagram-pics li a:hover img {
  opacity: 0.4;
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.instagram-pics li a:hover .instagram-meta {
  opacity: 1;
}

.sidebar .instagram-pics {
  margin-left: -5px;
  margin-right: -5px;
}

.sidebar .instagram-pics.instagram-size-original {
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
  -moz-column-gap: 0px;
  -webkit-column-gap: 0px;
  column-gap: 0px;
}

.sidebar .instagram-pics.instagram-size-original li {
  padding: 5px;
  width: 100%;
}

.sidebar .instagram-pics li {
  padding: 5px;
  width: 33.333333%;
}

.sidebar .instagram-pics .instagram-comments {
  display: none;
}

.footer-instagram .instagram-pics {
  display: table;
  width: 100%;
}

.footer-instagram .instagram-pics li {
  width: 16.66666667%;
  padding: 0;
}

.footer-instagram p.clear {
  position: absolute;
  top: 50%;
  left: 50%;
  padding: 5px 10px;
  margin: 0;
  background-color: #fff;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  box-shadow: 0 8px 6px -6px rgba(0, 0, 0, .25);
}

.footer-instagram a {
  text-decoration: none;
}

/*----------------------------------
> Responsiveness
------------------------------------ */

@media only screen and (min-width: 1280px) {
  .nav-menu-mobile {
    display: none;
  }

  .nav-menu {
    display: inline-block;
  }

  .container {
    width: auto;
    max-width: 1200px;
  }
}

@media only screen and (min-width: 0) {
  .container-fluid {
    width: 100%;
    min-width: 100%;
  }

  .main-nav {
    width: 100%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .navbar-header {
    position: absolute;
    top: 0;
    left: 0;
  }
}

@media only screen and (min-width: 1081px) and (max-width: 1279px) {
  .container {
    width: auto;
    max-width: 1050px;
  }

  .site-main {
    width: 700px;
  }

  .sidebar {
    width: 350px;
  }

  .featured .featured-post,
  .featured-slider.mode-single .featured-post {
    height: 600px;
  }

  .content-fullwidth .gallery-slider .gallery-image {
    height: 700px;
  }

  .gallery-slider .gallery-image {
    height: 400px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1080px) {
  .container {
    width: auto;
    max-width: 960px;
  }

  .site-main {
    width: 610px;
  }

  .sidebar {
    width: 350px;
  }

  .featured .featured-post,
  .featured-slider.mode-single .featured-post {
    height: 500px;
  }

  .content-fullwidth .gallery-slider .gallery-image {
    height: 600px;
  }

  .gallery-slider .gallery-image {
    height: 380px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .container {
    width: auto;
    max-width: 750px;
  }

  .sidebar-wrapper {
    margin-right: -15px;
    margin-left: -15px;
  }

  .sidebar .widget {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 60px;
  }

  .container .featured,
  .container .featured-slider {
    padding: 26px;
  }

  .container .featured-post {
    border-width: 9px;
  }

  .featured-post .overlay,
  .featured-post .overlay-inner {
    padding: 24px;
  }

  .featured-post .overlay-inner {
    width: 350px;
    height: 220px;
  }

  .featured-slider .slick-next {
    right: 50px;
  }

  .featured-slider .slick-prev {
    left: 50px;
  }

  .popular .popular-item,
  .promo .promo-item {
    height: 160px;
  }

  .popular h4,
  .promo h4 {
    font-size: 16px;
  }

  .popular .posted-info {
    display: none;
  }

  .content-fullwidth .gallery-slider .gallery-image {
    height: 500px;
  }

  .post-img-fw {
    height: 500px;
  }
}

@media only screen and (min-width: 577px) and (max-width: 768px) {

  .container {
    width: auto;
    max-width: 520px;
  }

  .container .featured-post {
    border: 0;
  }

  .featured-post .overlay {
    padding: 14px;
  }

  .featured-post .overlay-inner {
    width: 290px;
    height: 185px;
    padding: 16px;
    border-width: 5px;
  }

  .post-img-fw {
    height: 400px;
  }

  .gallery-slider .slick-next,
  .featured-slider .slick-next {
    right: 20px;
  }

  .gallery-slider .slick-prev,
  .featured-slider .slick-prev {
    left: 20px;
  }

  .popular .popular-item,
  .promo .promo-item {
    height: 300px;
  }

  .content-fullwidth .gallery-slider .gallery-image,
  .gallery-slider .gallery-image {
    height: 320px;
  }
}

@media only screen and (max-width: 1279px) {
  .nav-menu-mobile {
    display: inherit;
  }

  .nav-menu {
    display: none;
  }
}

@media only screen and (max-width: 991px) {

  .sidebar {
    clear: both;
  }

  .site-main,
  .sidebar {
    width: 100%;
  }

  .sidebar-wrapper {
    margin-top: 60px;
  }

  .site-main {
    padding-right: 15px;
  }

  .sidebar {
    padding-left: 15px;
  }

  .footer-wrapper,
  .footer-right,
  .footer-left {
    display: block;
  }

  .footer-right,
  .footer-left {
    text-align: center;
  }

  .footer-left {
    margin-bottom: 10px;
  }

  .footer-menu li {
    margin-left: 14px;
    margin-right: 14px;
  }

  .featured .featured-post,
  .featured-slider.mode-single .featured-post {
    height: 380px;
  }

  .featured-post .more-link {
    display: none;
  }

  .featured-post .overlay-inner > *:nth-last-child(2) {
    margin-bottom: 0;
  }

  .popular h4 {
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 768px) {
  .navbar-brand {
    display: none;
  }

  .navbar-header {
    display: none;
  }

  .slicknav_nav ul {
    margin: 0 0 0 15px;
  }

  .post-grid {
    display: block;
    width: 100%;
  }

  .masonry {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    -moz-column-gap: 0;
    -webkit-column-gap: 0;
    column-gap: 0;
  }

  .nav-menu-mobile {
    width: 100%;
    text-align: left;
  }

  .header-title {
    display: table;
  }

  .header-mobile .container .featured,
  .header-mobile .container .featured-slider {
    margin-top: 0;
  }

  .header-mobile .content-wrapper {
    margin-top: 0;
  }

  .header-mobile.page-template-page-fullwidth .post-img-fw {
    margin-top: 0;
  }

  .header-mobile .content-area {
    margin-top: 0;
  }

  .header-mobile .featured-slider,
  .header-mobile .featured {
    margin-bottom: 60px;
  }

  .container .featured,
  .container .featured-slider {
    padding: 0;
  }

  .container-fluid .featured,
  .container-fluid .featured-slider {
    margin-top: 0;
  }

  .featured-slider.mode-multiple .featured-post {
    height: 440px;
  }

  .featured-post .more-link {
    display: none;
    visibility: hidden;
  }

  .featured-post h2 {
    font-size: 19px;
  }

  .post-list .post-img {
    clear: both;
    width: 100%;
    margin-bottom: 20px;
    padding-right: 0;
  }

  .post-list .post-content {
    clear: both;
    width: 100%;
  }

  .related-grid,
  .promo-grid,
  .popular-grid {
    display: block;
    width: 100%;
  }

  .related article {
    clear: both;
    width: 100%;
    margin-bottom: 20px;
  }

  .footer-instagram .instagram-pics li {
    width: 33.333333%;
  }

}

@media only screen and (max-width: 576px) {
  .container {
    width: auto;
    max-width: 420px;
  }

  .btn.scroll-top {
    right: 15px;
  }

  .popular-posts-widget .posted-info {
    display: none;
  }

  .wpcf7 .wpcf7-list-item,
  .site-main input:not([type="radio"]):not([type="checkbox"]):not([type="file"]):not([type="submit"]) {
    width: 100%;
  }

  .post-img-fw {
    height: 300px;
  }

  .container .featured-post {
    border: 0;
  }

  .featured .featured-post,
  .featured-slider.mode-single .featured-post,
  .featured-slider.mode-multiple .featured-post {
    height: 280px;
  }

  .featured-post .overlay {
    padding: 14px;
  }

  .featured-post .overlay-inner {
    width: 220px;
    height: 135px;
    padding: 0;
    border: 0;
  }

  .gallery-slider .slick-next,
  .featured-slider .slick-next {
    right: 10px;
  }

  .gallery-slider .slick-prev,
  .featured-slider .slick-prev {
    left: 10px;
  }

  .popular .popular-item,
  .promo .promo-item {
    height: 220px;
  }

  .related article {
    clear: both;
    width: 100%;
  }

  .content-fullwidth .gallery-slider .gallery-image,
  .gallery-slider .gallery-image {
    height: 230px;
  }

  .footer-instagram .instagram-comments {
    display: none;
  }

  .nav-search .form-control {
    height: 50px;
    font-size: 20px;
  }

  .nav-search .search-form .btn {
    font-size: 18px;
  }

  .nav-search .search-text {
    margin-top: 20px;
  }
}

@media only screen and (min-width: 601px) and (max-width: 782px) {
  .sticky-navbar.admin-bar .main-nav {
    margin-top: 46px;
  }
}

@media only screen and (max-width: 601px) {
  .sticky-navbar.admin-bar .main-nav {
    margin-top: 0;
  }
}

@media print {
  * {
    -webkit-print-color-adjust: exact;
  }

  body {
    zoom: 90%;
  }

  .lazy-load-effect.blog .site-main .post,
  .lazy-load-effect.archive .site-main .post {
    opacity: 1;
    visibility: visible;
  }

  .sticky-navbar .main-nav {
    top: 0;
  }
}
