/*
Theme Name: WPS Havana
Theme URI: http://wpstud.io/themes
Description: A mobile responsive and HTML5 theme built for the Genesis Framework.
Author: WPStudio || Frank Schrijvers
Author URI: https://www.wpstud.io
Copyright: Copyright (c) 2017, WPStudio

Version: 1.0.3

Template: genesis
Template Version: 2.2.2

License: GPL-2.0+
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/


/* Table of Contents

	- HTML5 Reset
		- Baseline Normalize
		- Box Sizing
		- Float Clearing
	- Defaults
		- Typographical Elements
		- Headings
		- Objects
		- Gallery
		- Forms
		- Tables
		- Screen Reader Text
		- Print Styles
		- Fonts
	- Structure and Layout
		- Site Containers
		- Column Widths and Positions
		- Column Classes
	- Common Classes
		- Avatar
		- Genesis
		- Search Form
		- Titles
		- WordPress
	- Widgets
		- Frontpage Widgets
		- Featured Content
	- Plugins
		- Genesis eNews Extended
		- Jetpack
		- Simple Share
		- Owl Slider
		- Portfolio Pro
	- Site Header
		- Title Area
		- Widget Area
	- Site Navigation
		- Accessible Menu
		- Site Navigation
		- Site Header Navigation
		- Primary Navigation
		- Footer Navigation
		- Skip Links
	- Content Area
		- Entries
		- Entry Meta
		- Pagination
		- Comments
		- Pricing
	- Sidebars
	- Footer
		- Footer widgets
	- Media Queries
*/


/* # Variables
-----------------------------------------------------------------------*/


/*
Loads Toolkit
---------------------------------------------------------------------------------------------------- */


/*
# HTML5 Reset and Clearfix
---------------------------------------------------------------------------------------------------- */


/* ## Baseline Normalize
--------------------------------------------- */


/* normalize.css v3.0.1 | MIT License | git.io/normalize */

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,
hgroup,
main,
nav,
section,
summary {
    display: block;
}

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

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

[hidden],
template {
    display: none;
}

a {
    background: 0 0;
}

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

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

b,
strong {
    font-weight: 700;
}

dfn {
    font-style: italic;
}

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

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

small {
    font-size: 80%;
}

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

sup {
    top: -.5em;
}

sub {
    bottom: -.25em;
}

img {
    border: 0;
}

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

figure {
    margin: 1em 40px;
}

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

pre {
    overflow: auto;
}

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

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

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

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

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

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

input {
    line-height: normal;
}

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

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

input[type=search] {
    -webkit-appearance: textfield;
    -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;
}

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

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: 700;
}

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

td,
th {
    padding: 0;
}


/* ## 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,
.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,
.wrap:after {
    clear: both;
    content: " ";
    display: table;
}


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


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

html {
    font-size: 62.5%;
    /* 10px browser default */
}

html,
body {
    overflow-x: hidden;
}


/* Chrome fix */

body>div {
    font-size: 1.6rem;
}

body {
    background-color: #fff;
    color: #31424e;
    font-family: Roboto, Helvetica, sans-serif;
    font-size: 16px;
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.875;
    margin: 0;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.gallery img {
    -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;
}

a {
    color: #f36b30;
    text-decoration: none;
}

a:hover,
a:focus {
    color: #333;
    text-decoration: none;
}

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

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

li {
    list-style-type: none;
}

hr {
    border: 0;
    border-collapse: collapse;
    border-top: 1px solid #ddd;
    clear: both;
    margin: 1em 0;
}

b,
strong {
    font-weight: 700;
}

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

blockquote {
    font-style: italic;
    margin: 40px;
    border-color: #f36b30;
    border-left-style: solid;
    border-left-width: 6px;
    clear: both;
    display: block;
    font-style: italic;
    padding: 5px 20px;
}

blockquote p {
    margin: 0;
}


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

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #31424e;
    font-family: Merriweather, serif;
    font-weight: 400;
    line-height: 1.2;
    margin: 0 0 10px;
}

h1 {
    font-size: 40px;
}

h2 {
    font-size: 32px;
}

h3 {
    font-size: 30px;
}

h4 {
    font-size: 26px;
}

h5 {
    font-size: 23px;
}

h6 {
    font-size: 22px;
}


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

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

img {
    height: auto;
    vertical-align: middle;
}

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


/* ## Gallery
--------------------------------------------- */

.gallery {
    overflow: hidden;
}

.gallery img {
    height: auto;
}

.gallery-item {
    float: left;
    margin: 0 0 5%;
    text-align: center;
}

.gallery-caption {
    display: block;
}

.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-item {
    margin: 0 0 2.564102564102564% 2.564102564102564%;
}

.gallery-columns-1 .gallery-item {
    width: 100%;
}

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

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

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

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

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

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

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

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


/* ## Portfolio taxonomy
--------------------------------------------- */

.genesis-pro-portfolio .content .pro-portfolio {
    padding: 0;
}

.genesis-pro-portfolio .content .pro-portfolio .entry-content,
.genesis-pro-portfolio .content .pro-portfolio .entry-title {
    width: 100%;
}

.genesis-pro-portfolio .content .pro-portfolio .entry-title {
    text-align: left;
}


/* ## Filterable portfolio
--------------------------------------------- */

.post-type-archive-portfolio .archive-description {
    overflow: hidden;
}

ul.filter {
    border-bottom: 1px solid #eee;
    color: #999;
    list-style: none;
    margin-top: 40px;
}

ul.filter li {
    float: left;
}

ul.filter li:first-child {
    margin-left: 0;
}

ul.filter a {
    color: #31424e;
    display: block;
    font-family: Titillium Web, sans-serif;
    padding: 8px 16px;
    text-decoration: none;
    border-bottom: none;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 500;
    border-top: 4px solid #fff;
}

ul.filter a:hover,
ul.filter a.active {
    border-top: 4px solid;
    border-color: #f36b30;
}

.filterable-portfolio {
    margin-left: -20px;
    margin-bottom: 30px;
}

.portfolio-item {
    float: left;
    margin-bottom: 20px;
    margin-left: 22px;
    position: relative;
    width: 31%;
}

.portfolio-item a img {
    display: block;
    margin-bottom: 0;
}

.portfolio-overlay {
    color: #fff;
    position: absolute;
    width: 100%;
    text-align: center;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: #31424e;
    padding: 30px;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.portfolio-overlay i {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin-top: -20px;
    text-align: center;
    font-size: 48px;
    z-index: 10;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.portfolio-item img:hover+.portfolio-overlay,
.portfolio-overlay:hover {
    opacity: .8;
}

.clearfix {
    clear: both;
}


/*-----------------------------------------------------------------------------------*
/* = Isotope CSS Animations
/*-----------------------------------------------------------------------------------*/

.isotope,
.isotope .isotope-item {
    -webkit-transition-duration: 0.6s;
    -moz-transition-duration: 0.6s;
    -ms-transition-duration: 0.6s;
    -o-transition-duration: 0.6s;
    transition-duration: 0.6s;
}

.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    -ms-transition-property: height, width;
    -o-transition-property: height, width;
    transition-property: height, width;
}

.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    -ms-transition-property: -ms-transform, opacity;
    -o-transition-property: top, left, opacity;
    transition-property: transform, opacity;
}


/**** disabling Isotope CSS3 transitions ****/

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
    -webkit-transition-duration: 0s;
    -moz-transition-duration: 0s;
    -ms-transition-duration: 0s;
    -o-transition-duration: 0s;
    transition-duration: 0s;
}

.filterable-portfolio-page .content .entry-header {
    margin-bottom: 1rem;
    margin-bottom: 10px;
}

.filterable-portfolio-page .content .entry-title {
    margin-bottom: 3rem;
    margin-bottom: 30px;
}

@media only screen and (max-width: 1179px) {
    .portfolio-item {
        width: 22%;
    }
}

@media only screen and (max-width: 1023px) {
    .portfolio-item {
        width: 30%;
    }
}

@media only screen and (max-width: 500px) {
    .portfolio-item {
        width: 100%;
    }
}


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

input,
select,
textarea {
    background-color: #fff;
    border: 1px solid #ddd;
    color: #838d94;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 300;
    padding: 12px;
    width: 100%;
}

select {
    height: 32px;
}

input:focus,
textarea:focus {
    border: 1px solid #999;
    outline: none;
}

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

::-moz-placeholder {
    color: #31424e;
    font-weight: 300;
    opacity: 1;
}

::-webkit-input-placeholder {
    color: #31424e;
    font-weight: 300;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.archive .more-link,
.blog .more-link,
.button {
    background-color: #31424e;
    border-radius: 9999px;
    color: #fff;
    cursor: pointer;
    font-family: Titillium Web, sans-serif;
    font-size: 10px;
    font-size: 1rem;
    font-weight: 500;
    letter-spacing: .1em;
    padding: 12px 24px;
    text-transform: uppercase;
    width: auto;
}

.archive .more-link:before {
    display: none;
}

.blog .more-link {
    background-color: #31424e;
    color: #fff;
}

.more-link {
    color: #f36b30;
    display: table;
    font-family: Titillium Web, sans-serif;
    margin-top: 20px;
    position: relative;
    width: auto;
    text-transform: uppercase;
    font-weight: 500;
}

.more-link:before {
    background-color: #f36b30;
    content: "";
    display: inline-block;
    height: 2px;
    width: 40px;
    margin: 9px 10px 4px 0;
}

.blog .more-link:before {
    display: none;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
button:focus,
input:focus[type="button"],
input:focus[type="reset"],
input:focus[type="submit"],
.button:focus {
    background-color: #31424e;
    outline: none;
    color: #fff;
}

.blog .more-link:hover {
    background-color: #31424e;
    color: #fff;
}

.entry-content .button:hover,
.entry-content .button:focus {
    color: #fff;
}

.footer-widgets button,
.footer-widgets input[type="button"],
.footer-widgets input[type="reset"],
.footer-widgets input[type="submit"],
.footer-widgets .button {
    background-color: #c3251d;
    color: #fff;
}

.footer-widgets button:hover,
.footer-widgets input:hover[type="button"],
.footer-widgets input:hover[type="reset"],
.footer-widgets input:hover[type="submit"],
.footer-widgets .button:hover,
.footer-widgets button:focus,
.footer-widgets input:focus[type="button"],
.footer-widgets input:focus[type="reset"],
.footer-widgets input:focus[type="submit"],
.footer-widgets .button:focus {
    background-color: #fff;
    color: #31424e;
}

.button {
    display: inline-block;
}

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

.ninja-forms-req-symbol,
.nf-error-msg {
    color: #f36b30 !important;
}


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

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

tbody {
    border-bottom: 1px solid #ddd;
}

td,
th {
    text-align: left;
}

td {
    border-top: 1px solid #ddd;
    padding: 6px 0;
}

th {
    font-weight: 400;
}


/* ## Screen Reader Text
--------------------------------------------- */

.screen-reader-shortcut,
.screen-reader-text,
.screen-reader-text span,
.wp-custom-logo .site-title,
.wp-custom-logo .site-description {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
}

.screen-reader-text:focus,
.screen-reader-shortcut:focus,
.genesis-nav-menu .search input[type="submit"]:focus,
.widget_search input[type="submit"]:focus {
    background: #fff;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #333;
    display: block;
    font-size: 1em;
    font-weight: bold;
    height: auto;
    padding: 15px 23px 14px;
    text-decoration: none;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */
}

.more-link {
    position: relative;
}


/* ## Print Styles
--------------------------------------------- */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        box-shadow: none !important;
        color: #000 !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 #999;
        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: left;
        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;
    }
}

@font-face {
    font-family: 'star';
    src: url("fonts/star.eot");
    src: url("fonts/star.eot?#iefix") format("embedded-opentype"), url("fonts/star.woff") format("woff"), url("fonts/star.ttf") format("truetype"), url("fonts/star.svg#star") format("svg");
    font-weight: normal;
    font-style: normal;
}


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


/* ## Site Containers
--------------------------------------------- */

.site-inner,
.wrap {
    margin: 0 auto;
    max-width: 1200px;
    max-width: 960px;
}

.site-inner {
    clear: both;
    padding-top: 80px;
}


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


/* ### Content */

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

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

.content-sidebar .content .entry .entry-title,
.content-sidebar .content .entry .entry-content {
    float: left;
    width: 85.715%;
}

.sidebar-content .content .entry .entry-title,
.sidebar-content .content .entry .entry-content {
    width: 85.715%;
}

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

.page.full-width-content .content {
    float: none;
    margin-left: auto;
    margin-right: auto;
    width: 680px;
}

.page.full-width-content .content .entry .entry-title,
.page.full-width-content .content .entry .entry-content {
    margin-top: 0;
    width: 100%;
}

.page.wps-full-width .content {
    width: 100%;
}

.woocommerce.full-width-content .content,
.woocommerce-page.full-width-content .content {
    width: 100%;
}


/* ### Primary Sidebar */

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

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


/* ## Column Classes
--------------------------------------------- */


/* Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css */

.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
    float: left;
    margin-left: 2.564102564102564%;
}

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

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

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

.one-fourth {
    width: 23.076923076923077%;
}

.three-fourths {
    width: 74.35897435897436%;
}

.one-sixth {
    width: 14.52991452991453%;
}

.five-sixths {
    width: 82.90598290598291%;
}

.first {
    clear: both;
    margin-left: 0;
}


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


/* ## Avatar
--------------------------------------------- */

.avatar {
    float: left;
}

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

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

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


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

.breadcrumb {
    margin-bottom: 20px;
    color: #999;
    font-size: 14px;
    font-family: Titillium Web, sans-serif;
}

.archive-description,
.author-box {
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 40px;
}

.author-box-title {
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 700;
    margin-bottom: 4px;
}

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


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

.search-form {
    overflow: hidden;
}

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

.entry-content .search-form,
.site-header .search-form {
    width: 50%;
}

.genesis-nav-menu .search input[type="submit"],
.widget_search input[type="submit"] {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    padding: 0;
    position: absolute;
    width: 1px;
}


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

.entry-title {
    font-size: 44px;
    font-size: 4.4rem;
    font-weight: 700;
}

.entry-title a {
    text-decoration: none;
}

.entry-title a,
.sidebar .widget-title a {
    color: #31424e;
}

.entry-title a:hover,
.entry-title a:focus {
    color: #f36b30;
}

.widget-title {
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 20px;
}

.archive-title {
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 700;
    font-family: Titillium Web, sans-serif;
    text-transform: uppercase;
    margin: 0 0 20px;
}

.footer-widgets .widget-title {
    color: #31424e;
    font-family: Titillium Web, sans-serif;
    font-size: 18px;
    font-size: 1.8rem;
}


/* ## 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;
    font-weight: 700;
    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;
}


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

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

.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_calendar table {
    width: 100%;
}

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

.tagcloud a {
    color: #fff;
    display: inline-block;
    background-color: #838d94;
    padding: 4px 8px;
    border-radius: 3px;
    line-height: 1;
    margin: 0 4px 4px 0;
}


/* ## Frontpage Widgets
--------------------------------------------- */

.front-section {
    padding: 120px;
    position: relative;
}

.front-section .wrap {
    position: relative;
    z-index: 20;
}

.front-section .widget-title {
    font-size: 30px;
    font-weight: 300;
}

.front-section .wps_icon {
    opacity: .6;
    font-size: 30px;
}

.front-section .product {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    float: left;
    margin-right: 2.564102564102564%;
    position: relative;
    width: 31.623931623931625%;
}

.front-section .product:nth-of-type(n+3) {
    margin-right: 0;
}

.front-section .featured-image {
    margin-bottom: -8px;
    margin-top: -180px;
    box-shadow: 0 0 20px 10px rgba(42, 42, 42, 0.08);
}

.front-section .shadow-title {
    bottom: 15%;
    color: #f5f5f5;
    font-size: 88px;
    font-family: Merriweather, serif;
    font-weight: 700;
    white-space: nowrap;
    left: 20%;
    position: absolute;
}

.front-section .entry-header .entry-title:after {
    display: none;
}

.front-section-1 {
    padding: 170px 40px 130px 40px;
    padding: 170px 0 130px 0;
    color: #fff;
    z-index: 1;
}

.front-section-1 .widget {
    max-width: 60%;
}

.front-section-1 .widget .widget-title {
    color: #fff;
    font-size: 44px;
    font-weight: 300;
    font-weight: 700;
}

.front-section-1 .widget p {
    color: #d7e3eb;
}

.front-section-1 .widget .button {
    background-color: #f36b30;
    margin-top: 20px;
}

.front-section-4 {
    background-size: cover;
    padding: 120px 0;
}

.front-section-4 .wrap {
    color: #d7e3eb;
    padding: 0 40px;
    padding: 0;
    position: relative;
    z-index: 20;
}

.front-section-4 .wrap .entry-title a {
    color: #fff;
}

.front-section-4 .wrap .avatar {
    border-radius: 50%;
    float: left;
    width: 45px;
    margin-right: 20px;
}

.front-section-4:after {
    background-color: #31424e;
    content: " ";
    display: block;
    opacity: .8;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
}

.front-section-2 .wrap,
.front-section-3 .wrap,
.front-section-5 .wrap {
    padding: 40px;
    padding: 0;
}

.front-section-2 .widget,
.front-section-3 .widget,
.front-section-5 .widget {
    margin: 0;
    max-width: 40%;
    text-align: left;
    z-index: 99;
}

.front-section-2 .widget h3,
.front-section-3 .widget h3,
.front-section-5 .widget h3 {
    font-size: 44px !important;
}

.front-section-2 .widget p:first-child,
.front-section-3 .widget p:first-child,
.front-section-5 .widget p:first-child {
    margin-bottom: 0;
}

.front-section-2 .widget .button,
.front-section-3 .widget .button,
.front-section-5 .widget .button {
    background: transparent;
    border: 2px solid #31424e;
    color: #31424e;
    margin-top: 20px;
}

.front-section-2 .widget:nth-child(1),
.front-section-5 .widget:nth-child(1) {
    display: table;
    float: left;
}

.front-section-2 .widget:nth-child(1) .widget-wrap,
.front-section-5 .widget:nth-child(1) .widget-wrap {
    display: table-cell;
    vertical-align: middle;
}

.front-section-2 .widget:nth-child(2),
.front-section-5 .widget:nth-child(2) {
    float: right;
    padding: 0;
    max-width: 40%;
}

.front-section-3 {
    background: #f5f5f5;
}

.front-section-3 .widget:nth-child(2) {
    display: table;
    float: right;
}

.front-section-3 .widget:nth-child(2) .widget-wrap {
    display: table-cell;
    vertical-align: middle;
}

.front-section-3 .widget:nth-child(1) {
    float: left;
    padding: 0;
    max-width: 40%;
}

.front-section-3 .shadow-title {
    color: #fff;
    left: auto;
    right: 20%;
}

.front-section-6 {
    background-color: #f5f5f5;
    padding: 0;
}

.front-section-6 .wrap {
    max-width: 100%;
}

.before-footer {
    border-top: 1px solid #eee;
    background-color: #f5f5f5;
    clear: both;
}

.before-footer .wrap {
    overflow: auto;
    padding: 5em 0;
}


/* ## Flex Widgets
--------------------------------------------- */

.flex-widgets-1 .widget,
.flex-widgets-2 .widget,
.flex-widgets-3 .widget,
.flex-widgets-4 .widget,
.flex-widgets-5 .widget {
    float: left;
    display: block;
    width: 100%;
    margin: 0 0 2.564102564102564% 2.564102564102564%;
}

.flex-widgets-1 .widget:nth-child(1n+1),
.flex-widgets-2 .widget:nth-child(2n+1),
.flex-widgets-3 .widget:nth-child(3n+1),
.flex-widgets-4 .widget:nth-child(4n+1),
.flex-widgets-5 .widget:nth-child(5n+1) {
    clear: left;
    margin-left: 0;
}

.flex-widgets-1 .widget {
    width: 100%;
}

.flex-widgets-2 .widget {
    width: 48.717948717948715%;
}

.flex-widgets-3 .widget {
    width: 31.623931623931625%;
}

.flex-widgets-4 .widget {
    width: 23.076923076923077%;
}

.flex-widgets-5 .widget {
    width: 17.9487179487179488%;
}


/* ## Featured Content
--------------------------------------------- */

.featured-content .entry {
    margin-bottom: 0;
}

.footer-widgets .entry {
    border-bottom: 1px dotted #666;
}

.featured-content .entry-title {
    font-size: 44px;
    font-weight: 300;
}

.sidebar .featured-content .entry-title,
.sidebar .featured-content .entry-title a {
    font-family: Titillium Web, sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 500;
    text-transform: uppercase;
}

.featured-content .aligncenter,
.featured-content .aligncenter:hover,
.featured-content .alignleft,
.featured-content .alignleft:hover,
.featured-content .alignnone,
.featured-content .alignnone:hover,
.featured-content .alignright,
.featured-content .alignright:hover {
    border-width: 0;
}

.featured-content .entry {
    padding: 0;
}

.sidebar .featured-content .entry {
    margin-bottom: 20px;
}

.featured-content .entry:last-of-type {
    margin-bottom: 0;
}

.featured-content .entry-title {
    font-size: 20px;
    font-size: 2rem;
}

.sidebar .featured-content .entry-title {
    margin: 10px 0 0 0;
}

.sidebar .featured-content .entry-title a {
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 700;
}

.sidebar .featured-content .entry-title:after {
    display: none;
}

.sidebar .featured-content .entry-meta {
    margin-bottom: 5px;
    font-size: 12px;
}

.sidebar .featured-content a.alignleft,
.sidebar .featured-content a.alignright {
    margin-bottom: 0;
}


/* # Plugins
---------------------------------------------------------------------------------------------------- */


/* ## Genesis eNews Extended
--------------------------------------------- */

.enews-widget .enews {
    display: block;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.enews-widget .widget-title {
    clear: both;
    float: left;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 0;
    width: 38%;
    color: #31424e;
    line-height: 1.4;
}

.enews-widget form {
    float: right;
    width: 60%;
    clear: none;
}

.enews-widget input[type=email],
.enews-widget input[type=text] {
    border: 1px solid #eee;
    max-width: calc(70% - 20px);
    float: left;
}

.enews-widget input[type=submit] {
    background: #f36b30;
    border: 1px solid;
    border-color: #f36b30;
    border-radius: 0;
    margin: 0;
    width: 30%;
    float: right;
    padding-left: 0;
    padding-right: 0;
}

.sidebar .enews-widget form {
    width: 100%;
    margin-bottom: 20px;
}

.sidebar .enews-widget .widget-title,
.sidebar .enews-widget input[type=email],
.sidebar .enews-widget input[type=submit] {
    max-width: 100%;
    margin-bottom: 20px;
    width: 100%;
}


/* ## Jetpack
--------------------------------------------- */

#wpstats {
    display: none;
}


/* ## Genesis Simple Share
--------------------------------------------- */


/* Centers the icons */

.share-before,
.share-after {
    overflow: auto;
    text-align: left;
}

.sharrre {
    cursor: pointer;
    display: inline-block;
    font-family: 'Genericons';
    speak: none;
    font-size: 1em;
    width: 2em;
    text-align: center;
    line-height: 1.8em;
    margin: 2em .2em 1em .2em;
    color: #31424e;
    border: 2px solid #31424e;
    border-radius: 50%;
}

.sharrre .count,
.sharrre .share {
    display: none;
}


/* styling filled icons */

.share-filled .sharrre {
    background: #31424e;
    border: none;
    color: #fff;
    width: 1.8em;
}


/* size medium size icons */

.share-medium .sharrre {
    font-size: 1.5em;
}

.sharrre:hover {
    background: #0fbe7c;
    color: #fff;
}

.facebook:before {
    content: '\f204';
}

.pinterest:before {
    content: '\f209';
}

.twitter:before {
    content: '\f202';
}

.stumbleupon:before {
    content: '\f223';
}

.linkedin:before {
    content: '\f207';
}

.googlePlus:before {
    content: '\f218';
}


/* ## Owl slider
--------------------------------------------- */

.owl-nav {
    cursor: pointer;
    height: 48px;
    overflow: auto;
    width: 100px;
    margin: 82px 0 -130px 0;
    float: left;
    z-index: 999;
}

.owl-nav .owl-prev,
.owl-nav .owl-next {
    background: #fff;
    color: #000;
    float: left;
    font-size: 24px;
    width: 48%;
    text-align: center;
}

.owl-nav .owl-next {
    float: right;
}


/* ## Genesis Portfolio Pro
--------------------------------------------- */

.wps-portfolio .item {
    cursor: pointer;
    float: left;
    width: 25%;
    position: relative;
}

.wps-portfolio .item a {
    display: block;
    overflow: auto;
}

.wps-portfolio .item img {
    width: 100%;
}

.wps-portfolio .item i {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin-top: -20px;
    text-align: center;
    font-size: 48px;
    color: #ffffff;
    opacity: 0;
    z-index: 1;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.wps-portfolio .item:after {
    background-color: #31424e;
    content: " ";
    display: block;
    opacity: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.wps-portfolio .item:hover:after {
    opacity: .8;
}

.wps-portfolio .item:hover i {
    opacity: 1;
}


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

.site-header {
    border-bottom: 1px solid #eee;
}

.home .hero-unit:after {
    background-color: #31424e;
    content: " ";
    display: block;
    opacity: .8;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
}

.site-header .wrap {
    position: relative;
    z-index: 22;
}

.hero-unit {
    position: relative;
    background-size: cover;
}

.hero-unit h1 {
    color: #fff;
    font-weight: 700;
}


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

.title-area {
    float: left;
    padding: 20px 0;
}

.wp-custom-logo .title-area {
    padding: 0;
}

.custom-logo-link {
    display: block;
    line-height: 40px;
    height: 80px;
}

.custom-logo-link img {
    width: auto;
    max-height: 100%;
    margin: auto;
    vertical-align: middle;
}

.site-title {
    font-size: 30px;
    font-size: 3rem;
    font-family: Titillium Web, sans-serif;
    font-weight: 700;
    line-height: 1.2;
    position: relative;
    z-index: 100;
}

.site-title a,
.site-title a:focus,
.site-title a:hover {
    color: #31424e;
    text-decoration: none;
}

.home .site-title a,
.home .site-title a:focus,
.home .site-title a:hover {
    color: #fff;
}

.site-description {
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.5;
}

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

.wp-custom-logo .title-area {
    max-width: 160px;
    margin-top: 18px;
}


/* ## Widget Area
--------------------------------------------- */

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


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


/* ## Accessible Menu
--------------------------------------------- */

.menu .menu-item:focus {
    position: static;
}

.menu .menu-item>a:focus+ul.sub-menu,
.menu .menu-item.sfHover>ul.sub-menu {
    left: auto;
    opacity: 1;
}

.menu-toggle,
.sub-menu-toggle {
    display: none;
    visibility: hidden;
}


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

.genesis-nav-menu {
    clear: both;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1;
    width: 100%;
}

.genesis-nav-menu .menu-item {
    display: inline-block;
    font-family: Titillium Web, sans-serif;
    margin-bottom: 0;
    padding-bottom: 0;
    text-align: left;
}

.genesis-nav-menu a {
    color: #31424e;
    display: block;
    margin: 0 12px;
    padding: 32px 0;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
}

.home .genesis-nav-menu a {
    color: #fff;
}

.genesis-nav-menu a:after {
    position: absolute;
    content: '';
    display: block;
    height: 2px;
    background-color: #f36b30;
    left: 50%;
    bottom: 24px;
    width: 0;
    -webkit-transform: translate(-50%, 0) translateZ(0);
    -moz-transform: translate(-50%, 0) translateZ(0);
    transform: translate(-50%, 0) translateZ(0);
    -webkit-transition: width 0.25s cubic-bezier(0.27, 0.62, 0.43, 1.01);
    -moz-transition: width 0.25s cubic-bezier(0.27, 0.62, 0.43, 1.01);
    transition: width 0.25s cubic-bezier(0.27, 0.62, 0.43, 1.01);
}

.genesis-nav-menu .sub-menu .current-menu-item>a:focus,
.genesis-nav-menu .sub-menu a:hover {
    background-color: #f5f5f5;
}

.genesis-nav-menu a:focus:after,
.genesis-nav-menu .current-menu-item>a:after,
.genesis-nav-menu a:hover:after {
    width: calc(100% + 6px);
}

.genesis-nav-menu .sub-menu {
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0 2rem 2rem -0.05rem rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 20px 10px rgba(42, 42, 42, 0.08);
    left: -9999px;
    opacity: 0;
    padding: 14px 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: 240px;
    z-index: 9999;
}

.genesis-nav-menu .sub-menu:before {
    content: " ";
    position: absolute;
    top: -0.5rem;
    left: 1.6rem;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #fff;
}

.genesis-nav-menu .sub-menu a {
    color: #31424e;
    font-size: 12px;
    font-size: 1.2rem;
    margin: 0;
    padding: 14px 10px;
    position: relative;
    width: 240px;
    word-wrap: break-word;
}

.genesis-nav-menu .sub-menu a:after {
    display: none;
}

.genesis-nav-menu .sub-menu a:hover:after,
.genesis-nav-menu .sub-menu.current-menu-item>a:after {
    width: 0;
}

.genesis-nav-menu .sub-menu .sub-menu {
    margin: -56px 0 0 199px;
}

.genesis-nav-menu .menu-item:hover {
    position: static;
}

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

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

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

.genesis-nav-menu>.right {
    float: right;
}


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

.site-header .genesis-responsive-menu .wrap li li {
    margin-left: 0;
}


/* ## After Header Navigation
--------------------------------------------- */

.nav-primary {
    float: right;
    max-width: 800px;
}


/* ## Skip Links
--------------------------------------------- */

.genesis-skip-link {
    margin: 0;
}

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


/* Display outline on focus */

:focus {
    color: #333;
    outline: #ccc solid 1px;
}


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


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

.entry {
    margin-bottom: 40px;
}

.content .entry {
    background-color: #fff;
}

.archive .entry-image-link,
.blog .entry-image-link {
    display: block;
    overflow: auto;
    position: relative;
}

.archive .entry-image-link img,
.blog .entry-image-link img {
    margin-bottom: 0px;
    overflow: hidden;
}

.archive .entry-image-link:after,
.blog .entry-image-link:after {
    background-color: #31424e;
    content: " ";
    display: block;
    opacity: .8;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 20;
}

.archive .wps-meta,
.blog .wps-meta {
    color: #31424e;
    font-size: 14px;
    font-family: Titillium Web, sans-serif;
    line-height: 2;
    margin-top: 80px;
    width: 30%;
    float: left;
    z-index: 100;
}

.archive .wps-meta a,
.archive .wps-meta time,
.archive .wps-meta .entry-author-name,
.blog .wps-meta a,
.blog .wps-meta time,
.blog .wps-meta .entry-author-name {
    color: #31424e;
    color: #999;
    font-weight: normal;
}

.archive .wps-meta span,
.blog .wps-meta span {
    font-weight: 700;
}

.archive .wps-meta span span,
.blog .wps-meta span span {
    color: #999;
}

.archive .entry-header,
.blog .entry-header {
    position: relative;
}

.archive .entry-header .shadow-title,
.blog .entry-header .shadow-title {
    color: #fff;
    font-size: 88px;
    font-family: Merriweather, serif;
    font-weight: 700;
    white-space: nowrap;
    position: absolute;
    left: -4px;
    top: -92px;
    z-index: 30;
    max-width: 75%;
}

.archive .entry-header::after,
.blog .entry-header::after {
    display: none;
}

.archive .content .post-image,
.blog .content .post-image {
    z-index: 10;
}

.archive .content .entry,
.blog .content .entry {
    margin: 0 0 80px 0;
}

.archive .content .entry .entry-title,
.archive .content .entry .entry-content,
.blog .content .entry .entry-title,
.blog .content .entry .entry-content {
    width: 60%;
    float: right;
}

.archive .content .entry .entry-title,
.blog .content .entry .entry-title {
    margin-top: 60px;
}

.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: #333;
    color: #ddd;
}

.entry-content .intro {
    font-size: 19px;
    font-size: 1.9rem;
    font-style: italic;
    font-weight: 500;
}

.wps-meta {
    color: #31424e;
    font-size: 14px;
    font-family: Titillium Web, sans-serif;
    line-height: 2;
    margin-top: 80px;
    width: 30%;
    float: left;
    z-index: 100;
}

.wps-meta a,
.wps-meta time,
.wps-meta .entry-author-name {
    color: #31424e;
    color: #999;
    font-weight: normal;
}

.wps-meta span {
    font-weight: 700;
}

.wps-meta span span {
    color: #999;
}

.content .entry {
    margin: 80px 0 80px 0;
}

.content .entry .entry-title,
.content .entry .entry-content {
    width: 60%;
    float: right;
}

.error404 .entry-content {
    float: none !important;
    margin: 0 auto;
    text-align: center;
}

.error404 .entry-content p {
    display: block;
    font-weight: 700;
    margin-bottom: 2em;
    line-height: 2;
}

.error404 .entry-content h3 {
    font-size: 104px;
    font-size: 10.4rem;
    letter-spacing: -9px;
}

.error404 .entry-content h3 span {
    color: #f36b30;
}

.error404 .entry-content h3:after {
    content: " ";
    border-bottom: 1px solid #f0f0f0;
    margin: 40px auto;
    display: block;
}

.error404 .entry-content .search-form {
    margin: 0 auto;
    width: 80%;
}

.error404 .entry-content .search-form input[type=search] {
    width: 60%;
}

.error404 .entry-content .search-form input[type="submit"] {
    border-radius: 0;
    float: right;
    width: 30%;
}


/* ## Entry Meta
--------------------------------------------- */

p.entry-meta {
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 0;
}

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

.entry-header .entry-title:after {
    border-bottom: 2px solid;
    border-color: #f36b30;
    content: "";
    display: block;
    padding-bottom: 20px;
    width: 20px;
}

.entry-footer .entry-meta {
    padding-top: 24px;
}

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

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


/* ## Pagination
--------------------------------------------- */

.pagination {
    clear: both;
    margin: 40px 0;
}

.adjacent-entry-pagination {
    margin-bottom: 0;
}

.archive-pagination li {
    display: inline;
}

.archive-pagination li a {
    border: 1px solid #eee;
    color: #31424e;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-family: Titillium Web, sans-serif;
    font-weight: 700;
    text-decoration: none;
}

.archive-pagination li a:hover,
.archive-pagination li a:focus,
.archive-pagination .active a {
    border: 1px solid #31424e;
}

.adjacent-entry-pagination {
    border: 1px solid #eee;
}

.adjacent-entry-pagination .pagination-previous,
.adjacent-entry-pagination .pagination-next {
    width: 50%;
    padding: 14px 20px;
}

.adjacent-entry-pagination .pagination-previous a,
.adjacent-entry-pagination .pagination-next a {
    color: #31424e;
    font-size: 14px;
    font-family: Titillium Web, sans-serif;
    font-weight: 700;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.adjacent-entry-pagination .pagination-previous .zmdi,
.adjacent-entry-pagination .pagination-next .zmdi {
    padding: 0 10px;
}

.adjacent-entry-pagination .pagination-previous {
    border-right: 1px solid #eee;
}

.adjacent-entry-pagination .pagination-previous a:hover {
    margin-left: -10px;
}

.adjacent-entry-pagination .pagination-next a:hover {
    margin-right: -10px;
}


/* ## Comments
--------------------------------------------- */

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

.comment-respond,
.entry-pings {
    padding: 40px 0;
}

.entry-comments {
    padding: 40px 0;
}

.comment-header {
    font-size: 16px;
    font-size: 1.6rem;
    float: left;
    width: 30%;
}

li.comment {
    border: 1px solid #eee;
    overflow: auto;
}

.comment-content,
.comment-reply {
    border-left: 1px solid #eee;
    word-wrap: break-word;
    float: right;
    width: 70%;
    padding-left: 10%;
}

.comment-list li {
    margin-top: 24px;
    padding: 32px;
}

.comment-list li li {
    border: none;
    clear: both;
    margin-right: -32px;
}

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

.entry-comments .comment-author {
    margin-bottom: 0;
}

.entry-comments .comment-author span {
    font-weight: 700;
}

.entry-comments .comment-author .says {
    display: none;
}

.comment-time a {
    color: #31424e;
    font-weight: 500;
    font-size: 12px;
    font-size: 1.2rem;
}

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

.form-allowed-tags {
    background-color: #f5f5f5;
    font-size: 16px;
    font-size: 1.6rem;
    padding: 24px;
}


/* Pricing Page
--------------------------------------------- */

.pricing-page.full-width-content .content {
    width: 100%;
}

.pricing-page .entry {
    margin-bottom: 0;
    text-align: center;
}

.pricing-page .entry-header::after {
    margin-left: auto;
    margin-right: auto;
}

.pricing-table {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.pricing-table div {
    text-align: center;
    border-right: 1px solid #eee;
}

.pricing-table .one-half:nth-child(2),
.pricing-table .one-third:nth-child(3),
.pricing-table .one-fourth:nth-child(4) {
    border: none;
}

.pricing-table .one-fifth,
.pricing-table .one-fourth,
.pricing-table .one-half,
.pricing-table .one-third {
    float: left;
    margin-left: 0;
    padding: 50px 40px;
}

.pricing-table p {
    margin-bottom: 0;
}

.pricing-table .description {
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 500;
    opacity: .6;
}

span.price:after {
    content: "";
    display: block;
    width: 20px;
    height: 2px;
    background-color: #31424e;
    opacity: .6;
    margin: 0 auto 20px auto;
}

.pricing-table .price {
    font-family: Titillium Web, sans-serif;
    font-size: 48px;
    font-size: 4.8rem;
    font-weight: 400;
}

.pricing-table ul {
    margin-left: 0;
}

.pricing-table ul li {
    font-family: Titillium Web, sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
    list-style-type: none;
}


/* # Sidebars
---------------------------------------------------------------------------------------------------- */

.sidebar {
    font-size: 16px;
    font-size: 1.6rem;
}

.sidebar a {
    color: #3f3f3f;
    font-weight: 500;
}

.sidebar .tagcloud a {
    color: #fff;
}

.sidebar p:last-child,
.sidebar ul>li:last-child {
    margin-bottom: 0;
}

.sidebar .widget {
    background-color: #fff;
    margin-bottom: 40px;
    font-size: .9em;
}

.sidebar .widget .widget-title {
    font-family: Titillium Web, sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 700;
}


/* # Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {
    background: #f5f5f5;
    border-top: 1px solid #eee;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 2;
    text-align: left;
    overflow: auto;
    padding: 20px;
    width: 100%;
}

.site-footer p {
    margin: 0;
}

.site-footer a {
    color: #31424e;
    font-weight: 500;
}


/* ## Footer widgets
--------------------------------------------- */

.footer-widgets {
    border-top: 1px solid #eee;
    padding: 50px 0;
    color: #31424e;
    font-size: 14px;
    font-size: 1.4rem;
}

.footer-widgets .footer-info {
    color: #31424e;
    float: left;
    width: 37%;
}

.footer-widgets .footer-info h5 {
    font-size: 30px;
    font-size: 3rem;
    font-family: Titillium Web, sans-serif;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 0;
}

.footer-widgets .footer-info span {
    font-family: Titillium Web, sans-serif;
    font-weight: 700;
    opacity: .6;
}

.footer-widgets .widget {
    width: 60%;
    margin-left: 3%;
    float: right;
}

.footer-widgets.flex-widgets-2 .widget {
    width: 28.5%;
    margin-left: 3%;
}

.footer-widgets.flex-widgets-3 .widget {
    display: block;
    float: left;
    margin-left: 3%;
    width: 18%;
}

.footer-widgets.flex-widgets-3 .widget:nth-child(3n+1),
.flex-widgets-2 .widget:nth-child(2n+1) {
    clear: none;
}


/* # Media Queries
---------------------------------------------------------------------------------------------------- */


/* # Media Queries
---------------------------------------------------------------------------------------------------- */

@media only screen and (max-width: 1340px) {
    .content,
    .site-header .widget-area {
        width: 70%;
    }
    .sidebar-primary {
        width: 25%;
    }
}

@media only screen and (max-width: 1200px) {
    .site-inner,
    .wrap {
        max-width: 960px;
    }
    .content-sidebar-sidebar .content-sidebar-wrap,
    .sidebar-content-sidebar .content-sidebar-wrap,
    .sidebar-sidebar-content .content-sidebar-wrap {
        width: 740px;
    }
    .content,
    .site-header .widget-area {
        width: 620px;
    }
    .sidebar-content-sidebar .content,
    .sidebar-sidebar-content .content,
    .content-sidebar-sidebar .content {
        width: 400px;
    }
    .footer-widgets-1,
    .footer-widgets-2,
    .footer-widgets-3 {
        width: 300px;
    }
    .footer-widgets-1 {
        margin-right: 30px;
    }
}

@media only screen and (max-width: 1023px) {
    .wrap,
    .front-section-4 .wrap,
    .before-footer .wrap {
        padding-left: 5%;
        padding-right: 5%;
    }
    .front-section-6 .wrap {
        padding-left: 0;
        padding-right: 0;
    }
    .content,
    .content-sidebar .content .entry .entry-title,
    .content-sidebar .content .entry .entry-content,
    .content-sidebar-sidebar .content,
    .content-sidebar-sidebar .content-sidebar-wrap,
    .footer-widgets-1,
    .footer-widgets-2,
    .footer-widgets-3,
    .genesis-responsive-menu,
    .genesis-responsive-menu .genesis-nav-menu .sub-menu,
    .genesis-responsive-menu .genesis-nav-menu .sub-menu a,
    .sidebar-content-sidebar .content,
    .sidebar-content-sidebar .content-sidebar-wrap,
    .sidebar-primary,
    .sidebar-secondary,
    .sidebar-sidebar-content .content,
    .sidebar-sidebar-content .content-sidebar-wrap,
    .site-header .widget-area,
    .title-area {
        width: 100%;
    }
    .site-header .wrap {
        padding-left: 5%;
        padding-right: 5%;
    }
    .genesis-nav-menu li,
    .header-image .title-area,
    .site-header ul.genesis-nav-menu,
    .site-header .search-form {
        float: none;
    }
    .genesis-nav-menu,
    .site-description,
    .site-header .widget-area {
        text-align: center;
    }
    .site-header .search-form {
        margin: 16px auto;
    }
    .header-widget-area .mini-cart {
        position: absolute !important;
        top: 0;
        right: calc(5% + 30px);
    }
    .header-widget-area .mini-cart a.cart-numbers {
        border-left: none !important;
        border-right: 1px solid #fff;
        padding-right: 5px;
    }
    /* ### Genesis Responsive Menus */
    .genesis-nav-menu a:after {
        display: none;
    }
    .genesis-responsive-menu .wrap {
        padding: 0;
    }
    .genesis-responsive-menu {
        background-color: #31424e;
        display: none;
        margin-bottom: 20px;
        z-index: 9999999;
    }
    .genesis-responsive-menu .wrap {
        z-index: 200;
    }
    .genesis-responsive-menu a:hover {
        opacity: .8;
    }
    .genesis-skip-link .skip-link-hidden {
        display: none;
        visibility: hidden;
    }
    .menu-toggle,
    .sub-menu-toggle {
        background-color: transparent;
        border-radius: 0;
        border-width: 0;
        color: #fff;
        display: block;
        font-size: 16px;
        margin: 0 auto;
        overflow: hidden;
        text-align: right;
        visibility: visible;
        position: absolute !important;
        top: 28px;
        right: 5%;
    }
    .sub-menu-toggle:after {
        content: '\f2f9';
        font: normal normal normal 14px/1 'Material-Design-Iconic-Font';
    }
    .sub-menu-toggle.activated:after {
        content: '\f2fc';
    }
    .menu-toggle:focus,
    .menu-toggle:hover,
    .sub-menu-toggle:focus,
    .sub-menu-toggle:hover {
        background: transparent;
        color: #fff;
    }
    .menu-toggle {
        line-height: 22px;
        position: relative;
        z-index: 1000;
    }
    .home .menu-toggle span {
        background-color: #fff;
    }
    .menu-toggle span {
        position: absolute;
        right: 0;
        width: 20px;
        height: 2px;
        background-color: #31424e;
        display: block;
        float: left;
        top: calc(50% - 7px);
        -webkit-transition: all .15s ease;
        transition: all .15s 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) {
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        opacity: 1;
    }
    .menu-toggle.activated span:nth-of-type(3) {
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
        opacity: 1;
    }
    .sub-menu-toggle {
        float: right;
        padding: 13px 10px;
        position: absolute;
        right: 0;
        top: 0;
        z-index: 100;
    }
    .sub-menu .sub-menu-toggle {
        padding: 12px 10px;
    }
    .sub-menu-toggle::before {
        display: inline-block;
        text-rendering: auto;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        -webkit-transition: transform .25s ease-in-out;
        -ms-transition: transform .25s ease-in-out;
        transition: transform .25s ease-in-out;
    }
    .sub-menu-toggle.activated::before {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    .genesis-nav-menu .menu-item a {
        color: #fff;
    }
    .genesis-responsive-menu .genesis-nav-menu .menu-item {
        display: block;
        float: none;
        position: relative;
        text-align: left;
    }
    .genesis-responsive-menu .genesis-nav-menu .menu-item:focus,
    .genesis-responsive-menu .genesis-nav-menu .menu-item:hover {
        position: relative;
    }
    .genesis-responsive-menu .genesis-nav-menu .menu-item a {
        border: none;
        margin-bottom: 1px;
        padding: 15px 20px;
        width: 100%;
    }
    .genesis-responsive-menu .genesis-nav-menu .sub-menu {
        border: none;
        background-color: #31424e;
        border-radius: 0;
    }
    .genesis-responsive-menu .genesis-nav-menu .sub-menu a:hover {
        background-color: transparent;
    }
    .genesis-nav-menu .sub-menu:before {
        display: none;
    }
    .genesis-responsive-menu .genesis-nav-menu .menu-item>a:focus ul.sub-menu,
    .genesis-responsive-menu .genesis-nav-menu .menu-item>a:focus ul.sub-menu .sub-menu {
        left: 0;
        margin-left: 0;
    }
    .genesis-responsive-menu .genesis-nav-menu>.menu-item-has-children>a::after {
        content: none;
    }
    .genesis-responsive-menu .genesis-nav-menu .sub-menu {
        clear: both;
        display: none;
        margin: 0;
        opacity: 1;
        padding-left: 15px;
        position: static;
        width: 100%;
    }
    .genesis-responsive-menu .genesis-nav-menu .sub-menu .sub-menu {
        margin: 0;
    }
    .footer-widgets-1,
    .footer-widgets-2 {
        margin: 0 auto 40px;
    }
}

@media only screen and (max-width: 860px) {
    body,
    body>div {
        font-size: 18px;
        font-size: 1.8rem;
    }
    .site-inner {
        padding: 5% 5% 0;
    }
    .front-section,
    .before-footer {
        padding: 40px 5%;
    }
    .front-section .entry,
    .before-footer .entry {
        padding: 0;
    }
    .front-section .wrap,
    .before-footer .wrap {
        padding: 0;
    }
    .front-section .wrap .widget,
    .before-footer .wrap .widget {
        max-width: 100%;
    }
    .front-section .featured-image,
    .before-footer .featured-image {
        margin-bottom: 20px;
        margin-top: 20px;
    }
    .front-section-1 {
        padding: 100px 0 40px 0;
    }
    .front-section-2 .widget:nth-child(1),
    .front-section-2 .widget:nth-child(2),
    .front-section-3 .widget:nth-child(1),
    .front-section-3 .widget:nth-child(2),
    .front-section-5 .widget:nth-child(1),
    .front-section-5 .widget:nth-child(2) {
        float: left;
        max-width: 100%;
    }
    .owl-nav {
        margin: 0;
    }
    .wps-portfolio .item {
        width: 50%;
    }
    .enews-widget .widget-title {
        margin-bottom: 20px;
        width: 100%;
        text-align: center;
    }
    .enews-widget form {
        width: 100%;
    }
    .content .entry .entry-title,
    .content .entry .entry-content,
    .page.full-width-content .content {
        width: 100%;
    }
    .content .entry .entry-title {
        margin-top: 0;
    }
    .wps-meta {
        margin-top: 0;
        padding: 10px 0;
        width: 100%;
    }
    .comment-respond input[type="email"],
    .comment-respond input[type="text"],
    .comment-respond input[type="url"] {
        width: 100%;
    }
    .entry-title {
        font-size: 24px;
        font-size: 2.4rem;
    }
    .after-entry,
    .archive-description,
    .author-box,
    .comment-respond,
    .entry,
    .entry-comments,
    .entry-pings,
    .sidebar .widget {
        margin-bottom: 5%;
    }
    .blog .content .entry .entry-title,
    .blog .content .entry .entry-content {
        width: 100%;
    }
    .blog .content .entry {
        padding: 0;
    }
    .blog .content .entry .entry-title {
        margin-top: 0;
    }
    .blog .wps-meta {
        margin-top: 40px;
        width: 100%;
    }
    .sidebar {
        margin-bottom: 5%;
    }
    .pagination {
        margin: 5% auto;
    }
    .archive-pagination li a {
        margin-bottom: 4px;
    }
    .five-sixths,
    .four-sixths,
    .one-fourth,
    .one-half,
    .one-sixth,
    .one-third,
    .three-fourths,
    .three-sixths,
    .two-fourths,
    .two-sixths,
    .two-thirds {
        margin: 0;
        width: 100%;
    }
    .gallery-columns-1 .gallery-item,
    .gallery-columns-2 .gallery-item,
    .gallery-columns-3 .gallery-item,
    .gallery-columns-4 .gallery-item,
    .gallery-columns-5 .gallery-item,
    .gallery-columns-6 .gallery-item,
    .gallery-columns-7 .gallery-item,
    .gallery-columns-8 .gallery-item,
    .gallery-columns-9 .gallery-item {
        margin: 0;
        width: 100%;
    }
    .gallery-columns-1 .gallery-item img,
    .gallery-columns-2 .gallery-item img,
    .gallery-columns-3 .gallery-item img,
    .gallery-columns-4 .gallery-item img,
    .gallery-columns-5 .gallery-item img,
    .gallery-columns-6 .gallery-item img,
    .gallery-columns-7 .gallery-item img,
    .gallery-columns-8 .gallery-item img,
    .gallery-columns-9 .gallery-item img {
        width: 100%;
    }
    .pricing-table .one-fifth,
    .pricing-table .one-fourth,
    .pricing-table .one-half,
    .pricing-table .one-third {
        border-right: none;
    }
    .flex-widgets-1 .widget,
    .flex-widgets-2 .widget,
    .flex-widgets-3 .widget,
    .flex-widgets-4 .widget,
    .flex-widgets-5 .widget {
        margin: 0 0 5%;
        width: 100%;
    }
    .footer-widgets {
        padding: 40px 5%;
    }
    .footer-widgets.flex-widgets-3 .widget {
        margin: 20px 0 20px;
        width: 100%;
    }
    .site-footer {
        padding: 20px 40px;
    }
    .genesis-pro-portfolio .pro-portfolio {
        width: 48% !important;
        margin-right: 4% !important;
    }
    .genesis-pro-portfolio .pro-portfolio:nth-of-type(3n+3) {
        margin-right: 4% !important;
    }
    .genesis-pro-portfolio .pro-portfolio:nth-of-type(3n+1) {
        clear: none !important;
    }
    .genesis-pro-portfolio .pro-portfolio:nth-child(odd) {
        margin-right: 0 !important;
    }
}


/* # Print Styles
---------------------------------------------------------------------------------------------------- */

@media print {
    *,
    *::before,
    *::after {
        background: transparent !important;
        box-shadow: none !important;
        color: #000 !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 #999;
        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: left;
        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;
    }
}