/**
 * 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;

}

blockquote {
  font-weight: 400;
  max-width: 90%;
  margin: 30px auto;
  font-style: italic;
  background: #fff;
  background-image: url(/wp-content/uploads/green-gobbler.png);
  background-repeat: repeat;
  padding: 25px 20px 25px 45px;
  position: relative;
  box-shadow: 2px 2px 15px #ccc;
  border: 2px solid #25b423;
  border-radius: 5px;
  box-shadow: 0px 10px 13px -7px #000000, 5px 5px 15px 5px rgba(0,0,0,0);
  clear: both;
}

blockquote::before,
blockquote::after {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(-50%, -50%);
  font-style: normal;
  line-height: 1;
  }

  blockquote::before {
    content: '\f30f';
    font-family: "Font Awesome 5 Pro";
    color: #25b423;
    font-size: 50px;
    font-weight: 600;
    z-index: 2;
  }

  blockquote.phone {border-color: #00B400;}
  blockquote.offsite {border-color: #08254C;}

  blockquote.phone::before {content: '\f098'; color: #00B400;}
  blockquote.offsite::before {content: '\f14c'; color: #08254C;}

  blockquote::after {
    content: '';
    background: #ffffff;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    z-index: 1;
  }

  blockquote:hover {

  }

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

a:focus,
a:active {
  outline: 0;
}
a:focus {
  color: #333;
}

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%;
  border-radius: 25px;
  padding-left: 1em;
  padding-right: .6em;
  box-sizing: border-box;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #000000;
  position: relative;
}

textarea {
  border-radius: 5px;
}

.search-submit {
  width: 35px !important;
  height: 100%;
  text-align: center;
}
.search-submit::before {
 font-family: "Font Awesome 5 Duotone";
  font-weight: 900;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1.25em;
  text-align: center;
  content: '\f689';
  font-size: 25px;
  color: #E30106;
}

.search-submit::after {
  font-family: "Font Awesome 5 Duotone";
  font-weight: 900;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1.25em;
  text-align: center;
  content: '\10f689';
  font-size: 25px;
}
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: 14px;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
  background: #008DEA;
  border: 0;
  border-radius: 1px;
  border-radius: 5px;
  transition: .3s ease;
  text-shadow: 1px 1px rgb(49, 49, 49);
  box-shadow: 0px 10px 13px -7px #000000, 5px 5px 15px 5px rgba(0,0,0,0);
}
button:hover,
input[type="button"]:hover,
input[type="submit"]:hover,
.button:hover,
#infinite-handle span button:hover {
  color: #fff;
  background: #00B400;
  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 {

}
/* 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 {
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  margin-top: 30px;
}

#primary-menu {
  -webkit-box-shadow: -1px 3px 4px 0px rgba(0,0,0,0.54);
-moz-box-shadow: -1px 3px 4px 0px rgba(0,0,0,0.54);
box-shadow: -1px 3px 4px 0px rgba(0,0,0,0.54);
background-color: #25b423;
z-index: 1;
position: relative;
}

#primary-menu::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  background-image: url("/wp-content/uploads/green-gobbler.png");
  z-index: -1;
  opacity: 0.5;
}

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

.primary-menu li:not(:first-child) {
  margin-left: -4px;
}

/* .primary-menu li:last-child {
  margin-left: 0;
} */
.primary-menu li:hover {
  background-color: #08254b;
}
.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:not(:last-child) a {
  border-right: 2px solid #000000;
  position: relative;
  z-index: 1;
}

.primary-menu li:not(:last-child) a::after {
  position: absolute;
  top: 50%;
  right: -1px;
  transform: translate(50%, -50%);
  width: 10px;
  height: 10px;
  background: #08254c;
  border-radius: 50%;
  content: '';
  z-index: 10;
}


.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;
  text-shadow: 1px 1px rgb(49, 49, 49);
  height: 100%;
}
.primary-menu a:hover,
.top-bar-menu a:hover {
  color: #fff;
  text-shadow: 1px 1px #3f3f3f;
}
.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;
  text-shadow: 1px 1px #3f3f3f;
}
.primary-menu li.current-menu-item  {
  background-color: #08254b;
}

.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: #f6f6f6;
}
.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;
  margin-top: 20px;
  cursor: pointer;
  width: 36px;
  height: 36px;
  float: left;
  margin-left: 0;
  background: #30509b;
  border-radius: 50%;
  line-height: 1;
}

.sidebar-toggle span {
  transform: translate(50%, 17px);
}

.sidebar-toggle span,
.sidebar-toggle span:before,
.sidebar-toggle span:after {
  content: "";
  position: absolute;
  display: block;
  width: 18px;
  height: 2px;
  border-radius: 1px;
  background: #fff;
  cursor: pointer;
}
.sidebar-toggle span:before {
  top: -5px;
}
.sidebar-toggle span:after {
  bottom: -5px;
}
.sidebar-toggle:hover span,
.sidebar-toggle:hover span:before,
.sidebar-toggle:hover span:after {
  background: #fff;
}
.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
 *------------------------------------------------------------*/
#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 {
  margin: 13px 0;
  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;
}
.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;
  color: #03449a;
  font-weight: bold;
  transition: all 0.3s ease;
}

.entry-content a:hover {
  color: #AC3133;
}


.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-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 {
  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;
}
.widget ul {
  list-style: none;
  padding: 0;
}
.widget li ul {
  padding-left: 20px;
}
.widget a {
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  transition: all 0.3s ease;
}

.widget-title {
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 1px;
  position: relative;
  line-height: 1.2;
}

.widget-title span {
  display: block;
  padding: 12px 10px;
  position: relative;
  border-bottom: 2px solid rgb(194, 224, 249);
  text-shadow: 1px 1px rgb(49, 49, 49);
  color: #d1ebfd;
  font-weight: bold;
}
/* 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;
  box-shadow: none;
}
.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 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;
}
#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;
  transform: translate(-100%);
  transition: .3s ease;
  transition-delay: .3s;
}

.site {
  transition: .3s ease;
  transition-delay: .3s;
}

.mobile-sidebar-open .mobile-sidebar {
  transform: translate(0);
  transition-delay: .3s;
}
.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;
  transition: .3s ease;
  transition-delay: .3s;
}
/*--------------------------------------------------------------
 * 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 {
}

img.custom-logo {
	max-width: 295px;
}

.center {
  text-align: center;
}
.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: #08254b;
  border: 1px solid #08254b;
  border-radius: 5px;
  color: #fff !important;
  font-size: 18px;
  margin: 10px;
  text-align: center;
  text-shadow: 1px 1px rgb(49, 49, 49);
}

.widget-btn:hover {
  background-color: #36ab06;
  border-color: #00558C;
  color: #fffdfd !important;
  text-shadow: 1px 1px rgb(33, 33, 33);
}

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


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

.ordered {
counter-reset: li;
list-style: none;
line-height: 1.2;
padding: 0;
text-shadow: 0 1px 0 rgba(255,255,255,.5);
margin-left: 25px;
}
.ordered li {
position: relative;
display: block;
padding: .4em .4em .4em .8em;
margin: .5em 0 .5em 2.5em;
text-decoration: none;
transition: all .3s ease-out;
}

.ordered li:before {
content: counter(li);
counter-increment: li;
position: absolute;
left: -2.5em;
top: 50%;
margin-top: -1em;
background: #05214E;
height: 2em;
width: 2em;
line-height: 2em;
text-align: center;
font-weight: bold;
color: #fff;
transition: all 0.3s ease;
}

.ordered li:hover:before {
  background-color: #008DEA;
  color: #fff;
  text-shadow: 1px 1px rgb(63, 62, 62);
}

.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;
  }
}
#toc_container {
margin-top: 10px;
border: none;
background-color: #EBF8FF !important;
border: 1px solid #00558C;
border-top: none;
padding-top: 0;
}

.toc_title {
  border-bottom: 2px solid #F63B4E;
}

#toc_container a {
  font-weight: normal;
}

#toc_container a:hover {
  text-decoration: none;
}

#toc_container .toc_list {
  margin-left: 15px;
}

#toc_container .toc_list li a {
  border-bottom: 0;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  font-weight: normal;
}

#toc_container p.toc_title {
  font-size: 18px;
}

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

/* marked */
ul.marked {
    padding-left: 42px;
    margin-top: -1px;
}
ul.marked li {
    padding-left: 35px;
    margin-bottom: 2.5em;
    list-style: none;
}

/* BORDERS AND BULLETS */

ul.marked li {
    position:relative; /* so that pseudoelements are positioned relatively to their "li"s*/
    margin-bottom: 0; /* This overrides previously specified margin-bottom */
}

ul.marked li::after {
    /* bullets */
    /* content: url('https://upload.wikimedia.org/wikipedia/commons/thumb/3/30/RedDisc.svg/20px-RedDisc.svg.png'); */
    content: '';
    width: 12px;
    height: 12px;
    background: #08254b;
    border-radius: 50%;
    position: absolute;
    left: -6px; /*adjust manually*/
    top: 8px;
    transition: .3s ease;
}

ul.marked li:hover::after{
  transform: scale(1.1);
  background: #00B400;
}

ul.marked li::before {
    /* lines */
    content:"";
    position: absolute;
    left: 0px; /* adjust manually */
    border-left: 1px solid black;
    height: 100%;
    width: 1px;
}

ul.marked li:first-child:before {
   /* first li's line */
   top: 12px; /* moves the line down so that it disappears under the bullet. Adjust manually */
}

ul.marked li:last-child:before {
    /* last li's line */
   height: 15px; /* shorten the line so it goes only up to the bullet. Is equal to first-child:before's top */
}



.ymaps-geolink {
  white-space: normal !important;
  border-bottom: none !important;
}

.ymaps-geolink ymaps {
  z-index: 1100;
}
.ymaps-geolink:before {
    background-position: top !important;
    top: 2px !important;
}
.ymaps-geolink:after {
  display: none !important;
}


p.widget-geolink .ymaps-geolink:before {
  display: none !important;
}

.mobile-app {
  color: #525558 !important;
  font-size: 62px;
  margin-right: 10px;
}

.mobile-app:last-child {
  margin-right: 0;
}

.mobile-app:hover {
  color: #2F42F2 !important;
  transition: 0.3s ease all;
}

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

.social i {
  font-size: 26px;
  color: #fff;
  transition: all 0.2s ease;
}

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

.widget .social a:hover > i {
  color: #F63B4E !important;
}

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

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

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

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

.leaflet-container a {
  font-size: 14px !important;
  color: #05214E !important;
}
.leaflet-container a:hover {
  color: #B91C25 !important;
}


p.cntr{text-align: center}

/*Таблица для отделений - начало*/
.tablepress thead tr {
  background: #24b324;
  background-image: url(/wp-content/themes/eightydays-lite/images/site-bg.png);
}

.tablepress thead tr th {
  background: transparent;
  color: #ffffff;
  text-shadow: 1px 1px rgb(49, 49, 49);
  line-height: 1.3;
}

.tablepress a {
  color: #AC3133;
  word-break: break-all;
}

.tablepress a:hover {
  color: #08254C;
}

.tablepress .odd td {
  background-color: rgba(122, 155, 233, 0.13) !important;
}

.tablepress tbody td, .tablepress tfoot th {
  border: 1px solid #30509B !important;
}


.uszntable tbody td {
  font-size: 16px;
  line-height: 1.2;
}

.uszntable thead th {
  font-size: 18px;
  letter-spacing: 0;
}

.uszntable .column-1 {
  max-width: 300px;
}

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

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

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

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


@media (max-width: 1000px) {
  .uszntable tr td {
   display: block;
   text-align: center !important;
   border: none !important;
   padding-left: 25px !important;
   padding-right: 25px !important;
   border: none !important;
 }
 .uszntable tr {
   border-bottom: 1px solid #707070;
 }
  .uszntable thead tr th {
   display: none;
   text-align: center !important;
   padding-left: 0 !important;
 }
  .uszntable thead tr th:first-child {
   display: block;
   width: 100% !important;
 }
  .uszntable thead tr th:first-child::after {
     content: ", контакты и часы работы";
     position: relative;
     right: 0;
     font-size: 16px;
     font-weight: 700;
     font-family: inherit;
     letter-spacing: 0;
 }
 .uszntable table tr:nth-of-type(odd) {
   background: #fff;
 }
 .uszntable .column-1 {
   max-width: 100%;
   }

   .ymaps-geolink:before {
   background-position: top !important;
   top: 2px !important;
   }
 }
 .dataTables_filter input[type="search"] {
   padding-top: 3px !important;
   padding-bottom: 3px !important;
 }
/*Таблица для отделений - конец*/

.politika-konf {
  color: #0075E0;
}

.politika-konf:hover {
  color: #FF1A4F;
  cursor: pointer;
}

/* Сетка сайта */
.site-grid {
  display: grid;
  grid-template-areas: 
  "header"
  "main"
  "sidebar";
  align-items: start;
  justify-content: center;
  grid-template-columns: 100%;
}

#masthead {
  grid-area: header;
  background: #ffffff;
  align-self: stretch;
  padding: 25px;
}
#secondary {
  grid-area: sidebar;
   width: 100%;
   align-self: stretch;
}
.site-grid > .container {
  grid-area: main;
  padding: 25px;
  align-self: stretch;
}
.top-bar {
  position: absolute;
  top: 0;
  left: 0;
}

.site-grid {
  margin: 0 auto;
}

.site {
  background-color: #f7f7f7;
  background-image: url("/wp-content/uploads/green-gobbler.png");;
}

.site-grid > .container {
  background: #ffffff;
  margin: 0;
}

#content {
  width: 100%;
}

#colophon .container {
  width: 90%;
  margin: 0 auto;
}

@media (min-width: 1000px) {
  .site-grid {
    grid-template-areas:
    "header header sidebar"
    "main main sidebar";
    /* grid-template-rows: 260px; */
    grid-template-columns: 1fr 1fr 0.8fr;
    width: 90%;
  }
  .search .site-grid,
  .error404 .site-grid {
    grid-template-rows: 220px;
  }
}

@media (min-width: 1200px) {
  .site-grid {
    grid-template-columns: 1fr 1fr 0.7fr;
  }
}

@media (min-width: 1400px) {
  .site-grid {
    grid-template-columns: 1fr 1fr 0.6fr;
  }
}

@media (min-width: 1500px) {
  .site-grid {
    width: 1400px;
  }
  #colophon .container {
    width: 1400px;
  }
  }

  @media (max-width: 1000px) {
    #colophon .container {
      width: 100%;
      padding: 25px;
    }
  }


/* Стили общие */
#secondary {
  background-color: #25b423;
  background-image: url("/wp-content/uploads/ag-square.png");
  color: #ffffff;
  padding: 20px;
}

.mobile-sidebar {
  background: #08244c;
}

.primary-menu-mobile a{
  color: #ffffff;
  font-weight: bold !important;
  font-size: 18px !important;
  letter-spacing: 0 !important;
  text-transform: none;
  display: block;
  padding: 5px 15px;
  transition: .3s ease;
}

.primary-menu-mobile li:not(:last-child) a {
  border-bottom: 2px solid rgb(98, 124, 219);
}

.primary-menu-mobile a:hover {
  background: #08254b;
  color: #fff !important;
  text-shadow: 1px 1px black;
}

.links-widget a {
  display: block;
  padding: 7px 15px 7px 35px;
  line-height: 1.4;
  position: relative;
  text-shadow: 1px 1px rgb(49, 49, 49);
}

.links-widget a::before,
.links-widget a::after {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  font-family: "Font Awesome 5 Duotone";
}

.links-widget a::after {
  content: '\f352';
  color: #000000;
  text-shadow: none;
}

.links-widget a:hover {
  background: #00A0D8;
}

.links-widget a::before {
  content: '\10f352';
  color: #EFC100;
}

/* мобильные приложения */
.mobile-app {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.mobile-app i {
  font-size: 42px;
  margin: 8px;
  line-height: 1;
  vertical-align: middle;
  transition: .3s ease;
}

.android,.apple {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 10px;
  padding-bottom: 2px;
  border: 1px solid #000;
  font-weight: normal !important;
  width: 189px;
  border-radius: 30px;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  background: #fff;
  color: #000 !important;
  box-shadow: 0px 10px 13px -7px #000000, 5px 5px 15px 5px rgba(0,0,0,0),
   -10px 0px 13px -7px #000000, 10px 0px 13px -7px #000000, 5px 5px 15px 5px rgba(0,0,0,0);
}

.dwnld {
  margin: 8px;
  font-size: 20px;
  text-align: left;
  line-height: 1;
}

.dwnld b {
  font-size: 14px;
}

.mobile-app a::before {
  content: '\f019';
  font-family: "Font Awesome 5 Pro";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(15px, -190%);
  font-size: 35px;
  line-height: 1;
  transition: .3s ease;
  color: #30509b;
}

.mobile-app a:hover::before {
  transform: translate(15px, -50%);
}

.mobile-app a:hover i {
  transform: translateY(190%);
}

.mobile-app a:hover {
  box-shadow: 0px 10px 13px -7px #f8ce1586, 5px 5px 15px 5px rgba(0,0,0,0),
   -10px 0px 13px -7px #f8ce1586, 10px 0px 13px -7px #f8ce1586, 5px 5px 15px 5px rgba(0,0,0,0);
}
.android i {
  color: #47bc38;
}

@media (max-width: 1000px) {
  .widget-block,
  .links-widget {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }

  .widget-block a {
    flex-grow: 1;
  }
  .widget-title {
    text-align: center;
  }
  .mobile-app {
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
}
  .site-branding {
    text-align: center;
  }
}

/* footer */

.site-info {
  padding: 35px 0;
  font-size: 14px;
  background-color: #696969;
  background-image: url("/wp-content/uploads/ag-square.png");
  color: #fff;
}

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



.footer-widget {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.footer-widget a {
  padding: 7px 15px 7px 20px;
  text-shadow: 1px 1px rgb(75, 74, 74);
  color: #fff;
  background: #08254b;
  margin: 10px;
  line-height: 1;
  white-space: nowrap;
  border-radius: 5px;
  box-shadow: 0px 10px 13px -7px #000000, 5px 5px 15px 5px rgba(0,0,0,0),
   -10px 0px 13px -7px #000000, 10px 0px 13px -7px #000000, 5px 5px 15px 5px rgba(0,0,0,0);
  transition: .3s;
  font-weight: bold;
}

.footer-widget a:hover {
  background: #00B400;
  color: #ffffff;
  text-shadow: 1px 1px rgb(43, 42, 42);
}

@media (max-width: 800px) {
  .site-info .container {
    flex-direction: column;
    align-items: center;
  }
}

/* Соц сети в тексте */
.sociall-widget {
  margin: 25px auto;
  max-width: 440px;
  display: flex !important;
  justify-content: space-between;
  flex-wrap: wrap;
}

.sociall-widget a {
  flex-grow: 1;
  width: 160px;
  margin: 5px;
  text-align: center;
  border-radius: 5px;
  padding: 8px 15px;
  background: #05204D;
  color: #ffffff;
  vertical-align: middle;
  text-shadow: 1px 1px rgb(49, 49, 49);
  box-shadow: 0px 10px 13px -7px #000000, 5px 5px 15px 5px rgba(0,0,0,0);
}

.sociall-widget a:hover {
  background: #0086F2;
  color: #fff;
  text-shadow: 1px 1px rgb(71, 71, 71);
}

.sociall-widget a i {
  margin-right: 0 !important;
  font-size: 24px !important;
  min-width: 28px !important;
  position: relative;
  top: 3px;
}

.mistape_caption {
  border: 1px solid rgba(78, 110, 223, 0.726);
  border-radius: 5px;
  max-width: 700px;
  margin: 35px auto;
  padding: 10px;
  padding-left: 45px;
  padding-right: 25px;
  position: relative;
  font-style: italic;
}

.mistape_caption p {
  margin: 0;
}

.mistape-logo {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translate(0, -50%);
}

.mistape-logo::after,
.mistape-logo::before {
  position: absolute;
  font-style: normal;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  font-family: "Font Awesome 5 Duotone";
  line-height: 1;
  font-size: 26px;
}

.mistape-logo::after {
  content: '\f4ae';
  color: #F50000;
}

.mistape-logo::before {
  content: '\10f4ae';
  color: #3048a1;
}

/* related post */

.similar_records ul {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  max-width: 800px;
}
.similar_records ul a {
  margin: 15px;
  border: 1px solid #05214E;
  padding-bottom: 0;
}

.related-link {
  display: flex;
  min-height: 50px;
  align-items: stretch;
  border-radius: 5px;
  position: relative;
  z-index: 1;
  box-shadow: 2px 2px 3px #333;
}

.related-icon {
  width: 48px;
  display: flex;
  background: #05214E;
  border-radius: 4px;
  flex-shrink: 0;
}

.related-icon i {
  margin: auto;
  color: #ffffff;
  font-size: 26px;
  line-height: 1;
}

.related-ancor {
  margin-left: 10px;
  align-self: center;
}

.related-link::before {
  position: absolute;
  content: '';
  width: 0%;
  height: 100%;
  border-radius: 3px;
  background: #08254b;
  transition: .3s cubic-bezier(0, 0.4, 0.42, 0.9);
  z-index: -1;
  top: 0;
  left: 0;
}

.related-link:hover::before {
  width: 100%;
}

.related-link:hover {
  color: #fff !important;
  text-shadow: 1px 1px rgb(49, 49, 49);
}

/* содержание */
.lwptoc {
  position: relative;
  padding-top: 0;
  max-width: 50%;
  margin-bottom: 20px;
  margin-top: 0 !important;
  margin-left: 0 !important;
  margin: 15px;
  }

  .lwptoc_header {
    padding: 0 15px;
  }

  .lwptoc .lwptoc_header a {
    display: inline-block !important;
    background: transparent !important;
    color: #fff !important;
    padding: 0 !important;
    text-shadow: 1px 1px rgb(80, 79, 79);
  }

  article .lwptoc .lwptoc_header a.lwptoc_toggle_label:hover {
    color: #72f13f !important;
  }

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

  .lwptoc_i {
    padding: 0 !important;
  }

  .lwptoc_header {
    color: #fff;
    text-shadow: 1px 1px rgb(99, 98, 98);
    text-align: center;
    font-size: 18px;
    background:#05214E;
  }

  .lwptoc_item {
    line-height: 1.4;
  }

  .lwptoc a {
    font-weight: bold;
    color: #fff !important;
    margin-top: 2px;
    display: block;
    padding: 3px 5px;
    background: #0092E3;
    text-shadow: 1px 1px rgb(49, 49, 49);
  }
  article .lwptoc .lwptoc_i a:hover {
    border-bottom: none !important;
    background: #00B400;
  }

  article .lwptoc_i div li.lwptoc_item a:hover {
    border-bottom: none !important;
  }

  @media (max-width: 600px) {
    .lwptoc {
      float: none !important;
      margin: 15px auto;
      max-width: 100%;
      display: block;
    }
  }

  .col-md-9 {
    width: 100%;
  }

  .terms-form input {
    position: relative;
    top: 1px;
  }

.comment-form-cookies-consent label {
    margin-left: 3px;
    top: 3px;
  }

#wp-comment-cookies-consent {
  position: relative;
  top: 3px;
}

.contacts p {
  margin-bottom: 10px;
}

.contacts a {
  margin-top: 5px;
  margin-bottom: 5px;
  display: inline-block;
  font-size: 18px;
  text-shadow: 1px 1px rgb(49, 49, 49);
  color: #EFC100;
}

.contacts a:hover {
  text-shadow: 1px 1px rgb(49, 49, 49);
  color: #FF003C;
}

@media (max-width: 468px) {
  .ordered {
    margin-left: 0;
  }
  ul.marked {
    padding-left: 18px;
  }
  img.custom-logo {
    max-width: 220px;
  }
  #masthead {
    padding-bottom: 0;
  }
}

/* consultation form */
.consultant-form {
  padding: 15px 25px 25px 25px;
  border: 2px solid #031C3D;
  background: rgba(0, 54, 112, 0.137);
  margin-bottom: 25px;
  position: relative;
  border-radius: 10px;
}

.form-header {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: 15px;
  color: #03224B;
  padding-bottom: 25px;
  position: relative;
}

.form-header::before {
  content: '';
  position: absolute;
  width: 200px;
  height: 2px;
  left: 50%;
  bottom: 5px;
  transform: translate(-50%);
  animation: animateBorder 1s cubic-bezier(.44,-0.48,.45,.9) .5s forwards;
}

@keyframes animateBorder {
  100% {width: 100%;}
}

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

.consultant-logo {
  width: 80px;
  height: 80px;
  background-size: contain;
  flex-shrink: 0;
}

.field-group { 
  position: relative;
  }

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

.consultant-bottom {
  display: flex;
  margin-top: 15px;
  align-items: flex-start;
}

.consultant-bottom button.btn {
  background: #FF3F0E !important;
  font-size: 16px;
  padding: 10px 20px;
  border-radius: 5px;
  transition: .3s ease;
  position: relative;
  overflow: hidden;
  text-transform: uppercase;
  line-height: 1;
  letter-spacing: 0;
}

.consultant-bottom button.btn::before {
  content: "";
  position: absolute;
  width: 40px;
  height: 100%;
  background-image: linear-gradient(to right bottom, transparent 15px, #fff 25px, #bcd1fe 30px, transparent 35px);
  left: 0;
  top: 0;
  transform: translate(-25px);
  opacity: 0;
  animation: btn linear 5s infinite;
}

@keyframes btn {
  0% {opacity: 0;}
  10% {opacity: 1; transform: translate(260px);}
  100% {opacity: 1; transform: translate(260px);}
}

.consultant-bottom button.btn:hover {
  background: #007CD1 !important;
  color: #ffffff !important;
}

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


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

.customize-input:focus { 
  background: white; 
  border: 2px solid #6FBCBE !important; 
  box-shadow: 0 0 1px 4px rgba(0,108,223, 0.205) !important;
  }


@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 #5A3F36 !important;
  border-bottom-color: #041C51 !important;
  border-radius: 3px 3px 0 0; 
  resize: vertical; 
  transition: .2s all; 
  box-sizing: border-box;
  height: auto;
  }

.customize-textarea:focus { 
  background: #fdfdfd !important; 
  border: 2px solid #73BFC1 !important; 
  box-shadow: 0 0 1px 4px rgba(0,108,223, 0.205) !important;
  }

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

.question-example { 
  padding: 5px 10px; 
  background: #05214E; 
  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: 2px solid #ff0000 !important;
  }

.tooltip { 
  z-index: 9999; 
  position: absolute; 
  background: #fa3f3f; 
  color: #fff; 
  font-weight: bold;
  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;
  line-height: 1.3;
  color: #000;
  margin-top: 5px;
  max-width: 390px;
  }
.privacy-text a {
  color: #CA0000;
  font-size: 14px !important;
  transition: .3s ease;
}

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

.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; 
  padding: 15px; 
  border-radius: 3px; 
  color: #003770;
  text-align: center;
  }

.success-notification .yurist-number {
  display: block;
  font-weight: bold;
  color: #0085EA;
  margin: 0 auto !important;
  max-width: 400px !important;;
}

.success-notification .yurist-number a span {
  font-size: 15px;
}

.success-notification .yurist-number a {
  line-height: 1.3;
  position: relative;
  top: 10px;
}

  .success-notification p {
    text-align: center !important;
    font-weight: bold;
    line-height: 1.2;
    color: #292929;
    font-size: 18px;
  }

  .success-notification p span {
    font-size: 14px;
    position: relative;
    top: 5px;
  }

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

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

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

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

.bottom-group {
  margin-right: 15px;
}

@media (max-width: 1025px) {
  .bottom-group {
    max-width: 360px;
  }
  .consultant-bottom {
    justify-content: space-between;
  }
  .privacy-text {
    line-height: 1.2;
    margin-top: 10px;
  }
}

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

@media (max-width: 560px) {
  .inline-field {
    flex-direction: column;
    align-items: center;
  }
  .field-inline-group:nth-child(2) {
    margin-left: 0 !important;
  }
  .field-inline-group {
    width: 100% !important;
  }
  .consultant-bottom .yurist-number {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .consultant-bottom .yurist-number b {
    margin-right: 0;
  }
}

.consultant .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;
  color: #000;
  max-width: 330px;
}

.yurist-number a {
  white-space: nowrap;
  color: #003770;
  transition: all .3s ease;
}

.yurist-number a:hover {
  color: #006CE0;
}

.yurist-number b {
  margin-right: 10px;
}


.yurist-number i {
  font-size: 20px;
}

.inline-field  {
  display: flex;
  align-items: center;
}

.field-inline-group {
  width: 45%;
}

.field-inline-group:nth-child(2) {
  margin-left: auto;
}

.reg-popup button:hover {
  background: none !important;
}

.popup-open {
  transform: translate(-50%, -50%) scale(1) !important;
}

.close-popup {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 28px;
  line-height: 1;
  transition: .3s ease;
}
.close-popup:hover {
  cursor: pointer;
  transform: rotate(90deg);
}
body {
  position: relative;
}

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

.modal-form {
  position: fixed;
  top: 50%;
  max-width: 680px;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  transition: .3s ease-in-out;
  z-index: 100000;
  background-color: rgb(217, 239, 248);
  background-image: url(/wp-content/uploads/green-gobbler.png);
}

.modal-form .form-header {
  padding-bottom: 0;
}

.modal-form .question-example {
  font-size: 14px;
}

@media (max-width: 660px) {
  .modal-form .customize-textarea {
    line-height: 1.2;
    font-size: 15px;
  }
  .modal-form .customize-input {
    font-size: 15px;
  }
  .modal-form {
    padding: 20px;
    width: 90%;
  }
  .modal-form .consultant-heading {
    width: 85%;
  }
}

@media (max-width: 360px) {
  .modal-form .question-example {
    display: none;
  }
}

.after-head {
  display: grid;
  grid-template-areas: 
  "a h s n"
  "a h e n";
  margin-top: 20px;
  grid-template-columns: 200px 1fr 1fr 240px;
  grid-column-gap: 10px;
  background-color: #f7f7f7;
  background-image: url(/wp-content/uploads/green-gobbler.png);
  padding: 10px;
}

.after-head a {
  font-weight: normal;
  color: #277b06;
}

.after-head .adres {
  grid-area: a;
  display: flex;
  flex-direction: column;
}

.after-head .site {
  grid-area: s;
  background: none;
}

.after-head .email {
  grid-area: e;
}

.after-head .office-hours {
  grid-area: h;
}

.after-head .number {
  grid-area: n;
}

.after-head .site span {
  word-break: break-all;
}

.after-head .number a {
  display: block;
  padding: 10px 15px;
  background: #3596dc;
  color: #ffffff;
  text-align: center;
  transition: .3s ease;
  font-weight: bold;
  text-shadow: 1px 1px black;
}

.after-head .number a:hover {
  background: #00B400;
}

.after-head .number a i {
  color: #ffffff;
}

.after-head i {
  color: #288603;
  font-weight: 600;
}

@media (max-width: 768px) {
  .after-head {
    grid-template-areas: 
    "a"
    "s"
    "e"
    "h"
    "n";
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
    grid-gap: 10px;
  }
  .adres a {
    margin-top: 5px;
  }
}

span.info {
  color: #949494;
  font-size: 14px;
  margin-left: 10px;
  font-style: italic;
  font-weight: lighter;
  line-height: 1.2;
}

@media (max-width: 1000px) {
  .search-no-results .widget_search {
    display: none;
  }
}


.header-phone {
  font-size: 15px;
  align-self: center;
}

@media (max-width: 576px) {
  .header-phone {
    width: 100%;
  }
}

.header-phone-paragraph {
  margin-bottom: 0;
  color: rgb(59, 59, 59);
}

.header-phone-link {
  font-size: 17px;
  color: #006CE0;
  border-bottom: 1px dashed #006CE0;
}

.site-branding {
  display:flex; 
  justify-content: space-between;
  flex-wrap: wrap;
}

.custom-logo-link {
  margin-left: 0;
}

@media (max-width: 768px) {
  .custom-logo-link {
    margin: 0 auto;
  } 
}

@media (max-width: 576px) {
  #masthead {
    padding-top: 10px;
  }
}