/*! HTML5 Boilerplate v8.0.0 | MIT License | https://html5boilerplate.com/ */
/* main.css 2.1.0 | MIT License | https://github.com/h5bp/main.css#readme */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html {
  color: #222;
  font-size: 1em;
  line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Hide visually and from screen readers
 */
.hidden,
[hidden] {
  display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */
.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
  /* 1 */
}

/*
 * Extends the .sr-only class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */
.sr-only.focusable:active,
.sr-only.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  white-space: inherit;
  width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */
.invisible {
  visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix::before,
.clearfix::after {
  content: " ";
  display: table;
}

.clearfix::after {
  clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}

@media print,
(-webkit-min-device-pixel-ratio: 1.25),
(min-resolution: 1.25dppx),
(min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */
@media print {

  *,
  *::before,
  *::after {
    background: #fff !important;
    color: #000 !important;
    /* Black prints faster */
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]::after {
    content: " ("attr(href) ")";
  }

  abbr[title]::after {
    content: " ("attr(title) ")";
  }

  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
  a[href^="#"]::after,
  a[href^="javascript:"]::after {
    content: "";
  }

  pre {
    white-space: pre-wrap !important;
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  /*
   * Printing Tables:
   * https://web.archive.org/web/20180815150934/http://css-discuss.incutio.com/wiki/Printing_Tables
   */
  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }
}

body {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333333;
  background-color: #ffffff;
}

a {
  text-decoration: none;
}

header {
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.29);
  padding: 10px 0px;
}

.mini-contact {
  display: flex;
  flex-direction: column;
}

.mini-contact a {
  text-decoration: none;
  color: #212121;
  font-size: 15px;
  font-weight: 500;
}

.mini-contact a:first-child {
  margin-bottom: 5px;
}

.orgazo-head {
  margin: 30px 0px 100px;
  text-align: center;
}

.orgazo-head h1 {
  font-weight: 600;
  font-size: 24px;
  color: #322C71;
  margin: 0px 0px 25px;
}

.orgazo-head h1 span {
  color: #225DBF;
}

.free-row {
  display: flex;
  align-items: center;
  justify-content: center;
}

.free-row div {
  border-left: 3px solid #44B82E;
  border-radius: 2px;
  background: #ffffff;
  color: #000;
  font-size: 15px;
  font-weight: 500;
  padding: 10px 15px 10px 15px;
  margin-right: 20px;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
}

.free-row div:last-child {
  margin-right: 0px;
}

.bundle-list h2 {
  font-weight: 500;
  font-size: 20px;
  color: #322C71;
  margin: 0px 0px 15px;
}

.bundle-list div {
  font-weight: 500;
  color: #000;
  display: flex;
  align-items: center;
  font-size: 15px;
  margin-bottom: 15px;
}

.bundle-list div:before {
  background: #322C71;
  width: 6px;
  height: 6px;
  border-radius: 2px;
  content: "";
  margin-right: 10px;
  display: inline-block;
}

.input-group input,
.input-group textarea {
  border: 1px solid #cdd3d8;
  border-radius: 2px;
  margin-bottom: 15px;
  color: #000;
  padding: 10px 20px;
  width: 88%;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
}

.input-group textarea {
  resize: none;
}

.input-group input {
  height: 25px;
}

input.submit-btn {
  background: #225DBF;
  border-radius: 2px;
  color: #ffffff;
  padding: 13px 20px;
  border: 0px;
  width: 100%;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 500;
  text-align: center;
}

.orgazo-portfolio-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.orgazo-portfolio-item a {
  border: 2px solid #225DBF;
  display: inline-flex;
  padding: 10px 20px;
  color: #225DBF;
  font-weight: 500;
  border-radius: 3px;
  text-transform: uppercase;
}

footer {
  background: #eeeeee;
  margin-top: 30px;
}

footer .orgazo-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0px;
  color: #333333;
  font-size: 13px;
}

footer .orgazo-container a {
  color: #333333;
}

footer .orgazo-container a:hover {
  color: #225DBF;
}

h4 {
  margin: 0px;
}

h1.page-title {
  text-align: center;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 20px;
  margin-top: 30px;
}

.orgazo-container.privacy {
  max-width: 1000px;
  line-height: 1.7;
  font-weight: 500;
  color: #878787;
}

@media only screen and (min-width: 1024px) {
  .orgazo-container {
    max-width: 1260px;
    padding: 0px 10px;
    width: 100%;
    margin: 0px auto;
  }

  .header-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .logo img {
    margin-left: -10px;
  }

  .orgazo-main {
    max-width: 1100px;
    margin: 0px auto;
    display: flex;
    background: #f6f8f8;
    padding: 30px 30px;
    position: relative;
  }

  .orgazo-portfolio {
    max-width: 1100px;
    margin: 0px auto 0px;
    display: flex;
    padding: 30px 30px;
    position: relative;
    flex-wrap: wrap;
  }

  .orgazo-portfolio>div {
    width: 50%;
  }

  h2 {
    text-align: center;
    margin-top: 140px;
    margin-bottom: 0px;
    color: #225DBF;
    letter-spacing: 0.6px;
  }

  .bundle-list {
    width: 750px;
  }

  .quick-contact {
    width: 350px;
    background: #fff;
    box-shadow: 0 2px 20px 0 rgba(0, 0, 0, .1);
    padding: 15px 20px 20px;
    position: absolute;
    right: 60px;
    top: -50px;
    border-top: 3px solid #225DBF;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
  }

  .quick-contact-inner h3 {
    margin: 4px 0px 10px;
    text-align: center;
  }
  
  .orgazo-portfolio>div:nth-child(1),.orgazo-portfolio>div:nth-child(2) {
    margin-bottom: 100px;
}
}

@media only screen and (max-width: 1024px) {
  .logo img {
    width: 140px;
    margin-left: -8px;
  }

  .orgazo-main {
    margin: 0px 10px;
    display: flex;
    flex-direction: column-reverse;
  }

  .orgazo-head {
    margin: 20px 0px 10px;
  }

  .quick-contact {
    margin-bottom: 20px;
  }

  .bundle-list h2 {
    font-size: 16px;
    margin-bottom: 10px;
  }

  .bundle-list div {
    font-size: 12px;
    align-items: center;
  }

  h2 {
    text-align: center;
  }

  .orgazo-portfolio-item {
    margin-bottom: 30px;
  }

  .orgazo-portfolio {
    margin: 0px 10px;
  }

  .header-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .orgazo-container {
    margin: 0px 12px;
  }

  .mini-contact a {
    font-size: 12px;
  }

  .orgazo-head h1 {
    margin: 25px auto 15px;
    font-size: 16px;
    max-width: 300px;
  }

  .free-row {
    display: grid;
    align-items: center;
    justify-content: center;
    grid-gap: 10px;
    grid-template-columns: 1fr 1fr;
    margin: 0px 10px;
  }

  .free-row>div:first-child {
    grid-column-end: span 2;
  }

  .free-row div {
    padding: 10px 10px 10px 10px;
    font-size: 12px;
    margin-right: 0px;
  }

  .orgazo-portfolio-item img {
    width: 100%;
  }
}
