@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}
/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}
/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}
/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}
/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}
/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}
/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}
/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}
/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-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;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.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-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
/* Slider */
.slick-loading .slick-list {
  background: #fff url('ajax-loader.gif') center center no-repeat;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover,
.slick-next:hover,
.slick-prev:focus,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Icons */
}
@font-face {
  font-family: 'slick';
  font-weight: normal;
  font-style: normal;
  src: url('fonts/slick.eot');
  src: url('fonts/slick.eot?#iefix') format('embedded-opentype'), url('fonts/slick.woff') format('woff'), url('fonts/slick.ttf') format('truetype'), url('fonts/slick.svg#slick') format('svg');
}
.slick-prev {
  left: -25px;
}
[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir="rtl"] .slick-prev:before {
  content: "→";
}
.slick-next {
  right: -25px;
}
[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir="rtl"] .slick-next:before {
  content: "←";
}
/* Dots */
.slick-dotted .slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}
* {
  margin: 0;
  padding: 0;
  outline: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
ul,
ol {
  list-style: none;
}
body {
  font-family: Helvetica, Arial, sans-serif;
  color: #161414;
  background: #f5f8fa;
  font-size: 16px;
  line-height: 1.2;
  position: relative;
}
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}
a {
  color: #FF007E;
  cursor: pointer;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  text-decoration: none;
}
a:hover {
  color: #d3056b;
}
textarea,
input {
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  font-size: 14px;
}
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  border-color: #ccc !important;
  -webkit-box-shadow: inset 0 0 1px #ccc;
  box-shadow: inset 0 0 1px #ccc;
  outline: 0 none;
}
.container {
  max-width: 1280px;
  padding: 0 15px;
  margin: 0 auto;
  position: relative;
}
.btn {
  border-radius: 25px;
  display: inline-block;
  vertical-align: top;
  color: #feb1e4;
  text-align: center;
  padding: 6px 20px 4px;
  text-decoration: none;
  border: 1px solid #feb1e4;
  cursor: pointer;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  font-size: 12px;
  font-weight: bold;
}
.btn:hover {
  background: #feb1e4;
  color: #fff;
}
.text-center {
  text-align: center;
}
/* header */
.header {
  background: #eaeaea;
  overflow: hidden;
  margin-bottom: 22px;
}
.home .header {
  margin-bottom: 0;
}
.header .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 46px;
}
@media screen and (max-width: 991px) {
  .header .container {
    display: block;
    height: auto;
  }
}
.header .menu-toggle {
  position: absolute;
  left: 15px;
  top: 15px;
  width: 22px;
  height: 17px;
  z-index: 100;
  cursor: pointer;
}
@media screen and (min-width: 992px) {
  .header .menu-toggle {
    display: none;
  }
}
.header .menu-toggle:before,
.header .menu-toggle:after {
  content: "";
  width: 100%;
  height: 3px;
  position: absolute;
  left: 0;
  background: #252525;
  border-radius: 2px;
}
.header .menu-toggle:before {
  top: 0;
}
.header .menu-toggle:after {
  bottom: 0;
}
.header .menu-toggle span {
  display: block;
  width: 100%;
  height: 3px;
  position: absolute;
  left: 0;
  top: 7px;
  background: #252525;
  border-radius: 2px;
}
.header .menu-toggle:hover:before,
.header .menu-toggle:hover:after,
.header .menu-toggle:hover span {
  background: #FF007E;
}
.header .header-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}
@media screen and (max-width: 991px) {
  .header .header-right {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}
.header .top-menu {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
@media screen and (max-width: 991px) {
  .header .top-menu {
    display: none;
  }
}
.header .top-menu li {
  float: left;
  font-size: 15px;
  margin-right: 20px;
  text-transform: uppercase;
}
@media screen and (max-width: 991px) {
  .header .top-menu li {
    float: none;
    margin: 0;
    border-bottom: 1px solid #fff;
  }
}
.header .top-menu li a {
  text-decoration: none;
  color: #161414;
  display: block;
  position: relative;
  height: 46px;
  line-height: 43px;
  border-top: 3px solid transparent;
}
@media screen and (max-width: 991px) {
  .header .top-menu li a {
    border: none !important;
    height: auto;
    line-height: normal;
    padding: 15px 0 10px;
  }
}
.header .top-menu li a:before {
  content: "";
  width: 100%;
  height: 3px;
  background: #FF007E;
  position: absolute;
  top: 0;
  opacity: 0;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}
.header .top-menu li a:hover,
.header .top-menu li a:focus,
.header .top-menu li a:active {
  color: #FF007E;
}
.header .top-menu li.active a,
.header .top-menu li.current-menu-item a {
  border-top: 3px solid #FF007E;
}
.header .user-links li {
  float: left;
  margin-right: 20px;
  font-size: 14px;
}
.header .user-links li a {
  color: #161414;
}
.header .user-links li a:hover,
.header .user-links li a:focus,
.header .user-links li a:active {
  color: #FF007E;
}
.header .search-trigger {
  color: #4a4a4a;
  width: 46px;
  height: 46px;
  line-height: 46px;
  cursor: pointer;
  display: block;
  text-align: center;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
}
.header .search {
  position: absolute;
  right: 15px;
  top: 1px;
  width: 0 ;
  overflow: hidden;
}
.header .search.active {
  width: calc(100% - 30px);
  z-index: 100;
}
@media screen and (max-width: 567px) {
  .header .search.active {
    width: calc(100% - 30px);
  }
}
.header .search form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header .search input {
  width: 100%;
  height: 44px;
  padding: 0 15px;
  font-size: 14px;
  border-radius: 3px;
  border: 1px solid #ccc;
  -webkit-box-shadow: inset 0 0 1px #ccc;
  box-shadow: inset 0 0 1px #ccc;
}
.header .search button {
  background: #FF007E;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  width: 32px;
  min-width: 44px;
  height: 44px;
  border-radius: 3px;
  color: #fff;
  cursor: pointer;
  margin-left: 3px;
  line-height: 32px;
}
.header .search .search-close {
  display: block;
  background: url(../images/close-button.svg) no-repeat;
  background-size: 12px 12px;
  width: 12px;
  height: 12px;
  position: absolute;
  right: 60px;
  top: 50%;
  margin-top: -6px;
  cursor: pointer;
}
.header .header-social {
  height: 46px;
}
.header .header-social .addtoany_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header .header-social a {
  width: 46px;
  height: 46px;
  position: relative;
  border-left: 1px solid #fff !important;
  color: #4a4a4a;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 19px;
  padding: 0;
}
.header .header-social a:hover {
  color: #FF007E;
}
/* slider */
.slider {
  position: relative;
  margin-bottom: 22px;
}
@media screen and (max-width: 767px) {
  .slider {
    display: none;
  }
}
.slider .slick-slide {
  position: relative;
  overflow: hidden;
}
.slider .slick-slide img {
  display: block;
  width: 100%;
}
.slider .slick-arrow {
  width: 64px;
  height: 64px;
  background: #e8e8e8;
  display: block;
  z-index: 100;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  opacity: 1;
}
@media screen and (max-width: 1440px) {
  .slider .slick-arrow {
    background: none !important;
  }
}
.slider .slick-arrow:hover {
  background: #feb1e4;
}
.slider .slick-arrow i {
  color: #fff !important;
  font-size: 22px;
}
@media screen and (max-width: 1440px) {
  .slider .slick-arrow i {
    color: #FF007E;
  }
}
.slider .slick-arrow.slick-prev {
  left: -80px;
  text-indent: -3px;
}
@media screen and (max-width: 1440px) {
  .slider .slick-arrow.slick-prev {
    left: 15px;
  }
}
.slider .slick-arrow.slick-prev:before,
.slider .slick-arrow.slick-prev:after {
  color: red !important;
  display: none !important;
}
.slider .slick-arrow.slick-next {
  right: -80px;
  text-indent: 2px;
}
@media screen and (max-width: 1440px) {
  .slider .slick-arrow.slick-next {
    right: 15px;
  }
}
.slider .slick-arrow.slick-next:before,
.slider .slick-arrow.slick-next:after {
  color: red !important;
  display: none !important;
}
.slider .slick-arrow.slick-prev:before,
.slider .slick-arrow.slick-prev:after,
.slider .slick-arrow.slick-next:before,
.slider .slick-arrow.slick-next:after {
  display: none;
}
.slider .slide-info {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  min-height: 227px;
  padding: 30px 40px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(#fff));
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #fff 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.slider .slide-info h3 {
  font-size: 24px;
  margin: 15px 0 8px;
}
.slider .slide-info h3 a {
  color: #161414;
}
.slider .slide-info h3 a:hover {
  color: #FF007E;
}
.slider .slide-info p {
  line-height: 26px;
  margin-bottom: 20px;
}
.slider .wrap {
  width: 100%;
  font-size: 12px;
}
.slider .wrap.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.slider .wrap .category {
  text-transform: uppercase;
  color: #161414;
  font-weight: bold;
}
.slider .wrap .category:hover {
  color: #FF007E;
}
.slider .wrap .keep-reading {
  text-transform: uppercase;
  font-weight: bold;
}
.slider .wrap .actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.slider .wrap .actions li {
  margin-left: 20px;
}
.slider .wrap .actions li a {
  color: #161414;
}
.slider .wrap .actions li .fas {
  color: #9b9b9b;
  margin-right: 10px;
  font-size: 14px;
}
.slider .wrap .actions li .fa-heart {
  color: #FF007E;
}
/* content */
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#content {
  width: calc(100% - 410px);
}
@media screen and (max-width: 1200px) {
  #content {
    width: 100%;
  }
}
.top-banner {
  height: 200px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.top-banner p {
  font-size: 23px;
  text-transform: uppercase;
}
.top-banner p span {
  color: #FF007E;
}
.ad-content {
  margin-bottom: 22px;
}
.ad-content img {
  display: block;
  width: 100%;
  border: 1px solid #eaeaea;
}
body.single-post #content .addtoany_shortcode {
  margin-bottom: 20px;
}
.slb_data_content {
  margin-top: 10px !important;
}
.slb_data_content * {
  line-height: normal !important;
}
.posts {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.post {
  background: #fff;
  position: relative;
  margin-bottom: 30px;
  width: calc(50% - 12px);
  border: 1px solid #e8e8e8;
  font-size: 16px;
  line-height: 26px;
}
@media screen and (max-width: 567px) {
  .post {
    width: 100%;
  }
}
.post.main-post {
  width: 100%;
}
.post .img-holder {
  overflow: hidden;
}
.post .attachment-post-thumbnail,
.post .post-img {
  width: 100%;
}
.post p {
  margin-bottom: 25px;
}
.post img {
  display: block;
  max-width: 100%;
  height: auto;
}
.post .post-data {
  padding: 30px 30px 60px;
}
@media screen and (max-width: 767px) {
  .post .post-data {
    padding: 15px !important;
  }
}
.post.main-post .post-data {
  padding: 40px 30px 60px;
}
.post .post-title {
  font-size: 20px;
  margin-bottom: 7px;
}
.main-post.post .post-title {
  font-size: 24px;
}
@media screen and (max-width: 767px) {
  .post .post-title {
    font-size: 18px !important;
  }
}
.post .post-title a {
  color: #161414;
}
.post .post-title a:hover {
  color: #FF007E;
}
.post .wrap.post-category-holder {
  font-size: 12px;
  margin-bottom: 22px;
  text-transform: uppercase;
}
.post .wrap.post-category-holder a,
.post .wrap.post-category-holder .category {
  display: inline-block;
  vertical-align: top;
  color: #4a4a4a;
  font-weight: bold;
}
.post .wrap.post-category-holder a:hover,
.post .wrap.post-category-holder .category:hover {
  color: #FF007E;
}
.post .wrap.post-category-holder span {
  color: #9b9b9b;
}
.post .post-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: absolute;
  left: 0;
  bottom: 30px;
  padding: 0 30px;
  width: 100%;
}
.post .post-actions .actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 12px;
}
.post .post-actions .actions li {
  margin-left: 20px;
  color: #161414;
}
.post .post-actions .actions li a {
  color: #161414;
}
.post .post-actions .actions li .fas {
  color: #9b9b9b;
  margin-right: 10px;
  font-size: 14px;
}
.post .post-actions .actions li .fa-heart {
  color: #FF007E;
}
.archive-title,
.search-results-title {
  font-weight: bold;
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 15px;
}
.archive-title a,
.search-results-title a {
  color: #323232;
}
.archive-title a:hover,
.search-results-title a:hover {
  color: #FF007E;
}
.archive-title .fa,
.search-results-title .fa,
.archive-title .fas,
.search-results-title .fas {
  color: #161414;
  margin-right: 5px;
}
.social {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.social .share i {
  font-size: 22px;
}
.comments h2 {
  border-bottom: 1px solid #eaeaea;
  padding-bottom: 23px;
  margin-bottom: 23px;
  text-transform: uppercase;
  font-size: 18px;
  color: #323232;
  font-weight: 800;
}
.comments h2 span {
  font-weight: normal;
}
.comments ul.commentlist {
  margin-bottom: 60px;
}
.comments ul.commentlist li {
  margin-bottom: 20px;
}
.comments ul.commentlist li .avatar {
  float: left;
  margin-right: 30px;
  border-radius: 50%;
  width: 80px;
  height: 80px;
}
@media screen and (max-width: 767px) {
  .comments ul.commentlist li .avatar {
    width: 50px;
    height: 50px;
    margin-right: 15px;
  }
}
.comments ul.commentlist li .comment-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 7px;
}
@media screen and (max-width: 567px) {
  .comments ul.commentlist li .comment-heading {
    display: block;
  }
  .comments ul.commentlist li .comment-heading span {
    display: block;
    margin-bottom: 5px;
  }
}
.comments ul.commentlist li .comment-heading .date {
  color: #a8a8a8;
}
.comments ul.commentlist li .comment-body {
  overflow: hidden;
}
.comments ul.commentlist li .comment-body p {
  margin-bottom: 10px;
}
.comments ul.commentlist li .comment-body + ul {
  margin-top: 26px;
}
.comments ul.commentlist li .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid #eaeaea;
  padding-bottom: 24px;
  font-weight: bold;
}
.comments ul.commentlist li .wrap a {
  color: #323232;
}
.comments ul.commentlist li .wrap a:hover {
  color: #FF007E;
}
.comments ul.commentlist li .wrap .fa-heart {
  color: #a8a8a8;
}
.comments ul.commentlist li ul {
  margin-left: 50px;
}
.comments .commentform textarea {
  background: #f8f8f8;
  border: 1px solid #eaeaea;
  width: 100% !important;
  height: 110px;
  padding: 20px;
  display: block;
  margin-bottom: 20px;
  border-radius: 2px;
  line-height: 22px;
}
.comments .commentform .inputs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 567px) {
  .comments .commentform .inputs {
    display: block;
  }
}
.comments .commentform .inputs input {
  width: calc(33.33333333% - 25px);
  background: #f8f8f8;
  border: 1px solid #eaeaea;
  height: 50px;
  padding: 0 20px;
  display: block;
  margin-bottom: 20px;
  position: relative;
  border-radius: 2px;
}
@media screen and (max-width: 567px) {
  .comments .commentform .inputs input {
    width: 100%;
  }
}
.comments .commentform .btn {
  height: 40px;
  float: right;
}
.pagination {
  overflow: hidden;
  text-align: center;
  padding: 15px 0;
}
.wp-pagenavi {
  overflow: hidden;
  text-align: center;
  padding: 15px 0;
}
.wp-pagenavi span {
  min-width: 40px;
}
.wp-pagenavi span.pages {
  background: none !important;
  padding: 0 10px !important;
}
.wp-pagenavi span.current {
  background: #FF007E;
  color: #fff;
  font-weight: normal !important;
}
.wp-pagenavi a {
  width: 40px;
}
.wp-pagenavi a:hover {
  background: #FF007E;
  color: #fff !important;
}
.wp-pagenavi span,
.wp-pagenavi a {
  display: inline-block;
  vertical-align: top;
  line-height: 40px;
  text-align: center;
  color: #323232;
  height: 40px;
  border: none !important;
  padding: 0 !important;
  border-radius: 3px;
  font-weight: normal;
}
/* sidebar */
.sidebar {
  min-width: 410px;
  max-width: 410px;
  margin-left: 25px;
}
@media screen and (max-width: 1200px) {
  .sidebar {
    display: none;
  }
}
.sidebar .s-post .img-holder {
  display: block;
  text-decoration: none;
}
.sidebar .s-post img {
  display: block;
  width: 100%;
  height: auto;
}
.sidebar .s-post-inner {
  padding: 20px 30px;
}
.sidebar .s-post h2 {
  font-size: 20px;
  margin-bottom: 10px;
}
.sidebar .s-post h2 a {
  color: #161414;
}
.sidebar .s-post-category {
  color: #9b9b9b;
  font-size: 14px;
  display: block;
  margin-bottom: 10px;
}
.sidebar .s-post-category a {
  color: #9b9b9b;
}
.sidebar .s-post a:hover {
  color: #FF007E;
}
.sidebar .s-post p {
  font-size: 16px;
  line-height: 26px;
}
.sidebar .s-post-bottom {
  padding: 15px 30px;
  border-top: 1px solid #e8e8e8;
}
.sidebar .s-post-bottom a {
  color: #feb1e4;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
}
.sidebar .s-post-bottom a:hover {
  color: #FF007E;
}
.sidebar .s-post .browse-category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 15px;
}
.sidebar .wbox {
  background: #fff;
  position: relative;
  margin-bottom: 30px;
  border: 1px solid #e8e8e8;
}
.sidebar .wbox .wbox-title {
  color: #161414;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  height: 77px;
  line-height: 77px;
  overflow: hidden;
  border-bottom: 1px solid #e8e8e8;
}
.sidebar .wbox .inner {
  background: #fff;
  padding: 45px 30px 30px;
}
.sidebar .wbox .inner.inner-sidebar-banner {
  padding: 30px;
}
.sidebar .wbox ul {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.sidebar .wbox ul li {
  width: 48%;
  overflow: hidden;
  margin-bottom: 23px;
  padding: 0 10px;
  font-size: 18px;
  font-weight: bold;
}
.sidebar .wbox ul li a {
  overflow: hidden;
  color: #4a4a4a;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.sidebar .wbox ul li a span {
  float: right;
  color: #a8a8a8;
  font-size: 16px;
  font-weight: normal;
}
.sidebar .wbox ul li a:hover {
  color: #FF007E;
}
.sidebar .wbox .popular {
  overflow: hidden;
}
.sidebar .wbox .popular li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.sidebar .wbox .popular li + li {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #d8d8d8;
}
.sidebar .wbox .popular li .img-holder {
  margin-right: 20px;
  min-width: 160px;
  width: 160px;
}
.sidebar .wbox .popular li img {
  display: block;
  width: 100%;
}
.sidebar .wbox .popular li .popular-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.sidebar .wbox .popular li h2 {
  font-size: 16px;
  margin-bottom: 8px;
}
.sidebar .wbox .popular li h2 a {
  color: #161414;
  display: block;
}
.sidebar .wbox .popular li h2 a:hover {
  color: #FF007E;
}
.sidebar .wbox .popular li p {
  font-size: 12px;
  color: #9b9b9b;
}
.sidebar .wbox .popular li p strong {
  text-transform: uppercase;
  color: #4a4a4a;
}
.sidebar .wbox .last-comments {
  padding: 0 10px;
}
.sidebar .wbox .last-comments li {
  overflow: hidden;
  border-bottom: 1px solid #eaeaea;
  padding: 18px 0;
}
.sidebar .wbox .last-comments li:first-child {
  padding-top: 0;
}
.sidebar .wbox .last-comments li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.sidebar .wbox .last-comments li a {
  display: block;
}
.sidebar .wbox .last-comments li a:hover .by {
  color: #FF007E;
}
.sidebar .wbox .last-comments li img {
  float: left;
  margin-right: 20px;
}
.sidebar .wbox .last-comments li .rc-body {
  overflow: hidden;
  display: block;
}
.sidebar .wbox .last-comments li .rc-body .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 10px;
}
.sidebar .wbox .last-comments li .rc-body .by {
  display: block;
  color: #4a4a4a;
  font-size: 16px;
  font-weight: bold;
}
.sidebar .wbox .last-comments li .rc-body .date {
  display: block;
  color: #9b9b9b;
  font-size: 15px;
  text-align: right;
}
.sidebar .wbox .last-comments li .rc-body .txt {
  font-size: 15px;
  line-height: 16px;
  color: #9b9b9b;
}
.sidebar .wbox .all-comments {
  display: block;
  text-align: right;
  color: #3a68a1;
  font-weight: bold;
  font-size: 14px;
}
.sidebar .wbox .ad-sidebar img {
  display: block;
  width: 100%;
  height: auto;
}
/* footer */
.footer {
  background: #fff;
  overflow: hidden;
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .footer {
    text-align: center;
  }
}
.footer .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 210px;
}
@media screen and (max-width: 767px) {
  .footer .wrap {
    display: block;
    min-height: 0;
    padding: 50px 15px;
  }
}
.footer .logo {
  color: #252525;
  font-size: 32px;
  font-weight: bold;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .footer .logo {
    margin-bottom: 50px;
  }
}
.footer .logo span {
  color: #FF007E;
  font-size: 43px;
}
.footer .contact-us strong {
  color: #4a4a4a;
  font-size: 14px;
  text-transform: uppercase;
  margin: 0 0 25px 18px;
  display: block;
}
.footer .contact-us .addtoany_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer .contact-us .addtoany_list a {
  width: 46px;
  height: 46px;
  position: relative;
  color: #4a4a4a;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 19px;
  padding: 0;
}
.footer .contact-us .addtoany_list a:hover {
  color: #FF007E;
}
.footer ul li {
  float: left;
  font-size: 18px;
  color: #4a4a4a;
}
@media screen and (max-width: 767px) {
  .footer ul li {
    display: inline-block;
    vertical-align: top;
    float: none;
    margin: 0 15px !important;
  }
}
.footer ul li + li {
  margin-left: 32px;
}
.footer ul li a {
  color: #4a4a4a;
}
.footer ul li a:hover {
  color: #FF007E;
}
.footer .copyright {
  background: #e8e8e8;
  color: #4a4a4a;
  font-size: 12px;
  padding: 10px 0;
}
