/**
 * 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: 'Montserrat', sans-serif !important;
}

blockquote, .warning {
margin: 0;
color: #000;
padding: 20px 20px 20px 90px;
position: relative;
font-style: italic;
font-weight: 400;
font-size: 16px;
letter-spacing: 1px;
margin-bottom: 15px;
min-height: 110px;
transition: 0.3s all ease;
position: relative;
border-radius: 8px;
    border-left: 2px solid #000;
    border-right: 2px solid #000;
    border-top: 2px solid transparent;
    border-bottom: 2px solid transparent;
    background-color: transparent;
    background-position: 0 0,0 100%;
    background-repeat: no-repeat;
    background-size: 100% 2px;
    background-image: linear-gradient(to right,#000 0, transparent 50%,#000 100%),linear-gradient(to right,#000 0, transparent 50%,#000 100%);
    background-color: #F8F8F8;
}


blockquote p {
margin-top: 0;
}

blockquote:before {
	 font-family: "Font Awesome 5 Free";
        font-weight: 900;
        content: "\f05a";
        position: absolute;
        left: 10px;
        top: 0;
        font-size: 56px;
        font-style: normal;
        color: #00DB00;
        transition: 0.3s all ease;
}

blockquote:hover:before {
  color: #000;
}


.warning {
min-height: 80px;
font-weight: 400;
padding-left: 90px;
}

.warning:hover {
    transition: 0.3s all ease;
}

blockquote.warning:before {
content: '';
background-image: url(/wp-content/themes/eightydays-lite/images/bg-bq-warning.png);
background-repeat: no-repeat;
background-size: 55%;
width: 100px;
height: 100px;
position: absolute;
top: 10px;
left: 10px;
opacity: 1;
}

@media (max-width: 400px) {
	blockquote.warning::before {
		height: 70px;
		width: 70px;
		top: 5px;
		left: 42%;
	}
	blockquote.warning {
		padding-left: 15px;
		padding-top: 40px;
		text-align: center;
	}

  blockquote {
    padding-left: 15px;
    text-align: center;
    padding-top: 60px;
  }

  blockquote::before {
    top: -20px;
    left: 38%;
	
  }
}

  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: 2px solid #000;
  width: 100%;
  color: #000;
  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: #000;
  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: #0072BD !important;
  text-decoration: none;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
: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: 0 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: 13px;
  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: 15px 0;
}
/* 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;
}
.site-description {
  text-transform: uppercase;
  font: 500 18px/1 Poppins, sans-serif;
  letter-spacing: 2px;
  color: #818181;
  font-weight: bold;
}


.header-widget a {
  position: relative;
  transition: .3s;
}
.header-widget .login {
  color: #000;
  font-weight: bold;
  font-size: 21px;
}

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

.header-widget a::before {
  content: '';
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #000000;
  opacity: 0;
  transition: .3s;
}

.header-widget a:hover::before {
  opacity: 1;bottom: -2px;
}

.main-menu {
  margin: 0;
  padding: 0;
  list-style: none;
  transition: .3s all ease;
  z-index: 99;
}

.parent {
  font-size: 18px;
  font-weight: bold;
}

.parent:hover {
  cursor: pointer;
  color: #007739;
}

.parent i {
  font-size: 32px;
}

.main-menu > li {
  position: relative;
  display: inline-block;
  margin-right: -4px;
  transition: .3s all ease;
}

.main-menu a {
  display: block;
  margin-left: -1px;
  padding: 8px 10px;
  color: #007739;
  border-left: 1px solid #e5e5e5;
  transition: .3s all ease;
}

.main-menu a:hover {
  background-color: #000;
  color: #fff;
  transition: .3s all ease;
}

.main-menu .sub-menu {
  position: absolute;
  left: 1px;
  margin: 0;
  width: 185px;
  padding: 0;
  list-style: none;
  background: #fff;
  opacity: 0;
  transition: .3s all ease;
  z-index: 99;
}

.main-menu .sub-menu i {
  font-size: 18px;
}

.main-menu .sub-menu a {
  margin-bottom: -1px;
  border: 1px solid #e5e5e5;
  font-size: 18px;
}


.main-menu > li:hover .sub-menu {
  opacity: 1;
  transition: .3s all ease;
}

@media (max-width: 600px) {
  .main-menu .sub-menu {
    opacity: 1;
    display: none;
  }
  .main-menu > li:hover .sub-menu {
    display: block;
  }
}

.header-widget .support-phone {
  font-weight: bold;
  color: #4E44A1;
  font-size: 18px;
}

.header-widget .support-phone:hover {
}

.header-widget .support-text {
  font-size: 17.5px;
  font-weight: bold;
}

.header-widget .support-phone img {
  width: 17px;
  position: relative;
  bottom: 2px;
  margin-right: 5px;
}


/* Primary menu */
.main-navigation {
  margin-top: 15px;
  background: linear-gradient(to right, #00D00D, #00D00D, #00D00D);
}

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

.primary-menu li a,
.top-bar-menu li a {
  color: #000;
  font-weight: bold;
  padding: 10px 20px;
  display: block;
  font-size: 18px;
  transition: all .3s;
  position: relative;
  z-index: 1;
}
.primary-menu li a::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  border: 1px solid #000;
  transform: scale(0);
  transition: .3s ease 0s, background .3s ease .3s;
  opacity: 0;
}
.primary-menu li a:hover::before {
  transform: scale(1);
  opacity: 1;
  background: #000000;
}
.primary-menu a:hover,
.top-bar-menu a:hover {
  color: #ffffff;
  transition: color .3s ease .3s;
}
.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 {
  text-decoration: none;
  font-weight: bold;
  background: #000;
  color: #fff;
}

.primary-menu li.current-menu-item {

}

.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 {
}
.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: #000;
  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: 20px;
}

#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: 0;
}
.entry-media img {

}

.center-cropped {
  width: 100%;
  height: 250px;
  overflow: hidden;
}

.center-cropped img {
  min-height: 100%;
  min-width: 100%;
  position: relative;
  bottom: 25%;
}

.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;
  padding-right: 15px;
}
.entry-content a {
  padding-bottom: 1px;
  color: #0645d6;
  font-weight: 900;
}

.entry-content a:hover {
  color: #000;
  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 #D7C3EA;
  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 {

}
.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: 30px;
  margin-right: 30px;
}
.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: #fff;
  display: inline-block;
  padding: 0 15px;
  background: #5534A6;
  border-radius: 2px;
}
.comment-reply-link:hover {
  background: #FFBE00;
}
/* 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:not(.widget_search) {
  font-size: 14px;
  margin-bottom: 40px;
  text-align: center;
  padding: 15px;
  background-color: #fff;
  border: 1px solid rgb(226, 226, 226);
  box-shadow: 0px 14px 13px -5px #908f8f;
}

.widget p, 
.widget a {

}

@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 {
  font-weight: bold;
  display: inline-block;
  margin-top: 10px;
  font-size: 18px;
  line-height: 1.2;
}

.widget-title {
  font-size: 20px;
  position: relative;
  line-height: 1.2;
  margin: 0 !important;
  margin-bottom: 15px !important;
  border-bottom: 4px solid #000;
}

.widget-title span {
  display: block;
  padding: 8px 10px;
  position: relative;
  color: #000;
  font-weight: bold;
  background: #fff;
}
/* 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 {
  font-size: 14px;
  color: #fff;
  background: #000;
}

.flex {
  display: flex;
}

.flex-wrap {
  display: flex;
  flex-wrap: wrap;
}

.flex-col {
  display: flex;
  flex-direction: column;
}

.full-width {
  width: 100%;
}

.site-info .container {
  padding: 25px;
}

.top-footer {
  border-bottom: 1px solid #333;
  padding-bottom: 25px;
}

.top-footer > * {
  min-width: 300px;
}

.top-right > * {
  min-width: 300px;
}


.top-left a {
  color: #fff;
  text-align: left;
  font-size: 20px;
  line-height: 1.2;
  margin-bottom: 15px;
  font-weight: bold;
  transition: .3s;
}

.top-left a:hover {
  color: #62d135;
}

.top-right {
  align-self: start;
}

.top-right b {
  font-size: 20px;
  line-height: 1.2;
}

.top-right p {
  font-size: 16px;
}

.top-right a {
  color: #fff;
  font-size: 20px;
  transition: .3s ease;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 15px;
}

.top-right a:hover {
  color: #62d135;
}

.top-right .soc a {
  margin: 5px;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  border: 2px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.top-right .soc a:hover {
  background: #62d135;
  color: #000;
}

.top-right a:hover {
  border-color: #62d135;
}

span.small {
  font-size: 14px;
  color: #d3effd;
}

.bottom-footer {
  padding-top: 25px;
  color: #c3c3c3;
}

.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 {
  text-align: left;
  width: 100%;
}

.site-info .credit > * {
  width: 50%;
}

.site-info .credit .rek {
  width: 60%;
  line-height: 1.25;
}

.site-info .credit .info {
  width: 33%;
}

.credit a {
  color: #fff !important;
  font-weight: bold;
  transition: .3s;
}
.credit a:hover {
  color: #62d135 !important;
}
#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;
  transition-delay: .3s;
  transition-timing-function: linear;
  transition-duration: .3s;
}
.mobile-sidebar {
  width: 320px;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 1;
  overflow: auto;
  background: #000;
  padding: 20px;
  transition-delay: .3s;
  transition-timing-function: linear;
  transition-duration: .3s;
}
.admin-bar .mobile-sidebar {
  top: 32px;
}
@media (max-width: 782px) {
  .admin-bar .mobile-sidebar {
    top: 46px;
  }
  .mobile-sidebar {
    margin-bottom: 0 !important;
  }
}
.mobile-sidebar ul {
  list-style: none;
  padding: 0;
  line-height: 40px;
}
.mobile-sidebar a {
  color: #ffffff;
  font-size: 16px;
  font-weight: bold;
}
.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 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-delay: .3s;
  transition-timing-function: linear;
  transition-duration: .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 {
  margin-top: 0;
}

.site-branding {
  text-align: left;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media (max-width: 600px) {
  .site-branding {
    text-align: center;
  }
  .header-widget {
    text-align: center;
  }
 
  .custom-logo {
    margin-bottom: 0;
  }
  .site-info .credit > * {
    width: 100% !important;
  }
  .site-info .credit .rek {
    text-align: left !important;
  }
}

@media (max-width: 460px) {
  aside {
    margin-bottom: 20px;
  }
}

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

.center {
  margin-top: 15px;
  text-align: center;
  margin-bottom: 15px;
}
.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 .widget-btn {
  padding-top: 8px;
  padding-bottom: 8px;
}

.widget-btn {
  display: inline-block;
  position: relative;
  padding: 5px 15px;
  font-size: 18px;
  transition: all .2s linear;
  border-radius: 8px;
    border-left: 2px solid #69cbfb;
    border-right: 2px solid #eb767b;
    border-top: 2px solid transparent;
    border-bottom: 2px solid transparent;
    background-color: transparent;
    background-position: 0 0,0 100%;
    background-repeat: no-repeat;
    background-size: 100% 2px;
    background-image: linear-gradient(to right,#69cbfb 0,#8f9ff1 50%,#eb767b 100%),linear-gradient(to right,#69cbfb 0,#8f9ff1 50%,#eb767b 100%);
    color: #443c3c;
}

.widget-btn:after {
  content: '';
    position: absolute;
    width: 0;
    height: 96%;
    border-radius: 5px;
    top: 50%;
    left: 50%;
    z-index: -1;
    background: linear-gradient(to right,#69cbfb 0,#8f9ff1 50%,#eb767b 100%),linear-gradient(to right,#69cbfb 0,#8f9ff1 50%,#eb767b 100%);
    opacity: 0;
    transition: all .3s;
    transform: translateX(-50%) translateY(-50%);
}

.widget-btn:hover {
	color: #000 !important;
	transition: all .2s linear;
}

.widget-btn:hover:after {
  width: 101%;
    opacity: 1;
    transition: all .3s;
}


.content-btn {
  display: inline-block;
  position: relative;
  padding: 5px 15px;
  padding-bottom: 6px !important;
  font-size: 18px;
  transition: background .2s linear, color .2s linear;
  border-radius: 8px;
    border-left: 2px solid #110581;
    border-right: 2px solid #110581;
    border-top: 2px solid transparent;
    border-bottom: 2px solid transparent;
    background-color: transparent;
    background-position: 0 0,0 100%;
    background-repeat: no-repeat;
    background-size: 100% 2px;
    background-image: linear-gradient(to right,#110581 0,#E70000 50%,#110581 100%),linear-gradient(to right,#110581 0,#E70000 50%,#110581 100%);
}
.center .content-btn:not(:only-child) {
  margin-bottom: 10px;
}

.content-btn:after {
  content: '';
    position: absolute;
    width: 0;
    height: 96%;
    border-radius: 5px;
    top: 50%;
    left: 50%;
    z-index: -1;
    background: linear-gradient(to right,#110581 0,#E70000 50%,#110581 100%),linear-gradient(to right,#110581 0,#E70000 50%,#110581 100%);
    opacity: 0;
    transition: all .3s;
    transform: translateX(-50%) translateY(-50%);
}

.content-btn:hover {
  color: #fff !important;
  transition: all .2s linear;
  text-shadow: 1px 1px #000;
}

.content-btn:hover:after {
  width: 101%;
    opacity: 1;
    transition: all .3s;
}



.feedback {
	font-size: 16px !important;
}


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

h2 a {
  color: #4E44A1 !important;
}

h2 a:hover {
  color: #e0a400 !important;
}


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


.ordered {
    margin-bottom: 8px;
    list-style: none;
    counter-reset: li;
    clear: both;
    margin-left: 0;
    padding-left: 0;
}    
.ordered > li {
    position: relative;
    padding:8px 20px 8px 28px;
    margin:12px 0 12px 40px;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    /* font-style: italic; */
}
.ordered li:hover {

}
.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: #000;
    counter-increment: li;
    content: counter(li);
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
}
.ordered > li:hover:before {
    width:46px;
    background: #00CF00;
    color: #000000;
}
.ordered > li:after {
    position: absolute;
    left: 0;
    top: 4px;
    content: "";
    height: 0;
    width: 0;
    border: 16px solid transparent;
    border-left-color: #000;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s
}
.ordered > li:hover:after {
    margin-left: 6px;
    border-left-color: #00CF00;
}

.ordered .custom-ul {
  margin: 0;
  padding: 0;
  margin-top: 10px;
}

.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 {
padding-top: 0;
margin: 0 !important;
margin-bottom: 20px;
margin-top: 0 !important;
/* padding: 15px; */
/* background-color: #fff; */
/* border: 1px solid rgb(226, 226, 226); */
/* box-shadow: 0px 14px 13px -5px #908f8f; */
}

.lwptoc .lwptoc_toggle_label {
  display: inline !important;
  background: none !important;
  color: #000 !important;
  padding: 0 !important;
  margin: 0 !important;
}

.lwptoc .lwptoc_toggle_label:hover {
  color: #FF0000 !important;
}

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

.lwptoc_i {
  padding: 0 !important;
}

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

.lwptoc_header {
  color: #000;
  text-align: center;
  font-size: 18px;
  position: relative;
  line-height: 1.2;
  padding-bottom: 10px;
}

.lwptoc_header:before {
  content: '';
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: linear-gradient(to right,#000 0,#fff 50%,#000 100%);
}

.lwptoc_item {
	line-height: 1.4;
}

.lwptoc a {
  font-weight: bold;
  color: #000 !important;
  margin-top: 2px;
  padding: 3px 5px;
  font-size: 15px !important;
  position: relative;
  padding-left: 25px;
  transition: .3s;
}

.lwptoc a::before {
  content: '\f00c';
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 16px;
  color: #00CF00;
}

.lwptoc_i a:hover {
  color: #0645d6 !important;
}

body .lwptoc-notInherit .lwptoc_i DIV A:hover {
  border: none !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 {
  margin: 0;
  padding: 0;
  margin-bottom: 10px;
}

.mobile-app.center {
  float: none;
}

.mobile-app img {
  width: 180px;
  transition: all .3s ease;
  margin-right: 15px;
}

.mobile-app a {
  display: inline-block;
}

.mobile-app {
  float: left;
}



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

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

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

.phone-descr {
  font-size: 14px;
}

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

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

.social a:hover > i {
  color: #FF0078 !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;
}



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

.custom-ul li::before {
	position: absolute;
  background: #00CF00;
  color: #000 !important;
  content: '\f111';
  font-size: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  width: 30px;
  height: 30px;
  border-radius: 50%;
	left: 5px;
  transition: all 0.3s ease;
  font-family: "Font Awesome 5 free";
  font-weight: 600;
}


.custom-ul li {
  list-style: none;
  padding-left: 45px;
  transition: all 0.3s ease;
  border: 3px dashed #fff;
}

.custom-ul li:hover:before {
  background: #FF1A1A;
  color: #ffffff !important;
}

@media (max-width: 600px) {
	#main {
		margin-top: 15px;
	}
  .widget-btn {
    display: inline-block;
  }
  .header-widget {
    margin-top: 15px;
    position: relative;
    display: block;
  }

  .header-btn:before {
  	position: relative;
  	left: -15px;
  }
  .header-btn:hover:before {
  	left: -5px;
  }
}


.politika-konf {
  color: #0E44B5 !important;
  font-weight: bold !important;
}

.politika-konf:hover {
	text-decoration: underline !important;
}

.terms-form #ag_login_accept {
  margin-right: 5px;
}

figure {
  margin-bottom: 15px;
}

.entry-content img {
  clear: both;
}


.social {
  float: right;
  margin-top: 10px;
  }

@media (max-width: 768px) {
  .table-wrapper {
    overflow-x: scroll;
  }
}

.kredit-table th {
	background: #110581;
	color: #fff;
	vertical-align: middle;
	padding: 10px;
}

.kredit-table td {
  min-width: 150px;
}

.kredit-table {
	text-align: center;
	margin: 0 auto;
}

.kredit-table p {
	margin: 0;
	padding: 0;
}

.table-container {
	margin: 0 auto;
}

.widget-ul {
	text-align: left;
}

.widget-ul li {
	position: relative;
	padding-left: 25px;
	margin-bottom: 5px;
	font-style: italic;
}

.widget-ul li:before {
	    font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\f00c";
	    position: absolute;
	    left: 0;
	    color: #3D8AE9;
}

.widget-ul li:nth-child(even):before {
	color: #FB0E7D;
}

@media (max-width: 768px) {
	.mobile-app, .social {
		display: inline-block;
		float: none;
		min-width: 60%;
	}

  .mobile-app a {
    margin-bottom: 10px;
  }
	.site-info .credit {
		margin-bottom: 0;
	}
}

#secondary {
  padding-left: 25px !important;
  padding-right: 25px !important;
  width: 30% !important;
}

#content {
  width: 70% !important;
  margin-bottom: 70px;
}

.site-main .row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.site-main .row > * {
  flex-grow: 1;
  padding-top: 30px;
}

.phone-link {
  font-size: 26px;
  color: #000;
  transition: .3s ease;
}

.simple-btn {
  padding: 8px 35px !important;
  display: inline-block;
  border-radius: 5px;
  background: #00C40B;
  color: #fff !important;
  font-weight: bold;
  font-size: 20px;
  transition: .3s ease;
  box-shadow: 0px 0px 6px 2px #419c1d;
}

.simple-btn:hover {
  color: #00C40B !important;
  background: #F7F7F7;
  box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.596);
}

.login-btn {
  background: #7d00d4;
  border-color: #7d00d4;
}


.offer-widget ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.offer-widget ul li {
  flex-grow: 1;
  width: 280px;
  display: flex;
  align-items: center;
}

.offer-widget ul li > * {
  margin: 10px;
}

.offer-widget ul li i {
  font-size: 40px;
  color: #0645d6;
  filter: drop-shadow(1px 1px 1px #0449d49f);
  min-width: 48px;
}

.offer-widget .item-wrapper {
  font-size: 18px;
  color: #000000;
  text-align: left;
  text-shadow: 1px 1px 1px rgb(206, 206, 206);
}

.offer-widget .item-wrapper span {
  color: #0645d6;
  font-weight: bold;
  font-size: 22px;
}

@media (max-width: 1000px) {
  .site-branding {
    flex-direction: column;
  }
  .site-main .row {
    flex-direction: column;
    align-items: center;
  }
  img.custom-logo {
    max-width: 210px;
  }
  .phone-link {
    font-size: 22px;
  }
  .header-widget {
    margin-top: 15px;
  }
  .top-footer {
    align-items: center;
    justify-content: center;
  }
  .top-right {
    justify-content: center;
  }
  .top-left a {
    text-align: center;
  }
  .top-right .wrapper {
    align-items: center;
    justify-content: center;
  }
  .simple-btn {
    font-size: 18px !important;
    line-height: 1.3;
  }

  #content {
    width: 90% !important;
    margin-bottom: 0;
    padding-top: 0;
  }
  #secondary {
    width: 100% !important;
    margin: 0;
  }
  .container {
    padding-left: 0;
    padding-right: 0;
  }
  .top-bar {
    margin-left: 10px;
    position: absolute;
  }
}

/*Карусель отзывов*/
#secondary .review-card-item {
  padding: 0;
}

#text-5 {
  padding: 0;
}

#secondary .review-card-wrapper {
  padding: 15px;
}
.owl-dots {
  display: none;
}
.review-card-wrapper {
  margin: 20px -10px;
  display: flex;
  flex-wrap: wrap;
}

.review-card-wrapper > div {
  flex-grow: 1;
  margin: 10px;
  width: 250px;
}

.reviev-card-author > div {
  margin: 10px;
}

.review-card-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 25px;
  justify-content: flex-start;
}

.review-card-item ul {
  text-align: left;
}

.review-card-avatar img {
  border-radius: 50%;
  max-width: 80px;
}

.review-card-rate {
  display: flex;
}

.reviev-card-author {
  display: flex;
  width: 100%;
  justify-content: center;
  line-height: 1.3;
  align-items: center;
}

.reviev-card-author .name {
  font-weight: bold;
  font-size: 18px;
}

.reviev-card-author .date {
  font-size: 14px;
  color: #969696;
}

.reviev-card-description {
  text-align: center;
}

.fa-rate-active {
  color: #FFC15B;
}

.fa-rate-noactive {
  color: #d5d5d5;
}

.reviews .owl-nav.disabled {
  display: block;
}
.owl-nav {
  font-size: 24px;
  /* margin-top: 20px; */
}

.owl-nav button:hover {
  background: none !important;
  color: #ff0000 !important;
}
.owl-stage {
  display: flex;
}

.owl-stage .owl-item {
  height: 100%;
  display: block;
}

.owl-stage .owl-item .review-card-item {
  min-height: 270px;
}
.review-card-name {
  text-align: left;
}

@media (max-width: 1200px) {
  .review-card-avatar img{
    max-width: 50px;
  }

  .review-card-avatar {
  flex-basis: 60px;
  }
}

@media (max-width: 1000px) {
  .reviev-card-author {
    flex-direction: column;
  }
  .review-card-name .date,
  .review-card-name .name {
    text-align: center;
  }
  .review-card-rate {
    margin-top: 5px;
  }
  .review-card-avatar img{
    max-width: 60px;
  }
}

@media (max-width: 660px) {
  .reviev-card-author > div {
    margin: 0;
  }
  .entry-content {
    padding-right: 0;
  }
  .header-widget:nth-child(2) {
    display: none;
  }
  .widget_lpwtoc_widget {
    display: none;
  }
}

.offer-block {
  border: 1px solid #000;
  min-height: 150px;
  background: #e6e6e6;
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px;
}

.offer-block b {
  font-size: 20px;
  margin-bottom: 5px;
}

.offer-block::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 0;
  border-top: 50px solid transparent;
  border-right: 300px solid transparent;
  border-bottom: 60px solid transparent;
  border-left: 300px solid #0089ff;
  z-index: -1;
}


.offer-block::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border-top: 50px solid transparent;
  border-right: 300px solid #FF7800;
  border-bottom: 60px solid transparent;
  border-left: 300px solid transparent;
  z-index: -1;
}

@media (max-width: 768px) {
  .offer-block::after,
  .offer-block::before {
    border-top-width: 30px;
    border-right-width: 200px;
    border-bottom-width: 30px;
    border-left-width: 200px;
  }
}

.offer-block .wrapper {
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
  line-height: 1.3;
}

.times {
  color: rgb(235, 13, 13);
}

.faq .item {
  border: 1px solid #000;
}

.faq .item:not(:last-child) {
  border-bottom: none;
}

.faq .question::after {
  position: absolute;
  content: '\f063';
  font-family: "Font Awesome 5 Free";
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 20px;
  color: #333333;
  transition: .3s linear;
}

.faq .question {
  display: block;
  transition: .3s linear;
  padding: 10px;
  position: relative;
  padding-right: 30px;
}

.faq .question:hover {
  cursor: pointer;
  background: #dddddd;
  color: #E70000;
}

.faq .answer {
  transition: .3s linear 0s, background .3s linear .3s;
  opacity: 0;
  max-height: 0;
  margin: 0;
  padding: 0;
}

.faq .item.active .answer {
  max-height: 350px;
  opacity: 1;
  padding: 10px;
  background: #dddddd;
  transition: .3s linear 0s, background .3s linear 0;
}

.faq .item.active .question {
  background: #dddddd;
  color: #E70000;
}

.faq .item.active .question::after {
  transform: translateY(-50%) rotate(180deg);
  color: #e70000;
}