/* Header Style
====================================*/
#header {
  position: relative;
  background-color: #1a1a1a;
  z-index: 9999;
  /* Header Transaprent */
  /* News Search and burger menu */
  /* Show Search field */
}
#header .panel-header {
  background-color: transparent;
  position: relative;
  z-index: 1000;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
#header.header-transparent {
  background-color: rgba(26, 26, 26, 0.3);
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
}
#header.header-transparent .header-wrapper nav.main-nav {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
#header .header-wrapper {
  height: 100px;
  position: relative;
}
#header .header-wrapper .site-branding {
  position: absolute;
  left: 0px;
  top: 50%;
  line-height: 1em;
  margin-top: 4px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
#header .header-wrapper .site-branding a {
  font-family: 'Montserrat';
  font-size: 34px;
  font-weight: bold;
  display: inline-block;
  text-decoration: none;
  color: #fff;
  text-transform: uppercase;
  line-height: 1em;
}
#header .header-wrapper .site-branding p {
  color: rgba(255, 255, 255, 0.6);
  font-family: 'SF-UI-Display';
  font-size: 12px;
  font-weight: normal;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin: 0px;
  line-height: 1em;
  margin-top: 3px;
}
#header .header-wrapper .site-branding img {
  width: 337px;
  height: auto;
}
@media screen and (max-width: 768px) {
  #header .header-wrapper .site-branding img {
    max-width: 380px;
  }
}
@media screen and (max-width: 480px) {
  #header .header-wrapper .site-branding img {
    max-width: 220px;
  }
}
@media screen and (max-width: 320px) {
  #header .header-wrapper .site-branding img {
    max-width: 180px;
  }
}
#header .header-wrapper .right-content {
  position: absolute;
  right: 0px;
  bottom: 0px;
  line-height: 65px;
  height: 65px;
}
#header .header-wrapper .right-content .user-profile {
  line-height: 0px;
}
#header .header-wrapper .right-content .user-profile .entry-notify {
  display: inline-block;
  position: relative;
  line-height: 65px;
  float: left;
  margin-right: 20px;
}
#header .header-wrapper .right-content .user-profile .entry-notify img {
  width: 21px;
  opacity: 0.3;
}
#header .header-wrapper .right-content .user-profile .entry-notify span {
  position: absolute;
  display: inline-block;
  width: 14px;
  height: 14px;
  line-height: 12px;
  text-align: center;
  font-size: 9px;
  font-family: 'Georgia';
  background-color: #fff;
  border-radius: 50%;
  color: #1a1a1a;
  top: 23px;
  right: -8px;
  text-indent: 1px;
}
#header .header-wrapper .right-content .user-profile .entry-name {
  position: relative;
  line-height: 65px;
  float: left;
}
#header .header-wrapper .right-content .user-profile .entry-name > a {
  font-size: 10px;
  font-family: 'Montserrat';
  font-weight: normal;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.8);
  margin-right: 20px;
  text-decoration: none;
}
#header .header-wrapper .right-content .user-profile .entry-name > a::after {
  content: '\f107';
  font-family: Fontawesome;
  font-size: 16px;
  position: relative;
  top: 2px;
  margin-left: 7px;
}
#header .header-wrapper .right-content .user-profile .entry-name .entry-dropdown {
  position: absolute;
  top: 100%;
  right: 0px;
  visibility: hidden;
  opacity: 0;
  background-color: #1a1a1a;
  padding: 8px 0px;
  margin-top: 11px;
  color: #fff;
  transform: translateY(-5px);
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
#header .header-wrapper .right-content .user-profile .entry-name .entry-dropdown.open {
  visibility: visible;
  opacity: 1;
  transform: translateY(0px);
}
#header .header-wrapper .right-content .user-profile .entry-name .entry-dropdown a {
  display: block;
  color: rgba(255, 255, 255, 0.8);
  margin: 0;
  padding-left: 25px;
  line-height: 32px;
  width: 160px;
  font-family: 'Montserrat';
  font-weight: normal;
  font-size: 12px;
}
#header .header-wrapper .right-content .user-profile .entry-name .entry-dropdown a:hover {
  color: rgba(255, 255, 255, 0.8);
}
#header .header-wrapper .right-content .user-profile .entry-name .entry-dropdown .border-top {
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  margin-top: 10px;
  padding-top: 5px;
}
#header .header-wrapper .right-content .user-profile .user-avatar {
  display: inline-block;
}
#header .header-wrapper .right-content .user-profile .user-avatar img {
  height: 65px;
  width: auto;
}
#header .header-wrapper .right-content .user-profile .follow-links {
  white-space: nowrap;
  line-height: 65px;
  font-size: 10px;
  font-family: 'Montserrat';
  font-weight: normal;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.6);
}
#header .header-wrapper .right-content .user-profile .follow-links a {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.6);
  display: inline-block;
  margin-left: 10px;
}
#header nav.main-nav {
  position: relative;
  font-family: 'SF-UI-Display';
  font-size: 14px;
  font-weight: 500;
  padding-top: 20px;
  padding-bottom: 10px;
  z-index: 999;
  -webkit-box-shadow: 0 2px 0px 0 rgba(0, 0, 0, 0.03);
  -moz-box-shadow: 0 2px 0px 0 rgba(0, 0, 0, 0.03);
  box-shadow: 0 2px 0px 0 rgba(0, 0, 0, 0.03);
  background: #fff;
}
#header nav.main-nav > ul {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
  display: block;
  margin-right: 60px;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
#header nav.main-nav > ul > li {
  display: inline-block;
  margin: 0px;
  padding: 0px;
  position: relative;
  /* Mega menu */
}
#header nav.main-nav > ul > li > a {
  color: #000000;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0px;
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
#header nav.main-nav > ul > li:first-child:not(.menu-item-has-children) > a {
  padding-left: 0;
}
#header nav.main-nav > ul > li.current_page_item > a,
#header nav.main-nav > ul > li.current-menu-item > a {
  font-weight: 700;
}
#header nav.main-nav > ul > li::after {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  background-color: #000000;
  z-index: -1;
  height: calc(160%);
  display: none;
}
#header nav.main-nav > ul > li ul {
  display: none;
  list-style-type: none;
  padding: 0px;
  margin: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
  position: absolute;
  top: 100%;
  left: 0px;
  background-color: #000000;
  width: 186px;
  margin-top: 10px;
}
#header nav.main-nav > ul > li ul li {
  padding: 10px 40px;
  line-height: 1em;
  position: relative;
  text-align: left;
}
#header nav.main-nav > ul > li ul li a {
  color: #ffffff;
  text-decoration: none;
  display: block;
  line-height: 1em;
  position: relative;
  padding-top: 5px;
  padding-bottom: 5px;
  line-height: 1.2em;
}
#header nav.main-nav > ul > li ul li:hover {
  background-color: rgba(255, 255, 255, 0.15);
}
#header nav.main-nav > ul > li ul li.menu-item-has-children > a::after {
  content: '\f105';
  font-family: Fontawesome;
  font-size: 15px;
  float: right;
}
#header nav.main-nav > ul > li ul li.menu-item-has-children:hover > ul {
  display: block;
  top: -30px;
  left: 180px;
}
#header nav.main-nav > ul > li.menu-item-has-children:hover > a {
  color: #ffffff;
}
#header nav.main-nav > ul > li.menu-item-has-children:hover::after {
  display: block;
}
#header nav.main-nav > ul > li.menu-item-has-children:hover > ul {
  display: block;
}
#header nav.main-nav > ul > li.menu-item-mega {
  /* Mega Menu Medium*/
}
#header nav.main-nav > ul > li.menu-item-mega > ul > li {
  overflow: hidden;
  padding-left: 0px;
  padding-right: 50px;
  padding-top: 20px;
  padding-bottom: 25px;
}
#header nav.main-nav > ul > li.menu-item-mega > ul > li:hover {
  background-color: transparent;
}
#header nav.main-nav > ul > li.menu-item-mega .mega-menu-lists {
  float: left;
  width: 186px;
}
#header nav.main-nav > ul > li.menu-item-mega .mega-menu-lists a {
  display: block;
  padding-left: 50px;
  padding-right: 20px;
  padding-top: 15px;
  padding-bottom: 15px;
}
#header nav.main-nav > ul > li.menu-item-mega .mega-menu-lists a.mm-entry {
  background-color: rgba(255, 255, 255, 0.15);
}
#header nav.main-nav > ul > li.menu-item-mega .mega-menu-lists a:hover {
  background-color: rgba(255, 255, 255, 0.15);
}
#header nav.main-nav > ul > li.menu-item-mega .mega-menu-panel {
  margin-left: 230px;
  padding-top: 15px;
  color: #ffffff;
}
#header nav.main-nav > ul > li.menu-item-mega .mega-menu-panel a::after {
  display: none;
}
#header nav.main-nav > ul > li.menu-item-mega .mega-menu-panel .mega-menu-column {
  padding-left: 30px;
  padding-right: 30px;
}
#header nav.main-nav > ul > li.menu-item-mega .mega-menu-panel .mega-menu-column + .mega-menu-column::before {
  content: '';
  position: absolute;
  top: 0px;
  width: 2px;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.1);
  left: 0;
}
#header nav.main-nav > ul > li.menu-item-mega .mega-menu-panel .mega-title {
  margin: 0px;
  padding: 0px;
  font-size: 14px;
  font-weight: 500;
  font-family: 'SF-UI-Display';
  color: #ffffff;
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
#header nav.main-nav > ul > li.menu-item-mega .mega-menu-panel .mega-title::after {
  content: '';
  height: 2px;
  width: 100%;
  position: absolute;
  bottom: 0px;
  left: 0px;
  background-color: rgba(255, 255, 255, 0.1);
}
#header nav.main-nav > ul > li.menu-item-mega .mega-menu-panel .post {
  /* Medium */
  /* Large */
  /* Small */
}
#header nav.main-nav > ul > li.menu-item-mega .mega-menu-panel .post .meta span {
  color: #ffffff;
}
#header nav.main-nav > ul > li.menu-item-mega .mega-menu-panel .post p {
  font-family: 'Georgia';
  font-size: 14px;
  line-height: 1.3em;
  color: rgba(255, 255, 255, 0.7);
}
#header nav.main-nav > ul > li.menu-item-mega .mega-menu-panel .post.ps-medium {
  margin-bottom: 30px;
}
#header nav.main-nav > ul > li.menu-item-mega .mega-menu-panel .post.ps-medium h4 a {
  font-size: 16px;
  line-height: 20px;
  padding: 0px;
}
#header nav.main-nav > ul > li.menu-item-mega .mega-menu-panel .post.ps-large {
  margin-bottom: 25px;
}
#header nav.main-nav > ul > li.menu-item-mega .mega-menu-panel .post.ps-large a.video-player {
  position: absolute;
}
#header nav.main-nav > ul > li.menu-item-mega .mega-menu-panel .post.ps-large a.video-player::after {
  content: '';
  position: absolute;
  top: 50%;
  margin-top: -6px;
  border-left: solid 9px #fff;
  border-top: solid 6px transparent;
  border-bottom: solid 6px transparent;
  margin-left: -3px;
  color: #fff;
  display: inline-block !important;
}
#header nav.main-nav > ul > li.menu-item-mega .mega-menu-panel .post.ps-large h4 a {
  font-size: 18px;
  line-height: 20px;
}
#header nav.main-nav > ul > li.menu-item-mega .mega-menu-panel .post.ps-small p {
  margin-bottom: 15px;
}
#header nav.main-nav > ul > li.menu-item-mega .mega-menu-panel .post.ps-small p a {
  font-size: 14px;
  line-height: 18px;
  color: rgba(255, 255, 255, 0.7);
}
#header nav.main-nav > ul > li.menu-item-mega.mm-medium .mega-menu-lists {
  float: none;
  width: auto;
  display: block;
  padding-left: 65px;
}
#header nav.main-nav > ul > li.menu-item-mega.mm-medium .mega-menu-lists a {
  display: inline-block;
  padding: 0px;
  margin-right: 30px;
  padding-top: 5px;
  padding-bottom: 5px;
}
#header nav.main-nav > ul > li.menu-item-mega.mm-medium .mega-menu-lists a::after {
  content: '\f107';
  margin-left: 10px;
  font-family: Fontawesome;
  visibility: hidden;
}
#header nav.main-nav > ul > li.menu-item-mega.mm-medium .mega-menu-lists a.mm-entry {
  background-color: transparent;
}
#header nav.main-nav > ul > li.menu-item-mega.mm-medium .mega-menu-lists a.mm-entry::after {
  visibility: visible;
}
#header nav.main-nav > ul > li.menu-item-mega.mm-medium .mega-menu-lists a:hover {
  background: transparent;
}
#header nav.main-nav > ul > li.menu-item-mega.mm-medium .mega-menu-panel {
  margin-left: 50px;
  margin-top: 25px;
}
#header nav.main-nav > ul > li.menu-item-mega.mm-medium .mega-menu-panel .post.ps-large {
  margin-bottom: 0px;
}
#header .right-content,
#header .left-content {
  position: absolute;
  right: 0px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-top: 4px;
}
#header .right-content a,
#header .left-content a {
  display: inline-block;
  text-decoration: none;
}
#header .right-content a + a,
#header .left-content a + a {
  margin-left: 12px;
}
#header .right-content a img,
#header .left-content a img {
  width: 14px;
}
#header .left-content {
  position: relative;
  right: auto;
  left: 0;
}
#header .news-search-menu {
  height: 28px;
  line-height: 28px;
}
#header .news-search-menu a {
  display: inline-block;
  position: relative;
  width: 15px;
  height: 28px;
}
#header .news-search-menu a svg {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
#header .news-search-menu a svg path,
#header .news-search-menu a svg polygon {
  fill: #000000;
}
#header .news-search-menu a.search-handler {
  width: 15px;
}
#header .news-search-menu a.search-handler svg.icon-close {
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateY(50%);
  -moz-transform: translateY(50%);
  transform: translateY(50%);
}
#header .news-search-menu a.burger-menu {
  width: 16px;
}
#header .search-panel {
  position: relative;
  margin-right: 80px;
  visibility: hidden;
  opacity: 0;
  height: 0px;
  -webkit-transform: translateY(5px);
  -moz-transform: translateY(5px);
  transform: translateY(5px);
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
#header .search-panel form input {
  border: none;
  box-shadow: none;
  width: 100%;
  font-family: 'Georgia';
  font-size: 18px;
  color: rgba(0, 0, 0, 0.8);
  height: 48px;
  line-height: 48px;
}
#header .search-panel form button {
  display: none;
}
#header.show-search:not(.header-mini) nav.main-nav > ul {
  height: 0px;
  visibility: hidden;
  overflow: 0;
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  transform: translateY(-10px);
}
#header.show-search .search-panel {
  display: block;
  position: relative;
  visibility: visible;
  opacity: 1;
  height: auto;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  transform: translateY(0px);
}
#header.show-search .news-search-menu .search-handler svg.icon-search {
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  transform: translateY(-100%);
}
#header.show-search .news-search-menu .search-handler svg.icon-close {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
}
#header .panel-ticker {
  position: relative;
}
#header .panel-ticker .tt-el-ticker {
  margin-top: 30px;
  margin-bottom: 30px;
  position: relative;
}
#header .panel-ticker .tt-el-ticker strong {
  font-size: 16px;
  font-family: 'Montserrat';
  font-weight: bold;
  color: #000000;
  text-transform: uppercase;
  letter-spacing: 0px;
  margin-right: 5px;
}
#header .panel-ticker .tt-el-ticker .entry-arrows {
  margin-right: 5px;
}
#header .panel-ticker .tt-el-ticker .entry-arrows a {
  display: inline-block;
  margin-left: 3px;
  margin-right: 3px;
}
#header .panel-ticker .tt-el-ticker .entry-arrows a img {
  width: 6px;
  position: relative;
  top: -1px;
}
#header .panel-ticker .tt-el-ticker .entry-ticker {
  font-size: 16px;
  font-family: 'Georgia';
  font-weight: normal;
  letter-spacing: 0.1px;
  color: rgba(0, 0, 0, 0.75);
}
#header .panel-ticker .tt-el-ticker .entry-ticker a {
  color: rgba(0, 0, 0, 0.75);
}
#header .panel-ticker .tt-el-ticker .entry-ticker span {
  visibility: hidden;
  opacity: 0;
}
#header .panel-ticker .tt-el-ticker .typed-cursor {
  font-size: 18px;
  margin-left: 3px;
}
#header.header-mini .header-wrapper,
#header.header-food .header-wrapper {
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
@media screen and (max-width: 799px) {
  #header.header-mini .header-wrapper,
  #header.header-food .header-wrapper {
    padding-left: 10px;
    padding-right: 15px;
  }
}
#header.header-mini .header-wrapper .site-branding,
#header.header-food .header-wrapper .site-branding {
  position: relative;
  left: auto;
  float: left;
  margin-top: 0px;
  bottom: auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
#header.header-mini .post-title,
#header.header-food .post-title {
  font-size: 16px;
  line-height: 40px;
  font-family: 'Montserrat';
  color: #000000;
  text-transform: uppercase;
  margin-left: 40px;
}
#header.header-mini .left-content,
#header.header-food .left-content {
  z-index: 1220;
}
#header.header-mini .right-content,
#header.header-food .right-content {
  margin: 0;
  text-align: right;
  z-index: 1010;
}
#header.header-mini .right-content #search_handler svg,
#header.header-food .right-content #search_handler svg {
  width: 14px;
  position: relative;
  top: 3px;
}
#header.header-mini .right-content #burger_menu,
#header.header-food .right-content #burger_menu {
  width: 15px;
  position: relative;
  top: 2px;
}
#header.header-mini .right-content #search_handler svg path,
#header.header-food .right-content #search_handler svg path,
#header.header-mini .right-content #burger_menu svg path,
#header.header-food .right-content #burger_menu svg path {
  fill: #000000;
}
#header.header-mini nav.main-nav,
#header.header-food nav.main-nav {
  border: none;
  padding-top: 0px;
  padding-bottom: 0px;
  height: 100px;
}
@media screen and (max-width: 767px) {
  #header.header-mini nav.main-nav,
  #header.header-food nav.main-nav {
    display: none;
  }
}
#header.header-mini nav.main-nav > ul > li > a,
#header.header-food nav.main-nav > ul > li > a {
  padding-top: 0px;
  padding-bottom: 0px;
  line-height: 100px;
}
#header.header-mini nav.main-nav > ul > li ul,
#header.header-food nav.main-nav > ul > li ul {
  margin-top: 0px;
}
#header.header-mini nav.main-nav > ul > li ul li.menu-item-has-children:hover > ul,
#header.header-food nav.main-nav > ul > li ul li.menu-item-has-children:hover > ul {
  top: -20px;
}
#header.header-mini .tools,
#header.header-food .tools {
  display: inline-block;
  position: relative;
}
#header.header-mini .search-panel,
#header.header-food .search-panel {
  background: #fff;
  width: 320px;
  position: absolute;
  right: 0;
  top: 75px;
  margin-right: 15px;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
#header.header-mini .search-panel input,
#header.header-food .search-panel input {
  padding: 0 20px;
}
@media screen and (max-width: 799px) {
  #header.header-mini .search-panel input,
  #header.header-food .search-panel input {
    padding: 0;
  }
}
#header.header-mini .search-panel img,
#header.header-food .search-panel img {
  display: none;
}
#header.header-mini #search_handler::after,
#header.header-food #search_handler::after {
  margin-top: -30px;
}
#header.sticky {
  height: 100px;
}
#header.sticky .panel-header {
  position: fixed;
  height: 100px;
  background-color: #1a1a1a;
  top: -100px;
  width: 100%;
  z-index: 9999;
}
#header.sticky.unpinned .panel-header {
  top: 0px;
}
#header .scroll-window-indicator {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 2px;
  z-index: 1110;
}
#header .scroll-window-indicator .width {
  background-color: rgba(0, 0, 0, 0.7);
  height: 2px;
  width: 0;
}
.admin-bar #header.sticky.unpinned .panel-header {
  top: 32px;
}
/* Elements
====================================*/
/* Animate Element
------------------------------------ */
.beauty-hover {
  background: none;
  position: relative;
  overflow: hidden;
}
.beauty-hover:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  background: #f84432;
  z-index: -1;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.beauty-hover:hover:after {
  height: 0;
}
/* Address
------------------------------------ */
address abbr[title],
address abbr[data-original-title] {
  position: relative;
  padding-left: 35px;
  display: block;
  border-bottom: none;
}
address abbr[title] span,
address abbr[data-original-title] span {
  position: absolute;
  left: 0;
  top: 20px;
  font-size: 16px;
  line-height: 0;
  color: #ffffff;
}
address abbr[title] + abbr[title] {
  border-top: 1px solid;
  border-color: rgba(77, 77, 77, 0.1);
  margin-top: 10px;
  padding-top: 10px;
}
address abbr:first-child span {
  top: 12px;
}
/* Element
------------------------------------ */
.simple-tab-space .tab-panel {
  position: relative;
}
.simple-tab-space .tab-content {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transform: translateY(20px);
  -moz-transform: translateY(20px);
  transform: translateY(20px);
}
.simple-tab-space .tab-content.active {
  -webkit-transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  transition-delay: 0.2s;
  visibility: visible;
  opacity: 1;
  position: relative;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  transform: translateY(0px);
}
.simple-tab-space .tab-title {
  margin: 20px 0;
}
.simple-tab-space .tab-title a {
  float: left;
  font-family: 'Montserrat';
  text-transform: uppercase;
  text-decoration: none;
  font-size: 17px;
  line-height: 1;
  color: rgba(0, 0, 0, 0.4);
  margin: 10px 0;
}
.simple-tab-space .tab-title a + a {
  margin-left: 15px;
  padding-left: 15px;
  border-left: 2px solid rgba(0, 0, 0, 0.3);
}
.simple-tab-space .tab-title a.active {
  color: #000;
}
.simple-tab-space .tab-title a i {
  margin-right: 8px;
}
@media screen and (max-width: 768px) {
  .simple-tab-space .tab-title a {
    font-size: 12px;
  }
  .simple-tab-space .tab-title a + a {
    margin-left: 5px;
    padding-left: 5px;
  }
}
/* Element information
------------------------------------ */
.tt-el-info {
  position: relative;
  display: inline-block;
  margin-top: 20px;
}
.tt-el-info h4 {
  font-size: 28px;
  font-family: 'Montserrat';
  font-weight: bold;
  letter-spacing: 0px;
  line-height: 1em;
  margin: 0px;
  padding: 0px;
  color: #000000;
}
.tt-el-info p {
  margin: 0px;
  padding: 0px;
  font-family: 'Montserrat';
  font-weight: bold;
  font-size: 12px;
  letter-spacing: 0px;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.75);
  line-height: 1em;
  margin-top: 5px;
}
.tt-el-info.inline-style {
  margin-top: 0;
}
.tt-el-info.inline-style h4,
.tt-el-info.inline-style p {
  display: inline-block;
  margin: 0;
}
.tt-el-info.inline-style h4 + p {
  margin-left: 5px;
}
.tt-el-info + .tt-el-info {
  margin-left: 15px;
}
@media screen and (max-width: 376px) {
  .tt-el-info + .tt-el-info {
    margin-left: 0;
  }
}
/* Placeholder & Ads
------------------------------------ */
.ads-placeholder {
  width: 100%;
  padding: 90px 0;
  background-color: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.3);
  text-align: center;
  font-size: 36px;
  line-height: 36px;
  font-family: 'Montserrat';
  text-transform: uppercase;
}
.ads-placeholder.small {
  text-transform: none;
  font-size: 18px;
}
/* Border line
------------------------------------ */
.border-line {
  border-top: 2px solid rgba(0, 0, 0, 0.2);
  margin: 20px 0;
}
.border-line-1 {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  margin: 20px 0;
}
/* Title
------------------------------------ */
.title-border {
  border-bottom: 2px solid rgba(0, 0, 0, 0.4);
  margin-bottom: 20px;
  padding-bottom: 17px;
}
.title-border.width-auto {
  display: inline-block;
}
.title-block {
  font-size: 50px;
  font-weight: 700;
  font-family: 'Montserrat';
  color: #000;
  text-transform: uppercase;
  margin-top: 30px;
  margin-bottom: 19px;
  position: relative;
}
.title-block::after {
  content: attr(data-title);
  position: absolute;
  opacity: .1;
  font-size: 120px;
  top: -50px;
  left: -14px;
  text-overflow: ellipsis;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  display: none;
}
.title-block .entry-title-wrap {
  position: absolute;
  display: inline-block;
  opacity: .1;
  font-size: 120px;
  top: -50px;
  left: -14px;
  width: 100%;
  height: 120px;
  overflow: hidden;
  background: #F5F5F5;
}
.title-block .entry-title-wrap .entry-big-text {
  color: #000;
  display: inline-block;
  white-space: nowrap;
  position: absolute;
  top: 0px;
  left: 0px;
  -webkit-transition: transform 2s linear;
  -moz-transition: transform 2s linear;
  -ms-transition: transform 2s linear;
  -o-transition: transform 2s linear;
  transition: transform 2s linear;
}
.title-block .entry-title-wrap .entry-big-text span {
  display: inline-block;
}
.title-block .entry-title-wrap .entry-big-text span + span {
  margin-left: 60px;
}
@media screen and (max-width: 768px) {
  .title-block {
    white-space: nowrap;
  }
  .title-block::after {
    font-size: 100px;
    top: -36px;
  }
  .title-block .entry-title-wrap {
    top: -36px;
    font-size: 100px;
    height: 100px;
  }
}
@media screen and (max-width: 600px) {
  .title-block {
    font-size: 40px;
  }
  .title-block::after {
    font-size: 70px;
    top: -27px;
  }
  .title-block .entry-title-wrap {
    top: -27px;
    font-size: 70px;
    height: 70px;
  }
}
h3.title-block {
  font-size: 36px;
}
h3.title-block:after {
  font-size: 100px;
  top: -44px;
}
h3.title-block .category-more.text-right {
  top: 18px;
}
@media screen and (max-width: 768px) {
  h3.title-block .category-more.text-right {
    top: 38px;
  }
}
h4.title-block {
  font-size: 24px;
}
h4.title-block:after {
  font-size: 80px;
  top: -38px;
}
h4.title-block .category-more.text-right {
  top: 8px;
}
@media screen and (max-width: 768px) {
  h4.title-block .category-more.text-right {
    top: 18px;
  }
}
h2.title-block {
  color: #000;
}
.title-middle,
.title-small {
  color: #000;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  font-family: 'Montserrat';
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
  width: 100%;
}
.title-middle .category-more,
.title-small .category-more {
  margin-top: 7px;
  font-size: 12px;
}
.title-middle .category-more img,
.title-small .category-more img {
  height: 12px;
}
.title-middle .category-more.text-right,
.title-small .category-more.text-right {
  position: relative;
  float: right;
  top: auto;
}
.title-small {
  font-size: 14px;
}
/* Category block
------------------------------------ */
.category-block {
  margin-bottom: 20px;
}
.category-block a:not(.label) {
  color: #000;
  text-decoration: none;
  line-height: 20px;
}
.category-block a:not(.label):hover {
  color: rgba(0, 0, 0, 0.8);
}
.category-block .post {
  margin-bottom: 25px;
  font-size: 14px;
  line-height: 1.4em;
}
.category-block .post p,
.category-block .post h6 a {
  font-family: 'Georgia';
  font-size: 14px;
}
.category-block .post.first p {
  color: rgba(0, 0, 0, 0.7);
}
.category-block.articles .first.post {
  margin-bottom: 35px;
}
.category-block.articles .first.bordered {
  border-bottom: 2px solid rgba(0, 0, 0, 0.4);
  padding-bottom: 20px;
}
.category-block.articles .first h4 {
  margin-top: 10px;
  font-size: 18px;
  font-weight: 700;
}
.text-bigger .category-block.articles h4 {
  font-size: 26px;
  line-height: 1.1em;
}
.text-bigger .category-block.articles p {
  font-size: 16px;
  line-height: 26px;
}
.text-bigger .category-block.articles .meta {
  font-size: 16px;
}
.m-dimension-carousel .category-block {
  margin-bottom: 0px;
  overflow-x: hidden;
}
.m-dimension-carousel .category-block .post {
  margin-bottom: 0px;
}
.m-dimension-carousel .category-block.articles .post.first {
  margin-bottom: 0px;
}
/* General post block
------------------------------------ */
.post {
  position: relative;
}
.post h4 {
  text-transform: uppercase;
  font-size: 14px;
  font-family: 'Montserrat';
  font-weight: 700;
  line-height: 18px;
  color: #000;
  margin: 0;
  margin-bottom: 10px;
}
.post .image {
  position: relative;
  background-position: center top;
  background-size: cover;
  margin-bottom: 20px;
  background-color: rgba(0, 0, 0, 0.05);
}
.post .image img {
  width: 100%;
  height: auto;
}
.post .image .video-player {
  width: 44px;
  height: 44px;
  text-align: center;
  color: #fff;
  background-color: #000;
  border: 2px solid #fff;
  border-radius: 50%;
  position: absolute;
  transform: translateY(50%);
  bottom: 0;
  right: 25px;
  z-index: 800;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.post .image .video-player:after {
  content: '';
  position: absolute;
  top: 50%;
  margin-top: -6px;
  border-left: solid 9px #fff;
  border-top: solid 6px transparent;
  border-bottom: solid 6px transparent;
  margin-left: -3px;
}
.post .image .video-player:hover {
  background-color: #333;
}
.post .image .video-player-small {
  width: 28px;
  height: 28px;
}
.post .image .video-player-small:after {
  margin-top: -4px;
  border-left: solid 6px #fff;
  border-top: solid 4px transparent;
  border-bottom: solid 4px transparent;
  margin-left: -2px;
}
.post .image .video-player-large {
  width: 68px;
  height: 68px;
  border-width: 3px;
}
.post .image .video-player-large:after {
  margin-top: -9px;
  border-left: solid 14px #fff;
  border-top: solid 10px transparent;
  border-bottom: solid 10px transparent;
  margin-left: -4px;
}
.post .image .video-player-inside {
  left: 15px;
  bottom: 15px;
  transform: none;
}
.post .image .video-player-center {
  left: 50%;
  top: 50%;
  bottom: auto;
  transform: translate(-50%, -50%);
}
.post .image-thumb,
.post .clearfix img {
  float: left;
  width: 80px;
  height: 80px;
  margin-right: 20px;
  margin-bottom: 10px;
}
.post .image-small {
  float: left;
  width: 44px;
  height: 44px;
  margin-right: 20px;
}
.post .image-medium {
  height: 135px;
}
.post .image-large {
  height: 435px;
}
.post .video-frame:hover {
  cursor: pointer;
}
.post p:last-child,
.post h4:last-child,
.post img:last-child {
  margin-bottom: 0;
}
.post.cart-hover {
  position: relative;
}
.post.cart-hover .post-title {
  position: absolute;
  bottom: 15px;
  left: 20px;
  right: 10px;
  z-index: 810;
  font-size: 18px;
  line-height: 20px;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.post.cart-hover .post-title a {
  color: #f9f9f9;
}
.post.cart-hover .post-title a:hover {
  color: #fff;
}
.post.cart-hover:hover .post-title {
  bottom: 25px;
}
/* Meta
------------------------------------ */
.meta {
  line-height: 1;
  font-size: 12px;
  margin-bottom: 10px;
  /* Meta circle treasure
	------------------------------------ */
}
.meta .author {
  color: #000;
}
.meta .date {
  color: rgba(0, 0, 0, 0.7);
}
.meta span + span {
  margin-left: 8px;
}
.meta.inline-meta {
  line-height: 44px;
  margin-bottom: 20px;
}
.meta.inline-meta img {
  margin-right: 20px;
}
.meta.small-meta {
  line-height: 36px;
  margin-bottom: 15px;
  font-size: 14px;
}
.meta.small-meta .image,
.meta.small-meta .image-thumb {
  width: 36px;
  height: 36px;
  margin-right: 15px;
}
.meta.bullet-style {
  position: relative;
  padding-left: 25px;
}
.meta.bullet-style:before {
  content: '';
  display: block;
  border: 2px solid #ff0000;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 3px;
}
/* Regular label
------------------------------------ */
.label {
  padding: 8px 15px;
  margin-right: 10px;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 400;
  border-radius: 0;
  font-family: 'Montserrat';
}
.label:hover {
  color: #fff;
}
/* Trending
------------------------------------ */
.trending h4 {
  font-size: 16px;
  position: relative;
  z-index: 1;
}
.trending .image {
  height: 100px;
  margin-bottom: 28px;
}
.trending .fancy-number {
  position: absolute;
  right: 0;
  top: 99px;
  font-size: 148px;
  font-family: 'Montserrat';
  font-weight: bold;
  color: rgba(255, 0, 0, 0.1);
  line-height: 105px;
  letter-spacing: -13px;
}
.trending .post {
  position: relative;
  margin-bottom: 30px;
  min-height: 205px;
}
.trending .post.no-image {
  min-height: 105px;
}
.trending .post.no-image .fancy-number {
  top: 0;
}
/* More link
------------------------------------ */
.category-more {
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  text-transform: none;
  color: #000;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.category-more img {
  margin-left: 10px;
}
.category-more:hover {
  text-decoration: none;
  opacity: 0.7;
  color: #000;
}
.category-more.text-right {
  position: absolute;
  z-index: 1;
  right: 0;
  margin-left: 15px;
  top: 30px;
}
@media screen and (max-width: 768px) {
  .category-more.text-right {
    top: 45px;
  }
}
.title-block .category-more img,
.title-middle .category-more img,
.category-block .category-more img,
.page-content .category-more img {
  height: 16px;
}
/* Pagination
------------------------------------ */
.pagination-next-prev {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 30px;
}
.pagination-next-prev .arrow-link {
  margin: 0 18px;
  position: relative;
  background-image: none;
}
.pagination-next-prev .arrow-link img {
  height: 20px;
}
.pagination-next-prev.bordered {
  position: relative;
  overflow: hidden;
}
.pagination-next-prev.bordered:before {
  content: '';
  position: absolute;
  height: 2px;
  background: rgba(0, 0, 0, 0.2);
  width: 50%;
  left: 0;
  top: 50%;
  -webkit-transform: translateX(-60px);
  -moz-transform: translateX(-60px);
  transform: translateX(-60px);
}
.pagination-next-prev.bordered:after {
  content: '';
  position: absolute;
  height: 2px;
  background: rgba(0, 0, 0, 0.2);
  width: 50%;
  right: 0;
  top: 50%;
  -webkit-transform: translateX(60px);
  -moz-transform: translateX(60px);
  transform: translateX(60px);
}
/* News slider
------------------------------------ */
.ms-tabs-template .ms-tabs-vertical-template {
  max-width: 1170px;
}
.news-slider {
  margin-bottom: 20px;
}
.news-slider .ms-inner-controls-cont,
.news-slider .ms-container {
  margin: 0;
}
.news-slider .ms-tabs .ms-thumb-frame {
  background-color: #fff;
  text-shadow: none;
}
.news-slider .ms-tabs .ms-thumb {
  padding: 0;
}
.news-slider .ms-thumb {
  position: relative;
}
.news-slider .ms-thumb .image {
  height: 180px;
  background-size: cover;
  position: relative;
  margin-bottom: 0;
}
.news-slider .ms-thumb .meta {
  float: left;
  background-color: #fff;
  padding: 15px 15px 5px 0;
  z-index: 900;
  position: relative;
  margin-bottom: 0;
}
.news-slider .ms-thumb h4 {
  float: left;
  margin-bottom: 0;
  font-weight: bold;
}
.news-slider .thumb-meta {
  background-color: #fff;
  width: 220px;
  z-index: 800;
  position: absolute;
  left: 0;
  bottom: -2px;
}
.news-slider .box {
  left: -3px;
  width: 60%;
  bottom: -3px;
  background: #fff;
  padding: 35px 30px 3px 4px;
}
.news-slider .box p,
.news-slider .box h4,
.news-slider .box .meta {
  float: left;
}
.news-slider .box .meta {
  font-size: 16px;
}
.news-slider .box h4 {
  text-transform: uppercase;
  font-size: 24px;
  font-weight: bold;
  font-family: 'Montserrat';
  color: #000;
}
@media screen and (max-width: 768px) {
  .news-slider .box h4 a {
    font-size: 18px;
  }
}
.news-slider .box p {
  margin: 0;
  font-family: 'Georgia';
  color: rgba(0, 0, 0, 0.7);
  font-size: 18px;
  line-height: 24px;
}
.news-slider .ms-view {
  background-color: #fff;
}
.news-slider .ms-tabs.ms-dir-v.ms-align-right .ms-thumb-ol {
  top: 12px;
  width: 0;
  z-index: 600;
  border: none;
}
.news-slider .ms-tabs.ms-dir-v.ms-align-right .ms-thumb-frame-selected .ms-thumb-ol {
  width: 100%;
  height: 5px;
  background: #ff0000;
  left: 0;
  top: 12px;
}
.news-slider .ms-thumb-frame-selected .image {
  color: #fff;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.news-slider.photo-news-slider .ms-thumb {
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.news-slider.photo-news-slider .ms-thumb .image {
  height: 130px;
  color: #fff;
}
.news-slider.photo-news-slider .ms-thumb .meta {
  margin-top: -20px;
  padding: 10px 15px 2px 0;
}
.news-slider.photo-news-slider .ms-thumb h4 {
  margin-top: 5px;
}
.news-slider.photo-news-slider .ms-thumb-frame-selected .image:before {
  content: '';
  position: absolute;
  z-index: 56;
  top: 50%;
  left: 80px;
  margin-top: -9px;
  border-left: solid 12px #fff;
  border-top: solid 9px transparent;
  border-bottom: solid 9px transparent;
}
.news-slider.photo-news-slider .ms-thumb-frame-selected .image:after {
  content: 'SELECTED';
  position: absolute;
  line-height: 130px;
  text-align: center;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 55;
}
.news-slider:not(.news-slider-hover) .ms-thumb-list.ms-dir-v {
  margin-right: -10px;
}
.news-slider.news-slider-hover .ms-thumb-list {
  right: 120px !important;
  width: 260px !important;
}
.news-slider.news-slider-hover .ms-thumb-list.ms-dir-v {
  height: 80%;
  margin-top: 10%;
  max-height: 400px;
}
.news-slider.news-slider-hover .ms-tabs.ms-dir-v .ms-thumb-frame {
  margin-left: 0;
}
.news-slider.news-slider-hover .ms-thumb-frame {
  width: 260px !important;
  background-color: transparent;
  border: none;
  border-bottom: 2px solid rgba(255, 255, 255, 0.6);
}
.news-slider.news-slider-hover .thumb-meta {
  background-color: transparent;
  position: relative;
  width: auto;
}
.news-slider.news-slider-hover .ms-thumb .meta {
  background-color: transparent;
}
.news-slider.news-slider-hover .box {
  left: 65px;
  width: 60%;
  max-width: 640px;
  bottom: 65px;
  background: none;
  padding: 0;
  color: #fff;
}
.news-slider.news-slider-hover .box h4 {
  font-size: 36px;
  font-weight: 400;
}
.news-slider.news-slider-hover h4 {
  font-size: 18px;
}
.news-slider.news-slider-hover h4,
.news-slider.news-slider-hover h4 a,
.news-slider.news-slider-hover .meta span,
.news-slider.news-slider-hover p {
  color: #fff;
}
.news-slider.news-slider-hover .ms-tabs.ms-dir-v.ms-align-right .ms-thumb-frame-selected .ms-thumb-ol {
  width: 100%;
  height: 2px;
  left: 0;
  top: auto;
  bottom: -2px;
}
.news-slider.news-slider-hover .slide-pattern {
  background: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
  z-index: 8;
  -webkit-transform: translateZ(0.4px);
  -moz-transform: translateZ(0.4px);
  -ms-transform: translateZ(0.4px);
  -o-transform: translateZ(0.4px);
  transform: translateZ(0.4px);
  position: absolute;
  top: 0;
}
.news-slider.news-slider-hover .slide-pattern.tint {
  background: url("../images/news-slider-tint.png") no-repeat;
  background-size: cover;
}
@media screen and (max-width: 640px) {
  .news-slider {
    margin-bottom: 30px;
  }
  .news-slider .box {
    background-color: rgba(255, 255, 255, 0.5);
    padding: 10px 20px !important;
    width: 100%;
    box-sizing: border-box;
  }
  .news-slider .box .meta,
  .news-slider .box p {
    display: none;
  }
}
/* Gallery slider
------------------------------------ */
.gallery-slider {
  margin-bottom: 40px;
}
.gallery-slider .ms-thumb-list.ms-dir-h {
  padding-top: 20px;
}
.gallery-slider .ms-thumb {
  position: relative;
}
.gallery-slider .ms-thumb .image {
  height: 60px;
  background-size: cover;
  position: relative;
  margin-bottom: 0;
}
.gallery-slider .ms-tabs .ms-thumb {
  padding: 0;
}
.gallery-slider .ms-tabs .ms-thumb-frame {
  background: none;
  text-shadow: none;
  border: none;
  opacity: 0.3;
  margin-top: 0;
}
.gallery-slider .ms-tabs .ms-thumb-frame.ms-thumb-frame-selected {
  opacity: 1;
}
.gallery-slider .ms-tabs .ms-thumb-frame .ms-thumb-ol {
  border: none;
}
.gallery-slider .ms-layer {
  font-family: 'Montserrat';
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  font-size: 24px;
  bottom: 25px;
  left: 30px;
}
.gallery-slider .ms-layer a {
  color: #fff;
}
.gallery-slider .ms-layer a:hover {
  color: rgba(255, 255, 255, 0.9);
}
.gallery-slider .ms-layer span {
  font-size: 70%;
  font-weight: 400;
}
.gallery-slider .slide-pattern {
  background: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
  z-index: 8;
  position: absolute;
  top: 0;
  background-position: center top;
}
.gallery-slider .slide-pattern.tint {
  background: url("../images/gallery-slider-tint.png") repeat-x;
  background-position: center bottom;
}
.gallery-slider.movie-slider .slide-pattern {
  background-position: center bottom;
}
.gallery-slider .ms-sbar.ms-dir-h {
  background-color: rgba(0, 0, 0, 0.3);
  left: 0;
  right: 0;
  height: 2px;
}
.gallery-slider .image-copyright {
  font-size: 12px;
  font-family: 'SF-UI-Display';
  font-style: italic;
  color: rgba(0, 0, 0, 0.4);
}
/* Fullscreen & Fullwidth section
------------------------------------ */
.fullscreen-section {
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden;
  min-height: 400px;
}
.fullscreen-section > .overlay {
  position: absolute;
  background-color: #000;
  opacity: 0.7;
  top: 0px;
  right: 0px;
  left: 0px;
  bottom: 0px;
  z-index: 0;
}
.fullwidth-section {
  min-height: 200px;
  background-size: cover;
}
/* Twitter share able
------------------------------------ */
.twitter-shareable {
  padding: 0 3px;
  background: #f0f0f0;
}
.twitter-shareable:after {
  content: "\f099";
  font-family: FontAwesome;
  margin-left: 5px;
  color: #000;
}
.twitter-shareable:hover {
  cursor: pointer;
  background: #efefef;
}
/* Tana Slider with Thumbs
------------------------------------ */
.tana-slider-with-thumb {
  position: relative;
}
.tana-slider-with-thumb .ts-main-panel {
  width: 100%;
}
.tana-slider-with-thumb .ts-main-panel .swiper-slide {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.tana-slider-with-thumb .ts-main-panel .swiper-slide .ts-entry-item {
  padding-top: 130px;
  padding-bottom: 130px;
  position: relative;
  overflow: hidden;
  text-align: right;
}
@media screen and (max-width: 600px) {
  .tana-slider-with-thumb .ts-main-panel .swiper-slide .ts-entry-item {
    text-align: center;
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.tana-slider-with-thumb .ts-main-panel .swiper-slide .ts-entry-item::before {
  content: '';
  background: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0px;
  background: url("../images/gallery-slider-tint.png") repeat-x;
  background-position: center bottom;
  z-index: 8;
}
.tana-slider-with-thumb .ts-main-panel .swiper-slide .ts-entry-item .label {
  padding-left: 30px;
  font-size: 18px;
  position: absolute;
  top: 70px;
  left: 0px;
  z-index: 10;
}
.tana-slider-with-thumb .ts-main-panel .swiper-slide .ts-entry-item .tse-content {
  width: 360px;
  display: inline-block;
  text-align: left;
  margin-right: 80px;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 600px) {
  .tana-slider-with-thumb .ts-main-panel .swiper-slide .ts-entry-item .tse-content {
    width: 80%;
    margin: 0px;
  }
}
.tana-slider-with-thumb .ts-main-panel .swiper-slide .ts-entry-item .tse-content .rate {
  font-size: 18px;
  letter-spacing: 3px;
  margin-bottom: 5px;
}
.tana-slider-with-thumb .ts-main-panel .swiper-slide .ts-entry-item .tse-content .rate i {
  color: #fff;
}
.tana-slider-with-thumb .ts-main-panel .swiper-slide .ts-entry-item .tse-content .rate i.color-1 {
  color: #ff0000;
}
.tana-slider-with-thumb .ts-main-panel .swiper-slide .ts-entry-item .tse-content .product-price {
  position: relative;
  font-family: 'SF-UI-Display';
  font-weight: 400;
  font-size: 22px;
  letter-spacing: 0px;
  text-transform: none;
  margin-bottom: 20px;
  color: #fff;
}
.tana-slider-with-thumb .ts-main-panel .swiper-slide .ts-entry-item .tse-content .product-price .price {
  display: inline-block;
  font-family: 'Montserrat';
  font-weight: normal;
  background-color: #ffff00;
  color: #000;
  padding: 2px 8px;
  margin-left: 10px;
}
.tana-slider-with-thumb .ts-main-panel .swiper-slide .ts-entry-item .tse-content h3 {
  font-weight: bold;
  font-family: 'Montserrat';
  font-size: 40px;
  line-height: 1.26em;
  letter-spacing: 0.1px;
  text-transform: uppercase;
  margin: 0px;
  margin-bottom: 15px;
  word-wrap: break-word;
}
.tana-slider-with-thumb .ts-main-panel .swiper-slide .ts-entry-item .tse-content h3 a {
  color: #fff;
}
.tana-slider-with-thumb .ts-main-panel .swiper-slide .ts-entry-item .tse-content .meta {
  position: relative;
  display: block;
  margin: 0px;
}
.tana-slider-with-thumb .ts-main-panel .swiper-slide .ts-entry-item .tse-content .meta span {
  font-size: 16px;
  font-family: 'SF-UI-Display';
  font-weight: 400;
  text-transform: none;
  color: rgba(255, 255, 255, 0.8);
  letter-spacing: 0px;
}
.tana-slider-with-thumb .ts-main-panel .swiper-slide .ts-entry-item .tse-content .meta .circle-chart {
  width: 100px;
  height: 100px;
  position: absolute;
  bottom: 0px;
  right: 0px;
}
.tana-slider-with-thumb .ts-main-panel .swiper-slide .ts-entry-item .tse-content .meta .circle-chart .circles-text {
  font-size: 26px !important;
  line-height: 0.6em !important;
  color: #fff;
}
.tana-slider-with-thumb .ts-main-panel .swiper-slide .ts-entry-item .tse-content .meta .circle-chart .circles-text small {
  color: rgba(255, 255, 255, 0.5);
}
.tana-slider-with-thumb .ts-main-panel .swiper-slide .ts-entry-item .tse-content .excerpt {
  font-family: 'Georgia';
  font-size: 16px;
  font-weight: normal;
  text-transform: none;
  line-height: 1.9em;
  color: #fff;
  border-top: 2px solid rgba(255, 255, 255, 0.2);
  margin-top: 30px;
  padding-top: 25px;
}
.tana-slider-with-thumb .ts-main-panel .swiper-slide .ts-entry-item .tse-content .read-more {
  margin-top: 25px;
}
.tana-slider-with-thumb .ts-main-panel .swiper-slide .ts-entry-item .tse-content .read-more .icon-link {
  color: #fff;
  display: inline-block;
  font-family: 'Montserrat';
  font-weight: normal;
  text-transform: none;
  font-size: 14px;
  letter-spacing: 0.2px;
}
.tana-slider-with-thumb .ts-main-panel .swiper-slide .ts-entry-item .tse-content .read-more .icon-link img {
  margin-left: 5px;
}
.tana-slider-with-thumb .ts-main-panel .swiper-slide .ts-entry-item .tse-content .read-more .icon-link + .icon-link {
  margin-left: 15px;
}
.tana-slider-with-thumb .ts-main-panel .swiper-slide .ts-entry-item .tse-content .read-more a.post-link,
.tana-slider-with-thumb .ts-main-panel .swiper-slide .ts-entry-item .tse-content .read-more a.add_to_cart_button,
.tana-slider-with-thumb .ts-main-panel .swiper-slide .ts-entry-item .tse-content .read-more a.added_to_cart {
  display: inline-block;
  font-family: 'Montserrat';
  font-size: 14px;
  font-weight: normal;
  letter-spacing: -0.2px;
  color: #fff;
  text-transform: uppercase;
  padding: 0px;
  border: 0px;
  background-color: transparent;
  overflow: hidden;
  margin-right: 15px;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.tana-slider-with-thumb .ts-main-panel .swiper-slide .ts-entry-item .tse-content .read-more a.post-link:last-child,
.tana-slider-with-thumb .ts-main-panel .swiper-slide .ts-entry-item .tse-content .read-more a.add_to_cart_button:last-child,
.tana-slider-with-thumb .ts-main-panel .swiper-slide .ts-entry-item .tse-content .read-more a.added_to_cart:last-child {
  margin-right: 0px;
}
.tana-slider-with-thumb .ts-main-panel .swiper-slide .ts-entry-item .tse-content .read-more a.post-link:hover,
.tana-slider-with-thumb .ts-main-panel .swiper-slide .ts-entry-item .tse-content .read-more a.add_to_cart_button:hover,
.tana-slider-with-thumb .ts-main-panel .swiper-slide .ts-entry-item .tse-content .read-more a.added_to_cart:hover {
  color: #ff0000;
}
.tana-slider-with-thumb .ts-main-panel .swiper-slide .ts-entry-item .tse-content .read-more a.post-link.post-link:before,
.tana-slider-with-thumb .ts-main-panel .swiper-slide .ts-entry-item .tse-content .read-more a.add_to_cart_button.post-link:before,
.tana-slider-with-thumb .ts-main-panel .swiper-slide .ts-entry-item .tse-content .read-more a.added_to_cart.post-link:before {
  content: '---';
  letter-spacing: -3px;
  margin-right: 10px;
}
.tana-slider-with-thumb .ts-main-panel .swiper-slide .ts-entry-item .tse-content .read-more a.post-link.add_to_cart_button:before,
.tana-slider-with-thumb .ts-main-panel .swiper-slide .ts-entry-item .tse-content .read-more a.add_to_cart_button.add_to_cart_button:before,
.tana-slider-with-thumb .ts-main-panel .swiper-slide .ts-entry-item .tse-content .read-more a.added_to_cart.add_to_cart_button:before {
  content: '+';
  margin-right: 10px;
}
.tana-slider-with-thumb .ts-main-panel .swiper-slide .ts-entry-item.text-black .tse-content .rate i {
  color: #000;
}
.tana-slider-with-thumb .ts-main-panel .swiper-slide .ts-entry-item.text-black .tse-content .rate i.color-1 {
  color: #ff0000;
}
.tana-slider-with-thumb .ts-main-panel .swiper-slide .ts-entry-item.text-black .tse-content .product-price {
  color: #000;
}
.tana-slider-with-thumb .ts-main-panel .swiper-slide .ts-entry-item.text-black .tse-content h3 a {
  color: #000;
}
.tana-slider-with-thumb .ts-main-panel .swiper-slide .ts-entry-item.text-black .tse-content .meta span {
  color: rgba(0, 0, 0, 0.8);
}
.tana-slider-with-thumb .ts-main-panel .swiper-slide .ts-entry-item.text-black .tse-content .meta .circle-chart .circles-text {
  color: #000;
}
.tana-slider-with-thumb .ts-main-panel .swiper-slide .ts-entry-item.text-black .tse-content .meta .circle-chart .circles-text small {
  color: rgba(0, 0, 0, 0.5);
}
.tana-slider-with-thumb .ts-main-panel .swiper-slide .ts-entry-item.text-black .tse-content .excerpt {
  color: #000;
  border-top: 2px solid rgba(0, 0, 0, 0.2);
}
.tana-slider-with-thumb .ts-main-panel .swiper-slide .ts-entry-item.text-black .tse-content .read-more .icon-link {
  color: #000;
}
.tana-slider-with-thumb .ts-main-panel .swiper-slide .ts-entry-item.text-black .tse-content .read-more a.post-link,
.tana-slider-with-thumb .ts-main-panel .swiper-slide .ts-entry-item.text-black .tse-content .read-more a.add_to_cart_button,
.tana-slider-with-thumb .ts-main-panel .swiper-slide .ts-entry-item.text-black .tse-content .read-more a.added_to_cart {
  color: #000;
}
.tana-slider-with-thumb .ts-main-panel .swiper-slide .ts-entry-item.text-black .tse-content .read-more a.post-link:hover,
.tana-slider-with-thumb .ts-main-panel .swiper-slide .ts-entry-item.text-black .tse-content .read-more a.add_to_cart_button:hover,
.tana-slider-with-thumb .ts-main-panel .swiper-slide .ts-entry-item.text-black .tse-content .read-more a.added_to_cart:hover {
  color: #ff0000;
}
.tana-slider-with-thumb .ts-thumbs-panel {
  margin-top: 30px;
  width: 100%;
}
.tana-slider-with-thumb .ts-thumbs-panel .swiper-slide {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  opacity: 0.3;
  width: 25%;
}
.tana-slider-with-thumb .ts-thumbs-panel .swiper-slide img {
  width: 100%;
}
.tana-slider-with-thumb .ts-thumbs-panel .swiper-slide.swiper-slide-active {
  opacity: 1;
}
.tana-slider-with-thumb.layout-with-chart .ts-main-panel .swiper-slide .ts-entry-item .tse-content h3 {
  padding-right: 100px;
}
.tana-slider-with-thumb.layout-product .ts-main-panel .swiper-slide .ts-entry-item .label {
  background-color: #ffff00;
  color: #000;
}
.tana-slider-with-thumb .ts-main-wrap {
  position: relative;
}
.tana-slider-with-thumb .ts-main-wrap .swiper-button-prev,
.tana-slider-with-thumb .ts-main-wrap .swiper-button-next {
  width: 30px;
  background-image: url("../vendors/masterslider/skins/default/light-skin-1.png");
  background-size: 152px;
  background-position: -89px -26px;
  height: 40px;
  cursor: pointer;
  top: 50%;
  left: -80px;
  margin-top: -35px;
  position: absolute;
  z-index: 110;
}
@media screen and (max-width: 1300px) {
  .tana-slider-with-thumb .ts-main-wrap .swiper-button-prev,
  .tana-slider-with-thumb .ts-main-wrap .swiper-button-next {
    display: none;
  }
}
.tana-slider-with-thumb .ts-main-wrap .swiper-button-prev::after,
.tana-slider-with-thumb .ts-main-wrap .swiper-button-next::after {
  content: "PREVIOUS";
  font-size: 14px;
  color: #fff;
  display: block;
  margin-top: 35px;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
}
.tana-slider-with-thumb .ts-main-wrap .swiper-button-prev.swiper-button-next,
.tana-slider-with-thumb .ts-main-wrap .swiper-button-next.swiper-button-next {
  background-position: -89px -103px;
  left: auto;
  right: -80px;
}
.tana-slider-with-thumb .ts-main-wrap .swiper-button-prev.swiper-button-next::after,
.tana-slider-with-thumb .ts-main-wrap .swiper-button-next.swiper-button-next::after {
  content: "NEXT";
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -o-transform: translateX(0px);
  transform: translateX(0px);
}
.tana-slider-with-thumb .swiper-bottom-arrows {
  position: relative;
  display: block;
  height: 20px;
  margin-top: 40px;
  margin-bottom: 40px;
}
.tana-slider-with-thumb .swiper-bottom-arrows .sba-left {
  position: absolute;
  width: 50%;
  height: 2px;
  left: 0px;
  top: 50%;
  padding-right: 65px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.tana-slider-with-thumb .swiper-bottom-arrows .sba-left::after {
  content: '';
  height: 2px;
  width: 100%;
  display: block;
  background-color: rgba(255, 255, 255, 0.15);
}
.tana-slider-with-thumb .swiper-bottom-arrows .sba-right {
  position: absolute;
  width: 50%;
  height: 2px;
  right: 0px;
  top: 50%;
  padding-left: 65px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.tana-slider-with-thumb .swiper-bottom-arrows .sba-right::after {
  content: '';
  height: 2px;
  width: 100%;
  display: block;
  background-color: rgba(255, 255, 255, 0.15);
}
.tana-slider-with-thumb .swiper-bottom-arrows .swiper-button-prev,
.tana-slider-with-thumb .swiper-bottom-arrows .swiper-button-next {
  background-image: url("../vendors/masterslider/skins/default/light-skin-1.png");
  background-size: 123px;
  background-position: -74px -27px;
  width: 24px;
  height: 21px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 0px;
  -webkit-transform: translateX(-150%) translateY(-50%);
  -moz-transform: translateX(-150%) translateY(-50%);
  -ms-transform: translateX(-150%) translateY(-50%);
  -o-transform: translateX(-150%) translateY(-50%);
  transform: translateX(-150%) translateY(-50%);
}
.tana-slider-with-thumb .swiper-bottom-arrows .swiper-button-prev.swiper-button-next,
.tana-slider-with-thumb .swiper-bottom-arrows .swiper-button-next.swiper-button-next {
  left: auto;
  right: 50%;
  background-position: -74px -89px;
  -webkit-transform: translateX(150%) translateY(-50%);
  -moz-transform: translateX(150%) translateY(-50%);
  -ms-transform: translateX(150%) translateY(-50%);
  -o-transform: translateX(150%) translateY(-50%);
  transform: translateX(150%) translateY(-50%);
}
.tana-slider-with-thumb.ms-skin-dark .ts-main-wrap .swiper-button-prev,
.tana-slider-with-thumb.ms-skin-dark .ts-main-wrap .swiper-button-next {
  background-image: url("../images/dark-skin-1.png");
}
.tana-slider-with-thumb.ms-skin-dark .ts-main-wrap .swiper-button-prev::after,
.tana-slider-with-thumb.ms-skin-dark .ts-main-wrap .swiper-button-next::after {
  color: #000;
}
.tana-slider-with-thumb.ms-skin-dark .swiper-bottom-arrows .sba-left::after,
.tana-slider-with-thumb.ms-skin-dark .swiper-bottom-arrows .sba-right::after {
  background-color: rgba(0, 0, 0, 0.15);
}
.tana-slider-with-thumb.ms-skin-dark .swiper-bottom-arrows .swiper-button-prev,
.tana-slider-with-thumb.ms-skin-dark .swiper-bottom-arrows .swiper-button-next {
  background-image: url("../images/dark-skin-1.png");
}
/* retina */
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .tana-slider-with-thumb .ts-main-wrap .swiper-button-prev,
  .tana-slider-with-thumb .ts-main-wrap .swiper-button-next {
    background-image: url("../vendors/masterslider/skins/default/light-skin-1-retina.png");
    background-size: 152px;
  }
  .tana-slider-with-thumb .swiper-bottom-arrows .swiper-button-prev,
  .tana-slider-with-thumb .swiper-bottom-arrows .swiper-button-next {
    background-image: url("../vendors/masterslider/skins/default/light-skin-1-retina.png");
  }
  .tana-slider-with-thumb.ms-skin-dark .ts-main-wrap .swiper-button-prev,
  .tana-slider-with-thumb.ms-skin-dark .ts-main-wrap .swiper-button-next {
    background-image: url("../images/dark-skin-1-retina.png");
    background-size: 152px;
  }
  .tana-slider-with-thumb.ms-skin-dark .swiper-bottom-arrows .swiper-button-prev,
  .tana-slider-with-thumb.ms-skin-dark .swiper-bottom-arrows .swiper-button-next {
    background-image: url("../images/dark-skin-1-retina.png");
  }
}
/* News
====================================*/
#header.header-news {
  background-color: transparent;
}
#header.header-news .panel-header {
  background-color: rgba(26, 26, 26, 0.3);
}
@media screen and (max-width: 1199px) {
  #header.header-news nav.main-nav > ul {
    position: relative;
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
  }
  #header.header-news nav.main-nav > ul::-webkit-scrollbar {
    display: none;
  }
  #header.header-news nav.main-nav > ul > li ul {
    display: none;
  }
}
@media screen and (max-width: 500px) {
  #header.header-news .panel-header .header-wrapper .right-content {
    display: none;
  }
}
/* Entertainment
====================================*/
#header {
  /* Entertainment header */
}
#header.header-entertainment .header-wrapper {
  padding: 0 50px;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
#header.header-entertainment .header-wrapper .site-branding {
  position: relative;
  left: 75px;
  top: 50%;
  margin-top: 0px;
  margin-left: 0px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
#header.header-entertainment .header-wrapper .site-branding img {
  height: 23px;
  width: auto;
}
#header.header-entertainment .header-wrapper .right-content,
#header.header-entertainment .header-wrapper .user-profile,
#header.header-entertainment .header-wrapper .user-profile .follow-links {
  position: relative;
  float: right;
  left: auto;
  color: rgba(0, 0, 0, 0.6);
}
#header.header-entertainment .header-wrapper .user-profile .entry-notify span {
  background: #f84432;
  color: #fff;
}
#header.header-entertainment .header-wrapper .user-profile .follow-links {
  margin-left: 15px;
}
#header.header-entertainment .header-wrapper .user-profile .follow-links span {
  display: none;
}
#header.header-entertainment .header-wrapper .user-profile .entry-name > a,
#header.header-entertainment .header-wrapper .user-profile .follow-links > a {
  color: #000000;
  font-size: 15px;
}
#header.header-entertainment .left-content {
  float: left;
  margin-top: 0px;
  min-width: 300px;
  height: 100px;
  position: relative;
}
#header.header-entertainment .right-content {
  margin-top: 0px;
}
#header.header-entertainment .tools {
  height: 60px;
  width: 45px;
  position: absolute;
  left: 0px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
#header.header-entertainment .tools a {
  line-height: 60px;
  height: 60px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
#header.header-entertainment .tools a svg {
  position: absolute;
  top: 50%;
  width: 14px;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
#header.header-entertainment .tools a svg path,
#header.header-entertainment .tools a svg polygon {
  fill: #000000;
}
#header.header-entertainment .tools a#search_handler {
  width: 14px;
  left: 0px;
}
#header.header-entertainment .tools a#search_handler svg.icon-close {
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  transform: translateY(0%);
}
#header.header-entertainment .tools a.burger-menu {
  width: 15px;
  margin-left: 0px;
  right: 0px;
}
#header.header-entertainment .tools a.burger-menu svg {
  width: 15px;
}
#header.header-entertainment .search-panel {
  position: absolute;
  top: 0px;
  left: -260px;
  width: 220px;
  height: 100%;
  opacity: 0;
}
@media screen and (max-width: 425px) {
  #header.header-entertainment .search-panel {
    left: -200px;
    width: 140px;
  }
}
#header.header-entertainment .search-panel input[type=text] {
  background: transparent;
  position: absolute;
  padding: 10px;
  padding-left: 5px;
  top: 0px;
  left: 24px;
  right: 0px;
  height: 100%;
  font-family: 'Montserrat';
  font-size: 13px;
  color: #000000;
}
#header.header-entertainment .search-panel input[type=text]::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.9);
}
#header.header-entertainment .search-panel input[type=text]:-moz-placeholder {
  color: rgba(0, 0, 0, 0.9);
}
#header.header-entertainment .search-panel input[type=text]::-moz-placeholder {
  color: rgba(0, 0, 0, 0.9);
}
#header.header-entertainment .search-panel input[type=text]:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.9);
}
#header.header-entertainment .search-panel svg {
  width: 14px;
  position: absolute;
  left: 0px;
  top: 50%;
  margin-top: 0px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
#header.header-entertainment .search-panel svg path {
  fill: #000000;
}
#header.header-entertainment .tt-el-info h4 {
  color: #000000;
}
#header.header-entertainment .tt-el-info p {
  color: rgba(0, 0, 0, 0.85);
}
#header.header-entertainment.show-search .header-wrapper {
  transform: translateX(220px);
}
#header.header-entertainment.show-search .header-wrapper a#search_handler svg.icon-search {
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  transform: translateY(-100%);
}
#header.header-entertainment.show-search .header-wrapper a#search_handler svg.icon-close {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
#header.header-entertainment.show-search .search-panel {
  opacity: 1;
}
@media screen and (max-width: 1199px) {
  #header.header-entertainment .user-profile {
    display: none;
  }
}
@media screen and (max-width: 991px) {
  #header.header-entertainment .tt-info-weather {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  #header.header-entertainment .tt-info-date {
    display: none;
  }
  #header.header-entertainment .header-wrapper {
    padding-left: 0px;
    padding-right: 0px;
  }
}
/* Entertainment slider
------------------------------------ */
.entertainment-slider {
  /* Circle chart rankings */
}
.entertainment-slider .ms-layer {
  margin-bottom: 80px;
}
.entertainment-slider .ms-layer .meta {
  font-size: 20px;
  font-weight: 300;
  font-family: 'SF-UI-Display';
}
.entertainment-slider .ms-layer .meta span {
  position: relative;
}
.entertainment-slider .ms-layer .meta span + span {
  margin-left: 15px;
  padding-left: 25px;
}
.entertainment-slider .ms-layer .meta span + span:before {
  content: '';
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #ffa018;
  position: absolute;
  left: 0;
  margin-top: 4px;
}
.entertainment-slider .ms-layer h2 {
  font-size: 64px;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  font-family: 'Montserrat';
}
.entertainment-slider .ms-layer h2 span {
  background-color: #f84432;
  color: #fff;
  padding: 5px 15px;
  border-radius: 15px;
  position: relative;
  top: -9px;
}
.entertainment-slider .ms-layer p {
  font-size: 24px;
  margin: 30px 0;
  font-family: 'Georgia';
}
.entertainment-slider .button {
  background-color: #f84432;
  color: #fff;
  margin-top: 100px;
  margin-bottom: 40px;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  border-color: #f84432;
}
.entertainment-slider .button:hover {
  background-color: rgba(248, 68, 50, 0.05);
}
.entertainment-slider .button + .button {
  margin-left: 30px;
}
.entertainment-slider .button i {
  margin-right: 10px;
}
.entertainment-slider .ms-tabs .ms-thumb-frame {
  background-color: #fff;
  text-shadow: none;
}
.entertainment-slider .ms-tabs .ms-thumb {
  padding: 0;
}
.entertainment-slider .ms-thumb {
  position: relative;
  text-align: right;
}
.entertainment-slider .ms-thumb .image {
  height: 180px;
  background-size: cover;
  position: relative;
  margin-bottom: 0;
}
.entertainment-slider .ms-thumb .meta {
  background-color: #fff;
  padding: 15px 0;
  z-index: 900;
  position: relative;
  margin-bottom: 0;
}
.entertainment-slider .ms-thumb h4 {
  margin-bottom: 0;
  font-weight: bold;
}
.entertainment-slider .ms-thumb p {
  padding: 10px 0;
}
.entertainment-slider .thumb-meta {
  background-color: #fff;
  width: 220px;
  z-index: 800;
  position: absolute;
  left: 0;
  bottom: -1px;
}
.entertainment-slider .ms-tabs.ms-dir-v.ms-align-right .ms-thumb-ol {
  top: 12px;
  width: 0;
  z-index: 600;
  border: none;
}
.entertainment-slider .ms-thumb-frame-selected .image {
  color: #fff;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.entertainment-slider.news-slider-hover .ms-thumb-list {
  right: 120px !important;
  width: 260px !important;
  padding-right: 30px;
  border-right: 2px solid #ffa018;
}
.entertainment-slider.news-slider-hover .ms-thumb-list.ms-dir-v {
  height: 70%;
  max-height: 600px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media screen and (min-width: 1600px) {
  .entertainment-slider.news-slider-hover .ms-thumb-list {
    right: 50% !important;
    margin-right: -720px;
  }
}
.entertainment-slider.news-slider-hover .ms-tabs.ms-dir-v .ms-thumb-frame {
  margin-left: 0;
}
.entertainment-slider.news-slider-hover .ms-thumb-frame {
  width: 260px !important;
  background-color: transparent;
  border: none;
}
.entertainment-slider.news-slider-hover .thumb-meta {
  background-color: transparent;
  position: relative;
  width: auto;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.entertainment-slider.news-slider-hover .thumb-meta::after {
  content: '\f0da';
  font-family: Fontawesome;
  font-size: 26px;
  position: absolute;
  color: #ffa018;
  right: -16px;
  top: 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.entertainment-slider.news-slider-hover .thumb-meta:hover {
  transform: translateX(10px);
}
.entertainment-slider.news-slider-hover .thumb-meta:hover::after {
  visibility: visible;
  opacity: 1;
}
.entertainment-slider.news-slider-hover .ms-thumb .meta {
  background-color: transparent;
}
.entertainment-slider.news-slider-hover h4 {
  font-size: 18px;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.entertainment-slider.news-slider-hover h4,
.entertainment-slider.news-slider-hover .meta span,
.entertainment-slider.news-slider-hover p {
  color: #fff;
}
.entertainment-slider.news-slider-hover p {
  line-height: 1.4em;
  margin-bottom: -30px;
}
.entertainment-slider.news-slider-hover .ms-tabs.ms-dir-v.ms-align-right .ms-thumb-frame-selected .ms-thumb-ol {
  width: 100%;
  height: 2px;
  left: 0;
  top: auto;
  bottom: -2px;
}
.entertainment-slider .circle-chart {
  width: 115px;
  height: 115px;
  margin-left: 50px;
  bottom: 10px;
}
.entertainment-slider .circle-chart .circles-text {
  font-size: 32px !important;
  line-height: 0.6 !important;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .entertainment-slider .ms-tabs.ms-dir-v.ms-align-right {
    height: 60%;
    margin-top: 15%;
    right: 60px !important;
  }
  .entertainment-slider .ms-layer {
    left: 60px !important;
    width: 60%;
  }
}
@media screen and (max-width: 991px) {
  .entertainment-slider .ms-tabs.ms-dir-v.ms-align-right {
    display: none;
  }
  .entertainment-slider .ms-layer {
    position: relative !important;
    display: block;
    margin-left: 60px;
    margin-top: 180px !important;
  }
}
@media screen and (max-width: 767px) {
  .entertainment-slider .ms-layer {
    margin-top: 130px !important;
  }
  .entertainment-slider .ms-layer .meta {
    font-size: 14px;
  }
  .entertainment-slider .ms-layer h2 {
    font-size: 40px;
  }
  .entertainment-slider .ms-layer p {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .entertainment-slider .ms-layer .circle-chart {
    display: none;
  }
}
@media screen and (max-width: 599px) {
  .entertainment-slider .ms-layer > div {
    display: none;
  }
  .entertainment-slider .ms-layer h2 {
    font-size: 30px;
  }
  .entertainment-slider .ms-layer p {
    display: none;
  }
}
/* Movie Slider
------------------------------------ */
.movie-section {
  padding: 100px 0;
  background-image: url("http://aficionline.com/wp-content/themes/tana/images/entertainment/section-5-background.jpg");
  background-size: cover;
}
.movie-section .title-block,
.movie-section .category-more {
  color: #fff;
}
/* Movie slider
------------------------------------ */
.movie-slider {
  /* Rate */
}
.movie-slider .ms-thumb .image {
  height: 154px;
}
.movie-slider .label {
  padding-left: 30px;
  font-size: 18px;
  margin-top: 70px;
  background-color: #f84432;
}
.movie-slider .ms-layer.right-side {
  width: 360px !important;
  right: 0 !important;
  top: 0 !important;
  bottom: 0 !important;
  left: auto !important;
  padding: 70px;
}
.movie-slider .ms-layer.right-side h3 {
  font-size: 40px;
  line-height: 44px;
}
.movie-slider h3,
.movie-slider h4 {
  margin-bottom: 20px;
}
.movie-slider .rate {
  font-size: 18px;
}
.movie-slider .one-half {
  width: 50%;
  float: left;
}
.movie-slider .meta span {
  color: rgba(255, 255, 255, 0.7);
  font-size: 16px;
  font-family: 'SF-UI-Display';
  text-transform: none;
  font-weight: 300;
}
.movie-slider .excerpt {
  font-family: 'Georgia';
  font-size: 16px;
  font-weight: normal;
  text-transform: none;
  line-height: 1.9em;
}
.movie-slider .border-top {
  padding-top: 25px;
  margin-top: 20px;
  border-top: 2px solid rgba(255, 255, 255, 0.2);
}
.movie-slider .ms-nav-prev {
  margin-left: -100px;
}
.movie-slider .ms-nav-prev:after {
  content: "PREVIOUS";
  font-size: 14px;
  color: #fff;
  display: block;
  width: 130px;
  margin-left: -99px;
  text-align: right;
  margin-top: 35px;
}
.movie-slider .ms-nav-next {
  margin-right: -100px;
  opacity: 1 !important;
}
.movie-slider .ms-nav-next:after {
  content: "NEXT";
  font-size: 14px;
  color: #fff;
  display: block;
  width: 130px;
  margin-right: -99px;
  margin-top: 35px;
}
.movie-slider .icon-link {
  font-size: 14px;
  color: #fff;
  text-transform: none;
  font-weight: 100;
  margin-top: 25px;
  display: inline-block;
}
.movie-slider .icon-link img {
  margin-left: 5px;
}
.movie-slider .icon-link + .icon-link {
  margin-left: 15px;
}
.movie-slider .circle-chart {
  width: 100px;
  height: 100px;
  -webkit-transform: translateX(30px) translateY(30px);
  -moz-transform: translateX(30px) translateY(30px);
  transform: translateX(30px) translateY(30px);
}
.movie-slider .circle-chart .circles-text {
  font-size: 26px !important;
  line-height: .6 !important;
}
.movie-slider .bottom {
  position: relative;
  top: 140px;
  left: 60px;
}
@media screen and (max-width: 991px) {
  .movie-slider .movie-slider-meta {
    width: 100%;
  }
  .movie-slider .movie-slider-circle {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .movie-slider .ms-layer.right-side h3 {
    font-size: 26px;
    line-height: 1.2em;
  }
  .movie-slider .meta span {
    font-size: 12px;
  }
  .movie-slider .excerpt {
    font-size: 14px;
    padding-top: 10px;
    margin-top: 5px;
  }
}
@media screen and (max-width: 700px) {
  .movie-slider .ms-layer.right-side {
    width: 85% !important;
    text-align: right;
  }
}
@media screen and (max-width: 600px) {
  .movie-slider .ms-layer.right-side h3 {
    margin-bottom: 5px;
  }
  .movie-slider .meta,
  .movie-slider .excerpt {
    display: none;
  }
  .movie-slider .icon-link {
    margin-top: 5px;
  }
}
/* Masonry layout
------------------------------------ */
.en-carousel-block .post {
  position: relative;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.01);
}
.en-carousel-block .post h4 {
  font-size: 26px;
  line-height: 30px;
  font-weight: 400;
  -webkit-transition: all .25s;
  -moz-transition: all .25s;
  transition: all .25s;
}
.en-carousel-block .post h4.font36 {
  font-size: 36px;
  line-height: 1.1;
  font-weight: 400;
  margin: 15px 0;
}
.en-carousel-block .post-content {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  padding: 35px;
}
.en-carousel-block .masonry-item {
  margin-bottom: 30px !important;
}
.en-carousel-block .masonry-item .meta .author {
  color: #000;
}
.en-carousel-block .masonry-item.col-md-6 .post-content {
  padding: 70px;
}
.en-carousel-block .masonry-item.col-md-6 h4 {
  max-width: 50%;
}
.en-carousel-block .image {
  width: 100%;
  position: relative;
  margin: 0px;
}
.en-carousel-block .image.post-size1 img {
  margin-bottom: 30px !important;
}
.en-carousel-block .image.post-size1 img:last-child {
  margin-bottom: 0px !important;
}
.en-carousel-block .image.post-size3 {
  overflow: hidden;
  padding-right: 30px !important;
  padding-bottom: 30px !important;
}
.en-carousel-block .image.post-size3 img {
  width: 50%;
  float: left;
}
.en-carousel-block .image.post-size4 img {
  margin-bottom: 30px !important;
}
.en-carousel-block .image.post-size4 img:last-child {
  margin-bottom: 0px !important;
}
.en-carousel-block .meta {
  display: inline-block;
  border-bottom: 2px solid #f84432;
  padding-bottom: 15px;
  margin-bottom: 20px;
  font-family: 'SF-UI-Display';
  font-size: 16px;
  letter-spacing: 1px;
  font-weight: 100;
}
.en-carousel-block .meta + h4 {
  margin-top: 20px;
}
.en-carousel-block .meta.white {
  border-color: #fff;
}
.en-carousel-block .post-content-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  top: auto;
}
.en-carousel-block .meta-bottom {
  position: absolute;
  height: 100%;
}
.en-carousel-block .meta-bottom .meta {
  position: absolute;
  bottom: 30px;
}
.en-carousel-block .half-height .post-content {
  padding-top: 30px;
}
.en-carousel-block .half-height .meta {
  padding-bottom: 10px;
}
.en-carousel-block .half-height .meta + h4 {
  margin-top: 15px;
}
.en-carousel-block .text-light {
  color: #fff;
}
.en-carousel-block .text-light h4,
.en-carousel-block .text-light a {
  color: #fff;
}
.en-carousel-block .text-light h4:hover,
.en-carousel-block .text-light a:hover {
  color: rgba(255, 255, 255, 0.9);
}
.en-carousel-block .text-light .meta .author {
  color: #fff;
}
/* Masonry layout
------------------------------------ */
.masonry-layout-alternate.little-space.row {
  margin-left: -10px;
  margin-right: -10px;
}
.masonry-layout-alternate.little-space .col-lg-1,
.masonry-layout-alternate.little-space .col-lg-10,
.masonry-layout-alternate.little-space .col-lg-11,
.masonry-layout-alternate.little-space .col-lg-12,
.masonry-layout-alternate.little-space .col-lg-2,
.masonry-layout-alternate.little-space .col-lg-3,
.masonry-layout-alternate.little-space .col-lg-4,
.masonry-layout-alternate.little-space .col-lg-5,
.masonry-layout-alternate.little-space .col-lg-6,
.masonry-layout-alternate.little-space .col-lg-7,
.masonry-layout-alternate.little-space .col-lg-8,
.masonry-layout-alternate.little-space .col-lg-9,
.masonry-layout-alternate.little-space .col-md-1,
.masonry-layout-alternate.little-space .col-md-10,
.masonry-layout-alternate.little-space .col-md-11,
.masonry-layout-alternate.little-space .col-md-12,
.masonry-layout-alternate.little-space .col-md-2,
.masonry-layout-alternate.little-space .col-md-3,
.masonry-layout-alternate.little-space .col-md-4,
.masonry-layout-alternate.little-space .col-md-5,
.masonry-layout-alternate.little-space .col-md-6,
.masonry-layout-alternate.little-space .col-md-7,
.masonry-layout-alternate.little-space .col-md-8,
.masonry-layout-alternate.little-space .col-md-9,
.masonry-layout-alternate.little-space .col-sm-1,
.masonry-layout-alternate.little-space .col-sm-10,
.masonry-layout-alternate.little-space .col-sm-11,
.masonry-layout-alternate.little-space .col-sm-12,
.masonry-layout-alternate.little-space .col-sm-2,
.masonry-layout-alternate.little-space .col-sm-3,
.masonry-layout-alternate.little-space .col-sm-4,
.masonry-layout-alternate.little-space .col-sm-5,
.masonry-layout-alternate.little-space .col-sm-6,
.masonry-layout-alternate.little-space .col-sm-7,
.masonry-layout-alternate.little-space .col-sm-8,
.masonry-layout-alternate.little-space .col-sm-9,
.masonry-layout-alternate.little-space .col-xs-1,
.masonry-layout-alternate.little-space .col-xs-10,
.masonry-layout-alternate.little-space .col-xs-11,
.masonry-layout-alternate.little-space .col-xs-12,
.masonry-layout-alternate.little-space .col-xs-2,
.masonry-layout-alternate.little-space .col-xs-3,
.masonry-layout-alternate.little-space .col-xs-4,
.masonry-layout-alternate.little-space .col-xs-5,
.masonry-layout-alternate.little-space .col-xs-6,
.masonry-layout-alternate.little-space .col-xs-7,
.masonry-layout-alternate.little-space .col-xs-8,
.masonry-layout-alternate.little-space .col-xs-9 {
  padding-left: 10px;
  padding-right: 10px;
}
.masonry-layout-alternate.little-space .masonry-item {
  margin-bottom: 20px;
  overflow: hidden;
}
.masonry-layout-alternate.little-space .post .image {
  margin-bottom: 0px;
}
.masonry-layout-alternate.little-space .post .meta-holder {
  background-color: rgba(0, 0, 0, 0.5);
}
.masonry-layout-alternate.little-space .grid-size.sv {
  margin-bottom: 20px;
}
.masonry-layout-alternate.little-space .grid-size.svb {
  margin-bottom: -10px;
}
.masonry-item img {
  width: 100%;
  height: auto;
}
.masonry-item .entry-hover {
  position: absolute;
  bottom: 25px;
  left: 25px;
  right: 25px;
}
.masonry-item .label {
  margin-bottom: 10px;
  font-size: 12px;
  display: inline-block;
}
.masonry-item h4 {
  font-size: 20px;
  line-height: 24px;
}
.masonry-item .meta .author,
.masonry-item .meta .date {
  color: #e3e3e3;
}
.masonry-item .circle-chart {
  width: 36px;
  height: 36px;
}
.masonry-layout-alternate h4 {
  max-height: 48px;
  overflow: hidden;
}
.masonry-layout-alternate h4 a {
  font-weight: 400;
  text-decoration: none;
  font-family: 'Montserrat';
  font-weight: bold;
  font-size: 22px;
  line-height: 1.2em;
}
.masonry-layout-alternate .meta {
  margin-bottom: 0px;
}
.masonry-layout-alternate.item-bg-pos-top .masonry-item .post .image {
  background-position: center top;
}
.masonry-layout-alternate.item-bg-pos-middle .masonry-item .post .image {
  background-position: center center;
}
.masonry-layout-alternate.item-bg-pos-bottom .masonry-item .post .image {
  background-position: center bottom;
}
.masonry-item .post .image {
  position: relative;
  margin: 0px;
}
.masonry-item .post .image img {
  width: 100%;
}
.masonry-item .post .image.post-size1 img {
  margin-bottom: 20px;
}
.masonry-item .post .image.post-size1 img:last-child {
  margin-bottom: 0px;
}
.masonry-item .post .image.post-size3 {
  overflow: hidden;
  padding-right: 20px;
  padding-bottom: 20px;
}
.masonry-item .post .image.post-size3 img {
  width: 50%;
  float: left;
}
.masonry-item .post .image.post-size4 img {
  margin-bottom: 20px;
}
.masonry-item .post .image.post-size4 img:last-child {
  margin-bottom: 0px;
}
.masonry-item .post h4 a {
  color: #000000;
}
.masonry-item .post .meta .author,
.masonry-item .post .meta .date {
  color: rgba(0, 0, 0, 0.85);
}
.masonry-item .post .meta .product-cat {
  font-size: 16px;
  font-family: 'SF-UI-Display';
  font-weight: 400;
  letter-spacing: 0px;
  color: rgba(0, 0, 0, 0.85);
}
.masonry-item .post .meta .product-price {
  font-family: 'Montserrat';
  font-size: 24px;
  font-weight: normal;
  letter-spacing: -0.3px;
  color: #000000;
  margin-top: 15px;
}
.masonry-item .post.text-light h4 a {
  color: #fff;
}
.masonry-item .post.text-light .meta .author,
.masonry-item .post.text-light .meta .date {
  color: rgba(255, 255, 255, 0.85);
}
.masonry-item .post.text-light .meta .product-cat {
  color: rgba(255, 255, 255, 0.85);
}
.masonry-item .post.text-light .meta .product-price {
  color: #fff;
}
/* Testimonial slider
------------------------------------ */
.testimonial-slider.fs-blog-carousel {
  position: relative;
  margin-bottom: 25px;
}
.testimonial-slider.fs-blog-carousel .swiper-holder {
  background: #fff;
}
.testimonial-slider.fs-blog-carousel img {
  max-width: 60%;
}
.testimonial-slider.fs-blog-carousel .swiper-slider {
  position: relative;
}
.testimonial-slider.fs-blog-carousel blockquote {
  position: absolute;
  right: 10%;
  top: 50%;
  text-transform: uppercase;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  padding-right: 30px;
  max-width: 50%;
  width: 380px;
  border: none;
}
.testimonial-slider.fs-blog-carousel blockquote cite {
  border-bottom: 2px solid #f84432;
  display: inline-block;
  text-transform: none;
  padding-bottom: 10px;
  margin-bottom: 30px;
}
.testimonial-slider.fs-blog-carousel blockquote:before {
  left: -80px;
  font-size: 160px;
  top: 96px;
}
.testimonial-slider.fs-blog-carousel .fs-pager {
  width: 150px;
  position: absolute;
  bottom: 20px;
  right: 0;
  z-index: 900;
}
.testimonial-slider.fs-blog-carousel .fs-pager span {
  font-size: 24px;
}
.testimonial-slider.fs-blog-carousel .fs-pager:before,
.testimonial-slider.fs-blog-carousel .fs-pager:after {
  display: none;
}
.testimonial-slider.fs-blog-carousel .swiper-button-prev.swiper-button-prev {
  left: -60px;
}
.testimonial-slider.fs-blog-carousel .swiper-button-next.swiper-button-next {
  right: -60px;
}
@media screen and (max-width: 767px) {
  .testimonial-slider.fs-blog-carousel blockquote {
    font-size: 20px;
    line-height: 1.4em;
  }
  .testimonial-slider.fs-blog-carousel blockquote cite {
    margin-bottom: 14px;
  }
}
@media screen and (max-width: 600px) {
  .testimonial-slider.fs-blog-carousel blockquote {
    font-size: 9px;
    line-height: 1.4em;
    padding-right: 0px;
    text-transform: none;
  }
  .testimonial-slider.fs-blog-carousel blockquote cite {
    padding-bottom: 0px;
    margin-bottom: 4px;
    font-size: 12px;
  }
  .testimonial-slider.fs-blog-carousel .fs-pager {
    bottom: -6px;
    width: 100px;
  }
  .testimonial-slider.fs-blog-carousel .fs-pager span {
    font-size: 14px;
  }
}
/* PIE
------------------------------------ */
.pie {
  display: inline-block;
  position: relative;
  width: 40px;
  height: 40px;
  background-color: #2f3e46;
  font-size: 44px;
  text-align: center;
  border-radius: 50%;
}
.slice-right {
  position: absolute;
  z-index: 11;
  background-color: #ff913b;
  width: 100%;
  height: 100%;
  clip: rect(0, 20px, 20px, 20px);
  border-radius: 50%;
}
.slice-left {
  position: absolute;
  z-index: 11;
  background-color: #ff913b;
  width: 100%;
  height: 100%;
  clip: rect(20px, 20px, 40px, 20px);
  border-radius: 50%;
}
.percent {
  position: absolute;
  z-index: 20;
  top: 3px;
  right: 3px;
  bottom: 3px;
  left: 3px;
  background: #1d2225;
  border-radius: 50%;
}
.number {
  position: absolute;
  z-index: 30;
  width: 100%;
  height: 100%;
  padding-top: 50%;
  line-height: 0;
  font-size: .3em;
  color: #485c65;
}
.slice-right {
  -webkit-animation-delay: 1.2s;
  -webkit-animation-duration: 0.3s;
  -webkit-animation-name: right-slice;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
}
.slice-left {
  -webkit-animation-delay: 1.5s;
  -webkit-animation-duration: 0.3s;
  -webkit-animation-name: left-slice;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-timing-function: ease-out;
  -webkit-animation-fill-mode: forwards;
}
@-webkit-keyframes right-slice {
  from {
    clip: rect(0, 50%, 20px, 20px);
  }
  50% {
    clip: rect(0, 40px, 20px, 20px);
  }
  to {
    clip: rect(0, 40px, 40px, 20px);
  }
}
@-webkit-keyframes left-slice {
  from {
    clip: rect(20px, 20px, 40px, 20px);
  }
  50% {
    clip: rect(20px, 20px, 40px, 0);
  }
  to {
    clip: rect(0.3em, 20px, 40px, 0);
  }
}
/* Entertainment block
------------------------------------ */
.post img {
  max-width: 100%;
}
.post .bigger-meta {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.post .bigger-meta .author-image {
  top: -40px;
  position: absolute;
}
.post .bigger-meta .meta {
  margin-left: 80px;
}
.post .meta-holder {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 30px;
}
.post .meta-holder img {
  border-radius: 50%;
}
.post.boxoffice-style {
  margin-bottom: 20px;
  /* Rating */
}
.post.boxoffice-style .pie {
  float: left;
}
.post.boxoffice-style .bigger-meta {
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.post.boxoffice-style .bigger-meta::before {
  content: '';
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 120%;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.85) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.85) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.85) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#d9000000', GradientType=0);
  /* IE6-9 */
}
.post.boxoffice-style .bigger-meta .meta-holder {
  padding: 0 5px 25px 20px;
}
.post.boxoffice-style .bigger-meta span {
  line-height: 40px;
  color: rgba(255, 255, 255, 0.9);
  margin-left: 12px;
}
.post.boxoffice-style .image {
  margin-bottom: 18px;
  overflow: hidden;
}
.post.boxoffice-style .label {
  top: 0;
}
.post.boxoffice-style h4 {
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 400;
}
.post.boxoffice-style .rate {
  color: #9a9a9a;
  line-height: 1;
}
.post.boxoffice-style .rate i {
  margin-right: 2px;
  margin-bottom: 10px;
}
.post.boxoffice-style .circle-chart {
  width: 36px;
  bottom: -13px;
}
.post.boxoffice-style:hover .bigger-meta {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  transform: translateY(0px);
}
/* Entertainment block
------------------------------------ */
.en-block .meta {
  font-size: 18px;
}
.en-block .meta .label {
  display: inline-block;
}
.en-block .meta.small-meta {
  font-size: 14px;
}
.en-block .meta.mb0 {
  margin-bottom: 0;
}
.en-block .post h4 {
  font-size: 22px;
}
.en-block .post p {
  font-size: 16px;
  line-height: 30px;
  color: #4D4D4D;
  margin: 0;
}
.en-block .category-more {
  color: #000;
  font-size: 16px;
  padding-top: 20px;
  display: inline-block;
}
.inline-meta .social-links a,
.en-block .social-links a {
  margin-left: 10px;
  font-size: 14px;
}
.inline-meta.font18 a,
.en-block.font18 a {
  line-height: 54px;
}
.post h4.font14 {
  font-size: 14px;
  line-height: 1;
}
.post h4.font16 {
  font-size: 16px;
  line-height: 1;
}
.post h4.font18 {
  font-size: 18px;
  line-height: 22px;
}
.post h4.font20 {
  font-size: 20px;
  line-height: 24px;
}
.post h4.font22 {
  font-size: 22px;
  line-height: 26px;
}
.post h4.font24 {
  font-size: 24px;
  line-height: 28px;
}
.post h4.font28 {
  font-size: 28px;
  line-height: 32px;
}
@media screen and (max-width: 768px) {
  .post h4.font28 {
    font-size: 22px;
    line-height: 26px;
  }
}
.post h4.font32 {
  font-size: 32px;
  line-height: 36px;
}
.image .label {
  position: absolute;
  left: 0;
  top: 25px;
  padding-left: 25px;
  color: #fff;
  z-index: 800;
}
/* Quote post layout
------------------------------------ */
@media screen and (max-width: 786px) {
  .post.quote {
    margin-bottom: 40px;
  }
}
.post.quote blockquote {
  margin-left: 0;
  padding-left: 0;
  border: 0;
  font-size: 24px;
  text-transform: uppercase;
}
.post.quote blockquote:before {
  font-size: 80px;
  left: -35px;
  top: 10px;
}
@media screen and (max-width: 768px) {
  .post.quote blockquote:before {
    left: -20px;
  }
}
.post.quote .label {
  margin-left: 50px;
}
.post.quote .author {
  position: relative;
}
.post.quote .author .image {
  position: relative;
  z-index: 1;
}
.post.quote .author .label {
  font-size: 16px;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 0;
  padding: 12px 15px 12px 43px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all .25s;
  -moz-transition: all .25s;
  transition: all .25s;
}
.post.quote:hover .author .label {
  padding: 12px 25px 12px 53px;
}
.post.cart-style .image-thumb,
.post.cart-style .clearfix img {
  width: 54px;
  height: 54px;
}
.post.cart-style .label {
  font-size: 14px;
  color: #000;
  padding: 0;
  background: none;
  line-height: 36px;
  position: relative;
  display: inline-block;
  margin-top: 4px;
}
.post.cart-style .label:before {
  content: '';
  display: block;
  position: absolute;
  top: -4px;
  left: 0;
  width: 10px;
  height: 4px;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.post.cart-style:hover .label:before {
  width: 20px;
}
.post.cart-style p {
  font-size: 14px;
  line-height: 24px;
}
.post.cart-style .image-thumb {
  margin-bottom: 20px;
}
.post.cart-style .meta {
  font-size: 14px;
}
/* Image grid & Gallery style
------------------------------------ */
.image-grid {
  margin-top: 20px;
  clear: both;
}
.image-grid .image {
  width: 48%;
  margin-bottom: 4%;
  float: left;
}
.image-grid .image:nth-child(2n+1) {
  margin-right: 4%;
}
.image-grid.col-3 .image {
  width: 32%;
  margin-right: 2%;
  margin-bottom: 2%;
}
.image-grid.col-3 .image:nth-child(3n+3) {
  margin-right: 0;
}
.image-grid.col-3 .image:nth-child(3n+4) {
  clear: left;
}
.image-grid.col-4 .image {
  width: 23.5%;
  margin-right: 2%;
  margin-bottom: 2%;
}
.image-grid.col-4 .image:nth-child(4n+4) {
  margin-right: 0;
}
.image-grid.col-4 .image:nth-child(4n+5) {
  clear: left;
}
/* Entertainment Footer */
@media screen and (max-width: 767px) {
  .footer-entertainment .text-right {
    text-align: left;
  }
}
/* Content
====================================*/
html {
  overflow-x: hidden;
}
/* Page Loader */
.tana-loader {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 99999;
  background-color: #ffffff;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.tana-loader .loader-content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.tana-loader .loader-content .loader-circle {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  box-shadow: inset 0 0 0 3px rgba(255, 0, 0, 0.1);
  margin-left: -30px;
  margin-top: -30px;
}
.tana-loader .loader-content .loader-line-mask {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 30px;
  height: 60px;
  margin-left: -30px;
  margin-top: -30px;
  overflow: hidden;
  -webkit-mask-image: -webkit-linear-gradient(top, #000000, rgba(0, 0, 0, 0));
  -webkit-transform-origin: 30px 30px;
  -moz-transform-origin: 30px 30px;
  -ms-transform-origin: 30px 30px;
  -o-transform-origin: 30px 30px;
  transform-origin: 30px 30px;
  -webkit-animation: rotate 1.2s infinite linear;
  -moz-animation: rotate 1.2s infinite linear;
  animation: rotate 1.2s infinite linear;
}
.tana-loader .loader-content .loader-line-mask .loader-line {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  box-shadow: inset 0 0 0 3px rgba(255, 0, 0, 0.9);
}
body {
  font-family: 'SF-UI-Display';
  font-size: 14px;
  line-height: 28px;
  letter-spacing: 0.2px;
  background-color: #fff;
  color: #4D4D4D;
  overflow-x: hidden;
  position: relative;
  /* Hide page loader */
}
body ::selection {
  background-color: #1a1a1a;
  color: #fff;
}
body.page-loaded .tana-loader {
  visibility: hidden;
  opacity: 0;
  z-index: -1;
}
body.entertainment-content ::selection {
  background-color: #f84432;
  color: #fff;
}
body.blog-content ::selection {
  background-color: #1a1a1a;
  color: #fff;
}
body.fashion-content {
  /* Loader colors */
  /* //Loader colors */
}
body.fashion-content .tana-loader {
  background-color: #ffffff;
}
body.fashion-content .tana-loader .loader-content .loader-circle {
  box-shadow: inset 0 0 0 3px rgba(190, 80, 151, 0.1);
}
body.fashion-content .tana-loader .loader-content .loader-line-mask .loader-line {
  box-shadow: inset 0 0 0 3px rgba(190, 80, 151, 0.9);
}
body.fixed-footer > .wrapper > .content-area {
  background-color: #fff;
  margin-bottom: 308px;
  z-index: 10;
  position: relative;
}
body.fixed-footer #footer {
  position: fixed;
  left: 0px;
  bottom: 0px;
  width: 100%;
  z-index: -1;
}
a {
  color: #000;
}
a:focus {
  outline: none;
  text-decoration: none;
}
a:hover {
  color: rgba(0, 0, 0, 0.7);
  text-decoration: none;
}
strong,
u {
  color: #000000;
}
input:focus,
button:focus,
select:focus,
textarea:focus {
  outline: none;
}
.button,
button,
input[type=button],
input[type=submit] {
  box-shadow: none;
  color: #ff0000;
  border: 1px solid #ff0000;
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  font-family: 'Montserrat';
  font-style: normal;
  text-transform: uppercase;
  padding: 10px 35px;
  border-radius: 30px;
  background-color: transparent;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.button:hover,
button:hover,
input[type=button]:hover,
input[type=submit]:hover {
  text-decoration: none;
  background-color: #ff0000;
  color: #fff;
}
.button.full,
button.full,
input[type=button].full,
input[type=submit].full {
  width: 100%;
}
.button.fill,
button.fill,
input[type=button].fill,
input[type=submit].fill {
  background-color: #ff0000;
  color: #000000;
}
.button.fill:hover,
button.fill:hover,
input[type=button].fill:hover,
input[type=submit].fill:hover {
  background-color: transparent;
  color: #ff0000;
  border: 1px solid #ff0000;
}
.button.fill.black,
button.fill.black,
input[type=button].fill.black,
input[type=submit].fill.black {
  background-color: #222222;
  border-color: #222222;
  color: #fff;
}
.button.fill.black:hover,
button.fill.black:hover,
input[type=button].fill.black:hover,
input[type=submit].fill.black:hover {
  background-color: transparent;
  color: #000000;
}
.button.rectangle,
button.rectangle,
input[type=button].rectangle,
input[type=submit].rectangle {
  border-radius: 0px;
}
.button.small,
button.small,
input[type=button].small,
input[type=submit].small {
  font-weight: 300;
  font-size: 12px;
  padding: 12px 35px;
  line-height: 1em;
}
.button.text-light,
button.text-light,
input[type=button].text-light,
input[type=submit].text-light {
  color: #fff;
}
.page-content img {
  max-width: 100%;
  height: auto;
}
.with-sidebar .category-block .post p {
  line-height: 1.8em;
}
.with-sidebar .category-block.articles .first.post {
  margin-bottom: 60px;
}
.clear-left {
  clear: left;
}
.typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
}
.hover-zoom {
  overflow: hidden;
}
.hover-zoom .image {
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.hover-zoom:hover .image {
  transform: scale(1.05);
}
.hover-dark .image,
.hover-light .image {
  position: relative;
}
.hover-dark .image::after,
.hover-light .image::after {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  visibility: hidden;
  opacity: 0;
  z-index: 777;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.hover-dark:hover .image::after,
.hover-light:hover .image::after {
  visibility: visible;
  opacity: 1;
}
.hover-light .image::after {
  background-color: rgba(255, 255, 255, 0.3);
}
/* Custom Bootstrap 5 Columns
------------------------------------ */
.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}
.col-xs-15 {
  width: 20%;
  float: left;
}
@media (min-width: 768px) {
  .col-sm-15 {
    width: 20%;
    float: left;
  }
  .row-has-5-columns {
    margin-left: -10px;
    margin-right: -10px;
  }
}
@media (min-width: 992px) {
  .col-md-15 {
    width: 20%;
    float: left;
  }
}
@media (min-width: 1200px) {
  .col-lg-15 {
    width: 20%;
    float: left;
  }
}
/* Circle chart
------------------------------------ */
.circle-chart {
  position: relative;
  display: inline-block;
  font-size: 16px;
}
.circle-chart .circles-wrp {
  line-height: 0px;
}
.circle-chart svg {
  width: 100%;
}
.circle-chart svg path:nth-child(1) {
  stroke: rgba(255, 255, 255, 0.04);
}
.circle-chart svg path:nth-child(2) {
  stroke-linecap: round;
}
.circle-chart .circles-text {
  position: absolute;
  left: 50% !important;
  top: 50% !important;
  width: auto !important;
  height: auto !important;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  font-size: 14px !important;
  font-weight: 100;
  font-family: 'Open sans';
  color: #fff;
}
.circle-chart .circles-text small {
  font-size: 55%;
  font-family: 'SF-UI-Display';
  font-weight: 400;
  color: rgba(255, 255, 255, 0.5);
}
.push-menu {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 10000;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  /* Push Sidebar Position: Right */
  /* Show Push Sidebar */
}
.push-menu .pm-overlay {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  opacity: 0;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.push-menu .pm-container {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 340px;
  height: 100%;
  background-color: #f9f9f9;
  border-right: 1px solid #e0e0e0;
  box-shadow: 0px 4px 70px rgba(0, 0, 0, 0.25);
  -webkit-transform: translateX(-340px);
  -moz-transform: translateX(-340px);
  -ms-transform: translateX(-340px);
  -o-transform: translateX(-340px);
  transform: translateX(-340px);
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.push-menu .pm-container::before {
  content: '';
  background-image: url("../images/pattern-en.png");
  background-repeat: repeat;
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  opacity: 0.015;
  visibility: hidden;
}
.push-menu .pm-container .pm-viewport {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  overflow: auto;
}
.push-menu .pm-container .pm-viewport::-webkit-scrollbar {
  display: none;
}
.push-menu .pm-container .pm-wrap {
  margin: 44px;
  margin-bottom: 35px;
  padding: 0px;
  position: relative;
  /* Big Menu */
  /* Medium menu */
  /* Small Clean Menu */
}
.push-menu .pm-container .pm-wrap .close-menu {
  display: inline-block;
  width: 30px;
  height: 30px;
  position: relative;
  margin-bottom: 30px;
}
.push-menu .pm-container .pm-wrap .close-menu::before,
.push-menu .pm-container .pm-wrap .close-menu::after {
  content: '';
  display: inline-block;
  width: 100%;
  height: 4px;
  background-color: #000;
  position: absolute;
  left: 0px;
  top: 50%;
  margin-top: -2px;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.push-menu .pm-container .pm-wrap .close-menu::before {
  transform: rotate(-45deg);
}
.push-menu .pm-container .pm-wrap .close-menu::after {
  transform: rotate(45deg);
}
.push-menu .pm-container .pm-wrap .close-menu:hover::before,
.push-menu .pm-container .pm-wrap .close-menu:hover::after {
  background-color: #ff0000;
}
.push-menu .pm-container .pm-wrap .close-menu:hover::before {
  transform: rotate(-135deg);
}
.push-menu .pm-container .pm-wrap .close-menu:hover::after {
  transform: rotate(135deg);
}
.push-menu .pm-container .pm-wrap .widget-title {
  font-size: 14px;
  font-family: 'Montserrat';
  font-weight: normal;
  text-transform: uppercase;
  margin: 0px;
  color: rgba(0, 0, 0, 0.4);
  letter-spacing: 0.3px;
  margin-bottom: 15px;
}
.push-menu .pm-container .pm-wrap .widget + .widget {
  margin-top: 45px;
}
.push-menu .pm-container .pm-wrap .widget_icl_lang_sel_widget ul li ul {
  display: block;
}
.push-menu .pm-container .pm-wrap .big-menu > ul {
  margin: 0px;
}
.push-menu .pm-container .pm-wrap .big-menu ul {
  padding: 0px;
  list-style-type: none;
}
.push-menu .pm-container .pm-wrap .big-menu ul li {
  padding-top: 7px;
  padding-bottom: 7px;
  line-height: 2em;
}
.push-menu .pm-container .pm-wrap .big-menu ul li a {
  font-family: 'Montserrat';
  font-weight: normal;
  font-size: 25px;
  color: #000;
}
.push-menu .pm-container .pm-wrap .big-menu ul li a:hover {
  color: #ff0000;
}
.push-menu .pm-container .pm-wrap .big-menu ul li li a {
  font-size: 20px;
}
.push-menu .pm-container .pm-wrap .big-menu ul ul {
  margin-top: 10px;
}
.push-menu .pm-container .pm-wrap .medium-menu ul li {
  padding-left: 20px;
  position: relative;
  padding-top: 3px;
  padding-bottom: 3px;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.push-menu .pm-container .pm-wrap .medium-menu ul li > a::before {
  /*content: '';
							background-color: fade(@pm-color, 6%);
							position: absolute;
							right: 0px;
							top: 0px;
							bottom: 0px;
							left: -100px;
							border-radius: 10px;
							visibility: hidden;
							opacity: 0;
							.translateX(-@pm-width);
							.transition();*/
}
.push-menu .pm-container .pm-wrap .medium-menu ul li ul {
  margin-top: 10px;
}
.push-menu .pm-container .pm-wrap .medium-menu ul li a {
  font-family: 'Montserrat';
  font-size: 16px;
  font-weight: normal;
  color: #000;
  letter-spacing: 0.3px;
  overflow: hidden;
  display: block;
  position: relative;
  z-index: 10;
  line-height: 1.7em;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.push-menu .pm-container .pm-wrap .medium-menu ul li a::after {
  content: '\f105';
  font-family: Fontawesome;
  font-size: 18px;
  color: #000;
  float: right;
  margin-right: 20px;
  margin-top: 3px;
}
.push-menu .pm-container .pm-wrap .medium-menu ul li a::before {
  content: '\f104';
  font-family: Fontawesome;
  font-size: 18px;
  color: #000;
  margin-right: 20px;
  margin-top: 3px;
  display: none;
}
.push-menu .pm-container .pm-wrap .medium-menu ul li a i {
  display: inline-block;
  width: 23px;
  height: 23px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  opacity: 0.4;
  top: 4px;
  position: relative;
  margin-right: 22px;
}
.push-menu .pm-container .pm-wrap .medium-menu ul li > a:hover {
  -webkit-transform: translateX(15px);
  -moz-transform: translateX(15px);
  -ms-transform: translateX(15px);
  -o-transform: translateX(15px);
  transform: translateX(15px);
  /*&::before{
								visibility: visible;
								opacity: 1;
								.translateX(0px);
							}*/
}
.push-menu .pm-container .pm-wrap .medium-menu > ul > li {
  margin-bottom: 10px;
}
.push-menu .pm-container .pm-wrap .small-menu ul {
  padding: 0px;
  list-style-type: none;
}
.push-menu .pm-container .pm-wrap .small-menu ul li {
  padding-top: 2px;
  padding-bottom: 2px;
  line-height: 2em;
}
.push-menu .pm-container .pm-wrap .small-menu ul li a {
  font-family: 'SF-UI-Display';
  font-weight: 300;
  font-size: 16px;
  letter-spacing: 0.7px;
  color: rgba(0, 0, 0, 0.6);
}
.push-menu .pm-container .pm-wrap .small-menu ul li a:hover {
  color: #ff0000;
}
.push-menu .pm-container .pm-wrap .small-menu > ul {
  margin: 0px;
}
.push-menu .pm-container .pm-wrap .widget .search_form {
  display: block;
  position: relative;
  border: 0px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding: 0px;
  padding-bottom: 10px;
  padding-right: 20px;
}
.push-menu .pm-container .pm-wrap .widget .search_form input {
  height: 42px;
  line-height: 42px;
  background: transparent;
  width: 100%;
  color: #000;
  font-family: 'Montserrat';
  font-size: 16px;
  border: none;
  padding: 0px;
  letter-spacing: 0px;
  text-transform: none;
  font-style: normal;
}
.push-menu .pm-container .pm-wrap .widget .search_form input::-webkit-input-placeholder {
  color: #000;
}
.push-menu .pm-container .pm-wrap .widget .search_form input:-moz-placeholder {
  color: #000;
}
.push-menu .pm-container .pm-wrap .widget .search_form input::-moz-placeholder {
  color: #000;
}
.push-menu .pm-container .pm-wrap .widget .search_form input:-ms-input-placeholder {
  color: #000;
}
.push-menu .pm-container .pm-wrap .widget .search_form button {
  display: block;
  position: absolute;
  width: 14px;
  height: 42px;
  line-height: 42px;
  background-color: transparent;
  border: none;
  top: 0px;
  right: 0px;
  padding: 0px;
  color: #ff0000;
}
.push-menu .pm-container .pm-wrap .widget .search_form button i {
  font-size: 14px;
}
.push-menu .pm-container .pm-wrap .widget .social-links {
  font-size: 18px;
  padding-left: 30px;
  margin-bottom: 30px;
}
.push-menu .pm-container .pm-wrap .widget .social-links a {
  color: #000;
  display: inline-block;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.push-menu .pm-container .pm-wrap .widget .social-links a:hover {
  color: #ff0000;
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  transform: scale(1.2);
}
.push-menu.overlay-dark .pm-overlay {
  background-color: rgba(0, 0, 0, 0.8);
}
.push-menu.overlay-pattern .pm-container::before {
  visibility: visible;
}
.push-menu.hide-close-button .pm-container .pm-wrap .close-menu {
  display: none;
}
.push-menu.pm-right .pm-container {
  border: 0px;
  border-left: 1px solid #e0e0e0;
  left: auto;
  right: 0px;
  -webkit-transform: translateX(340px);
  -moz-transform: translateX(340px);
  -ms-transform: translateX(340px);
  -o-transform: translateX(340px);
  transform: translateX(340px);
  /* Medium Menu */
}
.push-menu.pm-right .pm-container .medium-menu ul li {
  padding-left: 0px;
}
.push-menu.pm-right .pm-container .medium-menu ul li::before {
  -webkit-transform: translateX(340px);
  -moz-transform: translateX(340px);
  -ms-transform: translateX(340px);
  -o-transform: translateX(340px);
  transform: translateX(340px);
}
.push-menu.pm-right .pm-container .medium-menu ul li a::after {
  display: none;
}
.push-menu.pm-right .pm-container .medium-menu ul li a::before {
  display: inline-block;
}
.push-menu.pm-right .pm-container .medium-menu ul li:hover::before {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateX(85px);
  -moz-transform: translateX(85px);
  -ms-transform: translateX(85px);
  -o-transform: translateX(85px);
  transform: translateX(85px);
}
.push-menu.show-pm {
  visibility: visible;
  opacity: 1;
}
.push-menu.show-pm .pm-overlay {
  opacity: 1;
}
.push-menu.show-pm .pm-container {
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -o-transform: translateX(0px);
  transform: translateX(0px);
}
.push-menu .pm-go-home a {
  color: #000;
  font-family: 'Montserrat';
  font-size: 14px;
  font-weight: 400;
  display: block;
}
.push-menu .pm-go-home a i {
  width: 22px;
  height: 22px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  margin-right: 15px;
  display: inline-block;
  top: 4px;
  position: relative;
}
.animated-blocks .ab-item {
  visibility: hidden;
  opacity: 0;
}
.animated-blocks .ab-item.animated {
  -webkit-animation-duration: 0.5s;
  -moz-animation-duration: 0.5s;
  -ms-animation-duration: 0.5s;
  -o-animation-duration: 0.5s;
  animation-duration: 0.5s;
}
.animated-blocks .ab-item.ab-visible {
  visibility: visible;
  opacity: 1;
}
.mfp-bg {
  z-index: 99998;
}
.mfp-wrap {
  z-index: 99999;
}
.play-button {
  display: inline-block;
  width: 78px;
  height: 78px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.play-button.size-small {
  width: 36px;
  height: 36px;
}
.play-button.size-medium {
  width: 57px;
  height: 57px;
}
.play-button svg {
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  transition-duration: 0.4s;
}
.play-button svg path {
  fill: #fff;
}
.post-navigation .pagination > li > a {
  color: #4D4D4D;
}
.post-navigation .pagination > li > span {
  color: #ff0000;
}
.post-navigation .pagination > li > a,
.post-navigation .pagination > li > span {
  padding: 8px 16px;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.post-navigation .pagination > li > a:focus,
.post-navigation .pagination > li > a:hover,
.post-navigation .pagination > li > span:focus,
.post-navigation .pagination > li > span:hover {
  color: #fff;
  background-color: #ff0000;
  border-color: #ff0000;
}
.master-slider.no-tint .slide-pattern {
  display: none;
}
.master-slider.ms-skin-dark .ms-slide .ms-slide-vpbtn,
.master-slider.ms-skin-dark .ms-video-btn,
.master-slider.ms-skin-dark .ms-slide .ms-slide-vcbtn,
.master-slider.ms-skin-dark .ms-nav-next,
.master-slider.ms-skin-dark .ms-nav-prev,
.master-slider.ms-skin-dark .ms-bullet {
  background-image: url("../images/dark-skin-1.png");
}
.master-slider.ms-skin-dark .ms-nav-prev:after,
.master-slider.ms-skin-dark .ms-nav-next:after {
  color: rgba(0, 0, 0, 0.8);
}
.master-slider .ms-slide-bgcont img {
  max-width: none;
}
/* retina */
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .ms-skin-dark .ms-slide .ms-slide-vpbtn,
  .ms-skin-dark .ms-video-btn,
  .ms-skin-dark .ms-slide .ms-slide-vcbtn,
  .ms-skin-dark .ms-nav-next,
  .ms-skin-dark .ms-nav-prev,
  .ms-skin-dark .ms-bullet {
    background-image: url("../images/dark-skin-1-retina.png");
    background-size: 152px 225px;
  }
}
/* Playlist */
.wp-audio-shortcode,
.wp-video-shortcode,
.wp-playlist {
  border: 0px !important;
  padding-left: 0px !important;
  padding-right: 0px !important;
  /* Next/Prev */
  /* Playlist */
  /* Audio Playlist */
  /* Video Playlist */
}
.wp-audio-shortcode.mejs-container,
.wp-video-shortcode.mejs-container,
.wp-playlist.mejs-container,
.wp-audio-shortcode .mejs-container,
.wp-video-shortcode .mejs-container,
.wp-playlist .mejs-container {
  position: relative;
  background-color: transparent;
}
.wp-audio-shortcode.mejs-container .mejs-offscreen,
.wp-video-shortcode.mejs-container .mejs-offscreen,
.wp-playlist.mejs-container .mejs-offscreen,
.wp-audio-shortcode .mejs-container .mejs-offscreen,
.wp-video-shortcode .mejs-container .mejs-offscreen,
.wp-playlist .mejs-container .mejs-offscreen {
  clip: auto;
  clip-path: none;
}
.wp-audio-shortcode.mejs-container .mejs-controls,
.wp-video-shortcode.mejs-container .mejs-controls,
.wp-playlist.mejs-container .mejs-controls,
.wp-audio-shortcode .mejs-container .mejs-controls,
.wp-video-shortcode .mejs-container .mejs-controls,
.wp-playlist .mejs-container .mejs-controls {
  padding-left: 175px;
  padding-right: 150px;
  background-color: transparent;
  /* Play */
  /* Volume Icon */
  /* Volume Slider */
  /* Fullscreen */
  /* Timing */
  /* Rails */
}
.wp-audio-shortcode.mejs-container .mejs-controls .mejs-playpause-button,
.wp-video-shortcode.mejs-container .mejs-controls .mejs-playpause-button,
.wp-playlist.mejs-container .mejs-controls .mejs-playpause-button,
.wp-audio-shortcode .mejs-container .mejs-controls .mejs-playpause-button,
.wp-video-shortcode .mejs-container .mejs-controls .mejs-playpause-button,
.wp-playlist .mejs-container .mejs-controls .mejs-playpause-button {
  position: absolute;
  top: 2px;
  left: 40px;
}
.wp-audio-shortcode.mejs-container .mejs-controls .mejs-playpause-button button,
.wp-video-shortcode.mejs-container .mejs-controls .mejs-playpause-button button,
.wp-playlist.mejs-container .mejs-controls .mejs-playpause-button button,
.wp-audio-shortcode .mejs-container .mejs-controls .mejs-playpause-button button,
.wp-video-shortcode .mejs-container .mejs-controls .mejs-playpause-button button,
.wp-playlist .mejs-container .mejs-controls .mejs-playpause-button button {
  display: block;
  width: 20px;
  height: 26px;
  overflow: hidden;
  position: relative;
  background: none;
  padding: 0px;
  margin: 0px;
}
.wp-audio-shortcode.mejs-container .mejs-controls .mejs-playpause-button button svg,
.wp-video-shortcode.mejs-container .mejs-controls .mejs-playpause-button button svg,
.wp-playlist.mejs-container .mejs-controls .mejs-playpause-button button svg,
.wp-audio-shortcode .mejs-container .mejs-controls .mejs-playpause-button button svg,
.wp-video-shortcode .mejs-container .mejs-controls .mejs-playpause-button button svg,
.wp-playlist .mejs-container .mejs-controls .mejs-playpause-button button svg {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: transform 0.25s ease;
  -moz-transition: transform 0.25s ease;
  -ms-transition: transform 0.25s ease;
  -o-transition: transform 0.25s ease;
  transition: transform 0.25s ease;
}
.wp-audio-shortcode.mejs-container .mejs-controls .mejs-playpause-button button svg path,
.wp-video-shortcode.mejs-container .mejs-controls .mejs-playpause-button button svg path,
.wp-playlist.mejs-container .mejs-controls .mejs-playpause-button button svg path,
.wp-audio-shortcode .mejs-container .mejs-controls .mejs-playpause-button button svg path,
.wp-video-shortcode .mejs-container .mejs-controls .mejs-playpause-button button svg path,
.wp-playlist .mejs-container .mejs-controls .mejs-playpause-button button svg path {
  fill: #000000;
}
.wp-audio-shortcode.mejs-container .mejs-controls .mejs-playpause-button button .ms_icon_play,
.wp-video-shortcode.mejs-container .mejs-controls .mejs-playpause-button button .ms_icon_play,
.wp-playlist.mejs-container .mejs-controls .mejs-playpause-button button .ms_icon_play,
.wp-audio-shortcode .mejs-container .mejs-controls .mejs-playpause-button button .ms_icon_play,
.wp-video-shortcode .mejs-container .mejs-controls .mejs-playpause-button button .ms_icon_play,
.wp-playlist .mejs-container .mejs-controls .mejs-playpause-button button .ms_icon_play {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}
.wp-audio-shortcode.mejs-container .mejs-controls .mejs-playpause-button button .ms_icon_pause,
.wp-video-shortcode.mejs-container .mejs-controls .mejs-playpause-button button .ms_icon_pause,
.wp-playlist.mejs-container .mejs-controls .mejs-playpause-button button .ms_icon_pause,
.wp-audio-shortcode .mejs-container .mejs-controls .mejs-playpause-button button .ms_icon_pause,
.wp-video-shortcode .mejs-container .mejs-controls .mejs-playpause-button button .ms_icon_pause,
.wp-playlist .mejs-container .mejs-controls .mejs-playpause-button button .ms_icon_pause {
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
}
.wp-audio-shortcode.mejs-container .mejs-controls .mejs-playpause-button.mejs-play .ms_icon_play,
.wp-video-shortcode.mejs-container .mejs-controls .mejs-playpause-button.mejs-play .ms_icon_play,
.wp-playlist.mejs-container .mejs-controls .mejs-playpause-button.mejs-play .ms_icon_play,
.wp-audio-shortcode .mejs-container .mejs-controls .mejs-playpause-button.mejs-play .ms_icon_play,
.wp-video-shortcode .mejs-container .mejs-controls .mejs-playpause-button.mejs-play .ms_icon_play,
.wp-playlist .mejs-container .mejs-controls .mejs-playpause-button.mejs-play .ms_icon_play {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -ms-transform: translateY(0%);
  -o-transform: translateY(0%);
  transform: translateY(0%);
}
.wp-audio-shortcode.mejs-container .mejs-controls .mejs-playpause-button.mejs-pause .ms_icon_pause,
.wp-video-shortcode.mejs-container .mejs-controls .mejs-playpause-button.mejs-pause .ms_icon_pause,
.wp-playlist.mejs-container .mejs-controls .mejs-playpause-button.mejs-pause .ms_icon_pause,
.wp-audio-shortcode .mejs-container .mejs-controls .mejs-playpause-button.mejs-pause .ms_icon_pause,
.wp-video-shortcode .mejs-container .mejs-controls .mejs-playpause-button.mejs-pause .ms_icon_pause,
.wp-playlist .mejs-container .mejs-controls .mejs-playpause-button.mejs-pause .ms_icon_pause {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -ms-transform: translateY(0%);
  -o-transform: translateY(0%);
  transform: translateY(0%);
}
.wp-audio-shortcode.mejs-container .mejs-controls .mejs-volume-button,
.wp-video-shortcode.mejs-container .mejs-controls .mejs-volume-button,
.wp-playlist.mejs-container .mejs-controls .mejs-volume-button,
.wp-audio-shortcode .mejs-container .mejs-controls .mejs-volume-button,
.wp-video-shortcode .mejs-container .mejs-controls .mejs-volume-button,
.wp-playlist .mejs-container .mejs-controls .mejs-volume-button {
  position: absolute;
  top: 2px;
  right: 66px;
}
.wp-audio-shortcode.mejs-container .mejs-controls .mejs-volume-button button,
.wp-video-shortcode.mejs-container .mejs-controls .mejs-volume-button button,
.wp-playlist.mejs-container .mejs-controls .mejs-volume-button button,
.wp-audio-shortcode .mejs-container .mejs-controls .mejs-volume-button button,
.wp-video-shortcode .mejs-container .mejs-controls .mejs-volume-button button,
.wp-playlist .mejs-container .mejs-controls .mejs-volume-button button {
  display: block;
  width: 24px;
  height: 16px;
  background: none;
  overflow: hidden;
  margin: 0px;
  padding: 0px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.wp-audio-shortcode.mejs-container .mejs-controls .mejs-volume-button button svg,
.wp-video-shortcode.mejs-container .mejs-controls .mejs-volume-button button svg,
.wp-playlist.mejs-container .mejs-controls .mejs-volume-button button svg,
.wp-audio-shortcode .mejs-container .mejs-controls .mejs-volume-button button svg,
.wp-video-shortcode .mejs-container .mejs-controls .mejs-volume-button button svg,
.wp-playlist .mejs-container .mejs-controls .mejs-volume-button button svg {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: transform 0.25s ease;
  -moz-transition: transform 0.25s ease;
  -ms-transition: transform 0.25s ease;
  -o-transition: transform 0.25s ease;
  transition: transform 0.25s ease;
}
.wp-audio-shortcode.mejs-container .mejs-controls .mejs-volume-button button svg path,
.wp-video-shortcode.mejs-container .mejs-controls .mejs-volume-button button svg path,
.wp-playlist.mejs-container .mejs-controls .mejs-volume-button button svg path,
.wp-audio-shortcode .mejs-container .mejs-controls .mejs-volume-button button svg path,
.wp-video-shortcode .mejs-container .mejs-controls .mejs-volume-button button svg path,
.wp-playlist .mejs-container .mejs-controls .mejs-volume-button button svg path {
  fill: rgba(0, 0, 0, 0.2);
}
.wp-audio-shortcode.mejs-container .mejs-controls .mejs-volume-button button .ec_volume_max,
.wp-video-shortcode.mejs-container .mejs-controls .mejs-volume-button button .ec_volume_max,
.wp-playlist.mejs-container .mejs-controls .mejs-volume-button button .ec_volume_max,
.wp-audio-shortcode .mejs-container .mejs-controls .mejs-volume-button button .ec_volume_max,
.wp-video-shortcode .mejs-container .mejs-controls .mejs-volume-button button .ec_volume_max,
.wp-playlist .mejs-container .mejs-controls .mejs-volume-button button .ec_volume_max {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}
.wp-audio-shortcode.mejs-container .mejs-controls .mejs-volume-button button .ec_volume_mute,
.wp-video-shortcode.mejs-container .mejs-controls .mejs-volume-button button .ec_volume_mute,
.wp-playlist.mejs-container .mejs-controls .mejs-volume-button button .ec_volume_mute,
.wp-audio-shortcode .mejs-container .mejs-controls .mejs-volume-button button .ec_volume_mute,
.wp-video-shortcode .mejs-container .mejs-controls .mejs-volume-button button .ec_volume_mute,
.wp-playlist .mejs-container .mejs-controls .mejs-volume-button button .ec_volume_mute {
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
}
.wp-audio-shortcode.mejs-container .mejs-controls .mejs-volume-button.mejs-mute button .ec_volume_max,
.wp-video-shortcode.mejs-container .mejs-controls .mejs-volume-button.mejs-mute button .ec_volume_max,
.wp-playlist.mejs-container .mejs-controls .mejs-volume-button.mejs-mute button .ec_volume_max,
.wp-audio-shortcode .mejs-container .mejs-controls .mejs-volume-button.mejs-mute button .ec_volume_max,
.wp-video-shortcode .mejs-container .mejs-controls .mejs-volume-button.mejs-mute button .ec_volume_max,
.wp-playlist .mejs-container .mejs-controls .mejs-volume-button.mejs-mute button .ec_volume_max {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -ms-transform: translateY(0%);
  -o-transform: translateY(0%);
  transform: translateY(0%);
}
.wp-audio-shortcode.mejs-container .mejs-controls .mejs-volume-button.mejs-unmute button .ec_volume_mute,
.wp-video-shortcode.mejs-container .mejs-controls .mejs-volume-button.mejs-unmute button .ec_volume_mute,
.wp-playlist.mejs-container .mejs-controls .mejs-volume-button.mejs-unmute button .ec_volume_mute,
.wp-audio-shortcode .mejs-container .mejs-controls .mejs-volume-button.mejs-unmute button .ec_volume_mute,
.wp-video-shortcode .mejs-container .mejs-controls .mejs-volume-button.mejs-unmute button .ec_volume_mute,
.wp-playlist .mejs-container .mejs-controls .mejs-volume-button.mejs-unmute button .ec_volume_mute {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -ms-transform: translateY(0%);
  -o-transform: translateY(0%);
  transform: translateY(0%);
}
.wp-audio-shortcode.mejs-container .mejs-controls .mejs-horizontal-volume-slider,
.wp-video-shortcode.mejs-container .mejs-controls .mejs-horizontal-volume-slider,
.wp-playlist.mejs-container .mejs-controls .mejs-horizontal-volume-slider,
.wp-audio-shortcode .mejs-container .mejs-controls .mejs-horizontal-volume-slider,
.wp-video-shortcode .mejs-container .mejs-controls .mejs-horizontal-volume-slider,
.wp-playlist .mejs-container .mejs-controls .mejs-horizontal-volume-slider {
  position: absolute;
  top: 2px;
  right: 0px;
}
.wp-audio-shortcode.mejs-container .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,
.wp-video-shortcode.mejs-container .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,
.wp-playlist.mejs-container .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,
.wp-audio-shortcode .mejs-container .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,
.wp-video-shortcode .mejs-container .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,
.wp-playlist .mejs-container .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
  height: 2px;
  top: 12px;
  background-color: rgba(0, 0, 0, 0.1);
}
.wp-audio-shortcode.mejs-container .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current,
.wp-video-shortcode.mejs-container .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current,
.wp-playlist.mejs-container .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current,
.wp-audio-shortcode .mejs-container .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current,
.wp-video-shortcode .mejs-container .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current,
.wp-playlist .mejs-container .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
  background-color: #ff0000;
  height: 2px;
  top: 12px;
  border-radius: 2px;
}
.wp-audio-shortcode.mejs-container .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-handle,
.wp-video-shortcode.mejs-container .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-handle,
.wp-playlist.mejs-container .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-handle,
.wp-audio-shortcode .mejs-container .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-handle,
.wp-video-shortcode .mejs-container .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-handle,
.wp-playlist .mejs-container .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-handle {
  background-color: #ff0000;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  float: none;
  position: absolute;
  top: 8px;
  display: none;
}
.wp-audio-shortcode.mejs-container .mejs-controls .mejs-horizontal-volume-slider:hover .mejs-horizontal-volume-handle,
.wp-video-shortcode.mejs-container .mejs-controls .mejs-horizontal-volume-slider:hover .mejs-horizontal-volume-handle,
.wp-playlist.mejs-container .mejs-controls .mejs-horizontal-volume-slider:hover .mejs-horizontal-volume-handle,
.wp-audio-shortcode .mejs-container .mejs-controls .mejs-horizontal-volume-slider:hover .mejs-horizontal-volume-handle,
.wp-video-shortcode .mejs-container .mejs-controls .mejs-horizontal-volume-slider:hover .mejs-horizontal-volume-handle,
.wp-playlist .mejs-container .mejs-controls .mejs-horizontal-volume-slider:hover .mejs-horizontal-volume-handle {
  display: inline-block;
}
.wp-audio-shortcode.mejs-container .mejs-controls .mejs-fullscreen-button,
.wp-video-shortcode.mejs-container .mejs-controls .mejs-fullscreen-button,
.wp-playlist.mejs-container .mejs-controls .mejs-fullscreen-button,
.wp-audio-shortcode .mejs-container .mejs-controls .mejs-fullscreen-button,
.wp-video-shortcode .mejs-container .mejs-controls .mejs-fullscreen-button,
.wp-playlist .mejs-container .mejs-controls .mejs-fullscreen-button {
  position: absolute;
  top: 2px;
  right: 0px;
}
.wp-audio-shortcode.mejs-container .mejs-controls .mejs-fullscreen-button button,
.wp-video-shortcode.mejs-container .mejs-controls .mejs-fullscreen-button button,
.wp-playlist.mejs-container .mejs-controls .mejs-fullscreen-button button,
.wp-audio-shortcode .mejs-container .mejs-controls .mejs-fullscreen-button button,
.wp-video-shortcode .mejs-container .mejs-controls .mejs-fullscreen-button button,
.wp-playlist .mejs-container .mejs-controls .mejs-fullscreen-button button {
  margin: 0px;
  padding: 0px;
  width: 20px;
  height: 20px;
  background: none;
  background-color: rgba(0, 0, 0, 0.6);
  border-radius: 3px;
  position: relative;
  top: 3px;
  left: 3px;
}
.wp-audio-shortcode.mejs-container .mejs-controls .mejs-fullscreen-button button::after,
.wp-video-shortcode.mejs-container .mejs-controls .mejs-fullscreen-button button::after,
.wp-playlist.mejs-container .mejs-controls .mejs-fullscreen-button button::after,
.wp-audio-shortcode .mejs-container .mejs-controls .mejs-fullscreen-button button::after,
.wp-video-shortcode .mejs-container .mejs-controls .mejs-fullscreen-button button::after,
.wp-playlist .mejs-container .mejs-controls .mejs-fullscreen-button button::after {
  content: '';
  background-color: #fff;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.wp-audio-shortcode.mejs-container .mejs-controls .mejs-time,
.wp-video-shortcode.mejs-container .mejs-controls .mejs-time,
.wp-playlist.mejs-container .mejs-controls .mejs-time,
.wp-audio-shortcode .mejs-container .mejs-controls .mejs-time,
.wp-video-shortcode .mejs-container .mejs-controls .mejs-time,
.wp-playlist .mejs-container .mejs-controls .mejs-time {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.4);
  position: absolute;
}
.wp-audio-shortcode.mejs-container .mejs-controls .mejs-time.mejs-currenttime-container,
.wp-video-shortcode.mejs-container .mejs-controls .mejs-time.mejs-currenttime-container,
.wp-playlist.mejs-container .mejs-controls .mejs-time.mejs-currenttime-container,
.wp-audio-shortcode .mejs-container .mejs-controls .mejs-time.mejs-currenttime-container,
.wp-video-shortcode .mejs-container .mejs-controls .mejs-time.mejs-currenttime-container,
.wp-playlist .mejs-container .mejs-controls .mejs-time.mejs-currenttime-container {
  top: 0px;
  left: 124px;
}
.wp-audio-shortcode.mejs-container .mejs-controls .mejs-time.mejs-duration-container,
.wp-video-shortcode.mejs-container .mejs-controls .mejs-time.mejs-duration-container,
.wp-playlist.mejs-container .mejs-controls .mejs-time.mejs-duration-container,
.wp-audio-shortcode .mejs-container .mejs-controls .mejs-time.mejs-duration-container,
.wp-video-shortcode .mejs-container .mejs-controls .mejs-time.mejs-duration-container,
.wp-playlist .mejs-container .mejs-controls .mejs-time.mejs-duration-container {
  top: 0px;
  right: 100px;
}
.wp-audio-shortcode.mejs-container .mejs-controls div.mejs-time-rail,
.wp-video-shortcode.mejs-container .mejs-controls div.mejs-time-rail,
.wp-playlist.mejs-container .mejs-controls div.mejs-time-rail,
.wp-audio-shortcode .mejs-container .mejs-controls div.mejs-time-rail,
.wp-video-shortcode .mejs-container .mejs-controls div.mejs-time-rail,
.wp-playlist .mejs-container .mejs-controls div.mejs-time-rail {
  padding: 0px;
  margin: 0px;
  position: relative;
  top: 2px;
}
.wp-audio-shortcode.mejs-container .mejs-controls div.mejs-time-rail .mejs-time-total:focus,
.wp-video-shortcode.mejs-container .mejs-controls div.mejs-time-rail .mejs-time-total:focus,
.wp-playlist.mejs-container .mejs-controls div.mejs-time-rail .mejs-time-total:focus,
.wp-audio-shortcode .mejs-container .mejs-controls div.mejs-time-rail .mejs-time-total:focus,
.wp-video-shortcode .mejs-container .mejs-controls div.mejs-time-rail .mejs-time-total:focus,
.wp-playlist .mejs-container .mejs-controls div.mejs-time-rail .mejs-time-total:focus {
  outline: none;
}
.wp-audio-shortcode.mejs-container .mejs-controls div.mejs-time-rail .mejs-time-total,
.wp-video-shortcode.mejs-container .mejs-controls div.mejs-time-rail .mejs-time-total,
.wp-playlist.mejs-container .mejs-controls div.mejs-time-rail .mejs-time-total,
.wp-audio-shortcode .mejs-container .mejs-controls div.mejs-time-rail .mejs-time-total,
.wp-video-shortcode .mejs-container .mejs-controls div.mejs-time-rail .mejs-time-total,
.wp-playlist .mejs-container .mejs-controls div.mejs-time-rail .mejs-time-total {
  background-color: rgba(0, 0, 0, 0.1);
  height: 2px;
  margin: 0px;
  top: 12px;
}
.wp-audio-shortcode.mejs-container .mejs-controls div.mejs-time-rail .mejs-time-loaded,
.wp-video-shortcode.mejs-container .mejs-controls div.mejs-time-rail .mejs-time-loaded,
.wp-playlist.mejs-container .mejs-controls div.mejs-time-rail .mejs-time-loaded,
.wp-audio-shortcode .mejs-container .mejs-controls div.mejs-time-rail .mejs-time-loaded,
.wp-video-shortcode .mejs-container .mejs-controls div.mejs-time-rail .mejs-time-loaded,
.wp-playlist .mejs-container .mejs-controls div.mejs-time-rail .mejs-time-loaded {
  background-color: rgba(255, 0, 0, 0.2);
  height: 2px;
}
.wp-audio-shortcode.mejs-container .mejs-controls div.mejs-time-rail .mejs-time-current,
.wp-video-shortcode.mejs-container .mejs-controls div.mejs-time-rail .mejs-time-current,
.wp-playlist.mejs-container .mejs-controls div.mejs-time-rail .mejs-time-current,
.wp-audio-shortcode .mejs-container .mejs-controls div.mejs-time-rail .mejs-time-current,
.wp-video-shortcode .mejs-container .mejs-controls div.mejs-time-rail .mejs-time-current,
.wp-playlist .mejs-container .mejs-controls div.mejs-time-rail .mejs-time-current {
  background-color: #ff0000;
  height: 2px;
}
.wp-audio-shortcode.mejs-container .mejs-controls div.mejs-time-rail .mejs-time-handle,
.wp-video-shortcode.mejs-container .mejs-controls div.mejs-time-rail .mejs-time-handle,
.wp-playlist.mejs-container .mejs-controls div.mejs-time-rail .mejs-time-handle,
.wp-audio-shortcode .mejs-container .mejs-controls div.mejs-time-rail .mejs-time-handle,
.wp-video-shortcode .mejs-container .mejs-controls div.mejs-time-rail .mejs-time-handle,
.wp-playlist .mejs-container .mejs-controls div.mejs-time-rail .mejs-time-handle {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #ff0000;
  position: absolute;
  top: -4px;
  border: none;
  display: inline-block;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.wp-audio-shortcode.mejs-container .mejs-controls div.mejs-time-rail:hover .mejs-time-handle,
.wp-video-shortcode.mejs-container .mejs-controls div.mejs-time-rail:hover .mejs-time-handle,
.wp-playlist.mejs-container .mejs-controls div.mejs-time-rail:hover .mejs-time-handle,
.wp-audio-shortcode .mejs-container .mejs-controls div.mejs-time-rail:hover .mejs-time-handle,
.wp-video-shortcode .mejs-container .mejs-controls div.mejs-time-rail:hover .mejs-time-handle,
.wp-playlist .mejs-container .mejs-controls div.mejs-time-rail:hover .mejs-time-handle {
  visibility: visible;
  opacity: 1;
}
.wp-audio-shortcode .wp-playlist-prev svg path,
.wp-video-shortcode .wp-playlist-prev svg path,
.wp-playlist .wp-playlist-prev svg path,
.wp-audio-shortcode .wp-playlist-next svg path,
.wp-video-shortcode .wp-playlist-next svg path,
.wp-playlist .wp-playlist-next svg path {
  fill: rgba(0, 0, 0, 0.2);
}
.wp-audio-shortcode .wp-playlist-prev,
.wp-video-shortcode .wp-playlist-prev,
.wp-playlist .wp-playlist-prev {
  width: 20px;
  position: relative;
  cursor: pointer;
  -webkit-transform: translateX(0px) translateY(-43px);
  -moz-transform: translateX(0px) translateY(-43px);
  -ms-transform: translateX(0px) translateY(-43px);
  -o-transform: translateX(0px) translateY(-43px);
  transform: translateX(0px) translateY(-43px);
}
.wp-audio-shortcode .wp-playlist-next,
.wp-video-shortcode .wp-playlist-next,
.wp-playlist .wp-playlist-next {
  width: 20px;
  position: relative;
  cursor: pointer;
  -webkit-transform: translateX(80px) translateY(-22px);
  -moz-transform: translateX(80px) translateY(-22px);
  -ms-transform: translateX(80px) translateY(-22px);
  -o-transform: translateX(80px) translateY(-22px);
  transform: translateX(80px) translateY(-22px);
}
.wp-audio-shortcode .wp-playlist-tracks,
.wp-video-shortcode .wp-playlist-tracks,
.wp-playlist .wp-playlist-tracks {
  margin-top: 31px;
  border-top: 1px solid rgba(77, 77, 77, 0.2);
  padding-top: 25px;
}
.wp-audio-shortcode .wp-playlist-tracks .wp-playlist-item,
.wp-video-shortcode .wp-playlist-tracks .wp-playlist-item,
.wp-playlist .wp-playlist-tracks .wp-playlist-item {
  height: 60px;
  border: 0px;
  padding: 0px;
  font-size: 14px;
  font-family: 'Montserrat';
  letter-spacing: 0px;
  color: #4D4D4D;
  font-weight: normal;
}
.wp-audio-shortcode .wp-playlist-tracks .wp-playlist-item:nth-child(even),
.wp-video-shortcode .wp-playlist-tracks .wp-playlist-item:nth-child(even),
.wp-playlist .wp-playlist-tracks .wp-playlist-item:nth-child(even) {
  background-color: rgba(77, 77, 77, 0.03);
}
.wp-audio-shortcode .wp-playlist-tracks table,
.wp-video-shortcode .wp-playlist-tracks table,
.wp-playlist .wp-playlist-tracks table {
  width: 100%;
  border: 0px;
  margin: 0px;
}
.wp-audio-shortcode .wp-playlist-tracks table.wp-pl-head,
.wp-video-shortcode .wp-playlist-tracks table.wp-pl-head,
.wp-playlist .wp-playlist-tracks table.wp-pl-head {
  margin-bottom: 20px;
}
.wp-audio-shortcode .wp-playlist-tracks table th,
.wp-video-shortcode .wp-playlist-tracks table th,
.wp-playlist .wp-playlist-tracks table th {
  border: 0px;
  font-size: 18px;
  font-family: 'Montserrat';
  font-weight: normal;
  letter-spacing: 0px;
  color: rgba(0, 0, 0, 0.5);
  text-transform: uppercase;
  padding: 4px;
}
.wp-audio-shortcode .wp-playlist-tracks table th.wp-pl-th1,
.wp-video-shortcode .wp-playlist-tracks table th.wp-pl-th1,
.wp-playlist .wp-playlist-tracks table th.wp-pl-th1 {
  width: 60px;
  color: #000000;
  text-align: left;
}
.wp-audio-shortcode .wp-playlist-tracks table th.wp-pl-th2,
.wp-video-shortcode .wp-playlist-tracks table th.wp-pl-th2,
.wp-playlist .wp-playlist-tracks table th.wp-pl-th2 {
  width: 80px;
  text-align: center;
}
.wp-audio-shortcode .wp-playlist-tracks table th.wp-pl-th3,
.wp-video-shortcode .wp-playlist-tracks table th.wp-pl-th3,
.wp-playlist .wp-playlist-tracks table th.wp-pl-th3 {
  text-align: left;
}
.wp-audio-shortcode .wp-playlist-tracks table th.wp-pl-th4,
.wp-video-shortcode .wp-playlist-tracks table th.wp-pl-th4,
.wp-playlist .wp-playlist-tracks table th.wp-pl-th4 {
  text-align: left;
  width: 180px;
}
@media screen and (max-width: 767px) {
  .wp-audio-shortcode .wp-playlist-tracks table th.wp-pl-th4,
  .wp-video-shortcode .wp-playlist-tracks table th.wp-pl-th4,
  .wp-playlist .wp-playlist-tracks table th.wp-pl-th4 {
    display: none;
  }
}
.wp-audio-shortcode .wp-playlist-tracks table th.wp-pl-th5,
.wp-video-shortcode .wp-playlist-tracks table th.wp-pl-th5,
.wp-playlist .wp-playlist-tracks table th.wp-pl-th5 {
  width: 80px;
  text-align: right;
}
.wp-audio-shortcode .wp-playlist-tracks table td,
.wp-video-shortcode .wp-playlist-tracks table td,
.wp-playlist .wp-playlist-tracks table td {
  height: 60px;
  vertical-align: middle;
  border: 0px;
  padding: 4px;
}
.wp-audio-shortcode .wp-playlist-tracks table td img,
.wp-video-shortcode .wp-playlist-tracks table td img,
.wp-playlist .wp-playlist-tracks table td img {
  height: 52px;
  max-width: 52px;
}
.wp-audio-shortcode .wp-playlist-tracks table td.wp-pl-td1,
.wp-video-shortcode .wp-playlist-tracks table td.wp-pl-td1,
.wp-playlist .wp-playlist-tracks table td.wp-pl-td1 {
  width: 60px;
  text-align: left;
}
.wp-audio-shortcode .wp-playlist-tracks table td.wp-pl-td2,
.wp-video-shortcode .wp-playlist-tracks table td.wp-pl-td2,
.wp-playlist .wp-playlist-tracks table td.wp-pl-td2 {
  width: 80px;
  text-align: center;
}
.wp-audio-shortcode .wp-playlist-tracks table td.wp-pl-td3,
.wp-video-shortcode .wp-playlist-tracks table td.wp-pl-td3,
.wp-playlist .wp-playlist-tracks table td.wp-pl-td3 {
  text-align: left;
}
.wp-audio-shortcode .wp-playlist-tracks table td.wp-pl-td4,
.wp-video-shortcode .wp-playlist-tracks table td.wp-pl-td4,
.wp-playlist .wp-playlist-tracks table td.wp-pl-td4 {
  text-align: left;
  width: 180px;
}
@media screen and (max-width: 767px) {
  .wp-audio-shortcode .wp-playlist-tracks table td.wp-pl-td4,
  .wp-video-shortcode .wp-playlist-tracks table td.wp-pl-td4,
  .wp-playlist .wp-playlist-tracks table td.wp-pl-td4 {
    display: none;
  }
}
.wp-audio-shortcode .wp-playlist-tracks table td.wp-pl-td5,
.wp-video-shortcode .wp-playlist-tracks table td.wp-pl-td5,
.wp-playlist .wp-playlist-tracks table td.wp-pl-td5 {
  width: 80px;
  text-align: right;
  padding-right: 20px;
  font-family: 'SF-UI-Display';
  font-weight: 500;
  letter-spacing: 0px;
}
.wp-audio-shortcode .wp-playlist-tracks table td .entry-pl-number,
.wp-video-shortcode .wp-playlist-tracks table td .entry-pl-number,
.wp-playlist .wp-playlist-tracks table td .entry-pl-number {
  display: inline-block;
  width: 18px;
  height: 18px;
  line-height: 18px;
  text-align: center;
  overflow: hidden;
  position: relative;
}
.wp-audio-shortcode .wp-playlist-tracks table td .entry-pl-number span,
.wp-video-shortcode .wp-playlist-tracks table td .entry-pl-number span,
.wp-playlist .wp-playlist-tracks table td .entry-pl-number span {
  display: inline-block;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 18px;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.wp-audio-shortcode .wp-playlist-tracks table td .entry-pl-number svg,
.wp-video-shortcode .wp-playlist-tracks table td .entry-pl-number svg,
.wp-playlist .wp-playlist-tracks table td .entry-pl-number svg {
  width: 13px;
  position: absolute;
  top: 150%;
  left: 50%;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.wp-audio-shortcode .wp-playlist-tracks table td .entry-pl-number svg path,
.wp-video-shortcode .wp-playlist-tracks table td .entry-pl-number svg path,
.wp-playlist .wp-playlist-tracks table td .entry-pl-number svg path {
  fill: #ff0000;
}
.wp-audio-shortcode .wp-playlist-tracks .wp-playlist-item.wp-playlist-playing table td .entry-pl-number span,
.wp-video-shortcode .wp-playlist-tracks .wp-playlist-item.wp-playlist-playing table td .entry-pl-number span,
.wp-playlist .wp-playlist-tracks .wp-playlist-item.wp-playlist-playing table td .entry-pl-number span {
  top: -100%;
}
.wp-audio-shortcode .wp-playlist-tracks .wp-playlist-item.wp-playlist-playing table td .entry-pl-number svg,
.wp-video-shortcode .wp-playlist-tracks .wp-playlist-item.wp-playlist-playing table td .entry-pl-number svg,
.wp-playlist .wp-playlist-tracks .wp-playlist-item.wp-playlist-playing table td .entry-pl-number svg {
  top: 50%;
}
.wp-audio-shortcode.wp-audio-playlist,
.wp-video-shortcode.wp-audio-playlist,
.wp-playlist.wp-audio-playlist {
  margin-top: 30px;
}
.wp-audio-shortcode.wp-audio-playlist .wp-playlist-current-item,
.wp-video-shortcode.wp-audio-playlist .wp-playlist-current-item,
.wp-playlist.wp-audio-playlist .wp-playlist-current-item {
  display: none;
}
.wp-audio-shortcode.wp-audio-playlist .wp-playlist-tracks,
.wp-video-shortcode.wp-audio-playlist .wp-playlist-tracks,
.wp-playlist.wp-audio-playlist .wp-playlist-tracks {
  margin-top: -10px;
}
@media screen and (max-width: 767px) {
  .wp-audio-shortcode.wp-audio-playlist .mejs-container .mejs-controls,
  .wp-video-shortcode.wp-audio-playlist .mejs-container .mejs-controls,
  .wp-playlist.wp-audio-playlist .mejs-container .mejs-controls {
    padding-right: 60px;
  }
  .wp-audio-shortcode.wp-audio-playlist .mejs-container .mejs-controls .mejs-time.mejs-duration-container,
  .wp-video-shortcode.wp-audio-playlist .mejs-container .mejs-controls .mejs-time.mejs-duration-container,
  .wp-playlist.wp-audio-playlist .mejs-container .mejs-controls .mejs-time.mejs-duration-container {
    right: 0px;
  }
  .wp-audio-shortcode.wp-audio-playlist .mejs-container .mejs-controls .mejs-volume-button,
  .wp-video-shortcode.wp-audio-playlist .mejs-container .mejs-controls .mejs-volume-button,
  .wp-playlist.wp-audio-playlist .mejs-container .mejs-controls .mejs-volume-button,
  .wp-audio-shortcode.wp-audio-playlist .mejs-container .mejs-controls .mejs-horizontal-volume-slider,
  .wp-video-shortcode.wp-audio-playlist .mejs-container .mejs-controls .mejs-horizontal-volume-slider,
  .wp-playlist.wp-audio-playlist .mejs-container .mejs-controls .mejs-horizontal-volume-slider {
    display: none;
  }
}
.wp-audio-shortcode.wp-video-playlist,
.wp-video-shortcode.wp-video-playlist,
.wp-playlist.wp-video-playlist {
  margin-top: 20px;
}
.wp-audio-shortcode.wp-video-playlist .mejs-container .mejs-controls,
.wp-video-shortcode.wp-video-playlist .mejs-container .mejs-controls,
.wp-playlist.wp-video-playlist .mejs-container .mejs-controls {
  padding-right: 120px;
  bottom: -52px;
}
.wp-audio-shortcode.wp-video-playlist .wp-playlist-prev,
.wp-video-shortcode.wp-video-playlist .wp-playlist-prev,
.wp-playlist.wp-video-playlist .wp-playlist-prev {
  -webkit-transform: translateX(0px) translateY(9px);
  -moz-transform: translateX(0px) translateY(9px);
  -ms-transform: translateX(0px) translateY(9px);
  -o-transform: translateX(0px) translateY(9px);
  transform: translateX(0px) translateY(9px);
}
.wp-audio-shortcode.wp-video-playlist .wp-playlist-next,
.wp-video-shortcode.wp-video-playlist .wp-playlist-next,
.wp-playlist.wp-video-playlist .wp-playlist-next {
  -webkit-transform: translateX(80px) translateY(30px);
  -moz-transform: translateX(80px) translateY(30px);
  -ms-transform: translateX(80px) translateY(30px);
  -o-transform: translateX(80px) translateY(30px);
  transform: translateX(80px) translateY(30px);
}
.wp-audio-shortcode.wp-video-playlist .mejs-container .mejs-controls .mejs-time.mejs-duration-container,
.wp-video-shortcode.wp-video-playlist .mejs-container .mejs-controls .mejs-time.mejs-duration-container,
.wp-playlist.wp-video-playlist .mejs-container .mejs-controls .mejs-time.mejs-duration-container {
  right: 70px;
}
.wp-audio-shortcode.wp-video-playlist .mejs-container .mejs-controls .mejs-volume-button,
.wp-video-shortcode.wp-video-playlist .mejs-container .mejs-controls .mejs-volume-button,
.wp-playlist.wp-video-playlist .mejs-container .mejs-controls .mejs-volume-button {
  right: 36px;
}
.wp-audio-shortcode.wp-video-playlist video,
.wp-video-shortcode.wp-video-playlist video,
.wp-playlist.wp-video-playlist video {
  background-color: #000;
}
.wp-audio-shortcode.wp-video-playlist .mejs-overlay-button,
.wp-video-shortcode.wp-video-playlist .mejs-overlay-button,
.wp-playlist.wp-video-playlist .mejs-overlay-button {
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .wp-audio-shortcode.wp-video-playlist .mejs-container .mejs-controls,
  .wp-video-shortcode.wp-video-playlist .mejs-container .mejs-controls,
  .wp-playlist.wp-video-playlist .mejs-container .mejs-controls {
    padding-right: 85px;
  }
  .wp-audio-shortcode.wp-video-playlist .mejs-container .mejs-controls .mejs-time.mejs-duration-container,
  .wp-video-shortcode.wp-video-playlist .mejs-container .mejs-controls .mejs-time.mejs-duration-container,
  .wp-playlist.wp-video-playlist .mejs-container .mejs-controls .mejs-time.mejs-duration-container {
    right: 35px;
  }
  .wp-audio-shortcode.wp-video-playlist .mejs-container .mejs-controls .mejs-volume-button,
  .wp-video-shortcode.wp-video-playlist .mejs-container .mejs-controls .mejs-volume-button,
  .wp-playlist.wp-video-playlist .mejs-container .mejs-controls .mejs-volume-button,
  .wp-audio-shortcode.wp-video-playlist .mejs-container .mejs-controls .mejs-horizontal-volume-slider,
  .wp-video-shortcode.wp-video-playlist .mejs-container .mejs-controls .mejs-horizontal-volume-slider,
  .wp-playlist.wp-video-playlist .mejs-container .mejs-controls .mejs-horizontal-volume-slider {
    display: none;
  }
}
/* Audio, Video Shortcode */
.mejs-container.wp-audio-shortcode {
  height: 60px !important;
  background-color: rgba(77, 77, 77, 0.03);
  margin-bottom: 20px;
}
.mejs-container.wp-audio-shortcode .mejs-controls {
  top: 15px;
  padding-left: 100px;
  padding-right: 170px;
}
.mejs-container.wp-audio-shortcode .mejs-controls .mejs-playpause-button {
  left: 20px;
}
.mejs-container.wp-audio-shortcode .mejs-controls .mejs-time.mejs-currenttime-container {
  left: 50px;
}
.mejs-container.wp-audio-shortcode .mejs-controls .mejs-time.mejs-duration-container {
  right: 120px;
}
.mejs-container.wp-audio-shortcode .mejs-controls .mejs-volume-button {
  right: 86px;
}
.mejs-container.wp-audio-shortcode .mejs-controls .mejs-horizontal-volume-slider {
  right: 20px;
}
@media screen and (max-width: 767px) {
  .mejs-container.wp-audio-shortcode .mejs-controls {
    padding-right: 75px;
  }
  .mejs-container.wp-audio-shortcode .mejs-controls .mejs-time.mejs-duration-container {
    right: 20px;
  }
  .mejs-container.wp-audio-shortcode .mejs-controls .mejs-volume-button,
  .mejs-container.wp-audio-shortcode .mejs-controls .mejs-horizontal-volume-slider {
    display: none;
  }
}
.mejs-container.wp-video-shortcode {
  margin-bottom: 65px;
}
.mejs-container.wp-video-shortcode .mejs-controls {
  padding-left: 85px;
  padding-right: 120px;
  bottom: -45px;
}
.mejs-container.wp-video-shortcode .mejs-controls .mejs-playpause-button {
  left: 0px;
}
.mejs-container.wp-video-shortcode .mejs-controls .mejs-time.mejs-currenttime-container {
  left: 35px;
}
.mejs-container.wp-video-shortcode .mejs-controls .mejs-time.mejs-duration-container {
  right: 70px;
}
.mejs-container.wp-video-shortcode .mejs-controls .mejs-volume-button {
  right: 36px;
}
.mejs-container.wp-video-shortcode .mejs-overlay-button {
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .mejs-container.wp-video-shortcode .mejs-controls {
    padding-right: 85px;
  }
  .mejs-container.wp-video-shortcode .mejs-controls .mejs-time.mejs-duration-container {
    right: 35px;
  }
  .mejs-container.wp-video-shortcode .mejs-controls .mejs-volume-button,
  .mejs-container.wp-video-shortcode .mejs-controls .mejs-horizontal-volume-slider {
    display: none;
  }
}
/* Woocommerce */
.tt-woo-item {
  position: relative;
}
.tt-woo-item a img {
  margin-bottom: 22px !important;
}
.tt-woo-item .onsale {
  position: absolute !important;
  left: 0px !important;
  right: auto !important;
  border-radius: 0px !important;
  height: auto !important;
  padding: 10px 15px !important;
  line-height: 1em !important;
  min-height: 0px !important;
  text-transform: uppercase !important;
  top: 0px !important;
  background-color: #ffff00 !important;
  color: #000 !important;
  font-family: 'Montserrat';
  font-weight: bold !important;
  font-size: 13px !important;
  letter-spacing: 0px;
  margin: 0px !important;
}
.tt-woo-item .entry-title-wrp {
  position: relative;
  margin-bottom: 7px;
}
.tt-woo-item .entry-title-wrp h3 {
  font-family: 'Montserrat';
  font-size: 14px;
  font-weight: normal;
  line-height: 1.4em;
  letter-spacing: 0px;
  text-transform: uppercase;
  color: #000000;
  padding: 0px !important;
  margin: 0px !important;
  margin-right: 90px !important;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.tt-woo-item .entry-title-wrp .price {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 90px;
  text-align: right;
  font-family: 'Montserrat';
  font-weight: normal !important;
  font-size: 18px !important;
  letter-spacing: 0px !important;
  line-height: 1.1em;
  color: rgba(0, 0, 0, 0.5) !important;
  margin: 0px !important;
  padding: 0px !important;
  word-wrap: break-word;
}
.tt-woo-item .entry-title-wrp .add_to_cart_button {
  position: absolute;
  top: 0px;
  left: 0px;
  margin: 0px !important;
  visibility: hidden !important;
  opacity: 0 !important;
  font-family: 'Montserrat';
  font-size: 14px;
  font-weight: normal;
  line-height: 1.4em;
  letter-spacing: -0.3px;
  text-transform: uppercase;
  color: #000000;
  background: none;
  border: 0px;
  padding: 0px;
  text-decoration: underline !important;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  -webkit-transform: translateX(20px);
  -moz-transform: translateX(20px);
  -ms-transform: translateX(20px);
  -o-transform: translateX(20px);
  transform: translateX(20px);
}
.tt-woo-item .entry-title-wrp .add_to_cart_button::before {
  content: '+ ';
  font-weight: bold;
}
.tt-woo-item .entry-title-wrp .add_to_cart_button:hover {
  background: none;
}
.tt-woo-item .entry-title-wrp .added_to_cart {
  position: absolute;
  left: 100px;
  padding: 0px;
  margin: 0px;
  font-family: 'Montserrat';
  color: #000000;
  font-size: 11px;
  font-weight: bold;
  letter-spacing: 0px;
  height: 15px;
  line-height: 15px;
  bottom: -23px;
}
.tt-woo-item .star-rating {
  font-size: 15px !important;
  letter-spacing: 2px;
  width: 6.4em !important;
  margin: 0px !important;
}
.tt-woo-item .star-rating:before {
  color: rgba(77, 77, 77, 0.5);
  letter-spacing: 0.25em;
}
.tt-woo-item .star-rating span:before {
  color: #ffb115;
  letter-spacing: 0.25em;
}
.tt-woo-item:hover .entry-title-wrp h3 {
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateX(20px);
  -moz-transform: translateX(20px);
  -ms-transform: translateX(20px);
  -o-transform: translateX(20px);
  transform: translateX(20px);
}
.tt-woo-item:hover .entry-title-wrp .add_to_cart_button {
  visibility: visible !important;
  opacity: 1 !important;
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -o-transform: translateX(0px);
  transform: translateX(0px);
}
.tt-woo-item > .add_to_cart_button,
.tt-woo-item > .price {
  display: none !important;
}
.woocommerce h1.page-title {
  font-size: 32px;
  font-family: 'SF-UI-Display';
  font-weight: 800;
  color: #000000;
  letter-spacing: -0.3px;
  text-transform: uppercase;
  margin-top: 0px;
}
.woocommerce .woocommerce-result-count {
  line-height: 36px;
  font-family: 'Montserrat';
  font-weight: normal;
  font-size: 13px;
  letter-spacing: 0px;
}
.woocommerce .woocommerce-ordering {
  margin-bottom: 50px;
}
.woocommerce .woocommerce-ordering select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: 'Montserrat';
  font-weight: normal;
  font-size: 11px;
  text-transform: uppercase;
  color: #000000;
  border-radius: 0px;
  background: none;
  padding: 10px 15px;
  line-height: 1em;
  border: 1px solid rgba(77, 77, 77, 0.15);
}
.woocommerce.woo-card-style .tt-woo-item {
  background-color: #fff;
  padding-bottom: 40px;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.woocommerce.woo-card-style .tt-woo-item a img {
  margin-bottom: 35px !important;
}
.woocommerce.woo-card-style .tt-woo-item .entry-title-wrp {
  position: relative;
  margin-bottom: 10px;
}
.woocommerce.woo-card-style .tt-woo-item .entry-title-wrp h3 {
  text-align: center;
  margin-right: 15px !important;
  margin-left: 15px !important;
}
.woocommerce.woo-card-style .tt-woo-item .entry-title-wrp .price {
  display: block;
  position: relative;
  width: 100% !important;
  text-align: center;
  padding-left: 15px !important;
  padding-right: 15px !important;
  padding-top: 10px !important;
}
.woocommerce.woo-card-style .tt-woo-item .entry-title-wrp .add_to_cart_button {
  top: 0px;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(10px);
  -moz-transform: translateX(-50%) translateY(10px);
  -ms-transform: translateX(-50%) translateY(10px);
  -o-transform: translateX(-50%) translateY(10px);
  transform: translateX(-50%) translateY(10px);
}
.woocommerce.woo-card-style .tt-woo-item .entry-title-wrp .added_to_cart {
  color: #000000;
  display: inline-block;
  position: absolute;
  right: 0px;
  top: -20px;
  margin: 0px;
  padding: 0px;
  line-height: 1em;
  font-family: 'Montserrat';
  font-size: 11px;
  letter-spacing: 0px;
  font-weight: bold;
}
.woocommerce.woo-card-style .tt-woo-item .star-rating {
  margin-left: auto !important;
  margin-right: auto !important;
}
.woocommerce.woo-card-style .tt-woo-item:hover {
  box-shadow: 0px 2px 32px 0px rgba(0, 0, 0, 0.05);
  -webkit-transform: scale(1.04);
  -moz-transform: scale(1.04);
  -ms-transform: scale(1.04);
  -o-transform: scale(1.04);
  transform: scale(1.04);
}
.woocommerce.woo-card-style .tt-woo-item:hover .entry-title-wrp h3 {
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  -o-transform: translateY(-10px);
  transform: translateY(-10px);
}
.woocommerce.woo-card-style .tt-woo-item:hover .entry-title-wrp .add_to_cart_button {
  visibility: visible !important;
  opacity: 1 !important;
  -webkit-transform: translateX(-50%) translateY(0px);
  -moz-transform: translateX(-50%) translateY(0px);
  -ms-transform: translateX(-50%) translateY(0px);
  -o-transform: translateX(-50%) translateY(0px);
  transform: translateX(-50%) translateY(0px);
}
.woocommerce nav.woocommerce-pagination {
  margin-top: 40px;
  margin-bottom: 40px;
}
.woocommerce nav.woocommerce-pagination ul {
  border: 0px;
}
.woocommerce nav.woocommerce-pagination ul li {
  border: 0px;
}
.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
  display: block;
  background-color: transparent;
  font-family: 'Montserrat';
  font-size: 12px;
  padding: 0px;
  line-height: 1em;
  margin-left: 2px;
  margin-right: 2px;
  border: 1px solid rgba(77, 77, 77, 0.4);
  color: rgba(77, 77, 77, 0.4);
  width: 28px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li span {
  border-color: #ff0000;
  background-color: #ff0000 !important;
  color: #fff !important;
}
.woocommerce.single-product .content-area {
  padding-top: 100px;
  padding-bottom: 100px;
}
.woocommerce.single-product .content-area .product span.onsale {
  position: absolute !important;
  left: 0px !important;
  right: auto !important;
  border-radius: 0px !important;
  height: auto !important;
  padding: 10px 15px !important;
  line-height: 1em !important;
  min-height: 0px !important;
  text-transform: uppercase !important;
  top: 0px !important;
  background-color: #ffff00 !important;
  color: #000 !important;
  font-family: 'Montserrat';
  font-weight: bold !important;
  font-size: 13px !important;
  letter-spacing: 0px;
  margin: 0px !important;
  left: 145px !important;
  z-index: 100;
}
.woocommerce.single-product .content-area .product span.onsale.no-thumbnails {
  left: 0px !important;
}
.woocommerce.single-product .content-area .product .images {
  position: relative;
  line-height: 0px;
}
.woocommerce.single-product .content-area .product .images:not(.no-thumbnails) {
  width: 54%;
}
.woocommerce.single-product .content-area .product .images:not(.no-thumbnails) .woocommerce-main-image {
  display: inline-block;
  margin-left: 145px;
}
.woocommerce.single-product .content-area .product .images:not(.no-thumbnails) + .summary {
  width: 42%;
}
.woocommerce.single-product .content-area .product .images .thumbnails {
  width: 100px;
  padding: 0px;
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  overflow: scroll;
  line-height: 0px;
  -ms-overflow-style: none;
}
.woocommerce.single-product .content-area .product .images .thumbnails::-webkit-scrollbar {
  display: none;
}
.woocommerce.single-product .content-area .product .images .thumbnails::before,
.woocommerce.single-product .content-area .product .images .thumbnails::after {
  display: none;
}
.woocommerce.single-product .content-area .product .images .thumbnails a {
  float: none;
  width: 100%;
  margin: 0px;
  display: inline-block;
  margin-bottom: 10px;
}
.woocommerce.single-product .content-area .product .images .thumbnails a:last-child {
  margin-bottom: 0px;
}
.woocommerce.single-product .content-area .product .images .woo-single-arrow-up,
.woocommerce.single-product .content-area .product .images .woo-single-arrow-down {
  position: absolute;
  font-size: 32px;
  color: rgba(0, 0, 0, 0.3);
  left: 40px;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.woocommerce.single-product .content-area .product .images .woo-single-arrow-up:hover,
.woocommerce.single-product .content-area .product .images .woo-single-arrow-down:hover {
  color: #000000;
}
.woocommerce.single-product .content-area .product .images .woo-single-arrow-up {
  top: -45px;
}
.woocommerce.single-product .content-area .product .images .woo-single-arrow-down {
  bottom: -45px;
}
.woocommerce.single-product .content-area .product .summary {
  font-family: 'SF-UI-Display';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5em;
  letter-spacing: 0.5px;
}
.woocommerce.single-product .content-area .product h1.product_title {
  font-family: 'SF-UI-Display';
  font-size: 36px;
  font-weight: 800;
  line-height: 1.05em;
  letter-spacing: -0.3px;
  color: #000000;
  margin-bottom: 15px;
}
.woocommerce.single-product .content-area .product .woocommerce-product-rating {
  position: relative;
}
.woocommerce.single-product .content-area .product .woocommerce-product-rating .woocommerce-review-link {
  position: absolute;
  font-family: 'Montserrat';
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0px;
  background-color: #000000;
  color: #fff;
  border-radius: 5px;
  padding: 6px 10px;
  line-height: 1em;
  left: 115px;
  top: 5px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  -webkit-transform: translateX(10px);
  -moz-transform: translateX(10px);
  -ms-transform: translateX(10px);
  -o-transform: translateX(10px);
  transform: translateX(10px);
}
.woocommerce.single-product .content-area .product .woocommerce-product-rating .woocommerce-review-link::before {
  content: '';
  position: absolute;
  top: 50%;
  left: -4px;
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-right: 4px solid #000000;
  border-bottom: 4px solid transparent;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.woocommerce.single-product .content-area .product .woocommerce-product-rating:hover .woocommerce-review-link {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -o-transform: translateX(0px);
  transform: translateX(0px);
}
.woocommerce.single-product .content-area .product .star-rating {
  width: 6.4em;
}
.woocommerce.single-product .content-area .product .star-rating::before {
  color: rgba(77, 77, 77, 0.5);
  letter-spacing: 0.25em;
}
.woocommerce.single-product .content-area .product .star-rating span::before {
  color: #ffb115;
  letter-spacing: 0.25em;
}
.woocommerce.single-product .content-area .product .price {
  font-size: 26px;
  font-family: 'Montserrat';
  font-weight: normal;
  letter-spacing: 0px;
  color: #000000;
  margin-bottom: 25px;
}
.woocommerce.single-product .content-area .product .variations .label {
  display: table-cell;
  color: #4D4D4D;
  margin: 0px;
  padding: 0px;
  vertical-align: middle;
  text-align: left;
}
.woocommerce.single-product .content-area .product .variations .label label {
  margin: 0px;
  padding: 0px;
}
.woocommerce.single-product .content-area .product .variations .value {
  text-align: left;
}
.woocommerce.single-product .content-area .product div[itemprop="description"] {
  margin-bottom: 30px;
}
.woocommerce.single-product .content-area .product .cart .woocommerce-variation-price {
  margin-bottom: 20px;
}
.woocommerce.single-product .content-area .product .cart .quantity {
  margin-right: 25px;
}
.woocommerce.single-product .content-area .product .cart .quantity input {
  padding-right: 0px;
}
.woocommerce.single-product .content-area .product .cart button {
  border-radius: 30px;
  text-transform: lowercase;
  font-family: 'Montserrat';
  font-size: 14px;
  font-weight: normal;
  background-color: #000000;
  color: #fff;
  padding: 15px 40px;
}
.woocommerce.single-product .content-area .product .woocommerce-tabs {
  margin-left: 145px;
  margin-right: 260px;
}
.woocommerce.single-product .content-area .product .woocommerce-tabs ul.tabs {
  padding: 0px;
  margin: 0px;
  border: none;
}
.woocommerce.single-product .content-area .product .woocommerce-tabs ul.tabs::before,
.woocommerce.single-product .content-area .product .woocommerce-tabs ul.tabs::after {
  display: none;
}
.woocommerce.single-product .content-area .product .woocommerce-tabs ul.tabs li {
  border: none;
  padding: 0px;
  margin: 0px;
  background: none;
  opacity: 0.5;
  margin-right: 45px;
  position: relative;
  padding-bottom: 5px;
  border-radius: 0px;
}
.woocommerce.single-product .content-area .product .woocommerce-tabs ul.tabs li:last-child {
  margin-right: 0px;
}
.woocommerce.single-product .content-area .product .woocommerce-tabs ul.tabs li::after,
.woocommerce.single-product .content-area .product .woocommerce-tabs ul.tabs li::before {
  display: none;
}
.woocommerce.single-product .content-area .product .woocommerce-tabs ul.tabs li a {
  font-family: 'Montserrat';
  font-weight: normal;
  font-size: 18px;
  letter-spacing: 0px;
  color: #000000;
}
.woocommerce.single-product .content-area .product .woocommerce-tabs ul.tabs li.active {
  opacity: 1;
}
.woocommerce.single-product .content-area .product .woocommerce-tabs ul.tabs li.active::after {
  content: '';
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 38px;
  height: 3px;
  display: block;
  border-radius: 0px;
  border: 0px;
  box-shadow: none;
  background-color: #000000;
}
.woocommerce.single-product .content-area .product .woocommerce-tabs .panel {
  border: none;
  padding-top: 40px;
  padding-bottom: 40px;
  border: 0px;
  box-shadow: none;
  font-family: 'SF-UI-Display';
  font-weight: 400;
  font-size: 15px;
  line-height: 1.7em;
}
.woocommerce.single-product .content-area .product .woocommerce-tabs .panel h2 {
  display: none;
}
.woocommerce.single-product .content-area .product .woocommerce-tabs .panel #comments {
  margin-top: 0px;
}
.woocommerce.single-product .content-area .product .woocommerce-tabs .panel #comments .commentlist li .description {
  font-size: 13px;
}
.woocommerce.single-product .content-area .product .woocommerce-tabs .panel #respond .comment-reply-title {
  font-size: 24px;
}
.woocommerce.single-product .content-area .product .woocommerce-tabs .panel #respond textarea {
  margin-bottom: 10px;
}
.woocommerce.single-product .content-area .product .woocommerce-tabs .panel #respond .submit {
  font-family: 'Montserrat';
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0px;
  color: #000000;
  padding: 0px;
  width: auto;
}
@media screen and (max-width: 1199px) {
  .woocommerce.single-product .content-area .product .woocommerce-tabs {
    margin-left: 80px;
    margin-right: 100px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .woocommerce.single-product .content-area .product span.onsale {
    left: 120px !important;
  }
  .woocommerce.single-product .content-area .product .images:not(.no-thumbnails) .woocommerce-main-image {
    margin-left: 120px;
  }
}
@media screen and (max-width: 767px) {
  .woocommerce.single-product .content-area .product span.onsale {
    left: 120px !important;
  }
  .woocommerce.single-product .content-area .product .images {
    margin-bottom: 3em;
  }
  .woocommerce.single-product .content-area .product .images:not(.no-thumbnails) {
    width: 100%;
  }
  .woocommerce.single-product .content-area .product .images:not(.no-thumbnails) .woocommerce-main-image {
    margin-left: 120px;
  }
  .woocommerce.single-product .content-area .product .images:not(.no-thumbnails) + .summary {
    width: 100%;
  }
  .woocommerce.single-product .content-area .product .woocommerce-tabs {
    margin-left: 0px;
    margin-right: 0px;
  }
  .woocommerce.single-product .content-area .product .woocommerce-tabs #comments ol.commentlist {
    padding-left: 0px;
  }
}
.woocommerce.single-product .content-area ul.products span.onsale {
  left: 0px !important;
}
.woocommerce.single-product .content-area .upsells.products h2,
.woocommerce.single-product .content-area .related.products h2 {
  text-align: center;
  font-family: 'SF-UI-Display';
  font-weight: 800;
  font-size: 32px;
  letter-spacing: -0.3px;
  margin: 0px;
  margin-bottom: 60px;
  margin-top: 20px;
}
.woocommerce table.shop_table.cart {
  border: 0px;
  font-family: 'Montserrat';
  font-size: 14px;
  font-weight: 400;
}
.woocommerce table.shop_table.cart th {
  border: 0px;
}
.woocommerce table.shop_table.cart td {
  border: 0px;
}
.woocommerce table.shop_table.cart td img {
  width: 100px;
}
.woocommerce table.shop_table.cart .product-remove {
  width: 30px;
}
.woocommerce table.shop_table.cart .product-thumbnail {
  padding: 5px;
}
.woocommerce table.shop_table.cart .cart_item:nth-child(odd) {
  background-color: #f7f7f7;
}
.woocommerce .woocommerce-MyAccount-navigation {
  float: none;
  width: 100%;
  margin-bottom: 30px;
}
.woocommerce .woocommerce-MyAccount-navigation ul {
  display: block;
  padding: 0px;
  margin: 0px;
  list-style-type: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.woocommerce .woocommerce-MyAccount-navigation ul li {
  display: inline-block;
  margin-right: 30px;
  padding: 10px 0px;
  font-family: 'Montserrat';
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0px;
}
.woocommerce .woocommerce-MyAccount-navigation ul li:last-child {
  margin-right: 0px;
}
.woocommerce .woocommerce-MyAccount-navigation ul li a {
  color: rgba(0, 0, 0, 0.6);
}
.woocommerce .woocommerce-MyAccount-navigation ul li.is-active {
  font-weight: bold;
}
.woocommerce .woocommerce-MyAccount-navigation ul li.is-active a {
  color: #000000;
}
.woocommerce .woocommerce-MyAccount-content {
  float: none;
  width: 100%;
}
/* Blog
====================================*/
/* Blog posts
------------------------------------ */
.content-area {
  padding-top: 60px;
  padding-bottom: 60px;
}
.entry-media {
  text-align: center;
  margin-bottom: 20px;
}
/* Blog grid
------------------------------------ */
@media screen and (min-width: 992px) {
  .blog-grid-2 > div:nth-child(2n+3),
  .row-has-2-columns > div:nth-child(2n+3) {
    clear: left;
  }
  .blog-grid-3 > div:nth-child(3n+4),
  .row-has-3-columns > div:nth-child(3n+4) {
    clear: left;
  }
  .blog-grid-4 > div:nth-child(4n+5),
  .row-has-4-columns > div:nth-child(4n+5) {
    clear: left;
  }
  .blog-grid-5 > div:nth-child(5n+6),
  .row-has-5-columns > div:nth-child(5n+6) {
    clear: left;
  }
  .blog-grid-6 > div:nth-child(6n+7),
  .row-has-6-columns > div:nth-child(6n+7) {
    clear: left;
  }
}
/* Single post
------------------------------------ */
.single .content-area {
  font-family: 'SF-UI-Display';
  font-size: 16px;
}
.single .content-area #header {
  background-color: #1a1a1a;
}
.single .content-area .post-title {
  font-size: 32px;
  line-height: 40px;
  text-transform: uppercase;
  font-weight: bold;
  margin: 35px 0 25px;
}
.single .content-area h1,
.single .content-area h2,
.single .content-area h3,
.single .content-area h4,
.single .content-area h5 {
  font-family: 'Montserrat';
  color: #000000;
}
.single .content-area .entry-details {
  text-align: center;
  color: rgba(0, 0, 0, 0.7);
  font-family: 'SF-UI-Display';
  font-size: 12px;
  word-wrap: break-word;
}
.single .content-area .entry-details h5,
.single .content-area .entry-details .entry-views {
  font-family: 'Montserrat';
  font-size: 18px;
}
.single .content-area .entry-details h5 {
  margin: 0;
}
.single .content-area .entry-details a {
  color: #000;
}
.single .content-area .entry-details > div {
  position: relative;
}
.single .content-area .entry-details > div + div {
  margin-top: 15px;
  padding-top: 15px;
}
.single .content-area .entry-details > div + div::before {
  content: "";
  position: absolute;
  top: 0;
  width: 80px;
  height: 1px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: rgba(0, 0, 0, 0.1);
}
.single .content-area .entry-details .entry-social {
  font-size: 18px;
  padding-top: 20px;
}
.single .content-area .entry-details .entry-social a {
  display: block;
  margin-bottom: 5px;
}
@media screen and (max-width: 992px) {
  .single .content-area .entry-details {
    margin-bottom: 20px;
  }
  .single .content-area .entry-details .entry-social {
    display: none !important;
  }
}
@media screen and (max-width: 480px) {
  .single .content-area .entry-details .entry-views {
    display: none !important;
  }
}
.single .content-area .meta-horizontal .entry-details {
  margin-bottom: 20px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 20px 0;
  overflow: hidden;
}
.single .content-area .meta-horizontal .entry-details * {
  line-height: 54px;
}
.single .content-area .meta-horizontal .entry-details > div {
  display: inline-block;
  float: left;
  margin-top: 0;
  padding: 0;
}
.single .content-area .meta-horizontal .entry-details > div + div {
  margin-left: 18px;
}
.single .content-area .meta-horizontal .entry-details > div + div::before {
  display: none;
}
.single .content-area .meta-horizontal .entry-details .entry-author h5,
.single .content-area .meta-horizontal .entry-details .entry-author span {
  display: inline-block;
  margin-left: 15px;
}
.single .content-area .meta-horizontal .entry-details .entry-author p {
  margin: 0;
  float: left;
}
.single .content-area .meta-horizontal .entry-details .entry-social {
  float: right;
}
.single .content-area .meta-horizontal .entry-details .entry-social a {
  display: inline-block;
  margin: 0;
}
.single .content-area .meta-horizontal .entry-details .entry-social a + a {
  margin-left: 20px;
}
@media screen and (max-width: 768px) {
  .single .content-area .meta-horizontal .entry-details .entry-social {
    display: none;
  }
}
.single .content-area article {
  margin-bottom: 20px;
}
.single .content-area article h2:first-child {
  margin-top: 0;
}
.single .content-area .entry-content *:first-child {
  margin-top: 0;
}
.single .content-area .entry-content p {
  font-family: 'SF-UI-Display';
  font-size: 14px;
}
.single .content-area .button,
.single .content-area button,
.single .content-area input[type=button],
.single .content-area input[type=submit] {
  border-radius: inherit;
}
.content_tags {
  padding-top: 15px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  margin: 15px 0;
}
.blog-single .button,
.blog-single button,
.blog-single input[type=button],
.blog-single input[type=submit] {
  border-radius: inherit;
}
/* Blockquote
------------------------------------ */
blockquote {
  font-size: 26px;
  line-height: 32px;
  font-family: 'Montserrat';
  color: #000;
  margin: 35px 0 40px 65px;
  padding: 0 0 0 30px;
  position: relative;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}
blockquote cite {
  display: block;
  font-size: 18px;
  font-weight: 300;
  font-family: 'SF-UI-Display';
  font-style: normal;
  margin-bottom: 15px;
}
blockquote:before {
  content: '“';
  font-family: PlayfairDisplaySC;
  font-size: 240px;
  font-weight: bold;
  color: rgba(0, 0, 0, 0.1);
  position: absolute;
  left: 25px;
  top: 60px;
}
/* Post format: Gallery
------------------------------------ */
.gallery-slideshow {
  width: 100%;
  display: block;
  position: relative;
}
.gallery-slideshow .swiper-wrapper .swiper-slide img {
  width: 100%;
}
.category-block .post p {
  font-family: 'SF-UI-Display';
}
/* Comments
====================================*/
#comments {
  margin-top: 50px;
  margin-bottom: 80px;
}
#comments .comments-wrapper .comments-title {
  font-family: 'Montserrat';
  font-weight: bold;
  font-size: 30px;
  letter-spacing: 1.5px;
  line-height: 1em;
  text-transform: uppercase;
  margin-bottom: 20px;
}
#comments .comments-wrapper ol.comment-list {
  margin: 0;
  padding: 0 0 0 60px;
  list-style-type: none;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  #comments .comments-wrapper ol.comment-list {
    padding: 0;
  }
}
#comments .comments-wrapper ol.comment-list li.comment {
  overflow: hidden;
  display: block;
}
#comments .comments-wrapper ol.comment-list li.comment article {
  overflow: hidden;
  display: block;
  width: 100%;
  padding-bottom: 30px;
}
#comments .comments-wrapper ol.comment-list li.comment article .avatar {
  width: 64px;
  height: 64px;
  float: left;
}
#comments .comments-wrapper ol.comment-list li.comment article .comment-body {
  margin-left: 85px;
}
#comments .comments-wrapper ol.comment-list li.comment article .comment-body .meta-data {
  overflow: hidden;
  position: relative;
  line-height: 1;
  margin-bottom: 10px;
}
#comments .comments-wrapper ol.comment-list li.comment article .comment-body .meta-data .comment-author {
  font-size: 16px;
  font-family: 'Montserrat';
  color: #000000;
  position: relative;
}
#comments .comments-wrapper ol.comment-list li.comment article .comment-body .meta-data .comment-date {
  font-size: 13px;
  color: #000000;
  display: inline-block;
}
#comments .comments-wrapper ol.comment-list li.comment article .comment-body .meta-data .comment-reply {
  margin-left: 20px;
}
#comments .comments-wrapper ol.comment-list li.comment article .comment-body .meta-data .comment-reply a {
  font-size: 13px;
  font-weight: 700;
  line-height: 10px;
  display: inline-block;
  letter-spacing: 0.4px;
  color: #ff0000;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
#comments .comments-wrapper ol.comment-list li.comment article .comment-body .meta-data .comment-reply a::before {
  content: '\f112';
  font-family: Fontawesome;
  position: relative;
  margin-right: 3px;
}
#comments .comments-wrapper ol.comment-list li.comment article .comment-body .comment-content {
  font-size: 14px;
  line-height: 20px;
  line-height: 1.6em;
  margin-bottom: 8px;
  color: rgba(77, 77, 77, 0.8);
  font-family: 'Georgia';
}
#comments .comments-wrapper ol.comment-list li.comment li .avatar {
  width: 48px;
  height: 48px;
}
#comments .comments-wrapper ol.comment-list li.comment li .comment-body {
  margin-left: 69px;
}
#comments .comments-wrapper ol.comment-list li.comment ul.children,
#comments .comments-wrapper ol.comment-list li.comment ol.children {
  padding-left: 85px;
}
#respond .comment-reply-title {
  font-family: 'Montserrat';
  font-weight: bold;
  font-size: 30px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  letter-spacing: 0px;
  margin-bottom: 40px;
}
#respond input,
#respond textarea {
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.3);
  letter-spacing: 1px;
  border-radius: 0px;
  padding: 15px 20px;
  margin-bottom: 25px;
}
#respond textarea {
  height: 200px;
}
#respond .form-submit > span {
  display: block;
  font-size: 12px;
  margin-bottom: 20px;
}
#respond .form-submit input[type="submit"] {
  width: 280px;
  border: 1px solid rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0.3);
  font-weight: 500;
  color: #fff;
  letter-spacing: 1px;
  border-radius: 0px;
}
#respond .form-submit input[type="submit"]:hover {
  background-color: transparent;
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.3);
}
/* Page
====================================*/
.mfp-image-holder .mfp-close:hover,
.mfp-iframe-holder .mfp-close:hover:hover {
  background: none;
}
/* Search & 404 page */
.page404 .search_form,
.search-no-results .articles .search_form {
  position: relative;
  margin-top: 30px;
  margin-bottom: 60px;
  display: block;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}
.page404 .search_form input,
.search-no-results .articles .search_form input {
  border: 0px;
  border-bottom: 1px solid rgba(77, 77, 77, 0.2);
  width: 100%;
}
.page404 .search_form button,
.search-no-results .articles .search_form button,
.page404 .search_form input[type=submit],
.search-no-results .articles .search_form input[type=submit] {
  border-radius: 0px;
  border: 0px;
  color: #000000;
  background: none;
  position: absolute;
  top: 50%;
  right: 0px;
  padding: 0px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
/* Layout
====================================*/
/* Boxed layout
------------------------------------ */
.boxed-layout {
  background-color: #efefef;
}
.boxed-layout > .wrapper {
  background-color: #fff;
}
@media screen and (min-width: 1440px) {
  .boxed-layout > .wrapper {
    width: 1440px;
    margin: 0 auto;
  }
}
/* Boxed block
------------------------------------ */
.boxed {
  background-color: #fff;
  padding: 30px 20px 5px;
  margin-bottom: 35px;
}
@media screen and (min-width: 768px) {
  .boxed {
    margin-left: 0;
    margin-right: 0;
  }
}
.boxed.wide-space {
  padding: 60px 35px;
  margin-right: 0;
  margin-left: 0;
}
@media screen and (max-width: 767px) {
  .boxed.wide-space {
    padding: 30px 30px;
  }
}
.boxed.wide-space > .vc_column_container > .vc_column-inner {
  padding-left: 25px;
  padding-right: 25px;
}
.boxed .en-block .post + .post {
  margin-top: 50px;
}
.boxed.post {
  padding: 40px 30px;
  box-shadow: 0px 1px 5px rgba(154, 154, 154, 0.2);
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.boxed.post:hover {
  box-shadow: 0px 3px 9px rgba(154, 154, 154, 0.2);
}
/* Border line
------------------------------------ */
.vertical-middle {
  line-height: 44px;
}
.vertical-middle.border-bottom {
  border-bottom: 2px solid rgba(0, 0, 0, 0.3);
}
/* Parallax
------------------------------------ */
.parallax-col-wrap {
  overflow: hidden;
}
/* Personal Blog
====================================*/
#header {
  /* Personal Blog blog Header */
}
#header.header-blog {
  box-shadow: 0px 3px 10px 0px rgba(0, 1, 1, 0.1);
  /* Menu for Shop */
}
#header.header-blog.header-transparent {
  box-shadow: none;
}
#header.header-blog .header-wrapper {
  position: relative;
  display: table;
  /* responsive for nav menu */
}
#header.header-blog .header-wrapper .site-branding {
  position: relative;
  top: 0px;
  left: 0px;
  width: auto;
  display: table-cell;
  text-align: left;
  vertical-align: middle;
  padding-right: 50px;
  margin-top: 0px;
  -webkit-transform: none;
  -moz-transform: none;
  transform: none;
}
#header.header-blog .header-wrapper .site-branding a.custom-logo-link {
  width: 337px;
}
#header.header-blog .header-wrapper nav.main-nav {
  display: table-cell;
  width: 100%;
  text-align: left;
  border: none;
  vertical-align: middle;
  padding: 0px;
  box-shadow: none;
}
#header.header-blog .header-wrapper nav.main-nav > ul > li ul {
  background-color: #000000;
}
#header.header-blog .header-wrapper nav.main-nav > ul > li ul li a {
  color: #ffffff;
  letter-spacing: 0px;
}
#header.header-blog .header-wrapper nav.main-nav > ul > li.menu-item-has-children:hover::before {
  content: '\f107';
  font-family: Fontawesome;
  font-size: 8px;
  line-height: 8px;
  color: #000000;
  position: absolute;
  bottom: 1px;
  left: 0px;
  width: 100%;
  text-align: center;
}
#header.header-blog .header-wrapper nav.main-nav > ul > li.menu-item-has-children:hover::after {
  background-color: transparent;
}
#header.header-blog .header-wrapper nav.main-nav > ul > li.menu-item-has-children:hover > a {
  color: #000000;
}
#header.header-blog .header-wrapper nav.main-nav > ul > li.menu-item-has-children:hover > ul {
  -webkit-transform: translateX(0%);
  -moz-transform: translateX(0%);
  transform: translateX(0%);
}
#header.header-blog .header-wrapper .right-content {
  position: relative;
  width: auto;
  display: table-cell;
  text-align: right;
  vertical-align: middle;
  height: auto;
  line-height: 32px;
  min-width: 80px;
  top: auto;
  -webkit-transform: none;
  -moz-transform: none;
  transform: none;
}
#header.header-blog .header-wrapper .right-content .search_and_menu {
  display: none;
  position: absolute;
  top: 50%;
  right: 0px;
  height: 16px;
  line-height: 0px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media screen and (max-width: 1439px) {
  #header.header-blog .header-wrapper .right-content .search_and_menu {
    display: block;
  }
}
#header.header-blog .header-wrapper .right-content .search-handler,
#header.header-blog .header-wrapper .right-content .burger-menu {
  display: inline-block;
  position: relative;
  width: 16px;
  height: 16px;
}
#header.header-blog .header-wrapper .right-content .search-handler svg,
#header.header-blog .header-wrapper .right-content .burger-menu svg {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
#header.header-blog .header-wrapper .right-content .search-handler svg path,
#header.header-blog .header-wrapper .right-content .burger-menu svg path {
  fill: #000000;
}
#header.header-blog .header-wrapper .right-content .search-handler svg {
  width: 14px;
}
#header.header-blog .header-wrapper .right-content .burger-menu svg {
  width: 15px;
}
#header.header-blog .header-wrapper .right-content.show-search .search-panel {
  background-color: #1a1a1a;
  display: block;
  position: absolute;
  bottom: 0px;
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
  right: 0px;
  width: 200px;
  padding-left: 20px;
  padding-right: 20px;
}
#header.header-blog .header-wrapper .right-content.show-search .search-panel form {
  position: relative;
  margin-top: 5px;
}
#header.header-blog .header-wrapper .right-content.show-search .search-panel form button {
  display: none;
}
@media screen and (max-width: 767px) {
  #header.header-blog .header-wrapper {
    width: 100%;
  }
  #header.header-blog .header-wrapper nav.main-nav {
    display: none;
  }
}
#header.header-blog .search-panel {
  display: inline-block;
  visibility: visible;
  opacity: 1;
  width: 300px;
  height: auto;
  position: relative;
  margin: 0px;
  padding-right: 70px;
  line-height: 1em;
  border-bottom: 1px solid #000000;
  border-top: 1px solid transparent;
  overflow: hidden;
  top: inherit;
}
@media screen and (max-width: 1439px) {
  #header.header-blog .search-panel {
    display: none;
  }
}
#header.header-blog .search-panel input[type=text] {
  width: 100%;
  background: transparent;
  font-family: 'Montserrat';
  font-size: 13px;
  font-weight: normal;
  color: #000000;
  height: 30px;
  line-height: 30px;
  padding: 0px;
  margin: 0px;
}
#header.header-blog .search-panel input[type=text]::-webkit-input-placeholder {
  color: #000000;
}
#header.header-blog .search-panel input[type=text]:-moz-placeholder {
  color: #000000;
}
#header.header-blog .search-panel input[type=text]::-moz-placeholder {
  color: #000000;
}
#header.header-blog .search-panel input[type=text]:-ms-input-placeholder {
  color: #000000;
}
#header.header-blog .search-panel button {
  position: absolute;
  top: 0px;
  right: 0px;
  display: block;
  border: none;
  padding: 0px;
  background: none;
  color: #000000;
  font-family: 'Montserrat';
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  height: 30px;
  line-height: 30px;
}
#header.header-blog #burger_menu {
  position: absolute;
  top: 0px;
  left: 0px;
  background-color: #ff0000;
  display: block;
  width: 135px;
  height: 100px;
  line-height: 100px;
  text-align: center;
  z-index: 1100;
}
#header.header-blog #burger_menu svg {
  width: 14px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
#header.header-blog #burger_menu svg path {
  fill: #fff;
}
@media screen and (max-width: 1439px) {
  #header.header-blog #burger_menu {
    display: none;
  }
}
#header.header-blog.header-shop {
  box-shadow: 0px 3px 10px 0px rgba(0, 1, 1, 0.1);
}
#header.header-blog.header-shop.header-transparent {
  box-shadow: none;
}
#header.header-blog.header-shop .header-wrapper .site-branding {
  padding-left: 45px;
  padding-right: 60px;
}
#header.header-blog.header-shop .header-wrapper .site-branding #burger_menu {
  width: auto;
  height: auto;
  position: absolute;
  width: 18px;
  height: 18px;
  top: 50%;
  left: 0px;
  background: none;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
#header.header-blog.header-shop .header-wrapper .site-branding #burger_menu svg {
  width: 18px;
}
#header.header-blog.header-shop .header-wrapper .site-branding #burger_menu svg path {
  fill: #fff;
}
@media screen and (max-width: 1439px) {
  #header.header-blog.header-shop .header-wrapper .site-branding #burger_menu {
    display: inline-block;
  }
}
#header.header-blog.header-shop .header-wrapper .right-content {
  z-index: 1000;
}
#header.header-blog.header-shop .header-wrapper .right-content .search_and_menu {
  display: block;
  position: absolute;
  top: 0px;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
}
#header.header-blog.header-shop .header-wrapper .right-content .right-content-item {
  display: inline-block;
  position: relative;
  margin-right: 8px;
  line-height: 100px;
}
#header.header-blog.header-shop .header-wrapper .right-content .right-content-item:last-child {
  margin-right: 0px;
}
#header.header-blog.header-shop .header-wrapper .right-content .right-content-item .search-panel {
  position: absolute;
  top: 100%;
  right: 0px;
  width: 220px;
  background-color: #fff;
  padding: 5px 10px;
  border-radius: 3px;
  z-index: 100;
  border: 1px solid rgba(0, 0, 0, 0.08);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  -webkit-transform: translateY(5px);
  -moz-transform: translateY(5px);
  -ms-transform: translateY(5px);
  -o-transform: translateY(5px);
  transform: translateY(5px);
}
#header.header-blog.header-shop .header-wrapper .right-content .right-content-item .search-panel form {
  width: 100%;
}
#header.header-blog.header-shop .header-wrapper .right-content .right-content-item .search-panel form input {
  border: 0px;
  color: #333;
}
#header.header-blog.header-shop .header-wrapper .right-content .right-content-item .search-panel form button {
  display: none;
}
#header.header-blog.header-shop .header-wrapper .right-content .right-content-item.rc-item-search:hover .search-panel {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
}
#header.header-blog.header-shop .header-wrapper .right-content .right-content-item.rc-item-cart .cart-content-list {
  position: absolute;
  top: 100%;
  right: 0px;
  width: 320px;
  background-color: #fff;
  border: 1px solid #ebebeb;
  box-shadow: 0px 3px 10px 0px rgba(0, 1, 1, 0.08);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  -ms-transform: translateY(10px);
  -o-transform: translateY(10px);
  transform: translateY(10px);
}
#header.header-blog.header-shop .header-wrapper .right-content .right-content-item.rc-item-cart .cart-content-list .widget_shopping_cart_content {
  padding-top: 20px;
  padding-bottom: 8px;
}
#header.header-blog.header-shop .header-wrapper .right-content .right-content-item.rc-item-cart .cart-content-list .widget_shopping_cart_content ul {
  padding: 0px;
  margin-left: 38px;
  margin-right: 38px;
}
#header.header-blog.header-shop .header-wrapper .right-content .right-content-item.rc-item-cart .cart-content-list .widget_shopping_cart_content ul li {
  position: relative;
  border-bottom: 1px solid rgba(22, 20, 20, 0.1);
  text-align: left;
  padding: 0px;
  margin: 0px;
  padding-top: 9px;
  padding-bottom: 9px;
  padding-right: 20px;
  overflow: hidden;
  font-family: 'Montserrat';
  font-size: 12px;
  font-weight: normal;
  letter-spacing: 0px;
  color: rgba(0, 0, 0, 0.5);
  line-height: 1em;
}
#header.header-blog.header-shop .header-wrapper .right-content .right-content-item.rc-item-cart .cart-content-list .widget_shopping_cart_content ul li::before,
#header.header-blog.header-shop .header-wrapper .right-content .right-content-item.rc-item-cart .cart-content-list .widget_shopping_cart_content ul li::after {
  display: none;
}
#header.header-blog.header-shop .header-wrapper .right-content .right-content-item.rc-item-cart .cart-content-list .widget_shopping_cart_content ul li a.remove {
  position: absolute;
  font-size: 18px;
  top: 50%;
  right: 0px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #ff0000;
}
#header.header-blog.header-shop .header-wrapper .right-content .right-content-item.rc-item-cart .cart-content-list .widget_shopping_cart_content ul li a:not(.remove) {
  display: inline-block;
  margin: 0px;
  padding: 0px;
  line-height: 1em;
  color: #000000;
}
#header.header-blog.header-shop .header-wrapper .right-content .right-content-item.rc-item-cart .cart-content-list .widget_shopping_cart_content ul li a:not(.remove) img {
  width: 44px;
  float: left;
  margin: 0px;
  padding: 0px;
  margin-right: 14px;
}
#header.header-blog.header-shop .header-wrapper .right-content .right-content-item.rc-item-cart .cart-content-list .widget_shopping_cart_content ul li .quantity {
  display: inline-block;
  color: rgba(0, 0, 0, 0.5);
  line-height: 1em;
  position: absolute;
  right: 20px;
  bottom: 9px;
}
#header.header-blog.header-shop .header-wrapper .right-content .right-content-item.rc-item-cart .cart-content-list .widget_shopping_cart_content .total {
  line-height: 1em;
  position: relative;
  overflow: hidden;
  font-family: 'Montserrat';
  font-weight: normal;
  letter-spacing: 0px;
  margin-left: 38px;
  margin-right: 38px;
  padding-top: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid rgba(22, 20, 20, 0.1);
}
#header.header-blog.header-shop .header-wrapper .right-content .right-content-item.rc-item-cart .cart-content-list .widget_shopping_cart_content .total strong {
  float: left;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.5);
}
#header.header-blog.header-shop .header-wrapper .right-content .right-content-item.rc-item-cart .cart-content-list .widget_shopping_cart_content .total .amount {
  float: right;
  font-size: 20px;
  color: #000000;
}
#header.header-blog.header-shop .header-wrapper .right-content .right-content-item.rc-item-cart .cart-content-list .widget_shopping_cart_content .buttons {
  overflow: hidden;
  display: block;
  margin-left: 38px;
  margin-right: 38px;
  padding-top: 12px;
  padding-bottom: 12px;
  line-height: 1em;
}
#header.header-blog.header-shop .header-wrapper .right-content .right-content-item.rc-item-cart .cart-content-list .widget_shopping_cart_content .buttons .button {
  float: left;
  font-family: 'Montserrat';
  font-weight: normal;
  font-size: 14px;
  padding: 0px;
  background: none;
  color: #000000;
  text-transform: lowercase;
  border: 0px;
  border-radius: 0px;
}
#header.header-blog.header-shop .header-wrapper .right-content .right-content-item.rc-item-cart .cart-content-list .widget_shopping_cart_content .buttons .button.checkout {
  float: right;
}
#header.header-blog.header-shop .header-wrapper .right-content .right-content-item.rc-item-cart .cart-content-list .widget_shopping_cart_content .buttons .button.checkout::after {
  content: '\f105';
  font-family: Fontawesome;
  margin-left: 8px;
}
#header.header-blog.header-shop .header-wrapper .right-content .right-content-item.rc-item-cart:hover .cart-content-list {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
}
#header.header-blog.header-shop .header-wrapper .right-content .search-handler,
#header.header-blog.header-shop .header-wrapper .right-content .cart-contents {
  display: inline-block;
  position: relative;
  width: 18px;
  height: 18px;
}
#header.header-blog.header-shop .header-wrapper .right-content .search-handler svg,
#header.header-blog.header-shop .header-wrapper .right-content .cart-contents svg {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 18px;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
#header.header-blog.header-shop .header-wrapper .right-content .search-handler svg path,
#header.header-blog.header-shop .header-wrapper .right-content .cart-contents svg path {
  fill: #000000;
}
#header.header-blog.header-shop .header-wrapper .right-content .cart-contents span {
  position: absolute;
  width: 18px;
  height: 18px;
  border-radius: 30px;
  background-color: #000000;
  color: #1a1a1a;
  font-family: 'Montserrat';
  font-size: 11px;
  font-weight: normal;
  line-height: 18px;
  text-align: center;
  top: 0px;
  right: 0px;
  -webkit-transform: translateX(50%) translateY(-50%);
  -moz-transform: translateX(50%) translateY(-50%);
  -ms-transform: translateX(50%) translateY(-50%);
  -o-transform: translateX(50%) translateY(-50%);
  transform: translateX(50%) translateY(-50%);
}
/* Personal Blog Slide
==============================*/
.fs-slide {
  position: relative;
  /* responsive for fs-slide */
  /* responsive for fs-slide */
}
.fs-slide .fs-item {
  position: relative;
  padding-top: 280px;
  padding-bottom: 160px;
}
@media screen and (max-width: 1199px) {
  .fs-slide .fs-item.blog-slide-item {
    padding-top: 180px !important;
    padding-bottom: 140px !important;
  }
}
@media screen and (max-width: 768px) {
  .fs-slide .fs-item.blog-slide-item {
    padding-top: 120px !important;
    padding-bottom: 140px !important;
  }
}
.fs-slide .fs-entry-bg {
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0px;
  right: 0px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  z-index: 0;
}
.fs-slide .fs-entry-item {
  margin-right: 50px;
}
.fs-slide .fs-entry-item .fs-title {
  position: relative;
  font-family: 'SF-UI-Display';
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.3px;
  text-transform: uppercase;
  color: #000000;
  margin: 0px;
}
.fs-slide .fs-entry-item .fs-title::before {
  content: attr(data-label);
  position: absolute;
  left: 0px;
  bottom: 20px;
  font-size: 160px;
  font-family: 'Montserrat';
  font-weight: bold;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.1);
  white-space: nowrap;
  line-height: 0.72em;
}
.fs-slide .fs-entry-item .fs-title::after {
  content: '';
  width: 26px;
  height: 5px;
  display: block;
  background-color: #000000;
  margin-top: 25px;
  margin-bottom: 30px;
}
.fs-slide .fs-entry-item h3 {
  font-family: 'Montserrat';
  font-weight: bold;
  font-size: 56px;
  line-height: 60px;
  color: #000000;
  margin: 0px;
  margin-bottom: 25px;
}
.fs-slide .fs-entry-item h3 span {
  position: relative;
}
.fs-slide .fs-entry-item h3 span::after {
  content: '';
  height: 2px;
  width: 96%;
  background-color: #000000;
  position: absolute;
  bottom: 2px;
  left: 2%;
}
.fs-slide .fs-entry-item p {
  font-family: 'Georgia';
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0px;
  color: #000000;
  margin: 0px;
  margin-bottom: 60px;
}
.fs-slide .fs-entry-item a.read-more {
  font-family: 'Montserrat';
  font-size: 24px;
  font-weight: normal;
  color: #000000;
  letter-spacing: 0px;
  text-decoration: underline;
  display: inline-block;
  position: relative;
}
.fs-slide .fs-arrows a {
  position: absolute;
  font-family: 'Montserrat';
  font-size: 14px;
  font-weight: normal;
  text-transform: uppercase;
  background-color: #000000;
  color: #fff;
  display: inline-block;
  width: 120px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  top: 50%;
  z-index: 100;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.fs-slide .fs-arrows a i {
  font-size: 18px;
  position: relative;
  top: 1px;
}
.fs-slide .fs-arrows a.fs-arrow-prev {
  left: 0px;
}
.fs-slide .fs-arrows a.fs-arrow-prev i {
  margin-right: 4px;
}
.fs-slide .fs-arrows a.fs-arrow-next {
  right: 0px;
}
.fs-slide .fs-arrows a.fs-arrow-next i {
  margin-left: 4px;
}
.fs-slide .fs-arrows:not(.arrows-bottom) a {
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.fs-slide .fs-arrows:not(.arrows-bottom) a:hover {
  width: 126px;
}
.fs-slide .fs-arrows.arrows-bottom {
  position: absolute;
  bottom: 0px;
  right: 50%;
  width: 50%;
}
.fs-slide .fs-arrows.arrows-bottom a {
  transform: none;
  top: auto;
  bottom: 0px;
  width: 43px;
  height: 45px;
}
.fs-slide .fs-arrows.arrows-bottom a.fs-arrow-prev {
  background-color: #fff;
  color: #000000;
  bottom: 65px;
  left: auto;
  right: 138px;
}
.fs-slide .fs-arrows.arrows-bottom a.fs-arrow-prev i {
  margin: 0px;
}
.fs-slide .fs-arrows.arrows-bottom a.fs-arrow-next {
  bottom: 65px;
  right: 90px;
}
.fs-slide .fs-arrows.arrows-bottom a.fs-arrow-next::after {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 110px;
  background-color: #000000;
  z-index: 0;
}
.fs-slide .fs-arrows.arrows-bottom a.fs-arrow-next i {
  margin: 0px;
  position: relative;
  z-index: 10;
}
.fs-slide .fs-arrows:not(.arrows-bottom) {
  /* responsive for slider arrows */
}
@media screen and (max-width: 1399px) {
  .fs-slide .fs-arrows:not(.arrows-bottom) {
    display: none;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .fs-slide .fs-entry-item .fs-title::before {
    font-size: 120px;
  }
  .fs-slide .fs-entry-item h3 {
    font-size: 46px;
    line-height: 1.1em;
  }
  .fs-slide .fs-entry-item p {
    font-size: 16px;
    line-height: 1.4em;
    margin-bottom: 40px;
  }
  .fs-slide .fs-entry-item a.read-more {
    font-size: 20px;
  }
}
@media screen and (max-width: 991px) {
  .fs-slide .fs-entry-bg {
    width: 100%;
    opacity: 0.5;
  }
  .fs-slide .fs-entry-item .fs-title::before {
    font-size: 120px;
  }
  .fs-slide .fs-entry-item h3 {
    font-size: 46px;
    line-height: 1.1em;
  }
  .fs-slide .fs-entry-item p {
    font-size: 16px;
    line-height: 1.4em;
    margin-bottom: 40px;
  }
  .fs-slide .fs-entry-item a.read-more {
    font-size: 20px;
  }
}
/* Personal Blog Carousel
==============================*/
.fs-blog-carousel .fs-title {
  font-size: 24px;
  font-family: 'Montserrat';
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 0px;
  color: #000000;
  margin: 0px;
  margin-bottom: 15px;
}
.fs-blog-carousel .fs-pager {
  text-align: center;
  position: relative;
  overflow: hidden;
  margin-bottom: 12px;
}
.fs-blog-carousel .fs-pager::before,
.fs-blog-carousel .fs-pager::after {
  content: '';
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 50%;
  height: 2px;
  width: 50%;
}
.fs-blog-carousel .fs-pager::before {
  left: 0px;
  -webkit-transform: translateX(-75px);
  -moz-transform: translateX(-75px);
  transform: translateX(-75px);
}
.fs-blog-carousel .fs-pager::after {
  right: 0px;
  -webkit-transform: translateX(75px);
  -moz-transform: translateX(75px);
  transform: translateX(75px);
}
.fs-blog-carousel .fs-pager span {
  display: inline-block;
  font-family: 'Georgia';
  font-size: 16px;
  font-weight: normal;
  color: rgba(0, 0, 0, 0.5);
  width: 150px;
  text-align: center;
}
.fs-blog-carousel .fs-pager span a {
  display: inline-block;
}
.fs-blog-carousel .fs-pager span a img {
  width: 14px;
  opacity: 0.8;
}
.fs-blog-carousel .fs-pager span a.fs-arrow-prev {
  margin-right: 12px;
}
.fs-blog-carousel .fs-pager span a.fs-arrow-next {
  margin-left: 12px;
}
.fs-blog-carousel .fs-pager span a.swiper-button-disabled img {
  opacity: 0.3;
}
.fs-blog-carousel .fs-pager span .fs-current-index,
.fs-blog-carousel .fs-pager span .fs-current-total {
  font-style: normal;
}
.fs-blog-carousel .swiper-button-prev,
.fs-blog-carousel .swiper-button-next {
  background: none;
  background-color: #000000;
  color: #fff;
  display: block;
  text-align: center;
  width: 43px;
  height: 45px;
  line-height: 45px;
  position: absolute;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.fs-blog-carousel .swiper-button-prev span,
.fs-blog-carousel .swiper-button-next span {
  display: inline-block;
  font-family: 'Montserrat';
  font-weight: normal;
  font-size: 14px;
  letter-spacing: 0px;
  text-transform: uppercase;
  width: 0px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.fs-blog-carousel .swiper-button-prev i,
.fs-blog-carousel .swiper-button-next i {
  font-size: 18px;
}
.fs-blog-carousel .swiper-button-prev.swiper-button-prev,
.fs-blog-carousel .swiper-button-next.swiper-button-prev {
  left: -40px;
}
.fs-blog-carousel .swiper-button-prev.swiper-button-next,
.fs-blog-carousel .swiper-button-next.swiper-button-next {
  right: -40px;
}
.fs-blog-carousel .swiper-button-prev:hover,
.fs-blog-carousel .swiper-button-next:hover {
  width: 90px;
}
.fs-blog-carousel .swiper-button-prev:hover span,
.fs-blog-carousel .swiper-button-next:hover span {
  width: auto;
  visibility: visible;
  opacity: 1;
}
.fs-blog-carousel .swiper-button-prev:hover.swiper-button-prev,
.fs-blog-carousel .swiper-button-next:hover.swiper-button-prev {
  left: -50px;
}
.fs-blog-carousel .swiper-button-prev:hover.swiper-button-prev span,
.fs-blog-carousel .swiper-button-next:hover.swiper-button-prev span {
  margin-left: 3px;
}
.fs-blog-carousel .swiper-button-prev:hover.swiper-button-next,
.fs-blog-carousel .swiper-button-next:hover.swiper-button-next {
  right: -50px;
}
.fs-blog-carousel .swiper-button-prev:hover.swiper-button-next span,
.fs-blog-carousel .swiper-button-next:hover.swiper-button-next span {
  margin-right: 3px;
}
/* Personal Blog Blog Item
==============================*/
.fs-blog-item {
  position: relative;
}
.fs-blog-item > a {
  display: inline-block;
}
.fs-blog-item img {
  width: 100%;
  height: auto;
}
.fs-blog-item h4 {
  font-size: 16px;
  font-family: 'SF-UI-Display';
  font-weight: 400;
  letter-spacing: 0.3px;
  margin: 0px;
  margin-top: 20px;
  line-height: 1.2em;
}
.fs-blog-item h4 a {
  color: #000000;
}
.fs-blog-item .fs-label {
  display: inline-block;
  background-color: #000;
  color: #fff;
  font-family: 'Montserrat';
  font-weight: normal;
  font-size: 10px;
  letter-spacing: 0px;
  text-transform: uppercase;
  position: absolute;
  top: 0px;
  right: 0px;
  padding: 12px 16px;
  line-height: 1em;
}
.fs-blog-item.boxed-title .entry-title {
  margin-left: 20px;
  margin-right: 20px;
  padding: 20px 30px;
  background-color: #fff;
  position: relative;
  margin-top: -50px;
}
@media screen and (max-width: 480px) {
  .fs-blog-item.boxed-title .entry-title {
    margin-left: 10px;
    margin-right: 10px;
    padding: 10px 15px;
  }
}
.fs-blog-item.boxed-title .entry-title h4 {
  margin-top: 0px;
}
.fs-blog-item.boxed-title .entry-title .read-more {
  margin: 0px;
  margin-top: 5px;
}
.fs-blog-item.boxed-title .entry-title .read-more a {
  color: #000000;
  font-family: 'Montserrat';
  font-weight: normal;
  font-size: 13px;
  text-decoration: underline;
  letter-spacing: 0px;
}
/* Personal Blog Blog Filter
==============================*/
.fs-post-filter {
  overflow: hidden;
  margin-bottom: 25px;
}
.fs-post-filter h4 {
  font-family: 'Montserrat';
  font-weight: normal;
  font-size: 46px;
  margin: 0px;
  text-transform: uppercase;
  color: #000000;
  line-height: 49px;
  letter-spacing: 0px;
  float: left;
}
.fs-post-filter ul {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
  display: block;
  float: right;
  line-height: 49px;
}
.fs-post-filter ul li {
  display: inline-block;
}
.fs-post-filter ul li + li {
  margin-left: 30px;
}
.fs-post-filter ul li a {
  font-size: 13px;
  font-family: 'Montserrat';
  font-weight: normal;
  color: #000000;
  opacity: 0.4;
  display: inline-block;
  position: relative;
}
.fs-post-filter ul li.active a {
  font-weight: bold;
  opacity: 1;
}
.fs-post-filter ul li.active a::after {
  content: '';
  position: absolute;
  left: 0px;
  bottom: 5px;
  height: 2px;
  width: 100%;
  background-color: #000000;
}
.fs-post-filter.bordered {
  border-bottom: 2px solid rgba(0, 0, 0, 0.4);
  margin-bottom: 30px;
  padding-bottom: 15px;
}
.fs-post-filter.bordered h4 {
  font-size: 24px;
}
.fs-post-filter.bordered ul li.active a::after {
  display: none;
}
.fs-post-filter.big-title {
  overflow: inherit;
  margin-bottom: 45px;
}
.fs-post-filter.big-title::after {
  content: '';
  clear: both;
  position: relative;
  display: block;
}
.fs-post-filter.big-title h4 {
  font-family: 'Montserrat';
  font-weight: bold;
  font-size: 50px;
  position: relative;
}
.fs-post-filter.big-title h4::after {
  content: attr(data-title);
  position: absolute;
  opacity: .1;
  font-size: 160px;
  top: -20px;
  left: -14px;
}
/* Personal Blog Grid Blog
==============================*/
.fs-grid-posts .fs-grid-viewport {
  position: relative;
}
.fs-grid-posts .fs-grid-item {
  margin-bottom: 50px;
}
.fs-grid-posts .fs-grid-item .fs-entry-image {
  display: block;
}
.fs-grid-posts .fs-grid-item .fs-entry-image img {
  width: 100%;
}
.fs-grid-posts .fs-grid-item .fs-entry-meta {
  font-family: 'SF-UI-Display';
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0px;
  margin-top: 15px;
}
.fs-grid-posts .fs-grid-item .fs-entry-meta span {
  display: inline-block;
}
.fs-grid-posts .fs-grid-item .fs-entry-meta span + span::before {
  content: '|';
  margin-left: 10px;
  margin-right: 10px;
}
.fs-grid-posts .fs-grid-item .fs-entry-meta span a {
  color: rgba(0, 0, 0, 0.9);
}
.fs-grid-posts .fs-grid-item h3 {
  font-family: 'Montserrat';
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0px;
  margin: 0px;
  margin-top: 12px;
  line-height: 1.3em;
}
.fs-grid-posts .fs-grid-item h3 a {
  color: #000000;
}
.fs-grid-posts .fs-grid-item .read-more {
  font-size: 14px;
  font-family: 'Montserrat';
  font-weight: normal;
  margin: 0px;
  margin-top: 12px;
}
.fs-grid-posts .fs-grid-item .read-more a {
  color: #000000;
  text-decoration: underline;
}
.fs-grid-posts .fs-grid-item.fs-large h3 {
  font-size: 24px;
  line-height: 32px;
}
.fs-grid-posts .fs-grid-item.fs-large .read-more {
  font-size: 15px;
}
.fs-sidebar .widget {
  margin-bottom: 50px;
}
.fs-sidebar .widget .widget-title {
  font-family: 'Montserrat';
  font-size: 24px;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 0px;
  color: #000000;
  margin: 0px;
  margin-bottom: 25px;
  padding-bottom: 25px;
  border-bottom: 3px solid rgba(0, 0, 0, 0.4);
}
.fs-sidebar .widget.widget_search .widget-title {
  padding-bottom: 0px;
  border: 0px;
}
.fs-sidebar .widget.widget_search form {
  position: relative;
  padding: 0px;
  padding-right: 70px;
  border: 0px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
.fs-sidebar .widget.widget_search form input[type=text] {
  font-family: 'Montserrat';
  font-size: 13px;
  font-weight: normal;
  font-style: normal;
  height: 32px;
  line-height: 32px;
  letter-spacing: 0px;
  border: 0px;
  width: 100%;
  text-transform: none;
  padding: 20px 0;
}
.fs-sidebar .widget.widget_search form input[type=submit] {
  font-family: 'Montserrat';
  font-size: 13px;
  font-weight: bold;
  font-style: normal;
  color: #000000;
  text-transform: uppercase;
  letter-spacing: 0px;
  border: 0px;
  border-radius: 0px;
  padding: 0px;
  margin: 0px;
  position: absolute;
  top: 0px;
  right: 0px;
  height: 32px;
  line-height: 32px;
  width: auto;
}
.fs-sidebar .widget .fs-recent-post .fs-rp-item {
  overflow: hidden;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.fs-sidebar .widget .fs-recent-post .fs-rp-item:last-child {
  border-bottom: 0px;
}
.fs-sidebar .widget .fs-recent-post .fs-rp-item .entry-image {
  float: left;
}
.fs-sidebar .widget .fs-recent-post .fs-rp-item .entry-image a {
  display: inline-block;
}
.fs-sidebar .widget .fs-recent-post .fs-rp-item .entry-image img {
  width: 92px;
  height: 92px;
}
.fs-sidebar .widget .fs-recent-post .fs-rp-item .entry-rp {
  margin-left: 110px;
}
.fs-sidebar .widget .fs-recent-post .fs-rp-item .entry-rp .entry-meta {
  font-family: 'SF-UI-Display';
  font-size: 13px;
  font-weight: 400;
  line-height: 1.2em;
}
.fs-sidebar .widget .fs-recent-post .fs-rp-item .entry-rp .entry-meta span {
  display: inline-block;
}
.fs-sidebar .widget .fs-recent-post .fs-rp-item .entry-rp .entry-meta span + span::before {
  content: '|';
  margin-left: 5px;
  margin-right: 5px;
}
.fs-sidebar .widget .fs-recent-post .fs-rp-item .entry-rp .entry-meta span:last-child {
  display: none;
}
.fs-sidebar .widget .fs-recent-post .fs-rp-item .entry-rp .entry-meta span a {
  color: rgba(0, 0, 0, 0.9);
}
.fs-sidebar .widget .fs-recent-post .fs-rp-item h4 {
  font-family: 'SF-UI-Display';
  font-size: 17px;
  font-weight: 300;
  margin: 0px;
  margin-top: 5px;
}
.fs-sidebar .widget .fs-recent-post .fs-rp-item h4 a {
  color: #000000;
}
.fs-sidebar .widget .fs-recent-post .fs-rp-item .read-more {
  margin: 0px;
  font-family: 'Montserrat';
  font-size: 13px;
  font-weight: normal;
  line-height: 1.3em;
  margin-top: 5px;
}
.fs-sidebar .widget .fs-recent-post .fs-rp-item .read-more a {
  color: #000000;
  text-decoration: underline;
}
.fs-sidebar .widget .fs-recent-post .fs-rp-item.no-thumb .entry-rp {
  margin-left: 0px;
}
.fs-sidebar .widget .fs-recent-post .fs-rp-item.no-thumb .entry-rp span:last-child {
  display: inline-block;
}
.fs-sidebar .widget ul {
  font-family: 'SF-UI-Display';
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.5px;
}
.fs-sidebar .widget ul li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 5px;
  margin-bottom: 5px;
}
.fs-sidebar .widget ul li:last-child {
  border-bottom: 0px;
}
.fs-sidebar .widget ul li a {
  display: block;
  overflow: hidden;
  color: #000000;
  line-height: 1.8em;
}
.fs-sidebar .widget ul li a span {
  float: right;
  color: rgba(0, 0, 0, 0.7);
}
.fs-sidebar .widget ul li a span::before {
  content: '(';
}
.fs-sidebar .widget ul li a span::after {
  content: ')';
}
.fs-sidebar .widget img {
  max-width: 100%;
  height: auto;
}
.fs-sidebar .widget .fs-tags {
  font-family: 'SF-UI-Display';
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.3px;
  text-transform: lowercase;
}
.fs-sidebar .widget .fs-tags a {
  color: rgba(0, 0, 0, 0.5);
  display: inline-block;
  border: 1px solid rgba(0, 0, 0, 0.5);
  line-height: 1em;
  padding: 6px 12px;
  margin-right: 8px;
  margin-bottom: 10px;
}
.fs-sidebar .widget-aboutme img {
  margin-bottom: 22px;
}
.fs-sidebar .widget-aboutme h5 {
  font-size: 16px;
  font-family: 'Montserrat';
  font-weight: normal;
  color: #000000;
  letter-spacing: 0px;
  margin: 0px;
}
.fs-sidebar .widget-aboutme p {
  margin: 0px;
}
.fs-sidebar .widget-aboutme .about-text {
  font-size: 14px;
  font-family: 'SF-UI-Display';
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.5px;
  color: rgba(0, 0, 0, 0.7);
  margin-top: 15px;
  margin-bottom: 10px;
}
.fs-sidebar .widget-aboutme .read-more a {
  font-size: 15px;
  font-family: 'Montserrat';
  font-weight: 400;
  color: #000000;
  text-decoration: underline;
  letter-spacing: 0px;
}
@media screen and (max-width: 426px) {
  .fs-post-table .fs-table-item {
    margin-bottom: 40px;
  }
  .fs-post-table .fs-table-item div[class*=col-] + div[class*=col-] {
    margin-top: 20px;
  }
}
.fs-post-table .fs-table-item .fs-table-bg {
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  background-color: #eee;
}
.fs-post-table .fs-table-item .fs-table-bg img {
  width: 100%;
}
.fs-post-table .fs-table-item .fs-table-content {
  display: inline-block;
  padding: 100px;
}
@media screen and (max-width: 786px) {
  .fs-post-table .fs-table-item .fs-table-content {
    padding: 30px;
  }
}
@media screen and (max-width: 426px) {
  .fs-post-table .fs-table-item .fs-table-content {
    padding: 0;
  }
}
.fs-post-table .fs-table-item .fs-table-content h4 {
  margin: 0px;
  font-family: 'Montserrat';
  font-weight: normal;
  font-size: 26px;
  line-height: 1.2em;
  letter-spacing: 0px;
}
@media screen and (max-width: 786px) {
  .fs-post-table .fs-table-item .fs-table-content h4 {
    font-size: 20px;
  }
}
.fs-post-table .fs-table-item .fs-table-content h4 a {
  color: #000000;
}
.fs-post-table .fs-table-item .fs-table-content .read-more {
  margin: 0px;
  font-family: 'Montserrat';
  font-weight: normal;
  font-size: 18px;
  letter-spacing: 0px;
  margin-top: 25px;
}
.fs-post-table .fs-table-item .fs-table-content .read-more a {
  color: #000000;
  text-decoration: underline;
}
.fs-post-table .fs-table-item .fs-table-meta {
  width: 100%;
  font-family: 'SF-UI-Display';
  font-weight: 400;
  font-size: 14px;
}
@media screen and (min-width: 769px) {
  .fs-post-table .fs-table-item .fs-table-meta {
    position: absolute;
    bottom: 30px;
    left: 0px;
    padding-left: 50px;
  }
}
.fs-post-table .fs-table-item .fs-table-meta a {
  color: rgba(0, 0, 0, 0.9);
}
.fs-post-table .fs-table-item .row {
  display: table;
  position: relative;
  width: 100%;
  margin: 0px;
}
@media screen and (min-width: 769px) {
  .fs-post-table .fs-table-item .row > div {
    display: table-cell;
    position: relative;
    width: 50%;
    vertical-align: middle;
    padding: 0px;
    float: none;
  }
}
.fs-post-table .fs-table-item.fs-media-right .fs-table-content {
  text-align: right;
}
.fs-post-table .fs-table-item.fs-media-right .fs-table-meta {
  padding-left: 0px;
}
@media screen and (min-width: 769px) {
  .fs-post-table .fs-table-item.fs-media-right .fs-table-meta {
    padding-right: 50px;
  }
}
.sticky-parent {
  display: block;
  position: relative;
}
.fs-media-play a {
  display: inline-block;
  background-color: #000;
  color: #fff;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  font-size: 10px;
}
.fs-media-play a i {
  position: relative;
  left: 1px;
}
#footer {
  /* Personal Blog footer */
}
#footer.footer-blog {
  padding-bottom: 20px;
}
#footer.footer-blog .widget .widget-title {
  font-size: 18px;
  font-family: 'Montserrat';
  font-weight: normal;
  font-style: normal;
  color: #000000;
  letter-spacing: 0px;
  margin-bottom: 15px;
}
#footer.footer-blog .widget .social-links a {
  font-size: 16px;
  position: relative;
  display: inline-block;
  margin-right: 0px;
}
#footer.footer-blog .widget .social-links a + a {
  margin-left: 15px;
}
#footer.footer-blog .sub-footer {
  font-weight: normal;
  font-family: 'Montserrat';
  font-size: 13px;
  letter-spacing: 0px;
}
@media screen and (max-width: 767px) {
  #footer.footer-blog .text-right {
    text-align: left;
  }
  #footer.footer-blog .widget {
    margin-bottom: 30px;
  }
  #footer.footer-blog .mh3 {
    margin-left: 0px;
    margin-right: 0px;
  }
  #footer.footer-blog .sub-footer .pull-left,
  #footer.footer-blog .sub-footer .pull-right {
    float: none !important;
    display: block;
  }
}
.fs-blog-item a,
.fs-grid-item:not(.fs-large) a {
  overflow: hidden;
}
.fs-blog-item a > img,
.fs-grid-item:not(.fs-large) a > img {
  transition: all .35s ease;
}
.fs-blog-item a > img:hover,
.fs-grid-item:not(.fs-large) a > img:hover {
  transform: scale(1.05);
}
/* Footer
====================================*/
/* Background colors
------------------------------------ */
#footer {
  background: #1a1a1a;
  padding: 50px 0;
  position: relative;
  color: #949494;
  font-weight: 500;


/* MIO*/

background-image: url(../../../../new-sub/wp-content/uploads/2017/05/pie-aficion.jpeg);
background-repeat: repeat;
background-position: top left;
background-attachment: scroll;


}



@media screen and (max-width: 768px) {
  #footer {
    padding: 40px 0;
  }
}
#footer.footer-mini {
  padding: 60px 0;
}
#footer.footer-mini .logo {
  float: left;
  margin-right: 40px;
}
#footer.footer-mini .border-line {
  border-width: 1px;
}
#footer.footer-mini .sub-footer ul li {
  padding-left: 5px;
}
#footer.footer-mini .sub-footer ul li:before {
  display: none;
}
#footer.footer-mini .sub-footer .copyright-text i {
  font-size: 16px;
}
#footer a {
  text-decoration: none;
}
#footer .border-line,
#footer .border-line-1 {
  border-color: #c7c7c7;
}
#footer .widget-title {
  font-size: 14px;
  color: #fff;
  margin: 0;
  margin-bottom: 30px;
}
#footer.light {
  background: #fcfcfc;
  color: rgba(0, 0, 0, 0.8);
}
#footer.light a {
  color: rgba(0, 0, 0, 0.8);
}
#footer.light a:hover {
  color: #000000;
}
#footer.light .widget-title {
  color: rgba(0, 0, 0, 0.9);
  font-weight: 700;
  margin-bottom: 20px;
}
#footer.light .border-line,
#footer.light .border-line-1 {
  border-color: rgba(0, 0, 0, 0.3);
}
#footer.light .sub-footer {
  color: rgba(0, 0, 0, 0.35);
}
#footer.light .sub-footer a {
  color: rgba(0, 0, 0, 0.35);
}
#footer.light .sub-footer a:hover {
  color: rgba(0, 0, 0, 0.55);
}
#footer .tt-el-info h4 {
  font-size: 24px;
  color: rgba(255, 255, 255, 0.85);
}
#footer .tt-el-info p {
  font-size: 11px;
  color: rgba(255, 255, 255, 0.85);
}
#footer.light .tt-el-info h4,
#footer.light .tt-el-info p {
  color: #000;
}
.footer-row {
  margin-top: 30px;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .footer-row {
    margin-bottom: 20px;
  }
  .footer-row div[class*=col-],
  .footer-row .widget {
    margin-bottom: 30px;
  }
  .footer-row div:last-child {
    margin-bottom: 0;
  }
}
.sub-footer {
  color: #c7c7c7;
}
.sub-footer a {
  color: #c7c7c7;
}
.sub-footer a:hover {
  color: #ceeab5;
}
.sub-footer p,
.sub-footer ul {
  margin-top: 0;
  margin-bottom: 0;
}
.sub-footer ul li {
  position: relative;
}
.sub-footer ul li + li {
  margin-left: 5px;
  padding-left: 10px;
}
.sub-footer ul li + li:before {
  content: "|";
  position: absolute;
  left: -5px;
  top: 0;
}
.sub-footer .copyright-text i {
  font-size: 24px;
  line-height: 0;
  margin-right: 10px;
}
.sub-footer .copyright-text i:hover {
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .sub-footer {
    text-align: center;
  }
  .sub-footer ul li + li {
    margin: 0;
    padding: 0 5px;
  }
  .sub-footer ul li + li:before {
    display: none;
  }
  .sub-footer .copyright-text {
    margin: 20px 0 0;
    line-height: 1.5;
  }
}
.footer-instagram .row {
  margin: 0px;
}
.footer-instagram .row > div {
  padding: 0px;
}
.footer-instagram h4 {
  font-size: 24px;
  font-family: 'Montserrat';
  font-weight: normal;
  letter-spacing: 0px;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(0, 0, 0, 0.4);
  display: inline-block;
  padding-bottom: 15px;
}
.footer-instagram img {
  width: 100%;
}
/* Widgets
====================================*/
/* Widget
============================================== */
.widget + .widget {
  margin-top: 40px;
}
.widget .widget-title {
  text-transform: uppercase;
}
.widget ul {
  padding: 0;
}
.widget ul li {
  list-style-type: none;
  line-height: 2.5em;
}
.widget ul li a {
  color: #949494;
}
.widget ul li a:hover {
  text-decoration: none;
  color: #c7c7c7;
}
.widget .social-links {
  display: block;
}
.widget .social-links a {
  display: inline-block;
  color: #949494;
  font-size: 16px;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.widget .social-links a + a {
  margin-left: 15px;
}
.widget .social-links a:hover {
  color: #c7c7c7;
}
.widget .fs-recent-post .fs-rp-item {
  overflow: hidden;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.widget .fs-recent-post .fs-rp-item:last-child {
  border-bottom: 0px;
}
.widget .fs-recent-post .fs-rp-item .entry-image {
  background-color: rgba(77, 77, 77, 0.1);
  float: left;
}
.widget .fs-recent-post .fs-rp-item .entry-image a {
  display: inline-block;
}
.widget .fs-recent-post .fs-rp-item .entry-image img {
  width: 92px;
  height: 92px;
}
.widget .fs-recent-post .fs-rp-item .entry-rp {
  margin-left: 110px;
}
.widget .fs-recent-post .fs-rp-item .entry-rp .entry-meta {
  font-family: 'SF-UI-Display';
  font-size: 13px;
  font-weight: 400;
  line-height: 1.2em;
}
.widget .fs-recent-post .fs-rp-item .entry-rp .entry-meta span {
  display: inline-block;
}
.widget .fs-recent-post .fs-rp-item .entry-rp .entry-meta span + span::before {
  content: '|';
  margin-left: 5px;
  margin-right: 5px;
}
.widget .fs-recent-post .fs-rp-item .entry-rp .entry-meta span:last-child {
  display: none;
}
.widget .fs-recent-post .fs-rp-item .entry-rp .entry-meta span a {
  color: rgba(0, 0, 0, 0.9);
}
.widget .fs-recent-post .fs-rp-item h4 {
  font-family: 'SF-UI-Display';
  font-size: 17px;
  font-weight: 300;
  margin: 0px;
  margin-top: 5px;
}
.widget .fs-recent-post .fs-rp-item h4 a {
  color: #000000;
}
.widget .fs-recent-post .fs-rp-item .read-more {
  margin: 0px;
  font-family: 'Montserrat';
  font-size: 13px;
  font-weight: normal;
  line-height: 1.3em;
  margin-top: 5px;
}
.widget .fs-recent-post .fs-rp-item .read-more a {
  color: #000000;
  text-decoration: underline;
}
.widget .fs-recent-post .fs-rp-item.no-thumb .entry-rp {
  margin-left: 0px;
}
.widget .fs-recent-post .fs-rp-item.no-thumb .entry-rp span:last-child {
  display: inline-block;
}
.widget .tagcloud a {
  font-size: 14px !important;
}
/* Sidebar
============================================== */
.sidebar {
  padding-left: 35px;
}
.sidebar.pull-left {
  padding-left: 15px;
  padding-right: 35px;
}
.sidebar .widget-title {
  text-transform: uppercase;
  font-size: 20px;
  font-family: 'Montserrat';
  font-weight: bold;
  color: #000000;
  margin: 0px;
  margin-bottom: 30px;
}
.sidebar .widget-title span {
  display: inline-block;
  border-bottom: 2px solid rgba(0, 0, 0, 0.2);
  padding-bottom: 15px;
}
.sidebar.color-1 .widget-title span {
  border-color: #f84432;
}
.sidebar.color-2 .widget-title span {
  border-color: #1976d2;
}
.sidebar.color-3 .widget-title span {
  border-color: #ffa018;
}
.sidebar.color-4 .widget-title span {
  border-color: #505050;
}
.sidebar.color-5 .widget-title span {
  border-color: #ffff00;
}
.sidebar.color-6 .widget-title span {
  border-color: #e72971;
}
.sidebar ul li {
  line-height: 1.6em;
  padding: 1em 0;
  font-size: 14px;
  font-family: 'Montserrat';
  font-weight: normal;
  letter-spacing: 0.3px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.sidebar ul li a {
  color: #000000;
}
.sidebar ul li a:hover {
  text-decoration: none;
  color: #333333;
}
.sidebar .rssSummary {
  color: rgba(0, 0, 0, 0.7);
}
.pull-right + .sidebar {
  padding-left: 15px;
  padding-right: 35px;
}
.widget {
  /* Woocommerce */
}
.widget + .widget {
  margin-top: 40px;
}
.widget img {
  max-width: 100%;
  height: auto;
}
.widget select {
  width: 100%;
}
.widget ul {
  padding: 0;
}
.widget ul li {
  list-style-type: none;
}
.widget ul li a {
  line-height: 1.2em;
}
.widget ul li ul {
  margin-left: 20px;
}
.widget ul li p {
  line-height: 1.2em;
  font-family: 'Georgia';
}
.widget.no-border ul li {
  margin-bottom: 30px;
  border: none;
}
.widget.categories ul li span {
  float: right;
}
.widget.recent-posts ul li {
  padding-bottom: 10px;
  margin-bottom: 30px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.widget.recent-posts ul li span {
  font-size: 12px;
  font-family: 'Georgia';
}
.widget.widget_tag_cloud a {
  background-color: rgba(0, 0, 0, 0.07);
  padding: 5px 10px;
  margin-bottom: 5px;
  font-family: 'Montserrat';
  color: #000;
  display: inline-block;
  text-transform: lowercase;
  text-decoration: none;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.widget.widget_tag_cloud a:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
.widget.widget_categories a span,
.widget.widget_archive a span {
  float: right;
}
.widget.widget_categories a span::before,
.widget.widget_archive a span::before {
  content: '(';
}
.widget.widget_categories a span::after,
.widget.widget_archive a span::after {
  content: ')';
}
.widget .rssSummary {
  font-size: 14px;
  font-weight: normal;
  font-family: 'Georgia';
  line-height: 1.8em;
}
.widget #wp-calendar,
.widget table {
  width: 100%;
}
.widget .search_form {
  position: relative;
  border: 1px solid rgba(0, 0, 0, 0.3);
  display: block;
  padding-left: 20px;
  padding-right: 50px;
}
.widget .search_form input {
  display: block;
  border: 0px;
  height: 42px;
  line-height: 42px;
  width: 100%;
  font-family: 'SF-UI-Display';
  font-size: 10px;
  font-weight: 300;
  font-style: italic;
  letter-spacing: 1px;
  text-transform: uppercase;
  background: transparent;
}
.widget .search_form button {
  position: absolute;
  top: 0px;
  right: 0px;
  border-radius: 0px;
  background-color: #e6e6e6;
  height: 42px;
  padding-left: 15px;
  padding-right: 15px;
  border: 0px;
  line-height: 42px;
  padding-top: 0px;
  padding-bottom: 0px;
  color: rgba(0, 0, 0, 0.5);
}
.widget .tagcloud a {
  color: #000000;
}
.widget ul li:last-child {
  border: none;
}
.widget.woocommerce .widget-title {
  font-family: 'Montserrat';
  font-size: 24px;
  font-weight: normal;
  line-height: 1.2em;
  letter-spacing: 0px;
  text-transform: uppercase;
  color: #000000;
  margin-bottom: 25px;
}
.widget.woocommerce .widget-title span {
  border-bottom-width: 1px;
  display: block;
  padding-bottom: 20px;
}
.widget.woocommerce .star-rating::before {
  color: rgba(77, 77, 77, 0.5);
}
.widget.woocommerce .star-rating span::before {
  color: #ffb115;
}
.widget.woocommerce.widget_rating_filter ul li {
  padding: 0px;
  padding-bottom: 8px;
  padding-top: 8px;
  line-height: 1em;
  border: 0px;
}
.widget.woocommerce.widget_rating_filter ul li .star-rating {
  position: relative;
  top: 2px;
}
.widget.woocommerce ul.product-categories li {
  padding: 8px 0px;
  border: 0px;
}
.widget.woocommerce ul.product-categories li ul {
  margin-top: 5px;
}
.widget.woocommerce ul.product-categories li ul li:last-child {
  padding-bottom: 0px;
}
.widget.woocommerce ul.product_list_widget li {
  padding: 8px 0px;
}
.widget.woocommerce ul.product_list_widget li .star-rating {
  margin-top: 5px;
}
.widget.woocommerce ul.product_list_widget li .reviewer {
  font-size: 13px;
  color: rgba(0, 0, 0, 0.6);
}
.widget.woocommerce.widget_layered_nav ul li {
  padding: 5px 0px;
}
.widget.woocommerce.widget_price_filter .price_slider_wrapper {
  padding-top: 10px;
}
.widget.woocommerce.widget_price_filter .price_slider_wrapper .ui-widget-content {
  background-color: rgba(0, 0, 0, 0.1);
}
.widget.woocommerce.widget_price_filter .price_slider_wrapper .ui-widget-content.ui-slider-horizontal {
  height: 3px;
}
.widget.woocommerce.widget_price_filter .price_slider_wrapper .ui-widget-content .ui-slider-range {
  background-color: #000000;
}
.widget.woocommerce.widget_price_filter .price_slider_wrapper .ui-widget-content .ui-slider-handle {
  top: -0.35em;
  border: 2px solid rgba(0, 0, 0, 0.15);
  background-color: #fff;
}
.widget.woocommerce.widget_price_filter .button {
  font-family: 'Montserrat';
  font-size: 12px;
  font-weight: normal;
  text-transform: uppercase;
  text-decoration: underline;
  color: #000000;
  background-color: transparent;
  line-height: 1em;
  padding: 9px 5px;
}
.widget.woocommerce.widget_shopping_cart ul li {
  padding-left: 0px;
  padding-right: 2em;
  padding-top: 10px;
  padding-bottom: 10px;
}
.widget.woocommerce.widget_shopping_cart ul li a.remove {
  left: auto;
  right: 0px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget.woocommerce.widget_shopping_cart ul li .quantity {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.7);
}
.widget.woocommerce.widget_shopping_cart .total {
  margin-top: 10px;
}
.widget.woocommerce.widget_shopping_cart .button {
  background-color: transparent;
  font-family: 'Montserrat';
  font-size: 12px;
  font-weight: normal;
  text-transform: uppercase;
  color: #000000;
  border: 1px solid #000000;
  border-radius: 30px;
  padding: 8px 20px;
  line-height: 1em;
}
.widget.woocommerce.widget_shopping_cart .button.checkout {
  color: #ff0000;
  border-color: #ff0000;
}
.widget.woocommerce.widget_product_search .woocommerce-product-search {
  position: relative;
}
.widget.woocommerce.widget_product_search .woocommerce-product-search .search-field {
  border: 0px;
  padding: 3px 0px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  width: 100%;
  font-family: 'Montserrat';
  font-size: 13px;
  font-weight: normal;
  color: rgba(0, 0, 0, 0.3);
  padding-right: 64px;
}
.widget.woocommerce.widget_product_search .woocommerce-product-search input[type=submit] {
  padding: 0px;
  border: 0px;
  position: absolute;
  right: 0px;
  top: 50%;
  font-size: 13px;
  font-family: 'Montserrat';
  font-weight: normal;
  color: #000000;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget.woocommerce.widget_product_search .woocommerce-product-search input[type=submit]:hover {
  background-color: transparent;
  color: #ff0000;
}
/* Woocommerce */
/* Subscribe form */
.subscribe-form,
.mc4wp-form {
  position: relative;
  border-radius: 0px;
}
.subscribe-form input,
.mc4wp-form input {
  width: 100%;
  height: 42px;
  font-size: 10px;
  text-transform: uppercase;
  border: none;
  letter-spacing: 1px;
}
.subscribe-form button,
.mc4wp-form button,
.subscribe-form input[type=submit],
.mc4wp-form input[type=submit] {
  border: none;
  border-radius: 0;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  line-height: 42px;
}
.subscribe-form.envelope input,
.mc4wp-form.envelope input {
  font-family: 'SF-UI-Display';
  font-style: italic;
  background-color: #1f1f1f;
}
.subscribe-form.envelope button,
.mc4wp-form.envelope button {
  background-color: #1a1a1a;
  color: #fff;
}
.subscribe-form input,
.mc4wp-form input {
  padding-left: 20px;
  font-style: italic;
  background: #2a2a2a;
}
.subscribe-form button,
.mc4wp-form button,
.subscribe-form input[type=submit],
.mc4wp-form input[type=submit] {
  font-size: 18px;
  width: auto;
  height: 42px;
  width: 44px;
  color: #fff;
  background: #666666;
}
.light .widget-title {
  color: #333333;
}
.light .subscribe-form input,
.light .mc4wp-form input {
  background: transparent;
  border-color: #a2a2a2;
}
.light .subscribe-form button,
.light .mc4wp-form button,
.light .subscribe-form input[type=submit],
.light .mc4wp-form input[type=submit] {
  color: #a2a2a2;
  border-color: #a2a2a2;
}
.footer_widget .subscribe-form input[type=text],
.footer_widget .mc4wp-form input[type=text] {
  padding-left: 0;
  background: transparent;
  color: #949494;
  border-bottom: 1px solid #616161;
}
.footer_widget .subscribe-form input[type=text]::-webkit-input-placeholder,
.footer_widget .mc4wp-form input[type=text]::-webkit-input-placeholder {
  color: #616161;
}
.footer_widget .subscribe-form input[type=text]:-moz-placeholder,
.footer_widget .mc4wp-form input[type=text]:-moz-placeholder {
  color: #616161;
}
.footer_widget .subscribe-form input[type=text]::-moz-placeholder,
.footer_widget .mc4wp-form input[type=text]::-moz-placeholder {
  color: #616161;
}
.footer_widget .subscribe-form input[type=text]:-ms-input-placeholder,
.footer_widget .mc4wp-form input[type=text]:-ms-input-placeholder {
  color: #616161;
}
.footer_widget .subscribe-form button,
.footer_widget .mc4wp-form button,
.footer_widget .subscribe-form input[type=submit],
.footer_widget .mc4wp-form input[type=submit] {
  color: #ff1a1a;
  font-size: 12px;
  background: none;
  width: auto;
}
.footer_widget .subscribe-form button:hover,
.footer_widget .mc4wp-form button:hover,
.footer_widget .subscribe-form input[type=submit]:hover,
.footer_widget .mc4wp-form input[type=submit]:hover {
  color: #ff0000;
  background: transparent;
}
/* Footer
============================================== */
#footer .widget.widget_recent_posts ul li,
#footer .widget.widget_recent_entries ul li,
#footer .widget.widget_recent_comments ul li {
  padding-left: 20px;
  line-height: 1.4em;
  margin: 15px 0;
  position: relative;
}
#footer .widget.widget_recent_posts ul li:before,
#footer .widget.widget_recent_entries ul li:before,
#footer .widget.widget_recent_comments ul li:before {
  content: '';
  display: block;
  border: 1px solid;
  position: absolute;
  left: 0;
  border-radius: 50%;
  width: 8px;
  height: 8px;
  top: 5px;
}
#footer .search_form {
  background: #2a2a2a;
}
#footer .search_form input,
#footer .search_form button {
  color: #949494;
}
#footer .search_form button {
  background: #2a2a2a;
}
#footer:not(.light) .meta span {
  color: #949494;
}
#footer:not(.light) .recent-posts li {
  border-color: rgba(255, 255, 255, 0.1);
}
#footer:not(.light) .widget-tags a,
#footer:not(.light) .ads-placeholder {
  background-color: rgba(255, 255, 255, 0.1);
  color: #fff;
}
#footer.light .search_form {
  background: #fff;
}
#footer .widget.widget_contact {
  background: url("../images/map.png") no-repeat center right;
  background-size: contain;
}
#footer .widget.widget_contact a,
#footer .widget.widget_contact strong {
  color: #9c9c9c;
}
#footer .widget.categories ul li {
  border-bottom: 1px solid rgba(148, 148, 148, 0.1);
}
#footer .widget .tagcloud a {
  color: #949494;
}
#footer .widget.widget_categories,
#footer .widget.widget_archive {
  margin-top: 8px;
}
#footer.footer-entertainment .widget ul li {
  line-height: 1.4em;
  margin: 15px 0;
}
#footer.footer-entertainment .widget.widget_recent_posts ul li:before,
#footer.footer-entertainment .widget.widget_recent_entries ul li:before,
#footer.footer-entertainment .widget.widget_recent_comments ul li:before {
  border-color: #f84432;
}
#footer.footer-entertainment .widget .social-links a {
  color: #fff;
}
#footer.footer-entertainment .widget .social-links a:hover {
  color: #f84432;
}
#footer.footer-entertainment .subscribe label {
  display: inline-block;
}
#footer.footer-entertainment .subscribe-form,
#footer.footer-entertainment .mc4wp-form {
  display: inline-block;
  width: 300px;
  max-width: 100%;
}
#footer.footer-entertainment .subscribe-form button,
#footer.footer-entertainment .mc4wp-form button,
#footer.footer-entertainment .subscribe-form input[type=submit],
#footer.footer-entertainment .mc4wp-form input[type=submit] {
  display: inline-block;
  background-color: #f84432;
  color: #fff;
}
#footer.footer-entertainment.light .widget .social-links a {
  color: rgba(0, 0, 0, 0.35);
}
#footer.footer-entertainment.light .widget .social-links a:hover {
  color: #f84432;
}
#footer.footer-entertainment.light .subscribe-form button,
#footer.footer-entertainment.light .mc4wp-form button,
#footer.footer-entertainment.light .subscribe-form input[type=submit],
#footer.footer-entertainment.light .mc4wp-form input[type=submit] {
  background-color: #fec21f;
}
/* Travel
====================================*/
.travel-item {
  background-color: #fff;
}
.travel-item .entry-img {
  margin: 0px;
  position: relative;
}
.travel-item .entry-img .entry-link {
  display: block;
  position: relative;
  overflow: hidden;
}
.travel-item .entry-img .entry-link img {
  width: 100%;
  height: auto;
  -webkit-transition: all 0.45s ease;
  -moz-transition: all 0.45s ease;
  transition: all 0.45s ease;
}
.travel-item .entry-img .entry-link:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  transform: scale(1.1);
}
.travel-item .entry-info {
  padding: 35px;
}
.travel-item .entry-info h3 {
  line-height: 1.2em;
  font-size: 15px;
  font-family: 'Montserrat';
  font-weight: normal;
  color: #000000;
  text-transform: uppercase;
  margin: 0px;
  position: relative;
  padding-right: 60px;
}
.travel-item .entry-info h3 .price {
  display: inline-block;
  color: #f62332;
  position: absolute;
  right: 0px;
  top: 0px;
}
.travel-item .entry-info .info {
  font-family: 'SF-UI-Display';
  font-size: 13px;
  line-height: 1.8em;
  color: rgba(77, 77, 77, 0.8);
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
}
.travel-item .entry-info .readmore {
  text-align: center;
}
.travel-item .entry-info .readmore a.button {
  font-size: 12px;
  padding: 3px 20px;
}
.travel-item-boxed {
  position: relative;
  overflow: hidden;
}
.travel-item-boxed a.entry-link {
  display: block;
  position: relative;
  cursor: ew-resize;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  -webkit-transition-duration: 0.35s;
  -moz-transition-duration: 0.35s;
  transition-duration: 0.35s;
}
.travel-item-boxed a.entry-link::before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  height: 100px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.74+100 */
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#bd000000', GradientType=0);
  /* IE6-9 */
}
.travel-item-boxed a.entry-link::after {
  content: '';
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  height: 50%;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.74+100 */
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.74) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.74) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.74) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#bd000000', GradientType=0);
  /* IE6-9 */
}
.travel-item-boxed .img-spacer {
  width: 100%;
}
.travel-item-boxed .price {
  font-family: 'Montserrat';
  font-weight: bold;
  color: #fff;
  top: 50px;
  left: 60px;
  position: absolute;
}
.travel-item-boxed .entry-info {
  position: absolute;
  left: 60px;
  right: 60px;
  bottom: 50px;
}
.travel-item-boxed .entry-info::before {
  content: '';
  width: 19px;
  height: 27px;
  position: absolute;
  top: 0px;
  left: -27px;
  background-image: url("../images/pin-bg.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center top;
}
.travel-item-boxed .entry-info h3 {
  font-size: 24px;
  font-weight: bold;
  font-family: 'Montserrat';
  margin: 0px;
}
.travel-item-boxed .entry-info h3 a {
  color: #fff;
}
.travel-item-boxed .entry-info .desc {
  font-size: 14px;
  line-height: 1.4;
  font-family: 'Montserrat';
  font-weight: normal;
  color: #d2d2d2;
  margin-top: 5px;
}
.travel-item-boxed:hover a.entry-link {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  transform: scale(1.1);
}
.carousel-travel {
  position: relative;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.carousel-travel.loaded {
  visibility: visible;
  opacity: 1;
}
.carousel-travel .swiper-button-prev,
.carousel-travel .swiper-button-next {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid #ff0000;
  text-align: center;
  line-height: 50px;
}
.carousel-travel .swiper-button-prev::before,
.carousel-travel .swiper-button-next::before {
  font-family: Fontawesome;
  font-size: 25px;
  color: #ff0000;
}
.carousel-travel .swiper-button-prev {
  background: none;
  left: -70px;
}
.carousel-travel .swiper-button-prev::before {
  content: '\f104';
}
.carousel-travel .swiper-button-next {
  background: none;
  right: -70px;
}
.carousel-travel .swiper-button-next::before {
  content: '\f105';
}
.carousel-travel .swiper-slide:nth-child(2n) .travel-item-boxed .entry-info::before {
  background-image: url("../images/pin-red.png");
}
.blog-single .entry-content {
  width: 100%;
  font-size: 14px;
}
/* Helpers
====================================*/
.inner-table {
  display: table;
  width: 100%;
  height: 100%;
}
.inner-table .inner-cell {
  display: table-cell;
  vertical-align: middle;
}
.text-light {
  color: #fff;
}
.text-light.title-lg,
.text-light.title-md {
  color: #fff;
}
.width-auto {
  width: auto;
}
.text-thin {
  font-weight: 100;
}
.border-radius {
  border-radius: 50%;
}
.no-border {
  border: none !important;
}
/* Background colors
------------------------------------ */
.background-gray {
  background-color: #f9f9f9;
}
.background-gray #header {
  background-color: transparent;
}
/* Predefined heights
------------------------------------ */
.height-720 {
  height: 720px;
}
.height-600 {
  height: 600px;
}
.height-540 {
  height: 540px;
}
.height-400 {
  height: 400px;
}
.height-320 {
  height: 320px;
}
.height-200 {
  height: 200px;
}
.full-size {
  width: 100%;
  max-width: 100%;
}
/* Font size
------------------------------------ */
.font12 {
  font-size: 12px;
}
.font14 {
  font-size: 14px;
}
.font16 {
  font-size: 16px;
}
.font18 {
  font-size: 18px;
}
.font20 {
  font-size: 20px;
}
.font22 {
  font-size: 22px;
}
.font24 {
  font-size: 24px;
}
.font26 {
  font-size: 26px;
}
.font28 {
  font-size: 28px;
}
.font30 {
  font-size: 30px;
}
.font32 {
  font-size: 32px;
}
.font36 {
  font-size: 36px;
}
.font40 {
  font-size: 40px;
}
.font44 {
  font-size: 44px;
}
.font48 {
  font-size: 48px;
}
/* Color
------------------------------------ */
.color-brand {
  color: #ff0000;
}
.text-brand {
  color: #ff0000;
}
.color-1.fa {
  color: #f84432;
}
.color-1 .label {
  background: #f84432;
  color: #fff;
}
.color-1 .label:before {
  background: #f84432;
}
.color-1 .meta:before {
  border-color: #f84432;
}
.color-2.fa {
  color: #1976d2;
}
.color-2 .label {
  background: #1976d2;
  color: #fff;
}
.color-2 .label:before {
  background: #1976d2;
}
.color-2 .meta:before {
  border-color: #1976d2;
}
.color-3.fa {
  color: #ffa018;
}
.color-3 .label {
  background: #ffa018;
  color: #fff;
}
.color-3 .label:before {
  background: #ffa018;
}
.color-3 .meta:before {
  border-color: #ffa018;
}
.color-4.fa {
  color: #505050;
}
.color-4 .label {
  background: #505050;
  color: #fff;
}
.color-4 .label:before {
  background: #505050;
}
.color-4 .meta:before {
  border-color: #505050;
}
.color-5.fa {
  color: #ffff00;
}
.color-5 .label {
  background: #ffff00;
  color: #000;
}
.color-5 .label:before {
  background: #ffff00;
}
.color-6.fa {
  color: #e72971;
}
.color-6 .label {
  background: #e72971;
  color: #fff;
}
.color-6 .label:before {
  background: #e72971;
}
.post.color-1.no-image .image {
  background-color: #f84432;
}
.post.color-1.no-image .label {
  border: 1px solid #fff;
}
.post.color-2.no-image .image {
  background-color: #1976d2;
}
.post.color-2.no-image .label {
  border: 1px solid #fff;
}
.post.color-3.no-image .image {
  background-color: #ffa018;
}
.post.color-3.no-image .label {
  border: 1px solid #fff;
}
.post.color-4.no-image .image {
  background-color: #505050;
}
.post.color-4.no-image .label {
  border: 1px solid #fff;
}
.post.color-5.no-image .image {
  background-color: #ffff00;
}
.post.color-5.no-image .label {
  border: 1px solid #fff;
}
.post.color-6.no-image .image {
  background-color: #e72971;
}
.post.color-6.no-image .label {
  border: 1px solid #fff;
}
.color-white {
  color: #fff;
}
.color-white a {
  color: #fff;
}
.color-black {
  color: #000;
}
.color-black a {
  color: #000;
}
.bgred {
  background: #f84432;
  color: #fff;
}
.bgblue {
  background: #1976d2;
  color: #fff;
}
.bgyellow {
  background: #ffa018;
  color: #fff;
}
.bgwhite {
  background: #fff;
  color: #000;
}
.bgwhite h4 a,
.bgwhite a,
.bgwhite .meta .author,
.bgwhite .meta .date {
  color: #000;
}
/* Padding
------------------------------------ */
.p1 {
  padding: 10px;
}
.p2 {
  padding: 20px;
}
.p3 {
  padding: 30px;
}
.p4 {
  padding: 40px;
}
.p5 {
  padding: 50px;
}
.p6 {
  padding: 60px;
}
.p7 {
  padding: 70px;
}
.p8 {
  padding: 80px;
}
.p9 {
  padding: 90px;
}
.p10 {
  padding: 100px;
}
.p11 {
  padding: 110px;
}
.p12 {
  padding: 120px;
}
.p13 {
  padding: 130px;
}
.p14 {
  padding: 140px;
}
.p15 {
  padding: 150px;
}
.p16 {
  padding: 160px;
}
.p0 {
  padding: 0px;
}
.pt1 {
  padding-top: 10px;
}
.pt2 {
  padding-top: 20px;
}
.pt3 {
  padding-top: 30px;
}
.pt4 {
  padding-top: 40px;
}
.pt5 {
  padding-top: 50px;
}
.pt6 {
  padding-top: 60px;
}
.pt7 {
  padding-top: 70px;
}
.pt8 {
  padding-top: 80px;
}
.pt9 {
  padding-top: 90px;
}
.pt10 {
  padding-top: 100px;
}
.pt11 {
  padding-top: 110px;
}
.pt12 {
  padding-top: 120px;
}
.pt13 {
  padding-top: 130px;
}
.pt14 {
  padding-top: 140px;
}
.pt15 {
  padding-top: 150px;
}
.pt16 {
  padding-top: 160px;
}
.pt0 {
  padding-top: 0px;
}
.pr1 {
  padding-right: 10px;
}
.pr2 {
  padding-right: 20px;
}
.pr3 {
  padding-right: 30px;
}
.pr4 {
  padding-right: 40px;
}
.pr5 {
  padding-right: 50px;
}
.pr6 {
  padding-right: 60px;
}
.pr7 {
  padding-right: 70px;
}
.pr8 {
  padding-right: 80px;
}
.pr9 {
  padding-right: 90px;
}
.pr10 {
  padding-right: 100px;
}
.pr11 {
  padding-right: 110px;
}
.pr12 {
  padding-right: 120px;
}
.pr13 {
  padding-right: 130px;
}
.pr14 {
  padding-right: 140px;
}
.pr15 {
  padding-right: 150px;
}
.pr16 {
  padding-right: 160px;
}
.pr0 {
  padding-right: 0px;
}
.pb1 {
  padding-bottom: 10px;
}
.pb2 {
  padding-bottom: 20px;
}
.pb3 {
  padding-bottom: 30px;
}
.pb4 {
  padding-bottom: 40px;
}
.pb5 {
  padding-bottom: 50px;
}
.pb6 {
  padding-bottom: 60px;
}
.pb7 {
  padding-bottom: 70px;
}
.pb8 {
  padding-bottom: 80px;
}
.pb9 {
  padding-bottom: 90px;
}
.pb10 {
  padding-bottom: 100px;
}
.pb11 {
  padding-bottom: 110px;
}
.pb12 {
  padding-bottom: 120px;
}
.pb13 {
  padding-bottom: 130px;
}
.pb14 {
  padding-bottom: 140px;
}
.pb15 {
  padding-bottom: 150px;
}
.pb16 {
  padding-bottom: 160px;
}
.pb0 {
  padding-bottom: 0px;
}
.pl1 {
  padding-left: 10px;
}
.pl2 {
  padding-left: 20px;
}
.pl3 {
  padding-left: 30px;
}
.pl4 {
  padding-left: 40px;
}
.pl5 {
  padding-left: 50px;
}
.pl6 {
  padding-left: 60px;
}
.pl7 {
  padding-left: 70px;
}
.pl8 {
  padding-left: 80px;
}
.pl9 {
  padding-left: 90px;
}
.pl10 {
  padding-left: 100px;
}
.pl11 {
  padding-left: 110px;
}
.pl12 {
  padding-left: 120px;
}
.pl13 {
  padding-left: 130px;
}
.pl14 {
  padding-left: 140px;
}
.pl15 {
  padding-left: 150px;
}
.pl16 {
  padding-left: 160px;
}
.pl0 {
  padding-left: 0px;
}
.ph1 {
  padding-left: 10px;
  padding-right: 10px;
}
.ph2 {
  padding-left: 20px;
  padding-right: 20px;
}
.ph3 {
  padding-left: 30px;
  padding-right: 30px;
}
.ph4 {
  padding-left: 40px;
  padding-right: 40px;
}
.ph5 {
  padding-left: 50px;
  padding-right: 50px;
}
.ph6 {
  padding-left: 60px;
  padding-right: 60px;
}
.ph7 {
  padding-left: 70px;
  padding-right: 70px;
}
.ph8 {
  padding-left: 80px;
  padding-right: 80px;
}
.ph9 {
  padding-left: 90px;
  padding-right: 90px;
}
.ph10 {
  padding-left: 100px;
  padding-right: 100px;
}
.ph11 {
  padding-left: 110px;
  padding-right: 101px;
}
.ph12 {
  padding-left: 120px;
  padding-right: 120px;
}
.ph13 {
  padding-left: 130px;
  padding-right: 130px;
}
.ph14 {
  padding-left: 140px;
  padding-right: 140px;
}
.ph15 {
  padding-left: 150px;
  padding-right: 150px;
}
.ph16 {
  padding-left: 160px;
  padding-right: 160px;
}
.ph0 {
  padding-left: 0px;
  padding-right: 0px;
}
.phl0 {
  padding-left: 0px;
}
.phr0 {
  padding-right: 0px;
}
.pv1 {
  padding-top: 10px;
  padding-bottom: 10px;
}
.pv2 {
  padding-top: 20px;
  padding-bottom: 20px;
}
.pv3 {
  padding-top: 30px;
  padding-bottom: 30px;
}
.pv4 {
  padding-top: 40px;
  padding-bottom: 40px;
}
.pv5 {
  padding-top: 50px;
  padding-bottom: 50px;
}
.pv6 {
  padding-top: 60px;
  padding-bottom: 60px;
}
.pv7 {
  padding-top: 70px;
  padding-bottom: 70px;
}
.pv8 {
  padding-top: 80px;
  padding-bottom: 80px;
}
.pv9 {
  padding-top: 90px;
  padding-bottom: 90px;
}
.pv10 {
  padding-top: 100px;
  padding-bottom: 100px;
}
.pv11 {
  padding-top: 110px;
  padding-bottom: 101px;
}
.pv12 {
  padding-top: 120px;
  padding-bottom: 120px;
}
.pv13 {
  padding-top: 130px;
  padding-bottom: 130px;
}
.pv14 {
  padding-top: 140px;
  padding-bottom: 140px;
}
.pv15 {
  padding-top: 150px;
  padding-bottom: 150px;
}
.pv16 {
  padding-top: 160px;
  padding-bottom: 160px;
}
.pv0 {
  padding-top: 0px;
  padding-bottom: 0px;
}
.pvt0 {
  padding-top: 0px;
}
.pvb0 {
  padding-bottom: 0px;
}
/* Margin
------------------------------------ */
.m1 {
  margin: 10px;
}
.m2 {
  margin: 20px;
}
.m3 {
  margin: 30px;
}
.m4 {
  margin: 40px;
}
.m5 {
  margin: 50px;
}
.m6 {
  margin: 60px;
}
.m7 {
  margin: 70px;
}
.m8 {
  margin: 80px;
}
.m9 {
  margin: 90px;
}
.m10 {
  margin: 100px;
}
.m11 {
  margin: 110px;
}
.m12 {
  margin: 120px;
}
.m13 {
  margin: 130px;
}
.m14 {
  margin: 140px;
}
.m15 {
  margin: 150px;
}
.m16 {
  margin: 160px;
}
.m0 {
  margin: 0;
}
.ml1 {
  margin-left: 10px;
}
.ml2 {
  margin-left: 20px;
}
.ml3 {
  margin-left: 30px;
}
.ml4 {
  margin-left: 40px;
}
.ml5 {
  margin-left: 50px;
}
.ml6 {
  margin-left: 60px;
}
.ml7 {
  margin-left: 70px;
}
.ml8 {
  margin-left: 80px;
}
.ml9 {
  margin-left: 90px;
}
.ml10 {
  margin-left: 100px;
}
.ml11 {
  margin-left: 110px;
}
.ml12 {
  margin-left: 120px;
}
.ml13 {
  margin-left: 130px;
}
.ml14 {
  margin-left: 140px;
}
.ml15 {
  margin-left: 150px;
}
.ml16 {
  margin-left: 160px;
}
.ml0 {
  margin-left: 0;
}
.mr1 {
  margin-right: 10px;
}
.mr2 {
  margin-right: 20px;
}
.mr3 {
  margin-right: 30px;
}
.mr4 {
  margin-right: 40px;
}
.mr5 {
  margin-right: 50px;
}
.mr6 {
  margin-right: 60px;
}
.mr7 {
  margin-right: 70px;
}
.mr8 {
  margin-right: 80px;
}
.mr9 {
  margin-right: 90px;
}
.mr10 {
  margin-right: 100px;
}
.mr11 {
  margin-right: 110px;
}
.mr12 {
  margin-right: 120px;
}
.mr13 {
  margin-right: 130px;
}
.mr14 {
  margin-right: 140px;
}
.mr15 {
  margin-right: 150px;
}
.mr16 {
  margin-right: 160px;
}
.mr0 {
  margin-right: 0;
}
.mb1 {
  margin-bottom: 10px;
}
.mb2 {
  margin-bottom: 20px;
}
.mb3 {
  margin-bottom: 30px;
}
.mb4 {
  margin-bottom: 40px;
}
.mb5 {
  margin-bottom: 50px;
}
.mb6 {
  margin-bottom: 60px;
}
.mb7 {
  margin-bottom: 70px;
}
.mb8 {
  margin-bottom: 80px;
}
.mb9 {
  margin-bottom: 90px;
}
.mb10 {
  margin-bottom: 100px;
}
.mb11 {
  margin-bottom: 110px;
}
.mb12 {
  margin-bottom: 120px;
}
.mb13 {
  margin-bottom: 130px;
}
.mb14 {
  margin-bottom: 140px;
}
.mb15 {
  margin-bottom: 150px;
}
.mb16 {
  margin-bottom: 160px;
}
.mb0 {
  margin-bottom: 0;
}
.mt1 {
  margin-top: 10px;
}
.mt2 {
  margin-top: 20px;
}
.mt3 {
  margin-top: 30px;
}
.mt4 {
  margin-top: 40px;
}
.mt5 {
  margin-top: 50px;
}
.mt6 {
  margin-top: 60px;
}
.mt7 {
  margin-top: 70px;
}
.mt8 {
  margin-top: 80px;
}
.mt9 {
  margin-top: 90px;
}
.mt10 {
  margin-top: 100px;
}
.mt11 {
  margin-top: 110px;
}
.mt12 {
  margin-top: 120px;
}
.mt13 {
  margin-top: 130px;
}
.mt14 {
  margin-top: 140px;
}
.mt15 {
  margin-top: 150px;
}
.mt16 {
  margin-top: 160px;
}
.mt0 {
  margin-top: 0;
}
.mv1 {
  margin-top: 10px;
  margin-bottom: 10px;
}
.mv2 {
  margin-top: 20px;
  margin-bottom: 20px;
}
.mv3 {
  margin-top: 30px;
  margin-bottom: 30px;
}
.mv4 {
  margin-top: 40px;
  margin-bottom: 40px;
}
.mv5 {
  margin-top: 50px;
  margin-bottom: 50px;
}
.mv6 {
  margin-top: 60px;
  margin-bottom: 60px;
}
.mv7 {
  margin-top: 70px;
  margin-bottom: 70px;
}
.mv8 {
  margin-top: 80px;
  margin-bottom: 80px;
}
.mv9 {
  margin-top: 90px;
  margin-bottom: 90px;
}
.mv10 {
  margin-top: 100px;
  margin-bottom: 100px;
}
.mv11 {
  margin-top: 110px;
  margin-bottom: 101px;
}
.mv12 {
  margin-top: 120px;
  margin-bottom: 120px;
}
.mv13 {
  margin-top: 130px;
  margin-bottom: 130px;
}
.mv14 {
  margin-top: 140px;
  margin-bottom: 140px;
}
.mv15 {
  margin-top: 150px;
  margin-bottom: 150px;
}
.mv16 {
  margin-top: 160px;
  margin-bottom: 160px;
}
.mv0 {
  margin-top: 0;
  margin-bottom: 0;
}
.mvt0 {
  margin-top: 0;
}
.mvb0 {
  margin-bottom: 0;
}
.mh1 {
  margin-left: 10px;
  margin-right: 10px;
}
.mh2 {
  margin-left: 20px;
  margin-right: 20px;
}
.mh3 {
  margin-left: 30px;
  margin-right: 30px;
}
.mh4 {
  margin-left: 40px;
  margin-right: 40px;
}
.mh5 {
  margin-left: 50px;
  margin-right: 50px;
}
.mh6 {
  margin-left: 60px;
  margin-right: 60px;
}
.mh7 {
  margin-left: 70px;
  margin-right: 70px;
}
.mh8 {
  margin-left: 80px;
  margin-right: 80px;
}
.mh9 {
  margin-left: 90px;
  margin-right: 90px;
}
.mh10 {
  margin-left: 100px;
  margin-right: 100px;
}
.mh11 {
  margin-left: 110px;
  margin-right: 101px;
}
.mh12 {
  margin-left: 120px;
  margin-right: 120px;
}
.mh13 {
  margin-left: 130px;
  margin-right: 130px;
}
.mh14 {
  margin-left: 140px;
  margin-right: 140px;
}
.mh15 {
  margin-left: 150px;
  margin-right: 150px;
}
.mh16 {
  margin-left: 160px;
  margin-right: 160px;
}
.mh0 {
  margin-left: 0px;
  margin-right: 0px;
}
.mhl0 {
  margin-left: 0px;
}
.mhr0 {
  margin-right: 0px;
}
/* Margin minus */
.mmb1 {
  margin-bottom: -10px;
}
.mmb2 {
  margin-bottom: -20px;
}
.mmb3 {
  margin-bottom: -30px;
}
.mmb4 {
  margin-bottom: -40px;
}
.mmb5 {
  margin-bottom: -50px;
}
.mmb6 {
  margin-bottom: -60px;
}
/* Background
------------------------------------ */
.bg-cover {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
}
.bg-contain {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center top;
}
.bg-center-top {
  background-position: center top;
}
.bg-center-center {
  background-position: center center;
}
.bg-center-bottom {
  background-position: center bottom;
}
.bg-left-top {
  background-position: left center;
}
.bg-left-center {
  background-position: left center;
}
.bg-right-top {
  background-position: right center;
}
.bg-right-center {
  background-position: right center;
}
/* Border
------------------------------------ */
.border-top {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}
.border-top.color-1 {
  border-color: #f84432;
}
.border-top.color-2 {
  border-color: #1976d2;
}
.border-top.color-3 {
  border-color: #ffa018;
}
.border-top2 {
  border-top: 2px solid rgba(0, 0, 0, 0.2);
}
.border-top2.color-1 {
  border-color: #f84432;
}
.border-top2.color-2 {
  border-color: #1976d2;
}
.border-top2.color-3 {
  border-color: #ffa018;
}
.border-bottom {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.border-bottom.color-1 {
  border-color: #f84432;
}
.border-bottom.color-2 {
  border-color: #1976d2;
}
.border-bottom.color-3 {
  border-color: #ffa018;
}
.border-bottom2 {
  border-bottom: 2px solid rgba(0, 0, 0, 0.2);
}
.border-bottom2.color-1 {
  border-color: #f84432;
}
.border-bottom2.color-2 {
  border-color: #1976d2;
}
.border-bottom2.color-3 {
  border-color: #ffa018;
}
/* Align
------------------------------------ */
.valign-top {
  vertical-align: top;
}
.valign-middle {
  vertical-align: middle;
}
.valign-bottom {
  vertical-align: bottom;
}
.visible-hidden {
  visibility: hidden;
}
/* Opacity
------------------------------------ */
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* Rotate
------------------------------------ */
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-moz-keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Max width
------------------------------------ */
.max-width-780 {
  max-width: 780px;
}
/* Music
====================================*/
/* Music Slider */
.fs-slide {
  /* For Producys Layout */
}
.fs-slide.ms-slide .fs-entry-bg {
  overflow: hidden;
}
.fs-slide.ms-slide .fs-entry-bg::before {
  content: '';
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  background-image: inherit;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.fs-slide.ms-slide .fs-entry-bg:hover::before {
  -webkit-transform: rotate(1deg) scale(1.01);
  -moz-transform: rotate(1deg) scale(1.01);
  transform: rotate(1deg) scale(1.01);
}
.fs-slide.ms-slide .fs-entry-bg:hover .play-button svg {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  transform: scale(1.1);
}
.fs-slide.ms-slide .fs-item {
  position: relative;
  padding-top: 264px;
  padding-bottom: 176px;
}
@media screen and (max-width: 1199px) {
  .fs-slide.ms-slide .fs-item {
    padding-top: 180px !important;
    padding-bottom: 140px !important;
  }
}
@media screen and (max-width: 768px) {
  .fs-slide.ms-slide .fs-item {
    padding-top: 120px !important;
    padding-bottom: 100px !important;
  }
}
.fs-slide.ms-slide .fs-item::before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-image: url("../images/pattern-music.png");
  background-repeat: repeat;
  background-position: center center;
  opacity: 0.05;
}
.fs-slide.ms-slide .fs-entry-item .fs-title {
  position: relative;
  font-family: 'SF-UI-Display';
  font-weight: 300;
  font-size: 20px;
  letter-spacing: 0px;
  text-transform: none;
  margin-bottom: 55px;
}
.fs-slide.ms-slide .fs-entry-item .fs-title::after {
  display: none;
}
.fs-slide.ms-slide .fs-entry-item .fs-title::before {
  position: relative;
  display: inline-block;
  width: 2px;
  height: 26px;
  background-color: #ff0000;
  bottom: 0px;
  margin-right: 12px;
}
.fs-slide.ms-slide .fs-entry-item h3 {
  font-family: 'Montserrat';
  font-size: 54px;
  font-weight: bold;
  line-height: 56px;
  letter-spacing: 0px;
  text-transform: uppercase;
  margin-bottom: 60px;
}
.fs-slide.ms-slide .fs-entry-item h3 span {
  position: relative;
  color: #fff;
  z-index: 1;
  padding-left: 10px;
  padding-right: 10px;
}
.fs-slide.ms-slide .fs-entry-item h3 span::after {
  display: none;
}
.fs-slide.ms-slide .fs-entry-item h3 span::before {
  content: '';
  background-color: #ff0000;
  position: absolute;
  top: 3px;
  bottom: 3px;
  left: 0px;
  right: 0px;
  z-index: -1;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.fs-slide.ms-slide .fs-entry-item h3 span:hover::before {
  background-color: rgba(255, 0, 0, 0.7);
}
.fs-slide.ms-slide .fs-entry-item a.read-more {
  font-family: 'Montserrat';
  font-size: 18px;
  font-weight: normal;
  text-decoration: none;
  border: 2px solid #ff0000;
  color: #ff0000;
  padding: 12px 40px;
  border-radius: 40px;
  overflow: hidden;
  position: relative;
  z-index: 10;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.fs-slide.ms-slide .fs-entry-item a.read-more::before {
  content: '';
  position: absolute;
  background-color: rgba(255, 0, 0, 0.87);
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  visibility: hidden;
  opacity: 0;
  z-index: -1;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.fs-slide.ms-slide .fs-entry-item a.read-more:hover {
  color: #fff;
}
.fs-slide.ms-slide .fs-entry-item a.read-more:hover::before {
  visibility: visible;
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .fs-slide.ms-slide .fs-entry-item .fs-title {
    margin-bottom: 30px;
  }
  .fs-slide.ms-slide .fs-entry-item h3 {
    font-size: 36px;
    line-height: 1.1em;
    margin-bottom: 30px;
  }
  .fs-slide.ms-slide .fs-entry-item a.read-more {
    font-size: 14px;
    padding: 6px 30px;
  }
}
@media screen and (max-width: 479px) {
  .fs-slide.ms-slide .fs-entry-item .fs-title {
    font-size: 16px;
    margin-bottom: 30px;
  }
  .fs-slide.ms-slide .fs-entry-item h3 {
    font-size: 28px;
    line-height: 1.1em;
    margin-bottom: 30px;
  }
  .fs-slide.ms-slide .fs-entry-item a.read-more {
    font-size: 14px;
    padding: 6px 30px;
  }
}
.fs-slide.for-products .fs-item {
  position: relative;
  padding-top: 264px;
  padding-bottom: 176px;
}
.fs-slide.for-products .fs-item::before {
  display: none;
}
@media (min-width: 1400px) {
  .fs-slide.for-products .fs-item .container {
    width: 1360px;
  }
}
.fs-slide.for-products .fs-item .fs-entry-category {
  position: absolute;
  font-family: 'SF-UI-Display';
  font-weight: 900;
  font-size: 24px;
  line-height: 28px;
  letter-spacing: -0.3px;
  color: #fff;
  text-transform: uppercase;
  bottom: 50px;
  right: 50px;
}
.fs-slide.for-products .fs-item .fs-entry-category span {
  display: inline-block;
  text-shadow: 0px 3px 3px rgba(0, 1, 1, 0.1);
  padding: 2px 8px;
}
.fs-slide.for-products .fs-item .fs-entry-category span:first-child {
  background-color: #ff0000;
  color: #fff;
}
.fs-slide.for-products .fs-item .fs-entry-category span + span {
  display: block;
}
.fs-slide.for-products .fs-entry-item .fs-title {
  position: relative;
  font-family: 'SF-UI-Display';
  font-weight: 400;
  font-size: 32px;
  letter-spacing: 0px;
  text-transform: none;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .fs-slide.for-products .fs-entry-item .fs-title {
    font-size: 20px;
  }
}
.fs-slide.for-products .fs-entry-item .fs-title::after,
.fs-slide.for-products .fs-entry-item .fs-title::before {
  display: none;
}
.fs-slide.for-products .fs-entry-item .fs-title .price {
  display: inline-block;
  font-family: 'Montserrat';
  font-weight: normal;
  background-color: #000000;
  color: #fff;
  padding: 2px 10px;
  margin-left: 10px;
}
.fs-slide.for-products .fs-entry-item h3 {
  font-family: 'SF-UI-Display';
  font-size: 98px;
  font-weight: 900;
  line-height: 0.98em;
  letter-spacing: -0.3px;
  text-transform: uppercase;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .fs-slide.for-products .fs-entry-item h3 {
    font-size: 64px;
  }
}
.fs-slide.for-products .fs-entry-item a.read-more,
.fs-slide.for-products .fs-entry-item a.add_to_cart_button,
.fs-slide.for-products .fs-entry-item a.added_to_cart {
  display: inline-block;
  font-family: 'Montserrat';
  font-size: 18px;
  font-weight: normal;
  letter-spacing: -0.2px;
  color: #000000;
  text-transform: uppercase;
  padding: 0px;
  border: 0px;
  background-color: transparent;
  overflow: hidden;
  margin-right: 40px;
}
.fs-slide.for-products .fs-entry-item a.read-more:last-child,
.fs-slide.for-products .fs-entry-item a.add_to_cart_button:last-child,
.fs-slide.for-products .fs-entry-item a.added_to_cart:last-child {
  margin-right: 0px;
}
.fs-slide.for-products .fs-entry-item a.read-more::before,
.fs-slide.for-products .fs-entry-item a.add_to_cart_button::before,
.fs-slide.for-products .fs-entry-item a.added_to_cart::before {
  content: '';
  position: relative;
  background-color: transparent;
  color: #000000;
  visibility: visible;
  opacity: 1;
  margin-right: 10px;
}
.fs-slide.for-products .fs-entry-item a.read-more:hover,
.fs-slide.for-products .fs-entry-item a.add_to_cart_button:hover,
.fs-slide.for-products .fs-entry-item a.added_to_cart:hover {
  color: #ff0000;
}
.fs-slide.for-products .fs-entry-item a.read-more:hover::before,
.fs-slide.for-products .fs-entry-item a.add_to_cart_button:hover::before,
.fs-slide.for-products .fs-entry-item a.added_to_cart:hover::before {
  color: #ff0000;
}
.fs-slide.for-products .fs-entry-item a.read-more.read-more:before,
.fs-slide.for-products .fs-entry-item a.add_to_cart_button.read-more:before,
.fs-slide.for-products .fs-entry-item a.added_to_cart.read-more:before {
  content: '---';
  letter-spacing: -3px;
}
.fs-slide.for-products .fs-entry-item a.read-more.add_to_cart_button:before,
.fs-slide.for-products .fs-entry-item a.add_to_cart_button.add_to_cart_button:before,
.fs-slide.for-products .fs-entry-item a.added_to_cart.add_to_cart_button:before {
  content: '+';
}
.fs-slide.for-products .fs-arrows.arrows-bottom {
  right: auto;
  left: 100px;
}
.fs-slide.for-products .fs-arrows.arrows-bottom a.fs-arrow-prev {
  left: 0px;
}
.fs-slide.for-products .fs-arrows.arrows-bottom a.fs-arrow-next {
  left: 48px;
}
/* Music Singles */
.boxoffice-style.ms-style {
  margin-bottom: 45px;
}
.boxoffice-style.ms-style .image {
  position: relative;
}
.boxoffice-style.ms-style .image::before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background-color: rgba(231, 41, 113, 0.9);
  visibility: hidden;
  opacity: 0;
  transform: translateY(-100%);
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.boxoffice-style.ms-style .image .icon-more {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  visibility: hidden;
  opacity: 0;
  margin-top: -10px;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  -webkit-transition-delay: 0.1s;
  -moz-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
.boxoffice-style.ms-style .image .icon-more::before {
  content: '...';
  position: absolute;
  color: #fff;
  font-size: 60px;
  top: 50%;
  left: 50%;
  letter-spacing: -2px;
  transform: translateX(-50%) translateY(-50%);
  line-height: 0px;
  width: 40px;
  height: 40px;
  line-height: 20px;
  text-decoration: none;
}
.boxoffice-style.ms-style .image .icon-more:hover {
  color: #fff;
}
.boxoffice-style.ms-style .label {
  background-color: #ff0000;
  width: 42px;
  height: 22px;
  line-height: 22px;
  font-size: 16px;
  display: inline-block;
  text-align: center;
  padding: 0px;
  margin: 0px;
}
.boxoffice-style.ms-style h4 {
  margin-bottom: 5px;
}
.boxoffice-style.ms-style h5 {
  font-size: 13px;
  font-family: 'Montserrat';
  font-weight: normal;
  margin: 0px;
  opacity: 0.7;
}
.boxoffice-style.ms-style .ms-meta {
  position: relative;
  padding-right: 32px;
}
.boxoffice-style.ms-style .ms-meta a.ms-love {
  display: inline-block;
  width: 16px;
  position: absolute;
  top: -2px;
  right: 8px;
}
.boxoffice-style.ms-style .ms-meta a.ms-love svg path {
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.boxoffice-style.ms-style .ms-meta a.ms-love.active svg path {
  fill: #ff0000;
}
.boxoffice-style.ms-style.text-light h4 a,
.boxoffice-style.ms-style.text-light h5 a {
  color: #fff;
}
.boxoffice-style.ms-style.text-light a.ms-love svg path {
  fill: #fff;
}
.boxoffice-style.ms-style:hover .image::before {
  visibility: visible;
  opacity: 1;
  transform: translateY(0%);
}
.boxoffice-style.ms-style:hover .image .play-button svg {
  transform: scale(1.2);
}
.boxoffice-style.ms-style:hover .image .icon-more {
  visibility: visible;
  opacity: 1;
  margin-top: 0px;
}
/* Tab Music Style */
.simple-tab-space.ms-style .tab-title a {
  text-transform: none;
  font-family: 'SF-UI-Display';
  font-weight: 300;
  font-size: 20px;
  line-height: 1em;
  letter-spacing: 0px;
  position: relative;
  color: #000000;
  padding-left: 10px;
  opacity: 0.4;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.simple-tab-space.ms-style .tab-title a::before {
  content: '';
  width: 2px;
  height: 16px;
  background-color: #000000;
  position: absolute;
  left: 0px;
  bottom: 2px;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s;
  animation-delay: 1s;
}
.simple-tab-space.ms-style .tab-title a.active {
  opacity: 1;
}
.simple-tab-space.ms-style .tab-title a.active::before {
  height: 26px;
  background-color: #ff0000;
}
.simple-tab-space.ms-style .tab-title a + a {
  border: 0px;
  margin-left: 40px;
  padding-left: 10px;
}
.simple-tab-space.ms-style.text-light .tab-title a {
  color: #fff;
}
.simple-tab-space.ms-style.text-light .tab-title a::before {
  background-color: #fff;
}
.simple-tab-space.ms-style.text-light .tab-title a.active::before {
  background-color: #ff0000;
}
#music_player {
  height: 66px;
  position: fixed;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background-color: #333;
  z-index: 10000;
  background-image: url("../images/music/bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  box-shadow: 3px 5.196px 36px 0px rgba(0, 0, 0, 0.8);
}
#music_player audio {
  opacity: 0;
}
#music_player .ms-table {
  width: 100%;
  /* play, pause, backward, forward */
  /* progress bar */
  /* playlist, volume, repeat, shuffle */
  /* now playing */
}
#music_player .ms-table > tr > td,
#music_player .ms-table > tbody > tr > td {
  vertical-align: middle;
  height: 66px;
  text-align: left;
  padding: 0px;
}
#music_player .ms-table .ms-buttons {
  width: 180px;
  line-height: 66px;
}
@media screen and (max-width: 1199px) {
  #music_player .ms-table .ms-buttons {
    width: 152px;
  }
}
#music_player .ms-table .ms-buttons a {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 34px;
  float: left;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
#music_player .ms-table .ms-buttons a + a {
  margin-left: 30px;
}
#music_player .ms-table .ms-buttons a svg {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
#music_player .ms-table .ms-buttons a svg path {
  fill: #fff;
}
#music_player .ms-table .ms-buttons .ms-play svg {
  width: 20px;
  height: 26px;
}
#music_player .ms-table .ms-buttons .ms-prev,
#music_player .ms-table .ms-buttons .ms-next {
  opacity: 0.8;
}
#music_player .ms-table .ms-buttons .ms-prev:hover,
#music_player .ms-table .ms-buttons .ms-next:hover {
  opacity: 1;
}
#music_player .ms-table .ms-buttons .ms-prev svg,
#music_player .ms-table .ms-buttons .ms-next svg {
  width: 20px;
  height: 14px;
}
#music_player .ms-table .ms-wrap {
  width: 480px;
  position: relative;
  border-right: 0px !important;
}
#music_player .ms-table .ms-wrap > .mejs-offscreen {
  display: none;
}
@media screen and (max-width: 1199px) {
  #music_player .ms-table .ms-wrap {
    width: auto;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  #music_player .ms-table .ms-wrap {
    display: none;
  }
}
@media screen and (max-width: 1199px) {
  #music_player .ms-table .ms-controls {
    width: 152px;
  }
}
@media screen and (max-width: 767px) {
  #music_player .ms-table .ms-controls {
    text-align: right;
  }
}
#music_player .ms-table .ms-controls .ms-entry-controls {
  position: relative;
  line-height: 0px;
}
#music_player .ms-table .ms-controls .ms-entry-controls .ec-item {
  display: inline-block;
  line-height: 0px;
  /* Volumn Control */
  /* Playlist */
}
#music_player .ms-table .ms-controls .ms-entry-controls .ec-item + .ec-item {
  margin-left: 5px;
}
#music_player .ms-table .ms-controls .ms-entry-controls .ec-item > a {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  position: relative;
}
#music_player .ms-table .ms-controls .ms-entry-controls .ec-item > a svg {
  width: 24px;
  height: 16px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
#music_player .ms-table .ms-controls .ms-entry-controls .ec-item > a svg path {
  fill: rgba(255, 255, 255, 0.3);
}
#music_player .ms-table .ms-controls .ms-entry-controls .ec-item > a.active svg path {
  fill: #e72971;
}
#music_player .ms-table .ms-controls .ms-entry-controls .ec-item.ec-volume {
  position: relative;
}
#music_player .ms-table .ms-controls .ms-entry-controls .ec-item.ec-volume .ec-volume-control {
  position: absolute;
  bottom: 25px;
  left: -6px;
  width: 38px;
  height: 146px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
#music_player .ms-table .ms-controls .ms-entry-controls .ec-item.ec-volume .ec-volume-control::before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 119px;
  background-color: #0c0c0c;
}
@media screen and (max-width: 1199px) {
  #music_player .ms-table .ms-controls .ms-entry-controls .ec-item.ec-volume .ec-volume-control::before {
    height: 123px;
  }
}
#music_player .ms-table .ms-controls .ms-entry-controls .ec-item.ec-volume .ec-volume-control .ec-vol-el {
  width: 2px;
  height: 94px;
  position: absolute;
  top: 13px;
  left: 50%;
  background-color: rgba(255, 255, 255, 0.2);
  margin-left: -1px;
}
#music_player .ms-table .ms-controls .ms-entry-controls .ec-item.ec-volume .ec-volume-control .ec-vol-el .ui-slider-range {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  background: #e72971;
}
#music_player .ms-table .ms-controls .ms-entry-controls .ec-item.ec-volume .ec-volume-control .ec-vol-el .ui-slider-handle {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #e72971;
  position: absolute;
  left: -4px;
  margin-bottom: -5px;
}
#music_player .ms-table .ms-controls .ms-entry-controls .ec-item.ec-volume .ec-volume-control .ec-vol-el .ui-slider-handle:focus {
  outline: none;
}
#music_player .ms-table .ms-controls .ms-entry-controls .ec-item.ec-volume:hover .ec-volume-control {
  visibility: visible;
  opacity: 1;
}
#music_player .ms-table .ms-controls .ms-entry-controls .ec-item.ec-playlist {
  position: relative;
  text-align: left;
}
#music_player .ms-table .ms-controls .ms-entry-controls .ec-item.ec-playlist .ec-playlist-control {
  position: absolute;
  width: 324px;
  height: 453px;
  left: -240px;
  bottom: 25px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
@media screen and (max-width: 1199px) {
  #music_player .ms-table .ms-controls .ms-entry-controls .ec-item.ec-playlist .ec-playlist-control {
    left: auto;
    right: 0px;
  }
}
#music_player .ms-table .ms-controls .ms-entry-controls .ec-item.ec-playlist .ec-playlist-control::before {
  content: '';
  background-color: #090c14;
  position: absolute;
  bottom: 27px;
  top: 0px;
  left: 0px;
  right: 0px;
}
@media screen and (max-width: 1199px) {
  #music_player .ms-table .ms-controls .ms-entry-controls .ec-item.ec-playlist .ec-playlist-control::before {
    bottom: 23px;
  }
}
#music_player .ms-table .ms-controls .ms-entry-controls .ec-item.ec-playlist .ec-playlist-control .pl-head {
  display: block;
  position: relative;
  overflow: hidden;
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 30px;
  padding-bottom: 20px;
}
#music_player .ms-table .ms-controls .ms-entry-controls .ec-item.ec-playlist .ec-playlist-control .pl-head h5 {
  font-family: 'Montserrat';
  font-size: 18px;
  font-weight: normal;
  color: #fff;
  letter-spacing: 0px;
  text-transform: uppercase;
  float: left;
  margin: 0px;
  line-height: 1em;
}
#music_player .ms-table .ms-controls .ms-entry-controls .ec-item.ec-playlist .ec-playlist-control .pl-head .ms-control-shuffle {
  display: inline-block;
  float: right;
  position: relative;
  top: 1px;
}
#music_player .ms-table .ms-controls .ms-entry-controls .ec-item.ec-playlist .ec-playlist-control .pl-head .ms-control-shuffle svg {
  width: 24px;
  height: 16px;
}
#music_player .ms-table .ms-controls .ms-entry-controls .ec-item.ec-playlist .ec-playlist-control .pl-head .ms-control-shuffle svg path {
  fill: rgba(255, 255, 255, 0.2);
}
#music_player .ms-table .ms-controls .ms-entry-controls .ec-item.ec-playlist .ec-playlist-control .pl-head .ms-control-shuffle.active svg path {
  fill: #e72971;
}
#music_player .ms-table .ms-controls .ms-entry-controls .ec-item.ec-playlist .ec-playlist-control .pl-list-container {
  max-height: 348px;
  overflow: auto;
  position: relative;
}
#music_player .ms-table .ms-controls .ms-entry-controls .ec-item.ec-playlist .ec-playlist-control .pl-list-container::-webkit-scrollbar {
  display: none;
}
#music_player .ms-table .ms-controls .ms-entry-controls .ec-item.ec-playlist .ec-playlist-control .pl-list {
  width: 100%;
  position: relative;
}
#music_player .ms-table .ms-controls .ms-entry-controls .ec-item.ec-playlist .ec-playlist-control .pl-list tr {
  border-top: 1px solid rgba(255, 255, 255, 0.07);
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
#music_player .ms-table .ms-controls .ms-entry-controls .ec-item.ec-playlist .ec-playlist-control .pl-list tr td {
  color: #fff;
  vertical-align: middle;
}
#music_player .ms-table .ms-controls .ms-entry-controls .ec-item.ec-playlist .ec-playlist-control .pl-list tr td a {
  color: #fff;
}
#music_player .ms-table .ms-controls .ms-entry-controls .ec-item.ec-playlist .ec-playlist-control .pl-list tr td.td-num {
  width: 86px;
  text-align: center;
  border-right: 0px !important;
}
#music_player .ms-table .ms-controls .ms-entry-controls .ec-item.ec-playlist .ec-playlist-control .pl-list tr td.td-title {
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: left;
}
#music_player .ms-table .ms-controls .ms-entry-controls .ec-item.ec-playlist .ec-playlist-control .pl-list tr td.td-title > a {
  margin-right: 40px;
  font-size: 14px;
  line-height: 1.3em;
  display: inline-block;
}
#music_player .ms-table .ms-controls .ms-entry-controls .ec-item.ec-playlist .ec-playlist-control .pl-list tr td.td-title .pl-item-title {
  margin-right: 5px;
  font-family: 'Montserrat';
  font-weight: normal;
  letter-spacing: 0px;
}
#music_player .ms-table .ms-controls .ms-entry-controls .ec-item.ec-playlist .ec-playlist-control .pl-list tr td.td-title .pl-item-duration {
  opacity: 0.2;
  font-family: 'SF-UI-Display';
  font-weight: 500;
  letter-spacing: 0px;
}
#music_player .ms-table .ms-controls .ms-entry-controls .ec-item.ec-playlist .ec-playlist-control .pl-list tr td.td-title .pl-item-artist {
  display: block;
  opacity: 0.2;
  font-family: 'SF-UI-Display';
  font-weight: 500;
  letter-spacing: 0.3px;
}
#music_player .ms-table .ms-controls .ms-entry-controls .ec-item.ec-playlist .ec-playlist-control .pl-list tr td span.number {
  position: relative;
  overflow: hidden;
  display: inline-block;
  width: 25px;
  height: 25px;
}
#music_player .ms-table .ms-controls .ms-entry-controls .ec-item.ec-playlist .ec-playlist-control .pl-list tr td span.number::before {
  content: attr(data-value);
  font-size: 14px;
  font-family: 'Montserrat';
  font-weight: normal;
  color: rgba(255, 255, 255, 0.2);
  line-height: 1em;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
#music_player .ms-table .ms-controls .ms-entry-controls .ec-item.ec-playlist .ec-playlist-control .pl-list tr td span.number::after {
  content: '\f04b';
  font-family: Fontawesome;
  font-size: 18px;
  color: #e72971;
  line-height: 1em;
  position: absolute;
  top: 150%;
  left: 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
#music_player .ms-table .ms-controls .ms-entry-controls .ec-item.ec-playlist .ec-playlist-control .pl-list tr td span.number.playing::before {
  top: 0%;
  visibility: hidden;
  opacity: 0;
}
#music_player .ms-table .ms-controls .ms-entry-controls .ec-item.ec-playlist .ec-playlist-control .pl-list tr td span.number.playing::after {
  top: 50%;
  visibility: visible;
  opacity: 1;
}
#music_player .ms-table .ms-controls .ms-entry-controls .ec-item.ec-playlist .ec-playlist-control .pl-list tr:hover {
  background-color: #e72971;
}
#music_player .ms-table .ms-controls .ms-entry-controls .ec-item.ec-playlist .ec-playlist-control .pl-list tr:hover td.td-num span.number::before {
  color: rgba(255, 255, 255, 0.5);
}
#music_player .ms-table .ms-controls .ms-entry-controls .ec-item.ec-playlist .ec-playlist-control .pl-list tr:hover td.td-num span.number::after {
  color: #fff;
}
#music_player .ms-table .ms-controls .ms-entry-controls .ec-item.ec-playlist .ec-playlist-control .pl-list tr:hover .td-title .pl-item-artist {
  opacity: 0.5;
}
#music_player .ms-table .ms-controls .ms-entry-controls .ec-item.ec-playlist .ec-playlist-control .pl-list tr:hover .td-title .pl-item-duration {
  opacity: 0.5;
}
#music_player .ms-table .ms-controls .ms-entry-controls .ec-item.ec-playlist:hover .ec-playlist-control {
  opacity: 1;
  visibility: visible;
}
#music_player .ms-table .ms-nowplaying {
  width: 280px;
  position: relative;
  /* responsive for now playing box */
}
@media screen and (max-width: 1199px) {
  #music_player .ms-table .ms-nowplaying {
    display: none;
  }
}
#music_player .ms-table .ms-nowplaying .np-thumb {
  display: inline-block;
  width: 66px;
  height: 66px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
}
#music_player .ms-table .ms-nowplaying .np-meta {
  position: absolute;
  top: 50%;
  left: 80px;
  right: 25px;
  line-height: 1.3em;
  margin-top: -2px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
#music_player .ms-table .ms-nowplaying .np-meta .np-title {
  font-family: 'Montserrat';
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 0px;
  color: #ffffff;
  margin-right: 5px;
}
#music_player .ms-table .ms-nowplaying .np-meta .np-artist {
  font-family: 'SF-UI-Display';
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.3px;
  color: rgba(255, 255, 255, 0.4);
}
#music_player .ms-table .ms-nowplaying .ms-add-fav {
  width: 15px;
  height: 14px;
  line-height: 14px;
  position: absolute;
  top: 50%;
  right: 0px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
#music_player .ms-table .ms-nowplaying .ms-add-fav svg {
  width: 15px;
  height: 14px;
}
#music_player .ms-table .ms-nowplaying .ms-add-fav svg path {
  fill: #fff;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
#music_player .ms-table .ms-nowplaying .ms-add-fav.active svg path {
  fill: #e72971;
}
/* MediaElement MS Skin */
.msplayer-skin.mejs-container {
  display: inline-block;
  background: none;
  /* Total rail */
  /* Current rail */
  /* Loaded rail */
}
.msplayer-skin.mejs-container .mejs-offscreen {
  clip: auto;
  clip-path: none;
}
.msplayer-skin.mejs-container .mejs-controls {
  background: none;
}
.msplayer-skin.mejs-container .mejs-controls .mejs-time {
  font-size: 14px;
  font-family: 'SF-UI-Display';
  font-weight: 500;
  color: rgba(255, 255, 255, 0.3);
  width: 44px;
}
.msplayer-skin.mejs-container .mejs-time-total.mejs-time-slider:focus {
  outline: none;
}
.msplayer-skin.mejs-container .mejs-controls .mejs-time-rail .mejs-time-total {
  background: none;
}
.msplayer-skin.mejs-container .mejs-controls .mejs-time-rail .mejs-time-total::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0px;
  width: 100%;
  height: 2px;
  margin-top: -1px;
  background-color: rgba(255, 255, 255, 0.1);
}
.msplayer-skin.mejs-container .mejs-controls .mejs-time-rail .mejs-time-current {
  background: none;
}
.msplayer-skin.mejs-container .mejs-controls .mejs-time-rail .mejs-time-current::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0px;
  width: 100%;
  height: 2px;
  margin-top: -1px;
  background-color: #e72971;
}
.msplayer-skin.mejs-container .mejs-controls .mejs-time-rail .mejs-time-current::after {
  content: '';
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #e72971;
  position: absolute;
  top: 50%;
  margin-top: -5px;
  right: 0px;
  margin-right: -5px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.msplayer-skin.mejs-container .mejs-controls .mejs-time-rail .mejs-time-loaded {
  background: none;
}
.msplayer-skin.mejs-container .mejs-controls .mejs-time-rail .mejs-time-loaded::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0px;
  width: 100%;
  height: 2px;
  margin-top: -1px;
  background-color: rgba(255, 255, 255, 0.1);
}
.msplayer-skin.mejs-container .mejs-controls .mejs-time-rail .mejs-time-float {
  display: none !important;
}
.msplayer-skin.mejs-container .mejs-controls .mejs-time-rail:hover .mejs-time-current::after {
  visibility: visible;
  opacity: 1;
}
.masonry-layout-alternate.ms-masonry-layout .post .image {
  overflow: hidden;
}
.masonry-layout-alternate.ms-masonry-layout .post .image::before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background-image: inherit;
  background-position: center top;
  background-size: cover;
  /*
				    -webkit-filter: blur(4px);
				       -moz-filter: blur(4px);
				    		filter: blur(4px);
		    		*/
  visibility: hidden;
  opacity: 0;
  z-index: 0;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  transition-duration: 0.4s;
}
.masonry-layout-alternate.ms-masonry-layout .post .image > * {
  z-index: 10;
}
.masonry-layout-alternate.ms-masonry-layout .post .meta-holder {
  background-color: transparent;
}
.masonry-layout-alternate.ms-masonry-layout .post:hover .image::before {
  opacity: 1;
  visibility: visible;
  -webkit-transform: rotate(-2deg) scale(1.03);
  -moz-transform: rotate(-2deg) scale(1.03);
  transform: rotate(-2deg) scale(1.03);
}
.masonry-layout-alternate.ms-masonry-layout .post:hover .image .play-button svg {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  transform: scale(1.2);
}
.blog-single.music-single .blog-single-meta {
  margin-left: 30px;
}
.blog-single.music-single .blog-single-meta h5 {
  font-family: 'SF-UI-Display';
  font-weight: normal;
  font-size: 22px;
  line-height: 1.4em;
  letter-spacing: 0.3px;
  color: rgba(77, 77, 77, 0.7);
  margin: 0px;
  padding: 0px;
  margin-bottom: 15px;
}
.blog-single.music-single .blog-single-meta h1 {
  font-family: 'Montserrat';
  font-size: 54px;
  font-weight: bold;
  color: #000000;
  letter-spacing: 0px;
  line-height: 1.03em;
  text-transform: uppercase;
  margin: 0px;
  padding: 0px;
  margin-bottom: 25px;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .blog-single.music-single .blog-single-meta h5 {
    font-size: 20px;
  }
  .blog-single.music-single .blog-single-meta h1 {
    font-size: 42px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .blog-single.music-single .blog-single-meta h5 {
    font-size: 18px;
  }
  .blog-single.music-single .blog-single-meta h1 {
    font-size: 34px;
    line-height: 1.1em;
  }
}
@media screen and (max-width: 767px) {
  .blog-single.music-single .blog-single-meta h5 {
    font-size: 16px;
    margin-top: 15px;
  }
  .blog-single.music-single .blog-single-meta h1 {
    font-size: 28px;
    line-height: 1.2em;
  }
}
.blog-single.music-single .blog-single-meta .entry-play-action {
  margin-bottom: 35px;
}
.blog-single.music-single .blog-single-meta .entry-play-action .button {
  border-radius: 30px;
  text-transform: none;
  cursor: pointer;
}
.blog-single.music-single .blog-single-meta .entry-post-info .release-date {
  font-family: 'SF-UI-Display';
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.3px;
  color: rgba(77, 77, 77, 0.85);
  display: inline-block;
  margin-right: 20px;
}
.blog-single.music-single .blog-single-meta .entry-post-info .release-date strong {
  font-weight: 600;
}
.blog-single.music-single .blog-single-meta .entry-post-info .view-date-share {
  font-family: 'SF-UI-Display';
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.3px;
  color: rgba(77, 77, 77, 0.85);
  display: inline-block;
}
.blog-single.music-single .blog-single-meta .entry-post-info .view-date-share > span {
  margin-right: 12px;
}
.blog-single.music-single .blog-single-meta .entry-post-info .view-date-share > span:last-child {
  margin-right: 0px;
}
.blog-single.music-single .blog-single-meta .entry-post-info .view-date-share i {
  color: #ff0000;
  margin-right: 8px;
}
.blog-single.music-single .blog-single-meta .entry-post-info .view-date-share .entry-share {
  position: relative;
  cursor: pointer;
}
.blog-single.music-single .blog-single-meta .entry-post-info .view-date-share .entry-share .share-links {
  position: absolute;
  right: 0px;
  top: 100%;
  width: 180px;
  text-align: right;
  z-index: 100;
  padding-top: 10px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  -ms-transform: translateY(10px);
  -o-transform: translateY(10px);
  transform: translateY(10px);
}
.blog-single.music-single .blog-single-meta .entry-post-info .view-date-share .entry-share .share-links i {
  margin: 0px;
  margin-left: 18px;
}
.blog-single.music-single .blog-single-meta .entry-post-info .view-date-share .entry-share:hover .share-links {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
}
.blog-single.music-single .entry-content {
  padding-top: 60px;
  font-family: 'SF-UI-Display';
  font-weight: 300;
  line-height: 1.9em;
  font-size: 14px;
}
.blog-single.music-single .content_tags {
  margin: 30px 0px;
}
@media screen and (min-width: 768px) {
  .blog-single.music-single .div-table-small {
    display: table;
  }
  .blog-single.music-single .div-table-small > div {
    display: table-cell;
    float: none;
  }
  .blog-single.music-single .div-table-small > div.col-sm-5 {
    vertical-align: top;
  }
  .blog-single.music-single .div-table-small > div.col-sm-7 {
    vertical-align: middle;
  }
}
.single-layout-music .related-news .border-line {
  display: none;
}
.single-layout-music .related-news .title-block {
  text-align: center;
  font-family: 'Montserrat';
  font-weight: bold;
  font-size: 28px;
  line-height: 1.3em;
}
.single-layout-music .related-news .title-block span {
  display: none;
}
.single-layout-music #comments .border-line {
  display: none;
}
.single-layout-music #comments .title-block {
  text-align: center;
  font-family: 'Montserrat';
  font-weight: bold;
  font-size: 28px;
  line-height: 1.3em;
}
.single-layout-music #comments .title-block span {
  display: none;
}
.single-layout-music #comments .form-submit {
  text-align: center;
}
.single-layout-music #comments .comments-wrapper ol.comment-list {
  padding-left: 0px;
}
.single-layout-music #comments #respond .comment-notes {
  margin-bottom: 10px;
}
.single-layout-music #comments #respond textarea,
.single-layout-music #comments #respond input[type="text"],
.single-layout-music #comments #respond input[type="email"] {
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 0px;
  padding-bottom: 10px;
  font-family: 'Montserrat';
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 0px;
  border: 0px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
.single-layout-music #comments input[type="submit"] {
  font-size: 16px;
  font-weight: bold;
  font-family: 'Montserrat';
  padding: 0px;
  text-align: left;
  width: auto;
  background: none;
  color: #000000;
  border: 0px;
}
.single-layout-music #comments input[type="submit"]:hover {
  border: 0px;
  color: #ff0000;
}
/* Movie
====================================*/
.single-layout-movie {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  padding-bottom: 0;
  padding-top: 0;
}
.single-layout-movie .container_fluid {
  margin-top: -150px;
  height: 100%;
  padding-top: 300px;
  padding-bottom: 300px;
}
@media only screen and (min-width: 320px) and (max-width: 770px) {
  .single-layout-movie .container_fluid {
    padding-top: 177px;
    padding-bottom: 210px;
  }
}
.movie-single-background {
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.movie-single-background::after {
  content: '';
  position: absolute;
  top: 0px;
  left: -70px;
  right: -70px;
  bottom: 0px;
  background-repeat: no-repeat;
  background-image: inherit;
  background-size: 100% 100%;
  -webkit-filter: blur(50px);
  -moz-filter: blur(50px);
  -o-filter: blur(50px);
  -ms-filter: blur(50px);
  filter: blur(50px);
}
.movie-single-background .container {
  position: relative;
  z-index: 100;
}
.movie-single-background .movie-post-thumb {
  width: 100%;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -o-border-radius: 8px;
  -ms-border-radius: 8px;
}
.movie-single-background .movie-single-details h1,
.movie-single-background .movie-single-details h4 {
  font-family: 'Montserrat';
  color: #fff;
}
.movie-single-background .movie-single-details h4 {
  opacity: 0.5;
}
.movie-single-background .movie-single-details .movie-details {
  color: #fff;
  font: 14px 'SF-UI-Display';
}
.movie-single-background .movie-single-details .movie-det {
  line-height: 70px;
}
.movie-single-background .movie-single-details p {
  margin-top: 10px;
  color: #fff;
  font: 18px 'Georgia';
  opacity: 0.6;
  line-height: 26px;
}
.movie-single-background .movie-single-details ul {
  list-style: none;
  padding: 0;
  margin: 30px 0 0 0;
}
.movie-single-background .movie-single-details ul li {
  padding-top: 5px;
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  width: 380px;
}
.movie-single-background .movie-single-details ul li label {
  font: 14px 'SF-UI-Display';
  color: #fff;
  margin-right: 8px;
  width: 60px;
}
.movie-single-background .movie-single-details ul li span {
  font: 14px 'SF-UI-Display';
  color: #fff;
  opacity: 0.6;
}
.movie-single-background .movie-single-details ul li:last-child {
  border: none;
}
.movie-single-background .movie-single-details .entry-play-action .button {
  color: #fff;
  margin-right: 10px;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  -ms-border-radius: 20px;
}
.movie-single-content {
  background-color: #fff;
  z-index: 100;
  position: relative;
  padding: 0!important;
  padding-top: 50px!important;
  padding-bottom: 100px!important;
}
.movie-single-content .movie-text-content {
  padding-top: 20px;
  font: 15px 'SF-UI-Display';
  color: #000;
  letter-spacing: 50%;
  line-height: 30px;
}
.movie-single-content .movie-text-content h3 {
  padding: 0 0 15px 0;
  font: 28px 'SF-UI-Display';
  line-height: 36px;
}
.movie-single-content .movie-text-content p {
  opacity: 0.5;
}
.movie-single-content .movie-text-content .view-date-share {
  padding-bottom: 20px;
  font: 14px 'SF-UI-Display';
  color: rgba(0, 0, 0, 0.85);
}
.movie-single-content .movie-text-content .view-date-share i {
  color: #ec4343;
  margin-right: 9px;
  opacity: 1;
  font-size: 16px;
}
.movie-single-content .movie-text-content .view-date-share span:first-child {
  margin-left: 0;
}
.movie-single-content .movie-text-content .view-date-share span {
  margin-left: 9px;
}
.movie-single-content .movie-text-content .view-date-share .share-links i {
  color: #c0c0c0;
}
.movie-single-content .movie-text-content .view-date-share .share-links i:hover {
  color: #ec4343!important;
}
.movie-single-content .movie-cast {
  margin: 0;
  list-style: none;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  margin-left: 50px;
  padding-left: 80px;
}
@media only screen and (min-width: 320px) and (max-width: 740px) {
  .movie-single-content .movie-cast {
    padding-left: 40px;
    margin-left: 10px;
  }
}
.movie-single-content .movie-cast li:first-child {
  padding-top: 5px;
}
.movie-single-content .movie-cast li {
  margin: 24px 0 24px 0;
}
.movie-single-content .movie-cast li h1 {
  font: 32px 'SF-UI-Display';
  font-weight: bolder;
}
.movie-single-content .movie-cast li img {
  float: left;
  width: 52px;
  height: 52px;
  margin-right: 20px;
}
.movie-single-content .movie-cast li span {
  margin-top: 5px;
  float: left;
  font: 14px 'Montserrat';
  color: rgba(0, 0, 0, 0.9);
}
.movie-single-content .movie-cast li span span {
  color: rgba(0, 0, 0, 0.5);
}
.clear {
  clear: both;
}
/* Fashion
====================================*/
#header {
  /* Fashion Header */
}
#header.header-fashion .container-fluid {
  padding-left: 100px;
  padding-right: 100px;
}
@media screen and (max-width: 767px) {
  #header.header-fashion .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
  }
}
#header.header-fashion .header-wrapper {
  position: relative;
  width: 100%;
  height: 110px;
}
#header.header-fashion .header-wrapper .site-branding {
  margin-top: 0px;
  padding: 0px;
  width: 250px;
}
#header.header-fashion .header-wrapper nav.main-nav {
  text-align: center;
  width: auto;
  font-family: 'SF-UI-Display';
  font-size: 13px;
  letter-spacing: 0.3px;
}
#header.header-fashion .header-wrapper nav.main-nav > ul {
  margin-right: 0px;
}
#header.header-fashion .header-wrapper nav.main-nav > ul > li {
  padding-left: 25px;
  padding-right: 25px;
}
#header.header-fashion .header-wrapper nav.main-nav > ul > li > a {
  color: #000000;
  position: relative;
  padding-bottom: 7px;
}
#header.header-fashion .header-wrapper nav.main-nav > ul > li > a::before {
  content: '';
  width: 0px;
  height: 2px;
  background-color: #ff0000;
  position: absolute;
  top: 50%;
  left: -1px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
#header.header-fashion .header-wrapper nav.main-nav > ul > li.current-menu-item > a,
#header.header-fashion .header-wrapper nav.main-nav > ul > li:hover > a {
  color: #000000;
}
#header.header-fashion .header-wrapper nav.main-nav > ul > li.current-menu-item > a::before,
#header.header-fashion .header-wrapper nav.main-nav > ul > li:hover > a::before {
  width: 19px;
}
#header.header-fashion .header-wrapper nav.main-nav > ul > li.menu-item-has-children:hover::before {
  color: #000000;
}
#header.header-fashion .header-wrapper nav.main-nav > ul > li.menu-item-has-children:hover > a {
  color: #000000;
}
#header.header-fashion .header-wrapper .right-content {
  width: 250px;
  position: relative;
  top: auto;
  -webkit-transform: none;
  -moz-transform: none;
  transform: none;
}
#header.header-fashion .header-wrapper .right-content .search-panel {
  display: inline-block;
  border: 0px;
  position: relative;
  padding: 0px;
  width: auto;
  height: 35px;
  line-height: 35px;
  width: 100%;
}
#header.header-fashion .header-wrapper .right-content .search-panel form {
  position: absolute;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  top: 0px;
  right: 50px;
  width: 0px;
  height: 34px;
  overflow: hidden;
  z-index: 10;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
#header.header-fashion .header-wrapper .right-content .search-panel form input[type=text] {
  color: #000000;
}
#header.header-fashion .header-wrapper .right-content .search-panel form button {
  display: none;
}
@media screen and (max-width: 600px) {
  #header.header-fashion .header-wrapper .right-content .search-panel {
    overflow: visible;
  }
  #header.header-fashion .header-wrapper .right-content .search-panel form {
    top: 30px;
    right: 30px;
    background: rgba(255, 255, 255, 0);
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 3px;
    color: #4D4D4D;
  }
  #header.header-fashion .header-wrapper .right-content .search-panel form::before {
    content: '';
    position: absolute;
    top: -4px;
    right: 5px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #fff;
    display: none;
  }
  #header.header-fashion .header-wrapper .right-content .search-panel.show-form form {
    overflow: visible;
    background: #ffffff;
  }
  #header.header-fashion .header-wrapper .right-content .search-panel.show-form form::before {
    display: block;
  }
}
#header.header-fashion .header-wrapper .right-content .search-panel .search-handler {
  display: inline-block;
  height: 35px;
  line-height: 35px;
}
#header.header-fashion .header-wrapper .right-content .search-panel .search-handler svg {
  width: 14px;
}
#header.header-fashion .header-wrapper .right-content .search-panel .search-handler svg path {
  fill: #000000;
}
#header.header-fashion .header-wrapper .right-content .search-panel .burger-menu {
  display: inline-block;
  height: 35px;
  line-height: 35px;
}
#header.header-fashion .header-wrapper .right-content .search-panel .burger-menu svg {
  width: 15px;
}
#header.header-fashion .header-wrapper .right-content .search-panel .burger-menu svg path {
  fill: #000000;
}
#header.header-fashion .header-wrapper .right-content .search-panel.show-form form {
  width: 170px;
}
@media screen and (max-width: 1400px) {
  #header.header-fashion .header-wrapper nav.main-nav > ul > li {
    padding-left: 15px;
    padding-right: 15px;
  }
  #header.header-fashion .header-wrapper .site-branding {
    width: 200px;
  }
  #header.header-fashion .header-wrapper .right-content {
    width: 200px;
  }
}
@media screen and (max-width: 1199px) {
  #header.header-fashion .header-wrapper nav.main-nav {
    display: none;
  }
}
/* Fashion slide */
.fs-slide.fn-slide {
  padding-top: 110px;
  padding-left: 100px;
  padding-right: 100px;
  padding-bottom: 90px;
  background-color: #1c1c1b;
  /* Pagination */
  /* Slider Socials */
  /* Bottom Meta */
}
.fs-slide.fn-slide .swiper-container {
  box-shadow: 2.5px 4.33px 51px 0px rgba(0, 0, 0, 0.5);
}
.fs-slide.fn-slide .fs-item {
  width: 100%;
  padding-top: 0px;
  padding-bottom: 0px;
}
.fs-slide.fn-slide .fs-item .fs-entry-bg {
  width: 100%;
}
.fs-slide.fn-slide .fs-item .fn-slide-content {
  position: relative;
  width: 50%;
  overflow: hidden;
}
.fs-slide.fn-slide .fs-item .fn-slide-content::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 500%;
  height: 500%;
  mix-blend-mode: hard-light;
  background: #ff5c73;
  /* Old browsers */
  background: -moz-linear-gradient(-45deg, #ff5c73 0%, #012bff 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #ff5c73 0%, #012bff 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #ff5c73 0%, #012bff 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5c73', endColorstr='#012bff', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
  z-index: 0;
  opacity: 0.9;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.fs-slide.fn-slide .fs-item .fn-slide-content .fs-entry-item {
  position: relative;
  z-index: 20;
  padding-top: 130px;
  padding-bottom: 110px;
  margin: 0px;
  width: 60%;
  margin-left: 20%;
}
@media screen and (max-width: 768px) {
  .fs-slide.fn-slide .fs-item .fn-slide-content .fs-entry-item {
    padding-top: 90px !important;
    padding-bottom: 90px !important;
  }
}
.fs-slide.fn-slide .fs-item .fn-slide-content .fs-entry-item h6 {
  background-color: #fff;
  color: #010101;
  font-family: 'Montserrat';
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  display: inline-block;
  margin: 0px;
  padding: 12px 14px;
  line-height: 1em;
  margin-bottom: 50px;
  margin-top: 9px;
}
.fs-slide.fn-slide .fs-item .fn-slide-content .fs-entry-item h3 {
  color: #fff;
  font-size: 52px;
  line-height: 56px;
}
.fs-slide.fn-slide .fs-item .fn-slide-content .fs-entry-item h3 span::after {
  background-color: #fff;
}
.fs-slide.fn-slide .fs-item .fn-slide-content .fs-entry-item p {
  font-family: 'SF-UI-Display';
  font-size: 20px;
  font-weight: 300;
  line-height: 1.5em;
  letter-spacing: 0px;
  color: #fff;
}
.fs-slide.fn-slide .fs-item .fn-slide-content .fs-entry-item a.read-more {
  font-size: 17px;
  font-family: 'Montserrat';
  font-weight: normal;
  color: #fff;
  background-color: #1e1e1e;
  border-radius: 30px;
  padding: 10px 35px;
  text-decoration: none;
  letter-spacing: 0px;
  position: relative;
  overflow: hidden;
  border-bottom: 3px solid transparent;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.fs-slide.fn-slide .fs-item .fn-slide-content .fs-entry-item a.read-more:hover {
  border-bottom: 3px solid #1e1e1e;
  background-color: rgba(30, 30, 30, 0.8);
}
.fs-slide.fn-slide.no-blend-mode .fs-item .fn-slide-content::before {
  opacity: 0.5;
}
.fs-slide.fn-slide .fs-arrows.arrows-bottom a.fs-arrow-prev {
  bottom: 110px;
}
.fs-slide.fn-slide .fs-arrows.arrows-bottom a.fs-arrow-next {
  bottom: 110px;
}
.fs-slide.fn-slide .fs-arrows.arrows-bottom a.fs-arrow-next::after {
  height: 155px;
}
.fs-slide.fn-slide .fs-pagination {
  position: absolute;
  right: 40px;
  top: 50%;
  width: 25px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.fs-slide.fn-slide .fs-pagination span {
  display: block;
  width: 25px;
  height: 20px;
  border-radius: 0px;
  background-color: transparent;
  position: relative;
  margin-top: 2px;
  margin-bottom: 2px;
  opacity: 1;
}
.fs-slide.fn-slide .fs-pagination span::after {
  content: '';
  width: 15px;
  height: 2px;
  background-color: rgba(255, 255, 255, 0.2);
  position: absolute;
  top: 50%;
  right: 0px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.fs-slide.fn-slide .fs-pagination span.swiper-pagination-bullet-active::after {
  background-color: #ff0000;
  width: 25px;
}
.fs-slide.fn-slide .fn-socials {
  width: 30px;
  position: absolute;
  top: 50%;
  left: 35px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.fs-slide.fn-slide .fn-socials a {
  display: block;
  font-size: 16px;
  text-align: center;
  color: rgba(255, 255, 255, 0.2);
  width: 100%;
  height: 30px;
  line-height: 30px;
  margin-top: 10px;
  margin-bottom: 10px;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.fs-slide.fn-slide .fn-socials a:hover {
  color: #ff0000;
}
.fs-slide.fn-slide .fn-bottom {
  position: absolute;
  right: 100px;
  bottom: 55px;
  font-family: 'Montserrat';
  font-size: 13px;
  color: rgba(255, 255, 255, 0.2);
  text-transform: uppercase;
  letter-spacing: 1px;
}
.fs-slide.fn-slide .fn-bottom span {
  display: inline-block;
  margin-left: 10px;
}
.fs-slide.fn-slide .fn-bottom span svg {
  width: 12px;
  position: relative;
  top: 1px;
}
.fs-slide.fn-slide .fn-bottom span svg path {
  fill: #f13a7e;
}
.fs-slide.fn-slide .fn-bottom span span {
  margin-left: 0px;
}
@media screen and (max-width: 1639px) {
  .fs-slide.fn-slide .fs-item .fn-slide-content .fs-entry-item {
    width: 70%;
    margin-left: 15%;
  }
}
@media screen and (max-width: 1440px) {
  .fs-slide.fn-slide .fs-item .fn-slide-content .fs-entry-item {
    width: 70%;
    margin-left: 15%;
  }
  .fs-slide.fn-slide .fs-item .fn-slide-content .fs-entry-item h6 {
    margin-bottom: 40px;
  }
  .fs-slide.fn-slide .fs-item .fn-slide-content .fs-entry-item h3 {
    font-size: 46px;
    line-height: 1.07em;
  }
  .fs-slide.fn-slide .fs-item .fn-slide-content .fs-entry-item p {
    font-size: 19px;
    margin-bottom: 40px;
  }
  .fs-slide.fn-slide .fs-item .fn-slide-content .fs-entry-item a.read-more {
    font-size: 16px;
    padding: 8px 32px;
  }
}
@media screen and (max-width: 1199px) {
  .fs-slide.fn-slide .fs-item .fn-slide-content {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .fs-slide.fn-slide {
    padding-left: 50px;
    padding-right: 50px;
  }
  .fs-slide.fn-slide .fs-item .fn-slide-content .fs-entry-item {
    width: 80%;
    margin-left: 10%;
    padding-top: 70px;
    padding-bottom: 90px;
  }
  .fs-slide.fn-slide .fs-item .fn-slide-content .fs-entry-item h6 {
    margin-bottom: 40px;
    font-size: 14px;
  }
  .fs-slide.fn-slide .fs-item .fn-slide-content .fs-entry-item h3 {
    font-size: 32px;
    line-height: 1.07em;
  }
  .fs-slide.fn-slide .fs-item .fn-slide-content .fs-entry-item p {
    font-size: 16px;
    margin-bottom: 40px;
  }
  .fs-slide.fn-slide .fs-item .fn-slide-content .fs-entry-item a.read-more {
    font-size: 16px;
    padding: 8px 32px;
  }
  .fs-slide.fn-slide .fs-pagination {
    right: 16px;
  }
  .fs-slide.fn-slide .fn-socials {
    left: 10px;
  }
  .fs-slide.fn-slide .fs-arrows.arrows-bottom {
    display: none;
  }
}
/* Fashion Post Box */
.fn-postbox {
  position: relative;
  /* Color Skins */
}
.fn-postbox img {
  width: 100%;
  max-width: 100%;
}
.fn-postbox .postbox-meta {
  position: absolute;
  left: 40px;
  right: 40px;
  bottom: 40px;
}
.fn-postbox h6,
.fn-postbox h3 {
  font-family: 'Montserrat';
  font-weight: bold;
  font-size: 26px;
  line-height: 1.4em;
  overflow: hidden;
}
.fn-postbox h6 a,
.fn-postbox h3 a {
  color: #161616;
  background-color: #fff;
  padding-left: 8px;
  padding-right: 8px;
  overflow: hidden;
}
.fn-postbox h6 a span,
.fn-postbox h3 a span {
  display: inline-block;
  position: relative;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  -webkit-transform-origin: 50% 0%;
  -moz-transform-origin: 50% 0%;
  -ms-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.fn-postbox h6 a span::after,
.fn-postbox h3 a span::after {
  content: attr(data-title);
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform-origin: 50% 0%;
  -moz-transform-origin: 50% 0%;
  -ms-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
  -webkit-transform: translate3d(0px, 105%, 0px) rotateX(-90deg);
  -moz-transform: translate3d(0px, 105%, 0px) rotateX(-90deg);
  -ms-transform: translate3d(0px, 105%, 0px) rotateX(-90deg);
  transform: translate3d(0px, 105%, 0px) rotateX(-90deg);
}
.fn-postbox h6 a:hover span,
.fn-postbox h3 a:hover span {
  -webkit-transform: translate3d(0px, 0px, -30px) rotateX(90deg);
  -moz-transform: translate3d(0px, 0px, -30px) rotateX(90deg);
  -ms-transform: translate3d(0px, 0px, -30px) rotateX(90deg);
  transform: translate3d(0px, 0px, -30px) rotateX(90deg);
}
.fn-postbox h6 {
  margin: 0px;
}
.fn-postbox h3 {
  margin: 0px;
}
.fn-postbox.fn-dark h6 a,
.fn-postbox.fn-dark h3 a {
  background-color: #222222;
  color: #fff;
}
.fn-postbox h6.color-1 a,
.fn-postbox h3.color-1 a {
  background-color: #623ea6;
  color: #fff;
}
.fn-postbox h6.color-2 a,
.fn-postbox h3.color-2 a {
  background-color: #db5587;
  color: #fff;
}
.fn-section-box {
  position: relative;
  top: -12px;
  z-index: 100;
}
/* Fashion fullwidth slide */
.fn-fullslide {
  position: relative;
}
.fn-fullslide .swiper-container {
  padding-top: 10px;
  padding-bottom: 50px;
}
.fn-fullslide .swiper-slide {
  width: 1140px;
  box-shadow: 8.5px 14.722px 35px 0px rgba(0, 0, 0, 0.18);
}
@media (min-width: 768px) {
  .fn-fullslide .swiper-slide {
    width: 720px;
  }
}
@media (min-width: 992px) {
  .fn-fullslide .swiper-slide {
    width: 940px;
  }
}
@media (min-width: 1200px) {
  .fn-fullslide .swiper-slide {
    width: 1170px;
  }
}
@media (max-width: 767px) {
  .fn-fullslide .swiper-slide {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .fn-fullslide .swiper-slide .fn-item .fn-entry h4 {
    font-size: 28px;
  }
}
.fn-fullslide .fn-item {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  position: relative;
  background-color: #4D4D4D;
}
.fn-fullslide .fn-item .fn-entry {
  position: absolute;
  top: 50%;
  left: 50px;
  right: 50px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
}
.fn-fullslide .fn-item .fn-entry a.fn-play {
  background: #9247af;
  /* Old browsers */
  background: -moz-linear-gradient(-45deg, #9247af 0%, #6f40c3 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #9247af 0%, #6f40c3 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #9247af 0%, #6f40c3 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9247af', endColorstr='#6f40c3', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
  display: inline-block;
  width: 60px;
  height: 60px;
  line-height: 60px;
  border-radius: 50%;
  font-size: 16px;
  color: #fff;
  margin-bottom: 10px;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.fn-fullslide .fn-item .fn-entry a.fn-play i {
  position: relative;
  left: 2px;
  top: 1px;
}
.fn-fullslide .fn-item .fn-entry a.fn-play:hover {
  transform: rotate(119deg);
}
.fn-fullslide .fn-item .fn-entry h4 {
  font-size: 48px;
  font-family: 'SF-UI-Display';
  font-weight: 700;
  color: #fff;
  margin: 0px;
}
.fn-fullslide .fn-arrows {
  position: absolute;
  top: 50%;
  left: 0px;
  width: 100%;
  height: 0px;
  z-index: 100;
  margin-top: -18px;
}
.fn-fullslide .fn-arrows .container {
  position: relative;
  height: 0px;
}
.fn-fullslide .fn-arrows a {
  color: #7741be;
  font-size: 36px;
  position: relative;
}
.fn-fullslide .fn-arrows a.fn-arrow-prev {
  float: left;
  left: -45px;
}
.fn-fullslide .fn-arrows a.fn-arrow-next {
  float: right;
  right: -45px;
}
.title-block.fn-title-block {
  color: #db5587;
}
.fs-post-filter.fn-post-filter h4 {
  font-size: 50px;
  font-weight: bold;
  color: #db5587;
}
.fs-post-filter.fn-post-filter ul li.active a::after {
  background-color: #db5587;
}
/* Fashion sidebar */
.fn-with-sidebar .fs-grid-posts .fs-grid-item {
  position: relative;
}
.fn-with-sidebar .fs-grid-posts .fs-grid-item .label {
  position: absolute;
  top: 38px;
  left: 0px;
  background-color: #db5587;
  color: #fff;
  padding: 16px 24px;
}
.fn-with-sidebar .fs-grid-posts .fs-grid-item .label.label-yellow {
  background-color: #ffb800;
}
.fn-with-sidebar .fs-grid-posts .fs-grid-item .label.label-pink {
  background-color: #623ea6;
}
.fn-with-sidebar .fs-grid-posts .fs-grid-item .read-more a {
  color: #db5587;
}
.fn-with-sidebar .fs-sidebar .widget .widget-title {
  border-bottom-color: #db5587;
}
.fs-sidebar .widget .search_form button,
.fs-sidebar .widget .search_form input[type=submit] {
  color: #db5587;
  background: none;
  border: none;
  line-height: 33px;
  height: 33px;
}
.fs-post-table.fn-post-table .fs-media-play a {
  background-color: #db5587;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.fs-post-table.fn-post-table .fs-media-play a:hover {
  transform: rotate(119deg);
}
.fs-post-table.fn-post-table .fs-table-item .fs-table-meta a {
  color: #db5587;
}
footer#footer .footer-overlay {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  opacity: 0.1;
}
footer#footer.footer-fashion {
  background-color: #191919;
  padding: 0px;
}
footer#footer.footer-fashion .widget .widget-title {
  color: #fff;
}
footer#footer.footer-fashion .sub-footer {
  color: rgba(255, 255, 255, 0.35);
}
footer#footer.footer-fashion .sub-footer a {
  color: rgba(255, 255, 255, 0.35);
}
footer#footer.footer-fashion .sub-footer a:hover {
  color: rgba(255, 255, 255, 0.55);
}
footer#footer .social-links a {
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
footer#footer .social-links a:hover {
  color: #db5587;
}
.fullwidth-section {
  min-height: 200px;
  background-size: cover;
  position: relative;
  z-index: 1;
  display: block;
}
body.fixed-footer #footer {
  position: fixed;
  z-index: 0 !important;
}
#wpadminbar {
  position: fixed;
}
/* Food
====================================*/
#topbar {
  background-color: transparent;
  height: 70px;
  border-bottom: 1px solid #cccccc;
}
#topbar .topbar-container-left {
  font-family: 'SF-UI-Display';
  font-size: 13px;
  font-weight: 500;
  color: #000000;
  height: 70px;
  line-height: 70px;
}
#topbar .topbar-container-left a {
  color: #000000;
  text-transform: uppercase;
}
#topbar .topbar-container-left a:hover {
  color: #ff0000;
}
@media screen and (max-width: 799px) {
  #topbar .topbar-container-left nav.topbar-nav {
    display: none;
  }
}
#topbar .topbar-container-left nav.topbar-nav ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
#topbar .topbar-container-left nav.topbar-nav ul li {
  float: left;
  margin-right: 20px;
}
@media screen and (max-width: 799px) {
  #topbar .topbar-container-right {
    clear: left;
    padding-right: 15px;
  }
}
#topbar .topbar-container-right .user-profile .follow-links span {
  display: none;
}
#topbar .topbar-container-right a {
  line-height: 70px;
  margin-left: 20px;
}
#topbar .topbar-container-right a:hover {
  color: #ff0000;
}
.fslider {
  position: relative;
  width: 84%;
  margin: 0 auto;
  padding-bottom: 30px;
}
@media screen and (max-width: 799px) {
  .fslider {
    width: 100% !important;
  }
}
.fslider .swiper-slide {
  width: 100%;
}
@media screen and (max-width: 991px) {
  .fslider .swiper-slide {
    width: 100%;
  }
}
@media screen and (max-width: 799px) {
  .fslider .swiper-slide {
    width: 100%;
    height: 200px;
  }
}
.fslider .swiper-slide .fd-item img {
  width: 100%;
  max-width: 100%;
  max-height: 670px;
}
@media screen and (max-width: 799px) {
  .fslider .swiper-slide .fd-item img {
    height: 200px;
  }
}
.fslider .swiper-slide .fd-item .title-box {
  position: absolute;
  text-align: center;
  top: 50%;
  right: 0;
  left: 0;
  width: 540px;
  margin: 0 auto;
  padding: 60px 70px 83px 60px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  background: rgba(240, 248, 255, 0.8);
}
@media screen and (max-width: 799px) {
  .fslider .swiper-slide .fd-item .title-box {
    width: 60%;
    padding: 5px;
  }
}
.fslider .swiper-slide .fd-item .title-box span {
  padding: 5px 10px;
  color: #fff;
  font-size: 11px;
  background: #000;
  text-transform: uppercase;
}
.fslider .swiper-slide .fd-item .title-box i {
  font-style: normal;
  border-bottom: 2px solid;
}
.fslider .swiper-slide .fd-item .title-box h2 {
  font-size: 36px;
  letter-spacing: 2px;
  line-height: 42px;
  color: #000000;
  font-weight: 800;
}
@media screen and (max-width: 799px) {
  .fslider .swiper-slide .fd-item .title-box h2 {
    font-size: 15px;
  }
}
.fslider .swiper-slide .fd-item .title-box .read-more {
  font-family: 'Montserrat';
  font-size: 13px;
  font-weight: normal;
  text-decoration: none;
  border: 2px solid #000000;
  color: #000000;
  padding: 10px 18px 11px 20px;
  cursor: pointer;
  border-radius: 40px;
  overflow: hidden;
  position: relative;
  text-transform: lowercase;
  top: 22px;
  z-index: 10;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
@media screen and (max-width: 799px) {
  .fslider .swiper-slide .fd-item .title-box .read-more {
    font-size: 11px;
    padding: 2px 7px;
    top: 0;
  }
}
.fslider .swiper-slide .fd-item .title-box .read-more:hover {
  border: 2px solid #ff0000;
  color: #fff;
  background-color: #ff0000;
}
.fslider .swiper-slide .fd-item .title-box .read-more:after {
  content: "\f178";
  font-family: FontAwesome;
  padding-left: 10px;
}
.fslider .swiper-slide.swiper-slide-active .fd-item h3 {
  opacity: 1;
  visibility: visible;
}
.fslider .fd-arrows {
  position: absolute;
  top: 51%;
  left: 50%;
  width: 100%;
  z-index: 10;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  transform: translateX(-50%);
}
.fslider .fd-arrows a {
  position: absolute;
  top: -50px;
  font-size: 50px;
  color: #fff;
}
.fslider .fd-arrows a.fd-arrow-prev {
  left: 50px;
}
@media screen and (max-width: 799px) {
  .fslider .fd-arrows a.fd-arrow-prev {
    left: 20px;
  }
}
.fslider .fd-arrows a.fd-arrow-next {
  right: 50px;
}
@media screen and (max-width: 799px) {
  .fslider .fd-arrows a.fd-arrow-next {
    right: 20px;
  }
}
.fslider.text-light .swiper-slide .fd-item h3 a,
.fslider.text-light .fd-arrows a {
  color: #fff;
}
.single .header-wrapper {
  border-bottom: 1px solid #cccccc;
}
#header.header-food {
  background-color: rgba(26, 26, 26, 0.3);
}
#header.header-food .site-branding .logo-text-link {
  font-size: 50px;
  color: #000;
  font-weight: 900;
  line-height: 1em;
  text-transform: capitalize;
}
@media screen and (max-width: 799px) {
  #header.header-food .site-branding .logo-text-link {
    width: 100% !important;
  }
}
#header.header-food .site-branding p {
  color: #000000;
}
#header.header-food nav.main-nav {
  box-shadow: none;
}
#header.header-food nav.main-nav > ul > li:first-child {
  padding-left: 10px;
}
#header.header-food nav.main-nav > ul > li > a::before {
  content: '';
  width: 0px;
  height: 2px;
  background-color: #ff0000;
  position: absolute;
  top: 50%;
  left: -1px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
#header.header-food nav.main-nav > ul > li.current-menu-item > a,
#header.header-food nav.main-nav > ul > li:hover > a {
  color: #000000;
}
#header.header-food nav.main-nav > ul > li.current-menu-item > a::before,
#header.header-food nav.main-nav > ul > li:hover > a::before {
  width: 19px;
}
#header.header-food nav.main-nav > ul > li.menu-item-has-children:hover::before {
  color: #000000;
}
#header.header-food nav.main-nav > ul > li.menu-item-has-children:hover > a {
  color: #000000;
}
#header.header-food .right-content {
  position: absolute;
  right: 0px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-top: 4px;
}
#header.header-food .right-content a {
  display: inline-block;
  text-decoration: none;
  right: 25px;
}
#header.header-food .right-content a + a {
  margin-left: 12px;
}
#header.header-food .right-content a img {
  width: 14px;
}
#header.header-food .right-content #search_handler .icon-close {
  top: -60px !important;
}
#header.header-food .right-content #search_handler svg {
  width: 20px;
  position: relative;
  top: 12px;
}
@media screen and (max-width: 799px) {
  #header.header-food .right-content #search_handler svg {
    left: -20px;
  }
}
#header.header-food .search-panel {
  width: 40%;
  top: 60px;
}
@media screen and (max-width: 799px) {
  #header.header-food .search-panel {
    width: 50%;
    top: 70px;
  }
}
#header.header-food.sticky .search-panel {
  top: 0 !important;
  background: none;
}
#header.header-food.sticky .search-panel input {
  background: none;
}
#header.sticky,
#header.sticky .panel-header,
#header.sticky .panel-header .header-wrapper,
#header.sticky .panel-header .header-wrapper nav,
#header.sticky .panel-header .header-wrapper nav.main-nav > ul > li > a {
  height: 90px !important;
  line-height: 90px;
}
#header.header-food.sticky .site-branding .logo-text-link {
  font-size: 32px;
}
.msidebar .sidebar {
  padding-left: 0 !important;
}
/* Welcome
====================================*/
#header {
  /* Welcome Header */
}
#header.header-welcome {
  width: 100%;
  z-index: 100;
}
#header.header-welcome .panel-header {
  padding-left: 55px;
  padding-right: 55px;
  background-color: transparent;
}
@media screen and (max-width: 767px) {
  #header.header-welcome .panel-header {
    padding-left: 30px;
    padding-right: 30px;
  }
}
#header.header-welcome .panel-header .header-wrapper {
  display: table;
  width: 100%;
}
#header.header-welcome .panel-header .header-wrapper .site-branding {
  display: table-cell;
  position: relative;
  width: 50%;
  text-align: left;
  vertical-align: middle;
  left: 0px;
  bottom: 0px;
  top: 0px;
  padding: 0px;
  line-height: 1em;
  -webkit-transform: none;
  -moz-transform: none;
  transform: none;
}
#header.header-welcome .panel-header .header-wrapper .site-branding a.custom-logo-link {
  line-height: 0px;
}
#header.header-welcome .panel-header .header-wrapper .right-content {
  position: relative;
  display: table-cell;
  text-align: right;
  vertical-align: middle;
  padding: 0px;
  line-height: 1em;
  -webkit-transform: none;
  -moz-transform: none;
  transform: none;
  top: 0px;
}
#header.header-welcome .panel-header .header-wrapper .right-content a.page_item,
#header.header-welcome .panel-header .header-wrapper .right-content a.menu-item {
  display: inline-block;
  padding: 12px 26px;
  line-height: 1em;
  font-family: 'SF-UI-Display';
  font-size: 12px;
  font-weight: normal;
  color: #000000;
  letter-spacing: 0px;
  border-radius: 30px;
  background: #ff0000;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
#header.header-welcome .panel-header .header-wrapper .right-content a.page_item.btn-glory,
#header.header-welcome .panel-header .header-wrapper .right-content a.menu-item.btn-glory {
  background: #c05096;
  /* Old browsers */
  background: -moz-linear-gradient(-45deg, #c05096 0%, #7842bd 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #c05096 0%, #7842bd 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #c05096 0%, #7a43bd 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c05096', endColorstr='#7a43bd', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
}
#header.header-welcome .panel-header .header-wrapper .right-content a.page_item + a,
#header.header-welcome .panel-header .header-wrapper .right-content a.menu-item + a {
  margin-left: 10px;
}
#header.header-welcome .panel-header .header-wrapper .right-content a.page_item.bordered,
#header.header-welcome .panel-header .header-wrapper .right-content a.menu-item.bordered {
  position: relative;
  z-index: 10;
}
#header.header-welcome .panel-header .header-wrapper .right-content a.page_item.bordered::before,
#header.header-welcome .panel-header .header-wrapper .right-content a.menu-item.bordered::before {
  content: '';
  background-color: #1a1a1a;
  position: absolute;
  top: 2px;
  left: 2px;
  right: 2px;
  bottom: 2px;
  border-radius: 30px;
  z-index: -1;
}
#header.header-welcome .panel-header .header-wrapper .right-content a.page_item:hover,
#header.header-welcome .panel-header .header-wrapper .right-content a.menu-item:hover {
  color: #000000;
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  transform: scale(1.05);
}
#header.header-welcome .panel-header .header-wrapper .right-content a.page_item:active,
#header.header-welcome .panel-header .header-wrapper .right-content a.menu-item:active {
  color: #000000;
  -webkit-transform: scale(0.98);
  -moz-transform: scale(0.98);
  transform: scale(0.98);
}
#header.header-welcome .panel-header .header-wrapper .right-content a.page_item:focus,
#header.header-welcome .panel-header .header-wrapper .right-content a.menu-item:focus {
  color: #000000;
}
@media screen and (max-width: 650px) {
  #header.header-welcome .panel-header .header-wrapper {
    display: block;
  }
  #header.header-welcome .panel-header .header-wrapper .site-branding,
  #header.header-welcome .panel-header .header-wrapper .right-content-area {
    display: block;
    width: 100%;
    text-align: center;
  }
  #header.header-welcome .panel-header .header-wrapper .right-content-area a {
    margin-bottom: 5px;
  }
}
#header.header-welcome.sticky {
  height: 100px;
}
#header.header-welcome.sticky .panel-header {
  position: fixed;
  height: 100px;
  background-color: #1a1a1a;
  top: -100px;
  width: 100%;
  z-index: 9999;
}
#header.header-welcome.sticky.unpinned .panel-header {
  top: 0px;
}
.btn-glory {
  display: inline-block;
  padding: 12px 26px;
  line-height: 1em;
  font-family: 'Montserrat';
  font-size: 12px;
  font-weight: normal;
  color: #fff;
  letter-spacing: 0px;
  border-radius: 30px;
  background: #c05096;
  /* Old browsers */
  background: -moz-linear-gradient(-45deg, #c05096 0%, #7842bd 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #c05096 0%, #7842bd 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #c05096 0%, #7a43bd 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c05096', endColorstr='#7a43bd', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.btn-glory + .btn-glory {
  margin-left: 10px;
}
.btn-glory.bordered {
  position: relative;
  z-index: 10;
}
.btn-glory.bordered::before {
  content: '';
  background-color: #161616;
  position: absolute;
  top: 2px;
  left: 2px;
  right: 2px;
  bottom: 2px;
  border-radius: 30px;
  z-index: -1;
}
.btn-glory:hover {
  color: #fff;
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  transform: scale(1.05);
}
.btn-glory:active {
  color: #fff;
  -webkit-transform: scale(0.98);
  -moz-transform: scale(0.98);
  transform: scale(0.98);
}
.btn-glory:focus {
  color: #fff;
}
.wentry-title {
  text-align: center;
  padding-left: 30px;
  padding-right: 30px;
}
.wentry-title .version-number {
  font-family: 'Montserrat';
  font-size: 18px;
  font-weight: normal;
  letter-spacing: 0px;
  color: #fff;
  text-transform: uppercase;
}
.wentry-title .version-number .vnumber {
  font-family: 'SF-UI-Display';
  font-size: 90px;
  font-weight: 100;
  letter-spacing: 0px;
  color: #ff5c73;
  background: #ff5c73;
  /* Old browsers */
  background: -moz-linear-gradient(-45deg, #ff5c73 0%, #7842bd 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #ff5c73 0%, #7842bd 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #ff5c73 0%, #7842bd 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-text-fill-color: transparent;
  text-fill-color: transparent;
}
.wentry-title h2 {
  font-family: 'Montserrat';
  font-size: 32px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0px;
  margin-top: 18px;
  margin-bottom: 8px;
}
.wentry-title p {
  font-family: 'SF-UI-Display';
  font-size: 18px;
  font-weight: 200;
  letter-spacing: 0.7px;
  color: rgba(255, 255, 255, 0.5);
}
.wentry-title h4 {
  font-family: 'Montserrat';
  font-size: 22px;
  font-weight: normal;
  letter-spacing: 0px;
  text-transform: uppercase;
  color: #ff5c73;
  background: #ff5c73;
  /* Old browsers */
  background: -moz-linear-gradient(-45deg, #ff5c73 0%, #7842bd 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #ff5c73 0%, #7842bd 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #ff5c73 0%, #7842bd 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-text-fill-color: transparent;
  text-fill-color: transparent;
  margin-top: 95px;
  margin-bottom: 25px;
}
.wbottom-text {
  font-family: 'SF-UI-Display';
  font-weight: 200;
  font-size: 13px;
  letter-spacing: 0.7px;
  color: rgba(255, 255, 255, 0.4);
  text-align: center;
}
@-moz-document url-prefix() {
  .wentry-title .version-number .vnumber,
  .wentry-title h4 {
    background: none;
  }
}
.wslider {
  position: relative;
}
.wslider .swiper-slide {
  width: 828px;
}
@media screen and (max-width: 991px) {
  .wslider .swiper-slide {
    width: 728px;
  }
}
@media screen and (max-width: 799px) {
  .wslider .swiper-slide {
    width: 80%;
  }
}
.wslider .swiper-slide .ws-item img {
  width: 100%;
  max-width: 100%;
  box-shadow: 8.5px 14.722px 35px 0px rgba(0, 0, 0, 0.2);
}
.wslider .swiper-slide .ws-item h3 {
  font-family: 'Montserrat';
  font-size: 22px;
  font-weight: normal;
  letter-spacing: 0px;
  visibility: hidden;
  opacity: 0;
  margin: 0px;
  text-align: center;
  margin-top: 25px;
  margin-bottom: 5px;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.wslider .swiper-slide .ws-item h3 a {
  color: #000000;
}
.wslider .swiper-slide.swiper-slide-active .ws-item h3 {
  opacity: 1;
  visibility: visible;
}
.wslider .ws-arrows {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 828px;
  z-index: 10;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  transform: translateX(-50%);
}
.wslider .ws-arrows a {
  position: absolute;
  top: -50px;
  font-size: 50px;
  color: #000000;
}
.wslider .ws-arrows a.ws-arrow-prev {
  left: -50px;
}
.wslider .ws-arrows a.ws-arrow-next {
  right: -50px;
}
.wslider.text-light .swiper-slide .ws-item h3 a,
.wslider.text-light .ws-arrows a {
  color: #fff;
}
.welcome-folio {
  position: relative;
}
.welcome-folio h2 {
  margin: 0px;
  font-family: 'SF-UI-Display';
  font-size: 42px;
  font-weight: 200;
  letter-spacing: -0.35px;
  color: #000000;
  margin-bottom: 20px;
}
.welcome-folio .wpf-filter {
  text-align: center;
  font-family: 'Montserrat';
  font-size: 16px;
  font-weight: normal;
  letter-spacing: -0.2px;
}
.welcome-folio .wpf-filter a {
  color: rgba(0, 0, 0, 0.6);
  display: inline-block;
  margin-left: 15px;
  margin-right: 15px;
  margin-bottom: 20px;
}
.welcome-folio .wpf-filter a.active {
  color: #ff0000;
}
.welcome-folio .wpf-item {
  margin-bottom: 30px;
  position: relative;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.welcome-folio .wpf-item img {
  width: 100%;
  box-shadow: 2px 4px 6px 0px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.welcome-folio .wpf-item > a {
  display: block;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.welcome-folio .wpf-item h2 {
  font-size: 18px;
  font-family: 'Montserrat';
  font-weight: normal;
  letter-spacing: 0px;
  line-height: 1em;
  margin-top: 25px;
  height: 22px;
}
.welcome-folio .wpf-item h2 a {
  color: #000000;
}
.welcome-folio .wpf-item h2 span {
  font-family: 'SF-UI-Display';
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.3px;
  line-height: 1em;
  text-transform: uppercase;
  color: #fff;
  display: inline-block;
  background-color: #ff0000;
  padding: 5px 12px;
  border-radius: 10px;
  position: relative;
  top: -2px;
  margin-right: 10px;
}
.welcome-folio .wpf-item:hover img {
  box-shadow: 2px 10px 30px 0px rgba(0, 0, 0, 0.3);
  transform: translateY(-4px);
}
footer#footer.footer-welcome {
  background-color: #171717;
  padding: 0px;
  position: relative;
}
footer#footer.footer-welcome .wfcol {
  padding-top: 60px;
  padding-bottom: 150px;
}
footer#footer.footer-welcome .map-content {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
footer#footer.footer-welcome .map-content h3 {
  font-family: 'SF-UI-Display';
  font-size: 28px;
  font-weight: 200;
  color: #fff;
  letter-spacing: 0.7px;
}
footer#footer.footer-welcome .sub-footer {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  padding: 0px;
  padding-bottom: 60px;
  font-family: 'Montserrat';
  font-weight: normal;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.3);
}
footer#footer.footer-welcome .sub-footer .row > div::before {
  content: '';
  display: block;
  border-top: 1px solid rgba(108, 108, 108, 0.2);
  margin-bottom: 20px;
}
footer#footer.footer-welcome .sub-footer .social-links a {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.3);
  display: inline-block;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
footer#footer.footer-welcome .sub-footer .social-links a + a {
  margin-left: 15px;
}
footer#footer.footer-welcome .sub-footer .social-links a:hover {
  color: #ab4ca8;
}
@media screen and (max-width: 767px) {
  footer#footer.footer-welcome .wfcol {
    padding-bottom: 60px;
    text-align: center;
  }
  footer#footer.footer-welcome .sub-footer {
    position: relative;
  }
}
/* Responsive
====================================*/
/* Large Devices - Desktops */
/* Medium Devices - Desktops */
@media screen and (min-width: 992px) {
  .none-masonry .col-md-4:nth-child(3n+1) {
    clear: left;
  }
}
/* Small Devices - Tablets */
@media screen and (min-width: 768px) and (max-width: 991px) {
  .container {
    width: 100%;
  }
  .sm-clear-left {
    clear: left;
  }
  .col-md-15.col-sm-4 {
    margin-bottom: 30px;
  }
  .col-md-15.col-sm-4:nth-child(3n+1) {
    clear: left;
  }
  .none-masonry .col-sm-6:nth-child(2n+1) {
    clear: left;
  }
}
@media screen and (min-width: 768px) {
  .with-sidebar {
    padding-right: 35px;
  }
  .with-sidebar.pull-right {
    padding-right: 15px;
    padding-left: 35px;
  }
}
/* Extra Small Devices - Phones */
@media screen and (max-width: 767px) {
  .col-sm-9.pull-right {
    float: none !important;
  }
  .col-md-15.col-xs-6 {
    margin-bottom: 30px;
  }
  .col-md-15.col-xs-6:nth-child(2n+1) {
    clear: left;
  }
  #header.header-welcome .panel-header .header-wrapper .right-content.welcome-navigation-menu {
    display: block;
    top: 20px;
    text-align: center;
  }
}
/* Large Devices - Desktops */
/* Medium Devices - Desktops */
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .bg-visible-lg {
    background-image: none !important;
  }
}
/* Small Devices - Tablets */
@media screen and (min-width: 768px) and (max-width: 991px) {
  .bg-visible-lg {
    background-image: none !important;
  }
  .bg-visible-md {
    background-image: none !important;
  }
}
/* Extra Small Devices - Phones */
@media screen and (max-width: 767px) {
  .bg-visible-lg {
    background-image: none !important;
  }
  .bg-visible-md {
    background-image: none !important;
  }
  .bg-visible-sm {
    background-image: none !important;
  }
}
/* Internet Explorer
====================================*/
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* IE10+ CSS styles go here */
}