/*------------- #VARIABLES --------------*/
/*------------- #WIDGETS --------------*/
/*------------- #W-SEARCH--------------*/
.w-search .form-group {
  margin-bottom: 0;
}

.w-search input {
  padding: 13px 15px;
  font-size: 12px;
}

.w-search svg {
  height: 15px;
  width: 15px;
}

.widget .w-search input {
  border: none;
}

/*------------- #w-personal-info --------------*/
.w-personal-info {
  margin-bottom: 0;
}

.w-personal-info li {
  padding: 15px 0;
}

.w-personal-info li .title {
  color: #515365;
  font-weight: 500;
  margin-right: 30px;
  float: left;
  width: 30%;
}

.w-personal-info li .text {
  color: #888da8;
  display: block;
  overflow: hidden;
}

.w-personal-info li .date {
  display: block;
  font-size: 11px;
  color: #bdc0ce;
  font-weight: 500;
  margin-bottom: 15px;
}

.w-personal-info a:hover {
  color: #ff5e3a;
  color: var(--primary-accent-color);
}

.w-personal-info.item-block .title {
  margin-right: 0;
  float: none;
  width: auto;
}

.olympus-theme-sidebar .widget {
  margin-bottom: 35px;
}

.olympus-theme-sidebar .widget:last-child {
  margin-bottom: 0;
}

.youzer-sidebar.olympus-theme-sidebar .widget {
  margin-bottom: 35px;
  border: 1px solid #e6ecf5;
}

.youzer-sidebar.olympus-theme-sidebar .widget:last-child {
  margin-bottom: 0;
}

.widget p {
  font-size: 13px;
}

/*------------- #w-socials --------------*/
.social-item {
  font-size: 11px;
  color: #fff;
  padding: 7px 15px;
  display: block;
  border-radius: 3px;
  margin-bottom: 15px;
  text-align: center;
}

.social-item i {
  font-size: 12px;
  margin-right: 10px;
}

.social-item:hover {
  color: #fff;
  opacity: .9;
}

.w-socials .title {
  margin-bottom: 20px;
}

/*------------- #W-SELECT --------------*/
.w-select {
  padding: 0 20px 0 0;
}

.w-select .bootstrap-select > .dropdown-toggle {
  padding: 10px 15px;
  font-size: 12px;
  height: 40px;
  margin-bottom: 0;
  background-color: transparent;
  border-color: #e6ecf5;
}

.w-select .form-group {
  margin-bottom: 0;
}

.w-select .title {
  float: left;
  line-height: 40px;
  margin-right: 15px;
}

/*------------- Responsive mode styles --------------*/
@media (max-width: 1400px) {
  .w-select .form-group {
    min-width: unset;
  }
}

/*------------- #W-CONTACTS --------------*/
.w-contacts #map {
  width: 100%;
  height: 200px;
  margin-bottom: 15px;
}

.w-contacts ul {
  padding: 0 25px;
}

.w-contacts ul li {
  padding: 15px 0;
}

.w-contacts ul .title {
  margin-right: 0;
  float: none;
  width: auto;
  color: #515365;
  font-weight: 500;
}

.w-contacts ul .text {
  color: #888da8;
  display: block;
  overflow: hidden;
}

#map {
  width: 100%;
}

/*------------- #W-FAVED-PAGE --------------*/
.w-faved-page {
  overflow: hidden;
  margin: 0 0 -8px -15px;
}

.w-faved-page li {
  margin: 0 0 8px 8px;
  float: left;
  width: 34px;
  height: 34px;
  border-radius: 100%;
  overflow: hidden;
}

.all-users {
  line-height: 34px;
  text-align: center;
  color: #fff;
  background-color: #ff5e3a;
  background-color: var(--primary-accent-color);
  font-size: 10px;
  font-weight: 800;
}

.all-users a {
  color: inherit;
  display: block;
}

/*------------- #W-TWITTER --------------*/
.w-twitter li {
  padding: 25px;
  border-bottom: 1px solid #e6ecf5;
}

.w-twitter li:last-child {
  border-bottom: none;
}

.w-twitter .author a {
  line-height: 1;
}

.w-twitter .author-name {
  display: block;
  font-weight: 700;
  color: #515365;
}

.w-twitter .group {
  font-size: 11px;
  color: #888da8;
}

.w-twitter .verified {
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-color: #6ec4f7;
  color: #fff;
  font-size: 5px;
  display: inline-block;
  text-align: center;
  line-height: 10px;
  position: relative;
  top: -2px;
  margin-left: 5px;
}

.w-twitter .author-folder {
  margin-bottom: 12px;
}

.w-twitter .author-folder > * {
  display: inline-block;
  vertical-align: middle;
}

.w-twitter .author-folder img {
  margin-right: 8px;
}

.w-twitter .link-post {
  color: #38bff1;
}

.w-twitter .post__date {
  font-size: 12px;
}

/*------------- #W-LATEST-PHOTO --------------*/
.w-last-photo {
  margin-bottom: 0;
  overflow: hidden;
}

.w-last-photo li {
  width: 33.33%;
  float: left;
  padding: 0 4px 4px 0;
  overflow: hidden;
}

.w-last-photo img {
  width: 100%;
  border-radius: 3px;
}

.widget_olympus-instagram-feed.ui-block .w-last-photo {
  padding: 24px 23px 23px;
}

/*------------- #W-PLAYLIST --------------*/
.w-playlist li {
  padding: 13px 10px;
  transition: all .3s ease;
  cursor: pointer;
}

.w-playlist li:first-child {
  padding-top: 25px;
}

.w-playlist li:last-child {
  padding-bottom: 25px;
}

.w-playlist li > * {
  display: inline-block;
  vertical-align: middle;
}

.w-playlist li:hover {
  background-color: #fafbfd;
}

.w-playlist li:hover .overlay {
  opacity: 1;
}

.w-playlist li:hover .play-icon {
  opacity: 1;
}

.w-playlist li:hover time {
  opacity: 0;
}

.w-playlist li:hover .more {
  opacity: 1;
}

.w-playlist .play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  fill: #fff;
  color: #fff;
  width: 14px;
  height: 16px;
  opacity: 0;
}

.w-playlist .play-icon svg {
  width: 16px;
  height: 16px;
}

.w-playlist .composition-time {
  position: relative;
  float: right;
  font-size: 11px;
  font-weight: 500;
}

.w-playlist time {
  transition: all .3s ease;
  margin-right: 10px;
}

.w-playlist .more {
  position: absolute;
  left: 0;
  opacity: 0;
  top: 0;
}

.w-playlist .more-dropdown li {
  padding: 0;
}

.w-playlist .more-dropdown li:hover a {
  color: #1ed760;
}

.w-playlist.without-cover .overlay {
  display: none;
}

.w-playlist.without-cover .playlist-thumb img {
  display: none;
}

.w-playlist.without-cover .play-icon {
  opacity: 1;
  fill: #515365;
}

.w-playlist.without-cover li:hover .play-icon {
  fill: #1ed760;
}

.playlist-thumb {
  position: relative;
  width: 34px;
  height: 34px;
  border-radius: 3px;
  overflow: hidden;
  margin-right: 12px;
}

.composition-name {
  display: block;
  font-size: 12px;
  font-weight: 500;
  color: #515365;
}

.composition-author {
  display: block;
  font-size: 11px;
  color: #888da8;
}

.playlist-popup-table {
  width: 100%;
}

.playlist-popup-table td {
  padding: 25px 12px;
}

.playlist-popup-table td:first-child {
  padding-left: 30px;
}

.playlist-popup-table td:last-child {
  padding-right: 30px;
}

.playlist-popup-table thead {
  background-color: rgba(43, 45, 59, 0.6);
}

.playlist-popup-table thead th {
  font-size: 9px;
  font-weight: 700;
  padding: 12px;
  color: #9a9fbf;
}

.playlist-popup-table thead th:first-child {
  padding-left: 25px;
}

.playlist-popup-table thead th:last-child {
  padding-right: 25px;
}

.playlist-popup-table tbody tr:nth-child(odd) {
  background-color: rgba(43, 45, 59, 0.8);
}

.playlist-popup-table tbody tr:nth-child(even) {
  background-color: rgba(43, 45, 59, 0.6);
}

.playlist-popup-table tbody tr:hover .play-icon {
  fill: #fff;
}

.playlist-popup-table .play-icon {
  fill: #9a9fbf;
}

.playlist-popup-table .play-icon svg {
  width: 23px;
  height: 23px;
}

.playlist-popup-table .playlist-thumb {
  margin-right: 0;
}

.playlist-popup-table .composition-name {
  color: #fff;
  font-size: 14px;
}

.playlist-popup-table .composition-author {
  font-size: 12px;
}

.playlist-popup-table .album-composition, .playlist-popup-table .release-year, .playlist-popup-table .composition-time {
  font-weight: 500;
  font-size: 12px;
  color: #fff;
}

.playlist-popup-table .release-year, .playlist-popup-table .composition-time, .playlist-popup-table .released, .playlist-popup-table .duration, .playlist-popup-table .spotify, .playlist-popup-table .remove {
  text-align: center;
}

.playlist-popup-table .composition-icon {
  color: #1ed760;
  font-size: 22px;
}

.playlist-popup-table .remove-icon {
  fill: #9a9fbf;
}

.playlist-popup-table .remove-icon svg {
  width: 20px;
  height: 20px;
}

.playlist-popup-table .remove-icon:hover {
  fill: #ff5e3a;
  fill: var(--primary-accent-color);
}

/*------------- #W-FRIEND-PAGES-ADDED --------------*/
.w-friend-pages-added li > * {
  vertical-align: top;
}

.w-friend-pages-added li:hover {
  background-color: transparent;
}

.w-friend-pages-added .author-thumb {
  height: 34px;
  width: 34px;
}

.w-friend-pages-added .notification-event {
  padding-left: 8px;
  max-width: 70%;
}

.w-friend-pages-added .notification-friend {
  font-size: 13px;
}

.w-friend-pages-added .chat-message-item {
  font-size: 11px;
}

.w-friend-pages-added .notification-icon svg {
  width: 20px;
  height: 20px;
}

/*------------- Responsive mode styles --------------*/
@media (max-width: 768px) {
  .w-friend-pages-added.notification-list.friend-requests .notification-icon {
    float: right;
  }
}

/*------------- #W-CREATE-FAV-PAGE --------------*/
.w-create-fav-page {
  padding: 25px;
  background-color: #ff5e3a;
  background-color: var(--primary-accent-color);
}

.w-create-fav-page svg {
  fill: #fff;
}

.w-create-fav-page .olymp-star-icon {
  width: 20px;
  height: 20px;
}

.w-create-fav-page .more {
  float: right;
  color: #ffbfb0;
  fill: #ffbfb0;
}

.w-create-fav-page .icons-block {
  margin-bottom: 80px;
}

.w-create-fav-page .content {
  color: #fff;
}

.w-create-fav-page .content span {
  font-size: 10px;
}

.w-create-fav-page .content .title {
  line-height: 1.1;
  font-weight: 400;
  color: inherit;
  margin-bottom: 20px;
}

.w-create-fav-page .btn {
  margin-bottom: 0;
}

.page-description {
  border: 1px solid #e6ecf5;
  background-color: #fff;
  margin-bottom: 25px;
  border-radius: 5px;
  overflow: hidden;
}

.page-description .icon {
  padding: 15px 18px;
  fill: #fff;
  background-color: #9a9fbf;
  border-right: 1px solid #e6ecf5;
  display: inline-block;
  vertical-align: middle;
  margin-right: 25px;
}

.page-description .icon svg {
  width: 20px;
  height: 20px;
}

.page-description span {
  vertical-align: middle;
}

/*------------- Responsive mode styles --------------*/
@media (max-width: 480px) {
  .page-description {
    display: flex;
    align-items: center;
  }
}

/*------------- #W-BIRTHDAY-ALERT --------------*/
.w-birthday-alert {
  background-image: url("../images/bg-birthdays.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 25px;
}

.w-birthday-alert .more {
  float: right;
  opacity: .7;
  color: #fff;
  fill: #fff;
}

.w-birthday-alert .icons-block {
  margin-bottom: 35px;
  fill: #fff;
  color: #fff;
}

.w-birthday-alert .olymp-cupcake-icon {
  width: 24px;
  height: 20px;
}

.w-birthday-alert .author-thumb img {
  width: 28px;
  height: 28px;
  border: 2px solid #fff;
  margin-bottom: 12px;
}

.w-birthday-alert .content {
  color: #fff;
}

.w-birthday-alert .content span {
  font-size: 10px;
  margin-bottom: 4px;
  display: block;
}

.w-birthday-alert .content .title {
  line-height: 1.3;
  font-weight: 400;
  color: inherit;
  margin-bottom: 20px;
  font-size: 24px;
  display: block;
}

.w-birthday-alert .content p {
  font-size: 12px;
}

.author-thumb {
  display: inline-block;
  position: relative;
}

.author-thumb img {
  border-radius: 100%;
  overflow: hidden;
  max-width: unset;
}

.author-thumb .icon-status {
  position: absolute;
  margin-right: 0;
  top: 0;
  left: 0;
  border: 1px solid #3f4257;
  width: 8px;
  height: 8px;
}

/*------------- #W-ACTION --------------*/
.w-action {
  background-image: url("../images/landing-bg.jpg");
  padding: 50px 45px 40px;
  text-align: center;
  color: #fff;
  border-radius: 5px;
}

.w-action img, .w-action i {
  margin-bottom: 15px;
  font-size: 35px;
}

.w-action .content span {
  font-size: 10px;
  margin-bottom: 25px;
  display: block;
  text-transform: uppercase;
}

.w-action .content .title {
  font-weight: 400;
  color: inherit;
  margin-bottom: 15px;
  font-size: 24px;
}

.w-action .btn {
  margin-bottom: 0;
}

/*------------- #W-ACTIVITY-FEED --------------*/
.w-activity-feed .author-thumb {
  height: 28px;
  width: 28px;
  float: left;
}

.w-activity-feed .author-thumb img {
  height: 28px;
  width: 28px;
}

.w-activity-feed .notification-event,
.w-activity-feed .notification-friend {
  font-size: 12px;
}

.w-activity-feed .notification-event {
  max-width: 85%;
}

.w-activity-feed li > * {
  vertical-align: top;
}

/*------------- #W-WEATHER --------------*/
.widget_fw-extension-weather-widget {
  color: #FFF;
}

.widget_fw-extension-weather-widget h5 {
  color: #FFF;
}

.w-wethear {
  background-image: url("../images/bg-wethear.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 25px;
  position: relative;
  text-align: center;
  background-color: #38a9ff;
  background-color: var(--secondary-accent-color);
}

.w-wethear .olymp-weather-partly-sunny-icon {
  width: 64px;
  height: 65px;
}

.w-wethear .weekly-forecast {
  margin-right: -25px;
  margin-left: -25px;
  position: relative;
  padding: 0 20px;
}

.w-wethear .weekly-forecast li {
  display: inline-block;
  vertical-align: top;
  padding: 15px 3px;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 700;
}

.w-wethear .weekly-forecast li > * {
  margin-bottom: 8px;
}

.w-wethear .weekly-forecast li > *:last-child {
  margin-bottom: 0;
}

.w-wethear .weekly-forecast li svg {
  height: 22px;
  width: 22px;
}

.w-wethear .weekly-forecast li .olymp-weather-partly-sunny-icon {
  height: 22px;
  width: 22px;
}

.w-wethear .weekly-forecast:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  opacity: .1;
}

.w-wethear .more {
  position: absolute;
  right: 25px;
  top: 20px;
  opacity: .8;
  fill: currentColor;
}

.w-wethear .temperature-sensor {
  font-size: 60px;
  line-height: 1;
}

.w-wethear > * {
  margin-bottom: 25px;
}

.w-wethear > *:last-child {
  margin-bottom: 0;
}

.w-wethear .max-min-temperature {
  margin-right: 20px;
}

.w-wethear .max-min-temperature span {
  display: block;
}

.w-wethear svg {
  fill: currentColor;
}

.w-wethear .climate {
  font-size: 18px;
}

.w-wethear .wethear-now {
  margin-top: 10px;
}

.w-wethear .wethear-now-description span {
  font-size: 11px;
}

.w-wethear .wethear-now-description span > span {
  font-weight: 500;
}

.w-wethear .wethear-now-description span + span {
  margin-left: 15px;
}

.w-wethear .date {
  font-weight: 400;
  margin-bottom: 0;
}

.swiper-slide-weather {
  border-bottom: 1px solid #e6ecf5;
}

.day-wethear-item {
  float: left;
  padding: 25px 0 20px;
  border-right: 1px solid #e6ecf5;
  text-align: center;
  width: 16.5%;
}

.day-wethear-item:last-child {
  border-right: none;
}

.day-wethear-item .title {
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 40px;
}

.day-wethear-item .icon {
  fill: #38a9ff;
  fill: var(--secondary-accent-color);
  margin-bottom: 30px;
  min-height: 54px;
  width: 55px;
}

.day-wethear-item .temperature-sensor {
  font-size: 18px;
  margin-bottom: 10px;
}

.day-wethear-item .wethear-now {
  font-weight: 700;
}

.day-wethear-item .wethear-now span {
  font-size: 11px;
  opacity: .65;
}

.day-wethear-item .wethear-now span + span {
  margin-left: 12px;
}

.day-wethear-item .wethear-now .high {
  opacity: .8;
}

.wethear-content {
  text-align: center;
}

.wethear-content .icon {
  fill: currentColor;
  margin-bottom: 20px;
}

.wethear-content .temperature-sensor {
  font-size: 84px;
  margin-bottom: 10px;
  line-height: 1;
}

.wethear-content .wethear-now {
  margin-bottom: 15px;
}

.wethear-content .wethear-now span {
  font-size: 13px;
}

.wethear-content .wethear-now span + span {
  margin-left: 12px;
}

.wethear-content .climate {
  font-size: 24px;
  margin-bottom: 15px;
}

.wethear-content .wethear-now-description {
  font-size: 12px;
}

.wethear-content .wethear-now-description > * {
  display: inline-block;
  padding: 0 25px;
}

.wethear-content .wethear-now-description .icon {
  margin-bottom: 10px;
}

.wethear-content .wethear-now-description span {
  font-weight: 700;
}

.main-header-weather {
  padding: 20px 30px 30px;
  position: relative;
}

.main-header-weather .img-bottom {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  margin-bottom: 0;
}

.main-header-weather .date-and-place {
  position: absolute;
  top: 40px;
  left: 30px;
}

.main-header-weather .date {
  font-size: 16px;
}

.main-header-weather .place {
  font-size: 11px;
}

.main-header-weather .wethear-update {
  position: absolute;
  top: 40px;
  right: 30px;
  font-size: 10px;
  fill: currentColor;
}

.main-header-weather .wethear-update svg {
  margin-left: 10px;
  width: 12px;
  height: 13px;
}

.main-header-weather .olymp-weather-partly-sunny-icon {
  width: 64px;
  height: 65px;
}

.main-header-weather .olymp-weather-wind-icon-header {
  width: 47px;
  height: 34px;
}

.main-header-weather .olymp-weather-rain-drops-icon {
  width: 47px;
  height: 34px;
}

.main-header-weather .olymp-weather-thermometer-icon {
  width: 47px;
  height: 34px;
}

/*------------- Responsive mode styles --------------*/
@media (max-width: 1400px) {
  .w-wethear .weekly-forecast li {
    padding: 15px 1px;
  }
}

@media (max-width: 540px) {
  .day-wethear-item {
    width: 33%;
  }
}

@media (max-width: 480px) {
  .wethear-content {
    margin-top: 100px;
  }
}

@media (max-width: 360px) {
  .day-wethear-item {
    width: 49%;
  }
  .wethear-content .wethear-now-description > * {
    padding: 0 5px;
  }
  .main-header-weather .date-and-place {
    position: relative;
    top: auto;
    left: auto;
    text-align: center;
    margin-bottom: 20px;
  }
  .main-header-weather .wethear-update {
    position: relative;
    top: auto;
    right: auto;
    text-align: center;
  }
  .wethear-content {
    margin-top: 20px;
  }
}

/*------------- #W-LAST-VIDEO --------------*/
.w-last-video {
  margin-bottom: 0;
}

.w-last-video li {
  position: relative;
  margin-bottom: 20px;
  border-radius: 5px;
  overflow: hidden;
  display: inline-block;
}

.w-last-video li img {
  max-width: 100%;
  margin: 0 auto;
  display: block;
}

.w-last-video li:last-child {
  margin-bottom: 0;
}

.w-last-video li:hover .overlay {
  opacity: 1;
}

.w-last-video li:hover .video-content {
  opacity: 1;
  bottom: 12px;
}

.w-last-video li:hover .play-video {
  margin-top: -20px;
}

.w-last-video li:hover:after {
  opacity: 1;
}

.w-last-video li:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: inset 0px -120px 55px -30px rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: all .3s ease;
}

.w-last-video time {
  font-size: 10px;
}

.w-last-video .video-content {
  position: absolute;
  bottom: -20px;
  left: 12px;
  color: #fff;
  z-index: 5;
  opacity: 0;
  transition: all .3s ease;
}

.w-last-video .title {
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
}

.play-video {
  width: 64px;
  height: 64px;
  line-height: 68px;
  background-color: rgba(255, 94, 58, 0.7);
  border: 4px solid #fff;
  border-radius: 100%;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
  transition: all .3s ease;
  outline: none;
}

.play-video svg {
  fill: #fff;
  width: 18px;
  height: 22px;
  margin-right: -2px;
}

.play-video--small {
  width: 52px;
  height: 52px;
  line-height: 58px;
}

.play-video--mobile {
  width: 42px;
  height: 42px;
  line-height: 50px;
  border-width: 2px;
}

.play-gif {
  width: 64px;
  height: 64px;
  line-height: 62px;
  position: absolute;
  border: 2px dashed #fff;
  background-color: rgba(255, 94, 58, 0.7);
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  border-radius: 100%;
  text-align: center;
  z-index: 5;
  transition: all .3s ease;
  outline: none;
  cursor: pointer;
  text-decoration: none;
}

/*------------- #W-POOL --------------*/
.w-pool {
  margin-bottom: 40px;
}

.w-pool .skills-item-info {
  margin-bottom: 0;
}

.w-pool .radio {
  color: #515365;
}

.w-pool .radio label {
  padding-left: 30px;
}

.w-pool .radio label span {
  left: 0;
}

.w-pool .counter-friends {
  margin: 10px 0;
}

/*------------- #W-BADGES --------------*/
.w-badges {
  display: inline-block;
  margin: 0 0 -20px -18px;
}

.w-badges li {
  margin: 0 0 20px 15px;
  float: left;
  width: 38px;
  height: 38px;
  border-radius: 100%;
  position: relative;
}

/*------------- #W-BLOG-POSTS --------------*/
.w-blog-posts {
  margin-bottom: 0;
  padding-left: 0;
}

.w-blog-posts .social-post {
  padding: 25px;
}

.w-blog-posts .social-post p {
  margin: 10px 0 15px 0;
}

.w-blog-posts .post__date {
  font-size: 12px;
}

.w-blog-posts li:last-child .social-post {
  border-bottom: none;
}

.youzer-sidebar.olympus-theme-sidebar .widget_olympus_latest_posts .widget {
  border: none;
}

.widget_olympus_latest_posts .widget {
  margin-top: 0;
}

.widget_olympus_latest_posts .widget > .ui-block {
  background-color: transparent;
  border-radius: 0;
  border: none;
  margin-bottom: 0;
}

.widget_olympus_latest_posts .widget .post-category {
  margin-right: 5px;
  margin-bottom: 15px;
}

.widget_olympus_latest_posts .widget .post-category:last-child {
  margin-right: 0;
}

.widget_olympus_latest_posts .widget .blog-post .post-thumb {
  border-radius: 0;
}

/*------------- #W-ABOUT --------------*/
.w-about .logo {
  color: inherit;
  overflow: hidden;
  position: relative;
  margin-bottom: 15px;
  padding: 0;
}

.w-about .logo.center {
  justify-content: center;
}

.w-about .logo.flex-start {
  justify-content: flex-start;
}

.w-about .logo.flex-end {
  justify-content: flex-end;
}

.w-about .logo:hover {
  color: inherit;
}

.w-about .w-about-content-wrap.center {
  text-align: center;
}

.w-about .w-about-content-wrap.flex-start {
  text-align: left;
}

.w-about .w-about-content-wrap.flex-end {
  text-align: right;
}

.w-about ul {
  margin-bottom: 0;
}

.w-about .img-wrap {
  margin-right: 17px;
}

.w-about .logo-title {
  color: #515365;
}

.ui-block .w-about {
  padding: 24px 23px 23px;
}

/*------------- #W-LIST --------------*/
.w-list a {
  color: #888da8;
  padding: 8px 0;
  display: block;
  font-weight: 500;
  position: relative;
}

.w-list a:hover {
  color: #ff5e3a;
  color: var(--primary-accent-color);
}

.w-list ul {
  margin-bottom: 0;
}

/*------------- #W-FEATURED-TOPICS --------------*/
.w-featured-topics li + li {
  margin-top: 20px;
}

.w-featured-topics .icon {
  float: left;
  margin-right: 10px;
  font-size: 15px;
  color: #ffdc1b;
}

.w-featured-topics .content {
  overflow: hidden;
}

.w-featured-topics .title {
  font-size: 13px;
  display: block;
  margin-bottom: 5px;
}

.w-featured-topics .title:hover {
  color: #ff5e3a;
  color: var(--primary-accent-color);
}

.w-featured-topics time {
  font-size: 11px;
  margin-bottom: 5px;
  display: block;
}

.w-featured-topics .forums {
  font-size: 11px;
  color: #ff5e3a;
  color: var(--primary-accent-color);
}

/*------------- #WIDGETS-WORDPRESS --------------*/
.sidebar {
  margin-top: 40px;
}

.ui-block[class*="widget_"] ul {
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
}

.widget h6.title {
  font-size: 14px;
}

.widget h6.title a {
  color: #3f4257;
}

.widget h6.title a:hover {
  color: #ff5e3a;
  color: var(--primary-accent-color);
}

.woocommerce.widget_shopping_cart .cart_list li {
  position: relative;
  display: block;
  padding: 12px 25px;
  margin-bottom: -1px;
  border: 1px solid #e6ecf5;
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}

.woocommerce.widget_shopping_cart .cart_list li:first-child {
  border-top: 0;
}

.woocommerce.widget_shopping_cart .cart_list li:last-child {
  border-bottom: 0;
}

.woocommerce.widget_shopping_cart .woocommerce-mini-cart__empty-message {
  margin: 24px 23px 23px;
}

.woocommerce.widget_shopping_cart .total {
  padding: 12px 25px;
  border-top: 1px solid #e6ecf5;
  margin-bottom: 0;
}

.woocommerce.widget_shopping_cart .woocommerce-mini-cart__buttons.buttons {
  padding: 0 25px;
}

.widget_recent_comments .comment-author-link {
  display: block;
}

.widget_media_audio .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current,
.widget_media_audio .mejs-controls .mejs-time-rail .mejs-time-current {
  background: #fff;
  background: rgba(255, 255, 255, 0.8);
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#20d862), to(#5bf692));
  background: -webkit-linear-gradient(top, #20d862, #5bf692);
  background: -moz-linear-gradient(top, #20d862, #5bf692);
  background: -o-linear-gradient(top, #20d862, #5bf692);
  background: -ms-linear-gradient(top, #20d862, #5bf692);
  background: linear-gradient(#20d862, #5bf692);
}

.widget_calendar .calendar_wrap {
  padding: 24px 23px 16px;
}

.widget_calendar table {
  margin-bottom: 0;
}

.widget_calendar table caption {
  padding-bottom: 0;
}

.widget_calendar table * {
  vertical-align: middle;
  text-align: center;
}

.widget_calendar table > tbody > tr > td {
  padding: 0;
}

.widget_text.elp-widget .es_textbox_class {
  width: 100%;
}

.widget_text.elp-widget .es_textbox_button {
  cursor: pointer;
  background-color: #ff5e3a;
  background-color: var(--primary-accent-color);
  color: #fff;
  padding: .618em 1em;
}

.widget_text.elp-widget .es_widget_form {
  padding: 24px 23px 23px;
}

.woocommerce.widget_shopping_cart .buttons a {
  background-color: #ff5e3a;
  background-color: var(--primary-accent-color);
  color: #fff;
}

.woocommerce.widget_shopping_cart .buttons a:hover {
  color: #fff;
}

.widget_media_image img {
  margin: 0 auto;
  display: block;
  padding: 24px 23px 23px;
}

.ui-block[class*="widget_nav_menu"] li a,
.ui-block[class*="widget_pages"] li a,
[class*="widget_pages"] li a {
  color: #888da8;
  font-weight: 700;
  font-size: 12px;
}

.ui-block[class*="widget_nav_menu"] li a:hover,
.ui-block[class*="widget_pages"] li a:hover,
[class*="widget_pages"] li a:hover {
  color: #ff5e3a;
  color: var(--primary-accent-color);
}

.ui-block[class*="widget_nav_menu"] .mega-menu-col,
.ui-block[class*="widget_pages"] .mega-menu-col,
[class*="widget_pages"] .mega-menu-col {
  display: block;
  width: auto;
}

.olympus-theme .widget_rss .widget-title {
  display: flex;
  align-items: center;
  line-height: 1;
}

.olympus-theme .widget_rss .rss-widget-icon {
  margin-right: 10px;
}

.olympus-theme .widget_rss ul li {
  padding: 12px 25px;
  border-bottom: 1px solid #e6ecf5;
}

.olympus-theme .widget_rss ul li a {
  color: #515365;
  font-weight: 700;
  display: block;
}

.olympus-theme .widget_rss ul li a:hover {
  color: #ff5e3a;
  color: var(--primary-accent-color);
}

.olympus-theme .widget_rss ul li:last-child {
  border-bottom: none;
}

.olympus-theme .widget_rss ul li cite {
  color: #515365;
  margin-top: 10px;
  display: block;
  font-size: 12px;
}

.olympus-theme .widget_rss ul li .rssSummary {
  line-height: 1.4;
}

.olympus-theme .widget_rss ul li .rss-date {
  margin: 3px 0 10px 0;
  color: #515365;
  font-size: 12px;
  display: block;
}

.ui-block[class*="widget_pages"] li a,
[class*="widget_pages"] li a {
  position: relative;
  display: block;
  padding: 12px 25px;
  margin-bottom: -1px;
  border: 1px solid #e6ecf5;
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}

.ui-block[class*="widget_pages"] li:first-child a,
[class*="widget_pages"] li:first-child a {
  border-top: 0;
}

.ui-block[class*="widget_pages"] li:last-child a,
[class*="widget_pages"] li:last-child a {
  border-bottom: 0;
}

.ui-block[class*="widget_pages"] ul ul li a,
[class*="widget_pages"] ul ul li a {
  padding: 12px 25px 12px 35px;
}

.ui-block[class*="widget_pages"] ul ul ul li a,
[class*="widget_pages"] ul ul ul li a {
  padding: 12px 25px 12px 45px;
}

.widget_search .w-search,
.widget_product_search .w-search {
  padding: 24px 23px 23px;
}

.widget_search .w-search input,
.widget_product_search .w-search input {
  border: 1px solid #e6ecf5;
}

.widget_categories > ul {
  padding-left: 0;
}

.widget_categories ul li {
  border: 1px solid #e6ecf5;
  border-right: 0;
  border-left: 0;
  border-radius: 0;
  margin-bottom: -1px;
}

.widget_categories ul li a {
  color: #888da8;
  font-weight: 700;
  position: relative;
  display: inline-block;
  padding: 12px 10px 12px 25px;
  font-size: 12px;
}

.widget_categories ul li a:hover {
  color: #ff5e3a;
  color: var(--primary-accent-color);
}

.widget_categories ul li:first-child {
  border-top: 0;
}

.widget_categories ul li:last-child {
  border-bottom: 0;
}

.widget_categories ul ul {
  padding-left: 0;
}

.widget_categories ul ul li:first-child {
  border-top: 1px solid #e6ecf5;
}

.widget_categories ul ul li a {
  padding: 12px 10px 12px 40px;
}

.widget_categories ul ul ul li a {
  padding: 12px 10px 12px 50px;
}

.widget_recent_entries .post-date {
  display: block;
}

.widget_recent_entries > ul,
.widget_recent_comments > ul,
.widget_archive > ul,
.widget_meta > ul {
  padding-left: 0;
}

.widget_recent_entries ul li,
.widget_recent_comments ul li,
.widget_archive ul li,
.widget_meta ul li {
  position: relative;
  display: block;
  padding: 12px 25px;
  margin-bottom: -1px;
  border: 1px solid #e6ecf5;
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}

.widget_recent_entries ul li:first-child,
.widget_recent_comments ul li:first-child,
.widget_archive ul li:first-child,
.widget_meta ul li:first-child {
  border-top: 0;
}

.widget_recent_entries ul li:last-child,
.widget_recent_comments ul li:last-child,
.widget_archive ul li:last-child,
.widget_meta ul li:last-child {
  border-bottom: 0;
}

.widget_recent_entries a,
.widget_recent_comments a,
.widget_archive a,
.widget_meta a {
  color: #515365;
  font-weight: 700;
  font-size: 12px;
}

.widget_recent_entries a:hover,
.widget_recent_comments a:hover,
.widget_archive a:hover,
.widget_meta a:hover {
  color: #ff5e3a;
  color: var(--primary-accent-color);
}

.widget_archive {
  padding-bottom: 1px !important;
}

.widget_archive select {
  margin: 24px 23px 23px;
  max-width: 84%;
}

.widget_product_categories .select2 {
  margin: 24px 23px 23px;
  max-width: 84%;
}

.widget_categories form {
  padding: 24px 23px 23px;
}

.widget_top_rated_products ul.product_list_widget,
.widget_products ul.product_list_widget,
.widget_recent_reviews ul.product_list_widget,
.widget_recently_viewed_products ul.product_list_widget {
  padding-left: 0;
}

.widget_top_rated_products ul.product_list_widget li,
.widget_products ul.product_list_widget li,
.widget_recent_reviews ul.product_list_widget li,
.widget_recently_viewed_products ul.product_list_widget li {
  position: relative;
  display: block;
  padding: 12px 25px;
  margin-bottom: -1px;
  border: 1px solid #e6ecf5;
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}

.widget_top_rated_products ul.product_list_widget li:first-child,
.widget_products ul.product_list_widget li:first-child,
.widget_recent_reviews ul.product_list_widget li:first-child,
.widget_recently_viewed_products ul.product_list_widget li:first-child {
  border-top: 0;
}

.widget_top_rated_products ul.product_list_widget li:last-child,
.widget_products ul.product_list_widget li:last-child,
.widget_recent_reviews ul.product_list_widget li:last-child,
.widget_recently_viewed_products ul.product_list_widget li:last-child {
  border-bottom: 0;
}

.widget_top_rated_products .star-rating span:before,
.widget_products .star-rating span:before,
.widget_recent_reviews .star-rating span:before,
.widget_recently_viewed_products .star-rating span:before {
  color: #ffce08;
}

.widget_top_rated_products li,
.widget_products li,
.widget_recent_reviews li,
.widget_recently_viewed_products li {
  position: relative;
  display: block;
  padding: 12px 25px;
  margin-bottom: -1px;
  border: 1px solid #e6ecf5;
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}

.widget_top_rated_products li:first-child,
.widget_products li:first-child,
.widget_recent_reviews li:first-child,
.widget_recently_viewed_products li:first-child {
  border-top: 0;
}

.widget_top_rated_products li:last-child,
.widget_products li:last-child,
.widget_recent_reviews li:last-child,
.widget_recently_viewed_products li:last-child {
  border-bottom: 0;
}

.widget_top_rated_products .product-title,
.widget_products .product-title,
.widget_recent_reviews .product-title,
.widget_recently_viewed_products .product-title {
  color: #888da8;
  font-weight: 700;
  transition: all .3s ease;
  font-size: 12px;
}

.widget_top_rated_products .product-title:hover,
.widget_products .product-title:hover,
.widget_recent_reviews .product-title:hover,
.widget_recently_viewed_products .product-title:hover {
  color: #ff5e3a;
  color: var(--primary-accent-color);
}

.widget_top_rated_products ins .woocommerce-Price-amount,
.widget_products ins .woocommerce-Price-amount,
.widget_recent_reviews ins .woocommerce-Price-amount,
.widget_recently_viewed_products ins .woocommerce-Price-amount {
  color: #1ed760;
}

.widget_top_rated_products del .woocommerce-Price-amount,
.widget_products del .woocommerce-Price-amount,
.widget_recent_reviews del .woocommerce-Price-amount,
.widget_recently_viewed_products del .woocommerce-Price-amount {
  color: #ff763a;
}

.widget_shopping_cart ul,
.widget_recent_reviews ul {
  padding: 24px 23px 23px;
}

.widget_shopping_cart li,
.widget_recent_reviews li {
  margin-bottom: 10px;
}

.widget_shopping_cart li:last-child,
.widget_recent_reviews li:last-child {
  margin-bottom: 0;
}

.widget_shopping_cart a:not(.remove),
.widget_recent_reviews a:not(.remove) {
  color: #3f4257;
  font-weight: 700;
  font-size: 12px;
}

.widget_shopping_cart a:not(.remove):hover,
.widget_recent_reviews a:not(.remove):hover {
  color: #ff5e3a;
  color: var(--primary-accent-color);
}

.widget_custom_html .custom-html-widget {
  padding: 24px 23px 23px;
}

.widget_media_gallery .gallery {
  padding: 24px 23px 23px;
  margin: 0;
}

.widget_nav_menu .mega-menu-col {
  display: block;
  width: auto;
}

.widget_nav_menu ul {
  list-style: none;
  padding-left: 0;
}

.widget_nav_menu ul.menu {
  padding-left: 0;
}

.widget_nav_menu ul.menu li a {
  position: relative;
  display: block;
  padding: 12px 25px;
  margin: 0;
  margin-bottom: -1px;
  border: 1px solid #e6ecf5;
  border-right: 0;
  border-left: 0;
  border-radius: 0;
  color: #888da8;
}

.widget_nav_menu ul.menu li a:hover {
  color: #ff5e3a;
  color: var(--primary-accent-color);
}

.widget_nav_menu ul.menu li:first-child a {
  border-top: 0;
}

.widget_nav_menu ul.menu ul {
  padding-left: 0;
}

.widget_nav_menu ul.menu ul li a {
  padding: 12px 25px 12px 35px;
}

.widget_nav_menu ul.menu ul ul li a {
  padding: 12px 25px 12px 45px;
}

.widget_nav_menu ul.sub-menu li:not(.menu-item-has-children):last-child a {
  border-bottom: 0;
}

.widget_product_tag_cloud .tagcloud {
  padding: 24px 23px 23px;
}

.widget_tag_cloud .tagcloud {
  padding: 24px 23px 23px;
}

.widget_tag_cloud a {
  color: #515365;
  font-weight: 300;
  margin-right: 10px;
  display: inline-block;
  margin-bottom: 5px;
}

.widget_tag_cloud a:last-child {
  margin-right: 0;
}

.widget_tag_cloud a:hover {
  color: #ff5e3a;
  color: var(--primary-accent-color);
}

.widget_text .textwidget {
  padding: 24px 23px 23px;
}

.widget_text .textwidget img {
  margin-top: 5px;
}

.woocommerce-widget-layered-nav ul.woocommerce-widget-layered-nav-list {
  padding: 24px 23px 23px;
}

.woocommerce-widget-layered-nav ul.woocommerce-widget-layered-nav-list a {
  color: #3f4257;
  font-weight: 700;
}

.woocommerce-widget-layered-nav ul.woocommerce-widget-layered-nav-list a:hover {
  color: #ff5e3a;
  color: var(--primary-accent-color);
}

.widget_price_filter form {
  padding: 24px 23px 23px;
}

.widget_media_video .wp-video {
  padding: 24px 23px 23px;
  width: auto;
}

.olympus-theme .widget_mc4wp_form_widget .subscribe-form {
  margin: 23px 25px 18px;
}

.olympus-theme .widget_mc4wp_form_widget .subscribe-form.form-inline {
  display: block;
}

.olympus-theme .widget_mc4wp_form_widget .form-inline > * + * {
  margin-left: 0;
  margin-top: 15px;
  padding: 0.563rem 1.1rem;
}

@media (max-width: 768px) {
  .header.header-sticky-mobile.headroom--unpinned {
    transform: translate(0, -100%);
  }
}
