/*
Theme Name: Bellini
Theme URI: http://atlantisthemes.com/
Author: Pangolin
Description: Bellini is the perfect theme for creating a eCommerce store or shop. Responsive & flexible layout built with Bootstrap. Customize anything like Google Fonts, Color, Layout, logo upload, full-screen slider, header image and much more.Built with SEO in mind and has Structured Data (Schema) implemented. If you are looking for a beautiful theme with out of the box SEO compatibility & responsiveness, look no further! Check out the live demo at http://demo.atlantisthemes.com/front-page/
Version: 1.28
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: bellini
Tags:e-commerce, blog, entertainment, grid-layout, footer-widgets, left-sidebar, right-sidebar, custom-background, custom-colors, custom-header, custom-menu, featured-images, theme-options, full-width-template, one-column, two-columns, three-columns, flexible-header, threaded-comments, translation-ready, editor-style, featured-image-header, rtl-language-support

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

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Typography
# Elements
# Forms
# Navigation
    ## Links
    ## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
    ## Posts and pages
    ## Asides
    ## Comments
# Infinite scroll
# Media
    ## Captions
    ## Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/

body,
button,
input,
select,
textarea {
    font-family: sans-serif;
    line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
}

p {
    margin-bottom: 0;
    padding: 0 0 .8125em 0;
    font-weight: normal;
}

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

blockquote {
    margin: 0 1.5em;
    border-color:inherit;
}

address {
    margin: 0 0 1.5em;
}

pre {
    margin-bottom: 1.6em;
    padding: 1.6em;
    max-width: 100%;
    overflow: auto;
    font-family: 'Courier 10 Pitch',Courier,monospace;
    font-size: 15px;
    font-size: .9375em;
    line-height: 1.6;
    background: #eee;
}

code,
kbd,
tt,
var {
    font-family: Monaco,Consolas,'Andale Mono','DejaVu Sans Mono',monospace;
    font-size: 15px;
    font-size: .9375em;
}

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

mark,
ins {
    text-decoration: none;
}

big {
    font-size: 125%;
}

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

html {
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

* {
    box-sizing: border-box;
}

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

body {
    padding: 0;
    border: 0;
    overflow-x: hidden;
    overflow-y: scroll;
    font-family: sans-serif;
    line-height: 1.618;
    word-break: normal;
    vertical-align: baseline;
    background: #fff;
    -o-font-feature-settings: 'liga' 1,'kern';
    -ms-font-feature-settings: 'liga' 1,'kern';
    -webkit-font-feature-settings: 'liga' 1,'kern';
    font-feature-settings: 'liga' 1,'kern';
}

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

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

hr {
    height: 1px;
    margin-bottom: 1.5em;
    border: 0;
    background-color: #ccc;
}

ul,
ol {
    margin: 0 0 1.5em .5em;
}

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

li > ul,
li > ol {
    margin-bottom: 0;
    margin-left: 1.5em;
}

dt {
    font-weight: bold;
}

dd {
    margin: 0 1.5em 1.5em;
}

table {
    width: 100%;
    margin: 0 0 1.618em;
    border-collapse: collapse;
    border-spacing: 0;
}

table caption {
    padding: 1em 0;
    font-weight: 700;
}

img {
    height: auto;
    max-width: 100%;
    -ms-interpolation-mode: nearest-neighbor;
    image-rendering: optimizeSpeed;
    image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: -webkit-crisp-edges;
    image-rendering: crisp-edges;
}

/*--------------------------------------------------------------
# Font Declaration
--------------------------------------------------------------*/

.element-title {
    font-family: serif;
}

/* Icon Font Declaration */
.link__more:after,
.hamburger__menu__middle .sub-menu .menu-item:before,
.site-cart__icon:before,
.site-search__icon:before,
.comment-reply-link:before,
.comments-title:before,
.post-edit-link:before,
.nav-previous a:before,
.nav-next a:after,
.menu-toggle:before,
.nav-menu li > a:after,
.nav-menu li > a:hover:after,
.bellini__pagination--np__next:after,
.bellini__pagination--np__previous:before {
    font-family: 'FontAwesome';
}

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

/*
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    border: 1px solid;
    border-color: #ccc #ccc #bbb;
    border-radius: 3px;
    background: #e6e6e6;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
    color: rgba(0, 0, 0, .8);
    font-size: 12px;
    font-size: 0.75em;
    line-height: 1;
    padding: .6em 1em .4em;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    border-color: #ccc #bbb #aaa;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
    border-color: #aaa #bbb #bbb;
    box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
    color: #666;
    border: 1px solid #ccc;
    border-radius: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
    color: #111;
}
*/

input[type='text'],
input[type='email'],
input[type='url'],
input[type='password'],
input[type='search'] {
    padding: 3px;
}

textarea {
    width: 100%;
    padding-left: 3px;
}

/* Utilities
–––––––––––––––––––––––––––––––––––––––––––––––––– */

select {
    min-height: 32px;
}

/* Buttons
–––––––––––––––––––––––––––––––––––––––––––––––––– */

button,
button[disabled]:hover,
button[disabled]:focus,
input[type='button'],
input[type='button'][disabled]:hover,
input[type='button'][disabled]:focus,
input[type='reset'],
input[type='reset'][disabled]:hover,
input[type='reset'][disabled]:focus,
input[type='submit'],
input[type='submit'][disabled]:hover,
input[type='submit'][disabled]:focus {
    padding: .84375em .875em .78125em;
    border: 0;
    border-radius: 2px;
    font-weight: 500;
    line-height: 1;
    color: #fff;
    background: #1a1a1a;
}

.button {
    position: relative;
    margin-top: 6px;
    margin-bottom: 6px;
    padding: 1.5% 5%;
    border: none;
    border-radius: 2px;
    overflow: hidden;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    transition: all .2s ease-in-out;
    cursor: pointer;
    -ms-border-radius: 2px;
}

.button:hover {
    box-shadow: 0 0 2px rgba(0,0,0,.12) ,0 2px 2px rgba(0,0,0,.2);
}

.button--primary {
    color: #473e4b;
    background-color: #fff;
}

.button--secondary {
    height: 32px;
}

.button--cta--center {
    display: block;
    margin-right: auto;
    margin-left: auto;
    border-radius: 2%;
    color: #fff;
    -ms-border-radius: 2%;
}

.button--cta--wide {
    display: block;
    margin: 2% auto;
    padding: 0 2%;
    border-radius: 2%;
    color: #fff;
    -ms-border-radius: 2%;
}

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

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

a:focus {
    outline: thin dotted;
}

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

.site-description {
    margin-top: 1em;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/

.main-navigation {
    display: block;
    clear: both;
    width: 100%;
    padding: .8889em 0;
}

.main-navigation ul {
    margin: 0;
}

.main-navigation ul li {
    padding: 0;
    border-bottom: 1px solid rgba(255,255,255,.3);
}

.main-navigation ul li:last-child {
    padding-right: 0;
    border-bottom: none;
}

.main-navigation a {
    display: block;
    padding: .3889em 0 0 1.5556em;
    text-decoration: none;
    transition: all .2s ease-in-out;
    border-bottom: 2px solid transparent;
}

.main-navigation ul ul {
    display: block;
    margin-left: 1.5556em;
    list-style-position: inside;
    list-style-type: disc;
}

.main-navigation ul ul li {
    padding: 0;
    border-bottom: none;
}

.main-navigation ul ul ul {
    top: 0;
    left: -999em;
}

.main-navigation ul ul a {
    color: rgba(255,255,255,.6);
}

.main-navigation ul ul:hover > a,
.main-navigation ul > .focus > a {
    text-decoration: none;
    font-weight: bold;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
    left: auto;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
    left: 100%;
}

/*
.main-navigation ul {
    display: none;
}
*/

.nav-menu li > a:after,
.nav-menu li > a:hover:after {
    content: ' \f107';
}

.nav-menu li > a:only-child:after {
    content: '';
}

/* Small menu. */

.menu-toggle,
.main-navigation.toggled ul {
    display: block;
    padding-left: 0;
    list-style: none;
}

.menu-toggle:before {
    content: '\f13a';
    position: relative;
    margin-right: 8px;
    font-size: inherit;
    vertical-align: top;
}

.toggled .sub-menu {
    margin-top: 0;
    margin-left: 5%;
    padding-left: 0;
}

.toggled .sub-menu ul {
    list-style: none;
}

.toggled ul ul {
    margin: .618em 0 0 1.387em;
}

.toggled .sub-menu li a:before {
    content: '- ';
    background-color: transparent;
}

.toggled .sub-menu li a:after {
    content: '';
    background-color: transparent;
}

@media screen and (min-width:37.5em) {
    .menu-toggle {
        display: none;
    }

    .main-navigation {
        padding: 0;
    }

    .main-navigation ul {
        display: block;
        margin: 0;
        padding-left: 0;
        list-style: none;
    }

    .main-navigation ul li {
        display: inline-block;
        position: relative;
        padding: .75em 1em .75em 0;
        border-bottom: none;
    }

    .main-navigation a {
        padding: .8889em 0;
    }

    .nav-menu > li > a:after {
    }

    .nav-menu > li:last-child > a:after {
        display: none;
    }

    .main-navigation ul ul {
        z-index: 99999;
        float: left;
        position: absolute;
        top: 4.3em;
        left: -999em;
        margin: 0;
        text-align: left;
        border-radius: 2px;
    }

    .main-navigation ul ul li {
        border-bottom: 1px solid rgba(0,0,0,.1);
    }

    .main-navigation ul ul a {
        width: 220px;
        padding: 1em 2em;
    }

    .main-navigation div > ul > li > ul::before {
        content: '';
        position: absolute;
        top: -13px;
        left: 20px;
        border: 6px 6px 8px solid transparent transparent rgba(255,255,255,.9);
    }

}

.sf-js-enabled {display: none;}

/*--------------------------------------------------------------
## Post Navigation / Comment Navigation
--------------------------------------------------------------*/

.post-navigation {
    width: 100%;
}

.posts-navigation {
    float: left;
    width: 100%;
    margin-top: 2%;
}

.nav-next a,
.nav-previous a {
    text-decoration: none;
    font-weight: bold;
    line-height: 1.2;
    color: inherit;
}

.nav-next a:after {
    content: '\f105';
    display: inline-block;
    margin-left: 10px;
    font-size: inherit;
}

.nav-previous a:before {
    content: '\f104';
    display: inline-block;
    position: relative;
    margin-right: 10px;
    text-decoration: inherit;
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
    margin: 0 0 1.5em;
    overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
    float: left;
    width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
    float: right;
    width: 50%;
    text-align: right;
}

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

/* Next / Previous */

.bellini__pagination--np {
    text-align: center;
}

.page-numbers.current {
    border-radius: 2px;
}

.bellini__pagination--np__previous,
.bellini__pagination--np__next {
    width: 10em;
    display: block;
    margin: .5em auto;
    padding: .5em 1em;
    border-radius: 2px;
    transition: all .2s ease-in-out;
}

.bellini__pagination--np__next:after {
    content:"\f054";
    padding-left:.6em;
}

.bellini__pagination--np__previous:before {
    content:"\f053";
    padding-right:.6em;
}

.bellini__pagination--np a:hover{
    text-decoration:none;
}

.bellini__pagination--np__next:hover{
    transform: translateX(.2em);
}

.bellini__pagination--np__previous:hover{
    transform: translateX(-.2em);
}

/* Numeric */


.pagination {
    text-align: center;
}

.pagination__pagelist {
    list-style: none;
}

.pagination__pageitem {
    display: inline;
    padding: 0 .5%;
    font-size: 1.618em;
}

.paging-navigation {
    float: left;
    width: 100%;
    padding: 1em;
    text-align: center;
}

.paging-navigation ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.paging-navigation li {
    display: inline;
}



a.page-numbers,
span.page-numbers {
    padding: .3em .7em;
    text-decoration: none;
    transition: border-bottom .2s ease-in-out;
}


a:hover.page-numbers {
    border-bottom: 3px solid;
}

.paging-navigation .current {
    font-weight: bold;
    color: #000;
    color: hsl(0,0,0);
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/

/* Text meant only for screen readers. */

.screen-reader-text {
    position: absolute !important;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(1px,1px,1px,1px);
}

.screen-reader-text:focus {
    display: block;
    z-index: 100000; /* Above WP toolbar. */
    top: 5px;
    left: 5px;
    width: auto;
    height: auto;
    padding: 15px 23px 14px;
    border-radius: 3px;
    clip: auto !important;
    text-decoration: none;
    font-size: 14px;
    font-size: .875em;
    font-weight: bold;
    line-height: normal;
    color: #21759b;
    background-color: #f1f1f1;
    box-shadow: 0 0 2px 2px rgba(0,0,0,.6);
}

/* Do not show the outline on the skip link target. */

#content[tabindex='-1']:focus {
    outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/

.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}

.aligncenter {
    display: block;
    clear: both;
    margin-right: auto;
    margin-left: auto;
}

.text-right{text-align:right;}
.text-left{text-align:left;}
.text-center{text-align:center;}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/

.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
    content: '';
    display: table;
    table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
    clear: both;
}

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

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/

.sticky {
    display: block;
}

.hentry {
    margin: 0 0 1.5em;
}

.byline,
.updated:not(.published) {
    display: none;
}

.single .byline,
.group-blog .byline {
    display: inline;
}

.page-links {
    clear: both;
    margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/

.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
    display: none;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/

.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
    display: none;
}

.infinity-end.neverending .site-footer {
    display: block;
}

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

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

/* Make sure embeds and iframes fit their containers. */

embed,
iframe,
object {
    max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/

.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}

.wp-caption img[class*='wp-image-'] {
    display: block;
    margin-right: auto;
    margin-left: auto;
}

.wp-caption .wp-caption-text {
    margin: .8075em 0;
}

.wp-caption-text {
    text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/

.gallery {
    margin-bottom: 1.5em;
}

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

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

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

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

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

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

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

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

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

.gallery-caption {
    display: block;
}

/* Shapes & Layout
   ========================================================================== */

.website-width {
    box-sizing: border-box;
    margin: 0 auto;
}

.container-fluid {
    padding-right: 0 !important;
    padding-left: 0 !important;
}

.content-wrapper {
    margin: auto;
}

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

.element-title {
    text-decoration: none;
    line-height: 1.2;
    word-break: normal;
    transition: all .2s linear;
}

.element-title--main {
    margin-bottom: 1em;
    text-align: center;
}

.element-title--sub {
    margin-bottom: 3.5%;
    text-align: center;
    font-weight: normal;
    line-height: 1.618;
}

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

.site-title a {
    text-decoration: none;
    word-break: normal;
}

.site-header {
    display: block;
    padding-bottom: .5%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    box-shadow: 0 0 2px rgba(6,8,8,.15);
    -o-background-size: cover;
    min-height: 60px;
}

.header__trans {
    background: none !important;
    position: absolute;
    top: 1em;
    left: 0;
    z-index: 99;
    width: 100vw;
    box-shadow:none;
}

.header__fixed {
    z-index: 99;
    width: 100vw;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out ;
}

.header__sticky{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    transition: box-shadow 2s ease;
    box-shadow: 0px 2px 4px rgba(0,0,0,0.24);
}

/*--------------------------------------------------------------
## Blog Posts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
## Blog Posts : Layout 1
--------------------------------------------------------------*/

.blog__post {
    position: relative;
    margin: 1.5% 0;
}

.blog__post__image {
    margin: 0 auto;
    display: block;
}

.blog__post .layout-golden--one__right {
    position: absolute;
    top: 5%;
    right: 2.5%;
    will-change: transform;
}

.blog__post .layout-golden--one__right:hover{
    -webkit-transition: box-shadow .28s cubic-bezier(.4,0,.2,1);
    -moz-transition: box-shadow .28s cubic-bezier(.4,0,.2,1);
    transition: box-shadow .28s cubic-bezier(.4,0,.2,1);
    -moz-box-shadow: 0 .625em 1.25em rgba(0,0,0,.19),0 .375em .375em rgba(0,0,0,.23);
    -webkit-box-shadow: 0 .625em 1.25em rgba(0,0,0,.19),0 .375em .375em rgba(0,0,0,.23);
    box-shadow: 0 .625em 1.25em rgba(0,0,0,.19),0 .375em .375em rgba(0,0,0,.23);
}

.layout-golden--one__left .blog__post__image{width:100%;}

.layout-golden--one__right {
    background-color: #fff;
    box-shadow: 0 1px 1.5px rgba(0,0,0,.12) ,0 1px 1px rgba(0,0,0,.24);
}

.blog__post__right .blog__post__excerpt p {
    margin-top: 1.5em;
}

.blog__post__right {
    padding: 5% 10%;
}

.blog-post__meta {
    margin-bottom: 2%;
}

.blog-post__meta,
.blog__post__right .button--secondary {
    opacity: 0;
    transition: all .8s ease;
}

.blog__post__right:hover .blog-post__meta,
.blog__post__right:hover .button--secondary {
    opacity: 1;
}

.blog__post__right .entry-title {
    margin-top: 0;
}

.blog__post__right .element-title--post {
    transition: all .4s ease;
}

.col-md-8.layout-golden--one__left {
    padding: 0;
}

.button--secondary--post {
    text-decoration: none;
    color: #fff;
}

.blog-posts {
    padding: 5%;
}

/*--------------------------------------------------------------
## Blog Posts : Layout 2
--------------------------------------------------------------*/

.blog__post--lb-2 {
    background-color: #fff;
    transition: all .3s ease-in-out;
    margin-bottom: 2em;
     -moz-border-radius: .125em;
    -ms-border-radius: .125em;
    -webkit-border-radius: .125em;
    border-radius: .125em;
    overflow: hidden;
    -moz-box-shadow: 0 .0625em .1875em rgba(0,0,0,.12),0 .0625em .125em rgba(0,0,0,.24);
    -webkit-box-shadow: 0 .0625em .1875em rgba(0,0,0,.12),0 .0625em .125em rgba(0,0,0,.24);
    box-shadow: 0 .0625em .1875em rgba(0,0,0,.12),0 .0625em .125em rgba(0,0,0,.24);
}

.blog__post--lb-2:hover {
    box-shadow: 0 1px 1.5px rgba(0,0,0,.12) ,0 1px 1px rgba(0,0,0,.24);
    -webkit-transform: translateX(8px);
    transform:translateX(8px);
    will-change: transform;
}

.entry-header--lb-2 {
    margin-top: 2% !important;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: .5%;
    padding-left: 4%;
}

.entry-header--lb-2 h3 {
    font-weight: bold;
    letter-spacing: 2px;
    word-spacing: inherit;
    word-break: normal !important;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
    -ms-hyphens: auto;
}

.excerpt--lb-2 {
    padding: 2% 1.5%;
    padding-bottom: .5%;
}

.featured-image--lb-2 {
    padding: 0;
    line-height: 0;
}

.excerpt--lb-2 .post-meta__time {
    margin-bottom: 1em;
    display: block;
}

/*--------------------------------------------------------------
## Blog Posts : Layout 3
--------------------------------------------------------------*/

.post-item--l3{
    padding-left:0;
    padding-right:0;
}

.post-item--l3.hentry{
    margin: 0 !important;
    padding:0 !important;
}

.blog-post__text--l3 {
    padding: 0 10%;
    text-align: center;
    position: absolute;
    top: 12%;
    left: 0;
    right: 0;
    bottom: 0;
}

.blog-post__thumbnail--l3 {
    position: relative;
    -webkit-filter: brightness(60%) grayscale(0);
    filter: brightness(60%) grayscale(0);
    transition: all .5s;
    padding-left: 0;
}

.blog-post__thumbnail--l3 .blog__post__image  {width:100%;}


.blog-post__text--l3,
.blog-post__text--l3 .element-title--post{
    color:#fff;
}


.blog__post__excerpt--l3{
    opacity: 0;
    transition: opacity .5s;
}

.blog__post:hover .blog__post__excerpt--l3{
    opacity: 1;
}

.blog__post:hover .blog-post__thumbnail--l3  {
    -webkit-filter: brightness(50%) grayscale(40%);
    filter: brightness(50%) grayscale(40%);
    transform: scale(1.02);
}




/*--------------------------------------------------------------
## Blog Posts : Layout 4
--------------------------------------------------------------*/

.blog__post--l4 {
    position: relative;
    margin: 1.5% 0;
    background-color: #fff;
    border-radius: 2%;
    height:100%;
}


.post-item--l4{

}


.blog-post__thumbnail--l4{
    padding: 0;
}


.blog__post__bottom {
    text-align: center;
}

/*--------------------------------------------------------------
## Blog Posts : Layout 5
--------------------------------------------------------------*/

.blog__post--l5 {
    position: relative;
    margin: 1.5% 0;
    background-color: #fff;
    border-radius: 2px;
    height:100%;
}

.post-content--l5 {
    text-align: center;
    padding: 1em 3.5em;
}

.blog__post__author-box {
    margin-top:1em;
}

.blog__post__author-box img {
    border-radius: 50%;
}

.post-title--l5 {
    margin-top: 1.5em;
}

.blog__post__excerpt--l5 {
    margin-top: 2em;
}

/*--------------------------------------------------------------
## Single Page
--------------------------------------------------------------*/
.single-page__title {
    margin-bottom: 1em;
}
/*--------------------------------------------------------------
## Single Post
--------------------------------------------------------------*/

.single-post__content{
    margin-top:2em;
}

.single-post__featured-image {
    margin-top: 1%;
    margin-bottom: 1%;
}

.single-post__header {
    margin-top: 4%;
}

.container--card-content {
    position: relative;
    padding: 2% 4%;
}

.single-post__title {
    width: 55%;
    margin-top: 1%;
    margin-bottom: 2%;
    padding-top: .5%;
    padding-bottom: .5%;
}

.single-post__excerpt {
    width: 70%;
    font-style: italic;
}

.single.post-meta {
    text-transform: uppercase;
}

.edit-link {
    float: right;
}

.post-edit-link:before {
    content: '\f0ad';
    display: inline-block;
    position: relative;
    width: 13px;
    margin-right: 5px;
    text-align: center;
    text-decoration: inherit;
}

.post-edit-link {
    text-decoration: none;
    color: inherit;
}

.post-meta__time a {
    text-decoration: none;
}

.post-meta__tag__item a {
    padding: .6% 1%;
    border-radius: .1em;
    text-decoration: none;
    color: #fff;
    -ms-border-radius: .1em;
}

.post-meta__category {
    display: inline-block;
    margin-right: 1%;
    padding: 0;
}

.post-meta__category a {
    text-decoration: none;
}

.single-post__body {
    margin-top: 1%;
    padding-top: 2%;
    padding-bottom: 4%;
    border-top: 1px solid rgba(0,0,0,.1);
    word-break: break-word;
}

.post-meta__author {
    display: inline-block;
}

.post-meta__author__link {
    text-decoration: none;
    color: inherit;
}

.post-meta__time {
    margin-bottom: 1em;
    display: block;
}

.single-post__body p {
    margin: .618em auto;
}

.single-post__body a {
    border-bottom: 2px solid;
    text-decoration: none;
    color: inherit;
    transition: border-bottom .1s ease-in-out;
}

.single-post__body a:hover {
    border-bottom: 4px solid;
}


/* Layout 2 */

.single-post__title--l2 {
    margin-top: 1%;
    margin-bottom: 2%;
    padding-top: .5%;
    padding-bottom: .5%;

}

.single-post__header--l2 {
    text-align: center;
}

.single-post__body--l2 {
    margin: 1% 10%;
}

/* Layout 3 */
.single-post__excerpt--l3 {
    border-top: 3px solid;
    border-bottom: 3px solid;
    padding: 4%;
    font-style: italic;
}

.single-post__header--l3 {
    margin-top: 1%;
    margin-bottom: 2%;
    padding:0;
}

.s__post--l3 .post-meta__author{
    display: block;
    padding:0;
}

.single-post__body--l3 {
    margin-top: 2em;
    padding: 0;
}

.single-post__title--l3 {
    padding: 0;
    margin-top: .3em;
}

.single-post__footer--l3{
    padding: 0;
}

/* Layout 4 */


.s__post--l4 .single-post__featured-image{
    margin:0;
    width:100%;
}

.s__post--l4 .container--card-content {
    width: 80%;
    margin: 0 10%;
    margin-top: -100px;
}

.post-meta__tag__item {
    margin-top: 1em;
    display: block;
}


/*--------------------------------------------------------------
## Frontpage Templates
--------------------------------------------------------------*/

.feature-block__inner img,
.product-card__inner img,
.front-product-category__card__inner img {
    display: block;
    margin: 0 auto;
}

.product-category__info a:hover{text-decoration:none;}

.front__blog__cta a {
    text-decoration: none;
}

.front__blog__cta {
    margin-top: 2em;
}

.front-feature-blocks,
.front-product-category,
.front-new-arrival,
.front__product-featured,
.front-blog,
.front-text-field {
    display: block;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    -o-background-size: cover;
    will-change: transform;
    background-attachment: fixed;
}

.front-feature-blocks,
.front-product-category,
.front-new-arrival,
.front__product-featured,
.front-blog,
.front-text-field {
    padding-top: 2%;
    padding-bottom: 3%;
}

.front__product-featured {
    padding-bottom: 4em;
}

/* Slider
   ========================================================================== */

.slider-content__title {
    margin-bottom: .6em;
}

.front__slider__cta {
    margin-top: 1.5em;
}

.front__slider__static {
    position: relative;
    line-height: 0;
}

.front__slider__static img {
    width: 100%;
    position: relative;
}

.slider-content {
    position: absolute;
    top: 20%;
    width: 45%;
    margin-left: 5%;
    padding-right: 5%;
    padding-bottom: 5%;
    padding-left: 5%;
    text-align: center;
    line-height: 1.618;
}

.slider-content__title {
    text-align: center;
    font-size: 2.618em;
}

.slider__cta--one,
.slider__cta--two {
    display: inline-block;
    margin-top: 4%;
    padding: 1.5% 10%;
    text-transform: uppercase;
    transition: all .3s linear;
    border-radius: 4px;
    margin:0 .6em;
}

.slider__cta--one:hover,
.slider__cta--two:hover {
    transform: scale(1.03);
    box-shadow: 0 8px 8px rgba(0,0,0,0.24);
}

/* Feature Blocks */


.feature-block__content {
    padding: 0 1.2em;
}

.block-title {
    margin-bottom: 0;
    margin-top: 0;
}
/* Layout 2 */



.feature-block__content--l2 {
    position: absolute;
    top: 0;
    background: beige;
    width: 100%;
    height: 100%;
    padding: 4em 1em 1em 1em;
    display:none;

}

.feature-block:hover .feature-block__content--l2{
    display:block;
}

/* Layout 3 */
.feature-block__image--l3 {
    margin-top: 1.5em;
}

.feature-block__image--l3 img{
    padding-top:0 !important;
}

/**/

/* Sidebar
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.content__sidebar--right {
    float: left;
    box-sizing: border-box;
    width: 67%;
}

.content__sidebar--left {
    float: right;
    box-sizing: border-box;
    width: 67%;
}

.content__sidebar--both {
    float: left;
    box-sizing: border-box;
    width: 56%;
}

.content__sidebar--blog {
    box-sizing: border-box;
}

.widget-area__footer {
    padding-bottom: 2%;
}

.widget-area--blog {
    margin-top: 2%;
}

.widget-area{
    padding-top:2em;
}

.widget-area--left{
    padding-left:0;
}

.widget-area--right{
    padding-right:0;
}

.widget-area__footer .widget-title {
    border-bottom: 1px solid;
    padding-bottom: .8em;
}

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

.comments-area {
    margin-top: 2%;
    margin-bottom: 4%;
}

.comment-content a {
    word-wrap: break-word;
}

.bypostauthor {
    display: block;
}

.comments-title {
    padding-bottom: 3%;
    border-bottom: 1px solid rgba(0,0,0,.1);
    text-align: center;
}

.comments-title:before {
    content: '\f086';
    display: inline-block;
    position: relative;
    margin-right: 10px;
    text-decoration: inherit;
}

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

.comment__meta__info {
    text-decoration: none;
    color: inherit;
    opacity: .6;
}

.comment-content {
    margin-top: 4%;
}

.comment__body {
    margin-top: 1em;
    text-align: left;
    font-size: inherit;
    word-break: break-word;
}

.comment-body{
    margin-bottom:1em;
}

.comment-body__left{
    margin-top:1em;
}

.comment-edit-link {
    margin-left: 2%;
    text-decoration: none;
    color: inherit;
    opacity: .6;
}

.comment__meta,
.comment__edit,
.button--reply {
    background-color: inherit;
    margin-top:.6em;
}

.comment-reply-link {
    text-decoration: none;
}

.comment-reply-link:before {
    content: '\f112';
    display: inline-block;
    position: relative;
    margin-right: 10px;
    text-decoration: inherit;
    font-style: normal;
    font-weight: normal;
}



.comment-respond {
    float: left;
    width: 100%;
    padding: 0 6%;
}

.comment-reply-title {
    line-height: 1.2;
}

.comment-form-comment textarea {
    width: 100%;
}

.comment-form label {
    display: block;
    margin-bottom: .5384615385em;
    line-height: 1.6153846154;
}

.comment__body p {
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}

.comment-list li {
    padding-bottom: 0;
}

.comment-list ol {
    margin-bottom: 0;
}

.content-area .comments-link {
    margin-left: 2%;
}

/* Yoast Breadcrumbs
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.breadcrumbs a {
    text-decoration: none;
    color: inherit;
}



.page-template-template-partstemplate-homepage-php #content.container--centered {
    width: 100%;
    max-width: 100%;
}

/*
*
Hamburger Menu
*
*/

.main-nav {
    margin: 0;
    padding: 0;
    text-align: center;
    list-style: none;
}

.main-nav li {
    margin: 0 0 30px 0;
}

.main-nav li a {
    font-size: 60px;
    font-weight: normal;
    line-height: 80px;
    color: #000;
}

.main-nav li a:hover,
.main-nav li a:focus {
    border-bottom: 7px solid #000;
}

.full-menu {
    visibility: hidden;
    z-index: 999999;
    position: fixed;
    right: 0;
    bottom: 0;
    width: 20%;
    height: 100%;
    overflow-y: scroll;
    opacity: 0;
    background-color: #fff;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
}

.full-menu--open {
    visibility: visible;
    border-bottom: none;
    opacity: 1;
    box-shadow: 0 0 4px 1px rgba(0,0,0,.1);
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.full-menu--middle {
    margin: 0 auto;
    padding-bottom: 10%;
}


.full-menu--middle .nav-menu,
.hamburger__menu__middle .menu-item{
    text-align:left;
}

.site--collapsed {
    -webkit-transform: translateX(-16%);
    transform: translateX(-16%);
}

.full-menu--middle .site-title {
    display: inline-block;
}

.full-menu--middle ul {
    margin-left: 0;
    padding-left: 0;
    list-style: none;
}

.full-menu--middle .menu-item a {
    text-decoration: none;
}

.full-menu--middle .sub-menu {
    margin-left: 5%;
    padding-left: 0;
}

.full-menu--middle .sub-menu ul {
    list-style: none;
}

.full-menu--middle ul ul {
    margin: .618em 0 0 1.387em;
}

.full-menu--middle .sub-menu li a:before {
    content: '- ';
}

.full-menu,
.site-content,
.site-branding {
    transition: all 300ms ease-in-out;
}

.hamburger__menu__full {
    visibility: hidden;
    z-index: 999999;
    position: fixed;
    left: 0;
    bottom: 0;
    height: 100%;
    opacity: 0;
    background-color: #fff;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
}

.hamburger__menu--open {
    visibility: visible;
    border-bottom: none;
    opacity: 1;
    box-shadow: 0 0 4px 2px rgba(0,0,0,.1);
    -webkit-animation: fadeInLeft .4s ease;
    animation: fadeInLeft .4s ease;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    overflow-x: hidden;
    z-index: 9;
}

.hamburger__menu__middle {
    margin: 0 auto;
    padding-bottom: 10%;
}

.hamburger__menu__middle .sub-menu{
    margin-top:.4em;
    margin-bottom:.4em;
    padding-left: 0;
    margin-left: 0;
}

.hamburger__menu__middle .sub-menu .menu-item{
    margin-left:.4em;
}

.hamburger__menu__middle .sub-menu .menu-item:before{
    content:"\f105";
    margin-right:.4em;
    opacity:.4;
}


.hamburger {
  padding: 15px 15px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, -webkit-filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
  margin-top:2em;
}

.hamburger:hover {
    opacity: 0.7;
}

.hamburger-box {
  width: 40px;
  height: 24px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
    width: 40px;
    height: 4px;
    background-color: #000;
    border-radius: 4px;
    position: absolute;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    transition-duration: 0.15s;
    transition-timing-function: ease;
}

.hamburger-inner::before,
.hamburger-inner::after {
    content: "";
    display: block;
}

.hamburger-inner::before {
    top: -10px;
}

.hamburger-inner::after {
    bottom: -10px;
}

/*
 * Spring
 */
.hamburger--spring .hamburger-inner {
  top: 2px;
  transition: background-color 0s 0.15s linear;
}

.hamburger--spring .hamburger-inner::before {
    top: 10px;
    transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spring .hamburger-inner::after {
    top: 20px;
    transition: top 0.3s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 0.3s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 0.3s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spring.is-active .hamburger-inner {
  transition-delay: 0.32s;
  background-color: transparent;
}

.hamburger--spring.is-active .hamburger-inner::before {
    top: 0;
    transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.15s 0.32s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.15s 0.32s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.15s 0.32s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.15s 0.32s cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
            transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--spring.is-active .hamburger-inner::after {
    top: 0;
    transition: top 0.3s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.15s 0.32s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: top 0.3s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.15s 0.32s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: top 0.3s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.15s 0.32s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.15s 0.32s cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 10px, 0) rotate(-45deg);
            transform: translate3d(0, 10px, 0) rotate(-45deg);
}

.hamburger__site-title {
    padding: 1.5em;
    margin-bottom: 1em;
    float:left;
    width:100%;
    text-align: center;
}

.hamburger__menu__middle ul {
    list-style: none;
    text-align: center;
}
/* Content Not Found */

.no-results__info ul {
    margin-left: 0;
    padding-left: 0;
    list-style-type: none;
}

.no-results__icon {
    text-align: right;
    font-size: 12rem;
    color: #00bcd4;
}

.no-results__title {
    color: #00bcd4;
}

.no-results__info li {
    font-size: 18px;
}

.no-results__info li:before {
    content: '';
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-right: 10px;
    margin-bottom: 2px;
    border-radius: 50%;
    background-color: #e91e63;
}

.site-footer {
    padding: .8em;
    text-align: center;
}

.site-branding {
    position: relative;
    padding-top: 1.5%;
    line-height: 1em;
}

.page-header {
    border: none;
}

.element-title--post:hover,
.slider__cta--one:hover,
.slider__cta--two:hover,
.front-product-category__card__inner a:hover,
.product-card__info__product a:hover,
.product-featured__title a:hover,
.entry-header--lb-2 a:hover {
    text-decoration: none;
}

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

.widget {
    display: block;
    position: relative;
    margin: 0 0 1.5em;
    padding: 0 10% 10% 10%;
    border-radius: .125em;
    overflow: hidden;
    -ms-border-radius: .125em;
}

/* Make sure select elements fit in widgets. */

.widget select {
    max-width: 100%;
}

.widget-title {
    margin-bottom: 1em;
    text-align: center;
}

/* Native Widget
–––––––––––––––––––––––––––––––––––––––––––––––––– */

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

.widget_nav_menu ul {
    list-style: none;
}

.widget_nav_menu ul li {
    margin-bottom: 2.5%;
}

.widget_nav_menu ul ul {
    margin-left: 6%;
}

.widget_nav_menu ul li a {
    display: inline-block;
    position: relative;
    padding-bottom: 1%;
    overflow: hidden;
    text-decoration: none;
    vertical-align: middle;
    color: inherit;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
}

.widget_nav_menu ul li a:before {
    content: '';
    z-index: -1;
    position: absolute;
    right: 100%;
    bottom: 0;
    left: 0;
    height: 4px;
    background: #ff5722;
    transition-timing-function: ease-out;
    transition-duration: .3s;
    transition-property: right;
}

.widget_nav_menu ul li a:hover:before,
.widget_nav_menu ul li a:focus:before,
.widget_nav_menu ul li a:active:before {
    right: 0;
}

.widget_search{
    padding-top:1.5em;
}

/* bellini Widget
   ========================================================================== */

.footer__widget-area {
    margin-top: 4%;
    background-color: #fff;
    box-shadow: 0 1px 1.5px rgba(0,0,0,.12) ,0 1px 1px rgba(0,0,0,.24);
}

.widget__title {
    text-align: center;
    color: #333;
}

.widget__title--left {
    text-align: left;
}

.widget-menu__list {
    line-height: 2.618em;
    list-style: none;
}

.widget-menu__link {
    text-decoration: none;
    color: #333;
}

.widget-menu {
    padding-left: 2%;
}

.widget-container {
    padding: 0 4%;
}

.widget-contact {
    text-align: center;
    color: #333;
}

.widget-contact__address {
    margin-bottom: 15%;
    line-height: 1em;
}

.widget-social__item {
    width: 30%;
    margin: 3% 1.5%;
    padding: 10% 0;
    text-align: center;
    color: #333;
    background-color: #cddc39;
    transition: all .3s ease-in-out;
}

.widget-social__item:hover {
    -webkit-transform: scale(1.08);
    transform: scale(1.08);
}

.widget-area ul,
.widget-area__footer ul {
    margin-left: 0;
    padding-left: 0;
}

.widget_pages .children li a:before {
    content: '- ';
}

.widget_pages a,
.widget_recent_entries a,
.widget_categories a,
.widget__footer a {
    text-decoration: none;
}

.widget-area ul li,
.widget-area__footer ul li {
    margin-bottom: .618em;
    padding: 4px 0;
    list-style-type: none;
}

.widget-area ul ul.children {
    margin: .618em 0 0 1.387em;
}

.widget__after__content{
    margin-bottom:1em;
}

.widget__footer {
    padding-right: 4em;
}

/* Scroll To Top
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.scrollToTop {
    display: none;
    position: fixed;
    right: 40px;
    bottom: 50px;
    text-decoration: none;
    font-size: 2.618em;
}


/* Bellini Pro Widgets
–––––––––––––––––––––––––––––––––––––––––––––––––– */


.widget-feature-blocks {
    padding: 2em;
}

.feature-block__inner {
    padding-top: 0;
    margin-bottom:1em;
}

.image__caption h3 {
    margin-bottom: 1.2em;
    margin-top: 1.2em;
}

.pangolin__cta--inner {
    padding: 3em;
}

.pangolin_call_to_action .cta__content h3 {
    margin: auto;
    padding-bottom: 1em;
}

.cta--button {
    padding-top: .3em;
    padding-bottom: 0;
    display: block;
}

.cta--sub {
    margin-top:0;
}

.cta__button{
    padding: 0 2em;
    margin-bottom: .5em;
    transition: transform .2s;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.26);
}

.cta__button:hover{
    transform: translateY(.2em);
}

.pangolin__headline-desc__headline {
    padding:1.5em 0 1.5em 2em;
}

.pangolin__headline-desc__headline h3{
    margin:0;
}
.pangolin__headline-desc__desc {
    padding:1.5em 3em;
}

.pangolin__headline-desc {
    background-size:cover;
    background-attachment: fixed;
    padding: 1.5em 3em;
}

.image-caption {
    padding-top:3em;
    padding-bottom:2.5em;
}

.image__caption--left {
    margin-left: 2em;
    display: inline-block;
    padding-right: 3em;
    padding-left: 3em;
}

.image__caption--right {
    margin-right: 2em;
    display: inline-block;
    padding-left: 3em;
    padding-right: 3em;
}


.image__pic--right img {
    margin-left: auto;
}

.image__pic--left img {
    margin-right: auto;
}

.image__caption--right .element-title,
.image__caption--left .element-title{
    margin-top: .8em;
    margin-bottom:.6em;
}

.pangolin__widget__column__one,
.pangolin__widget__column_two {
    padding:2em;
}

.widget__content__after,
.widget__content__before {
    padding: 0;
}

.bellini__canvas {
    max-width: 1100px;
    margin: auto;
}

.site-title {
    padding: 0;
    line-height: 1;
}

.link__more:after {
    display: inline-block;
    color: inherit;
    content: '\f105';
    line-height: 1;
    text-decoration: none;
    position: relative;
    z-index: 1;
}

.image__caption--left h3,
.image__caption--right h3{
    margin: 1.5em 0 1em 0;
}

.menu-pangolin-menu-container ul{
    list-style:none;
    margin:0;
    padding:0;
}

.menu-pangolin-menu-container ul li{
    text-align:left;
}

.bellini-social__link {
    font-size: 1.8em;
    padding-top: .5em;
}

.bellini-social__link a:hover {
    text-decoration:none;
}

.bellini-social__link a span {
    transition:.2s ease-in-out;
}

.bellini-social__link a span:hover {
    opacity: .7;
}

.page__header {
    padding: 0;
    background-size: cover;
}

.single.page-meta {
    padding: 2em 6em;
}

.front__product__cta a:hover,
.front__blog__cta a:hover,
.cta__button a:hover{
    text-decoration:none;
}


/*  Footer nav */

#footer-nav ul{
    list-style: none;
    display:inline-block;
}

#footer-nav li{
    list-style: none;
    display:inline-block;
    padding: 1em;
}

#footer-nav .sub-menu{
    padding:0;
    margin:0;
}

.site-footer .bellini-social__link {
    padding-top:0;
}



/* Media Queries
–––––––––––––––––––––––––––––––––––––––––––––––––– */


/* Larger than mobile */

@media(min-width:400px) {
    }

    /* Larger than phablet (also point when grid becomes active) */

    @media(min-width:550px) {
    }

    /* Larger than tablet */

    @media(min-width:750px) {
    }

    /* Larger than desktop */

    @media(min-width:1000px) {
    }

    @media(max-width:550px) {
    .single-post__header,
    .menu-toggle {
        width: 100%;
    }

    .widget-area--right,
    .widget-area--left {
        margin-top: 6%;
        margin-bottom: 6%;
    }

    .form-field {
        width: 70%;
    }

    .logo__text {
        font-size: xx-large;
    }

    .slider-content__title {
        margin-top: 0;
    }

    .blog__post .layout-golden--one__right {
        position: initial;
    }

    .comment__meta {
        display: block;
        position: static;
    }

    .post-navigation .nav-next,
    .post-navigation .nav-previous {
        width: 100%;
        margin-bottom: 6%;
        text-align: left;
    }

    .header-inner {
        padding-left: 1em;
        padding-right: 1em;
    }

    .pangolin__headline-desc__headline,
    .pangolin__headline-desc__desc{
        padding:0 !important;
    }

    .image__caption--right,
    .image__caption--left{
       padding:1.5em !important;
       margin:0 !important;
    }

    .image-caption {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    .s__post--l4 .container--card-content {
        width: 90%;
        margin: 0 5%;
}

}

@media(max-width:640px) {
    .slider-content {
        position: static;
        width: 100%;
        margin: 0;
    }

    .slider-content h3 {
        margin-top: 0;
    }
}

/* Larger than Desktop HD */

@media(min-width:1101px) and (max-width:1350px) {
    .element-title--post {
        font-size: medium;
    }

    .blog__post__excerpt {
        font-size: small;
    }
}

@media(min-width:550px) and (max-width:1100px) {
    .blog__post .layout-golden--one__right {
        position: initial;
    }
}

@media(max-width:900px) {
    .slider-content {
        top: 0 !important;
    }
}

a.ham__close {
    float: right;
}