/*
Theme Name: Bellini
Theme URI: https://atlantisthemes.com/
Author: Pangolin
Author URI: https://twitter.com/ti_asif
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.39
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.

Bellini is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/

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

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

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

body,html {
    text-rendering: optimizeSpeed;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%
}

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-color: #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'
}

.site { overflow-x: hidden; }

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

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

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

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

* {
    box-sizing: border-box;
}

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

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

img {
    height: auto;
    max-width: 100%;
}

@-moz-viewport {
    width: device-width
}

@-ms-viewport {
    width: device-width
}

@-o-viewport {
    width: device-width
}

@-webkit-viewport {
    width: device-width
}

@viewport {
    width: device-width
}

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

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

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

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-color: #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%;
}

/*--------------------------------------------------------------
# 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,
.post-meta__time:before,
.post-meta__author__link:before,
.comments-link a:before {
    font-family: 'FontAwesome';
}

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

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

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

thead th {
    border-bottom: 2px solid #bbb;
    padding-bottom: 0.5em;
}

th {
    padding: 0.4em;
    text-align: left;
}

tr {
    border-bottom: 1px solid #eee;
}

td {
    padding: 0.4em;
}

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

th:last-child,
td:last-child {
    padding-right: 0;
}

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

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

form button,
form input[type="button"],
form input[type="reset"] {
  font-weight: 500;
  clear: both;
  line-height: 1;
  text-shadow: 0 0 0 transparent;
  border-style: solid;
  border-width: 1px 1px 2px;
  border-radius: 3px;
  padding: 0.8573333333em 1.286em;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  form button:hover,
  form input[type="button"]:hover,
  form input[type="reset"]:hover,
  form input[type="submit"]:hover {
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out; }
  form button:active,
  form input[type="button"]:active,
  form input[type="reset"]:active,
  form input[type="submit"]:active {
    border-width: 2px 1px 1px; }
  form button:focus,
  form input[type="button"]:focus,
  form input[type="reset"]:focus,
  form input[type="submit"]:focus {
    outline: none;
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out; }

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
  box-sizing: border-box;
  border: 1px solid #d6d2dc;
  border-radius: 3px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out; }
  input[type="text"]:focus,
  input[type="email"]:focus,
  input[type="url"]:focus,
  input[type="password"]:focus,
  input[type="search"]:focus,
  textarea:focus {
    outline: none;
    box-shadow: 0 0 1px 2px #ebe9ee;
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out; }
  .sidebar input[type="text"]:focus, .sidebar
  input[type="email"]:focus, .sidebar
  input[type="url"]:focus, .sidebar
  input[type="password"]:focus, .sidebar
  input[type="search"]:focus, .sidebar
  textarea:focus {
    box-shadow: 0 0 1px 4px rgba(235, 233, 238, 0.3); }

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
  padding: 0.2962962963em 0.4444444444em; }

textarea {
  padding: 0.2962962963em 0.4444444444em;
  width: 100%; }

.post-password-form {
  padding: 3.375em 2.25em; }
  .post-password-form p {
    max-width: 300px;
    margin-right: auto;
    margin-left: auto; }
  .post-password-form p:first-child {
    line-height: 1.5em;
    text-transform: none; }
  .post-password-form label {
    clear: both;
    line-height: 1;
    letter-spacing: 0.1316872428em;
  }
  .post-password-form input[type="password"] {
    display: block;
    margin-bottom: 0.6666666667em;
    width: 100%; }
  .post-password-form input[type="submit"] {
    display: block; }

/* 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-color: #1a1a1a;
}

.button {
    position: relative;
    margin-top: 6px;
    margin-bottom: 6px;
    padding:.5em 2em;
    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 {
    min-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: 1rem;}


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

.post-navigation {
    width: 100%;
    margin:3rem 0 1.5rem 0;
}

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

.bellini__pagination--np__previous,
.bellini__pagination--np__next {
    width: 10em;
    display: block;
    margin: .5em 0 .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;
}

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

a:hover.page-numbers {
    border-radius: 6px;
}

.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
--------------------------------------------------------------*/
h1,h2,h3,h4,h5,h6 {
    margin-top: .4em;
    margin-bottom: .4em;
    clear: both;
}

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

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

.element-title--sub {
    margin-top:.5em;
    text-align: center;
    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;
}

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

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

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

.blog-post__thumbnail--l4{padding: 0;}
.post-title--l4 h3 { line-height: 1.2; }
.post-title--l4 .blog__post__bottom {text-align: left;padding: 0 2.5rem;}

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

.edit-link {
    padding: .6em;
    border-radius: 4px;
}

.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{
    text-decoration: none;
}

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

.post-meta__category a {
    text-decoration: none;
    border: 1px solid;
    margin: 2px;
    padding: .06em .6em;
    font-size: .8em;
    border-radius: 2px;
    display: inline-block;
}

.single-post__body {
    margin-top: 2em;
    padding-top: 1em;
    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__author,
.post-meta__time,
.comments-link {
    margin-bottom: .2em;
    padding-bottom: 0;
    display: block;
}

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

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

.single-post__body a:hover {
    border-bottom: 2px 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;
    margin:0;
}

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

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

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

/* Layout 4 */

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

.s__post--l4 .container--card-content {
    margin-top: -60px;
    max-width: 950px;
    margin-left: auto;
    margin-right: auto;
}

/*--------------------------------------------------------------
## 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-bellini-default-content,
.front-feature-blocks,
.front-product-category,
.front-new-arrival,
.front__product-featured,
.front-blog,
.front-text-field {
    padding-top: 5em;
    padding-bottom: 3em;
    display: block;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    -o-background-size: cover;
    width:100%;
    float:left;
    position: relative;
    z-index: 9;
}

.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;
    width: 100%;
    float: left;
}

.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;
    padding: 1.5% 5%;
    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: 1em 0;}

/* Layout 2 */



.feature-block__content--l2 {
    position: absolute;
    top: 0;
    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-top: 4rem;
    padding-bottom: 2rem;
}

.widget-area--blog {
    margin-top: 0;
}

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

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

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

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

.comments-area {
    width: 100%;
    float: left;
    margin-top: 4.2em;
    margin-bottom: 2em;
}

.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-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%;
    margin-top:2em;
}

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

.comment-form-comment textarea {
    width: 100%;
    max-width: 550px;
    text-align: left;
    border-radius: 4px;
}

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

.hamburger__menu__middle {
    max-width:400px;
    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%;
}

.site-footer {
    padding: 0 0 1rem 0;
    text-align: center;
}

.site-branding {
    position: relative;
    line-height: 1em;
    padding-top: .75rem;
    padding-left: 0;
}

.page-header {
    border: none;
    padding: 4em 2em;
}

.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:10%;
    border-radius: .125em;
    overflow: hidden;
    -ms-border-radius: .125em;
}

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

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

.widget-title {
    padding-left: 0;
    padding-top: 1em;
    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;
    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: .24em;
    padding: .04em 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;
    z-index: 99;
}


/* 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 {
    font-size:3rem;
    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.6em;
    padding-top: .5em;
}

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

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

.bellini-social__link a span:hover{
    opacity: .9;
    transform: translateY(-5px);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
}

.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: 1.2rem;
}

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

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

#primary-menu {margin-top: 1em;}

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

    @media(max-width:550px) {
    #primary-menu{padding:0;}
    .site-branding {text-align: center;}
    .menu-toggle {margin: 0 auto !important;}
    .single-post__header{width: 100%;}

    .menu-toggle {
        margin-top: 1.5em;
        background-color: transparent;
    }
    .sub-menu {padding-left: .1rem;}

    .bellini__canvas {padding: 2.5rem;}
    .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; padding-top:1em;}
    .slider__cta--one, .slider__cta--two {margin-bottom: .5em;}
    .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%;
    }

    .bellini-social__link {text-align: center;}
}

@media(max-width:640px) {
    .slider-content {
        position: static;
        width: 100%;
        margin: 0;
        padding-bottom: 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;
}


blockquote {
    position: relative;
    margin: 20px 0;
    padding: 10px 50px;
}

blockquote:before {
    content: "\201C";
    font-size: 3.75em;
    font-weight: bold;
    font-style: normal;
    position: absolute;
    top: 0;
    left: 0;
}

#footer-nav {
    margin: 0;
    padding: 0;
}

.post-navigation .nav-previous,
.post-navigation .nav-next {
    padding: 4rem 0;
}

.breadcrumb_last,
.single.post-meta,
.single.post-meta a,
.post-meta__category a,
.comment-reply-link,
.blog-post__meta .post-meta__time,
.post-meta__author,
.comment-edit-link,
.post-meta__time,
.comments-link a{
    font-style:italic;
}

.post-meta__tag__item{
    display: inline-block;
    margin-bottom: 3px;
    margin-top: 1em;
    cursor: default;
}

.post-meta__time:before,
.post-meta__author__link:before,
.comments-link a:before {
    font-family: 'FontAwesome';
    font-style: normal;
    padding-right: .5em;
    opacity:0.6;
}

.post-meta__author__link:before{content: '\f2c0';}
.post-meta__time:before{content: '\F017';}
.comments-link a:before{content: '\F27b';}

.post-meta__tag__item a{
    font-size: .85em;
    margin: 0 .1em 0 .5em;
    white-space: nowrap;
    position: relative;
    text-decoration: none;
    transition: all .3s ease;
}

.post-meta__tag__item:before {
    font-family: 'FontAwesome';
    content: '\f02b';
    padding-right: .5em;
    padding-top: .5em;
}


.site-footer a:hover{opacity:0.8; text-decoration:none;}
.site-footer .sep{opacity:0.3;}

.widget_search .search-submit {
    display: none;
}

.widget_search input[type=search] {
    padding: .5em;
    border: 1px solid rgba(0,0,0,.15);
    box-sizing: border-box;
    border-radius: 4px;
    line-height: 2;
    width: 100%;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
}


.comment-body__left{
    margin-top:1em;
    text-align:center;
    padding: 0;
}

.comment-body__right {
    padding: 0;
}

.comment-body__left .comment__author {padding-top:.5em;}
.comment-body__right .button--reply,
.comment-body__right .comment__meta {font-size:.85em}

@media (min-width:600px) {
    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        line-height: 1.4
    }
    h1,.element-title,.element-title--main,.single-page__title,.page-title,.single-post__title,.single-post__title--l2,.single-post__title--l3,.single-post__title--l4 {font-size: 3rem}
    h2 {font-size: 2.3125rem}
    h3 {font-size: 1.6875rem}
    h4 {font-size: 1.4375rem}
    h5 {font-size: 1.125rem}
    h6 {font-size: 1rem}
}

a.page-numbers .fa-angle-left {font-size:2.6em; float:left; margin-top:-.4em;}
a.page-numbers .fa-angle-right {font-size:2.6em; float:right; margin-top:-.4em;}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
.main-navigation {
  display: block;
  width: 100%;
}
.main-navigation a,
.main-navigation a:visited {
  display: block;
  text-decoration: none;
  transition: 0.3s;
}
.main-navigation ul {
  display: none;
  margin: 0 0 1.6em;
  list-style: none;
}
.main-navigation ul li {
  list-style: none;
}
.main-navigation ul li a {
  display: block;
  margin-top: .8em;
  padding-top: .8em;
  border-top: 1px solid #e8e9ea;
}
.main-navigation ul li:first-of-type a {
  padding-top: 0;
  border-top: 0;
}
.main-navigation ul ul {
  margin-bottom: 0;
}
.main-navigation ul ul li:first-of-type a {
  margin-top: .8em;
  padding-top: .8em;
}
.main-navigation ul ul a {
  padding-left: 1.6em;
}
.main-navigation ul ul ul a {
  padding-left: 3.2em;
}
.main-navigation ul ul ul ul a {
  padding-left: 4.8em;
}
.main-navigation ul ul ul ul ul a {
  padding-left: 6.4em;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

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

.main-navigation.toggled > div {
  clear: both;
  background-color: white;
  margin-left: -5%;
  margin-right: -5%;
  padding-top: .4em;
  padding-bottom: .4em;
}
.main-navigation.toggled > div > ul > li {
  padding-left: 1.6em;
  padding-right: 1.6em;
}

.menu-toggle {
  background-color: transparent;
  margin-right: 0;
  outline: 0;
  position: absolute;
  top: .8em;
  left: 100%;
  -webkit-transform: translateX(-100%) translateX(-1.6em);
  transform: translateX(-100%) translateX(-1.6em);
}
.menu-toggle:hover, .menu-toggle:active, .menu-toggle:focus {
  background-color: transparent;
}

.menu-toggle {
  position: relative;
  top: auto;
  left: auto;
  margin-bottom: 1.6em;
  -webkit-transform: none;
  transform: none;
}

@media screen and (min-width: 46em) {

  .menu-toggle {
    display: none;
  }

  /*.main-navigation {
    float: right;
    max-width: 50%;
    text-align: right;
  }
  */
  .main-navigation a,
  .main-navigation a:visited {
    margin-top: 0 !important;
    margin-bottom: 1.3em;
    padding-top: 0 !important;
    border-top: 0 !important;
  }
  .main-navigation .current_page_item > a,
  .main-navigation .current-menu-item > a,
  .main-navigation .current_page_ancestor > a,
  .main-navigation .current-menu-ancestor > a {
  }
  .main-navigation.toggled > div {
    clear: none;
    background-color: transparent;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: auto;
    padding-top: 0;
    padding-bottom: 0;
  }
  .main-navigation.toggled > div > ul > li {
    padding-left: 0;
    padding-right: 0;
  }
  .main-navigation ul {
    display: block;
    list-style: none;
    margin: 0 0 -1.3em;
    padding:0;
  }
  .main-navigation ul ul {
    background-color: white;
    box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.1);
    border: 6px solid white;
    float: left;
    font-weight: normal;
    font-style: italic;
    text-transform: none;
    letter-spacing: 0;
    position: absolute;
    top: 2.55em;
    left: -9999em;
    z-index: 99999;
  }
  .main-navigation ul ul a {
    padding: 0.8em !important;
    padding-left: inherit;
  }
  .main-navigation ul ul:before {
    content: "";
    width: 0;
    height: 0;
    border-bottom: 14px solid white;
    border-top: 0 solid transparent;
    border-left: 14px solid transparent;
    border-right: 14px solid transparent;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    top: -20px;
  }
  .main-navigation ul ul:after {
    border: 3px solid #e8e9ea;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }
  .main-navigation ul ul ul {
    left: -999em;
    top: -6px;
  }
  .main-navigation ul ul ul a {
    padding-left: inherit;
  }
  .main-navigation ul ul ul:before {
    display: none;
  }
  .main-navigation ul ul li {
    margin-left: 0;
    text-align: center;
  }
  .main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
    left: 100%;
  }
  .main-navigation ul ul li a:after {
    display: none;
  }
  .main-navigation ul ul li:hover > a, .main-navigation ul ul li.focus > a {
  }
  .main-navigation ul ul li:hover > a:visited, .main-navigation ul ul li.focus > a:visited {
  }
  .main-navigation ul ul li:first-of-type a {
    margin-top: 0;
    padding-top: 0;
    border-top: 0;
  }
  .main-navigation ul ul li:hover > ul,
  .main-navigation ul ul li.focus > ul {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    left: 100%;
  }
  .main-navigation ul ul a,
  .main-navigation ul ul a:visited {
    border-bottom: 1px solid #e8e9ea;
    padding: .8em;
    margin: 0;
    width: 180px;
  }
  .main-navigation ul ul :hover > a,
  .main-navigation ul ul .focus > a {
  }
  .main-navigation ul ul a:hover,
  .main-navigation ul ul a.focus {
  }
  .main-navigation ul li:hover > ul,
  .main-navigation ul li.focus > ul {
    left: 50%;
    -webkit-transform: translateX(-0.75em) translateX(-50%);
    transform: translateX(-0.75em) translateX(-50%);
  }
  .main-navigation li {
    display: inline-block;
    margin-left: 0.8em;
    position: relative;
  }
  .main-navigation li:hover > a, .main-navigation li.focus > a {
  }
  .main-navigation li:hover > a:visited, .main-navigation li.focus > a:visited {
  }
  .main-navigation li a:after {
    display: inline-block;
    margin-left: 1em;
  }
  .main-navigation li:last-of-type a:after {
    display: none;
  }
  .main-navigation li.menu-item-has-children > a,
  .main-navigation li.page_item_has_children > a {
    position: relative;
    /*padding-right: 1.6em;*/
  }
  .main-navigation li.menu-item-has-children > a:before,
  .main-navigation li.page_item_has_children > a:before {
    font-size: 14px;
    line-height: 1;
    display: inline-block;
    position: absolute;
    right: 1.4em;
    top: 3px;
    vertical-align: text-top;
    -webkit-font-smoothing: antialiased;
  }
  .main-navigation li.menu-item-has-children > a:after,
  .main-navigation li.page_item_has_children > a:after {
    position: relative;
    left: 1.6em;
  }
  .main-navigation li.menu-item-has-children:last-of-type > a:before,
  .main-navigation li.page_item_has_children:last-of-type > a:before {
    right: -.1em;
  }
  .main-navigation ul ul li.menu-item-has-children > a:before,
  .main-navigation ul ul li.page_item_has_children > a:before {
    display: none;
  }
  .main-navigation ul ul li.menu-item-has-children > a:after,
  .main-navigation ul ul li.page_item_has_children > a:after {
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    margin: 0 0 0 0.4em;
    padding: 0;
    line-height: 1;
    display: inline-block;
    vertical-align: text-top;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-font-smoothing: antialiased;
  }

  .header-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    transition: 0.3s;
  }
}

.navigation.pagination {
    margin-bottom: 1.5em;
}

.scrollToTop:hover{transform: scale(.9);}

.feature-block__content h3 a,
.front-product-category__card__inner a,
.featured__review__rating a,
.contact__phone__icon a,
#footer-nav li a{
    color: inherit;
}

.front-section__title {
    margin-bottom: 1.8em;
}

input.wpcf7-text {width: 100%;}

.blog__post__right .button--secondary--post{text-decoration:none;}