/*DOLPHIO CUSTOM*/
.vex .vex-content {
  width: 540px !important;
  border: 3px solid black;
  border-radius: 10px;
  background: aliceblue !important;
  margin: 0 auto;
  top: 15%;
  position: relative;
  padding: 1rem;
}

.vex .vex-dialog-input h1 {
  margin-bottom: 30px;
}

.vex .custom-buttons {
  text-align: center;
}

.vex .custom-buttons input {
  border: none;
  border-radius: 4px;
  box-shadow: none;
  text-shadow: none;
  color: #fff;
  padding: 15px 15px;
  position: relative;
}

.vex .custom-buttons input:focus {
  outline: none;
}

.vex .custom-buttons input::-moz-focus-inner {
  border: 0;
}

.vex .customized-accessories {
  background: #5cb8e6;
  margin: 0 8px 15px 8px;
  width: 190px;
}

.vex .checkout {
  background: #9c9a9a;
  margin-top: 15px;
  width: 225px;
}

.vex .invalid-number h1 {
  line-height: 35px;
  width: 90%;
}

.vex .invalid-number .close-popup {
  float: right;
  margin-top: -10px;
  font-size: large;
}

.vex .invalid-number .close-popup a {
  color: black;
  cursor: pointer;
}

/**
 * Hide the little progress thingy on the shipping block
 */
#commerce-shipping-service-ajax-wrapper .ajax-progress-throbber {
  display: none !important;
  height: 0 !important;
}

.portfolio-elem {
  padding: 3px !important;
}

.portfolio-elem .project-title a, .portfolio-elem .project-title a:visited {
  font-size: 15px;
  font-family: 'Open Sans', sans-serif;
  color: #333333 !important;
}
