/*!
Theme Name: GG Smith Theme
Theme URI: http://underscores.me/
Author: Gapshift
Author URI: https://gapshift.com
Description: A custom WordPress theme development for GG Smith Attorneys by Gapshift.
Version: 1.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: theme
Tags: ggsmith, attorneys, custom-theme

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Theme is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Theme (Custom)
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries

/*--------------------------------------------------------------
# Theme (Custom)
--------------------------------------------------------------*/
/* Functions */
/* Custom Variables */
/* general.scss */
body,
html {
  font-family: "Montserrat", sans-serif !important;
  font-size: 14px;
  line-height: 1.3;
  color: #222346;
  margin: 0 !important;
  padding: 0 !important;
  font-weight: 300;
  -ms-overflow-x: hidden; }

.site {
  position: relative; }

.svg-fill-dark-purple {
  fill: #222346 !important; }

.svg-fill-purple {
  fill: #3c3e94 !important; }

.svg-fill-blue {
  fill: #186db5 !important; }

.svg-fill-white {
  fill: #ffffff !important; }

.svg-fill-grey {
  fill: #f5f5f9 !important; }

.shape-l, .shape-r {
  position: absolute;
  z-index: 2;
  max-height: 100%;
  display: inline-block;
  top: 0; }

.shape-l {
  left: 0; }

.shape-r {
  right: 0; }

.p-6 {
  padding: 6em; }

.p-7 {
  padding: 7em; }

.p-8 {
  padding: 8em; }

.p-9 {
  padding: 9em; }

.p-10 {
  padding: 10em; }

.bg-purple {
  background: #3c3e94 !important; }

.bg-dark-purple {
  background: #222346 !important; }

.bg-blue {
  background: #186db5 !important; }

.bg-teal {
  background: #11eddc !important; }

.bg-white {
  background: #ffffff !important; }

.bg-black {
  background: #101021 !important; }

.bg-grey {
  background: #f5f5f9 !important; }

.overlay-purple {
  position: relative; }
  .overlay-purple:before {
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute;
    background: rgba(60, 62, 148, 0.4); }

.overlay-blue {
  position: relative; }
  .overlay-blue:before {
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute;
    background: rgba(24, 109, 181, 0.4); }

/* typography.scss */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Libre Caslon Text", serif !important;
  font-weight: 400; }
  h1::selection,
  h2::selection,
  h3::selection,
  h4::selection,
  h5::selection,
  h6::selection {
    background: #3c3e94;
    color: #ffffff; }

h1 {
  font-size: 72px !important; }

h2 {
  font-size: 60px !important; }

h3 {
  font-size: 48px !important; }

h4 {
  font-size: 36px !important; }

h5 {
  font-size: 24px !important; }

h6 {
  font-size: 1em; }

p {
  margin-bottom: 1em;
  padding: 0; }
  p:last-of-type {
    margin: 0; }
  p::selection {
    background: #3c3e94;
    color: #ffffff; }
  p.is-1-bigger {
    font-size: 1.5em; }
  p.is-2-bigger {
    font-size: 2em; }
  p.is-3-bigger {
    font-size: 2.5em; }
  p.is-4-bigger {
    font-size: 3em; }

small::selection {
  background: #3c3e94;
  color: #ffffff; }

.text-is-dark-purple, .quick-contact .mdi {
  color: #222346; }

.text-is-purple, .article-content h1,
.article-content h2,
.article-content h3,
.article-content h4,
.article-content h5,
.article-content h6 {
  color: #3c3e94; }

.text-is-blue {
  color: #186db5; }

.text-is-teal, .article-content .prev-link:hover, .article-content .prev-link:active, .article-content .prev-link:focus,
.article-content .next-link:hover,
.article-content .next-link:active,
.article-content .next-link:focus {
  color: #11eddc; }

.text-is-black, .article-content .prev-link,
.article-content .next-link {
  color: #101021; }

.text-is-white {
  color: #ffffff; }

.text-is-grey {
  color: rgba(16, 16, 33, 0.5); }

/* Navigation */
a {
  color: #3c3e94;
  text-decoration: none !important;
  -webkit-transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1); }
  a:visited {
    color: #3c3e94 !important; }
  a:hover, a:active, a:focus {
    color: #7173c5 !important; }

/* Layout - DOM related elements */
.home-latest-blog {
  min-height: 550px;
  height: auto;
  padding-bottom: 12em !important;
  background: -webkit-linear-gradient(to bottom right, #3c3e94, #186db5);
  background: -moz-linear-gradient(to bottom right, #3c3e94, #186db5);
  background: -o-linear-gradient(to bottom right, #3c3e94, #186db5);
  background: linear-gradient(to bottom right, #3c3e94, #186db5); }
  @media (min-width: 768px) {
    .home-latest-blog {
      min-height: auto;
      height: 500px;
      padding-bottom: inherit; } }
  .home-latest-blog .date-tag {
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 2; }
  .home-latest-blog .container {
    position: relative;
    z-index: 2; }
  .home-latest-blog .bg-image {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    opacity: 0.2; }

.newletter-signup .btn {
  width: 100%;
  height: 100%;
  padding: 15px;
  margin: 0; }

section:not(.hero) {
  padding: 80px 0;
  position: relative; }
  section:not(.hero) .d-height {
    display: flex;
    flex-direction: column;
    justify-content: center; }
    @media (max-width: 767.98px) {
      section:not(.hero) .d-height {
        height: auto !important; } }
  section:not(.hero).no-padding {
    padding: 0; }

.blog-header,
.article-header {
  width: 100%;
  min-height: 650px;
  height: auto;
  padding-bottom: 10em !important;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: -webkit-linear-gradient(to bottom right, #3c3e94, #186db5);
  background: -moz-linear-gradient(to bottom right, #3c3e94, #186db5);
  background: -o-linear-gradient(to bottom right, #3c3e94, #186db5);
  background: linear-gradient(to bottom right, #3c3e94, #186db5); }
  @media (min-width: 768px) {
    .blog-header,
    .article-header {
      min-height: 550px;
      padding-bottom: inherit !important; } }
  .blog-header .category a,
  .article-header .category a {
    color: #11eddc !important; }
  .blog-header .date-tag,
  .article-header .date-tag {
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 2; }
  .blog-header .container,
  .article-header .container {
    position: relative;
    z-index: 2; }
  .blog-header .bg-image,
  .article-header .bg-image {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    opacity: 0.2; }

.article-header {
  min-height: 450px !important; }

.hr {
  width: 100%;
  display: block;
  clear: both;
  background: #f5f5f9;
  height: 1px;
  margin: 30px 0; }

.p404 {
  width: 100%;
  height: 100vh;
  background: -webkit-linear-gradient(to bottom right, #3c3e94, #186db5);
  background: -moz-linear-gradient(to bottom right, #3c3e94, #186db5);
  background: -o-linear-gradient(to bottom right, #3c3e94, #186db5);
  background: linear-gradient(to bottom right, #3c3e94, #186db5); }

.search-aside {
  top: 20px; }

.article-content h1,
.article-content h2,
.article-content h3,
.article-content h4,
.article-content h5,
.article-content h6 {
  font-weight: 400 !important; }
  .article-content h1 strong,
  .article-content h2 strong,
  .article-content h3 strong,
  .article-content h4 strong,
  .article-content h5 strong,
  .article-content h6 strong {
    font-weight: 400 !important; }

/* Hero */
.hero {
  width: 100%;
  height: calc(100vh - 100px);
  background: -webkit-linear-gradient(to bottom right, #3c3e94, #186db5);
  background: -moz-linear-gradient(to bottom right, #3c3e94, #186db5);
  background: -o-linear-gradient(to bottom right, #3c3e94, #186db5);
  background: linear-gradient(to bottom right, #3c3e94, #186db5);
  position: relative; }
  @media (min-width: 992px) {
    .hero {
      height: 100vh; } }
  .hero .slider {
    position: absolute;
    z-index: 3;
    top: 0; }
    .hero .slider .slide {
      width: 100%;
      height: calc(100vh - 100px);
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center; }
      @media (min-width: 992px) {
        .hero .slider .slide {
          height: 100vh; } }
      .hero .slider .slide h3 {
        position: relative;
        font-size: 36px;
        text-align: center;
        z-index: 2; }
        @media (min-width: 768px) {
          .hero .slider .slide h3 {
            font-size: 60px;
            text-align: left; } }
      .hero .slider .slide .bg-image {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
        background-repeat: no-repeat !important;
        background-size: cover !important;
        opacity: 0.2; }
    .hero .slider .owl-dots {
      position: absolute;
      bottom: 50px;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -moz-transform: translateX(-50%);
      transform: translateX(-50%); }
      .hero .slider .owl-dots .owl-dot {
        width: 8px;
        height: 8px;
        background: #ffffff;
        border: 1px solid #ffffff;
        -webkit-transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
        -moz-transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
        transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        margin-right: 5px; }
        .hero .slider .owl-dots .owl-dot:hover, .hero .slider .owl-dots .owl-dot:active, .hero .slider .owl-dots .owl-dot:focus {
          background: #11eddc;
          border: 1px solid #11eddc; }
        .hero .slider .owl-dots .owl-dot:last-of-type {
          margin-right: 0; }
        .hero .slider .owl-dots .owl-dot.active {
          background: transparent; }
          .hero .slider .owl-dots .owl-dot.active:hover, .hero .slider .owl-dots .owl-dot.active:active, .hero .slider .owl-dots .owl-dot.active:focus {
            border: 1px solid #11eddc; }
    .hero .slider .owl-nav {
      width: 100%;
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      transform: translateY(-50%);
      flex-direction: row;
      justify-content: space-between;
      align-items: center;
      padding: 0 20px;
      pointer-events: none; }
      @media (min-width: 992px) {
        .hero .slider .owl-nav {
          display: flex; } }
      .hero .slider .owl-nav .owl-prev,
      .hero .slider .owl-nav .owl-next {
        color: #ffffff;
        font-size: 36px;
        line-height: 24px;
        opacity: 0.5;
        -webkit-transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
        -moz-transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
        transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
        cursor: pointer;
        pointer-events: all; }
        .hero .slider .owl-nav .owl-prev:hover, .hero .slider .owl-nav .owl-prev:active, .hero .slider .owl-nav .owl-prev:focus,
        .hero .slider .owl-nav .owl-next:hover,
        .hero .slider .owl-nav .owl-next:active,
        .hero .slider .owl-nav .owl-next:focus {
          opacity: 1; }
  .hero .email {
    position: absolute;
    display: none;
    bottom: 20px;
    right: 20px;
    z-index: 4; }
    @media (min-width: 768px) {
      .hero .email {
        display: block;
        bottom: 50px;
        right: 50px; } }
    .hero .email a {
      color: #ffffff; }
      .hero .email a:hover, .hero .email a:active, .hero .email a:focus {
        color: #11eddc !important; }
  .hero .socials {
    position: absolute;
    bottom: 20px;
    left: 20px;
    z-index: 4;
    display: flex;
    flex-direction: column; }
    @media (min-width: 768px) {
      .hero .socials {
        bottom: 50px;
        left: 50px; } }
    .hero .socials a {
      margin-bottom: 5px; }
      .hero .socials a:last-of-type {
        margin: 0; }
    .hero .socials .mdi {
      color: #ffffff;
      font-size: 1.3em;
      -webkit-transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
      -moz-transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
      transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1); }
      .hero .socials .mdi:hover, .hero .socials .mdi:active, .hero .socials .mdi:focus {
        color: #11eddc; }

/* Footer */
footer .mdi {
  font-size: 24px;
  line-height: 1;
  display: inline-block;
  color: #101021;
  -webkit-transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1); }
  footer .mdi:hover, footer .mdi:active, footer .mdi:focus {
    color: #11eddc !important; }

/* Forms */
form .wpcf7-form-control-wrap {
  width: inherit !important; }

form .form-field, form textarea {
  height: auto;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
  padding: 15px !important;
  -webkit-transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  font-family: "Montserrat", sans-serif;
  color: #101021;
  margin-bottom: 10px;
  box-sizing: border-box !important; }
  form .form-field.is-search, form textarea.is-search {
    padding: 5px !important; }
  form .form-field.is-white, form textarea.is-white {
    background: #ffffff;
    border: 1px solid #ffffff; }
    form .form-field.is-white.is-outlined, form textarea.is-white.is-outlined {
      background: transparent;
      border: 1px solid #ffffff; }
  form .form-field.is-grey, form textarea.is-grey {
    background: #f5f5f9;
    border: 1px solid #f5f5f9; }
    form .form-field.is-grey.is-outlined, form textarea.is-grey.is-outlined {
      background: transparent;
      border: 1px solid #f5f5f9; }
  form .form-field.is-full, form textarea {
    width: 100%; }
  form .form-field.is-half, form textarea.is-half {
    width: 100%;
    display: inline-block; }
    @media (min-width: 992px) {
      form .form-field.is-half, form textarea.is-half {
        width: 50%; } }
  form .form-field:hover, form textarea:hover {
    border: 1px solid #11eddc; }
  form .form-field:active, form textarea:active, form .form-field:focus, form textarea:focus {
    background: #11eddc;
    border: 1px solid #11eddc; }
  form .form-field::placeholder, form textarea::placeholder {
    color: gray; }

form textarea {
  height: 180px !important; }

form#contact-form {
  padding: 40px;
  -webkit-box-shadow: 0 6px 12px rgba(16, 16, 33, 0.2);
  -moz-box-shadow: 0 6px 12px rgba(16, 16, 33, 0.2);
  box-shadow: 0 6px 12px rgba(16, 16, 33, 0.2); }

form#search-form {
  display: flex;
  flex-direction: row;
  justify-content: stretch;
  align-items: center; }
  form#search-form input::placeholder {
    color: gray; }
    @media (min-width: 992px) {
      form#search-form input::placeholder {
        color: #ffffff; } }
  form#search-form input:hover::placeholder, form#search-form input:active::placeholder, form#search-form input:focus::placeholder {
    color: gray; }
  form#search-form .btn {
    margin: 0 !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important; }

.quick-contact {
  position: fixed;
  top: 150px;
  right: 0;
  -webkit-transform: translateX(25vw);
  -moz-transform: translateX(25vw);
  transform: translateX(25vw);
  z-index: 1999;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  -webkit-transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  pointer-events: none; }
  .quick-contact .toggle-tab {
    pointer-events: all; }
  .quick-contact.open {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateX(0); }
  .quick-contact .mdi {
    padding: 10px;
    margin-top: 40px;
    background: #11eddc;
    -webkit-box-shadow: 0 6px 12px rgba(16, 16, 33, 0.2);
    -moz-box-shadow: 0 6px 12px rgba(16, 16, 33, 0.2);
    box-shadow: 0 6px 12px rgba(16, 16, 33, 0.2);
    cursor: pointer; }
  .quick-contact .form {
    width: 25vw;
    background: #ffffff;
    padding: 15px;
    -webkit-box-shadow: 0 6px 12px rgba(16, 16, 33, 0.2);
    -moz-box-shadow: 0 6px 12px rgba(16, 16, 33, 0.2);
    box-shadow: 0 6px 12px rgba(16, 16, 33, 0.2);
    -webkit-transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    -moz-transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    pointer-events: all; }

/* Single post styles */
.article-content .prev-link,
.article-content .next-link {
  font-size: 3em; }

.article-content .sidebar a {
  display: block;
  width: 100%;
  margin-bottom: 10px; }

/* Sidebars */
.sidebar ul {
  padding: 0;
  margin: 0;
  list-style: none; }
  .sidebar ul li {
    border-top: 1px solid #f5f5f9;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0; }
    .sidebar ul li:first-child {
      border: 0; }
    .sidebar ul li a {
      margin: 0 !important; }
    .sidebar ul li .count {
      width: 15px;
      height: 15px;
      background: rgba(16, 16, 33, 0.3);
      color: #ffffff;
      padding: 0;
      margin: 0;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      font-size: 0.7em; }

/* Carousels */
.owl-carousel .owl-dots {
  width: 100%;
  position: relative;
  display: block;
  text-align: center; }
  .owl-carousel .owl-dots .owl-dot {
    width: 25px;
    height: 5px;
    background: #101021;
    border: 1px solid #101021;
    -webkit-transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    -moz-transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    margin-right: 10px;
    margin-top: 40px; }
    .owl-carousel .owl-dots .owl-dot:hover, .owl-carousel .owl-dots .owl-dot:active, .owl-carousel .owl-dots .owl-dot:focus {
      background: #11eddc;
      border: 1px solid #11eddc; }
    .owl-carousel .owl-dots .owl-dot:last-of-type {
      margin-right: 0; }
    .owl-carousel .owl-dots .owl-dot.active {
      background: #11eddc;
      border: 1px solid #11eddc; }

/* Components */
/* Navbar */
.navbar {
  width: 100%;
  background: #222346;
  z-index: 99;
  padding: 20px; }
  @media (min-width: 992px) {
    .navbar {
      position: absolute;
      background: transparent;
      padding: 50px; } }
  .navbar .navbar-toggler {
    border: 0; }
    .navbar .navbar-toggler ion-icon {
      color: #ffffff;
      font-size: 36px; }
  .navbar .search-toggler {
    color: #ffffff;
    margin-left: 0;
    -webkit-transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    -moz-transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    cursor: pointer; }
    @media (min-width: 992px) {
      .navbar .search-toggler {
        margin-left: 40px; } }
    .navbar .search-toggler:hover, .navbar .search-toggler:active, .navbar .search-toggler:focus {
      color: #11eddc; }
  .navbar .navbar-collapse {
    padding-top: 20px; }
    @media (min-width: 992px) {
      .navbar .navbar-collapse {
        padding: 0; } }
  .navbar .navbar-brand {
    height: 60px; }
    .navbar .navbar-brand img {
      width: auto;
      height: 100%;
      display: block;
      font-size: 0;
      padding: 0;
      margin: 0;
      line-height: 1; }
  .navbar .navbar-nav {
    width: 100%;
    justify-content: flex-end; }
    .navbar .navbar-nav .nav-item {
      margin: 0;
      margin-right: 40px; }
      .navbar .navbar-nav .nav-item:last-of-type {
        margin: 0; }
      .navbar .navbar-nav .nav-item.active .nav-link {
        font-weight: 400; }
      .navbar .navbar-nav .nav-item .nav-link {
        color: #ffffff !important;
        font-weight: 300;
        text-transform: uppercase;
        -webkit-transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
        -moz-transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
        transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1); }
        .navbar .navbar-nav .nav-item .nav-link:hover, .navbar .navbar-nav .nav-item .nav-link:active, .navbar .navbar-nav .nav-item .nav-link:focus {
          color: #11eddc !important; }
  .navbar .dropdown:hover .dropdown-menu {
    display: block; }
  .navbar #search-form {
    width: 200px;
    padding: 0;
    margin-top: 1em;
    margin-left: 0;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    background: transparent !important; }
    @media (min-width: 992px) {
      .navbar #search-form {
        margin-top: 0;
        margin-left: 3em; } }
    .navbar #search-form .form-field, .navbar #search-form form textarea, form .navbar #search-form textarea {
      background: #ffffff !important;
      border: 1px solid #ffffff; }
      .navbar #search-form .form-field:hover, .navbar #search-form form textarea:hover, form .navbar #search-form textarea:hover, .navbar #search-form .form-field:active, .navbar #search-form form textarea:active, form .navbar #search-form textarea:active, .navbar #search-form .form-field:focus, .navbar #search-form form textarea:focus, form .navbar #search-form textarea:focus {
        border: 1px solid #11eddc;
        background: #11eddc !important;
        color: #101021; }
      @media (min-width: 992px) {
        .navbar #search-form .form-field, .navbar #search-form form textarea, form .navbar #search-form textarea {
          color: #ffffff;
          background: transparent !important; }
          .navbar #search-form .form-field:hover, .navbar #search-form form textarea:hover, form .navbar #search-form textarea:hover, .navbar #search-form .form-field:active, .navbar #search-form form textarea:active, form .navbar #search-form textarea:active, .navbar #search-form .form-field:focus, .navbar #search-form form textarea:focus, form .navbar #search-form textarea:focus {
            background: #ffffff !important; } }
    .navbar #search-form .btn {
      color: #ffffff; }

/* Button */
.btn {
  border: 0 !important;
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  border-radius: 0px !important;
  font-family: "Montserrat", sans-serif !important;
  text-transform: uppercase !important;
  font-size: 1em !important;
  line-height: 1 !important;
  -webkit-transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  margin-bottom: 5px !important; }
  .btn:hover, .btn:active, .btn:focus {
    -webkit-box-shadow: 0 6px 12px rgba(34, 35, 70, 0.4);
    -moz-box-shadow: 0 6px 12px rgba(34, 35, 70, 0.4);
    box-shadow: 0 6px 12px rgba(34, 35, 70, 0.4); }
  .btn.is-blue {
    background: #186db5;
    color: #ffffff; }
    .btn.is-blue.is-outlined {
      border: 2px solid #186db5 !important;
      color: #186db5; }
      .btn.is-blue.is-outlined:hover, .btn.is-blue.is-outlined:active, .btn.is-blue.is-outlined:focus {
        background: #186db5;
        color: #ffffff; }
  .btn.is-purple {
    background: #3c3e94;
    color: #ffffff; }
    .btn.is-purple.is-outlined {
      border: 2px solid #3c3e94 !important;
      color: #3c3e94; }
      .btn.is-purple.is-outlined:hover, .btn.is-purple.is-outlined:active, .btn.is-purple.is-outlined:focus {
        background: #3c3e94;
        color: #ffffff; }
  .btn.is-teal {
    background: #11eddc;
    color: #3c3e94; }
    .btn.is-teal.is-outlined {
      border: 2px solid #11eddc !important;
      color: #11eddc; }
      .btn.is-teal.is-outlined:hover, .btn.is-teal.is-outlined:active, .btn.is-teal.is-outlined:focus {
        background: #11eddc;
        color: #3c3e94; }
  .btn.is-black {
    background: #101021;
    color: #ffffff; }
    .btn.is-black.is-outlined {
      border: 2px solid #101021 !important;
      color: #101021; }
      .btn.is-black.is-outlined:hover, .btn.is-black.is-outlined:active, .btn.is-black.is-outlined:focus {
        background: #101021;
        color: #ffffff; }
  .btn.is-white {
    background: #ffffff;
    color: #3c3e94; }
    .btn.is-white.is-outlined {
      border: 2px solid #ffffff !important;
      color: #ffffff; }
      .btn.is-white.is-outlined:hover, .btn.is-white.is-outlined:active, .btn.is-white.is-outlined:focus {
        background: #ffffff;
        color: #3c3e94; }
  .btn.is-outlined {
    background: transparent;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; }
  .btn.is-small {
    padding: 16px 21px; }
  .btn.is-medium {
    padding: 23px 29px; }
  .btn.is-large {
    padding: 27px 34px; }

/* Vertical spacer */
.vertical-spacer {
  width: 100%;
  position: relative;
  display: block;
  clear: both; }

/* Blockquote */
.blockquote {
  position: relative;
  width: 100%;
  margin: 0; }
  .blockquote .marks {
    width: 100%;
    height: calc(100% - 54px);
    position: absolute;
    display: flex;
    flex-direction: row;
    justify-content: space-between; }
    .blockquote .marks ion-icon {
      position: relative;
      font-size: 48px; }
      .blockquote .marks ion-icon.is-purple {
        color: #3c3e94; }
      .blockquote .marks ion-icon.is-blue {
        color: #186db5; }
      .blockquote .marks ion-icon.is-teal {
        color: #11eddc; }
      .blockquote .marks ion-icon.is-black {
        color: #101021; }
      .blockquote .marks ion-icon.is-white {
        color: #ffffff; }
    .blockquote .marks .is-left {
      top: 0;
      left: 0;
      transform: rotate(180deg); }
    .blockquote .marks .is-right {
      top: calc(100% - 48px);
      right: 0; }
  .blockquote .text {
    width: 100%;
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    align-items: center !important;
    padding: 0 48px; }
    .blockquote .text .quote {
      width: 100%;
      font-family: "Libre Caslon Text", serif;
      font-size: 30px;
      font-weight: 300;
      text-align: center; }
    .blockquote .text .author {
      width: 100%;
      font-family: "Montserrat", sans-serif;
      font-size: 16px;
      font-weight: 300;
      margin-top: 30px;
      text-align: center; }

/* Icon text block */
.icon-text-block {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start; }
  .icon-text-block .icon {
    height: 180px;
    width: auto; }
  .icon-text-block .title {
    margin: 20px 0 0 0;
    color: #3c3e94; }
  .icon-text-block .text {
    width: 100%;
    margin: 20px 0 0 0; }

/* Contact block */
.contact-block {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center; }
  .contact-block .icon {
    height: 100px;
    width: auto; }
  .contact-block .text {
    margin: 20px 0 0 0;
    text-align: center; }

/* Card - Link */
.card-link {
  width: 100%;
  position: relative;
  padding-top: 100%;
  overflow: hidden; }
  .card-link .content {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 20px 20px 20px 40px;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end; }
    .card-link .content .bg-image {
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 0;
      background-size: cover !important;
      background-repeat: no-repeat !important;
      opacity: 0.5; }
    .card-link .content .date-tag {
      padding: 15px !important;
      position: absolute;
      top: 0;
      left: 40px;
      z-index: 2;
      -webkit-box-shadow: 0 3px 6px rgba(34, 35, 70, 0.5);
      -moz-box-shadow: 0 3px 6px rgba(34, 35, 70, 0.5);
      box-shadow: 0 3px 6px rgba(34, 35, 70, 0.5);
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center; }
      .card-link .content .date-tag .month,
      .card-link .content .date-tag .year {
        font-size: 12px !important;
        line-height: 1.3 !important; }
      .card-link .content .date-tag .month {
        text-transform: uppercase; }
      .card-link .content .date-tag .day {
        font-size: 24px;
        font-weight: 500;
        line-height: 1.3; }
    .card-link .content .text {
      width: 100%;
      position: relative; }
      .card-link .content .text .category {
        display: block;
        font-size: 10px;
        text-transform: uppercase;
        margin-bottom: 10px; }
      .card-link .content .text .title {
        font-family: "Libre Caslon Text", serif;
        margin: 0;
        margin-bottom: 10px; }
      .card-link .content .text .description {
        margin-bottom: 20px; }
    .card-link .content ion-icon {
      font-size: 48px;
      cursor: pointer;
      z-index: 3;
      line-height: 48px; }

/* Search Card */
.card-search {
  width: 100%;
  padding: 30px;
  margin-bottom: 20px;
  -webkit-box-shadow: 0 12px 12px rgba(16, 16, 33, 0.2);
  -moz-box-shadow: 0 12px 12px rgba(16, 16, 33, 0.2);
  box-shadow: 0 12px 12px rgba(16, 16, 33, 0.2);
  background: #ffffff; }
  .card-search a {
    color: #186db5 !important; }
  .card-search small {
    display: block; }

/* Date tag */
.date-tag {
  padding: 15px;
  z-index: 2;
  -webkit-box-shadow: 0 3px 6px rgba(34, 35, 70, 0.5);
  -moz-box-shadow: 0 3px 6px rgba(34, 35, 70, 0.5);
  box-shadow: 0 3px 6px rgba(34, 35, 70, 0.5);
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; }
  .date-tag .month,
  .date-tag .year {
    font-size: 12px;
    line-height: 1.3; }
  .date-tag .month {
    text-transform: uppercase; }
  .date-tag .day {
    font-size: 24px;
    font-weight: 500;
    line-height: 1.3; }

/* Page Header */
.page-header {
  width: 100%;
  height: 400px;
  background: -webkit-linear-gradient(to bottom right, #3c3e94, #186db5);
  background: -moz-linear-gradient(to bottom right, #3c3e94, #186db5);
  background: -o-linear-gradient(to bottom right, #3c3e94, #186db5);
  background: linear-gradient(to bottom right, #3c3e94, #186db5);
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start; }
  .page-header .container {
    z-index: 2; }
  .page-header .bg-image {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    opacity: 0.2; }

/* Title */
.title-comp {
  width: 100%;
  display: block;
  position: relative;
  text-align: center;
  font-size: 24px !important;
  margin-bottom: 60px; }
  .title-comp .shape {
    width: 8px;
    height: 8px;
    position: absolute;
    bottom: -20px;
    left: 50%;
    -webkit-transform: translateX(-50%) rotate(45deg);
    -moz-transform: translateX(-50%) rotate(45deg);
    transform: translateX(-50%) rotate(45deg);
    z-index: 2;
    border: 2px solid #11eddc;
    background: transparent; }

/* Social share */
.social-share {
  width: auto;
  display: inline-flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  border: 1px solid rgba(16, 16, 33, 0.5);
  color: rgba(16, 16, 33, 0.5);
  text-transform: uppercase;
  padding: 10px 20px; }
  .social-share a {
    color: rgba(16, 16, 33, 0.5) !important; }
    .social-share a:visited {
      color: rgba(16, 16, 33, 0.5); }
    .social-share a:hover, .social-share a:active, .social-share a:focus {
      color: #11eddc !important; }
  .social-share .mdi {
    margin: 0 5px; }

/*--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-family: sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5; }

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

p {
  margin-bottom: 1.5em; }

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

blockquote {
  margin: 0 1.5em; }

address {
  margin: 0 0 1.5em; }

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  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%; }

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box; }

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit; }

body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */ }

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  padding: .6em 1em .4em; }
  button:hover,
  input[type="button"]:hover,
  input[type="reset"]:hover,
  input[type="submit"]:hover {
    border-color: #ccc #bbb #aaa; }
  button:active, button:focus,
  input[type="button"]:active,
  input[type="button"]:focus,
  input[type="reset"]:active,
  input[type="reset"]:focus,
  input[type="submit"]:active,
  input[type="submit"]:focus {
    border-color: #aaa #bbb #bbb; }

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px; }
  input[type="text"]:focus,
  input[type="email"]:focus,
  input[type="url"]:focus,
  input[type="password"]:focus,
  input[type="search"]:focus,
  input[type="number"]:focus,
  input[type="tel"]:focus,
  input[type="range"]:focus,
  input[type="date"]:focus,
  input[type="month"]:focus,
  input[type="week"]:focus,
  input[type="time"]:focus,
  input[type="datetime"]:focus,
  input[type="datetime-local"]:focus,
  input[type="color"]:focus,
  textarea:focus {
    color: #111; }

select {
  border: 1px solid #ccc; }

textarea {
  width: 100%; }

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: royalblue; }
  a:visited {
    color: purple; }
  a:hover, a:focus, a:active {
    color: midnightblue; }
  a:focus {
    outline: thin dotted; }
  a:hover, a:active {
    outline: 0; }

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
  clear: both;
  display: block;
  float: left;
  width: 100%; }
  .main-navigation ul {
    display: none;
    list-style: none;
    margin: 0;
    padding-left: 0; }
    .main-navigation ul ul {
      box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
      float: left;
      position: absolute;
      top: 100%;
      left: -999em;
      z-index: 99999; }
      .main-navigation ul ul ul {
        left: -999em;
        top: 0; }
      .main-navigation ul ul li:hover > ul,
      .main-navigation ul ul li.focus > ul {
        left: 100%; }
      .main-navigation ul ul a {
        width: 200px; }
    .main-navigation ul li:hover > ul,
    .main-navigation ul li.focus > ul {
      left: auto; }
  .main-navigation li {
    float: left;
    position: relative; }
  .main-navigation a {
    display: block;
    text-decoration: none; }

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block; }

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none; }
  .main-navigation ul {
    display: block; } }

.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%; }

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */ }
  .screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    clip-path: none;
    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. */ }

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0; }

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em; }

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

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

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.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;
  table-layout: fixed; }

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

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */ }
  .widget select {
    max-width: 100%; }

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block; }

.post,
.page {
  margin: 0 0 1.5em; }

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

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

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

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word; }

.bypostauthor {
  display: block; }

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none; }

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block; }

/*--------------------------------------------------------------
# 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%; }

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-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: center; }

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em; }

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%; }
  .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; }
