/*
 * Theme Name: LuminFire
 * Theme URI: https://seothemes.com/themes/studio-pro/
 * Author: SEO Themes
 * Author URI: https://seothemes.com
 * Description: Creative child theme for the Genesis Framework.
 * Version: 2.3.0
 * License: GPL-3.0-or-later
 * License URI: http://www.gnu.org/licenses/gpl-3.0.html
 * Tags: one-column, two-columns, left-sidebar, right-sidebar, accessibility-ready, custom-logo, custom-background, custom-colors, custom-header, custom-menu, featured-images, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready
 * Text Domain: studio-pro
 * Domain Path: /languages
 * Template: genesis
 */
@charset "UTF-8";
/******************************
*
*
*
*
*
*
*
* DO NOT MAKE CHANGES TO STYLE.CSS DIRECTLY
*
*
*
*
*
*
*
******************************/
/*! # Table of Contents

- Utlities
	- Variables
	- Mixins
- Reset
	- Baseline Normalize
	- Box Sizing
	- Float Clearing
- Defaults
	- Typography
	- Headings
	- Objects
	- Forms
	- Tables
	- Accessibility
- Structure and Layout
	- Site Containers
	- Content Width
	- Column Classes
	- Gallery
	- Featured Content
- Common Classes
	- Avatar
	- Genesis
	- Search Form
	- Titles
	- WordPress
- Widgets
	- Widgets
	- Front Page
- Plugins
	- Easy Widget Columns
	- Genesis eNews
	- Genesis Testimonials
	- Simple Social Icons
	- WooCommerce
- Site Header
	- Before Header
	- Site Header
	- Title Area
	- Widget Area
	- Hero Section
- Site Navigation
	- Site Navigation
	- Primary Menu
	- Secondary Menu
	- Footer Menu
	- Menu buttons
- Content Area
	- Entries
	- Entry Meta
	- Pagination
	- Comments
	- Sidebars
- Site Footer
	- Site Footer
	- Before Footer
	- Footer Widgets
	- After Footer
- Print Styles
	- Print Styles
*/
/* # Variables
-----------------------------------------------------------------------*/
/* ### Breakpoints */
/* ### Colors */
/* ### Typography */
/* ### Misc */
/* # Mixins
-----------------------------------------------------------------------*/
/* ### Media Queries */
/* ### Clearfix */
/* ### Flexfix */
/* ### Screen reader text */
/* ### Transitions */
/* ### Gradient */
/* ### Gradient */
/* ### Gradient Text */
/* ## Normalize
--------------------------------------------- */
/* normalize.css v4.1.1 | MIT License | http://necolas.github.io/normalize.css/ */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

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

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

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

progress {
  vertical-align: baseline;
}

template,
[hidden] {
  display: none;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

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

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: inherit;
}

b,
strong {
  font-weight: bolder;
}

dfn {
  font-style: italic;
}

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

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

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

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

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

figure {
  margin: 1em 40px;
}

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

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

optgroup {
  font-weight: bold;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

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

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

textarea {
  overflow: auto;
}

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

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

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

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

::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

/* ## Box Sizing
--------------------------------------------- */
html,
input[type=search] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

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

/* ## Float Clearing
--------------------------------------------- */
.author-box:before,
.clearfix:before,
.entry:before,
.entry-content:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.pagination:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.widget:before,
.wrap:before {
  content: " ";
  display: table;
}

.author-box:after,
.clearfix:after,
.entry:after,
.entry-content:after,
.footer-widgets:after,
.nav-primary:after,
.nav-secondary:after,
.pagination:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.widget:after,
.wrap:after {
  clear: both;
  content: " ";
  display: table;
}

/* ## Typography
--------------------------------------------- */
* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

html {
  font-size: 62.5%;
  /* 10px browser default */
  background-color: #2A2B33;
}

/* Chrome fix */
body > div {
  font-size: 16px;
}

body {
  background-color: #ffffff;
  color: #85889b;
  font-family: "Lato", Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.618;
  -webkit-font-smoothing: antialiased;
  margin: 0;
  min-height: 100vh;
  overflow-x: hidden;
}

a,
p,
button,
input:focus,
input[type=button],
input[type=reset],
input[type=submit],
textarea:focus,
.button,
.gallery img {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

a {
  color: #3671b8;
  text-decoration: none;
  font-weight: bold;
}

p {
  margin: 0 0 1em;
  padding: 0;
}

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

li {
  list-style-type: none;
}

hr {
  border: 0;
  border-collapse: collapse;
  border-top: 1px solid rgba(0, 0, 0, 0.0382);
  clear: both;
  margin: 1em 0;
}

b,
strong {
  font-weight: 600;
}

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

blockquote {
  margin: 4rem;
}

blockquote::before {
  content: "“";
  display: block;
  font-size: 32px;
  height: 0;
  left: -20px;
  position: relative;
  top: -10px;
}

::-moz-selection {
  background: #2A2B33;
  color: #ffffff;
}

::selection {
  background: #2A2B33;
  color: #ffffff;
}

/* ## Forms
--------------------------------------------- */
input,
select,
textarea {
  background-color: #ffffff;
  border: 1px solid #c7c8d1;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  color: #2A2B33;
  padding: 5px 6px 6px;
  width: 100%;
}
@media (min-width: 860px) {
  input,
select,
textarea {
	padding: 9px 10px 10px;
  }
}
input:focus,
select:focus,
textarea:focus {
  outline: 1px solid rgba(0, 0, 0, 0.0382);
  border: 1px solid #2A2B33;
}

:focus {
  outline: 1px solid rgba(0, 0, 0, 0.0382);
}

input[type=checkbox],
input[type=image],
input[type=radio] {
  width: auto;
}

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

::-moz-placeholder {
  color: #2A2B33;
  opacity: 1;
}

::-webkit-input-placeholder {
  color: #2A2B33;
}

button,
input[type=button],
input[type=reset],
input[type=submit],
.button {
  background: #2A2B33;
  border: 0;
  border-radius: 5px;
  color: #ffffff;
  cursor: pointer;
  font-family: "Lato", Helvetica, sans-serif;
  font-weight: 600;
  font-size: 13.12px;
  text-transform: uppercase;
  text-decoration: none;
  padding: 1em 3em;
  text-decoration: none;
  white-space: nowrap;
  display: inline-block;
  width: auto;
  box-shadow: inset 0 0 0 999px rgba(255, 255, 255, 0);
}
button:hover, button:focus,
input[type=button]:hover,
input[type=button]:focus,
input[type=reset]:hover,
input[type=reset]:focus,
input[type=submit]:hover,
input[type=submit]:focus,
.button:hover,
.button:focus {
  color: #ffffff;
  box-shadow: inset 0 0 0 999px rgba(255, 255, 255, 0.15);
  text-decoration: none;
}
button.small,
input[type=button].small,
input[type=reset].small,
input[type=submit].small,
.button.small {
  padding: 6px 18px;
  font-size: 13.12px;
}
@media (min-width: 860px) {
  button.small,
input[type=button].small,
input[type=reset].small,
input[type=submit].small,
.button.small {
	padding: 8px 24px;
  }
}
button.gradient,
input[type=button].gradient,
input[type=reset].gradient,
input[type=submit].gradient,
.button.gradient {
  background: #3d65ff;
  background: -moz-linear-gradient(left, #7A28FF 0%, #00A1FF 100%);
  background: -webkit-linear-gradient(left, #7A28FF 0%, #00A1FF 100%);
  background: linear-gradient(to right, #7A28FF 0%, #00A1FF 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#7a28ff", endColorstr="#00a1ff", GradientType=1);
}
button:disabled, button:disabled:hover,
input[type=button]:disabled,
input[type=button]:disabled:hover,
input[type=reset]:disabled,
input[type=reset]:disabled:hover,
input[type=submit]:disabled,
input[type=submit]:disabled:hover,
.button:disabled,
.button:disabled:hover {
  background-color: rgba(0, 0, 0, 0.0382);
  border-width: 0;
  color: #2A2B33;
  cursor: not-allowed;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button {
  display: none;
}

fieldset {
  margin-bottom: 1em;
}

/* ## Headings
--------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Lato", Helvetica, sans-serif;
  font-weight: 600;
  line-height: 1.382;
  margin: 0 0 1rem;
  color: #2A2B33;
}

h1 {
  font-size: 24px;
}
@media (min-width: 860px) {
  h1 {
	font-size: 48px;
  }
}

h2 {
  font-size: 20.8px;
}
@media (min-width: 860px) {
  h2 {
	font-size: 32px;
  }
}

h3 {
  font-size: 20px;
}
@media (min-width: 860px) {
  h3 {
	font-size: 22.4px;
  }
}

h4 {
  font-size: 19.2px;
}
@media (min-width: 860px) {
  h4 {
	font-size: 20.8px;
  }
}

h5 {
  font-size: 18.4px;
}
@media (min-width: 860px) {
  h5 {
	font-size: 19.2px;
  }
}

h6 {
  font-size: 17.6px;
}
@media (min-width: 860px) {
  h6 {
	font-size: 17.6px;
  }
}

/* ## Objects
--------------------------------------------- */
embed,
iframe,
img,
object,
video,
.wp-caption {
  max-width: 100%;
}

img {
  height: auto;
}

figure {
  margin: 0;
}

video {
  object-fit: cover;
}

code {
  border-radius: 5px;
}

/* ## Tables
--------------------------------------------- */
table {
  border-collapse: collapse;
  border-spacing: 0;
  line-height: 1.618;
  margin-bottom: 40px;
  width: 100%;
  word-break: break-word;
}

tbody {
  border-bottom: 1px solid rgba(0, 0, 0, 0.0382);
}

td,
th {
  text-align: left;
}

td {
  border-top: 1px solid rgba(0, 0, 0, 0.0382);
  padding: 6px;
}

th {
  padding: 0 6px;
}

td:first-child,
th:first-child {
  padding-left: 0;
}

/* ## Accessibility
--------------------------------------------- */
.screen-reader-text,
.screen-reader-text span,
.screen-reader-shortcut {
  position: absolute !important;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  width: 1px;
  border: 0;
  overflow: hidden;
}
.screen-reader-text:focus,
.screen-reader-text span:focus,
.screen-reader-shortcut:focus {
  clip: auto !important;
  height: auto;
  width: auto;
  display: block;
  font-size: 16px;
  padding: 15px 23px 14px;
  color: #2A2B33;
  z-index: 100000;
  text-decoration: none;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
}

.more-link {
  position: relative;
}

.genesis-skip-link {
  margin: 0;
}
.genesis-skip-link li {
  height: 0;
  width: 0;
  list-style: none;
}

/* ## Site Containers
--------------------------------------------- */
.site-container {
  margin-bottom: -1px;
}

.wrap {
  margin: 0 auto;
  padding-left: 5%;
  padding-right: 5%;
}
@media (min-width: 860px) {
  .wrap {
	width: 90%;
	max-width: 1300px;
	padding: 0;
  }
}
.wrap .wrap {
  max-width: 100%;
  width: auto;
  padding: 0;
}

.site-inner > .wrap {
  padding: 40px 5%;
  word-wrap: break-word;
}
@media (min-width: 860px) {
  .site-inner > .wrap {
	padding: 80px 0;
  }
}

/* ## Column Widths and Positions
--------------------------------------------- */
@media (min-width: 1023px) {
  .content {
	float: right;
	width: 61.8%;
	margin: 0 auto;
  }

  .content-sidebar .content {
	float: left;
  }

  .full-width-content .content {
	width: 100%;
	max-width: 100%;
  }

  .sidebar-primary {
	float: right;
	width: 31.8%;
  }

  .sidebar-content .sidebar-primary {
	float: left;
  }
}
/* ## Column Classes (including fifths)
--------------------------------------------- */
.columns .five-sixths,
.columns .four-sixths,
.columns .four-fifths,
.columns .one-fifth,
.columns .one-fourth,
.columns .one-half,
.columns .one-sixth,
.columns .one-third,
.columns .three-fourths,
.columns .three-fifths,
.columns .three-sixths,
.columns .two-fourths,
.columns .two-fifths,
.columns .two-sixths,
.columns .two-thirds {
  background-color: rgba(0, 0, 0, 0.0382);
  text-align: center;
  padding: 50px 0;
  margin-bottom: 2.5%;
  text-transform: capitalize;
  font-weight: bold;
}

@media (min-width: 860px) {
  .five-sixths,
.four-sixths,
.four-fifths,
.one-fifth,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-fifths,
.three-sixths,
.two-fourths,
.two-fifths,
.two-sixths,
.two-thirds {
	float: left;
	margin-left: 2.5641025641%;
  }

  .one-half,
.three-sixths,
.two-fourths {
	width: 48.7179487179%;
  }

  .one-third,
.two-sixths {
	width: 31.6239316239%;
  }

  .four-sixths,
.two-thirds {
	width: 65.811965812%;
  }

  .one-fourth {
	width: 23.0769230769%;
  }

  .three-fourths {
	width: 74.358974359%;
  }

  .one-fifth {
	width: 17.9487179487%;
  }

  .two-fifths {
	width: 38.4615384615%;
  }

  .three-fifths {
	width: 58.9743589744%;
  }

  .four-fifths {
	width: 79.4871794872%;
  }

  .one-sixth {
	width: 14.5299145299%;
  }

  .five-sixths {
	width: 82.905982906%;
  }

  .first {
	clear: both;
	margin-left: 0;
  }
}
/* ## Gallery
--------------------------------------------- */
.gallery {
  overflow: hidden;
}
@media (min-width: 600px) {
  .gallery {
	display: flex;
	flex-wrap: wrap;
  }
}
.gallery a {
  display: block;
  min-height: 100%;
  background-color: #2A2B33;
}
.gallery img {
  height: auto;
  width: 100%;
  display: block;
}

.gallery-caption {
  display: block;
}

.gallery-item {
  float: left;
  width: 100%;
  margin: 0 0 5%;
  text-align: center;
  display: block;
}
.gallery-item:hover img {
  opacity: 0.82;
}
@media (min-width: 600px) {
  .gallery-item {
	margin: 0 0 2.5641025641% 2.5641025641%;
	width: 48.7179487179%;
  }
  .gallery-item:nth-of-type(odd) {
	clear: left;
	margin-left: 0;
  }
}
@media (min-width: 860px) {
  .gallery-item:nth-of-type(odd) {
	clear: none;
	margin-left: 2.5641025641%;
  }
  .gallery-columns-1 .gallery-item:nth-child(1n+1), .gallery-columns-2 .gallery-item:nth-child(2n+1), .gallery-columns-3 .gallery-item:nth-child(3n+1), .gallery-columns-4 .gallery-item:nth-child(4n+1), .gallery-columns-5 .gallery-item:nth-child(5n+1), .gallery-columns-6 .gallery-item:nth-child(6n+1), .gallery-columns-7 .gallery-item:nth-child(7n+1), .gallery-columns-8 .gallery-item:nth-child(8n+1), .gallery-columns-9 .gallery-item:nth-child(9n+1) {
	clear: left;
	margin-left: 0;
  }
  .gallery-columns-1 .gallery-item {
	width: 100%;
  }
  .gallery-columns-2 .gallery-item {
	width: 48.7179487179%;
  }
  .gallery-columns-3 .gallery-item {
	width: 31.6239316239%;
  }
  .gallery-columns-4 .gallery-item {
	width: 23.0769230769%;
  }
  .gallery-columns-5 .gallery-item {
	width: 17.9487179487%;
  }
  .gallery-columns-6 .gallery-item {
	width: 14.5299145299%;
  }
  .gallery-columns-7 .gallery-item {
	width: 12.0879120879%;
  }
  .gallery-columns-8 .gallery-item {
	width: 10.2564102564%;
  }
  .gallery-columns-9 .gallery-item {
	width: 8.8319088319%;
  }
}

/* ## Featured Content
--------------------------------------------- */
.featured-content .entry {
  background: none;
  padding: 0;
}
.featured-content .entry:last-of-type {
  margin-bottom: 0;
}
.featured-content .entry-title {
  font-size: 20px;
}

/* ## Avatar
--------------------------------------------- */
.avatar {
  border-radius: 50%;
  float: left;
}

.author-box .avatar,
.alignleft .avatar {
  margin-right: 24px;
}

.alignright .avatar {
  margin-left: 24px;
}

.comment .avatar {
  margin: 0 16px 24px 0;
}

/* ## Titles
--------------------------------------------- */
.author-box-title {
  font-size: 20px;
}

.entry-title {
  font-size: 20px;
}
.entry-title a {
  color: #2A2B33;
}

.widget-title {
  color: #2A2B33;
  font-size: 20px;
}

/* ## Genesis
--------------------------------------------- */
.breadcrumb {
  padding: 20px 0;
  font-size: 13.12px;
  margin-top: -61px;
  position: relative;
  color: #ffffff;
}
.breadcrumb a {
  color: #ffffff;
}

.after-entry,
.author-box {
  font-size: 17.6px;
  margin-bottom: 5%;
}
@media (min-width: 860px) {
  .after-entry,
.author-box {
	margin-bottom: 40px;
  }
}

.archive-description p:last-child,
.author-box p:last-child {
  margin-bottom: 0;
}

/* ## Search Form
--------------------------------------------- */
.search-form {
  display: block;
  width: 100%;
  clear: both;
}
.search-form:before, .search-form:after {
  display: block;
  content: "";
}
.search-form:after {
  clear: both;
}
.search-form input[type=search] {
  float: left;
  width: calc(80% - 1rem);
}
.search-form input[type=submit] {
  float: right;
  display: inline-block;
  width: 20%;
  padding-left: 0;
  padding-right: 0;
}
.entry-content .search-form {
  margin-bottom: 40px;
  width: 50%;
}

/* ## WordPress
--------------------------------------------- */
a.aligncenter img {
  display: block;
  margin: 0 auto;
}

a.alignnone {
  display: inline-block;
}

.alignleft {
  float: left;
  text-align: left;
}

.alignright {
  float: right;
  text-align: right;
}

a.alignleft,
a.alignnone,
a.alignright {
  max-width: 100%;
}

img.centered,
.aligncenter {
  display: block;
  margin: 0 auto 24px;
}

img.alignnone,
.alignnone {
  margin-bottom: 12px;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
  margin: 0 24px 24px 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
  margin: 0 0 24px 24px;
}

.wp-caption-text {
  font-size: 14px;
  font-size: 1.4rem;
  margin: 0;
  text-align: center;
}

.entry-content p.wp-caption-text {
  margin-bottom: 0;
}
.entry-content .wp-audio-shortcode,
.entry-content .wp-playlist,
.entry-content .wp-video {
  margin: 0 0 28px;
}

a.post-edit-link {
  display: none;
}

.sticky,
.bypostauthor {
  background-color: transparent;
}

.admin-bar .site-header {
  margin-top: 32px;
}

.site-header {
  position: absolute;
  width: 100%;
  z-index: 999;
  top: 0;
  left: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.site-header > .wrap {
  position: relative;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (min-width: 860px) {
  .site-header > .wrap {
	padding: 10px 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
  }
  .site-header > .wrap:before, .site-header > .wrap:after {
	position: absolute;
  }
}
@media (min-width: 1023px) {
  .site-header > .wrap {
	padding: 20px 0;
  }
}
.site-header.shrink {
  background-color: #ffffff;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.1);
}
.site-header.shrink > .wrap {
  padding: 0 5%;
}
@media (min-width: 860px) {
  .site-header.shrink > .wrap {
	padding: 0;
  }
}
.custom-header .site-header {
  background-size: cover !important;
  background-position: center !important;
}
.site-header .search-form {
  text-align: right;
}
.site-header .search-form input[type=search] {
  padding: 3px 10px;
  float: none;
  width: calc(80% - 1rem);
  background-color: transparent;
  color: #ffffff;
  border: 0;
  border-radius: 0;
  border-bottom: 1px solid #ffffff;
  padding-left: 0;
}
.site-header .search-form input[type=search]::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #ffffff;
}
.site-header .search-form input[type=search]::-moz-placeholder {
  /* Firefox 19+ */
  color: #ffffff;
}
.site-header .search-form input[type=search]:-ms-input-placeholder {
  /* IE 10+ */
  color: #ffffff;
}
.site-header .search-form input[type=search]:-moz-placeholder {
  /* Firefox 18- */
  color: #ffffff;
}
.site-header .search-form input[type=submit] {
  font-family: "Dashicons";
  background-color: transparent;
  padding: 4px;
  width: 15%;
}

/* ## Title Area
--------------------------------------------- */
.title-area {
  padding: 10px 0;
  margin: 0 auto;
  float: left;
  position: relative;
}
@media (min-width: 860px) {
  .title-area {
	float: left;
	padding: 10px 0;
  }
}

.site-title {
  font-size: 20px;
  font-family: "Lato", Helvetica, sans-serif;
  font-weight: 600;
  line-height: 1.382;
  text-transform: uppercase;
}
@media (min-width: 1023px) {
  .site-title {
	text-align: left;
  }
}
.wp-custom-logo .site-title {
  position: absolute !important;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  width: 1px;
  border: 0;
  overflow: hidden;
}
.wp-custom-logo .site-title:focus {
  clip: auto !important;
  height: auto;
  width: auto;
  display: block;
  font-size: 16px;
  padding: 15px 23px 14px;
  color: #2A2B33;
  z-index: 100000;
  text-decoration: none;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
}
.site-title a {
  color: #2A2B33;
}
.site-title a:hover,
.site-title a:focus {
  text-decoration: none;
}

.site-description {
  font-size: 10px;
  line-height: 1.382;
}
@media (min-width: 1023px) {
  .site-description {
	text-align: left;
  }
}
.wp-custom-logo .site-description {
  position: absolute !important;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  width: 1px;
  border: 0;
  overflow: hidden;
}
.wp-custom-logo .site-description:focus {
  clip: auto !important;
  height: auto;
  width: auto;
  display: block;
  font-size: 16px;
  padding: 15px 23px 14px;
  color: #2A2B33;
  z-index: 100000;
  text-decoration: none;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
}

.site-description,
.site-title,
.site-header .widget-area {
  margin-bottom: 0;
}

.wp-custom-logo .title-area {
  padding: 10px 0;
  margin: 0;
  height: 60px;
  width: 100%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (min-width: 860px) {
  .wp-custom-logo .title-area {
	width: 200px;
  }
}
@media (min-width: 870px) {
  .wp-custom-logo .title-area {
	padding: 0;
  }
}
.wp-custom-logo .custom-logo-link {
  display: block;
  height: 100%;
}
.wp-custom-logo .custom-logo-link img {
  width: auto;
  height: 100%;
  margin: 0;
  vertical-align: middle;
  display: block;
}

/* ## Hero Section
--------------------------------------------- */
.overlay {
  position: relative;
}
.overlay * {
  position: relative;
  z-index: 1;
}
.overlay:after {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0.82;
  background: #3d65ff;
  background: -moz-linear-gradient(left, #7A28FF 0%, #00A1FF 100%);
  background: -webkit-linear-gradient(left, #7A28FF 0%, #00A1FF 100%);
  background: linear-gradient(to right, #7A28FF 0%, #00A1FF 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#7a28ff", endColorstr="#00a1ff", GradientType=1);
}

.archive .hero-section {
  padding: 180px 0 0;
}
@media (min-width: 860px) {
  .archive .hero-section {
	padding: 180px 0 120px;
  }
}

.hero-section {
  padding: 120px 0 60px;
  background-position: center;
  background-size: cover;
  transition: all 0.1s ease;
  position: relative;
  text-align: center;
}
@media (min-width: 860px) {
  .hero-section {
	padding: 160px 0 60px;
  }
}
.hero-section * {
  color: #ffffff;
}
.hero-section .wrap {
  position: relative;
  z-index: 1;
}
.hero-section h1 {
  width: 100%;
  font-size: 3rem;
  max-width: 720px;
  margin: 0 auto;
}
@media (min-width: 600px) {
  .hero-section h1 {
	font-size: 3.8rem;
  }
}
@media (min-width: 860px) {
  .hero-section h1 {
	font-size: 4.4rem;
  }
}
.hero-section p,
.hero-section .breadcrumb {
  padding: 0.618em 0 0;
  display: block;
  clear: both;
  background: transparent;
  max-width: 720px;
  margin: 0 auto;
  font-size: 16px;
}
@media (min-width: 860px) {
  .hero-section p,
.hero-section .breadcrumb {
	float: left;
	width: auto;
	clear: none;
	font-size: 19.2px;
  }
}
.hero-section .button,
.hero-section button {
  clear: both;
  margin: 2em auto;
  text-decoration: none;
}
.hero-section p {
  margin-bottom: 0;
}
@media (min-width: 860px) {
  .hero-section p {
	float: none;
	clear: both;
  }
}

.wp-custom-header {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
  z-index: 0;
  overflow: hidden;
}
.wp-custom-header img,
.wp-custom-header video,
.wp-custom-header iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.wp-custom-header iframe {
  top: -25%;
  left: -25%;
  right: -25%;
  bottom: -25%;
  margin: auto;
  height: 150%;
  width: 150%;
  max-width: 150%;
  max-height: none;
  min-width: 100%;
  min-height: 56.25vw;
  position: absolute;
}

.wp-custom-header-video-button {
  display: none;
}

.custom-hero-section-text-wrap {
  position: relative;
}

.custom-hero-section-text {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  text-align: center;
  margin-top: 100px;
  font-size: 2.2rem;
  color: white;
}
@media (min-width: 650px) {
  .custom-hero-section-text {
	margin-top: 100px;
	font-size: 3rem;
  }
}
@media (min-width: 860px) {
  .custom-hero-section-text {
	margin-top: 150px;
	font-size: 4.4rem;
  }
}

/* ## Header Widget Area
--------------------------------------------- */
.header-widget-area {
  float: right;
  padding: 10px 0 0 30px;
  display: none;
}
@media (min-width: 860px) {
  .header-widget-area {
	display: block;
	padding: 11px 0 10px 10px;
	order: 4;
  }
}
@media (min-width: 1023px) {
  .header-widget-area {
	padding: 11px 0 10px 40px;
  }
}
.header-widget-area .simple-social-icons ul,
.header-widget-area .simple-social-icons li {
  margin-top: 0;
}

/* ## Before Header
--------------------------------------------- */
.before-header {
  border-bottom: 1px solid rgba(0, 0, 0, 0.0382);
  font-size: 13.12px;
  background-color: #0072b5;
  position: relative;
  width: 100%;
  z-index: 99;
}
.before-header .wrap {
  position: relative;
  padding: 3px 5%;
}
@media (min-width: 860px) {
  .before-header .wrap {
	padding: 5px 0;
  }
}
.before-header .widget,
.before-header .widget-title,
.before-header p {
  margin-bottom: 0;
  font-size: 13.12px;
  float: left;
  color: #ffffff;
}
.before-header .widget_search {
  float: right;
}
@media screen and (max-width: 479px) {
  .before-header .widget_search {
	width: calc(100% - 30px);
  }
}

.close-before-header {
  background: none !important;
  color: transparent;
  float: right;
  padding: 0;
  position: relative;
  width: 2rem;
  height: 2rem;
  font-size: 0;
  display: none;
}
.close-before-header:before, .close-before-header:after {
  content: " ";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: 15px;
  width: 2px;
  background-color: #ffffff;
  transform: rotate(-45deg);
  margin: auto;
}
.close-before-header:after {
  transform: rotate(45deg);
}

/* ## Site Navigation
--------------------------------------------- */
.genesis-nav-menu {
  clear: both;
  line-height: 1;
  width: 100%;
  white-space: nowrap;
  font-size: 13.12px;
  font-weight: 600 !important;
  line-height: 1;
}
@media (min-width: 860px) {
  .genesis-nav-menu {
	font-size: 16px;
  }
}
.genesis-nav-menu .menu-item {
  display: inline-block;
  margin-bottom: 0;
  margin-right: 1em;
  text-align: left;
  float: left;
  position: relative;
  color: #ffffff;
}
@media (min-width: 860px) {
  .genesis-nav-menu .menu-item {
	float: left;
	text-align: right;
	padding: 0;
	width: auto;
  }
}
.js .genesis-nav-menu .menu-item {
  width: 100%;
  display: block;
  margin-right: 0;
}
@media (min-width: 860px) {
  .js .genesis-nav-menu .menu-item {
	width: auto;
  }
}
.genesis-nav-menu .menu-item:last-of-type a {
  padding-right: 0;
}
.responsive .genesis-nav-menu .menu-item {
  width: 100%;
  padding: 0;
}
@media (min-width: 860px) {
  .responsive .genesis-nav-menu .menu-item {
	width: auto;
  }
}
.genesis-nav-menu a {
  text-decoration: none;
  display: block;
  padding: 20px 0;
  color: #2A2B33;
}
@media (min-width: 860px) {
  .genesis-nav-menu a {
	padding: 23px 16px;
  }
}
@media (min-width: 1023px) {
  .genesis-nav-menu a {
	padding: 23px 26px;
  }
}
.genesis-nav-menu .menu-item-has-children > a span:after {
  content: " ";
  display: none;
  margin-top: calc(.5em - 2px);
  margin-left: 4px;
  float: right;
  height: 3px;
  width: 3px;
  border: 3px solid transparent;
  border-top-color: #ffffff;
  border-radius: 2px;
  position: absolute;
}
@media (min-width: 860px) {
  .genesis-nav-menu .menu-item-has-children > a span:after {
	display: inline-block;
  }
}
.genesis-nav-menu .sub-menu {
  display: none;
  background-color: #2A2B33;
  border-radius: 5px;
  text-transform: none;
}
@media (min-width: 860px) {
  .genesis-nav-menu .sub-menu {
	top: 100%;
	position: absolute;
	right: 0;
	width: 200px;
	z-index: 99;
	border: 1px solid rgba(0, 0, 0, 0.0382);
  }
}
.genesis-nav-menu .sub-menu:before {
  content: " ";
  display: none;
  position: absolute;
  top: -5px;
  right: 3rem;
  height: 10px;
  width: 10px;
  background-color: #2A2B33;
  border-radius: 2px;
  transform: rotate(45deg);
}
@media (min-width: 860px) {
  .genesis-nav-menu .sub-menu:before {
	display: block;
  }
}
.genesis-nav-menu .sub-menu .menu-item {
  width: 100%;
  position: relative;
}
@media (min-width: 860px) {
  .genesis-nav-menu .sub-menu .menu-item {
	width: 100%;
  }
}
.genesis-nav-menu .sub-menu .menu-item > a span:after {
  transform: rotate(-135deg);
  float: none;
  margin-top: 0;
  position: absolute;
  top: 13px;
  right: 5px;
  height: 4px;
  width: 4px;
  border: 4px solid transparent;
  border-top-color: #ffffff;
}
.genesis-nav-menu .sub-menu .menu-item a {
  padding-left: 10px;
  text-align: left;
  color: #ffffff;
  white-space: normal;
  line-height: 1.4;
}
@media (min-width: 860px) {
  .genesis-nav-menu .sub-menu .menu-item a {
	padding: 10px 20px;
	position: relative;
	word-wrap: break-word;
  }
}
.genesis-nav-menu .sub-menu .sub-menu {
  padding-left: 1em;
}
@media (min-width: 860px) {
  .genesis-nav-menu .sub-menu .sub-menu {
	margin: -55px 0 0 199px;
	padding-left: 0;
	border-left: none;
  }
  .genesis-nav-menu .sub-menu .sub-menu:before {
	display: none;
  }
}
.genesis-nav-menu .menu-item:hover > .sub-menu, .genesis-nav-menu .menu-item:focus > .sub-menu {
  display: block;
}
.genesis-nav-menu > .first > a {
  padding-left: 0;
}
.genesis-nav-menu > .last > a {
  padding-right: 0;
}
.genesis-nav-menu > .right {
  float: right;
}

/* ## Primary Navigation
--------------------------------------------- */
.nav-primary {
  width: 100%;
  clear: both;
  top: 100%;
  left: 0;
}
@media (min-width: 860px) {
  .nav-primary {
	width: auto;
	clear: none;
	float: right;
	top: auto;
	left: auto;
	margin-left: auto;
  }
}
.js .nav-primary {
  background-color: #2A2B33;
  box-shadow: -99px 0 0 #2A2B33, 99px 0 0 #2A2B33;
  display: none;
  padding: 0 5%;
  position: absolute;
}
@media (min-width: 860px) {
  .js .nav-primary {
	background-color: transparent;
	box-shadow: none;
	display: block;
	position: relative;
	padding: 0;
  }
}
.js .nav-primary .menu-item a {
  color: #ffffff;
}
@media (min-width: 860px) {
  .js .nav-primary .menu-item .menu-item a {
	color: #ffffff;
  }
}
.nav-primary .wrap {
  padding: 25px 0;
  max-width: 100%;
}
@media (min-width: 860px) {
  .nav-primary .wrap {
	padding: 0;
  }
}
.nav-primary li li {
  margin-left: 0;
}
.nav-primary a:hover,
.nav-primary a:focus,
.nav-primary .current-menu-item > a,
.nav-primary .sub-menu .current-menu-item > a:hover,
.nav-primary .sub-menu .current-menu-item > a:focus {
  text-decoration: underline;
  -webkit-text-fill-color: unset !important;
}

/* ## Footer Navigation
--------------------------------------------- */
.footer-widgets .menu {
  text-transform: uppercase;
  font-size: 12px;
}
.footer-widgets .menu > .menu-item {
  width: 50%;
  float: left;
  font-weight: bold;
}
.footer-widgets .menu .sub-menu,
.footer-widgets .menu .sub-menu-toggle {
  display: none;
}

/* ## Responsive Navigation
--------------------------------------------- */
.slide-nav-link {
  top: 5px;
  position: absolute;
  width: auto;
  background-color: transparent;
  color: #ffffff;
}
.slide-nav-link:hover, .slide-nav-link:active, .slide-nav-link:focus {
  color: #ffffff;
  opacity: 0.6;
}

.menu-toggle {
  border-width: 0;
  background-color: transparent;
  color: #2A2B33;
  display: none;
  margin: 0 auto;
  overflow: hidden;
  text-align: center;
  padding: 20px 25px 20px 0;
  line-height: 20px;
  position: absolute;
  right: 5%;
  top: 0;
  z-index: 9;
  float: right;
}
.menu-toggle:focus, .menu-toggle:active, .menu-toggle:hover {
  color: #2A2B33;
}
.site-header > .menu-toggle {
  top: 28px;
}
@media (min-width: 860px) {
  .menu-toggle {
	padding: 30px 30px 30px 0;
  }
}
@media (min-width: 860px) {
  .menu-toggle {
	display: none;
  }
}
.menu-toggle span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  background-color: #2A2B33;
  display: block;
  float: left;
  top: calc(50% - 7px);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.menu-toggle span:nth-of-type(2), .menu-toggle span:nth-of-type(3) {
  top: calc(50% - 1px);
}
.menu-toggle span:nth-of-type(4) {
  top: calc(50% + 5px);
}
.menu-toggle.activated span {
  top: calc(50% - 1px);
  opacity: 0;
}
.menu-toggle.activated span:nth-of-type(2) {
  transform: rotate(45deg);
  opacity: 1;
}
.menu-toggle.activated span:nth-of-type(3) {
  transform: rotate(-45deg);
  opacity: 1;
}
.menu-toggle.toggle-secondary {
  float: none;
  margin: 0 auto;
}
@media (min-width: 860px) {
  .menu-toggle.toggle-secondary {
	padding: 20px 25px 20px 0;
  }
}

.sub-menu-toggle {
  padding: 1.5em;
  margin: 0.5em;
  position: absolute;
  right: -5%;
  top: 0;
  border-width: 0;
  background-color: transparent;
}
@media (min-width: 860px) {
  .sub-menu-toggle {
	display: none;
  }
}
.sub-menu-toggle:before {
  content: " ";
  display: block;
  position: absolute;
  top: calc(50% - 2.5px);
  right: calc(50% - 5px);
  width: 0;
  height: 0;
  border-top: 5px solid #ffffff;
  border: 0;
  text-rendering: auto;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
@media (min-width: 860px) {
  .sub-menu-toggle:before {
	border: 5px solid transparent;
  }
}
.sub-menu-toggle.activated:before {
  border-top: none;
  border-bottom: 5px solid #ffffff;
}

.front-page-2 i, .nav-primary a:hover, .nav-primary a:focus, .nav-primary .current-menu-item > a, .nav-primary .sub-menu .current-menu-item > a:hover, .nav-primary .sub-menu .current-menu-item > a:focus {
  background: none !important;
}

/* ## Entries
--------------------------------------------- */
.entry {
  margin-bottom: 10%;
}
.entry:last-of-type {
  margin-bottom: 0;
}
.single .entry {
  max-width: 860px;
  margin: auto;
}
.entry a:hover, .entry a:focus {
  text-decoration: underline;
}

.entry-content ol,
.entry-content ul {
  margin-bottom: 28px;
  margin-left: 40px;
}
.entry-content ol > li {
  list-style-type: decimal;
}
.entry-content ul > li {
  list-style-type: disc;
}
.entry-content ol ol,
.entry-content ul ul {
  margin-bottom: 0;
}
.entry-content code {
  background-color: rgba(0, 0, 0, 0.0382);
  display: inline-block;
  padding: 0rem 1rem;
}
.entry-content > *:last-child {
  margin-bottom: 0;
}

.entry-image-link {
  display: block;
}
.entry-image-link img {
  display: block;
}
.blog .entry-image-link, .archive .entry-image-link {
  margin-bottom: 1em;
}

.entry .featured-image {
  display: block;
  margin-bottom: 2.5rem;
}
@media (min-width: 860px) {
  .entry .featured-image {
	margin-bottom: 4rem;
  }
}
.entry .featured-image img {
  min-width: 100%;
}

/* ## Entry Meta
--------------------------------------------- */
p.entry-meta {
  font-size: 12.8px;
  text-transform: capitalize;
  margin-bottom: 0;
}
.blog p.entry-meta, .archive p.entry-meta, .single p.entry-meta {
  padding: 0 0 20px;
}
.blog .entry-footer p.entry-meta, .archive .entry-footer p.entry-meta, .single .entry-footer p.entry-meta {
  padding: 20px 0 0;
}

.entry-categories,
.entry-tags {
  display: block;
}

.entry-comments-link::before {
  content: "—";
  margin: 0 6px 0 2px;
}

/* ## Pagination
--------------------------------------------- */
.pagination {
  clear: both;
  margin: 0 auto;
}

.adjacent-entry-pagination {
  background-color: rgba(0, 0, 0, 0.0382);
  padding: 25px 0;
}
@media (min-width: 860px) {
  .adjacent-entry-pagination {
	padding: 50px 0;
  }
}

.archive-pagination li {
  display: inline;
}
.archive-pagination a {
  color: #2A2B33;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-size: 1.6rem;
  padding: 8px 12px;
  text-decoration: none;
  border-radius: 5px;
}
.archive-pagination li a {
  margin-bottom: 4px;
}
@media (min-width: 860px) {
  .archive-pagination li a {
	margin-bottom: 0;
  }
}
.archive-pagination a:hover,
.archive-pagination a:focus,
.archive-pagination .active a,
.archive-pagination a.active {
  background-color: #2A2B33;
  color: #ffffff;
}

/* # Sidebars
--------------------------------------------- */
.sidebar {
  font-size: 16px;
  font-size: 1.6rem;
  margin: 10% auto 5%;
}
@media (min-width: 1023px) {
  .sidebar {
	margin: 0 auto 40px;
  }
}
.content-sidebar.breadcrumbs .sidebar, .sidebar-content.breadcrumbs .sidebar {
  padding-top: 145px;
}

/* ## Comments
--------------------------------------------- */
.comment-respond,
.entry-comments,
.entry-pings {
  font-size: 16px;
  margin-top: 5%;
}
@media (min-width: 860px) {
  .comment-respond,
.entry-comments,
.entry-pings {
	margin-top: 40px;
  }
}

.comment-list li {
  padding: 40px 0 0 30px;
}

.comment-list .depth-1 {
  padding-left: 0;
}

.comment-header {
  margin-bottom: 30px;
}
.comment-header p {
  margin-bottom: 0;
}

.comment-content {
  clear: both;
}
.comment-content ul > li {
  list-style-type: disc;
}

.comment-respond label {
  display: block;
  margin-right: 12px;
}

.entry-pings .reply {
  display: none;
}

.form-submit {
  margin-bottom: 0;
}

@media (min-width: 860px) {
  .comment-respond input[type=email],
.comment-respond input[type=text],
.comment-respond input[type=url] {
	width: 50%;
  }
}
/* ## Masonry
--------------------------------------------- */
.masonry .site-inner {
  background-color: rgba(0, 0, 0, 0.0382);
}
@media (min-width: 600px) {
  .masonry-columns {
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
	-webkit-column-gap: 30px;
	-moz-column-gap: 30px;
	column-gap: 30px;
  }
}
@media (min-width: 860px) {
  .masonry-columns {
	-webkit-column-count: 3;
	-moz-column-count: 3;
	column-count: 3;
	-webkit-column-gap: 30px;
	-moz-column-gap: 30px;
	column-gap: 30px;
  }
}
@media (min-width: 1340px) {
  .masonry-columns {
	-webkit-column-count: 4;
	-moz-column-count: 4;
	column-count: 4;
	-webkit-column-gap: 30px;
	-moz-column-gap: 30px;
	column-gap: 30px;
  }
}
.masonry .content {
  margin-bottom: 100px;
}
.masonry .content .archive-pagination {
  margin: auto;
  text-align: center;
}
.masonry .entry {
  display: inline-block;
  margin-bottom: 3rem;
  width: 100%;
  background-color: #ffffff;
  border-radius: 5px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.masonry .entry:hover {
  box-shadow: 0 5px 40px rgba(0, 10, 20, 0.0618);
}
.masonry .entry .entry-image-link {
  display: block;
  margin-bottom: 0;
}
.masonry .entry .entry-image-link img {
  display: block;
  border-radius: 5px 5px 0 0;
}
.masonry .entry > .entry-meta,
.masonry .entry .entry-content {
  padding: 0 20px;
}
.masonry .entry .entry-title {
  font-size: 19.2px;
  margin: 10px 20px 20px;
}
.masonry .entry > .entry-meta {
  padding-top: 20px;
}
.masonry .entry .entry-footer {
  margin: 20px 20px;
  border-top: 1px solid rgba(0, 0, 0, 0.0382);
}

/* ## Pricing Table
--------------------------------------------- */
.pricing-tables-page .site-inner {
  background-color: rgba(0, 0, 0, 0.0382);
}

.pricing-table {
  text-align: center;
  justify-content: center;
  align-items: center;
  padding-bottom: 100px;
}
@media (min-width: 860px) {
  .pricing-table {
	display: flex;
	flex-wrap: wrap;
	padding-bottom: 60px;
  }
  .pricing-table .one-half,
.pricing-table .three-sixths,
.pricing-table .two-fourths {
	width: 50%;
  }
  .pricing-table .one-third,
.pricing-table .two-sixths {
	width: 33.3333333333%;
  }
  .pricing-table .four-sixths,
.pricing-table .two-thirds {
	width: 66.6666666667%;
  }
  .pricing-table .one-fourth {
	width: 25%;
  }
  .pricing-table .three-fourths {
	width: 75%;
  }
  .pricing-table .one-fifth {
	width: 20%;
  }
  .pricing-table .two-fifths {
	width: 40%;
  }
  .pricing-table .three-fifths {
	width: 60%;
  }
  .pricing-table .four-fifths {
	width: 80%;
  }
  .pricing-table .one-sixth {
	width: 16.6666666667%;
  }
  .pricing-table .five-sixths {
	width: 83.3333333333%;
  }
}
.pricing-table > div {
  background-color: #ffffff;
  padding: 40px 20px 50px;
  transition: all 0.3s ease;
  box-shadow: 0 5px 40px rgba(10, 20, 30, 0.05);
  border-radius: 5px;
  margin-bottom: 25px;
}
@media (min-width: 860px) {
  .pricing-table > div {
	margin: 0;
  }
}
.pricing-table > div:hover {
  transform: scale(1.0382);
  z-index: 2;
}
@media (min-width: 860px) {
  .pricing-table > div:hover {
	transform: scale(1.1);
  }
}
.pricing-table .featured {
  z-index: 1;
  position: relative;
  box-shadow: 0 10px 50px rgba(10, 20, 30, 0.1);
}
@media (min-width: 860px) {
  .pricing-table .featured {
	transform: scale(1.0618);
  }
}
.pricing-table .featured:hover {
  z-index: 2;
}
@media (min-width: 860px) {
  .pricing-table .featured:hover {
	transform: scale(1.1);
  }
}
.pricing-table .featured button,
.pricing-table .featured .button {
  background: #3d65ff;
  background: -moz-linear-gradient(left, #7A28FF 0%, #00A1FF 100%);
  background: -webkit-linear-gradient(left, #7A28FF 0%, #00A1FF 100%);
  background: linear-gradient(to right, #7A28FF 0%, #00A1FF 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#7a28ff", endColorstr="#00a1ff", GradientType=1);
}
.pricing-table strong {
  font-weight: 600;
  color: #2A2B33;
  font-size: 2rem;
}
.pricing-table span {
  font-style: italic;
  font-size: 1.3rem;
}
.pricing-table small {
  position: absolute;
  margin-top: 10px;
  margin-left: -10px;
}
.pricing-table big {
  font-size: 3rem;
  color: #2A2B33;
  font-weight: 600;
}
.pricing-table p {
  margin: 0;
}
.pricing-table ul {
  margin: 10px 0 20px;
}
.pricing-table ul li {
  margin: 0;
  list-style-position: inside;
  list-style-type: none;
}

.icon-styles-page .entry-content p {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.icon-styles-page .entry-content span {
  display: block;
  width: 25%;
  margin-bottom: 2em;
  align-items: center;
}
.icon-styles-page .entry-content i {
  margin-right: 1rem;
  line-height: 1rem;
}

.fl-rich-text ul {
  margin-left: 25px;
}
.fl-rich-text ul li {
  list-style: disc;
}
.fl-rich-text ol {
  margin-left: 25px;
}
.fl-rich-text ol li {
  list-style: decimal;
}

.facetwp-pager-label {
  display: none;
}

.category-filter {
  margin-bottom: 30px;
  text-align: center;
}
.category-filter .facetwp-toggle {
  display: none;
}
.category-filter .facetwp-loading {
  background: url("assets/images/loader.gif");
  height: 48px;
  width: 48px;
  background-size: contain;
  position: relative;
  left: 50%;
}
.category-filter .tag {
  font-weight: normal;
  background-color: #00aff3;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  color: #eee;
  display: inline-block;
  height: 26px;
  line-height: 26px;
  padding: 0 20px 0 23px;
  position: relative;
  margin: 0 10px 10px 0;
  text-decoration: none;
  -webkit-transition: color 0.2s;
  cursor: pointer;
}
.category-filter .tag.checked, .category-filter .tag:hover {
  background-color: #0071b7;
  color: #fff;
}
.category-filter .tag.checked:before, .category-filter .tag:hover:before {
  border-right-color: #0071b7;
}
.category-filter .tag:before {
  background-color: whitesmoke;
  border-bottom: 13px solid transparent;
  border-right: 10px solid #00aff3;
  border-top: 13px solid transparent;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
}
.category-filter .tag + .tag {
  margin-left: 10px;
}

/* See https://git.luminfire.net/luminfire/internal/luminfire-inc/luminfire-website/-/issues/150 */
.gform_wrapper li.gfield[class*=col][class*=gf_list_] ul.gfield_checkbox li,
.gform_wrapper li.gfield[class*=col][class*=gf_list_] ul.gfield_radio li {
  font-size: initial !important;
}


/* ## Widgets
--------------------------------------------- */
.widget {
  margin-bottom: 10%;
  word-wrap: break-word;
}
@media (min-width: 860px) {
  .widget {
	margin-bottom: 0;
  }
}
.sidebar .widget {
  margin-bottom: 10%;
}
.widget p:last-child,
.widget ul > li:last-of-type {
  margin-bottom: 0;
}
.widget ul > li {
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.widget ul > li:last-of-type {
  padding-bottom: 0;
}
.widget ol > li {
  list-style-position: inside;
  list-style-type: decimal;
  padding-left: 20px;
  text-indent: -20px;
}
.widget li li {
  border: 0;
  margin: 0 0 0 30px;
  padding: 0;
}
.widget:last-of-type {
  margin-bottom: 0;
}

.widget-title {
  display: inline-block;
  margin-bottom: 1em;
  font-size: 20px;
}
@media (min-width: 860px) {
  .widget-title {
	font-size: 22px;
  }
}

.widget_calendar table {
  width: 100%;
}
.widget_calendar td,
.widget_calendar th {
  text-align: center;
}

.post-date {
  display: block;
  opacity: 0.618;
  font-size: 14.4px;
}

.tagcloud a {
  color: #ffffff;
  display: inline-block;
  background-color: #85889b;
  padding: 1% 2%;
  border-radius: 3px;
  line-height: 1;
  margin: 0 1% 1% 0;
}
.tagcloud a:hover, .tagcloud a:focus {
  background-color: #2A2B33;
  color: #ffffff;
}

/* ## Site Footer
--------------------------------------------- */
.site-footer {
  background-color: #2A2B33;
  line-height: 1.382;
  font-size: 16px;
  font-size: 12px;
  margin-bottom: -1px;
  z-index: 1;
  position: relative;
  padding: 8px;
  text-align: center;
}
.site-footer > .wrap {
  position: relative;
}
.site-footer > .wrap > p {
  max-width: 90%;
  padding: 5% 0;
}
@media (min-width: 860px) {
  .site-footer > .wrap > p {
	padding: 50px 0;
  }
}
.site-footer p {
  margin-bottom: 0;
  color: #b3b3b3;
}
.site-footer a {
  color: #cccccc;
  font-weight: bold;
}
.site-footer a:hover, .site-footer a:focus {
  color: #ffffff;
}
@media (min-width: 860px) {
  .site-footer .widget-area {
	margin-bottom: 0;
  }
}

.back-to-top {
  position: absolute;
  right: calc(5% - 5px);
  bottom: calc(5vw - 5px);
  width: 4rem;
  height: 4rem;
  margin: -1rem;
  border-radius: 5px;
  box-shadow: inset 0 0 0 99px rgba(255, 255, 255, 0), 0 5px 20px rgba(0, 0, 0, 0);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (min-width: 860px) {
  .back-to-top {
	right: 0;
	bottom: 50px;
  }
}
.back-to-top:hover {
  box-shadow: inset 0 0 0 99px rgba(255, 255, 255, 0.1), 0 5px 25px rgba(0, 0, 0, 0.23);
}
.back-to-top:before {
  content: " ";
  display: block;
  height: 10px;
  width: 10px;
  margin: auto;
  transform: rotate(-45deg);
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  border-radius: 2px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

/* ## Before Footer
--------------------------------------------- */
.before-footer {
  padding: 50px 0;
  text-align: center;
  background-position: center;
  background-size: cover;
  transition: all 0.1s ease;
  position: relative;
  text-align: center;
  color: #ffffff;
}
@media (min-width: 860px) {
  .before-footer {
	padding: 100px 0;
  }
}
.before-footer:after {
  opacity: 0.82;
}
.before-footer .widget {
  margin-bottom: 0;
}
.before-footer .simple-social-icons ul li {
  margin-right: 1em;
}
.before-footer .simple-social-icons a {
  background-color: transparent !important;
}
.before-footer .simple-social-icons a:hover {
  background-color: rgba(255, 255, 255, 0.2) !important;
}

/* ## Footer Widgets
--------------------------------------------- */
.footer-widgets {
  background-color: #2A2B33;
  color: #b3b3b3;
}
.footer-widgets > .wrap {
  padding: 50px 5%;
}
@media (min-width: 860px) {
  .footer-widgets > .wrap {
	padding: 100px 0;
	display: flex;
  }
}
.footer-widgets .widget-area {
  flex: 1;
  margin-bottom: 7.5%;
}
@media (min-width: 860px) {
  .footer-widgets .widget-area {
	margin-bottom: 0;
  }
}
.footer-widgets .widget-area:last-of-type {
  margin-bottom: 0;
}
.footer-widgets a {
  color: #cccccc;
}
.footer-widgets a:hover, .footer-widgets a:focus {
  color: #ffffff;
}
.footer-widgets .widget-title {
  font-size: 17.6px;
  margin-bottom: 1.382em;
  display: block;
  color: #e6e6e6;
}
.footer-widgets .menu .menu-item[class^=icon-] {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.footer-widgets .menu .menu-item[class^=icon-]:before {
  color: #aeaeb1;
  font-size: 1.7rem;
}
.footer-widgets .menu .menu-item[class^=icon-] a {
  font-family: "Lato", Helvetica, sans-serif;
  font-size: 1.2rem;
  text-transform: uppercase;
  margin-left: 1rem;
  vertical-align: middle;
}

/* ## Genesis eNews Extended
--------------------------------------------- */
.enews-widget input[type=email] {
  width: calc(80% - 1em);
  float: left;
}
.footer-widgets .enews-widget input[type=email] {
  background: transparent;
  color: #ffffff;
}
.footer-widgets .enews-widget input[type=email]::-moz-placeholder {
  color: #ffffff;
  opacity: 1;
}
.footer-widgets .enews-widget input[type=email]::-webkit-input-placeholder {
  color: #ffffff;
}
.enews-widget input[type=submit] {
  margin: 0;
  width: 20%;
  float: right;
  padding-left: 0;
  padding-right: 0;
}
.footer-widgets .enews-widget input[type=submit] {
  background: #3d65ff;
  background: -moz-linear-gradient(left, #7A28FF 0%, #00A1FF 100%);
  background: -webkit-linear-gradient(left, #7A28FF 0%, #00A1FF 100%);
  background: linear-gradient(to right, #7A28FF 0%, #00A1FF 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#7a28ff", endColorstr="#00a1ff", GradientType=1);
}

.enews form + p {
  margin-top: 24px;
}

/* ## Genesis portfolio pro
--------------------------------------------- */
.portfolio .site-inner {
  padding: 0;
  background-color: rgba(0, 0, 0, 0.0382);
}
.portfolio .portfolio-content {
  background-color: rgba(0, 0, 0, 0.0382);
}
.portfolio.full-width-content .content {
  margin-bottom: 0;
  max-width: 100%;
  width: 100%;
}
.portfolio .filter {
  padding: 3rem 0;
  background-color: #ffffff;
  box-shadow: 0 0 60px rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 99;
  text-align: center;
}
.portfolio .filter a {
  margin-right: 3rem;
  font-family: "Lato", Helvetica, sans-serif;
  text-transform: uppercase;
  font-size: 12.8px;
  font-weight: 600;
  display: inline-block;
  position: relative;
  color: #85889b;
}
@media (min-width: 600px) {
  .portfolio .filter a {
	float: left;
  }
}
.portfolio .filter a.active {
  color: #2A2B33;
}
@media (min-width: 600px) {
  .portfolio .filter a:first-of-type {
	float: right;
	margin-right: 0;
  }
}
.portfolio .portfolio-item {
  margin-bottom: -1px;
  width: 100%;
}
@media (min-width: 600px) {
  .portfolio .portfolio-item {
	width: 50%;
  }
}
@media (min-width: 1023px) {
  .portfolio .portfolio-item {
	width: 33.3333333333%;
  }
}
.portfolio .portfolio-item:before {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #2A2B33;
  opacity: 0.1;
  pointer-events: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.portfolio .portfolio-item:hover:before {
  opacity: 0.9;
}
.portfolio .portfolio-item:hover .entry-title {
  opacity: 1;
  top: 0;
}
.portfolio .portfolio-item a,
.portfolio .portfolio-item img {
  margin: 0;
  border-radius: 0;
  display: block;
  min-width: 100%;
}
.portfolio .entry-title {
  position: absolute;
  top: 75%;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  opacity: 0;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Lato", Helvetica, sans-serif;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/* ## Genesis Testimonial Slider
--------------------------------------------- */
.widget_gts_widget {
  max-width: 110%;
  margin: 0 -5%;
}
@media (min-width: 860px) {
  .widget_gts_widget {
	max-width: 100%;
	margin: 0 auto;
  }
}
.widget_gts_widget .wrap {
  max-width: 100%;
}

div.lSSlideOuter .lSSlideWrapper,
div.lSSlideOuter .lightSlider {
  height: 100% !important;
}
div.lSSlideOuter ul.testimonials-list li {
  position: relative;
  text-align: left;
  padding: 0 20px 50px;
}
@media (min-width: 600px) {
  div.lSSlideOuter ul.testimonials-list li {
	padding: 0 20px 50px;
  }
}
div.lSSlideOuter ul.testimonials-list li img {
  margin: 0 auto -40px;
  display: block;
  position: relative;
  z-index: 1;
  width: 80px;
  height: 80px;
}
div.lSSlideOuter ul.testimonials-list li blockquote {
  margin: 0;
  position: relative;
  background-color: #ffffff;
  padding: 60px 30px 80px;
  border-radius: 6px;
  color: #85889b;
  line-height: 1.382;
  font-size: 16px;
}
div.lSSlideOuter ul.testimonials-list li h5 {
  margin-left: 30px;
  margin-top: -70px;
  margin-bottom: 0;
  font-size: 16px;
  position: relative;
}
div.lSSlideOuter ul.testimonials-list li h5:before {
  content: "- ";
}
div.lSSlideOuter ul.testimonials-list li .gts-company {
  position: relative;
  margin-left: 30px;
}
div.lSSlideOuter .gts-rating {
  position: absolute;
  z-index: 1;
  top: 7rem;
  left: 5rem;
}
div.lSSlideOuter .lSPager.lSpg > li a {
  background-color: #2A2B33;
  opacity: 0.382;
}
div.lSSlideOuter .lSPager.lSpg > li.active a, div.lSSlideOuter .lSPager.lSpg > li:hover a {
  background-color: #2A2B33;
  opacity: 1;
  box-shadow: 0 0 0 1px #2A2B33;
}

/* ## Simple Social Icons
--------------------------------------------- */
.simple-social-icons {
  overflow: hidden;
}
.simple-social-icons svg[class^=social-], .simple-social-icons svg[class*=" social-"] {
  display: inline-block;
  width: 1em;
  height: 1em;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor;
}
.simple-social-icons ul {
  margin: -0.5em -0.5em 0 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.simple-social-icons ul li {
  background: none;
  border: none;
  list-style-type: none;
  margin: 0.5em 0.5em 0 0;
  padding: 0;
}
@media screen and (max-width: 479px) {
  .simple-social-icons ul li:not(.ssi-phone) {
	display: none;
  }
}
.simple-social-icons ul li a {
  border: none;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  height: 1em;
  line-height: 1em;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  width: 1em;
}
.simple-social-icons ul.aligncenter {
  justify-content: center;
}
.simple-social-icons ul.alignleft {
  justify-content: flex-start;
}
.simple-social-icons ul.alignright {
  justify-content: flex-end;
}

/* ## Lazy Load Videos
--------------------------------------------- */
/* Avoids cropping the poster image */
.entry-content a.lazy-load-vimeo, .entry-content a.lazy-load-youtube, .fl-builder-content a.lazy-load-vimeo, .fl-builder-content a.lazy-load-youtube {
  background-size: contain;
  background-color: #fff !important;
}

@font-face {
  font-family: "seothemes-icons";
  src: url("assets/fonts/seothemes-icons.eot");
  src: url("assets/fonts/seothemes-icons.eot?#iefix") format("embedded-opentype"), url("assets/fonts/seothemes-icons.woff") format("woff"), url("assets/fonts/seothemes-icons.ttf") format("truetype"), url("assets/fonts/seothemes-icons.svg#seothemes-icons") format("svg");
  font-weight: normal;
  font-style: normal;
}
/*
Instead of a list of all class selectors,
you can use the generic selector below, but it's slower:
[class*="icon-"] {
*/
.icon-mobile,
.icon-laptop,
.icon-desktop,
.icon-tablet,
.icon-phone,
.icon-document,
.icon-documents,
.icon-search,
.icon-clipboard,
.icon-newspaper,
.icon-notebook,
.icon-book-open,
.icon-browser,
.icon-calendar,
.icon-presentation,
.icon-picture,
.icon-pictures,
.icon-video,
.icon-camera,
.icon-printer,
.icon-toolbox,
.icon-briefcase,
.icon-wallet,
.icon-gift,
.icon-bargraph,
.icon-grid,
.icon-expand,
.icon-focus,
.icon-edit,
.icon-adjustments,
.icon-ribbon,
.icon-hourglass,
.icon-lock,
.icon-megaphone,
.icon-shield,
.icon-trophy,
.icon-flag,
.icon-map,
.icon-puzzle,
.icon-basket,
.icon-envelope,
.icon-streetsign,
.icon-telescope,
.icon-gears,
.icon-key,
.icon-paperclip,
.icon-attachment,
.icon-pricetags,
.icon-lightbulb,
.icon-layers,
.icon-pencil,
.icon-tools,
.icon-tools-2,
.icon-scissors,
.icon-paintbrush,
.icon-magnifying-glass,
.icon-circle-compass,
.icon-linegraph,
.icon-mic,
.icon-strategy,
.icon-beaker,
.icon-caution,
.icon-recycle,
.icon-anchor,
.icon-profile-male,
.icon-profile-female,
.icon-bike,
.icon-wine,
.icon-hotairballoon,
.icon-globe,
.icon-genius,
.icon-map-pin,
.icon-dial,
.icon-chat,
.icon-heart,
.icon-cloud,
.icon-upload,
.icon-download,
.icon-target,
.icon-hazardous,
.icon-piechart,
.icon-speedometer,
.icon-global,
.icon-compass,
.icon-lifesaver,
.icon-clock,
.icon-aperture,
.icon-quote,
.icon-scope,
.icon-alarmclock,
.icon-refresh,
.icon-happy,
.icon-sad,
.icon-facebook,
.icon-twitter,
.icon-googleplus,
.icon-rss,
.icon-tumblr,
.icon-linkedin,
.icon-dribbble {
  font-family: "seothemes-icons";
  speak: none;
  font-size: 20px;
  color: #2A2B33;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  margin: auto;
  padding: 2px;
  width: 1.5em;
  text-align: center;
}

.icon-mobile:before {
  content: "";
}

.icon-laptop:before {
  content: "";
}

.icon-desktop:before {
  content: "";
}

.icon-tablet:before {
  content: "";
}

.icon-phone:before {
  content: "";
}

.icon-document:before {
  content: "";
}

.icon-documents:before {
  content: "";
}

.icon-search:before {
  content: "";
}

.icon-clipboard:before {
  content: "";
}

.icon-newspaper:before {
  content: "";
}

.icon-notebook:before {
  content: "";
}

.icon-book-open:before {
  content: "";
}

.icon-browser:before {
  content: "";
}

.icon-calendar:before {
  content: "";
}

.icon-presentation:before {
  content: "";
}

.icon-picture:before {
  content: "";
}

.icon-pictures:before {
  content: "";
}

.icon-video:before {
  content: "";
}

.icon-camera:before {
  content: "";
}

.icon-printer:before {
  content: "";
}

.icon-toolbox:before {
  content: "";
}

.icon-briefcase:before {
  content: "";
}

.icon-wallet:before {
  content: "";
}

.icon-gift:before {
  content: "";
}

.icon-bargraph:before {
  content: "";
}

.icon-grid:before {
  content: "";
}

.icon-expand:before {
  content: "";
}

.icon-focus:before {
  content: "";
}

.icon-edit:before {
  content: "";
}

.icon-adjustments:before {
  content: "";
}

.icon-ribbon:before {
  content: "";
}

.icon-hourglass:before {
  content: "";
}

.icon-lock:before {
  content: "";
}

.icon-megaphone:before {
  content: "";
}

.icon-shield:before {
  content: "";
}

.icon-trophy:before {
  content: "";
}

.icon-flag:before {
  content: "";
}

.icon-map:before {
  content: "";
}

.icon-puzzle:before {
  content: "";
}

.icon-basket:before {
  content: "";
}

.icon-envelope:before {
  content: "";
}

.icon-streetsign:before {
  content: "";
}

.icon-telescope:before {
  content: "";
}

.icon-gears:before {
  content: "";
}

.icon-key:before {
  content: "";
}

.icon-paperclip:before {
  content: "";
}

.icon-attachment:before {
  content: "";
}

.icon-pricetags:before {
  content: "";
}

.icon-lightbulb:before {
  content: "";
}

.icon-layers:before {
  content: "";
}

.icon-pencil:before {
  content: "";
}

.icon-tools:before {
  content: "";
}

.icon-tools-2:before {
  content: "";
}

.icon-scissors:before {
  content: "";
}

.icon-paintbrush:before {
  content: "";
}

.icon-magnifying-glass:before {
  content: "";
}

.icon-circle-compass:before {
  content: "";
}

.icon-linegraph:before {
  content: "";
}

.icon-mic:before {
  content: "";
}

.icon-strategy:before {
  content: "";
}

.icon-beaker:before {
  content: "";
}

.icon-caution:before {
  content: "";
}

.icon-recycle:before {
  content: "";
}

.icon-anchor:before {
  content: "";
}

.icon-profile-male:before {
  content: "";
}

.icon-profile-female:before {
  content: "";
}

.icon-bike:before {
  content: "";
}

.icon-wine:before {
  content: "";
}

.icon-hotairballoon:before {
  content: "";
}

.icon-globe:before {
  content: "";
}

.icon-genius:before {
  content: "";
}

.icon-map-pin:before {
  content: "";
}

.icon-dial:before {
  content: "";
}

.icon-chat:before {
  content: "";
}

.icon-heart:before {
  content: "";
}

.icon-cloud:before {
  content: "";
}

.icon-upload:before {
  content: "";
}

.icon-download:before {
  content: "";
}

.icon-target:before {
  content: "";
}

.icon-hazardous:before {
  content: "";
}

.icon-piechart:before {
  content: "";
}

.icon-speedometer:before {
  content: "";
}

.icon-global:before {
  content: "";
}

.icon-compass:before {
  content: "";
}

.icon-lifesaver:before {
  content: "";
}

.icon-clock:before {
  content: "";
}

.icon-aperture:before {
  content: "";
}

.icon-quote:before {
  content: "";
}

.icon-scope:before {
  content: "";
}

.icon-alarmclock:before {
  content: "";
}

.icon-refresh:before {
  content: "";
}

.icon-happy:before {
  content: "";
}

.icon-sad:before {
  content: "";
}

.icon-facebook:before {
  content: "";
}

.icon-twitter:before {
  content: "";
}

.icon-googleplus:before {
  content: "";
}

.icon-rss:before {
  content: "";
}

.icon-tumblr:before {
  content: "";
}

.icon-linkedin:before {
  content: "";
}

.icon-dribbble:before {
  content: "";
}

/* ## Front page
--------------------------------------------- */
.home .site-inner {
  padding: 0;
}
.home .fl-row-bg-overlay .fl-row-content-wrap {
  padding-top: 220px;
}

.not-homepage .overlay:after {
  background: none;
}

.front-page-1,
.front-page-2,
.front-page-3,
.front-page-4,
.front-page-5,
.front-page-6 {
  padding: 50px 0;
}
@media (min-width: 860px) {
  .front-page-1,
.front-page-2,
.front-page-3,
.front-page-4,
.front-page-5,
.front-page-6 {
	padding: 100px 0;
  }
}
@media (min-width: 860px) {
  .front-page-1 > .wrap,
.front-page-2 > .wrap,
.front-page-3 > .wrap,
.front-page-4 > .wrap,
.front-page-5 > .wrap,
.front-page-6 > .wrap {
	display: flex;
	justify-content: space-between;
  }
  .front-page-1 > .wrap:before, .front-page-1 > .wrap:after,
.front-page-2 > .wrap:before,
.front-page-2 > .wrap:after,
.front-page-3 > .wrap:before,
.front-page-3 > .wrap:after,
.front-page-4 > .wrap:before,
.front-page-4 > .wrap:after,
.front-page-5 > .wrap:before,
.front-page-5 > .wrap:after,
.front-page-6 > .wrap:before,
.front-page-6 > .wrap:after {
	display: none;
  }
}

.front-page-1 {
  padding: 30px 0;
  overflow: hidden;
}
.front-page-1 .widget {
  margin: 0 auto;
}
.front-page-1 h1 {
  font-size: 3rem;
}
@media (min-width: 600px) {
  .front-page-1 h1 {
	font-size: 4rem;
  }
}
@media (min-width: 860px) {
  .front-page-1 h1 {
	font-size: 6.2rem;
  }
}

.front-page-2 {
  text-align: center;
}
.front-page-2 .widget {
  margin: 0 1.25% 10%;
}
@media (min-width: 860px) {
  .front-page-2 .widget {
	margin-bottom: 0;
  }
}
.front-page-2 i {
  font-size: 3em;
  margin-bottom: 2rem;
  -webkit-font-smoothing: antialiased;
  font-weight: lighter;
  color: #3d65ff;
  background: -webkit-linear-gradient(#673cf2, #1694ff);
  background: -moz-linear-gradient(#673cf2, #1694ff);
  background: -ms-linear-gradient(#673cf2, #1694ff);
  background: -o-linear-gradient(#673cf2, #1694ff);
  background: linear-gradient(#673cf2, #1694ff);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
}

.front-page-3 {
  padding: 0;
}
@media (min-width: 860px) {
  .front-page-3 {
	padding: 0;
  }
}
.front-page-3 .display-posts-listing {
  display: flex;
  flex-wrap: wrap;
}
.front-page-3 .listing-item {
  position: relative;
  float: left;
  width: 100%;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
}
@media (min-width: 600px) {
  .front-page-3 .listing-item {
	width: 50%;
  }
}
@media (min-width: 860px) {
  .front-page-3 .listing-item {
	width: 33.3333333333%;
  }
}
.front-page-3 .listing-item:hover .title, .front-page-3 .listing-item:focus .title {
  opacity: 1;
  top: 0;
}
.front-page-3 .listing-item:hover .image:after, .front-page-3 .listing-item:focus .image:after {
  opacity: 0.82;
}
.front-page-3 .image {
  min-width: 100%;
  margin: 0;
  display: block;
  position: relative;
}
.front-page-3 .image * {
  position: relative;
  z-index: 1;
}
.front-page-3 .image:after {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0.82;
  background: #3d65ff;
  background: -moz-linear-gradient(left, #7A28FF 0%, #00A1FF 100%);
  background: -webkit-linear-gradient(left, #7A28FF 0%, #00A1FF 100%);
  background: linear-gradient(to right, #7A28FF 0%, #00A1FF 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#7a28ff", endColorstr="#00a1ff", GradientType=1);
}
.front-page-3 .image:after {
  content: " ";
  display: block;
  opacity: 0;
  z-index: 2;
  pointer-events: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.front-page-3 a,
.front-page-3 img {
  display: block;
  min-width: 100%;
  height: 100%;
}
.front-page-3 .title {
  position: absolute;
  z-index: 3;
  margin: auto;
  text-align: center;
  left: 0;
  right: 0;
  top: calc(100% - 1em);
  bottom: 0;
  height: 1em;
  color: #ffffff;
  font-size: 20px;
  opacity: 0;
  pointer-events: none;
  transition: top 0.25s;
}

.front-page-4 {
  background-color: #2A2B33;
}
.front-page-4 .widget {
  width: 100%;
}
.front-page-4 .textwidget {
  text-align: center;
}
@media (min-width: 600px) {
  .front-page-4 .textwidget {
	text-align: left;
	display: flex;
	justify-content: space-between;
  }
}
.front-page-4 h2 {
  color: #ffffff;
}
@media (min-width: 860px) {
  .front-page-4 h2 {
	margin-bottom: 0;
  }
}

.front-page-5 .widget-title {
  font-size: 32px;
  text-align: center;
  display: block;
}
.front-page-5 .widget-title:before {
  content: " ";
  display: block;
}
.front-page-5 .widget-title:after {
  content: " ";
  clear: both;
  display: block;
  width: 100px;
  height: 3px;
  display: block;
  margin: 2.5rem auto;
  background: #3d65ff;
  background: -moz-linear-gradient(left, #7A28FF 0%, #00A1FF 100%);
  background: -webkit-linear-gradient(left, #7A28FF 0%, #00A1FF 100%);
  background: linear-gradient(to right, #7A28FF 0%, #00A1FF 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#7a28ff", endColorstr="#00a1ff", GradientType=1);
}
.front-page-5 .post {
  border-radius: 6px;
  max-height: 270px;
  height: auto;
  overflow: hidden;
  width: 100%;
  margin-bottom: 0;
  position: relative;
}
@media (min-width: 860px) {
  .front-page-5 .post {
	max-height: 370px;
	width: 48.7179487179%;
	float: right;
	margin-left: 2.5641025641%;
  }
}
@media (min-width: 1340px) {
  .front-page-5 .post {
	margin-bottom: 2%;
  }
}
.front-page-5 .post:first-of-type {
  background-color: rgba(0, 0, 0, 0.0382);
  position: relative;
  margin-left: 0;
  margin-bottom: 10%;
  float: left;
}
@media (min-width: 860px) {
  .front-page-5 .post:first-of-type {
	margin-bottom: 0;
  }
}
.front-page-5 .post:first-of-type:hover:after {
  box-shadow: inset 0 -400px 400px -300px rgba(0, 10, 20, 0.9);
}
.front-page-5 .post:first-of-type:after {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border-radius: 6px;
  pointer-events: none;
  box-shadow: inset 0 -400px 400px -300px rgba(0, 10, 20, 0.8);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.front-page-5 .post:first-of-type > a {
  width: 100%;
  height: 100%;
  display: block;
}
.front-page-5 .post:first-of-type img {
  min-height: 100%;
  min-width: 100%;
  display: block;
  width: auto;
  height: auto;
}
.front-page-5 .post:first-of-type .entry-content {
  display: none;
}
.front-page-5 .post:first-of-type .entry-header,
.front-page-5 .post:first-of-type .entry-footer {
  position: absolute;
  left: 25px;
  right: 25px;
  bottom: 25px;
  z-index: 1;
}
.front-page-5 .post:first-of-type .entry-header p,
.front-page-5 .post:first-of-type .entry-header span,
.front-page-5 .post:first-of-type .entry-header b,
.front-page-5 .post:first-of-type .entry-header strong,
.front-page-5 .post:first-of-type .entry-header a,
.front-page-5 .post:first-of-type .entry-footer p,
.front-page-5 .post:first-of-type .entry-footer span,
.front-page-5 .post:first-of-type .entry-footer b,
.front-page-5 .post:first-of-type .entry-footer strong,
.front-page-5 .post:first-of-type .entry-footer a {
  color: #ffffff;
}
.front-page-5 .post > a {
  display: block;
  margin-bottom: 0;
}
.front-page-5 .post img {
  border-radius: 6px;
  width: 100px;
  height: 100px;
}
.front-page-5 .entry-title {
  margin-bottom: 0;
  line-height: 1;
  width: 100%;
  font-size: 16px;
}
@media (min-width: 600px) {
  .front-page-5 .entry-title {
	font-size: 19.2px;
  }
}
@media (min-width: 860px) {
  .front-page-5 .entry-title {
	font-size: 16px;
  }
}
@media (min-width: 1200px) {
  .front-page-5 .entry-title {
	font-size: 19.2px;
  }
}
.front-page-5 .entry-meta {
  padding: 0.618em 0 0;
  font-size: 13.12px;
  text-transform: capitalize;
}
.front-page-5 .entry-content p {
  padding: 5px 0 0;
  font-size: 13.12px;
  line-height: 1.382;
  margin-bottom: 28px;
  margin-left: 124px;
}
@media (min-width: 600px) {
  .front-page-5 .entry-content p {
	font-size: 16px;
  }
}
@media (min-width: 860px) {
  .front-page-5 .entry-content p {
	font-size: 14.4px;
  }
}
@media (min-width: 1023px) {
  .front-page-5 .entry-content p {
	font-size: 16px;
  }
}

.front-page-6 {
  background-color: rgba(0, 0, 0, 0.0382);
}

/* ### WooCommerce Globals */
.woocommerce .entry.product {
  padding: 0;
}
.woocommerce abbr.required,
.woocommerce ins {
  text-decoration: none;
}
.woocommerce .products .star-rating {
  padding: 10px;
  clear: both;
}
.woocommerce p.stars a,
.woocommerce p.stars a:hover {
  outline: 0;
}
.woocommerce td,
.woocommerce th {
  border: none;
}
.woocommerce span.onsale {
  position: absolute;
  background-color: #2A2B33;
  border-radius: 5px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 1.2rem;
  letter-spacing: 0.05em;
  height: 2em;
  width: 4em;
  min-height: 2em;
  min-width: 4em;
  line-height: 1.7;
  left: -0.382em;
  right: auto;
  top: 2em;
}
.woocommerce span.onsale:after {
  content: " ";
  display: block;
  position: absolute;
  border: 0.382em solid transparent;
  border-left-color: black(0.146);
  transform: rotate(-45deg);
  left: 0.1em;
  top: calc(2em - 0.38em);
  border-radius: 5px;
}
.woocommerce .woocommerce-LoopProduct-link {
  display: block;
}

.site-header .fa-shopping-cart {
  position: relative;
  display: block;
  float: right;
  padding: 0 0 0 1rem;
  color: #2A2B33;
  font-size: 2rem;
}
@media (min-width: 860px) {
  .site-header .fa-shopping-cart {
	margin-right: 2em;
  }
}
.site-header .fa-shopping-cart:hover {
  opacity: 1;
}
.site-header .fa-shopping-cart:hover .cart-count {
  transform: scale(1.2);
}

.cart-count {
  font-family: "Lato", Helvetica, sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  background-color: #2A2B33;
  color: #ffffff;
  height: 14px;
  width: 14px;
  display: block;
  text-align: center;
  position: absolute;
  right: -0.6rem;
  top: -0.6rem;
  line-height: 14px;
  border-radius: 99px;
  border: 1px solid #ffffff;
  transition: transform 0.316s ease;
}

.cart-total {
  position: absolute;
  text-indent: -9999px;
  visibility: hidden;
}

/* ### WooCommerce Front Page */
.woocommerce ul.products li.product-category.product {
  width: 100%;
  display: block;
}
@media (min-width: 860px) {
  .woocommerce ul.products li.product-category.product {
	width: 31.6239316239%;
  }
}
.woocommerce ul.products li.product-category.product a {
  width: 100%;
  position: relative;
  display: block;
  height: 18rem;
}
.woocommerce ul.products li.product-category.product a:hover img, .woocommerce ul.products li.product-category.product a:focus img {
  transform: scale(1.1);
}
.woocommerce ul.products li.product-category.product a:hover h2, .woocommerce ul.products li.product-category.product a:focus h2 {
  color: #ffffff;
}
.woocommerce ul.products li.product-category.product img {
  position: absolute;
  display: block;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.woocommerce ul.products li.product-category.product h2 {
  position: absolute;
  color: #ffffff;
  background-color: transparent;
  font-size: 2.4rem;
  display: block;
  width: 100%;
  text-align: center;
  padding: 7rem 0;
}
.woocommerce ul.products li.product-category.product h2 mark {
  visibility: hidden;
  position: absolute;
}

/* ### WooCommerce Shop Page */
.woocommerce .content .entry {
  border-bottom: 0;
}
.woocommerce .woocommerce-ordering {
  width: auto;
  float: left;
  clear: both;
}
@media (min-width: 600px) {
  .woocommerce .woocommerce-ordering {
	float: right;
	clear: none;
  }
}
.woocommerce .woocommerce-ordering select {
  height: auto;
}
.woocommerce a.added_to_cart {
  margin-left: 0.5em;
  margin-top: -0.5em;
  font-weight: 600;
  font-size: 13.12px;
}
.woocommerce a.button.loading::after,
.woocommerce button.button.loading::after,
.woocommerce input.button.loading::after,
.woocommerce #respond input#submit.loading::after {
  top: 1em;
}
@media (min-width: 860px) {
  .woocommerce.full-width-content ul.products li.product, .woocommerce.columns-4 ul.products li.product {
	width: 23.0769230769%;
  }
}
@media (min-width: 860px) {
  .woocommerce ul.products {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
  }
}
@media (min-width: 860px) {
  .woocommerce ul.products:before, .woocommerce ul.products:after {
	display: none;
  }
}
.woocommerce ul.products li.product {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  box-shadow: none;
  text-align: center;
  background-color: #ffffff;
}
@media (min-width: 860px) {
  .woocommerce ul.products li.product {
	width: 31.6239316239%;
	margin-left: 2.5641025641%;
	margin-right: 0;
  }
}
.woocommerce ul.products li.product:hover img {
  transform: scale(1.1);
}
.woocommerce ul.products li.product:before, .woocommerce ul.products li.product:after {
  display: none;
}
.woocommerce ul.products li.product.first {
  clear: both;
  margin-left: 0;
}
.woocommerce ul.products li.product a {
  overflow: hidden;
}
.woocommerce ul.products li.product img {
  margin-bottom: 0 !important;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.woocommerce ul.products li.product h2,
.woocommerce ul.products li.product .price .from,
.woocommerce ul.products li.product .woocommerce-loop-product__title {
  background-color: #ffffff;
  font-size: 1.8rem;
  position: relative;
}
.woocommerce ul.products li.product .price {
  display: block;
  clear: both;
  float: none;
  background-color: #ffffff;
  color: #2A2B33;
}
.woocommerce ul.products li.product .price del,
.woocommerce ul.products li.product .price ins {
  display: inline;
  margin-right: 0.5em;
}
.woocommerce ul.products li.product span.onsale {
  top: 2em;
}
.woocommerce ul.products li.product span.onsale:after {
  border-left-color: transparent;
  border-right-color: black(0.146);
  transform: rotate(45deg);
  right: 0.15em;
  left: auto;
}
.woocommerce ul.products li.product .star-rating {
  margin: 0 auto 0.5em;
  position: absolute;
  bottom: -2em;
  left: 0;
  right: 0;
  display: none;
}
.woocommerce ul.products li.product .woocommerce-LoopProduct-link {
  display: block;
  align-self: flex-start;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.woocommerce ul.products li.product .button {
  float: none;
  text-align: center;
  align-self: flex-end;
  margin-top: 0;
}
.woocommerce .woocommerce-pagination .page-numbers {
  border: none;
  font-family: "Lato", Helvetica, sans-serif;
  font-size: 1.5rem;
}
.woocommerce .woocommerce-pagination .page-numbers li {
  display: inline;
  border: none;
}
.woocommerce .woocommerce-pagination .page-numbers a,
.woocommerce .woocommerce-pagination .page-numbers li span {
  cursor: pointer;
  display: inline-block;
  padding: 0.7rem;
  text-decoration: none;
  border-radius: 5px;
  margin: 0 0.1em;
  width: 3rem;
  height: 3rem;
}
.woocommerce .woocommerce-pagination .page-numbers li a {
  margin-bottom: 4px;
}
@media (min-width: 860px) {
  .woocommerce .woocommerce-pagination .page-numbers li a {
	margin-bottom: 0;
  }
}
.woocommerce .woocommerce-pagination .page-numbers a:hover,
.woocommerce .woocommerce-pagination .page-numbers .active a {
  background-color: #2A2B33;
  color: #ffffff;
}

/* ### WooCommerce Product */
.woocommerce div.product {
  position: relative;
}
.woocommerce div.product .star-rating {
  float: left;
}
.woocommerce div.product p.price,
.woocommerce div.product span.price {
  font-family: "Lato", Helvetica, sans-serif;
  font-size: 2rem;
  line-height: 1.5;
  float: left;
  color: #2A2B33;
}
.woocommerce div.product form.cart {
  clear: both;
  padding: 1em 0 0;
}
.woocommerce div.product form.cart .variations {
  table-layout: fixed;
}
.woocommerce .woocommerce-variation-price {
  margin-bottom: 20px;
}
.woocommerce .woocommerce-product-details__short-description {
  clear: both;
}
.woocommerce .woocommerce-product-details__short-description:before, .woocommerce .woocommerce-product-details__short-description:after {
  display: block;
  content: "";
}
.woocommerce .woocommerce-product-details__short-description:after {
  clear: both;
}

/* ### WooCommerce Product Tabs */
.woocommerce div.product .woocommerce-tabs ul.tabs {
  padding-left: 5px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li {
  border: 1px solid rgba(0, 0, 0, 0.0382);
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
  background-color: #f4f5f6;
  border-radius: 0;
  padding: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li::after, .woocommerce div.product .woocommerce-tabs ul.tabs li::before {
  display: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
  color: #2A2B33;
  padding: 0.5em 1em;
  font-weight: 400;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
}

/* Two Sidebar Layouts */
.content-sidebar-sidebar.woocommerce div.product .woocommerce-tabs ul.tabs,
.sidebar-content-sidebar.woocommerce div.product .woocommerce-tabs ul.tabs,
.sidebar-sidebar-content.woocommerce div.product .woocommerce-tabs ul.tabs {
  padding: 0;
}
.content-sidebar-sidebar.woocommerce div.product .woocommerce-tabs ul.tabs li,
.sidebar-content-sidebar.woocommerce div.product .woocommerce-tabs ul.tabs li,
.sidebar-sidebar-content.woocommerce div.product .woocommerce-tabs ul.tabs li {
  display: block;
  margin: 0;
  background-color: #ffffff;
  border-bottom: 0;
}
.content-sidebar-sidebar.woocommerce div.product .woocommerce-tabs ul.tabs li:last-child,
.sidebar-content-sidebar.woocommerce div.product .woocommerce-tabs ul.tabs li:last-child,
.sidebar-sidebar-content.woocommerce div.product .woocommerce-tabs ul.tabs li:last-child {
  border-bottom: 1px solid rgba(0, 0, 0, 0.0382);
}
.content-sidebar-sidebar.woocommerce div.product .woocommerce-tabs ul.tabs li.active,
.sidebar-content-sidebar.woocommerce div.product .woocommerce-tabs ul.tabs li.active,
.sidebar-sidebar-content.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
  border-bottom-color: #f4f5f6;
}
.content-sidebar-sidebar.woocommerce div.product .woocommerce-tabs ul.tabs li.active a::after,
.sidebar-content-sidebar.woocommerce div.product .woocommerce-tabs ul.tabs li.active a::after,
.sidebar-sidebar-content.woocommerce div.product .woocommerce-tabs ul.tabs li.active a::after {
  content: "";
  float: right;
  font-family: "dashicons";
}
.content-sidebar-sidebar.woocommerce div.product .woocommerce-tabs ul.tabs li a,
.sidebar-content-sidebar.woocommerce div.product .woocommerce-tabs ul.tabs li a,
.sidebar-sidebar-content.woocommerce div.product .woocommerce-tabs ul.tabs li a {
  display: block;
}

/* ### WooCommerce Checkout & Payment */
.woocommerce-cart table.cart,
.woocommerce-checkout table.cart,
#add_payment_method table.cart {
  max-width: 860px;
  margin: 0 auto;
}
.woocommerce-cart table.cart td.actions .coupon input[type=text],
.woocommerce-checkout table.cart td.actions .coupon input[type=text],
#add_payment_method table.cart td.actions .coupon input[type=text] {
  width: auto;
  height: auto;
  line-height: 2;
  max-width: 50%;
  border-color: #f4f5f6;
}
.woocommerce-cart table.cart img,
.woocommerce-checkout table.cart img,
#add_payment_method table.cart img {
  vertical-align: middle;
}
.woocommerce-cart table.cart input,
.woocommerce-checkout table.cart input,
#add_payment_method table.cart input {
  vertical-align: top;
}
.woocommerce-cart form.checkout,
.woocommerce-checkout form.checkout,
#add_payment_method form.checkout {
  max-width: 860px;
  margin: 0 auto;
}
@media (min-width: 1023px) {
  .woocommerce-cart form.checkout .col2-set,
.woocommerce-checkout form.checkout .col2-set,
#add_payment_method form.checkout .col2-set {
	width: 48.7179487179%;
	float: left;
  }
}
.woocommerce-cart form.checkout .col2-set .col-1,
.woocommerce-cart form.checkout .col2-set .col-2,
.woocommerce-checkout form.checkout .col2-set .col-1,
.woocommerce-checkout form.checkout .col2-set .col-2,
#add_payment_method form.checkout .col2-set .col-1,
#add_payment_method form.checkout .col2-set .col-2 {
  width: 100%;
}
.woocommerce-cart form.checkout #order_review_heading,
.woocommerce-checkout form.checkout #order_review_heading,
#add_payment_method form.checkout #order_review_heading {
  margin-top: 1em;
}
@media (min-width: 1023px) {
  .woocommerce-cart form.checkout #order_review_heading,
.woocommerce-cart form.checkout .woocommerce-checkout-review-order,
.woocommerce-checkout form.checkout #order_review_heading,
.woocommerce-checkout form.checkout .woocommerce-checkout-review-order,
#add_payment_method form.checkout #order_review_heading,
#add_payment_method form.checkout .woocommerce-checkout-review-order {
	width: 48.7179487179%;
	float: right;
	margin-left: 2.5641025641%;
  }
}
.woocommerce-cart form.checkout .woocommerce-additional-fields h3,
.woocommerce-checkout form.checkout .woocommerce-additional-fields h3,
#add_payment_method form.checkout .woocommerce-additional-fields h3 {
  display: none;
}
.woocommerce-cart #payment,
.woocommerce-checkout #payment,
#add_payment_method #payment {
  background-color: #ffffff;
  border-radius: 5px;
  border: 1px solid rgba(0, 0, 0, 0.0382);
  padding: 0;
}
.woocommerce-cart #payment div.form-row,
.woocommerce-checkout #payment div.form-row,
#add_payment_method #payment div.form-row {
  margin-bottom: 0;
}
.woocommerce-cart #payment div.form-row.place-order,
.woocommerce-checkout #payment div.form-row.place-order,
#add_payment_method #payment div.form-row.place-order {
  background-color: #f4f5f6;
}
.woocommerce-cart #payment ul.payment_methods,
.woocommerce-checkout #payment ul.payment_methods,
#add_payment_method #payment ul.payment_methods {
  border-color: #f4f5f6;
  padding: 2em;
}
.woocommerce-cart #payment ul.payment_methods li,
.woocommerce-checkout #payment ul.payment_methods li,
#add_payment_method #payment ul.payment_methods li {
  list-style-type: none;
}
.woocommerce-cart #payment div.payment_box,
.woocommerce-checkout #payment div.payment_box,
#add_payment_method #payment div.payment_box {
  background-color: #f4f5f6;
  border: 1px solid rgba(0, 0, 0, 0.0382);
  border-radius: 5px;
}
.woocommerce-cart #payment div.payment_box::before,
.woocommerce-checkout #payment div.payment_box::before,
#add_payment_method #payment div.payment_box::before {
  display: none;
}

/* ### WooCommerce Cart Page */
.woocommerce table.shop_table,
.woocommerce table.shop_table td {
  border-color: #f4f5f6;
  border-radius: 5px;
  line-height: 1.75;
  word-break: normal;
}
.woocommerce table.shop_table .order-number {
  min-width: 75px;
}
.woocommerce table.shop_table td.actions {
  padding-top: 15px;
}

.woocommerce-cart table.cart {
  line-height: 1.75;
}
.woocommerce-cart table.cart td {
  font-size: 1.8rem;
  padding: 10px 12px;
}
.woocommerce-cart table.cart .product-thumbnail {
  min-width: 56px;
}
.woocommerce-cart table.cart th.product-name {
  min-width: 140px;
}
.woocommerce-cart table.cart th.product-price,
.woocommerce-cart table.cart th.product-quantity,
.woocommerce-cart table.cart th.product-subtotal {
  min-width: 110px;
}
.woocommerce-cart td.product-name dl.variation dd {
  margin-left: 20px;
}
.woocommerce-cart .cart-collaterals {
  padding-top: 4rem;
  max-width: 860px;
  margin: 0 auto;
}

.woocommerce-checkout-review-order-table th.product-total {
  min-width: 110px;
}

/* ### WooCommerce Forms */
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce input.button[type=submit],
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt,
.woocommerce input.button[type=submit].alt,
.woocommerce #respond input#submit {
  background: #2A2B33;
  border: 0;
  border-radius: 5px;
  color: #ffffff;
  cursor: pointer;
  font-weight: 600;
  width: auto;
  height: auto;
  line-height: 1;
  font-size: 13.12px;
  text-transform: uppercase;
  padding: 1em 3em;
  text-decoration: none;
  white-space: nowrap;
  display: inline-block;
  box-shadow: inset 0 0 0 999px rgba(255, 255, 255, 0);
}
.woocommerce a.button:hover, .woocommerce a.button:focus,
.woocommerce button.button:hover,
.woocommerce button.button:focus,
.woocommerce input.button:hover,
.woocommerce input.button:focus,
.woocommerce input.button[type=submit]:hover,
.woocommerce input.button[type=submit]:focus,
.woocommerce a.button.alt:hover,
.woocommerce a.button.alt:focus,
.woocommerce button.button.alt:hover,
.woocommerce button.button.alt:focus,
.woocommerce input.button.alt:hover,
.woocommerce input.button.alt:focus,
.woocommerce input.button[type=submit].alt:hover,
.woocommerce input.button[type=submit].alt:focus,
.woocommerce #respond input#submit:hover,
.woocommerce #respond input#submit:focus {
  color: #ffffff;
  background-color: #2A2B33;
  box-shadow: inset 0 0 0 99px rgba(255, 255, 255, 0.2);
}
.woocommerce a.button.disabled, .woocommerce a.button:disabled, .woocommerce a.button:disabled[disabled],
.woocommerce button.button.disabled,
.woocommerce button.button:disabled,
.woocommerce button.button:disabled[disabled],
.woocommerce input.button.disabled,
.woocommerce input.button:disabled,
.woocommerce input.button:disabled[disabled],
.woocommerce input.button[type=submit].disabled,
.woocommerce input.button[type=submit]:disabled,
.woocommerce input.button[type=submit]:disabled[disabled],
.woocommerce a.button.alt.disabled,
.woocommerce a.button.alt:disabled,
.woocommerce a.button.alt:disabled[disabled],
.woocommerce button.button.alt.disabled,
.woocommerce button.button.alt:disabled,
.woocommerce button.button.alt:disabled[disabled],
.woocommerce input.button.alt.disabled,
.woocommerce input.button.alt:disabled,
.woocommerce input.button.alt:disabled[disabled],
.woocommerce input.button[type=submit].alt.disabled,
.woocommerce input.button[type=submit].alt:disabled,
.woocommerce input.button[type=submit].alt:disabled[disabled],
.woocommerce #respond input#submit.disabled,
.woocommerce #respond input#submit:disabled,
.woocommerce #respond input#submit:disabled[disabled] {
  background-color: #f4f5f6;
  color: #2A2B33;
  padding: 1rem 2rem;
}
.woocommerce #reviews .comment .meta {
  display: block;
  clear: both;
  text-transform: capitalize;
}
.woocommerce .quantity .qty {
  line-height: 1.5;
  margin-right: 5px;
  padding: 0.5em 1em;
  width: 70px;
}
.woocommerce .coupon {
  line-height: 1;
}
.woocommerce .coupon .input-text {
  height: 48px;
}
.woocommerce .coupon input.button {
  padding: 0.618 0;
}
@media (min-width: 600px) {
  .woocommerce .coupon input.button {
	padding: 0.618;
  }
}
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
  line-height: 1.5;
  padding: 10px;
}
.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register,
.woocommerce form .form-row .select2-container,
.woocommerce form .form-row.woocommerce-validated input.input-text,
.woocommerce form .form-row.woocommerce-validated select,
.woocommerce form .form-row.woocommerce-validated .select2-container {
  border-color: #f4f5f6;
  border-radius: 0;
}
.woocommerce.widget.widget_price_filter .price_slider_amount .button,
.woocommerce .widget.widget_price_filter .price_slider_amount .button {
  font-size: 1.6rem;
}

/* ### WooCommerce Account Page */
.woocommerce-account .woocommerce {
  max-width: 860px;
  margin: 0 auto;
}
.woocommerce-account .woocommerce-Address-title h3 {
  font-size: 2.6rem;
}
.woocommerce-account .woocommerce-Address {
  margin-bottom: 20px;
}
.woocommerce-account table.order_details th.product-total {
  min-width: 110px;
}
.woocommerce-account .woocommerce-MyAccount-navigation {
  background-color: #ffffff;
}
@media (min-width: 860px) {
  .woocommerce-account .woocommerce-MyAccount-navigation {
	float: left;
	margin-right: 5%;
	width: 20%;
  }
}
@media (min-width: 860px) {
  .woocommerce-account .woocommerce-MyAccount-content {
	width: 75%;
	float: right;
  }
}

.woocommerce-MyAccount-navigation {
  border: 1px solid rgba(0, 0, 0, 0.0382);
  border-radius: 5px;
  padding: 0;
  margin-bottom: 40px;
}
.woocommerce-MyAccount-navigation ul {
  margin-bottom: 0;
  margin-left: 0;
}
.woocommerce-MyAccount-navigation ul li {
  list-style-type: none;
  font-weight: 600;
}
.woocommerce-MyAccount-navigation ul li:first-of-type a {
  border-top: none !important;
}
.woocommerce-MyAccount-navigation ul li.is-active > a {
  background-color: #f4f5f6;
  padding: 0.618em 1.382em;
}
.woocommerce-MyAccount-navigation ul li a {
  padding: 0.5em 1.382em;
  display: block;
  border-top: 1px solid rgba(0, 0, 0, 0.0382);
}

.content-sidebar.woocommerce-account .woocommerce-MyAccount-navigation,
.sidebar-content.woocommerce-account .woocommerce-MyAccount-navigation {
  text-align: center;
  margin-right: 0;
  width: 100%;
}
.content-sidebar.woocommerce-account .woocommerce-MyAccount-navigation ul,
.sidebar-content.woocommerce-account .woocommerce-MyAccount-navigation ul {
  text-align: center;
}
.content-sidebar.woocommerce-account .woocommerce-MyAccount-navigation li,
.sidebar-content.woocommerce-account .woocommerce-MyAccount-navigation li {
  display: inline-block;
  margin: 0 10px;
}
.content-sidebar.woocommerce-account .woocommerce-MyAccount-content,
.sidebar-content.woocommerce-account .woocommerce-MyAccount-content {
  width: 100%;
}

/* ### WooCommerce Breadcrumb */
.woocommerce .woocommerce-breadcrumb {
  font-size: 1.8rem;
  margin-bottom: 40px;
}
.woocommerce .woocommerce-breadcrumb a {
  text-decoration: none;
}

/* ### WooCommerce Reviews */
.woocommerce #reviews #comments ol.commentlist li {
  background: transparent;
  border: 0;
  margin: 2rem 0 3rem;
  padding: 0;
  position: relative;
}
.woocommerce #reviews #comments ol.commentlist li img.avatar {
  background: transparent;
  border: 0;
  margin: 0 16px 24px 0;
  padding: 0;
  position: relative;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text {
  border-color: transparent;
  border-radius: 0;
  padding: 0;
}
.woocommerce .comment-reply-title {
  font-family: "Lato", Helvetica, sans-serif;
  font-size: 2rem;
  padding: 0 0 1em;
  display: block;
  clear: both;
}
.woocommerce .comment-reply-title:before, .woocommerce .comment-reply-title:after {
  display: block;
  content: "";
}
.woocommerce .comment-reply-title:after {
  clear: both;
}
.woocommerce .entry-content #reviews ol > li {
  list-style-type: none;
}

/* ### WooCommerce Misc */
.woocommerce-message,
.woocommerce-error,
.woocommerce-info {
  background-color: #f4f5f6;
  border-top-color: limegreen;
  max-width: 860px;
  margin: 0 auto 5rem;
}
.woocommerce-message::before,
.woocommerce-error::before,
.woocommerce-info::before {
  color: limegreen;
}
.woocommerce-MyAccount-content .woocommerce-message,
.woocommerce-MyAccount-content .woocommerce-error,
.woocommerce-MyAccount-content .woocommerce-info {
  padding: 1em 1em 1em 3em;
  overflow: auto;
}
.woocommerce-MyAccount-content .woocommerce-message .button,
.woocommerce-MyAccount-content .woocommerce-error .button,
.woocommerce-MyAccount-content .woocommerce-info .button {
  float: right;
  display: block;
}
.woocommerce-message a,
.woocommerce-error a,
.woocommerce-info a {
  font-weight: 600;
}

.woocommerce .woocommerce-error {
  border-top-color: tomato;
  margin-left: 0;
}
.woocommerce .woocommerce-error::before {
  color: tomato;
}
.woocommerce .woocommerce-info {
  border-top-color: dodgerblue;
}
.woocommerce .woocommerce-info::before {
  color: dodgerblue;
}

div.woocommerce-info.wc-memberships-restriction-message.wc-memberships-restricted-content-message {
  width: 48%;
}

/* ### Woo Search */
.woocommerce-product-search {
  overflow: hidden;
  width: 100%;
}
.woocommerce-product-search input[type=submit] {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  padding: 0;
  position: absolute;
  width: 1px;
}

/* ### Woo Shopping Cart */
.woocommerce .widget_shopping_cart ul.cart_list li,
.woocommerce.widget_shopping_cart ul.cart_list li {
  padding-top: 15px;
}
.woocommerce .widget_shopping_cart .cart_list li a.remove,
.woocommerce.widget_shopping_cart .cart_list li a.remove {
  top: 15px;
  color: tomato !important;
}
.woocommerce .widget_shopping_cart .cart_list li a.remove:hover, .woocommerce .widget_shopping_cart .cart_list li a.remove:focus,
.woocommerce.widget_shopping_cart .cart_list li a.remove:hover,
.woocommerce.widget_shopping_cart .cart_list li a.remove:focus {
  color: #ffffff !important;
  background-color: tomato;
}
.woocommerce .widget_shopping_cart .total,
.woocommerce.widget_shopping_cart .total {
  border-top: 1px solid rgba(0, 0, 0, 0.0382);
}
.woocommerce .widget_shopping_cart .buttons a,
.woocommerce.widget_shopping_cart .buttons a {
  margin-bottom: 5px;
}
.woocommerce .widget_shopping_cart .cart_list li.empty,
.woocommerce.widget_shopping_cart .cart_list li.empty {
  padding-left: 0;
}

/* ### Woo Product Lists */
.woocommerce ul.cart_list li img,
.woocommerce ul.product_list_widget li img {
  width: 60px;
}

.sidebar ul.product_list_widget li {
  line-height: 1.4;
  margin-bottom: 15px;
  padding: 15px 0 0;
}
.sidebar ul.product_list_widget li:last-child {
  margin-bottom: 0;
  padding-bottom: 15px;
}

/* ### Woo Filter */
.woocommerce.widget_price_filter .price_slider_wrapper .ui-widget-content {
  background-color: #f4f5f6;
}
.woocommerce.widget_price_filter .ui-slider .ui-slider-range {
  background-color: black(0.1);
}
.woocommerce.widget_price_filter .ui-slider .ui-slider-handle {
  background-color: #2A2B33;
}
.woocommerce .widget_layered_nav ul li.chosen a::before,
.woocommerce .widget_layered_nav_filters ul li a::before,
.woocommerce .widget_rating_filter ul li.chosen a::before {
  color: #2A2B33;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle, .woocommerce.widget_price_filter .ui-slider .ui-slider-handle {
  top: -0.28em;
}
.woocommerce .widget_price_filter .price_slider_amount .button, .woocommerce.widget_price_filter .price_slider_amount .button {
  font-size: 1.6rem;
}

/* ### Woo Active Filters */
.woocommerce.widget_layered_nav_filters ul li {
  margin: 0 20px 20px 0;
}

/* ### Woo Recent Reviews */
.woocommerce.widget_recent_reviews .reviewer {
  font-size: 1.2rem;
  letter-spacing: 1px;
}

/* ## Moved To Plugin CSS
--------------------------------------------- */
/* ## Portfolio
--------------------------------------------- */
body.portfolio .portfolio-item a {
  height: 350px;
  overflow: hidden;
}
body.portfolio .portfolio-item:hover .entry-title {
  text-align: center;
}
body.portfolio .portfolio-item:before {
  background-color: #00aeef;
}

/* ## Blog Page
--------------------------------------------- */
body.blog .hero-section .wrap p {
  display: none;
}

.post .entry-content {
  color: #585858;
}

/* ## Search Page
--------------------------------------------- */
body.search .hero-section .wrap p {
  display: block;
}
body.search .archive-description {
  display: none;
}
body.search .entry {
  margin-bottom: 30px;
  border-bottom: 1px solid #eee;
}
@media (min-width: 860px) {
  body.search .entry-content {
	padding-left: 340px;
  }
}
body.search .entry-title-container {
  display: flex;
  justify-content: space-between;
}
body.search .entry-image-link,
body.search .entry-image-link-placeholder {
  width: 300px;
  height: auto;
  overflow: hidden;
  margin: 0 auto 20px;
}
@media (min-width: 860px) {
  body.search .entry-image-link,
body.search .entry-image-link-placeholder {
	float: left;
	margin-right: 40px;
  }
}
body.search .entry-image-link-placeholder {
  background-color: #eee;
}
body.search .search_result-post-type {
  margin-left: 10px;
}
body.search .search_result-post-type p {
  padding: 7px 12px 7px 6px;
  text-transform: capitalize;
  background-color: #eee;
  color: #717171;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  margin-bottom: 8px;
  position: relative;
  line-height: 1;
}
body.search .search_result-post-type p:before {
  background: #fff;
  border-bottom: 15px solid transparent;
  border-right: 10px solid #eee;
  border-top: 15px solid transparent;
  content: "";
  position: absolute;
  left: -10px;
  top: 0;
}
body.search .entry-content p {
  padding-bottom: 20px;
}
body.search .entry-footer {
  margin-bottom: 20px;
}

.fl-pricing-table ul.fl-pricing-table-features li {
  list-style-type: none;
}

/* # Print Styles
--------------------------------------------- */
@media print {
  *,
*:before,
*:after {
	background: transparent !important;
	box-shadow: none !important;
	color: #2A2B33 !important;
	text-shadow: none !important;
  }

  a,
a:visited {
	text-decoration: underline;
  }

  a[href]:after {
	content: " (" attr(href) ")";
  }

  abbr[title]:after {
	content: " (" attr(title) ")";
  }

  a[href^="javascript:"]:after,
a[href^="#"]:after,
.site-title > a:after {
	content: "";
  }

  thead {
	display: table-header-group;
  }

  img,
tr {
	page-break-inside: avoid;
  }

  img {
	max-width: 100% !important;
  }

  @page {
	margin: 2cm 0.5cm;
  }
  p,
h2,
h3 {
	orphans: 3;
	widows: 3;
  }

  blockquote,
pre {
	border: 1px solid rgba(0, 0, 0, 0.0382);
	page-break-inside: avoid;
  }

  .content,
.content-sidebar {
	width: 100%;
  }

  button,
input,
select,
textarea,
.breadcrumb,
.comment-edit-link,
.comment-form,
.comment-list .reply a,
.comment-reply-title,
.edit-link,
.entry-comments-link,
.entry-footer,
.genesis-box,
.header-widget-area,
.hidden-print,
.home-top,
.nav-primary,
.nav-secondary,
.post-edit-link,
.sidebar {
	display: none !important;
  }

  .title-area {
	text-align: center;
	width: 100%;
  }

  .site-title > a {
	margin: 0;
	text-decoration: none;
	text-indent: 0;
  }

  .site-inner {
	padding-top: 0;
	position: relative;
	top: -100px;
  }

  .author-box {
	margin-bottom: 0;
  }

  h1,
h2,
h3,
h4,
h5,
h6 {
	orphans: 3;
	page-break-after: avoid;
	page-break-inside: avoid;
	widows: 3;
  }

  img {
	page-break-after: avoid;
	page-break-inside: avoid;
  }

  blockquote,
pre,
table {
	page-break-inside: avoid;
  }

  dl,
ol,
ul {
	page-break-before: avoid;
  }
}

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