/* Welcome to WP Constructor
 * This stylesheet should be used to add styles 
 * that override Foundation defaults.
 * http://www.fullsteamlabs.com/ */
/* Begin Custom Code */

.clear {
    clear: both;
    height: 0;
}

.flush_left {
    margin-left: 0 !important;
    padding-left: 0 !important;
}

.flush_right {
    margin-right: 0 !important;
    padding-right: 0 !important;
}

.flush_both {
    margin-right: 0 !important;
    margin-left: 0 !important;
    padding-right: 0 !important;
    padding-left: 0 !important;
}

@media screen and (max-width: 640px) {
    .small_flush {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}

/*Column Alignment*/
.row {
    max-width: 100%;
}

.columns[data-align="left"] {
    float: left !important;
}

.columns[data-align="right"] {
    float: right !important;
}

.columns[data-align="center"] {
    margin: 0 auto !important;
    float: none !important;
    display: block !important;
    clear: both !important;
}

.columns[data-align="none"] {
    float: none !important;
}

.columns.large-force_full {
    padding-left: 0 !important;
    padding-right: 0 !important;
    float: none !important;
    display: flex !important;
    clear: both !important;
    overflow: hidden;
}

figure {
    margin: 0;
}

#header-wrapper {
    background-color: transparent;
    width: 100%;
}

#header-wrapper #header {
    display: block;
    width: 100%;
}

footer.full-width {
    border-top: 0;
}

footer.full-width #footer {
    margin: 0 auto;
    padding: 2rem 1rem;
}

footer.full-width a:hover {
    text-decoration: underline;
}

/* Loading */
.loading {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    bottom: 50px;
}

#wpc-loader {
    position: fixed;
    width: auto;
    max-width: 340px;
    height: auto;
    background: #186990;
    border-radius: 16px;
    color: #fff;
    font-size: 2rem;
    text-align: center;
    z-index: 99999;
    left: 0;
    right: 0;
    top: 38%;
    margin: 0 auto;
    padding: 1rem;
    box-shadow: 1px 1px 9px -1px rgba(0, 0, 0, 0.5);
    border: 1px solid #444;
}

#wpc-loader div {
    background: url(../images/three-dots.svg);
    background-repeat: no-repeat;
    background-position: center center;
    width: 96px;
    height: 50px;
    margin: 0 auto 1rem;
    background-size: 100%;
}

/* Gallery Styles */
.clearing-assembled .clearing-container .visible-img {
    background: #222 !important;
}

.visible-img img {
    margin: auto !important; /* !important to overwrite negative margin-left and margin-top foundation js gives for images in clearing*/
    left: 0 !important;
    top: 0 !important;
    bottom: 0;
    right: 0;
}

/* Accordions */
.accordion dd.active > a {
    background: none;
}

.accordion dd > a {
    background: none;
}

.accordion dd > a:hover {
    background: none;
}

dd.accordion-navigation a:before {
    content: "+ ";
    font-weight: bold;
    font-size: 1em;
}

dd.accordion-navigation.active a:before {
    content: "- ";
    font-weight: bold;
    font-size: 1em;
}

.accordion dd > .content.active {
    background: #efefef;
}

dd.accordion-navigation.active p {
    padding-left: 2rem;
}

/* Map Fix */
.gm-style img {
    max-width: none;
}

/* Frontend ACF Form Fix */
.acf-gallery .acf-gallery-toolbar {
    height: auto !important;
}

/*Fix the Bx Slider Hovers*/
.bx-wrapper a {
    transition: all 0ms ease 0s !important;
    -webkit-transition: all 0ms ease 0s !important;
    -moz-transition: all 0ms ease 0s !important;
}

/*Pagination*/
#pagination {
    clear: both;
    list-style: none;
    margin: 0 auto;
    text-align: center;
}

#pagination li {
    display: inline-block;
    float: none;
    margin-left: 0;
    padding-right: 0.8rem;
    cursor: pointer;
}

#pagination li:hover {
    text-decoration: underline;
}

#pagination li.active {
    font-weight: bold;
    cursor: default;
}

#pagination li.active:hover {
    text-decoration: none;
}

/* **************** */
/* Reverie Defaults */
/* **************** */
a, a:visited, a:hover, a:visited:hover {
    -moz-transition: all 100ms linear;
    -o-transition: all 100ms linear;
    -webkit-transition: all 100ms linear;
    transition: all 100ms linear;
}

figure {
    margin: 0 auto 1.25em;
}

figure img {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

img.alignright {
    float: right;
    margin: 0 0 18px 18px;
}

img.alignleft {
    float: left;
    margin: 0 18px 18px 0;
}

img.aligncenter {
    display: block;
    margin: 18px auto;
}

.gallery dt, .gallery dl {
    display: inline-block;
}

.gallery dl {
    margin-left: 0.5625rem;
    margin-right: 0.5625rem;
}

figure.figure {
    margin: 0 auto;
    display: table;
}

figure.figure figcaption {
    font-size: 0.875rem;
    line-height: 1.4;
    font-style: italic;
    padding: 8px 10px;
    color: #999;
    margin-bottom: 1.25em;
    display: table-caption;
    caption-side: bottom;
}

figure.alignright.figure {
    float: right;
    margin: 0 0 18px 18px;
}

figure.alignleft.figure {
    float: left;
    margin: 0 18px 18px 0;
}

.footer-widget {
    background-color: #eee;
}

body > header.contain-to-grid {
    margin-bottom: 2rem;
    max-width: 100%;
    padding-bottom: 0;
}

#content {
    background-color: #fff;
    border: 0;
}

#content #content {
    padding: 0;
}

.index-card {
    border-bottom: 1px solid #ddd;
    padding-bottom: 2rem;
    margin-bottom: 2rem;
}

span.author,
time {
    font-size: 0.9375rem;
    color: #999;
}

span.author a,
time a {
    color: #999;
    font-weight: bold;
}

span.author a:hover, span.author a:focus,
time a:hover,
time a:focus {
    color: #222;
}

.entry-author {
    background-color: #fbfbfb;
    border: none;
    padding: 3.125rem 5rem;
    margin: 3.125rem -0.9375rem;
}

.entry-author .avatar {
    margin-right: 2.5rem;
    margin-bottom: 1.5rem;
}

.entry-author h4 a {
    color: #999;
}

.entry-author h4 a:hover, .entry-author h4 a:focus {
    color: #222;
}

.entry-author p {
    color: #bbb;
}

/*.post header,
.page header {
  margin-bottom: 1.25rem;
}*/

.entry-tags {
    color: #999;
    font-size: 0.9375rem;
}

.entry-tags a {
    color: #999;
}

.entry-tags a:hover, .entry-tags a:focus {
    color: #222;
}

.page-numbers {
    color: #999;
    display: block;
    min-height: 1.5rem;
    margin-left: -0.3125rem;
}

.page-numbers li {
    height: 1.5rem;
    color: #222;
    font-size: 0.875rem;
    margin-left: 0.3125rem;
}

.page-numbers li a {
    display: block;
    padding: 0.0625rem 0.625rem 0.0625rem;
    color: #999;
    border-radius: 3px;
}

.page-numbers li:hover a,
.page-numbers li a:focus {
    background: #e6e6e6;
}

.page-numbers li.unavailable a {
    cursor: default;
    color: #999;
}

.page-numbers li.unavailable:hover a, .page-numbers li.unavailable a:focus {
    background: transparent;
}

.page-numbers li.current a {
    background: #008CBA;
    color: #fff;
    font-weight: bold;
    cursor: default;
}

.page-numbers li.current a:hover, .page-numbers li.current a:focus {
    background: #008CBA;
}

.page-numbers li {
    float: left;
    display: block;
}

.pagination-centered ul.page-numbers li {
    float: none;
    display: inline-block;
}

.page-numbers li span.current {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.page-numbers li {
    margin-left: 0.5rem;
}

.page-numbers li span:hover a,
.page-numbers li span a:focus {
    background: #e6e6e6;
}

.page-numbers li span.current {
    background: #008CBA;
    padding: 0.0625rem 0.625rem 0.0625rem;
    color: #fff;
    font-weight: bold;
    cursor: default;
}

.avatar {
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    float: left;
}

ol.commentlist {
    margin-left: 0;
    margin-top: 2em;
}

ol.commentlist p {
    font-size: 0.9375rem;
    line-height: 1.5;
}

ol.commentlist ul.children {
    margin-left: 4rem;
}

ol.commentlist li {
    list-style: none;
    margin-bottom: 2em;
}

ol.commentlist li .comment-author img {
    float: left;
    margin: 0 1em 0 0;
}

ol.commentlist li .author-meta {
    display: inline-block;
}

ol.commentlist li .author-meta cite.fn {
    font-style: normal;
    font-weight: 600;
    margin-right: 0.5rem;
}

ol.commentlist li .author-meta time a {
    color: #ccc;
    font-size: 0.875rem;
    margin-right: 0.5rem;
}

ol.commentlist li .author-meta .comment-edit-link {
    color: #bbb;
    font-size: 0.875rem;
}

ol.commentlist li section.comment {
    margin-left: 4rem;
    margin-bottom: 2rem;
}

ol.commentlist li section.comment a.comment-reply-link {
    font-size: 0.875rem;
    font-weight: 600;
    color: #bbb;
}

ol.commentlist li section.comment a.comment-reply-link:hover, ol.commentlist li section.comment a.comment-reply-link:focus {
    color: #222;
}

/*#sidebar {
  margin-top: 1.25rem;
}*/

/*#sidebar .panel, .footer-widget .panel {
  border: none;
  background-color: #eee;
  padding: 1.5rem 1.875rem;
}
#sidebar .panel a, .footer-widget .panel a {
  color: #999;
  font-size: 0.9375rem;
}
#sidebar .panel a:hover, #sidebar .panel a:focus, .footer-widget .panel a:hover, .footer-widget .panel a:focus {
  color: #222;
}
#sidebar ul, .footer-widget ul {
  list-style-type: none;
  margin-left: 0;
}
#sidebar .widget h4, .footer-widget .widget h4 {
  text-transform: uppercase;
  font-size: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #ddd;
  color: #888;
  font-weight: 600;
}*/

/*footer.full-width {
  background-color: #fff;
  border-top: 1px solid #ccc;
  padding-top: 3rem;
}
footer.full-width p {
  font-size: 0.875rem;
}
footer.full-width a {
  color: #666;
  font-size: 0.9375rem;
}
footer.full-width a:hover, footer.full-width a:focus {
  color: #222;
}
footer.full-width .love-reverie {
  border-top: 1px solid #ccc;
  padding-top: 1.5rem;
}*/

/*.admin-bar > .fixed {
  margin-top: 2rem;
}

.f-topbar-fixed > .container {
  margin-top: 2rem;
}*/

/*@media only screen {
  .entry-author .avatar {
    margin-bottom: 1.25rem;
  }
}
@media only screen and (min-width: 40.063em) {
  #content {
    padding: 3.125rem;
  }

  .entry-author {
    margin: 3.125rem -3.125rem;
  }
}
@media only screen and (min-width: 64.063em) {
  #sidebar {
    padding-left: 1.875rem;
    padding-right: 0;
    margin-top: 0;
  }

  .footer-widget {
    margin-top: 3rem;
    padding-top: 2rem;
  }
}*/