/*
Theme Name: Neat Teeth
Theme URI: http://www.blackgoat.co.uk
Author: Paul Gibbs
Author URI: http://www.blackgoat.co.uk
Description: Description
Version: 1.0.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: framework
Tags: light, one-column, two-columns

*/
/*
----------------------------------------------------------------
Table of Contents
----------------------------------------------------------------

- Grid
- Normalize
- Fontawesome
- General Styles
	Typography
	Headings
	Links
	Elements	
	Lists
	Tables
- Forms and Buttons
	Buttons
	Inputs
- Helper Styles
	Accessibility
	Alignments
	Clearings
- Structure
- Header
- Menus
- Content
- Comments
- Sidebar
- Footer
- Media
	Captions
	Galleries
	
	
--------------------------------------------------------------*/
/*--------------------------------------------------------------
Mixins & Variables
--------------------------------------------------------------*/
/*--------------------------------------------------------------
Grid
--------------------------------------------------------------*/
[class*="col-"] {
  padding: 0 15px;
  float: left; }

[class^="col-"]:first-child {
  margin-left: 0; }

.col-1 {
  width: 8.33%; }

.col-2 {
  width: 16.67%; }

.col-3 {
  width: 23.5%; }

.col-4 {
  width: 33.33%; }

.col-5 {
  width: 41.67%; }

.col-6 {
  width: 50%; }

.col-7 {
  width: 58.33%; }

.col-8 {
  width: 66.67%; }

.col-9 {
  width: 75%; }

.col-10 {
  width: 83.33%; }

.col-11 {
  width: 91.67%; }

.col-12 {
  width: 100%; }

.right {
  float: right; }

.left {
  float: left; }

/*--------------------------------------------------------------
Normalize
--------------------------------------------------------------*/
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

a:active,
a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/*--------------------------------------------------------------
Font Face
--------------------------------------------------------------*/
@font-face {
  font-family: 'icomoon';
  src: url("fonts/icomoon.eot?oc5mtg");
  src: url("fonts/icomoon.eot?oc5mtg#iefix") format("embedded-opentype"), url("fonts/icomoon.ttf?oc5mtg") format("truetype"), url("fonts/icomoon.woff?oc5mtg") format("woff"), url("fonts/icomoon.svg?oc5mtg#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="icon-"], [class*=" icon-"] {
  font-family: 'icomoon';
  display: inline-block;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-error_outline:before {
  content: "\e001"; }

.icon-equalizer:before {
  content: "\e007"; }

.icon-library_books:before {
  content: "\e014"; }

.icon-repeat:before {
  content: "\e023"; }

.icon-call:before {
  content: "\e03f"; }

.icon-chat:before {
  content: "\e046"; }

.icon-comment:before {
  content: "\e048"; }

.icon-location_on:before {
  content: "\e052"; }

.icon-message:before {
  content: "\e053"; }

.icon-chat_bubble:before {
  content: "\e054"; }

.icon-chat_bubble_outline:before {
  content: "\e055"; }

.icon-phone:before {
  content: "\e057"; }

.icon-add:before {
  content: "\e069"; }

.icon-add_circle:before {
  content: "\e06b"; }

.icon-backspace:before {
  content: "\e06e"; }

.icon-create:before {
  content: "\e074"; }

.icon-link:before {
  content: "\e07b"; }

.icon-sort:before {
  content: "\e088"; }

.icon-access_time:before {
  content: "\e08e"; }

.icon-airplanemode_active:before {
  content: "\e091"; }

.icon-attach_file:before {
  content: "\e0c0"; }

.icon-format_align_justify:before {
  content: "\e0cf"; }

.icon-format_quote:before {
  content: "\e0de"; }

.icon-insert_chart:before {
  content: "\e0e5"; }

.icon-insert_comment:before {
  content: "\e0e6"; }

.icon-insert_drive_file:before {
  content: "\e0e7"; }

.icon-mode_comment:before {
  content: "\e0ed"; }

.icon-mode_edit:before {
  content: "\e0ee"; }

.icon-vertical_align_bottom:before {
  content: "\e0f2"; }

.icon-attachment:before {
  content: "\e0f7"; }

.icon-keyboard_arrow_down:before {
  content: "\e10f"; }

.icon-keyboard_arrow_left:before {
  content: "\e110"; }

.icon-keyboard_arrow_right:before {
  content: "\e111"; }

.icon-keyboard_arrow_up:before {
  content: "\e112"; }

.icon-keyboard_backspace:before {
  content: "\e113"; }

.icon-dehaze:before {
  content: "\e15c"; }

.icon-flight:before {
  content: "\e1d1"; }

.icon-local_florist:before {
  content: "\e1dd"; }

.icon-arrow_back:before {
  content: "\e200"; }

.icon-arrow_forward:before {
  content: "\e204"; }

.icon-check:before {
  content: "\e206"; }

.icon-chevron_left:before {
  content: "\e207"; }

.icon-chevron_right:before {
  content: "\e208"; }

.icon-close:before {
  content: "\e209"; }

.icon-expand_less:before {
  content: "\e20a"; }

.icon-expand_more:before {
  content: "\e20b"; }

.icon-menu:before {
  content: "\e20e"; }

.icon-event_available:before {
  content: "\e21a"; }

.icon-event_note:before {
  content: "\e21c"; }

.icon-sync:before {
  content: "\e22b"; }

.icon-people_outline:before {
  content: "\e252"; }

.icon-person:before {
  content: "\e253"; }

.icon-person_add:before {
  content: "\e254"; }

.icon-person_outline:before {
  content: "\e255"; }

.icon-star:before {
  content: "\e260"; }

.icon-assignment:before {
  content: "\e272"; }

.icon-description:before {
  content: "\e288"; }

.icon-favorite:before {
  content: "\e291"; }

.icon-grade:before {
  content: "\e299"; }

.icon-query_builder:before {
  content: "\e2c2"; }

.icon-subject:before {
  content: "\e2e4"; }

.icon-turned_in:before {
  content: "\e2f8"; }

/*--------------------------------------------------------------
General Styles
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
  color: #6b8d90;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
  -webkit-font-smoothing: antialiased; }

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both; }

p {
  margin: 0 0 1.6em 0; }

dfn, cite, em, i {
  font-style: italic; }

blockquote {
  margin: 0 1.6em; }

address {
  margin: 0 0 1.6em; }

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.75;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em; }

code, kbd, tt, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem; }

abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help; }

mark, ins {
  background: #fff9c0;
  text-decoration: none; }

big {
  font-size: 125%; }

a {
  color: #6b8d90;
  transition: color 0.4s linear; }
  a:visited {
    color: #6b8d90; }
  a:hover, a:focus, a:active {
    color: #c2d1d2; }
  a:focus {
    outline: thin dotted; }
  a:hover, a:active {
    outline: 0; }

html {
  box-sizing: border-box;
  height: 100%; }

*,
*:before,
*:after {
  box-sizing: inherit; }

body {
  background: #E5E5E5;
  height: 100%; }

blockquote, q {
  quotes: "" ""; }
  blockquote:before, blockquote:after, q:before, q:after {
    content: ""; }

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em; }

img {
  height: auto;
  max-width: 100%; }

figure {
  margin: 0; }

ul, ol {
  margin: 0;
  padding: 0; }

ul {
  list-style: none; }

ol {
  list-style: decimal; }

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 0; }

dt {
  font-weight: bold; }

dd {
  margin: 0 1.6em 1.6em; }

table {
  margin: 0 0 1.5em;
  width: 100%; }

/*--------------------------------------------------------------
Forms and Buttons
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: none;
  background: #3f5456;
  color: #c2d1d2;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  letter-spacing: 1px;
  padding: 1em 1.2em .9em;
  transition: all 0.3s linear; }
  button:hover,
  input[type="button"]:hover,
  input[type="reset"]:hover,
  input[type="submit"]:hover {
    background: #557073; }

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="submit"],
textarea {
  padding: 10px 10px 10px 10px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: .75em;
  font-weight: 700;
  color: #666;
  border-radius: 0;
  transition: all 0.4s ease;
  -webkit-appearance: none; }
  input[type="text"]:focus,
  input[type="email"]:focus,
  input[type="url"]:focus,
  input[type="password"]:focus,
  input[type="search"]:focus,
  input[type="submit"]:focus,
  textarea:focus {
    color: #111; }

textarea {
  padding-left: 3px;
  width: 100%; }

/* Widget Search */
.widget_search input {
  border: none;
  padding: 10px;
  width: 91.53%;
  background: #1e9eaa; }
  .widget_search input::-webkit-input-placeholder {
    color: #eeeeee; }
  .widget_search input:focus {
    outline: none;
    color: #ffffff;
    background: #0aafbe; }

/* MailChimp Form */
.news_form {
  width: 100%;
  padding: 6px 10px 10px 10px;
  border: 2px solid rgba(255, 255, 255, 0.2); }
  .news_form input {
    padding: 0;
    margin: 0;
    display: inline;
    border: 0;
    background: none;
    letter-spacing: 1px;
    color: rgba(255, 255, 255, 0.3); }
    .news_form input::-webkit-input-placeholder {
      color: rgba(255, 255, 255, 0.3); }
    .news_form input:focus {
      outline: none; }
  .news_form input[type="submit"] {
    font-size: 24px;
    float: right;
    padding-right: 10px;
    padding-top: 2px; }

/* Contact Form 7 */
body .wpcf7-form input,
body .wpcf7-form textarea {
  width: 100%;
  margin: 0 3.33% 1.25em 0;
  padding: 12px 10px 12px 10px;
  border: 2px solid #dddddd;
  background: none;
  font-size: 10px;
  text-transform: uppercase;
  line-height: 1;
  letter-spacing: 1px;
  color: #aaaaaa; }
  body .wpcf7-form input::-webkit-input-placeholder,
  body .wpcf7-form textarea::-webkit-input-placeholder {
    color: #aaaaaa; }
  body .wpcf7-form input:focus,
  body .wpcf7-form textarea:focus {
    outline: none;
    color: #aaaaaa;
    border-color: #16ebff; }

body .wpcf7-form textarea {
  width: 100%; }

body .wpcf7-form input[type="checkbox"] {
  position: relative;
  top: -4px;
  margin: 0 6px 0 0;
  padding: 0;
  width: inherit; }

body .wpcf7-form input[type="submit"] {
  margin-top: 24px;
  width: inherit;
  background: #00b7c8;
  border: none;
  color: rgba(255, 255, 255, 0.9);
  font-weight: 700;
  padding: 16px 24px; }
  body .wpcf7-form input[type="submit"]:hover {
    background: #00b7c8; }

body .wpcf7-form .lastname input,
body .wpcf7-form .tel-486 input {
  margin-right: 0; }

body .wpcf7-form label {
  font-size: 13px;
  display: block;
  margin-bottom: 6px; }

body .wpcf7-form .wpcf7-list-item {
  display: block; }

body .wpcf7-form .wpcf7-not-valid-tip {
  font-size: 13px;
  color: #75b7b1; }

body .wpcf7-form .wpcf7-response-output,
body .wpcf7-form .wpcf7-display-none,
body .wpcf7-form .wpcf7-validation-errors {
  border: none;
  padding: 18px;
  margin: 0;
  background-color: #75b7b1;
  font-size: 12px;
  line-height: 1;
  color: rgba(255, 255, 255, 0.8); }

/*--------------------------------------------------------------
Helper Styles
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden; }
  .screen-reader-text:hover, .screen-reader-text:active, .screen-reader-text:focus {
    background-color: #eeeeee;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */ }

.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em; }

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em; }

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table; }

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both; }

/*--------------------------------------------------------------
Structure
--------------------------------------------------------------*/
#page {
  height: 100%; }
  @media screen and (max-width: 48em) {
    #page {
      width: 100%; } }
.site-content {
  margin: 0 auto;
  max-width: 1080px;
  background: #ffffff; }

.inner {
  margin: 0 auto;
  max-width: 1080px; }

.content-area {
  width: 66.666%;
  padding: 40px 40px 80px 40px;
  float: left; }
  @media screen and (max-width: 48em) {
    .content-area {
      width: 100%;
      padding: 40px 25px 80px 25px; } }
.widget-area {
  padding: 40px;
  float: left;
  width: 33.333%; }
  @media screen and (max-width: 48em) {
    .widget-area {
      width: 100%;
      padding: 40px 25px; } }
/*--------------------------------------------------------------
Header
--------------------------------------------------------------*/
.site-header {
  position: fixed;
  top: 0;
  width: 100%;
  background-color: #ffffff;
  padding: 0 30px;
  z-index: 40;
  -webkit-overflow-scrolling: touch;
  transition: transform 0.4s cubic-bezier(0.91, 0.01, 0.6, 0.99); }
  .site-header .inner {
    position: relative;
    min-height: 140px;
    transition: all 0.8s ease; }
    @media screen and (max-width: 56em) {
      .site-header .inner {
        min-height: 110px; } }
  .site-header.scrolled .inner {
    position: relative;
    min-height: 80px; }
  .open .site-header {
    transform: translateY(100px); }

.site-branding {
  float: left;
  margin-top: 48px;
  margin-left: 40px;
  width: 288px;
  height: 66px;
  background: url(img/logo_neatteeth.png) no-repeat;
  background-size: contain;
  transition: all 0.8s ease; }
  .scrolled .site-branding {
    margin-top: 20px;
    width: 200px; }
  @media screen and (max-width: 61.25em) {
    .site-branding {
      position: relative;
      top: 18px;
      width: 200px; } }
  @media screen and (max-width: 56em) {
    .site-branding {
      top: 0;
      margin-left: 0; } }
.site-title {
  text-indent: -9999px; }

.site-description {
  text-indent: -9999px; }

/* Client Menu */
.client-tracking {
  height: 100px;
  width: 100%;
  position: fixed;
  top: 0;
  background-color: #2a3738;
  transform: translateY(-100%);
  transition: transform 0.4s cubic-bezier(0.91, 0.01, 0.6, 0.99);
  z-index: 20; }
  .open .client-tracking {
    transform: translateY(0%); }
  @media screen and (max-width: 48em) {
    .client-tracking .inner {
      padding-left: 40px; } }
.client-login {
  position: absolute;
  width: 100%;
  height: 100px;
  padding: 30px;
  transform: translateY(-100%);
  top: 0;
  z-index: 50;
  background-color: rgba(24, 42, 60, 0.85);
  transition: transform 0.4s cubic-bezier(0.91, 0.01, 0.6, 0.99); }
  .open .client-login {
    z-index: 50;
    transform: translateY(0%); }
  .client-login p {
    opacity: 0;
    color: rgba(0, 159, 194, 0.85);
    transform: translateY(-100%);
    transition: all 0.8s ease; }
    .open .client-login p {
      opacity: 1;
      transform: translateY(0%); }

.open .client-login {
  z-index: 50;
  transform: translateY(0%); }

/* Callout Box */
.callout {
  z-index: 1000;
  position: absolute;
  left: 50%;
  top: 0;
  width: 600px;
  background: rgba(255, 255, 255, 0.95);
  padding: 54px 36px;
  color: #6b8d90;
  font-family: "proxima-nova-soft", helvetica;
  font-size: 14px;
  line-height: 150%;
  text-align: center;
  transform: translateX(-50%);
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.4); }
  @media screen and (max-width: 44em) {
    .callout {
      width: 100%; } }
  @media screen and (min-width: 48em) {
    .callout {
      top: 50%;
      transform: translateX(-50%) translateY(-50%); } }
.close .callout {
  display: none; }

.callout h2 {
  margin-bottom: 36px;
  color: #00b7c8;
  font-weight: 300; }

.callout p {
  margin-bottom: 24px;
  color: #6b8d90;
  font-weight: 100;
  font-size: 1em;
  line-height: 1.4; }

.callout ul li {
  display: block;
  padding: 0 12px 12px;
  margin-bottom: 12px;
  border-bottom: 1px solid #c2d1d2; }
  .callout ul li:last-child {
    border: none; }

.callout ul {
  margin-bottom: 36px; }

.callout a {
  color: #ffffff;
  text-decoration: none;
  font-weight: bold;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s; }

.callout a:hover {
  color: rgba(255, 255, 255, 0.7); }

a.close_button {
  display: inline-block;
  padding: 6px 12px;
  margin-top: 36px;
  color: rgba(255, 255, 255, 0.8);
  background-color: #3f5456;
  font-size: 10px;
  letter-spacing: 1px;
  text-transform: uppercase; }

a.close_button:last-child {
  background-color: #00b7c8; }

a.close_button:hover {
  color: #ffffff;
  background-color: #6b8d90; }

/*--------------------------------------------------------------
Menus
--------------------------------------------------------------*/
.main-navigation {
  clear: both;
  display: block;
  bottom: 0;
  right: 0;
  position: absolute;
  /* Target Level 1 */ }
  @media screen and (max-width: 56em) {
    .main-navigation {
      position: relative;
      top: 0;
      left: 0;
      margin: 0;
      right: inherit;
      max-height: 0;
      overflow-y: scroll;
      opacity: 0;
      -webkit-transition: max-height 0.5s cubic-bezier(0.91, 0.01, 0.6, 0.99), opacity 0.6s ease 0.4s; }
      .main-navigation .menu {
        padding: 30px 0; }
      .open-nav .main-navigation {
        max-height: 800px;
        opacity: 1; } }
  .main-navigation ul {
    list-style: none;
    margin: 0;
    padding-left: 0;
    /* Level 2 */ }
    .main-navigation ul ul {
      float: left;
      position: absolute;
      z-index: 99999;
      top: 100%;
      margin-top: 2px; }
      @media screen and (max-width: 56em) {
        .main-navigation ul ul {
          position: relative;
          left: 0;
          float: none;
          margin-top: 1px; } }
      .main-navigation ul ul li {
        margin-bottom: 1px; }
        .main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
          left: 100%; }
          @media screen and (max-width: 56em) {
            .main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
              left: 0; } }
        @media screen and (max-width: 56em) {
          .main-navigation ul ul li {
            border-top: 1px dotted rgba(170, 170, 170, 0.4); }
            .main-navigation ul ul li ul {
              left: 0; } }
        .main-navigation ul ul li ul {
          top: 0;
          left: 100%;
          margin-top: 0;
          margin-left: 1px; }
          @media screen and (max-width: 56em) {
            .main-navigation ul ul li ul {
              left: 0; } }
      .main-navigation ul ul a {
        width: 240px;
        background-color: rgba(255, 255, 255, 0.9);
        color: #999999;
        transition: all 0.4s linear;
        font-size: .8125em;
        font-weight: 400; }
        @media screen and (max-width: 56em) {
          .main-navigation ul ul a {
            background-color: transparent;
            font-size: .875em;
            font-weight: 700;
            text-transform: uppercase;
            letter-spacing: 1px;
            color: rgba(170, 170, 170, 0.5); } }
      .main-navigation ul ul :hover > a,
      .main-navigation ul ul .focus > a {
        background-color: #dddddd; }
        @media screen and (max-width: 56em) {
          .main-navigation ul ul :hover > a,
          .main-navigation ul ul .focus > a {
            color: #2fedff;
            background-color: inherit; } }
    .main-navigation ul li {
      margin-bottom: 1px; }
    .main-navigation ul li:hover > ul,
    .main-navigation ul li.focus > ul {
      left: auto; }
  .main-navigation > ul > li {
    padding: 0; }
    @media screen and (max-width: 56em) {
      .main-navigation > ul > li {
        padding: 0;
        border-top: 2px solid rgba(170, 170, 170, 0.6); }
        .main-navigation > ul > li:first-child {
          border: none; } }
    .main-navigation > ul > li > a {
      background-color: transparent;
      font-size: .8125em;
      font-weight: 700;
      text-transform: uppercase;
      letter-spacing: 1px;
      color: #6b8d90;
      padding: 24px 10px; }
      @media screen and (max-width: 56em) {
        .main-navigation > ul > li > a {
          padding: 10px 0; } }
    .main-navigation > ul > li:last-child a {
      padding-right: 0; }
  .main-navigation li {
    float: left;
    position: relative; }
    @media screen and (max-width: 56em) {
      .main-navigation li {
        float: none;
        display: block; } }
    .main-navigation li:hover > a, .main-navigation li.focus > a {
      color: #00b7c8; }
  .main-navigation a {
    display: block;
    text-decoration: none;
    padding: 10px;
    transition: all 0.4s ease; }
    .scrolled .main-navigation a {
      padding: 10px; }
      @media screen and (max-width: 56em) {
        .scrolled .main-navigation a {
          padding: 10px 0; } }
    @media screen and (max-width: 56em) {
      .main-navigation a {
        padding: 6px 0; } }
  .main-navigation .current_page_item > a,
  .main-navigation .current-menu-item > a,
  .main-navigation .current_page_ancestor > a {
    color: #00b7c8; }

/* Toggle Nvigation */
a.nav-toggle {
  display: none;
  position: absolute;
  right: 2px;
  top: 62px;
  font-size: 28px;
  color: #415456;
  transition: all 0.4s ease; }
  .scrolled a.nav-toggle {
    top: 28px; }
  @media screen and (max-width: 56em) {
    a.nav-toggle {
      display: block; } }
/* Access Menu */
.access-menu {
  float: right;
  margin-top: 20px;
  transition: opacity 0.3s ease;
  opacity: 1; }
  .access-menu a {
    overflow: hidden;
    display: block;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    border-radius: 50%;
    background-color: #aaaaaa;
    text-decoration: none;
    font-size: 1.25rem;
    color: rgba(255, 255, 255, 0.9);
    font-weight: 700;
    transition: all 0.3s ease; }
    .access-menu a:hover {
      background-color: #00b7c8; }
  .scrolled .access-menu {
    opacity: 0; }

/* Slider Navigation */
.slider-nav {
  position: absolute;
  bottom: 40px; }
  .slider-nav li {
    float: left;
    padding-right: 20px; }
    .slider-nav li a {
      display: block;
      width: 48px;
      height: 48px;
      border-radius: 50%;
      border: 3px solid rgba(255, 255, 255, 0.8);
      line-height: 42px;
      font-size: 16px;
      font-weight: 300;
      text-align: center;
      color: #c8faff; }

/* Page Navigation */
.site-main .comment-navigation, .site-main .posts-navigation, .site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden; }

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%; }

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%; }

.paging-navigation {
  margin: 40px 0; }
  .paging-navigation ul {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: .875rem; }
  .paging-navigation li {
    display: inline-block; }
    .paging-navigation li a {
      text-decoration: none;
      padding: 5px 10px;
      background-color: #fbffff; }
    .paging-navigation li .current {
      padding: 5px 10px;
      background-color: #3f5456; }
    .paging-navigation li .prev, .paging-navigation li .next {
      background-color: inherit; }

/* Breadcrumbs */
.breadcrumb {
  overflow: hidden;
  margin-bottom: 12px;
  color: #96afb1;
  font-size: .8125em; }
  .breadcrumb a {
    margin-right: 4px;
    margin-left: 2px;
    text-decoration: none;
    color: #96afb1; }
    .breadcrumb a:hover {
      color: #00b7c8; }
    .breadcrumb a:first-child {
      color: #00b7c8; }

/* Social Menu */
.social-navigation ul {
  list-style: none; }

.social-navigation li {
  float: left;
  list-style: none;
  font-size: .875em;
  margin-right: 20px; }

.social-navigation a {
  display: block;
  height: 3.2em;
  position: relative;
  padding-left: 30px;
  text-decoration: none; }

.social-navigation a:before {
  content: "\f004";
  font-size: 24px;
  position: absolute;
  top: 0;
  left: 0; }

.social-navigation a[href*="facebook.com"]:before {
  content: "\f230"; }

.social-navigation a[href*="twitter.com"]:before {
  content: "\f081"; }

.social-navigation a[href*="vimeo.com"]:before {
  content: "\f194"; }

.social-navigation a[href*="youtube.com"]:before {
  content: "\f16a"; }

.social-navigation a[href*="mailto:"]:before {
  content: "\f1d8"; }

/*--------------------------------------------------------------
Content
--------------------------------------------------------------*/
/* Title */
.title-section {
  position: relative;
  margin-top: -98px;
  padding: 30px 0 0 0;
  height: 98px;
  background-color: rgba(0, 183, 200, 0.95); }
  .title-section .entry-header {
    padding-left: 40px; }
    @media screen and (max-width: 48em) {
      .title-section .entry-header {
        padding-left: 25px; } }
  .home .title-section {
    margin-top: 0;
    padding: 0;
    height: 90px; }
    .home .title-section .callout-info {
      float: left;
      width: 68.04%;
      padding-left: 40px;
      font-size: 14px;
      line-height: 90px;
      color: #c8faff; }

.callout-tel {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 31.96%;
  padding-left: 40px;
  font-size: 1.25rem;
  line-height: 90px;
  font-weight: 700;
  color: #c8faff; }
  .callout-tel::before {
    position: relative;
    top: 8px;
    content: "\e048";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: 'icomoon';
    padding-right: 8px;
    margin-top: 2px;
    font-size: 2rem;
    display: inline-block;
    color: #005a62; }

/* Posts and Pages Content */
p.intro {
  font-size: 1.1875rem;
  line-height: 1.5;
  color: #00b7c8; }

.hentry {
  max-width: 32.5rem;
  margin: 0 0 1.6em 0; }

.hentry + .hentry {
  padding-top: 20px;
  border-top: 1px solid rgba(51, 51, 51, 0.1); }

.entry-header {
  padding: 0; }

.entry-title,
.page-title {
  margin: 0;
  font-size: 1.75rem;
  color: #ffffff;
  font-weight: 900;
  line-height: 1.344827586; }
  .hentry .entry-title, .hentry .page-title {
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 12px;
    color: #00b7c8; }
    .hentry .entry-title a, .hentry .page-title a {
      color: #00b7c8;
      text-decoration: none; }
  @media screen and (max-width: 48em) {
    .entry-title,
    .page-title {
      font-size: 18px; } }
.entry-content,
.entry-summary {
  transform: translateZ(0);
  padding: 0; }

.entry-content > :last-child,
.entry-summary > :last-child {
  margin-bottom: 0; }

/* Headings */
.entry-content h1,
.entry-summary h1,
.page-content h1,
.comment-content h1 {
  font-size: 1.75rem;
  line-height: 1.5625;
  margin-top: 0;
  margin-bottom: 1.5625em;
  color: #607f82;
  font-weight: 900;
  letter-spacing: -1px; }
  .entry-content h1::after,
  .entry-summary h1::after,
  .page-content h1::after,
  .comment-content h1::after {
    margin-top: 26px;
    content: "";
    display: block;
    width: 200px;
    height: 1px;
    background-color: #00b7c8; }

.entry-content h2,
.entry-summary h2,
.page-content h2,
.comment-content h2 {
  font-size: 1rem;
  line-height: 1.5;
  margin-top: 36px;
  margin-bottom: 12px;
  color: #00b7c8; }

.entry-content h3,
.entry-summary h3,
.page-content h3,
.comment-content h3 {
  font-size: .75rem;
  line-height: 1.5625;
  margin-top: 1.5625em;
  margin-bottom: 0;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #607f82; }

.entry-content h4,
.entry-content h5,
.entry-content h6,
.entry-summary h4,
.entry-summary h5,
.entry-summary h6,
.page-content h4,
.page-content h5,
.page-content h6,
.comment-content h4,
.comment-content h5,
.comment-content h6 {
  font-size: 1rem;
  line-height: 1.5625;
  margin-top: 1.5625em;
  margin-bottom: 0;
  font-weight: 700;
  color: #6b8d90; }

.entry-content h5,
.entry-content h6,
.entry-summary h5,
.entry-summary h6,
.page-content h5,
.page-content h6,
.comment-content h5,
.comment-content h6 {
  letter-spacing: 0.1em;
  text-transform: uppercase; }

.entry-content > h1:first-child,
.entry-content > h2:first-child,
.entry-content > h3:first-child,
.entry-content > h4:first-child,
.entry-content > h5:first-child,
.entry-content > h6:first-child,
.entry-summary > h1:first-child,
.entry-summary > h2:first-child,
.entry-summary > h3:first-child,
.entry-summary > h4:first-child,
.entry-summary > h5:first-child,
.entry-summary > h6:first-child,
.page-content > h1:first-child,
.page-content > h2:first-child,
.page-content > h3:first-child,
.page-content > h4:first-child,
.page-content > h5:first-child,
.page-content > h6:first-child,
.comment-content > h1:first-child,
.comment-content > h2:first-child,
.comment-content > h3:first-child,
.comment-content > h4:first-child,
.comment-content > h5:first-child,
.comment-content > h6:first-child {
  margin-top: 0; }

/* Meta Content */
.posted-on {
  display: block;
  margin: 36px 0 0 40px;
  font-size: .8125rem;
  color: #3f5456; }
  .posted-on::before {
    font-family: 'icomoon';
    content: "\e08e";
    position: relative;
    top: 1px;
    padding-right: 6px; }
  .posted-on a {
    color: #3f5456;
    text-decoration: none; }
    .posted-on a:hover {
      color: #4a6264; }
  .blog .posted-on {
    font-size: .75rem;
    color: #aaaaaa; }
    .blog .posted-on a {
      color: #aaaaaa; }

.blog .entry-content img {
  margin-top: 20px; }

/* Lists */
.entry-content ul {
  list-style: none;
  margin-bottom: 20px; }
  .entry-content ul li {
    padding-left: 18px;
    margin-bottom: 6px; }
    .entry-content ul li::before {
      position: absolute;
      margin-top: 10px;
      left: 0;
      display: block;
      width: 6px;
      height: 6px;
      border-radius: 50%;
      background-color: #00b7c8;
      content: ""; }

/* Links */
.entry-content a:hover,
.entry-content a:focus,
.entry-summary a:hover,
.entry-summary a:focus,
.page-content a:hover,
.page-content a:focus,
.comment-content a:hover,
.comment-content a:focus,
.pingback .comment-body > a:hover,
.pingback .comment-body > a:focus {
  border-bottom: 0; }

.entry-content a img,
.entry-summary a img,
.page-content a img,
.comment-content a img {
  display: block; }

.services_link {
  padding-bottom: 10px;
  border-bottom: 1px dashed #dddddd; }
  .services_link a {
    text-decoration: none;
    border: none;
    color: #00b7c8; }
    .services_link a:hover {
      color: #6b8d90; }
      .services_link a:hover::after {
        background-color: #00b7c8;
        margin-right: 0; }
    .services_link a::after {
      font-family: 'icomoon';
      content: "\e204";
      text-align: center;
      width: 24px;
      height: 24px;
      background: #6b8d90;
      border-radius: 50%;
      float: right;
      display: block;
      color: rgba(255, 255, 255, 0.6);
      transition: all 0.3s linear;
      margin-right: 10px; }

/* More Link */
.entry-content .more-link {
  margin-top: 24px;
  display: block;
  background-color: #096972;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.8);
  text-transform: uppercase;
  letter-spacing: 1px;
  height: 25px;
  width: 60px;
  border-radius: 15px;
  line-height: 25px;
  padding-left: 10px;
  border: none;
  transition: all 0.4s ease; }
  .entry-content .more-link:hover {
    background-color: #00b7c8;
    width: 80px; }

.entry-content .more-link:after,
.entry-summary .more-link:after {
  content: "\f429";
  font-size: 16px;
  position: relative;
  top: 5px; }

.byline,
.updated:not(.published) {
  display: none; }

.single .byline,
.group-blog .byline {
  display: inline; }

.page-content,
.entry-content,
.entry-summary {
  margin: 0; }

.entry-content blockquote {
  max-width: 28rem;
  margin: 0;
  font-weight: 900;
  line-height: 1.2;
  color: #a5babc; }
  .entry-content blockquote p {
    margin-bottom: 36px; }
  .entry-content blockquote.quote-large {
    font-size: 1.75rem; }
  .entry-content blockquote.quote-small {
    max-width: 23.75rem;
    font-size: 1.25em;
    line-height: 1.3;
    color: #00b7c8; }
    .entry-content blockquote.quote-small:before {
      display: block;
      margin-top: 48px;
      margin-bottom: 24px;
      content: "";
      height: 1px;
      width: 200px;
      background-color: #6b8d90; }

.page-links {
  clear: both;
  margin: 0 0 1.5em; }

/* Slider Section  */
.slider {
  height: 100%;
  position: relative; }

.slides {
  height: calc(100% - 80px);
  width: 100%; }
  .slides div {
    height: 100%;
    display: block;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-attachment: fixed; }
  @media screen and (max-width: 48em) {
    .slides div {
      background-attachment: scroll;
      background-size: 58em auto; } }
.slide-captions {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 280px;
  padding: 0 30px;
  z-index: 20; }
  @media screen and (max-width: 48em) {
    .slide-captions {
      height: 260px; } }
  .slide-captions .inner {
    position: relative;
    height: 280px;
    background-color: rgba(234, 21, 133, 0.9);
    padding: 40px 40px 40px 40px; }
    @media screen and (max-width: 48em) {
      .slide-captions .inner {
        height: 260px;
        padding: 20px; } }
.slide-caption {
  width: 100%;
  animation-delay: 0.2s;
  animation-duration: 0.4s; }
  .slide-caption h2 {
    max-width: 54rem;
    margin: 0 0 24px 0;
    font-size: 1.75em;
    color: white;
    font-weight: 700;
    line-height: 1.33333; }
    @media screen and (max-width: 48em) {
      .slide-caption h2 {
        font-size: 16px; } }
  .slide-caption p {
    max-width: 54rem;
    color: rgba(255, 255, 255, 0.7); }

.slick-dots {
  position: absolute;
  top: 0;
  right: 0; }
  .slick-dots li {
    float: left;
    margin-left: 8px; }
    .slick-dots li button {
      border-radius: 50%;
      text-indent: -9999em;
      width: 8px;
      height: 8px;
      padding: 0;
      background-color: #f273b6; }
    .slick-dots li.slick-active button {
      background-color: #f7a1ce; }

.slick-arrow-nav {
  position: absolute;
  bottom: 35px;
  left: 35px;
  animation-delay: 1s;
  animation-duration: 0.8s; }
  @media screen and (max-width: 48em) {
    .slick-arrow-nav {
      left: 20px;
      bottom: 20px; } }
.slide_prev,
.slide_next {
  float: left;
  margin-right: 15px;
  display: block;
  transition: opacity 0.3s linear; }
  .slide_prev:hover,
  .slide_next:hover {
    cursor: pointer;
    opacity: 0.5; }
  .slide_prev::after,
  .slide_next::after {
    font-size: 1.5em;
    color: #ffffff;
    line-height: 44px;
    font-family: 'icomoon';
    content: "\e204";
    font-weight: 700; }

.slide_prev::after {
  content: "\e200"; }

/* Feature Title Image */
.header_feature_image {
  width: 100%;
  height: 360px;
  margin-top: 140px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover; }
  @media screen and (max-width: 48em) {
    .header_feature_image {
      margin-top: 114px;
      background-attachment: scroll;
      background-size: 58em auto;
      background-position: center center; } }
/* Testimonials Section */
.testimonials {
  padding: 50px 30px 100px 30px;
  background-image: url(http://neatteeth.blackgoat.co.uk/wp-content/uploads/sites/8/2016/03/bga.jpg);
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover; }
  @media screen and (max-width: 48em) {
    .testimonials {
      padding-bottom: 40px; } }
  .testimonials blockquote {
    margin: 0 0 12px 0;
    font-size: 1.5rem;
    line-height: 1.4;
    color: rgba(107, 141, 144, 0.9);
    font-weight: 400;
    text-align: left; }
    .testimonials blockquote::before {
      font-family: 'icomoon';
      content: "\e0de";
      width: 60px;
      height: 60px;
      text-align: center;
      line-height: 1.666666667;
      font-size: 36px;
      margin: 0 0 30px 0;
      border-radius: 50%;
      display: block;
      color: #ffffff;
      background-color: #00b7c8;
      -moz-transform: scale(-1, 1);
      -webkit-transform: scale(-1, 1);
      -o-transform: scale(-1, 1);
      -ms-transform: scale(-1, 1);
      transform: scale(-1, 1); }
    @media screen and (max-width: 48em) {
      .testimonials blockquote {
        font-size: 1.125rem; } }
    .testimonials blockquote p {
      margin-bottom: 12px; }
  .testimonials cite {
    font-size: 11px;
    letter-spacing: 2px;
    font-weight: 600;
    text-transform: uppercase;
    font-style: normal;
    text-align: left;
    display: block;
    color: desarurate(#00b7c8, 20%); }

/* Services Section */
.services {
  margin: 0 auto 80px auto;
  max-width: 1080px; }
  @media screen and (max-width: 48em) {
    .services {
      padding-bottom: 40px; } }
  .services h2 {
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1.5px;
    font-weight: 600;
    color: white;
    margin-bottom: 20px; }
  .services p {
    margin-bottom: 1.333333333em;
    font-size: .875rem;
    line-height: 1.333333333;
    min-height: 4em;
    color: rgba(255, 255, 255, 0.75); }
    @media screen and (max-width: 48em) {
      .services p {
        min-height: inherit;
        margin-bottom: 12px; } }
.services > div {
  width: 33.3333%;
  float: left;
  min-height: 202px;
  background: #00b7c8; }
  @media screen and (max-width: 48em) {
    .services > div {
      width: 100%;
      margin-right: 0; } }
  .services > div:nth-child(1) {
    background-color: #008895; }
  .services > div:nth-child(2) {
    background-color: #00a0af; }

/* Team Section */
.team-member {
  margin-bottom: 12px;
  border-bottom: 1px solid #00b7c8; }
  .team-member .team-name {
    margin: 0;
    font-size: 1em;
    font-weight: 700; }
    .team-member .team-name a {
      color: #00b7c8;
      text-decoration: none; }
      .team-member .team-name a:hover {
        color: #557073; }
      .team-member .team-name a::after {
        content: "\e069";
        font-family: 'icomoon';
        float: right;
        color: #00b7c8; }
  @media screen and (min-width: 48em) {
    .team-member figure {
      width: 50%; } }
  .team-member .team-qualification {
    margin: 0;
    font-size: .9375em;
    color: #3f5456; }
  .team-member .team-title {
    margin: 0;
    color: #87a4a7;
    font-style: italic;
    font-weight: 300;
    font-size: .875em; }
  .team-member .team-info {
    margin-bottom: 24px;
    max-height: 0;
    overflow: hidden;
    padding-top: 24px;
    transition: max-height 0.4s ease, opacity 0.8s ease 0.3s, transform 0.8s ease 0.3s;
    opacity: 0;
    transform: translateY(20px); }
  .team-member .gdc {
    margin: 12px 0 0 0; }
    .team-member .gdc span {
      padding-right: 2px;
      font-weight: bold;
      color: #00b7c8; }

.open-team .team-info {
  max-height: 2000px;
  transform: translateY(0);
  opacity: 1; }

/*--------------------------------------------------------------
Sidebar
--------------------------------------------------------------*/
/* Widgets */
#secondary .widget {
  padding-top: 18px;
  margin: 0px 0px 18px 0px;
  font-size: .8125rem;
  border-top: 1px solid #cccccc;
  /* Make sure select elements fit in widgets. */ }
  #secondary .widget:first-child {
    color: #00b7c8;
    border: none;
    font-size: 18px;
    position: relative;
    padding-top: 34px; }
    #secondary .widget:first-child::before {
      position: absolute;
      left: -4px;
      top: -8px;
      font-family: 'icomoon';
      content: "\e21c";
      font-size: 2em;
      line-height: 1.185185185; }
  #secondary .widget .widget-title {
    margin: 0 0 0 0;
    font-size: 1rem;
    font-weight: 700;
    color: #00b7c8; }
  #secondary .widget a {
    text-decoration: none;
    color: #777777; }
    #secondary .widget a:hover {
      color: #00b7c8; }
  #secondary .widget .current_page_item a {
    color: #00b7c8; }
  #secondary .widget select {
    max-width: 100%; }

#menu-sidebar li {
  font-size: 16px;
  border: none;
  padding-top: 16px;
  line-height: 1.4;
  font-weight: 700; }
  #menu-sidebar li:first-child {
    padding-top: 0; }

/* Search widget. */
.widget_search .search-submit {
  display: none; }

.tel {
  font-size: 1.25rem;
  font-weight: 700;
  color: #607f82; }
  .tel a {
    color: #00b7c8; }

/* Services Widgets */
.services > div {
  position: relative; }

.services .textwidget {
  padding: 36px;
  color: #ffffff;
  line-height: 1.375; }
  .services .textwidget strong {
    display: block; }
  .services .textwidget a {
    position: absolute;
    bottom: 30px;
    margin-top: 36px;
    display: block;
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    font-size: 13px;
    font-weight: 400; }
    .services .textwidget a::after {
      padding-left: 7px;
      margin-top: 1px;
      font-family: 'icomoon';
      content: "\e204";
      font-style: normal; }

.services .service-video .textwidget {
  padding: 0; }

/*--------------------------------------------------------------
Footer
--------------------------------------------------------------*/
/* Footer */
.site-footer {
  width: 100%;
  padding: 0;
  background-color: #3f5456; }
  .site-footer .copyright {
    overflow: hidden;
    margin-top: 100px;
    padding: 40px 30px;
    background-color: #3b4e50; }
    @media screen and (max-width: 48em) {
      .site-footer .copyright {
        margin-top: 40px; } }
  .site-footer .reserve {
    float: right;
    font-size: 13px;
    line-height: 45px;
    color: rgba(255, 255, 255, 0.6); }
    @media screen and (max-width: 48em) {
      .site-footer .reserve {
        margin-top: 12px;
        float: left; } }
.site-info {
  padding: 40px 30px;
  overflow: hidden; }
  .site-info > div {
    width: 33.333%;
    padding-right: 25px;
    float: left;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.7); }
    .site-info > div:last-child {
      margin-right: 0;
      padding-right: 0; }
  @media screen and (max-width: 48em) {
    .site-info {
      padding: 40px 30px; }
      .site-info > div {
        width: 100%;
        padding-right: 0;
        margin-bottom: 22px;
        padding-bottom: 24px;
        float: none;
        border-bottom: rgba(255, 255, 255, 0.5) 1px dashed; }
        .site-info > div:last-child {
          padding: 0;
          margin: 0;
          border: none; } }
  .site-info h2 {
    font-size: 13px;
    text-transform: uppercase;
    color: #00b7c8;
    letter-spacing: 2px; }
    .site-info h2::before {
      display: block;
      margin-bottom: 10px;
      font-family: 'icomoon';
      font-size: 1.5rem;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      color: rgba(255, 255, 255, 0.6); }
  .site-info .widget_nav_menu h2::before {
    content: "\e2e4"; }
  .site-info .widget_text h2::before {
    content: "\e053"; }
  .site-info .widget_recent_entries h2::before {
    content: "\e288"; }
  .site-info p {
    font-size: 14px;
    line-height: 1,6;
    color: rgba(255, 255, 255, 0.7); }
  .site-info a {
    color: rgba(255, 255, 255, 0.7);
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: 1px;
    text-decoration: none;
    font-weight: 700; }
  .site-info .icon-phone {
    padding-right: 4px;
    position: relative;
    top: 2px; }
  .site-info .widget_media_image img {
    width: 176px; }

/*--------------------------------------------------------------
Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0; }

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
  display: block; }

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%; }
  .wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto; }
  .wp-caption .wp-caption-text {
    margin: 0.8075em 0; }

.wp-caption-text {
  text-align: left;
  font-size: .8125em;
  color: #aaaaaa; }

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin: 0 -10px; }

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
  margin: 0;
  padding: 10px; }
  .gallery-columns-2 .gallery-item {
    max-width: 50%; }
  .gallery-columns-3 .gallery-item {
    max-width: 33.33%; }
  .gallery-columns-4 .gallery-item {
    max-width: 25%; }
  .gallery-columns-5 .gallery-item {
    max-width: 20%; }
  .gallery-columns-6 .gallery-item {
    max-width: 16.66%; }
  .gallery-columns-7 .gallery-item {
    max-width: 14.28%; }
  .gallery-columns-8 .gallery-item {
    max-width: 12.5%; }
  .gallery-columns-9 .gallery-item {
    max-width: 11.11%; }

.gallery-caption {
  display: block; }

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