:root {
  --body-color: #666;
}

a:not([class]), .result__title-link {
  text-decoration: none;
  transition: all 0.1s ease-in-out;
}

a:hover:not([class]) {
  color: #fdc12d;
  text-decoration: none;
}

.footer a:hover:not(.btn) {
    color: #fdc12d;
}

.footer a:not(.btn) {
  color: #2c2d30;
}

a {
  color: #2c2d30;
  text-decoration: none;
  cursor: pointer;
  background: transparent;
}


html {
  font: 200 15px / 22px 'Open Sans';
  -webkit-text-size-adjust: 100%;
  color: #666;
}

main {
  max-width: 960px;
}

.container-topbar {
  max-width: 960px;
  margin-top: 1em;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1em;
  padding-right: 1em;
  color: #666;
  background-color: white;
}

.logo-in-nav {
  max-width: 50%;
  height: 55 px;
  float: left;
}

.player-in-nav {
  float: right;
  padding-right: 5px;
}

@media ( min-width: 930px ){ 
  #logo-in-nav {
    display: none;
  }
}

@media ( max-width: 930px ){ 
  .container-topbar {
    display: none;
  }
  #logo-in-nav {
    padding: 3px;
  }
}

.container-topbar::after {
  clear: both;
}

.header {
  background-color: rgba(255, 255, 255, 0);
  background-image: none;
}

.container-header .navbar-toggler {
  color: #666;
}

.toggler-in-nav {
  float: right;
}

.navbar-toggler:focus {
  box-shadow: none;
}
  
.item-title, .result__title, h2, h1{
  color: #2c2d30;
  font-size: 24px;
  line-height: 28px;
  font-weight: 200;
  text-transform: none;
  display: inline-block;
  margin-top: 0;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(0,0,0,0.06);
}


.item-content::after {
  clear: both;
}

.item-content::before {
  content: "";
  display: table;
}

.item-content, .item-page, .blog, .contact, .categories-list {
  background-color: white;
  padding: 25px;
  border: none;
  display: block;
}

body.site {
  background: transparent;
  background-image: url( ../images/rm_background.jpg );
  background-position: top;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: auto;
}

.container-header .mod-menu {
  color: #666;
}

.current, .active{
  background: #fdc12d;
  color: #fff;
  bottom: none;
}

.active .page-item{
  background: #fdc12d;
  color: #fff;
}

.container-nav {
  max-width: 960px;
  width: 100%;
  padding-right: 15px !important;
  padding-left: 15px !important;
  justify-content:space-between;
}

.container-nav > .navbar {
  box-shadow: 0 0 0 1px rgba(68,89,98,0.12),0 3px 12px rgba(68,89,98,0.18);
}

.navbar {
  max-width: 960px;
  width: 100%;
  margin: auto;
  background: #fafafa;
  color: #666;
  background-image: -webkit-linear-gradient(top,#ffffff,#f7f7f7);
  background-image: linear-gradient(to bottom,#ffffff,#f7f7f7);
  /*box-shadow: inset 0 -1px 0 rgba(0,0,0,0.06);*/
}

.site-grid {
  max-width: 960px;
  margin: auto;
}

.article-info-term {
  display: none;
}

.mod-menu > li > a {
  line-height: 35px;
  color: #666;
  font-size: 16px;
  font-weight: 200;
}

.pagination__wrapper {
  text-align: center;
  margin: auto;
}

.w-100 {
  padding: 10px 50px 5px 50px;
  background: white;
}

.page-link, .page-link:hover {
  color: #666;
  border: 1px solid rgba(0,0,0,0.07);
}

.active > .page-link {
  color: #fff;
  background-color: #fdc12d;
  background-image: linear-gradient(to bottom,#fed12f,#fdb72b);
  border: 1px solid rgba(0,0,0,0.07);
}

.footer {
  max-width: 930px;
  width: 100%;
  margin: auto;
  color: #666;
  background-color: white;
  background-image: none; 
  background: #f7f7f7
}

.footer .grid-child {
  padding: 0;
  margin-left: 1em;
  margin-right: 1em;
}

.footer-menu {
  float: left;
  text-decoration: none;
  padding: 16px;
}

ul {
  list-style-type: none;
}
.com-finder > * + *, .com-finder__results > * + * {
  margin-top: 1.5em;
  background-color: white;
  padding: 10px;
}