/*
Theme Name: Крутой Лайфхак
*/
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "Roboto", sans-serif; }
  .alignleft {
    display: inline;
    float: left;
  }
.pum {
  opacity: 1!important;
}
.alignright {
  display: inline;
  float: right;
}

.aligncenter {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

blockquote.alignleft,
.wp-caption.alignleft,
img.alignleft {
  margin: 0.4em 1.6em 1.6em 0;
}

blockquote.alignright,
.wp-caption.alignright,
img.alignright {
  margin: 0.4em 0 1.6em 1.6em;
}

blockquote.aligncenter,
.wp-caption.aligncenter,
img.aligncenter {
  clear: both;
  margin-top: 0.4em;
  margin-bottom: 1.6em;
}

.wp-caption.alignleft,
.wp-caption.alignright,
.wp-caption.aligncenter {
  margin-bottom: 1.2em;
}
.hak {
  display: none;
}
.wrapper {
  
  min-width: 320px; }

.headerWrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: flex-start;
  height: 70px; }

.headerWrapper button {
  width: 60px;
  height: 60px;
  border: none;
  outline: none;
  background-color: #fff;
}

.container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.mainMenu {
  margin: 0 auto;
}

.mainMenu li {
  display: inline-block; }

.mainMenu a {
  position: relative;
  list-style: none;
  text-decoration: none;
  color: #1E1408;
  font-size: 18px;
  font-family: "Roboto Slab", serif;
  font-weight: 400;
  padding: 10px;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out; }
  .mainMenu a::after {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    height: 2px;
    width: 100%;
    background-color: #FCA746;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    -webkit-transform: scaleX(0);
    transform: scaleX(0); }
  .mainMenu a:hover::after {
    -webkit-transform: scaleX(1);
    transform: scaleX(1); }

.logo:hover {
  cursor: pointer; }

.search {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 40px;
  padding-left: 36px;
  margin-right: 7px;
  border: 2px solid rgba(30, 20, 8, 0.1);
  border-radius: 3px; }
  .search::before {
    content: '';
    position: absolute;
    left: 6px;
    height: 25px;
    width: 25px;
    background-image: url("assets/img/search.png");
    background-size: 18px 18px;
    background-position: center;
    background-repeat: no-repeat; }
  .search input {
    border: none;
    outline: none;
    height: 26px;
    width: 230px;
    padding-left: 13px;
    border-left: 2px solid rgba(30, 20, 8, 0.1);
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out; }
    .search input::-webkit-input-placeholder, .search input:-ms-input-placeholder, .search input::-ms-input-placeholder, .search input::-webkit-input-placeholder {
      font-size: 14px;
      color: rgba(30, 20, 8, 0.3); }
    .search input::-webkit-input-placeholder, .search input:-ms-input-placeholder, .search input::-ms-input-placeholder, .search input::placeholder {
      font-size: 14px;
      color: rgba(30, 20, 8, 0.3); }
    .search input:focus {
      border-left: 3px solid rgba(252, 167, 70, 0.5); }
  .search img {
    cursor: pointer;
    width: 30px;
    padding: 5px 5px 5px 5px; }

.topCaregoriesWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  width: 100%;
  margin-bottom: 45px; }

.categorySingleWrap {
  cursor: pointer;
  width: 100%;
  margin: 3px;
  -webkit-box-shadow: 0px 5px 39px -17px #000000;
  box-shadow: 0px 5px 39px -17px #000000; }
  .categorySingleWrap:hover .categoryCaption {
    color: #FCA746; }
  .categorySingleWrap h1 {
    text-align: center;
    font-family: "Roboto Slab", serif;
    font-size: 20px;
    color: #3B4248;
    font-weight: 400;
    margin-top: 10px;
    padding: 0 15px 0 15px; }
  .categorySingleWrap img {
    width: 100%; }

.category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  position: relative;
  height: 125px;
  width: 100%;
  overflow: hidden; }
  .category:hover .bgScale1, .category:hover .bgScale2, .category:hover .bgScale3, .category:hover .bgScale4, .category:hover .bgScale5, .category:hover .bgScale6, .category:hover .bgScale7, .category:hover .bgScale8 {
    -webkit-transform: scale(1.1);
    transform: scale(1.1); }

.bgScale1, .bgScale2, .bgScale3, .bgScale4, .bgScale5, .bgScale6, .bgScale7, .bgScale8  {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
  width: 100%;
  height: 100%;
  z-index: -1; }

.caption {
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #ffffff;
  height: 24px;
  text-align: center;
  font-family: "Roboto Slab", serif;
  font-size: 14px;
  font-weight: 400;
  color: #3B4248;
  margin: 0 auto;
  margin-top: -32px;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 2px; }

.contentWrapper {
  width: 100%;
  margin: 0 auto; }

.mainArticleContentWrapper {
  width: 100%;
  margin: 0 auto; }
.mainArticleWrapper {
  width: 100%;
  margin-right: 20px;
}
.mainAd {
  margin-top: 10px;
}
.mobileBottomAd {
  display: none;
}
.sideAdWrapper {
  width: 240px;
  margin-left: 10px;
}
.popupBannerWrapper {
  width: 90%;
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateY(-150%);
  transition: all .2s ease-out;
  display: none;
  z-index: 2000;
}
.popupBannerWrapperShown {
  transform: translateY(0)!important;
}
.popupBannerWrapperHidden {
  transform: translateY(-100%)!important;
}
.popupBanner {
  position: relative;
  left: -50%;
  min-height: 90px;
  background-color: #fff;
}
.closeAd {
  outline: none;
  border: none;
  position: absolute;
  bottom: -25px;
  left: -15px;
  width: 30px!important;
  height: 30px!important;
  background-color: #fff;
  border-radius: 50%;
  cursor: pointer;
  z-index: 2001;
}
.closeAd img {
  width: 100%;
  height: 100%;
  transform: rotate(-90deg);
  transition: all .2s ease-out;
  color: #fca746;
}
.imgClosed {
  transform: rotate(90deg)!important;
}

.topSection {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 1200px;
  margin: 0 auto; }

.mainArticle {
  position: relative;
  cursor: pointer;
  min-height: 420px;
  overflow: hidden;
  -webkit-box-shadow: -3px 4px 25px -9px #000000;
  box-shadow: -3px 4px 25px -9px #000000; }
  .mainArticle footer {
    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;
    height: 350px; }
  .mainArticle h1 {
    font-family: "Roboto Slab", serif;
    font-weight: 700;
    font-size: 30px;
    text-align: left;
    padding: 20px 20px 10px 20px;
    color: #ffffff; }
  .mainArticle:hover .articleBgScale {
    -webkit-transform: scale(1.1);
    transform: scale(1.1); }

.numberOfViews {
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between; 
  -webkit-box-justify-content: space-between; 
  -ms-flex-justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .numberOfViews p {
    font-family: "Roboto", sans-serif;
    font-size: 10px;
    color: #ffffff; }
  .numberOfViews img {
    margin-right: 10px;
    width: 24px!important; }
.viewCounterWrapper {
  width: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: flex-start; 
  -webkit-box-justify-content: flex-start; 
  -ms-flex-justify-content: flex-start; 
}
.viewCounter {
  margin-right: 30px; }

.tag {
  text-align: center;
  padding: 2px;
  margin: 0 7px 0 7px;
  border: 1px solid #ffffff;
  border-radius: 3px;
  -webkit-transition: all .2s ease-out;
  transition: all .2s ease-out; }
  .tag:hover {
    background-color: rgba(255, 255, 255, 0.4); }
  .tag p {
    color: #ffffff;
    font-family: "Roboto", sans-serif;
    font-size: 11px; }

.articleData {
  text-align: left;
  margin-bottom: 10px;
  margin-left: 20px; }
  .articleData span {
    color: #ffffff;
    font-family: "Roboto", sans-serif;
    font-size: 10px; }

.articleBgScale {
  position: absolute;
  background-image: url("assets/img/articleBg.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
  width: 100%;
  height: 100%;
  z-index: -2; }

.articleBlur {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: #000000;
  opacity: 0.2; }

.sidebarWrapper {
  width: 400px;
  min-width: 400px; }

.sidebarNoPopular a {
  padding: 0!important;
}

.sidebar {
  width: 100%;
  padding: 0 15px 15px 15px; }

.ppLabel {
  font-family: "Roboto", sans-serif;
  font-size: 22px;
  text-align: center;
  margin-bottom: 20px; }

.aligner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-between; }

.popularPost {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  height: auto;
  min-height: 85px;
  margin-bottom: 7px;
  padding: 10px;
  background-color: #F9F9F9;
  -webkit-box-shadow: -3px 4px 22px -13px #000000;
  box-shadow: -3px 4px 22px -13px #000000; }
  .popularPost:hover h1 {
    color: #FCA746; }
  .popularPost h1 {
    font-family: "Roboto Slab", serif;
    color: #3B4248;
    font-weight: 700;
    font-size: 14px;
    margin-bottom: 2px;
    margin-top: 5px;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out; }
  .popularPost img {
    width: 100px!important;
    height: auto!important;
    max-height: 85px!important;
    margin: 0 auto;
    margin-right: 10px; }
  .popularPostH1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-width: 270px;
    height: 100%;
  }
  .popularPost a {
    font-family: "Roboto Slab", serif;
    max-width: 285px;
    text-decoration: none;
    padding-left: 10px;
    font-size: 16px;
    transition: all .2s ease-out;
  }
  .popularPost a:hover {
    color: #FCA746;
  }
.aligner100Width {
  width: 100%;
  height: 65px;
}

.sidebar ul {
  list-style: none;
}

.sidebar a {
  text-decoration: none;
  color: #3B4248;
}

.sidebarPP {
  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;
  float: left;
  width: 65px;
  height: 65px;
  margin-right: 5px;
  background-color: #FCA746;
}
.sidebarPP span {
  color: #ffffff;
}

.ppDate {
  font-family: "Roboto", sans-serif;
  font-size: 11px;
  color: #7D7D7D;
  text-align: right; }

.mainSection {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 1200px;
  margin: 0 auto;
  margin-top: 20px; }

.tileWrapper {
  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: center;
  -webkit-box-align: space-around;
  -ms-flex-align: space-around;
  align-items: space-around;
  width: 100%; }

.tileWrapper a {
  text-decoration: none;
  color: #ffffff;
}

.tileBG {
  position: absolute;
  height: 195px;
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1; }
  .tileBG img {
    width: 18px; }
  .tileBG .tag {
    margin: 0; }
  .tileBG .numberOfViews {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    padding: 7px;
    background-color: rgba(0, 0, 0, 0.2); }
.fiilEmptyness {
  width: 100%;
  height: 100%;
}
.tileTitleLink {
  margin: 0 auto;
}
.tile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  position: relative;
  width: 350px;
  height: 200px;
  margin: 5px;
  -webkit-box-shadow: -3px 4px 22px -13px #000000;
  box-shadow: -3px 4px 22px -13px #000000;
  z-index: 1; }
  .tile:hover {
    cursor: pointer; }
  .tile:hover h1 {
    color: #FCA746;
    background-color: rgba(0, 0, 0, 0.6); }
  .tile h1 {
    font-family: "Roboto Slab", serif;
    color: #ffffff;
    font-weight: 700;
    font-size: 16px;
    padding: 10px;
    background-color: rgba(0, 0, 0, 0.2);
    -webkit-transition: all .1s ease-out;
    transition: all .1s ease-out; }

.lastArticleCaption {
  font-family: "Roboto Slab", serif;
  font-size: 18px;
  text-align: center;
  color: #3B4248;
  margin-bottom: 10px; }

.siteFooter {
  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;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  height: 50px;
  background-color: #1B1B1B;
  padding: 10px; }
  .siteFooter p {
    color: #ffffff;
    font-size: 13px;
    font-family: "Roboto", sans-serif; }
  .siteFooter h1 {
    color: #909090;
    font-family: "Roboto", sans-serif;
    font-size: 15px;
    margin-right: 12px; }

.contact {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.developer {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  color: #ffffff; }

.dropDownList {
  display: none; }

.dropDownListShown {
  display: block; }

.thisMenu {
  position: absolute;
  left: 0;
  top: 60px;
  width: 100%;
  padding-top: 32px;
  padding-bottom: 32px;
  text-align: center;
  background-color: #1B1B1B;
  z-index: 1000; }
  .thisMenu li:nth-child(4) {
    margin-bottom: 0px; }

.list {
  list-style: none; }
  .list a {
    position: relative;
    text-decoration: none;
    font-family: "Roboto", sans-serif;
    font-size: 22px;
    padding-bottom: 5px;
    color: #ffffff;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out; }
    .list a::after {
      position: absolute;
      content: '';
      bottom: 0;
      left: 0;
      height: 2px;
      width: 100%;
      background-color: #FCA746;
      -webkit-transition: all .3s ease-out;
      transition: all .3s ease-out;
      -webkit-transform: scaleX(0);
      transform: scaleX(0); }
    .list a:hover::after {
      -webkit-transform: scaleX(1);
      transform: scaleX(1); }
  .list li {
    margin-bottom: 30px; }

.humburgerSVG, .humburgerSVGDef {
  display: none;
  width: 50px;
  cursor: pointer;
}
.humburgerSVGDef {
  color:#FCA746;
  stroke: currentcolor;
  transition: .2s;
  stroke-width:0.5;
}
.humburgerSVG path {
  color:#FCA746;
  stroke: currentcolor;
  transition: .2s;
  stroke-width:0.5;
}
.humburgerSVG:hover .p1 { d: path("M2,8 L8,2"); }
.humburgerSVG:hover .p2 { d: path("M5,5 L5,5"); }
.humburgerSVG:hover .p3 { d: path("M2,2 L8,8"); }

.articleA {
  text-decoration: none; }

.single-post__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.articleBodyWrapper {
  padding-left: 30px;
  padding-right: 30px;
  max-width: 1366px;
  margin: 0 auto; }
.single-post__content ul {
  padding-left: 20px;
}

.articleBody .mainArticle {
  cursor: default;
}

.articleBody {
  margin-top: 20px;
  margin-bottom: 20px; }

.single-post__content img{
  max-width: 100%;
  width: 100%;
  height: auto;
}

.mainArticleContentWrapper .mainArticle {
  -webkit-box-shadow: none;
  box-shadow: none; }

.shareWrapper {
  margin-top: 10px;
  margin-bottom: 20px;
}

.mainArticle a {
  text-decoration: none;
  color: #ffffff;
}
.post-categories {
  list-style: none;
}

.content {
  max-width: 1300px;
  font-size: 18px;
}
.content img {
  max-width: 600px;
  margin: 0 auto!important;
  margin: 15px!important;
}

.content p {
  max-width: 1000px;
}

.content a {
  color: #cccccc;
  font-size: 14px;
}

.widget_text {
  padding: 5px;
}
.categoryPage {
  width: 1000px;
  margin: 0 auto;
}
.categoryPageWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
.categoryPageWrapper .category {
  width: 300px;
  height: 216px;
}
.categoryPageWrapper .caption {
  height: 35px;
  width: auto!important;
  padding-top: 4px;
  padding-left: 8px;
  padding-right: 8px;
  font-size: 20px;
  left: 0;
  right: 0;
}
.feedWrapper {
  width: 1200px;
  margin: 0 auto;
}
.feedWrapper .tileWrapper {
  width: 100%;
  justify-content: center;
}
.feedWrapper .tile {
  margin: 10px;
}

.singleCategoryPageWrapper {
  width: 1200px;
  min-height: 586px;
  margin: 0 auto;
}
.singleCategoryPageWrapper a {
  text-decoration: none;
}
.singleCategoryPageWrapper .tileWrapper {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 1200px;
  margin: 0 auto;
}
.singleCategoryPageWrapper .tile {
  margin: 14px;
}
.popularWrapper .contentWrapper {
  display: flex;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
}
.popularWrapper .popularPost {
  width: 100%;
  background-color: #fff;
}
.popularWrapper a {
  font-size: 20px;
  width: 100%;
}
.popularWrapper li {
  list-style: none;
}


@media (max-width: 1200px) {
  .dpNone1200, .sidebarWrapper {
    display: none; }
  .topSection, .mainSection {
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .articleBodyWrapper {
    width: 100%;
    padding: 30px; }
  .categoryPage {
    width: 100%; }
  .feedWrapper {
    width: 100%; }
  .singleCategoryPageWrapper {
    width: 100%; }
  .singleCategoryPageWrapper .tileWrapper {
    width: 100%;
  } }

@media (max-width: 992px) {
  .dpNone992 {
    display: none; }
  .search input {
    width: 220px; } 
  .mainMenu ul {
    display: flex; }
  .search input {
    width: 200px; }
  }

@media (max-width: 768px) {
  .popupBannerWrapper {
    display: block;
  }
  .sideAdWrapper {
    display: none;
  }
  .mobileBottomAd {
    display: block;
  }
  .mainArticleWrapper {
    margin-right: 0;
  }
  .headerWrapper {
    position: relative; }
  .dpNone768, .mainMenu {
    display: none; }
  .humburgerSVG {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: block; }
  .humburgerSVGDef {
    display: block;
  }
  .mainArticleWrapper {
    min-width: 100%;
  }
  .mainArticle {
    width: 100%;
    margin-bottom: 10px; }
  .tileWrapper {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .mainSection {
    padding: 5px; }
  .tile {
    max-width: 500px;
    width: 100%;
    margin-bottom: 20px; }
  .logo {
    margin: 0 auto;
  } }

@media (max-width: 568px) {
  .content img {
    margin: 0!important;
  }
  .articleBodyWrapper {
    padding: 5px;
  }
  .topCaregoriesWrapper {
    display: none; }
  .mainArticle {
    min-height: 200px;
    height: 280px; }
    .mainArticle footer {
      height: 200px; }
    .mainArticle h1 {
      font-size: 26px; }
  .siteFooter {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-left: 10px;
    padding-right: 10px; }
  .contact {
    padding: 0; }
  irframe {
    width: 100%;
    min-width: 320px;
  } }

@media (max-width: 480px) {
  .headerWrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 10px;
    height: auto; }
  .thisMenu {
    margin-top: 32px; }
  .tile {
    width: 100%; }
  .siteFooter {
    height: 60px;
    padding: 5px; }
  .contact {
    margin-bottom: 5px; }
  .categoryPageWrapper a{
    width: 100%;
  } 
  .categoryPageWrapper .category{
    width: 100%;
  } 
}
