/*
Theme Name: Yozi
Theme URI: https://apusthemes.com/yozi
Author: ApusTheme
Author URI: https://apusthemes.com/
Description: Yozi is clean theme, it's used Apus Framework.
Version: 1.2.6
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
Text Domain: yozi

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

img{
    max-width: 100%;
    height:auto;
 }
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000; /* Above WP toolbar. */
}
.gallery-caption {
    box-sizing: border-box;
}
.bypostauthor{
    box-sizing: border-box;
}

.product-block .image .soldout {
  font-size: 12px;
  font-weight: 500;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9;
  padding: 0 10px;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  background: #d42e2e;
  color: #fff;
}
/* line 713, ../sass/template/_woocommerce.scss */
.product-block .image .soldout:before {
  position: absolute;
  top: 100%;
  left: 5px;
  content: '';
  border-color: #d42e2e transparent transparent #d42e2e;
  border-width: 3px;
  border-style: solid;
}
.subcat-mod {
	text-align: center;
	max-height: 240px;
	margin: 5px 0px;
	margin-bottom: 30px;
}
.terms-name {
	min-height: 80px;
}
.home-cat .col-sm-4:hover {
	border: 1px solid #ebebeb;
	box-shadow: 0 0 3px rgba(0,0,0,0.5);
}

.home-cat .col-sm-4 img:hover {
	padding: 5px;
	border-bottom: 1px solid #ebebeb;
	box-shadow: 0 0 3px rgba(0,0,0,0.5);
}
.subcat-mod:hover {
	border: 1px solid #ebebeb;
	box-shadow: 0 0 3px rgba(0,0,0,0.5);
}
.subcat-mod img:hover {
	border-top: 1px solid #ebebeb;
	border-bottom: 1px solid #ebebeb;
}

.call_header_but{
    border-radius: 100px !important;
    -webkit-border-radius: 100px !important;
    -moz-border-radius: 100px !important;
    -ms-border-radius: 100px !important;
    -o-border-radius: 100px !important;
    border: none;
    color: #fff;
    background-color: #e23e1d;
    border-color: #e23e1d;
    padding: 10px 20px;
    margin-top: -8px;
}

.call_modal_overlay{
  display: none;
  background: rgba(0,0,0,.3);
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 99;
}

.call_modal{
  display: none;
  top: 20vh;
  position: fixed;
  z-index: 991;
  left: 40vw;
  background: #fff;
  max-width: 430px;
  box-shadow: 0px 1px 5px rgba(255,255,255,.7);
}

.call_modal .call_modal_header{
    padding: 5px;
    background: #e23e1d;
    display: flex;
    justify-content: space-between;
}

.call_modal_header .title{
  flex: 2;
}

.call_modal_header .title p{
    color: #fff;
    font-size: 18px;
    width: 100%;
    text-align: center;
    margin-bottom: 0;
    padding-left: 70px;
}

.call_modal_header #call_modal_close{
    color: #fff;
    font-size: 20px;
    margin-bottom: 0;
    margin-top: -4px;
    cursor: pointer;
    padding: 0 20px;
}

.call_modal .call_modal_content{
  padding: 20px;
}

.call_modal .call_modal_content p label{
  font-weight: normal;
}

.call_modal .call_modal_content p label input{
  border: 1px solid #eee;
  padding: 5px;
}

.call_modal .call_modal_content p .requred_label span{
  color: red;
}

.call_modal .call_modal_content p label input[type=tel]{
  color: #000;
}

.call_modal .call_modal_content .modal_button{
  text-align: center;
  margin: 20px 0;
  margin-top: 39px;
}

.call_modal .call_modal_content input[type=submit]{
  border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  border: none;
  color: #fff;
  background-color: #e23e1d;
  border-color: #e23e1d;
  padding: 5px 30px;
  margin-top: -8px;
  text-align: center;
  outline: none !important;
}

.call_modal .call_modal_content input[type=submit]:hover{
  background-color: #b53217;
  border-color: #b53217;
}

.pulse-button {
    position: fixed;
    z-index: 98;
    bottom: 110px;
    right: 45px;
    margin-left: -50px;
    margin-top: -50px;
    display: block;
    width: 60px;
    height: 60px;
    font-size: 1.3em;
    text-transform: uppercase;
    text-align: center;
    line-height: 65px;
    letter-spacing: -1px;
    color: white;
    border: none;
    border-radius: 50%;
    background: #cb381a;
    cursor: pointer;
    box-shadow: 0 0 0 0 rgba(203, 56, 26, 0.5);
    -webkit-animation: pulse 1.5s infinite;
}
.pulse-button:hover {
  -webkit-animation: none;
}
.pulse-button .pulse_but_icon{
  animation: rotation 1.5s linear infinite;
}

.pulse-button-popup{
	width: auto;
    position: fixed;
    z-index: 98;
    bottom: 110px;
    right: 150px;
    background: #fff;
    padding: 10px;
}

.pulse-button-popup ul{
	display: flex;
	flex-direction: column;
	padding-left: 0;
}

.pulse-button-popup ul li{
	display: flex;
	align-items: center;
	margin-top: 10px;
}

.pulse-button-popup ul li a{
	display: flex;
	align-items: center;
}

.pulse-button-popup ul li p{
	margin-bottom: 0;
    margin-left: 10px;
}

.pulse-button-popup ul li img{
	width: 40px;
	height: 40px;
}

.pulse-button-popup #call_header_but{
	cursor: pointer;
}

.pulse-button-popup{
	display: none;
}

.blck-licenzii {
	text-align: center;
	margin-top: 20px;
}

.blck-licenzii img {
	width:24%;
	margin: 2px;
}

.block-dost-opl .widget-title,
.blck-licenzii .widget-title {
    font-size: 18px;
    margin: 0 0 30px;
    font-weight: 500;
    position: relative;
    padding: 0 0 15px;
    border-bottom: 1px solid #ebebeb;
    text-align: left;
}

.block-dost-opl .widget-title:before,
.blck-licenzii .widget-title:before {
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    width: 70px;
    height: 3px;
    background: #e23e1d;
}

.block-dost-opl img {
	width: 50px;
}

@media (max-width: 768px) {

  .blck-licenzii {
	text-align: center;
  }

  .blck-licenzii img {
	width:48%;
	margin: 2px;
  }
	.subcat-mod, .home-cat {
		display: none;
	}
  .call_header_but{
    padding: 5px 10px;
    margin-top: 0;
    margin-left: 10px;
  }
  .call_modal{
    top: 5vh;
    left: 0;
    width: 100vw;
    max-width: 100vw;
  }
}

@keyframes pulse {
  0% {
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  70% {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    box-shadow: 0 0 0 50px rgba(203, 56, 26, 0);
  }
  100% {
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    box-shadow: 0 0 0 0 rgba(203, 56, 26, 0);
  }
}

@keyframes rotation{
  0%,100%,50%{
    transform:rotate(0)
  }
  25%{
    transform:rotate(30deg)
  }
  75%{
    transform:rotate(-30deg)
  }
}