/*--------------------------------------------------------------
# Media queries
--------------------------------------------------------------*/

/* Custom, iPhone Retina */
@media only screen and (min-width : 320px) {

}

/* Extra Small Devices, Phones */
@media only screen and (min-width : 576px) {

}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {

  .site-header {
  	padding: 1.75rem 3rem;
  }

  .site-main {
  	padding-left: 3rem;
  	padding-right: 3rem;
  }

  .site-nav {
  	display: flex;
  	position: static;
  	top: auto;
    left: auto;
    width: auto;
    opacity: 1;
    padding: 0;
    height: auto;
  }

  .site-nav .menu-primary,
  .site-nav .lang-selector {
  	padding: 0;
  	margin: 0;
  	display: flex;
  	justify-content: flex-end;
  }

  .site-nav .menu-primary a,
  .site-nav .lang-selector a {
  	border-right: 1px solid #A2A2A2;
  	line-height: 1;
  	padding-top: .75rem;
  	padding-left: 1.5rem;
  	padding-right: .75rem;
    padding-bottom: 0;
    font-size: 1rem;
  }

  .site-nav .lang-selector {
  	margin-left: 1rem;
  }

  .site-footer {
  	padding: 1.5rem 3rem;
    text-align: left;
  }

  .site-header {
  	display: flex;
  	justify-content: space-between;
  	align-items: middle;
  }

}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
  .modal-page .modal-body {
    padding-right: 120px;
  }

    .modal-page .modal-body {
  	padding-left: 320px;
    position: static;
  }

  .modal.modal-page .modal-aside {
    position: absolute;
  	font-size: .85rem;
  	z-index: 2;
    left: 3rem;
    top: 2rem;
  	bottom: 36px;
  	width: 240px;
  	display: flex;
  	flex-direction: column;
  	justify-content: space-between;
  	border-right: 1px solid #DDDDDD;
  }

  .modal.modal-page .modal-dialog .modal-content {
  	margin-top: 96px;
    height: calc(100vh - 96px);
    padding: 2rem 3rem;
  }

  .modal-page .modal-body {
  	overflow-y: auto;
  	z-index: 1;
  }

  .modal-page .modal-dismiss {
  	right: 4rem;
  }

  .modal-page .modal-text {
  	margin-top: 6rem;
  }

  .page-template-page-split .site-main::after {
    position: absolute;
    content: '';
    left: 50%;
    background: #E5E5E5;
    top: 0;
    bottom: 0;
    width: 1px;
  }
}


/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {



}

@media only screen and (min-width : 1400px) {
  .modal-page .modal-body {
    padding-right: 220px;
  }

  .col-xxl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}

/* Mobile only */
@media only screen and (max-width : 768px) {

}
