@media only screen and (max-width: 1267px) {
  .container {
    width: 100%;
  }

  .columns-two > .logo {
    /*padding: 40px;*/
    text-align: left;
  }

}

@media only screen and (max-width: 960px) {

  .site-name {
    display: inline-block;
  }

  .columns-two > *,
  .columns-three > * {
    display: block;
    width: 100% !important;
  }

  /* Reorder sidebars and contet divs */
  .columns-three {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .columns-three > .page-content,
  .columns-three > .left-sidebar,
  .columns-three > .right-sidebar {
    -webkit-box-flex: 1 100%;
    -moz-box-flex: 1 100%;
    width: 100%;
    -webkit-flex: 1 100%;
    -ms-flex: 1 100%;
    flex: 1 100%;
  }

  .columns-three > .page-content {
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }

  .columns-three > .left-sidebar {
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }

  .columns-three > .right-sidebar {
    -webkit-box-ordinal-group: 3;
    -moz-box-ordinal-group: 3;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
  }

  header.columns-two > *,
  footer.columns-two > *,
  .columns-three > .sidebar,
  .columns-three > .page-content {
    padding-left: 10px;
    padding-right: 10px;
  }

  .columns-three > .page-content {
    margin-bottom: 60px;
  }

  .columns-three > .sidebar .widget:first-child {
    border-top: 1px solid #ccc;
    padding-top: 30px;
  }
  .columns-three > *:first-child {
    margin-bottom: 30px;
  }

  .columns-three > .sidebar h3 {
    font-size: 25px;
  }

  header.columns-two > *,
  footer.columns-two > * {
    padding-top: 25px;
  }

  .mobile-menu,
  .mobile-menu-toggle {
    display: block;
  }

  .page-header .logo {
    position: fixed;
    padding: 0;
    margin: 0;
    left: 0;
    right: 0;
    top: 0;
    z-index: 10;
  }

  .page-header .logo {
    padding: 10px;
    background-color: #2d2d2d;
  }

  .page-header .logo img {
    height: 50px;
  }

  .page-header > .content .menu-primary-container {
    display: none;
  }

  .page-header.columns-two > .content {
    margin-top: 70px;
    height: 220px;
    background-position: center bottom;
  }

  .page-header.columns-two > .content h1 {
    font-size: 40px;
  }

  footer.page-footer {
    padding-bottom: 10px;
  }

  footer.page-footer .logo {
    margin-bottom: 20px;
    width: 200px !important;
  }

  .page-template-seminars-php .countries li {
    width: 45%;
  }

  .page-template-seminars-php .countries li:nth-child(3n) {
    margin-right: 5%;
  }
  .page-template-seminars-php .countries li:nth-child(2n) {
    margin-right: 0px;
  }

}

@media only screen and (max-width: 500px) {
  .post .attachment-post-thumbnail {
    float: none;
    width: 100%;
    max-width: 100%;
    margin: 0px 0px 15px 0px;
  }

}
