/*!
Theme Name: Potolki Sevas
Theme URI: 
Author: 


--------------------------------------------------------------*/


dfn,
cite,
em,
i {
	font-style: italic;
}


pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */


hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}


ul {
	list-style: disc;
	padding-left: 20px;
}

ol {
	list-style: decimal;
	padding-left: 20px;
}
ul li,
ol li{
	margin-bottom: 5px;
}
li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}





.updated:not(.published) {
	display: none;
}




/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}


/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.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;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}




.price_table .tablepress>*+tbody>*>*, .tablepress>tbody>*~*>*, .tablepress>tfoot>*>*{
	border: none;
}



.menu .phones .online-mark:before{
	box-shadow: inset 0 0 0 2px #16a521;
	  animation: 2s infinite alternate header-phones-online;
}

@-webkit-keyframes header-phones-online {
  0% {
    box-shadow: 0 0 0 1px #16a521;
  }
  100% {
    box-shadow: 0 0 0 4.5px #16a521;
  }
}
@keyframes header-phones-online {
  0% {
    box-shadow: 0 0 0 1px #16a521;
  }
  100% {
    box-shadow: 0 0 0 4.5px #16a521;
  }
}

.footer ul{
	list-style: none;
	margin: 0;
	padding: 0;
}

.sale_item{
	height: 270px;
	overflow: hidden;
}
.post-edit-link {
    position: fixed;
    z-index: 99;
    bottom: 30px;
    left: 30px;
    font-size: 0;
    width: 45px;
    height: 45px;
    background: red url(assets/img/icon-edit.svg) no-repeat 50% 50%;
    background-size: 20px;
    border-radius: 100%;
}



.header_nav{
	flex: 0 0 100%;
}

.kontakty_table img{
	max-width: 20px;
}

.portfolio_content a{
	display: block;
	position: relative;
}
.portfolio_caption{
	min-height: 65px;
	position: absolute;
	z-index: 2;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	padding: 10px;
	background: rgba(255,255,255,0.9);
}


.wpcf7-submit.btn{
	text-align: center;
}

.akciya_vremenno{
  color: red;
  font-weight: 500;
  font-size: 18px;
}