/* line 41, sass/_init.scss */
.wp3s-clearfix,
.clear {
  zoom: 1;
}
/* line 45, sass/_init.scss */
.wp3s-clearfix:before, .wp3s-clearfix:after,
.clear:before,
.clear:after {
  display: table;
  content: " ";
}
/* line 50, sass/_init.scss */
.wp3s-clearfix:after,
.clear:after {
  clear: both;
}

/**
 * Alerts
 */
/* line 6, sass/wp3s-shortcodes.scss */
.wp3s-alert {
  margin: 1em 0;
  padding: 20px 15px;
  color: #fff;
  text-align: center;
}
/* line 12, sass/wp3s-shortcodes.scss */
.wp3s-alert.wp3s-alert-white {
  background: whitesmoke;
  color: #000;
}
/* line 13, sass/wp3s-shortcodes.scss */
.wp3s-alert.wp3s-alert-grey {
  background: #979797;
}
/* line 14, sass/wp3s-shortcodes.scss */
.wp3s-alert.wp3s-alert-red {
  background: #fcb4ad;
}
/* line 15, sass/wp3s-shortcodes.scss */
.wp3s-alert.wp3s-alert-yellow {
  background: #faf1a9;
  color: #000;
}
/* line 16, sass/wp3s-shortcodes.scss */
.wp3s-alert.wp3s-alert-green {
  background: #dceaa9;
}
/* line 17, sass/wp3s-shortcodes.scss */
.wp3s-alert.wp3s-alert-blue {
  background: #b8dbfe;
}

/**
 * Buttons
 */
/* line 23, sass/wp3s-shortcodes.scss */
.wp3s-button {
  margin: 5px;
  padding: 12px 16px;
  display: inline-block;
  background: #979797;
  border-radius: 0;
  font-size: 16px;
  color: #fff;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  -webkit-appearance: none;
  -webkit-font-smoothing: inherit;
}
/* line 39, sass/wp3s-shortcodes.scss */
.wp3s-button:hover {
  color: #fff;
  text-decoration: none;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
/* line 45, sass/wp3s-shortcodes.scss */
.wp3s-button.wp3s-button-normal {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
  opacity: 0.9;
}
/* line 48, sass/wp3s-shortcodes.scss */
.wp3s-button.wp3s-button-medium {
  padding: 16px 28px;
  font-size: 18px;
}
/* line 52, sass/wp3s-shortcodes.scss */
.wp3s-button.wp3s-button-large {
  padding: 22px 40px;
  font-size: 20px;
}
/* line 56, sass/wp3s-shortcodes.scss */
.wp3s-button.wp3s-button-stroke {
  background: transparent;
  border: 1px solid transparent;
}

/* line 62, sass/wp3s-shortcodes.scss */
.wp3s-button-black {
  background: black;
}

/* line 63, sass/wp3s-shortcodes.scss */
.wp3s-button-blue {
  background: #1285ce;
}

/* line 64, sass/wp3s-shortcodes.scss */
.wp3s-button-green {
  background: #6fcc43;
}

/* line 65, sass/wp3s-shortcodes.scss */
.wp3s-button-grey {
  background: #979797;
}

/* line 66, sass/wp3s-shortcodes.scss */
.wp3s-button-light-blue {
  background: #0db8b5;
}

/* line 67, sass/wp3s-shortcodes.scss */
.wp3s-button-orange {
  background: #fc8f12;
}

/* line 68, sass/wp3s-shortcodes.scss */
.wp3s-button-red {
  background: #d92727;
}

/* line 69, sass/wp3s-shortcodes.scss */
.wp3s-button-purple {
  background: #9270b4;
}

/* line 70, sass/wp3s-shortcodes.scss */
.wp3s-button-white {
  background: white;
  color: black;
}
/* line 73, sass/wp3s-shortcodes.scss */
.wp3s-button-white:hover {
  background: black;
  color: white;
}

/* line 79, sass/wp3s-shortcodes.scss */
.wp3s-button-dark {
  background: #363f48;
}

/* line 83, sass/wp3s-shortcodes.scss */
.wp3s-button-stroke.wp3s-button-black {
  background: transparent;
  border-color: black;
  color: black;
}
/* line 88, sass/wp3s-shortcodes.scss */
.wp3s-button-stroke.wp3s-button-black:hover {
  background: black;
  color: #fff;
}
/* line 94, sass/wp3s-shortcodes.scss */
.wp3s-button-stroke.wp3s-button-blue {
  background: transparent;
  border-color: #1285ce;
  color: #1285ce;
}
/* line 99, sass/wp3s-shortcodes.scss */
.wp3s-button-stroke.wp3s-button-blue:hover {
  background: #1285ce;
  color: #fff;
}
/* line 105, sass/wp3s-shortcodes.scss */
.wp3s-button-stroke.wp3s-button-green {
  background: transparent;
  border-color: #6fcc43;
  color: #6fcc43;
}
/* line 110, sass/wp3s-shortcodes.scss */
.wp3s-button-stroke.wp3s-button-green:hover {
  background: #6fcc43;
  color: #fff;
}
/* line 116, sass/wp3s-shortcodes.scss */
.wp3s-button-stroke.wp3s-button-grey {
  background: transparent;
  border-color: #979797;
  color: #979797;
}
/* line 121, sass/wp3s-shortcodes.scss */
.wp3s-button-stroke.wp3s-button-grey:hover {
  background: #979797;
  color: #fff;
}
/* line 127, sass/wp3s-shortcodes.scss */
.wp3s-button-stroke.wp3s-button-light-blue {
  background: transparent;
  border-color: #0db8b5;
  color: #0db8b5;
}
/* line 132, sass/wp3s-shortcodes.scss */
.wp3s-button-stroke.wp3s-button-light-blue:hover {
  background: #0db8b5;
  color: #fff;
}
/* line 137, sass/wp3s-shortcodes.scss */
.wp3s-button-stroke.wp3s-button-orange {
  background: transparent;
  border-color: #fc8f12;
  color: #fc8f12;
}
/* line 142, sass/wp3s-shortcodes.scss */
.wp3s-button-stroke.wp3s-button-orange:hover {
  background: #fc8f12;
  color: #fff;
}
/* line 147, sass/wp3s-shortcodes.scss */
.wp3s-button-stroke.wp3s-button-red {
  background: transparent;
  border-color: #d92727;
  color: #d92727;
}
/* line 152, sass/wp3s-shortcodes.scss */
.wp3s-button-stroke.wp3s-button-red:hover {
  background: #d92727;
  color: #fff;
}
/* line 157, sass/wp3s-shortcodes.scss */
.wp3s-button-stroke.wp3s-button-purple {
  background: transparent;
  border-color: #9270b4;
  color: #9270b4;
}
/* line 162, sass/wp3s-shortcodes.scss */
.wp3s-button-stroke.wp3s-button-purple:hover {
  background: #9270b4;
  color: #fff;
}
/* line 167, sass/wp3s-shortcodes.scss */
.wp3s-button-stroke.wp3s-button-white {
  background: transparent;
  border-color: white;
  color: white;
}
/* line 172, sass/wp3s-shortcodes.scss */
.wp3s-button-stroke.wp3s-button-white:hover {
  background: white;
  color: #000;
}
/* line 177, sass/wp3s-shortcodes.scss */
.wp3s-button-stroke.wp3s-button-dark {
  background: transparent;
  border-color: #363f48;
  color: #363f48;
}
/* line 182, sass/wp3s-shortcodes.scss */
.wp3s-button-stroke.wp3s-button-dark:hover {
  background: #363f48;
  color: #fff;
}

/**
 * Clearfix
 */
/**
 * Columns
 */
@media (min-width: 768px) {
  /* line 200, sass/wp3s-shortcodes.scss */
  .wp3s-one-half {
    width: 48%;
  }

  /* line 204, sass/wp3s-shortcodes.scss */
  .wp3s-one-third {
    width: 30.66%;
  }

  /* line 208, sass/wp3s-shortcodes.scss */
  .wp3s-two-third {
    width: 65.33%;
  }

  /* line 212, sass/wp3s-shortcodes.scss */
  .wp3s-one-fourth {
    width: 22%;
  }

  /* line 216, sass/wp3s-shortcodes.scss */
  .wp3s-three-fourth {
    width: 74%;
  }

  /* line 220, sass/wp3s-shortcodes.scss */
  .wp3s-one-fifth {
    width: 16.8%;
  }

  /* line 224, sass/wp3s-shortcodes.scss */
  .wp3s-two-fifth {
    width: 37.6%;
  }

  /* line 228, sass/wp3s-shortcodes.scss */
  .wp3s-three-fifth {
    width: 58.4%;
  }

  /* line 232, sass/wp3s-shortcodes.scss */
  .wp3s-four-fifth {
    width: 79.2%;
  }

  /* line 236, sass/wp3s-shortcodes.scss */
  .wp3s-one-sixth {
    width: 13.33%;
  }

  /* line 240, sass/wp3s-shortcodes.scss */
  .wp3s-five-sixth {
    width: 82.67%;
  }

  /* line 254, sass/wp3s-shortcodes.scss */
  .wp3s-one-half,
  .wp3s-one-third,
  .wp3s-two-third,
  .wp3s-one-fourth,
  .wp3s-three-fourth,
  .wp3s-one-fifth,
  .wp3s-two-fifth,
  .wp3s-three-fifth,
  .wp3s-four-fifth,
  .wp3s-one-sixth,
  .wp3s-five-sixth {
    position: relative;
    margin-right: 4%;
    margin-bottom: 2em;
    float: left;
  }

  /* line 261, sass/wp3s-shortcodes.scss */
  .wp3s-column-last {
    margin-right: 0 !important;
    clear: right;
  }

  /* line 266, sass/wp3s-shortcodes.scss */
  .wp3s-columns-equal {
    display: table;
    border-collapse: collapse;
    margin-bottom: 2em;
  }
  /* line 271, sass/wp3s-shortcodes.scss */
  .wp3s-columns-equal .wp3s-columns {
    display: table-row;
  }
  /* line 274, sass/wp3s-shortcodes.scss */
  .wp3s-columns-equal .wp3s-columns .wp3s-column {
    display: table-cell;
    float: none !important;
    margin-right: 0 !important;
    padding-left: 4%;
  }
  /* line 280, sass/wp3s-shortcodes.scss */
  .wp3s-columns-equal .wp3s-columns .wp3s-column.wp3s-column:first-of-type {
    padding-left: 0 !important;
  }
  /* line 284, sass/wp3s-shortcodes.scss */
  .wp3s-columns-equal .wp3s-columns .wp3s-column.top {
    vertical-align: top;
  }
  /* line 287, sass/wp3s-shortcodes.scss */
  .wp3s-columns-equal .wp3s-columns .wp3s-column.bottom {
    vertical-align: bottom;
  }
  /* line 290, sass/wp3s-shortcodes.scss */
  .wp3s-columns-equal .wp3s-columns .wp3s-column.middle {
    vertical-align: middle;
  }
  /* line 296, sass/wp3s-shortcodes.scss */
  .wp3s-columns-equal .wp3s-one-half {
    width: 52%;
  }
  /* line 300, sass/wp3s-shortcodes.scss */
  .wp3s-columns-equal .wp3s-one-third {
    width: 34.66%;
  }
  /* line 304, sass/wp3s-shortcodes.scss */
  .wp3s-columns-equal .wp3s-two-third {
    width: 69.33%;
  }
  /* line 308, sass/wp3s-shortcodes.scss */
  .wp3s-columns-equal .wp3s-one-fourth {
    width: 26%;
  }
  /* line 312, sass/wp3s-shortcodes.scss */
  .wp3s-columns-equal .wp3s-three-fourth {
    width: 78%;
  }
  /* line 316, sass/wp3s-shortcodes.scss */
  .wp3s-columns-equal .wp3s-one-fifth {
    width: 20.8%;
  }
  /* line 320, sass/wp3s-shortcodes.scss */
  .wp3s-columns-equal .wp3s-two-fifth {
    width: 41.6%;
  }
  /* line 324, sass/wp3s-shortcodes.scss */
  .wp3s-columns-equal .wp3s-three-fifth {
    width: 62.4%;
  }
  /* line 328, sass/wp3s-shortcodes.scss */
  .wp3s-columns-equal .wp3s-four-fifth {
    width: 83.2%;
  }
  /* line 332, sass/wp3s-shortcodes.scss */
  .wp3s-columns-equal .wp3s-one-sixth {
    width: 17.33%;
  }
  /* line 336, sass/wp3s-shortcodes.scss */
  .wp3s-columns-equal .wp3s-five-sixth {
    width: 86.67%;
  }
}
/**
 * Google Map
 */
/* line 345, sass/wp3s-shortcodes.scss */
.google-map {
  margin: 2em 0;
}

/**
 * Icons
 */
/* line 353, sass/wp3s-shortcodes.scss */
.wp3s-icon-link {
  text-decoration: none;
  -webkit-transition: color 150ms;
  -moz-transition: color 150ms;
  -o-transition: color 150ms;
  transition: color 150ms;
}

/* line 359, sass/wp3s-shortcodes.scss */
.fa,
.wp3s-icon {
  text-align: center;
  vertical-align: middle;
}
/* line 364, sass/wp3s-shortcodes.scss */
.fa-before .fa, .wp3s-icon-before .fa, .fa-before
.wp3s-icon, .wp3s-icon-before
.wp3s-icon {
  margin-right: 0.7em;
}
/* line 369, sass/wp3s-shortcodes.scss */
.fa-after .fa, .wp3s-icon-after .fa, .fa-after
.wp3s-icon, .wp3s-icon-after
.wp3s-icon {
  margin-left: 0.7em;
}

/**
 * Image
 */
/* line 377, sass/wp3s-shortcodes.scss */
.wp3s-image {
  display: inline-block;
}
/* line 380, sass/wp3s-shortcodes.scss */
.wp3s-image.wp3s-image-left {
  margin: 0 1.5em 1em 0;
  float: left;
}
/* line 385, sass/wp3s-shortcodes.scss */
.wp3s-image.wp3s-image-center {
  margin: 1.5em auto;
  display: block;
  text-align: center;
}
/* line 391, sass/wp3s-shortcodes.scss */
.wp3s-image.wp3s-image-right {
  margin: 0 0 1.5em 1.5em;
  float: right;
}
/* line 396, sass/wp3s-shortcodes.scss */
.wp3s-image.wp3s-image-grayscale {
  -webkit-filter: grayscale(1);
  -moz-filter: grayscale(1);
  filter: grayscale(1);
}
/* line 397, sass/wp3s-shortcodes.scss */
.wp3s-image.wp3s-image-sepia {
  -webkit-filter: sepia(100%);
  -moz-filter: sepia(100%);
  filter: sepia(100%);
}
/* line 398, sass/wp3s-shortcodes.scss */
.wp3s-image.wp3s-image-blur {
  -webkit-filter: blur(2px);
  -moz-filter: blur(2px);
  filter: blur(2px);
}
/* line 399, sass/wp3s-shortcodes.scss */
.wp3s-image.wp3s-image-hue-rotate {
  -webkit-filter: hue-rotate(50deg);
  -moz-filter: hue-rotate(50deg);
  filter: hue-rotate(50deg);
}
/* line 400, sass/wp3s-shortcodes.scss */
.wp3s-image.wp3s-image-contrast {
  -webkit-filter: contrast(15%);
  -moz-filter: contrast(15%);
  filter: contrast(15%);
}
/* line 401, sass/wp3s-shortcodes.scss */
.wp3s-image.wp3s-image-brightness {
  -webkit-filter: brightness(2);
  -moz-filter: brightness(2);
  filter: brightness(2);
}
/* line 402, sass/wp3s-shortcodes.scss */
.wp3s-image.wp3s-image-invert {
  -webkit-filter: invert(100%);
  -moz-filter: invert(100%);
  filter: invert(100%);
}

/**
 * Intro
 */
/* line 408, sass/wp3s-shortcodes.scss */
.wp3s-intro-text {
  margin-bottom: 2em;
  display: block;
  font-size: 125%;
}

/**
 * Social
 */
/* line 417, sass/wp3s-shortcodes.scss */
.wp3s-social-icons {
  font-size: 20px;
}
/* line 421, sass/wp3s-shortcodes.scss */
.wp3s-social-icons .wp3s-icon {
  line-height: 36px;
}
/* line 425, sass/wp3s-shortcodes.scss */
.wp3s-social-icons a {
  display: inline-block;
  width: 36px;
  height: 36px;
  text-align: center;
  vertical-align: top;
  margin: 0 10px 10px 0;
}
/* line 435, sass/wp3s-shortcodes.scss */
.wp3s-social-icons.normal a {
  color: #2f322b;
}
/* line 441, sass/wp3s-shortcodes.scss */
.wp3s-social-icons.square a {
  background: #2f322b;
  color: #fff;
}
/* line 448, sass/wp3s-shortcodes.scss */
.wp3s-social-icons.round a {
  background: #2f322b;
  color: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}

/**
 * Video
 */
/* line 459, sass/wp3s-shortcodes.scss */
.wp3s-video {
  margin: 0 0 2em 0;
}

/* line 463, sass/wp3s-shortcodes.scss */
.wp3s-video {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
/* line 472, sass/wp3s-shortcodes.scss */
.wp3s-video iframe,
.wp3s-video object,
.wp3s-video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
