/*
    Theme Name: Minimalis
    Description: Minimalis is a child theme created for the Genesis Framework.
    Author: zigzagpress
    Author URI: http://www.zigzagpress.com/
 
    Version: 1.1
    Text Domain: minimalis
 
    Tags: one-column, two-columns, three-columns, custom-menu, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready
 
    Template: genesis
    Template Version: 3.3.3
 
    License: GPL-2.0+
    License URI: http://www.opensource.org/licenses/gpl-license.php 
*/

/*
HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* Baseline Normalize
    normalize.css v2.1.2 | MIT License | git.io/normalize
--------------------------------------------- */

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

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

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

[hidden] {
  display: none;
}

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

body {
  margin: 0;
}

a:focus {
  outline: thin dotted;
}

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

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

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

b,strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

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

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

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

pre {
  white-space: pre-wrap;
}

q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

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

figure {
  margin: 0;
}

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: .35em .625em .75em;
}

legend {
  border: 0;
  padding: 0;
}

button,input,select,textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}

button,input {
  line-height: normal;
}

button,select {
  text-transform: none;
}

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

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

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

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

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

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

textarea {
  overflow: auto;
  vertical-align: top;
}

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

html {
  font-size: 62.5%;
}
/* Box Sizing
--------------------------------------------- */

*,
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}


/*
Defaults
---------------------------------------------------------------------------------------------------- */

/* Typographical Elements
--------------------------------------------- */

body {
  background: #ffffff;
  color: #303030;
  font-size: 16px;
  font-family: "Fira Sans", sans-serif;
  font-weight: 300;
  line-height: 35px;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
}

.entry-content p, .entry-content ul, .entry-content ol, .entry-comments, .author-box p, .search_wrap input#s {
  font-size: 18px;
  line-height: 32px;
  color: #222;
}

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

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button {
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

::selection {
  background: #0003d1;
}

::-moz-selection {
  background: #0003d1;
}

::-webkit-selection {
  background: #0003d1;
}

.entry pre, .text_block pre {
  background-color: #F8F8F8;
  padding: 30px;
  border: 0;
  width: 80%;
  margin: 0 auto 20px;
}

a, .site-footer a:hover, div.zpblog_shortcode .caption h4 a:hover {
  color: #0003d1;
  text-decoration: none;
}

a:hover, a:focus, a:active, .site-footer a {
  color: #414145;
}

p {
  margin: 0 0 24px;
  padding: 0;
}

strong {
  font-weight: 700;
}

hr {
  box-sizing: content-box;
  background-color: #dedede;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

.entry-content blockquote {
  margin: 12% auto;
  width: 90%;
  padding-left: 30px;
  border-left: 8px solid currentcolor;
}

.entry-content blockquote p {
  position: relative;
  margin-bottom: 0px;
}

.entry-content blockquote cite {
  display: block;
  font-style: normal;
  margin-top: .5em;
  opacity: .5;
}

/* Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6,
.search_wrap input#s,
.pricing_head {
  color: #222;
  font-family: "Fira Sans Condensed", sans-serif;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  line-height: 1;
  margin: 0;
  padding: 10px 0;
  text-rendering: optimizeLegibility;
}

h1 {
  font-size: 60px;
  font-size: 4.5vw;
}

h2 {
  font-size: 48px;
  font-size: 3.6vw;
}

h3 {
  font-size: 36px;
  font-size: 2.7vw;
  line-height: 1.2;
}

h4 {
  font-size: 24px;
  font-size: 1.8vw;
  line-height: 1.4;
}

h5 {
  font-size: 18px;
  letter-spacing: 4px;
}

h6 {
  font-size: 14px;
  letter-spacing: 4px;
}

/* Objects
--------------------------------------------- */

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

img {
  height: auto;
}

.featured-content img,
.gallery img {
  width: auto;
}

.sidebar .featured-content img {
  width: auto;
  max-width: 60px;
}

/* Forms
--------------------------------------------- */

.button + .button {
  margin-left: 15px;
}

input[type=text], input[type=email], input[type=url], input[type=password],
input[type=tel], input[type=range], input[type=date], input[type=month],
input[type=week], input[type=time], input[type=datetime], input[type=datetime-local],
input[type=color], input[type=number], input[type=search], textarea {
  background: #fbfbfb;
  border-radius: 3px;
  border: 1px solid rgba(0, 0, 0, .09);
  display: block;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal !important;
  margin: 0 0 10px;
  outline: 0;
  padding: .7em 1.1em;
  -webkit-transition: all 50ms cubic-bezier(.33, 0, .2, 1);
  transition: all 50ms cubic-bezier(.33, 0, .2, 1);
  vertical-align: baseline;
  width: 100%;
  -webkit-appearance: none;
}

input[type=text]:hover, input[type=email]:hover, input[type=url]:hover,
input[type=password]:hover, input[type=tel]:hover, input[type=range]:hover,
input[type=date]:hover, input[type=month]:hover, input[type=week]:hover,
input[type=time]:hover, input[type=datetime]:hover, input[type=datetime-local]:hover,
input[type=color]:hover, input[type=number]:hover, input[type=search]:hover,
textarea:hover {
  border-color: rgba(0, 0, 0, .15);
}

input[type=text]:focus, input[type=email]:focus, input[type=url]:focus,
input[type=password]:focus, input[type=tel]:focus, input[type=range]:focus,
input[type=date]:focus, input[type=month]:focus, input[type=week]:focus,
input[type=time]:focus, input[type=datetime]:focus, input[type=datetime-local]:focus,
input[type=color]:focus, input[type=number]:focus, input[type=search]:focus,
textarea:focus {
  color: #303030;
  border-color: rgba(0, 0, 0, .35);
}

::-webkit-input-placeholder {
  color: rgba(0, 0, 0, .35);
}

:-moz-placeholder {
  color: rgba(0, 0, 0, .35);
}

::-moz-placeholder {
  color: rgba(0, 0, 0, .35);
}

:-ms-input-placeholder {
  color: rgba(0, 0, 0, .35);
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px #fbfbfb inset !important;
}

input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.entry-content .button,
.home_box_button,
.load_more_text,
.zps_btn,
.pricing_footer a.pricing_button,
a.zps_readmore {
  background-color: #222;
  border-radius: 3px;
  border: none;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .15em;
  outline: 0;
  padding: 1.2em 2em;
  text-align: center;
  text-transform: uppercase;
  -webkit-transition: background-color .2s cubic-bezier(.33, 0, .2, 1), color .2s cubic-bezier(.33, 0, .2, 1), border-color .2s cubic-bezier(.33, 0, .2, 1);
  transition: background-color .2s cubic-bezier(.33, 0, .2, 1), color .2s cubic-bezier(.33, 0, .2, 1), border-color .2s cubic-bezier(.33, 0, .2, 1);
  width: auto;
  -webkit-box-shadow: 0 0 25px 0 rgba(0, 0, 0, .18);
  -moz-box-shadow: 0 0 25px 0 rgba(0, 0, 0, .18);
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, .18);
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
.entry-content .button:hover,
.home_box_button:hover,
.load_more_text:hover,
.pricing_footer a.pricing_button:hover,
a.zps_readmore:hover {
  color: rgba( 255, 255, 255, 0.8);
  background-color: #0003d1;
}

.button,
.entry-content .button,
.home_box_button,
.load_more_text,
.zps_btn,
.pricing_footer a.pricing_button,
a.zps_readmore {
  line-height: 1;
}

.load_more_text {
  font-size: 10px;
}

::-webkit-input-placeholder {
  color: rgba(0, 0, 0, .35);
}

:-moz-placeholder {
  color: rgba(0, 0, 0, .35);
}

::-moz-placeholder {
  color: rgba(0, 0, 0, .35);
}

:-ms-input-placeholder {
  color: rgba(0, 0, 0, .35);
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px #fbfbfb inset !important;
}

select {
  border: 1px solid #ccc;
}

textarea {
  display: block;
  height: 150px;
  overflow: auto;
  resize: vertical;
  padding: .7em .9em;
  vertical-align: top;
}

label {
  cursor: pointer;
  display: block;
}

label.error {
  display: none !important;
}

label .required {
  color: #ff7373;
}

/* Tables
--------------------------------------------- */

table {
  border-collapse: collapse;
  border-spacing: 0;
  line-height: 2;
  margin-bottom: 40px;
  width: 100%;
}

tbody {
  border-bottom: 1px dotted rgba(52, 62, 71, 0.3);
}

th,
td {
  text-align: left;
}

th {
  font-weight: bold;
  text-transform: uppercase;
}

td {
  border-top: 1px dotted rgba(52, 62, 71, 0.3);
  padding: 6px 0;
}


/*
Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* Site Containers
--------------------------------------------- */
.wrap {
  padding-left: 1.5625rem;
  padding-right: 1.5625rem;
  margin: 0 auto;
  max-width: 1280px;
  width: 100%;
}

.site-inner {
  clear: both;
  padding-top: 0;
  position: relative;
  z-index: 98;
}


/* Site Header
--------------------------------------------- */
.site-header {
  position: absolute;
  z-index: 99;
  width: 100%;
}

/* Page Header
--------------------------------------------- */
.page_media_wrap {
  height: 500px;
  display: block;
  position: relative;
}

.media_container {
  margin: 0;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 2;
}

.post_image_overlay {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 3;
  pointer-events: none;
}

.post_image_cover {
  background-position: center center;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.entry-content-title.wrap {
  position: absolute;
  z-index: 2;
  text-align: center;
  margin: auto;
  top: 0;
  bottom: auto;
  left: 0;
  right: 0;
  height: 100%;
  display: table;
  bottom: 0;
}

.entry-content-header {
  display: table-cell;
  vertical-align: middle;
  height: 100%;
  width: 80%;
}

.entry-content-header h1 {
  color: #fff;
  margin-bottom: 0;
  font-size: 4.375rem;
  line-height: 1.2;
}


/* Column Widths and Positions
--------------------------------------------- */

/* Content */

.content {
  float: right;
  width: 68%;
}

.content-sidebar .content {
  float: left;
  padding-right: 1.5625rem;
}

.sidebar-content .content {
  float: right;
  padding-left: 1.5625rem;
}

.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content,
.sidebar-sidebar-content .content {
  width: 540px;
}

.home.blog.full-width-content .content,
.archive.full-width-content .content {
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
  float: none;
}

.full-width-content .content {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
  float: none;
  padding: 60px 20px;
}

.entry-content {
  margin-bottom: 4%;
}

.single.full-width-content .content ,
.archive.full-width-content .content,
.home.full-width-content .content {
  padding: 0;
}

.full-width-content .content {
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
  padding: 0;
}

.full-width-content .content .entry-content > *:not(.wp-caption) {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
  float: none;
  margin-top: 60px;
  padding: 0 20px;
}

.full-width-content .content .entry-content .wp-caption,
.full-width-content .content .entry-content .image_full_wrap {
  max-width: 100%;
  width: 100% !important;
  margin: 30px auto;
  padding: 0;
}


/*
Common Classes
---------------------------------------------------------------------------------------------------- */

/* WordPress
--------------------------------------------- */

.avatar {
  float: left;
}

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

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

.author-box .avatar {
  height: 70px;
  margin-right: 30px;
  width: 70px;
}

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

.sticky {
}

a.aligncenter img {
  display: block;
  margin: 0 auto;
}

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

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

.alignleft {
  float: left;
  text-align: left;
  margin-right: 40px !important;
  margin-left: -25%;
}

.alignright {
  float: right;
  text-align: right;
  margin-left: 40px !important;
  margin-right: -25%;
}

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

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

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

.entry-content .wp-caption-text {
  font-style: italic;
  font-size: 14px;
  margin: 0;
  text-align: center;
}

.gallery-caption,
.entry-content .gallery-caption {
  margin: 0 0 10px;
}

.widget_calendar table {
  width: 100%;
}

.widget_calendar td,
.widget_calendar th {
  text-align: center;
}

/* Genesis
--------------------------------------------- */

.breadcrumb {
  font-size: 14px;
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
  float: none;
  margin-top: 0;
  padding: 20px 20px 0;
}

.archive-description {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: calc( 100vh - 220px );
  margin: 0 auto;
  padding: 70px 60px;
  text-align: center;
}

.author-box {
  margin: 70px 0;
  padding: 70px 60px;
  text-align: left;
}

.archive-description,
.author-box {
  background-color: #f6f6f7;
}

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

.author-box-title {
  margin-bottom: 10px;
}

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

.search .one_two_columns:first-child {
  position: relative;
  width: 50%;
  height: 33.33vw;
  padding: 0;
  float: left;
  overflow: hidden;
}

/* Search Form
--------------------------------------------- */

.search-form {
  overflow: hidden;
}

.search input[type=search] {
  display: inline-block;
  max-width: 200px;
  min-width: inherit;
  margin: inherit;
  margin-right: 10px;
}

.search input[type="submit"] {
  display: inline-block;
  width: auto;
  margin: inherit;
  vertical-align: top;
}

.site-header .search-form {
  float: right;
  margin-top: 24px;
}

/* Titles
--------------------------------------------- */

.entry-title {
  font-size: 36px;
  line-height: 1.2;
  margin-top: 0;
}

.entry-title a {
  color: #343E47;
}

/*
Widgets
---------------------------------------------------------------------------------------------------- */

.widget,
.widget li {
  word-wrap: break-word;
}

.widget li {
  list-style-type: none;
}

.widget ol > li {
  list-style-position: inside;
  list-style-type: decimal;
  padding-left: 20px;
  text-indent: -20px;
}

.widget li li {
  border: none;
  margin: 0 0 0 30px;
  padding-bottom: 0;
}

.widget ul > li:last-child {
  margin-bottom: 0;
}

.widget .genesis-nav-menu li li {
  margin: 0;
  padding: 0;
}

/*
Site Header
---------------------------------------------------------------------------------------------------- */

.primary-nav .site-header {
  padding-top: 64px;
}

.site-header .wrap {
}

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

.header_two .nav-primary {
  top: 0;
  float: none;
}

.header_three .title-area {
  text-align: left;
  width: 100%;
  float: left;
}

.header_three .nav-primary {
  top: 0;
  float: left;
}

.site-header .widget-area {
  display: none;
}

.header_three .site-header .widget-area {
  display: block;
  position: absolute;
  right: 30px;
  top: 30px;
}

/* Title Area
--------------------------------------------- */

.title-area {
  float: none;
  padding-top: 0;
  padding-bottom: 0;
  text-align: left;
  margin: 0 auto;
  text-align: center;
  width: auto;
  position: relative;
  z-index: 2;
}

.header-image .title-area {
  padding: 0;
}

.site-title {
  line-height: 1.4;
  margin-bottom: 0;
  margin-top: 0;
}

.site-title a,
.site-title a:hover {
  color: #fff;
  font-size: 60px;
}

.site-description {
  display: none;
  font-family: inherit;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.6;
  margin: 0 0 3%;
}

a.custom-logo-link {
  display: block;
  margin-top: 20px;
}

/* Full width header, no widgets */

.header-full-width .title-area,
.header-full-width .site-title {
}

.header-image .site-description,
.header-image .site-title a {
  display: block;
  margin-bottom: 0;
  text-indent: -9999px;
}

/* Logo, hide text */

.header-image .site-header .wrap {
  padding: 0;
}

.header-image .site-title a {
  float: none;
  display: inline-block;
  text-indent: -9999px;
  width: 100%;
  margin: 0 auto;
}

/* Header Mobile Button
--------------------------------------------- */

.mobile_menu {
  float: left;
  cursor: pointer;
  display: block;
  position: relative;
  z-index: 3;
  top: 40px;
  left: 40px;
  -webkit-transition: 400ms -webkit-transform cubic-bezier(0.3, -0.55, 0.1, 1.1);
  transition: 400ms transform cubic-bezier(0.3, -0.55, 0.1, 1.1);
}

/* Header Search Icon
--------------------------------------------- */

.header_search_wrap {
  background-color: transparent;
  border-color: transparent;
  color: #fff;
  float: right;
  cursor: pointer;
  display: block;
  position: absolute;
  z-index: 3;
  top: 40px;
  right: 40px;
}

.header_search_wrap .search_icon {
  display: block;
}

.overlay_search_form {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 9999;
}

.search_wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
}

.search_wrap input#s {
  display: block;
  margin: 0 auto;
  width: 90%;
  max-width: 790px;
  line-height: 100px;
  font-size: 62px;
  font-size: 6.2rem;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-align: center;
  outline: none;
}

.overlay-close {
  position: absolute;
  top: 40px;
  right: 40px;
  cursor: pointer;
}

.mobile_menu, .overlay-close, .header_search_wrap .search_icon {
  font-size: 24px;
}


/* Menu Overlay
--------------------------------------------- */

.mobile_menu_overlay {
  display: block;
  position: fixed;
  width: 299px;
  height: 100%;
  height: 100vh;
  background: #fff;
  z-index: 9999;
  left: -300px;
  -webkit-transition: left .4s ease;
  -moz-transition: left .4s linear;
  -ms-transition: left .4s ease;
  -o-transition: left .4s ease;
  transition: left .4s ease;
}

body.menu_enable .mobile_menu_overlay {
  left: 0;
  -webkit-transition: left .4s ease;
  -moz-transition: left .4s ease;
  -ms-transition: left .4s ease;
  -o-transition: left .4s ease;
  transition: left .4s ease;
}

body .site-container {
  position: relative;
  left: 0;
  -webkit-transition: left .4s linear;
  -moz-transition: left .4s ease;
  -ms-transition: left .4s ease;
  -o-transition: left .4s ease;
  transition: left .4s ease;
}

body.menu_enable .site-container {
  position: relative;
  left: 300px;
  -webkit-transition: left .4s ease;
  -moz-transition: left .4s ease;
  -ms-transition: left .4s ease;
  -o-transition: left .4s ease;
  transition: left .4s ease;
}

body.menu_enable {
  overflow: hidden;
}

.mobile_menu {
  color: #fff;
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity .4s ease;
  -moz-transition: opacity .4s ease;
  -ms-transition: opacity .4s ease;
  -o-transition: opacity .4s ease;
  transition: opacity .4s ease;
}

body.menu_enable .mobile_menu {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .4s ease;
  -moz-transition: opacity .4s ease;
  -ms-transition: opacity .4s ease;
  -o-transition: opacity .4s ease;
  transition: opacity .4s ease;
}

/* Widget Area
--------------------------------------------- */
.site-header .wrap {
  position: relative;
}

.site-header .widget-area {
  float: right;
  text-align: right;
  width: auto;
}

.header-image .site-header .title-area,
.header-image .site-header .widget-area {
  padding: 20px 0;
}

.site-header .widget-area p {
  margin-bottom: 0;
}

/*
Site Navigation
---------------------------------------------------------------------------------------------------- */

.top_widget_area .menu,
.genesis-nav-menu {
  clear: both;
  color: #343E47;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  margin: 0;
  padding: 0 3em 0 0;
  text-transform: uppercase;
  text-align: center;
  width: 100%;
}

.top_widget_area .menu-item,
.genesis-nav-menu .menu-item {
  display: block;
  text-align: right;
  margin: 0;
  position: relative;
}

.top_widget_area .menu a,
.genesis-nav-menu a {
  color: #343E47;
  font-style: normal;
  font-weight: normal;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 2px;
  line-height: 0px;
  display: block;
  padding: 20px 0;
  position: relative;
}

.top_widget_area .menu a {
  padding: 8px 20px 8px 0;
}

.top_widget_area .menu a:hover,
.genesis-nav-menu a:hover,
.top_widget_area .current-menu-item > a, 
.genesis-nav-menu .current-menu-item > a,
.top_widget_area .sub-menu .current-menu-item > a:hover,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover {
  color: #0003d1;
}

.genesis-nav-menu .sub-menu {
  background: #f9f9f9;
  left: auto;
  opacity: 1;
  position: absolute;
  -webkit-transition: opacity .4s ease-in-out;
  -moz-transition: opacity .4s ease-in-out;
  -ms-transition: opacity .4s ease-in-out;
  -o-transition: opacity .4s ease-in-out;
  transition: opacity .4s ease-in-out;
  width: 100%;
  z-index: 99;
  text-align: center;
  display: none;
  position: relative;
}

.top_widget_area .sub-menu {
  left: -9999px;
  opacity: 0;
  position: absolute;
  -webkit-transition: opacity .4s ease-in-out;
  -moz-transition: opacity .4s ease-in-out;
  -ms-transition: opacity .4s ease-in-out;
  -o-transition: opacity .4s ease-in-out;
  transition: opacity .4s ease-in-out;
  width: 190px;
  z-index: 99;
}

.top_widget_area .sub-menu a,
.genesis-nav-menu .sub-menu a {
  background-color: #fff;
  border: 1px solid #fff;
  border-top: none;
  padding: 20px;
  position: relative;
}

.top_widget_area .sub-menu .sub-menu,
.genesis-nav-menu .sub-menu .sub-menu {
  margin: -53px 0 0 189px;
}

.top_widget_area .menu-item:hover,
.genesis-nav-menu .menu-item:hover {
  position: relative;
}

.top_widget_area .menu-item:hover > .sub-menu,
.genesis-nav-menu .menu-item:hover > .sub-menu {
  left: auto;
  opacity: 1;
}

.top_widget_area  .menu > .first > a,
.genesis-nav-menu > .first > a {
  padding-left: 0;
}

.top_widget_area  .menu > .last > a,
.genesis-nav-menu > .last > a {
  padding-right: 0;
}

.genesis-nav-menu > .right {
  display: none;
}


/* Site Header Navigation
--------------------------------------------- */

.site-header .sub-menu {
}

.site-header .sub-menu .sub-menu {
  margin-top: -54px;
}

/* Primary Navigation
--------------------------------------------- */

.nav-primary {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
}

.admin-bar .nav-primary {
  top: 32px;
}

.nav-primary a:hover,
.nav-primary .genesis-nav-menu .current-menu-item > a {
  color: #0003d1;
}

.top_widget_area .menu .sub-menu a,
.nav-primary .genesis-nav-menu .sub-menu a {
  background-color: transparent;
  border: 0;
  border-top: none;
}

.footer-widgets .menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-has-children {
  display: none;
}


/* Responsive Menu
--------------------------------------------- */

.responsive-menu-icon {
  cursor: pointer;
  display: none;
  margin-bottom: -1px;
  text-align: center;
}

.responsive-menu-icon::before {
  content: "\f333";
  display: inline-block;
  font: normal 20px/1 'dashicons';
  margin: 0 auto;
  padding: 10px;
}

.site-header .responsive-menu-icon::before {
  padding: 0;
}


/*
Content Area
---------------------------------------------------------------------------------------------------- */

/* Entries
--------------------------------------------- */

.entry {
  margin-bottom: 0;
}

.entry-content .attachment a,
.entry-content .gallery a {
  border: none;
}

.entry-content ol,
.entry-content ul {
  padding-left: 40px !important;
  margin-bottom: 24px !important;
}

.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 img.size-full {
  margin: 0 auto;
  max-width: 100%;
  width: 100%;
}

.entry-meta,
.entry-meta a {
  font-size: 16px;
}

.entry-header .entry-meta {
  margin-bottom: 20px;
}

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

.entry-header .entry-meta .dashicons {
  font-size: 11px;
  line-height: 16px;
}

span.entry_author_wrap {
  padding: 0 5px;
}

.entry-meta,
.author-box,
#respond,
.entry-comments {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
  float: none;
  margin-top: 60px;
}

/* Comments
--------------------------------------------- */
.comment-meta, .comment-meta a, .comment-reply a {
  color: rgba(0, 0, 0, .5);
}

.comment-list li,
.ping-list li {
  list-style-type: none;
}

.comment-respond,
.entry-comments,
.entry-pings {
  background-color: #fff;
  margin-bottom: 40px;
}

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

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

.comment-header {
  line-height: 1.5;
  margin-bottom: 30px;
}

.comment-content {
  clear: both;
}

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

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
  width: 50%;
}

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

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

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

.comment-author cite, .comment-author span, .comment-meta, a.comment-reply-link {
  font-size: 16px;
}


/*
Footer Widgets
---------------------------------------------------------------------------------------------------- */

.footer-widgets {
  width: 100%;
  display: block;
  float: left;
  border-top: dotted 1px rgba(255, 255, 255, 0.3);
  padding: 4% 0;
  background-color: #f6f6f7;
  text-align: left;
}

.footer-widgets-1 {
  float: right;
  width: 26%;
}

.footer-widgets-2,
.footer-widgets-3 {
  width: 16%;
  float: right;
  display: block;
}

.footer-widgets-3 {
  padding: 0 2%;
}

.footer-widgets-4 {
  width: 40%;
  float: right;
}

.footer-widgets .widget-title {
  color: inherit;
  font-size: 18px;
  letter-spacing: 3px;
}

.footer-widgets .widget li li {
  margin: 0;
}

.footer-widgets a {
  color: #414145;
}

.footer-widgets  a:hover {
  color: #0003d1;
}

.footer-widgets-1 .text-wdiget p {
  font-family: inherit;
  font-size: inherit;
}

.footer-widgets-4.widget-area input#subbox {
  display: inline-block;
  max-width: 250px;
  min-width: inherit;
  margin: inherit;
}

/*
Site Footer
---------------------------------------------------------------------------------------------------- */
.site-footer {
  width: 100%;
  display: block;
  float: left;
  border-top: dotted 1px rgba(255, 255, 255, 0.3);
  padding: 4% 0;
  background-color: #f6f6f7;
  font-size: 16px;
  text-align: left;
}

.site-footer .wrap .creds {
  float: left;
  width: 30%;
}

.site-footer .wrap .bottom-widget {
  float: right;
  width: 60%;
}

.site-footer .wrap .bottom-widget section.widget_nav_menu {
  width: 33.33%;
  float: left;
  display: block;
}

.site-footer p {
  margin-bottom: 0;
}

.site-footer h3,
.site-footer h4 {
  margin: 0;
}

.site-footer h3 {
  font-size: 40px;
  padding-bottom: 5px;
  letter-spacing: 1px;
}

.site-footer h4 {
  font-size: 18px;
  letter-spacing: 4px;
}


/* ========== CUSTOM BLOG GRID ========== */

.two_columns,
.one_two_columns,
.one_two_one_columns {
  position: relative;
  width: 50%;
  height: 33.33vw;
  padding: 0;
  float: left;
  overflow: hidden;
}

.one_two_columns:first-child {
  border-left: 0;
  width: 100%;
  height: 100vh;
}

.post_grid .entry-header {
  bottom: 20px;
  left: 20px;
  position: absolute;
  z-index: 20;
}

.entry-content-title {
  width: 100%;
  height: 100%;
  text-align: left;
  z-index: 1002;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0;
  text-align: center;
  height: 100%;
  width: 100%;
  padding: 0;
}

.entry-content-header {
  color: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  max-width: 1280px;
  width: 90%;
  text-align: center;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  z-index: 4;
}

.single .single_post_media_wrap .entry-content-title {
  display: table;
  height: 100%;
}

.single .single_post_media_wrap .entry-content-header {
  display: table-cell;
  height: 100%;
  vertical-align: middle;
  top: 0;
  bottom: 0;
  margin: auto;
  position: relative;
}

.entry-content-author {
  color: #fff;
  font-size: 1.1rem;
  position: relative;
  bottom: 110px;
  left: 0;
  letter-spacing: 0.45em;
  padding: 0 30px;
  text-align: center;
  text-transform: uppercase;
  z-index: 1002;
  -webkit-transition: opacity .3s;
  -moz-transition: opacity .3s;
  -ms-transition: opacity .3s;
  -o-transition: opacity .3s;
  opacity: 0;
  visibility: hidden;
}

.entry-content-author > a {
  display: block;
  float: left;
  width: 80px;
}

.entry-content-author img {
  display: none;
  border-radius: 100px;
  border: 2px solid #FFF;
  height: 80px;
  margin-right: 8px;
  width: 80px;
  -webkit-transition: border-color .3s;
  -moz-transition: border-color .3s;
  -ms-transition: border-color .3s;
  -o-transition: border-color .3s;
}

.entry-content-author span {
  color: #ffffff;
  display: inline-block;
  letter-spacing: 0.2em;
  line-height: 2em;
  opacity: 0.8;
  width: 80%;
}

.entry-content-author span a {
  border-bottom: 1px solid #FFF;
  border-bottom-color: rgba(255, 255, 255, 0.25);
  color: #FFF;
  padding-bottom: 3px;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
}

.entry-content-author span a:hover {
  border-color: #fff;
  color: #fff;
}

.post_image_overlay,
.zp-home-box-wrap::after {
  background: rgba(36, 36, 36, 0.4);
  bottom: 0;
  content: "";
  left: 0;
  opacity: 1;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: opacity .3s;
  -moz-transition: opacity .3s;
  -ms-transition: opacity .3s;
  -o-transition: opacity .3s;
}

article.entry:hover .post_image_overlay,
.related-list article:hover .post_image_overlay,
.post_grid:hover .zp-home-box-wrap::after {
  background: rgba(36, 36, 36, 0.8);
}

.entry-content-header .entry-title a {
  color: #fff;
}

.entry-content-header .entry-title a:hover {
  opacity: 0.8;
}

.entry-content-header h2.entry-title,
.entry-content-header h1.entry-title {
  color: #fff;
  font-size: 62px;
  font-size: 6.2rem;
  line-height: 1.4;
  width: 100%;
}

.entry-content-header .entry-title-desc,
.home_box_wrap .home_box_desc {
  color: #ffffff;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.4;
}


/* Three */

.three_columns .entry-content-header .entry-title,
.one_three_columns .entry-content-header .entry-title,
.one_three_one_columns .entry-content-header .entry-title {
  font-size: 36px;
  font-size: 2.7vw;
  width: 100%;
}

.one_three_columns:first-child .entry-content-header .entry-title,
.one_three_one_columns:nth-child( 4n + 1) .entry-content-header .entry-title {
  color: #fff;
  font-size: 60px;
  font-size: 6.0rem;
  width: 100%;
}

.three_columns .entry-content-header h4,
.one_three_columns .entry-content-header h4,
.one_three_one_columns .entry-content-header h4 {
  font-size: 14px;
  font-size: 1.4rem;
}

.one_three_columns:first-child .entry-content-header h4,
.one_three_one_columns:nth-child( 4n + 1) .entry-content-header h4 {
  font-size: 16px;
  font-size: 1.6rem;
}

/* Two */

.one_two_columns:first-child .entry-content-header .entry-title,
.one_two_one_columns:nth-child( 3n + 1) .entry-content-header .entry-title {
  font-size: 62px;
  line-height: 1.25;
  width: 100%;
}

.two_columns .entry-content-header .entry-title,
.one_two_columns .entry-content-header .entry-title,
.one_two_one_columns .entry-content-header .entry-title,
.home_box_wrap h4.widgettitle,
.home-widget-1 h4.widgettitle,
.home-widget-2 h4.widgettitle,
.home-widget-3 h4.widgettitle,
.search-results .one_two_columns:first-child .entry-content-header .entry-title {
  font-size: 36px;
  font-size: 2.7vw;
  width: 100%;
}

.one_two_columns:first-child .entry-content-header h4,
.one_two_one_columns:nth-child( 3n + 1) .entry-content-header h4 {
  font-size: 16px;
  font-size: 1.6rem;
}

.two_columns .entry-content-header h4,
.one_two_columns .entry-content-header h4,
.one_two_one_columns .entry-content-header h4 {
  font-size: 16px;
  font-size: 1.6rem;
}

.single.full-width-content .content {
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
  float: none;
}

.single.single-post .site-inner {
  padding: 0 0 100px;
}

.single_post_wrap {
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
  float: none;
  margin-top: 60px;
  padding: 0;
}

.single_post_wrap .entry-content > *:not(.wp-caption) {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
  float: none;
  margin-top: 60px;
  padding: 0 20px;
}

.single_post_wrap .entry-content .wp-caption,
.single_post_wrap .entry-content .image_full_wrap {
  max-width: 100%;
  width: 100% !important;
  margin: 30px auto;
  padding: 0;
}

.single_post_media_wrap {
  display: block;
  position: relative;
  z-index: 997;
}

.single_post_media_wrap .entry-content-header {
  text-align: center;
}

.single_post_media_wrap .entry-content-header .entry-title {
  color: #fff;
  width: 100%;
}

.single_post_media_wrap .single_post_arrow {
  color: #fff;
  font-size: 40px;
  bottom: 30px;
  cursor: pointer;
  position: absolute;
  right: 60px;
  height: 40px;
  line-height: 32px;
  text-align: center;
  text-decoration: none;
  width: 40px;
  z-index: 1020;
}

 /* Pre Loader */
 
.type-post.load_more_posts {
  cursor: pointer;
  width: 100%;
  float: left;
  display: block;
  position: relative;
  margin: 0;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  overflow: hidden;
  height: auto;
  margin: 0;
}

.load_more_wrap {
  cursor: pointer;
  position: relative;
  float: left;
  width: 100%;
  height: 40px;
  margin: 20px auto;
}

.preloader {
  display: none;
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.loader:before,
.loader:after,
.loader {
  position: fixed;
  visibility: visible;
  width: 40px;
  height: 40px;
  margin: -20px 0 0 -20px;
  background-color: #0e0e0e;
  ;
  border-radius: 100%;
  -webkit-animation: load7 1.0s infinite ease-in-out;
  -moz-animation: load7 1.0s infinite ease-in-out;
  -o-animation: load7 1.0s infinite ease-in-out;
  -ms-animation: load7 1.0s infinite ease-in-out;
  animation: load7 1.0s infinite ease-in-out;
}

.loader {
  left: 0;
  margin: 0 auto;
  font-size: 10px;
  position: absolute;
  text-indent: -9999em;
  top: 0;
  right: 0;
}

@keyframes load7 {
  0% {
    transform: scale(0.0);
  }

  90% {
    opacity: .2;
  }

  100% {
    transform: scale(.8);
    opacity: .1;
  }
}

@-webkit-keyframes load7 {
  0% {
    -webkit-transform: scale(0.0);
  }

  90% {
    opacity: .2;
  }

  100% {
    -webkit-transform: scale(.8);
    opacity: .1;
  }
}

@-moz-keyframes load7 {
  0% {
    -moz-transform: scale(0.0);
  }

  90% {
    opacity: .2;
  }

  100% {
    -moz-transform: scale(.8);
    opacity: .1;
  }
}

@-o-keyframes load7 {
  0% {
    -o-transform: scale(0.0);
  }

  90% {
    opacity: .2;
  }

  100% {
    -o-transform: scale(.8);
    opacity: .1;
  }
}

@-ms-keyframes load7 {
  0% {
    -ms-transform: scale(0.0);
  }

  90% {
    opacity: .2;
  }

  100% {
    -ms-transform: scale(.8);
    opacity: .1;
  }
}


/* ========== RELATED POST ========== */

.related-posts {
  padding-top: 100px;
}

.three_columns {
  position: relative;
  width: 33.33%;
  height: 600px;
  padding: 0;
  float: left;
}

/* ========== COVER IMAGE MEDIA ========== */

.media_container img {
  margin: 0;
  width: 100%;
}

.media_container {
  margin: 0;
  width: 100%;
  height: 100%;
  position: relative;
}

.post_image_cover {
  background-position: center center;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.single .post_image_cover {
  background-attachment: fixed;
}

.related-list .single .post_image_cover {
  background-attachment: scroll;
}

.home.blog .one_two_columns:first-child .post_image_cover,
.page-template-page_blog .one_two_columns:first-child .post_image_cover {
  background-attachment: fixed;
}

/* Home Widget One */

.home-widget-1.post_grid.one_two_columns,
.home-widget-2.post_grid.one_two_columns,
.home-widget-3.post_grid.one_two_columns {
  background: #f6f6f5;
}

.home-widget-1 section.widget.enews-widget,
.home-widget-2 section.widget.enews-widget,
.home-widget-3 section.widget.enews-widget {
  width: 50%;
  margin: 0 auto;
  display: table;
  height: 100%;
}

.home-widget-1 section.widget.enews-widget .widget-wrap,
.home-widget-2 section.widget.enews-widget .widget-wrap,
.home-widget-3 section.widget.enews-widget .widget-wrap {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  line-height: 1.4;
}

section.widget.zp-home-box {
  height: 100%;
}

section.widget.zp-home-box .widget-wrap {
  height: 100%;
}

.zp-home-box-content {
  height: 100%;
}

.zp-home-box-wrap {
  height: 100%;
}

.zp-home-box-content:before {
  background: rgba(36, 36, 36, 0.2);
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.home_box_container {
  width: 100%;
  margin: 0 auto;
  display: table;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  z-index: 2;
}

.home_box_wrap {
  display: table-cell;
  width: 50%;
  height: 100%;
  vertical-align: middle;
  text-align: center;
}

.home_box_wrap h4.widgettitle {
  color: #fff;
}

.home_box_wrap .home_box_desc {
  color: #fff;
  display: block;
  margin-bottom: 2em;
  padding: 0 20px;
}

.home_box_wrap .home_box_button {
  display: inline-block;
}

.home_box_wrap .home_box_button a {
  color: #fff;
}

video.zp-video-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: auto;
  height: 100%;
  max-width: 123%;
}

/* Back to Top  */

#top-link {
  bottom: 40px;
  cursor: pointer;
  font-size: 24px;
  height: 40px;
  position: fixed;
  right: 40px;
  text-align: center;
  text-decoration: none;
  width: 40px;
  z-index: 1020;
}

#top-link i {
  color: #303030;
}

/* enews widget  */

input#subbox {
  display: inline-block;
  max-width: 285px;
  min-width: inherit;
  margin: inherit;
}

.home-widget-1 input#subbox,
.home-widget-2 input#subbox,
.home-widget-3 input#subbox {
  width: 255px;
}

.footer-widgets-1.widget-area input#subbox {
  width: 245px;
}

input#subbutton {
  display: inline-block;
  width: auto;
  margin: inherit;
  vertical-align: top;
}

#subbox1,
#subbox2 {
  min-width: inherit;
  margin: 0 auto .4em;
}

.error404 input[type="search"] {
  width: auto;
  display: inline-block;
  margin-right: 5px;
}

.error404 input[type="submit"] {
  vertical-align: top;
}

/* shortcodes  */

.zps_team img {
  display: inline-block;
  padding: 20px;
  border-radius: 50%;
}

.zps_team_wrap .zps_team ul li {
  margin-right: 10px;
  width: 30px;
  height: 30px;
  line-height: 28px;
  text-align: center;
}
.zps_team_wrap .zps_team ul {
       padding: 0 !important;
}
.zps_team_wrap .zps_team ul li a {
  color: #222;
  font-size: 14px;
}

.zps_team_wrap .zps_team ul li a:hover {
  color: #0003d1;
}

.zps_team_wrap .zps_team small {
  font-size: 14px;
  letter-spacing: 4px;
}

.zps_team_wrap .caption p {
  padding: 0;
}
/* button */

.zps_btn {
  border: none;
}

.zps_btn:hover {
  border: none;
  color: rgba( 255, 255, 255, 0.8);
  background-color: #0003d1;
}

/* pricing table */

.pricing {
  margin-top: 24px;
}

.zps_column.zps_one_third:nth-child(3n + 1) {
  margin-left: 0;
  clear: left;
}

.pricing.zps_column.zps_one_third,
.pricing.zps_column.zps_one_fourth {
  margin-left: 0;
}

.pricing  .zps_column.zps_one_third {
  width: 33.33%;
  float: left;
  overflow: hidden;
  margin-left: 3%;
}

.pricing.pricing_best {
  margin-top: 0;
  margin-left: 0;
  border: 1px solid #fff;
}

.pricing_head .pricing_desc,
.pricing .pricing_content ul li {
  font-size: 16px;
}

.pricing.pricing_best .pricing_footer,
.pricing.pricing_best .pricing_head {
  background: #eee;
}

.pricing.pricing_best .pricing_head,
.pricing.pricing_best .pricing_title,
.pricing.pricing_best .pricing_desc {
  color: inherit;
}

.pricing.pricing_best .pricing_price {
  background: #ddd;
}

.pricing.pricing_best .pricing_footer a.pricing_button {
  background: #0003d1;
}

.pricing.pricing_best .pricing_footer a.pricing_button:hover {
  background-color: #222;
}

.pricing .pricing_content ul {
  margin-top: 24px;
  padding-left: 0 !important;
}

.pricing .pricing_content ul li::before {
  content: "\f429";
  font-family: "Genericons-Neue";
  margin-right: 5px;
}

/* accordions &+ toggles */

.accordion_header h4,
.toggle_header h4 {
  font-size: 18px;
  text-transform: uppercase;
}

/* Blog shortcodes */

div.zps_column.zps_one_half .img-responsive.wp-post-image {
  max-height: 245px;
}

div.zps_column.zps_one_third .img-responsive.wp-post-image {
  max-height: 159px;
}

div.zpblog_shortcode .caption h4 {
  padding: 0;
}

div.zpblog_shortcode .caption h4 a {
  color: inherit;
}

div.zpblog_shortcode .caption {
  padding: 10px;
}

div.zpblog_shortcode .blog_meta {
  font-size: 14px;
  opacity: .5;
}

/* Menu Indicators  */
span.indicator {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
}

span.indicator span {
  display: block;
  line-height: 40px;
  text-align: right;
  width: 100%;
  height: 100%;
  font-size: 20px;
  right: -30px;
  position: relative;
  cursor: pointer;
  -webkit-transition: top .1s cubic-bezier(.33, 0, .2, 1), opacity .2s cubic-bezier(.33, 0, .2, 1), -webkit-transform .3s cubic-bezier(.33, 0, .2, 1);
  transition: top .1s cubic-bezier(.33, 0, .2, 1), opacity .2s cubic-bezier(.33, 0, .2, 1), -webkit-transform .3s cubic-bezier(.33, 0, .2, 1);
  transition: transform .3s cubic-bezier(.33, 0, .2, 1), top .1s cubic-bezier(.33, 0, .2, 1), opacity .2s cubic-bezier(.33, 0, .2, 1);
  transition: transform .3s cubic-bezier(.33, 0, .2, 1), top .1s cubic-bezier(.33, 0, .2, 1), opacity .2s cubic-bezier(.33, 0, .2, 1), -webkit-transform .3s cubic-bezier(.33, 0, .2, 1);
}