/*------------------------------------------------------------------
[Table of contents]

1. General
2. Re-usable Styles
3. Body
4. Typography
5. Sub-Header & Header
6. Footer
7. Post Syling
8. Sidebar & Widgets
9. Pagination
10. Carousel
15. Form Styling
17. Contact Page
18. 404 Page
19. WP-Specific
20. Mobile Menu
22. Comments
24. Shortcodes
25. Animations
-------------------------------------------------------------------*/
/*------------------------------------------------------------------
General
*/
html {
  height: 100%;
}

body {
  color: #525252;
  background: #fff;
  position: static;
  scroll-behavior: smooth;
}
@media only screen and (min-width: 48.063em) {
  body {
    position: relative;
  }
}
body div, body dl, body dt, body dd, body ul, body ol, body li, body pre, body form, body p, body th, body td {
  font-size: inherit;
  font-family: inherit;
}
body p,
body lighting-color {
  font-style: normal;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6em;
  text-rendering: geometricPrecision;
  -webkit-font-smoothing: antialiased;
}
body strong {
  font-weight: 600;
}

figure {
  margin: 0;
}

a {
  color: #080808;
  outline: 0;
}
a:focus {
  color: #080808;
}
a:hover {
  color: #649fd6;
}

.titlefont, body, h1, h2, h3, h4, h5, h6, blockquote, .subheader, .featured_image_credit, .post-review ul li, .post-review .comment_section p:before, .post-review .post_comment, .subcategory_container .thb-sibling-categories li a, .trending-bar > aside {
  font-family: "Poppins", sans-serif;
}

.bodyfont, #comments ol.commentlist .comment p {
  font-family: "Droid Serif", serif;
}

h1, h2, h3, h4, h5, h6 {
  color: #080808;
  margin-top: 0;
  letter-spacing: -0.04em;
  font-weight: 600;
  text-rendering: geometricPrecision;
  -webkit-font-smoothing: antialiased;
}

/*------------------------------------------------------------------
Re-usable Styles
*/
.reset, .subheader ul, .menu-holder ul li.menu-item-mega-parent .thb_mega_menu_holder .thb_mega_menu, .menu-holder ul li.menu-item-mega-parent .thb_mega_menu_holder .thb_mega_menu li, .slick-dots, .widget.widget_calendar table, .searchform fieldset {
  margin: 0;
  padding: 0;
}

.cf:before, .post:before, .post-author:before, .authorpage:before, .cf:after, .post:after, .post-author:after, .authorpage:after {
  content: " ";
  display: table;
}
.cf:after, .post:after, .post-author:after, .authorpage:after {
  clear: both;
}

.disable-hover,
.disable-hover * {
  pointer-events: none !important;
}

.endcolumn [class*="column"] + [class*="column"]:last-child, .menu-holder ul li.menu-item-mega-parent .thb_mega_menu_holder .category-children > div [class*="column"] + [class*="column"]:last-child, .other_videos .row [class*="column"] + [class*="column"]:last-child, .related-posts .row [class*="column"] + [class*="column"]:last-child {
  float: left;
}

.thb-five {
  width: 50%;
}
@media only screen and (min-width: 48.063em) {
  .thb-five {
    width: 33%;
  }
}
@media only screen and (min-width: 64.063em) {
  .thb-five {
    width: 20%;
  }
}

.transition, .post-gallery img, .mobile-menu li span, .mobile-menu li a, .circle_rating, input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
textarea {
  -moz-transition: all 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transition: all 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.quick-transition, .quick_search, .quick_search.active .searchform, .post .post-title h6, .post.post-overlay.color1-gradient .post-gallery > a:after, .post.post-overlay.color2-gradient .post-gallery > a:after, .post.post-overlay.color3-gradient .post-gallery > a:after, .post.post-overlay.color4-gradient .post-gallery > a:after, .post.post-overlay.color5-gradient .post-gallery > a:after, .share-article-vertical .social span, .btn,
.button,
input[type=submit], #theme-switcher, #theme-switcher .style-toggle svg {
  -moz-transition: all 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transition: all 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.linear-transition {
  -moz-transition: all 1s linear;
  -o-transition: all 1s linear;
  -webkit-transition: all 1s linear;
  transition: all 1s linear;
}

.linear-quick-transition, a, .slick, .slick:after, .slick-list, .slick-nav, .slick-dots li button, .post .post-gallery img, .post.format-gallery .post-gallery > a:after, .post.format-gallery .post-gallery > a:before, .post.format-video .post-gallery > a:after, .post.format-video .post-gallery > a:before, .widget.widget_socialcounter ul li a .fa {
  -moz-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  -webkit-transition: all 0.25s linear;
  transition: all 0.25s linear;
}

.admin-bar .admin-style, .admin-bar .subheader.fixed {
  top: 46px;
}
@media screen and (min-width: 783px) {
  .admin-bar .admin-style, .admin-bar .subheader.fixed {
    top: 32px;
  }
}

.boxed {
  max-width: 1230px;
  width: 100%;
  margin: 0 auto;
}

@media only screen and (min-width: 48.063em) {
  .row {
    padding: 0 15px;
  }
}
@media only screen and (min-width: 48.063em) {
  .row.style5-container {
    padding: 0 25px;
    max-width: 79.375em;
  }
}
.row .row {
  padding: 0;
}
.row.top-padding {
  padding-top: 30px;
}
.row.grid {
  margin: 0 -1px;
}
.row.grid .columns {
  padding: 0 1px;
}
.row.grid .columns .post {
  margin-bottom: 2px;
}
.row.full-width-row {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}
.row.no-row-padding {
  padding: 0;
}
.row.no-padding {
  margin: auto;
}
.row.no-padding > .columns,
.row.no-padding .owl-item > .columns {
  padding: 0;
}
.row.full-height-content > .table {
  width: 100%;
}
.row.max_width {
  max-width: 76.875em;
  padding: 0;
  margin: 0 auto;
}
@media only screen and (min-width: 48.063em) {
  .row.max_width {
    padding: 0 15px;
  }
}
.row.full_width {
  margin: 0	auto;
  max-width: 100%;
  padding: 0;
}
.row.full_width > .table {
  width: 100%;
}
.row.video_bg {
  overflow: hidden;
}

.custom_scroll {
  overflow: hidden;
  height: 100%;
  position: relative;
}
.custom_scroll > div {
  width: 100%;
  position: absolute;
  -webkit-tap-highlight-color: transparent;
  -moz-transform: translateZ(0);
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
  -o-text-size-adjust: none;
  text-size-adjust: none;
}

img:not([src]):not([srcset]) {
  visibility: hidden;
}

.post-gallery img.image-loading {
  opacity: 0;
}
.post-gallery img.image-loading.image-loaded {
  opacity: 1;
}
.lazy-load-off .post-gallery img.image-loading {
  opacity: 1;
}
.post-gallery img.attachment-post-thumbnail {
  max-height: 75px;
}

.table {
  display: table;
  height: 100%;
}
.table > div {
  display: table-cell;
  vertical-align: middle;
}

.thb-loading:after, .slick:after {
  content: '';
  width: 38px;
  height: 38px;
  position: absolute;
  bottom: 40px;
  left: 50%;
  margin-left: -19px;
  padding: 3px;
  border-radius: 19px;
  background: #fff url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMiAzMiIgd2lkdGg9IjMyIiBoZWlnaHQ9IjMyIiBmaWxsPSIjMjIyMjIyIj4KICA8cGF0aCBvcGFjaXR5PSIuMjUiIGQ9Ik0xNiAwIEExNiAxNiAwIDAgMCAxNiAzMiBBMTYgMTYgMCAwIDAgMTYgMCBNMTYgNCBBMTIgMTIgMCAwIDEgMTYgMjggQTEyIDEyIDAgMCAxIDE2IDQiLz4KICA8cGF0aCBkPSJNMTYgMCBBMTYgMTYgMCAwIDEgMzIgMTYgTDI4IDE2IEExMiAxMiAwIDAgMCAxNiA0eiI+CiAgICA8YW5pbWF0ZVRyYW5zZm9ybSBhdHRyaWJ1dGVOYW1lPSJ0cmFuc2Zvcm0iIHR5cGU9InJvdGF0ZSIgZnJvbT0iMCAxNiAxNiIgdG89IjM2MCAxNiAxNiIgZHVyPSIwLjhzIiByZXBlYXRDb3VudD0iaW5kZWZpbml0ZSIgLz4KICA8L3BhdGg+Cjwvc3ZnPgo=") center center no-repeat;
}

/*------------------------------------------------------------------
Body
*/
#wrapper {
  position: relative;
  min-height: 100%;
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
}
@media only screen and (max-width: 48.063em) {
  #wrapper {
    height: auto;
    min-height: 100%;
  }
}
.boxed #wrapper {
  max-width: 1240px;
}
.boxed #wrapper [role="main"],
.boxed #wrapper #navholder {
  background: #fff;
}
#wrapper [role="main"] {
  flex: 1;
  position: relative;
  z-index: 10;
  min-height: 50vh;
}
.error404 #wrapper [role="main"] {
  display: table;
  position: relative;
  width: 100%;
  height: 100%;
}
#wrapper [role="main"] > .row {
  background: #fff;
}
#wrapper #content-container {
  min-height: 100%;
  width: 100%;
  -moz-transition: all 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transition: all 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
#wrapper #content-container .click-capture {
  position: absolute;
  z-index: 998;
  top: 0;
  .
			right: 0;
  width: 0;
  height: 0;
  background: rgba(151, 151, 151, 0.5);
  content: '';
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transition: opacity 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: opacity 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transition: opacity 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
#wrapper.open-menu {
  overflow: hidden;
}
#wrapper.open-menu .header.fixed {
  margin-left: 0;
  opacity: 0;
  -moz-transform: translate3d(280px, -100%, 0);
  -webkit-transform: translate3d(280px, -100%, 0);
  transform: translate3d(280px, -100%, 0);
}
@media only screen and (min-width: 48.063em) {
  #wrapper.open-menu .header.fixed {
    margin-left: 0;
    -moz-transform: translate3d(380px, -100%, 0);
    -webkit-transform: translate3d(380px, -100%, 0);
    transform: translate3d(380px, -100%, 0);
  }
}
#wrapper.open-menu #content-container {
  margin-left: 0;
  -moz-transform: translate3d(280px, 0, 0);
  -webkit-transform: translate3d(280px, 0, 0);
  transform: translate3d(280px, 0, 0);
}
@media only screen and (min-width: 48.063em) {
  #wrapper.open-menu #content-container {
    margin-left: 0;
    -moz-transform: translate3d(380px, 0, 0);
    -webkit-transform: translate3d(380px, 0, 0);
    transform: translate3d(380px, 0, 0);
  }
}
#wrapper.open-menu #content-container .click-capture {
  width: 100%;
  height: 100%;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  left: 0;
}
#wrapper.open-menu #content-container #footer {
  z-index: 101;
}

/*------------------------------------------------------------------
Typography
*/
h1 {
  font-size: 24px;
  line-height: 28px;
  margin-bottom: 20px;
  font-weight: 600;
}
@media only screen and (min-width: 64.063em) {
  h1 {
    font-size: 38px;
    line-height: 44px;
  }
}

h2 {
  font-size: 22px;
  line-height: 26px;
  margin-bottom: 20px;
  font-weight: 600;
}
@media only screen and (min-width: 64.063em) {
  h2 {
    font-size: 34px;
    line-height: 40px;
  }
}

h3 {
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 20px;
  font-weight: 600;
}
@media only screen and (min-width: 64.063em) {
  h3 {
    font-size: 26px;
    line-height: 30px;
  }
}

h4 {
  font-size: 18px;
  line-height: 20px;
  margin-bottom: 20px;
  font-weight: 600;
}
@media only screen and (min-width: 64.063em) {
  h4 {
    font-size: 22px;
    line-height: 26px;
  }
}

h5 {
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 20px;
  font-weight: 600;
}

h6 {
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 10px;
  font-weight: 600;
}

hr {
  border-color: #eee;
}

ul, ol {
  margin-left: 0;
  list-style-position: inside;
  font-size: inherit;
}
ul ul, ul ol, ol ul, ol ol {
  margin-left: 15px;
}
ul li, ol li {
  margin-bottom: 10px;
}
ul li:last-child, ol li:last-child {
  margin: 0;
}
ul.no-list, ol.no-list {
  list-style: none;
}
ul.double-side li, ol.double-side li {
  vertical-align: middle;
  display: inline-block;
}
@media only screen and (min-width: 48.063em) {
  ul.double-side li, ol.double-side li {
    width: 49%;
  }
}
@media only screen and (min-width: 48.063em) {
  ul.double-side li:nth-child(even), ol.double-side li:nth-child(even) {
    padding-left: 30px;
  }
}
ul.point-list, ol.point-list {
  list-style: none;
}
ul.point-list li, ol.point-list li {
  padding-left: 14px;
  padding-bottom: 10px;
  border-bottom: 1px dotted rgba(0, 0, 0, 0.25);
  margin-bottom: 15px;
}
ul.point-list li .post-bottom-meta, ol.point-list li .post-bottom-meta {
  margin: 0;
}
ul.point-list li:before, ol.point-list li:before {
  content: '';
  display: block;
  width: 5px;
  height: 5px;
  position: absolute;
  top: 5px;
  left: 0;
  background: #649fd6;
}
ul.point-list li:last-child, ol.point-list li:last-child {
  border: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}
.post + ul.point-list, .post + ol.point-list {
  border-top: 1px dotted rgba(0, 0, 0, 0.25);
  padding-top: 15px;
}

ol {
  counter-reset: item;
  list-style: none;
}
ol li:before {
  content: counter(item);
  counter-increment: item;
  color: #7a7a7a;
  display: inline-block;
  height: 28px;
  line-height: 24px;
  margin-right: 10px;
  width: 28px;
  border: 2px solid #7a7a7a;
  background: #fff;
  text-align: center;
  font-size: 12px;
  font-weight: 800;
  border-radius: 14px;
}
.rtl ol li:before {
  margin-right: 0;
  margin-left: 10px;
}
ol li ul {
  margin-top: 10px;
  margin-left: 40px;
  list-style-type: initial;
}
ol li ul li:before {
  display: none;
}
ol li ol {
  margin-top: 10px;
  margin-left: 40px;
}
ol li ol li:before {
  content: counter(item);
  counter-increment: item;
  color: #7a7a7a;
  display: inline-block;
  height: 28px;
  line-height: 24px;
  margin-right: 10px;
  width: 28px;
  border: 2px solid #7a7a7a;
  background: #fff;
  text-align: center;
  font-size: 12px;
  font-weight: 800;
  border-radius: 14px;
}
.rtl ol li ol li:before {
  margin-right: 0;
  margin-left: 10px;
}

blockquote {
  position: relative;
  clear: both;
  padding: 37px 15px;
  margin: 10px 0;
  text-align: center;
  border: 0;
}
@media only screen and (min-width: 48.063em) {
  blockquote {
    padding: 37px;
    margin: 20px 0;
  }
}
blockquote p {
  font-size: 18px;
  font-weight: 500;
  color: #080808;
  line-height: 1.16;
  text-transform: uppercase;
  margin: 0;
}
@media only screen and (min-width: 48.063em) {
  blockquote p {
    font-size: 24px;
  }
}
blockquote cite {
  color: #080808;
  font-size: 12px;
}

cite {
  font-weight: 500;
  font-size: 14px;
  color: #080808;
  font-style: normal;
  line-height: 1;
  margin-top: 20px;
}
cite:before {
  display: none;
}

/*------------------------------------------------------------------
Subheader
*/
.subheader {
  line-height: 46px;
  text-transform: uppercase;
  direction: ltr;
  margin-top: 0;
  margin-bottom: 0;
  position: relative;
  z-index: 12;
  width: 100%;
  display: flex;
  align-items: center;
}
.subheader .subheader-menu > ul > li:first-child > a {
  padding-left: 0;
}
.subheader ul {
  font-size: 11px;
}
.subheader ul > li {
  margin: 0;
  padding: 0;
  display: inline-block;
}
.subheader ul > li > a {
  display: block;
  padding: 0 5px;
  line-height: 46px;
}
.subheader ul > li > a .fa {
  margin-left: 5px;
}
@media only screen and (min-width: 80em) {
  .subheader ul > li > a {
    padding: 0 15px;
  }
}
.subheader ul > li .sub-menu {
  top: 100%;
  left: 0;
  z-index: 10;
  text-align: left;
}
.subheader ul > li .sub-menu li a {
  display: block;
  font-size: 10px;
  line-height: 39px;
  padding: 0 15px;
  min-width: 160px;
  border-bottom: 1px solid transparent;
}
.subheader ul > li .sub-menu li a .fa {
  min-width: 10px;
  margin-left: 0;
  margin-right: 12px;
}
.subheader ul > li .sub-menu li:last-child a {
  border-bottom: 0 !important;
}
.subheader ul.right-menu .sub-menu {
  left: auto;
  right: 0;
}
.subheader ul.right-menu .sub-menu li a {
  min-width: 90px;
}
.subheader ul.right-menu .sub-menu > li a.facebook:hover {
  background: #3b5998;
  color: #fff !important;
}
.subheader ul.right-menu .sub-menu > li a.google-plus:hover {
  background: #dd4b39;
  color: #fff !important;
}
.subheader ul.right-menu .sub-menu > li a.linkedin:hover {
  background: #007bb6;
  color: #fff !important;
}
.subheader ul.right-menu .sub-menu > li a.pinterest:hover {
  background: #cb2027;
  color: #fff !important;
}
.subheader ul.right-menu .sub-menu > li a.twitter:hover {
  background: #00aced;
  color: #fff !important;
}
.subheader ul.right-menu .sub-menu > li a.instagram:hover {
  background: #3f729b;
  color: #fff !important;
}
.subheader ul.right-menu .sub-menu > li a.vk:hover {
  background: #45668e;
  color: #fff !important;
}
.subheader ul.right-menu .sub-menu > li a.tumblr:hover {
  background: #35465c;
  color: #fff !important;
}
.subheader ul.right-menu .sub-menu > li a.xing:hover {
  background: #cfdc00;
  color: #fff !important;
}
.subheader ul.right-menu .sub-menu > li a.soundcloud:hover {
  background: #f80;
  color: #fff !important;
}
.subheader ul.right-menu .sub-menu > li a.dribbble:hover {
  background: #ea4c89;
  color: #fff !important;
}
.subheader ul.right-menu .sub-menu > li a.youtube:hover {
  background: #e52d27;
  color: #fff !important;
}
.subheader ul.right-menu .sub-menu > li a.spotify:hover {
  background: #7ab800;
  color: #fff !important;
}
.subheader ul.right-menu .sub-menu > li a.behance:hover {
  background: #1769ff;
  color: #fff !important;
}
.subheader ul.right-menu .sub-menu > li a.deviantart:hover {
  background: #4e6252;
  color: #fff !important;
}
.subheader ul.right-menu .sub-menu > li a.vimeo:hover {
  background: #1ab7ea;
  color: #fff !important;
}
.subheader ul.right-menu .sub-menu > li a.rss:hover {
  background: #f26522;
  color: #fff !important;
}
.subheader.dark {
  background: #080808;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.subheader.dark .page-title {
  color: #fff;
}
.subheader.dark .page-title:before {
  background: rgba(255, 255, 255, 0.25);
}
.subheader.dark .share-article-vertical .social {
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
}
.subheader.dark ul > li > a {
  color: rgba(255, 255, 255, 0.8);
}
.subheader.dark ul > li > a:hover {
  color: white;
}
.subheader.dark ul > li .sub-menu {
  background: #1b1b1b;
}
.subheader.dark ul > li .sub-menu li a {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
.subheader.dark ul.right-menu {
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}
.subheader.dark ul.right-menu > li {
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}
.subheader.dark ul .quick_search .quick_search_icon {
  fill: rgba(255, 255, 255, 0.8);
}
.subheader.dark ul .quick_search .searchform .s {
  background: #1b1b1b;
  border-color: #1b1b1b;
  color: rgba(255, 255, 255, 0.4);
}
.subheader.dark ul .quick_search.active {
  background: rgba(255, 255, 255, 0.1);
}
.subheader.light {
  background: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.subheader.light .page-title {
  color: #080808;
}
.subheader.light .page-title:before {
  background: rgba(0, 0, 0, 0.25);
}
.subheader.light .share-article-vertical h6 {
  color: #080808;
}
.subheader.light .share-article-vertical h6 span {
  color: rgba(0, 0, 0, 0.6);
}
.subheader.light .share-article-vertical .social {
  background: rgba(0, 0, 0, 0.08);
  color: #080808;
}
.subheader.light ul > li a {
  color: rgba(0, 0, 0, 0.8);
}
.subheader.light ul > li a:hover {
  color: black;
}
.subheader.light ul > li .sub-menu {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.08);
}
.subheader.light ul > li .sub-menu li a {
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.subheader.light ul > li .sub-menu li a:hover {
  background: #f5f5f5;
}
.subheader.light ul.right-menu {
  border-right: 1px solid rgba(0, 0, 0, 0.08);
}
.subheader.light ul.right-menu > li {
  border-left: 1px solid rgba(0, 0, 0, 0.08);
}
.subheader.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 30;
  margin: 0;
  -moz-transform: translateZ(0);
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  -moz-transition: all 0.35s linear;
  -o-transition: all 0.35s linear;
  -webkit-transition: all 0.35s linear;
  transition: all 0.35s linear;
}
.subheader.fixed.header--slide {
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.subheader.fixed.header--unslide {
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}
.subheader.fixed .logo {
  text-align: left;
}
.subheader.fixed .logo .logolink {
  display: inline-block;
}
.subheader.fixed .logo .logolink .logoimg {
  max-height: 21px;
}
.subheader.fixed .logo .page-title {
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 12px;
  font-weight: 600;
  padding-left: 34px;
  position: relative;
  vertical-align: middle;
  white-space: nowrap;
  max-width: 400px;
  text-transform: none;
}
@media only screen and (min-width: 80em) {
  .subheader.fixed .logo .page-title {
    max-width: 600px;
  }
}
.subheader.fixed .logo .page-title:before {
  content: '';
  display: block;
  width: 1px;
  position: absolute;
  top: 5px;
  left: 16px;
  bottom: 5px;
}
.subheader.fixed .text-center {
  position: static;
}
.subheader.fixed .menu-holder .sf-menu li {
  padding: 0;
  margin: 0;
}
.subheader.fixed .menu-holder .sf-menu li > a {
  font-size: 11px;
  font-weight: 400;
  padding: 0 5px;
}
.subheader.fixed .menu-holder .sf-menu li .sub-menu {
  left: -30px;
}
.subheader.fixed .menu-holder .sf-menu li.menu-item-mega-parent .thb_mega_menu_holder {
  top: 100%;
}
.subheader.fixed .share-article-vertical {
  width: auto;
  float: right;
  padding: 5px 0;
  position: static;
}
.subheader.fixed .share-article-vertical h6 {
  float: left;
  padding: 4px 8px;
  height: 36px;
  background: transparent;
}
.subheader.fixed .share-article-vertical .social {
  float: left;
  border: 0;
  width: 40px;
  height: 36px;
  line-height: 38px;
  border-radius: 3px;
  font-size: 12px;
  margin-left: 7px;
}
.subheader.fixed .share-article-vertical .social span {
  top: 0;
  left: 0;
  width: 40px;
  height: 36px;
  font-size: 12px;
  line-height: 38px;
  border-radius: 3px;
}
.subheader.fixed > .row {
  position: relative;
}
.subheader.fixed > .row .progress {
  display: block;
  position: absolute;
  bottom: -2px;
  left: -15px;
  height: 2px;
  width: 0;
  background: #649fd6;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.quick_search {
  display: inline-block;
  position: relative;
  line-height: 46px;
  vertical-align: middle;
  padding: 0;
  overflow: hidden;
  cursor: pointer;
  text-align: right;
  width: auto;
}
@media only screen and (min-width: 64.063em) {
  .quick_search {
    padding: 0 15px;
    text-align: center;
  }
}
.quick_search .quick_toggle {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  z-index: 2;
}
.quick_search .quick_search_icon {
  vertical-align: middle;
  height: 14px;
  z-index: -1;
  padding: 0;
}
.quick_search .searchform {
  position: absolute;
  top: 100%;
  right: -1px;
  width: 290px;
  opacity: 0;
}
.quick_search .searchform input[type="submit"] {
  display: none;
}
.quick_search .searchform .s {
  padding: 17px 21px 14px;
}
.quick_search.active {
  overflow: visible;
  background: #d3d3d3;
  color: #fff;
}
.quick_search.active .quick_search_icon {
  fill: #fff;
}
.quick_search.active .searchform {
  opacity: 1;
}

/*------------------------------------------------------------------
Header
*/
.header {
  width: 100%;
  height: auto;
  z-index: 11;
  position: relative;
}
.header .logo {
  text-align: center;
}
@media only screen and (min-width: 64.063em) {
  .header .logo {
    text-align: left;
  }
}
.header .logo .logolink {
  display: inline-block;
}
.header .logo .logoimg {
  max-height: 30px;
}
.header.dark .quick_search.active .quick_search_icon {
  fill: #fff;
}
.header .quick_search.active {
  background: transparent;
}
.header .quick_search.active .quick_search_icon {
  fill: #649fd6;
}

@media only screen and (min-width: 64.063em) {
  .mobile-icon-holder,
  .mobile-share-holder {
    display: none;
  }
}

.header.style1 .logo .logolink {
  padding: 20px 0;
}
@media only screen and (min-width: 64.063em) {
  .header.style2 {
    padding-top: 10px;
  }
}
.header.style2 .logo .logolink {
  padding: 25px 0;
}
@media only screen and (min-width: 64.063em) {
  .header.style2 .logo .logolink {
    padding: 40px 0;
  }
}
.header.style2 .menu-holder {
  border-top: 1px solid #f0f0f0;
  border-bottom: 1px solid #f0f0f0;
  margin-top: 10px;
}
.header.style2 .menu-holder > ul > li {
  padding: 10px 0;
}
.header.style3 .logo .logolink {
  padding: 25px 0;
}
.header.style3 .menu-holder {
  margin-left: 30px;
}
@media only screen and (min-width: 64.063em) {
  .header.style3 .menu-holder {
    display: inline-block;
  }
}
@media only screen and (min-width: 80em) {
  .header.style3 .menu-holder {
    margin-left: 70px;
  }
}
.header.style3 .menu-holder > ul > li {
  padding: 25px 0;
}
.header.dark .mobile-toggle,
.header.dark .menu-holder ul.sf-menu > li > a {
  color: #fff;
}
.header.dark .quick_search .quick_search_icon {
  fill: #fff;
}
.header > .row {
  display: flex;
  align-items: center;
}

.menu-holder {
  display: none;
}
@media only screen and (min-width: 64.063em) {
  .menu-holder {
    display: block;
  }
}
.menu-holder.style1 {
  border-bottom: 2px solid rgba(0, 0, 0, 0.08);
}
.menu-holder.dark {
  background: #151515;
}
.menu-holder.dark ul.sf-menu > li > a {
  color: #fff;
}
.menu-holder.dark ul.sf-menu > li > a:hover {
  color: #649fd6;
}
.menu-holder.dark .quick_search .quick_search_icon {
  fill: #fff;
}
.menu-holder.dark.style1 {
  border-bottom: 0;
  padding: 0 25px;
}
.menu-holder.dark ul li {
  padding: 15px 0;
}
.menu-holder.dark ul li .sub-menu {
  background: #151515;
}
.menu-holder.dark ul li .sub-menu a {
  color: #fff;
}
.menu-holder.dark ul li .sub-menu a:hover {
  color: #649fd6;
}
.menu-holder.dark ul li.menu-item-mega-parent .thb_mega_menu_holder {
  top: 100%;
  background: #151515;
}
.menu-holder.dark ul li.menu-item-mega-parent .thb_mega_menu_holder .thb_mega_menu li > a {
  color: #ffffff;
}
.menu-holder.dark ul li.menu-item-mega-parent .thb_mega_menu_holder .category-children {
  border-left: 1px solid rgba(255, 255, 255, 0.15);
}
.menu-holder.dark ul li.menu-item-mega-parent .thb_mega_menu_holder .post .post-title a {
  color: #fff;
}
.menu-holder.dark ul li.menu-item-mega-parent .thb_mega_menu_holder .post .post-bottom-meta,
.menu-holder.dark ul li.menu-item-mega-parent .thb_mega_menu_holder .post .post-bottom-meta a {
  color: #666;
}
.menu-holder ul {
  display: inline-block;
  list-style: none;
  margin: 0;
  padding: 0;
}
.menu-holder ul li {
  display: inline-block;
  padding: 20px 0;
}
.menu-holder ul li a {
  background: none;
}
.menu-holder ul li a .fa {
  margin-right: 7px;
}
.rtl .menu-holder ul li a .fa {
  margin-right: 0;
  margin-left: 7px;
}
.menu-holder ul li a:hover {
  background: none !important;
}
.menu-holder ul li.menu-item-mega-parent {
  position: static;
}
.menu-holder ul li.menu-item-mega-parent .thb_mega_menu_holder {
  display: none;
  position: absolute;
  top: calc(100% - 2px);
  left: 15px;
  right: 15px;
  background: #fff;
  padding: 0;
  z-index: 20;
  opacity: 0;
  border-top: 4px solid #649fd6;
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
}
.menu-holder ul li.menu-item-mega-parent .thb_mega_menu_holder > .row {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 75em;
}
.menu-holder ul li.menu-item-mega-parent .thb_mega_menu_holder .thb_mega_menu {
  background: none;
  display: block;
  position: static;
  float: left;
  width: 240px;
  text-align: left;
  padding: 30px;
  border: 0;
  background: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.menu-holder ul li.menu-item-mega-parent .thb_mega_menu_holder .thb_mega_menu li {
  display: block;
}
.menu-holder ul li.menu-item-mega-parent .thb_mega_menu_holder .thb_mega_menu li > a {
  color: #080808;
  display: block;
  margin-bottom: 15px;
  font-size: 11px;
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
  padding: 0;
  border: 0;
}
.menu-holder ul li.menu-item-mega-parent .thb_mega_menu_holder .thb_mega_menu li.active a {
  color: #649fd6;
}
.menu-holder ul li.menu-item-mega-parent .thb_mega_menu_holder .category-children {
  margin-left: 240px;
  padding: 30px 0 26px 30px;
  border-left: 1px solid #f2f2f2;
}
.menu-holder ul li.menu-item-mega-parent .thb_mega_menu_holder .category-children > div {
  display: none;
  float: left;
  text-align: left;
  width: 100%;
}
.menu-holder ul li.menu-item-mega-parent .thb_mega_menu_holder .category-children > div:first-child {
  display: block;
}
.menu-holder ul li.menu-item-mega-parent .thb_mega_menu_holder .category-children > div a {
  white-space: normal;
}
.menu-holder ul li.menu-item-mega-parent .thb_mega_menu_holder .category-children > div .post.style1 {
  margin: 0;
}
.menu-holder ul li.menu-item-mega-parent .thb_mega_menu_holder .category-children > div .post.style1 .post-bottom-meta {
  margin: 0;
}
.menu-holder ul li.menu-item-mega-parent .thb_mega_menu_holder .category-children > div .post.style1 .post-title h6 {
  font-size: 13px;
  line-height: 16px;
  text-transform: none;
}
.menu-holder ul li.menu-item-mega-parent .thb_mega_menu_holder .category-children > div .post.style1 .post-gallery {
  margin-bottom: 15px;
  min-height: 100px;
  max-height: 150px;
}
@media only screen and (min-width: 80em) {
  .menu-holder ul li.menu-item-mega-parent .thb_mega_menu_holder .category-children > div .post.style1 .post-gallery {
    min-height: 140px;
  }
}
.menu-holder ul li.menu-item-mega-parent .thb_mega_menu_holder .category-children > div .post.style1 .post .post-title a {
  text-transform: none;
}
.menu-holder ul li.sfHover > a {
  color: #649fd6;
}
.menu-holder ul li .sub-menu {
  background: #fff;
  padding: 18px 30px;
  -moz-box-shadow: 0 2px 1px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0 2px 1px rgba(0, 0, 0, 0.25);
  box-shadow: 0 2px 1px rgba(0, 0, 0, 0.25);
  text-align: left;
  min-width: 200px;
}
.rtl .menu-holder ul li .sub-menu {
  text-align: right;
}
.menu-holder ul li .sub-menu .sub-menu {
  top: -10px;
  left: 100%;
}
.menu-holder ul li .sub-menu li {
  display: block;
  padding: 0;
  margin: 0;
}
.menu-holder ul li .sub-menu li a {
  font-size: 11px;
  font-weight: 500;
  display: block;
  line-height: 30px;
  white-space: nowrap;
}
.menu-holder ul.sf-menu > li {
  margin: 0 15px 0 0;
}
@media only screen and (min-width: 80em) {
  .menu-holder ul.sf-menu > li {
    margin: 0 30px 0 0;
  }
}
.menu-holder ul.sf-menu > li > a {
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 600;
}
.menu-holder ul.sf-menu > li:last-child {
  margin-right: 0;
}
.rtl .menu-holder ul.sf-menu > li:last-child {
  margin-right: 30px;
}
.rtl .menu-holder ul.sf-menu > li:first-child {
  margin-right: 0;
}

#navholder > .row {
  background: #fff;
}

.thb-a {
  display: none;
  padding: 20px 15px;
  text-align: right;
}
.thb-a p {
  margin: 0;
}
@media only screen and (min-width: 64.063em) {
  .thb-a {
    display: block;
  }
}

.sf-menu .menu-item-has-children {
  position: relative;
}
.sf-menu .menu-item-has-children > a:after {
  display: inline-block;
  content: "\f107";
  font-family: FontAwesome;
  margin-left: 10px;
  vertical-align: middle;
  font-size: 11px;
  position: relative;
  top: -1px;
}
.subheader .sf-menu .menu-item-has-children > a:after {
  margin-left: 5px;
  font-size: 9px;
}
.sf-menu .sub-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: -30px;
  z-index: 20;
}
.sf-menu .sub-menu li {
  display: block;
  white-space: nowrap;
}
.sf-menu .sub-menu .sub-menu {
  top: -10px;
  left: 100%;
}

/*------------------------------------------------------------------
Mobile Menu
*/
/* Sidr */
#mobile-menu {
  position: fixed;
  top: 0;
  height: 100%;
  z-index: 99;
  padding: 15px 5px 15px 15px;
  width: 280px;
  background: #fff;
  overflow: hidden;
  left: 0;
  -moz-transform: translateX(-280px);
  -ms-transform: translateX(-280px);
  -webkit-transform: translateX(-280px);
  transform: translateX(-280px);
  -moz-transition: all 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transition: all 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.touch #mobile-menu {
  overflow-x: hidden !important;
  overflow-y: scroll !important;
  -ms-overflow-style: -ms-autohiding-scrollbar !important;
  -webkit-overflow-scrolling: touch !important;
}
@media only screen and (min-width: 48.063em) {
  #mobile-menu {
    width: 380px;
    padding: 20px 10px 20px 20px;
    left: 0;
    -moz-transform: translateX(-380px);
    -ms-transform: translateX(-380px);
    -webkit-transform: translateX(-380px);
    transform: translateX(-380px);
  }
}
.open-menu #mobile-menu {
  visibility: visible;
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.admin-bar #mobile-menu {
  padding-top: 46px;
}
@media screen and (min-width: 783px) {
  .admin-bar #mobile-menu {
    padding-top: 32px;
  }
}
#mobile-menu .social-links {
  padding: 20px 15px 15px;
  text-align: center;
}
@media only screen and (min-width: 48.063em) {
  #mobile-menu .social-links {
    padding: 30px 15px 25px;
  }
}
#mobile-menu .social-links a {
  color: #080808;
  margin: 0 7px;
}
#mobile-menu .menu-footer {
  text-align: center;
  padding: 0 15px;
  font-size: 11px;
  line-height: 16px;
  color: #080808;
}
#mobile-menu .menu-footer p {
  font-size: inherit;
}
#mobile-menu .menu-footer p:last-child {
  margin: 0;
}

/* Mobile Menu */
.mobile-menu {
  list-style: none;
  margin: 0;
  padding: 0 10px 0 0;
  width: 100%;
  clear: left;
  background: #fff;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.mobile-menu li {
  margin: 0;
}
.mobile-menu li span {
  display: block;
  position: absolute;
  height: 48px;
  padding: 16px 0 16px 17px;
  top: 0;
  right: 0;
}
.mobile-menu li span .fa {
  vertical-align: middle;
  width: 16px;
  height: 16px;
  line-height: 16px;
  text-align: center;
  font-size: 10px;
  background: #e6e6e6;
  font-weight: 400;
  color: #fff;
}
.mobile-menu li span:hover .fa {
  background: #080808;
}
.rtl .mobile-menu li span {
  right: auto;
  left: 0;
}
.mobile-menu li a {
  display: block;
  line-height: 12px;
  font-size: 12px;
  font-weight: 600;
  color: #080808;
  position: relative;
  text-transform: uppercase;
  padding: 19px 0 16px;
  border-bottom: 1px solid #f0f0f0;
}
.mobile-menu li a.active span .fa {
  background: #080808;
}
.mobile-menu li a.active span .fa-plus:before {
  content: "\f068";
}
.mobile-menu .sub-menu {
  display: none;
  list-style: none;
  margin: 0;
  padding: 0 0 0 10px;
  border-bottom: 1px solid #f0f0f0;
}
.mobile-menu .sub-menu .sub-menu {
  padding: 0 0 0 10px;
}
.mobile-menu .sub-menu li a {
  text-transform: none;
  padding-left: 0;
  font-weight: 400;
  font-size: 11px;
}
.mobile-menu .sub-menu li a.active {
  background: #fff;
}
.mobile-menu .sub-menu li:last-child a {
  border: 0;
}

/*------------------------------------------------------------------
Carousel
*/
/* Slider */
.slick {
  max-width: 100%;
  height: 300px;
  position: relative;
  overflow: hidden;
}
.slick > * {
  opacity: 0;
  -moz-transition: opacity 0.25s linear;
  -o-transition: opacity 0.25s linear;
  -webkit-transition: opacity 0.25s linear;
  transition: opacity 0.25s linear;
}
.slick:after {
  margin: 0;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  bottom: auto;
}
.slick.slick-initialized {
  height: auto;
  overflow: visible;
}
.slick.slick-initialized .slick-list, .slick.slick-initialized > * {
  opacity: 1;
}
.slick.slick-initialized:after {
  display: none;
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-touch-callout: none;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
  opacity: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -moz-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  position: relative;
  min-height: 1px;
  outline: 0;
  -moz-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  display: none;
}
.slick-slide img {
  display: block;
  width: 100%;
  outline: 0;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-nav {
  display: inline-block;
  position: absolute;
  top: 50%;
  margin-top: -19px;
  background: #fff;
  border: 0;
  width: 30px;
  height: 38px;
  outline: 0;
  padding: 0;
  cursor: pointer;
  z-index: 20;
  color: rgba(0, 0, 0, 0.4);
  font-size: 16px;
}
.slick-nav.slick-prev {
  left: -15px;
}
.slick-nav.slick-next {
  right: -15px;
}
.slick-nav:hover {
  color: black;
}

.slick-dots {
  position: absolute;
  bottom: 0;
  text-align: center;
  width: 100%;
  line-height: 8px;
}
.slick-dots li {
  display: inline-block !important;
  margin: 0 !important;
  padding: 0 !important;
}
.slick-dots li button {
  display: block;
  width: 8px;
  height: 8px;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 4px;
  margin: 0 2px;
  text-indent: -9999px;
  padding: 0;
  outline: 0;
  cursor: pointer;
  border: 0;
}
.slick-dots li.slick-active button {
  background: black;
}

/* Styles */
.slick.vertical-video {
  padding-bottom: 42px;
}
.slick.vertical-video .slick-nav {
  background: none;
  width: 50%;
  height: 42px;
  margin: 0;
  top: auto;
  bottom: 0;
  border: 1px solid rgba(0, 0, 0, 0.5);
  color: rgba(0, 0, 0, 0.5);
}
.slick.vertical-video .slick-nav:hover {
  color: black;
}
.slick.vertical-video .slick-nav.slick-prev {
  border-right: 0;
  left: 0;
}
.slick.vertical-video .slick-nav.slick-prev .fa-angle-left:before {
  content: "\f107";
}
.slick.vertical-video .slick-nav.slick-next {
  right: 0;
}
.slick.vertical-video .slick-nav.slick-next .fa-angle-right:before {
  content: "\f106";
}
.dark-color .slick.vertical-video .slick-nav {
  border-color: rgba(255, 255, 255, 0.5);
  color: rgba(255, 255, 255, 0.5);
}
.dark-color .slick.vertical-video .slick-nav:hover {
  color: white;
}
.slick.trending {
  padding-right: 60px;
}
@media only screen and (min-width: 64.063em) {
  .slick.trending {
    padding-right: 0;
  }
}
.slick.trending .slick-nav {
  display: none;
  height: 18px;
  top: 50%;
  margin-top: -9px;
}
.slick.trending .slick-nav.slick-prev {
  right: 30px;
  left: auto;
}
.slick.trending .slick-nav.slick-next {
  right: 0px;
}
.slick.dark .slick-nav {
  background: #080808;
  color: rgba(255, 255, 255, 0.4);
}
.slick.dark .slick-nav:hover {
  color: white;
}
.slick.dark .slick-dots li button {
  background: rgba(255, 255, 255, 0.4);
}
.slick.dark .slick-dots li.slick-active button {
  background: white;
}
.slick.grid .row {
  margin: 0 -1px;
}
.slick.grid .row .columns {
  padding: 0 1px;
}
.slick.grid .row .columns .post {
  margin-bottom: 2px;
}
.slick.grid.technology-style .row {
  margin: 0;
}
.slick.grid.technology-style .row .columns {
  padding: 0;
}
.slick.grid.technology-style .row .columns .post {
  margin-bottom: 0;
}
.slick.grid.bot-nav {
  margin-bottom: 42px;
}
.slick.grid.bot-nav .slick-nav {
  opacity: 0;
}
.slick.grid.bot-nav:hover .slick-nav {
  opacity: 1;
}
.slick.grid .slick-dots {
  bottom: -24px;
}
.slick.post-slider .post {
  float: left;
}

/*------------------------------------------------------------------
Post Syling
*/
.post {
  margin-bottom: 30px;
  position: relative;
}
.post .post-content {
  float: none;
}
.post .post-content.no-vc {
  margin-bottom: 30px;
}
.post .post-content.no-vc + #comments {
  margin-bottom: 30px;
}
.post .post-content > .row {
  background: #fff;
}
.post .post-content p {
  font-family: "Droid Serif", serif;
}
.post .post-content p:last-child {
  margin-bottom: 0;
}
.post .post-content p a {
  border-bottom: 2px solid #ddeaf6;
  -moz-box-shadow: inset 0 -5px 0 #ddeaf6;
  -webkit-box-shadow: inset 0 -5px 0 #ddeaf6;
  box-shadow: inset 0 -5px 0 #ddeaf6;
}
.post .post-content p a:hover {
  background: #ddeaf6;
  color: #080808;
}
.post .post-content.small {
  margin-bottom: 10px;
}
.post .post-content.small p {
  margin: 0;
  font-size: 13px;
  line-height: 20px;
}
.post .post-content.small + .post-bottom-meta {
  margin-bottom: 0;
}
.post .post-content.medium p {
  font-size: 14px;
  line-height: 24px;
}
.post .post-gallery {
  position: relative;
  background: #080808;
  -moz-transform: translateZ(0);
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.post .post-gallery.max-height {
  max-height: none;
  overflow: hidden;
}
@media only screen and (min-width: 48.063em) {
  .post .post-gallery.max-height {
    max-height: 200px;
  }
}
@media only screen and (min-width: 64.063em) {
  .post .post-gallery.max-height {
    max-height: none;
  }
}
.post .post-gallery .counts {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  width: 25px;
  height: 25px;
  z-index: 1;
  line-height: 25px;
  text-align: center;
  font-size: 12px;
  font-weight: 600;
}
.post .post-gallery > a {
  display: block;
}
.post .post-gallery > a:hover > img {
  opacity: 0.6;
}
.post .post-gallery img {
  width: 100%;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.post .post-gallery .slick-nav {
  text-align: center;
  line-height: 38px;
}
.post .gallery-pagination {
  border-top: 1px solid #efefef;
  border-bottom: 1px solid #efefef;
  padding: 19px 0;
  text-align: center;
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 500;
  position: relative;
  margin-top: 15px;
}
.post .gallery-pagination span {
  color: #080808;
  font-weight: 600;
}
@media only screen and (min-width: 48.063em) {
  .post .gallery-pagination {
    margin-top: 40px;
  }
}
.post .gallery-pagination + .post-author, .post .gallery-pagination + .authorpage {
  border-top: 0;
}
.post .gallery-pagination .slick-nav {
  height: 50px;
  margin-top: -25px;
  background: transparent;
}
.post .gallery-pagination .slick-nav .fa {
  vertical-align: middle;
  position: relative;
  top: -1px;
  line-height: 50px;
}
.post .gallery-pagination .slick-nav.slick-next {
  text-align: right;
  right: 0;
}
.post .gallery-pagination .slick-nav.slick-prev {
  left: 0;
  text-align: left;
}
.post .post-title.page-title {
  margin-top: 30px;
}
.post .post-title h1, .post .post-title h2, .post .post-title h3, .post .post-title h4, .post .post-title h5, .post .post-title h6 {
  word-break: break-word;
  margin-bottom: 10px;
  -webkit-text-size-adjust: 100%;
}
.post .post-title h1 a:hover, .post .post-title h2 a:hover, .post .post-title h3 a:hover, .post .post-title h4 a:hover, .post .post-title h5 a:hover, .post .post-title h6 a:hover {
  text-decoration: underline;
}
.post .post-title h1 {
  display: block;
  font-size: 24px;
  line-height: 30px;
}
@media only screen and (min-width: 48.063em) {
  .post .post-title h1 {
    font-size: 30px;
    line-height: 34px;
  }
}
@media only screen and (min-width: 64.063em) {
  .post .post-title h1 {
    font-size: 38px;
    line-height: 42px;
  }
}
.post .post-title a {
  color: #080808;
}
.post .post-title .post-bottom-meta {
  text-align: right;
  margin-bottom: 0;
}
.post .post-title .post-bottom-meta span,
.post .post-title .post-bottom-meta time {
  margin-right: 0;
}
.post .post-title .post-bottom-meta span {
  margin-left: 5px;
}
@media only screen and (min-width: 48.063em) {
  .post .post-title .post-bottom-meta span {
    margin-left: 7px;
  }
}
.post .post-title .post-bottom-meta .time {
  float: left;
}
.post .post-category {
  text-transform: uppercase;
  font-weight: 600;
  color: rgba(8, 8, 8, 0.8);
  font-size: 10px;
  line-height: 1;
  letter-spacing: 0.05em;
}
.post .post-category a {
  color: rgba(8, 8, 8, 0.8);
}
.post .article-tags {
  margin-top: 15px;
  font-size: 11px;
  font-weight: 600;
}
@media only screen and (min-width: 48.063em) {
  .post .article-tags {
    margin-top: 35px;
  }
}
.post .article-tags .tag-link,
.post .article-tags .tag-link:hover {
  color: #080808;
  border-color: transparent;
  background: transparent;
  margin: 0;
  padding-left: 0;
}
.post .article-tags .tags-title {
  display: inline-block;
  background: #649fd6;
  position: relative;
  height: 24px;
  line-height: 26px;
  font-weight: 500;
  padding: 0 5px 0 7px;
  color: #fff;
  margin-right: 28px;
  text-transform: uppercase;
}
.post .article-tags .tags-title:after {
  content: '';
  width: 0;
  height: 24px;
  position: absolute;
  top: 0;
  left: 100%;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-left: 10px solid #649fd6;
}
.post .single_category_title {
  display: inline-block;
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 10px;
}
.post .single_category_title.boxed-link {
  padding: 4px 4px 3px;
  color: #fff;
  background: #666;
}
@media only screen and (min-width: 80em) {
  .post .single_category_title.boxed-link {
    margin-bottom: 17px;
  }
}
.post .post-navi {
  margin-top: 10px;
  margin-bottom: 30px;
}
.post .post-navi .columns {
  background: #f5f5f5;
  padding: 15px;
  text-align: center;
}
@media only screen and (min-width: 48.063em) {
  .post .post-navi .columns {
    padding: 27px 40px 27px 27px;
    text-align: left;
    min-height: 86px;
  }
}
.post .post-navi .columns + .columns {
  border-top: 1px solid #fff;
  text-align: center;
}
@media only screen and (min-width: 48.063em) {
  .post .post-navi .columns + .columns {
    border-top: 0;
    border-left: 1px solid #fff;
    text-align: right;
    padding: 27px 27px 27px 40px;
  }
}
.post .post-navi .columns span {
  display: block;
  color: rgba(0, 0, 0, 0.4);
  font-weight: 600;
  font-size: 11px;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.post .post-navi .columns a {
  font-weight: 600;
  color: #080808;
  font-size: 13px;
}
.post .post-bottom-meta {
  color: rgba(0, 0, 0, 0.4);
  font-size: 10px;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 10px;
}
.post .post-bottom-meta a {
  color: rgba(0, 0, 0, 0.4);
}
.post .post-bottom-meta svg {
  vertical-align: middle;
  fill: rgba(0, 0, 0, 0.4);
}
.post .post-bottom-meta .share_icon {
  margin-right: 5px;
  position: relative;
  top: -1px;
}
.post .post-bottom-meta .comment_icon {
  margin-right: 3px;
}
.post .post-bottom-meta span,
.post .post-bottom-meta time {
  margin-right: 5px;
}
@media only screen and (min-width: 48.063em) {
  .post .post-bottom-meta span,
  .post .post-bottom-meta time {
    margin-right: 7px;
  }
}
.post .post-bottom-meta span em,
.post .post-bottom-meta time em {
  display: none;
  font-style: normal;
}
@media only screen and (min-width: 48.063em) {
  .post .post-bottom-meta span em,
  .post .post-bottom-meta time em {
    display: inline;
  }
}
.post .post-bottom-meta .time {
  font-weight: 500;
}
.post .post-bottom-meta .fa-eye {
  font-size: 12px;
  margin-right: 3px;
  vertical-align: middle;
}
.post .post-bottom-meta [rel=author] {
  float: left;
  font-weight: 500;
}
.post .post-bottom-meta [rel=author] + .time {
  margin-left: 4px;
}
.post .post-bottom-meta [rel=author] + .time:before {
  content: '-';
  display: inline-block;
  margin-right: 4px;
}
.widget_latestimages .post .post-bottom-meta .comment,
.widget_latestimages .post .post-bottom-meta .shares {
  display: none;
}
.widget_discussedimages .post .post-bottom-meta .shares,
.widget_discussedimages .post .post-bottom-meta .time,
.widget_discussedimages .post .post-bottom-meta [rel=author] {
  display: none;
}
.widget_sharedimages .post .post-bottom-meta .comment,
.widget_sharedimages .post .post-bottom-meta .time,
.widget_sharedimages .post .post-bottom-meta [rel=author] {
  display: none;
}
.boxed .post.page {
  background: #fff;
}
.post.page, .post.no-margin {
  margin-bottom: 0;
}
.post.pageskin {
  margin-bottom: 0;
  padding: 15px 0;
}
@media only screen and (min-width: 48.063em) {
  .post.pageskin {
    padding: 30px 0;
  }
}
.post.format-gallery:hover .post-gallery > a:after {
  -moz-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}
.post.format-gallery:hover .post-gallery > a:before {
  -moz-transform: scale(1.15, 1.15);
  -ms-transform: scale(1.15, 1.15);
  -webkit-transform: scale(1.15, 1.15);
  transform: scale(1.15, 1.15);
}
.post.format-gallery .post-gallery > a:after {
  content: "";
  color: #fff;
  display: block;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  background: rgba(255, 255, 255, 0.2) url("data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB3aWR0aD0iMThweCIgaGVpZ2h0PSIxOHB4IiB2aWV3Qm94PSIwIDAgMzYgMzYiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDE4IDE4IiB4bWw6c3BhY2U9InByZXNlcnZlIiBmaWxsPSIjZmZmIj4NCjxwYXRoIGQ9Ik0yNy44ODgsMTQuMTc3YzAuMDk3LDAuMjAxLDAuMTg4LDAuNDA5LDAuMjcsMC42MThjMC40NzMsMS4xODksMC43MzIsMi40OSwwLjczMiwzLjg0OQ0KCWMtMC4wMDIsNS43NjMtNC42NywxMC40MjktMTAuNDMxLDEwLjQzMWMtNS43NjUtMC4wMDItMTAuNDMzLTQuNjctMTAuNDM1LTEwLjQzMWMwLTEuMzU2LDAuMjYtMi42NTUsMC43MzMtMy44NDQNCgljMC4wODMtMC4yMDYsMC4xNjktMC40MTEsMC4yNjQtMC42MDhjMC4wMDItMC4wMDYsMC4wMDYtMC4wMDgsMC4wMDgtMC4wMTRIMC4wMTh2MjAuNzQ3YzAsMC44NTQsMC42OSwxLjU0MywxLjU0MywxLjU0M2gzMy41ODMNCgljMC44NTQsMCwxLjU0NC0wLjY5LDEuNTQ0LTEuNTQzVjE0LjE3N0gyNy44ODh6IE0xOC40NiwyMy4wNjljMi40NDQtMC4wMDQsNC40MjItMS45ODIsNC40MjYtNC40MjYNCgljLTAuMDAyLTEuNjQ2LTAuODk3LTMuMDgtMi4yMy0zLjg0MmMtMC42NDYtMC4zNy0xLjM5Ny0wLjU4My0yLjE5Ni0wLjU4NmMtMC43OTUsMC4wMDItMS41NDIsMC4yMTEtMi4xODYsMC41NzgNCgljLTEuMzQsMC43NTktMi4yNDIsMi4xOTgtMi4yNDQsMy44NDlDMTQuMDM2LDIxLjA4NywxNi4wMTQsMjMuMDY1LDE4LjQ2LDIzLjA2OXoiLz4NCjxwYXRoIGQ9Ik0zMy4zODMsNi4zMzljMCwwLjg3MS0wLjcwNSwxLjU3My0xLjU3NCwxLjU3M2gtMS44NjJjLTAuODY5LDAtMS41NzYtMC43MDQtMS41NzYtMS41NzN2LTEuODYNCgljMC0wLjg3MiwwLjcwNy0xLjU3NiwxLjU3Ni0xLjU3NmgxLjg2MmMwLjg2OSwwLDEuNTc0LDAuNzA0LDEuNTc0LDEuNTc2VjYuMzM5eiBNMzUuMTI3LDBIMS41NDNDMC42OSwwLDAsMC42OSwwLDEuNTQydjkuNzU2DQoJaDExLjA0OWMxLjg4OC0xLjg5Niw0LjUwMi0zLjA3MSw3LjM5NS0zLjA3NGMyLjg4OSwwLjAwMiw1LjUwMywxLjE3OCw3LjM5MSwzLjA3NGgxMC44MzhWMS41NDJDMzYuNjcxLDAuNjksMzUuOTgsMCwzNS4xMjcsMHoiLz4NCjwvc3ZnPg0K") center center no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -15px 0 0 -15px;
  border-radius: 15px;
  z-index: 1;
}
.post.format-gallery .post-gallery > a:before {
  content: '';
  border: 3px solid #fff;
  display: block;
  width: 44px;
  height: 44px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -22px 0 0 -22px;
  border-radius: 22px;
  -moz-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
  z-index: 1;
}
.post.format-gallery .post-gallery.no-video-icon > a:after, .post.format-gallery .post-gallery.no-video-icon > a:before {
  display: none;
}
.post.format-gallery.listing .post-gallery > a:after, .post.format-gallery.listing .post-gallery > a:before {
  -moz-transform: scale(0.7, 0.7);
  -ms-transform: scale(0.7, 0.7);
  -webkit-transform: scale(0.7, 0.7);
  transform: scale(0.7, 0.7);
}
.post.format-gallery.listing:hover .post-gallery > a:after {
  -moz-transform: scale(0.8, 0.8);
  -ms-transform: scale(0.8, 0.8);
  -webkit-transform: scale(0.8, 0.8);
  transform: scale(0.8, 0.8);
}
.post.format-gallery.listing:hover .post-gallery > a:before {
  -moz-transform: scale(0.85, 0.85);
  -ms-transform: scale(0.85, 0.85);
  -webkit-transform: scale(0.85, 0.85);
  transform: scale(0.85, 0.85);
}
.post.format-video:hover .post-gallery > a:after {
  -moz-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}
.post.format-video:hover .post-gallery > a:before {
  -moz-transform: scale(1.15, 1.15);
  -ms-transform: scale(1.15, 1.15);
  -webkit-transform: scale(1.15, 1.15);
  transform: scale(1.15, 1.15);
}
.post.format-video .post-gallery > a:after {
  content: "\f04b";
  color: #fff;
  font-family: FontAwesome;
  text-indent: 2px;
  font-size: 12px;
  display: block;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  background: rgba(255, 255, 255, 0.2);
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -15px 0 0 -15px;
  border-radius: 15px;
  z-index: 1;
}
.post.format-video .post-gallery > a:before {
  content: '';
  border: 3px solid #fff;
  display: block;
  width: 44px;
  height: 44px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -22px 0 0 -22px;
  border-radius: 22px;
  -moz-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
  z-index: 1;
}
.post.format-video .post-gallery.no-video-icon > a:after, .post.format-video .post-gallery.no-video-icon > a:before {
  display: none;
}
.post.format-video.listing .post-gallery > a:after, .post.format-video.listing .post-gallery > a:before {
  -moz-transform: scale(0.7, 0.7);
  -ms-transform: scale(0.7, 0.7);
  -webkit-transform: scale(0.7, 0.7);
  transform: scale(0.7, 0.7);
}
.post.format-video.listing:hover .post-gallery > a:after {
  -moz-transform: scale(0.8, 0.8);
  -ms-transform: scale(0.8, 0.8);
  -webkit-transform: scale(0.8, 0.8);
  transform: scale(0.8, 0.8);
}
.post.format-video.listing:hover .post-gallery > a:before {
  -moz-transform: scale(0.85, 0.85);
  -ms-transform: scale(0.85, 0.85);
  -webkit-transform: scale(0.85, 0.85);
  transform: scale(0.85, 0.85);
}
.post.blog-post {
  margin-bottom: 0;
}
.post.blog-post .post-gallery {
  margin-bottom: 20px;
}
@media only screen and (min-width: 48.063em) {
  .post.blog-post .post-gallery {
    margin-bottom: 40px;
  }
}
.post.blog-post .post-gallery > a:after, .post.blog-post .post-gallery > a:before {
  display: none;
}
.post.blog-post .single_category_title {
  margin-bottom: 18px;
}
.post.blog-post .post-title {
  margin-bottom: 25px;
}
.post.blog-post .entry-title {
  padding-bottom: 15px;
  border-bottom: 1px dotted #a8a8a8;
  margin-bottom: 18px;
}
.post.blog-post.format-gallery .post-bottom-meta {
  margin-bottom: 20px;
}
.post.blog-post.format-gallery .post-gallery {
  margin-bottom: 30px;
}
.post.blog-post.format-gallery .post-gallery.vertical {
  margin: 0;
}
.post.blog-post.format-gallery .post-title {
  margin-bottom: 10px;
}
.post.blog-post.format-gallery .post-title h4 {
  margin-bottom: 0;
}
.post.blog-post.format-video {
  padding: 15px 0;
  background: #f3f3f3;
}
@media only screen and (min-width: 48.063em) {
  .post.blog-post.format-video {
    padding: 40px 0 0;
  }
}
.post.blog-post.format-video .entry-title {
  border-bottom: 0;
  margin-bottom: 0;
}
.post.blog-post.format-video .post-content {
  margin-bottom: 20px;
}
.post.blog-post.format-video .post-bottom-meta {
  text-align: left;
}
.post.blog-post.format-video .post-bottom-meta .time,
.post.blog-post.format-video .post-bottom-meta [rel=author] {
  float: none;
}
.post.blog-post.format-video .post-gallery {
  background: #f3f3f3;
}
.post.bold-title .post-title h1, .post.bold-title .post-title h2, .post.bold-title .post-title h3, .post.bold-title .post-title h4, .post.bold-title .post-title h5, .post.bold-title .post-title h6 {
  font-weight: 700;
}
.post.dark-color.format-video {
  background: #111;
}
.post.dark-color.format-video .post-gallery {
  background: none;
}
.post.dark-color .post-title h1, .post.dark-color .post-title h2, .post.dark-color .post-title h3, .post.dark-color .post-title h4, .post.dark-color .post-title h5, .post.dark-color .post-title h6, .post.dark-color .post-title a {
  color: #fff;
}
.post.dark-color .post-content {
  color: #929292;
}
.post.dark-color .post-bottom-meta {
  color: rgba(255, 255, 255, 0.4);
}
.post.dark-color .post-bottom-meta svg {
  fill: rgba(255, 255, 255, 0.4);
}
.post.video-others {
  background: none !important;
}
.post.video-others .post-gallery {
  margin-bottom: 10px;
}
.post.video-others .post-title {
  margin-bottom: 0;
}
.post.video-others .post-title h6 {
  font-size: 12px;
  line-height: 16px;
  margin: 0;
}
.post.trending {
  margin: 0;
}
.post.trending:before, .post.trending:after {
  display: none;
}
.post.trending .entry-title {
  display: inline-block;
  margin: 0;
  vertical-align: middle;
}
.post.trending .post-category {
  display: inline-block;
  margin: 0 0 5px;
  vertical-align: middle;
}
@media only screen and (min-width: 64.063em) {
  .post.trending .post-category {
    margin: 0 7px 0 0;
  }
}
.post.trending .post-category .single_category_title {
  margin: 0;
}
.post.trending .post-bottom-meta {
  display: none;
}
.post.listing {
  margin-bottom: 20px;
}
.post.listing .post-gallery {
  float: left;
  margin-right: 18px;
  max-width: 60px;
  width: 100%;
  min-height: 55px;
}
@media only screen and (min-width: 64.063em) {
  .post.listing .post-gallery {
    max-width: 80px;
    min-height: 75px;
  }
}
.post.listing .post-category .single_category_title {
  margin-bottom: 8px;
}
.post.listing .listing-content {
  padding-left: 78px;
}
@media only screen and (min-width: 64.063em) {
  .post.listing .listing-content {
    padding-left: 98px;
  }
}
.post.listing .post-bottom-meta {
  margin: 0;
}
.post.listing h6 {
  font-size: 13px;
  line-height: 16px;
  margin-bottom: 5px;
}
.post.post-fashion .post-gallery {
  position: relative;
  background: none;
}
.post.post-fashion .post-gallery > a {
  background: #080808;
}
.post.post-fashion .post-bottom-meta [rel=author] {
  float: none;
}
.post.post-fashion .post-title-container {
  background: #fff;
  padding: 10px;
  text-align: center;
  margin: 10px 0 0;
  position: static;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
@media only screen and (min-width: 48.063em) {
  .post.post-fashion .post-title-container {
    padding: 40px 40px 10px;
    margin: 0;
  }
}
@media only screen and (min-width: 48.063em) {
  .post.post-fashion.smaller-padding .post-title-container {
    padding: 15px;
  }
}
.post.post-fashion.offset-title.capital-title {
  margin-bottom: 10px;
}
.post.post-fashion.offset-title.capital-title .post-title {
  text-transform: uppercase;
}
@media only screen and (min-width: 48.063em) {
  .post.post-fashion.offset-title .post-gallery {
    margin-bottom: 90px;
  }
}
.post.post-fashion.offset-title .post-title-container {
  margin: 0 10%;
}
@media only screen and (min-width: 48.063em) {
  .post.post-fashion.offset-title .post-title-container {
    position: absolute;
    bottom: -80px;
    right: 0;
    left: 0;
  }
}
.post.post-fashion.offset-title.bottom-title {
  margin: 0;
}
@media only screen and (min-width: 48.063em) {
  .post.post-fashion.offset-title.bottom-title .post-gallery {
    margin-bottom: 0;
  }
}
.post.post-fashion.offset-title.bottom-title .post-title-container {
  margin: 10px 8%;
}
@media only screen and (min-width: 48.063em) {
  .post.post-fashion.offset-title.bottom-title .post-title-container {
    position: relative;
    top: -70px;
    bottom: auto;
  }
  .post.post-fashion.offset-title.bottom-title .post-title-container .entry-title {
    margin: 0 5% 20px;
  }
}
.post.post-overlay {
  position: relative;
}
.post.post-overlay:hover .post-gallery img {
  opacity: 0.4;
}
.post.post-overlay .post-title h1 a:hover, .post.post-overlay .post-title h2 a:hover, .post.post-overlay .post-title h3 a:hover, .post.post-overlay .post-title h4 a:hover, .post.post-overlay .post-title h5 a:hover, .post.post-overlay .post-title h6 a:hover {
  text-decoration: none;
}
.post.post-overlay .post-gallery .counts {
  background: #649fd6;
}
@media only screen and (min-width: 48.063em) {
  .post.post-overlay .post-gallery .counts {
    width: 45px;
    height: 45px;
    line-height: 45px;
    z-index: 10;
  }
}
.post.post-overlay .post-gallery .post-title {
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.post.post-overlay .post-gallery > a:after {
  backface-visibility: hidden;
}
@media only screen and (min-width: 48.063em) {
  .post.post-overlay.large-padding .post-gallery .post-title {
    margin: 30px;
  }
}
@media only screen and (min-width: 80em) {
  .post.post-overlay.large-padding .post-gallery .post-title {
    margin: 40px;
  }
}
.post.post-overlay.max-height .post-gallery {
  max-height: none;
  overflow: hidden;
}
@media only screen and (min-width: 48.063em) {
  .post.post-overlay.max-height .post-gallery {
    max-height: 200px;
  }
}
@media only screen and (min-width: 64.063em) {
  .post.post-overlay.max-height .post-gallery {
    max-height: none;
  }
}
.post.post-overlay.bottom-gradient .post-gallery > a {
  background: none;
  position: relative;
}
.post.post-overlay.bottom-gradient .post-gallery > a:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  border: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  border-radius: 0;
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC40Ii8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.4)));
  background-image: -moz-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4));
  background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4));
}
.post.post-overlay.bottom-gradient .post-gallery > a img {
  opacity: 1;
}
.post.post-overlay.bottom-gradient:hover .post-gallery > a img {
  opacity: 0.6;
}
.post.post-overlay.top-gradient .post-gallery > a {
  background: none;
  position: relative;
}
.post.post-overlay.top-gradient .post-gallery > a:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  border: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  border-radius: 0;
  background-color: transparent;
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjQiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4wIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(0, 0, 0, 0.4)), color-stop(100%, rgba(0, 0, 0, 0)));
  background-image: -moz-linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0));
  background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0));
  background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0));
}
.post.post-overlay.top-gradient .post-gallery > a img {
  opacity: 1;
}
.post.post-overlay.top-gradient .post-gallery .counts {
  top: auto;
  bottom: 0;
}
.post.post-overlay.top-gradient:hover .post-gallery > a img {
  opacity: 0.6;
}
.post.post-overlay.color1-gradient .post-gallery > a {
  background: none;
  position: relative;
}
.post.post-overlay.color1-gradient .post-gallery > a:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  border: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  border-radius: 0;
  background-color: transparent;
  opacity: 0.6;
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9Ii0wLjA5MTUwNiIgeTE9IjAuMTU4NDk0IiB4Mj0iMS4wOTE1MDYiIHkyPSIwLjg0MTUwNiI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RjMzAzMCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2NmZGEyNiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -moz-linear-gradient(330deg, #dc3030, #cfda26);
  background-image: -webkit-linear-gradient(330deg, #dc3030, #cfda26);
  background-image: linear-gradient(120deg, #dc3030, #cfda26);
}
.post.post-overlay.color1-gradient .post-gallery > a img {
  opacity: 1;
}
.post.post-overlay.color1-gradient .post-gallery .counts {
  top: auto;
  bottom: 0;
}
.post.post-overlay.color1-gradient:hover .post-gallery > a:after {
  opacity: 0.9;
}
.post.post-overlay.color2-gradient .post-gallery > a {
  background: none;
  position: relative;
}
.post.post-overlay.color2-gradient .post-gallery > a:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  border: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  border-radius: 0;
  background-color: transparent;
  opacity: 0.8;
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9Ii0wLjA5MTUwNiIgeTE9IjAuMTU4NDk0IiB4Mj0iMS4wOTE1MDYiIHkyPSIwLjg0MTUwNiI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzI5MjA4OCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2E4MzI3OSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -moz-linear-gradient(330deg, #292088, #a83279);
  background-image: -webkit-linear-gradient(330deg, #292088, #a83279);
  background-image: linear-gradient(120deg, #292088, #a83279);
}
.post.post-overlay.color2-gradient .post-gallery > a img {
  opacity: 1;
}
.post.post-overlay.color2-gradient .post-gallery .counts {
  top: auto;
  bottom: 0;
}
.post.post-overlay.color2-gradient:hover .post-gallery > a:after {
  opacity: 0.9;
}
.post.post-overlay.color3-gradient .post-gallery > a {
  background: none;
  position: relative;
}
.post.post-overlay.color3-gradient .post-gallery > a:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  border: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  border-radius: 0;
  background-color: transparent;
  opacity: 0.8;
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9Ii0wLjA5MTUwNiIgeTE9IjAuMTU4NDk0IiB4Mj0iMS4wOTE1MDYiIHkyPSIwLjg0MTUwNiI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwNmFiNCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZkNjJiMiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -moz-linear-gradient(330deg, #006ab4, #fd62b2);
  background-image: -webkit-linear-gradient(330deg, #006ab4, #fd62b2);
  background-image: linear-gradient(120deg, #006ab4, #fd62b2);
}
.post.post-overlay.color3-gradient .post-gallery > a img {
  opacity: 1;
}
.post.post-overlay.color3-gradient .post-gallery .counts {
  top: auto;
  bottom: 0;
}
.post.post-overlay.color3-gradient:hover .post-gallery > a:after {
  opacity: 0.9;
}
.post.post-overlay.color4-gradient .post-gallery > a {
  background: none;
  position: relative;
}
.post.post-overlay.color4-gradient .post-gallery > a:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  border: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  border-radius: 0;
  background-color: transparent;
  opacity: 0.8;
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9Ii0wLjA5MTUwNiIgeTE9IjAuMTU4NDk0IiB4Mj0iMS4wOTE1MDYiIHkyPSIwLjg0MTUwNiI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzA5Yzk5NSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAxNmZiYiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -moz-linear-gradient(330deg, #09c995, #016fbb);
  background-image: -webkit-linear-gradient(330deg, #09c995, #016fbb);
  background-image: linear-gradient(120deg, #09c995, #016fbb);
}
.post.post-overlay.color4-gradient .post-gallery > a img {
  opacity: 1;
}
.post.post-overlay.color4-gradient .post-gallery .counts {
  top: auto;
  bottom: 0;
}
.post.post-overlay.color4-gradient:hover .post-gallery > a:after {
  opacity: 0.9;
}
.post.post-overlay.color5-gradient .post-gallery > a {
  background: none;
  position: relative;
}
.post.post-overlay.color5-gradient .post-gallery > a:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  border: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  border-radius: 0;
  background-color: transparent;
  opacity: 0.8;
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9Ii0wLjA5MTUwNiIgeTE9IjAuMTU4NDk0IiB4Mj0iMS4wOTE1MDYiIHkyPSIwLjg0MTUwNiI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y3YTY1NiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzUzMzlhOCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -moz-linear-gradient(330deg, #f7a656, #5339a8);
  background-image: -webkit-linear-gradient(330deg, #f7a656, #5339a8);
  background-image: linear-gradient(120deg, #f7a656, #5339a8);
}
.post.post-overlay.color5-gradient .post-gallery > a img {
  opacity: 1;
}
.post.post-overlay.color5-gradient .post-gallery .counts {
  top: auto;
  bottom: 0;
}
.post.post-overlay.color5-gradient:hover .post-gallery > a:after {
  opacity: 0.9;
}
.post.post-overlay .post-gallery {
  position: static;
}
.post.post-overlay .post-gallery > a {
  background: #000;
  margin: 0;
}
.post.post-overlay .post-gallery > a:after, .post.post-overlay .post-gallery > a:before {
  display: none;
}
.post.post-overlay .post-gallery img {
  opacity: 0.6;
}
.post.post-overlay .post-gallery .post-title {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 15px;
  z-index: 2;
}
.post.post-overlay .post-gallery .post-title a {
  color: #fff;
}
.post.post-overlay .post-gallery .post-title .post-bottom-meta,
.post.post-overlay .post-gallery .post-title .post-bottom-meta a {
  color: rgba(255, 255, 255, 0.8);
}
@media only screen and (max-width: 48.063em) {
  .post.post-overlay .post-gallery .post-title h1 {
    font-size: 18px;
    line-height: 24px;
  }
}
.post.post-overlay.top-title .post-gallery .post-title {
  bottom: auto;
  top: 0;
  left: 0;
  right: 0;
}
@media only screen and (min-width: 48.063em) {
  .post.post-overlay.top-title .post-gallery .post-title {
    margin: 30px;
  }
}
@media only screen and (min-width: 80em) {
  .post.post-overlay.top-title .post-gallery .post-title {
    margin: 40px;
  }
}
.post.post-overlay.center-title {
  margin: 0;
}
.post.post-overlay.center-title .post-bottom-meta {
  text-align: center;
}
.post.post-overlay.center-title .post-bottom-meta .time,
.post.post-overlay.center-title .post-bottom-meta [rel=author] {
  float: none;
}
.post.post-overlay.center-title .post-gallery .post-title {
  position: absolute;
  top: 50%;
  margin: 0 10%;
  bottom: auto;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
}
.post.post-overlay.photo-listing {
  margin-bottom: 10px;
}
.post.post-overlay.photo-listing .post-title h5 {
  margin-bottom: 5px;
}
.post.style1 {
  margin-bottom: 20px;
}
.post.style1.solo .post-bottom-meta {
  display: none;
}
.post.style1-featured .post-gallery {
  margin-bottom: 20px;
}
.post.style1-meta .post-gallery {
  margin-bottom: 20px;
}
.post.style2 .post-gallery {
  margin-bottom: 18px;
  min-height: 90px;
}
@media only screen and (min-width: 48.063em) {
  .post.style2 .post-gallery {
    margin-bottom: 0;
  }
}
.post.style3 .post-gallery {
  margin-bottom: 18px;
  min-height: 60px;
}
@media only screen and (min-width: 64.063em) {
  .post.style3 .post-gallery {
    min-height: 70px;
  }
}
@media only screen and (min-width: 80em) {
  .post.style3 .post-gallery {
    min-height: 85px;
  }
}
@media only screen and (min-width: 48.063em) {
  .post.style4 {
    margin-top: 10px;
  }
}
.post.style4 .post-title .post-bottom-meta {
  text-align: left;
}
.post.style4 .post-title .post-bottom-meta [rel=author],
.post.style4 .post-title .post-bottom-meta .time {
  float: none;
}
.post.style4 .entry-title {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 10px;
}
.post.style4 .share-article.simple {
  margin-bottom: 15px;
}
@media only screen and (min-width: 48.063em) {
  .post.style4 .share-article.simple {
    margin-bottom: 40px;
  }
}
.post.style4 .post-content img.aligncenter,
.post.style4 .post-content .wp-caption.aligncenter img {
  margin-left: -15px;
  width: calc(100% + 30px);
  max-width: none;
}
@media only screen and (min-width: 48.063em) {
  .post.style4 .post-content img.aligncenter,
  .post.style4 .post-content .wp-caption.aligncenter img {
    margin-left: -50px;
    width: calc(100% + 100px);
  }
}
@media only screen and (min-width: 64.063em) {
  .post.style4 .post-content img.aligncenter,
  .post.style4 .post-content .wp-caption.aligncenter img {
    margin-left: -100px;
    width: calc(100% + 200px);
  }
}
.post.style4 .post-gallery {
  margin-bottom: 20px;
  min-height: 150px;
}
@media only screen and (min-width: 48.063em) {
  .post.style4 .post-gallery {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 64.063em) {
  .post.style4 .post-gallery {
    min-height: 190px;
  }
}
@media only screen and (min-width: 80em) {
  .post.style4 .post-gallery {
    min-height: 250px;
  }
}

.post-author, .authorpage {
  padding: 15px 0 0;
  margin-bottom: 15px;
  border-top: 1px dotted #a8a8a8;
  margin-top: 30px;
}
@media only screen and (min-width: 48.063em) {
  .post-author, .authorpage {
    padding: 30px 0 0;
    margin-bottom: 30px;
  }
}
.post-author .avatar, .authorpage .avatar {
  float: left;
  margin-right: 30px;
  width: 86px;
  display: none;
}
@media only screen and (min-width: 48.063em) {
  .post-author .avatar, .authorpage .avatar {
    display: block;
  }
}
.post-author .author-content, .authorpage .author-content {
  padding-left: 0;
}
@media only screen and (min-width: 48.063em) {
  .post-author .author-content, .authorpage .author-content {
    padding-left: 116px;
  }
}
.post-author h5, .authorpage h5 {
  font-size: 14px;
  margin-bottom: 5px;
}
@media only screen and (min-width: 48.063em) {
  .post-author h5, .authorpage h5 {
    margin-bottom: 15px;
  }
}
.post-author p, .authorpage p {
  font-size: 11px;
  margin-bottom: 7px;
}
.post-author .fa, .authorpage .fa {
  font-size: 11px;
  margin-right: 7px;
}

.post-header {
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  margin-bottom: 15px;
  background: #080808;
  display: flex;
}
@media only screen and (min-width: 48.063em) {
  .post-header {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 48.063em) {
  .post-header .post-title h1 {
    font-size: 20px;
    line-height: 26px;
  }
}
.post-header.parallax_bg {
  position: relative;
  overflow: hidden;
}
.post-header.parallax_bg .inline_bg {
  width: 100%;
  height: 150%;
  background-size: cover;
  background-position: 0 center;
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
  position: absolute;
  top: -15%;
  left: 0;
  opacity: 0.4;
}
.post-header.no-shadow {
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  margin-bottom: 0;
}
.post-header.no-shadow > div {
  background: none;
}
.post-header.no-shadow + .row {
  padding-top: 15px;
}
@media only screen and (min-width: 48.063em) {
  .post-header.no-shadow + .row {
    padding-top: 30px;
  }
}
.post-header .inner_header {
  background: rgba(8, 8, 8, 0.4);
  padding: 15px 0;
  min-height: 150px;
  display: flex;
  align-items: center;
  width: 100%;
}
@media only screen and (min-width: 48.063em) {
  .post-header .inner_header {
    min-height: 290px;
  }
}
@media only screen and (min-width: 64.063em) {
  .post-header .inner_header {
    min-height: 390px;
  }
}
@media only screen and (min-width: 80em) {
  .post-header .inner_header {
    min-height: 490px;
  }
}
@media only screen and (min-width: 100em) {
  .post-header .inner_header {
    min-height: 600px;
  }
}
.post-header .inner_header .children {
  display: block;
  vertical-align: middle;
  margin: 0 auto;
}
.post-header .inner_header .post-title {
  color: #fff;
  padding: 0;
  width: 100%;
}
@media only screen and (min-width: 48.063em) {
  .post-header .inner_header .post-title {
    padding: 0 10%;
  }
}
@media only screen and (min-width: 64.063em) {
  .post-header .inner_header .post-title {
    padding: 0 20%;
  }
}
.post-header .inner_header .post-title .post-bottom-meta {
  text-align: center;
}
.post-header .inner_header .post-title .post-bottom-meta [rel=author],
.post-header .inner_header .post-title .post-bottom-meta .time {
  float: none;
}
.post-header .inner_header .post-title .post-bottom-meta svg {
  fill: #fff;
}
.post-header .inner_header .post-title h1,
.post-header .inner_header .post-title a,
.post-header .inner_header .post-title .post-bottom-meta,
.post-header .inner_header .post-title .post-bottom-meta a {
  color: #fff;
}
.post-header.small .inner_header {
  padding: 15px 0;
}
@media only screen and (min-width: 48.063em) {
  .post-header.small .inner_header {
    padding: 60px 0 90px;
    min-height: 0;
  }
}
@media only screen and (min-width: 64.063em) {
  .post-header.small .inner_header {
    min-height: 0;
  }
}
@media only screen and (min-width: 80em) {
  .post-header.small .inner_header {
    min-height: 0;
  }
}
@media only screen and (min-width: 100em) {
  .post-header.small .inner_header {
    padding: 90px 0 120px;
  }
}
.post-header.small .inner_header .post-title .post-bottom-meta {
  text-align: right;
}
.post-header.small .inner_header .post-title .post-bottom-meta [rel=author],
.post-header.small .inner_header .post-title .post-bottom-meta .time {
  float: left;
}
@media only screen and (min-width: 48.063em) {
  .post-header.small .inner_header .post-title {
    padding: 0;
  }
}
@media only screen and (min-width: 48.063em) {
  .post-header.small .post-title {
    margin-bottom: 15px;
  }
}
.post-header.small .post-title .entry-title {
  padding-bottom: 15px;
  border-bottom: 1px dotted rgba(255, 255, 255, 0.6);
  margin-bottom: 18px;
}
.post-header.small + .style5-container {
  background: #fff;
  position: relative;
  padding-top: 0;
}
@media only screen and (min-width: 48.063em) {
  .post-header.small + .style5-container {
    padding-top: 50px;
    margin-top: -90px;
  }
}
.post-header.small + .style5-container .featured_image_credit {
  bottom: auto;
  top: -24px;
}
.post-header.style3 {
  margin-bottom: 0;
}
.post-header.style3 + .row {
  padding-top: 15px;
}
@media only screen and (min-width: 48.063em) {
  .post-header.style3 + .row {
    padding-top: 30px;
  }
}

.post-content-container {
  padding-left: 0;
  min-height: 220px;
}
@media only screen and (min-width: 48.063em) {
  .post-content-container {
    padding-left: 98px;
  }
  .rtl .post-content-container {
    padding-left: 0;
    padding-right: 98px;
  }
}
.post-content-container + .share-article {
  width: auto;
  max-width: 100%;
  margin: 0 0 50px;
  float: none;
  text-align: center;
}

.share-article-vertical {
  display: block;
  float: left;
  width: 60px;
  margin-bottom: 30px;
  position: absolute;
  margin-top: 5px;
}
.subheader .share-article-vertical {
  margin: 0;
}
.share-article-vertical h6 {
  display: block;
  background: #080808;
  padding: 16px 12px;
  color: #fff;
  font-size: 16px;
  line-height: 1;
  text-align: center;
  margin: 0;
}
.share-article-vertical h6 span {
  display: block;
  margin-top: 5px;
  text-transform: uppercase;
  font-size: 9px;
  color: rgba(255, 255, 255, 0.6);
}
.share-article-vertical .social {
  display: block;
  width: 60px;
  height: 59px;
  line-height: 59px;
  text-align: center;
  font-size: 14px;
  color: #aeaeae;
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
  border-bottom: 1px solid #eee;
  position: relative;
}
.share-article-vertical .social span {
  position: absolute;
  top: 0;
  left: -1px;
  display: block;
  width: 60px;
  height: 59px;
  line-height: 59px;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  opacity: 0;
}
.share-article-vertical .social.facebook span {
  background: #3b5998;
}
.share-article-vertical .social.google-plus span {
  background: #dd4b39;
}
.share-article-vertical .social.linkedin span {
  background: #007bb6;
}
.share-article-vertical .social.pinterest span {
  background: #cb2027;
}
.share-article-vertical .social.twitter span {
  background: #00aced;
}
.share-article-vertical .social.instagram span {
  background: #3f729b;
}
.share-article-vertical .social.vk span {
  background: #45668e;
}
.share-article-vertical .social.tumblr span {
  background: #35465c;
}
.share-article-vertical .social.xing span {
  background: #cfdc00;
}
.share-article-vertical .social.soundcloud span {
  background: #f80;
}
.share-article-vertical .social.dribbble span {
  background: #ea4c89;
}
.share-article-vertical .social.youtube span {
  background: #e52d27;
}
.share-article-vertical .social.spotify span {
  background: #7ab800;
}
.share-article-vertical .social.behance span {
  background: #1769ff;
}
.share-article-vertical .social.deviantart span {
  background: #4e6252;
}
.share-article-vertical .social.vimeo span {
  background: #1ab7ea;
}
.share-article-vertical .social.rss span {
  background: #f26522;
}
.share-article-vertical .social:hover span {
  opacity: 1;
}

.share-article {
  background: #f5f5f5;
  padding: 15px;
  text-align: center;
}
.share-article.simple {
  padding: 0;
  background: none;
  text-align: left;
}
.share-article h6 {
  margin-bottom: 15px;
  line-height: 1;
  text-transform: uppercase;
}
@media only screen and (min-width: 48.063em) {
  .share-article {
    padding: 27px;
    text-align: left;
  }
  .share-article h6 {
    line-height: 36px;
    margin-bottom: 0;
  }
}
.share-article .social {
  display: inline-block;
  line-height: 36px;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  padding: 0 14px 0 50px;
  position: relative;
  border-radius: 3px;
  width: 49%;
  margin: 0 0 4px;
  text-align: right;
}
.share-article .social .fa {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  line-height: 36px;
  text-align: center;
}
.share-article .social.facebook {
  background: #3b5998;
}
.share-article .social.facebook:hover {
  background: #324c82;
  color: #fff !important;
}
.share-article .social.google-plus {
  background: #dd4b39;
}
.share-article .social.google-plus:hover {
  background: #d33724;
  color: #fff !important;
}
.share-article .social.linkedin {
  background: #007bb6;
}
.share-article .social.linkedin:hover {
  background: #006697;
  color: #fff !important;
}
.share-article .social.pinterest {
  background: #cb2027;
}
.share-article .social.pinterest:hover {
  background: #b11c22;
  color: #fff !important;
}
.share-article .social.twitter {
  background: #00aced;
}
.share-article .social.twitter:hover {
  background: #0096ce;
  color: #fff !important;
}
.share-article .social.instagram {
  background: #3f729b;
}
.share-article .social.instagram:hover {
  background: #366285;
  color: #fff !important;
}
.share-article .social.vk {
  background: #45668e;
}
.share-article .social.vk:hover {
  background: #3b5779;
  color: #fff !important;
}
.share-article .social.tumblr {
  background: #35465c;
}
.share-article .social.tumblr:hover {
  background: #2a3749;
  color: #fff !important;
}
.share-article .social.xing {
  background: #cfdc00;
}
.share-article .social.xing:hover {
  background: #b2bd00;
  color: #fff !important;
}
.share-article .social.soundcloud {
  background: #f80;
}
.share-article .social.soundcloud:hover {
  background: #e07800;
  color: #fff !important;
}
.share-article .social.dribbble {
  background: #ea4c89;
}
.share-article .social.dribbble:hover {
  background: #e73177;
  color: #fff !important;
}
.share-article .social.youtube {
  background: #e52d27;
}
.share-article .social.youtube:hover {
  background: #d41f1a;
  color: #fff !important;
}
.share-article .social.spotify {
  background: #7ab800;
}
.share-article .social.spotify:hover {
  background: #669900;
  color: #fff !important;
}
.share-article .social.behance {
  background: #1769ff;
}
.share-article .social.behance:hover {
  background: #0057f7;
  color: #fff !important;
}
.share-article .social.deviantart {
  background: #4e6252;
}
.share-article .social.deviantart:hover {
  background: #405144;
  color: #fff !important;
}
.share-article .social.vimeo {
  background: #1ab7ea;
}
.share-article .social.vimeo:hover {
  background: #13a3d2;
  color: #fff !important;
}
.share-article .social.rss {
  background: #f26522;
}
.share-article .social.rss:hover {
  background: #e8540e;
  color: #fff !important;
}
@media only screen and (min-width: 48.063em) {
  .share-article .social {
    width: auto;
    margin: 0;
  }
}

.circle_rating {
  display: none;
  position: absolute;
  top: 18px;
  right: 18px;
  z-index: 20;
}
@media only screen and (min-width: 48.063em) {
  .circle_rating {
    display: block;
  }
}
.circle_rating span {
  display: block;
  width: 90px;
  height: 90px;
  line-height: 92px;
  text-align: center;
  color: #fff;
  font-size: 26px;
  font-weight: 600;
  position: absolute;
  top: 0;
  left: 0;
}
.circle_rating .circle_base {
  stroke: rgba(0, 0, 0, 0.2);
  stroke-width: 6px;
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
.circle_rating .circle_perc {
  stroke: #649fd6;
  stroke-width: 6px;
  stroke-linecap: round;
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
.circle_rating.small {
  top: 18px;
  right: 18px;
}
.circle_rating.small span {
  width: 50px;
  height: 50px;
  line-height: 52px;
  font-size: 16px;
}
.circle_rating.small .circle_base,
.circle_rating.small .circle_perc {
  stroke-width: 3px;
}

.posts {
  display: flex;
  flex-wrap: wrap;
}
.safari .posts {
  display: block;
}

.other_videos {
  background: #ebebeb;
  padding: 35px 0 5px;
  margin-bottom: 30px;
}
.other_videos.dark-color {
  background: #161616;
}

.related-posts .related-title {
  display: block;
  padding-bottom: 20px;
  border-bottom: 2px solid #eaeaea;
  margin-bottom: 30px;
}
.related-posts .post .post-gallery {
  margin-bottom: 15px;
}
.related-posts .row {
  display: flex;
  flex-wrap: wrap;
}
.safari .related-posts .row {
  display: block;
}

.featured_image_credit {
  display: none;
  color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 7px 9px;
  font-size: 10px;
  background: rgba(0, 0, 0, 0.4);
}
@media only screen and (min-width: 48.063em) {
  .featured_image_credit {
    display: block;
  }
}

.post-detail-row {
  background: #fff;
}

#infinite-article {
  background: #fff;
}
#infinite-article.on {
  padding-bottom: 100px;
}

.post-review {
  border: 2px solid #f0f0f0;
}
.post-review.style1 {
  margin: 0 0 20px;
}
.post-review.style2 {
  width: 100%;
  float: left;
  margin: 0 0 20px;
}
@media only screen and (min-width: 48.063em) {
  .post-review.style2 {
    width: 50%;
    margin: 0 30px 20px 0;
  }
}
.post-review.style2 .comment_section {
  margin-bottom: 20px;
}
.post-review.style2 .average {
  margin: 0 -14px -14px -14px;
}
@media only screen and (min-width: 48.063em) {
  .post-review.style2 .average {
    margin: 0 -30px -30px -30px;
  }
}
.post-review.style3 {
  margin-top: 30px;
}
.post-review .post-review-content {
  border-bottom: 1px solid #f0f0f0;
  padding: 12px;
}
@media only screen and (min-width: 48.063em) {
  .post-review .post-review-content {
    padding: 28px;
  }
}
.post-review .post-review-bottom {
  padding: 12px;
}
@media only screen and (min-width: 48.063em) {
  .post-review .post-review-bottom {
    padding: 28px;
  }
}
.post-review h6 {
  text-transform: uppercase;
  margin-bottom: 15px;
}
@media only screen and (min-width: 48.063em) {
  .post-review h6 {
    margin-bottom: 30px;
  }
}
.post-review ul {
  margin: 0;
  list-style: none;
}
.post-review ul li {
  margin-bottom: 15px;
  font-size: 12px;
  font-weight: 600;
  color: #080808;
}
@media only screen and (min-width: 48.063em) {
  .post-review ul li {
    margin-bottom: 25px;
  }
}
.post-review ul li:last-child {
  margin-bottom: 0;
}
.post-review ul li .hide-for-small {
  text-align: right;
}
.post-review ul li .progress {
  width: 100%;
  background: #eeeeee;
  height: 14px;
  margin-top: 4px;
}
.post-review ul li .progress span {
  background: #649fd6;
  display: block;
  height: 14px;
  width: 0;
}
.post-review .comment_section {
  margin-bottom: 15px;
}
@media only screen and (min-width: 48.063em) {
  .post-review .comment_section {
    margin-bottom: 0;
  }
}
.post-review .comment_section p {
  display: block;
  margin-bottom: 10px;
  position: relative;
  padding-left: 24px;
  font-size: 12px;
  line-height: 14px;
}
.post-review .comment_section p:before {
  content: '';
  display: block;
  width: 14px;
  height: 14px;
  line-height: 16px;
  color: #fff;
  border-radius: 7px;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
}
.post-review .comment_section p.positive:before {
  content: '+';
  background: #0fbf5e;
}
.post-review .comment_section p.negative:before {
  content: '-';
  background: #fe3166;
}
.post-review .post_comment {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  display: block;
  margin-bottom: 20px;
  color: #080808;
}
.post-review .average {
  display: block;
  margin: 0;
  padding: 0;
  text-align: center;
  font-size: 38px;
  line-height: 1;
  padding: 15px;
  color: #fff;
  background: #649fd6;
  font-weight: 600;
}
@media only screen and (min-width: 48.063em) {
  .post-review .average {
    padding: 25px 15px;
    margin: 0;
  }
}
@media only screen and (min-width: 64.063em) {
  .post-review .average {
    padding: 35px 15px;
  }
}
@media only screen and (min-width: 64.063em) {
  .post-review .average {
    padding: 45px 15px;
  }
}

/*------------------------------------------------------------------
Pages
*/
.authorpage {
  margin: 0 0 20px;
  border: 0;
  background: #080808;
  padding: 15px;
}
.authorpage h5 {
  font-size: 20px;
  line-height: 1;
  margin: 0;
}
.authorpage h5 a {
  color: #fff;
}
.authorpage h4 {
  margin: 8px 0 0 0;
  font-size: 12px;
  line-height: 1;
  font-weight: 500;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.6);
}
.authorpage span {
  display: inline-block;
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
  background: rgba(255, 255, 255, 0.3);
  color: #fff;
  padding: 3px 4px 2px;
  margin-top: 12px;
}
.authorpage span + span {
  margin-left: 5px;
}
.authorpage p {
  margin-top: 18px;
  margin-bottom: 15px;
  color: #a6a6a6;
  font-size: 12px;
}
.authorpage a {
  color: #9c9c9c;
}
.authorpage a:hover {
  color: #fff;
}
.authorpage a .fa {
  font-size: 14px;
}
.authorpage .avatar {
  width: 164px;
}
@media only screen and (min-width: 48.063em) {
  .authorpage {
    padding: 30px;
    margin-bottom: 45px;
  }
  .authorpage .author-content {
    padding-left: 194px;
  }
  .authorpage h5 {
    font-size: 28px;
  }
}

.subcategory_container {
  width: 100%;
  min-height: 50px;
}
.subcategory_container .thb-sibling-categories {
  display: block;
  width: 100%;
  text-align: right;
  height: 50px;
  overflow: hidden;
}
.subcategory_container .thb-sibling-categories.active {
  overflow: visible;
}
.subcategory_container .thb-sibling-categories li {
  display: inline-block;
  margin: 0;
  white-space: nowrap;
}
.subcategory_container .thb-sibling-categories li + li {
  padding-left: 20px;
}
.subcategory_container .thb-sibling-categories li a {
  font-size: 11px;
  color: #080808;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 50px;
}
.subcategory_container .thb-sibling-categories li a:hover {
  color: #649fd6;
}
.subcategory_container .thb-sibling-categories .thb-pull-down {
  display: none;
  position: relative;
}
.subcategory_container .thb-sibling-categories .thb-pull-down .fa {
  margin-left: 5px;
}
.subcategory_container .thb-sibling-categories .thb-pull-down .sub-menu-holder {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  padding-top: 12px;
  z-index: 10;
}
.subcategory_container .thb-sibling-categories .thb-pull-down .sub-menu {
  padding: 10px;
  background: #fff;
}
.subcategory_container .thb-sibling-categories .thb-pull-down .sub-menu li {
  display: block;
}
.subcategory_container .thb-sibling-categories .thb-pull-down .sub-menu li a {
  line-height: 1.6;
}
.subcategory_container .thb-sibling-categories .thb-pull-down:hover .sub-menu-holder {
  display: block;
}
.subcategory_container.small {
  height: 25px;
  min-height: 25px;
  margin: 0;
}
.subcategory_container.small .thb-sibling-categories {
  height: 25px;
}
.subcategory_container.small .thb-sibling-categories li a {
  line-height: 1;
  color: #646464;
}

.category-title {
  margin-bottom: 15px;
}
@media only screen and (min-width: 48.063em) {
  .category-title {
    margin-bottom: 30px;
  }
}
.category-title.style2 h1 {
  font-size: 20px;
  line-height: 1;
  font-weight: 600;
  margin-bottom: 0;
  line-height: 50px;
  text-transform: uppercase;
}
@media only screen and (min-width: 48.063em) {
  .category-title.style2 h1 {
    font-size: 24px;
  }
}
.category-title.style2 .category-header {
  border-bottom: 1px solid #080808;
}
.category-title.style2 .thb-sibling-categories {
  margin: 0;
  text-align: right;
}
.category-title.style2 p {
  font-size: 14px;
  margin: 15px 0 0 0;
}
.category-title.style1 .category-header {
  background: #649fd6;
  padding: 20px;
  text-align: center;
  padding-bottom: 18px;
  background-size: cover;
}
@media only screen and (min-width: 48.063em) {
  .category-title.style1 .category-header {
    padding: 40px;
    padding-bottom: 36px;
  }
}
.category-title.style1 h1 {
  font-size: 20px;
  line-height: 1;
  font-weight: 600;
  margin-bottom: 0;
  color: #fff;
  text-transform: uppercase;
}
.category-title.style1 p {
  margin-bottom: 0;
  font-size: 12px;
  margin-top: 10px;
  color: rgba(255, 255, 255, 0.8);
}
.category-title.style1 .thb-sibling-categories {
  list-style: none;
  padding: 0;
  min-height: 50px;
  border-bottom: 2px solid rgba(0, 0, 0, 0.05);
  text-align: center;
}
@media only screen and (min-width: 48.063em) {
  .category-title.style1 {
    margin-bottom: 30px;
  }
  .category-title.style1 h1 {
    font-size: 30px;
  }
}
@media only screen and (min-width: 80em) {
  .category-title.style1 h1 {
    font-size: 40px;
  }
}

.category-grid {
  margin-bottom: 30px;
}

/*------------------------------------------------------------------
Sidebar & Widgets
*/
.page-padding {
  margin: 30px 0;
}
@media only screen and (min-width: 48.063em) {
  .page-padding {
    margin: 50px 0;
  }
}
@media only screen and (min-width: 64.063em) {
  .page-padding {
    margin: 70px 0;
  }
}
@media only screen and (min-width: 80em) {
  .page-padding {
    margin: 90px 0;
  }
}

@media only screen and (min-width: 64.063em) {
  .sidebar {
    padding-left: 45px;
  }
}

.widget {
  margin-bottom: 30px;
  background: #f5f5f5;
  padding: 15px;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.8);
}
@media only screen and (min-width: 48.063em) {
  .widget {
    padding: 20px;
  }
}
@media only screen and (min-width: 64.063em) {
  .widget {
    padding: 30px;
  }
}
.widget .slick-nav {
  background: #f5f5f5;
}
.widget > strong {
  display: block;
  font-size: 14px;
  text-transform: uppercase;
  padding-bottom: 13px;
  margin-bottom: 28px;
  border-bottom: 2px solid #080808;
}
.widget > strong span {
  display: none;
  float: right;
  line-height: 14px;
}
@media only screen and (min-width: 64.063em) {
  .widget > strong span {
    display: block;
  }
}
.widget > strong span a {
  display: block;
  float: left;
  font-size: 11px;
  color: rgba(0, 0, 0, 0.4);
  margin-left: 8px;
}
.widget > strong span a.active {
  color: rgba(0, 0, 0, 0.8);
}
.widget ul {
  margin: 0;
  position: relative;
}
.widget ul.thb-loading:after, .widget ul.slick:after {
  bottom: 0;
  top: 50%;
  margin-top: -19px;
}
.widget ul li {
  display: block;
  padding: 10px 0;
  font-size: 14px;
  line-height: 18px;
  margin: 0;
}
.widget ul li:first-child {
  padding-top: 0;
}
.widget ul li:last-child {
  padding-bottom: 0;
}
.widget ul li p {
  font-size: 13px;
  line-height: 18px;
}
.widget ul li.post.listing {
  margin: 0;
}
.widget ul.point-list li.post.listing {
  padding-top: 0;
  padding-left: 14px;
  margin-bottom: 15px;
}
.widget ul.point-list li.post.listing:last-child {
  margin: 0;
}
.widget ul.menu a {
  font-size: 14px;
  font-weight: 300;
}
.widget ul.menu .current-menu-item > a {
  color: #7a7a7a;
}
.widget ul.menu .sub-menu {
  margin-top: 15px;
  padding-top: 15px;
  padding-left: 10px;
  border-top: 1px solid #eeeeee;
}
.widget.widget_featured_video iframe {
  width: 100%;
}
.widget.widget_featured_video .flex-video {
  margin: 0;
}
.widget.widget_tag_cloud ul li {
  display: inline-block;
  padding: 0;
  border: 0;
}
.widget.widget_tag_cloud .next {
  display: none;
}
.widget.widget_nav_menu ul li {
  border: 0;
}
.widget.widget_nav_menu ul li a {
  color: #959595;
  font-size: 14px;
}
.widget.widget_nav_menu ul li a:hover {
  color: #080808;
}
.widget.widget_nav_menu ul li.current-menu-item > a {
  color: #080808;
}
.widget.widget_nav_menu ul li .sub-menu {
  border: 0;
  padding-top: 5px;
}
.widget.widget_recent_entries ul li {
  border-bottom: 0;
  padding: 0;
  margin-bottom: 15px;
}
.widget.widget_recent_entries ul li a {
  display: block;
  color: #080808;
}
.widget.widget_recent_entries ul li span {
  display: block;
  font-size: 11px;
  text-transform: uppercase;
}
.widget.widget_recent_entries ul li:last-child {
  margin: 0;
}
.widget.widget_recent_comments ul li {
  border-bottom: 0;
  padding: 0 0 0 30px;
  margin-bottom: 15px;
  position: relative;
}
.widget.widget_recent_comments ul li:after {
  content: '\f0e5';
  font-family: FontAwesome;
  color: #080808;
  position: absolute;
  top: -1px;
  left: 0;
}
.widget.widget_recent_comments ul li .comment-author-link,
.widget.widget_recent_comments ul li a {
  color: #080808;
}
.widget.widget_recent_comments ul li .comment-author-link {
  font-weight: 700;
  text-transform: capitalize;
}
.widget.widget_recent_comments ul li a {
  font-weight: 500;
}
.widget.widget_recent_comments ul li:last-child {
  margin: 0;
}
.widget.widget_singlead {
  padding: 0;
  background: none;
  text-align: center;
}
.widget.widget_multiplead {
  padding-bottom: 0;
}
.widget.widget_multiplead img {
  margin-bottom: 30px;
}
.widget.widget_categoryposts .post .post-category {
  display: none;
}
.widget.widget_calendar #calendar_wrap {
  border: 1px solid #dcdcdc;
}
.widget.widget_calendar table {
  background: #fff;
  border: 0;
  width: 100%;
  border-collapse: collapse;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.widget.widget_calendar table thead {
  background: #fff;
  font-size: 12px;
  border-bottom: 1px solid #dcdcdc;
}
.widget.widget_calendar table thead th {
  padding: 13px 0;
  color: #303030;
  text-align: center;
  font-weight: 800;
}
.widget.widget_calendar table tbody tr:nth-child(even) {
  background: #f8f8f8;
}
.widget.widget_calendar table tbody td {
  font-size: 12px;
  color: #686868;
  text-align: center;
  padding: 9px 0;
}
.widget.widget_calendar table tfoot {
  background: #fff;
  margin-top: 10px;
  border-top: 1px solid #dcdcdc;
}
.widget.widget_calendar table tfoot tr td {
  padding: 12px 14px;
  font-size: 12px;
}
.widget.widget_calendar table tfoot tr td a {
  color: #737373;
  text-transform: uppercase;
  font-weight: 800;
}
.widget.widget_calendar table tfoot tr #next {
  text-align: right;
}
.widget.widget_calendar table caption {
  color: #303030;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 400;
  padding: 15px 0;
  border-bottom: 1px solid #dcdcdc;
}
.widget.widget_topreviews .style1 li {
  display: block;
  background: rgba(0, 0, 0, 0.05);
  padding: 20px 40px 18px 20px;
  margin-bottom: 10px;
  position: relative;
}
@media only screen and (min-width: 64.063em) {
  .widget.widget_topreviews .style1 li {
    padding: 20px 80px 18px 20px;
  }
}
.widget.widget_topreviews .style1 li:last-child {
  margin-bottom: 0;
}
.widget.widget_topreviews .style1 li:after {
  content: '';
  display: block;
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 60px;
  background: rgba(255, 255, 255, 0.2);
  z-index: 0;
}
.widget.widget_topreviews .style1 li > a {
  position: relative;
  font-size: 12px;
  font-weight: 600;
}
.widget.widget_topreviews .style1 li .post-bottom-meta {
  margin: 0;
}
.widget.widget_topreviews .style1 li .progress {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: auto;
  background: #649fd6;
  z-index: 0;
  opacity: 0.5;
}
.widget.widget_topreviews .style1 li .ave {
  display: block;
  width: 40px;
  text-align: center;
  position: absolute;
  top: 50%;
  right: 0;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 16px;
  font-weight: 600;
}
@media only screen and (min-width: 64.063em) {
  .widget.widget_topreviews .style1 li .ave {
    width: 60px;
  }
}
.widget.widget_topreviews .style2 li {
  padding: 18px 0;
  border-bottom: 1px dotted rgba(0, 0, 0, 0.6);
}
.widget.widget_topreviews .style2 li a {
  display: block;
  padding-right: 25px;
  font-size: 12px;
  font-weight: 600;
  position: relative;
  line-height: 1;
}
.widget.widget_topreviews .style2 li a span {
  position: absolute;
  top: 0;
  right: 0;
}
.widget.widget_topreviews .style2 li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
.widget.widget_latestimages ul li > .post {
  margin-bottom: 0;
}
.widget.widget_latestimages ul li > .post.style1-meta .post-bottom-meta {
  margin: 0;
}
.widget.widget_latestimages ul li > .post.style1-meta .post-gallery {
  margin-bottom: 15px;
}
.widget.widget_latestimages ul li > .post.style1-meta .post-title h6 {
  font-size: 12px;
  line-height: 16px;
  margin-bottom: 5px;
}
.widget.widget_categoryslider .post {
  margin-bottom: 0;
}
.widget.widget_categoryslider .post-gallery {
  margin-bottom: 25px;
}
.widget.widget_categoryslider .post-title {
  padding: 0 15px;
}
.widget.widget_categoryslider .post-bottom-meta [rel=author] {
  float: none;
}
.widget.widget_categoryslider .slick-nav {
  background: #f5f5f5;
  top: 0;
  margin-top: 56px;
}
.widget.widget_thbtwitter .created {
  display: none;
}
.widget.widget_thbtwitter ul {
  margin-bottom: 15px;
}
.widget.widget_thbtwitter li {
  line-height: 18px;
}
.widget.widget_thbtwitter li a {
  font-weight: 600;
}
.widget.widget_thbtwitter .btn.twitter {
  position: relative;
  padding: 10px 18px 10px 44px;
  text-transform: none;
  font-weight: 400;
  font-size: 13px;
  border-color: #2caae1 !important;
  background: #2caae1 !important;
}
.widget.widget_thbtwitter .btn.twitter strong {
  font-weight: 600;
}
.widget.widget_thbtwitter .btn.twitter i {
  position: absolute;
  top: 8px;
  left: 13px;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.4);
}
.widget.widget_socialcounter ul.style2 li a {
  color: #fff;
}
.widget.widget_socialcounter ul.style2 li a.facebook {
  background: #3b5998;
}
.widget.widget_socialcounter ul.style2 li a.facebook .fa {
  background: #3b5998;
  color: #fff;
}
.widget.widget_socialcounter ul.style2 li a.facebook span {
  color: #fff;
}
.widget.widget_socialcounter ul.style2 li a.facebook:hover {
  background: #344e86;
}
.widget.widget_socialcounter ul.style2 li a.facebook:hover .fa {
  background: #344e86;
}
.widget.widget_socialcounter ul.style2 li a.google-plus {
  background: #dd4b39;
}
.widget.widget_socialcounter ul.style2 li a.google-plus .fa {
  background: #dd4b39;
  color: #fff;
}
.widget.widget_socialcounter ul.style2 li a.google-plus span {
  color: #fff;
}
.widget.widget_socialcounter ul.style2 li a.google-plus:hover {
  background: #d73925;
}
.widget.widget_socialcounter ul.style2 li a.google-plus:hover .fa {
  background: #d73925;
}
.widget.widget_socialcounter ul.style2 li a.linkedin {
  background: #007bb6;
}
.widget.widget_socialcounter ul.style2 li a.linkedin .fa {
  background: #007bb6;
  color: #fff;
}
.widget.widget_socialcounter ul.style2 li a.linkedin span {
  color: #fff;
}
.widget.widget_socialcounter ul.style2 li a.linkedin:hover {
  background: #006a9d;
}
.widget.widget_socialcounter ul.style2 li a.linkedin:hover .fa {
  background: #006a9d;
}
.widget.widget_socialcounter ul.style2 li a.pinterest {
  background: #cb2027;
}
.widget.widget_socialcounter ul.style2 li a.pinterest .fa {
  background: #cb2027;
  color: #fff;
}
.widget.widget_socialcounter ul.style2 li a.pinterest span {
  color: #fff;
}
.widget.widget_socialcounter ul.style2 li a.pinterest:hover {
  background: #b51d23;
}
.widget.widget_socialcounter ul.style2 li a.pinterest:hover .fa {
  background: #b51d23;
}
.widget.widget_socialcounter ul.style2 li a.twitter {
  background: #00aced;
}
.widget.widget_socialcounter ul.style2 li a.twitter .fa {
  background: #00aced;
  color: #fff;
}
.widget.widget_socialcounter ul.style2 li a.twitter span {
  color: #fff;
}
.widget.widget_socialcounter ul.style2 li a.twitter:hover {
  background: #0099d4;
}
.widget.widget_socialcounter ul.style2 li a.twitter:hover .fa {
  background: #0099d4;
}
.widget.widget_socialcounter ul.style2 li a.instagram {
  background: #3f729b;
}
.widget.widget_socialcounter ul.style2 li a.instagram .fa {
  background: #3f729b;
  color: #fff;
}
.widget.widget_socialcounter ul.style2 li a.instagram span {
  color: #fff;
}
.widget.widget_socialcounter ul.style2 li a.instagram:hover {
  background: #386589;
}
.widget.widget_socialcounter ul.style2 li a.instagram:hover .fa {
  background: #386589;
}
.widget.widget_socialcounter ul.style2 li a.vk {
  background: #45668e;
}
.widget.widget_socialcounter ul.style2 li a.vk .fa {
  background: #45668e;
  color: #fff;
}
.widget.widget_socialcounter ul.style2 li a.vk span {
  color: #fff;
}
.widget.widget_socialcounter ul.style2 li a.vk:hover {
  background: #3d5a7d;
}
.widget.widget_socialcounter ul.style2 li a.vk:hover .fa {
  background: #3d5a7d;
}
.widget.widget_socialcounter ul.style2 li a.tumblr {
  background: #35465c;
}
.widget.widget_socialcounter ul.style2 li a.tumblr .fa {
  background: #35465c;
  color: #fff;
}
.widget.widget_socialcounter ul.style2 li a.tumblr span {
  color: #fff;
}
.widget.widget_socialcounter ul.style2 li a.tumblr:hover {
  background: #2c3a4c;
}
.widget.widget_socialcounter ul.style2 li a.tumblr:hover .fa {
  background: #2c3a4c;
}
.widget.widget_socialcounter ul.style2 li a.xing {
  background: #cfdc00;
}
.widget.widget_socialcounter ul.style2 li a.xing .fa {
  background: #cfdc00;
  color: #fff;
}
.widget.widget_socialcounter ul.style2 li a.xing span {
  color: #fff;
}
.widget.widget_socialcounter ul.style2 li a.xing:hover {
  background: #b7c300;
}
.widget.widget_socialcounter ul.style2 li a.xing:hover .fa {
  background: #b7c300;
}
.widget.widget_socialcounter ul.style2 li a.soundcloud {
  background: #f80;
}
.widget.widget_socialcounter ul.style2 li a.soundcloud .fa {
  background: #f80;
  color: #fff;
}
.widget.widget_socialcounter ul.style2 li a.soundcloud span {
  color: #fff;
}
.widget.widget_socialcounter ul.style2 li a.soundcloud:hover {
  background: #e67a00;
}
.widget.widget_socialcounter ul.style2 li a.soundcloud:hover .fa {
  background: #e67a00;
}
.widget.widget_socialcounter ul.style2 li a.dribbble {
  background: #ea4c89;
}
.widget.widget_socialcounter ul.style2 li a.dribbble .fa {
  background: #ea4c89;
  color: #fff;
}
.widget.widget_socialcounter ul.style2 li a.dribbble span {
  color: #fff;
}
.widget.widget_socialcounter ul.style2 li a.dribbble:hover {
  background: #e7357a;
}
.widget.widget_socialcounter ul.style2 li a.dribbble:hover .fa {
  background: #e7357a;
}
.widget.widget_socialcounter ul.style2 li a.youtube {
  background: #e52d27;
}
.widget.widget_socialcounter ul.style2 li a.youtube .fa {
  background: #e52d27;
  color: #fff;
}
.widget.widget_socialcounter ul.style2 li a.youtube span {
  color: #fff;
}
.widget.widget_socialcounter ul.style2 li a.youtube:hover {
  background: #d8201a;
}
.widget.widget_socialcounter ul.style2 li a.youtube:hover .fa {
  background: #d8201a;
}
.widget.widget_socialcounter ul.style2 li a.spotify {
  background: #7ab800;
}
.widget.widget_socialcounter ul.style2 li a.spotify .fa {
  background: #7ab800;
  color: #fff;
}
.widget.widget_socialcounter ul.style2 li a.spotify span {
  color: #fff;
}
.widget.widget_socialcounter ul.style2 li a.spotify:hover {
  background: #699f00;
}
.widget.widget_socialcounter ul.style2 li a.spotify:hover .fa {
  background: #699f00;
}
.widget.widget_socialcounter ul.style2 li a.behance {
  background: #1769ff;
}
.widget.widget_socialcounter ul.style2 li a.behance .fa {
  background: #1769ff;
  color: #fff;
}
.widget.widget_socialcounter ul.style2 li a.behance span {
  color: #fff;
}
.widget.widget_socialcounter ul.style2 li a.behance:hover {
  background: #0059fd;
}
.widget.widget_socialcounter ul.style2 li a.behance:hover .fa {
  background: #0059fd;
}
.widget.widget_socialcounter ul.style2 li a.deviantart {
  background: #4e6252;
}
.widget.widget_socialcounter ul.style2 li a.deviantart .fa {
  background: #4e6252;
  color: #fff;
}
.widget.widget_socialcounter ul.style2 li a.deviantart span {
  color: #fff;
}
.widget.widget_socialcounter ul.style2 li a.deviantart:hover {
  background: #435446;
}
.widget.widget_socialcounter ul.style2 li a.deviantart:hover .fa {
  background: #435446;
}
.widget.widget_socialcounter ul.style2 li a.vimeo {
  background: #1ab7ea;
}
.widget.widget_socialcounter ul.style2 li a.vimeo .fa {
  background: #1ab7ea;
  color: #fff;
}
.widget.widget_socialcounter ul.style2 li a.vimeo span {
  color: #fff;
}
.widget.widget_socialcounter ul.style2 li a.vimeo:hover {
  background: #14a7d7;
}
.widget.widget_socialcounter ul.style2 li a.vimeo:hover .fa {
  background: #14a7d7;
}
.widget.widget_socialcounter ul.style2 li a.rss {
  background: #f26522;
}
.widget.widget_socialcounter ul.style2 li a.rss .fa {
  background: #f26522;
  color: #fff;
}
.widget.widget_socialcounter ul.style2 li a.rss span {
  color: #fff;
}
.widget.widget_socialcounter ul.style2 li a.rss:hover {
  background: #ed560e;
}
.widget.widget_socialcounter ul.style2 li a.rss:hover .fa {
  background: #ed560e;
}
.widget.widget_socialcounter ul li {
  padding: 0 0 1px 0;
}
.widget.widget_socialcounter ul li a {
  display: block;
  height: 38px;
  line-height: 38px;
  padding: 0 14px;
  margin-left: 38px;
  position: relative;
  color: #080808;
  font-size: 11px;
  font-weight: 600;
  background: #fff;
}
.widget.widget_socialcounter ul li a .fa {
  position: absolute;
  top: 0;
  left: -38px;
  display: block;
  width: 37px;
  height: 38px;
  line-height: 38px;
  font-size: 14 px;
  text-align: center;
  background: #fff;
}
.widget.widget_socialcounter ul li a em {
  font-style: normal;
}
.widget.widget_socialcounter ul li a span {
  font-size: 10px;
  font-weight: 600;
  float: right;
  display: none;
}
@media only screen and (min-width: 64.063em) {
  .widget.widget_socialcounter ul li a span {
    display: inline;
  }
}
.rtl .widget.widget_socialcounter ul li a span {
  float: left;
}
.widget.widget_socialcounter ul li a.facebook .fa,
.widget.widget_socialcounter ul li a.facebook span {
  color: #3b5998;
}
.widget.widget_socialcounter ul li a.google-plus .fa,
.widget.widget_socialcounter ul li a.google-plus span {
  color: #dd4b39;
}
.widget.widget_socialcounter ul li a.linkedin .fa,
.widget.widget_socialcounter ul li a.linkedin span {
  color: #007bb6;
}
.widget.widget_socialcounter ul li a.pinterest .fa,
.widget.widget_socialcounter ul li a.pinterest span {
  color: #cb2027;
}
.widget.widget_socialcounter ul li a.twitter .fa,
.widget.widget_socialcounter ul li a.twitter span {
  color: #00aced;
}
.widget.widget_socialcounter ul li a.instagram .fa,
.widget.widget_socialcounter ul li a.instagram span {
  color: #3f729b;
}
.widget.widget_socialcounter ul li a.vk .fa,
.widget.widget_socialcounter ul li a.vk span {
  color: #45668e;
}
.widget.widget_socialcounter ul li a.tumblr .fa,
.widget.widget_socialcounter ul li a.tumblr span {
  color: #35465c;
}
.widget.widget_socialcounter ul li a.xing .fa,
.widget.widget_socialcounter ul li a.xing span {
  color: #cfdc00;
}
.widget.widget_socialcounter ul li a.soundcloud .fa,
.widget.widget_socialcounter ul li a.soundcloud span {
  color: #f80;
}
.widget.widget_socialcounter ul li a.dribbble .fa,
.widget.widget_socialcounter ul li a.dribbble span {
  color: #ea4c89;
}
.widget.widget_socialcounter ul li a.youtube .fa,
.widget.widget_socialcounter ul li a.youtube span {
  color: #e52d27;
}
.widget.widget_socialcounter ul li a.spotify .fa,
.widget.widget_socialcounter ul li a.spotify span {
  color: #7ab800;
}
.widget.widget_socialcounter ul li a.behance .fa,
.widget.widget_socialcounter ul li a.behance span {
  color: #1769ff;
}
.widget.widget_socialcounter ul li a.deviantart .fa,
.widget.widget_socialcounter ul li a.deviantart span {
  color: #4e6252;
}
.widget.widget_socialcounter ul li a.vimeo .fa,
.widget.widget_socialcounter ul li a.vimeo span {
  color: #1ab7ea;
}
.widget.widget_socialcounter ul li a.rss .fa,
.widget.widget_socialcounter ul li a.rss span {
  color: #f26522;
}

/*------------------------------------------------------------------
Pagination
*/
.pagination {
  margin: 0 0 60px;
}
.pagination .screen-reader-text {
  display: none;
}
.pagination .page-numbers {
  display: inline-block;
  font-size: 11px;
  color: #080808;
  border: 1px solid #080808;
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  font-weight: 600;
  vertical-align: middle;
}
.pagination .page-numbers.dots {
  border-color: transparent;
  position: relative;
  top: -3px;
}
.pagination .page-numbers:not(.dots):hover, .pagination .page-numbers.current {
  color: #fff;
  background: #080808;
}
.pagination .page-numbers.prev, .pagination .page-numbers.next {
  font-size: 14px;
  vertical-align: middle;
}

/*------------------------------------------------------------------
Form Styling
*/
form {
  margin: 0;
}
form fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}

input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
textarea {
  border: 1px solid #e6e6e6;
  padding: 12px 15px 11px;
  margin-bottom: 24px;
  color: rgba(0, 0, 0, 0.6);
  font-size: 11px;
  font-weight: 500;
  background: #fff;
  max-width: 100%;
  outline: 0;
  font-family: inherit;
  border-radius: 0;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}
input[type="text"]:focus,
input[type="password"]:focus,
input[type="date"]:focus,
input[type="datetime"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="time"]:focus,
input[type="url"]:focus,
textarea:focus {
  background: #fff;
  border-color: #080808;
  color: #080808;
}
input[type="text"].parsley-error, input[type="text"].wpcf7-not-valid, .woocommerce-invalid-required-field input[type="text"],
input[type="password"].parsley-error,
input[type="password"].wpcf7-not-valid, .woocommerce-invalid-required-field
input[type="password"],
input[type="date"].parsley-error,
input[type="date"].wpcf7-not-valid, .woocommerce-invalid-required-field
input[type="date"],
input[type="datetime"].parsley-error,
input[type="datetime"].wpcf7-not-valid, .woocommerce-invalid-required-field
input[type="datetime"],
input[type="email"].parsley-error,
input[type="email"].wpcf7-not-valid, .woocommerce-invalid-required-field
input[type="email"],
input[type="number"].parsley-error,
input[type="number"].wpcf7-not-valid, .woocommerce-invalid-required-field
input[type="number"],
input[type="search"].parsley-error,
input[type="search"].wpcf7-not-valid, .woocommerce-invalid-required-field
input[type="search"],
input[type="tel"].parsley-error,
input[type="tel"].wpcf7-not-valid, .woocommerce-invalid-required-field
input[type="tel"],
input[type="time"].parsley-error,
input[type="time"].wpcf7-not-valid, .woocommerce-invalid-required-field
input[type="time"],
input[type="url"].parsley-error,
input[type="url"].wpcf7-not-valid, .woocommerce-invalid-required-field
input[type="url"],
textarea.parsley-error,
textarea.wpcf7-not-valid, .woocommerce-invalid-required-field
textarea {
  border-color: #e76049;
}
input[type="text"].full,
input[type="password"].full,
input[type="date"].full,
input[type="datetime"].full,
input[type="email"].full,
input[type="number"].full,
input[type="search"].full,
input[type="tel"].full,
input[type="time"].full,
input[type="url"].full,
textarea.full {
  width: 100%;
}
.widget input[type="text"], .widget
input[type="password"], .widget
input[type="date"], .widget
input[type="datetime"], .widget
input[type="email"], .widget
input[type="number"], .widget
input[type="search"], .widget
input[type="tel"], .widget
input[type="time"], .widget
input[type="url"], .widget
textarea {
  background: transparent;
}
input[type="text"].placeholder,
input[type="password"].placeholder,
input[type="date"].placeholder,
input[type="datetime"].placeholder,
input[type="email"].placeholder,
input[type="number"].placeholder,
input[type="search"].placeholder,
input[type="tel"].placeholder,
input[type="time"].placeholder,
input[type="url"].placeholder,
textarea.placeholder {
  text-transform: uppercase;
  color: #8f8f8f;
  font-size: 11px;
}
input[type="text"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
input[type="date"]:-moz-placeholder,
input[type="datetime"]:-moz-placeholder,
input[type="email"]:-moz-placeholder,
input[type="number"]:-moz-placeholder,
input[type="search"]:-moz-placeholder,
input[type="tel"]:-moz-placeholder,
input[type="time"]:-moz-placeholder,
input[type="url"]:-moz-placeholder,
textarea:-moz-placeholder {
  text-transform: uppercase;
  color: #8f8f8f;
  font-size: 11px;
}
input[type="text"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="date"]::-moz-placeholder,
input[type="datetime"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="number"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="time"]::-moz-placeholder,
input[type="url"]::-moz-placeholder,
textarea::-moz-placeholder {
  text-transform: uppercase;
  color: #8f8f8f;
  font-size: 11px;
}
input[type="text"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="date"]:-ms-input-placeholder,
input[type="datetime"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="time"]:-ms-input-placeholder,
input[type="url"]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  text-transform: uppercase;
  color: #8f8f8f;
  font-size: 11px;
}
input[type="text"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="date"]::-webkit-input-placeholder,
input[type="datetime"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="time"]::-webkit-input-placeholder,
input[type="url"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  text-transform: uppercase;
  color: #8f8f8f;
  font-size: 11px;
}

.parsley-error-list,
.wpcf7-not-valid-tip,
.screen-reader-response {
  display: none !important;
}

.wpcf7-form-control-wrap {
  display: block;
  width: 100%;
}

label {
  font-size: 11px;
  display: block;
  color: #080808;
  margin: 0 0 8px;
  line-height: 1;
  font-weight: 600;
  text-transform: uppercase;
  clear: both;
}
label small {
  font-size: 10px;
  color: #649fd6;
}

textarea {
  min-height: 108px;
}
.wpcf7-form textarea {
  min-height: 200px;
}
.review-popup textarea {
  min-height: 150px;
}

/*------------------------------------------------------------------
WP-Specific
*/
.wp-caption,
.wp-caption-text,
.sticky,
.gallery-caption,
.alignright,
.alignleft,
.aligncenter,
.bypostauthor {
  color: inherit;
}

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

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

.alignright img,
.alignleft img,
.aligncenter img {
  width: 100%;
  max-width: 100%;
}

img.center {
  margin: 0 auto;
  display: block;
}

img.full {
  width: 100%;
}

.aligncenter {
  display: block;
  clear: both;
  margin: 0 auto;
}

@media only screen and (max-width: 48.063em) {
  .alignleft,
  .alignright {
    width: 100%;
    margin: 0 0 20px;
  }
}

.wp-caption {
  max-width: 100% !important;
}
.wp-caption.aligncenter {
  width: 100% !important;
}
.wp-caption .wp-caption-text {
  display: block;
  margin: 15px 0;
  font-weight: 500;
  font-size: 11px;
  line-height: 1.45;
}
.rtl .wp-caption .wp-caption-text {
  text-align: right;
}

.gallery {
  display: block;
  margin: 0 -2px;
  float: left;
  clear: both;
}
.gallery.gallery-columns-2 .gallery-item {
  width: 50%;
}
@media only screen and (min-width: 48.063em) {
  .gallery.gallery-columns-2 .gallery-item {
    width: 50%;
  }
}
.gallery.gallery-columns-3 .gallery-item {
  width: 50%;
}
@media only screen and (min-width: 48.063em) {
  .gallery.gallery-columns-3 .gallery-item {
    width: 33.33%;
  }
}
.gallery.gallery-columns-4 .gallery-item {
  width: 50%;
}
@media only screen and (min-width: 48.063em) {
  .gallery.gallery-columns-4 .gallery-item {
    width: 50%;
  }
}
@media only screen and (min-width: 64.063em) {
  .gallery.gallery-columns-4 .gallery-item {
    width: 25%;
  }
}
.gallery.gallery-columns-5 .gallery-item {
  width: 50%;
}
@media only screen and (min-width: 48.063em) {
  .gallery.gallery-columns-5 .gallery-item {
    width: 20%;
  }
}
.gallery.gallery-columns-6 .gallery-item {
  width: 50%;
}
@media only screen and (min-width: 48.063em) {
  .gallery.gallery-columns-6 .gallery-item {
    width: 33.33%;
  }
}
@media only screen and (min-width: 64.063em) {
  .gallery.gallery-columns-6 .gallery-item {
    width: 16.66%;
  }
}
.gallery .gallery-item {
  display: inline-block;
  width: 50%;
  padding: 0 2px;
  margin-bottom: 4px;
  -moz-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
.gallery .gallery-item:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}
.gallery .gallery-item img {
  width: 100%;
  max-width: 100%;
}
.gallery .gallery-item a {
  line-height: 0;
  display: block;
  width: 100%;
}
.gallery .gallery-item .gallery-caption {
  display: none;
}

.more-link {
  display: inline-block;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  color: #649fd6;
}

[class^="tag-link"] {
  display: inline-block;
  border: 1px solid rgba(8, 8, 8, 0.4);
  color: #080808;
  font-size: 10px !important;
  padding: 8px 10px 7px;
  text-transform: uppercase;
  margin: 0 3px 3px 0;
  line-height: 1;
  font-weight: 600;
}
[class^="tag-link"]:hover {
  background: #080808;
  border-color: #080808;
  color: #fff;
  font-size: 10px !important;
}

.searchform {
  margin: 0;
}
.searchform fieldset {
  position: relative;
  border: 0;
}
.searchform fieldset input[type="text"],
.searchform fieldset input[type="search"] {
  margin: 0;
  width: 100%;
}
.searchform fieldset input[type="submit"] {
  position: absolute;
  top: 0;
  right: 0;
  border: 0;
  background: transparent;
  outline: 0;
  text-indent: -9999px;
  width: 44px;
  padding: 0;
  height: 44px;
  background: transparent url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNi4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB3aWR0aD0iMjAuMDc4cHgiIGhlaWdodD0iMTguNTMxcHgiIHZpZXdCb3g9IjAgMCAyMC4wNzggMTguNTMxIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCAyMC4wNzggMTguNTMxIiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxnPg0KCTxnPg0KCQk8cGF0aCBkPSJNMTguOTYsMTYuODk2bC00Ljk3My00LjkyNmMxLjAyLTEuMjU1LDEuNjMzLTIuODQ2LDEuNjMzLTQuNTc4YzAtNC4wMzUtMy4zMTItNy4zMTctNy4zODUtNy4zMTdTMC44NDksMy4zNTgsMC44NDksNy4zOTMNCgkJCWMwLDQuMDMzLDMuMzEzLDcuMzE2LDcuMzg2LDcuMzE2YzEuNjYsMCwzLjE4OC0wLjU1Miw0LjQyMi0xLjQ3MWw0Ljk5OCw0Ljk1YzAuMTgxLDAuMTc5LDAuNDE2LDAuMjY4LDAuNjUyLDAuMjY4DQoJCQljMC4yMzUsMCwwLjQ3Mi0wLjA4OSwwLjY1Mi0wLjI2OEMxOS4zMiwxNy44MzIsMTkuMzIsMTcuMjUzLDE4Ljk2LDE2Ljg5NnogTTIuNjkzLDcuMzkzYzAtMy4wMjcsMi40ODUtNS40ODksNS41NDItNS40ODkNCgkJCWMzLjA1NCwwLDUuNTQxLDIuNDYyLDUuNTQxLDUuNDg5YzAsMy4wMjYtMi40ODYsNS40ODktNS41NDEsNS40ODlDNS4xNzksMTIuODgyLDIuNjkzLDEwLjQxOSwyLjY5Myw3LjM5M3oiLz4NCgk8L2c+DQo8L2c+DQo8L3N2Zz4NCg==") center center no-repeat;
}
.searchform fieldset input[type="submit"]:hover {
  color: #080808;
}

/*------------------------------------------------------------------
Comments
*/
#comments {
  border-left: 2px solid #f5f5f5;
  border-right: 2px solid #f5f5f5;
  border-bottom: 2px solid #f5f5f5;
  margin-bottom: 30px;
}
@media only screen and (min-width: 64.063em) {
  #comments {
    margin-bottom: 70px;
  }
}
#comments #comment-toggle {
  display: block;
  width: 100%;
  background: #f5f5f5;
  padding: 13px;
  color: #080808;
  font-size: 14px;
  font-weight: 600;
  position: relative;
  text-transform: uppercase;
}
@media only screen and (min-width: 48.063em) {
  #comments #comment-toggle {
    padding: 25px;
    text-align: left;
  }
}
#comments #comment-toggle:after {
  font-family: FontAwesome;
  content: "\f107";
  float: right;
}
#comments #comment-toggle.active:after {
  content: "\f106";
}
#comments .comment-notes {
  margin-bottom: 20px;
}
#comments ol.commentlist {
  list-style: none;
  margin: 0;
  display: block;
  padding: 13px;
  border-bottom: 1px solid #f5f5f5;
}
@media only screen and (min-width: 48.063em) {
  #comments ol.commentlist {
    padding: 25px;
    text-align: left;
  }
}
#comments ol.commentlist > .comment:last-child .comment-body {
  margin-bottom: 0;
}
#comments ol.commentlist .comment {
  margin: 0;
}
#comments ol.commentlist .comment:before {
  display: none;
}
#comments ol.commentlist .comment.depth-1:first-child > .comment-body {
  padding-top: 0;
  padding-top: 0;
  border: 0;
}
#comments ol.commentlist .comment.depth-1:first-child > .comment-body .avatar {
  top: 8px;
}
#comments ol.commentlist .comment.depth-1:first-child > .comment-body .reply {
  top: 7px;
}
#comments ol.commentlist .comment .comment-body {
  position: relative;
  min-height: 87px;
  padding-left: 83px;
  padding-bottom: 0;
  margin-bottom: 20px;
  padding-top: 13px;
  border-top: 1px dotted #dfdfdf;
}
#comments ol.commentlist .comment .comment-meta {
  display: inline-block;
  line-height: 1;
  font-size: 10px;
  color: #666;
  text-transform: uppercase;
  font-weight: 500;
}
#comments ol.commentlist .comment .comment-meta a {
  color: #666;
}
#comments ol.commentlist .comment .vcard {
  border: 0;
  padding: 0;
  margin: 0;
}
#comments ol.commentlist .comment .vcard .fn {
  font-size: 11px;
  font-weight: 600;
  color: #080808;
  text-transform: uppercase;
}
#comments ol.commentlist .comment .vcard .says {
  display: none;
}
#comments ol.commentlist .comment .vcard .avatar {
  width: 66px;
  height: 66px;
  float: left;
  position: absolute;
  top: 20px;
  left: 0;
}
#comments ol.commentlist .comment .comment-awaiting-moderation {
  font-size: 10px;
}
#comments ol.commentlist .comment p {
  font-size: 11px;
  word-break: break-word;
}
#comments ol.commentlist .comment .reply {
  position: absolute;
  top: 18px;
  right: 0;
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 600;
  color: #080808;
}
#comments ol.commentlist .comment .reply a {
  color: #080808;
}
#comments ol.commentlist .comment .children {
  list-style: none;
  margin-left: 10px;
  margin-bottom: 22px;
}
@media only screen and (min-width: 48.063em) {
  #comments ol.commentlist .comment .children {
    margin-left: 83px;
  }
}
#comments ol.commentlist .comment .comment-respond {
  margin-top: 40px;
}

.comment-content-container {
  display: none;
}

.comment-respond {
  padding: 13px;
}
@media only screen and (min-width: 48.063em) {
  .comment-respond {
    padding: 25px;
  }
}
.comment-respond .comment-reply-title {
  font-size: 14px;
  line-height: 1;
  margin: 0 0 10px;
  display: inline-block;
  width: 100%;
  text-transform: uppercase;
}
.comment-respond .comment-reply-title small a {
  color: #649fd6;
  text-transform: none;
  font-weight: 400;
  font-size: 14px;
}
.comment-respond p {
  font-size: 12px;
}
.comment-respond input[type="text"],
.comment-respond textarea {
  width: 100%;
}
.comment-respond .form-submit {
  margin: 0 0 20px;
}
.comment-respond .form-submit .submit {
  width: 100%;
}
@media only screen and (min-width: 48.063em) {
  .comment-respond .form-submit .submit {
    width: auto;
  }
}
.comment-respond .comment-subscription-form {
  margin: 0;
}

/*------------------------------------------------------------------
Shortcodes
*/
/* Icons */
.inline-icon {
  display: inline;
}
.inline-icon.icon-1x {
  font-size: 18px;
  vertical-align: middle;
}
.inline-icon.icon-2x {
  font-size: 24px;
  vertical-align: middle;
}
.inline-icon.icon-3x {
  font-size: 28px;
  vertical-align: middle;
}
.inline-icon.icon-4x {
  font-size: 32px;
  vertical-align: middle;
}

.boxed-icon {
  display: block;
  width: 26px;
  height: 26px;
  line-height: 26px;
  text-align: center;
  font-size: 14px;
}
.boxed-icon .fa {
  vertical-align: middle;
}

/* Buttons */
.btn,
.button,
input[type=submit] {
  font-family: inherit;
  font-size: 11px;
  line-height: 11px;
  font-weight: 600;
  padding: 14px 50px 12px;
  border: 1px solid #080808;
  margin: 0;
  display: inline-block;
  cursor: pointer;
  outline: 0;
  color: #080808;
  background: transparent;
  text-transform: uppercase;
  text-shadow: none !important;
  text-align: center;
  vertical-align: middle;
  border-radius: 0 !important;
  width: 100%;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}
@media only screen and (min-width: 48.063em) {
  .btn,
  .button,
  input[type=submit] {
    width: auto;
  }
}
.btn i,
.button i,
input[type=submit] i {
  display: inline-block;
  vertical-align: middle;
}
.btn:hover,
.button:hover,
input[type=submit]:hover {
  background: #080808;
  border-color: #080808;
  color: #fff;
}
.btn.right,
.button.right,
input[type=submit].right {
  float: right;
}
.btn.black,
.button.black,
input[type=submit].black {
  background: #080808;
  border-color: #080808;
  color: #fff;
}
.btn.black:hover,
.button.black:hover,
input[type=submit].black:hover {
  background: #649fd6;
  border-color: #649fd6;
  color: #fff;
}
.btn.accent,
.button.accent,
input[type=submit].accent {
  border-color: #649fd6;
  color: #649fd6;
  background: #fff;
}
.btn.accent:hover,
.button.accent:hover,
input[type=submit].accent:hover {
  background: #448bcd;
  border-color: #448bcd;
  color: #fff;
}
.btn.white,
.button.white,
input[type=submit].white {
  border-color: #fff;
  color: #080808;
  background: #fff;
}
.btn.white:hover,
.button.white:hover,
input[type=submit].white:hover {
  background: #649fd6;
  border-color: #649fd6;
  color: #fff;
}
.btn.accent-transparent,
.button.accent-transparent,
input[type=submit].accent-transparent {
  border-color: #649fd6;
  color: #649fd6;
  background: transparent;
}
.btn.accent-transparent:hover,
.button.accent-transparent:hover,
input[type=submit].accent-transparent:hover {
  background: #649fd6;
  color: #fff;
}
.btn.white-transparent,
.button.white-transparent,
input[type=submit].white-transparent {
  border-color: #fff;
  color: #fff;
  background: transparent;
}
.btn.white-transparent:hover,
.button.white-transparent:hover,
input[type=submit].white-transparent:hover {
  background: #fff;
  color: #080808;
}
.btn.black-transparent,
.button.black-transparent,
input[type=submit].black-transparent {
  border-color: #080808;
  color: #080808;
  background: transparent;
}
.btn.black-transparent:hover,
.button.black-transparent:hover,
input[type=submit].black-transparent:hover {
  background: #080808;
  color: #fff;
}
.btn.full,
.button.full,
input[type=submit].full {
  width: 100%;
}

/* Category Title */
.category-element-holder .post .post-category {
  display: none;
}
.category-element-holder.style6-fashion .post.style3 {
  text-align: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
  padding-bottom: 28px;
}
.category-element-holder.style6-fashion .post.style3 .post-gallery {
  margin-bottom: 28px;
}
.category-element-holder.style6-fashion .post.style3 .post-bottom-meta [rel=author] {
  float: none;
}
.category-element-holder.style6-fashion .post.style3 .post-content {
  display: none;
}

.category_title {
  padding-bottom: 10px;
  margin-bottom: 15px;
  border-bottom: 2px solid rgba(0, 0, 0, 0.08);
  position: relative;
}
.category_title:before {
  content: '';
  display: block;
  width: 20px;
  height: 2px;
  background: #080808;
  position: absolute;
  bottom: -2px;
  left: 0;
}
.category_title h4 {
  font-size: 20px;
  line-height: 1;
  margin: 0;
}
@media only screen and (min-width: 48.063em) {
  .category_title {
    padding-bottom: 15px;
    margin-bottom: 30px;
  }
}
.category_title.no-border:before {
  display: none;
}
.category_title.search {
  text-transform: uppercase;
}
.category_title.search span {
  color: #649fd6;
}
.category_title.simple {
  border: 0;
  padding: 0;
  text-align: center;
}
.category_title.simple:before {
  display: none;
}
@media only screen and (min-width: 48.063em) {
  .category_title.simple {
    padding-bottom: 0;
    margin-bottom: 30px;
  }
}

blockquote.left {
  float: left;
  width: 40%;
  margin: 5px 30px 30px 0;
  text-align: left;
}
@media only screen and (max-width: 48.063em) {
  blockquote.left {
    margin-right: 0;
    width: 100%;
  }
}
blockquote.right {
  float: right;
  width: 40%;
  margin: 5px 0 30px 30px;
  text-align: right;
}
@media only screen and (max-width: 48.063em) {
  blockquote.right {
    margin-left: 0;
    width: 100%;
  }
}

/* Gap */
.gap {
  clear: both;
}

/* Trending Bar */
.trending-bar > aside {
  float: left;
  display: block;
  width: 100%;
  position: relative;
  color: rgba(0, 0, 0, 0.6);
  text-transform: uppercase;
  font-weight: 600;
  font-size: 10px;
  line-height: 17px;
  margin-bottom: 10px;
}
@media only screen and (min-width: 64.063em) {
  .trending-bar > aside {
    margin: 0;
    width: 140px;
  }
}
.trending-bar > aside:after {
  content: '';
  display: inline-block;
  width: 32px;
  height: 1px;
  background: #ededed;
  margin-left: 10px;
  position: relative;
  top: -1px;
  vertical-align: middle;
}
.trending-bar .slick {
  clear: left;
}
@media only screen and (min-width: 64.063em) {
  .trending-bar .slick {
    margin-left: 140px;
    clear: none;
  }
}

/* Video Playlist */
.video_playlist {
  padding: 10px;
}
.video_playlist iframe {
  max-width: 100%;
}
.video_playlist.style2 {
  padding: 0;
}
@media only screen and (min-width: 48.063em) {
  .video_playlist.style2 {
    padding: 0;
  }
}
.video_playlist.style2 .post.video-others {
  margin: 0;
}
.video_playlist.dark-color {
  background: #111;
}
.video_playlist.light-color {
  background: #f3f3f3;
}
@media only screen and (min-width: 48.063em) {
  .video_playlist {
    padding: 30px;
  }
}
.video_playlist .video-side.thb-loading:after, .video_playlist .video-side.slick:after {
  bottom: auto;
  top: 50%;
  margin-top: -19px;
}
.video_playlist .video-side.thb-loading > .flex-video, .video_playlist .video-side.slick > .flex-video {
  opacity: 0.7;
}
.video_playlist .video_play {
  display: block;
}
.video_playlist .video_play .post-bottom-meta {
  margin: 0;
}
.video_playlist .video_play.video-active .post-title h6 {
  color: #649fd6;
}
.video_playlist .video_play .post-title h6 {
  margin-bottom: 5px;
}

.wpb_video_widget .wpb_video_wrapper {
  padding: 0 !important;
}

/* Scroll To Top */
#scroll_totop {
  display: block;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  border-radius: 2px;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  position: fixed;
  bottom: 15px;
  right: 15px;
  z-index: 20;
}
@media only screen and (min-width: 48.063em) {
  #scroll_totop {
    bottom: 30px;
    right: 30px;
  }
}
#scroll_totop:hover {
  background: #649fd6;
}

/* Ajax Pagination */
.ajaxify-pagination.thb-loading > .columns, .ajaxify-pagination.slick > .columns {
  opacity: 0.2;
}
.ajaxify-pagination.thb-loading:after, .ajaxify-pagination.slick:after {
  bottom: auto;
  top: 50%;
  margin-top: -19px;
}

/* VC fixes */
.wpb_content_element {
  margin-bottom: 0 !important;
}

.columns > .wpb_text_column {
  float: none !important;
}

/*------------------------------------------------------------------
Plugins
*/
.grav-clone-a,
.gcard {
  display: none;
}

/*------------------------------------------------------------------
Animations
*/
.animation {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  -moz-transform: translateZ(0);
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  will-change: opacity;
}
@media only screen and (min-width: 48.063em) {
  .animation {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
  }
}

.animate {
  will-change: opacity, transform;
}

.fade-in.animate {
  -moz-animation: fade-in 0.45s 1 cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-animation: fade-in 0.45s 1 cubic-bezier(0.25, 0.46, 0.45, 0.94);
  animation: fade-in 0.45s 1 cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
@media only screen and (max-width: 48.063em) {
  .fade-in.animate {
    -moz-animation: none;
    -webkit-animation: none;
    animation: none;
  }
}

.right-to-left.animate {
  -moz-animation: right-to-left 0.45s 1 cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-animation: right-to-left 0.45s 1 cubic-bezier(0.25, 0.46, 0.45, 0.94);
  animation: right-to-left 0.45s 1 cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
@media only screen and (max-width: 48.063em) {
  .right-to-left.animate {
    -moz-animation: none;
    -webkit-animation: none;
    animation: none;
  }
}

.left-to-right.animate {
  -moz-animation: left-to-right 0.45s 1 cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-animation: left-to-right 0.45s 1 cubic-bezier(0.25, 0.46, 0.45, 0.94);
  animation: left-to-right 0.45s 1 cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
@media only screen and (max-width: 48.063em) {
  .left-to-right.animate {
    -moz-animation: none;
    -webkit-animation: none;
    animation: none;
  }
}

.bottom-to-top.animate {
  -moz-animation: bottom-to-top 0.45s 1 cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-animation: bottom-to-top 0.45s 1 cubic-bezier(0.25, 0.46, 0.45, 0.94);
  animation: bottom-to-top 0.45s 1 cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
@media only screen and (max-width: 48.063em) {
  .bottom-to-top.animate {
    -moz-animation: none;
    -webkit-animation: none;
    animation: none;
  }
}

.top-to-bottom.animate {
  -moz-animation: top-to-bottom 0.45s 1 cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-animation: top-to-bottom 0.45s 1 cubic-bezier(0.25, 0.46, 0.45, 0.94);
  animation: top-to-bottom 0.45s 1 cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
@media only screen and (max-width: 48.063em) {
  .top-to-bottom.animate {
    -moz-animation: none;
    -webkit-animation: none;
    animation: none;
  }
}

.scale.animate {
  -moz-animation: scale 0.45s 1 cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-animation: scale 0.45s 1 cubic-bezier(0.25, 0.46, 0.45, 0.94);
  animation: scale 0.45s 1 cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
@media only screen and (max-width: 48.063em) {
  .scale.animate {
    -moz-animation: none;
    -webkit-animation: none;
    animation: none;
  }
}

.animate {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}

@-moz-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes right-to-left {
  0% {
    opacity: 0;
    -moz-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0px);
    transform: translateX(0px);
  }
}
@-webkit-keyframes right-to-left {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
}
@keyframes right-to-left {
  0% {
    opacity: 0;
    -moz-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
}
@-moz-keyframes left-to-right {
  0% {
    opacity: 0;
    -moz-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0px);
    transform: translateX(0px);
  }
}
@-webkit-keyframes left-to-right {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
}
@keyframes left-to-right {
  0% {
    opacity: 0;
    -moz-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
}
@-moz-keyframes bottom-to-top {
  0% {
    opacity: 0;
    -moz-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@-webkit-keyframes bottom-to-top {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@keyframes bottom-to-top {
  0% {
    opacity: 0;
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@-moz-keyframes top-to-bottom {
  0% {
    opacity: 0;
    -moz-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@-webkit-keyframes top-to-bottom {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@keyframes top-to-bottom {
  0% {
    opacity: 0;
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@-moz-keyframes scale {
  0% {
    opacity: 0;
    -moz-transform: scale(0, 0);
    transform: scale(0, 0);
  }
  100% {
    opacity: 1;
    -moz-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
@-webkit-keyframes scale {
  0% {
    opacity: 0;
    -webkit-transform: scale(0, 0);
    transform: scale(0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
@keyframes scale {
  0% {
    opacity: 0;
    -moz-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    -webkit-transform: scale(0, 0);
    transform: scale(0, 0);
  }
  100% {
    opacity: 1;
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
/*------------------------------------------------------------------
Footer
*/
#footer {
  background: transparent;
  padding: 40px 0;
  width: 100%;
}
#footer .widget {
  background: none !important;
  padding: 0;
}
#footer .widget p {
  font-size: 14px;
}
#footer.light {
  background: #f4f4f4;
}
#footer.light .widget > strong {
  border-color: rgba(0, 0, 0, 0.1);
}
#footer.dark {
  background: #080808;
}
#footer.dark .widget {
  color: rgba(255, 255, 255, 0.6);
}
#footer.dark .widget > strong {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.15);
}
#footer.dark .widget a {
  color: rgba(255, 255, 255, 0.8);
}
#footer.dark .widget a.active, #footer.dark .widget a:hover {
  color: white;
}
#footer.dark .widget .slick-nav {
  background: #080808;
  color: rgba(255, 255, 255, 0.4);
}
#footer.dark .widget .slick-nav:hover {
  color: white;
}
#footer.dark .widget [class^="tag-link"] {
  border: 1px solid rgba(255, 255, 255, 0.4);
  color: #fff;
}
#footer.dark .widget [class^="tag-link"]:hover {
  border: 1px solid white;
  background: white;
  color: #080808;
}
#footer.dark .widget .post-title a {
  color: white;
}
#footer.dark .widget .post-bottom-meta {
  color: rgba(255, 255, 255, 0.6);
}
#footer.dark .widget .post-bottom-meta svg {
  fill: rgba(255, 255, 255, 0.6);
}
#footer.dark .widget.widget_search .s {
  color: #fff;
  border-color: #fff;
}
#footer.dark .widget.widget_search input[type="submit"] {
  background-color: #fff;
  height: 39px;
}
#footer.dark .widget.widget_socialcounter ul li a,
#footer.dark .widget.widget_socialcounter ul li a .fa {
  background: rgba(255, 255, 255, 0.07);
}
#footer.dark .widget.widget_recent_comments ul li:after {
  color: #fff;
}
#footer.dark .widget.widget_topreviews .style2 li {
  border-color: rgba(255, 255, 255, 0.2);
}
#footer.dark .widget.widget_topreviews .style2 li a {
  color: #fff;
}
#footer.dark .widget.widget_topreviews .style1 li {
  background: rgba(255, 255, 255, 0.15);
}
#footer.dark .widget.widget_topreviews .style1 li a {
  color: #fff;
}
#footer.dark .widget.widget_topreviews .style1 li .post-bottom-meta {
  color: rgba(255, 255, 255, 0.6);
}
#footer.dark .widget.widget_topreviews .style1 li .ave {
  color: #fff;
}
#footer.dark .widget.widget_topreviews .style1 li:after {
  background: rgba(0, 0, 0, 0.2);
}

#subfooter {
  width: 100%;
}
#subfooter .subfooter-menu-holder {
  padding: 40px 0;
}
#subfooter .subfooter-menu-holder .logolink {
  display: inline-block;
  margin-bottom: 25px;
}
#subfooter .subfooter-menu-holder .logolink .logoimg {
  max-height: 25px;
}
#subfooter.light {
  background: #f4f4f4;
}
#subfooter.light .subfooter-menu-holder {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
#subfooter.light .footer-menu li a {
  color: rgba(0, 0, 0, 0.8);
}
#subfooter.light .footer-menu li a:hover {
  color: black;
}
#subfooter.light p {
  color: rgba(0, 0, 0, 0.4);
}
#subfooter.dark {
  background: #080808;
}
#subfooter.dark .subfooter-menu-holder {
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}
#subfooter.dark .footer-menu li a {
  color: rgba(255, 255, 255, 0.8);
}
#subfooter.dark .footer-menu li a:hover {
  color: white;
}
#subfooter.dark p {
  color: rgba(255, 255, 255, 0.4);
}
#subfooter .footer-menu {
  display: block;
  list-style: none;
  padding: 0;
  margin: 0 0 10px;
}
#subfooter .footer-menu ul {
  margin: 0;
}
#subfooter .footer-menu li {
  display: inline-block;
  margin: 0 12px;
}
#subfooter .footer-menu li a {
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
}
#subfooter p {
  font-size: 10px;
  font-weight: 600;
  margin: 0;
}

/*------------------------------------------------------------------
404 Page
*/
.content404 {
  padding: 20px 0;
  width: 100%;
}
@media only screen and (min-width: 48.063em) {
  .content404 {
    padding: 30px 0;
  }
}
@media only screen and (min-width: 64.063em) {
  .content404 {
    padding: 40px 0;
  }
}
@media only screen and (min-width: 80em) {
  .content404 {
    padding: 60px 0;
  }
}
.content404 h3 {
  color: #fff;
  font-size: 40px;
  line-height: 44px;
  font-weight: 600;
  margin: 25px 0 0 0;
  letter-spacing: 2px;
}
.content404 p {
  margin-bottom: 30px;
}
.content404 img {
  max-width: 149px;
  width: 70%;
  margin-bottom: 20px;
}
@media only screen and (min-width: 48.063em) {
  .content404 img {
    width: 80%;
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 64.063em) {
  .content404 img {
    width: 90%;
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 80em) {
  .content404 img {
    width: 1000%;
    margin-bottom: 50px;
  }
}
.boxed .content404 {
  background: #fff;
}

/*------------------------------------------------------------------
MFP
*/
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}

.mfp-arrow:before,
.mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after,
.mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before,
.mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }

  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.mfp-ie7 .mfp-img {
  padding: 0;
}

.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px;
}

.mfp-ie7 .mfp-container {
  padding: 0;
}

.mfp-ie7 .mfp-content {
  padding-top: 44px;
}

.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0;
}

/*------------------------------------------------------------------
Theme Switcher
*/
#theme-switcher {
  display: none;
  position: fixed;
  top: 50%;
  width: 245px;
  left: -205px;
  z-index: 9999;
  -moz-transform: translate3d(0, -50%, 0);
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}
@media only screen and (min-width: 48.063em) {
  #theme-switcher {
    display: block;
  }
}
#theme-switcher.active {
  left: 0;
}
#theme-switcher.active .style-toggle svg {
  opacity: 1;
}
#theme-switcher .style-toggle {
  float: right;
  width: 40px;
  height: 40px;
  color: #fff;
  line-height: 36px;
  background: #fff;
  text-align: center;
  cursor: pointer;
  margin-top: 20px;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -moz-border-radius: 0 20px 20px 0;
  -webkit-border-radius: 0;
  border-radius: 0 20px 20px 0;
  -moz-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
}
#theme-switcher .style-toggle svg {
  vertical-align: middle;
  margin-right: 4px;
  margin-top: 2px;
  opacity: 0.6;
}
#theme-switcher .style-toggle:hover svg {
  opacity: 1;
}
#theme-switcher .style-content {
  float: left;
  background: #fff;
  padding: 30px 28px 26px 28px;
  width: 205px;
  -moz-border-radius: 0 6px 6px 0;
  -webkit-border-radius: 0;
  border-radius: 0 6px 6px 0;
  -moz-box-shadow: 2px 0 2px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 2px 0 2px rgba(0, 0, 0, 0.2);
  box-shadow: 2px 0 2px rgba(0, 0, 0, 0.2);
}
#theme-switcher .style-content .row {
  margin: 0 -2px;
  padding: 0 !important;
}
#theme-switcher .style-content .row .columns {
  padding: 0 2px;
}
#theme-switcher .style-content h6 {
  display: block;
  font-size: 12px;
  color: #080808;
  margin: 0 0 24px;
  text-transform: uppercase;
  font-weight: 600;
  padding: 0 2px;
}
#theme-switcher .style-content a {
  display: block;
  width: 100%;
  border-radius: 3px;
  border: 1px solid #dedede;
  margin: 0 0 4px 0;
  height: 38px;
  line-height: 36px;
  padding: 0 15px;
}
#theme-switcher .style-content a img {
  vertical-align: middle;
}
#theme-switcher .style-content a:hover {
  border-color: #16c0e5;
}
