/* # Bios Urn Theme
Theme Name: Bios Urn Theme
Theme URI: http://manyanic.github.com/urnabios-web.git
Description: This is the sample theme created for the Genesis Framework.
Author: Pere Cortés Manyanic
Author URI: https://urnabios.com
Version: 1.0.1
Template: genesis
Template Version: 2.5.3
Tags: black, orange, white, one-column, two-columns, three-columns, left-sidebar, right-sidebar, responsive-layout, custom-menu, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready
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
- Structure and Layout
	- Site Containers
	- Column Widths and Positions
	- Column Classes
- Common Classes
	- Avatar
	- Genesis
	- Search Form
	- Titles
	- WordPress
- Widgets
	- Featured Content
- Plugins
	- Genesis eNews Extended
	- Jetpack
- Site Header
	- Title Area
	- Widget Area
- Site Navigation
	- Header Navigation
	- Primary Navigation
	- Secondary Navigation
- Content Area
	- Entries
	- Entry Meta
	- Pagination
	- Comments
- Sidebars
- Footer Widgets
- Site Footer
- Media Queries
	- Retina Display
	- Max-width: 1200px
	- Max-width: 960px
	- Max-width: 800px
*/

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

/*
Imports
---------------------------------------------------------------------------------------------------- */

/*@import url(https://fonts.googleapis.com/css?family=Lato:400,100,300italic,100,300italic,400italic,700italic,700);*/

/* ## 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
--------------------------------------------- */

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

/* ## 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
---------------------------------------------------------------------------------------------------- */

body {
    background-color: #fff;
    color: #707070;
    font-family: 'Lato', sans-serif;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.625;
    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;
}

::-moz-selection {
    background-color: #333;
    color: #fff;
}

::selection {
    background-color: #333;
    color: #fff;
}

a {
    color: #5cb85c;
    text-decoration: none;
}

a:hover {
    color: #4cae4c;
}

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

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

li {
    list-style-type: none;
}

b, strong {
    font-weight: 700;
}

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

blockquote {
    margin: 40px;
}

blockquote::before {
    content: "\201C";
    display: block;
    font-size: 30px;
    height: 0;
    left: -20px;
    position: relative;
    top: -10px;
}

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

h1, h2, h3, h4, h5, h6 {
    color: #707070;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    line-height: 1.2;
    margin: 0 0 10px;
}

h1 {
    font-size: 36px;
}

h2 {
    font-size: 30px;
}

h3 {
    font-size: 24px;
}

h4 {
    font-size: 20px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 16px;
}

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

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

img:not(.icon) {
    height: auto;
}

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

/* Color Buttons
------------------------------------------------------------ */

.button-blue,
.button-gray,
.button-green,
.button-purple,
.button-red,
.button-yellow {
    color: #fff;
    padding: 16px 40px;
}

.button-blue:hover,
.button-gray:hover,
.button-green:hover,
.button-purple:hover,
.button-red:hover,
.button-yellow:hover {
    text-decoration: none;
}

.button-green {
    background-color: #5cb85c;
    border: 1px solid #4cae4c;
    display: inline-block;
}

.button-green:hover {
    background-color: #4cae4c;
    border: 1px solid #86a36e;
    color: white;
    display: inline-block;
}

.button-empty {
    background-color: transparent;
    border: 1px solid #4cae4c;
    color: #4cae4c;
    padding: 10px 20px;
}

.button-empty:hover {
    background-color: transparent;
    border: 1px solid #4cae4c;
    color: #4cae4c;
}

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

.gallery {
    overflow: hidden;
}

.gallery-item {
    float: left;
    margin: 0 0 28px;
    text-align: center;
}

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

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

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

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

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

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

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

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

.gallery img {
    border: 1px solid #ddd;
    height: auto;
    padding: 4px;
}

.gallery img:hover {
    border: 1px solid #999;
}

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

input, select, textarea {
    background-color: #fff;
    border: 1px solid #ddd;
    color: #333;
    font-size: 18px;
    font-weight: 300;
    padding: 16px;
    width: 100%;
}

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

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

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

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

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
    background-color: #333;
    border: none;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    font-weight: 300;
    padding: 16px 24px;
    text-transform: uppercase;
    width: auto;
}

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

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

.entry-content .button:hover {
    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 {
    background-color: #fff;
    color: #333;
}

.button {
    display: inline-block;
}

.button, .button-green {
    border-radius: 2px;
}

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

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

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

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

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

.site-inner, .site-pre-inner {
    clear: both;
    padding-top: 40px;
}

.vertical {
    vertical-align: text-bottom;
}

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

/* ### Wrapping div for .content and .sidebar-primary */

.content-sidebar-sidebar .content-sidebar-wrap,
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
    width: 980px;
}

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

.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
    float: right;
}

/* ### Content */

.content {
    float: right;
}

.content-sidebar .content,
.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content {
    float: initial;
}

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

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

/* ### Primary Sidebar */

.sidebar-primary {
    float: right;
    width: 360px;
}

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

/* ### Secondary Sidebar */

.sidebar-secondary {
    float: left;
    width: 180px;
    margin-top: 100px;
    text-transform: uppercase;
    text-align: right;
}

.content-sidebar-sidebar .sidebar-secondary {
    float: right;
}

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

.archive-description, .author-box {
    background-color: #fff;
    font-size: 16px;
    margin-bottom: 40px;
    padding: 40px;
}

.author-box-title {
    font-size: 16px;
    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
--------------------------------------------- */

.archive-title {
    font-size: 20px;
}

.entry-title {
    font-size: 36px;
    margin-bottom: 0px;
}

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

.entry-title a:hover {
    color: #33cc66;
}

.widget-title {
    font-size: 28px;
    margin-bottom: 20px;
}

.footer-widgets .widget-title {
    color: #fff;
    text-align: center;
}

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

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

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

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

.wp-caption-text {
    font-size: 14px;
    font-weight: 700;
    text-align: center;
}

.entry-content p.wp-caption-text {
    margin-bottom: 0;
}

/* # 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: none;
    margin: 0 0 0 30px;
    padding: 0;
}

.widget_calendar table {
    width: 100%;
}

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

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

.featured-content .entry {
    margin-bottom: 20px;
    padding: 0 0 24px;
}

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

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

/* ## Newsletter widget
--------------------------------------------- */

.e-guiny, .e-guiny .widget-title {
}

.sidebar .widget.e-guiny {
}

.e-guiny input, .e-guiny input:focus {
    border: 1px solid #ddd !important;
}

.e-guiny input {
    font-size: 16px !important;
    margin-bottom: 16px !important;
}

.e-guiny input {
    font-size: 16px !important;
    margin-bottom: 16px !important;
    width: 70% !important;
}

.e-guiny input[type="submit"] {
    background-color: #5cb85c !important;
    border: 1px solid #4cae4c !important;
    color: #fff !important;
    margin: 0 !important;
    width: 20% !important;
    font-weight: 300 !important;
    line-height: normal !important;
    border-radius: 0px !important;
    padding: 16px 24px !important;
}

.e-guiny input:hover[type="submit"] {
    background-color: #5cb85c !important;
    color: #333 !important;
}

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

.foot .enews {
    margin-left: 80px !important;
}

.footer-before {
    background-color: #f7f7f7 !important;
    padding: 40px 0 !important;
}

.post .e-guiny input[type="submit"] {
    margin-left: 20px !important;
}

.post .e-guiny .enews {
    background: #f8f8f8 !important;
    width: 80% !important;
    margin: 0 auto !important;
    padding: 40px 40px 10px 40px !important;
}

@media only screen and (max-width: 960px) {
    .e-guiny input {
        width: 100% !important;
    }

    .post .e-guiny input[type="submit"], .e-guiny input[type="submit"] {
        width: 100% !important;
        margin-left: 0px !important;
    }

    #mc-embedded-subscribe-form {
        margin-top: 20px;
    }
}

@media only screen and (max-width: 800px) {
    .foot .enews {
        margin-left: 0px !important;
    }
}

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

#wpstats {
    display: none;
}

/* # Site Header (Shrink)
---------------------------------------------------------------------------------------------------- */

.site-container {
    position: absolute;
}

.site-header {
    position: fixed;
    width: 100%;
    z-index: 999;
}

.site-header {
    background-color: rgba(255, 255, 255, 0);
    height: 110px;
}

.site-header.shrink {
    background-color: rgba(92, 184, 92, 0.8);
    height: 50px;
}

.site-header .wrap {
    margin: 0 auto;
    max-width: 1200px;
    padding-top: 25px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.site-header.shrink .wrap {
    padding: 0px;
}

.site-header.shrink .genesis-nav-menu .button-alike a {
    background: none;
}

.nav-header .button-alike.responsive {
    display: none;
}

.header-image .site-title > a {
    background: url('data:image/svg+xml;utf8,<svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 86.65 124.1"><defs><style>.cls-1{fill:#39b44a ;}</style></defs><title>Untitled-1</title><path class="cls-1" d="M137.45,109.73A33.22,33.22,0,1,0,76.68,91.17v90.88l49.68-.07A37,37,0,0,0,137.45,109.73Zm-32.17-1.67a8,8,0,1,0,0,16.06h21.21a20.89,20.89,0,0,1-.14,41.79L93,166V91.17A16.86,16.86,0,1,1,109.9,108Z" transform="translate(-76.68 -57.95)"/></svg>')
        no-repeat
        left;
    float: left;
    min-height: 66px;
    min-width: 160px;
}

.header-image .shrink  .site-title > a {
    background-image: url('data:image/svg+xml;utf8,<svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 86.65 124.1"><defs><style>.cls-1{fill:#fff ;}</style></defs><title>Untitled-1</title><path class="cls-1" d="M137.45,109.73A33.22,33.22,0,1,0,76.68,91.17v90.88l49.68-.07A37,37,0,0,0,137.45,109.73Zm-32.17-1.67a8,8,0,1,0,0,16.06h21.21a20.89,20.89,0,0,1-.14,41.79L93,166V91.17A16.86,16.86,0,1,1,109.9,108Z" transform="translate(-76.68 -57.95)"/></svg>');
    background-size: 23px;
    color: #fff;
    min-height: 32px;
    min-width: 32px;
    padding-top: 10px;
}

@media only screen and (max-width: 1139px) {
    .title-area {
        width: 320px;
    }
}

@media only screen and (max-width: 1200px) {
    .site-header {
        height: 73px;
        background-color: rgba(92, 184, 92, 0.8);
    }

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

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

.header-full-width .title-area {
    width: 100%;
}

.site-title {
    font-size: 32px;
    font-weight: 400;
    line-height: 1.2;
}

.site-title a, .site-title a:hover {
    color: #333;
}

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

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

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

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

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

/* # Site Navigation
---------------------------------------------------------------------------------------------------- */
#nav-social {
    display: none;
}

#nav-social {
    margin-top: -13px;
    margin-bottom: 13px;
}

#nav-social a {
    padding-left: 13px;
}

#nav-social a:last-child {
    padding-right: 0px;
}

.genesis-nav-menu {
    clear: both;
    font-size: 0;
    line-height: 1;
    float: center;
}

.genesis-nav-menu .menu-item {
    display: inline-block;
    text-align: left;
}

.genesis-nav-menu a {
    color: #707070;
    display: block;
    padding: 26px 21px 24px;
    font-size: 16px;
    font-weight: 300;
}

.genesis-nav-menu a:hover {
    color: #5cb85c;
}

.shrink .genesis-nav-menu a {
    color: white;
    display: block;
    padding: 15px 24px 10px;
    font-weight: 300;
}

.genesis-nav-menu li a:hover {
    display: block;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}

/*.genesis-nav-menu .current-menu-item > a,*/
.genesis-nav-menu .sub-menu .current-menu-item > a:hover {
    color: #33cc66;
}

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

.genesis-nav-menu .sub-menu a {
    background-color: #fff;
    border: 1px solid #eee;
    border-top: none;
    font-size: 14px;
    padding: 20px;
    position: relative;
    width: 200px;
}

.genesis-nav-menu .sub-menu .sub-menu {
    margin: -55px 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 {
    color: #fff;
    float: right;
    list-style-type: none;
    padding: 30px 0;
}

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

.genesis-nav-menu > .rss > a {
    margin-left: 48px;
}

.genesis-nav-menu > .search {
    padding: 10px 0 0;
}

.button-alike a {
    background-color: #5cb85c;
    color: #fff;
    border-radius: 2px;
    padding-top: 12px;
    padding-bottom: 12px;
}

.button-alike a:hover {
    color: #fff;
}

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

.site-header .sub-menu {
    border-top: 1px solid #eee;
}

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

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

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

.nav-primary {
}

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

.nav-primary .genesis-nav-menu .sub-menu a {
    color: #333;
}

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

.menu-primary .menu-item {
    border: 2px solid #5cb85c !important;
    margin: 10px;
}

.menu-primary {
    margin-top: 30px;
}

.menu-primary a {
    padding: 14px 20px;
    color: #5cb85c !important;
    text-transform: uppercase;
    font-size: 18px;
}

/* ## Secondary Navigation
--------------------------------------------- */

.nav-secondary {
    background-color: #fff;
    border-bottom: 1px solid #33cc66;
}

.nav-secondary .genesis-nav-menu .menu-item:last-child {
    background-color: #fff;
}

.nav-secondary .genesis-nav-menu .menu-item {
    border: none;
}

.nav-secondary .genesis-nav-menu .menu-item a {
    color: #707070;
    padding: 13px 14px;
    font-size: 14px;
    float: left;
}

.nav-secondary .genesis-nav-menu .menu-item:last-child a {
    padding: 9px 10px;
    font-size: 20px;
}

.nav-secondary .wrap {
    margin: 0 auto;
    max-width: none;
}

/* Media queries for header
--------------------------------------------- */
@media only screen and (max-width: 800px) {
    .site-header {
        width: 100%;
    }

    #nav-social {
        display: none;
    }
}

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

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

.entry {
    padding: 30px 0 0 0;
}

.entry {
    margin-bottom: 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 {
}

.entry-content ol ol, .entry-content ul ul {
    margin-bottom: 0;
}

.entry-content code {
    background-color: #333;
    color: #ddd;
}

.entry-categories a {
    border: 2px solid;
    padding: 5px 12px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
}

.post-image {
    margin-bottom: 30px;
    width: 100%;
}

.share {
    color: #33cc66 !important;
    background: transparent !important;
    height: 40px !important;
    padding: 6px 0 0 38px !important;
}

.count {
    color: #33cc66 !important;
    border: none !important;
    height: 40px !important;
    font-size: 13px !important;
    line-height: 3 !important;
    font-weight: 100 !important;
    width: 20px !important;
}

.no-count a {
    font-size: 13px !important;
    width: 1px !important;
}

.share:before {
    font-size: 30px !important;
}

.share-filled .facebook:hover .count,
.share-filled .twitter:hover .count,
.share-filled .pinterest:hover .count,
.share-filled .linkedin:hover .count {
    background: transparent !important;
}

.share-medium .sharrre:hover .share {
    width: 80px !important;
}

.googlePlus {
    margin-right: 0 !important;
}

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

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

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

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

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

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

.entry-author {
    font-size: 20px;
    font-style: italic;
}

.entry-comments-link {
    visibility: hidden;
}

.entry-time {
    display: block;
}

.share-before {
    margin-bottom: 55px;
}

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

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

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

.archive-pagination li {
    display: inline;
}

.archive-pagination li a {
    background-color: #f3f3f3;
    color: #707070;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    padding: 20px 30px;
}

.archive-pagination li a:hover, .archive-pagination .active a {
    background-color: #5cb85c;
    color: #ffffff;
}

.pagination-omission {
    background-color: #f3f3f3;
    color: #707070;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    padding: 23px 30px 24px;
}

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

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

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

.entry-comments {
    padding: 40px;
}

.comment-header {
    font-size: 16px;
}

li.comment {
    background-color: #f5f5f5;
    border: 2px solid #fff;
    border-right: none;
}

.comment-content {
    clear: both;
}

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

.comment-list li li {
    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-pings .reply {
    display: none;
}

.bypostauthor {
}

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

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

.sidebar {
    font-size: 16px;
}

.sidebar li {
    border-bottom: 1px dotted #ddd;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

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

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

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

.footer-widgets {
    background-color: #5cb85c;
    clear: both;
}

.footer-widgets, .footer-widgets a {
    color: #fff;
}

.footer-widgets input {
    border: 1px solid #333;
}

.footer-widgets a.button, .footer-widgets a:hover {
    color: #fff;
}

.footer-widgets .widget {
    margin-bottom: 40px;
}

.footer-widgets p:last-child {
    margin-bottom: 0;
}

.footer-widgets-1 {
    display: block;
    height: 90px;
    border-bottom: 1px solid white;
    width: 100%;
    margin-top: 20px;
}

.footer-widgets-1 .widget-wrap {
    padding-top: 12px;
    padding-bottom: 12px;
}

.footer-widgets-1 .textwidget {
    background: url('data:image/svg+xml;utf8,<svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 86.65 124.1"><defs><style>.cls-1{fill:#fff ;}</style></defs><title>Untitled-1</title><path class="cls-1" d="M137.45,109.73A33.22,33.22,0,1,0,76.68,91.17v90.88l49.68-.07A37,37,0,0,0,137.45,109.73Zm-32.17-1.67a8,8,0,1,0,0,16.06h21.21a20.89,20.89,0,0,1-.14,41.79L93,166V91.17A16.86,16.86,0,1,1,109.9,108Z" transform="translate(-76.68 -57.95)"/></svg>')
        no-repeat
        left;
    height: 45px;
}

.footer-widgets-2 {
    float: left;
    width: 40%;
    margin-top: 40px;
    border-bottom: 1px solid white;
    height: 200px;
}

.footer-widgets-2 p:first-child {
    font-size: 30px;
    font-weight: 300;
}

.footer-widgets-2 span {
    font-weight: 600;
}

.footer-widgets-3 {
    float: left;
    width: 33%;
    margin-top: 40px;
    padding-left: 17%;
    border-bottom: 1px solid white;
    height: 200px;
}

.footer-widgets-4 {
    float: left;
    width: 12%;
    margin-top: 40px;
    border-bottom: 1px solid white;
    height: 200px;
}

.footer-widgets-5 {
    float: right;
    width: 15%;
    margin-top: 40px;
    padding-right: 2%;
    border-bottom: 1px solid white;
    height: 200px;
}
@media only screen and (max-width: 1200px) {
    .footer-widgets-2, .footer-widgets-5 {
        height: auto;
        margin-top: 25px;
    }
}
.footer-widgets .widget_nav_menu li,
.footer-widgets-3 .textwidget li,
.footer-widgets-4 .textwidget li {
    font-weight: 300;
    font-size: 20px;
}

.footer-widgets-5 .widget-title {
    text-align: left;
    font-size: 16px;
    line-height: 32px;
    font-weight: bold;
    margin-bottom: 0;
}

.biosurn-select-switcher {
    position: relative;
    width: 156px;
}

.biosurn-select-switcher select {
    padding: 0;
    border: 0;
    border-bottom: 1px solid #fff;
    border-radius: 0;
    background: 0;
    color: #fff;
    font-size: 20px;
    outline: 0;
    text-indent: 0;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    cursor: pointer;
}

.biosurn-select-switcher option {
    color: #000;
    background-color: #fff;
}

.biosurn-select-switcher:after {
    content: '';
    vertical-align: middle;
    display: inline-block;
    border: .35em solid transparent;
    border-top: .5em solid;
    position: absolute;
    right: 10px;
    top: calc(50% - .175em);
}

div.footer-left {
    float: left;
}

div.footer-right {
    float: right;
}

.footer-link {
    display: inline-block;
    padding-left: 10px;
    border-left: 1px solid white;
    margin-left: 10px;
}

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

.site-footer {
    background-color: #5cb85c;
    font-size: 16px;
    line-height: 1;
    padding: 40px 0;
    text-align: center;
}

.site-footer a {
    color: white;
}

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

.footer-widgets p {
    font-size: 16px;
}

.footer-widgets h4 {
    font-size: 22px;
}

.footer-widgets .fa {
    font-size: 40px;
}

/* Cookies Menu
--------------------------------------------- */

.cn-set-cookie.button {
    padding: 8px 12px !important;
    background-color: #f8f8f8 !important;
    font-size: 12px !important;
    color: #4cae4c !important;
}

.cn-set-cookie.button:hover {
    font-weight: bold !important;
}

#cookie-notice {
    background-color: rgba(248, 248, 248, 0.9) !important;
}

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

.responsive-menu-icon {
    /*border-bottom: 1px solid #e3e3e3;*/
    cursor: pointer;
    display: none;
    margin-bottom: -1px;
    text-align: center;
}

.site-header .responsive-menu-icon {
    border-bottom: none;
    background: url('data:image/svg+xml;utf8,<svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 86.65 124.1"><defs><style>.cls-1{fill:#fff ;}</style></defs><title>Untitled-1</title><path class="cls-1" d="M137.45,109.73A33.22,33.22,0,1,0,76.68,91.17v90.88l49.68-.07A37,37,0,0,0,137.45,109.73Zm-32.17-1.67a8,8,0,1,0,0,16.06h21.21a20.89,20.89,0,0,1-.14,41.79L93,166V91.17A16.86,16.86,0,1,1,109.9,108Z" transform="translate(-76.68 -57.95)"/></svg>')
        no-repeat
        left;
    background-size: 23px;
    margin-left: 20px;
    padding-right: 15px;
    box-sizing: content-box;
    height: 73px;
    display: none;
    align-items: center;
    justify-content: flex-end;
}

.nav-primary .responsive-menu-icon::before {
    color: #fff;
}

@media only screen and (max-width: 1200px) {
    body.menu-open {
        overflow-y: hidden;
    }

    .genesis-nav-menu.responsive-menu {
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        opacity: 0;
        background-color: rgba(92, 184, 92, 0.8);
        overflow: hidden;
        transition: opacity .2s linear .9s;
        flex-direction: column;
        justify-content: center;
        display: none;
        z-index: -1;
    }

    .genesis-nav-menu.responsive-menu.init.active {
        display: flex;
    }

    .genesis-nav-menu.open {
        opacity: 1;
        transition-delay: 0s;
    }

    .nav-header .genesis-nav-menu.responsive-menu.active li {
        display: block;
    }

    .nav-header .genesis-nav-menu.responsive-menu li {
        display: none;
        opacity: 0;
        transition: opacity 0.2s ease;
    }

    .nav-header .genesis-nav-menu.responsive-menu.open li {
        opacity: 1;
    }

    .nav-header .genesis-nav-menu.responsive-menu.open li:nth-child(1) {
        transition-delay: .4s;
    }

    .nav-header .genesis-nav-menu.responsive-menu.open li:nth-child(2) {
        transition-delay: .5s;
    }

    .nav-header .genesis-nav-menu.responsive-menu.open li:nth-child(3) {
        transition-delay: .6s;
    }

    .nav-header .genesis-nav-menu.responsive-menu.open li:nth-child(4) {
        transition-delay: .7s;
    }

    .nav-header .genesis-nav-menu.responsive-menu.open li:nth-child(5) {
        transition-delay: .8s;
    }

    .nav-header .genesis-nav-menu.responsive-menu li:nth-child(5) {
        transition-delay: .1s;
    }

    .nav-header .genesis-nav-menu.responsive-menu li:nth-child(4) {
        transition-delay: .2s;
    }

    .nav-header .genesis-nav-menu.responsive-menu li:nth-child(3) {
        transition-delay: .3s;
    }

    .nav-header .genesis-nav-menu.responsive-menu li:nth-child(2) {
        transition-delay: .4s;
    }

    .nav-header .genesis-nav-menu.responsive-menu li:nth-child(1) {
        transition-delay: .5s;
    }

    .nav-header .genesis-nav-menu.responsive-menu li a,
    .nav-header .genesis-nav-menu.responsive-menu li a:hover,
    .nav-header .genesis-nav-menu.responsive-menu li.current-menu-item a,
    .nav-header .genesis-nav-menu.responsive-menu li.current-menu-item a:hover {
        color: #fff;
        font-size: 24px;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .nav-header .genesis-nav-menu.responsive-menu li.button-alike {
        display: none;
    }

    .nav-header .button-alike.responsive {
        display: block;
        position: fixed;
        top: 22px;
        right: 100px;
    }

    .nav-header .button-alike.responsive a {
        background-color: #fff;
        color: #5cb85c;
        font-size: 16px;
        line-height: 1;
        padding-left: 21px;
        padding-right: 21px;
    }

    .genesis-nav-menu.responsive-menu .menu-item {
        display: block;
    }

    .nav-header .responsive-menu-icon {
        display: flex;
        z-index: 9999;
    }

    .responsive-menu-icon .burger-icon {
        float: right;
        width: 30px;
        height: 20px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .site-header .responsive-menu-icon .burger-icon-line {
        height: 2px;
        background-color: #fff;
        transition: all 222ms ease;
    }

    .site-header .responsive-menu-icon.open .burger-icon-line:nth-child(1) {
        transform: translateY(9px) rotate(45deg) scaleY(1.25);
    }

    .site-header .responsive-menu-icon.open .burger-icon-line:nth-child(2) {
        opacity: 0;
    }

    .site-header .responsive-menu-icon.open .burger-icon-line:nth-child(3) {
        transform: translateY(-9px) rotate(-405deg) scaleY(1.25);
    }

    .genesis-nav-menu.responsive-menu .menu-item {
        margin: 0;
    }

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

    .genesis-nav-menu.responsive-menu li.current-menu-item > a,
    .genesis-nav-menu.responsive-menu .sub-menu li.current-menu-item > a:hover,
    .genesis-nav-menu.responsive-menu li a,
    .genesis-nav-menu.responsive-menu li a:hover {
        background: none;
        border: none;
        display: block;
        line-height: 1;
        padding: 20px;
        text-transform: none;
    }
    .nav-primary .genesis-nav-menu.responsive-menu li.current-menu-item > a,
    .nav-primary .genesis-nav-menu.responsive-menu .sub-menu li.current-menu-item
        > a:hover,
    .nav-primary .genesis-nav-menu.responsive-menu li a,
    .nav-primary .genesis-nav-menu.responsive-menu li a:hover {
        color: #fff;
    }

    .genesis-nav-menu.responsive-menu .menu-item-has-children {
        cursor: pointer;
    }

    .genesis-nav-menu.responsive-menu .menu-item-has-children > a {
        margin-right: 60px;
    }

    .genesis-nav-menu.responsive-menu > .menu-item-has-children:before {
        content: "\f132";
        float: right;
        font: normal 16px/1 'dashicons';
        height: 16px;
        padding: 18px 20px;
        right: 0;
        text-align: right;
        z-index: 9999;
    }
    .nav-primary .genesis-nav-menu.responsive-menu
        > .menu-item-has-children:before {
        color: #fff;
    }

    .genesis-nav-menu.responsive-menu .menu-open.menu-item-has-children:before {
        content: "\f460";
    }

    .genesis-nav-menu.responsive-menu .sub-menu {
        background-color: rgba(0, 0, 0, 0.05);
        border: none;
        left: auto;
        opacity: 1;
        position: relative;
        -moz-transition: opacity .4s ease-in-out;
        -ms-transition: opacity .4s ease-in-out;
        -o-transition: opacity .4s ease-in-out;
        -webkit-transition: opacity .4s ease-in-out;
        transition: opacity .4s ease-in-out;
        width: 100%;
        z-index: 99;
    }

    .genesis-nav-menu.responsive-menu .sub-menu .sub-menu {
        margin: 0;
    }

    .genesis-nav-menu.responsive-menu .sub-menu li a,
    .genesis-nav-menu.responsive-menu .sub-menu li a:hover {
        background: none;
        border: none;
        padding: 20px;
        position: relative;
        text-transform: none;
        width: 100%;
    }
}

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

@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: 100%;
    }

    .content, .site-header .widget-area {
        width: 620px;
    }

    .widget-area, .content {
        width: 100% !important;
    }

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

    .footer-widgets-1,
    .footer-widgets-2,
    .footer-widgets-3,
    .sidebar-primary,
    .title-area {
        width: 300px;
    }

    .title-area {
        display: none;
    }

    .footer-widgets-1 {
        margin-right: 30px;
    }
}

@media only screen and (max-width: 960px) {
    .site-inner, .wrap {
        max-width: 800px;
    }

    .content,
    .content-sidebar-sidebar .content,
    .content-sidebar-sidebar .content-sidebar-wrap,
    .footer-widgets-1,
    .footer-widgets-2,
    .footer-widgets-3,
    .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%;
    }

    .header-image .title-area {
        background-position: center top;
    }

    .genesis-nav-menu li,
    .site-header ul.genesis-nav-menu,
    .site-header .search-form {
        float: none;
    }

    .site-header .search-form {
        background-color: #fff;
    }

    .genesis-nav-menu,
    .site-description,
    .site-header .title-area,
    .site-header .search-form,
    .site-title {
        text-align: center;
    }

    .genesis-nav-menu a,
    .genesis-nav-menu > .first > a,
    .genesis-nav-menu > .last > a {
        padding: 20px 16px;
    }

    .site-header .search-form {
        margin: 16px auto;
    }

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

    .footer-widgets-1 {
        margin-right: 0;
    }
}

@media only screen and (max-width: 800px) {
    body {
        background-color: #fff;
        font-size: 16px;
    }

    .site-inner, .wrap {
        padding-left: 5%;
        padding-right: 5%;
    }

    .archive-description,
    .author-box,
    .comment-respond,
    .entry,
    .entry-comments,
    .entry-pings,
    .sidebar .widget,
    .site-header {
        padding: 0;
    }

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

    .sidebar .widget.e-guiny {
        padding: 40px;
    }
}

@media only screen and (max-width: 1200px) {
    .nav-secondary {
        display: none;
    }

    .sticky-wrapper {
        height: 40px !important;
    }
}

/* Featured Posts section similar to Agency Pro
------------------------------------------------------- */

.agency-like-featured-posts {
    background-color: #fff;
    min-height: 410px;
}

.agency-like-featured-posts .wrap {
    max-width: 1140px;
    margin: 0 auto;
}

.agency-like-featured-posts .featuredpost img.entry-image {
    left: 0;
    position: absolute;
    clip: rect(0px, 1000px, 360px, 0px);
}

.agency-like-featured-posts .featuredpost img:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
    filter: alpha(opacity=10);
    -moz-opacity: 0.1;
    -khtml-opacity: 0.1;
    opacity: 0.1;
}

.agency-like-featured-posts .featuredpost .entry {
    background-color: #fff;
    color: #707070;
    min-height: 360px;
    float: left;
    width: 33.33333333%;
    border-bottom: none;
}

.agency-like-featured-posts .featuredpost .entry-title a {
    color: #707070;
}

.agency-like-featured-posts .featuredpost {
    padding: 0;
}

.agency-like-featured-posts .featuredpost .widget-title {
    /*color: #fff;*/
    text-align: center;
    padding-bottom: 20px;
    text-transform: uppercase;
}

.agency-like-featured-posts .featuredpost .widget-title::before,
.agency-like-featured-posts .featuredpost .widget-title::after {
    content: " ";
    display: inline-block;
    /*border-top: 2px solid #fff;*/
    border-top: 2px solid #333;
    padding-bottom: 4px;
    width: 15%;
}

.agency-like-featured-posts .featuredpost .widget-title::before {
    margin-right: 12px;
}

.agency-like-featured-posts .featuredpost .widget-title::after {
    margin-left: 12px;
}

.agency-like-featured-posts .featuredpost article ~ .widget-title {
    clear: both;
    color: #333;
    margin: 0;
    padding: 20px 0;
}

.agency-like-featured-posts .featuredpost article ~ .widget-title:before,
.agency-like-featured-posts .featuredpost article ~ .widget-title:after {
    border-color: #333;
}

.agency-like-featured-posts .featuredpost article ~ ul,
.agency-like-featured-posts .featuredpost .more-from-category {
    margin-bottom: 40px;
    text-align: center;
}

.agency-like-featured-posts .featuredpost .entry {
    border-radius: 0;
    margin: 0;
    padding: 0;
    position: relative;
    float: left;
    width: 33.33333333%;
}

.agency-like-featured-posts h2 {
    font-size: 36px !important;
    margin-bottom: 20px;
}

.agency-like-featured-posts .featuredpost .entry-image {
    display: block;
    margin-bottom: 0;
}

.agency-like-featured-posts .featuredpost .entry-header {
    padding: 40px 40px 0;
}

.agency-like-featured-posts .featuredpost .entry-content {
    padding: 0 40px;
}

.agency-like-featured-posts .featuredpost .entry-content p {
    margin-bottom: 40px;
}

.agency-like-featured-posts .featuredpost a:hover {
    color: #d7c603;
}

.agency-like-featured-posts .featuredpost img.entry-image {
    margin: 0;
}

#featured-post-2 > div > article > a > img {
    width: 100%;
}

@media only screen and (max-width: 1024px) {
    .agency-like-featured-posts .wrap {
        padding-left: 5%;
        padding-right: 5%;
    }

    .agency-like-featured-posts {
        padding-bottom: 0;
    }

    .agency-like-featured-posts .featuredpost img.entry-image {
        position: relative;
    }

    .agency-like-featured-posts .featuredpost .entry img:hover {
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
        filter: alpha(opacity=90);
        -moz-opacity: 0.9;
        -khtml-opacity: 0.9;
        opacity: 0.9;
    }

    .agency-like-featured-posts .featuredpost .entry {
        color: #333;
        background-color: #fff;
    }

    .agency-like-featured-posts .featuredpost .entry .alignnone {
        margin-bottom: 0;
    }

    .agency-like-featured-posts .featuredpost .entry-header {
        padding-top: 0;
    }

    .agency-like-featured-posts .featuredpost .entry-title {
        margin-top: 20px;
    }

    .agency-like-featured-posts .featuredpost .entry-title a {
        color: #333;
    }
}

@media only screen and (max-width: 768px) {
    .agency-like-featured-posts .featuredpost .entry-header,
    .agency-like-featured-posts .featuredpost .entry-content {
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media only screen and (max-width: 568px) {
    .agency-like-featured-posts .featuredpost .entry {
        width: 100%;
        text-align: center;
        float: none;
    }

    .agency-like-featured-posts .featuredpost .entry .alignnone {
        display: inline-block;
    }

    .agency-like-featured-posts .featuredpost .entry-header,
    .agency-like-featured-posts .featuredpost .entry-content {
        text-align: left;
    }
}

@media only screen and (max-width: 320px) {
    .agency-like-featured-posts .featuredpost .entry .alignnone {
        display: inline;
    }

    .agency-like-featured-posts .featuredpost .entry-header,
    .agency-like-featured-posts .featuredpost .entry-content {
        padding: 0;
    }
}

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

table {
    max-width: 100%;
}

th {
    text-align: left;
}

.table {
    width: 100%;
    margin-bottom: 20px;
}

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
    padding: 8px;
    line-height: 1.428571429;
    vertical-align: top;
    border-top: 1px solid #ddd;
}

.table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd;
}

.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
    border-top: 0;
}

.table > tbody + tbody {
    border-top: 2px solid #ddd;
}

.table .table {
    background-color: #fff;
}

.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
    padding: 5px;
}

.table-bordered {
    border: 1px solid #ddd;
}

.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
    border: 1px solid #ddd;
}

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

.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
    background-color: #eaeaea;
}

.table-hover > tbody > tr:hover > td, .table-hover > tbody > tr:hover > th {
    background-color: #f5f5f5;
}

.share-button {
    margin-top: 10px;
    margin-right: 100px;
    float: right;
}

/*
Blog (more sotries in english button)
*/

.more-posts-english {
    display: block;
    text-align: center;
    margin-bottom: 40px;
}
.more-posts-english button {
    text-transform: none;
}

div.archive-pagination {
    text-align: center;
}

.archive-pagination li {
    margin-left: 3px;
    margin-right: 3px;
}

.archive-pagination li.pagination-next {
    text-transform: uppercase;
}

p.form-submit input {
    background-color: #5cb85c;
    border: 1px solid #4cae4c;
    color: #fff;
    margin: 0;
}

p.form-submit input:hover {
    background-color: #5cb85c;
    color: #333;
}

p.form-submit {
    /*text-align: center;*/
}

/*
Newsletter blog
---------------------------------------------------------------------------------------------------- */

.stories .e-guiny input {
    width: 75%;
    margin-right: 20px;
    float: left;
}

.stories .e-guiny input[type="submit"] {
    width: 20%;
}

@media only screen and (max-width: 960px) {
    .stories .e-guiny input {
        width: 100%;
    }

    .stories .e-guiny input[type="submit"] {
        width: 100%;
    }
}

/* Custom CSS (ordered by page). Note that maybe some classes are outdated
--------------------------------------------- */

/* Home */

.home-intro {
    padding-top: 104px;
    color: #fff;
}

@media (max-width: 1200px) {
    .home-intro {
        padding-top: 73px;
    }
}

.home-intro .home-bg-intro, #incube-plus .incube-plus-bg-intro {
    background-image: url('images/incube/incube-home.jpg');
    height: 576px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    display: flex;
    align-items: center;
}

#incube-plus .incube-plus-bg-intro {
    position: relative;
}

.home-intro .button-green {
    padding: 10px 20px;
    text-transform: none;
    font-size: 18px;
}

.home-intro .hero-txt {
    margin-top: 44px;
    margin-left: 60px;
    color: #707070;
}

.home-intro .hero-txt h2 {
    font-size: 30px;
    font-weight: bold;
    color: #707070;
}

.home-intro .two-sixths a {
    padding-left: 0px;
}

#home-bttn-ctoa {
    width: 45%;
}

.home-intro div.two-sixths a:last-child {
    /*padding-left: 20px; */
}

.home-intro .hero-txt p {
    padding-top: 8px;
}

@media (max-width: 1024px) {
    .home-intro .hero-txt {
        margin-left: 0;
    }
}

@media (max-width: 800px) {
    .home-intro .home-bg-intro, #incube-plus .incube-plus-bg-intro {
        height: 400px;
    }

    .bubble-left, .bubble-right, .picto-wrapper {
        display: none;
    }
}

#incube-intro .one-half button.button-green {
    margin-right: 20px;
    text-transform: none;
    font-size: 18px;
    padding: 10px 20px;
}

.home-product {
    /* zx */
    clear: both;
    padding-top: 40px;
    margin-top: -40px;
}

.home-product .card, .page-template-biosurnpage-template .box.card {
    height: 776px;
    background-color: #f8f8f8;
    background-repeat: no-repeat;
}

.home-product .card.left, .page-template-biosurnpage-template .box.card.first {
    background-image: url('images/product_urn.jpg');
}

.home-product .card.right {
    background-image: url('images/product_incube_home.jpg');
    background-position: bottom right;
}

.home-product .card  ul {
    text-align: center;
    margin-left: 0px;
}

.home-product .card  li {
    display: inline-block;
    padding-top: 15px;
    padding-left: 20px;
    padding-right: 20px;
}

.home-product .card  h2 {
    text-align: center;
    padding-top: 57px;
}

.home-product .card  p {
    text-align: center;
}

.home-product .card h2 span {
    font-weight: bold;
}

.home-product .card button {
    text-transform: none;
    font-size: 18px;
    padding: 10px 20px;
}

.home_product_section {
    margin-bottom: 60px;
}
.home-press {
    padding-top: 80px;
    clear: both;
}

.home-ctoa button, .incube-ctoa button {
    display: none;
}

.home-ctoa {
    text-align: center;
}

.page-template-biosurnpage-template .entry-content > .two-fourths {
    margin-top: 20px;
}

.page-template-biosurnpage-template .boxes h3 {
    font-size: 52px;
    font-weight: 200;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 100px;
}

.page-template-biosurnpage-template .info-indoors h3 {
    font-size: 52px;
    font-weight: 200;
    text-align: left;
    margin-bottom: 50px;
}

.page-template-biosurnpage-template .info-indoors p {
    margin-bottom: 5px;
}

.page-template-biosurnpage-template .box.card {
    height: 700px;
    background-position: bottom;
    padding: 60px 40px;
}

.page-template-biosurnpage-template .box.card.last {
    display: flex;
    flex-direction: column;
    font-weight: 300;
}

.page-template-biosurnpage-template .box.card.last h4 {
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
}

.page-template-biosurnpage-template .box.card.last ul {
    padding-left: 40px;
}

.page-template-biosurnpage-template .box.card.last li {
    line-height: 40px;
}

.page-template-biosurnpage-template .box.card.last li:before {
    content: '\f00c';
    font-family: 'FontAwesome';
    color: #5cb85c;
    font-weight: 100;
    margin-right: 10px;
}

.page-template-biosurnpage-template .box.card.last .flex-block.first {
    flex: 4;
}

.page-template-biosurnpage-template .box.card.last .flex-block.last {
    flex: 1;
    display: flex;
    align-items: flex-end;
}
.page-template-biosurnpage-template .box.card.last .flex-block.last .flex-block-inner {
    text-align: center;
    width: 100%;
}

.page-template-biosurnpage-template .box.card.last .flex-block.last span,
.page-template-biosurnpage-template .box.card.last .flex-block.last a {
    padding-left: 20px;
    padding-right: 20px;
    margin: 0 20px;
    vertical-align: middle;
}

.page-template-biosurnpage-template .box.card.last .flex-block.last a {
    padding-top: 10px;
    padding-bottom: 10px;
}

.page-template-biosurnpage-template .info-indoors {
    margin-top: 30px;
    background-color: #f8f8f8;
}

.page-template-biosurnpage-template .info-indoors-txt {
    float: left;
    height: 400px;
    width: 57%;
    padding: 60px 95px 60px 60px;
}

.page-template-biosurnpage-template .info-indoors-txt h4 {
    font-size: 58px;
    font-weight: 200;
    margin-bottom: 20px;
}

.page-template-biosurnpage-template .info-indoors-bg {
    background: url(images/incube/incb_onplace_bg_crop.jpg)
        no-repeat
        center
        right;
    background-size: cover;
    float: left;
    height: 400px;
    width: 43%;
}

#incube-intro .incube-video-wrapper.one-sixth.first {
    margin-top: 5px;
}

#incube-video-svg {
    width: 51px;
    height: 51px;
    background-image: url('images/incube/pictos/play-button.svg');
    background-position: center;
    background-repeat: no-repeat;
    margin-top: -5px;
}

#incube-video-svg:hover {
    cursor: pointer;
}

#incube-video-text {
    padding-top: 10px;
    padding-left: 6px;
}

#incube-video-text button {
    padding: 0px;
    background-color: transparent;
    color: #5cb85c;
    font-weight: bold;
}

button.td-modal-video {
    padding: 0px;
    background-color: transparent;
    color: #5cb85c;
    font-weight: bold;
}

#home-video-wrapper {
    font-weight: bold;
    width: 48%;
    /*padding-left: 25px;*/
}

#home-video-svg {
    width: 51px;
    height: 51px;
    padding-top: 6px;
    background-image: url('images/incube/pictos/play-button.svg');
    background-position: center;
    background-repeat: no-repeat;
}

#home-video-svg:hover {
    cursor: pointer;
}

#home-video-text {
    padding-top: 10px;
    padding-left: 70px;
}

#home-video-text button {
    padding: 0px;
    background-color: transparent;
    color: #5cb85c;
    font-weight: bold;
}

@media (max-width: 1024px) {
    .page-template-biosurnpage-template .box.card.last ul {
        padding-left: 20px;
    }

    .page-template-biosurnpage-template .box.card.last .flex-block.last span,
    .page-template-biosurnpage-template .box.card.last .flex-block.last a {
        margin: 0;
    }

    .page-template-biosurnpage-template .info-indoors-txt {
        width: 68%;
    }

    .page-template-biosurnpage-template .info-indoors-bg {
        width: 32%;
    }
}

@media (max-width: 800px) {
    .page-template-biosurnpage-template .box.card {
        min-height: 550px;
        height: auto;
        padding: 40px 20px;
    }
    .page-template-biosurnpage-template .info-indoors-bg {
        background-image: url(images/incube/incb_onplace_bg.jpg);
    }
    .page-template-biosurnpage-template .info-indoors-txt,
    .page-template-biosurnpage-template .info-indoors-bg {
        float: none;
        width: 100%;
    }

    .page-template-biosurnpage-template .info-indoors h3 {
        font-size: 40px;
    }

    .page-template-biosurnpage-template .info-indoors-txt {
        padding: 30px 45px 30px 30px;
    }
}

#product-top-parallax-section {
    background-color: #f7f7f7;
}

.home-support {
    margin-bottom: 80px;
}

.home-support .wrap h2 {
    padding: 80px 0 0 0;
    font-size: 36px;
    text-align: center;
}

.home-support .wrap p {
    padding: 0 15% 0 15%;
    text-align: center;
}

.home-support .wrap .first {
    margin-right: 1px solid #efefef;
    border-right: 1px solid #efefef;
}

@media only screen and (max-width: 800px) {
    form.variations_form.cart table.variations tr:nth-child(3) {
        margin-top: 80px;
    }

    form.variations_form.cart table.variations .sub-label {
        font-size: 16px;
    }

    .home-intro {
        margin-bottom: 40px;
    }

    .home-intro div.two-sixths a:last-child {
        font-weight: bold;
    }

    .home-intro .site-pre-inner {
        padding-top: 20px;
    }

    .home-product .card.left {
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .home_product_section {
        margin-top: 80px;
    }

    .home-product .card.left, .home-product .card.right {
        background-position: center bottom;
        background-repeat: no-repeat;
    }

    .home-product .card.left {
        height: 640px;
        background-image: url('images/product_urn_small.png');
    }

    .home-product .card.right {
        height: 640px;
        background-image: url('images/product_incube_home_small.jpg');
    }

    .home-product br {
        display: none;
    }

    .home-intro {
        text-align: center;
    }

    #incube-intro .bttn-ctoa.two-sixths.first {
        margin-top: 40px;
        text-align: center;
    }

    .home-intro .hero-txt {
        margin-top: 150px;
    }

    #incube-intro .incube-video-wrapper.one-sixth.first {
        padding-top: 70px;
        text-align: right;
        width: 45%;
        margin-right: 20px;
    }

    #incube-intro .incube-video-text.five-sixths {
        color: #5cb85c;
        font-weight: bold;
        padding-top: 85px;
        width: 50%;
        text-align: left;
    }

    #incube-video-wrapper {
        width: 100%;
        text-align: center;
        padding-top: 50px;
    }

    #incube-video-svg-wrapper {
        position: relative;
        width: 100%;
        height: 51px;
        margin-bottom: 10px;
    }

    #incube-video-svg {
        position: absolute;
        top: 50%;
        left: 50%;
        margin-left: -30px;
        margin-top: -26px;
    }

    #incube-video-text {
        padding-left: 0px;
        width: 100%;
    }

    #home-bttn-ctoa {
        width: 100%;
        margin-top: 30px;
    }

    #home-video-wrapper {
        width: 100%;
        text-align: center;
        margin-top: 130px;
        padding-left: 0px;
    }

    #home-video-svg-wrapper {
        position: relative;
        width: 100%;
        height: 51px;
        margin-bottom: 10px;
    }

    #home-video-svg {
        position: absolute;
        top: 50%;
        left: 50%;
        margin-left: -30px;
        margin-top: -26px;
    }

    #home-video-text {
        width: 100%;
        padding-left: 0px;
    }

    .home-intro div.two-sixths a:last-child {
        padding-left: 0px;
    }

    .home-intro .bttn-mobile {
        display: inline-block;
        margin: 0 auto;
    }

    .home-ctoa {
        position: absolute;
        bottom: 0%;
        left: 50%;
        margin-bottom: -30px;
        margin-left: -100px;
    }

    .incube-ctoa {
        display: inline-block;
        position: absolute;
        bottom: -2.7%;
        left: 30%;
    }

    .home-ctoa button, .incube-ctoa button {
        display: inline-block;
        border-radius: none;
        text-transform: uppercase;
    }

    #incube-intro .site-pre-inner {
        position: relative;
        padding-bottom: 30px;
    }

    .home-support .wrap .first {
        border-right: none;
    }
}

#home-parallax-section {
    background-image: url('images/cover_huge.jpg');
    height: 600px;
    background-size: cover;
}

@media only screen and (max-width: 1700px) {
    #home-parallax-section {
        background-image: url('images/cover_big.jpg');
        height: 600px !important;
        background-size: cover;
    }
}

@media only screen and (max-width: 1500px) {
    #home-parallax-section {
        background-image: url('images/cover.jpg');
        height: 600px !important;
        background-size: cover;
    }
}

@media only screen and (max-width: 1200px) {
    #home-parallax-section {
        background-image: url('images/cover.jpg');
        height: 500px !important;
        background-size: cover;
    }
}

@media only screen and (max-width: 900px) {
    #home-parallax-section {
        background-image: url('images/cover.jpg');
        height: 400px !important;
        background-size: cover;
    }
}

@media only screen and (max-width: 770px) {
    #home-parallax-section {
        background-image: url('images/cover_mobile.jpg');
        height: 320px !important;
        background-size: cover;
    }
}

@media only screen and (max-width: 800px) {
    .marge {
        border-right: none;
    }
}

.title {
    font-size: 100px;
    font-weight: 100;
}

@media only screen and (max-width: 600px) {
    .title {
        font-size: 70px;
        font-weight: 100;
    }
}

hr {
    margin: 0 0 20px 0;
    border: 0;
    border-top: 1px solid #eee;
}

/* Home page */

.tweetimage {
    background-image: url('images/tweetw.png');
    background-repeat: no-repeat;
    background-position: 0 45%;
    padding: 15px 0 15px 66px;
    border-bottom: 1px solid #f2f2f2;
}

.tweet-text, .tweet a {
    font-size: 18px;
    font-style: italic;
    font-weight: 100;
    color: #5cb85c;
}

.square {
    border: 2px solid #efefef;
    padding: 60px 60px 60px 60px;
}

.press {
    margin-bottom: 20px;
    padding-bottom: 20px;
    color: #339933;
}

.intro {
    padding: 4% 0 4% 0;
}

/* Product page */

.productfirst {
    margin: 20px 0 0 0;
}

.esquerra {
    margin-top: 200px;
    text-align: center;
}
.dreta {
    margin-top: 400px;
    text-align: center;
}

.esquerra2 {
    margin-top: 400px;
    text-align: center;
}

.dreta2 {
    margin-top: 200px;
    text-align: center;
}

.entry-content div.two-fourths {
    text-align: center;
    margin: 70px 0 80px 0;
}

#urn-nature {
    background-color: #f7f7f7;
}

@media only screen and (max-width: 1200px) {
    .dreta {
        margin-top: 200px;
    }

    .esquerra2 {
        margin-top: 200px;
    }

    .esquerra {
        margin-top: 75px;
    }
}

@media only screen and (max-width: 960px) {
    .dreta2, .dreta {
    }

    .two-sixths.boxs {
        margin-top: 60px;
        text-align: center;
    }

    .esquerra2 {
    }

    .dreta2 {
        margin-top: 50px;
        padding-bottom: 60px;
    }

    .esquerra {
        text-align: center;
        margin: 0 auto;
        padding-bottom: 60px;
    }
}

@media only screen and (max-width: 800px) {
    .dreta {
        margin-top: 60px;
    }

    .esquerra2 {
        margin-top: 15px;
    }

    .dreta2 {
    }

    .entry-content div.two-fourths {
        margin: 0;
    }

    #urn-explosionat {
        margin-top: 80px;
    }

    .biodegradable {
        padding-top: 50px !important;
    }
}

.biodegradable {
    padding: 3% 0 3% 0;
}

/* Support page & relatives */

.intro-support, .intro-referral {
    background-size: cover;
    position: center;
    height: 400px;
    width: 100%;
    text-align: center;
}

.intro-referral-in {
    background-size: cover;
    height: 450px;
    width: 100%;
    text-align: center;
}

.overlay-support, .overlay-affiliate{
    height: 100%;
    background: rgba(255, 255, 255, 1);
    background: -moz-linear-gradient(
        top,
        rgba(255, 255, 255, 1) 0%,
        rgba(255, 255, 255, 1) 0%,
        rgba(255, 255, 255, 0.6) 100%
    );
    background: -webkit-gradient(
        left top,
        left bottom,
        color-stop(0%, rgba(255, 255, 255, 1)),
        color-stop(0%, rgba(255, 255, 255, 1)),
        color-stop(100%, rgba(255, 255, 255, 0.6))
    );
    background: -webkit-linear-gradient(
        top,
        rgba(255, 255, 255, 1) 0%,
        rgba(255, 255, 255, 1) 0%,
        rgba(255, 255, 255, 0.6) 100%
    );
    background: -o-linear-gradient(
        top,
        rgba(255, 255, 255, 1) 0%,
        rgba(255, 255, 255, 1) 0%,
        rgba(255, 255, 255, 0.6) 100%
    );
    background: -ms-linear-gradient(
        top,
        rgba(255, 255, 255, 1) 0%,
        rgba(255, 255, 255, 1) 0%,
        rgba(255, 255, 255, 0.6) 100%
    );
    background: linear-gradient(
        to bottom,
        rgba(255, 255, 255, 1) 0%,
        rgba(255, 255, 255, 1) 0%,
        rgba(255, 255, 255, 0.6) 100%
    );
    filter: progid:DXImageTransform.Microsoft.gradient(
            startColorstr='#ffffff ',
            endColorstr='#ffffff ',
            GradientType=0
        );
}


.overlay-support, .overlay-affiliate {
    padding-top: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;

}

.overlay-referral{
    display: block !important;
}

.overlay-support {
    justify-content: center;
}

.press .overlay-support {
    height: 400px;
}

.support, .affiliate {
    background-image: url('images/faq.jpg');
}

.distribution {
    background-image: url('images/distribution.jpg');
}

.about {
    background-image: url('images/introabout.jpg');
}

.press {
    background-image: url('images/intropress.jpg');
}

.supportfirst {
    background-color: #f2f2f2;
}

.support_green {
    background-color: #71D161;
    padding: 140px 20px 20px 20px;
    color: white;
    margin-bottom: 30px;
}
.support_green a, .support_green h2 {
    color: white;
}

.support_grey {
    background-color: #f1f1f1;
    padding: 140px 20px 20px 20px;
    margin-bottom: 30px;
}

.shiping {
    background-color: #f7f7f7;
    padding: 140px 20px 20px 20px;
}

.support_green:hover, .support_grey:hover, .shiping:hover {
    background-color: #71D161;
    color: white;
}

.support_green:hover a, .support_grey:hover a, .shiping:hover a {
    color: white;
}

.wpcf7-submit {
    width: 100% !important;
    height: 53px !important;
    background-color: #5cb85c !important;
    border: 1px solid #4cae4c !important;
}

.stared {
    margin-top: 100px;
    z-index: 1;
}

@media only screen and (min-width: 600px) {
    .sidebar-secondary.stuck {
        position: fixed;
        top: 0;
    }
}

/* About page */
.team {
    height: 500px;
}

.gerard {
    background-image: url('images/gerard.jpg');
    height: 500px;
    float: left;
    width: 50%;
    padding: 350px 0 0 30px;
    color: white;
}

.roger {
    background-image: url('images/roger.jpg');
    height: 500px;
    margin-left: 0;
    float: left;
    width: 50%;
    padding: 350px 0 0 30px;
    color: white;
}

.gerard:hover .overlay, .roger:hover .overlay {
    background-color: rgba(92, 184, 92, 0.8);
    opacity: 0.8;
    height: 500px;
    padding: 350px 0 0 30px;
    color: white;
}

.gerard:hover, .roger:hover {
    padding: 0;
}

.gerard a, .roger a {
    color: white;
}

@media only screen and (max-width: 800px) {
    .gerard, .roger {
        width: 100%;
    }
}

.follow {
    margin: 30px 0 90px 0;
    text-align: center;
}

.follow i {
    margin-left: 10px;
}

/* Icones socials a secondaty navigation - search social */

.search-social {
    float: right;
}

/* Generals */

.laicos-footer {
    text-align: center;
    font-size: 60px;
}

.laicos-footer i {
    margin-left: 40px;
}

.laicos-footer .fa-facebook {
    margin-left: 0px;
}

/* Big half circle product */
#bigHalfCircle path {
    fill: #fff;
    stroke: #fff;
}

#bigHalfCircle {
    background-color: #f7f7f7;
}

/* Big half circle shop */
#bigHalfCircleshop path {
    fill: #f7f7f7;
    stroke: #f7f7f7;
}

#bigHalfCircleshop {
    background-color: #ffffff;
}
@media only screen and (max-width: 800px) {
    .socialfooter {
        margin-bottom: 30px;
        font-size: 40px;
    }
}

/* 404 page
------------------------ */

#error-intro {
    background: rgba(255, 255, 255, 1);
    background: -moz-linear-gradient(
        -45deg,
        rgba(255, 255, 255, 1) 0%,
        rgba(246, 246, 246, 1) 47%,
        rgba(237, 237, 237, 1) 100%
    );
    background: -webkit-gradient(
        left top,
        right bottom,
        color-stop(0%, rgba(255, 255, 255, 1)),
        color-stop(47%, rgba(246, 246, 246, 1)),
        color-stop(100%, rgba(237, 237, 237, 1))
    );
    background: -webkit-linear-gradient(
        -45deg,
        rgba(255, 255, 255, 1) 0%,
        rgba(246, 246, 246, 1) 47%,
        rgba(237, 237, 237, 1) 100%
    );
    background: -o-linear-gradient(
        -45deg,
        rgba(255, 255, 255, 1) 0%,
        rgba(246, 246, 246, 1) 47%,
        rgba(237, 237, 237, 1) 100%
    );
    background: -ms-linear-gradient(
        -45deg,
        rgba(255, 255, 255, 1) 0%,
        rgba(246, 246, 246, 1) 47%,
        rgba(237, 237, 237, 1) 100%
    );
    background: linear-gradient(
        135deg,
        rgba(255, 255, 255, 1) 0%,
        rgba(246, 246, 246, 1) 47%,
        rgba(237, 237, 237, 1) 100%
    );
    filter: progid:DXImageTransform.Microsoft.gradient(
            startColorstr='#ffffff ',
            endColorstr='#ededed ',
            GradientType=1
        );
}

#error-intro {
    padding-top: 150px;
    text-align: center;
    padding-bottom: 20px;
}

#error-intro h2 {
    font-size: 40px;
}

#error-content {
    padding-top: 30px;
    padding-bottom: 60px;
}

@media only screen and (max-width: 800px) {
    #error-intro {
        padding-top: 60px;
    }

    #error-intro h2 {
        font-size: 28px;
    }

    #error-content br {
        display: none;
    }
}

/*Bios Incube page
------------------------ */

/* General Style */

section[id^='incube'] {
    clear: both;
}

section[id^='incube'] .incube {
    margin: 0 auto;
    max-width: 1200px;
}

section[id^='incube'] h3 {
    font-size: 52px;
    font-weight: 100;
    color: #707070;
    margin-bottom: 20px;
}

section[id^='incube'] h2 {
    font-weight: bold;
}

section[id^='incube'] h4 {
    font-size: 36px;
}

section[id^='incube'] .site-inner {
    padding: 0;
}

#incube-wp-content, #home-wp-content {
    display: none;
}

.site-pre-inner.incube {
    padding-top: 263px;
}

/* Relocate image absolute */

#incube-intro-bg-wrap, #incube-autonomy {
    position: relative;
}

#incube-autonomy-bg, #incube-intro-bg {
    position: absolute;
    top: 50%;
    left: 50%;
}

#incube-autonomy-bg {
    background-image: url('images/incube/incb_autonomy_bg.jpg');
    height: 1200px;
    width: 1177px;
    margin: -600px 0 0 -589px;
}

#incube-intro-bg {
    background-image: url('images/incube/incb_intro_bg.png');
    height: 1306px;
    width: 657px;
    margin: -439px 0 0 0;
    background-size: 90%;
    background-repeat: no-repeat;
    background-position: center;
}

/* Section 1 */

#incube-intro {
    background: rgba(255, 255, 255, 1);
    background: -moz-linear-gradient(
        -45deg,
        rgba(255, 255, 255, 1) 0%,
        rgba(246, 246, 246, 1) 47%,
        rgba(237, 237, 237, 1) 100%
    );
    background: -webkit-gradient(
        left top,
        right bottom,
        color-stop(0%, rgba(255, 255, 255, 1)),
        color-stop(47%, rgba(246, 246, 246, 1)),
        color-stop(100%, rgba(237, 237, 237, 1))
    );
    background: -webkit-linear-gradient(
        -45deg,
        rgba(255, 255, 255, 1) 0%,
        rgba(246, 246, 246, 1) 47%,
        rgba(237, 237, 237, 1) 100%
    );
    background: -o-linear-gradient(
        -45deg,
        rgba(255, 255, 255, 1) 0%,
        rgba(246, 246, 246, 1) 47%,
        rgba(237, 237, 237, 1) 100%
    );
    background: -ms-linear-gradient(
        -45deg,
        rgba(255, 255, 255, 1) 0%,
        rgba(246, 246, 246, 1) 47%,
        rgba(237, 237, 237, 1) 100%
    );
    background: linear-gradient(
        135deg,
        rgba(255, 255, 255, 1) 0%,
        rgba(246, 246, 246, 1) 47%,
        rgba(237, 237, 237, 1) 100%
    );
    filter: progid:DXImageTransform.Microsoft.gradient(
            startColorstr='#ffffff ',
            endColorstr='#ededed ',
            GradientType=1
        );
}

#incube-intro div.one-half {
    padding-bottom: 60px;
}

/* Section 2 */

#incube-features .one-half {
    margin-top: 120px;
    margin-bottom: 120px;
}

/* Section 3 */

#incube-touch .card {
    height: 785px;
    background-color: #f8f8f8;
    background-repeat: no-repeat;
}

#incube-touch .card.left {
    background-image: url('images/incube/incb_incube_zoom.jpg');
    margin-left: 0%;
    float: left;
    margin-bottom: -40px;
}

#incube-touch .card.right {
    background-image: url('images/incube/incb_finger.png');
    background-repeat: no-repeat;
    background-position: right bottom;
    float: right;
    margin-bottom: -40px;
}

.flex-center-vertically {
    display: flex;
    justify-content: center;
    flex-direction: column;
}

#incube-touch .flex-center-vertically {
    padding-left: 100px;
    padding-right: 100px;
    height: 785px;
}

/* Section 3 */

#incube-onplace {
    background-image: url('images/incube/incb_onplace_bg.jpg');
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    height: 700px;
}

/* Section 4 */

#incube-location {
    background-color: #fafafa;
}

#incube-location .incube {
    padding: 127px 0 38px 0;
}

#incube-location .incube div {
    margin: 0 auto;
    width: 48.71%;
    text-align: center;
}

/* Section 5 */

#incube-autonomy {
    background-color: #fafafa;
}

#incube-battery div.first {
    padding-top: 230px;
}

#incube-battery, #incube-capacity {
    position: relative;
    z-index: 1;
}

#incube-capacity .incube div, #incube-battery .incube div {
    height: 600px;
}

#incube-capacity h4, #incube-capacity p, #incube-battery h4, #incube-battery p {
    font-size: 16px;
}

#incube-capacity h4, #incube-battery h4 {
    font-weight: bold;
}

#incube-battery .incube div {
    padding-top: 40px;
}

#incube-capacity .incube .one-sixth {
    padding-top: 254px;
}

#incube-instructions {
    background-color: #fafafa;
}

#incube-built-for {
    padding-top: 60px;
    padding-bottom: 60px;
}

#incube-built-for div.incube-dimensions {
    background-image: url('images/incube/pictos/urn_fill.svg');
    background-repeat: no-repeat;
    background-position: center center;
    height: 226px;
}

#incube-demo .outer-inner div.one-half {
    width: 50% !important;
}

#incube-demo h3 {
    font-size: 40px;
}

#incube-demo div.incube-inst-urn,
#incube-demo div.incube-inst-board,
#incube-demo div.incube-inst-board-zm {
    background-repeat: no-repeat;
    background-position: center center;
    height: 480px;
}

#incube-demo div.incube-inst-urn {
    background-image: url('images/incube/incube-install-urn.jpg');
}

#incube-demo div.incube-inst-board {
    background-image: url('images/incube/incb_inst_board.jpg');
}

#incube-demo div.incube-inst-board-zm {
    background-image: url('images/incube/incb_inst_board.jpg');
}

#incube-demo .flex-center-vertically {
    padding-left: 100px;
    padding-right: 100px;
    height: 480px;
}

#incube-demo div.one-half.zoom {
    height: 460px;
    background-color: white;
}

#incube-demo div.outer-inner {
    margin-left: -50px;
    margin-right: -50px;
}

#incube-demo .one-half.left {
    margin-left: 0%;
    float: left;
}

#incube-demo div.one-half {
    background-color: #fff;
    margin-top: 0px;
    margin-left: 0px;
}

#incube-demo div.one-half.right {
    float: right;
}

#incube-board {
    background-color: #fafafa;
    padding-top: 124px;
    text-align: center;
}

#incube-board .site-inner div {
    margin: 0 auto;
}

#incube-board .site-inner a:first-child {
    font-size: 16px;
    border: 1px solid #33cc66;
    color: #707070;
    padding: 9px 19px 9px 19px;
    border-radius: 6px;
}

#incube-board .site-inner div {
    width: 48%;
}

#incube-board-bg-wrap {
    position: relative;
}

#incube-board-grey {
    height: 200px;
}

#incube-board-white {
    background-color: #ffffff;
    height: 150px;
}

#incube-board-bg {
    background-image: url('images/incube/incb_board.png');
    height: 336px;
    width: 713px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -149px 0 0 -362px;
    background-repeat: no-repeat;
}

/* Section 6  & Section 7 */

#incube-sensors .incube .intro {
    margin: 0 auto;
    width: 50%;
    text-align: center;
}

#incube-sensors .incube {
    padding: 60px 0 60px 0;
}

#incube-sensors {
    background-color: #ffffff;
}

#incube-sensors h3 {
    font-size: 40px;
}

#incube-sensors .search-picto {
    background: url('images/incube/pictos/search.svg') no-repeat;
    height: 60px;
    margin-bottom: 30px;
}

#incube-sensors .water-picto {
    background: url('images/incube/pictos/water.svg') no-repeat;
    height: 60px;
    margin-bottom: 30px;
}

#incube-plus .leaf-picto {
    background: url('images/incube/pictos/leaf.svg') no-repeat;
    height: 50px;
    margin-bottom: 30px;
}

#incube-plus .cloud-picto {
    background: url('images/incube/pictos/cloud.svg') no-repeat;
    height: 50px;
    margin-bottom: 30px;
}

#incube-plus .clover-picto {
    background: url('images/incube/pictos/clover.svg') no-repeat;
    height: 50px;
    margin-bottom: 30px;
}

#incube-plus .picto-wrapper .clover-picto {
    background: url('images/incube/pictos/clover.svg') no-repeat;
    height: 70px;
}

#incube-plus .bubble-left {
    position: absolute;
    top: 55%;
    left: 10%;
    width: 28%;
    background-color: white;
    padding: 20px 25px 30px 35px;
    border-radius: 20px;
}

#incube-plus .bubble-right {
    position: absolute;
    top: 60%;
    right: 10%;
    width: 28%;
    background-color: white;
    padding: 20px 25px 20px 35px;
    border-radius: 20px;
}

#incube-plus .picto-wrapper {
    position: absolute;
    top: 40%;
    left: 10%;
    height: 70px;
    width: 70px;
}

#incube-plus .incube-plus-intro {
    position: relative;
}

#incube-plus .plus-wrapper {
    position: absolute;
    top: 0%;
    right: 22%;
}

#incube-plus .bubble-left p {
    margin: 0px 0px 0px;
}

#incube-plus .bubble-right p {
    margin: 0px 0px 0px;
}

.cfa-plus {
    color: #5cb85c;
    font-size: 30px !important;
}

#incube-app .clover-picto {
    background: url('images/incube/pictos/clover.svg') no-repeat;
    height: 70px;
    margin-bottom: 20px;
}

#incube-plus .incube-plus-desc div.one-third {
    margin-top: 100px;
    margin-bottom: 100px;
}

#incube-app div.one-half {
    height: 585px;
}

#incube-app  .flex-center-vertically {
    height: 585px;
    padding-right: 100px;
}

#incube-app div.one-half:nth-child(2) {
    background: url('images/incube/incb_app.jpg') no-repeat;
}

.ipad {
    background-image: url('images/incube/incb_app.jpg');
    height: 487px;
    background-position: center;
    background-repeat: no-repeat;
}

#incube-app div.site-inner:nth-child(3) h3 {
    font-size: 18px;
    font-weight: 700;
}

#incube-app div.site-inner:nth-child(3) h4 {
    font-size: 40px;
    font-weight: 100;
}

#incube-box .incube-box-intro, #incube-plus .incube-plus-intro {
    text-align: center;
    margin: 0 auto;
    width: 550px;
    margin-top: 100px;
    margin-bottom: 100px;
}

#incube-box .incube-box-intro h3, #incube-plus .incube-plus-intro h3 {
    font-size: 52px;
    font-weight: 200;
}

#incube-box .card {
    background-color: #f8f8f8;
    padding: 60px 40px;
    margin-top: -20px;
    position: relative;
}

#incube-box .card li {
    line-height: 40px;
}

#incube-box .card li:before, #incube-box .card .required:before {
    content: '\f00c';
    font-family: 'FontAwesome';
    color: #5cb85c;
    font-weight: 100;
    margin-right: 10px;
}

#incube-box .card li .fa {
    color: #5cb85c;
    margin-left: 10px;
    border-bottom: none;
}

#incube-box .card .list-disabled-item:before,
#incube-box .card .required:before {
    visibility: hidden;
}

#incube-box .card .list-disabled-item {
    opacity: 0.3;
}

#incube-box .card h4 {
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 20px;
}

#incube-box .card .required {
    color: #33cc66;
    font-style: italic;
}

#incube-box .card .cta-block {
    margin-top: 50px;
    text-align: center;
}

#incube-box .card .cta-block span, #incube-box .card .cta-block a {
    padding-left: 20px;
    padding-right: 20px;
    margin: 0 20px;
    vertical-align: middle;
}

#incube-box .card .cta-block a {
    padding-top: 10px;
    padding-bottom: 10px;
}

#incube-box .boxs {
    padding: 7% 0 7% 0;
}

#incube-box .boxs li {
    padding: 1% 0 1% 0;
}

#incube-box .boxs li:last-child {
    margin-bottom: 4%;
}
#incube-info h4, #incube-ship h4, #incube-faq h4 {
    font-size: 18px;
}

#incube-ship-bg {
    background-image: url('images/earth.png');
    height: 150px;
    background-position: center;
    background-repeat: no-repeat;
}

#incube-faq-bg {
    background-image: url('images/mount.png');
    height: 150px;
    background-position: center;
    background-repeat: no-repeat;
}

#incube-info {
    text-align: center;
    margin-top: 40px;
    margin-bottom: 40px;
}

#incube-info div.one-sixth.first {
    color: white;
}

.incube-video-play a {
    background: url('images/incube/incube_play.png');

    height: 51px;
    width: 51px;
    background-position: center center;
}

/* Incube - Pictos */

.sensor-img, .feat-img {
    height: 59px !important;
    margin-bottom: 10px !important;
    background-position: center !important;
}

.sensor-desc, .feat-desc {
    text-align: center;
}

.sensor-env {
    background: url('images/incube/pictos/incb_env.png') no-repeat;
    height: 65px;
    margin-bottom: 20px;
}

.sensor-grow {
    background: url('images/incube/pictos/incb_grow.png') no-repeat;
    height: 65px;
    margin-bottom: 20px;
}

.sensor-soil {
    background: url('images/incube/pictos/incb_soil.png') no-repeat;
    height: 65px;
    margin-bottom: 20px;
}

.sensor-level {
    background: url('images/incube/pictos/5Gal.svg') no-repeat;
    background-position: center center;
    height: 232px !important;
    margin-bottom: 20px;
}

.sensor-bat {
    background: url('images/incube/pictos/battery.svg') no-repeat;
    height: 44px !important;
    background-position: left top;
    margin-bottom: 20px;
}

#sensor-temp .sensor-img, #feat-temperature .feat-img {
    background: url('images/incube/pictos/incb_temperature.png') no-repeat;
}

#sensor-moisture .sensor-img {
    background: url('images/incube/pictos/incb_conductivity.png') no-repeat;
}

#sensor-conductivity .sensor-img, #feat-electrical .feat-img {
    background: url('images/incube/pictos/incb_track.png') no-repeat;
}

#sensor-light .sensor-img, #feat-light .feat-img {
    background: url('images/incube/pictos/incb_light.png') no-repeat;
}

#sensor-weather .sensor-img {
    background: url('images/incube/pictos/incb_weather.png') no-repeat;
}

#sensor-water .sensor-img {
    background: url('images/incube/pictos/incb_watering.png') no-repeat;
}

#feat-track .feat-img {
    background: url('images/incube/pictos/search.svg') no-repeat;
}

#feat-data .feat-img {
    background: url('images/incube/pictos/analytics.svg') no-repeat;
}
#feat-water .feat-img {
    background: url('images/incube/pictos/water.svg') no-repeat;
}

.compare-size-urn {
    background: url('images/incube/pictos/bios-urn-size.svg') center no-repeat;
    height: 250px;
}

.compare-size-incube {
    background: url('images/incube/pictos/bios-incube-size.svg')
        center
        no-repeat;
    height: 250px;
    font-family: Lato;
}

.compare-size-incube-plus {
    background: url('images/incube/pictos/bios-incube+-size.svg')
        center
        no-repeat;
    height: 250px;
}

#Bios-Urn-size, #Bios-Incube-size, #Bios-Incube-plus-size {
    width: 50%;
}

.cls-6 {
    fill: #70c168 !important;
}

@media only screen and (max-width: 1200px) {
    .sensortext {
        margin-top: 60px;
    }
}

@media only screen and (max-width: 800px) {
    section[id^="incube"] h3 {
        font-size: 30px;
        text-align: center;
    }

    section[id^="incube"] h4 {
        font-size: 26px;
    }

    section[id^="incube"] p {
        text-align: center;
    }

    #incube-intro-bg {
        background-image: url('images/incube/incb_intro_bg_small.png');
        background-repeat: no-repeat;
        height: 590px;
        width: 297px;
        top: 0;
        margin: 230px 0 0 -150px;
    }

    #incube-intro .incube h2, #incube-intro .incube h3 {
        text-align: center;
    }

    #incube-intro .incube p {
        padding-top: 650px;
        padding-left: 5%;
        padding-right: 5%;
        text-align: center;
    }

    #incube-intro-bg-wrap {
        padding-top: 30px;
    }

    #incube-intro div.one-half {
        padding-bottom: 20px;
    }

    .koff-intro-lrg {
        display: none;
    }

    .site-pre-inner.incube {
        padding-top: 70px;
    }

    #incube-features {
        padding: 160px 0 0 0;
    }

    #incube-features .one-half {
        height: auto;
    }

    #incube-touch .card.right {
        height: auto;
        margin-bottom: 25px;
    }

    #incube-touch .card.left {
        background-image: url('images/incube/incb_incube_zoom_small.jpg');
        height: 429px;
        margin-bottom: 20px;
    }

    #incube-touch .flex-center-vertically,
    #incube-demo .flex-center-vertically {
        padding-top: 40px;
        height: auto;
        display: block;
        padding-left: 0px;
        padding-right: 0px;
    }

    #incube-touch {
        text-align: center;
        padding-left: 5% !important;
        padding-right: 5% !important;
    }

    #incube-touch .card.right {
        background-image: none;
    }

    #incube-onplace {
        background-image: url('images/incube/incb_onplace_bg_small.jpg');
        background-size: 100%;
        background-position: center;
        height: 180px;
    }

    #incube-location .incube div {
        width: 100%;
        padding-left: 5%;
        padding-right: 5%;
    }

    #incube-location .incube {
        padding-top: 60px;
    }

    #incube-touch .card.left {
        float: left;
    }

    #incube-touch .card.right {
        float: right;
    }

    #incube-touch br {
        display: none;
    }

    #incube-built-for {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    #incube-demo div.one-half {
        margin-left: inherit;
        float: none;
        background-color: #f8f8f8;
        margin-bottom: 30px;
        margin-top: 0px;
    }

    #incube-demo .flex-center-vertically {
        padding-top: 30px;
        padding-bottom: 10px;
    }

    #incube-demo div.one-half.zoom.right {
        height: auto;
        background-color: #f8f8f8;
    }

    #incube-demo div.one-half.zoom.left {
        height: 260px;
    }

    #incube-demo .outer-inner div.one-half {
        width: inherit !important;
        float: none;
    }

    #incube-demo .outer-inner {
        margin-top: 30px;
    }

    #incube-demo div.incube-inst-urn {
        background-image: url('images/incube/incube-install-urn-small.jpg');
        height: 208px;
    }

    #incube-demo div.incube-inst-board {
        background-image: url('images/incube/incb_inst_board_small.jpg');
        height: 208px;
    }

    #incube-demo div.incube

	#incube-board {
        padding-top: 0px;
        margin-top: 50px;
    }

    #incube-board .site-inner {
        padding-top: 50px;
    }

    #incube-board .site-inner div {
        width: inherit;
    }

    #incube-board-bg {
        background-image: url('images/incube/incb_board_small.png');
        width: 290px;
        height: 103px;
        margin: -70px 0 0 -145px;
    }

    #incube-board-grey {
        height: 100px;
    }

    #incube-board-white {
        height: 100px;
    }

    #incube-sensors .site-inner {
        background-color: #ffffff;
    }

    .sensor-bat {
        background-position: center center;
        margin-top: 0px;
    }

    #incube-autonomy-bg {
        background-image: url('images/incube/incb_autonomy_bg_small.jpg');
        height: 290px;
        width: 290px;
        top: 0;
        margin: 0 0 0 -158px;
        background-repeat: no-repeat;
    }

    #incube-autonomy {
        text-align: center;
    }

    #incube-capacity {
        text-align: center;
    }

    #incube-capacity .incube .four-sixths,
    #incube-battery .incube .one-sixths,
    #incube-battery .incube .four-sixths {
        display: none;
    }

    #incube-capacity .incube .one-sixth {
        padding-top: 0px;
    }

    #incube-capacity .incube div, #incube-battery .incube div {
        height: auto;
        padding-top: 0px;
    }

    #incube-capacity .one-sixth.last {
        padding-top: 340px;
    }

    #incube-battery {
        background-color: white;
    }

    #incube-battery .incube div {
        padding-top: 40px;
    }

    #incube-battery div.first {
        padding-top: 60px;
    }

    #incube-demo div.outer-inner {
        margin: 0px;
        margin: 0px;
        padding-left: 5% !important;
        padding-right: 5% !important;
    }

    #incube-features {
        padding: 0px;
    }

    #incube-features .one-half {
        margin-top: 100px;
        margin-bottom: 60px;
    }

    #incube-sensors, #incube-plus {
        width: 100%;
        background-color: white;
    }

    #incube-sensors .incube {
        padding: 0px;
    }

    #incube-sensors .incube .intro {
        width: 100%;
    }

    #incube-sensors .site-inner, #incube-plus .site-inner {
        margin-left: 5%;
        margin-right: 5%;
    }

    #incube-plus .incube-plus-intro, #incube-box .incube-box-intro {
        width: 100%;
    }

    #incube-box .incube-box-intro {
        margin-top: 50px;
    }

    #incube-plus .plus-wrapper {
        right: 5%;
    }

    #incube-app {
        padding-bottom: 0px;
    }

    #incube-sensors .one-third {
        background-color: #fafafa;
        margin-bottom: 60px;
        padding-top: 60px;
        padding-right: 2%;
        padding-left: 2%;
        padding-bottom: 60px;
        text-align: center;
    }

    #incube-sensors div.one-third:last-child {
        margin-bottom: 40px;
    }

    #incube-sensors div[class^="sensor"] {
        background-position: center center;
        padding-bottom: 30px;
    }

    #incube-sensors .search-picto, #incube-sensors .water-picto {
        margin-top: 10px;
        background-position: center;
    }

    #incube-plus .incube-plus-desc div.one-third {
        margin-top: 70px;
        margin-bottom: 20px;
    }

    #incube-plus .leaf-picto,
    #incube-plus .cloud-picto,
    #incube-plus .clover-picto {
        background-position: center;
    }

    #incube-app div.one-half:nth-child(2) {
        background-size: contain;
        background-position: center;
        height: 400px;
    }

    #incube-box .card {
        margin-top: 40px;
    }

    #incube-app div.one-half:nth-child(1) {
        height: auto;
    }

    #incube-app .clover-picto {
        display: none;
    }

    #incube-app  .flex-center-vertically {
        padding-right: 0px;
        height: auto;
        margin-top: 50px;
        margin-bottom: 50px;
    }

    #incube-board {
        margin-left: 5%;
        margin-right: 5%;
        padding-top: 10px;
    }

    #incube-app {
        padding: 50px 0 50px 0;
    }

    #incube-app div.site-inner:nth-child(3) {
        padding-top: 60px;
    }

    #incube-app div.site-inner:nth-child(3) h3 {
        font-size: 30px;
    }

    #incube-app div.site-inner:nth-child(3) h4 {
        text-align: center;
    }

    #incube-app div.site-inner:nth-child(3) div.one-half:last-child {
        margin-top: 30px;
    }

    .ipad {
        background-image: url('images/incube/incb_app_small.jpg');
        height: 283px;
        background-position: center;
        background-repeat: no-repeat;
    }

    #incube-box {
        text-align: center;
    }

    #incube-faq {
        margin-top: 50px;
    }

    .site-inner p, .outer-inner p {
        padding-left: 2%;
        padding-right: 2%;
    }
}

/*
FAQ page
---------------------------------------------------------------------------------------------------- */
ul.faq-links > li {
    margin-bottom: 10px;
}

/*
Distribution page
---------------------------------------------------------------------------------------------------- */
.textdist {
    margin: 0 0 50px;
    padding: 0 40px;
}

.gris {
    background-color: #f7f7f7;
    margin-top: 30px;
}

.stock {
    background-image: url('images/stock.jpg');
    background-size: cover;
    height: 375px;
    padding-top: 100px;
}

.stock h1, .stock p {
    color: #707070;
    text-align: center;
}

button.modal-video-close-btn {
    padding: 20px 20px;
}

button.modal-video-close-btn:hover {
    background-color: transparent;
}

/* Affiliate Page */

.intro-affiliate {
    background-size: cover;
    position: center;
    height: 500px;
    width: 100%;
    text-align: center;
    background-image: url('images/affiliate.jpg');
}

#affiliate-testimonials {
    background: rgba(255, 255, 255, 1);
    background: -moz-linear-gradient(
        -45deg,
        rgba(255, 255, 255, 1) 0%,
        rgba(246, 246, 246, 1) 47%,
        rgba(237, 237, 237, 1) 100%
    );
    background: -webkit-gradient(
        left top,
        right bottom,
        color-stop(0%, rgba(255, 255, 255, 1)),
        color-stop(47%, rgba(246, 246, 246, 1)),
        color-stop(100%, rgba(237, 237, 237, 1))
    );
    background: -webkit-linear-gradient(
        -45deg,
        rgba(255, 255, 255, 1) 0%,
        rgba(246, 246, 246, 1) 47%,
        rgba(237, 237, 237, 1) 100%
    );
    background: -o-linear-gradient(
        -45deg,
        rgba(255, 255, 255, 1) 0%,
        rgba(246, 246, 246, 1) 47%,
        rgba(237, 237, 237, 1) 100%
    );
    background: -ms-linear-gradient(
        -45deg,
        rgba(255, 255, 255, 1) 0%,
        rgba(246, 246, 246, 1) 47%,
        rgba(237, 237, 237, 1) 100%
    );
    background: linear-gradient(
        135deg,
        rgba(255, 255, 255, 1) 0%,
        rgba(246, 246, 246, 1) 47%,
        rgba(237, 237, 237, 1) 100%
    );
    filter: progid:DXImageTransform.Microsoft.gradient(
            startColorstr='#ffffff ',
            endColorstr='#ededed ',
            GradientType=1
        );
}

.overlay-affiliate h2{
    font-size: 36px;
}

#affiliate-ways{
    margin-top:3em;
}

#affiliate-ways-title{
    margin-bottom:2em;
}

#affiliate-ways-title h3{
     font-size:32px;
     font-weight:bold;
}

#affiliate-ways-influencer-title, #affiliate-ways-community-title{
    margin-top:0.5em;
}

#affiliate-ways-influencer-title h5,
#affiliate-ways-community-title h5{
    font-size: 22px;
    font-weight:500;
}

#affiliate-what{
    margin-top:3em;
}

#affiliate-look-for{
    margin-bottom:5em;
}

#affiliate-look-for-title h3{
    font-size:32px;
    font-weight:bold;
}

#affiliate-look-for-intro{
    margin-bottom:1em
}

#affiliate-join{
    margin-top:50px;
}

#affiliate-join-text h3{
    font-size:32px;
}

#affiliate-join-text h3 span{
    font-size:32px;
    font-weight: bold;
}

.affiliate-look-for-index{
    margin-bottom:1em;
}

.affiliate-look-for-index h4{
    font-size:22px;
    width:45px;
    height:45px;
    border-radius:50%;
    border-style:solid;
    border-width:2px;
    text-align:center;
    padding-top:0.35em;
    font-weight:400;
}

.affiliate-look-for-subtitle h5{
    font-weight:bold;
    font-size:26px;
}

#affiliate-reasons{
    height:550px;
    margin-top: 40px
}

#affiliate-reasons-title{
    margin-bottom: 70px;
}

#affiliate-reason{
    margin-top:1.5em;
}

#affiliate-join-login span{
    font-size:22px;
    padding-right:26px;
}

#affiliate-login-bttn {
    padding: 10px 28px;
    text-transform: none;
    font-size: 18px;
}

#affiliate-hero-text {
    text-align: left;
}

#affiliate-hero-text h2{
    font-size: 36px;
}

#affiliate-hero h2 span{
    font-weight: bold;
}

#affiliate-hero-text p{
    font-size:22px;
}

#affwp-register-form legend {
    display: none;
}

#affwp-register-form input.button,
#affwp-login-form input.button,
#affwp-affiliate-dashboard-profile-form input.button,
#affwp-graphs-filter input.button,
#affwp-generate-ref-url input.button {
    background-color: #5cb85c;
    border: 1px solid #4cae4c;
    color: #fff;
    margin: 0;
}

#affwp-graphs-filter input.button {
    margin-left: 3%;
    padding: 20px 24px;
}

#affwp-generate-ref-url input.button {
    width: 20%;
}

#affwp-graphs-date-options {
    -webkit-appearance: none;
    -webkit-border-radius: 0px;
    -moz-appearance: none;
    appearance: none;
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHCAYAAADEUlfTAAAAG0lEQVR42mNgwAfKy8v/48I4FeA0AacVDFQBAP9wJkE/KhUMAAAAAElFTkSuQmCC")
        no-repeat
        scroll
        98%
        50%
        transparent;
    width: 86%;
}

#affwp-graphs-filter {
    margin-bottom: 60px !important;
}

#affwp-affiliate-dashboard-graphs,
#affwp-affiliate-dashboard-url-generator,
#affwp-affiliate-dashboard-referral-counts,
#affwp-affiliate-dashboard-referrals,
#affwp-affiliate-dashboard-payouts,
#affwp-affiliate-dashboard-visits,
#affwp-affiliate-dashboard-creatives,
#affwp-affiliate-dashboard-settings {
    margin-top: 4%;
}

#affwp-register-form input.button,
#affwp-login-form input.button,
#affwp-affiliate-dashboard-profile-form input.button,
#affwp-graphs-filter input.button,
#affwp-generate-ref-url input.button {
    padding: 10px 28px;
    text-transform: none;
    font-size: 18px;
}

@media only screen and (max-width: 800px) {

    .page-template-affiliatepage-template .site-inner p{
        padding-left: 0%;
        padding-right: 0%;
    }

    #affiliate-ways{
        margin-top: 1em;
    };

    #affiliate-ways-influencer{
        margin-bottom: 2em;
    }

    #affiliate-ways-influencer{
        margin-bottom: 2em;
    }

    #affiliate-ways-influencer-image,
    #affiliate-ways-community-image{
        /*margin-left: -5%;
        margin-right: -5%; */
    }

    #affiliate-what{
        margin-top: 1.5em;
    }

    #affiliate-what-image{
        padding-left: 0%;
        padding-right: 0%;
    }

    .affiliate-look-for-index,
    .affiliate-look-for-subtitle{
        display: inline-block;
    }

    #affiliate-look-for{
        margin-bottom: 0em;
    }

    .affiliate-look-for-index{
        margin-bottom: 0.5em;
    }

    .affiliate-look-for-subtitle{
        margin-left: 1em;
    }

    .affiliate-look-for-container{
        margin-bottom: 2em;
    }

    #affiliate-reasons{
        margin-top: 0px;
    }

    #affiliate-join{
        margin-top: 0px;
    }

    #affiliate-join-login{
        text-align: center;
        margin-bottom: 2em;
    }

    #affwp-register-form fieldset{
        padding: 0px;
        margin: 0px;
    }
}

/*
Referrals */

/* zetaindex estils provisionals */

.productfirst img {
    display: block;
}

/* viral-loops pagines de referrals */

.referral {
    background-image: url('images/referal-1.jpg');
}

@media only screen and (max-width: 800px){
    .referral {
        background-image: url('images/referal-2.jpg');
    }
}


.referral2 {
    background-image: url('images/referal-2.jpg');
}

.funeral-homes {
    background-image: url('images/funeral-homes.jpg');
}

.funeral-homesin {
    background-image: url('images/funeral-homesin.jpg');
}

.overlay-referral {
    display: block;
    padding-top: 50px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    height: 100%;
    background: rgba(255, 255, 255, 1);
    background: -moz-linear-gradient(
        top,
        rgba(255, 255, 255, 1) 0%,
        rgba(255, 255, 255, 1) 0%,
        rgba(255, 255, 255, 0.2) 100%
    );
    background: -webkit-gradient(
        left top,
        left bottom,
        color-stop(0%, rgba(255, 255, 255, 1)),
        color-stop(0%, rgba(255, 255, 255, 1)),
        color-stop(100%, rgba(255, 255, 255, 0.6))
    );
    background: -webkit-linear-gradient(
        top,
        rgba(255, 255, 255, 1) 0%,
        rgba(255, 255, 255, 1) 0%,
        rgba(255, 255, 255, 0.2) 100%
    );
    background: -o-linear-gradient(
        top,
        rgba(255, 255, 255, 1) 0%,
        rgba(255, 255, 255, 1) 0%,
        rgba(255, 255, 255, 0.2) 100%
    );
    background: -ms-linear-gradient(
        top,
        rgba(255, 255, 255, 1) 0%,
        rgba(255, 255, 255, 1) 0%,
        rgba(255, 255, 255, 0.2) 100%
    );
    background: linear-gradient(
        to bottom,
        rgba(255, 255, 255, 1) 0%,
        rgba(255, 255, 255, 1) 0%,
        rgba(255, 255, 255, 0.2) 100%
    );
    filter: progid:DXImageTransform.Microsoft.gradient(
            startColorstr='#ffffff ',
            endColorstr='#ffffff ',
            GradientType=0
        );
}

.referral-in-intro-left{
    visibility: hidden;
}

.referral-in-intro-right{
    padding-top: 3em;
}

.referral-in-content{
/*    margin-top: -40px; */
}

.referral-in-faqs-title{
    color:#5cb85c;
    margin-bottom: 10px;
}

.referral-in-group-title{
    font-weight:bold;
    margin-bottom: 28px;
}

.referral-in-info-left{
    padding: 60px;
    background-color: #f8f8f8;
}

.referral-in-info-right{
    padding: 60px;
    background-color: #f8f8f8;
}

.referral-in-info-right h3{
    color:#5cb85c;
}

.referral-in-faq-title{
    font-size: 24px;
    margin-bottom: 10px;
}

.referral-inner{
    margin-top: -40px;
}

iframe .sharefooter-modern a{
    display: none !important;
}

/*
Woo
---------------------------------------------------------------------------------------------------- */

.woocommerce .woocommerce-breadcrumb {
}
.variations tbody {
    border-bottom: 0px;
}

.variations select[name^=attribute_] option[value=''] {
    display: none;
}

.woocommerce div.product form.cart div.quantity {
    vertical-align: middle;
    float: left;
    width: 23%;
    margin: 0 11px 0 0 !important;
}

.qty-button {
    display: inline-block;
    padding: 2% 8% 2% 8%;
    font-size: 18px;
    line-height: 20px;
    text-align: center;
    border-bottom: none;
    background-color: black;
    color: white;
    margin-right: 3px;

    &:hover, &:active, &:focus {
        color: white;
    }
}

.woocommerce .quantity .qty {
    width: 3em !important;
    vertical-align: baseline !important;
}

div.quantity a:first-child {
    margin-right: -4px;
}

div.quantity a:last-child {
    margin-left: -4px;
}

div.quantity a {
    background-color: #f8f8f8;
    border: 1px solid #eee;
    color: black;
    font-weight: bold;
    cursor: pointer;
    padding-top: 0.94em;
    padding-bottom: 0.94em;
}

div.quantity a:hover {
    color: black;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    display: none;
}

.woocommerce div.product p.price, .woocommerce div.product span.price {
    color: #5cb85c !important;
    font-weight: 400;
}

.woocommerce-variation-price {
    margin-bottom: 15px;
}

.woocommerce div.product form.cart .button {
    vertical-align: middle;
    float: left;
    width: 75%;
    height: 56px;
}

.woocommerce div.product form.cart .variations label {
    display: block;
    margin-left: 0;
}

.woocommerce div.product form.cart .variations .sub-label {
    margin-top: -10px;
    display: block;
}

.woocommerce div.product form.cart .variations .sub-label a {
    border-bottom: none;
}

.woocommerce div.product form.cart .variations select {
    width: 100%;
    float: left;
    height: 58px;
}

.woocommerce div.product form.cart .variations {
    margin-bottom: 5px !important;
}

.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
    background-color: #5cb85c !important;
}

.woocommerce div.product .product_title {
    font-size: 40px;
}

.woocommerce div.product .product_title i {
    font-size: 20px;
    color: #5cb85c;
}

.product_meta {
    display: none;
}

.shareproduct {
    text-align: center;
}

.payment {
    text-align: center;
}
.payment i {
    color: #d7d7d7;
    margin-left: 5px;
    margin-right: 5px;
}

.tabs {
    visibility: hidden;
    height: 50px;
}

.page-title {
    text-align: center;
}

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    width: 100% !important;
}

.mitg {
    margin-left: 1.283%;
}

.woocommerce ul.products li.product h3 {
    font-size: 32px !important;
}

.woocommerce ul.products li.product .price {
    display: initial !important;
}

.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals {
    float: left !important;
    width: 100% !important;
}

.cart-collaterals {
    background-color: #dff0d8;
    padding: 20px 20px 0 20px;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
    margin-bottom: 0px !important;
}

.woocommerce .woocommerce-cart-form__cart-item td.product-name dl.variation
    > dt {
    display: none !important;
}

.woocommerce-checkout-review-order-table {
    background-color: #dff0d8;
}

.woocommerce form.checkout_coupon {
    border: 0px !important;
    padding-left: 0px !important;
    margin-top: -30px !important;
}

.woocommerce .checkout_coupon .button {
    background-color: #5cb85c;
    color: #fff;
    border-radius: 0px;
    font-weight: 300;
    padding: 16px 24px;
}

.woocommerce .checkout_coupon .button:hover {
    background-color: #4cae4c;
}

.woocommerce-info {
    border: 0px !important;
}

.woocommerce-info i {
    padding-right: 20px !important;
}

.woocommerce-info:before {
    color: rgb(81, 81, 81) !important;
    font-family: "Lato", sans-serif !important;
    content: "" !important;
}

p.form-row.form-row-first.expand {
    width: 78% !important;
}

p.form-row.form-row-last.compress {
    width: 20% !important;
}

.checkout_coupon .form-row .button {
    padding-left: 50px !important;
    padding-right: 53px !important;
}

#coupon_code {
    width: 50%;
}

.shop-circle {
    float: initial;
    width: 35px;
    height: 35px;
    padding: 0;
}

.shop-circle:hover {
    background-color: #5cb85c;
}

.shop-circle.circle-first {
    opacity: 1;
}

.shop-circle.circle-second {
    opacity: 0.5;
}

.shop-span-first {
    padding-left: 5px;
    padding-right: 10px;
}

.shop-span-second {
    padding-left: 5px;
}

.nav-shop {
    padding: 80px 0 0 0;
    margin-bottom: 8px;
    border-bottom: 1px solid #5cb85c;
}

.nav-shop ul {
    text-align: right;
}

.nav-shop li {
    display: inline-block;
}

.nav-shop a {
    padding-left: 38px;
    padding-right: 38px;
}

.nav-shop a:last-child {
    padding-right: 0px;
}

.shopcart a {
    float: right;
}

p.shop-title {
    margin-bottom: 50px;
}

/* Product compare to render in each single product */

.products-compare-wrap {
    background-color: #f7f7f7;
    margin-top: -8px;
}

.products-compare-wrap h3 {
    font-size: 52px;
    font-weight: 100;
    color: #707070;
    margin-bottom: 20px;
}

#tab-description li:before, #incube-box .card .required:before {
    content: '\f00c';
    font-family: 'FontAwesome';
    color: #5cb85c;
    font-weight: 100;
    margin-right: 10px;
}

#tab-description ul, #tab-description .required {
    margin-left: 0px;
    margin-bottom: 0px;
}

#tab-description li {
    line-height: 40px;
}

#tab-description li:before {
    content: '\f00c';
    font-family: 'FontAwesome';
    color: #5cb85c;
    font-weight: 100;
    margin-right: 10px;
}

#tab-description li .fa {
    color: #5cb85c;
    margin-left: 10px;
    border-bottom: none;
}

#tab-description .list-disabled-item:before, #tab-description .required:before {
    visibility: hidden;
}

#tab-description .list-disabled-item {
    opacity: 0.3;
}

#tab-description .required {
    color: #33cc66;
    font-style: italic;
}

#tab-description td {
    padding: 30px 0px 30px 0px;
    vertical-align: top;
}

table.products-compare > tbody > tr > td:first-child {
    font-weight: 600;
}

table.products-compare > tbody > tr > td:not(:first-child) {
    width: 28%;
}

#tab-description th {
    text-align: center;
    padding-bottom: 40px;
    font-weight: 600;
}

.td-desc {
    width: 30%;
}

.products-compare-title {
    text-align: center;
    margin: 0 auto;
    width: 50%;
    margin-top: 20px;
    margin-bottom: 100px;
}

@media screen and (max-width: 600px) {
    table {
        width: 100%;
    }
    thead {
        display: none;
    }
    tr:nth-of-type(2n) {
        background-color: inherit;
    }
    tr td:first-child {
        background: #f0f0f0;
        font-weight: bold;
        font-size: 1.3em;
    }
    tbody td {
        display: block;
        text-align: center;
    }
    tbody td:before {
        content: attr(data-th);
        display: block;
        text-align: center;
    }
}

/* Urn page */

.urna {
    text-align: center;
    margin-top: 60px;
}

.urna h3 {
    font-size: 58px;
    font-weight: 100;
}

#urn-intro-wrap {
    background-color: #F8F8F8;
    padding: 40px;
    padding-top: 120px;
}

#urn-intro-resp {
    display: none;
}

#urn-explosionat {
    margin-bottom: -10px;
}

@media only screen and (max-width: 800px) {
    .products-compare-title {
        width: 100%;
    }

    .page-template-biosurnpage-template section#text-25 {
        display: none;
    }

    #urn-intro-bg {
        background-image: url('images/urn_intro_small.jpg');
        background-repeat: no-repeat;
        height: 257px;
        background-position: center center;
    }

    #urn-intro-wrap {
        padding-top: 60px;
    }

    #urn-intro-resp {
        display: block;
        margin-bottom: 40px;
        text-align: center;
        padding-left: 0%;
        padding-right: 0%;
    }

    #urn-intro-resp h2 {
        font-weight: bold;
    }

    #urn-intro-resp h3 {
        font-weight: 100;
        color: #707070;
        font-size: 32px;
    }

    #urn-explosionat {
        margin-bottom: 0px;
    }

    .urn-video {
        display: none;
    }

    .urna h1 {
        font-size: 28px;
        font-weight: 300;
    }

    .urna {
        text-align: center;
        margin-top: 10px;
    }

    .boxs p {
        padding-top: 40px !important;
        text-align: center;
    }

    .boxs a.button-green {
        display: inline-block;
        border-radius: none;
        text-transform: uppercase;
    }
}

@media only screen and (max-width: 320px) {
    #urn-intro-bg {
        background-image: url('images/urn_intro_xsmall.jpg');
        height: 243px;
    }

    #urn-intro-wrap {
        padding-right: 1%;
        padding-left: 1%;
    }

    .button-empty {
        padding: 8px 5px;
    }

    .home-product p {
        margin-bottom: 2px;
    }
}

.lifeafter {
    background-color: none;
    text-align: center;
    padding: 100px 0 40px 0;
}

.lifeafter p {
    color: #707070;
    font-size: 20px;
    font-weight: 100;
}

.lifeafter h1 {
    font-size: 60px;
    font-weight: 100;
    color: #707070;
    margin-bottom: 20px;
}

.lifeafter a {
    border: 3px solid;
    color: white;
    padding: 10px 20px;
    font-size: 20px;
}

.lifeafter a:hover {
    border: 3px solid #fff;
    color: #707070;
    padding: 10px 20px;
    font-size: 20px;
    background-color: #fff;
}

@media only screen and (max-width: 700px) {
    .lifeafter {
        padding: 80px 0 40px 0;
    }

    .lifeafter h1 {
        font-size: 40px;
        font-weight: 300;
        color: #707070;
        margin-bottom: 20px;
    }

    .lifeafter p {
        color: #707070;
        font-size: 20px;
        font-weight: 300;
    }
}

.shareproduct {
    float: left;
    margin-right: 10px;
}

.shareproduct a {
    margin-left: 8px;
}

.edit {
    font-size: 20px;
}

/* Entry content Stories */
article[class^="post"] img {
    padding-bottom: 30px;
}

article[class*="type-post"] h1 {
    display: inline;
}

/* Hide Titles */
h1.entry-title {
    display: none;
}

/* Contact Form Customized Standard */

:focus::-webkit-input-placeholder {
    color: transparent;
}
:focus::-moz-placeholder {
    color: transparent;
}
:focus:-moz-placeholder {
    color: transparent;
}
:focus:-ms-input-placeholder {
    color: transparent;
}

::-webkit-input-placeholder {
    font-style: italic;
    color: #A4A4A4;
}
::-moz-placeholder {
    font-style: italic;
    color: #A4A4A4;
}
:-moz-placeholder {
    font-style: italic;
    color: #A4A4A4;
}
:-ms-input-placeholder {
    font-style: italic;
    color: #A4A4A4;
}

.bttn-contact {
    background-color: #5cb85c;
    border: 1px solid #4cae4c;
    color: #fff;
    margin: 0;
    width: 100%;
}

.bttn-contact:hover {
    background-color: #5cb85c;
    color: #333;
}

/* Shipment Page */
.ship-content {
    width: 87%;
    margin-top: -4px;
}

/* Distributor Page */

.dist-content {
    margin-top: -4px;
    width: 65%;
}

.dist-left-sidebar {
    width: 10%;
}

.dist-right-sidebar {
    width: 15%;
}

.dist-contact > h2 {
    font-weight: 800;
    font-size: 35px;
}

.dist-contact > h3 {
    color: #5cb85c;
    font-size: 14px;
    font-weight: bold;
}

.dist-contact > h4 {
    font-weight: 400;
    font-size: 16px;
    margin: 0px;
}

.dist-contact > p {
    font-size: 16px;
}

.dist-contact > ul {
    margin-left: 0;
}

.dist-contact a {
    display: block;
    color: black;
    font-size: 16px;
    font-weight: 500;
    border-bottom: 1px solid #efefef;
    padding-bottom: 2%;
    margin-top: 10px;
}

#entry-contact {
    border-bottom: 1px solid #efefef;
    padding-left: 12.56%;
    margin-bottom: 25px;
}

#entry-contact h2 {
    font-size: 36px;
    font-weight: 600;
}

/* Style for Distribution Contact Form itself */

.ctc-wrapper {
    margin-bottom: 28px;
}

span.wpcf7-list-item {
    display: block;
}

div[id^="wpcf7-f16850"] select,
div[id^="wpcf7-f16933"] select,
div[id^="wpcf7-f19011"] select,
div[id^="wpcf7-f18565"] select,
div[id^="wpcf7-f20556"] select,
div[id^="wpcf7-f20557"] select {
    -webkit-appearance: none;
    -webkit-border-radius: 0px;
    -moz-appearance: none;
    appearance: none;
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHCAYAAADEUlfTAAAAG0lEQVR42mNgwAfKy8v/48I4FeA0AacVDFQBAP9wJkE/KhUMAAAAAElFTkSuQmCC")
        no-repeat
        scroll
        95%
        50%
        transparent;
}

.trick {
    /* Hide error message for trick field */
    display: none !important;
}

.noselect {
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Chrome/Safari/Opera */
    -khtml-user-select: none; /* Konqueror */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently not supported by any browser */
    color: white !important;
    cursor: default;
}

.ctc-white {
    font-size: 14px;
    font-weight: 200px;
    color: white;
    cursor: default;
}

.ctc-last {
    margin-bottom: 35px;
}

div[id^="button-wrapper"] {
    clear: both;
    padding-top: 30px;
}

/* Circle Nav */

.ctc-green {
    font-size: 14px;
    font-weight: 200px;
    color: #5cb85c;
}

button[id^="circle"] {
    width: 45px;
    height: 45px;
    padding: 0;
}

button[id^="circle"]:hover {
    background-color: #4cae4c;
}

button[id^="circle"]:focus {
    outline: none;
}

.circle {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #5cb85c;
}

#circle-wrapper {
    height: 45px;
    margin-top: 40px;
    margin-bottom: 40px;
}

#circle-1 {
    float: right;
    margin-right: 10px;
}

#circle-2 {
    margin-left: 10px;
}
.ctc-circle {
    padding: 0;
}

.ctc-circle:focus {
    outline: 0;
}

/* Style for Contact Ajax Response */

div.wpcf7-response-output {
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-top: 15px !important;
    margin-bottom: 20px !important;
    font-size: 16px !important;
    font-style: italic;
}

.wpcf7-not-valid-tip {
    font-style: italic;
    font-size: 16px !important;
}

@media only screen and (max-width: 800px) {
    form.wpcf7-form p {
        padding-left: 0%;
        padding-right: 0%;
    }
}

/* Media queries for footer */

@media only screen and (max-width: 1200px) {
    div.footer-widgets-3 {
        display: none;
    }

    div.footer-widgets-4 {
        display: none;
    }

    div.dist-content, div.ship-content {
        margin-top: 0px;
        width: 100%;
    }

    div.dist-left-sidebar {
        display: none;
    }

    div.dist-right-sidebar {
        margin-top: 20%;
        width: 100%;
    }

    div.legal-sidebar {
        margin-top: 5%;
        width: 100%;
    }

    .site-footer {
        padding: 80px 0;
    }

    div.footer-right, div.footer-left {
        display: block;
        float: none;
        text-align: left;
    }

    div.footer-right {
        margin-top: 6px;
    }

    div.dist-content p, div.ship-content p {
        text-align: justify;
    }

    #entry-contact {
        padding-left: 0;
        text-align: left;
    }

    .entry-content ul {
        margin-left: 0px;
    }

    .entry-content ul > li {
        margin-bottom: 6px;
        margin-top: 6px;
        text-align: left;
    }
}

/* Media queries for distributor page & contact form */

@media only screen and (max-width: 1200px) {
    .circle-nav {
        width: 50%;
    }

    button#circle-1 {
        margin-right: 30px;
    }

    .dist-contact a {
        font-size: 17px;
        padding-bottom: 4%;
    }

    .dist-contact > h3 {
        font-size: 17px;
        font-weight: bold;
    }

    .dist-contact > h4 {
        font-size: 17px;
    }

    .dist-contact > p {
        font-size: 17px;
    }

    div.wpcf7-response-output {
        font-size: 14px !important;
    }

    .ctc-white {
        color: #5cb85c;
        cursor: text;
    }
}

/* Customize Snooch chat */

#sk-container .sk-right-row .sk-msg {
    background-color: #83c983 !important;
}

#sk-container .sk-header-wrapper, #sk-messenger-button {
    background-color: #5cb85c !important;
}

/* Other utilities */

.entry-title a {
    color: #707070;
}

.after-header {
    padding-top: 100px;
}

@media only screen and (max-width: 800px) {
    .after-header {
        padding-top: 60px;
    }

    .stared {
        margin-top: 40px;
    }

    .nav-shop {
        padding-top: 35px;
    }

    .shop-span-first, .shop-span-second {
        font-size: 13px;
    }

    /* Force table to not be like tables anymore */
    table, thead, tbody, th, td, tr {
        display: block;
    }

    /* Hide table headers (but not display: none;, for accessibility) */
    thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }

    tr {
        border: 1px solid #ccc;
    }

    td {
        /* Behave  like a "row" */
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        padding-left: 50%;
    }

    td:before {
        /* Now like a table header */
        position: absolute;
        /* Top/left values mimic padding */
        top: 6px;
        left: 6px;
        width: 45%;
        padding-right: 10px;
        white-space: nowrap;
    }

    table.products-compare > tbody tr {
        margin-bottom: 30px;
    }

    table.products-compare  td {
        text-align: center;
    }

    table.products-compare td:first-child:before {
        position: inherit;
        top: inherit;
        left: inherit;
        width: inherit;
    }

    .td-desc {
        width: inherit;
    }

    #tab-description td {
        padding: 30px 10px 30px 10px;
    }

    table.products-compare td:not(:first-child):before {
        position: inherit;
        top: inherit;
        left: inherit;
        width: inherit;
        font-weight: 600;
        margin-bottom: 20px;
    }

    table.products-compare > tbody > tr > td:not(:first-child) {
        width: 100%;
    }

    #tab-description li {
        text-align: center;
    }

    td.label label, td.value .reset_variations {
        margin-left: 1em;
    }

    .variations tr {
        border: none;
    }

    .woocommerce div.product form.cart div.quantity,
    .woocommerce div.product form.cart .button {
        width: 100% !important;
        margin-top: 10px !important;
        margin-bottom: 10px !important;
    }

    .woocommerce div.quantity {
        text-align: center;
    }

    .woocommerce-message a.wc-forward {
        float: none;
    }

    .cart_totals .shop_table td:before {
        width: 0%;
    }

    .woocommerce-billing-fields p.form-row,
    .woocommerce-shipping-fields p.form-row {
        margin: 10px 0 10px 0 !important;
    }

    .woocommerce-billing-fields p.form-row-first,
    .woocommerce-billing-fields p.form-row-last,
    .woocommerce-shipping-fields p.form-row-first,
    .woocommerce-shipping-fields p.form-row-last {
        float: none !important;
        width: 100% !important;
    }

    .woocommerce-shipping-fields h3 {
        padding: 25px 0 20px 0;
        font-size: 20px;
    }

    .woocommerce-shipping-fields h3 input {
        margin-left: 30px;
    }

    .woocommerce-shipping-fields p.notes {
        padding-bottom: 30px !important;
    }

    .woocommerce-checkout-review-order-table table {
        display: table;
    }
    .woocommerce-checkout-review-order-table thead {
        display: table-header-group;
    }

    .woocommerce-checkout-review-order-table td,
    .woocommerce-checkout-review-order-table th {
        display: table-cell;
    }

    .woocommerce-checkout-review-order-table tbody {
        display: table-row-group;
    }

    .woocommerce-checkout-review-order-table tr {
        position: relative;
        display: table-row;
    }

    .woocommerce-checkout-payment li.wc_payment_method {
        padding-bottom: 30px !important;
    }

    .place-order p.wc-terms-and-conditions {
        font-size: 15px;
        padding-bottom: 20px !important;
    }

    .checkout_coupon p.form-row.form-row-first.expand {
        width: 100% !important;
    }

    .checkout_coupon p.form-row.form-row-last.compress {
        width: 100% !important;
        text-align: center !important;
    }

    .woocommerce-info {
        font-size: 13px !important;
    }

    .payment, .shareproduct {
        float: none;
    }

    .shareproduct a {
        margin-right: 8px;
    }

    #coupon_code {
        width: 41%;
    }

    .coupon input[name='apply_coupon'] {
        width: 55% !important;
    }

    .shop_table.cart tr:last-child {
        margin-top: 30px !important;
    }

    .woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
        font-size: 1.15em !important;
    }

    /* Deactivate wow for responsive design  */
    .wow {
        visibility: visible !important;
        -webkit-animation: none !important;
        -moz-animation: none !important;
        -o-animation: none !important;
        -ms-animation: none !important;
        animation: none !important;
    }
}

/* Responsive design for tablets */

/* Tablet portrait and landscape */

@media only screen and (min-device-width: 601px) and (max-device-width: 1024px) {
    #urn-intro-bg {
        display: none;
    }

    .dreta2 {
        margin-top: 0px;
        padding-bottom: 120px;
    }

    .page-template-biosurnpage-template section#text-25 {
        display: block;
    }

    #incube-autonomy-bg {
        background-image: url('images/incube/incb_autonomy_bg_medium.jpg');
        height: 600px;
        width: 600px;
        top: 0;
        margin: -60px 0 0 -300px;
        background-repeat: no-repeat;
    }

    #incube-capacity .one-sixth.last {
        padding-top: 530px;
    }

    .ipad {
        background-image: url('images/incube/incb_app_medium.jpg');
        height: 359px;
        background-position: center;
        background-repeat: no-repeat;
    }

    #incube-demo div.incube-inst-urn {
        background-image: url('images/incube/incube-install-urn-medium.jpg');
        height: 432px;
    }

    #incube-demo div.incube-inst-board {
        background-image: url('images/incube/incb_inst_board_medium.jpg');
        height: 432px;
    }

    #incube-intro div.one-half.first p {
        padding-top: 1000px;
    }

    #incube-intro-bg {
        background-image: url('images/incube/incb_intro_bg_medium.png');
        background-repeat: no-repeat;
        height: 1038px;
        width: 550px;
        top: 0;
        margin: 180px 0 0 -270px;
    }

    #incube-touch .card.left {
        background-image: url('images/incube/incb_incube_zoom_medium.jpg');
        height: 784px;
        margin-bottom: 80px;
    }

    #incube-onplace {
        background-size: 100%;
        background-position: center;
        background-repeat: no-repeat;
    }
}

/* Tablets Landscape */

@media only screen and (min-device-width: 601px) and (max-device-width: 1024px) and (orientation: landscape) {
    /* Home */
    /*.home-intro div.two-sixths{
		  width: 36%;
	  }*/

    .home-intro div.four-sixths {
        width: 60%;
    }

    .genesis-nav-menu li {
        float: none;
    }

    .support_grey h2, .support_green h2 {
        font-size: 23px;
    }

    .support_grey p, .support_green p {
        font-size: 15px;
    }

    .circle-nav {
        width: 48%;
    }

    div.dist-right-sidebar {
        margin-top: 5%;
    }

    .ship-content {
        margin: 0 auto;
    }

    .after-header {
        padding-top: 30px;
    }

    #incube-demo .flex-center-vertically {
        height: 432px;
    }

    .site-inner, .site-pre-inner, .wrap {
        margin: 0 auto;
        max-width: 1200px;
        padding-left: 5%;
        padding-right: 5%;
    }

    #incube-intro-bg {
        margin: 90px 0 0 -30px;
    }

    .site-pre-inner.incube {
        padding-top: 180px;
    }

    #incube-features .one-half {
        padding-left: 5%;
    }

    #incube-capacity .one-sixth.last {
        padding-top: 60px;
    }

    #incube-intro div.one-half.first p {
        padding-top: 70px;
    }

    #incube-capacity .incube div, #incube-battery .incube div {
        height: 300px;
    }

    #incube-battery div.first {
        padding-top: 0px;
    }

    #incube-built-for {
        padding-top: 100px;
    }

    #incube-demo, #incube-sensors, #incube-app div.site-inner:nth-child(3) {
        max-width: 900px;
        margin: 0 auto;
    }

    #incube-sensors {
        margin-bottom: 20px;
    }

    #incube-board .site-inner div {
        width: 70%;
    }

    #incube-app {
        padding: 100px 0;
    }

    #incube-built-for div.incube-dimensions {
        margin-top: 70px;
    }

    #incube-demo p {
        margin-bottom: 0px;
    }

    .woocommerce div.product form.cart div.quantity {
        width: 30%;
        margin: 0 11px 20px 0 !important;
    }

    .woocommerce ul.products li.product h3 {
        font-size: 1.5em !important;
    }

    .woocommerce ul.products li.product span.loop-title-territory {
        font-size: 1.2em !important;
    }

    .woocommerce div.product form.cart .button {
        width: 65%;
    }

    /* Check-out */
    .woocommerce table.shop_table td {
        padding: 0px !important;
    }

    .wc-proceed-to-checkout a {
        font-size: 1em !important;
    }

    .woocommerce-cart .cart-collaterals .cart_totals table td {
        vertical-align: middle !important;
    }

    .biodegradable {
        padding: 0%;
    }

    .dreta2 {
        padding-bottom: 0px;
        margin-top: 150px;
    }
}

/* Landscape for SmartPhones */

@media only screen and (max-device-width: 800px) and (orientation: landscape) {
    /*.home-intro .site-pre-inner{
		padding-top:100px;
	}*/

    /*.home-intro .first{
		padding-top: 40px;
	}*/

    #incube-intro-bg {
        background-image: url(images/incube/incb_intro_bg_small.png);
        background-repeat: no-repeat;
        height: 590px;
        width: 297px;
        top: 0;
        margin: 300px 0 0 -150px;
    }

    #incube-intro div.one-half.first p {
        padding-top: 600px;
    }

    #incube-capacity .one-sixth.last {
        padding-top: 260px;
        margin-top: 300px;
    }

    #incube-battery {
        /*		margin-top: 350px;*/
        padding-top: 40px;
    }

    #incube-capacity .incube div, #incube-battery .incube div {
        height: auto;
    }

    #incube-demo .flex-center-vertically {
        height: 200px;
    }
}

/* Overlay */
.closebt {
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    cursor: pointer;
    margin-top: 20px;
}

.closebt:hover {
    transform: rotate(90deg);
}

.modal-content {
    height: 100vh !important;
}

#closebt-container {
    z-index: 999999;
    position: relative;
    text-align: center;
}

#animatedModal {
    background-color: #fff !important;
}

#incb-video {
    width: 80%;
    margin: 0 auto;
    padding-top: 60px;
}

#incb-video-bttn {
    width: 60px;
}

@media only screen and (max-device-width: 800px) {
    #incb-video-bttn {
        width: 40px;
    }

    #incb-video {
        padding-top: 130px;
    }
}

@media only screen and (max-device-width: 800px) and (orientation: landscape) {
    #incb-video-bttn {
        width: 40px;
    }

    #incb-video {
        padding-top: 20px;
    }
}

@media only screen and (min-device-width: 601px) and (max-device-width: 1024px) {
    #incb-video-bttn {
        width: 65px;
    }

    #incb-video {
        padding-top: 180px;
    }
}

@media only screen and (min-device-width: 601px) and (max-device-width: 1024px) and (orientation: landscape) {
    #incb-video {
        padding-top: 120px;
    }
}

/* zetaindex estils provisionals */

.productfirst img {
    display: block;
}
