@charset "utf-8";
/* CSS Document */
html,body{scroll-behavior: smooth;}
body{margin:0; padding:0; font-size: 1rem;font-family: 'Nunito', sans-serif;}
.container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1440px;
}
.navbar-brand{color: #000000; z-index:1} .navbar-light .navbar-nav .nav-link{ color:#000} .navbar a{color:#000} .navbar img{width:40px; height:40px; margin-right:1rem} .navbar-toggler{border:none} .navbar-toggler-icon{ font-weight:bold}
.navbar-nav{font-weight:bold; color:#000}
.container{max-width: 1140px;}
a {
    color: #4a5773;
    text-decoration: none;
}
h1, h2, h3, h4, h5, h6 {
	color: #000000;
	line-height: 1.25;
	font-weight:900
}
h2 {
    font-size: 1.802rem;
}
.wp-block-separator.is-style-large {
    height: 20px;
}
hr, .wp-block-separator {
    background-color: #eef1f4;
    border-radius: 30px;
    height: 4px;
    margin: 2rem 0;
        margin-top: 2rem;
    max-width: 100%;
	border:0
}
.text-secondary {
    color: #4a5773;
}
.text-m {
    font-size: 1rem;
}
.footer{margin: 15rem O}
footer a:hover {
    -webkit-text-decoration-color: #4a5773;
    color: #005AA4;
    text-decoration: underline;
        text-decoration-color: currentcolor;
    text-decoration-color: #4a5773;
}
.social-navigation a {
    background-color: #eef1f4;
    border-radius: 50%;
    color: #4a5773;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 2rem;
    width: 2rem;
}
.screen-reader-text {
    border: 0;
    clip: rect(1px,1px,1px,1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
}
.social-navigation a svg {
    height: 1rem;
    margin: auto;
    width: 1rem;
}
@media (min-width: 768px) {
    .pt-md-6,
    .py-md-6 {
      padding-top: 6rem !important;
    }

    .pr-md-6,
    .px-md-6 {
      padding-right: 6rem !important;
    }

    .pb-md-6,
    .py-md-6 {
      padding-bottom: 6rem !important;
    }

    .pl-md-6,
    .px-md-6 {
      padding-left: 6rem !important;
    }
}
.btn{border-radius:1.5rem} 
.breadcrumb{background-color:#fff; padding-right:0; padding-left:0; padding-top:0; font-size: .9rem;} 
.breadcrumb a{font-weight: 700;
text-decoration: none;} 
.breadcrumb:before{background-color: #e8ecf0;
border-radius: 999px;
content: "";
display: block;
height: 2px;
margin-bottom: calc(2px + .75rem);
width: 100%;}
article:before{background-color: #ve8ecf0;
border-radius: 30px;
content: "";
height: 8px;
left: 0;
position: absolute;
top: 0;
width: 100%;}
.post-thumbnail{height: auto;
max-height: 240px; object-fit: cover;
width: 100%; border-radius: 0.5rem;}
.border-dotted li:not(:first-child) {
    border-top: 2px dotted #eef1f4;
    margin-top: 0.5rem;
    padding-top: 0.5rem;}
.btn-primary{ background-color:#025CA6; border:none} .basket-counter{position: relative;
font-size: 0.9rem;
font-weight: normal;
right: 1.9rem;
top: -1rem;
}

#tweets {font-size:0.8em}
/*OMNISEARCH*/
.img-bnw {
  -webkit-filter: grayscale(100%) contrast(1.5);
  filter: grayscale(100%) contrast(1.5);
}
.img-bnw:hover {
transition-delay:0s;
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}
.msg {
	margin-top: 2.5rem;
    background: #eaedf0;
    color: #333;
    font-weight: normal;
    font-size: 1rem;
padding: 1em 1.25em;
    border-left: solid 8px #CCCCCC;
    border-radius: 5px;
    margin-bottom: 10px;
    /*-webkit-box-shadow: 0 10px 10px -5px rgba(0,0,0,.08);
       -moz-box-shadow: 0 10px 10px -5px rgba(0,0,0,.08);
            box-shadow: 0 10px 10px -5px rgba(0,0,0,.08);*/
}
.msg-clear {
    border-color: #fefefe;
    /*-webkit-box-shadow: 0 7px 10px -5px rgba(0,0,0,.15);
       -moz-box-shadow: 0 7px 10px -5px rgba(0,0,0,.15);
            box-shadow: 0 7px 10px -5px rgba(0,0,0,.15);*/
}
.msg-info {
    border-color: #025DA8;
}
.msg-success {
    border-color: #cef2b8;
}
.msg-warning {
    border-color: rgba(255,165,0,.5);
}
.msg-danger {
    border-color: #de5021;
}
.msg-primary {
    border-color: #9ca6f1;
}
.msg-magick {
    border-color: #e0b8f2;
}
.msg-info-text {
    color: #39b3d7;
}
.msg-success-text {
    color: #80d651;
}
.msg-warning-text {
    color: #db9e34;
}
.msg-danger-text {
    color: #c9302c;
}
.msg-primary-text {
    color: rgba(47,106,215,.9);
}
.msg-magick-text {
    color: #bb39d7;
}
.hover-zoom {
  -webkit-transition: all 0.3s ease-in-out!important;
  transition: all 0.3s ease-in-out!important;
  min-width: 105%!important;
}
.hover-zoom:hover {
  min-width: 100%!important;
}
/*STRIPE */
/* Layout */
.sr-root {
  display: flex;
  flex-direction: row;
  width: 100%;
  max-width: 980px;
  padding: 48px;
  align-content: center;
  justify-content: center;
  height: auto;
  min-height: 100vh;
  margin: 0 auto;
}
.sr-main {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  align-self: center;
  padding: 75px 50px;
  background: var(--body-color);
  width: var(--form-width);
  border-radius: var(--radius);
  box-shadow: 0px 0px 0px 0.5px rgba(50, 50, 93, 0.1),
  0px 2px 5px 0px rgba(50, 50, 93, 0.1),
  0px 1px 1.5px 0px rgba(0, 0, 0, 0.07);
}

.sr-field-error {
  color: var(--font-color);
  text-align: left;
  font-size: 13px;
  line-height: 17px;
  margin-top: 12px;
}

/* Inputs */
.sr-input {
  border: 1px solid var(--gray-border);
  border-radius: var(--radius);
  padding: 5px 12px;
  height: 44px;
  width: 100%;
  transition: box-shadow 0.2s ease;
  background: white;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

.sr-result {
  height: 44px;
  -webkit-transition: height 1s ease;
  -moz-transition: height 1s ease;
  -o-transition: height 1s ease;
  transition: height 1s ease;
  color: var(--font-color);
  overflow: auto;
}
.sr-result code {
  overflow: scroll;
}
.sr-result.expand {
  height: 350px;
}

.sr-combo-inputs-row {
  box-shadow: 0px 0px 0px 0.5px rgba(50, 50, 93, 0.1),
    0px 2px 5px 0px rgba(50, 50, 93, 0.1), 0px 1px 1.5px 0px rgba(0, 0, 0, 0.07);
  border-radius: 7px;
}


/* Stripe Element placeholder */
.sr-card-element {
  padding-top: 12px;
}

/* Responsiveness */
@media (max-width: 720px) {
  .sr-root {
    flex-direction: column;
    justify-content: flex-start;
    padding: 48px 20px;
    min-width: 320px;
  }

  .sr-header__logo {
    background-position: center;
  }

  .sr-payment-summary {
    text-align: center;
  }

  .sr-content {
    display: none;
  }

  .sr-main {
    width: 100%;
    height: 305px;
    background: rgb(247, 250, 252);
    box-shadow: 0px 0px 0px 0.5px rgba(50, 50, 93, 0.1),
      0px 2px 5px 0px rgba(50, 50, 93, 0.1),
      0px 1px 1.5px 0px rgba(0, 0, 0, 0.07);
    border-radius: 6px;
  }
}

/* todo: spinner/processing state, errors, animations */

.spinner,
.spinner:before,
.spinner:after {
  border-radius: 50%;
}
.spinner {
  color: #ffffff;
  font-size: 22px;
  text-indent: -99999px;
  margin: 0px auto;
  position: relative;
  width: 20px;
  height: 20px;
  box-shadow: inset 0 0 0 2px;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}
.spinner:before,
.spinner:after {
  position: absolute;
  content: "";
}
.spinner:before {
  width: 10.4px;
  height: 20.4px;
  background: var(--accent-color);
  border-radius: 20.4px 0 0 20.4px;
  top: -0.2px;
  left: -0.2px;
  -webkit-transform-origin: 10.4px 10.2px;
  transform-origin: 10.4px 10.2px;
  -webkit-animation: loading 2s infinite ease 1.5s;
  animation: loading 2s infinite ease 1.5s;
}
.spinner:after {
  width: 10.4px;
  height: 10.2px;
  background: var(--accent-color);
  border-radius: 0 10.2px 10.2px 0;
  top: -0.1px;
  left: 10.2px;
  -webkit-transform-origin: 0px 10.2px;
  transform-origin: 0px 10.2px;
  -webkit-animation: loading 2s infinite ease;
  animation: loading 2s infinite ease;
}

@-webkit-keyframes loading {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes loading {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* Animated form */

.sr-root {
  animation: 0.4s form-in;
  animation-fill-mode: both;
  animation-timing-function: ease;
}

.hidden {
  display: none;
}

@keyframes field-in {
  0% {
    opacity: 0;
    transform: translateY(8px) scale(0.95);
  }
  100% {
    opacity: 1;
    transform: translateY(0px) scale(1);
  }
}

@keyframes form-in {
  0% {
    opacity: 0;
    transform: scale(0.98);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
.dropdown-toggle:after { content: none }
.avatar img{width:3rem; height:3rem}
.admin-edit{position:fixed; bottom:2rem; left:2rem}
  /* Small devices (landscape phones, 544px and up) */
  /* Small devices (landscape phones, 544px and up) */
  @media (min-width: 544px) {  
    .display-4 {font-size: 16px;}
  }

  /* Medium devices (tablets, 768px and up) */
  @media (min-width: 768px) {  
    .display-4 {font-size: 30px;}
  }

  /* Large devices (desktops, 992px and up) */
  @media (min-width: 992px) { 
    .display-4 {font-size: 40px;}
  }

  /* Extra large devices (large desktops, 1200px and up) */
  @media (min-width: 1200px) {  
    .display-4 {font-size: 48px;}
  }
  .carousel-cell {
  width: 25%;
  /*height: 160px;*/
  /*margin-right: 10px;*/
} .carousel-cell img{  display: block;width:80%}
  .carousel-row {
  width: 100%;
  height: 70vh;
    background-position: center center;
  background-size: cover;
}
.opacity{background: rgba(58,68,74,0.5); background-size:cover; height:70vh; margin-left:16px; width:100%}
  /*margin-right: 10px;*/ .carousel-row img{  display: block;width:100%}
.hero{
position:absolute; top:0;left:0;
height:120vh; width:100%; z-index:-1;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;}
.starter-template{margin-top:10em}
header {
  position: relative;
  min-height: 600px;
}
.bg-soft-warning {
    /*background-color: #fef6f5;*/
	background: #C33764;  /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #C33764, #1D2671);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #C33764, #1D2671); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

}
.content-space-md-3 {
    padding-top: 7.5rem !important;
    padding-bottom: 7.5rem !important;
}
svg {
  position: absolute;
  bottom: -1px;
  left:0;
  width: 100%;
  height: 10vw;
  /* set height to pixels if you want angle to change with screen width */
}
.card {
    border-width: 0;
    box-shadow: 0 .375rem 1.5rem 0 rgba(140,152,164,.125);
}
.text-gradient{ background: -webkit-linear-gradient(to right, #C33764, #1D2671);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #C33764, #1D2671); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;}
#show_bg_1 {
    background-image:
    linear-gradient(to right, rgba(195, 55, 100, 0.7), rgba(29, 38, 113, 0.8)),
    url(/assets/img/bg/airport-lounge.jpg); 
    width: 100%;
    height: auto;
    background-size: cover;
    color: white;
    padding: 20px;
}
.headline-hr:after{
    content:' ';
    display:block;
	width:20%;
	margin-top:2rem;
    border:2px solid #FFD700;
	border-radius:4px;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
}