html {
  font-family: 'Titillium Web', sans-serif;
  font-weight: 400;
}
body {
  padding: 70px 0 0;
  margin: 70px 0 0;
  margin: 0;
  background: #f3f3f3;
}
body.page-template-default {
  background: #f3f3f3;
}
a {
  color: inherit;
  text-decoration: none;
}
p {
  font-size: 18px;
  line-height: 24px;
  margin: 15px 0;
}
img {
  width: 100%;
}
#phone {
  position: absolute;
  top: 0;
  right: 40px;
  border: 2px solid rgba(255, 255, 255, 0.125);
  padding: 10px 20px;
  line-height: 25px;
  transition: all 0.5s;
}
#phone.x:before {
  content: "\f095";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 5px;
}
#phone:hover i {
  transform: rotate(45deg);
  transform: rotate(-15deg);
}
#topheader {
  z-index: 100;
  padding: 0 30px;
  text-align: center;
  color: white;
  position: fixed;
  width: 100%;
  top: 0;
  transition: padding 0.5s;
}
#topheader a {
  display: block;
  text-transform: uppercase;
  letter-spacing: 1px;
}
#footer-logo {
  font-size: 50px;
  line-height: 50px;
  margin: 0;
  display: inline-block;
  padding: 10px;
  opacity: 0.95;
}
#footer-name {
  font-size: 20px;
  width: 100px;
  text-align: left;
  line-height: 20px;
  padding: 16px;
  border-left: 2px solid white;
  display: inline-block;
  opacity: 0.95;
}
#short-title {
  font-size: 50px;
  line-height: 49px;
  float: left;
  margin-top: -1px;
  padding: 0 10px 0 25px;
  transition: all 0.5s;
  z-index: 9;
  position: relative;
}
.scrolled #short-title {
  padding: 0 10px 0 45px;
}
.scrolled #long-title {
  opacity: 0.75;
  border-left: 2px solid white;
}
.scrolled #phone {
  right: 70px;
}
.scrolled #topheader {
  padding: 0;
}
.scrolled #mainnav {
  padding: 10px 15px;
  height: 70px;
}
.scrolled #mainnav li {
  padding: 25px 30px;
  margin-top: -10px;
}
.scrolled #mainnav:after {
  content: "rar";
  height: 1px;
  width: 100%;
  background: white;
  opacity: 0.1;
  position: absolute;
  left: 0;
  bottom: -1px;
  font-size: 0;
}
#long-title {
  font-size: 19px;
  line-height: 20px;
  float: left;
  width: 100px;
  padding: 5px 10px;
  text-align: left;
  border-left: 2px solid white;
  transition: all 0.5s;
  z-index: 9;
  position: relative;
}
.post-preview {
  position: relative;
  display: block;
}
.post-preview img {
  width: 100%;
  object-fit: cover;
}
.post-preview p {
  margin: 0;
}
.post-outside {
  box-shadow: inset 0 0 30px rgba(255, 255, 255, 0.95);
  top: -10px;
  bottom: -10px;
  left: -10px;
  right: -10px;
  /* height: 100%; */
  display: block;
  position: absolute;
}
nav.pagination {
  text-align: center;
}
nav.pagination .page-numbers {
  background: #551155;
  color: white;
  min-width: 35px;
  height: 35px;
  display: inline-block;
  padding: 10px;
  font-size: 15px;
  line-height: 15px;
}
nav.pagination .page-numbers:hover {
  background: #883388;
}
#portfolio {
  padding-top: 50px;
}
#portfolio .post-preview {
  background: white;
  margin-bottom: 40px;
  box-shadow: 0 0 20px 0 rgba(64, 64, 64, 0.25);
  text-align: center;
  height: 700px;
  max-width: 700px;
  margin: 0 auto 40px;
}
#portfolio .post-preview img {
  transform: translateX(-50%);
  height: 540px;
  box-sizing: content-box;
  transition: all 0.5s;
  position: absolute;
  left: 50%;
}
#portfolio .post-preview .img-holder {
  width: 100%;
  position: relative;
  height: 560px;
  transition: all 0.75s;
  transform: translateX(-50%);
  position: absolute;
  left: 50%;
  border: 10px solid #551155;
  bottom: 0;
}
#portfolio .post-preview .img-holder:hover {
  width: 970px;
  max-width: 96vw;
  z-index: 9;
}
#portfolio .post-preview .title {
  margin: 0 0 5px;
  font-size: 24px;
  line-height: 30px;
  text-align: center;
}
#portfolio .post-preview .inner {
  position: absolute;
  top: 70px;
  transform: translateY(-50%);
  width: 100%;
  padding: 20px;
}
#portfolio .post-preview p {
  margin: 0;
  font-size: 17px;
  line-height: 21px;
}
#portfolio .post-preview:hover {
  box-shadow: 0 0 20px 5px rgba(64, 64, 64, 0.25);
  z-index: 9;
}
.outer-container {
  margin: 0 30px;
  background: white;
}
.caldera-grid h2 {
  font-size: 32px;
  letter-spacing: 2px;
  margin: 30px auto;
}
.caldera-grid .last_row .btn {
  margin: 20px auto 40px;
  display: table;
  padding: 10px 30px;
  background: #551155;
  color: white;
  text-transform: uppercase;
  border: 2px solid #551155;
  font-weight: 600;
}
.caldera-grid .last_row .btn:hover {
  background: white;
  color: #551155;
  border-color: #551155;
}
#postslider {
  margin: 0 30px 0;
  text-align: center;
  font-size: 0;
  position: relative;
}
#postslider a {
  font-size: 14px;
  border: 2px solid rgba(255, 255, 255, 0.5);
  color: white;
  text-transform: uppercase;
  padding: 10px 30px;
  margin: 20px 0 -20px;
  display: inline-block;
  transition: all 0.4s;
}
#postslider a:hover {
  padding: 10px 50px;
}
#postslider img {
  height: 360px;
  object-fit: cover;
}
#postslider .post-preview {
  font-size: 0;
  position: absolute;
  margin: 0;
  padding: 0;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  background: rgba(85, 0, 85, 0.25);
}
#postslider .post-preview .title {
  margin: 0;
  display: block;
  padding: 0;
  color: white;
  font-size: 34px;
  letter-spacing: 4px;
  width: 100%;
}
#postslider .post-preview h4.title {
  font-size: 21px;
  letter-spacing: 3px;
}
#postslider .post-preview h1.title {
  font-size: 36px;
  letter-spacing: 4px;
  text-transform: uppercase;
}
#postslider .post-preview .inner {
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  padding: 10px;
}
#postslider .post-preview p {
  margin: 0;
}
.home #postslider img {
  height: 500px;
}
h2 {
  font-size: 40px;
  letter-spacing: 4px;
  font-weight: 400;
  text-align: center;
  margin: 0 0 25px;
  width: 200px;
  margin: 0 auto;
}
h2.hosting {
  width: auto;
  padding: 50px;
  font-size: 32px;
  letter-spacing: 2px;
}
#portfolio-front {
  padding: 0 30px 30px;
}
#portfolio-front a {
  border: 1px solid black;
  padding: 10px 30px;
  margin: 20px auto;
  display: table;
  transition: all 0.4s;
}
#portfolio-front a:hover {
  padding-left: 50px;
  padding-right: 50px;
}
#portfolio-front h3 {
  text-transform: uppercase;
  letter-spacing: 1px;
}
#portfolio-front .row {
  margin: 0;
}
#portfolio-front .row.header {
  padding: 100px;
  background: white;
}
#portfolio-front .row > div {
  padding: 0;
}
#portfolio-front .row:hover img {
  filter: grayscale(100%);
}
#portfolio-front .post-preview {
  background: white;
  margin: 0;
  position: relative;
  font-size: 0;
  display: block;
  overflow: hidden;
  height: 400px;
}
#portfolio-front .post-preview img {
  width: 100%;
  height: 400px;
  transition: all 0.3s linear;
  filter: grayscale(80%);
}
#portfolio-front .post-preview:hover img {
  filter: grayscale(0);
  margin-top: 50px;
}
#portfolio-front .post-preview:hover .inner {
  margin: 0;
}
#portfolio-front .post-preview .title {
  margin: 0;
  display: inline-block;
  padding: 10px 20px 5px;
  color: white;
  font-size: 15px;
  line-height: 30px;
  text-align: center;
  display: block;
  text-transform: uppercase;
}
#portfolio-front .post-preview .inner {
  position: absolute;
  background: #551155;
  transition: all 0.3s linear;
  display: block;
  top: 0;
  left: 0;
  height: 50px;
  right: 0;
  margin-top: -50px;
}
a.toplevel {
  font-size: 14px;
  line-height: 20px;
}
a.toplevel:after {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 0%;
  content: '.';
  color: transparent;
  background: #fff;
  height: 2px;
  transition: all 0.4s;
}
a.toplevel:hover:after {
  width: 100%;
}
#mainnav {
  list-style-type: none;
  background: #551155;
  padding: 15px 0;
  transition: all 0.5s;
  position: relative;
  max-height: 99vh;
  margin: 0;
  height: 80px;
}
#mainnav li {
  display: inline-block;
  padding: 30px;
  position: relative;
  margin-top: -15px;
}
#mainnav li:hover ul {
  display: block;
}
#mainnav ul {
  margin: 0;
  padding: 0;
  position: absolute;
  left: 0;
  width: 100%;
}
#towns {
  margin: 10px -30px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-width: 1px 0;
  margin: 10px;
  padding: 20px;
  opacity: 0.9;
}
#towns h6 {
  display: inline-block;
  font-size: 13px;
  margin: 0;
  line-height: 20px;
}
#affiliates {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  margin: 10px;
  font-size: 12px;
  padding-bottom: 10px;
}
#affiliates h6 {
  display: inline;
  font-size: 12px;
}
.no-results.not-found {
  padding: 0 30px;
}
.main-text p {
  font-size: 18px;
  line-height: 24px;
}
#page-wrapper {
  height: 100vh;
  position: relative;
}
#main-wrapper {
  top: 50%;
  transform: translateY(-50%);
  position: relative;
  padding: 0 5%;
}
article.page {
  max-width: 1500px;
  margin: auto;
}
#custom-input h3 {
  text-align: left;
  margin: 0 0 5px 5px;
}
.custom-text {
  margin-bottom: 15px;
  position: relative;
}
footer {
  padding: 30px;
  text-align: center;
  background: #551155;
  color: white;
  margin: 50px 0 0;
}
footer a {
  text-decoration: none;
}
footer a:hover {
  text-decoration: underline;
}
footer a.a:before {
  content: " | ";
}
footer a.a:first-child:before {
  content: "";
}
div#copyright {
  margin: 10px;
  clear: both;
  opacity: 0.95;
}
.image-left img,
.image-right img {
  padding: 15px;
  border: 1px solid black;
  margin: 15px 0;
}
.image-right {
  /* position: relative; */
  display: flex;
}
.image-right .caption,
.image-right caption {
  flex: 1;
}
.image-right p {
  padding: 15px 10%;
  margin: 0;
  top: 50%;
  transform: translateY(-50%);
  position: relative;
}
.image-right img {
  width: 50%;
  height: 50%;
  flex: 1;
}
#banner {
  font-size: 0;
}
#banner img {
  width: 100%;
  object-fit: cover;
  height: 400px;
}
.MainContent.single.container {
  padding: 10px 40px;
}
#MainContent h1 {
  font-size: 40px;
  letter-spacing: 4px;
  margin: 0 auto;
  padding: 40px 0 40px;
  font-weight: 400;
  width: 300px;
  text-align: center;
  line-height: 60px;
  width: 200px;
}
#web-hosting,
#web-design {
  margin: 0 30px 5px;
  background: white;
}
#web-hosting .row,
#web-design .row {
  padding: 100px;
  margin: 0;
}
#web-hosting .row.colour,
#web-design .row.colour {
  background: #551155;
  color: white;
  padding: 0;
}
#web-hosting .row.colour > div,
#web-design .row.colour > div {
  padding: 0;
}
#web-hosting h3,
#web-design h3 {
  text-transform: uppercase;
  letter-spacing: 1px;
}
#web-hosting .design,
#web-design .design {
  padding: 60px 18%;
  box-shadow: 0 0 10px 0 rgba(84, 0, 84, 0.5);
  height: 400px;
  text-align: center;
  background: #551155;
  transition: all 0.4s;
}
#web-hosting .design:hover,
#web-design .design:hover {
  /* margin: -10px; */
  position: relative;
  transform: scale(1.05);
  z-index: 9;
}
#web-hosting .fas:before,
#web-design .fas:before,
#web-hosting .fab:before,
#web-design .fab:before,
#web-hosting .fa:before,
#web-design .fa:before {
  font-size: 44px;
}
#web-hosting p,
#web-design p {
  font-size: 16px;
  line-height: 24px;
  text-align: left;
  margin: 0 0 10px;
}
#page-title {
  background: black;
  color: white;
}
#page-title h1 {
  font-family: 'Source Sans Pro';
  margin: -2em 0 0;
  background: black;
  display: inline-block;
  padding: 1em 2em;
}
#page-title .IntroText {
  margin: 0 4em 2em;
  font-family: Dosis;
  font-weight: 600;
}
#page-title .IntroText p {
  margin: 0;
}
.main-text {
  margin: 0 10px;
}
img {
  max-width: 100%;
  height: auto;
}
.MainContent > div {
  background: #f3f3f3;
}
.MainContent > div:after {
  content: "";
  display: table;
  clear: both;
}
.x.MainContent > div:nth-child(even) {
  background: #e3e3e3;
}
* {
  box-sizing: border-box;
}
/*!
 * Bootstrap
 */
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}
[role="button"] {
  cursor: pointer;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .container {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
@media (min-width: 1560px) {
  .container {
    width: 1530px;
  }
  #portfolio .post-preview .img-holder {
    max-width: 50vw;
  }
  #portfolio .post-preview .img-holder:hover {
    max-width: 50vw;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 25px;
  padding-right: 25px;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
}
@media (min-width: 992px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1560px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
@media (min-width: 1200px) {
  .auto-clear .col-lg-1:nth-child(12n+1) {
    clear: left;
  }
  .auto-clear .col-lg-2:nth-child(6n+1) {
    clear: left;
  }
  .auto-clear .col-lg-3:nth-child(4n+1) {
    clear: left;
  }
  .auto-clear .col-lg-4:nth-child(3n+1) {
    clear: left;
  }
  .auto-clear .col-lg-6:nth-child(odd) {
    clear: left;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .auto-clear .col-md-1:nth-child(12n+1) {
    clear: left;
  }
  .auto-clear .col-md-2:nth-child(6n+1) {
    clear: left;
  }
  .auto-clear .col-md-3:nth-child(4n+1) {
    clear: left;
  }
  .auto-clear .col-md-4:nth-child(3n+1) {
    clear: left;
  }
  .auto-clear .col-md-6:nth-child(odd) {
    clear: left;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .auto-clear .col-sm-1:nth-child(12n+1) {
    clear: left;
  }
  .auto-clear .col-sm-2:nth-child(6n+1) {
    clear: left;
  }
  .auto-clear .col-sm-3:nth-child(4n+1) {
    clear: left;
  }
  .auto-clear .col-sm-4:nth-child(3n+1) {
    clear: left;
  }
  .auto-clear .col-sm-6:nth-child(odd) {
    clear: left;
  }
}
@media (max-width: 767px) {
  .auto-clear .col-xs-1:nth-child(12n+1) {
    clear: left;
  }
  .auto-clear .col-xs-2:nth-child(6n+1) {
    clear: left;
  }
  .auto-clear .col-xs-3:nth-child(4n+1) {
    clear: left;
  }
  .auto-clear .col-xs-4:nth-child(3n+1) {
    clear: left;
  }
  .auto-clear .col-xs-6:nth-child(odd) {
    clear: left;
  }
}
.slick-loading .slick-list {
  background: #ffffff url('http://smashingdesign.co.uk/wp-content/themes/sdblog/includes/css/ajax-loader.gif') center center no-repeat;
}
/* Icons */
@font-face {
  font-family: 'slick';
  font-weight: normal;
  font-style: normal;
  src: url('http://smashingdesign.co.uk/wp-content/themes/sdblog/includes/css/fonts/slick.eot');
  src: url('http://smashingdesign.co.uk/wp-content/themes/sdblog/includes/css/fonts/slick.eot?#iefix') format('embedded-opentype'), url('http://smashingdesign.co.uk/wp-content/themes/sdblog/includes/css/fonts/slick.woff') format('woff'), url('http://smashingdesign.co.uk/wp-content/themes/sdblog/includes/css/fonts/slick.ttf') format('truetype'), url('http://smashingdesign.co.uk/wp-content/themes/sdblog/includes/css/fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  top: 50%;
  display: block;
  font-size: 12px;
  width: 60px;
  height: 60px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  color: white;
  border: 1px solid white;
  outline: none;
  background: transparent;
  z-index: 9;
  cursor: pointer;
}
.slick-prev {
  left: 10px;
  border-left: 0;
}
.slick-next {
  right: 10px;
  border-right: 0;
}
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  font-family: 'slick';
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: 'â€¢';
  text-align: center;
  opacity: .25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  opacity: .75;
  color: black;
}
.slick-arrow:hover {
  background: rgba(0, 0, 0, 0.5);
}
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
@media (max-width: 991px) {
  #mainnav li {
    padding: 25px 10px 20px;
  }
  h2,
  #MainContent h1 {
    font-size: 36px;
    line-height: 50px;
  }
  #web-hosting p,
  #web-design p {
    font-size: 16px;
    line-height: 23px;
  }
}
#menu-toggle {
  position: absolute;
  top: 20px;
  right: 20px;
  background: white;
  border-radius: 50px;
  width: 40px;
  height: 40px;
  padding: 7px 12px;
  box-shadow: 0px 0px 0px 5px #883388;
  transition: all 0.5s;
  display: none;
}
#menu-toggle:hover {
  box-shadow: 0px 0px 0px 10px #883388;
}
#menu-toggle hr {
  background: #551155;
  height: 2px;
  border: 0;
  margin: 5px auto;
  border-radius: 4px;
}
.scrolled #menu-toggle {
  top: 15px;
}
@media (max-width: 767px) {
  .col-xs-1,
  .col-sm-1,
  .col-md-1,
  .col-lg-1,
  .col-xs-2,
  .col-sm-2,
  .col-md-2,
  .col-lg-2,
  .col-xs-3,
  .col-sm-3,
  .col-md-3,
  .col-lg-3,
  .col-xs-4,
  .col-sm-4,
  .col-md-4,
  .col-lg-4,
  .col-xs-5,
  .col-sm-5,
  .col-md-5,
  .col-lg-5,
  .col-xs-6,
  .col-sm-6,
  .col-md-6,
  .col-lg-6,
  .col-xs-7,
  .col-sm-7,
  .col-md-7,
  .col-lg-7,
  .col-xs-8,
  .col-sm-8,
  .col-md-8,
  .col-lg-8,
  .col-xs-9,
  .col-sm-9,
  .col-md-9,
  .col-lg-9,
  .col-xs-10,
  .col-sm-10,
  .col-md-10,
  .col-lg-10,
  .col-xs-11,
  .col-sm-11,
  .col-md-11,
  .col-lg-11,
  .col-xs-12,
  .col-sm-12,
  .col-md-12,
  .col-lg-12 {
    padding-left: 15px;
    padding-right: 15px;
  }
  #menu-toggle {
    display: block;
  }
  #topheader #blog-title {
    width: 80px;
    font-size: 20px;
    line-height: 15px;
    padding: 2px;
    position: static;
  }
  #mainnav.active {
    padding-bottom: 0;
    height: auto;
  }
  #mainnav ul {
    position: static;
    display: block;
    padding: 0 0 10px;
    clear: both;
  }
  #mainnav ul li a {
    padding: 9px 6px;
    word-break: break-word;
    border: 1px solid rgba(255, 255, 255, 0.25);
  }
  #mainnav ul:after {
    content: "menu bottom";
    display: block;
    background: red;
    height: 1px;
    width: 100%;
    font-size: 0;
    position: absolute;
    bottom: 0;
    background: white;
    opacity: 0.215;
  }
  #mainnav li {
    padding: 20px 15px 0;
    display: none;
  }
  #mainnav li a {
    font-size: 15px;
    line-height: 15px;
  }
  .scrolled #mainnav li {
    padding: 20px 15px 0;
  }
  #mainnav.active li {
    display: block;
  }
  a#phone {
    border: 1px solid rgba(255, 255, 255, 0.25);
    margin-bottom: 15px;
    right: 90px;
    top: 15px;
  }
  #postslider {
    padding: 0;
  }
  .slick-prev {
    left: 0;
  }
  .slick-next {
    right: 0;
  }
  a.toplevel:after {
    height: 0;
  }
}
@media (max-width: 600px) {
  #web-hosting,
  #web-design {
    margin: 0 0 1px;
  }
  #portfolio-front {
    background: white;
    padding: 0;
  }
  #portfolio-front .row.header {
    padding: 80px 15%;
  }
  #portfolio-front .examples {
    margin: 0 15px;
  }
  #portfolio-front a {
    margin: 0 auto 40px;
  }
  #topheader {
    padding: 0;
  }
  #postslider {
    margin: 0;
  }
  #postslider .post-preview img {
    height: 400px;
  }
  #postslider .post-preview .title {
    font-size: 22px;
  }
  #postslider .post-preview h1.title {
    font-size: 32px;
    letter-spacing: 3px;
  }
}
@media (max-width: 500px) {
  a#phone {
    position: initial;
    margin: 5px 15px;
    padding: 4px;
    display: none;
  }
  #mainnav.active a#phone {
    display: block;
  }
  p {
    font-size: 17px;
    line-height: 23px;
    margin: 0;
  }
  #web-hosting .row,
  #web-design .row {
    padding: 80px 15%;
  }
  #web-hosting .design,
  #web-design .design {
    height: auto;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    padding: 50px 15%;
  }
  #web-hosting .design:hover,
  #web-design .design:hover {
    position: initial;
    transform: initial;
  }
  #mainnav {
    padding: 12px 0;
    height: 70px;
  }
  #short-title {
    font-size: 40px;
    line-height: 45px;
    padding: 0 10px 0 30px;
  }
  .scrolled #short-title {
    padding: 0 10px 0 15px;
  }
  .scrolled #mainnav {
    padding: 12px 0 0;
  }
  #menu-toggle {
    top: 15px;
  }
  h2,
  #MainContent h1 {
    font-size: 30px;
    letter-spacing: 4px;
    padding: 30px 0;
    line-height: 45px;
  }
  #long-title {
    font-size: 17px;
    line-height: 17px;
    padding: 6px 10px;
  }
  #topheader a.toplevel {
    font-size: 16px;
    line-height: 16px;
    letter-spacing: 1px;
    padding: 10px;
  }
  #category-posts .post-preview img {
    height: 320px;
  }
  #category-posts .post-preview .title {
    padding: 10px 15px 5px;
    font-size: 16px;
    line-height: 20px;
  }
  #category-posts .post-preview .intro {
    padding: 0 15px 10px;
  }
  #category-posts .post-preview p {
    font-size: 11px;
    line-height: 13px;
  }
  .col-xs-6 {
    width: 100%;
  }
  #footer-logo {
    font-size: 40px;
    line-height: 40px;
    padding: 5px;
    opacity: 0.95;
  }
  #footer-name {
    font-size: 16px;
    width: 80px;
    line-height: 16px;
    padding: 6px 10px;
    border-left: 1px solid white;
    opacity: 0.95;
  }
}
.showme {
  z-index: 9;
  position: relative;
  background: green;
  border: 2px solid green;
  width: 50%;
  font-size: 14px;
  line-height: 24px;
  text-transform: uppercase;
  color: white;
}
.features {
  text-align: center;
  max-width: 1200px;
  margin: auto;
  position: relative;
  font-size: 0;
}
.features div {
  width: 33.33%;
  display: inline-block;
  height: 300px;
  position: relative;
  transition: all 0.5s, width 0s;
  box-sizing: border-box;
  border: 15px solid transparent;
}
.features div .summary {
  background: #c39;
  background: #b28;
  left: 0;
  display: block;
  right: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  transition: all 0.6s;
  z-index: 12;
  color: white;
}
.features div .details {
  vertical-align: bottom;
  position: absolute;
  left: 0;
  bottom: 0;
  background: red;
  width: 100%;
  transform: translateY(-20px);
  display: none;
}
.features div .details:before {
  left: 0;
  transform: skew(0deg, 8.5deg);
}
.features div .details:after {
  right: 0;
  transform: skew(0deg, -8.5deg);
}
.features div .details:before,
.features div .details:after {
  backface-visibility: hidden;
  border: medium none;
  margin-top: 0;
  position: absolute;
  width: 50.3%;
  z-index: 0;
  background: inherit;
  height: 52px;
  bottom: -15px;
  content: '';
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
}
.features div:hover {
  z-index: 99;
  overflow: initial;
}
.features div:hover .summary {
  background: #c39;
  z-index: 99;
  left: -10px;
  right: -10px;
  top: -10px;
  bottom: -10px;
  padding: 10px;
}
.features div:hover .details {
  transition: all 0.4s;
  z-index: 11;
  transform: translateY(30px);
}
.features div i {
  font-size: 38px;
  margin: 25px 0 0;
}
.features div h3 {
  font-size: 24px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 5px;
}
.features div h3:after {
  content: '';
  height: 1px;
  background: rgba(255, 255, 255, 0.75);
  display: block;
  width: 100px;
  margin: 20px auto;
}
.features div h3:before {
  font-family: FontAwesome;
  font-family: "Font Awesome 5 Free";
  DISPLAY: BLOCK;
  FONT-SIZE: 38PX;
  margin-bottom: 2px;
  FONT-WEIGHT: normal;
}
.features div p {
  color: white;
  font-size: 15px;
  line-height: 20px;
  font-weight: 400;
  margin: 15px 20px;
}
#switching {
  margin-bottom: 50px;
}
#switching div .summary {
  background: #39c;
}
#switching div:hover .summary {
  background: #39d;
}
@media screen and (max-width: 1199px) {
  .features {
    max-width: 720px;
  }
  .features div {
    width: 50%;
  }
  .features div h3 {
    font-size: 22px;
  }
  .features div h3:after {
    width: 100px;
    margin: 15px auto;
  }
  .features div h3:before {
    FONT-SIZE: 32PX;
  }
  .features div p {
    font-size: 14px;
    margin: 12px 20px;
  }
}
@media screen and (max-width: 767px) {
  h1 {
    font-size: 24px;
    padding: 40px 60px;
  }
  .features {
    max-width: auto;
  }
  .features div {
    width: 100%;
    max-width: 500px;
    margin: auto;
    float: initial;
  }
}
