/*
 Theme Name:   Theme from Denis
 Description:  Wordpress Theme From Denis
 Author:       Denis R
 Version: 1.0
*/

  * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }

  html,
  body {
    font-family: "Open Sans";
    font-weight: 400;
    font-size: 14px;
    color: #222;
    line-height: normal;
    min-height: 100vh;
    overflow-x: hidden;
  }

  body {
    position: relative;
    overflow-y: hidden;
  }

  a {
    text-decoration: none !important;
  }

  a:hover {
  }

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

  button {
    cursor: pointer;
  }


  h1, h2, h3, h4, h6 {

  }

  p {
    margin-bottom: 10px;
  }

  .flexed {
      display: flex;
      align-items: center;
      flex-wrap: wrap;
  }

  .flexed--between {
      justify-content: space-between;
  }

  .flexed--around {
      justify-content: space-around;
  }

  .flexed--top {
      align-items: flex-start;
  }

  .container {
      max-width: 1100px;
      margin: 0 auto;
  }

  .logo {
      max-width: 140px;
  }

  .content {
      margin: 50px 0;
  }

  .content table {
      margin: 30px 0;
      width: 100%;
      text-align: left;
      max-width: 600px;
  }

  .content table tr > * {
      padding: 10px 5px;
  }

  table tr:nth-child(2n) td {
      background: #eee;
  }

  .studio-wrap ul {
      margin: 20px 0 10px 25px;
  }

  .studio-wrap ul li {
      margin: 5px 0px;
  }

  .studio-wrap ul li a {
      color: #333;
      font-size: 16px;
      font-weight: 600;
      text-decoration: underline !important;
  }

  .rating-nav {
      margin: 15px 0 0;
      font-size: 16px;
  }

  .rating-nav a {
      color: #333;
  }

  .rating-nav-next {
      margin-left: 10px;
  }

  .rating-nav-prev {
      margin-right: 10px;
  }

  table#rating {
      max-width: 750px;
  }

  table#program {
      margin-top: 0;
  }

  .program-wrap p {
      margin-bottom: 0;
      margin-top: 30px;
  }

  .program {
      font-size: 16px;
      margin-bottom: 5px;
  }

  .program-wrap h1 {
      margin-bottom: 10px;
  }

  .simple-page {
      margin: 50px 0;
  }

  .simple-page ul {
      margin: 20px;
  }

  .daterangepicker td.disabled, .daterangepicker option.disabled {
      text-decoration: none;
      opacity: 0.4;
  }

  .daterangepicker.show-calendar {
      transform: translateY(-30px) translateX(-30px);
  }

  .rating-date {
      margin-left: 20px;
      position: relative;
      cursor: pointer;
  }

  input#ratedate {
      width: 30px;
  }

  .rating-date:before {
    content: '\f073';
    font-family: 'FontAwesome';
  }