*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body,
body.archive {
  padding: 0;
  margin: 0;
  background-color: #F8F9FB;
}
a,
a:hover,
a:focus {
  text-decoration: none;
  outline: none;
}
.button {
  border-radius: 2px;
}
.hidden {
  display: none;
}
.text-left {
  text-align: left;
}
.bg-white {
  background-color: #ffffff;
  padding-bottom: 40px;
}
.overlay-bg {
  background-color: rgba(0, 0, 0, 0.5);
}
#container {
  /*border-bottom: 1px solid #ecf0f1;*/
}
.inline {
  display: inline-block;
  width: 100%;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.padder-v-lg {
  padding-bottom: 40px;
  padding-top: 40px;
}
.padder-t-lg {
  padding-top: 40px;
}
.padder-t-xg {
  padding-top: 75px;
}
.padder-b-lg {
  padding-bottom: 40px;
}
.m-t-lg {
  margin-top: 30px;
}
.overlay {
  background-color: rgba(22, 25, 36, 0.3);
}
.center-abs {
  display: table-cell;
  padding: 0 20%;
  text-align: center;
  vertical-align: middle;
}
.no-style {
  list-style: outside none none;
  padding: 0;
}
.img-circle {
  border-radius: 50%;
}
.main-wrap {
  background-color: #fafafd;
  display: block;
  padding-top: 75px;
  position: relative;
  overflow: hidden;
  width: 100%;
  -webkit-transition:  all 0.4s ease-in-out;
  -moz-transition:  all 0.4s ease-in-out;
  -ms-transition:  all 0.4s ease-in-out;
  -o-transition:  all 0.4s ease-in-out;
  transition:  all 0.4s ease-in-out;
}
body.move .main-wrap {
  -webkit-transform: translateX(-400px);
  -ms-transform: translateX(-400px);
  -o-transform: translateX(-400px);
  transform: translateX(-400px);
  -webkit-transition:  all 0.4s ease-in-out;
  -moz-transition:  all 0.4s ease-in-out;
  -ms-transition:  all 0.4s ease-in-out;
  -o-transition:  all 0.4s ease-in-out;
  transition:  all 0.4s ease-in-out;
}
.right-backdrop {
  -webkit-transition:  all 0.4s ease-in-out;
  -moz-transition:  all 0.4s ease-in-out;
  -ms-transition:  all 0.4s ease-in-out;
  -o-transition:  all 0.4s ease-in-out;
  transition:  all 0.4s ease-in-out;
  opacity: 0;
}
.right-backdrop.show {
  opacity: 1;
}
.login-overlay {
  background-color: #ffffff;
  border-left: 1px solid #ddd;
  height: 100%;
  padding: 80px 50px 0;
  position: fixed;
  right: 0;
  text-align: center;
  width: 400px;
}
.login-heading {
  font-family: "Montserrat";
  font-size: 18px;
  margin-bottom: 30px;
  margin-top: 0;
}
.notif-icon, .notif-icon.have-notif {
  border-color: transparent;
  margin-top: 20px;
}
@media (min-width: 768px) {
	.menu-toggle {
	  margin-right: 15px;
	}
}
.search-toggle .bar {
  border: medium none;
  padding: 0;
  position: relative;
  text-align: center;
}
.menu-toggle .bar::before {
  display: none;
}
.menu-toggle .bar > img {
  bottom: 0;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
}
.hero-landing {
  background: rgba(0, 0, 0, 0) url("../images/landing/hero-new.jpg") no-repeat fixed center center / cover ;
  display: table;
  height: 550px;
  padding-top: 110px;
  position: relative;
  text-align: center;
  width: 100%;
}
.hero-landing .overlay {
  background-color: rgba(0, 0, 0, 0.4);
  bottom: 0;
  position: absolute;
  top: 0;
}
.landing-title {
  color: #fff;
  font-family: "Montserrat";
  margin-top: 150px;
  text-transform: uppercase;
  font-size: 24px;
}
.landing-subtitle {
  color: #ffffff;
  font-size: 16px;
  font-weight: 300;
  padding: 0 70px;
}
.btn-landing {
  font-family: "Montserrat";
  font-size: 16px;
  margin: 0 10px;
  padding: 15px 30px;
  border: 1px solid;
}
.btn-red {
  background-color: #ec2833;
  border-color: #ec2833;
}
.btn-trans {
  background-color: transparent;
}
.btn-red:hover {
  background-color: #d4242e;
  border-color: #d4242e;
}
.btn-trans:hover {
  background-color: #19171a;
}
.nav-growpop a {
  z-index: 997;
}
.btn-instagram {
  background-color: #2d5b81;
  display: inline-block;
  padding: 10px;
  width: 100%;
}
.btn-instagram > img {
  margin: 7px 10px 7px 0;
  vertical-align: middle;
  width: 20px;
}
.login-overlay .strike {
  display: inline-block;
  margin: 40px 0 0;
  position: relative;
  width: 100%;
  z-index: 0;
}
.login-overlay .strike::after {
  border-bottom: 1px solid #ddd;
  bottom: 47%;
  content: "";
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 0;
}
.strike-content {
  background-color: #fff;
  color: #ababab;
  display: inline-block;
  font-family: "Montserrat";
  font-size: 12px;
  position: relative;
  text-transform: uppercase;
  width: 40px;
  z-index: 1;
}
.login-overlay .login-form {
  border: medium none;
  color: transparent;
  margin-top: -20px;
  padding: 0;
  width: 100%;
  z-index: 0;
}
.login-overlay .login-form p {
  margin: 0;
  position: relative;
}
.login-overlay .login-form label {
  font-size: 1.9rem;
}
.login-form input {
  border-radius: 2px;
}
.page-template-homepage-php .navbar.navbar-inverse.navbar-fixed-top, 
.author .navbar.navbar-inverse.navbar-fixed-top {
  -webkit-transform: translateY(0%);
  -ms-transform: translateY(0%);
  -o-transform: translateY(0%);
  transform: translateY(0%);
}
.page-template-homepage-php .navbar.navbar-inverse.navbar-fixed-top.down, 
.author .navbar.navbar-inverse.navbar-fixed-top.down {
  -webkit-transform: translateY(-135%);
  -ms-transform: translateY(-135%);
  -o-transform: translateY(-135%);
  transform: translateY(-135%);
}
/* header */
.navbar-fixed-top {
  background: #ffffff none repeat scroll 0 0;
  height: 75px;
  padding: 0 15px;
  position: fixed;
  top: 0;
  width: 100%;
}
.navbar-fixed-top {
  z-index: 999;
}
.logo {
  width: 280px;
}
.logo img {
  height: 28px;
  width: 100%;
}
@media (min-width: 768px) {
	.menu-toggle,
	.search-toggle {
	  padding: 20px 0;
	}
}
.menu-toggle .bar {
  border: medium none;
  padding: 10px 8px;
}
.menu-toggle .bar > span {
  width: 20px;
}
.menu-toggle .bar > span:last-child {
  width: 15px;
}
.menu-toggle:hover .bar span {
  transform: none;
  transition: all 0.4s ease-in-out 0s;
  width: 20px;
}
.menu-toggle:hover .bar span:last-child {
  margin-top: 0;
  transform: none;
}
.desktop .menu-header {
  position: relative;
}
.desktop .menu-close {
  bottom: 0;
  height: 30px;
  margin: auto;
  padding: 0;
  position: absolute;
  right: 30px;
  text-align: right;
  top: 0;
}
.desktop .menu-close > img {
  filter: invert(100%);
  -webkit-filter: invert(100%);
}
.desktop .menu-header {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  color: #ddd;
  margin-bottom: 20px;
  padding: 20px 30px;
  position: relative;
  text-transform: uppercase;
}
.desktop .menu-wrap {
  padding: 0 30px;
}
.type-wrap, .place-wrap {
  background-color: #19171e;
  overflow-y: hidden;
  height: 100%;
  position: absolute;
  right: -100%;
  top: 0;
  transition: all 0.4s ease-in-out 0s;
  width: 100%;
}
.type-wrap.show, 
.place-wrap.show {
  min-height: 100%;
  height: auto;
}
#type-toggle > img, #place-toggle > img {
  filter: invert(100%);
  -webkit-filter: invert(100%);
  float: right;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.menu-overlay.desktop {
  overflow-x: hidden;
  overflow-y: scroll;
}
.type-wrap.show, 
.place-wrap.show {
  right: 0;
}
.desktop .menu-label {
  color: rgba(255, 255, 255, 0.3);
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.desktop.menu-overlay ul {
  list-style: outside none none;
  margin: 5px 0 30px;
  padding: 0;
}
.desktop.menu-overlay ul li:hover {
  cursor: pointer;
}
.desktop.menu-overlay ul li a {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  color: #eee;
  display: inline-block;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 1px;
  padding: 12px 0;
  width: 100%;
}
.desktop.menu-overlay ul li a:hover {
  color: #bbb;
}
.search-toggle .search-icon {
  background-image: url("../images/search-icon.png");
  background-size: cover;
  height: 20px;
  margin: 8px;
  width: 20px;
}
.search-toggle .search-icon.open {
  background-image: url("../images/close-icon.png");
  height: 14px;
  margin: 11px;
  width: 14px;
}
.user-wrap {
  padding: 20px 0;
}
.featured-content h2 {
  font-size: 40px;
  letter-spacing: 1px;
  line-height: 1.2;
  text-shadow: 2px 2px 5px rgba(0,0,0,0.2);
}
.editorial-block {
  background-size: cover;
  border-radius: 2px;
  height: 382px;
}
.cc.overlay {
  display: table;
  position: relative;
}
.overlay.cc > a {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.label-red {
  background-color: #ec2833;
  border-radius: 2px;
  color: #fff;
  font-family: "Montserrat";
  padding: 5px 10px;
  text-transform: uppercase;
  display: inline-block;
}
.editorial-title {
  color: #ffffff;
  font-size: 30px;
  font-weight: 400;
  margin-bottom: 0;
}
#totw-slide.no-style {
  margin: 0;
}
.totw-block {
  border: 1px solid #e3e8eb;
  border-radius: 2px;
  overflow: hidden;
}
.totw-block .bx-wrapper {
  margin-bottom: 0;
}
.totw-block .bx-wrapper .bx-viewport {
  box-shadow: none;
}
.totw-block .bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
  bottom: 20px;
}
.totw-block .bx-wrapper .bx-pager.bx-default-pager a:hover, 
.totw-block .bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #EC2833 none repeat scroll 0 0;
}
.totw-el {
  background-color: #fff;
  border-radius: 2px;
  height: 382px;
  padding-top: 40px;
  text-align: center;
  position: relative;
}
.totw-el.totw-border {
  border: 2px solid #e3e8eb;
}
.totw-title .entry-title {
  margin-top: 30px;
}
.totw-title .subtitle {
  color: #fff;
  font-family: "Montserrat",sans-serif;
  font-size: 22px;
  letter-spacing: 1px;
  margin-bottom: 50px;
  margin-top: -70px;
  padding: 0;
  text-transform: uppercase;
}
.totw-el img {
  border: 1px solid #e3e8eb;
  padding: 4px;
  display: inline-block;
}
.totw-el a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
h4.totw-title {
  color: #4a4a4a;
  font-family: "Montserrat";
  font-size: 24px;
  margin: 40px 0;
  position: relative;
  text-transform: uppercase;
}
h4.totw-title::after {
  background-color: #4a4a4a;
  bottom: -20px;
  content: "";
  height: 3px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  width: 40px;
}
.totw-label {
  color: #6a6a6a;
  font-family: "Montserrat";
  font-size: 16px;
  margin: 0;
}
.grid.story .news {
  background-color: #fff;
  border-radius: 2px;
  border-width: 1px;
  min-height: 382px;
  padding-top: 15px;
}
.article-block {
  background-size: cover;	
  border-radius: 2px;
  height: 382px;
  position: relative;
  background-position: center center;
}
.article-block::after {
  border: 2px solid #fff;
  border-radius: 2px;
  bottom: 0;
  content: "";
  height: calc(100% - 30px);
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: calc(100% - 30px);
}
.article-label {
  color: #fff;
  display: inline-block;
  font-family: "Montserrat";
  font-size: 20px;
  margin-bottom: 25px;
  position: relative;
}
.article-label::after {
  background-color: #ec2833;
  bottom: -15px;
  content: "";
  height: 3px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  width: 40px;
}
.article-title {
  color: #fff;
  font-size: 24px;
  font-weight: 400;
}
.category-block {
  background-image: url("../images/category-background.jpg");
  background-size: cover;
  height: 382px;
  padding: 30px 60px;
}
.category-head {
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  color: #fff;
  font-family: "Montserrat";
  font-size: 18px;
  margin: 0 0 30px;
  padding-bottom: 20px;
}
.category-list {
  -webkit-column-width: 12em;
  -moz-column-width: 12em;
  -o-column-width: 12em;
  column-width: 12em;
  height: 80%;
  padding: 0;
  list-style: none;
}
.category-list > li {
  padding: 2px 10px 2px 20px;
}
.category-list > li::before {
  color: #fff;
  content: "•";
  font-size: 20px;
  margin-left: -20px;
  margin-right: 15px;
}
.category-list a {
  color: #fff;
  font-size: 18px;
  font-weight: 300;
}
.video-block {
  background-size: cover;
  height: 640px;
}
.video-title {
  color: #fff;
  font-family: "Montserrat";
  font-size: 30px;
  text-transform: uppercase;
}
.landing-tabs {
  list-style: outside none none;
  margin: 30px 0 0;
  padding: 0 15px 15px;
  position: relative;
}
.landing-tabs::after {
  background-color: #e3e8eb;
  bottom: 0;
  content: "";
  height: 2px;
  left: 15px;
  position: absolute;
  width: calc(100% - 30px);
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .tab-pane.active {
  display: block;
}
.landing-tabs li {
  display: inline-block;
}
.landing-tabs li > a {
  color: #aaa;
  font-family: "Montserrat";
  font-size: 18px;
  margin: 0 20px;
  text-transform: uppercase;
}
.landing-tabs li:first-child a {
  margin-left: 0;
}
.landing-tabs li.active a, .landing-tabs li:hover a {
  color: #3e3f40;
  position: relative;
  z-index: 1;
}
.landing-tabs li.active a::after, .landing-tabs li:hover a::after {
  background-color: #ec2833;
  bottom: -16px;
  content: "";
  height: 3px;
  left: 0;
  position: absolute;
  width: 100%;
}
@media all and (-webkit-min-device-pixel-ratio:0) {
  .landing-tabs li.active a:after, .landing-tabs li:hover a:after {
    bottom: -18px;
  }
}
.story-card {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  height: 300px;
  position: relative;
  -webkit-transition:  background-size 0.2s ease-out;
  -moz-transition:  background-size 0.2s ease-out;
  -ms-transition:  background-size 0.2s ease-out;
  -o-transition:  background-size 0.2s ease-out;
  transition:  background-size 0.2s ease-out;
}
.story-card:hover {
  background-size: cover;
}
.story-title {
  display: inline-block;
  font-size: 20px;
  font-weight: 400;
  position: relative;
  margin: 5px;
}
.story-card a.thumbnail {
  font-size: 0;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  text-indent: 200%;
  top: 0;
  white-space: nowrap;
  width: 100%;
  z-index: 997;
}
.author-story-card {
  background-color: #fff;
  display: inline-block;
  padding: 15px;
  width: 100%;
}
.author-story-card .author {
  color: #ababab;
  display: inline-block;
  font-size: 17px;
  font-weight: 300;
  margin-left: 10px;
  margin-top: 10px;
}
.author-story-card img {
  float: left;
}
.author-story-card .traveller-link {
  color: #454545;
  font-weight: 400;
  text-transform: capitalize;
}
.author-story-card .love {
  display: inline-block;
  margin: 10px 0 0;
}
.photo-row {
  height: 300px;
  margin-right: -10px;
  margin-bottom: 15px;
}
.photo-item {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  float: left;
  height: 100%;
  margin: 0 15px 0 0;
  position: relative;
  border-radius: 2px;
}
.photo-header .fluidbox-wrap img {
  /*height: 100%;*/
}
.single-photo .content {
  padding-top: 0;
}
.single-photo .fluidbox-overlay {
  background-color: rgba(0, 0, 0, 0.87) !important;
}
.photo-item .grad-overlay {
  opacity: 0;
}
.photo-item > a {
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: 1;
}
.photo-item:hover .grad-overlay {
  opacity: 1;
}
.row-1 .photo-item-1 {
  width: 350px;
}
.row-1 .photo-item-2 {
  width: 445px;
}
.row-1 .photo-item-3 {
  width: 250px;
}
.row-2 .photo-item-1 {
  width: 445px;
}
.row-2 .photo-item-2 {
  width: 615px;
}
.row-3 .photo-item-1 {
  width: 235px;
}
.row-3 .photo-item-2 {
  width: 445px;
}
.row-3 .photo-item-3 {
  width: 365px;
}
.photo-archive-link {
  display: inline-block;
  padding: 15px;
  width: 100%;
}
.photo-archive-link > a,
.page-nav span, #page-nav a, 
#page-nav-author a, 
#add-story a {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  color: #4b4b4b;
  display: inline-block;
  font-size: 18px;
  padding: 20px;
  text-align: center;
  width: 100%;
}
/* Search */
.advanced-search {
  background-color: #2b2b2b;
  background-position: top 100%;
  color: #fff;
  display: inline-block;
  margin-top: 0;
  height: 150px;
  padding: 105px 0 50px;
  width: 100%;
  position: fixed;
  overflow: hidden;
  z-index: 998;
  top: -700px;
  -webkit-transition:  all 0.2s ease-in-out;
  -moz-transition:  all 0.2s ease-in-out;
  -ms-transition:  all 0.2s ease-in-out;
  -o-transition:  all 0.2s ease-in-out;
  transition:  all 0.2s ease-in-out;
}
.advanced-search.show {
  top: 0;
}
.advanced-search.high {
  height: auto;
}
#search-result {
  margin-top: 10px;
}
#search-result.loading > * {
  opacity:0.2;
}
.advanced-wrap {
  display: inline-block;
  width: 100%;
}
ul.available {
  display: inline-block;
  list-style: outside none none;
  margin: 0;
  padding: 0;
}
.input-wrap {
  position: relative;
}
.search-form .search-input {
  background-color: transparent;
  border: 1px solid #454545;
  border-radius: 2px;
  color: #fff;
  font-size: 18px;
  margin-bottom: 10px;
  padding: 13px 50px 13px 20px;
  width: 100%;
  font-weight: 300;
}
.search-form .search-input::-webkit-input-placeholder {
   color: #fff;
   opacity: 1;
}
.search-form .search-input:-moz-placeholder { /* Firefox 18- */
   color: #fff;  
   opacity: 1;
}
.search-form .search-input::-moz-placeholder {  /* Firefox 19+ */
   color: #fff;  
   opacity: 1;
}
.search-form .search-input:-ms-input-placeholder {  
   color: #fff;  
   opacity: 1;
}
.search-label {
  font-weight: 300;
}
input.submit-search {
  background: transparent url("../images/search.png") no-repeat scroll center center;
  border: medium none;
  color: transparent;
  cursor: pointer;
  height: 20px;
  position: absolute;
  right: 20px;
  top: 15px;
  width: 20px;
}
.location, .sortby {
  padding-left: 50px;
}
.available > li {
  padding-bottom: 8px;
}
.location .available {
  -webkit-column-count: 3;
  -moz-column-count: 3;
  -o-column-count: 3;
  column-count: 3;
  width: 100%;
  column-fill: balance;
  -moz-column-fill: balance;
  -webkit-column-fill: balance;
}
.checkbox input[type="checkbox"],
.radio input[type="radio"] {
    display:none;
}
.checkbox label, 
.radio label {
  font-size: 14px;
  font-weight: 300;
  padding: 0;
}
.available li .checkbox,
.available li .radio {
  margin: 0;
}
.checkbox input[type="checkbox"] + label span,
.radio input[type="radio"] + label span {
  background: rgba(0, 0, 0, 0) url("../images/checkbox.png") no-repeat scroll left top / cover ;
  display: inline-block;
  height: 14px;
  margin-right: 10px;
  margin-top: 1px;
  vertical-align: text-top;
  width: 14px;
}
.radio input[type="radio"] + label span {
  background: rgba(0, 0, 0, 0) url("../images/radio.png") no-repeat scroll left top / cover ;
}
.checkbox input[type="checkbox"]:checked + label span,
.radio input[type="radio"]:checked + label span {
    background:url('../images/checkbox.png') -14px top no-repeat;
    background-size: cover;
}
.radio input[type="radio"]:checked + label span {
    background:url('../images/radio.png') -14px top no-repeat;
}
.toggle-wrap {
  margin-top: 15px;
}
#toggle-advanced {
  color: #fff;
  cursor: pointer;
  float: right;
  font-size: 14px;
  opacity: 0.75;
}
#toggle-advanced:hover {
  opacity: 1;
}
#toggle-advanced span {
  background: rgba(0, 0, 0, 0) url("../images/plus-minus.png") no-repeat scroll left top;
  display: inline-block;
  height: 20px;
  margin-right: 5px;
  vertical-align: bottom;
  width: 20px;
}
#toggle-advanced.click span {
  background: rgba(0, 0, 0, 0) url("../images/plus-minus.png") -20px top no-repeat;
}
.page-nav span, #page-nav a, #page-nav-author a, #add-story a {
  border-radius: 2px;
}
.featured-slider-wrap {
  position: relative;
  overflow: hidden;
}
.main-wrap {
  padding-top: 0;	
}
.related-title {
  margin-top: 30px;
}
.story-card span {
  background-color: #ec2833;
  color: #fff;
  float: right;
  font-family: "Montserrat";
  font-size: 14px;
  margin-top: 15px;
  padding: 4px 8px;
}
.story-card .editors-pick {
  padding: 4px 8px;
}
.footer-place .footer-location {
  vertical-align: middle;
}

footer {
  background: #fff none repeat scroll 0 0;
  border-top: 1px solid #ecf0f1;
  margin: 0;
}
footer hr {
  border-color: #ecf0f1;
  margin: 0 0 20px;
  opacity: 1;
}
.footer-top {
  color: #7b7b7b;
  font-weight: 400;
  line-height: 1.8;
  padding-bottom: 50px;
  padding-top: 50px;
}
.site-description {
  padding-right: 70px;
}
.logo-footer {
  margin-bottom: 30px;
}
.description-footer p {
  opacity: 0.75;
}
.footer-title {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 20px;
  margin-top: 0;
}
.explore {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  -o-column-count: 2;
  column-count: 2;
  list-style: outside none none;
  margin: 0;
  padding: 0;
}
.text-copy {
  color: #7b7b7b;
  font-size: 14px;
  margin: 0;
  text-align: center;
}
#menu-bottom-navigation li {
  display: inline-block;
  padding: 0;
  width: 100%;
}
.menu-bottom-navigation-container {
  padding: 0;
}
#menu-bottom-navigation li:first-child {
  padding: 0;
}
#menu-bottom-navigation li a,
.footer-top li a {
  color: #7b7b7b;
  font-family: "Roboto";
  font-size: 16px;
  letter-spacing: 0;
  text-transform: none;
  opacity: 0.75;
}
#menu-bottom-navigation li a:hover,
#menu-bottom-navigation li a:focus,
.footer-top li a:hover,
.footer-top li a:focus,
.social-link:hover,
.social-link:focus {
  opacity: 1;
}

.social-link {
  display: inline-block;
  width: 100%;
  color: #7b7b7b;
  opacity: 0.75;
}

/* video */
#tubular-shield + .main-wrap {
  height: 100%;
}
/* author card */
.author-hero-image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  height: 160px;
}
.author-holder {
  background-color: #fff;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-color: #e3e8eb;
  border-style: solid;
  border-width: 0 1px 1px;
  display: inline-block;
  margin-bottom: 30px;
  padding-top: 55px;
  position: relative;
  text-align: center;
  width: 100%;
}
.author-holder img {
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: -55px;
}
.author-name {
  color: #434343;
  font-family: "Montserrat";
  margin-bottom: 10px;
  text-transform: uppercase;
}
.domisili {
  color: #737373;
  font-size: 16px;
}
.panel-box-body.same > a {
  font-size: 16px;
}
.author-holder .follow-button {
  color: #000;
  font-family: "Montserrat";
  margin: 0 0 30px;
  position: relative;
  text-transform: uppercase;
  z-index: 1;
}
#author-tab {
  background-color: #fff;
  margin: 0;
}
.instagram-logo {
  position: absolute;
  right: 15px;
  top: 15px;
}
.page-nav-wrap {
  display: inline-block;
}

/* comment */
.comment-wrap {
  color: #757575;
  display: table;
  font-family: "Roboto";
  font-size: 16px;
}
.comment div[id*="comment-"] {
  margin-bottom: 15px;
}
.mentions-input-box {
  position: relative;
}
.mentions-input-box span#close {
  height: 30px;
  cursor: pointer;
  position: absolute;
  right: -40px;
  top: -5px;
  width: 30px;
}

/* edit-story */
.single-story {
    background: #fff;
}
.post-tools-wrap {
  height: 75px;
  min-width: 100%;
}
.post-tools-wrap fieldset > a {
  float: left;
  margin-top: 7px;
}
.contain-menu .dropdown-container {
  padding: 0;
  top: 56px;
}
.contain-menu .modal-header {
  border-top: 1px solid #e5e5e5;
}
.dropdown-container::before {
  border-width: 1px 0 0 1px;
  top: -7px;
  z-index: 0;
}
.dropdown-container::before {
  left: 100px;
}
.modal-header .close {
  float: right;
  margin: 0;
}
.content.dark {
  background-color: #141311;
  color: #eeeeee;
  margin-bottom: 0px;
  padding-bottom: 40px;
}
.content, 
.content.light {
  background-color: #fff;
  border-bottom: 1px solid #ecf0f1;
}
.image-caption > p {
  font-size: 16px;
  line-height: 1.7;
  margin: 20px 0 0;
  padding: 0;
}
.dark .image-caption > p {
  color: #aaaaaa;
}
.dark .detail .cat-icon {
  background-image: url("../images/cat-icon-white.png");
}
.single-content .rrssb-buttons {
  margin: 0;
  padding: 0;
}
.rrssb-buttons li.whatsapp a {
    padding: 8px;
    font-size: 20px;
    color: #fff;
    background-color: #25D366;
}
h2.comments-title span {
  padding: 0 0 4px;
}
.dark .subline-label, 
.dark .subline a, 
.dark .translate-btn {
  color: #888888 !important;
}
.comments-area .comments-title,
.author-story-card,
.serif .story-title {
  font-family: "Roboto", sans-serif;
}
.serif .related-title {
  font-family: "Montserrat";
}
.author-story-card .love,
.mentions-input-box textarea {
  color: #4a4a4a;
}
/* edit-story */
.post-tools-wrap {
  padding: 18px 15px 15px;
}
#story-button {
  z-index: 996;
}
.dropdown-container .close {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 2px;
  font-size: 16px;
  margin: 0 0 10px;
  padding: 0 8px;
}
.dark .add-content a {
  color: #000000;
}
.dark .add-content a::before, 
.dark .add-content a::after {
  color: #fff;
}
.dark .content-option li {
  background-color: #222;
}
.dark .content-option > li:hover {
  background-color: #000;
  color: #fafafa;
}
.add-content::after {
  background-color: #aaa;
}
.contain-menu > #setting {
  cursor: pointer;
  display: inline;
  padding: 0;
}
.entry-title[contenteditable="true"]:empty::before,
.author-info h4[contenteditable="true"]:empty::before {
  color: #757575;
  content: attr(placeholder);
  display: block;
}
.dark .single-content hr {
    border-color: #232323;
}
.dark h2.comments-title::after {
    background-color: #232323;
}
.dark .comment-form-wrap {
    border-bottom: 2px solid #232323;
}
/* single-photo */
.photo-info-box {
  display: inline-block;
  width: 100%;
}
.related-photo > img {
  position: static;
}
#respond {
  display: block;
}
.comment-form-wrap {
  margin: 0 0 20px;
}
.image-wrap:not(.wrap-full) .fluidbox-image .fluidbox-wrap > img {
  max-width: 740px;
  width: 740px;
}
.image-caption p {
  margin: 0 0 10px;
}
.post-tools-wrap a {
  cursor: pointer;
}
.contain-menu ul.dropdown-container {
  top: 39px;
}
ul.dropdown-container::before {
  left: 55px;
}
ul.dropdown-container li {
  padding: 0 15px;
}
.dropdown-container .checkbox input[type="checkbox"], 
.dropdown-container .radio input[type="radio"] {
  display: block;
}
.dropdown-container .checkbox label, 
.dropdown-container .radio label {
  padding-left: 20px;
}
.story-caption > h4 {
  margin-top: 0;
}


/* login */
body.page-template-login-new,
.login {
  background-color: #fff;
}
#theme-my-login .message, #theme-my-login .error {
  border-radius: 2px;
  color: #ec2833;
  font-size: 14px;
  font-weight: 400;
  max-width: 100%;
  width: 100%;
}
.login-wrap {
  padding: 50px 0 0;
}
.login-form > h4 {
  margin-bottom: 10px;
}
a.mm-sl-btn {
  border-radius: 2px;
  left: 0;
  max-width: 100% !important;
  padding: 13px;
  position: absolute;
  right: 0;
  top: -55px;
  width: 100%;
}
.login-form, 
.login-form .form-login-page input, 
.login-form .form-login-page .submit #wp-submit,
.login-form .form-login-page .submit #wp-submit1 {
  border-radius: 2px;
}
.login-form .form-login-page input, 
.login-form .form-login-page .submit #wp-submit,
.login-form .submit #wp-submit1 ,
.login-form .tml-submit-wrap #wp-submit {
  padding: 10px 15px;
  border-radius: 2px;
}
.login form label,
.login-overlay .login-form label {
  font-size: 18px;
  top: 22px;
}
.login-form p input.input {
  border-radius: 2px;
  color: #454545;
  padding: 10px 20px;
}
.view-pass {
  padding: 11px 16px;
}
.tml-action-links {
  margin: 0;
}
#loginform + .tml-action-links > li:last-child {
  top: -105px;
}
#loginform + .tml-action-links > li:last-child a {
  margin: 10px 0;
}
.login-nav .menu {
  padding: 0;
}
/* Lost Password*/
.wp-pwd {
  margin: 0 0 20px;
}
.password-input-wrapper {
  position: relative;
}
.password-input-wrapper .view-pass {
  top: -13px;
}
#resetpassform div p {
  display: none;
}

/* author */
.nav.nav-tabs.foll-tabs {
  margin: 0;
}
.follow-list > li {
  border-bottom: 1px solid #ddd;
  display: inline-block;
  padding: 15px;
  width: 100%;
}
.panel-box {
  background-color: #fff;
  border: 1px solid #ecf0f1;
  border-radius: 2px;
}
#about .strike span {
  background-color: #f8f9fb;
}
.travel-map {
  border-color: #ecf0f1;
  border-radius: 3px;
}
.panel-box-heading {
  border-color: #ecf0f1;
}
.author-holder > a {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.author-holder .follow-button.followed,
.author-holder .follow-button.followed:hover {
  color: #fff;
}
.author-holder .follow-button:hover {
  color: #00ff66;
  width: 150px;
}

/* search */
.search .advanced-search {
  margin-top: -80px;
  position: static;
}
.search .advanced-search.high {
  margin-top: -530px;
}
.search .advanced-search.show {
  margin-top: 75px;
}
button.submit-search, a.submit-search {
  background-color: transparent;
  border: 1px solid #454545;
  border-radius: 2px;
  margin-top: 20px;
  padding: 15px;
  width: 100%;
  color: #fff;
  display: inline-block;
}
a.submit-search {
  margin-top: 0;
  text-align: center;
}
#cover {
  border: 1px solid;
  border-radius: 2px;
  color: #f1f1f1;
  display: inline-block;
  margin-top: 30px;
  padding: 5px 20px;
  cursor: pointer;
  text-transform: none;
}
#cover:hover {
  background-color: #19171e;
}
.avatar-wrap {
  height: 140px;
  margin: auto;
  position: relative;
  width: 140px;
}
.image-change-wrap {
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 100%;
  bottom: 0;
  color: #ebebeb;
  height: 100%;
  margin: auto;
  opacity: 0;
  padding: 40px 0 0;
  position: absolute;
  top: 0;
  width: 100%;
  cursor: pointer;
}
.avatar-wrap:hover .image-change-wrap {
  opacity: 1;
} 
.story-card.edit:hover .thumbnail {
  background-color: #000;
  opacity: 0.6;
}
.edit-wrap > .edit {
  background: transparent none repeat scroll 0 0;
  border: 2px solid;
  border-radius: 2px;
  bottom: 0;
  float: none;
  font-size: 20px;
  height: 50px;
  left: 0;
  margin: auto;
  opacity: 0;
  padding: 8px 0;
  position: absolute;
  right: 0;
  text-align: center;
  text-transform: uppercase;
  top: 0;
  width: 140px;
  z-index: 998;
  color: #fff;
}
.story-card.edit:hover .edit-wrap > .edit {
  opacity: 1;
}
.edit .draft-label {
  background-color: #fff;
  border-radius: 2px;
  color: #333;
  float: left;
  letter-spacing: 1px;
  margin: 5px;
  padding: 5px 15px;
  text-transform: uppercase;
}
.nav.nav-tabs li a {
  width: 273px;
}
.link-wrap {
  background-color: #fff;
  border: 1px solid #d8d8d8;
  border-radius: 2px;
  display: table;
  height: 382px;
  padding-top: 110px;
  text-align: center;
  width: 100%;
  margin-bottom: 30px;
}
.link-wrap .new {
  border: 1px solid #d8d8d8;
  border-radius: 2px;
  color: #454545;
  display: table;
  font-family: "Montserrat";
  font-size: 20px;
  font-weight: 300;
  margin: 20px auto;
  min-width: 200px;
  padding: 10px;
  vertical-align: middle;
}
.panel-box-heading .float-right.edit-button {
  background-color: #282828;
  border-radius: 2px;
  color: #fff;
  cursor: pointer;
  float: right;
  font-size: 15px;
  margin: 0;
  padding: 2px 10px;
}
.panel-box-heading .float-right.edit-button.editing {
  background-color: #ec2833;
}
.panel-box-body.same {
  position: relative;
  overflow: hidden;
}
.panel-box-body.same.editing {
  min-height: 320px;
}
.form-about,
.form-social {
  background-color: #fff;
  height: 100%;
  left: -100%;
  padding: 20px;
  position: absolute;
  top: 0;
  width: 100%;
}
.form-about.show,
.form-social.show {
  left: 0;
}
.form-about .form-control,
.form-social .form-control {
  background-color: #f5f5f5;
  border-color: #e8e8e8;
  font-size: 16px;
  margin-bottom: 20px;
  min-height: 40px;
  padding: 10px 20px;
}
#about-you {
  margin-bottom: 20px;
}	
.social .panel-box-body a {
  display: inline-block;
  margin-bottom: 10px;
  width: 100%;
}

/*photo archive*/
#content.grid {
  min-height: 300px;
  overflow: hidden;
}
.grid-item,
.grid-sizer {  
  width: 33%;
}
.grid-item {
  margin-bottom: 8px;
  position: relative;
}
.grid-item {
  float: left;
  padding: 0 7px;
}
.grid-item .relative {
  border-radius: 2px;
  display: inline-block;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.grid-item img {
  display: block;
  max-width: 100%;
}
.grid-item .grad-overlay {
  opacity: 0;
}
.grid-item:hover .grad-overlay {
  opacity: 1;
}
.grid-item a {
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: 1;
}
#inifiniteLoader {
  display: none;
  padding: 20px 0 40px;
}
.grid-item > img {
  border-radius: 2px;
}
/*login after uninstall gravityforms*/
.login-heading {
  margin: 0;
}
.login-overlay .strike {
  margin: 0;
}
.strike-content {
  opacity: 0;
}
.login-overlay .strike::after {
  border-bottom: 1px solid #ddd;
  bottom: 27%;
  content: "";
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  width: 30%;
  z-index: 0;
}
.tml-login .tml-rememberme-wrap {
  display: none;
}
#loginform .tml-submit-wrap,
#loginform1 .tml-submit-wrap {
  margin-top: 50px;
}
.tml-submit-wrap #wp-submit,
.tml-submit-wrap #wp-submit1,
p.submit .button-primary {
  background-color: #ec2833;
  color: #ffffff;
  display: inline-block;
  font-family: "Montserrat";
  letter-spacing: 1px;
  font-size: 18px;
  padding: 10px;
  border-radius: 2px;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
  border: medium none;
  border-bottom: 5px solid #ec2833;
}
.tml-submit-wrap #wp-submit:hover,
.tml-submit-wrap #wp-submit1:hover,
p.submit .button-primary:hover {
  background-color: #d4242e;
  border-bottom: 5px solid #be2029;
}
#loginform1 + .tml-action-links > li:last-child {
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: -140px;
}
#loginform1 + .tml-action-links > li:last-child {
  top: -115px;
}

/*new user setting*/
.user-setting h3 {
  border-bottom: 1px solid #ddd;
  margin-top: 30px;
  padding-bottom: 10px;
}
.user-setting > p {
  display: none;
}
#theme-my-login1.profile {
  margin-top: -30px;
}
.user-setting table th {
  min-width: 250px;
  padding: 10px 0 !important;
}
.user-setting #password .hidden {
  display: block !important;
}
.user-setting table input,
#password #pass1 {
  border: 1px solid #ddd;
  border-radius: 2px;
  margin-right: 15px;
  padding: 5px 10px;
  width: 200px;
  margin-bottom: 20px;
}
#password #pass1 {
  margin-bottom: 0;
  padding-right: 40px;
}
.relative .view-pass {
  padding: 5px 10px;
  right: 15px;
  top: -6px;
}
#password #pass2, 
#password #pass2 + .description,
#password .pass-strength-result,
#password .indicator-hint,
#password #pass-strength-result {
  display: none;
}
p.submit .button-primary {
  margin-top: 30px;
  width: 300px;
}
.relative {
  display: inline;
  position: relative;
}

/* Edit Photo */
.page-template-edit-photo form {
  background-color: #fff;
  padding-bottom: 30px;
}
.location, .sortby {
    padding-left: 50px;
    max-height: 200px;
}
.single-photo .subline-label {
  font-size: 13px;
  margin-top: 20px;
}
.photo-header {
  overflow: hidden;
}
.photo-info-wrap .grid-40.mobile-40 {
    display: inline-flex;
}
a.button.button.button-primary {
  font-family: sans-serif;
  font-size: 18px;
  margin-right: 10px;
  padding: 10px 70px;
}
.button.button-primary.button-large.button-dark:hover {
  background-color: #d4242e;
  border-color: #d4242e;
}

/* About Page */
.page-content .about-title h1 {
  border: medium none;
  display: inline-block;
  font-family: "Montserrat",sans-serif;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 2px;
  margin-top: 0;
  position: relative;
  text-align: left;
  text-transform: uppercase;
}
.page-content .about-title h1::after {
  border-bottom: 3px solid #ec2833;
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  width: 50px;
}
.about-top-content > p {
  color: #454545;
  font-family: "Merriweather",Georgia,serif;
  font-size: 18px;
  line-height: 1.75;
}
.moto-wrap {
  display: inline-block;
  margin: 50px 0;
}
.team-wrap {
  background-color: #282828;
  color: #fff;
  padding: 30px 0 60px;
}
h2.center-label {
  font-family: "Montserrat",sans-serif;
  font-size: 30px;
  letter-spacing: 1px;
  padding-bottom: 20px;
  position: relative;
  font-weight: 700;
  text-transform: uppercase;
}
h2.center-label::after {
  border-bottom: 3px solid #ec2833;
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  width: 50px;
}
h4.center-desc {
  color: #757575;
  display: inline-block;
  font-weight: normal;
  margin-top: 0;
}
.team-item {
  margin: 20px 0;
}
.item-image {
  background-color: #3b3b3b;
  min-height: 250px;
  width: 100%;
}
.item-content {
  background-color: #fff;
  color: #757575;
  font-size: 14px;
  padding: 20px;
}
.team-name {
  color: #3b3b3b;
  font-size: 18px;
  font-weight: normal;
  margin: 0;
}
.team-job {
  color: #ec2833;
  display: inline-block;
  margin-bottom: 5px;
}
.item-content > p {
  margin: 0 0 15px;
  height: 90px;
}
.team-social {
  margin: 0 -5px;
  height: 22px;
}
.team-social > a {
  display: inline-block;
  padding: 0 5px;
}
.team-social a span {
  background: #fff url("../images/team-social.png") no-repeat scroll 0 0 / cover ;
  display: inline-block;
  height: 16px;
  width: 16px;
}
.team-social a span.linkedin {
  background-position: -16px 0;
}
.team-social a span.twitter {
  background-position: -32px 0;
}
.team-social a span.facebook {
  background-position: -48px 0;
}
.about-slider-item {
  height: 600px;
}
.about-slider-item .overlay {
  background-color: rgba(0, 0, 0, 0.5);
}
.centered-content {
  bottom: 0;
  color: #fff;
  font-size: 24px;
  height: 50%;
  line-height: 1.7;
  margin: auto;
  padding: 0 30px 0 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
}
.faq-wrap {
  border-bottom: 1px solid #eee;
  padding: 30px 0;
}
.faq-left {
  margin-top: 30px;
  padding-left: 7em;
}
.faq-right {
  margin-top: 30px;
  padding-right: 7em;
}
.question {
  color: #3b3b3b;
  font-size: 18px;
  margin: 15px 0 10px;
}
.answer {
  font-size: 18px;
}
.brand {
  padding: 30px 0;
}
.brand-label {
  font-family: "Montserrat";
  font-size: 20px;
  margin-bottom: 10px;
  margin-top: 30px;
}
.color-box {
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 2px;
  height: 100px;
}
.color-wrap > span {
  display: inline-block;
  margin: 7px 0 15px;
}
#c-d4 .color-box {
  background-color: #d4242e;
}
#c-45 .color-box {
  background-color: #454545;
}
#c-ecf .color-box {
  background-color: #ecf0f1;
}
#c-ec2 .color-box {
  background-color: #ec2833;
}
#c-75 .color-box {
  background-color: #757575;
}
#c-f8 .color-box {
  background-color: #F8F9FB;
  border-color: #eee;
}
#c-28 .color-box {
  background-color: #282828;
}
#c-aa .color-box {
  background-color: #aaaaaa;
}
#c-30 .color-box {
  background-color: #303233;
}
#c-dd .color-box {
  background-color: #dddddd;
}
.typography-wrap {
  display: inline-block;
  margin: 20px 0;
  font-size: 18px;
}
.typography-wrap h2 {
  font-size: 40px;
  line-height: 1;
  margin: 0 0 15px;
}
.montserrat-regular {
  font-family: "Montserrat";
}
.montserrat-bold {
  font-family: "Montserrat";
  font-weight: bold;
}
.roboto-regular {
  font-weight: 400;
}
.roboto-medium {
  font-weight: 500;
}
.roboto-bold {
  font-weight: 700;
}
.typography-wrap.merriweather {
  font-family: "Merriweather";
  font-size: 16px;
}
.typography-wrap.merriweather h2 {
  font-family: "Merriweather";
}
.merriweather .merriweather-bold {
  font-weight: bold;
}
.download {
  background-color: #282828;
  padding: 70px 0;
  text-align: center;
}
.download > a {
  color: #fff;
  font-family: "Montserrat";
  font-size: 24px;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.download > a:hover,
.download > a:focus {
  opacity: 0.7;
}
/* contact form 7 */
.wpcf7-form input, .wpcf7-form textarea {
    padding: 10px;
    border-radius: 2px;
    border: 1px solid #ddd;
    margin-top: 5px;
    width: 100%;
    max-width: 500px;
}
.wpcf7-form-control.wpcf7-submit {
    width: 100%;
    max-width: 300px;
    background: #ec2833;
    border: 1px solid #ec2811;
    font-family: montserrat;
    color: #fff;
    letter-spacing: 0.5px;
}

.login form#loginform label.error {
  display: inline-block;
  font-size: 14px;
  left: auto;
  margin: 0;
  padding: 0 10px;
  right: 0;
  text-align: center;
  top: -10px;
  width: auto;
}
.login form#loginform .input.error {
  color: #454545 ;
  font-size: 16px;
  margin: 13px 0 ;
  padding: 10px 20px ;
}
.fluidbox-loader::before {
    display: none !important;
}

.hide-on-desktop {
	display: none;
}
.hide-on-desktop .entry-title.text-left {
	text-align: left;
}
@media (max-width: 1025px) {
	.container-fluid.author-background-cover {
	  height: 400px;
	}
	.nav.nav-tabs li a {
	  width: 251px;
	}
	.story-card {
	  background-size: 160% 100%;
	}
	.story-card:hover {
	  background-size: 200% 120%;
	}
}
@media (max-width: 768px) {
	.login-wrap {
	    padding: 30px 0 0;
	}
	.logo-holder .subtitle {
	    font-size: 14px;
	    margin-top: 15px;
	}
	.logo-holder::before {
	    bottom: -20px;
	}
	.login-form {
	    margin-top: 35px;
	}
	span.strike {
	    display: none;
	}
	.panel-box-body .domisili {
	    margin-bottom: 10px;
	    display: inline-block;
	    width: 100%;
	}
	.panel-box-body .fa {
	    width: 25px;
	    text-align: center;
	    float: left;
	}
	.same span {
	    word-break: break-word;
	}
	.hide-on-desktop {
		display: block;
	}
}

@media (max-width: 568px){
	.logo-holder {
	    padding: 0 10%;
	}
}

/* Resolving editor p with shown p */
.edit .editable > p {
  margin-bottom: 30px;
}
.left-backdrop, .right-backdrop {
  background-color: rgba(255, 255, 255, 0.9);
  transition: opacity 0.1s ease-in 0s;
}
.menu-overlay, .notif-overlay, .profile-overlay {
  transition: all 0.2s ease-in-out 0s;
}

/* hide homepage last 3 category list */
.category-list > li:nth-child(n+14) {
  display: none;
}