@CHARSET "UTF-8";

/* Add @import here - don't forget to start the address with //: to ensure HTTPS compatibility */
@import url('https://fonts.googleapis.com/css?family=Assistant:400,700|Open+Sans:300');

/* Selected text */
*::selection, input::selection {
  background: #4460ad;
  color: #fff;
}

*::-moz-selection {
  background: #4460ad;
  color: #fff;
}

/* defaults */
body {
  margin: 0;
  padding: 0;
  background-color: #fff;
  font-family: Assistant, sans-serif;
  font-size: 12pt;
  color: #333;
}

/* "back to top" arrow */
#up-arrow {
  position: fixed;
  bottom: 10px;
  right: -100px;
  padding: 15px 24px 20px;
  opacity: 0;
  cursor: pointer;
  transition: right 0.4s, opacity 0.3s, background 0.3s;
  z-index: 10000;
  border-radius: 100px;
  border: 1px solid #fff;
  background: #4460ad;
  color: #fff;
}

body.menu-scrolled #up-arrow:hover {
  opacity: 1;
  background: #24377c;
}

body.menu-scrolled #up-arrow {
  right: 10px;
  opacity: 1;
}

/** Cookie warning */
.flexi-cookie {
  background: #24377c;
  color: #fff;
  position: fixed;
  padding: 20px;
  bottom: 0;
  left: 0;
  z-index: 9998;
}

.flexi-cookie-buttons {
  text-align: right;
}

.flexi-cookie-buttons .button {
  border: 1px solid #a1ebff;
}

/** Main page canvas wrapper - defines page width */
.content.brokenout .pb-block-outer>div, .wrapper {
  width: 1000px;
  margin: 0 auto;
}

/** Header */
.header {
  background: #24377c url(img/header-bg.png) center center no-repeat;
}

.header .wrapper {
  position: relative;
  padding-right: 100px;
}

.header .row {
  box-sizing: border-box;
  height: 198px;
  padding-top: 0;
  padding-bottom: 0;
}

.header .quantum {
  position: absolute;
  top: 20px;
  right: 120px;
}

.header img.logo {
  padding-bottom: 20px;
}

/** Menu */

/* bar items */

.menubar {
  text-align: right;
}

nav.menu>span.item>a {
  color: #fff;
  padding: 10px 20px 70px;
  transition: color 0.3s;
}

nav.menu>span.item>a:hover {
  color: #a1ebff;
}

/* submenus */

nav.menu>span.item>span.submenu {
  background: #24377c;
  text-align: center;
}

nav.menu span.item span.submenu a,
nav.menu span.item.subitem {
  display: block;
}

nav.menu span.item span.submenu a {
  background: #24377c;
  color: #fff;
  transition: color 0.3s;
  padding: 20px;
}

nav.menu span.item span.submenu a:hover {
  color: #a1ebff;
}

/** Flyout buttons */

.button.flyo-show {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  border-radius: 0;
  text-align: center;
}

.button.flyo-hide {
  border-radius: 0;
}

.flyo-header {
  text-align: center;
  padding: 5px;
  background: #24377c;
  margin-bottom: 1px;
}

/** General content styles */

hr {
  border: none;
  border-top: 1px solid #c9d9e2;
}

/** Remove top margin from the first element */
.content *:first-child {
  margin-top: 0;
}

.content {

}

.content h1 {
  font-family: Assistant, sans-serif;
  font-weight: bold;
}
.content h2,
.content h3,
.content h4 {
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
}

/** Important for breakout/breakins */
.content:empty {
  display: none;
}

.content a, .footer a {
  color: #24377c;
  transition: color 0.3s;
}

.content a:hover, .footer a:hover {
  color: #4460ad;
}

/* Wish content */
.silverwisheslistpage .content h2 {
  margin: 20px 0 !important;
  color: #24377c;
  font-size: 150%;
}

.wish-search {
  background: #24377c;
  padding: 20px;
  color: #fff;
  margin: 0 0 20px 0;
}

.wish-search h3 {
  margin: 0 0 10px;
  font-weight: bold;
}

.wish-search input.formandu-text {
  border: none;
  border-radius: 0;
  padding: 9px;
}

.wish-search button.button {
  background: #4460ad;
  color: #fff;
  display: block;
  width: 100%;
  border-radius: 0;
  text-align: center;
  font-weight: bold;
}

.wish-thumb {
  width: 240px;
  height: 300px;
  margin: 0 10px 10px 0;
  display: block;
  float: left;
  text-decoration: none;
  text-align: center;
  border-radius: 8px;
  transition: background 0.3s, color 0.3s !important;
}

.wish-thumb.granted .image:after {
  background: #4460ad;
  color: #fff;
  font-size: 16pt;
  padding: 8px 12px;
  border-radius: 0 0 8px 8px;
  content: 'Granted!';
  bottom: 0;
  right: 0;
  left: 0;
  position: absolute;
}

.wish-thumb:hover {
  color: #24377c;
  background: #c0c8e5;
}

.wish-thumb .image {
  border-radius: 8px;
  height: 166px;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  transition: filter 0.3s;
  position: relative;
}

.wish-thumb:hover .image {
  filter: saturate(130%);
}

.wish-thumb h3 {
  margin: 10px 0;
  height: 1.3em;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.wish-thumb p {
  margin: 10px 0 0;
}

.silverwishesdetail h1 {
  margin: 20px 0 10px !important;
  color: #24377c;
}

.silverwishesdetail h2 {
  margin: 10px 0;
  font-size: 95%;
}

.wish-image {
  width: 100%;
  height: 400px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 8px;
}

.wish-granted {
  background: #4460ad url('img/stars.png') right center no-repeat;
  color: #fff;
  padding-right: 250px;
  padding-left: 20px;
  border-radius: 8px;
  height: 250px;
  padding-top: 150px;
  font-size: 22pt;
  font-weight: bold;
}

.wish-id {
  margin-left: 20px;
}

.footer {
  border-top: 1px solid #4460ad;
  background: #fff;
  position: relative;
  padding: 20px 0;
}

.footer .social a {
  transition: opacity 0.3s;
}

.footer .social a:hover {
  opacity: 0.7;
}

.col.right {
  text-align: right;
}

.col.center {
  text-align: center;
}

span.powered {
  display: block;
}

/** Buttons and button-type things */
button, input[type="submit"], .button, .formandu-button, input[type="button"], a.button, .eshop_userauth_buttonbox a {
  background: #24377c;
  color: #fff;
  transition: background 0.3s;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  padding: 10px 20px;
  display: inline-block;
  text-decoration: none;
  border: none;
  cursor: pointer;
  font-size: 11pt;
  font-family: Assistant, sans-serif;
  font-weight: normal;
  border-radius: 5px;
}

button:hover, input[type="submit"]:hover, .button:hover, .formandu-button:hover, input[type="button"]:hover, a.button:hover, .eshop_userauth_buttonbox a:hover {
  background: #4460ad;
  color: #fff;
}

/** Text controls */
.formandu-text, .formandu-dropdown, .formandu-textarea, select {
  background: #fff;
  border: 1px solid #b7b7b7;
  transition: border 0.3s;
  font-size: 12pt;
  margin: 10px;
  padding: 8px;
  width: calc(100% - 20px);
  box-sizing: border-box;
  border-radius: 3px;
}

.formandu-text:hover, .formandu-text:focus, .formandu-dropdown:hover, .formandu-dropdown:focus, .formandu-textarea:hover, .formandu-textarea:focus, select:hover, select:focus {
  border: 1px solid #a1ebff;
}

/*******************************************************************************
 ** Responsive */

/** Phone/tablet */

@media (max-width: 1000px) {
  .content.brokenout .pb-block-outer>div, .wrapper, .flexi-cookie-inner {
    width: 100%;
  }
  #up-arrow, .search .form {
    display: none;
  }
}

/** Menus */

@media (max-width: 975px) {
  body {
    padding-top: 35px;
  }
  .header {
    padding-top: 10px;
  }
  .menubar {
    height: 0;
    padding: 0;
  }
  nav.menu {
    padding: 0;
    background: #fff;
    border-right: 1px solid #c9d9e2;
    text-align: left;
  }
  nav.menu span.item span.submenu a, nav.menu>span.item>a, nav.menu>span.item.has-submenu>a:hover {
    text-align: left;
    background: #fff;
    color: #333;
    transition: background 0.3s, color 0.3s;
    padding: 15px;
  }
  nav.menu > span.item > span.submenu {
    background: #fff;
  }
  nav.menu span.item span.submenu a:hover, nav.menu>span.item>a:hover {
    background: #24377c;
    color: #fff;
  }
  nav.menu.flyout span.item span.submenu {
    padding: 0 0 5px 20px;
  }
  .header {
    text-align: center;
  }
  .header .col3,
  .header .col1 {
    float: none;
    margin: 0;
    width: 100%;
    text-align: center;
    padding: 0;
    display: block;
  }
  .header .row {
    height: auto;
    padding: 10px;
    display: block;
  }
  .header a.quantum {
    position: static;
    top: auto;
    right: auto;
  }
  .header .wrapper {
    padding: 0;
  }
}

/** Big phone */

@media (max-width: 750px) {
  .formandu-text, .formandu-textarea, .formandu-dropdown, .formandu-static-text, .formandu-listbox {
    width: 95%;
  }
  .footer {
    padding: 0 5px;
  }
  .flexi-cookie-msg {
    float: none;
    font-size: 0.8em;
    padding: 0;
    width: auto;
    position: static;
  }
  .flexi-cookie-buttons {
    width: auto;
    float: none;
    text-align: center;
    padding: 5px 0;
  }
  .footer .social {
    padding: 10px 0;
  }
}

/** Small phone */

@media (max-width: 600px) {
  .content {
    padding: 0 3px;
  }
  .footer, .col.right, .header {
    text-align: center;
  }
  span.powered {
    display: block;
    margin-left: 0;
  }
}

