/*!////////////////////////////////////////////////
// BASE
/////////////////////////////////////////////////*/
@import url(fonts.css);
@-o-viewport {
  width: device-width; }
@-ms-viewport {
  width: device-width; }
@viewport {
  width: device-width; }
*, *:after, *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html,
body,
iframe,
div,
section,
header,
p,
a,
ul,
ol,
li,
article,
footer,
h1,
h2,
h3,
h4 {
  margin: 0;
  padding: 0; }

html,
button,
input,
select,
textarea {
  color: #222; }

html,
body {
  height: 100%; }

body {
  font-size: 1em;
  line-height: 1.5;
  font-family: "Merriweather", serif;
  font-weight: 300;
  color: #888; }

:focus {
  outline: none; }

::-moz-selection {
  background: #11f6c3;
  color: #fff;
  text-shadow: none; }

::selection {
  background: #11f6c3;
  color: #fff;
  text-shadow: none; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

img {
  vertical-align: middle;
  width: 100%; }

fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

textarea {
  resize: vertical; }

.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0; }

p {
  margin-bottom: 12px; }

a, a:active, a:visited, a:focus {
  text-decoration: none;
  border: none; }

b,
strong {
  font-weight: 600; }

.amp {
  font-family: 'ASAP', sans-serif;
  font-size: 110%;
  font-weight: 400; }

.apos {
  font-family: 'lobster_twobold', serif !important;
  font-size: 120%;
  vertical-align: bottom !important;
  margin: 0 -1px 0 -5px;
  line-height: 34%;
  display: inline-block; }

/*!////////////////////////////////////////////////
// LAYOUT
/////////////////////////////////////////////////*/
.grid-1,
.grid-2,
.grid-3,
.grid-4,
.grid-5,
.grid-6,
aside,
.two-thirds,
.three-fourths {
  display: inline-block;
  float: left;
  margin: 0 1.51515% 1.51515% 0; }

.grid-1,
.grid-2:nth-of-type(2n+2),
.grid-3:nth-of-type(3n+3),
.grid-4:nth-of-type(4n+4),
.grid-5:nth-of-type(5n+5),
.grid-6:nth-of-type(6n+6),
aside,
.last {
  margin-right: 0; }

.grid-1 {
  width: 100%; }

.grid-2 {
  width: 49.24242%; }

.grid-3,
aside {
  width: 32.32323%; }

.two-thirds {
  width: 66.161617%; }

.grid-4 {
  width: 23.86364%; }

.three-fourths {
  width: 74.621213%; }

.grid-5 {
  width: 18.78788%; }

.grid-6 {
  width: 15.40404%; }

/*!////////////////////////////////////////////////
// GLOBAL
/////////////////////////////////////////////////*/
.wrap {
  max-width: 800px;
  width: 80%;
  margin: 0px auto;
  position: relative; }

.row {
  clear: both; }

header,
section,
footer {
  display: inline-block;
  width: 100%;
  float: left;
  z-index: 99;
  position: relative; }

/*!////////////////////////////////////////////////
// THEME
/////////////////////////////////////////////////*/
/*!////////////////////////////////////////////////
// Variables
/////////////////////////////////////////////////*/
/* Fonts */
/* Colors */
/*!////////////////////////////////////////////////
// Font Styles
/////////////////////////////////////////////////*/
.content__main--single h1 {
  margin: 20px 0 10px 0;
  font-size: 2.0em; }

h2 {
  font-family: "Merriweather", serif;
  font-weight: normal;
  color: #888;
  font-size: 2.25em;
  margin: 20px 0; }

h3 {
  color: #7C7C7C;
  font-size: 0.875em;
  margin: 6px 0 18px 0;
  font-weight: 400;
  display: inline-block;
  width: 100%;
  font-weight: 300; }

.cta-btn a,
.cta-btn a:link,
.cta-btn a:active,
.cta-btn a:visited {
  color: #fe74ff;
  font-size: 0.875em;
  padding: 6px 10px 4px 10px;
  border: 1px solid #fe74ff;
  background: transparent;
  margin-top: 15px;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out; }

.cta-btn a:hover,
.cta-btn a:focus {
  background: #fe74ff;
  color: #FFF;
  border: 1px solid #fe74ff; }

/*!////////////////////////////////////////////////
// Header
/////////////////////////////////////////////////*/
.header__top {
  background: #4a4a4a;
  color: #FFF;
  border-top: 1px solid #1a1a1a;
  padding: 20px 0;
  font-family: "Open Sans", sans-serif;
  font-size: 0.8125em;
  font-weight: 300;
  letter-spacing: 0.02em;
  line-height: 1.5em;
  right: 0;
  top: 0;
  display: none;
  width: 100%;
  position: relative;
  padding: 6px 16px; }

.header__top p {
  float: left;
  clear: both;
  margin: -5px 0 6px 0;
  display: inline-block; }

/*!////////////////////////////////////////////////
// Sidebar
/////////////////////////////////////////////////*/
aside {
  background: #4a4a4a;
  color: #FFF;
  float: left;
  border-top: 1px solid #1a1a1a;
  padding: 20px 8px;
  font-family: "Open Sans", sans-serif;
  font-size: 0.8125em;
  font-weight: 300;
  letter-spacing: 0.02em;
  line-height: 1.5em;
  position: fixed;
  right: 0;
  top: 0;
  height: 100%;
  min-width: 200px; }
  aside section {
    margin: 0;
    padding: 0;
    display: inline-block;
    width: auto; }
  aside .top {
    position: absolute;
    left: 0;
    top: 30px;
    width: 100%;
    left: 0;
    text-align: center; }
  aside .bottom {
    position: absolute;
    left: 0px;
    bottom: 8px;
    width: 100%;
    left: 0;
    text-align: center;
    font-size: 0.938em; }
  aside .bottom p:last-of-type {
    text-transform: uppercase;
    font-size: 0.938em;
    margin: 0;
    padding: 0;
    letter-spacing: 1px;
    font-weight: 400;
    line-height: 1.65em; }
  aside .social a,
  aside .social a:link,
  aside .social a:visited,
  aside .social a:active {
    color: #f4f4f4;
    border: 2px solid #f4f4f4;
    font-size: 1.5em;
    width: 36px;
    height: 36px;
    line-height: 32px;
    text-align: center;
    display: inline-block;
    margin: 3px 2px 3px 2px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  aside .social a:first-of-type {
    margin-left: 0; }
  aside .social a:last-of-type {
    margin-right: 0; }
  aside .social a:hover,
  aside .social a:focus {
    /*box-shadow:inset 0 0 0 110px rgba(17,246,195, 0.3), inset 0 0 0 16px rgba(255,255,255,0.8), 0 1px 2px rgba(0,0,0,0.1);*/
    box-shadow: inset 0 0 0 110px rgba(0, 0, 0, 0.3), inset 0 0 0 16px rgba(255, 255, 255, 0.8), 0 1px 2px rgba(0, 0, 0, 0.1); }
  aside p {
    display: inline-block;
    margin-bottom: 0; }
  aside p:last-of-type {
    display: block;
    clear: both; }
  aside .fb-like {
    margin: 3px 0; }
  aside img {
    width: 172px;
    display: inline-block;
    float: left; }
  aside a {
    color: #11f6c3; }
  aside i.fa-envelope {
    margin-right: 3px;
    color: #11f6c3; }
  aside i {
    color: #11f6c3; }
  aside .branding {
    float: none;
    margin-bottom: -8px; }
  aside .branding .fb-like {
    margin: 5px 0 0 8px; }
  aside .branding .fb-like span {
    padding: 0;
    border: 0;
    margin-right: 0; }

.branding a,
.branding a:link,
.branding a:visited {
  color: #11f6c3;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.branding {
  display: inline-block;
  float: left;
  font-weight: 300;
  font-family: "Open Sans", sans-serif;
  font-size: 2.1875em;
  line-height: 1.0em;
  letter-spacing: -0.05em; }

.branding span {
  border: 3px solid #11f6c3;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  padding: 2px 5px 2px 2px;
  display: inline-block;
  text-align: center;
  margin-right: -5px; }

.branding span {
  letter-spacing: -0.02em; }

.branding strong {
  font-weight: 600;
  letter-spacing: -0.03em; }

/*!////////////////////////////////////////////////
// Main
/////////////////////////////////////////////////*/
.content__main,
aside {
  display: inline-block;
  float: left;
  margin: 0; }

.content__main {
  width: 77%;
  padding: 20px 30px 40px 30px;
  font-size: 1.2250em; }

aside {
  width: 23%; }

.content__main--home h2 {
  font-family: "Merriweather", serif;
  font-weight: normal;
  color: #888;
  font-size: 1.75em;
  margin: 30px 0 8px 0;
  line-height: 1.3em; }

.content__main--home h2:first-of-type:before {
  display: none; }

.content__main--home h2:before {
  content: '';
  display: inline-block;
  width: 100%;
  background: #f7f7f7;
  height: 6px;
  margin: 0 0 20px 0; }

/*!////////////////////////////////////////////////
// Single
/////////////////////////////////////////////////*/
.content__main--single p {
  margin-bottom: 16px;
  line-height: 1.8; }

.content__main--single a,
.content__main--single a:link,
.content__main--single a:visited {
  color: #222;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.content__main--single a:hover,
.content__main--single a:focus {
  color: #11f6c3; }

/*!////////////////////////////////////////////////
// Featured Content
/////////////////////////////////////////////////*/
.content__featured {
  box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.3);
  /*background: url('/img/web-design-and-development-lancaster-pa.jpg') no-repeat center center;
  background-size: cover;*/
  background: #f4f4f4;
  z-index: 98;
  color: #777;
  font-style: italic;
  /*font-size: 2.500em;*/
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  letter-spacing: 1px; }

/*
.content__featured:after{
    position:absolute;
    content:'';
    z-index:-1;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:rgba(0,0,0,0.60);
    /*background:rgba(17,246,195, 0.15);*/
/*}
*/
.content__featured h3 {
  font-size: 1.5em;
  margin: 30px 0 0 0;
  font-family: "Merriweather", serif; }

.content__featured--form {
  padding: 20px 0 40px 0; }

.content__featured--form h5 {
  text-align: center;
  font-family: "Merriweather", serif;
  font-size: 2.500em;
  font-weight: normal;
  margin: 10px 0 40px 0;
  letter-spacing: -0.02em; }

/*!////////////////////////////////////////////////
// Contact Form
/////////////////////////////////////////////////*/
form {
  display: inline-block;
  display: block;
  margin: 0 auto 40px auto;
  font-family: "Merriweather", serif;
  font-weight: 300; }

form .grid-2,
form .grid-1 {
  position: relative; }

label {
  display: inline-block;
  width: 100%;
  float: left;
  margin-top: 12px; }

input[type=text],
input[type=email],
input[type=captcha],
textarea,
select {
  position: relative;
  line-height: 1.5em;
  background: rgba(0, 0, 0, 0.06);
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 5px 0 2px 5px;
  width: 100%;
  font-size: 1.125em;
  color: #FFF;
  font-family: "Merriweather", serif;
  font-weight: 300;
  border-radius: 0; }

.captcha {
  background: #f4f4f4;
  text-align: center; }

form img {
  max-height: 60px;
  width: auto;
  display: block;
  margin: 0 auto; }

input[type=submit] {
  display: inline-block;
  padding: 12px 34px 10px 34px;
  border: 1px solid #11f6c3;
  font-size: 1.2em;
  margin-top: 20px;
  font-family: "Merriweather", serif;
  font-weight: 300;
  color: #11f6c3;
  background: transparent;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0; }

input[type=submit]:hover,
input[type=submit]:focus {
  background: #11f6c3;
  color: #222; }

/* --- Form Validation --- */
.message {
  display: none; }

.alert {
  padding: 5px 15px 5px 15px;
  margin: 8px 0 0 0; }

input.error {
  background: #FFE6E7 !important;
  border: 1px solid red; }

.error {
  -webkit-transition: background .8s ease;
  -moz-transition: background .8s ease;
  -o-transition: background .8s ease;
  -ms-transition: background .8s ease;
  transition: background .8s ease; }

p.error-message, p.error {
  font-size: 70%;
  color: #6d0019;
  position: absolute;
  margin-top: -5.9em;
  margin-left: 30%;
  font-style: none;
  background: #fff;
  padding: .5em .4em;
  border: 1px solid #ccc;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1); }

p.error-message:before, p.error:before {
  position: absolute;
  display: block;
  content: "";
  border-color: #fff transparent transparent transparent;
  border-style: solid;
  border-width: 10px;
  height: 0;
  width: 0;
  left: 1.5em;
  bottom: -20px; }

/*!////////////////////////////////////////////////
// BLOG
/////////////////////////////////////////////////*/
h2 a {
  color: #11f6c3;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

h2 a:hover,
h2 a:focus {
  color: #222; }

/*!////////////////////////////////////////////////
// Media Queries
/////////////////////////////////////////////////*/
@media screen and (max-width: 1200px) {
  .content__main {
    font-size: 1.12em; } }
@media screen and (max-width: 1080px) {
  .content__main {
    font-size: 1.08em; } }
@media screen and (max-width: 1024px) {
  .wrap {
    width: 82%; } }
@media screen and (max-width: 980px) {
  .content {
    font-size: 98%; } }
@media screen and (max-width: 880px) {
  .content__main {
    width: 100%; }

  aside {
    line-height: 1.5em;
    position: relative;
    right: 0;
    top: 0;
    height: 100%;
    width: 100%;
    bottom: 0;
    height: auto;
    display: inline-block;
    max-width: none;
    text-align: center; }
    aside .top {
      display: none; }
    aside .bottom {
      width: 100%;
      left: 0;
      text-align: center;
      top: inherit;
      position: relative;
      bottom: inherit; }

  .header__top {
    display: inline-block; } }
@media screen and (max-width: 690px) {
  .wrap {
    width: 86%; } }
@media screen and (max-width: 642px) {
  .branding {
    font-size: 2.0em; } }
@media screen and (max-width: 562px) {
  .branding {
    font-size: 1.875em; }

  .content__main {
    font-size: 1.0em; } }
@media screen and (max-width: 536px) {
  .branding {
    font-size: 1.750em; } }
@media screen and (max-width: 530px) {
  .wrap {
    width: 90%; } }
@media screen and (max-width: 490px) {
  .content__main {
    font-size: 0.938em; } }
@media screen and (max-width: 470px) {
  .wrap {
    width: 94%; }

  .content__main {
    font-size: 0.900em; } }
@media screen and (max-width: 430px) {
  .wrap {
    width: 98%; }

  .content__main {
    font-size: 0.875em; } }
/*! ==========================================================================
// Media Queries
// =========================================================================*/
/*! ==========================================================================
// Helper classes
// =========================================================================*/
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  *text-indent: -9999px; }

.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%; }

.hidden {
  display: none !important;
  visibility: hidden; }

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

.invisible {
  visibility: hidden; }

/*! Micro Clearfix - http://nicolasgallagher.com/micro-clearfix-hack/
// For best results, use your favorite clearfix here.
// -------------------------------------------------------------- */
.group:before,
.group:after {
  content: "";
  display: table; }

.group:after {
  clear: both; }

.group {
  zoom: 1; }

/*! ==========================================================================
// Print styles
// =========================================================================*/
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    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) ")"; }

  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }

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

  thead {
    display: table-header-group; }

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

  img {
    max-width: 100% !important; }

  @page {
    margin: 0.5cm; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }

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

/*# sourceMappingURL=main.css.map */
