/* GENERIC */
body,
input {
  font-family: 'Open Sans', sans-serif;
}
h1 strong {
  font-weight: 600;
}
a,
a span {
  color: #ef7878;
  -webkit-transition: all .15s;
  -moz-transition: all .15s;
  -o-transition: all .15s;
  transition: all .15s;
}
/* remove default webkit input shadow */
input,
textarea {
  -webkit-appearance: none;
}
/* HEADER */
#mainNav .brand span {
  background: url(https://cp1-hosting-porkbun.ink/kb-assets/img/Porkbun_RGB.svg) no-repeat 0 0;
  background-size: 100%;
  display: inline-block;
  height: 135px;
  text-indent: -9000px;
  width: 275px;
}

.navbar .brand, .navbar .nav li a:hover, .navbar .nav li a:focus, .navbar .nav .active a, .navbar .nav .active a:hover, .navbar .nav .active a:focus {
    color: #222222;
}

.navbar .navbar-inner {
    background: #fce8e9;
}

.navbar .brand {
  padding: 0px 20px 15px 0;
}
.navbar .nav a {
  font-size: 15px;
}

.navbar .nav li a,
.navbar .icon-private-w {
  color: #ef7878;
}
.navbar .nav li a {
  padding: 14px 15px;
}
.navbar .btn-navbar .icon-bar {
  background: #fff;
  box-shadow: none;
}

/* HOME */
.category-list.two-col .category {
  padding: 96px 40px 20px;
  width: 48.2%;
}

.category-list .category {
  background-color: #fff;
  background-position: top 34px center !important;
  background-repeat: no-repeat !important;
  background-size: 50px 50px !important;
  box-shadow: 0 7px 4px -5px rgba(0,0,0,0.05);
  box-sizing: border-box;
  min-height: 183px;
  padding: 96px 20px 20px;
  position: relative;
  width: 31.5%;
  transition: all 0.2s;
}

#collection-category-8 .category-list .category {
  padding: 20px;
}

/* Help Desk collection icons */
/* Accounts */
#category-20 {
  background-image: url(https://porkbun-media.s3-us-west-2.amazonaws.com/tld-buns/_me.svg);
}
/* DNS */
#category-23 {
  background-image: url(https://porkbun-media.s3-us-west-2.amazonaws.com/tld-buns/_repair.svg);
}
/* Domain Registration and Renewals */
#category-38 {
  background-image: url(https://porkbun-media.s3-us-west-2.amazonaws.com/tld-buns/_supply.svg);
}
/* Email */
#category-12 {
  background-image: url(https://porkbun-media.s3-us-west-2.amazonaws.com/tld-buns/_email.svg);
}
/* How Long Will it Take? */
#category-32 {
  background-image: url(https://porkbun-media.s3-us-west-2.amazonaws.com/tld-buns/_money.svg);
}
/* Web */
#category-40 {
  background-image: url(https://porkbun-media.s3-us-west-2.amazonaws.com/tld-buns/_dev.svg);
}
/* Affiliate Program */
#category-77 {
  background-image: url(https://porkbun-media.s3-us-west-2.amazonaws.com/tld-buns/_ninja.svg);
}
/* Transfers */
#category-80 {
  background-image: url(https://porkbun-media.s3-us-west-2.amazonaws.com/tld-buns/_global.svg);
}
/* Connect Domains */
#category-92 {
  background-image: url(https://porkbun-media.s3-us-west-2.amazonaws.com/tld-buns/_io.svg);
}
/* Hosting */
#category-208 {
  background-image: url(https://porkbun-media.s3-us-west-2.amazonaws.com/tld-buns/_hosting.svg);
}


.category-list .category:hover {
  background-color: #fff;
  -webkit-box-shadow: 0 9px 20px -8px rgba(0,0,0,0.15);
  -moz-box-shadow: 0 9px 20px -8px rgba(0,0,0,0.15);
  box-shadow: 0 9px 20px -8px rgba(0,0,0,0.15);
}

#serp-dd .result a:hover, #serp-dd .result > li.active, #full-Article strong a, .collection a, .contentWrapper a, .most-pop-articles .popArticles a, .most-pop-articles .popArticles a:hover span, .category-list .category .article-count, .category-list .category:hover .article-count {
    color: #EF7878;
}


.category-list .category h2 {
  font-size: 25px;
}

.category-list .category p {
  color: #222222; /* charcoal-200 */
  line-height: 22px;
}

.category-list h3 {
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 12px;
}

/* targeting First collection categories only */
.category-list .category:before {
  content:"";
  position: absolute;
  top: -3px;
  height: 3px;
  width: calc(100% + 2px);
  left: -1px;
  right: -1px;
}

.category-list .category:nth-child(4n+1):before {
  background: #ef7878; /* blue-400 */
}
.category-list .category:nth-child(4n+2):before {
  background: #ef7878; /* green-400 */
}
.category-list .category:nth-child(4n+3):before {
  background: #ef7878; /* yellow-400 */
}
.category-list .category:nth-child(4n+4):before {
  background: #ef7878; /* orange-400 */
}

#collection-category-8 .category-list .category:nth-child(4n+1):before,
#collection-category-8 .category-list .category:nth-child(4n+2):before,
#collection-category-8 .category-list .category:nth-child(4n+3):before,
#collection-category-8 .category-list .category:nth-child(4n+4):before {
  background: #ef7878; /* grey-600 */
}


/* SEARCH */
#searchBar .search-query {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: 0;
  height: 60px;
  /*line-height: 62px;*/
  padding-top: 21px;
  padding-bottom: 24px;
}

/* remove shadow on content search box */
#sidebar #searchBar .search-query {
  padding-bottom: 15px;
  padding-left: 14px;
  padding-top: 15px;
  border-radius: 4px;
  box-shadow: none;
  height: 44px;
}
#searchBar .search-query:focus,
#searchBar #sidebar form .search-query:focus {
  border-color: #ef7878; /* blue-700 */
  -webkit-box-shadow: 0 10px 20px rgba(0,0,0,0.15);
  -moz-box-shadow: 0 10px 20px rgba(0,0,0,0.15);
  box-shadow: 0 10px 20px rgba(0,0,0,0.15);
}
#searchBar button {
  background: #ef7878; /* blue-700 */
  border-color: #ef7878; /* blue-700 */
  font-family: 'Open Sans', sans-serif;
  text-shadow: none;
  height: 60px;
  -webkit-transition: background .15s;
  -moz-transition: background .15s;
  -o-transition: background .15s;
  transition: background .15s;
}
input.search-query {
  padding-left: 20px;
  padding-right: 20px;
}
#searchBar button:hover {
  background-color: #ef7878;
  color: #222222;
}
#serp-dd .result a:hover,
#serp-dd .result > li.active {
  background: #F4F4F4;
}
#docsSearch {
  background: #f7c6c7;
  background-size: cover;
  border-bottom: 0;
  margin-top: -65px;
  padding: 6em 0 3em;
}
@media (min-width: 768px) {
  #docsSearch {
    padding: 8em 0 8em;
  }
}
#docsSearch h1 {
  color: white;
  font-size: 35px;
  -webkit-font-smoothing: antialiased;
}
#serp-dd {
  border-radius: 5px;
  top: 82px;
}
@media (min-width: 768px) {
  #serp-dd {
    top: 88px;
  }
}
@media (max-width: 480px) and (max-width: 768px) {
  #searchBar button .icon-search {
    position: relative;
    top: 2px;
  }
}
#serp-dd.sb {
  border-radius: 5px;
  top: 48px;
}

/* INTERIOR PAGES */
#main-content {
  background: none;
}
#main-content:after {
  background: #f7f9fa;
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  content: "";
}
.contentWrapper {
  border: 0;
}
#sidebar .nav-list .active a,
#sidebar .nav-list .active a:hover,
#sidebar .nav-list .active a:focus,
#sidebar .nav-list h3 {
  color: #ef7878;
  font-weight: 600;
}
#sidebar .nav-list .active a .icon-arrow:before,
#sidebar .nav-list .active a:hover .icon-arrow:before,
#sidebar .nav-list .active a:focus .icon-arrow:before {
  color: #ef7878;
}
#sidebar .nav-list a {
  color: #6d7983;
}
#categoryHead h1 {
  color: #222222;
  margin-bottom: 15px;
}
h1 {
  letter-spacing: -0.5px;
}
.contentWrapper p.descrip {
  color: #6d7983;
  line-height: 26px;
  margin-bottom: 25px;
}
.contentWrapper h1,
#fullArticle h1.title {
  line-height: 1.4em;
}
/* $ARTCILES */
#fullArticle dt {
  background: ##ef7878;
}
#fullArticle h4 {
  font-weight: 400;
}
#fullArticle p,
#fullArticle ul,
#fullArticle ol,
#fullArticle li,
#fullArticle div,
#fullArticle blockquote,
#fullArticle dd,
#fullArticle table {
  color: #4F5D6B; /* charcoal-700 */
  font-size: 16px;
  line-height: 26px;
}
#fullArticle strong {
  color: #4A4D4F;
  font-weight: 600;
}
#fullArticle h1,
#fullArticle h2,
#fullArticle h3,
#fullArticle h4,
#fullArticle h5 {
  color: #222222; /* charcoal-700 */
  margin-bottom: 1em;
  margin-top: 1.5em;
}
#fullArticle h2,
#fullArticle h5 {
  font-weight: 600;
}
#fullArticle h4 {
  font-weight: 500;
}
#fullArticle h1,
#fullArticle h3 {
  font-weight: 400;
}
#fullArticle h3 {
  font-size: 24px;
}
#fullArticle h1.title {
  margin-bottom: 1em;
}
#fullArticle pre,
#fullArticle table {
  margin-bottom: 2.5em;
}
#fullArticle dt {
  font-size: 15px;
  min-width: 9px;
}
#fullArticle table th {
  font-weight: 600;
}
#fullArticle img {
  margin: 2.5em 0;
}
#fullArticle .index-list {
  margin-bottom: 2.5em;
  border-left: 5px solid #AAAEB7;
}
#fullArticle .index-list h4 {
  display: block;
  text-transform: uppercase;
  margin: 0;
  padding: 8px 26px 0;
  font-size: 1em;
  font-weight: 600;
}
#fullArticle .index-list ul {
  list-style: none;
  margin: 1em 25px 0em;
  float: left;
}
#fullArticle .index-list li {
  float: left;
  width: 305px;
}
#fullArticle .index-list:before,
#fullArticle .index-list:after {
  display: table;
  content: "";
  /* Fixes Opera/contenteditable bug:
      /* http://nicolasgallagher.com/micro-clearfix-hack/#comment-36952 */
  line-height: 0;
}
#fullArticle .index-list:after {
  clear: both;
}
#fullArticle .callout-yellow,
#fullArticle .callout-blue,
#fullArticle .callout-red,
#fullArticle .callout-green,
#fullArticle .callout {
  color: #6d767e;
  margin-bottom: 2.5em;
}
#fullArticle .callout-yellow {
  background: #fff7e4;
  border-color: #ffdf92;
}
#fullArticle .callout-blue {
  background: #ecf7ff;
  border-color: #80bfe2;
}
#fullArticle .callout-green {
  background: #e9fceb;
  border-color: #92d7a9;
}
#fullArticle .private-note > :first-child {
  margin-top: 0;
}
#fullArticle .private-note p {
  line-height: 1.6;
}
.icon-article-doc {
  display: none;
}
.related {
  border: 0;
  border-top: 1px solid #eceef0;
  padding: 30px 46px 25px;
}
.articleFoot p, .articleFoot time {
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
}
.articleFoot p,
#sbContact {
  color: #6d7983;
}
.icon-contact {
  color: #c3c8cb;
}
footer p,
footer p a {
  color: #6d7983;
}
.articleList a {
  margin-left: 0;
}
.articleList li {
  padding-left: 0;
}
.articleList li a:hover span {
  color: #ef7878;
  text-decoration: none;
}
#serp .articleList > li {
  padding-left: 0;
}
/* CONTACT FORMS */
#contactModal {
  border: 0;
  border-radius: 4px;
  border-top: 4px solid #3197D1;
  top: 8%;
}
#contactModal h2 {
  background: 0;
  border: 0;
  font-size: 28px;
  padding: 1em 0 0.25em;
  text-align: center;
}
#contactModal .modal-body {
  padding: 0 6em 0;
  min-height: 525px;
}
#contactModal .control-label {
  float: none;
  text-align: left;
  width: auto;
}
#contactModal .controls {
  margin: 0;
}
#contactModal #md-message {
  height: 80px;
  width: 400px;
}
#contactModal .form-actions {
  padding: 0;
  margin: 15px auto 20px;
  text-align: center;
}
#contactModal .icon-close:before {
  color: #c6c8ca;
}
#contactModal .controls input,
#contactForm .controls input {
  box-shadow: none;
  height: 25px;
  width: 400px;
}
#contactForm .control-group,
#contactModal .control-group {
  margin-bottom: 10px;
}
#contactModal .controls input:focus,
#contactModal #md-message:focus,
#contactForm .controls input:focus,
#contactForm #message:focus {
  border-color: #cccccc;
  box-shadow: none;
}
#contactModal #md-message,
#contactForm #message {
  box-shadow: none;
}
#contactModal .form-actions input,
#contactForm .form-actions input {
  background: #ef7878;
  border: 0;
  color: #fff;
  font-size: 13px;
  padding: 10px 25px;
  text-shadow: none;
  text-transform: uppercase;
}
#contactForm:before {
  color: #343b41;
  content: "How can we help?";
  font-size: 30px;
  font-weight: 400;
  display: block;
  line-height: 45px;
  margin-bottom: 1em;
}
/* RESPONSIVE */
@media (max-width: 768px) {
  .navbar .btn-navbar {
    margin-top: 16px;
    right: -10px;
  }
  .related {
    padding: 30px 25px 25px;
  }
  .related ul {
    margin-left: 0;
  }
  .related h3 {
    padding-left: 0;
  }
  .related ul > li a {
    margin-left: 0;
  }
}
@media (max-width: 480px) {
  #searchBar button {
    background: none;
  }
  #contactForm input[name="upload"] {
    width: 95%;
  }
}
/* Fix for making homepage category gallery go smoothly from 3 to 2 to 1 column */
@media screen and (max-width: 1105px) {
  section.category-list .category {
    width: 48.2%;
  }
}
@media screen and (max-width: 760px) {
  section.category-list .category {
    box-sizing: border-box;
    margin: 0 0 20px;
    padding: 96px 20px 20px;
    width: 100%;
  }
}
/* Reset styles for Docs Style Guide */
/* http://docs.helpscout.net/article/40-docs-style-guide */
.demo-styles * {
  font-family: 'Open Sans', sans-serif;
}
.demo-styles pre {
  font-family: Monaco,Menlo,Consolas,"Courier New",monospace;
}
/* Headers */
#fullArticle .demo-styles h1, 
#fullArticle .demo-styles h2, 
#fullArticle .demo-styles h3, 
#fullArticle .demo-styles h4, 
#fullArticle .demo-styles h5 {
  color: #222;
  font-weight: 700;
  margin-bottom: .65em;
}
#fullArticle .demo-styles h1,
.contentWrapper .demo-styles h1, 
#fullArticle .demo-styles h1.title {
  font-weight: 400;
  line-height: 1.2em;
}
#fullArticle .demo-styles h3 {
  font-size: 21px;
}
/* Paragraph */
#fullArticle .demo-styles p, 
#fullArticle .demo-styles ul, 
#fullArticle .demo-styles ol, 
#fullArticle .demo-styles li, 
#fullArticle .demo-styles div, 
#fullArticle .demo-styles blockquote, 
#fullArticle .demo-styles dd, 
#fullArticle .demo-styles table {
  color: #585858;
  font-size: 14px;
  line-height: 1.55em;
}
/* Notes */
#fullArticle .callout-blue {
  background: #e8f4ff;
  border-color: #bed1e6;
}
#fullArticle .callout-green {
  background: #e5fadc;
  border-color: #bbdaaf;
}
#fullArticle .callout-yellow {
  background: #fffcd5;
  border-color: #e7dca4;
}
#fullArticle .demo-styles .callout-yellow h3, 
#fullArticle .demo-styles .callout-blue h3, 
#fullArticle .demo-styles .callout-red h3, 
#fullArticle .demo-styles .callout-green h3, 
#fullArticle .demo-styles .callout h3, 
#fullArticle .demo-styles .private-note h3 {
  font-weight: 400;
}