/**
 * Theme Name:  EightyDays Lite
 * Theme URI:   http://gretathemes.com/wordpress-themes/eightydays/
 * Author:      GretaThemes
 * Author URI:  http://gretathemes.com
 * Description: EightyDays is a beautiful WordPress travel theme for travel blogs or magazines. EightyDays has a modern, clean and elegant look and lots of customization for bloggers. Built on the latest technology of WordPress, EightyDays is lightweight, fast and optimized for all mobile phones.
 * Version:     2.1.5
 * License:     GNU General Public License v3 or later
 * License URI: http://www.gnu.org/licenses/gpl-3.0.html
 * Text Domain: eightydays-lite
 * Tags:        two-columns, custom-menu, featured-images, post-formats, sticky-post, threaded-comments, translation-ready, editor-style
 */
/*--------------------------------------------------------------
 * TABLE OF CONTENTS:
 *--------------------------------------------------------------
1.0 General
2.0 Header
3.0 Archive Pages
4.0 Entry
5.0 Comments
6.0 Widgets
7.0 Footer
8.0 Mobile sidebar
9.0 Responsive
--------------------------------------------------------------*/
/*--------------------------------------------------------------
 * 1.0 General
 *------------------------------------------------------------*/
/* HTML elements */
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  font-family: 'Lato', sans-serif;

}

blockquote {
margin: 0;
background: rgb(84%, 58%, 32%, 0.15);
color: #131314;
padding: 30px 30px 30px 90px;
position: relative;
font-family: 'Lato', sans-serif;
}
blockquote:before {
content: "\201C";
font-family: serif;
position: absolute;
top: 20px;
left: 16px;
color: #fff;
width: 40px;
height: 40px;
border-radius: 50%;
background: #FF3F0E;
font-size: 40px;
font-weight: bold;
text-align: center;
line-height: 50px;
}
blockquote:after {
content: "";
width: 4px;
background: #FF3F0E;
position:absolute;
left: 70px;
top: 20px;
bottom: 20px;
}
blockquote p {
margin-top: 0;
font-weight: 300;
}

/*@media (max-width: 600px) {
	blockquote::before {
		height: 40px;
		width: 50px;
		top: 5px;
		left: 42%;
	}
	blockquote {
		padding-left: 15px;
		padding-top: 40px;
		text-align: center;
	}
}*/

  blockquote:hover:before {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  blockquote:hover {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

blockquote p {
margin: 0 0 16px;
}
blockquote cite {
font-style: normal;
}

a:focus,
a:active {
  outline: 0;
}
a:focus {
  color: #333;
}
a:hover {
  opacity: .9;
}
img {
  max-width: 100%;
  height: auto;
  transition: opacity .3s;
}
label {
  font-weight: normal;
}
th,
td {
  padding: 3px 8px;
  border: 1px solid #e1e1e1;
}
textarea,
input[type="text"],
input[type="url"],
input[type="email"],
input[type="tel"],
input[type="password"],
input[type="search"] {
  border: 1px solid #00558C;
  width: 100%;
  padding-left: .6em;
  padding-right: .6em;
  box-sizing: border-box;
  padding-top: 5px;
  padding-bottom: 5px;
}
textarea:focus,
input[type="text"]:focus,
input[type="url"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="password"]:focus,
input[type="search"]:focus {
  outline: 0;
}
textarea {
  height: 12em;
  display: block;
}
button,
input[type="button"],
input[type="submit"],
.button,
#infinite-handle span button,
#infinite-handle span button:hover {
  display: inline-block;
  padding: 0 25px;
  line-height: 40px;
  position: relative;
  font-size: 10px;
  font-weight: bold;
  border-radius: 7px;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 2px;
  background: #008528;
  border: 0;
  border-radius: 7px;
}
button:hover,
input[type="button"]:hover,
input[type="submit"]:hover,
.button:hover,
#infinite-handle span button:hover {
  color: #fff;
  background: #FF0000;
  text-decoration: none;
}
:focus,
:active {
  outline: none;
}
/* Overwrite social icons from Jetpack */
body .jetpack-social-navigation ul {
  margin: 0;
}
body .jetpack-social-navigation li {
  margin-right: 15px;
}
body .jetpack-social-navigation li:last-child {
  margin-right: 0;
}
/* WordPress must-have styles */
.alignnone {
  margin: 30px 0;
}
.aligncenter,
.aligncenter img {
  display: block;
  margin: 30px auto;
}
.alignright {
  float: right;
  margin: 0 0 30px 30px;
}
.alignleft {
  float: left;
  margin: 0 30px 30px 0;
}
.wp-caption {
  text-align: center;
  max-width: 100%;
}
.wp-caption img {
  display: block;
  margin: 0 auto;
}
.wp-caption-text {
  font-size: 11px;
  margin: 5px 0 0;
}
.bypostauthor {
  display: block;
}
.sticky {
  display: block;
}
.wp-playlist-item .wp-playlist-caption,
.wp-playlist-item .wp-playlist-item-length {
  line-height: 2.5;
}
.entry-content .wp-playlist,
.entry-summary .wp-playlist {
  padding-bottom: 0;
}
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.screen-reader-text:focus {
  clip: auto !important;
  display: block;
  height: auto;
  left: 5px;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}
.gallery {
  margin: 30px auto;
  clear: both;
}
.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
  padding: 0 15px;
}
.gallery-item img {
  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;
}
/*--------------------------------------------------------------
 * 2.0 Header
 *------------------------------------------------------------*/
/* Site header */
.site-header {
  padding-top: 20px;
  background-color: #fff;
}
/* Page header */
.page-header {
  text-align: center;
  padding: 0;
  border: 0;
  margin: 0 0 10px;
}
.page-title {
  margin: 13px 0;
  font-size: 28px;
}

.page-title-search {
  font-size: 22px !important;
  font-weight: bold !important;
}

.taxonomy-description {
  color: #818181;
  font-style: italic;
  margin-top: -10px;
  font-size: 14px;
}
/* Page header for singular pages */
/*.page-header.entry-header {
  margin-bottom: 20px;
}*/
.site-title {
  font: 600 2em/1 Poppins, sans-serif;
  margin: 0 0 10px;
}
.site-title a:hover {
  color: #333;
}
.custom-logo {
  display: inline-block;
  margin: 0 0 10px;
}
.site-description {
  text-transform: uppercase;
  font: 500 18px/1 Poppins, sans-serif;
  letter-spacing: 2px;
  color: #818181;
  font-weight: bold;
}
/* Primary menu */
.main-navigation {
  margin-top: 15px;
}

#primary-menu {
  background-color: #CE955E;
}

.primary-menu,
.top-bar-menu {
  margin: 0;
  padding: 0;
  list-style: none;
}
.primary-menu li,
.top-bar-menu li {
  display: inline-block;
  position: relative;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.primary-menu li:hover {
  background-color: #00A454;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.primary-menu li:hover > ul,
.top-bar-menu li:hover > ul {
  opacity: 1;
  top: 51px;
  visibility: visible;
}
/*.primary-menu > li.menu-item-has-children > a::after,
.top-bar-menu > li.menu-item-has-children > a::after {
  content: "";
  display: block;
  border: 4px solid transparent;
  border-top-color: #e1e1e1;
  position: absolute;
  z-index: 9;
  right: 3px;
  top: 50%;
  margin-top: -2px;
}*/
.primary-menu > li.menu-item-has-children > a:hover::after,
.top-bar-menu > li.menu-item-has-children > a:hover::after {
  border-top-color: #818181;
}
.primary-menu li a,
.top-bar-menu li a {
  text-transform: uppercase;
  color: #fff;
  font-weight: bold;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 15px;
  padding-right: 15px;
  display: block;
}
.primary-menu a:hover,
.top-bar-menu a:hover {
  color: #fff;
}
.primary-menu a:active,
.top-bar-menu a:active,
.primary-menu a:focus,
.top-bar-menu a:focus {
  text-decoration: none;
}
.primary-menu .current-menu-item > a,
.top-bar-menu .current-menu-item > a {
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  font-size: 16px;
}
.primary-menu li.current-menu-item  {
  background-color: #ad0c04;
}

.primary-menu li.no-current {
  background-color: #CE955E !important;
}

.primary-menu li.no-current:hover {
  background: #00AC4E !important;
}

.primary-menu ul,
.top-bar-menu ul {
  position: absolute;
  left: 0;
  top: 60px;
  opacity: 0;
  visibility: hidden;
  z-index: 9;
  margin: 0;
  padding: 0;
  box-shadow: 0 5px 12px rgba(0, 0, 0, 0.2);
  background: #fff;
}
.primary-menu ul li,
.top-bar-menu ul li {
  width: 160px;
  padding: 7px 15px;
  display: block;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.primary-menu ul li:hover,
.top-bar-menu ul li:hover {
  background: #E0DFEF !important;
}
.primary-menu ul li:last-child,
.top-bar-menu ul li:last-child {
  border-bottom: none;
}
/*.primary-menu ul li.menu-item-has-children > a::after,
.top-bar-menu ul li.menu-item-has-children > a::after {
  content: "";
  display: block;
  border: 3px solid transparent;
  border-left-color: #e1e1e1;
  position: absolute;
  z-index: 9;
  right: 5px;
  top: 50%;
  margin-top: -3px;
}
*/.primary-menu ul li.menu-item-has-children > a:hover::after,
.top-bar-menu ul li.menu-item-has-children > a:hover::after {
  border-left-color: #818181;
}
.primary-menu ul a,
.top-bar-menu ul a {
  padding-bottom: 0;
  border-bottom: 0;
  display: block;
  font-size: 11px;
  text-align: left;
  line-height: 1.5;
}
.primary-menu ul ul,
.top-bar-menu ul ul {
  left: 100%;
  top: 50%;
}
.primary-menu ul li:hover > ul,
.top-bar-menu ul li:hover > ul {
  top: 0;
  left: 100%;
}
/* Topbar */
.top-bar {
  font-size: 14px;
  line-height: 42px;
  color: #818181;
}
.top-bar a {
  color: #818181;
}
.top-bar a:hover {
  color: #333;
}
.top-bar .jetpack-social-navigation a {
  font-size: 14px;
}
/* Sidebar toggle icon */
.sidebar-toggle {
  position: relative;
  padding: 21px 0;
  cursor: pointer;
  width: 14px;
  height: 14px;
  float: left;
  margin-left: 0;
}
.sidebar-toggle span,
.sidebar-toggle span:before,
.sidebar-toggle span:after {
  content: "";
  position: absolute;
  display: block;
  width: 14px;
  height: 2px;
  border-radius: 1px;
  background: #F80500;
  cursor: pointer;
}
.sidebar-toggle span:before {
  top: -4px;
}
.sidebar-toggle span:after {
  bottom: -4px;
}
.sidebar-toggle:hover span,
.sidebar-toggle:hover span:before,
.sidebar-toggle:hover span:after {
  background: #333;
}
.top-bar-navigation .sidebar-toggle {
  display: none;
}
div.active.sidebar-toggle span {
  background-color: transparent;
}
div.active.sidebar-toggle span:before,
div.active.sidebar-toggle span:after {
  top: 0;
}
div.active.sidebar-toggle span:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
div.active.sidebar-toggle span:after {
  top: 4px;
  -webkit-transform: translateY(-4px) rotate(-45deg);
          transform: translateY(-4px) rotate(-45deg);
}
/* Top bar menu */
.top-bar-menu a {
  line-height: 42px;
}
.top-bar-menu > li:first-child {
  padding-left: 0;
}
.top-bar-menu li:hover > ul {
  top: 42px;
}
/*--------------------------------------------------------------
 * 3.0 Archive Pages
 *------------------------------------------------------------*/
/* Posts navigation */
.posts-navigation,
.post-navigation,
.comment-navigation {
  line-height: 28px;
  overflow: hidden;
  text-transform: uppercase;
  letter-spacing: 1px;
  font: bold 12px Poppins, sans-serif;
}
.posts-navigation a,
.post-navigation a,
.comment-navigation a {
  border-bottom: 1px solid #e1e1e1;
  padding-bottom: 5px;
  display: inline-block;
}
.posts-navigation .nav-next,
.post-navigation .nav-next,
.comment-navigation .nav-next {
  float: right;
  text-align: right;
}
.posts-navigation .nav-next i,
.post-navigation .nav-next i,
.comment-navigation .nav-next i {
  margin-left: 5px;
}
.posts-navigation .nav-previous,
.post-navigation .nav-previous,
.comment-navigation .nav-previous {
  float: left;
}
.posts-navigation .nav-previous i,
.post-navigation .nav-previous i,
.comment-navigation .nav-previous i {
  margin-right: 5px;
}
/* Hides navigation links and site footer when infinite scroll is active */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none;
}
/* Shows the footer again in case all posts have been loaded */
.infinity-end.neverending .site-footer {
  display: block;
}
#infinite-handle span {
  clear: both;
  display: block;
  background: none;
  text-align: center;
}
.infinite-loader {
  clear: both;
}
.spinner {
  margin: 0 auto;
}
/*--------------------------------------------------------------
 * 4.0 Entry
 *------------------------------------------------------------*/
#main {
  margin-top: 30px;
}

#content {
padding-bottom: 30px;
}

.col-md-9 {
	padding-left: 0 !important;
}

#content > .col-sm-6:nth-of-type(2n+1) {
  clear: left;
}
.hentry {
  margin-bottom: 60px;
}
.entry-media {
  margin-bottom: 28px;
}
.entry-media img {
  width: 100%;
}
.entry-header {
  text-align: left;
}
.entry-title {
  font-size: 26px;
}
.entry-meta {
  font-size: 12px;
  font-weight: bold;
  color: #005191;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 1;
  margin-left: 5px;
  text-align: center;
  border-bottom: 2px solid #F2381F;
  padding-bottom: 5px;
}
.entry-meta a {
  color: #939393;
}
.entry-meta a:hover {
  color: #333;
}
.by {
  text-transform: none;
  font-style: italic;
}
.separator {
  color: #e1e1e1;
  padding: 0 5px;
}
.categories,
.categories a {
  color: #c39f76;
}
.author-link img {
  border-radius: 50%;
  margin-right: 5px;
}
.entry-text {
  overflow: hidden;
}
.share {
  text-align: center;
}
.share:before {
  display: block;
  content: '';
  border-top: 1px solid #e1e1e1;
  position: relative;
  top: 16px;
}
.share .jetpack-social-navigation {
  padding: 0 15px;
  font-size: 12px;
  background: #fff;
  display: inline-block;
  position: relative;
}
/* Entry content */
.entry-content {
  margin-top: 15px;
}
.entry-content a {
  padding-bottom: 1px;
  margin-left: 2px;
  color: #007f31;
  font-weight: bold;
  text-decoration: underline;
}

.entry-content a:hover {
  color: #FF3F0E;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.social-content {
  border: 1px solid #008528;
  border-bottom: none;
  width: 220px;
  margin: 0 auto;
}

.social-content a.hl:first-child {
  padding-top: 3px;
}

.social-content a.hl {
  text-decoration: none;
  padding-left: 25%;
  display: block;
  padding-bottom: 3px;
  border-bottom: 1px solid #008528;
  min-height: 35px;
}

.social-content a.hl:nth-child(n+1):hover {
  background-color: #DCFBEC;
}

.social-content a.hl i.fa-vk,
.social-content a.hl i.fa-facebook,
.social-content a.hl i.fa-instagram,
.social-content a.hl i.fa-twitter {
  margin-right: 0 !important;
  font-size: 26px !important;
  min-width: 28px !important;
  vertical-align: middle;
}

.social-content a.hl:hover > i.fa-vk,
.social-content a.hl:hover > i.fa-facebook,
.social-content a.hl:hover > i.fa-instagram,
.social-content a.hl:hover > i.fa-twitter {
  animation: 500ms ease-in-out 0s bounceIn;
}

@keyframes bounceIn {
    0% {
        opacity: 0;
        transform: scale3d(.3, .3, .3);
    }
    20% {
        transform: scale3d(1.3, 1.3, 1.3);
    }
    40% {
        transform: scale3d(.9, .9, .9);
    }
    60% {
        opacity: 0.7;
        transform: scale3d(1.03, 1.03, 1.03);
    }
    80% {
        transform: scale3d(.97, .97, .97);
    }
    to {
        opacity: 0.7;
        transform: scale3d(1, 1, 1);
    }
}


.share-box {
  float: right;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 0 0 30px 30px;
  background: #f6f6f6;
  padding: 15px 15px 10px;
}
.share-box h6 {
  margin: 0 0 5px;
}
.share-box .jetpack-social-navigation {
  font-size: 10px;
  padding: 0;
}
.share-box .jetpack-social-navigation li {
  display: block;
  margin: 5px 0;
  line-height: 1.8;
}
.share-box .jetpack-social-navigation a {
  color: #939393;
  border: 0;
}
.share-box .jetpack-social-navigation a:before {
  width: 15px;
  margin-right: 5px;
  line-height: 1.8;
}
.share-box .jetpack-social-navigation a:hover {
  color: #333;
}
.share-box .screen-reader-text {
  position: static !important;
}
.page .alignright {
  margin-right: 0;
  max-width: 100%;
}
.page .alignleft {
  margin-left: 0;
  max-width: 100%;
}
/* Entry tags */
.post-tags {
  list-style: none;
  font-size: 11px;
  line-height: 28px;
  margin: 10px 0;
}
.post-tags li {
  display: inline-block;
  margin-right: 40px;
}
.post-tags li:last-child {
  margin-right: 0;
}
.post-tags a {
  color: #9c9c9c;
  display: inline-block;
  padding: 0 15px;
  background: #f4f4f4;
  margin-right: 8px;
  border-radius: 2px;
}
.post-tags a:hover {
  background: #f0f0f0;
}
.single .hentry,
.page .hentry {
  margin-bottom: 0;
}
/* Post navigation */
.post-navigation {
  margin-top: 60px;
  padding: 15px 0;
  border-top: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
}
.post-navigation a {
  border: 0;
  padding: 0;
}
/* Author bio */
.author-info {
  margin-top: 30px;
}
.author-avatar {
  margin-right: 15px;
}
.author-description {
  margin-left: 95px;
}
.author-title {
  font-weight: bold;
  font-size: 16px;
  line-height: 1;
}
.author-info .jetpack-social-navigation {
  font-size: 12px;
  line-height: 1;
  padding: 0;
  float: right;
  margin-top: 3px;
}
.author-bio {
  color: #7e7e7e;
  font-size: 13px;
  line-height: 1.5;
  margin: 10px 0 0;
}
/* Related posts */
.related-posts {
  margin-top: 60px;
}
.section-title {
  font-size: 16px;
  line-height: 1;
  position: relative;
  margin-bottom: 40px;
  text-align: center;
}
.section-title:before {
  display: block;
  content: '';
  border-top: 1px solid #e7e7e7;
  position: relative;
  top: 8px;
  z-index: 1;
}
.section-title span {
  display: inline-block;
  padding: 0 30px;
  background: #fff;
  position: relative;
  z-index: 2;
  font-weight: bold;
}
.related-post img {
  width: 100%;
}
.related-post-title {
  line-height: 1.2;
  margin: 20px 0 0;
  font-weight: 600;
}
.related-post-date {
  font-size: 13px;
  color: #7e7e7e;
}
/* 404 page */
.error404 .site-header {
  margin-bottom: 120px;
}
.error404 .site-main {
  text-align: center;
}
.not-found-title {
  color: #f0f0f0;
  font-size: 300px;
  margin: 0;
  line-height: 1;
}
.not-found-message {
  font-size: 30px;
  margin: -30px 0 0;
}
.not-found-back {
  color: #979797;
}
/*--------------------------------------------------------------
 * 5.0 Comments
 *------------------------------------------------------------*/
/* Comments */
.comments-area {
  margin-top: 10px;
}
.comments-title {
  margin-bottom: 60px;
}

.comments-title span {
  font-weight: bold !important;
}
.comment-list {
  padding: 0;
}
.comment-list li {
  list-style: none;
}
.comment-list li + li {
  margin-top: 60px;
}
.comment-list .children {
  padding-left: 58px;
  margin: 60px 0 0;
}
.comment-meta {
  line-height: 1;
  margin-bottom: 1em;
}
.comment-author {
  font-size: 13px;
}
.comment-author img {
  border-radius: 50%;
  float: left;
  margin: -8px 10px 0 0;
}
.comment-metadata a {
  font-size: 12px;
  font-style: italic;
  color: #818181;
}
.comment-content {
  margin-left: 58px;
  font-size: 13px;
}
.comment-content p:last-child {
  margin-bottom: 0;
}
.comment-content a {
  border-bottom: 1px solid #dcdcdc;
  padding-bottom: 1px;
}
.comment-navigation,
.comment-respond {
  margin-top: 60px;
}
.comment-reply-link {
  float: right;
  font-size: 11px;
  line-height: 18px;
  color: #9c9c9c;
  display: inline-block;
  padding: 0 15px;
  background: #f4f4f4;
  border-radius: 2px;
}
.comment-reply-link:hover {
  background: #f0f0f0;
}
/* Comment form */
.comment-reply-title {
  font-size: 18px;
}

#reply-title {
  font-weight: bold;
}
.comment-form label {
  display: block;
}
.comment-form input {
  width: 50%;
}
.comment-subscription-form {
  margin-top: 1em;
}
.form-submit {
  margin: 30px 0 0;
}
.form-submit input:hover {
  background-color: #FF0000;
}
.form-submit input {
  display: inline-block;
  width: auto;
}
input[type="checkbox"], input[type="radio"] {
  display: inline !important;
  width: auto !important;
}
.comment-form-cookies-consent label {
  display: inline !important;
  margin-left: 10px;
  position: relative;
  top: 1px;
}
/*--------------------------------------------------------------
 * 6.0 Widgets
 *------------------------------------------------------------*/
/* Widget styles */
.widget {
  font-size: 14px;
  margin-bottom: 35px;
  text-align: center;
  background-color: #fff;
padding-bottom: 15px;
}

.widget p, 
.widget a {
  margin-left: 15px;
  margin-right: 15px;
}

@media (max-width:1200px) {
  .widget p, 
.widget a {
  margin-left: 5px;
  margin-right: 5px;
}
}

@media (max-width: 991px) {
  .col-md-3 {
    padding-left: 0;
  }
  .widget p, 
.widget a {
  margin-left: 15px;
  margin-right: 15px;
}
}

.widget form {
  padding-top: 15px;
}

.widget ul {
  list-style: none;
  padding: 0;
}
.widget li ul {
  padding-left: 20px;
}
.widget a {
  color: #008528;
  font-weight: bold;
  display: inline-block;
  margin-top: 10px;
}

.widget .zhaloba {
  color: #FF3F0E;
}

.widget .zhaloba:hover {
  color: #008528;
}

.widget a:hover {
  color: #003F95;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.widget-title {
  font-size: 16px;
  text-transform: uppercase;
  position: relative;
  text-align: center;
  line-height: 1.2;
  margin: 0 !important;
  margin-bottom: 15px !important;
  border-bottom: 5px solid #FF3F0E;
}

.widget-title span {
  display: block;
  padding: 12px 10px;
  position: relative;
  color: #FF3F0E;
  font-weight: bold;
  background-color: rgb(84%, 58%, 32%, 0.1);
}
/* Widget search */
.search-form {
  position: relative;
}
.search-form label {
  display: block;
  font-weight: normal;
}
.search-submit {
  border: 0;
  padding: 0;
  background: transparent;
  width: 14px;
  color: #818181;
  position: absolute;
  right: 10px;
  top: 0;
}
.search-submit:hover {
  background: transparent;
  color: #818181;
}
.search-submit .genericon {
  line-height: 32px;
}
/* Widget categories */
.widget_categories .count {
  float: right;
  color: #a7a7a7;
}
.widget_categories .children {
  padding-left: 20px;
  display: none;
}
.widget_categories .children li {
  position: relative;
}
.widget_categories .children li:before {
  position: relative;
  display: inline-block;
  content: '';
  width: 13px;
  margin-left: -20px;
  margin-top: 20px;
  float: left;
  border-top: 1px solid #dcdcdc;
}
/* Widget archive */
.widget_archive .count {
  float: right;
  color: #a7a7a7;
}
/* Widget Recent Posts */
.eightydays-recent-posts-widget {
  /* Featured post */
}
.eightydays-recent-posts-widget li {
  margin: 0 0 30px;
  overflow: hidden;
  line-height: 24px;
}
.eightydays-recent-posts-widget .eightydays-thumb {
  float: left;
  width: 67px;
}
.eightydays-recent-posts-widget .eightydays-thumb figure {
  width: 67px;
  height: 67px;
  text-align: center;
  background: #f6f6f6;
}
.eightydays-recent-posts-widget .eightydays-thumb img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
.eightydays-recent-posts-widget .eightydays-text {
  margin-left: 82px;
}
.eightydays-recent-posts-widget .eightydays-title {
  display: block;
  font-weight: 600;
  margin: 0 0 5px;
  line-height: 1.3;
}
.eightydays-recent-posts-widget .eightydays-date {
  font-size: 11px;
  text-transform: uppercase;
}
.eightydays-recent-posts-widget .featured .eightydays-thumb {
  float: none;
  width: 100%;
  display: block;
}
.eightydays-recent-posts-widget .featured .eightydays-thumb figure {
  width: 100%;
  height: auto;
}
.eightydays-recent-posts-widget .featured .eightydays-text {
  margin-left: 0;
}
.eightydays-recent-posts-widget .featured .eightydays-title {
  margin-top: 12px;
  font-size: 15px;
}
/* Widget Flickr */
.eightydays-flickr-photos {
  overflow: hidden;
}
.eightydays-flickr-photos .flickr_badge_image {
  float: left;
  margin: 0 5px 5px 0;
}
/* Widget about */
.eightydays-about-intro,
.eightydays-about-widget .jetpack-social-navigation,
.eightydays-about-signature {
  text-align: center;
}
.eightydays-about-image {
  margin: 0 auto;
  display: block;
}
.eightydays-about-intro {
  margin: 35px 0 10px;
}
.eightydays-about-widget .jetpack-social-navigation,
.site-info .jetpack-social-navigation {
  font-size: 14px;
  margin: 0 auto;
}
.eightydays-about-widget .jetpack-social-navigation li,
.site-info .jetpack-social-navigation li {
  margin-right: 5px;
}
.eightydays-about-widget .jetpack-social-navigation a,
.site-info .jetpack-social-navigation a {
  display: inline-block;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  line-height: 35px;
  background: #ddd;
  color: #fff;
  text-align: center;
}
.eightydays-about-widget .jetpack-social-navigation a:hover,
.site-info .jetpack-social-navigation a:hover {
  background: #333;
  color: #fff;
}
.eightydays-about-widget .jetpack-social-navigation a:before,
.site-info .jetpack-social-navigation a:before {
  line-height: 35px;
}
.eightydays-about-signature {
  font: 40px 'Homemade Apple', cursive;
  display: block;
  margin: 12px auto 0;
}
/* Featured posts */
.featured-posts-tiled {
  text-align: center;
  color: #fff;
  margin-bottom: 60px;
}
.featured-posts-tiled a {
  position: relative;
  display: block;
  color: #fff;
}
.featured-posts-tiled a:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  content: '';
  background: #000;
  opacity: .2;
  z-index: 1;
  transition: opacity .3s;
}
.featured-posts-tiled a:hover:before {
  opacity: .1;
}
.featured-posts-tiled img {
  width: 100%;
}
.featured-posts-tiled .categories {
  text-transform: uppercase;
  font-size: 11px;
  line-height: 1;
  letter-spacing: 2px;
  border: 1px solid #fff;
  padding: 5px;
  display: inline-block;
  font-weight: bold;
  color: #fff;
}
.featured-posts-tiled-text {
  position: absolute;
  top: 50%;
  left: 30px;
  right: 30px;
  margin-top: -25px;
  z-index: 2;
}
.featured-posts-tiled-big {
  width: 66.66666667%;
  float: left;
}
.featured-posts-tiled-big .featured-posts-tiled-text {
  margin-top: -52px;
  padding: 0 30px;
}
.featured-posts-tiled-big .entry-title {
  font-size: 26px;
  margin-bottom: 5px;
}
.featured-posts-tiled-small {
  width: 33.33333333%;
  float: right;
  padding: 0 0 5px 10px;
}
.featured-posts-tiled-small:last-child {
  padding: 5px 0 0 10px;
}
/* MailChimp for WordPress / Jetpack subscription form */
.mc4wp-form-fields input,
form #subscribe-email input,
#subscribe-submit input {
  width: 100%;
  display: block;
}
/* WP Instagram Widget */
.instagram-pics {
  margin: -3px;
  overflow: hidden;
}
.instagram-pics li {
  width: 33.33333333%;
  padding: 3px;
  float: left;
}
.instagram-pics img {
  width: 100%;
}
/*--------------------------------------------------------------
 * 7.0 Footer
 *------------------------------------------------------------*/
.site-footer {
}
.footer-widgets {
  padding: 60px 0 0;
  background: #eef1f3;
}
.footer-widgets .widget-title {
  text-align: left;
}
.footer-widgets .widget-title:before {
  display: none;
}
.footer-widgets .widget-title span {
  background: none;
  padding: 0;
}
.footer-widgets .widget {
  margin-bottom: 60px;
}
.footer-widgets .widget:last-child {
  margin-bottom: 0;
}
.footer-widgets .widget ul {
}
.footer-widgets .eightydays-recent-posts-widget li {
  margin-bottom: 15px;
}
.footer-widgets .eightydays-recent-posts-widget .eightydays-thumb {
  width: 55px;
}
.footer-widgets .eightydays-recent-posts-widget .eightydays-text {
  margin-left: 65px;
}
.footer-widgets .eightydays-recent-posts-widget .eightydays-title {
  line-height: 1.2;
}
.site-info {
  padding: 15px 0;
  font-size: 14px;
  background-color: #b17230;
  margin-top: 75px;
  color: #fff;
  text-align: center;
}

.site-info p {
  margin-bottom: 0;
}
.site-info .custom-logo-link {
  margin-right: 15px;
  display: inline-block;
  vertical-align: top;
}
.site-info .custom-logo-link img {
  width: 65px;
}
.site-info .custom-logo-link img {
  margin: 0;
}
.site-info .jetpack-social-navigation {
  float: right;
  margin-top: 5px;
}
.site-info .credit {
  display: inline-block;
  text-align: center;
  width: 80%;
}

.credit a {
  color: #03369c !important;
  font-weight: bold;
}
.credit a:hover {
  text-decoration: underline;
}
#scroll-to-top {
  position: fixed;
  bottom: 10px;
  right: 10px;
  width: 45px;
  height: 45px;
  text-align: center;
  line-height: 45px;
  color: rgba(0, 0, 0, 0.4);
  display: block;
  z-index: 99;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.25);
}
#scroll-to-top span {
  line-height: 42px;
  font-size: 20px;
  margin-left: 2px;
}
/*--------------------------------------------------------------
 * 8.0 Mobile sidebar
 *------------------------------------------------------------*/
/* Mobile sidebar */
.site {
  overflow: hidden;
  position: relative;
  z-index: 2;
  background: #fff;
}
.mobile-sidebar {
  width: 320px;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 1;
  overflow: auto;
  background: #f5f5f5;
  padding: 20px;
  display: none;
}
.admin-bar .mobile-sidebar {
  top: 32px;
}
@media (max-width: 782px) {
  .admin-bar .mobile-sidebar {
    top: 46px;
  }
}
.mobile-sidebar ul {
  list-style: none;
  padding: 0;
  line-height: 40px;
}
.mobile-sidebar li:before {
  margin-right: 5px;
}
.mobile-sidebar li ul {
  padding-left: 20px;
}
.mobile-sidebar li li {
  font-size: .9em;
}
.mobile-sidebar .primary-menu-mobile {
  text-transform: uppercase;
}
.mobile-sidebar .primary-menu-mobile li li {
  font-size: .9em;
}
.mobile-sidebar .primary-menu-mobile li li a {
  line-height: 1.5;
  display: inline-block;
}
.mobile-sidebar .primary-menu-mobile a {
  font: 12px/50px Poppins, sans-serif;
  letter-spacing: 1px;
}
.mobile-sidebar .primary-menu-mobile ul {
  display: none;
}
.mobile-sidebar .dropdown-toggle {
  font-size: inherit;
  line-height: inherit;
  float: right;
  cursor: pointer;
}
.mobile-sidebar-open .site {
  -webkit-transform: translate3d(320px, 0, 0);
          transform: translate3d(320px, 0, 0);
  cursor: pointer;
}
.mobile-sidebar-open .mobile-sidebar {
  display: block;
}
/*--------------------------------------------------------------
 * 9.0 Responsive
 *------------------------------------------------------------*/
@media (min-width: 1024px) {
  /* Scrollbar */
  ::-webkit-scrollbar {
    width: 7px;
  }
  ::-webkit-scrollbar-track {
    background: rgba(51, 51, 51, 0.1);
  }
  ::-webkit-scrollbar-thumb {
    background: #d2d2d2;
    border-radius: 5px;
  }
  ::-webkit-scrollbar-thumb:active {
    background-color: #aaa;
  }
}
@media (max-width: 991px) {
  #secondary {
    margin-top: 75px;
  }
  .featured-posts-tiled-big .featured-posts-tiled-text {
    margin-top: -25px;
    padding: 0;
  }
  .featured-posts-tiled .entry-summary {
    display: none;
  }
  .featured-posts-tiled-small .entry-title {
    font-size: 14px;
  }
  .site-info {
    text-align: center;
  }
  .site-info .jetpack-social-navigation {
    float: none;
  }
  .widget-title {
    word-spacing: 0;
    display: block;
    max-width: 100%;
  }
  .widget-title:before {
    left: 0;
  }
  .widget-title:after {
    right: 0;
  }
  .widget-title span {
    display: block;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
@media (max-width: 767px) {
  /* Hide main menu and top bar menu / text on mobile */
  .main-navigation,
  .top-bar-menu {
    display: none;
  }
  /* Show mobile toggle icon */
  .top-bar-navigation .sidebar-toggle {
    display: inline-block;
  }
  .featured-posts-tiled-big,
  .featured-posts-tiled-small {
    width: 100%;
    float: none;
    padding: 0;
    margin-bottom: 30px;
  }
  .featured-posts-tiled-small .entry-title {
    font-size: 20px;
  }
  .related-post {
    margin-top: 45px;
  }
  .related-post:first-child {
    margin-top: 0;
  }
  .site-info .credit {
    display: block;
    text-align: center;
    margin: 10px 0 0;
    margin-bottom: 20px;
  }
  .site-info .custom-logo-link img {
    width: 40px;
  }
}
@media (max-width:460px) {
  .site-info .custom-logo-link img {
  display: none;
  }
  .credit {
    margin-top: 0;
    padding-top: 0;
  }
  .site-info {
    padding-top: 0;
    margin-top: 0;
  }
}

@media (max-width: 479px) {
  /* Single post */
  .comment-list .children {
    padding-left: 0;
  }
  .alignleft,
  .alignright {
    margin: 30px 0;
  }
  blockquote.pull-right,
  blockquote.pull-left {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }
}
@media (max-width: 359px) {
  .featured-posts-tiled-big .entry-title {
    font-size: 20px;
  }
  .mobile-sidebar {
    width: 250px;
  }
  .mobile-sidebar-open .site {
    -webkit-transform: translate3d(250px, 0, 0);
            transform: translate3d(250px, 0, 0);
    cursor: pointer;
  }
}

#site-navigation {
  background-color: #525558;
}

.site-branding {
  text-align: center;
}

img.custom-logo {
	width: 350px;
}

.center {
  text-align: center;
}
.app-link {
  font-size: 56px;
  padding-left: 15px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.app-link:hover > i {
  transform: scale(1.1);
  color: #000;
  transition: color 0.1s ease;
}
a.app-store {
  color: #1565F8;
}

a.android {
  color: #00BCC8;
}

.app-link:first-child {
  margin-left: 0;
}
.textwidget {
  line-height: 1;
  font-size: 16px;
}
.widget-btn {
  padding-left: 15px;
  display: block;
  padding-right: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #0082D2;
  border: 1px solid #0082D2;
  border-radius: 5px;
  color: #fff !important;
  font-size: 18px;
}

.widget-btn:hover {
  background-color: #00558C;
  border-color: #00558C;
}

h2 {
  font-size: 24px;
  line-height: 32px;
}


h3 {
  font-size: 22px;
  line-height: 32px;
}


.ordered {
    margin-bottom: 8px;
    padding:0;
    list-style: none;
    counter-reset: li;
}    
.ordered li {
    position: relative;
    border: 2px solid #DE943D;
    background: rgb(84%, 58%, 32%, 0.1);
    padding:8px 20px 8px 28px;
    margin:12px 0 12px 40px;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.ordered li:hover {
    background: #fff;
    border: 2px solid #008528;
}
.ordered li:before {
    line-height: 32px;
    position: absolute;
    top: 4px;
    left:-40px;
    width:40px;
    text-align:center;
    font-size: 16px;
    font-weight: bold;
    color: #FFF;
    background: #DE943D;
    counter-increment: li;
    content: counter(li);
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
}
.ordered li:hover:before {
    width:46px;
    background-color: #008528;
}
.ordered li:after {
    position: absolute;
    left: 0;
    top: 4px;
    content: "";
    height: 0;
    width: 0;
    border: 16px solid transparent;
    border-left-color: #DE943D;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s
}
.ordered li:hover:after {
    margin-left: 6px;
    border-left-color: #008528;
}


.widget-link, .widget-tel {
  color: #BB0000 !important;
  font-size: 16px;
}
a.fb, a.vk, a.ok, a.tv {
  font-size: 28px;
  color: #5d5b5b;
  margin-left: 10px;
  transition: all 0.2s ease;
}

a.fb {
  margin-left: 0;
}

a.fb:hover, a.vk:hover, a.ok:hover, a.tv:hover {
  position: relative;
  bottom: 3px;
}

@media screen and (max-width: 1200px) {
  .widget-title:before,
  .widget-title:after {
    width: 20%;
  }
}

@media screen and (max-width: 445px) {
  .widget-title:before,
  .widget-title:after {
    width: 15%;
  }
}

@media screen and (max-width: 373px) {
  .widget-title:before,
  .widget-title:after {
  display: none;
  }
}

.lwptoc {
margin-top: 10px;
background-color: rgb(84%, 58%, 32%, 0.1) !important;
padding-top: 0;
max-width: 50%;
border: 1px solid #00993A;
margin-bottom: 20px;
}

.lwptoc-light .lwptoc_i {
	background: none !important;
	width: 100%;
}

@media (max-width: 600px) {
  .lwptoc {
    max-width: 100%;
    margin-left: 0 !important;
	float: none !important;
  }
}

.lwptoc_header {
  color: #FF3F0E;
  text-align: center;
  font-size: 18px;
}

.lwptoc_item {
	line-height: 1.4;
}

.lwptoc a {
  font-weight: bold;
  color: #009241 !important;
  margin-top: 2px;
}

.lwptoc_item_label::before {
  content: '»';
  position: relative;
  left: -5px;
}
.lwptoc_item_label {
  padding-left: 5px;
  border-bottom: 1px dashed #009241 !important;
}

article .lwptoc_i a:hover {
	border-bottom: none !important;
  color: #FF3F0E !important;
}

.tablepress a, .dataTables_paginate a {
  text-decoration: none !important;
  color: #1f3331;
  border-bottom: none;
}

.tablepress a {
  color: #07882E !important;
  text-decoration: underline !important;
}

.tablepress a:hover {
  color: #F10 !important;
}


.ymaps-geolink {
  white-space: normal !important;
  border-bottom: none !important;
}
.ymaps-geolink:before {
    background-position: top !important;
    top: 2px !important;
}
.ymaps-geolink:after {
  display: none !important;
}


p.widget-geolink .ymaps-geolink:before {
}


.mobile-app {
  color: #003F95 !important;
  font-size: 62px;
  font-weight: normal !important;
  margin: 0;
  padding: 0;
}

.mobile-app:hover {
  color: #BB0000 !important;
  animation: 500ms ease-in-out 0.1s bounceIn;
}

@media (min-width: 768px) {
  .top-bar {display: none;}
}
.app-widget {
  display: inline-block;
}

.app-widget img {
  max-width: 180px;
  display: inline-block;
  margin-bottom: 10px;
  -webkit-transition: 0.2s all ease;
  -o-transition: 0.2s all ease;
  transition: 0.2s all ease;
}

.app-widget img:hover {
  -webkit-transition: 0.2s all ease;
  -o-transition: 0.2s all ease;
  transition: 0.2s all ease;
  transform: scale(1.1);
}

.social i {
  font-size: 26px;
  color: #008528;
}

.social a {
  margin-right: 10px;
  margin-left: 0;
}

.social a:hover > i {
  color: #FD0101 !important;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  transform: scale(1.2);
}

.social a:last-child {
  margin-right: 0;
}

.BankMap{
width: 100%;
height: 450px;
margin-bottom: 15px !important;
}

p.cntr{text-align: center}

/*Таблица для отделений - начало*/
.table-mfc tbody td {
  font-size: 16px;
  line-height: 1.2;
}

.table-mfc a {
  word-break: break-all;
}

.table-mfc thead th {
  font-size: 18px;
  letter-spacing: 0;
  background-color: #D69551 !important;
  color: #fff !important;
}

.table-mfc .column-1 {
  max-width: 270px;
}

.table-mfc .column-3 {
  min-width: 130px;
}

@media (max-width: 1200px) {
  .table-mfc tbody td {
  font-size: 14px;
}
  .table-mfc .column-1 {
  max-width: 130px;
}

.table-mfc thead th {
  font-size: 16px;
}

.table-mfc .column-3 {
  min-width: 115px;
}
}

@media (max-width: 860px) and (min-width: 801px) {
   .table-mfc td {
    display: block;
    text-align: center !important;
    border: none !important;
    padding-left: 25px !important;
    padding-right: 25px !important;
  }
  .table-mfc tr {
    border-bottom: 1px solid #00339B;
  }
   .table-mfc thead tr th {
    display: none;
    text-align: center !important;
  }
   .table-mfc thead tr th:first-child {
    display: block;
    width: 100%;
  }
   .table-mfc thead tr th:first-child::after {
    content: ", контакты и режим работы"
  }
  .table-mfc table tr:nth-of-type(odd) {
    background: #fff;
  }
  .table-mfc .column-1 {
    max-width: 100%;
    }
    .ymaps-geolink:before {
    background-position: top;
    }
}

@media (max-width: 801px) and (min-width: 768px) {
  .ymaps-geolink {
    margin-left: 0 !important;
  }
  .ymaps-geolink:before {
    display: none !important;
  }
  .table-mfc .column-1 {
  max-width: 130px;
}
}

@media (max-width: 768px) {

   .table-mfc td {
    display: block;
    text-align: center !important;
    border: none !important;
    padding-left: 25px !important;
    padding-right: 25px !important;
  }
  .table-mfc tr {
    border-bottom: 1px solid #707070;
  }
   .table-mfc thead tr th {
    display: none;
    text-align: center !important;
    padding-left: 0 !important;
  }
   .table-mfc thead tr th:first-child {
    display: block;
    width: 100% !important;
  }
   .table-mfc thead tr th:first-child::after {
    content: ", контакты и режим работы"
  }
  .table-mfc table tr:nth-of-type(odd) {
    background: #fff;
  }
  .table-mfc .column-1 {
    max-width: 100%;
    }

    .ymaps-geolink:before {
    background-position: top !important;
    top: 2px !important;
    }
}

.custom-ul {
  position: relative;
  margin: 0;
  padding: 0;
  margin-left: 25px;
  margin-bottom: 25px;
}

.custom-ul li {
  list-style: none;
  background-image: url(/wp-content/themes/eightydays-lite/images/ul-li-icon.png);
  background-repeat: no-repeat;
  padding-left: 35px;
  background-position: 0 5px;
  -webkit-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}

.custom-ul li:hover {
  background-image: url(/wp-content/themes/eightydays-lite/images/ul-li-icon-hover.png);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #008528;
}



@media (max-width: 600px) {
	#main {
		margin-top: 15px;
	}
}

.bankmap {
	width: 100%;
	height: 400px;
}

.leaflet-popup-content {
 font-size: 14px !important;
}

.leaflet-popup-content p {
background-color: #DE943D !important;
font-weight: bold !important;
margin-bottom: 5px !important;}

.leaflet-container a {
  font-size: 14px !important;
  color: #008528 !important;
}

.leaflet-container a:hover {
  color: #FF1100 !important;
}

.postid-2238 .leaflet-popup-content p {
  background-color: #008529 !important;
  -webkit-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  transition: all 0.1s ease;
  border: 1px solid #008529;
}

.postid-2238 .leaflet-popup-content p a {
color: #fff !important;
text-decoration: none !important;
}

.postid-2238 .leaflet-popup-content p:hover {
  -webkit-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  transition: all 0.1s ease;
  background-color: #fff !important;
}

.postid-2238 .leaflet-popup-content p:hover a {
  color: #008529 !important;
}

.politika-konf {
  color: #008C19 !important;
  font-weight: bold !important;
}

.politika-konf:hover {
  color: #FF291A !important;
}

p.centr{text-align: center}











/* Стили для комментариев Правоведа */

.comment-author-name {
	font-size: 16px;
	padding: 0 16px;
	color: #000;
	font-weight: 600;
}

.comment-text {
	padding: 0 16px;
	font-size: 15px;
	margin: 10px 0 15px 0;
	line-height: 1.4;
}

.comment-text p {
		font-size: 15px;
}

.comment-city {
	color: rgb(73, 73, 73);
	font-weight: 400;
}

.comment-meta-bottom {
	display: flex;
	flex-direction: row;
	padding: 6px 16px;
	font-size: 14px;
	color: rgb(107, 107, 107);
	background: rgb(248, 248, 248);
}

.comment-meta-num {
	margin-left: 30px;
}

.comment-answer-time {
	font-size: 14px;
	background: #e0ffe7;
	padding: 6px 16px;
}

.comment-meta-category {
	align-self: flex-end;
	margin-left: auto;
	color: rgb(0, 36, 14);
}

.comment {
	margin-top: 25px;
	padding: 10px 0 0 0;
	border-left: 1px solid #fafafa;
	border-right: 1px solid #fafafa;
	border-radius: 4px;
	overflow: hidden;
}

/*Кастомная форма консультанта*/
.consultant-form {
  padding: 25px;
  border: 2px solid #515558;
  background: rgb(248, 234, 218);
}

.form-header {
  display: flex;
  align-items: center;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: 15px;
  color: #5B1D04;
}

.consultant-heading {
  margin-left: 15px;
}

.consultant-logo {
  width: 60px;
  height: 60px;
  background: url(/logo-mfc.png) no-repeat;
  background-size: contain;
  flex-shrink: 0;
}

.field-group { 
  position: relative;
  }

.customize-label { 
  color: black; 
  font-size: 16px; 
  font-weight: 300;
  }

.consultant-bottom {
  display: flex;
  margin-top: 15px;
  align-items: center;
  flex-direction: row;
}
.consultant-bottom input.btn {
  margin-left: 15px;
  background: #5B1D04;
  font-size: 16px;
  letter-spacing: 1px;
  padding: 0px 20px;
  border-radius: 5px;
  transition: .3s ease;
  position: relative;
}

.consultant-bottom input.btn:hover {
  background: #FF3F0E;
}

.customize-input { 
  width: 100%; 
  background: #f3f3f3; 
  border: 2px solid #26728a; 
  border-radius: 3px; 
  padding: 7px 10px; 
  transition: .2s all;
  }

.customize-input::placeholder { 
  color: black;
  }

.customize-input:focus { 
  background: white; 
  border: 2px solid #00bbff; 
  box-shadow: 0 0 1px 4px rgba(0, 187, 255, 0.205);
  }

.customize-input:focus::placeholder { 
  color: #000; 
  opacity: .5;
  }

@media (max-width: 575.98px) { 
  .customize-input { 
  margin-bottom: 12px; 
  width: 100%; 
  max-width: 100%;
  } 
}

.customize-textarea { 
  margin-top: 5px; 
  width: 100%; 
  max-width: 100%; 
  padding: 7px 10px; 
  background: #f4f4f4; 
  border: 2px solid #515558;
  border-bottom-color: #505558;
  border-radius: 3px 3px 0 0; 
  resize: vertical; 
  transition: .2s all; 
  box-sizing: border-box;
  }

.customize-textarea:focus { 
  background: #fdfdfd; 
  border: 2px solid #00bbff; 
  box-shadow: 0 0 1px 4px rgba(0, 187, 255, 0.205);
  }

.customize-textarea::placeholder { 
  color: black;
  }

.customize-textarea:focus::placeholder { 
  color: #000; 
  opacity: .5;
  }

.question-example { 
  padding: 5px; 
  padding-left: 10px;
  background: rgb(196, 127, 54); 
  color: #fff; 
  font-size: 16px; 
  font-weight: 400; 
  border-radius: 0 0 3px 3px; 
  }

.inputs-wrapper { 
  transition: .2s all;
  }

.example-accent { 
  font-weight: 600; 
  color: #ffff;
  }

.wrong-input { 
  border: 1px solid #ff0000;
  }

.tooltip { 
  z-index: 9999; 
  position: absolute; 
  background: #fa3f3f; 
  color: #f3f3f3; 
  border-radius: 4px; 
  font-size: 14px; 
  bottom: -28px; 
  padding: 4px 8px; 
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.39);
  }

.tooltip:after { 
  top: -15px; 
  display: block; 
  position: absolute; 
  content: ''; 
  width: 0px; 
  height: 0px; 
  border-top: 8px solid #FA4C3F; 
  border-right: 8px solid transparent; 
  border-bottom: 8px solid transparent; 
  border-left: 8px solid transparent; 
  transform: rotate(180deg);
  }

.privacy-text { 
  font-size: 14px;
  }
.privacy-text a {
  color: #CA0000;
  transition: .3s ease;
}

.privacy-text a:hover {
  color: #CE955E;
}

.second-step { 
  display: none;
  }

.fadingOutRight { 
  position: absolute; 
  animation: fadingOUT .3s ease-in-out;
  }

.fadingInLeft { 
  animation: fadingOUT .4s reverse ease-in-out;
  }

.success-notification { 
  display: none; 
  background: #00C064; 
  padding: 15px; 
  border-radius: 3px; 
  color: #fff;
  text-align: center;
  }

  .success-notification .consultant-logo {
    margin: 0 auto;
  }

  .success-notification span {
    font-size: 13px;
  }

  .success-notification span strong {
    font-weight: bold;
    text-decoration: underline;
  }

.success-notification__title { 
  font-size: 22px; 
  font-weight: 600; 
  margin-bottom: 8px;
  }

@keyframes fadingOUT { 
  from { 
  opacity: 1;
  }
  to { 
    opacity: 0;
    transform: scale(0);
    } 
}

@media (max-width: 1000px) {
  .yurist-number {
  max-width: 130px;
  flex-shrink: 0;
  margin-right: 10px !important;
}
}

@media (max-width: 660px) {
  .form-header {
    font-size: 20px;
  }
  .consultant-logo {
    width: 50px;
    height: 50px;
  }
  .consultant-bottom {
    flex-direction: column;
    align-items: center;
  }
  .privacy-text {
    text-align: center;
    margin-top: 10px;
  }
  .consultant-heading span {
    display: none;
  }
  .consultant-bottom input.btn {
    margin-left: 0;
  }
  .yurist-number {
    margin-right: 0 !important;
    margin-top: 10px;
    max-width: 100%;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-left: 0 !important;
  }
  .yurist-number .ph {
    margin-left: 0;
  }
  .bottom-group {
    text-align: center;
  }
}

.cons-block.entry-content {
  display: none;
}

.success-phone a:hover {
  text-decoration: underline;
  color: #CA0000;
}

.yurist-number {
  display: flex;
  align-items: center;
  margin-left: auto;
  line-height: 1.3;
}

.yurist-number a {
  font-size: 18px;
  font-weight: bold;
}

.yurist-number .ph {
  margin-left: 10px;
  white-space: nowrap;
}

.yurist-number i {
  margin-right: 10px;
  font-size: 26px;
  color: #FE0000;
  animation: colorChange 2s ease infinite;
}

@keyframes colorChange {
  33% {color: #DC9951;}
  66% {color: #209b10;}
}

/*Сетка для лендинга консультации*/
.page-template-pravoved-full-width #content {
  padding-left: 0;
  margin-left: 0;
}

.how-ask-questions {
  margin-top: 25px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  grid-gap: 20px;
}


.haq-heading {
  grid-column: 1/-1;
  text-align: center;
  font-size: 22px;
}

.haq-item {
  text-align: center;
  border: 2px solid #5B1D04;
  padding: 15px;
  background: #FAEBD8;
  position: relative;
}

.haq-item::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: #B00;
  left: 0;
  top: 0;
  z-index: -1;
  transition: .3s ease-in-out;
}

.haq-item:hover::before {
  transform: skew(15deg) scaleX(0.87) scaleY(1.05);
}


.haq-item:hover .haq-item-heading {
  border-color: #B00;
  box-shadow: 0px 1px #B00;
}

.haq-item i {
  font-size: 40px;
  color: #B00;
  filter: drop-shadow(1px 1px 1px #282C34);
}

.haq-item-heading {
  font-size: 24px;
  border-bottom: 1px solid #515558;
  transition: .3s ease-in-out .2s;
}

.haw-item-description {
  margin: 10px;
}

.consultant-free {
  margin-top: 50px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border: 2px solid #505558;
  font-size: 20px;
  grid-auto-flow: column;
}

.consultant-free--small {
  font-size: 16px;
  margin-top: 30px;
}

.consultant-free p {
  grid-column: 1/3;
  margin: 0;
  padding: 25px 35px;
  background: #FFF8EF;
  text-transform: uppercase;
  transition: .3s ease;
}


.consultant-free-link a {
  display: flex;
  width: 100.1%;
  height: 100%;
  background: #B00;
  color: #fff;
  font-weight: bold;
  font-size: 24px;
  text-align: center;
}

.consultant-free-link a span {
  margin: auto;
}

.consultant-free-link:hover + p {
  background: #505558;
  color: #fff;
}

.result-work {
  margin-top: 50px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(380px, 1fr));
  border: 1px solid #5B1D04;
  background: #5B1D04;
  color: #fff;
  grid-gap: 20px;
  text-transform: uppercase;
  line-height: 1.2;
  position: relative;
  margin-bottom: 50px;
}

@media (max-width: 470px) {
  .result-work {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  }
}
.result-work:hover .result-header::before,
.result-work:hover .result-header::after {
  box-shadow: 5px 5px 10px #17f74f,
              -5px 5px 10px #17f74f,
              5px -5px 10px #17f74f,
              -5px -5px 10px #17f74f;
}

.result-header {
  grid-column: 1/-1;
  text-align: center;
  font-size: 30px;
  padding: 20px;
  font-weight: bold;
  padding-bottom: 0;
  position: relative;
}

.result-header::before,
.result-header::after {
  content: '';
  position: absolute;
  width: 25%;
  height: 2px;
  background: #fff;
  top: 50%;
  transform: translateY(-50%);
  z-index: 99;
  transition: .3s ease;
}

.result-header::before {
  left: 25px;
}

.result-header::after {
  right: 25px;
}

.result-item {
  text-align: center;
  display: flex;
  flex-direction: column;
  padding: 25px 45px;
  padding-top: 0;
}

.result-item i,
.result-item b {
  font-size: 40px;
  margin-top: 10px;
  transition: .3s ease;
}

.result-item:hover i {
  filter: drop-shadow(10px 10px 10px #17f74f)
          drop-shadow(-10px -10px 10px #17f74f);
}


@media (max-width: 991px) and (min-width: 610px) {
  .haq-item:last-child {
    grid-column: 1/-1;
  }
  .result-item:last-child {
    grid-column: 1/-1;
  }
}
@media (max-width: 992px) {
  .haq-item:hover::before {
  transform: skew(10deg) scaleX(0.87) scaleY(1.03);
}
  .consultant-free {
    font-size: 16px;
  }
  .consultant-free a {
    font-size: 18px;
  }
  .result-header::before, .result-header::after {
    width: 15%;
  }
  .result-item {
    padding-bottom: 0;
  }
}

@media (max-width: 610px) {
  .consultant-free {
    grid-auto-flow: row;
    grid-auto-rows: minmax(50px, auto);
  }
  .consultant-free-link,
  .consultant-free p {
    grid-column: 1/-1;
    text-align: center;
  }
  .result-header::before, .result-header::after {
    display: none;
  }
  .result-header {
    font-size: 24px;
  }
}

/*Exit poup*/
#exitpopup.exitpopup-show {
  transform: translate(-50%, -50%) scale(1);
}

#exitpopup {
  position: fixed;
  box-sizing: border-box;
  max-height: 590px;
  width: 530px;
  color: #333;
  border-radius: 5px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  border: 2px solid rgb(75, 74, 74);
  background-color: #fad9aa;
  background-image: url("https://www.transparenttextures.com/patterns/batthern.png");
  background-repeat: repeat;
  text-align: center;
  z-index: 10100;
  padding: 25px 25px 25px 40px;
  transition: .3s ease;
  overflow: hidden;
}

#exitpopup b {
  line-height: 1.2;
  font-size: 40px;
  font-weight: 500;
  margin-bottom: 10px;
}

#exitpopup p {
  color: inherit;
  text-align: inherit;
  margin-top: 20px;
  font-size: 20px;
  max-width: 450px;
  padding-left: 30px;
}

#exitpopup p a.hl {
  color: #621700 !important;
  transition: .3s linear;
}

#exitpopup p a.hl:hover {
  color: #FF5327 !important;
  text-decoration: underline;
}

#exitpopup .logo {
  color: #621700;
  position: absolute;
  top: 50%;
  left: 0;
  line-height: 1;
  font-size: 100px;
  transform: translate(-50%, -50%);
}

#exitpopup .logo i {
  filter: drop-shadow(2px 2px 1px #00335F)
}

#exitpopup .exitpopup-btn {
  font-size: 26px !important;
  display: inline-block;
  color: #fff !important;
  border: 1px solid #000;
  background-color: #621700;
  padding: 5px 15px;
  transition: .3s ease;
  margin-top: 10px;
  box-shadow: 5px 5px rgba(100, 0, 0, 0.527);
  position: relative;
}

#exitpopup .exitpopup-btn:hover {
  box-shadow: 1px 1px rgba(129, 1, 1, 0.527);
  transform: translate(2px, 2px);
}

#exitpopup .close-popup {
  position: absolute;
  top: 5px;
  right: 5px;
  padding: 0;
  font-size: 24px;
  background: transparent;
  border: none;
  transition: .3s ease;
  color: inherit;
  background: #621700;
  cursor: pointer;
  line-height: 1;
  border-radius: 50%;
  width: 22px;
  height: 22px;
}


#exitpopup .close-popup i {
  line-height: 1;
  color: #ffffff;
}

#exitpopup .close-popup:hover {
  transform: scale(1.1);
}

body {
  position: relative;
  transition: .3s ease;
}

.popup-open::before {
  position: fixed;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(161, 161, 161, 0.774) !important;
  z-index: 10000;
}

.header-widget {
  display: flex;
  align-items: center;
  justify-content: start;
  max-width: 300px;
  text-align: left;
  line-height: 1.2;
  padding-left: 20px;
  border-left: 2px solid #5b1d04;
}

.header-widget a {
  color: #a05a17;
  font-weight: bold;
  transition: .3s ease;
}

.header-widget .ph {
  margin-top: 10px;
  display: inline-block;
}

.header-widget a:hover {
  color: #ff3f0e;
}

.header-widget i {
  font-size: 40px;
  line-height: 1;
  color: #5b1d04;
  margin-right: 10px;
}

.site-branding {
  display: flex;
  justify-content: center;
}

.site-branding .custom-logo-link {
  padding-right: 20px;
}

@media (max-width: 600px) {
  .site-branding {
    flex-wrap: wrap;
  }
  .header-widget {
    border: none;
    margin-top: 10px;
  }

/*   .header-widget .ph {display: none;} */
  img.custom-logo {
    width: 180px;
  }
  .site-header {
    padding-top: 0;
  }
}


.egrn {
  border: 2px solid #CF9560;
  padding: 25px;
  color: #000;
  box-shadow: 3px 3px 6px 3px #545454;
  background: #7e541e1c;
  position: relative;
  margin: 25px auto;
  margin-top: 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 25px;
  clear: both;
  text-align: left !important;
  font-size: 16px !important;
  line-height: 1.3;
}

.egrn::before,
.egrn::after {
  left: 50%;
  top: 0;
  transform: translate(-50%, -50%);
  position: absolute;
  content: '';
  width: 60px;
  height: 60px;
}

.egrn-descr {
  text-align: left;
}

.egrn::after {
  background: #ffffff;
  border-radius: 50%;
  border: 2px solid #CF9560;
  z-index: 1;
}

.egrn::before {
  content: '\f187';
  font-family: "Font Awesome 5 Free";
  color: #5B1E05;
  line-height: 1;
  font-size: 35px;
  z-index: 2;
  width: 40px;
  height: 40px;
  text-align: center;
  font-weight: 600;
}

.egrn-heading {
  font-size: 20px;
  text-align: center !important;
  color: #333333;
}

.egrn-btn {
  padding: 10px 15px !important;
  background: #F75420;
  border-radius: 10px;
  color: #fff !important;
  border: 2px solid #F75420 !important;
  box-shadow: 2px 2px 2px rgb(87, 86, 86);
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-duration: .3s;
  font-size: 18px;
  font-weight: bold;
}

.egrn-btn:hover {
  text-decoration: none !important;
  background: #fff;
  color: #F75420 !important;
}

.egrn-list {
  list-style: none;
}

.egrn-list li i {
  color: #FF4100;
  line-height: 1;
  font-size: 18px;
  min-width: 25px;
}

@media (max-width: 460px) {
  .egrn-list {
    padding-left: 5px;
  }
}

.widget-egrn ul {
  text-align: left;
  max-width: 210px;
  margin: 0 auto;
}

.widget-egrn ul li {
  margin-top: 10px;
}

.widget-egrn ul li i {
  color: #5b1d04;
}

/* Плашка над Н1 */
.cons-block {
	border: 2px solid #000;
	padding: 15px;
	background-image: linear-gradient(to bottom, #fff, #faf5f3);
	box-shadow: 1px 2px 6px 2px rgba(82, 82, 82, 0.44);
	display: grid;
	grid-template-areas: 
	"l h h b"
	"l d d b";
	align-items: center;
	grid-column-gap: 20px;
	grid-row-gap: 7px;
	margin-bottom: 15px;
 }

 .cons-block > * {
	margin: 0 !important;
 }

 .cons-block .cons-head {
	grid-area: h;
	line-height: 1;
	font-size: 20px;
 }

 .cons-block .logo {
	grid-area: l;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: #D69551;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #ffffff;
	font-size: 20px;
 }

 .cons-block .logo i {
	 color: #ffffff;
 }

 .cons-block .cons-descr {
	grid-area: d;
	line-height: 1.2;
	font-size: 18px;
 }

 .cons-block .consultation {
	grid-area: b;
	padding: 10px 15px;
	border-radius: 10px;
	background: #BB0000;
	color: #ffffff;
	transition: .3s;
	font-size: 18px;
  border: 1px solid #000;
  line-height: 1;
  display: inline-block;
  text-transform: uppercase;
  font-weight: bold;
 }

 .cons-block .consultation:hover {
	  background: #D69551;
    text-decoration: none;
    color: #ffffff;
 }

@media (max-width: 768px) {
 .cons-block {
	grid-template-areas: 
	"l h"
	"d d"
	"b b";
	justify-items: center;
	grid-template-columns: 0.2fr 1fr;
	grid-column-gap: 10px;
 }
 .cons-block .logo {
	justify-self: end;
 }
 .cons-block .cons-head {
	justify-self: start;
	font-size: 18px;
 }
 .cons-block .cons-descr {
	text-align: center;
 }
}