
/* ABOVE 1400PX WIDTH **********************************************************/
@media handheld, only screen and (min-width: 1399px) {}




/* BELOW 1200PX WIDTH **********************************************************/
@media handheld, only screen and (max-width: 1199px) {

/* GENERAL */

  body {
    font-size: 21px;
    xfont-size: 18px;
  }


/* HEADER */
  #toggle-wrap.fixed {
    height: 88px;
  }  
  #toggle-wrap  .header-logo-wrap {
    padding-top: 17px;
  }
  .button_container,
  #swipebox-close {
    top: 33px!important;
  }

}




/* BELOW 1060PX WIDTH **********************************************************/
@media handheld, only screen and (max-width: 1059px) {}

/* BELOW 918PX WIDTH **********************************************************/
@media handheld, only screen and (max-width: 917px) {}

/* BELOW 850PX WIDTH **********************************************************/
@media handheld, only screen and (max-width: 849px) {}




/* BELOW 768PX WIDTH **********************************************************/
@media handheld, only screen and (max-width: 767px) {

/* GENERAL */

  body {
    font-size: 20px;
  }
  .page-margin-wrap {
    margin: 0 auto;
    max-width: 600px;
  }
	.grid {
		width: 100%;
		min-width: 0;
		margin-left: 0px;
		margin-right: 0px;
	}
	[class*='col-'] {
		width: auto;
		float: none;
		margin-left: 0px;
		margin-right: 0px;
		padding-left: 0px;
	}
	.mobile-hide {
		display: none!important;
		width: 0;
		height: 0;
	}
  .desktop-hide {
    display: block!important;
    width: auto;
    height: auto;
  }
  
/* HEADER */

  #toggle-wrap.page-margin-wrap {
    max-width: 100%;
  }
  .header-logo-wrap {
    text-align: center;
  }
  .header-info-wrap .col-1-2 {
    max-width: none;
    width: 50%;
  }
  #toggle-wrap.fixed {
    height: 82px;
  }
  .button_container {
    top: 33px!important;
    width: 26px!important;
    height: 25px!important;
  }
  #swipebox-close {
    top: 31px!important;
  }
  .button_container span:nth-of-type(2) {
    top: 10px!important;
  }
  .button_container span:nth-of-type(3) {
    top: 20px!important;
  }
  .button_container.active .top {
    -webkit-transform: translateY(10px) translateX(0) rotate(45deg)!important;
    transform: translateY(10px) translateX(0) rotate(45deg)!important;  
  }
  .button_container.active .bottom {
    -webkit-transform: translateY(-10px) translateX(0) rotate(-45deg)!important;
    transform: translateY(-10px) translateX(0) rotate(-45deg)!important;
  }
  .overlay nav {
    font-size: 12vw!important;
    -webkit-transform: translateY(-50%)!important;
            transform: translateY(-50%)!important;    
  }

/* FOOTER */

  #footer {
    padding-bottom: 5.111em;
  }

}




/* BELOW 660PX WIDTH **********************************************************/
@media handheld, only screen and (max-width: 659px) {

/* GENERAL */
  .page-margin-wrap {
    margin: 0 3.5%;
  }

}




/* BELOW 620PX WIDTH **********************************************************/
@media handheld, only screen and (max-width: 619px) {

/* HEADER */
  .home #header .header-logo-wrap,
  .header-logo-wrap {
    padding-top: 2.75em;
  }
  .home #header .header-logo-wrap {
    padding-bottom: 1em;
  }

}




/* BELOW 500PX WIDTH **********************************************************/
@media handheld, only screen and (max-width: 499px) {

/* GENERAL */

  body {
    font-size: 18px;
  }
  .page-margin-wrap.mobile-wrap {
    margin: 0 auto;
  }

/* HEADER */

  #toggle-wrap.fixed {
    height: 74px;
  }
  .button_container {
    top: 30px!important;
    width: 24px!important;
    height: 23px!important;
  }
  #swipebox-close {
    top: 27px!important;
  }
  .button_container span:nth-of-type(2) {
    top: 9px!important;
  }
  .button_container span:nth-of-type(3) {
    top: 18px!important;
  }
  .button_container.active .top {
    -webkit-transform: translateY(9px) translateX(0) rotate(45deg)!important;
    transform: translateY(9px) translateX(0) rotate(45deg)!important;  
  }
  .button_container.active .bottom {
    -webkit-transform: translateY(-9px) translateX(0) rotate(-45deg)!important;
    transform: translateY(-9px) translateX(0) rotate(-45deg)!important;
  }

}




/* BELOW 480PX WIDTH **********************************************************/
@media handheld, only screen and (max-width: 479px) {

/* HEADER */

  #toggle-wrap.fixed {
    height: 54px;
  }
  #toggle-wrap .header-logo-wrap.fixed {
    display: none;
  }
  .button_container,
  #swipebox-close {
    top: 18px!important;
  }

}




/* BELOW 420PX WIDTH **********************************************************/
@media handheld, only screen and (max-width: 419px) {

/* GENERAL */
 
  .header-logo-wrap,
  .footer-logo-wrap {
    letter-spacing: .2em;
  }

/* FULLSCREEN MENU */

  .overlay nav {
    font-size: 11vw!important;
    font-weight: normal;
  }

/* HEADER */

  #toggle-wrap.fixed {
    height: 60px;
  }
  #toggle-wrap .header-logo-wrap.fixed {
    display: none;
  }
  .button_container,
  #swipebox-close {
    top: 20px!important;
  }

/* FOOTER */

  #footer form {
    width: 90%;
    margin: 0 5%;
  }

}




/* BELOW 370PX WIDTH **********************************************************/
@media handheld, only screen and (max-width: 369px) {

/* GENERAL */

  .header-logo-wrap,
  .footer-logo-wrap {
    letter-spacing: .125em;
  }

}