@media all and (min-width:960px) {
    .logo-inner div#logo {
        margin: 15px 0 15px 0;
    }
    .logo-inner .logo-advertise .widget {
        margin-top: 3px!important;
    }

    #footer .widget.recent_posts {
        margin-bottom: 3px;
    }

    #footer .widget_custom_html.widget {
        margin-top: 2px;
    }

    #footer .widgett .social_icons {
        padding-top: 4px;
    }
    .wysija-paragraph {
        margin: 25px 0 1.5em 0;
    }
    .sidebar-left-right {
    	display: flex;
        justify-content: space-between;
    }

    .sidebar-left-right .left-sidebar,
    .sidebar-left-right .right-sidebar {
    	display: flex;
        flex-direction: column;
    }

    .sidebar-left-right .widget.category_posts,
    .sidebar-left-right .widget.widget_wysija {
    	flex: 1;
    }


}

div #sticky {
	height: 70px;
}

div .show_shop {
    line-height: 75px;
}

.footer_products .owl-item {
  max-height: 65px;
  height: 65px;
  padding-top: 5px;
}

.footer_products .owl-carousel .owl-item img {
    height: 100%;
    width: auto;


    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.footer_products .owl-carousel .owl-item img:hover {
  /*  transform: scale(1.2) translateX(-40%);*/
}

#sticky {
    border-top: solid 1px #e6e6e6;
    /*display: none;*/
}

#sticky::before {
    display: none!important;
}

.show_shop {
    display: block;
    width: 30%;
    float: left;
    line-height: 95px;
    text-align: center;
    color: #343434;
    transition: all 0.25s ease-in-out;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    font-size: 13px;
}

.owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);

}

.owl-carousel .owl-nav button.owl-prev span, .owl-carousel .owl-nav button.owl-next span  {
    color: #343434;
    font-size: 3rem;
}

.owl-carousel .owl-nav button.owl-next {
    float: right;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    color: black;
}

.footer_products .owl-carousel .owl-item img {
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
}

#sticky .owl-carousel.owl-theme {
    height: 100%;
}

#sticky .owl-carousel {
    width: 70%;
    float: left;
}

#sticky .owl-carousel .owl-stage {
  display: flex;
  align-items: center;
}

#sticky .owl-carousel .caption {
  text-align: center;
}

#sticky .owl-nav.disabled {
    display: none!important;
}

@media all and (max-width:960px) {
    #sticky.footer_products .owl-carousel {
        width: 100%;
    }
    .show_shop {
        display: none;
    }
}

.wp-pagenavi {
        white-space: nowrap;
}

.left-sidebar .widget.category_posts .widgett:nth-child(2n+1) {
    clear: both;
}

div.sidebars-wrap.top {
    margin-top: -1px;
}

.sidebars-wrap .widget.widget_revslider {
    margin: 0px 0 0;
}

  .show_shop_hidde {
    display: none;
  }

@media (max-width: 767.98px) {
  #sticky.footer_products {
    right: inherit;
    left: 100%;
    width: 90%;
    height: 70px;

    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }
  .show_shop {
    display: block;
    position: absolute;
    left: -25%;
    height: 70px;
    width: 25%;
    line-height: 20px;
    background-color: #FFF;

    border-top: solid 1px #e6e6e6;
    border-left: solid 1px #e6e6e6;

    align-items: center;
    display: flex;

  }

  .show_shop span {
      padding: 2px;
      color: #000;
      line-height: 20px;
  }
  #sticky.footer_products.slider-move {
    left: 0%;
  }
  .show_shop_hidde {
    display: block;
    height: 70px;
    width: 25%;
    position: absolute;
    right: -25%;
    top: -1px;
    color: #fff;
    background-color: black;
    border-top: solid 1px #464545;
    writing-mode: vertical-lr;
    text-align: center;
  }

  div #sticky .owl-carousel .owl-stage-outer {
    overflow: hidden;
  }

  div .show_shop {
    line-height: 16px;
    padding-top: 10px;
  }
  .lux_hover {
    display: none!important;
  }

}

#sticky .lux_product .lux_carousel a img {
  height: 65px;
}

.lux_product .lux_hover {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.lux_product:hover .lux_hover {
  /*top: 0;*/
  transform: translateY(-100%);

}

.lux_carousel {
  position: relative;
}

.lux_hover {
  position: absolute;
  top: 100%;
  left: 0;
  background-color: white;
  /* border: 1px solid #8e8e8e; */
  box-shadow: 0px 0px 1px 0px #e4e4e4;
  width: 100%;

/*  height: 230px;
  min-height: 230px;*/
 cursor: pointer;
}



#sticky .lux_product .lux_hover img {
  width: 100%;
  padding: 5px;
  height: auto;
  position: static;
  transform: translateX(0);
  max-width: 100%;
  box-sizing: border-box;
}

.lux_hover a {
  display: block;
}


.show_shop {
  background-color: #fff;
  z-index: 2;
  display: block;
  float: left;
}

.lux_title {
  text-align: center;
  font-size: 0.85rem;
}

#sticky .owl-carousel {
  z-index: -1;
}

#sticky .owl-carousel .owl-stage-outer {
  overflow: visible;
}

.lux_title {
  line-height: 1.1rem;
  padding: 5px;
}

.single-post .title {
  text-align: center;
      padding: 0 0 20px 0;
}

.clearfix::after {
  content: "";
  clear: both;
  display: table;
}

.mainwrap {
    z-index: 2;
}

input#email, input#url, label[for='url'], label[for='email'] {
    display: none;
}

.box-image-list {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  margin-top: 50px;
}

.box-image {
  flex: 0 0 calc(50% - 30px);
  max-width: calc(50% - 30px);
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-bottom: 30px;
}

.box-image .box-image-link:after {
  content: " ";
  position: absolute;
  top: 15px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  border: 1px solid #fff;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  z-index: 2;
  transition: all 0.2s ease-in;
}

.box-image:hover .box-image-link:after {
  visibility: visible;
  opacity: 1;
}

.box-image:hover .box-image-thumb img {
  transform: scale(1.05);
}

.box-image-link {
  display: block;
  position: relative;
}

.box-image-head {
  display: -webkit-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 30px;
  background: rgba(0, 0, 0, 0);
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 0,
    rgba(0, 0, 0, 0.6) 100%
  );
  color: #fff;
  text-align: center;
  z-index: 2;
}

.box-image-head span {
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
}

.box-image-thumb {
  overflow: hidden;
  width: 100%;
  height: 275px;
}

.box-image-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: all 0.2s ease-in;
}

.page-template-page-image-pins h1 {
  margin-top: 15px;
}

@media (max-width: 1220px) {
  .page-template-page-image-pins .mainwrap {
    padding-top: 120px !important;
  }
}

@media (max-width: 960px) {
  .page-template-page-image-pins .mainwrap {
    padding-top: 170px !important;
  }

  .box-image {
    flex: 0 0 calc(100% - 30px);
    max-width: calc(100% - 30px);
  }

  .box-image-thumb {
    height: auto;
  }
}

@media (max-width: 768px) {
  .page-template-page-image-pins .mainwrap .content {
    width: 90% !important;
  }
}

@media (max-width: 515px) {
  .page-template-page-image-pins .mainwrap .sidebar,
  .page-template-page-image-pins .mainwrap .content {
    width: 96% !important;
  }
}

.single-image_pins h1 {
  margin-bottom: 20px;
  text-align: center;
}

#powerTip .box_view_html img {
  width: 150px;
  height: 150px;
}

#powerTip .box_view_html p {
  font-size: 13px;
  margin: 0;
}

#powerTip .box_view_html p a {
  color: #fff;
}


.wp-caption-text-main{
    text-align: center;
    background-color: #f3f3f3;
	font-size: 11px;
    line-height: 1.65em;
    padding: 4px;
	float: left;
	width: 100%;
}

.blogsingleimage .wp-caption-img, .blogimage .wp-caption-img{
	float: left;
	width: 100%;
	text-align: center;
}

.blogsingleimage .wp-caption-img img, .blogimage .wp-caption-img img{
	/* float: left; */
}


.post-meta a.post-meta-author, .post-meta a.post-meta-author:hover{
	text-decoration: none;	
}

.home-cat-flex{
	display: flex;
	align-content: flex-start;
	
	flex-wrap: wrap;
	box-sizing: border-box;
}

.home-cat-flex-column {
	flex: 50%;
	padding: 10px 5px 30px 5px;
	box-sizing: border-box;
	text-align: center;
}

.home-cat-flex-column *{
	text-align: center;
}
.home-cat-flex-column a{
	width: 100%;
}

.home-cat-flex-column img{
	max-width: 100%;
	max-height: 180px;
}

@media screen and (max-width: 992px) {
  .home-cat-flex-column {
    flex: 100%;
	flex-direction: column;
  }

	.home-cat-flex-column img{
		max-width: 100%;
		max-height: 100%;
	}  
  
}



.home-cat-title{
	padding-bottom: 20px;
}

.wttitle h3, .wttitle h3 a{
	font-size: 16px;
	line-height: 16px;
}


.more-button-bar {
    display: flex;
    justify-content: center;
    margin: 30px 0;
}

.more-button{
    overflow: hidden;
    background: rgba(0,0,0,0);
    text-transform: uppercase;
    font-weight: 300;
    letter-spacing: 4px;
    padding: 10px 30px;
    cursor: pointer;
    box-sizing: border-box;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #000;
    color: #000;
    transition: .3s;
    position: relative;
}

#menu-stopka li{
	display: block;
	text-align: left;

}

#footer #menu-stopka li a{
	font-size: 16px;
	font-weight: normal;
	text-transform: none;
}

li.has-black-color a,
.wp-block-cover ol li strong a,
.wp-block-cover ol li a,
.wp-block-group ol li strong a,
.wp-block-group ol li a
{
	color: #000000!important;
	font-weight: bold;
}

.respMenu, #logo a{
 -webkit-tap-highlight-color: transparent;
}

a{
	cursor: pointer;
}

.breadcrumb .widget{
	float: left;
	padding-top: 20px;
}

.single .mainwrap, .archive .mainwrap{
	padding-top: 20px;
}

h1.categoryh1{
	text-align: left;
	font-size: 26px!important;
	margin-bottom: 20px;
	background: #fff;
	padding: 15px 25px 15px 25px;
}

@media (max-width: 768px) {
	.topBlog h1.title{
		font-size: 30px!important;
	}
	
}

.luxury-adlabel{ 
	font-size: 10px;
	line-height: 15px;
	
}

#logo img {
	height: auto;
}
