/*
**
** HOMEPAGE
**
*/

body {
  font-family: 'museo-sans', sans-serif;
  background: #f5f9fb;
}

.navbar .btn-navbar .icon-bar {
  height: 4px;
  margin-bottom: 6px;
  width: 32px;
}

#docsSearch {
  margin-bottom: 6em;
  padding: 7em 0 5em;
  background-image: url(https://18birdies.com/public-images/helpscout-background.jpg);
  background-position: center;
  background-color: #a5a816;
  background-repeat: no-repeat;
}

#docsSearch h1 {
  color: #ffffff;
  margin-bottom: 1em;
}

.navbar .navbar-inner {
  background: #ffffff;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.04), 0 4px 16px rgba(0, 0, 0, 0.04);
  position: relative;
}

.navbar .nav li a {
  color: #000000;
  font-size: 15px;
  font-weight: 300;
  transition: all 0.3s;
}

.navbar .nav li a:hover {
  color: rgba(0, 0, 0, 0.6);
}

.navbar .nav > li > a {
  padding: 14px 20px;
  text-transform: uppercase;
}

.navbar .brand {
  width: 225px;
  padding-top: 0;
  padding-bottom: 0;
}

#searchBar .search-query {
  border: none;
  border-radius: 4px;
  box-shadow: 0 4px 12px rgba(1, 87, 155, 0.11), 0 2px 4px rgba(0, 0, 0, 0.08);
  font-family: 'museo-sans', sans-serif;
  height: 56px;
}

input[type='text'] {
  color: #455a64;
}

#searchBar button {
  background: #2ab5ff;
  border: none;
  border-radius: 2px;
  height: 46px;
  margin: 5px;
  right: 0;
  transition: all 0.3s;
}

#searchBar button:hover {
  background: #455a64;
}

.birdy-contact-text {
  font-size: 18px;
  line-height: 26px;
}

.birdy-contact-button {
  background-color: #2ab5ff;
  border-radius: 4px;
  color: #ffffff;
  display: inline-block;
  font-size: 18px;
  line-height: 44px;
  margin: 24px 0;
  padding: 0 32px;
  transition: all 0.3s;
}

.birdy-contact-button:hover {
  background-color: #4381b5;
  color: #ffffff;
  text-decoration: none;
}

footer {
  text-align: center;
}

/* Autosuggest Dropdown */

#serp-dd {
  border: none;
  top: 76px;
}

#serp-dd .result a {
  color: #0288d1;
}

.collection-category h2 {
  margin: 0 0 40px;
  text-align: center;
}

.collection-category h2 a {
  color: #37474f;
  font-weight: bold;
}

.category-list {
  padding-bottom: 40px;
  text-align: center;
}

.category-list .category {
  background: #ffffff;
  border: none;
  border-radius: 4px;
  box-shadow: 0 6px 24px rgba(1, 87, 155, 0.08), 0 2px 4px rgba(0, 0, 0, 0.06);
  box-sizing: border-box;
  margin-bottom: 2em;
  padding: 1.5em;
  transition: all 0.3s;
}

.category-list .category:hover {
  background: #ffffff;
  box-shadow: 0 6px 24px rgba(1, 87, 155, 0.11), 0 8px 16px rgba(0, 0, 0, 0.06);
  transform: translateY(-1px);
}

.category-list .category h3 {
  color: #37474f;
}

.category-list .category p {
  color: #90a4ae;
}

@media screen and (max-width: 768px) {
  body {
    background: #eceff1;
  }

  .navbar .btn-navbar {
    right: 0;
    height: auto;
    margin: 14px 0;
    top: 5px;
    width: auto;
  }

  .navbar .nav {
    padding: 8px 0;
  }

  .navbar .nav > li > a {
    padding: 8px 12px;
  }

  .navbar .btn-navbar .icon-bar {
    background: #ffffff;
  }

  #docsSearch {
    padding: 5em 0 2em;
  }

  #docsSearch h1 {
    margin-top: 0;
  }

  .navbar .nav {
    background: #eceff1;
    border-radius: 4px;
  }

  .navbar .nav .active a {
    color: #000000;
  }

  #sidebar form .search-query {
    box-shadow: 0 4px 6px rgba(1, 87, 155, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
  }

  #serp-dd {
    top: 71px;
  }
}

@media screen and (max-width: 480px) {
  #serp-dd {
    width: 100%;
  }
}

/*
**
** CATEGORY PAGES
**
*/

#main-content {
  background: none;
}

.contentWrapper {
  border: none;
  border-radius: 4px;
  box-shadow: 0 15px 35px rgba(1, 87, 155, 0.06), 0 5px 15px rgba(0, 0, 0, 0.06);
  color: #37474f;
}

.contentWrapper p.descrip {
  margin-top: 16px;
}

#sidebar h3 {
  font-size: 18px;
}

#sidebar .nav-list li {
  margin: 4px 0;
}

#sidebar .nav-list a {
  background-color: rgba(1, 80, 125, 0.05);
  border-left: 4px solid transparent;
  border-radius: 2px;
  display: block;
  font-size: 1.4em;
  line-height: 40px;
  margin: 0;
  padding: 0 0 0 16px;
  transition: all 0.3s;
}

#sidebar .nav-list a:hover {
  background-color: rgba(1, 80, 125, 0.05);
}

#sidebar .nav-list .active a {
  background: rgba(0, 154, 218, 0.18);
  border-left: 4px solid #2ab5ff;
  color: #2ab5ff;
}

#sidebar .nav-list .active a:hover {
  background: rgba(0, 154, 218, 0.2);
  color: #2ab5ff;
}

#sidebar form .search-query {
  border: none;
  box-shadow: 0 4px 6px rgba(1, 87, 155, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
}

#sidebar form .search-query:hover,
#sidebar form .search-query:focus {
  box-shadow: 0 4px 6px rgba(1, 87, 155, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
}

#categoryHead .sort {
  top: 0;
}

#categoryHead .sort select {
  background: #eceff1;
  border: none;
  font-size: 12px;
  height: 40px;
  outline: none;
}

.articleFoot p,
.articleFoot time {
  font-family: 'museo-sans', sans-serif;
  font-size: 14px;
}

/*
**
** CATEGORY PAGES
**
*/

label {
  font-size: 16px;
}

select,
textarea,
input[type='text'],
input[type='password'],
input[type='datetime'],
input[type='datetime-local'],
input[type='date'],
input[type='month'],
input[type='time'],
input[type='week'],
input[type='number'],
input[type='email'],
input[type='url'],
input[type='search'],
input[type='tel'],
input[type='color'],
.uneditable-input {
  border: 1px solid rgba(1, 80, 125, 0.2);
  color: #263238;
  font-size: 14px;
  height: 32px;
}

textarea:hover,
input:hover,
input[type='text']:hover,
input[type='password']:hover,
input[type='datetime']:hover,
input[type='datetime-local']:hover,
input[type='date']:hover,
input[type='month']:hover,
input[type='time']:hover,
input[type='week']:hover,
input[type='number']:hover,
input[type='email']:hover,
input[type='url']:hover,
input[type='search']:hover,
input[type='tel']:hover,
input[type='color']:hover,
.uneditable-input:hover {
  /*background-color: rgba(1,80,125,.01);*/
  border: 1px solid rgba(0, 154, 218, 0.6);
  box-shadow: inset 0 2px 3px rgba(1, 80, 125, 0.16);
}

textarea:focus,
input:focus,
input[type='text']:focus,
input[type='password']:focus,
input[type='datetime']:focus,
input[type='datetime-local']:focus,
input[type='date']:focus,
input[type='month']:focus,
input[type='time']:focus,
input[type='week']:focus,
input[type='number']:focus,
input[type='email']:focus,
input[type='url']:focus,
input[type='search']:focus,
input[type='tel']:focus,
input[type='color']:focus,
.uneditable-input:focus {
  /*background-color: rgba(1,80,125,.01);*/
  border: 1px solid rgba(0, 154, 218, 0.6);
  box-shadow: inset 0 2px 3px rgba(1, 80, 125, 0.16);
}

.btn {
  background-color: #2ab5ff;
  background-image: none;
  border: none;
  border-radius: 4px;
  box-shadow: none;
  color: #ffffff;
  display: inline-block;
  font-size: 18px;
  line-height: 44px;
  margin: 24px 0;
  padding: 0 32px;
  text-shadow: none;
  transition: all 0.3s;
}

button.btn,
input[type='submit'].btn {
  transition: all 0.3s;
}

.btn:hover {
  background-color: #4381b5;
  border: none;
  box-shadow: none;
  color: #ffffff;
}

/*
**
** ARTICLE ACCORDIONS
**
*/

.faq-accordion {
  max-width: 760px;
}

.faq-accordion details {
  border-bottom: 1px solid #e5e5e5;
  padding: 0;
}

.faq-accordion summary {
  list-style: none;
  cursor: pointer;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.4;
  padding: 18px 36px 18px 0;
  position: relative;
}

.faq-accordion summary::-webkit-details-marker {
  display: none;
}

.faq-accordion summary::after {
  content: "⌄";
  font-size: 22px;
  line-height: 1;
  position: absolute;
  right: 4px;
  top: 50%;
  transform: translateY(-50%);
  transition: transform 0.2s ease;
}

.faq-accordion details[open] summary::after {
  transform: translateY(-50%) rotate(180deg);
}

.faq-accordion details p,
.faq-accordion details ul {
  margin-left: 0;
  margin-right: 0;
}

.faq-accordion details p:first-of-type,
.faq-accordion details ul:first-of-type {
  margin-top: 0;
}

.faq-accordion details > :not(summary) {
  padding-bottom: 16px;
}
