﻿/*
Theme Name: Vogue
Theme URI: https://kairaweb.com/theme/vogue/
Author: Kaira
Author URI: https://kairaweb.com/
Description: Vogue is a very loved and easy to use WordPress theme that is ready for your next project. Build with SEO (Search Engine Optimization) settings, fully responsive and fast loading, Vogue offers multiple header layouts, custom WooCommerce design, multiple footer layouts, multiple blog layouts and a bunch of extra layout customization and full color settings, all built neatly into the WordPress Customizer. This makes Vogue very extensible for developers to customize and very easy for non-developers/designers to build a professional website. With Vogue you can easily build any type of website such as a blog, portfolio, business website and WooCommerce storefront with a beautiful & professional design. Works with the most popular page builders such as Elementor, Beaver Builder, Visual Composer, Divi, SiteOrigin and other top free plugins. Look no further... Give Vogue a go :) View the Vogue Demo – https://demo.kairaweb.com/#vogue
Version: 1.4.23
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: vogue
Tags: two-columns, three-columns, four-columns, left-sidebar, right-sidebar, grid-layout, flexible-header, custom-background, custom-colors, custom-header, custom-menu, custom-logo, editor-style, featured-image-header, featured-images, footer-widgets, full-width-template, theme-options, threaded-comments, translation-ready, blog, e-commerce, news

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.

Vogue is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Vogue Stying ----
# Content
    ## Posts and pages
	## Asides
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body {
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"] {
	-webkit-appearance: textfield;
	box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
	border: 1px solid#cacaca;
	padding: 10px;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #808080;
	font-size: 16px;
	font-size: 14px;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin: 0 0 20px;
}
td p {
	margin: 5px 0;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	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;
	font-size: 15px;
	font-size: 0.9375rem;
}

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

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

big {
	font-size: 125%;
}



/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #FFF; /* Fallback for when there is no custom background color defined. */
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

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

ul,
ol {
    margin: 0 0 25px 20px;
    padding: 0 0 0 10px;
}
ul li,
ol li {
    margin: 0 0 12px;
}

ul {
    list-style: none;
}

ol {
    list-style: decimal;
}

li > ul,
li > ol {
    margin-bottom: 0;
    margin-left: 1.5em;
}

dt {
    font-weight: bold;
}

dd {
    margin: 0 1.5em 1.5em;
}

img {
    height: auto; /* Make sure images are scaled correctly. */
    max-width: 100%; /* Adhere to container width. */
}

figure {
    margin: 0;
}

table {
    margin: 0 0 1.5em;
    width: 100%;
}

th {
    font-weight: bold;
}

h1, h2, h3, h4, h5, h6, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    font-weight: 300;
    line-height: 1em;
    word-wrap: break-word;
    color: #5E5E5E;
    margin-top: 0;
}

h1 {
    font-size: 32px;
    margin-bottom: .55em;
}

h2 {
    font-size: 28px;
    margin-bottom: .65em;
}

h3 {
    font-size: 22px;
    margin-bottom: .8em;
}

h4 {
    font-size: 20px;
    margin-bottom: 1.1em;
}

h5 {
    font-size: 16px;
    margin-bottom: 1.3em;
}

h6 {
    font-size: 14px;
    margin-bottom: 1.4em;
}

.entry-content code {
    display: block;
    background: #f7f7f7;
    border: 1px solid #D8D8D8;
    padding: 10px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.09);
    margin: 5px 0;
    overflow-x: auto;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid rgba(0, 0, 0, 0.14);
	color: #FFF;
	cursor: pointer; /* Improves usability and consistency of cursor style between image-type 'input' and others */
	-webkit-appearance: button; /* Corrects inability to style clickable 'input' types in iOS */
	font-size: 14px;
	font-weight: 400;
	line-height: 1;
	padding: 10px 25px;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {

}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb;
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	color: #666;
	border: 1px solid #efefef;
    background-color: #efefef;
	min-height: 40px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	color: #111;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
	padding: 10px;
	width: 100%;
}

textarea {
	padding: 2%;
	width: 100%;
	height: 100px;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	text-decoration: none;
}

a:visited {
}

a:hover,
a:focus,
a:active {

}

a:focus {

}

a:hover,
a:active {
	outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/

.main-navigation {
	text-align: center;
	/*border-top: 1px solid #efefef;*/
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

.main-navigation ul ul {
	background-color: #fff;
	border-top: 2px solid #fecc00;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.08);
	float: left;
	position: absolute;
	top: 74px;
	left: -999em;
	z-index: 99999;
    display: none;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li {
    float: none;
    width: 100%;
    display: block;
}
.main-navigation li:hover > a,
.main-navigation li.focus > a {
}

.main-navigation ul ul :hover > a,
.main-navigation ul ul .focus > a {
}

.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
  	display: block;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a {
}

.main-navigation ul ul a:hover,
.main-navigation ul ul li.current-menu-item > a,
.main-navigation ul ul li.current_page_item > a,
.main-navigation ul ul li.current-menu-parent > a,
.main-navigation ul ul li.current_page_parent > a,
.main-navigation ul ul li.current-menu-ancestor > a,
.main-navigation ul ul li.current_page_ancestor > a {
	color: #FFF;
}

/* ---- Menu Switch Class ---- */

.main-navigation .nav-switch ul {
	left: auto;
    right: -999em;
}

.main-navigation li.nav-switch:hover > ul,
.main-navigation li.nav-switch:focus > ul {
	left: auto;
	right: 0;
	display: block;
}
.main-navigation li.nav-switch ul li:hover > ul,
.main-navigation li.nav-switch ul li:focus > ul {
	left: auto;
	right: 100%;
	display: block;
}

.main-navigation li.nav-sub-switch:hover > ul,
.main-navigation li.nav-sub-switch:focus > ul {
	left: auto;
	right: 100%;
	display: block;
}

.main-navigation li.nav-sub-switch-all:hover > ul,
.main-navigation li.nav-sub-switch-all:focus > ul,
.main-navigation li.nav-sub-switch-all ul li:hover > ul,
.main-navigation li.nav-sub-switch-all ul li:focus > ul {
	left: auto;
	right: 100%;
	display: block;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

#main-menu {
	display: inline-block;
}

.header-menu-button {
    display: none;
}

.menu-dropdown-btn {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    background-color: rgba(255, 255, 255, 0.1);
    color: #838383;
    margin: 0;
    padding: 10px 14px;
    /* box-shadow: -1px 0 0 rgba(0, 0, 0, 0.08); */
    height: 35px;
    line-height: 15px;
    text-align: center;
    font-size: 14px;
    z-index: 9;
    cursor: pointer;
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/* Small menu */
.menu-toggle {
    display: none;
}

.main-navigation {
    padding: 0;
}
.main-menu-close {
    display: none;
}
.main-navigation ul {
    display: block;
    list-style: none;
    margin: 0;
    padding-left: 0;
}
.main-navigation li {
    float: left;
    margin: 0;
    text-transform: uppercase;
}
.main-navigation li a {
    padding: 33px 10px 21px;
    font-weight: 400;
    color: inherit;
}
.main-navigation ul li:last-child a {
}

.main-navigation ul ul a {
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.03);
    white-space: nowrap;
    text-align: left;
    width: 100%;
    padding: 15px 25px 15px 20px;
    min-width: 190px;
    float: none;
}
.main-navigation ul ul li:last-child a {
    padding: 15px 20px 15px 20px;
}
.main-navigation ul ul li:hover {
    background-color: rgba(0, 0, 0, 0.02);
}

.main-navigation ul ul li.current-menu-item > a,
.main-navigation ul ul li.current_page_item > a,
.main-navigation ul ul li.current-menu-parent > a,
.main-navigation ul ul li.current_page_parent > a,
.main-navigation ul ul li.current-menu-ancestor > a,
.main-navigation ul ul li.current_page_ancestor > a {
	color: #FFF;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* 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:hover,
.screen-reader-text:active,
.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. */
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

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

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
}

.widget-area .widget {
    margin: 0 0 40px;
	}

/* Make sure select elements fit in widgets */
.widget select {
	max-width: 100%;
}
.widget-area .widget .search-field {
    width: 100%;
    box-sizing: border-box;
    padding: 5px 8px;
}

/* Search widget */
.widget_search .search-submit {
	display: none;
}

.widget-area .widget-title,
.site-footer .widget-title {
    padding: 0 0 25px;
    margin: 0 0 20px;
    font-size: 18px;
    line-height: 16px;
    /* text-transform: uppercase; */
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    font-weight: 500;
    color: #000000;
}

.widget-area .widget ul {
    margin: 0;
    padding: 0;
}
.widget-area .widget ul li {
    margin: 0 0 2px;
    padding: 0;
    list-style-type: none;
	
}
.widget-area .widget ul li .post-date {
    display: block;
    font-size: 0.9em;
    opacity: 0.7;
    text-align: right;
    padding: 0 0 2px;
}

/*--------------------------------------------------------------
# Vogue Content Layout Styling
--------------------------------------------------------------*/

.woocommerce #container,
.woocommerce-page #container,
.content-area {
	width: 100%;
	/*float: left;*/
	/*padding: 30px 2% 30px 0;*/
	position: relative;
	/*box-shadow: -1px 0 0 rgba(0, 0, 0, 0.06) inset;*/
	margin-top: 20px;
}

.widget-area {
	width: 100%;
	/*float: left;*/
	/*padding: 35px 0 40px 2%;*/
	/*box-shadow: -1px 0 0 rgba(0, 0, 0, 0.04);*/
	
}
.home .widget-area {
	padding: 48px 0 40px 2%;
}

.blog .widget-area {
}

.page-template-template-left-sidebar-php .content-area {
	width: 75%;
	float: right;
	padding: 30px 0 30px 2%;
}

.page-template-template-left-sidebar-php .widget-area {
	width: 25%;
	float: left;
	padding: 35px 2% 30px 0;
}

.woocommerce .breadcrumbs,
.woocommerce-page .breadcrumbs,
.woocommerce .entry-header.site-container,
.woocommerce-page .entry-header.site-container {
    display: none;
}

.page-template-default .content-area {
    /*box-shadow: -1px 0 0 rgba(0, 0, 0, 0.06) inset;*/
}

.page-template-template-left-sidebar-php .content-area {
    box-shadow: -1px 0 0 rgba(0, 0, 0, 0.06);
}

/*.page-template-default .widget-area {
    box-shadow: -1px 0 0 rgba(0, 0, 0, 0.04);
}*/

.page-template-template-left-sidebar-php .widget-area {
    box-shadow: -1px 0 0 rgba(0, 0, 0, 0.04) inset;
}

.content-no-sidebar .content-area,
.page-template-template-full-width-php .content-area,
.page-template-template-full-width-php .widget-area {
    box-shadow: none;
}

.error404 .content-area,
.content-area-full,
.page-template-template-full-width-php .content-area,
.woocommerce .content-no-sidebar #container,
.woocommerce-page .content-no-sidebar #container,
.content-no-sidebar .content-area {
	float: none;
	width: 100%;
	padding: 30px 0;
	box-shadow: none;
}

/* -------- Page Title & Breadcrumb Styling -------- */

.site-main > .entry-header {
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    position: relative;
    margin: 0 0 20px 0;
    padding: 0 0 20px;
}
.site-main > .entry-header .entry-title,
header.woocommerce-products-header {
    margin: 0;
    padding: 0;
    float: left;
}
.site-main > .entry-header .entry-title,
header.woocommerce-products-header .page-title {
    font-size: 28px;
	/*padding-top: 12px;*/
	margin-left: 14px;
}
.site-main > .entry-header:after {
    display: block;
    content: '';
    clear: both;
}
.page-header {
	border-bottom: 1px solid rgba(0, 0, 0, 0.08);
	position: relative;
	margin: 0 0 25px;
	padding: 0px 0 5px;
}

h3.entry-title {
	font-size: 32px;
}
.breadcrumbs,
.woocommerce-breadcrumb {
    font-size: 11px;
    text-transform: uppercase;
    float: right;
    padding: 12px 0 0;
	display: none;
}
.breadcrumbs > span {

}
.breadcrumbs span a {
    color: inherit;
}

/* -------- Centered Titlebar -------- */
.title-bar-centered .site-main > .entry-header .entry-title,
.title-bar-centered header.woocommerce-products-header {
	float: none;
    text-align: center;
}
.title-bar-centered header.entry-header .breadcrumbs,
.woocommerce .title-bar-centered .woocommerce-breadcrumb,
.woocommerce-page .title-bar-centered .woocommerce-breadcrumb {
	float: none;
    text-align: center;
}

/*--------------------------------------------------------------
# vogue Styling
--------------------------------------------------------------*/

.clearboth {
	clear: both;
}

.site-container {
	max-width: 1240px;
	margin: 0 auto;
	padding: 1px 30px;
}

/* -------- Side Social Links -------- */
.side-aligned-social {
    position: fixed;
    top: 110px;
    right: -5px;
    z-index: 999;
    
    -webkit-transition: right 0.4s ease 0.5s;
     -moz-transition: right 0.4s ease 0.5s;
      -ms-transition: right 0.4s ease 0.5s;
       -o-transition: right 0.4s ease 0.5s;
          transition: right 0.4s ease 0.5s;
}
.side-aligned-social.hide-side-social {
    right: -60px;
}
.side-aligned-social a.header-social-icon {
    display: block;
    border-radius: 0;
    width: 51px;
    height: 47px;
    margin: 0 0 2px;
    color: #FFF;
    text-align: center;
    padding: 8px 5px 0 0;
    font-size: 20px;
    position: relative;
    left: 0;
    
    -webkit-transition: left 0.2s ease 0s;
     -moz-transition: left 0.2s ease 0s;
      -ms-transition: left 0.2s ease 0s;
       -o-transition: left 0.2s ease 0s;
          transition: left 0.2s ease 0s;
}
.side-aligned-social a.header-social-icon:hover {
    left: -2px;
}

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

.site-header {
	box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.14) inset;
	position: relative;
	color: #2D2D2D;
	background: #fff;
}
.site-header .site-container {
	text-align: center;
}

.site-header-topbar {
    box-shadow: 0 -1px 0 #efefef inset;
    /*min-height: 50px;*/
    padding: 5px 0;
    color: #2D2D2D;
    line-height: 13px;
	background: #98bd28;
	display: none;
}

.site-topbar-left {
	float: left;
	padding: 0 0 0 15px;
}
.site-topbar-left ul {
    margin: 0;
    padding: 2px 0 0;
}
.site-topbar-left ul li {
    list-style-type: none;
    margin: 0 10px 0 0;
    padding: 0;
    font-size: 11px;
    float: left;
    text-transform: uppercase;
}
.site-topbar-left ul li a {
    color: inherit;
}
.site-topbar-left > div {
	display: inline-block;
    vertical-align: middle;
}
.site-topbar-left-ad {
	display: inline-block;
	vertical-align: middle;
	font-size: 12px;
	position: relative;
	padding: 6px 0;
}
.site-topbar-left-ad .fa {
	margin: 0 3px 0 0;
	font-size: 18px;
}

.site-topbar-right {
	float: right;
	padding: 2px 15px 0 0;
}
.header-social-icon {
    font-size: 15px;
    color: inherit;
    margin: 0 12px 0 0;
    padding: 6px 0;
    display: inline-block;
    vertical-align: middle;
}
.site-topbar-right-no {
	font-size: 12px;
	display: inline-block;
	vertical-align: middle;
}
.site-topbar-right-no .fa {
	margin: 0 3px 0 0;
	font-size: 18px;
	position: relative;
	top: 2px;
}

.social-twitter span {
	font-size: 11px;
	position: relative;
	margin: 0 0 0 10px;
}
.footer-social-twitter span {
	font-size: 12px;
	position: relative;
	top: -4px;
	margin: 0 0 0 18px;
}

/*.site-branding {
    padding: 10px 0 10px;
    display: inline-block;
}*/
.site-branding a {
    display: block;
}
.site-branding a img {
    display: block;
}

/* -------- Top Bar Navigation -------- */

.site-header-topbar ul li {
    list-style-type: none;
    margin: 0 2px 0 0;
    padding: 0;
    font-size: 11px;
    float: left;
    text-transform: uppercase;
    position: relative;
    text-align: left;
}
.site-header-topbar ul li a {
    color: inherit;
    display: block;
    padding: 8px 4px;
}
.site-header-topbar ul ul {
	background-color: #fff;
	border-top: 1px solid #000;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08);
	float: left;
	position: absolute;
	top: 29px;
	left: -999em;
	z-index: 99999;
	padding: 0;
}
.site-header-topbar ul ul ul {
	left: -999em;
	top: 0;
}
.site-header-topbar ul ul li {
    float: none;
    width: 100%;
    display: block;
    position: relative;
}
.site-header-topbar ul ul li a {
	min-width: 110px;
	padding: 7px 10px 8px;
}
.site-header-topbar ul ul li:hover {
	background-color: rgba(0, 0, 0, 0.02);
}
.site-header-topbar ul li:hover > ul,
.site-header-topbar ul li.focus > ul {
	left: 0;
}
.site-header-topbar ul ul li:hover > ul,
.site-header-topbar ul ul li.focus > ul {
	left: 100%;
}

/* -------- Compact Header Styling -------- */

.site-header-compact .main-navigation ul ul {
	top: 50px;
}
.site-header-compact .main-navigation ul ul ul {
	top: 0;
}

.site-header-compact .site-header-topbar {
	min-height: 35px;
	padding: 4px 0 0;
}
.site-header-compact .site-branding {
	padding: 5px 0 5px;
}

.site-header-compact .main-navigation li a {
    padding: 14px 20px 16px;
}
.site-header-compact .main-navigation ul ul li a {
    padding: 12px 20px 14px;
}

/* -------- Home Slider Styling -------- */

.home-slider-wrap {
    border-bottom: 1px solid #efefef;
    position: relative;
    width: 100%;
    border-top: 1px solid #efefef;
    overflow: hidden;
}
.home-slider-wrap-hint {
    position: absolute;
    width: 220px;
    bottom: 35px;
    left: 50%;
    margin: 0 0 0 -110px;
    padding: 4px 0 4px;
    text-align: center;
    z-index: 9;
    font-size: 11px;
    background-color: #f8f8f8;
    border-radius: 4px;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease 0s;
    -moz-transition: opacity 0.3s ease 0s;
    -ms-transition: opacity 0.3s ease 0s;
    -o-transition: opacity 0.3s ease 0s;
    transition: opacity 0.3s ease 0s;
	display: none;
}
.home-slider-wrap-hint a {
    font-size: 12px;
}
.home-slider-remove {
    height: 403px !important;
    overflow: hidden;
    background-image: url(images/loader.gif);
    background-repeat: no-repeat;
    background-position: center center;
}
.home-slider-remove .home-slider {
    visibility: hidden;
}
.home-slider-block {
	background-position: center center;
    background-size: cover;
    float: left;
    position: relative;
    box-sizing: border-box;
	color: #FFF !important;
}
.home-slider-block-inner {
	width: 62%;
    height: 40%;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    font-size: 15px;
    color: inherit;
    text-align: center;
    padding: 0 25px;
    text-shadow: 0 0 2px rgba(0, 0, 0, 0.8);
}
.home-slider-block-bg {
	background-color: rgba(0, 0, 0, 0.6);
	display: inline-block;
	padding: 30px;
}
.home-slider-block h3 {
    color: inherit;
    font-size: 48px;
    letter-spacing: 1px;
    margin: 0 0 8px;
    padding: 0;
    text-shadow: 0 0 2px rgba(0, 0, 0, 0.8);
    text-transform: uppercase;
}
.home-slider-block h3 a {
    color: #fff;
}
.home-slider-block-inner p {
	max-width: 980px;
	margin: 0 auto;
}
.home-slider img {
    display: block;
    width: 100%;
    height: auto;
}
.home-slider-pager {
    bottom: 0;
    height: 30px;
    position: absolute;
    text-align: center;
    width: 100%;
}
.home-slider-pager a.selected span {
    background-color: #ffffff;
    position: relative;
}
.home-slider-pager a {
    display: inline-block;
    vertical-align: middle;
    padding: 3px 2px;
}
.home-slider-pager span {
    border: 1px solid #FFFFFF;
    border-radius: 8px;
    display: inline-block;
    height: 12px;
    line-height: 0;
    overflow: hidden;
    text-indent: -100px;
    width: 12px;
}

.home-slider-prev,
.home-slider-next {
    position: absolute;
    top: 50%;
    background-color: rgba(0, 0, 0, 0.5);
    color: #FFFFFF;
    line-height: 50px;
    margin: -38px 0 0;
    padding: 20px 0 18px;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.3) inset;
    width: 40px;
    text-align: center;
    font-size: 27px;
    opacity: 0;
    cursor: pointer;
    z-index: 9;
    transform: scale(0.8);
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}
.home-slider-prev {
    left: -1px;
    border-radius: 0 3px 3px 0;
}
.home-slider-next {
    right: -1px;
    border-radius: 3px 0 0 3px;
}
.home-slider-prev i,
.home-slider-next i {
    font-size: 0.8em;
    position: relative;
    top: -3px;
}
.home-slider-wrap:hover .home-slider-prev,
.home-slider-wrap:hover .home-slider-next {
    opacity: 1;
    transform: scale(1);
}
.home-slider-wrap:hover .home-slider-prev.disabled,
.home-slider-wrap:hover .home-slider-next.disabled {
    opacity: 0.4;
    cursor: default;
}
.home-slider-prev:hover,
.home-slider-next:hover {
	background-color: rgba(0, 0, 0, 0.7);
}
.home-slider-wrap:hover .home-slider-wrap-hint {
    opacity: 1;
}

/* -------- Error 404 Elements -------- */

.error-404 {
    text-align: center;
    padding: 40px 0 80px;
    max-width: 600px;
    margin: 0 auto;
}
.error-404 .fa-ban {
    font-size: 160px;
    color: #BDBDBD;
    margin: 0 0 10px;
}
.error-404 .entry-header {
    margin: 0 0 20px;
}
.error-404 .page-header h1 {
    font-size: 42px;
    padding: 5px 0 10px;
}

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

.site-footer {
}

.site-footer-widgets .widget ul {
    margin: 0;
    padding: 0;
}
.site-footer-widgets .widget ul li {
    margin: 0 0 2px;
    padding: 0;
    display: block;
    float: none;
}
.site-footer-widgets .widget ul li a {
    color: inherit;
}
.site-footer-widgets .widget .search-field {
    width: 100%;
    box-sizing: border-box;
    padding: 5px 8px;
}

.site-footer-bottom-bar a {
	color: inherit;
}
.site-footer-bottom-bar ul {
    margin: 0 5px 0 0;
    padding: 0;
    display: inline-block;
    vertical-align: middle;
}
.site-footer-bottom-bar ul li {
    margin: 0 2px 4px;
    padding: 0;
    display: inline-block;
    vertical-align: middle;
    list-style-type: none;
    text-transform: uppercase;
}
.site-footer-bottom-bar ul li a {
    font-size: 11px;
    padding: 2px 4px;
}

.site-footer-bottom-bar-left {
	float: left;
	font-size: 12px;
	padding: 4px 0 0;
}
.site-footer-bottom-bar-right {
	float: right;
}

.site-footer-bottom-bar ul ul {
	background-color: #fff;
    border-top: 2px solid #000;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.08);
    float: left;
    position: absolute;
    bottom: 30px;
    left: -999em;
    top: auto;
    z-index: 99999;
    margin: 0;
}
.site-footer-bottom-bar ul ul li {
	display: block;
	margin: 0;
}
.site-footer-bottom-bar ul ul li a {
	display: block;
	min-width: 110px;
    padding: 7px 10px 8px;
    text-align: left;
    color: #3C3C3C;
}
.site-footer-bottom-bar ul ul ul {
    left: -999em;
    top: auto;
    bottom: 2px;
}
.site-footer-bottom-bar ul li:hover > ul,
.site-footer-bottom-bar ul li.focus > ul {
	left: 0;
}
.site-footer-bottom-bar ul ul li:hover > ul,
.site-footer-bottom-bar ul ul li.focus > ul {
	left: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	margin: 0 0 30px;
	padding: 0 0 35px;
	margin-left: 34px;
}
.page .hentry {
    border: 0;
    margin: 0 0 25px;
    padding: 0;
}

.hentry:last-child {
	border-bottom: 0;
	margin: 0;
	
}

.byline,
.updated:not(.published) {
	display: none;
}
/*----name-avtor-------*/
.single .byline,
.group-blog .byline {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 0;
	text-align: justify;
}
.entry-content-img {
	margin: 0 0 20px;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

.wp-caption img {
    box-shadow: none;
}

/* -------- Blog Styling -------- */

.post-loop-thumbnail {
    display: block;
    width: 33.5%;
}
.post-loop-thumbnail-img {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.post-loop-thumbnail img {
	display: block;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
}
.post-loop-thumbnail-img img {
	width: 100%;
	height: auto;
}
.post-loop-content {
    width: 100%;
}
.post-loop-content .entry-header {
	margin: 0;
    padding: 0;
    border: 0;
}
.post-loop-content .entry-title {
	margin: 0 0 10px;
	font-size: 32px;
}
.post-loop-content .entry-meta,
.single .entry-meta {
    font-style: italic;
    font-size: 0.9em;
    margin: 0 0 5px;
}
.has-post-thumbnail .post-loop-content .entry-content {
	min-height: 108px;
}
.post-loop-content .entry-footer,
.single .entry-footer {
    font-style: italic;
    font-size: 0.9em;
}
.post-loop-content .entry-footer > span,
.single .entry-footer > span {
    margin: 0 15px 0 0;
}

.has-post-thumbnail .post-loop-content {
    width: 64%;
}

/* -------- Blog Round Images -------- */
.blog-post-inner.blog-post-img-round .post-loop-thumbnail {
	border-radius: 50%;
}
.blog-post-inner.blog-post-img-round .post-loop-thumbnail img {
	box-shadow: none;
}

/* -------- Blog Left Styling -------- */
.blog-left-layout .post-loop-thumbnail {
	float: left;
	margin: 0 2.5% 0 0;
}
.blog-left-layout .post-loop-content {
    float: left;
}

/* -------- Blog Right Styling -------- */
.blog-right-layout .post-loop-thumbnail {
	float: right;
	margin: 0 0 0 2.5%;
}
.blog-right-layout .post-loop-content {
    float: left;
}

/* -------- Blog Top Styling -------- */
.blog-top-layout .post-loop-thumbnail {
	float: none;
	margin: 0 0 20px;
	width: 100%;
	text-align: center;
}
.blog-top-layout .post-loop-thumbnail img {
	display: inline-block;
}
.blog-top-layout .post-loop-content {
    float: none;
    width: 100%;
}

/* -------- Blog Alt Styling -------- */
.blog-alt-layout.blog-alt-odd .post-loop-thumbnail {
	float: left;
	margin: 0 2.5% 0 0;
}
.blog-alt-layout.blog-alt-odd .post-loop-content {
    float: left;
}
.blog-alt-layout.blog-alt-even .post-loop-thumbnail {
	float: right;
	margin: 0 0 0 2.5%;
}
.blog-alt-layout.blog-alt-even .post-loop-content {
    float: left;
}

/*--------------------------------------------------------------
## Widgets
--------------------------------------------------------------*/
/* ---- Pages Widget ---- */
.widget.widget_pages > ul,
.widget.widget_nav_menu > div > ul {

}
.widget.widget_pages > ul > li,
.widget.widget_nav_menu > div > ul > li {

}

.widget.widget_pages > ul > li ul.children,
.widget.widget_nav_menu > div > ul > li ul.sub-menu {
	padding: 3px 0 1px;
}
.widget.widget_pages > ul > li ul.children li,
.widget.widget_nav_menu > div > ul > li ul.sub-menu li {
	position: relative;
	padding: 0 0 0 15px;
}
.widget.widget_pages > ul > li ul.children li:before,
.widget.widget_nav_menu > div > ul > li ul.sub-menu li:before {
	display: block;
	font-family: FontAwesome;
	content: '\f105';
	position: absolute;
	top: 0px;
	left: 4px;
	font-size: 15px;
	font-weight: 700;
}

/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}
.bypostauthor {
	display: block;
}
.comments-area {

}
footer.comment-meta {
	position: relative;
}
.comments-title {
    font-size: 18px;
}
.comment-list {
    margin: 0;
    padding: 20px 0 0;
    list-style-type: none;
    clear: both;
}
.comment-list li {
    margin: 0;
    padding: 0 0 10px;
}
.comment {

}
.comment-author {
    float: none;
    width: auto;
    margin-left: 55px;
}
.comment-author b.fn {
	display: block;
	font-size: 15px;
    font-weight: 600;
}
.comment-container {
    margin-left: 65px;
}
.comment-author .avatar {
    border: 2px solid #DCDCDC;
    position: absolute;
    left: 0;
}
.comment-meta cite {
    display: block;
    font-size: 13px;
    font-weight: 600;
}
.comment-meta > a {
    font-size: 11px;
}
.comment-content {
    margin: 0 0 0 55px;
}
.comment-metadata {
	font-size: 0.9em;
	font-style: italic;
	margin-left: 55px;
	padding: 0 0 4px;
}
.comment .reply {
    text-align: right;
    font-size: 0.9em;
}
.comments-area label {
    float: left;
    min-width: 10.5%;
    padding: 6px 0 0;
}
.comments-area input[type="text"],
.comments-area input[type="email"],
.comments-area input[type="url"],
.comments-area input[type="password"],
.comments-area input[type="search"] {
    padding: 1%;
    width: 85%;
}
#comments ul {
    margin-left: 2em;
}
#comments li {
    list-style-type: none;
}
.post-password-required input {
    max-width: 280px;
    margin: 0 5px;
}
span.says {
	display: none;
}
.comment-form-cookies-consent input {
  display: inline-block;
    position: relative;
    top: -1px;
}
.comment-form-cookies-consent label {
  display: inline-block;
    float: none;
    margin: 0 0 0 10px;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# 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 embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

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

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

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

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

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}
/* - Gallery Widget - */
.widget .gallery {
    padding: 0;
}
.widget .gallery .gallery-item {
    margin: 0 !important;
    padding: 1px;
}
.widget .gallery .gallery-item img {
    border-color: rgba(0, 0, 0, 0) !important;
    display: block;
}

.scroll-to-top {
	background-color: rgba(0, 0, 0, 0.6);
	box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.4) inset;
	border-radius: 2px;
	color: #FFF;
	font-size: 20px;
	cursor: pointer;
	height: 44px;
	padding: 6px 0 0;
	position: fixed;
	bottom: 70px;
	right: 12px;
	text-align: center;
	width: 44px;
	z-index: 999;
	display: none;
}

@media screen and (max-width: 980px) {

	.main-navigation li {
    	margin: 0 0 1px;
    }
	.menu-dropdown-btn {
    	display: block;
    }
    .open-page-item > ul.children,
    .open-page-item > ul.sub-menu {
    	display: block !important;
    }
	.main-navigation ul ul {
		box-shadow: 0 1px 3px rgba(0, 0, 0, 0.02);
        position: relative !important;
        border: 0;
        top: 0 !important;
        left: 0 !important;
        float: none !important;
        background-color: rgba(255, 255, 255, 0.1) !important;
        padding: 0;
        margin: 0;
        display: none !important;
    }
    .main-navigation ul ul li:last-child a,
    .main-navigation ul ul li a {
        box-shadow: none;
        padding: 7px 12px;
        width: auto;
    }
    .main-navigation ul ul li a {
        white-space: normal;
    }
    /* .main-navigation ul ul li a:hover {
        background: none; 
    }*/
    .main-navigation ul ul li:last-child a {
    	padding: 7px 12px 7px;
    }
    .site-header-compact .main-navigation li a {
        padding: 7px 0;
    }
    .site-header-compact .main-navigation ul ul li a {
        padding: 7px 10px;
    }
    
    .home-slider-block-inner {
        width: 80%;
        font-size: 13px;
    }
    .home-slider-block-bg {
        padding: 20px;
    }
    .home-slider-block h3 {
        font-size: 38px;
    }
    
    /* ---- Mobile Nav Skin Dark ---- */
    .vogue-mobile-nav-skin-dark #main-menu,
    .vogue-mobile-nav-skin-custom #main-menu {
        color: #FFFFFF;
        background: #ffffff;
    }
    .vogue-mobile-nav-skin-dark li a,
    .vogue-mobile-nav-skin-custom li a {
        color: #000000;
    }
    .vogue-mobile-nav-skin-dark .main-menu-close,
    .vogue-mobile-nav-skin-custom .main-menu-close {
        color: #898989;
    }
    .vogue-mobile-nav-skin-dark ul ul,
    .vogue-mobile-nav-skin-custom ul ul {
        /* background-color: rgba(255, 255, 255, 0.14) !important; */
    }
    .vogue-mobile-nav-skin-dark a.header-cart-contents,
    .vogue-mobile-nav-skin-custom a.header-cart-contents {
    	color: #FFF;
    }

    /* ---- Mobile Nav Skin Light ---- */
    .vogue-mobile-nav-skin-light #main-menu {
        color: #212121;
        background: #f9f9f9;
    }
    .vogue-mobile-nav-skin-light li a {
        color: #424242 !important;
    }
    .vogue-mobile-nav-skin-light .main-menu-close {
        color: #888888;
    }
    .vogue-mobile-nav-skin-light ul ul {
        background-color: rgba(0, 0, 0, 0.08) !important;
    }
    .vogue-mobile-nav-skin-light a.header-cart-contents {
    	color: #000000;
    }
    .vogue-mobile-nav-skin-light .menu-dropdown-btn {
    	background-color: rgba(0, 0, 0, 0.08);
    	color: #252525;
    }

}

@media only screen and (max-width: 782px) {

	.page-template-default .content-area,
	.woocommerce #container,
	.woocommerce-page #container,
	.content-area {
	    box-shadow: none !important;
	    width: 100% !important;
	    float: none !important;
	    /*padding: 25px 0 30px !important;*/
	}

	.page-template-default .widget-area,
	.widget-area {
	    /*box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) !important;*/
	    /*width: 100% !important;*/
	    float: none !important;
	    padding: 40px 0 5px !important;
	    margin: 0 0 10px;
	}
	.page-template-template-left-sidebar-php .content-area {
		box-shadow: none !important;
		width: 100% !important;
		float: none !important;
		padding: 25px 0 30px !important;
	}
	.page-template-template-left-sidebar-php .widget-area {
		box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) !important;
		width: 100% !important;
		float: none !important;
		padding: 40px 0 5px !important;
		margin: 0 0 10px !important;
	}
	.tarifu-block {
		display: block;
		}

}

@media only screen and (max-width: 720px) {

	.blog-post-standard-layout .post-loop-thumbnail {
		width: 100%;
		float: none;
		text-align: center;
		padding: 0 0 20px;
	}
	.blog-post-standard-layout .post-loop-thumbnail img {
		display: inline-block;
	}
	.blog-post-standard-layout.has-post-thumbnail .post-loop-content {
		width: 100%;
		float: none;
	}
    
    .home-slider-block h3 {
        font-size: 32px;
    }
    .home-slider-block-bg {
        padding: 20px;
    }

	.site-footer-bottom-bar-left {
		width: 100%;
		float: none;
		text-align: center;
		padding: 1px 0 0;
	}
	.site-footer-bottom-bar-right {
		width: 100%;
		float: none;
		text-align: center;
		padding: 10px 0 5px;
	}
	.site-footer-bottom-bar-right a {
    	margin: 0 4px;
	}

}

@media only screen and (max-width: 700px) {

	.content-area .entry-header h1.entry-title,
	.woocommerce h1.page-title,
	.woocommerce-page h1.page-title {
	    margin: 0 0 12px;
	}
    .site-main > .entry-header .entry-title,
    header.woocommerce-products-header {
        float: none;
    }
    .breadcrumbs {
        float: none;
    }

}

/*--------------------------------------------------------------
Fallback CSS for Customizer Library Styles
--------------------------------------------------------------*/
body,
.widget-area .widget a {
    color: #3C3C3C;
    font-family: 'Open Sans', 'Arial', sans-serif;
}
h1, h2, h3, h4, h5, h6,
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a,
.widget-area .widget-title,
.main-navigation ul li a {
    color: #000000;
}
.woocommerce table.cart th,
.woocommerce-page #content table.cart th,
.woocommerce-page table.cart th,
.woocommerce input.button.alt,
.woocommerce-page #content input.button.alt,
.woocommerce table.cart input,
.woocommerce-page #content table.cart input,
.woocommerce-page table.cart input,
button, input[type="button"],
input[type="reset"],
input[type="submit"] {
    font-family: 'Lato', 'Tahoma', sans-serif;
}

#comments .form-submit #submit,
.search-block .search-submit,
.side-aligned-social a.header-social-icon,
.no-results-btn,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.woocommerce ul.products li.product a.add_to_cart_button, .woocommerce-page ul.products li.product a.add_to_cart_button,
.woocommerce ul.products li.product .onsale, .woocommerce-page ul.products li.product .onsale,
.woocommerce button.button.alt,
.woocommerce-page button.button.alt,
.woocommerce input.button.alt:hover,
.woocommerce-page #content input.button.alt:hover,
.woocommerce .cart-collaterals .shipping_calculator .button,
.woocommerce-page .cart-collaterals .shipping_calculator .button,
.woocommerce a.button,
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt,
.woocommerce-page a.button,
.woocommerce input.button,
.woocommerce-page #content input.button,
.woocommerce-page input.button,
.woocommerce #review_form #respond .form-submit input,
.woocommerce-page #review_form #respond .form-submit input,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover,
.woocommerce .widget_price_filter .ui-slider .ui-slider-range,
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle,
.single-product span.onsale,
.woocommerce button.button.alt.disabled,
.main-navigation ul ul a:hover,
.main-navigation ul ul li.current-menu-item > a,
.main-navigation ul ul li.current_page_item > a,
.main-navigation ul ul li.current-menu-parent > a,
.main-navigation ul ul li.current_page_parent > a,
.main-navigation ul ul li.current-menu-ancestor > a,
.main-navigation ul ul li.current_page_ancestor > a,
.main-navigation button,
.wpcf7-submit {
    background: inherit;
    background-color: #F061A8;
}

a,
.content-area .entry-content a,
#comments a,
.post-edit-link,
.site-title a,
.error-404.not-found .page-header .page-title span,
.search-button .fa-search,
.header-cart-checkout.cart-has-items .fa-shopping-cart,
.main-navigation div > ul > li > a:hover,
.main-navigation div > ul > li.current-menu-item > a,
.main-navigation div > ul > li.current-menu-ancestor > a,
.main-navigation div > ul > li.current-menu-parent > a,
.main-navigation div > ul > li.current_page_parent > a,
.main-navigation div > ul > li.current_page_ancestor > a {
    color: #F061A8;
}


a:hover,
.content-area .entry-content a:hover,
.widget-area .widget a:hover,
.site-header-topbar ul li a:hover,
.site-footer-widgets .widget a:hover,
.site-footer .widget a:hover,
.search-btn:hover,
.search-button .fa-search:hover,
.site-footer-bottom-bar ul ul li a:hover,
.woocommerce #content div.product p.price,
.woocommerce-page #content div.product p.price,
.woocommerce-page div.product p.price,
.woocommerce #content div.product span.price,
.woocommerce div.product span.price,
.woocommerce-page #content div.product span.price,
.woocommerce-page div.product span.price,
.woocommerce #content div.product .woocommerce-tabs ul.tabs li.active,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li.active,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li.active {
    color: #EA1B82;
}

.main-navigation button:hover,
#comments .form-submit #submit:hover,
.search-block .search-submit:hover,
.no-results-btn:hover,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.woocommerce input.button.alt,
.woocommerce-page #content input.button.alt,
.woocommerce .cart-collaterals .shipping_calculator .button,
.woocommerce-page .cart-collaterals .shipping_calculator .button,
.woocommerce a.button:hover,
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover,
.woocommerce-page a.button:hover,
.woocommerce input.button:hover,
.woocommerce-page #content input.button:hover,
.woocommerce-page input.button:hover,
.woocommerce ul.products li.product a.add_to_cart_button:hover, .woocommerce-page ul.products li.product a.add_to_cart_button:hover,
.woocommerce button.button.alt:hover,
.woocommerce-page button.button.alt:hover,
.woocommerce #review_form #respond .form-submit input:hover,
.woocommerce-page #review_form #respond .form-submit input:hover,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content,
.woocommerce button.button.alt.disabled:hover,
.wpcf7-submit:hover {
    background: inherit;
    background-color: #EA1B82;
}
/*-----my-style----*/
#menu-zeleni-tarifi-arxiv {
	padding-left: 0;
    margin-left: 0;
}
.kopi {
	text-align: center;
    padding: 10px;
	background-color: #efefef;
    border-top: 1px solid rgba(0, 0, 0, 0.08);
    color: #000;
}
h3.entry-title {
    display: block;
}
#footer-widgets {
    width: 100%;
    background: #f4f4f4;
    padding: 20px 0;
    overflow: hidden;
    border-top: 1px solid#ebebeb;
	display: flex;
}

#footer-widgets .wsfooterwdget  {
        /*padding: 60px;*/
        padding-bottom: 5px;
        width: 32%;
        float: left;
        overflow: hidden;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -o-box-sizing: border-box;
		 padding-top: 15px;
}
/*енергетика онлайн*/
.energy-m p {
	display: flex;
}
.energy-m {
	margin-left: 10px;
}
.energy-m img {
	max-width: 110px;
}

#text-6 .textwidget a {
	color: #4a4a49;
}
#text-6 .textwidget a:hover {
	color: #8fb914;
}

/*#footer-widgets .wsfooterwdget:nth-child(2){
        margin-left: 10%;
        margin-right: 2%;
		width: 41%;
}*/
div#text-2 {
    margin-left: 16%;
}
.block-fill {
	 height: 500px;
 }
@media screen and (max-width: 967px) {
  #footer-widgets .wsfooterwdget {
	  margin-bottom:3%; 
	  margin-left: 0%;
	  }
}
@media screen and (max-width: 890px) {
  #footer-widgets .wsfooterwdget {
	  width:100%;
	  }
    #footer-widgets .wsfooterwdget:nth-child(2){
		width:100%;
        margin-left: 0;
        margin-right: 0;
}
}
@media screen and (max-width: 768px) {
	#footer-widgets {
		display: block;
		text-align: center;
	}
	.block-fill {
    height: 400px;
}
.energy-m p {
	display: flex;
	justify-content: center;
}
.energy-m {
	margin-left: 19px;
}
.face-icon {
	margin: 0 auto;
}

}
@media screen and (max-width: 599px) {
	.site-title a{
	  font-size: 25px!important;
	}
}
@media screen and (max-width: 400px) {
	.entry-content h1 {
		    font-size: 20px!important;
	}
}
@media screen and (max-width: 430px) {
		.block-fill {
    height: 350px;
}
}
.elementor-element-577c1d7 {
	display: none;
}
/*-------------right menu---------*/
.right-meny {
	position: fixed;
    right: -40px;
    top: 40%;
	width: 100px;
	z-index: 9999;
}
.right-meny ul li a i{
	font-family: fontawesome !important;
	font-size: 22px;
    width: 50px;
    height: 50px;
    background: #8fb914;
    border-radius: 50%;
	color: #fff;
	text-align: center;
    padding-top: 13px;
    margin-bottom: 10px;
}
.right-meny ul li a i:hover {
	background: #fff;
	color: #8fb914;
	border: 1px solid #8fb914;
	transition: .5s;
}
.right-meny {
	display: none;
}
/*------------------*/
i.fas.fa-file-pdf {
    float: right;
    font-size: 21px;
    color: #8fb914;
}

article#post-100 .entry-content p{
    border-bottom: 1px solid#8fb914;
}
.lider-link {
	 border-bottom: 1px solid#8fb914;
	 margin: 40px 0px 40px 0px;
}
.lider-link a:hover {
	text-decoration: none;
}

.lider-link a {
	color:#23282d!important;
}
#powerTip {
    background-color: #8fb914;
	border: 1px solid#8fb914;
}
.department-name h4 {
	color: #fff;
    padding: 10px;
    background: #8fb914;

}
.department-name p {
	color: #000;
}
img.pins_image.ihotspot_hastooltop {
    cursor: pointer;
}
.elementor-102 .elementor-element.elementor-element-d03bb9c > .elementor-widget-container {
    border-style: 1px solid;
    border-color: #8fb914;
}
.flex-container {
	display: flex;
}

.map-icon {
	/* padding-top: 20px; */
	padding-left: 10px;
	margin-right: 10px;
	font-size: 23px;
	color: #8fb914;
	
}
.drag_element.tips {
    cursor: pointer;
}
.clock .map-icon {
	padding-top: 15px;
}
.icon-user {
	padding-left: 10px;
	margin-right: 10px;
	font-size: 23px;
	color: #8fb914;
}
 .map-block h4 {
	 margin-bottom: 0;
 }
 .map-block table tr td {
	border: none;
 }	 
.cop-title h4 {
	color: #fff!important;
	background: #8fb914;
	padding: 15px 0;
	padding-left: 10px;
}
.sr-contacts .map-icon{
	padding-top: 0px;
}
.map-block {
	border: 1px solid#8fb914;
	 display: inline-block;
	 opacity: 0;
	 position: absolute;
	 width: 550px;

}
.map-block.show { 
 visibility: visible;
 opacity: 1;
 z-index: 9999; 
 }
 
 #powerTip.n:before {
    border-top: 10px solid rgb(143, 185, 20)!important;
}
input.wpcf7-form-control.wpcf7-submit:hover {
    background: #fff;
    border: 1px solid#96c916;
    color: #96c916;
    transition: 0.5s;
}
form.wpcf7-form {
    position: relative;
}
input.wpcf7-form-control.wpcf7-submit {
    position: absolute;
	right: 0;
	margin-top: -58px;
	
}
/*.form-block {
	border-bottom: 1px solid#e2e1e1;
    margin-bottom: 50px!important;
    padding-bottom: 30px;
}*/
.wpcf7-captchar {
	width: 100px!important;
}
@media screen and (max-width: 466px) {
	.form-col-centr .wpcf7 .wpcf7-form p .wpcf7-submit {
	margin-top: 0px;
	left: 0;
}
}
.contakt-map {
	margin-top: 50px;
	width: 98%;
    
}
div#mysticky-nav {
    border-bottom: 1px solid#e2e1e1;
}
.elementor-24 .elementor-element.elementor-element-3ae3c87 iframe {
	height: 400px!important;
}
.site-description {
	display: none;
}
.site-title a {
	font-size: 50px!important;
	font-weight: 500;
	
}
.site-title {
	padding: 0!important;
	margin: 30px!important;
	margin-top: 0px!important;
}
.tov {
	color: #fff;
	margin-bottom: 0px;
    margin-top: 20px;
    text-transform: uppercase;
    text-align: center;
	
}
.wpcf7-form {
	line-height: 0.7em;
}
.your-message {
	display: block;
}
#f0420b1 .elementor-widget-container .elementor-text-editor p {
	margin: 0;
}
/*----news-----*/
.entry-title a{
	color: #8fb914;
	font-family: "Roboto Condensed";
	font-size: 28px;
}
img.attachment-large.size-large {
    max-width: 75%;
}
 .news .elementor-widget-container h5 {   
	text-align: center;
    font-family: "Lato", Sans-serif;
    font-size: 24px;
 }
 .news .elementor-widget-container ul {
	     list-style-type: none;
		     display: flex;
 }
 .metaslider .flexslider {
	 overflow: hidden;
 }
 #mysticky-wrap {
	background: #fff;
    z-index: 555;
 }
 .site-title a {
	 color: #fff!important;
 }
 i.flex-element.fas.fa-home.map-icon {
    padding-top: 0px!important;
}
.elementor-widget-posts .elementor-post__title a {
	font-weight: 300!important;
}
span.comments-link {
    display: none;
}
.elementor-search-form__container {
	min-height: 0px!important;
    background: #fff!important;
    border: 1px solid#e6e6e6!important;
}
/* .elementor-element.elementor-element-bf0990d.elementor-column.elementor-col-33.elementor-top-column {
    border-left: 1px solid #ebebeb;
}
.elementor-element.elementor-element-6d64213.elementor-column.elementor-col-33.elementor-top-column {
    border-left: 1px solid #ebebeb;
}
.elementor-element.elementor-element-648879e.elementor-column.elementor-col-33.elementor-top-column {
	border-left: 1px solid #ebebeb;
}
.elementor-col-33 {
	border-left: 1px solid #ebebeb;
} */
.tar-block {
	line-height: 1.5em;
}
i.fas.fa-file-excel {
    float: right;
    font-size: 21px;
    color: #8fb914;
}
 #nav_menu-3 ul li a {
	color: #3c3c3c!important;
}
.elementor-widget-toggle .elementor-toggle .elementor-tab-title {
    color: #8fb914!important;
    font-family: "Roboto", Sans-serif!important;
    font-weight: 500!important;
    font-size: 25px;
}
.elementor-2 .elementor-element.elementor-element-6964b32 .elementor-post__title a {
    color: #8fb914!important;
}
/*---------------------vakancyi------------------*/
.elementor-tab-title a {
	font-family: 'Open Sans', 'Arial', sans-serif!important;
	color: #3c3c3c!important;
	font-weight: 400;
	letter-spacing: 0.01em;
    font-size: 19px;
}
.elementor-tab-title a span {
	float: right;
	font-size: 14px;
	padding-top: 15px;
}
.elementor-widget-toggle .elementor-toggle .elementor-tab-content {
	font-family: 'Open Sans', 'Arial', sans-serif!important;
}
.vak-block {
	display: block;
}
/*.vak {
	display: none;
}*/
/*---------------------*/
.elementor-widget-text-editor {
    color: #7a7a7a;
    font-family: 'Open Sans', 'Arial', sans-serif!important;
    font-weight: 400;
}
/*----------tarif------------*/
.tarif1 {
	float: left;
    width: 45%;
    height: auto;
    border: 1px solid#aaa;
}
.tarif2 {
	/*float: right;*/
    width: 45%;
    height: auto;
    border: 1px solid#aaa;
    left: 50%;
    position: relative;
    margin-left: -22%;
}
@media screen and (max-width: 430px) {
    .tarif2 {
		float: none;
		margin: 0 auto;
		margin-top: 15px;
		width: 100%;
		left: 0;
        position: inherit;
	}
	.tarif1 {
		float: none;
		width: 100%;
	}
}
.t-text {
	text-align: center;
}
.t-chis {
	text-align: center;
    font-size: 50px;
    color: #8fb914;
	margin-bottom: 0;
}
.text-top {
	margin-bottom: 0;
    margin-top: 20px;
}
.data-p {
	font-style: normal;
	font-size: 0.9em;
}
#menu-zeleni-taryfy-arkhiv {
	
}
#menu-zeleni-taryfy-arkhiv li a {
	color: #3c3c3c;
	line-height: 1.5em;
}
.menu-zeleni-taryfy-arkhiv-container ul {
	margin-left: 0px;
	padding: 0px;
}
#menu-tarifi-arxiv li a {
	color: #3c3c3c;
	line-height: 1.5em;
}
#menu-tarifi-arxiv {
	margin-left: 0;
    padding-left: 0;
}
.elementor-widget-text-editor {
	color: #3c3c3c!important;
}
/*подпись категории в новостях*/
span.cat-links {
    display: none;
}
/*--------------------------*/
#left-bloc-icon {
	border-left: none!important;
}
/*vakancyi------------------*/
#vacancies {
	width: 75%;
    float: right;
	margin-top: -37px;
}
.widget_select_box {
	width: 270px;
	height: 35px;
	border: 1px solid#8fb914;
    text-transform: uppercase;
	background: #fff;
	font-size: 12px;
}
.panel-title a {
	color: #3c3c3c!important;
	font-family: 'Open Sans', 'Arial', sans-serif;
    font-weight: normal;
	font-size: 14px;
}
#primary {
	z-index: 1;
}
.right-meny {
	z-index: 9999;
}
.site-title a {
	text-decoration: none;
}

/*--------------------*/
/*logotype-------*/
/*1151,1146*/
#menu-item-1524 a {
	padding: 14px 20px 12px!important;
}
/*.main-navigation div > ul > li.current-menu-item > a {
    color: #fff!important;
}
.main-navigation div > ul > li > a:hover {
	color: #fff!important;
}
.main-navigation div > ul > li > a:active {
	color: #fff!important;
}
li.current-menu-ancestor > a, .main-navigation div > ul > li.current-menu-parent > a {
	color: #fff!important;
}
.main-navigation div > ul > li.current_page_parent > a {
	color: #fff!important;
}*/
.site-branding {
	display: none;
	width: 300px;
    float: left;
    padding-top: 7px;
}
#menu-item-1524 a img {
	width: 250px;
}
.menu-item-1524 {
	left: 19%;
    position: absolute!important;
}
.main-navigation {
    padding: 0;
    position: fixed;
    z-index: 9999;
    width: 100%;
    background: rgba(255,255,255,.8);
	border-bottom: 2px solid#ebebeb;
	margin-top: -2px;
}
#main-menu {
    display: inline-block;
    margin-left: 28%;
}
.site-main  .entry-header {
	margin-top: 90px;
}
label {
	width: 100%;
	font-weight: normal;
}
/*---------media-logotype------*/

@media screen and (max-width: 1700px) {
	.menu-item-1524 {
		left: 16%;
	}
}
@media screen and (max-width: 1560px) {
	.menu-item-1524 {
		left: 13%;
	}
}
@media screen and (max-width: 1450px) {
	.menu-item-1524 {
		left: 10%;
	}
}
@media screen and (max-width: 1360px) {
	.menu-item-1524 {
		left: 7%;
	}
}
@media screen and (max-width: 1290px) {
	#main-menu {
    margin-left: 0%;
}
.menu-item-1524 {
	left: 0%;
    position: relative!important;
}
}
@media screen and (max-width: 1200px) {
	#vacancies {
    width: 100%; 
    float: none; 
    margin-top: 17px;
	margin-left: 18px;
}

}
/*
@media screen and (max-width: 980px) {
	#menu-item-1524 {
		display:none;
	}
	.site-branding {
		display: block;
	}
	.right-meny {
		right: 0px;
		left: 10px;
	}
	.main-navigation {
		width: 100px;
		right: 0; 
	}
	.site-main .entry-header {
    margin-top: 0px;
}
*/
}
@media (max-width: 500px) {
 div#powerTip {
    display: none!important;
}
}
@media screen and (max-width: 462px) {
	.category-top-news  .elementor-post__card  .elementor-post__text .elementor-post__title {
		font-size: 25px!important;
		text-align: left!important;
	}
	.category-top-news  .elementor-post__excerpt {
		text-align: left;
	}
}
/*------------*/
/*-----news----*/
#top-news .elementor-widget-container .elementor-posts-container .elementor-post .elementor-post__card .elementor-post__text  .elementor-post__title  {
	font-size: 35px;
    text-align: center;
}
#top-news .elementor-widget-container .elementor-posts-container .elementor-post .elementor-post__card  .elementor-post__read-more  {
	float: right;
    padding-top: 19px;
}
#top-news .elementor-widget-container .elementor-posts-container .elementor-post .elementor-post__card .elementor-post__meta-data {
	border-top: none;
}
#top-news {
    border-bottom: 1px solid#eaeaea;
}
#footer-widgets .widget .widget-title  {
	margin-left: 16px;
}
#secondary {
	display:block;
}
/*--zrazok ---*/
.example-rah span {
    color: #98bd28;
}
.example-rah td {
	border: none;
	font-size: 11px;
}
.example-rah td {
	padding:0px;
}
/* span[title] {
	font-size: 15px; */
}
*[tooltip]:hover:after {
    content: attr(tooltip);
    border: #777;
    background-color: #aaa;
    padding: 5px;
	font-size: 16px;
}
td .block-text p {
	margin: 0!important;
}
.chek td {
	padding: 5px;
	font-size: 13px;
	/* border: none; */
}
/*#post-1853 .entry-content div {
	overflow-x: hidden!important;
}*/
.chek  {
	border: 2px solid#000;
}
/*------------block-tarifu---------*/
#menu-block-tarifu {
	color: #3c3c3c;
    margin-left: 0px;
    padding-left: 0px;
}
#menu-block-tarifu  li a {
	color: #3c3c3c;
	line-height: 1.5em;
}
#menu-item-1946 {
	width: 100%;
}
/***Обертка для кнопок***/
.sticky-btn {
    bottom: 260px;
    color: #fff;
    padding: 5px 12px;
    position: fixed;
    z-index: 99999;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    font-size: 14px;
    font-weight: bold;
}
.sticky-btn a {
	color: #fff;
	text-decoration: none;
	outline: none;
}
.sticky-btn>* {
    display: inline-block;
    vertical-align: middle;
}

/*Кнопка Внесение показаний*/
.sticky-readings {
	background-color: rgba(148, 178, 43,.66);
	padding: 7px 15px;
	border-radius: 0px 0px 5px 5px;
	cursor: pointer;
	-o-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
	position: fixed;
	left: 0;
	transform-origin: top left;
	bottom: 230px;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
}
.sticky-readings:hover {
  	background-color:  rgba(253, 203, 0.66);
}
.sticky-readings-active {
  	background-color:  rgba(253, 203, 0.66)!important;
}
.heading-count {
    position: relative;
    padding: 0 0 0px 0;
}
.heading-count h4 {
    font-size: 16px;
    line-height: 18px;
    text-align: center;
}
.form-readings-pob {
	display: none;
	position: fixed;
	bottom: 5px;
	left: 0;
	background-color: rgba(144, 176, 37, 0.86);
	max-width: 300px;
	padding: 15px;
	font-size: 13px;
	color: #fff;
	z-index: 99998;
	line-height: 22px;
}
.form-readings-pob .btn-readings-close {
	position: absolute;
	right: 10px;
	top: 10px;
	width: 15px;
	height: 15px;
	opacity: 0.6;
	cursor: pointer;
}
.form-readings-pob .btn-readings-close:hover {
	opacity: 1;
}
.form-readings-pob .btn-readings-close:before, .form-readings-pob .btn-readings-close:after {
	position: absolute;
	left: 6px;
	content: ' ';
	height: 15px;
	width: 2px;
	background-color: #fff;
}
.form-readings-pob .btn-readings-close:before {
	transform: rotate(45deg);
}
.form-readings-pob .btn-readings-close:after {
	transform: rotate(-45deg);
}
.form-readings-pob input[type=button],
.form-readings-pob input[type=text],
.form-readings-pob select {
	padding: 0;
	font-family: inherit;
    font-size: inherit;
    line-height: inherit;
	color: #313131;
}
.form-readings-pob input[type=text],
.form-readings-pob select {
	width: 95%;
    height: 26px;
	text-align: center;
}
.form-readings-pob input[type=button] {
    float: right;
    color: rgba(85, 85, 85, 0.87);
    background-color: #fff;
    padding: 5px 25px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
}
.clientsend-readings {
	display: none;
	min-width: 270px;
	min-height: 40px;
	text-align: center;
}
.readings_btn {
    float: right;
    color: rgba(85, 85, 85, 0.87);
    background-color: #fff;
    padding: 5px 25px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
}
.readings-title {
	color: #fff;
	font-size: 16px;
	margin-bottom: 10px;
	text-align: center;
}
.readings-table {
	text-align: center;
}
.readings-table td{
	vertical-align: middle;
	padding: 0.2em 0.5em;
}
/*******************/
/*Кнопка Оплаты*/
.sticky-btn-pay {
	background-color: rgba(148, 178, 43,.66);
	padding: 7px 18px;
	border-radius: 0px 0px 5px 5px;
	cursor: pointer;
	-o-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
	position: fixed;
	left: 0;
	bottom: -20px;
	transform-origin: top left;
	color: #fff!important;
	
}
/*.sticky-btn #btn-pay {
    display: none!important;
}*/
.sticky-btn-pay:hover {
  	background-color:  rgba(253, 203, 0.66);
}
.heading-pay {
    position: relative;
    padding: 0 0 10px 0;
}
.heading-pay h4 {
    font-size: 16px;
    line-height: 18px;
    text-align: center;
}
.form-pay-pob {
	display: none;
    position: fixed;
    bottom: 5px;
    left: 0;
    background-color: rgba(0, 113, 173, 0.86);
	max-width: 300px;
    padding: 15px;
	font-size: 13px;
	color: #fff;
  	z-index: 99998;
	line-height: 22px;
}
.form-pay-pob .btn-pay-close {
	position: absolute;
	right: 10px;
	top: 10px;
	width: 15px;
	height: 15px;
	opacity: 0.6;
	cursor: pointer;
}
.form-pay-pob .btn-pay-close:hover {
	opacity: 1;
}
.form-pay-pob .btn-pay-close:before, .form-pay-pob .btn-pay-close:after {
	position: absolute;
	left: 6px;
	content: ' ';
	height: 15px;
	width: 2px;
	background-color: #fff;
}
.form-pay-pob .btn-pay-close:before {
	transform: rotate(45deg);
}
.form-pay-pob .btn-pay-close:after {
	transform: rotate(-45deg);
}
.form-pay-pob input[type=submit],
.form-pay-pob input[type=button],
.form-pay-pob input[type=number],
.form-pay-pob input[type=text],
.form-pay-pob select {
	font-family: inherit;
    font-size: inherit;
    line-height: inherit;
	color: #313131;
}
.form-pay-pob input[type=number],
.form-pay-pob input[type=text],
.form-pay-pob select {
	width: 95%;
    height: 26px;
    margin-bottom: 10px;
}
.form-pay-pob input[type=submit],
.form-pay-pob input[type=button] {
    float: right;
    color: rgba(85, 85, 85, 0.87);
    background-color: #fff;
    padding: 5px 25px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
}
.pay_btn {
    float: right;
    color: rgba(85, 85, 85, 0.87);
    background-color: #fff;
    padding: 5px 25px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
}
.fa-file-export {
	color: #8fb914;
    float: right;
    font-size: 20px;
}
#menu-korysna-informatsiia {
	margin: 0;
	padding: 0;
}
#menu-korysna-informatsiia  li a {
	color: #3c3c3c;
}
html {
  overflow-y: scroll;
}
#menu-tsiny-na-universalni-posluhy {
	margin-left: 0px;
    padding-left: 0px;
}
#menu-tsiny-na-universalni-posluhy li a {
	color: #3c3c3c;
}
#menu-komertsijni-propozytsii {
	margin-left: 0px;
    padding: 0px;
}
#menu-komertsijni-propozytsii li a {
	color: #3c3c3c;
}
@media (max-width: 768px) {
.sec-tarifu .elementor-container .elementor-row {
	display: flex;
    flex-direction: column-reverse;
}
}
#menu-komertsijni-propozytsii-universalnoi-posluhy {
	padding-left: 0px;
	margin-left: 0px;
}
#menu-komertsijni-propozytsii-universalnoi-posluhy li a {
	color: #3c3c3c;
}
.elementor-column-gap-extended>.elementor-row>.elementor-column>.elementor-element-populated {
    padding: 10px!important;
}

/*--------------------документы------------*/
.doc-block tbody tr td {
	border: none;
	padding: 15px 0 15px 0;
}
.doc-block tbody tr {
	border-bottom: 1px solid#8fb914;
	position: relative;
}
.doc-block tbody tr td img {
	bottom: 0;
}
.doc-block tbody tr td a {
	color: #23282d!important;
}
@media (max-width: 480px){
.doc-block {
    font-size: xx-small;
}
}
#nav_menu-3 ul {
	margin: 0 0 25px 0px;
    padding: 0 0 0 0px;
}

/*******************/
/*-------------------chat----------------------*/
#intergramRoot {
	display: block;
}
/*------------счетчик статистики посещений страниц-----------*/
.pageviews-wrapper {
	display:none;
}
/*-----------------------------------*/
.polt-icon {
	padding-top: 21!important;
}
/*-----------------------акардион-------------------*/
.panel-default>.panel-heading {
	background-color: #fff;
    border-color: #fff;
}
.panel {
	border: none;
}
/*----------style table----------------*/
.table-links tr td {
	border: none;
	padding: 10px 0px;
	min-height: 64px;
    min-width: 45px;
    padding: 15px 0 15px 0;
}
.table-links tr td a {
	color: #3c3c3c!important;
}
.table-links tr td a:hover {
	text-decoration: none;
}
.table-links tr {
	border-bottom: 1px solid#8fb914;
}
.aligncenter {
	margin-right: inherit;
	/* width: 100%; */
}
.wp-image-3659 {
	width: 1000px;
	margin-right: auto;
}
.elementor-text-editor .table-links tbody tr td .aligncenter {
	margin-right: inherit;
    /* width: 25px; */
}
.elementor-text-editor .yst-dok tbody tr td .aligncenter {
	margin-right: inherit;
    /* width: 25px; */
}
.elementor-text-editor .table-links tr td a {
	color: #3c3c3c;
}
.elementor-text-editor .table-links tr td a:hover {
	color: #3c3c3c;
}
.logo-chek {
	width: 200px;
}
/* послуги, ун., комерційні пропозиції */
/* #menu-tsiny-na-un-posluhy {
	margin: 0px;
	padding: 0px;
}
#menu-tsiny-na-un-posluhy .menu-item a {
	color: #3c3c3c;
} */
.elementor-element-da7da02, .elementor-element-97708eb, .elementor-element-d7ae80b, .elementor-element-2a414b1, .elementor-element-74488d1, .elementor-element-d1b8ebe, .elementor-element-5668914, .elementor-element-bf0990d {
	border-left: none;
}
/* комерційні */
#menu-spozhyvacham-komertsijni-propozytsii {
	margin: 0px;
	padding: 0px;
}
#menu-spozhyvacham-komertsijni-propozytsii .menu-item a {
	color: #3c3c3c;
}
/* вільні ціни */
#menu-kom-propozytsii-vilni-tsiny {
	margin: 0px;
	padding: 0px;
}
#menu-kom-propozytsii-vilni-tsiny .menu-item a {
	color: #3c3c3c;
}
.elementor-element-populated {
	padding-top: 0px!important;
}
/* menu zeleni-tarif */
#custom_html-3 a {
	font-weight: 300;
	color: #8fb914;
	text-decoration: none;
	display: block;
	/* text-align: center; */
	font-size: 20px;
}
#custom_html-6 a {
	font-weight: 300;
	color: #8fb914;
	text-decoration: none;
	display: block;
	/* text-align: center; */
	font-size: 20px;
}
#custom_html-11 a {
	font-weight: 300;
	color: #8fb914;
	text-decoration: none;
	display: block;
	/* text-align: center; */
	font-size: 20px;	
}
#custom_html-10 a {
	font-weight: 300;
	color: #8fb914;
	text-decoration: none;
	display: block;
	/* text-align: center; */
	font-size: 20px;
}
#custom_html-8 a {
	font-weight: 300;
	color: #8fb914;
	text-decoration: none;
	display: block;
	/* text-align: center; */
	font-size: 20px;

}
#custom_html-4 a {
	font-weight: 300;
	color: #8fb914;
	text-decoration: none;
	display: block;
	/* text-align: center; */
	font-size: 20px;
}
#custom_html-5 a {
	font-weight: 300;
	color: #8fb914;
	text-decoration: none;
	display: block;
	/* text-align: center; */
	font-size: 20px;
}
@media (min-width: 992px) {
	.col-md-9 {
		width: 72%;
	}
}
#nav_menu-5 {
	margin-top: -20px;
}
/* страница на весь экран */
#page {
	display: flex;
    flex-direction: column;
    min-height: 100vh;
}
.site-container {
    flex-grow: 1;
}
@media (min-width: 1240px) {
	.site-container {
		width: 1240px;
	}
}	
@media (max-width: 1240px) {
	.site-container {
		width: 100%;
	}
}
/* corects-page */
.entry-content .norm tr td {
	border: none;
	border-bottom: 1px solid#8fb914;
	min-height: 64px;
    min-width: 45px;
    padding: 15px 0 15px 0;
}
.entry-content .norm tr td img {
	float: right;
}
.entry-content .norm tr td a {
   color: #3c3c3c!important;
}
/* Цос */
#post-4031 .entry-content {
	display: flex;
}
@media screen and (max-width: 1200px) {
	#post-4031 .entry-content {
		display: block;
	}
	.map-block {
		width: 100%;
	}
}
@media screen and (max-width: 768px) {
	#map-cos .elementor-container .elementor-row {
		flex-direction: column-reverse;
	}
}
/*print*/
@media print {
  .navbar {
    display:!important;
  } 

    a[href^="/"]:after {
    	content: "";
    }
    a[href^="http"]:after {
    	content: "";
    }
    a[href^="#"]:after {
    	content: "";
    }
    a[href^="../../../"]:after {
    	content: "";
    }
    a[href^="../"]:after {
    	content: "";
    }
    a[href^="../../"]:after {
    	content: "";
    }
    a[href^="mailto"]:after {
    	content: "";
    }
    * {
        -webkit-print-color-adjust: exact!important;
        print-color-adjust: exact!important;
    }
	table, th, td {
	    border: 1px solid #eaeaea!important;
	}
	.table-links th, .table-links td {
	    border: 1px solid #fff!important;
	}
	.tab-dir tr, .tab-dir th, .tab-dir td {
	    border: 1px solid #fff!important;
		background-color: #fff;
	}
	#menu-item-959 {
		display: none;!mportant
	}
	nav ul .menu-item:not(:first-child){
     display: none;!mportant
    }
	#site-navigation {
		border-bottom: none;
	}
	#footer-widgets .wsfooterwdget {
		padding:0px;
	}
}
/*знак рекапчи-----------------*/
.grecaptcha-badge { 
	visibility: hidden; 
}
/* полоска в аккардионе */
.panel-default>.panel-heading+.panel-collapse>.panel-body {
	
	border-top-color: #fff;
}
.fin-zvit a {
	display: block;
	font-size: 20px;
	/* text-align: center; */
	font-weight: 100;
}
#selectItem {
	width: 100%;
    height: 50px;
    border: 1px solid#8fb914;
}
.map-cos table tr td {
    border: none;
	padding: 4px;
}
.map-cos {
	border: 1px solid#8fb914;
	/* display: none; */
}
/* .fin-zvit a:hover {
	background: #8fb914;
    color: #fff!important;
}
.fin-zvit a:active {
	background: #8fb914;
    color: #fff!important;
} */
#menu-top_menu ul{
	list-style: disc;
}
#menu-top_menu .menu-item-1524 {
	display: none;
}
.page-map {
	color: #4a4a49;
}
/*-----------------------------------------Всплывающие окна в Цосах ------------------------*/
 .map {
	position: relative;
	text-align: center;
}
.svg {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}

 .part {
	opacity: 0;
	cursor: pointer;
} 
}

.part:hover {
	transition: opacity .2s ease;
	opacity: .5;
	cursor: pointer;
}
/* Базовые стили слоя, затемнения и модального окна */
.overlay {
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 10;
	display: none;
	/* фон затемнения */
	background-color: rgba(0, 0, 0, 0.65);
	position: fixed; /* фиксированное позиционирование */
	cursor: default; /* тип курсора */
	}
	 
	/* активируем слой затемнения */
	.overlay:target {
	display: block;
	}
	 
	/* стили модального окна */
	.popup {
	top: -100%;
	right: 0;
	left: 50%;
	font-size: 14px;
	z-index: 20;
	margin: 0;
	width: 85%;
	min-width: 320px;
	max-width: 600px;
	/* фиксированное позиционирование, окно стабильно при прокрутке */
	position: fixed;
	padding: 15px;
	border: 1px solid #383838;
	background: #fefefe;
	/* скругление углов */
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	border-radius: 4px;
	font: 14px/18px 'Tahoma', Arial, sans-serif;
	/* внешняя тень */
	-webkit-box-shadow: 0 15px 20px rgba(0,0,0,.22),0 19px 60px rgba(0,0,0,.3);
	-moz-box-shadow: 0 15px 20px rgba(0,0,0,.22),0 19px 60px rgba(0,0,0,.3);
	-ms-box-shadow: 0 15px 20px rgba(0,0,0,.22),0 19px 60px rgba(0,0,0,.3);
	box-shadow: 0 15px 20px rgba(0,0,0,.22),0 19px 60px rgba(0,0,0,.3);
	-webkit-transform: translate(-50%, -500%);
	-ms-transform: translate(-50%, -500%);
	-o-transform: translate(-50%, -500%);
	transform: translate(-50%, -500%);
	-webkit-transition: -webkit-transform 0.6s ease-out;
	-moz-transition: -moz-transform 0.6s ease-out;
	-o-transition: -o-transform 0.6s ease-out;
	transition: transform 0.6s ease-out;
	}
	 
	/* активируем модальный блок */
	.overlay:target+.popup {
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	-o-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	top: 20%;
	}
	 
	/* формируем кнопку закрытия */
	.close {
	top: -10px;
	right: -10px;
	width: 20px;
	height: 20px;
	position: absolute;
	padding: 0;
	border: 2px solid #ccc;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	-ms-border-radius: 15px;
	-o-border-radius: 15px;
	border-radius: 15px;
	background-color: rgba(61, 61, 61, 0.8);
	-webkit-box-shadow: 0px 0px 10px #000;
	-moz-box-shadow: 0px 0px 10px #000;
	box-shadow: 0px 0px 10px #000;
	text-align: center;
	text-decoration: none;
	font: 13px/20px 'Tahoma', Arial, sans-serif;
	font-weight: bold;
	-webkit-transition: all ease .8s;
	-moz-transition: all ease .8s;
	-ms-transition: all ease .8s;
	-o-transition: all ease .8s;
	transition: all ease .8s;
	}
	 
	.close:before {
	color: rgba(255, 255, 255, 0.9);
	content: "X";
	text-shadow: 0 -1px rgba(0, 0, 0, 0.9);
	font-size: 12px;
	}
	 
	.close:hover {
	background-color: rgba(252, 20, 0, 0.8);
	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	transform: rotate(360deg);
	}
	.tarifu-block {
		display: flex;
		justify-content: space-around;
		}
	.button-nomber-1 {
	height: 115px;
    display: block;
    border-radius: 100px;
    background: -webkit-linear-gradient(top, #bdf945, #99db27, #74b41b);
    width: 244px;
    margin: 0 auto;
    box-shadow: 0 3px 4px rgb(0 0 0 / 50%);
	padding-top: 21px;
    line-height: 43px;
	margin-bottom: 20px;
	}
	.button-nomber-2 {
	height: 115px;
    display: block;
    border-radius: 100px;
    background: -webkit-linear-gradient(top, #58dbf9, #20a3f7, #0e57fc);
    width: 244px;
    margin: 0 auto;
    box-shadow: 0 3px 4px rgb(0 0 0 / 50%);
	padding-top: 21px;
    line-height: 43px;
	margin-bottom: 20px;
	}
	/* Убираем стандартный вывод метки списка */
.cena-item {
    list-style-type: none;
}
/* Нужно обязательно указать высоту строки и позиционирование */
.cena-item li {
    font-size: 18px;
    line-height: 18px;
    position: relative;
}
.cena-item li::before {
    color: #8fb914;
    /* UTF-8 escape sequence, соответствующая символу "Маркер списка" */
    content:"\2022";
    /* Делаем больше, чем основной текст в li */
    font-size: 26px;
    font-weight: 700;
    /* Элемент вырван из потока, выравниваем отрицательным отступом */
    left: -15px;
    /* Высота строки и позиционирование необходимы для выравнивания по вертикали */
    line-height: 18px;        
    position: absolute;
    top: 0;
}
@media only screen and (max-width: 782px) {
	.tarifu-block {
		display: block;
		}

}
/* -----------кнопка оплаты---------------- */
.block_blank-item {
    display: none;
}
.block_blank-item li {
    border-bottom: 1px solid#fff;
}
.bank-item  {
    display: block;
	color: #fff!important;
}
/* отображаем выпадающий список при наведении */
.sticky-btn-pay:hover {
    bottom: -70px;
}
.sticky-btn-pay:hover .block_blank-item {
    display:inherit;
}
.sticky-btn-pay {
    padding: 7px 18px!important;
}
.sticky-btn-pay li a {
    color: #fff!important;
}