/*
Theme Name: Toptracking
Author: Inna M

Version: 1.0
*/

/*! normalize.css v2.1.2 | MIT License | git.io/normalize */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
a {
  background: transparent;
}
a:focus {
  outline: thin dotted;
}
a:active,
a:hover {
  outline: 0;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: 700;
}
dfn {
  font-style: italic;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
mark {
  background: #ff0;
  color: #000;
}
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}
pre {
  white-space: pre-wrap;
}
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}
button,
input {
  line-height: normal;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
.wp-post-image {
      float: left;
      padding-right: 20px;
}
body {
  font-family: Arial, sans-serif;
  background-color: #fff;
  font-size: 14px;
  color: #798282;
  line-height: 1;
}

a {
  text-decoration: none;
  outline: none;
  color: inherit;
}

.aligncenter {
  text-align: center;
}

.alignleft {
  float: left;
  margin-right: 15px;
}

.alignright {
  float: right;
  margin-left: 15px;
}

.logo {
  margin: 24px 0 10px;
}

.main {
  font-weight: 300;
  line-height: 1.5em;
  margin-top: 80px;
}

.main .content {
  padding-top: 54px;
}

.breadcrumbs + .content {
  padding-top: 0;
}

.has-sitebar {
  width: 750px;
  margin: 0 50px 0 0;
  float: left;
}

.sitebar {
  width: 170px;
  float: left;
}

.main a {
  font-weight: 600;
  text-decoration: underline;
}

.main a:visited {
  color: #67666b;
}

.main a:hover {
  color: #000;
}

blockquote {
  padding: 10px 0 0 40px;
  margin-left: 0;
  position: relative;
}

blockquote:before {
  display: inline-block;
  content: "“";
  color: #4eb4df;
  font-size: 62px;
  position: absolute;
  left: 0;
  top: 35px;
}

/*Clearfix----------------*/

.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  line-height: 0;
  content: "";
}
.clearfix:after {
  clear: both;
}

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

.entry-content h2 {
  color: #424147;
  line-height: 1em;
  font-size: 28px;
}

.entry-content h3 {
  font-size: 24px;
  color: #474c4d;
}

/* HEADER */
.head {
  width: 100%;
  position: absolute;
  top: 0;
  background-color: #000;
}

.head .flex-left {
  float: left;
}
.head .flex-right {
  float: right;
}

/*Breadcrumbs*/

.page .breadcrumbs {
  position: absolute;
  top: 245px;
}

.breadcrumbs a {
  font-weight: normal;
}

.breadcrumb_last {
  color: #4eb4df;
  font-weight: normal;
}

/* MAIN NAVIGATION*/

.menu-main-menu-container {
  float: right;
}

.menu {
  margin: 10px 0;
  padding-left: 0;
}

.head .menu > .menu-item {
  display: inline-block;
  margin: 0 10px;
  position: relative;
}

.head .menu > .menu-item {
  padding: 24px 0;
}

.head .menu > .menu-item > a {
  display: block;
  color: #a7a7a7;
  padding: 5px 15px;
  border-radius: 22px;
  font-size: 14px;
  text-transform: uppercase;
  -webkit-transition: background-color 200ms linear;
  -moz-transition: background-color 200ms linear;
  transition: background-color 200ms linear;
}

.head .menu > .menu-item-has-children > a {
  padding-right: 25px;
}
.head .menu > .menu-item-has-children:after {
  display: inline-block;
  content: "";
  width: 4px;
  height: 4px;
  position: absolute;
  right: 12px;
  top: 50%;
  margin-top: -4px;
  border-left: 2px solid #a7a7a7;
  border-bottom: 2px solid #a7a7a7;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.head .menu > .menu-item:hover > a {
  background-color: #2e2e2e;
  color: #fff;
}

.head .menu > .menu-item-has-children:hover:after {
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
}

.head .menu > .menu-item:hover > .sub-menu {
  display: block;
}

/*BUTTONS--------------*/

.button,
a.button,
a.button:visited,
input[type="submit"] {
  color: #fff;
  padding: 7px 2em;
  border: 1px solid transparent;
  border-radius: 22px;
  display: inline-block;
  white-space: nowrap;
  -webkit-transition: background-color 200ms linear;
  -moz-transition: background-color 200ms linear;
  transition: background-color 200ms linear;
}

.button:not(.disabled),
input[type="submit"] {
  background-color: #4eb4df;
}

.button.disabled,
.button.disabled:visited {
  background-color: #e8e7ea;
  color: #67666b;
}

.button.disabled:hover {
  border-color: #67666b;
  background-color: #fff;
  color: #67666b;
}

.button:hover,
a.button:hover,
input[type="submit"]:hover {
  background-color: #fff;
  border-color: #4eb4df;
  color: #4eb4df;
}

.button.big-btn {
  padding: 12px 3em;
  font-size: 22px;
  margin: 2em 0;
}

.button.green,
.button.green:visited,
input[type="submit"] {
  color: #fff;
  padding: 7px 2em;
  border: 1px solid transparent;
  border-radius: 22px;
  display: inline-block;
  -webkit-transition: background-color 200ms linear;
  -moz-transition: background-color 200ms linear;
  transition: background-color 200ms linear;
}

.button.green:not(.disabled),
input[type="submit"] {
  background-color: #74af61;
}

.button.green.disabled,
.button.green.disabled:visited {
  background-color: #e8e7ea;
  color: #67666b;
}

.button.green.disabled:hover {
  border-color: #67666b;
  background-color: #fff;
  color: #67666b;
}

.button.green:hover,
input[type="submit"]:hover {
  background-color: #fff;
  border-color: #74af61;
  color: #74af61;
}

.button.red,
.button.red:visited,
input[type="submit"] {
  color: #ffffff;
  text-decoration: none;
  padding: 7px 2em;
  border: 1px solid transparent;
  border-radius: 22px;
  display: inline-block;
  -webkit-transition: background-color 200ms linear;
  -moz-transition: background-color 200ms linear;
  transition: background-color 200ms linear;
}

.button.red:not(.disabled),
input[type="submit"] {
  background-color: #e12e54;
}

.button.red.disabled,
.button.red.disabled:visited {
  background-color: #e8e7ea;
  color: #67666b;
}

.button.red.disabled:hover {
  border-color: #67666b;
  background-color: #ffffff;
  color: #67666b;
  text-decoration: none;
}

.button.red:hover,
input[type="submit"]:hover {
  background-color: #ffffff;
  border-color: #e12e54;
  color: #e12e54;
}

.button.red.big-btn {
  padding: 12px 3em;
  font-size: 22px;
  margin: 2em 0;
}
/*---------------------*/

/*HOME-----------------*/

.home .breadcrumbs {
  display: none;
}

.page-template,
.page-template-default {
  background: url(https://www.toptrackingapps.com/wp-content/uploads/2017/10/header-bg.jpg)
    no-repeat 50% 0;
}
.page-template .head,
.page-template-default .head {
  background-color: transparent;
}

.page-template .entry-header,
.page-template-default .entry-header {
  position: relative;
}

.page-template .entry-title,
.page-template-default .entry-title {
  text-align: center;
  font-size: 40px;
  font-weight: normal;
  margin-top: -26px;
  margin-bottom: 0;
  color: #fff;
  line-height: 1em;
}

p.description {
  color: #fff;
  font-size: 14px;
  text-transform: none;
  position: absolute;
  top: -145px;
  font-weight: 100;
  line-height: 2em;
  text-align: center;
  margin: 0 16%;
}

.page-template .entry-content,
.page-template-default .entry-content {
  margin-top: 156px;
  position: relative;
}

/*------Review table----------*/

.table-wrapper {
  overflow: auto;
}

.review-table {
  width: 970px;
}

.review-table th {
  font-weight: normal;
  border-top: 1px solid #e0e2e2;
}

.review-table tr {
  border-top: 1px solid #e0e2e2;
  border-bottom: 1px solid #e0e2e2;
}

.review-table td {
  padding: 5px;
  border-left: 1px solid #e0e2e2;
}
.review-table td:first-child {
  border-left: none;
}

.review-table .number {
  font-weight: bold;
  font-size: 46px;
  color: #d3d3d3;
}
.review-table .number.__active {
  color: #4eb4df;
}

.review-table .center {
  text-align: center;
}

.review-table .button {
  padding: 3px 1em;
  font-weight: normal;
}

.review-table .more {
  font-weight: normal;
  color: #41abd8;
  text-decoration: underline;
}

.rating {
  display: block;
  background: url(img/icons.png) no-repeat;
  width: 84px;
  height: 18px;
  background-position: 0 -66px;
  color: transparent;
  position: relative;
}

.rating:after {
  display: block;
  content: "";
  width: 84px;
  height: 18px;
  background: url(img/icons.png) no-repeat;
  background-position: 0 -48px;
  position: absolute;
  top: 0;
}

.rating.rat1:after {
  width: 73px;
}
.rating.rat2:after {
  width: 65px;
}
.rating.rat3:after {
  width: 57px;
}
.rating.rat4:after {
  width: 49px;
}

.yes,
.no {
  display: inline-block;
  width: 25px;
  height: 25px;
  background: url(img/icons.png) no-repeat;
  color: transparent;
}

.yes {
  background-position: -24px -21px;
}

.no {
  background-position: 2px -21px;
}

.price {
  color: #798282;
  font-size: 20px;
}

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

.list_group {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  -webkit-column-count: 5; /* Chrome, Safari, Opera */
  -moz-column-count: 5; /* Firefox */
  column-count: 5;
}

.list_group li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 15px;
}

.list_group li:before {
  display: inline-block;
  content: "";
  width: 7px;
  height: 7px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -4px;
  border-left: 2px solid #4eb4df;
  border-bottom: 2px solid #4eb4df;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

/*-------Single navigation------*/

.navigation {
  padding-bottom: 50px;
}

.nav-single {
  padding-top: 30px;
  border-top: 2px dotted #e5e5e5;
  position: relative;
}

.nav-previous a,
.nav-next a,
.nav-previous a:visited,
.nav-next a:visited {
  font-weight: bold;
  color: #4eb4df;
  width: 300px;
  display: inline-block;
  text-decoration: none;
}

.nav-next {
  float: right;
}

.nav-previous a:hover,
.nav-next a:hover {
  color: #2b657d;
}

/*COMMENTS, CONTANTS FORM--------------*/

.comments {
  background: #e0e0e0;
  margin-top: 20px;
  color: #474c4d;
}

.comments-title {
  padding: 30px 0;
}

.commentlist {
  list-style: none;
  padding-left: 0;
}

.comment-meta a {
  color: #656262;
  font-size: 10px;
  font-weight: 100;
  font-style: italic;
  margin-left: 20px;
}

.name {
  font-style: normal;
  color: #2194c4;
  text-transform: uppercase;
}

.reply a {
  padding: 0 2em;
  text-decoration: underline;
}
.reply span {
  display: none;
}

.comment-reply-title {
  font-size: 22px;
  font-weight: 600;
  text-transform: uppercase;
  color: #424147;
}

.comment-form {
  width: 50%;
}
.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form textarea,
.cntctfrm_contact_form input[type="text"],
.cntctfrm_contact_form textarea {
  width: 96%;
  border: 1px solid transparent;
  background: #f5f5f5;
  margin: 5px 0;
  padding: 12px;
  border-radius: 20px;
  resize: none;
}

.form-submit input[type="submit"],
.cntctfrm_contact_form input[type="submit"] {
  background: #474c4d;
}

.form-submit input[type="submit"]:hover,
.cntctfrm_contact_form input[type="submit"]:hover {
  background: #fff;
  color: #474c4d;
  border: 1px solid #474c4d;
}

.comment-respond {
  padding: 10px 0;
}

ul.children {
  list-style: none;
  margin: 1em 0 1em 2em;
}

/*BLOG----------------*/

.archive-title {
  text-align: center;
}

.archive .post {
  padding: 30px 0;
}

.archive .attachment-post-thumbnail + .blog-info {
  margin-left: 250px;
}

.entry-title {
  margin-bottom: 25px;
  color: #474c4d;
  text-transform: uppercase;
  font-size: 22px;
  clear: both;
}

.comments-link a,
.post-date,
a.more-link,
a.more-link:visited {
  font-weight: normal;
  color: #4eb4df;
}

.comments-link,
.entry-header .post-date {
  display: inline-block;
  margin-right: 30px;
}

.comments-link:before,
.content .post-date:before {
  display: inline-block;
  vertical-align: middle;
  content: "";
  height: 30px;
  width: 20px;
  background: url(img/icons.png) no-repeat;
}

.comments-link:before {
  background-position: -50px 5px;
}

.content .post-date:before {
  background-position: -24px 5px;
}

.more-link {
  text-decoration: underline;
  display: block;
}

/*CONTACTS---------------*/

.contacts-form,
.adress {
  display: inline-block;
  vertical-align: top;
  width: 45%;
}

.contacts-form {
  margin-right: 4%;
}

.contacts-form label {
  margin: 10px 0 5px 15px;
  display: block;
}

.cntctfrm_input {
  max-width: 100%;
}

.contacts-form label .required {
  display: none;
}

/* 404 page, Search*/

.no-results {
  text-align: center;
  padding: 60px 0;
}

.error404 .site-content ul {
  padding-left: 0;
  list-style: none;
}
.error404 .site-content ul li {
  text-transform: uppercase;
  margin: 20px 0;
}

.error404 input[type="text"],
.search input[type="text"] {
  padding: 8px;
  border: 1px solid #d4d4d4;
}

/*SITEBAR---------------*/

.sitebar {
  margin-top: 20px;
}

.sitebar .widget {
  margin-bottom: 40px;
}

.sitebar .widget-title {
  text-transform: uppercase;
  color: #4eb4df;
  font-size: 14px;
}

.sitebar .widget ul {
  padding-left: 0;
  list-style: none;
}

.sitebar .widget ul li {
  padding: 10px 0;
  border-top: 1px dotted #798282;
}

.sitebar .widget ul li a {
  font-weight: normal;
  text-decoration: none;
}

.widget_search {
  margin: 0;
  text-align: center;
  position: relative;
}
.widget_search label {
  display: none;
}
.widget_search input[type="text"] {
  background: transparent;
  border: 1px solid #d4d4d4;
  color: #000;
  padding: 10px;
  border-radius: 20px;
  width: 150px;
}
.widget_search input[type="submit"] {
  position: absolute;
  top: 3px;
  left: 77%;
  width: 30px;
  height: 30px;
  padding: 0;
  border: none;
  color: transparent;
  background: url(img/icons.png) no-repeat 6px 7px;
}
.widget_search input[type="submit"]:hover {
  background-color: transparent;
  color: transparent;
  border: none;
}

/*FOOTER----------------*/

.footer {
  background-color: #000;
  color: #fff;
  padding-bottom: 50px;
}

.footer .widget-area {
  border-bottom: 1px solid #1f2323;
  margin-bottom: 20px;
  padding-bottom: 10px;
  position: relative;
}

.footer .widget {
  display: inline-block;
  vertical-align: top;
  width: 30%;
  margin-left: 4%;
  font-size: 14px;
}

.footer .widget:first-child {
  margin-left: 0;
}

.footer .widget-title {
  font-size: 28px;
  color: #5a5a5a;
  margin: 35px 0 20px;
  font-weight: 100;
}

.footer .widget_ssba_widget {
  margin: 20px 0 10px 0;
  width: 300px;
  position: absolute;
  top: 96%;
  left: 0;
}
.footer .widget_ssba_widget .widget-title {
  color: #6c7777;
  margin: 0;
  display: inline-block;
  font-size: 14px;
  text-transform: capitalize;
}

.footer .widget_ssba_widget .ssba {
  display: inline-block;
}

.widget .post-date,
.comment-author-link {
  display: block;
  color: #29c0c1;
  font-size: 12px;
  margin-bottom: 5px;
}

.footer .widget ul {
  list-style: none;
  padding-left: 0;
}
.footer .widget ul li {
  margin: 15px 0;
}

.footer .widget ul li a:hover {
  text-decoration: underline;
}

.widget .more {
  color: #4eb4df;
  font-size: 12px;
}

.widget .more:hover {
  text-decoration: underline;
}

.tagcloud a {
  display: inline-block;
  vertical-align: top;
  background-color: #202020;
  padding: 10px 20px;
  margin: 0 2px 6px 2px;
  border-radius: 26px;
  font-size: 14px !important;
}

.tagcloud a:hover {
  background-color: #333333;
}

.copyright {
  color: #6c7777;
  font-size: 14px;
  float: right;
}

.toogle-menu {
  border: 0;
  background: 0;
  width: 52px;
  height: 40px;
  padding: 0 15px;
  display: none;
  float: right;
  margin-top: 16px;
}

.toogle-menu__i {
  background-color: #fff;
  display: block;
  height: 2px;
}

.toogle-menu__i + .toogle-menu__i {
  margin-top: 4px;
}

.table-col {
  position: relative;
}

.table-col .review-table th {
  height: 50px;
}

.table-col__aside {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 120px;
}
.table-col__aside .review-table {
  width: auto;
}

.table-col .table-wrapper {
  margin-left: 117px;
}

.table-col .review-table td {
  height: 124px;
}

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

@media screen and (min-width: 1024px) {
  .wrapper {
    width: 970px;
    margin: 0 auto;
  }

  .block_text p:first-child {
    margin-top: 0;
  }
}

@media screen and (max-width: 1024px) {
  .wrapper {
    width: auto;
    margin: 0 10px;
  }

  .contacts-form,
  .adress {
    width: 100%;
  }

  .sitebar {
    display: none;
  }
}

@media screen and (min-width: 859px) {
  .button.red.big-btn {
    padding: 12px 3em;
    font-size: 22px;
    margin: 1em 0;
    white-space: initial;
  }
  .sub-menu {
    display: none;
    position: absolute;
    z-index: 1;
    left: 0;
    top: 70px;
    background: #2e2e2e;
    padding: 0;
  }
  .sub-menu .menu-item {
    list-style: none;
  }
  .sub-menu .menu-item a {
    color: #fff;
    padding: 12px;
    display: block;
    font-size: 14px;
    border-top: 1px solid #454545;
    min-width: 180px;
  }
  .sub-menu .menu-item:first-child a {
    border: none;
  }
  .sub-menu .menu-item a:hover {
    background: #1a1a1a;
  }

  .nav-previous a,
  .nav-next a {
    max-width: 300px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .nav-next {
    position: relative;
  }
  .nav-next a {
    text-align: right;
    padding-right: 30px;
  }
  .nav-next .meta-nav {
    position: absolute;
    right: 7px;
  }

  .footer .widget_recent_entries ul li a {
    display: block;
    width: 280px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}

@media screen and (max-width: 859px) {
  .head .menu > .menu-item {
    margin: 0;
  }

  .page-template .entry-title,
  .page-template-default .entry-title {
    margin-top: 25px;
  }

  img {
    max-width: 100%;
    height: auto;
  }

  h1 {
    font-size: 24px !important;
  }

  .entry-content h2 {
    margin: 10px 0;
  }

  .button {
    margin: 5px;
    white-space: nowrap;
  }

  .has-sitebar {
    width: 100%;
  }

  .comment-form {
    width: 90%;
  }

  .list_group {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }

  .nav-previous a,
  .nav-next a {
    width: 20px;
    height: 20px;
    position: absolute;
    overflow: hidden;
  }

  .nav-next a {
    right: 0;
    text-align: left;
    text-indent: 50px;
  }
  .nav-next a span {
    position: absolute;
    top: 0;
    text-indent: 0;
  }

  .comment-meta time {
    float: none;
    display: block;
  }

  .attachment-post-thumbnail,
  .menu-main-menu-container {
    float: none;
  }

  .menu-main-menu-container {
    clear: both;
    text-align: center;
  }

  .archive .attachment-post-thumbnail + .blog-info {
    margin-left: 0;
  }

  .attachment-post-thumbnail {
    display: block;
    margin: 0 auto;
  }

  .footer .widget {
    width: 100%;
    margin: 10px 0;
    text-align: center;
  }
  .footer .widget-title {
    margin: 10px 0;
  }

  .footer .widget_ssba_widget {
    position: relative;
  }

  p.description {
    color: #fff;
    margin: 0;
    line-height: 1.5;
    font-size: 12px;
  }

  .main .content {
    padding-top: 0;
  }

  .toogle-menu {
    display: block;
  }

  .head .menu {
    background-color: #000;
    margin: 0 -10px;
    padding: 10px;
    display: none;
  }
  .head .menu.on {
    display: block;
    position: relative;
    z-index: 100;
  }
  .head .menu > .menu-item {
    display: block;
    padding: 0;
  }
  .head .menu > .menu-item + .menu-item {
    margin-top: 20px;
  }

  .head .menu > .menu-item > .sub-menu {
    padding-left: 0;
  }
  .head .menu > .menu-item > .sub-menu > .menu-item {
    list-style-type: none;
    text-align: left;
    margin: 0.3em 0;
  }
}
@media screen and (min-width: 1024px) {
  .size-post-thumbnail.wp-post-image {
    float: left;
    margin-right: 20px;
    margin-bottom: 10px;
    max-width: 100%;
    height: auto !important;
  }
}

.table-col__aside .review-table {
  border-right: 1px solid #e0e2e2;
}
