
@media screen and (min-width: 1200px) {
  .header-wrapper .page-title,
  .content-right {
    /*padding-left: 70px;*/
  }
}

@media screen and (max-width: 1200px) {
  header.header {
    right: calc(100% - 300px);
  }

  .header-wrapper,
  .content-right,
  .header-wrapper, .content-right {
    margin-left: 300px;
  }

  #cssmenu > ul > li,
  #cssmenu ul li {
    width: 300px;
  }
  #cssmenu #menu-header-menu a {
    padding-left: 86px;
  }
}

@media screen and (max-width: 1070px) {
  .home-content .flex>div {
    flex-basis: 100%;
  }
}

@media screen and (max-width: 900px) {
  .hamburger {
    display: none;
  }
  
  .plupload_wrapper {
    min-width: 0;
  }
}
@media screen and (max-width: 850px) {
  header.header {
    display: none;
  }
  
  .mobile-header {
    display: block;
  }
  
  .hamburger {
    float: left;
    display: inline-block;
    margin: .5em;
    width: 31px;
    height: 22px;
    background-image: url(../images/hamburger.png);
    bottom: 0;
    right: 2em;
    position: absolute;
  }
  
  .hamburger-close {
    top: 130px;
    right: 35px;
    background-color: #000;
    color: #fff;
    font-size: 3em;
    font-weight: normal;
  }
  
  .hamburger-close span {
    display: none;
  }

  .header-wrapper,
  .content-right,
  .header-wrapper, .content-right {
    margin-left: 0;
    padding: 1em;
  }

  #cssmenu > ul > li,
  #cssmenu ul li {
    width: 0;
  }
  #cssmenu #menu-header-menu a {
    padding-left: 5;
  }

  #wrapper footer.footer {
    position: relative !important;
  }

  .content-right {
    margin-bottom: 0;
  }

  #wrapper footer.footer .flex {
    display: block;
    text-align: center;
  }

  .footer-nav-section {
    margin: 1em;
    display: block;
  }

  .page-header-home .text {
    font-size: 1.25em;
  }
  
  h1.page-title {
    font-size: 2.5em;
  }
}

@media screen and (max-width: 850px) {
  .page-header-home .text {
    font-size: 1.1em;
  }
}



@media screen and (max-width: 850px) {
	.inner.gallery-links .button {
	  width: 100%;
	  padding: 1em;
	}
	
	.inner.gallery-links .button:not(:last-of-type) {
	  margin-bottom: 1em;
	}
}






@media screen and (max-height: 700px) and (min-width: 850px) {
}

@media screen and (max-height: 550px) and (min-width: 850px) {
  #cssmenu #menu-header-menu a {
    padding-top: .5em;
    padding-bottom: .5em;
  }
}

@media screen and (max-height: 480px) and (min-width: 850px) {
  #cssmenu #menu-header-menu a {
    font-size: .9em;
  }
  .logo a {
    width: 150px;
    height: 100px;
    margin-top: 26px;
  }
}